.sub-banner{height: 400px;background-color: fff;background-repeat: no-repeat;background-position: center top;position: relative}
.sub-banner h2{
	font-family: 'dincond-medium';
	font-size: 60px;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	position:absolute;
	bottom: 30px;}
.sub-banner .container{position: relative;height: 400px;}

/*sub-nav*/
.sub-nav{position:absolute;height: 45px;bottom: -30px;left:50%;background-color: #fff;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 176, 211, 0.1);
box-shadow: 0 12px 40px 6px rgba(0, 176, 211, 0.1);}
.sub-nav li{float: left}
.sub-nav li a{display: block;line-height: 45px;text-align: center;font-size: 16px;color: #333;padding: 0 30px;border-right: 1px solid #efefef;text-decoration: none;}
.sub-nav li a:hover,.sub-nav li a.cur{
	color: #fff;
	-webkit-background-image: linear-gradient(30deg, #0180b4 0%, #3abfc4 100%);
    background-image: linear-gradient(30deg, #0180b4 0%, #3abfc4 100%);}

/*pro-nav*/
.pro-nav li{width: 100%;margin: 10px 0}
.pro-nav li a{display: block;line-height: 40px;font-size: 16px;color: #333;text-decoration: none;padding-left: 10px;}
.pro-nav li a:hover,.pro-nav li a.cur{
	color: #fff;
	-webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	-webkit-box-shadow: 0 0 10px rgba(79,172,254,0.5);
    box-shadow:0 0 10px rgba(79,172,254,0.5);
	border-top-left-radius: 4px;
	border-bottom-left-radius:4px;
}
.sub-solution{padding: 0 0 50px 0;}
.pro-nav{width:22%;margin-right: 2%;border-right:1px solid rgba(0,0,0,0.06);}
.sub-solution .sub-text{width: 76%}

/*sub-text*/
.sub-solution .sub-text{width: 76%;padding: 0 0 0 20px;}
.sub-solution .sub-info{width: 76%;padding: 0 0 0 20px;}
.sub-solution .sub-info .sub-info-item{margin: 10px 0;padding: 10px 0;border-bottom: 1px solid #eee;}
.sub-solution .sub-info .sub-info-item .sub-info-title{font-size: 18px;line-height: 30px;color: #666;}
.sub-solution .sub-info .sub-info-item .sub-info-title span{
	display: inline-block;
	width: 30px;height: 30px;text-align: center;
	-webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-family: Montserrat-Regular;
}
.sub-solution .sub-info .sub-info-item .sub-info-h4{font-size: 16px;font-weight: 600;color: #009cd5;padding: 10px 10px 10px 50px;}
.sub-solution .sub-info .sub-info-item .sub-info-ul{padding: 0 0 0 50px;}
.sub-solution .sub-info .sub-info-item .sub-info-ul li{line-height: 25px;}
.sub-solution .sub-info .sub-info-item .sub-info-ul li i{font-family: Montserrat-Regular;font-size: 14px;margin-right: 10px;color: #888;}
.sub-solution .sub-info .sub-info-item .sub-info-ul li span{font-size: 14px;color: #888;}

.sub-solution .sub-info .sub-info-text{
	background-color:rgba(255,255,255,0.6);
	border: 1px solid #eee;
	margin-bottom:20px;
	padding:0 0 0 30px;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(79,172,254,0.1);
	box-shadow:0 0 10px rgba(79,172,254,0.1);
}
.sub-solution .sub-info .sub-info-text i{
	display: inline-block;
	width: 30px;height: 30px;text-align: center;line-height: 30px;
	-webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-family: Montserrat-Regular;
	font-size: 18px;
	position: absolute;left:-15px;top:50%;margin-top: -15px;
}
.sub-solution .sub-info .sub-info-text p{
	font-size: 14px;letter-spacing: 1px;line-height: 25px;color: #666;text-align:justify; text-justify:inter-ideograph;padding:10px 10px 0 0;
}

.sub-solution .sub-info .sub-info-item .sub-info-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 0 50px;
}
.sub-solution .sub-info .sub-info-item .sub-info-list li{width: 49%;margin-right: 2%;margin-bottom: 2%;padding:10px 15px;border: 1px solid #eee;background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(79,172,254,0.1);
	box-shadow:0 0 10px rgba(79,172,254,0.1);
}
.sub-solution .sub-info .sub-info-item .sub-info-list li:nth-child(2n){margin-right: 0;}
.sub-solution .sub-info .sub-info-item .sub-info-list li h6{font-size: 16px;font-weight: 600;color: #666;margin-bottom: 10px;}
.sub-solution .sub-info .sub-info-item .sub-info-list li p{font-size: 14px;line-height: 22px;color: #999;}

.sub-solution h3{font-size: 30px;letter-spacing: 1px;color: #444; position: relative;padding: 15px 0;margin: 0 0 20px 0;}
.sub-solution h3:after{
	content: '';
	position: absolute;
	width: 40px;height: 8px;border-radius: 4px;
	-webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
	left:0;top:-2px;}
.sub-solution h3:before{
	content: '';
	position: absolute;
	width: 100%;height: 1px;
	background-color: #eee;	
	left:0;bottom: 5px;}
.sub-solution .sub-text .info{padding: 20px 0;}
.sub-solution .sub-text .info .text{padding:20px 0 0 0;width: 100%;}
.sub-solution .sub-text .info .text p{font-size: 16px;letter-spacing: 1px;line-height: 28px;color: #666;margin: 0 0 20px 0;text-align:justify; text-justify:inter-ideograph;
border-bottom: 1px solid #eee;padding: 0 0 20px 0;}
.sub-solution .sub-text .info .text p:last-child{border-bottom: none;}
.sub-solution .sub-text .info table{
	width:100%;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.sub-solution .sub-text .info table tr{font-weight:800;}
.sub-solution .sub-text .info table tr td{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 10px 20px;font-family: Montserrat-Regular;font-size: 18px;color: #888;}

/*showjob*/
.showjob{}
.showjob h3{font-size: 30px;color: #333; position: relative;padding: 15px 0;margin: 0 0  20px 0;}
.showjob h3:after{
	content: '';
	position: absolute;
	width: 30px;height: 6px;border-radius: 4px;
	-webkit-background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
    background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
	left:0;top:0px;
}
.showjob h3:before{
	content: '';
	position: absolute;
	width: 100%;height: 1px;
	background-color: #eee;	
	left:0;bottom: 5px;
}
.showjob .info-text{padding:10px 0 0 0}
.showjob .info-text p{font-size: 16px;letter-spacing: 1px;line-height: 28px;color: #666;margin: 0 0 20px 0;text-align:justify; text-justify:inter-ideograph;
border-bottom: 1px solid #eee;padding: 0 0 20px 0;}
.showjob .info-text  p:last-child{border-bottom: none;padding:0 0 10px 0 }
.showjob .info-mail{font-size:16px;line-height:25px;color:#666;padding: 0 0 20px 0 }
.showjob .info-mail i{display:inline-block;width: 35px;height:35px; border-radius: 50%;color: #fff;font-size: 18px;line-height: 35px;text-align: center;margin-right: 10px;
	-webkit-background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
    background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
}
.joblist{
	background-color: #fff;padding: 20px;margin:0 0 30px 0;}
.joblist:hover{
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);	
}
.joblist h4{font-size: 20px;color: #333; position: relative;padding: 15px 0;margin: 0 0 10px 0;}
.joblist h4:after{
	content: '';
	position: absolute;
	width: 30px;height: 6px;border-radius: 4px;
	-webkit-background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
    background-image: linear-gradient(120deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
	left:0;top:0px;
}
.joblist h4:before{
	content: '';
	position: absolute;
	width: 100%;height: 1px;
	background-color: #eee;	
	left:0;bottom: 5px;
}
.jobinfo-ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
    -ms-justify-content:space-between;
    -o-justify-content: space-between;
    justify-content:space-between;
	margin: 10px 0 30px 0;
	border-left: 1px solid #eee;
	border-top:1px solid #eee;
	background-color: #fff;
	border-radius: 6px;
}
.joblist .jobinfo-ul li{width: 25%;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
background-color: rgba(0,0,0,0.02);	
padding: 10px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;position: relative;
margin: 0;}
.joblist .jobinfo-ul li:nth-child(2n){background-color: #fff;}
.joblist .jobinfo-list{padding: 10px;}
.joblist .jobinfo-list li{line-height: 30px;font-size:14px;color: #666; }
.nav-tabs{margin: 20px 0 0 0;}
.nav-tabs li{}
.nav-tabs li a{font-size: 16px;padding: 10px 25px;}


@media (max-width:1280px){}
.sub-pro .container,.sub-solution .container,.sub-service .container{
	display: flex;display:-webkit-flex;justify-content:flex-start;
}
@media only screen and (max-width:1600px){
.pro-nav{width:20%;margin-right: 2%;}
.sub-pro .showpro{width: 78%}
.sub-solution .sub-text{width: 78%}
}

@media only screen and (max-width:1440px){
.pro-nav{width:20%;margin-right: 2%;}
.sub-pro .showpro{width: 78%}
.sub-solution .sub-text{width: 78%}
}
@media only screen and (max-width:1366px){
.pro-nav{width:23%;margin-right: 2%;}
.sub-pro .showpro{width: 75%}
.sub-solution .sub-text{width: 75%}
}
/*当前位置*/
.location {
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: right;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin: 20px auto 50px auto;	
}
.location .icon-weizhi1{font-size: 1.8em;}
.location .icon-jiantou5{font-size: 0.7em;padding: 25px 0;}
.location a {
	color: #666666;
	text-decoration: none;
}
.location a:hover {
	color:#237ac1;
	text-decoration: underline;
}
/*about*/
.about{background-color: #fbfbfb;padding: 100px  0 0 0;}
.about .about-info{width: 100%; padding: 30px 0}
.about .about-img{}
.about .about-img img{width: 100%;}
.about .about-text{}
.about .about-text p{font-size: 16px;line-height: 28px;color: #333;margin: 0 0 30px 0;}
.about .operating{width: 100%;height: 700px;padding: 30px 0;
	background-image:url(http://www.wealthwood.cn/images/bg2.jpg);background-repeat:no-repeat;background-position:center bottom;height:400px;background-color:#eee;
}
.about .operating .title{width: 1200px;text-align: center;margin: 40px auto;position: relative;}
.about .operating .title h3{font-size: 50px!important;color:#0180b4!important;font-weight: 800!important;text-transform: uppercase!important;}
.about .operating .title:after{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; left:50%;margin-left: -250px;bottom:10px;
	}
.about .operating .title:before{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; right:50%;margin-right: -250px; bottom:10px;
	}

.about .operating .title span{font-size: 20px!important;color: rgba(0,0,0,0.5)!important;}
.about .operating .txt{font-size: 25px;color: rgba(0,0,0,0.5);line-height: 35px;}

.about .abot-list{width: 91%; height: 160px;overflow: hidden;background-color:rgba(255,255,255,0.5);margin: 80px auto;padding: 20px;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.about .abot-list li{font-size: 16px;color: #666;}
.about .abot-list li h4{font-size: 30px;color: #015eab;position:relative;text-align: center;width: 100%;}
.about .abot-list h4:after{
	content:'';
	width:1px;
	height:60px;
	background-color:#eaeaea;
	display:block;
	position:absolute; right:-15px;top:20px;
}
.about .abot-list .last:after{width:0!important;}
.about .abot-list li p{font-size: 16px;color: #999;text-align: center;padding: 0 30px;}

/*resources*/
.resources{padding: 80px 0 80px 0;background-color: #fff}
.resources .r-list{
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;}
.resources .r-list li{width: 25%;text-align: center;position: relative;}
.resources .r-list li h4{
	font-size: 22px;font-family: Montserrat-Regular;
	background: linear-gradient(90deg, #00b0d3 0%, #0180b4 100%);
	-webkit-background-clip: text;
	color: transparent;
	width: 160px;height: 160px;line-height: 140px;border: 5px solid rgba(0,0,0,0.08);border-radius:50%;display: block;margin: 0 auto;}
.resources .r-list li h4 span{font-size: 68px;font-weight: 600;font-family:'dincond-medium';}
.resources .r-list li p{font-size: 14px;color:rgba(0,0,0,0.4);margin: 30px auto;display: block;width: 70%;}

/*customers*/
.customers{background-color:#f4f4f4;padding: 60px 0 60px 0; }
.customers .customerslist{margin: 0 auto;}
.customers .customerslist li{float: left;margin:0 1% 1% 0;width: 24%;} 
.customers .customerslist li a{height: 150px;background-color: rgba(255,255,255,0.8);display: block;text-align: center;padding-top:35px;line-height:70px;font-size: 18px;color: #999; }
.customers .customerslist li:nth-child(4n){margin: 0 0 1% 0;}
.customers .customerslist li a img{
	opacity:0.5;
/* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
*/
}
.customers .customerslist li a:hover{
	background-color: #fff;
	-webkit-box-shadow: 1px 0px 50px rgba(0,0,0,0.08);
	box-shadow: 1px 0px 50px rgba(0,0,0,0.08);
}
.customers .customerslist li a:hover img{
	opacity:1;
/* -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
*/
}

/*contact*/
.contact {;padding: 50px 0;background-color: #fafafa;}
.contact .sub-contact-info{width: 50%}
.contact .sub-contact-info .txt{padding:30px 0 10px 0; }
.contact .sub-contact-info .txt h4{font-size: 22px;width: 90%; font-weight: 800;color:#0180b4;border-bottom: 1px solid #ddd;margin: 0 0 10px 0;padding: 0 0 10px 0}
.contact .sub-contact-info .txt p{font-size: 16px;color: #333;padding-left: 30px;position: relative;display: block;line-height: 30px;}
.contact .sub-contact-info .txt i{font-size: 1.2em;color:#939393;position: absolute;left:0;top:0;}

.contact .sub-contact-message{width: 50%;}
.contact .sub-contact-message .form{padding:30px 0 10px 0; }
.contact .sub-contact-message .form label{display: block;width: 100%;margin-bottom: 10px;}
.contact .sub-contact-message .form input[type="text"],.sub-contact .sub-contact-message .form input[type="tel"]{width: 100%;height: 40px;border: none;background-color: #f1f1f1;font-size: 14px;font-weight: 200;text-indent: 10px;}
.contact .sub-contact-message .form textarea{width: 100%;height: 100px;border: none;background-color: #f1f1f1;font-size: 14px;font-weight: 200;text-indent: 10px;}
.contact .sub-contact-message .form input[type="submit"]{border:1px solid #eaeaea;text-align: center;background-color: #fff;line-height: 35px;width: 120px;font-weight:100;color: #999;font-size: 16px; }

.jsz{width: 50%;margin: 0 auto;text-align: center;padding: 150px 0;}
.jsz i{width: 200px;height: 200px;margin: 0 auto;background-image: url(../images/jsz.png);display: block;}
.jsz h3{font-size:18px;color: #666;line-height: 30px; }



@media (max-width:1440px){
/*pro-nav*/
.pro-nav li a{line-height: 40px;font-size: 14px;padding-left: 10px;}
/*sub-banner*/
.sub-banner{height: 400px;}
.sub-banner .container{height: 400px;}
.sub-banner h2{font-size: 5rem!important;bottom: 20px;}
/*ssub-text*/
.sub-solution .sub-text h4{font-size: 16px;}

}
@media (max-width:1366px){
/*pro-nav*/	
.pro-nav li a{line-height: 40px;font-size: 13px;padding-left: 8px;}
/*sub-banner*/
.sub-banner{height: 350px;}
.sub-banner .container{height: 350px;}
.sub-banner h2{font-size: 5rem!important;bottom: 20px;}
/*sub-text*/
.sub-solution .sub-text h4{font-size: 14px;}
}
@media (max-width:1280px) {
/*pro-nav*/
.pro-nav li a {line-height: 40px;font-size: 13px;padding-left: 6px;}
/*sub-banner*/
.sub-banner {height: 300px;}
.sub-banner .container {height: 300px;	}
.sub-banner h2 {font-size: 5rem !important;bottom: 20px;}
/*sub-text*/
.sub-solution .sub-text h4 {font-size: 14px;}
}

/*news*/
.news{padding:0 0 20px 0;}
.news .newslist{padding-bottom:10px;padding-top:0;}
.news .newslist li{border: 1px solid #eaeaea;margin-bottom: 30px;height: 160px;}
.news .newslist li a{display: block;position:relative;padding: 20px 250px 20px 200px; }
.news .newslist li a .info{}
.news .newslist li a .info h3{font-size: 18px;color: #333;margin-bottom: 10px;}
.news .newslist li a .info p{font-size: 14px;color: #999;line-height: 22px;}
.news .newslist li a .img{width:180px;height: 120px;overflow: hidden;position: absolute;right:20px;top:20px;}
.news .newslist li a .img img{width: 100%;}
.news .newslist li a .time{position: absolute;width: 90px;height: 90px;left:35px;top:35px;border:1px solid #efefef;padding: 15px;text-align: center;
	font-size:14px;color: #888; font-family:Arial;background-color: #efefef;}
.news .newslist li a .time span{display: block;text-align: center;font-size: 50px;line-height: 30px;margin-bottom:10px;font-family:Arial;}
.news .newslist li a:hover{text-decoration : none }
.news .newslist li a:hover .info h3{color: #237ac1;}
.news .newslist li a:hover .time{
	-webkit-background-image: linear-gradient(30deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
	background-image: linear-gradient(30deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
	color:#fff;
}
.news .newslist li a:hover .time span{color: #fff;}
.news .newslist li:hover{-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	transform:translateY(-10px);-webkit-transform:translateY(-10px);}

.err{ width:30%; line-height:30px; font-size:20px; color:rgba(0,0,0,0.3); text-align:center; margin:50px auto; padding:20px; border:1px solid rgba(0,0,0,0.07);background-color:rgba(255,255,255,0.8)}
.shownews{width: 100%;margin: 0 auto;background-color: #fff;padding: 20px;
	-webkit-box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);}
.shownews .shownews-title{font-size:30px;text-align: center;border-bottom: 1px solid #efefef;margin-bottom: 1px;padding: 20px 0;color: #237ac1;}
.shownews .shownews-info{background-color: #f9f9f9;height: 35px;line-height: 35px;text-align: center;font-size:12px;color: #888;margin-bottom: 30px; }
.shownews .shownews-info span{padding:0 12px; }
.shownews .shownews-info i{font-size: 1.6em!important;padding-right: 2px; }
.shownews .shownews-cont{font-size:14px;line-height: 26px;color:#666;margin-bottom: 30px;border-bottom: 1px solid #efefef;padding-bottom: 20px; }

/*分页样式*/
.pagination {
	width:100%;
	margin: 0px auto;
	display: flex;display:-webkit-flex;justify-content:center;flex-wrap: wrap;
}
.pagination a{
	display: inline-block;font-family: 'Lato', sans-serif;
	line-height: 30px;
	margin-right: 10px;margin-bottom: 10px;
	font-weight: normal;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0 12px;border: 1px solid #eaeaea;
}
.pagination a:last-child{margin-right: 0;}
.pagination a:hover,
.pagination a:focus,
.pagination a.active,
.pagination .active span {
	color: #fff !important;
	border: none;
	-webkit-background-image: linear-gradient(30deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
	background-image: linear-gradient(30deg, #4facfe 0%, #48c6ef 99%, #48c6ef 100%);
}

