@charset "UTF-8";
* { padding: 0;  margin: 0}
ul,li { list-style: none}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
img {border: none}
input, textarea {
    font-family: "微软雅黑", Arial;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    background: 0 0
}
.fl {float: left}
.fr {float: right}
.ellipsis {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block}
.fw {margin: 0 auto; width: 1300px}
.hide {display: none}
.show {display: block}
body, html {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1em;
    color: #000;
    font-family: Microsoft Yahei,Arial,Hiragino Sans GB,'微软雅黑',STHeiti,'华文细黑',sans-serif;
    background: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    line-height: 1em;
    max-height: 99999999px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body { overflow-x: hidden}
.container {
    width: 1440px;
    margin: 0 auto;
}
.container-inner {
    width: 1200px;
    margin: 0 auto;
}
.clear {
    zoom: 1;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.imgbox img {
    display: block;
    max-width: 100%;
    height: auto;
}
.imgbigout {
    display: block;
    overflow: hidden;
}
.imgbigout img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.imgbigout .imgbig {
    display: block;
    max-width: 100%;
    transition: all 1s ease;
}
.imgbigout:hover .imgbig {
    transform: scale(1.1);
}
.icon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.more {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 32px;
    box-sizing: border-box;
}
.font18 p {
    line-height: 1.56em;
    color: #7f7f7f;
}
.font18-2 p {
    line-height: 1.78em;
    color: #7f7f7f;
}
.font32-line {
    position: relative;
    margin-bottom: 1.75em;
    font-size: 30px;
    font-weight: bold;
}
.font32-line::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #038acf;
}
.com-tit {
    margin-bottom: 60px;
    text-align: center;
}
.com-tit .tit {
    position: relative;
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: bold;
}
.com-tit .tit::after {
    position: absolute;
    bottom: -0.53em;
    left: 50%;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #038acf;
}
.com-tit .subtit {
    font-size: 18px;
    color: #7f7f7f;
}
.left-com-tit {
    text-align: left;
}
.left-com-tit .tit::after {
    left: 0;
    margin-left: 0;
}
.right-com-tit {
    text-align: right;
}
.right-com-tit .tit::after {
    right: 0; left: auto;
    margin-left: 0;
}
/*::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track-piece {*/
/*    width: 5px*/
/*}*/
/*::-webkit-scrollbar-track-piece {*/
/*    background-color: #101012; }*/

/*::-webkit-scrollbar {*/
/*    background-color: #233876; }*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #333; }*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #233876; }*/
.headerBox {height: 65px;}
.head { width: 100%; background: #fff; position: fixed; z-index: 22;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head .head-inner {
    height: 65px;
    padding-top: 7px;
    text-align: center;
    box-sizing: border-box;
}
.head .head-logo {
    float: left;
    display: block;
    width: 200px;
    margin-top: 0;
}
.head .head-lang {
    position: relative;
    float: right;
    display: block !important;
}
.head-lang .head-lang-on {
    position: relative;
    padding-left: 30px;
    line-height: 58px;
    background: url(../img/form-tel.png) no-repeat left center;
}
.head .head-nav {
    display: inline-block; /*float: right;*/
}
.head-nav-ul .item {
    float: left;
    margin: 0 22px;
}
.head-nav-ul .item .item-link {
    position: relative;
    display: block;
    line-height: 58px;
}
.head-nav-ul .item .item-link::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    transform: translateX(-50%);
    background-color: transparent;
    transition: all .5s;
}
.head-nav-ul .on .item-link::after, .head-nav-ul .item:hover .item-link::after {
    width: 133%;
    height: 3px;
    background-color: #038acf;
}
.pc-head-nav .item-subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 120px;
    padding: 32px 0;
    background: #fff;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.pc-head-nav .item-subnav-text {
    float: left;
    margin-left: 26%;
    text-align: left;
}
.pc-head-nav .item-subnav-text .item-subnav-tit {
    float: left;
    width: 174px;
    font-size: 20px;
}
.pc-head-nav .item-subnav-text .item-subnav-ul {
    float: left;
    padding-left: 44px;
    border-left: 1px solid #ebebeb;
}
.pc-head-nav .item-subnav-text .item-subnav-ul2 {
    padding-left: 60px;
    border-left: 0;
}
.pc-head-nav .item-subnav-ul .li + .li {
    margin-top: 24px;
}
.head-nav .item-subnav-ul a {
    display: block;
    color: #7f7f7f;
}
.pc-head-nav .item-subnav-img {
    float: right;
    width: 25%;
    margin-right: 2%;
}
/**/
.banner { /*height: calc(100vh - 65px);*/height: 700px;}
.banner .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner img { width: 100%; height: 100%}
.banner .banner-pagination {
    position: absolute;
    bottom: 4.5%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.banner-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 10px !important;
    border: 4px solid #87898d;
    background: none;
    opacity: 1;
    outline: none;
}
.banner-pagination .swiper-pagination-bullet-active {
    border-color: #fff;
}
.banner .item .banner-text {
    position: absolute;
    top: 32%;
    left: 10%;
    width: 80%;
    text-align: center;
}
.banner .banner-text .text-tit {
    margin-bottom: 15px;
    font-size: 42px; color: #fff;
}
.banner .banner-text .text-sum {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; color: #fff;
}
/**/
.i-nums {
    margin-bottom: 90px;
    padding: 90px 0 0;
}
.i-nums .i-nums-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}
.i-nums .nums-item {
    text-align: center;
}
.i-nums .nums-item .num {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: bold;
    line-height: .8em;
}
.i-nums .nums-item .text {
    font-size: 18px;
}
.i-nums .nums-item .icon {
    width: 63px;
    height: 56px;
    margin: 0 auto 22px;
}
.i-nums .nums-item1 .icon {
    background-image: url("../img/nums-icon1.png");
}
.i-nums .nums-item2 .icon {
    background-image: url("../img/nums-icon2.png");
}
.i-nums .nums-item3 .icon {
    background-image: url("../img/nums-icon3.png");
}
.i-nums .nums-item4 .icon {
    background-image: url("../img/nums-icon4.png");
}
/**/
.i-product {
    margin-bottom: 90px; padding-top:90px ;
}
.i-product-main {position: relative}
.i-product-main .product-item {width: 100%;}

.i-product-ul {
    display: flex;
    justify-content: space-between;
}
.i-product-ul .product-item {
    width: 23.75%;
}
.product-item .shadow {
    opacity: 1;
}
.product-item .imgtext {
    bottom: -34px;
}
.product-item .imgbox {
    position: relative;
    display: block;
    overflow: hidden; background: #f5f5f5;
    padding: 0 0 75px;
}
.product-item .imgbox img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s;
}
.product-item .imgbox::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background: #038acf;
    opacity: 0;
    z-index: 9;
    transition: all .6s;
}
.product-item .imgtext {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    transition: all .6s;
}
.product-item .imgtext .imgtext-tit {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.product-item .imgtext .imgtext-more {
    opacity: 0;
    transition: all .9s;
}
.product-item .imgbox:hover img {
    transform: scale(1.1);
}
.product-item .imgbox:hover .imgtext {
    bottom: 0;
}
.product-item .imgbox:hover .imgtext-more {
    opacity: 1;
}
.product-item .imgbox:hover::after {
    width: 100%;
    opacity: 1;
}
.iproBox {}
.iproBox .left {
    width: 258px;
    background-image: url('../img/index_41.png');
    background-repeat: no-repeat; float: left;
}
.leftNav {background-image: url('../img/index_41.png');
    background-repeat: no-repeat;}
.index-por-title {
    width: 244px;
    text-align: center;
    font-size: 20px;
    background: #0a8cef;
    padding: 20px 0;
    line-height: 30px;
    color: #fff;
}
.index_product-menu {
    width: 244px;
}
.index_pro-xl {
    width: 244px;
    background-color: #fff;
    overflow: hidden;
}
.index_pro-xl li {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #e5e5e5 solid;
}
.index_pro-xl li a {
    padding-left: 40px;
}
.index_pro-xl li a:hover {
    background: url(../img/index_42.jpg) no-repeat left;
    display: block;
    color: #fff;
}

.index_pro-xl dl {
    width: 244px;
    border-top: none;
    background: #ebebeb;
    /*border-bottom: 1px solid #ccc;*/
    height: auto;
    position: relative;
    /*margin: 2px 0 1px 0;*/
}
.index_pro-xl dl dt{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding-left: 28px;
    border-bottom: 1px solid #fff;
    background: url(../img/cp_c.png) no-repeat 16px 16px;
    cursor: pointer;
}
.index_pro-xl dl.cur dt {
    background: url(../img/cp_b.png) no-repeat 16px 16px;
}
.index_pro-xl dl dd{
    background: #f7f7f7;
    padding: 3px 0 3px 24px;
    display: none;
}
.index_pro-xl dl dd a{
    display: block;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    padding-left: 16px;
    background: url(../img/cp_dot.gif) no-repeat 0 12px;
}
.index_pro-xl dl dd.dd1{ padding-top: 10px;}
.index_pro-xl dl dd:last-child{padding-bottom: 10px;}

.ny-lxwm {
    margin-top: 15px;
}
.ny-lxwm-title {
    width: 244px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #018ffb;
    font-weight: bold;
}
.ny-lxwm-nr {
    width: 212px;
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.ny-lxwm-nr p { margin-top: 10px; line-height: 20px;}

.iproBox .right { float: right; width: calc( 100% - 280px );} /*920px*/
.index_pro-bottom li {
    width: calc( 33.33% - 20px ); /*293px*/
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 40px;
}
.index_pro-bottom li .img {
    border: 1px solid #bfbfbf;
    padding: 4px;
    width: 100%; box-sizing: border-box;
    height: auto; overflow: hidden;
}
.index_pro-bottom li img {
    width: 100%;transition: all .6s; display: block;
}
.index_pro-bottom li:nth-child(3n) {
    margin-right: 0px;
}
.index_pro-bottom li p { padding-top: 15px}
.index_pro-bottom li:hover img {transform: scale(1.1)}
/**/
.i-youshi{width: 100%; background: #f0f0f0; padding: 90px 0;}
.a-wrap4 .a-wrap4-con{/*padding: 50px 15px;*/}
.a-wrap4 .a-wrap4-con ul{display: flex;}
.a-wrap4 .a-wrap4-con li{position: relative;margin-right: 15px; overflow: hidden}
.a-wrap4 .a-wrap4-con li:last-child{margin-right: 0;}
.a-wrap4 li img{display: block;max-width: 100%;height: auto;}
.a-wrap4 li img.bgPic {transition: all .6s;}
.a-wrap4 li .ali-bg-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 14px;box-sizing: border-box;}
.a-wrap4 li .ali-bg-box .ali-bg{position: relative;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.a-wrap4 .ali-text{position: absolute;top: 52%;left: 50%;transform: translate(-50%,-50%);width: 80%;text-align: center;opacity: 0;transition: all .7s;}
.a-wrap4 .ali-text .ali-t{margin-bottom: 28px;}
.a-wrap4 .ali-b p{line-height: 30px;color: #fff;}
.a-wrap4 .ali-t i{display: block;margin:0 auto 10px;width: 55px;height: 55px;background-image: url(img/icons.png);background-repeat: no-repeat;}
.a-wrap4 .ali-t p{font-size: 18px;line-height: 1em;color: #fff;}
.a-wrap4 .li1 i{background-position: 0 -294px;}
.a-wrap4 .li2 i{background-position: -63px -294px;}
.a-wrap4 .li3 i{background-position: -137px -294px;}
.a-wrap4 .li4 i{background-position: -207px -294px;}
.a-wrap4 .li5 i{background-position: -276px -294px;}
.a-wrap4 .ali-tt{position: absolute;left: 22px;bottom: 22px;opacity: 1;transition: all .1s;}
.a-wrap4 li:hover .ali-bg-box .ali-bg{background: rgba(69,138,208,.6);}
.a-wrap4 li:hover .ali-text{opacity: 1;top: 50%;}
.a-wrap4 li:hover .ali-tt{opacity: 0;}
.a-wrap4 li:hover img.bgPic {transform: scale(1.1)}

.a-wrap4 .read_more a{width: 317px !important;}
/**/
.iAbout { width: 100%; background: #f0f0f0; padding: 90px 0;}
.iAbout .aboutL {
    float: left;
    width: 32%;
    padding-top: 12px;
}
.iAbout .aboutL span {
    font-size: 38px;
    color: #292828;
    border-left: 5px solid #0068b6;
    padding-left: 10px;
    display: block;
    line-height: 1em;
}
.iAbout .aboutL p {
    color: #666666;
    margin: 35px 0px 25px;
    font-size: 16px; line-height: 2em;
}
.iAbout .aboutL .more {
    transition: all 0.6s;
    display: block;
    width: 137px;
    height: 43px;
    background-color: #038acf;
    color: #fff;
    text-align: center; border-radius: 8px;
    line-height: 43px; border: none;
}
.iAbout  .aboutR {
    float: right;
    width: 60.16%;
}
.iAbout .aboutR li {
    margin-left: 3.8378%;
    margin-bottom: 30px;
    padding: 15px 3.4% 0px;
    float: left;
    width: 46.16%;
    height: 110px;
    border: 1px solid #d5dee5; background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.2);
    transition: all 0.6s;
}
.iAbout .aboutR li i {
    display: block;
    float: left;
    width: 70px;
    height: 113px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
}
.iAbout .aboutR li b {
    font-size: 26px;
    display: block;
    line-height: 67px;
    margin-bottom: 10px;
}
.iAbout .aboutR li:first-child i {
    background-image: url('../img/i_w_icon1.png');
}
.iAbout .aboutR li:nth-child(2) i {
    background-image: url('../img/i_w_icon3.png');
}
.iAbout .aboutR li:nth-child(3) i {
    background-image: url('../img/i_w_icon2.png');
}
.iAbout .aboutR li:last-child i {
    background-image: url('../img/i_w_icon4.png');
}
.iAbout .aboutR li:hover {
    transform: translateY(-10px);
    background-image: -moz-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
    background-image: -ms-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
}
.iAbout .aboutR li:first-child:hover i {
    background-image: url('../img/i_w_icon1_h.png');
}
.iAbout .aboutR li:nth-child(2):hover i {
    background-image: url('../img/i_w_icon3_h.png');
}
.iAbout .aboutR li:nth-child(3):hover i {
    background-image: url('../img/i_w_icon2_h.png');
}
.iAbout .aboutR li:last-child:hover i {
    background-image: url('../img/i_w_icon4_h.png');
}
.iAbout .aboutR li:hover b {
    color: #fff;
}
.i-about {
    display: flex;
    justify-content: space-between;
}
.i-about>div {
    width: 50%;
    overflow: hidden;
}
.i-about .i-about-text {
    position: relative;
    height: 800px;
    color: #fff;
    background: rgba(20,83,174,.9);
}
.i-about .i-about-text-inner {
    position: relative;
    width: 680px;
    margin-left: 40px;
    padding: 70px 0 120px;
}
.i-about .i-about-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 94px;
}
.i-about .i-about-top h6 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
}
.i-about .i-about-top h6::after {
    position: absolute;
    bottom: -0.53em;
    left: 0;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #fff;
}
.i-about .i-about-sum p {
    margin-bottom: 1.56em;
    color: #fff;
}
/**/
.i-map{ padding: 70px 0;}
.i-map .mapL{width: 655px;
    height: 540px;
    position: relative; overflow: hidden;
    background-size: 100% 100%; float: left}
.i-map .mapL .zhiyin {
    position: absolute;
    width: 100%; height: 100%;
}
.i-map .mapR { width: 640px; float: right;padding-top: 60px; height: 470px; position: relative; text-align: right}
.i-map .mapR .lx { display: inline-block;
    width: 137px;
    height: 43px;
    background-color: #038acf;
    color: #fff;
    text-align: center; border-radius: 8px;
    line-height: 43px; border: none; margin-top:30px;}

.i-map .mapR .itemBox {
    /*position: absolute; right: 0; top: 130px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    box-sizing: border-box;
}
.mapR .itemBox .nums-item {
    text-align: center; padding: 30px 0; /*width: 170px;*/
}
.mapR .itemBox .nums-item .num {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: bold;
    line-height: .8em;
}
.mapR .itemBox .nums-item .num span { font-size: 50px}
.mapR .itemBox .nums-item .text {
    font-size: 18px;
}
.mapR .itemBox .nums-item .icon {
    width: 63px;
    height: 56px;
    margin: 0 auto 22px;
}
.mapR .itemBox .nums-item1 .icon {
    background-image: url("../img/nums-icon1.png");
}
.mapR .itemBox .nums-item2 .icon {
    background-image: url("../img/nums-icon2.png");
}
.mapR .itemBox .nums-item3 .icon {
    background-image: url("../img/nums-icon3.png");
}
.mapR .itemBox .nums-item4 .icon {
    background-image: url("../img/nums-icon4.png");
}

.i-map .mapR ul { margin-top: 50px;}
.i-map .mapR ul li { display:block}
.i-map .mapR ul li p { float: right}
.i-map .mapR ul li .num{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: .8em;
}
.i-map .mapR ul li .num span {font-size: 50px;}
.i-map .mapR ul li .text{ font-size: 18px; padding-top: 20px; padding-left: 15px;}

/**/
.i-appli {
    position: relative; margin-bottom: 80px;
    padding-bottom: 70px;
    padding-top: 90px;
    overflow: hidden; background: #f0f0f0;
}
.i-appli .i-appli-inner {
    width: 1464px;
}
.appli-list {
    display: flex;
    margin-bottom: 26px;
}
.appli-list>li {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    transition: .65s;
    box-sizing: border-box;
}
.appli-list .appli-card {
    display: block;
    position: relative;
    height: 424px;
    padding: 25px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box;
}
.card-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
    -webkit-transition: .65s;
    transition: .65s;
}
.appli-card-text {
    position: absolute;
    top: 0;
    right: 25px;
    left: 25px;
    height: 164px;
    margin-top: 320px;
    -webkit-transition: .65s;
    transition: .65s;
}
.appli-card-text .appli-card-tit {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: bold;
}
.appli-card-text div.p {
    width: 488px;
    height: 3.12em;
    line-height: 1.56em;
    opacity: 0;
}
.appli-card-text div.p p{line-height: 1.56em;}
.appli-card-text .icon {
    width: 80px;
    height: 42px;
    margin-bottom: 16px;
    background-position: left 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.appli-list li:hover .appli-card-text {
    margin-top: 236px;
}
.appli-list li:hover div.p {
    opacity: 1;
    -webkit-transition: .65s .1s;
    transition: .65s .1s;
}
/**/
.i-news {
    margin-bottom: 90px;
}
.i-news .com-tit {
    margin-bottom: 80px;
}
.i-news .i-news-main {
    display: flex;
    justify-content: space-between;
    color: #7f7f7f;
}
.i-news .i-news-hot {
    width: 49%;
    background: #f5f5f5;
}
.i-news .i-news-hot a {
    display: block;
    height: 100%;
    padding: 30px 32px 0;
    box-sizing: border-box;
}
.i-news .i-news-hot .imgbigout {
    margin-bottom: 24px; max-height: 280px;
}
.i-news .date {
    float: left;
    width: 80px;
    margin-top: 2px;
    text-align: right;
}
.i-news .date p {
    line-height: .8em;
}
.i-news .date .date-p1 {
    margin-bottom: 6px;
}
.i-news .date .date-p2 {
    font-size: 28px;
}
.i-news .i-news-hot .text {
    padding-left: 110px;
    padding-right: 26px;
    -webkit-transition: .65s;
    transition: .65s;
}
.i-news .text .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1em;
    margin-bottom: 13px;
    font-size: 24px;
    color: #000;
}
.i-news .text .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.68em;
    font-size: 18px;
    line-height: 1.56em;
}
.i-news .i-news-list {
    width: 49%;
}
.i-news .i-news-list a {
    display: block;
    padding: 22px 0;
    border-top: 1px solid #ebebeb;
}
.i-news .i-news-list .text {
    padding-left: 112px;
    padding-right: 18px;
    -webkit-transition: .65s;
    transition: .65s;
}
.i-news .i-news-list li:last-child a {
    border-bottom: 1px solid #ebebeb;
}
.i-news .i-news-main a:hover .p1 {
    color: #038acf;
}
/**/
.contact-market {
    padding: 80px 0;
    background: #f5f5f5;
}
.contact-map {
    position: relative;
}
.contact-map .map-bg {
    position: relative;
}
.contact-map .map-bg img {
    display: block;
    width: 100%;
    height: auto;
}
.contact-map .map-line {
    position: absolute;
    top: 8.47%;
    left: 0;
}
.contact-map-point>div {
    position: absolute;
}
.contact-map-point .point-tit {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contact-map-point .point-tit i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: #1453ae;
    border-radius: 50%;
    box-sizing: border-box;
}
.contact-map-point .point-tit i::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1453ae;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.contact-map-point .point-tit i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.contact-map-point .point-tit span {
    display: inline-block;
    padding: 0 8px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: #1453ae;
}
.contact-map-point .point-hide {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    padding-top: 10px;
    padding-left: 24px;
    z-index: 9;
}
.contact-map-point .point-hide dl {
    min-width: 286px;
    padding: 17px 26px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.contact-map-point .point-hide dt {
    position: relative;
    margin-bottom: .5em;
    font-size: 20px;
}
.contact-map-point .point-hide dt::before {
    position: absolute;
    top: 3px;
    left: -10px;
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    background: #038acf;
}
.contact-map-point .point-hide dd {
    color: #7f7f7f;
    line-height: 26px;
}
.contact-map-point>div:hover .point-hide {
    display: block;
}
.contact-map-point .point-1 {
    top: 25.6%;
    left: 11.33%;
}
.contact-map-point .point-2 {
    top: 22.37%;
    left: 41.17%;
}
.contact-map-point .point-3 {
    top: 19.66%;
    left: 47.67%;
}
.contact-map-point .point-4 {
    top: 13.56%;
    left: 64.08%;
}
.contact-map-point .point-5 {
    top: 40.84%;
    left: 69.17%;
}
.contact-map-point .point-6 {
    top: 45.42%;
    left: 81.5%;
}
.contact-map-point .point-7 {
    top: 29.32%;
    left: 83.5%;
}
.contact-map-point .point-8 {
    top: 25.25%;
    left: 87.33%;
}
/***/
.ban {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; color: #fff;
}
.ban .com-banner-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width: 90%;*/
    /*text-align: center;*/
}
.com-banner-text .tit {
    margin-bottom: 20px;
    font-size: 62px;
}
.com-banner-text .subtit {
    font-size: 24px;
}
.position { background: #fff;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;color: #444}
.position .container a { color: #444; line-height: 40px; margin: 0 5px;}
.intro-wrap1 {
    padding: 70px 0 20px;
}
.intro-wrap1-title {
    float: left;
    margin-top: 5px;
}
.intro-wrap1-main {
    float: right;
    width: 80.6%;
}
.intro-wrap1-main .editor-content {
    margin-bottom: 48px;
}
.editor-content p {
    margin-bottom: 1.56em;
}
.intro-wrap3 {
    padding: 92px 0 48px;
}
.intro-wrap3-title {
    float: left;
    max-width: 36%;
}
.intro-wrap3-main {
    float: right;
    width: 60.6%;
}
.intro-wrap3-main dl {
    margin-bottom: 22px;
}
.intro-wrap3-main dt {
    margin-bottom: .5em;
    font-size: 26px;
    font-weight: bold;
}
.intro-wrap3-main dd {
    font-size: 16px;
    line-height: 1.56em;
    color: #7f7f7f;
}
.intro-wrap4 { margin-bottom: 0;}
.intro-wrap4-list {
    display: flex;
    justify-content: space-between;
}
.intro-wrap4-list>div {
    width: 50%;
    background: #f5f5f5;
}
.intro-wrap4-list .imgtext {
    display: flex;
    align-items: center;
    padding: 5% 6.5% 5% 6%;
    box-sizing: border-box;
}
.intro-wrap4-list .com-tit {
    display: inline-block;
    margin-bottom: 0;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext {
    flex-direction: row-reverse;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit {
    text-align: right;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit .tit::after {
    left: auto;
    right: 0;
}
.intro-wrap4-list:nth-child(2n) {
    flex-direction: row-reverse;
}
.intro-wrap2 {
    padding: 90px 0;
    background: #f5f5f5;
}
.intro-wrap2 .intro-wrap2-inner {
    position: relative;
}
.slide-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
}
.slide-btn>a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url("../img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #828282;
    border-radius: 40px;
    box-sizing: border-box;
}
.slide-btn .prev {
    left: -66px;
}
.slide-btn .next {
    right: -66px;
    transform: rotate(180deg);
}
.slide-btn>a:hover {
    background-image: url("../img/arrow-hover.png");
    border-color: #038acf;
}
.about-honor {
    padding-top: 90px; padding-bottom: 90px;
}
.about-honor-title {
    margin-bottom: 76px;
}
.about-honor-main {
    position: relative;
}
.about-honor-main .imgtext {
    padding: 18px 15px;
    background: #f5f5f5;
}
.about-honor-main .imgtext p {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.6em;
}
.about-honor-main .imgtext p::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #038acf;
}
.about-partner { padding-bottom: 50px;}
.about-partner ul {}
.about-partner ul li { float: left; display: inline-block; width: 25%;}
.about-partner ul li div{
    display: block;
    padding: 20px 0;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    margin: 10px;
}
/**/
.application {padding-top: 60px; padding-bottom: 60px;}
.process_top {
    position: relative;
    margin: 30px 0;
}
.process_top:after, .process_top:before {
    position: absolute;
    left: 0;
    height: 30px;
    background: #ffffff;
    width: 55%;
    content: '';
}
.process_top:before {
    top: 0;
}
.process_top:after {
    bottom: 0;
}
.process_top_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(1, 137, 202, 0.9);
}
.process_top_text {
    position: absolute;
    left: 50%;
    width: 35%;
    padding: 20px 5%;
    padding-left: 7%;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}
.process_top_text .tit {
    font-size: 28px;
    margin-bottom: 10px;
}
.process_top_text .text {
    line-height: 24px;
}
.process_con {
    position: relative;
    transition: 0.3s linear;
    width: 49%;
}
.process_con.f1{float: left}
.process_con.f2{float: right}
.process_i {
    overflow: hidden; height: 285px;
}
.process_con img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s linear;
}
.process_con:hover img {
    transform: scale(1.1);
}
.process_bg {
    transition: 0.3s linear;
}
.process_con .text {
    line-height: 24px;
    padding: 15px;
    background: #f8f8f8;
}
.process_con .tit {
    font-size: 26px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.process_con .text .tx {
    height: 96px;
    overflow: hidden;
}
.goudu_bg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    position: relative;
}
.qualityMag { padding: 60px 0}
.qualityMag .desc {
    text-align: center;
    padding-bottom: 40px;
}
.qualityMag .itemA {display: flex; justify-content: space-between;}
.qualityMag .itemA .item {
    width: 33.33%;
    box-sizing: border-box; padding: 0 10px;
}
.soho_img {
    position: relative;
    overflow: hidden;
}
.soho_img img { width: 100%; display: block}
.soho_img_bg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.soho_img_txt {
    position: absolute;
    color: #ffffff;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 10;
}
.soho_img_txt p {
    margin-bottom: 0px;
    font-size: 18px; line-height: 32px;
    letter-spacing: 2px;
}
.soho_img_bg1 {
    position: absolute;
    width: 100%;
    left: 90%;
    background-color: #0189ca;
    height: 72px;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.soho_img:hover .soho_img_bg {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.soho_img:hover .soho_img_bg1 {
    left: 0px;
}
.sliderContainer { padding: 80px 0}
.slider-left {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding-top: 42px;
    padding-bottom: 42px;
}
.slider-left .circle {
    position: absolute;
    transform: rotate(29deg);
    transform-origin: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: none;
    stroke: #cbe7f6;
    stroke-width: 2px;
    stroke-dasharray: 80px 114px;
    stroke-dashoffset: 0;
}
.slider-left .block {
    position: relative;
    /* float: right; */
    /* margin-right: -275px; */
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 550px;
    z-index: 9999;
    display: inline-block;
    height: 550px;
}
.slider-left .block-min {
    width: 83px;
    height: 83px;
    cursor: pointer;
}
.block-min svg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slider-left .circle-first-block {
    fill: none;
    stroke: #c9e7e1;
    stroke-width: 1px;
}
.slider-left .circle-progress-block {
    fill: none;
    stroke: #149373;
    stroke-width: 1px;
    stroke-dasharray: 261px;
    stroke-dashoffset: 261px;
}
.slider-left .circle-second-block {
    fill: none;
    stroke: #c9e7e1;
    stroke-width: 1px;
    transition: all .7s ease 0s;
}
.slider-left .block-min .st0 {
    fill: #149373;
    transition: all .7s ease 0s;
}
.slider-left .block-min.block-min-1 {
    position: absolute;
    top: 0%;
    left: -7%;
    bottom: 0;
    margin: auto 0;
}
.slider-left .block-min.block-min-2 {
    position: absolute;
    bottom: 0;
    top: 60%;
    left: 4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-3 {
    position: absolute;
    bottom: -4.5%;
    right: 15%;
    left: 0%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-4 {
    position: absolute;
    bottom: 1.5%;
    right: 0%;
    left: 54%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-5 {
    position: absolute;
    top: 34%;
    bottom: 0%;
    right: -4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-6 {
    position: absolute;
    bottom: 34%;
    top: 0%;
    right: -4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-7 {
    position: absolute;
    top: 1.5%;
    right: 0%;
    left: 54%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-8 {
    position: absolute;
    top: -4.5%;
    right: 15%;
    left: 0%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-9 {
    position: absolute;
    top: 0;
    bottom: 60%;
    left: 4.5%;
    margin: auto 0;
}
.yuanliao {
    position: absolute;
    width: 300px;
    right: -0px;
    display: none;
}
.yuanliao p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.yuanliao2{
    width: 400px;
    right: 10%;
}
.yuanliao3{ width: 310px; right: -145%;}
.yuanliao4{ right: 0;	width: 350px;
    left: 5px;
    top: 35px;}
.yuanliao5{
    width: 350px;
    right: 0%;
    left:5px;
    top: 35px;
}
.yuanliao6{
    right: 0%;
    left:5px;
    top: 35px;
}
.yuanliao7 {
    width: 400px;
    left: 110%;
    top: -70%;
}
.yuanliao8{width: 350px;
    right: 108%;
    top: 0%;}
.yuanliao9 {
    right: 4px;
}

.yifan {
    position: absolute;
    width: 80px;
    font-size: 18px;
}



.yl_tt1 {
    top: 25px;
    left: -85px;
}
.yl_tt2 {
    top: 79%;
    right: 60px;
}
.yl_tt3 {
    bottom: -35px;
    left: 0;
}
.yl_tt4 {
    left: 85px;
    bottom: 0px;
}
.yl_tt5 {
    left: 85px;
    bottom: 33%;
}
.yl_tt6 {
    top: 20px;
    left: 85px;
}
.yl_tt7 {
    top: 20px;
    left: 85px;
}
.yl_tt8 {
    top: -35px;
    left: 0;
}
.yl_tt9 {
    top: 21%;
    left: -85px;
}

.all_more {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
}
.nucleus {
    position: absolute;
    margin-left: -75px;
    margin-top: -46px;
    width: 150px;
    top: 50%;
    left: 50%;
    z-index: 55;
}
.block_bg {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: -1;
    background: url(../images/hb1.png) center no-repeat;
    background-size: 100% 100%;
}
.block_dian {
    width: 78%;
    height: 78%;
    position: absolute;
    top: 11%;
    left: 11%;
    z-index: -1;
    background: url(../images/dian1.png) center no-repeat;
    background-size: 100% 100%;
    animation: zhuan 10s linear infinite;
    -webkit-animation: zhuan 10s linear infinite;
}
@-webkit-keyframes zhuan {
    0% { -webkit-transform: rotate(0deg); }

    50% { -webkit-transform: rotate(180deg); }
    100% { -webkit-transform: rotate(360deg); }

}
.safety {
    padding: 60px 0;
    background: #f8f8f8;
}
.safety_img {
    float: left;
    width: 40%;
    position: relative;
    top: 0;
    height: 551px;
}
.safety_text {
    float: left;
    width: 60%;
    padding-left: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.safety_con {
    width: 50%; float: left;
    text-align: center; padding: 0 15px;
    margin-bottom: 30px; box-sizing: border-box;
}
.safety_con .tit {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 800;
}
.safety_con .text {
    line-height: 25px;
    padding: 0px 4px; margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    font-size: 14px;
    text-align: left; min-height: 126px;
}
/**产品**/
.product-list-wrap {
    padding-top: 90px;
    padding-bottom: 78px;
}
.product-list-title {
    margin-bottom: 70px;
}
.product-list-top {
    margin-bottom: 40px;
    padding-bottom: 50px;
    background: #f5f5f5; position: relative;
}
.product-list-nav {
    background: #fbfbfb;
}
.product-list-nav li {
    /*float: left;*/
    /*width: 25%;*/
}
.product-list-nav a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 2.67em;
    color: #7f7f7f;
    text-align: center;
    border-right: 1px solid #ebebeb;
}
.product-list-nav .on {
    color: #000;
}
.product-list-nav a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #038acf;
    -webkit-transition: .65s;
    transition: .65s;
}
.product-list-nav .on::after, .product-list-nav a:hover::after {
    width: 100%;
}
.product-list-con {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 80px auto 0;
}
.product-list-con .con-text {
    position: relative;
    width: 45%;
    padding-bottom: 30px;
}
.product-list-con .con-text .text-tit {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: bold;
}
.product-list-con .con-img {
    width: 48%;
}
.product-item .imgbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-list-main .product-item {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.product-list-main .product-item:nth-child(3n) {
    margin-right: 0;
}
.product-list-main .product-item .imgbox {
    background: #f5f5f5;
}
.product-item .imgbox img {
    display: block;
    width: 100%;
    height: 274px;
    transition: all .6s;
}
.product-list-main .product-item .shadow {
    opacity: .2;
}
.product-list-main .product-item .imgtext {
    bottom: -2px;
}
.product-list-main .product-item .imgtext-tit {
    margin-bottom: 4px;
}
/*产品详情*/
.product-read-wrap {
    padding-top: 58px;
    padding-bottom: 100px;
}
.product-read1 {
    margin-bottom: 58px;
}
.product-read1 .product-read1-img {
    float: left;
    width: 42.6%;
}
.product-read1 .product-read1-img img {
    display: block;
    width: 100%;
    height: auto;
}
.product-read1-container {position: relative}
.pro-pagination {
    position: absolute;
    text-align: center;
    z-index: 9;
    left: 0;
    display: block;
    bottom: 16px;
}
.product-read1 .product-read1-text {
    float: right;
    width: 50%;
}
.product-read3 {
    margin-bottom: 80px;
}
.product-section {
    padding-top: 36px;
    border-top: 1px solid #ebebeb;
}
.table table{
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
.table td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.table .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}
.table .ue-table-interlace-color-double {
    background-color: #f7faff;
}
/**/
.appli-list-wrap {
    padding: 80px 0 76px;
}
.article-list-wrap {
    padding: 64px 0 80px;
}
.article-list-ul .item {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
}
.article-list-ul .item:nth-child(4n) {
    margin-right: 0;
}
.article-list-ul .item a {
    display: block;
    background: #f5f5f5;
}
.article-list-ul .item-img {
    overflow: hidden;
}
.article-list-ul .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .65s;
    transition: .65s;
}
.article-list-ul .item-text {
    padding: 20px 20px 24px;
}
.article-list-ul .text-tit {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1em;
    margin-bottom: 14px;
    padding-left: 10px;
    font-size: 18px;
    -webkit-transition: .65s;
    transition: .65s;
}
.article-list-ul .text-tit::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #038acf;
}
.article-list-ul .text-date {
    color: #7f7f7f;
}
.article-list-ul a:hover .item-img img {
    transform: scale(1.05);
}
.article-list-ul a:hover .text-tit{
    color: #038acf;
}
.article-read {
    padding-top: 60px;
}
.article-read-inner {
    width: 80%;
    margin: 0 auto; padding-bottom: 100px;
}
.article-read .article-read-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.article-read-title {
    width: 100%;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
}
.article-read-date {
    font-size: 18px;
    color: #7f7f7f;
}
.article-read-main {
    padding-top: 56px;
    padding-bottom: 80px;
}
/**/
.contact-info {
    padding: 65px 0 90px;
}
.contact-info-address {
    margin-bottom: 50px;
}
.contact-info-address .p1 {
    margin-bottom: .8em;
    font-size: 24px;
    font-weight: bold;
}
.contact-info-address .p2 {
    font-size: 20px;
    color: #7f7f7f;
}
.contact-info-ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.contact-info-ul .item .p1 {
    font-size: 20px;
}
.contact-info-ul .item .p2 {
    margin: 16px 0 22px;
    font-size: 24px;
    font-weight: bold;
    line-height: .8em;
}
.contact-market {
    padding: 62px 0 52px;
    background: #f5f5f5;
}
.contact-form {
    padding-top: 82px;
    padding-bottom: 90px;
}
.contact-form .input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.contact-form .input-row .input-col {
    width: 48%;
}
.contact-form .input-tit {
    margin-bottom: 14px;
    font-size: 18px;
    color: #7f7f7f;
}
.contact-form .input-tit span {
    margin-left: 6px;
    font-size: 16px;
    color: red;
}
.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 38px;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}
.contact-form input {
    height: 50px;
}
.contact-form .textarea-row textarea {
    min-height: 180px;
    margin-bottom: 24px;
}
.contact-form .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contact-form .check-box {position: relative; overflow: hidden}
.contact-form .check-box .codeimg {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}
.contact-form .submit-box {
    width: 17%;
}
.contact-form .submit-box .submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: #038acf;
    color: #fff;
    border-radius: 8px; font-size: 20px;
    width: 100%;
    height: 50px;
    border: none;
}
.scope_f {display: flex; justify-content: space-between;}
.scope_f_con { width: 33.33%; box-sizing: border-box; padding: 0 10px;}
.scope_f_img { width: 100%; overflow: hidden}
.scope_f_con img {
    width: 100%; display: block;
    transform: scale(1);
    transition: 0.3s linear;
}
.scope_f_con:hover img {
    transform: scale(1.1);
}
.scope_f_text {}
.scope_f_text .tit {
    margin-top: 15px;
    color: #ffffff;
    background: #0189ca;
    padding: 5px 10px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}
/*page*/
.pager-box {
    margin-top: 70px;
    text-align: center;
}
.pager-box .page-item {
    padding: 4px 9px;
}
.pager-box .page-num {
    padding: 4px 9px;
    border: 1px solid #038acf;
    border-radius: 5px; margin: 0 5px;
}
.pager-box .page-num-current{ background: #038acf; color: #fff;}
.article-page {text-align: center}
.article-page a {
    color: #7f7f7f;  line-height: 34px;
}
.article-page .page-prev {
    float: left;
}
.article-page .page-next {
    float: right;
}
.goBackList { display: inline-block}
.goBackList a { display: block;
    background: #038acf;
    color: #fff;
    padding: 10px; line-height: normal;
    border-radius: 5px;}
/**/
.footer {
    width: 100%;
    background-color: #038acf;
    padding-top: 70px;
}

.footer .container {
    padding-bottom: 30px; position: relative;
}

.footer .navigation {
    height: 20px;
    margin-bottom: 20px;
}

.footer .navigation li {
    border-right: 1px #b5d0f9 solid;
    height: 16px; line-height: 16px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    float: left;
}

.footer .navigation li a {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    display: block;
    padding: 0px;
    color: #b5d0f9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.footer .fotContact {
    padding-left: 20px;
}

.footer .fotContact p {
    color: #b5d0f9;
    line-height: 24px;
    font-size: 15px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: normal;
    text-align: left;
}

.footR {
    position: absolute;
    text-align: right; top: 0; right: 0;
}

.footR img {
    width: 120px;
}
.footR p{ text-align: center; color: #b5d0f9; font-size: 14px; padding-top: 10px;}
.media-icons {
    display: flex;
    justify-content: space-between;
    width: 50px;
}
.media-icons a {
    position: relative;
    display: block;
    width: 32px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url("../img/media-icons.png");
}
.media-icons .wechat {
    background-position: -52px center;
}
.foot-bottom-right .code-hide {
    display: none;
    position: absolute;
    top: 50%;
    left: -140px;
    width: 120px;
    height: 120px;
    padding: 4px;
    margin-top: -65px;
    background: #fff;
    box-sizing: border-box;
}
.foot-bottom-right .code-hide img {
    display: block;
    width: 100%;
    height: auto;
}
.foot-bottom-right .code-hide::after {
    position: absolute;
    left: 125px;
    bottom: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: -10px;
    margin-bottom: -8px;
    border-width: 10px;
    border-style: solid;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent;
    transform: rotate(-90deg);
}
.foot-bottom-right .wechat:hover .code-hide {
    display: block;
}
.siteCopyright {
    background-color: #038acf; padding-bottom: 40px;
}
.siteCopyright .container {
    border-top: 1px solid #809fcd;
    font-size: 15px;
    color: #b5d0f9;
    text-align: center;
    padding: 30px 0
}

@media screen and (max-width: 1660px){
    .container {
        width: 1300px;
    }
    .i-about .i-about-text-inner {
        width: 610px;
    }
    .i-appli .i-appli-inner {
        width: 1312px;
    }
    .appli-list {
        margin-bottom: 12px;
    }
    .appli-list>li {
        padding: 0 6px;
    }
    .appli-list .appli-card {
        height: 380px;
    }
    .appli-card-text {
        margin-top: 276px;
    }
    .appli-card-text div.p {
        width: 455px;
    }
    .appli-list li:hover .appli-card-text {
        margin-top: 192px;
    }
    .i-news .text .p1 {
        font-size: 20px;
    }
    .contact-map-point .point-hide dl {
        min-width: 240px;
    }
    .contact-map-point .point-hide dt {
        font-size: 18px;
    }
    .contact-map-point .point-hide dd {
        font-size: 14px;
    }
    .slide-btn .prev {
        left: -40px;
    }
    .slide-btn .next {
        right: -40px;
    }
}
@media screen and (min-width: 1151px){
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #038acf;
    }
    ::-webkit-scrollbar-track {
        border-radius: 0;
        background: rgba(255,255,255,0);
    }
    .appli-list>li:hover {
        width: 40% !important;
    }
    .i-news .i-news-hot a:hover .text {
        padding-left: 120px;
        padding-right: 16px;
    }
    .i-news .i-news-list a:hover .text {
        padding-left: 122px;
        padding-right: 8px;
    }
}

@keyframes warn {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

    25% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.35);
        -webkit-transform: scale(1.35);
        opacity: 0.4;
    }

    75% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0.0;
    }
}



