@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:#003783;
    --hovercolor:#21bbf4;
    --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(--color9);}
input::placeholder{ color:var(--color9);}
.allwidth{ max-width:1300px; margin-left:auto; margin-right:auto;}
.allwidthp{ max-width:94%; margin-left:3%; margin-right:3%;}
.allwidth1{ max-width:94%; margin-left:3%; margin-right:3%;}
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(--maincolor); }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px)) !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:15px; color:var(--color3); margin-bottom:70px; padding:30px 0 0 0; }
.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 h3{ font-size:36px; font-weight:bold; color:var(--color0);}
.about_con span{font-size:16px; }
.about_con p{ margin-bottom:20px; line-height:26px;}

/*-------------------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:3px 8px; border-radius:5px;vertical-align:middle;color:#919bb0; }
.pages a:hover{ background:var(--maincolor); color:var(--white);}
.pages a.cur{ background:var(--maincolor); 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; }
}

/*------------------------------------------*/
.prosform{ background: rgba(0,0,0,0.8); position: fixed;left:0; top:0; right: 0; bottom:0; z-index: 103; display: none; }
.pros_form_con{ background: var(--white); border-radius: 10px; margin:4% auto 0 auto; max-width: 980px; padding:15px 25px 30px 25px; }
.pros_form_top{ text-align: right;}
.pros_form_top>span{ display: inline-block; margin-bottom:20px; cursor: pointer; }
.pros_form_top>span svg{fill:#333333; transition: .4s all;}
.pros_form_top>span:hover svg{ fill:var(--hovercolor);}

.zfeedback li{ margin-bottom:19px !important;}


/*---------------------------newsdetail----------------------------------*/
.news_dtitle { font-size:34px;padding: 0px 0 10px 0; color:var(--color0);}
.news_dspan {  font-size: 14px; font-weight: normal; margin-bottom:10px; color:var(--color9);}
.other_news li {  flex:1; background: #f5f5f5; padding: 18px 20px; }
.other_news li:nth-child(1) { margin-right:1px; }
.other_news li:nth-child(2) {  margin-left:2px; 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 a:hover{ color:var(--hovercolor);}


/*---------------------------main-------------------------------*/
.header_con{ background: var(--maincolor); position:-webkit-sticky; position: sticky; top:0; z-index: 101;   }
.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:10px 0px; }
.logos>a>img{ max-height: 64px;}
.header_mb{ display:none; position:absolute; right:2%; top:20px;}

.header_right{ flex:0 0 50%; align-items: center;}
.innavs{ flex:1; margin-right:30px; align-items: center; justify-content: flex-end;  }
.innavs>li{ flex:1;   }
.innavs>li>a{ display:block; color:var(--white); font-size:16px; padding:30px 10px; transition:.4s all; font-weight: normal; text-align: center; }
.innavs>li:hover>a,.innavs>li.cur>a{ color:var(--hovercolor);    }
.innavs_sec_con{ position:absolute; left:0; top:82px; width:100%; z-index: 78; opacity: 0; height: 0; overflow:hidden; transition:.4s all; background:#7ea8ef;  box-shadow: 0 0 13px rgba(0,0,0,0.1);}
.innavs_sec{ justify-content: flex-end; background:#7ea8ef; border-radius:0 0 0px 0px; padding:20px 0 20px 0;  }
.innavs_sec>li{ flex:0 0 1;margin-right:10px; }
.innavs_sec>li>a{ color:var(--color0);display:flex; align-items: center; padding:2px 35px 2px 8px; border-radius: 5px; background: #f1f1f1;  font-size:16px; }
.innavs_sec>li>a i{ display: inline-block; width: 50px; height: 40px; margin-right:8px;}
.innavs_sec>li>a i .img2{ display: none;} 
.innavs_sec>li>a:hover{ background: var(--maincolor); color:var(--white); }
.innavs_sec>li>a:hover i .img1{ display: none;} 
.innavs_sec>li>a:hover i .img2{ display: block;} 

.innavs_three_con{  width:100%; overflow:hidden; transition:.2s all; }
.innavs_three{ padding-top:15px;}
.innavs_three>li>a{ color:#777777;display:block; font-size:14px; padding:8px 0; transition: .4s all;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical; }
.innavs_three>li>a:hover{ background:var(--hovercolor) !important; color:var(--white) !important; padding-left:10px;}
a.inpros_more{ color:var(--hovercolor) !important;}

.innavs>li:hover .innavs_sec_con{ opacity: 1; height: auto; overflow: visible; }
.top_rights{ font-size:12px; color:var(--color6); position:relative;}

.lanuage{  margin-left:50px; }
.lanuage a{ display: block; color:var(--color9); transition: .4s all;width:30px; height:30px; line-height: 30px; border:1px solid #999999; text-align: center; border-radius: 50px;}
.lanuage a:hover{ color:var(--white); background: var(--hovercolor); border-color: var(--hovercolor);}

.banners{ position:relative;}
.banner_position>a>img{ width:100%; }
.banner_jt svg{ fill:var(--white); width:3em; transition: .4s all;}
.banner_jt svg:hover{ fill:var(--hovercolor); }
.banner_case{ position:absolute; left:65px; right:65px; top:15%; z-index: 10;}
.banner_list{ margin-left:-2.5px; margin-right:-2.5px;}
.banner_list li{ flex:0 0 16.6%; padding-left:2.5px; padding-right:2.5px; }
.banner_a a{ flex:0 0 26%; display: block;}
.ban_text{ height: 100%; background:Var(--white); border-radius: 10px; padding:10px 13px; align-items: center; overflow: hidden; position: relative; }
.ban_text::after{ content:""; display: block; position: absolute; left:0; bottom:0; width: 0; height: 3px; background: var(--hovercolor); transition: .4s all; }
.ban_text:hover::after{ width: 100%;}
.ban_text_ico{ flex:0 0 26%;}
.ban_text_con{ flex:1; margin-left:5px;  }
.ban_text_con h3{ font-size: 22px; color:var(--color0); font-weight: bold;}
.ban_text:hover .ban_text_con h3{  color:var(--hovercolor); transition: .4s all; }
.ban_text_con p{ font-size: 15px; color:var(--color6); }
.ban_text:hover .ban_text_con p{ color:var(--hovercolor);transition: .4s all; }
.mb_casebgs{ background: #f5f5f5; padding:30px 0; display: none;}

.in_searchs{display:none; position:absolute; right:0; top:31px; width:250px; z-index: 78;}
.search_cons{ background:var(--white); align-items:center; box-shadow: 0 0 6px rgba(0,0,0,0.1);  }
.search_cons i{ display:inline-block; flex: 0 0 15px;}
.search_cons input[type="text"]{ flex:1; border:0; padding:0 3%;}
.search_submit{ border:0; background:var(--maincolor); border:0; color:var(--white);height: 40px; flex:0 0 65px; cursor:pointer; }
.search_click{ color:var(--hovercolor) !important;}

.in_search{ padding:55px 0 50px 0; }
.in_search_con{ border:1px solid #e3e3e3; background:#f6f6f6; height: 45px; border-radius: 100px; padding:0 10px 0 20px; overflow: hidden; align-items:center; }

.header_tel{ position: relative;}
.insearch_op>svg{ fill:var(--white); width: 1.6em;height: 1.6em; cursor: pointer; transition: .4s all; }
.insearch_op:hover>svg{ fill:var(--hovercolor); }
.insearch_open{ flex:1; border:1px solid #cccccc; background:var(--white); padding:0 5px 0 20px; margin:-2px 10px 0 -23px;}
.s_open{ display: none; }
.insearch_input{ flex:1; height: 40px; padding:0 10px; margin-right:15px; background: none; border:0; }
.insearch_close{ cursor: pointer;  display: none;}
.insearch_close>svg{ fill:var(--white);width: 1.6em;height: 1.6em; cursor: pointer; transition: .4s all; }
.insearch_close:hover>svg{ fill:var(--hovercolor); }
.insearch{ position: absolute; right:0; top:53px; background:var(--white); box-shadow: 0 0 10px rgba(0,0,0,0.1); z-index: 11; width:280px; display: none; } 
.inserach_row{display: flex; align-items: center;}
.insearch_btn{ background:Var(--hovercolor); flex:0 0 60px;  height: 40px;  border:0;}
.insearch_btn svg{ fill:var(--white);width: 1.6em;height: 1.6em; cursor: pointer; }

.in_search_key>a{ color:#3f3f3f; display: inline-block; margin-right:25px;}
.in_search_key>a:hover{ color:var(--hovercolor); }
 

.in_pros{ padding:16px 7px 18px 7px; }
.in_pros li{ flex:0 0 50%; padding:0 7px; }

.in_pros_item{ position: relative;  overflow: hidden;transition: .4s all;}
.in_pros_item:hover{  border-color: var(--maincolor);}
.in_pros_item img{ width:100%; transition: .4s all;}
.in_pros_item:hover img{ transform: scale(1.1);  }

.in_pros_item h3{ position: absolute; left:0; bottom:0; right:0; z-index: 20; color: #ffffff; padding:25px 50px; font-size: 90px; font-weight: bolder; text-transform: uppercase;}


.in_about{ position: relative; min-height: 750px;}
.in_about>img{ width: 100%; height: 100%; object-fit: cover; }
.in_about_cons{ position:absolute; left:110px; top:130px; z-index: 22; color:var(--white); max-width:715px; }
.in_about_cons h3{ font-size: 60px; font-weight: bold; margin-bottom:45px; }
.in_about_text{ font-size: 20px; line-height: 36px; margin-bottom:40px; }

a.about_a{ display: inline-block; padding:18px 50px; border:1px solid var(--white); font-size: 20px; border-radius: 5px; color:var(--white); transition: .4s all; }
a.about_a:hover{ background:var(--hovercolor); border-color: var(--hovercolor); }

.in_news{ padding:115px 0 100px 0; }

.in_news_title{ margin-bottom:55px; align-items: center;}
.in_news_title h3{ font-size: 70px; font-weight: bold; color:var(--white); }
.in_news_right a{ display: inline-block; background: #f1f1f1; padding:18px 45px; border-radius: 5px; color:var(--color0); font-size: 20px; }
.in_news_right a:hover,.in_news_right a.cur{ background:var(--hovercolor); color:var(--white); }

.in_news_item{ margin-left:-16px; margin-right:-16px;}
.in_newsls{ display: none; }
.in_news_item li{ flex:0 0 25%; padding-left:16px; padding-right:16px; margin-bottom:30px;}

.in_news_img{ border-radius: 5px; overflow: hidden; margin-bottom:25px;}
.in_news_img img{ width: 100%; max-height: 205px; object-fit: cover;transition: .4s all; }
.in_news_list:hover img{ transform: scale(1.1);  }
.in_news_text h3{ font-size: 19px; line-height: 26px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical; }


.in_newsls .in_news_text h3 a{color:var(--white) !important}
.in_newsls .in_news_text time span{ font-size: 17px; color:#fff;}


.in_news_text time{ padding-top:25px; margin-top:25px;border-top:1px solid #dedede; align-items: center; }
.in_news_text time span{ font-size: 17px; color:#777;}


.in_news_text time svg{ width: 3.2em; height: 3.2em; fill:#aaaaaa; margin-right:5px; transition: .4s all;}
.in_news_text time svg:hover{ fill:var(--hovercolor); }
 




.footerbgs{ background:var(--color0); color:var(--white);  background-size:100% 100%;  font-size: 16px; }
.footerbgs a{ color:var(--white); }
.footerbgs a:hover{ color:Var(--hovercolor); }
.footer_alls{ padding:85px 0 60px 0;}
.footer_contact h3{ font-size: 22px; color:var(--white); margin-bottom:30px;}
.footer_contact_text{ color:var(--color9); line-height: 36px;}
.flogos_left{ flex:0 0 20%;}


.footer_lists{flex:1; margin-left:15%;  padding:20px 0 20px 0; justify-content: space-between; }
.footer_listnav{flex:0 0 33%;}
.footer_listnav dt{ font-size: 26px; color:var(--white); margin-bottom:20px; }
.footer_listnav dd{ line-height:36px; font-size: 18px; }
.footer_wxbgs{ border-top:1px solid #616161; padding:18px 0; }


.footer_ewm{ align-items: center;}
.footer_ewmimg{ flex:0 0 41%; }
.footer_ewmtext{ flex:1; margin-left:15px; font-size: 16px; line-height: 35px;} 

.copyright_line{ border-top:1px solid #343434;}
.copyright{ text-align:center; padding:45px 0; font-size: 18px; color:var(--white); }







/*-----------------------------sub-------------------------------*/
.subbanner img{ width:100%;}

.loacation{  color:var(--color9); padding:25px 0;}
.loacation a{ color:var(--color9);}
.loacation a:hover{ color:Var(--hovercolor); }

.sub_cons{ padding:50px 0 100px 0;}
.about_left{ flex:1; margin-right:65px;}
.about_left h3{ font-size: 60px; font-weight: bold; margin-bottom:30px; color:var(--color0);}
.about_texts{ font-size: 16px; line-height: 30px; color:var(--color0);}
.about_texts p{ margin-bottom:20px;}

.about_right{ flex:0 0 41%;}
.about_right img{ width: 100%; }

.feedbackbgs{ background: #f5f5f5;}

.sub_title h3{ font-size: 60px; text-align: center; font-weight: bold; color:var(--color0); margin-bottom:50px;}
.contact_infor{ margin-bottom:45px;}
.contact_infor li{ flex:0 0 49%;}
.contact_text{ background: #f5f5f5; border-radius: 5px; padding:30px 30px; align-items: center; height: 100%; }
.contact_infor i{ display: block; flex:0 0 120px; text-align: center; }
.contact_text_r{ flex:1; margin-left:30px; color:var(--color0); }
.contact_text_r h3{ font-size: 24px; font-weight: bold; margin-bottom:15px; }
.contact_text_r p{ font-size: 18px; line-height: 28px;}

.maps img{ width:100%;}

.message_con{ padding:90px 0 85px 0; }
.message_con h3{ font-size: 36px; font-weight: bold; color:var(--color0); margin-bottom:40px;}

.sub_navs li{ margin-right:10px;}
.sub_navs>li>a{ display: block; background: #f1f1f1; border-radius: 5px; padding:18px 65px; font-size: 18px; }
.sub_navs>li>a:hover,.sub_navs>li.cur>a{ background:var(--maincolor); color:var(--white); }

.news_bottom{}
.news_bottom li{ margin-bottom:70px !important;}

.sub_cons1 { padding: 50px 0 30px 0; }
.news_detailtext{ padding:0 0 40px 0; border-bottom:1px solid #eeeeee; margin-bottom:10px;} 
.news_detailtext h3{ font-size: 36px; font-weight: bold; color:Var(--color0);}
.news_detailtext time{ display:block; color:Var(--color9); font-size:16px; margin-bottom:20px;}

.news_detail_other{ background:#f5f5f5;}
.news_detail_otherlist li{ flex:0 0 50%; padding:35px 0; display: flex; }
.news_detail_otherlist li:nth-child(1){ border-right:2px solid var(--white);}
.news_detail_otherlist li strong{ flex:0 0 40px;}
.news_detail_otherlist li:nth-child(2){  padding-left:20px; text-align: right;}
.news_detail_otherlist li a{ color:Var(--color6);overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}
.news_detail_otherlist li a:hover{ color:Var(--hovercolor);}

.pros_secnav{ margin-top:15px; background: #f7f7f7;}
.pros_secnav dt{ flex:0 0 270px;}
.pros_secnav dt span{ display: block; background:#d4efff; text-align:center ; color:var(--maincolor); font-size: 16px; font-weight: bold; height: 100%; padding:20px 3px; }
.pros_secnav dd{ flex:1; padding:12px 20px 2px 20px; }
.pros_secnav dd a{ display: inline-block; margin-right:10px; border:1px solid #aaaaaa; border-radius: 3px; padding:8px 20px 7px 20px; margin-bottom:8px; font-size: 16px; color:#666666;}
.pros_secnav dd a:hover,.pros_secnav dd a.cur{ border-color:var(--maincolor); color:var(--maincolor);}

.pros_alls{ margin-left:-10px; margin-right:-10px; margin-bottom:30px;}
.pros_alls li{ flex:0 0 25%; padding-left:10px; padding-right:10px; margin-bottom:20px;}

.pros_lists{ border:1px solid #dedede; border-radius: 5px; overflow: hidden; height: 100%; transition: .4s all;}
.pros_lists:hover{ border-color: var(--hovercolor);}
.pros_img{ text-align: center; overflow: hidden;}
.pros_img img{ width: 100%;transition: .4s all;}
.pros_lists:hover .pros_img img{transform: scale(1.1); }
.pros_lists h3{ font-size: 18px; line-height: 30px; padding:30px 25px 0px 25px; margin-bottom:20px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical;}


.pros_detail_left{ flex:0 0 49%; width: 49%;}
.pros_detail_bimg{ border:1px solid #dedede; }
.prosbp{ position: relative; margin:0 20px; }

.pros_detail_right{ flex:1; margin-left:70px; }
.pros_detail_right h2{ font-size: 72px; font-weight: bold; color:var(--color3); padding:10px 0 35px 0; border-bottom:1px solid #dfdfdf; margin-bottom:30px;  }

.pros_detail_txt{ margin-bottom:40px; font-size: 16px; line-height: 28px;}

.pros_d_item{ margin-bottom:35px; }
.pros_d_item_title{ font-size: 16px; margin-bottom:10px;}

.pros_item_select li{ margin-right:6px; margin-bottom:5px; }
.pros_item_select li a{ display: block; padding:9px 20px 8px 20px; border:1px solid #dedede; border-radius: 0px; font-size: 15px; color:#8b8b8b;}
.pros_item_select li a:hover{ color:var(--maincolor);}

.pros_item_select li.cur a{ border-color:var(--maincolor); color:var(--maincolor);}


.pros_d_btn{ display: inline-block; background: var(--hovercolor); color:var(--white); padding:12px 30px; border-radius: 5px; font-size: 18px;}
.pros_d_btn:hover{ background: var(--maincolor); color:var(--white); }


.pro_detail{ margin-bottom:85px; }
.pros_detail_mark{ font-size: 48px; font-weight: bold; padding-bottom:30px; border-bottom:1px solid #e8e8e8; color:var(--maincolor); }
.pros_detail_infor{ padding:30px 0 80px 0; font-size: 16px; line-height: 36px; color:var(--color3); } 
.pros_detail_infor p{ margin-bottom:20px; }


.pros_other_title{ font-size: 48px; font-weight: bold; margin-bottom:45px; color:var(--color3);}










.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);}

.in_feedback_con{ font-size: 16px;}
.in_feedback_list{ margin-left:0px; margin-right:0px;}
.in_feedback_list li{ margin-bottom:30px;padding-left:0px; padding-right: 0px; width:100%; }
.in_feedback_list li:nth-child(-n+4){ flex:0 0 49%; }
.in_feedback_list li span{  display:block; margin-bottom:10px;  color:var(--color3);  }
.in_feedback_list1{ margin-left:0px; margin-right:0px;}
.in_feedback_list1 li{ margin-bottom:20px;padding-left:0px; padding-right: 0px; width:100%; }
.in_feedback_list1 li:nth-child(-n+3){ flex:0 0 100%; }
.in_feedback_list1 li span{  display:block; margin-bottom:10px;  color:var(--white);  }
.feedback{ height: 39px; line-height: 39px;  width:100%; padding: 0 10px;}
.feedback1{font-size:22px; height: 50px; line-height: 50px;  width:100%; padding: 0 10px; border:1px solid #dddddd;}
.feedtext{font-size:22px;width:100%;border:1px solid #e5e5e5; height: 150px; padding:10px; font-family: Arial, Helvetica, sans-serif; color:var(--color4);}
.feedback_btm{  color:var(--white); background:var(--hovercolor); text-align:Center;  width:100%;height:39px; line-height:39px;  border:0;  cursor: pointer; transition:.4s all; border-radius:5px; margin:0 auto;}
.feedback_btm:hover{ background:var(--maincolor); }
.feedback_btm1{  color:var(--white); background:var(--maincolor); text-align:Center;  width:100%;height:50px; line-height:50px;  border:0;  cursor: pointer; transition:.4s all; border-radius:5px; margin:0 auto; font-size: 16px;}
.feedback_btm1:hover{ background:var(--hovercolor); }





.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{ 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; fill: var(--white);}
.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, 55, 131, 0.95);z-index: 4;}
.mb_menu_close{ display:none; position:fixed; top:4%; 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){     
.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%; overflow: hidden;}
  

    



 }
 @media screen and (max-width:1610px){   
    .in_pros_item h3 {  font-size: 73px;}



    

   }

 @media screen and (max-width:1420px){
      .in_pros_item h3 {  font-size: 73px;padding: 25px 25px;}


    




 }
@media screen and (max-width:1330px){    

   /* .swiper12 .swiper-button-prev {  left: 45.8%;  }
    .swiper12 .swiper-button-next { right: 45.8%;  }*/
  
    




}

@media screen and (max-width:1285px){
    .header_right { flex: 0 0 60%;}
    .in_pros_item h3 {  font-size: 43px;padding: 25px 25px;}


    


}
@media screen and (max-width:1105px){
    .header_right {  flex: 0 0 65%; }
    
    

}

@media screen and (max-width:1100px){
    
    



}

@media screen and (max-width:1005px){
    
    


}

@media screen and (max-width:980px){
   .header_mb{ display: block;    top: 12px;}

   .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:20px; bottom:5%; z-index: 800;border-radius:15px; padding:50px 20px 20px 20px; overflow-y:auto;}
    .mb_menulist>li{ border-bottom:1px solid #999999;  }
    .mb_menulist>li>div{ display:flex; justify-content:space-between; padding:14px 5px;  }
    .mb_menulist>li>div>a{  font-size:16px; color:var(--white);}
    .mbnavs_sec{ display:none; background:var(--hovercolor); padding:10px 20px;  }
    .mbnavs_sec>li{ padding:0 0px;  border-bottom:1px solid #ffffff; }
    .mbnavs_sec>li>div{ color:var(--white); font-size:15px; display:flex; justify-content: space-between; padding:10px 5px; }
    .mbnavs_sec>li>div>a{ color:var(--white);}
    .mbnavs_sec>li:last-child{ border-bottom:0;}

    .mbnavs_three{ padding:0 0 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(0,55,131,0.95); z-index: 700;}
    
    
    .logos>a {  padding: 10px 0;}
    .logos>a>img { max-height: 45px; }

    .in_pros li {  flex: 0 0 100%; margin-bottom: 20px;}

    .in_about_cons { left: 40px;  top: 40px;}
    .in_news { padding: 45px 0 40px 0;  }
    .pros_alls{ margin-left:-5px; margin-right:-5px; }
    .pros_alls li { flex: 0 0 50%;padding-left: 5px;  padding-right: 5px; margin-bottom: 10px;}

    .pros_detail_left { flex: 0 0 100%; width: 100%; margin-bottom:30px; }
    .pros_detail_right { margin-left: 0; }

    .sub_title h3 {  font-size: 50px;  margin-bottom: 30px; }
    .contact_infor i { flex: 0 0 25%;}
    .contact_text_r h3 { font-size: 18px;  margin-bottom: 10px; }
    .contact_text_r p { font-size: 15px;   line-height: 24px; }
    .contact_text { padding: 15px 20px;}
    

    .about_left { margin-right: 0; margin-bottom:25px;}
    .about_right { flex: 0 0 100%; }
    .about_left h3 {  font-size: 30px;  margin-bottom: 10px;}
    .about_texts {  font-size: 15px;  line-height: 24px;}
    .pros_form_con{  margin:4% 3% 0 3%;}

    .zfeedback li{ margin-bottom:10px !important;}







}



@media screen and (max-width:780px){
     .in_pros_item h3 { font-size: 31px; padding: 14px 20px; }
     .banner_jt svg {  width: 2em;}

     .in_about_cons h3 { font-size: 30px;  margin-bottom: 15px; }
     .in_about_text {  padding-right: 35px;  font-size: 15px;  line-height: 26px; margin-bottom: 30px;  }


     .in_about { min-height: 480px; }
     a.about_a { padding: 10px 25px; font-size: 15px;}

     .in_news_title h3 { flex: 0 0 100%; text-align: center;  font-size: 33px; margin-bottom: 20px;}
     .in_news_right{ text-align: center; }
     .in_news_right{ flex:1; }
     .in_news_right a { padding: 9px 15px;  font-size: 15px;}
     .in_news_title {  margin-bottom: 35px; }

     .in_news_item{ margin-left:-5px; margin-right:-5px;}
     .in_news_item li {  flex: 0 0 50%; padding-left: 5px; padding-right: 5px;}
     .in_news_img { margin-bottom: 10px; }
     .in_news_text h3 { font-size: 14px; line-height: 20px; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 2;}

     .in_news_text time {  padding-top: 10px; margin-top: 10px;}
     .in_news_text time span { font-size: 14px;}
     .in_news_text time svg {  width: 2em; height: 2em;}
     .in_news { padding: 45px 0 10px 0;  }

     .footer_alls{ display: none;}
     .copyright { padding: 25px 0; font-size: 14px;}

     .sub_navs>li>a {  padding: 12px 30px; font-size: 16px; }
     .pros_secnav dt { flex: 0 0 100%; }
     .pros_secnav dt span {  font-size: 15px;  padding: 10px 3px; }
     .pros_secnav dd a {  margin-right: 7px; padding: 7px 12px 6px 12px;  margin-bottom: 8px; font-size: 14px;}

     .loacation{ display: none;}
     .sub_navs{ padding-top:20px;}
     .sub_cons { padding: 30px 0 40px 0; }
     .pros_lists h3 {  font-size: 14px; line-height: 22px;  padding: 14px 10px 0px 10px; margin-bottom:17px; }

     .pros_detail_right h2 {  font-size: 36px;  padding: 10px 0 20px 0;  margin-bottom: 20px;}
     .pros_detail_txt { margin-bottom: 30px; font-size: 14px;  line-height: 24px; }
     .pros_d_item_title { font-size: 14px;  }
     .pros_item_select li a { padding: 6px 10px 5px 10px;  font-size: 13px;}
     .pros_d_item { margin-bottom: 20px; }
     .pros_d_btn { padding: 10px 25px; font-size: 16px; }
     .pro_detail {  margin-bottom: 45px; }
     .pros_detail_mark { font-size: 26px;  padding-bottom: 15px;}
     .pros_detail_infor {  padding: 20px 0 40px 0;  font-size: 14px; line-height: 22px;}
     .pros_other_title { font-size: 26px;  margin-bottom: 15px;}

    .news_bottom li { margin-bottom: 25px !important; }
    .sub_cons1 { padding: 35px 0 30px 0; }
    .news_detailtext h3 {  font-size: 20px;  line-height: 28px;}
    .news_detailtext { padding: 0 0 20px 0;}
    .news_content { line-height: 24px; font-size: 14px; margin-bottom: 20px; padding: 10px 0 0 0; }
    .news_content p { margin-bottom: 15px; }

    .news_detail_otherlist li { flex: 0 0 100%;  padding: 10px 0; }
    .news_detail_otherlist li:nth-child(1) { border-right: 0px solid var(--white);border-bottom:1px solid var(--white); }
    .news_detail_otherlist li:nth-child(2) {  padding-left: 0px; text-align: left; }
    .sub_title h3 { font-size: 26px; margin-bottom: 20px; }
    .contact_infor li { flex: 0 0 100%; margin-bottom: 10px;  }
    .contact_text_r {   margin-left: 15px;}
    .contact_text_r h3 {  font-size: 15px; margin-bottom: 3px;  }
    .contact_text_r p { font-size: 14px; line-height: 22px; }
    .contact_infor {  margin-bottom: 10px; }

    .message_con {  padding: 35px 0 40px 0; }
    .in_feedback_list li:nth-child(-n+4) { flex: 0 0 100%; }
    .in_feedback_list li { margin-bottom: 18px;}
    .feedback1 { height: 45px;  line-height: 45px;}
    .feedback_btm1 { height: 45px;  line-height: 45px;}
    .message_con h3 { font-size: 26px;   margin-bottom: 20px; }
    .in_feedback_list li span { font-size: 15px;}
    .contact_infor i { flex: 0 0 20%;  }
    .news_detailtext time { font-size: 14px;  margin-bottom: 15px;  }
    .banner_case {   left: 5%; right: 5%;}


}

@media screen and (max-width:640px){
   .sub_navs>li>a { padding: 10px 12px; font-size: 15px; }
   .pros_secnav dd a { margin-right: 4px;   padding: 7px 7px 6px 6px;  margin-bottom: 8px;  font-size: 12px; }
   .pros_secnav dd { padding: 12px 10px 2px 10px; }


    
   


}


@media screen and (max-width:550px){
    
   

}


@media screen and (max-width:450px){    
    

}


@media screen and (max-width:390px){
  

}