.header{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 175px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right ul li{}
.head-right ul li:first-child a{
    padding-left: 0;
}
.head-right ul li:last-child a{
    padding-right: 0;
}
.head-right ul li a{
    display: block;
    font-size: 16px;
    color: #191919;
    line-height: 100px;
    padding: 0 30px;
    transition: .3s ease-in;
}
.head-right ul li a:hover,
.head-right ul .active a{
    color: #094AA3;
    transform: scale(1.06);
}
.head-right ul li form{
    width: 230px;
}
.head-right ul li form .form-group{
    position: relative;
}
.head-right ul li form .form-group input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #666;
    border-radius: 25px;
    font-size: 14px;
    color: #191919;
    line-height: 40px;
    padding: 0 10px;
    padding-right: 50px;
}
.head-right ul li form .form-group button{
    border: none;
    background-color: unset;
    outline: none;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.head-right ul li form .form-group button img{
    width: 25px;
    display: block;
}
.banner{
    margin-top: 100px;
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper .swiper-slide{}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.index-pro{
    padding: 150px 0;
}
.index-pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-pro-top-left{}
.index-pro-top-left p{
    font-size: 14px;
    line-height: 1;
    color: #094AA3;
    position: relative;
    padding-left: 10px;
}
.index-pro-top-left p::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #094AA3;
    position: absolute;
    top: 0;
    left: 0;
}
.index-pro-top-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: bold;
    margin-top: 20px;
}
.index-pro-top-right{}
.index-pro-top-right a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 10px 0;
    transition: .3s ease-in;
}
.index-pro-top-right a span{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #094AA3;
}
.index-pro-top-right a span i{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.index-pro-top-right a p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 10px;
    transition: .3s ease-in;
}
.index-pro-top-right a:hover{
    background-color: #094AA3;
}
.index-pro-top-right a:hover p{
    color: #fff;
}
.index-pro-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 40px;
}
.index-pro-cont a{
    width: 14.6666%;
    margin-left: 2%;
    display: block;
    border: 1px solid #DBDCDC;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-pro-cont a .index-pro-img{
    border: 1px solid #EEEEEE;
    padding: 50px 40px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.index-pro-cont a .index-pro-img img{
    display: block;
    width: 100%;
    transition: .3s ease-in;
}
.index-pro-cont a p{
    font-size: 16px;
    color: #191919;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    transition: .3s ease-in;
}
.index-pro-cont a:hover{
    background-color: #094AA3;
}
.index-pro-cont a:hover p{
    color: #fff;
}
.index-pro-cont a:hover img{
    transform: scale(1.06);
}
/* 首页和新闻详情部分不要了，以防撤回，css先不删 */
.index-product{
    padding: 150px 0;
}
.index-product-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
    margin-left: -1%;
}
.index-product-cont a{
    width: 24%;
    margin-left: 1%;
    padding: 50px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(196,196,196,.75);
    margin-bottom: 20px;
    transition: .3s ease-in;
}
.index-product-cont a i{
    display: block;
    font-size: 60px;
    color: #094AA3;
    text-align: center;
    transition: .3s ease-in;
}
.index-product-cont a h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-product-cont a p{
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
}
.index-product-cont a:hover{
    background-color: #094AA3;
}
.index-product-cont a:hover i,
.index-product-cont a:hover h2,
.index-product-cont a:hover p{
    color: #fff;
}
/* end */

.product-cont{}
.product-cont-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-cont-p a{
    width: 23%;
    margin-left: 2%;
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F1F1F1;
}
.product-cont-p a h2{
    font-size: 24px;
    color: #191919;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-cont-p a p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-cont-p a div{
    overflow: hidden;
    margin-top: 40px;
}
.product-cont-p a div img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.product-cont-p a:hover h2{
    color: #094AA3;
}
.product-cont-p a:hover img{
    transform: scale(1.06);
}
.product-cont-p a{}
.index-about{
    padding-top: 100px;
    padding-bottom: 200px;
    background: url(../img/about-bj.png) no-repeat center fixed;
    background-size: cover;
}
.index-about-all{
    width: 55%;
}
.index-about-all>span{
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
}
.index-about-all>span::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.index-about-all h2{
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
}
.index-about-all>p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-top: 30px;
}
.index-about-all a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 40px;
    transition: .3s ease-in;
}
.index-about-all a span{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #094AA3;
}
.index-about-all a span i{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.index-about-all a p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.index-about-all a:hover{
    background-color: #094AA3;
}
.index-about-all a:hover p{
    color: #fff;
}
.index-news{
    padding: 150px 0;
}
.index-news-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-left{
    width: 30%;
}
.index-news-left a{
    display: block;
}
.index-news-left a .index-news-img{
    overflow: hidden;
    position: relative;
}
.index-news-left a .index-news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-news-left a .index-news-p{
    background-color: #F1F1F1;
    padding: 50px;
    box-sizing: border-box;
}
.index-news-left a .index-news-p b{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #094AA3;
}
.index-news-left a .index-news-p h2{
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-left a .index-news-p p{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}
.index-news-left a .index-news-p span{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #094AA3;
    margin-top: 20px;
    border-radius: 5px;
}
.index-news-left a .index-news-p span i{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.index-news-left a:hover img{
    transform: scale(1.06);
}
.index-news-left a:hover h2{
    color: #094AA3;
}
.index-news-right{
    width: 68%;
}
.index-news-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-right ul li{
    width: 49%;
}
.index-news-right ul li a{
    display: block;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    transition: .3s ease-in;
}
.index-news-right ul li a b{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #094AA3;
    transition: .3s ease-in;
}
.index-news-right ul li a h2{
    font-size: 24px;
    line-height: 34px;
    min-height: 68px;
    color: #333333;
    margin-top: 20px;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-right ul li a p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-news-right ul li a span{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #094AA3;
    margin-top: 50px;
    border-radius: 5px;
    transition: .3s ease-in;
}
.index-news-right ul li a span i{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    transition: .3s ease-in;
}
.index-news-right ul li a:hover{
    background-color: #094AA3;
}
.index-news-right ul li a:hover b,
.index-news-right ul li a:hover h2,
.index-news-right ul li a:hover p{
    color: #fff;
}
.index-news-right ul li a:hover span{
    background-color: #fff;
}
.index-news-right ul li a:hover span i{
    color: #094AA3;
}
.index-news-other{
    margin-top: 30px;
    background-color: #F1F1F1;
    box-sizing: border-box;
}
.index-news-other a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    transition: .3s ease-in;
}
.index-news-other a:last-child{
    border-bottom: none;
}
.index-news-other a p{
    width: calc(100% - 110px);
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-news-other a span{
    width: 90px;
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    transition: .3s ease-in;
}
.index-news-other a:hover{
    background-color: #094AA3;
}
.index-news-other a:hover p,
.index-news-other a:hover span{
    color: #fff;
}
.index-evaluate{
    padding-top: 100px;
    padding-bottom: 200px;
    background: url(../img/evaluate-bj.png) no-repeat center;
    background-size: cover;
}
.index-evaluate-all{}
.index-evaluate-cont{
    width: 70%;
    margin-left: 5%;
}
.evaluate-swiper{
    overflow: hidden;
    position: relative;
}
.evaluate-swiper li{
    padding: 100px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.45);
}
.evaluate-swiper li h2{
    font-size: 18px;
    color: #fff;
}
.evaluate-swiper li p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-top: 20px;
}
.evaluate-swiper li span{
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    position: relative;
    margin-top: 40px;
    padding-left: 80px;
}
.evaluate-swiper li span::before{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ce{
    width: 60px;
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 999;
}
.ce-cont{
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.ce-p{
    position: relative;
}
.ce-p>p{
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
.ce-p:last-child>p{
    border-bottom: none;
}
.ce-p>p img{
    width: 30px;
    display: block;
    margin: auto;
}
.ce-p>p span{
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.ce-p li{
    width: max-content;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in;
    display: none;
}
.ce-p li p{
    background-color: #F1F1F1;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    color: #131313;
}
.ce-p li img{
    width: 100px;
    display: block;
}
.ce-p:hover li{
    display: block;
    right: 60px;
    /* transform: translateY(-50%) translateX(120%); */
}
.footer{
    background-color: #094AA3;
}
.foot{}
.foot-top{
    padding: 70px 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.foot-top a{
    width: 175px;
    display: block;
}
.foot-top a img{
    width: 100%;
    display: block;
}
.foot-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.foot-cont-left{
    width: 25%;
}
.foot-cont-left p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.foot-cont-left p b{
    display: block;
    font-weight: normal;
    font-size: 36px;
    margin-top: 5px;
}
.foot-cont-left span{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}
.foot-cont-zhong{
    width: 50%;
}
.foot-cont-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-cont-zhong ul li{}
.foot-cont-zhong ul li p{
    font-size: 18px;
    color: #fff;
}
.foot-cont-zhong ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    transition: .3s ease-in;
}
.foot-cont-zhong ul li a:hover{
    opacity: .8;
}
.foot-cont-right{
    width: 15%;
    overflow: hidden;
}
.foot-cont-right li{
    width: 140px;
    float: right;
}
.foot-cont-right li img{
    width: 100%;
    display: block;
}
.foot-cont-right li p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.foot-di{
    padding: 50px 0;
}
.foot-di p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.foot-di p a{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.brand-ban{
    margin-top: 100px;
    position: relative;
}
.brand-ban img{
    width: 100%;
    display: block;
}
.brand-ban-p{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.brand-ban-p form{}
.brand-ban-p form legend{
    font-size: 54px;
    color: #fff;
    text-align: center;
}
.brand-ban-p form .form-group{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand-ban-p form .form-group div{
    width: 48%;
    border: 1px solid #fff;
    border-radius: 25px;
}
.brand-ban-p form .form-group input{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border: none;
    background-color: unset;
    border-radius: 25px;
    padding: 0 20px;
}
.brand-ban-p form .form-group input::placeholder{
    color: #fff;
}
.brand-ban-p form .form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    border: none;
    background-color: unset;
    border-radius: 25px;
    padding: 0 20px;
}
.brand-ban-p form .form-group select option{
    width: 100%;
    background-color: transparent;
    color: #333333;
}
.brand-ban-p form .brand-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.brand-ban-p form .brand-btn button{
    width: 240px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    background-color: unset;
    text-align: center;
    transition: .3s ease-in;
}
.brand-ban-p form .brand-btn button:first-child{
    background-color: #094AA3;
    border: 1px solid transparent;
}
.brand-ban-p form .brand-btn button:first-child:hover{
    background-color: #fff;
    color: #094AA3;
}
.brand-ban-p form .brand-btn button:last-child{
    border: 1px solid #fff;
    margin-left: 40px;
}
.brand-ban-p form .brand-btn button:last-child:hover{
    background-color: #094AA3;
}
.brand{
    padding: 100px 0;
    position: relative;
}
.brand-zi{
    background-color: #F1F1F1;
    box-sizing: border-box;
    position: fixed;
    height:100%;
}
.sfixed{
    position: fixed;
    top: 100px;
    left: 0;
    height:100%;
}
.brand-zi p{
    width: 50px;
    height:calc(100% - 150px);
    overflow: hidden;
    overflow-y: auto;
}
.brand-zi p a{
    display: block;
    font-size: 14px;
    color: #191919;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    transition: .3s ease-in;
}
.brand-zi p a:hover,
.brand-zi p .active{
    color: #094AA3;
    transform: scale(1.5);
}
/* 滚动条轨道样式 */
.brand-zi p::-webkit-scrollbar {
    width: 2px; /* 设置滚动条宽度 */
    background-color: #ffffff;
}  
/* 滚动条滑块样式 */
.brand-zi p::-webkit-scrollbar-thumb {
    background-color: #094AA3; /* 设置滑块背景颜色 */
    border-radius: 0px; /* 设置滑块圆角 */
}
.brand-all{}
.brand-cont{
    margin-top: 60px;
}
.brand-cont:first-child{
    margin-top: 0;
}
.brand-cont h2{
    font-size: 36px;
    color: #191919;
    line-height: 80px;
    background-color: #F1F1F1;
    padding: 0 30px;
    box-sizing: border-box;
}
.brand-cont .index-pro-cont{
    margin-top: 10px;
}
.branddetail{
    margin-top: 0;
}
.brand-detail{
    padding: 150px 0;
}
.brand-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand-detail-one h2{
    font-size: 36px;
    color: #191919;
}
.brand-detail-one p{
    width: 70%;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.brand-detail-two{
    margin-top: 50px;
}
.brand-detail-two img{
    width: 100%;
    display: block;
}
.brand-detail-three{
    margin-top: 60px;
}
.brand-detail-three ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.brand-detail-three ul li{
    width: 10%;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    cursor: pointer;
    transition: .3s ease-in;
}
.brand-detail-three ul li:hover,
.brand-detail-three ul .active{
    background-color: #094AA3;
    color: #fff;
}
.brand-detail-three ul li{}
.brand-three-content{}
.brand-three-cont{}
.brand-three-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1%;
}
.brand-three-p a{
    width: 100%;
    margin-left: 1%;
    margin-top: 40px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.brand-three-p-left{
    width: 20%;
    overflow: hidden;
}
.brand-three-p-left img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.brand-three-p-right{
    width: 78%;
}
.brand-three-p-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.brand-three-p-right p{
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.brand-three-p-right span{
    display: inline-block;
    background-color: #094AA3;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.brand-three-p a:hover h2{
    color: #094AA3;
}
.brand-three-p a:hover img{
    transform: scale(1.06);
}
.pro-ban{
    margin-top: 100px;
    position: relative;
}
.pro-ban img{
    quotes: 100%;
    display: block;
}
.product{
    padding-bottom: 150px;
}
.product-all{}
.product-top{}
.product-top-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #F1F1F1;
}
.product-top-one p{
    width: 90px;
    font-size: 18px;
    line-height: 50px;
    color: #666666;
}
.product-top-one li{
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-top-one li span{
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    padding-right: 40px;
    cursor: pointer;
    transition: .3s ease-in;
}
.product-top-one li span:hover,
.product-top-one li .active{
    color: #094AA3;
}
.product-top-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #F1F1F1;
}
.product-top-two p{
    width: 90px;
    font-size: 18px;
    color: #666666;
}
.product-top-two li{
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-top-two li span{
    display: block;
    font-size: 18px;
    color: #333333;
    padding-right: 30px;
    cursor: pointer;
}
.product-top-two li span:hover,
.product-top-two li .active{
    color: #094AA3;
}
.product-page{
    margin: auto;
    margin-top: 60px;
}
.product-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.product-page ul li{
    margin: 0 8px;
}
.product-page ul li a{
    display: block;
    width: 45px;
    height: 45px;
    background-color: #F1F1F1;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
}
.product-page ul li a:hover,
.product-page ul .active a{
    background-color: #094AA3;
    color: #fff;
}
.product-page ul .product-zuo a,
.product-page ul .product-you a{
    width: auto;
    padding: 0 20px;
}
.pro-detail{
    margin-top: 100px;
}
.pro-detail-one{
    padding: 200px 0;
    background: url(../img/pro-detail-bj.png) no-repeat center;
    background-size: cover;
}
.pro-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-detail-one-left{
    width: 45%;
}
.pro-detail-one-left h1{
    font-size: 36px;
    color: #094AA3;
}
.pro-detail-one-left h2{
    font-size: 36px;
    color: #191919;
    margin-top: 20px;
}
.pro-detail-one-left li{
    margin-top: 30px;
}
.pro-detail-one-left li p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.pro-detail-one-contact{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-detail-one-contact a{
    width: 180px;
    margin-right: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-detail-one-contact a span,
.pro-detail-one-contact a i{
    transition: .3s ease-in;
}
.pro-detail-one-contact a:first-child{
    border: 1px solid #094AA3;
}
.pro-detail-one-contact a:first-child span{
    display: block;
    font-size: 16px;
    color: #094AA3;
}
.pro-detail-one-contact a:first-child i{
    display: block;
    font-size: 16px;
    color: #094AA3;
    margin-left: 10px;
}
.pro-detail-one-contact a:first-child:hover{
    background-color: #094AA3;
}
.pro-detail-one-contact a:first-child:hover span,
.pro-detail-one-contact a:first-child:hover i{
    color: #fff;
}
.pro-detail-one-contact a:nth-child(2){
    background-color: #094AA3;
}
.pro-detail-one-contact>p{
    margin-right: 0;
}
.pro-detail-one-contact>p img{
    width: 120px;
    display: block;
}
.pro-detail-one-contact a:nth-child(2) i{
    font-size: 16px;
    color: #fff;
}
.pro-detail-one-contact a:nth-child(2) span{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}
.pro-detail-one-contact a:nth-child(2):hover{
    border: 1px solid #094AA3;
    background-color: transparent;
}
.pro-detail-one-contact a:nth-child(2):hover i,
.pro-detail-one-contact a:nth-child(2):hover span{
    color: #094AA3;
}
.pro-detail-one-left>span{
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.pro-detail-one-ewm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.pro-detail-one-ewm p{
    margin-right: 30px;
}
.pro-detail-one-ewm p:last-child{
    margin-right: 0;
}
.pro-detail-one-ewm p img{
    width: 120px;
    display: block;
}
.pro-detail-one-right{
    width: 45%;
}
.pro-detail-one-right img{
    display: block;
    margin: auto;
}
.pro-detail-two{
    padding-top: 100px;
    padding-bottom: 150px;
}
.pro-detail-two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #F1F1F1;
}
.pro-detail-two ul li:last-child{
    margin-right: 0;
}
.pro-detail-two ul li{
    font-size: 24px;
    color: #333333;
    margin-right: 30px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: .3s ease-in;
}
.pro-detail-two ul li:hover,
.pro-detail-two ul .active{
    color: #094AA3;
    border-bottom: 1px solid #094AA3;
}
.pro-detail-two-content{
    margin-top: 60px;
}
.pro-detail-two-cont{}
.service{
    padding: 150px 0;
}
.service-one{}
.service-one h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.service-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin-top: 60px;
}
.service-one-left{
    width: 40%;
}
.service-one-left ul{
    width: 100%;
    height: 400px;
    overflow-y: auto;
}
/* 滚动条轨道样式 */
.service-one-left ul::-webkit-scrollbar {
    width: 2px; /* 设置滚动条宽度 */
    background-color: #ffffff;
}  
/* 滚动条滑块样式 */
.service-one-left ul::-webkit-scrollbar-thumb {
    background-color: #094AA3; /* 设置滑块背景颜色 */
    border-radius: 0px; /* 设置滑块圆角 */
}
.service-one-left ul li{
    font-size: 18px;
    line-height: 100px;
    color: #191919;
    padding: 0 40px;
    box-sizing: border-box;
    background-color: #F0F0F0;
    overflow: hidden;
    transition: .3s ease-in;
    cursor: pointer;
    position: relative;
}
.service-one-left ul li::after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 10%;
}
.service-one-left ul li:hover,
.service-one-left ul .active{
    background-color: #fff;
    color: #094AA3;
}
.service-one-right{
    width: 60%;
}
.service-one-right-all{}
.service-one-right-cont{}
.service-one-p{
    padding: 100px;
    box-sizing: border-box;
}
.service-one-p .q{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-one-p .q span{
    width: 25px;
    height: 25px;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #094AA3;
    line-height: 25px;
    text-align: center;
}
.service-one-p .q p{
    width: calc(100% - 40px);
    font-size: 24px;
    line-height: 25px;
    color: #333333;
}
.service-one-p .a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.service-one-p .a span{
    width: 25px;
    height: 25px;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #D8251D;
    line-height: 25px;
    text-align: center;
}
.service-one-p .a p{
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.service-two{
    margin-top: 150px;
}
.service-two h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.service-two-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-two-cont{
    width: 23%;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(197,197,197,.75);
    transition: .3s ease-in;
}
.service-two-cont i{
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #094AA3;
    text-align: center;
    transition: .3s ease-in;
}
.service-two-cont p{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    transition: .3s ease-in;
}
.service-two-cont:hover{
    background-color: #094AA3;
}
.service-two-cont:hover i,
.service-two-cont:hover p{
    color: #fff;
}
.service-three{
    margin-top: 150px;
}
.service-three h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.service-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.service-three-left{
    width: 45%;
}
.service-three-left img{
    width: 100%;
    display: block;
}
.service-three-right{
    width: 50%;
}
.service-three-right h2{
    font-size: 24px;
    color: #333333;
}
.service-three-right li{
    margin-top: 30px;
}
.service-three-right li p{
    font-size: 16px;
    line-height: 34px;
    color: #094AA3;
}
.service-three-right a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px 0;
    transition: .3s ease-in;
}
.service-three-right a span{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #094AA3;
}
.service-three-right a span i{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.service-three-right a p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 10px;
    transition: .3s ease-in;
}
.service-three-right a:hover{
    background-color: #094AA3;
}
.service-three-right a:hover p{
    color: #fff;
}
.service-four{
    margin-top: 150px;
}
.service-four h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.service-four-all{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-four-cont{
    width: 47%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-radius: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    transition: .3s ease-in;
}
.service-four-cont p{
    width: 100px;
    height: 100px;
    background-color: #F0F0F0;
    border-radius: 50%;
    transition: .3s ease-in;
}
.service-four-cont p i{
    display: block;
    font-size: 40px;
    color: #094AA3;
    text-align: center;
    line-height: 100px;
    transition: .3s ease-in;
}
.service-four-cont span{
    width: calc(100% - 120px);
    font-size: 16px;
    line-height: 32px;
    color: #000;
    display: block;
    transition: .3s ease-in;
}
.service-four-cont:hover{
    border: 1px solid #094AA3;
}
.service-four-cont:hover p{
    background-color: #094AA3;
}
.service-four-cont:hover p i{
    color: #fff;
}
.about{}
.about-one{
    padding: 150px 0;
}
.about-one-all{}
.about-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-yi-left{
    width: 53%;
}
.about-yi-left h2{
    font-size: 36px;
    color: #094AA3;
}
.about-yi-left li{
    margin-top: 40px;
}
.about-yi-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.about-yi-right{
    width: 40%;
}
.about-yi-right img{
    width: 100%;
    display: block;
}
.about-er{
    margin-top: 150px;
    position: relative;
}
.about-er img{
    width: 100%;
    display: block;
}
.about-er-all{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.about-er-cont{
    width: 33.33333%;
    height: 100%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}
.about-er-cont:last-child{
    border-right: none;
}
.about-er-cont p{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.about-er-cont p i{
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #fff;
    text-align: center;
    transition: .3s ease-in;
}
.about-er-cont p span{
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.about-er-cont:hover i{
    transform: translateY(-20px);
}
.about-two{
    padding: 150px 0;
    background: url(../img/history-bj.png) no-repeat center;
    background-size: cover;
}
.about-two h1{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.about-two-all{
    margin-top: 60px;
    position: relative;
}
.about-two-shang{}
.about-shang-swiper{
    overflow: hidden;
    position: relative;
}
.about-shang-swiper h2{
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.about-shang-swiper p{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 150px;
}
.about-two-xia{
    margin-top: 40px;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
}
.about-two-xia::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-xia-swiper{
    width: 60%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.about-xia-swiper .swiper-slide{
    text-align: center;
    overflow: hidden;
}
.about-xia-swiper p{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: #094AA3;
    padding: 0 25px;
    border-radius: 25px;
}
.about-xia-swiper span{
    display: block;
    width: 20px;
    height: 20px;
    background-color: #094AA3;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
    position: relative;
    display: none;
}
.about-xia-swiper span::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.about-xia-swiper .swiper-slide-thumb-active p{
    display: none;
}
.about-xia-swiper .swiper-slide-thumb-active span{
    display: block;
}
.about-xia-prev{
    left: 35%;
}
.about-xia-next{
    right: 35%;
}
.about-xia-prev,.about-xia-next{
    width: 30px;
    height: 30px;
    background-color: #094AA3;
    border-radius: 5px;
    box-sizing: border-box;
    top: 0;
    opacity: 1 !important;
    margin-top: 0;
}
.about-xia-prev i,.about-xia-next i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.about-xia-next{}
.about-xia-next i{}
.about-xia-prev::after,
.about-xia-next::after{
    display: none;
}
.about-three{
    padding: 150px 0;
}
.about-three h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.about-three-all{
    margin-top: 60px;
}
.about-three-swiper{
    overflow: hidden;
    position: relative;
}
.about-three-swiper li{}
.about-three-swiper li img{
    width: 100%;
    display: block;
}
.about-three-swiper li p{
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #094AA3;
}
.tech-search{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tech-search form{}
.tech-search form .form-group{
    position: relative;
}
.tech-search form .form-group input{
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
    padding-right: 200px;
    border-radius: 40px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: rgba(241,241,241,.2);
}
.tech-search form .form-group input::placeholder{
    color: #fff;
}
.tech-search form .form-group button{
    width: 180px;
    font-size: 16px;
    color: #fff;
    line-height: 58px;
    padding: 0;
    border-radius: 40px;
    background-color: #094AA3;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    outline: none;
    transition: .3s ease-in;
}
.tech-search form .form-group button:hover{
    background-color: #093c85;
}
.technology{
    padding: 150px 0;
}
.tech-all{}
.tech-cont{
    margin-top: 60px;
}
.tech-cont:first-child{
    margin-top: 0;
}
.tech-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tech-cont-left{
    width: 40%;
    max-height:300px;
    overflow: hidden;
}
.tech-cont-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.tech-cont-right{
    width: 57%;
}
.tech-cont-right h2{
    font-size: 24px;
    color: #000;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tech-cont-right p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tech-cont a:hover img{
    transform: scale(1.06);
}
.tech-cont a:hover h2{
    color: #094AA3;
}
.tech-detail{
    padding: 50px 0;
    background-color: #F1F1F1;
    margin-top: 100px;
}
.tech-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tech-detail-left{
    width: 73%;
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.tech-detail-left-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #DADBDB;
}
.tech-detail-left-top h2{
    font-size: 36px;
    color: #191919;
}
.tech-detail-left-top span{
    display: block;
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
}
.tech-detail-left-cont{
    padding: 50px 0;
    border-bottom: 1px solid #DADBDB;
}
.tech-detail-pinglun{
    overflow: hidden;
    margin-top: 60px;
}
.tech-pinglun-top{
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #DADBDB;
}
.tech-pinglun-top p{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
}
.tech-pinglun-top p::before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #094AA3;
    position: absolute;
    top: 0;
    left: 0;
}
.tech-pinglun-top .tech-wen{
    margin-top: 20px;
    position: relative;
}
.tech-pinglun-top .tech-wen div{}
.tech-pinglun-top .tech-wen div textarea{
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #DADBDB;
    box-sizing: border-box;
    outline: none;
    background-color: unset;
    resize: none;
}
.tech-pinglun-top .tech-wen div span{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #999999;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.tech-pinglun-top .tech-wen button{
    width: 160px;
    font-size: 16px;
    background-color: #094AA3;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 5px;
    float: right;
    box-sizing: border-box;
    outline: none;
    border: none;
    transition: .3s ease-in;
}
.tech-pinglun-top .tech-wen button:hover{
    background-color: #D8251D;
}
.tech-pinglun-cont{}
.tech-pinglun-cont li{
    margin-top: 40px;
}
.tech-pinglun-cont li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.tech-pinglun-cont li span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}
.tech-detail-right{
    width: 25%;
}
.tech-right-pro{
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.tech-right-pro h1{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}
.tech-right-pro h1::before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #094AA3;
    position: absolute;
    top: 0;
    left: 0;
}
.tech-right-pro a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.tech-right-pro a .tech-z{
    width: 48%;
    overflow: hidden;
}
.tech-right-pro a .tech-z img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.tech-right-pro a .tech-y{
    width: 48%;
}
.tech-right-pro a .tech-y h2{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tech-right-pro a .tech-y p{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}
.tech-right-pro a:hover img{
    transform: scale(1.06);
}
.tech-right-pro a:hover h2{
    color: #094AA3;
}
.tech-right-contact{
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 40px;
}
.tech-right-contact h2{
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.tech-right-contact li{
    margin-top: 20px;
}
.tech-right-contact li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.tech-right-contact{}



.news{
    padding: 150px 0;
}
.news-top{}
.news-top a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #F1F1F1;
}
.news-top-left{
    width: 50%;
    overflow: hidden;
}
.news-top-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-top-right{
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
.news-top-right h2{
    font-size: 24px;
    color: #094AA3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-top-right b{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.news-top-right p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-top-right span{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #094AA3;
    border-radius: 5px;
    margin-top: 30px;
}
.news-top-right span i{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.news-top a:hover img{
    transform: scale(1.06);
}
.news-cont{}
.news-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
    transition: .3s ease-in;
    position: relative;
}
.news-cont a::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #094AA3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}
.news-cont-left{
    width: 50%;
}
.news-cont-left h2{
    font-size: 24px;
    color: #333333;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-cont-left p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-cont-right{}
.news-cont-right h2{
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.news-cont-right p{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}
.news-cont a:hover::after{
    width: 100%;
}
.news-cont a:hover h2{
    color: #094AA3;
}
.news-detail{
    margin-top: 100px;
    padding: 150px 0;
}
.news-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 70%;
}
.news-detail-left-top{}
.news-detail-left-top h2{
    font-size: 36px;
    color: #191919;
    font-weight: bold;
}
.news-detail-left-top li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #DADBDB;
    border-bottom: 1px solid #DADBDB;
    margin-top: 40px;
}
.news-detail-left-top li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.news-detail-left-cont{
    padding: 40px 0;
    border-bottom: 1px solid #DADBDB;
}
.news-detail-page{
    margin-top: 40px;
}
.news-detail-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-detail-page ul li{}
.news-detail-page ul li a{
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.news-detail-l{
    width: calc(50% - 80px);
}
.news-detail-r{
    width: calc(50% - 80px);
    text-align: right;
}
.news-detail-right{
    width: 23%;
}
.news-detail-right a{
    display: block;
    padding: 50px;
    background-color: #F1F1F1;
    box-sizing: border-box;
}
.news-detail-right a b{
    display: block;
    font-size: 14px;
    color: #094AA3;
    font-weight: normal;
}
.news-detail-right a h2{
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-detail-right a p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
}
.news-detail-right a span{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #094AA3;
    border-radius: 5px;
    margin-top: 40px;
}
.news-detail-right a span i{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.news-detail-right .tech-right-contact{
    background-color: #F1F1F1;
}
.news-detail-right .tech-right-contact h2{
    border-bottom: 1px solid #fff;
}
.news-detail .index-product{
    padding: 0;
    margin-top: 100px;
}
.contact{
    padding: 150px 0;
}
.contact-one{}
.contact-one-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #C7C8C8;
}
.contact-one-top h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.contact-one-top p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 40px;
}
.contact-one-content{}
.contact-one-cont{
    border-bottom: 1px solid #C7C8C8;
}
.contact-one-cont>li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 60px 0;
}
.contact-one-cont>li h2{
    font-size: 24px;
    color: #333333;
}
.contact-one-cont>li p{
    width: 25px;
    height: 25px;
    background-color: #094AA3;
    border-radius: 5px;
}
.contact-one-cont>li p i{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    transform: rotate(90deg);
    transition: .3s ease-in;
}
.contact-one-cont>li .active i{
    transform: rotate(270deg);
}
.contact-one-p-all{
    display: none;
}
.contact-one-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.contact-one-zuo{
    width: 45%;
}
.contact-one-zuo p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-one-zuo p span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    margin-right: 40px;
}
.contact-one-zuo li{
    width: 180px;
    margin-top: 40px;
}
.contact-one-zuo li img{
    width: 100%;
    display: block;
}
.contact-one-zuo li span{
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.contact-one-you{
    width: 40%;
}
.contact-one-you #container{
    width: 100%;
    height: 400px;
}
.amap-info-content img{
    width: 120px;
}
.contact-two{
    margin-top: 150px;
}
.contact-two-all{}
.contact-two-top{}
.contact-two-top form{
    width: 70%;
    margin: auto;
}
.contact-two-top form legend{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
    text-align: center;
}
.contact-two-top form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.contact-two-top form .form-one .form-group{
    width: 32%;
    border: none;
    border-bottom: 1px solid #C7C8C8;
    box-sizing: border-box;
}
.contact-two-top form .form-one .form-group select{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    border: none;
    height: 60px;
    color: #333333;
    padding: 15px;
    box-sizing: border-box;
}
.contact-two-content{
    margin-top: 60px;
}
.contact-two-work{}
.contact-two-work-top{}
.contact-two-work-top li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #094AA3;
    padding: 0 100px;
    box-sizing: border-box;
}
.contact-two-work-top li p{
    width: 20%;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}
.contact-two-work-cont{}
.contact-two-work-cont li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 100px;
    box-sizing: border-box;
    border: 1px solid #DADBDB;
    transition: .3s ease-in;
}
.contact-two-work-cont .active,
.contact-two-work-cont li:hover{
    background-color: #F1F1F1;
}
.contact-two-work-cont li p{
    width: 20%;
    font-size: 16px;
    line-height: 80px;
    color: #333333;
    text-align: center;
    transition: .3s ease-in;
}
.contact-two-work-cont li p span{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #094AA3;
    border-radius: 5px;
    float: right;
    margin-top: 27.5px;
}
.contact-two-work-cont li p span i{
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    transform: rotate(90deg);
    transition: .3s ease-in;
}
.contact-two-work-cont .active p span i{
    transform: rotate(270deg);
}
.contact-work{
    padding: 50px 100px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    display: none;
}
.contact-work div{
    margin-top: 30px;
}
.contact-work div:first-child{
    margin-top: 0;
}
.contact-work div h2{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}
.contact-work div p{
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.contact-work a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #094AA3;
    margin-top: 40px;
}




/* phone */
.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
}
.mobile-inner-header-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #094AA3;
    width: 30px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 8px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 8px;
}

.mobile-inner-nav {
    background-color: #000000;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    height: 100%;
    transition: .3s ease-in;
}
.mobile-inner-nav-p {
    background-color: #000000;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: -1;
    height: 100%;
    transition: .3s ease-in;
}
.mobile-inner-nav.active .mobile-inner-nav-p{
    width: 100%;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}
.phone-menu{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
        z-index: 100000;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
    .phone-menu .tech-search{
        margin-top: 10px;
    }
    .phone-menu .tech-search a{
        width: 110px;
        display: block;
        margin: auto;
    }
    .phone-menu .tech-search form{
        margin-top: 20px;
    }
    .phone-menu .tech-search form .form-group button {
        width: 70px;
        font-size: 12px;
        line-height: 30px;
    }
    .phone-menu .tech-search form .form-group input{
        line-height: 32px;
        font-size: 12px;
        padding-right: 80px;
    }
}








.phone-index-product,.phone-service-one,.phone-service-two,
.phone-di{
    display: none;
}
@media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85%;
    }
    .index-product ,.index-news,.brand-detail,.pro-detail-one,
    .news-detail{
        padding: 100px 0;
    }
    .head-left a{
        width: 150px;
    }
    .head-right ul li form {
        width: 190px;
    }
    .head-right ul li a{
        padding: 0 20px;
    }
    .index-pro {
        padding: 100px 0;
    }
    .index-pro-cont a .index-pro-img{
        padding: 30px 20px;
    }
    .index-product-cont a i{
        font-size: 50px;
    }
    .index-product-cont a h2{
        font-size: 18px;
    }
    .index-product-cont a p {
        font-size: 13px;
        line-height: 24px;
    }
    .index-product-cont a{
        padding: 30px;
    }
    .index-news-right ul li a{
        padding: 38px 50px;
    }
    .index-news-right ul li a h2{
        min-height: 34px;
        -webkit-line-clamp: 1;
    }
    .index-news-other a{
        padding: 10px 25px;
    }
    .brand-three-p a{
        padding: 20px;
    }
    .service-one-p {
        padding: 90px 50px;
    }
    .tech-right-pro,.tech-right-contact{
        padding: 20px;
    }
    .news-detail-right a{
        padding: 30px;
    }
    .contact-two-work-top li,.contact-two-work-cont li{
        padding: 0 50px;
    }
    .contact-work{
        padding: 50px;
    }
    .pro-detail-one-contact a{
        width: 140px;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 90%;
    }
    .head-left a{
        width: 135px;
    }
    .head-right ul{
        display: none;
    }
    .banner {
        margin-top: 50px;
    }
    .index-pro {
        padding: 50px 0;
    }
    .index-pro-top-left {
        width: 100%;
    }
    .index-pro-top-left h2{
        font-size: 24px;
        margin-top: 10px;
    }
    .index-pro-top-right {
        margin-top: 10px;
    }
    .index-pro-cont{
        margin-top: 0;
    }
    .index-pro-cont a{
        width: 31%;
    }
    .index-pro-cont a .index-pro-img{
        padding: 15px 10px;
    }
    .index-pro-cont a p{
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .index-product {
        padding: 50px 0;
    }
    .index-product-cont{
        display: none;
    }
    .phone-index-product{
        display: block;
    }
    .phone-pro-swiper{
        overflow: hidden;
        position: relative;
        margin-top: 30px;
        padding-bottom: 35px;
    }
    .phone-pro-swiper a{
        background-color: #094AA3;
        padding: 30px;
        box-sizing: border-box;
        display: block;
    }
    .phone-pro-swiper a i{
        font-size: 30px;
        display: block;
        color: #fff;
        text-align: center;
    }
    .phone-pro-swiper a h2{
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
    .phone-pro-swiper a p{
        font-size: 14px;
        line-height: 34px;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
        min-height: 102px;
    }
    .phone-pro-page{
        bottom: 0;
    }
    .phone-pro-page .swiper-pagination-bullet{
        background: #666;
        opacity: 1;
    }
    .phone-pro-page .swiper-pagination-bullet-active{
        background: #094AA3;
    }
    .product-cont-p a{
        width: 100%;
    }
    .index-about{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-about-all {
        width: 100%;
    }
    .index-about-all h2{
        font-size: 24px;
    }
    .index-about-all>p{
        margin-top: 10px;
    }
    .index-news {
        padding: 50px 0;
    }
    .index-news-left {
        width: 100%;
    }
    .index-news-left a .index-news-p{
        padding: 20px;
    }
    .index-news-right {
        width: 100%;
    }
    .index-news-right ul li {
        width: 100%;
        margin-top: 20px;
    }
    .index-news-right ul li a{
        padding: 20px;
    }
    .index-news-right ul li a span{
        margin-top: 20px;
    }
    .index-news-other a{
        padding: 10px;
    }
    .index-news-other a p{
        font-size: 14px;
    }
    .index-evaluate{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-evaluate-cont{
        width: 100%;
        margin-left: 0;
    }
    .evaluate-swiper li{
        padding: 20px;
    }
    .foot-top{
        padding: 30px 0;
    }
    .foot-cont{
        padding: 30px 0;
    }
    .foot-cont-left {
        width: 100%;
    }
    .foot-cont-left p b{
        font-size: 24px;
    }
    .foot-cont-zhong,.foot-cont-right{
        display: none;
    }
    .ce{
        display: none;
    }
    .foot-di {
        padding: 20px 0;
    }
    .footer{
        padding-bottom: 40px;
    }
    .phone-di{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 25px;
        z-index: 500;
    }
    .phone-di a{
        width: 49%;
        background-color: #094AA3;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 25px;
        display: block;
    }
    .brand-ban{
        margin-top: 50px;
    }
    .brand-ban-p{
        width: 90%;
        margin: auto;
        position: unset;
        transform: unset;
        margin-top: 20px;
    }
    .brand-ban-p form legend{
        font-size: 24px;
        color: #191919;
    }
    .brand-ban-p form .form-group{
        margin-top: 30px;
    }
    .brand-ban-p form .form-group div{
        border: 1px solid #666666;
    }
    .brand-ban-p form .form-group input,.brand-ban-p form .form-group select{
        color: #666666;
        font-size: 14px;
    }
    .brand-ban-p form .form-group input::placeholder{
        color: #666666;
    }
    .brand-ban-p form .brand-btn{
        margin-top: 30px;
    }
    .brand-ban-p form .brand-btn button{
        width: 110px;
        line-height: 38px;
    }
    .brand-ban-p form .brand-btn button:last-child{
        border: 1px solid #666666;
        color: #666666;
    }
    .brand-ban-p form .brand-btn button:first-child:hover{
        border: 1px solid #666666;
    }
    .brand-ban-p form .brand-btn button:last-child:hover{
        color: #fff;
    }
    .brand{
        padding: 50px 0;
    }
    .brand-zi p{
        width: 40px;
        height: 350px;
    }
    .brand-zi p a:hover, .brand-zi p .active{
        transform: scale(1.2);
    }
    .brand-zi p a{
        font-size: 16px;
        line-height: 34px;
    }
    .brand-cont {
        margin-top: 30px;
    }
    .brand-cont h2{
        font-size: 24px;
        line-height: 50px;
        padding: 0 20px;
    }
    .branddetail{
        margin-top: 0;
    }
    .brand-detail {
        padding: 50px 0;
    }
    .brand-detail-one h2{
        font-size: 24px;
    }
    .brand-detail-one p{
        width: 100%;
        margin-top: 20px;
    }
    .brand-detail-two {
        margin-top: 20px;
    }
    .brand-detail-three ul li{
        width: 25%;
        font-size: 13px;
        line-height: 40px;
    }
    .brand-three-p a{
        width: 100%;
        padding: 15px;
    }
    .pro-ban{
        margin-top: 50px;
    }
    .product-page ul li {
        margin: 0 5px;
    }
    .product-page ul li a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-page ul .product-zuo a, .product-page ul .product-you a{
        padding: 0 10px;
    }
    /* pro */
    .product {
        padding-bottom: 50px;
    }
    .product-top-one p {
        width: 70px;
        font-size: 14px;
        line-height: 34px;
    }
    .product-top-one li {
        width: 100%;
    }
    .product-top-one li span{
        font-size: 14px;
        line-height: 34px;
        padding-right: 20px;
    }
    /* end */
    .pro-detail {
        margin-top: 50px;
    }
    .pro-detail-one{
        padding: 50px 0;
    }
    .pro-detail-one-all{
        flex-direction: column-reverse;
    }
    .pro-detail-one-left {
        width: 100%;
        margin-top: 30px;
    }
    .pro-detail-one-left h1{
        font-size: 24px;
    }
    .pro-detail-one-left h2{
        font-size: 24px;
        margin-top: 10px;
    }
    .pro-detail-one-left li {
        margin-top: 20px;
    }
    .pro-detail-one-contact{
        justify-content: space-between;
    }
    .pro-detail-one-contact a{
        width: 48%;
        margin-right: 0;
    }
    .pro-detail-one-contact>p{
        margin-top: 20px;
    }
    .pro-detail-one-right {
        width: 100%;
    }
    .pro-detail-one-right img{
        width: 70%;
    }
    .pro-detail-two {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pro-detail-two ul li{
        font-size: 14px;
        margin-right: 15px;
        padding-bottom: 10px;
    }
    .pro-detail-two-content {
        margin-top: 30px;
    }
    .service {
        padding: 50px 0;
    }
    .service-one h1{
        font-size: 24px;
    }
    .service-one-all{
        display: none;
    }
    .phone-service-one{
        display: block;
    }
    .service-one-p{
        padding: 0;
        margin-top: 30px;
    }
    .service-one-p .q p{
        font-size: 18px;
    }
    .service-one-p .a p{
        font-size: 14px;
    }
    .service-two {
        margin-top: 50px;
    }
    .service-two h1{
        font-size: 24px;
    }
    .service-two-all{
        display: none;
    }
    .phone-service-two{
        display: block;
        margin-top: 30px;
    }
    .phone-service-two-swiper{
        overflow: hidden;
        padding: 1px;
        box-sizing: border-box;
        position: relative;
    }
    .service-two-cont{
        width: 100%;
    }
    .service-three {
        margin-top: 50px;
    }
    .service-three h1{
        font-size: 24px;
    }
    .service-three-all{
        margin-top: 30px;
    }
    .service-three-left {
        width: 100%;
    }
    .service-three-right {
        width: 100%;
        margin-top: 20px;
    }
    .service-four {
        margin-top: 50px;
    }
    .service-four h1{
        font-size: 24px;
    }
    .service-four-all{
        margin-top: 0;
    }
    .service-four-cont{
        width: 100%;
        padding: 10px;
    }
    .service-four-cont p{
        width: 80px;
        height: 80px;
    }
    .service-four-cont p i{
        font-size: 34px;
        line-height: 80px;
    }
    .service-four-cont span{
        width: calc(100% - 100px);
        font-size: 14px;
        line-height: 26px;
    }
    .about-one {
        padding: 50px 0;
    }
    .about-yi{
        flex-direction: column-reverse;
    }
    .about-yi-left {
        width: 100%;
        margin-top: 20px;
    }
    .about-yi-left h2{
        font-size: 24px;
    }
    .about-yi-left li {
        margin-top: 10px;
    }
    .about-yi-right {
        width: 100%;
    }
    .about-er{
        margin-top: 50px;
    }
    .about-er-cont p{
        bottom: 20px;
    }
    .about-er-cont p i{
        font-size: 40px;
    }
    .about-er-cont p span{
        font-size: 14px;
        margin-top: 10px;
    }
    .about-two{
        padding: 50px 0;
    }
    .about-two h1{
        font-size: 24px;
    }
    .about-two-all{
        margin-top: 30px;
    }
    .about-xia-swiper{
        width: 90%;
    }
    .about-xia-prev,.about-xia-next{
        display: none;
    }
    .about-shang-swiper p{
        width: 85%;
        margin-top: 120px;
    }
    .about-three {
        padding: 50px 0;
    }
    .about-three h1{
        font-size: 24px;
    }
    .about-three-all {
        margin-top: 30px;
    }
    .tech-search{
        width: 90%;
        margin: auto;
        margin-top: 30px;
        position: unset;
        transform: unset;
    }
    .tech-search form .form-group input{
        color: #666666;
        line-height: 40px;
        font-size: 14px;
        padding-right: 130px;
        background-color: rgb(187 187 187 / 20%);
    }
    .tech-search form .form-group input::placeholder{
        color: #666666;
    }
    .tech-search form .form-group button{
        width: 120px;
        font-size: 14px;
        line-height: 38px;
    }
    .technology {
        padding: 50px 0;
    }
    .tech-cont-left{
        width: 100%;
    }
    .tech-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .tech-detail{
        margin-top: 50px;
    }
    .tech-detail-left{
        width: 100%;
        padding: 20px;
    }
    .tech-detail-left-top h2{
        font-size: 24px;
    }
    .tech-detail-right{
        display: none;
    }
    .news {
        padding: 50px 0;
    }
    .news-top-left{
        width: 100%;
    }
    .news-top-right{
        width: 100%;
        padding: 20px;
    }
    .news-cont a{
        padding: 30px 0;
    }
    .news-cont-left{
        width: 100%;
    }
    .news-cont-left p{
        margin-top: 5px;
    }
    .news-cont-right{
        display: none;
    }
    .news-detail {
        margin-top: 50px;
        padding: 50px 0;
    }
    .news-detail-left{
        width: 100%;
    }
    .news-detail-right{
        display: none;
    }
    .news-detail-left-top h2{
        font-size: 24px;
    }
    .contact {
        padding: 50px 0;
    }
    .contact-one-top h2{
        font-size: 24px;
    }
    .contact-one-top p{
        width: 100%;
        margin-top: 10px;
    }
    .contact-one-cont>li{
        padding: 20px 0;
    }
    .contact-one-cont>li h2{
        font-size: 18px;
    }
    .contact-one-zuo {
        width: 100%;
    }
    .contact-one-you {
        width: 100%;
        margin-top: 20px;
    }
    .contact-one-you #container{
        height: 200px;
    }
    .contact-two {
        margin-top: 50px;
    }
    .contact-two-top form{
        width: 100%;
    }
    .contact-two-top form legend{
        font-size: 24px;
    }
    .contact-two-top form .form-one{
        margin-top: 10px;
    }
    .contact-two-top form .form-one .form-group select{
        font-size: 12px;
        padding: 10px 5px;
    }
    .contact-two-content {
        margin-top: 30px;
    }
    .contact-two-work-top li,.contact-two-work-cont li{
        padding: 0 20px;
    }
    .contact-two-work-top li p,.contact-two-work-cont li p{
        width: 25%;
        font-size: 14px;
        line-height: 50px;
    }
    .contact-two-work-top li p:last-child,
    .contact-two-work-cont li p:last-child{
        display: none;
    }
    .contact-two-work-cont li p span{
        margin-top: 13.5px;
    }
    .contact-work{
        padding: 20px;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .index-pro-top-left {
        width: auto;
    }
    .index-pro-cont a {
        width: 14.6666%;
    }
    .index-product-cont{
        display: flex;
    }
    .phone-index-product{
        display: none;
    }
    .index-product-cont a{
        padding: 30px 20px;
    }
    .index-product-cont a i{
        font-size: 40px;
    }
    .index-product-cont a h2{
        font-size: 18px;
    }
    .index-product-cont a p{
        line-height: 24px;
    }
    .product-cont-p a {
        width: 23%;
    }
    .index-about-all {
        width: 80%;
    }
    .index-news-left {
        width: 30%;
    }
    .index-news-right {
        width: 68%;
    }
    .index-news-right ul li{
        width: 49%;
        margin-top: 0;
    }
    .index-news-other a:last-child{
        display: none;
    }
    .index-evaluate-cont{
        width: 75%;
    }
    .brand-ban-p{
        width: 60%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .brand-ban-p form legend{
        color: #fff;
    }
    .brand-ban-p form .form-group div {
        border: 1px solid #ffffff;
    }
    .brand-ban-p form .form-group input, .brand-ban-p form .form-group select,
    .brand-ban-p form .form-group input::placeholder{
        color: #fff;
    }
    .brand-ban-p form .brand-btn button:last-child {
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .brand-zi p {
        width: auto;
        margin-right: 20px;
    }
    .brand-detail-three ul li{
        width: 10%;
    }
    .brand-three-p a {
        width: 48%;
        padding: 30px;
    }
    .pro-detail-one-all{
        flex-direction: unset;
    }
    .pro-detail-one-left {
        width: 45%;
        margin-top: 0;
    }
    .pro-detail-one-right {
        width: 45%;
    }
    .service-one-all{
        display: flex;
    }
    .phone-service-one{
        display: none;
    }
    .service-one-left ul{
        height: 300px;
    }
    .service-one-left ul li {
        font-size: 14px;
        line-height: 60px;
        padding: 0 20px;
    }
    .service-one-p{
        padding: 30px;
        margin-top: 0;
    }
    .phone-service-two{
        display: none;
    }
    .service-two-all{
        display: flex;
    }
    .service-two-cont {
        width: 23%;
        padding: 20px;
    }
    .service-two-cont i{
        font-size: 55px;
    }
    .service-three-left{
        width: 45%;
    }
    .service-three-right{
        width: 50%;
        margin-top: 0;
    }
    .service-four-cont{
        width: 47%;
    }
    .about-yi{
        flex-direction: unset;
        align-items: center;
    }
    .about-yi-left {
        width: 53%;
        margin-top: 0;
    }
    .about-yi-right {
        width: 40%;
    }
    .about-er-cont p {
        bottom: 50px;
    }
    .about-er-cont p i {
        font-size: 60px;
    }
    .about-er-cont p span{
        font-size: 24px;
    }
    .tech-search{
        width: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .tech-search form .form-group input{
        color: #fff;
        background-color: rgb(255 255 255 / 20%);
    }
    .tech-search form .form-group input::placeholder{
        color: #fff;
    }
    .tech-cont-left{
        width: 40%;
    }
    .tech-cont-right {
        width: 57%;
        margin-top: 0;
    }
    .tech-cont-right p{
        margin-top: 10px;
    }
    .news-top-left{
        width: 50%;
    }
    .news-top-right{
        width: 50%;
    }
    .contact-one-zuo{
        width: 45%;
    }
    .contact-one-you{
        width: 40%;
        margin-top: 0;
    }
    .contact-one-you #container {
        height: 300px;
    }
    .contact-two-work-top li p, .contact-two-work-cont li p{
        width: 20%;
    }
    .contact-two-work-top li p:last-child, .contact-two-work-cont li p:last-child{
        display: block;
    }
}
@media (min-width:414px) and (max-width:769px){
    .index-pro-top-left {
        width: auto;
    }
    .index-pro-cont a {
        width: 23%;
    }
    .product-cont-p a {
        width: 48%;
    }
    .index-news-right ul li{
        width: 49%;
    }
    .index-evaluate-cont{
        width: 85%;
    }
    .brand-zi p {
        width: auto;
        margin-right: 20px;
    }
    .brand-detail-three ul li{
        width: 14%;
    }
    .brand-three-p a {
        width: 49%;
        padding: 30px;
    }
    .pro-detail-one-all{
        flex-direction: unset;
    }
    .pro-detail-one-left {
        width: 45%;
        margin-top: 0;
    }
    .pro-detail-one-right {
        width: 45%;
    }
    .about-er-cont p {
        bottom: 50px;
    }
    .tech-cont-left{
        width: 40%;
    }
    .tech-cont-right {
        width: 57%;
        margin-top: 0;
    }
    .tech-cont-right p{
        margin-top: 10px;
    }
    .news-top-left{
        width: 50%;
    }
    .news-top-right{
        width: 50%;
    }
    .news-top-right span{
        display: none;
    }
}
@media screen and (max-width:414px){}