@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;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(202deg 98% 45%/100%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#037ec8;}
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; }
.dh300s{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;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}


@media (min-width: 1260px){
   .container {width: 1230px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;}
	.row{margin-left: -10px;margin-right: -10px;}
	body{padding-bottom: 50px;}
}


/* 顶部 */
header{/*border-top: 6px solid #313131;*/}
#headtop{padding: 25px 0;/* border-bottom: 1px solid #eee; */}
/*.head-left{font-size: 0;padding: 0;margin-top: 25px;}
.head-left a{display: inline-block;margin: 0 10px;width: 36px;height: 36px;border-radius: 50%;border: 1px solid #e5e5e5;background-color: #fff;background-position: center;background-repeat: no-repeat;position:relative;}
.head-left a.head-ico-weibo{background-image: url(../images/head-ico-weibo.png);}
.head-left a.head-ico-wechat{background-image: url(../images/head-ico-wechat.png);}
.head-left a.head-ico-tel{background-image: url(../images/head-ico-tel.png);}
.head-left a:hover{background-color: #eee;}*/
.head-left{margin-top:30px;margin-left: 15px;float: right;}
.head-left span{background:url(../images/tel1.png)no-repeat left center;padding-left:28px;display: block;}
.head-left span em{color:#037ec8;font-weight:bold;font-size:15px;}
.head-left a{padding-left:15px;}
.head-left a img{}
.head-left a i{font-style:normal;padding-left:5px;font-weight:bold;color:#333;position:relative}
.head-left a i::after{content: ""; width: 0px;height: 0px; border-top: 5px solid #313131; border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;top:8px;right: -20px;}
.wechat-img{background: url(../images/wechat-img.png) no-repeat;width: 166px;height: 226px;padding: 46px 23px;text-align: center;position: absolute;left: 50%;top: 33px;margin-left: -83px;z-index: 10;display: none;}
.wechat-img img{width: 120px;height: 120px;margin-bottom: 10px;}
.wechat-img p{margin-bottom: 0;font-size: 13px;}
.head-ico-wechat:hover .wechat-img{display:block;}

.head-center>a>img{height: 63px;}
.head-right{/*padding-left: 132px;*/padding-right: 0;margin-top: 22px;}
.head-right form{border: 1px solid #e5e5e5;border-radius: 10px;overflow: hidden;}
#input1{width:calc(100% - 44px);line-height: 34px;float: left;padding-left: 12px;color: #999;}
.head-right .s_bt{width: 44px;height: 34px;background: url(../images/search-ico.png) no-repeat center;float: left;}
.is-fixed .header-botton{position: fixed;top: 0;left: 0;width: 100%;z-index: 100;background:#fff;
-webkit-transition: left 0.3s ease-in-out;-moz-transition: left 0.3s ease-in-out;-o-transition: left 0.3s ease-in-out;-ms-transition: left 0.3s ease-in-out;transition: left 0.3s ease-in-out;}
.side-right .is-fixed .header-botton{left:280px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}

.header-botton{border-bottom:4px solid #037ec8}
.head-right1{padding: 14px 18px 0px 0px;}
.head-lang{float: right;position: relative;margin-top: 14px;margin-left: 18px;}
.head-lang a{display: block;padding: 14px 24px 14px 14px;font-size: 14px;font-weight: bold;color: #333;position: relative;}
.head-lang>a::before{content: '';position: absolute;right: 6px;top: 19px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #333;transition: all .3s;-webkit-transition: all .3s;}
.head-lang a img{margin-right: 8px;vertical-align: sub;}
.head-lame{display: none;position:absolute;top: 48px;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
.head-lang:hover>a{background-color: #ddd;}
.head-lang:hover .head-lame{display: block;}
.head-lame:hover{background-color: #ddd;}

@media (max-width:1199px) {
	.head-right{padding-left: 70px;}
}
@media (max-width:991px) {
	.head-right{padding-left: 30px;}
	.ztbg, .is-fixed .header-botton{background: #037ec8;}
	.head-lang{float: right;position: relative;margin-top: 14px;margin-left: -8px;}
}
@media (max-width:767px) {
	.head-center>a{display: block;float: left;width: calc(100% - 92px);}
	.head-center>a>img{height: auto;/* margin:auto */display: inline-block;}
	.head-lang { width: 92px;margin-top: 8px}
    .head-lang { float: right; position: relative;}
}
@media (max-width:374px) {
	.ztbg .container{padding:0}
}




.navbar-nav{float: left;}
.nav > li{transition: background-color 0.5s ease 0s;-webkit-transition: background-color 0.5s ease 0s;}
.mobile-tel {line-height: 50px;color: #fff;font-size: 14px;display: block;background: url(../images/mobile-tel.png) no-repeat left;padding-left: 25px;}
.dropdown-menu.multi-dropdown{position: absolute;left: -100% !important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    border: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background-color: transparent;}

@media (min-width: 1260px){
	nav.navbar.bootsnav ul.nav > li > a {padding: 20px 45px;}
	#indexen nav.navbar.bootsnav ul.nav > li > a {padding: 20px 44px;}
}
@media (min-width: 1200px) and (max-width: 1259px){
	nav.navbar.bootsnav ul.nav > li > a {padding: 18px 41px;}
}
@media (min-width: 992px) and (max-width: 1199px){
	nav.navbar.bootsnav ul.nav > li > a {padding: 15px 28.7px;}
}
@media only screen and (min-width:992px){
	.nav>li:last-child{background-image:none;}
	.dropdown-menu{top:auto;right: 0;}
	/*li.dropdown>ul.dropdown-menu{top: auto;text-align: center;width: 760px;left: 50%;margin-left: -380px;}*/
	li.dropdown>ul.dropdown-menu::before{content: '';background: #fff;left:0;right: 0;}
	.dropdown-div{margin: 0 auto;font-size: 0;}
	.dropdown-div>li{width: 100%;text-align: left;line-height: 44px;border-bottom: 1px solid #f4f4f4;}
	.dropdown-div>li:last-child{border-bottom: 0;}
	.dropdown-div>li>a{padding:0 15px;color: #555;font-size: 14px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.dropdown-div>li>a:hover{color: #037ec8;background-color: #f4f4f4;}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{color: #037ec8;background-color: #f4f4f4;}
	nav.navbar.bootsnav ul.nav > li{/*border-bottom: 2px solid #fff;*/position: relative; /*overflow-y: hidden;*/}
	nav.navbar.bootsnav ul.nav > li::before{}
    nav.navbar.bootsnav ul.nav > li.active,
    nav.navbar.bootsnav ul.nav > li:hover{background: #037ec8;color:#fff;}
    nav.navbar.bootsnav ul.nav li.active > a{color:#fff!important;}
	/*nav.navbar.bootsnav ul.nav > li.active > a,
    nav.navbar.bootsnav ul.nav > li:hover > a{text-decoration: underline;}*/
	nav.navbar.bootsnav ul.nav > li > a{color: #444;font-size: 15px;}
	nav.navbar.bootsnav ul.nav > li > a:hover{color:#fff}
    .nav.navbar-nav>li.active>a.nav-v{position: relative;}
	nav.navbar.bootsnav li.dropdown>ul.dropdown-menu{border-top: 2px solid #037ec8;background: #fff;min-width: auto;width: 100%;box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);}
    nav.navbar.bootsnav li.dropdown>ul.dropdown-menu li{background: transparent;display: inline-block;width: 100%;}
	nav.navbar.bootsnav li.dropdown>ul.dropdown-menu ul.dropdown-menu{border-top: 0;}
}
@media only screen and (max-width:991px){
	.dropdown-menu.multi-dropdown{ left: 0 !important; }
	nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
	nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
	nav.navbar.bootsnav ul.nav > li.active > a{background: #0370b1 !important;color: #fff !important;}
	.dropdown-div>li{}
	.dropdown-div>li>a{display: block;width: 100%;border-bottom: solid 1px #e0e0e0;padding: 10px 0;color: #fff;padding-right: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;}
}
.carousel-control{width:10%;}
@media only screen and (min-width:768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{width: 50px;height: 50px;margin-top: -25px;font-size: 50px;}
}


.title{text-align: center;}
.title h2{color: #333;/* font-weight: bold; */font-size: 30px;line-height: 40px;}
.title p{color: #999;font-size: 14px;text-transform: uppercase;line-height: 30px;}
@media only screen and (max-width:450px){
	.title h2{font-size: 20px;line-height: 30px;}
	.title p{font-size:12px;line-height:20px;}
}


/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 6px;background:rgb(255 255 255 / 80%);position:relative;margin:0 6px;}
#banner .swiper-pagination-bullet-active{background:#fff;width:60px;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}


/* faculty */
#faculty{background-color: #f9f7f4;padding: 50px 0;overflow:hidden;}
.faculty-xul{margin-top: 30px;}
.faculty-til{line-height: 60px;text-align: center;/* background: #222; */color: #333;font-size: 16px;font-weight: bold;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.faculty-more{margin-top:30px;text-align:center;font-size:0;}
.faculty-more a{display: inline-block;line-height: 40px;padding:0 20px;font-size:16px;color:#333;border:1px solid #ccc;text-align:center;margin-right:30px;}
.faculty-more a+a{margin-right:0;}
.faculty-more a:hover, .faculty-more a.on{background:#037ec8;color:#fff;border-color:#037ec8;}
.faculty-a{display: inline-block;line-height: 38px;text-align: center;color: #fff;background-image: linear-gradient(to bottom, #ab5bfc , #8d45d9);width: 150px;margin-top: 30px;}
.faculty-a:hover{color: #fff;}
@media only screen and (max-width:767px){
	#faculty{padding: 20px 0;}
	.faculty-xul{margin-top: 20px;}
	.faculty-til{line-height: 45px;}
}
@media only screen and (max-width:450px){
	.faculty-til{line-height:35px;font-size:14px;font-weight:normal}
}

#faculty1{background-color: #f9f7f4;padding: 50px 0;margin-top:50px;}
#facultylist1{margin-top: 50px;}
.faculty-til1{line-height: 60px;text-align: center;/* background: #222; */color: #333;font-size: 16px;font-weight: bold;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.faculty-a1{display: inline-block;line-height: 38px;text-align: center;color: #fff;background-image: linear-gradient(to bottom, #ab5bfc , #8d45d9);width: 150px;margin-top: 30px;}
.faculty-a1:hover{color: #fff;}
@media only screen and (max-width:767px){
	#faculty1{padding: 20px 0;}
	#facultylist1{margin-top: 20px;}
	.faculty-til1{line-height: 45px;}
}
@media only screen and (max-width:450px){
	.faculty-til1{line-height:35px;font-size:14px;font-weight:normal}
}
.sp-wrap{border:none !important;}
/* 服务项目 */
#service{padding:30px 0;}
#service ul{margin-top:30px;}
#service ul>li{padding:0 10px;margin-bottom:20px;}
#service ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#service ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#service ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#service ul>li a:hover .ser-img i{top:50%;}
#service ul>li a:hover p{font-weight:bold;color:#00a041;}
.ser-more{text-align:center;margin-top:10px;}
.ser-more a{position:relative;display:inline-block;width:170px;height:48px;border:1px solid #037ec8;border-radius:24px;line-height:46px;color:#037ec8;font-size:16px;padding-left:32px;transition: all .5s;
    -webkit-transition: all .5s;}
.ser-more a em{position:absolute;left:2px;top:2px;display:block;width:42px;height:42px;line-height:38px;float:left;background:#037ec8;border-radius:50%;color:#fff;font-size:26px;transition: left .5s;
    -webkit-transition: left .5s;}
.ser-more a:hover{background:#037ec8;color:#fff;padding-left:0;padding-right:32px;}
.ser-more a:hover em{animation: page .5s linear 1 forwards;left: 125px;color:#037ec8;background:#fff;}
@keyframes page{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(180deg);z-index:10;}
}
@media only screen and (max-width:767px){
	#service ul{margin-top:20px;}
	#service ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#service ul>li{margin-bottom:10px;}
}

/* 服务网点 */
#sercity{padding:30px 0;background:url(../images/sercity.jpg) no-repeat center;}
.scity-left{width:240px;float:left;text-align:left;margin-top:20px;}
.scity-left .scity-ico{background:url(../images/scity-ico.png) no-repeat;width:45px;height:33px;margin-top:25px;}
.scity-right{width:1080px;float:right;position:relative;}
.scity-list .swiper-slide{padding:15px;}
.scity-list .swiper-slide a{display:block;border:1px solid #fff;background:#e9f1f1;text-align:center;border-radius:10px;}
.scity-list .swiper-slide a span{display:inline-block;line-height:28px;font-size:16px;color:#666;padding-left:35px;background:url(../images/scity-x.png) no-repeat left;margin:17px 0;}
.scity-swiper-container{padding-bottom:30px;}
.scity-swiper-container .swiper-pagination{bottom:0;}
.scity-swiper-container .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgb(30 168 57 / 30%);margin:0 9px;opacity:1;}
.scity-swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:rgb(30 168 57 / 100%);}
.scity-list .swiper-slide a:hover{border-color:#037ec8;}
.scity-list .swiper-slide a:hover span{color:#037ec8;background:url(../images/scity-xx.png) no-repeat left;}
.scity-more{position:absolute;right:0;top:94px;padding:15px;z-index:88;}
.scity-more a{background:#ec8514;display:block;border:1px solid #ec8514;text-align:center;border-radius:10px;padding:0 43px;}
.scity-more a span{color:#fff;display:inline-block;line-height:28px;font-size:16px;padding-left:35px;background:url(../images/scity-more.png) no-repeat left;margin:17px 0;}
@media only screen and (max-width:1369px){
	.scity-right{width:1000px;}
	.scity-more a{padding:0 35px;}
}
@media only screen and (max-width:1269px){
	.scity-right{width:930px;}
	.scity-more a{padding:0 28px;}
}
@media only screen and (max-width:1199px){
	#sercity{background: url(../images/sercity.jpg) no-repeat center / cover;}
	.scity-left{text-align:center;width:auto;float:none;margin-top:0;}
	.scity-left .scity-ico{display:none;}
	.scity-right{width:100%;}
	.scity-more a{padding:0 32px;}
}
@media only screen and (max-width:991px){
	.scity-more a{padding:0 28px;}
}
@media only screen and (max-width:767px){
	.scity-more a{padding:0 8vw;}
}
@media only screen and (max-width:670px){
	.scity-more a{padding:0 7vw;}
}
@media only screen and (max-width:600px){
	.scity-more a{padding:0 6vw;}
}
@media only screen and (max-width:530px){
	.scity-more a{padding:0 4vw;}
}
@media only screen and (max-width:500px){
	.scity-list .swiper-slide a span{font-size:14px;}
	.scity-swiper-container{padding-bottom:15px;}
	.scity-swiper-container .swiper-pagination .swiper-pagination-bullet{margin:0 4px;width:8px;height:8px;}
}
@media only screen and (max-width:499px){
	.scity-more a{padding:0 12vw;}
}
@media only screen and (max-width:430px){
	.scity-more a{padding:0 10vw;}
}
@media only screen and (max-width:380px){
	.scity-more a{padding:0 8vw;}
}
@media only screen and (max-width:350px){
	.scity-more a{padding:0 6vw;}
	.scity-more a span{font-size:14px;}
}

/* 服务案例 */
#case{padding:30px 0;background:#f5f5f5;}
#case ul{padding-top:30px;}
#case ul li{margin-bottom:30px;}
#case ul li:nth-child(n+9){display:none;}
#case ul li a{display:block;background:#fff;box-shadow:2px 2px 15px 0 rgb(0 0 0 / 10%); }
#case ul li a .case-txt{padding:20px;}
#case ul li a .case-txt h4{font-size:20px;color:#444;padding-bottom:15px;border-bottom:1px solid #eee;}
#case ul li a .case-txt p{font-size:14px;color:#888;line-height:25px;height:50px;margin-top:10px;}
#case ul li a:hover .case-txt{background:url(../images/case-bgico.png) no-repeat right bottom #037ec8;}
#case ul li a:hover .case-txt h4{color:#fff;font-weight:bold;}
#case ul li a:hover .case-txt p{color:#fff;}
@media only screen and (max-width:1199px){
	#case ul li:nth-child(n+9){display:block;}
	#case ul li:nth-child(n+10){display:none;}
}
@media only screen and (max-width:991px){
	#case ul li:nth-child(n+7){display:none;}
}
@media only screen and (max-width:767px){
	#case ul li{padding:0 10px;margin-bottom:20px;}
	#case ul li a .case-txt{padding:15px;}
	#case ul li a .case-txt h4{font-size:16px;padding-bottom:10px;}
	#case ul li a .case-txt p{line-height: 20px;height: 40px;}
}

/* 合作客户 */
#partner{padding:30px 0;}
.partner-list{position:relative;margin-top:20px;}
.partner-swiper-container{padding:15px 6px;}
.partner-list .swiper-slide{border:1px solid #eee;margin: 0 0 -1px -1px;}
.partner-list .swiper-slide a{display:block;}
.partner-list .swiper-slide:hover{border:1px solid #fff;z-index:111;box-shadow:0 0 10px 0 rgb(30 168 57 / 30%);}
@media(max-width:767px){
	.partner-list{margin-top:10px;}
}

/* 资质证书 */
#honor{padding:30px 0;background:url(../images/honorbg.jpg) no-repeat top center / cover;}
#honor ul{padding-top: 30px;}
#honor ul li{padding:15px;}
#honor ul li a{display: block; padding:20px 20px 0px; background: #efeded;box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);}
#honor ul li a p{font-size: 16px; color: #666666; text-align: center; padding:15px 0;}
#honor ul li a:hover{box-shadow: 0 0 10px 0 rgb(30 168 57 / 60%);}
#honor ul li a:hover p{color: #037ec8;}
@media(max-width: 767px) {
	#honor ul{padding:15px 10px 0;}
	#honor ul li{padding:10px;}
	#honor ul li a{padding:10px 10px 0;}
	#honor ul li a p{font-size:14px;padding:8px 0;}
}


/* news */
#news{padding:50px 0;}

#news ul li{margin-bottom: 25px;}
#news ul li .media-heading{position: relative;}
#news ul li .media-heading::before{content: '';position: absolute;width: 10px;height: 1px;background-color: #333333;left:0;bottom: 0;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
#news ul li .updatetime{display: block;font-weight: 300;line-height: 30px;font-size: 16px;color: #666666;text-align: left;}
#news ul li a{border-bottom: 1px solid #efefef;font-size: 16px;color: #333333;display: block;padding-bottom: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;}
#news ul li .des{color: #666666;font-size: 13px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;line-height: 20px;height: 40px;}
#news ul li:hover .media-heading::before{width: 100%;}
#news ul li a:hover{color: #037ec8;}
#news .more{margin:0;padding:6px 50px;display: inline-block;-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;border: #666666 1px solid;color: #666666;}
#news .more:hover{background-color: #037ec8;border-color: #037ec8;color: #fff;}




/* 尾部广告 */
#lastoff{background:url(../images/lastoff.jpg) no-repeat center bottom;}
#lastoff>.container>.row{position:relative;}
.loff-l{overflow:hidden;float:left;padding-bottom:30px;}
.loff-img{width:150px;float:left;text-align:center;margin-left:20px;}
.loff-img img{max-width:100%;margin-bottom:10px;}
.loff-img p{font-size:18px;font-weight:bold;color:#fff;}
.loff-r{float:left;width:calc(100% - 720px);position: absolute;right: 0;bottom: 0;height: 130px;color:#fff;}
.loff-r h3{font-size:28px;font-weight:bold;margin-bottom:10px;}
.loff-r p{font-size:18px;}
@media(max-width: 1369px) {
	.loff-img{margin-left:10px;}
	.loff-r{width:calc(100% - 660px);}
}
@media(max-width: 1269px) {
	.loff-r h3{font-size:24px;}
}
@media(max-width: 1199px) {
	.loff-img{width:126px;}
	.loff-img p{font-size:15px;}
	.loff-r{width:calc(100% - 570px);}
	.loff-r h3{font-size:20px;}
}
@media(max-width: 991px) {
	.loff-l{width:100%;}
	.loff-img{margin-left:0;padding:0 10px;width:25%;}
	.loff-img p{font-size:18px;color:#444;}
	.loff-r{width:100%;position:static;}
	.loff-r h3{font-size:28px;}
}
@media(max-width: 660px) {
	.loff-l{padding-bottom:20px;}
	.loff-img p{font-size:16px;}
	.loff-r{padding:0 10px;}
	.loff-r h3{font-size:24px;}
}
@media(max-width: 500px) {
	.loff-l{padding-bottom:0px;}
	.loff-img{width:50%;padding-bottom:10px;}
	.loff-img img{width:100px;}
	.loff-r h3{font-size:20px;}
}
@media(max-width: 400px) {
	.loff-r h3{font-size:18px;}
	.loff-r p{font-size:15px;}
}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-nav .owl-prev, .owl-nav .owl-next{position: absolute;top: 50%;width:46px;height:100px;margin-top: -66px;text-indent: -999999px;}
.owl-nav .owl-prev{left:-50px;background: url(../images/owl-left.png) no-repeat;}
.owl-nav .owl-next{right:-50px;background: url(../images/owl-right.png) no-repeat;}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-nav{display:none;}
}

/* product */
#product{background: #fff;padding: 20px;}
.pro-l{padding-left: 0;padding-right: 10px;}
.pro-res{border: 1px solid #eee;padding: 9px;background: #fff;}
.pro-res dl{margin-bottom: 0px;}
.pro-res dl dt{background: #f5f5f5;padding-left: 19px;font-weight: normal;margin-bottom:10px;transition: all .3s;-webkit-transition: all .3s;}
.pro-res dl dt a{display:block;line-height: 40px;color: #555;font-size: 16px;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;margin-bottom: 10px;display: none;}
.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: #037ec8;}
.pro-res dl dt.cur{background: #037ec8;}
.pro-res dl dt.cur a{color: #fff;}
.pro-res dl dt.cur a::after{background: url(../images/pro-xm.png) no-repeat;}
.pro-r{padding: 0 10px;}
.pro-r-top{padding-top: 15px;padding-bottom: 10px;position: relative;background: url(../images/pro-r-x.png) no-repeat left bottom;}
.pro-r-top p{font-size: 16px;color: #666;text-transform: uppercase;line-height: 24px;padding-left: 10px;}
.pro-r-top p span{font-size: 24px;color: #037ec8;font-weight: bold;letter-spacing: 1px;}
.pro-r-top a{font-size: 14px;line-height:20px;color: #666;text-transform: uppercase;position: absolute;right: 3px;bottom: 12px;}
.pro-r-top a:hover{color: #037ec8;}
.pro-r-cen{}
.pro-r-cen ul{margin-left: -10px;margin-right: -10px;}
.pro-r-cen ul li{padding: 0 10px;margin-top: 20px;}
.pro-r-img{margin-bottom: 12px;}
.pro-r-img a{display: block;border: 2px solid #eee;}
.pro-r-txt{text-align: center;padding: 0 10px;}
.pro-r-txt a{color: #333;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.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: #037ec8;}
.pro-r-cen ul li:hover .pro-r-txt a{color: #037ec8;}
.pro-r-cen ul li:hover .pro-r-txt p{color: #333;}

.pro-ico{padding: 2px;}
.pro-ico a{width: 25%;float: left;padding: 2px;}
.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: #037ec8;}
.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 (min-width: 992px) {
	.pro-l{float:left;width:250px;}
	.pro-r{float:left;width:calc(100% - 250px);}
}
@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;}
}


/* services */
#services{padding: 50px 0;background:url(../images/product-bj.jpg)no-repeat;}
.services-a{text-align: center;margin-top: 20px;}
.services-a a{font-size: 18px;color: #333;line-height: 50px;border-bottom:2px solid transparent;}
.services-a a.on, .services-a a:hover{border-bottom: 2px solid #037ec8;}
.services-txt{margin-top: 7px;}
.services-txt a{display: block;line-height: 48px;text-align: center;background-color: #f3f3f3;font-size: 16px;color: #333;}
.services-main{margin-top: 35px;}
#serviceslist1, #serviceslist2, #serviceslist3{position: relative;}
.owl-nav .owl-prev, .owl-nav .owl-next{position: absolute;top: 50%;width:46px;height:100px;margin-top: -66px;text-indent: -999999px;}
.owl-nav .owl-prev{left:-50px;background: url(../images/owl-left.png) no-repeat;}
.owl-nav .owl-next{right:-50px;background: url(../images/owl-right.png) no-repeat;}
.services-main ul li:hover .services-txt a{background-color: #037ec8;color: #fff;}
@media only screen and (min-width:650px){
	.services-a{font-size: 0;}
	.services-a a{display: inline-block;margin: 0 40px;}
}
@media only screen and (max-width:780px){
	.owl-nav .owl-prev, .owl-nav .owl-next{display: none;}
}
@media only screen and (max-width:767px){
	#services{padding: 20px 0;}
}
@media only screen and (max-width:649px){
	.services-a{overflow:hidden;}
	.services-a a{font-size: 16px;width:33.333333%;float:left;}
	.services-txt a{line-height: 40px;}
}
@media only screen and (max-width:450px){
	.services-a a, .services-txt a{font-size:14px;line-height:40px;}
}
/**/
.porucdt{display:flex;padding-top: 30px;}
.porucdt img{max-width: 65%;margin:0 auto;}
.prord-3 img{width: 50%;}
.pord-le{flex: 1;margin-left: 15px;width:25%;}
.pord-box{margin-right: 15px;margin-bottom: 15px;position: relative;text-align: center;background: linear-gradient(135deg, transparent 30px, #fff 0) top right;}
.pord-box a{display: block;width: 100%;height: 100%;border-bottom: 4px solid #dedede}
.pord-box a span{font-size: 20px;font-weight: bold;color: #037ec8;}
#indexen .pord-box a span{height:30px;line-height:30px;overflow:hidden;display:block;}
.pord-box a p{font-size: 14px;color: #666666;margin-bottom:8px;}
.pord-1{}
.pord-1 a{overflow: hidden;padding-top: 70px;padding-bottom: 150px;}
.pord-1 a img{margin-top: 130px;}
.pord-re{flex: 3;}
.pord-sb{height: 50%;display: flex;}
.prord-2{flex: 1;}
.prord-2 a{padding-top: 30px}
.prord-3{flex: 2;}
.prord-3 a{display: flex;}
.prord-3-txt{margin: 40px}
.pord-xb{height: 50%;display: flex;}
.pord-xb>div{flex: 1;}
.pord-xb>div>a{padding-top: 30px}
.pord-box a:hover{border-bottom: 4px solid #037ec8}


@media only screen and (max-width:991px){
	.prord-3-txt{margin-right: 0}
}
@media only screen and (max-width:767px){

}

.more1{width:208px;height:47px;border: 1px solid #d5d5d5;margin:auto;margin-top: 8px;}
.more1 span{color: #444444;font-size:16px;text-align: center;display:block;line-height:47px;position:relative}
.more1 span:after{content:"";position:absolute;background:url(../images/leftt.png)no-repeat;left:25px;top:21px;width:33px;height:5px;}
.more1 span:before{content:"";position:absolute;background:url(../images/rightt.png)no-repeat;right:25px;top:21px;width:33px;height:5px;}
.more1 span:hover{background:#037ec8;color:#fff;}
.more1 span a:hover{color:#fff}
#nyzs, #nyimg{padding:30px 0}
.nyimg-ul{overflow: hidden;}
.nyimg-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyimg-ul li .nyimg-div{background: #fff;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;border:1px solid #D9D9D9;}
.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;overflow: hidden;line-height: 40px;display: block;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li .nyimg-div a+a{border:0}
.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{color: #037ec8;}

.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;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #037ec8;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: #037ec8;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: 40px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 3px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

#showimg{padding: 10px;}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:26px;margin-bottom:5px}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 15px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;text-align: justify;padding-bottom:10px;}
.showimg-con img{max-width: 100%;}
.showimg-con video{width:100% !important;height: auto !important;}
.showimg-page{padding-top: 15px;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{}
	.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 h3{font-size:16px;margin:0;}
	.xgred li{padding: 0}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}


/* footer */

.dibu{padding-top:45px;}
.dibu span{font-size:12px;color:#999999;text-align:center;margin:auto;display:block;position:relative;}
.dibu span:after{position:absolute;top:50%;right: 0;display:block;width: calc(50% - 50px);height:1px;background:#dedede;content:'';}
.dibu span:before{position:absolute;top:50%;left: 0;display:block;width: calc(50% - 50px);height:1px;background:#dedede;content:'';}

#footer-nav{margin-top: 30px;margin-bottom: 40px;}
.footnav-a {border-left:1px solid #ccc;padding-left:35px;}
.footnav-a h3{line-height: 25px;margin-bottom: 12px;}
.footnav-a h3 a{color: #201f24;font-size: 16px;}
.footnav-a p a{color: #999;line-height: 25px;}
.footnav-a h3 a:hover, .footnav-a p a:hover{color: #037ec8;}
.footnav-tel{/* float: right; */float: left;width: 100%;text-align: center;}
.footnav-tel p{font-size: 18px;text-transform: uppercase;line-height: 30px;margin-bottom: 5px;width:223px;height:39px;background:#037ec8;text-align:center;line-height:39px;color:#fff;font-size:14px;margin: 0 auto;}
.footnav-tel h3{font-size:24px;font-weight:bold;color:#037ec8;/*background:url(../images/foot-tel.png) left center no-repeat;padding-left:35px;*/padding-top: 10px;}
.footnav-tel h3 span{
    /* padding-left: 5px; */
}
.footnav-more{float: left;width: 100%;text-align: center;/* margin-top: -1px; *//* width: 219px; *//* float: right; */}
.footnav-more p img {width: 109px;height:109px;}
.footnav-more span{text-align:center;margin:auto;color:#999;}
.footnav-txt {border-left:1px solid #ccc;}
.footnav-other{float: left;width: 100%;margin-top: 20px;}
.footnav-wlink>a{width: 42px !important;height: 42px !important;display: block;float: right !important;position:relative;background-repeat:no-repeat;background-position:center !important;margin: 0 !important;padding:0 !important;}
.footnav-weibo{background-image: url(../images/foot-ico1.png) !important;}
.footnav-wechat{background-image: url(../images/foot-ico2.png) !important;}
.footnav-tcwb{background-image: url(../images/foot-ico3.png) !important;}
.fwechat-img{background: url(../images/fwechat-img.png) no-repeat;width: 166px;height: 226px;padding: 35px 23px;text-align: center;position: absolute;left: 50%;top: -225px;margin-left: -83px;z-index: 10;display: none;}
.fwechat-img img{width: 120px;height: 120px;margin-bottom: 10px;}
.fwechat-img p{margin-bottom: 0;font-size: 13px;}
.footnav-wechat:hover .fwechat-img{display:block;}
.footer-xinxi {background:#ededed;width:100%;/* height: 56px; */padding:20px 0;}
.footer-xinxi .foot-jies{color:#999999;font-size: 14px;padding:0 10px;}
.footer-xinxi .foot-jies a{color:#999999;}
.footer-xinxi .foot-jies a:hover{color:#037ec8;}
.footer-xinxi .footer-xinxi-le{color:#999999;font-size: 12px;/* line-height:56px; */padding:10px 10px 0 10px;}
.footer-xinxi .footer-xinxi-re{color: #999;font-size:12px;padding:10px 10px 0 10px;text-align: right;}
.footer-xinxi .footer-xinxi-re a{color: #999;font-size:12px;}
.footer-link {background:#666666;width: 100%;height: 51px;}
.footer-links {color:#ffffff;font-size:14px;line-height: 51px;}
.footer-links a{color: #fff;font-size:12px;}
.footnav-link {float: right;width: 162px;height: 42px;background: #037ec8;position: relative;}
.footnav-link span {display: block;font-size: 13px;height: 42px;line-height: 42px;text-indent: 30px; color: #fff;background: url(../images/link-t.png) no-repeat 120px center;cursor: pointer;}
.footnav-link span a{ color:#fff;}
.footnav-link ul {position: absolute;left: 0;bottom: 42px;width: 162px;z-index:111;display: none;}
.footnav-link ul.cur {display: block;}
.footnav-link ul li {height: 42px;line-height: 42px;background: #f3f3f3;border-bottom: 1px solid #fff;}
.footnav-link ul li a {color: #333;}
.footnav-link ul li:hover {background: #037ec8;}
.footnav-link ul li:hover a {color: #fff;}
#footer-copy{background: #f3f3f3;padding: 10px 0;}
#footer-copy p{color: #666;font-size: 13px;text-align: center;line-height: 18px;}
#footer-copy a{color: #666;}
#footer-copy a:hover{color: #037ec8;}
@media (max-width: 991px) {
	.footnav-tel h3{font-size: 29px;}
	.footnav-more a{margin-left: 14px;}
	.footnav-a{padding-left:25px;}
}
@media(max-width:382px){
.footer-xinxi .footer-xinxi-le{font-size:12px;padding:10px;line-height:15px;}	
}
@media (max-width: 767px) {
	#footer-nav{margin: 10px 0;}
	.footnav-tel{float: none;text-align: center;}
	.footnav-tel h3{font-size:20px;}
	.footnav-more{float: none;margin-top: 25px;text-align: center;margin: 0 auto;}
	.footnav-other{float: none;}
	.footnav-link{float: none;margin: 0 auto;}
	.footnav-wlink{text-align: center;}
	.footnav-wlink>a{float: none;display: inline-block;}
	footer{padding-bottom:50px;}
}









/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #037ec8;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #037ec8;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#037ec8;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;background: #fff;font-size: 0;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#037ec8;}

/* 内页样式 */
#ZoomBox{background: #fff;}
.nybg{background: #F5F5F5;}
.bsbg{/*background: #FFFFFF;*/}

#sidebar{text-align: center;margin-top: 30px;}
#sidebar li{margin: 0 10px 10px;}
#sidebar li a{display:block;height: 45px;line-height: 44px;text-align: center;color: #666;border: 1px solid #aaa;font-size: 16px;}
#sidebar li:hover a, #sidebar li.cur a{background: #037ec8;color: #fff;border: 1px solid #037ec8;}
@media (min-width: 768px) {
	#sidebar li{display: inline-block;}
	#sidebar li a{width:140px;}
}
@media (max-width: 767px) {
	#sidebar{margin-top:10px;}
	#sidebar li a{font-size:14px;}
	.common>.container{padding-left:5px;padding-right:5px;}
	.common #sidebar{display: flex;flex-wrap: wrap;align-content: flex-start;}
	.common #sidebar li{flex: 0 0 25%;margin:0;}
	.nycase #sidebar{display: block;}
	.nycase #sidebar li{display: inline-block;margin-bottom: 5px;}
	.nycase #sidebar li a{padding: 0 10px;}
}

.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:15px;border-radius: 10px 10px 0 0;color:#fff;background: #037ec8}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{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: #037ec8;color: #fff;}
#sidebar1 dt{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;padding-left: 20px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;font-size: 16px;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #037ec8;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#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: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#037ec8;}


.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: #037ec8;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;}
#nynew{padding-top: 30px;padding-bottom: 30px;}
#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;}
.nynews-ul li.nynews-li:nth-of-type(even) .nynews-img{/*float: right;*/}
.nynews-img{padding: 0;}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-img a:hover{border: 1px solid #037ec8;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;margin-top:20px;}
.nynews-date span{float: left;margin-right:20px;}
.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:0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-bottom:10px;}
.nynews-lis{margin-bottom: 20px;padding: 0 10px;}
.nynews-div{background: #fff;}
.nynews-div a{display: block;overflow: hidden;border:1px solid #D9D9D9;}
.nynews-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nynews-a{padding:0 5px;overflow: hidden;line-height: 40px;display: block;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nynews-div a+a{border:0}
.nynews-lis:hover .nynews-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nynews-lis:hover .nynews-a{color: #037ec8;}
@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;padding-bottom:0}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
}

/*全站搜索*/
#searchlist{ list-style:none; padding:0px; margin:0px;}
#searchlist li{ padding:3px 5px; margin-bottom:5px; line-height:1.5;}
#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;}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 25px;margin: 10px 0;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{text-decoration: none;color: #ffffff;font-size: 15px;padding: 7px;background: #037ec8;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;}

.hotnews{padding:0 10px;margin-bottom: 20px;}
.hotnews p{font-size: 18px;color: #fff;line-height: 50px;background:#037ec8;text-align:center;}
.hotnews p span{font-size:14px;}
.hotnews-bor{border:1px solid #eee;padding:5px 20px}
.hotnews a{display: block;font-size: 14px;line-height: 35px;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;}

.hotpros{padding:0 10px;}
.hotpros p{font-size: 18px;color: #fff;line-height: 50px;background:#037ec8;text-align:center;}
.hotpros p span{font-size:14px;}
.hotpros-bor{border:1px solid #eee;padding:10px}
.hotpros a{display: inline-block;margin:5px 8px}

#shownews{padding: 30px 10px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-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: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 300;padding: 10px;border-bottom: 1px solid #F0F2F5;text-align: justify;}
.shownews-con img{max-width: 100%;height: auto !important;}
.shownews-con>div span{vertical-align: bottom;}
.shownews-con>div>div, .shownews-con>div>p{margin-bottom:10px;}
.shownews-page{padding-top: 30px;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;}
.sdsd {padding-top:15px;}
@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 0;}
.show-dateil{font-size: 15px;line-height: 1.8;text-align:justify;}
.show-dateil img{max-width: 100%;height: auto !important;}
.showmap img{max-width: none;}
@media (max-width:767px){
	#pageshow {padding: 10px;}
	.show-dateil,.show-dateil *{font-size:14px !important}
	#dituContent{height: 400px !important}
}

/*相关推荐*/
.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: #037ec8}
/* 内页banner */
.nybanner>div{background-position: center;background-repeat: no-repeat;background-size: cover;}
@media (max-width: 1329px){
	.nybanner>div{height: 420px !important;}
}
@media (max-width: 1199px){
	.nybanner>div{height: 360px !important;}
}
@media (max-width: 991px){
	.nybanner>div{height: 320px !important;}
}
@media (max-width: 767px){
	.nybanner>div{height: 280px !important;}
}
@media (max-width: 700px){
	.nybanner>div{height: 240px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 175px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 150px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 130px !important;}
}

/* 内页样式 */
#inside{padding-bottom:30px;padding-left:10px;padding-right:10px;overflow:hidden;border-bottom:4px solid #037ec8;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}




/* 内页产品导航 */


.nyprolist{padding: 30px 0;}
.nypro{padding-top: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: #fff;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:#037ec8;}
.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{color:#037ec8;}
.libiao{margin-top:45px;}
.libiao h2{color: #037ec8;font-size: 30px;text-align: center; margin-bottom: 25px;}
@media (max-width: 991px) {
	.nyprolist{padding: 15px 0;}
}
@media (max-width: 767px) {
	.nyprolist{padding: 10px 0;}
	.pro_gs{padding:0;}
}
@media (max-width: 500px) {
	.nypro{padding:10px 0;}
}

/*内页产品分类*/

.pro_box{width:1200px; margin:50px auto;}
.pro_gs{}
.pro_gs h2{color:#037ec8; font-size:30px; border-bottom:1px solid #e6e6e6; margin-bottom:25px; padding-bottom:5px;}
#pro_pro{border:1px solid #e3e3e3; border-bottom:0;margin-bottom:20px;}
#pro_pro>li{border-bottom:1px solid #e3e3e3; padding-right:10px;overflow: hidden;position:relative;min-height:52px;}
#pro_pro>li label{width:150px; padding:0 10px; background:#037ec8; color:#fff; margin-bottom: 0;position:absolute;left:0;height:100%;}
/*#pro_pro>li .wrapper{float: left;width:calc(100% - 160px);overflow: hidden;}
#pro_pro>li .wrapper li{float: left;padding-right:10px;}*/
#pro_pro>li .pro_tag{float: left;width:calc(100% - 160px);padding-top:10px;font-size:0;margin-left:160px;}
#pro_pro>li .pro_tag>a{display:inline-block;padding:5px;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;margin-right:10px;font-size:14px;width:114px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#pro_pro>li .pro_tag>a:hover{color:#fff;background:#037ec8;border-color:#037ec8;}

#pro_pro1>li{margin-bottom:15px;}
#pro_pro1>li>a{display:block;}
#pro_pro1>li>a>p{padding:0 10px;line-height:40px;font-size:24px;font-weight:bold;color:#333;margin-bottom:10px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
#pro_pro1>li>a>img{border:2px solid #ddd;padding: 3px;}
#pro_pro1>li>a:hover>p{color:#037ec8;}
#pro_pro1>li>a:hover>img{border-color:#037ec8;}
@media (max-width: 450px) {
    #pro_pro>li label{width:80px;}
    #pro_pro>li .pro_tag{width:calc(100% - 90px);margin-left:90px;}
}
@media (max-width: 370px) {
    #pro_pro>li label{width:50px;}
    #pro_pro>li .pro_tag{width:calc(100% - 60px);margin-left:60px;}
    #pro_pro>li .pro_tag>a{width: 109px;}
    #pro_pro>li .pro_tag>a:nth-child(even){margin-right:0;}
}



#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;}
.pronav-a a.cur, .pronav-a a:hover{background:#037ec8;color:#fff;}
@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width:16.66%;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:30px 0;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;padding-top:30px;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #037ec8 solid;color: #037ec8;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#037ec8;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

/* 内页项目 */
#nyitem{padding-bottom:30px;border-bottom:4px solid #037ec8;}
#nyitem ul>li{padding:0 10px;margin-bottom:20px;}
#nyitem ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#nyitem ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#nyitem ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#nyitem ul>li a:hover .ser-img i{top:50%;}
#nyitem ul>li a:hover p{font-weight:bold;color:#00a041;}
@media only screen and (max-width:767px){
	#nyitem ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#nyitem ul>li{margin-bottom:10px;}
}

/* 内页关于我们 */
.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon h4{color: #037ec8;font-weight: bold;font-size: 20px;line-height: 1.8;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
}

/* 内页服务网点 */
#nypoint{padding-bottom:30px;}
#nypoint ul li{float:left;width:33.33%;padding:15px;}
#nypoint ul li a{display: block;border: 1px solid #fff;background: #e9f1f1;text-align: center;border-radius: 10px;}
#nypoint ul li a span{display: inline-block;line-height: 28px;font-size: 16px;color: #666;padding-left: 35px;background: url(../images/scity-x.png) no-repeat left;margin: 20px 0;}
#nypoint ul li a:hover{border-color:#037ec8;}
#nypoint ul li a:hover span{color:#037ec8;background:url(../images/scity-xx.png) no-repeat left;}


.nypo-l{width:50%;height:500px;float:left;overflow-y:scroll;position:relative;}
.nypo-r{width:50%;height:500px;float:right;position:relative;}
.nypo-ltx{position:absolute;left:0;top:0;width:18px;font-size:13px;text-align:center;color:#666;}
.nypo-ltx i{font-style:normal;animation: UPDOWN 1s infinite;position:relative;}
.nypo-r img{max-width:100%;}
@keyframes UPDOWN {
0% { top:0; opacity:1; }
100% { top:10px; opacity:0; }
}
@media (max-width: 1269px){
	.nypo-r, .nypo-l{height:400px;}
}
@media (max-width: 1199px){
	#nypoint ul li{padding:10px;}
	#nypoint ul li a span{margin:16px 0;}
}
@media (max-width: 991px){
	#nypoint ul li{width:33.33%;}
	.nypo-r{width:100%;height:auto;text-align:center;}
	.nypo-l{width:100%;overflow:hidden;height:auto;}
	.nypo-ltx{display:none;}
}
@media (max-width: 500px){
	#nypoint ul li{width:50%;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#037ec8;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;}
/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #037ec8 solid;color: #037ec8;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
#tagac{margin-top:10px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(30 168 57 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #037ec8;color: #fff;}

/* 推荐新闻 */
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #037ec8 solid;color: #037ec8;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#037ec8;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#037ec8;color:#037ec8;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#037ec8;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

.pro-ico{padding: 2px;}
.pro-ico a{width: 25%;float: left;padding: 2px;}
.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: #037ec8;}
.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 (min-width: 992px) {
	.pro-l{float:left;width:250px;}
	.pro-r{float:left;width:calc(100% - 250px);}
}
@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;}
}


/*图片列表*/
/* .nyimg-ul{overflow:hidden;} */
/* .nyimg-ul li {margin-bottom:20px;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;width:100%;} */
/* .nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;} */
/* .nyimg-ul li:hover .nyimg-a {color:#ffffff !important;} */
/* .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:#037ec8;color:#fff;} */
/* @media (max-width:767px){ */
	/* .nyimg-ul li .nyimg-a{line-height:32px;} */
/* } */

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.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;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.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;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #037ec8;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
/* .hotnews p{font-size: 16px;color: #037ec8;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: #037ec8;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
/* .nynews-ul li.nynews-li:hover img {transform:scale(1.02);} */
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
/* .nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} */
/* .nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;} */
.nynews-ul li.nynews-li:hover h3 a {color:#037ec8;}
/* .nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;} */
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#037ec8;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;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:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/* 公司简介 */
#abshow{overflow: hidden;padding-bottom:30px;}
.w1400{max-width: 1400px;margin-right: auto;margin-left: auto;}
.intro-header{color: #037ec8;margin-top:50px;}
.intro-header h2{font: 900 34px/1 "AvenirLTStd";}
.intro-header p{/* margin-top: 1em; */font-size: 30px;letter-spacing: .06em;}
.list-phi{margin-top: 80px;margin-left:-15px;margin-right: -15px;}
.list-phi li{padding: 0;}
.phi-item{position: relative;margin: 0 12px;}
.phi-item-img{overflow: hidden;position: relative;}
.phi-item-img::before{content: '';display: block;padding-top: 100.87464%;}
.phi-item-img img{left: 0;position: absolute;top: 0;width: 100%;-moz-transition: -moz-transform 1s ease;-o-transition: -o-transform 1s ease;-webkit-transition: -webkit-transform 1s ease;transition: transform 1s ease;}
.phi-item-txt{position: absolute;z-index: 1;top: 46px;left: 55px;padding: 40px 30px;width: 330px;height: 346px;background-color: rgba(242,242,242,0.85);color: gray;}
.phi-item-bg{position: absolute;z-index: -1;top: 0px;right: 0;bottom: 0;left: 0;overflow: hidden;visibility: hidden;opacity: 0;}
.phi-item-bg img{display: block;width: 100%;height: 100%;}
.phi-item-txt span{width: 54px;height: 54px;display: block;}
.phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1.png) no-repeat;background-size: contain;}
.phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2.png) no-repeat;background-size: contain;}
.phi-item-en{font: 700 30px/1.2 "AvenirLTStd";margin-top: 1em;word-wrap: break-word;}
.phi-item-cn{margin-top: .2em;font-size: 24px;line-height: 1.2;letter-spacing: .01em;}
.phi-item-desc, .phi-item-info{font-size: 14px;line-height: 24px;}
.phi-item-desc{margin-top: 1em;}
.phi-item-info{margin-top: 10px;display: none;color: transparent;}
.phi-item:hover .phi-item-img img{-moz-transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
.phi-item:hover .phi-item-txt{background-color: transparent;color: #fff;}
.phi-item:hover .phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-bg{visibility: visible;opacity: 1;}
.list-core{margin-top: 40px;margin-left: -15px;margin-right: -15px;}
.list-core li{padding: 0;}
.core-item{position: relative;margin: 0 12px 40px;min-height: 340px;background-color: #f2f2f2;color: gray;}
.core-item-wrap{position: absolute;top: 0;right: 0;left: 0;padding: 30px 50px 10px;min-height: 340px;}
.core-item-wrap span{width: 100px;height: 54px;display: block;}
.core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10.png) no-repeat left;background-size: contain;}
.core-item-title{margin-top: 50px;min-height: 110px;}
.core-item:hover{z-index: 10;background-color: transparent;color: #fff;}
.core-item:hover .phi-item-bg{visibility: visible;opacity: 1;}
.core-item:hover .core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10m.png) no-repeat left;background-size: contain;}
.core-item:hover .phi-item-info{color: #fff;margin-bottom: 20px;}

.story{position: relative;z-index: 1;padding: 120px 0;}
.story::before{content: "";position: absolute;top: 0;bottom: 0;width: 43.75%;background-color: #efefef;}
.story.right::before{right: 0;}
.abcon2{margin-top:50px;overflow: hidden;}
.abcon3{margin-top:30px;overflow: hidden;}
.abcon4{margin-top:50px;overflow: hidden;}
.story-inner{position: relative;font-size: 0;}
.story.right .story-inner{text-align: right;}
.story-intro{position: absolute;top: 0;bottom: 0;width: 50%;text-align: left;}
.story-intro-01{background: url(../images/bg_02.svg) center center no-repeat;background-size: 76% auto;}
.story.right .story-intro{left: 0;}
.story-intro-01 .intro-header{margin-top: -80px;}
.story-intro-01__txt{position: absolute;top: 50%;right: 20px;left: 20px;font-size: 15px;line-height: 1.5;color: #333;}
.story-intro-01__txt p{text-indent:2em;margin-bottom:10px;text-align:justify;}
#indexen .story-intro-01__txt p{text-align:left;}
.story-img{display: inline-block;vertical-align: top;width: 50%;position: relative;}
.story-img::before{padding-top: 66.57143%;content: '';display: block;}
.story-img img{position: absolute;left: 0;top: 0;width: 100%;}
.story-img-02{background-color: #037ec8;}
.story-img__wrap{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.story-dream-wrap{position: absolute;top: 50%;right: 10%;left: 10%;}
.story-dream-title{position: relative;}
.story-dream-title p{position: absolute;top: 0;left: 0;font-size: 30px;letter-spacing: .06em;color:#fff;}
.story-dream-title.white p{color: #fff;}
.story-dream-title span{display: block;font: 900 45px/1.6 "AvenirLTStd";color: #dbdbdb;opacity: .2;white-space: nowrap;}
.story-dream-intro{font-size: 18px;line-height: 2;letter-spacing: .04em;color: #fff;}
.story.left .story-intro {right: 0;}
.story-intro__txt{font-size:15px;line-height: 2.57143;color: #333;}
.story-intro__txt>h4{font-size:30px;font-weight:bold;margin-bottom:10px;}
.story-intro-02__txt, .story-intro-03__txt{position: absolute;top: 50%;right: 7%;left: 7%;text-align: left;}
.story-dream-title.red p{color: #037ec8;}


.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;margin-top:30px}
.slick-history .slick-arrow{position: absolute;top:35px;font-size: 0;border: 0;background-color: transparent;outline: 0;width: 30px;height: 30px;text-align: center;line-height: 2;cursor: pointer;}
.slick-history .slick-arrow::before{content: "";font-family: 'iconfont';font-size: 20px;line-height: 30px;color: gray;}
.slick-history .slick-arrow:hover::before{color: #037ec8}
.slick-history .slick-prev{left: -20px}
.slick-history .slick-prev::before{content: "\e894"}
.slick-history .slick-next{right: -20px}
.slick-history .slick-next::before{content: "\e893"}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-slider .slick-list, .slick-slider .slick-track{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track li img{border:1px solid #ccc;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: 0;margin: 0 10px;}
.slick-initialized .slick-slide{display: block;}
.history-item{position: relative;padding-left: 28px;padding-bottom: 52px;margin-bottom: 20px;}
.history-item::before, .history-item::after{content: "";position: absolute;background-color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item::before{top: 7px;left: 12px;bottom: 32px;width: 1px;}
.history-item::after{right: 8px;bottom: 11px;left: 32px;height: 1px;-webkit-transform-origin: 0 0;transform-origin: 0 0;}
.history-item.active::after{-webkit-transform: scaleX(0);transform: scaleX(0);}
.history-item:hover::before, .history-item.active::before{background-color: #037ec8;}
.history-item__wrap{max-width: 248px;margin-right: 10px;}
.history-item__year{position: relative;margin-bottom: .5em;font: 700 32px/1 "AvenirLTStd";color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item__year::before{content: "";position: absolute;top: 0;left: -23px;width: 14px;height: 14px;border-radius: 50%;background-color: #b2b2b2;-webkit-transition: all .3s;transition: all .3s;}
.history-item:hover .history-item__year, .history-item.active .history-item__year{color: #037ec8;}
.history-item:hover .history-item__year::before, .history-item.active .history-item__year::before{background-color: #037ec8;}
.img-box{position: relative;}
.img-box::before{content: "";display: block;}
.img-box img{left: 0;position: absolute;top: 0;width: 100%;}
.history-item__img{margin-top: 20px;}
.history-item__img::before{padding-top: 66.93548%;}
.history-item__img::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #037ec8;background-size: 50% auto;visibility: hidden;opacity: 0;}
.slick-slide img{display: block;}
.history-item__desc{margin-bottom: .5em;height: 48px;min-height: 48px;overflow: hidden;font-size: 14px;line-height: 24px;color: gray;	margin-top:20px;}
.history-item__plus{position: relative;display: inline-block;vertical-align: top;width: 15px;height: 15px;}
.history-item__plus::before, .history-item__plus::after{content: "";position: absolute;background-color: #a0a0a0;}
.history-item__plus::before{top: 0;bottom: 0;left: 7px;width: 1px;}
.history-item__plus::after{top: 7px;right: 0;left: 0;height: 1px;}
.history-item.active .history-item__plus::before{opacity: 0;}
.history-item__circle{position: absolute;bottom: 0;left: 0;width: 24px;height: 24px;border-radius: 50%;background-color: #b2b2b2;background-position: center center;background-repeat: no-repeat;background-size: 60% auto;}
.history-item__arrow{display: none;position: absolute;bottom: -1px;right: -8px;width: 24px;height: 24px;font-size: 20px;line-height: 24px;text-align: right;}
.history-item.active .history-item__circle{background-color: #037ec8;}
.cont{margin-top:40px;}
.item123{position: relative; margin-bottom: 30px;}
.item123 .but{position: absolute; bottom: -30px;left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width:50%; height: 50px;border-radius: 3px; 
	background-color: #fff;display: flex; align-items: center;justify-content: center;font-size: 18px; color: #005ad2;}


@media (max-width: 1400px){
	.story-intro-01 .intro-header{margin-top: -100px;}
}
@media (max-width: 1230px){
	.story-intro-01 .intro-header{margin-top: -120px;}
}
@media (max-width: 1199px){
	.story-intro-01__txt{top:auto;}
}
@media (min-width: 1101px){
	.story-dream-wrap{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
	.story-intro-02__txt, .story-intro-03__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (min-width: 1200px){
	.story-intro-01__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (max-width: 1480px){
	.w1400{margin-right: 40px;margin-left: 40px;}
	.intro-header{margin-top: 6.75676vw;}
	.list-phi{margin-top: 5.40541vw;}
	.abcon2{margin-top: 9.45946vw;}
	.abcon3{margin-top: 5.40541vw;}
	.abcon4{margin-top: 5.40541vw;}
	.core-item span{width: 45px;height: 45px;}
	.core-item-title{min-height: 7.43243vw;}
	.core-item .phi-item-en{font-size: 2.02703vw;}
	.core-item .phi-item-cn{font-size: 1.62162vw;}
	.story-dream-title p{font-size: 2.02703vw;}
	.story-dream-title span{font-size: 4.72973vw;}
}
@media (max-width: 1100px){
	.story{padding: 0;}
	.story-intro{position: relative;width: 100%;}
	.story-intro-01{margin-bottom: 40px;background-size: contain;}
	.story-intro-01 .intro-header{margin-top: 0;}
	.story-intro-01__txt{position: relative;text-align: left;left: 0;margin-top: 30px;}
	.story-img{width: 100%;}
	.story::before{display: none;}
	.abcon3 .story-img::before{display: none;}
	.story-img__wrap{position: relative;}
	.story-dream-wrap{padding: 40px 20px;position: relative;top: auto;right: auto;left: auto;}
	.story-dream-title p{font-size: 20px;line-height: 20px;}
	.story-dream-title span{font-size: 30px;}
	.story-dream-intro{font-size: 16px;}
	.story-intro{position: relative;width: 100%;}
	.story-intro-02__txt, .story-intro-03__txt{position: relative;top: auto;right: auto;left: auto;}
	.story-img-02{margin-bottom: 30px;}
	.story-intro-03__txt{margin-bottom: 30px;}
}
@media (max-width: 991px){
.phi-item{margin-bottom: 30px;}
.intro-header h2{font-size: 30px;}
.intro-header p{font-size: 24px;}
.core-item{min-height: 300px;}
.core-item-wrap{min-height: 300px;padding-right: 20px;padding-left: 20px;}
.core-item span{width: 30px;height: 30px;}
.core-item-title{height: 80px;}
.core-item .phi-item-en{font-size: 20px;}
.core-item .phi-item-cn{font-size: 16px;}
}
@media (max-width: 767px){
.w1400{margin-right: 20px;margin-left: 20px;}
.intro-header{margin-top: 50px;}
.list-phi{margin-top: 40px;}
.story-dream-intro{font-size: 14px;}
}
@media (max-width: 580px){
.list-core li{width: 100%;}
.core-item-wrap{position: relative;}
}
@media (max-width: 500px){
.phi-item-txt{top: 50%;right: 30px;left: 30px;width: auto;height: auto;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.phi-item-txt span{width: 30px;height: 30px;}
.phi-item-en{margin-top: 0.5em;font-size: 24px;}
.phi-item-cn{font-size: 16px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.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:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#037ec8;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-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%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
/* .nypro-ul{overflow:hidden;} */
/* .nypro-ul li{padding:0 10px;margin-bottom:10px;} */
/* .nypro-ul li a{display:block;position:relative;overflow:hidden;padding: 10px;} */
/* .nypro-ul li a .nypro-img{border-radius: 15px;} */
/* .nypro-ul li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px;} */
/* .nypro-ul li a:hover .nypro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);} */
/* .nypro-ul li a:hover p{color:#037ec8;} */
/* @media (max-width:767px){ */
	/* .nypro-ul li a p{line-height:30px;font-size:14px;} */
/* } */



/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#037ec8;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on,
.showpro-con ul li.on a{background: #037ec8;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-con ul li p{padding:0 24px;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #037ec8 solid;color: #037ec8;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#037ec8;}
#abprolist li a:hover p{background:#037ec8;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#037ec8;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-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%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #037ec8;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #037ec8;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #037ec8;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:13px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:20px;font-size:15px;line-height:30px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
.meg_con .megs {font-size:14px;line-height:25px;}
.meg_con .tel {padding:10px 0;font-size:20px;}
.meg_con .tel img {width:26px;}
.meg_con .megs {margin-top:10px;}
.meg_con .tel img {width:20px;margin-bottom:0;}
.meg_con .title2 {font-size:22px;}
.product-inlist {margin-top:10px;}
}



.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-right h2{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 10px;margin-top: 0}
.showpro-right p{color: #666;line-height: 25px;margin-bottom: 10px;}

.showpro-rem p{color:#037ec8;font-weight: bold;}
.showpro-rem ul{}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover>a{border-color: #037ec8}
.showpro-rem ul li a+a{border:0;display:block;line-height:35px;height:35px;padding:0 10px;text-align:center;background:#fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.showpro-rem ul li:hover a+a{color:#037ec8}

.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #037ec8;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%;}
.showpro-det{    font-size: 15px; line-height: 28px;text-align: justify;}


.showflexr img{max-width:100%;}
.showshank{margin-top:20px;text-align:center;}
.showshank a{display:inline-block;width:150px;line-height:40px;font-size:16px;color:#333;border:1px solid #ccc;}
.showshank a+a{margin-left:30px;}
.showshank a:hover{background:#037ec8;border-color:#037ec8;color:#fff;}
@media (min-width: 768px) {
	.showflex{display:flex;}
    .showflexl{flex:1;}
    .showflexr{flex:1;}
}
@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;}
}




.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: #037ec8;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;}


/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.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:#037ec8; display: inline-block; }
.metpager_5 a:hover { border:1px solid #037ec8; color:#fff; background-color:#037ec8;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#037ec8; border:1px solid #037ec8; 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/page/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/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/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;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}