@charset "UTF-8";
body { color: #3a3634;overflow-x: hidden; font-size: 14px;}
* { outline: none;}
a:focus{outline:none;}
a { color: #333;}
input,select,button,textarea {vertical-align:middle;font-family:"microsoft Yahei","微软雅黑","Raleway,Helvetica Neue, Helvetica, Arial, sans-serif"; outline: none;border: 0;}
select { -webkit-appearance: none;}
li{ list-style:none;}
ol, ul{ padding:0;}
a, a:hover{ -webkit-filter: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.trans { -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.wrap { margin-top:70px;}
:-moz-placeholder { color: #828282; opacity:1; }
::-moz-placeholder { color: #828282;opacity:1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #828282;opacity:1;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #828282;opacity:1;}
.tc { text-align: center;}
img { max-width:100%;}
.text ul,.text li,.text p,.text h6,.text h5,.text h4,.text h3,.text h2,.text h1,.text ol,.text dl,form { margin:0;}
.wrap { margin-top:60px;}





.header { background: url(/images/en/bg.jpg) repeat;height:134px;}
.searchForm { font-size: 0;margin:49px 0 0 85px;}
.searchForm input { width: 370px;height: 37px;line-height: 37px;background:#fff url(/images/en/search.png) no-repeat 12px center;padding-left:35px;color: #666;border:2px solid #cacaca;border-right:0;font-size: 14px;}
.searchForm button { width: 78px;background: #c8000a;font-size: 16px;color: #fff;height: 37px;}
.head-tel span { font-size:16px;color:#3a3634;}
.head-tel em { font-size: 24px;font-weight: bold;color:#c8000a;font-family: arial;font-style: normal;}
.head-tel span,.head-tel em { vertical-align: middle;}
.lange-icon { background: url(/images/en/language.png) 10px center no-repeat;font-size: 16px;font-family: Arial;border:1px solid #cacaca;width: 118px;height: 30px;line-height: 30px;display: block;padding-left:32px;cursor: pointer;position: relative;display: block;overflow: hidden;}
.lange-icon:before { content: "";width:11px;height: 6px;position: absolute;right:14px;top:11px;background: url(/images/en/ico1.png) no-repeat center;}
.language { position: relative;margin:4px 0 0 15px;}
.lange-a { position: absolute;top:30px;left:0;width:100%;padding-top:12px;display: none;}
.lange-a a { display: block;line-height: 30px;background: #fff;}
.lange-a:before { content:"";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;position: absolute;left: 50%;top: 4px;margin-left:-4px;}
.lange-a a:hover { color:#c8000a;}
.language:hover .lange-a { display: block;}
.head-con { position: relative;}
.header-fr { position: absolute;right:0;top:49px;}
.logo { margin-top:25px;}
.logo img { display: block;}


/* 导航 */
.nav-bg { background: #c8000a;height: 50px;line-height: 50px;}
.nav{ position:relative; z-index:9999; margin: 0 auto; }
.nav .nLi{ float:left;  position:relative; display:inline;}
.nav .nLi:last-child { background:none;}
.nav .nLi.on { background:none;}
.nav .nLi h3{ margin:0;}
.nav .nLi h3 a{ display:block;font-size:17px; color:#fff;font-weight:bold; font-weight:normal;text-transform:uppercase; text-align:center;width: 162px;}
.nav .sub{ display:none;left:0; top:36px;  position:absolute; background:#fff;line-height:40px;width:100%;padding:5px 0;z-index: 99;text-align: center;border-top:3px solid #fef201;}
.nav .sub a{ display:block;font-size:15px; display:block;color:#3a3634;border-bottom:1px solid #d8d7d6;margin:0 10px;}
.nav .sub li:last-child a { border:none;}
.nav .nLi:last-child h3 a:before { width: 0;}
.nav h3 a:before{ content: "";width:1px;height:50px;background:#d94d54;position: absolute;right:0;top:0px;}
.nav .sub2 { width:130%;}
.nav .on h3 a,.nav h3 a:hover { color:#fef201;background: #a90008;
    background: -webkit-linear-gradient(top, #fb000d, #a90008);
    background: -o-linear-gradient(bottom, #fb000d, #a90008);
    background: -moz-linear-gradient(bottom, #fb000d, #a90008);
    background: linear-gradient(to bottom, #fb000d, #a90008);}
.nav .sub2 a { display:block;}
.nav .sub a:hover{ color:#c8000a;}



/* 手机导航 */
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;top:0;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo a { display: block;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:100%;}
.sp_nav span{display:block;background:#666;width:22px;height:2px;position:absolute;left:14px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:15px}
.sp_nav span:nth-of-type(2){top:23px}
.sp_nav span:nth-of-type(3){top:31px}
.sp_nav_se span:nth-of-type(1){top:23px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:23px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 50px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;width: 10%;text-align: right;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;padding-left:15px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none;margin: 0;}
.sjj_nav ul li a{color:#666;width:100%;display: block;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;margin-right: 10px;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.lange-en { position: absolute;right:50px;top:0;height: 50px;display: block;font-size: 16px;line-height: 50px;text-align: right;}
.lange-en a { display: block;padding:0 10px 0 20px;}

/* banner */
.banner .swiper-container2 .swiper-slide img { width:100%;}
.banner .swiper-container2 .swiper-slide a { display: block;}

/* 产品系列 */
.in-tit h3,.in-tit p { margin: 0;}
.in-tit h3 { font-size: 30px;color:#010101;}
.in-tit h3 span { color:#c8000a;}
.in-tit p img { display: block;margin:10px auto 40px auto;}
.prod-slide a { display: block;}
.prod-slide .prod-img { position: relative;overflow: hidden;}
.prod-slide .prod-img img { width: 100%;}
.prod-slide .prod-img p { position: absolute;bottom:-10px;left:0;font-size: 18px;color:#010101;line-height: 70px;font-weight:bold;margin:0 2%;width: 96%;}
.prod-slide .prod-bor { position: absolute;bottom:0;left:0;right:0;top:0;border:2px solid #c8000a;display: none;}

.prod-box { position: relative;}
.prod-box .swiper-button-prev,.prod-box .swiper-button-next { width: 40px;height: 40px;}
.prod-box .swiper-button-prev { background: url(/images/en/arrow.png) no-repeat left top;left:-70px;}
.prod-box .swiper-button-next { background: url(/images/en/arrow.png) no-repeat right top;right:-70px;}
.prod-box .swiper-button-prev:hover { background: url(/images/en/arrow.png) no-repeat left bottom;}
.prod-box .swiper-button-next:hover { background: url(/images/en/arrow.png) no-repeat right bottom;}
.prod-box .swiper-button-next,.prod-box .swiper-button-prev { margin-top:-20px;}
.swiper-container3.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container3.swiper-pagination-custom, .swiper-pagination-fraction { bottom:0;}

/* 热销产品 */
.hot-bg { background: #f6f6f6;padding:60px 0;}
.prod-list img { width: 100%;display: block;}
.prod-list { margin-right:-20px;}
.prod-list li { padding:0 20px 20px 0;}
.prod-list p { font-size: 16px;line-height: 40px;height: 40px;background: #4e4e4e;color:#fff;margin:0 auto;padding:0 15px;}
.in-more a { font-size:16px;color:#666;border:1px solid #666;height: 37px;line-height: 35px;padding:0 40px;display: inline-block;border-radius:3px;margin-top:30px;}
.in-more a i { background: url(/images/en/more2.png) no-repeat center;width: 22px;height: 22px;display: inline-block;margin-top:3px;position: relative;top:3px;margin-left:10px;}



/* 关于我们 */
.ab-bg { background: url(/images/en/ab-bg.jpg) no-repeat center top;background-size:cover;background-attachment: fixed;padding:70px 0;}
.about-en { font-size: 61px;color:#292929;font-family: Arial;line-height: 0px}
.about-tit { font-size: 40px;color:#c8000a;position: relative;top: -10px;}
.about-b { font-size:18px ;color:#fff;margin-top:5px;}
.about-strong { font-weight: bold;}
.about-text { color: #fff;margin-top:55px;}
.about-text h3{ font-size: 24px;color:#fff;}
.about-text p { font-size:16px;line-height: 25px;margin-top:15px;color:#fff;}
.ab-more a { background: #c8000a;color:#fff;font-size:14px;display: block;width: 120px;height: 30px;line-height: 30px;margin-top:70px;}
.ab-more a i { background: url(/images/en/more.png) no-repeat center;width: 7px;height: 13px;display: inline-block;margin-top:3px;position: relative;top:2px;margin-left:10px;}
.in-ab-text { padding-right:2%;}
.in-ab-img { padding-left:2%;}
.in-ab-img img { padding: 20px;border:1px solid #eee;display: block;margin:0 auto;}

/* 新闻 */
.news-box .news-li { position: relative;top:-25px;}
.news-box3 .news-list { border-bottom:1px solid #eaeaea;padding:25px 0;}
.news-box .news-time3 { text-align: center;font-family: Arial;color: #797979;font-style: italic;line-height: 84px;height: 84px;}
.news-box .news-time3 b { font-size: 42px;}
.news-box .news-time3 span { font-size:22px;margin:0;}
.news-box .news-text h3 { font-size:18px;color:#292a2a;font-weight:normal;margin:0;}
.news-box .news-text p { font-size: 14px;line-height: 25px;color:#797979;margin:6px 0 0 0;height:50px;overflow: hidden;}
.news-fade { padding-right:5%;}
.slideGroup .parHd ul{  position:relative;text-align:center;margin:0 0 40px 0;  }
.slideGroup .parHd ul li{ display:inline-block;*display:inline;*zoom:1;cursor:pointer; margin:0 5px; }
.slideGroup .parHd ul li { font-size:18px;color:#292a2a;width:140px;height:40px;border:2px solid #d7d7d7;line-height: 36px;}
.slideGroup .parHd ul li.on a,.slideGroup .parHd ul li.on { background:#c8000a;color:#fff;border:2px solid #c8000a;}
.slideGroup .slideBox{ overflow:hidden; zoom:1;position:relative;padding-bottom:50px;   }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.slideGroup .parBd ul li .title{ line-height:24px;   }

.news-bg { background: #c8000a;position: relative;}
.news-top { display: flex;flex-direction: row;height:264px;}
.recommend { margin-top:18%;}
.recommend p { font-size:18px;color:#fff;margin:0;}
.recommend span { display: block;color:rgba(255,255,255,.4);font-size: 12px;font-family: Arial;text-transform: uppercase;}
.news-rec-time { position: absolute;bottom:14%;left:0;width: 100%;color:#fef200;font-family: Arial;line-height: 20px;}
.news-rec-time b { font-size: 28px;}
.news-rec-time p { font-size: 14px;margin:0;}
.news-img img { width: 100%;display: block;height: 100%;object-fit: cover;}
.news-bot { margin-top:30px;}
.news-bot h3 { font-size: 18px;color:#292a2a;margin:0;}
.news-bot p { font-size: 14px;color:#797979;line-height: 25px;height:50px;overflow: hidden;margin:10px 0 0 0;}
.news-text { padding-left:116px;}
.news-fade a { display: block;}


/* footer */
.footer { background: #252426;padding:55px 0;}
.foot-list li { float:left;margin-right:20px;}
.foot-list li:last-child { margin-right:0;}
.foot-list h6 { font-size:20px;color:#fff;font-weight: bold;}
.foot-list p { margin: 0;color:#939394;font-size:14px;}
.foot-list p a{ color:#939394;line-height: 30px;display:block;}
.foot-cont p { margin-bottom:15px;}
.foot-cont span { vertical-align: middle;margin-left:10px;}
.foot-cont { padding:0 75px;border-left:1px solid #3b3a3c;border-right:1px solid #3b3a3c;}
.foot-img p { line-height: 36px;}
.bot { background: #1e1d1f;padding:15px 0;font-size: 14px;color:#7d7d7e;line-height: 26px;}
.bot a { color:#7d7d7e;}

/* about */
.side_list span a.current,.side_list span a:hover { background:#c8000a;color:#fff;border:1px solid #c8000a;}
.side-box { box-shadow: 0 0 6px rgba(0,0,0,0.2);position: relative;}
.side_list { font-size:0;margin:25px 0 25px 0;}
.side_list span a { padding: 0px 25px;height:34px;border:1px solid #a0a0a0;display:inline-block;*display:inline;*zoom:1;font-size:18px;color:#3a3634;line-height:34px;margin:0 6px;}
.ab-bg2 { background: #f2f2f2;}
.loction { font-size: 12px;color:#3a3634;line-height: 44px;border-bottom:1px solid #e5e5e5;}
.loction em { color:#c8000a;font-style: normal;}
.ny-wrap { padding:40px 0 60px 0;}
.ab-text { background: #fff;padding:50px;}
.in-tit2 h6 { font-size: 36px;}
.text { font-size: 16px;line-height: 35px;color:#3a3634;}

/* honor */
.honor-list li { text-align: center;}
.honor-list li img { width: 100%;display:block;margin:0 auto;}
.honor-list li p { font-size: 16px;color: #3a3634;line-height:50px;margin:0;-moz-transition:all ease-in 0.3s;transition:all ease-in 0.3s;}
.fs_gallery {background: rgba(0,0,0, 0.9);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 9999;}
.fs_gallery_close {position: absolute;top: 20px;right: 20px;width: 25px;height: 25px;color: #ccc;font-size: 34px;line-height: 23px;text-align: center;cursor: pointer;z-index: 102;}
.fs_gallery_close:before {content: "×";}
.fs_gallery_prev, .fs_gallery_next {position: absolute;width: 80px;color: #ccc;font-size: 30px;cursor: pointer;z-index: 101;}
.fs_gallery_prev {left: 0;top: 0;bottom: 0;}
.fs_gallery_next {right: 0;top: 0;bottom: 0;}
.fs_gallery_prev:before {content: "‹";position: absolute;height: 30px;margin-top: -30px;top: 50%;left: 35px;}
.fs_gallery_next:before {content: "›";position: absolute;height: 30px;margin-top: -30px;top: 50%;left: 35px;}
.fs_gallery_shuft {position: relative;width: 9999999px;}
.fs_gallery_shuft:after {clear: both;content: "";display: block;}
.fs_gallery_shuft_item {float: left;position: relative;background-image: url(data:image/gif;base64,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);
    background-position: center center;
    background-repeat: no-repeat;}
.fs_gallery_shuft_item img {box-shadow: 0 0 8px rgba(0,0,0, 0.8);position: absolute;top: 50%;left: 50%;}
.honor-list li a ,.tour-list span{ display: block;}
.honor-list li { padding:0 40px 20px 0px;}
.honor-list { margin-right:-40px;}
/*------------------------------------分页样式----------------------------------*/
.yu10 {clear: both;color:#333;text-align:center; padding:20px 0 0px 0;}
.yu10 span {border: 1px solid #f3f3f3;background:#fff;margin-right: 2px;padding:8px 14px;}
.yu10 a {padding:8px 14px;color:#666666;font-size: 14px;border:1px solid #dddddd;}
.yu10 a{margin:0 2px;
    transition: background 1s, color 0.5s;
    -moz-transition: background 1s, color 0.5s;	/* Firefox 4 */
    -webkit-transition: background 1s, color 0.5s;	/* Safari 和 Chrome */
    -o-transition: background 1s, color 0.5s;	/* Opera */	}
.yu10 .current,.yu10 a:hover {background:#c8000a;border:1px solid #c8000a;color: #fff;padding:8px 14px;text-decoration: none;}
.yu10 ul li {float: left;font-size: 12px;height: 22px;line-height: 22px;margin: 0 8px;}
.yu10 ul li a {font-size: 12px;font-weight: bold;margin: 0 5px;}
.yu10 ul li select {font-size: 12px;vertical-align:top;}

/* tour */
.tour-list img { border:1px solid #e5e5e5;padding:10px;}

/* product */
.product-list { margin-right:-20px;}
.product-list .prod-slide { padding:0 20px 0 0;margin-bottom:20px;}
.prod-p { font-size: 18px;color: #010101;line-height: 60px;font-weight: bold;padding:0 15px;margin: 0;}


/* product3 */
.prod-fl img { margin:0 auto;display: block;}
.prod-fr { padding-left:4%;}
.prod-fr h6 { font-size: 22px;color:#000;}
.prod-text { font-size: 14px;color:#535353;line-height: 25px;margin-top:25px;}
.screen-box { padding: 20px 30px 10px 30px;background: #d3d3d3;margin-top:20px;}
.src-t { font-size: 20px;color:#000;}
.sel-form li { float: left;margin:0 5px 10px 5px;}
.sel-form li select { background: #fff url(/images/en/ico2.jpg) no-repeat right 10px center;border:none;padding:0 30px 0 10px;height:35px;line-height: 35px;color:#828282;}
.scr-button { margin-top: 30px;}
.scr-button .button { width: 210px;height: 42px;background: #a3a3a3;color:#fff;font-size: 16px;border: none;}
.scr-button  .button-inquiry { background: #c8000a;}
.prod-table { overflow: auto;margin:40px 0 30px 0;}
.prod-table table { min-width:100%;border-collapse: collapse;margin: 0 auto;}
.prod-table .tab-tit th,.prod-table table td { font-size: 12px;font-size: 1.2rem;padding: 10px 5px;text-align: center;line-height: 1.2;border: 1px solid #bbb;font-weight: normal;vertical-align: middle;}
.prod-table .tab-tit th { border-bottom: 2px solid #c8000a;white-space: nowrap;background: #fff;}
.prod-table table th:first-child {width: 60px;}
.prod-table table tr:nth-child(odd) { background: #eee;}
.prod-table table tr:nth-child(even) { background: #fff;}
.text-orange { color:#c8000a;}
.text-blue { color:#00a3d9;}


/* download */
.download { color:#fff;}
.download-box .am-accordion-item{ line-height: 60px;font-size: 16px;padding:0 0 0 60px;color:#333;}
.download-box { margin-bottom:30px;}
.download-box a { display: block;}
.download-box .am-accordion-item:nth-child(odd) { background: #fff;}
.download-box .am-accordion-item:nth-child(even) { background: #eeeeee;}
.down3 { width:19px;height:18px;background: url(/images/en/down.png) no-repeat center;display: inline-block;position: relative;top:2px;margin-right:8px;}
.am-accordion-item2 { margin-top:40px; font-size: 18px;line-height: 70px; height: 70px;color:#fff;background: #c8000a;padding:0 0 0 60px; }
.am-accordion-item2 .am-accordion-title { font-weight: bold}
.down-search .searchForm { margin:20px 0 0 0;}
.down-search .searchForm input { height: 60px;line-height: 60px;border:1px solid #cac8c8;background: url(/images/en/search.png) no-repeat 12px center;font-size: 16px;}
.down-search .searchForm button { height: 60px;width: 114px;font-size: 20px;font-weight: bold;margin-left:10px;}

/* news */
.news-box2 .news-li a{ background: #fff url(/images/en/more4.jpg) no-repeat right 30px center;padding:25px 70px 25px 50px;margin-bottom:10px;border:2px solid #fff;display: block;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.news-box2 .news-text p { height: 25px;}
.news-box2 .news-li a:hover { border:2px solid #c8000a;background: #fff url(/images/en/more5.jpg) no-repeat right 30px center;-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);}
.news-time4 { font-family: Arial;text-align: center;color:#7d7d7d;}
.news-time4 b { display: block;font-size: 30px;font-weight: 800;line-height: 30px;margin-bottom:5px;}
.news-time4 span { font-size: 14px;border:1px solid #d6d6d6;display: inline-block;width: 68px;height: 21px;}

/* news_details */
.news-deta li a:hover .news-img img {  -o-transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05) }
.am-text p,.am-text ul,.am-text li,.am-text h1,.am-text h3 { margin:0;padding:0;}
.main-newarc-title .share-p{display:inline-block;*display:inline;*zoom:1;margin:0 7px;font-size:14px;font-weight:normal;color:#7b7b7b;}
.main-newarc-title .share-p span{ vertical-align: middle;margin-left:6px;}
.main-newarc-title h2 {text-align:center;font-size:24px;color:#000;font-weight:bold;line-height:30px;padding-bottom:20px;margin:0;}
.main-newarc-title { padding-bottom:25px;border-bottom:1px solid #dddddd;margin-bottom:35px;}

/*------------------------------------上一篇下一篇----------------------------------*/
.JLTupdown{  position: relative;line-height: 36px;color: #999;font-size:15px;padding-top:35px;}
.JLTMain .JLTupdown {width: 100%;overflow: hidden;}
.JLTupdown ul li {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.JLTupdown ul li a,.JLTcometol a{ color:#171a1f;}
.JLTupdown ul li a:hover,.JLTcometol a:hover{ color:#c8000a;}
.JLTupdown strong{ color:#171a1f;font-weight:normal;}
.back { margin:0;}
.JLTcometol a{width:136px;height:42px;line-height:42px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background:#c8000a url(/images/en/back.png) no-repeat 20px center;display:block;text-indent:54px;color:#fff;float: right;margin-top: 16px;}
.JLTcometol a:hover { background:#a90008 url(/images/en/back.png) no-repeat 20px center;color:#fff;}
.JLTupdown ul { margin: 0;}

/* contact */
.cont-text { font-size: 18px;line-height: 40px;padding:0 30px;}
.cont-text img { margin-right:10px;}
.cont-fr { padding-left:2%;}
.cont-fl { padding-right:2%;}
.cont-mar { margin-right:-2%;}
.cont-input input,.cont-input textarea,.code-input input  { padding:16px 10px;margin-bottom:28px;background: none;border:none;color:#292a2a;outline-style: none ;outline-width: 0px ;text-shadow: none ;-webkit-appearance: none ;-webkit-user-select: text ;outline-color: transparent ;font-size: 16px;background:#fff;width:94%;margin-right:6%;}
.cont-input h6 { font-size: 24px;font-weight: normal;color:#3f3f3f;margin-bottom: 24px;}
.cont-input textarea { height: 164px;}
.submit2 { background: #c8000a;color:#fff;height:60px;line-height:60px;width:260px;font-size:20px;outline-style: none ;outline-width: 0px ;border-style: none ;text-shadow: none ;-webkit-appearance: none ;-webkit-user-select: text ;outline-color: transparent ;display: inline-block;color:#fff;margin-top:20px;}
.cont-input2 textarea { margin-right:0;width:100%;}


/* join_details */
.am-accordion-gapped { margin:0;}
.am-accordion-gapped .am-active .am-accordion-title { background: #c8000a;color:#fff;}
.am-accordion-gapped .am-accordion-item.am-active { border-top:none;}
.join-list dl:nth-child(odd),.download-box .download-list { background: #f2f2f2;}
.join-list dl:nth-child(even),.download-box .download-list { background: #d7d7d7;}
.am-accordion-gapped .am-accordion-title,.am-accordion-gapped .am-accordion-item {border:none;}
.am-accordion-gapped .am-accordion-title,.download-list { padding:0 30px;height:70px;line-height: 70px;font-size: 16px;color:#000;overflow: hidden;}
.am-accordion-gapped .am-accordion-title span { text-indent: 20px;}
.am-accordion-gapped .am-accordion-item { margin:0;}
.am-accordion-gapped .am-accordion-item:nth-child(odd) .am-accordion-content { background: #f2f2f2;}
.am-accordion-gapped .am-accordion-item:nth-child(even) .am-accordion-content { background: #d7d7d7;}
.am-accordion-content { color:#6c6c6c;font-size:14px;line-height: 30px;padding:30px;}
.am-accordion-content p { margin:0;}
.am-accordion-content a { color:#494949;}
.am-accordion-content a:hover { color:#c8000a;}
.am-accordion-content h6 { font-size:16px;}
.join-email { margin-top:30px;font-size: 16px;}
.am-accordion-gapped .am-accordion-title:after { right:30px;}
.am-accordion-item3 { padding: 0 35px;background: #d7d7d7;color:#333333;font-weight:normal;}
.am-accordion-item3 span { text-indent: 20px;}
.am-accordion-item3 .am-accordion-title { font-weight:normal;}
.am-accordion-gapped .am-accordion-item.am-active { border: none;}
.am-accordion-gapped .am-accordion-title:after { content: "+";}
.am-accordion-gapped .am-active .am-accordion-title:after { content: "-";right:32px;-webkit-transform: rotate(0deg);  -ms-transform: rotate(9deg); transform: rotate(0deg);}


/* product_details */
.prod-fl-img .gallery-top img { width: 100%;}
.prod-fl-img .gallery-thumbs .swiper-slide { border:1px solid #bbbbbb;margin-top:10px;}
.prod-fl-img .gallery-thumbs img { width:100%;height:100%;display:block;}
.prod-fl-img .gallery-thumbs .swiper-slide-thumb-active { border:1px solid #c8000a;}
.prod-h6 { font-size: 24px;color:#c8000a;font-weight: 700;margin: 0;}
.prod-t { font-size:14px;line-height: 25px;color:#535353;margin-top:15px;}
.prod-down { margin-top:30px;}
.prod-d-t { height: 35px;line-height: 35px;background: #c8000a url(/images/en/pdf.png) no-repeat 16px center;padding-left:44px;font-size: 18px;color:#fff;font-weight: 700;}
.prod-d-list { border:1px solid #c8000a;padding:10px 20px;margin:2px 0 0 0;max-height: 226px;overflow: auto;}
.prod-d-list li { border-bottom:1px solid #e4e4e4;line-height: 40px;}
.prod-d-list li:last-child { border:none;}
.prod-d-list li a { display: block;background: url(/images/en/down3.png) right center no-repeat;font-size: 14px;color:#535353;}
.prod-d-list li a:hover { color:#c8000a;background: url(/images/en/down4.png) right center no-repeat;}
.prod-fl-img { padding-right:2%;}
.prod-fr-text { padding-left:2%;}
.ab-text2 { margin-top:30px;}
.deta-tit { font-size: 24px;color:#000;font-weight: bold;}
.prod-text2 { margin-top:20px;}
.prod-message { margin-bottom:60px;}
.prod-message .cont-input input,.prod-message .cont-input textarea,.prod-message .code-input input { background: #f2f2f2;}

.prod-slide a:hover .prod-bor { display: block;}
.prod-slide a:hover .prod-img p { color:#c8000a;}
.prod-list li a:hover p{ background: #c8000a;}
.in-more a:hover { background: #c8000a;color:#fff;border:1px solid #c8000a;}
.in-more a:hover i { background: url(/images/en/more3.png) no-repeat right center;}
.ab-more a:hover { background: #a90008;}
.news-box .news-list a:hover .news-text h3 { color:#c8000a;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.news-fade a:hover .news-bot h3 { color:#d35459;}
.foot-list p a:hover { color: #c8000a;}
.honor-list li:hover p { color:#152d4f;}
.fs_gallery_close:hover {color: #fff;}
.fs_gallery_prev:hover, .fs_gallery_next:hover {background: rgba(0,0,0, 0.1);color: #fff;}
.honor-list li a:hover p{ color:#c8000a;}
.tour-list li:hover img { border:1px solid #c8000a;}
.prod-slide a:hover .prod-p { color:#c8000a;}
.prod-table table tr a:hover { text-decoration: underline;}
.download-box a:hover .down3 { background: url(/images/en/down2.png) no-repeat center;}
.download-box a:hover .down2,.download-box a:hover .tech-tit { color:#c8000a;}
.submit2:hover { background: #a90008;}
.am-pagination-select { margin: 0;}


/* search */
.search-bg { background:#383838;padding:55px 0 55px 0;}
.search-ico { font-size: 30px;font-weight: 700;color:#fff;float: left;height: 40px;position: relative;top:15px;}
.search-ico em { font-style:normal;vertical-align: middle;margin:0 0 0 10px;}
.search-input { padding-left:186px;position: relative;display: block;}
.sel-form2 { margin: 0;}
.sel-form2 li { margin:0 10px 10px 0;}
.scr-button2 { margin-top: 0;}
.scr-button2 .button { width: 150px;height: 35px;line-height: 35px;font-size: 14px;}
.search-ico img { position: relative;top:2px;}
.search-close span {  display:none;background: url(/images/en/close.png) no-repeat center;background-size: 16px 15px;width: 20px;height: 20px;cursor: pointer;margin: 0 auto;position: absolute;right:0;top:-29px;}

/* 客服 */
.keifu{ position:fixed; top:10%; right:0; width:160px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index:99999;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) center; position:relative;  cursor:pointer;}
.keifu_box{ border:5px solid #c8000a;background: #fff;border-radius: 5px;display:none;}
.keifu_tab a{ display:block;}
.keifu_tab img { margin-left:5px;}
.keifu_head{ background:#c8000a; background-position: 0 -103px; font-size:14px;color:#fff; line-height:42px; position:relative;text-indent: 15px;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/close2.png) center no-repeat; position:absolute; top:13px; right:8px;}
.keifu_close:hover{ background:url(../images/close3.png) center no-repeat;}
.keifu_con{ padding:20px 10px 10px 10px;margin:0;}
.keifu_con li{height:33px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_con span { vertical-align: middle;font-size: 12px;}
.kf-tel { border-top:1px solid #c8000a;padding:10px;}
.kf-tel p { font-size: 14px;color: #000;margin: 0;}
.kf-tel b { font-size: 16px;color: #c8000a;font-family: arial;font-weight: 800;}
.kf-tel2 p { font-size: 12px;}
.am-btn-success { width: 100%;background: #c8000a;border:none;font-size: 16px;}
.am-btn-success:hover { background: #c8000a;}
.pro { padding:0 35px;position: relative;}
.swiper-button-next.swiper-button-next1, .swiper-button-prev.swiper-button-prev1 { top: 50%;transform: translateY(-50%);}
.swiper-button-next.swiper-button-next1{

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c8000a'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-prev1 {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c8000a'%2F%3E%3C%2Fsvg%3E");
} 

@media (max-width: 1400px){
    .am-container { max-width: 1200px;}
    .nav .nLi h3 a { width: 147px;}
    .searchForm input { width: 330px;}
    .searchForm { margin:49px 0 0 70px;}
    .side_list span a { font-size: 17px;padding: 0px 22px;}
    .foot-list li { margin-right:10px;}
    .foot-cont { padding: 0 38px;}
}



@media (max-width: 1198px){
    body { padding-top:50px;}
    .am-container { padding: 0 10px;}
    .product-list,.prod-list { margin-right:0px;}
    .honor-list { margin-right:0px;}
    .side_list { text-align: left;}
    .side_list span a { margin: 0 5px 10px 5px;}
    .side_list { margin:20px 0 10px 0;}
    .side_list span a { font-size: 16px;}
    .swiper-container3 { padding-bottom: 40px;}
    .prod-list li { padding: 0 10px 20px 10px;}
    .honor-list li { padding: 0 15px 20px 15px;}
    .product-list .prod-slide { padding: 0 10px 0 10px;}


}

@media (max-width: 980px) {
    .news-fade { padding-right: 0;}
    .prod-fr { padding-left:0%;}
    .cont-input input, .cont-input textarea, .code-input input { margin-right:0;width: 100%;margin-bottom:18px;}
    .cont-mar { margin-right:0;}
    .JLTcometol a { float: left;}
    .prod-fl-img { padding-right:0%;}
    .prod-fr-text { padding-left:0%;margin-top:30px;}
    .ab-text { padding:30px 25px;}
    .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom:0px;}
    .swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container2 .swiper-pagination-custom, .swiper-pagination-fraction { bottom:10px;}
    .swiper-pagination-bullet { width: 9px;height: 9px;}
    .wrap { margin-top:40px;}
    .in-tit p img { margin: 10px auto 35px auto;}
    .slideGroup .parHd ul { margin: 0 0 35px 0;}
    .hot-bg { padding:40px 0;}
    .ab-img-bor { margin-top:30px;}
    .news-fade { margin-bottom:15px;padding-bottom:15px;border-bottom: 1px solid #eaeaea;}
    .news-top { height: auto;}
    .product-list .prod-slide { padding: 0;}
    .prod-slide .prod-img p,.prod-p { font-size: 16px;line-height: 55px;}
    .product-list2 .prod-slide { padding: 0 5px 0 5px;}
    .cont-text { padding: 0;}
    .search-bg { padding: 40px 0;}





}

@media (max-width: 640px) {
    .am-container2 { padding: 0 5px;}
    .text { font-size: 15px;line-height: 30px;}
    .cont-input input, .cont-input textarea, .code-input input { font-size: 15px;padding:14px 10px;}
    .submit2 { font-size:18px;height: 54px;line-height: 54px;}
    .ab-text { padding:25px 15px;}
    .JLTupdown { padding-top: 25px;}
    .deta-tit,.prod-h6 { font-size: 22px;}
    .side_list span a { font-size: 15px;padding: 0px 16px;}
    .wrap { margin-top:35px;}
    .in-tit h3 { font-size: 26px;}
    .in-tit p img { margin: 10px auto 25px auto;}
    .slideGroup .parHd ul { margin: 0 0 25px 0;}
    .hot-bg { padding:35px 0;}
    .prod-list li { padding: 0 5px 10px 5px;}
    .prod-list p { font-size: 15px;}
    .in-more a { font-size: 15px;padding:0 30px;}
    .in-ab-img img { padding: 10px;}
    .about-en { font-size: 50px;}
    .about-tit { font-size: 32px;}
    .about-b { font-size:16px ;}
    .about-text { color: #fff;margin-top:35px;}
    .about-text h3{ font-size: 20px;}
    .about-text p { font-size:14px;}
    .ab-more a { margin-top: 40px;}
    .slideGroup .parHd ul li { font-size: 15px;width: auto;padding:0 12px;margin:0 3px;}
    .news-rec-time b { font-size: 22px;}
    .recommend p { font-size: 15px;}
    .news-rec-time p { font-size: 12px;}
    .news-bot h3 { font-size: 16px;}
    .news-bot p { margin:6px 0 0 0;}
    .news-bot { margin-top:20px;}
    .news-fade { margin-bottom:15px;padding-bottom:15px;border-bottom: 1px solid #eaeaea;}
    .news-box3 .news-list { padding: 15px 0;}
    .news-box .news-li { top:-15px;}
    .news-box .news-text h3 { font-size: 16px;}
    .news-box .news-time3 b { font-size: 38px;}
    .news-text { padding-left:100px;}
    .slideGroup .slideBox { padding-bottom:30px;}
    .in-tit h3 { font-size: 23px;}
    .ny-wrap { padding: 40px 0 50px 0;}
    .honor-list li { padding: 0 8px 10px 8px;}
    .honor-list li p { font-size: 15px;}
    .tour-list li { padding: 0 0px 10px 0px;}
    .prod-slide .prod-img p,.prod-p { font-size: 15px;line-height: 52px;}
    .product-list2 .prod-slide { margin-bottom:10px;}
    .prod-fr h6 { font-size: 20px;}
    .prod-text { margin-top: 16px;}
    .screen-box { padding: 20px 20px 10px 15px;}
    .sel-form li select { font-size: 13px;}
    .scr-button .button { width: 140px;font-size: 15px;}
    .scr-button { margin-top: 25px;}
    .down-search .searchForm input { width: 80%;height: 50px;line-height: 50px;font-size: 14px;}
    .down-search .searchForm button { margin: 0;width: 20%;height: 50px;font-size: 17px;}
    .down-search .searchForm { margin: 0;}
    .am-accordion-item2 { padding: 0 10px 0 15px;font-size: 15px;height: 55px;line-height: 55px;margin:30px 0 0 0;}
    .download-box .am-accordion-item { padding: 0 10px 0 15px;height: 50px;line-height: 50px;font-size: 13px;}
    .down3,.download-box a:hover .down3 { background-size: 14px 13px; margin-right: 2px;}
    .news-box2 .news-li a,.news-box2 .news-li a:hover { background: #fff;padding: 20px;}
    .news-time4 b { font-size: 26px;margin-bottom: 0;}
    .news-time4 span { width: 56px;font-size: 12px;}
    .news-box2 .news-text { padding-left: 80px;}
    .main-newarc-title h2 { font-size: 20px;}
    .main-newarc-title .share-p { font-size: 13px;}
    .cont-text { font-size: 16px;line-height: 38px;}
    .cont-text img { width: 24px;}
    .am-accordion-gapped .am-accordion-title, .download-list { padding: 0 15px;}
    .am-accordion-gapped .am-accordion-title span,.am-accordion-item3 span { text-indent:0;}
    .am-accordion-gapped .am-accordion-title, .download-list { height: 50px;line-height: 50px;font-size: 13px;}
    .am-accordion-content { padding: 25px 15px;}
    .am-accordion-item3 { margin: 0;}
    .search-input { padding:20px 0 0 0;clear: both;/*display: none;*/}
    .search-ico { display: block;width:100%;height:auto;position: static;top:0;font-size: 24px;}
    .scr-button2 { margin-top: 0;}
    .search-bg { padding: 18px 0 25px 0;}
    .search-ico img { width: 28px;}
    /*.search-close span { display: block;}*/
	.prod-slide .prod-img p { bottom:-18px;}
	.prod-slide .prod-img { margin-bottom:12px;}


}
@media (max-width: 374px) {
    .recommend span { text-transform: none;}
    .download-box .am-accordion-item { font-size: 12px; padding: 0 8px 0 8px;}
    .am-accordion-item2 { padding: 0 8px 0 8px;}
    .down3,.download-box a:hover .down3 { background-size: 12px 11px; margin-right: 1px;}
    .down-search .searchForm button { font-size: 16px;}

}


