body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,header,footer {
    margin:0;
    padding:0;
    -moz-box-sizing: border-box;
　　-webkit-box-sizing: border-box;
　　box-sizing: border-box;
}
body {
    font: 15px/1.14 "微软雅黑", microsoft yahei,arial,sans-serif;
    -webkit-text-size-adjust:100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
li,ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
em {
    font-style:normal;
}
img {
    border:0;
    vertical-align:middle;
    pointer-events:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
p {
    word-wrap:break-word;
}
button {
    outline: none;
    border: none;
    font-family: "微软雅黑";
    background-color: white;
}
input, input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none;
    outline: none;
}
select,input,img,select {
    vertical-align:middle;
}
a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance:none !important;
}
*:focus {
    outline: none;
}
body {
    max-width: 750px;
    margin: 0 auto !important;
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:20px;
    font-style:normal;
    vertical-align: middle;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
html{
    width: 100%;
    height: 100%;
	
}
.bigzm{text-transform:uppercase;}
.fl{ float:left;}
.fr{ float:right;}
*, *:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888888;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
}

/*内容*/

#banner{width:100%; position:relative;}
#banner .img{width:100%; height:auto !important;}
.i_ssbn{width:1rem; height:100%; background:url(../wap_images/ss_tb1.png) center no-repeat; background-size:0.43rem;position:absolute; top:0px; right:0.7rem; z-index:10000;}
.i_ssbn span{width:100%; height:100%; display:inline-block;}
.i_ssbn_div{width:200px; display:none; background-color:#e6e6e6; z-index:10000; border:1px solid #dadada; position:absolute; right:0px; top:100%;}
.i_ssbn_div .ipt1{width:84%; height:0.6rem; line-height:0.6rem; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:#fff; color:#b9b9b9; font-size:0.16rem;}
.i_ssbn_div .ipt2{width:16%; height:0.6rem; background:url(../wap_images/ss_tb1.png) center no-repeat; border:0px; background-size:0.43rem;}
.i_ssbn_div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b9b9b9;  
}

.i_ssbn_div input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
    color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
    color: #b9b9b9;
}


/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_logo{ padding:10px 0px; border-top:4px solid #2653a4;}
.phone_logo .p1 img{width:100%;}

@media screen and (max-width:1200px) {
.phone_logo .p1 {display: block; width:40%; display:inline-block;}
.header{ display:none;}
.phone_logo {width: 100%;padding: 10px 20px;box-sizing: border-box;}

.phone_nav{display:block; position:relative; width:100%; top:0;left:0; display:block; z-index:100000; background-color:#fff;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.phone_nav.addrixed{ position:fixed;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}

/*导航按钮*/
.phone_nav .nav_but_box{ display:block; position:absolute; width:30px; height:30px; right:20px; top:10px; z-index:1;
transition:all 0.7s; -webkit-transition:all 0.7s;}
.phone_nav .nav_but { display:inline-block; position:relative;width:20px; height:2px; z-index:2; margin:13px 0 0 5px; background:#2653a4;
-webkit-transition-property: background-color, -webkit-transform;
transition-property: background-color, -webkit-transform;
transition-property: background-color, transform;
transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;}
.phone_nav .nav_but:before,.nav_but:after {content: ''; display:block; width:20px; height:2px; position:absolute; background:#2653a4;
transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;
transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
transition-duration: 300ms; -webkit-transition-duration: 300ms;}
.phone_nav .nav_but:before{margin-top:-5px;}
.phone_nav .nav_but:after {margin-top:5px;}

/*栏目名称*/
.phone_nav .nav_main{height:100%; position:fixed;  left:0; opacity:0; width:0; transition:all 0.4s ease 0.3s; -webkit-transition:all 0.4s ease 0.3s; background-color:#2653a4; overflow:hidden; z-index:10000001;}
.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
.phone_nav .nav_main li a{background-position:left; color:#ffffff; font-size:14px; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat;}
.phone_nav .nav_main .ss{border:1px solid #fff; margin-top:20px;}
.phone_nav .nav_main .ss .p2{ float:right;}
.phone_nav .nav_main .ss .p2 input{ border:0; width:34px; height:34px;}
.phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }
.phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}
.phone_nav .nav_main li b{ display:inline-block; position:absolute; right:10px; top:0px; width:50%; height:50px; background: url("../wap_images/lmfooter_bottom.png") center right no-repeat; z-index:99;}
.phone_nav .nav_main .ul{padding:0 0 0px 40px; margin:0;  max-height:0; overflow:hidden; transition:max-height 0.4s; -webkit-transition:max-height 0.4s;}
.phone_nav .nav_main .ul li{ padding:0; border-bottom:0; transform:translateX(0px); -webkit-transform:translateX(0px);}
.phone_nav .nav_main .ul li a{ padding:0; height:auto; line-height:30px; font-weight:normal}

.phone_nav .nav_main .b_one .ul{ max-height:300px; padding:0 0 0px 40px; margin-bottom:10px;}


.phone_nav .nav_main li{ transform:translateX(100px); -webkit-transform:translateX(100px); transition:all 0.8s ease; -webkit-transition:all 0.8s ease; border-bottom:1px solid rgba(225,225,225,0.5); padding:0 20px; position:relative;}
.phone_nav .nav_main li:nth-of-type(1){ transition-delay:0.1s; -webkit-transition-delay:0.1s; }
.phone_nav .nav_main li:nth-of-type(2){ transition-delay:0.2s; -webkit-transition-delay:0.2s; }
.phone_nav .nav_main li:nth-of-type(3){ transition-delay:0.3s; -webkit-transition-delay:0.3s; }
.phone_nav .nav_main li:nth-of-type(4){ transition-delay:0.4s; -webkit-transition-delay:0.4s; }
.phone_nav .nav_main li:nth-of-type(5){ transition-delay:0.5s; -webkit-transition-delay:0.5s; }
.phone_nav .nav_main li:nth-of-type(6){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(7){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(8){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(9){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
.phone_nav .nav_main li:nth-of-type(10){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }


/*打开样式*/
.phone_nav_one{  transition-delay:0s; -webkit-transition-delay:0s; }
.phone_nav_one .nav_main {opacity:1; width:100%; overflow:inherit;}
.phone_nav_one .nav_but{background: rgba(0, 0, 0, 0); }
.phone_nav_one .nav_but:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.phone_nav_one .nav_but:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.phone_nav_one .nav_but_box { opacity:0.8;}
.phone_nav_one .nav_main li{ transform:translateX(0); -webkit-transform:translateX(0);}
}


@media screen and (max-width:758px){/*--768-0--*/
.phone_nav .nav_but_box{ top:0.2rem; right:10px;}
.phone_nav .nav_main ul{ margin-top:20px; height:300px; overflow-y:auto; box-sizing:border-box;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}

@media screen and (max-width:470px){/*--768-0--*/
.phone_logo {padding: 5px 10px}
.phone_nav .nav_main ul{ height:410px;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}

.i_phone{ background:url(../wap_images/phone1.png) left top no-repeat; margin-right:40px; background-size:0.6rem; padding-left:0.7rem; color:#505050; font-size:0.22rem; margin-top:0.15rem;}
.i_phone span{ color:#f66c20; font-size:0.3rem;}
/*手机导航*/
.i_content{width:100%; padding-bottom:1rem;}
.i_box1{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.2rem 2%}
.i_box1 li{width:33.33%; float:left;}
.i_box1 li .div{width:100%; display:inline-block; overflow:hidden; color:#434242; font-size:0.12rem; float:left;}
.i_box1 li .div:hover{ color:#333; text-decoration:none;}
.i_box1 li .div .a_img{width:40%; text-align:center; overflow:hidden;}
.i_box1 li .div .a_img img{width:100%;}
.i_box1 li .div .a_img_r{width:60%; padding-left:10%;}
.i_box1 li .div .a_img_r .s1{width:100%; height:0.9rem; line-height:0.9rem; overflow:hidden; color:#3b88d5; font-size:0.26rem;}


.i_box2{width:100%; padding:0.3rem 3%;}
.i_box2_t{width:100%; padding-bottom:0.35rem; text-align:center; color:#333333; font-size:0.22rem; font-family:Arial, Helvetica, sans-serif; line-height:1.7;}
.i_box2_t span{ color:#f66c20; font-size:0.4rem; font-family:"微软雅黑";}
.i_box2_c{width:100%; overflow:hidden;}
.i_box2_c li{width:33.33%; float:left;}
.i_box2_c li .div{width:100%; padding-bottom:0.2rem; display:inline-block; color:#333333; font-size:0.28rem;}
.i_box2_c li .div:hover{ color:#333333; text-decoration:none;}
.i_box2_c li .div .s1{width:100%; text-align:center; display:inline-block;}
.i_box2_c li .div .s1 img{width:62%;}
.i_box2_c li .div .s2{width:100%; text-align:center; overflow:hidden; height:0.8rem;  line-height:0.8rem;}




.i_menu1{width:100%; background-color:#2653a4; border-left:0px; border-right:0px; position:fixed; left:0px; bottom:0px; z-index:100;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.i_menu1 ul{width:100%;}
.i_menu1 ul li{width:25%; float:left; overflow:hidden; text-align:center;}
.i_menu1 ul li a{width:100%; color:#ffffff; height:1.1rem; padding-top:0.65rem; padding-bottom:0.3rem; line-height:1.1; font-size:0.24rem; display:inline-block;text-align:center;}
.i_menu1 ul li a:hover{ color:#fff; text-decoration:none;}
.i_menu1 ul li a.a1{ background:url(../wap_images/s9.png) top 0.13rem center no-repeat; background-size:0.5rem 0.44rem;}
.i_menu1 ul li a.a2{ background:url(../wap_images/s6.png) top 0.13rem center no-repeat; background-size:0.5rem 0.44rem;}
.i_menu1 ul li a.a3{ background:url(../wap_images/s7.png) top 0.13rem center no-repeat; background-size:0.5rem 0.44rem;}
.i_menu1 ul li a.a4{ background:url(../wap_images/s8.png) top 0.13rem center no-repeat; background-size:0.5rem 0.44rem;}



.i_box3{width:100%; background:url(../wap_images/bg1.jpg) center center no-repeat; color:#fff; background-size:cover; padding:0.2rem 0px 0.3rem 0px; text-align:center;}
.i_box3_t{width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; text-align:center; font-size:0.36rem; font-weight:bold;}
.i_box3_c{width:100%; padding-bottom:0.2rem; line-height:1.7; overflow:hidden; text-align:center; font-size:0.24rem;}
.i_box3_c img{ max-width:100%; height:auto !important;}
.i_box3_b{width:100%; text-align:center;}
.i_box3_b a,.i_box3_b a:hover{ text-decoration:none; padding:0px 0.25rem; height:0.55rem; line-height:0.55rem; background-color:#3b88d5; color:#fff; border:1px solid #fff; font-size:0.28rem; display:inline-block; text-align:center;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */-moz-box-shadow:0px 0px 10px #153865;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #153865;/*webkit*/  
box-shadow:0px 0px 10px #153865;/*opera或ie9*/ }

.i_box4{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 3%;}
.i_box4_c{width:100%; padding:0px 0px 0.15rem 0px;}
.i_box4_c table tr td{ padding:0.1rem 0px;}
.i_box4_c .ipt1{width:100%; height:0.7rem; line-height:0.7rem; border:1px solid #ccc; text-indent:15px; color:#888888; font-size:0.24rem; font-family:"微软雅黑";}
.i_box4_c .ipt2{width:100%; height:0.65rem; line-height:0.65rem; background-color:#4a7cc2; border:0px; color:#fff; font-size:0.3rem; text-align:center;font-family:"微软雅黑";}

.i_box5{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.4rem 3%;}
.i_box5_c{width:100%; padding-bottom:0.3rem;}
.i_box5_c li{width:33.33%; float:left; padding:0px 2%;}
.i_box5_c li .a_img{width:100%; text-align:center; overflow:hidden;}
.i_box5_c li .a_img img{width:70%;}
.i_box5_c li .a_text{width:100%; height:0.6rem; text-align:center;  line-height:0.6rem; margin-top:0.1rem; color:#333333; font-size:0.3rem;}
.i_box5_c li .a_text_c{width:100%; height:0.7rem; text-align:center; line-height:0.35rem; overflow:hidden; color:#676262; font-size:0.24rem;}
.i_box5_b{width:100%; text-align:center; margin-top:0.1rem;}
.i_box5_b a,.i_box5_b a{ height:0.55rem; line-height:0.55rem; display:inline-block; color:#fff; background-color:#f66c20; text-align:center; overflow:hidden; font-size:0.28rem;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */ padding:0px 0.3rem;}

.i_box6{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 3% 0.5rem 3%;}
.i_box6_t{width:100%; border:1px solid #efefef; margin-bottom:0.2rem;}
.i_box6_t li{width:50%; float:left;}
.i_box6_t li .div_t{width:100%; padding:0.2rem 0px 0.1rem 0px; color:#fff; font-size:0.34rem;}
.i_box6_t li .div_t.bg1{ background-color:#3b88d5;}
.i_box6_t li .div_t.bg2{ background-color:#f77a36;}
.i_box6_t li .div_t .s1{width:100%; text-align:center;}
.i_box6_t li .div_t .s1 img{width:0.53rem; height:0.51rem;}
.i_box6_t li .div_t .s2{width:100%; height:0.6rem; line-height:0.6rem; text-align:center; overflow:hidden;}
.i_box6_t li .div_c{width:100%; padding:0.3rem 0px 0.4rem 0px;}
.i_box6_t li .div_c dd{width:50%; float:left; padding:0px 3%;}
.i_box6_t li .div_c dd a,.i_box6_t li .div_c dd a:hover{ text-decoration:none;width:100%; height:0.5rem; display:inline-block;  line-height:0.5rem; text-align:center; overflow:hidden;color:#333333; font-size:0.28rem;}
.i_box6_t li .div_b{width:100%; text-align:center;}
.i_box6_t li .div_b a,.i_box6_t li .div_b a:hover{height:0.55rem; line-height:0.55rem; display:inline-block; color:#fff; background-color:#f66c20; text-align:center; overflow:hidden; font-size:0.28rem;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */ padding:0px 0.3rem;}
.i_box6_c{width:100%;}
.i_box6_c li{width:50%; float:left; padding:0px 1px;}
.i_box6_c li .div{width:100%; display:inline-block; overflow:hidden; color:#fff; font-size:12px; padding:0.15rem 0.3rem 0.15rem 0.3rem;}
.i_box6_c li .div:hover{ text-decoration:none; color:#fff;}
.i_box6_c li .div.bg1{ background-color:#3b88d5;}
.i_box6_c li .div.bg2{ background-color:#f77a36;}
.i_box6_c li .div .a_img{width:30%; display:inline-block; overflow:hidden;}
.i_box6_c li .div .a_img img{width:100%;}
.i_box6_c li .div .a_img_r{width:69%;}
.i_box6_c li .div .a_img_r .s1{width:100%; height:0.7rem; text-align:center; line-height:0.7rem; overflow:hidden; font-size:0.34rem;}
.i_box6_c li .div .a_img_r .s2{ padding:0px 0.2rem; height:0.4rem; line-height:0.4rem; border:1px solid #fff;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */}


.i_box7{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.4rem 3% 0.5rem 3%;}
.i_box7_c{width:100%;}
.i_box7_c li{width:33.33%; float:left; padding:0px 3px;}
.i_box7_c li .div{width:100%; display:inline-block; background-color:#f9f8f8; color:#525252; font-size:0.24rem; padding:0.35rem 0.2rem 0.45rem 0.2rem;}
.i_box7_c li .div:hover{ text-decoration:none; color:#525252;}
.i_box7_c li .div .s1{width:100%; text-align:center; overflow:hidden;}
.i_box7_c li .div .s1 img{width:0.88rem; height:0.67rem;}
.i_box7_c li .div .s2{width:100%; height:0.7rem; line-height:0.7rem; color:#333333; font-size:0.3rem; text-align:center; overflow:hidden;}
.i_box7_c li .div .s3{width:100%; line-height:0.4rem; margin-bottom:0.15rem; text-align:center; overflow:hidden;}
.i_box7_c li .div .s4{width:100%; text-align:center;}
.i_box7_c li .div .s4 .a1{height:0.5rem; line-height:0.5rem; display:inline-block; color:#fff; background-color:#525252; text-align:center; overflow:hidden; font-size:0.24rem;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */ padding:0px 0.2rem;}


.i_box8{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 3% 0.5rem 3%;}
.i_box8_c{width:100%; padding-bottom:0.35rem;}
.i_box8_c li{width:33.33%; float:left; padding:0px 0.5% 1% 0.5%;}
.i_box8_c li.two{width:50%;}
.i_box8_c li .div{width:100%; border:1px solid #e2dfdf; float:left; padding:0.25rem 3% 0.1rem 3%; display:inline-block; overflow:hidden; color:#333333; font-size:0.24rem;}
.i_box8_c li .div:hover{ text-decoration:none; color:#333333;}
.i_box8_c li .div .a_img{width:100%; text-align:center; overflow:hidden;}
.i_box8_c li .div .a_img img{width:1.22rem; height:0.78rem;}
.i_box8_c li .div .a_text{width:100%; height:0.7rem; line-height:0.7rem; display:inline-block; overflow:hidden; text-align:center;}

.i_box9{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 3% 0.5rem 3%;}
.i_box9_c{width:100%; padding-bottom:0.25rem;}
.i_box9_c li{width:33.33%; float:left; padding:0px 0.5% 1% 0.5%;}
.i_box9_c li.two{width:50%;}
.i_box9_c li .div{width:100%;float:left; background-color:#fafafa; padding:0.35rem 3% 0.1rem 3%; display:inline-block; overflow:hidden; color:#333333; font-size:0.3rem;}
.i_box9_c li .div:hover{ text-decoration:none; color:#333333;}
.i_box9_c li .div .a_img{width:100%; text-align:center; overflow:hidden;}
.i_box9_c li .div .a_img img{width:1rem; height:1rem;}
.i_box9_c li .div .a_text{width:100%; height:0.7rem; line-height:0.7rem; display:inline-block; overflow:hidden; text-align:center;}

.i_box10{width:100%;border-bottom:0.18rem solid #eeeeee; padding:0.2rem 3% 0.3rem 3%;}
.i_box10_t{width:100%; height:0.8rem; line-height:0.8rem; overflow:hidden; border-bottom:1px solid #e5e5e5; background:url(../wap_images/tb_033.png) left center no-repeat; background-size:0.38rem; padding-left:0.5rem; color:#333; font-size:0.34rem;}
.i_box10_c{width:100%; padding:2% 0px 2% 0px;}
.i_box10_c li{width:100%; float:left; padding:3% 0px; border-bottom:1px solid #e5e5e5;}
.i_box10_c li .div1{width:100%; display:inline-block;line-height:1.8; background:url(../wap_images/kan2.png) top 0px left no-repeat; padding-bottom:10px; background-size:25px; padding-left:10%; color:#333333; font-size:0.3rem;}
.i_box10_c li .div2{width:100%; height:1.5rem; line-height:0.5rem; overflow:hidden; /*line-height:1.8;*/ background:url(../wap_images/kan3.png) top 0px left no-repeat; background-size:25px; padding-left:10%; color:#333; font-size:0.26rem;}

.i_box11{width:100%; padding-top:0.3rem;}
.i_box11_c{width:100%; overflow:hidden;}
.i_box11_c img{width:100%;}
.i_box12{width:100%; background:url(../wap_images/bg2.jpg) bottom center no-repeat; background-size:cover; padding:0.3rem 3% 0.3rem 3%;}
.i_box12_t{width:100%; height:0.8rem; line-height:0.8rem; overflow:hidden; color:#333333; font-size:0.34rem; text-align:center; font-weight:bold;}
.i_box12_c{width:100%; line-height:1.8; overflow:hidden; color:#333333; font-size:0.26rem; text-align:center;}
.i_box12_c span{ color:#f66c20; font-size:0.5rem; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.i_box12_c a,.i_box12_c a:hover{color:#333333;}

.i_footer{width:100%; padding:0.3rem 3% 0.3rem 3%; line-height:1.8; text-align:center; color:#333; font-size:0.24rem; }
.i_footer a,.i_footer a:hover{ color:#888;}



/*内页*/
.n_banner{width:100%; height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden; display:inline-block;}
.n_banner img{width:100%;}

.n_box1{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 3%;}
.n_box1_ul{width:100%; padding:0px 4%;}
.n_box1_ul li{width:100%; padding-bottom:0.2rem; float:left;}
.n_box1_ul li .a_img{width:20%; display:inline-block; overflow:hidden;}
.n_box1_ul li .a_img img{width:100%;}
.n_box1_ul li .a_img_r{width:75%;}
.n_box1_ul li .a_img_r .s1{width:100%; height:0.5rem; line-height:0.5rem; overflow:hidden; color:#545454; font-size:0.28rem; font-weight:bold;}
.n_box1_ul li .a_img_r .s2{width:100%; height:0.8rem; line-height:0.4rem; overflow:hidden; color:#666565; font-size:0.24rem;}

.n_box1_aimg{width:100%; display:inline-block; overflow:hidden;}
.n_box1_aimg img{width:100%;}
.n_box1_kz{width:100%; padding:15px 4% 0px 4%;}
.n_box1_kz li{width:100%; padding:5px 0px; float:left;}
.n_box1_kz li .s1{width:0.5rem; height:0.5rem; line-height:0.5rem; text-align:center; color:#fff; display:inline-block; overflow:hidden; font-size:0.24rem; background-color:#3290f5;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
bordern_box1_kzradius:100%;            /* W3C syntax */}
.n_box1_kz li .s2{width:88%; line-height:0.5rem; color:#333333; font-size:0.28rem; text-align:left;}

.n_box2{width:100%; background:url(../wap_images/gs_bg1.jpg) center center no-repeat; background-size:cover; padding:0.3rem 2%;}
.n_box2_ul{width:100%;}
.n_box2_ul li{width:33.33%; padding:0px 1% 2% 1%; float:left;}
.n_box2_ul li .div{width:100%; padding:0.3rem 1% 0.2rem 1%; background:url(../wap_images/gs_tb12.png) repeat; display:inline-block; overflow:hidden; color:#fff; font-size:0.28rem;}
.n_box2_ul li .div .s1{width:100%; text-align:center;}
.n_box2_ul li .div .s1 img{width:30px;}
.n_box2_ul li .div .s2{width:100%; height:0.6rem; margin-top:10px; line-height:0.6rem; text-align:center; overflow:hidden;}

.n_box3{width:100%; border-bottom:0.18rem solid #eeeeee; padding:0.3rem 2%;}
.n_box3_ul{width:100%;}
.n_box3_ul li{width:100%; float:left; padding:0px 1% 2% 1%;}
.n_box3_ul li .div{width:100%; height:0.8rem; line-height:0.8rem; display:inline-block; overflow:hidden; cursor:pointer; border:1px dashed #f66c20;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ text-align:center; color:#333; font-size:0.26rem;}
.n_box3_ul li .div:hover{ color:#fff; text-decoration:none; background-color:#f66c20;}
.n_box3_list{width:100%;}
.n_box3_list li{width:50%; padding:0px 1% 2% 1%; float:left;}
.n_box3_list li .a_img{width:100%;  border:1px solid #dadada; display:inline-block; overflow:hidden; cursor:pointer;}
.n_box3_list li .a_img img{width:100%;}
.n_box3_list li .a_s1{width:100%; height:0.6rem; margin-top:10px; line-height:0.6rem; overflow:hidden; color:#333333; font-size:0.28rem;}
.n_box3_list li .a_s2{width:100%; height:120px; line-height:20px; font-size:12px; overflow:hidden; color:#787878;}
.n_box3_list li:hover .a_s1{ color:#f66c20;}


.n_box3_list1{width:100%;}
.n_box3_list1 li{width:33.33%; float:left; padding:0px 0% 2% 0%;}
.n_box3_list1 li .a_img{width:100%;text-align:center;}
.n_box3_list1 li .a_img img{width:60px;}
.n_box3_list1 li .a_text{width:100%; line-height:0.4rem; height:0.8rem; overflow:hidden; color:#000014; font-size:0.28rem; text-align:center; margin-top:10px;}
.n_box3_list1 li .a_text span{font-size:12px; color:#ff0000;}

.n_box3_list2{width:100%;}
.n_box3_list2 li{width:50%; padding:0px 1% 2% 1%; float:left;}
.n_box3_list2 li .div{width:100%; height:0.6rem; line-height:0.6rem; text-align:center; overflow:hidden; color:#fff; background-color:#ffa064; font-size:0.28rem; cursor:pointer;}
.n_box3_list2 li .div:hover{ background-color:#f66c20;}

.n_box4{width:100%;}
.n_box4 li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_box4 li .div{width:100%;border:1px solid #ebebeb;-moz-box-shadow:0px 0px 10px #ebebeb;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #ebebeb;/*webkit*/  
box-shadow:0px 0px 10px #ebebeb;/*opera或ie9*/ padding:5%;}
.n_box4 li .div .a_img{width:0.6rem; height:0.6rem; line-height:0.6rem; text-align:center; color:#fff; display:inline-block; overflow:hidden; font-size:0.24rem; background-color:#f77a36;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
bordern_box1_kzradius:100%;            /* W3C syntax */ margin-left:10%; margin-top:5px;}
.n_box4 li .div .a_img_r{width:60%;}
.n_box4 li .div .a_img_r .s1{width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; color:#434242; font-size:0.28rem; font-weight:bold;}
.n_box4 li .div .a_img_r .s2{width:100%; height:0.8rem; line-height:0.4rem; overflow:hidden; color:#818181; font-size:12px;}

.n_box4_ul{width:100%;}
.n_box4_ul li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_box4_ul li .div{width:100%;  display:inline-block; overflow:hidden; background-color:#fff; color:#808080; font-size:12px;-moz-box-shadow:0px 0px 10px #e5e5e5;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #e5e5e5;/*webkit*/  
box-shadow:0px 0px 10px #e5e5e5;/*opera或ie9*/}
.n_box4_ul li .div:hover{ text-decoration:none; color:#808080;}
.n_box4_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden;}
.n_box4_ul li .div .a_img img{width:100%;}
.n_box4_ul li .div .a_text{width:100%; padding:3%;}
.n_box4_ul li .div .a_text .s1{width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; text-align:center; color:#333333; font-size:0.28rem;}
.n_box4_ul li .div .a_text .s2{width:100%; text-align:center; line-height:20px; overflow:hidden; height:80px;}
.n_box4_ul li .div .a_text .s3{width:100%; padding:5px 0px 5px 0px; text-align:center;}
.n_box4_ul li .div .a_text .s3 span{width:90px; height:30px; line-height:30px; background-color:#525252; color:#fff; display:inline-block; overflow:hidden; text-align:center; font-size:14px;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px            /* W3C syntax */}
.n_box4_ul li .div:hover .a_text .s3 span{ color:#fff; background-color:#f66c20;}

.n_box5_ul{width:100%;}
.n_box5_ul li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_box5_ul li .div{width:100%; height:0.8rem; line-height:0.8rem; display:inline-block; overflow:hidden; cursor:pointer; border:1px dashed #f66c20;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ text-align:center; color:#333; font-size:0.26rem;}
.n_box5_ul li .div:hover{ color:#fff; text-decoration:none; background-color:#f66c20;}

.n_box5_ul1{width:100%;}
.n_box5_ul1 li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_box5_ul1 li .div{width:100%; padding:0.3rem 0px; background-color:#fafafa; display:inline-block; float:left; overflow:hidden; color:#898989; font-size:12px;}
.n_box5_ul1 li .div:hover{ color:#898989; text-decoration:none;}
.n_box5_ul1 li .div .s1{width:100%; margin-bottom:0.1rem; text-align:center; overflow:hidden;}
.n_box5_ul1 li .div .s1 img{width:60px}
.n_box5_ul1 li .div .s2{width:100%; height:0.5rem; line-height:0.5rem; display:inline-block; overflow:hidden; color:#333333; font-size:0.28rem; text-align:center;}
.n_box5_ul1 li .div .s3{width:100%; padding:0px 20px; height:0.5rem; line-height:0.5rem; overflow:hidden; text-align:center; }


.n_box5_ul2{width:100%;}
.n_box5_ul2 li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_box5_ul2 li .div{width:100%; padding:0.3rem 0px; background-color:#fafafa; display:inline-block; float:left; overflow:hidden; color:#898989; font-size:12px;}
.n_box5_ul2 li .div:hover{ color:#898989; text-decoration:none;}
.n_box5_ul2 li .div .s1{width:100%; margin-bottom:0.1rem; text-align:center; overflow:hidden;}
.n_box5_ul2 li .div .s1 img{width:60px}
.n_box5_ul2 li .div .s2{width:100%; height:0.5rem; line-height:0.5rem; display:inline-block; overflow:hidden; color:#333333; font-size:0.28rem; text-align:center;}


.n_box6{width:100%; padding:0.3rem 3%; background:url(../wap_images/xkz_img1.jpg) center center no-repeat; background-size:cover;}
.n_box6_c{width:100%; padding:0px 5%; position:relative;}

.ny_wmscy_con{width:100%; padding-bottom:0.4rem;}
.ny_wmscy_con .swiper-slide{width:100%;  color:#333333; padding-right:0px;height: auto;-webkit-box-sizing: border-box;box-sizing: border-box; padding:0px 1%;}
.ny_wmscy_con .swiper-slide .a_img{width:100%; display:inline-block; overflow:hidden;}
.ny_wmscy_con .swiper-slide .a_img img{width:100%;}
.ny_wmscy_con .swiper-slide .a_text{width:100%; height:0.7rem; line-height:0.7rem; text-align:center; display:inline-block; font-size:0.24rem; color:#fff;}
.wmscy-pagination{ bottom:0px !important;}
.wmscy-pagination .swiper-pagination-bullet-active{ background-color:#f66c20;}
.n_box6_c .wmscy_next{width:15px; height:27px; background:url(../wap_images/al_jt2.png) no-repeat; top:23%; margin-top:0px; right:0px; background-size:15px;}
.n_box6_c .wmscy_prev{width:15px;height:27px; background:url(../wap_images/al_jt1.png) no-repeat; top:23%; margin-top:0px; left:0px; background-size:15px;}

.n_box6_ul{width:100%;}
.n_box6_ul li{width:33.33%; float:left; padding:0px 1% 2% 1%;}
.n_box6_ul li .div{width:100%; text-align:center;}
.n_box6_ul li .div .s1{width:60px; height:60px; margin:0px auto; overflow:hidden; border:1px solid #f08200; margin-bottom:10px; display:inline-block;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */}
.n_box6_ul li .div .s1 img{width:60px;}
.n_box6_ul li .s2{width:100%; height:40px; line-height:20px; text-align:center; color:#414141; font-size:12px; display:inline-block;}
.n_box6_ul li:nth-of-type(1){ display:none;}

.n_box6_ul1{width:100%;}
.n_box6_ul1 li{width:100%; height:0.6rem; line-height:0.6rem; overflow:hidden; border-bottom:1px dashed #cccccc; margin-bottom:0.2rem; color:#535353; text-indent:15px; cursor:pointer; font-size:0.26rem;}
.n_box6_ul1 li:hover{ background-color:#f5983b; color:#fff;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */border-bottom:1px dashed #f5983b; }

.n_box7{width:100%; background:url(../wap_images/bg2.png) bottom center no-repeat; background-size:cover; padding:0.3rem 3%;}
.n_box7_t{width:100%; padding-bottom:0.2rem; text-align:center; overflow:hidden; line-height:1.2; color:#000000; font-size:0.38rem;}
.n_box7_t span{ color:#999999; font-size:0.26rem;}
.n_box7_c{width:100%; line-height:1.8; color:#333333; font-size:0.24rem; overflow:hidden;}
.n_box7_c img{ max-width:100%; height:auto !important;}
.n_box7_b{width:100%; margin-top:0.2rem; height:94px; overflow:hidden;}

#demo {overflow:hidden;}
#indemo {float: left;width: 8000%; }
#demo1 {float: left;}
#demo2 {float: left;}
.newc{ float:left;width:140px; height:94px; padding:0px 10px; overflow:hidden;}
.newc .a_img{width:140px; height:94px; display:inline-block; overflow:hidden;}
.newc .a_img img{width:140px; height:94px;}

.i_section{
	position: relative;
	box-sizing: border-box;
	width:100%;
	}
.bg_blur{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background:url(../wap_images/bg1z.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position-x:center !important;
	z-index: 1;
	}

.a_zpdiv{width:100%; height:100%; padding:0.3rem 3%; color:#fff; position:relative; z-index:1;}
.a_zpdiv_t{width:100%; padding:0.2rem 0px; line-height:1.8;text-align:center; overflow:hidden; font-size:0.4rem;}
.a_zpdiv_c{width:100%; text-align:center; overflow:hidden; line-height:1.7; font-size:0.24rem;}
.a_zpdiv_c span{ font-size:0.28rem;}

.n_box8{width:100%; padding:0.3rem 3%; border-bottom:0.18rem solid #eeeeee;}

.a_rlzydiv_c{width:100%; margin:0px; padding:0px;}
.a_rlzydiv_c dt{width:100%; height:45px; line-height:45px; float:left; font-weight:normal;}
.a_rlzydiv_c dt .div{width:100%; background-color:#0079c3; color:#ffffff; font-size:0.28rem;}
.a_rlzydiv_c dt .div .s1{width:25%; height:46px; line-height:46px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd{width:100%; float:left; font-weight:normal;}
.a_rlzydiv_c dd .div{width:100%; height:45px; line-height:45px; border-bottom:1px solid #d2d2d2; font-size:0.26rem; color:#333333; cursor:pointer;}
.a_rlzydiv_c dd .div .s1{width:25%; height:45px; line-height:45px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd .div1{width:100%; padding:0.3rem 3%; display:none;}
.a_rlzydiv_c dd .div1_l{width:100%; line-height:1.8; overflow:hidden; color:#222222; font-size:0.24rem;}
.a_rlzydiv_c dd .div1_l img{ max-width:100%;}
.a_rlzydiv_c dd .div1_r,.a_rlzydiv_c dd .div1_r:hover{width:18%; height:0.5rem; line-height:0.5rem; text-align:center; color:#fff; background-color:#0079c3; font-size:12px; text-decoration:none; display:inline-block; overflow:hidden;
-moz-border-radius: 0.25rem;      /* Gecko browsers */
-webkit-border-radius: 0.25rem;   /* Webkit browsers */
border-radius:0.25rem;            /* W3C syntax *//* margin-right:10px;*/}

.n_box8_t{width:100%; color:#333333; font-size:0.26rem; line-height:1.8; padding:10px 0px; text-align:center;}
.n_box8_t span{ font-size:0.3rem; font-weight:bold;}
.n_box8_c{width:100%;}
.n_box8_c #allmap{width:100%; height:220px;}


.i_gsgw{width:100%; padding:4% 2%; border-top:0.18rem solid #eeeeee; display:none;}
.ny_wmscy_con1{width:100%; padding-bottom:0.4rem;}
.ny_wmscy_con1 .swiper-slide{width:100%;  color:#333333; padding-right:0px;height: auto;-webkit-box-sizing: border-box;box-sizing: border-box; padding:0px 1%;}
.ny_wmscy_con1 .swiper-slide .a_img{width:100%; display:inline-block; overflow:hidden;}
.ny_wmscy_con1 .swiper-slide .a_img img{width:100%;}
.ny_wmscy_con1 .swiper-slide .a_text{width:100%; padding:0.1rem 0px; line-height:1.8;text-align:center; display:inline-block; font-size:0.24rem; color:#333;}
.ny_wmscy_con1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
.wmscy-pagination1 .swiper-pagination-bullet{ background-color:#e4e4e4;}
.wmscy-pagination1 .swiper-pagination-bullet-active{ background-color:#4997e3;}



