@charset "utf-8";
/* CSS Document */
html{
　　font-size:62.5%; /* 10÷16=62.5% */ 
}
body{
　　font-size:12px;
　　font-size:1.2rem ; /* 12÷10=1.2 */
overflow-x:hidden;
}
body,html{ font-family:"微软雅黑"; min-width:320px;}
.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;
}

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{ border:1px solid red;}*/
.container {
       width: 100%!important;
       max-width:1200px;
       max-width:1170px\9;
}
.container1{width:100%;}

/*loading加载*/
/*.loading { position:fixed;width:100%; height:100%; background-color:#0055a7; z-index:1000000;}
.spinner {
  width: 150px;
  height:30px;
  position:absolute; left:50%; top:50%; margin-left:-75px; margin-top:-15px;

} 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}*/
/*loading加载*/
.loading { position:fixed;width:100%; height:100%; background-color:#0055a7; z-index:1000000; border:1px solid #0055a7;}

.loading-img{width:42px; position:absolute; height:54px; left:50%; top:50%; margin-left:-21px; margin-top:-27px;-webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;}
 

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/*头部*/
.i_menu{ width:100%; padding:18px 0px;}
.i_menu1{ padding:7px 3%;}
.menu_bg1{ background:url(../images/ww_01.png) repeat; position:fixed;padding-bottom:20px;}
#banner{width:100%; position:relative;}
.banner_zc{width:100%; height:100%; background:url(../images/z3.png) repeat; position:absolute; left:0px; top:0px;}
.banner_logo{width:44vmin; height:44vmin; position:absolute; left:50%; margin-top:-22vmin; margin-left:-22vmin; top:50%; background:url(../images/z1.png) no-repeat; background-size:44vmin 44vmin;}
.banner_logo:after {
	content: '';
	position: absolute;
	background:url(../images/z2.png) no-repeat;
	background-size:50vmin 51vmin;
	height: 50vmin;
	width: 51vmin;
	left: 50%;
	top: 50%;
	margin-left: -25.5vmin;
	margin-top: -25vmin;
	cursor: pointer;
	-webkit-animation: palyAnimate 2s ease infinite
}

@-webkit-keyframes palyAnimate {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}
.clearpadding{ padding:0px; margin:0px;}
.i_logo{width:100%; text-align:center; display:inline-block;}
.a_logo{width:65%;}

.two_list_m{width:26px; height:15px; float:right; cursor:pointer; display:none;position:absolute; top:0px; right:15px; z-index:10000000000;}
.phone_two{width:100%; position:absolute; left:0px; display:none; z-index:10000000;}
.phone_two_ul{width:100%; margin:0px; padding:0px; list-style:none;}
.phone_two_ul li{width:100%; float:left; margin:0px; padding:0px; list-style:none;border-bottom:1px solid #fff; background-color:#fff; position:relative;}
.phone_two_ul_a{width:100%; height:50px;background-color:#c32a2c; line-height:50px; display:inline-block;  padding:0px 2%; font-size:14px; color:#fff; text-decoration:none;}
.phone_two_ul_a:hover,.phone_two_ul_a.activephone,.phone_two_ul_a.activephone:hover{ background-color:#787878;text-decoration:none; color:#fff;}
.phone_two_ul_a:visited,.phone_two_ul_a:link{ text-decoration:none; color:#fff;}
/*.phone_two_ul li dl{width:100%; margin:0px; padding:0px; padding:10px 3%; display:none;}
.phone_two_ul li dd{ width:100%; float:left; height:30px; line-height:30px;}
.phone_two_ul li dd a{ color:#000; font-size:13px;}
.phone_two_ul li dd a:hover{ text-decoration:none; color:#0ed8a2;}*/

.add_navbar{ background-color:transparent; border:0px; margin:0px; padding:0px;}
.navbar-default .menu{width:100%; font-size:14px;position:relative;}
.navbar-default .menu>li{/* width:11%;*/ padding:0px 3.3%; text-align:center; background:url(../images/nav_fx.jpg) right center no-repeat;}
.navbar-default .menu>li>a{ color:#444444;width:100%; margin:0px; padding: 15px 0px; /*height:50px; line-height:25px;*/ float:left; text-align:center; display:inline-block;    font-size: 16px;}
.navbar-default .menu>li>a:hover,.navbar-default .menu>li>a.active,.navbar-default .menu>li>a.active1{ color:#c82222; text-decoration:none;}
.navbar-default .menu>li>a:link,.navbar-default .menu>li>a:visited { /*color:#444444;*/ text-decoration:none;}


.i_ss{width:77%; height:34px; line-height:34px; border:1px solid #dfdfdf; margin:5px auto;-moz-border-radius: 15px;      /* Gecko browsers */
-webkit-border-radius: 15px;   /* Webkit browsers */
border-radius:15px;            /* W3C syntax */}
.i_ss_ipt{width:80%; color:#888888; border:0px;/* padding:10px 0px; */ height:34px; line-height:34px;text-indent:15px; background-color:transparent; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.i_ss_btn{width:20%; border:0px;/* padding:10px 0px;*/ height:34px; background:none; background:url(../images/ss_tb.png) center no-repeat; background-size:43%;}
.phone_div{width:100%;padding:5px 1%; display:block; background-color:#c32a2c;}
.i_ss_ipt1{width:80%; color:#888888; border:0px; /*padding:10px 0px;*/ height:40px; line-height:40px; text-indent:15px; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.i_ss_btn1{width:20%; border:0px;/* padding:10px 0px;*/ height:40px; line-height:40px; background:none; background:url(../images/ss_tb.png) center no-repeat; background-size:22px;}

/*首页中间部分*/
.i_lmbk{width:100%; padding:4% 4% 2% 4%;}
.i_fatitle{width:100%; padding:4vmin 0px; background:url(../images/d.jpg) left center no-repeat; padding-left:15px; color:#c82222; font-size:18px;}
.i_fatitle span{ color:#333333; padding-right:1vmin; display:inline-block;}

.i_section{
	position: relative;
	/*background-color: #a2a7ab;*/
	/*min-height: 360px;*/
	box-sizing: border-box;
	/*overflow:hidden;*/
	width:100%;
	/*background:url(../images/d_01.png) repeat;*/
	}
.bg_blur{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background:url(../images/es_bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position-x:center !important;
	/*opacity: 0.4;*/
	z-index: 1;
	}
.a_zpdiv{width:100%; height:100%; position:relative; z-index:1; padding:4% 5% 100px 5%;}
.a_zpdiv_t{ color:#fff; text-align:center; width:100%; line-height:1.7; font-size:18px;}
.a_zpdiv_t span{ font-size:45px;}
.a_zpdiv_c{width:100%; padding:4% 7% 0px 7%;}
.a_zpdiv_c .s1{width:18%;}
.a_zpdiv_c .s1 img{width:100%;}
.a_zpdiv_c .s2{width:79%; color:#fff; font-size:2.6vmin; padding-top:2%; line-height:1.5;}
.a_zpdiv_c .s2 span{ font-size:4vmin;}
.a_zpdiv_c .s2 span.fsont{ font-size:2.8vmin; line-height:2; display:inline-block;}

.i_lmbk .i_pd{ padding:0px 12px;}
.a_news{width:100%;/* min-height:286px;*/ padding:0% 0px; position:relative; z-index:1;}
.a_news_c{/*width:88%;*/width:100%; padding:2% 1%; /*position:absolute; left:50%; margin-left:-45%; top:-165px;*/ background-color:#fff;}
.a_news_con{width:100%; cursor:pointer}
.a_news_con .s1{width:28%; background-color:#e1e1e1; color:#222222; padding:1% 0px; font-size:24px; text-align:center; overflow:hidden;}
.a_news_con:hover .s1{ background-color:#c82222; color:#fff;}
.a_news_c .i_pd{ padding:0px 20px;}
.a_news_con .s2{width:100%; padding:5% 0px 1% 0px; color:#444444; display:inline-block; font-size:24px;}
.a_news_con .s2:hover,.a_news_con:hover .s2,.a_news_con:hover .s2:hover{ color:#c82222; text-decoration:none;}
.a_news_con .s3{width:100%; padding:2% 0px; line-height:2.0; color:#888888; font-size:16px;}
.a_news_con .s4{ padding:30px 0px 0px 0px;color:#888; font-size:16px;}
.a_news_con .s4:hover,.a_news_con:hover .s4{ color:#c82222; text-decoration:none;}

.i_cp{width:100%; margin:0px; padding:0px;height:100%; overflow:hidden; position:relative;}
.i_cp li{width:100%; float:left; height:100%; display:inline-block;}
.i_cp li .div{width:100%; position:absolute;right:0px; top:0px;}
.i_cp li .div a{ display:inline-block;}
.i_cp li .div a img{width:100%;}
.i_cp li .div span{width:12%; display:inline-block; height:92%; position:absolute;  top:0px; right:0px; padding-top:8%; text-align:center; font-size:2.0vmin; cursor:pointer;}
.i_cp li .div span.s1{ background:url(../images/xp_bg2.png) top center no-repeat; background-size:100%; color:#fff;}
.i_cp li .div span.s2{ background:url(../images/xp_bg1.png) top center no-repeat; background-size:100%; color:#fff;}
.i_cp li .div span.s3{ background:url(../images/xp_bg2.png) top center no-repeat; background-size:100%; color:#fff;}

/*底部*/
.wx_top{width:61px; height:61px; position:fixed; right:20px; bottom:0px; z-index:100;}
.i_footer{ padding:40px 5% 30px 5%; /*background:url(../images/f_bg.jpg) bottom repeat-x;*/ background-color:#787878;  font-size:12px; font-size:1.2rem; color:#fff;}
.i_footer_l_t{width:100%; padding:10px 0px; font-size:18px; line-height:2;    text-align: center;}
.i_footer_l_t a,.i_footer_l_t a:hover{ padding-right:5%; display:inline-block; color:#fff;}
.i_footer_l_c{ color:#fff; line-height:1.8;    text-align: center;font-size: 18px;}
.i_footer_l_c a,.i_footer_l_c a:hover{ color:#fff;}


/*footer_db*/
.i_fdb_l{width:100%; margin:0px; padding:0px;}
/*.i_fdb_ldl{width:100%;}
.i_fdb_ldl dt{width:100%; float:left; padding:5px 0px 10px 0px; font-weight:normal;}
.i_fdb_ldl dt a,.i_fdb_ldl dt a:hover{ color:#333333; font-size:16px;}
.i_fdb_ldl dd{width:100%; padding:5px 0px; float:left;}
.i_fdb_ldl dd a,.i_fdb_ldl dd a:hover{ color:#333;}*/
.i_fdb_r{width:100%; text-align:right; font-size:12px;}
.i_fdb_r a,.i_fdb_r a:hover{ color:#ffffff;}
.i_fdb_r_t{width:100%; margin-bottom:15px;}
.i_fdb_r_phone{ float:right;border:3px solid #fff; width:12%;}
.i_fdb_r_twx{ margin-top:0.5%; line-height:1.7;display:inline-block; margin-right:20px; float:right; text-align:center;}
.i_fdb_r_twx span{ color:#ffffff; text-decoration:mone; display:inline-block;}
.i_fdb_r_twx span.a1{ padding-top:5%;}
.i_fdb_r_twx span.a2{ padding-top:5%;}
.i_fdb_r_twx span.a2 a,.i_fdb_r_twx span.a2 a:hover{ padding:0px 5px; display:inline-block;}

.i_link{padding:40px 2%; background:url(../images/es_bg.jpg) center center no-repeat;}
.link_pc{ display:block;width:100%;/* height:62px;*/}
.i_linh{width:100%; margin:0px; padding:0px;}
.i_linh li{width:12.5%; float:left; padding:0px 12px;}
.i_linh li a img{width:95%;}
.link_phone {
	position: relative;
	z-index: 1;
	height: 73px;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	display:none;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 2400px;
	height: 73px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#scroller li {
	width: 183px;
	height: 73px;
	float: left;
	overflow: hidden;
	margin-right:20px;
}
#scroller li a img{width:183px; height:73px;}

.a_banner{width:100%;}
.a_banner img{width:100%;}
.a_con{width:100%;background:url(../images/t_bg1.jpg) top repeat-x;}
.a_content{width:1360px; margin:0px auto; /*padding:0px 14%;*/}
.a_content_l{width:22%;  background:url(../images/s2.png) repeat;}
.a_content_l_t{width:100%; height:75px; position:relative;}
.a_content_l_c{width:100%;/* height:375px;*/ background:url(../images/s2.png) repeat; position:absolute; left:0px; bottom:75px;}
.a_content_l_c1{width:100%; color:#fff; font-size:32px; text-align:right; position:absolute; padding-right:8%; left:0px; top:50%; margin-top:-35px; line-height:1.5;}
.a_content_l_c1 span{ font-size:22px; color:#c82222; font-family:Arial, Helvetica, sans-serif;}
.a_content_l_c2{width:100%; /*height:100%;*/ display:none; padding:10px 0px 10px 0px; color:#fff; font-size:3.5vmin; text-align:center; background-color:#c32a2c;}
.a_content_l_c2 span{ color:#fff; font-size:12px;}
.a_content_l_ul{width:100%; margin:0px; padding:0px;}
.a_content_l_ul li{width:100%; margin:0px; padding:0px; list-style-type:none;/* padding-bottom:20px;*/ float:left;}
.a_content_l_ul li .a_text{width:100%; padding:15px 13% 15px 0px; text-align:right; display:inline-block; line-height:1.7; font-size:18px;color:#333333;}
.a_content_l_ul li .a_text span{ color:#888888; font-size:12px;}
.a_content_l_ul li .a_text:hover,.a_content_l_ul li .a_text.activeleftmenu{ /*background:url(../images/nav_nbg.jpg) left center no-repeat;*/ background-color:#c82222;color:#fff; text-decoration:none; }
.a_content_l_ul li .a_text:link{ text-decoration:none;}
.a_content_l_ul li .a_text:hover span,.a_content_l_ul li .a_text.activeleftmenu span{ color:#ffffff; text-decoration:none; }
.a_content_l_ul dl{width:100%; border-bottom:1px solid #ccc; margin:0px; padding:0px; padding:10px 0px; display:none;}
.a_content_l_ul dl dd{width:100%; height:40px; line-height:40px; float:left; text-align:right; padding-right:13%;}
.a_content_l_ul dl dd a{ color:#333333; font-size:14px; text-decoration:none;}
.a_content_l_ul dl dd a:hover{ color:#4cb4e0; text-decoration:none;}
.a_l_phone{width:100%; text-align:center; padding:15px 0px; background-color:#686868; color:#fff;}
.a_l_phone span{ background:url(../images/phone.png) left center no-repeat; display:inline-block; height:50px; text-align:left; padding-left:63px; line-height:0.8; font-size:26px;}
.a_l_phone span font{ font-size:12px; line-height:2; display:inline-block;}
.a_content_r{width:78%; padding-left:4%;    padding-right: 4%;}
.a_content_rt{width:100%; height:75px; line-height:75px; text-align:left; color:#666666; font-size:14px}
.a_content_rt a,.a_content_rt a:hover{ color:#666666;}
.a_content_c{width:100%;}
.a_content_about{width:100%; padding:40px 0px; line-height:1.8; color:#333333; font-size:16px; overflow:hidden;}
.a_content_about img{ max-width:100%;}

.product_list{width:100%; margin:0px; padding:0px; padding-top:35px;}
.product_list li{width:100%; float:left; padding-bottom:20px;}
.product_list li .div{ width:100%; background-color:#e5e4e4; cursor:pointer; color:#333333; font-size:14px; display:inline-block;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; vertical-align:middle;}
.product_list li .div:hover{ background-color:#c82222; color:#fff; text-decoration:none;}
.product_list li .div .a_img{width:40%; height:100%; overflow:hidden;}
.product_list li .div .a_img img{width:100%;/*transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;*/}
/*.product_list li .div:hover .a_img img{filter: Alpha(Opacity=80); 
	opacity: 0.8; 
	-webkit-transform:scale(1.14); 
	transform:scale(1.14);}*/
.product_list li .div .a_img_r{width:54%; padding-right:1%; line-height:1.8; padding-top:1%; padding-bottom:1%;}
.product_list li .div .a_img_r .s1{ font-size:20px;}
.product_list li .div .a_img_r .s2{ color:#999999;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.product_list li .div:hover .a_img_r .s2{ color:#fff; text-decoration:none;}
.product_pages{width:100%; text-align:center; padding:60px 0px;}
.product_pages a,.product_pages span{width:40px; height:40px; margin:0px 5px; text-align:center; display:inline-block; line-height:40px; color:#333333; font-size:16px; background-color:#dcdcdc;}
.product_pages a:hover,.product_pages span{ background-color:#c82222; color:#fff; text-decoration:none;}
.product_details_t{ width:100%; padding:35px 0px 65px 0px;}
.product_details_tl{width:34%; border:1px solid #bfbfbf; margin:17px 0px 0px 48px;}
.product_details_tr{width:46%; color:#333333; font-size:16px; line-height:1.8;}
.product_details_tr .s1{ color:#c82222; font-size:20px; padding:10px 0px 0px 0px; display:inline-block;}
.product_details_tr .s2{ color:#888888; font-size:14px; padding:10px 0px; display:inline-block;}
.product_details_tr .s4{ width:152px; height:42px; background:url(../images/cp_bg.png) no-repeat; background-size:152px; height:42px; text-indent:30px; color:#fff; display:inline-block; font-size:18px; font-weight:bold; line-height:42px;}
.product_details_tr .s4:hover{ text-decoration:none; color:#fff;}
.product_details_tr .s3{/* height:200px;*/ padding-bottom:30px; display:inline-block; width:100%; font-size:14px;}
.product_details_title{width:100%; background:url(../images/xx.jpg) bottom left no-repeat; padding:15px 0px; color:#333333; font-size:20px;}
.product_details_c{width:100%; padding:25px 0px; overflow:hidden; line-height:2; color:#333333; font-size:14px;}
.product_details_c img{ max-width:100%;}

.home-swiper {width: 100%;height: 100%;}
.home-swiper .swiper-slide {text-align: center; padding:20px 0px 30px 0px;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%;/* background-color:#b7e1f3;*/}
.home-swiper .swiper-slide  img{width:70%;}
.home-swiper .pro-prev{width:30px; height:30px; margin-top:-15px; left:2%; background:url(../images/jt_btnl.png) no-repeat; background-size:100%;}
.home-swiper .pro-next{width:30px; height:30px; margin-top:-15px; right:2%; background:url(../images/jt_btn2.png) no-repeat; background-size:100%;}

.news_list{width:100%; margin:0px; padding:0px; padding-top:33px;}
.news_list li{width:33.33%; float:left; margin-bottom:1.5%; padding:0px 1%;    height: 400px;}
.news_list li .div{ background-color:#e5e4e4; width:100%; display:inline-block; color:#333333;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.news_list li .div:hover{ background-color:#c82222; color:#fff; text-decoration:none;}
.news_list li .div .a_img,.news_list li .div .a_img img{width:100%;}
.news_list li .div .a_img_r{width:100%; padding:2% 5%; line-height:1.8; height:210px;}
.news_list li .div .a_img_r .s1{width:100%; height:34px; line-height:34px; overflow:hidden; font-size:16px; display:inline-block;text-align: center;}
.news_list li .div .a_img_r .s2{width:100%; height:30px; line-height:30px; overflow:hidden; font-size:14px; color:#888888;display:inline-block; padding-bottom:10px;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.news_list li .div:hover .a_img_r .s2{ color:#fff; text-decoration:none;}
.news_list li .div .a_img_r .s3{width:100%; height:66px; line-height:22px; overflow:hidden; display:inline-block;}
.news_list li .div .a_img_r .s4{width:100%; height:38px;  background:url(../images/n1.png) right center no-repeat; display:inline-block;}
.news_list li .div:hover .a_img_r .s4{width:100%; height:38px;  background:url(../images/n2.png) right center no-repeat;}

.jjfa_t{width:100%; padding:35px 0px; line-height:1.7; color:#c82222; font-size:16px; text-align:center;}
.jjfa_t span{ color:#333333; font-size:25px;}
.jjfa_ul{width:100%; margin:0px; padding:0px; overflow-x:hidden;}
.jjfa_ul li{width:100%; float:left; text-align:center; cursor:pointer;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.jjfa_ul li .div{width:1360px; display:inline-block; padding:20px 150px 30px 0px; text-align:left; border-bottom:1px solid #e9e9e9; margin:0px auto; background:url(../images/fa_bg1.png) right center no-repeat; color:#666666; font-size:14px;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.jjfa_ul li .div .s1{width:100%; padding:10px 0px; display:inline-block; font-size:22px; color:#444444;transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.jjfa_ul li:hover{ background-color:#c82222;}
.jjfa_ul li:hover .div,.jjfa_ul li:hover .div:hover{ color:#fff; background:url(../images/fa_bg2.png) right center no-repeat; text-decoration:none;}
.jjfa_ul li:hover .div .s1,.jjfa_ul li .div .s1:hover{ color:#fff; text-decoration:none;}
.jjfa_ul li:hover .div{ border-bottom:0px;}
.jjfa_details{width:1360px; margin:0px auto; padding:20px 179px 80px 185px; color:#666666; font-size:14px; line-height:2.0; overflow-x:hidden;}
.jjfa_details img{ max-width:100%;}
.jjfa_bottom{width:100%; padding:15px 0px 45px 0px; border-top:1px solid #dfdfdf;}
.jjfa_bottom_c{width:1360px; margin:0px auto;}
.jjfa_bottom_c a{width:400px; line-height:2.2; text-align:center; color:#333333; font-size:14px; display:inline-block; overflow:hidden;}
.jjfa_bottom_c a:hover{ text-decoration:none; color:#333333;}
.jjfa_bottom_c a .s1,.jjfa_bottom_c a:hover .s1{ color:#999999; text-decoration:none;}
.jjfa_bottom_c .a1{ float:left;}
.jjfa_bottom_c .a2{ float:right;}
.hzlm_div{width:1360px; margin:0px auto; padding-bottom:20px;}
.hzlm_div_t{width:100%; height:43px; line-height:43px; background-color:#efefef; padding-left:3%; color:#333333; font-size:20px;}
.hzlm_div_c{width:100%;  padding:20px 2% 50px 2%;}
.hzlm_div_cul{width:100%;margin:0px; padding:0px;}
.hzlm_div_cul li{width:20%; padding:15px 0px; float:left; text-align:center;}
.hzlm_div_cul li a img{width:90%; border:1px solid #d2d2d2;}

.contact_div{width:1360px; padding:20px 0px 50px 0px; margin:0px auto; line-height:2.0;}
.contact_div_l{width:47%; color:#333333; font-size:16px;}
.contact_div_r{width:47%;color:#888888;}
/*.contact_div_r{width:14%; color:#888888; font-size:14px; margin-top:5%; line-height:2.5;}
.contact_div_r .s1{ display:inline-block; padding-bottom:10px;}
.contact_div_r .s1 img{ border:1px solid #d2d2d2; padding:5px;}*/
.zxly_div{width:100%; background-color:#f5f5f5; padding-top:30px}
.zxly_div_c{width:840px; margin:0px auto; color:#333333; font-size:14px; line-height:2.0;}
.zxly_ipt{width:98%; height:40px; line-height:40px; border:1px solid #c9c9c9; background-color:#fff; text-indent:15px; color:#888888; font-size:14px; font-family:"微软雅黑";}
.zxly_ipt1{width:99%; height:195px;border:1px solid #c9c9c9; background-color:#fff;color:#888888; font-size:14px; font-family:"微软雅黑"; padding:15px; }
.zxly_btn{width:46%; height:45px; line-height:45px; color:#fff; text-align:center; background-color:#c82222; font-size:18px; font-family:"微软雅黑"; border:0px;}


.zxlbc_title{width:100%; background:url(../images/111.jpg) bottom repeat-x;}
.zxlbc_title a{ float:left; padding:0px 20px; height:50px; line-height:50px; color:#333333; display:inline-block; overflow:hidden; font-size:16px;}
.zxlbc_title a:hover,.zxlbc_title a.activezxlm{ color:#68c2e7; text-decoration:none;background:url(../images/222.jpg) bottom repeat-x;}
.zxlbc_content{width:100%; display:none;}

.bctitle{ width:100%; padding:0px;}

.byht_ul{width:100%; margin:0px; padding:0px; padding-top:37px; padding-bottom:50px;}
.byht_ul li{width:100%; float:left; padding-bottom:10px;}
.byht_ul li .div{width:100%; height:50px; line-height:50px; padding:0px 2% 0px 2%; background-color:#67c1e7; color:#fff; font-size:18px; cursor:pointer;}
.byht_ul li .div .s1{ background:url(../images/ht_01.png) left center no-repeat; padding-left:45px; background-size:34px 34px;}
.byht_ul li .div .s2{width:27px; height:54px; background:url(../images/t2.png) center no-repeat;}
.byht_ul li .div .s2.activerczp{ background:url(../images/t1.png) center no-repeat;}
.byht_ul li .div1{width:100%;  padding:20px 3%; color:#333333; font-size:15px; line-height:2.0; display:none;}



.ryzz_swiper2 {width: 100%;}
.ryzz_swiper2 .swiper-slide {text-align: center;
width:100%;
      font-size: 18px;
     /* background: #fff;*/

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  background-position:center center;
	  background-repeat:no-repeat;
	  background-size:cover;
	  overflow:hidden; padding:0px 2%; text-align:left;}
.ryzz_swiper2 .swiper-slide .a_div{width:100%; display:inline-block; color:#888888; font-size:12px;}
.ryzz_swiper2 .swiper-slide .a_div:hover{ text-decoration:none; color:#888;}
.ryzz_swiper2 .swiper-slide .a_div .a_img{width:32%; display:inline-block; overflow:hidden; border:2px solid #e7e7e7;}
.ryzz_swiper2 .swiper-slide .a_div .a_img img{width:100%}
.ryzz_swiper2 .swiper-slide .a_div .a_img_r{width:65%;}
.ryzz_swiper2 .swiper-slide .a_div .a_img_r .s1{width:100%; height:4vmin; line-height:4vmin; display:inline-block; overflow:hidden; color:#444444; font-size:24px;} 
.ryzz_swiper2 .swiper-slide .a_div .a_img_r .s2{width:100%; height:3vmin; line-height:3vmin; overflow:hidden;} 
.ryzz_swiper2 .swiper-slide .a_div .a_img_r .s3{width:100%; height:9vmin; line-height:3vmin; display:inline-block; overflow:hidden; font-size:14px;}

.ryzz_swiper2 .ryzz_next2{ background-image:none; position:absolute; width:14px; height:25px; top:auto; top:50%;  margin:0px; left:0%; margin-top:-12.5px;  background:url(../images/n_02.png); z-index:1000000001;}
.ryzz_swiper2 .ryzz_prev2{ background-image:none; position:absolute; width:14px; height:25px;  top:auto; top:50%; margin:0px; left:auto; right:0%;margin-top:-12.5px;background:url(../images/n_03.png); z-index:1000000001;}





