@charset "utf-8";
/**初始**/


* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0;}
html {font: normal 14px "Microsoft YaHei";-webkit-text-size-adjust: 100%}
body {padding: 0;margin: 0 auto;font-size: 14px; color: #666666; font-family: "Microsoft YaHei","Arial";
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside{padding: 0;margin: 0;}
.ul,
.ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 14px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #263147;text-decoration: none;}
a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei";
    text-align:justify;
    text-justify:inter-ideograph;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Isimg{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%);}
.Isimg_2{ position: absolute; left: 0; top: 0; width: 100%;height: 100%; transition: transform .8s ease-in-out;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl{ float: left;}
.fr{ float: right;}


.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}

.slick-arrow{ width: 23px; height: 42px; position: absolute; top: 50%; margin-top: -20px;  border: none; z-index: 10; font-size: 0; cursor: pointer;}
.slick-prev{ left: 3%;}
.slick-next{ right: 3%;background-position: right center;}

.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.w1440{ max-width:1440px; margin:0 auto; width: 96%;}
.header .w1440{ position: relative;}
.header .logo{ position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
.header .other{ line-height: 36px; float: right; margin-top: 2%;}
.header .other dt,
.header .other dd{ display: inline-block;}
.header .other dt{ padding-left: 25px; background: url("../images/icon_lang.png") no-repeat left center; font-size: 16px; color: #666666; margin-right: 25px; vertical-align: middle;}
.header .other dt a{ display: block; padding-right: 10px; background: url("../images/icon_arrow.png") no-repeat right center; color: #999999; font-family: Arial;}
.header .other dt a:hover{color: #da251d;}
.header .other dd{ width: 35px; height: 36px; position: relative;}
.header .open-search{ display: inline-block; width: 35px; height: 36px; background: url("../images/icon_search.png") no-repeat center; vertical-align:middle; position: relative;}
.header .open-search-show{ background: none;}
.header .open-search-show::before,
.header .open-search-show::after{ position:absolute; content:''; width:60%; height:2px; background:#666; top:50%; left:20%; transform:rotate(-45deg);}
.header .open-search-show::after{transform:rotate(45deg);}
.header .search_box{ position:absolute; top:62px; right:0; z-index:100; display:none;}
.header .search_box .text{width: 254px;line-height: 46px;height: 46px; border:1px solid #fff; background:rgba(0,0,0,0.2); color:#333; padding:0 50px 0 10px;}
.header .search_box .btn{ position:absolute; right:0; top:0; line-height: 46px; width:46px; text-align:center; color:#fff; font-weight:bold; font-size:16px; font-family:Verdana,Arial, Helvetica, sans-serif; height: 100%; background: url("../images/icon_search2.png") no-repeat center;}
.header .search_box .btn::before{position: absolute; content: '';border: 8px solid transparent; border-bottom-color:#b4b4b4;top: -15px;right: 4px;}
.topNav{ float: left; padding-left: 34%;}
.topNav li{ float: left; margin: 0 5px; padding: 0 25px; position: relative;}
.topNav li > a{ display: block; line-height: 90px; font-size: 16px; color: #666; border-bottom: 2px solid transparent;}
.topNav li.aon > a,
.topNav li > a:hover{ border-bottom-color: #da251d; color: #da251d; font-weight: bold;}
.topNav .sub{ display: none; position: absolute; top: 100%; width: 100%; left: 0; background: #fff; border-radius: 0 0 10px 10px; padding: 15% 0 15%; z-index: 10;}
.topNav .sub a{ display: block; font-size: 15px; color: #888888; line-height: 40px; text-align: center;}
.topNav .sub a:hover{ color: #da251d;}
@media(max-width:1366px){
    .topNav li{ margin: 0;}
}
@media(max-width:1280px){
    .topNav{ padding-left: 29%;}
    .header .logo{ width: 28%;}
}
@media(max-width:1200px){
    .topNav{ padding-left: 30%;}
    .topNav li{ padding: 0 15px;}
}
@media(max-width:1024px){
    .header .logo{ position: relative; transform: none; padding: 3% 0; display: inline-block; width: 50%;}
    .header .other{ float: none; position: absolute; right: 60px; top: 50%; transform: translateY(-50%); margin-top: 0;}
    #open_menu{ width: 35px;height: 36px;background: #db2820;margin-left: 10px;position: relative;z-index: 101;transition: background 0.3s; border-radius: 10px 0 10px 0; vertical-align: middle; position: absolute; right: 0; top: 50%; margin-top: -18px;}
    #open_menu i,
    #open_menu i::before,
    #open_menu i::after{ background:#fff; border-radius:3px;position: absolute;background: #fff;border-radius: 3px;}
    #open_menu i{ left:20%; width:60%;height:2px; margin-top:-1px;top: 50%;}
    #open_menu i::before,
    #open_menu i::after{ left:0; width:100%; height:100%; content:'';transition:transform 0.3s;}
    #open_menu i::before{ top:6px;}
    #open_menu i::after{top:-6px;}
    #open_menu.open_menu_on{position: fixed;top: 30px;right: 50%;z-index: 99; background: none;}
    #open_menu.open_menu_on i{height:3px; margin-top:-1.5px; background:none !important; width: 80%; left: 10%;}
    #open_menu.open_menu_on i::before,
    #open_menu.open_menu_on i::after{  top:0 !important;}
    #open_menu.open_menu_on i::before{ transform:rotate(45deg);}
    #open_menu.open_menu_on i::after{ transform:rotate(-45deg);}
    .topNav{position: fixed;top: 0;right: -100%;z-index: 99;overflow: auto;width: 250px;height: 100%;background: #da3924;opacity: 0;transition: .3s;width: 50%; margin: 0; float: none; padding-top: 5%; padding-left: 0;}
    .topNav li{ display: block; width: 100%; margin: 0; padding: 0;}
    .topNav li:nth-child(2n){ background: rgba(255,255,255,0.2);}
    .topNav li > a{ line-height: 50px; color: #fff; padding: 0 5%;}
    .topNav li.aon > a,
    .topNav li > a:hover{  color: #fff;}
    .header-menu-show{right: 0;opacity: 1;}
    .menu-layer {position: fixed;top: 0;left: 0;z-index: 98;display: none;overflow: hidden;width: 100%;height: 100%;background: rgba(0,0,0,.65)!important;}
    .topNav .li_sub:before{ content: ''; width: 100%; height: 50px; position: absolute; left: 0; top: 0; z-index: 2;}
    .topNav .sub{ position: relative; padding: 3% 8%; border-radius: 0;}
    .topNav .sub a{ text-align: left;}
}

@media(max-width:480px){
    .header .logo{ width: 80%;}
    /* .header .other{ right: 40px; display: none;} */
}


.Nybanner img{ width: 100%;}
.wapBan{ display: none;}
@media(max-width:1024px){
    .wapBan{ display: block;}
    .pcBan{ display: none;}
}

.Nmenu{ background: #da251d; line-height: 76px; margin-bottom: 5%; min-height: 76px;}
.Nmenu ul{ float: left; text-align: left;max-width: 74%;}
.Nmenu li{ float: left; margin-right: 15px;}
.Nmenu li a{ color: #fff; font-size: 15px; display: block; position: relative; padding: 0 15px;}
.Nmenu li a:hover,
.Nmenu li.aon a{ color: #da251d; background: #fff;}
.Nmenu .current{ float: right; padding-left: 25px; background: url("../images/icon_home.png") no-repeat left 6px; color: #ffb8b5;max-width: 26%;line-height: 26px;margin-top: 25px; display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.Nmenu .current a{ color: #ffb8b5;}
.Nmenu .current i{ display: inline-block; margin: 0 12px; font-style: normal; font-family: 宋体;}
.Nmenu .current a:hover,
.Nmenu .current span{ color: #fff;}
.Nmenu_pro li{ margin-right: 0;}
@media(max-width:1024px){
    .Nmenu{ line-height: 60px;}
    .Nmenu .current{ display: none;}
    .Nmenu ul{ max-width: 100%;}
    .Nmenu li{ margin: 0;}
}




#footer{ background: #242424; padding:5% 0;}
#footer .w1440{ position: relative;}
#footer nav{ float: left; width: 60%;}
#footer nav dl{ float: left; width: 19%; padding-right: 1%;}
#footer nav dt{ color: #fff; font-size: 16px; margin-bottom: 15%;}
#footer nav dd a{ color: #fff; opacity: .5; line-height: 36px; display: block;}
#footer nav dd span{ display: block;}
#footer .bottom{ float: right; text-align: right; width: 50%;}
#footer .share a{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url("../images/foot_icon1.png") no-repeat center; margin-left: 10px; position: relative;}
#footer .share .instagram{ background-image: url("../images/foot_icon2.png");}
#footer .share .youtube{ background-image: url("../images/foot_icon3.png");}
#footer .share .twitter{ background-image: url("../images/foot_icon4.png");}
#footer .share figure{display: none;z-index: 100;position: absolute;bottom: 100%;margin-bottom: 10px;width: 150px;height: 150px;left: 50%;margin-left: -75px;}
#footer .tel{ padding: 7% 0; color: #aaaaaa; font-size: 16px; line-height: 30px;}
#footer .tel b{ display: block; color: #fff; font-size: 30px; font-family: Arial; line-height: normal; margin-top: 10px;}
#footer .bottom dt a{ display: inline-block; margin-left: 4%; color: #fff; opacity: .5; line-height: 36px;}
#footer .bottom dd{ color: #fff; opacity: .5; line-height: 36px;}
#footer .bottom dd a{ color: #fff;}
#footer a:hover{ opacity: 1!important; color: #fff;}
@media(max-width:1000px){
    #footer nav{ display: none;}
    #footer .bottom{ float: none; width: 100%; text-align: center;}
    #footer .tel{ padding: 2% 0;}
}
@media(max-width:640px){
    #footer .tel b{ font-size: 22px;}
    #footer .bottom dt a{ margin: 0 1%;}
    #footer .bottom dd{ line-height: 24px;}
}

/*分页*/
.Pages{ text-align:center; padding:6% 0 10%;}
.Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999; font-size: 14px; }
.Pages a:hover,
.Pages a.a_cur{ background-color:#da251d; color:#fff;}
.Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden; margin-left: 20px;}
.Pages em a{ float:left; margin-right: 20px;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_jump,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end{ display:none;}
.Pages .a_prev,
.Pages .a_next{ padding:0; width:40px; overflow:hidden;  height:40px; font-size: 0;}
.Pages .a_prev:before,
.Pages .a_next:before{ display: inline-block; vertical-align: middle; font-size: 16px; font-family: 宋体; font-weight: bold;}
.Pages .a_prev:before{ content: '<';}
.Pages .a_next:before{ content: '>';}
@media(max-width:640px) {
    .Pages em{display: none;}
}

/*企业简介*/
.about_index{text-align: justify; font-size: 16px; line-height: 32px; color: #888888; margin-bottom: 8%;}
.about_index .p{ margin: 3% 0;}
.about_box1 .txt{ float: left; width: 50%; padding-top: 3%; }
.about_box1 figure{ float: right; width: 43.82%;}
.about_box1 figure img{ border-radius: 10px;}
.about_box1 .about_h2{ font-weight: normal; font-size: 32px; color: #333437;}
.about_box1 .about_h3{ font-size: 22px; color: #da251d; font-family: Arial; margin: 1% 0 3%;}
.ul_about_num{ margin: 6% 0;}
.ul_about_num li{ float: left; line-height: 20px; }
.ul_about_num li b{ font-size: 48px; line-height: normal; color: #333333; font-family: Arial; font-weight: normal;}
.ul_about_num li:nth-child(2){ padding: 0 8%; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; margin: 0 8%; text-align: center;}
.about_box2 .video_box{float: left; width: 50%; position: relative; overflow: hidden; border-radius: 10px; margin-top: -2%;}
.video_play{ position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; background: url("../images/video_icon.png") no-repeat center; background-size: cover; z-index: 2; transform: translate(-50%,-50%); cursor: pointer;}
.about_box2 .video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: #fff; display: none;}
.about_box2 .txt{ float: right; width: 43.82%; padding-top: 5%;}
.about_box2 .about_h4{ font-size: 24px; color: #333333; font-weight: normal; margin: 2% 0 5%;}
@media(max-width:1280px) {
    .ul_about_num li:nth-child(2){ margin: 0 5%; padding: 0 5%;}
    .ul_about_num li b{ font-size: 42px;}
    .about_box2 .video_box{ margin-top: 0;}
}
@media(max-width:1024px) {
    .ul_about_num li b{ font-size: 36px;}
}
@media(max-width:768px) {
    .about_box1 .txt,
    .about_box1 figure,
    .about_box2 .txt,
    .about_box2 .video_box{ width: 100%; float: none;}
    .about_box1 .about_h2{ font-size: 28px;}
    .about_box1 .about_h3{ font-size: 20px;}
    .about_box2 .about_h4{ font-size: 22px;}
}
@media(max-width:640px) {
    .video_play{ width: 60px; height: 60px;}
    .about_index{ font-size: 14px; line-height: 26px;}
    .about_box1 .about_h2{ font-size: 24px;}
    .about_box1 .about_h3{ font-size: 16px;}
    .ul_about_num li b{ font-size: 26px;}
    .ul_about_num li:nth-child(2){ margin: 0 3%; padding: 0 3%;}
    .about_box2 .about_h4{ font-size: 18px;}
}

/*荣誉证书*/
.honor_list li{ float: left; width: 31.181%; margin-right: 3.2%; margin-bottom: 1.5%;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list .box{ border: 1px solid #e7e6e6; border-radius: 10px; padding: 8%; position: relative; transition: all 0.5s;}
.honor_list .box:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid #da251d; border-radius: 10px; opacity: 0; transition: all 0.5s;}
.honor_list figure{ padding-top: 71%; background-size: contain;}
.honor_list p{ text-align: center; font-size: 16px; color: #666666; margin: 6% 0;}
.honor_list li:hover .box{ box-shadow: 0 0 30px rgba(145,145,145,0.18)}
.honor_list li:hover .box:before{ opacity: 1;}
.honor_list li:hover p{ color: #da251d;}
@media(min-width:640px){
.honor_list li:nth-child(3n+1){ clear:both}
}
@media(max-width:640px) {
    .honor_list li{ width: 48%; margin-left: 1%; margin-right: 1% !important;}
    .honor_list p{ font-size: 14px;}
	.honor_list li:nth-child(2n+1){ clear:both}
}

.case_menu{ text-align: center; line-height: 40px; font-size: 18px; margin-bottom: 3%;}
.case_menu a{ color: #666; margin: 0 2%; display: inline-block;}
.case_menu a.aon{ color: #da251d;}
.case_list{}
.case_list li{ float: left; width: 31.181%; margin-right: 3.2%; margin-bottom: 1.5%;}
.case_list li:nth-child(3n){ margin-right: 0;}
.case_list .box{ border: 1px solid #e7e6e6; border-radius: 10px; padding: 8%; position: relative; transition: all 0.5s;}
.case_list .box:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid #da251d; border-radius: 10px; opacity: 0; transition: all 0.5s;}
.case_list figure{ padding-top: 71%; background-size: contain;}
.case_list p{ text-align: center; font-size: 16px; color: #666666; margin: 6% 0;}
.case_list li:hover .box{ box-shadow: 0 0 30px rgba(145,145,145,0.18)}
.case_list li:hover .box:before{ opacity: 1;}
.case_list li:hover p{ color: #da251d;}
@media(min-width:640px) {
.case_list li:nth-child(3n+1){ clear:both}
}
@media(max-width:640px) {
    .case_list li{ width: 48%; margin-left: 1%; margin-right: 1% !important;}
    .case_list p{ font-size: 14px;}
	.case_list li:nth-child(2n+1){ clear:both}
}

/*工厂展示*/
.FactoryTour{ margin-bottom: 8%; background: #f5f5f5; overflow: hidden; border-radius: 10px;}
.FactoryTour .pic{ float:left; width: 80.57%; position: relative;}
.FactoryTour figure{ padding-top: 69.8%; position: relative;}
.FactoryTour .small{ float: right; width: 19.43%; padding: 45px 0; position: relative;}
.FactoryTour .small figure{ margin: 2.5% 7%; padding-top: 60%; border-radius: 10px; overflow: hidden;}
.FactoryTour .small .slick-arrow{ position: absolute; left: 50%; margin-left: -15px; border: none; width: 31px; height: 15px; background: url("../images/icon_btn1.png") no-repeat center top; font-size: 0; cursor: pointer; top: 20px; margin-top: 0;}
.FactoryTour .small .slick-next{ bottom: 20px; top: auto; background-position: center bottom;}
.FactoryTour .small .slick-current figure:before{ content: ''; position: absolute; left: 0; width: 100%; height: 100%; top: 0; border: 3px solid #da251d; border-radius: 10px;}
@media(min-width:641px) {
    .FactoryTour .small .slick-arrow:hover{background-image: url("../images/icon_btn2.png");}
}
@media(max-width:640px) {
    .FactoryTour .pic,
    .FactoryTour .small{ width: 100%; float: none;}
    .FactoryTour .small{ padding: 20px 20px 0;}
    .FactoryTour .small .slick-arrow{ width: 15px; height: 31px; margin-left: 0; top: 50%; margin-top: -15px; background: url("../images/icon_btn3.png") no-repeat left center;}
    .FactoryTour .small .slick-prev{ left: 5px;}
    .FactoryTour .small .slick-next{ bottom: auto; right: 5px; background-position: right center; left: auto;}
}

/*发展历程*/
.history{ margin: 0 auto 9%; max-width: 875px; position: relative; padding: 100px 0;}
.history:before{ content: ''; width: 2px; height: 100%; background: url("../images/line_icon.png") repeat-y; position: absolute; left: 50%; margin-left: -1px; top: 0;}
.history li:nth-child(2n-1) .txt{ text-align: right;}
.history .ytable{padding: 3% 0;}
.history .ytable_cell{ width: 50%; padding: 0 6%;}
.history .pic{ text-align: center;}
.history .pic figure{ border: 3px solid #da251d; border-radius: 10px; overflow: hidden;}
.history .pic img{ width: 100%;}
.history h3{ font-size: 34px; color: #263147; position: relative;}
.history h3:before,
.history h3:after{ content: ''; position: absolute;}
.history h3:before{ width: 9px; height: 9px; border: 1px solid #da251d; top: 50%; margin-top: -4px; left: 100%; margin-left: 14.5%;background: #fff;}
.history h3:after{ width: 21px; height: 1px; left: 100%; top: 50%; background: #da251d;margin-left: 9.7%;}
.history li:nth-child(2n) h3:before{ left: -2.5%; margin-left: -14.5%;}
.history li:nth-child(2n) h3:after{ left: auto; margin-left: -41%; }
.history .slick-arrow{ width: 83px; height: 42px; background: url("../images/icon_btn4.png") no-repeat center top; top: -100px; left: 50%; margin-left: -42px;}
.history .slick-next{ top: auto; bottom: -120px; background-position: center bottom;}
@media(max-width:640px) {
    .history:before{ display: none;}
    .history .ytable_cell{ padding: 0; width: 100%; display: block; margin: 2% 0;}
    .history li:nth-child(2n-1) .txt{ text-align: left;}
    .history h3:before,
    .history h3:after{ display: none;}
    .history .slick-prev{ top: -50px;}
    .history .slick-next{ bottom: -50px;}
    .history h3{ font-size: 24px;}
    .history .txt{ padding-bottom: 5%;}
}

/*公司新闻*/
.news_list{ margin: -5% 0 2%;}
.news_list li a{ display: block; padding: 3% 0 3% 0;}
.news_list li:nth-child(2n) a{ background: #fafafa;}
.news_list li .w1440{ padding-right: 120px; position: relative;}
.news_list li .time{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); text-align: center; color: #999999; font-size: 18px; font-family: Arial;}
.news_list li .time span{ display: block; font-size: 50px; color: #333333; }
.news_list li figure{ float: left; width: 25%; border-radius: 10px; overflow: hidden; }
.news_list li figure img{transition: all 0.5s; width: 100%;}
.news_list li .txt{ margin: 2% 0; float: right; width: 70%; padding-right: 8%; border-right: 1px solid #dedede;}
.news_list li h3{ font-size: 16px; color: #333333; font-weight: normal;}
.news_list li p{ color: #888888; line-height: 24px; height: 48px; overflow: hidden; margin: 2% 0 5%;}
.news_list li .txt time{ padding-left: 20px; background: url("../images/icon_time.png") no-repeat left center; font-size: 15px; color: #999999; }
.news_list li:hover img{ transform: scale(1.1);}
.news_list li:hover h3,
.news_list li:hover .time,
.news_list li:hover .time span{ color: #da251d;}
@media(max-width:1000px) {
    .news_list li .txt{ margin: 0;}
}
@media(max-width:768px) {
    .news_list li .w1440{ padding-right: 0;}
    .news_list li .time{ display: none;}
    .news_list li .txt{ border-right: none; padding-right: 0;}
}
@media(max-width:640px) {
    .news_list li figure{ width: 35%;}
    .news_list li .txt{ width: 62%;}
    .news_list li h3{ font-size: 15px; margin-top: 3%;}
    .news_list li p{ margin-bottom: 3%;}
}
@media(max-width:480px) {
    .news_list{ margin-top: 3%;}
    .news_list li{ margin-bottom: 2%;}
    .news_list li figure,
    .news_list li .txt{ width: 100%; float: none;}
    .news_list li h3{ font-size: 15px; margin-top: 3%;}
    .news_list li p{ margin-bottom: 3%;}
}

.news_info{ padding:6% 0;}
.news_info .title{ text-align:center; padding-bottom:20px;  border-bottom:1px dashed #d2d2d2; margin-bottom: 30px}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:26px;color:#000}
.news_info .title p{ margin:0; padding-bottom:10px;}
.news_info .title p span{ margin:0 5px; color:#777;font-family:Arial;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.news_info .info {  font-size: 16px; line-height:32px; color: #333 }
.news_info  .bot{  position: relative ; margin-top: 80px;}
.news_info .info_back{ text-align:center; clear:both; padding:20px 0; position: absolute; right: 0; top: 0px }
.news_info .info_back a{ color:#fff; font-size:16px; background:#ccc; display: block; padding: 10px 50px; border-radius: 50px;}
.news_info  .info_back a:hover{  background: #da251d}
.news_info .info_pn span{ display:block; font-size: 16px; margin: 15px 0}
.news_info  .info_pn span a{ color:#666;}
.news_info  .info_pn span a:hover{ color: #da251d;}
@media(max-width:1000px){
    .news_info .info_back{ position: relative }
    .news_info  .bot{  position: relative ; margin-top:15px;}
}
@media(max-width:768px){
    .news_info .title h1{ font-size: 20px;}
}
@media(min-width:1000px){
    .news_info .info_pn span{ width: 80%}
}

/*目录下载*/
.down_list li{ width: 31.181%;  margin-right: 3.2%; float: left; margin-bottom: 3%; }
.down_list li:nth-child(3n){ margin-right: 0;}
.down_list li a{ display: block;background: #f9f9f9; padding: 10%; border-radius: 10px; transition: all 0.5s;}
.down_list .txt{ padding-left: 50px; background: url("../images/icon_pdf.png") no-repeat left top;}
.down_list .txt h3{ font-weight: normal; font-size: 20px; color: #333333;}
.down_list .txt time{ padding-left: 20px; background: url("../images/icon_time.png") no-repeat left center; font-size: 16px; color: #999999; display: block; margin: 7.2% 0; }
.down_list .txt span{ display: block; color: #da251d; font-size: 16px;}
.down_list .txt i{ display: inline-block; width: 6px; height: 9px; position: relative; vertical-align: middle;}
.down_list .txt i:before,
.down_list .txt i:after{ content: ''; position: absolute; top: 50%; width: 8px; height: 1px; background: #da251d;margin-left: 10px; }
.down_list .txt i:before{ transform: rotate(45deg);margin-top: -4px;}
.down_list .txt i:after{ transform: rotate(-45deg);margin-top: 1px;}
.down_list li a:hover{ box-shadow: 0 0 30px rgba(145,145,145,.18); background: #fff;}

@media(min-width:1000px){
    .down_list li a{ padding: 6%;}
}
@media(max-width:768px){
    .down_list li{ width: 48%; margin-left: 1%; margin-right: 1% !important;}
    .down_list .txt h3{ font-size: 16px;}
    .down_list .txt span,
    .down_list .txt time{ font-size: 14px;}
}
@media(max-width:480px){
    .down_list li{ width: 100%; margin-left: 0; margin-right: 0 !important;}
}


/*视频资源*/
.video_list li{ float: left; width: 31.25%; margin-right: 3.12%; margin-bottom: 1.5%;}
.video_list li:nth-child(3n){ margin-right: 0;}
.video_list figure{ padding-top: 73.78%; background-size: cover; border: 2px solid #555; border-radius: 10px; overflow: hidden; position: relative;}
.video_list figure:before,
.video_list figure:after{ content: ''; position: absolute;}
.video_list figure:before{ width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.2);}
.video_list figure:after{ left: 50%; top: 50%; transform: translate(-50%,-50%); width: 20.273%; padding-top: 20.273%; background: url("../images/video_icon.png") no-repeat; background-size: contain;}
.video_list p{ text-align: center; font-size: 16px; color: #666666; margin: 6% 0;}
.video_list li:hover .box{ box-shadow: 0 0 30px rgba(145,145,145,0.18)}
.video_list li:hover .box:before{ opacity: 1;}
.video_list li:hover p{ color: #da251d;}
.video_list li:hover figure{ border-color: #da251d;}
@media(max-width:640px) {
    .video_list li{ width: 48%; margin-left: 1%; margin-right: 1% !important;}
    .video_list p{ font-size: 14px;}
}


/*联系我们*/

.contact_box{}
.contact_box .ytable_cell{ width: 50%;}
.contact_box #allmap{ height: 689px; width: 100%;}
.contact_box #allmap *{ -moz-box-sizing:content-box; -webkit-box-sizing:content-box; -o-box-sizing:content-box;-o-box-sizing:content-box; box-sizing:content-box; max-width: none;}
.contact_box .txt{ border: 4px solid #f6f6f6; border-radius: 10px 0 0 10px; padding:0 8%; background: url("../images/contact_bg.jpg") no-repeat right center;}
.contact_box .txt h2{ font-size: 50px; color: #ebeaea; text-transform: uppercase; margin: 0 0 6%;}
.contact_box .txt li{ color: #666666; font-size: 16px; line-height: 32px; padding: 15px 0; border-bottom: 1px solid #e5e5e5; max-width: 290px;}
.contact_box .txt li span{ padding-left: 30px; background: url("../images/icon_tel.png") no-repeat left center; display: block; font-family: Arial;}
.contact_box .txt li.add{ max-width: 320px;}
.contact_box .txt li.fax span{ background-image: url("../images/icon_fax.png");}
.contact_box .txt li.email span{ background-image: url("../images/icon_email.png");}
.contact_box .txt li.add span{ background-image: url("../images/icon_add.png");}
.contact_box .txt li b{ font-size: 24px; color: #da251d; display: inline-block; line-height: 40px; letter-spacing: -2px;}

.message_box{ margin: 5% 0 10%; background: #fafafa;}
.message_box .from{ padding: 0 4.5%;}
.message_box hgroup h2{ font-weight: normal; font-size: 30px; color: #333333;}
.message_box hgroup h3{ font-weight: normal; color: #da251d; font-size: 16px; margin-bottom: 8%;}
.message_box li{ margin-bottom: 22px;}
.message_box .li_49{ width: 48%; margin-right: 4%;float: left;}
.message_box .li_49:nth-child(2n){ margin-right: 0;}
.message_box .li_100{ clear: both; margin-bottom: 40px;}
.message_box li .text{ width: 100%; height: 50px; line-height: 50px; border: 1px solid #ededed; background: #fff; padding: 0 20px; border-radius: 5px; color: #959494; font-size: 16px; }
.message_box li textarea.text{ height: 170px;}
.message_box li .btn{ width: 130px; line-height: 50px; text-align: center; border: none; background: #dc3512; color: #fff; font-size: 20px; border-radius: 5px; cursor: pointer;}
.message_box li .text::-webkit-input-placeholder { /* WebKit browsers */color: #959494;}

.message_box li .text::-moz-placeholder { /* Mozilla Firefox 19+ */color: #959494;}

.message_box li .text:-ms-input-placeholder { /* Internet Explorer 10+ */color: #959494;}

.message_box .pic img{ display: block; width: 100%;}
@media(max-width:1200px) {
    .message_box .from{ padding: 3% 4.5%;}
}

@media(max-width:1000px) {
    .contact_box .txt h2{ font-size: 40px;}
}
@media(max-width:768px) {
    .contact_box .txt h2{ font-size: 30px;}
    .message_box hgroup h2{ font-size: 24px;}
}

@media(max-width:640px) {
    .contact_box .ytable_cell,
    .message_box .ytable_cell{ display: block; width: 100%;}
    .contact_box .txt{ padding: 5%;}
    .contact_box #allmap{ height: 300px;}
    .contact_box .txt li b{ font-size: 20px;}
    .message_box .from{ padding: 5%;}
    .message_box hgroup h2{ font-size: 20px;}
    .message_box .li_49{ width: 100%; float: left; margin-right: 0;}
    .message_box li .text{ font-size: 14px;}
    .message_box li .btn{ font-size: 16px;}
}

.pro_menu{ width: 20%; border: 2px solid #eeeeee; border-radius: 10px; padding-top: 5px; padding-right: 1.8%; padding-bottom: 5%; margin-bottom: 5%;}
.pro_menu .search{ position: relative; border-bottom: 1px solid #eaeaea; padding-left: 15%;}
.pro_menu .search:before{ content: ''; position: absolute; left: 15%; width: 1px; top: 50%; transform: translateY(-50%); height: 16px; background: #666666;}
.pro_menu .search .text{ height: 50px; line-height: 50px; border: none; background: none; width: 100%; font-size: 15px; color: #b3b3b3; padding-left: 5px; padding-right: 20px;}
.pro_menu .search .btn{ width: 18px; height: 100%; background: url("../images/icon_search2.png") no-repeat center; position: absolute; right: 0; top: 0;}

.pro_menu > ul > li{ border-bottom: 1px solid #eaeaea;}
.pro_menu > ul > li > a{ line-height: 55px; font-size: 18px; display: block; padding-right: 35px; padding-left: 15%; position: relative;}
.pro_menu > ul > li > a:after,
.pro_menu > ul > li > a:before{ content: ''; position: absolute;}
.pro_menu > ul > li > a:after{ width: 15px; height: 15px; top: 50%; margin-top: -7px; background: url("../images/menu_icon1.png") no-repeat center; right: 5%;}
.pro_menu .sub{ padding: 5% 0 10% 15%; display: none;}
.pro_menu .sub a{ display: block; font-size: 15px; line-height: 36px;}
.pro_menu .navA,
.pro_menu > ul > li.aon > a,
.pro_menu > ul > li > a:hover{ background: url("../images/menu_icon4.png") no-repeat 75% center #da251d; color: #fff;}
.pro_menu > ul > li.aon > a:before,
.pro_menu > ul > li > a:hover:before,
.pro_menu .navA:before{ width: 11px; height: 11px; background: url("../images/menu_icon3.png") no-repeat center; left: 8%; top: 50%; margin-top: -5px;}
.pro_menu > ul > li.aon > a:after,
.pro_menu > ul > li > a:hover:after,
.pro_menu .navA:after{ background-image: url("../images/menu_icon2.png");}
.side-open_menu{ display: none;}
.pro_menu .sub .aon a,
.pro_menu .sub li a:hover{ color: #da251d!important;}
@media(max-width:1000px) {
    .pro_menu{ width: 100%; float: none; padding-bottom: 0; padding-right: 0; position: relative;}
    .pro_menu .search{ margin-right: 2%;}
    .pro_menu .search:before{ display: none;}
    .pro_menu .search,
    .pro_menu > ul > li > a,
    .pro_menu .sub{ padding-left: 30px;}
    .pro_menu > ul > li.aon > a:before, .pro_menu > ul > li > a:hover:before, .pro_menu .navA:before{ left: 10px;}
    .side-open_menu{display: block;border: 2px solid #da251d;padding: 15px 20px 15px 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-weight: bold;color: #da251d;border-radius: 0 0 5px 5px;position: relative;}
    .side-open_menu::after {position: absolute;content: '';border: 6px solid transparent;border-top-color: #da251d;right: 10px;top: 50%;margin-top: -3px;}
    .pro_menu .side-menu{ display: none; position: absolute; left: 0; top: 100%; background: #fff; width: 100%; z-index: 100;}
    .pro_menu .sub{ padding-top: 2%; padding-bottom: 2%;}
}

.pro_list{ width: 77.5%;}
.pro_list li{ width: 31%; float: left; margin-right: 3.5%; margin-bottom: 3.5%;}
.pro_list li:nth-child(3n){ margin-right: 0;}
.pro_list li a{ display: block; padding: 5%; border: 1px solid #e7e6e6; text-align: center; border-radius: 10px; transition: all .5s; }
.pro_list li figure{ padding-top: 80%; background-size: contain; margin: 10%;}
.pro_list li h3{ font-size: 16px; font-weight: normal;}
.pro_list li p{ color: #999999;line-height: 36px;}
.pro_list li a:hover{ box-shadow: 0 0 20px rgba(145,145,145,.18); border-color: #fff;}
.pro_list li a:hover h3{ color: #da251d;}
@media(max-width:1000px) {
    .pro_list{ width: 100%;}
}
@media(max-width:640px) {
    .pro_list li{ width: 48%; margin: 0 1% 3%!important;}
}

/*产品详情*/
.pro_index_one .pic{ width: 50%; float: left;}
.pro_index_one .slider-for{ border: 1px solid #e7e6e6; border-radius: 10px;}
.pro_index_one .slider-for figure{ padding-top: 70.5%; background-size: contain;}
.pro_index_one .small{ position: relative; margin: 15px 0; padding: 0 30px;}
.pro_index_one .small figure{ padding-top: 64%; background-size: contain; margin: 0 5px; border: 1px solid #e7e6e6; border-radius: 10px; position: relative;}
.pro_index_one .small .slick-arrow{ position: absolute;  border: none; width: 28px; height: 100%; background: url("../images/icon_btn3.png") no-repeat -33% center #f9f9f9; border-radius: 5px; font-size: 0; cursor: pointer; top: 0; margin-top: 0; left: -10px;}
.pro_index_one .small .slick-next{ background-position: 126% center; right: -10px; left: auto;}
.pro_index_one .small .slick-current figure:before{ content: ''; position: absolute; left: 0; width: 100%; height: 100%; top: 0; border: 2px solid #da251d; border-radius: 10px;}
.pro_index_one .txt{ float: right; width: 46%; padding: 2% 0;}
.pro_index_one .txt h2{ font-weight: normal; font-size: 20px; color: #000000;}
.pro_index_one .Model{ margin: 4% 0 5%;}
.pro_index_one .Model span{ line-height: 46px; padding: 0 10px; border-radius: 5px; color: #fff; font-size: 18px; background: #da251d; display: inline-block;}
.pro_index_one .info{ background: #f9f9f9; border-radius: 5px; padding: 6% 7.5%; line-height: 32px; font-size: 16px; color: #888888;}
.pro_index_one .info h3{ font-size: 22px; color: #da251d; font-weight: normal; margin-bottom: 20px;}
.pro_index_one .info h3 span{ display: inline-block; padding-bottom: 10px; border-bottom: 2px solid #da251d;}
.pro_index_one .Options{ margin: 5% 0 8%; font-size: 16px;}
.pro_index_one .Options ul{ position: absolute; left: 0; top: 100%; width: 100%; display: none; padding-right: 30px;background: #fff;border: 1px solid #e7e6e6;}
.pro_index_one .Options dl{ display: inline-block; vertical-align: top; margin-right: 8%;}
.pro_index_one .Options dt,
.pro_index_one .Options dd{ display: inline-block; vertical-align: middle;}
.pro_index_one .Options dd{ width: 120px; line-height: 40px; border: 1px solid #e7e6e6; border-radius: 5px; text-align: center; padding-right: 30px; background: url("../images/icon_arrow2.png") no-repeat 85% center; position: relative; cursor: pointer;}

.pro_index_one .probtn{ width: 190px; text-align: center; line-height: 52px; font-size: 18px; background: #da251d; color: #fff; border-radius: 5px; display: block;}
@media(max-width:768px) {
    .pro_index_one .pic,
    .pro_index_one .txt{ float: none; width: 100%;}
}
@media(max-width:640px) {
    .pro_index_one .Model span{ font-size: 16px;}
    .pro_index_one .info h3{ font-size: 18px;}
    .pro_index_one .info{ font-size: 14px; line-height: 26px;}
    .pro_index_one .Options{ font-size: 14px;}
    .pro_index_one .Options dl{ margin-right: 1%;}
    .pro_index_one .Options dl:last-child{ margin-right: 0;}
    .pro_index_one .Options dd{ width: 110px; padding-right: 20px; background-position: 95% center;}
    .pro_index_one .probtn{ font-size: 16px; width: 150px; }
    .pro_index_one .small .slick-prev{ left: 0;}
    .pro_index_one .small .slick-next{ right: 0;}

}


.pro_info_tit{ line-height: 65px; border: 1px solid #e7e6e6; border-left: none; border-right:none; margin: 4% 0; font-size: 18px; color: #333333;}
.pro_info_tit b{ display: inline-block; position: relative; border-bottom: 2px solid #da251d;}
.pro_table_info{ padding-bottom: 4%;}
.pro_table_info table{ table-layout: fixed; width: 100%; text-align: center; border: 1px solid #ececec;}
.pro_table_info table td{ padding: 15px 0; font-size: 16px; color: #666666; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec;}
.pro_table_info table tr:first-child td{ background: #da251d; color: #fff;  font-weight: bold;}
@media(max-width:640px) {
    .pro_table_info{ width: 100%; overflow: auto;}
    .pro_table_info .table_con{ min-width: 768px;}
    .pro_table_info table td{ font-size: 14px; padding: 8px 0;}

}

.pro_features{ background: #f9f9f9; padding: 5%; margin: 5% 0;}
.pro_features hgroup{ text-align: center; margin: 1% 0 3%;}
.pro_features hgroup h2{ font-size: 36px; color: #da251d; font-family: Arial; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1%;}
.pro_features hgroup h3{ font-size: 30px; color: #333333; font-weight: normal;}
.ul_pro_20200722{ font-size: 0; text-align: center; margin: 5% 0;}
.ul_pro_20200722 li{ display: inline-block; vertical-align: top; width: 24%; text-align: center; padding: 0 2%; font-size: 16px; line-height: 30px; color: #999999; margin-right: 1.3%;}
.ul_pro_20200722 li:last-child{ margin-right: 0;}
.ul_pro_20200722 li h3{ margin: 8% 0; font-size: 20px; color: #da251d;}
.ul_pro_20200722 li p{ max-width: 230px; margin: 0 auto;}
@media(max-width:768px) {
    .pro_features hgroup h2{ font-size: 30px;}
    .pro_features hgroup h3{ font-size: 26px;}
    .ul_pro_20200722 li{ padding: 0;}
}
@media(max-width:640px) {
    .pro_features hgroup h2{ font-size: 26px;}
    .pro_features hgroup h3{ font-size: 20px;}
    .ul_pro_20200722 li{ padding: 0; width: 46%; margin: 0 2% 3%; font-size: 14px; line-height: 26px;}
    .ul_pro_20200722 li h3{ font-size: 16px;}
}


.open_pro_index{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 200; background: rgba(0,0,0,0.7); display: none;}
.pro_info_show{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 10px; background: #fff; max-width: 600px; width: 90%;}
.pro_info_show h2{ text-align: center; margin-bottom: 3%; font-weight: normal; color: #fff; background: #da251d; font-size: 20px; line-height: 60px; border-radius: 10px 10px 0 0;}
.pro_info_show .list{max-height: 320px; overflow-y: auto; }
.pro_info_show table{ width: 100%;}
.pro_info_show table tr{ border-bottom: solid 1px #eee}
.pro_info_show table td{ padding: 2% 3%; position: relative}
.pro_info_show .pic{ width: 35%;}
.pro_info_show .pic figure img{ width: 100%;border-radius: 10px; }
.pro_info_show .info{}
.pro_info_show .txt h3{ font-weight: normal; color: #666666; line-height: 30px; font-size: 16px; margin-bottom: 4%;}
.pro_info_show .txt p{ color: #b6b6b6;}
.pro_info_show .txt em{ display: inline-block; vertical-align: middle; margin: 0 10px; font-style: normal; margin-top: -4px;}
.pro_info_show .delete{ background: #da251d url("../images/icon_close.png") no-repeat center; border-radius: 100px; width: 20px; height: 20px; display: block; position: absolute; top: 50%; margin-top: -10px; right: 4%; font-size: 0; border: solid 4px #da251d; cursor: pointer}
.pro_info_show .btn{ padding-bottom: 3%}
.pro_info_show .click_btn{ display: block; width: 164px; line-height: 52px; text-align: center; margin: 0 auto; background: #da251d; border-radius: 5px; color: #fff; font-size: 18px; cursor: pointer;}
.pro_info_show .close{ position: absolute; width: 19px; height: 19px; background: url("../images/icon_close.png") no-repeat center; right: 15px; top: 20px; cursor: pointer;}
.pro_info_show .form{ padding: 2%;}
.pro_info_show .form li{ margin-bottom: 3%; border: solid 1px #eee; padding: 2px 5px 2px 40px; background: no-repeat 10px}
.pro_info_show .form li .text{ width: 100%; height: 40px; border: none;}
.pro_info_show .form li .text::placeholder{ color: #999}
.pro_info_show .form li:nth-child(1){ width: 49%; float: left; background-image: url("../images/name_icon.png")}
.pro_info_show .form li:nth-child(2){ width: 49%;  float: right;background-image: url("../images/company_icon.png") }
.pro_info_show .form li:nth-child(3){ clear: both;  background-image: url("../images/email_icon.png")}
@media(min-width:640px) {
.pro_info_show .list::-webkit-scrollbar{ width:10px;  background-color:#fff}    /*滚动条整体部分*/
.pro_info_show .list::-webkit-scrollbar-button{ background-color:#fff}    /*滚动条两端的按钮*/
.pro_info_show .list::-webkit-scrollbar-track{ background-color:#fff}    /*外层轨道*/
.pro_info_show .list::-webkit-scrollbar-track-piece{ background-color:#fff}    /*内层轨道，滚动条中间部分（除去）*/
.pro_info_show .list::-webkit-scrollbar-thumb{background-color:#ddd; border-radius:100px;}    /*滚动条里面可以拖动的那个*/
.pro_info_show .list::-webkit-scrollbar-corner{ background-color:#fff}    /*边角*/
.pro_info_show .list::-webkit-resizer{ background-color:#fff}    /*定义右下角拖动块的样式*/
}
@media(max-width:640px) {
    .pro_info_show{ width: 92%;}
}


/*Hbanner*/
.Hbanner{ position: relative;}
.Hbanner img{ width: 100%;}
.Hbanner .controls{ position: absolute; right: 5%; bottom: 5%; z-index: 100;}
.Hbanner .btn{ height: 110px; width: 46px; display: inline-block; position: relative; margin-top: 330px;}
.Hbanner .btn:before{ content: ''; position: absolute; width: 1px; height: 200px; background: rgba(255,255,255,0.7); left: 50%; bottom: 160px;}
.Hbanner .slick-arrow{ width: 46px; height: 47px; background: url("../images/icon_btn5.png") no-repeat center top; top: auto; margin-top: auto;  left: 0; right: 0;}
.Hbanner .slick-prev{ bottom: 0; background-position: center bottom;}
.Hbanner .slick-next{ top: 0;}
.Hbanner .slick-arrow:hover{ background-image: url("../images/icon_btn6.png");}
.Hbanner .pager{ text-align: center;}
.Hbanner .slick-dots{writing-mode: vertical-rl;writing-mode: tb-rl;list-style: none; margin: 0 auto;}
.Hbanner .slick-dots li{ display: none; font-size: 20px; color: #da251d;}
.Hbanner .slick-dots .slick-active{ display: block;}
.Hbanner .slick-dots li em,
.Hbanner .slick-dots li span{ color: #fff;}
.Hbanner .slick-dots li em{ font-style: normal; display: inline-block; margin:10px 0; opacity: .7;}
.Hbanner .slick-dots li span{ opacity: .6;}
@media(max-width:1200px) {
    .Hbanner .wapBan{ display: block;}
    .Hbanner .pcBan{ display: none;}
}
@media(max-width:1000px) {
    .Hbanner .pager,
    .Hbanner .btn:before{ display: none;}
    .Hbanner .btn{ margin-top: 0;}
}

.Htitle{ letter-spacing: 3px; padding: 20px 0 35px;}
.Htitle h2{ font-size: 40px; color: #da251d;}
.Htitle h3{ color: #d4d4d4; font-size: 30px; text-transform: uppercase;}
@media(max-width:1200px) {
    .Htitle h2{ font-size: 34px;}
    .Htitle h3{ font-size: 24px;}
}
@media(max-width:1000px) {
    .Htitle{ padding-bottom: 20px;}
    .Htitle h2{ font-size: 30px;}
    .Htitle h3{ font-size: 20px;}
}
@media(max-width:768px) {
    .Htitle h2{ font-size: 28px;}
}
@media(max-width:640px) {
    .Htitle h2{ font-size: 26px;}
    .Htitle h3{ font-size: 18px;}
}

.Hbox{ padding: 5% 0;}
.Hbox1 .video_box{float: left; width: 50%; position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 0 20px rgba(173,173,173,.3); z-index: 2;}
.Hbox1 .video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: #fff; display: none;}
.Hbox1 .txt{ float: right; width: 41.5%; padding-top: 2%;}
.Habout{ font-size: 16px; color: #888888; line-height: 32px; margin-top: 2%;}
.Habout ul{ margin: 6% 0 10%; overflow: hidden;}
.Habout ul li{ float: left; line-height: 20px; font-size: 14px; }
.Habout ul li b{ font-size: 48px; line-height: normal; color: #333333; font-family: Arial; font-weight: normal;}
.Habout ul li:nth-child(2){ padding: 0 8%;  margin: 0 8%; text-indent: 1em; }
.Habout ul li:nth-child(2) .num{ text-indent: -1em;}
.Hbox1 .icon li{ float: left; text-align: center; position: relative;}
.Hbox1 .icon li:nth-child(2){ margin: 0 26%;}
.Hbox1 .icon li figure{ margin:0 auto 10px; max-width: 66px;}
.Hbox1 .icon li p{ color: #888888;}
.Hbox1 .icon li:before{ content: ''; width: 205%; height: 1px; right: 75px; top: 34%; background: #ececec; position: absolute;}
.Hbox1 .icon a:hover p{ color: #da251d;}
.Hbox1 .icon .hover{ display: none;}
.Hbox1 .icon a:hover img{ display: none; box-shadow: 0 5px 10px rgba(218,37,29,.5); border-radius: 100%;}
.Hbox1 .icon a:hover .hover{ display: block;}
@media(max-width:1400px) {
    .Hbox1 .icon li:before{ width: 190%;}
}

@media(max-width:1366px) {
    .Habout ul li:nth-child(2){ margin: 0 4%;}
    .Hbox1 .icon li:before{ width: 180%;}
}

@media(max-width:1200px) {
    .Hbox1 .txt{ width: 45%; padding-top: 0;}
    .Habout{ margin-top: 0;}
    .Habout ul{ margin: 4% 0 5%;}
    .Habout ul li b{ font-size: 30px;}
}
@media(max-width:980px) {
    .Hbox1 .txt,
    .Hbox1 .video_box{ float: none; width: 100%;}
}
@media(max-width:640px) {
    .Habout ul li:nth-child(2){ margin: 0;}
    .Habout ul li b{ font-size: 26px;}
    .Hbox1 .icon li:before{ display: none;}
    .Hbox1 .icon li:nth-child(2){ margin: 0 15%;}
}

.Hbox2{ background:url("../images/Hbox2_bg.jpg") no-repeat center top; background-size: cover; }
.Hbox2 .w1440{ position: relative;}
.Hbox2 .Htitle{ position: absolute; left: 0; top: 10%; width: 50%;}
.Hbox2 .slider-nav{ padding-left: 50%; padding-right: 180px; position: relative;}
.Hbox2 .slider-nav li{ font-size: 18px; color: #666666; line-height: 30px;}
.Hbox2 .slider-nav span{ display: inline-block; padding-bottom: 5px; border-bottom: 2px solid transparent; cursor: pointer;}
.Hbox2 .slider-nav .slick-current span{ border-bottom-color: #da251d; color: #da251d;}
.Hbox2 .slider-for{ margin-top: 3%;}
.Hbox2 .txt{ width: 45%; float: left; padding-top: 10%;}
.Hbox2 .pic{ float: right; width: 50%;}
.Hbox2 .pic img{ width: 100%; border-radius: 10px;}
.Hbox2 .btn{ position: absolute; right: 0; top: 0;}
.Hbox2 .slick-arrow{ position: static; margin-top: 0; display: inline-block; width: 68px; height: 40px; background: url("../images/icon_btn7.png") no-repeat center #fff; border-radius: 50px; box-shadow: 0 0 20px #ccc; transition: all 0.5s;}
.Hbox2 .slick-next{ margin-left: 20px; transform: rotate(180deg);}
.Hbox2 .slick-arrow:hover{ width: 80px; background: url("../images/icon_btn8.png") no-repeat center #da251d;}

.Hbox2 .txt h2 span{ font-weight: normal; font-size: 24px; color: #da251d; padding-bottom: 5px; border-bottom: 2px solid #da251d; line-height: normal; display: inline-block;}
.Hbox2 .txt h2 b{ color: #888888; font-weight: normal; display: inline-block; margin-left: 10px;}
.Hbox2 .txt p{ font-size: 16px; line-height: 32px; color: #888888; max-width: 553px; padding: 3% 0 10%;}
.Hbox2 .more{ display: block; width: 201px; height: 45px; line-height: 45px; border-radius: 50px; border: 1px solid #da251d; color: #da251d; text-align: center; transition: all 0.5s;}
.Hbox2 .more:after{ content: ''; width: 35px; height: 11px; display: inline-block; vertical-align: middle; background: url("../images/icon_arrow3.png") no-repeat center; margin-left: 30%; margin-top: -5px;}
.Hbox2 .more:hover{ background: #da251d; color: #fff; box-shadow: 0 5px 10px rgba(218,37,29, .5);}
.Hbox2 .more:hover:after{ background-image: url("../images/icon_arrow4.png");}
@media(max-width:1024px) {
    .Hbox2 .slider-nav li{ font-size: 16px;}
    .Hbox2 .txt h2 span{ font-size: 20px;}
}
@media(max-width:1000px) {
    .Hbox2 .Htitle{ position: static; width: 100%;}
    .Hbox2 .slider-nav{ padding-left: 30%;}
    .Hbox2 .txt{ padding-top: 3%;}
}
@media(max-width:768px) {
    .Hbox2 .slider-nav{ padding-left: 10%;}
    .Hbox2 .txt{ padding-top: 0;}
    .Hbox2 .txt p{ line-height: 26px; font-size: 14px;}
}
@media(max-width:640px) {
    .Hbox2 .slider-nav ul{ display: none;}
    .Hbox2 .txt,
    .Hbox2 .pic{ display: block; width: 100%; float: none; margin: 2% 0;}
    .Hbox2 .txt{ padding-top: 0;}
    .Hbox2 .txt p{ line-height: 26px; font-size: 14px;}
    .Hbox2 .more{ width: 160px; margin-bottom: 10%;}
    .Hbox2 .btn{ top: -65px;}
}

.Hbox3 .fr,
.Hbox3 .fl{ width: 50%;}
.Hbox3 .fr .txt{ max-width: 720px; padding: 0 11%; }
.Hbox3 .fr .txt p{ font-size: 16px; line-height: 32px; color: #888888; margin-top: -10px;}
.Hbox3 .btn{ display: block; margin: 10% 0;}
.Hbox3 .slick-arrow{ position: static; margin-top: 0; display: inline-block; width: 68px; height: 40px; background: url("../images/icon_btn7.png") no-repeat center #fff; border-radius: 50px; box-shadow: 0 8px 10px #ccc; transition: all 0.5s;}
.Hbox3 .slick-next{ margin-left: 20px; transform: rotate(180deg);box-shadow: 0 -8px 10px #ccc;}
.Hbox3 .slick-arrow:hover{ width: 80px; background: url("../images/icon_btn8.png") no-repeat center #da251d;}
.Hbox3 .slider-nav{ background: url("../images/Hbox2_bg.jpg") no-repeat center; background-size: cover; padding: 5%;}
.Hbox3 .slider-nav ul{ max-width: 707px;}
.Hbox3 .slider-nav li{ padding:18px 25px 19px;}
.Hbox3 .slider-nav li a{ display: block; border-radius: 10px; overflow: hidden; position: relative;}
.Hbox3 .slider-nav li img{ width: 100%; display: block;}
.Hbox3 .slider-nav li .info{ position: absolute; bottom: 0; width: 100%; left: 0; text-align: center; color: #fff;}
.Hbox3 .slider-nav li p{ font-size: 18px;}
.Hbox3 .slider-nav li span{  width: 126px; line-height: 36px; border: 1px solid rgba(255,255,255,0.5); border-radius: 50px; text-align: center; display: block; margin: 0 auto; font-size: 16px; margin-bottom: -5%; opacity: 0; transition: all 0.5;}
.Hbox3 .slider-nav li i{ font-size: 16px; font-family: 宋体; font-style: normal; display: inline-block; margin-left: 10px;}
.Hbox3 .slider-nav li a:hover:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
.Hbox3 .slider-nav li a:hover span{ opacity: 1; margin: 5% auto 20%;}

.Hbox3 .fl .tit{ position: absolute; right: 0; bottom: 10%; background: #da251d; border-radius: 10px 0 0 10px; color: #fff; padding: 25px 25px 25px 40px;}
.Hbox3 .fl .tit *{ font-weight: normal; font-size: 26px;}
@media(max-width:1440px) {
    .Hbox3 .fr{ width: 42.7%;}
    .Hbox3 .fl{ width: 57.3%;}
}

@media(max-width:1366px) {
    .Hbox3 .slider-nav li{ padding: 10px 15px;}
    .Hbox3 .slider-nav{ padding: 4% 5%;}
}
@media(max-width:1000px) {
    .Hbox3 .fl{ display: none;}
    .Hbox3 .fr{ width: 100%; float: none;}
}

.Hbox4{ padding-top: 0; overflow: hidden;}
.Hbox4 .ul{ max-width: 1440px; margin: 0 auto;}
.Hbox4 .slick-list{ overflow: inherit; margin: 0 -30px;}
.Hbox4 li{padding: 0 30px; position: relative;}
.Hbox4 li:before{ content: ''; position: absolute; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8);}
.Hbox4 .slick-active:before{ display: none;}
.Hbox4 li a{ display: block;}
.Hbox4 li img{ width: 100%; border-radius: 10px; transition: all 0.5s;}
.Hbox4 li .txt{ padding: 5% 5% 0; margin-top: 5%; border-bottom: 2px solid #e5e5e5; overflow: hidden;}
.Hbox4 li h3{ font-size: 16px; color: #da251d; font-weight: normal;}
.Hbox4 li p{ line-height: 24px; color: #666666; overflow: hidden; height: 48px; color: #666; margin: 3% 0 8%;}
.Hbox4 li time{ color: #b2b2b2; font-size: 50px; font-family: Arial; display: block; margin-bottom: -18px;}
.Hbox4 li time span{ display: block; font-size: 24px;}
.Hbox4 li a:hover img{ box-shadow: 0 10px 20px rgba(0,0,0,.2);}

@media(max-width:1440px) {
    .Hbox4 .ul{ padding: 0 10%;}
    .Hbox4 li{ padding: 0 15px;}
}
@media(max-width:640px) {
    .Hbox4 .ul{ padding: 0 15%;}
    .Hbox4 li time{ font-size: 36px; margin-bottom: -13px;}
    .Hbox4 li time span{ font-size: 18px;}
}

.maincontent{ min-height: 250px;}

/*搜索*/
.newsList_box{}
.newsList_box li{ line-height:55px;border-bottom:1px dashed #e5e5e5;}
.newsList_box li a{ padding-right:20px;}
.newsList_box li time{ float:right;}
.newsList_box li a:hover{ color: #da251d;}

.partner_list{ padding-bottom: 3%;}
.partner_list li{ float: left; width: 20%;background: #f8f8f8;  padding: 10px; }
.partner_list li:nth-child(2n){ background: #fff;}
.partner_list li figure{ padding-top: 35%; background-size: contain;}
@media(max-width:768px){
    .partner_list li{ width: 33.33%;}
}



.topNav .sub{box-shadow: 0 0 6px rgba(0,0,0,0.5);}
.header .other{position: relative;}
.header .other dd{margin-right: 50px;}
.header .other dd .tip{position: absolute;left: 100%;top: 50%;width: 50px;line-height: normal; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);color: #999999;font-family: Arial;}
.header .other dt{display: inline-block;font-size: 14px;}
.header .other .en{background: url(../images/en.png) no-repeat left center;background-size: 20px;}
.header .other .cn{background: url(../images/cn.svg) no-repeat left center;background-size: 20px;}
.header .other .lang{  position: absolute;top: -30px;width: 230px;right: 0;white-space: nowrap;text-align: right;}
.car_btn{position: fixed;right: 4%;bottom: 14%;height: 27px;width: 97px;background: url("../images/carts.png") no-repeat center center;background-size: 100%;}
#vBtnNum{text-align: center;color: #da251d;background-color: transparent;height: 20px;width: 20px;border-radius: 50%;position: absolute;bottom: 0px;height: 27px;right: 7px;border: 0;}


@media(max-width:640px){
    .header { padding-top: 30px;}
	.header .other{ position: absolute; right: 0; top: -13px;}
	.header .other .lang{ position: relative; top: 0; width: 100%; right: 0;}
	.header .other .cn{ margin-right: 0;}
	.header .other dd{ display: none;}
}





