﻿@charset "UTF-8";/*--公共部分--*/
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none;}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {margin: 0; padding: 0; border: 0; background-repeat: no-repeat;}
h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0; font-weight: normal;}
ul, li {list-style: none;}
em, i, b {font-style: normal;}
img {border: 0px; max-width: 100%; display:block;}
table {border-collapse: collapse; border-spacing: 0;}
*, :after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat;}
article, aside, footer, header, nav, section {display: block;}
a {background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer;}
body, button, input, select, textarea {font-size: 14px; line-height: 24px; color: #333; font-family: "Microsoft Yahei", 微软雅黑, 宋体, Helvetica, sans-serif;}
a:hover {background-repeat: no-repeat; text-decoration: none;}
a, input[type="button"], button, label, input[type="submit"] {cursor: pointer;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
audio, video {display: inline-block;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
 [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  padding: 0;}

 input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important;}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { *zoom: 1;}
.clear {clear: both; line-height: 0; height: 0; font-size: 0;}
.commonweb {padding: 0px 15px;}
.commonwebbox {margin-left: 0px; margin-right: 0px;}
.commonleft {float: none;}
.commonright {float: none;}
::-webkit-scrollbar { width: 8px; height: 8px; background-color: #e0e0e0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0;}
::-webkit-scrollbar-thumb { background-color: #ffbf00; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0;}
body {padding-top: 59px;}
.fl{float:left;}
.fr{float:right;}

/* header*/
.headerweb {margin: 0 auto; position: relative; max-width: 100%;  padding: 0 2%; height: 100%;}
header {background: #ffffff; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); position: fixed; width: 100%; z-index: 39; top: 0; left: 0; right: 0; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: .6s; -moz-animation-duration: .6s; -o-animation-duration: .6s; animation-duration: .6s;}
header.scroll {-webkit-animation-name: fadeHeaderInDown; -moz-animation-name: fadeHeaderInDown; -o-animation-name: fadeHeaderInDown; animation-name: fadeHeaderInDown;}
 @-webkit-keyframes fadeHeaderInDown {
 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0);}
 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0);}
}
 @-moz-keyframes fadeHeaderInDown {
 0% { opacity: 0; -moz-transform: translate3d(0, -100%, 0);}
 100% { opacity: 1; -moz-transform: translate3d(0, 0, 0);}
}
 @-o-keyframes fadeHeaderInDown {
 0% { opacity: 0; -o-transform: translate3d(0, -100%, 0);}
 100% { opacity: 1; -o-transform: translate3d(0, 0, 0);}
}
 @keyframes fadeHeaderInDown {
 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}
 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

header .logo {top: 0; padding: 15px 0; float: left;-webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}
header .logo img {display: block; height: 40px; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}

header .menu {float: left; margin-left:30px; height:100%;}
header .menu.open{display:block;}
.menu-nav {}
.menu-nav li {float: left;width: 110px;text-align: center;position: relative;z-index: 1000;}
.menu-nav li::after {content: "";position: absolute;display: block;top: 50%;right: 0;margin-top: -7px;width: 1px;height: 14px;background-color: #d3d3d3;}
.menu-nav li:last-child::after {display: none;}
.menu-nav li > a {display: inline-block;text-align: center;line-height: 100px;padding: 0 6px;font-size: 16px;color: #333333;position: relative;   /*  -webkit-transition: .3s;-o-transition: .3s;transition: .3s; */}
.menu-nav li > a::after {content: "";display: block;position: absolute;width: 0;height: 2px;background: #14367f;position: absolute;bottom: 21px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.menu-nav .on>a,.menu-nav li > a:hover {color: #14367f; font-weight: normal;}
.menu-nav .on > a::after,.menu-nav li > a:hover::after {width: 100%;}
.menu-nav dl {display: none;min-width: 124px;position: absolute;top: 93px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);padding: 7px 0;}
.menu-nav dl::before{content: " ";width: 12px;height: 7px;position: absolute;background: url(../images/sub.png) no-repeat 0 0;top: 0;left: 50%;margin-left: -6px;}
.menu-nav dd a{display: block;line-height: 42px;text-align: center;font-size: 14px;color: #fff;white-space: nowrap;-webkit-transition: .2s;-o-transition: .2s;transition: .2s;background-color:#14367f;padding: 0 10px;}
.menu-nav dd a:hover{color: #fff; background:#ffbf00}

.hdright {padding: 0; position: absolute; top: 0;  right: 0; height: 100%; line-height:70px;}
.hdright>a, .hdright>div{display: block; height: 100%; border-left: 1px solid #f5f5f5; padding: 0 20px;  margin: 0;box-sizing: content-box; float:left;font-size: 16px;}
.hdright>a.searchbtn {width: 35px; z-index: 4; text-align: center; font-weight: bold; font-size: 17px;}

.hdright .menuBtn {width: 26px; height: 30px; padding: 20px; cursor: pointer; transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;  -webkit-transition: 0.3s; -o-transition: 0.3s; box-sizing:content-box; float:left; position: relative;}
.hdright .menuBtn b {display: block; height: 2px; border-radius: 2px; background-color: #14367f; margin: 5px 0 7px; transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}
.hdright .menuBtn.open b {display: none; margin: 0; position: absolute; left: 20px; top: 34px; width: 26px;}
.hdright .menuBtn.open b:first-child {display: block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);}
.hdright .menuBtn.open b:last-child {display: block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

.hdright .hdcompany {font-size: 14px; display: none; position: fixed; left: 0; right: 0; top: 60px; background-color: #ffffff; padding: 0 20px; -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);}
.hdright .hdcompany  li{border-bottom:1px dashed #eee;}
.hdright .hdcompany  li img{width:18px; vertical-align: middle; margin-right:8px; display: inline-block;}
.hdright .hdcompany  li a {display: block; line-height: 40px;}
.hdright .hdcompany  li a:hover {color: #14367f;}

.searchbox {position: fixed; right: 0; top: 0; width: 100%; height:100%; z-index: 999; background: #222; transform-origin: bottom center;  transform: scaleY(0);  transition: transform .3s .5s;}
.searchbox.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}
.searchbox form{position:absolute;top: 50%;  position: absolute;  margin: 0 5%; width:90%; border-bottom: 1px solid #555;opacity: 0; transform: translate(0, 40px); transition: all .5s;margin-top: -30px;}
.searchbox.active form{opacity: 1; transform: translate(0, 0); transition: all .5s .3s;}
.searchbox .searchbox-colse {display: block; width: 30px; height: 30px; background: url(../images/slide-close.png) no-repeat center center;  position: absolute; top: 20px; right: 20px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.searchbox .searchbox-colse:hover {transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg);}
.searchbox .searchtext {width: 100%; height: 40px; padding: 10px 60px 10px 10px; text-align: center; background:none; border:none; color:#fff; font-size:1.2em;}
.searchbox .searchbtn {position: absolute; right: 0; top: 0; background: #14367f; width: 60px; height: 40px; color: #fff; font-family: "Microsoft YaHei"; cursor: pointer;border: 1px solid #555;}
.searchbox .searchbtn:hover{background:#ffbf00}
/*侧边导航*/
.headsideNav {display: none;}

/*banner*/
.banner{width:100%;position:relative;background:#fff}
.banner .bannerbox{height:80vh;position: relative; margin-bottom:0!important;}
.banner .item{width: 100%; overflow:hidden;}
.banner .item .con{width:100%;height:80vh; background-repeat: no-repeat; background-position: center center; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; cursor: pointer;transition:opacity 1s,transform 5s;-webkit-transition:opacity 1s,transform 5s;-moz-transition:opacity 1s,transform 5s;-ms-transition:opacity 1s,transform 5s;-o-transition:opacity 1s,transform 5s; position: relative;}
.banner .item .text{position: absolute;
    top: 40%;
    width: 60%;
    max-width: 1000px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: translateY(-30%);
	line-height: initial;
}
.banner .item .text * {
    transform: translateY(3rem);
    opacity: 0;
}
.banner .item .text .bannerTitle {
    color: #fff;
    position: relative;
    font-size: 130px;
    text-align: center;
    text-shadow: #555 3px 4px 5px;
	text-transform: uppercase;
}
.banner .item .text .summry {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 4rem;
    text-shadow: #555 3px 4px 5px;
}
.banner .item .text .more {
    width: 166px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
}
.banner .item .text .more:hover {    
    background: #14367f;
}
.banner .item.swiper-slide-active .con{transform:scale(1.05);opacity:1;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}

.banner .item.swiper-slide-active .text * {
    transition: top 2s ease .5s, opacity 2s ease .5s;
    transform: translateY(0);
    opacity: 1;
}

.banner .bannerbox ul{bottom:10px;}
.banner .bannerbox ul li button::before{box-sizing:content-box;}
.banner .pagerBanner{width:100%; bottom:0; position: absolute; text-align: center; z-index:100;}
.banner .prevBanner,.banner .nextBanner{position: absolute;top: 55%;margin-top: -35px;width: 70px;height: 70px;z-index:999; opacity:0.5;}
.banner .prevBanner {background: url(../images/prev2.png) no-repeat center;left: 20px;}
.banner .nextBanner {background: url(../images/next2.png) no-repeat center;right: 20px;}
.banner:hover .prevBanner,.banner:hover .nextBanner{opacity:1;}

.banner .swiper-pagination-bullet{width:12px; height:12px;}
.banner .swiper-pagination-bullet-active{background:#ffbf00}

@media screen and (max-width: 1280px) {   
	.banner .item .text .bannerTitle {font-size:96px;}
	 .banner .item .text .summry {margin-bottom: 3rem;}
}

@media screen and (max-width: 1024px) {   
 .banner .bannerbox{height: 60vh;}
 .banner .item .con{height: 60vh;}
 }
 
@media screen and (max-width:896px){
 .banner .bannerbox{height:50vh;}
 .banner .item .con{height:50vh;}
 .banner .item .text .bannerTitle {font-size:60px;}
 .banner .item .text .summry {font-size:24px;margin-bottom: 2rem;}
}
@media screen and (max-width:640px){
	.banner .bannerbox{height:40vh;}
 .banner .item .con{height:40vh;}
 .banner .item .text{width:80%;}
 .banner .item .text .bannerTitle {font-size:48px;}
 .banner .item .text .summry {font-size:18px;margin-bottom: 2rem;}
}

/*index page*/
.hebox{ width:100%; overflow:hidden; padding:30px 0;}
.hebox .title{ width:100%; overflow:hidden; padding:30px 0; text-align:center;}
.hebox .title h2{ font-size:30px; font-weight:normal; line-height:40px;}
.hebox .title h2 i{ font-weight:normal;}
.hebox .title span{ display:block; font-size:36px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; padding-top:10px; color:#dedede;}
.hebox.idxcurture{padding:30px 1%;}
@media screen and (max-width: 640px) {
 .hebox {padding:15px 0!important;}
 .hebox .title h2 {line-height:30px;}
 .hebox .title span {font-size: 20px; padding-top: 5px;} 
}
@media screen and (max-width: 1024px) {
 .hebox .title{padding:10px 0;} 
 .hebox .title h2 {font-size:24px;}
 .hebox .title span {font-size: 24px; padding-top: 5px;}
}


/*index curture*/
.idxcurturelist{width: 100%; position: relative; margin: 20px 0; padding-bottom:30px;}
.idxcurturelist .idxcurtureitem { width:24%; float:left; margin:0;background:#fff;  cursor:pointer; margin-bottom:15px; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;border: 1px solid #eee;}

.idxcurturelist .idxcurtureitem .imgarea{ width:100%; overflow:hidden; position: relative;}
.idxcurturelist .idxcurtureitem .imgarea img{ display:block; width:100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.idxcurturelist .idxcurtureitem:hover{box-shadow:0 0 15px 0 rgba(0,0,0,0.2);}
.idxcurturelist .idxcurtureitem:hover .imgarea img{ -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

.idxcurturelist .idxcurtureitem .roof{ padding:20px 15px; overflow:hidden; text-align:center; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,0.3);}
.idxcurturelist .idxcurtureitem:hover .roof{background: rgba(0,0,0,0);}
.idxcurturelist .idxcurtureitem .roof h2{ font-size:26px;font-weight: bold; color: #fff; padding: 20px; padding-top: 40%; margin-top: -50px;}
.idxcurturelist .idxcurtureitem .roof span{ display:block; font-size:16px; color:#fff; text-transform:uppercase; position:relative;}
.idxcurturelist .idxcurtureitem .roof span::after {content: ""; position: absolute; display: block; bottom: -20px; right: 50%; margin-top: 0; margin-right: -10px; width: 20px; height: 2px; background-color: #fff;webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.idxcurturelist .idxcurtureitem:hover .roof span::after{margin-right: -40px; width: 80px; }

.idxcurturelist .idxcurtureitem .solut-text{ width:100%; overflow:hidden; font-size:16px; padding:15px 0; background: #fff;text-align: center; line-height:25px;}
@media screen and (max-width: 640px) {
 .idxcurturelist {margin: 10px 0;}
}

.idxcurturelist .swiper-pagination{width:100%; bottom:0; margin-left: -20px;}
.idxcurturelist .swiper-pagination span{margin:0 5px;}
.idxcurturelist .swiper-pagination>a{z-index: 20; font-size:48px; position:absolute;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.idxcurturelist .swiper-pagination>a:hover{color:#14367f;}
.idxcurturelist .swiper-pagination>a.prevCurture{left:15%;}
.idxcurturelist .swiper-pagination>a.prevCurture:hover{left:14.5%;}
.idxcurturelist .swiper-pagination>a.nextCurture{right:15%;}
.idxcurturelist .swiper-pagination>a.nextCurture:hover{right:14.5%;}
.idxcurturelist .swiper-pagination>a.swiper-button-disabled{color:#dedede; cursor:default;}

/*index company*/
.idxAboutus {background: url(../images/aboutbg.jpg);background-attachment: fixed;overflow: hidden;}
.idxAboutus .comimg {height: 230px; position: relative;}
.idxAboutus .comimg .imgpic{height: 100%; width: 100%; background: url(../images/comimg.jpg) no-repeat center center; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.idxAboutus .comimg .comtext {position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 20px; color: #ffffff; text-transform: uppercase;}
.idxAboutus .comimg .comtext h2 {font-weight: lighter; font-size:32px; }
.idxAboutus .comimg .comtext h3 {padding: 20px 0; font-size:22px; font-weight:bold;}
.idxAboutus .comcontent {padding: 20px; color:#fff;}
.idxAboutus .comcontent h2 {text-transform: uppercase; font-family: DINPro; padding: 0 0 5px 0; font-size:32px; position:relative; line-height:42px;border-bottom: 1px solid #6d9ece;
    margin-bottom: 20px;}
.idxAboutus .comcontent h2 font{position:absolute; top:0; right: 0; font-size:36px; color:#fff; opacity:0.2;}
.idxAboutus .comcontent h2 i{font-size:22px;}
.idxAboutus .comcontent .desc{line-height:28px; text-indent:2em;}
.idxAboutus .comcontent p {color: #34364b; opacity: 0.8;}

/*index honor*/
.idxHonor{margin-top:-150px!important;    padding-bottom: 0;}
.idxHonor .Honorborder1{margin:0 -50px; background:url(../images/Honorborder1.png) top center repeat;padding: 15px;}
.idxHonor .Honorborder2{padding:15px; background:#fff;}
.idxHonor .Honorbody{background:#f1f1f1;padding: 30px 0;margin: 30px 20px;    margin-bottom: 0;}
.idxHonor .idxHonorlist{overflow:hidden; position:relative;padding:20px; padding-bottom: 50px;}
.idxHonor .idxHonorlist  ul {}
.idxHonor .idxHonorlist  ul li{width:21%; padding:0; float:left; box-sizing: border-box; border:1px solid #dedede; }
.idxHonor .idxHonorlist  ul li dl dt a{display: block; overflow:hidden;}
.idxHonor .idxHonorlist  ul li dl dt a img{display: block; width: 100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; }
.idxHonor .idxHonorlist  ul li dl dt a:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.idxHonor .idxHonorlist  ul li dl dd{text-align: center; font-size: 14px; margin-top: 10px;}

.idxHonor .idxHonorlist .swiper-pagination{width:100%; bottom:0; margin-left: -20px;}
.idxHonor .idxHonorlist .swiper-pagination span{margin:0 5px;}
.idxHonor .idxHonorlist .swiper-pagination>a{z-index: 20; font-size:48px; position:absolute;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.idxHonor .idxHonorlist .swiper-pagination>a:hover{color:#14367f;}
.idxHonor .idxHonorlist .swiper-pagination>a.prevHonor{left:15%;}
.idxHonor .idxHonorlist .swiper-pagination>a.prevHonor:hover{left:14.5%;}
.idxHonor .idxHonorlist .swiper-pagination>a.nextHonor{right:15%;}
.idxHonor .idxHonorlist .swiper-pagination>a.nextHonor:hover{right:14.5%;}
.idxHonor .idxHonorlist .swiper-pagination>a.swiper-button-disabled{color:#dedede; cursor:default;}

/*index case*/
.idxCase {background-color: #f6f6f6;}
.idxCase .idxCaselist {width: 100%; position: relative; margin: 20px auto; padding:0 20px;}
.idxCase .idxCaselist ul{display: -webkit-flex;display:flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;}
.idxCase .idxCaselist li {margin: 0 0 30px 0; width:31%;}
.idxCase .idxCaselist li a {display: block; position:relative;}
.idxCase .idxCaselist li .imgarea {display:block; overflow:hidden;}
.idxCase .idxCaselist li .imgarea img {display: block; margin: 0 auto; width: 100%; overflow:hidden; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.idxCase .idxCaselist li .imgarea .Mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1; padding: 15px; opacity: 0; transition: all 1s;}
.idxCase .idxCaselist li .imgarea .Mask .NameB{width: 100%; height: 100%; padding:15px; overflow:hidden;}
/*.CaseShowList dl dt .Mask .NameB h3{text-align: center; font-size: 18px; font-weight: normal; margin-top: 23%;}*/
.idxCase .idxCaselist li .imgarea .Mask .NameB h3{text-align: center; font-size: 20px; font-weight: normal; line-height: 50px; color:#fff;border-bottom: 1px solid #8e8d8d;  margin-bottom: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*.CaseShowList dl dt .Mask .NameB > a{display: block; width: 26px; height: 26px; margin: 0 auto; margin-top: 20px;}*/
.idxCase .idxCaselist li .imgarea .Mask .NameB{margin: 0 auto; color: #fff; font-size: 16px; line-height: 30px; text-indent: 2em; line-height: 32px;}
.idxCase .idxCaselist li .imgarea .Mask .NameB .Let{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.idxCase .idxCaselist li .imgarea .Mask .NameB .Let img{float:right; width:auto;}

.idxCase .idxCaselist li .desc {padding: 10px; background-color: rgba(0,0,0,.5); text-align: center; position: absolute; width:100%; bottom:0; left:0; z-index:10;}
.idxCase .idxCaselist li .desc:before {content: ""; position: absolute; z-index: -1; left: 0; right: 100%; top: -2px; background: #ffbf00; height: 2px; -webkit-transition-property: right; -o-transition-property: right; -moz-transition-property: right; transition-property: right; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.idxCase .idxCaselist li .desc h3 {color: #fff; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 35px; font-size:16px;}
.idxCase .idxCaselist li a:hover .desc:before {right: 0; z-index: 2;}
.idxCase .idxCaselist li a:hover .imgarea img {-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.idxCase .idxCaselist li a:hover .imgarea .Mask{opacity: 1;}


.idxCase .index-more{text-align:center; margin-top: -20px;}
.idxCase .index-more a{color:#14367f; border-color:#14367f}

/*idxNews*/
.idxnewsList{padding: 20px 0;}
.idxnewsList .swiper-slide ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.idxnewsList .swiper-slide li {width: 48%; font-size: 14px;padding: 15px 10px;border-bottom: #eee 1px solid;transition: all 0.5s ease;}
.idxnewsList .swiper-slide li:last-child{border-bottom:none;}
.idxnewsList .swiper-slide li .tit{margin-bottom: 8px;}
.idxnewsList .swiper-slide li h3 {transition: all 0.5s ease; padding-left:15px; background:url(../images/dian.png) no-repeat left center;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.idxnewsList .swiper-slide li .tit a {display: block;font-size: 16px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idxnewsList .swiper-slide li a> span {float: right;font-size: 14px;font-weight: normal;line-height: 1.5;color: #bebebe;}

.idxnewsList .swiper-slide li .txt{overflow: hidden;}
.idxnewsList .swiper-slide li .txt img {float: left;margin-right: 15px;width: 15%;min-width: 75px;}
.idxnewsList .swiper-slide li .txt p {font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #666;text-indent: 2em;}


.idxnewsList .swiper-slide li:hover {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.idxnewsList .swiper-slide li:hover a{color: #14367f;}
.idxnewsList .swiper-slide li:hover h3{padding-left:20px; background:url(../images/dian2.png) no-repeat left center;}

.idxnewsList .swiper-pagination{padding: 40px 0; bottom: 0; position: relative;counter-reset: main;}
.idxnewsList .swiper-pagination-bullet{width: 35px; height: 35px; border-radius: 5px; background: #fff; border: 1px solid #000;position:relative; color:#000;}
.idxnewsList .swiper-pagination-bullet::before{list-style: none; counter-increment: main; content: counter(main); position:absolute; width:33px; height:35px; left:0; top:0; font-size: 16px; line-height:33px;}
.idxnewsList .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ffbf00; color:#fff; border: 1px solid #ffbf00;}
/*index partner*/
.partner-wrapper {overflow: hidden;}
.idxPartner {background-color: #f1f4f9;}
.idxpart-list {position: relative;}
.idxpart-list li a {display: block; border: 1px solid #dbdced;}
.idxpart-list li img {display: block; width: 100%;}
.idxpart-list .index-btn.index-prev.swiper-button-disabled {display: none !important;}
.idxpart-list .index-btn.index-next.swiper-button-disabled {display: none !important;}

.idxpart-list .swiper-pagination{width:100%; bottom:0; position: relative; padding:20px 0 0;}
.idxpart-list .swiper-pagination span{margin:0 5px;}

/*footer*/
.footer{background:#f2f2f2;border-top: 1px solid #14367f;}
.ftnav{text-align:center;border-bottom:1px solid #ddd; overflow:hidden; display:none;}
.ftnav .logo_f{float:left;}
.ftnav .logo_f img{float:left; margin-top:12px;}
.ftnav ul{float:none;}
.ftnav li{display:inline-block; *display:inline; position: relative;}
.ftnav li a{display:block; padding:25px 5px; font-size:14px;position:relative;transition: all 0.5s;}
.ftnav li a:hover{color:#14367f;}
.ftnav li a::before{content:""; position:absolute; height:2px; bottom: -1px; width: 0; background:#14367f; left:0;transition: all 0.5s;}
.ftnav li a::after{position:absolute;content:"";height:13px;width:1px;right:0;top:28px;background:#ccc;}
.ftnav li:last-child a:after{display:none;}
.ftnav li a:hover::before{width: 100%; }
.ftcontent{margin-top:20px;}
.ftcontent h2{font-size:18px;font-weight:bold;padding-bottom:10px;margin-bottom:25px;border-bottom:1px solid #ddd; color:#14367f}
.ftcontent .ftcleft{float:left;}
.ftcontent .ftcleft li{font-size:14px;margin-bottom:10px;}
.ftcontent .ftcleft li span{color:#999;}

.ftcontent .qrcode{float:right; display:none;}
.ftcontent .qrcode p{color:#999; text-align:center;}
.ftcontent .qrcode img{width:160px;height:auto;}

.bottom{padding: 10px 0; margin-top: 30px; background: #eaeaea; text-align: center; line-height: 30px;}
.bottom .links{ width:100%; overflow:hidden;}
.bottom .links span{color:#888;}
.bottom .links a{color: #888; margin-right:20px; transition: all 0.6s;}

.bottom .copy{margin: 0 auto;text-align: center;}
.bottom .copy span{margin-right:10px;}
.bottom .copy a {color: #999; font-size: 14px;}
.bottom a:hover{color:#14367f;text-decoration:underline;}

@media screen and (max-width: 640px) {
	.bottom{display:none;}
}

.index-more a {display: inline-block; border: 2px solid #e1e1e4; height: 35px; line-height: 33px; text-align: center; padding: 0 20px; color: #fff;transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}


/*----------------------inner page---------------------*/
.inside-banner {position: relative; overflow: hidden;}
.inside-banner img {display: block; width: auto; max-width: none; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); height:160px;}
.inside-banner .titbox{text-align:center;position:absolute;z-index:1;width:100%;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%); color:#fff;}
.inside-banner .titbox h3 {font-size: 40px; color: #fff; text-transform: capitalize;line-height:1;}
.inside-banner .titbox p{font-size:20px; line-height:50px;text-transform: uppercase;}
/*导航*/
.navbar {position: relative;z-index: 25;background-color: #ffffff;border-bottom: 1px solid #e0e0e0;}
.navbar h3{font-size: 16px;line-height: 50px;font-weight: bold;text-align: center;}
.navbar h3::after {content: '';display: inline-block; vertical-align: middle; margin: 0 0 -3px 10px; border-width: 7px; border-style: solid dashed dashed dashed;border-color: #333 transparent transparent transparent;}
.navbar .subnav {display: none;position: absolute; left: 0;top: 50px;z-index: 10; width: 100%;background-color: #fff; padding-bottom: 20px;border-top: 1px solid #ccc;-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2); font-size: 0; overflow: hidden;}
.navbar .subnav a {display: block;padding-left: 20px;font-size: 16px;line-height: 45px; border-bottom: 1px solid #ccc;}
.navbar .subnav a.cur {color: #d82019;}

/*主体*/
.inside-inner{padding-top:20px;padding-bottom:20px;overflow: hidden;}
.channel_desc{font-size:15px; line-height: 30px; padding:30px 0; color:#666;}
.inside-inner .left{width:23%; float:left;}
.inside-inner .right{width: 75%; float:right;}

/*公司介绍*/
.comInformation{}
.comInformation .thumb img {display: block;max-width: 100%;}
.comInformation .infor {padding: 0; color: #666; font-size: 15px;}
.comInformation .infor h3 {color: #14367f; padding: 20px 0 10px 0; font-size: 24px;  /* text-align: center; */}
.comInformation .infor h3 em{padding-left:20px;}
.comInformation .infor h4 {font-size: 20px; margin: 20px 0;color: #333;}
.comInformation .infor h4::after{content: ''; display:block; height: 3px; display: block; background:#14367f; width: 40px; margin: 30px 0;}
.comInformation .infor .name {float: left;display: block;}
.comInformation .infor p {overflow: hidden; display: block; text-indent: 2em; margin-bottom: 20px;}
.comInformation .index-more {text-align: center;}
.comInformation .index-more a{color:#14367f; border-color:#14367f}
/*董事长致辞*/
.comSpeech{box-shadow: 4px 4px 15px #ddd; padding: 30px 0; margin: 40px 0 0 0;}
.comSpeech .speechtext{padding:20px 5%; overflow:hidden; color:#666;}
.comSpeech .infor h3 {font-size: 24px; color: #14367f; padding-bottom: 20px; padding-top: 20px;}
.comSpeech .infor p{overflow: hidden; display: block; text-indent: 2em; margin-bottom: 20px;}
.comSpeech .index-more {text-align: center;}
.comSpeech .index-more a{color:#14367f; border-color:#14367f}
/*公司荣誉*/
.comHonor{}
.comHonor .Honorlist{overflow:hidden; position:relative;padding:0; padding-top: 20px; padding-bottom: 50px;}
.comHonor .Honorlist  ul {}
.comHonor .Honorlist  ul li{width:21%; padding:0; float:left; box-sizing: border-box; border:1px solid #dedede; }
.comHonor .Honorlist  ul li dl dt a{display: block; overflow:hidden;}
.comHonor .Honorlist  ul li dl dt a img{display: block; width: 100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; }
.comHonor .Honorlist  ul li dl dt a:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.comHonor .Honorlist  ul li dl dd{text-align: center; font-size: 14px; margin-top: 10px;}

@media screen and (min-width: 640px) {
 .comInformation .index-more {text-align: left;}
 .comSpeech .index-more {text-align: left;}
}

@media screen and (min-width: 1024px) {
 /*company*/
 .comInformation .thumb {float: left;width: 46.5%;margin: -1px 0 -1px -1px;}
 .comInformation .infor {overflow: hidden;border: 0; padding: 0 2% 0 5.8%;line-height: 28px;}
 .comInformation .infor h3 {font-size: 36px; color: #333; line-height:55px;}
 .comInformation .infor h3 em{display: block; font-weight:normal; padding-left:0;}
 
 /*comSpeech*/
 .comSpeech{padding: 50px 0; margin: 80px 0 0 0;}
 .comSpeech .speechtext{padding:40px 5%; }
 .comSpeech .thumb {float: right;width: 46.5%; margin: -1px 0 -1px -1px;}
 .comSpeech .thumb img {display: block; width: 100%;}
 .comSpeech .infor {overflow: hidden;border: 0; line-height: 28px; float:left; width:47%;}
 .comSpeech .infor h3 {padding-bottom: 30px; padding-top: 0;} 
}

/*发展历程*/
.licheng1{margin-top:0; width:100%;}
.licheng1 img{width: 100%;}

.licheng2{padding-top:20px; position:relative;}
.licheng2 ul{position:relative; z-index:1;}
.licheng2 .line{width:2px;height:100%;left:124px;top:50px;background:#eee;position:absolute;}
.licheng2 li{overflow: hidden;}
.licheng2 li h3 {float: left; font-size: 30px; color: #666; font-family: Georgia; font-weight: bold; width: 100px;margin-top:0;    line-height: 50px;}
.licheng2 li span{display:block;float:left; width:50px;height:50px; margin-top:8px;background:#fff url("../images/horone01.png") no-repeat center center;}
.licheng2 li div {font-size: 15px; color: #666; float: right; width: calc(100% - 170px);position:relative;padding:15px 0 20px 20px;border-bottom:1px dashed #dedede;}
.licheng2 li div::after,.licheng2 li div p::after{position:absolute;content:"";width:6px;height:6px;background:#14367f;transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);left:0; top:25px;}
.licheng2 li div p{margin-top:7px; position:relative;}
.licheng2 li div p::after {top: 8px; left: -20px;}

@media screen and (min-width: 640px) {
 .licheng2 li h3 {font-size: 35px; width: 120px;margin-top:20px; line-height: 50px;}
 .licheng2 li span{width:50px;height:50px; margin-top:28px;background:#fff url("../images/horone01.png") no-repeat center center;}
 .licheng2 li div {width: calc(100% - 220px);position:relative;padding:40px 0 40px 20px;}
 .licheng2 .line{left:144px;top:50px;}
 .licheng2 li div::after,.licheng2 li div p::after{top:48px;}
 .licheng2 li div p::after {top: 8px; left: -20px;}
}

/*人才理念*/
.linian{padding-top: 30px;}
.linian .hebox .title{padding-bottom: 0;}
.linian .channel_desc{padding-top:0;}
.linian_list {padding-bottom: 40px;}
.linian_list li{background: #f9f9f9;} 
.linian_list li .imgarea{overflow:hidden; padding:0 ; margin:0 ; }
.linian_list li .imgarea img{width: 100%; display:block;}
.linian_list li .imgtext{padding: 10px 20px; border:1px solid #eee; border-top:0;}
.linian_list li .imgtext h3{line-height: 45px; text-align:center; font-size:20px;}
.linian_list li .imgtext p{display: -webkit-box; line-height: 24px; height:72px;  -o-text-overflow: ellipsis;  text-overflow: ellipsis;  overflow: hidden;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;color: #929292;}

/*人才招聘*/
.clsjoblist{background: #f9f9f9; padding: 30px 0; overflow: hidden;}
.clsjoblist li{cursor:pointer; width:100%; display:block; float:left;background:#fff;}
.clsjoblist li:nth-child(odd){background:#fbfbfb;}
.clsjoblist li.title{background:#14367f}
.clsjoblist li.title dd{color:#fff;}
.clsjoblist li input[type=checkbox]{ margin:0 15px 0 10px; }
.clsjoblist li dl{  height:73px;  color:#666666; font-size:14px; border-bottom:1px solid #ebebeb; margin-bottom:0;}
.clsjoblist li dl dd.til{width: 40%;float:left;line-height:73px;padding-left: 15px;box-sizing: border-box;}
.clsjoblist li dl dd.til input{ width:0px; height:0px; margin:0px; padding:0px; display:none;}
.clsjoblist li dl dd.city{width: 25%;float:left;line-height:73px;}
.clsjoblist li dl dd.num{width: 25%;float:left;line-height:73px;}
.clsjoblist li dl dd.icon{width: 10%;height:73px;float:right; text-align:center;line-height:73px; }
.clsjoblist li dl dd.icon em{ display:inline-block;width:20px; height:20px; background:url(../images/iconadd.png) no-repeat;margin:26px 17px 0 0; }
.clsjoblist .sub_text{ padding:30px 20px; display:none; line-height:28px; background: #fff;}
.clsjoblist .sub_text h3{ font-size:14px; color:#e11b1c; line-height:32px; margin: 0;}
.clsjoblist .sub_text p{ font-size:14px; color:#666666; line-height:32px;}
.clsjoblist li.sel dl dd.icon em{ background:url(../images/icondec.png) no-repeat;}
.clsjoblist li.sel .sub_text{display:block;}

/*联系我们*/
.contactus{}
.contactus .contactlist{margin: 50px 0; overflow: hidden;}
.contactus .contactlist ul{width:100%; float:none;}
.contactus .contactlist li{margin-bottom:30px;}
.contactus .contactlist li h3{font-size:20px;font-weight:bold;padding-bottom:10px;border-bottom:1px dotted #999;}
.contactus .contactlist li div{margin-top:10px;}
.contactus .contactlist li div p{font-size:16px;color:#666;}
.contactus .contactlist .qrcode{float:none;width:100%; text-align:center;}
.contactus .contactlist .qrcode h3{font-size:20px; font-weight:bold;margin-bottom:30px;}
.contactus .contactlist .qrcode span{display:block; float:none; margin-right:0;}
.contactus .contactlist .qrcode span img{width:150px; height:auto; border:1px solid #eee; margin:0 auto;}
.contactus .contactlist .qrcode span p{text-align:center;margin:10px 0;font-size:16px;}
.contactus .map{height: 400px; width:100%;}
.contactus .map iframe {width: 100%; height: 100%;}

@media screen and (min-width: 640px) {
 .contactus .contactlist ul{width:45%; float:left;}
 .contactus .contactlist .qrcode{float:right;width:45%; text-align:left;}
 .contactus .contactlist .qrcode span {display: block; float: left; margin-right: 20px;} 
}

/*在线留言*/
.feedback{margin: auto;  margin-top: 100px; margin-bottom: 40px; width: 800px; max-width:100%; border: 1px solid #eee; border-radius: 10px; padding: 40px; padding-top: 80px; position: relative;  background: #fff url(../images/feedbackbg.jpg) right top no-repeat;
    background-size: 60%;}
.feedback h3{font-size: 22px;font-weight: bold;color: #14367f;text-align: center;}
.feedback h5{font-size: 15px;color: #888;margin-top: 5px;margin-bottom: 40px;text-align: center;}
.feedback form i{width: 90px; height: 90px; display: block; text-align: center; line-height: 90px; background: #14367f; color: #fff; font-size: 3rem; border-radius: 50%; position: absolute; top: -45px; left: 50%; margin-left: -60px;border: 8px solid rgba(255, 255, 255, 0.80); box-sizing: content-box;}
.feedback .feedbacklist li{margin-bottom:30px; position:relative;}
.feedback .feedbacklist li:not(.lisubmit):after{content:'*';  position: absolute; color: #e0020e; left: 10px; top: 18px; line-height: 1;}
.feedback .feedbacklist .default-form-item{width: 100%;margin-bottom: 20px;}
.feedback .feedbacklist input[type="text"]{width: 100%;padding: 0 20px;background: #fff;border: 1px solid #eaeaea;line-height: 46px;height: 46px;font-size: 14px;color: #333;outline-color: #14367f;}
.feedback .feedbacklist textarea{width: 100%; padding: 0 20px;line-height: 46px;font-size: 14px;color: #333;background: #fff;border: 1px solid #eaeaea;height: 138px; outline-color: #14367f;}
.feedback .feedbacklist .default-form-item input::-webkit-input-placeholder,.feedback .feedbacklist textarea::-webkit-input-placeholder{font-size: 14px;color: #888;}
.feedback .feedbacklist input[type="submit"]{border: none;background: #14367f;width: 100%;text-align: center;line-height: 40px; height: 40px;color: #fff;font-size: 14px;cursor: pointer;}
.feedback .feedbacklist input[type="submit"]:hover{background:#ffbf00}
@media screen and (min-width: 640px) {
 /*在线留言*/
 .feedback{margin-top: 140px; padding: 80px; padding-top: 100px;}
 .feedback form i{width: 120px; height: 120px; line-height: 120px;font-size: 4rem; top: -60px; margin-left: -60px;} 
}

/*公司荣誉*/
.Honor-list{}
.Honor-list ul{overflow:hidden;}
.Honor-list ul li{float:left; width:48%; margin-right:4%; margin-bottom:20px;}
.Honor-list ul li:nth-child(3n+0){margin-right: 4%;}
.Honor-list ul li:nth-child(even){margin-right: 0;}
.Honor-list ul li .imgarea{width: 98%; overflow:hidden; margin:0 1%; margin-bottom:1px;}
.Honor-list ul li .imgarea img{width: 100%; height: 100%;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.Honor-list ul li .imgarea:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.Honor-list ul li .imgtext{text-align: center;margin-top: -8px;font-size: 16px;}

@media screen and (min-width: 768px) {
 /*公司荣誉*/
 .Honor-list ul li{float:left; width:32%; margin-right:2%; margin-bottom:30px;}
 .Honor-list ul li:nth-child(even){margin-right: 2%;}
 .Honor-list ul li:nth-child(3n+0){margin-right: 0;}
}

/*产品中心*/
.product-list {width: 100%; position: relative; margin: 20px auto; padding:0 20px;}
.product-list ul{display: -webkit-flex;display:flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;}
.product-list li {margin: 0 0 30px 0; width:31%;}
.product-list li a {display: block; position:relative;}
.product-list li .imgarea {display:block; overflow:hidden;}
.product-list li .imgarea img {display: block; margin: 0 auto; width: 100%; overflow:hidden; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.product-list li .imgarea .Mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1; padding: 15px; opacity: 0; transition: all 1s;}
.product-list li .imgarea .Mask .NameB{width: 100%; height: 100%; padding:15px; overflow:hidden;}
.product-list li .imgarea .Mask .NameB h3{text-align: center; font-size: 20px; font-weight: normal; line-height: 50px; color:#fff;border-bottom: 1px solid #8e8d8d;  margin-bottom: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-list li .imgarea .Mask .NameB{margin: 0 auto; color: #fff; font-size: 16px; line-height: 30px; text-indent: 2em; line-height: 32px;}
.product-list li .imgarea .Mask .NameB .Let{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.product-list li .imgarea .Mask .NameB .Let img{float:right; width:auto;}

.product-list li .desc {padding: 10px; background-color: rgba(0,0,0,.5); text-align: center; position: absolute; width:100%; bottom:0; left:0; z-index:10;}
.product-list li .desc:before {content: ""; position: absolute; z-index: -1; left: 0; right: 100%; top: -2px; background: #ffbf00; height: 2px; -webkit-transition-property: right; -o-transition-property: right; -moz-transition-property: right; transition-property: right; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.product-list li .desc h3 {color: #fff; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 35px; font-size:16px;}
.product-list li a:hover .desc:before {right: 0; z-index: 2;}
.product-list li a:hover .imgarea img {-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.product-list li a:hover .imgarea .Mask{opacity: 1;}
@media screen and (max-width: 1280px) {	
	.product-list li .desc{padding: 0;}
	.product-list li .imgarea .Mask .NameB .Let{line-height:25px;}
}
@media screen and (max-width: 1024px) {
	.product-list li .imgarea .Mask .NameB .Let{-webkit-line-clamp: 2;}
}
@media screen and (max-width: 768px) {
	.product-list li{width:48%}	
}
@media screen and (max-width: 640px) {
	.product-list li .imgarea .Mask{display:none;}
}

/*图文新闻中心*/
.newsimg-list{}
.newsimg-list ul{}
.newsimg-list li{display: inline-block; width:100%; margin-right:0; margin-bottom:30px; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}
.newsimg-list li a {display: block; border: 1px solid #e3e3eb; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}
.newsimg-list li .news-img{overflow:hidden;}
.newsimg-list li .news-img img{width:100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsimg-list li .news-text {padding: 10px 20px; border-top: 1px solid #e3e3eb;}
.newsimg-list li .news-text .name {color: #58596d;font-size: 16px;display: -webkit-box;height: 32px; line-height: 32px; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.newsimg-list li .news-text .desc {color: #b2b2b2;font-size: 13px;display: -webkit-box; height: 72px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 5px 0; text-indent: 2em;}
.newsimg-list li .news-text .date {display: block;color: #999999;font-family: Montserrat;}

.newsimg-list li:hover{box-shadow: 4px 4px 15px #ddd;}
.newsimg-list li a:hover .news-img:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.newsimg-list li a:hover .news-text .name{color:#14367f}
@media screen and (min-width: 640px) {
 .newsimg-list li{width:48%; margin-right:4%; margin-bottom: 30px;}
 .newsimg-list ul li:nth-child(even){margin-right: 0;}
}

@media screen and (min-width: 1024px) {
 .newsimg-list li{width:32%; margin-right:2%;  margin-bottom: 40px;}
 .newsimg-list ul li:nth-child(even){margin-right: 2%;}
 .newsimg-list ul li:nth-child(3n+0){margin-right: 0;}
}

/*图文描述新闻中心*/
.news-slider{border: 1px solid #eee; margin-bottom: 20px; position:relative;}
.news-slider li {float:left; width:100%;}
.news-slider li a{display: block; background: #fafafa; overflow:hidden;}
.news-slider li .imgarea{display: block; float: left;  width: 100%;}
.news-slider li .textarea{width: 100%; float:right; padding: 5%;}
.news-slider li .textarea h3 {font-size: 18px;  margin: 15px 0; white-space: nowrap;  overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.news-slider li .textarea p {font-size: 14px; line-height: 25px; color: #999; height: 50px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.news-slider li .textarea em{display: block; font-style: normal; font-size: 14px; color: #d49872; margin-top: 30px;}
.news-slider>.iconfont{position: absolute; bottom: 0;  right: 0; z-index: 100; background:#14367f; width: 40px; height: 40px; line-height: 40px; font-size: 18px; text-align: center; color: #fff;}

.news-slider>a.prevNews{right:42px; background:#10afff;}
.news-slider>a.nextNews{background:#14367f;}
.news-slider>a.swiper-button-disabled{background:#dedede;}
@media screen and (min-width: 640px) {
 .news-slider li .imgarea, .news-slider li .textarea{width:50%;}
 .news-slider li .textarea{padding: 0 5%;}
}
@media screen and (min-width: 1024px) {
 .news-slider li .textarea{padding: 5%;}
}
.news-list{}
.news-list ul{}
.news-list li {font-size: 14px;padding: 15px 10px;border-bottom: #eee 1px solid;transition: all 0.5s ease;}
.news-list li:last-child{border-bottom:none;}
.news-list li .tit{line-height: 50px;}
.news-list li h3 {transition: all 0.5s ease; padding-left:20px; background:url(../images/dian.png) no-repeat left center;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;font-size: 20px;}
.news-list li .tit a {display: block;font-size: 16px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list li a> span {float: right;font-size: 14px;font-weight: normal;line-height: 50px;color: #bebebe;}

.news-list li .txt{overflow: hidden;}
.news-list li .txt img {float: left;margin-right: 15px;width: 15%;min-width: 75px;}
.news-list li .txt p {font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #666;text-indent: 2em;}

.news-list li:hover {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.news-list li:hover a{color: #14367f;}
.news-list li:hover h3{padding-left:25px; background:url(../images/dian2.png) no-repeat left center;}
@media screen and (min-width: 640px) {
 .news-list li .txt p {-webkit-line-clamp: 3} 
}
@media screen and (min-width: 1024px) {
 .news-list li .txt p {-webkit-line-clamp: 4} 
}

/*案例中心*/
.case-list{}
.case-list ul{}
.case-list li{display: inline-block; float:left; width:100%; margin-right:0; margin-bottom:30px; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; position:relative;}
.case-list li a {display: block; border: 1px solid #e3e3eb; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}
.case-list li .case-img{overflow:hidden; position:relative;}
.case-list li .case-img>img{width:100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.case-list li .case-text {padding: 10px 20px; border-top: 1px solid #e3e3eb;}
.case-list li .case-text .name {font-size: 20px;display: -webkit-box; line-height: 32px; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.case-list li .case-text .desc {color: #b2b2b2;font-size: 14px;display: -webkit-box; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 5px 0; text-indent: 2em;}
.case-list li .date {position:absolute; right: 1px; top: 1px; color: #fff; background:rgba(0, 147, 221, .5); line-height:30px; padding: 0 15px ;  -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; opacity: 1; z-index:10}
.case-list li .vlogo{width:100%; height:100%; position:absolute; top:0; left:0;}
.case-list li .vlogo:after{content:""; position: absolute; top: 0%; left: 0; right:0; background: rgba(0,0,0,0.5); height: 0; transition: all 0.6s; }
.case-list li .vlogo:before{content:""; position: absolute; left: 0; right: 0; bottom:0; background: rgba(0,0,0,0.5); height: 0; transition: all 0.6s;}
.case-list li .vlogo img {display: block; width: 30%; position: absolute; top: 50%; z-index: 33; left: 35%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);  transition: all 0.6s; opacity: 0; filter: alpha(opacity=0);  transition: 0.6s;  transition-delay: 0.6s;}

.case-list li:hover{box-shadow:0 0 20px #ccc;}
.case-list li:hover .date{opacity: 0;}
.case-list li:hover .vlogo img{ opacity: 1; filter: alhpa(opacity=100);  }
.case-list li:hover .vlogo:after{ height: 50%;}
.case-list li:hover .vlogo:before{ height: 50%;}
.case-list li a:hover .case-img:hover>img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.case-list li a:hover .case-text .name{color:#14367f}
@media screen and (min-width: 640px) {
 .case-list li{width:48%; margin-right: 4%; margin-bottom: 30px;}
 .case-list ul li:nth-child(even){margin-right: 0;} 
}

@media screen and (min-width: 1024px) {
 .case-list li{width:32%; margin-right:2%;  margin-bottom: 40px;}
 .case-list ul li:nth-child(even){margin-right: 2%;} 
 .case-list ul li:nth-child(3n+0){margin-right: 0;} 
}

/*业务体系*/
.bussiness-list{margin-bottom: 20px; position:relative;}
.bussiness-list li {float:left; width:100%; border: 1px solid #eee; margin-bottom: 40px;}
.bussiness-list li a{display: block; background: #fafafa; overflow:hidden;}
.bussiness-list li .imgarea{display: block; float: left;  width: 100%; overflow: hidden; position:relative;}
.bussiness-list li .textarea{width: 100%; float:right; padding: 5%;}
.bussiness-list li .imgarea>img{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.bussiness-list li:nth-child(odd) .imgarea{float: left;}
.bussiness-list li:nth-child(odd) .textarea{float: right;}
.bussiness-list li:nth-child(even) .imgarea{float: right;}
.bussiness-list li:nth-child(even) .textarea{float:left;}
.bussiness-list li .textarea h3 {font-size: 18px;  margin: 15px 0; white-space: nowrap;  overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 1;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.bussiness-list li .textarea p {font-size: 14px; line-height: 25px; color: #999; height: 75px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box;}
.bussiness-list li .textarea em{display: block; font-style: normal; font-size: 14px; color: #d49872; margin-top: 15px; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}

.bussiness-list li .vlogo{width:100%; height:100%; position:absolute; top:0; left:0;}
.bussiness-list li .vlogo:after{content:""; position: absolute; top: 0%; left: 0; right:0; background: rgba(0,0,0,0.5); height: 0; transition: all 0.6s; }
.bussiness-list li .vlogo:before{content:""; position: absolute; left: 0; right: 0; bottom:0; background: rgba(0,0,0,0.5); height: 0; transition: all 0.6s;}
.bussiness-list li .vlogo img {display: block; width: 50%; position: absolute; top: 50%; z-index: 33; left: 25%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);  transition: all 0.6s; opacity: 0; filter: alpha(opacity=0);  transition: 0.6s;  transition-delay: 0.6s;}


.bussiness-list li a:hover h3{color:#14367f;}
.bussiness-list li a:hover .textarea em{color:#14367f; padding-left:15px;}
.bussiness-list li a:hover .imgarea>img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}

.bussiness-list li a:hover .vlogo img{ opacity: 1; filter: alhpa(opacity=100);  }
.bussiness-list li a:hover .vlogo:after{ height: 50%;}
.bussiness-list li a:hover .vlogo:before{ height: 50%;}

@media screen and (min-width: 640px) {
 .bussiness-list li .imgarea, .bussiness-list li .textarea{width:50%;}
 .bussiness-list li .textarea{padding: 10px 5%;}
 .bussiness-list li .textarea em{margin-top: 15px; }
}
@media screen and (min-width: 1024px) {
 .bussiness-list li .textarea{padding: 5%;}
 .bussiness-list li .textarea em{margin-top: 30px; }
}

/*内页*/
.inside-content{padding: 20px; background: #fff; border: 1px solid #eee;overflow: hidden;}
.inside-content .contentmeta {color:#ccc;font-size:14px; line-height: 24px;}
.inside-content .contentmeta a {display: inline-block; *display: inline; padding: 6px 20px; background: #14367f; color: #fff; font-size: 14px;margin-right:10px;opacity:.8; transition:all .3s;}
.inside-content .contentmeta a:hover{background:#ffbf00;}
.inside-content .contentmeta em{font-style:normal; padding:0 5px;}
.inside-content h1 {font-size: 25px; margin: 30px 0; font-weight: bold; color: #333; padding-bottom: 20px; border-bottom: 5px solid #eee; line-height: 35px;}
.inside-content .contentbody{line-height: 30px; font-size: 15px; color: #565656; padding-bottom: 50px; background: #fff url(../images/separate_line.png) bottom repeat-x;}
.inside-content .contentbody p{margin:15px 0;}
.inside-content .contentbody img{display: unset;}
.inside-content .contenttags {padding: 20px 0;}
.inside-content .contenttags .tag-title {display:inline-block; position:relative; width:100px; line-height:26px; font-size:1rem; color:#666; padding-left:22px; vertical-align:top; color:#14367f}
.inside-content .contenttags .tag-title i {display:block; position:absolute; line-height:26px; top:0; left:0}
.inside-content .contenttags .tag-list {display:inline-block; width:calc(100% - 110px); vertical-align:top; margin-left:10px}
.inside-content .contenttags .tag-list li {display:inline-block; position:relative; line-height:26px; font-size:1rem; color:#666}
.inside-content .contenttags .tag-list li:not(:last-child) {padding-right:16px}
.inside-content .contenttags .tag-list li:not(:last-child):before {content:''; display:block; position:absolute; width:2px; height:2px; background:#888; border-radius:100%; top:12px; right:7px}
.inside-content .contenttags .tag-list li a {color:#666}
.inside-content .contenttags .tag-list li a:hover {color:#000}

.inside-content .prevnext{padding: 15px 0; border-top: 1px dashed #dedede;}
.inside-content .prevnext p{font-size: 16px; color: #333333;height: 35px !important; line-height: 35px; overflow:hidden;  font-style: normal; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.inside-content .prevnext p a{color:#14367f; font-size: 15px;}
.inside-content .prevnext p a:hover{color:#ff6f00;}

.leftbar{background:#fff; padding-bottom: 20px;}
.leftbar dt{padding: 20px 15px; font-size:24px; background:#14367f; background:#006dca; color:#fff;position:relative;}
.leftbar dt i{font-size: 24px; position: absolute; right: 15px;}
.leftbar dt::after{content: ''; display: block; height: 1px; width: 35%; right: 20%; top: 50%; background: #fff; position: absolute;}
.leftbar dl{background:#f5f6f8; padding:15px 20px; margin: 10px 20px; font-size:16px;}
.leftbar dl a{display:block;}
.leftbar dl i{float:right; transition: all 0.6s;}
.leftbar dl:hover{background: #006dca;}
.leftbar dl:hover a{color:#fff;}
.leftbar dl:hover i{margin-right: 5px;}

.leftcontact{background:#fff;margin-top:20px;padding: 20px 15px;}
.leftcontact .contact-head{border-bottom: 1px solid #f4f4f4; padding-bottom:15px;}
.leftcontact .contact-head .head-info .tel-num {font-size: 24px; line-height: 1; color:#006dca}
.leftcontact .contact-head .icon{width: 45px; height:45px; margin-right:10px; background:url(../images/telico.png) #006dca no-repeat center; float:left;}
.leftcontact .contact-head .head-info p:nth-child(1) {font-size: 14px;}
.leftcontact .contact-content{padding-top:20px;}
.leftcontact .contact-content p{line-height:30px; font-size:16px;}
.leftcontact .contact-content p:first-child{font-weight:bold;}

@media screen and (min-width: 768px) {
 .inside-content{padding: 35px;}
}

@media screen and (min-width: 1024px) {
 .inside-content{padding: 50px;}
}

/*产品展示*/
#pro_nav{width: 100%;height: 40px;margin:0px auto; padding:12px 0;  border-bottom:dotted 1px #b8b8b8; box-sizing: content-box;}
#pro_nav li{width: 110px;height: 40px;float: left;text-align: center;line-height: 40px;margin-right: 20px;}
#pro_nav a{display: block;color: #666666;font-size: 16px;}
#pro_nav a:hover{color: #fff;background:#006dca;}
#pro_nav .hover{background: #006dca;color: #fff;}
@media screen and (max-width: 640px) {	
	#pro_nav ul{display:flex; flex-wrap:no-wrap;}
}
.right.product .inside-content{padding-top: 10px;}
.product-top{background:#fff; padding:20px;  display: flex;  margin-bottom: 30px;}
.product-top .product-gallery, .product-top .product-summary {width:50%;}
.product-top .product-gallery{aspect-ratio: 8/5; --mdb-aspect-ratio: 75%;object-fit: contain; overflow:hidden;}
.product-top .product-gallery img{object-fit: contain}
.product-top .product-summary {padding-left:30px;}
.product-top .product-summary h1{font-size: 25px; color: #333; line-height: 50px;}
.product-top .product-summary .product-desc{color: #999999; font-size: 15px; margin: 1rem 0;padding: 1rem 0;line-height: 25px;border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;}
.product-top .product-summary .product-desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.product-top .product-summary .product-service{display: flex; justify-content: space-between; font-size: 16px;}
.product-top .product-summary .product-service i{font-size: 20px; color:#006dca; padding-right:5px; font-weight:bold;}
.product-top .product-summary .case_relate{margin:10px 0;}
.product-top .product-summary .case_relate ul{display:flex;justify-content: space-between;padding: 10px 0;}
.product-top .product-summary .case_relate li{margin-bottom:0; width:32%; margin:0;}
.product-top .product-summary .case_relate li .imgarea{aspect-ratio: 4/3; --mdb-aspect-ratio: 75%;}
.product-top .product-summary .case_relate li .imgarea img{object-fit: contain;}

.product-summary .product-contact{position:relative;}

.product-summary .contact-icon{width: 55px; height:55px; line-height:55px; margin-right:10px; float:left; background:#006dca; color:#fff; text-align:center;}
.product-summary .contact-icon i{font-size:36px;}
.product-summary .contact-info p{line-height:28px; font-size:16px;}
.product-summary .contact-info p:last-child{font-weight:bold;}
.product-summary .contact-info .tel-num {font-size: 24px; line-height: 1; color:#006dca}
.product-summary .product-contact a{display: block; background: #ffbf00; padding: 0 50px; line-height: 55px;  color: #fff; font-size: 24px;margin-left: 30px; position: absolute; right:0; top:0;}
.product-summary .product-contact a:hover{background:#006dca}

@media screen and (max-width: 1024px) {
	.product-top{flex-direction: column;}
	.product-top .product-gallery{width: 100%;}
	.product-top .product-summary{width: 100%; padding:20px 0;}
	
	.left.product{display:none;}
	.right.product{width:100%;}
}
@media screen and (max-width: 640px) {
	.product-summary .product-contact a{width: 100%; position: relative; margin: 0; margin-top: 20px; text-align: center;}
}

/*相关新闻*/
.relate h2 span{color: #999;font-size: 15px;text-transform: uppercase; padding-left: 5px;}
.relate h2 span.desc{float:right;}
.news_relate{background: #fff; margin: 20px 0;}
.news_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 24px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #006dca;}
.news_relate ul{}
.news_relate li {font-size: 14px;padding: 15px 10px;border-bottom: #eee 1px dashed;transition: all 0.5s ease;}
.news_relate li:last-child{border-bottom:none;}
.news_relate li .tit{line-height: 50px;}
.news_relate li h3 {transition: all 0.5s ease; padding-left:20px; background:url(../images/dian.png) no-repeat left center;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.news_relate li .tit a {display: block;font-size: 16px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_relate li a> span {float: right;font-size: 14px;font-weight: normal;line-height: 50px;color: #bebebe;}

.news_relate li .txt{overflow: hidden;}
.news_relate li .txt img {float: left;margin-right: 15px;width: 15%;min-width: 75px;}
.news_relate li .txt p {font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #666;text-indent: 2em;}

.news_relate li:hover {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.news_relate li:hover a{color: #14367f;}
.news_relate li:hover h3{padding-left:25px; background:url(../images/dian2.png) no-repeat left center;}
@media screen and (max-width: 640px) {
	.relate h2 span.desc{display:none;}
}
@media screen and (min-width: 640px) {
	.news_relate li .txt p {-webkit-line-clamp: 3}
}
@media screen and (min-width: 1024px) {
 .news_relate li .txt p {-webkit-line-clamp: 4} 
}

/*相关新闻*/
.newstxt_relate{background: #fff; margin: 20px 0;}
.newstxt_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 24px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #333;}
.newstxt_relate ul{}
.newstxt_relate li {font-size: 14px;padding: 15px 10px;border-bottom: #eee 1px dashed;transition: all 0.5s ease;}
.newstxt_relate li:last-child{border-bottom:none;}
.newstxt_relate li h3 {transition: all 0.5s ease; padding-left:20px; background:url(../images/dian.png) no-repeat left center;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.newstxt_relate li a> span {float: right;font-size: 14px;font-weight: normal;color: #bebebe; padding-left: 5px;}
.newstxt_relate li:hover a{color: #14367f;}
.newstxt_relate li:hover h3{padding-left:25px; background:url(../images/dian2.png) no-repeat left center;}

/*相关案例*/
.case_relate{background: #fff; margin: 20px 0;}
.case_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 24px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #333;}
.case_relate ul{padding: 15px 0;}
.case_relate li{display: inline-block; float:left; width:100%; margin-right:0; margin-bottom:30px; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; position:relative;}
.case_relate li a {display: block; border: 1px solid #e3e3eb; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s;}
.case_relate li .imgarea{overflow:hidden; position:relative; background:#000;}
.case_relate li .imgarea>img{width:100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;}
.case_relate li h3 {padding: 0 10px; color: #58596d;font-size: 16px;display: -webkit-box; line-height: 35px; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.case_relate li .desc{color: #c5c5c5;padding: 0 10px; padding-bottom: 10px; overflow:hidden;}
.case_relate li .desc span{display:block;}
.case_relate li .desc i{padding-right:2px;}

.case_relate li a:hover{box-shadow:0 0 20px #ccc;}
.case_relate li a:hover .imgarea>img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06); opacity:.7;}
.case_relate li a:hover h3{color:#14367f}

@media screen and (min-width: 640px) {
 .case_relate li{width:48%; margin-right: 4%; margin-bottom: 30px;}
 .case_relate ul li:nth-child(even){margin-right: 0;} 
}

@media screen and (min-width: 1024px) {
 .case_relate li{width:32%; margin-right:2%;  margin-bottom: 40px;}
 .case_relate ul li:nth-child(even){margin-right: 2%;} 
 .case_relate ul li:nth-child(3n+0){margin-right: 0;} 
}

/*底部固定工具条*/
#tool {display:none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;
}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;margin: 0 auto;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist {	border-top: 1px solid #14367f; 
	background-image:-o-linear-gradient(top,  #14367f,  #14367f);
	background-image:-ms-linear-gradient(top,  #14367f,  #14367f);
	background-image:-moz-linear-gradient(top,  #14367f,  #14367f);
	background-image:-webkit-linear-gradient(top, #14367f,  #14367f);
	background-image:linear-gradient(top,  #14367f,  #14367f);
	/*-moz-box-shadow: 0 1px 0 #eee inset;-webkit-box-shadow: 0 1px 0 #eee inset;	
	-o-box-shadow: 0 1px 0 #eee inset;box-shadow: 0 1px 0 #FFF inset;*/
}
.toollist li{border-right: 1px solid #2b4d99;border-left: 1px solid #042774;}
.toollist li a {color: #fff;}
@media screen and (max-width: 640px) {
	#tool{display:block;}
}


/*分页样式*/
 
.pagenavition {height: 30px;width: 100%;margin: 30px 0; text-align: center;}
.pagenavition a,.page_num span{color: #666;margin-right: 5px;margin-left: 5px;padding-top: 8px; padding-right: 15px;padding-bottom: 8px;padding-left: 15px; margin-top: 0px;margin-bottom: 0px;border: 1px solid #CCC;}
.pagenavition span{background-color: #14367f;padding-top: 8px; padding-right: 15px;padding-bottom: 8px;padding-left: 15px;color: #FFF; text-decoration: none;margin: 0px;}
.pagenavition a:hover{background-color: #14367f;color: #FFF;text-decoration: none;}

.autoh{overflow:hidden; text-align:center;}
.autoh img {max-width:100%; max-height:100%; margin:0 auto; vertical-align:middle;}
