.right{
    float: right;
}
.left{
    float: left;
}

.bggreen{
    background: #037abc!important;
}
.bggray{
    background: #333!important;
}
.bglight{
    background: #f2f9f4!important;
}

.container,header,footer{
    max-width: 750px;
    margin: auto;
    background: #fff;
}
.row{
    padding: 25px 15px;

}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
    background-color: #037abc;
    padding-bottom: 15px;
}
footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

/* nav start */
#menuToggle{
    width: 36px;
    height: 32px;
    border-radius: 5px;
    border: #fff 1px solid;
    padding: 5px 5px;
    margin-top: 10px;
    cursor: pointer;
}
#menuToggle:hover{
    border: #03a84e 1px solid;
}
#menuToggle span{
    display: block;
    height: 3px;
    width: 99%;
    background: #f5f5f5;
    margin: 3px 0;
}
#menuToggle:hover span{
    background: #03a84e;

}

.menu {  
    display: none;   
    width: 100%;  
    height: 100%;  
    z-index: 1000;  
    position: absolute;
    top: 0;
    left: 0;
}  
  
.menu ul {  
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    list-style: none;  
    padding: 15px 20px;  
    margin: 0;  
    position: relative;   
    font-size: 20px;
}  
  
.menu ul li {  
    padding: 10px;  
    width: 33%;
    float: left;
    letter-spacing: -1px;
    padding: 3px 0;
    font-weight: bold;
}  
.menu ul li ul li{
    font-weight: normal;
    width: 100%;
}
  
.menu ul li a {  
    text-decoration: none;  
}  
  
#closeMenu {  
    position: absolute;  
    top: 10px;  
    right: 10px;  
    padding: 5px 10px;  
    background: #f44336;  
    color: white;  
    border: none;  
    border-radius: 5px;  
    cursor: pointer;  
    z-index: 999999;
}
/* nav end */

header .row{
    padding: 15px 30px 10px 30px;
}
header .wa{
    width: 50%;
}
header p{
    padding: 5px 0 0 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}
header .left img{
    background: #03a84e;
    width: 40px;
    border-radius: 20%;
    padding: 2%;
    margin-top: 5px;
    margin-left: 35px;
}
header p a{
    font-size: 18px;
    font-weight: bolder;
    line-height: 2;
}

.navpath{
    text-align: right;
    padding-right: 20px;
    
}

.cons1,.cons2,.cons3{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.cons1{
    height: 1040px;
    margin-top: 85px;
    background-image: url(../images/banner.webp);  
}
.cons6{
    margin-top: 86px;
}
.cons2{
    height: 883px;
    background-image: url(../images/banner2.webp);
}
.cons3{
    padding-bottom: 35px;
}
.cons1 div{
    padding: 160px 90px 0 110px;
}
.cons2 div,.cons3 div.row{
    padding: 68px 15px 0 15px;
    color: #fff;
    text-align: center;
}
.cons1 h1{
    font-size: 66px;
    color: #037abc;
    line-height: 1.2;
    text-transform: uppercase;
}
.cons2 h2, .cons3 h2{
    font-size: 56px;
    color: #fff;
}
.cons1 p{
    font-size: 32px;
    color:#fff;
    background: #0e5a2a;
}
.cons2 p, .cons3 p{
    font-size: 18px;
    color: #eee;
}

table tr:nth-child(2n){
    background:#e0e0e0;
}
table tr td{
    padding: 10px 15px;
    border:#ccc solid 1px ;
    text-align: center;
}
table tr td:first-child{
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
}
table tr.bggreen{
    color: #fff;
    font-size: larger;
    font-weight: bolder;
    line-height: 2;
}
table tr.bggreen td{
    text-align: center;
}
.subpro{
    margin-top: 85px;
}
.subpro .row{
    padding-bottom: 5px;
}
.parameters .tit{
    line-height: 1.1;
    font-size: 20px;
    font-weight:normal;
    margin: 10px 0 35px 0;
    padding: 25px;
    background-image: url(/images/titbg.webp);
    background-size: cover;
    color: #fff;
    text-transform:uppercase;
    border-radius: 10px;
}
.parameters .tit h1{
    min-width: 40%;
    text-align: right;
    padding-right: 1%;
    font-weight: normal;
}
.cons3 .item{
    width: 33.33%;
    margin-top: 30px;
}
.cons3 .item img{
    width: 85%;
}
.cons3 .item h3{
    font-size: 16px;
    min-height: 50px;
}

.sotop{
    overflow: hidden;
}
.sotop img{
  margin-right: 40px;
  width: 32%;
}
.sotop p{
    color: #333;
    font-size: 38px;
    padding: 60px 0 0 50px;
    text-align: left;
    width: 58%;
}
.sotop p span{
    font-weight: bold;
}
.soboo{
    margin: 0 35px 55px 35px;
    border-radius: 25px;
    overflow: hidden;
    border: #fff solid 2px;
    background: #fff;
}
.soboo h3{
    font-size: 36px;
    color: #fff;
    padding: 10px 30px;
    line-height: 1.3;
}
.soboo ul{
    color: #037abc;
    font-size: 32px;
    padding: 30px;
    overflow: hidden;
    font-weight: bold;
}
.soboo ul li{
    float: left;
    padding: 7px 20px;
}

.send-in,.send-textarea{
    border-radius: 20px;
    border: #eee solid 1px;
    background: none;
    padding: 15px;
    font-size: 16px;
    margin: 3%;
    color: #fff;
}
.send-in{
    width: 44%;
    float: left;
}
.send-textarea{
    width: 94%;
    height: 100px;
}
.send-submit{
    width: 94%;
    border-radius: 50px;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    letter-spacing: 3px;
}
.service{
    margin-bottom: 55px;
}
.service h2,.service p{
    color: #037abc;
}
.service ul{
    padding: 25px;
    overflow: hidden;
}
.service li{
    background: #037abc;
    width: 46%;
    margin: 3% 2%;
    float: left;
    padding: 25px 10px;
    font-size: 22px;
}

footer{
    overflow: hidden;
}
footer li{
    width: 49%;
    float: left;
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
    font-weight: normal;
}
footer li a{
    color: #fff;
}
footer li:nth-child(1){
    border-right: #fff solid 1px;
}
.privacy{
    clear: both;
}
.privacy a,.privacy{
    color: #333;
}
.cons6{
    padding: 15px 25px 100px 25px;
}
.cons6 h2,.cons6 h3{
    padding: 15px 0;
}
.icps ul{
    padding: 0 30px;
}
.icps li{
    float: left;
    width: 33%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.icps li ul li{
    font-weight: normal;
    width: 100%;
}
.ilistss{
    margin: 15px;
    clear: both;
    overflow: hidden;
}
.ilistss li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 25px 15px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ilistss li:nth-child(2n){
    background-color: #f9f9f9;
    border-radius: 10px;
}
.ilistss li img {
    float: left;
    width: 36%;
    margin: 5px 25px 15px 15px;
    border-radius: 10px;
}
.ilistss li a{
    font-size: 18px;
}
.ilistss li.latest__blog__item__pic{
    display: block;
}

.blog-leftgrids{
    clear: both;
    margin: 10px 0 20px 0;
    border-bottom: #eee dashed 1px;
    overflow: hidden;
    padding: 15px 10px;
}
.blog-leftgrids a.bit {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width:auto;
    color: #fff !important;
    padding: 12px 25px; /* 增加了一些内边距 */
    background: linear-gradient(90deg, #1c84e3, #18d26e); /* 添加了从深蓝到浅灰的渐变背景 */
    border: none; /* 移除默认边框 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加了轻微的阴影 */
    text-decoration: none; /* 确保没有下划线 */
    font-weight: bold; /* 加粗字体 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
  }
  
.blog-leftgrids a.bit:hover {
    background: linear-gradient(90deg, #54a4f0, #18d26e); /* 鼠标悬停时反转渐变方向 */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* 更强的阴影 */
    transform: translateY(-2px); /* 向上移动一点 */
  }
.images_3_of_1{
    width: 50%;
    float: left;
    margin-right: 15px;
}
.latest__blog__item__pic{
    width: 100%;
    height: 260px;
    background-size: cover;
    margin-bottom: 35px;
}
.latest__blog__item__pic iframe{
    width: 100%;
    height: 100%;

}
.parameters h3,.blog-leftgrids h5{
    font-size: 16px;
    padding-bottom: 15px;
}

.maincons h2{
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 35px auto;
    width: 80%;
 }
 .maincons div.img{
    text-align: center;
    border: #e0e0e0 solid 1px;
    margin-bottom: 20px;
 }
 .maincons div.img img {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.readmore {
    min-width: 180px;
    margin-top: 10px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    color: #fff !important;
    padding: 10px 20px; /* 增加了一些内边距 */
    background: linear-gradient(90deg, #1c84e3, #18d26e); /* 添加了从深蓝到浅灰的渐变背景 */
    border: none; /* 移除默认边框 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加了轻微的阴影 */
    text-decoration: none; /* 确保没有下划线 */
    font-weight: bold; /* 加粗字体 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
  }
  
.readmore:hover {
    background: linear-gradient(90deg, #54a4f0, #18d26e); /* 鼠标悬停时反转渐变方向 */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* 更强的阴影 */
    transform: translateY(-2px); /* 向上移动一点 */
  }
  .parameters .tit p{
    line-height: 1.4;
    text-align: left;
    text-transform: none;
}

.ytb{
    width: 100%;
    height: 320px;
    margin: 25px 0;
}

.pdf{
    margin-bottom: 60px;
    overflow: hidden;
}
.pdf iframe{
    width: 100%;
    margin: 25px 0 15px 0;
}

.faqs{
    padding: 25px;
    border-radius: 10px;
}
.faqs h3{
    padding-bottom: 0;
    margin-top: 25px;
}
.faqs p{
    padding: 15px 0;
    border-bottom: #03a84e 1px solid;
}
.SearchDiv{
    text-align: center;
    background: linear-gradient(90deg, #1c84e3, #18d26e);
    padding: 25px 5px;
    border-radius: 10px;
}
.search{
    margin: 25px 0;
}
.search input{
    border: #037abc 2px solid;
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    height: 40px;
    width: 66%;
}
.search button{
    background: #037abc;
    border-radius: 0 10px 10px 0;
    border: none;
    color: #fff;
    height: 40px;
    width: 100px;
    margin-left: -10px;
    cursor: pointer;

}

@media screen and (max-width:720px){
    .cons1 h1 {
        font-size: 60px;
    }
    .service li {
        font-size: 20px;
    }
    .cons1 {
        height: 970px;
    }
    .cons2 {
        height: 820px;
    }
}

@media screen and (max-width:690px){
    .cons1 {
        height: 900px;
    }
    .cons2 {
        height: 780px;
    }
}
@media screen and (max-width:672px){
    .cons1 {
        height: 880px;
    }
    .cons2 {
        height: 740px;
    }
    .cons1 div {
        padding: 120px 60px 0 90px;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 42px;
    }
    .soboo h3 {
        font-size: 30px;
    }
    .sotop p {
        font-size: 32px;
    }
    .soboo ul {
        font-size: 28px;
    }
    .send-submit {
        font-size: 22px;
    }
    .service li {
        font-size: 18px;
    }
}
@media screen and (max-width:630px){
    header .row {
        padding:7px 15px 3px 15px;
    }
    .cons1 {
        height: 750px;
    }
    .cons2 {
        height: 600px;
    }
    .service li {
        font-size: 14px;
    }
    footer li {
        font-size: 20px;
    }
    .cons1 h1 {
        font-size: 45px;
    }
    .cons1 p {
        font-size: 22px;
    }
    .subpro {
        margin-top: 80px;
    }
    .parameters .tit {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 32px;
    }
    .cons2 p, .cons3 p {
        font-size: 14px;
    }
    .cons3 .item h3 {
        font-size: 14px;
        height: 30px;
    }
    .soboo h3 {
        font-size: 18px;
    }
    .soboo ul {
        font-size: 16px;
    }
    .sotop p {
        color: #333;
        padding: 60px 0 0 100px;
        font-size: 22px;
    }
    .table{
        overflow: hidden;
        overflow-x: scroll;
    }
    .service{
        margin-bottom: 85px;
    }
    .ilistss li {
        width: 99%;
        margin-right: 0%;
    }
    .ilistss li img {
        float: left;
        width: 100%;
        margin: 5px 5px 35px 5px;
    }
    .readmore {
        width: 66%;
    }
    .ilistss li p{
        padding: 5px 0;
    }
}
@media screen and (max-width:530px){
    .cons1 {
        height: 680px;
    }
    .cons2 {
        height: 560px;
    }
    .images_3_of_1 {
        width: 100%;
        margin-right: 0;
    }
    .parameters .tit p {
        display: none;
    }
    .parameters .tit h1 {
        text-align: center;
    }
}
@media screen and (max-width:500px){
    .row {
        padding: 15px;
    }
    header .left img {
        background: #03a84e;
        width: 32px;
        padding: 2%;
        margin-top: 10px;
    }
    header .logo{
        width: 130px;
        margin-top: 12px;
    }
    header .right img{
        width: 42px;
    }
    header p {
        padding: 12px 0 0 7px;
        font-size: 12px;
    }
    header p a {
        font-size: 14px;
    }
    .cons1 div {
        padding: 100px 30px 0 30px;
    }
    .cons1 h1 {
        font-size: 36px;
    }
    .cons1 p {
        font-size: 18px;
    }
    .cons1 {
        height: 520px;
        margin-top: 92px;
    }
    .cons6{
        margin-top: 92px;
    }
    .cons2 {
        height: 430px;
    }
    .cons2 div, .cons3 div.row {
        padding: 30px 15px 0 15px;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 26px;
    }
    .cons3 .item h3 {
        font-size: 12px;
        height: 20px;
    }
    .cons3 {
        padding-bottom: 25px;
    }
    .soboo {
        margin: 0 25px 15px 25px;
        border-radius: 20px;
    }
    .sotop p {
        padding: 45px 0 0 60px;
        font-size: 18px;
        width: 50%;
    }
    .soboo h3 {
        font-size: 16px;
    }
    .soboo ul {
        font-size: 14px;
    }
    .send-in {
        width: 94%;
    }
    .send-in, .send-textarea {
        border-radius: 20px;
        padding: 10px;
        font-size: 14px;
    }
    .service li {
        width: 46%;
        margin: 2%;
        float: left;
        padding: 5px;
        font-size: 12px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer li {
        font-size: 16px;
        padding: 20px 0;
    }
    .service {
        margin-bottom: 65px;
    }
}