html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Myriad Pro", "Microsoft Yahei", "simsun", "arial", "tahoma";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #666;
  background: none;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  display: block;
}

.container{
    width: 1600px;
    margin: 0 auto;
}
.cang {
    height: 0;
    display: none;
}
.xian {
    height: auto;
    display: block;
}
.header{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left a img{
    width: 200px;
    display: block;
}
.head-left a p{
    font-size: 18px;
    color: #333333;
    margin-left: 20px;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-right ul li{
    position: relative;
}
.head-right ul li:hover>a{
    color: #00a09d;
}
.head-right ul .active>a::before{
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: #f4ba1d;
    position: absolute;
    bottom: 0;
    left: 30%;
}
.head-right ul li a{
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 30px 40px;
    position: relative;
}
.head-right ul li:hover .head-drop{
    display: block;
}
.head-drop{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255,255,255,.8);
    display: none;
    z-index: 10;
}
.head-drop ul{}
.head-drop ul li{
    width: 100%;
    position: relative;
}
.head-drop ul li:hover>a{
    color: #00a09d;
}
.head-drop ul li a{
    padding: 10px 0;
    text-align: center;
    display: block;
}
.sousuo-drop.active{
    display: block;
}
.sousuo-drop{
    position: absolute;
    top: 100%;
    display: none;
}
.sousuo-drop form{
    width: 200px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 #dddddd;
}
.sousuo-drop form input{
    width: 170px;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    border: none;
}
.sousuo-drop form i{
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    color: #666;
}
.head-drop ul li:hover .head-drop-down{
    display: block;
}
.head-drop-down{
    width: 100%;
    position: absolute;
    left: 0;
    top: 102%;
    background-color: rgba(255,255,255,.8);
    display: none;
}
.head-drop-down a:hover{
    color: #00a09d;
}
.head-right-search{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right-search li{
    position: relative;
}
.head-right-search li:last-child{
    margin-left: 30px;
}
.head-right-search li:last-child a i:last-child{
    font-size: 18px;
}
.head-right-search li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right-search li a i{
    font-size: 22px;
    color: #000000;
    display: block;
}
.head-right-search li:hover .search-drop{
    display: block;
}
.search-drop{
    width: 100%;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #cecece;
    padding: 20px 10px;
    display: none;
    z-index: 10;
}
.search-drop a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.search-drop a:last-child{
    margin-top: 10px;
}
.search-drop a img{
    width: 20px;
    height: 15px;
    display: block;
}
.search-drop a span{
    font-size: 12px;
    color: #555555;
    display: block;
}
.banner{
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-page{
    width: auto !important;
    left: 15% !important;
    bottom: 50px !important;
}
.ban-page .swiper-pagination-bullet{
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    margin: 0 20px !important;
    font-weight: bold;
}
.ban-page .swiper-pagination-bullet-active .number{
    color: rgba(244,186,29,.5);
}
.ban-swiper .swiper-slide{
    position: relative;
}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-swiper .ban-p{
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(0,-50%);
}
.ban-swiper .ban-p h1{
    font-size: 36px;
    color: #fff;
}
.ban-swiper .ban-p h2{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.ban-swiper .ban-p p{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    background: linear-gradient(to right, #f4ba1d 60%,transparent);
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.ban-swiper .ban-p a{
    width: 150px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: .3s ease-in;
}
.ban-swiper .ban-p a:hover{
    background-color: #f4ba1d;
}
.ban-swiper .ban-p a span{
    font-size: 18px;
    color: #fff;
    display: block;
}
.ban-swiper .ban-p a i{
    font-size: 18px;
    display: block;
    color: #fff;
    margin-left: 5px;
}
.index-one{
    /* padding: 60px 0; */
}
.index-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-one-cont{
    width: 25%;
    position: relative;
    transition: .3s ease-in;
    padding: 100px 0;
    overflow: hidden;
}
.index-one-cont:nth-child(2n){
    /* background-color: rgb(166,166,166); */
    background: linear-gradient(to bottom,rgba(0,160,157,.6),rgba(0,160,175,.9));

}
.index-one-cont:nth-child(2n-1){
    /* background-color: rgb(190,190,190); */
    background: linear-gradient(to bottom,rgba(0,160,157,.5),rgba(0,160,175,.8));
}
.index-one-cont a{
    display: block;
}
.index-one-cont:hover img{
    margin-top: 0;
}
.index-one-cont a img{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    transition: .3s ease-in;
    margin-top: 20px;
}
.index-one-cont a h2{
    width: 100px;
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    writing-mode: lr-tb;
    margin: auto;
    line-height: 1.2;
}
.index-pro{
    padding: 100px 0;
    position: relative;
}
.index-pro::before{
    content: "PRODUCT";
    display: block;
    color: #f7f7f7;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 200px;
    font-weight: bold;
    z-index: -1;
}
.index-pro::after{
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    background-color: #f3f4f8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.index-pro-all{}
.index-pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.index-pro-top-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.index-pro-top-left h2{
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.index-pro-top-left p{
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.index-pro-top-right{}
.index-pro-top-right ul .active{
    border-bottom: 2px solid #00a09d;
}
.index-pro-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.index-pro-top-right ul li{
    font-size: 18px;
    margin-left: 20px;
    padding: 0 20px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
.index-pro-content{
    margin-top: 60px;
}
.index-pro-cont{}
.index-pro-cont-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-pro-cont-left{
    width: 20%;
}
.index-pro-cont-left h2{
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.index-pro-cont-left>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.index-pro-cont-left>a i{
    font-size: 18px;
    color: #1e1e1e;
    display: block;
}
.index-pro-cont-left>a p{
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}
.index-pro-cont-left .index-pro-more{
    margin-top: 40px;
}
.index-pro-cont-left .index-pro-more a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #00a09d;
    width: 150px;
    padding: 15px 0;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.index-pro-cont-left .index-pro-more a:hover{
    background-color: transparent;
    border: 1px solid #00a09d;
}
.index-pro-cont-left .index-pro-more a:hover p,
.index-pro-cont-left .index-pro-more a:hover i{
    color: #00a09d;
}
.index-pro-cont-left .index-pro-more a p{
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;

}
.index-pro-cont-left .index-pro-more a i{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 20px;
    transition: .3s ease-in;
}
.index-pro-cont-right{
    width: 80%;
}
.index-pro-cont-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-pro-right-cont{
    width: 31%;
    margin-left: 2%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
}
.index-pro-right-cont a{
    display: block;
}
.index-pro-right-cont a:hover img{
    transform: scale(1.1);
}
.index-pro-right-cont a:hover h2{
    color: #00a09d;
}
.index-pro-right-cont a .index-pro-img{
    overflow: hidden;
}
.index-pro-right-cont a .index-pro-img img{
    display: block;
    transition: .3s ease-in;
    margin: 20px auto;
}
.index-pro-right-cont a h2{
    font-size: 18px;
    color: #3d3d3d;
    text-align: center;
    transition: .3s ease-in;
}
.index-pro-right-cont a p{
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #dddddd;
}
.index-fa{
    padding: 60px 0;
    background: url(../img/fa.png) no-repeat center;
    background-size: cover;
}
.index-fa-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-fa-more{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: .3s ease-in;
}
.index-fa-more:hover{
    background-color: #f4ba1d;
    border: 1px solid #f4ba1d;
}
.index-fa-more:hover span{
    color: #fff;
}
.index-fa-more:hover i{
    color: #fff;
}
.index-fa-more span{
    color: #fff;
    display: block;
    transition: .3s ease-in;
}
.index-fa-more i{
    color: #fff;
    margin-left: 5px;
    transition: .3s ease-in;
}
.index-fa-left{
    padding-left: calc(100% - 85%);
    width: 10%;
}
.index-fa-left h2{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.index-fa-left p{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.index-fa-left a{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 100px;
    transition: .3s ease-in;
}
.index-fa-left a:hover{
    background-color: rgba(255,255,255,.2);
}
.index-fa-left a span{
    font-size: 18px;
    color: #fff;
    display: block;
}
.index-fa-left a i{
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}
.index-fa-right{
    width: 100%;
    margin-top: 40px;
}
.index-fa-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-fa-cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-fa-cont:nth-child(1) .index-fa-p:nth-child(1),
.index-fa-cont:nth-child(1) .index-fa-p:nth-child(2)
{
    border: none;
}
.index-fa-cont:nth-child(2) .index-fa-p:nth-child(1),
.index-fa-cont:nth-child(2) .index-fa-p:nth-child(5)
{
    border: none;
}
.index-fa-cont:nth-child(3) .index-fa-p:nth-child(4),
.index-fa-cont:nth-child(3) .index-fa-p:nth-child(5)
{
    border: none;
}
.index-fa-cont:nth-child(1) .index-fa-p:last-child{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-fa-cont:nth-child(2) .index-fa-p:nth-child(4){
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-fa-cont:nth-child(3) .index-fa-p:nth-child(3){
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-fa-cont:last-child .index-fa-p{
    border-bottom: 1px solid #fff;
}
.index-fa-p{
    width: 20%;
    padding: 30px 0;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.index-fa-p i{
    font-size: 60px;
    color: #fff;
    display: block;
    text-align: center;
    transition: .3s ease-in;
}
.index-fa-p p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.index-fa-p:hover i{
    transform: rotateY(180deg);
}
.index-bu{
    padding: 30px 0;
    background: url(../img/bu.png) no-repeat center;
    background-size: auto;
}
.index-bu-all{
    padding: 120px 0;
}
.index-bu-all>h2{
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.index-bu-all>span{
    font-size: 24px;
    color: #777777;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.index-bu-all>p{
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.index-bu-honor{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 60px;
}
.index-bu-honor-cont{

}
.index-bu-honor-cont h2{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.index-bu-honor-cont h2 span{
    font-size: 60px;
    display: inline-block;
    color: #555555;
    margin-right: 5px;
}
.index-bu-honor-cont p{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.index-bu-all>a{
    width: 150px;
    margin: auto;
    border: 1px solid #00a09d;
    border-radius: 25px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    transition: .3s ease-in;
}
.index-bu-all>a span{
    font-size: 18px;
    color: #00a09d;
    display: block;
    transition: .3s ease-in;
}
.index-bu-all>a i{
    font-size: 18px;
    color: #00a09d;
    display: block;
    margin-left: 20px;
    transition: .3s ease-in;
}
.index-bu-all>a:hover{
    background-color: #00a09d;
}
.index-bu-all>a:hover span{
    color: #fff;
}
.index-bu-all>a:hover i{
    color: #fff;
}
.index-news{
    padding: 100px 0;
    background-color: #f3f4f8;
    position: relative;
}
.index-news::before{
    content: "NEWS";
    display: block;
    color: #eeeff3;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 200px;
    font-weight: bold;
    z-index: -1;
}
.index-news-all{}
.index-news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-top h1{
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.index-news-top a{
    font-size: 18px;
    color: #28a2d8;
    display: block;
}
.index-news-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-news-cont{
    width: 31%;
    margin-left: 2%;
}
.index-news-cont a{
    display: block;
}
.index-news-cont a span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #aeadad;
    padding-bottom: 10px;
    border-bottom: 1px solid #aeadad;
    padding-left: 20px;
    position: relative;
}
.index-news-cont a span::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #aeadad;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.index-news-cont a .index-news-img{
    overflow: hidden;
    margin-top: 20px;
    border-radius: 20px;
}
.index-news-cont a .index-news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-news-cont a h2{
    font-size: 18px;
    margin: 20px 0;
    color: #333333;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-news-cont a p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(51,51,51,.8);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-news-cont a:hover img{
    transform: scale(1.1);
}
.index-news-cont a:hover h2{
    color: #00a09d;
}
.footer{
    background-color: #222222;
}
.foot{}
.foot-one{
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333333;
}
.foot-one a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-one a img{
    width: 200px;
    display: block;
}
.foot-one a p{
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}
.foot-one ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.foot-one ul li{}
.foot-one ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 40px;
}
.foot-two{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333333;
}
.foot-two-yi{}
.foot-two-yi h2{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.foot-two-yi p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-two-yi p i{
    font-size: 20px;
    color: #fff;
    display: block;
}
.foot-two-yi p span{
    width: calc(100% - 30px);
    display: block;
    font-size: 16px;
    color: #777777;
    margin-left: 10px;
}
.foot-two-er{}
.foot-two-er h2{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.foot-two-er p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-two-er p i{
    font-size: 30px;
    color: #fff;
    display: block;
}
.foot-two-er p span{
    width: calc(100% - 40px);
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}
.foot-two-san{}
.foot-two-san h2{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.foot-two-san p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-two-san p img{
    width: 30px;
    height: 30px;
    display: block;
}
.foot-two-san p span{
    width: calc(100% - 40px);
    display: block;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}
.foot-two-si{
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #333333;
}
.foot-two-si img{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}
.foot-two-si p{
    font-size: 16px;
    color: #777777;
    text-align: center;
    margin-top: 10px;
}
.foot-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.foot-three p{}
.foot-three p a{
    display: block;
    color: #777777;
    font-size: 14px;
}
.foot-three p a:hover{
    color: #fff;
}
.about-ban{
    position: relative;
    margin-top: 84px;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about-ban-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-ban-p h2{
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.about-ban-p p{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.about{}
.about-one{
    padding-top: 80px;
}
.about-one-top{
    overflow: hidden;
}
.about-one-top img{
    display: block;
}
.about-one-top h2{
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.about-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.about-one-left{
    width: 40%;
}
.about-one-left img{
    display: block;
    margin: auto;
}
.about-one-right{
    width: 50%;
}
.about-one-right h2{
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.about-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    text-indent: 2em;
}
.about-two{
    padding: 80px 0;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-two-cont{
    width: 31%;
}
.about-two-img{
    overflow: hidden;
    transition: .3s ease-in;
}
.about-two-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.about-two-p{
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-two-p h2{
    font-size: 20px;
    color: #333333;
}
.about-two-p p{
    font-size: 16px;
    line-height: 30px;
    color: #1e9eca;
    margin-top: 10px;
}
.about-two-p a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #1e9eca;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
    opacity: 0;
}
.about-two-cont:last-child .about-two-p a{
    opacity: 1;
}
.about-two-p a::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1e9eca;
    border-radius: 50%;
    position: absolute;
    top: 12.5px;
    left: 0;
}
.pro-head{}
.pro-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.pro-head-all i{
    display: block;
    font-size: 14px;
    color: #777777;
}
.pro-head-all a{
    display: block;
    font-size: 16px;
    color: #28a2d8;
    margin: 0 10px;
}
.pro-head-all i:nth-child(3),.pro-head-all i:nth-child(5){
    font-size: 12px;
}
.product{}
.programme-one-right p span{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
}
.programme-one-right p a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #28a2d8;
}
.product-one{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.product-one-left{
    width: 40%;
}
.product-one-left h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.product-one-left p{
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    margin-top: 40px;
}
.product-one-right{
    width: 45%;
}
.product-one-right:hover img{
    transform: scale(1.1);
}
.product-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.product-two{
    padding-top: 60px;
}
.product-two h1{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.product-two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.product-two ul li{
    width: 48%;
    margin-bottom: 40px;
}
.product-two ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.product-two ul li a p{
    font-size: 30px;
    color: #333333;
    transition: .3s ease-in;
}
.product-two ul li a span{
    display: block;
    color: #a8a8a8;
    font-size: 30px;
    transition: .3s ease-in;
}
.product-two ul li:hover a{
    background-color: #00a09d;
}
.product-two ul li:hover a p{
    color: #fff;
}
.product-two ul li:hover a span{
    color: #fff;
    transform: rotate(45deg);
}
.product-three{
    padding: 100px 0;
}
.product-three-all{}
.product-three-all h1{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.product-three-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-three-cont{
    width: 31%;
    margin-left: 2%;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.product-three-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.product-three-cont:hover img{
    transform: scale(1.1);
}
.pro-detail-ban{
    position: relative;
    margin-top: 84px;
}
.pro-detail-ban>img{
    width: 100%;
    display: block;
}
.pro-detail-p{
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-p-left{
    width: 40%;
}
.pro-detail-p-left h2{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro-detail-p-left p{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.pro-detail-p-right{
    width: 40%;
}
.pro-detail-p-right img{
    display: block;
}
.pro-detail{
    padding-top: 60px;
    padding-bottom: 100px;
}
.pro-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.pro-detail-left{
    width: 40%;
}
.pro-detail-left h2{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.pro-detail-left p{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pro-detail-left p i{
    font-size: 16px;
    color: #c0c0c0;
    display: block;
    margin-right: 10px;
}
.pro-detail-right{
    width: 40%;
}
.pro-detail-right a{
    width: max-content;
    margin: auto;
    border: 1px solid #28a2d8;
    border-radius: 10px;
    padding: 10px 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pro-detail-right a p{
    font-size: 18px;
    color: #28a2d8;
}
.pro-detail-right a i{
    font-size: 40px;
    color: #28a2d8;
    display: block;
    margin-left: 10px;
}
.programme{
    padding: 100px 0;
}
.programme-one:nth-child(1){
    margin-top: 0;
}
.programme-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    overflow: hidden;
    background-color: #f2f2f2;
}
.programme-one:nth-child(2n) .programme-one-left{
    display: flex;
    justify-content: end;
}
.programme-one-left{
    width: 35%;
    box-sizing: border-box;
    overflow: hidden;
}
.programme-one-left:hover img{
    transform: scale(1.1);
}
.programme-one-left a{
    display: block;
}
.programme-one-left a{}
.programme-one-left img{
    display: block;
    transition: .3s ease-in;
}
.programme-one-right{
    width: 60%;
    box-sizing: border-box;
}
.programme-one-right h2{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.programme-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    margin-top: 20px;
}
.programme-one:nth-child(2n-1) .programme-one-right{
    padding-right: 15%;
}
.programme-one:nth-child(2n) .programme-one-right{
    padding-left: 15%;
}
.kt-ban{
    position: relative;
    margin-top: 84px;
}
.kt-ban img{
    width: 100%;
    display: block;
}
.kt-ban-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kt-ban-p h2{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.kt-ban-p p{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.classroom{
    padding-top: 60px;
    padding-bottom: 100px;
}
.classroom-one{
    background-color: #f2f2f2;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
}
.wen{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.qa-badge {
    font-size: 18px;
    background-color: #28a2d8;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.qa-badge-a {
    background-color: #f4ba1d;
}

.wen p:last-child{
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
}
.da{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
.da-content {
    width: calc(100% - 45px);
    margin-left: 10px;
}
.da p span{
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #777777;
}
.q{
    cursor: pointer;
}
.a{
    display: none;
}
.news{
    padding: 60px 0;
}
.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-all a{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
}
.news-all a:hover img{
    transform: scale(1.1);
}
.news-all a:hover h2{
    color: #00a09d;
}
.news-img{
    overflow: hidden;
    border-radius: 20px;
}
.news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-all a span{
    display: block;
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
}
.news-all a h2{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-detail{
    padding: 100px 0;
}
.news-detail-all{}
.news-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.news-detail-top h2{
    font-size: 35px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.news-detail-top span{
    font-size: 20px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.news-detail-content{
    margin-top: 40px;
}
.news-detail-cont{
    width: 60%;
    margin: auto;
}
.contact{
    padding-bottom: 100px;
}
.contact-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.contact-one-left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-top{
    width: 32%;
}
.contact-one-top h2{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}
.contact-one-top p{
    font-size: 16px;
    color: #777777;
    margin-top: 10px;
}
.contact-one-top .contact-file{
    position: relative;
    width: 150px;
    margin: auto;
    background-color: #28a2d8;
    border: 1px solid transparent;
    transition: .3s ease-in;
    border-radius: 10px;
    margin-top: 30px;
}
.contact-one-top .contact-file:hover{
    background-color: transparent;
    border: 1px solid #28a2d8;
    color: #28a2d8;
}
.contact-one-top .contact-file:hover p{
    color: #28a2d8;
}
.contact-one-top .contact-file input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.contact-one-top .contact-file p{
    width: 150px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 15px 0px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    display: block;
    border: 1px solid transparent;
    transition: .3s ease-in;
    position: relative;
}
.contact-one-cont{
    width: 32%;
}
.contact-one-p{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.contact-one-p i{
    font-size: 16px;
    color: #555555;
    display: block;
}
.contact-one-p p{
    width: calc(100% - 26px);
    font-size: 16px;
    color: #555555;
    margin-left: 10px;
}
/* .contact-one-right{
    width: 50%;
}
.contact-one-right img{
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
}
.contact-one-right p{
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
} */
.contact-two{
    /* box-shadow: 0 0 5px 0 #e5e5e5;
    border-radius: 20px;
    background-color: #fff;
    padding: 70px;
    box-sizing: border-box;
    margin-top: 100px; */
    margin-top: 60px;
}
.contact-one-cont #container{
    width: 100%;
    height: 300px;
}
.amap-info-content img{
    width: 150px;
}
.contact-two-all{}
.contact-two-all h2{
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.contact-two-all p{
    font-size: 16px;
    color: #777777;
    text-align: center;
    margin-top: 15px;
}
.contact-two-all form{
    margin-top: 40px;
}
.contact-two-all form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-two-all form .form-one .form-group{
    width: 48%;
    margin-bottom: 30px;
}
.contact-two-all form .form-one .form-group label{
    font-size: 16px;
    color: #000;
    position: relative;
}
.contact-two-all form .form-one .form-group label::before{
    content: "*";
    display: block;
    color: #f00;
    position: absolute;
    right: -8px;
    top: 0;
    font-size: 14px;
}
.contact-two-all form .form-one .form-group input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dedede;
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.contact-two-all form .form-two{}
.contact-two-all form .form-two label{
    font-size: 16px;
    color: #000;
    position: relative;
}
.contact-two-all form .form-two label::before{
    content: "*";
    display: block;
    color: #f00;
    position: absolute;
    right: -8px;
    top: 0;
    font-size: 14px;
}
.contact-two-all form .form-two textarea{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dedede;
    padding: 15px 10px;
    border-radius: 10px;
    resize: none;
    margin-top: 10px;
}
.contact-two-all form .btn{
    background-color: #28a2d8;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #fff;
    padding: 15px 50px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 10px;
    display: block;
}
.join{
    padding-top: 40px;
    padding-bottom: 100px;
}
.join-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.join-cont{
    width: 31%;
    margin-left: 2%;
    margin-top: 40px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.join-cont:hover h2{
    color: #28a2d8;
}
.join-cont h2{
    font-size: 30px;
    color: #333333;
    transition: .3s ease-in;
}
.join-cont p{
    font-size: 18px;
    color: #888888;
    margin-top: 20px;
}
.join-cont div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
}
.join-cont div span{
    font-size: 16px;
    color: #28a2d8;
    display: block;
}
.join-cont div i{
    font-size: 16px;
    color: #28a2d8;
    margin-left: 10px;
}
.join-detail{
    padding: 100px 0;
}
.join-detail-all{}
.join-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.join-detail-top h2{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.join-detail-top p{
    font-size: 18px;
    color: #888888;
    margin-top: 20px;
}
.join-detail-cont{
    margin-top: 60px;
}
.join-detail-cont .fs{
    position: relative;
    width: 150px;
    border: 1px solid #28a2d8;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 10px 0;
    cursor: pointer;
    transition: .3s ease-in;
}
.join-detail-cont .fs:hover{
    background-color: #28a2d8;
}
.join-detail-cont .fs:hover p{
    color: #fff;
}
.join-detail-cont .fs:hover i{
    color: #fff;
}
.join-detail-cont .fs input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.join-detail-cont .fs p{
    font-size: 18px;
    color: #28a2d8;
    transition: .3s ease-in;
}
.join-detail-cont .fs i{
    font-size: 16px;
    color: #28a2d8;
    margin-left: 10px;
    transition: .3s ease-in;
}
.lc{
    padding-bottom: 100px;
}
.lc-all{
    padding: 80px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #e5e5e5;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.lc-one{
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.lc-one h2{
    font-size: 30px;
    color: #28a2d8;
    font-weight: bold;
}
.lc-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.lc-two-left{
    width: 80px;
}
.lc-two-left img{
    width: 80px;
    display: block;
}
.lc-two-right{
    width: calc(100% - 100px);
    margin-left: 20px;
}
.lc-two-right h2{
    font-size: 24px;
    color: #333333;
}
.lc-two-right p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #777777;
}
.lc-three{
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.lc-three-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
    /* align-items: center; */
}
.lc-three-one::before{
    content: "";
    display: block;
    width: 2px;
    height: 120%;
    background-color: #eaeaea;
    position: absolute;
    top: 100px;
    left: 35px;
    z-index: 0;
}
.lc-three-one:nth-child(2)::after{
    content: "是";
    display: block;
    font-size: 24px;
    color: #f98d02;
    position: absolute;
    top: -40px;
    left: 0;
}
.lc-three-yi{
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.lc-three-yi>p{
    width: 60px;
    height: 60px;
    display: block;
    font-size: 30px;
    text-align: center;
    border: 5px solid #28a2d8;
    border-radius: 50%;
    line-height: 60px;
    color: #28a2d8;
    background-color: #fff;
    position: relative;
}
.lc-three-yi li{
    width: calc(100% - 90px);
    margin-left: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #28a2d8;
}
.lc-three-yi li h2{
    font-size: 24px;
    color: #28a2d8;
}
.lc-three-yi li p{
    font-size: 18px;
    color: #555555;
    margin-top: 10px;
}
.lc-three-yi li a{
    display: block;
    font-size: 18px;
    color: #28a2d8;
    margin-top: 10px;
}
.lc-three-er{
    width: 30%;
    margin-top: 20px;
}
.lc-three-er h2{
    font-size: 24px;
    color: #f98d02;
    text-align: center;
}
.lc-three-er p{
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
    margin-top: 20px;
}
.lc-three-san{
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.lc-three-san>p{
    width: 60px;
    height: 60px;
    display: block;
    font-size: 30px;
    text-align: center;
    border: 5px solid #28a2d8;
    border-radius: 50%;
    line-height: 60px;
    color: #28a2d8;
}
.lc-three-san li{
    width: calc(100% - 90px);
    margin-left: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #28a2d8;
}
.lc-three-san li h2{
    font-size: 24px;
    color: #28a2d8;
}
.lc-three-san li p{
    font-size: 18px;
    color: #555555;
    margin-top: 10px;
}
.lc-three-san li p a{
    display: inline-block;
    color: #28a2d8;
    margin-left: 10px;
}
.lc-three-one:last-child .lc-three-yi li{
    border: none;
}
.js{
    margin-top: 60px;
}
.js-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.js-cont{
    width: 48%;
}
.js-cont h2{
    font-size: 20px;
    color: #191919;
    margin-bottom: 10px;
}
.js-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.js form{}
.js form .form-one{}
.js form .form-one legend{
    font-size: 24px;
    color: #28a2d8;
}
.js form .form-one .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.js form .form-one .form-group label{
    width: 70px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align-last: justify;
    display: block;
    position: relative;
}
.js form .form-one .form-group label::after{
    content: ":";
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    position: absolute;
    right: -8px;
    top: 0%;
}
.js form .form-one .form-group input{
    width: calc(100% - 110px);
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #28a2d8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #cccccc;
    margin-left: 30px;
}
.js form .form-two{
    margin-top: 40px;
}
.js form .form-two legend{
    font-size: 24px;
    color: #28a2d8;
}
.js form .form-two .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.js form .form-two .form-group label{
    width: 70px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align-last: justify;
    display: block;
    position: relative;
}
.js form .form-two .form-group label::after{
    content: ":";
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    position: absolute;
    right: -8px;
    top: 0%;
}
.js form .form-two .form-group input{
    width: calc(100% - 110px);
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #28a2d8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #cccccc;
    margin-left: 30px;
}
.js form .form-two .form-group textarea{
    width: calc(100% - 110px);
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #28a2d8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #cccccc;
    margin-left: 30px;
}
.js-btn{
    margin-top: 20px;
    text-align: center;
}
.js-btn .btn{
    width: 150px;
    outline: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 15px 40px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    transition: .3s ease-in;
    border-radius: 5px;
}
.js-btn .btn:first-child{
    background-color: #28a2d8;
}
.js-btn .btn:first-child:hover{
    border: 1px solid #28a2d8;
    color: #28a2d8;
    background-color: transparent;
}
.xs-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.xs-two-left{
    width: 80px;
}
.xs-two-left img{
    width: 80px;
    display: block;
}
.xs-two-zhong{
    width: 75%;
}
.xs-two-zhong h2{
    font-size: 24px;
    color: #333333;
}
.xs-two-zhong p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #777777;
}
.xs-two-right{}
.xs-two-right a{
    display: block;
    width: 150px;
    font-size: 18px;
    color: #fff;
    background-color: #28a2d8;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.xs-two-right a:hover{
    background-color: transparent;
    color: #28a2d8;
    border: 1px solid #28a2d8;
}
.sq{
    margin-top: 60px;
}
.sq form{}
.sq form .form-one{}
.sq form .form-one legend{
    font-size: 24px;
    color: #28a2d8;
}
.sq form .form-one .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
}
.sq form .form-one .form-group label{
    width: 80px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align-last: justify;
    display: block;
    position: relative;
}
.sq form .form-one .form-group label::after{
    content: ":";
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    position: absolute;
    right: -8px;
    top: 0%;
}
.sq form .form-one .form-group input{
    width: calc(100% - 110px);
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #28a2d8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    margin-left: 30px;
    margin-bottom: 20px;
}
.sq form .form-one .form-group textarea{
    width: calc(100% - 110px);
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #28a2d8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    margin-left: 30px;
}
.form-year{}
.form-year .liang{
    width: calc(100% - 110px);
    margin-left: 30px;
}
.form-year .liang input{
    width: 100% !important;
    margin-left: 0 !important;
}
.liang-a{
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.liang-a input{
    width: calc(100% - 110px) !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.liang-a p{
    width: 100px !important;
    margin-left: 0 !important;
    line-height: 40px;
    padding: 0 !important;
}
.form-year p{
    margin-left: 110px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 200px;
    background-color: #28a2d8;
    border: 1px solid transparent;
    transition: .3s ease-in;
    cursor: pointer;
}
.form-year p:hover{
    background-color: transparent;
    color: #28a2d8;
    border: 1px solid #28a2d8;
}
.sq-btn{
    margin-top: 20px;
    text-align: center;
}
.sq-btn .btn{
    width: 150px;
    outline: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    transition: .3s ease-in;
    border-radius: 5px;
}
.sq-btn .btn:first-child{
    background-color: #28a2d8;
}
.sq-btn .btn:first-child:hover{
    border: 1px solid #28a2d8;
    color: #28a2d8;
    background-color: transparent;
}
.download{
    padding-top: 60px;
    padding-bottom: 100px;
}
.download-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.download-left{
    width: 15%;
}
.download-left ul{}
.download-left ul>p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    background-color: #28a2d8;
}
.download-left ul>a{
    font-size: 18px;
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #e5f7fe;
    margin-top: 10px;
    font-weight: bold;
}
.download-left ul li{
    margin-top: 10px;
    box-shadow: 0 0 5px 0 rgba(40,162,216,.2);
    background-color: #fff;
}
.download-left ul li p{
    font-size: 18px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #e5f7fe;
    font-weight: bold;
}
.download-left ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transition: .3s ease-in;
}
.download-left ul li a:hover{
    color: #28a2d8;
}
.download-right{
    width: 78%;
}
.download-one{}
.download-one h1{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.down-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(40 162 216 / 60%);
    margin-top: 10px;
}
.down-top p{
    width: 25%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.download-one ul{}
.download-one ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.download-one ul li p{
    width: 25%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 10px 0;
}
.download-one ul li p:first-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.download-one ul li p i{
    font-size: 24px;
    color: #28a2d8;
    display: block;
}
.download-one ul li p span{
    width: calc(100% - 34px);
    font-size: 16px;
    color: #28a2d8;
    margin-left: 10px;
}
.ss-all{
    padding: 100px 0;
}
.ss-top{
    width: 70%;
    margin: auto;
    position: relative;
}
.ss-top input{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 40px;
}
.ss-top i{
    font-size: 18px;
    color: #7f7f7f;
    position: absolute;
    top: 16px;
    right: 20px;
}
.ss-content{
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.ss-cont-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}
.ss-cont-top h2{
    font-size: 18px;
    color: #28a2d8;
    font-weight: bold;
}
.ss-cont-top h2 span{
    display: inline-block;
    font-size: 18px;
    color: #f0170c;
}
.ss-cont-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.ss-cont-top ul li{
    font-size: 14px;
    padding: 15px 0;
    cursor: pointer;
}
.ss-cont-top ul .active{
    color: #000;
    border-bottom: 1px solid #000;
}
.ss-cont-top ul li:last-child{
    margin-left: 30px;
}
.ss-cont-pro .product-two{
    padding-top: 40px;
}
.ss-cont-news{
    margin-top: 40px;
}
.ss-cont-news .news-all{
    margin-left: -2%;
}
.ss-cont-all{
    margin-top: 40px;
}
.ss-cont-pro .product-two ul{
    margin-top: 0;
}
.falv{
    padding: 30px 0;
}
.falv p{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}



/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #28a2d8;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 70px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#wrap {
    text-align: left;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-header-icon {
    display: none;
}

@media (min-width: 320px) and (max-width: 1199px) {
    .mobile-inner-header-icon {
        display: block;
    }
}

/* phone xl */
.alist{
    position: relative;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
}
.alist i{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    transition: .3s ease-in;
}
.alist .m-xiala,.m-xiala1{
    display: none;
    position: relative;
}
.m-xiala a{
    width: 85%;
    font-size: 14px;
    padding-left: 20px;
}
.m-xiala>p{
    position: relative;
}
.m-xiala1 a{
    width: 80%;
    font-size: 14px;
    padding-left: 40px;
}
.alist .show,.m-xiala1.show{
    display: block;
}
.xuan i{
    display: block;
    transform: rotate(180deg);
}
.m-xiala span{
    display: block;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-left: 5%;
    position: relative;
}
.iphone-xl1{
    width: 50px !important;
    height: 50px;
    text-align: center;
    position: absolute !important;
    right: 5%;
    top: 0px;
    z-index: 99999;
    display: inline-block !important;
    border-bottom: none !important;
}
/* en */
[lang="en"] .head-left a p{
    font-size: 13px;
}
[lang="en"] .index-one-cont a h2{
    width: auto;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
[lang="en"] .sq form .form-one .form-group label{
    width: auto;
    text-align-last: unset;
    font-size: 14px;
}
[lang="en"] .sq form .form-one .form-group input{
    width: calc(100% - 20%);
}
[lang="en"] .sq form .form-one .form-group textarea{
    width: calc(100% - 20%);
}
@media (min-width:1000px) and (max-width:1600px){
    .head-right ul,.head-right-search{
        display: flex !important;
    }
    .head-right ul li a{
        padding: 20px 25px;
    }
    .head-drop ul li a{
        padding: 10px 0;
    }
    .mobile-inner-header-icon{
        display: none;
    }
    /* .programme-one-left img{
        width: 80%;
    } */
    [lang="en"] .banner{
        margin-top: 61px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    [lang="en"] .index-one-cont:nth-child(1) a h2{
        max-width: 150px;
    }
    [lang="en"] .head-left a img{
        width: 130px;
    }
    [lang="en"] .head-right ul li a{
        padding: 20px 15px;
        font-size: 14px;
    }
    [lang="en"] .foot-one a img{
        width: 150px;
    }
    [lang="en"] .foot-one a p{
        font-size: 14px;
    }
    .container{
        width: 85%;
    }
    .head-left a img{
        width: 150px;
    }
    .head-left a p{
        font-size: 16px;
    }
    .head-right ul li a{
        padding: 30px;
    }
    .head-drop ul li a{
        padding: 10px 0;
    }
    .ban-swiper .ban-p{
        left: 7.5%;
    }
    .ban-page{
        left: 7.5% !important;
    }
    .index-one-cont{
        padding: 60px 0;
    }
    .index-one-cont a h2{
        width: 80px;
        font-size: 80px;
    }
    .index-pro-right-cont a h2{
        font-size: 16px;
    }
    .index-pro-right-cont a .index-pro-img img{
        width: 80%;
    }
    .index-fa-left{
        width: 20%;
        padding-left: 7.5%;
    }
    .index-fa-p{
        padding: 30px 0;
    }
    .foot-two-er{
        width: 35%;
    }
    .banner{
        margin-top: 84px;
    }
    .pro-detail-ban{
        height: 500px;
    }
    .pro-detail-ban>img{
        height: 100%;
        object-fit: cover;
    }
    .pro-detail-p{
        width: 85%;
    }
    .pro-detail-p-left h2{
        font-size: 24px;
    }
    .pro-detail-p-left p{
        font-size: 16px;
        line-height: 30px;
    }
    .pro-detail-p-right img{
        width: 80%;
        margin: auto;
    }
    .programme-one-left{
        width: 40%;
    }
    .programme-one-right{
        width: 55%;
    }
    .programme-one:nth-child(2n) .programme-one-right{
        padding-left: 7.5%;
    }
    .programme-one:nth-child(2n-1) .programme-one-right{
        padding-right: 7.5%;
    }
    .kt-ban-p{
        width: 100%;
    }
    .xs-two-zhong{
        width: 60%;
    }
    .lc-three{
        width: 100%;
    }
    .contact-one{
        margin-top: 60px;
    }
    .contact-one-top{
        width: 35%;
    }
    .contact-one-cont{
        width: 30%;
    }
    .ss-content{
        width: 100%;
    }
    [lang="en"] .lc-all{
        padding: 35px;
    }
    [lang="en"] .sq form .form-one .form-group label{
        width: auto;
        text-align-last: unset;
        font-size: 14px;
    }
    [lang="en"] .sq form .form-one .form-group input{
        width: calc(100% - 20%);
    }
    [lang="en"] .sq form .form-one .form-group textarea{
        width: calc(100% - 20%);
    }
}
@media screen and (max-width: 1200px) {
    [lang="en"] .index-one-cont a h2{
        font-size: 20px;
        width: 80%;
        height: auto;
    }
    [lang="en"] .sq form .form-one .form-group label{
        width: 100%;
        text-align-last: unset !important;
    }
    .container{
        width: 90%;
    }
    .head-left a p{
        display: none;
    }
    .head-right ul,.head-right-search{
        display: none;
    }
    .index-pro::before,.index-news::before{
        display: none;
    }
    .head-left a img{
        width: 140px;
    }
    .banner{
        margin-top: 50px;
    }
    .ban-swiper .swiper-slide img{
        height: 230px;
        object-fit: cover;
    }
    .ban-swiper .ban-p h1{
        font-size: 20px;
    }
    .ban-swiper .ban-p h2{
        font-size: 24px;
        margin-top: 10px;
    }
    .ban-swiper .ban-p p{
        font-size: 16px;
        margin-top: 20px;
        padding: 5px;
    }
    .ban-swiper .ban-p a{
        margin-top: 20px;
    }
    .ban-swiper .ban-p{
        width: 90%;
        left: 5%;
    }
    .ban-page{
        left: 5% !important;
        bottom: 5px !important;
    }
    .ban-page .swiper-pagination-bullet{
        font-size: 16px;
        margin: 0 10px !important;
    }
    .index-pro{
        padding: 30px 0;
    }
    .index-pro-top-left{
        width: 100%;
    }
    .index-pro-top-left h2{
        font-size: 24px;
    }
    .index-pro-top-left p{
        width: calc(100% - 120px);
        margin-left: 20px;
        font-size: 14px;
    }
    .index-pro-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-pro-top-right ul li{
        font-size: 16px;
        padding: 5px 0;
        margin-left: 0;
        width: 33%;
        text-align: center;
    }
    .index-pro-content{
        margin-top: 30px;
    }
    .index-pro-cont-left{
        display: none;
    }
    .index-pro-cont-right{
        width: 100%;
    }
    .index-pro-right-cont{
        width: 100%;
    }
    .index-pro-right-cont a .index-pro-img img{
        width: 80%;
    }
    .index-fa{
        padding: 30px 0;
    }
    .index-fa-left{
        width: 100%;
        padding-left: 5%;
    }
    .index-fa-left h2{
        font-size: 24px;
    }
    .index-fa-left p{
        font-size: 16px;
    }
    .index-fa-left a{
        margin-top: 20px;
    }
    .index-fa-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-fa-p{
        width: 33.3333%;
    }
    .index-fa-cont:nth-child(1) .index-fa-p:nth-child(1),
    .index-fa-cont:nth-child(1) .index-fa-p:nth-child(2),
    .index-fa-cont:nth-child(2) .index-fa-p:nth-child(1),
    .index-fa-cont:nth-child(2) .index-fa-p:nth-child(5),
    .index-fa-cont:nth-child(3) .index-fa-p:nth-child(4),
    .index-fa-cont:nth-child(3) .index-fa-p:nth-child(5){
        display: none;
    }
    .index-fa-p i{
        font-size: 50px;
    }
    .index-fa-p p{
        font-size: 14px;
    }
    .index-bu-all{
        padding: 0;
    }
    .index-bu-all>h2{
        font-size: 24px;
    }
    .index-bu-all>span{
        font-size: 18px;
        margin-top: 10px;
    }
    .index-bu-all>p{
        font-size: 16px;
        width: 100%;
        margin-top: 20px;
    }
    .index-bu-honor{
        width: 100%;
        margin-top: 0;
    }
    .index-bu-honor-cont{
        margin-top: 30px;
        width: 50%;
    }
    .index-bu-honor-cont h2{
        text-align: center;
    }
    .index-bu-honor-cont p{
        margin-top: 5px;
    }
    .index-bu-all>a{
        margin-top: 30px;
    }
    .index-news{
        padding: 30px 0;
    }
    .index-news-top h1{
        font-size: 24px;
    }
    .index-news-content{
        margin-top: 0px;
    }
    .index-news-cont{
        width: 100%;
        margin-top: 20px;
    }
    .foot-one a p,.foot-one ul{
        display: none;
    }
    .foot-two-yi,.foot-two-er,.foot-two-san,.foot-two-si{
        width: 100%;
        margin-top: 20px;
    }
    .about-ban{
        margin-top: 50px;
    }
    .about-ban img{
        height: 230px;
        object-fit: cover;
    }
    .about-ban-p{
        width: 80%;
    }
    .about-ban-p h2{
        font-size: 24px;
    }
    .about-ban-p p{
        font-size: 18px;
        margin-top: 5px;
    }
    .product-one{
        padding-top: 30px;
        flex-direction: column-reverse;
    }
    .product-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .product-one-right{
        width: 100%;
    }
    .product-one-left h2{
        font-size: 24px;
    }
    .product-one-left p{
        margin-top: 15px;
    }
    .product-two{
        padding-top: 30px;
    }
    .product-two h1{
        font-size: 24px;
    }
    .product-two ul{
        margin-top: 20px;
    }
    .product-two ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .product-two ul li a{
        padding: 10px;
    }
    .product-two ul li a p{
        font-size: 18px;
    }
    .product-three{
        padding: 30px 0;
    }
    .product-three-all h1{
        font-size: 24px;
    }
    .product-three-cont{
        width: 48%;
        margin-top: 20px;
    }
    .foot-one{
        padding: 20px 0;
    }
    .pro-detail-ban{
        margin-top: 50px;
    }
    .pro-detail-ban>img{
        height: 400px;
        object-fit: cover;
    }
    .pro-detail-p{
        width: 85%;
    }
    .pro-detail-p-left{
        display: none;
    }
    .pro-detail-p-right{
        width: 100%;
    }
    .pro-detail-p-right img{
        width: 80%;
        margin: auto;
    }
    .pro-detail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pro-detail-left{
        width: 100%;
    }
    .pro-detail-left h2{
        font-size: 24px;
    }
    .pro-detail-left p{
        font-size: 16px;
        line-height: 30px;
    }
    .pro-detail-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-right a{
        padding: 0 30px;
    }
    .pro-detail-right a p{
        font-size: 16px;
    }
    .pro-detail-right a i{
        font-size: 30px;
    }
    .programme{
        padding: 30px 0;
    }
    .programme-one{
        margin-top: 40px;
    }
    .programme-one:nth-child(2n){
        flex-direction: column-reverse;
    }
    .programme-one-left{
        width: 100%;
    }
    .programme-one-left img{
        border-radius: 10px;
    }
    .programme-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .programme-one:nth-child(2n-1) .programme-one-right,
    .programme-one:nth-child(2n) .programme-one-right{
        padding-right: 5%;
        padding-left: 5%;
    }
    .programme-one-right h2{
        font-size: 24px;
    }
    .programme-one-right p{
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
    .lc-all{
        margin-top: 30px;
        padding: 20px;
    }
    .lc-one h2{
        font-size: 24px;
    }
    .lc-two-left{
        width: 100%;
    }
    .lc-two-right{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .sq form .form-one .form-group{
        justify-content: flex-start;
    }
    .sq form .form-one .form-group input{
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .form-year .liang{
        width: 100%;
        margin-left: 0;
    }
    .form-year p{
        margin-left: 0;
        margin-top: 10px;
    }
    .liang-a{
        width: 100%;
        margin-top: 10px;
    }
    .liang-a p{
        margin-top: 0;
    }
    .sq form .form-one .form-group textarea{
        width: 100%;
        margin-left: 0;
    }
    .sq-btn .btn{
        width: 120px;
        padding: 15px 0;
    }
    .kt-ban{
        margin-top: 50px;
    }
    .kt-ban img{
        height: 230px;
        object-fit: cover;
    }
    .kt-ban-p{
        width: 100%;
    }
    .kt-ban-p h2{
        font-size: 24px;
    }
    .kt-ban-p p{
        font-size: 18px;
    }
    .download{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .download-left{
        width: 100%;
    }
    .download-left ul{
        overflow: hidden;
    }
    .download-left ul li{
        width: 33.333%;
        float: left;
    }
    .download-left ul>a{
        display: none;
    }
    .download-right{
        width: 100%;
        margin-top: 20px;
    }
    .down-top p:nth-child(3),
    .down-top p:nth-child(4),
    .download-one ul li p:nth-child(3),
    .download-one ul li p:nth-child(4)
    {
        display: none;
    }
    .download-one ul li p:first-child{
        width: 70%;
    }
    .js-btn .btn{
        width: 120px;
        padding: 15px 0;
    }
    .js form .form-one .form-group input,
    .js form .form-two .form-group input,
    .js form .form-two .form-group textarea{
        width: 100%;
        margin-left: 0;
    }
    .js form .form-one legend,
    .js form .form-two legend{
        font-size: 20px;
    }
    .xs-two-zhong{
        width: 100%;
        margin: 20px 0;
    }
    .lc-three-all{
        overflow-y: auto;
        overflow-x: scroll;
    }
    .lc-three{
        width: 100%;
    }
    .lc-fw{
        width: 300%;
    }
    .lc-three-yi li h2{
        font-size: 18px;
    }
    .lc-three-yi li p,.lc-three-san li p{
        font-size: 16px;
    }
    .lc{
        padding-bottom: 30px;
    }
    .classroom{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .classroom-one{
        padding: 15px;
    }
    .wen p:last-child{
        font-size: 18px;
        line-height: 30px;
    }
    .about-one{
        padding: 30px 0;
    }
    .about-one-top h2{
        font-size: 24px;
    }
    .about-one-cont{
        margin-top: 30px;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-right h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-two{
        padding: 30px 0;
    }
    .about-two-cont{
        width: 100%;
    }
    .join{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .join-cont{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .join-cont h2{
        font-size: 24px;
    }
    .join-cont div{
        margin-top: 40px;
    }
    .join-detail{
        padding: 30px 0;
    }
    .join-detail-top h2{
        font-size: 24px;
    }
    .join-detail-top p{
        margin-top: 10px;
    }
    .join-detail-cont{
        margin-top: 30px;
    }
    .contact-one{
        margin-top: 20px;
        padding: 20px;
    }
    .contact-one-top h2{
        font-size: 24px;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-p{
        width: 100%;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-two{
        margin-top: 30px;
        padding: 20px;
    }
    .contact-two-all h2{
        font-size: 24px;
    }
    .contact{
        padding-bottom: 30px;
    }
    .news{
        padding: 30px 0;
    }
    .news-all a{
        width: 100%;
    }
    .news-detail{
        padding: 30px 0;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .news-detail-top span{
        font-size: 16px;
    }
    .news-detail-content{
        margin-top: 30px;
    }
    .news-detail-cont{
        width: 100%;
    }
    .ss-all{
        padding: 30px 0;
    }
    .ss-top{
        width: 100%;
    }
    .ss-content{
        width: 100%;
        margin-top: 20px;
    }
    .contact-one-top{
        width: 100%;
    }
    .contact-one-cont{
        width: 100%;
        margin-top: 20px;
    }
    .index-one-cont{
        width: 50%;
        padding: 30px 0;
        margin-top: 10px;
    }
    .index-one-cont a h2{
        width: 24px;
        font-size: 24px;
    }
    .index-one-cont a img{
        width: 50%;
        height: auto;
    }
    .contact-two #container{
        height: 300px;
    }
    .js-cont{
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    [lang="en"] .sq form .form-one .form-group input, .sq form .form-one .form-group textarea{
        width: 100%;
        margin-left: 0;
    }
    .ban-swiper .swiper-slide img{
        height: 500px;
    }
    .about-ban img,.kt-ban img{
        height: 500px;
    }
    .ban-swiper .ban-p{
        width: auto;
    }
    .index-pro-top-left{
        width: 50%;
    }
    .index-pro-top-right{
        width: 30%;
    }
    .index-pro-cont-left{
        width: 20%;
        display: block;
    }
    .index-pro-cont-right{
        width: 80%;
    }
    .index-pro-right-cont{
        width: 31%;
    }
    .index-fa-cont:nth-child(1) .index-fa-p:nth-child(1),
    .index-fa-cont:nth-child(1) .index-fa-p:nth-child(2),
    .index-fa-cont:nth-child(2) .index-fa-p:nth-child(1),
    .index-fa-cont:nth-child(2) .index-fa-p:nth-child(5),
    .index-fa-cont:nth-child(3) .index-fa-p:nth-child(4),
    .index-fa-cont:nth-child(3) .index-fa-p:nth-child(5){
        display: block;
    }
    .index-fa-p{
        width: 20%;
    }
    .index-bu-honor-cont{
        width: 20%;
    }
    .index-news-cont{
        width: 31%;
    }
    .foot-two-yi, .foot-two-er, .foot-two-san, .foot-two-si{
        width: 33%;
    }
    .product-one{
        flex-direction: unset;
    }
    .product-one-left{
        width: 40%;
    }
    .product-one-right{
        width: 45%;
    }
    .product-two ul li{
        width: 48%;
    }
    .product-three-cont{
        width: 31%;
    }
    .pro-detail-p{
        width: 90%;
        align-items: center;
    }
    .pro-detail-p-left{
        display: block;
        width: 55%;
    }
    .pro-detail-p-left h2{
        font-size: 20px;
    }
    .pro-detail-p-left p{
        font-size: 14px;
        line-height: 28px;
    }
    .pro-detail-p-right{
        width: 40%;
    }
    .pro-detail-left{
        width: 40%;
    }
    .pro-detail-right{
        width: 40%;
        margin-top: 0;
    }
    .programme-one-left{
        width: 48%;
    }
    .programme-one-right{
        width: 48%;
    }
    .programme-one:nth-child(2n){
        flex-direction: unset;
    }
    .lc-two-right {
        width: calc(100% - 100px);
        margin-left: 20px;
    }
    .lc-two-left{
        width: 80px;
    }
    .lc-two-right {
        width: calc(100% - 100px);
        margin-left: 20px;
        margin-top: 0;
    }
    .sq form .form-one .form-group input,.sq form .form-one .form-group textarea{
        width: calc(100% - 110px);
        margin-left: 20px;
    }
    .form-year .liang{
        width: calc(100% - 110px) !important;
        margin-left: 20px;
    }
    .liang-a{
        width: calc(100% - 100px);
        margin-left: 100px;
    }
    .form-year p{
        margin-left: 100px;
    }
    .download-left{
        width: 15%;
    }
    .download-left ul li{
        width: 100%;
        float: unset;
    }
    .download-right{
        width: 78%;
        margin-top: 0;
    }
    .down-top p:nth-child(3),
    .down-top p:nth-child(4),
    .download-one ul li p:nth-child(3),
    .download-one ul li p:nth-child(4){
        display: block;
    }
    .download-one ul li p:first-child{
        width: 25%;
    }
    .js form .form-one .form-group input,
    .js form .form-two .form-group input,
    .js form .form-two .form-group textarea{
        width: calc(100% - 110px);
        margin-left: 30px;
    }
    .xs-two-zhong{
        width: 55%;
        margin: 0;
    }
    .lc-three-all{
        overflow-y: unset;
        overflow-x: unset;
    }
    .lc-fw{
        width: 100%;
    }
    .about-one-top img{
        width: 50%;
    }
    .about-one-left{
        width: 40%;
    }
    .about-one-right{
        width: 50%;
        margin-top: 0;
    }
    .about-two-cont{
        width: 31%;
    }
    .join-cont{
        width: 31%;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-right{
        width: 50%;
        margin-top: 0;
    }
    .news-all a{
        width: 31%;
    }
    .index-one-cont{
        width: 25%;
    }
    .index-one-cont a h2{
        width: 70px;
        font-size: 70px;
    }
    .contact-one-top{
        width: 48%;
    }
    .contact-one-cont{
        width: 48%;
        margin-top: 0;
    }
    .js-cont{
        width: 48%;
        margin-bottom: 0;
    }
}
@media (min-width: 414px) and (max-width: 769px) {
    [lang="en"] .sq form .form-one .form-group input, .sq form .form-one .form-group textarea{
        width: 100%;
        margin-left: 0;
    }
    .ban-swiper .swiper-slide img{
        height: 400px;
    }
    .about-ban img,.kt-ban img{
        height: 400px;
    }
    .index-pro-right-cont{
        width: 48%;
    }
    .index-bu-honor-cont{
        width: 20%;
    }
    .index-news-cont{
        width: 48%;
    }
    .product-one{
        flex-direction: unset;
    }
    .product-one-left{
        width: 50%;
        margin-top: 0;
    }
    .product-one-right{
        width: 45%;
    }
    .product-two ul li{
        width: 48%;
    }
    .pro-detail-p{
        width: 90%;
        align-items: center;
    }
    .pro-detail-p-left{
        display: block;
        width: 55%;
    }
    .pro-detail-p-left h2{
        font-size: 20px;
    }
    .pro-detail-p-left p{
        font-size: 14px;
        line-height: 28px;
    }
    .pro-detail-p-right{
        width: 40%;
    }
    .programme-one-left{
        width: 48%;
    }
    .programme-one-right{
        width: 48%;
    }
    .programme-one:nth-child(2n){
        flex-direction: unset;
    }
    .lc-two-right {
        width: calc(100% - 100px);
        margin-left: 20px;
    }
    .lc-two-left{
        width: 80px;
    }
    .lc-two-right {
        width: calc(100% - 100px);
        margin-left: 20px;
        margin-top: 0;
    }
    .sq form .form-one .form-group input,.sq form .form-one .form-group textarea{
        width: calc(100% - 110px);
        margin-left: 20px;
    }
    .form-year .liang{
        width: calc(100% - 110px) !important;
        margin-left: 20px;
    }
    .liang-a{
        width: calc(100% - 100px);
        margin-left: 100px;
    }
    .form-year p{
        margin-left: 100px;
    }
    .down-top p:nth-child(3),
    .down-top p:nth-child(4),
    .download-one ul li p:nth-child(3),
    .download-one ul li p:nth-child(4){
        display: block;
    }
    .download-one ul li p:first-child{
        width: 25%;
    }
    .js form .form-one .form-group input,
    .js form .form-two .form-group input,
    .js form .form-two .form-group textarea{
        width: calc(100% - 110px);
        margin-left: 30px;
    }
    .xs-two-zhong{
        width: 55%;
        margin: 0;
    }
    .lc-fw{
        width: 120%;
    }
    .about-one-top img{
        width: 60%;
    }
    .about-two-p{
        min-height: 210px;
    }
    .about-two-cont{
        width: 49%;
    }
    .about-two-p{
        padding: 20px;
    }
    .about-two-p p{
        margin-top: 20px;
    }
    .join-cont{
        width: 48%;
    }
    .contact-one-left{
        width: 50%;
    }
    .contact-one-right{
        width: 50%;
        margin-top: 0;
    }
    .news-all a{
        width: 48%;
    }
    .js-cont{
        width: 48%;
        margin-bottom: 0;
    }
}
@media (max-width: 321px) and (max-width: 414px) {
    .ban-swiper .swiper-slide img{
        height: 230px;
    }
    .index-fa-p{
        padding: 20px 0;
    }
    .sq-btn .btn,.js-btn .btn{
        width: 100px;
    }
}
@media screen and (max-width: 320px) {
    .ban-swiper .swiper-slide img{
        height: 200px;
    }
    .about-ban img,.kt-ban img{
        height: 200px;
    }
    .index-fa-p{
        padding: 20px 0;
    }
    .sq-btn .btn,.js-btn .btn{
        width: 100px;
    }
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.pagination a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 60px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination a:hover,
.pagination a.active {
    background-color: rgb(80, 80, 174);
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
