﻿*{
	margin: 0px auto;
	padding: 0px;
}

@font-face {
  font-family: "../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold";
  src: url("../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff2") format("woff2"),
       url("../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff") format("woff"),
       url("../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf") format("truetype"),
       url("../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
       url("../lib/fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html{
	font-size: 100%;
}

body{
	background-color: #fbfbfb;
	color: #333;
	font-size: 20px;
	font-family: SourceHanSansCN-Bold;
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
	color: #222;
	font-family: 'Montserrat',sans-serif;
	line-height: 1.34;
	text-rendering: auto;/*???*/
}

a{
	color: #333;
	text-decoration: none;
}

ul{
	list-style: none;
}

.float_l{
	float: left;
}

.float_r{
	float: right;
}

.cf:after{
	content: '';
	display: block;
	clear: both;
}

.tab-pane{
	display: none;
}

.active{
	display: block;
}

/*头部*/
header{
	position:absolute;
	top:0px;
	left: 0px;
	z-index: 9;
	padding: 0.5rem 0;
	width: 100%;
	background-color: rgba(255,255,255,0.97);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.div_header{
	width: 1200px;
	margin-top: 10px;
}

header.transparent{
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.div_header a,
.caption h2,
.caption p,
.caption a{
	/*color: rgba(0,0,0,0.08);*/
	color: #fff;
}

.div_logo{
	font-size: 16px;
    margin-top: 16px;
    margin-left: 50px;
}

nav > ul > li {
	float: left;
}

.ul_nav>li>a{
	padding-bottom: 4px;
}

.ul_nav>li:last-child{
	margin-right: 30px;
}

.li_focus>a{
	border-bottom: 2px solid #FB8722;
}

.ul_nav>li:hover>a{
	border-bottom: 2px solid #FB8722;
}

.ul_nav>li:hover>ul{
	display: block;
}

nav > ul > li > a {
	line-height: 3.5rem;
	margin: 0px 20px;
}

nav ul.sub-menu{
	position: absolute;
	font-size: 16px;
	z-index: 9999;
	line-height: 2.4rem;
	background-color: #fbfbfb;
	border-radius: 0px 0px 2px 2px;
	display: none;
	margin-bottom: 0;
}

.sub-menu>li{
	padding: 0 15px;
}
.s_news{
	margin-left: 10px;
}
.s_pro{
	margin-left: 10px;
}
.s_pro>li{
	padding: 0px 30px;
}

.sub-menu>li>a{
	color: #333;
}

.sub-menu>li:hover{
	background-color: #0198E7;

}

.sub-menu>li:hover>a{
	color: #fff;
}

/*主体*/
main{
	width: 100%;
	background-color: #fbfbfb;
}

@media screen and (max-width: 1200px){
	html{
	width:1200px;
	}
	
	main{
		width: 1200px;
	}
}
/*轮播层*/
.div_lunbo{
	position: relative;
	width: 100%;
	height: 732px;
	overflow: hidden;
	/*background-color: #363842;*/
}

.div_view{
	height:480px;
}

@media screen and (max-width:1217px) {
	.div_lunbo{
		width: 1200px;
	}
}

#intro{
	position: relative;
	width: inherit;
	height: inherit;
}

#intro .intro_item{
	position: absolute;
	width: inherit;
	height: inherit;
	background-position:center center;
	-webkit-background-size: cover; /*完美的背景图全屏*/
	-moz-background-size: cover;
	background-size: cover;
}

.div_zz{
	padding-top: 220px;
	background-color: rgba(0,0,0,0.2);
	padding-bottom: 340px;
}

.caption{
	/*margin-top: 220px;*/
	width: 850px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.08);/*阴影*/
	/*text-align: center;*/
}

.caption p{
	font-size: 70px;
	line-height: 55px;
	margin-top: 35px;
	letter-spacing: 4px;/*间距*/
	cursor: default;/*css鼠标默认效果（也就是鼠标为箭头标志）*/
}

.caption>p:first-child{

}
/*过度的下划线*/
.div_hr1{
	border:3px solid #FF881F;
	float: left;
	animation: myhr1;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation: myhr1;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
}

.div_hr2{

	float: left;
	animation: myhr2;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	-webkit-animation: myhr2;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
}

@keyframes myhr1 {
	0%{width: 0px;}
	100%{width: 196px;}
}

@keyframes myhr2 {
	0%{border:3px solid #FF881F;width: 0px;}
	100%{border:3px solid #FF881F;width: 830px;}
}



.caption h2{
	width: 50%;
	font-size: 3em;
	padding: 5px 0;
}

.caption a{
	line-height: 100px;
	padding: 15px 40px;
	border: 2px solid #fff;
	border-radius: 5px;
}

.caption a:hover{
	background-color: #fff;
	color: #767676;
	transition: all 500ms;
	/*transition: color 500ms;*/
}

.div_btn{
	position: absolute;
	z-index: 100;
	bottom:35px;
	left:42%;
}

.div_ul{
	z-index: 100;
}

.div_ul li{
	display:inline-block;
	width:50px;
	height:0.35rem;
	background:#ffffff;
	transition:width 0.5s,background-color 0.5s;
	-moz-transition:width 0.5s,background-color 0.5s; /* Firefox 4 */
	-webkit-transition:width 0.5s,background-color 0.5s; /* Safari and Chrome */
	-o-transition:width 0.5s,background-color 0.5s; /* Opera */
	font-size: 0px;
	margin-left:10px;
}

#first{
	background-color: #FB8722;
	width:50px;
}

/*内容层*/
#main{
	/*margin-top: 948px;*/
	/*padding-top: 130px;*/
	/*position: relative;*/
	z-index: 10;
	overflow: hidden;
	background-color: #fbfbfb;
}

.div_main{
	width: 1200px;
}

.div_main>div{
	width: 1100px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.div_title{
	font-size: 36px;
	color: #1141CA;
	border-left:4px solid #FB8722;
	line-height: 30px;
	padding-left: 10px;
}

.div_content{
	padding-top: 44px;
}

.feature{
	width: 1100px;
}

.ul_feature>li{
	position: relative;
	float: left;
	cursor:pointer;/*小手*/
}

.ul_feature>li>a>img{
	border-radius: 6px;
}

.ul_feature>li:nth-child(2){
	margin: 0px 20px;
}

.ul_feature>li:nth-child(3){
	margin-right: 20px;
}

.ul_feature>li>a>div{
	font-weight:bold;
	position: absolute;
	width:260px;
	height:120px;
	font-size: 16px;
	color: #f5f5f5;
	left: 0px;
	top: 5px;
	cursor:pointer;/*小手*/
	line-height:110px;
	text-align:center;
}

.ul_feature>li>a>div>span{}

.pro{}

.pro>div{

	width: 356px;
	height: 700px;
	float: left;
}

.pro img{
	width:inherit;
	height:inherit;
}

.pro_span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 356px;
	height: inherit;
	background-color: rgba(21,81,252,0.2);
	opacity: 0;
	/* cursor:pointer;小手 */
}



.pro_span>div{
	/* margin: 40% 37px 0px 37px; */
}

.pro_span>div:nth-child(2){
	margin: 0px 0px;
}

.pro_span>div>span{
	font-size: 20px;
	color: #fbfbfb;
}

.div_content>div:nth-child(2){
	margin: 0px 15px;
}

.div_pro1{
	position: relative;
	width: 356px;
	height: 700px;
	overflow: hidden;
	cursor:pointer;/*小手*/
}

.div_pro1>div>div{
	/* margin-top: 70%; */
}
.pro_span div{
	position: absolute;
    width: 280px; 
    top: 42%;
    left:50%;
    transform: translate(-50%,-50%);
}
.pro_span div span{
	text-indent:2em;
	height:210px;
}

.div_pro2,.div_pro3{
	position: relative;
	width: 356px;
	height: 342px;
	overflow: hidden;
	cursor:pointer;/*小手*/
}
/* 
.div_pro2>div>div,.div_pro3>div>div{
	margin-top: 15%;
} */

.div_pro3{
	margin-top: 15px;
}

.div_pro4{
	position: relative;
	width: 356px;
	height: 530px;
	overflow: hidden;
	cursor:pointer;/*小手*/
}

.pro_span_title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #FB8722;
	width: 356px;
	height: 80px;
	font-size: 20px;
	color: #fbfbfb;
	text-align: center;
	line-height: 80px;
	opacity: 0;
}

.div_title_opacity:hover>.pro_span_title{
	transition: all 500ms;
	opacity: 1;
}

.div_title_opacity:hover>.pro_span{
	transition: all 500ms;
	opacity: 1;
}

/*.pro_span:hover{
	opacity: 1;
	transition: all 500ms;
}*/

.pro_more{
	margin-top: 66px;
}

.pro_more>a{
	border: 0.1rem solid #8AA8FD;
	padding: 54px 144px;
	font-size: 28px;
	letter-spacing: 4px;
	color: #1551FC;
}

.pro_more>a:hover{
	border: 0.1rem solid #1551FC;
	background-color: #1551FC;
	color: #f5f5f5;
	transition: all 400ms;/*淡出效果*/
}

.ul_news{
	width: 520px;
	list-style-type: disc;/*无序列表*/

}

.ul_news>li{
	margin-left: 20px;
	padding: 0px;
	font-size: 20px;
	color: #1141CA;
	line-height: 32px;
	border:1px solid transparent;
	border-bottom: 1px solid #c2c2c2;
}

.ul_news>li>a>span{
	letter-spacing: 1px;
}

.ul_news>li>a>span:nth-child(1){
	font-size: 14px;
	line-height: 5px;
	color: #333;
}

.ul_news>li>a>span:nth-child(2){
	font-size: 14px;
	line-height: 32px;
	float: right;
	color: #333;
	/*margin-right: 10px;*/
}

.ul_news>li:hover{
	border-bottom: 1px solid #2F63FC;/*选中改变下划线颜色*/
}

.nnew{
		
		width: 400px;
		max-width: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		font-size: 14px;
    		vertical-align: text-top;
	}

.ul_news>li:hover>a>span,.ul_news>li:hover>a>div>span{
	color: #2F63FC; /*选中改变字体颜色*/
}

.news_more{
	font-size: 14px;
	color: #1141CA;
	margin-right: 4px;
}

.news_more:hover{
	color: #2F63FC;
}

.div_video{
	margin-top: 6px;
	width: 560px;
	height: 318px;
	border:2px solid rgba(0,0,0,0.01);
	/*box-shadow: 0px 0px 10px 1px #1141CA;*/
}

.ul_case>a>li{
	margin-bottom: 30px;
	height: 230px;
	text-align: center;
}

.ul_case>a>li>img{
	margin-top: 6px;

}

.ul_case>a>li:hover>img{
	border-color: #f9f9f9;
}

.ul_case>a>li:hover>.div_case>.case_content *,.ul_case>a>li:hover>.div_case>.case_title>span{
	color: #1551FC;
}

.ul_case>a>li>img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 10px solid rgb(238, 238, 238);
	box-shadow: 0px 0px 60px rgba(172, 169, 176, 0.45);
	background-position:center center;
	-webkit-background-size: cover; /*完美的背景图全屏*/
	-moz-background-size: cover;
	background-size: cover;

}

.div_case{
	width: 900px;
	height: 225px;
}

.case_title>span:nth-child(1){
	font-size: 20px;
	float: left;
	color: #444444;
	margin: 31px 0px 0px 26px;
}

.case_title>span:nth-child(2){
	font-size: 14px;
	color: #797979;
	float: right;
	margin: 36px 35px 0px 0px;

}

.case_content>p{
	text-align:left;
	width: 842px;
	height: 105px;
	margin: 10px 26px;
	color: #8C8C8C;
	overflow: hidden;
	font-size:18px;
	font-weight:100;
}

.case_more{
	margin: 30px 0px 80px 0px ;
	text-align: center;
}

.case_more>a{
	padding: 10px 21px;
	color: #2F63FC;
	border: 1px solid #8AA8FD;

}

.case_more>a:hover{
	background-color: #2F63FC;
	border: 1px solid #2F63FC;
	color: #fbfbfb;
	transition: all 500ms;
}

/*尾部*/
.div_footer{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	background-color: #06194D;
}

.div_footer a,.div_footer p{
	color: #D9ECFA;
}

.div_footer h4{
	color:#F0F5F7;
}

.top_footer{
	width: 1200px;
	/*margin:0px 60px 0px 90px;*/
	padding: 10px 0px;
}

.top_footer>div{
	float: left;
	padding: 10px 58px;
	/*margin-right: 95px;*/
}

.top_footer a{
	margin-top: 0.5em;
	line-height: 40px;
	font-size: 1.3rem;
	color: #fbfbfb;
}

.center_footer{
	margin-top: 15px;
	width: 1200px;
	/*text-align: center;*/
}

.footer_div{
	width: 700px;
}

.footer_img{
	height: 160px;
	overflow: hidden;
	user-select: none;
}

.footer_img>iframe{
	transform: translate(-5%,-30%);

}



.img_haiwang{
	color:#F0F5F7;
	filter:alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.footer_img:hover>.img_haiwang{
	filter: none;
	opacity: 1;
}

.img_zz{
	width: 362px;
	height: 152px;
	background-color: rgba(0,0,0,0.2);
}

.footer_center{
	
}

.footer_center>ul>li{
	text-align: left;
	color:#F0F5F7;
	line-height: 38px;
}

.bottom_footer{
	width: 1200px;
	
	padding: 10px 0px;
}

.bottom_footer p{
	font-size: 12px;
	letter-spacing: 0px;/*间距*/
	margin: 5px 0px;
	text-align: center;
	color: #EBF0F2;
}

.arrows_top>a{
	width: 64px;
	height: 64px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	right: 60px;
	bottom: 55px;
}

.arrows_top>a>span{
    color: #fff;
	margin:20px 0px 0px 22px ;

}

.arrows_top:hover>a{
	background-color: #1141CA;
	transition: all 500ms;
	/*opacity: 0.5;*/
}


/*公司概况页*/
.main_con{
	margin-top: -120px;
}

.div_main1{
	width: 1200px;
}

.condition{
	position: relative;
}

.con_title{
	position: absolute;
	width: 260px;
	height: 120px;
	left: 0px;
	top: 0px;
	background-color: #FB8722;
	text-align: center;
	font-size: 36px;
	color: #fbfbfb;
	line-height: 120px;
}

.con_content{
	padding-top: 120px;
	color: #afafaf;
}

.div_slide{
	width: 4px;
	height: 732px;
	background-color: #ffffff;
}

.slide{
	margin-top:52px;
	height: 30px;
	border: 2px solid #FB8722;
}

.left_nav{
	width: 256px;
	height: 760px;
	padding-top: 32px;
	text-align: center;
	line-height: 75px;
	background-color: #ffffff;
}

.left_nav>ul>a{
	font-size: 20px;
	color: #afafaf;
}

.left_nav>ul>a:first-child{
	color: #1551fc;
}

.left_nav>ul>a:hover{
	color: #1551fc;
}


.right_content{
	width: 870px;
	padding:52px 30px 20px 30px;
	font-size: 14px;
	overflow:hidden;
}

.right_content>p{
	font-size: 14px;
	color: #afafaf;
	line-height: 25px;
}


/*发展历程*/
.div_timer_shaft{
	width: 868px;
	padding: 30px 0px 80px 0px;
}

.div_timer_shaft>ul>li{
	width: 433px;
	height: 150px;
	position: relative;
}

.div_timer_shaft>ul>li:last-child{
	height: 120px;
	/*margin-bottom: 80px;*/
}

.div_timer_shaft>ul>li:nth-of-type(odd){
	float: right;
	border-left: 2px solid #1551fc;
}

.div_timer_shaft>ul>li:nth-of-type(even){
	float: left;
	border-right: 2px solid #1551fc;
}

.div_timer_shaft>ul>li>span{
	position: absolute;
	color: #1551FC;
	background-color: #fff;
}

.div_timer_shaft>ul>li:nth-of-type(odd)>span{
	top: 0px;
	left: -9px;
}

.div_timer_shaft>ul>li:nth-of-type(even)>span{
	top: 0px;
	right: -9px;
}

.timer_shaft_content{
	width: 300px;
	position: absolute;
	top:-6px;

}

.timer_shaft_content>h2{
	color: #1551FC;
	font-size: 20px;
}

.div_timer_shaft>ul>li:nth-of-type(odd)>div{
	left: 20px;
	text-align: left;
}

.div_timer_shaft>ul>li:nth-of-type(even)>div{
	right: 20px;
	text-align: right;
}

/*成功案例*/

.case_img{
	width: 925px;
	padding: 50px 0px;
}

.case_img>ul>li{
	width: 300px;
	height: 250px;
	margin: 10px 4px;
	float: left;
	background-color: #fff;
	text-align: center;

}

.case_img>ul>li>img{
	width: 300px;
	height: 200px;
}

.case_img>ul>li>span{
	line-height: 36px;
	font-size: 14px;
	color: #333333;
}

.case_img>ul>li:hover{
	box-shadow: 0px 0px 10px #e6e6e6;
}

.case_nav{
	height: 875px;
}

/*产品服务*/
.product{
	width: 100%;
}

.product>ul{
	margin-top: 100px;
	margin-bottom: 100px;

}

.product>ul>li{
	padding: 10px 0px;
	cursor:pointer;/*小手*/
}

.pro_img_content{
	width: 1200px;
}

.product>ul>li:nth-child(odd)>.pro_img_content>img{
	float: left;
}
.product>ul>li:nth-child(even)>.pro_img_content>img{
	float: right;
}

.product>ul>li:nth-child(even)>.pro_img_content>.product_main{
	float: left;
	text-align: left;
}
.product>ul>li:nth-child(odd)>.pro_img_content>.product_main{
	float: right;
	text-align: right;
}

.product>ul>li:nth-child(even){
	background-color: #F1F5FF;
}

.product_main{
	width: 800px;
	height: 200px;
	margin-top: 60px;
}

.product_main>span{
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.product_main>p{
	font-size: 14px;
	color: #666666;
	text-indent: 1px;
}

/*联系我们*/
.con_info{
	margin-bottom: 30px;
}

.con_map{
	margin-left: 0px;
	width: 600px;
	height: 400px;
	overflow: hidden;
}

.con_map>iframe{
	transform: translate(-1px,-7%);
}

/*人才招聘*/
.invite_nav{
	height: 810px;
}

.invite{
	width: 840px;
	height: 800px;
	background-color: #ffffff;
}

.invite>div>span{
	font-size: 20px;
	color: #666666;
}

.invite>div>p{
	font-size: 14px;
	color: #666666;
}

.rec_invite>div>div{
	margin: 10px 0px 10px 0px;
}

.rec_invite>div>div>span{
	font-size: 20px;
	color: #666666;
}

.rec_invite>div>div>p{
	font-size: 14px;
	color: #666666;
}

.invite_select{
	width: 180px;
	height: 26px;
	border: 0.1em solid #87A6FD;
	margin-left: 40px;
}

/*新闻中心*/
.news{
	width: 860px;
}

.news>li{
	color:#1551FC;
	font-size: 30px;
	cursor:pointer;/*小手*/
}

.ul_news>li>p{
	font-size: 14px;
	color: #333333;
}

.ul_news>li>p:nth-child(1){
	float: left;
}

.news>li>p:nth-child(2){
	float: right;
}