@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "bebas";
    src: url(../font/BEBAS.TTF);
}

@font-face {
    font-family: "Roboto";
    src: url(../font/Roboto-Regular.ttf);
}

Roboto-Regular html {
    font-size: 16px;
}

body {
    font-size: 16px;
    color: #333333;
    font-family: 'Microsoft YaHei', Simsun, Arial, Verdana, Sans-serif;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    word-break: break-all;
    font-family: Arial;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div,
ul,
li,
dl,
dt,
dd,
p,
form {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    display: block;
}

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

a:hover,
a:focus {
    text-decoration: none;
    color: #004cae;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:active {
    color: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

select,
input,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.tbl-type {
    display: table;
    width: 100%;
    table-layout: fixed
}

.tbl-cell {
    display: table-cell;
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.valign * {
    display: inline-block;
    vertical-align: middle;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.ellipsis4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.shadow {
    box-shadow: 0 7px 30px rgba(103, 103, 103, .1);
}

.shadow-s2 {
    box-shadow: 2px 7px 10px rgba(103, 103, 103, .3);
}

.hide {
    display: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    width: auto;
    border-radius: 0;
    border: #dddddd 2px solid;
    line-height: normal;
}

.btn-submit {
    color: #ffffff;
    background-color: #004cae;
    width: auto;
    border-radius: 0;
    border: 0;
    line-height: normal;
    font-size: .9rem;
    padding: 10px 40px;
}

.btn-reset {
    color: #333333;
    background-color: #dddddd;
    width: auto;
    border-radius: 0;
    border: 0;
    line-height: normal;
    font-size: .9rem;
    padding: 10px 20px;
}

.btn-view {
    color: #666666;
    background-color: transparent;
    border: #666666 1px solid;
    width: auto;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
}

.btn-view:hover {
    background-color: 5b0f18;
    color: #ffffff;
    border: 5b0f18 1px solid;
}

.btn-more.btn-submit {
    width: 160px;
    padding: 10px 0;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    /*margin-top:30px;*/
    backface-visibility: hidden;
    background: transparent none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    transition-duration: .3s;
    transition-property: color;
    -moz-transform: translateZ(0px);
    -moz-transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: color;
    /*vertical-align:middle;*/
    background: 5b0f18;
}

.btn-box {
    padding: 30px 0;
}

.btn-box .btn-submit {
    margin-right: 20px;
}

.btn-submit:hover {
    color: #fff;
}

.btn-submit:hover::before {
    border-radius: 4px;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.btn-submit:before {
    background: #b60e12 none repeat scroll 0 0;
    border: 0 none;
    padding: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transform: scaleY(0);
    -moz-transform-origin: 50% 50% 0;
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    z-index: -1;
}

.btn.btn-more {
    background: 5b0f18;
    padding: 15px 0;
    border: 1px solid transparent;
    width: 160px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 20px auto 0;
}

.btn.btn-more:hover {
    border: 1px solid 5b0f18;
    color: 5b0f18;
    background: transparent;
}

.btn.btn-more.btn-left {
    margin: 20px 0 0;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px;
    word-break: break-all;
}

.form-control {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    border-radius: 0;
}

.form-control[type="radio"]+label::before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: .4em;
    border-radius: 50%;
    border: 4px solid #dddddd;
    text-indent: .15em;
    line-height: 1;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control[type="radio"]:checked+label::before {
    width: 15px;
    height: 15px;
    border: 4px solid #dddddd;
    background-color: 5b0f18;
}

.form-control[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.form-control[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.red {
    color: 5b0f18;
}

body {
    background-color: #ffffff;
}

.wrap {
    width: 1280px;
    margin: auto;
    padding: 0;
}

.container {
    padding: 40px 0 0;
}

@media screen and (max-width:1280px) {
    .wrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .container {
        padding: 30px 0 0;
    }
}

.iconfont {
    font-size: .7rem;
}

.wp {
    padding: 15px;
}

.wp-h {
    padding-left: 15px;
    padding-left: 15px;
}

.wp-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f3f3f3
}

.bg-about {
    background: url(../images/about-bg.jpg) top center no-repeat;
}

.bg-ea {
    background: #eaeaea;
}

.p-top-xs {
    padding-top: 15px;
}

.p-top-s {
    padding-top: 30px;
}

.p-top-m {
    padding-top: 50px;
}

.p-top-l {
    padding-top: 80px;
}

.p-bot-xs {
    padding-bottom: 15px;
}

.p-bot-s {
    padding-bottom: 30px;
}

.p-bot-m {
    padding-bottom: 50px;
}

.p-bot-l {
    padding-bottom: 80px;
}

.m-top-xs {
    margin-top: 15px;
}

.m-top-s {
    margin-top: 30px;
}

.m-top-m {
    margin-top: 50px;
}

.m-top-l {
    margin-top: 80px;
}

.m-bot-xs {
    margin-bottom: 15px;
}

.m-bot-s {
    margin-bottom: 30px;
}

.m-bot-m {
    margin-bottom: 50px;
}

.m-bot-l {
    margin-bottom: 80px;
}


/*导航 开始*/

.logo {
    float: left;
    /* padding:20px 0;*/
}

.logo a {
    display: block;
}

.logo a img {
    height: 88px;
    margin: 10px 0;
}

@media screen and (max-width:414px) {
    .logo a img {
        height: 30px;
    }
}

@media screen and (max-width:320px) {
    .logo a img {
        height: 25px;
    }
    .menu-button {
        padding: 4px 0;
    }
}


/* .logo-nav{height:80px;}
*/

.nav-shadow {
    box-shadow: 0px 4px 4px rgba(61, 61, 61, .3);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: .5s;
    height: 110px;
}

.nav {
    width: auto;
    float: right;
}

.nav ul li {
    float: left;
    width: auto;
    display: block;
    position: relative;
    margin: 0 10px;
}

.nav ul li .tit span,
.nav ul li .tit i {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.nav ul li .tit {
    padding: 29px 20px;
    text-transform: uppercase;
    font-family: Arial;
    text-align: center;
    font-size: 15px;
    display: block;
    line-height: 26px;
}

.nav ul li .tit::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #004cae;
    transition: 0.4s all;
}

.nav ul li.on .tit::after,
.nav ul li:hover .tit::after {
    height: 110px;
}

.nav ul li:hover .tit,
.nav ul li.on .tit {
    color: #fff;
}

.nav ul li .child {
    background-color: rgba(0, 76, 174, .9);
    border-top: 2px solid #e60012;
    line-height: 32px;
    opacity: 0;
    visibility: hidden;
    /*transition:0.4s;*/
    position: absolute;
    top: 110px;
    left: 50%;
    width: 180px;
    z-index: 99;
    text-align: center;
    transform: translateX(-50%);
}

.nav ul li:hover .child {
    opacity: 1;
    visibility: visible;
    top: 110px;
}

.nav ul li .child a {
    display: block;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    position: relative;
    line-height: 46px;
    font-size: 15px;
    color: #ddd;
    padding: 0 15px;
    border-bottom: 1px solid #074086;
}

.nav ul li .child a:hover {
    color: #fff;
    background: #005db7;
    padding-left: 20px;
}

.nav ul li .child a:hover::before {
    background: url(../img/icon/icon-right2.png) no-repeat center;
    background-size: contain;
}

.nav ul {
    position: relative;
}

.nav ul li:nth-last-child(1) {
    margin-top: 33px;
}

.nav ul li:nth-last-child(1) .tel {
    float: left;
}

.nav ul li:nth-last-child(1) .tel i {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background: url(../img/icon/iocn-tel.png) no-repeat center;
    margin-right: 10px;
}

.nav ul li:nth-last-child(1) .tel .text {
    float: left;
}

.nav ul li:nth-last-child(1) .tel .text span {
    font-size: 18px;
    display: block;
}

.nav ul li:nth-last-child(1) .tel .text b {
    font-family: 'bebas';
    font-size: 18px;
    color: #e50012;
    display: block;
}

.nav ul li:nth-last-child(1) .login {
    float: left;
}

.nav ul li:nth-last-child(1) .login a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/icon/icon-user.png) no-repeat center;
    margin-right: 10px;
}

.header .login2 {
    position: absolute;
    right: 10%;
    top: 15px;
    display: none;
    transition: 0.4s all;
}

.header .login2 a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon/icon-user.png) no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

@media screen and (max-width:1200px) {
    .nav ul li {
        margin: 0 5px;
    }
    .nav-shadow {
        height: 80px;
    }
    .logo a img {
        height: 60px;
    }
    .header .login2 {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .nav {
        margin-right: 20px;
    }
}

@media screen and (max-width:640px) {
    .header .login2 {
        right: 15%;
    }
}

@media screen and (max-width:414px) {
    .header .login2 {
        right: 18%;
    }
}

.header .icon-box {
    float: right;
    padding-top: 26px;
    margin-left: 20px;
}

.menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    padding: 10px 0;
    border-radius: 5px;
}

.menu-button button {
    display: block;
    background: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    border: 0;
    width: 32px;
    height: 30px;
    padding: 0;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.menu-button button::before,
.menu-button button::after,
.menu-button button span {
    background: #414141;
    border-radius: 2px;
}

.menu-button button::before,
.menu-button button::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}

.menu-button button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 80%;
    left: 0;
    top: 50%;
    margin-top: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}

.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span {
    opacity: 0;
    background: #fff;
}

.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}

.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}


/*中等屏幕 w<1200*/


/*pad:w< 992*/

@media screen and (max-width:1200px) {
    .nav {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .smart-nav {
        display: block;
    }
    .smart-nav {
        position: fixed;
        width: 70%;
        z-index: 998;
        left: auto;
        right: -70%;
        top: 0;
        bottom: 0;
        background: rgba(0, 76, 174, 0.9);
        padding-top: 88px;
        overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open {
        right: 0;
    }
    .smart-nav ul {
        display: block;
        width: 100%;
        height: 100%;
        border-top: 1px solid rgba(2, 111, 169, .5);
        overflow-y: auto;
    }
    .smart-nav ul li {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        cursor: pointer;
    }
    .smart-nav ul li .tit {
        font-size: 1rem;
        text-indent: 1em;
        display: block;
        padding: 20px 0;
        color: #ffffff;
        text-transform: uppercase;
    }
    .smart-nav ul li .tit.ignore {
        background: none;
    }
    .smart-nav ul li .child {
        border-top: 1px solid rgba(206, 206, 206, 0.5);
        display: none;
    }
    .smart-nav ul li .child a {
        display: block;
        padding: 5px 0;
        font-size: .9rem;
        line-height: 2;
        color: #eeeeee;
        text-indent: 2em;
    }
    .smart-nav ul li .child a:first-child {
        padding-top: 10px;
    }
    .smart-nav ul li .child a:last-child {
        padding-bottom: 10px;
    }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover {
        background-color: #ffffff;
        color: #004cae;
    }
    .smart-nav ul li:nth-last-child(1) {
        line-height: 60px;
        color: #fff;
        padding-left: 15px;
    }
    .smart-nav ul li .tit i {
        font-size: 12px;
        color: #5999ea;
    }
}

@media screen and (max-width:640px) {
    .smart-nav {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .menu-button {
        padding: 4px 0;
    }
}


/*导航 结束*/


/*banner 开始*/

.banner-box {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.banner-box .banner-m2 {
    display: none;
}

.banner-box .swiper-button-prev {
    background: url(../img/icon/icon-prev.png) no-repeat center;
    width: 60px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    background-size: contain;
}

.banner-box .swiper-button-next {
    background: url(../img/icon/icon-next.png) no-repeat center;
    width: 60px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    background-size: contain;
}

.banner-box .swiper-pagination {
    display: none;
}

@media screen and (max-width:1200px) {
    .banner-box {
        margin-top: 80px;
    }
}

@media screen and (max-width:992px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        width: 50px;
        height: 86px;
    }
}

@media screen and (max-width:768px) {
    .banner-box .banner-m1 {
        display: none;
    }
    .banner-box .banner-m2 {
        display: block;
    }
    .banner-box .banner-animation {
        display: none;
    }
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        display: none;
    }
    .banner-box .swiper-pagination {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        width: 40px;
        height: 68px;
    }
    .banner-box .swiper-button-prev {
        left: -2%;
    }
    .banner-box .swiper-button-next {
        right: -2%;
    }
}


/*banner 结束*/


/*分页 开始*/

.pager {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
    background: #f0f0f0;
}

.pager a,
.pager strong {
    display: inline-block;
    border: 1px solid #004cae;
    padding: 5px 10px;
    margin: 0 4px;
}

.pager a:hover,
.pager strong {
    background: #004cae;
    color: #fff;
}


/*分页 结束*/


/* 首页关于我们 开始 */

.inx-abo {
    background: url(../img/abo-m4.jpg) no-repeat right bottom;
}

.inx-abo .bg2 {
    background: url(../img/abo-m1.jpg) no-repeat left top;
    padding: 40px 0;
    background-size: 36% 100%;
}

.inx-abo .img-box {
    position: relative;
    float: left;
    width: calc(50% - 50px);
    margin-right: 50px;
}

.inx-abo .img-box .abo-more {
    position: absolute;
    width: 86px;
    height: 86px;
    background: url(../img/abo-m2.png) no-repeat center;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.inx-abo .img-box img {
    width: 100%;
    height: 100%;
}

.inx-abo .text-box {
    float: left;
    width: calc(50% - 25px);
    margin-left: 25px;
}

.inx-abo .text-box h2 {
    font-size: 42px;
    color: #004cae;
    font-weight: bold;
    text-transform: uppercase;
}

.inx-abo .text-box h3 {
    font-size: 28px;
    color: #1b2634;
    font-weight: bold;
    margin-top: 10px;
}

.inx-abo .text-box span {
    display: block;
    width: 60px;
    height: 2px;
    background: #d70313;
    margin: 20px 0;
}

.inx-abo .text-box p {
    line-height: 38px;
    color: #666;
    font-size: 16px;
}

.inx-abo .text-box .other-btn {
    margin-top: 40px;
}

.inx-abo .text-box .other-btn a {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-left: 15px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
}

.inx-abo .text-box .other-btn a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #d70313;
    border-radius: 8px;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.inx-abo .text-box .other-btn a::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(136, 136, 136, 0.15);
    border-radius: 30px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.4s;
}

.inx-abo .text-box .other-btn a:hover::after {
    background: rgba(0, 76, 174, .3);
}

@media screen and (max-width:1200px) {
    .inx-abo .img-box {
        width: calc(55% - 30px);
        margin-right: 30px;
    }
    .inx-abo .text-box {
        width: calc(45% - 25px);
    }
}

@media screen and (max-width:992px) {
    .inx-abo .img-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inx-abo .text-box {
        width: 100%;
        margin-left: 0;
    }
    .inx-abo .bg2 {
        background: no-repeat;
        padding: 0;
    }
    .inx-abo .img-box {
        padding-right: 40px;
    }
    .inx-abo .img-box .abo-more {
        right: 0;
    }
    .inx-abo {
        background: none;
    }
}

@media screen and (max-width:768px) {
    .inx-abo .text-box h2 {
        font-size: 36px;
    }
    .inx-abo .text-box h3 {
        font-size: 20px;
    }
    .inx-abo .text-box .other-btn a {
        width: calc(50% - 20px);
    }
}


/* 首页关于我们 结束 */


/* 首页 产品切换 开始 */

.inx-pro .wrap {
    position: relative;
}

.inx-pro .tit-box {
    margin-bottom: 40px;
}

.inx-pro .tit-box h2 {
    border-left: 6px solid #004cae;
    height: 42px;
}

.inx-pro .more-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 140px;
    line-height: 42px;
    color: #fff;
    background: #004cae;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.4s all;
    border: 1px solid #004cae;
}

.inx-pro .more-btn:hover {
    background: #fff;
    color: #004cae;
}

.inx-pro .tit-box h2 span {
    display: inline-block;
    font-size: 42px;
    color: #004cae;
    line-height: 48px;
    font-weight: bold;
    padding-left: 20px;
}

.inx-pro .tit-box h2 i {
    display: inline-block;
    font-size: 28px;
    color: #1b2634;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: bold;
    margin-left: 10px;
}

.list-pro-box {
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.list-pro-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #004cae;
    transition: 0.4s all;
}

.list-pro-box:hover::after {
    width: 100%;
}

.list-pro-box a {
    display: block;
    position: relative;
    overflow: hidden;
}

.list-pro-box a::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    left: -94px;
    top: -94px;
    transition: 0.4s all;
    background: url(../img/icon/icon-search.png) no-repeat center;
    z-index: 3;
}

.list-pro-box a:hover::before {
    left: -15px;
    top: -15px;
}

.list-pro-box .tit {
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}

.list-pro-box .img-box {
    overflow: hidden;
}

.list-pro-box .img-box img {
    width: 100%;
    transition: 0.4s all;
}

.list-pro-box span {
    font-size: 16px;
    color: #d70313;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.list-pro-box span i {
    display: inline-block;
    width: 13px;
    height: 39px;
    background: url(../img/icon/icon-jiantou1.png) no-repeat right;
    transition: 0.4s all;
    vertical-align: middle;
}

.inx-pro .pro-con .list-pro-box:hover .img-box img {
    transform: scale(1.05);
}

.inx-pro .pro-con .list-pro-box:hover span i {
    background-position-x: left;
}

.inx-pro .swiper-container .swiper-pagination {
    display: none;
}

@media screen and (max-width:768px) {
    .inx-pro .swiper-button-prev {
        display: none;
    }
    .inx-pro .swiper-button-next {
        display: none;
    }
    .inx-pro .tit-box h2 span {
        font-size: 36px;
    }
    .inx-pro .tit-box h2 i {
        display: none;
    }
    .inx-pro .swiper-container {
        padding-bottom: 40px;
    }
    .inx-pro .swiper-container .swiper-pagination {
        display: block;
    }
}

@media screen and (max-width:640px) {
    .inx-pro .more-btn {
        position: static;
        margin: 20px auto 0;
    }
}

@media screen and (max-width:414px) {
    .inx-pro .tit-box h2 {
        float: none;
    }
    .inx-pro .more-btn {
        float: none;
        display: block;
        width: 120px;
        margin-top: 20px;
        line-height: 48px;
        color: #fff;
        background: #004cae;
        font-size: 15px;
        text-align: center;
        border-radius: 8px;
        transition: 0.4s all;
        border: 1px solid #004cae;
    }
}


/* 首页 产品切换 结束 */


/* 首页 优势开始 */

.inx-adv .top-tit {
    background: url(../img/adv-m7.png) no-repeat center top;
    height: 200px;
}

.inx-adv .top-tit .img-box {
    position: relative;
}

.inx-adv .top-tit .img-box::before {
    content: '';
    position: absolute;
    width: 355px;
    height: 285px;
    background: url(../img/adv-m8.png) no-repeat center;
    background-size: contain;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    z-index: 3;
}

.inx-adv .top-tit .img1 {
    float: left;
    margin-top: 70px;
}

.inx-adv .top-tit .img2 {
    float: right;
    margin-top: 70px;
}

@media screen and (max-width:1366px) {
    .inx-adv .top-tit .img1 {
        width: 300px;
    }
    .inx-adv .top-tit .img2 {
        width: 170px;
    }
}

@media screen and (max-width:992px) {
    .inx-adv .top-tit {
        height: 140px;
    }
    .inx-adv .top-tit .img1,
    .inx-adv .top-tit .img2 {
        margin-top: 50px;
    }
    .inx-adv .top-tit .img1 {
        width: 230px;
    }
    .inx-adv .top-tit .img2 {
        width: 140px;
    }
    .inx-adv .top-tit .img-box::before {
        width: 240px;
        height: 205px;
    }
}

@media screen and (max-width:768px) {
    .inx-adv .top-tit .img-box::before {
        display: none;
    }
    .inx-adv .top-tit .img1 {
        width: 200px;
    }
    .inx-adv .top-tit .img2 {
        width: 125px;
    }
}

@media screen and (max-width:414px) {
    .inx-adv .top-tit .img1,
    .inx-adv .top-tit .img2 {
        margin-top: 30px;
    }
    .inx-adv .top-tit {
        height: 100px;
    }
    .inx-adv .top-tit .img1 {
        width: 170px;
    }
    .inx-adv .top-tit .img2 {
        width: 110px;
    }
}


/* 优势内容开始 */

.inx-adv .bg2 {
    background: url(../img/adv-m4.jpg) no-repeat center top;
    padding: 80px 0 40px;
    background-size: cover;
}

.inx-adv ul li.box1 .img-box {
    float: right;
}

.inx-adv ul li.box1 .text-box {
    float: left;
}

.inx-adv ul li.box .img-box {
    width: 40%;
}

.inx-adv ul li.box .text-box {
    width: 50%;
}

.inx-adv ul li.box1 .text-box .text1 {
    padding-left: 120PX;
    background: url(../img/adv-num1.png) no-repeat left;
    margin: 0 0 30px;
}

.inx-adv ul li.box1 .text-box .text2 {
    padding-left: 120PX;
    background: url(../img/adv-num2.png) no-repeat left;
}

.inx-adv ul li.box h2 {
    font-size: 24px;
    color: #004cae;
    font-style: italic;
    font-weight: bold;
}

.inx-adv ul li.box h3 {
    font-size: 15px;
    color: #333;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 2px solid #004cae;
    margin-bottom: 10PX;
}

.inx-adv ul li.box h4 {
    font-size: 15px;
    color: #666;
    font-style: italic;
    line-height: 26px;
    min-height: 52px;
}

.inx-adv ul li.box2 {
    margin-top: 30px;
}

.inx-adv ul li.box2 .img-box {
    float: left;
}

.inx-adv ul li.box2 .text-box {
    float: right;
}

.inx-adv ul li.box2 .text-box .text1 {
    padding-left: 120PX;
    background: url(../img/adv-num3.png) no-repeat left;
    margin: 0 0 30px;
}

.inx-adv ul li.box2 .text-box .text2 {
    padding-left: 120PX;
    background: url(../img/adv-num4.png) no-repeat left;
}

@media screen and (max-width:992px) {
    .inx-adv ul li.box2 .img-box {
        margin-top: 30px;
    }
}

@media screen and (max-width:768px) {
    .inx-adv ul li.box .img-box img {
        width: 100%;
    }
    .inx-adv ul li.box .img-box,
    .inx-adv ul li.box .text-box {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}


/* 优势内容结束 */


/* 首页 优势结束 */


/* 首页新闻 开始 */

.inx-news .tit-box {
    float: left;
    width: 20%;
}

.inx-news .tit-box h2 {
    font-size: 42px;
    color: #004cae;
    font-weight: bold;
}

.inx-news .tit-box span {
    display: block;
    width: 48px;
    height: 4px;
    background: #004cae;
    margin: 20px 0;
}

.inx-news .tit-box h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.inx-news .text-list {
    width: 75%;
    float: right;
}

.inx-news .list-news-box {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin: 4px;
    transition: 0.4s all;
    position: relative;
}

.inx-news .list-news-box .time {
    display: block;
    color: #999;
    font-size: 20px;
}

.inx-news .list-news-box .tit {
    color: #999;
    font-size: 22px;
    margin: 10px 0;
    transition: 0.4 all;
}

.inx-news .list-news-box .text {
    color: #999;
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0;
    min-height: 73px;
}

.inx-news .list-news-box .more {
    display: block;
    width: 100px;
    line-height: 36px;
    border: 1px solid #004cae;
    font-size: 14px;
    color: #004cae;
    text-align: center;
}

.inx-news .list-news-box .img-box {
    overflow: hidden;
    background: url(../img/new-m2.jpg) no-repeat center;
    background-size: contain;
    min-height: 145px;
}

.inx-news .list-news-box .img-box img {
    transition: 0.4s all;
    width: 100%;
}

.inx-news .swiper-container {
    padding-bottom: 40px;
}

.inx-news .list-news-box:hover {
    box-shadow: 0px 0px 4px rgba(61, 61, 61, .3);
}

.inx-news .list-news-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    z-index: 2;
    background: #004cae;
    transition: 0.4s all;
}

.inx-news .list-news-box:hover::after {
    width: 100%;
}

.inx-news .list-news-box:hover .tit {
    color: #004cae;
}

.new-bd .text-list {
    display: none;
}

.new-bd .text-list.on {
    display: block;
}

.new-hd .new-tit {
    display: block;
    width: 140px;
    line-height: 48px;
    color: #333;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-top: 20px;
}

.new-hd .new-tit.on {
    background: #004cae;
    border-color: #004cae;
    color: #fff;
}

.inx-news .more-btn {
    display: block;
    color: #333;
    font-size: 15px;
    width: 70px;
    text-align: center;
    padding-top: 90px;
    background: url(../img/new-m3.png) no-repeat center top;
    margin-top: 30px;
}

@media screen and (max-width:1200px) {
    .inx-news .tit-box {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .inx-news .text-list {
        float: none;
        width: 100%;
    }
    .inx-news .tit-text,
    .inx-news .new-hd,
    .inx-news .more-btn {
        float: left;
        margin-right: 30px;
    }
}

@media screen and (max-width:640px) {
    .inx-news .tit-text {
        float: none;
        text-align: center;
    }
    .inx-news .tit-text h2 {
        font-size: 36px;
    }
    .inx-news .tit-text h3 {
        font-size: 20px;
    }
    .inx-news .tit-text span {
        margin: 20px auto;
    }
    .con-comNews .more-btn {
        float: right;
    }
}


/* 首页新闻 结束 */


/* footer 开始 */

.footer {
    background: #1e2a3b;
    padding: 30px 0;
    border-top: 4px solid #004cae;
    padding: 30px 0;
}

.footer .foot-fl {
    float: left;
    width: 70%;
}

.footer .foot-fl ul li {
    float: left;
    width: calc(100% / 5 - 30px);
    margin-right: 30px;
    position: relative;
    height: 100%;
    padding-left: 15px;
}

.footer .foot-fl ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #5b626c;
    z-index: 1;
}

.footer .foot-fl ul li::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    top: 0;
    height: 15px;
    background: #d70313;
    z-index: 2;
}

.footer .foot-fl ul li:nth-last-child(1):after,
.footer .foot-fl ul li:nth-last-child(1)::before {
    content: none;
}

.footer .foot-fl ul li:nth-last-child(1) {
    margin-right: 0;
}

.footer .foot-fl ul li .tit {
    font-size: 16px;
    color: #fff;
}

.footer .foot-fl ul li .child {
    margin-top: 15px;
}

.footer .foot-fl ul li .child a {
    font-size: 13px;
    color: #c4c4c4;
    display: block;
    line-height: 32px;
    transition: 0.4s;
}

.footer .foot-fl ul li .child a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer .foot-fr {
    float: right;
    width: 30%;
    position: relative;
}

.footer .foot-fr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 230px;
    background: url(../img/foot-bg.png) no-repeat center;
    top: -20px;
}

.footer .foot-fr span {
    display: block;
    color: #fff;
}

.footer .foot-fr b {
    font-family: 'bebas';
    color: #d70313;
    font-size: 28px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.footer .foot-fr p {
    color: #fff;
    font-size: 14px;
    line-break: 30px;
}

.footer .copyRight {
    border-top: 1px solid;
    margin-top: 30px;
}

.footer .copyRight p {
    float: left;
    padding-top: 15px;
    font-size: 14px;
    color: #dadada;
}

.footer .copyRight a {
    float: right;
    color: #dadada;
    padding-top: 15px;
    font-size: 14px;
}

.footer .copyRight a:hover {
    color: #004cae;
}

@media screen and (max-width:992px) {
    .footer .foot-fl ul li {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .footer .foot-fl,
    .footer .foot-fr {
        float: none;
        width: 100%;
    }
    .footer .foot-fl ul li {
        margin: 0 20px;
        width: calc(100% / 5 - 40px);
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    .footer .foot-fl {
        display: none;
    }
    .footer .foot-fr {
        text-align: center;
    }
    .footer .foot-fr::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer .copyRight p,
    .footer .copyRight a {
        float: none;
        line-height: 20px;
        text-align: center;
        display: block;
    }
}


/* footer 结束 */


/* 内页banner 开始 */

.nbanner-box {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.nbanner-box .box {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.nbanner-box .tit {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.nbanner-box .tit span {
    display: block;
    font-size: 40px;
}

.nbanner-box .tit i {
    font-size: 24px;
    display: block;
    margin-top: 15px;
}

@media screen and (max-width:1200px) {
    .nbanner-box {
        margin-top: 80px;
    }
}

@media screen and (max-width:768px) {
    .nbanner-box .tit span {
        font-size: 34px;
    }
    .nbanner-box .tit i {
        font-size: 18px;
    }
}

@media screen and (max-width:640px) {
    .nbanner-box .tit {
        top: 30%;
    }
    .nbanner-box .tit span {
        font-size: 30px;
    }
    .nbanner-box .tit i {
        font-size: 16px;
    }
}

@media screen and (max-width:440px) {
    .nbanner-box .tit span {
        font-size: 26px;
    }
    .nbanner-box .tit i {
        font-size: 15px;
    }
}

@media screen and (max-width:414px) {
    .nbanner-box {
        margin-top: 70px;
    }
}


/* 内页banner 结束 */


/* 面包屑地址 开始 */

.WebMap {
    border-bottom: 1px solid #E0E0E0;
}

.WebMap .add a,
.WebMap .add span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
    line-height: 52px;
}

.WebMap .add a:first-child {
    position: relative;
    padding-left: 25px;
}

.WebMap .add a:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 36%;
    width: 14px;
    height: 12px;
    background: url(../img/icon/icon-home.png) no-repeat center;
}

.WebMap .add a:hover {
    color: #004cae;
}

.WebMap .add {
    float: right;
}

.WebMap .sub-menu {
    float: left;
}

.WebMap .sub-menu a {
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 52px;
    position: relative;
    margin-right: 20px;
    text-transform: capitalize;
}

.WebMap .sub-menu a.on {
    color: #004cae;
}

.WebMap .sub-menu a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #004cae;
    left: 0;
    bottom: 0;
    transition: 0.4s all;
}

.WebMap .sub-menu a.on::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #004cae;
    left: 0;
    bottom: 0;
}

.WebMap .sub-menu a:hover {
    color: #004cae;
}

.WebMap .sub-menu a:hover::before {
    width: 100%;
}

.WebMap .sub-menu a::after {
    content: '';
    width: 1px;
    height: 36px;
    background: #f5f5f5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {
    .WebMap .add {
        width: 100%;
        float: none;
    }
    .WebMap .sub-menu {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .WebMap .add {
        float: none;
        width: 100%;
    }
    .WebMap .sub-menu {
        float: none;
        width: 100%;
    }
}

.con {
    background: #f0f0f0;
    padding-top: 40px;
}

.con .bg {
    background: #fff;
    padding: 40px;
    padding-top: 30px;
}

@media screen and (max-width:414px) {
    .con .bg {
        padding: 20px;
    }
}


/* 面包屑地址 结束 */


/* 内容 简介 开始 */

.con .tit {
    margin-bottom: 20px;
}

.con .tit span {
    display: block;
    width: 30px;
    height: 6px;
    background: #004cae;
    margin-bottom: 20px;
}

.con .tit h2 {
    font-size: 42px;
    color: #222;
}

@media screen and (max-width:640px) {
    .con .tit h2 {
        font-size: 36px;
    }
}

.con-abo .text p {
    line-height: 32px;
    color: #666;
    text-indent: 32px;
    font-size: 15px;
    margin-bottom: 15px;
}


/* 内容 简介 结束 */


/*内容 荣誉证书 开始*/

.con-hon {
    padding: 40px 0;
}

.con-hon ul li {
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.con-hon ul li .img-box {
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 20px;
}

.con-hon ul li .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.con-hon ul li:hover .img-box img {
    transform: scale(1.05);
}

.con-hon ul li p {
    line-height: 52px;
    text-align: center;
    color: #666;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.con-hon ul li p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #0f489f;
    left: 0;
    top: 0;
}

.con-hon ul li:hover p {
    color: #0f489f;
}

.con-hon ul li:hover {
    border-color: #0f489f;
}

.con-hon ul li {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.con-hon ul li:before,
.con-hon ul li:after {
    content: "";
    opacity: 0;
    z-index: 3;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.con-hon ul li:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid;
    border-left: 1px solid;
}

.con-hon ul li:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.con-hon ul li:hover::before {
    opacity: 1;
    bottom: 0;
    right: 0px;
    border-color: #0f489f;
}

.con-hon ul li:hover::after {
    opacity: 1;
    top: 0px;
    left: 0px;
    border-color: #0f489f;
}

.con-hon ul li:hover {
    border-color: transparent;
}

@media screen and (max-width:768px) {
    .con-hon ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:375px) {
    .con-hon ul li {
        width: 100%;
        margin: 10px 0;
    }
}


/*内容 荣誉证书 结束*/


/* 关于我们 开始*/

.con-about {
    position: relative;
    padding: 30px 0;
    margin: 30px 0;
}

.con-about .wrap {
    position: relative;
}

.con-about .text-box {
    float: left;
    /* width:60%;*/
}

.con-about .text-box .tit {
    font-family: 'Roboto';
    float: left;
    width: 100%;
    line-height: 144px;
    font-size: 120px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.con-about .text-box .name {
    font-size: 30px;
    color: #004cae;
    margin-bottom: 20px;
}

.con-about .text-box p {
    width: 45%;
    line-height: 32px;
    color: #666;
    text-indent: 32px;
}

.con-about .img-box {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 48%;
}

.con-about .img-box img {
    float: left;
    width: 100%;
}

.con-about .img-box .img1 {
    width: 90%;
}

.con-about .img-box .img2 {
    width: calc(10% - 10px);
    padding-top: 200px;
    margin-left: 10px;
    width: auto;
}

.con-about::after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #004cae;
    z-index: -2;
}

@media screen and (max-width:1280px) {
    .con-about .text-box .tit {
        font-size: 95px;
    }
    .con-about .img-box {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .con-about .img-box .img2 {
        display: none;
    }
    .con-about .img-box .img1 {
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .con-about {
        margin: 0;
    }
    .con-about .img-box {
        position: static;
        float: none;
        width: 40%;
        margin-right: 30px;
    }
    .con-about::after {
        content: none;
    }
    .con-about .text-box {
        width: 55%;
        float: right;
    }
    .con-about .text-box .tit {
        font-size: 32px;
        line-height: 1;
        float: none;
    }
    .con-about .text-box p {
        width: auto;
    }
}

@media screen and (max-width:992px) {
    .con-about .img-box {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .con-about .text-box {
        width: 100%;
        float: none;
    }
}


/* 关于我们 结束 */

.con-com-box .auto {
    max-width: 1600px;
}

.con-com-box h3 {
    margin: 0;
    font-size: 18px;
}

.con-com-box p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.con-com-box .ul ol {
    background-color: #fff;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}

.con-com-box .ul ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.con-com-box .ul ol .Ispic img {
    display: none;
}

.con-com-box .ul ol div {
    padding: 5% 10% 3% 5%;
}

.con-com-box .ul ol h3 a {
    color: #004cae;
    font-size: 15px;
}

.con-com-box .ul ol h3 a:hover {
    color: #004cae;
}

.con-com-box .ul ol time {
    display: block;
    padding: 3% 0;
    transition: 1s;
}

.con-com-box .ul ol p {
    margin: 0 0 3% 0;
    min-height: 78px;
    font-size: 15px;
}

.con-com-box .ul ol span a {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #004cae;
    font-size: 12px;
    border: 1px solid #004cae;
    transition: all 0.5s;
}

.con-com-box .ul ol span a:hover {
    background: none;
    color: #004cae;
}

.con-com-box .ul ol:hover time {
    padding-left: 15px;
}

.con-com-box .ul li {
    display: block;
    overflow: hidden;
    padding-left: 160px;
    padding-right: 58px;
    position: relative;
    margin-bottom: 2%;
    background-color: #f5f5f5;
    transition: .5s;
}

.con-com-box .ul li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../img/icon/news_list-more.png) no-repeat center center;
    border-left: 1px solid #eee;
}

.con-com-box .ul li h3 {
    transition: 1s;
    font-size: 15px;
}

.con-com-box .ul li h3 a:hover {
    color: #004cae;
}

.con-com-box .ul li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.con-com-box .ul li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

.con-com-box .ul li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.con-com-box .ul li time i {
    font-style: normal;
    transition: 1s;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}

.con-com-box .ul li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 9px;
    width: 50%;
    max-width: 66px;
    background: url(../img/bg1.png) no-repeat center;
}

.con-com-box .ul li div p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.con-com-box .ul li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.con-com-box .ul li:hover h3 {
    padding-left: 20px;
}

.con-com-box .ul li:hover h3 a {
    color: #004cae;
}

.con-com-box .ul li time i {
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    /* padding-bottom:15px;*/
    margin-bottom: 15px;
}

.con-com-box .ul li:hover time i {
    color: #004cae;
}

@media(max-width:640px) {
    .con-com-box .ul ol {
        padding-left: 0;
    }
    .con-com-box .ul ol .Ispic {
        width: auto;
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 60%;
    }
    .con-com-box .ul ol div {
        padding: 3%;
    }
}

@media(max-width:1000px) {
    .con-com-box .ul li {
        padding-left: 100px;
        padding-right: 30px;
    }
    .con-com-box .ul li:after {
        width: 30px;
        background-size: 35% auto;
    }
    .con-com-box .ul li time {
        width: 100px;
    }
    .con-com-box .ul li time span {
        font-size: 14px;
    }
    .con-com-box .ul li time i {
        font-size: 40px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    .news_list ol {
        padding-left: 0;
    }
    .news_list ol .Ispic {
        width: auto;
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 60%;
    }
    .news_list ol div {
        padding: 3%;
    }
    .con-com-box .ul li {
        padding-left: 100px;
        padding-right: 30px;
    }
    .con-com-box .ul li:after {
        display: none;
    }
}

@media(max-width:480px) {
    .con-com-box .ul li {
        padding-left: 80px;
    }
    .con-com-box .ul li time {
        width: 80px;
    }
    .con-com-box .ul li time i {
        font-size: 30px;
    }
    .news_list h3 {
        font-size: 16px;
    }
    .news_list p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }
    .news_list ol p {
        height: 60px;
    }
}


/*内容 新闻中心 结束*/


/* 新闻 开始 */

.com-news ul li {
    width: calc(100% / 3 - 30px);
    margin: 20px 15px;
    float: left;
}

.com-news .list-news-box {
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    margin: 4px;
    transition: 0.4s all;
    position: relative;
}

.com-news .list-news-box .time {
    display: block;
    color: #999;
    font-size: 20px;
}

.com-news .list-news-box .tit {
    color: #999;
    font-size: 22px;
    margin: 10px 0;
    transition: 0.4 all;
}

.com-news .list-news-box .text {
    color: #999;
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0;
    min-height: 73px;
}

.com-news .list-news-box .more {
    display: block;
    width: 100px;
    line-height: 36px;
    border: 1px solid #004cae;
    font-size: 14px;
    color: #004cae;
    text-align: center;
}

.com-news .list-news-box .img-box {
    overflow: hidden;
    background: url(../img/new-m2.jpg) no-repeat center;
    background-size: contain;
    min-height: 145px;
}

.com-news .list-news-box .img-box img {
    transition: 0.4s all;
    width: 100%;
}

.com-news .swiper-container {
    padding-bottom: 40px;
}

.com-news .list-news-box:hover {
    box-shadow: 0px 0px 4px rgba(61, 61, 61, .3);
}

.com-news .list-news-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    z-index: 2;
    background: #004cae;
    transition: 0.4s all;
}

.com-news .list-news-box:hover::after {
    width: 100%;
}

.com-news .list-news-box:hover .tit {
    color: #004cae;
}

.com-news .more-btn {
    display: block;
    color: #333;
    font-size: 15px;
    width: 70px;
    text-align: center;
    padding-top: 90px;
    background: url(../img/new-m3.png) no-repeat center top;
    margin-top: 30px;
}

@media screen and (max-width:1200px) {
    .com-news ul li {
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:992px) {
    .com-news ul li {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:640px) {
    .com-news ul li {
        width: 100%;
        margin: 10px 0;
    }
}


/* 新闻 结束 */


/*内页 详情 开始*/

.news_detail .content {
    padding: 2%;
    border: 1px solid #eaeaea;
    margin-top: 50px;
    margin-bottom: 100px;
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .Abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(252, 251, 253, 1);
}

.news_detail .text,
.news_detail .text span,
.news_detail .text p,
.news_detail .text div {
    font-size: 15px!important;
    line-height: 28px!important;
    font-family: "微软雅黑"!important;
}

.news_detail .Vice-title {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_detail .Vice-title .e-title {
    color: #c8c8c8;
}

.news_detail .Vice-title .e-title:nth-child(1) {
    background: url(../img/e-title.jpg)no-repeat left center;
    padding-left: 15px;
}

.news_detail .Vice-title .e-title:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .Vice-title .e-title:nth-child(3) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .text img {
    display: block;
    margin: auto;
}

.news_detail span.center {
    text-align: center;
    display: block;
    font-size: 16px;
}

.news_detail .img {
    max-width: 100%
}

.news_detail .fanye {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
}

.news_detail .fanye .prev {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye .next {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye a:hover {
    color: #1A583D
}

.news_detail .fanye span {
    color: #999;
}

.news_detail .detail-text {
    text-indent: 32px;
    line-height: 32px;
}

.news_detail .img-box {
    text-align: center;
}


/*内页 详情 开始*/


/* 内容 厂房 开始*/

.con-fac .list-l5 ul li {
    float: left;
    margin-bottom: 20px;
    width: calc(100% / 3 - 30px);
    margin: 10px 15px;
}

.con-fac .list-l5 ul li a {
    display: block;
    border: 1px solid #eeee;
}

.con-fac .list-l5 ul li a .img-box {
    padding: 10px 10px 0 10px;
    overflow: hidden;
    text-align: center;
}

.con-fac .list-l5 ul li a .img-box img {
    transition: 1s;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.con-fac .list-l5 ul li span {
    display: block;
    line-height: 52px;
    text-align: center;
    transition: 1s;
}

.con-fac .list-l5 ul li a:hover .img-box img {
    transform: scale(1.05);
}

.con-fac .list-l5 ul li a:hover span {
    background: #004cae;
    color: #fff;
}

@media screen and (max-width:768px) {
    .con-fac .list-l5 ul li {
        width: calc(100% / 3 - 20px);
    }
}


/* 内容 厂房 结束*/


/* 产品中心 开始 */

.con-pro ul li {
    float: left;
    width: calc(100% / 3 - 30px);
    margin: 10px 15px;
}

@media screen and (max-width:768px) {
    .con-pro ul li {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width:640px) {
    .con-pro ul li {
        width: 100%;
        margin: 10px 0;
    }
}


/* 产品中心 结束 */


/* 产品商城详情 开始 */


/* .RighInfo001277 */

.RighInfo001277 {
    padding: 2% 0;
}

.RighInfo001277 .list_img {
    width: 100%;
    position: relative;
}

.RighInfo001277 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo001277 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
}

.RighInfo001277 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
    position: relative;
}

.RighInfo001277 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../img/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo001277 .list a.prev {
    top: 0;
}

.RighInfo001277 .list a.next {
    bottom: 0;
    background-image: url(../img/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
    cursor: default;
}

.RighInfo001277 .list li {
    height: 114px;
    position: relative;
}

.RighInfo001277 .list li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    bottom: 9px;
    background-size: contain;
    border: 1px solid #f2f2f2;
}

.RighInfo001277 .list li.on figure {
    border: 2px solid #004cae;
}

@media(max-width:768px) {
    .RighInfo001277 .list_img,
    .RighInfo001277 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo001277 .list li {
        height: 100px;
    }
    .RighInfo001277 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo001277 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo001277 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo001277 .list a {
        height: 28px;
    }
    .RighInfo001277 .list li {
        height: 80px;
    }
    .RighInfo001277 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo001277 .tab .h1_tab span {
        padding: 0 3%;
    }
}

.RighInfo001277 .tab {
    padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo001277 .tab .h1_tab span {
    float: left;
    padding: 0 3%;
    line-height: 50px;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
    background-color: #004cae;
    color: #fff;
}

.RighInfo001277 .tab .info {
    padding-top: 3%;
}

.RighInfo001277 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../images/RighInfo001277-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
    padding: 0 38px;
    background: url(../images/RighInfo001277-icon.png) no-repeat left center;
}

.RighInfo001277 .tab .info ul li {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
    border: 1px solid #ddd;
}

.RighInfo001277 .tab .info ul li .img-box {
    overflow: hidden;
}

.RighInfo001277 .tab .info ul li .img-box img {
    width: 100%;
    transition: 0.4s;
}

.RighInfo001277 .tab .info ul li p {
    line-height: 36px;
    text-align: center;
    background: #ddd;
}

.RighInfo001277 .tab .info ul li:hover .img-box img {
    transform: scale(1.05);
}

.RighInfo001277 .tab .info ul li:hover p {
    background: #004cae;
    color: #fff;
}

.RighInfo001277 .tab .info ul li:hover {
    border-color: #004cae;
}

@media(max-width:768px) {
    .RighInfo001277 .list_img,
    .RighInfo001277 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo001277 .list li {
        height: 100px;
    }
    .RighInfo001277 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo001277 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo001277 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo001277 .list a {
        height: 28px;
    }
    .RighInfo001277 .list li {
        height: 80px;
    }
    .RighInfo001277 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo001277 .tab .h1_tab span {
        padding: 0 3%;
    }
}


/*案例 内容 开始*/

.RighInfo001277 .tab .info {
    position: relative;
}

.RighInfo001277 .tab .info .img-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #b4bdc6;
    box-sizing: border-box;
    margin: 2px 2px 0;
    text-align: center;
}

.RighInfo001277 .tab .info .img-box img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.RighInfo001277 .tab .info p {
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 48px;
    background: #B4BDC6;
    color: #333;
}

.RighInfo001277 .tab .info a {
    display: block;
}

.RighInfo001277 .tab .info .swiper-slide:hover .img-box img {
    transform: scale(1.05);
}

.RighInfo001277 .tab .info .swiper-button-prev {
    left: -70px;
    width: 45px;
    height: 65px;
    background-size: contain;
    background: url(../img/icon/icon-fl1.png) no-repeat center;
    top: calc(50% - 10px);
}

.RighInfo001277 .tab .info .swiper-button-next {
    right: -70px;
    width: 45px;
    height: 65px;
    background-size: contain;
    background: url(../img/icon/icon-fr1.png) no-repeat center;
    top: calc(50% - 10px);
}

.RighInfo001277 .tab .info .swiper-pagination {
    display: none;
}

@media screen and (max-width:1024px) {
    /*.header .logo{width:28%;}
*/
    .RighInfo001277 .tab .info .swiper-button-prev,
    .RighInfo001277 .tab .info .swiper-button-next {
        display: none;
    }
    .RighInfo001277 .tab .info .swiper-pagination {
        display: block;
    }
    .RighInfo001277 .tab .info .swiper-container {
        padding-bottom: 40px;
    }
}

.detail-tit {
    border-bottom: 1px solid #ddd;
}

.detail-tit p {
    font-weight: bold;
    border-bottom: 2px solid #004cae;
    width: 100px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}

.detail-tit p:after {
    content: ' ';
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #004cae;
    width: 0;
    height: 0;
    font-family: arial;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
}

.detail-box {
    margin-top: 30px;
}

.detail-box p {
    line-height: 32px;
    margin-bottom: 5px;
}

.list-pro-box .text-box p {
    text-align: center;
}

.con-prodetail2,
.con-prodetail3 {
    background: #f5f5f5;
    padding-top: 40px;
}

.con-prodetail2 .prodetail-bg,
.con-prodetail3 .prodetail-bg {
    background: #fff;
    padding: 40px;
}

.con-prodetail3 .swiper-container {
    padding-bottom: 50px;
}

.con-prodetail3 .swiper-pagination-bullet {
    background: #666666;
    vertical-align: middle;
}

@media screen and (max-width:440px) {
    .con-prodetail2,
    .con-prodetail3 {
        background: #fff;
    }
    .con-prodetail2 {
        padding-top: 0;
    }
    .con-prodetail2 .prodetail-bg,
    .con-prodetail3 .prodetail-bg {
        background: #fff;
        padding: 0;
    }
}


/* 产品商城详情 结束 */


/*人才招聘*/

.con-join .accordion {
    /*width: 100%;*/
    /*max-width: 360px;*/
    margin: 0px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.con-join .accordion .link {
    background: #eee;
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/*.con-join .accordion>li{box-shadow: 0 4px 4px #888; margin: 10px 0;}*/

.con-join .accordion li:last-child .link {
    border-bottom: 0
}

.con-join .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.con-join .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.con-join .accordion li.open i {
    color: #004cae;
}

.con-join .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.con-join .submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    padding: 20px 30px;
}

.con-join .submenu ul li {
    display: flex;
    align-items: center;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    width: calc(100% - 20px);
    margin: 10px 0;
}

.con-join .submenu ul li span {
    color: #666;
    padding-left: 20px;
}

.con-join .join-yaoqiu {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.con-join .join-yaoqiu .join-tit {
    font-size: 22px;
    margin-bottom: 20px;
}

.con-join .join-yaoqiu .join-yaoqiu-text {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}


/*人才招聘*/


/*内容 联系我们 开始*/

.contact-box1 {
    margin: 40px 0;
}

.contact-box1 .con-fl {
    height: 400px;
    float: right;
    width: 31%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(20, 43, 77, .3);
}

.contact-box1 .con-fl .img-box {
    text-align: center;
    height: 100%;
}

.contact-box1 .con-fl .img-box img {
    height: 100%;
}

.contact-box1 .con-fr {
    height: 400px;
    float: left;
    padding: 40px;
    width: calc(69% - 40px);
    margin-right: 40px;
    background: url(../img/con-m2.jpg) no-repeat center;
    box-shadow: 0px 0px 5px rgba(20, 43, 77, .3);
}

.contact-box1 .con-fr h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.contact-box1 .con-fr ul li {
    padding-left: 50px;
    position: relative;
    line-height: 48px;
    word-break: break-all;
}

.contact-box1 .con-fr ul li:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
}

.contact-box1 .con-fr ul li:nth-child(1)::before {
    background: url(../img/icon/icon-dizhi.png) no-repeat center;
    left: 0;
    top: 2px;
    /* background-size: contain; */
}

.contact-box1 .con-fr ul li:nth-child(2)::before {
    background: url(../img/icon/icon-dianhua.png) no-repeat center;
    left: 0;
    top: 2px;
}

.contact-box1 .con-fr ul li:nth-child(3)::before {
    background: url(../img/icon/icon-youbian.png) no-repeat center;
    left: 0;
    top: 2px;
}

.contact-box1 .con-fr ul li:nth-child(4)::before {
    background: url(../img/icon/icon-wangzhi.png) no-repeat center;
    left: 0;
    top: 2px;
}

.contact-box1 .con-fr ul li:nth-child(5)::before {
    background: url(../img/icon/icon-youxiang.png) no-repeat center;
    left: 0;
    top: 2px;
}

@media(max-width:1366px) {
    .contact-box1 .con-fl {
        min-height: 400px;
    }
    .contact-box1 .con-fr {
        min-height: 400px;
    }
    .contact-box1 .con-fl .img-box {
        height: auto;
    }
    .contact-box1 .con-fl .img-box img {
        height: auto;
    }
}

@media(max-width:1024px) {
    .contact-box1 .con-fl {
        min-height: 400px;
        width: 35%;
    }
    .contact-box1 .con-fr {
        min-height: 400px;
        width: calc(65% - 40px);
    }
}

@media(max-width:768px) {
    .contact-box1 .con-fl {
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .contact-box1 .con-fl .img-box {
        height: 260px;
    }
    .contact-box1 .con-fl .img-box img {
        height: 100%;
    }
    .contact-box1 .con-fr {
        width: 100%;
        margin: 40px 0 0;
    }
}

@media(max-width:640px) {
    .contact-box1 .con-fr ul li {
        line-height: 46px;
    }
    .contact-box1 .con-fr h2 {
        line-height: 36px;
        margin-bottom: 10px;
    }
    .contact-box1 .con-fr {
        height: auto;
    }
    .contact-box1 .con-fr {
        padding: 30px;
        margin-top: 30px;
    }
    .contact-box1 .con-fr ul li {
        line-height: 34px;
    }
    .contact-box1 .con-fr ul li:before {
        content: '';
    }
}

.contact-box2 {
    margin-bottom: 40px;
}

.contact-box2 .map {
    box-shadow: 0px 0px 5px rgba(20, 43, 77, .3);
    padding: 10px;
}


/*内容 联系我们 结束*/


/* 内容 在线留言 开始 */

.con-contact .tit {
    text-align: center;
    font-size: 30px;
    color: #313131;
    line-height: 1;
    margin-bottom: 25px;
}

.con-contact .info {
    text-align: center;
    font-size: 14px;
    color: #898989;
    line-height: 1;
    margin-bottom: 15px;
    line-height: 26px;
}

.con-contact .line {
    display: block;
    margin: 0 auto 20px;
    width: 27px;
    height: 1px;
    background: #c6c6c6;
}

.con-contact .form {
    margin: 0 auto;
}

.con-contact .form input {
    border: 1px solid #d5d5d5;
    font-size: 14px;
}

.con-contact .name {
    background: transparent url("../img/i_form_ico1.png") no-repeat right 0;
}

.con-contact .phone {
    background: transparent url("../img/i_form_ico2.png") no-repeat right 0;
}

.con-contact .email {
    background: transparent url("../img/i_form_ico3.png") no-repeat right 0;
}

.con-contact .line1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    float: left;
}

.con-contact .form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px 40px 10px 13px;
    height: 149px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    background: transparent url("/img/i_form_ico4.png") no-repeat right top;
    margin-top: 25px;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form .btns_list button {
    position: relative;
    width: 49%;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.con-contact .form .btns_list .submit {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.con-contact .form .btns_list .submit:hover {
    background-color: #004cae;
}

.con-contact .form .btns_list .reset {
    background-color: #848484;
    border-radius: 0;
    float: right;
}

.con-contact .form .btns_list .reset:hover {
    background-color: #004cae;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.con-contact .form_cb .span-4 span {
    position: absolute;
    right: 45px;
    top: 15px;
}

.con-contact .form .btns_list {
    width: 100%;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.row>.span-4 {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.row>.span-4:nth-child(3) {
    margin-right: 0%;
}

@media(max-width:640px) {
    .row>.span-4 {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
        display: block;
        line-height: 48px;
        height: 48px;
    }
    .con-contact .form textarea {
        margin-top: 0px;
    }
}

@media screen and (max-width:1024px) {
    .major-detail-con .major-det-fr .top-tit .contact-list ul li {
        width: calc(100% / 3 - 30px);
    }
}

@media screen and (max-width:768px) {
    .major-detail-con .major-det-fr {
        width: calc(75% - 30px);
        margin-left: 30px;
    }
    .major-detail-con .major-det-fr .top-tit .contact-list ul li {
        width: calc(50% - 30px);
    }
    .major-detail-con .row>.span-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .major-detail-con .con-contact .form textarea {
        margin-top: 0;
    }
}

@media screen and (max-width:414px) {
    .major-detail-con .major-det-fl {
        float: left;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .major-detail-con .major-det-fl .img-box {
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }
    .major-detail-con .major-det-fl .top-tit .contact-list ul li {
        width: 100%;
        margin: 10px 0;
    }
    .major-detail-con .major-det-fr {
        float: left;
        width: 100%;
        margin-left: 0;
        float: none;
    }
}


/* 内容在线留言 结束 */