@charset "utf-8";

/* container */
.container{padding: 50px 0;overflow: hidden;}

@media only screen and (max-width:1250px){
.container{padding: 40px 0;}
}
@media only screen and (max-width:1024px){
.container{padding: 30px 0;}
}
@media only screen and (max-width:480px){
.container{padding: 25px 0;}
}

/* leftmain */
.leftmain{position: relative;float: left;z-index: 2;}
.leftmain .column{width: 100%;}

.leftmain .list1 h2 a,
.leftmain .list2 h2 a,
.leftmain .text2 li a{display: block;width: 100%;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 2;}

.leftmain .list2 li .cover{position: absolute;width: 100%;height: 100%;z-index: 10;left: 0;top: 0;}
.leftmain .list2 li:hover .cover{width: 0;}

.leftmain .text1{width: 100%;padding: 5px 2px 0;line-height: 20px;}
.leftmain .text1 p{padding: 3px 0;}
.leftmain .text1 p strong{font-size: 15px;}

.leftmain .text2{width: 100%;padding: 5px 0;}
.leftmain .text2 li{width: 100%;border-bottom: 1px dotted #ddd;}
.leftmain .text2 li a{padding: 10px 2px;line-height: 20px;white-space: normal;}

.leftmain .list3{width: 100%;height: 0;background: #fff;padding-bottom: 365%;position: relative;border-bottom: 10px solid #fff;}
.leftmain .list3 ul{width: 100%;overflow: hidden;position: absolute;left: 0;top: 0;}
.leftmain .list3 ul li{width: 100%;text-align: center;}
.leftmain .list3 ul li a{width: 100%;display: block;margin-top: 5%;}
.leftmain .list3 ul li p{width: 100%;overflow: hidden;border: 1px solid #ddd;}
.leftmain .list3 ul li p span{display: block;width: 100%;height: 0;padding-bottom: 100%;background: url(../nyimages/img.png) center no-repeat;background-size: 100% auto;}
.leftmain .list3 ul li p em img{max-width: 90%;max-height: 90%;}
.leftmain .list3 ul li h3{width: 100%;padding-bottom: 16%;height: 0;position: relative;}
.leftmain .list3 ul li h3 span{display: block;width: 100%;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: absolute;left: 0;top: 50%;margin-top: -10px;}

@media only screen and (min-width:1025px){
.leftmain{width: 20.5%;max-width: 220px;}
.leftmain .column{display: block;margin-bottom: 15px;}

.leftmain .tit{width: 100%;background: #00b359;color: #fff;text-align: center;display: block;}
.leftmain .tit p{font-size: 22px;line-height: 22px;padding: 14px;}

.leftmain .list1{width: 100%;padding: 5px 0;}
.leftmain .list1 h2 a{font-size: 16px;padding: 5px 5px 4px 20px;border-bottom: 1px dotted #ddd;}
.leftmain .list1 h2 a::after{content: "";width: 0;height: 0;border: 5px solid rgba(0,0,0,0);border-left-color: #00b359;position: absolute;left: 5px;top: 50%;margin-top: -5px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
.leftmain .list1 h2.active a{background: #00b359;color: #fff;padding-left: 30px;}
.leftmain .list1 h2.active a::after{border-left-color: #fff;left: 15px;}

.leftmain .list2{padding: 5px 0;}
.leftmain .list2 li{width: 100%;position: relative;}
.leftmain .list2 li .f1 a{font-size: 16px;padding: 5px 5px 4px 20px;border-bottom: 1px dotted #ddd;}
.leftmain .list2 li .f1 a::after{content: "";width: 0;height: 0;border: 5px solid rgba(0,0,0,0);border-left-color: #00b359;position: absolute;left: 5px;top: 50%;margin-top: -5px;}
.leftmain .list2 li.active .f1 a{background: #00b359;color: #fff;}

.leftmain .list2 li dl{position: absolute;left: 100%;margin-left: 10px;top: 0;border: 0 solid #ddd;background: #fafafa;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.1);z-index: 5;padding: 0 14px;opacity: 0;}
.leftmain .list2 li dl.mindl{top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}
.leftmain .list2 li dl.maxdl{top: -50%;}
.leftmain .list2 li dl::after{content: "";width: 10px;height: 100%;position: absolute;top: 0;left: -10px;}
.leftmain .list2 li dl .f2 a{height: 0;line-height: 25px;}
.leftmain .list2 li dl dt.on .f2 a{color: #00b359;}

.leftmain .list2 li .arrow{position: absolute;width: 0;height: 0;z-index: 6;left: 100%;margin-left: 15px;top: 50%;background: #fafafa;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);transform: rotateZ(45deg);border: 0 solid #ccc;border-width: 0 0 1px 1px;opacity: 0;}

.leftmain .list2 li:hover dl{border-width: 1px;padding: 9px 14px;opacity: 1;}
.leftmain .list2 li:hover dl .f2 a{height: 25px;}
.leftmain .list2 li:hover .arrow{width: 10px;height: 10px;margin-left: 5px;margin-top: -5px;border-width: 0 0 1px 1px;opacity: 1;}
}
@media only screen and (max-width:1024px){
.leftmain{width: 100%;padding: 10px 0 35px;}
.leftmain .list1{margin: 0 -1px;}
.leftmain .list1 h2{width: 25%;float: left;text-align: center;padding: 1px;}
.leftmain .list1 h2 a{font-size: 16px;font-weight: 600;color: #fff;padding: 10px;background: #00b359;}
.leftmain .list1 h2.active a{background-color: #ffbf00;}

.leftmain .nycpfl .tit{width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.leftmain .nycpfl.cpfl_2{padding-top: 25px;}
.leftmain .nycpfl .tit p{font-size: 20px;line-height: 24px;font-weight: 600;padding: 10px 5px;border-bottom: 1px solid #00b359;margin-bottom: -1px;color: #00b359;display: inline-block;}

.leftmain .list2{margin: 0 -1px;position: relative;}
.leftmain .list2::after{content: "";width: 100%;height: 0;clear: both;display: block;}
.leftmain .list2 li{width: 25%;float: left;padding: 1px;text-align: center;position: relative;z-index: 1;}
.leftmain .list2 li .f1 a{font-size: 16px;font-weight: 600;color: #fff;padding: 10px 5px;background: #00b359;}
.leftmain .list2 li.active .f1 a{background: #ffbf00;}

.leftmain .list2 li dl{width: calc(100% - 2px);background: #00994d;position: absolute;left: 1px;top: 100%;opacity: 0;z-index: 5;box-shadow: 0 2px 10px rgba(0,0,0,.1);}
.leftmain .list2 li dl .f2 a{background: #00b359;color: #fff;height: 0;padding: 0 5px;font-weight: 600;}
.leftmain .list2 li dl .f2 a:hover{background: #ffbf00;}
.leftmain .list2 li:hover{z-index: 2;}
.leftmain .list2 li:hover dl{opacity: 1;}
.leftmain .list2 li:hover dl .f2 a{height: 44px;padding: 7px 5px;margin-bottom: 1px;}
}
@media only screen and (max-width:768px){
.leftmain .list2 li{width: 33.334%;}
}
@media only screen and (max-width:600px){
.leftmain .list1 h2,
.leftmain .list2 li{width: 50%;}
}
@media only screen and (max-width:480px){
.leftmain{padding: 5px 0 30px;}
.leftmain .list1 h2 a{line-height: 25px;}
}
@media only screen and (max-width:425px){
.leftmain .list1 h2{width: 50%;}
.leftmain .list1 h2 a{font-size: 15px;}
.leftmain .list2 li .f1 a{line-height: 25px;font-size: 15px;}
}

/* rightmain */
.rightmain{width: 81%;min-height: 450px;float: right;position: relative;z-index: 1;}
.rightmain .page_title{width: 100%;overflow: hidden;position: relative;margin-bottom: 25px;}
.rightmain .page_title::after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;z-index: -1;}
.rightmain .page_title p,
.rightmain .page_title a{font-size: 22px;line-height: 23px;padding: 13px 5px;border-bottom: 1px solid #00b359;float: left;color: #00b359;}
.rightmain .page_title a:hover{color: #ffbf00;border-color: #ffbf00;}

@media only screen and (max-width:1440px){
.rightmain{width: 80%;padding-left: 5px;}
}
@media only screen and (max-width:1250px){
.rightmain{width: 78%;padding-left: 0;}
}
@media only screen and (max-width:1024px){
.rightmain{width: 100%;}
.rightmain .page_title{margin-bottom: 20px;}
.rightmain .page_title p,
.rightmain .page_title a{font-size: 20px;line-height: 24px;font-weight: 600;padding: 10px 5px;}
}
@media only screen and (max-width:480px){
.rightmain{padding-top: 5px;}
.rightmain .page_title{margin-bottom: 15px;}
.rightmain .page_title p,
.rightmain .page_title a{font-size: 18px;padding: 5px;}
}

/* aboutus */
.aboutuspage .rightmain{padding-bottom: 25px;}
.aboutuspage .text{width: 100%;font-size: 16px;line-height: 2;}
.aboutuspage .text p{text-indent: 2em;padding: 10px 0;}
.aboutuspage .text p img{display: block;max-width: 100%;margin: 10px auto;}

@media only screen and (max-width:1250px){
.aboutuspage .text p{padding: 5px 0;font-size: 15px;}
.aboutuspage .text p img{margin: 10px auto 0;}
}

/* album */
.albumlistpage .list ul{margin: 0 -10px;padding: 10px 0 25px;}
.albumlistpage .list ul li{width: 33.333%;float: left;text-align: center;padding: 10px 15px 20px;}
.albumlistpage .list ul li a{display: block;width: 100%;position: relative;}
.albumlistpage .list ul li p{width: 100%;overflow: hidden;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,.05);}
.albumlistpage .list ul li em{padding-bottom: 75%;}
.albumlistpage .list ul li em img{width: 100%;min-height: 100%;max-height: none;}
.albumlistpage .list ul li h3{display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;padding: 15px 5px;font-size: 16px;line-height: 20px;border-bottom: 1px solid #ddd;}
.albumlistpage .list ul li a::after{content: "";width: 0;height: 1px;background: #00b359;position: absolute;right: 0;bottom: 0;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s;}
.albumlistpage .list ul li:hover a::after{left: 0;width: 100%;}

@media only screen and (max-width:1440px){
.albumlistpage .list ul{padding: 5px 0 20px;margin: 0 -5px;}
.albumlistpage .list ul li{padding: 5px 10px 15px;}
}
@media only screen and (max-width:1250px){
.albumlistpage .list ul{padding: 5px 0 15px;margin: 0 -3px;}
.albumlistpage .list ul li{padding: 5px 5px 10px;}
}
@media only screen and (max-width:768px){
.albumlistpage .list ul li{width: 50%;}
}
@media only screen and (max-width:480px){
.albumlistpage .list ul{margin: 0 -1px;padding-bottom: 10px;}
.albumlistpage .list ul li{padding: 0 3px 10px;}
.albumlistpage .list ul li h3{padding: 10px 5px;font-size: 15px;}
}

/* field */
.fieldlistpage .list ul{margin: 0 -10px;flex-wrap: wrap;padding-bottom: 25px;}
.fieldlistpage .list ul li{width: 33.333%;float: left;padding: 10px 15px 15px;flex-shrink: 0;}
.fieldlistpage .list ul li div{width: 100%;height: 100%;position: relative;}
.fieldlistpage .list ul li div::after{content: "";width: 0;height: 2px;background: #00b359;position: absolute;right: 0;bottom: 0;-webkit-transition: width .5s ease;-moz-transition: width .5s ease;transition: width .5s ease;}
.fieldlistpage .list ul li .pic{width: 100%;overflow: hidden;position: absolute;left: 0;top: 0;z-index: 5;}
.fieldlistpage .list ul li .pic a{padding-bottom: 450px;}
.fieldlistpage .list ul li .pic a img{width: 100%;min-height: 100%;max-height: none;}

.fieldlistpage .list ul li .txt{width: 100%;height: 100%;padding: 470px 5px 20px;border-bottom: 2px solid #ddd;line-height: 30px;overflow: hidden;position: relative;}
.fieldlistpage .list ul li .txt a{display: block;font-size: 18px;float: left;font-weight: 600;}
.fieldlistpage .list ul li .txt span{width: 100%;float: left;font-size: 15px;line-height: 20px;color: #808080;position: relative;}
.fieldlistpage .list ul li .txt em{position: absolute;width: 30px;line-height: 30px;text-align: center;font-style: normal;font-size: 20px;font-weight: 600;right: -5px;top: -30px;font-family: "宋体";font-weight: 600;}
.fieldlistpage .list ul li:hover div::after{left: 0;width: 100%;}

@media only screen and (max-width:1440px){
.fieldlistpage .list ul{margin: 0 -5px;padding-bottom: 15px;}
.fieldlistpage .list ul li{padding: 10px;}
.fieldlistpage .list ul li .pic a{padding-bottom: 400px;}
.fieldlistpage .list ul li .txt{padding: 415px 5px 15px;}
}
@media only screen and (max-width:1250px){
.fieldlistpage .list ul li{padding: 5px 5px 15px;}
.fieldlistpage .list ul li .pic a{padding-bottom: 330px;}
.fieldlistpage .list ul li .txt{padding-top: 345px;}
}
@media only screen and (max-width:1024px){
.fieldlistpage .list ul li .pic a{padding-bottom: 120%;}
.fieldlistpage .list ul li .txt{padding-top: calc(120% + 15px);}
}
@media only screen and (max-width:768px){
.fieldlistpage .list ul{padding-bottom: 10px;}
.fieldlistpage .list ul li{width: 50%;}
}
@media only screen and (max-width:480px){
.fieldlistpage .list ul li{padding: 5px 5px 10px;}
.fieldlistpage .list ul li .txt{padding: calc(120% + 10px) 5px 10px;}
.fieldlistpage .list ul li .txt a{font-size: 16px;}
}

/* field detail */
.caseshowpage .rightmain{padding-bottom: 15px;}
.caseshowpage .picbox{padding: 5px 0 25px;text-align: center;}
.caseshowpage .picbox p{width: 100%;overflow: hidden;position: relative;z-index: 5;}
.caseshowpage .picbox p img{max-width: 100%;position: relative;z-index: -1;}
.caseshowpage .picbox span{display: block;font-size: 16px;font-weight: 600;line-height: 25px;padding-top: 25px;text-align: left;margin-bottom: -1px;}

.caseshowpage .detail{width: 100%;padding: 25px 5px;margin-bottom: 15px;border: 1px dotted #ccc;border-width: 1px 0;font-size: 16px;line-height: 2;}
.caseshowpage .detail p{padding: 5px 0;text-indent: 2em;}

@media only screen and (max-width:1440px){
.caseshowpage .rightmain{padding-bottom: 10px;}
}
@media only screen and (max-width:1250px){
.caseshowpage .picbox{padding: 5px 0 20px;}
.caseshowpage .picbox span{padding-top: 20px;}
.caseshowpage .detail{padding: 15px 5px;}
}
@media only screen and (max-width:768px){
.caseshowpage .rightmain{padding: 0;}
.caseshowpage .picbox .yypic{width: 130%;left: -15%;}
}
@media only screen and (max-width:480px){
.caseshowpage .picbox .yypic{width: 138%;left: -20%;}
.caseshowpage .detail{padding: 10px 5px;}
}

/* honor */
.honorlistpage .list ul{margin: 0 -10px;padding: 10px 0 25px;}
.honorlistpage .list ul li{width: 50%;float: left;text-align: center;padding: 10px 15px 15px;}
.honorlistpage .list ul li a{display: block;width: 100%;}
.honorlistpage .list ul li p{width: 100%;overflow: hidden;border: 1px solid #ddd;}
.honorlistpage .list ul li em img{max-width: 85%;max-height: 85%;}
.honorlistpage .list ul li h3{display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 15px;font-weight: 600;line-height: 2;padding: 15px 5px;margin-top: 5px;background: #f5f5f5;}
.honorlistpage .list ul li:hover p{border-color: #00b359;}
.honorlistpage .list ul li:hover h3{background: #00b359;color: #fff;}
.honorlistpage .list ul li h3:hover{background: #ffbf00;}

@media only screen and (max-width:1440px){
.honorlistpage .list ul{margin: 0 -5px;padding: 5px 0 20px;}
.honorlistpage .list ul li{padding: 10px;}
.honorlistpage .list ul li h3{line-height: 20px;}
}
@media only screen and (max-width:768px){
.honorlistpage .list ul{margin: 0 -3px;}
.honorlistpage .list ul li{padding: 5px 5px 10px;}
}
@media only screen and (max-width:560px){
.honorlistpage .list ul li h3{padding: 10px 5px;font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:425px){
.honorlistpage .list ul{padding-bottom: 15px;}
.honorlistpage .list ul li{padding: 3px 4px 5px;}
.honorlistpage .list ul li h3{line-height: 20px;}
}

/* contact */
.contactpage #c1,
.contactpage #c2{height: 0;width: 100%;display: block;position: relative;top: -80px;}

.contactpage .cont{width: 100%;padding: 15px 5px 35px;}
.contactpage .cont .txt{width: 55%;font-size: 15px;line-height: 25px;float: left;}
.contactpage .cont .txt p{padding-bottom: 1%;}
.contactpage .cont .txt .tit{font-size: 16px;font-weight: 600;line-height: 30px;}

.contactpage .cont .ewm{width: 44%;float: right;display: flex;justify-content: center;}
.contactpage .cont .ewm p{width: 50%;float: left;max-width: 180px;text-align: center;color: #787878;flex-shrink: 0;line-height: 1;}
.contactpage .cont .ewm p img{width: 100%;}

.contactpage .mapbox{width:100%;position:relative;padding-bottom:360px;margin-bottom: 25px;}
.contactpage .mapbox > iframe{position:absolute;left:0;top:0;z-index: 1;}
.contactpage .mapbox:hover::after{z-index: -1;}

.contactpage .orderlist{padding: 5px 0 25px;margin: 0 -5px;}
.contactpage .orderlist li{width: 50%;padding: 10px;position: relative;overflow: hidden;float: left;}
.contactpage .orderlist li .tit{line-height: 1;padding: 0 0 10px 5px;color: #808080;float: left;}
.contactpage .orderlist li .red{color: #f00;float: left;}
.contactpage .orderlist li p{width: 100%;float: left;position: relative;}
.contactpage .orderlist li .txt{width: 100%;line-height: 20px;padding: 11px 14px;border: 1px solid #ddd;}

.contactpage .orderlist li.li_2{width: 100%;}
.contactpage .orderlist li.li_2 .txt{height: 180px;}

.contactpage .orderlist li.code{max-width: 360px;}
.contactpage .orderlist li.code img{position: absolute;right: 5px;top: 5px;padding: 8px;cursor: pointer;background: #fafafa;}

.contactpage .orderlist li.li_3{padding: 34px 0 20px;text-align: center;float: right;max-width: 270px;}
.contactpage .orderlist li.li_3 p{width: 100%;float: left;padding: 0 10px;}
.contactpage .orderlist li.li_3 p input{display:block;width:100%;font-size:15px;cursor: pointer;background:#999;color:#fff;font-weight: 600;line-height: 24px;padding: 10px;}
.contactpage .orderlist li.li_3 .tj input{background: #00b359;}
.contactpage .orderlist li.li_3 p:hover input{background: #ffbf00;}

@media only screen and (max-width:1440px){
.contactpage .cont{padding: 5px 5px 25px;}
}
@media only screen and (max-width:1250px){
.contactpage #c1,
.contactpage #c2{top: -65px;}
.contactpage .orderlist{margin: 0;padding: 0 0 20px;}
.contactpage .orderlist li{padding: 10px 5px;}
}
@media only screen and (max-width:1024px){
.contactpage #c1,
.contactpage #c2{top: -80px;}
}
@media only screen and (max-width:768px){
.contactpage #c1,
.contactpage #c2{top: -65px;}
.contactpage .cont .txt{width: 100%;}
.contactpage .cont .ewm{width: calc(100% + 24px);justify-content: left;margin: 0 -12px;padding-bottom: 1%;}
.contactpage .mapbox{padding-bottom:320px;}
.contactpage .orderlist{padding-bottom: 10px;}
.contactpage .orderlist li{padding: 5px;}
.contactpage .orderlist li .tit{padding: 4px 0 7px 5px;}
.contactpage .orderlist li .red{padding-top: 4px;}
.contactpage .orderlist li.li_2 .txt{height: 150px;}
.contactpage .orderlist li.li_3{padding-top: 30px;max-width: 250px;}
.contactpage .orderlist li.li_3 p{padding: 0 5px;}
}
@media only screen and (max-width:480px){
.contactpage .mapbox{padding-bottom:250px;}
.contactpage .orderlist li{width: 100%;}
.contactpage .orderlist li .txt{padding: 8px 9px;}
.contactpage .orderlist li.code{width: 75%;}
.contactpage .orderlist li.code img{padding: 5px;}
.contactpage .orderlist li.li_3{padding: 20px 0 15px;max-width: 100%;}
}

/* proHome */
.prohomepage .promain{width: 100%;}
.prohomepage .promain .list{min-height: 100px;}

.prohomepage .list{width: 100%;padding: 5px 0 30px;}
.prohomepage .list ul{margin: 0 -8px;flex-wrap: wrap;}
.prohomepage .list ul li{width: 33.333%;float: left;padding: 5px 10px 15px;flex-shrink: 0;position: relative;z-index: 1;text-align: center;}
.prohomepage .list ul li a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.prohomepage .list ul li p{width: 100%;overflow: hidden;border: 1px solid #ddd;}
.prohomepage .list ul li p em img{max-width: 90%;max-height: 90%;}
.prohomepage .list ul li h3{display: block;font-size: 15px;font-weight: 600;line-height: 20px;padding: 15px 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: #f5f5f5;margin-top: 5px;}
.prohomepage .list ul li:hover h3{background: #00b359;color: #fff;}

@media only screen and (max-width:1250px){
.prohomepage .list{padding: 0 0 20px;}
.prohomepage .list ul{margin: 0 -3px;}
.prohomepage .list ul li{padding: 5px 5px 10px;}
}
@media only screen and (max-width:768px){
.prohomepage .list ul li{width: 50%;}
}
@media only screen and (max-width:480px){
.prohomepage .promain{padding-bottom: 10px;}
.prohomepage .list{padding: 5px 0 15px;}
.prohomepage .list ul{margin: 0 -1px;}
.prohomepage .list ul li{padding: 0 2px 8px;}
.prohomepage .list ul li h3{font-size: 14px;padding: 10px 5px;}
}
@media only screen and (max-width:425px){
.prohomepage .list ul li h3{padding: 8px 5px;}
}

/* proshow */
.proshowpage .rightmain{padding-bottom: 20px;}

#picinfo{width: 100%;position: relative;padding-bottom: 35px;}
#picinfo .left{width: 49%;float: left;}
#picinfo .bigPic{width: 100%;padding-bottom: 100%;background: #fff;border: 1px solid #ddd;position: relative;}
#picinfo .bigPic img{max-width: 100%;max-height: 100%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 5;}
#picinfo .bigPic.m_width img{max-width: none;height: 100%;}

#picinfo .smallpic{width: 100%;height: 70px;padding-top: 10px;}
#picinfo .smallpic ul li{width: 60px;height: 60px;padding: 1px;background: #fff;border: 2px solid #e6e6e6;}
#picinfo .smallpic ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
#picinfo .smallpic ul li img{max-height: 100%;max-width: 100%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
#picinfo .smallpic ul li.on{border-color: #e53939;}
#picinfo .smallpic .swiper-scrollbar{width: 100%;bottom: 0;left: 0;height: 3px;}
#picinfo .smallpic .swiper-scrollbar-drag{background: rgba(0,0,0,.2);}

#picinfo .right{width: 48%;float: right;max-width: 700px;line-height: 25px;}
#picinfo .right .titl{font-size: 21px;padding: 10px 0 16px;}
#picinfo .right .text{margin: 0 -1px;flex-wrap: wrap;}
#picinfo .right .text .txt{width: 100%;float: left;position: relative;min-height: 36px;padding: 7px 5px 7px 72px;border: 1px solid #fff;background: #f5f5f5;font-size: 15px;flex-shrink: 0;}
#picinfo .right .text .txt span{position: absolute;left: 0;top: 0;width: 62px;height: 100%;background: #e6e6e6;padding: 7px 0 7px 10px;overflow: hidden;white-space: nowrap;border-right: 1px solid #fff;}
#picinfo .right .btn{padding-top: 5%;}
#picinfo .right .btn p{width: 50%;padding-right: 5%;float: left;max-width: 300px;}
#picinfo .right .btn p a{display: block;width: 100%;background: #00b359;font-size: 15px;color: #fff;line-height: 30px;padding: 5px;text-align: center;}
#picinfo .right .btn p a:hover{background: #ffbf00;}

.proshowpage .detail{width: 100%;font-size: 15px;line-height: 2;min-height: 150px;padding: 10px 3px 20px;}
.proshowpage .detail p{padding: 5px 0;}
.proshowpage .detail img{max-width:100%!important;height:auto!important;max-height:none!important;margin:0 auto;display:block;}

@media only screen and (max-width:1440px){
.proshowpage .rightmain{padding-bottom: 10px;}
#picinfo{padding-bottom: 30px;}
.proshowpage .detail{padding-top: 5px;}
}
@media only screen and (max-width:1250px){
#picinfo .right .titl{padding: 5px 0 10px;font-size: 18px;}
#picinfo .right .text .txt1{width: 100%;}
.proshowpage .detail{padding-top: 0;}
}
@media only screen and (max-width:768px){
#picinfo{padding: 0;}
#picinfo .left{width: 100%;}
#picinfo .right{width: 100%;max-width: 100%;padding: 25px 0 30px;}
#picinfo .right .titl{font-size: 20px;padding: 10px 0 15px;font-weight: 600;}
#picinfo .right .text .txt1{width: 50%;}
#picinfo .right .btn{padding-top: 30px;margin: 0 -10px;}
#picinfo .right .btn p{padding: 0 10px;}
}
@media only screen and (max-width:480px){
.proshowpage .rightmain{padding-bottom: 0;}
#picinfo .right{padding: 25px 0;}
#picinfo .right .titl{font-size: 18px;padding: 5px 0 10px;}
#picinfo .right .text .txt1{width: 100%;}
#picinfo .right .btn{padding-top: 20px;margin: 0 -5px;}
#picinfo .right .btn p{padding: 0 5px;}
.proshowpage .detail{padding-bottom: 15px;}
}

/* newslist */
.newslistpage .list{padding: 5px 0 30px;}
.newslistpage .list ul li{width: 100%;border-bottom: 1px dotted #ddd;position: relative;z-index: 1;}
.newslistpage .list ul li .pic{width: 210px;overflow: hidden;text-align: center;position: absolute;left: 0;top: 15px;z-index: 5;}
.newslistpage .list ul li .pic a{display: block;width: 100%;overflow: hidden;}
.newslistpage .list ul li .pic a::after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(128,128,128,.05);-webkit-transition: width .5s ease;-moz-transition: width .5s ease;transition: width .5s ease;}
.newslistpage .list ul li .pic span{display: block;width: 100%;height: 66.667%;background: url(../nyimages/img.png) center no-repeat;background-size: auto 100%;}
.newslistpage .list ul li .pic em{padding-bottom: 66.667%;}
.newslistpage .list ul li .pic em img{max-width: none;max-height: none;width: 100%;min-height: 100%;}
.newslistpage .list ul li .pic:hover a::after{width: 0;}

.newslistpage .list ul li .txt{width: 100%;padding: 15px 0 15px 240px;color: #808080;line-height: 30px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
.newslistpage .list ul li .titl{width: 100%;overflow: hidden;}
.newslistpage .list ul li .titl a{font-size: 18px;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 5px 0;display: block;}
.newslistpage .list ul li .text{height: 65px;overflow: hidden;font-size: 15px;padding-top: 3px;}
.newslistpage .list ul li .text br{display: none;}
.newslistpage .list ul li .date{line-height: 25px;padding-top: 10px;font-size: 15px;}
.newslistpage .list ul li .date span{float: left;padding-right: 10px;}
.newslistpage .list ul li .date span svg{height: 24px;line-height: 24px;}

.newslistpage .list ul li:hover .pic{left: 15px;}
.newslistpage .list ul li:hover .txt{padding: 15px 15px 15px 260px;box-shadow: 0 5px 25px rgba(0,0,0,.2);}

@media only screen and (max-width:1440px){
.newslistpage .list{padding: 0 0 25px;}
}
@media only screen and (max-width:1250px){
.newslistpage .list{padding-bottom: 20px;}
.newslistpage .list ul li .txt{padding-left: 230px;}
.newslistpage .list ul li:hover .txt{padding-left: 245px;}
}
@media only screen and (max-width:1024px){
.newslistpage .list ul li .pic{top: 10px;width: 180px;}
.newslistpage .list ul li .txt{padding: 10px 0 10px 195px;}
.newslistpage .list ul li .titl a{font-size: 16px;padding: 0;}
.newslistpage .list ul li .text{height: 55px;padding-top: 5px;line-height: 25px;}
.newslistpage .list ul li:hover .pic{left: 10px;}
.newslistpage .list ul li:hover .txt{padding: 10px 10px 10px 205px;box-shadow: 0 3px 15px rgba(0,0,0,.2);}
}
@media only screen and (max-width:768px){
.newslistpage .list ul li .pic{width: 150px;}
.newslistpage .list ul li .txt{padding-left: 160px;}
.newslistpage .list ul li .titl a{font-size: 15px;line-height: 25px;}
.newslistpage .list ul li .text{height: 50px;line-height: 22px;font-size: 14px;}
.newslistpage .list ul li .date{line-height: 20px;padding-top: 5px;font-size: 14px;}
.newslistpage .list ul li .date span svg{height: 20px;line-height: 20px;}
.newslistpage .list ul li:hover .txt{padding-left: 170px;}
}
@media only screen and (max-width:560px){
.newslistpage .list{padding: 5px 0;}
.newslistpage .list ul li{margin-bottom: 15px;}
.newslistpage .list ul li .pic{left: 0;top: 0;width: 100%;}
.newslistpage .list ul li .pic span,
.newslistpage .list ul li .pic em{padding-bottom: 60%;}
.newslistpage .list ul li .txt{padding: 60% 5px 10px;}
.newslistpage .list ul li .titl a{padding-top: 10px;font-size: 16px;}
.newslistpage .list ul li .text{height: auto;line-height: 24px;margin-bottom: 2px;font-size: 15px;}
.newslistpage .list ul li .date{font-size: 15px;}
.newslistpage .list ul li:hover .pic{width: calc(100% - 20px);left: 10px;top: 10px;}
.newslistpage .list ul li:hover .txt{padding: 60% 10px 10px;}
}
@media only screen and (max-width:425px){
.newslistpage .list ul li .titl a{font-size: 15px;}
}

/* newshow */
.newshowpage .rightmain{padding: 5px 0 20px;}
.newshowpage .title{width:100%;font-size:18px;padding:10px 0;text-align:center;font-weight: 600;}
.newshowpage .date{width:100%;color:#999;font-size:15px;padding:5px 0 25px;text-align:center;border-bottom:1px dotted #ccc;}
.newshowpage .date span{font-size: 16px;margin-right: 5px;display: inline-block;}

.newshowpage .content{width:100%;color:#454545;font-size:15px;line-height: 1.8;padding:30px 5px;border-bottom:1px dotted #ccc;margin-bottom: 10px;min-height: 150px;}
.newshowpage .content p{padding: 5px 0 10px;}
.newshowpage .content p strong{display: block;font-size: 16px;}
.newshowpage .content div.teblediv{width: 100%;overflow-x: auto;margin-bottom: 10px;}
.newshowpage .content table{width: 100%;min-width: 560px;border: 1px solid #ddd;border-width: 1px 1px 0 0;}
.newshowpage .content table td{padding: 5px 10px;border: 1px solid #ddd;border-width: 0 0 1px 1px;}
.newshowpage .content img{max-width:100%;display:block;margin: 0 auto;}

@media only screen and (max-width:1440px){
.newshowpage .content{padding:25px 5px;}
}
@media only screen and (max-width:1250px){
.newshowpage .date{padding:0 0 20px;}
.newshowpage .content p{padding: 5px 0;}
}
@media only screen and (max-width:768px){
.newshowpage .rightmain{padding: 5px 0 10px;}
.newshowpage .content{padding:20px 5px;}
}
@media only screen and (max-width:480px){
.newshowpage .rightmain{padding: 0;}
.newshowpage .content{padding: 15px 0;}
}

/* khjz */
.newslistpage .list ul li .pic{border: 1px solid #ddd;}
.newslistpage .list ul li .pic a::after{content: none;}
.khjzlistpage .list ul li .pic em img{max-width: 90%;max-height: 90%;width: auto;min-height: auto;}

/* faq */
.problempage .problem-keywords{width: 100%;border: 1px solid #ddd;background: #fafafa;padding: 20px 15px;border-radius: 5px;}
.problempage .problem-keywords ul li{display: inline;}
.problempage .problem-keywords ul li a{white-space: nowrap;padding: 0 10px;line-height: 15px;}

.problempage .problem-search{width: 100%;padding: 20px;}
.problempage .problem-search span{float: left;padding: 5px;line-height: 20px;}
.problempage .problem-search p .txt{float: left;padding: 5px;border: 1px solid #ddd;background: #fafafa;border-radius: 3px;line-height: 18px;padding: 5px 9px;margin-right: 5px;}
.problempage .problem-search p .btn{float: left;line-height: 30px;background: #00b359;font-size: 15px;font-weight: 600;color: #fff;border-radius: 3px;cursor: pointer;width: 65px;text-align: center;}
.problempage .problem-search p .btn:hover{background: #ffbf00;}

.problempage .problem-list{width: 100%;padding: 10px 0 15px;}
.problempage .problem-list .titl{width: 100%;background: #f5f5f5;border-radius: 5px 5px 0 0;border-bottom: 1px dotted #ccc;position: relative;margin-bottom: 15px;}
.problempage .problem-list .titl p{padding: 10px 25px;height: 44px;line-height: 30px;font-size: 16px;font-weight: 600;}
.problempage .problem-list .titl span{position: absolute;right: 0;top: 0;width: 120px;text-align: center;padding: 10px 5px;font-size: 15px;font-weight: 600;line-height: 25px;}

.problempage .problem-list ul li{width: 100%;border-bottom: 1px dotted #ddd;overflow: hidden;position: relative;line-height: 20px;padding: 0 120px 0 35px;margin-bottom: 10px;background: url(../nyimages/newsico.png) 10px 11px no-repeat;}
.problempage .problem-list ul li a{display: block;overflow: hidden;font-size: 15px;font-weight: 600;padding: 10px 0;}
.problempage .problem-list ul li span{width: 120px;position: absolute;right: 0;top: 0;padding: 10px 5px;text-align: center;}

@media only screen and (max-width:768px){
.problempage .problem-keywords,
.problempage .problem-search{padding: 15px;}
.problempage .problem-keywords ul li a{padding: 0 5px;}
.problempage .problem-list .titl p{padding: 10px 20px;}
.problempage .problem-list .titl span,
.problempage .problem-list ul li span{width: 100px;}
.problempage .problem-list ul li{padding: 0 100px 0 25px;background-position-x: 5px;margin-bottom: 5px;}
}
@media only screen and (max-width:480px){
.problempage .problem-keywords,
.problempage .problem-search{padding: 10px;}
.problempage .problem-search span{width: 100%;}
.problempage .problem-search p .txt{width: calc(100% - 70px);}
.problempage .problem-list{padding: 10px 0;}
.problempage .problem-list .titl{margin-bottom: 10px;}
.problempage .problem-list .titl p{padding: 10px 15px;}
.problempage .problem-list .titl span,
.problempage .problem-list ul li span{width: 90px;}
.problempage .problem-list ul li{padding: 0 90px 0 20px;background-position-x: 0;}
}
@media only screen and (max-width:425px){
.problempage .problem-list .titl span,
.problempage .problem-list ul li span{display: none;}
.problempage .problem-list ul li{padding: 0 0 0 25px;background-position-x: 5px;}
}

/* order */
.orderpage ul.cont{overflow: hidden;padding: 15px 0;margin: 0 -5px;}
.orderpage ul.cont li{width: 50%;padding: 10px;position: relative;overflow: hidden;float: left;}
.orderpage ul.cont li .tit{line-height: 1;padding: 0 0 10px 5px;color: #808080;float: left;}
.orderpage ul.cont li .red{color: #f00;float: left;}
.orderpage ul.cont li p{width: 100%;float: left;position: relative;}
.orderpage ul.cont li .txt{width: 100%;line-height: 20px;padding: 11px 14px;border: 1px solid #ddd;}
.orderpage ul.cont li.li_2{width: 100%;}
.orderpage ul.cont li.li_2 .txt{height: 180px;}
.orderpage ul.cont li.code{width: 100%;}
.orderpage ul.cont li.code img{position: absolute;right: 5px;top: 5px;padding: 8px;cursor: pointer;background: #fafafa;}
.orderpage ul.cont li.li_3{padding: 20px 0;text-align: center;width: 100%;}
.orderpage ul.cont li.li_3 p{width: 50%;padding: 0 10px;float: left;}
.orderpage ul.cont li.li_3 p input{display:block;width:100%;font-size:15px;cursor: pointer;background:#999;color:#fff;font-weight: 600;line-height: 30px;padding: 10px;}
.orderpage ul.cont li.li_3 .tj input{background: #00b359;}
.orderpage ul.cont li.li_3 p:hover input{background: #ffbf00;}

@media only screen and (max-width:1440px){
.orderpage ul.cont{padding: 10px 0;}
}
@media only screen and (max-width:1250px){
.orderpage ul.cont{padding-top: 5px;margin: 0;}
.orderpage ul.cont li{padding: 10px 5px;}
.orderpage ul.cont li .txt{padding: 9px 14px;}
.orderpage ul.cont li.li_2 .txt{height: 150px;}
.orderpage ul.cont li.code img{padding: 6px;}
.orderpage ul.cont li.li_3 p{padding: 0 5px;}
}
@media only screen and (max-width:1024px){
.orderpage ul.cont{padding-bottom: 15px;}
}
@media only screen and (max-width:768px){
.orderpage ul.cont{padding: 5px 0;}
}
@media only screen and (max-width:600px){
.orderpage ul.cont li{width: 100%;padding: 5px 5px 10px;}
.orderpage ul.cont li .tit{padding: 0 0 8px 5px;}
.orderpage ul.cont li.li_2 .txt{height: 150px;}
.orderpage ul.cont li.li_3 p input{padding: 7px;}
}
@media only screen and (max-width:480px){
.orderpage ul.cont{padding: 10px 0 5px;}
.orderpage ul.cont li{width: 100%;padding: 5px 3px;}
.orderpage ul.cont li.li_3 p{padding: 0 3px;}
.orderpage ul.cont li.li_3 p input{padding: 5px;}
.orderpage ul.cont li .txt{padding: 7px 9px;}
.orderpage ul.cont li.li_2 .txt{height: 120px;}
.orderpage ul.cont li.code img{padding: 4px;}
}

/* zxnews */
.zxnewsbox{width: 100%;border: 1px solid #ddd;border-radius: 5px;padding: 1px;margin-bottom: 20px;}
.zxnewsbox .titl{width: 100%;border-bottom: 1px solid #ddd;background: url(../nyimages/jinpinbg.jpg) no-repeat;background-size: 100% 100%;font-size: 16px;font-weight: 600;line-height: 24px;padding: 10px 20px;height: 40px;}
.zxnewsbox ul{width: 100%;padding: 10px 10px 15px;overflow: hidden;}
.zxnewsbox ul li{width: 50%;float: left;padding: 0 10px 5px;}
.zxnewsbox ul li a{display: block;padding: 10px 0 10px 25px;border-bottom: 1px dotted #ccc;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: url(../nyimages/newsico.png) 5px 11px no-repeat;}

@media only screen and (max-width:768px){
.zxnewsbox ul li{width: 100%;}
}
@media only screen and (max-width:480px){
.zxnewsbox{margin-bottom: 15px;}
.zxnewsbox .titl{padding: 7px 15px;font-size: 15px;height: 36px;}
.zxnewsbox ul{padding: 10px 5px 15px;}
.zxnewsbox ul li a{padding: 5px 0 5px 20px;background-position: 2px 7px;white-space: normal;}
}

/* sitemap */
.sitemap{background: #fafafa;}
.sitemap .page_main_box{padding: 0 5px;}

.sitemap .probum{margin: 0 -5px 50px;padding: 0 5px;}
.sitemap .probum .bum_tit{margin-bottom: 30px;border-bottom: 2px solid #ddd;}
.sitemap .probum .bum_tit span{display: inline-block;padding: 5px;border-bottom: 2px solid #00b359;font-size: 18px;font-weight: 600;line-height: 30px;margin-bottom: -2px;color: #00b359;}

.sitemap .bum{width: 100%;border: 1px solid #ddd;border-radius: 5px;padding: 1px;margin-bottom: 20px;background: #fff;}
.sitemap .bum .titl{width: 100%;border-bottom: 1px solid #ddd;background: url(../nyimages/jinpinbg.jpg) no-repeat;background-size: 100% 100%;font-size: 16px;font-weight: 600;line-height: 24px;padding: 10px 20px;height: 40px;}

.sitemap .bum ul{width: 100%;padding: 15px 10px;overflow: hidden;}
.sitemap .bum ul li{width: 25%;float: left;padding: 0 10px;}
.sitemap .bum ul li a{font-size: 15px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding: 5px 0;line-height: 20px;}

@media only screen and (max-width:1250px){
.sitemap .probum{margin-bottom: 40px;}
.sitemap .probum .bum_tit{margin-bottom: 25px;}
}
@media only screen and (max-width:1024px){
.sitemap .bum ul li{width:33.33%;}
}
@media only screen and (max-width:768px){
.sitemap .bum ul li{width:50%;}
}
@media only screen and (max-width:560px){
.sitemap .zixunbum ul li{width:100%;}
}
@media only screen and (max-width:480px){
.sitemap .bum .cont ul li{width:100%;}
}