@charset "utf-8";

/* CSS Document */
html{ }
body { font-size: 14px; font-family:微软雅黑,  arial, "serif"; color: #333333; -webkit-font-smoothing: antialiased; transition:.3s all; word-break:break-word; overflow-x:hidden; }
:root{
    --maincolor:#c51517;
    --hovercolor:#e1000d;
    --activecolor:#c9ab70;
    --linecolor:#E2E2E2;
    --white:#ffffff;
    --color0:#000000;
    --color3:#333333;
    --color6:#666666;
    --color9:#999999;
    --colortitle:#545454;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0;}
*{ -webkit-box-sizing: border-box; box-sizing: border-box; }
fieldset, img { border: 0;}
ol, ul, li { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}
q:before, q:after { content: '';}
a { color:var(--color0); text-decoration: none; transition:.3s all;}
a:hover { color:var(--hovercolor)}
input { outline: none; color:var(--color6); font-size: 15px;}
input::placeholder,textarea::placeholder{ color:var(--color6); font-size: 16px; font-family:微软雅黑,  arial, "serif"; }
textarea{ font-size: 15px; font-family:微软雅黑,  arial, "serif";  color:var(--color6); }

.allwidth{ max-width:1600px; margin-left:auto; margin-right:auto;}
.allwidthp{ max-width:1400px; margin-left:auto; margin-right:auto;}
.allwidth1{ max-width:96%; margin-left:2%; margin-right:2%;}
img{ max-width:100%; vertical-align:middle; }
.display_none{display:none;}
.fontsize16{ font-size:16px;}
.fontsize18{ font-size:18px;}
.colorwhite{ color:var(--white) !important; }
.fontsize12{ font-size:12px !important;}
.text_center{ text-align:center;}
.v_align{vertical-align: middle;}
.lineheight24{ line-height:24px; }

.row{display:flex; flex-wrap:wrap;}
.flexstart{ justify-content:flex-start; }
.flexbetween{ justify-content:space-between; }
.padding_20{ padding-left:20px; padding-right:20px;}

.text_s1,.text_s2,.text_s3,.text_s4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.text_s1{ -webkit-line-clamp: 1; }
.text_s2{ -webkit-line-clamp: 2; }
.text_s3{ -webkit-line-clamp: 3; }
.text_s4{ -webkit-line-clamp: 4; }


/*---------------------share ico-----------------------*/
.news_share{ display:flex; justify-content:flex-end; flex-wrap:wrap; align-items:center;}
.news_share li{ margin-right:10px; position:relative; }
.news_share li a{ display:block; font-size:17px; width:35px; height: 35px; border-radius:50px; overflow:hidden; color:var(--white); text-align:center; line-height:35px; }

.ewm_img{ position:absolute; left:-20px; top:35px; padding-top:8px; width:80px; opacity: 0; height: 0; overflow:hidden; transition:.3s all; }
.weixin_ck:hover .ewm_img{ opacity: 1; height: auto; overflow:visible;}
.ewm_img img{ display:block; width:100%; box-shadow:0 0 10px rgba(0,0,0,0.2);}

.weixin i{ background:var(--maincolor); }
.email i{  background:var(--maincolor); }
.whatapp i{ background:var(--maincolor);  }
.skybe i{  background:var(--maincolor);  }
.tel i{  background:var(--maincolor);  }

.server_icos li{ margin-bottom:5px; position:relative;}
.server_icos li i{ display:block; width:45px; height:45px; border-radius:3px; overflow: hidden; cursor: pointer; text-align: center; line-height: 40px; transition: .4s all; }

.server_text{ position:absolute; right:40px; padding:0 10px 0 0; top:0;  z-index: 1010; height: 0; opacity: 0; overflow: hidden; transition: .4s all; }
.server_alltxt{background:var(--white); border-radius: 2px; box-shadow: 0 0 5px rgba(0,0,0,0.2); width:100px; padding:2px 2px; line-height: 24px; }
.weixin .server_text{ top:auto; bottom:0; }
.server_icos li:hover .server_text{ height: auto; opacity: 1; overflow: visible;}
.server_icos li:hover i{ background:var(--hovercolor);}


/*---------------------goto-------------------------*/
.foot_server{ position:fixed; right:2px; bottom:30px; z-index: 650; }
#gotop{  bottom:50px;width:38px; height:38px; border-radius:3px;background:#616161; display:none; text-align:center; line-height: 38px; cursor:pointer; z-index: 88;transition: .4s all;}
#gotop:hover{ background: var(--hovercolor);}
#gotop img{ margin-top:30%;}

#gotop1{  width:45px; height:45px;background:var(--maincolor); border-radius:3px; display:none; text-align:center; line-height: 40px; cursor:pointer; transition: .4s all;}
#gotop1:hover{ background: var(--hovercolor);}
#gotop1 img{ margin-top:30%;}


/*-------------------------scroll-----------------------------
::-webkit-scrollbar { width: 2px; height: 2px; }
::-webkit-scrollbar-thumb { background: #ffffff; border-radius: 6px; }
::-webkit-scrollbar-track{ background:#3989c6; }*/


/*-----------------------swiper------------------------*/
.detail_bimg{ position:relative;  padding:20px;}
.mySwiper21 { box-sizing: border-box;margin: 10px 0; padding:0 5px; }
.mySwiper21 .swiper-slide {	width: 25%;	height: auto !important; border:1px solid #dddddd;}
.swiper-slide21 img,.swiper-slide22 img{ display: block; width: 100%;height: 100%;object-fit: cover;	}

.mySwiper22{ margin-bottom:70px; }


.fzlc_timd_dot{ font-size: 35px; font-weight: bold; color:var(--color0); text-align: center; padding:0 0 59px 0; cursor: pointer; }
.fzlc_timd_dot i{ display: block; width:19px; height:19px; border-radius: 50px; background:#cccccc; margin:18px auto 0 auto; transition: .4s all; }
.mySwiper21 .swiper-slide-thumb-active .fzlc_timd_dot{ color:var(--maincolor);}
.mySwiper21 .swiper-slide-thumb-active .fzlc_timd_dot i{  background:#0781e6 !important;  }  
.mySwiper21 .swiper-slide-thumb-active {  border: 1px solid var(--hovercolor); }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 13px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 13px)) !important;
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #fff) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8) !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--hovercolor)) !important;
}

.fzlc_text{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.fzlc_year{ flex:0 0 350px;  font-size: 95px; font-weight: bold; color:var(--maincolor); padding:0 60px 0 0;}
.fzlc_infor{ flex:1; font-size: 20px; line-height: 34px; color:var(--color6); padding:20px 60px 0 60px; border-left:1px solid #dedede; }
.fzlc_imgs{ flex:0 0 45%;}

.falc_ico{ width:38px; height:38px; border:1px solid #cdcdcd; border-radius: 50px; background:var(--white); transition: .4s all; text-align: center; padding:7px 0 0 0 ;}
.falc_ico svg{ fill:#cdcdcd; width: 1.3em; height: 1.3em; }
.falc_ico:hover{ background:var(--maincolor); border:1px solid var(--maincolor);}
.falc_ico:hover svg{ fill:var(--white);  }

.mySwiper21 .swiper-button-next{ width:auto !important; right:0 !important; }
 .mySwiper21 .swiper-button-prev{ width:auto !important; left:0 !important; }
 .mySwiper21 .swiper-button-next.swiper-button-disabled, .mySwiper21 .swiper-button-prev.swiper-button-disabled { opacity: .7 !important;}


/*------------------------article detail-----------------------------*/
.news_content{ line-height:32px; font-size:16px; color:var(--color6); margin-bottom:90px; padding:30px 5px 0 5px; }
.news_content h1{ font-size: 24px; margin-bottom: 25px;}
.news_content h2{ font-size: 22px; font-weight:bold; margin-bottom: 25px;}
.news_content h3{ font-size: 20px; font-weight:bold; margin-bottom: 25px;}
.news_content h4{ font-size: 18px; font-weight:bold; margin-bottom: 25px;}
.news_content h5{ font-size: 16px; font-weight:bold; margin-bottom: 25px;}
.news_content p { margin-bottom: 25px;}
.news_content img { max-width: 100% !important; height: auto !important;}
.news_content p[style="text-align:center;text-indent:2em;"] img,.news_content p[style="text-indent:2em;"] img{ margin-left:-2.2em !important;}

.about_con1{ line-height:24px; font-size:16px; }
.about_con1 h1{ font-size: 28px; margin-bottom: 25px; color:var(--color0);}
.about_con1 h2{ font-size: 26px; font-weight:bold; margin-bottom: 25px; color:var(--color0);}
.about_con1 h3{ font-size: 24px; font-weight:bold; margin-bottom: 25px; color:var(--color0);}
.about_con1 h4{ font-size: 22px; font-weight:bold; margin-bottom: 25px; color:var(--color0);}
.about_con1 h5{ font-size: 20px; font-weight:bold; margin-bottom: 25px; color:var(--color0);}
.about_con1 p { margin-bottom: 25px;}
.about_con1 img { max-width: 100% !important; height: auto !important;}

.about_con{ font-size: 16px; line-height: 32px; color:var(--color6);}
.about_con h3{ font-size:36px; font-weight:bold; color:var(--color0);}
.about_con span{font-size:16px; }
.about_con p{ margin-bottom:10px;}

/*-------------------feedback-----------------*/

.in_feedback_list{ margin-left:-15px; margin-right:-15px;}
.in_feedback_list li{ margin-bottom:20px; padding-left:15px; padding-right: 15px; width:100%; }
.in_feedback_list li:nth-child(-n+2){ flex:0 0 50%; }
.in_feedback_list li span{ display:block; color:#202020; font-size:16px; margin-bottom:10px;  }
.feedback{ height: 50px; line-height: 50px; border:1px solid #e5e5e5; width:100%; padding: 0 10px;}
.feedtext{width:100%;border:1px solid #e5e5e5; color:#999999; height: 225px; padding:10px;}

.feedback_btm{ display: inline-block; font-size:16px;  color:#202020; text-align:Center; height:60px; line-height:60px; padding:0 70px; border:0; background:var(--maincolor); color:var(--white); cursor: pointer; transition:.4s all;}
.feedback_btm:hover{ background:var(--hovercolor); color:var(--white);}


/*--------------------------------pages---------------------------------*/
.pages{ text-align:center; }
.pages a{ display:inline-block; margin:0 2px; padding:2px 8px; border-radius:5px;vertical-align:middle;color:#919bb0; }
.pages a:hover{ background:var(--hovercolor); color:var(--white);}
.pages a.cur{ background:var(--hovercolor); color:var(--white); }
.pages a svg{ stroke:#919bb0; }
.pages a:first-child,.pages a:last-child{  padding-top:1px;  }

.error_img{ text-align:center; }
.error_img img{ max-width:90%;}
.error_text{ text-align:center; margin-bottom:90px;}
a.error_a{ display:inline-block; padding:9px 60px; border-radius:10px; color:var(--white); background:#F7931E;}
.error_text p{ font-size:22px; color:#F7931E;}
@media screen and (max-width:780px){ 
    .error_text p{ font-size:16px; }
}


/*---------------------------newsdetail----------------------------------*/
.news_dtitle { font-size:36px;padding: 0px 0 20px 0; color:var(--color0);}
.news_dspan {  font-size: 15px; font-weight: normal; margin-bottom:30px; color:var(--color9);}

.other_news{  }
.other_news li {  flex:1; padding: 0 3px; height: 55px; line-height: 55px; background: #f5f5f5; }
.other_news li:nth-child(1) { padding-left:20px; border-right:2px solid var(--white); }
.other_news li:nth-child(2) {  padding-right:20px; text-align: right; }

.other_news li a{ overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical; color:Var(--color6);}
.other_news li strong{ color:var(--color0);}
.other_news li a:hover{ color:var(--hovercolor);}

.locations{ color:var(--color9);}
.locations a{ color:var(--color9);}
.locations a:hover{ color:var(--hovercolor);}


/*---------------------------main-------------------------------*/
.header_con{ position:fixed; left:0; top:35px; right:0; z-index: 100; transition: .4s all;   }
.header_con1{  top:0; background:rgba(0,0,0,1) !important; box-shadow: 0 0 10px rgba(0,0,0,0.2);  }
.header_bgs{ margin-left:auto; margin-right:auto;display:flex; justify-content:space-between; flex-wrap:wrap; align-items:center; }
.top_contact{ color:var(--color6); font-size:12px;}
.logos{ text-align:center; align-items: center;  }
.logos>a{ display: block; padding:15px 0px; }
.logos>a>img{ height: 50px;}
.header_mb{ display:none; position:absolute; right:2%; top:6px;}



.innavs{flex:1; margin-right:10px; align-items: center; justify-content: flex-end;   }
.innavs>li{  position:relative; padding:0px 45px; text-align: center; position: relative; }
.innavs>li:last-child{ padding-right:0px; }
.innavs>li>a{ display:inline-block; color:var(--white);  font-size:16px; padding:6px 0 6px 0; transition:.4s all; font-weight: normal; text-align: center; position: relative;}

.innavs>li>a::after{ content:""; display: block;position: absolute; left:0; bottom:0; z-index: 9; height: 2px; background:var(--hovercolor); width:100%; transform:scaleX(0); transition:.4s all; }
.innavs>li:hover>a::after,.innavs>li.cur>a::after{ transform:scaleX(1); }
.innavs>li:hover>a,.innavs>li.cur>a{ color:var(--hovercolor);   }
.innavs_sec_con{ position:absolute; left:50%; top:30px; width:160px; font-size: 13px; z-index: 78; opacity: 0; height: 0; overflow:hidden; transition:.4s all;  transform:translateX(-50%); }
.innavs_sec{ box-shadow: 0 0 10px rgba(0,0,0,0.2);background:rgba(255,255,255,0.96); border-radius:5px; margin-top:10px; padding:5px 0 0 0;}
.innavs_sec>li{ position:relative;}
.innavs_sec>li>a{ color:var(--color3);display:block; text-align:center; font-size:14px; padding:10px 0; }
.innavs_sec>li>a:hover{ background:var(--hovercolor); color:var(--white);}

.innavs_three_con{ position:absolute; left:100%; top:0px; width:100%; z-index: 78; opacity: 0; height: 0; overflow:hidden; transition:.4s all; box-shadow: 0 0 10px rgba(0,0,0,0.2);  }
.innavs_three{ background:rgba(255,255,255,0.96);  margin-left:1px;}
.innavs_three>li>a{ color:var(--color6);display:block; text-align:center; font-size:13px; padding:8px 0; }
.innavs_three>li>a:hover{ background:var(--hovercolor); color:var(--white);}

.innavs>li:hover .innavs_sec_con{ opacity: 1; height: auto; overflow: visible; }
.innavs_sec>li:hover .innavs_three_con{ opacity: 1; height: auto;  overflow: visible;}


.banners{ position:relative;}
.banner_sd{ position: absolute; left: 0; right:0; top:0; bottom:70%; background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0)); z-index: 8; }
.banner_position>a>img{ width:100%; }
.banner_jt svg{ fill:var(--white); width:3em; transition: .4s all;}
.banner_jt svg:hover{ fill:var(--hovercolor); }

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {   bottom: 20px !important;}

.top_menu{ background: var(--color0); color:var(--white); height: 35px;line-height: 35px; padding:0 30px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.top_menu a{ color:var(--white);}
.top_menu a:hover{ color:var(--hovercolor);}

.ourpros{ padding:120px 0 125px 0;}
.intitle{ text-align: center; margin-bottom: 55px;}
.intitle>h2{ font-size: 60px; color:var(--color0); margin-bottom:25px;}
.intitle>p{ font-size: 16px; line-height: 30px; color:var(--color6); max-width: 850px; margin-left:auto; margin-right:auto;}

.ourpros_con{ position: relative; overflow: hidden; padding-bottom:70px;}

.swiper12{ padding:0px 0 20px 0;}
.swiper12 .swiper-button-next, .swiper12 .swiper-button-prev { top: 107%; width:50px !important;    bottom: 10px; top: auto;}
.swiper12 .swiper-button-next{ right:46.3%;}
.swiper12 .swiper-button-prev{ left:46.3%;}
.swiper12 .develop_jt{ width:50px; height:50px; border:1px solid #cccccc; border-radius:0px; text-align: center; line-height:46px; transition: .4s all;  }
.swiper12 .develop_jt svg{ fill:#cccccc; transition: .4s all; }
.swiper12 .develop_jt:hover{ border-color: var(--hovercolor);}
.swiper12 .develop_jt:hover svg{ fill:var(--hovercolor);}

.ourpros_list{ position: relative;}
.ourpros_img{ overflow: hidden;}
.ourpros_img img{width: 100%; height: auto; transition: .4s all;}
.ourpros_list:hover .ourpros_img img{ transform:scale(1.1);}
.ourpros_title{ position: absolute; left:0; right:0; bottom:0; padding:60px 0 38px 0; background:linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0)); text-align: center;}
.ourpros_title>h3{ font-size: 36px; color:var(--white); margin-bottom: 15px;}
.ourpros_title>p{ font-size: 14px; line-height: 24px; color:var(--white); max-width: 45%; margin:0 auto; font-weight: lighter;}

.in_aboutbg{ padding:0 0 85px 0; position: relative;}
.in_about{ background: url("../images/inbg.jpg") no-repeat center center; background-size: cover; color:var(--white); padding:125px 0 190px 0;}

.intitle1{ text-align: center; margin-bottom:40px;}
.intitle1>h3{ font-size: 60px; color:var(--white); font-weight: lighter; margin-bottom:10px;}
.intitle1>p{ font-size: 24px; line-height: 48px; font-weight: lighter; color:var(--white); max-width: 80%; margin-left:auto; margin-right:auto;}
.intitle2{ text-align: center; margin-bottom:40px;}
.intitle2>h3{ font-size: 60px; color:var(--color0); font-weight: normal; margin-bottom:10px;}
.intitle2>p{ font-size: 24px; line-height: 48px; font-weight: lighter; color:var(--color0); max-width: 80%; margin-left:auto; margin-right:auto;}

.in_about_text{ max-width: 1200px; margin-left:auto; margin-right:auto; text-align: center; margin-bottom:50px; font-size: 16px; line-height: 40px; font-weight: lighter;}
.in_about_more{text-align: center;}
a.view_more{ display: inline-block; padding:7px 30px; border:1px solid var(--white); font-weight: lighter; color:var(--white); font-size: 16px; line-height: 36px;  transition: .4s all;}
a.view_more:hover{ background:var(--hovercolor); border-color: var(--hovercolor);} 

.in_about_item{ position: absolute; left:0; right:0; bottom:0; z-index: 111; }
.in_about_item_con{ background: var(--hovercolor); color:var(--white); }
.in_about_item_con li{ flex:0 0 33.33%; border-right:1px solid #e04345; padding:40px 3%; font-size: 16px; display: flex; align-items: center; flex-wrap: wrap;}
.in_about_item_con li:last-child{ border-right:0;}
.in_about_item_con li h3{  flex:0 0 auto; font-size: 70px; font-weight: bold;}
.in_about_item_con li h3 span{ font-size: 34px;font-weight: normal; margin-left:-10px; }
.aboutitem_text{ flex:1; margin-left:25px; font-size: 16px; line-height: 30px;}

.in_hotnews{ padding:110px 0 130px 0;}

.in_hotnews_con{ margin-bottom:55px; margin-left:-21px; margin-right:-21px;}
.in_hotnews_con li{ flex:0 0 33.33%; padding-left:21px; padding-right:21px;}

.hotnews_img{ overflow: hidden; margin-bottom:25px;}
.hotnews_img img{width: 100%; height: auto; transition: .4s all;}
.hotnews_item:hover .hotnews_img img{ transform:scale(1.1);}
.hotnews_title time{ font-size: 14px; color:#888888; display: block; margin-bottom:15px;}
.hotnews_title h3{ margin-bottom:15px;}
.hotnews_title h3 a{ font-size: 18px; line-height: 28px; color:var(--color0); font-weight: bold;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;}
.hotnews_title p{ font-size: 14px; line-height: 24px; color:var(--color6); overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;}


a.view_more1{ display: inline-block; padding:7px 30px; border:1px solid var(--color3); font-weight: lighter; color:var(--color3); font-size: 16px; line-height: 36px;  transition: .4s all;}
a.view_more1:hover{ background:var(--hovercolor); border-color: var(--hovercolor); color:var(--white);} 







.footerbgs{ background:var(--color0); color:#ffffff; font-size: 15px; }
.footerbgs a{ color:var(--white); }
.footerbgs a:hover{ color:Var(--maincolor); }
.footer_alls{ padding:85px 0 75px 0;}
.footer_contact h3{ font-size: 26px; color:var(--white); margin-bottom:30px;}
.footer_contact h3 img{ height: 48px;}
.footer_lg{ padding:65px 0 35px 0; border-bottom:1px solid #333333; }

.footer_contact_text{ color:var(--color9); line-height: 36px; font-size: 15px;}
.flogos_left{ flex:0 0 30%;}
.footer_right{ flex:0 0 12%; margin-left:10px; text-align: center; font-size: 14px; color:var(--color9); } 
.footer_right i{ display: block; margin-bottom:20px;}

.footer_lists{flex:1;   }
.footer_listnav{flex:0 0 25%;}
.footer_listnav dt{ font-size: 14px; color:var(--color9); margin-bottom:30px; }
.footer_listnav dt::before{ content:""; display: block; width: 23px; height: 3px; background: var(--hovercolor); margin-bottom: 27px;}
.footer_listnav dd{ line-height:32px; font-size: 16px; }
.footer_listnav dd a{ color:var(--white);}

.footer_shear li{ margin-left:35px;}
.footer_shear li img{ height: 25px; opacity: .4; transition: .4s all;}
.footer_shear li:hover img{ opacity:1;}

.copyright{ text-align:left; padding:45px 0 55px 0; color:#a8a8a8; text-align: center; font-size: 14px; border-top:1px solid #1a1a1a;  }


.mb_menu{ display:none;}
.mb_navsico{ cursor:pointer; float:right; width:40px; height: 40px;  border-radius:100px; color:var(--color0); text-align:center; line-height:40px; }
.mb_navsico svg{ width:15px;}
.mbnavs_sec { display: none;  background: #fca9a9;  padding: 10px 0;  }    
.mbnavs_sec>li { padding: 10px 10px; }    
.mbnavs_sec>li>a { color: var(--color6); font-size: 14px;}    
.mb_menulist>li>a i{ display:block; width:10px;}

.mb_zz { display:none; position: fixed;left: 0;top: 0;right: 0;bottom: 0; background: rgba(0, 0, 0, 0.5);z-index: 4;}





/*-----------------------------sub-------------------------------*/
.subbanner{ position: relative; text-align: right;}
.subbanner img{ width:100%;}

.banner_cons{ position:absolute; left:0; right:0; top:0; bottom:0; z-index: 26; display: flex; flex-direction: column; justify-content: center;  }


.subnav_line{ border-bottom:1px solid #e5e5e5; }
.subnav_line1{ border-bottom:1px solid #e5e5e5;margin-top: 80px;}
.subnav{ align-items: center;}
.subnavs_list{ }
.subnavs_list li{ margin-right:1px;}
.subnavs_list li a{ display: block; font-size: 16px; color:var(--color0); transition: .4s all; padding:25px 20px 22px 20px;border-bottom:3px solid var(--white); }
.subnavs_list li a:hover,.subnavs_list li.cur a{ border-bottom:3px solid var(--hovercolor); color:var(--hovercolor); }

.about_infor{ padding:90px 0 40px 0; }
.about_infor_text{ flex:1; margin-right:70px;}
.about_infor_text>h3{ font-size: 60px; color:var(--color0); margin-bottom:13px;}
.about_infor_text>span{display: block; font-size: 24px; color:var(--color0); font-weight: lighter; margin-bottom:30px;}
.about_infor_con{ font-size: 16px; line-height: 36px; color:var(--color3);}

.about_infor_img{ flex:0 0 45%; }
.about_infor_img img{ width: 100%; height: auto;}

.cultrue{ margin-bottom:40px; }
.cultrue_items{ margin-left:-8px; margin-right:-8px; }
.cultrue_items li{ padding-left:8px; padding-right:8px; flex:0 0 33.33%;}
.cultrue_item{ background: #f5f5f5;  border-radius: 5px; padding:35px 30px; height: 100%; align-items: center;}
.cultrue_item i{ display: block; flex:0 0 22%;}
.cultrue_text{ flex:1; margin-left:15px;}
.cultrue_text h3{ font-size: 24px; font-weight: bold; color:var(--color0); margin-bottom:10px;}
.cultrue_text p{ font-size: 14px; line-height: 22px; color:var(--color6);}

.about_sub_item{ background: var(--hovercolor); color:var(--white); }

.about_devolop{ padding:130px 0 125px 0; }

.devolop_con{ position: relative; }
.fzlc_list{ }
.fzlc_list dt{ font-size:38px; color:var(--hovercolor); padding-bottom:60px; position:relative; }
.fzlc_list dt h3{padding:0 0 0 50px;font-weight:bold; font-size:48px;  }
.fzlc_list dt::before{ content:""; display:block; position:absolute; left:0; right:0; height: 1px; background:#eeeeee; bottom:30px; z-index: 2;}
.fzlc_list dt::after{ content:""; display:block; position:absolute; left:80px; width:16px; height: 16px; border:11px solid #fce5e6; background:#e1000d; bottom:10px; border-radius: 50px; z-index: 5;}
.fzlc_cons{margin-left:20px;  padding:20px 10px 30px 30px; line-height: 34px; font-size:16px; position:relative; color:var(--color0); }

.swiper14{ padding:55px 0 0 0; margin:0 45px; overflow: hidden;}
.swiper14 .swiper-button-next, .swiper14 .swiper-button-prev {  width:34px !important;}
.swiper14 .swiper-button-prev, .swiper14 .swiper-rtl .swiper-button-next { left: 3px !important;}
.swiper14 .swiper-button-next,.swiper14 .swiper-button-prev { top: 31% !important;}
.develop_jt{ width:50px; height:50px; border:0px solid var(--hovercolor); border-radius:100px; text-align: center;  }
.develop_jt svg{ fill:#cccccc; width: 4.5em; }

.about_jobbgs{ background: url("../images/aboutbg1.jpg") center top no-repeat; background-size: cover; padding:115px 0 125px 0; } 
.about_jobs_item{ gap: 22px;}
.about_jobs_left{ flex:1; background: var(--white); border-radius: 5px; padding:45px 35px; line-height: 26px; }
.about_jobs_left p{ margin-bottom:25px;}
.about_jobs_right{ flex:1; background: var(--white); border-radius: 5px; padding:45px 35px; }

.about_jobs_list{ margin-bottom:8px;}
.about_jobs_list dt{ display: flex; justify-content: space-between; align-items: center; background: #f5f5f5; padding:12px 15px; cursor: pointer; transition: .4s all; }
.about_jobs_list dt h3{ font-size: 16px; font-weight: bold; color:var(--color0); }
.about_jobs_list dt h3 time{ font-size: 14px; color:#777777; font-weight: normal;}
.about_jobs_list dt i{ display: block; width: 20px; height: 20px; position: relative;}
.about_jobs_list dt i::before{ content:""; width: 20px; height: 1px; background: #333333; position: absolute; left: 0; top:9px; z-index: 30;}
.about_jobs_list dt i::after{ content:""; width: 1px; height: 20px; background: #333333; position: absolute; left: 9px; top:0px; z-index: 30;}
.about_jobs_list dt:hover,.about_jobs_list dt.cur{ background: var(--hovercolor); }
.about_jobs_list dt:hover h3,.about_jobs_list dt.cur h3{ color:var(--white); }
.about_jobs_list dt:hover h3 time,.about_jobs_list dt.cur h3 time{ color:var(--white); }
.about_jobs_list dt:hover i::after,.about_jobs_list dt.cur i::after{ display: none; }
.about_jobs_list dt:hover i::before,.about_jobs_list dt.cur i::before{ background: var(--white); }

.about_jobs_list dd{ padding:20px 15px; line-height: 26px; display: none; }
.about_jobs_list dd>p{ margin-bottom:20px; }

.subcon{ padding:110px 0 130px 0;}
.contact_item{ gap:18px;}
.contact_item li{ flex:1; background: #f5f5f5; border-radius: 8px; padding:40px 30px; text-align: center;}
.contact_item li i{ display: block; margin-bottom:20px;}
.contact_item li i img{ height: 72px; }
.contact_item li span{ font-size: 15px; line-height: 22px; font-weight: bold; color:var(--color0); display: block; margin-bottom:10px;}
.contact_item li h3{ font-size: 16px; line-height: 26px; color:var(--color6);}
.contact_item li h3>p{ font-size: 13px; }
.maps img{ width: 100%;}

.active{ padding:130px 0 110px 0;}
.active_title{ margin-bottom:50px;}
.active_title li{ cursor: pointer; background: #f1f1f1; border-radius: 3px; margin-right:5px; padding:15px 30px; font-size: 16px; transition: .4s all;}
.active_title li:hover,.active_title li.cur{ background: var(--hovercolor); color:var(--white);}
.active_display{ display: none; }
.active_item{ flex-wrap: wrap; justify-content: space-between;}
.active_item li{ flex:0 0 48%; margin-bottom:35px;}
.active_item li img{ width: 100%; height: auto; margin-bottom:20px;}

.joinbgs{ background: url("../images/aboutbg2.jpg") center top no-repeat; background-size: cover; }
.join{ padding:115px 0 140px 0; color:var(--white);}
.join_title{ margin-bottom:45px;}
.join_title h3{ font-size: 72px; font-weight: bold; margin-bottom:35px;}
.join_title span{ display: inline-block; width: 85px; height: 5px; background: var(--hovercolor);margin-bottom:35px;}
.join_title p{ font-size: 20px; line-height:32px;}

.join_btn{ text-align: right;}
.join_btn a{ display: inline-block; background: var(--hovercolor); color:var(--white); border-radius: 50px; font-size: 18px; padding:15px 35px 15px 50px; margin-left:10px; transition: .4s all; position: relative;}
.join_btn a:hover{ background: var(--maincolor);}
.join_btn_sec{ position: absolute; right:0; top:50px; width: 120%; z-index: 104; color:var(--color3); height: 0; overflow: hidden; opacity: 0; transition: .4s all;}
.join_text{ padding:10px 10px;background: var(--white); border-radius: 10px; margin-top:5px; text-align: center;  }
.join_text_title{ font-size: 15px; color:var(--color0); margin-bottom:5px;line-height: 26px; }
.join_btn a:hover .join_btn_sec{ height: auto; overflow: visible; opacity: 1;}

.news_cons{ padding:65px 0 95px 0; }
.hotnews_mg{ margin-bottom:70px;}
.hotnews1{ margin-bottom:75px; background: #f5f5f5; }
.hotnews1_img{ flex:0 0 50%;}
.hotnews1_img img{ width: 100%;height: 100%; object-fit: cover;}
.hotnews1_text{ flex:1; padding:55px 60px;}
.hotnews1_text h3{ font-size: 30px; line-height: 44px; font-weight: bold; color:var(--color0); margin-bottom:20px;}
.hotnews1_text p{ font-size: 14px; line-height: 28px; color:var(--color6); margin-bottom:40px;}
.hotnew_time { align-items: center;}
.hotnew_time span{ display: block; font-size: 14px; color:var(--color9);}
a.details{ display: inline-block; width: 120px; height: 45px; line-height: 45px; text-align: center; border:1px solid var(--color0); color:var(--color0);  font-size: 16px; transition: .4s all;}
a.details:hover{ background:var(--hovercolor);color:var(--white); border-color:var(--hovercolor);}

.pros_cons{ padding:65px 0 75px 0;}

.pros_infor_img{ flex:0 0 45%;  overflow: hidden;}
.pros_infor_img img{ width: 100%; border-radius: 20px;}

.pros_infor_text{ flex:1; padding:10px 10px 10px 90px;}
.pros_infor_text h3{ font-size: 55px;  font-weight: bold; color:var(--color0); margin-bottom:35px;}
.pros_infor_text p{ font-size: 16px; line-height: 36px; color:var(--color6); }

.product_item{ margin-bottom:35px; }
.pros_bgs{ background: #f5f5f5;}
.pros_all{ padding:70px 0 90px 0;}

.product_list1{ margin-left:-15px; margin-right:-15px; margin-bottom:30px;}
.product_list1 li{ padding-left:15px; padding-right:15px; flex:0 0 50%; margin-bottom:35px; }
.product_item{ background: var(--white); height: 100%; border-radius: 20px; overflow: hidden; padding:10px; position: relative; align-items: center;}
.product_img{ overflow: hidden; flex:0 0 46%;}
.product_img img{ width: 100%; transition: .4s all;}
.product_item:hover .product_img img{ transform:scale(1.1);}
.product_text{ flex:1; padding:5px 10px 35px 15px;} 
a.pro_detail{ display: block;position: absolute; right:30px; bottom:30px; z-index: 100; border-radius: 100px; padding:10px 22px; background: var(--hovercolor); color:var(--white); font-size: 13px; }
a.pro_detail:hover{ padding:10px 32px; background: var(--maincolor);}
.product_text h3{ font-size: 28px; font-weight: bold; color:var(--color0); line-height: 36px; margin-bottom:15px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}
.product_text p{ font-size: 16px; line-height: 30px; color:var(--color6); overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical;}
.product_item:hover .product_text h3{ color:var(--hovercolor);}

.pros_details{ border-bottom:1px solid #e4e4e4;}
.pros_details_left{ flex:0 0 45%; border-right: 1px solid #e4e4e4; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.pros_details_left img{ max-width: 100%;}
.pros_details_right{ flex:1; padding:80px 7% 40px 80px;}
.pros_details_right>span{ display: block; font-size: 16px; color:var(--hovercolor); margin-bottom:15px;}
.pros_details_right>h3{ font-size: 60px; font-weight: bold; margin-bottom: 20px; color:var(--color0);  }
.pros_details_right .infop{ font-size: 15px; color:var(--color3); line-height: 30px; margin-bottom:30px; height: 200px; overflow-y:auto ;}

.pros_dlist{ border-top:1px solid #dddddd; }
.pros_dlist li{ border-bottom:1px solid #dddddd;}
.pros_dlist li a{  padding:26px 5px; display: flex; align-items: center; justify-content: space-between; font-size: 18px; transition: .4s all;}
.pros_dlist li a:hover{ background: var(--hovercolor); color:var(--white); padding:26px 20px; }

.pros_detail_infor{ padding:100px 0 50px 0;}
.pros_detail_title{ font-size: 48px; font-weight: bold; margin-bottom:40px; color:var(--hovercolor);}
.pros_detail_text{ font-size: 16px; line-height: 36px; }
/*.pros_detail_text p{ margin-bottom:25px;}*/

.other_prosbgs{ background: #f5f5f5; padding:90px 0 60px 0; }
.other_title{text-align: center; margin-bottom:50px; font-size: 36px; font-weight: bold; color:var(--color0);}
.other_pros{ margin-left:-12px; margin-right:-12px;}
.other_pros li{ padding-left:12px; padding-right:12px; flex:0 0 33.33%; margin-bottom:35px;}

.other_pros_list{ background: var(--white); border-radius: 10px; padding:5px 10px;align-items: center; overflow: hidden; border:1px solid var(--white); transition: .4s all;}
.other_pros_img{ flex:0 0 46%;}
.other_pros_img img{ width: 100%; height: auto; transition: .4s all;}
.other_pros_list:hover .other_pros_img img{ transform:scale(1.1);}
.other_pros_list:hover{ border:1px solid var(--hovercolor);}
.other_pros_text{ flex:1; padding:20px 15px;}
.other_pros_text h3{ font-size: 22px; font-weight: bold; color:var(--color0); margin-bottom:10px;transition: .4s all;}
.other_pros_text p{ font-size: 14px; line-height: 24px; color:var(--color6); margin-bottom:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;}
a.other_a{ display: inline-block; padding:3px 15px; background: var(--hovercolor); color:var(--white); border:1px solid var(--hovercolor); font-size: 12px; line-height: 24px; color:var(--white); transition: .4s all; border-radius: 100px;}
a.other_a:hover{ background:var(--white); border-color: var(--hovercolor); color:var(--hovercolor);}

.other_pros_list:hover .other_pros_text h3{ color:var(--hovercolor);}







.goback{padding:15px 0; text-align: right;}
.goback a{ display:inline-block; background:#f1f1f1; padding:10px 30px;  color:var(--color6); ;}
.goback a:hover{ background:var(--hovercolor);color:var(--white);}





.img596,.img265,.img125,.img445,.img250{width:100%; display:block; object-fit:cover;}
.img596{ height: 596px;}
.img265{ height: 265px;}
.img704{ height: 704px;}
.img125{ height: 125px;}
.img250{ height: 250px;}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ''!important;
}.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ''!important;
}

.pl30{ padding-left:30px; }
.pt15{ padding-top:15px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt90{ padding-top:90px;}
.pt110{ padding-top:110px;}
.pt140{ padding-top:140px;}

.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb35{ padding-bottom:35px;}
.pb55{ padding-bottom:55px;}
.pb100{ padding-bottom:100px;}

.mt30{ margin-top:30px;}

.mb5{ margin-bottom:5px;}
.mb8{ margin-bottom:8px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb120{ margin-bottom:120px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}

.mb_menu_close{ display:none; position:fixed; top: 0; left: 0; background: var(--white);  padding: 3% 4%; right: 0; text-align: right; z-index: 1502; cursor:pointer;}
.maps_display2{ display: none;}



/*-------------------------------------*/

@media screen and (max-width:1955px){


}

@media screen and (max-width:1700px){
   



 }


@media screen and (max-width:1630px){     
    
.allwidth{ margin-left:8%; margin-right:8%;}
.allwidthp{ max-width:96%; margin-left:2%; margin-right:2%;}



 }
 @media screen and (max-width:1610px){   
   

   }

 @media screen and (max-width:1550px){
   
.banner_cons { right: 100px;}

 .in_about_item_con li h3 { font-size: 60px;}
.ourpros_title>p {  max-width: 60%;}

.swiper12 .swiper-button-next{ right:44.3%;}
.swiper12 .swiper-button-prev{ left:44.3%;}



 }
@media screen and (max-width:1360px){    

   /* .swiper12 .swiper-button-prev {  left: 45.8%;  }
    .swiper12 .swiper-button-next { right: 45.8%;  }*/
 .in_about_item_con li h3 { font-size: 50px;}




}

@media screen and (max-width:1236px){
  
 .in_about_item_con li h3 { font-size: 40px;}

.ourpros_title>p {  max-width: 90%;}
.swiper12 .swiper-button-next{ right:43.3%;}
.swiper12 .swiper-button-prev{ left:43.3%;}

}
@media screen and (max-width:1105px){
    

}

@media screen and (max-width:1100px){
   
.allwidth{ max-width:96%; margin-left:2%; margin-right:2%;}
.allwidthp{ max-width:96%; margin-left:2%; margin-right:2%;}
.allwidth1{ max-width:96%; margin-left:2%; margin-right:2%;}




}

@media screen and (max-width:1005px){
    
    

}


@media screen and (max-width:980px){
    .header_con{ top:0; position:static; background: var(--color0);}
    .header_mb{ display: block;}
   .innavs{ display: none;}
   .banner_jt svg { width: 2em;}
   .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 5px !important; }
   
   .mb_navsico{ cursor:pointer; float:right; width:40px; height: 40px;  border-radius:100px; color:var(--color0); text-align:center; line-height:40px; }
   .mb_navsico svg{ width:15px;}
   
   .mb_menu{ position:fixed; left:1%; right:1%; top:5px; bottom:5%; z-index: 800;border-radius:15px; padding:50px 10px 20px 10px; overflow-y:auto;}
   .mb_menulist>li{ background: var(--hovercolor); color: var(--white); border-radius: 8px; margin-bottom:2px;  }
   .mb_menulist>li>div>svg{ fill:var(--white); }
   .mb_menulist>li>div{ display:flex; justify-content:space-between; padding:10px 15px;  }
   .mb_menulist>li>div>a{  font-size:16px; color:var(--white);}
   .mbnavs_sec{ display:none; background:var(--hovercolor); padding:10px 0;border-radius: 0 0 8px 8px; border-top:1px solid #ff4f4f;  }
   .mbnavs_sec>li{ padding:0 20px; }
   .mbnavs_sec>li>div{ color:var(--color6); font-size:14px; display:flex; justify-content: space-between; padding:10px 5px; border-bottom:0px solid #dddddd;  }
   .mbnavs_sec>li>div>a{ color:var(--white);}
   .mbnavs_sec>li:last-child>div{ border-bottom:0;}

   .mbnavs_three{ padding:12px 0; display: none;}
   .mbnavs_three>li{ padding:5px 0 5px 25px; font-size: 14px; position: relative; }
   .mbnavs_three>li::after{ content:""; display: block; width:3px; height:3px; border-radius: 10px; background: var(--white); position: absolute; left:10px; top:13px; z-index: 3;}
   .mbnavs_three>li>a{ color:var(--white);}
   .mbnavs_three .inpros_more{ color:var(--white) !important;}

   .mb_zz{ position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(255,255,255,1); z-index: 700;}
   
   
    .logos>a {  padding: 8px 0;}
    .logos>a>img { height: 38px; }
    .top_menu{ display: none;}
    .footer_lg{ display: none;}
    .footer_alls{ display: none;}

    .copyright { padding: 25px 0 25px 0; font-size: 13px;}


    .ourpros { padding: 40px 0 45px 0; }
    .intitle>h2 {  font-size: 28px; margin-bottom: 15px; }
    .intitle>p { font-size: 14px;  line-height: 24px;}
    .intitle { margin-bottom: 22px; }

.ourpros_title>h3 { font-size: 25px; margin-bottom: 8px; }
.ourpros_title {  padding: 30px 0 20px 0; }

.swiper12 .swiper-button-next{ right:42.3%;}
.swiper12 .swiper-button-prev{ left:42.3%;}

.in_hotnews {  padding: 0px 0 40px 0; }
.in_aboutbg {  padding: 0 0 45px 0;}
.pros_cons {  padding: 45px 0 45px 0; }

.pros_infor_img { flex: 0 0 100%;}
.pros_infor_text {  padding: 20px 8px 0 8px; }
.pros_infor_text h3 {  font-size: 36px; margin-bottom: 10px; }
.pros_infor_text p {   font-size: 14px;    line-height: 24px;}

.pros_all {   padding: 50px 0 50px 0; }

.subnav_line1 { margin-top: 0; }
.pros_details_left {   flex: 0 0 100%; border-right: 0px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
.pros_details_right {  padding: 40px 20px 80px 20px; }
.other_pros li {  flex: 0 0 100%;  margin-bottom: 20px; }
.pros_detail_infor {   padding: 45px 0 45px 0; }
.other_prosbgs { padding: 40px 0 40px 0; }
.about_infor {  padding: 40px 0 40px 0; }
.about_infor_text { margin-right: 0; margin-bottom:35px; }
.about_infor_img { flex: 0 0 100%; }

.about_devolop {  padding: 40px 0 45px 0; }
.about_jobbgs {  padding: 45px 0 45px 0; }
.active {  padding: 40px 0 30px 0; }
.join {  padding: 45px 0 40px 0;}


   


}



@media screen and (max-width:780px){
  
.swiper12 .swiper-button-next{ right:41.3%;}
.swiper12 .swiper-button-prev{ left:41.3%;}

.in_about {  padding: 45px 0 40px 0; }
.in_about_item {   position: static;background: var(--hovercolor);}
.in_about_item_con li h3 { flex: 0 0 100%; text-align: center;}
.in_about_item_con li {  padding: 20px 2%; font-size: 15px; align-items: normal;}
.aboutitem_text {  font-size: 12px;  line-height: 20px;  margin-left: 0;  text-align: center;}
.in_about_item_con li h3 span {  font-size: 16px;    margin-left: -8px; }
    .in_about_item_con li h3 { font-size: 30px; }

    .intitle1>h3 {   font-size: 34px; margin-bottom: 3px; }
    .intitle1>p { font-size: 16px;  line-height: 30px;}
    .intitle1 { margin-bottom: 14px; }
    .in_about_text { margin-bottom: 30px; font-size: 14px; line-height: 30px;}
    .intitle2>h3 {   font-size: 26px; margin-bottom: 3px; }
    .intitle2>p { font-size: 16px;  line-height: 30px;}
    .intitle2 { margin-bottom: 14px; }

    a.view_more {  font-size: 13px; line-height: 24px;}

.in_hotnews_con li { flex: 0 0 100%;  margin-bottom: 30px;}
.in_hotnews_con {  margin-bottom: 5px;}

a.view_more1 {   padding: 7px 28px;  font-size: 13px; line-height: 24px;}
.hotnews_title h3 a {  font-size: 16px; line-height: 24px;}
.hotnews_title time { font-size: 13px;  margin-bottom: 10px; }
.hotnews_title h3 { margin-bottom: 10px; }
.subnavs_list li a {   font-size: 14px;  padding: 10px 4px 10px 4px;}
.locations{ display: none;}

.product_list1 li {  flex: 0 0 100%; margin-bottom: 20px; }
.pros_details_right>h3 { font-size: 34px; margin-bottom: 10px;}
.pros_details_right>p { font-size: 14px; line-height: 24px; margin-bottom: 40px; }
.pros_dlist li a {   padding: 16px 5px;   font-size: 16px;}
.pros_detail_title { font-size: 26px;   margin-bottom: 15px;}
.pros_detail_text { font-size: 14px; line-height: 26px; }

.other_title {  margin-bottom: 24px; font-size: 22px;}
.other_pros_text h3 {  font-size: 18px;   margin-bottom: 5px; }
.other_pros_text p {  font-size: 13px;  line-height: 22px;margin-bottom: 10px;}
.other_pros_img {  flex: 0 0 40%; }
a.other_a { padding: 1px 15px;}

.about_infor_text>h3 {  font-size: 40px; margin-bottom: 10px; }
.about_infor_text>span { font-size: 18px;  margin-bottom: 20px; }
.about_infor_con {    font-size: 14px; line-height: 26px;}
.cultrue_items li {  flex: 0 0 100%; margin-bottom: 20px; }
.cultrue_item { border-radius: 5px;  padding: 20px 15px;}
.cultrue_text h3 { font-size: 20px; margin-bottom: 5px; }

.fzlc_list dt h3 { padding: 0 0 0 10px;}
.fzlc_list dt::after {  left: 40px;}
.fzlc_cons {   margin-left: 0;  padding: 20px 10px 20px 10px;  line-height: 34px; font-size: 14px;}
.about_jobs_left { flex: 0 0 100%;  padding: 35px 25px; }
.about_jobs_right {  padding: 35px 20px 15px 20px; }
.about_jobs_list dd { padding: 20px 0px;}
.about_jobs_list dt h3 { font-size: 14px;}
.about_jobs_list dt h3 time { font-size: 12px;}
.active_title li {  margin-right: 5px;  padding: 10px 25px;   font-size: 14px; margin-bottom:5px;}
.active_title {  margin-bottom: 20px; }
.active_item li {  flex: 0 0 100%; margin-bottom: 0px; }
.active_item { gap: 20px; }
.join_title h3 {  font-size: 34px;  margin-bottom: 20px; }
.join_title span {  width: 65px; height: 4px; margin-bottom: 20px; }
.join_title p {  font-size: 16px; line-height: 26px; }
.join_btn a { font-size: 15px; padding: 10px 22px 12px 29px;  margin-left: 10px; }
.join_btn { text-align: left; }

.join_btn_sec { left:0; right:auto; top:auto; bottom: 50px;}

.hotnews1_img { flex: 0 0 100%; }
.hotnews1_text {    padding: 30px 20px; }
.hotnews1_text h3 { font-size: 22px; line-height: 30px;margin-bottom: 15px; }
.hotnews1_text p { font-size: 14px; line-height: 24px;  margin-bottom: 25px; }

a.details {    width: 91px;   height: 35px; line-height: 35px;  font-size: 14px;}
.hotnews1 { margin-bottom: 40px;}
.hotnews_mg { margin-bottom: 5px; }
.news_cons {  padding: 45px 0 45px 0; }
.news_dtitle { font-size: 26px;}
.news_content { line-height: 26px; font-size: 14px; margin-bottom: 40px;}
.other_news li { flex: 0 0 100%; border-right:0; border-bottom: 1px solid var(--white);}
.other_news li:nth-child(1) {  padding-left: 10px; border-right: 0px solid var(--white); }
.other_news li:nth-child(2) { padding-right: 10px; text-align: left; }
.subcon {  padding: 40px 0 40px 0; }
.contact_item {  gap: inherit; }
.contact_item li {   flex: 0 0 100%; padding: 30px 20px; margin-bottom:20px;}
.maps_display1{ display: none;}
.maps_display2 { display: block;}




}

@media screen and (max-width:640px){
   
.swiper12 .swiper-button-next{ right:34.3%;}
.swiper12 .swiper-button-prev{ left:34.3%;}

.product_img { flex: 0 0 100%; }
.product_text { padding: 5px 10px 70px 15px; }
.product_text h3 { font-size: 22px; line-height: 26px;  margin-bottom: 10px;}
.product_text p { font-size: 14px; line-height: 24px;}


    


}


@media screen and (max-width:550px){
    
   
   

}


@media screen and (max-width:450px){    
    

}


@media screen and (max-width:390px){
  

}