@charset "utf-8";
/* CSS Document */
html{
　　font-size:62.5%; /* 10÷16=62.5% */ 
}
*{word-wrap:break-word;}
body{
　　font-size:12px;
　　font-size:1.2rem ; /* 12÷10=1.2 */
   overflow-x:hidden;
background-repeat: no-repeat;
    background-size: cover;
	width:100%; margin:0px; padding:0px; background-color:#fff;
}
body,html{ font-family:"微软雅黑"; min-width:320px;}
ul,ul li,dl,dl dt,dl dd{ margin:0px; padding:0px; list-style:none;}
.f_faminly{ font-family:"微软雅黑";}
.fl{ float:left;}
.fr{ float:right;}
a:link{ text-decoration:none;}
p{ margin:0px; padding:0px;}
.clearboth{ clear:both;}
.bigzm{text-transform:uppercase;}
.b_cursor{ border:0px; cursor:pointer;}
input{ outline:0;}
:-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;
}

.fs14{ font-size:14px;}
.fs15{ font-size:15px;}
.fs16{ font-size:16px;}
.fs17{ font-size:17px;}
.fs18{ font-size:18px;}
.fs20{ font-size:20px;}
ul li{ list-style-type:none; float:left; }
.container {
       width: 100%!important;
       max-width:1200px;
       max-width:1170px\9;
}
.container1{width:100%;}


/*loading加载*/
.loading { position:fixed;width:100%; height:100%; background-color:#fff; z-index:10000000; top:0px; left:0px;}

.loading-img{width:135px; position:absolute; height:50px; left:50%; top:50%; margin-left:-67.5px; margin-top:-25px;-webkit-animation: rotateplane 1.4s infinite ease-in-out;
  animation: rotateplane 1.4s infinite ease-in-out;}

@-webkit-keyframes rotateplane {
  0% { filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); }
  50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
  100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
}

@keyframes rotateplane {
  0% {filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);} 
  50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
  100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
}


/*头部*/

#banner{width:100%; position:relative;}

.clearpadding{ padding:0px; margin:0px;}

.i_tbg{ border-bottom:2px solid #e5e5e5;}
.i_logo{width:100%; background:url(../images/img1.jpg) right center no-repeat; padding:18px 0px 25px 0px;}
.i_logo a{ display:inline-block;}

.header{width:100%; position:relative; background-color:#fff; border-bottom:5px solid #015093;  left:0px; top:0px;z-index:100000;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.header.fixedmenu,.header.prevmenu.fixedmenu{ position:fixed; top:0px; left:0px; background-color:#fff;}
.header.prevmenu{ position:relative;background-color:#fff;}

/*.i_logo_img{width:17%; padding-top:15px;}
.i_logo_img img{}*/


.i_logo_ul{width:66%;}
.i_logo_ul .nav_menu{width:100%; margin:0px; padding:0px;}
.i_logo_ul .nav_menu li{width:14.285%; height:85px; float:left; margin:0px; padding:0px; position:relative; z-index:111;}
.i_logo_ul .nav_menu li .a_nav{width:100%; position:relative; height:85px; line-height:85px; display:inline-block; overflow:hidden; color:#333333; font-size:16px;}
.i_logo_ul .nav_menu li .a_nav:hover,.i_logo_ul .nav_menu li .a_nav.active,.i_logo_ul .nav_menu li .a_nav.active1{ color:#015093; /*background-color:#c1cef2; */text-decoration:none;}
/*.i_logo_ul .nav_menu li .a_nav:after{content:"";width:0px; height:3px; background-color:#23ac38; position:absolute; left:50%; bottom:0px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
 margin-left:0px;}
.i_logo_ul .nav_menu li .a_nav:hover:after,.i_logo_ul .nav_menu li .a_nav.active:after,.i_logo_ul .nav_menu li .a_nav.active1:after{ width:68px; margin-left:-34px;}*/
.i_logo_ul .nav_menu li dl{width:126px; position:absolute; left:-31px; top:100%;  display:none; padding:5px; z-index:11; background-color:#015093; }
.i_logo_ul .nav_menu li dl dd{width:100%; float:left; }
.i_logo_ul .nav_menu li dl dd a{width:100%; float:left; padding:0px 20px; text-align:center; height:48px; line-height:48px; overflow:hidden; display:inline-block; color:#fff; font-size:14px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; letter-spacing:1px;}
.i_logo_ul .nav_menu li dl dd a:hover{ text-decoration:none; color:#fff; background-color:#1873c0;}

.i_ss{width:15.5%; margin-top:24px; height:40px; background-color:#efefef; border:1px solid #dcdcdc;-moz-border-radius: 20px;      /* Gecko browsers */
-webkit-border-radius: 20px;   /* Webkit browsers */
border-radius:20px;            /* W3C syntax */ overflow:hidden;}
.i_ss .ipt1{width:86%; height:38px; line-height:38px; text-indent:20px; color:#333; font-size:14px; font-family:"微软雅黑"; border:0px; background-color:transparent;}
.i_ss .ipt2{width:14%; height:38px; background:url(../images/tb_01.png) left center no-repeat; border:0px;}

.home-swiper {width: 100%;height: 100%;background: #000;}
.home-swiper .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%;}
.home-swiper .swiper-slide  img{width:100%; height:auto; display:block;}
/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover; display:block;}
.home-swiper .swiper-slide .s1 img{width:100%; height:auto !important; display:none;}
.home-swiper .swiper-slide .s2{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover;  display:none;}
.home-swiper .swiper-slide .s2 img{width:100%; height:auto !important; display:none;}

.home-swiper .home_next{width:40px; height:40px; background:url(../images/br_btn.png) no-repeat; right:5%; margin-top:-20px;}
.home-swiper .home_prev{width:40px; height:40px; background:url(../images/bl_btn.png) no-repeat; left:5%; margin-top:-20px;}

.home-pagination .swiper-pagination-bullet{ background-color:#868583;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1; margin:0px 10px !important;}
.home-pagination .swiper-pagination-bullet-active{ background-color:#fff;}
.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:165px;}

.jt_tb1{width:59px; display:inline-block; cursor:pointer; height:59px; background:url(../images/tb_01.png) no-repeat; background-size:100%; position:absolute; left:50%; bottom:60px; margin-left:-29.5px; z-index:11;}

.video_banner{position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3}

/*首页内容部分*/
.ui_div{width:100%;}
.ui_div1{width:100%; overflow:hidden;}
.ui_div_center{width:1200px; margin:0px auto;}
.ui_div_con{width:1440px; margin:0px auto;}


/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;-moz-box-shadow:0px 0px 10px #e5e5e5;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #e5e5e5;/*webkit*/  
box-shadow:0px 0px 10px #e5e5e5;/*opera或ie9*/}
.phone_nav.fixedmenu{ position:fixed; top:0px;left:0px;z-index:100000; background-color:#fff;}
.phone_logo{padding:10px 0px;}
.phone_logo .p1 img{width:auto; height:40px;}

@media screen and (max-width:1200px) {
.phone_logo .p1 { display: block; width:30%; display:inline-block;}
/*.header{ display:none;}*/
.phone_logo {width: 100%;padding: 10px 10px;box-sizing: border-box;}

.phone_nav{display:block; position:relative; width:100%; background-color:#fff; top:0;left:0; display:block; z-index:100000;}

/*导航按钮*/
.phone_nav .nav_but_box{ display:block; position:absolute; width:30px; height:30px; right:10px; top:50%; margin-top:-15px; 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:#015093;
-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:#015093;
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:#015093;overflow:hidden;}
.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
.phone_nav .nav_main li a{background-position:left; color:#fff; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat; font-size:14px;}
.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("../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{width:100%; 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{width:100%; transform:translateX(0); -webkit-transform:translateX(0);}
}




@media screen and (max-width:470px){/*--768-0--*/
.phone_logo {padding: 10px 10px}
.phone_nav .nav_main ul{ height:410px;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
@media screen and (max-width:758px){/*--768-0--*/
/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
.phone_nav .nav_main ul{ margin-top:20px; height:550px; overflow-y:auto; box-sizing:border-box;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
.i_ssbn{width:50px; height:100%; background:url(../images/tb_01.png) center no-repeat;  background-size:17px; position:absolute; top:0px; right:40px; z-index:10000;}
.i_ssbn span{width:100%; height:100%; display:inline-block;}
.i_ssbn_div{width:200px; display:none; background-color:#fff; z-index:10000; position:absolute; right:0px; top:100%;}
.i_ssbn_div .ipt1{width:80%; height:40px; line-height:40px; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:#fff; color:#b9b9b9; font-size:0.16rem;}
.i_ssbn_div .ipt2{width:20%; height:40px; background:url(../images/tb_01.png) center no-repeat; background-color:#015093; border:0px; background-size:15px;}
.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;
}


.i_box1{width:100%; padding:80px 0px 80px 0px;}
.i_box1_t{width:100%; padding-bottom:63px;}
.i_box1_t .a_img{width:48%; display:inline-block; overflow:hidden;}
.i_box1_t .a_img img{width:100%;}
.i_box1_t .a_img_l{width:45.5%; padding-top:10px;}
.i_box1_t .a_img_l_t{width:100%; padding-bottom:24px; line-height:1.5; color:#333333; font-size:26px; letter-spacing:1px;}
.i_box1_t .a_img_l_t .s1{ color:#015093; font-size:36px;}
.i_box1_t .a_img_l_c{width:100%; height:245px; line-height:35px; overflow:hidden; text-align:justify; color:#666666; font-size:16px; margin-bottom:35px; text-indent:40px;}
.i_box1_t .a_img_l_b{ padding:0px 39px; height:45px; line-height:45px; display:inline-block; overflow:hidden; background-color:#015093; color:#fff; font-size:16px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; letter-spacing:1px;}
.i_box1_t .a_img_l_b:hover{ text-decoration:none; color:#fff; background-color:#1873c0;}

.i_box2{width:100%; padding:25px 0px; border-bottom:1px solid #e5e5e5;}
.i_box2 .s1{ height:50px; line-height:50px; color:#333333; font-size:26px; letter-spacing:1px;}
.i_box2 .s1 span{ color:#015093; font-size:36px; padding-right:17px; display:inline-block;}
.i_box2 .s2{ height:50px; line-height:50px; color:#999999; font-size:14px;}
.i_box2 .s2:hover{ text-decoration:none; color:#015093;}
.i_box2_c{width:100%; padding-top:45px;}
.i_box2_c_l{width:41%;}
.i_box2_c_l_t{width:100%; padding-bottom:25px;}
.i_box2_c_l_c{width:100%;}
.i_box2_c_l_c li{width:100%; float:left;}
.i_box2_c_l_c li .div{width:100%; height:45px; line-height:45px; overflow:hidden; float:left; color:#333333; font-size:14px;}
.i_box2_c_l_c li .div:hover{ text-decoration:none; color:#015093;}
.i_box2_c_l_c li .div .s1{ width:70%; height:45px; line-height:45px; overflow:hidden; font-size:16px;}
.i_box2_c_c{width:29%; padding:0px 2%;}
.i_box2_c_c li{width:100%; margin-bottom:25px; float:left; padding-bottom:18px; border-bottom:1px dashed #dcdcdc;}
.i_box2_c_c li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#666666; font-size:15px;}
.i_box2_c_c li .div:hover{ color:#666; text-decoration:none;}
.i_box2_c_c li .div .s1{width:100%; height:28px; line-height:28px; overflow:hidden; margin-bottom:15px; color:#333333; font-size:20px;}
.i_box2_c_c li .div:hover .s1{ color:#015093;}
.i_box2_c_c li .div .s2{width:100%; height:60px; line-height:30px; overflow:hidden; text-align:justify; text-indent:30px;}
.i_box2_c_r{width:30%;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/ padding:13px 1%;}
.i_box2_c_r_t{width:100%; padding-bottom:5px;}
.i_box2_c_r_t .s1{ height:42px; line-height:42px; color:#fff; padding:0px 15px; background-color:#015093; letter-spacing:1px; font-size:18px;}
.i_box2_c_r_t .s2{ height:42px; line-height:42px; display:inline-block; color:#999999; font-size:14px;}
.i_box2_c_r_t .s2:hover{ text-decoration:none; color:#015093;}
.i_box2_c_r_c{width:100%;}
.i_box2_c_r_c li{width:100%; border-bottom:1px dashed #ececec; float:left;}
.i_box2_c_r_c li .div{width:100%; padding:12px 0px; float:left; display:inline-block; overflow:hidden; color:#999999; font-size:14px;}
.i_box2_c_r_c li .div:hover{ text-decoration:none; color:#999;}
.i_box2_c_r_c li .div .s1{width:100%; height:30px; line-height:30px; overflow:hidden; color:#333333; font-size:16px;}
.i_box2_c_r_c li .div:hover .s1{ color:#015093;}
.i_box2_c_r_c li .div .s2{ width:100%; height:22px; line-height:22px; overflow:hidden;}

.home-swiper {width: 100%;height: 100%;background: #000;}
.home-swiper .swiper-slide {opacity: 1;width:100%;}
.home-swiper .swiper-slide .div{width:100%; min-height:390px;background-repeat: no-repeat; display:inline-block; overflow:hidden; float:left; color:#fff; font-size:18px;background-position: center center;background-size: cover; position:relative;}
.home-swiper .swiper-slide .div img{width:100%; display:none;}
.home-swiper .swiper-slide .div .a_text{width:100%; padding:0px 23% 0px 5%; height:55px; line-height:55px; overflow:hidden; background:url(../images/tb_02.png) center; position:absolute; left:0px; bottom:0px; z-index:1; text-align:left;}

/*.home-swiper .home_next{width:40px; height:40px; background:url(../images/br_btn.png) no-repeat; right:5%; margin-top:-20px;}
.home-swiper .home_prev{width:40px; height:40px; background:url(../images/bl_btn.png) no-repeat; left:5%; margin-top:-20px;}
*/
.home-pagination.swiper-pagination {width:100%; text-align:right; padding-right:5%;}
.home-pagination .swiper-pagination-bullet{width:10px; height:10px; background-color:#dcdcdc;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1; margin:0px 5px !important;}
.home-pagination .swiper-pagination-bullet-active{ background-color:#4a95d5;}
.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}


.i_ff{ background-color:#0b375d;}
.i_fbg1{ border-top:1px solid #264d6f;}
.i_footer{width:100%; padding:50px 0px 40px 0px;}
.i_footer_l{width:50%;}
.i_footer_l_t{width:100%; padding-bottom:34px;}
.i_footer_l_t a{ display:inline-block;}
.i_footer_l_c{width:100%; color:#7e95a9; font-size:14px; line-height:1.7;}
.i_footer_l_c table tr td{ padding:10px 0px;}

.i_footer_r{width:9%;}
.i_footer_r_t{width:100%; margin-bottom:30px; line-height:1.8; color:#fff; font-size:20px; letter-spacing:1px; font-weight:bold;}
.i_footer_r_c{width:100%; overflow:hidden;}
.i_footer_r_c img{ width:100%;}

.i_footer_b{width:100%; padding:25px 0px; text-align:center; line-height:1.6; color:#79889a; font-size:14px;}
.i_footer_b a{ color:#79889a;}
.i_footer_b a:hover{ text-decoration:none; color:#fff;}


.n_banner{width:100%; overflow:hidden; background-position:center center; color:#fff; margin-top:80px; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_banner img{width:100%;}





.a_zxlmenu{width:100%; position:relative; display:none; z-index:111; margin:20px 0px;}
.a_zxlmenu_t{width:100%;padding:3% 0px;background:url(../images/zxl_jt1.jpg) right center no-repeat; font-size:16px; text-align:center; background-color:#015093; color:#fff; cursor:pointer; background-size:30px;}
.a_zxlmenu_c{width:100%; position:absolute; left:0px; top:100%; margin:0px;  padding:0px; background-color:#eeeeee;text-indent:0px; display:none;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.a_zxlmenu_c li{width:100%;  float:left; text-align:center;}
.a_zxlmenu_c li .aone{width:100%;padding:3% 0px; display:inline-block; color:#015093; font-size:14px; text-decoration:none; text-indent:0px;}
.a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#fff; text-decoration:none; background-color:#0e75cc;}
.a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #ccc;display:none;}
.a_zxlmenu_c li dl dd{width:100%; float:left; text-align:center;}
.a_zxlmenu_c li dl dd a,.a_zxlmenu_c li dl dd a:hover{width:100%; padding:3% 0px; display:inline-block; color:#333; font-size:14px; text-decoration:none; text-indent:0px;}

.n_box1{width:100%; padding:65px 0px 80px 0px;}
.n_box1_t{width:100%; text-align:center; color:#333333; font-size:36px; letter-spacing:1px; line-height:1.5;}
.n_box1_t .s1{ font-size:72px; font-weight:bold; color:#e4e9f0;}
.n_box1_c{width:100%; margin-top:80px; background-color:#f5f5f5; padding:4%;}
.n_box1_c_l{width:50%; border:10px solid #fff;}
.n_box1_c_l #allmap{width:100%; height:610px; overflow:hidden;}
.n_box1_c_r{width:46%; padding-top:80px;}
.n_box1_c_r_t{width:100%; padding-bottom:15px; line-height:1.6; color:#333333; font-size:24px; font-weight:bold;}
.n_box1_c_r_c{width:100%;}
.n_box1_c_r_c table tr td{ padding:10px 0px; color:#333333; font-size:16px; line-height:1.5;}
.n_box1_c_r_c .s1{ font-size:36px; font-weight:bold;}

.n_box2{width:100%; margin-top:50px; border:1px solid #015094; padding:3% 3% 5% 3%;}
.n_box2 .a_img{width:46%; border:1px solid #eeeeee; display:inline-block; position:relative;}
.n_box2 .a_img img{width:100%;}
.n_box2 .a_img .a_text{width:100%; height:35px; line-height:35px; color:#333333; font-size:20px; text-align:center; position:absolute; left:0px; bottom:30px;}
.n_box2 .a_img:before{ width:25px; height:96%; background-color:#015094; position:absolute; right:-25px; top:25px; content:""; z-index:1;}
.n_box2 .a_img:after{ width:100%; height:25px; background-color:#015094; position:absolute; right:-25px; bottom:-25px; content:""; z-index:1;}
.n_box2 .a_img_r{width:49%;}
.n_box2 .a_img_r_t{width:100%; padding:30px 0px; line-height:1.5; color:#3d3d3d; font-size:16px;}
.n_box2 .a_img_r_t .s1{ font-size:30px; font-weight:bold;}
.n_box2 .a_img_r_c{width:100%; line-height:35px; overflow:hidden; height:315px; color:#666666; font-size:16px; text-indent:30px;}
.n_box2 .a_img_r_c img{ max-width:100%; height:auto !important;}

.n_box2 .a_img_r_c::-webkit-scrollbar {
  width: 1px;
  border-radius: 1px;
  height: 1px;
  background: none;
}
.n_box2 .a_img_r_c::-webkit-scrollbar-track {
  border-radius: 1px;
  width: 1px!important;
   background-color:#e5e5e5;
}
.n_box2 .a_img_r_c::-webkit-scrollbar-thumb {
  width: 1px;
  height: 1px;
  border-radius: 1px;
  background-color: #015094;
}

.n_box3{width:100%; padding:60px 0px; color:#333333; font-size:14px; line-height:2.2; overflow:hidden;}
.n_box3 img{ max-width:100%; height:auto !important;}

.n_box3_t{width:100%; padding:5px 0px; color:#333333; font-size:24px; font-weight:bold; line-height:1.5;}
.n_box3_c{width:100%; padding-top:30px; line-height:2; overflow:hidden; color:#333333; font-size:14px;}
.n_box3_c img{ max-width:100%; height:auto !important;}

.n_box4{width:100%; padding:45px 0px 75px 0px; text-align:center;}
.n_box4_ul{width:auto !important; display:inline-block;
    white-space: nowrap;
    float:none !important; height:50px; border:1px solid #015094; border-right:0px; margin:0px auto; }
.n_box4_ul li{width:auto !important;float:none !important;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    display: table-cell;
    position: relative; border-right:1px solid #015094;}
.n_box4_ul li a{width:164px; float:left; overflow:hidden; text-align:center; height:48px; line-height:48px; display:inline-block; color:#333333; font-size:16px;}
.n_box4_ul li a:hover,.n_box4_ul li a.activetop{ color:#fff; background-color:#015094; text-decoration:none;}


.n_box5{width:100%; background-color:#f5f5f5; padding:4%;}
.n_box5_t{width:100%; line-height:1.6; text-align:center; color:#333333; font-size:24px; font-weight:bold;}
.n_box5_c{width:100%; padding-top:35px; color:#333333; font-size:16px; line-height:2; overflow:hidden;}
.n_box5_c img{ max-width:100%; height:auto !important;}

.n_box6{width:100%; margin-top:70px;background-color:#f5f5f5; padding:4%;}
.n_box6_t{width:100%; padding-bottom:60px;}
.n_box6_tc{width:100%; background-color:#fff; min-height:446px; position:relative;}
.n_box6_tc .a_img{width:35%; height:100%; position:absolute; left:0px; top:0px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.n_box6_tc .a_img img{ display:none;}
.n_box6_tc .a_img_r{width:65%; padding:40px 10% 20px 6%; float:right;}
.n_box6_tc .a_img_r_t{width:100%;color:#3d3d3d; font-size:14px; line-height:1.5;}
.n_box6_tc .a_img_r_t .s1{color:#333333; font-size:24px; font-weight:bold;}
.n_box6_tc .a_img_r_c{width:100%; padding:30px 0px 30px 0px; line-height:1.8; color:#3d3d3d; font-size:16px;}
.n_box6_tc .a_img_r_b{width:100%;}


.home-swiper2 {width: 100%;height: 100%; padding-bottom:35px !important;}
.home-swiper2 .swiper-slide {text-align: center;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; cursor:pointer;}
.home-swiper2 .swiper-slide .a_img1{width:100%; display:inline-block; overflow:hidden; float:left; border:10px solid #f0efef;}
.home-swiper2 .swiper-slide .a_img1 img{width:100%;}
.home-swiper2 .home_next2{width:30px; height:30px; background:url(../images/tb_034.png) no-repeat; background-size:100%; top:auto; margin:0px; bottom:0px; right:0px;}
.home-swiper2 .home_prev2{width:30px; height:30px; background:url(../images/tb_033.png) no-repeat; background-size:100%; top:auto; margin:0px; bottom:0px; left:0px;}
.home-swiper2 .swiper-pagination-bullet-active{ background-color:#015093;}

.n_box7{width:100%; padding:10px 0px; line-height:1.4; color:#333; font-size:24px; font-weight:bold; overflow:hidden; letter-spacing:1px;}
.n_box7_ul{width:100%; padding:37px 0px 10px 0px;}
.n_box7_ul li{width:25%; float:left; padding:0px 8px 38px 8px;}
.n_box7_ul li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.n_box7_ul li .div:hover{ text-decoration:none; color:#015093;}
.n_box7_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.n_box7_ul li .div .a_img img{width:100%; float:left;}
.n_box7_ul li .div .a_text_c{width:100%; height:60px; line-height:60px; text-align:center; overflow:hidden;}

.n_box7_c{width:100%; padding:5px 0px 20px 0px;}
.n_box7_c li{width:33.33%; padding:6px 0px; float:left; padding-right:1%;}
.n_box7_c li a{width:100%; height:48px; line-height:24px; overflow:hidden; float:left; display:inline-block; padding-left:15px; position:relative; color:#333333; font-size:16px;}
.n_box7_c li a:hover{ text-decoration:none; color:#015093;}
.n_box7_c li a:before{width:6px; height:6px; background-color:#353c46; position:absolute; left:0px; top:10px; content:""; z-index:1;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */}
.n_box7_c li a:before:hover{ background-color:#015093;}

.n_box8{width:100%; background-color:#f5f5f5; padding:4% 2%;}
.n_box8_ul{width:100%;}
.n_box8_ul li{width:100%; padding-bottom:20px; float:left;}
.n_box8_ul li .div{width:100%; padding:20px; float:left; display:inline-block; overflow:hidden; background-color:#fff; color:#666666; font-size:16px; position:relative;}
.n_box8_ul li .div:hover{ text-decoration:none; color:#666;}
.n_box8_ul li .div:after{width:100%; height:100%; border:1px solid #015094; display:none; position:absolute; left:0px; top:0px; z-index:1; content:"";}
.n_box8_ul li .div:hover:after{ display:block;}
.n_box8_ul li .div .a_img{width:27%; display:inline-block; overflow:hidden;}
.n_box8_ul li .div .a_img img{width:100%;}
.n_box8_ul li .div .a_img_r{width:70%; padding-right:4%; padding-top:30px;}
.n_box8_ul li .div .a_img_r .s1{width:100%; height:35px; line-height:35px; overflow:hidden; color:#333333; font-size:24px;}
.n_box8_ul li .div .a_img_r .s2{width:100%; height:25px; line-height:25px; margin:20px 0px; color:#999999; font-size:14px;}
.n_box8_ul li .div .a_img_r .s3{width:100%; height:70px; line-height:35px; overflow:hidden; text-align:justify;}
.n_box8_ul li .div:hover .a_img_r .s1{ color:#015094;}

.a_mtbd_dpages{width:100%; text-align:center; padding:50px 0% 0px 0%;  font-size:14px; }
.a_mtbd_dpages a,.a_mtbd_dpages span{ padding:0px 15px; height:35px; margin-bottom:5px; line-height:35px; text-align:center; background-color:#fff;color:#333333; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{ color:#fff; text-decoration:none; background-color:#015094;}

.a_tzjyg_cdetsl{width:100%;}
.a_tzjyg_c_t{width:100%; padding:10px 0px; line-height:1.7; text-align:center; color:#333; font-size:24px; }
.a_tzjyg_c_time{width:100%; height:40px; line-height:40px; text-align:center; overflow:hidden;  color:#999999; font-size:14px;}
.a_tzjyg_c_ton{width:100%; padding:45px 0px; line-height:2; overflow:hidden; color:#666666; font-size:16px; border-bottom:1px solid #e3e3e3;}
.a_tzjyg_c_ton img{ max-width:100%;}
.a_tzjyg_c_tb{width:100%; margin-top:20px; overflow:hidden; position:relative;}
.a_tzjyg_c_tb .a1{width:100%; height:30px; line-height:30px; color:#999999; font-size:16px; display:inline-block; overflow:hidden;}
.a_tzjyg_c_tb .a1:hover{ text-decoration:none; color:#015094;}

.n_box9{width:100%;}
.n_box9 li{width:100%; padding:50px 0px; border-bottom:1px solid #dddddd;}
.n_box9 li .div{width:100%; display:inline-block; overflow:hidden; color:#666666; font-size:16px; float:left; padding-left:187px; min-height:148px; position:relative; padding-top:8px;}
.n_box9 li .div:hover{ color:#666; text-decoration:none;}
.n_box9 li .div .div_l{width:132px;height:100%; position:absolute; left:0px; top:0px; background-color:#015094; color:#fff; padding:8px 16px;}
.n_box9 li .div .div_l .s1{width:100%; height:78px; line-height:78px; border-bottom:1px solid #225e9d; color:#fff; font-size:60px; text-align:center;}
.n_box9 li .div .div_l .s2{width:100%; height:55px; line-height:55px; text-align:center; font-size:29px;}
.n_box9 li .div  .div_t{width:100%; height:40px; line-height:40px; overflow:hidden; margin-bottom:30px; color:#015094; font-size:24px;}
.n_box9 li .div  .div_c{width:100%; height:60px; line-height:30px; overflow:hidden; text-align:justify;}


/*2022-5-3*/
.tc_box1{width: 47px;
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 10;
    color: #fff;
    background-color: #1b6ce1;
    border: none;
    border-radius: 5px;
    padding: 10px 6px;
    cursor: pointer; font-size:18px; text-align:center;}
.tc_box2{width:100%; height:100%; position:fixed; left:0px; top:0px;background:url(../images/3s.png) repeat; z-index:100000; display:none;}
.tc_box2_c{width:800px; height:95%; padding:20px; position:fixed; left:50%; top:50%;-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index:11; background-color:#fff;
-moz-border-radius: 15px;      /* Gecko browsers */
-webkit-border-radius: 15px;   /* Webkit browsers */
border-radius:15px;            /* W3C syntax */ z-index:1000000;}
.tc_box2_c_t{width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; text-align:right; color:#333; cursor:pointer; font-size:16px;}
.tc_box2_c_c{width:100%; height:95%; overflow-y:auto;}
.tc_box2_c_c::-webkit-scrollbar {
  width: 1px;
  border-radius: 1px;
  height: 1px;
  background: none;
}
.tc_box2_c_c::-webkit-scrollbar-track {
  border-radius: 1px;
  width: 1px!important; background-color:#e5e5e5;
}
.tc_box2_c_c::-webkit-scrollbar-thumb {
  width: 1px;
  height: 1px;
  border-radius: 1px;
  background-color: #1b6ce1;
}
.tc_box2_c_con{width:98%; line-height:2; overflow:hidden; color:#333; font-size:14px; overflow:hidden; padding-top:15px;}
.tc_box2_c_con img{ max-width:100%; height:auto !important;}

.tc_box2_c_c h1{ font-size:18px; font-weight:bold; text-align:center; margin-bottom:20px;}

.Rotation img
{
	transition:All 0.4s ease-in-out;
   -webkit-transition:All 0.4s ease-in-out;
   -moz-transition:All 0.4s ease-in-out;
   -o-transition:All 0.4s ease-in-out;
}
.Rotation:hover img
{
	transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}

.arrowGo{
	 animation: arrowGo 2.5s infinite; 
	 -webkit-animation: arrowGo 2.5s infinite ; 
}

@-webkit-keyframes arrowGo {
	0%{ 
		-webkit-transform: translate(0, 30%);
	}
	50%{ 
		-webkit-transform: translate(0, 0%);
	}
	100%{
		-webkit-transform:translate(0, 30%);
	}
}
@keyframes arrowGo {
	0%{ 
		transform: translate(0, 30%);
	}
	50%{
		transform: translate(0, 0%);
	}
	100%{
		transform:translate(0, 30%);
	}
}
.Amplification img
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification:hover img
{
	filter: Alpha(Opacity=100); 
	opacity: 1; 
	-webkit-transform:scale(1.12); 
	transform:scale(1.12);
}




@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}

@keyframes hvr-bob {
  0% {
    transform: scale(1.1);
-webkit-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
-webkit-transform: scale(1);
  }
}


