﻿@charset "utf-8";
/* CSS Document */
/*--重定义浏览器默认样式--*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;height: 100%;/* background-color:#1b1b1b;*/}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:arial,"微软雅黑","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6;}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;outline:none}
a:link{ text-decoration:none;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
body[aos-delay='5000'] [aos], [aos][aos][aos-delay='5000']{
  transition-delay: 5000ms;
}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.clearboth{ clear:both;}
.bigzm{text-transform:uppercase;}

.container {
       width: 100%!important;
       max-width:1200px;
       max-width:1170px\9;
}
/*头部*/

.clearpadding{ padding:0px; margin:0px;}

/* PAGE-MENU */
.fullnavr { position:fixed; top: 50%; right:12px; z-index:1;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
#pagemenu {list-style:none; padding:0; margin:0; text-align: center;position: relative;z-index: 1005; padding:10px 0px;}
#pagemenu li { position:relative; width: 79px;}
#pagemenu li a {width:79px; padding-left:19px;height:20px; color:#fff;  font-size:14px; display:inline-block;
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;}
#pagemenu li a:after{width:10px; height:10px;background-color:#dddddd; border:1px solid #dddddd; position:absolute; left:0px; top:5px; content:"";-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */}
#pagemenu li a .s1{width:70px; height:20px; line-height:20px; display:inline-block; background-color:#9e0c03; text-align:center; overflow:hidden;-moz-border-radius: 10px;      /* Gecko browsers */
-webkit-border-radius: 10px;   /* Webkit browsers */
border-radius:10px;            /* W3C syntax */opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(90%); -ms-transform: translateY(90%); -o-transform: translateY(90%); transform: translateY(90%);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;}
.fullnavr #pagemenu li.active a:after{ border:1px solid #fff; background-color:#9e0c03; }
.fullnavr #pagemenu li.active a .s1{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
#pagemenu li a.disnone{ display:none;}
.fullnavr #pagemenu li.active a .disnone,.fullnavr #pagemenu li.active a:hover .disnone,.fullnavr #pagemenu li a:hover .disnone{ display:block; text-decoration:none;}


.mousehover{width:23px; height:37px; background:url(../images/tb_01.png) no-repeat; background-size:23px; position:absolute; left:50%; margin-left:-11.5px; bottom:20px; z-index:1000;}
.section.y5{ height:auto !important}


/*shade*/
:-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;
}

.layer{ position: fixed; z-index:1001011; width: 100%; height: 100%; overflow:hidden;}
.layer .layer-top, .layer .layer-bottom{ position: absolute; width: 100%; height: 50%;/* background: #da1515;*/ top: 0%; transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; z-index: 1;}
.layer .layer-top{ background-color:#9e0c03;}
.layer .layer-bottom{ top: auto; bottom: 0%; background-color:#9e0c03;}
.layer .loading{width:500px; height:120px;  position: absolute; top: 50%; left: 50%; margin-left:-250px; margin-top:-60px;display: block; z-index: 2;-webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;}
.layer.show{ visibility: hidden;}
.layer.show .loading{ display: none;}
.layer.show .layer-top{ top: -50%;}
.layer.show .layer-bottom{ bottom: -50%;}


@-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);}
}



.wx_top{width:45px; height:45px; position:fixed; right:60px; bottom:60px; z-index:100; display:none;}
.wx_top img{width:45px; height:45px;}



/*Index*/
.section{background-size: cover; background-position: center center; overflow:hidden;}
.slide{background-size: cover; position:relative;}
.section .sec-scale { width:100%; height:100%;/*transform: scale(0.8);opacity: 0.5;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;*/}
/*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
.bg {width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden;}




.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 .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
.home-swiper .swiper-slide img{ display:none;}
.home-swiper .home_next{width:50px; height:50px; background:url(../images/banner_right.png) no-repeat; background-size:50px; right:3%;}
.home-swiper .home_prev{width:50px; height:50px; background:url(../images/banner_left.png) no-repeat; background-size:50px; left:3%;}
.home-swiper .swiper-slide.swiper-slide-active .s1{opacity: 1;
    animation: hvr-bob 7s infinite;
    transform: scale(1);/*-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;/*opacity: .6;
    transition: all .6s ease;*/}
.home-swiper .swiper-slide .s1 img{width:100%; height:auto !important; display:none;}
/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}
*/


.header_div{width:100%; padding:0px 3%; height:80px;/* background:url(../images/tb_2.png) repeat; */ background-color:#9e0c03; left:0px; top:0px; position:fixed; z-index:10000;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;}
.header_div .i_logo{width:10%; padding-top:13px;}
.header_div .i_logo img{ width:160px;}
.header_div.fixedmenu1{}

.nav_menu{width:49%; height:80px; margin-left:2%;}
.nav_menu li{width:12.285%; height:80px; margin-right:2%; float:left; position:relative; text-align:center;}
.nav_menu li .a_nav{ height:80px;/* padding:0px 15%;*/width:100%; line-height:80px; display:inline-block; overflow:hidden; color:#fff; font-size:16px; text-align:center;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; position:relative;}
.nav_menu li .a_nav:hover,.nav_menu li .a_nav.active,.nav_menu li .a_nav.active1{/* background-color:#9e0c03;color:#fff;*/ background-color:#fff; color:#9e0c03;  text-decoration:none;}
/*.nav_menu li .a_nav:after{width:0px; height:2px; background-color:#0871b8;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; content:""; position:absolute; left:50%; bottom:0px;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%,0%);transform: translate(-50%, 0%);}
.nav_menu li .a_nav:hover:after,.nav_menu li .a_nav.active:after,.nav_menu li .a_nav.active1:after{width:63px;}*/
.header_div.fixedmenu1 .nav_menu li .a_nav{ color:#333;}
.header_div.fixedmenu1 .nav_menu li .a_nav:hover, .header_div.fixedmenu1 .nav_menu li .a_nav.active,.header_div.fixedmenu1 .nav_menu li .a_nav.active1{ color:#333;}

.nav_menu li .dl{width:200px; position:absolute; z-index:10000; display:none; left:50%; margin-left:-100px; top:80px; padding:10px 0px; background:url(../images/tb_2.png) repeat;}
.nav_menu li .dl dd{width:100%; height:38px; line-height:38px; float:left;}
.nav_menu li .dl dd a{width:100%; height:38px; text-align:left; line-height:38px; display:inline-block; overflow:hidden; text-align:center; color:#fff; font-size:14px;}
.nav_menu li .dl dd a:hover{ color:#9e0c03; text-decoration:none; }

.i_phone{ padding-left:50px; height:80px; line-height:1.2; padding-top:20px; background:url(../images/tb_1.png) left center no-repeat; color:#fff; font-size:14px;}
.i_phone .s1{ font-size:20px;}

.i_banben{width:46px; height:46px; border:1px solid #fff;
-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */ margin:20px 16px 0px 30px; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; text-align:center; overflow:hidden; line-height:46px; color:#fff; font-size:14px;}
.i_banben:hover{ text-decoration:none; color:#333; background-color:#fff;}

.i_ss{width:36px; position:relative; margin-top:20px;}
.i_ss_t{width:36px; height:46px; background:url(../images/ss_bt.png) center no-repeat; cursor:pointer;}
.i_ss_c{width:200px; height:35px; background-color:#fff; position:absolute; right:0px; top:100%; display:none;}
.i_ss_c .ipt1{width:160px; height:35px; line-height:35px; text-indent:10px; background-color:transparent; border:0px; color:#333; font-size:14px; font-family:"微软雅黑";}
.i_ss_c .ipt2{width:40px; height:35px; line-height:35px; border:0px; background:url(../images/ss_bt.png) center no-repeat; background-color:#333; background-size:20px; cursor:pointer;}

.i_picchange{width:100%; height:100%; overflow:hidden; display:block;}

/*手机导航*/
/* CSS Document */
.phone_nav{ display:none;}
.phone_logo{/* height:50px;*//* padding:10px 0px;*//* background-color:#fff;*/}
.phone_logo .p1 img{/* height: 100%*/ width:100%;}

@media screen and (max-width:1200px) {
.phone_logo .p1 {/*padding-top: 10px;*//* height: 29px;*/ display: block; width:38%;display:inline-block;}
.header_div{ display:none;}
.phone_logo {width: 100%;padding: 10px 15px;box-sizing: border-box;}

.phone_nav{display:block; position:fixed;/* position:fixed;*/ background:url(../images/tb_2.png) repeat; width:100%; top:0;left:0; display:block; transition-delay:0.7s; -webkit-transition-delay:0.7s; z-index:100000;}
.phone_nav.fixedmenu{ position:fixed;}

/*导航按钮*/
.phone_nav .nav_but_box{width:65px; height:30px; position:absolute; right:20px; top:50%; margin-top:-15px; z-index:1; background:url(../images/esess.png) no-repeat; background-size:100%; /*display:block; position:absolute; width:30px; height:30px; right:20px; 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:#fff; overflow:hidden;}
.phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
.phone_nav .nav_main li a{background-position:left; color:#333; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat; font-weight:bold;}
.phone_nav .nav_main .ss{border:1px solid #ccc; margin-top:20px;}
.phone_nav .nav_main .ss .p2{ float:right;}
.phone_nav .nav_main .ss .p2 input{ border:0; /*background:url("../images/app_ss1.png") center no-repeat;*/ 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{ 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:1;}
.phone_nav_one .nav_main li{ transform:translateX(0); -webkit-transform:translateX(0);}
}


@media screen and (max-width:758px){/*--768-0--*/
.phone_nav .nav_but_box{  right:10px;}
.phone_nav .nav_main ul{ margin-top:20px; height:300px; overflow-y:auto; box-sizing:border-box;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}

@media screen and (max-width:470px){/*--768-0--*/
.phone_logo {padding: 8px 10px}
.phone_nav .nav_main ul{ height:550px;}
.phone_nav .nav_main .b_one .ul{ height:auto;}

}
/*手机导航*/

.i_ssbn{width:50px; height:100%; background:url(../images/ss_bt.png) center no-repeat;/* background-color:#9e0c03;*/ background-size:20px; position:absolute; top:0px; right:75px; 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/ss_bt.png) center no-repeat;background-color:#9e0c03; 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_banbenwap,.i_banbenwap:hover{ text-decoration:none; position:absolute; right:120px; top:0px;width:50px; color:#fff; font-size:14px; display:inline-block; top:50%;webkit-transform: translate(0%, -50%); text-align:center;-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.i_dh{width:50px; height:30px; line-height:30px; position:absolute; right:35px; top:50%;webkit-transform: translate(0%, -50%); text-align:center;-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center; font-size:14px; color:#fff;}

.i_content{width:100%; height:100%;position:absolute; left:0px; top:0px;}
.i_content_c{width:100%; height:100%;display: table-cell;vertical-align: middle;}
.i_con{/*width:1250px;*/width:1400px; margin:0px auto;}

/*.i_con2{width:1300px; margin:0px auto;}*/


.i_bg1{/* background:url(../images/bg3.jpg) bottom center no-repeat;*/ /*background-color:#a8a8a8;*/ background-color:#9e0c03;}




.ui_div{width:100%;}
.ui_div1{width:100%; overflow:hidden;}
.ui_div_center{width:1400px; margin:0px auto;}
.ui_div_center1{width:75%; margin:0px auto;}

.i_box1{width:100%;}
.i_box1_c{width:100%; padding-top:45px; overflow:hidden;}
.home-swiper2 {width: 100%;height: 100%; padding-bottom:70px !important;}
.home-swiper2 .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; padding:0px 1%;}
.home-swiper2 .swiper-slide .div{width:100%; float:left; background-color:#fff; color:#333333; font-size:14px; display:inline-block; overflow:hidden;}
.home-swiper2 .swiper-slide .div:hover{ color:#fff; text-decoration:none; background-color:#263887;}
.home-swiper2 .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden;}
.home-swiper2 .swiper-slide .div .a_img img{width:100%;}
.home-swiper2 .swiper-slide .div .a_text{width:100%; padding:25px 0px 0px 0px; border-top:1px solid #edefed;}
.home-swiper2 .swiper-slide .div .a_text .s1{width:100%; height:48px; text-align:left; line-height:48px; text-align:center; overflow:hidden; color:#333333; font-size:18px; font-weight:bold; }
.home-swiper2 .swiper-slide .div:hover .a_text .s1{ color:#fff;}
.home-swiper2 .swiper-slide .div .a_text .s2{width:100%; height:96px; display:none; line-height:24px; overflow:hidden; text-align:justify; padding:0px 20px; margin-bottom:30px;}
.home-swiper2 .swiper-slide .div .a_more{width:100%; text-align:right;}
.home-swiper2 .swiper-slide .div .a_more .a1{width:99px; display:inline-block; height:35px; line-height:35px; background:url(../images/tb_7.png) no-repeat; text-align:center; text-align:center;color:#fff; /*color:#979696;*/}
.home-swiper2 .swiper-slide .div:hover .a_more .a1{ color:#fff; background:url(../images/tb_8.png) no-repeat;}
.home-swiper2 .swiper-pagination-bullet{width:12px; height:12px; border:1px solid #fff; background-color:#fff; opacity:1; margin:0px 4px;}
.home-swiper2 .swiper-pagination-bullet-active{ background-color:#9e0c03; border:1px solid #9e0c03;}



.i_box2{width:100%; height:100%}
.i_box2_t{width:100%; color:#333; font-size:24px; line-height:1.5; text-align:center;}
.i_box2_t .s1{ font-size:36px; color:#222222; font-weight:bold;}
.i_box2_t.activecolor{ color:#fff;}
.i_box2_t.activecolor .s1{ color:#fff;}

.i_box2_l{width:51%; padding:200px 3% 0px 13.5%;}
.i_box2_l_t{width:100%; line-height:1.2; color:#333333; font-size:36px; font-weight:bold;}
.i_box2_l_t .s1{ color:#263887; font-size:70px; font-family:Arial, Helvetica, sans-serif;}
.i_box2_l_c{width:100%; height:210px; line-height:30px; overflow:hidden; color:#333333; font-size:15px; text-align:justify; margin:25px 0px 30px 0px; }
.i_box2_l_b{width:100%; margin-bottom:45px;}
.i_box2_l_b a{width:120px; height:45px; line-height:45px; text-align:center; display:inline-block;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; overflow:hidden; border:1px solid #dcdcdc; color:#999999; font-size:14px;-moz-border-radius: 22.5px;      /* Gecko browsers */
-webkit-border-radius: 22.5px;   /* Webkit browsers */
border-radius:22.5px;            /* W3C syntax */}
.i_box2_l_b a:hover{ text-decoration:none; color:#fff; background-color:#9e0c03; border:1px solid #9e0c03;}
.i_box2_l_ul{width:100%;}
.i_box2_l_ul li{width:33.33%; float:left; color:#666666; font-size:14px; line-height:1.6;}
.i_box2_l_ul li .s1{ color:#9e0c03; font-size:40px; font-family: "Times New Roman", Times, serif; font-weight:bold;}

.i_box2_r{width:49%; overflow:hidden;}
.i_box2_r img{width:100%;}


.i_box3{width:100%;}
.i_box3_c{width:100%; padding-top:40px;}
.i_box3_cl{width:33.5%; overflow:hidden; padding-top:34px;}
.i_box3_cr{width:61.5%;}

.home-swiper1 {width: 100%;height: 100%; padding-bottom:15px !important;}
.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%;}
.home-swiper1 .swiper-slide .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.home-swiper1 .swiper-slide .a_img img{width:100%;}
.home-swiper1 .swiper-slide .a_img .a_text{width:100%; text-align:left; height:60px; line-height:60px; background:url(../images/tb_5z.png) repeat; position:absolute; left:0px; bottom:0px; padding-left:15px; color:#fff; font-size:16px; overflow:hidden;}
.home-swiper1 .home_next1{width:44px; height:44px; background:url(../images/tb_5z.png) no-repeat; background-size:44px; left:auto; right:50%; margin-right:-60px; top:auto; bottom:0px;}
.home-swiper1 .home_prev1{width:44px; height:44px; background:url(../images/tb_5.png) no-repeat; background-size:44px; left:50%; margin-left:-60px; top:auto; bottom:0px;}
.home-pagination1 .swiper-pagination-bullet{width:12px; height:12px; background-color:#fff;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.home-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color:#9e0c03;}
.home-swiper1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ text-align:right; bottom:0px; padding-right:2%;}




.i_box3_cr_ul{width:100%;}
.i_box3_cr_ul li{width:100%; padding:10px 0px; float:left;}
.i_box3_cr_ul li .div{width:100%; display:inline-block; overflow:hidden; color:#fff; font-size:14px;}
.i_box3_cr_ul li .div:hover{ text-decoration:none; color:#fff;}
.i_box3_cr_ul li .div .s1{width:12.5%; line-height:1.4; font-size:14px;}
.i_box3_cr_ul li .div .s1 .a1{ font-size:36px; position:relative;}
.i_box3_cr_ul li .div .s1 .a1:after{width:18px; height:4px; background-color:#fff; position:absolute; left:50px; top:15px; content:"";}
.i_box3_cr_ul li .div .s1 .a2{ padding-left:15px;}
.i_box3_cr_ul li .div .s2{width:61.5%;}
.i_box3_cr_ul li .div .s2 .s2_t{width:100%; height:50px; font-size:18px; line-height:50px; display:inline-block; overflow:hidden; margin-bottom:5px;}
.i_box3_cr_ul li .div .s2 .s2_c{width:100%; height:40px; line-height:20px; overflow:hidden; text-align:justify;}
.i_box3_cr_ul li .div .a_img{width:21.5%; display:inline-block; overflow:hidden;}
.i_box3_cr_ul li .div .a_img img{width:100%;}






.i_footer{width:100%; padding:40px 0px 30px;}
.i_footer_t{width:100%; border-bottom:1px solid #afafaf;}
.i_footer_t .f_logo{width:22%;}
.i_footer_t .f_logo_r{width:49%;/* padding-top:18px;*/}
.i_footer_t .f_logo_r li{width:16.66%; float:left; text-align:right; height:100px; line-height:100px; overflow:hidden;}
.i_footer_t .f_logo_r li a,.i_footer_t .f_logo_r li a:hover{ color:#fff; font-size:16px; text-decoration:none;}

.i_footer_c{width:100%; padding:20px 0px 20px 0px;}
.i_footer_cl{width:50%; color:#fff; line-height:2.2; font-size:14px;}
.i_footer_cl a,.i_footer_cl a:hover{ color:#fff;}
.i_footer_cr{width:120px;}
.i_footer_cr_t{width:100%; padding-bottom:15px;}
.i_footer_cr_c{width:100%; text-align:right;}
.i_footer_b{width:100%; padding:5px 0px; line-height:1.8; color:#fff; font-size:16px;}
.i_footer_b a,.i_footer_b a:hover{ color:#fff;}



.bshare-custom a{ width:28px !important; padding:0px !important; height:28px !important; /*background:none !important;*/margin:0px 2.5px !important;}
.bshare-sinaminiblog{ background:url(../images/tb_5.png) no-repeat !important; background-size:28px !important;}
.bshare-weixin{background:url(../images/tb_3.png) no-repeat !important; background-size:28px !important;}
.bshare-qqim{background:url(../images/tb_4.png) no-repeat !important; background-size:28px !important;}




.video_div{width:100%; height:100%; background-color:#000; position:fixed; z-index:100011111111111; left:0px; top:-100%;}
.video_div_closebtv{width:30px; height:30px; position:absolute; right:30px; top:30px; cursor:pointer; z-index:100;}
.video_div_center{width:100%; height:100%; vertical-align:middle; text-align:center;}




/*内页*/

.n_bg1{ background-color:#154d8c;}
.n_bg2{ background-color:#eeeeee;}



.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%; font-size:26px; letter-spacing:1;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); line-height:2; text-align:center; padding:0px 3%; position:absolute; left:0px; top:50%;}
.n_banner .n_banner_text .s1{ font-size:48px;}




.pc_amenu{width:100%;  text-align:center; border-bottom:1px solid #e5e5e5;}
.a_menu{width:100%; margin:0px; padding:0px; height:60px; overflow:hidden;}
.a_menu .a_menu_a{ padding:0px; margin:0px; padding:0px 30px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
 height:60px; display:inline-block; overflow:hidden; text-align:center; line-height:60px; color:#333333; font-size:16px;}
.a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#9e0c03; 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:#9e0c03; 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:#9e0c03; 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:#ad1c13;}
.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:70px 0px 55px 0px;}
.n_about{width:100%; padding:0px 100px;}
.n_box1_t{width:100%; padding-bottom:40px; color:#333333; font-size:24px; line-height:1.6;}
.n_box1_t .s1{ color:#9e0c03; font-size:46px; font-family:Arial, Helvetica, sans-serif;}
.n_box1_c{width:100%; overflow:hidden; line-height:2; color:#333333; font-size:14px;}
.n_box1_c img{ max-width:100%; height:auto !important;}

.n_box1_t1{width:100%; line-height:1.3; color:#4a4a53; font-size:28px; text-align:center;}
.n_box1_t1 .s1{ color:#9e0c03; font-size:46px; font-family:Arial, Helvetica, sans-serif;}
.n_box1_t1.activess,.n_box1_t1.activess .s1{ color:#fff;}

.n_box1_ul{width:100%; padding-top:50px;}
.n_box1_ul{width:100%; padding-top:60px;}
.n_box1_ul li{width:25%; float:left; padding:0px 1%;}
.n_box1_ul li .a_img{width:100%; display:inline-block; overflow:hidden; float:left; position:relative;}
.n_box1_ul li .a_img img{width:100%;}
.n_box1_ul li .a_img .a_text{width:100%; position:absolute; left:0px; bottom:0px; padding:0px 10% 17px 10%; background:url(../images/tb_25.png) repeat; z-index:1; color:#fff;}
.n_box1_ul li .a_img .a_text .s1{width:100%; height:58px; line-height:58px; font-size:22px; overflow:hidden;}
.n_box1_ul li .a_img .a_text .s2{width:100%; height:92px; line-height:23px; overflow:hidden; text-align:justify; font-size:14px;}



.a_ryzzList{width:100%; padding-top:58px;}
.a_ryzzList li{width:25%; float:left; padding:0px 1% 2% 1%;}
.a_ryzzList li .a_img{width:100%; display:inline-block; overflow:hidden; border:1px solid #e5e5e5;}
.a_ryzzList li .a_img img{width:100%; float:left;}
.a_ryzzList li .a_text,.a_ryzzList li .a_text:hover{width:100%; height:45px; line-height:45px; display:inline-block; overflow:hidden; text-align:center; color:#333333; font-size:16px;}


.n_box2_con{width:100%;}
.n_box2_con dd{width:100%; padding-bottom:40px; float:left;}
.n_box2_con dd .div{width:100%; background-color:#f7f7f7; display:inline-block; overflow:hidden; color:#333333; font-size:14px;}
.n_box2_con dd .div:hover{ color:#fff; background-color:#9e0c03; text-decoration:none;}
.n_box2_con dd .div .a_img{width:21%;display:inline-block; overflow:hidden; float:left;}
.n_box2_con dd .div .a_img img{width:100%;}
.n_box2_con dd .div .a_img_r{width:76%; padding:3px 2% 0px 0%;}
.n_box2_con dd .div .a_img_r .s1{width:100%; height:66px; line-height:66px; overflow:hidden; color:#333333; font-size:24px;}
.n_box2_con dd .div:hover .a_img_r .s1{ color:#fff;}
.n_box2_con dd .div .a_img_r .s2{width:100%; height:50px; text-align:justify; line-height:25px; overflow:hidden; }
.n_box2_con dd .div .a_img_r .s3{ width:100%; height:40px; line-height:40px; background:url(../images/tb_018.png) right 1px center no-repeat;border-top:1px solid #e5e5e5; margin-top:10px;}
.n_box2_con dd .div:hover .a_img_r .s3{ background:url(../images/tb_018z.png) right 1px center no-repeat;}

.n_box1_pages{width:100%; padding:25px 0px; text-align:center;}
.n_box1_pages .a1,n_box1_pages span{ height:45px;width:45px; margin:0px 2px; line-height:45px; display:inline-block; overflow:hidden; background-color:#fff; border:1px solid #e6e6e6; color:#666666; font-size:20px;-moz-border-radius: 22.5px;      /* Gecko browsers */
-webkit-border-radius:  22.5px;   /* Webkit browsers */
border-radius: 22.5px;            /* W3C syntax */}
.n_box1_pages .a1:hover,.n_box1_pages .a1.activegg1{ background-color:#9e0c03; border:1px solid #9e0c03; text-decoration:none; color:#fff;}


.a_tzjyg_cdetsl{width:100%;}
.a_tzjyg_c_t{width:100%; padding:10px 0px; line-height:1.7; text-align:center; color:#333333; font-size:24px; position:relative;}
.a_tzjyg_c_t .a1{ height:30px; background:url(../images/tb_27.png) left center no-repeat; line-height:30px; padding-left:40px; color:#888888; font-size:18px; display:inline-block; position:absolute; right:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.a_tzjyg_c_t .a1:hover{ text-decoration:none; color:#05468d;}
.a_tzjyg_c_time{width:100%; height:50px; padding-bottom:10px; line-height:40px; text-align:center; overflow:hidden;color:#888888; font-size:14px; border-bottom:1px solid #eee;}
.a_tzjyg_c_ton{width:100%; padding:25px 0px 0px 0px; line-height:2; overflow:hidden; color:#333333; font-size:14px; }
.a_tzjyg_c_ton img{ max-width:100%; height:auto !important;}
.n_newsDetails_c_b{width:100%; padding:0px 5%; border-top:1px solid #e1e1e1;}
.n_newsDetails_c_b a{width:50%; float:left; padding:20px 0px; line-height:2.0; text-align:center; color:#666666; font-size:16px; border-right:1px solid #e1e1e1;}
.n_newsDetails_c_b a:hover{ text-decoration:none; color:#9e0c03;}
.n_newsDetails_c_b a:nth-of-type(2){ border-right:0px;}

.n_productList{width:100%;}
.n_productList li{width:25%; float:left; padding:0px 1% 2% 1%;}
.n_productList li .div{width:100%; display:inline-block; overflow:hidden; float:left; background-color:#eeeeee; color:#666666; font-size:14px;}
.n_productList li .div:hover{ text-decoration:none; color:#fff;  background:url(../images/tb_6.png) right 18px bottom 13px no-repeat;background-color:#9e0c03;}
.n_productList li .div .a_img{width:100%; display:inline-block; overflow:hidden; border:1px solid #eeeeee;}
.n_productList li .div .a_img img{width:100%;}
.n_productList li .div .a_text{width:100%; padding:5px 15px 50px 15px;}
.n_productList li .div .a_text .s1{width:100%; height:54px; line-height:54px; display:inline-block; overflow:hidden; color:#333333; font-size:18px; font-weight:bold;}
.n_productList li .div:hover .a_text .s1{ color:#fff;}
.n_productList li .div .a_text .s2{width:100%; height:75px; line-height:25px; overflow:hidden; text-align:justify; display:none;}



.n_box6{width:100%;}
.n_box6 li{width:100%; padding:35px 0px; border-bottom:1px solid #d2d2d2; float:left;}
.n_box6 li .a_img{width:31%; display:inline-block; overflow:hidden;}
.n_box6 li .a_img img{width:100%;}
.n_box6 li .a_img_r{width:66%; padding-right:2%;}
.n_box6 li .a_img_r .s1{width:100%; line-height:40px; color:#333333; display:inline-block; overflow:hidden; font-size:24px; text-align:justify;}
.n_box6 li .a_img_r .s1:hover{ text-decoration:none; color:#9e0c03;}
.n_box6 li .a_img_r .s2{width:100%; height:81px; margin:15px 0px 30px 0px; color:#666666; font-size:16px; line-height:27px; overflow:hidden; text-align:justify;}
.n_box6 li .a_img_r .s3{width:100%; height:23px; line-height:23px; overflow:hidden; color:#999999; font-size:16px;}

.n_box8list{width:100%;}
.n_box8list_l{width:50%; padding:110px 3% 0px 13.5%;}
.n_box8list_l_t{width:100%; padding-bottom:20px; line-height:1.3; color:#333333; font-size:24px; }
.n_box8list_l_t .s1{ color:#9e0c03; font-size:46px; font:Arial, Helvetica, sans-serif;}
.n_box8list_l_c{width:100%;  line-height:2; overflow:hidden; color:#333333; font-size:14px;}
.n_box8list_l_c table tr td{ color:#333333; font-size:14px; line-height:2;}
.n_box8list_l_c .s1{ text-align:center; margin-right:20px; display:inline-block; color:#9e0c03; font-size:14px;}
.n_box8list_r{width:50%; overflow:hidden;}
.n_box8list_r #allmap{width:100%; height:610px;}


.a_zxly{width:100%; height:100%;position:relative; z-index:1; padding:5% 0px 5% 0px;}
.a_zxly_ul{width:100%; margin:0px; padding:0px; padding-top:60px;}
.a_zxly_ul li{width:100%; padding:20px 1%; float:left;}
.a_zxly_ul li .div{width:100%;}
.a_zxly_ul li .div dd{width:33.33%; float:left; padding:0px 1%;}
.a_zxly_ul li .div1{width:100%; padding:0px 1%;}
.a_zxly_ul li .ipt1{width:100%; background-color:transparent; height:40px; border:0px;line-height:40px; color:#fff; border:1px solid #7c97b3; font-family:"微软雅黑"; font-size:14px; text-indent:15px;}
.a_zxly_ul li .ipt2{height:163px; width:100%; text-indent:10px; background-color:transparent; border:0px; padding:5px;color:#fff; font-family:"微软雅黑"; font-size:14px;border:1px solid #7c97b3;  resize:none; }
.a_zxly_ul li .s3{width:100%; text-align:center; padding:20px 0px;}
.a_zxly_ul li .ipt3{width:170px; height:50px; line-height:50px; border:0px; cursor:pointer; background-color:#ffffff; color:#053973; text-align:center; display:inline-block; font-size:18px; font-family:"微软雅黑";-moz-border-radius: 25px;      /* Gecko browsers */
-webkit-border-radius: 25px;   /* Webkit browsers */
border-radius:25px;            /* W3C syntax */}



.a_zxly_ul li .ipt1:-moz-placeholder,.a_zxly_ul li .ipt2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}

.a_zxly_ul li .ipt1::-moz-placeholder,.a_zxly_ul li .ipt2::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.a_zxly_ul li .ipt1:-ms-input-placeholder,.a_zxly_ul li .ipt2:-ms-input-placeholder {
    color: #fff;
}

.a_zxly_ul li .ipt1::-webkit-input-placeholder,
.a_zxly_ul li .ipt2::-webkit-input-placeholder {
    color: #fff;
}


.a_rlzydiv_c{width:100%; margin:0px; padding:0px; padding-bottom:30px;}
.a_rlzydiv_c dt{width:100%; height:46px; line-height:46px; float:left; font-weight:normal;}
.a_rlzydiv_c dt .div{width:100%; background-color:#9e0c03; color:#ffffff; font-size:16px;}
.a_rlzydiv_c dt .div .s1{width:38%; height:46px; line-height:46px; padding-left:4%;overflow:hidden}
/*.a_rlzydiv_c dt .div .s2{width:14%; height:46px; line-height:46px; text-align:center; overflow:hidden}*/
/*.a_rlzydiv_c dt .div .s3{width:16%; height:46px; line-height:46px; text-align:center;overflow:hidden}*/
.a_rlzydiv_c dt .div .s4{width:14%; height:46px; line-height:46px; text-align:center;overflow:hidden}
.a_rlzydiv_c dt .div .s5{width:15%; height:46px; line-height:46px; text-align:center;overflow:hidden}
.a_rlzydiv_c dt .div .s6{width:19%; height:46px; line-height:46px; text-align:center;overflow:hidden}
.a_rlzydiv_c dt .div .s7{width:14%; height:46px; line-height:46px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd{width:100%; float:left; font-weight:normal;}
.a_rlzydiv_c dd .div{width:100%; height:70px; line-height:70px; border-bottom:1px solid #d2d2d2; font-size:16px; color:#333333; cursor:pointer;}
.a_rlzydiv_c dd .div .s1{width:38%; height:70px; line-height:70px; padding-left:4%;overflow:hidden}
/*.a_rlzydiv_c dd .div .s2{width:14%; height:70px; line-height:70px; text-align:center;overflow:hidden}*/
/*.a_rlzydiv_c dd .div .s3{width:16%; height:70px; line-height:70px; text-align:center;overflow:hidden}*/
.a_rlzydiv_c dd .div .s4{width:14%; height:70px; line-height:70px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd .div .s5{width:15%; height:70px; line-height:70px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd .div .s6{width:19%; height:70px; line-height:70px; text-align:center;overflow:hidden}
.a_rlzydiv_c dd .div .s7{width:14%; height:70px; line-height:70px; text-align:center; color:#9e0c03;overflow:hidden}
.a_rlzydiv_c dd .div1{width:100%; padding:15px 10px 20px 4%; display:none;}
.a_rlzydiv_c dd .div1_l{width:100%; line-height:2.0; overflow:hidden; color:#222222; font-size:14px;}
.a_rlzydiv_c dd .div1_l img{ max-width:100%;}

.n_videoList{width:100%;}
.n_videoList li{width:50%; float:left; padding:0px 1% 2% 1%;}
.n_videoList li .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.n_videoList li .a_img img{width:100%;}
.n_videoList li .a_img .zc1{width:100%; height:100%; background:url(../images/tb_32.png) repeat; z-index:1; position:absolute; left:0px; top:0px;}
.n_videoList li .a_img .zc2{width:100%; height:100%; background:url(../images/tb_33.png) center no-repeat; z-index:2; position:absolute; left:0px; top:0px;}
.n_videoList li .a_text{width:100%; height:60px; line-height:60px; overflow:hidden; text-align:center; color:#333333; font-size:18px;}
.n_videoList li .a_text:hover{ color:#9e0c03; text-decoration:none;}




.i_section{
	position: relative;
	box-sizing: border-box;
	width:100%;
	}

.bg_blur2{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background:url(../images/bg6.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position-x:center !important;
	/*opacity: 0.4;*/
	z-index: 1;
	}
	
.n_zldown{width:100%;}
.n_zldown li{width:100%; padding-bottom:5px; float:left;}
.n_zldown li .div{width:100%; background-color:#eeeeee; padding:0px 20px; font-size:16px;}
.n_zldown li .div .s1{width:70%; height:65px; padding-left:25px; line-height:65px; background:url(../images/tb_34.png) left center no-repeat; color:#333333; overflow:hidden; display:inline-block;}
.n_zldown li .div .s1:hover{ text-decoration:none; color:#333333;}
.n_zldown li .div .s2{ height:65px; line-height:65px; background:url(../images/tb_35.png) left center no-repeat; padding-left:45px; color:#333; }
.n_zldown li .div .s2:hover{ text-decoration:none; color:#333333;}


.Hbanner{width:100%; height:100%;}
.Hbanner .bx-wrapper{ height:100%;}
.Hbanner .bx-wrapper .bx-viewport{ height:100%}
.Hbanner .bx-wrapper .bx-viewport ul{  height:100%;}
.Hbanner li{ position: relative; height:100%;}
.Hbanner img{ display: none; width:100%;}
.Hbanner .txt{ position: absolute; width: 100%; left: 0; bottom: 7%; text-align: center;}
.Hbanner .txt h3{ color: #fff; font-size: 24px; font-weight: normal; margin: 0 0 1%; line-height: 30px;}
.Hbanner .txt span{ display: block; width: 80px; line-height: 20px; background: #d2d2d2; border: 1px solid #d2d2d2; font-size: 9px; color: #555555; margin: 0 auto;}
.Hbanner .txt.active{ animation: fadeInUp 1s ease 0s}
.Hbanner .bx-pager{ position: absolute; left: 0; bottom: 60px; width: 100%; z-index: 101; text-align:center; padding-right:10px;}
.Hbanner .bx-pager div{margin:0px 6px; display:inline-block;}
.Hbanner .bx-pager a{/* width: 15px; height:15px; background-color:#c2bdbd;font-size: 0; display: block
;*/width:45px; height:5px; background-color:#fff; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
-moz-border-radius: 2.5px;      /* Gecko browsers */
-webkit-border-radius: 2.5px;   /* Webkit browsers */
border-radius:2.5px;            /* W3C syntax */filter:alpha(opacity=20); display:inline-block;  -moz-opacity:0.2;   -khtml-opacity: 0.2;   opacity: 0.2; font-size:0px;}
.Hbanner .bx-pager a.active{/* background: #92a025;*/filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity:1;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Hbanner li .bg_img{opacity: .6;transition: all .8s ease; height:100%;}
.Hbanner li .active_img{opacity: 1;animation: scale11 7s infinite;transform: scale(1);}
.Hbanner li .bg_img .pc_img{width:100%; height:100%; display:block;}
.Hbanner li .bg_img .wap_img{width:100%; height:100%; display:none;}



.cptherr{width:100%; padding-bottom:50px;}
.cptherr a{ width:10.5%; margin:0px 1% 2% 1%; text-align:center; float:left; height:50px; line-height:50px; background-color:#eeeeee; color:#333333; font-size:16px; display:inline-block; overflow:hidden;-moz-border-radius: 25px;      /* Gecko browsers */
-webkit-border-radius: 25px;   /* Webkit browsers */
border-radius:25px;            /* W3C syntax */}
.cptherr a:hover,.cptherr a.activecp{ background-color:#ca2931; text-decoration:none; color:#fff;}



/*2020-12-23新增*/
.zxl_bg{ background-color:#9e0c03;}
.zxl_box1{width:100%; padding:20px 0px 10px 0px; border-bottom:1px solid #a6231b;}
.zxl_box1_l{width:25%; overflow:hidden; display:inline-block;}
.zxl_box1_l a{width:100%;}
.zxl_box1_l img{width:300px;}
.zxl_box1_c{width:60%; margin-left:3%; padding-top:5px;}
.zxl_box1_c li{/*width:50%;*/ margin-right:5%; float:left; color:#fff; font-size:14px; line-height:2; overflow:hidden; padding-right:1%;}
.zxl_box1_r{width:9%;}
.zxl_box1_rt{width:100%; padding-bottom:8px; text-align:center; overflow:hidden;}
.zxl_box1_rc{width:100%; text-align:center;}
.zxl_box2{width:100%; padding:10px 0px; line-height:1.6; color:#f6bfa7; font-size:14px;}
.zxl_box2 a,.zxl_box2 a:hover{ color:#f6bfa7;}




@keyframes scale11 {
    0% {
         transform: scale(1)
		
		
    }

    100% {
        
		transform: scale(1.08)
    }
}



@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float1 {
  0% {
	 -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    
  }
  50% {
	   -webkit-transform: translateY(0);
    transform: translateY(0);
     
  }
  100% {
	  -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
   
  }
}

@keyframes float1 {
  0% {
   -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    
  }
  50% {
     -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    
  }
}
.arrowGo{
	 animation: arrowGo 2.5s infinite; 
	 -webkit-animation: arrowGo 2.5s infinite ; 
}


.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);
}


@-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);
}


.Amplification1 .img
{
	
	transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification1: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);
  }
}


/*@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1);
-webkit-transform: scale(1);
  }

  100% {
    transform: scale(1.08);
-webkit-transform: scale(1.08);
  }
}

@keyframes hvr-bob {
 0% {
    transform: scale(1);
-webkit-transform: scale(1);
  }

  100% {
    transform: scale(1.08);
-webkit-transform: scale(1.08);
  }
}*/

