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: #023793;}
ul {margin: 0;list-style: none;padding: 0;}
dl,dt,dd{padding:0;margin: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:1200px;margin:0 auto}
.img-center {text-align: center;font-size: 0;}
.img-center h1{font-size:24px;line-height:50px;}
.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: 80%;background: no-repeat center / cover;transition: all 0.5s;height: 80%;position: absolute;left: 50%;top: 50%; transform:translate(-50%, -50%);}

.container {padding: 0 15px;width: 1200px;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: 10px 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 .yzm{width:50% !important}
.m-message .yzmcode{position:absolute;margin-left:10px;height:32px;}

.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;
}

/*浮动客服*/
.toolbar{position: fixed;top: 60%;right:3px;margin-top: -163px;z-index: 100;width: 60px;}
.toolbar dd{position: relative;float: left;width: 60px;height: 60px;background: #0e4295;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 12px;line-height: 18px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 7px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.Top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;padding-bottom:10px;top: 0;width: 190px;right: -200px;height: auto;margin-right: 10px;border-radius: 5px;background: #0e4295;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 13px;margin: 10px auto 5px auto;}
.toolbar dd.tel .box h3{font-size: 16px;font-weight: bold;margin:0;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0e4295;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #0e4295;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0e4295;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 60px;}
.toolbar dd.code:hover .box{opacity: 1;right: 60px;}


.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: #023793;}

.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: 12px;color: #999;}
.header .tel strong {display: block;font-size: 26px;font-family: Impact;line-height: 1.2;color: #023793;}
.header .text {float: left;font-size: 16px;margin: 20px 0 20px 5px;padding: 4px 0 4px 15px;border-left: 1px solid #ddd;color: #999;}
.header .text strong {display: block;font-size: 20px;color: #023793;margin-bottom: 5px;}
.header .nav {font-size: 0;background-color: #023793;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle;}
.header .nav li a {display: block;font-size: 16px;line-height: 55px;padding: 0 35px;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: #000;}
.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: 25px;}
.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: #023793 !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: #023793;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: 650px;position: relative;}
.banner .swiper-slide {background: no-repeat center / cover;}
.banner .banner_bg{position:absolute;z-index: 2;bottom: -5px;left: 0px;width:100%;}
.banner .banner_bg img{filter: blur(1px);transition: filter 50s;width:100%;}

.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 #023793;font-size: 0;}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 24px;color: #023793;padding-bottom: 15px;text-align:center;}
.yunu-link h4 small {text-transform: uppercase;font-size: 24px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}
.yunu-link .recommended{margin: 30px auto;overflow: hidden;padding:0 30px;}
.yunu-link .recommended a{text-align:center;}
.yunu-link .recommended a img{display:block;width:70%;margin:0 auto;transition: all 0.5s;}
.yunu-link .recommended a p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding:0 10px;margin-bottom: 20px;}
.yunu-link .recommended a:hover img{transform:scale(1.1);transition: all 0.5s;}
.yunu-link .recommended .tjcp_next{right:0;height: 27px;}
.yunu-link .recommended .tjcp_prev{left:0;height: 27px;}
.yunu-link .recommended .swiper-pagination{bottom:-3px;}


.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:100%;}
.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: #023793;}
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: 30px 0 20px;font-weight: bold;border-bottom: 2px solid #e6e6e6;padding-bottom: 10px;}
.yunu-showcase-info p {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 100px;font-size: 16px; overflow: hidden;}
.yunu-showcase-info .keyword{display: block;margin: 15px auto;font-size: 16px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 40px;height: 42px;line-height: 21px;font-size: 18px;}
.yunu-showcase-info .tel strong {color: #023793;}
.yunu-showcase-info .tel a {line-height: 42px;padding: 0 45px;background-color: #023793;color: #fff;display:inline-block;margin-right: 50px;border-radius: 5px;cursor:pointer;}
.yunu-showcase-info .tel a.tjcp{background-color:rgba(1,85,183,0.1);color:#023793;}
.yunu-showcase-info .tel .zxrx ul{height:40px;line-height:40px;margin-bottom: 30px;font-size: 22px;}
.yunu-showcase-info .tel .zxrx ul li{float:left;margin-right: 10px;font-weight: bold;}
.yunu-showcase-info .tel .zxrx ul li img{height:30px;margin:5px 0;display:block;}

.section {padding: 60px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 28px;}
.section-title p {color: #999;font-size: 14px;margin: 5px 0 0;}
.section-title:after {display: block;content: '';width: 38px;height: 3px;margin: 15px auto 0;background-color: #023793;}

.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;}

/*内页bannner*/
.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background:#ccc;}
.nybanner .img_tit{text-align: center;position: absolute;top:27%;left: 50%;transform: translateX(-50%);background: rgba(0, 0, 0, 0.25);padding:25px 41px;border-radius: 5px;color:#fff;}
.nybanner .img_tit p{font-size: 28px;margin:0;}
.nybanner .img_tit i{height: 2px;display: block;width: 49%;margin:12px auto;background: #fff;}
.nybanner .img_tit span{font-size:20px;}
/*内页bannner*/

.list-1 {margin: -20px 0 0 -20px;}
.list-1 li {float: left;width: 33.3%;}
.list-1 li a {display: block;margin: 20px 0 0 20px;}
.list-1 li .img-cover {border: 1px solid #ddd;padding-top: 100%;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.list-1 li .text {line-height: 50px;background-color: #e6e6e6;text-align: center;position: relative;font-size: 16px;}
.list-1 li .text:before {content: '';position: absolute;left: 50%;width: 0;height: 100%;background-color: #023793;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;}
.list-1 li a:hover .img-cover span {transform: translate(-50%, -50%);width: 85%;height: 85%;}
.list-1 li a:hover .text:before {width: 100%;left: 0;}
.list-1 li a:hover .text p {color: #fff;}

/*生态牧场列表*/
.video_list ul{overflow:hidden;}
.video_list li{float:left;width:31.3%;margin:1%;}
.video_list .caption{ padding: 15px;margin-bottom:20px; box-shadow: 0px 0px 4px rgba(0,0,0,0.3);}
.video_list .caption h5{ margin: 15px auto 0 auto; color: #333; font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.video_list .caption a{ padding-top: 65%; display: block; position: relative;}
.video_list .caption a:after{ content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top:0; z-index: 2; background: url(../images/vv.png) center center no-repeat rgba(0,0,0,0.4);background-size:15%; transition: all 0.3s;}
.video_list .caption:hover a:after{ opacity: 0.4; }
/*生态牧场列表over*/
/*生态牧场详情*/
.box_zk{ Position: relative;}
.box_zk .video-img{ width:100%;Position: relative;}
.box_zk .video-img img{ width:100%;height:auto;}
.box_zk .video-img:after{ content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.4);}
.box_zk .iconfont{ z-index:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor: pointer;width:60px;height:60px;font-size:60px;color:#fff;background: url(../images/vv.png) center center no-repeat rgba(0,0,0,0.4);border-radius:10px;}
.box_zk .iconfont:hover{ Opacity:0.8;}
.box_zk .off{ display:none !important;}
.box_zk .on{ display:block !important;}
.box_zk .video-box{ display:none;position:absolute;top:0;left:0;bottom:0;right:0;}
.box_zk .video-box video{ object-fit:contain;background:#000;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;}
/*生态牧场详情*/

/*生产设备列表*/
.list-scsb {width: 100%;height: auto;overflow: hidden;padding-top: 30px;}
.list-scsb li {width:29%;position: relative;top: 0px;float: left;overflow: hidden;padding: 1rem;transition: all .5s ease;margin:10px;cursor:pointer;}
.list-scsb li .img-cover{position: relative;height: 0px;padding-bottom: 80%;}
.list-scsb li .img-cover img{ position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;border-radius: 5px;}
.list-scsb li .text{margin: 15px 0px 10px;line-height: 22px;font-size: 16px;color: #000;font-weight: bold;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-scsb li figcaption{position: absolute;top: 15px;left: 15px;width: 72%;height: 50%; color: #fff;text-transform: uppercase;font-size: 1.2em;backface-visibility: hidden;padding:14% 10% 10% 10%;text-align: center;display:none;transition: all 0.5s;z-index:3;}
.list-scsb li:hover{top: -10px;box-shadow: rgba(37, 85, 243, 0.2) 0px 3px 18px 2px;}
.list-scsb li:hover::after {content: '';position: absolute;top: 15px;left: 15px;width: 92%;height: 78%;background: rgba(14, 66, 149, .5);opacity: 0;transition: opacity 0.5s ease;border-radius: 5px;}
.list-scsb li:hover::after {opacity: 1;}
.list-scsb li:hover figcaption{display:block;}
/*生产设备列表over*/

/*荣誉资质list*/
.list-honor {margin:20px 0 0 20px;}
.list-honor li {float: left;width: 22%;margin-right: 1%;margin-bottom: 30px;display: block;padding: 10px;box-shadow: 0px 0px 20px 0px #eaeaea;transition: all .5s ease;}
.list-honor li .img-cover {text-align: center;height: 300px;overflow: hidden;}  
.list-honor li .img-cover img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.list-honor li .img-cover .iblock {display: inline-block;height: 100%;width: 0;vertical-align: middle;}
.list-honor li p {font-size: 16px;text-align: center;line-height: 20px;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0;}
.list-honor li:hover .img-cover img {position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;width: 90%;}
/*荣誉资质list over*/

/*专家中心list*/
.teacher{overflow: auto;position: relative;}
.teacher li{float:left;width:21%;position: relative;margin:0.5% 2%;}
.teacher li a{display: block;position: relative;}
.teacher li .touxiang{display: block;margin: 0 auto;border-radius: 8%;position: relative;top: 31px;z-index: 1;width: 55%;max-height: 190px;}	
.teacher li .instr{background:rgba(2, 55, 147, 0.8);border-radius:10px;color: #fff;padding-bottom: 10px;height: auto;padding-top: 30px;position: relative;}
.teacher li .instr .uname{text-align: center;font-size: 20px;font-weight: bold;}
.teacher li .instr .ujs{font-size: 14px;padding: 0 12px;line-height: 22px;text-indent: 2em;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;max-height: 75px;}
/*专家中心 over*/

/*专家中心详情*/
.teacher_detail{border-radius: 10px;box-shadow: 0 0 8px #eee;position: relative;background:rgba(2, 55, 147, 0.8);height: auto;margin:20px auto 50px auto;padding:27px 110px;box-sizing: border-box;overflow: hidden;color:#fff;}
.teacher_detail .touxiang{float:left;border-radius: 100%;width:20%;}
.teacher_detail .instr{float: left;width:73%;margin-left: 3%;padding: 10px;}
.teacher_detail .instr .uname{font-size: 26px;margin:0;display: inline-block;border-bottom: 2px solid #fff;padding: 0 29px 5px 0;}
.teacher_detail .instr .ujs{line-height:1.9;font-size: 14px;}
/*专家中心详情over*/

/*招商中心*/
.zs-center{margin-bottom: 0;overflow:hidden;position:relative;}
.jiameng_title{font-size: 26px;margin: 10px auto;color: #023793;}

/*为什么选择我们*/
.zs-center .whychange{text-align:center;position:relative;overflow:hidden;}
.zs-center .whychange ul li{float: left;width: 21%;padding: 2%;}
.zs-center .whychange ul li .icon{background: #1772F6;width: 90px;height: 90px;border-radius: 100%;margin: 0 auto;position: relative;}
.zs-center .whychange ul li .icon img{top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;position:relative;width: 48% !important;}
.zs-center .whychange ul li h3{font-size: 18px;margin: 10px auto 0 auto;}
.zs-center .whychange ul li p{background: rgba(2,25,147,.6);padding: 10px;color: #fff;max-height: 140px;overflow: hidden;border-radius: 10px;transition: transform 0.3s ease;text-overflow: ellipsis;white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.zs-center .whychange ul li p:hover {transform: translateY(-5px);box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}

/*荣誉资质*/
.zs-center .honor_zz{text-align:center;position:relative;overflow:hidden;margin-bottom: 30px;}
.zs-center .honor_zz .bfzs{font-size: 14px;line-height: 0.1;margin: 0;padding: 0;color: #ccc;font-weight: normal;}
.zs-center .honor_zz .rongyuzz{margin-top: 30px;}
.zs-center .honor_zz .rongyuzz p{margin:0;}
/* 加盟优势区样式 */
.zs-center .advantage {text-align: center;}
.zs-center .advantage .advantage-item {display: inline-block;width: 26.3%;margin: 20px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius: 5px;overflow: hidden;padding: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.zs-center .advantage .advantage-item img {width: 100% !important;height:150px !important;object-fit: cover;}
.zs-center .advantage .advantage-item h3 {margin: 10px 0;}
.zs-center .advantage .advantage-item p{margin:0;}
.zs-center .advantage .advantage-item:hover {transform: translateY(-5px);box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
/*联系我们*/
.zs-center .lianxiwm{text-align:center;position:relative;overflow:hidden;}
/*招商中心over*/


.bg1 {background: url(../images/ys-bg.jpg) no-repeat center / cover;}
.bg2 {background: url(../images/ys-bg2.jpg) no-repeat center / cover;}

.in-ys-tel {display: block;background: url(../images/ys-consult.png) no-repeat left center;line-height: 42px;color: #023793;padding-left: 64px;margin: 30px auto 0;width: 262px;}
.in-ys-tel strong {font-size: 20px;}

.in-ys dl {margin: 0;padding:25px 0;border-bottom: solid 1px #C4C4C4;}
.in-ys dl:last-child {border-bottom: 0;}
.in-ys dt {float: right;width: 500px;}
.index_youshi img{border-top-left-radius: 30%;border-bottom-right-radius: 30%;border-top-right-radius: 1%;border-bottom-left-radius: 1%;}
.in-ys dd {margin: 0 550px 0 0;}
.in-ys dd h4 {padding-bottom: 15px;margin: 0 0 15px;overflow: hidden;}
.in-ys dd h4 i {float: left;font-style: normal;color: #fff;background-color: #023793;width:65px;line-height:65px;text-align: center;border-radius: 50%;font-family: Impact;font-size: 40px;}
.in-ys dd h4 span {display: block;margin-left: 100px;font-size: 32px;line-height: 1;color: #023793;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: 16px 0 0;line-height: 2;color: #666;background: url(../images/ys-icon.png) no-repeat left center;padding-left: 20px;font-size:16px;}
.in-ys dd .text {margin-left: 70px;}
.in-ys dd .last_text {margin-left: 52px;}
.in-ys dd .btn {margin-top: 30px;}
.in-ys dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #023793;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: #023793;}
.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;}

.in-about {margin: 0;}
.in-about dt {float: left;width: 530px;position:relative;}
.in-about .biank:before{content: " ";position: absolute;left: 0;bottom: 0;width: 130px;height: 160px;background: #0e4295;border-radius: 5px;}
.in-about .biank:after{content: " ";position: absolute;top: 0;right: 0;bottom: 0;width: 130px;height: 160px;background: #0e4295;border-radius: 5px;}
.in-about .biank img{box-sizing: border-box;padding: 10px;border-radius: 18px;z-index: 1;position: relative;}
.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: #023793;}
.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: #023793;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.5); width: 100%; height: 100%; 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;}

/*index新闻资讯*/
.in-news {margin-left: -71px;}
.in-news .item {float: left;width:50%;}
.in-news .wrap {border-left: 1px solid #ddd;padding-left: 35px;margin-left: 35px;}
.in-news .tit {margin-bottom: 15px;line-height: 38px;font-weight: bold;font-size: 18px;border-bottom: 1px solid #ececec;}
.in-news .tit .more {float: right;text-transform: uppercase;font-size: 12px;font-weight: normal;}
.in-news .tit strong {color: #023793;margin-left: 10px;font-size: 16px;}
.list-2 {margin-top: 15px;}
.list-2 .item_con{border-bottom: 1px dashed #e5e5e5;height:70px;padding:6px 0;}
.list-2 .item_con:first-child{padding-top: 0;}
.list-2 .item_con a{display: block;}
.list-2 .item_con h3{font-size: 15px;vertical-align: top;color: #333;transition: all .5s;margin:0 0 6px 0;padding: 0;font-weight:normal;}
.list-2 .item_con p{font-size: 13px;line-height: 20px;color: #999;text-align: justify;padding: 0;margin: 0;}
.list-2 .item_con .time{display: block;width: 70px;height: 70px;font-size: 14px;line-height: 22px;margin-right: 20px;color: #fff;background:#023793;text-align: center;border-radius:6px;}
.list-2 .item_con .time b{font-weight: normal;display: block;font-size: 26px;line-height: 42px;}
.list-2 .item_con:hover h3{color: #023793;}
#sideMenu{margin-top: 15px;}
#sideMenu dl {margin-bottom: 10px;}
#sideMenu dl dt {height: 40px;line-height:40px;background: #f2f2f2;cursor: pointer;font-size: 15px;color: #373737;box-sizing: border-box;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#sideMenu dl dt i {border-radius: 4px;display: inline-block;width: 40px;text-align: center;color: #fff;background:#023793;margin-right: 10px;font-style: normal;}
#sideMenu dl dd {font-size: 13px;padding-top:0px;color: #616161;margin-top: 10px;line-height: 25px;height: 75px;overflow: hidden;position: relative;padding-left: 49px;border-bottom: 1px dashed #eee;}
#sideMenu dl dd i {border-radius: 4px;display: block;width:40px;height:40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;background:#14CDC8;position: absolute;left: 0;top: 0px;font-style: normal;}
#sideMenu dl dd a{color:#999;}
#sideMenu dl dd a:hover {color: #008af8}
/*index新闻资讯*/

/*index合作客户*/
.in-case{overflow:hidden;}
.in-case .hzkh li{float:left;width:19%;border: 1px #efefef solid;height:100%;margin:6px;overflow: hidden;box-sizing:border-box;}
.in-case .hzkh li:hover{box-shadow: 0 0 8px rgb(0 0 0 / 20%);}
.in-case .hzkh li img{display:block;width:100%;max-height:100px;margin:0 auto;}
/*index合作客户over*/

.footer {background-color: #333;color: #fff;}
.footer a {color: #fff;}
.footer a:hover {color: #fff;}
.footer-nav {background-color: #023793;color: #fff;margin-bottom: 35px;overflow:hidden;}
.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;}
.footer-logo .foot_tel{line-height: 20px;font-size: 16px;text-align: left;margin:10px 25px 0 25px;}
.footer-logo .tel {background: url(../images/foot-contact.png) no-repeat center;width: 293px;line-height: 61px;text-align: center;color: #fff;margin-top: 10px;font-size: 14px;}
.footer-logo .tel strong {font-size: 20px;display: block;line-height: 1.4;}
.footer-tit {font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.footer-tit small {margin-left: 10px;opacity: 0.6;font-size: 14px;}
.footer-contact {float: left;margin-left: 70px;padding-left: 70px;border-left: 1px solid #515151;padding-right: 70px;border-right: 1px solid #515151;width: 285px;}
.footer-contact p {margin: 10px 0 0;font-size: 14px;line-height: 1.8;}
.footer-ewm {float: right;margin-left: 30px;}
.footer-ewm ul {margin-left: -10px;}
.footer-ewm li {float: left;width: 120px;margin-left: 10px;}
.footer-ewm li p {margin: 10px 0 0;text-align: center;font-size: 12px;}

.banner-sub {height: 450px;position: relative;}
.banner-sub .swiper-slide {background: no-repeat center / cover;}

.section-sub {padding: 40px 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 {width: 100%;overflow:hidden;}
.panel-sd{overflow:hidden;width: 100%;height: auto;text-align:center;}
.panel-sd .tit{font-size:28px;}
.panel-sd .lanmu{display:inline-block;margin:20px auto 30px auto;}
.lanmu li{float:left;}
.lanmu li>a{padding: 8px 35px;display: block;margin: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#fff;background:#606163;font-size:16px;}
.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: url(../images/bg_n_nav.jpg) center no-repeat;}
.lanmu li.active .arr:after {border-color:#fff;}
.lanmu li.open .lanmu-box {display:block;}
.lanmu li.open .arr:after {transform:rotate(225deg);}

.ct2-mn {width: 100%;clear:both;overflow:hidden;}

/*新闻资讯列表*/
.list-5 li {width:100%;}
.list-5 li a {display: block;padding:14px;transition: all .25s;border-radius: 8px;box-shadow: 0px 0px 20px 0px #eaeaea;margin: 14px 14px 20px 14px;position: relative;overflow: hidden;min-height: 94px;}
.list-5 li .news_time{position: absolute;width: 90px;text-align: center;background: #0e4295;overflow: hidden;border-radius: 4px;padding-bottom: 9px;top: 21px;}
.list-5 li .news_time p{font-size: 24px;font-weight: bold;color: #fff;margin: 9px auto;}
.list-5 li .news_time span{font-size: 14px;color: #fff;}
.list-5 li .text{position:relative;padding-left: 110px;}
.list-5 li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;}
.list-5 li .text h4 span {float: right;font-size: 12px;color: #999;font-weight: normal;}
.list-5 li .text p{color: #797979;padding:0;margin:0;line-height:1.9;}
.list-5 li .text .more{padding:2px 10px;color: #fff;background-color: #B6B6B6;right: 0;top:73%;position:absolute;right:9px;}
.list-5 li a:hover .news_time{background:#fff;}
.list-5 li a:hover .news_time p{color:#0e4295;}
.list-5 li a:hover .news_time span{color:#0e4295;}
.list-5 li a:hover{ background:#0e4295;}
.list-5 li a:hover .text h4{color:#fff;}
.list-5 li a:hover .text p{color:#fff;}
.list-5 li a:hover .text .more{background-color: #ffff;color:#0e4295;}
/*新闻资讯列表*/

/*搜索列表*/
.search li {margin: 15px;}
.search li a {display: block;border: 1px solid #ddd;padding:15px 15px 20px 15px;overflow: hidden;border-radius: 5px;}
.search li .text{position:relative;}
.search li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.search li .text p{color: #797979;padding:0;margin:0;line-height:1.9;width: 90%;}
.search li .text .more{padding:4px 10px;color: #fff;background-color: #B6B6B6;right: 0;top:30%;position:absolute;right:0;}
.search li a:hover{ box-shadow: 0px 0px 10px 0px #023793;}
.search li a:hover .text h4{color:#023793;}
.search li a:hover .text .more{background-color: #023793;}
/*搜索列表*/

.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: #023793;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 img {max-width: 100% !important;height: auto !important;width: auto !important;}

/*董事长简介*/
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px;overflow:hidden;}
.yunu-infocontent-body h1 {text-align: center;color: #023793;font-size: 24px;margin-bottom: 35px;}
.yunu-infocontent-body .text_con {font-size: 14px;float: left;width: 60%;text-indent:2em;}
.yunu-infocontent-body .text_con p{line-height:2;margin:0;padding:0;}
.yunu-infocontent-body .text_img {float: right;width: 38%;margin-top: 20px;}
.yunu-infocontent-body .text_img img{max-width: 100%;border-radius: 10px;margin:0 auto;display:block;}
/*董事长简介over*/

/*企业简介*/
.qyjj{height:auto;position:relative;}
.qyjj .about_img{float: left;width: 35%;margin-right: 25px;margin-bottom: 15px;}
.qyjj .about_img img {max-width: 100%;border-radius: 10px;}  
.qyjj .about_wz{font-size: 14px;float: right;width: 62%;text-indent:2em;}
.qyjj .about_wz p{line-height:2;margin:0;padding:0;}
/*企业简介over*/

/*企业文化*/
.qywh{overflow: auto;position: relative;margin-top: 20px;}
.qywh .stree{position: relative;height: 100%;width: calc(48% - 20px);border: 1px solid #154a9a;border-radius: 5px;float: left;margin: 20px;padding: 37px 0 22px 0;}
.qywh .stree .stree-top{padding: 6px 16px;font-size: 20px;position: absolute;font-weight: bold;color: #fff;background-color: #154a9a;left: 50%;top: 0;transform: translate(-50%,-50%);border-radius: 10px;box-shadow: rgb(165, 165, 165) 0.2em 0.2em 0.1em;}
.qywh .stree .stree-center{font-size: 18px;font-weight: 400;color: #1e203c;line-height: 50px;display: block;text-align: center;}
/*企业文化 over*/	

.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 #023793;}
.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: #023793;color: #fff;}

.contact {margin:20px auto;}
.contact ul {width: 33.3%;height: auto;text-align: center;border-right: 1px dashed #cacbcb;box-sizing: border-box;margin-bottom: 40px;font-size: 16px;}
.contact ul .li2 {color: #1c1e20;margin-top: 10px;}
.contact ul .li3 {color: #383a3c;font-weight: bold;margin-top: 3px;line-height: 28px;}
.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;border-radius:5px;}

.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: #023793;}
.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;}


.form_book{width:100%;margin:0 auto;}
.form_book .item{color: #999; font-weight: normal;height: 40px; line-height: 40px; border: 1px solid #e5e5e5; margin-bottom:10px; position: relative;}
.form_book .item label{padding-left:3%;height: 40px;line-height: 40px;font-size: 16px;color: #cccccc;width:16%;float:left;margin-bottom:0;}
.form_book .item input{line-height: 40px; height: 40px; font-size: 16px;width:76%;float:left;color: #333;border:none;padding:0;margin:0;}
.form_book .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.form_book .liuyan{width:100%; height:130px; border: 1px solid #e5e5e5;}
.form_book .liuyan textarea{width:96%;height:89px;line-height:22px;padding:0 10px;font-size: 16px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.form_book .bot{width:100%;}
.form_book .yzm{width:60%;}
.form_book .yzm label{width:25%;padding-right:10px;}
.form_book .yzm input{width:29%;}
.form_book .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;height:35px !important;}
.form_book .sub{margin:0 10px;border-radius:5px;padding:0 20px;line-height:36px;border: 2px solid #023793;background: #023793;color: #FFF;cursor: pointer;font-size: 16px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.form_book .sub:hover{background: none;color: #023793;}


.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:#023793;color:#fff; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages .page-text {text-align: center;padding: 20px 0;font-size: 14px;font-weight: bold;}

@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;}
	#message .m-content .m-message{width:90%;padding:20px;}
		
	.wap-logo{display:block;height:30px;line-height:30px;font-size:18px;font-weight:bold;color:#023793;}	 
    .toolbar{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;}
    .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: #023793}
    .header .nav li.open .arr:after {border-color: #023793;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 .keyword{margin: 5px auto;font-size: 14px;}
    .yunu-showcase-info p {margin-top: 10px;min-height: auto;font-size:14px;}
    .yunu-showcase-info .tel {font-size: 14px;padding-top: 10px;height: auto;text-align: center;}
    .yunu-showcase-info .tel strong {font-size: 18px;}
	.yunu-showcase-info .tel .zxrx ul{font-size:16px;margin-bottom:0;}
	.yunu-showcase-info .tel a{padding: 0 15px;line-height: 30px;margin: 5px 20px;}

    .banner {height: 160px;}

    .yunu-sou {display:none;}
    .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: 100px;margin: 0 3px 6px;line-height: 34px;}
    .in-prod-menu li a:before, .in-prod-menu li a:after {display: none !important;}

    /*内页bannner*/
	.nybanner{display:none;}
	/*内页bannner*/
	
	.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;}
	.list-1 li .text p{margin:0 10px;}

	/*生态牧场list*/
	.video_list li{float:left;width: 98%;margin: 1%;}
	.video_list .caption{margin-bottom:10px;}
	.video_list .caption h5{ margin: 10px auto 0 auto; color: #333; font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.video_list .caption a{ padding-top: 50%; display: block; position: relative;}
	.video_list .caption a:after{ content: '';width: 100%; height: 100%; display: block; position: absolute; left: 0; top:0; z-index: 2; background: url(../images/vv.png) center center no-repeat rgba(0,0,0,0.4);background-size: 15%; transition: all 0.3s;}
	.video_list .caption:hover a:after{ opacity: 0.4; }
	/*生态牧场list over*/
	
	/*董事长简介*/
	.yunu-infocontent-body {line-height: 1;margin-bottom:10px;overflow:hidden;}
	.yunu-infocontent-body h1 {text-align: center;color: #023793;font-size: 16px;margin-bottom: 20px;}
	.yunu-infocontent-body .text_con {font-size: 12px;float: none;width: 100%;text-indent:2em;margin-top: 15px;}
	.yunu-infocontent-body .text_con p{line-height:2;margin:0;padding:0;}
	.yunu-infocontent-body .text_img {float: none;width: 100%;margin-top:0;}
	.yunu-infocontent-body .text_img img{max-width: 100%;border-radius: 10px;margin:0 auto;display:block;}
	/*董事长简介over*/
	
	/*企业简介*/
	.qyjj .about_img{float: none;width:100%;margin-right:0;margin-bottom: 10px;}
	.qyjj .about_img img {max-width: 100%;border-radius: 10px;	}  
	.qyjj .about_wz{font-size: 14px;float: none;width:100%;text-indent:2em;}
	.qyjj .about_wz p{line-height:2;margin:0;padding:0;}
	/*企业简介over*/
	
	/*企业文化*/
	.qywh{margin-top: 10px;}
	.qywh .stree{position: relative;height: 100%;width: calc(100% - 2px);border: 1px solid #154a9a;border-radius: 5px;float: none;margin:20px auto 27px auto;padding: 25px 0 14px 0;}
	.qywh .stree .stree-top{padding: 5px 15px;font-size: 14px;position: absolute;font-weight: bold;color: #fff;background-color: #154a9a;left: 50%;top: 0;transform: translate(-50%,-50%);border-radius: 10px;box-shadow: rgb(165, 165, 165) 0.2em 0.2em 0.1em;}
	.qywh .stree .stree-center{font-size: 12px;font-weight: 400;color: #1e203c;line-height: 30px;display: block;text-align: center;}
	/*企业文化 over*/	
	
	/*生产设备list*/
	.list-scsb {padding-top:0;}
	.list-scsb li {width:46%;padding:0;margin:5px;cursor:pointer;}
	.list-scsb li .text{margin: 10px 0px;line-height: 12px;font-size: 12px;font-weight: normal;}
	.list-scsb li:hover{top: 0;box-shadow:none;}
	.list-scsb li:hover::after {opacity: 0;}
	.list-scsb li:hover figcaption{display:none;}
	/*生产设备over*/
	
	/*荣誉资质list*/
	.list-honor {margin:10px 0 0 10px;}
	.list-honor li {float: left;width: 45%;margin-right: 1%;margin-bottom: 20px;display: block;padding: 5px;box-shadow: 0px 0px 10px 0px #eaeaea;}
	.list-honor li .img-cover {text-align: center;height: 150px;overflow: hidden;}  
	.list-honor li p {font-size: 14px;line-height:20px;padding-bottom: 5px;}
	.list-honor li:hover .img-cover img {position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;width: 90%;}
	/*荣誉资质list over*/
	
	/*专家中心list*/
	.teacher{overflow: auto;position: relative;}
	.teacher li{float:left;width:48%;position: relative;margin:0.5% 1%;}
	.teacher li a{display:block;position: relative;}
	.teacher li .touxiang{display: block;margin: 0 auto;border-radius: 8%;position: relative;top: 31px;z-index: 1;width: 55%;max-height: 110px;}	
	.teacher li .instr{background:rgba(2, 55, 147, 0.8);border-radius:10px;color: #fff;padding-bottom: 10px;height: auto;padding-top: 30px;position: relative;}
	.teacher li .instr .uname{text-align: center;font-size: 14px;font-weight: bold;margin:5px;}
	.teacher li .instr .ujs{font-size: 13px;margin:0 auto;padding: 0 8px;line-height: 20px;text-indent: 2em;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;max-height: 75px;}
	/*专家中心 over*/
	
	/*专家中心详情*/
	.teacher_detail{box-shadow:none;margin:0;padding:0;margin-bottom: 20px;}
	.teacher_detail .touxiang{float:none;width:30%;display:block;margin:30px auto 10px auto;}
	.teacher_detail .instr{float: none;width: 92%;margin-left: 0;padding: 0 4%;}
	.teacher_detail .instr .uname{font-size: 18px;margin:0;display: block;border-bottom: 2px solid #fff;padding: 8px 10px;text-align: center;width: 60%;margin: 0 auto;}
	.teacher_detail .instr .ujs{line-height:1.9;font-size: 12px;text-indent: 2em;}
	/*专家中心详情over*/
	
	/*招商中心*/
	.zs-center{margin-bottom: 0;overflow:hidden;position:relative;}
	.jiameng_title{font-size: 16px;margin: 10px auto;color: #023793;}

	/*为什么选择我们*/
	.zs-center .whychange{text-align:center;position:relative;overflow:hidden;}
	.zs-center .whychange ul li{float: left;width: 46%;padding: 2%;}
	.zs-center .whychange ul li .icon{background: #1772F6;width: 70px;height: 70px;border-radius: 100%;margin: 0 auto;position: relative;}
	.zs-center .whychange ul li .icon img{top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;position:relative;width: 48% !important;}
	.zs-center .whychange ul li h3{font-size: 14px;margin: 10px auto 0 auto;}
	.zs-center .whychange ul li p{padding: 5px;font-size: 12px;line-height: 1.4;max-height: 140px;white-space: normal;-webkit-line-clamp: 6;}
	.zs-center .whychange ul li p:hover {transform: translateY(-5px);box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}

	/*荣誉资质*/
	.zs-center .honor_zz{text-align:center;position:relative;overflow:hidden;margin-bottom: 30px;}
	.zs-center .honor_zz .bfzs{font-size: 14px;line-height: 0.1;margin: 0;padding: 0;color: #ccc;font-weight: normal;}
	.zs-center .honor_zz .rongyuzz{margin-top: 30px;}
	.zs-center .honor_zz .rongyuzz p{margin:0;}
	/* 加盟优势区样式 */
	.zs-center .advantage {text-align: center;}
	.zs-center .advantage .advantage-item {display: inline-block;width: 26.3%;margin: 5px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);border-radius: 5px;overflow: hidden;padding: 5px;transition: transform 0.3s ease, box-shadow 0.3s ease;}
	.zs-center .advantage .advantage-item img {width: 100% !important;height:90px !important;object-fit: cover;}
	.zs-center .advantage .advantage-item h3 {margin: 10px 0;font-size:14px;}
	.zs-center .advantage .advantage-item p{margin:0;min-height: 65px;font-size: 13px;line-height: 1.4;}
	.zs-center .advantage .advantage-item:hover {transform: translateY(-5px);box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
	/*联系我们*/
	.zs-center .lianxiwm{text-align:center;position:relative;overflow:hidden;}
	/*招商中心over*/
	
    .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: 15px 0;}
    .in-ys dt {float: none !important;width: auto;}
    .in-ys dd {margin: 10px 0 0 !important;}
    .in-ys dd h4 {margin-bottom: 1px;padding-bottom:4px;}
    .in-ys dd h4 i {width:36px;line-height:36px;font-size: 20px;padding-bottom: 3px;}
    .in-ys dd h4 span {padding: 2px 0;margin-left: 52px;font-size: 17px;}
	.in-ys dd h4 small{font-size: 10px;margin-top:8px;}
    .in-ys dd .text {margin: 0;}
    .in-ys dd p {line-height: 1.8;margin: 7px 0 0;font-size:13px;}
    .in-ys dd .btn {display:none;}

    .in-ys-list {margin-top: -15px;}
    .in-ys-list li {width: 33.333333%;margin-top: 15px;background: none;}
	.in-ys-list li:nth-child(4){margin-left: 54px;}
    .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 .biank:before{width: 90px;height: 90px;}
	.in-about .biank:after{width: 90px;height: 90px;}

    .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-about-class li .pic {width:100%;}
	.in-about-class li .icon img{width:30px;height:30px;margin: 11px auto 7px;}
	.in-about-class li .icon strong{font-size:14px;}
	.in-about-class li img{width:100%;height:100px;}
	/*首页新闻+技术交流*/
    .in-news {margin-top: -20px;}
    .in-news .item {width: 100%;}
    .in-news .wrap {margin-top: 20px;}
	.list-2 .item_con{height:70px;padding:6px 0;}
	.list-2 .item_con h3{font-size: 13px;margin:0 0 6px 0;padding: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.list-2 .item_con p{font-size: 11px;line-height: 17px;overflow: hidden;white-space: normal;text-overflow: ellipsis;max-height: 34px;}
	.list-2 .item_con .time{width: 50px;height: 60px;font-size: 11px;line-height:6px;margin-right: 9px;border-radius: 4px;}
	.list-2 .item_con .time b{font-size: 13px;line-height: 38px;}
	#sideMenu dl {margin-bottom: 7px;}
	#sideMenu dl dt {height: 30px;line-height:30px;font-size: 13px;}
	#sideMenu dl dt i {width:30px;}
	#sideMenu dl dd {font-size: 11px;line-height: 18px;height: 75px;padding-left: 38px;}
	#sideMenu dl dd i {width:30px;height:30px;line-height:30px;font-size: 13px;}
	/*首页新闻+技术交流*/
	
	/*index合作客户*/
	.in-case .hzkh li{width:32.1%;margin:.1rem;}
	/*index合作客户over*/
	
    .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;}
	.footer-ewm li{width: 30.3%;}
    .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 {width:100%;}
    .list-5 li a {padding: 10px 0;border: 0;margin-left: 0;margin-right: 8px;box-shadow: 0px 0px 10px 0px #eaeaea;margin: 10px;min-height: 72px;}
    .list-5 li .img-center {float: none;width: auto;display: none;}
	.list-5 li .news_time{width: 70px;padding:0 0 8px 0;margin-left: 8px;top: 10px;}
	.list-5 li .news_time p{font-size: 19px;margin: 8px auto;}
    .list-5 li .text {margin: 0;padding-left:84px;}
    .list-5 li .text .more {display: none;}
    .list-5 li .text h4 {line-height: 28px;font-size: 16px;}
    .list-5 li .text p {margin: 4px 0 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 12px;line-height:1.5;}
	
	
	/*搜索列表*/
	.search li {margin: 0;margin-bottom:10px;}
	.search li a {display: block;border: 1px solid #ddd;padding:5px;overflow: hidden;border-radius: 5px;}
	.search li .text{position:relative;}
	.search li .text h4 {margin: 0;line-height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
	.search li .text p{color: #797979;padding:0;margin:0;line-height:1.9;width: 100%;font-size:12px;}
	.search li .text .more{display:none;}
	.search li a:hover{ box-shadow: none;}
	.search li a:hover .text h4{color:#023793;}
	.search li a:hover .text .more{background-color: #023793;}
	
	/*搜索列表*/
    .pages {margin-top: 20px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}
	
	.ab_pages ul a{padding: 5px 7px;}

    .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;}
	.yunu-link h4{font-size:18px;}
	.yunu-link h4 small{font-size:18px;}
	
	.contact ul {width: 100%;border-right: none;box-sizing: border-box;margin-bottom: 20px;font-size: 14px;}
	.contact ul .li1 img{width:35px;height:35px;}
	.contact ul .li2 {margin-top: 3px;}
	.contact ul .li3 {font-weight: bold;margin-top: 3px;line-height: 28px;}
    .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;}
	
	.m-message{width:100%;margin:0 auto;}
	.m-message label{margin-bottom:0;}
	.form_book .item label{font-size: 14px;width: 20%;padding-left: 2%;}
	.m-message label input.inp,.m-message label textarea,.m-message label.code input{width:100%;}
	.form_book .liuyan{width:99%;}
	.m-message .yzm{width:99% !important}
	.form_book .yzm input {width:42%;}
	.btn1-1{padding-left:0;text-align: center;margin-top: 10px;}
	.form_book .sub{float:left;margin:0 9%;}
}


