body { background-color: #F5F5F5; overflow-x: hidden !important;}
.pc { display: block;}
.mo { display: none;}


/*mo导航*/
.mot { width: 100%; padding: 0 10px; height: 70px; background: #191919;}
.mot .molo { float: left; display: inline-block; height: 50px; margin: 10px 0;}
.mot .molo img { height: 50px;}
.mot .momenuicon { float: right; height: 16px; margin: 27px 0;}
.mot .cloesicon { display: none;}
.moxl { width: 100%; position: absolute; left: -100%; top: 50px; z-index: 99; background: rgba(0,0,0,0.60); transition: all ease 0.3s;}
.moxl_box { width: 70%; height: 100%; background: #292929;}
.moxl .moxl_xun { width: 90%; margin: 0px 5%; position: relative; border-bottom: 1px solid #595959;}
.moxl .moxl_xun .moxl_xun_icon { width: 100%; height: 0px; position: absolute;}
.moxl .moxl_xun .moxl_xun_icon img { float: right; height: 24px; margin: 8px 0px;}
.moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2 { display: none;}
.moxl .moxl_xun .moxl_xun_title { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #FFFFFF; font-family: "苹方";}
.moxl .moxl_xun .moxl_erji { display: none; width: 100%; padding-bottom: 10px; overflow: hidden;}
.moxl .moxl_xun .moxl_erji a { display: block; width: 100%; height: 30px; padding-left: 20px; line-height: 30px; font-size: 12px; color: #FFFFFF;}


/*pc导航*/
.pcto { width: 100%; height: 46px; position: relative; background: url(../img/nav_bg.jpg) repeat-x; z-index: 10;}
.pcto_box { width: 100%; height: 46px;}
.pcto .pcto_menu { width: 100%; height: 46px; text-align: center; font-size: 12px; color: #FFFFFF; line-height: 46px;}
.pcto .pcto_menu_xun { display: inline-block; width: 58px; height: 46px; text-align: center; margin: 0px 30px;}
.pcto .pcto_menu_xun .pcto_menu_a { display: inline-block; transition: all ease 0.3s; line-height: 46px; font-size: 14px; color: #FFFFFF; text-align: center;}
.pcto .pcto_menu_xun:hover .pcto_menu_a { transition: all ease 0.3s; color: #007aff;}
.pcto .pcto_menu_xun.on .pcto_menu_a { color: #007aff;}
.pcto_xl { width: 100%; height: 0; position: absolute; z-index: 100; overflow: hidden;}
.pcto_xl a { margin-right: 35px; float: left; line-height: 45px; font-size: 12px; color: #005fc6; text-align: center;}
.pcto_bg { width: 100%; height: 0px; background: rgba(45,111,200,0.3); transition: all ease 0.3s; position: absolute; left: 0; top: 46px; z-index: 99;}
.pcto_menu_xun:hover .pcto_bg { height: 45px; transition: all ease 0.6s}
.pcto_menu_xun:hover .pcto_xl { height: 45px; transition: all ease 0.6s;}
@media only screen and (max-width: 992px) {
	.pcto .pcto_menu_xun { margin: 0px 20px;}
}
@media screen and (max-width:768px) {
	.pc { display: none;}
	.mo { display: block;}	
	.moxl {	top: 70px;}	
}
@media only screen and (max-width: 341px) {
	.mot .molo { height: 46px; margin: 12px 0;}
	.mot .molo img { height: 46px;}
}


/*顶部*/
.header { width: 100%; height: 90px; background-color: #393939; position: relative; z-index: 10; overflow: hidden;}
.logo { width: 33.33%; height: 90px; position: relative;}
.logo a { display: block; width: 100%; max-width: 590px; position: absolute; left: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.top_tel { width: 33.33%; padding-right: 20px;}
.top_tel p { float: right; font-size: 24px; color: #FFFFFF; line-height: 90px; font-family: "苹方","微软雅黑";}
.top_tel span { display: inline-block; width: 46px; height: 90px; margin-right: 15px; background: url(../img/top_tel_bg.png) no-repeat; text-align: center;}
.top_tel span img { margin-top: -20px;}
.search_box { width: 33.33%;}
.search_form { width: 100%; max-width: 460px; height: 40px; margin: 25px auto; border: 1px solid #005fc6; background-color: #FFFFFF; overflow: hidden;}
.search_form input { float: left; width: 75%; height: 38px; font-size: 12px; padding-left: 10px; border: none;}
.search_form button { float: right; padding: 9px 15px; background: none; border: none;}
@media only screen and (max-width: 1680px) {
	.search_form { max-width: 350px;} 
}
@media only screen and (max-width: 1480px) {
	.search_form { max-width: 320px;} 
	.top_tel p { font-size: 18px; }
}
@media only screen and (max-width: 1200px) {
	.logo a { width:  120%;}
	.top_tel span { width: 20px; margin-right: 10px; background: none;}
	.top_tel span img { margin-top: 0px;}
	.search_form { max-width: 280px;}
}
@media only screen and (max-width: 992px) {
	.header { height: 100px;}
	.logo { width: 50%; height: 100px;}
	.logo a { width: 130%;}
	.top_tel { width: 50%; margin-top: 15px;} 
	.top_tel p { line-height: 30px; font-size: 16px;}
	.top_tel span { height: 30px;}
	.search_box { float: right; width: 50%; padding-right: 20px;}
	.search_form { float: right; max-width: 270px; height: 30px; margin: 10px 0px;}
	.search_form input { height: 28px;}
	.search_form button { padding: 3px 10px;}
	.search_form button img { width: 16px; height: 16px;}
}
@media only screen and (max-width: 768px) {
	.header { height: 100px;}
	.logo { display: none;}
	.top_tel { width: 100%; margin-top: 15px; padding-right: 0px;} 
	.top_tel p { width: 100%; text-align: center;}
	.search_box { width: 100%; padding: 0px 10px;}
	.search_form { float: right; max-width: 100%;}
}


/*banner轮播*/
#flexslider { box-shadow: 0px 0px 5px 2px #DDDDDD;}
#flexslider, #ban { width: 100%; height: 700px; position: relative; overflow: hidden; background-color: #FFFFFF;}/***修改这里的高度*****/
.jiantou_box { width: 100%; height: 0; text-align: center; position: absolute; z-index: 88;}
#flexslider #ban .jiantou { width: 1384px; margin-top: 224px; height: 82px; z-index: 1; display: inline-block; display: none;}/***修改这里的高度以调整箭头高度*****/
#flexslider #ban .jiantou .jiantou_left { width: 45px; height: 82px; cursor: pointer; background: url("../images/jiantou.png") no-repeat 0px top; float: left;}
#flexslider #ban .jiantou .jiantou_right { width: 45px; height: 82px; cursor: pointer; background: url("../images/jiantou.png") no-repeat 0px bottom; float: right;}
#ban ul.ban_bj li { display: block; width: 100%; height: 700px; position: absolute; left: 0px; top: 0px; text-align: center; z-index: 0; cursor: pointer; background-size: cover;}/***修改这里的高度*****/
#ban ul.ban_bj li.on { z-index: 88;}
#ban ul.ban_bj li a { display: block; width: 100%; height: 100%; text-indent: -300000em;}
.dian { width: 100%; text-align: center; position: absolute; bottom: 16px; z-index: 88;}
#ban ul.ul_dian { display: inline-block;}
#ban ul.ul_dian li { display: block; width: 25px; height: 15px; background: #dddddd; float: left; cursor: pointer; margin: 0 3px;}
#ban ul.ul_dian li.licurr { background: #7fafe2;}
@media only screen and (max-width: 1820px) {
	#flexslider, #ban { height: 664px;}
	#ban ul.ban_bj li { height: 664px;}	
}
@media only screen and (max-width: 1720px) {
	#flexslider, #ban { height: 627px;}
	#ban ul.ban_bj li { height: 627px;}	
}
@media only screen and (max-width: 1620px) {
	#flexslider, #ban { height: 591px;}
	#ban ul.ban_bj li { height: 591px;}	
}
@media only screen and (max-width: 1520px) {
	#flexslider, #ban { height: 554px;}
	#ban ul.ban_bj li { height: 554px;}	
}
@media only screen and (max-width: 1420px) {
	#flexslider, #ban { height: 518px;}
	#ban ul.ban_bj li { height: 518px;}	
}
@media only screen and (max-width: 1320px) {
	#flexslider, #ban { height: 481px;}
	#ban ul.ban_bj li { height: 481px;}	
}
@media only screen and (max-width: 1220px) {
	#flexslider, #ban { height: 445px;}
	#ban ul.ban_bj li { height: 445px;}	
}
@media only screen and (max-width: 1120px) {
	#flexslider, #ban { height: 408px;}
	#ban ul.ban_bj li { height: 408px;}	
}
@media only screen and (max-width: 1020px) {
 	#flexslider, #ban { height: 372px;}
	#ban ul.ban_bj li { height: 372px;}	
}
@media only screen and (max-width: 920px) {
 	#flexslider, #ban { height: 335px;}
	#ban ul.ban_bj li { height: 335px;}	
}
@media only screen and (max-width: 820px) {
 	#flexslider, #ban { height: 299px;}
	#ban ul.ban_bj li { height: 299px;}	
}
@media only screen and (max-width: 768px) {
	#flexslider, #ban { height: 280px;}
	#ban ul.ban_bj li { height: 280px;}	
}
@media only screen and (max-width: 640px) {
	#flexslider { height: 233px;}
	#ban { height: 233px;}
	#ban ul.ban_bj li { height: 233px;}
	.dian { bottom: 0px;}
}
@media only screen and (max-width: 540px) {
	#flexslider { height: 197px;}
	#ban { height: 197px;}
	#ban ul.ban_bj li { height: 197px;}
}
@media only screen and (max-width: 440px) {
	#flexslider { height: 160px;}
	#ban { height: 160px;}
	#ban ul.ban_bj li { height: 160px;}
}
@media only screen and (max-width: 320px) {
	#flexslider { height: 117px;}
	#ban { height: 117px;}
	#ban ul.ban_bj li { height: 117px;}
}


/*公司简介/企业资质/工程实例*/
.big_box { width: 100%; margin: 10px 0px; padding: 0px 5px; overflow: hidden;}
.big_box_insite { width: 50%; padding: 0px 5px;}


/*公司简介*/
.index_about { width: 100%; margin-bottom: 10px; background-color: #FFFFFF;}
.index_about_left { width: 38%; position: relative;}
.index_about_right { width: 62%; padding: 46px;}
.index_about_img, .index_about_img img { display: block; width: 100%;}
.index_about_info { position: absolute; left: 25px; top: 25px; right: 25px;}
.index_about_info span.fl { font-size: 14px; color: #FFFFFF; line-height: 24px; font-family: "苹方","微软雅黑";}
.index_about_title { position: absolute; left: 25px; bottom: 25px; right: 25px;}
h1.tt_style01 { width: 100%; font-size: 34px; font-weight: bold; color: #FFFFFF; line-height: 50px;}
h1.tt_style01 a { font-size: 34px; font-weight: bold; color: #FFFFFF; line-height: 50px;}
p.p_style01 { width: 100%; font-size: 24px; color: #FFFFFF; line-height: 36px; font-family: "苹方","微软雅黑";}
span.span_style01 { font-size: 12px; color: #FFFFFF; font-family: arial; line-height: 20px;}
.index_about_text { width: 100%; max-height: 200px; overflow: hidden;}
.index_about_text p { width: 100%; font-size: 16px; color: #333333; line-height: 24px;}
/*工程实例*/
.index_case { width: 100%; position: relative; text-align: center;}
.index_case_img { display: block; width: 100%;}
.index_case_title { position: absolute; left: 0; right: 0; top: 50%; margin-top: -75px;}
a.more_style01 { display: inline-block; width: 160px; height: 50px; margin-top: 30px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background-color: rgba(255,255,255,0.8); filter:Alpha(opacity=80);}
a.more_style01 span { display: inline-block; width: 100%; padding-left: 35px; background: url(../img/more_jiantou.png) no-repeat 120px center; text-align: left; font-size: 16px; color: #005fc6; line-height: 50px;}
a.more_style01:hover { background-color: rgba(255,255,255,0.95); filter:Alpha(opacity=95);}
/*企业资质*/
.index_honor { width: 100%; background: url(../img/index_honor_bg.jpg) no-repeat; position: relative;}
.index_honor_img, .index_honor_img img { display: block; width: 100%;}
.index_honor_info { position: absolute; left: 25px; top: 25px; right: 25px;}
.index_honor_info span.fr { font-size: 14px; color: #FFFFFF; line-height: 24px; font-family: "苹方","微软雅黑";}
.index_honor_title { position: absolute; left: 25px; bottom: 25px; right: 25px; text-align: right;}
.index_honor_title h1.tt_style01 { text-align: right;}
@media only screen and (max-width: 1800px) {
	.index_about_text p { font-size: 14px; line-height: 22px;}
}
@media only screen and (max-width: 1700px) {
	.index_about_right { padding: 36px;}
}
@media only screen and (max-width: 1600px) {
	.index_about_right { padding: 30px;}
	h1.tt_style01 { font-size: 28px; line-height: 42px;}
	h1.tt_style01 a { font-size: 28px; line-height: 42px;}
	p.p_style01 { font-size: 18px; line-height: 28px;}
}
@media only screen and (max-width: 1500px) {
	.index_about_text p { font-size: 12px; line-height: 20px;}
}
@media only screen and (max-width: 1400px) {
	.index_about_right { padding: 20px;}
	.index_about_text p { font-size: 12px; line-height: 20px;}
}
@media only screen and (max-width: 1300px) {
	.index_about { margin-bottom: 0px;}
	.index_about_left { width: 100%;}
	.index_about_right { width: 100%; padding: 15px;}
	.index_about_img { background: url(../img/index_about_img2.jpg) no-repeat; background-size: 100% auto;}
	.index_about_img img { visibility: hidden; width: 65%;}
	.index_about_info { left: 15px; top: 15px; right: 15px;}
	.index_about_title { left: 15px; bottom: 15px; right: 15px;}
	.index_about_text p { font-size: 16px; line-height: 24px;}
	.index_case { margin-bottom: 10px;}
	.index_honor { background-size: 100% 100%;}
	.index_honor_info { left: 15px; top: 15px; right: 15px;}
	.index_honor_title { left: 15px; bottom: 15px; right: 15px;}
}
@media only screen and (max-width: 1200px) {
	.index_about_img img { width: 62%;}
}
@media only screen and (max-width: 1100px) {
	.index_about_img img { width: 53%;}
}
@media only screen and (max-width: 1000px) {
	.index_about_img img { width: 48%;}
}
@media only screen and (max-width: 992px) {
	.big_box_insite { width: 100%;} 
	.index_about { margin-bottom: 10px;}
	.index_about_left { width: 28%; margin-bottom: 0px;}
	.index_about_right { width: 72%; padding: 15px;}
	.index_about_img { background: none;}
	.index_about_img img { visibility: visible; width: 100%;}
}
@media only screen and (max-width: 870px) {
	.index_about_left { width: 34%;}
	.index_about_right { width: 66%;}
}
@media only screen and (max-width: 800px) {
	.index_about_left { width: 38%;}
	.index_about_right { width: 62%;}
	.index_about_text { max-height: 240px;}
	.index_about_text p { font-size: 14px; line-height: 24px;}
}
@media only screen and (max-width: 768px) {
	.index_about_left { width: 100%;}
	.index_about_right { width: 100%;}
	.index_about_img { background: url(../img/index_about_img2.jpg) no-repeat; background-size: 100% auto;}
	.index_about_img img {visibility: hidden; width: 50%;}
	h1.tt_style01 { font-size: 24px; line-height: 36px;}
	h1.tt_style01 a { font-size: 24px; line-height: 36px;} 
	p.p_style01 { font-size: 14px; line-height: 24px;}
	.index_about_text { max-height: 300px;}
	.index_case_title { margin-top: -49px;}
	a.more_style01 { width: 120px; height: 30px; margin-top: 10px;}
	a.more_style01 span { padding-left: 20px; background: url(../img/more_jiantou.png) no-repeat 90px center; font-size: 14px; line-height: 30px;}
	.index_honor { background-size: 100% 100%;}
	.index_honor_img { width: 180%; margin-left: -40%;}
}


/*service*/
.index_service { width: 100%; padding: 70px 0px; background-color: #FFFFFF; box-shadow: 0px 0px 5px 2px #DDDDDD; overflow: hidden;}
.index_service_title { width: 100%;}
h1.tt_style02 { width: 100%; text-align: center; font-size: 34px; color: #222222; line-height: 50px;}
h1.tt_style02 span { color: #0963c6;}
.index_service_img { display: block; width: 100%; max-width: 1680px; margin: 40px auto;}
a.more_style02 { display: block; background-color: #e3eeff; margin: 0 auto;}
a.more_style02:hover { background-color: #005FC6;}
a.more_style02:hover span { background: url(../img/more_jiantou2.png) no-repeat 120px center; color: #FFFFFF;}
@media only screen and (max-width: 1600px) {
	h1.tt_style02 { font-size: 28px; line-height: 42px;}
}
@media only screen and (max-width: 1480px) {
	h1.tt_style02 { font-size: 30px; line-height: 45px;}
}
@media only screen and (max-width: 992px) {
	h1.tt_style02 { font-size: 28px; line-height: 42px;}
}
@media only screen and (max-width: 768px) {
	h1.tt_style02 { padding: 0px 15px; font-size: 20px; line-height: 30px;}
}


/*6个板块入口*/
.sm_box_style01, .sm_box_style02 { width: 100%; position: relative; background-color: #FFFFFF; overflow: hidden;}
.sm_box_bg { display: block; width: 100%;}
.sm_box_img { width: 50%;}
.sm_box_img a { display: block; width: 100%;}
.sm_box_style03 .sm_box_img { float: right;}
.sm_box_style04 .sm_box_img { width: 100%;}

.sm_box_text { width: 360px; height: 230px; position: absolute;}
.sm_box_style01 .sm_box_text { left: 50%; top: 50%; margin-top: -115px; margin-left: -180px; border: 5px solid rgba(255,255,255,0.3);}
.sm_box_style02 .sm_box_text { left: 50%; top: 50%; margin-top: -115px; width: 50%;}
.sm_box_style03 .sm_box_text { left: 0%;}
.sm_box_style04 .sm_box_text { left: 0%; margin-top: 0px; width: 100%;}

.sm_box_text div { width: 100%; height: 100%; position: relative; padding: 30px 30px;}

.sm_box_style01 h1.tt_style02 a { color: #FFFFFF; font-weight: normal;}
.sm_box_style02 h1.tt_style02 a { color: #333333; font-weight: normal;}

a.more_style03 { display: block; width: 100%; position: absolute; left: 0px; bottom: 34px; text-align: center;}
a.more_style03 span { display: inline-block; width: 72px; font-size: 14px; line-height: 20px; text-align: left;}
.sm_box_style01 a.more_style03 span { color: #FFFFFF; background: url(../img/more_jiantou2.png) no-repeat right center;}
.sm_box_style02 a.more_style03 span { color: #005fc6; background: url(../img/more_jiantou.png) no-repeat right center;}
a.more_style03:hover span { text-decoration: underline;}

@media only screen and (max-width: 1500px) {
	.sm_box_style04 .sm_box_text div { padding: 0px 30px;}
	.sm_box_style04 a.more_style03 { bottom: 80px;}
}
@media only screen and (max-width: 1250px) {
	.sm_box_style02 .sm_box_text { margin-top: -140px; height: 280px;}
	.sm_box_style04 .sm_box_text { margin-top: 0px; height: 170px;}
	.sm_box_style04 a.more_style03 { bottom: 40px;}
}
@media only screen and (max-width: 768px) {
	.sm_box_style01, .sm_box_style02 { margin-bottom: 10px;}
	.sm_box_style02 .sm_box_text { margin-top: -120px; height: 240px;}
	.sm_box_style04 .sm_box_text { margin-top: 0px; height: 178px;}
	.sm_box_style04 a.more_style03 { bottom: 80px;}
	.sm_box_style01 h1.tt_style02 a { font-size: 20px; line-height: 30px;}
	.sm_box_style02 h1.tt_style02 a { font-size: 20px; line-height: 30px;}
}
@media only screen and (max-width: 400px) {
	.sm_box_style04 .sm_box_img { width: 150%;}
	.sm_box_style04 .sm_box_img a { margin-left: -17%;} 
	.sm_box_style01 .sm_box_text { border: none;} 
	.sm_box_style04 .sm_box_text { margin-top: 0px; height: 117px;}
	.sm_box_style01 .sm_box_text div { padding: 60px 30px;}
	.sm_box_style02 .sm_box_text div { padding: 50px 0px;}
	.sm_box_style04 .sm_box_text div { padding: 0px 0px;}
	a.more_style03 { bottom: 60px;}
	.sm_box_style04 a.more_style03 { bottom: 30px;}
}


/*友情链接*/
.friendly { width: 100%; margin-top: 10px; padding: 10px 15px; background-color: #DDDDDD;}
.fr_tt { width: 5%;}
.fr_tt h2 { width: 100%; height: 28px; font-size: 18px; color: #111111; line-height: 28px; font-family: "苹方","微软雅黑";}
.fr_list { width: 95%;}
.fr_list a { display: inline-block; padding: 4px 0px; margin-right: 20px; font-size: 12px; color: #333333; line-height: 18px;}
.fr_list a:hover { color: #005fc6; text-decoration: underline;}
@media only screen and (max-width: 1840px) {
	.fr_tt { width: 6%;}
	.fr_list { width: 94%;}
}
@media only screen and (max-width: 1560px) {
	.fr_tt { width: 7%;}
	.fr_list { width: 93%;}
}
@media only screen and (max-width: 1360px) {
	.fr_tt { width: 8%;}
	.fr_list { width: 92%;}
}
@media only screen and (max-width: 1180px) {
	.fr_tt { width: 9%;}
	.fr_list { width: 91%;}
}
@media only screen and (max-width: 1060px) {
	.fr_tt { width: 10%;}
	.fr_list { width: 90%;}
}
@media only screen and (max-width: 992px) {
	.fr_tt { width: 11%;}
	.fr_list { width: 89%;}
}
@media only screen and (max-width: 880px) {
	.fr_tt { width: 12%;}
	.fr_list { width: 88%;}
}
@media only screen and (max-width: 820px) {
	.fr_tt { width: 13%;}
	.fr_list { width: 87%;}
}
@media only screen and (max-width: 768px) {
	.fr_tt { width: 100%;}
	.fr_tt h2 { height: 33px; text-align: center; border-bottom: 1px solid #CCCCCC;}
	.fr_tt h2 span { display: none;}
	.fr_list { width: 100%; text-align: center;}
	.fr_list a { margin: 0px 10px;}
}


/*底部*/
.footer { width: 100%; padding: 25px 15px; background-color: #012143;}
.footer_info { width: 50%;}
.footer_info h1, .footer_info p { width: 100%; font-size: 12px; color: #FFFFFF; line-height: 20px;}
.footer_sm { width: 50%; text-align: right;}
.erweima { float: right;}
.erweima p { display: inline-block; width: 94px; margin-left: 5px; text-align: center;}
.erweima p span {display: inline-block; padding: 3px 0px; font-size: 12px; color: #FFFFFF; line-height: 18px;}
.footer_logo { float: right; margin-right: 25px;}
.footer_logo h1 { font-size: 24px; color: #FFFFFF; line-height: 36px; font-family: "苹方","微软雅黑";}
.footer_logo span { font-size: 12px; color: #999999; line-height: 18px; font-family: arial;}
@media only screen and (max-width: 1200px) {
	.footer_info { width: 100%; text-align: center;}
	.footer_info h1 { font-size: 18px; line-height: 30px;}
	.footer_sm { width: 100%; margin-top: 15px;}
	.footer_logo { display: none;}
	.erweima { float: none; width: 100%; text-align: center;}
}



















