@charset "utf-8";

/* CSS Document */
html{ overflow-x:hidden;}
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:#ee7100;
    --hovercolor:#1e277d;
    --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: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(--white); }
.email i{  background:var(--white); }
.whatapp i{ background:var(--white);  }
.skybe i{  background:var(--white);  }
.tel i{  background:var(--white);  }

.server_icos li{ margin-bottom:5px; position:relative;}
.server_icos li i{ display:block; width:40px; height:40px; border-radius:3px; overflow: hidden;box-shadow: 1.5px 1.4px 6px rgba(55, 55, 55, 0.2); 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:#f1f1f1;}


/*---------------------goto-------------------------*/
.foot_server{ position:fixed; right:2px; bottom:30px; z-index: 650; }
#gotop{  bottom:50px;width:40px; height:40px; border-radius:3px; display:none;background: rgba(255, 255, 255, 0.9);box-shadow: 1.5px 1.4px 6px rgba(55, 55, 55, 0.2);
    transition: .4s all; text-align:center; line-height: 38px; cursor:pointer; z-index: 88;transition: .4s all;}
#gotop:hover{ background: var(--hovercolor);}
#gotop svg{ margin-top:10%; fill:#333333; transition: .4s all;}
#gotop:hover svg{ fill:#ffffff;}

#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, 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 20px 0 20px; }
.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: block; font-size:16px; width: 100%; color:#202020; text-align:Center; height:60px; line-height:60px; padding:0 70px; border:0; background:var(--hovercolor); color:var(--white); cursor: pointer; transition:.4s all;}
.feedback_btm:hover{ background:var(--maincolor); 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:30px;padding: 0px 0 20px 0; color:var(--color0);}
.news_dspan {  font-size: 15px; font-weight: normal; margin-bottom:10px; color:var(--color9);}
.other_news{ border-top:1px solid #ebebeb; padding:30px 0 0 0;}
.other_news li {  flex:1; padding: 10px 3px; }
.other_news li:nth-child(1) { margin-right:0px; }
.other_news li:nth-child(2) {  margin-left:0px; text-align: left; }

.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{ position:relative;  }
.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:6px;}

.header_right{ flex:1; margin-left:145px; align-items: center;}

.right_tops{ justify-content: flex-end; align-items: center; padding:15px 0 0 0; }
.insearch{ border:1px solid #cacaca; border-radius: 50px; overflow: hidden; padding:0 3px 0 10px; margin-right:8px; font-size: 12px; }
.insearch_input{ flex:1; height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px; border:0; outline: none;  color:var(--color9);}
.insearch_input::placeholder{ font-size: 12px; color:var(--color9);}
.insearch_btn{ border:0;background: none; cursor: pointer; }
.insearch_btn svg{ fill:#a7a7a7; width:1.4em; }

.language{ position:relative; font-size: 12px; color:#999999; }
.language_title{ height: 30px; width:100px;align-items: center; justify-content: center; line-height: 30px; border:1px solid #cacaca; border-radius: 50px; overflow: hidden; cursor: pointer; }
.language_title i{ margin-left:20px; }
.language_title i svg{fill:#999999; width:0.9em; height: 0.9em; }
.language_ul{ position:absolute; left:0; top:30px; width:100%; z-index: 8; opacity: 0; transition:.4s all;height: 0; overflow: hidden; }
.language:hover .language_ul{ opacity: 1; height: auto; overflow: visible; }
.language_li{  background:var(--white); border:1px solid #eeeeee; border-radius: 10px 10px 10px 10px; padding:9px 0px; text-align: center; margin:2px 0; box-shadow: 0 0 10px rgba(0,0,0,0.2); overflow: hidden; }
.language_li li{padding:5px 20px;  }
.language_li li a{ color:#999999; font-size: 12px; transition:.4s all; display: block; }
.language_li li a:hover{ color: var(--hovercolor); }


.right_nav{ align-items: center; justify-content: flex-end; padding:10px 0 15px 0;}
.in_chat a{ display: block; padding:9px 25px; border-radius: 5px; background: var(--hovercolor); font-size: 15px; color: var(--white); transition:.4s all;}
.in_chat a:hover{background: var(--maincolor);}


.innavs{flex:1; margin-right:10px; align-items: center; justify-content: space-between;   }
.innavs>li{ flex:1; position:relative; padding:0px 1px; text-align: center; position: relative; }
.innavs>li>a{ display:inline-block; color:var(--width);  font-size:15px; 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; box-shadow: 0 0 10px rgba(0,0,0,0.2); transform:translateX(-50%); }
.innavs_sec{ background:rgba(255,255,255,0.96); border-radius:0 0 0px 0px; 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:13px; padding:8px 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{ color:var(--color6); transition: .4s all;}
.lanuage a:hover{ 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; bottom:45px; 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; }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {   bottom: 70px !important;}

.in_item{ margin-top:-55px; position: relative; z-index: 10; }
.item_ul{ background: var(--white); box-shadow: 0 0 10px rgba(0,0,0,0.2); padding:45px 35px; }
.item_ul li{ padding:0 15px; display: flex; align-items: center;  flex:0 0 33.33%;}
.item_ul li i{ flex:0 0 83px; }
.item_text{ margin-left:20px; }
.item_text h3{ font-size: 28px; color:var(--color0); margin-bottom:10px; }
.item_text p{ font-size: 14px; color:#555555;}

.in_server{ padding:95px 0 110px 0; text-align: center; }
.in_title{ margin-bottom:50px; text-align: center; }
.in_title h2{ font-size: 34px; font-weight: bold; color:var(--color0); margin-bottom:15px; }
.in_title p{ font-size: 14px; color:#666666; }

.server_ul{ margin-left:-13px; margin-right:-13px;}
.server_ul li{ flex:0 0 33.33%; padding-left:13px; padding-right:13px; margin-bottom:26px; }
.server_article{ border-radius: 5px; box-shadow: 0 0 15px rgba(0,0,0,0.12); padding:25px 30px 40px 30px; height: 100%;}
.server_article_img{ margin-bottom:25px; text-align: center; }
.server_article_img img{ max-width:50%;  margin-bottom:0px; transition: .4s all; }
.server_article:hover .server_article_img img{  margin-bottom:15px; }
.server_article_text h3{ font-size: 24px; font-weight: bold; color:var(--color0); margin-bottom:20px;  transition: .4s all; }
.server_article_text p{ font-size: 14px; color:#666666; line-height: 30px; text-align: left;  transition: .4s all; }
.server_article:hover .server_article_text h3,.server_article:hover .server_article_text p{ color:var(--maincolor) }

.in_adbgs{ background: url("../images/inbgs1.jpg") center top no-repeat; background-size: cover;}
.in_ad{ padding:95px 0 110px 0;  }
.in_title1{ margin-bottom:80px; text-align: center; }
.in_title1 h2{ font-size: 40px; font-weight: bold; color:var(--white); margin-bottom:15px; }
.in_title1 p{ font-size: 28px; color:var(--white); }
.in_ad_left{ flex: 1; margin-right:75px; }
.in_ad_left h3{ font-size: 34px; font-weight: bold; color:var(--white); margin-bottom:35px; padding:20px 0 0 0;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical; }
.in_ad_text{ font-size: 16px; line-height: 36px; color:var(--white); margin-bottom:40px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical; }
a.in_detail{ display: inline-block; font-size: 14px; background: var(--maincolor); border:1px solid var(--maincolor); color:var(--white); padding:13px 30px; transition: .4s all; }
a.in_detail:hover{ background: var(--hovercolor); border-color: var(--white); }
.in_ad_right{ flex:0 0 57%; }
.in_ad_right img{ width:100%;}


.ad_jt{ width:45px; height:45px; line-height: 38px; border:1px solid var(--white); border-radius: 5px; transition: .4s all;}
.ad_jt:hover{ background: var(--maincolor); border-color: var(--maincolor);}
.ad_jt svg{ fill:var(--white); width:1.5em; transition: .4s all;margin: 0 10px}
.ad_jt:hover svg{ fill:var(--white); }

.mySwiper35 .swiper-button-prev,.mySwiper35 .swiper-rtl .swiper-button-next {  left: 10px !important; right: auto !important; top: auto !important; bottom: 20px !important; }
.mySwiper35 .swiper-button-next,.mySwiper35 .swiper-rtl .swiper-button-prev {  right: auto !important; left: 70px !important;top: auto !important; bottom: 20px !important;  }

.in_aboutbgs{ background: #f5f5f5;}
.in_about{ padding: 95px 0 110px 0; }
.in_about_text{ font-size: 16px; line-height: 34px; color:var(--color6); margin-bottom:50px; }

.in_about_img{ position:relative;}
.swiper12{ margin:0 46px; overflow: hidden; }
.inhonor_jt svg{ fill:var(--color0); width:2.3em; height: 2.3em; transition: .4s all;}
.inhonor_jt svg:hover{ fill:var(--maincolor); }

.in_customer{ padding: 95px 0 110px 0; }
.in_customer_con{ text-align: center; max-width: 940px; margin:0 auto; }
.in_customer_img i img{ width: 130px; height: 130px; border-radius: 150px; border:5px solid #dedede; }
.in_customer_img span{ display: block; font-size: 150px; color:#666666; margin-top:0px; font-family: Arial, Helvetica, sans-serif; height: 65px; overflow: hidden; margin-bottom:30px;  }
.in_customer_text h3{ font-size: 22px; font-weight: bold; color:var(--color0); margin-bottom:15px; }
.in_customer_text p{ font-size: 14px; line-height: 24px; color:var(--color6); margin-bottom: 40px;}
.in_customer_name h2{ color:var(--hovercolor); font-size: 18px; margin-bottom:5px; }
.in_customer_name time{ font-size: 14px;color:var(--hovercolor); }

.partner_jt{ width:46px; height:46px; line-height: 39px; border:1px solid var(--color0); border-radius: 5px; transition: .4s all;}
.partner_jt:hover{ background: var(--maincolor); border-color: var(--maincolor);}
.partner_jt svg{ fill:var(--color0); width:1.5em; transition: .4s all; margin: 0 11px;}
.partner_jt:hover svg{ fill:var(--white); }

.in_faq_bgs {background: #f4f8fb; }
.in_faq{ padding:90px 0 110px 0;}
.in_faq_left{ flex:0 0 48%; }
.in_faq_list{border:1px solid #dedede;  margin-bottom:10px; border-radius: 5px; background: var(--white); }
.in_faq_list dt{height: 55px; padding:0 50px 0 0; position: relative; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.in_faq_list dt span{ display: block; height: 55px; line-height: 55px; font-size: 24px; background:#eeeeee; color:var(--color0); font-weight: bold; text-align: center; flex:0 0 60px; border-radius: 5px 0 0 0; transition: .4s all; }
.in_faq_list dt::before{ content: ""; display: block; position: absolute; right:17px; top:26px; z-index: 8; width:17px; height: 1px; background: var(--color0); }
.in_faq_list dt::after{ content: ""; display: block; position: absolute; right:25px; top:18px; z-index: 9; width:1px; height: 17px; background: var(--color0); }
.in_faq_list h2{ flex:1; padding:0 0 0 18px; font-size: 18px; font-weight: bold; color:var(--color0); transition: .4s all;}
.in_faq_text{ padding:25px 30px 30px 30px; font-size: 14px; line-height: 30px; color:var(--color6);border-top:1px solid #dedede; }
.in_faq_list dd{ display: none;}
.in_faq_list dt:hover span,.in_faq_list.cur dt span{ background:var(--hovercolor); color:var(--white);  }
.in_faq_list dt:hover h2,.in_faq_list.cur dt h2{ color:var(--hovercolor); }
.in_faq_list dt:hover::after,.in_faq_list.cur dt::after{ display: none; }

.in_faq_right{ flex:0 0 48%; }

.in_partner{ padding:95px 0 110px 0; }

.in_partner_list{ margin-left:-9px; margin-right:-9px; }
.in_partner_list li{ flex:0 0 16.66%; padding-left:9px; padding-right:9px; margin-bottom:20px; }
.in_partner_list li a{ display: block; border:1px solid #ececec; text-align: center; height: 100%; overflow: hidden; transition: .4s all; }
.in_partner_list li img{ width: 100%; height: 100%; object-fit: cover; transition: .4s all; }
.in_partner_list li a:hover{ border-color: var(--hovercolor);}
.in_partner_list li a:hover img{ transform: scale(1.1,1.1); }

.in_contact_bgs{ background: url("../images/inbgs2.jpg") center top no-repeat; background-size: cover;}
.in_contact{ padding:120px 0 125px 0;text-align: center; }

.in_title2{ text-align: center; color:var(--white); max-width: 740px; margin:0 auto; }
.in_title2 h2{ font-size: 48px; font-weight: bold; color:var(--maincolor); margin-bottom:30px; }
.in_title2 p{ font-size: 18px; line-height: 30px; color:var(--white); margin-bottom:35px; }

a.in_btn{ display: inline-block; font-size: 28px; background: var(--maincolor); color:var(--white); border-radius: 8px; padding:16px 100px; transition: .4s all; }
a.in_btn:hover{ background: var(--hovercolor);  padding:16px 125px;}


.footerbgs{ background:#1a1a1a; color:#ffffff; font-size: 15px; }
.footerbgs a{ color:var(--white); }
.footerbgs a:hover{ color:Var(--maincolor); }
.footer_alls{ padding:75px 0 75px 0;}
.footer_contact h3{ font-size: 26px; color:var(--white); margin-bottom:30px;}
.footer_contact_text{ color:var(--white); line-height: 36px;}
.flogos_left{ flex:0 0 25%;}
.footer_right{ flex:0 0 30%; margin-left:80px;} 
.footer_right h3{ font-size: 26px; color:var(--white); margin-bottom:30px;}


.footer_lists{flex:1; margin-left:115px;  justify-content: space-between; }
.footer_listnav{flex:0 0 48%;}
.footer_listnav dt{ font-size: 26px; color:var(--white); margin-bottom:30px; }
.footer_listnav dd{ line-height:36px; font-size: 14px; }

.footer_cons li{ margin-bottom:10px; font-size: 15px; display: flex; line-height: 28px; }
.footer_cons li i{ display: block; margin-right:15px; flex: 0 0 25px; }

.copyright{ text-align:left; padding:35px 0; color:var(--color9); background: #0d0d0d; text-align: center; font-size: 14px; }


.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{ text-align: center;}
.subbanner img{ width:100%;}

.about_content{ padding:100px 0 100px 0;}
.about_left{ flex:1; margin-right:50px;}
.about_right{ flex:0 0 49%; padding-top:10px; }
.about_right img{ width:100%;}

.about_culture{ padding:40px 0 0 0;}

.about_culture_con{ margin-left:-10px; margin-right:-10px; position: relative; z-index: 12;}
.about_culture_con li{ flex:0 0 25%; padding-left:10px; padding-right:10px;}

.culture_list{ background: var(--white); padding:40px 30px 50px 30px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align:center ; height: 100%; }
.culture_list i{ display:block; margin-bottom:25px;}
.culture_list h3{ font-size: 26px;  color:var(--color0); margin-bottom:20px;}
.culture_list span{ display: inline-block; width:38px; height:2px; background: var(--maincolor); margin-bottom:20px;}
.culture_list p{ font-size: 15px; line-height: 30px; color:var(--color6);}

.culture_img{ margin-top:-250px; } 
.culture_img img{ width:100%; }

.location_line{ border-bottom:1px solid #dddddd; }
.locations{ padding:28px 0; color:#888888; }
.locations a{ color:#888888; } 
.locations a:hover{ color:var(--maincolor);} 

.contact_con{ padding:75px 0 140px 0;}
.contact_all{ background:#f5f5f5;  }
.contact_left{ flex:0 0 51%;}
.contact_left img{ width:100%;}
.contact_right{ flex:1; padding:60px 75px 30px 75px; }
.contact_text h3{font-size: 30px; line-height: 38px; margin-bottom: 25px; color:var(--color0); } 
.contact_right_text{ font-size: 15px; line-height: 38px; color:var(--color6); margin-bottom:25px; } 
.contact_text>span{ display: inline-block; background: var(--hovercolor); color:var(--white); padding:12px 40px; font-size: 20px; border-radius: 5px; } 

.contact_bgs{ background:#f5f5f5; }
.contact_feedback{ padding:100px 0 135px 0; }

.sub_content{ padding:70px 0 110px 0; } 
.cases_ul{ margin-left:-23px; margin-right:-23px;}
.cases_ul li{ flex:0 0 50%; padding-left:23px; padding-right:23px; margin-bottom:18px;}
.cases_li{ padding-bottom:20px; }
.cases_img{ margin-bottom:30px; overflow: hidden; }
.cases_img img{ width:100%; transition: .4s all;}
.cases_li:hover .cases_img img{ transform: scale(1.1,1.1);}

.cases_li h3{ font-size: 16px; color:var(--color0); text-align: center;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}

.sub_navs{ margin-bottom:45px; justify-content: center;}
.sub_navs>a{ display: block; border:1px solid #cccccc; padding:16px 30px; margin:0 5px 10px 5px; }
.sub_navs>a:hover,.sub_navs>a.cur{ background:var(--hovercolor); color:var(--white); border-color:var(--hovercolor);}


.news_ul{ margin-bottom:30px; }
.news_ul li{ padding:30px 0; border-bottom:1px solid #eeeeee; }
.news_ul li:nth-child(1){ padding-top:0;}
.news_li{ align-items: center; transition: .4s all;}
.news_img{ flex:0 0 257px; overflow: hidden;}
.news_li:hover{ background: #f1f1f1; }
.news_li .news_img img{ width: 100%; transition:.4s all; }
.news_li:hover .news_img img{ transform: scale(1.1,1.1);}
.news_text{ flex:1; margin:0 30px 0 40px;}
.news_text h3{ font-size: 20px; color:var(--color0); font-weight: bold; margin-bottom:15px; transition: .4s all; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}
.news_text p{ font-size: 14px; line-height: 26px; color:var(--color6); margin-bottom:15px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_text time{ font-size: 14px; color:#aaaaaa;}
.news_li:hover .news_text h3{ color:var(--hovercolor); }

.server_ul{ margin-left:-12px; margin-right:-12px; margin-bottom:10px;}
.server_ul li{ padding-left:12px; padding-right:12px; margin-bottom:24px; flex:0 0 33.33%; }

.server_li{ background:#f5f5f5;}
.server_img{ overflow: hidden;}
.server_img img{ width:100%; transition: .4s all;}
.server_li:hover .server_img img{ transform: scale(1.1,1.1);}
.server_texts{ padding:35px 30px 50px 30px; transition: .4s all;}
.server_texts h3{ font-size: 17px; line-height: 30px; color:var(--color0); font-weight: bold; margin-bottom:15px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical; transition: .4s all;}
.server_texts p{ font-size: 15px; line-height: 28px; color:var(--color6); overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical; transition: .4s all;}

.server_li:hover .server_texts{background: var(--hovercolor);}
.server_li:hover .server_texts h3,.server_li:hover .server_texts p{ color:var(--white) !important; }

.know_ul{ margin-bottom:35px;}
.know_ul li{ padding:25px 0; border-bottom:1px solid #dddddd;  transition: .4s all;}
.know_ul li:nth-child(1){margin-top:-30px; }
.know_ul li:hover{ background: var(--hovercolor); color:var(--white);}
.know_li{ align-items: center;}
.know_li i{ display: block; flex:0 0 30px; text-align: center;}
.know_li i svg{ fill:var(--color0); transition: .4s all;}
.know_li h3{ flex:1; margin-left:10px; font-size: 15px; color:var(--color0);}
.know_li h3 a{ color:var(--color0);overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;}
.know_ul li:hover .know_li i svg{ fill:var(--white); }
.know_ul li:hover h3 a{ color:var(--white);}




.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: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:1450px){
.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%;}
   
.mySwiper35{ min-height: 500px;}
.mySwiper35 .swiper-button-prev,.mySwiper35 .swiper-rtl .swiper-button-next {  left: 10px !important; right: auto !important; top: auto !important; bottom: 2px !important; }
.mySwiper35 .swiper-button-next,.mySwiper35 .swiper-rtl .swiper-button-prev {  right: auto !important; left: 70px !important;top: auto !important; bottom: 2px !important;  }




 }
@media screen and (max-width:1360px){    

   /* .swiper12 .swiper-button-prev {  left: 45.8%;  }
    .swiper12 .swiper-button-next { right: 45.8%;  }*/
    
    .header_right { margin-left: 15px;}
    .item_text h3 {  font-size: 20px;}




}

@media screen and (max-width:1285px){
    .logos>a>img { max-height: 45px; }
    .innavs>li { padding: 0px 3px;}
    .item_text p { font-size: 12px;}
    .item_text {  margin-left: 10px;  }
    .item_ul li { flex:0 0 33.33%;}
    .sub_navs>a { padding: 10px 15px;}
    .contact_right { padding: 30px 25px 20px 35px; }
    .contact_text h3 {  font-size: 22px; line-height: 30px;  margin-bottom: 10px;}
    .contact_text>span { padding: 10px 18px; font-size: 18px;}




}
@media screen and (max-width:1105px){
    
    .innavs>li>a { font-size: 14px;}
    .in_chat a {  padding: 6px 10px;  font-size: 12px;}
    .item_ul li i { flex: 0 0 65px;  }
    .item_text h3 { font-size: 16px; margin-bottom: 5px; }
    .item_ul { padding: 15px 15px;}

}

@media screen and (max-width:1100px){
   




}

@media screen and (max-width:1005px){
    
    

}


@media screen and (max-width:980px){
   .header_mb { display:block;}
   .header_right{ display:none;}
   .header_mb {  top: 12px; }
   .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 {  padding: 10px 0;}
   .logos>a>img { max-height: 45px; }
   .item_text h3 { font-size: 14px;}

   .in_title h2 { font-size: 30px;margin-bottom: 10px;}
   .in_title p { font-size: 12px;}

   .in_server { padding: 45px 0 40px 0;}
   .server_article_text h3 { font-size: 18px; margin-bottom: 15px;}
   .server_article_text p { font-size: 13px;  line-height: 22px;}

   .server_article_img { margin-bottom: 15px;}
   .server_article { padding: 25px 15px 40px 15px;}
   .in_title {  margin-bottom: 30px;}
   .in_ad { padding: 45px 0 40px 0; }

   .in_ad_left { margin-right: 0; margin-bottom:40px; }
   .in_ad_right {  flex: 0 0 100%; }
    .in_ad_con{ margin-bottom: 75px;}

    .in_about {  padding: 45px 0 40px 0; }
    .in_about_text {  font-size: 14px;  line-height: 24px;  margin-bottom: 25px; }
    .in_customer { padding: 45px 0 40px 0; }
    .in_customer_con { max-width: 72%;   }

    .in_faq {  padding: 45px 0 50px 0; }
    .in_faq_left { flex: 0 0 100%; }
    .in_faq_right { flex: 0 0 100%; }
    .in_faq_list h2 { font-size: 14px;}
    .in_partner {  padding: 45px 0 45px 0; }
    .in_contact {  padding: 60px 0 65px 0;}
    .in_title2 h2 {  font-size: 30px; margin-bottom: 15px; }
    .in_title2 p { font-size: 15px;  line-height: 26px;}
    a.in_btn { font-size: 16px;  padding: 14px 70px;}
    .footer_alls{ display: none;}

    .about_content {  padding: 45px 0 40px 0; }
    .about_left {  margin-right: 0;  margin-bottom: 20px; }
    .about_right { flex: 0 0 100%; padding-top: 0; }
    .about_culture_con li {  flex: 0 0 50%; margin-bottom: 20px;}

    .server_texts {  padding: 25px 14px 25px 14px;}
    .server_texts h3 {  font-size: 14px; line-height: 24px; margin-bottom: 5px;}
    .server_texts p { font-size: 12px; line-height: 22px;}
    .location_line{ display: none;}

    .sub_content { padding: 20px 0 40px 0; }
    .news_text h3 { font-size: 16px; line-height: 26px;  margin-bottom: 3px;}
    .news_text p {  font-size: 12px;  line-height: 22px;  margin-bottom: 10px;}
    .news_text time { font-size: 12px;}
    .news_text { margin: 0 0px 0 20px;  }
    .cases_ul{ margin-left:-5px; margin-right:-5px; }
    .cases_ul li {  padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
    .cases_img { margin-bottom: 15px;}
    .cases_li h3 { font-size: 14px;}
    .cases_li {  padding-bottom: 5px; }
    .know_ul{ margin: 40px 0;}
    .know_li h3 { margin-left: 5px;  font-size: 14px;}
    .know_li i { flex: 0 0 18px;}

    .contact_con {  padding: 35px 0 40px 0; }
    .contact_left { flex: 0 0 100%; order:1;}
    .contact_right { margin-bottom: 20px;}
    .contact_feedback { padding: 40px 0 55px 0; }




}



@media screen and (max-width:780px){
    .item_ul li {  padding: 0 5px;flex-wrap: wrap;}
    .item_ul li i { flex: 0 0 100%;  }
    .server_ul{ margin-left:-6px; margin-right: -6px;}
    .server_ul li { padding-left: 6px;  padding-right: 6px; margin-bottom: 12px;  flex: 0 0 50%; }
    .in_title1 h2 { font-size: 30px;  margin-bottom: 10px; }
    .in_title1 p { font-size: 20px;}
    .in_title1 { margin-bottom: 30px;}
    .in_ad_left h3 {  font-size: 20px; margin-bottom: 15px;}
    .in_ad_text { font-size: 14px;  line-height: 24px;  margin-bottom: 20px;  }
    a.in_detail {  font-size: 12px; padding: 10px 20px; }


    .ad_jt {  width: 36px;  height: 37px; line-height: 32px;}
    .ad_jt svg {  margin: 0 7px;  }
    .mySwiper35 .swiper-button-next, .mySwiper35 .swiper-rtl .swiper-button-prev { left: 60px !important;}
    
    .in_customer_img i img {  width: 100px; height: 100px;}
    .in_customer_img span { font-size: 100px;  height: 50px;  margin-bottom: 20px; }
    .in_customer_text h3 { font-size: 16px;  margin-bottom: 10px; }
    .in_customer_name h2 {  font-size: 16px; }
    .in_customer_name time { font-size: 12px;}
    .in_customer_text p {  margin-bottom: 20px; }
    .partner_jt { width: 36px; height: 36px; line-height: 30px;}
    .partner_jt svg { margin: 0 7px; }

    .in_faq_list dt span {  height: 45px; line-height: 45px;  font-size: 16px;  flex: 0 0 45px;}
    .in_faq_list dt {  height: 45px; padding: 0 45px 0 0;}
    .in_faq_list dt::before { right: 15px; top: 22px; width: 15px;}
    .in_faq_list dt::after { right: 22px; top: 15px; height: 15px;}

    .in_partner_list{ margin-left:-5px; margin-right:-5px; }
    .in_partner_list li {  flex: 0 0 33.33%;  padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }

    .banner_jt svg {  width: 1em;}
    .about_con { font-size: 14px;  line-height: 24px;}

    .culture_list i { margin-bottom: 21px; }
    .culture_list i img{ max-width: 40%;}
    .culture_list h3 { font-size: 18px;  margin-bottom: 16px; }
    .culture_list p { font-size: 12px; line-height: 24px;}
    .culture_img{ display: none;}
    .culture_list {  padding: 20px 15px 25px 15px}
    .about_culture_con{margin-left:-5px; margin-right:-5px;}
    .about_culture_con li{ padding-left:5px; padding-right:5px; margin-bottom:10px; }

    .locations{ display: none;}
    .sub_content {  padding: 25px 0 30px 0;  }
    .sub_navs { margin-bottom: 25px; justify-content: flex-start; }
    .sub_navs>a { font-size: 12px; padding: 5px 6px; margin: 0 2px 4px 2px; }
    .news_dtitle { font-size: 18px; padding: 0px 0 15px 0;}
    .news_dspan {  font-size: 12px; margin-bottom: 2px;}
    .news_content {  line-height: 24px; font-size: 13px; margin-bottom: 40px;  padding: 30px 5px 0 5px; }
    .other_news { padding: 20px 0 0 0;   font-size: 12px;  }

    .other_news li {  padding: 6px 2px; }
    .news_img { flex: 0 0 200px;}
    .copyright { padding: 16px 0;font-size: 12px; line-height: 20px;}


}

@media screen and (max-width:640px){
    .header_mb {  top: 6px; }
    .logos>a>img { max-height: 34px; }
    .item_ul {  padding: 15px 5px; }
    .item_text{ text-align: center; flex:1;margin-left: 0; }  
    .item_text p{ display: none;}
    .item_ul li {  padding: 0 3px;flex-wrap: wrap;}
    .item_ul li:nth-child(1){ flex:0 0 25%;}
    .item_ul li:nth-child(2){ flex:0 0 30%;}
    .item_ul li:nth-child(3){ flex:0 0 45%;}
    .item_ul li i { text-align: center; margin-bottom: 5px;}
    .item_ul li i img{ height: 35px;}
    .item_text h3 {  flex:1; font-size: 12px;text-align: center; }
    .in_title h2 { font-size: 20px; margin-bottom: 7px; }
    .in_title {  margin-bottom: 20px; }
    .server_ul li {  flex: 0 0 100%; }
    .in_title1 h2 { font-size: 24px; margin-bottom: 5px; }
    .in_title1 p {  font-size: 16px; }

    .in_title2 h2 { font-size: 21px;  }
    .in_title2 p { font-size: 14px; line-height: 24px; }
    .in_contact { padding: 45px 0 45px 0; }
    .server_article_img img { max-width: 40%;}

    .in_item {  margin-top: 10px;}
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px !important;
    }
    .item_ul {  background: #f5f5f5; box-shadow: none; }
    .culture_list h3 {  font-size: 16px;  margin-bottom: 14px; }
    .culture_list span { width: 30px;  margin-bottom: 10px; }
    .culture_list i { margin-bottom: 10px; }
    .about_culture { padding: 5px 0 20px 0;  }

    .news_img {  flex: 0 0 35%; }
    .news_text p{ display: none;}
    .news_text h3 { font-size: 14px; line-height: 22px; margin-bottom: 5px; }
    .news_text {  margin: 0 0px 0 15px; }
    .news_ul li { padding: 10px 0;}
    .know_ul { margin: 20px 0;  }
    .know_ul li {  padding: 15px 0}
    .know_li h3 {     font-size: 13px; }
    .contact_text h3 {  font-size: 18px; line-height: 28px;  }
    .contact_right_text { font-size: 14px;  line-height: 24px; margin-bottom: 20px; }
    .contact_right {   padding: 30px 20px 20px 20px;  }

    .in_feedback_list li:nth-child(-n+2) {  flex: 0 0 100%; }
    input,input::placeholder {  font-size: 14px; }
    .in_feedback_list li { margin-bottom: 10px;}
    

}


@media screen and (max-width:550px){
    
   
   

}


@media screen and (max-width:450px){    
    

}


@media screen and (max-width:390px){
  

}