﻿/*---------- base ---------*/
html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'mainfont';
    src: url('../fonts/eurostileRegular.otf')
}

@font-face {
    font-family: 'mainfontb';
    src: url('../fonts/Eurostile-Bold.otf')
}

/* body{
	width: 100%;
    height: 100%;
    font-family: 'mainfont';
} */
body {
    width: 100%;
    height: 100%;
    font-family: mainfont;
}

body {
    font-family: Helvetica;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

.product_article a {
    color: #5eadff;
}

img {
    border: none;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.container {
    min-width: 1280px;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
}

/* index */
.index_top {
    height: 60px;
    background-color: #5eadff;
    align-items: center;
    justify-content: space-evenly;
    min-width: 1280px;
}

.index_top .fac img {
    height: 100%;
}

.index_top img {
    height: 100%;
}

/* 多语言 */
.index_top .language {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: none !important;
}

.index_top .language .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index_top .language .text img {
    width: 2rem;
}

.index_top .language .text span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.index_top .language .language_item {
    position: absolute;
    z-index: 999;
    top: 60px;
    left: -1rem;
    background: white;
    text-align: center;
    padding: 0 8px;
    padding-bottom: 5px;
    display: none;
    width: 8rem;
}

.index_top .language .language_item h3 {
    line-height: inherit;
    margin-bottom: 5px;
}

.index_top .language .language_item h3 a {
    font-size: 18px;
}

.index_top .language:hover .language_item {
    display: block;
}

.index_top .language h3:hover a {
    color: #5EADFF;
    font-size: 20px;
    font-weight: bold;
}

.index_top p {
    color: #fff;
    margin-bottom: 0;
}

.index_top p a {
    color: #fff;
    /* text-shadow: 0px 0px 10px #0e071e; */
    margin: 0 0 0 10px;
    font-size: 14px;
}

.index_top .flex {
    align-items: center;
}

.email {
    box-shadow: 1px 2px 10px #333;
}

.top {
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
}

.top img {
    margin-right: 10px;
}

.item_list a {
    color: #fff;
    font-weight: normal;
}

.item_list a:hover {
    text-decoration: none;
    color: #fff;
}

.item_list:hover>a {
    font-weight: 600;
    font-size: 18px;
}

.item_lista>a::after {
    content: '';
    color: #fff;
    border-top: 4px solid #5eadff;
    width: 50px !important;
    display: block;
    margin: -15px auto 0 auto;
}

.item_list>a::after {
    content: '';
    color: #fff;
    border-top: 4px solid #5eadff;
    width: 0px;
    display: block;
    margin: -15px auto 0 auto;
}

.item_list:hover>a::after {
    content: '';
    color: #fff;
    border-top: 4px solid #5eadff;
    width: 50px;
    display: block;
    margin: -15px auto 0 auto;
}

.item_list:hover {
    /* border-bottom: 4px solid #5eadff; */
}

.index_head {
    margin: 0 auto;
    height: 60px;
    justify-content: center;
    max-width: 100%;
    background: rgb(0 0 0 / 50%);
    min-width: 1280px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 60px;
    z-index: 99;
}

.index_head .logo {
    /* align-items: center; */
    /* margin-top: 10px; */
}

.index_head .logo>img {
    width: 80px;
}

@media screen and (min-width: 1406px) {
    .item_list {
        font-size: 16px;
        min-width: 30px;
        height: 60px;
        text-align: center;
        /* margin-left: 50px; */
        /* font-weight: bold;  */
        width: 150px;
        align-items: center;
        position: relative;
        text-transform: capitalize;
        overflow: hidden;
    }
}

@media screen and (max-width: 1406px) {
    .item_list {
        font-size: 16px;
        min-width: 30px;
        height: 60px;
        text-align: center;
        /* margin-left: 50px; */
        /* font-weight: bold;  */
        width: 150px;
        align-items: center;
        position: relative;
        text-transform: capitalize;
    }
}

.item_list {
    line-height: 60px;
}

.item_list a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub_nav {
    position: absolute;
    text-align: left;
    text-indent: 6px;
    min-width: 286px;
    background-color: #fff;
    top: 60px;
    left: 0;
    white-space: nowrap;
    z-index: 2;
    font-weight: 300;
    font-size: 14px;
}

.sub_nav li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.sub_itemlist a {

    color: #333;
}

.sub_itemlist:hover>p>a {
    color: #fff;
}

.sub_itemlist:hover>.gt {
    color: #fff;
}

.sub_itemlist:hover.sub_itemlist a {
    color: #5eadff;
}

.gtl {
    width: 90%;
}

.gt {
    width: 4%;
    margin-right: 6%;
}

.third_itemlist:hover>a {
    color: #fff;
}

.third_itemlist:hover {
    background-color: #5eadff;
}

.third_nav {
    background-color: #fff;
    position: absolute;
    top: 0;
    font-size: 14px;
    /* left: 285.953px!important; */
}

/* content1 */
.content1 {
    /* margin-top: -80px; */
    min-width: 1280px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

/* content2 */
.content2 {
    /* margin-top: 30px; */
    /* padding: 0 0 8rem 0; */
    background: url(/style/img/index/index_back.jpg);
    background-size: cover;
    background-position: 0rem -20rem 0 0;
}

.about_l {
    width: 50%;
}

.about_l p:first-child {
    font-weight: bold;
    font-size: 20px;
}

.about_l p:nth-child(2) {
    margin-top: 12px;
    font-size: 16px;
    min-height: 160px;
    line-height: 24px;
}

.about_l p:nth-child(3) {
    margin-top: 22px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #5eadff;
    border-radius: 25px;
    font-size: 16px;
}

.about_l p:nth-child(3)>a {
    color: #fff;
}

.about_r {
    width: 50%;
}

.about_r img {
    width: 80%;
}

/* content3 */
.index_certificates {
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
}

.honor_pic {
    width: 100%;
}

.honor_pic img {
    width: 100%;
}

/* content4 */
.content4 {
    position: relative;
    min-height: 550px;
    margin-top: 30px;
    background-color: #f7f7f7;
}

.why_title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index_why {
    justify-content: space-around;
}

.quality {
    width: 23%;
    min-height: 350px;
    background-color: #fff;
}

.quality div:first-child {
    margin-top: 50px;
}

.quality img {
    display: block;
    margin: 0 auto;
}

.quality p:first-child {
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

.quality p:nth-child(2) {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.bgimg1 {
    position: absolute;
    width: 120px;
    height: 160px;
    background-image: url('../picture/42.png');
    background-repeat: no-repeat;
}

/* content5 */
.content5 {
    position: relative;
}

.size_title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
}

.size_nav {
    font-size: 16px;
    /* justify-content: space-between; */
}

.show_size {
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #5eadff;
    border-radius: 25px;
}

.show_size a {
    color: #5eadff;
}

.size_itemlist {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    text-transform: capitalize;
}

.size_view a {
    color: #5eadff;
}

.size_view {
    height: 40px;
    line-height: 40px;
}

.size_pro {
    margin-top: 20px;
    /* justify-content: space-around; */
    padding-bottom: 30px;
}

.pro_box {
    width: 23%;
    margin-left: 1.6%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    transition: all .4s;
}

.latest-container .pro_box {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pro_box:hover {
    box-shadow: 0px 1px 5px #888888;
}

.pro_box:hover a {
    color: #5eadff;
}

.pro_box div img {
    width: 100%;
}

.pro_box p {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.pro_box p:nth-of-type(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_box p:nth-child(2)>a {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.pro_box p:nth-child(3) {
    font-size: 16px;
}

.pro_box p:nth-child(4)>a {
    color: #5eadff;
}

.pro_box p:nth-child(4) {
    margin-top: 30px;
    font-size: 16px;
}

.bgimg2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 137px;
    height: 158px;
    background-image: url('../picture/43.png');
    background-repeat: no-repeat;
}

/* content6 */
.content6 {
    position: relative;
    min-height: 550px;
    margin-top: 30px;
    padding-top: 30px;
    background-color: #f7f7f7;
}

.sub_cate {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

.cate_nav {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.cate_box:hover {
    box-shadow: none;
}

.cate_swiper {
    min-height: 500px;
}

.bgimg3 {
    position: absolute;
    top: 100px;
    width: 120px;
    height: 160px;
    background-image: url('../picture/41.png');
    background-repeat: no-repeat;
}

.bgimg4 {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 137px;
    height: 158px;
    background-image: url('../picture/40.png');
    background-repeat: no-repeat;
}

/* content7 */
.l_faq {
    width: 48%;
}

.r_video {
    width: 48%;
}

.r_video p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

.index_faq {
    justify-content: space-between;
    margin-top: 20px;
}

.index_faq p:first-child {
    color: #101010;
    font-size: 22px;
}

.index_faq p:nth-child(2)>a {
    color: #5eadff;
}

.faq_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.faq_des {
    margin-top: 10px;
    font-size: 16px;
    margin-left: 36px;
    color: #999;
    line-height: 24px;
}

.faq_q {
    font-size: 30px;
    color: #cacaca;
    margin-right: 10px;
}

.faq_video {
    justify-content: space-between;
}

/* content8 */
.content8 {
    position: relative;
    background-color: #f7f7f7;
    min-height: 550px;
}

.case_title {
    padding-top: 30px;
}

.bgimg5,
.bgimg6 {
    position: absolute;
    bottom: 0;
    width: 211px;
    height: 160px;
    background-image: url('../picture/44.png');
    background-repeat: no-repeat;
}

.content8 .pro_box:hover {
    background-color: #fff;

}

/* content9 */
.content9 {
    margin-top: 50px;
}

.content9_box {
    box-shadow: 1px 1px 8px #cacaca;
    padding-bottom: 20px;
}



.r_map {
    width: 50%;
}

.foot_way p:nth-child(1) {
    text-align: center;
}

.foot_way p span {
    background-color: #2681DF;
    padding: 0 8px;
    border-radius: .5rem;
    margin-left: .7rem;
    min-width: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.foot_way p {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    font-weight: 100;
}

.foot_way p img {
    margin-right: 10px;
}

.foot_way p a {
    color: #fff;
}

.index_form {
    margin-top: 30px;
    margin: 3rem auto 0 auto;
    width: 900px;
    text-align: center;
    /*提交居中 */
    display: none;
}

.index_form input {
    width: 400px;
    height: 70px;
    line-height: 50px;
    /* border-radius: 10px; */
    background-color: #f7f7f700;
    border: 1px solid #fff;
    text-indent: 20px;
    color: #fff;
    outline-color: #fff;
    outline: none;
    font-size: 1.5rem;

}

#myphone {
    height: 70px !important;
    width: 99.8%;
    margin-top: 10px;
}


.index_form textarea {
    width: 99.8%;
    height: 250px;
    margin-top: 10px;
    background-color: #f7f7f700;
    border: 0;
    /* border-radius: 10px; */
    text-indent: 20px;
    border: 1px solid #fff;

    color: #fff;
    outline-color: #fff;
    outline: none;
    line-height: 70px;
    font-size: 1.5rem;


}

::-webkit-input-placeholder {
    color: #fff;
}

.index_form .submit {
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
}

/* footer */
footer {
    min-height: 250px;
    background-color: #101010;
    padding-top: 50px;
    min-width: 1280px;
}

.foot_box {
    justify-content: space-between;
    align-items: center;
    /* align-items: center;
    height: 140px;
    border-bottom: 1px solid #999999; */

}

.foot_nav {
    width: 200px;
}

.foot_ul {
    font-size: 20px;
    align-items: center;
    justify-content: space-around;
}

.foot_ul li {
    line-height: 34px;
}

.foot_ul a {
    color: #f7f7f7;
}

.foot_way {
    width: 500px;
}

.Cstyle {
    margin-top: 50px;
}



.foot_form {
    width: 30%;
}

.foot_form input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #f7f7f7;
    line-height: 40px;
    color: #333;
    text-indent: 20px;
}

.foot_form p {
    font-size: 18px;
    color: #f7f7f7;
    text-align: center;
    margin-top: 20px;
}

.foot_form textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 40px;
    text-indent: 20px;
    background-color: #f7f7f7;
}

#f_submit {
    width: 40%;
    text-align: center;
    background-color: #5eadff;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 0;
}

.foot_beian {
    color: #f7f7f7;
}

.foot_share {
    width: 20%;
    justify-content: space-around;
}

.foot_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.foot_beian {
    width: 90%;
    font-size: 16px;
}

.sitemap {
    font-size: 16px;
    width: 10%;
    justify-content: space-between;
}

.sitemap a {
    color: #f7f7f7;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    display: none;
}

.footer_menu li {
    width: 33%;
    text-align: left;
    margin-bottom: 20px;
}

.footer_menu li a {
    color: #fff;
    font-size: 18px;
}

.footer_menu li:hover a {
    color: #5EADFF;
}

.question {
    width: 900px;
    margin: 5rem auto 0 auto;
}

.question ul {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.question ul li:nth-child(1) {
    margin-bottom: 0.5rem;
    width: 100%;
}

.question ul li:nth-child(2) {
    margin-left: 0;
}

.question #kg li {
    width: 100%;
}

.question #kg li:last-child {
    margin-left: 0;
}

.question ul li+li {
    margin-left: 1rem;
}

.question ul input {
    margin: 0 .5rem 0 0;
    width: 1rem;
    height: 1rem
}

.question ul li {
    color: white;
    display: inline-block;
}

.question ul li .q {
    display: inline-block;
    background: #2681DF;
    border-radius: 0.5rem;
    width: 1rem;
    width: 1.5rem;
    text-align: center;
    margin-right: 0.5rem;
    color: white;
    padding-left: 0;
}

.question ul li .other {
    width: 12%;
}

.question ul li .input {
    width: 85%;
    height: 2rem;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: inherit;
    outline: none;
}

.question #cleaning {
    display: none;
    margin-top: 1rem;
}


/* categories */
.position {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #f2f2f2;
}

.position a:last-child {
    color: #5eadff;
}

.com_top {
    height: 80px;
}

.com_top .top {
    justify-content: space-between;
}

.com_top .top>img {
    width: 70px;
}

.sec_p {
    margin-left: 20px;
    margin-right: 20px;
}

.com_head {
    height: 60px;
    justify-content: flex-end;
}

.com_head .item_list {
    height: 60px;
    line-height: 60px;
}

.com_head .sub_nav {
    top: 64px;
}

.left_nav {
    width: 24%;
}

.leftnav1 {
    border: 1px solid #cacaca;
    border-top: 4px solid #5eadff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.leftnavtit {
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 10px;
}

.leftnav1 ul {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

.leftnav1 ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
    list-style-type: disc;
    list-style-position: inside;
    color: #5eadff;
}

.leftnav1 ul li:hover>a {
    color: #5eadff;
}

.leftnav1 ul li a {
    color: #5eadff;
}

.leftnav2 {
    border: 1px solid #cacaca;
    border-top: 4px solid #5eadff;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.leftnav2 ul {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

/* .leftnav2 p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
.leftnav2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.left_case_l {
    width: 30%;
}

.left_case_l img {
    width: 100%;
}

.left_case_r {
    width: 60%;
}

.leftnav2 .seeall {
    margin-top: 10px;
}

.leftnav2 .seeall>a {
    color: #5eadff;
}

.leftnav2 li {
    margin-top: 10px;
}

.leftnav3 {
    border: 1px solid #cacaca;
    border-top: 4px solid #5eadff;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.left_conus {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    word-break: break-all;
}

.left_conus li {
    margin-top: 10px;
}

.left_conus li img {
    margin-right: 10px;
}

.leftnav3 form {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.leftnav3 form input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    text-indent: 10px;
}

.leftnav3 form textarea {
    width: 100%;
    min-height: 80px;
    margin-top: 10px;
    border-radius: 8px;
    padding-top: 10px;
    text-indent: 10px;
}

#l_submit {
    width: 300px;
    text-align: center;
    border: 1px solid #b3d8ff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    transition: 1s;
    height: 80px;
    line-height: 40px;
    color: #409eff;
    text-indent: 0;
}

#l_submit:hover {
    background: #409eff;
    box-shadow: 1px 2px 5px #5eadff;
    color: #fff;
    font-size: 1.8rem;
}

/* right_body */
.right_body {
    width: 74%;
}

.cp_tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #cacaca;
}

.cp_body {
    font-size: 20px;
    margin-top: 10px;
    line-height: 20px;
    /* text-indent: 25px; */
}

.cp_body a {
    color: #5eadff;
}

.rb_box {
    /* margin-top: 50px; */
}

.cp_box {
    margin-left: 3%;
    width: 30%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.cp_l_lit {
    width: 100%;
}

.cp_l_lit img {
    width: 100%;
}

.cp_r_deta {
    width: 100%;
}

.cp_box:hover {
    box-shadow: 1px 1px 2px #cacaca;
}

.cp_r_deta p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 10px;

}

.cp_r_deta p:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cp_r_deta p:nth-child(3)>a {
    color: #5eadff;
    font-size: 16px;
}

.pro_vm {
    width: 100%;
    margin-top: 20px;
}

.pro_vm p {
    width: 100px;
    text-align: center;
    background-color: #5eadff;
    height: 30px;
    line-height: 30px;
}

.pro_vm a {
    color: #fff;
}

.page {
    width: 100%;
}

.page .thisclass {
    background-color: #5eadff;
    color: #ffffff;
}

.page_list {
    /* margin-top: 20px; */
    justify-content: flex-end;
}

.page_list li {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 6px;
    border: 1px solid #f7f7f7;
}

.page_list li:hover {
    background-color: #5eadff;
    color: #fff
}

.page_list li:hover>a {
    color: #fff
}

/* case */
.products {
    font-size: 24px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.case_name {
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #f7f7f7;
}

.case_lit {
    width: 100%;
}

.case_lit img {
    width: 100%;
}

.case_lit p {
    font-size: 16px;
    text-align: center;
    height: 36px;
    line-height: 20px;
    overflow-y: hidden;
    padding-bottom: 10px;
}

.case_box {
    margin-top: 20px;
    width: 30%;
    margin-left: 3%;
}

.case_box:hover {
    box-shadow: 1px 1px 2px #cacaca;
}

/* list_conus */
.list_conusform {
    margin-top: 100px;
    background-color: #f7f7f7;
    padding-bottom: 20px;
}

.list_conusform h3 {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    background-color: #5eadff;
    color: #ffffff;
}

.list_conusform p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.list_conusform form {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.list_conusform input {
    margin-top: 10px;
    background-color: #ffffff;
    border: 0;
}

.list_conusform textarea {
    background-color: #ffffff;
    border: 0;
}

.list_conusform .submit {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 15% !important;
    height: 40px;
    line-height: 40px;
}

/* faq */
.q_a_box {
    min-height: 200px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.q_a_img {
    width: 33%;
}

.q_a_img img {
    width: 100%;
}

.q_a_m {
    padding-top: 30px;
    width: 60%;
}

.q {
    padding-left: 4%;
}

.q p:first-child {
    width: 6%;
    font-size: 20px;
    font-weight: bold;
    color: #5eadff;
}

.q p:nth-child(2) {
    width: 92%;
    font-size: 18px;
    font-weight: bold;
}

.a {
    margin-top: 10px;
    padding-left: 4%;
}

.a p:first-child {
    width: 6%;
    font-size: 20px;
    font-weight: bold;
}

.a p:nth-child(2) {
    width: 92%;
    font-size: 16px;
    line-height: 24px;
}

.a p:nth-child(3) {
    text-align: center;
    width: 30%;
    font-size: 16px;
    line-height: 34px;
    background-color: #5eadff;
    margin-top: 10px;
    margin-left: 6%;
}

.a p:nth-child(3)>a {
    color: #fff;
    display: block;
}

/* aboutus */
/* .abus_body{
    word-spacing: 4px;
    letter-spacing:1px;
    line-height: 30px;
    word-wrap:break-word;
} */


.abus_form {
    margin-top: 30px;
    width: 100%;
    min-height: 460px;
    box-shadow: 1px 1px 30px #999;
}

.abus_form p:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding-top: 30px;
}

.abus_form p:nth-child(2) {
    font-size: 20px;
    color: #cacaca;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.abus_form form {
    width: 90%;
    margin: 0 auto;
    padding-left: 8%;
    margin-top: 25px;
}

.abus_form form input {
    width: 40%;
    margin-left: 2%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 0;
    margin-top: 10px;
    color: #999;
    text-indent: 20px;
}

.abus_form form textarea {
    width: 82%;
    margin-left: 2%;
    min-height: 100px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 0;
    color: #999;
    text-indent: 20px;
    margin-top: 20px;
    line-height: 20px;
}

.abus_form .abus_button {
    width: 20%;
    text-indent: 0px;
    background-color: #5eadff;
    color: #fff;
    margin-left: 32.5%;
    border-radius: 25px;
    margin-top: 30px;
}

/* article */
.right_body_box {
    width: 73%;
    margin-left: 3%;
}

.art_title {
    width: 48%;
}

/*修改↓*/
/* .art_newfield{
    margin-left: 2%;
    min-height: 150px;
    line-height: 20px;
    font-size: 16px;
    background-color: #f7f6f2;
    color: #101010;
    margin-bottom: 20px;
    padding-top: 10px;
    text-indent: 25px;
} */

.art_newfield {
    padding-top: 10px;
    margin-bottom: 50px;
    margin-left: 2%;
    color: #101010;
    font-size: 24px;
    font-weight: bold;
}

.canshu {
    margin-top: 10px;
}

.canshu ul li {
    line-height: 30px;
    /* height: 30px; */
}

/*↑*/
.art_title h1 {
    font-size: 16px;
}

.ad_box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ad {
    font-size: 16px;
    color: #cacaca;
}

.ad li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.art_desc {
    font-size: 16px;
    color: #101010;
    background-color: #f7f6f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.art_conus {
    margin-top: 0px;
    color: #5eadff;
    font-weight: bold;
}

.art_conus div {
    margin-top: 10px;
}

.art_conus a {
    color: #5eadff;
}

.art_btn {
    margin-top: 16px;
}

.art_btn p {
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
    background-color: #5eadff;
    width: 34%;
    border-radius: 25px;
    text-align: center;
}

.art_btn a {
    color: #fff;
    font-size: 16px;
}

.pro_table {
    margin-left: 2%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    /* width: 78%; */
}

.pro_table div:nth-child(2) {
    margin-top: 20px;
}

.pro_tab {
    border: 1px solid #f7f7f7;
}

.pro_tab p {
    height: 30px;
    line-height: 30px;
    width: 26%;
    border-right: 1px solid #f7f7f7;
    text-align: center;
}

.tab_active {
    font-weight: bold;
    border-top: 3px solid #5eadff;
}

.product_article {
    margin-left: 2%;
    margin-top: 20px;
    /* margin-bottom: 60px; */
    line-height: 24px;
}

.product_article>p {
    margin-bottom: 10px;
}

.art_img {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.art_img img {
    max-width: 100%;
}

.pre_next {
    border-top: 1px solid #cacaca;
    margin-top: 20px;
    padding-top: 20px;
}

.next {
    margin-left: 4%;
}

.pre span:first-child {
    font-weight: bold;
}

.next span:first-child {
    font-weight: bold;
}

/* 返回顶部 在线客服 */
.gotop {
    width: 7rem;
    height: 3rem;
    line-height: 3rem;
    /* border-radius: 10px; */
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 10px;
    text-align: center;

}

.gotop img {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.server {
    width: 7rem;
    height: 6rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    /* border-radius: 50%; */
    z-index: 999;
    position: fixed;
    right: 10px;
    top: 63%;
    box-shadow: 0px 3px 10px 0px #b3b6c8;
    border-radius: 10px;
}

.server img {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    margin: 0 auto;
    margin-top: 0.285rem;
}

.server a {
    color: #fff;
}

.server p {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}

.msg {
    color: #fff;
    width: 4rem;
    height: 3rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    /* border-radius: 50%; */
    z-index: 999;
    position: fixed;
    right: 10px;
    top: 69%;
    box-shadow: 0px 3px 10px 0px #b3b6c8;
}

.msg:hover {
    cursor: pointer;
}

.ifr_top p:first-child {
    font-size: 14px;
    text-transform: uppercase;
}

.ifr_top {
    background-color: #5eadff !important;
}

/*外来代码*/
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 30px;
    border: 6px solid #ffffff;
    border-radius: 20px;
    background: #d3f589;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3f589), to(#5b6e32));
    background: -moz-linear-gradient(top, #d3f589, #5b6e32);
    background: linear-gradient(to bottom, #d3f589, #5b6e32);
    -webkit-box-shadow: #dee0dc 0px 0px 40px 0px;
    -moz-box-shadow: #dee0dc 0px 0px 40px 0px;
    box-shadow: #dee0dc 0px 0px 40px 0px;
    text-shadow: #fffafa -2px -4px 7px;
    font: normal normal bold 19px times new roman;
    color: #ffffff;
    text-decoration: none;
}

.button:hover,
.button:focus {
    background: #fdffa4;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdffa4), to(#6d843c));
    background: -moz-linear-gradient(top, #fdffa4, #6d843c);
    background: linear-gradient(to bottom, #fdffa4, #6d843c);
    color: #ffffff;
    text-decoration: none;
}

.button:active {
    background: #7f9352;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f9352), to(#5b6e32));
    background: -moz-linear-gradient(top, #7f9352, #5b6e32);
    background: linear-gradient(to bottom, #7f9352, #5b6e32);
}

.button:before {
    content: "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -5px;
    left: 2px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC30lEQVRIie2UT4hVdRTHP+cxiIQ8YojhPVcDuRhCXYjIkJoGyaAQOWQjtKmHiEG8e67iMAuJeKSUiHrPD3yg4iCJtGgRKFhkoBXFINEihhQxCwlfDMMgMxtpHh4X85u4vbnOFLj0bO4X7vf3/Z7v+f2BZ7VEyVKELMu6RGQnsBuoAG2gFL9jwNlqtfrH0NDQ/zcws9WAAd8C54F7qjr/bzmwFVDgB3f/JE3T9n82MLN+4CiwR1XvLMIrAQeANSJSS5Lk0ZIGWZb1iMgXwKCqTpjZCiABBiKlBPwFHC+Xy2O1Wg0zOwgsr1arh/PjKhUZiEgD+DCK9wCXgT/dfZuqblHVzcAIMDw9Pf3e6OgoInIC2NhqtXrzWgsMzKwbWFUqlb5pNpsAp4FDqvppmqZ/z/NU9a6I7Aa2zczM9MfRGLA3r9dVEGATcLVer2Nm64BJVf3RzLqAk8A64BEwnCTJmJmNAB8DbwHXgeFFEwB9IjKeM/sy4l3AlKpuFJE3gWMAU1NTd5g7vqjqw86miwyWAQ8jLgPTEf8K/B5CeLdSqUzMr200GsREhVVkMOHuKyO+DayOuBs45+60Wq0G8DNAlmXL5g1CCAs0iwxuAJsj/hpYE0LoBT4C3ojCN919P4CIvA1cBXD3XuB+Xqxok38B+rIsK6vqAzM74u4XgX2qOp7jYGabgHdE5PVoVnP3z/NihRfNzHYALwDfAReBfUAduCki4+7+PLAd6Hb3vWmaTprZKuC0iAwkSfLPk7FgRCGErSKyHngRuJDrfAS47+79wErgVLvdHkzTdDKEUAHOAfW8eGGCOO9XgFPufgL4Dbikqg86uc1mk9nZ2deABrBfVW90cv5lEEK4xtyZ7nP39+OYford3wK+Z24TnwNeEpEBd7/t7h+kaTrZKQ4dm+zugyJyGbgrIleA3iRJrpvZV8BaYAPwMnP35Ja7nylK9sQE8entAT5T1VcXW/isnlo9BnuKGp/gpWlBAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}


/*other-products*/
.oth-pros {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #cacaca;
}

.oth-pros span {
    font-size: 24px;
    font-weight: 600;
}

.oth-pros ul {
    margin-top: 20px;
    justify-content: space-between;
}

.oth-pros ul li {
    width: 16%;
}

.right_body_box .oth-pros {
    margin-top: 0;
    padding-top: 50px;
    border-top: 0;
    margin-bottom: 60px;
}



/*背景层*/
#popLayer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    /* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox {
    display: none;
    background-color: #eee;
    z-index: 11;
    width: 400px;
    height: 680px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#popBox .close {
    color: #ffffff;
    text-align: right;
    background-color: #5eadff;
    line-height: 40px;
    font-weight: bold;

}

#popBox .close span {
    margin-right: 116px;
}

/*关闭按钮*/
#popBox .close a {
    text-decoration: none;
    color: #333333;
    margin-right: 10px;

}

.tan-form p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #5eadff;
}

.tan-form input {
    width: 80%;
    margin: 0 auto;
    line-height: 36px;
    margin-top: 30px;
    display: block;
}

.tan-form textarea {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    line-height: 30px;
    font-family: mainfont;
}

.tan-form #tansubmit {
    display: block;
    width: 50%;
    height: 36px;
    background-color: #5eadff;
    color: #ffffff;
}



.tit-fz,
.tit-bolder,
.tit-bg {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
}

.tit-fz {
    font-size: 18px !important;
    font-weight: bolder !important;
}

.tit-bolder {
    font-weight: bolder !important;
}

.tit-bg {
    background-color: #019400;
    color: #fff !important;
    font-weight: bolder !important;
    padding-left: 10px;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #559be3;
}
.foot_beian a{color: white;margin-left: 10px;}