@charset "utf-8";

/* CSS Document */
html{ }
body { font-size: 14px; font-family: arial, "serif"; color: #545454; -webkit-font-smoothing: antialiased; transition:.3s all; word-break:break-word; overflow-x:hidden; }
:root{
    --maincolor:#0087dc;
    --hovercolor:#0087dc;
    --activecolor:#009dff;
    --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:1420px; margin-left:auto; margin-right:auto;}
.allwidthp{ max-width:1420px; 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:55px; height:55px; border-radius:80px; overflow: hidden; cursor: pointer; text-align: center; line-height: 52px; transition: .4s all; overflow: hidden; }
.server_icos li i img{ width:45px; height:45px; transition: .4s all; }
.server_icos li i:hover img{ transform: scale(1.2,1.2); }
.server_icos li i:hover{ background:var(--hovercolor); box-shadow: 0 0 18px rgba(0,135,220,0.9); }

.server_text{ position:absolute; right:55px; padding:0 10px 0 0; top:0;  z-index: 1010; height: 0; opacity: 0; overflow: hidden; transition: .6s all; }
.server_alltxt{background:var(--white); border-radius: 2px; box-shadow: 0 0 5px rgba(0,0,0,0.2); width:110px; padding:2px 2px; line-height: 24px; min-height: 55px; }
.server_alltxt1{background:var(--white); border-radius: 2px; box-shadow: 0 0 5px rgba(0,0,0,0.2); width:250px; padding:15px 2px 2px 8px; line-height: 24px; min-height: 55px; }
.weixin .server_text{ top:auto; bottom:0; }
.server_icos li:hover .server_text{ height: 55px; opacity: 1; overflow: visible;}
.server_icos li:hover i{ background:var(--hovercolor);}


/*---------------------goto-------------------------*/
.foot_server{ position:fixed; right:2px; bottom:20%; z-index: 650; }
#gotop{  bottom:50px;width:55px; height:55px; border-radius:80px;background:var(--hovercolor); display:none; text-align:center; line-height: 53px; cursor:pointer; z-index: 88;transition: .4s all;}
#gotop:hover{ background: var(--maincolor); box-shadow: 0 0 18px rgba(0,135,220,0.9); }
#gotop img{ margin-top:30%;}
#gotop svg{fill:#ffffff; width: 1.8em;height: 1.8em; transition: .4s all;}
#gotop:hover svg{ width: 2em;height: 2em; }





/*-------------------------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:70px; 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_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:20px;}

.word_clips{overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}

/*-------------------feedback-----------------*/

.in_feedback_list{ }
.in_feedback_list li{ margin-bottom:16Px;  width:100%; }
.in_feedback_list li span{ display:block; color:#202020; font-size:16px; margin-bottom:10px;  }
.feedback{ height: 45px; line-height: 45px; border:1px solid #d4d4d4; width:100%; padding: 0 10px; border-radius: 5px;}
.feedtext{width:100%;border:1px solid #d4d4d4; color:#999999; height: 155px; padding:10px; border-radius: 5px;}

.feedback_btm{ display: inline-block; font-size:14px;  color:#202020; border-radius: 5px; text-align:Center; height:50px; line-height:50px; padding:0 50px; 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_detailtext{ padding:0 0 25px 0; border-bottom:1px solid #eeeeee; margin-bottom:20px;} 
.news_detailtext h3{ font-size: 36px; font-weight: bold; color:Var(--color0); margin-bottom:20px;}
.news_detailtext time{ display:block; color:Var(--color9); font-size:16px;}

.news_detail_other{ background:#f5f5f5;}
.news_detail_otherlist li{ flex:0 0 50%; padding:23px 24px;}
.news_detail_otherlist li:nth-child(1){ border-right:1px solid var(--white);}
.news_detail_otherlist li:nth-child(2){  padding-left:20px; text-align: right;}
.news_detail_otherlist li a{ color:Var(--color6);}
.news_detail_otherlist li a:hover{ color:Var(--hovercolor);}


/*---------------------------main-------------------------------*/
.header_con{ position:-webkit-sticky; position:sticky; top:0; z-index: 105;background:var(--white) !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:3px 0px; }
.logos>a>img{ height: 98px;}
.header_mb{ display:none; position:absolute; right:2%; top:9px;}

.banner_jt svg{ fill:var(--white); width:3em; transition: .4s all;}
.banner_jt svg:hover{ fill:var(--hovercolor); }

.banner_jt1{ background: var(--white); border-radius: 50px; padding:10px;}
.banner_jt1 svg{ fill:#aaaaaa; width:1.6em; transition: .4s all;}
.banner_jt1 svg:hover{ fill:var(--hovercolor); }

.banner_jt2{ width:50px; height: 50px; background: rgba(0,0,0,0.8); padding:15px;transition: .4s all;}
.banner_jt2:hover{  background: rgba(0,135,220,0.9);}
.banner_jt2 svg{ fill:var(--white); width:1.6em; transition: .4s all;}
.banner_jt2 svg:hover{ fill:var(--white); }

.mySwiper2 .swiper-button-prev, .swiper-rtl .swiper-button-next{ left: 10px !important;
    top: auto !important;
    bottom: 3px !important;
    right: auto !important; }
    .mySwiper2 .swiper-button-next, .swiper-rtl .swiper-button-prev{ right: auto !important;
        left: 63px !important;
        top: auto !important;
        bottom: 3px !important;}

.header_right{ flex:0 0 auto; justify-content: flex-end; margin-left:20px;  align-items: center;}


.innavs{flex:1; margin-right:10px; align-items: center; justify-content: flex-end;   }
.innavs>li{  position:relative; padding:0px 30px; text-align: center; position: relative; }
.innavs>li>a{ display:inline-block; color:var(--color0);  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;}

.lanuage a{ display: inline-block; width:39px; height:39px; border:1px solid #aaaaaa; line-height: 38px; border-radius: 50px; text-align: center; color:#aaaaaa; transition: .4s all;}
.lanuage a:hover{ color:var(--white); background: var(--hovercolor); border-color:var(--hovercolor);}
 
.get_quote{ margin-left:50px; }
.get_quote a{ display: inline-block;width: 135px; height: 39px; text-align: center; line-height: 39px; color:var(--white); background:var(--maincolor); border-radius: 50px; font-size: 15px; }
.get_quote a:hover{ background: var(--activecolor); }


.banners{ position:relative;}
.banners .banner_position img{ width: 100%; min-height: 240px; object-fit: cover;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {   bottom: 20px !important;}
.banner_text{ position: absolute; right:135px; bottom:auto; top:85px; z-index: 82; }
.banner_text_title{ text-align: right; color: var(--white);text-shadow: 0 0 12px rgba(0,0,0,0.8);  }
.pc_content{ display: block; }
.mb_mbtext{ display: none; }

.bgs_grow{ background:#f5f5f5;}
.in_service{ padding:100px 0 110px 0;}

.in_title{ text-align: center; margin-bottom:55px;}
.in_title h3{ font-size: 48px; font-weight: bold; color:var(--color0); margin-bottom:10px;}
.in_title p{ font-size: 18px; color:var(--color9); text-transform: uppercase;}

.in_title1{ text-align: center; margin-bottom:55px;}
.in_title1 h3{ font-size: 48px; font-weight: bold; color:var(--color0); margin-bottom:10px;}
.in_title1 p{ font-size: 28px; color:var(--color9); }

.in_service_all li{ margin-bottom:12px; }
.in_service_text{ background: var(--white); flex:0 0 49.5%; padding:50px 70px 40px 70px;  }
.in_service_text h3{ font-size: 34px; font-weight: bold; color:var(--color0); margin-bottom:20px;}
.in_service_con{ font-size: 14px; color:var(--color6); line-height: 24px; margin-bottom:30px;max-height: 402px;    overflow: hidden;}
.in_service_con p{ margin-bottom:20px; }
a.in_service_a{ display: inline-block; padding:10px 40px;  color:var(--white); background:var(--maincolor); border-radius: 50px; font-size: 14px; transition: .4s all; border:1px solid var(--white); }
a.in_service_a:hover{ border:1px solid var(--hovercolor); color:var(--hovercolor); background: none; }

.in_service_all li:nth-child(2n) .in_service_text{ order:1; }
.in_service_img{ flex:0 0 49.5%; overflow: hidden;}
.in_service_img img{ width: 100%; height: 100%; transition: .4s all; object-fit: cover;}
.in_service_all li:hover .in_service_img img { transform: scale(1.1); }

.why_choose{ padding:120px 0 65px 0;}

.why_choose_list{ background: url("../images/inbgs1.jpg") top right no-repeat; background-size: cover;} 
.why_alls{ padding:95px 0 90px 0;}
.why_item{ align-items: center; }
.why_img{ flex:0 0 50%; padding-left:2px;}
.why_img img{ width: 100%; max-height: 500px; object-fit: cover;}
.why_text{ flex:1; margin-left:75px; color:var(--white); padding-right:80px; }
.why_text h3{ font-size: 40px; font-weight: bold; margin-bottom:20px; line-height: 53px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;}
.why_text_con{ font-size: 16px; line-height: 32px; margin-bottom:40px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical;}
.why_text a{ display: inline-block; padding:13px 40px;  color:var(--white); border:1px solid var(--white); border-radius: 50px; font-size: 14px; }
.why_text a:hover{  color:var(--hovercolor); background:var(--white); border-color:var(--hovercolor);  }

.in_about{ padding:65px 0 155px 0;}
.in_title2{ margin-bottom:5px; }
.in_title2 h3{ font-size: 40px; font-weight: bold; color:var(--color0); }
.in_title2 p{ font-size: 14px; color:var(--color6); text-transform: uppercase; margin-bottom:10px;}


.in_about_left{ flex:1; margin-right:80px; padding:45px 0 0 0;}
.in_about_text{ font-size: 16px; line-height: 32px; color:var(--color6); margin-bottom:40px;max-height: 500px; overflow:hidden;}

a.inabout_a{ height: 48px; display: inline-block; padding:13px 40px;  color:var(--hovercolor); border:1px solid var(--hovercolor); border-radius: 50px; font-size: 14px; }
a.inabout_a:hover{  color:var(--white); background:var(--maincolor); border-color:var(--hovercolor);  }

.in_about_right{ flex:0 0 50%; width: 50%; padding:45px 36px 0 0 ; background: url("../images/inaboutbgs.jpg") top right no-repeat; }
.in_about_right img{ width: 100%; max-height: 655px; object-fit: cover; }

.in_newsbg{ background: #f5f5f5;}
.in_news_con{ padding:95px 0 90px 0; }
.in_news_item li{ flex:0 0 48.8%;  margin-bottom:30px;}

.in_news_list{  background: var(--white); height: 100%; position:relative; align-items: center;}
.in_news_list::after{ content: ""; display: block; position: absolute; left:0; bottom:0; width:100%; height:3px;background:var(--maincolor); z-index: 1;}
.in_newsimg{flex:0 0 200px; display: block; text-align:center ;  border-right:0px solid #eeeeee; overflow: hidden;}
.in_newsimg img{ width: 100%; height: 135px; object-fit: cover; transition: .4s all;}
.in_news_list:hover .in_newsimg img{ transform: scale(1.1); }
.in_news_list time strong{ display: block; font-size: 50px; font-weight: bold; color:var(--color0); margin-bottom:5px;}
.in_news_list time span{ font-size: 14px; color:var(--color6);}
.in_news_text{ flex:1;  padding:15px 30px;}
.in_news_text h2{ font-size: 22px; font-weight: bold; color:var(--color0); margin-bottom:10px; transition: .4s all;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}
.in_news_list:hover .in_news_text h2{ color:var(--hovercolor); }
.in_news_text p{ font-size: 14px; color:var(--color6); line-height: 24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;} 

.in_news_more{ padding-top: 30px; text-align: center;}
a.inabout_a1{ display: inline-block; padding:13px 40px;  color:var(--maincolor); border:1px solid var(--maincolor); border-radius: 50px; font-size: 14px; }
a.inabout_a1:hover{  color:var(--white); background:var(--hovercolor); border-color:var(--hovercolor);  }

.in_partner{ padding:105px 0 105px 0;}
.in_customer{ text-align: center; }

.in_contact_bg{ background: url("../images/inbgs2.jpg") center top no-repeat; background-size: cover; color:var(--white); }
.in_contact_con{ padding:130px 0 100px 0; text-align: center; }
.in_contact_con h3{ font-size: 48px; font-weight: bold; margin-bottom:20px; }
.in_contact_con p{ font-size: 18px; line-height: 30px; max-width: 740px; margin: 0 auto 45px auto;}

a.in_conatct_a{ display: inline-block; padding:16px 105px; transition: .4s all;  color:var(--white);  background:var(--maincolor); border-radius: 50px; font-size: 28px; }
a.in_conatct_a:hover{  color:var(--white); padding:16px 130px;  }










.footerbgs{ background:#1a1a1a; color:#ffffff; font-size: 15px; }
.footerbgs a{ color:var(--white); }
.footerbgs a:hover{ color:Var(--maincolor); }
.footer_alls{ padding:65px 0 65px 0;}
.footer_contact h3{ font-size: 26px; color:var(--white); margin-bottom:1px;}
.footer_contact h3 img{ height: 98px;}

.footer_contact_text{ color:var(--white); line-height: 40px; font-size: 15px;}
.flogos_left{ flex:0 0 46%;}
.footer_right{ flex:0 0 12%; margin-left:10px; text-align: center; font-size: 14px;} 
.footer_right i{ display: block; margin-bottom:8px;}

.footer_lists{flex:1; margin-left:60px;   }
.footer_listnav{flex:0 0 50%;}
.footer_listnav dt{ font-size: 24px; color:var(--white); font-weight: bold; margin-bottom:30px; }
.footer_listnav dd{ line-height:40px; font-size: 15px; }
.footer_listnav dd a{ color:var(--white);}


.copyright{ text-align:left; padding:45px 0; color:var(--color9); text-align: center; font-size: 14px; border-top:1px solid #343434;  }


.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; }
.subbanner img{ width:100%;}
.location_bg{ background: rgba(0, 0, 0, 0.5); position: absolute; left:0; bottom:0; right:0; z-index: 21; }
.locations{ padding:15px 0; color:var(--white); }
.locations a{ color:var(--white);}
.locations a:hover{color:var(--hovercolor);}

.pros_location{ background: rgba(0, 0, 0, 0.5); }
.locations{ padding:15px 0; color:var(--white); }
.locations a{ color:var(--white);}
.locations a:hover{color:var(--hovercolor);}

.about_con_left{ flex:1; padding:80px 60px 50px 10%; }
.about_con_left>span{ font-size: 24px; color:var(--hovercolor); margin-bottom:17px; display: block;}
.about_con_left>h2{ font-size: 44px; line-height: 55px; font-weight: bold; color:var(--color0); margin-bottom: 35px;}
.about_con_right{ flex:0 0 46%; }
.about_con_right img{ object-fit: cover; width: 100%; height: 100%;}

.about_items{ background: var(--hovercolor);}
.about_itemsall{ padding:65px 0 60px 0; margin-left:-5px; margin-right:-5px;  }
.about_itemsall li{ padding-left:5px; padding-right:5px; flex:0 0 33.33%;}
.about_itemslist{ height: 100%; background: var(--white); padding:30px 40px; border-radius: 10px; align-items: center; }
.about_itemslist i{ display: block; flex:0 0 33%; text-align: center; }
.about_items_text{ flex:1; margin-left:15px;}
.about_items_text h3{ font-size: 50px; font-weight: bold; margin-bottom:2px;background:var(--maincolor); -webkit-background-clip: text;  background-clip: text;  color: transparent;}
.about_items_text p{ font-size: 16px; color:var(--color0); line-height: 24px; }

.about_honor{ padding:100px 0 145px 0;}
.honor_title{ text-align: center; margin-bottom:50px; }
.honor_title h2{ font-size: 44px; font-weight: bold; color:var(--color0); margin-bottom:30px; }
.honor_title p{ font-size: 16px; line-height: 28px; color:var(--color6); max-width: 750px; margin:0 auto;}

.honor_all{ position: relative;}
.honor_list{ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); padding:30px 20px; border-radius: 10px;}
.honor_list img{ width:100%; display:block; }

.contact_title{ padding:90px 0 0 0; }
.contact_title_text{ text-align: center;}
.contact_title_text h2{ font-size: 48px; font-weight: bold; color:var(--color0); margin-bottom:15px; }
.contact_title_text p{ font-size: 24px;  color:var(--color9); max-width: 750px; margin:0 auto; text-transform: uppercase;}

.contact_con{ padding:65px 0 70px 0; }
.contact_left{ background: #f5f5f5; flex:0 0 52%; padding:70px 60px 50px 60px; }
.contact_left>h3{ font-size: 34px; font-weight: bold; margin-bottom:5px;color:var(--hovercolor);}
.contact_left>span{ display: block; font-size: 16px; text-transform: uppercase; color:var(--hovercolor); margin-bottom:35px; }
.contact_text{ border-top:1px solid var(--hovercolor); padding:40px 0 0 0; font-size: 16px; line-height: 36px; color:var(--color0); }

.contact_right{ flex:1; margin-left:65px; }
.contact_top{ margin-bottom:25px; }
.contact_top h3{ font-size: 24px; font-weight: bold; margin-bottom:8px; color:var(--color0); }
.contact_top p{ font-size: 14px; line-height: 24px; color:var(--color6); }

.line{ height: 0px; background:var(--maincolor); }
.maps img{ width:100%;margin-bottom:100px; }

.sub_cons{ padding:55px 0 60px 0; }
.news_alls{ margin-bottom:30px; }
.news_alls li{ margin-bottom:30px; }
.news_lists{ background: var(--white); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); align-items: center; }
.news_imgss{ flex:0 0 225px; border-right: 1px solid #eeeeee; display: block; font-size: 14px; color:var(--color6);  text-align: center; }
.news_imgss img{ width: 100%; height: 140px; object-fit: cover; }
.news_lists time strong{ display: block; font-size: 50px; font-weight: bold; color:var(--color0); margin-bottom:5px; }
.news_lists time span{ display: block; font-size: 14px; line-height: 26px; color:var(--color0); }
.news_texts{ flex:1; padding:10px 20px;   }
.news_texts h3{margin-bottom:10px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical; }
.news_texts h3 a{ font-size: 22px; font-weight: bold; color:var(--color0);  }
.news_lists:hover .news_texts h3 a{ color:var(--hovercolor); }
.news_texts p{ font-size: 14px; line-height: 24px; color:#888888;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical; }

.pros_alls{ margin-left:-17.5px; margin-right:-17.5px; margin-bottom:30px; }
.pros_alls li{ padding-left:17.5px; padding-right:17.5px; flex:0 0 50%; margin-bottom:35px; }
.pros_list{ background: #f5f5f5; }
.pros_img{ overflow: hidden;}
.pros_img img{ width: 100%; max-height: 460px; object-fit: cover; transition: .4s all;}
.pros_list:hover .pros_img img{ transform: scale(1.1); }
.pros_text{ padding:30px; align-items: center; }
.pros_text h3{ font-size: 24px; font-weight: bold; color:var(--color0); }

a.pros_more{ display: inline-block; padding:10px 20px;  color:#aaaaaa; border-radius: 50px; font-size: 14px; background:var(--maincolor); border-color:var(--hovercolor);  color:var(--white); }
a.pros_more:hover{ background: var(--activecolor); }

.pros_left{ flex:0 0 57%; width: 57%; }
.pros_left .mySwiper{ height: 100% !important; }
.pros_left .mySwiper .swiper-wrapper {    height: 100% !important; }
.pros_left img{ width: 100%; height: 100%; object-fit: cover; }

.pros_right{ flex:1; padding:35px 45px 35px 100px; }
.pros_detail_title h2{ font-size: 35px; font-weight: bold; color:var(--color0); margin-bottom:25px; }
.pros_detail_text{ font-size: 15px; line-height: 32px; color:var(--color0); }

hr{ border: none; height: 1px;  background-color: var(--hovercolor); margin: 40px 0; }

.about_contact_bg{ background: url("../images/aboutbgs.jpg") top center no-repeat; background-size: cover; }
.about_cons{ padding:165px 0 155px 0; color:var(--white); }
.about_contact_text{ flex:0 0 38%; padding:0 0 0 10px; }
.about_contact_text h2{ font-size: 50px; margin-bottom:10px;}
.about_contact_text p{ font-size: 24px; text-transform: uppercase;  }
.about_contact_right{ flex:1; margin-left:4%; display: flex; flex-wrap: wrap;  }
.about_contact_right li{ flex:0 0 46%; margin-left:4%; }
.about_contact_infor{ background: var(--hovercolor); padding:30px 45px; border-radius:0 30px 0 30px; height: 100%; font-size: 20px; line-height: 36px; }

.swiper12 { overflow: hidden; padding:10px 10px;}


.go_back{text-align: right; margin-bottom:30px; }
.go_back a{ display:inline-block; background:var(--hovercolor); padding:10px 35px;  color:var(--white);  transition: .4s all; border-radius: 8px;}
.go_back a:hover{ background: var(--activecolor);}










.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:3%; right:4%; z-index: 1502; cursor:pointer;}








/*-------------------------------------*/

@media screen and (max-width:1955px){


}

@media screen and (max-width:1700px){
   



 }


@media screen and (max-width:1610px){     
    



 }
 @media screen and (max-width:1610px){   
   

   }

 @media screen and (max-width:1550px){
.allwidth{ margin-left:5%; margin-right:5%;}
.allwidthp{ max-width:90%; margin-left:5%; margin-right:5%;}
.allwidth1{ max-width:90%; margin-left:5%; margin-right:5%;}
   
.pros_right {   padding: 33px 35px 30px 50px; }

.pros_detail_title h2 {  font-size: 35px; margin-bottom: 15px; }
hr {   margin: 25px 0; }




 }
@media screen and (max-width:1360px){    

   /* .swiper12 .swiper-button-prev {  left: 45.8%;  }
    .swiper12 .swiper-button-next { right: 45.8%;  }*/
    .innavs>li { padding: 0px 10px;}
    .in_service_img img {  height: 100%;  object-fit: cover;  }
    .in_service_text {  padding: 30px 20px 30px 30px;  }
    .in_title h3 {  font-size: 40px;}

    .pros_left {  flex: 0 0 100%;  width: 100%; }
    .pros_right {  padding: 28px 20px 30px 20px;   }




}

@media screen and (max-width:1236px){
   


}
@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_mb { display:block;}
   .innavs{ display: none;}
   .header_right{ 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;}
   
   .mb_menu{ position:fixed; left:1%; right:1%; top:5px; bottom:5%; z-index: 800;border-radius:15px; padding:50px 20px 20px 20px; overflow-y:auto;}
   .mb_menulist>li{ border-bottom:1px solid #cccccc;  }
   .mb_menulist>li>div{ display:flex; justify-content:space-between; padding:14px 5px;  }
   .mb_menulist>li>div>a{  font-size:16px; color:var(--color3);}
   .mbnavs_sec{ display:none; background:#f1f1f1; padding:10px 0;  }
   .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(--color6);}
   .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,0.95); z-index: 700;}
   
   .logos>a>img {  height: 55px; }
   .in_service {  padding: 40px 0 40px 0; }
    .in_title h3 {  font-size: 26px;  margin-bottom: 6px; }
    .in_title p { font-size: 13px;}
    .in_title {  margin-bottom: 28px; }
    .in_service_text {  flex: 0 0 100%;}
    .in_service_img {  flex: 0 0 100%;  }
    .in_service_all li:nth-child(2n) .in_service_text {   order: 0; }
    .in_service_text h3 {  font-size: 22px;  margin-bottom: 10px; }
    a.in_service_a {  padding: 8px 25px;  font-size: 12px;}
    .in_service_con {  margin-bottom: 15px;  }
    .why_choose {  padding: 40px 0 45px 0;  }

    .in_title1 h3 {   font-size: 26px;  margin-bottom: 5px;  }
    .in_title1 p {    font-size: 15px;}
    .in_title1 { margin-bottom: 20px; }

    .why_alls {  padding: 45px 0 40px 0; }
    .why_img {  flex: 0 0 100%; margin-bottom: 20px; }

    .why_text {  margin-left: 10px;  padding-right: 10px; }
    .why_text h3 { font-size: 22px;   margin-bottom: 15px; line-height: 26px;  }
    .why_text_con {  font-size: 14px; line-height: 24px;  margin-bottom: 20px;  }

    .why_text a {  padding: 8px 30px;  font-size: 13px;  }
    .in_about {   padding: 15px 0 45px 0;  }

    .in_about_left {  margin-right: 0; padding: 5px 0 0 0; margin-bottom:35px; }
    .in_about_text {  font-size: 14px; line-height: 24px;  margin-bottom: 20px;}
    a.inabout_a {  padding: 8px 30px;  font-size: 13px; }
    .in_about_right {  flex: 0 0 100%;  width: 100%;  padding: 23px 20px 0 0;}

    .in_news_con {    padding: 35px 0 40px 0; }
    .in_news_item li {  flex: 0 0 100%;  margin-bottom: 15px;  }

    
    .in_news_text { margin-left: 16px; }
    .in_news_text h2 { font-size: 16px; margin-bottom: 5px; }

    .in_news_text p { font-size: 13px;  line-height: 20px;}
    .in_news_more {   padding-top: 20px;}
    a.inabout_a1 {   padding: 8px 30px;  font-size: 13px;  }

    .in_partner {  padding: 35px 0 35px 0; }
    .in_contact_con { padding: 40px 0 40px 0;}
    .in_contact_con h3 {  font-size: 24px;  margin-bottom: 15px;  }
    .in_contact_con p {  font-size: 14px;  line-height: 24px; max-width: 80%;  margin: 0 auto 25px auto;  }
    a.in_conatct_a { padding: 10px 50px;  font-size: 16px; }
    .footer_alls{ display: none;}
    .copyright {  padding: 20px 0;  line-height: 22px; font-size: 13px;}

    .in_title2 h3 {  font-size: 28px;}
    .in_title2 {  margin-bottom: 15px;  }

    .locations {  font-size: 12px; padding: 5px 0;}
    .sub_cons { padding: 40px 0 40px 0;  }
    .pros_alls li {  flex: 0 0 100%; margin-bottom: 20px; }
    .pros_text {  padding: 15px;}
    .pros_text h3 { font-size: 18px;}
    a.pros_more {  padding: 8px 20px;   font-size: 12px;}

    .go_back {  margin-bottom: 25px; }
    .pros_detail_title h2 {  font-size: 30px; margin-bottom: 10px;  }

    .pros_detail_text {  font-size: 14px;  line-height: 24px;}
    .news_detail_otherlist li { flex: 0 0 100%;  padding: 10px 15px; }
    .news_detail_otherlist li:nth-child(1) {  border-bottom: 1px solid var(--white); }
    .news_detail_otherlist li:nth-child(2) {  padding-left: 15px;  text-align: left; }
    .go_back a { padding: 5px 18px;  font-size: 12px;}
    .news_texts h3{ margin-bottom: 5px;}
    .news_texts h3 a { font-size: 16px; }
    .news_texts p {  font-size: 13px;  line-height: 22px;}
    .news_alls li { margin-bottom: 20px;  }

    .news_detailtext h3 {  font-size: 20px;   margin-bottom: 15px; }
    .news_detailtext time {  font-size: 13px; }
    .news_content {  line-height: 24px;  font-size: 14px; margin-bottom: 30px;   padding: 15px 5px 0 5px;  }
    .about_con_left { padding: 40px 15px 40px 15px; }

    .about_con_right {  flex: 0 0 100%; }
    .about_itemsall {  padding: 45px 0 40px 0;}
    .about_itemsall li {   flex: 0 0 100%; margin-bottom:15px;}
    .about_itemslist {  padding: 15px 15px;}
    .about_honor {  padding: 40px 0 45px 0;  }
    .honor_title h2 {  font-size: 26px; margin-bottom: 15px; }

    .honor_title p {   font-size: 14px; line-height: 24px; max-width: 95%;}
    .honor_title {   margin-bottom: 15px;  }
    .about_items_text h3 { font-size: 40px;}
    .about_itemslist i {  flex: 0 0 32%;}
    .about_con {  font-size: 14px;   line-height: 24px;    }
    .about_con_left>h2 {   font-size: 25px;  line-height: 38px; margin-bottom: 13px; }
    .about_con_left>span {   font-size: 17px;  margin-bottom: 5px;}
    .contact_title { padding: 40px 0 0 0; }
    .contact_title_text h2 { font-size: 28px;   margin-bottom: 10px; }
    .contact_title_text p {  font-size: 15px;  max-width: 98%;}
    .contact_con { padding: 30px 0 40px 0; }
    .contact_left {  flex: 0 0 100%; padding: 30px 20px 40px 20px; margin-bottom:30px; }
    .contact_right {   margin-left: 0;  }
    .feedback_btm { height: 40px; line-height: 40px;}
    .about_cons {  padding: 45px 0 45px 0;}
    .about_contact_text {  flex: 0 0 100%; margin-bottom: 30px;}
    .about_contact_text h2 {  font-size: 30px;}
    .about_contact_text p { font-size: 16px;}
    .about_contact_right {   margin-left: 0;}
    .about_contact_right li { flex: 0 0 100%;  margin-left: 0; margin-bottom:20px; }
    .about_contact_infor { font-size: 16px !important; padding: 20px 25px;  font-size: 20px; line-height: 28px;}


.pc_content{ display: none;}
.mb_mbtext{ display: block;}


   


}



@media screen and (max-width:780px){
.in_newsimg {  flex: 0 0 120px;}
.in_newsimg img {  width: 100%; height: 90px;}
.in_news_text {  margin-left: 0;  }
.in_news_text { padding: 0 10px; }
.in_news_text h2 { font-size: 14px;}
.in_news_text p {  font-size: 12px;   line-height: 19px; }

.news_imgss { flex: 0 0 120px;}
.news_imgss img { height: 90px;}
.news_texts {   padding: 3px 10px; }
.news_texts h3 a {  font-size: 14px;   }
.news_texts p {   font-size: 12px;   line-height: 19px;  }
.server_icos li i {  width: 45px; height: 45px;   line-height: 42px;}
#gotop {   width: 45px; height: 45px; line-height: 44px;}
.server_icos li i img {  width: 35px; height: 35px;}
#gotop svg {   width: 1.4em;  height: 1.4em;}
.in_service_text {  padding: 30px 15px 30px 15px;  }




}

@media screen and (max-width:640px){
    .banner_text{ bottom:auto; top:20px; right:5%; left:0; text-align: center;}
    .banner_text_title img { max-width: 22%; }

    .mySwiper .swiper-button-prev,
    .mySwiper .swiper-button-next {  display: none;  }


}


@media screen and (max-width:550px){
    
   
   

}


@media screen and (max-width:450px){    
    

}


@media screen and (max-width:390px){
  

}