html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1230px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #349a46;}
ul {margin: 0;list-style: none;padding: 0;}

.top{height:40px;line-height:40px;background:#f4f3f3;font-size:14px}
.top a{padding:5px}#logo{height:140px;width:100%}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.container2{width:1300px;margin:0 auto}
.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;transition: all 0.5s;}

.img-cover {overflow: hidden;position: relative;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}

.container {padding: 0 15px;width: 1300px;margin: 0 auto;}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 8%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 73%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}

.btn1 {
    display: block;
   
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top:10px;
}
.btn1:hover{
	background-color: #444;
	color: white;
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}


.btn1-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn1-1{

    padding-left: 100px;

}

.btn1-1 input.focus{

    background: #333;

    color: #fff;

}

.btn1-1 input.focus:hover{

    background: #444;

}

.btn1-1 input:hover{

    background: #ccc;

}


.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;transform:translateY(-50%);z-index:10;}
.kt-top{height:40px;line-height:40px;background:url(../images/kefu.png) 12px center no-repeat #349a46;-ms-background-size:auto 20px;background-size:auto 20px;padding-left:46px;font-size:14px;color:#fff;}
.kt-top span:hover{transform:rotate(90deg);}
.kt-top span{width:18px;height:16px;float:right;position:relative;margin:10px 10px 0 0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
.kt-top span b{width:100%;height:2px;background:#fff;display:block;position:absolute;top:50%;left:0;}
.kt-top span b:first-child{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.kt-top span b:last-child{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.kf .con{overflow:hidden;background:#fff;}
.kf .qq li{height:36px;line-height:36px;border-bottom:#f5f5f5 solid 1px;padding-left:16px;}
.kf .qq li a{height:36px!important;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:initial;display:block;}
.kf .qq li a img{padding-right:6px;}
.kf .con h5{height:26px;line-height:26px;margin-top:12px;background:url(../images/lianxi.png) 16px center no-repeat;padding-left:45px;color:#666;font-size:14px;margin-bottom: 0;}
.kf .contact{margin-top:1px;height: auto;background-color: #fff;}
.kf .contact p{height:26px;line-height:26px;color:#666;font-size:14px;padding-left:22px;margin: 0;}
.kf .contact p:nth-child(2n){padding-left:32px;}
.kf .con h5.qr-icon{background:url(../images/erweima.png) 16px center no-repeat;}
.kf .con .qr{margin-top:10px;padding-left:40px;}
.kf .con .qr img{width:110px;height:110px;}
.kf .backTop{width:100%;height:40px;margin-top:10px;background:url(../images/huidaodingbu.png) center center no-repeat #349a46;background-size:18px auto;cursor:pointer;}
.kf-side{padding:18px 10px 10px;background:#349a46;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:-34px;cursor:pointer;}
.kf-side b{display:block;color:#fff;line-height:18px;font-size:14px;font-weight:400;}
.kf-side span.arrow{width:12px;height:12px;background:url(../images/jt-1.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;display:block;margin-top:10px;}
.kf-side span.on{background:url(../images/jt-2.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;}

.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(../images/f_01.png);}
.footer-fix li i.i2 {background-image: url(../images/f_02.png);}
.footer-fix li i.i3 {background-image: url(../images/f_03.png);}
.footer-fix li i.i4 {background-image: url(../images/f_04.png);}

.swiper-button-prev,.swiper-button-next {outline: none;}
.swiper-pagination-bullet-active {background-color: #349a46;}

.topbar {padding: 8px 0;background-color: #f5f5f5;color: #6a6a6a;border-bottom: 1px solid #eee;}
.topbar em {font-style: normal;color: #ddd;padding: 0 15px;}
.topbar a {color: #6a6a6a;}
.topbar a:hover {color: #333;}

.header {background-color: #fff;}
.header .logo {float: left;font-size: 0;height: 70px;line-height: 70px;text-align: left;padding: 15px 0;}
.header .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 55px;margin-top: 25px;color: #999;}
.header .tel strong {display: block;font-size: 28px;font-family: Impact;line-height: 1;color: #349a46;}
.header .text {float: left;font-size: 16px;margin: 20px 0 20px 30px;padding: 4px 0 4px 30px;border-left: 1px solid #ddd;color: #999;}
.header .text strong {display: block;font-size: 18px;color: #349a46;margin-bottom: 5px;}
.header .nav {font-size: 0;background-color: #349a46;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle; width:12.5%; text-align:center}
.header .nav li a {display: block;font-size: 16px;line-height: 55px;color: #fff;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #196526;}
.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 20px;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);background-color: rgba(255,255,255,0.9);}
.header .nav .dropdown-box p {margin: 0;border-bottom: dotted 1px #ccc;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: transparent !important;line-height: 40px;color: #333 !important;}
.header .nav .dropdown-box a:hover {background-color: #fff !important;color: #349a46 !important;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 6px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #349a46;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.banner {height: 550px;position: relative;}
.banner .swiper-slide {background: no-repeat center / cover;}

.yunu-sou {padding: 15px 0;background-color: #f2f2f2;}
.yunu-sou .hot {float: left;padding: 7px 0;background: url(../images/hot.png) no-repeat 0 center;padding-left: 30px;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;}
.yunu-sou .hform input {float: left;border: 1px solid #eee;padding: 6px 12px;width: 210px;font-size: 14px;}
.yunu-sou .hform button {border: 0;padding: 0;float: left;cursor: pointer;outline: none;width: 60px;height: 34px;color: #fff;background: url(../images/search-btn.png) no-repeat center #349a46;font-size: 0;}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #349a46;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height: 80px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .img-center{border-color: #349a46;}
div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(../images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}

.yunu-showcase {margin: 0 0 40px;}
.yunu-showcase-info {margin-left: 430px;}
.yunu-showcase-info h1 {font-size: 24px;margin: 0 0 30px;font-weight: normal;}
.yunu-showcase-info p {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 250px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;height: 42px;line-height: 21px;font-size: 18px;}
.yunu-showcase-info .tel strong {color: #349a46;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 25px;background-color: #333;color: #fff;}

.section {padding: 60px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 28px;color: #000;}
.section-title p {color: #555;font-size: 16px;margin: 8px 0 0;}
.section-title:after {display: block;content: '';width: 38px;height: 3px;margin: 15px auto 0;background-color: #349a46;}

.in-prod-menu {text-align: center;font-size: 0;margin-bottom: 20px;}
.in-prod-menu li {display: inline-block;vertical-align: middle;}
.in-prod-menu li a {display: block;margin: 0 5px 10px;font-size: 14px;line-height: 39px;position: relative;background: url(../images/pro-btn.png) no-repeat center / 100% 100%;width: 175px;}
.in-prod-menu li a:before,.in-prod-menu li a:after {position: absolute;content: '';background-color: #fff;width: 16px;height: 1px;top: 50%;display: none;}
.in-prod-menu li a:before {left: 33px;}
.in-prod-menu li a:after {right: 33px;}
.in-prod-menu li.active a {color: #fff;background-image: url(../images/pro-btn-on.png);}
.in-prod-menu li.active a:before,.in-prod-menu li.active a:after {display: block;}

.list-1 {margin: -20px 0 0 -20px;}
.list-1 li {float: left;width: 25%;}
.list-1 li a {display: block;margin: 20px 0 0 20px;}
.list-1 li .img-cover {border: 1px solid #ddd;padding-top: 76%;}
.list-1 li .text {line-height: 40px;background-color: #e6e6e6;text-align: center;margin: 2px 0 0;position: relative;}
.list-1 li .text:before {content: '';position: absolute;left: 50%;width: 0;height: 100%;background-color: #349a46;transition: all 0.5s;}
.list-1 li .text p {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 1;transition: all 0.5s; padding:0 10px}
.list-1 li a:hover .img-cover span {transform: scale(1.1);}
.list-1 li a:hover .text:before {width: 100%;left: 0;}
.list-1 li a:hover .text p {color: #fff;}

.list-1-1 li {width: 33.333333%;}

.bg1 {background: url(../images/ys-bg.jpg) no-repeat center / cover;}
.bg2 {background: url(../images/bn_bj.jpg) no-repeat center / cover fixed}

.in-ys-tel {display: block;background: url(../images/ys-consult.png) no-repeat left center;line-height: 42px;color: #349a46;padding-left: 64px;margin: 30px auto 0;width: 262px;}
.in-ys-tel strong {font-size: 20px;}

.in-ys dl {margin: 0;padding: 50px 0;border-bottom: solid 1px #C4C4C4;}
.in-ys dl:last-child {border-bottom: 0;}
.in-ys dt {float: right;width: 500px;}
.in-ys dd {margin: 0 550px 0 0;}
.in-ys dd h4 {background: url(../images/ys-line.png) no-repeat 0 bottom;padding-bottom: 15px;margin: 0 0 30px;overflow: hidden;}
.in-ys dd h4 i {float: left;font-style: normal;color: #fff;background-color: #349a46;width: 77px;line-height: 77px;text-align: center;border-radius: 50%;font-family: Impact;font-size: 48px;}
.in-ys dd h4 span {display: block;margin-left: 100px;font-size: 44px;line-height: 1;color: #349a46;padding: 8px 0;}
.in-ys dd h4 small {display: block;color: #333;font-size: 12px;text-transform: uppercase;margin-top: 5px;}
.in-ys dd p {margin: 10px 0 0;line-height: 2;color: #666;background: url(../images/ys-icon.png) no-repeat left center;padding-left: 20px;}
.in-ys dd .text {margin-left: 70px;}
.in-ys dd .btn {margin-top: 30px;}
.in-ys dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #349a46;color: #fff;padding: 0 30px;}
.in-ys dd .btn .tel {display: inline-block;line-height: 38px;background: url(../images/ys-tel.png) no-repeat 0 center;padding-left: 44px;}
.in-ys dd .btn .tel strong {font-size: 22px;color: #349a46;}
.in-ys dl:nth-child(even) dt {float: left;}
.in-ys dl:nth-child(even) dd {margin: 0 0 0 550px;}

@media screen and (min-width:1200px) {
    @-webkit-keyframes circle {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes circle {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}
.in-ys-list {}
.in-ys-list li {float: left;width: 20%;position: relative;background: url(../images/ys2-line.png) no-repeat center;}
.in-ys-list li .ys-circle {-webkit-animation: circle 10s infinite linear;animation: circle 10s infinite linear;width: 154px;height: 146px;margin: 0 auto;}
.in-ys-list li .ys-circle img {display: block;width: 100%;height: 100%;}
.in-ys-list li .icon {position: absolute;top: 0;left: 0;width: 100%;text-align: center;color: #fff;}
.in-ys-list li .icon img {display: block; margin: 40px auto 4px;}
.in-ys-list li .icon h3 {margin: 0;font-weight: normal;font-size: 15px;}



.adv{width: 100%; background:#f2f2f2}
.adv .container{ padding-left:0; padding-right:0}
.adv .title{width: 100%;height: 314px;background: url(../images/advBg01.jpg) no-repeat center;text-align: center;}

.adv .title p{font-size: 15px;color: #e7faff; padding-top:200px }

.adv .title span{display: block;font-size: 30px;color: #fff;font-weight: bold;}

.adv .mainCon{width: 100%;}

.adv .mainCon .con1{height: auto; overflow:hidden;padding-top:32px;}

.adv .mainCon .con2{background:#f2f2f2;height: auto; overflow:hidden;}

.adv .mainCon .con3{height: auto; overflow:hidden;}

.adv .mainCon .con4{background:#f2f2f2;height: auto; overflow:hidden;}

.adv .mainCon .con5{ overflow:hidden}

.adv .mainCon .con .box{width: 521px;position: relative;}

.adv .mainCon .con dl{padding-left: 0px; margin-top:0px}

.adv .mainCon .con dt{font-size: 28px;color: #349a46;font-weight: bold;margin-bottom: 25px; padding-left:15px}
.adv .mainCon .con dd p{font-size: 14px;color: #666666;line-height: 20px;margin-top: 12px; margin-left:-22px}

.adv .mainCon .con dd p:first-child{margin-top: 0;}

.adv .mainCon .con a{display: block;font-size: 16px;color: #fff;width: 128px;height: 40px;line-height: 40px;text-align: center;text-decoration: none;background: #349a46;margin-top: 30px;}

.adv .mainCon .con .box img{display: block;position: absolute;top: 5px;left: 0;}

.adv .mainCon .con1 .box1{ float:left; width:646px;}
.adv .mainCon .con1 .box2{width:490px;position: relative; float:right; padding-left:30px; margin-top:20px }
.adv .mainCon .con1 .box2 img{display: block;position: absolute;top: 5px;left: 0;}
.adv .mainCon .con2 .box1{float:left; width:506px; padding-left:30px; position:relative}
.adv .mainCon .con2 .box2 { float:right;width:644px;}
.adv .mainCon .con2 .box1 img{display: block;position: absolute;top: 5px;left: 0;}

.adv .mainCon .con3 .box{margin-left: 678px;} 
.adv .mainCon .con3 .box1{ float:left; width:653px;}
.adv .mainCon .con3 .box2{width:470px;position: relative; float:right; padding-left:30px; }
.adv .mainCon .con3 .box2 img{display: block;position: absolute;top: 5px;left: 0;}
.adv .mainCon .con4 .box1{float:left; width:480px; padding-left:30px; position:relative}
.adv .mainCon .con4 .box2 { float:right;width:638px;}
.adv .mainCon .con4 .box1 img{display: block;position: absolute;top: 5px;left: 0;}

.adv .mainCon .con5 .box{margin-left: 678px;}
.adv .mainCon .con5 .box1{ float:left; width:646px;}
.adv .mainCon .con5 .box2{width:470px;position: relative; float:right; padding-left:30px; }
.adv .mainCon .con5 .box2 img{display: block;position: absolute;top: 5px;left: 0;}

@media only screen and (max-width:992px){
.adv .title{width: 100%;padding-top:80px;height: 131px;background: url(../images/advBg011.jpg) no-repeat center;text-align: center;}
.adv .title span{display: block;font-size: 14px;color: #fff;font-weight: bold;}
.adv .mainCon .con dt{font-size: 18px;color: #333333;font-weight: bold;margin-bottom: 30px;}
.adv .mainCon .con a{display: block;font-size: 12px;color: #fff;width: 108px;height: 30px;line-height: 30px;text-align: center;text-decoration: none;background: #349a46;margin-top: 10px;}
.adv .mainCon .con1{height: auto; overflow:hidden;padding-top:0;}

.adv .mainCon .con1 .box1{ float:none; width:100%;}
.adv .mainCon .con1 .box1 img{ width:100%}
.adv .mainCon .con1 .box2{width:100%;position: relative; float:none; padding-left: 0; margin-top:20px; padding-left:30px;box-sizing:border-box   }
.adv .mainCon .con2 .box1{float:none; width:100%; padding-left:30px; position:relative}
.adv .mainCon .con2 .box2 { float:none;width:100%; margin-top:20px}
.adv .mainCon .con2 .box2 img{ width:100%}	

.adv .mainCon .con3 .box{margin-left: 0;} 
.adv .mainCon .con3 .box1{ float:none; width:100%; margin-top:20px}
.adv .mainCon .con3 .box1 img{ width:100%}
.adv .mainCon .con3 .box2{width:100%;position: relative; float:none; padding-left:30px; }
.adv .mainCon .con3 .box2 img{display: block;position: absolute;top: 5px;left: 0;}
.adv .mainCon .con4 .box1{float:none; width:100%; padding-left:30px; position:relative; margin-bottom:20px}
.adv .mainCon .con4 .box2 { float:none;width:100%;margin-top:20px}
.adv .mainCon .con4 .box2 img{ width:100%}
.adv .mainCon .con4 .box1 img{display: block;position: absolute;top: 5px;left: 0;}


}




.in-about {margin: 0;}
.in-about dt {float: left;width: 530px;}
.in-about dd {margin-left: 580px;}
.in-about dd h4 {margin: 0 0 20px;font-size: 22px;}
.in-about dd h4 small {display: block;color: #999;font-weight: normal;font-size: 14px;}
.in-about dd h4:after {display: block;content: '';width: 38px;height: 3px;margin: 10px 0 0;background-color: #349a46;}
.in-about dd p {margin: 0;text-align: justify;color: #666;line-height: 1.8;}
.in-about dd .btn {margin-top: 30px;}
.in-about dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #349a46;color: #fff;padding: 0 30px;}

.in-about-class {margin: 15px 0 0 -20px;}
.in-about-class li{float: left;width: 25%;}
.in-about-class li a {display: block;margin: 15px 0 0 20px;position: relative;}
.in-about-class li img {display: block;}
.in-about-class li .pic{width: 285px;}
.in-about-class li .icon{position: absolute; color: #fff; width: 100%; text-align: center;}
.in-about-class li .icon img{display: block; margin: 35px auto 7px;}
.in-about-class li .icon strong{display: block; font-size: 20px;  line-height: 20px; font-weight: bold;}
.in-about-class li .icon b{display: block; font-size: 12px; font-weight: normal;}
.in-about-class li .bg{position: absolute; background: rgba(2,55,147,0.8); width: 100%; height: 100%; opacity: 0;}
.in-about-class li:hover .bg{opacity: 1;}
.in-about-class li .line::before,.in-about-class li .line::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.in-about-class li .line::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transform-origin: 0 0;
}

.in-about-class li .line::after {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
}


.in-about-class li .line::before,
.in-about-class li .line::after
{
    transition: opacity 0.35s, transform 0.35s;
}


.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after {
    opacity: 1;
    transform: scale(1);
}

.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after
{
    transition-delay: 0.05s;
}

.in-news {margin-left: -71px;}
.in-news .item {float: left;width: 33.333333%;}
.in-news .wrap {border-left: 1px solid #ddd;padding-left: 35px;margin-left: 35px;}
.in-news .tit {margin-bottom: 15px;line-height: 30px;font-weight: bold;font-size: 18px;}
.in-news .tit .more {float: right;text-transform: uppercase;font-size: 12px;font-weight: normal;}
.in-news .tit strong {color: #349a46;margin-left: 10px;font-size: 16px;}
.in-news .tit strong small {font-size: 14px;font-weight: normal;}

.list-2 {margin-top: 15px;}
.list-2 li a {display: block;line-height: 34px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;padding-left: 15px;}
.list-2 li a:before {content: '';position: absolute;left: 0;top: 50%;width: 6px;height: 6px;background-color: #ccc;margin-top: -3px;border-radius: 50%;}
.list-2 li a:hover:before {background-color: #349a46;}

.footer {background-color: #2b2b2b;color: #fff; padding-top:50px}
.footer a {color: #fff;}
.footer a:hover {color: #fff;}
.footer-nav {background-color: #349a46;color: #fff;margin-bottom: 35px;}
.footer-nav a {color: #fff;}
.footer-nav ul {font-size: 0;text-align: center;}
.footer-nav li {display: inline-block;vertical-align: middle;position: relative;}
.footer-nav li:before {content: "";position: absolute;top: 17px;right: 0;width: 1px;height: 14px;background: #fff;border: 0;}
.footer-nav li:last-child:before {display: none;}
.footer-nav li a {display: block;line-height: 50px;font-size: 16px;padding: 0 35px;}
.footer-copy {text-align: center;padding: 10px 0;background-color: #222;margin-top: 35px;color: #959595;}
.footer-copy p {margin: 0;}
.footer-logo {float: left; width:30%; text-align:left}
.footer-logo .tel {background: url(../images/foot-contact.png) no-repeat center;width: 293px;line-height: 61px;text-align: center;color: #fff;margin-top: 30px;font-size: 14px;}
.footer-logo .tel strong {font-size: 20px;}
.footer-tit {font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.footer-tit small {margin-left: 10px;opacity: 0.6;font-size: 14px; text-transform:capitalize}
.footer-contact {float: left; padding-left: 80px;border-left: 1px solid #515151;border-right: 1px solid #515151;width: 40%;}
.footer-contact p {margin: 10px 0 0;font-size: 14px;line-height: 1.8;}
.footer-ewm {float: right;}
.footer-ewm ul {}
.footer-ewm li {float: left;width: 120px; text-align:left}
.footer-ewm li  img{ width:100%}
.footer-ewm li p {margin: 10px 0 0;text-align: center;font-size: 12px;}
.ddh li{ float:left; width:50%; line-height:30px}
.ddh li a{ color:#fff}
.banner-sub {height: 450px;position: relative;}
.banner-sub .swiper-slide {background: no-repeat center / cover;}

.section-sub {padding: 50px 0  ;}

.yunu-curmbs {padding: 0 0 15px;border-bottom: 1px dashed #dcdcdc;margin-bottom: 30px;}
.yunu-curmbs span {padding-left: 10px;border-left: 10px solid #333;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.ct2-sd {float: left;width: 240px;}
.ct2-mn {float: right;width: 1030px;}

.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}
.panel-sd:last-child {margin-bottom: 0;}
.panel-sd .tit {text-align: center;color: #fff;font-size: 24px;padding: 20px 0;background-color: #349a46;}

.contact-sd {padding: 20px;}
.contact-sd .ewm {text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.contact-sd .ewm p {margin: 10px 0 0;font-size: 16px;}
.contact-sd .tel {padding-top: 20px;}
.contact-sd .tel p {margin: 0;color: #349a46;font-size: 20px;padding-left: 40px;font-weight: bold;background: url(../images/ny-tel.png) no-repeat 0 center;}

.lanmu li {margin-top: 2px;}
.lanmu li>a {display: block;line-height: 50px;padding: 0 0 0 25px;background-color: #ececec;color: #666;font-size: 15px;}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #fff;border-left: 2px solid #fff;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.lanmu-box {display: none;}
.lanmu-box p {margin: 0;border-top: 1px solid #fff;padding-left: 15px;}
.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}
.lanmu li>a:hover,.lanmu li.active>a {color: #fff;background-color: #349a46;}
.lanmu li.active .arr:after {border-color: #fff;}
.lanmu li.open .lanmu-box {display: block;}
.lanmu li.open .arr:after {transform: rotate(225deg);}

.list-5 li {margin-bottom: 15px;}
.list-5 li a {display: block;border: 1px solid #ddd;padding: 15px;overflow: hidden;}
.list-5 li .img-center {float: left;width: 250px;}
.list-5 li .text {margin-left: 270px;}
.list-5 li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.list-5 li .text h4 span {float: right;font-size: 12px;color: #999;font-weight: normal;}
.list-5 li .text p {color: #797979; line-height:26px; }
.list-5 li .text .more {float: left;padding: 6px 12px;color: #fff;background-color: #B6B6B6;}
.list-5 li a:hover {border-color: #349a46;}
.list-5 li a:hover .text h4 {color: #349a46;}
.list-5 li a:hover .text .more {background-color: #349a46;}

.pages {margin: 40px 0 0;text-align: center;font-size: 0;}
.pages a {display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;transition: all 0.5s;}
.pages a:hover,.pages a.active {background-color: #349a46;color: #fff;}

.yunu-infocontent-title {margin-bottom: 20px;text-align: center;}
.yunu-infocontent-title h1 {margin: 0;font-size: 24px;}
.yunu-infocontent-title p {margin: 10px 0 0;font-size: 12px;color: #999;}
.yunu-infocontent-title p span {padding: 0 5px;}
.yunu-infocontent-desc {margin-bottom: 20px;border: 1px solid #ddd;padding: 20px;}
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px;}
.yunu-infocontent-body p{ font-size:15px; line-height:30px}
.yunu-infocontent-body img {max-width: 100% !important;height: auto !important;width: auto !important;}

.yunu-infocontent-epx {margin-bottom: 20px;}
.yunu-infocontent-epx li {line-height: 32px;margin-bottom: 5px;}
.yunu-infocontent-epx li span {display: inline-block;background-color: #A2A2A2;color: #fff;padding: 0 15px;margin-right: 10px;}
.yunu-infocontent-epx li em {float: right;font-style: normal;}

.yunu-infocontent-return {border-top: 1px solid #000;line-height: 32px;}
.yunu-infocontent-return a {margin-right: 10px;}
.yunu-infocontent-return .more {margin: 0;float: right;background-color: #000;color: #fff;padding: 0 10px;}

.yunu-infocontent-rem {margin-bottom: 20px;}
.yunu-infocontent-rem h4 {margin: 0;font-size: 24px;line-height: 55px;}
.yunu-infocontent-rem li {border-top: 1px dashed #dbdbdb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 46px;}
.yunu-infocontent-rem li span {float: right;}

.prod-menu {margin-bottom: 20px;border-bottom: 3px solid #349a46;}
.prod-menu li {float: left;margin-right: 7px;}
.prod-menu li a {display: block;padding: 0 35px;line-height: 50px;border: 1px solid #ddd;border-bottom: 0;border-radius: 5px 5px 0 0;background-color: #F1F1F1;font-size: 16px;}
.prod-menu li.active a {background-color: #349a46;color: #fff;}

.contact {margin: 0;background-color: #f2f2f2;}
.contact dt {float: right;width: 450px;}
.contact dd {margin: 0 450px 0 0;padding: 40px;}
.contact dd h4 {margin: 0 0 20px;font-size: 24px;}
.contact dd h4 small {display: block;font-weight: normal;font-size: 14px;color: #a5a5a5;}
.contact dd p {margin: 15px 0 0;font-size: 16px;}

.map {margin-top: 30px;height: 350px;}

.qywh dl {margin: 0;background-color: #f2f2f2;}
.qywh dt {float: left;width: 50%;}
.qywh dd {margin-left: 50%;padding: 40px 50px;}
.qywh dd h4 {margin: 0 0 20px;font-size: 22px;}
.qywh dd h4 small {display: block;color: #999;font-weight: normal;font-size: 14px;}
.qywh dd h4:after {display: block;content: '';width: 38px;height: 3px;margin: 10px 0 0;background-color: #349a46;}
.qywh dd p {margin: 0;text-align: justify;color: #666;line-height: 1.8;}
.qywh dl:nth-child(even) dt {float: right;}
.qywh dl:nth-child(even) dd {margin: 0 50% 0 0;}

@media screen and (min-width: 768px) {
    .header-fix {height: 155px;}
    .header-fix .nav {position: fixed;left: 0;top: 0;width: 100%;z-index: 100;}
}

@media screen and (max-width: 767px) {
	.top{ display:none}
    body {min-width: 320px;padding-top: 50px;padding-bottom: 50px;}
    .container {width: auto; box-sizing:border-box  }

 #message .m-content .m-message{
    width:90%;
    padding:20px;
  }
  .yunu-infocontent-body p{ font-size:14px; line-height:26px}

    .kf {display: none;}
    .footer-fix {display: block;}
    .topbar {display: none;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
    .header .text,.header .tel {display: none;}
    .header .logo {height: 30px;line-height: 30px;float: none;padding: 0;}
    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background-color: transparent;border-bottom: 0;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none; width:100%; text-align:left}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;}
    .header .nav li .arr {display: block;}
    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background-color: transparent;color: #349a46}
    .header .nav li.open .arr:after {border-color: #349a46;transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;box-shadow: none;}
    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .header .nav .dropdown-box a:hover {background-color: transparent !important;}
    .menu-btn {display: block;}

    .yunu-showcase {margin-bottom: 30px;}
    .pc-slide {float: none;width: auto;}
    .view .swiper-slide .img-center {height: 260px;line-height: 260px;}
    .yunu-showcase-info {margin: 20px 0 0;}
    .yunu-showcase-info h1 {margin-bottom: 20px;font-size: 18px;}
    .yunu-showcase-info p {margin-top: 10px;min-height: auto;}
    .yunu-showcase-info .tel {font-size: 14px;}
    .yunu-showcase-info .tel strong {font-size: 18px;}

    .banner {height: 160px;}

    .yunu-sou {padding: 0;}
    .yunu-sou .container {padding: 0;}
    .yunu-sou .hot {display: none;}
    .yunu-sou .hform {float: none;position: relative;}
    .yunu-sou .hform input {border-color: transparent;width: 100%;box-sizing: border-box;line-height: 20px;padding: 9px 60px 9px 15px;border-radius: 0;border-bottom: 1px solid #eee;}
    .yunu-sou .hform button {position: absolute;right: 0;top: 0;width: 50px;height: 40px;}

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;font-size: 20px;}
    .section-title p {font-size: 12px;}
    .section-title:after {width: 20px;height: 2px;margin-top: 10px;}

    .in-prod-menu {margin-bottom: 10px;}
    .in-prod-menu li a {width: 140px;margin: 0 3px 6px;line-height: 34px;}
    .in-prod-menu li a:before, .in-prod-menu li a:after {display: none !important;}

    .list-1 {margin: -10px 0 0 -10px;}
    .list-1 li {float: left;width: 50%;}
    .list-1 li a {margin: 10px 0 0 10px;}
    .list-1 li .text {line-height: 34px;font-size: 12px;}

    .in-ys-tel {margin-top: 20px;width: 220px;background-size: 100% 100%;font-size: 12px;line-height: 36px;}
    .in-ys-tel strong {font-size: 16px;}

    .in-ys dl {padding: 30px 0;}
    .in-ys dt {float: none !important;width: auto;}
    .in-ys dd {margin: 20px 0 0 !important;}
    .in-ys dd h4 {margin-bottom: 15px;}
    .in-ys dd h4 i {width: 50px;line-height: 50px;font-size: 30px;}
    .in-ys dd h4 span {padding: 6px 0;margin-left: 60px;font-size: 20px;}
    .in-ys dd .text {margin: 0;}
    .in-ys dd p {line-height: 1.8;}
    .in-ys dd .btn {margin-top: 20px;}
    .in-ys dd .btn .tel {display: block;margin-top: 10px;}

    .in-ys-list {margin-top: -15px;}
    .in-ys-list li {width: 33.333333%;margin-top: 15px;background: none;}
    .in-ys-list li .ys-circle {width: 86px;height: 80px;}
    .in-ys-list li .icon img {width: 21px;height: 21px;margin-top: 20px;}
    .in-ys-list li .icon h3 {font-size: 12px;}

    .in-about dt {width: auto;float: none;}
    .in-about dd {margin: 20px 0 0;}
    .in-about dd h4 {font-size: 18px;margin-bottom: 15px;}
    .in-about dd h4 small {font-size: 12px;}
    .in-about dd h4:after {width: 20px;height: 2px;}
    .in-about dd .btn {margin-top: 20px;}

    .in-about-class {margin: 10px 0 0 -10px;}
    .in-about-class li {width: 50%;}
    .in-about-class li a {margin: 10px 0 0 10px;overflow: hidden;}

    .in-news {margin-top: -20px;}
    .in-news .item {width: 100%;}
    .in-news .wrap {margin-top: 20px;}

    .footer {padding-top: 30px;}
    .footer-logo {display: none;}
    .footer-nav {display: none;}
    .footer-contact {float: none;width: auto;margin: 0 0 20px;padding: 0 0 20px;border: 0;border-bottom: 1px solid #515151;}
    .footer-ewm {float: none;margin: 0;}

    .banner-sub {height: 130px;}

    .section-sub {padding: 30px 0;}

    .yunu-curmbs {display: none;}

    .ct2-sd {display: none;}
    .ct2-mn {float: none !important;width: auto;}

    .list-5 li {padding-bottom: 15px;border-bottom: 1px solid #eee;}
    .list-5 li a {padding: 0;border: 0;}
    .list-5 li .img-center {float: none;width: auto;display: none;}
    .list-5 li .text {margin: 0;}
    .list-5 li .text .more {display: none;}
    .list-5 li .text h4 {line-height: 20px;font-size: 16px;}
    .list-5 li .text p {margin: 10px 0 0;}

    .pages {margin-top: 20px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}

    .yunu-infocontent-title h1 {font-size: 18px;}
    .yunu-infocontent-desc {padding: 10px;}
    .yunu-infocontent-epx li {line-height: 24px;}
    .yunu-infocontent-epx li span {font-size: 12px;padding: 0 5px;margin-right: 5px;}
    .yunu-infocontent-epx li em {display: none;}
    .yunu-infocontent-return .more {display: none;}
    .yunu-infocontent-return {font-size: 12px;line-height: 22px;padding-top: 5px;}
    .yunu-infocontent-rem h4 {font-size: 18px;line-height: 34px;margin-bottom: 5px;}

    .prod-menu {margin-bottom: 15px;}
    .prod-menu li {margin-right: 5px;}
    .prod-menu li a {font-size: 14px;line-height: 34px;padding: 0 15px;}

    .contact dt {float: none;width: auto;}
    .contact dd {margin: 0;padding: 20px;}
    .contact dd h4 {margin-bottom: 15px;font-size: 18px;}
    .contact dd h4 small {font-size: 12px;}
    .contact dd p {margin: 10px 0 0;font-size: 14px;}

    .map {height: 250px;}

    .qywh dt {float: none !important;width: auto;}
    .qywh dd {margin: 0 !important;padding: 20px;}
    .qywh dd h4 {font-size: 18px;margin-bottom: 15px;}
    .qywh dd h4 small {font-size: 12px;}
    .qywh dd h4:after {width: 20px;height: 2px;}
}


#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 8%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 73%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}

.btn1 {
    display: block;
   
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top:10px;
}
.btn1:hover{
	background-color: #444;
	color: white;
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}


.btn1-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn1-1{

    padding-left: 100px;

}

.btn1-1 input.focus{

    background: #333;

    color: #fff;

}

.btn1-1 input.focus:hover{

    background: #444;

}

.btn1-1 input:hover{

    background: #ccc;

}
.nav #active>a{ background:#000; color:#fff}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ddd; }
.ab_pages ul a:hover{ background:#ddd}

.sy_gy{width:100%; padding:60px 0px; background:url(../images/gy_bj.jpg) no-repeat center bottom / cover;}
.sy_gy .container .gy_ab{width:100%; background:url(../images/gybj.jpg) no-repeat center top; height:auto; overflow:hidden;background-color:#FFF; box-shadow:0 0 10px #ddd;}
.sy_gy .gy_img{width:50%; overflow:hidden; float:left}
.sy_gy .gy_img img{width:100%; height:auto; }

.sy_gy .gy_wz{ width:50%; float:right; padding:0 30px;box-sizing:border-box}
.sy_gy .gy_nr{line-height:30px; font-size:15px}
.sy_gy .gy_nr h3{ font-size:22px; color:#349a46; margin-bottom:15px; margin-top:25px}
.sy_gy a{width:100px; height:36px; border:solid 1px #349a46; text-align:center; font-size:14px; color:#349a46; line-height:36px; display:block;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s; margin-top:5px; float:left;}
.sy_gy i{padding-left:10px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_gy a:hover i{padding-left:17px;}
.sy_gy a:hover{background-color:#349a46; color:#FFF;}
@media only screen and (max-width:640px) {
.sy_gy{padding:20px 0px;}
.sy_gy .container .gy_ab{width:100%; background:url(../images/gybj.jpg) no-repeat center top;}
.sy_gy .gy_img{width:100%; overflow:hidden;}
.sy_gy .gy_img img{display:block;}
.sy_gy .l_f{padding-right:15px;}
.sy_gy .r_t{padding-left:15px;}
.sy_gy .gy_wz{padding:0 20px 20px; width:100%}
.sy_gy .gy_nr{line-height:32px; text-align:center;}
.sy_gy .gy_nr h3{ font-size:18px; color:#349a46; margin-bottom:0px; text-align:left}

.sy_gy .gy_nr p{height: auto; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;
line-clamp:8;
-webkit-line-clamp:8;
-moz-line-clamp:8;
-o-line-clamp:8;
-webkit-box-orient:vertical; font-size:14px; line-height:24px; text-align:left}
.sy_gy a{width:120px; height:30px; font-size:12px; line-height:28px; margin:20px 0 0; float:none;}
}

/* 新闻 */
.syNews { background:#f7f7f7; padding:60px 0; height:auto; overflow:hidden}
.flexBox {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.syNews .topBox {-webkit-justify-content: space-between;-moz-justify-content: space-between;-ms-justify-content: space-between;-o-justify-content: space-between;justify-content: space-between;}
.syNews .topBox a {position: relative;height: 300px;overflow: hidden;background-color: #000000;}
.syNews .topBox a img {display: block;width: 100%;height: 100%;object-fit: cover;opacity: 0.9;transform: scale(1); transition: all 0.5s;}
.syNews .topBox a:hover img {opacity: 0.8;transform: scale(1.04);transition: all 0.5s;}
.syNews a.T-left { width: 58%;border-radius: 20px;overflow: hidden;}
.syNews a.T-right { width: 40%;border-radius: 20px;overflow: hidden;}
.syNews .topBox a .txtBox {position: absolute;bottom: 0;left: 0;width: 100%;padding: 30px 30px 0;color: rgba(255, 255, 255, 0.8);box-sizing:border-box}
.syNews .topBox a .sm {font-size: 24px;font-weight: bold;color: #fff;line-height: 24px;margin-bottom: 10px;}
.syNews .topBox a .bt {font-size: 20px;line-height: 34px;font-weight: lighter;white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;}
.syNews .bottomBox {margin-top: 40px;}
.syNews .bottomBox .leftBox {width: 240px;}
.syNews .bottomBox .leftBox li {font-size: 20px;padding: 25px 25px;background: #e2e3e8;transition: all 0.5s ease;position: relative;cursor: pointer;box-sizing:border-box}
.syNews .bottomBox .leftBox li strong {font-size: 30px;}
.syNews .bottomBox .leftBox li.on {position: relative;color: #fff;background: #349a46;}
.syNews .bottomBox .leftBox li.on::after {content: "";width: 14px;height: 32px;background: url(../images/ipart05_jt.png) no-repeat center;position: absolute;left: 100%;top: 50%;margin-top: -16px;}
.syNews .bottomBox .tabContent {margin-left: 30px;-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.syNews .tabContent ul li {width: 32%;margin-right: 2%;padding: 31px 30px; background: #fff; float: left;box-sizing:border-box}
.syNews .tabContent ul li.on {background-color: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.syNews .tabContent ul li:nth-child(3n) {margin-right:0;}
.syNews .tabContent ul li p.time strong {color: #349a46;font-size: 20px;}
.syNews .tabContent ul li p.time strong:nth-last-of-type(2) {font-size: 46px;margin-right: 30px;}
.syNews .tabContent ul li p.time strong:nth-last-of-type(2)::after {content: "";display: inline-block;width: 1px;height: 40px;background-color: #349a46;opacity: 0.5;transform: rotate(50deg) translateX(20px) translateY(-10px);}
.syNews .tabContent ul li p.time span {font-size: 14px;color: #818181;margin-left: 15px;}
.syNews .tabContent ul li p.bt {font-size: 18px;line-height: 28px;color: #000;overflow: hidden;margin-bottom: 13px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.syNews .tabContent ul li p.nr {font-size: 15px;line-height: 26px;color: #4c4c4c;height: 46px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
@media only screen and (max-width: 1439px) {.syNews .topBox a .bt {font-size: 20px;}
.syNews .bottomBox .leftBox {width: 184px;}
.syNews .bottomBox .leftBox li {font-size: 16px;}
.syNews .bottomBox .leftBox li strong {font-size: 20px;}
.syNews .tabContent ul li p.time strong:nth-last-of-type(2) {font-size: 34px;}
.syNews .tabContent ul li {padding: 28px 20px;}
}
@media only screen and (max-width: 991px) {
.syNews { background:#f7f7f7; padding:20px 0; height:auto; overflow:hidden}
.syNews .topBox {-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;flex-direction: column;}
.syNews .topBox a {height: auto;}
.syNews a.T-left {width: 100%;}
.syNews .bottomBox .leftBox {width: 100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.syNews .bottomBox .leftBox li {padding: 10px 0 10px;text-align: center;-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.syNews a.T-right {width: 100%;margin-top: 30px;}
.syNews .bottomBox .leftBox li.on::after {display: none;}
.syNews .tabList {-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;flex-direction: column;}
.syNews .bottomBox .tabContent {margin-left: 0;margin-top: 20px;}
.syNews .bottomBox .tabContent ul {-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;flex-direction: column;}
.syNews .tabContent ul li {width: 100%; margin-bottom:20px; padding:0 20px}

.syNews .tabContent ul li p.bt {font-size: 16px;line-height: 28px;color: #000;overflow: hidden;margin-bottom: 13px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.syNews .tabContent ul li p.nr {font-size: 14px;line-height: 26px;color: #4c4c4c;height: auto  ;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

}
@media only screen and (max-width: 576px) {.syNews .topBox a .txtBox {padding: 0 15px 15px 15px;}
.syNews .topBox a .sm {font-size: 14px;font-weight: normal;}
.syNews .topBox a .bt {font-size: 16px;line-height: 28px;}
}

.sy_al{padding:60px 0 50px; overflow:hidden;}
.sy_al .t_p{overflow:hidden;}
.sy_al .t_p img{width:100%; height:auto; display:block;}
.sy_al .w_z{ margin-top:2px; background:#f7f7f7; }
.sy_al .w_z h3{font-size:14px; text-align:center;line-height:40px; height:40px}

.sy_al .swiper-al{padding-bottom:60px;}
.sy_al .swiper-al .swiper-button-prev{background:url(../images/zj.png) no-repeat; width:34px; height:34px; top:auto; bottom:0; left:50%; margin-left:-42px;
background-size:34px 34px;
-webkit-background-size:34px 34px;
-moz-background-size:34px 34px;
-ms-background-size:34px 34px;
-o-background-size:34px 34px;}
.sy_al .swiper-al .swiper-button-prev:hover{background:url(../images/z_j.png) no-repeat;}
.sy_al .swiper-al .swiper-button-next{background:url(../images/yj.png) no-repeat; width:34px; height:34px; top:auto; bottom:0; right:50%; margin-right:-42px;
background-size:34px 34px;
-webkit-background-size:34px 34px;
-moz-background-size:34px 34px;
-ms-background-size:34px 34px;
-o-background-size:34px 34px;}
.sy_al .swiper-al .swiper-button-next:hover{background:url(../images/y_j.png) no-repeat;}
@media only screen and (max-width:992px) {
.sy_al{padding:30px 0 ; overflow:hidden;}
.sy_al .swiper-al{padding-bottom:40px;}
.sy_al .swiper-al .swiper-button-prev{background:url(../images/zj.png) no-repeat; width:24px; height:24px; top:auto; bottom:0; left:50%; margin-left:-32px;
background-size:24px 24px;
-webkit-background-size:24px 24px;
-moz-background-size:24px 24px;
-ms-background-size:24px 24px;
-o-background-size:24px 24px;}
.sy_al .swiper-al .swiper-button-next{background:url(../images/yj.png) no-repeat; width:24px; height:24px; top:auto; bottom:0; right:50%; margin-right:-32px;
background-size:24px 24px;
-webkit-background-size:24px 24px;
-moz-background-size:24px 24px;
-ms-background-size:24px 24px;
-o-background-size:24px 24px;}
}

.ny_ban{width:100%; height:35vh; max-height:550px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.ny_ban:after{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:"";}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:1;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative; text-align:center;}
.ny_ban .w_z h3{font-size:28px; line-height:30px;}
.ny_ban .w_z h4{font-size:16px; line-height:26px; text-transform:uppercase; font-weight:400}
.ny_ban .w_z em{width:50px; height:3px; background-color:#fff; display:block; margin:10px auto;}
@media only screen and (max-width:992px) {
.ny_ban{height:28vh; background-attachment:scroll;}
.ny_ban .container{width:100%; top:50%;}
.ny_ban .w_z h3{font-size:26px; line-height:36px;}
.ny_ban .w_z h4{font-size:18px; line-height:28px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:23vh;}
.ny_ban .w_z h3{font-size:20px; line-height:26px;}
.ny_ban .w_z h4{font-size:13px; line-height:22px;}
.ny_ban .w_z em{width:50px; height:2px; margin:10px auto;}
}

.yema{margin-top:50px; text-align:center;}
.yema ul li{display:inline-block; margin:2px;}
.yema ul li a{min-width:32px; height:32px; border:1px solid #e7e7e7; padding:0 ; font-size:14px; line-height:30px; text-align:center; color:#555; display:inline-block;}
.yema ul li a:hover{background-color:#349a46; border:1px solid #349a46; color:#fff;}
.yema ul li a.on{background-color:#349a46; border:1px solid #349a46; color:#fff;}
@media only screen and (max-width:640px) {
.yema{margin-top:20px;}
.yema ul li a{min-width:30px; height:30px; font-size:13px; line-height:28px;}
}


.rc_zp{width:100%; height:auto; overflow:hidden;}
.rc_zp .ts{font-size:15px; line-height:26px; color:#888; text-align:center; margin-top:20px; margin-bottom:20px;}
.rc_zp .ts a{color:#349a46;}
.rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;}
.rc_zp .jr_lm.jt{border: 1px solid #349a46;}
.rc_zp .jr_bt{padding:10px 20px;  font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.rc_zp .jr_bt.on{background-color:#e7e7e7;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:15px; font-size:15px;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(180deg);
-webkit-transform:translate(0,-50%) rotate(180deg);
-moz-transform:translate(0,-50%) rotate(180deg);
-ms-transform:translate(0,-50%) rotate(180deg);
-o-transform:translate(0,-50%) rotate(180deg);}
.rc_zp .jr_lm.jt .jr_bt{background-color:#349a46; color:#fff; padding:0 20px; line-height:60px;}
.rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center;}
.rc_zp .jr_bt span.s_40{text-align:left;}
.rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{color:#349a46;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
.rc_zp .jr_nr a.wy_yp{width:110px; height:36px; position:absolute; top:30px; right:35px; background-color:#349a46; font-size:15px; line-height:36px; color:#fff; text-align:center; display:block;}
.rc_zp .jr_nr a.wy_yp i{padding-left:5px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:15px;}
@media only screen and (max-width:992px){
.rc_zp{padding: 0;}
.rc_zp .ts{font-size:13px; line-height:24px; margin-bottom:10px;}
.rc_zp .jr_bt{padding:5px 20px; height:50px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:40px;}
.rc_zp .jr_nr{padding:20px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:100px; height:30px; top:10px; right:25px; font-size:14px; line-height:30px;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:10px;}
}
@media only screen and (max-width:992px){
.rc_zp .ts{font-size:12px; line-height:22px;}
.rc_zp .jr_bt{padding:5px 15px; height:40px; line-height:30px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 15px; line-height:30px;}
.rc_zp .jr_nr{padding:10px 15px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:90px; height:26px; position:relative; top:auto; right:auto; font-size:13px; line-height:26px; margin-left:15px;}
}


.yc_nr{ width:100%}
.yc_nr .lx_xx{background-color:#f7f7f7; overflow:hidden; margin-bottom:20px;}
.yc_nr .lx_xx .z_c{width:50%; float:left;}
.yc_nr .lx_xx .z_c img{width:100%; height:auto; display:block;}
.yc_nr .lx_xx .y_c{width:50%; float:right; padding:20px 30px 0;box-sizing:border-box }
.yc_nr .lx_xx .y_c h3{font-size:20px; color:#333; margin-bottom:25px;}
.yc_nr .lx_xx .y_c em{width:50px; height:3px; background-color:#349a46; display:block; margin-bottom:15px;}
.yc_nr .lx_xx .y_c p{font-size:15px; line-height:32px;}
.yc_nr .bd_dt{margin-bottom:20px; height:300px;}
.yc_nr .zx_ly{width:100%; padding:10px 30px 30px; background-color:#f7f7f7; margin:0 auto;box-sizing:border-box }
.yc_nr .zx_ly input{width:49%; padding:0 10px; background-color:#fff; border:1px solid #ddd; line-height:56px; font-size:14px; margin-bottom:20px; float:left;box-sizing:border-box; margin-right:2%}
.yc_nr .zx_ly textarea{width:97.8%; height:110px; padding:15px 10px; background-color:#fff; border:1px solid #ddd; font-size:14px; line-height:26px; resize:none; outline:none; margin-bottom:30px;}
.yc_nr .zx_ly button{width:150px;  background-color:#349a46; font-size:14px; line-height:40px; margin:0 auto; color:#fff; display:block; border:none}
.yc_nr .zx_ly h3{font-size:26px; line-height:40px; color:#000; margin-bottom:10px; text-align:center;}
.yc_nr .zx_ly h4{font-size:18px; color:#555; margin-bottom:10px; text-align:center;}
.yc_nr .zx_ly p{font-size:15px; line-height:30px; color:#888; margin-bottom:30px; text-align:center;}
.yc_nr .zx_ly em{width:50px; height:3px; background-color:#349a46; display:block; margin:0 auto 15px;}
.yc_nr .zx_ly a{color:#349a46;}
.yc_nr .zx_ly a:hover{text-decoration:underline;}
@media only screen and (max-width:992px){
.yc_nr .lx_xx .z_c{width:100%; float:none;}
.yc_nr .lx_xx .y_c{width:100%; float:none; padding:0px 20px 0;box-sizing:border-box }
.yc_nr .lx_xx .y_c h3{font-size:18px; color:#333; margin-bottom:15px;}
.yc_nr .lx_xx .y_c em{width:30px; height:3px; background-color:#349a46; display:block; margin-bottom:10px;}
.yc_nr .zx_ly{width:100%; padding:10px 20px 20px; background-color:#f7f7f7; margin:0 auto;box-sizing:border-box }
.yc_nr .zx_ly input{width:100%; padding:0 10px; background-color:#fff; border:1px solid #ddd; line-height:46px; font-size:14px; margin-bottom:20px; float:left;box-sizing:border-box; margin-right:0}
.yc_nr .zx_ly textarea{width:100%; height:80px; padding:15px 10px; background-color:#fff; border:1px solid #ddd; font-size:14px; line-height:26px; resize:none; outline:none; margin-bottom:30px;box-sizing:border-box}

}