@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;
}
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;}
.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;
}
a{ outline:0;}
a:link{ text-decoration:none;}

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:#466f9e; z-index:10000000;}

.loading-img{width:231px; position:absolute; height:47px; left:50%; top:50%; margin-left:-115.5px; margin-top:-23.5px;-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;}

.header{width:100%;  position:fixed; height:98px; left:0px; top:0px;z-index:10000;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; background-color:rgb(255,255,255,0.9);}
.header.fixedmenu{ top:-30px;}
.header.fixednav{ position:relative;}
.header.fixednav.fixedmenu{ position:fixed;}

.i_logo_img{width:13%; padding-top:12px;}
.i_logo_img img{}

.i_logo_ul{width:60%;}
.i_logo_ul .nav_menu{width:100%; margin:0px; padding:0px;}
.i_logo_ul .nav_menu li{width:14.285%; height:70px; float:left; margin:0px; padding:0px;}
.i_logo_ul .nav_menu li .a_nav{width:100%; position:relative; height:70px; line-height:70px; display:inline-block; text-align:center; overflow:hidden; color:#fff; 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:#fff; /*background-color:#c1cef2; */text-decoration:none;}
.i_logo_ul .nav_menu li .a_nav:after{content:"";width:0px; height:2px; background-color:#fff; position:absolute; left:50%; bottom:15px;-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:36px; margin-left:-18px;}
.i_logo_ul .nav_menu li .twodiv{width:100%; position:absolute; left:0px; top:100%; background-color:#fff; z-index:111; display:none;}
.i_logo_ul .nav_menu li .twodiv_l{width:21%; height:100%; position:absolute; left:0px; top:0px; background-color:#efefef;}
.i_logo_ul .nav_menu li .twodiv_r{width:33%; height:100%; background-position: right center; background-repeat: no-repeat; background-size:cover; position:absolute; right:0px; top:0px;}
.i_logo_ul .nav_menu li .twodiv_r img{ width:100%; float:left; display:none;}
.i_logo_ul .nav_menu li .twodiv_c{width:100%; position:relative; z-index:1; min-height:408px;}
.i_logo_ul .nav_menu li .twodiv_c_l{width:7%; padding-top:50px;}
.i_logo_ul .nav_menu li .twodiv_c_l dd{width:100%; float:left; padding-bottom:20px;}
.i_logo_ul .nav_menu li .twodiv_c_l dd a{width:100%; height:28px; line-height:28px; color:#000000; padding-left:10px; float:left; display:inline-block; overflow:hidden; font-size:16px;}
.i_logo_ul .nav_menu li .twodiv_c_l dd a:hover{ text-decoration:none; color:#fff; background-color:#bc0b13;}
.i_logo_ul .nav_menu li .twodiv_c_r{width:85%; padding:70px 26% 0px 0px;}
.i_logo_ul .nav_menu li .twodiv_c_r_t{width:100%; font-size:30px; font-weight:bold; color:#000000; line-height:1.7;}
.i_logo_ul .nav_menu li .twodiv_c_r_c{width:100%; padding:20px 0px 50px 0px; line-height:1.8; overflow:hidden; color:#666666; font-size:16px;}
.i_logo_ul .nav_menu li .twodiv_c_r_b{ padding-right:45px; height:30px; line-height:30px; background:url(../images/tb_011.png) right center no-repeat; color:#666666; font-size:16px;}
.i_logo_ul .nav_menu li .twodiv_c_r_b:hover{ background:url(../images/tb_011s.png) right center no-repeat; color:#bc0b13; text-decoration:none;}

.i_logo_ul .nav_menu li .twodiv_c_r1{ width:85%; padding:70px 53% 0px 0px;}



/*.i_logo_ul .nav_menu li dl{width:112px; position:absolute; left:50%; margin-left:-56px; top:100%; display:none; z-index:11; background-color:rgb(255,255,255,0.9); padding:0px 8px 8px 8px;}
.i_logo_ul .nav_menu li dl dd{width:100%; float:left; padding:8px 0px;}
.i_logo_ul .nav_menu li dl dd a{width:100%; float:left; height:40px; line-height:40px; text-align:center; overflow:hidden; display:inline-block; color:#333333; font-size:14px;}
.i_logo_ul .nav_menu li dl dd a:hover{ text-decoration:none; color:#fff; background-color:#bc0b13;}
*/
.home-swiper {width: 100%;height: 100%;background: #fff;}
.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%; position:relative;}
.home-swiper .swiper-slide:after{width:100%; height:100%; background:url(../images/banner_bg.png) bottom repeat-x; position:absolute; left:0px; top:0px; content:""; z-index:1;}
.home-swiper .swiper-slide  img{width:100%; height:auto; display:none; float:left;}
/*.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; float:left;}
.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;float:left;}
.home-swiper .swiper-slide .div{width:100%; position:absolute; left:0px; top:40%; z-index:11;}
.home-swiper .swiper-slide .div1{width:100%; padding-left:40px; color:#fff; font-size:24px; position:relative; text-align:left; line-height:1.4;}
.home-swiper .swiper-slide .div1 .s3{ font-size:72px; font-weight:bold; line-height:1.0; margin-bottom:25px; display:inline-block;}
.home-swiper .swiper-slide .div1:after{width:6px; height:100%; position:absolute; background-color:#bc0b13; left:0px; top:0%;  content:"";}

.home-pagination .swiper-pagination-bullet{width:15px; height:10px; margin:0px 7px !important; border:1px solid #fff; background-color:transparent;
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius:5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;filter:alpha(opacity=30); filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;  }
.home-pagination .swiper-pagination-bullet-active{width:25px; height:10px; background-color:#fff;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:250px; }
.swiper-button-prev.home_prev{width:34px; height:64px; background:url(../images/tb_08.png) left center no-repeat; left:3.3%; margin-top:-32px; background-size:100%;}
.swiper-button-next.home_next{width:34px; height:64px; background:url(../images/tb_09.png) left center no-repeat; right:3.3%;margin-top:-32px; background-size:100%;}

.i_banner_box{width:100%; position:absolute; left:0px; bottom:65px; z-index:11;}
.i_banner_box_c{width:100%; background:url(../images/tb_2z.png) repeat;}
.i_banner_box_c li{width:25%; float:left; position:relative;}
.i_banner_box_c li:after{width:1px; height:100%; position:absolute; right:0px; top:0px; background-color:rgb(255,255,255,0.1); content:"";}
.i_banner_box_c li .div{width:100%; display:inline-block; overflow:hidden; min-height:140px; float:left; color:#fff; font-size:16px; position:relative;}
.i_banner_box_c li .div:hover{ text-decoration:none; color:#fff;}
.i_banner_box_c li .div .a_img{width:100%; min-height:140px; background-position:center center; background-repeat:no-repeat; background-size:cover;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;
transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.i_banner_box_c li .div .a_img img{width:100%; display:none;}
.i_banner_box_c li .div .a_text{width:120px; height:100%; position:absolute; left:50%; top:0px; z-index:1; padding-top:25px;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);transform: translate(-50%, 0%);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.i_banner_box_c li .div .a_text .a_s1{width:100%; text-align:center; height:50px;}
.i_banner_box_c li .div .a_text .a_s1 img{ max-height:50px; width:auto;}
.i_banner_box_c li .div .a_text .a_s2{width:100%; height:45px; line-height:45px; display:inline-block; overflow:hidden; text-align:center;}
.i_banner_box_c li .div:hover .a_img{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.i_banner_box_c li .div:hover .a_text{ background:url(../images/tb_3.png) repeat; left:0px;webkit-transform: translate(0%, 0%);-moz-transform: translate(0%, 0%);transform: translate(0%, 0%);}

.i_ss{width:13%; height:30px; position:relative;}
.i_ss:before{width:1px; height:15px; background-color:#6a7480; position:absolute; left:0px; top:7.5px; content:"";}
.i_ss:after{width:1px; height:15px; background-color:#6a7480; position:absolute; right:0px; top:7.5px; content:"";}
.i_ss .ipt1{width:85%; height:30px; line-height:30px; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:transparent;color:#fff; font-size:14px;}
.i_ss .ipt2{width:15%; height:30px; line-height:30px; border:0px; background:url(../images/tb_01s.png) left no-repeat; cursor:pointer; background-size:14px;}

.i_ss .ipt1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6a7480;  
}

.i_ss .ipt1::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6a7480;
}

.i_ss .ipt1:-ms-input-placeholder {
    color: #6a7480;
}

.i_ss .ipt1::-webkit-input-placeholder {
    color: #6a7480;
}


/*首页内容部分*/
.ui_div{width:100%;}
.ui_div_center{width:1400px; margin:0px auto;}
.ui_div_con{width:1200px; margin:0px auto;}


/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_nav.fixedmenu{ position:fixed; top:0px;  left:0px;z-index:10000;}
.phone_logo{padding:10px 0px;}
.phone_logo .p1 img{width:100%;}

@media screen and (max-width:1200px) {
.phone_logo .p1 { display: block; width:24%; display:inline-block;}
/*.header{ display:none;}*/
.phone_logo {width: 100%;padding: 15px 20px;box-sizing: border-box;}

.phone_nav{display:block; position:relative; background-color:#bc0b13; width:100%; top:0;left:0; display:block; transition-delay:0.7s; -webkit-transition-delay:0.7s; 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:#ffffff;
-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:#ffffff;
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:#bc0b13;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:12%; height:100%; background:url(../images/tb_01s.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_01s.png) center no-repeat; background-color:#bc0b13; 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_banben1,.i_banben1:hover{ padding:0px 5px; height:30px; line-height:30px; display:inline-block; color:#fff; font-size:14px; position:absolute; right:23%; top:50%; margin-top:-15px;}


.i_bg1{ background-color:#191b2c;}
.i_bg2{ background-color:#bc0b13;}

.i_gwx{ position:relative; padding-right:30px; cursor:pointer;}
.i_gwx_t{ background:url(../images/tb_2.png) left center no-repeat; padding-left:30px;height:30px; line-height:30px; color:#6a7480; font-size:14px;}
.i_gwx_c{width:136px; height:136px; position:absolute; left:50%; margin-left:-68px; top:100%; padding:12px; z-index:11; display:none;}
.i_gwx_c .img{position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
    background: #fff;}
.i_gwx_c .img img{width:112px; height:112px;}
.i_gwx_c .img:after{content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8%;}
.i_banben{ padding-right:20px; background:url(../images/tb_01.png) right center no-repeat; position:relative;margin-right:25px; cursor:pointer; z-index:11;}
.i_banben_t{ background:url(../images/tb_02.png) left center no-repeat;  padding-left:25px; height:30px; line-height:30px; font-size:14px; color:#6a7480;}
.i_banben_c{width:100%; background-color:rgb(230,232,234,0.8); position:absolute; left:0px; top:100%; display:none;}
.i_banben_c a{width:100%; height:30px; line-height:30px;color: #666; float:left; text-align:center; font-size:14px; display:inline-block; overflow:hidden;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_banben_c a:hover{ background-color:#fff; text-decoration:none; color:#666;}



.i_box1{width:100%;}
.i_box1_l{width:40%; height:30px; overflow:hidden;}
.i_box1_l a{width:100%; height:30px; line-height:30px; color:#6a7480; font-size:14px; display:inline-block; overflow:hidden; float:left;}
.i_box1_l a:hover{ text-decoration:none; color:#fff;}


.i_bg3{ background:url(../images/bg1.jpg) center center no-repeat; background-size:cover;}
.i_box2{width:100%; padding:68px 0px 116px 0px}
.i_box2_t{width:100%;}
.i_box2_t_l{ display:inline-block;color:#000000;  line-height:1.8; font-size:18px;}
.i_box2_t_l .s1{ font-size:30px;}
.i_box2_t_r{ margin-top:48px; display:inline-block;}
.i_box2_t_r a{ height:36px; line-height:36px; background:url(../images/tb_010.png) right center no-repeat; padding-right:54px; color:#000000; font-size:18px; display:inline-block;}
.i_box2_t_r a:hover{ color:#bc0b13; text-decoration:none; background:url(../images/tb_010s.png) right center no-repeat;}
.i_box2_c{width:100%; padding-top:20px;}
.i_box2_c_l{width:48.5%; background-color:#fff; min-height:510px;-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_box2_c_r{width:50%; 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*/}
.i_box2_c_r li{width:50%; float:left; height:50%;}
.i_box2_c_r li .div{width:100%; color:#333333; min-height:255px; font-size:14px; float:left;padding:30px 7% 0px 7%;-moz-box-shadow:-2px -2px 5px #e8e7e4;/*firefox*/  
-webkit-box-shadow:-2px -2px 5px #e8e7e4;/*webkit*/  
box-shadow:-2px -2px 5px #e8e7e4;/*opera或ie9*/}
.i_box2_c_r li .div:hover{ color:#333; text-decoration:none;}
.i_box2_c_r li .div .s1{width:100%; height:60px; line-height:60px; overflow:hidden;}
.i_box2_c_r li .div .s2{width:100%; height:60px; line-height:30px; overflow:hidden; margin-bottom:28px; font-size:18px;}
.i_box2_c_r li .div:hover .s2{ color:#bc0b13;}
.i_box2_c_r li .div .s3{ padding-right:35px; height:32px; line-height:32px; background:url(../images/tb_011.png) right center no-repeat; color:#999999; font-size:14px;}
.i_box2_c_r li .div:hover .s3{ background:url(../images/tb_011s.png) right center no-repeat; color:#bc0b13;}




.home-swiper1 {width: 100%;height: 100%;background: #fff;}
.home-swiper1 .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; position:relative;}
.home-swiper1 .swiper-slide .a_img{width:100%; min-height:420px; background-repeat: no-repeat;background-position: center center;background-size: cover;}
.home-swiper1 .swiper-slide .a_img img{width:100%; height:auto !important; display:none;}
.home-swiper1 .swiper-slide .a_text{width:100%; padding:18px 2% 18px 2%; color:#333333; font-size:14px; text-align:left;}
.home-swiper1 .swiper-slide .a_text .s1{width:100%; height:30px; line-height:30px; overflow:hidden;font-size:18px; display:inline-block;}
.home-swiper1 .swiper-slide .a_text .s2{width:100%; height:25px; line-height:25px; overflow:hidden;}
.home-swiper1 .swiper-slide:hover .a_text .s1{ color:#bc0b13;}

.home-pagination1 .swiper-pagination-bullet{width:15px; height:10px; margin:0px 7px !important; border:1px solid #fff; background-color:transparent;
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius:5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;filter:alpha(opacity=30); filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;  }
.home-pagination1 .swiper-pagination-bullet-active{width:25px; height:10px; background-color:#fff;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.swiper-container-horizontal>.home-pagination1.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px; display:none; }
.swiper-button-prev.home_prev1{width:62px; height:62px; background:url(../images/tb_012.png) left center no-repeat; left:0%; margin-top:-31px; background-size:100%; outline:0;}
.swiper-button-prev.home_prev1:hover{ background:url(../images/tb_012s.png) left center no-repeat; background-size:100%;}
.swiper-button-next.home_next1{width:62px; height:62px; background:url(../images/tb_013.png) left center no-repeat; right:0%;margin-top:-31px; background-size:100%; outline:0;}
.swiper-button-prev.home_next1:hover{ background:url(../images/tb_013s.png) left center no-repeat; background-size:100%;}

.i_bg4{ background:url(../images/bg2.jpg) center center no-repeat; background-size:cover; position:relative;}

.i_box3{width:100%; padding:56px 0px 46px 0px;}
.i_box3_l{width:36%; padding-top:45px; color:#fff;}
.i_box3_l_t{ width:100%; padding:10px 0px; line-height:1.6; font-size:30px;}
.i_box3_l_c{width:100%; padding:10px 0px; line-height:1.8; min-height:240px; font-size:18px;}
.i_box3_l_b,.i_box3_l_b:hover{ background:url(../images/tb_016.png) right center no-repeat; padding-right:85px; height:33px; line-height:33px; color:#fff; font-size:14px; display:inline-block;}
.i_box3_r{width:46%;}
.i_box3_r img{ max-width:100%; height:auto !important;}
.i_box3_bg{width:100%; background:url(../images/tb_015.png) repeat; position:absolute; left:0px; bottom:0px; z-index:1;}
.i_box3_div{width:100%; padding:40px 0px 20px 0px;}
.i_box3_div_l{width:32%; padding-top:25px; position:relative; z-index:1;}
.i_box3_div_l_t{ background:url(../images/tb_014.png) left center no-repeat; padding-left:70px; color:#fff; font-size:18px; line-height:1.3;}
.i_box3_div_l_t .s1{ font-size:36px; font-weight:bold;}
.i_box3_bg:after{width:37%; height:110%; background:url(../images/tb_027.png) right top no-repeat; background-size:cover; content:""; position:absolute; left:0px; bottom:0px;}
.i_box3_div_r{width:66%; color:#fff;}
.i_box3_div_r_t{width:100%; height:50px; line-height:50px; overflow:hidden; font-size:30px;}
.i_box3_div_r_c{width:100%; min-height:75px; line-height:25px; overflow:hidden; font-size:16px;}

.i_bg5{ background:url(../images/bg3.jpg) top center no-repeat; background-size:cover;}

.i_box4{width:100%; padding:145px 0px 105px 0px;}
.i_box4_t{width:100%; line-height:1.8; text-align:center; color:#222222; font-size:30px;}
.i_box4_c{width:100%; padding:30px 13% 60px 13%; line-height:1.8; text-align:center; overflow:hidden; color:#000000; font-size:16px;}
.i_box4_c img{ max-width:100%; height:auto !important;}
.i_box4_ul{width:100%;}
.i_box4_ul li{width:23%; float:left; margin-right:2.6%;}
.i_box4_ul li .div{width:100%; display:inline-block; overflow:hidden; float:left;
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */ padding:70px 10% 25px 10%; color:#333333; font-size:18px; background-color:#fff;-moz-box-shadow:0px 0px 10px #e6e6e4;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #e6e6e4;/*webkit*/  
box-shadow:0px 0px 10px #e6e6e4;/*opera或ie9*/
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div:hover{ color:#fff; background-color:#b3151e; padding-top:50px; padding-bottom:45px;}
.i_box4_ul li .div .a_img{width:100%; height:80px;  position:relative;}
.i_box4_ul li .div .a_img .img1{width:100%;text-align:center;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div .a_img .img2{width:100%; height:100%; text-align:center; position:absolute; left:0px; top:0px;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div:hover .a_img .img2{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;}
.i_box4_ul li .div:hover .a_img .img1{filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0}
.i_box4_ul li .div .a_text{width:100%; height:105px; line-height:105px; text-align:center; overflow:hidden; position:relative; font-size:24px;}
.i_box4_ul li .div .a_text .s1{ font-size:48px; color:#000;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div:hover .a_text .s1{ color:#fff;}
.i_box4_ul li .div .a_text:after{width:100%; height:3px; background-color:#959595; content:""; position:absolute; left:0px; bottom:0px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div:hover .a_text:after{ background-color:#fff;}
.i_box4_ul li .div .a_text1{width:100%; height:70px; line-height:70px; text-align:center; margin-bottom:15px; overflow:hidden;}
.i_box4_ul li .div .a_text2{width:100%; text-align:center;}
.i_box4_ul li .div .a_text2 .s2{ height:38px; line-height:38px; display:inline-block; padding-right:34px; background:url(../images/tb_021.png) right center no-repeat; color:#fff; font-size:16px; filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_box4_ul li .div:hover .a_text2 .s2{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;}

.i_bg6{ background-color:#f5f5f5;}

.i_box5{width:100%; padding:85px 0px 75px 0px;}
.i_box5_c{width:100%; margin-top:40px; position:relative;}

.ny_wmscy_con31{width:100%; overflow:hidden; }
.ny_wmscy_con31 .swiper-slide{width:100%; color:#333333;height: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
.ny_wmscy_con31 .swiper-slide .div{width:100%; display:inline-block; background-color:#fff; position:relative; color:#cccccc; font-size:14px;}
.ny_wmscy_con31 .swiper-slide .div:hover{ text-decoration:none; color:#cccccc;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.ny_wmscy_con31 .swiper-slide .div:after{width:0px; height:3px; background-color:#bc0b13; position:absolute; left:0px; bottom:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.ny_wmscy_con31 .swiper-slide .div:hover:after{width:100%;}
.ny_wmscy_con31 .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.ny_wmscy_con31 .swiper-slide .div .a_img img{width:100%;}
.ny_wmscy_con31 .swiper-slide .div .a_img:after{width:100%; height:100%; background:url(../images/tb_024.png) bottom repeat-x; content:""; position:absolute; left:0px; top:0px; z-index:1;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;
transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.ny_wmscy_con31 .swiper-slide .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.ny_wmscy_con31 .swiper-slide .div .a_text{width:100%; padding:25px 3.5%;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_t{width:100%; height:35px; line-height:35px; margin-bottom:50px; overflow:hidden;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_t .s1{ height:35px; line-height:35px; display:inline-block; color:#333333; font-size:18px;}
.ny_wmscy_con31 .swiper-slide .div:hover .a_text .div_t .s1{ font-weight:bold; background:url(../images/tb_025.png) right center no-repeat; padding-right:45px; color:#bc0b13;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_c{width:100%; margin-bottom:10px; overflow:hidden;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_c .s2{ width:70%; height:26px; overflow:hidden;}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_c .s2 span{ margin-right:7px; margin-bottom:5px; padding:0px 10px; float:left; height:26px; line-height:26px; border:1px solid #e9e9e9; color:#666666; font-size:14px;-moz-border-radius: 2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.ny_wmscy_con31 .swiper-slide .div .a_text .div_c .s3{width:30%; text-align:right; overflow:hidden; line-height:26px;}


.ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
.wmscy-pagination31 .swiper-pagination-bullet{width:12px; height:12px; background-color:transparent;opacity:1; border:1px solid #a5a5a5; position:relative;}
.wmscy-pagination31 .swiper-pagination-bullet-active{}
.wmscy-pagination31 .swiper-pagination-bullet-active:after{width:4px; height:4px; background-color:#a5a5a5; position:absolute; left:50%; top:50%;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */ margin-left:-2px; margin-top:-2px; content:"";}
.i_box5_c .wmscy_next31{width:60px; height:60px; background:url(../images/tb_023.png) no-repeat; position:absolute; left:auto; right:-88px; margin-top:-30px; background-size:100%; outline:0px;}
.i_box5_c .wmscy_prev31{width:60px; height:60px; background:url(../images/tb_022.png) no-repeat; position:absolute; left:-88px;   margin-top:-30px;background-size:100%;outline:0px;}


.i_box6{width:100%; padding:40px 0px 30px 0px;}
.i_box6_t{width:100%; line-height:1.8; color:#000000; font-size:24px;}
.i_box6_c{width:100%; padding:30px 0px 15px 0px;}
.i_box6_c_l{width:19%; padding-right:1%; line-height:33px; color:#999999; font-size:14px;}
.i_box6_c_l .s1{ color:#333333;}
.i_box6_c_l:nth-child(1){width:23%;}
.i_box6_c_r{width:16%;}
.i_box6_c_r li{width:50%; float:left; padding:0px 1%; color:#999999; text-align:center; line-height:2;}
.i_box6_c_r li img{ max-width:100%; height:auto !important;}
.i_box6_b{width:100%; line-height:30px; color:#999999; font-size:14px;}
.i_box6_b a{ height:30px; line-height:30px; color:#999; padding:0px 5px; display:inline-block;}
.i_box6_b a:hover{ text-decoration:none; color:#bc0b13;}




.i_ff{ background-color:#bc0b13;}
.i_footer{width:100%; padding:20px 0px; line-height:1.7; color:#fff; font-size:14px;}
.i_footer a,.i_footer a:hover{ color:#fff;}



.n_banner{width:100%; overflow:hidden; background-position:center center; color:#fff; background-repeat:no-repeat; background-size:cover; position:relative;}
.n_banner img{width:100%;}
.n_banner .n_banner_text{width:100%; position:absolute; left:0px; top:50%; font-size:36px;/*webkit-transform: translate(0%, -30%);-moz-transform: translate(0%, -30%);transform: translate(0%, -30%); */line-height:1.2; color:#fff;}
.n_banner .n_banner_text .s1{ font-size:60px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}



/*.pc_amenu{width:100%; text-align:center; position:absolute; left:0px; bottom:0px; z-index:2; background:url(../images/tb_10.png) repeat;}*/
.a_menu{width:100%; margin:0px; padding:0px; height:70px; overflow:hidden;}
.a_menu .a_menu_a{ padding:0px; margin:0px; padding:0px 25px; height:70px; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;margin:0px 0px; display:inline-block; overflow:hidden; text-align:center; line-height:70px; color:#ffffff; font-size:16px;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#466f9e; text-decoration:none;}


.a_zxlmenu{width:100%; position:relative; display:none; z-index:111;}
.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:#c7000a; 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:#c7000a; 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:#e3202a;}
.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_bg1{ background-color:#f2f2f2;}
.n_box1{width:100%;}
.n_box1_l{ height:60px; line-height:60px; padding-left:35px; display:inline-block; color:#bc0b13; font-size:24px; background:url(../images/tb_028.png) left center no-repeat;}
.n_box1_r{ display:inline-block;}
.n_box1_r a{ height:60px; line-height:60px; margin-left:40px; float:left; color:#333333; font-size:16px; display:inline-block; overflow:hidden; position:relative;}
.n_box1_r a:after{width:0px; height:2px; background-color:#bc0b13; content:""; position:absolute; left:50%; bottom:0px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box1_r a:hover,.n_box1_r a.activet{ text-decoration:none; color:#bc0b13;}
.n_box1_r a:hover:after,.n_box1_r a.activet:after{ width:36px; margin-left:-18px;}

.n_box2{width:100%; padding:80px 0px;}
.n_box2_c{width:100%; background-color:#fff; position:relative;min-height:653px;}
.n_box2_c .a_left{width:35%; height:100%; padding:50px 3% 0px 3%;  position:absolute; left:0px; top:0px; background:url(../images/bg4.jpg) bottom left no-repeat; background-color:#bc0b13;}
.n_box2_c .a_left_t{width:100%; padding:15px 0px; line-height:1.4; font-size:30px; color:#fff;}
.n_box2_c .a_left_c{width:100%; padding-bottom:20px; line-height:24px; color:#fff; min-height:144px; overflow:hidden; font-size:14px;}
.n_box2_c .a_left_ul{width:100%;}
.n_box2_c .a_left_ul li{width:50%; float:left; padding-bottom:50px;}
.n_box2_c .a_left_ul li .div{width:100%; display:inline-block; overflow:hidden; color:#fff; font-size:14px; float:left;}
.n_box2_c .a_left_ul li .div:hover{ text-decoration:none; color:#fff;}
.n_box2_c .a_left_ul li .div .a_img{width:100%; text-align:center;}
.n_box2_c .a_left_ul li .div .a_img img{width:52px; height:auto !important;}
.n_box2_c .a_left_ul li .div .a_text{ width:100%; padding-top:20px; text-align:center; line-height:1.5;}
.n_box2_c .a_left_ul li .div .a_text .s1{ font-size:30px;}
.n_box2_c .a_right{width:65%; padding:55px 4% 65px 4%; float:right;}
.n_box2_c .a_right_t{width:100%; padding:10px 0px; line-height:1.3; color:#333333; font-size:30px;}
.n_box2_c .a_right_t .s1{ color:#bc0b13; font-size:40px; font-family:Impact;}
.n_box2_c .a_right_c{width:100%; padding-top:20px; color:#666666; font-size:16px; line-height:1.8; overflow:hidden;}
.n_box2_c .a_right_c img{ max-width:100%; height:auto !important;}

.n_bg2{ background:url(../images/bg5.jpg) center center no-repeat; background-size:cover;}
.n_box3{width:100%; padding:90px 0px 110px 0px; color:#fff;}
.n_box3_t{width:100%; padding-bottom:30px; font-size:30px; line-height:1.3;}
.n_box3_c{width:100%; font-size:18px; line-height:1.8; overflow:hidden;}
.n_box3_c img{ max-width:100%; height:auto !important;}

.n_box4{width:100%; padding:80px 0px 160px 0px;}
.n_box4_c{width:100%; background-color:#fff;position:relative;}
.n_box4_c_l{width:35%; height:100%; position:absolute; left:0px; top:0px;}
.n_box4_c_l li{width:100%; height:33.33%; float:left; color:#222222; font-size:16px; padding:40px 6% 0px 6%; cursor:pointer;transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; position:relative; overflow:hidden;}
.n_box4_c_l li:after{width:20px; height:20px; background:url(../images/tb_030.png) no-repeat; position:absolute; right:-30px; top:50%; margin-top:-10px; content:""; z-index:1;transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.n_box4_c_l li:hover,.n_box4_c_l li.activeleft{ color:#fff; background-color:#bc0b13;}
.n_box4_c_l li:hover:after,.n_box4_c_l li.activeleft:after{ right:20px;}
.n_box4_c_l li .s1{width:100%; padding:5px 0px; line-height:1.5; font-size:24px; overflow:hidden;}
.n_box4_c_l li .s2{width:100%; line-height:1.6; overflow:hidden;}
.n_box4_c_r{width:65%; float:right;}
.n_box4_c_rc{width:100%; display:none;}
.n_box4_c_rc .a_img{width:100%; display:inline-block; overflow:hidden; float:left; background-position:center center; background-repeat:no-repeat; background-size:cover; min-height:453px; position:relative;}
.n_box4_c_rc .a_img img{width:100%; display:none;}
.n_box4_c_rc .a_img:after{width:100%; height:100%; background:url(../images/tb_029.png) bottom repeat-x; position:absolute; left:0px; top:0px; content:"";}
.n_box4_c_rc .a_img .a_text{width:100%; padding:0px 4% 15px 4%; color:#fff; font-size:16px; color:#fff; line-height:1.8; position:absolute; left:0px; bottom:0px; z-index:1;}

.n_box5{width:100%;}
.n_box5 li{width:100%; padding-bottom:48px; float:left;}
.n_box5 li .div{width:100%; display:inline-block; overflow:hidden; background-color:#fff; float:left; color:#666666; font-size:16px;min-height:480px; position:relative;}
.n_box5 li .div:hover{ text-decoration:none; color:#666; }
.n_box5 li .div .a_img{width:50%; height:100%; position:absolute; left:0px; top:0px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.n_box5 li .div .a_img img{width:100%; display:none;}
.n_box5 li .div .a_img_r{width:50%; padding:60px 4%; float:right;}
.n_box5 li .div .a_img_r_t{width:100%; padding-bottom:15px; line-height:1.4; color:#333333; font-size:30px; }
.n_box5 li .div .a_img_r_t .s1{ color:#bc0b13; font-size:40px; font-family:Impact;}
.n_box5 li .div .a_img_r_c{width:100%; line-height:1.8; overflow:hidden; color:#666666; font-size:16px;}
.n_box5 li.twodiv .div .a_img{ left:auto; right:0px;}
.n_box5 li.twodiv .div .a_img_r{ float:left;}

.n_box5_ul{width:100%;}
.n_box5_ul li{width:25%; float:left; padding:0px 8px 38px 8px;}
.n_box5_ul li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#333333; font-size:16px;}
.n_box5_ul li .div:hover{ text-decoration:none; color:#bc0b13;}
.n_box5_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.n_box5_ul li .div .a_img img{width:100%; float:left;}
.n_box5_ul li .div .a_img:after{width:100%; height:100%; background:url(../images/tb_032.png) bottom repeat-x; position:absolute; left:0px; bottom:0px; content:""; display:none;}
.n_box5_ul li .div:hover .a_img:after{ display:block;}
.n_box5_ul li .div .a_img .a_text{ padding-top:55px; line-height:30px; text-align:center; color:#fff; font-size:16px; background:url(../images/tb_031.png) top center no-repeat; position:absolute; left:50%; top:50%;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index:1; display:none;}
.n_box5_ul li .div .a_text_c{width:100%; height:60px; line-height:60px; text-align:center; overflow:hidden;}
.n_box5_ul li .div:hover .a_img .a_text{ display:block;}

.a_mtbd_dpages{width:100%; text-align:center; padding:30px 0% 0px 0%;  font-size:16px; }
.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:#666666; 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:#bc0b13;}

.n_box6{width:100%; background-color:#fff; position:relative; min-height:653px;}
.n_box6 .a_img{width:35%; height:100%; background-position:center center; background-repeat: no-repeat; background-size:cover; position:absolute; left:0px; top:0px;}
.n_box6 .a_img img{width:100%; display:none;}
.n_box6 .a_img_r{width:65%; padding:60px 4%; float:right;}
.n_box6 .a_img_r_t{width:100%; padding-bottom:25px; line-height:1.4; color:#333333; font-size:30px;}
.n_box6 .a_img_r_t .s1{ color:#bc0b13; font-size:40px; font-family:Impact;}
.n_box6 .a_img_r_c{width:100%; color:#666666; font-size:16px; line-height:1.8; overflow:hidden;}
.n_box6 .a_img_r_c img{ max-width:100%; height:auto !important;}

.n_box7{width:100%;}
.n_box7 li{width:100%; float:left; padding-bottom:40px;}
.n_box7 li .div{width:100%; display:inline-block; overflow:hidden; float:left; background-color:#fff; color:#666666; font-size:15px; min-height:247px; position:relative;}
.n_box7 li .div:hover{ text-decoration:none; color:#666;}
.n_box7 li .div .a_img{width:28.5%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; height:100%;}
.n_box7 li .div .a_img img{width:100%; display:none;}
.n_box7 li .div .a_img_r{width:71.5%; padding:30px 3%; float:right;}
.n_box7 li .div .a_img_r .s1{width:100%; line-height:1.8;  color:#333333; font-size:18px; font-weight:bold; overflow:hidden;}
.n_box7 li .div:hover .a_img_r .s1{ color:#bc0b13;}
.n_box7 li .div .a_img_r .s2{width:100%; margin:15px 0px 25px 0px; line-height:1.8; overflow:hidden;}
.n_box7 li .div .a_img_r .s3{width:100%; height:30px; line-height:30px; overflow:hidden; color:#999; font-size:14px;}
.n_box7 li .div .a_img_r .s3 .s4{ height:30px; line-height:30px; padding-right:35px;color:#999; background:url(../images/tb_011.png) right center no-repeat;}
.n_box7 li .div:hover .a_img_r .s3 .s4{ background:url(../images/tb_011s.png) right center no-repeat; color:#bc0b13;}

.n_box7_c{width:100%; padding:65px  7% 40px 7%; background-color:#fff;}

.a_tzjyg_cdetsl{width:100%;}
.a_tzjyg_c_t{width:100%; padding:10px 0px; line-height:1.7; text-align:center; color:#222; font-size:24px; }
.a_tzjyg_c_time{width:100%; height:40px; line-height:40px; text-align:center; overflow:hidden;  color:#999; font-size:16px;}
.a_tzjyg_c_ton{width:100%; padding:45px 0px; line-height:2; overflow:hidden; color:#222222; 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:#222; font-size:14px; display:inline-block; overflow:hidden;}
.a_tzjyg_c_tb .a1:hover{ text-decoration:none; color:#bc0b13;}

.n_box8{width:100%;}
.n_box8 li{width:33.33%; float:left; padding:0px 1% 2% 1%;}
.n_box8 li .div{width:100%; display:inline-block; background-color:#fff; position:relative; color:#cccccc; font-size:14px;}
.n_box8 li .div:hover{ text-decoration:none; color:#cccccc;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/  
-webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/  
box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
.n_box8 li .div:after{width:0px; height:3px; background-color:#bc0b13; position:absolute; left:0px; bottom:0px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box8 li .div:hover:after{width:100%;}
.n_box8 li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.n_box8 li .div .a_img img{width:100%;}
.n_box8 li .div .a_img:after{width:100%; height:100%; background:url(../images/tb_024.png) bottom repeat-x; content:""; position:absolute; left:0px; top:0px; z-index:1;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;
transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.n_box8 li .div:hover .a_img:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.n_box8 li .div .a_text{width:100%; padding:25px 3.5%;}
.n_box8 li .div .a_text .div_t{width:100%; height:35px; line-height:35px; margin-bottom:50px; overflow:hidden;}
.n_box8 li .div .a_text .div_t .s1{ height:35px; line-height:35px; display:inline-block; color:#333333; font-size:18px;}
.n_box8 li .div:hover .a_text .div_t .s1{ font-weight:bold; background:url(../images/tb_025.png) right center no-repeat; padding-right:45px; color:#bc0b13;}
.n_box8 li .div .a_text .div_c{width:100%; margin-bottom:10px; overflow:hidden;}
.n_box8 li .div .a_text .div_c .s2{ width:70%; height:26px; overflow:hidden;}
.n_box8 li .div .a_text .div_c .s2 span{ margin-right:7px; margin-bottom:5px; padding:0px 10px; float:left; height:26px; line-height:26px; border:1px solid #e9e9e9; color:#666666; font-size:14px;-moz-border-radius: 2px;      /* Gecko browsers */
-webkit-border-radius: 2px;   /* Webkit browsers */
border-radius:2px;            /* W3C syntax */}
.n_box8 li .div .a_text .div_c .s3{width:30%; text-align:right; overflow:hidden; line-height:26px;}

.n_box9{width:100%; background-color:#fff; position:relative; min-height:610px;}
.n_box9 .a_img{width:31%; height:100%; position:absolute; left:0px; top:0px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.n_box9 .a_img img{ display:none;}
.n_box9 .a_img_r{width:69%; padding:40px 4% 20px 4%; float:right;}
.n_box9 .a_img_r_t{width:100%;color:#888888; font-size:14px; line-height:1.5;}
.n_box9 .a_img_r_t .s1{color:#333333; font-size:24px;}
.n_box9 .a_img_r_c{width:100%; padding:10px 0px 40px 0px; line-height:1.8; color:#666666; font-size:16px;}
.n_box9 .a_img_r_b{width:100%;}

.n_box9_t{width:100%; padding:40px 0px 30px 0px; color:#888888; font-size:14px; line-height:1.5;}
.n_box9_t .s1{ color:#333333; font-size:24px;}

.home-swiper2 {width: 100%;height: 100%; padding-bottom:70px !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;}
.home-swiper2 .swiper-slide .a_img1 img{width:100%;}
.home-swiper2 .swiper-slide .a_text{width:100%; height:45px; line-height:45px; text-align:center; color:#666666; font-size:14px;}
.home-swiper2 .swiper-slide:hover .a_text{ color:#bc0b13;}
.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:#bc0b13;}

.n_box10{width:100%; padding-bottom:20px;}
.n_box10_l{width:66%; background-color:#fff; padding:40px; min-height:540px;}
.n_box10_l #allmap{width:100%; height:460px; overflow:hidden;}
.n_box10_r{width:33%; background-color:#fff; min-height:540px; padding:35px;}
.n_box10_r_t{width:100%; padding:5px 0px; line-height:1.5; color:#bc0b13; font-size:24px;}
.n_box10_r_c{width:100%; padding-top:15px; color:#222222; font-size:14px; line-height:1.8; overflow:hidden;}
.n_box10_r_c img{ max-width:100%; height:auto !important;}
.n_box10_r_c a{ color:#222;}
.n_box10_r_c a:hover{ text-decoration:none; color:#bc0b13 ;}

.n_box11{width:100%; padding:55px 7.5% 80px 7.5%; background-color:#fff;}
.n_box12_t{width:100%; padding-bottom:40px; line-height:1.6; text-align:center; color:#222222; font-size:16px;}
.n_box12_t .s1{ font-size:36px; font-weight:bold;}
.n_box12_c{width:100%;}
.n_box12_c li{width:100%; float:left;}
.n_box12_c li .div{width:100%;}
.n_box12_c li .div .div_l{width:48%;}
.n_box12_c li .div .div_l .ipt1{width:100%; height:48px; line-height:48px; background-color:transparent; padding-left:40px; border:1px solid #bfbfbf;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ color:#222222; font-size:14px; font-family:"微软雅黑";}
.n_box12_c li .div .div_l .ipt1.bg1{ background:url(../images/y46.png) left 15px center no-repeat;}
.n_box12_c li .div .div_l .ipt1.bg2{ background:url(../images/y47.png) left 15px center no-repeat;}
.n_box12_c li .div1{width:100%; padding:15px 0px; color:#222222; font-size:16px; line-height:40px;}
.n_box12_c li .div1 label{ font-weight:normal; padding:0px 10px;}
.n_box12_c li .div1 label input{ margin:0px;}
.n_box12_c li .div2{width:100%; padding-bottom:48px;}
.n_box12_c li .div2 .ipt2{width:100%; height:130px; border:1px solid #bfbfbf;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ color:#222222;resize:none; font-size:14px; font-family:"微软雅黑"; padding:14px 40px; background:url(../images/y48.png) left 15px top 14px no-repeat; outline:0;}
.n_box12_c li .div3{width:100%;}
.n_box12_c li .div3 .ipt3{width:100%; height:48px; line-height:48px; color:#fff; font-size:20px; font-family:"微软雅黑"; border:0px;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ background-color:#bc0b13;}


.n_box13{width:100%; background-color:#fff; padding:0px 4%;}
.n_box13_l{width:31%; padding:50px 0px;}
.n_box13_l_t{width:100%; line-height:1.6; color:#cccccc; font-size:18px; padding-bottom:15px;}
.n_box13_l_t .s1{ color:#222222; font-size:24px;}
.n_box13_l_t .s2{ color:#cb2c2c; font-size:48px; font-weight:bold; padding-right:10px;}
.n_box13_l_img{width:100%; display:inline-block; overflow:hidden;}
.n_box13_l_img img{width:100%;}
.n_box13_l_c{width:100%; padding-top:30px; color:#888888; font-size:14px; line-height:1.8;}
.n_box13_l_c .s1{ color:#222222; font-size:24px;}
.n_box13_r{ width:61%; padding-left:3%; border-left:1px solid #eeeeee; padding-top:50px; padding-bottom:50px;}
.n_box13_r_t{width:100%; height:44px;}
.n_box13_r_t .s1{ color:#222222; font-size:20px; font-weight:bold; height:44px; line-height:44px;}
.n_box13_r_t .s2{ height:44px; line-height:44px;}
.n_box13_r_t .s2 a{ height:44px; line-height:44px; padding:0px 15px; color:#333333; font-size:18px; display:inline-block;}
.n_box13_r_t .s2 a:hover,.n_box13_r_t .s2 a.activets{ color:#cb2c2c; text-decoration:none;}
.n_box13_r_t1{width:100%; height:40px; margin-top:35px;}
.n_box13_r_t1 .s1{ height:40px; line-height:40px; color:#333333; font-size:16px;}
.n_box13_r_t1 .s2{width:37%;}
.n_box13_r_t1 .s2 .ipt1{width:80%; height:40px; line-height:40px; border:1px solid #dcdcdc; border-right:0px;-moz-border-radius:3px 0px 0px 3px;      /* Gecko browsers */
-webkit-border-radius: 3px 0px 0px 3px;     /* Webkit browsers */
border-radius:3px 0px 0px 3px;             /* W3C syntax */ text-indent:10px; color:#333; font-size:14px; font-family:"微软雅黑";}
.n_box13_r_t1 .s2 .ipt2{width:20%; height:40px; line-height:40px; border:0px; text-align:center; color:#fff; background-color:#cb2c2c; font-size:14px;-moz-border-radius:0px 3px 3px 0px;      /* Gecko browsers */
-webkit-border-radius:0px 3px 3px 0px;    /* Webkit browsers */
border-radius:0px 3px 3px 0px;          /* W3C syntax */}
.n_box13_list{width:100%; padding-top:20px;}
.n_box13_list li{width:100%; padding-bottom:20px; float:left;}
.n_box13_list li .div{width:100%; padding:18px 4% 10px 4%; border:1px solid #e0e0e0;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */}
.n_box13_list li .div_t{width:100%; padding:5px 0px; line-height:1.6; color:#222222; font-size:18px; font-weight:bold;}
.n_box13_list li .div_c{width:100%; position:relative;}
.n_box13_list li .div_c_l{width:100%; line-height:30px; color:#666666; font-size:14px; padding-right:96px;}
.n_box13_list li .div_c_l .s1{ padding-left:18px;}
.n_box13_list li .div_c_l .s1.bg1{ background:url(../images/tb_040.png) left center no-repeat;}
.n_box13_list li .div_c_l .s1.bg2{ background:url(../images/tb_041.png) left center no-repeat;}
.n_box13_list li .div_c_r,.n_box13_list li .div_c_r:hover{ text-decoration:none;width:96px; height:40px; line-height:40px; color:#fff; background-color:#cb2c2c; text-align:center; font-size:14px; text-decoration:none;-moz-border-radius:3px 0px 0px 3px;      /* Gecko browsers */
-webkit-border-radius: 3px 0px 0px 3px;     /* Webkit browsers */
border-radius:3px 0px 0px 3px;             /* W3C syntax */ position:absolute; right:-4.5%; top:0px;}
.n_box13_list li .div_con{width:100%; color:#333333; font-size:14px; line-height:2; overflow:hidden; text-align:justify; padding-top:10px; display:none;}
.n_box13_list li .div_con img{ max-width:100%; height:auto !important;}
.n_box13_list li .div_b{width:100%; margin-top:15px; border-top:1px solid #f1f1f1; padding:18px 0px; text-align:center; color:#333333; font-size:14px; cursor:pointer;}


.n_box14{width:100%; height:100%; display:none; position:fixed; left:0px; top:0px; z-index:11111;background:url(../images/tb_043.png) repeat;}
.n_box14_c{width:1100px; position:fixed; left:50%; margin-left:-550px; top:50%; z-index:111111; background-color:#fff;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);   padding:35px 5% 25px 2%;}
.n_box14_c_t{ padding-bottom:45px; line-height:50px; position:relative; text-align:center; color:#333333; font-size:30px; font-weight:bold; position:relative;}
.n_box14_c_t a,.n_box14_c_t a:hover{width:27px; position:absolute; right:0px; top:0px;}
.n_box14_c_c{width:100%;}
.n_box14_c_c li{width:100%; padding-bottom:30px; float:left;}
.n_box14_c_c li dl{width:100%;color:#666666; font-size:16px;}
.n_box14_c_c li dl dd{width:33.33%; float:left;}
.n_box14_c_c li dl dd .s1{width:40%; text-align:right; height:48px; line-height:48px; padding-right:1%; }
.n_box14_c_c li dl dd .s2{width:60%; height:48px; line-height:48px; padding-left:1%; position:relative;}
.n_box14_c_c li dl dd .s2 .ipt1{width:100%; height:48px; position:relative; border:0px; line-height:48px; border-bottom:1px solid #e5e5e5; color:#333; font-size:16px; font-family:"微软雅黑";}
.n_box14_c_c li dl dd .s2 .s3{ height:48px; line-height:48px; color:#bbb; position:absolute; right:0px; top:0px;}
.n_box14_c_c li dl dt{width:100%; float:left; font-weight:normal;}
.n_box14_c_c li dl dt .s4{width:13%; text-align:right; height:48px;line-height:48px; padding-right:1%;}
.n_box14_c_c li dl dt .s5{width:87%; padding-left:1%;}
.n_box14_c_c li dl dt .s5 .ipt2{width:100%; height:100%; outline:0; border:0px;resize:none; line-height:1.6; padding:5px 0px; border-bottom:1px solid #e5e5e5; color:#333; font-size:16px; font-family:"微软雅黑";}
.n_box14_c_c li .s6{width:100%; padding-top:55px; padding-left:9%;}
.n_box14_c_c li .s6 .ipt3{width:96%; height:60px; line-height:60px; text-align:center; color:#fff; font-size:24px; background-color:#cb2c2c; border:0px;font-family:"微软雅黑";}


.n_box15{width:100%;}
.n_box15 dd{width:25.7%; float:left;}
.n_box15 dd .a_img{width:100%; display:inline-block; background-position:center center; background-repeat:no-repeat; background-size:cover; overflow:hidden; float:left; position:relative;}
.n_box15 dd .a_img img{width:100%;}
.n_box15 dd .a_img:after{width:100%; height:100%; position:absolute; left:0px; bottom:0px; background:url(../images/tb_044.png) bottom repeat-x; content:""; z-index:1;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.n_box15 dd .a_img .a_text{width:100%; padding:0px 30px; position:absolute; left:0px; bottom:25px; height:40px; line-height:40px; color:#fff; font-size:24px; z-index:2;}
.n_box15 dd .a_img:hover:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;}
.n_box15 dd:nth-child(2){width:48.3%; float:left; padding:0px 10px;}
.n_box15 dd .a_img1{width:100%; margin-bottom:10px; float:left; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover; display:inline-block; overflow:hidden;}
.n_box15 dd .a_img1 img{width:100%;}
.n_box15 dd .a_img1:after{width:100%; height:100%; position:absolute; left:0px; bottom:0px; background:url(../images/tb_044.png) bottom repeat-x; content:""; z-index:1;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.n_box15 dd .a_img1 .a_text{width:100%; padding:0px 30px; position:absolute; left:0px; bottom:25px; height:40px; line-height:40px; color:#fff; font-size:24px; z-index:2;}
.n_box15 dd .a_img1:hover:after{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;}
.n_box15 dd .a_img1:nth-child(2){ margin-bottom:0px;}

.n_box15_ul{width:100%;}
.n_box15_ul li{width:23.5%; float:left; margin-right:2%; padding-bottom:45px;}
.n_box15_ul li .div{width:100%; display:inline-block; overflow:hidden; float:left; color:#666666; font-size:16px;}
.n_box15_ul li .div:hover{ color:#bc0b13; text-decoration:none;}
.n_box15_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden; border:1px solid #e9ebec;}
.n_box15_ul li .div .a_img img{width:100%;}
.n_box15_ul li .div .a_text{width:100%; height:44px; line-height:44px; overflow:hidden; text-align:center;}

.n_box16{width:100%; padding:50px 3.5%; background-color:#fff;}
.n_box16_t{width:100%; padding-bottom:40px;}
.n_box16_t .a_img{width:29%; border:1px solid #eeeeee; display:inline-block; overflow:hidden;}
.n_box16_t .a_img img{width:100%;}
.n_box16_t .a_img_r{width:68%;}
.n_box16_t .a_img_r_t{width:100%; padding-bottom:15px;}
.n_box16_t .a_img_r_t .s1{width:70%; line-height:1.6; color:#222222; font-size:36px; overflow:hidden;}
.n_box16_t .a_img_r_t .s2,.n_box16_t .a_img_r_t .s2:hover{ height:50px; line-height:50px; padding-left:40px; background:url(../images/y49.png) left center no-repeat; color:#bc0b13; font-size:18px; display:inline-block; overflow:hidden;}
.n_box16_t .a_img_r_c{width:100%; margin-bottom:35px; color:#333333; font-size:16px; line-height:1.7; overflow:hidden;}
.n_box16_t .a_img_r_phone{width:100%; margin-bottom:18px; background:url(../images/y50.png) left center no-repeat; padding-left:48px; color:#888888; line-height:1.4;}
.n_box16_t .a_img_r_phone .s1{ color:#bc0b13; font-size:24px; font-weight:bold;}
.n_box16_t .a_img_r_a{ padding:0px 25px; display:inline-block; overflow:hidden; background-color:#bc0b13; color:#fff; font-size:14px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_box16_t .a_img_r_a:hover{ text-decoration:none; color:#fff; background-color:#da242c;}
.n_box16_t .a_img_r_a .s1{ padding-left:35px; height:38px; line-height:38px; display:inline-block; background:url(../images/y51.png) left center no-repeat;}
.n_box16_t1{width:100%; padding:15px 20px 0px 20px; background-color:#e4e4e4;}
.n_box16_t1 .s1{ height:55px; line-height:55px; border-top:4px solid #bc0b13; background-color:#fff; color:#bc0b13; font-size:20px; font-weight:bold; padding:0px 48px; display:inline-block;}

.n_box16_c{width:100%; padding:10px 2% 0px 2%;}


/*2021-4-20*/
.n_cpbanner{width:100%;}
.home-swiper3 {width: 100%;height: 100%;background: #fff;}
.home-swiper3 .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; position:relative;}
.home-swiper3 .swiper-slide  img{width:100%; height:auto; display:none; float:left;}
/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper3 .swiper-slide .s1{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover; display:block;}
.home-swiper3 .swiper-slide .s1 img{width:100%; height:auto !important;display:block; float:left;}
.home-swiper3 .swiper-slide .s2{width:100%; height:100%;background-repeat: no-repeat;background-position: center center;background-size: cover;  display:none;}
.home-swiper3 .swiper-slide .s2 img{width:100%; height:auto !important; display:none;float:left;}

.home-pagination3 .swiper-pagination-bullet{width:15px; height:10px; margin:0px 7px !important; border:1px solid #fff; background-color:transparent;
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius:5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;filter:alpha(opacity=30); filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;  }
.home-pagination3 .swiper-pagination-bullet-active{width:25px; height:10px; background-color:#fff;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.swiper-container-horizontal>.home-pagination3.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:15px; }
.swiper-button-prev.home_prev3{width:34px; height:64px; background:url(../images/tb_08.png) left center no-repeat; left:3.3%; margin-top:-32px; background-size:100%;}
.swiper-button-next.home_next3{width:34px; height:64px; background:url(../images/tb_09.png) left center no-repeat; right:3.3%;margin-top:-32px; background-size:100%;}


.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);
  }
}



