
/**/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; font-size:14px; font-family:"微软雅黑"}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
ul,li {list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}   
sub{vertical-align:baseline;}
legend{color:#000;}
a{ text-decoration:none; color:#333}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
header,nav,section,article,footer,figure,menu{ margin:0px; padding:0px; display:block}
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden; overflow:hidden;}

.w_100{ width:100%;}
.w1200{ width:1200px; margin: 0 auto}
/*头部*/
.head_top{}


.head_top .head_top_i{ width:1200px; margin:30px auto 20px auto;}
.head_top .head_top_i .left{ float:left; margin-top:15px}
.head_top .head_top_i ul { float:left;margin-left:120px;}
.head_top .head_top_i ul li{ height:26px; line-height:26px; font-size:16px; letter-spacing:1px;}
.head_top .head_top_i ul li span{ color:#c30000}
.head_top .head_top_i p{ display:block; float:left; margin-left:200px; font-size:18px; line-height:30px;color:#00BFB7; text-align:center}
.head_top .head_top_i p span{ color:#000; letter-spacing:3px; }
.head_top .head_top_i a{ display:inline-block; font-size:16px; color:#666666;}


.head_top .head_top_i ul .head_top_i_li3{ width:300px; margin-right:0; padding-top:30px;}
.head_top .head_top_i_tel{background: transparent url(../images/index_15.jpg) no-repeat scroll 0% 0%; height:31px;margin:20px 0 0 25px;}
.head_top .head_top_i_tel input{background: transparent;border: medium none; height:31px; width:146px; padding-left:12px; }
.head_top .head_top_nav{ background-color:#00BFB7; width:100%; height:45px; top: 0;z-index: 10;}
.head_top .head_top_nav ul{ width:1200px; margin:0 auto;height:45px;}
.head_top .head_top_nav .d2 { position: relative; z-index: 3; width: 460px; margin: 0px auto; display:none;}
.head_top .head_top_nav .dl_d2{ width:460px;background-color: #fff; height:241px; overflow:hidden; padding-top:10px;}
.head_top .head_top_nav .dl_d2 dl dd{ width:160px; line-height:45px; height:45px;}
.head_top .head_top_nav .dl_d2 dl dt{ position:absolute; top:20px; right:20px; text-align:left; width:280px;}
.head_top .head_top_nav .dl_d2 dl dt p{ line-height:24px; padding-top:5px; color:#666666}
.head_top .head_top_nav .dl_d2 dl dt p b{ color:#000; font-size:15px; font-weight:300}

.head_top .head_top_nav ul li{ float: left;width: 160px;font-size: 18px;text-align: center;height: 45px;line-height: 45px;}
.head_top .head_top_nav ul li a{ color:#fff; display:block;}
.head_top .head_top_nav ul .on{ background-color:#fff; height:45px; line-height:45px; background: url(../images/li.jpg) no-repeat 0 0;transition: all ease 1s;-webkit-transition: all ease 1s;}
.head_top .head_top_nav ul .on a{ color:#000}
.head_top .head_top_nav ul li i{ float:left; padding: 10px 6px 0 26px; width:30px; margin:0 auto;}




.relative{ position:relative; /*border-bottom:3px solid #125ab3;*/}
.absolute{ position:absolute;}
/*banner轮播css*/
.relative{ position:relative; }
.absolute{ position:absolute;}
.icon_left{ background:url(../images/icon_left.png) no-repeat;}
.icon_right{ background:url(../images/icon_right.png) no-repeat;}
.bannerSlide {width:100%;height:500px;overflow:hidden;}
.bannerSlide .slideBox,.bannerSlide .slideBox .tempWrap {width:100%;height:500px;}
.bannerSlide .slideBox li {position:relative;width:100%;height:500px;overflow:hidden;}
.bannerSlide .slideBox li a {display:block;width:100%;height:100%;position:relative;}
/*banner轮换图片缩放效果*/
.bannerSlide .slideBox li img {
	position:absolute;left:50%;top:0;margin-left:-960px;
	-moz-transform:scaleX(1.05) scaleY(1.05);
	-ms-transform:scaleX(1.05) scaleY(1.05);
	-o-transform:scaleX(1.05) scaleY(1.05);
	-webkit-transform:scaleX(1.05) scaleY(1.05);
	transform:scaleX(1.05) scaleY(1.05);
	}
.bannerSlide .slideBox li.active img {
	-moz-transition:-moz-transform 4s linear 0s;
	-ms-transition:-ms-transform 4s linear 0s;
	-o-transition:-o-transform 4s linear 0s;
	-webkit-transition:-webkit-transform 4s linear 0s;
	transition:transform 4s linear 0s;-moz-transform:scaleX(1) scaleY(1);
	-ms-transform:scaleX(1) scaleY(1);-o-transform:scaleX(1) scaleY(1);
	-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1);
	}
.bannerSlide .focus {width:100%;bottom:20px;z-index:2;text-align:center;}
.bannerSlide .focus span {width:50px;height:10px; background-color:#ccc;display:inline-block;margin:0 8px;}
.bannerSlide .focus span.active { background-color:#012a6a;}
.bannerSlide .preBtn {left:112px;top:50%;display:block;width:74px;height:74px;margin-top:-37px;z-index:7;display:none;}
.bannerSlide .preBtn i {display:block;width:26px;height:48px;margin-left:24px;margin-top:13px;background-position:-34px -26px;}
.bannerSlide .nextBtn {right:112px;top:50%;display:block;width:74px;height:74px;margin-top:-37px;z-index:7;display:none;}
.bannerSlide .nextBtn i {display:block;width:26px;height:48px;margin-left:24px;margin-top:13px;background-position:-40px -26px;}

.icon_left{ background:url(../images/icon_left.png) no-repeat;}
.icon_right{ background:url(../images/icon_right.png) no-repeat;}

.w687px{ width:676px;}
.w660{ width:760px;}
.main_fg{ width:100%; height:35px;}
.main .main_xiangxi{color: #00BFB7;}
/**/
.main{ width:1200px; margin:0 auto; overflow:hidden}


.main_2{ width:1200px; margin-top:35px;}
.main_title{ position:relative;}
.main_title h3{ font-size:24px; font-weight:600; color:#333333; line-height:40px; border-bottom:1px dotted #333333;position: relative; height:40px; }
.main_title h3 span{ border-bottom:3px solid #00BFB7; display:inline-block;position: relative; top: -1px; height:40px;padding:0 5px;}

.mian_2_content{}

.mian_2_left{ float:left; width:725px;}
.mian_2_left .hd ul{  line-height:40px; height:40px; border-bottom:2px solid #00BFB7; padding-left:30px;}
.mian_2_left .hd ul li{ float:left; background-color:#f8f8f8;width:184px; text-align:center; height:40px; line-height:40px; font-size:16px; border-bottom:2px solid #00BFB7; border-radius:5px 5px 0 0; }
.mian_2_left .hd ul .on{background-color:#00BFB7; height:38px; line-height:38px; font-size:18px; }
.mian_2_left .hd ul .on a{ color:#fff}
.mian_2_left .hd ul .more { display:inline-block; float:right; color:#777777}

.mian_2_left_content{ padding:20px 10px 10px 20px;}
.mian_2_left_content_left{ float:left; width:250px;}
.mian_2_left_content_right{ float:left; width:420px; margin-left:20px}
.mian_2_left_content h3{ font-size:18px; height:40px; line-height:40px;}
.mian_2_left_content h3 img { margin:7px 10px 0 0; display:block; float:left}
.mian_2_left_content h3 a{ display:block; float:left; font-weight:normal; height:40px; overflow:hidden; max-width:350px; font-weight:600;}
.mian_2_left_content p{ font-size:16px; color:#545454;line-height:28px; text-indent:2em}
.mian_2_left_content p a{ color:#df1010; }

.mian_2_left .bd ul li{ border-top:1px dotted #777777 ; height:45px; line-height:45px;} 
.mian_2_left .bd ul li a{ color:#777777}
.mian_2_left .bd ul li:last-child{ margin-right:0;border-bottom:1px dotted #777777}
.mian_2_left .bd ul li span{ display:inline-block; float:right; margin-right:10px;}

.main_2_right{ float:right; width:450px; margin-left:20px;}
.main_2_right h3{border-radius:10px 10px 0 0; background-color:#00BFB7; color:#fff; font-size:20px; height:40px; line-height:40px; padding:0 20px; font-weight:300; margin:20px auto;}
.main_2_right h3 a{ display:inline-block; float:right; color:#fff; font-size:16px;}
.main_2_right ul li{ float:left; margin:0px 0 0 0px; width:150px; height:170px; background:url(../images/main_2_right_libg.png) no-repeat; }
.main_2_right ul li a{width:150px; height:130px; padding-top:40px; display:block; text-align:center; color:#00BFB7; font-size:16px;}
.main_2_right ul li a img{ display:block; margin:0 auto 10px auto;}

.main_3{ margin-top:35px;}
.main_3 .main_3_title{}
.main_3 .main_3_title ul{}
.main_3 .main_3_title ul li{ float:left; width:147px;  text-align:center; margin-right:3px; height:80px;}

.main_3 .main_3_title ul li a{ color:#fff; font-size:18px;background-color:#1180c4; display:block;height:53px; padding-top:15px}
.main_3 .main_3_title ul .on a{ background-color:#f7a92c;}
.main_3 .main_3_title ul li img{ display:none;}
.main_3 .main_3_title ul .on img{ display:block; margin:0 auto;}
.main_3 .main_3_title ul li a span{ display:block; font-size:14px; color:#a6c6e3}
.main_3 .main_3_title ul .on a span{ color:#fff;}
.main_3 .main_3_title ul .main_3_title_list_last{ margin-right:0;width:149px;}
.main_3_content_left{ float:left; width:733px; padding:20px; border:1px solid #d0cfd0; margin-top:30px;}
.main_3_content_left_ul{ padding:20px;}
.main_3_content_left_img{ float:left; width:224px;}
.main_3_content_left dl{ float:left; width:494px; margin-left:15px;} 
.main_3_content_left dl dt h3{ height:44px; line-height:44px;  font-size:20px; text-align:center}
.main_3_content_left dl dt p{ line-height:30px; text-indent:2em; font-size:16px;}
.main_3_content_left dl dt p a{ color:#df1010}
.main_3_content_left dl dt hr{ border:0; background: url(../images/main_3_content_left_hr.jpg) repeat-x; height:5px; margin:15px 0}
.main_3_content_left dl dt h3 a{color:#1180c4; font-weight:500;}
.main_3_content_left dl dd ul li{ height:30px; line-height:30px; padding-left:10px;}
.main_3_content_left dl dd ul li span{ display:inline-block; float:right;}

.main_3_content_right{ float:left; width:413px; margin-left:12px;margin-top:35px;}
.main_3_content_right .main_title h3{ font-size:24px; height:35px; line-height:35px;}
.main_3_content_right .w413{ width:237px}
.main_title_t{ float:left;}
.main_title_t1{font-size:24px; font-weight:600; height:35px; color:#3c3c3c; float:left}
.main_title_t img{ margin-right:10px;}
.main_3_title{ }
.main_title_t1 span{ color:#005dad}
.main_title_t2 { display:inline-block; color:#4b4b4b; margin-left:10px; border-bottom:1px solid #cccccc; height:28px;font-size:18px; }
.main_title_t2 a{ display:inline-block; float:right; margin-right:10px; font-size:13px; color:#ee7600; margin-top:8px; font-weight:600; }
.main_3_content_right ul{margin-top:3px;}
.main_3_content_right ul li{ float:left; width:132px; line-height:36px; margin-right:5px; text-align:center; margin-top:17px;}
.main_3_content_right ul .main_3_content_right_li2{ width:201px;}

.main_4 {}

.main_4 .main_4_zj_top_left{border: 1px solid #d0cfd0; padding:10px; width:890px; margin:0 auto; height:370px;}
.main_4_zj_top_left_l{ float:left; margin-right:10px;}

.main_4_zj_top_left_r{ float:left; width:547px;}
.main_4_zj_top_left_r h3{ height:50px; line-height:50px; margin-top:10px; padding-left:10px; border-bottom: 1px dashed #d0cfd0;}
.main_4_zj_top_left_r h3 a{ color:#005dad; font-weight:600; font-size:22px;}
.main_4_zj_top_left_r h3 a img{ margin-right:10px; margin-top:2px; display:block; float:left}
.main_4_zj_top_left_r p{ margin-top:15px; padding-left:50px; padding-bottom:15px; line-height:26px;border-bottom: 1px dashed #d0cfd0; font-size:14px;}
.main_4_zj_top_left_r h4{ margin:20px 20px;}
.main_4_zj_top_left_r h5{ margin-left:20px;}
.main_4_zj_top_left_r h4 .left_a{ margin:0 20px 0 20px;}
.main_4_zj_top_left_r .top1{background: url(../images/index_91.jpg) no-repeat 10px 3px; }
.main_4_zj_top_left_r .top2{background: url(../images/index_92.jpg) no-repeat 10px 3px;}

.main_4_zj_top_right{ float:left; width:272px; margin-left:16px;}

.main_4_zj_top_right ul li{ float:left; margin-bottom:20px; height:119px; overflow:hidden}
.main_4_zj_top_right ul li p{ padding:0 10px; position:relative;color: #fff;z-index: 2;bottom:25px; line-height:25px; height:25px;/*opacity: 0.7;*/ text-align:center;background: #055397; overflow:hidden}
.main_4_zj_top_right ul .last {margin-bottom:0;}
.main_4_zj_bottom{ height:128px; margin-top:40px; position: relative;}
.main_4_zj_bottom ul{ margin-top:30px; }
.main_4_zj_bottom_ul{width:1100px;}
.main_4_zj_bottom ul li{ display: inline-block; margin:0 5px; width:105px; height:124px;}
.main_4_zj_bottom ul li img{ width:100%}
.main_4_zj_bottom ul .on img{ border:2px solid #00BFB7;  }
.main_4_zj_bottom .snext{ position: absolute;  display: inline-block; width:45px;height: 124px; background: url(../images/main_4_zj_bottom_left.jpg) no-repeat; top:-265px; }
.main_4_zj_bottom .sprev{position:absolute; display: inline-block; width:45px;height: 124px; background: url(../images/main_4_zj_bottom_right1.jpg) no-repeat; top:-265px;right:20px;}

.main_5{ margin-top:20px;}
.main_5 .main_title h3{ line-height:75px; height:75px;}
.main_5 .main_title h3 p{ height:55px; width:962px;}
.main_5_content{ margin:35px 0;}
.main_5_content p{ font-size:16px; line-height:28px; text-indent:2em;}
.main_5_bottom ul li{ float:left; margin-right:9px;}
.main_5_bottom ul li p{ padding:0 10px; position:relative;color: #fff;z-index: 2;bottom:25px; line-height:25px; height:25px; opacity: 0.6; text-align:center;background: #000; overflow:hidden}
.main_5_bottom ul .last{ margin-right:0;}
.main_5_bottom ul .two {display:block; height:110px; margin-bottom:8px;}
.main_5_ul{ background-color:#e8f3ff; width:1198px; height:400px; border:1px solid #c6c4c5; }
.main_5_ul ul{ margin:20px 0;    position: relative;}
.main_5_ul ul li{ float:left; width:274px; margin-left:20px; }
.main_5_ul ul li p{color:#44474b; line-height:36px; font-size:16px; padding:8px 0}
.main_5_ul ul li a{ display:block; width:170px; line-height:33px; height:33px; text-align:center; background-color:#f98a1c; color:#fff; position:absolute; bottom:-397px; margin-left:50px; border-radius: 5px;}

.main_6 .main_title{ margin-bottom:20px;}
.main_6 ul li{ float:left; margin:10px 3px 0 3px; width:233px; height:410px; background:url(../images/bg.png) no-repeat; padding:0px 30px 0 30px; }
.main_6 ul li h3{ margin-top:30px; font-size:18px; height:24px; line-height:24px;}
.main_6 ul li h4 {height:35px; line-height:30px; color:#dcdddd; font-size:16px; font-weight:300}
.main_6 ul li p{ margin:10px auto; color:#777777; font-size:15px; line-height:24px;}
.main_6 ul li p a{ display:inline-block; width:100px; text-align:center; height:30px; line-height:30px; margin-top:10px; color:#000; font-size:16px;}
.main_6 ul li .num2{letter-spacing: 4px;}
.main_6 ul li .num3{letter-spacing: 2px;}
.main_6 ul li .num2{}

.main_7 .hd{ float:left; width:190px; }
.main_7 .hd li{ height:53px; line-height:53px;background:url(../images/m7_hd_bg.png) no-repeat; margin-top:15px; text-align:center; color:#fff; font-size:16px;}
.main_7 .hd .on{background:url(../images/m7_hd_bgon.png) no-repeat;}
.main_7 .bd{ float:left; width:1010px; }
.main_7 .bd li{ margin:20px 0 0 30px; }
.main_7 .bd li a{color:#777777; font-size:16px; display:block; vertical-align:top;}

.main_7 .bd li img{ width:244px; height:142px;display:inline-block}
.main_7 .bd li p{ display:inline-block;width:180px; font-size:16px; line-height:28px; padding-left:20px; height:142px; overflow:hidden}
.main_7 .bd li p span{    font-weight: 600; color:#000}
.main_7 .bd .left { float:left; width:500px;}

/* 底部悬浮*/
.footer-fixed{ width:100%; height:64px; position:fixed;left:0px; bottom:0px; margin:auto; background:url(../images/zg148.jpg) repeat-x; z-index: 3;}
.footer-fixed ul{ width:1200px; height:64px;background:url(../images/zg147.jpg) no-repeat; margin:auto;}
.footer-fixed ul li{ float:left; height:64px;vertical-align: bottom;}
.footer-fixed ul li.li01{width: 225px;margin-left: 60px;}
.footer-fixed ul li.li02{width:180px;}
.footer-fixed ul li.li03{width: 320px;}
.footer-fixed ul li.li03 input{ float:left;width: 220px;height: 24px; line-height:24px;margin-top: 22px;margin-left: 17px;text-indent: 1em; border:none; color:#333;}
.footer-fixed ul li.li03 a{float: left;display: block;width: 70px;height: 24px;margin: 22px 0px 0px 9px;cursor: pointer}

/*底部*/
.footer{ width:100%; height:320px; margin:auto; background: url(../images/foot_bg.jpg) repeat-x; color:#bdbdbd; margin-top:40px;}
.footer .foot_top{ height:100px; line-height:100px; font-size:16px;}
.footer a{color:#bdbdbd;font-size:16px; }
.footer hr{ height:1px; background-color:#585858; border:0;}
.footer .foot_top span{ margin:0 20px;}
.footer .foot_bottom{ padding-top:10px;position:relative;}
.footer .foot_bottom p{ line-height:30px; margin-top:10px; width:600px;}
.footer .foot_bottom .right{ position:absolute; top:10px; right:0; }
.footer .foot_bottom .right p{ display:block; float:right; width:200px; margin:40px 0 0 30px; color:#fff; font-size:16px;}

/*新演示
*/
.icon {
	width: 1em;
	height: 1em;
	float: left;
	fill: currentColor;
	overflow: hidden;
}
.asn1000{width: 1000px; margin: 0 auto; overflow: hidden;}
footer{height: 342px; background-color: #009899; width: 100%; padding-bottom: 65px;}
.footer_l{width: 430px;height: 342px;  float: left; color: white;border-right: 1px solid #9ed8d8;}
.footer_l figure{width: 430px; color: white; font-size: 36px; font-weight: bold; float: left;  margin-top: 20px;}
.footer_l figure img{float: left; margin-left: 10px; width: 200px;}
.footer_l figure p{width: 430px; float: left;padding-left: 17px;}
.footer_l .jsxd{font-size: 16px; text-align: center; width: 250px;padding: 2px 0; color: white; background-color: #0fa2a3;}
.footer_l span{width: 48px; height: 48px; float: left;margin-top: 20px; background-color: white; border-radius: 5px;}
.footer_dh{ color: #009899; font-size: 48px; }
.footer_dh01{ margin-left: 10px; margin-top: 20px;}
.footer_l dl dt{font-size: 16px;}
.footer_l dl dd{font-size: 18px;}
.footer_l1{width: 1px;height: 342px;float:left;border-left: 1px solid #64acac;}
.footer_l2{width: 1px;height: 342px;float:left;border-left: 1px solid #0b6868;}
.footer_l3{float: right; width: 460px; float: right;color: white;}
.footer_l3 span{width: 57px; height: 57px; float: left; margin-left: 6px; background-color: white; border-radius:57px;}
.footer_l3 p{font-size: 18px;margin-top: 10px;}
.footer_ico{font-size: 40px; color: #009899; float: left; margin-left: 10px; margin-top: 10px;}
.footer_l3 ul li{width: 75px; margin-left: 40px; margin-top: 25px; float: left; text-align: center;position:relative; overflow:hidden;}
.footer_l3 ul li:first-child{margin-left: 18px;}
.footer_l3 ul li a{
	text-decoration: none;
	color: white;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pic2{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.image_container a .pic1{
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.image_container a:hover .pic1{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
}

.image_container a .pic2{
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;/*z-index:10;
    position:absolute;*/
}

.image_container a:hover .pic2{
	-webkit-transform:rotateX(0deg) rotateY(0deg);
	-moz-transform:rotateX(0deg) rotate(0deg);
	z-index: 10;
	position: absolute;
}

.row{float:left;  position:relative; z-index:10;}
.row .pic1{width:100%;height:100%; overflow:hidden;}
.row .pic2{width:100%;height:100%;position:absolute; overflow:hidden;}


.asn_weixin{width: 123px; height: 123px; float: left; margin-top: 30px; margin-left: 20px;}

.asn_jyzn {
	width: 460px;
	height: 38px;
	float: right;
	margin: 40px 0;
}
.asn_jyzn a{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	background-color: white;
	width: 220px; height: 38px;
	text-decoration: none;
	color: #333333;
	display: block;
	line-height: 38px;
	font-size: 18px;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.footer_icon{color: #333333; float: left; font-size: 30px; margin-left: 45px; margin-right: 10px; margin-top: 5px;}
.footer_p{font-size: 15px; float: left; margin-left: 20px; margin-top: 20px;}




.tog {
	width: 100%;
	height: 30px;
	background: url(../img/top_float_bg.png) 0 top repeat-x;
	position: fixed;
	z-index: 9998;
	cursor: pointer;
	top: 0;
	left: 0;
}
.tog a{
	text-decoration: none;
	color: white;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.tog span {
	width: 159px;
	height: 30px;
	margin: 0 auto;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	display: block;
	background: url(../img/tog.png) 0 4px no-repeat;
	position: relative;
	z-index: 3;
}

.banner_zjtd{background-image: url(../img/tpzj_d.jpg); background-position: center center; width: 100%; height: 500px; background-repeat:no-repeat;}

.banner_guahao{background-image: url(../images/banner_guahao.jpg); background-position: center center; width: 100%; height: 500px; background-repeat:no-repeat;}


.banner_yyjj{background-image: url(../images/banner_yy_d.jpg); background-position: center center; width: 100%; height: 500px; background-repeat:no-repeat;}

.banner_lylx{background-image: url(../images/banner_lylx.jpg); background-position: center center; width: 100%; height: 500px; background-repeat:no-repeat;}
