﻿
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
}
.header .headerTop{
    padding: 15px 0;
    /* overflow: hidden; */
}
.header .headerTop .logoBox{
    overflow: hidden;
    align-items: center;
    display: flex;
}
.header .headerTop .logoBox a{
    display: inline-block;
    line-height: 0;
    float: left;
}

.header .headerTop .logoBox img {
    width: 100px;
}
.header .headerTop .logoBox .t{
    float: left;
    padding-left: 20px;
    width: 300px;
}
.header .headerTop .logoBox .t p{
    font-size: 16px;
    color: #5e5f5e;
    letter-spacing: 0;
    line-height: 1.4em;
}
.header .headerTop .headerInfoBox{
    position: relative;
    padding-right: 80px;
}
.header .headerTop .headerInfo li{
    float: left;
    margin-right: 50px;
    padding-left: 40px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .headerTop .headerInfo li.headerTel{
    background-image: url("../images/headerTel.png");
}
.header .headerTop .headerInfo li.headerEmail{
    background-image: url("../images/headerEmail.png");
}
.header .headerTop .headerInfo li span{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #5e5f5e;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4em;
}
.header .headerTop li a{
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 16px;
    color: #5e5f5e;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 50px;
    top: 14px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: 0 0;
    z-index: 10;
    background: #00ACEE;
    transition: all .3s;
}

.header_search_box.active {
    width: 260px;
    transition: all .3s;
}

.header_search_box a {
    line-height: 0;
    width: 36px;
    height: 36px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: 0 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.header_search_box img {
    position: absolute;
    top: 8px;
    right: 8px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}

.header_search_box .search_click.active img.open {
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 0;
    right: 36px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 32px;
}

.search_form input[type=text] {
    width: 100%;
    height: 36px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.search_form input.btn_search {
    width: 32px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/open_search_form1.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer
}

.header .headerNavBox{
    display: flex;
    background: #1A75BB;
}

.header .headerNav{
    position: relative;
}
.header .nav_list{
    display: flex;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
}
.header .nav_list > li > a {
    display: block;
    position: relative;
    padding: 0 20px;
}
.header .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header .nav_list > li.active > a,
.header .nav_list > li.on > a{
    background: #00acee;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 40px;
    background: url("../images/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.nav_list > li:hover i,
.nav_list > li.on i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #f7f8f8;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding: 0 20px;
    font-weight: bold;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #00acee;
}

.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #da251c;
    color: #000000;
}

.droplist_tile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.drop_tile {
    display: none;
    padding: 30px 20px;
    background: #f7f8f8;
}
.drop_tile .itemBox{
    display: flex;
}
.drop_tile .item{
    width: 20%;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid rgba(206,208,207,0.6);
}
.drop_tile .item:first-child{
    padding-left: 0;
}
.drop_tile .item:last-child{
    padding-right: 0;
    border-right: 0;
}
.drop_tile .item h3 a{
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
}
.drop_tile .item h3 a:hover{
    color: #44a8f2;
}
.drop_tile .item ul a{
    font-size: 14px;
    color: #707070;
    letter-spacing: 0;
    line-height: 28px;
}
.drop_tile .item ul a:hover{
    color: #44a8f2;
    text-decoration: underline;
}


.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #595d5b;
    padding: 70px 0 50px;
}
.footer_box .footerForm{
    width: 350px;
    float: left;
}
.footer_box .footerForm h3{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}
.footer_box .footerForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_box .footerForm .info{
    width: 48%;
    margin-bottom: 10px;
    line-height: 0;
}
.footer_box .footerForm .info.w100{
    width: 100%;
}
.footer_box .footerForm .info:last-child{
    margin-bottom: 0;
}
.footer_box .footerForm .info .tips{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    background: #cc0000;
    text-align: center;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 90px;
    padding: 10px;
    resize: none;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 110px;
    height: 34px;
    background: #00ACEE;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    opacity: .85;
    transition: all .3s;
}

.footer_box .conBox{
    margin-left: 350px;
    padding-left: 30px;
}
.footer_box .conBox .itemBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_box .conBox .item{
    width: 22%;
    float: left;
}
.footer_box .conBox .item:last-child{
    width: 32%;
}
.footer_box .conBox h3{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}
.footer_box .conBox .item li{
    margin-bottom: 3px;
}
.footer_box .conBox .item li,
.footer_box .conBox .item li a{
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    font-weight: 300;
}
.footer_box .conBox li a:hover{
    color: #00acee;
    text-decoration: underline;
}
.footer_box .conBox .text{
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #888c8a;
}
.footer_box .conBox .text p,
.footer_box .conBox .text span,
.footer_box .conBox .text a{
    display: inline-block;
    font-size: 14px;
    color: #a6afac;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 300;
}
.footer_box .conBox .text a.sitemap{
    margin: 0 5px;
}
.footer_box .conBox .text a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.footer_sharethis_inline{
    width: 32px;
    height: 143px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -71px;
    z-index: 97;
}
.footer_sharethis_inline .stButton .chicklets{
    width: 32px;
    height: 32px;
    padding: 0;
}
.footer_sharethis_inline .stButton{
    margin-left: 0;
    margin-right: 0;
}
.footer_sharethis_inline .stButton .facebook{
    background: url("../images/styleTiny.png") no-repeat -24px 0 #3b5998;
}
.footer_sharethis_inline .stButton .twitter{
    background: url("../images/styleTiny.png") no-repeat -24px -256px #00aced;
}
.footer_sharethis_inline .stButton .linkedin{
    background: url("../images/styleTiny.png") no-repeat -24px -128px #007fb1;
}
.footer_sharethis_inline .stButton .googleplus{
    background: url("../images/styleTiny.png") no-repeat -24px -64px #d14836;
}
.footer_sharethis_inline .stButton .chicklets:hover{
    opacity: .8;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../images/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    background: #666666;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.banner_slick .slick-dots li.slick-active{
    background: #222222;
}
.banner_slick img{
    width: 100%;
}

.indexBox1 .title{
    text-align: center;
    padding: 50px 0 30px;
}
.indexBox1 .title h2{
    font-size: 36px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.2em;
}
.indexBox1 .title p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.indexBox1 .indexProductSlick{
    padding-bottom: 20px;
}
.indexBox1 .indexProductSlick .slick-dots{
    bottom: 0;
}
.indexBox1 .indexProductSlick .slick-dots li.slick-active{
    background: #1A75BB;
}
.indexBox1 .indexProductSlick .slick-prev,
.indexBox1 .indexProductSlick .slick-next{
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: url("../images/buttonstyle1.png") no-repeat;
}
.indexBox1 .indexProductSlick .slick-prev{
    background-position: left top;
    transition: all 0s;
}
.indexBox1 .indexProductSlick .slick-next{
    background-position: right top;
    transition: all 0s;
}
.indexBox1 .indexProductSlick .slick-prev:hover{
    background-position: left center;
    transition: all 0s;
}
.indexBox1 .indexProductSlick .slick-next:hover{
    background-position: right center;
    transition: all 0s;
}
.indexBox1 .slick_first{
    padding: 0 5px;
    text-align: center;
}
.indexBox1 .slick_first .img{
    line-height: 0;
    text-align: center;
    padding-bottom: 5px;
}
.indexBox1 .slick_first .img a{
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox1 .slick_first .text a{
    display: block;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.indexBox1 .slick_first .text a:hover{
    color: #00acee;
}

.indexBox2 .title{
    text-align: center;
    padding: 50px 0 30px;
}
.indexBox2 .title h2{
    font-size: 36px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.2em;
}
.indexBox2 .title p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.indexBox2 .itemBox{
    overflow: hidden;
}
.indexBox2 .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.indexBox2 .item .conBox{
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 42px;
    padding-right: 200px;
    padding-bottom: 22px;
    padding-left: 13px;
    transition: all .3s;
}
.indexBox2 .item .conBox:hover{
    background-position-x: 175px;
    transition: all .3s;
}
.indexBox2 .item .conBox:before{
    position: absolute;
    content: '';
    width: 100%;
    top: 20px;
    left: 0;
    height: 100%;
    z-index: -1;
}
.indexBox2 .item:nth-of-type(1) .conBox:before{
    background: #92A257;
}
.indexBox2 .item:nth-of-type(2) .conBox:before{
    background: #B22511;
}
.indexBox2 .item:nth-of-type(3) .conBox:before{
    background: #EAC29E;
}
.indexBox2 .item .conBox h3{
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    min-height: 48px;
    margin-bottom: 15px;
}
.indexBox2 .item .conBox p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
}
.indexBox2 .item .conBox a{
    font-size: 14px;
    color: #858a89;
    letter-spacing: 0;
    line-height: 1em;
    display: inline-block;
    margin-top: 15px;
}
.indexBox2 .item .conBox a:hover{
    color: #00acee;
}
.indexBox2 .a{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}
.indexBox2 .a em{
    display: block;
    font-size: 51px;
    color: #00ACEE;
}
.indexBox2 .a em:hover{
    color: #1a75bb;
}
.indexBox2 .a a{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #6f7473;
}
.indexBox2 .a a:hover{
    color: #00acee;
}

.indexBox3{
    background: #f1f2f1;
}
.indexBox3 .title h2{
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 36px;
    color: #41423f;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.indexBox3 .itemBox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.indexBox3 .item{
    width: 25%;
    text-align: center;
    padding: 0 10px;
}
.indexBox3 .item .img{
    line-height: 0;
    text-align: center;
}
.indexBox3 .item .text h3{
    font-size: 20px;
    color: #5d5e5a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.indexBox3 .item .text p{
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 14px;
    color: #70716d;
}

.indexBox4{
    padding: 65px 0;
}
.indexBox4 .img{
    width: 41%;
    float: left;
    line-height: 0;
}
.indexBox4 .text{
    width: 59%;
    float: left;
    padding-left: 20px;
}
.indexBox4 .text h2{
    font-size: 36px;
    color: #434a46;
    letter-spacing: 0;
    line-height: 1.8em;
}
.indexBox4 .text p{
    font-size: 16px;
    color: #505453;
    letter-spacing: 0;
    line-height: 1.5em;
}
.indexBox4 .text a{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #00ACEE;
    color: #fff;
    margin-top: 45px;
}
.indexBox4 .text a em{
    color: #fff;
    font-size: 14px;
    width: 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.indexBox4 .text a:hover em{
    width: 2em;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.aboutConBox{
    padding: 20px 0 50px;
    overflow: hidden;
}
.aboutConBox .aboutMenuBox{
    width: 25%;
    float: left;
    padding-right: 10px;
}
.aboutConBox .aboutMenuBox h2{
    background: #00acee;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.4em;
}
.aboutConBox .aboutMenuBox ul{
    border: 1px solid #eee;
}
.aboutConBox .aboutMenuBox ul li{
    border-top: 1px solid #eee;
    background: #f5f5f5;
    position: relative;
    padding-left: 15px;
}
.aboutConBox .aboutMenuBox ul li:nth-of-type(1){
    border-top: 0;
}
.aboutConBox .aboutMenuBox ul li a{
    display: block;
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    color: #484848;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAABRJREFUCNdjaGBwYFBgEABiB4YGAAy+AdE8x/bYAAAAAElFTkSuQmCC);
}
.aboutConBox .aboutMenuBox ul li.on a,
.aboutConBox .aboutMenuBox ul li a:hover{
    color: #00acee;
}
.aboutConBox .aboutContentBox{
    width: 75%;
    float: left;
    padding-left: 10px;
}

.companyBox1 .title{
    border-bottom: 2px solid #00acee;
    margin-bottom: 20px;
}
.companyBox1 .title h1{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 1.8em;
    background: #00acee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0 20px;
}
.companyBox1 .text p,
.aboutConBox .news_box *{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
}
.aboutConBox .news_box h1{
    font-size: 32px;
    color: #545454;
    padding-bottom: 15px;
    font-weight: 700;
}

.aboutConBox .news_box{
    padding-bottom: 0 !important;
}
.aboutConBox .news_box > h1{
    padding-bottom: 0;
    font-weight: bold;
}
.aboutConBox .news_box > p{
    text-align: center;
}
.aboutConBox .news_box .news_list p{
    text-align: left;
}

.companyBox2{
    padding: 60px 0;
}
.companyBox2 .imgBox{
    line-height: 0;
    text-align: center;
}
.companyBox2 .tpBox{
    overflow: hidden;
}
.companyBox2 .tp{
    width: 25%;
    float: left;
    text-align: center;
    line-height: 0;
    padding: 0 5px;
}

.certificateBox1 .title h1,
.certificateBox1 .title h2{
    font-size: 24px;
    line-height: 1.8em;
    border-bottom: 4px solid #1a75bb;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.certificateBox1 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-bottom: 30px;
}
.certificateBox1 .img{
    width: 25%;
    padding: 0 5px;
}

.aboutContentBox .news_box{
    padding-top: 0;
}
.aboutContentBox .news_box h1{
    color: #060606;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
}
.partnerBox1 .title{
    margin-bottom: 20px;
    text-align: center;
}
.partnerBox1 .title h1{
    color: #060606;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
}
.partnerBox1 .title p{
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 16px;
    color: #545454;
}
.partnerBox1 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-bottom: 30px;
}
.partnerBox1 .img{
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.partnerBox1 .img img{
    width: 100%;
}

.advantageBox1{
    padding: 20px 0 50px;
}
.advantageBox1 .title{
    padding-bottom: 20px;
}
.advantageBox1 .title h1{
    color: #060606;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
}
.advantageBox1 .title p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.advantageBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.advantageBox1 .item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 50px;
}
.advantageBox1 .item .img{
    line-height: 0;
}
.advantageBox1 .item .img img{
    width: 100%;
}
.advantageBox1 .item .text h3{
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
}
.advantageBox1 .item .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.advantageBox1 .item .text a{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.advantageBox1 .item .text a:hover{
    color: #0092ef;
}
.advantageBox2{
    padding-bottom: 60px;
}
.advantageBox2 h2{
    color: #0092ef;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
}
.advantageBox2 p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}

.contactBox1{
    padding: 20px 0 50px;
}
.contactBox1 .title h1{
    color: #333333;
    text-align: center;
    font-size: 30px;
    line-height: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.contactBox1 .conBox{
    overflow: hidden;
}
.contactBox1 .conBox .textBox{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.contactBox1 .conBox .textBox h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contactBox1 .conBox .textBox p,
.contactBox1 .conBox .textBox p a{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.contactBox1 .conBox .textBox p a:hover{
    color: #0092ef;
}
.contactBox1 .conBox .contactForm{
    width: 50%;
    float: left;
    background: #00ACEE;
    padding: 20px 40px;
}
.contactBox1 .conBox .contactForm .info{
    margin-top: 15px;
}
.contactBox1 .conBox .contactForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contactBox1 .conBox .contactForm .info textarea{
    width: 100%;
    height: 90px;
    padding: 10px;
    resize: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contactBox1 .conBox .contactForm .info input[type="submit"]{
    width: 110px;
    height: 34px;
    background: #ffffff;
    color: #0092ef;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.contactBox1 .conBox .contactForm .info input[type="submit"]:hover{
    background: #1A75BB;
    color: #ffffff;
    transition: all .3s;
}

.contactBox2{
    line-height: 0;
}
.contactBox2 iframe{
    width: 100%;
    height: 400px;
}

#st-1 .st-btn{
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0 !important;
}
#st-1 .st-btn[data-network='email']{
    display: none !important;
}
#st-1 .st-btn > img{
    width: 16px !important;
    height: 16px !important;
    top: 5px !important;
}

.products_inquire a.inquire{
    background: #fafafa;
}
.products_inquire a.inquire span{
    display: inline-block;
    line-height: 38px;
    padding-left: 25px;
    position: relative;
    height: auto !important;
    background: none !important;
}
.products_inquire a.inquire span:before{
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 38px;
    background: url("../images/inquire_img.png") no-repeat -10px -40px;;
}
.products_inquire a.inquire:hover{
    background: #f5f5f5;
}

.indexProductSlick .slick-dots li.slick-active {
    background-color: #9eaca7;
}

.header .headerTop li a:hover {
    color: #42b0ef;
}

.related_pro .item:hover .text a {
    color: #00acee;
}

.products_list_box .list_box:hover .product_list{
    box-shadow: 0 0 5px #ccc;
}

.langBox {
    position: absolute;
    right: 0;
    top: 14px;
}

.langBox span {
    display: block;
    width: 40px;
    height: 36px;
    border: 1px solid #00acee;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #00acee;
    font-family: helveticalight,sans-serif;
    cursor: pointer;
    transition: all .3s;
}

.langBox ul {
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    background: #fff;
    display: none;
    z-index: 2;
}

.langBox ul a {
    display: block!important;
    line-height: 28px;
    padding: 6px 10px;
    color: #000;
    font-family: helveticalight,sans-serif;
    background: #fff;
    white-space: nowrap;
}

.langBox ul a:hover {
    background: #00acee;
    color: #fff!important;
}

@media (max-width: 1620px){

}
@media (max-width: 1450px){

}
@media (max-width: 1220px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .text h2{
        font-size: 30px;
    }
    .header .headerTop .headerInfoBox{
        padding-right: 30px;
    }
    .header .nav_list > li > a{
        padding: 0 15px;
    }
    .footer_box{
        padding: 50px 0 30px;
    }
    .indexBox2 .item .conBox{
        padding-right: 100px;
    }
    .indexBox4{
        padding: 50px 0;
    }
    .indexBox4 .text a{
        margin-top: 20px;
    }

    .footer_box .conBox h3{
        font-size: 16px;
    }

    .header .headerTop .headerInfo li.headerEmail {
        margin-right: 70px;
    }
}

@media (max-width: 992px){

    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 99999;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .header_search_box{
        right: 55px;
    }

    .langBox {
        right: 6px;
    }
    .header_search_box.active{
        width: 216px;
    }
    .header_search_box.active .search_form{
        width: 180px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        padding: 5px 0;
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #000;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat center 10px;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
        line-height: 40px;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .text{
        padding-top: 15px;
        padding-left: 10px;
    }
    .m_header .text p{
        font-size: 14px;
        color: #000000;
        line-height: 1.7;
    }
    .m_header .text p a{
        font-size: 14px;
        color: #000000;
    }

    .Three_menu_box{
        padding-left: 15px;
    }

    .footer_box .conBox .itemBox .item{
        display: none;
    }
    .footer_box .conBox .itemBox .item:last-child{
        display: block;
        width: 100%;
    }

    .indexBox2 .item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .indexBox2 .item .conBox:before{
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .indexBox2 .item .conBox{
        background-position: right center;
        -webkit-background-size: 200px;
        background-size: 200px;
    }
    .indexBox2 .item .conBox h3{
        min-height: 0;
    }
    .indexBox2 .item .conBox a{
        color: #ffffff;
    }
    .indexBox3 .item{
        width: 50%;
    }
    .indexBox4 .img{
        width: 100%;
    }
    .indexBox4 .img img{
        width: 100%;
    }
    .indexBox4 .text{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .aboutConBox .aboutMenuBox{
        padding-bottom: 40px;
        width: 100%;
        padding-right: 0;
    }
    .aboutConBox .aboutContentBox{
        width: 100%;
        padding-left: 0;
    }
    .companyBox2{
        padding-top: 0;
    }

    .advantageBox1{
        padding-bottom: 0;
    }
    .advantageBox1 .item .text h3{
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .aboutConBox .aboutMenuBox h2{
        position: relative;
    }
    .aboutConBox .aboutMenuBox h2:before{
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        background: url("../images/pro_click.png") no-repeat top center;
    }
    .aboutConBox .aboutMenuBox ul{
        display: none;
    }


    .footer_box .conBox h3{
        font-size: 20px;
    }
}
@media (max-width: 767px){

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .advantageBox1 .item{
        width: 100%;
    }
    .contactBox1 .conBox .textBox{
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .contactBox1 .conBox .contactForm{
        width: 100%;
    }
    .contactBox2 iframe{
        height: 320px;
    }

    .footer_box .footerForm{
        width: 300px;
    }
    .footer_box .conBox{
        margin-left: 300px;
    }
    .footer_sharethis_inline{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        margin-top: 10px;
    }

    .news_box .news_list{
        height: auto;
    }
    .news_box .news_img{
        width: 150px;
        height: 150px;
        overflow: hidden;
    }
    .news_box .news_text{
        margin-left: 150px;
    }
    .news_box .news_text h3 > span{
        font-size: 18px;
    }
    .news_box .news_text span{
        display: none;
    }
    .news_box .news_text p{
        height: auto;
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .Fast_contact ul li.onlineservice_li:nth-of-type(4) {
        border-left: 0;
        display: none;
    }
}
@media (max-width: 640px){
    .fll img {
        width: 32px;
    }
    .footer_box .footerForm{
        width: 100%;
    }
    .footer_box .conBox{
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .footer_box .footerForm .info{
        width: 100%;
    }

    .certificateBox1 .img{
        width: 50%;
        margin-bottom: 15px;
    }
    .partnerBox1 .img{
        width: 50%;
    }

    .contactBox1 .conBox .contactForm{
        padding: 10px 20px 20px;
    }

    .news_box .news_list{
        margin-bottom: 15px;
    }
    .news_box .news_text{
        padding: 0 10px;
    }
    .news_box .news_text h3{
        padding-right: 0;
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .news_box .news_text h3 > span{
        font-size: 16px;
    }
    .news_box .news_text h3 i.time{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}
@media (max-width: 540px){
    .companyBox2 .tp{
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 480px){
    .indexBox3 .item{
        width: 100%;
    }
    .news_box .news_text p{
        height: auto;
    }
    .news_box .news_img{
        width: 100px;
        height: 100px;
    }
    .news_box .news_text{
        width: auto;
        float: none;
        margin-left: 100px;
    }
}
.pr_left_pr{
  margin-top: 30px;
}
.pr_left_pr a{
  padding-left: 0 !important;
}
.pr_left_pr .text a{
  padding-left: 10px !important;
}
.footer_box .footerForm .info p{
    font-size: 14px;
    color: #a6afac;
    line-height: 1.4;
}
.footer_box .footerForm .info p a{
    color: #a6afac;
    text-decoration: underline;
}
.footer_box .footerForm .info p a:hover{
    color: #a6afac;
}

.N_product_banner{width: 100%;height: auto;position: relative;}
.N_product_banner_bg{width: 100%;height: auto;display: block;}
.N_product_banner_bg img{width: 100%;height: auto;display: block;}
.N_product_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.N_product_banner_content h4{font-size: 30px;font-weight: 800;color: #FFFFFF;}
.N_product_banner_content h1{font-size: 36px;color: #FFFFFF;font-weight: 800;margin-top: 25px;}
.N_product_box{width: 78.4%;height: auto;margin-left: 2.8%;padding: 64px 0 0;display: flex;justify-content: space-between;}
.N_product_left_box{width: 18.1%;height: auto;padding-top: 66px;}
.N_product_left_content{width: 100%;height: auto;position: sticky;top: 15px;}
.N_product_left_content_title{font-size: 24px;color: #1b75bb;padding-bottom: 8px;border-bottom: 4px solid #1b75bb;font-weight: 600;}
.N_product_left_content_ul{width: 100%;height: auto;}
.N_product_left_content_ul li{width: 100%;height: auto;}
.N_product_left_content_ul_top{width: 100%;height: 59px;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e5e5e5;padding-right: 7px;}
.N_product_left_content_ul_top a{display: block;font-size: 16px;color: #000000;font-weight: 600;}
.N_product_left_content_ul_top span{display: block;font-size: 44px;color: #000000;font-weight: 300;cursor: pointer;}
.N_product_left_content_ul_bottom{width: 100%;height: auto;padding: 22px;background: #f4f4f4;display: none;}
.N_product_left_content_ul_bottom a{font-size: 14px;font-weight: 400;display: block;padding-left: 13px;position: relative;color: #000000;}
.N_product_left_content_ul_bottom a + a{margin-top: 20px;}
.N_product_left_content_ul_bottom a:before{content: "";display: block;width: 6px;height: 6px;background: #787878;border-radius: 50%;position: absolute;left: 0;top: 5px;}
.N_product_left_content_ul_bottom a:hover,.N_product_left_content_ul_bottom a.on{color: #1b75bb;text-decoration: underline;}
.N_product_left_content_ul_bottom a:hover:before,.N_product_left_content_ul_bottom a.on:before{background: #1b75bb;}
.N_product_left_content_ul li.on .N_product_left_content_ul_top a{color: #1b75bb;}
.N_product_left_content_ul_top a:hover{color: #1b75bb;}
.N_product_left_content_ul li.on .N_product_left_content_ul_top_btn{color: #1b75bb;}
.N_product_right_box{width: 79.8%;}
.N_product_right_content{width: 100%;height: auto;}
.N_product_right_content_info{width: 100%;height: auto;}
.N_product_right_content_info h2{font-size: 36px;color: #000000;font-weight: 700;text-align: center;margin-bottom: 50px;}
.N_product_right_content_info p{font-size: 14px;color: #000000;line-height: 1.6;font-weight: 500;}
.N_product_right_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 23px;}
.N_product_right_content_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 30px;background: #eeeeee;}
.N_product_right_content_ul li:nth-of-type(4n+1){margin-left: 0;}
.N_product_right_content_ul_img{width: 100%;height: auto;overflow: hidden;}
.N_product_right_content_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.N_product_right_content_ul li:hover .N_product_right_content_ul_img img{transform: scale(1.1);}
.N_product_right_content_ul_bottom{width: 100%;height: auto;padding: 22px;}
.N_product_right_content_ul_bottom h4{font-size: 18px;color: #000000;text-align: center;font-weight: 500;}
.N_product_right_content_ul_bottom h4 a{color: #000000;}
.N_product_right_content_ul_bottom a.inquire{display: flex;justify-content: center;align-items: center;width: 124px;height: 45px;background: #FFFFFF;border-radius: 5px;font-size: 16px;color: #000;text-align: center;margin: 0px auto;margin-top: 15px;}
.N_product_right_content_ul_bottom a.inquire:hover{background: #00acee;color: #FFFFFF;}
.N_product_page{display: flex;justify-content: center;width: 100%;height: auto;margin-top: 62px;padding-bottom: 36px;border-bottom: 1px solid rgba(0,0,0,0.2);}
.N_product_page li{width: 27px;height: 27px;}
.N_product_page li + li{margin-left: 10px;}
.N_product_page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;border-radius: 50%;font-size: 16px;color: #000000;font-weight: 600;line-height: normal;}
.N_product_page li a.N_product_page_next,
.N_product_page li a.N_product_page_prev{font-size: 30px;color: rgba(0,0,0,0.3);font-weight: 300;}
.N_product_page li a:hover,.N_product_page li a.on{background: #00acee;color: #FFFFFF;}
.N_product_page li:nth-of-type(1) a:hover,
.N_product_page li:nth-last-of-type(1) a:hover,
.N_product_page li:nth-of-type(1) a.on,
.N_product_page li:nth-last-of-type(1) a.on{background: transparent;color: #00acee;}
.N_product_faq_box1{width: 100%;height: auto;display: flex;justify-content: space-between;padding-bottom: 69px;border-bottom: 1px solid rgba(0,0,0,0.2);}
.N_product_faq_left1{width: 53.4%;height: auto;}
.N_product_faq_left1 li{width: 100%;height: auto;overflow: hidden;border-radius: 10px;display: none;}
.N_product_faq_left1 li img{width: 100%;height: auto;display: block;}
.N_product_faq_right1{width: 44.1%;height: auto;}
.N_product_faq_right1 li{width: 100%;height: auto;border-radius: 4px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);}
.N_product_faq_right1 li + li{margin-top: 12px;}
.N_product_faq_right1_top{width: 100%;height: auto;padding: 20px 22px;cursor: pointer;}
.N_product_faq_right1_top h4{font-size: 16px;color: #000000;font-weight: 600;}
.N_product_faq_right1_bottom{width: 100%;height: auto;padding: 22px;display: none;}
.N_product_faq_right1_bottom p{font-size: 14px;line-height: 1.6;color: #FFFFFF;}
.N_product_faq_right1 li.on{background: #00acee;}
.N_product_faq_right1 li.on .N_product_faq_right1_top h4{color: #FFFFFF;}
.N_product_advantage_box{width: 100%;height: auto;padding: 64px 0;}
.N_product_advantage_title{font-size: 36px;color: #08122d;font-weight: 700;text-align: center;}
.N_product_advantage_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.N_product_advantage_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 50px;}
.N_product_advantage_ul li:nth-of-type(4n+1){margin-left: 0;}
.N_product_advantage_ul_ico{width: 60px;height: auto;}
.N_product_advantage_ul_ico img{width: 100%;height: auto;display: block;}
.N_product_advantage_ul li p{font-size: 16px;color: #08122d;font-weight: 300;line-height: 1.6;margin-top: 30px;}
.N_product_faq_box{width: 100%;height: auto;}
.N_product_faq_ul{width: 100%;height: auto;margin-top: 42px;}
.N_product_faq_ul li{width: 100%;height: auto;border: 1px solid #dcdcdc;}
.N_product_faq_ul_top{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 50px;padding: 0 20px;cursor: pointer;}
.N_product_faq_ul_top h4{font-size: 16px;color: #08122d;font-weight: 300;}
.N_product_faq_ul_top span{display: block;font-size: 24px;color: #08122d;}
.N_product_faq_ul_bottom{width: 100%;height: auto;padding: 20px;display: none;}
.N_product_faq_ul_bottom p{font-size: 14px;line-height: 1.6;font-weight: 300;color: #08122d;}
.N_product_faq_ul li + li{margin-top: -1px;}
.N_product_faq_ul li.on .N_product_faq_ul_top{background: #000000;}
.N_product_faq_ul li.on h4{color: #00acee;}
.N_product_faq_ul li.on span{color: #00acee;}
.N_product_related_news_box{width: 100%;height: auto;padding: 64px 0px;overflow: hidden;}
.N_product_related_news_swiper{width: 100%;height: auto;margin-top: 34px;}
.N_product_related_news_swiper_top{width: 100%;height: auto;position: relative;}
.N_product_related_news_swiper_img{width: 100%;height: auto;overflow: hidden;}
.N_product_related_news_swiper_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.N_product_related_news_swiper_top_titme{width: 100%;height: 49px;display: flex;justify-content: flex-start;align-items: center;padding: 0 20px;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);}
.N_product_related_news_swiper_top_titme img{display: block;margin-right: 10px;}
.N_product_related_news_swiper_top_titme p{font-size: 16px;color: #FFFFFF;}
.N_product_related_news_swiper_bottom{width: 100%;height: auto;padding: 20px 0;}
.N_product_related_news_swiper_bottom h4{font-size: 18px;color: #000000;font-weight: 600;}
.N_product_related_news_swiper_bottom p{font-size: 14px;color: #000000;font-weight: 500;line-height: 1.6;margin-top: 15px;}
.N_product_related_news_swiper_bottom span{display: block;font-size: 14px;color: #000000;margin-top: 30px;}
.N_product_related_news_swiper .swiper-slide:hover .N_product_related_news_swiper_img img{transform: scale(1.1);}
.N_product_related_news_swiper .swiper-slide:hover .N_product_related_news_swiper_bottom span{color: #00acee;}
.N_product_banner_content_time{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.N_product_banner_content_time img{display: block;margin-right: 10px;}
.N_product_banner_content_time p{font-size: 16px;color: #FFFFFF;}
.N_news_detial_box{width: 100%;height: auto;padding: 60px 0;}
.N_news_detial_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.N_news_detial_content_left{width: 67.5%;height: auto;}
.N_news_detial_content_left_txt{width: 100%;height: auto;}
.N_news_detial_content_left_txt p{font-size: 14px;color: #000000;font-weight: 500;line-height: 1.6;}
.N_news_detial_content_left_txt p + p{margin-top: 50px;}
.N_news_detial_content_left_txt p img{display: block;}
.N_news_detial_content_left_butn{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;}
.N_news_detial_content_left_butn li{width: 49.4%;height: 45px;border-radius: 4px;overflow: hidden;background: #e0e0e0;}
.N_news_detial_content_left_butn li a{display: flex;align-items: center;width: 100%;height: 100%;padding: 0 30px;font-size: 14px;color: #000000;}
.N_news_detial_content_left_butn li:hover{background: #00acee;}
.N_news_detial_content_left_butn li:hover a{color: #FFFFFF;}
.N_news_detial_content_left_related_box{width: 100%;height: auto;margin-top: 34px;}
.N_news_detial_content_left_related_title{font-size: 24px;color: #000000;font-weight: 700;}
.N_news_detial_content_left_swiper{width: 100%;height: auto;margin-top: 30px;}
.N_news_detial_content_left_swiper_img{width: 100%;height: auto;overflow: hidden;}
.N_news_detial_content_left_swiper_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.N_news_detial_content_left_swiper_time{font-size: 16px;color: #000000;font-weight: 300;}
.N_news_detial_content_left_swiper .swiper-slide h4{font-size: 18px;color: #000000;font-weight: 600;}
.N_news_detial_content_left_swiper .swiper-slide p{font-size: 14px;color: #000000;font-weight: 500;line-height: 1.6;}
.N_news_detial_content_left_swiper .swiper-slide:hover .N_news_detial_content_left_swiper_img img{transform: scale(1.1);}
.N_news_detial_content_right{width: 27.5%;height: auto;}
.N_news_detial_content_right_form{width: 100%;height: auto;padding: 40px 20px;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.18);}
.N_news_detial_content_right_form h4{font-size: 30px;color: #000000;font-weight: 600;}
.N_news_detial_content_right_form_ul{width: 100%;height: auto;margin-top: 17px;}
.N_news_detial_content_right_form_ul li{width: 100%;height: auto;position: relative;margin-top: 10px;}
.N_news_detial_content_right_form_ul li input{display: block;width: 100%;height: 50px;border: 1px solid #535353;padding-left: 16px;font-size: 14px;color: #000000;outline: none;}
.N_news_detial_content_right_form_ul li input::placeholder{color: #000000;}
.N_news_detial_content_right_form_ul li textarea{display: block;width: 100%;height: 86px;border: 1px solid #535353;resize: none;outline: none;padding: 16px;font-size: 14px;color: #000000;}
.N_news_detial_content_right_form_ul li textarea::placeholder{color: #000000;}
.N_news_detial_content_right_form_ul_btn{width: 100%;height: 45px;background: #00acee;border-radius: 5px;font-size: 16px;color: #FFFFFF;font-weight: 700;margin-top: 28px;border: none;cursor: pointer;}
.N_news_detial_content_right_form_share{width: 100%;height: auto;margin-top: 60px;}
.N_news_detial_content_right_form_share h4{font-size: 24px;color: #000000;font-weight: 700;margin-bottom: 20px;}
.N_news_detial_content_right_related_product{width: 100%;height: auto;margin-top: 80px;}
.N_news_detial_content_right_related_product_title{font-size: 24px;color: #000000;font-weight: 700;}
.N_news_detial_content_right_related_product_ul{width: 100%;height: auto;margin-top: 10px;}
.N_news_detial_content_right_related_product_ul li{width: 100%;height: auto;margin-top: 20px;background: #f7f7f7;}
.N_news_detial_content_right_related_product_ul_img{width: 100%;height: auto;overflow: hidden;}
.N_news_detial_content_right_related_product_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.N_news_detial_content_right_related_product_ul li:hover .N_news_detial_content_right_related_product_ul_img img{transform: scale(1.1);}








@media (max-width: 1400px) {
	.N_product_right_box{width: 73.8%;}
	.N_product_left_box{width: 23.1%;}
	.N_product_right_content_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.N_product_right_content_ul li:nth-of-type(3n+1){margin-left: 0;}
	.N_product_right_content_ul li{width: 32%;}
	.N_product_box{width: 92%;margin: 0px auto;}
	
}
@media (max-width: 1200px) {
	.N_news_detial_box .container_1200{width: 92%;}
}
@media (max-width: 990px) {
	.N_product_box{flex-wrap: wrap;}
	.N_product_left_box{width: 100%;padding-top: 0;}
	.N_product_right_box{width: 100%;margin-top: 50px;}
	.N_product_faq_box1{flex-wrap: wrap;}
	.N_product_faq_left1{width: 100%;}
	.N_product_faq_right1{width: 100%;margin-top: 30px;}
	.N_news_detial_content{flex-wrap: wrap;}
	.N_news_detial_content_left{width: 100%;}
	.N_news_detial_content_right{width: 100%;margin-top: 50px;}
}
@media (max-width: 769px) {
	.N_product_banner_content h4{font-size: 4.2vw;}
	.N_product_banner_content h1{font-size: 4.8vw;margin-top: 3.6vw;}
	.N_product_banner_content .container_1200{width: 92%;padding: 0;}
	.N_product_box{padding-top: 8vw;}
	.N_product_left_content_title{font-size: 4.8vw;padding-bottom: 1.8vw;border-bottom: 0.4vw solid #1b75bb;}
	.N_product_left_content_ul_top{height: 10.8vw;}
	.N_product_left_content_ul_top a{font-size: 3.6vw;}
	.N_product_left_content_ul_top span{font-size: 6.8vw;}
	.N_product_left_content_ul_bottom{padding: 5% 4%;}
	.N_product_left_content_ul_bottom a{font-size: 3.2vw;}
	.N_product_left_content_ul_bottom a + a{margin-top: 3.6vw;}
	.N_product_right_box{margin-top: 5.8vw;}
	.N_product_right_content_info h2{font-size: 4.8vw;margin-bottom: 3.8vw;}
	.N_product_right_content_info p{font-size: 3.6vw;}
	.N_product_right_content_ul{margin-top: 3.2vw;}
	.N_product_right_content_ul li{width: 100%;margin-top: 3.8vw;}
	.N_product_right_content_ul_bottom{padding: 5%;}
	.N_product_right_content_ul_bottom h4{font-size: 3.8vw;}
	.N_product_page{margin-top: 3.8vw;}
	.N_product_page li a.N_product_page_next, .N_product_page li a.N_product_page_prev{font-size: 4.8vw;}
	.N_product_page li{width: 5vw;height: 5vw;}
	.N_product_page li a{font-size: 3.6vw;}
	.N_product_page li + li{margin-left: 1.8vw;}
	.N_product_page{padding-bottom: 3.2vw;}
	.N_product_right_box{margin-top: 0;}
	.N_product_faq_left1 li{border-radius: 2vw;}
	.N_product_faq_right1{margin-top: 3.2vw;}
	.N_product_faq_right1_top{padding: 3.2vw 4%;}
	.N_product_faq_right1_top h4{font-size: 3.6vw;}
	.N_product_faq_right1_bottom{padding: 5% 4%;}
	.N_product_faq_right1_bottom p{font-size: 3.6vw;}
	.N_product_faq_box1{padding-bottom: 8vw;}
	.N_product_advantage_box{padding: 8vw 0;}
	.N_product_advantage_title{font-size: 4.8vw;}
	.N_product_advantage_ul{flex-wrap: wrap;}
	.N_product_advantage_ul li{width: 100%;margin-top: 3.8vw;}
	.N_product_advantage_ul li p{font-size: 3.6vw;text-align: center;margin-top: 3.2vw;}
	.N_product_advantage_ul_ico{width: 14vw;margin: 0px auto;}
	.N_product_faq_ul{margin-top: 3.8vw;}
	.N_product_faq_ul_top{height: 10.8vw;padding: 0 4%;}
	.N_product_faq_ul_top h4{font-size: 3.6vw;}
	.N_product_faq_ul_top span{font-size: 5.8vw;}
	.N_product_faq_ul_bottom{padding: 5% 4%;}
	.N_product_faq_ul_bottom p{font-size: 3.6vw;}
	.N_product_related_news_box{padding: 8vw 0;}
	.N_product_related_news_swiper{margin-top: 5.8vw;}
	.N_product_related_news_swiper_bottom{padding: 5% 0;}
	.N_product_banner_content_time img{width: 5vw;}
	.N_news_detial_box{padding: 8vw 0;}
	.N_news_detial_content_left_txt p + p{margin-top: 20px;}
	.N_news_detial_content_left_butn{margin-top: 10px;flex-wrap: wrap;}
	.N_news_detial_content_left_butn li{width: 100%;margin-top: 10px;}
	.N_news_detial_content_left_butn li a{padding: 0 4%;}
}




