
@font-face {
  font-family: Inter-UI;
  font-weight: 600;
src: url(font/Inter-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: SansSerif;
  font-weight: 600;
src: url(font/Inter-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN;
  font-weight: 600;
src: url(font/SourceHanSansCN-Normal.ttf) format('truetype');
  font-display: swap;
}
/* 图标字体类 */
@font-face {
  font-family: "iconfont"; /* Project id 4493751 */
  src: url('iconfont.woff2?t=1712124438295') format('woff2'),
       url('iconfont.woff?t=1712124438295') format('woff'),
       url('iconfont.ttf?t=1712124438295') format('truetype');
}
.text-of1{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-of2{
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo-blank{
  width:100%;
  height:84px;
  display:block;
}
.container{
  width:1240px;
  margin-left:auto;
  margin-right:auto;
}
body{
  font-family: SourceHanSansCN;
}
.wrapper{
  width:1360px;
  margin-left:auto;
  margin-right:auto;
}
/* header */

/* 子页面头部 */
.inner-header{
  width:100%;
  height:84px;
  background:#fff;
  position:fixed;
  top:0;
  border-bottom:1px solid #ebebeb;
  z-index:999;
}
.inner-header .logo{
  float:left;
  width:240px;
  margin-top:10px;
}
.inner-header .logo img{
  width:240px;
  height:auto;
  display: block;
}
.inner-header .menu{
  float:left;
  width:840px;
  height:84px;
  margin:0 20px 0 50px;

}
.inner-header .menu .menu-item{
  line-height:84px;
  width:120px;
  text-align:center;
  float:left;
  position:relative;
}
.inner-header .menu .menu-item span{
  width:14px;
  font-size:14px;
  padding:0;
  margin:0;
  display:inline-block;
  color:#555;
}
.inner-header .menu .menu-item .ask{
  display:inline-block;
  padding:2px 7px;
  border-radius: 5px;
  line-height:20px;
  color:#fff;
  background:#2d328d;
}
.inner-header .menu .menu-item::after{
  content:'';
  display:block;
  width:1px;
  height:18px;
  right:0;
  top:34px;
  background:#ddd;
  position:absolute;
}
.inner-header .menu .menu-item a{
  color:#333;
}
.inner-header .menu .menu-item a:hover{
  color:#2d328d;
}
.inner-header .menu .menu-item.productToggle{
  position:relative;
}
.inner-header .menu .menu-item.productToggle.cur a{
  color:#2d328d;
}
.inner-header .menu .menu-item.productToggle .productmenu{
  position:absolute;
  top:84px;
  left:0;
  width:200px;
  background:#fff;
  display:none;
  z-index:999;
}
.inner-header .menu .menu-item.productToggle .productmenu.cur{
  display:block;
}
.inner-header .menu .menu-item.productToggle .productmenu li{
  height:36px;
  line-height:36px;
  text-align:center;
  border-top:1px solid #f1f1f1;
}
.inner-header .menu .menu-item.productToggle .productmenu li a{
  color:#333;
  transition:.3s all;
}
.inner-header .menu .menu-item.productToggle .productmenu li a:hover{
  color:#2d328d;
}
.inner-header .tel{
  float:right;
  width:84px;
  height:84px;
  position:relative;
}
.inner-header .tel a{
  width:38px;
  height:38px;
  border-radius:50%;
  margin:23px;
  display:block;
  background:#f5f8fb;
  text-align:center;
}
.inner-header .tel .iconfont{
  display:inline-block;
  font-size:20px;
  text-align:center;
  line-height:38px;
  color:#2d328d;
}
.inner-header .tel .tel-wrap{
  position:absolute;
  bottom:-40px;
  left:-100px;
  width:200px;
  height:40px;
  font-size:14px;
  background:#2d328d;
  padding:0 30px;
  border-radius:20px;
  line-height:40px;
  color:#fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.inner-header .tel .tel-wrap h3{
  display:inline-block;
}



/* footer */
.foot{
  height:340px;
  background:#24272b;
  padding-top:60px;
  border-top:3px solid #2d328d;
}
.foot .wrap{
  margin:0 auto;
  width:1240px;
  height:300px;
  position:relative;
}
.foot .wrap .returntop{
  width:64px;
  height:64px;
  background:#2d328d;
  position:absolute;
  cursor: pointer;
  right:0;
  text-align:center;
  line-height:64px;
  top:-60px;
}
.foot .wrap .returntop .iconfont{
  color:rgba(255,255,255,.4);
  transition:.7s all;
  font-size:36px;
}
.foot .wrap .returntop .iconfont:hover{
  color:rgba(255,255,255,.7);
}
.foot .wrap .content{
  width:360px;
  float:left;
}
.foot .wrap h3.title{
  font-size:20px;
  color:#fff;
  line-height:1;
  height:20px;
  display:block;
  position: relative;
}

.foot .wrap h3.title::after{
  content:'';
  display:block;
  width:50px;
  height:1px;
  left:0;
  bottom:-20px;
  background:rgba(255,255,255,.4);
  position: absolute; 
}
.foot .wrap .content .text{
  font-size:14px;
  color:rgba(255,255,255,.7);
  padding-top:36px;
  line-height:1.8;
}
.foot .wrap .content .content-menu{
  width:100%;
  padding-top:20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.foot .wrap .content .content-menu li{
  width:30%;
  height:30px;
  line-height:30px; 
}
.foot .wrap .content .content-menu li:nth-child(1){
  margin-left:0;
}
.foot .wrap .content .content-menu li a{
  width:100%;
  height:30px;
  background:#454545;
  border-radius: 15px;
  font-size:14px;
  color:rgba(255,255,255,.7);
  text-align:center;
  transition:.3s all;
}
.foot .wrap .content .content-menu li a:hover{
  background:#595fce;
  color:#fff;
}
.foot .wrap .content .content-menu li .iconfont{
  font-size:16px;
}

.foot .wrap .w-code{
  margin-left:100px;
  float:left;
  width:300px;
 
}
.foot .wrap .w-code .code-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:300px;
  padding:40px 0 0;
}
.foot .wrap .w-code .code-item{
  width:140px;
  height:140px;
  border-radius:10px;
  background:#454545;
}
.foot .wrap .w-code .code-item img{
  width:120px;
  height:auto;
  padding:10px 10px 0;
}

.foot .wrap .f-sig{
  width:300px;
  float:right;
}

.foot .wrap .f-sig .sig-wrap{
  margin-top:15px;
}
.foot .wrap .f-sig .sig-wrap .input1{
  width:100%;
  background:#fff;
  height:36px;
  border:0;
  padding:0;
  margin:0 0 12px ;
  
  text-indent:10px;
  line-height:36px;
}
.foot .wrap .f-sig .sig-wrap .input2{
  width:100%;
  height:72px;
  line-height:24px;
  background:#fff;
  padding:10px;
  box-sizing: border-box;
}
.foot .wrap .f-sig .sig-wrap .btn1{
  width:140px;
  height:36px;
  line-height:36px;
  border-radius:4px;
  background:#fff;
  font-size:16px;
  text-align:center;
  border:0;
  padding:0;
  float:left;
  margin:15px 0 0 0;
  cursor: pointer;
}
.foot .wrap .f-sig .sig-wrap .btn2{
  width:140px;
  height:36px;
  line-height:36px;
  border-radius:4px;
  background:#595fce;
  font-size:16px;
  text-align:center;
  border:0;
  padding:0;
  float:right;
  color:#fff;
  margin:15px 0 0  0;
  cursor: pointer;
  transition: .3s all;
}
.foot .wrap .f-sig .sig-wrap .btn2:hover{
  background:#088aee
}


.foot .bottom{
  padding:10px 0;
  line-height:20px;
  text-align:center;
  color:#777;
  background:#111;
  font-size:14px;
}
.foot .bottom a{
  display:inline-block;
  color:#999;
  padding:0 12px;
  transition:.5s all;
}
.foot .bottom a:hover{
  color:#247944;
}

.clear-blank{
  width:100%;
  height:60px;
  overflow:auto;
  clear: both;
}

/* 合作单位 */
.index-link{
  width:100%;
  padding:50px 0;
  background:#f6f5f0;
}
.index-link .title{
  font-size:18px;
  color:#247944;
}
.index-link .title .iconfont{
  font-size:24px;
  padding:0 5px 0 10px;
}

.index-link .links-list{
  margin-top:20px;
}
.index-link .links-list a{
  padding:5px 10px;
  transition:.4s all;
}
.index-link .links-list a:hover{
  background:#247944;
  color:#fff;
}


/* 列表页分页 */
.show-page{
  padding:20px 0;
}
.pagepage {   
  height: 100%;   
  padding-top: 8px;   
  padding-right: 3px;   
  padding-bottom: 12px;   
  padding-left: 3px;   
}   

.pagepage .epages a{   
  display: block;   
  height: 20px;   
  overflow: hidden;   
  line-height: 20px;   
  background-color: #EAF9E6;   
  border: 1px solid #009900;   
  float: left;   
  text-align: center;   
  margin-right: 2px;   
  margin-left: 2px;   
  text-decoration: none;   
  padding-right: 8px;   
  padding-left: 8px;   
  color: #006600;   
}   
.pagepage .epages a:hover{   
  display: block;   
  background-color: #009900;   
  border: 1px solid #009900;   
  float: left;   
  text-align: center;   
  text-decoration: none;   
  color: #FFFFFF;   
}   
.pagepage .epages b{   
  display: block;   
  height: 20px;   
  overflow: hidden;   
  line-height: 20px;   
  background-color: #FFFFFF;   
  border: 1px solid #C0C0C0;   
  float: left;   
  text-align: center;   
  margin-right: 2px;   
  margin-left: 2px;   
  color: #999999;   
  padding-right: 8px;   
  padding-left: 8px;   
}   


/* 合作单位 */
.index-link{
  width:100%;
  padding:50px 0;
  background:#f6f5f0;
}
.index-link .title{
  font-size:18px;
  color:#247944;
}
.index-link .title .iconfont{
  font-size:24px;
  padding:0 5px 0 10px;
}

.index-link .links-list{
  margin-top:20px;
}
.index-link .links-list a{
  padding:5px 10px;
  transition:.4s all;
}
.index-link .links-list a:hover{
  background:#247944;
  color:#fff;
}


/* 修改左箭头颜色 */
.swiper-container-horizontal .swiper-button-prev::before,
.swiper-container-horizontal .swiper-button-next::before {
  display: inline-block;
  background-color: #ff0000; /* 这里设置为红色 */
  content: '';
}
 
/* 修改右箭头颜色 */
.swiper-container-horizontal .swiper-button-prev::after,
.swiper-container-horizontal .swiper-button-next::after {
  display: inline-block;
  background-color: #00ff00; /* 这里设置为绿色 */
  content: '';
}


/* 表单 */
.mess-wrap{
  width:100%;
  background:url(../images/contants-bg.jpg) right no-repeat;
  
}
.mess-wrap li.item{
  width:100%;
  margin-bottom:20px;
  float:left;
}
.mess-wrap li input{
  width:450px;
  padding:8px 12px;
  height:44px;
  line-height:30px;
  color:#666;
  box-sizing: border-box;
  border:1px solid #ddd;
  border-radius:8px;
}
.mess-wrap li label{
  width:120px;
  font-size:16px;
  line-height:1.2;
  padding-bottom:10px;
  display:block;
}
.mess-wrap li textarea{
  font-family:SourceHanSansCN ;
  border-radius:8px;
  width:450px;
  padding:5px;
  box-sizing: border-box;
  border:1px solid #ddd;
  height:96px;
  font-size:14px;
  line-height:30px;
}
.mess-wrap li.btn-item{
  margin-top:20px;
}
.mess-wrap li.btn-item input{
  width:215px;
}
.mess-wrap li.btn-item input:nth-child(1){
  background:#247944;
  color:#fff;
  margin-right:20px;
}


@media only screen and (max-width: 640px){
  .wrapper{
    width:94%;
    margin:0 3%;
  }
  /* header */
  .head{
    width:100%;
    height:80px;
    background:#fff;
    border-top:2px solid #247944;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
  }
  .head h1.logo{
    float:left;
    width:180px;
    margin-top:18px;
  }
  .head h1.logo img{
    display:block;
    width:100%;
    height:auto;
  }
  
  .head ul.menu{
    display:none;
    border-top:1px solid #ddd;
    width:100%;
    position:fixed;
    top:80px;
    left:0;
    height:100%;
    background:#fff;
    padding:0;
    float:inherit;
    z-index:999;
  }
  .head ul.menu.cur{
    display:block;
  }
  .head ul.menu li{
    width:100%;
    height:auto;
    text-align:center;
    padding:0 9px;
    border-right:0;
    border-bottom:1px solid #f5f5f5;
    /* transition:.5s all; */
  }
  .head ul.menu li.cur{
    background:none;
  }
  .head ul.menu li:hover{
    background:none;
  }
  .head ul.menu li:nth-last-child(1){ 
    border-bottom:0;
  }
  .head ul.menu li strong{
    padding-top:20px;
    display:inline-block;
    font-size:18px;
    line-height:1;
    font-weight:normal
  }
  .head ul.menu li em{
    font-size:12px;
    font-style: normal;
    line-height:1.5;
    color:#999;
  
  }

  .head .piont-r{
    width:96px;
    height:42px;
    margin-top:15px;
    float:right;
  }
  .head .piont-r .pr{
    float:left;
    width:42px;
    height:42px;
    background:#ddd;
    border-radius:50%;
    text-align:center;
    line-height:42px;
    color:#666;
    transition:.3s all;
    margin-right:12px;
  }
  .head .piont-r .pr:nth-last-child(1){
    margin-right:0;
  }
  .head .piont-r .pr .iconfont{
    font-size:24px;
  }
  .head .piont-r .pr:hover{
    background:#247944;
    color:#fff;
  }
  .head .piont-r .pr:hover .iconfont{
    color:#fff;
  }

  .foot{
    height:240px;
    background:#24272b;
    padding-top:42px;
    border-top:3px solid #247944;
  }
  .foot .wrap{
    width:100%;
    position:relative;
  }
  .foot .wrap .returntop{
    width:42px;
    height:42px;
    background:#247944;
    position:absolute;
    cursor: pointer;
    right:0;
    text-align:center;
    line-height:42px;
    top:-42px;
  }
  .foot .wrap .returntop .iconfont{
    color:rgba(255,255,255,.4);
    transition:.7s all;
    font-size:24px;
  }
  .foot .wrap .returntop .iconfont:hover{
    color:rgba(255,255,255,.7);
  }
  .foot .wrap .menu{
    display:none;
    width:130px;
    height:150px;
    margin-right:30px;
    padding-right:30px;
    border-right:1px solid #343434;
    float:left;
  }
  .foot .wrap .menu h3{
    padding-bottom:10px;
    font-size:18px;
  }
  .foot .wrap .menu h3 a{
    color:#ddd;
  }
  .foot .wrap .menu li{
    font-size:16px;
    line-height:30px;
  }
  
  .foot .wrap .menu li a{
    color:#999;
  }
  .foot .wrap .menu:nth-last-child(1){
    margin-right:0;
    padding-right:0;
    border-right:none;
  }
  .foot .wrap .menu a{
    transition:.5s all;
  }
  .foot .wrap .menu a:hover{
    color:#247944;
  }
  
  .foot .wrap  .foot-r{
    width:84%;
    float:left;
    margin-left:8%;
    height:150px;
  }
  .foot .wrap  .foot-r .foot-logo{
    width:200px;
  }
  .foot .wrap  .foot-r .foot-logo img{
    width:100%;
    height:auto;
  }
  .foot .wrap  .foot-r .foot-desc{
    font-size:16px;
    padding-top:10px;
    /* margin-top:20px; */
  }
  .foot .wrap  .foot-r .foot-desc p{
    line-height:1;
    padding:7px 0;
    color:#aaa;
  }
  .foot .wrap  .foot-r .foot-desc .iconfont{
    padding-right:7px;
    display:inline-block;
    font-size:20px;
  }
  .foot .wrap  .foot-r .foot-desc span{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding:0 7px;
    letter-spacing: 1px;
  }
  .foot .wrap  .foot-r .foot-desc em{
    font-style:normal;
    display:inline-block;
    padding-top:8px;
    line-height:1.4;
    font-size:14px;
  }
  
  
  
  .foot .wrap .foot-logo img{
    width:100%;
    height:auto;
  }
  
  .foot .wrap .tech{
    padding:20px 0;
    text-align:center;
    color:#fff;
  }
  
  
  .clear-blank{
    width:100%;
    height:15px;
    overflow:auto;
    clear: both;
  }
  .index-link{
    padding:20px 0;
  }
  .index-link .container{
    width:94%;
    margin:0 3%;
  }
  .mess-wrap li textarea{
    width:100%;
  }
}


/* 按钮 */
.more_01{margin-top:20px;}
.more_01 a{ display: block; width: 160px; height: 44px; line-height: 44px; color: #2d328d; font-size: 16px; border: 1px solid #2d328d; padding: 0 20px; position: relative; overflow: hidden;text-align: left; }
.more_01 a::before{ display: block; content: ''; width: 0; height: 0; border: 7px transparent solid; border-left-color: #FFFFFF; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); z-index: 3; }
.more_01 a span{ position: relative; z-index: 3; color: #2d328d; transition: 0.3s; }
.more_01 a i{ display: block; background-color: #2d328d; height: 44px; width: 100px; position: absolute; right: -40px; top: 0; transform: skewX(-25deg); z-index: 2; transition: all 0.5s; }
.more_01 a:hover{ color: #ffffff !important; }
.more_01 a:hover span{ color: #ffffff; }
.more_01 a:hover i{ transform: skewX(0deg); width: 240px; }
.more_01 a:hover span{ padding-left: 20px; }

.more_02{margin:45px 0 0 37px; float:left;}
.more_02 a{ display: block; width: 120px; height: 44px; line-height: 44px; color: #2d328d; font-size: 16px; border: 1px solid #2d328d; padding: 0 20px; position: relative; overflow: hidden;text-align: left; }
.more_02 a::before{ display: block; content: ''; width: 0; height: 0; border: 7px transparent solid; border-left-color: #FFFFFF; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); z-index: 3; }
.more_02 a span{ position: relative; z-index: 3; color: #2d328d; transition: 0.3s; }
.more_02 a i{ display: block; background-color: #2d328d; height: 44px; width: 100px; position: absolute; right: -40px; top: 0; transform: skewX(-25deg); z-index: 2; transition: all 0.5s; }
.more_02 a:hover{ color: #ffffff !important; }
.more_02 a:hover span{ color: #ffffff; }
.more_02 a:hover i{ transform: skewX(0deg); width: 240px; }
.more_02 a:hover span{ padding-left: 20px; }