@charset "utf-8";
/*************************************

* 文件名称：main.css
* 作   者：luozhuzhu 719791708
* 创建日期：2022-1-7
* 内容概要: 引入样式文件

*************************************/
@import url("common.css");
@import url("jscss.css");
@import url("../css3/Indexcss3.css");
@import url("../css3/animate.min.css");

@charset "utf-8";
/* CSS Document */
/*header*/
a,area{outline:none;blr:_expression(this.onFocus=this.blur())}

a{text-decoration:none;cursor: pointer;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}

a:hover{text-decoration:none;outline:none}

a.ie6:hover{zoom:1}

a:focus{outline:none}

a:hover,a:active{outline:none}:focus{outline:none}

a:link{ text-decoration:none;}

.ui_div{width:100%; min-width:1200px; position: relative;}
.bg{background: url(../images/bg.jpg); height: 570px; }
.i_bg4{ background:url(../images/bg2.jpg) center center no-repeat; height: 800px;}

.ui_div_center{width:1200px; margin:0px auto; display: block;overflow: hidden;}
.ui_div_center1{width:1200px; margin:0px auto;}

.ui_left{width:232px; min-height:500px; height:500px; height:auto !important;  }
.ui_right{width:715px; min-height:500px; height:auto !important; height:500px;}
/*全屏banner*/
.banner{width:100%; height:460px;position:relative; overflow:hidden; }
.banner_c{position:absolute; left:50%; top:0px; margin-left:-750px;}
/*非全屏banner*/
.f_banner{width:1000px; height:300px;}
.margin_t100{margin-top: 100px;}
.margin_t520{margin-top: 520px;}

/*导航*/
nav{width:700px; height:90px;}
nav li{width:120px; height:90px; float:left; position:relative; z-index:111; text-align: right; }
.nav_a{ width:100%; height:90px; line-height:90px; display:inline-block; color:#222222; font-size:16px; text-align:center; font-family:"微软雅黑"; text-decoration:none; position:relative;}
.nav_a:after{width:21px; height:16px; position:absolute; left:50%; top:10px; margin-left:-10.5px; z-index:4; content:""; display:none;}
.nav_a:hover,.nav_a.active1,.nav_a.active{text-decoration:none;color:#fff; background: #CA9404;}
.nav_a:hover:after,.nav_a.active1:after,.nav_a.active:after{ display:block;}

/*竖起的二级下拉*/
nav li dl{width:234px; padding: 20px; background-color:#fff;font-family:"微软雅黑"; position:absolute;left:50%; margin-left:-60px; top:100%; font-size:16px; display:none;z-index: 222;}
nav li dl dd{width:100%; height:50px; line-height:50px; text-align:left; float:left; }
nav li dl dd a{width:100%; height:50px;text-indent: 20px;   line-height:50px; text-align:left; display:inline-block;color:#222;  font-size:16px; font-family:"微软雅黑";}

nav li dl dd a:hover{ text-indent: 20px;  color:#fff; text-decoration:none; background-color:#fff; background:#CA9404 url(../images/more.png) no-repeat 90% center; background-size: 22px;}
/*竖起的三级下拉*/
nav li .dlone{width:234px; overflow: visible !important;position:absolute; left:0px; top:100%;margin-left:0px; background-color:#ffffff; display:none; padding:10px 0px;}
nav li .dlone .ddone{width:100%; height:50px; line-height:50px; float:left; position:relative;}
nav li .dlone .ddone .aone{width:100%; height:50px; line-height:50px; display:inline-block; overflow:hidden; text-align:left;text-indent: 20px; color:#222222; font-size:16px;}
nav li .dlone .ddone .aone:hover,nav li .dlone .ddone .aone.activetwo{ text-decoration:none; color:#fff;background:#CA9404 url(../images/more.png) no-repeat 90% center; background-size: 22px;}
nav li .dlone .ddone .dltwo{width:170px; background-color:#fff; position:absolute; left:100%; top:0px; display:none;}
nav li .dlone .ddone .dltwo {    position: absolute;    left: 100%;    width: 100%;   top: 0;     display: none;}
nav li .dlone .ddone .dltwo a{display: block; color: #333;  padding:  10px;   line-height: 20px; }
nav li .dlone .ddone .dltwo a:hover{ background-color:#CA9404; color: #fff;}



/*右侧漂浮框*/
#gotop{width:44px;hegith:40px;position:fixed; z-index:2; bottom:145px; display:none; right:0px;}
/* IE6浏览器的特有方法 */
*html #gotop{position:absolute;right:expression(eval(document.documentElement.scrollLeft+0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
/* 修正IE6振动bug */
*html,*html body{background-attachment:fixed;}
/*loading加载*/
.loading { position:fixed;width:100%; height:100%; background-color:#fff; z-index:10000000;}
.loading-img{width:400px; position:absolute; height:136px; left:50%; top:50%; margin-left:-200px; margin-top:-68px;/*-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);}
}
.fr{float: right;}
.fl{float: left;}
.i_b{width: 80px;}
.i_ss{width:80px; padding: 0px; height:90px;float: right; }
.i_ss_t{width:100%; padding-left: 20px;font-size: 16px; height:84px; float: left; line-height: 84px; background:url(../images/s_tb1.png) left center no-repeat; cursor:pointer;}
.i_ss_c{width:30%;z-index:0;animation:fadeInDown linear .35s forwards;z-index: 222; height:84px; position:absolute; right:0px; top:90px; background-color:#f1f2f3; padding:0px ; display:none;}
.i_ss_c .ipt1{width:70%; height:60px; background-color:#FFF;    border: 1px solid #29292C;line-height:44px; border:0px; margin: 10px 0 10px 20px; padding-left: 20px;  color:#333; font-size:14px; font-family:"微软雅黑";}
.i_ss_c .ipt2{width:16%; height:60px;background:#CA9404 url(../images/tb_01sz.png) center no-repeat; border: 0; background-size: 20px;margin: 10px 0 10px 20px;}
.i_ss_c .ipt2:hover{width:16%; height:60px; background:#CA9404 url(../images/tb_01sz.png) center no-repeat; border:0px; background-size: 20px;}
.i_ss_t .s1{ height:84px; line-height:84px; display:inline-block; padding-left:28px; font-size:14px; color:#3;}
.i_banben{ padding:0px 10px; position:relative; border: 3px solid #ff0000;}
.i_banben_t{ height:90px; background:url(../images/top-search1.png) right center no-repeat; padding-right:28px; cursor:pointer;}
.i_banben_t .s1{ height:90px; line-height:90px; display:inline-block; padding-left:28px; background:url(../images/top-china.png) left center no-repeat; font-size:14px; color:#3;}
.i_banben_c{width:100%; background-color:#fff; position:absolute; left:0px; top:90px; padding:10px 5px; display:none;}
.i_banben_c li{width:100%; float:left;}
.i_banben_c li a{width:100%; padding:10px 0px; line-height:1.5; color:#333; font-size:14px; display:inline-block; text-align:center;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_banben_c li a:hover{ color:#fff; text-decoration:none; background-color:#faac27;}
.i_bg2{ background-color:#fff;}
.i_box2{width:100%; height:90px; position: relative;}
.i_box2 .logo{margin-top: 15px;}
.i_box2_t{ line-height:35px; padding:22px 0px 0px 30px; color:#999; font-size:16px;}
.i_box2_c{width:;}
.i_box2_c_t{width:100%; height:22px; text-align:right; color:#666666;}
.i_box2_c_t .s1{ color:#ca9404; font-size:18px; font-weight:bold;}
.i_box2_c_c{width:100%; padding-left:24%;}
.i_fgs{width:140px; margin-top:16px; position:relative; z-index:111;}
.i_fgs_t{width:100%; height:43px; padding-right:20px; background:url(../images/tb_03.png) right 8px center no-repeat; text-align:center;}
.i_fgs_t .s1{ height:43px; line-height:43px; padding-left:20px; display:inline-block; background:url(../images/tb_04.png) left center no-repeat; color:#222222; font-size:16px; cursor:pointer;}
.i_fgs_c{width:100%; padding:6px 15px 10px 15px; background-color:#fff; position:absolute; left:0px; top:100%; display:none;}
.i_fgs_c li{width:100%; float:left;}
.i_fgs_c li a{width:100%; padding:10px 0px; line-height:1.5; color:#222222; font-size:16px; display:inline-block; float:left;}
.i_fgs_c li a:hover{ text-decoration:none; color:#ca9404;}

#banner{width:100%; position:relative; min-width:1200px;}
.home-swiper {width: 100%;height: 100%;background: #000;}
.home-swiper .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%;}
.home-swiper .swiper-slide img{width:100%; display:block;}

.home-swiper .swiper-slide-active img {    width: 100%;    height: 100%;    display: block;-webkit-animation: hvr-bob 1s ease 1;animation: hvr-bob 3s ease 1;
}

@-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);  }
}
.home-swiper .swiper-slide .s1 img{width:100%; height:100% !important; display:block;}
.home-pagination .swiper-pagination-bullet { margin:0px 5px !important;width: 102px !important;height: 7px !important;opacity: 1; -moz-border-radius: 100%;
-webkit-border-radius: 100%;border-radius:4px; opacity:1;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; background-color: rgba(255,255,255,0.20);}
.home-pagination .swiper-pagination-bullet-active {width:102px !important;opacity:1;height: 7px !important;background-color:#CA9404;}
.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:18px; text-align:center;}
.home-swiper .swiper-button-prev.home_prev {width:42px; height:42px; background:url(../images/tb_05.png) left center no-repeat; margin-top:-21px; left:5%;}
.home-swiper .swiper-button-next.home_next{width:42px; height:42px; background:url(../images/tb_06.png) left center no-repeat; margin-top:-21px; right:5%;}

.custom{ text-align: center; margin: 100px 0px 40px 0;}
.bg .custom{ text-align: center; margin: 50px 0px 40px 0;}
.ny .custom{ text-align: center; margin: 0px 0px 40px 0;}
.custom .custom_n1{color: rgba(202,148,4,0.10); font-size: 46px;text-transform:uppercase;}
.custom .custom_n2{font-size: 28px; color: #CA9404; font-weight: bold; margin: 5px 0px 10px 0;}
.custom .custom_n3{font-size: 20px; color: #000;}
.text_white{color: #fff !important;}
/*首页产品*/
.h_pro li{width: 25%; float: left; height: 400px; background-color: #fff; text-align: center;font-size: 16px;}
.h_pro li .h_pro_t h3{font-size: 22px; margin: 10px 0px;}
.h_pro li:hover .h_pro_t h3{font-size: 22px;animation:fadeInUp linear .15s forwards; margin-top: 90px;}
.h_pro li .h_pro_t{height: 152px;}
.h_pro li .h_pro_n2{font-size: 16px;}
.h_pro li .h_pro_icon{height: 160px;}
.h_pro li:hover .h_pro_t{background-color: #000000;}
.h_pro li .h_pro_icon1{ width:100%; text-align: center; height: 0px; transition: all ease-in-out .5s;}
.h_pro li .h_pro_icon1 img{width: 54px; margin-top:26px;animation:fadeInUp linear .15s forwards;}
.h_pro li:hover{background-color: #3A3A3A; color: #fff;}
.h_pro li:hover a{color: #fff;}
.h_pro li .h_pro_icon1,.h_pro li .h_pro_n4,.h_pro li .h_pro_more{display: none;}
.h_pro li:hover .h_pro_icon1,.h_pro li:hover .h_pro_n4{display: block;}
.h_pro li:hover .h_pro_icon,.h_pro li:hover .h_pro_n3,.h_pro li:hover .h_pro_n2{display: none;}
.h_pro li .h_pro_n3{border-top: 2px solid #e5e5e5; margin: 10px; height: 86px; line-height: 86px;}
.h_pro li .h_pro_n4{padding:20px 10px; height: 190px;}
.h_pro li .h_pro_n4 a{display: block; height: 50px; line-height: 50px;}
.h_pro li .h_pro_n4 a:hover{color: #FFC200;}
.h_pro li:hover .h_pro_more{width: 80px; margin: 0px auto; animation:fadeInLeft linear .45s forwards; display: block;}
/*首页考试*/
.h_ks{width: 100%; height: 550px; top: -130px; position: absolute; z-index: 1;}
.h_ks1{width: 100%; height: 550px; top: 0px; position: relative; z-index: 1; margin-bottom: 80px;}

.h_ks ul{position: relative;}
.h_ks li{float: left; width: 386px; position: relative; background: #000; font-size: 16px; overflow: hidden; display: block;}
.h_ks li a{display: block;z-index: 2; width: 100%;height: 100%; position: absolute; padding: 5% 8%; color: #fff; background: url(../images/tb_021.png) repeat;}
.h_ks li a:hover{ background: url(../images/tb_021-1.png) repeat;}
.h_ks li a h3{color: #CA9404; font-size: 20px;}
.h_ks li img{min-width: 100%; min-height: 100%; width:100%;position: absolute;z-index: 1;transform: scale(1);transition: all ease-in-out .5s;}
.h_ks li:hover img{min-width: 100%; min-height: 100%; transform: scale(1.1);	transition: all ease-in-out .5s;}
.h_ks li.li1{width: 386px; height: 550px; background-color: #CA9404;}
.h_ks li.li1 a{background-image: none;}
.h_ks li.li1 a h3{color: #fff;}
.h_ks li.li2{width: 429px; height: 275px;}
.h_ks li.li3{width: 429px; height: 275px;}
.h_ks li.li4{width: 385px; height: 550px; position: absolute;right: 0px;}
.h_ks li a .kc_more{ background: url(../images/more.png) no-repeat 80% center; height: 20px; width: 100%; position: absolute; bottom: 50px;transition: all ease-in-out .5s;}
.h_ks li a:hover .kc_more{ background: url(../images/more.png) no-repeat 0% center; height: 20px; width: 100%; position: absolute; bottom: 50px;transition: all ease-in-out .5s;}

/*首页关于我们*/
.h_about{width: 100%;}
.h_about .custom{text-align: right;}
.h_about_con{width: 100%;clear: both; line-height: 35px; padding-left: 52%;margin-bottom: 60px; text-align:left ; float: left;font-size: 18px; color: #333;}
.h_about .h_about_more a{width: 150px; height: 45px; background: #CA9404; color: #fff; font-size: 18px; display: inline-block; text-align: center; line-height: 45px;}
.h_about .h_about_more {float: right;}
/*首页新闻*/
.h_new ul{display: block; overflow: hidden;}
.h_new li{ width: 50%; float: left; border-bottom: 1px solid #B5B5B5;font-size: 18px; padding-bottom: 20px; margin-bottom: 20px;}
.h_new li.li1{border-right: 1px solid #B5B5B5; width: 46%; border-bottom: 0px; margin-right: 4%;}
.h_new li.li1 .new_img{width: 90%; float: left; margin-right: 24px;}
.h_new li.li1 .new_con{width: 90%; float: left;}
.h_new li.li1 .new_time{display: none;}
.h_new li .new_con_tent{height: 50px; overflow: hidden;}
.h_new li .new_img{width: 166px; float: left; margin-right: 24px;}
.h_new li .new_img img{width: 100%;}
.h_new li .new_con{width: calc(100% - 190px); float: left;}
.h_new li .new_con_name{ display: block; height: 50px; line-height: 50px; overflow: hidden;}
.h_new li .new_con_name h3{width: calc(100% - 120px); float: left; font-size: 26px; margin: 0px;}
.h_new li .new_time{width: 110px; font-size: 18px; color: #999; float: right;}

/*首页FAQ*/
.FAQ ul{display: block;overflow: hidden; width: 100%; }
.ny .FAQ ul{display: block;overflow: hidden; width: 100%; padding-bottom: 80px;}
.FAQ li{width: 48%; margin-right:4%;  float: left; border-bottom: 1px solid #ccc;}
.FAQ li a{display: block; overflow: hidden;padding: 30px 0;}
.FAQ li .faq_q{display: block; overflow: hidden; height: 40px; overflow: hidden;}
.FAQ li .faq_q .faq_name{font-size: 26px;float: left; width: calc(100% - 60px);}
.FAQ li .faq_q span{float: left;margin-right: 20px; width: 40px; height: 40px; line-height: 40px; font-size: 36px; color: #fff; background: #3C3D40; display: inline-block;text-align: center;}
.FAQ li .faq_a{ display: block;overflow: hidden; margin-top: 12px;}
.FAQ li .faq_a span{float: left; margin-right: 20px; width: 40px; height: 40px; line-height: 40px;font-size: 36px; color: #fff; background: #CA9404;display: inline-block; text-align: center;}
.FAQ li .faq_a .faq_con{font-size: 18px; color: #999999; float: left; width: calc(100% - 60px); line-height: 20px; height: 40px; overflow: hidden;}
.FAQ .more{margin-top: 40PX; text-align: center;}
.FAQ .more a{width: 150px;transition: all ease-in-out .5s; height: 46px; text-align: center; background: #CA9404; color: #fff; display: inline-block; line-height: 46px; font-size: 18px;}
.FAQ .more a:hover{width: 160px; transition: all ease-in-out .5s; height: 46px; text-align: center; background: #CA9404; color: #fff; display: inline-block; line-height: 46px; font-size: 18px;}

/*弹窗*/


.n_box15{width:100%; height:100%; display:none; position:fixed; left:0px; top:0px; z-index:111111; background:url(../images/tb_021-1.png) repeat;}
.n_box15_c{width:1040px; display:block; overflow: hidden; position:fixed; left:50%; top:50%; z-index:111111; background-color:#fff;webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);  }
.n_box15_c_t{line-height:50px; position:relative; text-align:center; color:#333333; font-size:30px; font-weight:bold; position:relative;}
.n_box15_c_t img{width: 100%;}
.n_box15_c_t a{width:60px; position:absolute; right:20px; top:0px; padding: 20px;}
.n_box15_c_c{width:100%; padding:10%; text-align: center;}

.show_FAQ{padding: 5%; display: block; overflow: hidden;}
.show_FAQ li{width: 100%; margin-top: 40px;}
.show_FAQ li a{width: 100%; height: 100%; display: block; overflow: hidden;}
.show_FAQ li .faq_q{display: block; overflow: hidden; height: auto; overflow: hidden;}
.show_FAQ li .faq_q .faq_name{font-size: 24px;float: left; width: calc(100% - 60px);}
.show_FAQ li .faq_q span{float: left;margin-right: 20px; width: 30px; height: 30px; line-height: 30px; font-size: 24px; color: #fff; background: #3C3D40; display: inline-block;text-align: center;}
.show_FAQ li .faq_a{ display: block;overflow: hidden; margin-top: 12px;}
.show_FAQ li .faq_a span{float: left; margin-right: 20px; width: 30px; height: 30px; line-height: 30px;font-size: 24px; color: #fff; background: #CA9404;display: inline-block; text-align: center;}
.show_FAQ li .faq_a .faq_con{font-size: 18px; color: #999999; float: left; width: calc(100% - 60px); line-height: 30px; height: auto; overflow: hidden;}

/*成功案例*/

.clear{clear: both;}
.b_aboutbox1_cul{width: 100%; display: block; overflow: hidden; padding:1.2% 0 6% 0;color: #fff;}
.b_aboutbox1_cul LI{ width: 25%; float: left; text-align: center; font-size: 50px; position: relative;}
.b_aboutbox1_cul LI .bj_num font{font-size: 60px; color: #fff;}
.b_aboutbox1_cul LI .bj_con{font-size: 16px;}
.b_aboutbox1_cul LI:after{width: 1px; height:50px;top: 30%; background-color:#fff; position:absolute; right: 0; margin-left:-12px; content:"";}
.b_aboutbox1_cul LI:last-child:after{width: 0;}

/*合作伙伴*/
/*.i_box8{width:100%; padding:0px 0px 50px 0px;}
.i_box8_c{width:100%; padding-top:10px;}
.i_box8_c li{width:196px; margin-right:4px;float:left; padding-bottom:6px;}
.i_box8_c li .a_img{width:196px; height:98px;  display:inline-block; overflow:hidden;}
.i_box8_c li .a_img img{width:196px; height:98px; transition-timing-function:linear; transform: scale(1); transition: all ease-in-out .5s;}
.i_box8_c li .a_img:hover img{transform: scale(1.1);  transition: all ease-in-out .5s;transition-timing-function:linear;		 -webkit-filter: grayscale(0%);    -moz-filter: grayscale(0%);    -ms-filter: grayscale(0%);    -o-filter: grayscale(0%);    filter: grayscale(0%);    filter: gray;}
*/

.jmys {	display: block;position: relative;max-width: 1200px; margin: 0px auto;}
.jmys .jmys_c{ width: 100%; margin: 40px 0px; position: relative;}
.jmys_l{width: 100%;	}
.jmys_l ul{padding-bottom: 50px;}
.jmys_l ul li{width: 23%; margin: 1%; float: left;	color: #cccccc;	height: auto;	-webkit-box-sizing: border-box;	box-sizing: border-box;}
.jmys_l ul li:hover{color: #fff;}
.jmys_l ul li .div_jmys {	width: 100%;	display: inline-block;	position: relative;	color: #666666;	font-size: 16px;	text-align: center;}
.jmys_l ul li .div_jmys .a_img .img{width: 100%;}
.jmys_l ul li .div_jmys:hover {	text-decoration: none;	color: #666666;}
.jmys_l ul li .div_jmys .a_img {	width: 100%;	display: inline-block;	overflow: hidden;	background: #000;}
.jmys .ny_wmscy_con31 {	width: 100%;	overflow: hidden;	display: block;	overflow: hidden;}
.jmys .ny_wmscy_con31 .swiper-wrapper {	padding-bottom: 50px;}
.jmys .ny_wmscy_con31 .swiper-slide {	width: 100%;color: #cccccc;	height: auto;	-webkit-box-sizing: border-box;	box-sizing: border-box;}
.jmys .ny_wmscy_con31 .swiper-slide:hover {}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys {	width: 100%;	display: inline-block;	position: relative;	color: #666666;
	font-size: 16px;	text-align: center;}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover {	text-decoration: none;	color: #666666;}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_img {	width: 100%;	display: inline-block;	overflow: hidden;	background: #000;}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_img img {	width: 100%;	transition: all ease-in-out .2s;	filter: alpha(Opacity=100);	-moz-opacity: 1;
	opacity: 1;}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_img {	background-color: #a4884d;	transition: all ease-in-out .2s;}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_img img {	filter: alpha(Opacity=85);	-moz-opacity: 0.85;	opacity: 0.85;	transform: scale(1.05);
	transition: all ease-in-out .5s;}
.jmys .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,.jmys .swiper-pagination-custom,.jmys .swiper-pagination-fraction {	bottom: 0px;}
.jmys .wmscy-pagination31 .swiper-pagination-bullet {	width: 12px;	height: 12px;	background-color: #4e4e4e;	opacity: 1;	position: relative;}
.jmys .wmscy-pagination31 .swiper-pagination-bullet-active {}
.jmys .wmscy-pagination31 .swiper-pagination-bullet-active:after {	width: 100%;
	height: 100%;	background-color: #A4884D;	position: absolute;	left: 0%;	top: 0%;	-moz-border-radius: 100%;	/* Gecko browsers */	-webkit-border-radius: 100%;	/* Webkit browsers */
	border-radius: 100%;	/* W3C syntax */	content: "";}

.jmys .wmscy_next31 {	width: 50px;	height: 54px;	background: url(../images/tb_013.png) no-repeat;	right: -60px;	top:30%;	background-size: 80%;
	outline: 0;}
.jmys .wmscy_next31:hover {	background: url(../images/tb_013s.png) no-repeat;	background-size: 80%;}
.jmys .wmscy_prev31 {	width: 50px;	height: 54px;	background: url(../images/tb_014.png) no-repeat;	left: -60px;		top:30%;	background-size: 80%;	outline: 0;
}
.jmys .wmscy_prev31:hover {	background: url(../images/tb_014s.png) no-repeat;	background-size: 80%;}

/*footer start*/
.i_ff{ background-color:#1E1E1E; padding: 3% 0 0.5% 0;}
.i_ff .footer_logo{ text-align: center;}
.i_ff .footer_logo img{max-width: 300px;}
.i_ff .footer_about{ text-align: center; color: #FFFFFF;font-size: 18px; padding: 30px 0;}
.i_ff .name{font-size: 26px; color: #fff; height: 50px; line-height: 50px;}
.f_message {	width: 100%; margin-bottom: 30px; display: block; overflow: hidden; position: relative;}
.f_message ul{width: 100%;display: block; overflow: hidden; position: relative;}
.f_message li {	width: 45%; margin: 0px 2% 20px 0;		color: #333;	font-size: 16px; float: left;}
.f_message li.l1 {float: left; width: 24%;}
.f_message li.l2 {float: left;width: 50%;}
.f_message li .input_name{height: 40px; line-height: 40px;}
.f_message li .input_name span{ color: #e90000;}
.f_message li.l3{ width: 48%; float: right; position: absolute; right: 0px; top: 0; border-radius: 0px;margin: 0px 0 20px 0;}
.f_message li.l3 .ipt2{ height: 147px; border-radius: 0px;border: 1px solid #323235 ;	 }
.f_message li.l4{display: block; clear: both; width: 100%;}
.f_message .ipt1 {	width: 100%;	height: 64px;	line-height: 64px;	padding-left: 20px;	border: 1px solid #323235 ;	color: #FFFFFF;	font-size: 16px;background: #29292c;}
.text-center{text-align: center;}

.f_message li.l3 .ipt2 textarea{border: 1px solid #323235 ;	}
.f_message .ipt2 {	width: 100%;	height: 126px;	padding: 14px 20px;	border: 1px solid #323235;	color: #FFFFFF;	font-size: 16px;	-moz-border-radius: 3px;	/* Gecko browsers */	-webkit-border-radius: 3px;	/* Webkit browsers */	border-radius: 3px;	/* W3C syntax */	font-family: "微软雅黑";}
.f_message .ipt2.bg3 {	background: #29292c ;border: 0px; padding-left: 20px;}
.f_message .ipt1:-moz-placeholder,.f_message .ipt2:-moz-placeholder {	/* Mozilla Firefox 4 to 18 */	color: #FFFFFF;}
.f_message .ipt1::-moz-placeholder,.f_message .ipt2::-moz-placeholder {	/* Mozilla Firefox 19+ */	color: #FFFFFF;}
.f_message .ipt1:-ms-input-placeholder,.f_message .ipt2:-ms-input-placeholder {	color: #fff;}
.f_message .ipt1::-webkit-input-placeholder,.f_message .ipt2::-webkit-input-placeholder {	color: #fff;}
.f_message .div {	width: 100%;	height: 40px;	line-height: 40px;}
.f_message .ipt3 { margin: 0px auto; width:284px; margin: 0px auto;	height:45px;	line-height: 45px;	color: #FFFFFF;	font-size: 20px;	text-align: center;	background-color: #CA9404;	cursor: pointer;
	border: 0px;}
.f_message .ipt2.bg3:active{border: 0px;}

.footer_contact{font-size: 18px; margin-top:100px; color: #FFFFFF; text-align: left; padding-left: 170px; position: relative; height: 46px;}
.footer_contact li{padding: 0px 20px; display: inline-block;}
.footer_contact li img{margin-right: 10px;}
.footer_ewm{position: absolute; left: 0 ; top:-130px; height: 200px; width: 140px; text-align: center;}
.footer_ewm img{margin-bottom: 10px;}

.footer_bq {text-align: center; position: relative;font-size: 16px;/* height:auto; overflow: hidden; */}
.footer_bq a{color: #7E7E7E;}
.footer_bq a:hover{color: #CA9404;}
.i_footer_l_c1 {height: 56px;margin-top: 25px; display: inline-block; margin-left: 20px;}
.i_footer_l_c1 img{width: 30px;}
.i_footer_l_c1 a,.i_footer_l_c1 a:hover {	margin-right: 5px;	display: inline-block;	text-decoration: none; width: 40px;}
.i_footer_l_c1 a.a1 {	position: relative;}
.i_footer_l_c1 a.a1 .img {	width: 100px;	height: 100px;	position: absolute;	top: -120px;	left: 0px;	display: none;	z-index: 1;}
.i_footer_l_c1 a.a1 .img  img{ width:100px;}

.i_pf{width:122px; position:fixed; right:3%; bottom:90px; display: none; z-index:1111;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.i_pf_t{width:100%; height:30px; position:relative;}
.i_pf_t img{width:50px; height:59px; position:absolute; left:50%; margin-left:-25px; top:0px; z-index:1;}
.i_pf_c{width:100%; background-color:#CA9404; border-radius: 5px; }
.i_pf_c li{width:100%; float:left;border-radius: 5px; position: relative; }
.i_pf_c li .div{width:100%; padding:20px 0px 10px 0px; display:inline-block; color:#fff; font-size:18px; float:left; position:relative;}
.i_pf_c li .div:hover,.i_pf_c li .div.activepf{ color:#fff; border-radius: 5px; }
.i_pf_c li:after{content:""; z-index:1; bottom: 0px; height: 2px;display: inline-block; position: absolute; width: 50px; margin: 0px auto;left:50%; bottom:0px; background: #ffffff;
webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.i_pf_c li:last-child:after{height: 0;}
.i_pf_c li .div .a_img{width:100%; height:60px; margin-bottom:8px;}
.i_pf_c li .div .a_img.bg2{ background:url(../images/fd2.png) center no-repeat;}
.i_pf_c li .div:hover .a_img.bg2,.i_pf_c li .div.activepf .a_img.bg2{ background:url(../images/fd2.png) center no-repeat;}
.i_pf_c li .div .a_img.bg3{ background:url(../images/fd3.png) center no-repeat;}
.i_pf_c li .div:hover .a_img.bg3,.i_pf_c li .div.activepf .a_img.bg3{ background:url(../images/fd3.png) center no-repeat;}
.i_pf_c li .div .a_img.bg4{ background:url(../images/fd1.png) center no-repeat;}
.i_pf_c li .div:hover .a_img.bg4,.i_pf_c li .div.activepf .a_img.bg4{ background:url(../images/fd1.png) center no-repeat;}
.i_pf_c li .div .a_text{width:100%; line-height:1.6; text-align:center;}

.i_pf_c li .div .box1{width:240px; padding-right:13px; position:absolute; right:120px; top:0px; padding-right:18px;display:none;}
.i_pf_c li .div .box1:after{width:14px; height:14px; background:url(../images/tb_012.png) no-repeat; position:absolute; right:4px; top:50%; margin-top:-7px; content:"";}
.i_pf_c li .div .box1_c{width:100%; padding:16px 5px; line-height:2; overflow:hidden; background-color:#ca9404; color:#fff; font-size:18px;-moz-border-radius: 10px;      /* Gecko browsers */
-webkit-border-radius: 10px;   /* Webkit browsers */
border-radius:10px;            /* W3C syntax */ text-align:center;}
.i_pf_c li .div:hover .box1{ display:block;}
.i_pf .gd_ewm {width:122px; padding: 4%;background: #fff; margin-top: 10px; border-radius: 5px;}
.i_pf .gd_ewm img{width: 100%;}

@media screen and (min-width:1280px) and (max-width:1440px)
{
.i_pf{width:80px; position:fixed; right:2px; bottom:90px; display: none; z-index:1111;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.i_pf_t{width:100%; height:30px; position:relative;}
.i_pf_t img{width:60%; position:absolute; left:50%; margin-left:-25px; top:0px; z-index:1;}
.i_pf_c{width:100%; background-color:#CA9404; border-radius: 5px; }
.i_pf_c li{width:100%; float:left;border-radius: 5px; position: relative; }
.i_pf_c li .div{width:100%; padding:20px 0px 10px 0px; display:inline-block; color:#fff; font-size:18px; float:left; position:relative;}
.i_pf_c li .div:hover,.i_pf_c li .div.activepf{ color:#fff; border-radius: 5px; }
.i_pf_c li:after{content:""; z-index:1; bottom: 0px; height: 2px;display: inline-block; position: absolute; width: 50px; margin: 0px auto;left:50%; bottom:0px; background: #ffffff;
webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.i_pf_c li:last-child:after{height: 0;}
.i_pf_c li .div .a_img{width:100%; height:60px; margin-bottom:8px;}
.i_pf_c li .div .a_img.bg2{ background:url(../images/fd2.png) center no-repeat; background-size:40px ;}
.i_pf_c li .div:hover .a_img.bg2,.i_pf_c li .div.activepf .a_img.bg2{ background:url(../images/fd2.png) center no-repeat;background-size:40px ;}
.i_pf_c li .div .a_img.bg3{ background:url(../images/fd3.png) center no-repeat;background-size:40px ;}
.i_pf_c li .div:hover .a_img.bg3,.i_pf_c li .div.activepf .a_img.bg3{ background:url(../images/fd3.png) center no-repeat;background-size:40px ;}
.i_pf_c li .div .a_img.bg4{ background:url(../images/fd1.png) center no-repeat;background-size:40px ;}
.i_pf_c li .div:hover .a_img.bg4,.i_pf_c li .div.activepf .a_img.bg4{ background:url(../images/fd1.png) center no-repeat;background-size:40px ;}
.i_pf_c li .div .a_text{width:100%; line-height:1.6; text-align:center;font-size: 14px;}

.i_pf_c li .div .box1{width:240px; padding-right:13px; position:absolute; right:80px; top:0px; padding-right:18px;display:none;}
.i_pf_c li .div .box1:after{width:14px; height:14px; background:url(../images/tb_012.png) no-repeat; position:absolute; right:4px; top:50%; margin-top:-7px; content:"";}
.i_pf_c li .div .box1_c{width:100%; padding:16px 5px; line-height:2; overflow:hidden; background-color:#ca9404; color:#fff; font-size:18px;-moz-border-radius: 10px;      /* Gecko browsers */
-webkit-border-radius: 10px;   /* Webkit browsers */
border-radius:10px;            /* W3C syntax */ text-align:center;}
.i_pf_c li .div:hover .box1{ display:block;}
.i_pf .gd_ewm {width:122px; padding: 4%;background: #fff; margin-top: 10px; border-radius: 5px;}
.i_pf .gd_ewm img{width: 100%;}
	
	}

.n_banner{width:100%; position:relative; min-width:1200px;}
.n_banner img{width:100%;}
.n_banner:after{width:100%; height:100%;  position:absolute; left:0px; bottom:0px; content:""; z-index:1;}
.n_banner_text{width:100%; position:absolute; left:0px; bottom:120px; color:#fff; line-height:1.7; font-size:18px; z-index:2;}
.n_banner_text .s1{ font-size:30px;}
.n_banner_text1{width:100%; background:#000; position:relative; left:0px; bottom:0px; text-align:center; z-index:3;}
.n_banner_text1 a{ height:90px; line-height:90px; padding:0px 25px; display:inline-block; color:#fff; font-size:20px;
-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.n_banner_text1 a:hover,.n_banner_text1 a.activetopm{color:#CA9404; text-decoration:none;}


/*内页开始*/

.n_box1{width:100%; background-color:#fff;}
.n_menu1{width:100%; height:40px; position:relative;margin:0; overflow:hidden;font-family:"微软雅黑";}
.n_menu1.fixmenuzs{ position:fixed; left:0px; top:66px; z-index:111;}
.n_menu1 .scroller {position:absolute; }
.n_menu1 .scroller li { height:40px;color:#222222;float: left;font-size:15px;text-align: center;}
.n_menu1 .scroller li a{padding:0px 17px;color:#222222;display:block;width:100%; height:40px;line-height:40px;}
.n_menu1 .scroller li a:hover,.n_menu1 .scroller li a:link{ text-decoration:none;}
.n_menu1 .scroller li.cur{/*background:#d92028*/}
.n_menu1 .scroller li.cur a{ background-color:#f7f7f7; background: url(../images/line_bg1.jpg) repeat-x left bottom; color:#2873ff; text-decoration:none;}

.n_box1{padding:75px 0px 60px 0px; width:100%; display: block; overflow: hidden;}
.n_box1_t{width:100%; color:#222222; font-size:30px; line-height:1px; line-height:1.8; text-align:center;}
.n_box1_t1{width:100%; padding:10px 0px; line-height:1.6; color:#222222; font-size:16px; text-align:center;}
.n_box1_c{width:100%; padding-top:35px;}
.n_box1_c li{width:25%; float:left; text-align:center; color:#000000; font-size:16px; line-height:1.4;}
.n_box1_c li .s1{ color:#ca9404; font-size:60px; font-family:"Times New Roman";}
.n_box1_c li .s1 span{ display:inline-block; position:relative;}
.n_box1_c li .s1 span .tb1{width:24px; height:24px; line-height:24px; display:inline-block; text-align:center; color:#000; font-size:16px; position:absolute; right:-30px; top:20px;}

.i_section{
	position: relative;
	box-sizing: border-box;
	width:100%; overflow:hidden;
	 min-width:1200px;
	}
.bg_blur{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-size:cover;
	background-attachment: fixed;
	background-position-x:center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}

.a_mtbd_dpages {	width: 100%;	text-align: center;	padding: 10px 0% 40px 0%;	font-size: 16px;
	margin: 20px auto 20px auto;}
.a_mtbd_dpages a,.a_mtbd_dpages span {	width: 40px;	height: 40px;	margin: 5px;	line-height: 40px;	text-align: center;
	background-color: #fff;	color: #333;	display: inline-block;	-webkit-transition: all ease-out 0.2s;	transition: all ease-out 0.2s;border: 1px solid #CCCCCC;
}
.a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages,.a_mtbd_dpages span {	color: #fff;	text-decoration: none;	background-color: #CA9404;border: 1px solid #CA9404;}
.a_mtbd_dpages .page_up {	box-shadow: 0px 0px 0px;	width:40px;	background: url(../images/page.png) no-repeat center center;}
.a_mtbd_dpages .page_down {	box-shadow: 0px 0px 0px;	width: 40px;	background: url(../images/page1.png) no-repeat center center;}
.a_mtbd_dpages .page_down:hover{	color: #333;	background: #fff url(../images/page3.png) no-repeat center center;	}
.a_mtbd_dpages .page_up:hover {	color: #333;	background: #fff url(../images/page2.png) no-repeat center center;	}


/*关于我们*/
.where{ height: 160px; line-height: 160px;color: #CA9404; font-size: 18px;}
.where a{color: #CA9404; padding: 0px 10px;}
.where a:first-child{padding-left: 0;}
.where a:hover{ color: #333;}
.about{display: block; overflow: hidden; color: #333333; line-height: 2;}
.about {margin-bottom: 40px;display: block; overflow: hidden;}
.about .about_con{width: 50%; display: block; overflow: hidden;float: left;}
.about .about_con h3{font-size: 24px;}
.about .about_con .about_c_l{font-size: 18px}
.about .aobut_img{width: 40%; float: right;}
.about .about_cent p{margin: 50px 0;}
/*联系我们*/
/*联系我们 start*/
.contact{background: #CA9404; display: block; overflow: hidden; margin-bottom: 5%;}
.contact_l{float: left; width: 50%; color: #fff; padding: 5%;}
.contact_r{float: right; width: 50%;}
.n_box18_ul{width:100%;}
.n_box18_ul li{width:100%; float:left;; display: block; overflow: hidden;  margin-top: 20px;}

.n_box18_ul li .div_t{width:100%; padding-top:10px; line-height:1.4; color:#fff; font-size:18px; text-align: left; padding-left: 14%;}
.n_box18_ul li  .s1{ font-size:24px; color:#fff;font-weight: bold;}
.n_box18_ul li .div{display: block; overflow: hidden;}
.n_box18_ul li .bg1{ background:url(../images/tb_015s.png) left 20px no-repeat;}
.n_box18_ul li .bg2{ background:url(../images/tb_016.png) left 20px no-repeat;}
.n_box18_ul li .bg3{ background:url(../images/tb_017.png) left 20px no-repeat;}
.n_box18_ul li .bg4{ background:url(../images/tb_07.png) left 20px no-repeat;}
.n_box18_ul li .div_c{width:100%; padding-top:10px;}
.n_box18_ul li .div_c .s1{ margin-right:15px; padding-top:10px; display:inline-block;}
.n_box18_ul li .div_c .s1 img{ border:1px solid #cbcbcb;}
.n_box18_ul li .div_c1{width:100%; padding-top:10px; line-height:1.2; color:#fff; font-size:22px; text-align: left;}
.n_box18_ul li .div_c2{width:100%; line-height:1.7; padding-top:10px; color:#fff; font-size:22px;}

.n_box19{width:100%;  float: left;}
.i_cont_message{width:100%; float: right; background: url(../images/message_bg.jpg) no-repeat center bottom;background-attachment: fixed; }
.n_box19 #allmap{width:100%; overflow:hidden; min-height: 710px;}
/*新闻 start*/
.photo {padding: 0%;}
.photo li{background-color: #fff; height: auto; width:31%; margin-right: 3.3333%;  display:block;color:#666666; font-size:16px; text-align:center; float: left; margin-bottom: 3%;}
.photo li:hover{ text-decoration:none; color:#666666; background: #CA9404;}
.photo li .a_img1{width:100%; height: 270px; overflow: hidden; position: relative; padding: 0%; display:inline-block; overflow:hidden;background: #fff; }

.photo li .a_img1 img{min-width:100%; width: 100%; min-height: 100%;  transition: all ease-in-out .2s;}
.photo li .a_text1{width:100%; text-align:left; overflow:hidden; color:#000000; font-size:26px;  margin-top: 5px; padding-top: 20px; height: 60px; overflow: hidden;}
.photo li .photo_line{height: 2px; width: 0px; background: #fff; margin-top: 20px; transition: all ease-in-out .5s;}
.photo li .photo_con{padding: 10px 5%;min-height: 120px; }
.photo li .photo_con .add{text-align: left; color: #999; transition: all ease-in-out .5s; font-size: 18px;}
.photo li:hover .photo_line{height: 2px; width: 100%;background: #ecac00; transition: all ease-in-out .5s;}
.photo li:hover .a_text1{color: #fff;}
.photo li:hover .a_img1{background-color: #000; transition: all ease-in-out .2s;}
.photo li:hover .a_img1 img{filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; transform: scale(1.1); transition: all ease-in-out .5s;}
.photo li:hover .photo_con .add{text-align: left; color: #fff; transition: all ease-in-out .5s;}
/*/详细页/*/
/*产品 start*/
.pro {padding: 0%;}
.pro li{background-color: #fff; height: 440px; width:31%; margin-right: 3.3333%;border: 1px solid #ccc; transition: all ease-in-out .3s;   display:block;color:#666666; font-size:16px; text-align:center; float: left; margin-bottom: 3%;}
.pro li:hover{ text-decoration:none; color:#666666; background: #CA9404;border: 4px solid #CA9404; transition: all ease-in-out .3s; }
.pro li .a_img2{width:100%; height: 350px; margin-bottom: 10px; overflow: hidden; position: relative; padding: 0%; display:inline-block; overflow:hidden;background: #fff; }

.pro li .a_img2 img{min-width:100%; width: 100%; min-height: 100%;  transition: all ease-in-out .2s;}
.pro li .a_text1{width:100%; text-align:left; overflow:hidden; color:#000000; font-size:24px; line-height: 30px; margin-top: 15px;height: 60px; overflow: hidden;}
.pro li .photo_con{padding: 10px 5%;min-height: 120px; }
.pro li:hover .a_text1{color: #fff;font-size:23px;}
.photo li:hover .a_img2{background-color: #000; transition: all ease-in-out .2s;}
.pro li:hover .a_img2 img{filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; transform: scale(1.1); transition: all ease-in-out .5s;}

.pro_show .pro_show_img{ width: 470px; height: 470px; float: left; border: 4px solid #CA9404;}
.home-swiper1 {width: 100%;height: 100%;background: #000;}
.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 img{width:100%; display:block;}

.home-swiper1 .swiper-slide-active img {    width: 100%;    height: 100%;    display: block;-webkit-animation: hvr-bob 1s ease 1;animation: hvr-bob 3s ease 1;
}

@-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);  }
}
.home-swiper1 .swiper-slide .s1 img{width:100%; height:100% !important; display:block;}
.home-swiper1 .home-pagination .swiper-pagination-bullet { margin:0px 5px !important;width: 102px !important;height: 7px !important;opacity: 1; -moz-border-radius: 100%;
-webkit-border-radius: 100%;border-radius:4px; opacity:1;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; background-color: rgba(255,255,255,0.20);}
.home-swiper1 .home-pagination .swiper-pagination-bullet-active {width:102px !important;opacity:1;height: 7px !important;background-color:#CA9404;}
.home-swiper1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:18px; text-align:center;}
.home-swiper1 .swiper-button-prev.home_prev {width:42px; height:42px; background:url(../images/tb_014.png) left center no-repeat; background-size: 42px;margin-top:-21px; left:0%;}
.home-swiper1 .swiper-button-next.home_next{width:42px; height:42px; background:url(../images/tb_013.png) left center no-repeat; background-size: 42px; margin-top:-21px; right:0%;}
.home-swiper1 .swiper-button-prev:hover.home_prev {width:42px; height:42px; background:url(../images/tb_014s.png) left center no-repeat; background-size: 42px;margin-top:-21px; left:0%;}
.home-swiper1 .swiper-button-next:hover.home_next{width:42px; height:42px; background:url(../images/tb_013s.png) left center no-repeat; background-size: 42px; margin-top:-21px; right:0%;}

.pro_show_name{width: 510px; float: right;}
.pro_show_name h3{font-size: 25px; color: #000000;}
.pro_show_name .pro_cen{font-size: 18px; color: #333333;}
.pro_show_name .zx{width: 250px ; height: 50px; line-height: 50px; 
background:#CA9404 url(../images/zx.png) no-repeat 60px center; color: #fff; font-size: 16px; text-align: center; margin-top: 50px; background-size: 24px;}
.pro_show_name .zx a{color: #fff;}
.pro_n {background: #CA9404; height: 100px; margin-top: 80px; line-height: 100px;}
.pro_n .pro_n_name{font-size:30px; color: #FFFFFF;  font-weight: bold;}
/*/产品end/*/
.ny_content {	min-height: 400px;	padding: 20px 0;	font-size: 18px;}
.ny_content .ny_custom1 {	text-align: center;	font-size: 30px;	font-weight: bold;color: #333333;}
.ny_content .ny_con_time {	text-align: center;	font-size: 16px;	color: #999999;	margin: 10px 0 0px 0;}
.ny_show img {	max-width: 100%;}
.ny_show {	background: #fff; padding: 60px 0;}
.ny_show p {	line-height: 1.8;}
.page {	margin: 80px 0 0 0;	border-top: 1px solid #e5e5e5;	padding: 20px 0; font-size: 18px;}
.page .fl {	display: inline-block;	background: url(../images/page.png) no-repeat left center;	padding-left: 20px;
	color: #666;}
.page .fr {
	display: inline-block;	background: url(../images/page1.png) no-repeat right center;	padding-right: 20px;	color: #666;}
.page .fl:hover {	color: #CA9404;	padding-left: 30px;}
.page .fr:hover {	color: #CA9404;	padding-right: 30px;}


/*新闻 end*/
