﻿@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: 5px; height: 8px; background-color: #e0e0e0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0;}
::-webkit-scrollbar-thumb { background-color: #0093dd; -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: 20px 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: 30px; -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: #0093dd;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: #0093dd; 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:#0093dd;font-weight:bold;padding: 0 10px;}
.menu-nav dd a:hover{color: #fff; background:#03A9F4}

.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;border-right: 1px solid #f5f5f5;}
.hdright>a.searchbtn {width: 35px; z-index: 4; text-align: center; font-weight: bold; font-size: 17px;}
.hdright .subcompany{border-right:1px solid #f5f5f5;}
.hdright .subcompany>a{display: block;}
.hdright .subcompany>a::after {content: "";padding: 5px;background: url(../images/wicon3.png) no-repeat 100% center;}

.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: #0093dd; 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: #0093dd;}

.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: #0093dd;	width: 60px;	height: 40px;	color: #fff;	font-family: "Microsoft YaHei";	cursor: pointer;}
/*侧边导航*/
.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}
.banner .item.swiper-slide-active .con{transform:scale(1.02);opacity:1;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02)}
.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; display:none;}
.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;}

@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;}
}
@media screen and (max-width:640px){
	.banner .bannerbox{height:35vh;}
	.banner .item .con{height:35vh;}
}

/*index page*/
.hebox{ width:100%; overflow:hidden; padding:30px 0;}
.hebox .title{ width:100%; overflow:hidden; padding-bottom:30px; 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{background:#f9f9f9}

@media screen and (max-width: 1024px) {
	.hebox .title{padding-bottom:10px;}	
	.hebox .title h2 {font-size:24px;}
	.hebox .title span {font-size: 24px; padding-top: 5px;}
}
@media screen and (max-width: 640px) {
	.hebox {padding:15px 0;}
	.hebox .title h2 {line-height:30px;font-size:20px;}
	.hebox .title span {font-size: 20px; padding-top: 5px;}	
}

.tabs-menu {text-align: center;font-size: 0;margin-bottom: 40px; background: #f9f9f9;}
.tabs-menu li {display: inline-block;vertical-align: middle;}
.tabs-menu li a {display: block;line-height: 36px;padding: 0 25px;margin-left: -1px;background: url(../images/index24.jpg) no-repeat left center;border-radius: 36px;font-size: 16px;}
.tabs-menu li:first-child a {background-image: none;}
.tabs-menu li.active a {background: #009bde;color: #fff;position: relative;z-index: 1;}

@media screen and (max-width: 767px) {
	.tabs-menu {margin: 0 0 20px;text-align: center;}
    .tabs-menu li a {font-size: 12px;line-height: 30px;padding: 0 15px;margin-bottom: 2px;}
}

/*index curture*/
.idxcurturelist{width: 100%; position: relative; margin: 20px 0;}
.idxcurturelist .idxcurtureitem { width:32%; float:left; margin-right: 50px;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;}

.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 .roof h2{ font-size:20px;font-weight: bold; color: #fff; padding-top: 40%; margin-top: -50px;;}
.idxcurturelist .idxcurtureitem .roof span{ display:block; font-size:16px; color:#fff; text-transform:uppercase;}

.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;}
}


/*index company*/
.idxAboutus {overflow: hidden;padding: 30px 0;}
.idxAboutus  h2 {text-transform: uppercase;	font-family: DINPro; padding: 0 0 5px 0; font-size:32px; position:relative; line-height:42px;border-bottom: 1px solid #eee;
    margin-bottom: 20px;}
.idxAboutus  h2 font{position:absolute; bottom: 10px; right: 0; font-size:36px; color:#eee}
.idxAboutus  h2 i{font-size:22px;}
.idxAboutus .comimg {height: 230px;	position: relative; margin-top:50px;}
.idxAboutus .comimg .imgpic{height: 100%;	width: 100%; background: url(../images/dongshizhang.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: 30px 0;}

.idxAboutus .comcontent .desc{line-height:28px; text-indent:2em;}
.idxAboutus .comcontent p {color: #656565;	font-size:16px; padding:5px 0;}

.idxAboutus .index-more{text-align:center;}
.idxAboutus .index-more a{color:#0093dd; border-color:#0093dd}

/*index process*/
.idxprocess{width: 100%; float:left;padding-top: 0;}
.idxprocess .pro-dot{height:50px; line-height:50px; position:relative;}
.idxprocess .pro-dot::after{position: absolute; content: ""; width: 100%;  height: 1px; background:#eee; bottom: 0; left:0;}
.idxprocess .pro-dot a{display: block; float:left; width:100%; text-align:center; position:relative; font-size: 16px;}
.idxprocess .pro-dot a::after{position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
	border:1px solid #eee;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 50%;
    bottom: -5px;}
.idxprocess .pro-dot .swiper-slide-active a{color: #0093dd; font-weight: bold;}
.idxprocess .pro-dot .swiper-slide-active a::after{background: #0093dd;border:1px solid #0093dd;}
.idxprocess .pro-info{width: 100%; padding:10px; box-sizing: border-box;}
.idxprocess .pro-info .item{font-size: 15px; color: #666;padding: 20px 0 0 20px; line-height:30px;}
.idxprocess .pro-info .item p {margin-top: 7px; position: relative;}
.idxprocess .pro-info .item::after, .idxprocess .pro-info .item p::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0093dd;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 0;
    top: 32px;
}
.idxprocess .pro-info .item p::after {top: 12px; left: -20px;}

/*index case*/
.idxCase {background-color: #fff; border-bottom:1px solid #eee; padding: 50px 0;}
.idxCase .idxCaselist {width: 100%; position: relative;}
.idxCase .idxCaselist li {margin: 0 0 20px 0; width:49%; margin-right:2%; float:left;}
.idxCase .idxCaselist li:nth-child(even){margin-right:0;}
.idxCase .idxCaselist li a {display: block;}
.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 .desc {padding: 10px;	background-color: #ffffff;	border-top: 2px solid #d82019;	text-align: center;	position: relative;}
.idxCase .idxCaselist li .desc:before {content: "";	position: absolute;	z-index: -1;	left: 0;	right: 100%;	top: -2px;	background: #0093dd;	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: #58596d;	white-space: nowrap;	-o-text-overflow: ellipsis;	text-overflow: ellipsis;	overflow: hidden;	line-height: 45px; 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.02); -moz-transform:scale(1.02); -ms-transform:scale(1.02); -o-transform:scale(1.02); transform:scale(1.02);}

.idxCase .index-more{text-align:center;}
.idxCase .index-more a{color:#0093dd; border-color:#0093dd}

.CaseWindow{background:#f8f8f8; padding: 50px 0;}
.CaseShowList dl{float: left;width: 49%;margin-right: 2%;margin-bottom:30px;position: relative;overflow: hidden;}
.CaseShowList dl:nth-child(2n){margin-right: 0;}
.CaseShowList dl dt{position: relative;}
.CaseShowList dl dt>a>img{display: block;width: 100%;max-height:300px;}
.CaseShowList dl dt .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;}
.CaseShowList dl dt .Mask .NameB{border: 1px solid #ddd; 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%;}*/
.CaseShowList dl dt .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;}
.CaseShowList dl dt .Mask .NameB h3 a{color: #fff;}
/*.CaseShowList dl dt .Mask .NameB > a{display: block; width: 26px; height: 26px; margin: 0 auto; margin-top: 20px;}*/
.CaseShowList dl dt .Mask .NameB > a{display: block; margin: 0 auto; color: #fff; font-size: 16px; line-height: 30px; text-indent: 2em; line-height: 32px;}
.CaseShowList dl dt .Mask .NameB .Let img{float:right;}
.CaseShowList dl dd{position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; text-align: center; background: rgba(0,0,0,0.6); transition: all .5s;}
.CaseShowList dl dd a{color: #fff; font-size: 16px;}
.CaseShowList dl:hover dd{bottom: -50px;}
.CaseShowList dl:hover dt .Mask{opacity: 1;}

.CaseWindow .index-more{text-align:center;}
.CaseWindow .index-more a{color:#0093dd; border-color:#0093dd}

/*idxNews*/
.idxNews{    padding: 50px 0;}
.idxNews .idxnewsLeft{width: 45%; margin-right:3%; float:left;}
.idxNews .idxnewsLeft li{overflow:hidden;}
.idxNews .idxnewsLeft .imgarea{width: 100%; height: 360px; overflow:hidden;}
.idxNews .idxnewsLeft img{display: block; width: 100%; height: 100%;transition:all 0.5s ease;}
.idxNews .idxnewsLeft p{line-height:40px; font-size: 16px; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; transition:all 0.5s ease; z-index:10;text-align:center; background:#eee;}
.idxNews .idxnewsLeft:hover img{transform:scale(1.1);}
.idxNews .idxnewsLeft .swiper-pagination{bottom:40px;}

.idxNews .idxnewsRight{float:right; width:52%}
.idxNews .idxnewsRight li {font-size: 14px;padding: 15px 10px;border-bottom: #eee 1px solid;transition: all 0.5s ease;}
.idxNews .idxnewsRight li:last-child{border-bottom:none;}
.idxNews .idxnewsRight li .tit{margin-bottom: 8px;}
.idxNews .idxnewsRight 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;}
.idxNews .idxnewsRight li .tit a {display: block;font-size: 16px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idxNews .idxnewsRight li a> span {float: right;font-size: 14px;font-weight: normal;line-height: 1.5;color: #bebebe;}

.idxNews .idxnewsRight li .txt{overflow: hidden;}
.idxNews .idxnewsRight li .txt img {float: left;margin-right: 15px;width: 15%;min-width: 75px;}
.idxNews .idxnewsRight li .txt p {font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #666;}


.idxNews .idxnewsRight li:hover {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.idxNews .idxnewsRight li:hover a{color: #0093dd;}
.idxNews .idxnewsRight li:hover h3{padding-left:20px; background:url(../images/dian2.png) no-repeat left center;}

/*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 #0093dd;}
.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:right;}
.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:#0093dd;}
.ftnav li a::before{content:""; position:absolute; height:2px; bottom: -1px; width: 0; background:#0093dd; 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:15px;color:#0093dd}
.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:#0093dd;text-decoration:underline;}

.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;}

@media screen and (max-width: 640px) {
	.inside-banner .titbox h3 {font-size: 32px;}
	.inside-banner .titbox p{font-size: 16px;line-height: 35px;}
}

/*导航*/
.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;}*/
/*navbar*/
.navbar h3{display: none;}
.navbar .subnav {display: block; position: static; background-color: transparent; padding-bottom: 0; border-top: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.navbar .subnav ul {height: 40px; text-align: center;}
.navbar .subnav li {width: auto; display: inline-block; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; height: 100%; -ms-flex-pack: center;-webkit-box-align: center; -ms-flex-align: center; }
.navbar .subnav a {float: left; display: block; line-height: 40px; border-bottom: 0; padding: 0 5px; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; position: relative;}
.navbar .subnav a:after {content: ""; position: absolute;	z-index: -1;	top: 0;	bottom: 0;	left: 0;	right: 0;	background: #0093dd; -webkit-transform: scale(0);	-moz-transform: scale(0);	-ms-transform: scale(0);	-o-transform: scale(0);	transform: scale(0);	-webkit-transition-property: transform;	-webkit-transition-property: -webkit-transform;	transition-property: -webkit-transform;	-o-transition-property: -o-transform;	-moz-transition-property: transform, -moz-transform;	transition-property: transform;	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;	-webkit-transition-duration: 0.3s;	-moz-transition-duration: 0.3s;	-o-transition-duration: 0.3s;	transition-duration: 0.3s;	-webkit-transition-timing-function: ease-out;	-moz-transition-timing-function: ease-out;	-o-transition-timing-function: ease-out;	transition-timing-function: ease-out;}
.navbar .subnav li:hover a, .navbar .subnav li.cur a {color: #fff;}
.navbar .subnav li:hover a:after,.navbar .subnav li.cur a:after  {-webkit-transform: scaleY(1);	-moz-transform: scaleY(1);	-ms-transform: scaleY(1);	-o-transform: scaleY(1);	transform: scaleY(1);}

/*主体*/
.inside-inner{padding-top:20px;padding-bottom:20px;}
.channel_desc{font-size:15px; line-height: 30px; padding:30px 0; color:#666;}

/*公司介绍*/
.comInformation{}
.comInformation .thumb img {display: block; width: 100%;}
.comInformation .infor {padding: 0; color: #666;}
.comInformation .infor h3 {color: #0093dd; 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:#0093dd; 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:#0093dd; border-color:#0093dd}
/*董事长致辞*/
.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: #0093dd; 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:#0093dd; border-color:#0093dd}
/*公司荣誉*/
.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:#0093dd;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:#f2f2f2;}
.clsjoblist li.title{background:#0093dd}
.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: 60%;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: 15%;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;border-bottom: 1px solid #eee;}
.clsjoblist .sub_text .coverimg{float:right; max-width:400px;}
.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;}

.clsjoblist li dl.patner{background:#0093dd; color:#fff;}
.clsjoblist li dl.patner dd.til{width: 90%;}
.clsjoblist li dl.patner dd.icon em{background:url(../images/iconadd1.png) no-repeat;}
.clsjoblist li.sel dl.patner dd.icon em{ background:url(../images/icondec1.png) no-repeat;}

@media screen and (max-width: 768px) {
	.clsjoblist .sub_text .coverimg{float: none; max-width:100%; margin: 10px auto;}
}

/*联系我们*/
.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: #0093dd;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: #0093dd; 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: #0093dd;}
.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: #0093dd;}
.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: #0093dd;width: 100%;text-align: center;line-height: 40px;	height: 40px;color: #fff;font-size: 14px;cursor: pointer;}
@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;}
}

/*图文新闻中心*/
.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:#0093dd}
@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:#0093dd; 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:#0093dd;}
.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;}
.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;}

.news-list li:hover {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.news-list li:hover a{color: #0093dd;}
.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 {color: #58596d;font-size: 16px;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: 13px;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: 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;}

.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:#0093dd}
@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:#0093dd;}
.bussiness-list li a:hover .textarea em{color:#0093dd; 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;}
.inside-content .hebox{padding:0;}
.inside-content .contentmeta {color:#ccc;font-size:14px; line-height: 24px;}
.inside-content .contentmeta a {display: inline-block; *display: inline; padding: 6px 20px; background: #0093dd; color: #fff; font-size: 14px;margin-right:10px;opacity:.8;	transition:all .3s;}
.inside-content .contentmeta a:hover{opacity:1;}
.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:#0093dd}
.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:#0093dd; font-size: 15px;}
.inside-content .prevnext p a:hover{color:#ff6f00;}

.inside-content .contentbody ul li{line-height: 28px; border-bottom: 1px dashed #f5f5f5; background: url(../images/dian2.png) no-repeat left 14px; padding: 5px 0; padding-left: 20px;}
.inside-content .contentbody .coverimg{float:right; max-width:400px;}
@media screen and (max-width: 768px) {
	.inside-content .contentbody .coverimg{float: none; max-width:100%; margin: 10px auto;}
}
@media screen and (min-width: 768px) {
	.inside-content{padding: 35px;}
}

@media screen and (min-width: 1024px) {
	.inside-content{padding: 50px;}
}
/*相关新闻*/
.news_relate{background: #fff; padding: 10px; border: 1px solid #eee; margin: 10px 0;}
.news_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 18px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #0093dd;}
.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: #0093dd;}
.news_relate li:hover h3{padding-left:25px; background:url(../images/dian2.png) no-repeat left center;}
@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; padding: 10px; border: 1px solid #eee; margin: 10px 0;}
.newstxt_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 18px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #0093dd;}
.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: #0093dd;}
.newstxt_relate li:hover h3{padding-left:25px; background:url(../images/dian2.png) no-repeat left center;}

/*相关案例*/
.case_relate{background: #fff; padding: 10px; border: 1px solid #eee; margin: 10px 0;}
.case_relate h2{position: relative; margin: 0; line-height: 50px; font-size: 18px;  height: 50px;  border-bottom: 1px solid #eaeaea;  text-align: left;  margin-bottom: 10px; color: #0093dd;}
.case_relate ul{padding: 15px 5px;}
.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:#0093dd}

@media screen and (min-width: 640px) {
	.case_relate ul{padding: 15px 10px;}
	.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;}	
}

/*分页样式*/
 
.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: #0093dd;padding-top: 8px;	padding-right: 15px;padding-bottom: 8px;padding-left: 15px;color: #FFF;	text-decoration: none;margin: 0px;}
.pagenavition a:hover{background-color: #0093dd;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;}
