@charset "utf-8";
/* CSS Document */
body{font-size:14px;line-height:24px;font-family:"微软雅黑";color: #000;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
*{box-sizing: border-box; -webkit-box-sizing: border-box;}
input{vertical-align: middle;}
img{border:0;vertical-align:middle;}
table {border-collapse: collapse;border-spacing: 0;}
ul,li{list-style-type:none;}
a{text-decoration:none;color: inherit;}
a:hover{text-decoration:none;}
.tc{text-align:center;}
.tl{text-align:left;}
.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.rel{position: relative;}
.abs{position: absolute;}
.ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
h3{font-weight: normal;}
em{font-style: normal;}

.wrap_box{
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
/*header*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.content{
	width: 1200px;
	margin: 0 auto;
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
/*banner*/
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;height: 657px;}
.slides{position:relative;z-index:1;}
.slides img{width:1920px;position: absolute;top: 0;left:50%;margin-left: -960px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:#fff;border-radius:100%;cursor:pointer;}
.flex-control-nav .flex-active{background:#434343;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

/*index*/
.header_bg{
	background: #434343;
	height: 26px;
	color: #fff;
	line-height: 26px;
}
.nav{

	margin-bottom: 10px;
}
.nav li{
	float: left;
	text-align: center;
	margin-right: 0px;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 34px;
	width: 16.6%;

}
.nav li span{
	color: #aaa9a9;
	font-size: 14px;
	display: block;
	line-height: 18px;
}
.pro{
	padding:45px 0 48px ;
}
.tit1{
	background: url(../images/tit1.png) no-repeat center bottom;
	color: #1d1d1d;
	padding-bottom: 15px;
}
.tit1 h3{
	font-size: 24px;
	line-height: 36px;
}
.tit1 p{
	font-size: 36px;
	line-height: 44px;
	font-family: Times New Roman;
}
.type{
	padding: 50px 0 30px;
	color: #3a3939;
}
.type a{
	margin: 10px 30px;
}
.more1{
	top: 38px;
	right: 0;
}
.pro_list1{
	/*width: 787px;*/
	width: 100%;
}
.pro_list li{	
	position: relative;
}
.pro_list1 ul{
	margin-right: -28px;
}
.pro_list1 li{
	margin: 0 28px 27px 0;
	float: left;
	width: 381px;
	height: 257px;
}
.pro_list li img{
	width: 381px;
	height: 257px;
}
/*.pro_list1 li:nth-child(1) img{
	width: 787px;
	height: 235px;
}
.pro_list1 li:nth-child(2) img{
	width: 376px;
	height: 481px;
}*/
.pro_text_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
}
.pro_text{
	width: 185px;
	height: 65px;
	left: 0;
	right: 0;
	top: 40%;
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 26px;
	padding: 7px 50px 0;
	transform: scale(0);
	transition: all 0.6s 0.3s;
}
.pro_text p{
	border-top: solid  1px #fff;
	text-transform: uppercase;
}
.pro_list li:hover .pro_text_bg{
	opacity: 1;
}
.pro_list li:hover .pro_text{
	transform: scale(1);
}
.pro_list2{
	width: 379px;
}
.pro_list2 li{
	margin-bottom:23px ;
}
.pro_list2 li:nth-child(2) img{
	width: 379px;
	height: 494px;
}
.bg1{
	background: url(../images/bg1.jpg) no-repeat center top;
	padding: 190px 0 0;
}
.tit2{
	margin-left: 570px;
}
.tit2 h3{
	font-size: 26px;
	color: #000;
	line-height: 40px;
}
.tit2 p{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	line-height: 26px;
}
.about{
	padding: 90px 50px 0;
}
.about_pic img{
	width: 301px;
	height: 201px;
}
.about_con{
	width: 755px;
	padding: 16px 0 0;
}
.about_txt{
	color: #686868;
	line-height: 36px;
	height: 108px;
	overflow: hidden;
	margin-bottom: 32px;
}
.bg2{
	background: url(../images/bg2.jpg) no-repeat center top;
	padding: 63px 0 45px;
}
.case{
	width: 600px;
}
.case_l{
	margin: 90px 0 0;
}
.case .tit3{ margin-top:7px; }
.tit3 h3{
	font-size: 53px;
	text-transform: uppercase;
	background: url(../images/index_26.jpg) no-repeat left bottom;
	line-height: 74px;
	margin-bottom:60px;
}
.tit3 p{
	font-size: 26px;
	line-height: 60px;
	color: #5b5b5b;
}
.case_pic{
	margin: 74px 0 0;
}
.case_pic img{
	width: 600px;
	height: 245px;
}

.case_list_pic img{
	width: 300px;
	height: 245px;
}
.case_list_con{
	width: 300px;
	height: 245px;
	background: #e8e8e8;
	padding: 75px 40px 0;
}
.case_list_con h4{
	color: #5f5f5f;
	font-size: 20px;
	position: relative;
}
.case_list_con h4::after{
	content: "";
	width: 26px;
	height: 1px;
	background: #747474;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.case_list_con p{
	color: #939393;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 50px 0 0;
}
.case_list1 li:nth-child(2) .case_list_pic{
	float: right;
}
.case_list2 li{
	float: left;
}
.case_list2 li:nth-child(1) .case_list_pic{
	float: right;
}
.case_list li:hover .case_list_con{
	background: #ffbc20;
}
.case_list li:hover .case_list_con h4{
	color: #fff;
}
.case_list li:hover .case_list_con p{
	color: #fff;
}
.case_list li:hover .case_list_con h4::after{
	background: #fff;
}
.more2{
	margin: 65px 0 0;
}
.more3{
	right: 0;
	top: 90px;
}
.team{
	padding: 40px 0 100px;
}
.team li{
	width: 300px;
	height: 462px;
	float: left;
	position: relative;
	overflow: hidden;
}
.team_pic img{
	width: 300px;
	height: 348px;
}
.team_tit{
	padding: 20px;
	height: 114px;
}
.team_tit h3{
	line-height: 32px;
	color: #353535;
}
.team_tit p{
	line-height: 34px;
	color: #9a9a9a;
}
.team_con{
	width: 100%;
	height: 200px;
	background: #383838;
	padding:0 20px;
	bottom: -100%;
	left: 0;
	color: #9c9c9c;
	z-index: 99;
	transition: all 0.6s;
}
.team_con h3{
	font-size: 18px;
	color: #fff;
	padding: 35px 0 10px;
}
.team_con p{
	height: 48px;
	overflow: hidden;
	margin: 25px 0 0;
}
.team li:hover .team_con{
	bottom: 0;
}
.team li:nth-child(even) .team_con{
	top: -100%;
	bottom:auto;
}
.team li:nth-child(even):hover .team_con{
	top: 0;
}
.ad{
	width: 49.5%;
}
.news{
	padding: 75px 0;
}
.news_con{
	margin: 60px 0 0;
}
.news_con ul{
	margin-right: -32px;
}
.news_con li{
	width: 378px;
	float: left;
	margin-right: 32px;
}
.news_pic{
	overflow: hidden;
}
.news_pic img{
	width: 378px;
	height: 221px;
}
.news_text h3{
	background: url(../images/index_53.jpg) no-repeat left center;
	padding-left: 47px;
	font-size: 15px;
	color: #5b5b5b;
	margin: 15px 0 5px;
}
.news_text h4{
	color: #696969;
	font-size: 16px;
	font-weight: normal;
}
.news_text p{
	color: #9a9a9a;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin: 15px 0 0;
}
.news_con li:hover .news_text h3{
	background: url(../images/index_54.jpg) no-repeat left center;
	color: #ffbc20;
}
/*footer*/
.footer_bg{
	background: #2d2d2d;
	padding: 55px 0 40px;
	border-top: solid 3px #ffbc20;
}
.tit4{
	margin-left: 10px;
}
.tit4 h3{
	color: #fff;
}
.tit4 p{
	color: #818181;
}
.contact{
	width: 620px;
	margin-left: 70px;
}
.contact h3{
	font-size: 20px;
	line-height: 34px;
	color: #fff;
}
.contact_txt{
	color: #c0c0c0;
	line-height: 30px;
	margin: 32px 0 0;
}
.code{
	margin-right: 28px;
}
.code img{
	width: 168px;
	height: 168px;
}
.copyright{
	background: #252525;
	padding: 12px 0;
	color: #929292;
}
/*main*/
.m_banner{
	height: 657px;
	overflow: hidden;
}
.m_banner img{
	width:1920px;
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -960px;
}
.m_banner_tit_box{
	left: 0;
	right: 0;
	top: 134px;
}
.m_banner_tit{
	width: 295px;
	height: 171px;
	background: url(../images/main1.png) no-repeat;
	color: #ffbc20;
	padding: 40px 0 0 55px;
}
.m_banner_tit h2{
	font-size: 30px;
	line-height: 46px;
}
.m_banner_tit h3{
	font-size: 24px;
	line-height: 30px;
}
.main_head_bg{
	height: 99px;
	background: #f4f4f4;
	padding: 27px 0 0;
}
.path{
	color: #6f6f6f;
	font-size: 18px;
	line-height: 46px;
}
.path img{
	vertical-align: middle;
	margin-right: 14px;
}
.path span{
	color: #ffbc20;
}
.m_type { text-align: center; margin:0px 0 0; }
.m_type a{
	background: #ffbc20;
	height: 42px;
	padding: 0 8px;
	margin:0 5px;
	line-height: 42px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.main{
	padding-bottom: 55px;
}
.main .m_type{ margin-top:20px; }
.main_tit{
	border-bottom: solid 1px #dcdcdc;
	padding:60px 0 35px ;
	color: #707070;
	font-size: 24px;
	line-height: 32px;
}
.m_pro{
	padding: 60px 0 30px;
	margin-right: -27px;
}
.m_pro li{
	width: 382px;
	float: left;
	margin: 0 27px 30px 0;
}
.m_pro li img{
	width: 382px;
	height: 290px;
}
.m_tit{
	width: 100%;
	height: 53px;
	background: #e5e5e5;
	line-height: 53px;
	color: #909090;
	font-size: 18px;
	margin: 0px 0 0;
}
.page a{
	padding: 0 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 4px;
	background: #f2f2f2;
	color: #818181;
}
.page .on{
	background: #ffbc20;
	color: #fff;
}
.m_team{
	padding: 60px 0 40px;
	margin-right: -37px;
}
.m_team li{
	width: 272px;
	float: left;
	margin: 0 37px 23px 0;
}
.m_team li img{
	width: 272px;
	height: 363px;
}
.m_news{
	padding: 30px 0 50px;
}
.m_news li{
	border-bottom: solid 1px #f4f4f4;
	padding: 23px 0;
}
.m_news_pic img{
	width: 279px;
	height: 164px;
}
.m_news_con{
	width: 875px;
}
.m_news_con h3{
	color: #707070;
	font-size: 18px;
	line-height: 38px;
}
.m_news_con p{
	color: #a6a6a6;
	height: 48px;
	overflow: hidden;
	margin: 15px 0 30px;
}
.m_news_con>a{
	width: 94px;
	height: 28px;
	background: #ffbc20;
	line-height: 28px;
	display: block;
	text-align: center;
	color: #fff;
}
.date{
	background: url(../images/main6.jpg) no-repeat left center;
	padding-left: 30px;
	color: #c5c5c5;
}
.date{
	right: 0;
	top: 0;
	line-height: 38px;
}
.job{
	padding: 75px 0 120px;
}
.job_con{
	width: 550px;
}
.job_con p{
	margin-bottom: 16px;
}
.job_con p label{
	width: 85px;
	padding-right: 20px;
	text-align: right;
	color: #7d7d7d;
	font-size: 16px;
	display: inline-block;
}
.user{
	width: 465px;
	height: 46px;
	border: solid 1px #e5e5e5;
	padding: 0 20px;
}
.user1{
	height: 162px;
	padding:7px 20px ;
	vertical-align: top;
	font-family: "微软雅黑";
}
.btn{
	width: 98px;
	height: 39px;
	background: #ffbc20;
	line-height: 39px;
	color: #fff;
	border: none;
	text-align: center;
}
.m_about{
	color: #707070;
	font-size: 18px;
	color: #707070;
	font-size: 18px;
	line-height: 2;
	padding: 50px 0;
}
.m_about h3{
	font-size: 24px;
	color: #ffbc20;
}
