/**************************************/


/*************[公用start]**************/


/**************************************/

div.clear {
    clear: both;
    height: 0;
    width: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

div.wp {
    width: 1700px;
    /*主要内容区尺寸大小，每次制作前更新！！！ */
    margin: 0 auto;
}

div.wp .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tran {
    transition: all .3s ease-out 0s;
}

.tver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input:focus,
select:focus {
    outline: none;
}


/*图片中心放大代码区域*/

.img-box {
    /*图片盒子类名*/
    overflow: hidden;
}

.img-box img {
    transition: .3s;
    width: 100%;
    max-width: 100%;
}

.img-box:hover img {
    /*图片中心放大代码*/
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/

.imgbox_a {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

.imgbox_a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}

.imgbox_hover>img {
    /* ueco 时间曲线*/
    /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.imgbox_hover:hover>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/**************************************/


/************[公用over]****************/


/**************************************/


/*header-start*/


/**************************************************************/

#header {
    background-color: #fff;
    position: relative;
    z-index: 999;
    height: 100px;
}

.logo {
    width: 254px;
    margin-top: 24px;
}

.logo a,
.logo img {
    display: block;
    width: 100%;
}

.search {
    width: 24px;
    margin-top: 39px;
    margin-left: 48px;
}

.search>a,
.search>a>img {
    display: block;
    width: 100%;
}

.cz {
    width: 24px;
    margin-top: 39px;
    margin-left: 48px;
    position: relative;
}

.cz-div {
    position: absolute;
    width: 97px;
    height: 101px;
    background-image: url(../images/cz-div.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    margin-left: -48px;
    top: 25px;
    padding-left: 8px;
    padding-top: 13px;
    padding-right: 8px;
    display: none;
}

.cz-div dl {
    margin: 0;
}

.cz-div dd {
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.cz-div dd a:hover {
    color: #acc92c;
}

.cz-ico {
    cursor: pointer;
}

.cz-ico>img {
    display: block;
    width: 100%;
}

.nav {
    margin-top: 40px;
}

.nav ul {
    margin: 0;
}

.nav>ul>li {
    float: left;
}

.nav>ul>li+li {
    margin-left: 70px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #333;
}

.nav>ul>li>a:hover,
.nav>ul>li.cur>a {
    color: #a5c419;
}


/**************************************************************/


/*header-over*/


/*main-start*/


/**************************************************************/

#main {}

.fafa .slides>li {
    height: 740px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.fafa .slides>li img.phone-img {
    display: none;
    width: 100%;
}

.fafa .flex-control-paging li a {
    width: 12px;
    height: 12px;
}

.fafa .flex-control-nav li {
    margin: 0 6px;
}

.fafa .flex-control-nav {
    height: 0;
    bottom: 48px;
}

.main .about-title h2 {
    margin-top: 15px;
}

.main1 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/main1-bg.jpg);
    z-index: 25;
    position: relative;
}

.main1-1 {
    width: 549px;
    height: 630px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    top: 120px;
    background-image: url(../images/main1-1.jpg);
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
    margin-left: 120px;
    padding: 80px 65px 0;
}

.main1-1 h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.main1-1 h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-top: 6px;
}

.main1-1-p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-top: 40px;
}

.more3 {
    width: 63px;
    margin-top: 55px;
}

.more3>a {
    position: relative;
    left: 0;
    transition: left .3s;
}

.more3>a:hover {
    left: 5px;
}

.more3>a,
.more3 img {
    display: block;
    width: 100%;
}

.main1-2 {
    overflow: hidden;
    padding-top: 120px;
}

.main1-2-p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-top: 75px;
}

.main1-2-w {
    font-size: 20px;
    color: #333;
    margin-top: 40px;
}

.main2 {
    position: relative;
    z-index: 15;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/main2-bg.jpg);
    height: 868px;
    padding-top: 106px;
}

.main2-dl {
    margin-top: 135px;
    border: 1px solid #e0e0e0;
}

.main2-dl dd {
    float: left;
    position: relative;
    width: 20%;
}

.main2-dl dd+dd {
    border-left: 1px solid #e0e0e0;
}

.main2-dl dd>a {
    position: relative;
    z-index: 15;
    display: block;
    padding: 80px 25px 50px;
    background-color: #fff;
}

.main2-dl dd>a>img {
    display: block;
    width: 62px;
    margin: 0 auto;
}

.main2-dl dd>a h1 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    height: 3em;
    margin-top: 45px;
    text-align: center;
}

.main2-dl dd:hover .main2-div {
    opacity: 1;
    visibility: visible;
}

.main2-line {
    width: 40px;
    height: 2px;
    margin: 54px auto 0;
    background-color: #a9c319;
}

.main2-div {
    position: absolute;
    z-index: 25;
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 25px 0;
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main2-div::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/main2-div-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 30;
}

.main2-div-con>img {
    display: block;
    width: 62px;
    margin: 0 auto;
}

.main2-div-con h1 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 42px 0 24px;
}

.main2-div-con h2 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.main2-div-con {
    position: relative;
    z-index: 40;
}

.more4 {
    margin-top: 45px;
}

.more4 a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 125px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/more4.png);
    transition: background-image .3s;
}

.more4 a:hover {
    font-weight: bold;
    background-image: url(../images/more4h.png);
}

.main3 {
    padding: 90px 0;
}

.main3-dl {
    margin-top: 130px;
}

.main3-dl dl {
    margin: 0;
}

.main3-dl dd {
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
    transition: box-shadow .3s;
}

.main3-dl dd:hover {
    z-index: 2;
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
}

.main3-dl dd .imgbox_a {
    padding-bottom: 61.43%;
    position: relative;
}

.main3-dl dd .imgbox_a>img {
    z-index: 10;
}

.main3-dl dd .imgbox_a::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15;
    background-image: url(../images/caidi.png);
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main3-dl dd:nth-child(even) {
    top: -75px;
}

.main3-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    padding: 45px 50px 0;
}

.main3-ico {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 53px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main3-ico img {
    display: block;
    width: 100%;
}

.main3-div-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    transition: color .3s;
}

.main3-div-p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main3-p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 100px 45px 50px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.main3-dl dd .imgbox_a:hover::after {
    opacity: 1;
    visibility: visible;
}

.main3-dl dd .imgbox_a:hover .main3-p {
    opacity: 1;
    visibility: visible;
}

.main3-dl dd .imgbox_a:hover .main3-ico {
    opacity: 1;
    visibility: visible;
}

.main3-dl dd .imgbox_a:hover .main3-div-p {
    opacity: 1;
    visibility: visible;
}

.main3-dl dd .imgbox_a:hover .main3-div-title {
    color: #fff;
}

.main4 {
    padding: 100px 0 0;
    background-color: #f4f4f4;
}

.main4-ico {
    position: absolute;
    width: 366px;
    right: 0;
    top: 27px;
}

.main4-ico img {
    display: block;
    width: 100%;
}

.main4-div {
    margin-top: 90px;
}

.fmain4 .slides>li {
    padding-bottom: 135px;
}

.fmain4 .flex-direction-nav {
    width: 137px;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    bottom: -35px;
    height: 70px;
}

.fmain4 .flex-direction-nav a {
    top: 0;
    width: 69px;
    height: 70px;
    margin-top: 0;
}

.fmain4 .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../images/b-left.jpg);
}

.fmain4 .flex-direction-nav .flex-prev:hover {
    background-image: url(../images/b-left-h.jpg);
}

.fmain4 .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../images/b-right.jpg);
}

.fmain4 .flex-direction-nav .flex-next:hover {
    background-image: url(../images/b-right-h.jpg);
}

.main5 {
    padding: 135px 0 100px;
}

.main5-div {
    margin-top: 65px;
}

.main5-pic .imgbox_a {
    padding-bottom: 97.9%;
}

.main5-list .item h1 {
    margin: 0;
    font-size: 16px;
    color: #333;
    margin-top: 28px;
}

.main5-list .item h1 a:hover {
    color: #87b01a;
}

.main5-list .owl-dots {
    position: absolute;
    right: 0;
    top: -140px;
    font-size: 0;
    line-height: normal;
}

.main5-list .owl-dots .owl-dot {
    display: inline-block;
    margin: 0;
    border: 0;
    background-color: transparent;
    outline: none;
}

.main5-list .owl-dots .owl-dot+.owl-dot {
    margin-left: 14px;
}

.main5-list .owl-dot span {
    width: 11px;
    display: block;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/owl-dot-ico.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main5-list .owl-dot.active span {
    background-image: url(../images/owl-dot-ico-h.png);
}

.main6 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    background-image: url(../images/main6-bg.jpg);
    text-align: center;
}

.main6 h1 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.main6 h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    margin: 15px 0 40px;
}

.main6 h3 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    font-family: "Arial";
    color: #fff;
}

.main6 h3 img {
    margin-top: -3px;
    margin-right: 10px;
}

.main7 {
    padding: 100px 0;
}

.main7-div {
    margin-top: 65px;
}

.main7-list .item {
    background-color: #fafafa;
}

.main7-1 .fl {
    width: 132px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #a9c015;
    text-align: center;
}

.main7-1 .fr {
    font-size: 16px;
    color: #333;
    font-family: "Arial";
    margin-right: 30px;
    height: 48px;
    line-height: 48px;
}

.main7-2 {
    padding: 50px 50px;
}

.main7-2-con h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.main7-2-con p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    margin: 20px 0 40px;
}

.more5>a {
    display: block;
    width: 63px;
    height: 12px;
    background-image: url(../images/more5.png);
}

.main7-list .item:hover .main7-2-con h1 {
    color: #a9c015;
}

.main7-list .item:hover .more5>a {
    margin-left: auto;
    background-image: url(../images/more5h.png);
}

.main7-list .owl-nav {
    position: absolute;
    width: 87px;
    right: 0;
    top: -110px;
}

.main7-list .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 44px;
    height: 43px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main7-list .owl-nav button.owl-prev:hover {
    background-image: url(../images/lefth.png);
}

.main7-list .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 0%;
    width: 44px;
    height: 43px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    z-index: 50;
}

.main7-list .owl-nav button.owl-next:hover {
    background-image: url(../images/righth.png);
}


/**************************************************************/


/*main-over*/


/*footer-start*/


/**************************************************************/

#footer {}

.footer-1 {
    background-color: #f4f4f4;
    padding: 80px 0;
}

.footer-1 ul {
    margin: 0;
}

.footer-1 li {
    float: left;
}

.footer-1 li+li {
    margin-left: 135px;
}

.footer-1 li h1 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.footer-1 dl {
    margin: 0;
    padding-top: 15px;
}

.footer-1 dd {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.footer-1 a:hover {
    color: #a5c419;
}

.footer-2 {
    background-image: url(../images/footer-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 47px 0;
}

.er-wp {
    width: 266px;
    margin-top: 1px;
}

.er {
    margin-left: 39px;
}

.er img {
    display: block;
    width: 100%;
}

.footer-2-con {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    overflow: hidden;
}


/**************************************************************/


/*footer-over*/


/**************************************/


/********[特殊css样式要求区域]**********/


/**************************************/

#header-2 {
    display: none;
    height: 75px;
    /*border-bottom:0px solid #035cac;*/
    box-shadow: 0 4px 8px -3px #000;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    /*background-color: #0089d0;*/
}

.nav-2 {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 900;
}

.nav-2>ul>li {
    border-top: 1px dotted #ccc;
    position: relative;
}

.jiaspan {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/jia2.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
    right: 14px;
}

.jiaspan.cur {
    background-image: url(../images/jia2h.png);
}

.nav-2>ul>li:first-child {
    /*border-top: 0;*/
}

.nav-2>ul>li>a {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #333;
    font-family: "anb";
    text-transform: uppercase;
}

.nav-2>ul>li>ul {
    padding-bottom: 10px;
    display: none;
}

.nav-2>ul>li>ul>li>a {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    padding-left: 25px;
    width: 100%;
    color: #666;
}


/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/


/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form {
    padding: 10px;
    position: relative;
}

.nav-2-form input[type="image"] {
    position: absolute;
    right: 19px;
    top: 17px;
    width: 18px;
}

.nav-2-form .form-control {
    padding-right: 50px;
}

.logo-2 {
    font-size: 0;
    width: 215px;
    margin-left: 15px;
    margin-top: 15px;
}

.logo-2 img {
    display: block;
    width: 100%;
}

.menu2 {
    margin-right: 15px;
    height: 75px;
    font-size: 0;
}

.menu2 li {
    cursor: pointer;
    margin-left: 15px;
    float: right;
    margin-top: 29px;
}

.menu2 li+li {
    margin-top: 26px;
}

.menu2 li img {
    /*vertical-align: middle;*/
}

.chenggao {
    display: none;
    height: 75px;
}

#nav-2-heidi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background-image: url(../images/heidi.png);
    display: none;
}


/**************************************/


/********[特殊css样式要求区域]**********/


/**************************************/

.banner-2 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-2-con-wp {
    background-image: url(../images/lvdi.png);
}

.banner-2-con {
    padding: 175px 0;
    text-align: center;
}

.banner-2-con h1 {
    margin: 0;
    font-size: 30px;
    color: #fff;
}

.banner-2-con h2 {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 5px;
}

.erji-bottom {
    padding: 80px 0;
    position: relative;
    z-index: 50;
}

.pdt30 {
    padding-top: 30px;
}

.hezuo-list dl {
    margin: 0;
    margin-left: -4%;
    margin-top: -4%;
}

.hezuo-list dd {
    float: left;
    width: 29.333333%;
    margin-top: 4%;
    margin-left: 4%;
}

.hezuo-pic .imgbox_a {
    padding-bottom: 71.73%;
}

.hezuo-con h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    margin: 22px 0 12px;
}

.hezuo-con h1 a:hover {
    color: #a5c419;
}

.hezuo-con p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    height: 5.4em;
    overflow: hidden;
}

.fuwu-list dl {
    margin: 0;
    margin-left: -4%;
    margin-top: -4%;
}

.fuwu-list dd {
    float: left;
    width: 29.333333%;
    margin-left: 4%;
    margin-top: 4%;
}

.fuwu-a a {
    display: block;
    height: 111px;
    border: 1px solid #dddddd;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/fuwu-a-bg.jpg);
    display: table;
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 0 15px;
}

.fuwu-a a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}

.fuwu-a a:hover {
    border-color: #96b017;
    background-color: #a6c41a;
    color: #fff;
    background-image: none;
}

.yiqi-list dl {
    margin: 0;
    margin-left: -4%;
    margin-top: -4%;
}

.yiqi-list dd {
    float: left;
    width: 29.333333%;
    margin-left: 4%;
    margin-top: 4%;
}

.yiqi-pic .imgbox_a {
    padding-bottom: 68.7%;
}

.yiqi-item h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 23px;
}

.yiqi-item:hover h1 {
    color: #a6c41a;
}

.erji-top {
    border-bottom: 1px solid #dddddd;
    position: relative;
    z-index: 80;
}

.erji-nav dl {
    margin: 0;
}

.erji-nav dd {
    float: left;
    height: 83px;
    line-height: 83px;
    font-size: 18px;
    color: #333;
}

.erji-nav dd+dd {
    padding-left: 83px;
    background-repeat: no-repeat;
    background-position: 41px center;
    background-image: url(../images/li.jpg);
}

.erji-nav dd>a:hover,
.erji-nav dd.cur>a {
    color: #ffa600;
}

.erji-nav.erji-nav2 dd+dd {
    padding-left: 41px;
    background-position: 21px center;
}

.sanji-dd {
    padding: 0 20px;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.sanji-dd>img {
    margin-top: -3px;
    margin-left: 15px;
    display: none;
}

.sanji-dd>img.cur {
    display: inline-block;
}

.sanji-dd:hover {
    background-color: #ffa700;
    color: #fff;
}

.sanji-dd:hover>img {
    display: inline-block;
}

.sanji-dd:hover>img.cur {
    display: none;
}

.sanji-dd:hover .sanji-list {
    display: block;
}

.sanji-li:hover .siji-list {
    display: block;
}

.sanji-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #ffa700;
    display: none;
}

.sanji-li {
    background-image: url(../images/jiao3.png);
    background-repeat: no-repeat;
    background-position: 88% center;
}

.sanji-li span {
    display: block;
    height: 69px;
    line-height: 69px;
    padding: 0 45px 0 15px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffb62f;
}

.sanji-li:hover {
    background-color: #f7a000;
}

.siji-list {
    background-color: #f7a000;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
}

.siji-li {
    border-top: 1px solid #ffb62f;
    display: block;
    font-size: 16px;
    color: #fff;
    height: 69px;
    line-height: 69px;
    padding: 0 25px 0;
}

.siji-li a:hover {
    font-weight: bold;
}

.liuyan-left {
    width: 540px;
    margin-right: 120px;
}

.liuyan-left1 {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.liuyan-left2 h1 {
    margin: 0;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.liuyan-left2 {
    margin-top: 95px;
}

.liuyan-left2 p {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 2;
    margin-top: 10px;
}

.liuyan-right {
    overflow: hidden;
}

.liuyan-input-wp+.liuyan-input-wp {
    margin-top: 24px;
}

.liuyan-input.fl,
.liuyan-input.fr {
    width: 48.5%;
}

.liuyan-input input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;
    border: 0;
    background-color: #f5f5f5;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.428571;
}

.liuyan-input input:focus {
    outline: none;
}

.liuyan-input textarea {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.428571;
}

.liuyan-input textarea:focus {
    outline: none;
}

.liuyan-yanz {
    width: 181px;
    margin-left: 24px;
}

.liuyan-yanz img {
    display: block;
    width: 100%;
    height: 58px;
}

.liuyan-input input[type="button"] {
    display: block;
    width: 180px;
    height: 58px;
    border: 0;
    background-color: #ffa700;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.liuyan-input input[type="button"]:hover {
    background-color: #ef9e04;
}

.xinwen-list ul {
    margin: 0;
}

.xinwen-list li {
    padding: 40px;
    padding-left: 0;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
}

.xinwen-list li:hover {
    background-color: #f7f7f7;
}

.xinwen-list li:hover .xinwen-list-date h1 {
    color: #ffa600;
}

.xinwen-list li:hover .xinwen-list-con h1 {
    color: #ffa600;
}

.xinwen-list-pic {
    width: 293px;
}

.xinwen-list-pic .imgbox_a {
    padding-bottom: 75%;
}

.xinwen-list-date {
    width: 147px;
    border-right: 1px solid #eee;
    text-align: center;
    height: 125px;
    padding-top: 20px;
    margin-top: 50px;
}

.xinwen-list-date h1 {
    margin: 0;
    font-size: 60px;
    color: #666;
    font-family: "Arial";
    line-height: 1;
}

.xinwen-list-date h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-family: "Arial";
    margin-top: 5px;
}

.xinwen-list-con {
    overflow: hidden;
    padding: 50px 50px 0;
}

.xinwen-list-con h1 {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.xinwen-list-con p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
    height: 6em;
    overflow: hidden;
    margin-top: 10px;
}

.fenye {
    margin-top: 50px;
}

.fenye ul {
    margin: 0;
}

.anli-list ul {
    margin: 0;
    margin-left: -4%;
    margin-top: -4%;
}

.anli-list li {
    float: left;
    width: 46%;
    margin-left: 4%;
    margin-top: 4%;
}

.anli-item {
    position: relative;
}

.anli-item .imgbox_a {
    padding-bottom: 63.6%;
    z-index: 10;
}

.anli-con {
    position: absolute;
    width: 350px;
    padding: 35px 35px 0;
    background-image: url(../images/lvdi2.png);
    right: 0;
    bottom: 0;
    z-index: 15;
}

.anli-con h1 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.anli-con h2 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 7px;
}

.more1 {
    margin-top: 20px;
}

.more1 a {
    display: block;
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ffa700;
}

.anli-con .more1 a {
    margin-left: auto;
    position: relative;
    right: -35px;
}

.more1 a:hover {
    background-color: #ef9e04;
}

.zhichi-list dl {
    margin: 0;
    font-size: 0;
    line-height: normal;
    margin-top: -3%;
    margin-left: -3%;
}

.zhichi-list dd {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-top: 3%;
}

.zhichi-list-nub {
    width: 52px;
    height: 46px;
    line-height: 46px;
    background-image: url(../images/zhichi-list-nub.png);
    font-size: 24px;
    color: #333;
    font-family: "Arial";
    padding-right: 6px;
    text-align: center;
}

.zhichi-list dd p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 25px;
}

.cp-list {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.cp-list dl {
    margin: 0;
    margin-left: -3%;
    margin-top: -3%;
}

.cp-list dd {
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-top: 3%;
}

.cp-con {
    padding-top: 35px;
}

.cp-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.cp-con h1 a:hover {
    color: #ffa700;
}

.cp-con p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    height: 3.6em;
    margin: 10px 0 23px;
    overflow: hidden;
}

.more2 a {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    background-color: #f4f4f4;
    text-align: center;
}

.more2 a:hover {
    background-color: #ffa700;
    color: #fff;
}

.sanji-dl22 dl {
    margin: 0;
}

.sanji-dl22 dd {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.sanji-dl22 dd>a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}

.sanji-dl22 dd.cur>a {
    color: #fff;
    background-color: #ffa700;
    border-color: #ffa700;
}

.siji-dl22 {
    padding-top: 10px;
    margin-bottom: 30px;
}

.siji-dl22 dl {
    margin: 0;
}

.siji-dl22 dd {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.siji-dl22 dd>a {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}

.siji-dl22 dd.cur>a {
    color: #fff;
    background-color: #ffa700;
    border-color: #ffa700;
}

.cp-li {
    background-color: #f4f4f4;
    box-shadow: none;
    transition: box-shadow .5s;
    position: relative;
    z-index: 1;
}

.cp-item .cp-pic {
    width: 100%;
}

.cp-pic {
    width: 50%;
}

.cp-pic .imgbox_a {
    padding-bottom: 68.571%;
}

.cp-li:hover {
    z-index: 2;
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
}

.cp-li-con {
    overflow: hidden;
    padding: 60px 70px 0;
    height: 480px;
    position: relative;
}

.cp-li-con h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    transition: color .3s;
}

.cp-line {
    width: 40px;
    height: 2px;
    background-color: #000;
    margin: 22px 0;
    transition: background-color .3s;
}

.cp-li-con dl {
    margin: 0;
}

.cp-li-con dd {
    font-size: 16px;
    color: #666;
    transition: color .3s;
}

.cp-li-con dd a:hover {
    font-weight: bold;
}

.cp-li-con dd+dd {
    margin-top: 10px;
}

.cp-li:hover .cp-line {
    background-color: #a6c41a;
}

.cp-li:hover .cp-li-con h1 {
    color: #a6c41a;
}

.cp-li:hover .cp-li-con dd {
    color: #a6c41a;
}

.cp-li-con::after {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 62px;
    height: 66px;
    content: "";
    position: absolute;
    right: 70px;
    bottom: 70px;
    transition: background-image .5s;
}

.cp-li1 .cp-li-con::after {
    background-image: url(../images/cp-ico1.png);
}

.cp-li1:hover .cp-li-con::after {
    background-image: url(../images/cp-ico1h.png);
}

.cp-li2 .cp-li-con::after {
    background-image: url(../images/cp-ico2.png);
}

.cp-li2:hover .cp-li-con::after {
    background-image: url(../images/cp-ico2h.png);
}

.cp-li3 .cp-li-con::after {
    background-image: url(../images/cp-ico3.png);
}

.cp-li3:hover .cp-li-con::after {
    background-image: url(../images/cp-ico3h.png);
}

.cp-li4 .cp-li-con::after {
    background-image: url(../images/cp-ico4.png);
}

.cp-li4:hover .cp-li-con::after {
    background-image: url(../images/cp-ico4h.png);
}

.cp-li5 .cp-li-con::after {
    background-image: url(../images/cp-ico5.png);
}

.cp-li5:hover .cp-li-con::after {
    background-image: url(../images/cp-ico5h.png);
}

.zhichi-dl dl {
    margin: 0;
}

.zhichi-dl dd {
    float: left;
    width: 25%;
    transition: width .5s;
}

.zhichi-dl.cur dd.cur {
    width: 34%;
}

.zhichi-dl.cur dd {
    width: 22%;
}

.zhichi-dl dd>a {
    display: block;
    height: 880px;
    background-repeat: no-repeat;
    background-position: center;
    /*	-webkit-background-size: cover;
	background-size: cover;*/
    overflow: hidden;
    position: relative;
}

.zhichi-a1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/heidi1.png);
    z-index: 15;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.zhichi-a1-con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 150px;
}

.zhichi-a1-con img {
    display: block;
    width: 85px;
    margin: 0 auto;
}

.zhichi-a1-con h1 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    margin: 60px 0 30px;
    font-weight: bold;
}

.zhichi-a-line {
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

.zhichi-a2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    background-image: url(../images/lvdi.png);
    z-index: 25;
    transition: top .5s;
    padding: 130px 0px 0;
}

.zhichi-a2 h1 {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.zhichi-a2 .zhichi-a-line {
    margin: 35px auto 70px;
}

.zhichi-dl dd>a:hover .zhichi-a1 {
    opacity: 0;
    visibility: hidden;
}

.zhichi-dl dd>a:hover .zhichi-a2 {
    top: 0;
}

.zhichi-a2-p {
    max-width: 490px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    height: 256px;
    padding-right: 15px;
    overflow: auto;
}

.zhichi-a2-p p {
    margin: 0;
}

.zhichi-a2-ico {
    margin-top: 115px;
}

.zhichi-a2-ico img {
    display: block;
    width: 85px;
    margin: 0 auto;
}

.zhichi-a2-p.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.zhichi-a2-p.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
}

.zhichi-a2-p .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    margin-right: 0;
}

.xinwen-title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.xinwen-title a.fr {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.xinwen-title a.fr:hover {
    color: #ffa600;
}

.xinwen1-div {
    margin-top: 50px;
    background-image: url(../images/xinwen1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.fxinwen1 .slides>li {
    padding: 70px;
}

.xinwen1-pic {
    width: 400px;
    margin-right: 50px;
}

.xinwen1-pic .imgbox_a {
    padding-bottom: 75%;
}

.xinwen1-con {
    overflow: hidden;
    padding-top: 50px;
}

.xinwen1-con h1 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
}

.xinwen1-con h2 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 20px;
}

.xinwen1-con p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    height: 6em;
}

.fxinwen1 .flex-direction-nav a {
    width: 26px;
    height: 50px;
    margin-top: -25px;
    transition: background-image .3s;
}

.fxinwen1 .flex-direction-nav .flex-prev {
    left: -60px;
}

.fxinwen1 .flex-direction-nav .flex-next {
    right: -60px;
}

.fxinwen1 .flex-direction-nav .flex-prev:hover {
    background-image: url(../images/b-left-h.png);
}

.fxinwen1 .flex-direction-nav .flex-next:hover {
    background-image: url(../images/b-right-h.png);
}

.xinwen1-2 {
    padding: 60px 70px;
    border-top: 1px solid #e5b55a;
    position: relative;
}

.xinwen1-2::after {
    position: absolute;
    width: 1px;
    background-color: #e5b55a;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
}

.xinwen1-2 dl {
    margin: 0;
}

.xinwen1-2 dd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 85px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    width: 45%;
    margin-top: 20px;
}

.xinwen1-2 dd:first-child,
.xinwen1-2 dd:first-child+dd {
    margin-top: 0;
}

.xinwen1-2 dd a {
    font-size: 18px;
    color: #fff;
}

.xinwen1-2 dd span {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
    position: absolute;
    right: 0px;
    top: 0;
}

.xinwen1-2 dd a:hover {
    font-weight: bold;
}

.xinwen2 {
    padding: 90px 0;
}

.xinwen2-list {
    margin-top: 35px;
}

.xinwen2-list dl {
    margin: 0;
    margin-left: -3%;
}

.xinwen2-list dd {
    float: left;
    width: 30.33333%;
    margin-left: 3%;
    padding: 35px 0;
}

.xinwen2-list dd:hover {
    background-color: #f7f7f7;
    padding: 35px;
}

.xinwen2-list dd h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.xinwen2-list dd h1 a:hover {
    color: #ffa600;
}

.xinwen2-list dd p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 12px 0 18px;
    height: 6em;
    overflow: hidden;
}

.xinwen2-list dd h2 {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: "Arial";
}

.xinwen3-item {
    width: 46%;
}

.xinwen3-list dl {
    margin: 0;
}

.xinwen3-list dd {
    position: relative;
    margin-top: 60px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 11px;
    padding-bottom: 32px;
}

.xinwen3-list dd i {
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
    font-size: 120px;
    font-family: "Arial";
    color: #f8f8f8;
    /*color: #f00;*/
    font-style: normal;
    line-height: 90px;
    font-weight: bold;
}

.xinwen3-list dd h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    position: relative;
    z-index: 20;
}

.xinwen3-list dd h1 a:hover {
    color: #ffa600;
}

.xinwen3-list dd h2 {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: "Arial";
    margin-top: 10px;
    position: relative;
    z-index: 20;
}

.danpian {
    max-width: 1200px;
    margin: 0 auto;
}

.danpian-h1 {
    font-size: 28px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.danpian-h2 {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0 15px;
}

.danpian-con {
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding: 20px 0 20px;
}

.danpian-con * {
    font-size: 16px!important;
    color: #666;
    line-height: 2!important;
}

.danpian-con img {
    display: block;
    margin: 15px auto;
}

.dan-page {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.dan-a {
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a {
    font-size: 16px;
    color: #666;
}

.dan-a a:hover {
    color: #ffa600;
}

.geren-banner1 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 364px;
    position: relative;
}

.geren-banner1::after {
    position: absolute;
    width: 40px;
    height: 14px;
    margin-left: -20px;
    left: 50%;
    bottom: 0;
    content: "";
    background-image: url(../images/jiao4.png);
    background-repeat: no-repeat;
    background-position: center;
}

.geren-banner1-con {
    padding: 120px 0;
    max-width: 660px;
    margin: 0 auto;
}

.geren-banner1-left {
    width: 547px;
    border-right: 1px solid #b4cc69;
}

.geren-banner1-left h1 {
    margin: 0;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
}

.geren-banner1-left h2 {
    margin: 0;
    font-size: 29px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.geren-banner1-right {
    width: 108px;
    padding-left: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    margin-top: 2px;
}

.geren-wp {
    padding: 50px 0;
}

.denglu {
    width: 572px;
    margin: 0 auto;
}

.denglu-li {}

.denglu-li input:focus {
    outline: none;
}

.denglu-li input[type="text"],
.denglu-li input[type="password"] {
    display: block;
    width: 100%;
    height: 66px;
    border: 0;
    padding: 10px 0px;
    font-size: 20px;
    color: #000;
    line-height: 1.428571;
    border: 0;
    border: 1px solid #dddddd;
    padding-left: 110px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.denglu-li+.denglu-li {
    margin-top: 30px;
}

.denglu-li-yanz-input {
    width: 287px;
}

.denglu-li-yanz-input input[type="text"] {
    padding: 10px 20px;
    font-size: 14px;
}

.denglu-li-yanz-img {
    width: 174px;
    margin-top: 1px;
    margin-left: 15px;
    cursor: pointer;
}

.denglu-li-yanz-img img {
    display: block;
    width: 100%;
}

.denglu-li input[type="button"] {
    display: block;
    width: 100%;
    height: 66px;
    border: 0;
    font-size: 20px;
    color: #fff;
    background-color: #b2cb38;
    line-height: 1.428571;
    border: 0;
    cursor: pointer;
}

.denglu-li input[type="button"]:hover {
    background-color: #abc434;
}

.denglu-p {
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-top: 25px;
}

.denglu-p a {
    text-decoration: underline;
}

.denglu-p a:hover {
    color: #b2cb38;
}

.zhuce-li {
    position: relative;
    padding-left: 140px;
    border: 1px solid #dddddd;
}

.zhuce-li>span {
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    line-height: 66px;
    width: 100px;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}

.zhuce-li.denglu-li input[type="text"],
.zhuce-li.denglu-li input[type="password"] {
    padding-left: 0;
    border: 0;
}

.geren-banner2 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.geren-banner2-con {
    padding: 30px 0;
    line-height: 37px;
}

.geren-banner2-con .fr {
    font-size: 20px;
    color: #fff;
}

.geren-banner2-con .fr span {
    font-weight: bold;
}

.geren-banner2-con .fl {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.geren-title {
    padding-bottom: 20px;
}

.geren-title h1 {
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.cart-table.table-responsive {
    margin-bottom: 0;
}

.cart-pic {
    width: 100px;
    margin-right: 25px;
}

.cart-con {
    overflow: hidden;
    padding-top: 8px;
}

.cart-con h1 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.cart-con p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 8px;
}

.cart-table table.table {
    margin: 0;
    border: 1px solid #dddddd;
}

.cart-table table.table tr th {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    background-color: #f5f5f5;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

.cart-table table.table tr th:first-child+th {
    text-align: left;
}

.check1 {
    width: 18px;
    height: 18px;
    background-image: url(../images/check.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.check1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.check1.cur {
    background-image: url(../images/check-h.jpg);
}

.cart-table table.table tr td {
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cart-num {
    width: 110px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 36px;
    background-color: #f2f2f2;
    text-align: center;
    margin: 0 auto;
}

.cart-num-jian {
    width: 33.3333333%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    color: #000;
}

.cart-num-jia {
    width: 33.3333333%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    color: #000;
}

.cart-num-jian1 {
    width: 33.3333333%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    color: #000;
}

.cart-num-jia1 {
    width: 33.3333333%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    color: #000;
}

.cart-num-con {
    overflow: hidden;
}

.cart-num-con input:focus {
    outline: none;
}

.cart-num-con input {
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #000;
    height: 36px;
    line-height: 36px;
}

.cart-money {
    font-size: 18px;
    font-weight: bold;
    color: #ffa500;
    text-align: center;
}

.del-a {
    text-align: center;
}

.del-a a {
    font-size: 14px;
    color: #666;
}

.del-a a:hover {
    color: #b0cb35;
}

.cart-bottom {
    padding-top: 20px;
}

.cart-bottom-left {
    height: 45px;
    line-height: 45px;
}

.cart-bottom-left a {
    font-size: 14px;
    color: #666;
}

.cart-bottom-left a:hover {
    color: #b0cb35;
}

.cart-bottom-btn {
    width: 120px;
    margin-left: 20px;
}

.cart-bottom-btn input {
    display: block;
    border: 0;
    width: 100%;
    height: 45px;
    background-color: #ffab0f;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.cart-bottom-btn input:hover {
    background-color: #faa913;
}

.cart-bottom-con {
    font-size: 16px;
    color: #333;
}

.cart-bottom-con i {
    font-style: normal;
    color: #999;
}

.cart-bottom-con b {
    font-size: 22px;
    color: #ffab0c;
}

.cart-bottom-con span {
    font-size: 30px;
    color: #ffab0c;
    font-weight: bold;
    font-family: "Arial";
}

.dangdan1-1 {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 30px;
}

.dingdan1-1-h1 {
    font-size: 16px;
    color: #666;
}

.dangdan1-1-dl dl {
    margin: 0;
    margin-left: -2%;
}

.dangdan1-1-dl dd {
    float: left;
    width: 31.3333333%;
    margin-left: 2%;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 30px 20px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
}

.dangdan1-1-dl dd.cur::before {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    top: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/caih.png);
    z-index: 10;
}

.dangdan1-1-dl dd.cur::after {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    bottom: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/caih.png);
    z-index: 10;
}

.dangdan1-1-dl dd h1 {
    margin: 0;
    font-size: 14px;
    color: #d4d4d4;
}

.dangdan1-1-dl dd h2 {
    margin: 0;
    font-size: 18px;
    color: #d4d4d4;
    margin: 15px 0 8px;
}

.dangdan1-1-dl dd h3 {
    margin: 0;
    font-size: 14px;
    color: #d4d4d4;
}

.dangdan1-1-dl dd h3 span {
    padding-left: 8px;
}

.dangdan1-1-dl dd h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    opacity: 0;
}

.dangdan1-1-dl dd h4 .fl {
    color: #d4d4d4;
}

.dangdan1-1-dl dd.cur {}

.dangdan1-1-dl dd.cur h1 {
    color: #666;
}

.dangdan1-1-dl dd.cur h2 {
    color: #333;
}

.dangdan1-1-dl dd.cur h3 {
    color: #333;
}

.dangdan1-1-dl dd.cur h4 {
    opacity: 1;
}

.dingdan1-2 dl {
    margin: 0;
}

.dingdan1-2 dd {
    padding: 28px 0;
    border-bottom: 1px solid #eee;
    padding-right: 22px;
}

.dingdan1-2 dd .cart-name {
    width: 700px;
}

.dingdan1-2-sm {
    font-size: 16px;
    color: #999;
}

.dingdan1-2-sm i {
    font-style: normal;
}

.dingdan1-2-sm span {
    font-size: 18px;
    color: #000;
    padding-right: 75px;
}

.dingdan1-2-sm span b {
    font-family: "Arial";
}

.dingdan1 .cart-bottom-right {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.geren-left {
    width: 240px;
    margin-right: 40px;
    border: 1px solid #dddddd;
}

.geren-left-item {
    padding: 20px 15px 20px 0;
}

.geren-left-item+.geren-left-item {
    border-top: 2px solid #eee;
}

.geren-left-item h1 {
    padding-left: 24px;
    margin: 0;
    border-left: 3px solid #a6c41a;
    line-height: 21px;
    height: 21px;
    font-size: 16px;
    color: #000;
}

.geren-left-item dl {
    margin: 0;
    padding-top: 7px;
}

.geren-left-item dd {
    font-size: 14px;
    color: #666;
    margin-top: 9px;
    padding-left: 35px;
}

.geren-left-item dd.cur>a,
.geren-left-item dd>a:hover {
    color: #a6c41a;
}

.geren-right {
    overflow: hidden;
}

.dizhi2 {
    margin-top: 35px;
}

.dizhi2-li+.dizhi2-li {
    margin-top: 30px;
}

.dizhi2-li span.fl {
    height: 44px;
    line-height: 44px;
    width: 120px;
    padding-right: 25px;
    text-align: right;
    font-size: 16px;
    color: #666;
}

.dizhi2-li span.fl i {
    font-style: normal;
    color: #f00;
    padding-right: 10px;
}

.dizhi2-li-input {
    overflow: hidden;
}

.dizhi2-li-input dl {
    margin: 0;
    margin-left: -2%;
}

.dizhi2-li-input dd {
    float: left;
    width: 23%;
    margin-left: 2%;
}

.dizhi2-li-input dd select {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
}

.dizhi2-li-input input[type="text"] {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
}

.dizhi2-ul {
    max-width: 700px;
}

.dizhi2-li-input-moren {
    font-size: 14px;
    color: #333;
}

.dizhi2-li-input-moren input {
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
}

.dizhi2-li-opa-span span.fl {
    opacity: 0;
    visibility: hidden;
    height: 1px;
}

.dizhi2-li-input-btn input {
    display: block;
    width: 120px;
    height: 42px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background-color: #b3cd34;
    cursor: pointer;
    border: 0;
}

.dizhi2-li-input-btn input:hover {
    background-color: #ffa600;
}

.dizhi1-1-dl dl {
    margin: 0;
    margin-left: -2%;
    margin-top: -2%;
}

.dizhi1-1-dl dd {
    float: left;
    width: 31.3333333%;
    margin-left: 2%;
    margin-top: 2%;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 30px 20px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    /*cursor: pointer;*/
}

.dizhi1-1-dl dd::before {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    top: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/cai.png);
    z-index: 10;
}

.dizhi1-1-dl dd::after {
    position: absolute;
    left: 20px;
    right: 20px;
    content: "";
    bottom: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/cai.png);
    z-index: 10;
}

.dizhi1-1-dl dd i {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #a6c41a;
    font-style: normal;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
}

.dizhi1-1-dl dd.cur i {
    opacity: 1;
    visibility: visible;
}

.dizhi1-1-dl dd.cur::before,
.dizhi1-1-dl dd.cur::after {
    background-image: url(../images/caih.png);
}

.dizhi1-1-dl dd h1 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.dizhi1-1-dl dd h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    margin: 16px 0 7px;
}

.dizhi1-1-dl dd h3 {
    margin: 0;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}

.dizhi1-1-dl dd h3 span {
    padding-left: 10px;
}

.dingdan2-dl {
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
}

.dingdan2-dl dd {
    padding: 0 24px;
    float: left;
}

.dingdan2-dl dd+dd {
    background-image: url(../images/dddd.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.dingdan2-dl dd>a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    border-bottom: 3px solid #f5f5f5;
}

.dingdan2-dl dd>a:hover {
    color: #a6c41a;
}

.dingdan2-dl dd.cur>a {
    color: #a6c41a;
    border-bottom: 3px solid #a6c41a;
}

.dingdan2-li {
    border: 1px solid #eeeeee;
}

.dingdan2-li-top {
    background-color: #f5f5f5;
    padding: 15px;
}

.dingdan2-li-top h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.dingdan2-li-top .fl {
    font-size: 16px;
    color: #333;
}

.dingdan2-li-top .fr {
    font-size: 14px;
    color: #999;
    font-family: "Arial";
}

.dingdan2-ul .dingdan2-li {
    margin-top: 30px;
}

.dingdan2-li-left {
    width: 720px;
    padding: 25px 20px;
}

.cart-con h2 {
    font-size: 14px;
    color: #999;
    margin-top: 13px;
}

.dingdan2-li-right {
    overflow: hidden;
}

.dingdan2-li-right dl {
    margin: 0;
}

.dingdan2-li-right dd {
    float: left;
    width: 33.3333333%;
    height: 150px;
    border-left: 1px solid #eeeeee;
    text-align: center;
}

.dingdan2-li-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dingdan2-li-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.dingdan2-li-right dd h1 {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.dingdan2-li-right dd h1 span {
    font-weight: bold;
    font-family: "Arial";
}

.dingdan2-li-right dd h2 {
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-top: 3px;
}

.dingdan2-li-right dd h3 {
    margin: 0;
    font-size: 14px;
    color: #ffab0f;
    line-height: 1.8;
}

.dingdan2-li-right dd h3 a:hover {
    color: #a5c419;
}

.dingdan2-li-a a {
    display: block;
    width: 74px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #6e6e6e;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
}

.dingdan2-li-a a+a {
    margin-top: 10px;
}

.dingdan2-li-a a:hover {
    border-color: #ffab0f;
    background-color: #ffab0f;
    color: #fff;
}

.dingdan2-li-a a:first-child {
    border-color: #ffab0f;
    background-color: #ffab0f;
    color: #fff;
}

.dingdan3 .dingdan2-ul .dingdan2-li:first-child {
    margin-top: 0;
}

.tuihuo-form {
    padding: 30px 15px;
}

.tuihuo-dl dl {
    margin: 0;
}

.tuihuo-form dd {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.5;
}

.tuihuo-form dd input {
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 15px;
}

.tuihuo-form .cart-bottom-btn {
    margin-left: 0;
    padding-top: 10px;
}

.tuihuo-form .cart-bottom-btn input {
    font-size: 18px;
}

.dingdan3 .dingdan2-li-right dd {
    float: right;
}

.dingdan4 {
    padding: 30px 15px;
}

.dingdan4-1 {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 10px top;
    background-image: url(../images/dingdan4-ico1.png);
    padding-right: 15px;
}

.dingdan4-1 h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.dingdan4-1 p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
}

.dingdan4-2 {
    font-size: 16px;
    color: #666;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    line-height: 1.5;
    border: 1px solid #eeeeee;
    background-color: #f5f5f5;
    padding: 15px;
    padding-left: 60px;
    margin-top: 28px;
    background-position: 10px 13px;
    background-image: url(../images/dingdan4-ico2.png);
}

.dingdan4-a {
    margin-top: 22px;
}

.dingdan4-a a {
    display: block;
    margin-left: auto;
    width: 126px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ffab0f;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.dingdan4-a a:hover {
    background-color: #f0a210;
}

.ziliao1-pic {
    width: 100px;
    margin-right: 27px;
}

.ziliao1-pic .imgbox_a {
    border-radius: 50%;
}

.ziliao1-con {
    overflow: hidden;
    padding-top: 25px;
}

.ziliao1-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.ziliao1-con h2 {
    margin: 0;
    font-size: 18px;
    color: #999;
    font-family: "Arial";
    margin-top: 10px;
}

.ziliao .dangdan1-1 {
    background-color: #fff;
}

.dizhi2-li-input-sex {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
}

.dizhi2-li-input-sex input {
    margin-right: 10px;
}

.wuliu1 dl {
    margin: 0;
}

.wuliu1 dd {
    float: left;
    margin-right: 80px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

.wuliu2 {
    padding: 35px 25px;
}

.wuliuxinxi2-div {
    background-repeat: repeat-y;
    background-position: 18px top;
    background-image: url(../images/wuliuxinxi2-bg.png);
}

.wuliuxinxi2-1 {
    padding-left: 65px;
    font-size: 20px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 4px top;
    background-image: url(../images/wuliuxinxi2-1.png);
    line-height: 1.6;
}

.wuliuxinxi2-2 dd {
    padding-top: 35px;
}

.wuliuxinxi2-2 dd h1 {
    margin: 0;
    padding-left: 65px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 top;
    height: 36px;
    line-height: 36px;
}

.wuliuxinxi2-2 dd.cur h1 {
    color: #000;
}

.wuliuxinxi2-2 dd p {
    padding-left: 65px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.wuliuxinxi2-2 dd h2 {
    margin: 0;
    padding-left: 65px;
    font-size: 14px;
    font-family: "Arial";
    color: #666;
}

.wuliuxinxi2-2 dd.ddd1 h1 {
    background-image: url(../images/icc1.png);
}

.wuliuxinxi2-2 dd.ddd2 h1 {
    background-image: url(../images/icc2.png);
}

.wuliuxinxi2-2 dd.ddd3 h1 {
    background-image: url(../images/icc3.png);
}

.wuliuxinxi2-2 dd.ddd4 h1 {
    background-image: url(../images/icc4.png);
}

.wuliuxinxi2-2 dd .ddd-li {
    background-repeat: no-repeat;
    background-position: 0px -6px;
    background-image: url(../images/icc0.png);
    margin-top: 30px;
}

.wuliuxinxi2-2 dd .ddd-li p {
    margin-top: 0;
}

.wuliuxinxi2-2 dd.ddd1.cur h1 {
    background-image: url(../images/icc1h.png);
}

.wuliuxinxi2-2 dd.ddd2.cur h1 {
    background-image: url(../images/icc2h.png);
}

.wuliuxinxi2-2 dd.ddd3.cur h1 {
    background-image: url(../images/icc3h.png);
}

.wuliuxinxi2-2 dd.ddd4.cur h1 {
    background-image: url(../images/icc4h.png);
}

.about-title {
    position: relative;
}

.about1 .about-title {
    margin: 113px 0 90px;
}

.about-title h1 {
    margin: 0;
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.about-title h2 {
    margin: 0;
    font-size: 20px;
    color: #666;
    margin-top: 8px;
}

.about1-1 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/about1-bg.jpg);
}

.about1-div {
    background-image: url(../images/about1-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 831px;
    height: 769px;
    margin-left: auto;
    position: relative;
    bottom: 120px;
    padding: 90px 60px 0;
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
}

.about1-div h1 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.about1-div h2 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
}

.about1-div h2 span {
    font-weight: bold;
}

.about1-div-p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding: 35px 0 50px;
}

.about1-div-p p {
    margin: 0;
}

.about1-dl dl {
    margin: 0;
}

.about1-dl dd {
    float: left;
    width: 94px;
}

.about1-dl dd+dd {
    margin-left: 85px;
}

.about1-dl dd>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.about1-dl dd>a img {
    display: block;
    width: 94px;
    margin: 0 auto 14px;
}

.about1-dl dd>a:hover {
    font-weight: bold;
}

.about2-nub {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #666;
    font-family: "Arial";
}

.about2-nub span {
    font-size: 1.3em;
    color: #ffa500;
}

.about2-nub span i {
    font-style: normal;
    display: none;
}

.about2-nub span i.cur {
    display: inline;
}

.about2 {
    padding: 90px 0;
}

.about2-div-wp {
    margin-top: 40px;
}

.about2-div-wp .about2-div {
    display: none;
}

.about2-div-wp .about2-div:first-child {
    display: block;
}

.about2-pic {
    width: 600px;
    margin-right: 60px;
}

.about2-pic .imgbox_a {
    padding-bottom: 47.5%;
}

.about2-con {
    overflow: hidden;
    padding-top: 25px;
}

.about2-con h1 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.about2-con-p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    height: 10em;
    overflow: hidden;
    margin-top: 20px;
}

.about2-dl {
    padding: 0 35px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(../images/about2-dl-bg.jpg);
    margin-top: 55px;
}

.about2-dl dl {
    margin: 0;
    margin-left: -5%;
}

.about2-dl dd {
    float: left;
    width: 20%;
    margin-left: 5%;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.about2-dl dd::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background-color: #999999;
    left: 92px;
    top: 50%;
    margin-top: -7px;
    z-index: 15;
}

.about2-dl dd.cur {
    font-weight: bold;
    color: #000;
}

.about2-dl dd.cur::before {
    background-color: #a6c41a;
}

.about2-dl dd i {
    position: relative;
    z-index: 10;
    font-style: normal;
    font-size: 96px;
    font-weight: bold;
    font-family: "Arial";
    color: #f4f4f4;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
}

.about2-dl dd.cur i {
    opacity: 1;
    visibility: visible;
}

.about3-div {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/about3-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 60px;
}

.about3-div h1 {
    margin: 0;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.about3-div h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.about3-p p {
    margin: 0;
}

.about3-p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    padding: 50px 55px 115px;
}

.map-wp {
    height: 500px;
}

.map {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.about4-1 {
    padding: 75px 0 165px;
    position: relative;
}

.about4-er-wp {
    width: 430px;
}

.about4-er {
    width: 180px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.about4-er img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.about4-1-div {
    position: absolute;
    width: 560px;
    height: 620px;
    background-image: url(../images/about4-2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 75px 0;
    left: 0;
    bottom: 175px;
    box-shadow: 46.8px 45.5px 36px 0 rgba(0, 0, 0, 0.36);
}

.about4-1-div h1 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.about4-1-div h2 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.about4-1-div dl {
    margin: 0;
    padding-top: 25px;
}

.about4-1-div dd {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-top: 7px;
}

.about4-1-dd {
    overflow: hidden;
}

.about4-a {
    margin-top: 45px;
}

.about4-a a {
    display: block;
    width: 210px;
    height: 55px;
    border-radius: 999em;
    background-color: #fff;
    line-height: 55px;
    font-size: 20px;
    color: #a6c41a;
    text-align: center;
}

.about4-a a img {
    margin-right: 15px;
    width: 26px;
}

.about4-a a:hover {
    font-weight: bold;
}

.zhifu {
    width: 1100px;
    margin: 0 auto;
}

.zhifu1-1 dl {
    margin: 0;
}

.zhifu1-1 dd {
    float: left;
    margin-right: 55px;
    font-size: 18px;
    color: #333;
}

.zhifu1-2 {
    background-color: #fff;
    border-top: 4px solid #d7d7d7;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}

.zhifu1-2-right {
    width: 266px;
    height: 669px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/zhifu1-2-bg.jpg);
    text-align: center;
    padding: 170px 0 0;
}

.zhifu1-2-right h1 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    color: #90b61d;
    font-weight: bold;
}

.zhifu1-2-right p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #90b61d;
    line-height: 2.2;
    margin-top: 24px;
}

.zhifu1-2-left {
    overflow: hidden;
    padding: 75px 30px 0;
}

.zhifu1-2-div h1 {
    margin: 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.zhifu1-2-div h2 {
    margin: 0;
    font-size: 32px;
    color: #ffa700;
    font-family: "Arial";
    font-weight: bold;
    text-align: center;
    margin: 12px 0 32px;
}

.zhifu1-2-er-wp {
    max-width: 302px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    padding: 16px;
}

.zhifu1-2-er img {
    display: block;
    width: 100%;
}

.zhifu1-2-ico {
    padding: 15px;
}

.zhifu1-2-ico img {
    display: block;
    margin: 0 auto;
}

.cp-xx-left {
    width: 400px;
    margin-right: 50px;
}

.cp-xx-right {
    overflow: hidden;
}

.cp-xx-right1 h1 {
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.cp-xx-right1 p {
    margin: 0;
    font-size: 16px;
    color: #666;
    margin-top: 7px;
}

.cp-xx-right2 {
    margin: 10px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 25px;
    background-image: url(../images/cp-xx-2.jpg);
}

.cp-xx-right2 .fl {
    height: 86px;
    line-height: 86px;
    font-size: 20px;
    color: #ffa500;
}

.cp-xx-right2 .fl span {
    font-weight: bold;
    font-family: "Arial";
    font-size: 34px;
}

.cp-xx-right2 .fr {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/cp-xx-2-ico.png);
    min-height: 50px;
    margin-top: 16px;
}

.cp-xx-right2 .fr h1 {
    margin: 0;
    font-size: 20px;
    color: #ffa500;
}

.cp-xx-right2 .fr h2 {
    margin: 0;
    font-weight: bold;
    font-family: "Arial";
    font-size: 24px;
    color: #ffa500;
    margin-top: 5px;
}

.cp-xx-right3 dl {
    margin: 0;
}

.cp-xx-right3 dd+dd {
    margin-top: 12px;
}

.cp-xx-right3 dd span {
    margin-right: 25px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.cp-xx-right3-con {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    line-height: 35px;
}

.cp-xx-right3-ul {
    overflow: hidden;
}

.cp-xx-right3-ul ul {
    margin: 0;
    font-size: 0;
    line-height: normal;
}

.cp-xx-right3-ul li {
    display: inline-block;
    font-size: 16px;
    color: #333;
    border: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    padding: 6px 18px;
    margin-right: 15px;
    cursor: pointer;
}

.cp-xx-right3-ul li.cur {
    border-color: #96b018;
    background-color: #f9fceb;
    color: #b3cd34;
}

.cp-xx-right4 {
    margin-top: 15px;
}

.cp-xx-right4 dl {
    margin: 0;
}

.cp-xx-right4 dd {
    float: left;
    width: 170px;
}

.cp-xx-right4 dd+dd {
    margin-left: 24px;
}

.cp-xx-right4 dd>a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 999em;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.cp-xx-right4 dd>a:hover {
    font-weight: bold;
}

.cp-xx-right3 .cart-num {
    width: 110px;
    margin: 0;
    overflow: hidden;
}

.cp-xx2 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eeeeee
}

.cp-xx2-con p {
    margin: 0;
}

.cp-xx2-con * {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.fcp-xx1 .flex-direction-nav a {
    width: 26px;
    height: 50px;
    margin-top: -25px;
    background-image: url(../images/b-left-hh.png);
}

.fcp-xx1 .flex-direction-nav a.flex-next {
    background-image: url(../images/b-right-hh.png);
}


/*2021-2-3*/

.tan {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1999;
    display: none;
}

.tan-wp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.tan-hei {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15;
    background-image: url(../images/heidi1.png);
}

.tan-div {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 35;
    background-color: #fff;
    padding: 30px;
}

.tan-close {
    position: absolute;
    width: 20px;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.tan-close img {
    display: block;
    width: 100%;
}

.tan-div .dizhi2 {
    margin-top: 0;
}

.dangdan1-1-dl dd.tianjiaddd {
    height: 175px;
    background-color: #f9f9f9;
    cursor: pointer;
    position: relative;
    padding-top: 55px;
}

.dangdan1-1-dl dd.tianjiaddd:hover .tianjiaddd-con {
    color: #000;
}

.tianjiaddd-con {
    font-size: 16px;
    color: #999;
    text-align: center;
}

.tianjiaddd-con img {
    display: block;
    margin: 0 auto 15px;
}


/*2021-3-16修改*/

.banner-2 {
    position: relative;
}

#return_aaa {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 50;
}