@charset "UTF-8";
body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, li {
    list-style: none;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
html {
    font-size: 16px;
}
html, body {
    width: 100%;
    height: 100%;
}
.head_wrap {
    position: relative;
    padding: 0 12%;
}
.container_wrap {
    position: relative;
    padding: 0 6.5%;
}
.header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 999;
    border-bottom: none;
}
.header .logo_box {
    margin-top: 13px;
}
.header .logo_box .logo_color {
    display: none;
}
.header .logo_box .logo_black {
    display: none;
}
.header .nav_list > li.active > a > span, .header .nav_list > li.on > a > span, .header .nav_list > li:hover > a > span {
    color: #004994;
}
.header .nav_list > li.active > a > span .caret, .header .nav_list > li.on > a > span .caret, .header .nav_list > li:hover > a > span .caret {
    color: #004994;
}
.header .nav_list > li > a > span {
    padding: 33px 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}
.header .nav_list > li > a > span .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .droplist_tile {
   
    background: rgba(255,255,255,1);
    border-top: none;
}
.header .droplist_tile .sub_list {
    text-align: center;
}
.header .droplist_tile .sub_list .sub_item {
    text-align: left;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 2%;
}
.header .droplist_tile .sub_list h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}
.header .droplist_tile .sub_list h2 a {
    font-size: 18px;
    color: #333;
    margin: 0 5px;
}
.header .droplist_tile .sub_list h2.no_bor {
    padding-bottom: 0;
    border-bottom: none;
}
.header .droplist_tile .sub_list a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 2;
    padding-right: 5px;
}
.header .droplist_tile .sub_list a.on,
.header .droplist_tile .sub_list a:hover {
    color: #004994;
    border-bottom:3px solid  #004994;
}
.header.gray_head {
    position: relative;
    background: #26272b;
}
.header.gray_head .logo_box .logo_black {
    display: none;
}
.header.gray_head .logo_box .logo_w {
    display: none;
}
.header.gray_head .logo_box .logo_color {
    display: block;
}
.header.gray_head .nav_list > li > a > span {
    color: #dfdfe0;
}
.header.gray_head .nav_list > li > a > span .caret {
    color: #dfdfe0;
}
.header.head_sticky {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.header.head_sticky .logo_box .logo_black {
    display: block;
}
.header.head_sticky .logo_box .logo_w {
    display: none;
}
.header.head_sticky .nav_list > li > a > span {
    color: #444;
}
.header.head_sticky .nav_list > li > a > span .caret {
    color: #444;
}
.header.head_sticky .nav_list > li.active > a > span, .header.head_sticky .nav_list > li.on > a > span, .header.head_sticky .nav_list > li:hover > a > span {
    color: #004994;
}
.header.head_sticky .nav_list > li.active > a > span .caret, .header.head_sticky .nav_list > li.on > a > span .caret, .header.head_sticky .nav_list > li:hover > a > span .caret {
    color: #004994;
}
.nav_tile .nav_line:after {
    content: '';
    position: absolute;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: transparent;
    left: 50%;
    bottom: 100%;
    margin-left: -2px;
}
.nav_tile .nav_line.on:after {
    color: #004994;
}
.nav_list > li > a {
    padding: 0 16px;
}
.header .lan {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 4px 3px 9px;
    cursor: pointer;
    border: 2px solid #b5b5b5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 1;
}
.header .lan em {
    font-family: 'Arial';
    font-size: 14px;
    color: #787878;
    line-height: normal;
}
.header .lan i {
    color: #b5b5b5;
}
.header .lan_drop {
    min-width: 100%;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    background: #fff;
    top: 104%;
    display: none;
}
.header .lan_drop li {
    width: 100%;
}
.header .lan_drop li a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #646464;
    padding: 8px 10px;
    text-align: center;
    line-height: normal;
}
.header .lan_drop li a:hover {
    background: #a6272f;
    color: #fff;
}
.header .tel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    cursor: pointer;
    line-height: 32px;
    background: #e7e7e7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}
.header .tel:hover .tel_con {
    display: block;
}
.header .tel i {
    color: #090805;
    font-size: 18px;
}
.header .oa {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
    line-height: 32px;
    background: #e7e7e7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}


.header .email {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
    line-height: 32px;
    background: #e7e7e7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}


.header .search {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 32px;
    background: #e7e7e7;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    -moz-border-radius: 32px;
    -o-border-radius: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.header .search:hover {
    width: 160px;
}
.header .search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 7px 31px 7px 11px;
    background: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    color: #000;
}
.header .lan_box {
    line-height: 90px;
}
.header .search button {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    right: 4px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.header .search button i {
    color: #090805;
    font-size: 24px;
}
.header .tel_con {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    line-height: normal;
    top: 132%;
    background: #004994;
    padding: 7px 14px;
    white-space: nowrap;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -ms-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    display: none;
}
.header .tel_con i {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.header .tel_con em {
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.m_header .logo_box img {
    width: auto;
    height: 45px;
    margin: 3px 0 0 10px;
}

.banner .slick-slide > div {
    height: 100%;
}
.banner .slick-slide > div > div {
    height: 100%;
}
.banner .slick-slide.slick-active .text {
    -webkit-animation: fadeInLeft 1.2s both;
    animation: fadeInLeft 1.2s both;
    -ms-animation: fadeInLeft 1.2s both;
    -moz-animation: fadeInLeft 1.2s both;
    -o-animation: fadeInLeft 1.2s both;
}
.banner .banner_slick {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.banner .slick-track {
    height: 100%;
}
.banner .slick-list {
    height: 100%;
}
.banner .text {
    position: absolute;
    left: 12%;
    top: 38%;
    -webkit-animation: fadeOutRight 1.2s both;
    animation: fadeOutRight 1.2s both;
    -ms-animation: fadeOutRight 1.2s both;
    -moz-animation: fadeOutRight 1.2s both;
    -o-animation: fadeOutRight 1.2s both;
}
.banner p {
    font-size: 51px;
    color: #fff;
}
.banner h1 {
    font-size: 72px;
    color: #fff;
    text-indent: 2em;
    font-weight: bold;
    letter-spacing: 8px;
}
.banner .slick-dots {
    position: absolute;
    left: 50%;
    display: block;
    width: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 16px 60px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    border-radius: 49px;
    -webkit-border-radius: 49px;
    -ms-border-radius: 49px;
    -moz-border-radius: 49px;
    -o-border-radius: 49px;
}
.banner .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0 6px;
    border: 1px solid #fff;
}
.padding {
    padding: 90px 0;
}
.index_block {
    background: #fff;
}
.index_block .block_box {
    font-size: 0;
    line-height: 0;
    margin-left: -14px;
    margin-right:-14px;
}
.index_block .block_box .col_lg_12 {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding-left: 14px;
    padding-right: 14px;
}
.index_block .block_box .item {
    margin-bottom: 4%;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_block .block_box .item .img_box {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_block .block_box .item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.index_block .block_box .item:hover .red_text {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.index_block .block_box .item12 .img_box {
    padding-top: 80%;
}
.index_block .block_box .item11 .img_box {
    padding-top: 50%;
}
.index_block .block_box .cpfw {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
   	background-color: rgba(4,73,149,0.6) !important;
    padding: 25% !important;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_block .block_box .red_text {
    position: absolute;
    width: 100%;    
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #004994;
    padding: 8%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_block .block_box .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 35px;
    background: black;
    /*The Fallback color,这里也可以使用一张图片来代替*/
    background: rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#8C000000,endColorstr=#8C000000)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8C000000, endColorstr=#8C000000);
    /*Filter for older IEs */
}
.index_block h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_block p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_block h1 {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.index_block h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}
.tit {
    text-align: center;
    margin-bottom: 25px;
}
.tit.wh em {
    color: rgba(255, 255, 255, 0.5);
}
.tit.wh h4, .tit.wh h6, .tit.wh p {
    color: #fff;
}
.tit em {
    font-family: 'Arial';
    font-size: 16px;
    color: #acacac;
}
.tit h4 {
    font-size: 48px;
    color: #323232;
    margin-bottom: 8px;
}
.tit h6 {
    font-size: 16px;
    color: #acacac;
}
.tit p {
    font-size: 18px;
    color: #787878;
    line-height: 1.8;
    margin-top: 16px;
}
.gray {
    background-color: #f5f5f5;
}
.index_news .news_list {
    margin: 0 -26px;
}
.index_news .col_lg_8 {
    padding: 0 26px;
}
.index_news .item {
    display: block;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news .item .img_box {
    width: 100%;
    margin-right: 0;
    float: none;
}
.index_news .item .img_box .img {
    width: 100%;
    padding-top: 61%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_news .item .txt {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #999;
    padding-left: 16px;
}
.index_news .item .txt h3 {
    font-size: 18px;
    color: #221815;
    font-weight: normal;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news .item .txt p {
    font-family: 'Arial';
    font-size: 14px;
    color: #afadac;
    margin-top: 5px;
}
.index_news .item .txt .more_btn {
    float: right;
    margin-left: 10px;
    padding: 10px 18px;
    font-size: 14px;
    color: #004994;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #004994;
    background-color: transparent;
}
.index_news .item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.index_news .item:hover .txt {
    border-color: #004994;
}
.index_news .item:hover .txt .more_btn {
    background-color: #004994;
    color: #fff;
}
.index_news .item:hover .img_box .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.index_product .container_wrap {
    overflow: hidden;
}
.index_product .tit {
    text-align: left;
}
.index_product .left {
    position: relative;
    width: 22%;
    margin-left: 5%;
}
.index_product .pro_text .swiper-slide {
    background-color: #fff;
    padding: 50px 46px;
}
.index_product .pro_text h1 {
    font-size: 30px;
    color: #323232;
}
.index_product .pro_text span {
    display: block;
    font-size: 16px;
    color: #646464;
    margin: 6px 0 24px;
}
.index_product .pro_text p {
    font-size: 16px;
    color: #787878;
    line-height: 1.7;
}
.index_product .pro_text .learn {
    display: inline-block;
    font-size: 14px;
    color: #787878;
    border: 1px solid #bbb;
    padding: 8px 26px;
    margin-top: 38px;
}
.index_product .pro_text .learn:hover {
    background-color: #004994;
    border: 1px solid #004994;
    color: #fff;
}
.index_product .right {
    width: 78%;
    margin-right: -15%;
    margin-top: 6%;
}
.index_product .pro_main .img {
    height: 400px;
    line-height: 400px;
    text-align: center;
}
.index_product .pro_main .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.index_product .swiper-button-prev {
    left: -22%;
}
.index_product .swiper-button-next {
    right: -150%;
}
.index_product .swiper-button-next, .index_product .swiper-button-prev {
    top: 53%;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-top: 0;
    cursor: pointer;
    background-size: 27px 44px;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.index_product .swiper-button-next:hover, .index_product .swiper-button-prev:hover {
    background: #323232;
}
.index_product .swiper-button-next i, .index_product .swiper-button-prev i {
    font-size: 38px;
    color: #fff;
}
.index_case .case_item {
    position: relative;
    display: block;
    padding: 30px 0 27px 0;
}
.index_case .case_item .in {
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_case .case_item:hover .in {
    transform: translate(0, -30px);
}
.index_case .case_item:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.index_case .case_item:hover .plus {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.index_case .case_item:hover .case_logo img {
    transform: translate(0, -10px);
}
.index_case .img {
    padding-top: 96%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_case .case_logo {
	
    border: 1px solid #dcdcdc;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.index_case .case_logo p{
	
    font-size: 22px !important;
}
.index_case .case_logo img {
    max-width: 70%;
    max-height: 80%;
    display: inline;
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_case .plus {
    position: absolute;
    left: 50%;
    bottom: -27px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #004994;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_case .plus i {
    font-size: 28px;
    color: #fff;
}
.index_case .slick-slide {
    padding: 0 22px;
}
.index_case .slick-prev {
    left: 28px;
}
.index_case .slick-next {
    right: 28px;
}
.index_case .slick-prev, .index_case .slick-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-top: -29px;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.index_case .slick-prev:hover, .index_case .slick-next:hover {
    background: #323232;
}
.index_case .slick-prev i, .index_case .slick-next i {
    font-size: 38px;
    color: #fff;
}
.index_mes {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index_mes .row {
    margin: 0 -9px;
}
.index_mes .col_lg_8 {
    padding: 0 9px;
}
.index_mes .col {
    position: relative;
}
.index_mes input {
    width: 100%;
    height: 73px;
    padding: 25px 20px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    outline: none;
}
.index_mes textarea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 73px;
    padding: 25px 20px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    outline: none;
    resize: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_mes textarea.on {
    height: 146px;
}
.index_mes input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes textarea::-webkit-input-placeholder {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.index_mes button {
    padding: 16px 42px;
    font-size: 14px;
    color: #fff;
    background-color: #b5b5b6;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
}
.index_mes button:hover {
    background-color: #004994;
}
.footer {
    position: relative;
    background: #35383e;
    z-index: -2;
}
.footer .footer_top {
    padding-top: 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid #76787c;
}
.footer .footer_nav {
    padding-top: 24px;
}
.footer .f_links a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    /*margin-right: 50px;*/
}

.footer .f_links .foot-ul{
	list-style: none;
}
.footer .f_links .foot-li {
    text-align: left;
}
   
.footer .f_links .foot-li a{	
    font-size: 18px !important;
}

.footer .f_links a:hover {
    color: #004994;
}
.footer .bdsharebuttonbox i {
    color: #d7d7d8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.footer .bdsharebuttonbox a {
    padding: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #d7d7d8;
}
.footer .bdsharebuttonbox a:hover {
    border: 1px solid #004994;
}
.footer .bdsharebuttonbox a:hover i {
    color: #004994;
}
.footer .copyright {
    padding: 18px 0;
}
.footer .copyright span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.footer .copyright span a {
    font-size: 16px;
    color: #fff;
}
.footer .copyright span a:hover {
    color: #004994;
}
.banner_nor {
    position: relative;
    padding-top: 23%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_nor .tex {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 54px;
    color: #fff;
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
}
.about_intro {
    position: relative;
}
.about_intro .row {
    margin: 0 -7px;
}
.about_intro p {
    font-size: 16px;
    color: #646464;
    line-height: 1.7;
    text-indent: 2em;
    /*margin-bottom: 30px;*/
}
.about_intro .col_lg_8 {
    padding: 0 7px;
}
.about_intro .img {
    padding-top: 76%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.deve_history {
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.deve_history .deve_slick {
    margin-top: 50px;
}
.deve_history .slick-current .deve_item .in {
    background: url(/Public/Images/home/phpcms/zh-cn/time_line1.png) no-repeat top center;
    background-size: contain;
}
.deve_history .slick-current .deve_item .time {
    font-size: 72px;
    color: white;
    top: -76px;
}
.deve_history .deve_item {
    padding-top: 72px;
}
.deve_history .deve_item .in {
    position: relative;
    background: url(/Public/Images/home/phpcms/zh-cn/time_line.png) no-repeat top center;
    background-size: contain;
    padding-top: 68px;
}
.deve_history .deve_item .time {
    position: absolute;
    left: 44%;
    top: -30px;
    font-family: 'Arial';
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.deve_history .deve_item .con {
    padding-left: 44%;
    margin-top: 22px;
}
.deve_history .deve_item .con span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #5b5b5b;
    background: #cdcccc;
    padding: 4px 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 8px;
}
.deve_history .deve_item .con p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.deve_history .slick-prev, .deve_history .slick-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.deve_history .slick-prev:hover, .deve_history .slick-next:hover {
    background: rgba(93, 93, 93, 0.8);
}
.deve_history .slick-prev i, .deve_history .slick-next i {
    font-size: 32px;
    color: #fff;
}
.deve_history .slick-prev {
    left: 2%;
    top: 74px;
}
.deve_history .slick-next {
    right: 2%;
    top: 74px;
}
.scien_team {
    position: relative;
}
.scien_team .left {
    width: 50%;
}
.scien_team .left img {
    max-width: 100%;
}
.scien_team .right {
    width: 40%;
    padding-top: 7%;
}
.scien_team h1 {
    font-size: 48px;
    color: #1e1e1e;
}
.scien_team p {
    font-size: 16px;
    color: #646464;
    line-height: 1.7;
}
.scien_team span {
    display: block;
    font-size: 16px;
    color: #646464;
    margin-bottom: 27px;
}
.join-head{
	/*text-align: center;*/
	width: 100% !important;
}
.join-head h1{
	text-align: center;
	
}

.pro_service {
    background: #001235;
}
.pro_service .left {
    width: 46%;
    padding-top: 20px;
}
.pro_service h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 28px;
}
.pro_service p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.pro_service .butt {
    margin-top: 80px;
}
.pro_service .butt a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 190px;
    padding: 16px 0;
    border: 1px solid #b3b8c3;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-right: 14px;
}
.pro_service .butt a:hover {
    background: #fff;
    color: #001235;
}
.pro_service li {
    position: relative;
    border-bottom: 1px solid #546078;
}
.pro_service li:hover i {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.pro_service li i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 30px;
    color: #fff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.pro_service .right {
    width: 32%;
}
.pro_service .right a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 21px 0;
    width: 90%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_blo {
    position: relative;
}
.pro_blo .row {
    margin: 0 -39px;
}
.pro_blo .col_lg_12 {
    padding: 0 39px;
}
.pro_blo .img {
    padding-top: 56%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_blo h1 {
    font-size: 48px;
    color: #1e1e1e;
    margin: 54px 0 24px;
}
.pro_blo p {
    font-size: 16px;
    color: #646464;
    line-height: 1.7;
}
.worth_block .col_lg_12 {
    padding: 0;
}
.worth_block .row {
    margin: 0;
}
.worth_block .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 26px 45px;
}
.worth_block .img {
    position: relative;
    padding-top: 96%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.worth_block .img_box {
    position: relative;
    padding-top: 48%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.worth_block h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.worth_block p {
    font-size: 16px;
    color: #fff;
}
.quali_honor {
    position: relative;
}
.quali_honor .item {
    position: relative;
    background: #f1f1f1;
    margin-bottom: 32px;
    padding: 20px 20px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.quali_honor .item:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
}
.quali_honor .item.on {
    height: 518px;
}
.quali_honor .item.on .icon {
    width: 105px;
    height: 103px;
}
.quali_honor h2 {
    position: relative;
    font-size: 16px;
    color: #787878;
    padding-top: 40px;
    margin-bottom: 4px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.quali_honor h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 1px;
    background: #d5d5d5;
}
.quali_honor h1 {
    font-size: 24px;
    color: #1e1e1e;
    margin-bottom: 50px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.quali_honor .col_lg_8 {
    padding: 0 16px;
}
.quali_honor .row {
    margin: 0 -16px;
}
.quali_honor span {
    font-size: 16px;
    color: #787878;
}
.quali_honor span i {
    color: #787878;
    margin-left: 4px;
}
.quali_honor .icon {
    position: absolute;
    right: 23px;
    bottom: 18px;
    width: 74px;
    height: 70px;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.layui-layer-content img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.layui-layer {
    max-height: 90%;
    max-width: 80%;
}
.cust_honor .img {
    padding: 0;
    text-align: center;
    height: 125px;
    line-height: 125px;
}
.cust_honor img {
    display: inline;
    max-width: 90%;
    max-height: 70%;
    vertical-align: middle;
}
.cust_honor .slick-dots {
    bottom: 94px;
}
.cust_honor .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    border: 1px solid #bebebe;
}
.cust_honor .slick-dots li.slick-active {
    background: #004994;
    border: 1px solid #004994;
}
.cust_honor .cust_slick {
    padding-bottom: 125px;
}
.case_main {
    background: #f3f5f7;
}
.case_main .col_lg_12 {
    padding: 0 24px;
    margin-bottom: 48px;
}
.case_main .row {
    margin: 0 -24px;
}
.case_main .item {
    display: block;
    background-color: #fff;
    border-top: 3px solid #004994;
    /*border-bottom: 3px solid #004994;*/
    padding: 82px 72px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.case_main .item:hover {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
}
.case_main h1 {
    font-size: 36px;
    color: #323232;
    margin-bottom: 10px;
    height: 2.6em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.case_main p {
    font-size: 16px;
    color: #787878;
    line-height: 2;
    margin-bottom: 25px;
    height: 6em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.case_main span {
    font-size: 14px;
    color: #004994;
}
.case_main .line {
    width: 30%;
    height: 1px;
    /*background-color: #d9d9d9;*/
    margin-top: 86px;
}
.case_main .img {
    height: 190px;
    line-height: 190px;
}
.case_main .img img {
    max-height: 90%;
    vertical-align: middle;
}
.case_detail {
    padding: 92px 19% 77px;
    background-color: #fff;
    /*text-align: center;*/
}
.case_detail .title {
    text-align: center;
    margin-bottom: 35px;
}
.case_detail .title h3 {
    font-size: 36px;
    color: #323232;
    margin-bottom: 10px;
}
.case_detail .title span {
    display: block;
    text-align: center;
}
.case_detail .title em {
    font-size: 16px;
    color: #787878;
    margin: 0 7px;
}
.case_detail p {
    text-align: left;
    font-size: 16px;
    text-indent:2em;
    color: #787878;
    line-height: 2;
    /*margin-bottom: 44px;*/
}

.case_detail img {
    /*margin-bottom: 44px;*/
    max-width: 100%;
}
.case_detail .news_li {
    position: relative;
    background-color: #f3f5f7;
    padding: 23px 36px;
}
.case_detail li {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: left;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_detail li a {
    font-size: 16px;
    color: #787878;
    text-decoration: underline;
    font-weight: normal;
}
.case_detail li a:hover {
    color: #004994;
}
.case_detail .back {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    font-size: 14px;
    color: #787878;
    border: 1px solid #d7d7d7;
    padding: 10px 25px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.case_detail .back:hover {
    background-color: #004994;
    border: 1px solid #004994;
    color: #fff;
}
.product_banner {
    padding-top: 23%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_tit {
    background-color: #f7f7f7;
    padding: 56px 31%;
}
.dqwz{
	text-align: left !important; 
/*	padding-left: 20%;*/
	margin-bottom: 16px !important;
}
.dqwz a{
	color: #787878;
	font-size: 14px;
}
.pro_main .pro_item {
    display: none;
}
.pro_main .pro_item.on {
    display: block;
}
.pro_main ul {
    text-align: center;
    margin-bottom: 56px;
}
.pro_main li {
    display: inline-block;
    font-size: 24px;
    color: #323232;
    padding: 18px 50px;
    cursor: pointer;
}
.pro_main li.on {
    background-color: #004994;
    color: #fff;
}
.pro_main .col_lg_8 {
    padding: 0 19px;
    margin-bottom: 43px;
}
.pro_main .row {
    margin: 0 -19px;
}
.pro_main .img_box {
    position: relative;
    display: block;
    padding-top: 73%;
    border: 1px solid #e5e5e5;
}
.pro_main .img_box:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.pro_main img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 95%;
    max-height: 95%;
    display: inline;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pro_main p {
    font-size: 22px;
    color: #646464;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_solve {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro_solve .solve_list {
    margin: 45px 0 30px;
}
.pro_solve .see_solve {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    color: #fff;
    border: 1px solid #a6a8aa;
    padding: 12px 42px;
}
.pro_solve .see_solve:hover {
    border: 1px solid #004994;
    background-color: #004994;
}
.solve_list .row {
    margin: 0 -9px;
}
.solve_list .col_lg_8 {
    padding: 0 9px;
    margin-bottom: 9px;
}
.solve_list .con {
    position: relative;
    display: block;
    font-size: 24px;
    color: #12181b;
    background-color: #dcdddd;
    padding: 42px 68px 42px 26px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solve_list .conn {
    position: relative;
    display: block;
    font-size: 24px;
    color: #12181b;
    background-color: #eeeeee;
    padding: 2px 0px 42px 0px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solve_list .conno {
    position: relative;
    display: block;
    font-size: 42px;
    color: #fff;
    background-color:transparent; 
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solve_list  .con-p{
    position: relative;
    display: block;
    font-size: 22px !important;
    color: #fff !important;
    background-color:transparent; 
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solve_list .conno:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.solve_list .conn:hover {
    color: #12181b !important;
    background-color: #eeeeee !important;
}
.solve_list .con:hover {
    color: #fff;
    background-color: #004994;
}
.solve_list .con:hover i {
    color: #fff;
}
.solve_list .con i {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 30px;
    color: #989898;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.solve_banner {
    position: relative;
    /*height: 100%;*/
    padding-top: 23%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.solve_banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    padding: 0 20px;
}
.arrow_up {
    position: relative;
    margin-top: 13px;
    text-align: center;
    display: none;
}
.arrow_up span {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.arrow_up span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #82858e;
    border-right: 2px solid #82858e;
    margin-left: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: up 1.5s infinite;
    animation: up 1.5s infinite;
}
.arrow_up span:nth-of-type(2) {
    top: 23px;
}
.arrow_up span:nth-of-type(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.arrow_up span:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
@-webkit-keyframes up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, 0) rotate(45deg);
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=10);
        transform: translate(0, 6px) rotate(45deg);
        -webkit-transform: translate(0, 6px) rotate(45deg);
        -moz-transform: translate(0, 6px) rotate(45deg);
        -ms-transform: translate(0, 6px) rotate(45deg);
        -o-transform: translate(0, 6px) rotate(45deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-ms-keyframes up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, 0) rotate(45deg);
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=10);
        transform: translate(0, 6px) rotate(45deg);
        -webkit-transform: translate(0, 6px) rotate(45deg);
        -moz-transform: translate(0, 6px) rotate(45deg);
        -ms-transform: translate(0, 6px) rotate(45deg);
        -o-transform: translate(0, 6px) rotate(45deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, 0) rotate(45deg);
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=10);
        transform: translate(0, 6px) rotate(45deg);
        -webkit-transform: translate(0, 6px) rotate(45deg);
        -moz-transform: translate(0, 6px) rotate(45deg);
        -ms-transform: translate(0, 6px) rotate(45deg);
        -o-transform: translate(0, 6px) rotate(45deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-o-keyframes up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, 0) rotate(45deg);
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=10);
        transform: translate(0, 6px) rotate(45deg);
        -webkit-transform: translate(0, 6px) rotate(45deg);
        -moz-transform: translate(0, 6px) rotate(45deg);
        -ms-transform: translate(0, 6px) rotate(45deg);
        -o-transform: translate(0, 6px) rotate(45deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, 0) rotate(45deg);
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=10);
        transform: translate(0, 6px) rotate(45deg);
        -webkit-transform: translate(0, 6px) rotate(45deg);
        -moz-transform: translate(0, 6px) rotate(45deg);
        -ms-transform: translate(0, 6px) rotate(45deg);
        -o-transform: translate(0, 6px) rotate(45deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
.solve_program {
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0 4%;
}
.pro_nav {
    border-bottom: 1px solid #f3f5f7;
    z-index: 9;
    background: #fff;
}
.pro_nav.is_stuck {
    box-shadow: 0 0 5px #888;
}
.pro_nav .left {
    font-size: 24px;
    color: #1e1e1e;
    line-height: 65px;
}
.pro_nav .dropdown {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 14px;
}
.pro_nav .dropdown a {
    display: block;
}
.pro_nav .dropdown a:hover span {
    color: #004994;
}
.pro_nav .dropdown span {
    display: block;
    font-size: 16px;
    color: #646464;
    padding: 22px 0;
}
.pro_nav .dropdown::after {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #004994;
    content: "";
}
.pro_nav .dropdown.current span {
    color: #004994;
}
.pro_nav .dropdown.current::after {
    left: 0;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.pro_nav .right {
    position: relative;
    padding-right: 96px;
}
.pro_nav .price {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #004994;
}
.pro_nav .price:hover {
    background-color: #ff0113;
}
.pro_survey {
    position: relative;
    margin-bottom: 90px;
}
.pro_survey .left {
    width: 50%;
    padding: 0 10%;
}
.pro_survey .pro_top .img {
    display: none;
    height: 688px;
    line-height: 688px;
    text-align: center;
}
.pro_survey .pro_top .img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
.pro_survey .pro_top .img.on {
    display: block;
}
.pro_survey .pro_bot li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 124px;
    line-height: 124px;
    border: 1px solid #dedede;
    text-align: center;
    margin: 0 2% 4%;
}
.pro_survey .pro_bot li.on {
    border: 3px solid #004994;
}
.pro_survey .pro_bot li img {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
}
.pro_survey .right {
    width: 50%;
    background-color: #f3f5f7;
    padding: 6% 7%;
}
.pro_survey .right h1 {
    font-size: 48px;
    color: #1e1e1e;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d8dadd;
}
.pro_survey .right p {
    font-size: 16px;
    color: #646464;
    line-height: 1.7;
    margin-bottom: 30px;
}
.pro_survey .right h2 {
    font-size: 16px;
    color: #646464;
    line-height: 1.7;
    font-weight: bold;
}
.pro_detail .data_tit {
    font-size: 48px;
    color: #1e1e1e;
    border-bottom: 1px solid #e1e1e4;
    padding-bottom: 15px;
}
.pro_param {
    position: relative;
	color:#666;
}
.pro_param td {
    position: relative;
	color: #666;
}
/*.pro_param .row {
    padding: 58px 0;
    border-bottom: 1px solid #e1e1e4;
}
.pro_param .col_lg_10 {
    font-size: 30px;
    color: #1e1e1e;
}
/*.pro_param span {
    /*display: block;
    width: 20%;
    float: left;
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    margin-right: 3%;
}*/
/*.pro_param em {
    display: block;
    width: 77%;
    float: left;
    font-size: 16px;
    color: #646464;
}
.pro_param .col {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
}*/
.pro_param {
	line-height:2em;
	font-size:14px;
}
.pro_model {
    position: relative;
    margin: 90px 0;
}
.pro_model table {
    width: 100%;
    text-align: center;
}
.pro_model thead td {
    font-size: 30px;
    color: #1e1e1e;
    padding: 42px 0;
}
.pro_model tr {
    border-bottom: 1px solid #e1e1e4;
}
.pro_model tbody td {
    font-size: 16px;
    color: #646464;
    padding: 15px 0;
}
.pro_model tbody td.on {
    border-left: 1px solid #e1e1e4;
    border-right: 1px solid #e1e1e4;
}
.pro_model em {
    display: block;
    font-size: 16px;
    color: #646464;
    margin-top: 2px;
}
.pro_down {
    position: relative;
    margin-bottom: 110px;
}
.pro_down .data_tit {
    border: none;
}
.pro_down .down_name {
    position: relative;
    background-color: #f3f5f7;
    padding: 0 44px;
}
.pro_down .down_name .left {
    font-size: 24px;
    color: #646464;
    line-height: 110px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 68%;
}
.pro_down .down_name a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 110px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 74px;
    font-size: 24px;
    color: #fff;
    background-color: #004994;
}
.pro_down .down_name a:hover {
    background-color: #ff0113;
}
.pro_down .down_name a i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}
#survey, #param, #model, #down {
    position: absolute;
    left: 0;
    top: -100px;
}
.solve_array {
    position: relative;
    overflow: hidden;
    clear: both;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8% 5% 8% 0;
}
.solve_array .con {
    float: right;
    background-color: #b5b5b6;
    width: 30%;
    padding: 82px 60px 54px;
}
.solve_array h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 23px;
}
.solve_array .arr_slide a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 9px 37px 9px 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solve_array .arr_slide a:hover {
    background-color: #004994;
}
.solve_array .arr_slide a:hover i {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.solve_array .arr_slide a i {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 24px;
    color: #fff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}
.solve_array .slide_item {
    padding: 4px 0;
}
.solve_array .slick-slider {
    position: static;
}
.solve_array .slick-dots {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 50%;
    width: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.solve_array .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    padding-right: 30px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-bottom: 6px;
    margin: 22px 0;
}
.solve_array .slick-dots li button {
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
.solve_array .slick-dots li.slick-active {
    background-color: transparent;
    border-bottom: 1px solid #004994;
}
.solve_array .slick-dots li.slick-active button {
    color: #004994;
}
.solve_array .return {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: right;
    margin-top: 16px;
}
.solve_array .return:hover {
    color: #004994;
}
.relevant .con {
    padding: 0 110px;
}
.relevant .img_box {
    position: relative;
    background-color: #fff;
    padding-top: 75%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.relevant img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.relevant .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.relevant .rele_slide {
    padding: 0 16px;
}
.relevant p {
    font-size: 24px;
    color: #b5b5b6;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.relevant .in {
    display: block;
}
.relevant .in:hover .img_box {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.relevant .in:hover .img_box .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.relevant .slick-prev {
    left: -94px;
}
.relevant .slick-next {
    right: -94px;
}
.relevant .slick-prev, .relevant .slick-next {
    background: transparent;
    height:62px;
    width: auto;
    margin-top: -31px;
}
.relevant .slick-prev:hover i, .relevant .slick-next:hover i {
    color: #004994;
}
.relevant .slick-prev i, .relevant .slick-next i {
    font-size: 58px;
    color: #535353;
}
.solve_de_intro h1 {
    font-size: 48px;
    color: #1e1e1e;
    margin-bottom: 28px;
}
.solve_de_intro p {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    text-indent: 2em;
    /*margin-bottom: 30px;*/
}
.solve_de_intro img {
    width: 100%;
}
.zyfz img {
    width: auto !important;
}
.solve_block .img {
    padding-top: 38%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.solve_block .text {
    background-color: #b5b5b6;
}
.solve_block h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 27px;
}
.solve_block p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.contact_main .left {
    padding-left: 12%;
    padding-top: 5%;
}
.contact_main .right {
    width: 50%;
}
.contact_main ul {
    border-top: 1px solid #e8e8e8;
    padding: 23px 0 10px;
}
.contact_main h1 {
    font-size: 36px;
    color: #323232;
    margin-bottom: 39px;
}
.contact_main li {
    font-size: 16px;
    color: #787878;
    margin-bottom: 11px;
}
.contact_main #dituContent {
    height: 752px;
}
.contact_main #dituContent .anchorBL img {
    display: none;
}
.contact_main .iw_poi_title {
    font-size: 20px;
    color: #616161;
}
.contact_main .iw_poi_content {
    font-size: 16px;
    color: #787878;
}
.contact_main .name {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-right: 1px solid #e0e0e0;
    padding-right: 45px;
}
.contact_main #go_there {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    font-size: 16px;
    color: #787878;
    padding: 0 15px;
}
.contact_main #go_there:hover {
    color: #004994;
}
.contact_main #go_there:hover i {
    color: #004994;
}
.contact_main #go_there i {
    display: block;
    font-size: 25px;
    color: #787878;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news {
    background-color: #f3f5f7;
}
.news .news_col {
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    margin-bottom: 38px;
}
.no-touchevents .news .news_col:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
}
.no-touchevents .news .news_col:hover .left {
    top: 13%;
}
.no-touchevents .news .news_col:hover span {
    background-color: #004994;
    border: 1px solid #004994;
    color: #fff;
}
.no-touchevents .news .news_col:hover .img {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.no-touchevents .news .news_col:hover p {
    margin-bottom: 30px;
    height: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.news .left {
    position: absolute;
    left: 4%;
    top: 32%;
    width: 53%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news em {
    font-size: 12px;
    color: #787878;
}
.news h1 {
    font-size: 36px;
    color: #323232;
    margin-bottom: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news p {
    font-size: 16px;
    color: #787878;
    line-height: 1.7;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 8.4em;
}
.news span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    color: #787878;
    border: 1px solid #bbb;
    padding: 10px 26px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news .img_box {
    width: 35%;
}
.news .img {
    padding-top: 79%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
#about_intro, #deve_history, #scien_team, #pro_blo, #quali_honor {
    position: absolute;
    left: 0;
    top: -80px;
}
.honor-slider .slick-dots{
	position: static;
}
.honor-slider .slick-dots li{
	width: 15px;
	height: 15px;
	margin: 0 8px;
	border: 1px solid #bebebe;
}

.honor-slider .slick-dots li.slick-active {
    background: #004994;
    border: 1px solid #004994;
}
.pro_de_main table span{
	float: none;
	width: auto;
	margin-right: 0;
	font-weight: normal;
}
.pro_de_main table{
	width: 100%;
}
.pro_de_main table td{
	padding: 10px !important;
}
.pro_model tr{
	border-bottom: none;
}

.pro_detail .data_tit{
	border: none;
}
.pro_de_main td{
	border: 1px solid #ddd;
}
.text_center {
    padding: 0 12%;
}
.load_more {
	color: #787878;
    border: 1px solid #ddd;
	padding:16px 50px;
	cursor:pointer;
	font-size: 20px;
}
.load_more:hover {
    background-color: #004994;
    border: 1px solid #004994;
    color: #fff;
}
.pro_btn {
    margin-top:10px; 
	text-align:center;
	position: absolute;
	bottom: 0;
	right: -100px;
}
.pro_top{
	position: relative;
}
.pro_btn a.price{
    /*padding:20px 80px; */
	/*background:#004994; */
	/*font-size:18px; */
	/*color:#FFF;*/
	width: 100px;
	display: inline-block;
	font-size: 0;
	height: 103px;
	background: url("/Public/Images/home/phpcms/zh-cn/sub.png") no-repeat left top;
	-webkit-transition:.3s;
	transition:.3s;
}
.pro_btn a.price:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.banner {
    width: 100%;
    height: 100%;
}
.ban-box{
/*	height: 100%;*/
}
@media (max-width: 1845px) {
    .header .nav_list > li > a > span {
        font-size: 22px;
    }
    .nav_list > li > a {
        padding: 0 12px;
    }
}
@media (max-width: 1700px) {
    .header .droplist_tile .sub_list .sub_item {
        margin: 0 1%;
    }
    .header .search:hover {
        width: 125px;
    }
    .nav_list > li > a {
        padding: 0 10px;
    }
    .header .nav_list > li > a > span {
        font-size: 21px;
    }
}
@media (max-width: 1600px) {
    .header .head_wrap {
        position: relative;
        padding: 0 9%;
    }
    .banner h1 {
        font-size: 69px;
    }
    .banner p {
        font-size: 40px;
    }
    .tit h4 {
        font-size: 40px;
    }
    .tit h6 {
        font-size: 15px;
    }
    .tit em {
        font-size: 13px;
    }
    .index_block h3 {
        font-size: 20px;
    }
    .index_block p {
        font-size: 15px;
    }
    .index_block h1 {
        font-size: 22px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .index_block h2 {
        font-size: 16px;
    }
    .index_product .pro_text h1 {
        font-size: 26px;
    }
    .index_product .pro_text span {
        font-size: 15px;
    }
    .index_product .pro_text p {
        font-size: 14px;
    }
    .index_product .pro_text .learn {
        font-size: 12px;
        padding: 8px 21px;
        margin-top: 23px;
    }
    .index_product .pro_text .swiper-slide {
        padding: 38px 34px;
    }
    .index_product .pro_main .img {
        height: 328px;
        line-height: 328px;
    }
    .footer .f_links a {
        font-size: 21px;
        margin-right: 27px;
    }
    .footer .footer_nav {
        padding-top: 20px;
    }
    .footer .footer_top {
        padding-bottom: 22px;
    }
    .footer .copyright span, .footer .copyright span a {
        font-size: 15px;
    }
    .pro_tit {
        padding: 56px 25%;
    }
    .solve_list .con {
        font-size: 21px;
    }
    .pro_survey .right h1 {
        font-size: 42px;
    }
    .pro_survey .right {
        padding: 5% 6%;
    }
    .pro_survey .pro_top .img {
        height: 608px;
        line-height: 608px;
    }
    .pro_detail .data_tit {
        font-size: 42px;
    }
    .pro_param .col_lg_10 {
        font-size: 26px;
    }
    .pro_param span, .pro_param em {
        font-size: 15px;
    }
    .pro_model thead td {
        font-size: 25px;
        padding: 34px 0;
    }
    .deve_history .slick-next, .deve_history .slick-prev {
        top: 66px;
    }
    .scien_team h1 {
        font-size: 42px;
    }
    .scien_team .right {
        padding-top: 4%;
    }
    .pro_service h1 {
        font-size: 44px;
    }
    .pro_blo h1 {
        font-size: 40px;
    }
    .quali_honor h1 {
        font-size: 22px;
    }
    .news h1 {
        font-size: 28px;
        margin-bottom: 13px;
    }
    .news p {
        font-size: 15px;
        max-height: 6.66em;
    }
    .case_main h1 {
        font-size: 28px;
        height: 2.64em;
    }
    .case_main .item {
        padding: 60px 57px 0;
    }
    .solve_array h1 {
        font-size: 40px;
    }
    .solve_array .con {
        padding: 54px 39px 43px;
    }
    .solve_de_intro h1 {
        font-size: 42px;
    }
    .solve_de_intro p {
        font-size: 15px;
        margin-bottom: 23px;
    }
    .solve_block h1 {
        font-size: 42px;
    }
}
@media (max-width: 1500px) {
    .header .nav_list > li > a > span {
        font-size: 18px;
    }
    .header .tel {
        margin-left: 15px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
    .header .tel i {
        font-size: 15px;
    }
    .header .search {
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
    .header .search button i {
        font-size: 20px;
    }
    .header .search button {
        margin-top: -11.5px;
    }
    .header .nav_list > li > a > span {
        padding: 36px 0;
    }
    .header .droplist_tile .sub_list h2 a {
        font-size: 16px;
    }
    .header .droplist_tile .sub_list .sub_item {
        padding-top:8px;
        padding-bottom: 8px;
    }
    .header .droplist_tile .sub_list a {
        font-size: 13px;
    }
    .banner .text {
        left: 9%;
    }
    .banner h1 {
        font-size: 65px;
    }
    .banner p {
        font-size: 38px;
    }
    .banner .slick-dots {
        padding: 16px 36px;
    }
    .index_case .case_logo {
        height: 100px;
        line-height: 100px;
        
    }
  
    .index_case .plus {
        bottom: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .index_case .plus i {
        font-size: 23px;
    }
    .padding {
        padding: 66px 0;
    }
    .index_news .item .txt h3 {
        font-size: 16px;
    }
    .index_news .item .txt p {
        font-size: 12px;
    }
    .index_news .item .txt .more_btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .index_mes input, .index_mes textarea {
        height: 60px;
        padding: 22px 16px;
        font-size: 14px;
    }
    .index_mes input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 14px;
    }
    .index_mes input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    .index_mes input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    .index_mes input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 14px;
    }
    .index_mes textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    .index_mes textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    .index_mes textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    .index_mes textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 14px;
    }
    .index_mes textarea.on {
        height: 120px;
    }
    .index_mes button {
        padding: 12px 36px;
    }
    .tit p {
        font-size: 15px;
    }
    .pro_main li {
        font-size: 22px;
        padding: 18px 45px;
    }
    .pro_main p {
        font-size: 18px;
    }
    .solve_list .con {
        font-size: 18px;
        padding: 35px 50px 35px 24px;
    }
    .solve_list .con i {
        right: 16px;
        font-size: 26px;
    }
    .pro_survey .right h1 {
        font-size: 35px;
    }
    .pro_survey .right p {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .pro_survey .pro_top .img {
        height: 588px;
        line-height: 588px;
    }
    .pro_survey .pro_bot li {
        height: 100px;
        line-height: 100px;
    }
    .pro_detail .data_tit {
        font-size: 35px;
    }
    .pro_param .col_lg_10 {
        font-size: 22px;
    }
    .pro_param .row {
        padding: 42px 0;
    }
    .pro_model {
        margin: 76px 0;
    }
    .pro_model thead td {
        font-size: 22px;
    }
    .pro_model tbody td {
        font-size: 14px;
    }
    .pro_model em {
        font-size: 12px;
    }
    .pro_down .down_name .left {
        font-size: 19px;
        line-height: 90px;
    }
    .pro_down .down_name a {
        line-height: 90px;
        padding: 0 55px;
        font-size: 22px;
    }
    .banner_nor .tex {
        font-size: 48px;
    }
    .deve_history .deve_slick {
        margin-top: 123px;
    }
    .deve_history .slick-current .deve_item .time {
        font-size: 60px;
    }
    .deve_history .deve_item .con p {
        font-size: 14px;
    }
    .pro_service h1 {
        font-size: 42px;
    }
    .pro_service .right {
        width: 36%;
    }
    .quali_honor h2 {
        padding-top: 26px;
    }
    .quali_honor span {
        font-size: 14px;
    }
    .quali_honor .icon {
        width: 46px;
        height: 48px;
    }
    .quali_honor .item.on .icon {
        width: 60px;
        height: 60px;
    }
    .quali_honor .item.on {
        height: 482px;
    }
    .news h1 {
        font-size: 25px;
    }
    .case_main .line {
        margin-top: 62px;
    }
    .case_main .img {
        height: 150px;
        line-height: 150px;
    }
    .case_main .img img {
        max-height: 54%;
        max-width: 45%;
    }
    .relevant p {
        font-size: 21px;
    }
}
@media (max-width: 1400px) {
    .header .logo_box img {
        height: 54px;
    }
    .header .logo_box {
        margin-top: 19px;
    }
    .header .tel_con em {
        font-size: 14px;
    }
    .header .tel_con {
        top: 155%;
    }
    .banner .slick-dots {
        padding: 12px 36px;
    }
    .banner .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    .index_product .pro_text h1 {
        font-size: 23px;
    }
    .index_product .pro_text span {
        font-size: 13px;
    }
    .index_product .pro_text p {
        font-size: 12px;
    }
    .index_product .pro_text .swiper-slide {
        padding: 26px 24px;
    }
    .index_product .pro_main .img {
        height: 270px;
        line-height: 270px;
    }
    .tit h4 {
        font-size: 36px;
    }
    .banner_nor .tex {
        font-size: 40px;
    }
    .about_intro p {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .deve_history .deve_item .in {
        padding-top: 40px;
    }
    .scien_team h1 {
        font-size: 36px;
    }
    .scien_team p {
        font-size: 14px;
    }
    .scien_team .right {
        width: 43%;
    }
    .pro_service h1 {
        font-size: 38px;
    }
    .pro_service p {
        font-size: 14px;
    }
    .pro_service .butt {
        margin-top: 59px;
    }
    .pro_service .right a {
        font-size: 18px;
        padding: 18px 0;
        width: 90%;
    }
    .pro_blo h1 {
        font-size: 32px;
        margin: 35px 0 18px;
    }
    .pro_blo p {
        font-size: 15px;
    }
    .worth_block h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .worth_block .text {
        padding: 18px 34px;
    }
    .quali_honor h1 {
        font-size: 20px;
        margin-bottom: 37px;
    }
    .quali_honor h2 {
        font-size: 14px;
    }
    .quali_honor .item.on {
        height: 446px;
    }
    .news h1 {
        font-size: 23px;
    }
    .news p {
        font-size: 13px;
        max-height: 6.77em;
    }
    .news span {
        font-size: 13px;
        padding: 9px 21px;
    }
    .case_detail .title h3 {
        font-size: 30px;
    }
    .case_detail {
        padding: 66px 19% 60px;
    }
    .case_main h1 {
        font-size: 25px;
        height: 2.6em;
    }
    .case_main p {
        font-size: 14px;
        height: 6em;
    }
    .case_main .item {
        padding: 43px 45px 0;
    }
    .contact_main #dituContent {
        height: 600px;
    }
    .contact_main h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contact_main li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .solve_array h1 {
        font-size: 33px;
    }
    .solve_array .arr_slide a {
        font-size: 18px;
    }
    .relevant p {
        font-size: 18px;
    }
    .solve_de_intro h1 {
        font-size: 37px;
        margin-bottom: 18px;
    }
    .solve_de_intro p {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .solve_block h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1300px) {
    .header .head_wrap {
        padding: 0 4%;
    }
    .header .droplist_tile .sub_list a {
        padding-right: 0;
    }
    .header .droplist_tile .sub_list a {
        font-size: 12px;
    }
    .header .droplist_tile .sub_list h2 a {
        font-size: 15px;
    }
    .banner h1 {
        font-size: 58px;
    }
    .banner p {
        font-size: 34px;
    }
    .index_block h3 {
        font-size: 18px;
    }
    .index_block p {
        font-size: 12px;
    }
    .index_block .block_box .txt {
        padding: 10px 20px;
    }
    .index_product .swiper-button-next, .index_product .swiper-button-prev, .index_case .slick-prev, .index_case .slick-next, .deve_history .slick-prev, .deve_history .slick-next {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
    .index_product .swiper-button-next i, .index_product .swiper-button-prev i, .index_case .slick-prev i, .index_case .slick-next i, .deve_history .slick-prev i, .deve_history .slick-next i {
        font-size: 28px;
    }
    .padding {
        padding: 44px 0;
    }
    .footer .f_links a {
        font-size: 16px;
        margin-right: 22px;
    }
    .footer .footer_top .f_logo img {
        height: 56px;
    }
    .footer .footer_top {
        padding-bottom: 6px;
        padding-top: 28px;
    }
    .footer .copyright span, .footer .copyright span a {
        font-size: 12px;
    }
    .footer .bdsharebuttonbox a {
        padding: 4px;
    }
    .footer .bdsharebuttonbox a {
        padding: 6px;
    }
    .bdsharebuttonbox i {
        font-size: 22px;
    }
    .pro_tit {
        padding: 42px 19%;
    }
    .pro_main li {
        font-size: 18px;
        padding: 15px 38px;
    }
    .pro_main p {
        font-size: 16px;
    }
    .pro_main img {
        max-width: 80%;
        max-height: 80%;
    }
    .solve_list .con {
        font-size: 16px;
        padding: 25px 50px 25px 24px;
    }
    .pro_survey .right h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .pro_survey .right p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .pro_survey .right {
        padding: 3% 4%;
    }
    .pro_survey .right h2 {
        font-size: 14px;
    }
    .pro_survey .pro_top .img {
        height: 500px;
        line-height: 500px;
    }
    .pro_survey .pro_bot li {
        height: 80px;
        line-height: 80px;
    }
    .pro_detail .data_tit {
        font-size: 28px;
    }
    .pro_param .col_lg_10 {
        font-size: 20px;
    }
    .pro_param span, .pro_param em {
        font-size: 14px;
    }
    .pro_param .row {
        padding: 26px 0;
    }
    .pro_model thead td {
        font-size: 18px;
        padding: 25px 0;
    }
    .deve_history .slick-next, .deve_history .slick-prev {
        top: 58px;
    }
    .deve_history .deve_slick {
        margin-top: 72px;
    }
    .deve_history .slick-current .deve_item .time {
        font-size: 46px;
    }
    .deve_history .deve_item .time {
        font-size: 21px;
    }
    .deve_history .slick-current .deve_item .time {
        top: -62px;
    }
    .deve_history .deve_item {
        padding-top: 62px;
    }
    .deve_history .deve_item .con span {
        font-size: 14px;
    }
    .scien_team h1 {
        font-size: 30px;
    }
    .scien_team span {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .pro_service h1 {
        font-size: 33px;
    }
    .pro_service .butt a {
        width: 168px;
        font-size: 15px;
    }
    .cust_honor .cust_slick {
        padding-bottom: 54px;
    }
    .cust_honor .slick-dots {
        bottom: 37px;
    }
    .news p {
        max-height: 3.38em;
    }
}
@media (max-width: 1200px) {
	.pro_btn{
		position: static;
		margin-top: 0;
		margin-bottom: 10px;
	}
    .tit h4 {
        font-size: 30px;
    }
    .tit em {
        font-size: 12px;
    }
    .tit h6 {
        font-size: 12px;
    }
    .index_block h3 {
        font-size: 16px;
    }
    .index_block h1 {
        font-size: 18px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .index_block h2 {
        font-size: 12px;
    }
    .index_product .pro_text h1 {
        font-size: 21px;
    }
    .index_product .pro_text span {
        font-size: 12px;
        margin: 4px 0 11px;
    }
    .index_product .pro_text .swiper-slide {
        padding: 18px 17px;
    }
    .index_product .pro_text .learn {
        padding: 8px 13px;
    }
    .index_product .swiper-button-prev {
        left: -31%;
    }
    .index_product .left {
        width: 26%;
    }
    .index_product .pro_main .img img {
        max-width: 90%;
    }
    .index_product .swiper-button-next {
        right: -115%;
    }
    .index_news .col_lg_8 {
        padding: 0 13px;
    }
    .index_news .item .txt h3 {
        font-size: 14px;
    }
    .index_news .item .txt {
        padding-left: 10px;
    }
    .index_mes input, .index_mes textarea {
        height: 45px;
        padding: 13px 16px;
        font-size: 14px;
    }
    .pro_nav {
        display: none;
    }
    body {
        padding-top: 50px;
    }
    .pro_survey .right h1 {
        font-size: 25px;
    }
    .pro_survey .right p {
        font-size: 13px;
        margin-bottom: 11px;
    }
    .pro_survey .pro_top .img {
        height: 450px;
        line-height: 450px;
    }
    .pro_detail .data_tit {
        font-size: 25px;
    }
    .pro_param span, .pro_param em {
        font-size: 12px;
    }
    .pro_model {
        margin: 59px 0;
    }
    .pro_model thead td {
        font-size: 15px;
        padding: 21px 0;
    }
    .pro_model tbody td {
        font-size: 12px;
        padding: 12px 0;
    }
    .pro_down .down_name .left {
        font-size: 16px;
        line-height: 80px;
    }
    .pro_down .down_name {
        padding: 0 32px;
    }
    .pro_down .down_name a {
        line-height: 80px;
        padding: 0 40px;
        font-size: 18px;
    }
    .pro_down .down_name a i {
        font-size: 18px;
    }
    .scien_team .right {
        width: 45%;
        padding-top: 0;
    }
    .pro_service h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .pro_service .butt a {
        width: 128px;
        font-size: 14px;
        padding: 12px 0;
    }
    .pro_service .right a {
        font-size: 16px;
        padding: 16px 0;
        width: 91%;
    }
    .pro_service li i {
        font-size: 20px;
    }
    .pro_blo h1 {
        font-size: 25px;
        margin: 24px 0 12px;
    }
    .pro_blo p {
        font-size: 14px;
    }
    .worth_block h1 {
        font-size: 18px;
    }
    .worth_block p {
        font-size: 13px;
    }
    .quali_honor .col_lg_8 {
        padding: 0 7px;
    }
    .quali_honor .item {
        margin-bottom: 14px;
        padding: 32px 20px;
    }
    .quali_honor h2 {
        padding-top: 17px;
    }
    .quali_honor h1 {
        font-size: 18px;
        margin-bottom: 39px;
    }
    .quali_honor .item.on {
        height: 386px;
    }
    .news .news_col {
        margin-bottom: 28px;
    }
    .news h1 {
        font-size: 21px;
    }
    .no-touchevents .news .news_col:hover p {
        margin-bottom: 21px;
    }
    .case_detail .title h3 {
        font-size: 27px;
    }
    .case_detail .title em {
        font-size: 14px;
    }
    .case_detail p {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .case_main .col_lg_12 {
        padding: 0 12px;
        margin-bottom: 26px;
    }
    .case_main .row {
        margin: 0 -12px;
    }
    .case_main h1 {
        font-size: 22px;
    }
    .case_main .line {
        margin-top: 33px;
    }
    .case_main .img {
        height: 98px;
        line-height: 98px;
    }
    .contact_main .left {
        padding-left: 6%;
    }
    .contact_main h1 {
        font-size: 26px;
        margin-bottom: 23px;
    }
    .contact_main ul {
        padding: 16px 0 6px;
    }
    .contact_main #dituContent {
        height: 500px;
    }
    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        background: #004994;
    }
    .solve_array h1 {
        font-size: 26px;
    }
    .solve_array .con {
        width: 37%;
        padding: 40px 29px 32px;
    }
    .solve_array .arr_slide a {
        font-size: 15px;
    }
    .solve_array {
        padding: 8% 8% 8% 0;
    }
    .solve_array .return {
        font-size: 14px;
    }
    .solve_array .slick-dots li button {
        font-size: 14px;
    }
    .solve_array .slick-dots li {
        padding-right: 17px;
        margin: 7px 0;
    }
    .solve_array .arr_slide a i {
        font-size: 18px;
    }
    .relevant p {
        font-size: 14px;
    }
    .relevant .rele_slide {
        padding: 0 9px;
    }
    .solve_de_intro h1 {
        font-size: 30px;
    }
    .solve_de_intro p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .solve_block h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .solve_block p {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .banner .banner_slick,.solve_banner {
        background-attachment:scroll;
    }
    .banner h1 {
        font-size: 46px;
    }
    .banner p {
        font-size: 28px;
    }
    .index_product .right {
        margin-top: 13%;
    }
    .footer .footer_top {
        display: none;
    }
    .footer .copyright {
        padding: 14px 0;
    }
    .tit p {
        font-size: 14px;
    }
    .pro_tit {
        padding: 32px 13%;
    }
    .pro_main li {
        font-size: 14px;
        padding: 13px 25px;
    }
    .pro_main p {
        font-size: 12px;
    }
    .pro_survey .right h1 {
        font-size: 20px;
        margin-bottom: 9px;
        padding-bottom: 9px;
    }
    .pro_survey .right p {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .pro_survey .right h2 {
        font-size: 12px;
    }
    .pro_survey .pro_top .img {
        height: 400px;
        line-height: 400px;
    }
    .pro_survey .pro_bot li {
        height: 60px;
        line-height: 60px;
    }
    .pro_survey .pro_bot li {
        margin: 0 1% 4%;
    }
    .pro_survey .left {
        padding: 0 7%;
    }
    .pro_param .col_lg_10 {
        font-size: 18px;
    }
    .pro_survey {
        margin-bottom: 60px;
    }
    .pro_down {
        margin-bottom: 49px;
    }
    .scien_team .right {
        width: 100%;
        padding-top: 26px;
        float: none;
    }
    .scien_team .left {
        width: 100%;
        float: none;
    }
    .pro_service .left {
        width: 100%;
        padding-top: 0;
        float: none;
    }
    .pro_service .right {
        width: 64%;
        float: none;
        margin-top: 37px;
    }
    .pro_blo .col_lg_12 {
        padding: 0 18px;
    }
    .news h1 {
        font-size: 18px;
    }
    .news span {
        font-size: 12px;
        padding: 8px 18px;
    }
    .news .left {
        top: 26%;
    }
    .case_detail {
        padding: 52px 12% 45px;
    }
    .case_detail .title h3 {
        font-size: 23px;
    }
    .contact_main .left {
        padding-left: 0;
        float: none;
        padding-top: 0;
    }
    .contact_main .right {
        width: 100%;
        float: none;
        margin-top: 18px;
    }
    .contact_main.padding {
        padding: 44px 6.5%;
    }
    .solve_array .con {
        width: 44%;
    }
    .relevant .con {
        padding: 0 60px;
    }
    .relevant .slick-prev, .relevant .slick-next {
        height:47px;
        margin-top: -23.5px;
    }
    .relevant .slick-next {
        right: -62px;
    }
    .relevant .slick-prev {
        left: -62px;
    }
    .solve_de_intro h1 {
        font-size: 26px;
    }
    .solve_block h1 {
        font-size: 26px;
    }
    .solve_banner .tit{
    	margin-bottom: 0;
    }
    .solve_banner .text{
    	bottom: 30px;
    }
}
@media (max-width: 767px) {
	.banner_nor,
	.product_banner,
	.solve_banner{
		padding-top: 50%;
	}
	.solve_banner .text{
		bottom: 20px;
		margin-top: 0;
	}
	.banner {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.ban-box{
		position: relative;
		height: auto;
		padding-top: 124%;
	}
	
    .banner h1 {
        font-size: 24px;
    }
    .banner p {
        font-size: 17px;
    }
    .banner .text {
        left: 5%;
    }
    .banner .slick-dots {
        padding: 8px 25px;
    }
    .banner .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .tit h4 {
        font-size: 22px;
    }
    .padding {
        padding: 30px 0;
    }
    .index_block h3 {
        font-size: 15px;
    }
    .index_block .block_box .txt {
        padding: 10px 14px;
    }
    .index_block h1 {
        font-size: 15px;
    }
    .index_product .left {
        width: 100%;
        margin-left: 0;
    }
    .index_product .right {
        width: 100%;
        margin-top: 10%;
        margin-right: -24%;
    }
    .index_product .tit {
        text-align: center;
    }
    .index_product .pro_main .img {
        height: 150px;
        line-height: 150px;
    }
    .index_product .swiper-button-next {
        right: 0;
        top: auto;
        bottom: -42%;
    }
    .index_product .swiper-button-prev {
        left: 0;
        top: auto;
        bottom: -42%;
    }
    .index_product .swiper-button-next, .index_product .swiper-button-prev, .index_case .slick-prev, .index_case .slick-next, .deve_history .slick-prev, .deve_history .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .index_product .swiper-button-next i, .index_product .swiper-button-prev i, .index_case .slick-prev i, .index_case .slick-next i, .deve_history .slick-prev i, .deve_history .slick-next i {
        font-size: 17px;
    }
    .index_case .case_item {
        padding: 0;
    }
    .index_case .slick-slide {
        padding: 0 16px;
    }
    .index_case .case_logo {
        height: 70px;
        line-height: 70px;
    }
    .index_case .case_logo p{
       font-size: 16px !important;
    }
    .index_case .plus {
        bottom: -14px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .index_case .plus i {
        font-size: 15px;
    }
    .index_news .col_lg_8 {
        padding: 0;
        margin-bottom: 30px;
    }
    .index_news .news_list {
        margin: 0;
    }
    .index_mes .col_lg_8 {
        padding: 0;
        margin-bottom: 18px;
    }
    .index_mes .row {
        margin: 0;
    }
    .index_mes input, .index_mes textarea {
        padding: 15px 16px;
        font-size: 12px;
    }
    .index_mes input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 12px;
    }
    .index_mes input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 12px;
    }
    .index_mes input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 12px;
    }
    .index_mes input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 12px;
    }
    .index_mes textarea::-webkit-input-placeholder {
        font-size: 12px;
    }
    .index_mes textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 12px;
    }
    .index_mes textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 12px;
    }
    .index_mes textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 12px;
    }
    .index_mes textarea {
        position: static;
    }
    .index_mes button {
        margin-top: 10px;
    }
    .footer .copyright span {
        display: block;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .tit p {
        font-size: 12px;
    }
    .pro_tit {
        padding: 26px 6.5% 1px;
    }
    .pro_main li {
        font-size: 13px;
        padding: 11px 23px;
    }
    .pro_main .col_lg_8 {
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .pro_main p {
        margin-top: 9px;
    }
    .pro_main .row {
        margin: 0 -12px;
    }
    .pro_main ul {
        margin-bottom: 31px;
    }
    .head_wrap {
        padding: 0 6.5%;
    }
    .pro_solve .solve_list {
        margin: 30px 0 21px;
    }
    .pro_solve .see_solve {
        font-size: 12px;
        padding: 12px 27px;
    }
    .solve_list .con {
        padding: 18px 50px 18px 24px;
    }
    .solve_list .conno {
        padding: 0px 0px 0px 0px;
        font-size: 30px;
    }
    .solve_list .conno .timer{
        font-size: 24px !important;
    }
    .solve_list .conno .conno-p1{
        font-size: 16px !important;
    }
    .solve_list .conno .conno-p2{
        font-size: 16px !important;
    }
    .solve_list  .con-p{
        font-size: 18px !important;
        padding-bottom: 10px;
    }
    .pro_survey .left {
        width: 100%;
        padding: 0 6.5%;
    }
    .pro_survey .right {
        width: 100%;
        padding: 28px 6.5%;
    }
    .pro_survey .pro_top .img {
        height: 300px;
        line-height: 300px;
    }
    .pro_survey {
        margin-bottom: 60px;
    }
    .pro_param .col_lg_10 {
        font-size: 16px;
    }
    .pro_param .row {
        padding: 20px 0;
    }
    .pro_model {
        margin: 34px 0;
    }
    .pro_detail .data_tit {
        font-size: 22px;
    }
    .pro_model thead td {
        font-size: 14px;
        padding: 21px 0;
    }
    .pro_model em {
        font-size: 10px;
    }
    .pro_model tbody td {
        font-size: 11px;
        padding: 12px 0;
    }
    .pro_down .down_name .left {
        font-size: 14px;
        line-height: 60px;
        width: 100%;
    }
    .pro_down .down_name {
        padding: 0 18px;
    }
    .pro_down .down_name a {
        height: 50px;
        line-height: 50px;
        padding: 0 24px;
        font-size: 16px;
        left: 0;
        right: auto;
        top: 100%;
    }
    .pro_down .down_name a i {
        font-size: 15px;
    }
    .pro_down {
        margin-bottom: 80px;
    }
    .banner_nor .tex {
        font-size: 22px;
    }
    .banner_nor {
        padding-top: 37%;
    }
    .about_intro p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .tit {
        margin-bottom: 17px;
    }
    .dqwz{
	text-align: left !important; 
/*	padding-left: 5%;*/
/*	margin-bottom: 16px !important;*/
}
.dqwz a{
	color: #787878;
	font-size: 12px;
}
    .about_intro .col_lg_8 {
        padding: 0;
        margin-bottom: 20px;
    }
    .about_intro .row {
        margin: 0;
    }
    .deve_history .slick-current .deve_item .time {
        font-size: 30px;
        top: -42px;
    }
    .deve_history .deve_item {
        padding-top: 42px;
    }
    .deve_history .deve_item .in {
        padding-top: 22px;
    }
    .deve_history .deve_slick {
        margin-top: 48px;
    }
    .deve_history .deve_item .time {
        font-size: 18px;
        top: -21px;
    }
    .deve_history .deve_item .con span {
        font-size: 12px;
    }
    .deve_history .deve_item .con p {
        font-size: 12px;
    }
    .deve_history .deve_item .con {
        margin-top: 17px;
    }
    .deve_history .slick-next, .deve_history .slick-prev {
        top: 45px;
    }
    .scien_team h1 {
        font-size: 22px;
    }
    .scien_team p {
        font-size: 12px;
    }
    .scien_team span {
        font-size: 12px;
        margin-bottom: 13px;
    }
    .pro_service h1 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .pro_service p {
        font-size: 12px;
    }
    .pro_service .butt {
        margin-top: 26px;
    }
    .pro_service .right {
        width: 100%;
        margin-top: 32px;
    }
    .pro_blo .row {
        margin: 0;
    }
    .pro_blo .col_lg_12 {
        padding: 0;
        margin-bottom: 38px;
    }
    .pro_blo h1 {
        font-size: 22px;
        margin: 20px 0 8px;
    }
    .pro_blo p {
        font-size: 12px;
    }
    .worth_block h1 {
        font-size: 16px;
    }
    .worth_block p {
    	width: 100%;
        font-size: 12px;
    }
    .worth_block .text {
        padding: 15px 23px;
    }
    .quali_honor .item.on {
        height: auto;
    }
    .quali_honor .item {
    	margin-bottom: 14px;
    	padding: 0px 0px !important;
	}
    .cust_honor .img {
        height: 80px;
        line-height: 80px;
    }
    .cust_honor .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    .worth_block .img, .worth_block .img_box {
        padding-top: 81%;
    }
    .news .img_box {
        width: 100%;
    }
    .news .left {
        width: 100%;
        position: static;
        margin-bottom: 24px;
    }
    .news .news_col {
        padding: 30px 20px;
    }
    .case_detail .title h3 {
        font-size: 18px;
    }
    .case_detail {
        padding: 37px 6.5% 31px;
    }
    .case_detail .title em {
        font-size: 12px;
        margin: 0 6px;
    }
    .case_detail p {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .case_detail img {
        margin-bottom: 25px;
    }
    .case_detail .title {
        margin-bottom: 19px;
    }
    .case_detail li {
        width: 100%;
        font-size: 12px;
        margin-bottom: 9px;
    }
    .case_detail li a {
        font-size: 12px;
    }
    .case_detail .back {
        font-size: 13px;
        margin-top: 12px;
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .case_detail .news_li {
        padding: 19px 25px;
        text-align: left;
    }
    .case_main h1 {
        font-size: 18px;
        height: auto;
    }
    .case_main .item {
        padding: 30px 36px 0;
    }
    .case_main .col_lg_12 {
        padding: 0;
    }
    .case_main .row {
        margin: 0;
    }
    .case_main p {
        font-size: 12px;
        height: auto;
        margin-bottom: 19px;
    }
    .case_main .line {
        margin-top: 23px;
    }
    .contact_main.padding {
        padding: 30px 6.5%;
    }
    .contact_main h1 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .contact_main li {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .contact_main #dituContent {
        height: 300px;
    }
    .contact_main .iw_poi_title {
        font-size: 16px;
    }
    .contact_main .iw_poi_content {
        font-size: 12px;
    }
    .contact_main .name {
        padding-right: 0;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 10px;
    }
    .contact_main #go_there {
        display: block;
        font-size: 12px;
        margin-top: 8px;
    }
    .contact_main #go_there i {
        font-size: 21px;
        display: inline-block;
        margin-right: 7px;
    }
    .arrow_up span {
        width: 14px;
        height: 14px;
    }
    .solve_program {
        padding: 8% 0;
    }
    .solve_array .con {
        width: 90%;
        float: none;
    }
    .solve_array h1 {
        font-size: 22px;
    }
    .relevant .slick-prev i, .relevant .slick-next i {
        font-size: 44px;
    }
    .relevant p {
        font-size: 12px;
    }
    .solve_de_intro h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .solve_de_intro p {
        margin-bottom: 12px;
    }
    .solve_block h1 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .solve_block p {
        font-size: 12px;
    }
	.text_center {
	    padding: 0px 6.5%;
	}
	.pro_btn {
        margin-top:15px; 
	    text-align:center;
		margin-top:20px;
		display:none;
    }
    .pro_btn a.price{
        padding:15px 60px; 
	    background:#004994; 
	    font-size:15px; 
	    color:#FFF;
    }
    .side-bar {
	display: none !important;
	}
}

/*新增分页样式*/
.page a { padding:0 10px; width:auto; min-width:38px; }
@supports (-ms-ime-align: auto) {
 .banner .banner_slick{
 	background-attachment: scroll;
 }
}





.side-bar {
	position: fixed;
	right: 0;
	z-index: 60000;
	top: 50%;
	width: 65px;
	background-color: #004994;
	padding: 10px 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.side-bar li {
	white-space: nowrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	text-align: center;
}

.side-bar .ico {
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 20;
	line-height: 55px;
}
.side-bar .ico:hover{
	background-color: #dcdddd;
}
.side-bar .ico img{
	width: 30px;
	vertical-align: middle;
}


.side-bar .s3:hover .tel-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.side-bar .s2:hover .qr-pop {
	visibility: visible;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.side-bar .qr-pop {
	position: absolute;
	left: -130px;
	top: -35px;
	width: 130px;
	height: 130px;
	background-color: #dcdddd;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	padding: 15px;
}

.side-bar .qr-pop img {
	width: 100px;
	height: 100px;
}

.tel-slide {
	color: #fff;
	position: absolute;
	white-space: nowrap;
	right: 65px;
	top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	font-size: 0;
	
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}
.tel-slide span{
	
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	line-height: 55px;
	font-size: 24px;
	background-color: #dcdddd;
	padding-left: 1.5em;
	padding-right: 1.5em;
	display: block;
}
.tel-slide .iconfont {
	text-align: center;
	background: none;
}

.tel-slide * {
	vertical-align: middle;
}

.side-bar .tel-slide {
	
}



/*首页修改*/
.padd100 {
    padding: 100px 0;
}
.clean:after, .clean:before, [clean]:after, [clean]:before {
    content: '';
    display: table;
}

.ab-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.about-2 {}
.about-2 .item {
  width: 20%;
  height: 260px;
  border-right: 1px solid #ededed;
  padding-top: 36px;
  transition: all 0.4s;
}
.about-2 .item .icon {
  margin-bottom: 30px;
  height: 60px;
  overflow: hidden;
}
.about-2 .item .key-tit {
  font-weight: bold;
  color: #666666;
  margin-bottom: 25px;
}
.about-2 .item .exp {
  font-weight: bold;
  font-size: 18px;
}
.about-2 .item:hover {
  padding-top: 12px;
}
.about-2 .item:hover .icon img {
  transform: translateY(-200px);
  filter: drop-shadow(#004994 0px 200px);
}
.about-3 {
  background: #f7f8fa;
}
.about-3 .item {
  width: 23.83%;
  height: 300px;
  background: #ffffff;
  padding-top: 77px;
  margin-right: 1.56%;
}
.about-3 .item:nth-child(4n+4) {
  margin-right: unset;
}
.about-3 .item .data {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.about-3 .item .data .num {
  font-size: 50px;
  font-family: "Gilroy-Bold";
  color: #004994;
  line-height: 1;
}
.about-3 .item .data .txt {
  font-size: 20px;
  font-weight: bold;
  color: #004994;
  line-height: 2;
}
.about-3 .item .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.about-3 .item .exp {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.fl, [fl] {
    float: left;
}
.hide, [hide] {
    display: none;
}.m-pic img, [m-pic] img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}.m-pic, [m-pic] {
    text-align: center;
    display: block;
    font-size: 0;
}.text-center, [text-center] {
    text-align: center;
}
.clean:after { content:""; display:block; height:0; visibility:hidden; clear:both; }

@media screen and (max-width: 1200px) {
    
    .about-2 .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ededed;
    height: auto;
    padding-bottom: 36px;
}.about-3 .item {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    padding: 30px 0;
}
.ab-title {
    font-size: 26px;margin-bottom:30px;
}
.about-3 .item .data .num {
    font-size: 30px;
}
.about-2 .item .key-tit{
    margin-bottom: 15px;
}
.padd100 {
    padding: 40px 0;
}

}

/*关于*/
.list_about_two{
    padding: 50px 0 150px;
}
.list_about_two ul {
  display: flex;
}

.list_about_two ul li {
  width: 33.3%;
}

.list_about_two ul li {
  padding: 10.9375rem 4rem;
  position: relative;
  z-index: 4;
}

.list_about_two ul li .hover_bian>div {
  background: #fff !important;
}

.list_about_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(74, 168, 214, 0.84);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0);
  z-index: -1;
}

.list_about_two ul li:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.list_about_two ul li>.pr {
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.list_about_two ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 6.875rem;
  margin: 0 auto;
  display: flex;
    justify-content: center;
    align-items: center;
}

.list_about_two ul li .icon img {
  height: 4rem;
  width: 4rem;
}

.list_about_two ul li .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 1.25rem 0 1.25rem;
}

.list_about_two ul li .text {
  text-align: justify;
  color: #FFFFFF;
  text-align-last: center;
  font-size: 1.1rem;
}

.list_about_three {
  padding: 50px 0 180px;
}

.list_about_three .year {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_three .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.4375rem;
  text-align: justify;
  color: #FFFFFF;
}
.list_about_three .text p{
    color: #fff;
}

.list_about_three .jiantou {
  margin-top: 0.625rem;
}

.list_about_three .pr.mt70::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.5625rem);
  left: -3.375rem;
  width: calc(100% + 6.75rem);
  border: 1px dashed #FFFFFF;
}

.list_about_three .swiper-slide {
  height: 15rem;
}

.list_about_three .swiper-slide:nth-child(odd) {
  margin-top: 15rem;
  padding-top: 4.0625rem;
  padding-left: 1.875rem;
}

.list_about_three .swiper-slide:nth-child(even) {
  padding-left: 1.875rem;
}

.list_about_three .swiper-slide:nth-child(even)::before {
  top: auto;
  bottom: -1.125rem;
}

.list_about_three .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #FFFFFF;
  border-radius: 50%;
}

.list_about_three .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5625rem;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
}

.list_about_three .swiper-button-next {
  right: -6.875rem;
}

.list_about_three .swiper-button-prev {
  left: -6.875rem;
}
.title_top.cf div {
    color: #fff;
}
.title {
    font-weight: 700;
    letter-spacing: 6px;
    font-size: 2.7rem;
    line-height: 3.75rem;
    color: #000000;
}
@media (max-width: 1280px){

    .list_about_two{
    padding: 30px 0 80px;
}

    .title {
    font-size: 2.2rem;
    line-height: 3.25rem;
}
}
.pr {
    position: relative;
}.title_top {
  padding-right: 1.25rem;
  position: relative;
  display: inline-block;
  z-index: 2;
/*  margin: 60px 0 30px;*/
}

.title_top.ta {
  display: block;
  padding-right: 0;
}

.title_top.ta::before {
  left: 50%;
  transform: translateX(-50%);
}

.title_top.cf div {
  color: #fff;
}

.title_top.cf::before {
  background: rgba(255, 255, 255, 0.3);
}

.title_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  clip-path: polygon(100% 0, 0% 100%, 50% 100%);
  background: #83c4e3;
  height: 95%;
  width: 5.75rem;
  z-index: -1;
}.ta {
    text-align: center;
}
.hover_bian div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.125rem;
  background: #0c337f;
  z-index: 9;
}

.hover_bian div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  background: #0c337f;
  z-index: 9;
}

.hover_bian div:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.125rem;
  background: #0c337f;
  z-index: 9;
}

.hover_bian div:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.125rem;
  height: 0;
  background: #0c337f;
  z-index: 9;
}

@keyframes bian1 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bian2 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes bian3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bian4 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.hover_bian_hover:hover .hover_bian div:nth-child(1) {
  animation: bian1 0.5s;
  width: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(2) {
  animation: bian2 0.5s;
  height: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(3) {
  animation: bian3 0.5s;
  width: 100%;
}

.hover_bian_hover:hover .hover_bian div:nth-child(4) {
  animation: bian4 0.5s;
  height: 100%;
}
.bgf7 {
    background: #EEF2F6;
}
/*.list_about_three .swiper-button-prev {
    left: -6.875rem;
}*/
.list_about_three .jiantou {
    margin-top: 0.625rem;
}
.list_about_three .jiantou.white {
    background: #fff;
}
.list_about_three .jiantou {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    background: #F8F8F8;
    border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}.list_about_three .jiantou .iconfont {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 1200px)
{

.list_about_three {
  padding: 30px 0 60px;
}


.title {
    font-size: 24px;
    line-height: 40px;
}
.en_title {
    font-size: 14px;
    line-height: 24px;
}.title_top::before {
    height: 90%;
    width: 4.25rem;
}.list_about_two ul {
    flex-wrap: wrap;
}.list_about_two ul li {
    width: 100%;
}.list_about_two ul li {
    padding: 4rem 2rem;
}.list_about_two ul li .icon {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
}.list_about_two ul li .icon img {
    width: 3rem;
    height: 3rem;
}.list_about_two ul li .name {
    margin: 12px 0 8px;
}.text {
    font-size: 14px;
    line-height: 26px;
}.list_about_three .swiper-slide:nth-child(odd) {
    margin-top: 0;
    padding-top: 0;
}.list_about_three .swiper-wrapper .swiper-slide {
    height: auto;
}.list_about_three .swiper-slide {
    padding-bottom: 15px;
}.list_about_three .swiper-wrapper {
    display: block;
}.list_about_three .mt70 {
/*    margin-top: 20px;*/
}.list_about_three .swiper-slide::before {
    top: 8px !important;
    width: 9px !important;
    height: 9px !important;
}.list_about_three .year {
    font-size: 22px;
    line-height: 34px;
}.list_about_three .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}.list_about_three .swiper-slide::after {
    left: 4px;
    top: 10px;
}
.list_about_three .pr.mt70::before{
    display: none;
}
.list_about_three {
    padding-bottom: 3rem;
}
.list_about_three .jiantou{
    display: none;
}
}


.honorlis .text {
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}
.honorlis{
    display: flex;flex-wrap: wrap;
}
.honorlis li{
    width: 23%;margin-right:2.66666% ;
    margin-bottom: 30px;
}
.honorlis li:nth-child(4n){
    margin-right: 0;
}
.honorlis li .bor {
    border: 1px solid #E4E4E4;
    padding: 0.875rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    height: calc(100% - 2.75rem);
    display: flex;
    align-items: center;
}
@media (max-width: 1200px)
{       
    .honorlis li{
    width: 49%;margin-right:2% ;
    margin-bottom: 20px;
}
.honorlis li:nth-child(2n){
    margin-right: 0;
}

}


.padd200{
    padding: 200px 0;
}
@media (max-width: 1200px){
    .padd200{
    padding: 80px 0;
}
}

.slick-slide img.mbn{
    display: none;
}
@media (max-width: 1200px){
    .slick-slide img.mbn{
    display: block;
}
.slick-slide img.pcbn{
    display: none;
}
}


.dbxf,.xfzw{
    display: none;
}
@media (max-width: 1200px){
    .xfzw{
        height: 50px;width: 100%;display: block;
    }
    .dbxf{
    display: flex;position: fixed;width: 100%;left: 0;bottom: 0;z-index: 9999;
}
.dbxf a{
    width: 33.3333%;line-height: 50px;
    font-size: 14px;
    color: #fff;text-align: center;
}
.dbxf a:nth-child(1){
    background: #004893;
}
.dbxf a:nth-child(2){
    background: #05C160;
}
.dbxf a:nth-child(3){
    background: #004994;
}

body:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.index_block .block_box{
    margin: 0;
}
}


.wxh{
    padding: 5px 0 15px;text-align: center;font-weight: bold;
}
.bnbg img{
    width: 100%;
}

.mt50{
    margin-top: 50px;
}
.mt70{
    margin-top: 70px;
}
@media (max-width: 1200px){
    .mt50{
    margin-top: 30px;
}
.mt70{
    margin-top: 30px;
}
}



/*联系*/
.lxwmb_a input {
    vertical-align: middle;
}
.lxwmb_a button, .lxwmb_a input {
    overflow: visible;
}
.lxwmb_a button, .lxwmb_a input, .lxwmb_a optgroup, .lxwmb_a select, .lxwmb_a textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;outline: none;border: 0;
}
.lxwma li:nth-of-type(1) .lxwma_a b{background:#fde8e8;}

.lxwma li:nth-of-type(1) .lxwma_a b i{color: #f26666;}

.lxwma li:nth-of-type(2) .lxwma_a b{background:#e6eeff;}

.lxwma li:nth-of-type(2) .lxwma_a b i{color: #377ffc;}

.lxwma li:nth-of-type(3) .lxwma_a b{background:#e6eeff;}

.lxwma li:nth-of-type(3) .lxwma_a b i{color: #377ffc;}

.lxwma li:nth-of-type(4) .lxwma_a b{background:#ffe9d9;}

.lxwma li:nth-of-type(4) .lxwma_a b i{color: #ff6d00;}

.lxwma_a{text-align: center;transition:.4s;height: auto;overflow: hidden;}

.lxwma_a:hover b{background: #4f5260;border-radius: 50px;}

.lxwma_a b{display: block;font-weight: normal;transition:.8s;width:70px;line-height: 60px;text-align: center;margin:0 auto;border-radius: 10px;margin-bottom: 1rem;}

.lxwma_a i{font-size: 30px;}

.lxwma_a span{display: block;line-height: 30px;font-size: 15px;}

.lxwma_a p{line-height: 30px;transition:.4s;color: #777;}

.lxwma ul{height: auto;overflow: hidden;}

.lxwma li{border-right: 1px solid #eee;}
.lxwma{
    font-size: 16px;
}
.lxwmb{height: auto;overflow: hidden;background:url(/skin/images/lxwmb.jpg) center center no-repeat;font-size: 16px;}

.lxwmtitb{width: 80%;text-align: center;margin:0 auto;color: #fff;}

.lxwmtitb span{display: block;font-weight:600;}

.lxwmb_a .forma input{display: block;float: left; width: 49%;margin-right: 2%;background: #efefef; line-height: 55px;padding-left:2rem;margin-bottom: 1rem;}

.lxwmb_a  textarea{display: block;width: 100%;padding-top: 1rem;padding-left: 2rem;margin-bottom: 2rem;background:#efefef;height: 110px;}

.lxwmb_a .forma input:nth-of-type(2){margin-right: 0px;}

.lxwmb_a .code input{float: left;width: 35%;line-height: 45px;background: #efefef;text-align: center;}

.lxwmb_a .code .verify{float: left;width: 30%;margin: 0 3%;}

.lxwmb_a .code .verify img{max-width: 100%;height: 45px;}

.lxwmb_a .code .submit{float: left;width: 100%; display: block;line-height: 45px;color: #efefef;text-align: center; background: #4f5260;border: 1px solid #4f5260; transition: .4s;}

.lxwmb_a .code .submit:hover{background: #fff;color: #4f5260}

.mes-form{height: auto;overflow: hidden;}

.lxwmb_a .code{width: 36%;margin:0 auto;}

.intita strong{display: block;}

.intita strong i{display: block;text-transform: uppercase;font-weight: 700;font-size: 54px;letter-spacing: -2px; text-align: left;-webkit-text-stroke: 1px rgba(4,4,4,.2);color: transparent;font-family: sans-serif;  }

.intita strong span{display: block;margin-top: -35px;}

.intita a{display: block;width: 150px;line-height: 48px;background: #4f5260;color: #fff;text-align: center;transition:.4s;}

.intita a:hover{background: #ff6a30;}
.pf_40 {
    font-size: 36px;
    line-height: 50px;
}
.text-white {
    color: #fff !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top:1rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
#lxwma ul{
    display: flex;margin: 80px 0;
}
#lxwma ul li{
    width: 25%;
}
#lxwma .intita {
    margin-top: 30px;
}

@media (min-width: 1200px){
    .p-xl-5 {
    padding: 3rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 3rem !important;
}
.pt-3, .py-3 {
    padding-top: 3rem !important;
}
}

@media (max-width: 1200px){
    #lxwma ul{flex-wrap: wrap;margin: 20px 0}
    #lxwma ul li {
    width: 50%;margin: 0px 0;
}
#lxwma .intita {
    margin-top: 20px;
}
.mf_18 {
    font-size: 18px;
    line-height: 35px;
}.intita strong i {
    font-size: 22px;
}
#lxwma,#lxwmb{
    font-size: 14px;
}
.lxwmb_a .code .submit{
    width: 100%;
}
}