@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: Alimama;
  src: url(../fonts/Alimama/AlimamaDongFangDaKai-Regular.woff);
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.poppins{
  font-family: poppins;
}
body {
  width: 100%;
  font-size: 0.28rem;
}
.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
.pc {
  display: none !important;
}
.container { width: 92%; margin: auto;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  /* flex: 1; */
}
i.fa {
  font-size: 0.48rem;
}



.container1{width: 92%;margin: auto;}
.container2{width: 92%;margin: auto;}
.container{width: 92%;margin: auto;}



/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 30px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.childmenu a {
  padding: 10px 20px 10px 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}

.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}


/* 主体 */
.tit{position: relative;width: 100%;text-align: left;position: relative;}
.tit .more{position: absolute;right: 0px;top: 0px;line-height: 2;}
.tit .more a{font-size: calc(0.1vw + 14px);line-height: 1;color:#999999;}
.tit .catname{font-size:calc(0.6vw + 16px);line-height: 1;color:#1e579a;line-height: 1;padding-bottom: 20px;border-bottom: 2px solid #e3e3e3;}
.tit .catname::after{content:"";position: absolute;left: 0px;bottom: 0px;width: 100px;height:6px;background: linear-gradient(90deg,#2079c7,#1e589a 100%);}

.orientation {
  margin: 25px auto 0px;
  line-height: 30px;
}

/* 首页banner */

.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0; width:100%;margin: auto;margin-top: 50px;}
.index-banner img{
    max-width:100%;
    margin: auto;
   
    transition:1s linear 2s;
    transform:scale(1.1,1.1) rotate(0.1deg);
    }
    .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1) rotate(0.1deg);
    }	

.swiper-button-prev{left: -40px;width: 20px;height: 20px;overflow: hidden;display: none;}
.swiper-button-next{right: -40px;width: 20px;height: 20px;overflow: hidden;display: none;}
.index-banner .swiper-button-next{outline:none;color:#ffffff;right: 20px;}
.index-banner .swiper-button-prev{outline:none;color:#ffffff;left: 20px;}



/* 内页banner */
.inside-banner {overflow: hidden;position: relative;margin-top: 50px;}
.inside-banner .bannerimg{font-size: 0;line-height: 0;}
.inside-banner .bannerimg img{max-width: 100%;}
.inside-banner .container{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); z-index: 1;}
.inside-banner .container .en{color:#ffffff;font-size: calc(14px + 0.3vw);line-height: 1;}
.inside-banner .container .cn{color:#ffffff;font-size: calc(0.9vw + 20px);line-height: 1.7;}




/* 内页导航 */

.inset {width: 100%;  overflow: hidden;padding: 20px 0px;min-height:calc(100vh - 370px); background: #ffffff;}
.inset table td{padding:0px 10px;}
.inset img{max-width: 100%;}
.inset-cate {margin-bottom: 20px;}
.inset-cate .cate-title{font-size: calc(1.2vw + 14px);line-height: 1; color: #1f5fa3; margin-bottom: 15px;}
.inset-cate .cate-entitle{font-size: calc(0.5vw + 14px);line-height: 1;}

.inset .editor img{max-width: 100%;}

.sidenav{overflow:hidden;border-bottom: 1px solid #e5e5e5;}
.sidenav .crumb{float: left; color: #666666;line-height:40px;}
.sidenav .crumb a{color: #666666;}
.sidenav .right{overflow: hidden;display: none;}
.sidenav ul{overflow: hidden;}
.sidenav ul li{float:left; width: 33%; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 40px;text-align: center;}
.sidenav ul li a {color: #333333;  font-size:15px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #1e579a; }
.sidenav .search{float: right;}
.sidenav .search .form{width:260px;height:45px; background: #f9f9f9;border-radius: 23px;overflow: hidden;}
.sidenav .search input{width: 220px;float: left; height: 45px;border: none;background: #f9f9f9;outline: none;text-indent: 30px;}
.sidenav .search .icon{float: left;line-height: 45px;}



.iProducts{width: 100%;padding: 20px 0px ;width: 100%;overflow: hidden;}

.iProducts .cat-title{width: 100%;}
.iProducts .cat-title ul{display: flex;justify-content: center;flex-wrap: wrap; align-items: center;margin: 40px auto;}
.iProducts .cat-title ul li{height: 45px;margin: 0px 5px; display: block;text-align: center;overflow: hidden;text-align: left;margin-bottom: 10px;}
.iProducts .cat-title ul li a{display: block;padding:0px 25px;line-height:45px;background: #f9f9f9;color:#666666;font-size: 16px;}
.iProducts .cat-title ul li.active a{background: #edf6fa;color:#1e579a;}
.iProducts .iProducts_details{width: 100%;}
.iProducts .iProducts_con{overflow: hidden;}
.iProducts .iProducts_con ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.iProducts .iProducts_con ul li{float: left;overflow: hidden;width: calc(25% - 20px);margin-bottom: 10px;position: relative;}
.iProducts .iProducts_con ul li a{width:calc(100% - 0px);margin: auto;display: block;position: relative;}
.iProducts .iProducts_con ul li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;border-radius: 5px;}
.iProducts .iProducts_con ul li .image img{max-width: 100%;max-height: 100%;border-radius: 5px;transition: 0.6s;}
.iProducts .iProducts_con ul li .des{position: absolute; left:10%; top:15%; font-size: calc(16px + 0.6px) ;font-size: 20px; line-height: 30px;padding:10px 0px; color: #ffffff; transition: 0.3s; }
.iProducts .iProducts_con ul li .title{ position: absolute; left:10%; top:calc(15% + 45px); font-size: calc(16px + 1.1vw) ;line-height: 25px;padding:10px 0px; color: #ffffff; transition: 0.3s;}
.iProducts .iProducts_con ul li .more{position: absolute; left:10%; bottom:48px; font-size:16px ;width: 150px;height: 48px;border-radius: 24px;border:1px solid #ffffff; line-height: 48px; text-align: center; color: #ffffff; transition: 0.3s;}




.iAbout{ position: relative;overflow: hidden;background: #f3f5f7;padding: calc(10px + 5.5vw) 0px calc(10px + 8vw);  margin: auto;background: url("../images/about_bg.jpg")no-repeat center;background-size: cover;}
.iAbout .iAbout_details{margin-top: 40px;}
.iAbout .iAbout_details ul{display: flex;justify-content: center;flex-wrap: wrap;}
.iAbout .iAbout_details ul li{width:40%;background: rgba(255,255,255,0.6);float: left;margin-right: 5%;border-radius: 25px;padding: 60px 0px;}
.iAbout .iAbout_details ul li:nth-child(2n){margin-right: 0px;}
.iAbout .iAbout_details ul li .image{display: flex;align-items: center;justify-content: center;height: 85px;}
.iAbout .iAbout_details ul li .title{font-size: calc(24px + 0.9vw);color: #333333;text-align: center; line-height: 2;  position: relative;transition: 0.3s;}
.iAbout .iAbout_details ul li .summary{color: #666;transition: 0.3s;text-align: center; line-height: 2;margin-bottom: 25px; }
.iAbout .iAbout_details ul li .more{display: flex;align-items: center;justify-content: center;}

.iNews{width: 100%;padding: 15px 0px 15px;overflow: hidden;}
.iNews .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNews .tit{margin-bottom: 22px;}
.iNews .iNews_details{width:100%;overflow: hidden;}
.iNews .iNews_details .fl{width: calc(100% - 40px);float: left;background: #ffffff;padding: 20px;border-radius: 10px;margin-bottom:15px;}
.iNews .fl .details_con ul li {position:relative; overflow: hidden;margin-bottom: 6px;border-radius: 12px;}
.iNews .fl .details_con ul li a{display: block;}
.iNews .fl .details_con ul li a .image{width: 100px;height:120px; float: left;margin-right: 5px;overflow:hidden;display:flex;align-items:center;}
.iNews .fl .details_con ul li a .image img{max-width: 100%;max-height: 100%;border-radius: 5px;transition:0.6s;}
.iNews .fl .details_con ul li a .details{width: calc(100% - 135px);float: left;background: #f9fbff;padding:12px 15px;border-radius: 15px;}
.iNews .fl .details_con ul li a .title {width:100%;font-size: calc(0.2vw + 14px);color: #333333; line-height: 25px;transition: 0.3s;position: relative;text-align:justify;}
.iNews .fl .details_con ul li a .summary{display:none; width: calc(100% - 30px);font-size: calc(0.1vw + 14px);line-height: 22px;color: #999;position: relative;}
.iNews .fl .details_con ul li a .date{width: calc(100% - 30px);padding-left: 30px;font-size: calc(0.1vw + 14px);line-height: 22px;color: #999;position: relative;}
.iNews .fl .details_con ul li a .date::after{content: "";position: absolute;left: 0px;top:0;background: url("../images/riliriqi.png")no-repeat center; width: 30px;height:100%;}

.iNews .fl .details_con ul li a .more {font-size: calc(0.1vw + 14px);line-height: 2;color: #999;transition: 0.3s;}


.iNews .iNews_details .fr{width: calc(100% - 40px);float: right;background: #ffffff;padding: 20px;border-radius: 10px;}
.iNews .fr .details_con ul li {position:relative; overflow: hidden;padding: 15px 0px;background: #f9fbff;margin-bottom: 6px;border-radius: 12px;}
.iNews .fr .details_con ul li a{display: block;width: calc(100% - 20px);padding: 0px 10px;}
.iNews .fr .details_con ul li a .title {width:100%; float: left; font-size: calc(0.2vw + 14px);color: #333333; line-height: 35px;transition: 0.3s;position: relative;text-align:justify;}

.iNews .fr .details_con ul li a .date{width: 100px;float: right;text-align: right;font-size: calc(0.1vw + 14px);line-height: 35px;color: #999;}
.iNews .fr .details_con ul li a .more {font-size: calc(0.1vw + 14px);line-height: 2;color: #999;transition: 0.3s;}


.iService{width: 100%;overflow: hidden;padding: 0px 0px 15px;}
.iService .container{}
.iService .iService_details{background: #ffffff;width: calc(100% - 60px); padding: 30px;border-radius: 10px;}
.iService .details_con ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.iService .details_con ul li{width: 100%;float: left;margin-bottom: 20px;background: linear-gradient(to right,#f7f8f9,#f5f9ff);padding: 20px 0px;border-radius: 10px;}
.iService .details_con ul li:last-child{margin-bottom: 0px;}
.iService .details_con ul li .details{border-radius: 10px;}
.iService .details_con ul li .details .icon{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;}
.iService .details_con ul li .details .icon img{max-width: 100%;max-height: 100%;}
.iService .details_con ul li .details .title{font-size: calc(16px + 0.6px) ;font-size: 20px; text-align: center;line-height: 30px;padding:10px 0px; color: #333333;}
.iService .details_con ul li .details .summary{font-size: calc(13px + 0.15vw) ;line-height: 2;text-align: center; color: #666666;}


.iMember{padding:45px 0px;overflow: hidden;background: url("../images/service_bg.png")no-repeat top center;background-size: cover;}
.iMember .tit .catname{color:#ffffff;margin-bottom:calc(30px + 1.5vw);}
.iMember .tit .catname::after{background: #ffffff;}
.iMember .tit  a{color:#ffffff;}
.iMember_details{overflow: hidden;width: calc(100% - 60px); padding: 30px;}
.iMember_details .member_swiper{margin-top: 30px;overflow: hidden;padding-bottom:50px;}
.iMember_details .imagea{display: flex;align-items: center;justify-content: center;overflow: hidden;height: 260px;}
.iMember_details .imagea img{height: 100%;transition:0.6s;}
.iMember_details .swiper-pagination{bottom: 0px;}
.iMember_details .swiper-pagination-bullet{width: 12px;height: 12px;background: #ffffff;opacity: 1;}
.iMember_details .swiper-pagination-bullet-active{background: #1e579a;}
.iMember_details .title{text-align:center;font-size:calc(14px + 0.2vw); line-height:2;color:#ffffff;margin-top:12px;}


.iDevelop{overflow: hidden;}
.iDevelop_details{width: calc(100% - 60px);padding: 30px;background: #ffffff;border-radius: 10px;overflow: hidden;}
.iDevelop .tit{margin-bottom: 40px;}
.iDevelop .iDevelop_details .fl{background: #f7f8f9;border-radius: 10px;width: calc(100% - 40px);padding: 20px; float: left;}
.iDevelop .iDevelop_details .fl .title{font-size: calc(16px + 0.6px) ;font-size: 20px;line-height: 30px;padding:10px 0px; color: #1e579a;position: relative;margin-bottom: 10px;padding-bottom: 10px;}
.iDevelop .iDevelop_details .fl .title::after{content: "";position: absolute;left: 0px;bottom:0; background:#1e579a; width: 40px;height:5px;}
.iDevelop .iDevelop_details .fl .summary{font-size: calc(13px + 0.15vw) ;line-height: 1.8;min-height:136px;  color: #1e579a;}
.iDevelop .iDevelop_details .fl a{font-size: calc(13px + 0.15vw) ;line-height: 2;background: #ffffff;  color: #1e579a;display: block;margin-top: 20px;width: 160px;height: 50px;text-align: center;line-height: 50px;}
.iDevelop .iDevelop_details .fr{background: #f7f8f9;border-radius: 10px;width: calc(100% - 40px);padding: 20px; float: right;}
.iDevelop .iDevelop_details .fr ul li{float: left;margin-right:40px ;height:90px;display:flex;align-items:center;justify-content:center; width: 48%;margin-right: 4%;margin-bottom: 12px;background:#ffffff;}
.iDevelop .iDevelop_details .fr ul li img{width: 100%;object-fit: cover;transition:0.6s;}
.iDevelop .iDevelop_details .fr ul li:nth-child(2n){margin-right: 0px;}



.iLink{width: 100%;padding: calc(20px + 2vw) 0px ;}
.iLink_details{width: calc(100% - 60px);padding: 30px;background: #ffffff;border-radius: 10px;}
.iLink_details .details_con{margin-top: calc(20px + 1.5vw);}
.iLink_details ul{display: flex;flex-wrap: wrap;}
.iLink_details ul li{width: calc(100% - 15px);float: left;position: relative;padding-left: 15px;}
.iLink_details ul li:nth-child(2n){margin-right: 0px;}
.iLink_details ul li:after{content: "";position: absolute;left:0 ;top:calc(50% - 4px);width: 8px;height:8px;background: #cbcbcb;border-radius: 50%;}
.iLink_details ul li a{font-size: 16px ; line-height: 30px;padding:5px 0px; color: #1e579a;display: block;}



.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 32px);font-size: 0;padding: 16px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: space-between;}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#8ed8ac;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}





.iMessage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul .w50{width:calc(100% - 0px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul .w100{width:calc(100% - 0px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul li p{margin-bottom: 10px;}
.iMessage ul li p span{color: #e60012;}
.iMessage ul li input{width:calc(100% - 2px);text-indent:10px; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.iMessage ul li textarea{width:calc(100% - 2px);text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;outline: none;border-radius:5px;}
.iMessage ul .captcha{width: 100%;margin-bottom:12px;}
.iMessage ul .captcha input{width:108px;margin-right: 10px;}
.iMessage ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.iMessage .messagesubmit{width: 338px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #1e579a;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}



.abouttit{padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}
.abouttit .des{color:#30416b;font-size:18px;}

.aboutpage1{width: 100%;overflow: hidden;background: #f8f8f8 ;padding: calc(2vw + 10px) 0 calc(4vw + 10px); }
.aboutpage1 .container{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.aboutpage1 .image{width: 100%;display: flex;justify-content: center;}
.aboutpage1 .image img{max-width: 120px;}
.aboutpage1 .detail{width: 100%;}
.aboutpage1 .detail .title{font-size: calc(1.3vw + 24px);margin-bottom: 10px;text-align: center;}
.aboutpage1 .detail .con{font-size: calc(0.1vw + 14px);color: #666666;max-width: 765px;}
.aboutpage1 .detail .con span{text-align: right;width: 100%; display: block;}

.aboutpage2{position: relative;overflow: hidden;background: #f8f8f8 ;padding: 0 0 calc(5vw + 10px); }
.aboutpage2 .aboutlist ul{width: 100%; display: flex;flex-wrap: wrap;}
.aboutpage2 .aboutlist ul li{width: calc(33% - 10px);margin-bottom: calc(10px + 1vw);text-align: center;}
.aboutpage2 .aboutlist ul li .numCX{font-size: 24px;line-height: 1.5; color:#199290;}
.aboutpage2 .aboutlist ul li sub{font-size: 14px;color:#199290;}
.aboutpage2 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#333333}
.aboutpage2 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}

.aboutpage3{overflow: hidden;background: #ffffff;}
.aboutpage3 .abouttit{color:#ffffff;}
.aboutpage3 .container{display: flex;justify-content: space-between;flex-wrap: wrap;padding: calc(2vw + 10px) 0 calc(4vw + 10px);}
.aboutpage3 .left{width: 100%;}
.aboutpage3 .left .title{font-size: calc(1.3vw + 24px);margin-bottom: 10px;}
.aboutpage3 .aboutlist ul{max-width: 300px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage3 .aboutlist ul li{width: calc(50% - 10px);margin-bottom: calc(10px + 1vw);}
.aboutpage3 .aboutlist ul li .numCX{font-size: 40px;line-height: 1.5; color:#199290;}
.aboutpage3 .aboutlist ul li sub{font-size: 1vw;color:#199290;}
.aboutpage3 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#333333}
.aboutpage3 .right{width: 100%;}






/*招才纳贤 */

.recruitpage1{display: flex;justify-content: space-between;}
.recruitpage1 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;text-align: center;}
.recruitpage1 .details .list{width:100%;float: left;background: #f3f5f7;margin-bottom: 20px;}
.recruitpage1 .details .detail{padding:20px 10px;width: calc(100% - 20px); display: flex; align-items: center;justify-content: center;}
.recruitpage1 .details .detail .flex{text-align: center;max-width: 375px;}
.recruitpage1 .details .detail .flex .image{display: flex;justify-content: center;}
.recruitpage1 .details .detail .flex .title{font-size: calc(16px + 0.7vw); color: #1e579a;}
.recruitpage1 .details .detail .flex .summary{font-size: calc(14px + 0.2vw); color: #000000;}
.recruitpage1 .details .detail .flex .key{font-size: calc(20px + 1.5vw); color: rgba(28,28,28,0.1);line-height: 1;margin-top: 20px;position: relative;}
.recruitpage1 .details .detail .flex .key::before{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% + 35px);top: 50%;}
.recruitpage1 .details .detail .flex .key::after{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% - 95px);top: 50%;}
.recruitpage1 .details .con{font-size: 0;line-height: 0;overflow: hidden;}
.recruitpage1 .details .con img{max-width: 100%;transition: 0.6s;}


.recruitpage2{position: relative;width: 92%;margin: auto; margin-bottom: calc(20px + 2vw);background: #f3f5f7;transition: 0.6s;border-radius: 10px;overflow:hidden;}
.recruitpage2 .container{padding: 20px 0px;}
.recruitpage2 .image{border-radius: 10px; overflow:hidden;width: 100%;}
.recruitpage2 .container .recruittitle{color: #000000;font-size: calc(22px + 0.4vw);}
.recruitpage2 .container .details{color: #000000;max-width: 1000px;text-align: justify;}




.recruitpage3{overflow: hidden;width: 92%;margin: auto;background: #f3f5f7;padding: 20px 0px 0px;border-radius: 20px;}
.recruitpage3 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;}
.recruitpage3 .ygfcSwiper{overflow: hidden;padding-bottom: 40px;}
.recruitpage3 .ygfcSwiper .image{overflow: hidden;border-radius: 15px;}
.recruitpage3 .ygfcSwiper .image img{transition: 0.6s;}

.recruitpage4{}
.recruitpage4 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding: calc(20px + 2vw) 0px calc(20px + 1vw); line-height: 1;}
.recruitpage4 .details .list{width: 100%;float: left;margin-bottom: 20px;}
.recruitpage4 .details .list .image{transition: 0.6s;}






.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:100%;overflow:hidden;background:#f9f9f9;border-radius:5px;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}


.article .details{width: 100%;overflow: hidden;}
.article .details li {position:relative;width:100%;overflow: hidden;background: #f8f8f8;border-radius: 10px;margin-bottom: 10px;}
.article .details li a {width: calc(100% - 20px);padding:10px;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.article .details li a .image{overflow: hidden;border-radius: 10px;width: 100px;height:60px; font-size: 0;line-height: 0;display:flex;align-items:center;justify-content:center;}
.article .details li a .image img{transition: 0.6s;}
.article .details li a .detail{width: calc(100% - 120px);}
.article .details li a .title {width: 100%; font-size: calc(0.3vw + 14px);color: #333333;line-height: 30px;  transition: 0.3s;text-align:justify;}
.article .details li a .date { font-size:  calc(0.2vw + 12px);line-height: 2;color: #1e579a;transition: 0.3s;position: relative;float:right;text-align:right;}
.article .details li a .summary{display:none; width: 100%; font-size: calc(0.1vw + 14px);color: #666666;line-height: 30px;height:60px;overflow:hidden; text-overflow: ellipsis;
  }

.articlelist{}
.articlelist .details li {margin-bottom: 18px;background: #f8f8f8;padding:0px 10px;width: calc(100% - 20px);border-radius: 15px;}
.articlelist .details li a { center;padding:15px 0px 15px 0px;width:100%; display: flex;justify-content: space-between; align-items: center; font-size: 16px;  overflow: hidden;}
.articlelist .details li a .title {width: 100%; font-size: calc(0.2vw + 16px);color: #333333;line-height: 35px;text-align:justify;}
.articlelist .details li a .date {float:right; font-size: calc(0.2vw + 14px);color: #1f599c;line-height: 35px;white-space: nowrap;flex: 0 0 100px;text-align: center;}


.articlebazn{}
.articlebazn ul{width: 100%;max-width: 1040px;margin: auto;}
.articlebazn ul li{width: 100%;background: #f8f8f8;border-radius: 15px;margin-bottom: 20px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.articlebazn ul li:last-child{margin-bottom:0;}
.articlebazn ul li .detail{width: calc(100% - 40px);padding:40px 20px;line-height:2;}
.articlebazn ul li .detail .title{width: 100%; font-size: calc(0.7vw + 16px);color: #1f5fa3;line-height:1;text-align: center;position: relative;padding-bottom: calc(0.7vw + 16px);margin-bottom: calc(0.7vw + 16px);}
.articlebazn ul li .detail .title::after{position: absolute;content:"";width: 36px;height: 4px;border-radius: 2px; background: #1f5fa3;left: calc(50% - 15px);bottom: 0;}



.articleshow{margin: auto;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:15px ;color: #000;text-align:center;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;text-align:center;margin-bottom:calc(15px + 1vw);}



.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:10px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#999;line-height: 25px;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .info{}
.article_show1 .image{display: flex;justify-content: center;}



.contactcol .contact-tit{font-size: calc(18px + 0.4vw);margin-bottom: calc(10px + 0.5vw);color: #1e579a;}
.contactlist{width: 100%;}
.contactlist-tit{font-size: calc(20px + 0.5vw);margin-bottom: calc(10px + 0.5vw);font-weight: bold;color: #000000;}
.contactlist ul {display: flex;justify-content: space-between; padding:10px 0px;flex-wrap:wrap;}
.contactlist ul li{margin-bottom: 10px;background: #f8f8f8;padding:20px; width: 100%;color:#666666;border-radius: 10px; display: flex;align-items: center;justify-content: space-between;}
.contactlist ul li .image{width: 50px;float: left;}
.contactlist ul li .detail{width: calc(100% - 50px);float: right;}
.contactlist ul li .tt{font-size: calc(14px + 0.2vw);color: #000;white-space: nowrap;}
.contactlist ul li .con{font-size: calc(14px + 0.1vw);line-height: 2;}





/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}






.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture .detail li .title { font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}


.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
/* .picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture1 .detail li .title {  text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}

.honor .image{height: 140px;}

.productlist .detail {  display: flex;  flex-wrap: wrap;}
.productlist .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.productlist .detail li:nth-child(2n) {  margin-right: 0;}
.productlist .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;height: 120px;background:#f8f8f8;}
.productlist .detail li .image img{max-width: 100%;height: 100%;}
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.productlist .detail li .title { font-size: 14px;line-height: 20px;height: 20px; color: #000;  margin: 5px 0 0;position: relative; text-align: center;}



.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #1e579a;}
.productshow .productshow-des{margin-bottom: 40px;}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width:100%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{overflow: hidden;}
.content-part-one .fl img{transition: 0.6s;}
.content-part-one .fr{width: 100%;float: right;padding: 20px 0px; border-radius: 20px; background: #e8edf4;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #666666; }
.content-part-one .fr .specification{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .indication{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .department{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .span{float: left;color: #1e579a;}
.content-part-one .fr .button a.pdf{height: 50px;transition: 0.3s;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.content-part-two{width: 100%;overflow: hidden;border-top: 1px solid #ebecef; margin: 20px auto 0;position: relative;}
.content-part-two .part-two-con{margin: auto;}
.content-part-two .part-two-con p{width: calc(100% - 40px);transition: 0.3s; padding: 10px 0px 10px 40px;border-bottom: 1px solid #ebecef;position: relative;color: #10529c;font-size: 18px;}
.content-part-two .part-two-con p::after{content: "";left:16px;top: 25px; position: absolute;width:6px;height: 6px;border-radius: 3px;background: #10529c;}
.content-part-two .part-two-con p::before{content: "";left:12px;top: 21px; position: absolute;width:12px;height: 12px;border-radius: 7px;border: 1px solid #10529c;}

.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #1e579a;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #1e579a;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#1e579a;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}






.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 30px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{ font-size: 24px;color:#ffffff;}
.content-message .iMessage ul{padding: 20px 0px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;line-height:60px;}
.content-message .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.content-message .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.address input{width: 50%;}
.content-message .iMessage ul li.name input{width: 50%;}
.content-message .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #ffffff;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload .tt{color:#ffffff;margin-top: 15px;}
.content-message .addfile{position: relative;margin: 10px 0 20px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;margin-top: 15px;}
.content-message .upload p{color:#ffffff}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #ffffff;border: 1px solid #eee;box-shadow: 0px 0px 2px 0px #eeeeee;transition: 0.3s; border-radius: 25px;z-index: 10000;height: 600px;overflow-y: scroll;}
.fixedmessage .iMessage{ width: 100%;height: 100%;position: relative;}
.fixedmessage .iMessage .cnname{width: calc(100% - 60px);padding:20px 30px;font-size: 24px;color:#333333;border-bottom: 1px solid #eeeeee;}
.fixedmessage .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.fixedmessage .iMessage ul li{width: calc(100% - 42px);padding: 0px 20px;overflow:hidden;margin-bottom:20px;background: #ffffff;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#ffffff;line-height:40px;}
.fixedmessage .iMessage ul li input{text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.fixedmessage .iMessage ul li textarea{text-indent:10px; float:left;height:120px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.fixedmessage .iMessage ul li.address input{width: 50%;}
.fixedmessage .iMessage ul li.name input{width: 50%;}
.fixedmessage .iMessage .messagesubmit{width: 250px;margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #8ed8ac;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
}
.fixedmessage .tt2{color:#000000;}
.fixedmessage .upload .tt{color:#000000;margin-top: 15px;}
.fixedmessage .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.fixedmessage .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.fixedmessage .upload p{color:#000000}

.fixedmessage.current{bottom: 20px;}






/* 底部 */
.footer { position: relative;overflow: hidden;width:100%;margin: auto;background: #1f1f1f;}
.footer_top{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footer_logo{padding:20px 0px;width: 100%; display: flex;justify-content:center;align-items: center;}
.footer-lxfs{color: #222222;width: 100%;padding-bottom:20px;}
.footer-lxfs ul{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.footer-lxfs ul li{position: relative;}
.footer-lxfs ul li .image{display: flex;justify-content: center;}
.footer-lxfs ul li .title{font-size: 22px;color: #ffffff;text-align: center;}
.footer-lxfs *{color: #ffffff;}

.footer-nav{width: 100%;padding:20px 0px;border-top: 1px solid #313131;}
.footer-nav ul{width: 100%; display: flex;justify-content: space-between;}
.footer-nav ul li{}
.footer-nav ul li .nv{color: #ffffff;display: block;font-size: 22px;}
.footer-nav ul li .sub-menu a{font-size: 16px; color: rgba(255,255,255,0.5);display: block;text-align: center;}

.footer-bottom {color: rgba(255,255,255,0.5);border-top: 1px solid #313131;padding: 15px 0px;}
.footer-bottom .footer-copyright{line-height: 30px;color:#ffffff;}
.footer-bottom .footer-copyright a{color:#ffffff;}
.footer-bottom .right{color: #999999;}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #1e579a;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}

.bg-gray {
  /* background: #f8f8f8; */
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}