/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.l,.col-l,.col_l,.col-c,.col_c {
    float: left;
}

.r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span {
    float: right;
}

.c {
    clear: both;
}

.dn {
    display: none;
}

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    border: none;
}

input,textarea,select {
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    border: none;
}

input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input

[type='checkbox'],select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
}

body {
    padding-top: 180px;
}
/*布局*/
.wp {
    margin: 0 auto;
    width: 1400px;
}

.wp-h {
    padding: 0 5%;
}

/*******************************
    -------[=头部]-------
********************************/
.header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
}

.header .title {
    background-color: #E9E9E9;
    font-size: 12px;
    color: #333333;
    line-height: 40px;
}

.header .top {
    overflow: hidden;
    background-color: #fff;
}

.logo{width:434px;float:left;margin:22px 0;height:76px;display:block;background: url(../images/logo.jpg) no-repeat left center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}

.nav {
    float: right;
}

.nav ul {
    float: left;
}

.nav li {
    float: left;
    position: relative;
    padding: 0;
}

.nav li .v1 {
    font-size: 16px;
    color: #222;
    display: block;
    line-height: 120px;
    position: relative;
    padding: 0 20px;
}

.nav li:hover .v1::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background: #0E5291;
    left: 0;
    right: 0;
    bottom: 26px;
    margin: 0 auto;
}

.nav li:hover .v1 {
    color: #0E5291;
}

.nav li .sub {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 10px 0;
}

.nav li .sub a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.nav li .sub a:hover {
    background-color: #fff;
    color: #0E5291;
}

.nav .phone {
    line-height: 120px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #0E5291;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
    font-family: Impact;
}

.nav .phone::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #707070;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.nav .phone img {
    display: inline-block;
}
/*ip_class*/
#ip_classbg {
    background: #0E5291;
}

#ip_classbg::after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}

.ip_class {
}

.ip_class .ip_li {
    width: 20%;
    float: left;
    position: relative;
}

.ip_class .ip_li .span {
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 60px;
    font-

size: 16px;
    display: block;
    height: 60px;
    cursor: pointer;
}

.ip_class .ip_li:hover .span {
    background: #1c90e8;
}

.ip_class .ip_li ul {
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    display: block;
    background: #1c90e8;
    border-top: none;
    white-space: nowrap;
    display: none;
    min-width: 100%;
}

.ip_class .ip_li ul li {
    border-bottom: 1px solid #E5E5E5;
}

.ip_class .ip_li ul li a {
    display: block;
    color: #FFF;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    text-align: center;
}

.ip_class .ip_li:last-child ul {
    left: auto;
    right: 0;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #0E5291;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open {
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.g-tit {
    text-align: center;
    margin-bottom: 40px;
}

.g-tit .cn {
    font-weight: bold;
    font-size: 36px;
    color: #222;
    line-height: 24px;
    margin-top: -15px;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 12px;
}

.g-tit .cn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 4px;
    margin: 0 auto;
    background: #0E5291;
}

.g-tit .en {
    font-size: 48px;
    line-height: 48px;
    color: #DBDBDB;
    font-family: 'Impact';
    text-transform: uppercase;
}

.g-tit .desc {
    font-size: 14px;
    color: #999;
}

.banner .swiper-slide .img {
    display: block;
}

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
}

.banner.swiper-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    margin: 0 10px;
    float: none;
}

.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 85px;
    background: #0E5291;
    border-radius: 7px;
}

.g-more a {
    display: block;
    margin: 60px auto 0;
    width: 600px;
    height: 60px;
    background-color: #0E5291;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
}

.g-more a span {
    display: block;
    float: left;
    width: 280px;
    color: #333;
    height: 60px;
    font-size: 18px;
    line-height: 58px;
    border-radius: 30px;
    background-color: #fff;
    transition: all .3s;
    margin-left: -1px;
    border: 1px solid #DCDCDC;
}

.g-more a:hover span {
    width: 100%;
}
/**产品中心**/
.row1 {
    background-color: #F1F1F1;
    padding: 50px 0 0;
}

.product {
    position: relative;
}

.product .p_nav {
    margin: 20px -25px 0;
    overflow: hidden;
}

.product .p_nav a {
    display: block;
    width: 20%;
    float: left;
}

.product .p_nav span {
    display: block;
    line-height: 60px;
    background: #CACACA;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 0 25px;
}

.product .p_nav a.on span,.product .p_nav a:hover span {
    background: #0E5291;
    color: #FFF;
}

.product .p_ul {
    overflow: hidden;
    margin-top: 43px;
    padding-bottom: 80px;
}

.product .p_ul .p_img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.product .p_ul .p_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product .p_ul .p_txt {
    padding: 0 20px;
    line-height: 60px;
    background: url(../images/p_icon.png) no-repeat right 20px center #FFF;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product .p_ul a span {
    display: block;
    background: url(../images/p_icon3.png) no-repeat right 6px center;
    color: #a2a2a2;
    margin-top: 14px;
    text-align: left;
    height: 14px;
    line-height: 14px;
    padding-left: 10px;
}

.product .p_btn {
    margin: 50px auto 0;
    width: 99px;
    height: 49px;
    position: relative;
    z-index: 6;
}

.p_ul.swiper-container .swiper-button-prev {
    bottom: 0;
    left: calc(50% - 49px);
    top: auto;
    z-index: 9;
    width: 49px;
    height: 49px;
    background: #0E5291;
    margin-top: -24px;
    font-size: 29px;
    color: #FFF;
    line-height: 49px;
    text-align: center;
    font-family: '宋体';
    outline: none;
}

.p_ul.swiper-container .swiper-button-next {
    bottom: 0;
    right: calc(50% - 49px);
    top: auto;
    z-index: 9;
    width: 49px;
    height: 49px;
    background: #0E5291;
    margin-top: -24px;
    font-size: 29px;
    color: #FFF;
    line-height: 49px;
    text-align: center;
    font-family: '宋体';
    outline: none;
}

/*xinghao*/
.row2 {
    background-color: #fff;
}

.xinghao {
    padding: 56px 0 64px;
    margin-top: -20px;
}

.xinghao .xh_content {
    padding-top: 13px;
}

.xinghao .xh_left {
    width: 380px;
    float: left;
    margin-right: 40px;
}

.xinghao .xh_left span {
    display: block;
    float: left;
    width: 180px;
    line-height: 60px;
    background: #EEE;
    text-align: left;
    margin-top: 16px;
    margin-left: 20px;
    font-size: 12px;
    padding-left: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    color: #333;
    font-weight: normal;
}

.xinghao .xh_left a {
    margin-left: 20px;
    display: block;
    float: left;
    overflow: hidden;
}

.xinghao .xh_left a span {
    float: none;
}

.xinghao .xh_left span:nth-child(odd) {
    margin-left: 0;
}

.xinghao .xh_left span.on {
    background: url(x_icon.png) no-repeat right 12px center #0E5291;
    color: #FFF;
    padding-left: 15px;
}

.xinghao .xh_right {
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,.14);
    margin-top: 16px;
    padding: 30px;
}

.xinghao .xh_right .xhr_left {
    width: 400px;
    float: left;
    margin-right: 59px;
}

.xinghao .xh_right .xhr_left .xhr_img {
    width: 100%;
    padding-bottom: 308px;
    position: relative;
}

.xinghao .xh_right .jianjie {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xinghao .xh_right .xhr_left .xhr_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.xinghao .xh_right .xhr_right {
    overflow: hidden;
    padding: 45px 65px 10px 0;
}

.xinghao .xh_right .xhr_right p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.xinghao .xh_right .xhr_right i {
    display: inline-block;
    width: 35px;
    height: 2px;
    margin: 18px 0;
    background: #bb0202;
}

.xinghao .xh_right .xhr_right p:first-child {
    font-size: 20px;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
    color: #333;
}

.xinghao .xh_right .xhr_right .xrh_a {
    margin-top: 47px;
}

.xinghao .xh_right .xhr_right .xrh_a a {
    display: block;
    width: 152px;
    height: 39px;
    line-height: 39px;
    background: #0E5291;
    color: #FFF;
    text-align: center;
    float: left;
    margin-left: 18px;
}

.xinghao .xh_right .xhr_right .xrh_a a:first-child {
    margin-left: 0;
}
/*.xinghao .xh_right .xhr_right .xrh_a a:last-child{background:#bb0202;}*/
.xinghao .xh_btn {
    margin-top: 71px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.xinghao .xh_btn span {
    display: inline-block;
    width: 460px;
    padding-left: 212px;
    background: #0E5291;
    height: 51px;
    line-height: 51px;
    color: #FFF;
    text-align: left;
    font-size: 17px;
    border-radius: 25px;
    position: relative;
    font-weight: bold;
}

.xinghao .xh_btn span a {
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 51px;
    line-height: 49px;
    background: #FFF;
    border-radius: 25px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    width: 192px;
    border: 1px solid #d4d4d4;
}
/*anzhuang*/

/*首页新闻*/
.news_content {
    padding: 35px 0px;
    background: #FFF;
    margin-top: 47px;
    margin: 0 auto;
}

.news_content .news_title {
    height: 33px;
    position: relative;
    background: url(../images/news_title_line.png) repeat-x center center;
}

.news_content .news_title .n_bt {
    background: #FFF;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 33px;
    display: inline-block;
}

.news_content .news_title span {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 33px;
    height: 33px;
    cursor: pointer;
    color: #DBDBDB;
    padding: 0 15px;
}

.news_content .news_title span.hover {
    color: #0E5291;
}

.news_content .news_title span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 11px;
    right: 0;
    top: 11px;
    background: #C7C7C7;
}

.news_content .news_title span:last-child::after {
    display: none;
}

.news_content .news_title span:nth-child(3):after {
    height: 25px;
    top: 4px;
    background: #7F7F7F;
}

.news_content .news_title .news_more {
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #FFF;
    background: #0E5291;
    border-radius: 17px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.news_content .news_li {
    margin-top: 42px;
}

.news_content .news_li .news_left .news_top {
    overflow: hidden;
}

.news_content .news_li .news_left .news_txt .news_h2 span {
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.news_content .news_li .news_left .news_top .news_img {
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    border:1px solid #EEE;
}

.news_content .news_li .news_left .news_txt {
    margin-top: 14px;
    overflow: hidden;
}

.news_content .news_li .news_left .news_txt .news_h2 {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.news_content .news_li .news_left .news_txt .news_h2 a {
    color: #333;
}

.news_content .news_li .news_left .news_txt .news_h2 a:hover {
    color: #0E5291;
}

.news_content .news_li .news_left .news_txt p {
    color: #888;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}

.news_right a {
    padding: 15px 0;
    display: block;
    background: #eee;
    margin-top: 15px;
}

.news_right a:first-child {
    margin-top: 0;
}

.news_right a .time {
    background: #ffffff;
    border-radius: 3px;
    padding-bottom: 5px;
    height: 90px;
    padding-top: 12px;
    margin-right: 20px;
}

.news_right a .time .day {
    font-size: 30px;
    display: block;
    text-align: center;
    color: #666;
}

.news_right a .time .year {
    height: 20px;
    margin-top: 0px;
    line-height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.news_right a .txt p {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    display: -webkit-box;  
        overflow: hidden;  
        text-overflow: ellipsis;  
        word-break: break-all;  
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 2;
}

.news_right a .txt p:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 33px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 


/*常见问题*/
.cjwt {
    background: #EEEEEE;
}

.questions {
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 30px;
}

.questions .questions_title {
    height: 62px;
    line-height: 62px;
    color: #000;
    font-size: 20px;
    position: relative;
}

.questions .questions_title .more {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 14px;
    color: #999;
}

.questions .questions_ul {
    margin-top: 8px;
}

.questions .questions_ul .q {
    width: 36px;
    float: left;
    margin-top: 8px;
}

.questions .questions_ul .q .btn1 {
    width: 36px;
    height: 18px;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    background: #0E5291;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
}

.questions .questions_ul .q .btn1.a {
    background: #5f5f5f;
}

.questions .questions_ul .txt {
    width: calc(100% - 50px);
    float: right;
}

.questions .questions_ul .txt a p {
    color: #333333;
}

.questions .questions_ul .txt p {
    color: #999999;
    line-height: 24px;
}

.questions .questions_ul .txt p:first-child {
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.questions .questions_ul .txt p:last-child {
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.questions .questions_ul .txt a p {
    line-height: 29px;
    font-size: 16px;
}





/**links***/
.links {
    overflow: hidden;
    background-color: #313131;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}

.links .name {
    float: left;
    margin-right: 50px;
}

.links .link {
    overflow: hidden;
}

.links .link a {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    margin-right: 34px;
}


/**footer**/
.footer {
    overflow: hidden;
    background: #313131;
    padding: 15px 0;
}

.fd-form {
    float: left;
    width: 500px;
    margin-right: 38px;
}

.footer .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.footer .title .en {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.fd-form .box {
    overflow: hidden;
}

.fd-form .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.fd-form .item .inp-box {
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 37px;
    overflow: hidden;
}

.fd-form .item .inp-box:last-child {
    margin-right: 0;
}

.fd-form .item .inp {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 4px;
}

.fd-form .item .inp::placeholder {
    color: #7b7b7b;
}

.fd-form .item textarea {
    display: block;
    resize: none;
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14.02px;
}

.fd-form .btn .foot_btn {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #0E5291;
    background-image: url(../images/ico22-2.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
}

.fd-form .item a {
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 44.93px;
    color: #fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #b98d47;
}

.fd-about {
    overflow: hidden;
    float: left;
    width: 480px;
}

.fd-about .l {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 83px;
}

.fd-about .l img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.fd-about .desc {
    overflow: hidden;
    color: #fff;
}

.fd-about .item {
    overflow: hidden;
    margin-bottom: 10px;
}

.fd-about .icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
}

.fd-about .txt {
    overflow: hidden;
}

.fd-about .desc .tit {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

.fd-about .tel {
    font-weight: normal;
    font-size: 14px;
}

.fd-about .tel span {
    font-size: 20px;
    line-height: 1.1;
}

.fd-desc {
    overflow: hidden;
}

.fd-desc  .desc {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.71;
    margin-bottom: 30px;
}

.fd-desc  .qr {
    overflow: hidden;
}

.fd-desc  .qr img {
    display: block;
    width: 140px;
    height: 140px;
}

.footer .fd-desc .title {
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 8px;
}

.footer .fd-desc .title .cn {
    letter-spacing: -1px;
}

.copy {
    font-size: 14px;
    padding-top: 6px;
}

.copy a {
    color: #FFF;
}

#floatBottom {
    width: 100%;
    height: 53px;
    background: #8a8a8a;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

#floatBottom a {
    width: 33.333%;
    height: 53px;
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 4px;
}

#floatBottom a img {
    display: block;
    margin: 4px auto 2px;
    height: 25px;
}

#floatBottom .ewm {
    width: 87px;
    height: 83px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -45px;
    display: none;
}

#floatBottom .ewm img {
    width: 100%;
    height: 100%;
    display: block;
}

.phone-chanpin {
    margin-bottom: 30px;
    display: none;
}

.phone-chanpin::after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}

.phone-chanpin .tit {
    width: 100px;
    float: left;
    background-color: #0E5291;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.phone-chanpin .more {
    float: left;
    width: calc(100% - 100px);
    background-color: #eee;
    position: relative;
    height: 44px;
}

.phone-chanpin .name {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 44px;
}

.phone-chanpin .sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0E5291;
    z-index: 99;
    display: none;
    padding: 10px 0;
}

.phone-chanpin .sub a {
    display: block;
    line-height: 24px;
    font-size: 12px;
    padding-left: 15px;
    color: #fff;
}

.row7 {
    padding-top: 50px;
}

@media only screen and (max-width: 1900px) {
    .wp-h {
        padding: 0 5%;
    }

    .nav li .v1 {
        padding: 0 15px;
        font-size: 14px;
    }
    .xinghao .xh_right .xhr_right{padding-right: 0;}
    .xinghao .xh_right .xhr_left{margin-right: 30px;}
}

@media only screen and (max-width: 1500px) {
    .nav li .v1 {
        padding: 0 15px;
    }

    .nav ul {
        padding-right: 16px;
    }

    .ul-list-3 {
        padding-top: 50px;
    }

    .ul-list-3 li img {
        width: 50%;
    }

    .nav li .v1 {
        font-size: 14px;
        padding: 0 10px;
    }
    .nav .phone{font-size: 20px;}
    .fd-form {
        width: 400px;
    }
}

@media only screen and (max-width: 1430px) {
    .wp {
        width: 1200px;
    }

    .wp-h {
        padding: 0 2%;
    }

    .fd-form .btn .foot_btn {
        background-position: 30%;
    }

    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 15px;
    }

    .row7 {
        padding-top: 30px;
    }

    .news_right a .time {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1230px) {
    .header .title {
        display: none;
    }

    .nav .v1 {
        font-size: 14px;
        margin: 0 5px;
    }

    .g-tit {
        margin-bottom: 30px;
    }

    .g-tit .cn {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .nav .tel {
        display: none;
    }

    .wp {
        width: auto;
        padding: 0 15px;
    }

    body {
        padding-bottom: 53px;
        padding-top: 50px;
    }

    #floatBottom {
        display: block;
    }

    .fd-form {
        width: auto;
        float: none;
    }

    .header {
        height: 50px;
    }

    .logo,.header.fixed .logo {
        line-height: 50px;
        width: 140px;
    }

    .header.fixed .nav li .v1 {
        line-height: 40px;
    }

    #floatBottom {
        display: block;
    }

    .menuBtn {
        display: block;
    }

    .header {
        position: fixed;
        z-index: 999;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
    }

    #ip_classbg,.nav li:hover .v1::after {
        display: none;
    }

    .nav {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%;
        z-index: 99;
        overflow: hidden;
        transition: all .3s;
        background: none;
        width: auto;
        float: none;
        padding: 0;
    }

    .nav.on {
        margin-left: 0%;
    }

    .nav li .v1 {
        padding: 0;
    }

    .nav .phone {
        display: none;
    }

    .nav ul {
        width: 240px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        float: none;
        margin: 0;
        padding-right: 0;
        overflow-y: scroll;
        background-color: #fff;
    }

    .nav li {
        float: none;
        width: auto;
    }

    .nav .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .nav li .v1 {
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
        color: #333;
        font-size: 14px;
    }

    .nav li.on .v1::after {
        display: none;
    }

    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        background: url(../images/sel2.png) no-repeat center center;
    }

    .nav li .sub {
        position: static;
        padding-left: 0;
        background: transparent;
        box-shadow: none;
    }

    .nav li .sub a {
        padding-left: 20px;
        text-align: left;
        float: none;
        line-height: 30px;
        color: #fff;
    }

    .nav .v1 {
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #333;
        padding-left: 10px;
        margin: 0;
        overflow: hidden;
    }

    .nav li:hover .v1,
    .nav li.on .v1 {
        background: none;
    }

    .g-tit .en {
        font-size: 34px;
    }

    .copy, .copy a {
        line-height: 45px;
        font-size: 12px;
    }

    .fd-form {
        width: auto;
        float: none;
        margin-right: 0;
    }

    .fd-about .l {
        display: none;
    }

    .fd-about .tel span {
        font-size: 20px;
    }

    .fd-about .desc .tit {
        display: none;
    }

    .fd-about .item {
        margin-bottom: 15px;
    }

    .fd-about .item:last-child {
        margin-bottom: 0;
    }

    .links .name {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 0px;
    }

    .links {
        padding: 15px 0 10px;
    }

    .links .link span {
        display: none;
    }

    .links .link a {
        display: block;
        width: 20%;
        float: left;
        text-align: center;
    }

    .product .p_nav {
        margin-top: 10px;
    }

    .product .p_nav a span {
        font-size: 15px;
        height: 42px;
        line-height: 42px;
    }

    .product .p_ul {
        margin-top: 15px;
    }

    .product .p_ul .p_txt {
        padding: 12px 10px 15px 15px;
    }

    .product .p_ul .p_txt p:first-child {
        font-size: 15px;
        height: 24px;
        line-height: 24px;
    }

    .product .p_btn {
        margin-top: 15px;
    }

    .xinghao .xh_left {
        width: 150px;
    }

    .xinghao .xh_left span {
        font-size: 13px;
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        float: none;
        margin-left: 0;
        margin-top: 5px;
    }

    .xinghao .xh_left span.on {
        padding-left: 10px;
    }

    .xinghao .xh_right {
        width: calc(100% - 170px);
        margin-top: 5px;
    }

    .xinghao .xh_right .xhr_left {
        width: 450px;
    }

    .xinghao .xh_right .xhr_left .xhr_img {
        padding-bottom: 331px;
    }

    .xinghao .xh_btn {
        margin-top: 20px;
    }

    .xinghao .xh_btn span {
        font-size: 15px;
        height: 42px;
        line-height: 42px;
        padding-left: 180px;
        width: 410px;
    }

    .xinghao .xh_btn span a {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        width: 160px;
    }

    #anzhuangbg {
        padding: 30px 0;
    }

    .anzhuang .swiper-slide {
        padding-top: 55px;
    }

    .anzhuang .az_txt {
        padding: 56px 20px 30px;
    }

    .anzhuang .az_txt .az_step {
        width: 100px;
        height: 100px;
        top: -55px;
        margin-left: -50px;
        padding-top: 23px;
    }

    .anzhuang .az_txt .az_step span {
        font-size: 15px;
        height: 15px;
        line-height: 15px;
    }

    .anzhuang .az_txt .az_step span:first-child {
        font-size: 34px;
        height: 34px;
        line-height: 34px;
    }

    .anzhuang .az_txt p:last-child {
        margin-top: 8px;
    }

    .news_content .news_li {
        margin-bottom: 15px;
    }

    .xinghao {
        padding: 36px 0 20px;
    }

    .xinghao .xh_left {
        width: 100%;
        float: none;
    }

    .xinghao .xh_left span {
        width: 19.6%;
        margin-left: .4%;
        float: left;
    }
.xinghao .xh_left span:nth-child(odd){margin-left: .4%;}
 



    .xinghao .xh_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .xinghao .xh_right .xhr_left {
        width: 360px;
    }

    .xinghao .xh_right .xhr_left .xhr_img {
        padding-bottom: 239px;
    }

    .xinghao .xh_right .xhr_right {
        overflow: hidden;
        padding: 0 15px 10px 0;
    }

    .xinghao .xh_left a {
        display: none;
    }

}

@media only screen and (max-width: 1024px) {
    .product .p_nav span {
        margin: 0 5px;
    }

    .product .p_nav {
        margin: 20px -5px 0;
    }

    .xinghao .xh_right .xhr_left {
        width: 300px;
    }

    .g-tit .en {
        font-size: 22px;
    }

    .g-tit .cn {
        margin-top: -20px;
    }

    .questions .questions_title,.ul-prodlist .tit {
        font-size: 14px;
    }

    #anzhuangbg {
        padding: 20px 0;
    }

    .anzhuang {
        margin-top: 10px;
    }

    .anzhuang .az_txt {
        padding: 56px 15px 20px;
    }

    .anzhuang .az_txt p {
        font-size: 13px;
        line-height: 1.5;
    }

    .row1 {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 960px) {
    .news_left {
        display: none;
    }
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .xinghao .xh_left span {
        width: 31%;
        margin-left: 2%;
    }
.xinghao .xh_left span:nth-child(odd){margin-left: 2%;}




    .xinghao .xh_right .xhr_left {
        width: 100%;
        float: none;
        padding: 10px 10px 0px;
    }

    .xinghao .xh_right .xhr_left .xhr_img {
        padding-bottom: 75%;
    }

    .xinghao .xh_right .xhr_right {
        width: 100%;
        float: none;
        padding: 10px 15px 15px;
    }

    .xinghao .xh_right .xhr_right i {
        margin: 8px 0;
    }

    .xinghao .xh_right .xhr_right .xrh_a {
        margin-top: 15px;
    }

    .product .p_nav {
        overflow: hidden;
    }

    .product .p_nav a {
        width: 50%;
    }

    .product .p_nav span {
        margin: 0;
    }
}

@media only screen and (max-width: 500px) {
    .ul-list-3 li img {
        width: 50%;
    }

    .g-item1 .txt {
        display: block;
    }
}

.prd-list-title {
    margin: 10px 0 0;
    height: 24px;
    line-height: 24px;
    border-left: 3px solid #0E5291;
    font-weight: bold;
    color: #666;
    padding-left: 14px;
    font-size: 22px;
    position: relative;
}
/**index-pro***/
.row3 {
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0 44px;
}

.row3 .g-tit {
    margin-bottom: 30px;
}

.row3 .g-tit .en {
    color: rgba(255, 255, 255, .08);
}

.row3 .g-tit .cn {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.row3 .g-tit .cn::after {
    display: none;
}

.row3 .pic {
    width: 499px;
    height: 386px;
    background: url(../images/img2.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.g-pro {
    position: relative;
}

.g-pro .item {
    color: #fff;
    font-size: 14px;
    line-height: 1.29;
    padding-left: 23px;
    position: absolute;
    z-index: 2;
    width: 430px;
    background: url(../images/ico2.png) no-repeat left top 6px;
}

.g-pro .item .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.g-pro .t1 {
    left: 0;
    top: 41px;
}

.g-pro .t2 {
    left: 0;
    bottom: 40px;
}

.g-pro .t3 {
    right: 0;
    top: 20px;
}

.g-pro .t4 {
    right: 0;
    bottom: 40px;
}
/**video-list***/
.row4 {
    padding: 54px 0 62px;
}

.g-prod {
    position: relative;
}

.g-prod .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-image: url(../images/prev2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    left: -72px;
}

.g-prod .swiper-button-next {
    width: 48px;
    height: 48px;
    background-image: url(../images/next2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    right: -72px;
}

.ul-prodlist .pic {
    padding-top: 100%;
    overflow: hidden;
    border: 1px solid #d0cdcd;
    height: 0;
    position: relative;
}

.ul-prodlist .pic  img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ul-prodlist .tit {
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    background-color: #E4E4E4;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
/***about**/
.row5 {
    padding-top: 41px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.g-tit2 {
    text-align: center;
}

.g-tit2 .en {
    color: rgba(255, 255, 255, 0.08);
    font-size: 6.56vw;
    line-height: 1.1;
    font-family: 'Impact';
    text-transform: uppercase;
}

.g-tit2 .cn {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    top: -60px;
    margin-bottom: -53px;
}

.g-tit2 .line {
    width: 140px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
}

.row5 .info {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    text-indent: 2em;
    padding: 34px 0 0;
    margin-bottom: 43px;
}

.row5 .link a {
    display: block;
    margin: 0 auto 50px;
    width: 116px;
    height: 42px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.slider2 .swiper-slide {
    height: 500px;
    padding: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.slider2 .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.slider2 .swiper-slide .con {
    color: #fff;
    height: 100%;
    padding: 69px 15px 0;
    z-index: 2;
    position: relative;
    border: 1px dashed  rgba(255, 255, 255, 0.2);
}

.slider2 .tit {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 17px;
}

.slider2 .tit::after {
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 4px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
}

.slider2 .ico {
    margin-bottom: 16px;
}

.slider2 .desc {
    font-size: 16px;
    line-height: 1.75;
}
/**广告**/
.row6 {
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 0 40px;
    margin-top: 59px;
}

.row6 .txt {
    float: right;
    color: #fff;
    font-size: 18px;
    width: 50%;
}

.row6 .txt .tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 13px;
}

.row6 .txt .desc {
    margin-bottom: 27px;
}

.row6 .txt a {
    display: block;
    width: 154px;
    height: 44px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
}

.row6  .pic {
    overflow: hidden;
    padding-top: 20px;
}

.qr-list {
    overflow: hidden;
}

.qr-list .item {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.qr-list .item:last-child {
    margin-right: 0;
}

.qr-list .pic {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.qr-list .pic.p1 {
    background-image: url(../images/douyin.jpg);
}

.qr-list .pic.p2 {
    background-image: url(../images/erweima.jpg);
}

.qr-list .pic.p3 {
    background-image: url(../images/erweima1.jpg);
}
.qr-list p{text-align:center;}
@media only screen and (max-width: 1600px) {
    .g-prod .swiper-button-next {
        right: 0;
    }

    .g-prod .swiper-button-prev {
        left: 0;
    }
    .logo{width: 300px;height:53px;margin:34px 0 33px;}
}

@media only screen and (max-width: 1430px) {
    .wp {
        width: 1200px;
    }

    .g-pro .item {
        width: 320px;
    }

    .slider2 .swiper-slide {
        height: 400px;
    }

    .slider2 .swiper-slide .con {
        padding-top: 30px;
    }

    .row6 .txt {
        font-size: 14px;
    }

    .row6 .txt .tit {
        font-size: 24px;
    }

    .g-tit2 .cn {
        font-size: 24px;
        top: -30px;
        margin-bottom: -18px;
    }

    .row6 {
        margin-top: 30px;
    }

    .fd-about .tel span {
        font-size: 14px;
    }

    .fd-about {
        width: 380px;
    }

    .fd-about .icon {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1229px) {
    .wp {
        width: auto;
        padding: 0 15px;
    }

    .row6 .pic {
        display: none;
    }

    .row6 .txt {
        float: none;
        width: auto;
    }

    .row6 .txt .tit br {
        display: none;
    }

    .slider2 .tit {
        font-size: 20px;
    }

    .slider2 .tit::after {
        height: 2px;
    }

    .slider2 .desc {
        font-size: 14px;
    }

    .g-pro .item {
        width: 248px;
    }

    .phone-chanpin {
        display: block;
    }

    .fd-about {
        width: auto;
        float: none;
    }
    .links .link a{width: auto;float: none;display: inline-block;
    *display: inline;
    *zoom: 1;margin:0;}
}

@media only screen and (max-width: 1024px) {
    .row3 .pic {
        display: none;
    }

    .g-pro {
        position: static;
    }

    .g-pro .item {
        position: static;
        width: 50%;
        float: left;
        background: none;
        margin-bottom: 15px;
    }

    .row4 {
        padding: 30px 0;
    }

    .g-pro .item {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .fd-about {
        width: auto;
        float: none;
    }

    .pl_left {
        display: none;
    }

    .ul-prodlist .tit {
        font-size: 14px;
    }

    .xinghao .xh_right {
        padding: 15px;
    }
}

@media only screen and (max-width: 960px) {
    .row6 .txt .tit {
        font-size: 20px;
    }

    .row6,.row3 {
        padding: 30px 0;
    }

    .g-tit2 .en {
        font-size: 40px;
    }

    .g-more {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider2 .swiper-slide {
        height: 300px;
    }

    .row5 .info {
        font-size: 14px;
    }

    .xinghao .xh_left span:last-child {
        display: none;
    }

    .qr-list .pic {
        margin: 0 auto;
    }
    .footer .wp{padding: 0;}
    .qr-list {
        text-align: center;
        display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    }
    .fd-about,.fd-form,.fd-desc .title,.fd-desc .desc{padding: 0 15px;}
    .qr-list .item {
     margin-right: 0;float: none;
        margin-bottom: 10px;
    }
}

.izl-rmenu {
    position: fixed;
    right: 0%;
    bottom: 10px;
    padding-bottom: 20px;
    background: url(../images/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #0E5291;
}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #0E5291;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #0E5291;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
    max-width: none;
}

.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #0E5291;
}

.izl-rmenu .btn-phone .phone {
    background-color: #0E5291;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}
.links{
    overflow: hidden;
    padding: 15px 0;
    background-color: #313131;
}

@media only screen and (max-width: 1230px) {
    .izl-rmenu {
        display: none;
    }
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{opacity: 0;}
    .logo{width:240px;height:42px;margin:4px 0;}
    .row5{-webkit-background-size: cover;
    background-size: cover;padding: 30px 0;margin-bottom: 0;}
    .row6{margin-top: 0;}
}
@media only screen and (max-width: 767px) {
    .logo{width: 240px;}
    .qr-list{padding: 0 28px;}
}