/*team*/
.team{
	width: 100%;
	height: 835px;
	background: #c3c6ca;
}
.team_top{
	width: 100%;
	height: 100px;
	text-align: center;
	background: url(/statics/images/tem/title_bg1.png)no-repeat bottom center;
}
.team_top p{
	font-size: 36px;
	color: #333;
}
.team_top p n{
	color: #9a0000;
	font-weight: bold;
}
.team_top span{
	display: block;
	font-size: 21px;
	color: #666;
	width: 50%;
	margin: 0 auto;
	margin-top: 5px;
}
.team_bottom{
	width: 100%;
	height: 466px;
	overflow: hidden;
	margin-top: 43px;
	position: relative;
}
.tab_header1{
	width:100%;
	height: 100%;
}
.tab_header1 li{
	width: 335px;
	height: 155px;
	background: #fff;
	border-bottom: 1px solid #ccc9c9;
}
.tab_header1 li:nth-child(2){float: right;margin-top: -156px;}
.tab_header1 li:nth-child(4){float: right;margin-top: -156px;}
.tab_header1 li:nth-child(6){float: right;margin-top: -156px;}
.tab_header1 li a{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tab_header1 li a span{
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size:24px;
	color: #333;
	padding-top: 26px;
}
.tab_header1 li a p{
	display: block;
	width: 80%;
	height: 58px;
	line-height: 20px;
	margin: 0 auto;
	font-size:14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-align: justify;
}
.tab_content1{
	width:429px;
	height: 467px;
	position: absolute;
	top: 0;
	left: 32%;
	overflow: hidden;
}
.tab_content1 .tab1{
	width:429px;
	height: 467px;
	display: none;
}
.tab_content1 .tab_active1{
	display: block;
}
.tab1 a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.tab1 a img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.6s;
	width:100%;
	height:100%;
}
.tab1 a:hover img{transform: scale(1.1)}
.team_more,.team_more1{
	width: 160px;
	height: 44px;
	margin: 0 auto;
	margin-top: 44px;
	overflow: hidden;
}
.team_more a,.team_more1 a{
	width: 40%;
	height: 100%;
	float: left;
	background: #9a0000;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	display: block;
	transition:width 0.5s;
	-webkit-transition:width 0.5s;
}
.team_more span{
	width: 60%;
	height: 100%;
	float: right;
	background: #fff;
	font-size: 14px;
	color: #9a0000;
	text-align: center;
	line-height: 44px;
	display: block;
	cursor: pointer
}
.team_more1 span{
	width: 60%;
	height: 100%;
	float: right;
	background: #e8e8e8;
	font-size: 14px;
	color: #9a0000;
	text-align: center;
	line-height: 44px;
	display: block;
	cursor: pointer
}
.team_more:hover a{
	width: 100%;
	height: 100%;
	font-size: 36px;
}
.team_more1:hover a{
	width: 100%;
	height: 100%;
	font-size: 36px;
}

/*service*/
.service{
	width: 100%;
	height: 650px;
	margin: 70px 0 70px 0;
}
.ser_top{
	width: 100%;
	height: 100px;
	text-align: center;
	background: url(/statics/images/tem/title_bg2.png)no-repeat bottom center;
}
.ser_top p{
	font-size: 36px;
	color: #333;
}
.ser_top p n{
	color: #9a0000;
	font-weight: bold;
}
.ser_top span{
	display: block;
	font-size: 21px;
	color: #666;
	width: 60%;
	margin: 0 auto;
	margin-top: 5px;
}
.ser_bottom{
	width: 100%;
	height: 506px;
	margin-top: 40px;
}
.ser_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ser_bottom li{
	width: 286px;
	height: 240px;
	margin: 0 18px 22px 0;
	background: #9a0000;
	float: left;
	overflow: hidden;
}
.ser_bottom li:nth-child(4){margin-right: 0;}
.ser_bottom li:last-child{margin-right: 0;}
.ser_list_top{
	width: 100%;
	height: 87px;
	background: url(/statics/images/tem/ser_title_list_bg.png)no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}
.ser_list_top img{
	width: 54px;
	height: 54px;
	padding: 10px 0 0 48px;
}
.ser_list_top span{
	display: block;
	line-height: 77px;
	width: 54%;
	float: right;
	margin-right: 1%;
	font-size: 26px;
	color: #9a0000;
	font-weight: bold;
}
.ser_list_font{
	width: 100%;
	height: 153px;
}
.ser_list_font ul{
	width: 80%;
	height: 48%;
	margin: 0 auto;
	padding-top:14px;
}
.ser_list_font_detail{
	width: 100%!important;
	height: 24px!important;
	margin: 0!important;
	background: url(/statics/images/tem/ser_list_font_detail_icon.png)no-repeat left center!important;
	background-size: 10px 10px!important;
}
.ser_list_font_detail p{
	font-size: 16px;
	color: #fff;
	padding-left: 18px;
	line-height: 25px;
}
.ser_list_more{
	width: 136px;
	height: 34px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius:6px;
	margin-top: 10px;
}
.ser_list_more a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-size: 17px;
	color: #fff;
}
.ser_bottom li:hover{background: #02508a;cursor: pointer;}
.ser_bottom li:hover .ser_list_more{background: #fff;}
.ser_bottom li:hover .ser_list_more a{color: #02508a;}


/*charge*/
.charge{
	width: 100%;
	height: 800px;
	background: url(/statics/images/tem/charge_bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.charge_top{
	width: 100%;
	height: 100px;
	text-align: center;
	background: url(/statics/images/tem/title_bg1.png)no-repeat bottom center;
}
.charge_top p{
	font-size: 36px;
	color: #fff;
}
.charge_top p n{
	color: #fff;
	font-weight: bold;
}
.charge_top span{
	display: block;
	font-size: 21px;
	color: #fff;
	width: 50%;
	margin: 0 auto;
	margin-top: 5px;
}
.charge_bottom{
	width: 100%;
	height: 525px;
	margin-top: 40px;
}
.charge_bottom ul{
	width: 100%;
	height: 435px;
	overflow: hidden;
}
.charge_bottom li{
	width: 380px;
    height: 209px;
    margin: 0 30px 16px 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.charge_bottom li:nth-child(3){margin-right: 0;}
.charge_bottom li:last-child{margin-right: 0;}
.charge_img,.charge_img img{
	width: 100%;
	height: 100%;
	transition: 0.8s;
}
.charge_cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.68);
	text-align: center;
}
.charge_cover img{
	width: 42px;
	height: 42px;
	position: absolute;
	top: 60px;
	left: 45%;
	margin:0 auto;
	display: none;
	transition: 0.8s;
}
.charge_cover a{
	width: 100%;
	height: 100%;
	line-height:209px;
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
}
.charge_bottom li:hover .charge_cover{background:#02508a;opacity:0.7;}
.charge_bottom li:hover .charge_img img{transform: scale(1.1)}
.charge_bottom li:hover .charge_cover img{display: block;cursor: pointer;}
.charge_bottom li:hover .charge_cover a{line-height: 270px;}

/*case*/
.case{
	width: 100%;
	height: 830px;
	margin-top: 70px;
}
.case_bottom{
	width: 100%;
	height: 600px;
	margin-top: 40px;
}
.case_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case_bottom li{
	width: 582px;
	height: 182px;
	margin: 0 34px 26px 0;
	background: #e9e9e9;
	float:left;
}
.case_bottom li:nth-child(even){margin-right: 0}
.case_img{
	width: 204px;
	height: 100%;
	overflow: hidden;
}
.case_img a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.case_img a img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.6s;
	width:100%;
	height:100%;
}
.case_font{
	width: 346px;
	height: 100%;
}
.case_font a{
	font-size: 18px;
	color: #333;
	display: block;
	padding-top: 36px;
	width: 92%;
}
.case_font p{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	width: 92%;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
}
.case_bottom li:hover{background: #9a0000;}
.case_bottom li:hover .case_img a img{transform: scale(1.1)}
.case_bottom li:hover .case_font a{color: #fff;}
.case_bottom li:hover .case_font p{color: #fff;}

/*subfield*/
.subfield{
	width: 	100%;
	height: 188px;
	background: url(/statics/images/tem/subfield_bg.jpg)no-repeat center;
	background-size: 100% 100%;
	margin-top: 70px;
}
.subfield_bg{
	width: 1040px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.subfield_left {
	width: 482px;
	height: 100%;
	overflow: hidden;
}
.subfield_left p{
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}
.subfield_left span{
	display: block;
	font-size: 20px;
	padding-top: 2px;
	text-transform : uppercase;
}
.subfield_right{
	width: 480px;
	height: 100%;
}
.subfield_right a{
	width: 100%;
	height: 62px;
	line-height: 62px;
	display: block;
	border-radius: 10px;
	background: #fff;
	color: #9a0000;
	margin-top: 64px;
	text-align: center;
	font-size: 28px;
}
.subfield_right a:hover{background: #02508a;color: #fff;opacity: .7;}

/*news*/
.news{
	width: 100%;
	height: 600px;
	margin-top: 70px;
}
.news_bottom{
	width: 100%;
	height: 372px;
	margin-top: 40px;
}
.news_bottom ul{
	width: 100%;
	height: 100%;
}
.news_bottom li{
	width: 375px;
	height: 100%;
	float: left;
	margin: 0 18px 0 10px;
    box-shadow: 0px 0px 14px #9c9c9c;
}
.news_bottom li:last-child{margin-right: 0;}
.news_top{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: url(/statics/images/tem/news_top_bg.png)no-repeat left top #f5f5f5;
}
.news_top p{
	padding-left: 50px;
	width: 130px;
	font-size: 26px;
	color: #9a0000;
	font-weight: bold;
	float: left;
}
.news_top a{
	display: block;
	line-height: 56px;
	padding-right: 36px;
    width: 60px;
    font-size: 38px;
	color: #ababab;
	float: right;
	text-align: right;
}
.news_top a:hover{color: #9a0000;}
.news_font{
	width: 94%;
	height: 260px;
	margin: 0 auto;
	margin-top: 26px;
}
.news_font ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_font li{
	width: 100%;
	height: 26px;
	box-shadow: 0px 0px 0 #fff;
	margin:0 0 8px 0;
	background: url(/statics/images/tem/news_list_bg.png)no-repeat left center #fff;
}
.news_font li a{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	display: block;
	padding-left:20px;
}
.news_font li a:hover{color: #9a0000;font-weight: bold;}

/*link*/
.link{
	width: 100%;
	display: flex;
	height: auto;
	margin-top: 70px;
}
.link li{
	float: left;
	margin: 0 10px 10px 10px;
}
.link li:first-child{margin:0 0 10px 0;}
.link li p{
	font-size: 16px;
	color: #333;
}
.link li a{
	font-size:16px;
	color: #666;
}
.link li a:hover{color: #9a0000;font-weight: bold;}