@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited {}
a:active, a:hover {text-decoration:none;color: #0061ae;}
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex {display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.enarial{ font-family:arial !important; }
.entexttran{ text-transform:uppercase; }
#zyzh{line-height: 96px;}
#zyzh:hover{ color:#0061ae; }
input {border-radius:0;-webkit-appearance:none;appearance:none;background:none;border:0;box-shadow:0 0 0;font-size: 16px;}
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; resize: none; }

.container111 {width: 1200px;}

@media (max-width: 768px){

	#zyzh a{line-height: 64px;}
}

@media (min-width: 1250px){
	.container {width: 1220px;}
}
@media (min-width: 1300px){
	.container {width: 1270px;}
}
@media (min-width: 1350px){
	.container {width: 1320px;}
}
@media (min-width: 1400px){
	.container {width: 1370px;}
}
@media (min-width: 1500px){
	.container {width: 1470px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px !important;padding-right: 10px !important;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
	/* body{padding-bottom: 50px;} */
}

.disnone{ display:none; }

/*头部*/
.head{ width:100%; height:100px; position:fixed; top:0; left:0; z-index:9999; background:#fff;border-bottom: 1px solid #ccc;}
.header_space{ width:100%; height:100px;}
/*头部logo*/
.logo{ float:left; margin-top:20px;}
@media only screen and (max-width: 1200px) {
.logo{ margin-left:3%}
}
@media only screen and (min-width: 415px) {
.logo img{ height:60px!important}
}
@media only screen and (max-width: 414px) {
.head,.header_space{ height:65px!important;}
.logo{ margin-top:12.5px}
.logo img{ height:40px!important}
}
.nav{ float:right;height:100px; position:relative}
#shop { float:right; height:100%; margin-left: 20px; position:relative; }	
#shop i{ display:block; ; float:left; cursor:pointer; font-style:normal}
#shop #head-search{width:45px;height:100%;background:url(../images/icon-search.png) no-repeat center;}
#shop #head-nav{width: 45px;height: 100%;background: url(../images/icon-nav.png) no-repeat center;border:none;margin-top: 0;font-size: 0;}
#shop #m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 42px;width: 24px;}	
#shop #m-head-nav .line{width: 24px;height: 2px;background-color: #1c3b58;position: absolute;left: 0px;top: 7px;}
#shop #m-head-nav .line1{margin-top: -7px;}
#shop #m-head-nav .line3{margin-top: 7px;}
#shop #m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#shop #m-head-nav[data-active="on"] .line2{display: none;}
#shop #m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#shop a{ display:block; width:28px; height:96px; float:left;}
#shop .btn-search{position:absolute; top:30px; right:0px; width:28px; height:28px; background:url(../images/top_search.png) no-repeat center}
#shop .btn-lang {position:absolute;top:30px; right:48px; width:28px; height:28px; background:url(../images/top_tel.png) no-repeat center}
#nav{ float:right;}
#nav>li{float:left;position: relative;}
#nav>li>a{position:relative;z-index:2;display:block;width:100%;height:100%;font-size: 15px;padding: 0 22px;border-left: 1px solid transparent;border-right: 1px solid transparent;line-height: 96px;text-align:center;color:#222;-webkit-transition:color 200ms;transition:color 200ms;}
.nav2{position: absolute;top: 96px;left: 0;margin-left:0;border-top: 4px solid #0782c9;background: #fff;width: 100%;z-index: 999999;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);display: none;}
.nav2li{height: 46px;font-size: 14px;line-height: 46px;border-top: 1px solid #e5e5e5;text-align: center;}
.nav2li:first-child{border:0}
.nav2name{display: block;color: #444444;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2name:hover{background-color: #e5e5e5;color: #444444;}
.nav2right{width: 211px;float: left;padding-left: 20px;padding-bottom: 10px;border-left: 1px solid #eaeaea;}
.nav2right .nav2txt{margin-top: 14px;line-height: 22px;color: #666;}
.nav2right .nav2txt p{max-height: 88px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
#nav>li.on>a, #nav>li:hover>a{color: #0061ae;/* border-left: 1px solid #eee; *//* border-right: 1px solid #eee; *//* font-weight:bold; */border-bottom: 4px solid #0061ae;}
#nav>li:hover>.nav2{display: block;}

@media only screen and (max-width: 1440px) { 
#nav>li>a{padding: 0 18px;font-size: 15px;} 
}

@media only screen and (max-width: 1309px) {
#shop { margin-left:30px; }
#nav>li>a{ padding:0 4px; } 
}



@media only screen and (max-width: 1200px) {
#nav{ display:none}
.nav{ margin-right:3%}
#shop #m-head-nav{ display:block}
}
@media only screen and (max-width: 500px) {
#shop { margin-left:0px; }
}
@media only screen and (max-width: 414px) {
.nav{ height:65px;}
#shop #head-search,
#shop #head-nav{width: 35px;}
#shop #m-head-nav{ margin-top:24.5px; margin-left:10px;}
.mm-nav-box{ top:65px!important;}
}

.padd60{ padding:60px 0; }
.q_search{position:absolute;right:0;top:100px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{padding:25px 20px;}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;border: 1px solid #e0e0e0;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 12px;background: 0;cursor: pointer;border:0;}

/*侧边栏*/
.mask{width:100%;height:100%;background:#000;-webkit-opacity:0.5;opacity:0.5;filter:Alpha(opacity=50);z-index:900;position:fixed;top:0;left:0;display:none;}
.sitemap{width:360px; height:100%; background:#fff;z-index:99999999;position:fixed;right:-100%;top:0; }
.sitemap-con{width:100%; height:100%; overflow-y: scroll;}
.sitemap-head{width:100%;height:100px;padding:0 24px; background:#0061ae;margin-bottom: 10px;}
.sitemap-head h2{font-size: 16px;color:#fff;line-height:100px;float:left;}
.sitemap-head a.sitemap-close{width:46px;height:46px;background:url(../images/close.png) no-repeat center center;float:right;margin-top:27px;}
.sitemap-nav{width:100%;padding:10px 24px;}
.sitemap-nav dl{width:100%; padding:10px 0;margin-bottom:8px;border-bottom:2px #f4f4f4 solid;}
.sitemap-nav dt{font-size:16px;color:#333333; padding-bottom:10px;}
.sitemap-nav dd{float:left;margin:0px 20px 5px 0px;}
.sitemap-nav dd a{font-size:13px;color:#999999;}
.sitemap-nav dd a:hover{ color:#0061ae}
.sitemap-code{ width:100%; padding:10px 24px}
.sitemap-code .text{ padding-left:30px; color: #666; font-size: 13px; line-height:26px; height:26px; background-image: url(../images/icon_wx.png); background-repeat:no-repeat; background-position:center left; background-size:auto 100%; margin-bottom:10px;}
.sitemap-code .code{ width:150px;line-height: 30px;padding-left: 30px;}
.sitemap-yy .text{background-image: url(../images/icon_yy.png);}
.sitemap-al .text{background-image: url(../images/icon_al.png);}
@media only screen and (max-width: 414px) {
.sitemap{ width:100%;}
.sitemap-head{ height:65px}
.sitemap-head h2{ line-height:65px;}
.sitemap-head a.sitemap-close{ width:30px; height:30px; margin-top:17.5px}
}
/*小屏幕导航*/
.mm-nav-box{overflow:hidden;position: fixed;top: 100px;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color: #0061ae;}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#0061ae}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color: #e00000;}
@media only screen and (max-width: 1200px){
.mm-nav-box {display: block;}
}
@media only screen  and (max-width: 800px){
.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media only screen  and (max-width: 600px){
.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
.mm-nav-box .mm-nav .li1{margin: 0 10px;}
.mm-nav-box .mm-wrap .mmlang{display: block;}
}

/* 首页banner */
.banner{width: 100%;height: auto;overflow: hidden;position: relative;z-index: 1;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;height: auto;}
.banner .swiper-pagination{position: absolute;left:0;bottom: 30px;width: 100%;height: auto;z-index: 10;text-align: center;}
.banner .swiper-pagination-bullet{display: inline-block;width: 15px;height: 15px;margin-left: 8px;border-radius: 100%;}
.banner .swiper-pagination-bullet-active{width: 15px;height: 15px;background: #fff;}
.banner .swiper-button-next,
.banner .swiper-button-prev{filter: alpha(opacity=50);opacity: 0.5;width: 24px;height: 43px;top: 50%;margin-top: -13px;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;z-index: 999;}
.banner .swiper-button-prev{left: 50px;background: url(../images/b-prev.png) center center no-repeat;background-size: 100% auto;}
.banner .swiper-button-next{right: 50px;background: url(../images/b-next.png) center center no-repeat;background-size: 100% auto;}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover{width: 24px;height: 43px;filter: alpha(opacity=100);opacity: 1;}
@media screen and (max-width: 600px) {
.banner .swiper-pagination{bottom: 0px;}
.banner .swiper-button-next{right: 10px;}
.banner .swiper-button-prev{left: 10px;}
}
@media screen and (max-width: 450px) {
	.banner .swiper-pagination-bullet{width: 10px;height: 10px;}
}

/* Product */
.m-01 .m-box{max-width: 100%}
.m-1j{padding: 50px 0 70px;position: relative;z-index: 2;}
.m-1j *{transition:all 0.3s ease 0s;display: inline-block;width: 100%;}
.m-bt *{transition:all 0.3s ease 0s;}
.m-bt a{display: block;font-size: 38px;line-height: 45px;color:#0061ae;background: url(../images/icon_tr.png) no-repeat right;width: 190px;margin: 0 auto;font-weight: bold;}
.en .m-01 .m-bt a{width:340px;}
.en #video .m-bt a{width:320px;}
.en #about .m-bt a{width:220px;}
.en #honor .m-bt a{width:370px;}
.en #partner .m-bt a{width:180px;}
.en #news .m-bt a{width:150px;}
.m-bt a:hover{background: url(../images/icon_trx.png) no-repeat right;}
.m-1j ul{width: 100%;margin-top:50px;}
.m-1j ul li{width:20%;padding:0px 5px 0 5px;margin:20px 0 0 0;float: none;position: relative;display: inline-block;vertical-align: top;text-align: center;float: left;font-size: 0;}
.m-1j ul li>div{position: relative;padding: 150px 0 40px;}
.m-1j ul li>div>a{position: absolute;left:0px;top:0px;width: 100%;height: 100%;z-index: 10;}
.m-1j ul li div .m-1j-img{position: absolute;left:0px;bottom:0%;width: 100%;padding:0 20px;margin:0px 0 150px 0;vertical-align: top;z-index: 5;}
.m-1j ul li div .m-1j-img img{width: 100%;height: auto;}
.m-1j ul li div .m-1j-txt{padding:180px 0 50px;background: #e7e7e7;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;overflow: hidden;position: relative;}
.m-1j ul li div .m-1j-txt span{font-size: 20px;line-height: 30px;height: 40px;overflow: hidden;color:#333;padding:0 10px;width: 100%;position: relative;z-index: 2;font-weight: bold;text-overflow: ellipsis;white-space: nowrap;}
.m-1j ul li div .m-1j-txt i{filter:alpha(opacity:0);opacity:0;position: absolute;left:50%;top:50%;width: 397px;height:290px;margin:-145px 0 0 -198px;z-index: 1;}
.m-1j ul li div .m-1j-txt img{width: 100%;height: auto;}
.m-1j ul li div .m-1j-i{position: absolute;left:50%;bottom:0px;z-index:6;margin:0 0 0px -40px;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;width: 80px;height:80px;background: -webkit-linear-gradient(top, #ac1a4a 0%,#600624 100%);
background: -moz-linear-gradient(top, #ac1a4a 0%,#0061ae 100%);
background: -o-linear-gradient(top, #ac1a4a 0%,#0061ae 100%);
background: -ms-linear-gradient(top, #ac1a4a 0%,#0061ae 100%);
background: linear-gradient(top, #ac1a4a 0%,#0061ae 100%);
-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
     -o-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
        box-shadow:0px 3px 3px rgba(0,0,0,0.2);}
.m-1j ul li div .m-1j-i img{width: 100%;height: auto;}
.m-1j ul li div .m-1j-i .m-1img-m{display: block;}
.m-1j ul li div .m-1j-i .m-1img-mm{display: none;}
.m-1j ul li:hover div .m-1j-txt span{color:#fff;}
.m-1j ul li:hover div .m-1j-txt i{filter:alpha(opacity:100);opacity:1;}
.m-1j ul li:hover div .m-1j-i{background: #fff;}
.m-1j ul li:hover div .m-1j-i .m-1img-m{display: none;}
.m-1j ul li:hover div .m-1j-i .m-1img-mm{display: block;}
@media(max-width:1800px){
	.m-1j ul li div .m-1j-txt{padding:170px 0 50px 0}
	.m-1j ul li>div{padding:140px 0 40px 0}
}
@media(max-width:1700px){
	.m-1j ul li div .m-1j-txt{padding:160px 0 50px 0}
	.m-1j ul li>div{padding:130px 0 40px 0}
}
@media(max-width:1600px){
	.m-1j ul li div .m-1j-txt{padding:150px 0 50px 0}
	.m-1j ul li>div{padding:120px 0 40px 0}
}
@media(max-width:1500px){
	.m-1j ul{margin:40px 0 0 0;}
	.m-1j ul li div .m-1j-txt{padding:140px 0 50px 0}
	.m-1j ul li>div{padding:110px 0 40px 0}
}
@media(max-width:1400px){
	.m-1j ul{margin:30px 0 0 0;}
	.m-1j ul li div .m-1j-txt{padding:130px 0 50px 0}
	.m-1j ul li>div{padding:100px 0 40px 0}
}
@media(max-width:1300px){
	.m-1j ul{margin:20px 0 0 0;}
	.m-1j ul li div .m-1j-txt{padding:120px 0 50px 0}
	.m-1j ul li>div{padding:90px 0 40px 0}
}
@media(max-width:1200px){
	.m-1j ul li div .m-1j-txt{padding:110px 0 50px 0}
	.m-1j ul li>div{padding:80px 0 40px 0}
	.m-1j{padding: 50px 0}
}
@media(max-width:1100px){
	.m-1j ul li div .m-1j-txt{padding:100px 0 50px 0}
	.m-1j ul li>div{padding:70px 0 40px 0}
}
@media(max-width:992px){
	.m-1j ul{text-align: center;font-size: 0;}
	.m-1j ul li{margin:10px 0 0;width: 33%;display: inline-block;float: none;}
	.m-1j ul li div .m-1j-txt{padding:160px 0 50px 0}
	.m-1j ul li>div{padding:130px 0 40px 0}
	.m-1j{padding: 40px 0}
}
@media(max-width:900px){
	.m-1j ul li div .m-1j-txt{padding:150px 0 50px 0}
	.m-1j ul li>div{padding:120px 0 40px 0}
}
@media(max-width:850px){
	.m-1j ul li div .m-1j-txt{padding:140px 0 50px 0}
	.m-1j ul li>div{padding:110px 0 40px 0}
}
@media(max-width:800px){
	.m-1j ul li div .m-1j-txt{padding:130px 0 50px 0}
	.m-1j ul li>div{padding:100px 0 40px 0}
}
@media(max-width:768px){
	.m-1j ul li div .m-1j-txt span{font-size: 18px;line-height: 28px;}
	.m-1j ul li{width: 49%;}
	.m-1j{padding: 30px 0}
	.m-1j ul li div .m-1j-txt{padding:170px 0 50px 0}
	.m-1j ul li>div{padding:190px 0 40px 0}
}
@media(max-width:700px){
	.m-1j ul li div .m-1j-txt{padding:160px 0 50px 0}
	.m-1j ul li>div{padding:170px 0 40px 0}
}
@media(max-width:650px){
	.m-1j ul li div .m-1j-txt{padding:150px 0 50px 0}
	.m-1j ul li>div{padding:120px 0 40px 0}
}
@media(max-width:600px){
	.m-1j ul li div .m-1j-txt{padding:140px 0 50px 0}
	.m-1j ul li>div{padding:110px 0 40px 0}
}
@media(max-width:550px){
	.m-1j ul li div .m-1j-txt{padding:130px 0 50px 0}
	.m-1j ul li>div{padding:100px 0 40px 0}
}
@media(max-width:500px){
	.m-1j ul li div .m-1j-txt{padding:110px 0 50px 0}
	.m-1j ul li>div{padding:90px 0 40px 0}
	.m-bt a{font-size: 30px;width: 155px;}
	.en .m-01 .m-bt a{width:270px}
	.en #video .m-bt a{width:260px;}
	.en #about .m-bt a{width:180px;}
	.en #honor .m-bt a{width:300px;}
	.en #partner .m-bt a{width:150px;}
	.en #news .m-bt a{width:120px;}
	
}
@media(max-width:480px){
	.m-1j ul li div .m-1j-txt span{line-height: 24px;}
}
@media(max-width:450px){
	.m-1j ul li div .m-1j-txt{padding:100px 0 50px 0}
	.m-1j ul li>div{padding:80px 0 40px 0}
}
@media(max-width:400px){
	.m-1j ul li div .m-1j-txt{padding:70px 0 50px 0}
	.m-1j ul li>div{padding:80px 0 40px 0}
}
@media(max-width:350px){
	.m-1j ul li div .m-1j-txt{padding:60px 0 50px 0}
	.m-1j ul li>div{padding:70px 0 40px 0}
}
@media(max-width:320px){
	.m-1j ul li div .m-1j-txt{padding:70px 0 50px 0}
	.m-1j ul li>div{padding:60px 0 40px 0}
}

.sy-tit{ padding: 40px 0; }
.sy-tit p{font-size: 32px;/* font-weight: bold; */text-align: center;color: #444;}
.sy-tit p span{ color: #0061ae; }

/* About */
.fudong{ position: relative; }
.fudong h2{position: absolute;background: url(../images/sy-bj10.png) center no-repeat;background-size: 100%;top: -86px;left: 21%;padding: 35px 0; background-size: 100%;}
.fudong h2 p{color: #fff;padding: 0px 120px;font-size: 28px;}
.fudong1{ display: none; }

@media(max-width: 767px){
	.fudong{ display: none;  }
	.fudong1{display: block;background: url(../images/sy-bj10.png) center no-repeat;background-size: 100%;position: absolute;top: -21px;right: 50%;transform: translateX(50%);width: 100%;}
	.fudong1 h2{}
	.fudong1 h2 p{ font-size: 12px; padding: 0 16%; line-height: 90px; color: #fff;}
}

#about{padding: 50px 0 30px;background:url(../images/about-bj.png) center no-repeat;position: relative;}
.sy-about{}
.sy-about .sy-tit{padding: 40px 0;padding-top: 96px;}
.sy-about .sy-tit p{font-size: 32px;/* font-weight: bold; */text-align: center;}
.sy-about .sy-tit p span{ color: #0061ae; }
.sy-about .sy-abnr{width: 56%;display: inline-block;}
.sy-about .sy-abnr p{ font-size: 16px; line-height: 36px;}



.sy-ryzz{ position: relative; padding: 41px 0;}
.sy-ryzz ul{ padding: 0 50px;}
.sy-ryzz .owl-stage-outer{}
.sy-ryzz .owl-stage-outer .owl-stage{}
.sy-ryzz .owl-stage-outer .owl-stage .owl-item{}
.sy-ryzz .owl-stage-outer .owl-stage .owl-item li{}
.sy-ryzz .owl-stage-outer .owl-stage .owl-item li a{}
.sy-ryzz .owl-stage-outer .owl-stage .owl-item li a img{}

.owl-nav{}
.owl-nav .owl-prev{position: absolute;left: 0%;top: 43%;background: url(../images/ryzz2-jt.png) no-repeat;width: 30px;height: 38px;}
.owl-nav .owl-prev i{}
.owl-nav .owl-next{position: absolute;right: 0%;top: 44%;background: url(../images/ryzz1-jt.png) no-repeat;width: 30px;height: 38px;}
.owl-nav .owl-next i{}

@media(max-width: 767px){
	.sy-about .sy-tit p{ font-size:24px; }
	.sy-about .sy-tit{ padding: 20px 0; }
	.sy-about .sy-abnr{width: 100%;display: inline-block; padding:20px;}
	.sy-about .sy-abnr span{ font-size:14px !important; line-height:32px !important; }

	.sy-ryzz{ position: relative; padding: 20px 0;}

	.owl-nav .owl-prev{top:36%;display: none;}
	.owl-nav .owl-next{top:36%;display: none;}
}

/* News */
.news{ background: url(../images/case_top.png) #fff top no-repeat; padding-top:60px; overflow: hidden; position: relative; padding-bottom: 60px;}
.p-top-works__header__bubbleCover__bubble1 {position: absolute;bottom: 0;left: 1vw;height: 400px;/* width: 200px; */transform-origin: bottom left;transform: scale(1) rotate(0);z-index: 5;}
.p-top-works__header__bubbleCover__bubble2 { position: absolute; bottom: 0; right: 5vw; height: 400px; width: 200px; transform: scale(.7) rotateY(180deg) rotate(0); transform-origin: bottom; z-index: 5;}
.p-top-works__header__bubbleCover span { position: absolute; height: 24px; width: 24px; border-radius: 9px; background: rgba(0,97,174,.15); animation-duration: 12s; animation-iteration-count: infinite; animation-timing-function: linear; animation-fill-mode: both;}
.p-top-works__header__bubbleCover .bubble1,
.p-top-works__header__bubbleCover .bubble11,
.p-top-works__header__bubbleCover .bubble5,
.p-top-works__header__bubbleCover .bubble8 { height: 21px; width: 21px; border-radius: 7px;}
.p-top-works__header__bubbleCover .bubble1 { left: 120px; bottom: 25px; animation-name: bubble1;}
.p-top-works__header__bubbleCover .bubble2 { left: 60px; bottom: 20px; animation-name: bubble1; animation-delay: 3s;}
.p-top-works__header__bubbleCover .bubble3 { left: 130px; bottom: 7px; animation-name: bubble1; animation-delay: 6.5s;}
.p-top-works__header__bubbleCover .bubble4 { left: 60px; bottom: -10px; animation-name: bubble1; animation-delay: 8s;}
.p-top-works__header__bubbleCover .bubble5 { left: 90px; bottom: 10px; animation-name: bubble2; animation-delay: .5s;}
.p-top-works__header__bubbleCover .bubble6 { left: 100px; bottom: 0; animation-name: bubble2; animation-delay: 3.7s;}
.p-top-works__header__bubbleCover .bubble7 { left: 73px; bottom: 5px; animation-name: bubble2; animation-delay: 6s;}
.p-top-works__header__bubbleCover .bubble8 { left: 60px; bottom: 30px; animation-name: bubble2; animation-delay: 10.5s;}
.p-top-works__header__bubbleCover .bubble9 { left: 150px; bottom: 0; animation-name: bubble3; animation-delay: 2s;}
.p-top-works__header__bubbleCover .bubble10 { left: 60px; bottom: 25px; animation-name: bubble3; animation-delay: 5s;}
.p-top-works__header__bubbleCover .bubble11 { left: 130px; bottom: 30px; animation-name: bubble3; animation-delay: 8.7s;}
.p-top-works__header__bubbleCover .bubble12 { left: 140px; bottom: 5px; animation-name: bubble1; animation-delay: 10.2s;}
.p-top-works__header__bubbleCover .bubble13 { left: 60px; bottom: 0; animation-name: bubble3; animation-delay: 11s;}
@keyframes bubble1 {
  0% { opacity: 0; transform: translate3d(0,0,0) scale(.3) rotate(40deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96); }
  3% { opacity: 1; transform: translate3d(4px,-8px,0) scale(.6) rotate(-10deg); transition-timing-function: ease-out;  }
  5% { transform: translate3d(6px,-12px,0) scale(.5) rotate(-10deg);  }
  20% { transform: translate3d(10px,-50px,0) scale(.4) rotate(10deg);  }
  40% { transform: translate3d(-5px,-110px,0) scale(.7) rotate(90deg);  }
  60% { transform: translate3d(0,-180px,0) scale(.8) rotate(170deg);  }
  80% { opacity: 1; transform: translate3d(-15px,-260px,0) scale(1) rotate(270deg);  }
  95% { opacity: 1; transform: translate3d(5px,-340px,0) scale(1) rotate(320deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96);  }

  99.9%,
   to { opacity: 0; transform: translate3d(0,-360px,0) scale(1.3) rotate(350deg); }
}
@keyframes bubble2 {
  0% { opacity: 0; transform: translate3d(0,0,0) scale(.3) rotate(40deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96);  }
  3% { opacity: 1; transform: translate3d(2px,-6px,0) scale(.6) rotate(-10deg); transition-timing-function: ease-out; }
  5% { transform: translate3d(4px,-10px,0) scale(.5) rotate(-10deg); }
  20% { transform: translate3d(15px,-40px,0) scale(.7) rotate(10deg); }
  40% { transform: translate3d(5px,-90px,0) scale(.7) rotate(90deg);  }
  60% { transform: translate3d(20px,-150px,0) scale(.8) rotate(170deg);  }
  80% { opacity: 1; transform: translate3d(10px,-220px,0) scale(1) rotate(270deg);}
  95% { opacity: 1; transform: translate3d(25px,-300px,0) scale(1) rotate(320deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96); }
  99.9%,
  to { opacity: 0; transform: translate3d(30px,-330px,0) scale(1.3) rotate(350deg);
  }
}
@keyframes bubble3 {
  0% { opacity: 0; transform: translate3d(0,0,0) scale(.3) rotate(-40deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96); }
  3% { opacity: 1; transform: translate3d(-2px,-6px,0) scale(.6) rotate(-10deg); transition-timing-function: ease-out; }
  5% { transform: translate3d(-4px,-10px,0) scale(.5) rotate(-10deg); }
  20% { transform: translate3d(-15px,-40px,0) scale(.7) rotate(-10deg); }
  40% { transform: translate3d(-5px,-90px,0) scale(.7) rotate(-90deg);  }
  60% { transform: translate3d(-20px,-150px,0) scale(.8) rotate(-170deg);  }
  80% { transform: translate3d(-10px,-220px,0) scale(1) rotate(-270deg);  }
  95% { opacity: 1; transform: translate3d(-25px,-300px,0) scale(1) rotate(-320deg); transition-timing-function: cubic-bezier(.79,.17,.15,.96); }
  99.9%,
  to { opacity: 0; transform: translate3d(-23px,-330px,0) scale(1.3) rotate(-340deg); }
}

.news .news_t {text-align: center; padding-bottom: 50px;}
.news .news_t span{color: #444;background: url(../images/plan_p_bg.png) no-repeat left;display: none;}
.news .news_t h2{line-height: 40px;font-size: 32px;color: #444;padding-top: 5px;letter-spacing: 3px;/* font-weight: bold; */}
.news .news_t h2 em{/* font-weight: bold; */color: #0061ae;}
.news .workMain ul.wlist {overflow: hidden;padding-bottom: 20px;}
.news .workMain ul.wlist li.cur a h3{color: #444;font-size: 22px;font-weight: bold;float: left;}
.news .workMain ul.wlist li a h3{ color: #444; font-size: 18px; font-weight: bold; float: left; text-align: bottom; line-height: 30px; padding-right: 50px;}
.news_more{float: right;width: 120px;height: 34px;border:1px solid #c9c9c9;line-height: 31px;text-align: center;background: url(../images/news_more.png) no-repeat 14px 10px;padding-left: 24px;}
.news_more:hover{ border:1px solid #0061ae; }
.news_more:hover a{color: #0061ae;}
.news .workMain ul.wlist li a h3 em{ font-weight: bold; color: #0061ae;}
.news .news_li{ padding: 0; position: relative;z-index: 6;}
.news .wcont ul li{line-height: 37px;border-bottom: 1px dashed #e2e2e2;padding: 16.4px 0;overflow: hidden;background: url(../images/news_li_bg.png) no-repeat right center;}
.news .wcont ul li:hover em{ background: #0061ae; color: #fff;}
.news .wcont ul li em{width: 110px;display: block;text-align: center;line-height: 34px;border:1px solid #c9c9c9;float: left;font-size: 13px;}
.news .wcont ul li h3{line-height: 37px;color: #444444;font-size: 15px;float: left;padding-left: 50px;}
.news .wcont ul li:hover h3{ padding-left: 50px; color: #0061ae;}


.news-anli{ padding: 0 40px; padding-bottom: 20px;}
.news-anli ul{ padding-top:20px; }
.news-anli .anli-tit{}
.news-anli .anli-tit h2{font-size: 22px;font-weight: bold;color: #333;float: left;line-height: 27px;}
.news-anli .anli-tit h2 em{ color: #0061ae; font-weight: bold;}
.news-anli .anli-tit h2 span{font-weight: normal;font-family: Arial;font-size: 14px;padding-left: 10px;}
.news-anli .news_div_item,.news-anli .divdgweb_new_div_item {position: relative;/* padding: 5px 0; */height: 84px;overflow: hidden;-webkit-transition:0.3s all ease;transition:0.3s all ease;border-bottom:1px #eee dashed;background: url(../images/news_li_bg.png) no-repeat right center;}
.news-anli .divdgweb_new_div_item_date,.news-anli .news_div_item_date {position: absolute;right: 0;top: 124px;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news-anli .divdgweb_new_div_item_date > div,.news-anli .news_div_item_date > div{display: inline-block;color: #ccc;font-size: 14px;font-family: 'arial';font-style: italic;}
.news-anli .news_div_item_title,.news_d .divdgweb_new_div_item_title{position: relative;}
.news-anli .news_div_item_year:after,.news-anli .news_div_item_year::after{ content: '-'; }
.on .news_div_item_year:after,.on .news_div_item_year::after{ content: ''; }
.news-anli .news_div_item_title:after,.news-anli .news_div_item_title::after,.news-anli .divdgweb_new_div_item_title:after,.news-anli .divdgweb_new_div_item_title::after{/* content: '///'; *//* background: #0061ae; *//* color: #0061ae; *//* width: 0px; *//* height: 0px; *//* position: absolute; *//* left: 6px; *//* top: 26px; */}
.on .news_div_item_title:after,.on .news_div_item_title::after, .on .divdgweb_new_div_item_title:after, .on .divdgweb_new_div_item_title::after{ content: ''; display: none; }
.news-anli .news_div_item_title .news_div_item_a,.news-anli .divdgweb_new_div_item_title .divdgweb_new_div_item_a {font-size: 16px;color: #444;/* padding-left: 30px; */display: block;line-height: 84px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news-anli .divdgweb_new_div, .news_row2 .news_div { padding: 15px 0px; height: 330px; }
.news-anli .news_div_item_pic,.news-anli .news_div_item_body,.news-anli .divdgweb_new_div_item_body{ -webkit-transition:0.3s all ease; transition: 0.3s all ease; }
.news-anli .news_div_item_pic{margin-top: 2px;}
.news_div_item_month a{ font-size:14px; }
.news-anli .news_div_item_pic a,.news-anli .news_div_item_pic a img{display: block;width: 250px;height: auto;float: left;}
.news-anli .news_div_item_pic a img{/* border: 1px solid #ccc; *//* padding:  2px; */width: 100%;}
.news_div_item.on, .divdgweb_new_div_item.on {height: auto;/* border-bottom: 1px #ccc solid; *//* padding: 0 0 20px; */width: 100%;background: #f5f5f5;}
.news-anli .news_div_item_body,.news-anli .divdgweb_new_div_item_body {line-height: 24px;color: #767676;font-size: 14px;text-align: justify;position: absolute;right: 0;top: 80px;width: 282px;/* letter-spacing: 0.4px; */display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}
.on .news_div_item_body{top: 54px;padding: 0 22px;}
.on .divdgweb_new_div_item_date, .on .news_div_item_date {bottom: 20px;right: 189px;}
.on .news_div_item_title .news_div_item_a, .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a {position: absolute;left: 282px;width: 256px;overflow: hidden;top: 28px;line-height: 24px;font-size: 16px;font-weight: bold;text-decoration:  none;}
.on .divdgweb_new_div_item_date > div, .on .news_div_item_date > div {font-weight: normal;color: #0061ae;font-size: 16px;line-height: 24px;font-style: normal;padding-right: 14px;background: url(../images/news_li_bg.png) no-repeat right center;}
.on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year,.on .news_div_item_date > .news_div_item_year{font-size: 12px;display: block;font-weight: 100;line-height: 20px;text-indent: 3px;}

.mnews-anli{ display: none;  }
.mnews-anli .news_div_item,.mnews-anli .divdgweb_new_div_item {position: relative;padding: 5px 0;height: 75px;overflow: hidden;-webkit-transition:0.3s all ease;transition:0.3s all ease;border-bottom:1px #eee dashed;background: url(../images/news_li_bg.png) no-repeat right center;}
.mnews-anli .divdgweb_new_div_item_date,.mnews-anli .news_div_item_date {position: absolute;right: 0;top: 136px;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.mnews-anli .divdgweb_new_div_item_date > div,.mnews-anli .news_div_item_date > div{display: inline-block;color: #ccc;font-size: 14px;font-family: 'arial';font-style: italic;}
.mnews-anli .news_div_item_title,.news_d .divdgweb_new_div_item_title{position: relative;}
.mnews-anli .news_div_item_year:after,.mnews-anli .news_div_item_year::after{ content: '-'; }
.on .news_div_item_year:after,.on .news_div_item_year::after{ content: ''; }
.mnews-anli .news_div_item_title:after,.mnews-anli .news_div_item_title::after,.mnews-anli .divdgweb_new_div_item_title:after,.mnews-anli .divdgweb_new_div_item_title::after{/* content: '///'; *//* background: #0061ae; *//* color: #0061ae; *//* width: 0px; *//* height: 0px; *//* position: absolute; *//* left: 6px; *//* top: 26px; */}
.on .news_div_item_title:after,.on .news_div_item_title::after, .on .divdgweb_new_div_item_title:after, .on .divdgweb_new_div_item_title::after{ content: ''; display: none; }
.mnews-anli .news_div_item_title .news_div_item_a,.mnews-anli .divdgweb_new_div_item_title .divdgweb_new_div_item_a {font-size: 16px;color: #444;/* padding-left: 30px; */display: block;line-height: 72px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.mnews-anli .divdgweb_new_div, .news_row2 .news_div { padding: 15px 0px; height: 330px; }
.mnews-anli .news_div_item_pic,.mnews-anli .news_div_item_body,.mnews-anli .divdgweb_new_div_item_body{ -webkit-transition:0.3s all ease; transition: 0.3s all ease; }
.mnews-anli .news_div_item_pic{margin-top: 15px;}
.mnews-anli .news_div_item_pic a,.mnews-anli .news_div_item_pic a img{display: block;width: 220px;height: auto;float: left;}
.mnews-anli .news_div_item_pic a img{border: 1px solid #ccc;padding:  2px;width: 100%;}
.mnews_div_item.on, .divdgweb_new_div_item.on {height: auto;border-bottom: 1px #ccc solid;padding: 0 0 20px;width: 100%;background: none;}
.mnews-anli .news_div_item_body,.mnews-anli .divdgweb_new_div_item_body {line-height: 24px;color: #767676;font-size: 13px;text-align: justify;position: absolute;right: 0;top: 80px;width: 382px;letter-spacing: 0.4px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}


/*新闻*/

@media(max-width: 1440px){
 .on .news_div_item_title .news_div_item_a, .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a{width:220px;left: 240px;font-size: 15px;top: 20px;line-height: 20px;}
 .news-anli .news_div_item_body, .news-anli .divdgweb_new_div_item_body {width: 240px;font-size: 12px;line-height: 18px;top: 70px;}	
 .on .news_div_item_body {top: 46px;padding: 0 14px;}
 .on .divdgweb_new_div_item_date, .on .news_div_item_date {right: 144px;top: 108px;}
 .news-anli .news_div_item_pic a, .news-anli .news_div_item_pic a img { width:220px; }
 .on .divdgweb_new_div_item_date > div, .on .news_div_item_date > div { font-size:14px; }
 .padding50 { padding: 0 40px;}
 .news .wcont ul li{
    padding: 13px 0;
}
}

@media(max-width: 767px){

	.news .news_t span{ display:block; }
	.mnews-anli .news_div_item_title .news_div_item_a,.mnews-anli .divdgweb_new_div_item_title .divdgweb_new_div_item_a { line-height:60px; }
	.news .news_li{ padding-bottom:20px; }
	.news .news_t {text-align: center; padding-bottom: 30px;}
	.news .news_t h2{line-height: 40px;font-size: 24px;color: #000;padding-top: 5px;letter-spacing: 3px;font-weight: bold;}
	.news .workMain ul.wlist li.cur a h3{color: #444;font-size: 20px;font-weight: bold;}
	.news .workMain ul.wlist li a h3{ color: #444; font-size: 16px; font-weight: bold; float: left; text-align: bottom; line-height: 30px; padding-right: 20px;}
	.news_more{float: right;width: 86px;height: 35px;border:1px solid #c9c9c9;line-height: 35px;text-align: center;background: url(../images/news_more.png) no-repeat 17px 12px;padding-left: 0;display: none;}
	.news .wcont ul li em{ width: 88px; font-size: 12px; display: block; text-align: center; line-height: 35px; border:1px solid #c9c9c9; float: left;}
	.news .wcont ul li h3{ line-height: 37px; color: #444444; font-size: 14px; float: left; padding-left: 10px; width: calc(100% - 96px); white-space : nowrap; overflow: hidden; text-overflow:ellipsis; }
	.news .wcont ul li{ line-height: 35px; border-bottom: 1px dashed #e2e2e2; padding: 10px 0; overflow: hidden; background: url(../images/news_li_bg.png) no-repeat right center;}

	.news-anli { display: none; padding-top:40px;padding-left: 0px;padding-right: 0px;}
	.mnews-anli{ display: block;  }
	.mnews-anli img{ width:100%; }
	.mnews-anli .news_div_item{margin-bottom: 0px;}
	.mnews-anli .news_div_item .news_div_item_month{ display:none; }
}


#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #0061ae;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #0061ae;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

.online_section{position:fixed;z-index:99999999999;top:200px;right:-200px;transition:all .3s ease;}
.online_section ul li{ list-style:none;width:240px;height:40px;color:#fff; padding-left:40px; margin-bottom:3px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:40px; font-size:14px;position: relative;background: -webkit-linear-gradient(top, #078acf 0%,#0561b1 100%);
background: -moz-linear-gradient(top, #078acf 0%,#0561b1  100%);
background: -o-linear-gradient(top, #078acf 0%,#0561b1  100%);
background: -ms-linear-gradient(top, #078acf 0%,#0561b1  100%);
background: linear-gradient(top, #078acf 0%,#0561b1  100%);}
.online_section ul li:nth-child(even){background: -webkit-linear-gradient(top, #9fe47c 0%,#42b140 100%);
background: -moz-linear-gradient(top, #9fe47c 0%,#42b140  100%);
background: -o-linear-gradient(top, #9fe47c 0%,#42b140  100%);
background: -ms-linear-gradient(top, #9fe47c 0%,#42b140  100%);
background: linear-gradient(top, #9fe47c 0%,#42b140  100%);}
.online_section ul li a{ line-height:40px; font-size:14px; color:#fff;transition:all 0.3s ease 0s;}
.online_section ul li i{width:40px;height: 40px;position: absolute;left:0px;top:0px;z-index: 2;}
.online_section .online_tel i{background: url(../images/online_t.png) no-repeat;}
.online_section .online_email i{background: url(../images/online_e.png) no-repeat;}
.online_section .online_whatsapp i{background: url(../images/online_w.png) no-repeat;}
.online_section .online_skype i{background: url(../images/online_s.png) no-repeat;}
.online_section .online_wechat i{background: url(../images/online_h.png) no-repeat;}
.online_section .online_coad i{background: url(../images/online_c.png) no-repeat; padding:0px;}
.online_section .online_coad p{ padding-left:50px; font-family:'latoB'; font-size:14px;}
.online_section .online_coad img{width: 100%;height: auto;}
.online_coad .img{ max-width:200px; padding:10px 30px; margin:0 auto; padding-top:0px;}

.online_section ul:hover li{color:#fff;}
.online_section ul:hover li a{color:#fff;}
.online_section ul:hover li:nth-child(even){}
.online_section ul li a:hover{color:#fff;text-decoration: underline;}
.online_section ul:hover li.online_tel i{background: url(../images/online_t.png) no-repeat;}
.online_section ul:hover li.online_email i{background: url(../images/online_e.png) no-repeat;}
.online_section ul:hover li.online_whatsapp i{background: url(../images/online_w.png) no-repeat;}
.online_section ul:hover li.online_skype i{background: url(../images/online_s.png) no-repeat;}
.online_section ul:hover li.online_wechat i{background: url(../images/online_h.png) no-repeat;}
.online_section ul:hover li.online_coad i{background: url(../images/online_c.png) no-repeat; padding:0px;}

@media only screen and (max-width: 768px) {.online_section{display:none;}}

/* 内页样式 */
#ZoomBox{background: #fff;}
.nybg{background: #F5F5F5;}
.bsbg{background: #FFFFFF;}

#nynav{padding: 0px 0;border-bottom: 1px solid #ddd;padding-top: 5px;}
.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #0061ae;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top: 14px;padding-bottom: 15px;float: right;color: #444;}
.crumbs a{color: #444;}
.crumbs a:hover{color: #0061ae;}

#sidebar{float: left;}
#sidebar li{display: inline-block;padding: 0 0px;}
#sidebar li a{display:block;height: 55px;line-height: 55px;text-align: center;padding: 0px 14px;color: #444;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sidebar li:hover a, #sidebar li.cur a{color: #fff;/* border-bottom: 3px solid #0061ae; */background: #0061ae;}
@media (max-width: 767px) {
	.w100{width: 100%;float: left;}
	.w50{width: 50%;float: left;}
	.w33{width: 33.33%;float: left;}
	.w25{width: 25%;float: left;}
	#nynav{padding: 0;background: #f3f3f3;}
	#sidebar{float: none;}
	#sidebar li{padding: 0;}
}

.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}

.nyjc{}
.nyjc-til{padding:10px;border-radius: 10px 10px 0 0;color:#fff;background: #0061ae;}
.nyjc-til p{font-size: 24px;padding-left:40px;background:url(../images/fen-bt.png) no-repeat left;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}

.nyrepro-til{padding:10px;border-bottom:1px solid #e5e5e5;}
.nyrepro-til p{font-size:24px;line-height:30px;padding-left:40px;background:url(../images/fen-re.png) no-repeat left;}
.nyrepro ul{background: #fff;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li p{margin-top: 32px;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}


#sidebar1{padding:5px 10px;background: #fff;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #0061ae;color: #fff;}
#sidebar1 dt{/* margin-top: 10px; */font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;border-bottom:1px dashed #e5e5e5;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #333;display: block;font-size: 16px;padding-left: 20px;background: url(../images/pro-xlm2.png) 0px no-repeat;display: inline-block;}
#sidebar1 dt.cur, #sidebar1 dt:hover{ color: #0061ae;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#0061ae;font-size: 17px;font-weight:bold;background: url(../images/pro-xlm3.png) 0px no-repeat;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #666;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#0061ae;}


.nyprolist{padding: 30px 0;}
.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#0061ae;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{background: #0061ae;color:#fff;}

@media (max-width: 1366px) {

	.nyrepro ul li p{margin-top: 20px;}
}

@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
	
}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.pro-ico{/* display: flex; */margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{text-align: center;margin-top: 5px;}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #600624;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 13px;text-align: left;}
	.nyprolist .pro-ico p{font-size: 13px;text-align: left;padding-left: 40px;margin-top: 0;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;border: 1px solid #cccc;line-height: 30px;margin-bottom: 6px;background: url(../images/pro-xlm1.png) 20px no-repeat;}
	.pro-icoimg{width: 100%;}
	.nyprolist .pro-ico a{ float:left; width:48%; margin-left:1%; margin-right:1%;  }
}

.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-p{padding-bottom:20px;}
.showpro-p h1{font-size:20px;line-height:30px;color:#222;margin-bottom:15px;font-weight:bold;text-transform: capitalize;}
.showpro-p h4{color:#808080;font-size:14px;line-height:24px;}
.showpro-p ul{margin-top:15px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:5px 0;}
.showpro-p ul li{margin:10px 0;vertical-align:middle;text-transform:capitalize;color:#808080;}
.showpro-p ul li p{display: inline-block;margin-right: 5px;color: #444;font-size: 16px;vertical-align: middle;padding-bottom: 3px;}
.showpro-rem>p{color:#0061ae;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem>h2{ display: inline-flex; margin-top: 10px; border: 1px solid #ccc; padding-left: 10px;}
.showpro-rem>h2 a{  /* border: 1px solid #ccc; */ padding: 6px 20px; padding-left: 38px; font-size: 24px; font-weight: bold; background: url(../images/pro-mico2.png) no-repeat left;}
.showpro-rem ul{padding:10px;border:2px solid #ccc;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #0061ae}

.showpro-con{margin-top: 60px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #0061ae;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;}

@media (max-width: 767px) {
	.showpro-right{margin-top: 10px;}
}
@media (max-width: 450px) {
	.showpro-con ul{display: flex}
	.showpro-con ul li{flex:1;padding:0;font-size: 14px;}
	.showpro-details{font-size: 14px;}
	.showpro-details td{padding:5px;}
}

#nyimg{padding-top: 35px;padding-bottom: 100px;}
.nyimg-ul{overflow: hidden;}
.nyimg-ul li{margin-bottom: 30px;padding: 0 10px;}
.nyimg-ul li .nyimg-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;}
.nyimg-ul li .nyimg-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a{background: #0061ae;color: #fff;}
.nyvideo-ul{overflow: hidden;}
.nyvideo-ul li{margin-bottom: 30px;padding: 0 10px;}
.nyvideo-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyvideo-div a{display: block;overflow: hidden;}
.nyvideo-div img{margin:0 auto;}
.nyvideo-img{position: relative;overflow: hidden;}
.nyvideo-pbg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.control{width: 70px;height: 70px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-size: 100%;}
.video_hidden{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{position: absolute;top: 1rem;right: 1rem;}
.video_hidden i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 40%;max-height: 80%;transform: translate(-50%,-50%);}
@media (max-width:767px){
	.control{width: 40px;height: 40px;}
	.ivideo{width: 95%;}
}
.nyvideo-ul li .nyvideo-a{padding: 0 0px;margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyvideo-ul li:hover .nyvideo-a{background: #0061ae;color: #fff;}
.nyvideo-ul li:hover .nyvideo-pbg{background: rgba(0,0,0,0.6);}
.nyvideo-ul li:hover .control{background: url(../images/play.png) no-repeat center;background-size: 100%;}

.nypower-ul li p{line-height:30px;padding:0 8px;text-align:center;}

.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;top: 50%;width: 30px;text-align: center;padding: 5px;background: #0061ae;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #0061ae;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 16px;line-height: 30px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 7px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

#objimg{}
.obj-img{position: relative;}
.obj-img::before{content: '';position: absolute;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.5);}
.obj-img h1, .obj-img p{text-shadow: 0 0 2px #000;-webkit-animation-duration: 1s;animation-duration: 1s;-o-animation-duration: 1s;-ms-animation-duration: 1s;-moz-animation-duration: 1s;-webkit-animation-fill-mode: both;-o-animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-webkit-animation-name: bannerH2;animation-name: bannerH2;-o-animation-name: bannerH2;-ms-animation-name: bannerH2;-moz-animation-name: bannerH2;opacity: 0;}
.obj-img h1{color: #fff;position: relative;margin-bottom: 20px;font-size: 36px; -webkit-animation-delay: 0.3s;animation-delay: 0.3s;-o-animation-delay: 0.3s;-ms-animation-delay: 0.3s;-moz-animation-delay: 0.3s;}
.obj-img p{color: #fff;position: relative;font-size: 18px;line-height:30px;letter-spacing:2px;-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-o-animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.obj-con{padding-top: 15%;padding-bottom: 15%;}
@media (max-width:500px) {
	.obj-img h1{font-size: 20px;}
	.obj-img p{font-size: 14px;line-height:23px;letter-spacing:1px;}
}
@-webkit-keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px); }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}
@keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px);  }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}


.nav-height{ position:relative;}
.click-me {width: 150px;height: 30px; background: #0061ae;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}



.objbg{background: url(../images/dyna_bj.png) no-repeat;}
.nyobj-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyobj-bor{border: 1px solid #ddd;overflow: hidden;}
.nyobj-img img{width: 100%;}
.nyobj-a{font-size: 26px;color: #353535;font-weight: bold;}
.nyobj-txt{margin-top: 30px;padding: 0 40px;}
.nyobj-txt p{font-size: 15px;color: #666;border-top: 1px solid #ddd;padding-top: 20px;margin-top: 10px;line-height: 25px;height: 120px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.nyobj-a:hover{color: #0061ae;}
.nyobj-more{margin-top: 30px;}
.nyobj-more a{display: inline-block;background: #ad8149;padding: 8px 20px;color: #fff;border-radius: 5px;-o-transition: all .35s;-moz-transition: all .35s;-webkit-transition: all .35s;-ms-transition: all .35s;transition: all .35s;}
.nyobj-more a+a{margin-left: 20px;}
.nyobj-more a.on{background: #0061ae;}
@media (max-width:767px){
	.objbg{background-image:none;}
	.nyobj-ul li{    border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 15px;}
	.nyobj-bor{border:none;}
	.nyobj-txt{margin-top:0px;}
	.nyobj-a{font-size:20px;}
	.nyobj-txt p{border:0;-webkit-line-clamp: 3;height: 75px;padding-top:0;font-size:14px;}
	.nyobj-more{margin-top:15px;}
	.nyobj-more a{padding:5px 10px}
}
#showimg{padding: 15px 10px;}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img video{ width:100% }
.showimg-img img{max-width: 100%;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;}
.showimg-con img{max-width: 100%;}
.showimg-page{padding-top: 30px;overflow: hidden;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	#nyimg{padding-top: 15px;padding-bottom: 15px;}
	.nyimg-ul li{margin-bottom: 20px;}
	.showimg-top h2{ font-size:16px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{padding:0;font-size:14px !important;}
	.page-header{margin-bottom: 0;}
	.page-header h3{font-size:20px;margin:0;}
	.xgred li{padding: 0}
}

#nynew{padding-top: 35px;padding-bottom: 35px;}
#nynew .container>div[class^="col-"]{padding: 0 10px;}
#nynew .container>div:first-child{border-right: 1px solid #eee;}
.nynews-ul{overflow: hidden;}
.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #ddd;}
.nynews-ul li.nynews-li:nth-of-type(even) .nynews-img{/*float: right;*/}
.nynews-img{}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-img a:hover{border: 1px solid #0061ae;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;}
.nynews-date span{float: left;margin-right:20px;color: #999;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con h3{font-size: 18px;font-weight: 400;text-transform: uppercase;line-height: 32px;letter-spacing: 1px;margin-top: 0px;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media (max-width:991px) {
	#nynew .container>div:first-child{border: 0;}
	.nynews-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nynew{padding-top: 15px;padding-bottom: 15px;}
	.nynews-con h3{ font-size:16px; font-weight:bold}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;height: 69px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{text-decoration: none;color: #ffffff;font-size: 15px;padding: 7px;background: #0061ae;width: 120px;display: block;float:right;text-align: center;letter-spacing: 1px;font-weight: 600;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nynews-con a.nynews-more:hover{background: #000;color: #fff;}

.hotpros{padding:0 10px;margin-bottom: 20px;}
.hotpros p{font-size: 16px;color: #0061ae;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.hotpros a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotpros a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #0061ae;}

.hotnews{padding:0 10px;}
.hotnews p{font-size: 16px;color: #0061ae;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #0061ae;}

#shownews{padding:0px 10px; min-height: 720px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 20px;padding-top: 40px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 28px;padding-bottom: 10px;}
.shownews-top span{margin-right: 10px;}
.shownews-top span{font-size: 14px;color: #a3afb7;}
.shownews-img{margin-top: 25px; text-align:center}
.shownews-img img{max-width: 100%;}
.shownews-con{line-height: 2;color: #333;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 42px;border-bottom: 1px solid #F0F2F5;}
.shownews-con p{margin-bottom:10px;}
.shownews-con img{max-width: 100%;}
.shownews-con a:hover{text-decoration:underline;}
.shownews-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:991px) {
	#shownews .container>div:first-child{border:0;}
	.sdsd{padding: 0px;}
}
@media (max-width:767px){
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
}

#pageshow {padding: 20px 10px;}
.show-dateil{font-size: 16px;line-height: 2;padding: 10px;}
.show-dateil p{margin-bottom: 10px;}
.show-dateil img{max-width: 100%;}
.show-dateil #dituContent img{ max-width:none; }
.showmap img{max-width: none;}
@media (max-width:767px){
	.show-dateil{padding: 0;}
	.show-dateil,.show-dateil *{font-size:14px !important}
	.show-dateil h2 span{font-size: 24px !important;}
	#dituContent{height: 400px !important}
}

/* 下载中心 */
#downloadlist{}
#downloadlist .metlist{ margin-bottom:20px;}
#downloadlist dl.top dt a{ color:#f00;}
#downloadlist .metlist dt{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; padding:3px 5px 3px 20px; background:url(../images/dt-9.gif) no-repeat 5px 9px;}
#downloadlist .metlist dd{ color:#999; padding:5px 8px; background:#f8f8f8;}
#downloadlist .metlist dd b{ font-weight:normal;}
#downloadlist .metlist dd div{ float:right;}
#downloadlist .metlist dd span{ padding-right:20px;}
#downloadlist .metlist dd a{ color:#1C57C4; text-decoration:underline;}
#downloadlist .metlist dd a.down{ color:#fa1a1a; text-decoration:underline;}
#showdownload{}
#showdownload h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showdownload .paralist{ background:#f6f6f6; padding:5px 10px;}
#showdownload .paralist li{ padding:3px 5px 3px 0px; margin:5px 0px; border-bottom:1px solid #eee;}
#showdownload .paralist li a{ color:#f00; text-decoration:underline;}
#showdownload .paralist li span{ float:left; padding:0px 10px; margin-right:5px; text-align:left; }
#showdownload .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#showdownload .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }

/* 标签 */
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}

/*推荐新闻*/
.xgred{overflow: hidden;}
.xgred .xgred-con{line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden;}
.xgred .xgred-con a{font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xgred .xgred-con em{float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px;}
.xgred .xgred-con a:hover{color: #0061ae}

/*全站搜索*/
#searchlist{}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}

/* 内页banner */
.nybanner{color: #fff;text-shadow: 4px 1px 8px #000;}
.nybanner>div{background-position: top center;background-repeat: no-repeat;background-size: cover;}
.nybanner p{font-size: 50px;overflow: hidden;font-weight: bold;line-height: 70px;margin-bottom:10px;}
.nybanner span{font-size: 20px;letter-spacing: 2px;}
@media (max-width: 991px){
	.nybanner>div{height: 400px !important;}
}
@media (max-width: 767px){
	.nybanner p{font-size: 35px;line-height: 50px;}
	.nybanner span{font-size: 18px;}
	.nybanner>div{height: 300px !important;}
}
@media (max-width: 560px){
	.nybanner p{font-size: 30px;line-height: 45px;}
	.nybanner span{font-size: 16px;}
	.nybanner>div{height: 250px !important;}
}
@media (max-width: 420px){
	.nybanner p{font-size: 24px;line-height: 30px;}
	.nybanner span{font-size: 14px;}
	.nybanner>div{height: 200px !important;}
}
@media (max-width: 374px){
	.nybanner p{font-size: 20px;line-height: 25px;}
	.nybanner span{font-size: 12px;}
}

.block-shadow {height: 290px;-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 30px;display: inline-block;font-size:0;text-align: center;}
.show-dateil .icon-sm i{font-size: 30px !important;line-height: 30px;}
.icon-content{overflow: hidden;}
.show-dateil .icon-content h5{font-family: 'Roboto',sans-serif;font-weight: 600;font-size: 22px !important;line-height: 22px;color: #1a1a1a;margin-top: 10px;margin-bottom: 40px;}
.icon-content p{margin-bottom: 10px;}
@media (max-width: 767px){
	.block-shadow {height: 210px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{margin: 10px 0;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0061ae; display: inline-block; }
.metpager_5 a:hover { border:1px solid #0061ae; color:#fff; background-color:#0061ae;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current {padding:2px 8px 2px 8px;margin:2px;color: #0061ae;text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}


/* 搜索Search */
#search{border-bottom: 1px solid #ddd;}
.search-left{line-height: 20px;padding: 30px 0;overflow: hidden;}
.search-left>span{display: block;float: left;color: #0061ae;font-size: 18px;margin-right: 10px;}
.search-left p{color: #666;float: left;}
.search-left p a{color: #666;margin: 0 3px;}
.search-left p a:hover{color: #0461b2;}
.search-right{padding: 0;overflow: hidden;}
.search-post{float: left;padding: 21px 0 21px 188px;width: calc(100% - 265px);}
.search-post form{overflow: hidden;border: 1px solid #e5e5e5;border-radius: 18px;border-right: none;}
#input1{float: left;padding-left: 25px;padding-right: 10px;line-height: 36px;width: calc(100% - 36px);}
.search-post .s_bt{float: left;width: 36px;height: 36px;border-radius: 50%;background: url(../images/icon-search.png) no-repeat center #313131;text-indent: -9999999999999px;}
.search-tel{color: #222;background: url(../images/playm.png) no-repeat left;padding: 16px 0 16px 57px;float: right;}
.search-tel p{font-size: 16px;}
.search-tel span{font-size: 26px;font-weight: bold;line-height: 22px;}
@media only screen  and (max-width: 1359px){
	.search-post{padding: 38px 0 38px 100px;}
	.search-tel{padding: 33px 0 33px 57px;}
}
@media only screen  and (max-width: 1199px){
	.search-left>span{display: none;}
	.search-left p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
	.search-post{padding: 28px 0 28px 15px;}
	.search-tel{padding: 23px 0 23px 57px;}
}
@media only screen  and (max-width: 991px){
	.search-left{padding: 15px 0;}
	.search-left p{text-align: center;}
	.search-post{padding: 10px 0;}
	.search-tel{padding: 5px 0 5px 55px;}
}
@media only screen  and (max-width: 767px){
	.search-left p{text-align: left;}
}
@media only screen  and (max-width: 500px){
	#search{padding: 5px 0;}
	.search-tel{background: none;padding: 5px 0;}
	.search-tel span{font-size: 18px;}
	.search-left{padding: 5px 0;}
	.search-post{width: calc(100% - 170px);}
}
@media only screen  and (max-width: 390px){
	.search-post{padding: 7px 0;width: calc(100% - 130px);}
	.search-tel p{font-size: 14px;}
	.search-tel span{font-size: 16px;}
}


/*第一栏*/
.diyilan{padding: 42px 0;}
.diyilan ul{}
.diyilan ul li{float: left;}
.diyilan .xddw{position: relative;}
.diyilan .zhengmian{}
.diyilan .zhengmian img{ width:100%; }
.diyilan .zhengmian p{position: absolute;bottom: 10px;font-size: 18px;color: #fff;}
.diyilan .fangmian{ display: none; }
.diyilan .fangmian img{ width:100%; position:absolute; top:0; left:0; }
.diyilan .fangmian h2{color: #fff;text-align: center;display: block;padding-bottom: 24px;font-size: 24px;}
.diyilan .fangmian p{padding: 0 28px;color: #fff;font-size: 16px;line-height: 32px;text-align: center;}
.diyilan .fangmian span{display: block;padding-top: 34px;text-align: center;}
.diyilan .fangmian span a{ border: 1px solid #ccc; background: #fff; padding: 10px 42px; margin: 0 auto; border-radius: 24px; font-size: 16px;}
.juedui{position: absolute;top: 0;left: 0;height: 100%;width: 100%;}
.diyilan ul li:hover .fangmian{ display: block; }
.diyilan ul li:hover .zhengmian p{ display:none; }

/*第二栏*/
#product{background: #fff;padding: 82px 0;}
.pro-l{padding-left: 0;padding-right: 10px;}
.pro-l .img-responsive{padding-left: 17px;}
.pro-res{padding: 9px;background: #fff;}
.pro-res dl{margin-bottom: 0px;}
.pro-res dl dt{font-weight: normal;transition: all .3s;-webkit-transition: all .3s;padding-left: 40px;border-bottom: 1px solid #ccc;background: url(../images/pro-xlm1.png) 18px no-repeat;}
.pro-res dl dt a{display:block;line-height: 64px;color: #555;font-size: 15px;position: relative;padding-right: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-res dl dt a::after{content: '';position: absolute;width: 19px;height: 19px;right: 19px;top: 50%;margin-top: -9.5px;background: url(../images/pro-x.png) no-repeat;}
.pro-res dl dd{padding-left: 22px;padding-bottom: 10px;display: none;border-bottom: 1px solid #ccc;}
.pro-res dl dd a{font-size: 14px;color: #666;display: block;padding-left: 17px;background: url(../images/iyuan.png) no-repeat left;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-res dl dd a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #0061ae;}
.pro-res dl dt:hover{background: url(../images/pro-xlm.png) center no-repeat;border-bottom: none; }
.pro-res dl dt.cur{background: url(../images/pro-xlm.png) center no-repeat;border-bottom: none; }
.pro-res dl dt.cur a{color: #fff;}
.pro-res dl dt:hover a{color: #fff;}
.pro-res dl dt:hover a::after{background: url(../images/pro-xm.png) no-repeat;}
.pro-r{padding: 0 10px;}
.pro-r-top{padding-left: 20px;padding-top: 26px;padding-bottom: 0px;position: relative;background: url(../images/pro-r-x.png) no-repeat left bottom;}
.pro-r-top p{text-transform: uppercase;border: 2px solid #0061ae;width: 84%;display: inline-block;}
.pro-r-top p span{font-size: 24px;color: #0061ae;font-weight: bold;letter-spacing: 1px;}
.pro-r-top a{font-size: 16px;line-height: 0px;color: #0061ae;text-transform: uppercase;position: absolute;right: 26px;bottom: 4px;background: url(../images/news_more.png) 28px no-repeat;padding-left: 50px;line-height: 12px;}
.pro-r-top a:hover{color: #0061ae;}
.pro-r-cen{ padding: 0 20px;}
.pro-r-cen ul{margin-left: -10px;margin-right: -10px;}
.pro-r-cen ul li{padding: 0 10px;margin-top: 14px;}
.pro-r-img{margin-bottom: 12px;}
.pro-r-img a{display: block;border: 2px solid #eee;}
.pro-r-txt{/* text-align: left; *//* padding: 0 10px; *//* padding-left: 30px; */text-align: center;}
.pro-r-txt a em{float:right;background: #666;padding: 0px 10px;color: #fff;font-size: 14px;}
.pro-r-txt a{color: #333;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;font-weight: normal;line-height: 22px;}
.pro-r-txt p{color: #666;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-r-cen ul li:hover .pro-r-img a{border-color: #0061ae;}
.pro-r-cen ul li:hover .pro-r-txt a{color: #0061ae;}
.pro-r-cen ul li:hover .pro-r-txt p{color: #333;}
.pro-r-cen ul li:hover .pro-r-txt a em{ background:#0061ae; }

.pro-ico{padding: 2px;}
.pro-ico a{float: left;padding: 2px;width: 100%;}
.pro-mlist{background: #fff;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #0061ae;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}

@media (max-width: 1366px) {
	.pro-res dl dt a{line-height: 54px;}
}

@media (min-width: 992px) {
	.pro-l{float:left;width: 306px;}
	.pro-r{float:left;width: calc(100% - 306px);}
}
@media (max-width: 991px) {
	#product{padding: 0 0 15px;}
}
@media (max-width: 350px) {
	.pro-m-txt>a{font-size: 14px;margin-bottom: 5px;}
	.pro-m-al{margin-top: 5px;}
}

/*video*/
#video{}
.video-title{position: relative;padding: 50px 0;}
.video-txt .video-title{padding: 0px 10px;}
.video-title h2{text-align: center;font-size: 32px;/* font-weight: bold; */color: #444;}
.video-title h2 span{ color: #0061ae;}
.video-title p{position: absolute;right: 16px;top: 52px;border: 1px solid #ccc;padding: 8px 41px 8px 52px;background: url(../images/news_more.png) 28px no-repeat;}
.video-title p a{}

.video-img{ position: relative;}
.video-img ul{}
.video-img ul li{ padding-bottom: 20px;}

.video-img ul li img{width: 170%;border: 1px solid #ccc;}
.video-img ul li i{position: absolute;top: 0px;left: 86%;width: 20px;}
.video-img ul li i img{ border:none; }
.video-img ul li p{font-size: 14px;padding-right: 50px;line-height: 50px;padding-left: 20px;border: 1px solid #ccc;border-top: none;background: url(../images/icon_tr.png) 94% no-repeat;}
.video-img ul li p a{font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.video-img ul li:hover p a{ color:#0061ae; }

@media (max-width: 667px) {
	.video-title p{ display:none; }
	.video-title h2{ font-size:24px; }
}


/*流程*/
#liuchen{padding: 80px 0;}
.lc-left{float: left;padding: 0;}
.lc-left .lc-img{text-align: center;background: url(../images/hzlc-jt.png) right 40px no-repeat;}
.lc-img:before{}
.lc-left .lc-img .lc-img1{}
.lc-left .lc-img .lc-img2{display: none;}
.lc-left .lc-img:hover .lc-img1{ display:none; }
.lc-left .lc-img:hover .lc-img2{ display:inline-block; }
.lc-left .lc-img:hover p{ color:#0061ae; font-weight:bold; }
.lc-left .lc-img p{padding: 6px 36px;padding-top: 18px;font-size: 15px;}
.lc-right{float: left;padding: 0;}
.lc-right .lc-img{text-align: center;background: url(../images/hzlc-jt.png) right 40px no-repeat;}
.lc-right .lc-img .lc-img1{}
.lc-right .lc-img .lc-img2{display: none;}
.lc-right .lc-img:hover .lc-img1{ display:none; }
.lc-right .lc-img:hover .lc-img2{ display:inline-block; }
.lc-right .lc-img:hover p{ color:#0061ae; font-weight:bold; }
.lc-right .lc-img p{padding: 4px 36px;padding-top: 20px;font-size: 15px;}
.lc-right .lc-img:nth-child(4n) { background:none;}

@media (max-width: 667px) {
	#liuchen{padding: 60px 0;padding-top: 20px;}
	.sy-tit{padding: 20px 0; }
	.sy-tit p{ font-size:24px; }
	.lc-left .lc-img p{padding:4px 0;font-size: 12px;}
	.lc-right .lc-img p{padding:4px 0;font-size: 12px;}
	.lc-right .lc-img{text-align: center;background: url(../images/hzlc-jt.png) right 14px no-repeat;}
	.lc-left .lc-img{text-align: center;background: url(../images/hzlc-jt.png) right 14px no-repeat;}
	.lc-left .lc-img:nth-child(4n) { background:none;}
	.lc-left .lc-img .lc-img1{ width: 100%;}
	.lc-left .lc-img .lc-img2{display: none;width: 100%;}
	.lc-right .lc-img .lc-img1{ width: 100%;}
	.lc-right .lc-img .lc-img2{display: none;width: 100%;}

}

/*foot*/
.foot{background: #232323;overflow: hidden;padding: 80px 0 40px 0;}
.foot .foot_l ul li h2{color: #222;font-size: 15px;color: #fff;} 
.foot .foot_l ul li a h3{ color: #999; font-size: 14px; line-height: 30px;}
.foot .foot_l ul li a:hover h3{ color:#fff; }
.foot .foot_l ul li .foot_nav_li{ padding-top: 30px;}
.foot .tel{ border-bottom: 1px solid #4f4f4f; padding-bottom: 30px;}
.foot .tel h2{ color: #fff; font-size: 20px; font-weight: bold; padding-bottom: 20px;}
.foot .tel p{ color: #fff; line-height: 30px;}
.foot .tel .foot_mail em{color: #fff;background: url(../images/mail_bg.png) no-repeat left;padding-left: 24px;font-size: 18px;}
.foot .tel .foot_mail p{ color: #fff; padding-left: 24px;}
.foot .tel .foot_add em{color: #fff;background: url(../images/add_bg.png) no-repeat left;padding-left: 24px;font-size: 18px;}
.foot .tel .foot_add{ padding: 0;}
.foot .tel .foot_add p{ color: #fff; padding-left: 24px;}
.foot .foot_tel{}
.foot .foot_tel em{color: #999;font-size: 14px;letter-spacing: 1px;}
.foot .foot_tel p{ font-size: 24px; color: #fff; font-weight: bold;}
.foot .foot_tel span{width: 124px;height: 32px;display: block;text-align: center;line-height: 32px;color: #fff;background: url(../images/ft-kf.png) #0061ae no-repeat 12px 8px;font-size: 12px;padding-left: 15px;margin-top: 10px;}
.foot .foot_tel_ewm{ padding-top: 40px;}
.foot_ewm{ padding: 0;}
.foot_ewm_li{ float: right; padding-right: 20px; text-align: center;}
.foot_ewm_li img{ width: 98px;}
.foot_ewm_li p{ line-height: 30px; color: #fff;}

@media(max-width:1199px){
	.foot .foot_l ul li{ padding:0 5px; }
	.foot_ewm_li{ float: right; padding-right: 12px; text-align: center;}
}

@media(max-width:991px){
	.foot .foot_l{ overflow: hidden;; padding-bottom: 30px;}
	.foot .foot_tel_ewm{ padding: 0; padding-top: 20px;}
}

@media(max-width:767px){
	.foot{background: #232323;overflow: hidden;padding: 0px 0 20px 0;border-bottom: 1px solid #4f4f4f;}
	.foot_ewm{ padding: 15px;}
	.foot_ewm_li{ float: left; padding-right: 12px; text-align: center;}
	.foot .tel{padding-top:32px;padding-bottom: 20px;border:none;}
}

.link{background: #000;padding: 20px 0 10px;color: #fff;font-size: 12px;}
.link .link_t {float: left;font-size: 14px;}
.link .link_t em{ color:#0061ae; }
.link ul li{ float: left; padding-right: 20px;}
.link ul li a{ color: #666;}
.link ul a{color: #666;font-size: 14px;}

.foot_txt{background: #000;color: #999;font-size: 14px;padding-bottom: 20px;}
@media(max-width:767px){
	.foot_txt{ background:  #232323; color: #999; font-size: 12px; padding: 10px 0;}
}

#diyilan{perspective: 1000px;transform-style:preserve-3d;}
#diyilan{padding: 40px 0;}
.lanyi{position:relative;transition: 0.3s;transform-style:preserve-3d;margin: 10px 0;}
.ly2{position:absolute;top: 0px;left: 0px;backface-visibility:hidden;}
.ly1{z-index:2;height: auto;width: 100%;}
.ly1 img{ width:100% }
.ly1 p{position:absolute;color:#fff;font-size:18px;bottom: 20px;text-align: center;}
.ly2{transform: rotateY(180deg);width: 100%;}
.ly2 img{ width:100%; }
.ly2 h2{text-align: center;color: #fff;font-size: 24px;}
.ly2 p{ color: #fff; text-align: center; padding: 40px 20px; font-size: 16px;}
.ly2 span{ text-align: center; display: block;}
.ly2 span a{color: #0061ae;padding: 10px 38px;border: 1px solid #fff;background: #fff;font-size: 16px;border-radius: 24px;}
.container10:hover .lanyi{transform:rotateY(-180deg);}

@media(max-width:1366px){
	.ly2 h2{font-size: 24px;}
}

@media(max-width:767px){
	.ly2 h2{ font-size:20px;}
	.ly2 p{ font-size:16px; }
	.ly2 span a{ padding:8px 32px; font-size:14px;;  }
}

#zlhb{padding-top: 60px;}
.pr{ position:relative; }
.pr .swiper-pagination{ display:none; }
.pr img{border:1px solid #ccc;height: 116px;width: 100%;}
.pr p{font-size:16px;line-height: 32px;}
.zlhb-tit{ padding-bottom: 40px;}
.zlhb-tit h2{text-align: center;font-size: 28px;/* font-weight: bold; */letter-spacing: 2px;color: #444;}
.zlhb-tit h2 em{/* font-weight:bold; */color:#0061ae;}
.zl-gd{}
.zl-gd ul{}

@media(max-width:767px){
	#zlhb{ padding-top: 20px;}
	.zlhb-tit h2{ font-size:24px; }
}

.brdr{border:1px solid #ccc;margin-bottom: 4px;padding: 4px;}

.ft-lanmu{}
.ft-lanmu p{ line-height: 32px;}
.ft-lanmu p a{ color: #fff; font-size: 15px;}

.swiper-container { width: 100%; height: 100%;}
.swiper-container1 { width: 100%; height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;width: auto;}


.swiper-container1 { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
.swiper-container2 { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
.swiper-pagination1 { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); z-index: 10;}

.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {right: 210px;left: auto;width: 60px;}

.swiper-button-next1, .swiper-button-prev1 {position: absolute;top: 62%;width: 27px;height: 44px;margin-top: -22px;z-index: 10;cursor: pointer;background-size: 27px 44px;background-position: center;background-repeat: no-repeat;}
.swiper-button-prev1{left: 11%;background: url(../images/left-jt.png) center no-repeat;}
.swiper-button-next1{ background: url(../images/right-jt.png) center no-repeat; }

.swiper-button-prev{left: 11%;background: url(../images/left-jt.png) center no-repeat;}
.swiper-button-next{ background: url(../images/right-jt.png) center no-repeat; }

@media(max-width:1440px){
	.swiper-button-prev1{ left:0; }
	.swiper-button-prev{left:0;}
	.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 { right:0; }
	.swiper-button-next{right: 0%;}
}

@media(max-width:767px){
	.swiper-button-next1, .swiper-button-prev1{top:62%;display: none;}
	.swiper-button-prev1{ left:0; }
	.swiper-button-prev{left:0;display: none;}
	.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 { right:0; }
	.swiper-button-next{right: 0%;display: none;}
	.swiper-button-next, .swiper-button-prev { top: 62%;}
}
.ssss{border-bottom: 8px solid #0061ae;padding-bottom: 70px;}
.padding50{padding: 0 110px;}
.padding30{padding: 0 46px;}
.padding20{ padding:0 20px; } 
.abp1{}
.abp1 a{ font-size: 18px; font-weight: bold;}



.foot-zycp{margin-top: 50px;}
.foot-zycp .foot-bh{padding: 20px 0; border-top: 1px solid #999; border-bottom: 1px solid #999;}
.foot-zycp h2{ display: inline-block; color: #999;font-size: 15px;}
.foot-zycp span{ color: #999; font-size: 15px;}


@media(max-width:767px){
	.foot-zycp{ margin-top: 10px; padding: 0px 16px;}
	.foot-zycp .foot-bh{ padding: 0px 0; border:none; }
	.foot-zycp h2{}
	.foot-zycp span{}
}

#yixiantian{background: url(../images/ggtiao.png) center top no-repeat;height: 18px;}

#pageshow { background: none;}
.nybg{background: #f5f6f6;}
.bsbg{background: #FFFFFF;}
.margin-bottom-30 {margin-bottom: 30px !important;}
.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}
.block-shadow {height: 290px;-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 40px;display: inline-block;text-align: center;}
.icon-sm i{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-family: 'Roboto',sans-serif;font-weight: 600;font-size: 16px;line-height: 22px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
.icon-content p{margin-bottom: 10px;}


.sss1{/* text-align:center; */}
.sss2{width: 30%;/* border: 1px solid #ccc; */display: inline-block;/* padding: 32px 0; *//* box-shadow: 1px 1px 10px 0px #ccc; */line-height: 42px;}

@media(max-width:767px){
	.sss2{width: 100%;padding: 8px 0;}
	hr{ margin:4px !important; }
}

.jiathis_txt { float: left; display: inline-block; line-height: 28px;}


#sitemaplist{ padding:15px;}
#sitemaplist .sitemapclass{ padding:5px 0px;}
#sitemaplist .sitemapclass1{display:block;height:28px;line-height: 28px;margin-bottom:5px;border-bottom:1px solid #ddd;}
#sitemaplist .sitemapclass1 a{ padding:5px 10px; background:#eee;}
#sitemaplist .sitemapclass2{ padding-left:15px; padding-top:3px;}
#sitemaplist .sitemapclass2 h3{  background:url(../images/dt-0.gif) no-repeat left center; padding:2px 8px;}
#sitemaplist .sitemapclass2 h3 a{ color:#444;}
#sitemaplist .sitemapclass2 div{ padding-left:2px;}
#sitemaplist .sitemapclass2 h4{ display:inline; padding:2px 6px;}
#sitemaplist .sitemapclass2 h4 a{ text-decoration:underline; color:#2c7199;}