﻿.banner{ margin-top:100px;width:100%; height:300px; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.bg { background-color:rgba(0,0,0,0.03);
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	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:30px 0; text-align:center; margin-bottom:20px;}
.submain hgroup h1{ font-size:32px; color:#ffa527; font-weight:600; margin-bottom:10px;	position:relative; width:60%;margin:0 auto;}
.submain hgroup h2{font-size:18px; font-family: Arial; font-weight:100; text-transform:uppercase; display:block; position:relative;margin-top:20px; color:rgba(0,0,0,0.3);}
.submain hgroup h2:after{
	content:'';
	width:50px;
	height:3px;
	background-color:#ffa527;
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-25px;
	}
.submain hgroup span{}
.submain hgroup h1:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	right:0;
	bottom:10px;
	}
.submain hgroup h1:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.12);
	display:block;
	position:absolute;
	left:0;
	bottom:10px;
	}
.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:#336298; 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;}


/*内页子导航*/
.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: #ffa527;
} 
.subnav li a.cur{
	color: #FFFFFF;
	background-color: #ffa527;
} 
/*当前位置*/
.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;}

.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%;}
/*分页样式*/	 
.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:#ffa527 !important;
	padding:5px 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:60px; 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:10px; }
.submain .servicenav h2{ line-height:50px; height:50px; font-weight:200; padding-left:20px;font-size:20px; display:block; color:#346597; 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: 16px;
	color: #333;
	text-decoration: none; padding-left:15px;
	border-bottom:1px solid #efefef;
	
}
.submain .servicenav ul li a:hover,.submain .servicenav ul li a.cur{color:#fff; background-color:#346597;}

.submain .service-sublist{ width:77%; float:left; background-color:#fff;margin-top:10px; 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:#ffa527; 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);}
.service-sublist .text{ font-size:14px; line-height:22px; color:#333; padding:15px;}



/*2017-3-19更新*/

.sub-about{ position:relative; width:80%; margin:0 auto;}
.sub-about h2{ font-size:25px; font-weight:600; color:#336799; text-align:center; margin:20px auto;}
.sub-about h3{ font-size:20px; font-weight:600; color:#acdd2f; text-align:center; margin:20px auto;}
.sub-about p{ font-size:14px; line-height:25px; color:#666;}
.sub-about ul{}
.sub-about li{}
.sub-about a{}
.sub-about .img{ display:block; text-align:center; margin:20px 0;}
.sub-about .img img{}

.sub-contact{ width:100%; margin:0 auto;position:relative;}
.sub-contact ul{ width:60%;}
.sub-contact ul li{ border-bottom:1px solid #efefef; padding:10px 0; margin:10px; 0; font-size:16px; color:#666;}
.sub-contact i{ font-size:1.3em; color:#336799; margin-right:10px;}
.sub-contact img{ width:25%; height:auto; position:absolute; right:0; bottom:0;
opacity:0.3;
filter:alpha(opacity=30); }/* 针对 IE8 以及更早的版本 */


.showser-cont{ width:100%; position:relative;}
.showser-cont h1,.showser-cont h2,.showser-cont h3,.showser-cont h4,.showser-cont h5,.showser-cont h6{ margin:10px 0 !important; font-weight:600; padding:10px 0; color:#336799;}
.showser-cont h1{ font-size:25px !important;}
.showser-cont h2{ font-size:20px !important;}
.showser-cont h3{ font-size:18px !important;}
.showser-cont h4{ font-size:16px !important;}
.showser-cont h5{ font-size:14px !important;}
.showser-cont ul{ width:60%;}
.showser-cont ul li{ margin:10px 0; border-bottom:1px #efefef solid; padding:10px 0;}
.showser-cont img{ width:35%; height:auto; position:absolute; right:0; bottom:0;
opacity:0.5;
filter:alpha(opacity=50); /* 针对 IE8 以及更早的版本 */
}
.showser-cont i{ font-size:1.2em; color:#ccc;}
.showser-cont .txt{width:60%; }
.showser-cont .txt p{ font-size:14px; line-height:25px; color:#666;border:1px solid #e0f1e9; margin:20px 0; padding:15px; border-radius:10px; -webkit-border-radius:10px;background-color:#f1f9f7;}

.pro-sub-nav {width:500px; position:relative; left:50%; margin-left:-250px;
	overflow:hidden;
	margin-bottom:50px;
	height: 45px;
}
.pro-sub-nav ul {padding: 0px;}
.pro-sub-nav li {text-align:center; float:left; margin-right:2%; margin-left:0; width:23%;}
.pro-sub-nav li a {
	font-size: 14px;
	line-height: 45px;
	color: #333333;
	display: block;
	height: 45px;
	background-color: #FFFFFF;
	text-decoration: none; margin:0; padding:0;
}
.pro-sub-nav li a:last-child{margin-right:0;}
.pro-sub-nav li a:hover{
	color: #FFFFFF;
	background-color: #ffa527;
} 
.pro-sub-nav li a.cur{
	color: #FFFFFF;
	background-color: #ffa527;
} 

.pro-sub-list{ width:1200px; position:relative;left:50%; margin-left:-600px;}
.pro-sub-list ul{}
.pro-sub-list ul li{float:left; margin-bottom:40px; width:22.75%; position:relative;}
.pro-sub-list ul li a{ padding:10px;display: block;background-color: #fff;width: 100%;text-decoration: none; height:280px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.08);
}
.pro-sub-list ul li .img{ width:100%;height:180px;overflow:hidden;}
.pro-sub-list ul li .img img{ width:100%;}
.pro-sub-list ul li .info{width:90%; margin:0 auto;}
.pro-sub-list ul li .info h2{ font-size:16px; color:#222; font-weight:normal; margin:10px 0; text-align:center;}
.pro-sub-list ul li .info h2,.pro .prolist ul li .info time,.pro .prolist ul li .info span,pro .prolist ul li .info p
{    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
.pro-sub-list ul li .info span{ color:#aaa; width:100px; height:30px; border:1px solid #ccc; display:block; text-align:center; position:absolute; right:10px; bottom:10px; line-height:28px; font-size:13px; border-radius:15px; -webkit-border-radius:15px;}
.pro-sub-list ul li a:hover{
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -10px, 0);
	transform:translate3d(0, -10px, 0)
	}
.pro-sub-list ul li a:hover .info h2{color:#336699}
.pro-sub-list ul li a:hover .img img{ transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.pro-sub-list ul li a:hover .info span{color:#fff; border:0; background-color:#ffa527;}





/*contact*/
.contact {
	padding:50px 0;
}
.contact .c-info {
	width:50%; float:left;
}
.contact .c-info ul {
	}
.contact .c-info ul li {
	line-height:50px;
	padding-left:50px;
	font-size:16px;
}
.contact .c-info .tel {
	background-image:url(../images/ico/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact .c-info .add {
	background-image:url(../images/ico/add.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact .c-info .mail {
	background-image:url(../images/ico/mail.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.contact .c-maps {
	float:right;
	width:50%;
	height:550px;
}