.banner{ padding-top:100px; width:100%; height:350px; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.bg {
	background-image: url(../images/borw_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size:cover;
}
.err{ width:50%; line-height:30px; font-size:16px; color:#666; text-align:center; margin:20px auto; padding:20px; border:1px solid #efefef; }
.err i{ font-size:1.5em; color:#B30508;}
.submain{ width:1150px; margin-left:auto; margin-right:auto; margin-bottom:20px; padding-bottom:50px;}
.submain hgroup{ padding:20px 0; text-align:center; display:block; }
.submain hgroup h1{ font-size:25px; color:#ba2921; font-weight:normal; margin:0; padding:0;}
.submain hgroup h2{ color:rgba(0,0,0,0.2); font-size:16px; font-family: Arial, sans-serif; font-weight:normal; text-transform:uppercase; display:block; margin:0; padding:0;}
.submain hgroup i{ display:block; }
.submain hgroup i:after{
	content:'　——————'; font-size:16px; color:rgba(0,0,0,0.2); margin-left:40px;
	}
.submain hgroup i:before{
	content:'——————　';font-size:16px; color:rgba(0,0,0,0.2); margin-right:40px;
	}
	
.submain .subtitle{ display:block; width:100%; float:none; border-bottom:1px solid rgba(0,0,0,0.1); margin:20px 0; padding-bottom:5px;}
.submain .subtitle h1{ font-size:25px; color:#ba2921; font-weight:normal;}
.submain .subtitle span{
	color: rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize; font-family:Arial, sans-serif;
}

.submain section{ width:100%;}
.submain .cont{ font-size:14px; line-height:22px; color:#003333; padding:30px 0;}
.submain .cont p{ padding:10px 0;}
.Vision{ background-image:url(../images/bg1.jpg); background-repeat:no-repeat; background-size:cover; background-position:top center; height:277px; }
.Vision hgroup{ padding:20px 0; text-align:center; display:block; }
.Vision hgroup h1{ font-size:25px; color:#ba2921; font-weight:normal; margin:0; padding:0;}
.Vision hgroup h2{ color:rgba(0,0,0,0.2); font-size:16px; font-family: Arial, sans-serif; font-weight:normal; text-transform:uppercase; display:block; margin:0; padding:0;}
.Vision hgroup i{ display:block; }
.Vision hgroup i:after{
	content:'　——————'; font-size:16px; color:rgba(0,0,0,0.2); margin-left:40px;
	}
.Vision hgroup i:before{
	content:'——————　';font-size:16px; color:rgba(0,0,0,0.2); margin-right:40px;
	}

.Vision .main{ font-size:18px; color:#333; text-align:center; }	
.Vision .main p{ margin:10px 0;}

.history{ margin-top:20px;}
.history hgroup{ padding:20px 0; text-align:center; display:block;}
.history hgroup h1{ font-size:25px; color:#ba2921; font-weight:normal; margin:0; padding:0;}
.history hgroup h2{ color:rgba(0,0,0,0.2); font-size:16px; font-family: Arial, sans-serif; font-weight:normal; text-transform:uppercase; display:block; margin:0; padding:0;}
.history hgroup i{ display:block; }
.history hgroup i:after{
	content:'　——————'; font-size:16px; color:rgba(0,0,0,0.2); margin-left:40px;
	}
.history hgroup i:before{
	content:'——————　';font-size:16px; color:rgba(0,0,0,0.2); margin-right:40px;
	}
.history .main{ width:1000px; margin:0 auto;}

 #timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}	
#timeline {
    width: 100%;
    margin: 50px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ee4d4d;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #ee4d4d;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
	font-size:14px;
	line-height:25px;
	color:#999;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
    padding: 10px;
    background: #ee4d4d;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content p{ margin-top:10px;
	}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ee4d4d;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
}

.txt{ width:1000px; margin:20px auto; }
.txt p{ font-size:14px; line-height:25px; color:#333; margin:10px 0;}

.pic-list{ width:1000px; margin:30px auto;}
.pic-list ul{ width:100%;}
.pic-list ul li{ 
    float:left; 
	width:26.6%;
	height:190px;
	border:5px solid #fff;
    transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	-ms-box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	-o-box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.12);}
.pic-list ul li img{ width:100%; height:100%;}
.pic-list ul li:hover{
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.12);
	-ms-box-shadow: 0px 15px 30px rgba(0,0,0,0.12);
	-o-box-shadow: 0px 15px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.12);
	box-shadow: 0px 15px 30px rgba(0,0,0,0.12);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0)
	}
	
.service-sub{ width:1100px; margin:20px auto; }
.service-sub ul{ width:100%;}
.service-sub ul li{ display:block; margin-bottom:40px;}
.service-sub ul li a{ display:block; background-color:#fff; height:178px; position:relative;
border-radius:100px;
-moz-border-radius:100px;
-ms-border-radius:100px;
-o-border-radius:100px;
-webkit-border-radius:100px;
}
.service-sub ul li a .ico-l{ float:left; width:150px; height:150px;
margin-left:15px;
margin-top:15px;
border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
-webkit-border-radius:50%;
background-color:#F5F5F5;
transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
overflow:hidden;
}
.service-sub ul li a .ico-l img{ width:60%; display:block; margin:0 auto; padding-top:20px;}
.service-sub ul li a .info{ float:left; width:700px; margin:30px 60px;}
.service-sub ul li a .info h2{ font-size:20px; color:#333; font-weight:normal; margin-bottom:10px;}
.service-sub ul li a .info h2 span{ font-size:14px; color:#999; font-family:Arial, sans-serif; text-transform:uppercase; margin-left:10px;}
.service-sub ul li a .info p{font-size:13px; color:#999; line-height:25px; }
.service-sub ul li a .ico-r{ position:absolute; right:0;font-size:120px; line-height:170px;font-family:"宋体"; color:rgba(0,0,0,0.1); opacity:0;
    transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;}
.service-sub ul li a:hover{	
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -5px, 0);
	transform:translate3d(0, -5px, 0)}
.service-sub ul li a:hover .ico-l{background-color:#eaeaea;}
.service-sub ul li a:hover .ico-l img{ width:70%; padding-top:10px;}
.service-sub ul li a:hover .info{}
.service-sub ul li a:hover .info h2{color:#bb2822; font-weight:600;}
.service-sub ul li a:hover .info h2 span{ color:#111;}	
.service-sub ul li a:hover .info p{}	
.service-sub ul li a:hover .ico-r{opacity:1;
	-webkit-transform:translate3d(-50px, 0, 0);
	transform:translate3d(-50px, 0, 0);}

.ad{ width:100%; height:300px; background-image:url(../images/bg2.jpg); background-repeat:no-repeat; background-size:cover; background-position:top center; padding:30px 0;}
.ad h2{ font-size:25px; font-weight:normal; display:block; text-align:center; color:#333; margin:25px 0;}
.ad h3{ font-size:15px; font-weight:normal; display:block; text-align:center; color:#333;}
.ad a{ display:block; width:130px; height:40px; line-height:38px; color:#fff; background-color:#ba2921;
border-radius:25px; -webkit-border-radius:25px; text-align:center; margin:20px auto;;}
.ad a:hover{
	background-color: transparent;
	border: 1px solid #ba2921;
	color: #ba2921;
	text-decoration: none;
}

/*内页子导航*/
.submain .new-list{ width:100%; }
.subnav {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 45px;
	background-color: #FFFFFF;
}
.subnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.subnav  li {
	display: block;
}
.subnav li a {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	display: block;
	float: left;
	height: 45px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-right:1px solid #efefef;
	text-decoration: none;
}
.subnav li a:last-child{border-right:none;}
.subnav li a:hover{
	color: #FFFFFF;
	background-color: #ba2921;
} 
.subnav li a.cur{
	color: #FFFFFF;
	background-color: #ba2921;
} 
/*当前位置*/
.location {
	background-image: url(../images/lac1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 40px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.location a {
	color: #666666;
	text-decoration: none;
}
.location a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*新闻内页*/
.submain .new-list .newslist{width:100%;}
.submain .new-list .newslist li{}
.submain .new-list .newslist li a{width:100%; height:160px; margin-bottom:20px; padding:10px;
	display: block;
	background-color:rgba(255, 255, 255, 1);
	text-decoration: none;
	color:#333;
}
.submain .new-list figure{ position:relative;}
.submain .new-list figure .img{ float:left; width:20%; height:140px; overflow:hidden; background-color:#eaeaea; margin-right:2%;}
.submain .new-list figure .img img{ width:100%; margin:0; display:block;}
.submain .new-list figure figcaption{ width:78%; margin:15px auto; float:left;}
.submain .new-list figure figcaption time{ font-size:12px; color:#999; }
.submain .new-list figure figcaption time i{ font-size:1.2em;}
.submain .new-list figure figcaption h2{ font-size:16px; color:rgba(0,0,0,0.8); font-weight:600; margin-bottom:6px;}
.submain .new-list figure figcaption p{ line-height:20px; color:rgba(0,0,0,0.5); font-size:12px; margin:15px auto;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submain .new-list .newslist li a:hover{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0);
	background-color:rgba(255, 255, 255, 1);}
	
.submain .new-list .newslist li a:hover figure figcaption p{color:rgba(0,0,0,0.8);}
.submain .new-list .newslist li a:hover figure .img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	opacity:0.6;
	-webkit-opacity:0.6;
	filter:alpha(opacity=60);
	 }
/*新闻详细页*/
.shownews{ width:100%; background-color:#fff; padding:15px; position:relative;}
.shownews .newinfo {
	background-color: #F9F9F9;
	text-align: center;
	height: 25px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 25px;
	color: #ADADAD;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shownews .news_text{
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:30px;
}
.shownews  h1 {
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 50px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DFDFDF;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
.jiathis_style_32x32 { position:absolute; right:10px; bottom:10px;}

/*推荐新闻*/
.zclist {
	margin-bottom: 20px;
	margin-top:20px;
}
.zclist .title {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.zclist .title h3 {
	font-size: 18px;
	display: block;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-bottom:3px solid #ba2921;
	font-weight: normal;
	color: #333;
}
.zclist .subnews{width:100%;}
.zclist .subnews li{}
.zclist .subnews li a{width:100%; height:160px; margin-bottom:20px; padding:10px;
	display: block;
	background-color:rgba(255, 255, 255, 1);
	text-decoration: none;
	color:#333;
}
.zclist .subnews figure{ position:relative;}
.zclist .subnews figure .img{ float:left; width:20%; height:140px; overflow:hidden; background-color:#eaeaea; margin-right:2%;}
.zclist .subnews figure .img img{ height:70%; margin:10% auto; display:block;}
.zclist .subnews figure figcaption{ width:78%; margin:15px auto; float:left;}
.zclist .subnews figure figcaption time{ font-size:12px; color:#999; }
.zclist .subnews figure figcaption time i{ font-size:1.2em;}
.zclist .subnews figure figcaption h2{ font-size:16px; color:rgba(0,0,0,0.8); font-weight:600; margin-bottom:6px;}
.zclist .subnews  figure figcaption p{ line-height:20px; color:rgba(0,0,0,0.5); font-size:12px; margin:15px auto;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zclist .subnews li a:hover{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0);
	background-color:rgba(255, 255, 255, 1);}
	
.zclist .subnews li a:hover figure figcaption p{color:rgba(0,0,0,0.8);}
.zclist .subnews li a:hover figure .img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	opacity:0.6;
	-webkit-opacity:0.6;
	filter:alpha(opacity=60);
	 }
	 
/*分页样式*/	 
.pagination {
	display: block;
	padding: 0px !important;
	margin: 10px;
	font-weight: normal;
}
.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}
.pagination ul > li {
	display: inline-block;
	float: left;
	padding:0px;
}
.pagination ul > li > a{
	margin-right: 10px;
	font-weight: normal;
	font-size:12px;
	line-height:10px;!important;
	text-decoration: none;
	padding:4px 10px; !important;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: none;
	background: #ededed;
	color: #666 !important;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	line-height:10px;!important;
	font-size: 12px;
	padding:4px 10px;!important;

}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #fff !important;
    border: none1;
	background-color:#ba2921 !important;
	padding:4px 10px;!important;
	line-height:10px;!important;
}


/*合作伙伴内页*/
.subclient{ width:1045px; margin:20px auto;}
.subclient ul{}
.subclient ul li{ float:left; width:255px;}
.subclient ul li a{height:70px; display:block;padding:10px 0; background-color:#fff; border:1px solid rgba(0,0,0,0.12); 
text-align:center; margin:10px 10px;}
.subclient ul li a img{ height:100%;
filter:grayscale(90%); 
-webkit-filter:grayscale(90%); 
-moz-filter:grayscale(90%); 
-ms-filter:grayscale(90%); 
-o-filter:grayscale(90%); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.9); 
-webkit-filter:grayscale(0.9);
opacity:0.5;
-webkit-opacity:0.5;
}
.subclient ul li a:hover{
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0)
	}
.subclient ul li a:hover img{
filter:grayscale(0%); 
-webkit-filter:grayscale(0%); 
-moz-filter:grayscale(0%); 
-ms-filter:grayscale(0%); 
-o-filter:grayscale(0%); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); 
-webkit-filter:grayscale(0);
opacity:1;
-webkit-opacity:1;}


/*服务项目内页*/
.submain .servicenav{ float:left; width:20%; margin-right:3%; margin-top:30px; }
.submain .servicenav h2{ line-height:50px; height:50px; font-weight:200; padding-left:20px;font-size:20px; display:block; color:#ba2921; border-bottom:1px solid rgba(0,0,0,0.1);background-color:#fff; margin-bottom:20px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);

}
.submain .servicenav ul{background-color:#fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.submain .servicenav ul li{}
.submain .servicenav ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	text-decoration: none; padding-left:15px;
}
.submain .servicenav ul li a:hover,.submain .servicenav ul li a.cur{color:#fff; background-color:#ba2921;

}

.submain .service-sublist{ width:77%; float:left; background-color:#fff;margin-top:30px; padding:20px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);

}
.submain .service-sublist h1{ font-size:20px; color:#ba2921; font-weight:200; border-bottom:1px solid #eaeaea; padding:5px 0;}
.submain .service-sublist ul{ margin:20px 0;}
.submain .service-sublist ul li{}
.submain .service-sublist ul li a{
	border-bottom: 1px solid #efefef;
	display: block;
	text-decoration: none;
	padding:10px;
}
.submain .service-sublist ul li h2{ font-size:14px; font-weight:normal; color:#333; line-height:22px;}
.submain .service-sublist ul li h2 i{ color:#666; font-size:1em;}
.submain .service-sublist ul li a:hover{ background-color:rgba(0,0,0,0.06);}


/*顾问团队内页*/
.submain .teamlist{ width:100%; margin:20px auto;}
.submain .teamlist ul{}
.submain .teamlist ul li{}
.submain .teamlist ul li .tmr{ margin-right:4%}
.submain .teamlist ul li a{
	display: block;
	width: 46%;
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	height: 180px;
	margin-bottom: 4%;
	padding: 10px;
	text-decoration: none;
}
.submain .teamlist ul li a:hover{
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -6px, 0);
	transform:translate3d(0, -6px, 0)
	}
.submain .teamlist ul li .img{ height:100%; width:25%; float:left; margin-right:5%;}
.submain .teamlist ul li .img img{ height:100%; width:100%; display:block; margin:0 auto;}
.submain .teamlist ul li .info{ width:70%; float:right;}
.submain .teamlist ul li .info h2{ font-size:18px; color:#333; font-weight:300; margin-bottom:15px;}
.submain .teamlist ul li .info h3{ font-size:14px; color:#888;font-weight:300; margin-bottom:5px;}
.submain .teamlist ul li .info p{ color:#bbb; font-size:13px; line-height:20px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.submain .teamlist .showteam{
	display: block;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
	background-color:#fff;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.submain .teamlist .showteam .img{ width:15%; float:left; margin-right:10%;}
.submain .teamlist .showteam .img img{ width:100%; display:block; margin:10px auto;}
.submain .teamlist .showteam .info{ width:75%; float:right;}
.submain .teamlist .showteam .img h2{ font-size:18px; color:#333; font-weight:300; margin:10px auto; text-align:center}
.submain .teamlist .showteam .img h3{ font-size:14px; color:#888;font-weight:300; margin-bottom:5px;text-align:center}
.submain .teamlist .showteam .info p{ color:#bbb; font-size:13px; line-height:20px;}

.submain .caselist{ width:100%; margin:20px auto;}
.submain .caselist ul{}
.submain .caselist ul li{}
.submain .caselist ul li a{
	float: left;
	width: 22.75%;
	display: block;
	border: 1px solid #efefef;
	margin-bottom: 3%;
	padding: 6px;
	text-decoration: none;
	color:#666;
	
}
.submain .caselist ul li a .img{ width:100%;height:140px; overflow:hidden; background-color:#333;}
.submain .caselist ul li a .img img{ width:100%;}
.submain .caselist ul li a h2{font-size:13px;  font-weight:200; line-height:35px;}
.submain .caselist ul li a:hover{
	border: 1px solid #eaeaea;
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	color:#ba2921;
	-webkit-transform:translate3d(0, -6px, 0);
	transform:translate3d(0, -6px, 0)
	}
.submain .caselist ul li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);opacity:0.5;-webkit-opacity:0.5;}
.submain .caselist ul li .cmr{ margin-right:3%;}


.sub-contact{ width:100%; margin-top:20px;}
.sub-contact h2{ text-align:center; font-size:20px; color:#b72a20; font-weight:normal; margin-bottom:30px; display:block;}
.sub-contact ul{}
.sub-contact ul li{ padding:10px; margin-bottom:2%; font-size:0.88em; line-height:1.8em; color:#666; float:left; width:46%; display:block; border:1px solid rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.05);
	box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.sub-contact ul li h3{ line-height:1.8em; font-size:16px; display:block; background-color:rgba(0,0,0,0.06); padding:2px 10px; margin-bottom:10px; color:#333}
.sm2{ margin-right:2%;}
.sub-contact ul li h3 i{ font-size:2em; color:#b72a20;}
@media (max-width:768px){
.sub-contact h2{font-size:16px;margin-bottom:10px;}
.sub-contact ul li h3{font-size:13px;}
.sub-contact ul li{ width:96%; margin:20px auto; float:none; padding:5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	-o-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}	
.sm1{ margin-right:0%;}


/*合作伙伴*/

.partner{ width:100%;}
.partner ul{}
.partner ul li{ width:32%; height:100px; float:left; border:solid 1px #efefef; text-align:center; }
.partner ul li a{ font-size:18px; line-height:100px; color:#333;}
.partner ul li a:hover{}
