@charset "utf-8";
/* CSS Document */

/*全局定义*/
	*{margin:0;padding:0;}
	body {margin:0;padding:0;width:100%;color:#666;font-size:16px; background-attachment: fixed; font-family:"微软雅黑";}
	ul,li { margin:0;padding:0; list-style:none;}
	img { border:0;}
    a { font-size:16px; color: #666; text-decoration: none;}
    a:hover { font-size:16px; color:#FF6600; text-decoration: blink;}
   .clr{ clear:both; margin:0; padding:0; background:none;}

	
/*头部定义*/
.logo{ width:100%; height:110px; background:#FFF; margin:0 auto;}
.logo_left{ width:12%; height:60px; float:left; margin-left:2%; margin-top:25px;}
.dh{ width:55%; height:110px; margin:0 auto;}

#nav{width:100%; margin:auto; height:110px;}
#nav .mainlevel{float:left; width:12.5%;/*IE6 only*/ height:110px; line-height:110px; }
#nav .mainlevel a{text-decoration:none; font-family:"微软雅黑"; line-height:110px; display:block; text-align:center; font-size:18px; width:100%; color:#333; }
#nav .mainlevel a:hover{ color:#127BC9;  }
#nav .mainlevel a.active{ color:#127BC9;}
#nav .mainlevel ul{display:none; position:absolute; background:#fff; padding:15px 0px; z-index:99; margin:0 auto; margin-left:-35px;}
#nav .mainlevel li{width:200px;/*IE6 only*/ height:40px; line-height:40px;}
#nav .mainlevel li a{width:100%;/*IE6 only*/height:40px; display:block; background:none; line-height:40px; font-size:16px; font-weight:normal; color:#A0A0A2;  border-bottom:1px solid #F1F1F1;}
#nav .mainlevel li a:hover{width:100%;/*IE6 only*/ height:40px; background:#005EAD; color:#fff; font-size:16px;}

.dh_ma{ width:15%; height:110px; background:#005EAD; float:right;}
.dh_ma_k{ width:60%; height:42px; margin:0 auto; margin-top:38px;}
.dh_ma_left1{ width:25%; height:42px; float:left; margin-right:12%;}
.dh_ma_left{ width:25%; height:42px; float:left; margin-right:12%; position:relative; cursor:pointer; background:url(../images/sj.png) top center no-repeat;}
.dh_ma_left img{ width:130px; height:130px; position:absolute; top:70px; left:-40px; z-index:99999999999; display:none;}
.dh_ma_left:hover img{ display:block;}
.dh_ma_right{ width:25%; height:42px; float:right; position:relative; cursor:pointer; background:url(../images/wx.png) top center no-repeat;}
.dh_ma_right img{ width:130px; height:130px; position:absolute; top:70px; left:-40px; z-index:99999999999; display:none;}
.dh_ma_right:hover img{ display:block;}


.ban{ width:100%; height:780px; background:url(../images/b1.jpg) top center no-repeat; margin:0 auto;}

/*banner*/
.banner{ width:100%;  position:relative; clear: left; background-attachment: fixed;}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -33px; bottom:80px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:15px;height:15px; background: #fff; cursor:pointer; border-radius: 50%;}
.banner .slideBox .hd ul li.on{background:#9BA2B5;}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%}
.banner .slideBox .bd img{display:block;width:100%;height:100%}
.banner .slideBox .hd ul li:last-child{margin-right: 0}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; top:45%; margin-top:-25px; display:block; width:75px; height:75px; filter:alpha(opacity=20);opacity:0.2;   }
		.slideBox .next{  right:2%; background:url(../images/slider-arrow.png) no-repeat; }
			.slideBox .prev{ left:2%; background:url(../images/slider-arrow1.png) no-repeat; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=70);opacity:0.7;  }


.in_about{ width:78%; height:auto; margin:0 auto; margin-top:60px; overflow:hidden; clear:both;}
.in_about_left{ width:48%; height:auto; float:left;}
.in_about_title{ width:100%; height:70px; margin:0 auto; text-align:left; line-height:70px; font-size:50px; color:#005EAD;}
.in_about_js{ width:100%; height:40px; margin:0 auto; text-align:left; line-height:40px; font-size:17px; color:#333;}
.in_about_msg{ width:100%; height:auto; margin:0 auto; text-align:left; line-height:28px; color:#999; font-size:14px; margin-top:30px;}
.in_about_gd{ width:100%; height:65px; margin:0 auto; margin-top:30px;}
.in_about_gd1{ width:220px; height:65px; float:left; background:#005EAD; text-align:center; line-height:65px; color:#FFF;}
.in_about_gd1 a{ width:220px; height:65px; float:left; background:#005EAD; text-align:center; line-height:65px; color:#FFF; display:block;}
.in_about_gd1 a:hover { width:220px; height:65px; float:left; background:#333; text-align:center; line-height:65px; color:#FFF;}

.in_about_right{ width:48%; height:auto; float:right;}
.in_about_right_left{ width:44%; height:230px; float:left; margin-top:145px;}
.tp3{ width:100%; height:100%; overflow:hidden;}
.in_about_right_left img{ width:100%; height:100%; overflow:hidden; transition: all 0.8s ease-in-out;}
.in_about_right_left:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.in_about_right_right{ width:54.5%; height:375px; float:right;}
.tp4{ width:100%; height:100%; overflow:hidden;}
.in_about_right_right img{ width:100%; height:100%; overflow:hidden; transition: all 0.8s ease-in-out;}
.in_about_right_right:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.in_pro{ width:100%; height:900px; margin:0 auto; margin-top:50px; background:url(../images/pro_bj.jpg) top center no-repeat; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.in_pro_k{ width:78%; height:110px; margin:0 auto; margin-top:120px;}
.in_pro_left{ width:50%; height:auto; float:left;}
.in_pro_left1{ width:100%; height:70px; margin:0 auto; text-align:left; line-height:70px; font-size:40px; color:#FFF;}
.in_pro_left2{ width:100%; height:40px; margin:0 auto; text-align:left; line-height:40px; font-size:22px; color:#FFF;}
.in_pro_right{ width:150px; height:50px; float:right; margin-top:45px; background:url(../images/pro_gd.jpg) top center no-repeat; color:#666; text-align:center; line-height:50px; font-size:15px;}

.in_lb{ width:78%; height:75px; margin:0 auto; margin-top:50px;}
.in_lb_left{ width:19.5%; height:75px; float:left; background:#FFF; text-align:center; line-height:75px; font-size:16px; margin-right:0.5%;}
.in_lb_left a{ width:100%; height:75px; float:left; background:#FFF; text-align:center; line-height:75px; font-size:16px;display:block;}
.in_lb_left a:hover{ width:100%; height:75px; float:left; background:#FF6600; text-align:center; line-height:75px; font-size:16px; color:#FFF;}

.in_pro_list{ width:78%; height:auto; margin:0 auto; margin-top:60px;}

/*首页案例滚动*/
.in_al_c{ width:100%; height:330px; margin:0 auto; overflow:hidden; clear:both;}
    ul.al_list{ padding-top:0;}
	ul.al_list li{ float:left; height:310px; margin-right:20px; background:#FFF; padding:30px;}
	ul.al_list li ul li { float:none; text-align:center; width:3150px; margin:0;}
	.al_list_image { height:263px; width:315x; display:bloc;}
	.al_list_title { width:315px; height:65px; margin:0 auto; border-top:1px solid #EFEFEF; text-align:center; line-height:65px;}
	#demo { overflow:hidden; width:100%; }
    #indemo { float:left; width:1500%;}
    #demo1 { float:left;}
    #demo2 {float:left;}
	
.in_al{ width:78%; height:100px; margin:0 auto; margin-top:50px; overflow:hidden; clear:both;}
.in_al_left{ width:50%; height:100px; float:left;}
.in_al_left1{ width:100%; height:70px; margin:0 auto; text-align:left; line-height:70px; font-size:45px; color:#005EAD;}
.in_al_left2{ width:100%; height:30px; margin:0 auto; text-align:left; font-size:18px; color:#666; line-height:30px;}
.in_al_right{ width:150px; height:50px; float:right; background:url(../images/news_gd.jpg) top center no-repeat; text-align:center; line-height:50px; font-size:15px; margin-top:25px;}
.in_al_lb{ width:78%; height:auto; margin:0 auto; margin-top:40px; overflow:hidden; clear:both;}
.in_al_lb_left{ width:15.7%; height:108px; float:left; border:1px solid #F0F0F0; margin-right:0.7%;}
.in_al_lb_left img{ width:100%; height:100%;}

.in_ys{ width:100%; height:400px; margin:0 auto; margin-top:80px; overflow:hidden; clear:both;}
.in_ys_left{ width:39%; height:400px; background:#005EAD; float:left;}
.in_ys_left_js{ width:50%; height:auto; float:right; margin-right:22%; margin-top:140px;}
.in_ys_left_js1{ width:100%; height:50px; text-align:left; line-height:50px; font-size:40px; color:#FFF;}
.in_ys_left_js2{ width:100%; height:auto; float:left; line-height:28px; color:#FFF; margin-top:15px;}
.in_ys_left1{ width:30.5%; height:400px; float:left; background:url(../images/ys1.jpg) top center no-repeat;}


.in_ys_left1_bt{ width:100%; height:80px; background:url(../images/ys_bj.png) top center repeat-x; text-align:left; line-height:80px; font-size:22px; margin-top:320px; color:#FFF;}
.in_ys_left1_bt a{ width:100%; height:80px; float:left; background:url(../images/ys1.jpg) top center no-repeat; display:block;}
.in_ys_left1_bt a:hover{ width:100%; height:80px; float:left; background:#005EAD; opacity:0.5;}
.in_ys_left2{ width:30.5%; height:400px; float:right; background:url(../images/ys2.jpg) top center no-repeat;}

.in_ys1{ width:100%; height:400px; margin:0 auto;}
.in_ys_left11{ width:39%; height:400px; background:url(../images/ys3.jpg) top center no-repeat; float:left;}
.in_ys_left22{ width:61%; height:400px; float:right; background:url(../images/ys4.jpg) top center no-repeat;}

.in_news{ width:78%; height:100px; margin:0 auto; margin-top:30px; overflow:hidden; clear:both;}
.in_news_left{ width:50%; height:100px; float:left; text-align:left; line-height:100px; font-size:40px; color:#333;}
.in_news_right{ width:150px; height:50px; background:url(../images/news_gd.jpg) top center no-repeat; float:right; text-align:center; line-height:50px; margin-top:25px;}

.in_news_k{ width:78%; height:auto; margin:0 auto; margin-top:20px; overflow:hidden; clear:both;}
.in_news_k_left{ width:32%; height:auto; float:left; margin-right:2%;}
.in_news_k_right{ width:32%; height:auto; float:right;}
.in_news_pic{ width:100%; height:260px; margin:0 auto;}
.tp2{ width:100%; height:100%; overflow:hidden;}
.in_news_pic img{ width:100%; height:100%; overflow:hidden; transition: all 0.8s ease-in-out;}
.in_news_pic:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.in_news_sj{ width:100%; height:40px; margin:0 auto; text-align:left; line-height:40px; font-size:14px;}
.in_news_title{ width:100%; height:50px; margin:0 auto; text-align:left; font-size:23px; color:#333;}
.in_news_title a{ font-size:23px; color:#333;}
.in_news_title a:hover{ font-size:23px; color:#005EAD;}
.in_news_msg{ width:100%; height:auto; margin:0 auto; text-align:left; line-height:28px; font-size:14px; color:#919191;}
.in_news_msg a{font-size:14px; color:#919191;}
.in_news_msg a:hover{font-size:14px; color:#005EAD;}

.in_yqlj{ width:100%; height:70px; margin:0 auto; border-top:1px solid #E3E3E3; margin-top:80px; overflow:hidden; clear:both;}
.in_yqlj_width{ width:78%; height:70px; margin:0 auto; text-align:left; line-height:70px;}
.foot_bj{ width:100%; height:420px; background:#2E2E2E;}
.foot_bj_width{ width:78%; height:auto; margin:0 auto; padding-top:25px;}

.in_d1{ width:100%; height:250px; background:#333333;}
.in_d_k{ width:100%; height:270px; margin:0 auto; margin-top:10px; overflow:hidden; clear:both; background:url(../images/shu.png) top left no-repeat; }
.in_d_left{ width:13%; height:270px; text-align:center; line-height:35px; color:#7D7D7D; float:left; background:url(../images/shu.png) top right no-repeat;}
.in_d_left a{ color:#7D7D7D;}
.in_d_left a:hover{ color:#fff; text-decoration:underline;}
.in_d_right{ width:30%; height:auto; float:right; padding-right:15px; line-height:35px;}
.in_d_right li{ color:#7D7D7D;}


.footd{ width:78%; height:70px; margin:0 auto; background:url(../images/foot2.png) top center repeat-x; margin-top:40px;}

.footd_left{ width:50%; height:70px; float:left; text-align:left; line-height:70px; color:#7D7D7D;}
.footd_right{ width:400px; height:22px; float:right; padding-top:19px;}


a.vl
{ width:192px; height:22px; float:left; display:block; background:url(../images/js.png) no-repeat left -3px;}
a.vl:hover
{background:url(../images/js1.png) no-repeat left -3px;}

a.hyqf
{ width:192px; height:22px; float:right; display:block; background:url(../images/js.png) no-repeat right -3px;}
a.hyqf:hover
{ background:url(../images/js1.png) no-repeat right -3px;}

.about_ban{ width:100%; height:500px; background:url(../images/about_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.news_ban{ width:100%; height:500px; background:url(../images/news_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.pro_ban{ width:100%; height:500px; background:url(../images/pro_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.case_ban{ width:100%; height:500px; background:url(../images/case_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.ser_ban{ width:100%; height:500px; background:url(../images/ser_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.con_ban{ width:100%; height:500px; background:url(../images/con_ban.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both; background-attachment: fixed; background-size: cover;}
.ny_bt{ width:92%; height:60px; margin:0 auto; border-bottom:1px solid #B8B9B9; padding-top:70px;}
.ny_bt_left{ line-height:60px; float:left; color:#FFF; font-size:14px;}
.ny_bt_left a{ line-height:60px; color:#FFF; font-size:14px;}
.ny_bt_left a:hover{ line-height:60px; color:#FF9900; font-size:14px;}
.ny_bt_right{ float:right;}
.ny_bt_right li{ width:80px; height:60px; text-align:center; line-height:60px; float:left; color:#FFF;}
.ny_bt_right li a{color:#FFF; font-size:14px;}
.ny_bt_right li a:hover{color:#FF9900; font-size:14px;}
.ny_bt_right li a.active{color:#FF9900; font-size:14px;}

.ny_bt_right1{ float:right;}
.ny_bt_right1 li{ width:120px; height:60px; text-align:center; line-height:60px; float:left; color:#FFF;}
.ny_bt_right1 li a{color:#FFF; font-size:14px;}
.ny_bt_right1 li a:hover{color:#FF9900; font-size:14px;}
.ny_bt_right1 li a.active{color:#FF9900; font-size:14px;}

.ny_title{ line-height:60px; margin:0 auto; margin-top:110px; text-align:center; font-size:40px; color:#FFF;}
.ny_title_zw{ line-height:80px; margin:0 auto;  text-align:center; font-size:28px; color:#FFF; }

.ny_dh{ width:92%; height:47px; margin:0 auto; margin-top:30px;}
.ny_dh_wid{ width:152px; height:47px; margin:0 auto;  text-align:center; line-height:47px; margin-right:10px; float:right;}

.ny_t1{ width:78%; height:60px; margin:0 auto; text-align:center; line-height:60px; font-size:36px; color:#333; margin-top:50px;}
.ny_t2{ width:78%; height:auto; margin:0 auto; line-height:28px; text-align:left; margin-top:30px; overflow:hidden; clear:both;}

.lxfx{height:auto;position:fixed;right:0;top:200px;width:77px;z-index:999}
.lxfx li a{color:#fff;display:block;height:47px;margin-top:5px;width:300px;font-size:14px}
.leftlx{float:left;height:47px;width:77px}
.lxfx li span{border-left:1px solid #fff;color:#fff;float:left;font-size:20px;height:24px;line-height:22px;margin-top:8px;padding-left:8px}
.fix_ewm{border:5px solid #fff;display:none;height:120px;left:-145px;position:absolute;top:0;width:120px}
.fix_sj{border:5px solid #fff;display:none;height:120px;left:-145px;position:absolute;top:0;width:120px}
.lxfx li i{display:block;height:32px;margin:0 auto;text-align:center;width:30px;background:url(../images/fx.png) no-repeat;background-position:0 6px}


.lxfx li i.icon-tel{background-position:0 -20px}
.lxfx li i.icon-ly{background-position:4px -49px}
.lxfx li i.icon-wx{background-position:-34px 9px}
.lxfx li i.icon-wb{background-position:-30px -22px}
.lxfx li i.icon-top{background-position:-30px -50px}
.lxfx li p{line-height:12px;text-align:center}
.lxfx li{background:#005EAD;height:56px;margin-bottom:1px;margin-left:0;overflow:hidden;position:relative;width:77px;float:left}