/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: 'iconfont' !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
}

@font-face {
    font-family: 'iconfont1';
    src: url('../font/iconfont1.eot');
    src: url('../font/iconfont1.eot') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont1.woff') format('woff'), url('../font/iconfont1.ttf') format('truetype'), url('../font/iconfont1.svg') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('../font/AvantGarde-Demi.eot');
    src: url('../font/AvantGarde-Demi.eot') format('embedded-opentype'), url('../font/AvantGarde-Demi.woff2') format('woff2'), url('../font/AvantGarde-Demi.woff') format('woff'), url('../font/AvantGarde-Demi.ttf') format('truetype'), url('../font/AvantGarde-Demi.svg') format('svg');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;
    src: url('../font/AvantGardeITCbyBT-Book.eot');
    src: url('../font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'), url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../font/AvantGardeITCbyBT-Book.woff') format('woff'), url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../font/AvantGardeITCbyBT-Book.svg') format('svg');
}

@font-face {
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;
    src: url('../font/AgencyFB-Reg.eot');
    src: url('../font/AgencyFB-Reg.eot') format('embedded-opentype'), url('../font/AgencyFB-Reg.woff2') format('woff2'), url('../font/AgencyFB-Reg.woff') format('woff'), url('../font/AgencyFB-Reg.ttf') format('truetype'), url('../font/AgencyFB-Reg.svg') format('svg');
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 100%;
        padding: 0 9%;
    }
}

@media (max-width: 1349px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

img {
    border: 0;
}

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

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

a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
    .header {
        height: 60px;
        padding: 0 15px;
    }
}

.header .logo {
    position: relative;
    float: left;
    height: 100px;
    padding: 13px 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    /* border-right: 1px solid #ccc; */
}

@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 4px 0;
        border-right: none;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

.header .nav-collapse {
    position: relative;
    z-index: 10;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        position: absolute;
        top: 10px;
        right: 0;
        margin-top: 0;
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
    .header .nav {
        position: relative;
        float: right;
        padding-right: 4%;
    }
}

@media (max-width: 1560px) {
    .header .nav {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 50px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: rgba(3, 92, 172, .9);
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        padding: 0 26px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 3px;
        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #314E92;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        font-weight: bold;
        color: #314E92;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 {
        display: none;
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        height: auto !important;
        /* padding: 20px 0; */
        background: #314E92;
        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
        display: inline-block;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 13px;
        line-height: 30px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 10px 25px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        /* text-decoration: underline; */
        background-color: #1D336C;
    }
    .header .nav .nav-list1 .nav-list2 li .pic {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 {
        right: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;
        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding-bottom: 999px;
        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li .pic {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li h4 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        left: 100%;
        display: none;
        margin-top: -44px;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a{
		padding: 0 20px;
	}
	.header .nav {
	    padding-right: 2%;
	}
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .header .nav .nav-list1>li>a {
        padding: 0 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header .nav .nav-list1>li>a {
        font-size: 14px;
    }
	.header .nav .nav-list1>li>a{
		padding: 0 10px;
	}
	.header .nav {
	    padding-right: 1%;
	}
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 li .pic {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #314E92;
    }
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;
        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}

@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;
    line-height: 50px;
    margin: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 19px;
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;
    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;
    color: #fff;
}

.header .search-box {
    position: absolute;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .header .search-box {
        position: fixed;
        height: 60px;
    }
}

.header .search-box .hbg {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .search-box .search {
    line-height: 40px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 90%;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    color: #333;
    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    position: absolute;
    right: 0;
    width: 70px;
    height: 40px;
    border: 1px solid #d5d5d5;
    background-color: #314E92;
    color: #fff;
}

@media (max-width: 1199px) {
    .header .search-box .input-submit {
        line-height: 30px;
        width: 50px;
        height: 30px;
    }
}

.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;
    display: inline-block;
    display: none;
    cursor: pointer;
}

.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #314E92;
}

.header .search-lg {
    top: 0;
}

.header .search-lg p {
    line-height: 2;
    margin: 0;
    color: #999;
}

@media (max-width: 1199px) {
    .header .search-lg p {
        font-size: 12px;
    }
}

.header .search-lg .search {
    position: relative;
    left: 0;
    width: 90%;
    border: none;
    border-radius: 0;
}

.header .search-lg .search:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 10px;
    content: '\e660';
    color: #999;
}

@media (max-width: 1199px) {
    .header .search-lg .search:before {
        font-size: 18px;
        line-height: 30px;
    }
}

.header .search-lg .input-text {
    font-size: 16px;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;
    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .header .search-lg .input-text {
        line-height: 28px;
        height: 30px;
    }
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
    color: #999;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
    color: #999;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
    color: #999;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
    color: #999;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
    color: #fff;
}

.header .search-lg .close-btn {
    position: absolute;
    top: 15%;
    right: 10px;
    cursor: pointer;
}

.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #000;
}

.header .right {
    position: relative;
    float: right;
    height: 100px;
    color: #314E92;
    /* background-color: #314E92; */
}

@media (max-width: 1199px) {
    .header .right {
        height: 70px;
        background: none;
    }
    .header .right {
        position: relative;
        float: right;
        height: 100px;
        color: #666;
    }
}

.header .right .share {
    float: left;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .header .right .share {
        /* display: none; */
    }
	.header .right .bdsharebuttonbox a{
		display: none!important;
	}
	.header .right .bdsharebuttonbox a.bds_jd{
		display: inline-block!important;
		content: '\e62d'!important;
	    color: #314E92!important;	
	}
	.header .right .bdsharebuttonbox a.bds_jd:before{
		font-size: 24px!important;
	}
	.header .right .bdsharebuttonbox a.bds_gouwuche{
		display: inline-block!important;
		content: '\e62d'!important;
	    color: #314E92!important;	
	}
	.header .right .bdsharebuttonbox a.bds_gouwuche:before{
		font-size: 24px!important;
	}
}
@media (max-width: 991px) {
	.header .right .bdsharebuttonbox a:before{
		font-size: 28px!important;
	}
	.header .right .bdsharebuttonbox a {
	    padding: 0 5px!important;
	}
	.header .right .bdsharebuttonbox a {
	    line-height: 60px!important;
	}
	.header .right .bdsharebuttonbox a:before{
		margin-right: 0!important;
	}
}
.header .right .bdsharebuttonbox {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header .right .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 100px;
    position: relative;
    display: inline-block;
    height: 100px;
    margin: 0;
    padding: 0 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: none;
}

@media (max-width: 1660px) {
    .header .right .bdsharebuttonbox a {
        padding: 0 20px;
    }
}

@media (max-width: 1360px) {
    .header .right .bdsharebuttonbox a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 340px) {
    .header .right .bdsharebuttonbox a {
        font-size: 14px;
        padding: 0 3px;
    }
}

@media (max-width: 1199px) {
    .header .right .bdsharebuttonbox a {
        height: 60px;
    }
    .header .right .bdsharebuttonbox a {
        line-height: 65px;
    }
}

.header .right .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    content: '\e62d';
    text-align: center;
}


/* .header .right .bdsharebuttonbox a:after {
    line-height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    content: '|';
} */

.header .right .bdsharebuttonbox a:hover {
    opacity: 1;
    color: #333;
}

.header .right .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.header .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b';
}

.header .right .bdsharebuttonbox .bds_weixin:before {
    content: '\e604';
}

.header .right .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}

.header .right .bdsharebuttonbox .bds_gouwuche:before {
    font-family: 'iconfont1';
    content: "\e799";
}

.header .right .bdsharebuttonbox .bds_jd:before {
    font-family: 'iconfont1';
    content: "\e631";
    font-size: 26px;
}

.header .find {
    font-size: 16px;
    line-height: 100px;
    float: right;
    padding: 0 22px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-left: 1px solid #aab9dd;
}

.header .language {
    font-size: 16px;
    line-height: 100px;
    float: left;
    padding: 0 22px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

.header .language a {
    color: #999;
    display: inline-block;
    position: relative;
}

.header .language a span {
    position: absolute;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    top: 60%;
}

.header .language a.active,
.header .language a:hover {
    color: #314E92;
    font-weight: bold;
}

.header .language a.active span,
.header .language a:hover span {
    width: 100%;
    border-bottom: 2px solid #314E92;
}

.header .language a:first-child {
    margin-right: 14px;
}

@media (max-width: 1660px) {
    .header .language,
    .header .find {
        padding: 0 20px;
    }
}

@media (max-width: 1360px) {
    .header .language a:first-child {
        margin-right: 10px;
    }
    .header .language,
    .header .find {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .language a:first-child {
        margin-right: 15px;
    }
    .header .language,
    .header .find {
        line-height: 60px;
        /* padding: 0 30px 0 0; */
        padding: 0 10px 0 0;
        color: #666;
        border: none;
    }
}

.header .find::before {
    font-family: 'iconfont';
    font-size: 33px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    content: '\e660';
}

@media (min-width: 1200px) {
    .header.fixed-header {
        height: 80px;
    }
    .header.fixed-header .logo {
        height: 80px;
        padding: 7px 40px;
    }
    .header.fixed-header .nav .nav-list1>li>a {
        line-height: 80px;
    }
    .header.fixed-header .right {
        height: 80px;
    }
    .header.fixed-header .language,
    .header.fixed-header .find {
        line-height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a {
        line-height: 80px;
        height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:after {
        line-height: 80px;
    }
}

.online {
    position: fixed;
    z-index: 9;
    right: 15px;
    width: 45px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}

@media (max-width: 991px) {
    .online {
        bottom: 0px;
    }
}

.online.active {
    right: 5px;
    bottom: 80px;
}

.online a {
    display: none;
    line-height: 50px;
    position: relative;
    /* display: block; */
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
    .online a {
        display: block;
    }
}

@media (max-width: 1560px) {
    .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.online a:after {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e621';
    color: #fff;
}

.online a:hover {
    background-color: #15ad0d;
}

.online a.online-email:after {
    content: '\e61f';
}

.online a.online-email:hover {
    background-color: #765099;
}

.online a.online-qq:after {
    content: '\e62d';
}

.online a.online-qq:hover {
    background-color: #3b589b;
}

.online a.online-tel:after {
    content: '\e61c';
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin:after {
    content: '\e604';
}

.online a.online-weixin:hover {
    background-color: #33d055;
}

.online a.online-wechat:after {
    font-size: 22px;
    content: '\e604';
}

.online a.online-wechat:hover {
    background-color: #33d055;
}

.online a.online-top:after {
    content: '\e605';
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p,
.online a.online-whatsapp p {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima,
.online a.online-weixin .erweima {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img {
    width: 100%;
}

.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p {
    font-size: 13px;
    line-height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 46px;
    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #314E92;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .to-num {
    display: none;
}

.banner .to-num:before {
    content: '0';
}

@media (max-width: 991px) {
    .banner .to-num {
        right: 20px;
        bottom: 0;
    }
}


/* .banner .slick-arrow {} */

@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 34px;
        right: 240px;
        bottom: 0;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e601';
    color: #fff;
}

.banner .slick-arrow.slick-next {
    right: 350px;
    left: auto;
}

@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 195px;
    }
}

.banner .slick-arrow.slick-next:before {
    content: '\e827';
}

.banner .slick-arrow.slick-next:after {
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: -15px;
    float: left;
    content: '|';
    color: #fff;
}

.banner .slick-arrow:hover:before {
    color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 200px;
    height: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .slick-dots {
        right: 156px;
    }
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 0;
    }
}

.banner .slick-dots li {
    /* position: absolute; */
    /* right: 0; */
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    font-weight: bold;
    font-size: 40px;
}

.banner .slick-dots li button {
    font-family: 'Agency FB';
    font-size: 25px;
    /* font-weight: bold; */
    line-height: 50px;
    display: inline-block;
    opacity: 1;
    color: #314E92;
    background: none;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .banner .slick-dots li button {
        display: none;
    }
}

.banner .slick-dots li button:before {
    content: '0';
    font-family: 'Agency FB';
}

.banner .slick-dots li button:after {
    position: absolute;
    bottom: 5px;
    right: 7px;
    display: inline-block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #314E92;
}

.banner .slick-dots li.slick-active button:after {
    width: 55px;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .img-box {
    padding-bottom: 44.66666667%;
}

.banner .slickbanner .item .videoz img {
    display: none;
}

@media (max-width:1199px) {
    .banner .slickbanner .item .videoz video {
        display: none;
    }
    .banner .slickbanner .item .videoz img {
        display: block;
    }
}

.banner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .text-3 {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 13%;
}

.banner .text-4 {
    position: absolute;
    top: 32%;
    width: 50%;
    padding: 2% 0;
    color: #314E92;
    background: rgba(255, 255, 255, .6);
    padding-left: 8%;
    padding-right: 4%;
}

.banner .text-4 h2 {
    font-size: 47px;
    font-weight: bold;
}

.banner .text-4 h3 {
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.banner .text-4 p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 1%;
}

@media (max-width: 1530px) {
    .banner .text-4 {
        position: absolute;
        top: 32%;
        width: 60%;
    }
    .banner .text-4 h2 {
        font-size: 45px;
        font-weight: bold;
    }
}

@media (max-width: 1199px) {
    .banner .text-4 {
        position: absolute;
        top: 32%;
        width: 80%;
    }
    .banner .text-4 h2 {
        font-size: 35px;
        font-weight: bold;
    }
    .banner .text-4 h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner .text-3,
    .banner .text {
        padding: 0 16%;
    }
    .banner .text-4 {
        position: absolute;
        top: 38%;
        width: 100%;
        padding: 2% 0;
        color: #314E92;
        background: rgba(255, 255, 255, .6);
        padding-left: 16%;
        padding-right: 16%;
        text-align: center;
    }
    .banner .text-4 h2 {
        font-size: 22px;
        font-weight: bold;
    }
    .banner .text-4 h3 {
        font-size: 20px;
    }
    .banner .text-4 p {
        display: none;
    }
}

.banner .text-1 {
    text-align: center;
}

.banner .text-1 h2 {
    font-size: 55px;
    line-height: 1.33333333;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .banner .text-1 h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h2 {
        font-size: 18px;
    }
}

.banner .text-1 h3 {
    font-size: 56px;
    line-height: 1.52173913;
}

@media (max-width: 991px) {
    .banner .text-1 h3 {
        font-size: 24px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h3 {
        font-size: 20px;
    }
}

.banner .text-1 p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.41666667;
    margin: 10px 0 0 0;
}

@media (max-width: 991px) {
    .banner .text-1 p {
        font-size: 16px;
    }
}

.banner .text-2 {
    text-align: right;
    color: #315496;
}

.banner .text-2 .pic {
    position: relative;
    display: inline-block;
}

.banner .text-2 .pic img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.banner .slick-current .text-2 h2 {
    font-size: 47px;
    font-weight: bold;
}

.banner .slick-current .text-2 h4 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
}

.banner .slick-current .text-2 h4::after {
    display: block;
    content: '';
    width: 4%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #315496;
}

.banner .slick-current .text-2 h3 span {
    display: inline-block;
    font-size: 27px;
    padding: 0 1.3%;
    margin: 10px 0;
    border-right: 1px solid #315496;
}

.banner .slick-current .text-2 h3 span:last-child {
    border-right: none;
    padding-right: 0;
}

.banner .slick-current .text-2 p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-2 h4,
.banner .slick-current .text-2 p {
    -webkit-animation: fadeInRightBig 1s 0s ease both;
    animation: fadeInRightBig 1s 0s ease both;
}

@media (max-width: 1199px) {
    .banner .text-2 .pic img {
        max-width: 200px;
    }
}

.banner .text-2 .phone-pic {
    display: none;
}

.banner .text-2 .phone-pic img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner .text-2 .phone-pic img {
        max-width: 80%;
    }
}

.banner .text-2 .note {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .note {
        max-width: 200px;
    }
}

.banner .text-2 .note h5 {
    font-size: 26px;
    margin: 0;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h5 {
        font-size: 16px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h6 {
        font-size: 12px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6:after {
    display: block;
    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../image/line-1.png) no-repeat;
}

@media (max-width:991px) {
    .slick-current .text-2 p,
    .banner .slick-current .text-2 h3 span {
        display: none;
    }
    .banner .slick-current .text-2 h2 {
        font-size: 22px;
    }
    .banner .slick-current .text-2 h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner .text-2 .note h6:after {
        margin-top: 10px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note p {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 10px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note p {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.banner .text-2 .txt1,
.banner .text-2 .txt2,
.banner .text-2 .txt3,
.banner .text-2 .txt4,
.banner .text-2 .txt5 {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -8%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1,
    .banner .text-2 .txt2,
    .banner .text-2 .txt3,
    .banner .text-2 .txt4,
    .banner .text-2 .txt5 {
        top: 0;
        right: -60px;
    }
}

.banner .text-2 .txt1:before,
.banner .text-2 .txt2:before,
.banner .text-2 .txt3:before,
.banner .text-2 .txt4:before,
.banner .text-2 .txt5:before {
    display: inline-block;
    width: 51px;
    height: 56px;
    margin-right: 16px;
    content: '';
    vertical-align: middle;
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1:before,
    .banner .text-2 .txt2:before,
    .banner .text-2 .txt3:before,
    .banner .text-2 .txt4:before,
    .banner .text-2 .txt5:before {
        width: 27px;
        height: 30px;
        margin-top: -4px;
        margin-right: 4px;
        background-size: contain;
    }
}

.banner .text-2 .txt1 p,
.banner .text-2 .txt2 p,
.banner .text-2 .txt3 p,
.banner .text-2 .txt4 p,
.banner .text-2 .txt5 p {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1 p,
    .banner .text-2 .txt2 p,
    .banner .text-2 .txt3 p,
    .banner .text-2 .txt4 p,
    .banner .text-2 .txt5 p {
        font-size: 12px;
    }
}

.banner .text-2 .txt1 p:hover,
.banner .text-2 .txt2 p:hover,
.banner .text-2 .txt3 p:hover,
.banner .text-2 .txt4 p:hover,
.banner .text-2 .txt5 p:hover {
    color: rgba(255, 255, 255, .8);
}

.banner .text-2 .txt2 {
    top: 58%;
    right: -176px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2 {
        right: -80px;
    }
}

.banner .text-2 .txt2:before {
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2:before {
        width: 27px;
        height: 30px;
        background-size: contain;
    }
}

.banner .text-2 .txt3 {
    top: 80%;
    right: auto;
    left: -70px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3 {
        left: -30px;
    }
}

.banner .text-2 .txt3:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 8px;
        background-size: contain;
    }
}

.banner .text-2 .txt4 {
    top: 22%;
    right: auto;
    left: -150px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4 {
        left: -80px;
    }
}

.banner .text-2 .txt4:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 6px;
        background-size: contain;
    }
}

.banner .text-2 .txt4:hover {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.banner .text-3 h2 {
    font-size: 47px;
    line-height: 1.47058824;
    margin: 0;
}

.banner .text-3 h2:first-child {
    font-weight: bold;
}

.banner .text-3 h2.lastchild {
    padding-bottom: 1%;
}

.banner .text-3 h2.lastchild::after {
    content: '';
    display: block;
    width: 8%;
    height: 5px;
    margin-top: 1%;
    background: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
    .banner .text-3 h2 {
        font-size: 18px;
    }
}

.banner .text-3 h3 {
    font-family: 'Agency FB';
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    max-width: 680px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner .text-3 h3 {
        font-size: 16px;
        margin-top: 14px;
    }
}

.banner .text-3 a.more {
    font-size: 20px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 36px;
    padding: 0 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #fff;
    border-radius: 50px;
}

.banner .it-text,
.banner .it-text-1 {
    position: absolute;
    bottom: 4%;
}

.banner .it-text {
    left: 2%;
}

.banner .it-text-1 {
    left: 49%;
}

@media (max-width: 991px) {
    .banner .text-3 a.more {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        margin-top: 14px;
        padding: 0 20px;
    }
}

.banner .text-3 a.more:hover {
    color: #fff;
    border-color: #314E92;
    background-color: #314E92;
}

.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 p {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .slick-current .text-1 h3 {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner-in {
    padding: 0;
}

@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}

.banner-in .slick-current img {
    -webkit-animation: fadeIn 0s 0s ease both;
    animation: fadeIn 0s 0s ease both;
}

.banner-in .img-box {
    padding-bottom: 29.17083333%;
}

.banner-in .text-in {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: right;
}

.banner-in.team-in .text-in {
    color: #314E92;
    text-align: left;
}

.banner-in.team-in.job-in .text-in {
    color: #fff;
    text-align: left;
}

.banner-in.team-in .text-in h3 {
    text-shadow: 0px 0px 0px #333;
}

.banner-in .text-in h3 {
    font-size: 44px;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 1px #333;
}

@media (max-width: 991px) {
    .banner-in .text-in h3 {
        font-size: 24px;
    }
}


/* .banner-in .text-in h3:after {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 0 10px;
    content: '';
    opacity: .5;
    background-color: #fff;
} */

.banner-in .text-in p {
    font-family: 'Agency FB';
    font-size: 33px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.banner-in.team-in .text-in p {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 16px;
    }
}

.box {
    overflow: hidden;
    padding: 60px 0;
}

.title h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    color: #314E92;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}

.title h2:after {
    display: block;
    width: 8%;
    height: 3px;
    margin-top: 10px;
    content: '';
    background-color: #314E92;
}

.title span {
    font-family: 'Agency FB';
    font-size: 30px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
}

.content {
    position: relative;
    z-index: 9;
}

.box-about {
    overflow: hidden;
    background: url('../image/bg.png') no-repeat;
    background-size: 100% 100%;
}

@media (max-width:767px) {
    .box-about {
        padding: 20px 0;
    }
}

.box-about .box-about-img {
    float: right;
    max-width: 100%;
}

@media (max-width:991px) {
    .box-about .box-about-img {
        display: none;
    }
}

.box-about .about {
    font-size: 0;
    overflow: hidden;
    /* margin-top: 50px; */
    /* background-color: #f8f8f8; */
}

@media (max-width: 991px) {
    .box-about .about {
        margin-top: 0px;
    }
}

.box-about .about .left,
.box-about .about .right {
    float: left;
    width: 59%;
}

.box-about .about .right {
    width: 41%;
    padding-right: 30px;
}

.box-about .about .right img {
    max-width: 100%;
}

.box-about .about .left .rword h3 {
    font-family: 'ITC Avant Garde Gothic';
    color: #000;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
}

.box-about .about .left .rword h4 {
    color: #314E92;
    font-size: 23px;
    margin-bottom: 5%;
}

.box-about .about .left .rword p {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    /* height: 0; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box-about .about .left .rword a {
    display: block;
    font-size: 16px;
    color: #aaa;
    margin: 8% 0;
}

.box-about .about .left .rword a::before {
    font-family: 'iconfont' !important;
    content: "\e646";
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.box-about .about .left .rword a:hover {
    color: #314E92;
}

@media (max-width: 1199px) {
    .box-about .about .left,
    .box-about .about .right {
        width: 100%;
    }
}

.box-about .about .left .video,
.box-about .about .right .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 25%;
    vertical-align: middle;
    background-color: #314E92;
    color: #fff;
}

@media (max-width: 767px) {
    .box-about .about .left .video,
    .box-about .about .right .video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .video:before,
    .box-about .about .right .video:before {
        display: none;
    }
}

.box-about .about .left .video .img-box,
.box-about .about .right .video .img-box {
    text-align: center;
    padding-bottom: 44%;
}

.box-about .about .left .video .img-box div.iconplay,
.box-about .about .right .video .img-box div.iconplay {
    display: inline-block;
    position: relative;
}

@media (max-width:1400px) {
    .box-about .about .left .video .img-box div.iconplay,
    .box-about .about .right .video .img-box div.iconplay {
        padding-right: 20px;
    }
}

@media (max-width:1199px) {
    .box-about .about .left .video .img-box div.iconplay,
    .box-about .about .right .video .img-box div.iconplay {
        padding-right: 0px;
    }
}

.box-about .about .left .video .img-box div.iconplay h3,
.box-about .about .right .video .img-box div.iconplay h3 {
    font-weight: bold;
    margin-top: 24%;
    font-size: calc(41vw / 30);
}

.box-about .about .left .video .img-box::after,
.box-about .about .right .video .img-box::after {
    content: url('../image/play.png');
    display: block;
    position: absolute;
    right: 5%;
    top: 30%;
}

@media (max-width:1700px) {
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 2%;
    }
}

.box-about .about .left .video .img-box p,
.box-about .about .right .video .img-box p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic';
}

.box-about .about .left .video.img-year .img-box::after {
    content: '';
}

.box-about .about .left .video.img-year .img-box p {
    font-family: '微软雅黑';
}

.box-about .about .left .video.img-year {
    background: rgba(255, 255, 255, .85);
    color: #314E92;
}

.box-about .about .left .video.img-year h2 {
    font-family: Impact;
    font-size: calc(75vw / 30);
}

@media (max-width:1500px) {
    .box-about .about .left .video.img-year h2 {
        margin-top: 10px;
    }
    .box-about .about .left .video .img-box div.iconplay h3,
    .box-about .about .right .video .img-box div.iconplay h3 {
        margin-top: 21%;
    }
}

.box-about .about .left .rvideo {
    position: relative;
    left: -32%;
    width: calc(100% + 100px);
}

.box-about .about .left .video .img-box img,
.box-about .about .right .video .img-box img {
    opacity: .5;
}

.box-about .about .left .video img,
.box-about .about .right .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.box-about .about .left .video .video-box,
.box-about .about .right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.box-about .about .left .video .iframe,
.box-about .about .right .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.box-about .about .left .video .play,
.box-about .about .right .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
    height: 100%;
}

.box-about .about .left .video .play:before,
.box-about .about .right .video .play:before {
    width: 1px;
    height: 80px;
    background: #fff;
    content: '';
}

.box-about .about .left .video:hover .img-box img,
.box-about .about .right .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-about .about .left .text,
.box-about .about .right .text {
    display: inline-block;
    width: 25%;
    padding: 24px 30px;
    vertical-align: middle;
}

@media (max-width:1560px) {
    .box-about .about .left .rword a {
        margin: calc(75vw / 30) 0;
    }
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 1%;
    }
    .box-about .about .left .text,
    .box-about .about .right .text {
        padding: 20px;
    }
}

@media (max-width:1400px) {
    .box-about .about .left .rword h3 {
        font-size: 30px;
    }
    .box-about .about .left .rword h4 {
        font-size: 22px;
        margin-bottom: 3%;
    }
}

@media (max-width:1199px) {
    .box-about .about .left .rvideo {
        position: relative;
        left: 0;
        width: 100%;
    }
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 8%;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        width: 100%;
        padding: 30px 10px;
    }
    .box-about .about .right {
        padding-right: 0px;
        display: none;
    }
    .box-about .about .left .video .img-box,
    .box-about .about .right .video .img-box {
        text-align: center;
        padding-bottom: 23%;
        border-bottom: 1px solid #fff;
    }
    .box-about .about .left .rword h3 {
        font-size: 21px;
    }
    .box-about .about .left .rword h4 {
        font-size: 19px;
        margin-bottom: 3%;
    }
    .box-about .about .left .video .img-box div.iconplay h3,
    .box-about .about .right .video .img-box div.iconplay h3 {
        margin-top: 20%;
        font-size: 20px;
    }
    .box-about .about .left .video.img-year h2 {
        font-size: 26px;
    }
}


/* @media (max-width: 400px) {
    .box-about .about .left .video .img-box div.iconplay h3,
    .box-about .about .right .video .img-box div.iconplay h3 {
        margin-top: 12%;
        font-size: 24px;
    }
} */

.box-about .about .left .text h3,
.box-about .about .right .text h3 {
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin: 0;
    color: #314E92;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-about .about .left .text p,
.box-about .about .right .text p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1560px) {
    .box-about .about .left .text p,
    .box-about .about .right .text p {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a,
.box-about .about .right .text a {
    display: inline-block;
}

.box-about .about .left .text a.more,
.box-about .about .right .text a.more {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 22px;
    color: #999;
}

@media (max-width: 1560px) {
    .box-about .about .left .text a.more,
    .box-about .about .right .text a.more {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a.more:hover,
.box-about .about .right .text a.more:hover {
    color: #314E92;
}

.box-about .about .left .pic,
.box-about .about .right .pic {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .box-about .about .left .pic,
    .box-about .about .right .pic {
        width: 100%;
    }
}

.box-about .about .left .pic:before,
.box-about .about .right .pic:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .pic:before,
    .box-about .about .right .pic:before {
        display: none;
    }
}

.box-about .about .left .pic .img-box,
.box-about .about .right .pic .img-box {
    padding-bottom: 68.11594203%;
}

.box-product {
    overflow: hidden;
    padding-top: 60px;
    background: url('../image/product.jpg') no-repeat;
    background-size: 100% 100%;
}

.box-product.box-product-1 {
    background: #fff;
}

.box-product .pro-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}

.box-product.box-product-1 .pro-sort {
    text-align: left;
    display: inline-block;
}

@media (max-width: 1199px) {
    .box-product .pro-sort {
        margin-top: 10px;
        text-align: left;
    }
    .title span {
        font-size: 20px;
    }
    .box-product.box-product-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.box-product .pro-sort li {
    display: inline-block;
}

.box-product .pro-sort li a {
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
}

.box-product.box-product-1 .pro-sort li a {
    font-size: 16px;
    padding: 0px;
    margin: 0 20px;
}

@media (max-width:1440px) {
    .box-product.box-product-1 .pro-sort li a {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) {
    .box-product .pro-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .box-product.box-product-1 .pro-sort li a {
        font-size: 16px;
        padding: 0px;
        margin: 0 10px;
    }
}

.box-product .pro-sort li.active a {
    color: #666;
    /* background-color: #314E92; */
}

.box-product.box-product-1 .pro-sort li:hover a {
    color: #314E92;
    border-bottom: 2px solid #314E92;
    font-weight: bold;
}

.box-product.box-product-1 .pro-sort li.active a {
    color: #314E92;
    border-bottom: 2px solid #314E92;
    font-weight: bold;
}

.box-product .pro-sort li:hover a {
    font-weight: bold;
    color: #314E92;
    border-bottom: 2px solid #314E92;
}

.box-product.box-product-no .pro-sort li:hover a {
    font-weight: bold;
    color: #314E92;
    border-bottom: 0px solid #314E92;
}

@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 0px;
    }
}

.box-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-product .product .row {
        margin: 0 -10px;
    }
}

.box-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .product .list {
        padding: 0 10px;
    }
}

.box-product .product .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #314E92;
}

.box-product.box-product-1 .product .item {
    background-color: #F9F9F9;
}

@media (max-width: 1199px) {
    .box-product .product .item {
        margin-top: 20px;
    }
}

.box-product .product .item .img-box {
    padding-bottom: 60.17567568%;
}

.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .product .item .note {
    padding: 30px 30px 20px 30px;
}

.box-product.box-product-1 .product .item .note {
    padding: 45px 30px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note {
        padding: 20px 10px 10px 10px;
    }
    .box-product.box-product-1 .product .item .note {
        padding: 20px 10px;
    }
}

.box-product .product .item .note h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    /* text-align: center; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        font-size: 16px;
    }
}

.box-product .product .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 12px 0 12px 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .box-product .product .item .note p {
        margin: 10px 0 0 0;
    }
}

@media (max-width:767px) {
    .box-product .product .item .note p {
        display: none;
    }
}

.box-product .product .item .note a.more {
    display: block;
    /* text-align: center; */
    color: #adadad;
}


/* .box-product .product .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    height: 20px;
    content: '\e612';
} */

@media (max-width: 1199px) {
    .box-product .product .item .note a.more:after {
        font-size: 30px;
    }
}

.box-product .product .item:hover {
    background-color: rgba(49, 78, 146, .8);
}

.box-product.box-product-1 .product .item:hover {
    background-color: rgba(49, 78, 146, 1);
}

.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .product .item .note h3,
.box-product .product .item .note p,
.box-product .product .item .note a.more {
    color: #fff;
}

.box-product.box-product-1 .product .item:hover .note h3,
.box-product.box-product-1 .product .item:hover .note p,
.box-product.box-product-1 .product .item:hover .note a.more {
    color: #fff;
}

.box-product.box-product-1 .product .item .note h3 {
    color: #000;
}

.box-product.box-product-1 .product .item .note p,
.box-product.box-product-1 .product .item .note a.more {
    color: #999;
}

.box-product .promore {
    margin-top: 40px;
    text-align: center;
}

.box-product .promore a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.box-product .promore a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 30px;
    content: '';
    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #0b0b0b transparent transparent;
}

.box-product .promore a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 30px;
    content: '';
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0b0b0b;
}

.box-product .promore a:hover {
    color: #314E92;
}

.box-product .promore a:hover:before {
    border-color: transparent #314E92 transparent transparent;
}

.box-product .promore a:hover:after {
    border-color: transparent transparent transparent #314E92;
}

.box-cooperation {
    background: url('../image/cooperation.jpg') no-repeat;
    background-size: 100% 100%;
}

.box-application .title h2,
.box-cooperation .title h2 {
    position: relative;
    color: #000;
}

.box-application .title h2 span,
.box-cooperation .title h2 span {
    font-family: 'ITC Avant Garde Gothic';
    color: #999;
    font-size: 29px;
}

.box-application .title h2::before,
.box-cooperation .title h2::before {
    position: absolute;
    display: block;
    width: 19%;
    height: 4px;
    bottom: -14px;
    margin-top: 10px;
    left: -10%;
    content: '';
    background-color: #314E92;
}

.box-application .title h2:after,
.box-cooperation .title h2:after {
    position: absolute;
    display: block;
    width: 18%;
    height: 4px;
    margin-top: 10px;
    border-top: 0;
    left: 9%;
    content: '';
    background-color: #3AC8AE;
}

.box-application .title h2::before {
    background-color: #3AC8AE;
    width: 18%;
}

.box-application .title h2::after {
    background-color: #314E92;
    left: 8%;
}

.box-cooperation .cooperation .img-box {
    padding-bottom: 45%;
    margin-bottom: 15px;
}

.box-cooperation .cooperation {
    padding-top: 30px;
}

.box-cooperation .cooperation .item {
    margin-top: 40px;
}

@media(max-width:767px) {
    .box-cooperation .cooperation .item {
        margin-top: 10px;
    }
}

.box-cooperation .cooperation .item p {
    text-align: center;
    color: #666;
    font-size: 17px;
}

.box-cooperation .cooperation ul li:hover .item .img-box {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}


/* .box-application {
    background-color: #f8f8f8;
} */

.box-application .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-application .row {
        margin: 0 -10px;
    }
}

.box-application .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-application .list {
        padding: 0 10px;
    }
}

.box-application .application .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .box-application .application .item {
        margin-top: 30px;
    }
}

.box-application .application .item h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-application .application .item .date-time span {
    color: #999;
}

@media (max-width: 991px) {
    .box-application .application .item h3 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
}

.box-application .application .item p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    margin: 16px 0 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-application .application .item .img-box {
    margin-top: 30px;
    padding-bottom: 46.47027027%;
}

.box-application .application .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-application .application .item:hover h3 {
    font-weight: bold;
    color: #314E92;
    border-bottom-color: #314E92;
}

.box-application .application .item:hover .date-time span,
.box-application .application .item:hover p {
    color: #314E92;
}

.box-application .application .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-technology {
    position: relative;
    z-index: 4;
    margin-top: -36px;
    padding-top: 0;
}

.box-technology .title-technology {
    text-align: center;
}

.box-technology .title-technology h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .box-technology .title-technology h2 {
        font-size: 22px;
    }
}

.box-technology .title-technology h2:before {
    display: block;
    width: 3px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '';
    background: url(../image/line-2.png) no-repeat;
}

.box-technology .title-technology p {
    font-size: 16px;
    line-height: 1.75;
    margin: 14px 0 0 0;
    color: #666;
}

.box-technology .title-technology a.more {
    line-height: 30px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
}

.box-technology .list {
    overflow: hidden;
    margin-top: 60px;
}

.box-technology .list .pic {
    float: left;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 991px) {
    .box-technology .list .pic {
        width: 100%;
    }
    .box-technology .list .pic img {
        width: 100%;
    }
}

.box-technology .list .pic .img-box {
    padding-bottom: 51.20671563%;
}

.box-technology .list .text {
    float: left;
    width: 50%;
    padding: 20px 7% 0 90px;
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/technologybg1.jpg) right top no-repeat;
}

@media (max-width: 1199px) {
    .box-technology .list .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text {
        width: 100%;
        padding: 30px 15px;
    }
}

.box-technology .list .text h3 {
    font-size: 26px;
    font-weight: bold;
    color: #314E92;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 {
        font-size: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text h3 {
        font-size: 18px;
    }
}

.box-technology .list .text h3 span {
    font-family: 'Agency FB';
    font-size: 34px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 span {
        font-size: 28px;
    }
}

.box-technology .list .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}

.box-technology .list-2 {
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/technologybg2.jpg) left bottom no-repeat;
}

@media (max-width: 991px) {
    .box-technology .list-2 {
        margin-top: 0;
    }
}

.box-technology .list-2 .pic {
    float: right;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .box-technology .list-2 .pic {
        padding-left: 0;
    }
}

.box-technology .list-2 .pic .img-box {
    padding-bottom: 50.21598272%;
}

.box-technology .list-2 .text {
    padding: 20px 90px 0 7%;
    background: none;
}

@media (max-width: 1199px) {
    .box-technology .list-2 .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list-2 .text {
        padding: 30px 15px;
    }
}

.box-honor {
    background-color: #f8f8f8;
}

.box-honor .more {
    position: relative;
    z-index: 4;
    margin-top: -50px;
    text-align: right;
}

.box-honor .more a {
    line-height: 50px;
    display: inline-block;
    color: #666;
}

.box-honor .more a:hover {
    color: #314E92;
}

.box-honor .honor {
    overflow: hidden;
}

.box-honor .honor ul {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul {
        margin: 0 -10px;
        margin-top: 20px;
    }
}

.box-honor .honor ul li {
    float: left;
    width: 20%;
    margin-top: 50px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul li {
        margin-top: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .box-honor .honor ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .box-honor .honor ul li {
        width: 50%;
    }
}

.box-honor .honor ul li .img-box {
    padding-bottom: 145%;
}

.box-honor .honor ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-honor .honor ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}

@media (max-width: 1199px) {
    .box-news .news-sort {
        margin-top: 30px;
        text-align: center;
    }
}

.box-news .news-sort li {
    display: inline-block;
    margin-left: 20px;
}

.box-news .news-sort li:first-child {
    margin-left: 0;
}

.box-news .news-sort li a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .box-news .news-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

.box-news .news-sort li.active a {
    color: #fff;
    background-color: #314E92;
}

.box-news .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-news .row {
        margin: 0 -10px;
    }
}

.box-news .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-news .list {
        padding: 0 10px;
    }
}

.box-news .news .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .box-news .news .item {
        margin-top: 30px;
    }
}

.box-news .news .item h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .pic {
    position: relative;
    margin: 16px 0;
}

.box-news .news .item .pic .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    background-color: #b4b4b4;
}

.box-news .news .item .pic .date h4 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    margin: 0;
}

.box-news .news .item .pic .date h5 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;
    margin: 0;
}

.box-news .news .item .img-box {
    padding-bottom: 49.59785523%;
}

.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-news .news .item p {
    font-size: 14px;
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-news .news .item a {
    display: block;
}

.box-news .news .item a.more {
    font-size: 14px;
    line-height: 2;
    display: block;
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 3px solid #e0e0e0;
}

.box-news .news .item:hover h3 {
    color: #314E92;
}

.box-news .news .item:hover p {
    color: #314E92;
}

.box-news .news .item:hover .pic .date {
    background-color: #314E92;
}

.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news .item:hover a.more {
    color: #314E92;
    border-bottom-color: #314E92;
}

.bd_weixin_popup,
.bd_weixin_popup_bg {
    width: 250px !important;
    height: 300px !important;
}

.footer {
    background-color: #152549;
}

.footer .foot {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #152549;
}

@media (max-width: 1560px) {
    .footer .foot {
        padding: 30px 0;
    }
}

@media (max-width: 1199px) {
    .footer .foot {
        display: none;
    }
}

.footer .foot .middle {
    float: right;
    width: 35%;
    padding: 0 4%;
    color: #fff;
}

@media (max-width: 1560px) {
    .footer .foot .middle {
        padding: 0 2%;
    }
}

.footer .foot .middle .contact .tel {
    /* position: relative; */
    color: #8FA1C7;
    text-align: right;
}

.footer .foot .middle .contact .tel p:before {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -6px;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../image/tel.png) no-repeat;
    background-size: 18px 18px;
}

.footer .foot .middle .contact .tel p {
    position: relative;
    font-size: 17px;
    text-align: right;
    margin: 0;
}

.footer .foot .middle .contact .tel h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    /* font-weight: bold; */
    margin: 0;
    color: #fff;
}

.footer .foot .middle .contact .note {
    margin: 10px 0;
}

.footer .foot .middle .contact .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    text-align: right;
}

.footer .foot .middle .contact .note>p {
    margin-bottom: 10px;
}

.footer .foot .middle .contact .note .erweima {
    overflow: hidden;
    text-align: right;
}

.footer .foot .middle .contact .note .erweima .erweima-tip {
    float: right;
    /* height: 136px; */
    margin-top: 74px;
    margin-right: 10px;
}

.footer .foot .middle .contact .note .erweima img {
    float: right;
}

.footer .foot .middle .contact .note .erweima .erweima-tip p {
    text-align: right;
    color: #8FA1C7;
    font-size: 14px;
}

.footer .copytop .bdsharebuttonbox {
    display: inline-block;
    /* margin-top: 20px; */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer .copytop .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    background: none;
}

.footer .copytop .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e62d';
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
}

.footer .copytop .bdsharebuttonbox a:hover {
    opacity: 1;
}


/* .footer .copytop .bdsharebuttonbox a:hover:before {
    background-color: #999;
} */

.footer .copytop .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.footer .copytop .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b';
}

.footer .copytop .bdsharebuttonbox .bds_weixin:before {
    content: '\e604';
}

.footer .copytop .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}

.footer .copytop .share {
    display: inline-block;
    float: right;
}

.footer .copytop .other-web {
    display: inline-block;
    width: 50%;
    float: left;
    color: #dddde5;
    line-height: 44px;
}

.footer .copytop .other-web a:hover {
    text-decoration: underline;
}

@media (max-width:1199px) {
    .footer .copytop .other-web {
        width: 100%;
    }
    .footer .copytop .share {
        display: none;
    }
}

.footer .copytop .other-web a {
    display: inline-block;
    padding: 0 3%;
}

.footer .copytop {
    padding: 10px 0;
    margin-left: 2%;
    margin-right: 3%;
    overflow: hidden;
    border-bottom: 1px solid #2b4376;
}

.footer .foot .left {
    float: left;
    width: 60%;
    padding: 20px 0;
}

.footer .foot .left ul {
    overflow: hidden;
}

.footer .foot .left ul li {
    float: left;
    width: 16.66666667%;
    padding: 0 3%;
}

.footer .foot .left ul li h3 {
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #fff;
}

.footer .foot .left ul li a {
    font-size: 14px;
    line-height: 1.85714286;
    display: block;
    color: #8FA1C7;
}

.footer .foot .left ul li a:hover {
    color: #035cac;
}

.footer .foot .right {
    float: left;
    overflow: hidden;
    width: 15%;
    padding: 0 2%;
    text-align: right;
}

.footer .foot .right .erweima {
    display: inline-block;
    text-align: center;
}

.footer .foot .right .erweima img {
    max-width: 100%;
}

.footer .foot .right .erweima p {
    margin: 10px 0 0 0;
}

.footer .copyright {
    padding: 10px 2%;
    background-color: #09132E;
}

.footer .copyright p {
    line-height: 24px;
    margin: 0;
    color: #9a9a9a;
    text-align: center;
}

@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 14px;
    }
}

.footer .copyright p span {
    display: inline-block;
    /* margin-left: 30px; */
}

@media (max-width: 991px) {
    .footer .copyright p span {
        margin-left: 0;
    }
}

.footer .copyright span,
.footer .copyright a {
    display: inline-block;
    /* float: right; */
}

.footer .copyright span {
    padding: 0 2%;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.wrap-sidenav {
    position: relative;
    overflow: hidden;
    height: 58px;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 991px) {
    .wrap-sidenav {
        height: 50px;
    }
}

.wrap-sidenav .sidenav {
    position: relative;
}

.wrap-sidenav .sidenav ul {
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-sidenav .sidenav ul li {
    display: inline-block;
    /* border-right: 1px solid #e7e7e7; */
    position: relative;
}

.wrap-sidenav .sidenav ul li::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 24px;
    right: 0;
    background: #e7e7e7;
    top: 30%;
}

.wrap-sidenav .sidenav ul li:last-child::after {
    display: none;
}

.wrap-sidenav .sidenav ul li:first-child::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 24px;
    right: 0;
    background: #e7e7e7;
    top: 30%;
}

.wrap-sidenav .sidenav ul li.active::after,
.wrap-sidenav .sidenav ul li:hover::after {
    background: #314E92;
}

.wrap-sidenav .sidenav ul li a {
    font-size: 16px;
    line-height: 58px;
    position: relative;
    display: block;
    height: 58px;
    padding: 0 40px;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-sidenav .sidenav ul li a {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a {
    color: #fff;
    background-color: #314E92;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .wrap-sidenav .sidenav ul li:hover a:before {
        display: none;
    }
}

.wrapper {
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.title-in h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #314E92;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 22px;
    }
}

.title-in p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    margin: 0;
    color: #999;
}


/* .wrap-left {
    float: left;
    width: 70%;
    padding-right: 90px;
} */

@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
        padding-right: 0;
    }
}


/* .wrap-right {
    float: right;
    width: 30%;
}

@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        margin-top: 50px;
    }
} */

.wrap-right .title-wrap-right h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    color: #314E92;
    border-left: 5px solid #314E92;
}

@media (max-width: 991px) {
    .wrap-right .title-wrap-right h2 {
        font-size: 22px;
    }
}

.wrap-right .wrap-relate ul {
    margin-top: 20px;
}

.wrap-right .wrap-relate ul li {
    font-size: 0;
    overflow: hidden;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li {
        padding: 10px 0;
    }
}

.wrap-right .wrap-relate ul li .pic {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

.wrap-right .wrap-relate ul li .note {
    display: inline-block;
    width: 55%;
    padding-left: 20px;
    vertical-align: middle;
}

.wrap-right .wrap-relate ul li .img-box {
    padding-bottom: 49.33333333%;
}

.wrap-right .wrap-relate ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-right .wrap-relate ul li p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .wrap-right .wrap-relate ul li p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.wrap-right .wrap-relate ul li a {
    display: block;
}

.wrap-right .wrap-relate ul li span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 0;
    color: #314E92;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li span {
        font-size: 14px;
    }
}

.wrap-right .wrap-relate ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-right .wrap-relate ul li:hover .note p {
    color: #314E92;
}

.wrap-right .wrap-more {
    margin-top: 30px;
}

.wrap-right .wrap-more a {
    font-size: 15px;
    display: inline-block;
    color: #cb0d18;
}

.wrap-right .wrap-more a:before {
    float: left;
    width: 20px;
    height: 5px;
    margin-top: 8px;
    margin-right: 14px;
    content: '';
    background-color: #cb0d18;
}

.wrap-right .wrap-more a:hover {
    color: #314E92;
}

.wrap-right .wrap-more a:hover:before {
    background-color: #314E92;
}

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

.wrap-about .about .title-about:before {
    position: absolute;
    left: 0;
    display: block;
    width: 15%;
    height: 4px;
    bottom: 0;
    content: '';
    background: #314E92;
}

.wrap-about .about .title-about h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #314E92;
}

@media (max-width: 991px) {
    .wrap-about .about .title-about h2 {
        font-size: 22px;
    }
}

.wrap-about .about .title-about p {
    font-family: 'Agency FB';
    font-size: 26px;
    margin: 0;
    color: #999;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.wrap-about .about .text {
    margin-top: 40px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .wrap-about .about .text {
        padding-right: 0;
    }
}

.wrap-about .about .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 15px;
    }
}

.wrap-about .about .video {
    position: relative;
    overflow: hidden;
    /* background-color: #000; */
}

@media (min-width: 1350px) {
    .wrapper-about .container {
        padding: 0 10%;
    }
}

.wrap-about .about .video .img-box {
    padding-bottom: 54.88861789%;
    margin: 15px 0;
}

.wrap-about .about .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.wrap-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-about .about .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-about .about .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
}

.wrap-about .about .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    content: '\e67f';
}

.wrap-about .about .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-about .about-pic {
    position: relative;
    overflow: hidden;
    margin-top: 66px;
    background: url('../image/carouse.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.wrap-about .about-pic .carousel h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}

.wrap-about .about-pic .carousel h2::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 30px;
    background: rgba(49, 78, 146, .6);
    border-radius: 50%;
    margin-right: 3%;
    position: relative;
    top: -3px;
}

.wrap-about .about-pic .carousel h2::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 30px;
    background: rgba(49, 78, 146, .6);
    border-radius: 50%;
    margin-left: 3%;
    position: relative;
    top: -3px;
}

.wrap-about .about-pic .carouse .item {
    /* display: inline-block; */
    /* width: 30%; */
    /* margin: 0 1%; */
    height: 250px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.wrap-about .about-pic .carouse .slick-current .item {
    color: #fff;
    background-color: #314E92;
}

.wrap-about .about-pic .carouse .slick-slide {
    padding: 0 30px;
}

@media (max-width:992px) {
    .wrap-about .about-pic .carouse .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .wrap-about .about-pic .carousel h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .wrap-about .about-pic .carousel h2::before,
    .wrap-about .about-pic .carousel h2::after {
        display: none;
    }
}

@media (max-width:480px) {
    .wrap-about .about-pic .carouse .slick-slide {
        padding: 0 0;
    }
    .wrap-about .about-pic {
        padding: 10px 0;
    }
}

.wrap-about .about-pic .carouse .item .about-text {
    height: 250px;
    padding: 6%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
}

.wrap-about .about-pic .carouse .slick-prev {
    position: absolute;
    top: 40%;
    left: -30px;
    width: 18px;
    height: 60px;
    background: url('../image/arrownl.png') no-repeat;
}

.wrap-about .about-pic .carouse .slick-next {
    position: absolute;
    top: 40%;
    right: -30px;
    width: 18px;
    height: 60px;
    background: url('../image/arrowa.png') no-repeat;
}


/* .wrap-about .about-pic .carouse .item{
    
} */

@media (max-width: 991px) {
    .wrap-about .about-pic {
        margin-top: 0px;
    }
}

.wrap-about .about-pic .note {
    position: absolute;
    top: 50%;
    padding: 0 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-about .about-pic .note {
        padding: 0 20px;
    }
    .wrap-about .about-pic .carouse .slick-prev,
    .wrap-about .about-pic .carouse .slick-next {
        display: none!important;
    }
}

.wrap-about .about-pic .note p {
    font-size: 20px;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note p {
        font-size: 16px;
    }
}

.wrap-about .about-pic .note h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note h3 {
        font-size: 24px;
    }
}

.wrap-about .brand {
    margin-top: 60px;
    margin-bottom: 60px;
}

.wrap-about .brand .text {
    margin-top: 30px;
}

.wrap-about .brand .text .title-in h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width:767px) {
    .wrap-about .brand .text .title-in h2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .wrap-about .brand {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.wrap-about .brand .text .title-in h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10%;
    height: 4px;
    background: #314E92;
}

.wrap-about .brand .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    text-indent: 2em;
}

.wrap-about .brand.ceo .text p {
    text-indent: 0em;
}

@media (max-width: 991px) {
    .wrap-about .brand .text p {
        font-size: 15px;
    }
}

.wrap-about .brand .pic {
    margin-top: 30px;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-about .brand .pic {
        text-align: center;
    }
}

.wrap-about .brand .pic img {
    max-width: 100%;
}

.wrap-about .brand.ceo .left {
    float: left;
    width: 32%;
    margin-right: 3%;
}

@media (max-width:991px) {
    .wrap-about .brand.ceo .left {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .wrap-about .brand.ceo .right {
        padding: 0 15px;
    }
}

.wrap-about .brand.ceo .pic img {
    width: 100%;
}

.wrap-about .brand.ceo .pic {
    overflow: hidden;
}

.wrap-about .brand.ceo .pic img:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-about .brand.ceo .pic img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-about .brand.ceo .item {
    padding: 3% 5%;
    padding-bottom: 5%;
    background: #314E92;
}

.wrap-about .brand.ceo .item h2 {
    font-weight: bold;
    color: #fff;
}

.wrap-health .health .left,
.wrap-health .health .right {
    float: left;
}

.box-product-health.box-product-1 {
    background: #f9f9f9;
}

.wrap-health .health {
    overflow: hidden;
    background: #F9F9F9;
}

.wrap-health .health .left {
    width: 38%;
    padding-right: 3%;
}

.wrap-health .health .left .img-box {
    padding-bottom: 87.09%;
}

.wrap-health .health .right {
    width: 62%;
}

.wrap-health .health .left .recipes {
    position: relative;
}

.wrap-health .health .left .recipes .note {
    position: absolute;
    right: 12%;
    color: #fff;
    top: 25%;
}

.wrap-health .health .left .recipes .note h3 {
    font-size: 40px;
    margin-bottom: 0;
}

.wrap-health .health .left .recipes .note p {
    font-family: 'ITC Avant Garde Gothic';
    text-transform: uppercase;
    font-size: 38px;
    font-weight: normal;
}

.wrap-health .health .left .recipes .note p::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #fff;
    margin-top: 30px;
    display: block;
}

.wrap-health .health .box-product-health.box-product-1 .pro-sort li {
    position: relative;
    padding-bottom: 30px;
}

.wrap-health .health .box-product-health.box-product-1 .health-right {
    position: relative;
}

.wrap-health .health .box-product-health.box-product-1 .see-more {
    position: absolute;
    line-height: 46px;
    right: 5%;
    top: -10px;
}

@media (max-width:1255px) {
    .wrap-health .health .box-product-health.box-product-1 .see-more {
        position: relative;
        line-height: 46px;
        right: -15px;
        top: 0;
        margin-top: 15px;
    }
}

.wrap-health .health .box-product-health.box-product-1 .see-more:hover a {
    color: #314E92;
}

.wrap-health .health .box-product-health.box-product-1 .pro-sort li.active a {
    color: #314E92;
    border-bottom: 0px solid #fff;
    font-weight: bold;
}

.wrap-health .health .box-product-health.box-product-1 .pro-sort li.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent #314E92;
    bottom: 0;
    left: 39%;
}

.box-product-health.box-product.box-product-1 .product .item .note h3 {
    font-weight: normal;
    font-size: 28px;
    border-bottom: 1px solid #ddd;
    /* padding: 10px 0; */
    height: auto;
}

.box-product-health.box-product.box-product-1 .product .item .note div {
    overflow: hidden;
}

.box-product-health.box-product.box-product-1 .product .item .note h3 span {
    display: inline-block;
    border-bottom: 1px solid #314E92;
    padding: 10px 0;
}

.box-product-health.box-product.box-product-1 .product .item .note div p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    height: auto;
    display: block;
    float: left;
    width: 90%;
}

.box-product-health.box-product.box-product-1 .product .item .note div span {
    width: 10%;
    color: #314E92;
    display: block;
    float: left;
    line-height: 1.8;
    padding-top: 12px;
    /* padding-bottom: 32px; */
    font-size: 16px;
}

.box-product-health.box-product.box-product-1 .product .item:hover .note h3,
.box-product-health.box-product.box-product-1 .product .item:hover .note p,
.box-product-health.box-product.box-product-1 .product .item:hover .note a.more {
    color: #333;
}

.box-product-health.box-product.box-product-1 .product .item:hover {
    background-color: #f9f9f9;
}

.box-product-health.box-product .product .item .img-box {
    padding-bottom: 81.275676%;
}

.box-product-health.box-product.box-product-1 .product .item .note {
    padding: 0;
}

@media (max-width:1680px) {
    .box-product-health.box-product.box-product-1 .product .item .note div span {
        width: 15%;
    }
    .box-product-health.box-product.box-product-1 .product .item .note div p {
        width: 85%;
    }
}

@media (max-width:1440px) {
    .box-product-health.box-product .product .item {
        margin-top: 15px;
    }
}

@media (max-width:1380px) {
    .box-product-health.box-product.box-product-1 .product .item .note div p {
        margin: 10px 0 5px 0;
        line-height: 1.4;
        font-size: 14px;
    }
    .box-product-health.box-product.box-product-1 .product .item .note div span {
        color: #314E92;
        display: block;
        float: left;
        line-height: 1.4;
        padding-top: 10px;
        font-size: 14px;
    }
}

@media (max-width:1250px) {
    .box-product.box-product-1 .pro-sort li a {
        font-size: 16px;
        padding: 0px;
        margin: 0 15px;
    }
}

@media (max-width:1199px) {
    .wrap-health .health .left {
        width: 100%;
        padding-right: 0%;
    }
    .wrap-health .health .right {
        width: 100%;
    }
}

@media (max-width:991px) {
    .wrap-health .health .right {
        width: 100%;
        padding: 15px;
    }
    .wrap-health .health .box-product-health.box-product-1 .pro-sort li {
        position: relative;
        padding-bottom: 0px;
    }
    .box-product-health.box-product.box-product-1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wrap-health .health .left .recipes .note h3 {
        font-size: 32px;
    }
    .wrap-health .health .left .recipes .note p {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .wrap-health .health .left .recipes .note h3 {
        font-size: 28px;
    }
    .wrap-health .health .left .recipes .note p {
        font-size: 25px;
    }
    .box-product-health.box-product.box-product-1 .product .item .note h3 {
        font-size: 22px;
    }
}

.wrap-health .nutrtion {
    text-align: center;
}

.wrap-health .nutrtion .note h2 {
    font-size: 32px;
    color: #314E92;
}

.wrap-health .nutrtion .note h3 {
    font-size: 27px;
    color: #314E92;
    font-family: 'ITC Avant Garde Gothic';
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}

.wrap-health .nutrtion .note h3::after {
    content: '';
    display: block;
    background: url('../image/line-2.png') no-repeat;
    width: 5px;
    height: 66px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.wrap-health .nutrtion .text p {
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width:767px) {
    .wrap-health .nutrtion .text p {
        text-align: justify;
    }
    .wrap-health .nutrtion {
        padding: 30px 0;
    }
    .wrap-health .nutrtion .note h2 {
        font-size: 25px;
    }
    .wrap-health .nutrtion .note h3 {
        font-size: 21px;
    }
}

.wrap-health .nutrtion .nutrtion-1 {
    overflow: hidden;
    margin-top: 50px;
}

.wrap-health .nutrtion .nutrtion-1 li {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.wrap-health .nutrtion .nutrtion-1 li .item {
    border: 1px solid #ddd;
    height: 300px;
    padding: 15px;
}

.wrap-health .nutrtion .nutrtion-1 li .item h4 {
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.wrap-health .nutrtion .nutrtion-1 li .item p {
    color: #999;
    line-height: 1.8;
    font-size: 14px;
}

.wrap-health .nutrtion .nutrtion-1 li:hover .item {
    background: #314E92;
}

.wrap-health .nutrtion .nutrtion-1 li:hover .item h4 {
    color: #fff;
}

.wrap-health .nutrtion .nutrtion-1 li:hover .item p {
    color: #fff;
}

@media (max-width:1750px) {
    .wrap-health .nutrtion .nutrtion-1 li .item h4 {
        font-size: 22px;
    }
}

@media (max-width:1585px) {
    .wrap-health .nutrtion .nutrtion-1 li .item h4 {
        font-size: 20px;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item p {
        height: 200px;
        overflow-y: scroll;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item p::-webkit-scrollbar {
        position: absolute;
        left: 0;
        width: 10px;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item p::-webkit-scrollbar-track {
        background-color: #93948f;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item p::-webkit-scrollbar-thumb {
        background-color: #dfe0e0;
    }
}

@media (max-width:1440px) {
    .wrap-health .nutrtion .nutrtion-1 li .item h4 {
        font-size: 18px;
    }
}

@media (max-width:1380px) {
    .wrap-health .nutrtion .nutrtion-1 li {
        float: left;
        width: 25%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    .wrap-health .nutrtion .nutrtion-1 li {
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .wrap-health .nutrtion .nutrtion-1 li {
        float: left;
        width: 100%;
        padding: 0 0;
        margin-bottom: 30px;
        height: auto;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item {
        height: auto;
    }
    .wrap-health .nutrtion .nutrtion-1 li .item p {
        height: auto;
        padding-bottom: 10px;
    }
}

.wrap-health .greenkelp {
    text-align: center;
    background: url('../image/health_bg.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

@media (max-width:767px) {
    .wrap-health .greenkelp {
        text-align: center;
        background: url('../image/health_bg.png');
        background-repeat: repeat-x;
        /* background-clip: border-box; */
        background-size: auto;
        background-position: center center;
        color: #fff;
    }
}

.wrap-health .greenkelp p {
    text-align-last: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.wrap-health .greenkelp h2 {
    font-size: 36px;
    text-align: center;
}

.wrap-health .greenkelp h2::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 10px auto;
}

.wrap-health .greenkelp .qrcode div {
    display: inline-block;
    padding: 20px;
}

.wrap-health .greenkelp .qrcode div img {
    max-width: 100%;
}

.wrap-health .greenkelp .qrcode div p {
    text-indent: 0;
    text-align: left;
}

.wrap-health .greenkelp .qrcode div {
    position: relative;
}

.wrap-health .greenkelp .qrcode div b {
    display: block;
    font-weight: normal;
    position: relative;
    top: 55px;
}

.wrap-health .greenkelp .qrcode div span {
    font-family: 'Agency FB';
    font-size: 48px;
}

#pro_center .slick-arrow {
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0);
}

#pro_center .slick-arrow::before {
    position: absolute;
    /* content: ''; */
    font-family: 'iconfont' !important;
    font-size: 40px;
    z-index: 6;
    color: rgba(255, 255, 255, 1);
    opacity: .9;
}

#pro_center .slick-next {
    top: 38%;
    right: 11%;
}

#pro_center .slick-next::before {
    content: "\e61a";
    /* top: 40%;
    right: 0; */
}

#pro_center .slick-prev {
    top: 38%;
    left: 0%;
}

#pro_center .slick-prev::before {
    content: "\e9bc";
    /* top: -50%;
    left: 0; */
}

@media (max-width:767px) {
    .wrap-health .greenkelp .qrcode div span {
        font-size: 36px;
    }
    .wrap-health .greenkelp .qrcode div {
        padding: 0px;
    }
    .wrap-health .greenkelp .qrcode div img {
        display: none;
    }
    .wrap-health .greenkelp .qrcode div img {
        display: none;
    }
    .wrap-health .greenkelp h2 {
        font-size: 20px;
    }
    .wrap-health .greenkelp p {
        text-align: left;
        text-indent: 2em;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }
    .wrap-health .greenkelp .box {
        padding: 10px 0;
    }
    .wrap-health .greenkelp .box .box {
        padding: 10px 0;
        overflow-y: auto;
        height: 210px;
        padding-right: 10px;
    }
    .wrap-health .greenkelp .box .box::-webkit-scrollbar {
        position: absolute;
        left: 0;
        width: 10px;
    }
    .wrap-health .greenkelp .box .box::-webkit-scrollbar-track {
        background-color: #93948f;
    }
    .wrap-health .greenkelp .box .box::-webkit-scrollbar-thumb {
        background-color: #dfe0e0;
    }
    .wrap-health .greenkelp .qrcode div b {
        top: 0;
    }
}


/* .wrap-health .greenkelp .box
{
    overflow-y: auto;

    height: 480px;
    padding-right: 20px;
} */

.wrap-culture .culture-pic {
    position: relative;
}

.wrap-culture .culture-pic img {
    width: 100%;
}

.wrap-culture .culture-pic .note {
    position: absolute;
    right: 21%;
    top: 20%;
    color: #314E92;
}

.wrap-culture .culture-pic .note .item {
    margin-bottom: 9%;
}

.wrap-culture .culture-pic .note h2 {
    font-weight: bold;
    border-left: 5px solid #314E92;
    padding-left: 15px;
}

.wrap-culture .culture-pic .note h3 {
    font-size: 22px;
}

@media (max-width:1199px) {
    .wrap-culture .culture-pic .note {
        position: absolute;
        right: 15%;
        top: 10%;
        color: #314E92;
    }
    .wrap-culture .culture-pic .note h2 {
        font-size: 18px;
    }
    .wrap-culture .culture-pic .note h3 {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .wrap-culture .culture-pic .note {
        position: absolute;
        right: 0;
        top: 10%;
        left: 0;
        bottom: 0;
        text-align: center;
        color: #314E92;
        text-align: center;
    }
    .wrap-culture .culture-pic .note h2 {
        font-size: 18px;
        border: none;
        margin: 5px 0;
        padding-left: 0;
    }
    .wrap-culture .culture-pic .note h3 {
        font-size: 15px;
        margin: 5px 0;
    }
    .wrap-culture .culture-pic .note .item {
        margin-bottom: 2%;
    }
}

@media (max-width:480px) {
    .wrap-culture .culture-pic .note {
        position: absolute;
        right: 0;
        top: 10%;
        left: 0;
        bottom: 0;
        text-align: center;
        color: #314E92;
        text-align: center;
    }
    .wrap-culture .culture-pic .note h2 {
        font-size: 18px;
        border: none;
        margin: 5px 0;
        padding-left: 0;
    }
    .wrap-culture .culture-pic .note h3 {
        display: none;
    }
    .wrap-culture .culture-pic .note .item {
        margin-bottom: 2%;
    }
}

.wrap-culture .culture-promote {
    text-align: center;
}

.wrap-culture .culture-promote .note h2 {
    font-size: 38px;
    color: #314E92;
}

.wrap-culture .culture-promote .note p {
    font-family: 'Roboto';
    font-size: 24px;
    color: #999;
    font-weight: lighter;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.wrap-culture .culture-promote .note p::before {
    display: block;
    position: absolute;
    width: 20%;
    height: 6px;
    background: #314E92;
    content: '';
    bottom: -4px;
    left: 40%;
    z-index: 5;
}

.wrap-culture .culture-promote .note p::after {
    display: block;
    position: absolute;
    width: 130%;
    height: 1px;
    background: #aaa;
    content: '';
    bottom: 0;
    left: -15%;
    z-index: 1;
}

.wrap-culture .culture-promote .container-1 {
    padding: 0 8%;
    padding-top: 40px;
}

@media (max-width:1199px) {
    .wrap-culture .culture-promote .container-1 {
        padding: 0;
        padding-top: 30px;
    }
}

.wrap-culture .culture-promote .box {
    padding-bottom: 0;
}

@media (max-width:991px) {
    .wrap-culture .culture-promote .note p {
        font-size: 15px;
    }
    .wrap-culture .culture-promote .note h2 {
        font-size: 29px;
        color: #314E92;
    }
    .wrap-culture .culture-promote .box {
        padding: 0;
    }
}

.wrap-culture .culture-promote .container-1 p {
    line-height: 2;
    font-size: 16px;
}

.wrap-culture .culture-college {
    overflow: hidden;
    background: #314E92;
}

.wrap-culture .culture-college .left {
    width: 45%;
    float: left;
    z-index: 200;
    margin-right: 4%;
    ;
}

.wrap-culture .culture-college .left .pic {
    background: #fff;
}

.wrap-culture .culture-college .left .pic img {
    width: 100%;
}

.wrap-culture .culture-college .right {
    /* background: #314E92; */
    /* padding: 0 8%; */
    color: #fff;
    /* overflow: hidden; */
    z-index: 1;
    padding-right: 4%;
    padding-left: 1%;
    padding-bottom: 20px;
    padding-top: 4%;
}

.wrap-culture .culture-college .right h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 2%;
}

.wrap-culture .culture-college .right p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}

@media (max-width:1440px) {
    .wrap-culture .culture-college .right {
        padding-right: 2%;
        padding-left: 1%;
        padding-bottom: 20px;
        padding-top: 2%;
    }
    .wrap-culture .culture-college .right h2 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 1%;
    }
    .wrap-culture .culture-college .left {
        width: 45%;
        margin-right: 2%;
    }
}

@media (max-width:991px) {
    .wrap-culture .culture-college {
        overflow: hidden;
        background: #fff;
    }
    .wrap-culture .culture-college .right {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
        padding-top: 10px;
        margin-top: 30px;
        background: #314E92;
    }
    .wrap-culture .culture-college .right h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .wrap-culture .culture-college .left {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
}

.wrap-brand {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: url('../image/main.png') no-repeat;
    background-size: 100% 100%;
}

.wrap-brand .brands h2 {
    font-weight: bold;
    font-size: 40px;
    color: #314E92;
    text-align: center;
    margin-bottom: 60px;
}

.wrap-brand .brands .ning,
.wrap-brand .brands .zhu {
    width: 50%;
    box-sizing: border-box;
}

.wrap-brand .brands .ning {
    float: left;
}

.wrap-brand .brands .zhu {
    float: right;
}

.wrap-brand .brands .ning .note,
.wrap-brand .brands .zhu .note {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 8%;
    padding-top: 10%;
    text-indent: 2em;
}

.wrap-brand .brands .ning .pic>img {
    width: 100%;
}

.wrap-brand .brands .zhu .pic>img {
    width: 95%;
}

.wrap-brand .brands .zhu .pic {
    position: relative;
}

.wrap-brand .brands .zhu .pic .img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.wrap-brand .brands .zhu .pic .img img {
    max-width: 100%;
}

.wrap-brand .brands .item {
    overflow: hidden;
}

.wrap-brand .brands .ning .note b,
.wrap-brand .brands .zhu .note b {
    font-size: 24px;
    font-weight: bold;
}

.wrap-brand .brands .ning .note span,
.wrap-brand .brands .zhu .note span {
    font-weight: bold;
}

@media (max-width:1440px) {
    .wrap-brand .brands .ning .note,
    .wrap-brand .brands .zhu .note {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 2%;
        padding-top: 3%;
        text-indent: 2em;
    }
}

@media (max-width:1200px) {
    .wrap-brand {
        padding: 30px 0;
        background-size: auto;
    }
    .wrap-brand .brands h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .wrap-brand .brands .ning .note,
    .wrap-brand .brands .zhu .note {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 2%;
        padding-top: 3%;
        text-indent: 2em;
    }
    .wrap-brand .brands .ning,
    .wrap-brand .brands .zhu {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }
    .wrap-brand .brands .zhu .pic>img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .wrap-brand .brands .zhu .pic .img img {
        max-width: 50%;
    }
}

.waterfall .padding-honor {
    /* padding: 0; */
}

.waterfall .item img {
    width: 100%;
    margin-bottom: 20px;
}

.wrap-honors .add-honor {
    /* display: inline-block; */
    margin: 40px auto;
    text-align: center;
}

.wrap-honors .add-honor a {
    display: inline-block;
    border: 1px dashed #314E92;
    padding: 1.2% 3%;
    border-radius: 100px;
    font-size: 22px;
    color: #314E92;
}

.wrap-honors .add-honor a:hover {
    background: #314E92;
    color: #fff;
}

@media (max-width:767px) {
    .wrap-honors {
        padding: 30px 0;
    }
    .wrap-honors .container {
        padding: 0;
    }
    .wrap-honors .add-honor a {
        display: inline-block;
        border: 1px dashed #314E92;
        padding: 5px 15px;
        border-radius: 100px;
        font-size: 15px;
        color: #314E92;
    }
}

.all-manage {
    background: #fff;
}

.wrap-manage {
    background: url('../image/curve.jpg') no-repeat;
    background-size: auto;
}

.wrap-manage .manage {
    width: 100%;
    text-align: center;
}

.wrap-manage .manage img {
    max-width: 100%;
}

.wrap-manage .title {
    text-align: center;
    margin-bottom: 40px;
}

.wrap-manage .title h3 {
    margin-bottom: 0;
}

.wrap-manage .title p {
    font-size: 30px;
    font-family: 'Agency FB';
    font-weight: bold;
}

.wrap-development .development .item {
    font-size: 0;
    width: 100%;
    margin-top: 50px;
}

.wrap-development .development .item .date,
.wrap-development .development .item .note,
.wrap-development .development .item .pic {
    display: inline-block;
    vertical-align: middle;
}

.wrap-development .development .item .date {
    width: 10%;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    background-color: #314E92;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .date {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .date {
        width: 20%;
        padding: 20px 0;
    }
}

.wrap-development .development .item .date h3 {
    font-size: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date h3 {
        font-size: 20px;
    }
}

.wrap-development .development .item .date p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date p {
        font-size: 15px;
    }
}

.wrap-development .development .item .note {
    width: 60%;
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .note {
        width: 55%;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .note {
        width: 80%;
        padding: 0 0 0 20px;
    }
}

.wrap-development .development .item .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .note p {
        font-size: 14px;
    }
}

.wrap-development .development .item .pic {
    width: 30%;
}

@media (max-width: 767px) {
    .wrap-development .development .item .pic {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-development .development .item .pic .img-box {
    padding-bottom: 32.88590604%;
}

.wrap-honor .honor {
    overflow: hidden;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor {
        margin-top: -30px;
    }
}

.wrap-honor .honor ul {
    overflow: hidden;
    margin: 0 -20px;
}

@media (max-width: 1560px) {
    .wrap-honor .honor ul {
        margin: 0 -10px;
    }
}

.wrap-honor .honor .item {
    margin-top: 40px;
    position: relative;
}

.wrap-honor .honor .item .tit {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 5px 15px;
    background: rgba(49, 78, 146, .8);
    font-weight: normal;
}

.wrap-honor .honor .item .tit.tit-hide {
    display: none;
}

.wrap-honor .honor .item .note-hide a {
    display: block;
}

.wrap-honor .honor .item .note-hide {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(49, 78, 146, .9);
    color: #fff;
    text-align: center;
    padding: 30px;
}

.wrap-honor .honor .item .note-hide p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    /* height: 0; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wrap-honor .honor .item .note-hide h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.wrap-honor .honor .item .note-hide a {
    display: block;
    margin-top: 10%;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item {
        margin-top: 30px;
    }
}

.wrap-honor .honor .item .img-box {
    padding-bottom: 64.383366%;
}

.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item p {
        font-size: 14px;
    }
}

.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .honor .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-honor .honor .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    background-color: #314E92;
}

.wrap-honor .honor .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.wrap-application .text {
    overflow: hidden;
    padding: 1px;
}

.wrap-application .text .note {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 20px;
    border-left: 1px solid #314E92;
}

@media (max-width: 991px) {
    .wrap-application .text .note {
        font-size: 15px;
        width: 100%;
    }
}

.wrap-application .text .note:before {
    position: absolute;
    top: 50%;
    left: -2px;
    display: block;
    width: 3px;
    height: 50%;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #314E92;
}

.wrap-application .text .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-application .text .note p {
        font-size: 15px;
    }
}

.wrap-application .application .row {
    font-size: 0;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-application .application .row {
        margin: 0 -10px;
    }
}

.wrap-application .application .list {
    display: inline-block;
    float: none;
    padding: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .wrap-application .application .list {
        padding: 0 10px;
    }
}

.wrap-application .application .item {
    margin-top: 60px;
}

.wrap-application .application .item .img-box {
    padding-bottom: 70.27027027%;
}

.wrap-application .application .item h3 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 30px 0;
    padding: 0 24px;
    color: #fff;
    border-radius: 50px;
    background-color: #314E92;
}

@media (max-width: 991px) {
    .wrap-application .application .item h3 {
        font-size: 16px;
        line-height: 40px;
    }
}

.wrap-application .application .item p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-application .application .item p {
        font-size: 15px;
    }
}

.wrap-video .info {
    margin-top: -40px;
}

.wrap-video .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-video .row {
        margin: 0 -10px;
    }
}

.wrap-video .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-video .list {
        padding: 0 10px;
    }
}

.wrap-video .item {
    margin-top: 40px;
    text-align: center;
}

.wrap-video .item p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 16px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-video .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.wrap-video .item:hover .video .play {
    opacity: 1;
}

.wrap-video .item:hover p {
    color: #314E92;
}

.wrap-video .item .video {
    position: relative;
    overflow: hidden;
}

.wrap-video .item .video .img-box {
    z-index: 0;
    padding-bottom: 61.78861789%;
    background-color: #000;
}

.wrap-video .item .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .4;
}

.wrap-video .item .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-video .item .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-video .item .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-video .item .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

.wrap-video .item .video .play:before {
    font-family: 'iconfont';
    font-size: 60px;
    display: block;
    content: '\e67f';
    opacity: .7;
}

.wrap-product .product {
    margin-top: -50px;
}

@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}

.wrap-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .row {
        margin: 0 -10px;
    }
}

.wrap-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .list {
        padding: 0 10px;
    }
}

.wrap-product .product .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}

.wrap-product .product .item .img-box {
    padding-bottom: 75.67567568%;
}

.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .product .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 14px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-product .product .item p {
        font-size: 16px;
    }
}

.wrap-product .product .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .item:hover p {
    color: #314E92;
}

.wrap-product-show {
    overflow: hidden;
}

.wrap-product-show .product-show .row {
    margin: 0 -25px;
}

.wrap-product-show .product-show .list {
    padding: 0 25px;
}

.wrap-product-show .product-show .pic {
    position: relative;
    z-index: 5;
    overflow: hidden;
    /* border: 10px solid #e5e5e5; */
}

.wrap-product-show .product-show .pic .img-box {
    padding-bottom: 60.14567568%;
}

.wrap-product-show .product-show .pic img {
    width: 100%;
}

.wrap-product-show .product-show .text {
    padding-top: 50px;
    margin-right: 25px;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text {
        margin-top: 30px;
    }
}

.wrap-product-show .product-show .text h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #314E92;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 {
        font-size: 20px;
    }
}

.wrap-product-show .product-show .text h1 span {
    font-size: 30px;
    font-weight: normal;
    /* padding-left: 10px; */
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.wrap-product-show .product-show .text h1 span::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background-color: #fff;
    position: absolute;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 span {
        font-size: 16px;
        display: block;
        padding-left: 0;
    }
}

.wrap-product-show .product-show .text h3 {
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    margin-bottom: 20px;
    padding: 0 26px;
    border: 1px dashed #314E92;
    border-radius: 30px;
}

.wrap-product-show .product-show .text p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    color: #fff;
}

@media (max-width:1680px) {
    .wrap-product-show .product-show .text {
        padding-top: 30px;
        margin-right: 25px;
    }
    .wrap-product-show .product-show .text p {
        font-size: 17px;
        line-height: 1.75;
        margin: 0;
        color: #fff;
    }
}

@media (max-width:1540px) {
    .wrap-product-show .product-show .list {
        padding: 0 15px;
    }
    .wrap-product-show .product-show .text {
        padding-top: 20px;
        margin-right: 25px;
    }
    .wrap-product-show .product-show .text p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text p {
        font-size: 15px;
    }
    .wrap-product-show .product-show .list {
        padding: 0 25px;
    }
    .wrap-product-show .product-show .text {
        padding-top: 0px;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 20px;
    }
}

.wrap-product-show .product-show .text span {
    font-size: 16px;
    /* line-height: 2; */
    display: inline-block;
    margin-right: 8%;
}

.wrap-product-show .parameter {
    margin-top: 50px;
    padding: 40px 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter {
        padding: 30px 15px;
    }
}

.wrap-product-show .parameter h3 {
    font-size: 22px;
    line-height: 2;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter h3 {
        font-size: 20px;
    }
}

.wrap-product-show .parameter h3:after {
    display: block;
    width: 44px;
    height: 4px;
    content: '';
    background-color: #314E92;
}

.wrap-product-show .parameter span {
    line-height: 2;
    display: inline-block;
    margin-right: 4%;
}

.wrap-product-show .parameter span:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #cb0d18;
}

.wrap-product-show .parameter table {
    text-align: center;
}

.wrap-product-show .parameter table td {
    font-size: 18px;
    line-height: 1.66666667;
    width: 33.33333333%;
    padding: 15px;
    color: #666;
    border: 1px solid #b4b4b4;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table td {
        font-size: 14px;
        padding: 10px 6px;
    }
}

.wrap-product-show .parameter table b {
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table b {
        font-size: 15px;
    }
}

.wrap-product-show .message {
    margin-top: 50px;
}

.wrap-product-show .message .title-message h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message h2 {
        font-size: 24px;
    }
}

.wrap-product-show .message .title-message h2:after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 60px;
    height: 3px;
    content: '';
    background-color: #314E92;
}

.wrap-product-show .message .title-message p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message p {
        font-size: 16px;
    }
}

.wrap-product-show .message .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .row {
        margin: 0 -10px;
    }
}

.wrap-product-show .message .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list {
        padding: 0 10px;
    }
}

.wrap-product-show .message .list input,
.wrap-product-show .message .list textarea {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    width: 100%;
    min-height: 60px;
    margin-top: 38px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .wrap-product-show .message .list input,
    .wrap-product-show .message .list textarea {
        font-size: 15px;
        line-height: 24px;
        min-height: 44px;
        margin-top: 20px;
        padding: 10px;
    }
}

.wrap-product-show .message .list input::-webkit-input-placeholder,
.wrap-product-show .message .list textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-o-placeholder,
.wrap-product-show .message .list textarea:-o-placeholder {
    color: #999;
}

.wrap-product-show .message .list input::-moz-placeholder,
.wrap-product-show .message .list textarea::-moz-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-ms-input-placeholder,
.wrap-product-show .message .list textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:focus::-webkit-input-placeholder,
.wrap-product-show .message .list textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-o-placeholder,
.wrap-product-show .message .list textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-moz-placeholder,
.wrap-product-show .message .list textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-ms-input-placeholder,
.wrap-product-show .message .list textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list .submit,
.wrap-product-show .message .list .reset {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 130px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #314E92;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        line-height: 50px;
        height: 50px;
    }
}

.wrap-product-show .message .list .submit:hover,
.wrap-product-show .message .list .reset:hover {
    background-color: #f54336;
}

.wrap-product-show .message .list .reset {
    background-color: #999;
}

.product-show-detail .content {
    background: #F9F9F9;
}

.product-show-detail h2 {
    color: #314e92;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0;
}

.product-show-detail h2::before {
    content: '';
    display: inline-block;
    width: 7%;
    height: 3px;
    background: #314E92;
    position: relative;
    top: -5px;
    margin-right: 2%;
}

.product-show-detail .content .note {
    padding-bottom: 40px;
    overflow: hidden;
}

.product-show-detail .content .note .table-box {
    margin-top: 30px;
}

.product-show-detail .content .note .table-box table {
    border: 1px solid #ddd;
    border-spacing: 0;
}

.product-show-detail .content .note .table-box table th,
.product-show-detail .content .note .table-box table td {
    border: 1px solid #ddd;
}

.product-show-detail .content .note .table-box table td {
    padding: 10px 0;
    padding-left: 10px;
}

.product-show-detail .content .note p {
    margin: 0;
    vertical-align: middle;
}

.product-show-detail .content .note p img {
    vertical-align: middle;
    max-width: 100%;
}

.product-show-detail .content .note h3 {
    font-size: 26px;
    color: #314E92;
}

.product-show-detail .content .pic {
    overflow: hidden;
    padding: 0 5px;
}

.product-show-detail .content .pic>div {
    float: left;
    padding: 0 10px;
}

.product-show-detail .content .pic>div {
    height: 0;
    padding-bottom: 20.6%;
    /* overflow: hidden; */
}

.product-show-detail .content .pic div.text {
    width: 12%;
    background: #395EB7;
    text-align: center;
}

.product-show-detail .content .pic div.text div {
    color: #fff;
    font-size: 32px;
    /* font-weight: bold; */
    text-align: center;
    width: 33px;
    margin: 45% auto;
}

.product-show-detail .content .pic div.pic-1 {
    width: 51%;
}

.product-show-detail .content .pic div.pic-2 {
    width: 37%;
}

.product-show-detail .content .pic img {
    width: 100%;
}

.product-show-detail .content .pic.class-img {
    padding-bottom: 80px;
}

.product-show-detail .content .pic.class-img div b {
    display: block;
    overflow: hidden;
}

.product-show-detail .content .pic.class-img div:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-show-detail .content .pic.class-img div img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.product-show-detail .content .note h3::after {
    content: '';
    display: block;
    width: 45px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
    background: #314E92;
}

.product-show-detail .content .note p {
    font-size: 16px;
    line-height: 2;
}

.product-show-detail .content .note p span {
    color: #ed2424;
}

.product-show-detail .content .note button {
    color: #fff;
    font-size: 26px;
    background: #314E92;
    border-radius: 30px;
    padding: 8px 3%;
    margin-top: 40px;
    cursor: unset;
}

@media (max-width:767px) {
    .product-show-detail .content .note button {
        font-size: 20px;
        padding: 8px 9%;
    }
}

@media (max-width:1440px) {
    .product-show-detail .content .pic div.text div {
        width: 30px;
        margin: 25% auto;
    }
}

@media (max-width:1199px) {
    .product-show-detail .content .pic div.text div {
        font-size: 28px;
        margin: 5% auto;
    }
    .product-show-detail .content .pic div.pic-1 {
        width: 50%;
    }
    .product-show-detail .content .pic div.pic-2 {
        width: 36%;
    }
    .product-show-detail .content .pic div.text {
        width: 14%;
    }
}

@media (max-width:991px) {
    .product-show-detail .content .pic>div {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .product-show-detail .content .pic>div {
        height: auto;
        padding-bottom: 0;
        margin-bottom: 10px;
        /* overflow: hidden; */
    }
    .product-show-detail .content .pic div.text div {
        font-size: 28px;
        margin: 5% auto;
        padding: 20px 0;
    }
    .product-show-detail .content .pic div.pic-1 {
        width: 100%;
    }
    .product-show-detail .content .pic div.pic-2 {
        width: 100%;
    }
    .product-show-detail .content .pic div.text {
        width: 100%;
    }
    .product-show-detail .content .pic {
        overflow: hidden;
        padding: 0 0;
    }
    .product-show-detail h2,
    .product-show-detail .content .note h3 {
        font-size: 22px;
    }
    .product-show-detail .content .note p {
        font-size: 15px;
    }
    .product-show-detail .content .pic.class-img {
        padding-bottom: 30px;
    }
}

.wrap-product-show .relate {
    margin-top: 60px;
    margin-bottom: 100px;
}

.wrap-product-show .relate .title-relate h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin: 0;
    color: #314E92;
}

@media (max-width: 1440px) {
    .wrap-product-show .relate {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .relate .title-relate h2 {
        font-size: 20px;
    }
    .wrap-product-show .relate {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.wrap-product-show .relate .title-relate h2:before {
    display: inline-block;
    width: 5px;
    height: 26px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #314E92;
}

.wrap-product-show .relate .title-relate a.more {
    font-size: 14px;
    line-height: 44px;
    display: inline-block;
    float: right;
    color: #999;
}

.wrap-product-show .relate .title-relate a.more:hover {
    color: #314E92;
}

.wrap-product-show .relate .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate .row {
        margin: 0 -10px;
    }
}

.wrap-product-show .relate .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate .list {
        padding: 0 10px;
    }
}

.wrap-product-show .relate .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item {
        margin-top: 30px;
    }
}

.wrap-product-show .relate .item .img-box {
    padding-bottom: 60.175676%;
}

.wrap-product-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .relate .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 14px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item p {
        font-size: 16px;
    }
}

.wrap-product-show .relate .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-show .relate .item:hover p {
    color: #314E92;
}

.all-team .team-content .slick-slide,
.all-team .team-carsoul .slick-slide {
    padding: 0 30px;
}

.all-team .team-carsoul .team-pre .item img {
    width: 100%;
}

.all-team .team-carsoul .team-pre .item p {
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
}

.all-team .team-content .slick-slide {
    padding-top: 40px;
    position: relative;
}

.all-team .team-content .slick-slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 18px 22px;
    border-style: solid;
    border-color: transparent transparent #F3F3F3;
    top: 18px;
    left: 10%;
}

.all-team .team-content .slick-slide:nth-child(2)::before {
    left: 36%;
}

.all-team .team-content .slick-slide:nth-child(3)::before {
    left: 62%;
}

.all-team .team-content .slick-slide:nth-child(4)::before {
    left: 87%;
}

.all-team .team-carsoul .team-content .item {
    background: #F3F3F3;
    padding: 30px;
    padding-bottom: 40px;
}


/* .all-team .team-carsoul .team-content {
    margin-top: 40px;
} */

.all-team .team-carsoul .team-content .item h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.all-team .team-carsoul .team-content .item h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background: #314E92;
    margin-bottom: 15px;
    margin-top: 6px;
}

.all-team .team-carsoul .team-content .item p {
    line-height: 2;
    font-size: 16px;
}

@media (max-width:991px) {
    .all-team .team-content .slick-slide:nth-child(2)::before {
        left: 22%;
    }
    .all-team .team-content .slick-slide:nth-child(3)::before {
        left: 21%;
    }
    .all-team .team-content .slick-slide:nth-child(4)::before {
        left: 72%;
    }
}

@media (max-width:767px) {
    .all-team .team-content .slick-slide,
    .all-team .team-carsoul .slick-slide {
        padding: 0 0;
    }
    .all-team .team-content .slick-slide::before,
    .all-team .team-content .slick-slide:nth-child(2)::before,
    .all-team .team-content .slick-slide:nth-child(3)::before,
    .all-team .team-content .slick-slide:nth-child(4)::before {
        left: 46%;
    }
    .all-team .team-carsoul .team-content .item h2 {
        font-size: 25px;
    }
    .all-team .team-carsoul .team-content .item {
        padding: 15px;
        padding-bottom: 30px;
    }
}

.all-cooperation .cooperation-item {
    float: left;
    width: 20%;
    padding: 10px 15px;
    padding-bottom: 30px;
}

.all-cooperation .cooperation-item .img-box {
    padding-bottom: 45%;
    margin-bottom: 15px;
}

.all-cooperation .cooperation-item p {
    text-align: center;
    color: #666;
    font-size: 17px;
}

.all-cooperation .cooperation-item:hover .item .img-box {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

@media (max-width:991px) {
    .all-cooperation .cooperation-item {
        float: left;
        width: 33.3333%;
        padding: 10px 15px;
    }
}

@media (max-width:767px) {
    .cooperation ul li {
        display: none;
    }
    .cooperation ul li:nth-child(1),
    .cooperation ul li:nth-child(2),
    .cooperation ul li:nth-child(3),
    .cooperation ul li:nth-child(4),
    .cooperation ul li:nth-child(5),
    .cooperation ul li:nth-child(6) {
        display: block;
    }
    .box-cooperation .cooperation .item {
        margin-top: 20px;
    }
    .box-cooperation .cooperation {
        padding-top: 0;
    }
    .box {
        padding: 30px 0;
    }
    .all-cooperation .cooperation-item {
        float: left;
        width: 50%;
        padding: 10px 15px;
    }
    .all-cooperation .cooperation-item .img-box {
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {
    .all-cooperation .cooperation-item {
        /* float: none; */
        width: 33.3%;
        padding: 5px;
    }
    .all-cooperation .box {
        overflow: hidden;
        padding: 30px 0;
    }
}

.wrap-product-show .product-show {
    background: #314E92;
}

.wrap-news .news-top ul li {
    /* overflow: hidden; */
    margin-bottom: 60px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.wrap-news .news-top ul li .pic {
    position: relative;
    top: -30px;
}


/* @media (max-width: 991px) {
    .wrap-news .news-top ul li {
        margin-top: 40px;
    }
} */


/* .wrap-news .news-top ul li:first-child {
    margin-top: 0;
} */


/* .wrap-news .news-top ul li .pic {
    float: left;
    width: 30%;
} */


/* @media (max-width: 1199px) {
    .wrap-news .news-top ul li .pic {
        width: 40%;
    }
} */


/* @media (max-width: 767px) {
    .wrap-news .news-top ul li .pic {
        width: 100%;
    }
} */

.wrap-news .news-top ul li .pic .img-box {
    padding-bottom: 46.59785523%;
}

.wrap-news .news-top ul li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}


/* .wrap-news .news-top ul li .text {
    float: left;
    width: 70%;
    padding-left: 30px;
} */


/* @media (max-width: 1199px) {
    .wrap-news .news-top ul li .text {
        width: 60%;
        padding-left: 20px;
    }
} */


/* @media (max-width: 767px) {
    .wrap-news .news-top ul li .text {
        width: 100%;
        padding: 30px 15px;
    }
} */

.wrap-news .news-top ul li .text {
    position: relative;
    top: -30px;
}

.wrap-news .news-top ul li .text h3 {
    font-size: 21px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text h3 {
        margin: 0 0 4px 0;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .text h3 {
        font-size: 18px;
    }
}

.wrap-news .news-top ul li .text span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    color: #cb0d18;
}

.wrap-news .news-top ul li .text a {
    display: block;
}

.wrap-news .news-top ul li .text p {
    font-size: 15px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 62px;
    margin: 30px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text p {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li .text p {
        font-size: 15px;
    }
}

.wrap-news .news-top ul li .text a.more {
    text-align: right;
    font-size: 14px;
    line-height: 2;
    display: block;
    margin-top: 20px;
}

.wrap-news .news-top ul li .text a.more::before {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #999;
    content: '';
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.wrap-news .news-top ul li:hover .text a.more::before {
    background: #fff;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text a.more {
        margin: 10px 0 0 0;
    }
}

.wrap-news .news-top ul li:hover {
    background-color: #314E92;
}

.wrap-news .news-top ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news-top ul li:hover .text h3,
.wrap-news .news-top ul li:hover .text span,
.wrap-news .news-top ul li:hover .text p,
.wrap-news .news-top ul li:hover .text a.more {
    color: #fff;
}

.wrap-news .news {
    overflow: hidden;
}

.wrap-news .news ul {
    margin: 0 -30px;
}

.wrap-news .news ul li {
    float: left;
    width: 50%;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .wrap-news .news ul li {
        width: 100%;
    }
}

.wrap-news .news .item {
    position: relative;
    min-height: 110px;
    margin-top: 60px;
    padding-left: 140px;
}

@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
        padding-left: 100px;
    }
}

.wrap-news .news .item .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border: 1px dashed #314E92;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date {
        width: 80px;
        height: 80px;
    }
}

.wrap-news .news .item .date h3 {
    font-family: Impact;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 24px 0 0 0;
    color: #314E92;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date h3 {
        font-size: 26px;
        margin: 16px 0 0 0;
    }
}

.wrap-news .news .item .date p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    margin: 6px 0 0 0;
    color: #314E92;
}

.wrap-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text h3 {
        font-size: 16px;
    }
}

.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    height: 56px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }
}

.wrap-news .news .item .text a {
    display: block;
}

.wrap-news .news .item:hover .date {
    background-color: #314E92;
}

.wrap-news .news .item:hover .date h3,
.wrap-news .news .item:hover .date p {
    color: #fff;
}

.wrap-news .news .item:hover .text h3 {
    color: #314E92;
}

.wrap-news-show {
    overflow: hidden;
}

.wrap-news-show .title-news h1 {
    font-size: 28px;
    line-height: 1.33333333;
    margin: 0;
    text-align: center;
    color: #000;
}

@media (max-width: 767px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}

.wrap-news-show .info {
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 0;
    /* border-top: 1px solid #dfdfdf; */
    border-bottom: 1px solid #dfdfdf;
}

.wrap-news-show .info .left {
    /* float: left; */
    width: 100%;
    text-align: center;
}

.wrap-news-show .info .left img {
    padding-right: 8px;
    max-width: 100%;
}

.wrap-news-show .info .left span {
    font-family: 'ITC Avant Garde Gothic';
}

@media (max-width: 767px) {
    .wrap-news-show .info .left {
        width: 100%;
    }
}

.wrap-news-show .info .left span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-right: 40px;
    color: #999;
}

@media (max-width: 767px) {
    .wrap-news-show .info .left span {
        font-size: 15px;
        padding: 0 6px;
    }
}

.wrap-news-show .info .right {
    float: right;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right {
        float: left;
        width: 100%;
    }
}

.wrap-news-show .info .right .font {
    float: right;
}

.wrap-news-show .info .right .font a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
}

.wrap-news-show .info .right .font a:before {
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;
    content: '\e626';
    color: #979797;
}

.wrap-news-show .info .right .font a.switcher-small:before {
    content: '\e625';
}

.wrap-news-show .info .right .font a:after {
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 8px;
    content: '';
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .font a:after {
        margin: 0 6px;
        margin-top: 8px;
    }
}

.wrap-news-show .info .right .font a:hover:before {
    color: #ea474c;
}

.wrap-news-show .info .right .bdsharebuttonbox {
    float: right;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-news-show .info .right .bdsharebuttonbox a {
    padding: 0;
    background: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e61f';
    text-align: center;
    color: #979797;
    background-color: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:after {
    line-height: 25px;
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;
    content: '';
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .bdsharebuttonbox a:after {
        margin: 0 6px;
    }
}

.wrap-news-show .info .right .bdsharebuttonbox a:first-child {
    padding-left: 0;
}

.wrap-news-show .info .right .bdsharebuttonbox a:last-child:after {
    display: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover {
    opacity: 1;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover:before {
    color: #314E92;
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before {
    font-size: 30px;
    line-height: 30px;
    content: '\e635';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before {
    content: '\e609';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before {
    content: '\e61b';
}

.wrap-news-show .text {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .wrap-news-show .text {
        font-size: 15px;
    }
}

.wrap-news-show .text p {
    margin: 0;
    color: #666;
}

.wrap-news-show .text img {
    max-width: 100%;
    margin: 0 25px;
}

@media (max-width: 991px) {
    .wrap-news-show .text img {
        margin: 10px 0;
    }
}

.wrap-news-show .relate {
    font-size: 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    border-top: 1px solid #e9e9e9;
}

@media (max-width: 991px) {
    .wrap-news-show .relate {
        margin-top: 50px;
        padding-right: 0;
    }
}

.wrap-news-show .relate div.left {
    float: left;
    width: 70%;
}

.wrap-news-show .relate div.left a {
    font-size: 15px;
}

.wrap-news-show .relate div.right {
    float: right;
    width: 30%;
    text-align: right;
}

.wrap-news-show .relate div.right a {
    line-height: 64px;
}

.wrap-news-show .relate a {
    font-size: 16px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    /* width: 50%; */
    margin: 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-news-show .relate div.right,
    .wrap-news-show .relate div.left {
        width: 100%;
        margin-top: 10px;
    }
}


/* .wrap-news-show .relate a:last-child {
    text-align: right;
} */

@media (max-width: 991px) {
    .wrap-news-show .relate div.right {
        text-align: left;
    }
}

.wrap-news-show .relate div a:hover {
    color: #314E92;
}

.wrap-news-title {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news-title {
        margin-top: 60px;
    }
}

.wrap-news-title img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .wrap-news-title img {
        max-width: 250px;
    }
}

.wrap-job .job-text {
    font-size: 0;
    overflow: hidden;
}

.wrap-job .job-text .pic {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .pic {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .pic {
        width: 100%;
    }
}

.wrap-job .job-text .pic img {
    width: 100%;
}

.wrap-job .job-text .note {
    display: inline-block;
    width: 76%;
    padding-left: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note {
        width: 64%;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-job .job-text .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note p {
        font-size: 15px;
    }
}

.wrap-job .contact {
    overflow: hidden;
}

.wrap-job .contact .title-contact {
    float: left;
    width: 26%;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact {
        width: 100%;
        margin-top: 40px;
    }
}

.wrap-job .contact .title-contact h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact h3 {
        font-size: 24px;
    }
}

.wrap-job .contact .title-contact p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact p {
        font-size: 20px;
    }
}

.wrap-job .contact .note {
    position: relative;
    float: left;
    width: 37%;
    margin-top: 90px;
    padding: 0 100px;
}

@media (max-width: 1560px) {
    .wrap-job .contact .note {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .wrap-job .contact .note {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
}

.wrap-job .contact .note:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 94px;
    content: '';
    background: url(http://demo344.qdbocweb.com/web/bocweb/assets/images/line-4.png) no-repeat;
}

@media (max-width: 991px) {
    .wrap-job .contact .note:before {
        display: none;
    }
}

.wrap-job .contact .note p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.wrap-job .job .title-job {
    text-align: center;
}

.wrap-job .job .title-job h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job h3 {
        font-size: 24px;
    }
}

.wrap-job .job .title-job p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job p {
        font-size: 20px;
    }
}

.wrap-job .job .text {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-job .job .text {
        margin-top: 40px;
    }
}

.wrap-job .job .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.wrap-job .job .text p {
    font-size: 13px;
    line-height: 2.30769231;
    color: #666;
}

.wrap-job .job .text p a:hover {
    text-decoration: underline;
    color: #314E92;
}


/* .wrap-job .job .list {
    margin-top: 60px;
} */

.wrap-job .job .list>ul {
    overflow: hidden;
    /* border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; */
}

.wrap-job .job {
    background: #fff;
}

.wrap-job .job .list>ul>li {
    border-bottom: 1px solid #ddd;
}

.wrap-job .job .list>ul>li:first-child {
    /* font-weight: bold; */
    line-height: 60px;
    /* border: none; */
    /* background-color: #f4f4f4; */
}

.wrap-job .job .list>ul>li:first-child .tlist .titem p {
    font-size: 18px;
    color: #777;
}

.wrap-job .job .list>ul>li:first-child .tlist .titem p b {
    color: #000;
    font-weight: normal;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li:first-child .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist {
    overflow: hidden;
}

.wrap-job .job .list>ul>li .tlist .titem {
    font-size: 16px;
    display: inline-block;
    width: 19%;
    min-height: 60px;
    margin-right: -4px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0;
}

.wrap-job .job .list>ul>li .tlist .titem:first-child {
    /* border-left: 1px solid #ddd; */
    border-right: 1px solid #ddd;
    min-height: 150px;
    text-align: left;
}

.wrap-job .job .list>ul>li .tlist .titem:first-child p {
    font-size: 26px;
    color: #000;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem {
        padding: 0 4px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
    width: 20%;
}


/* @media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
        width: 18%;
    }
} */

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) {
    text-align: right;
    color: #314E92;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a {
    text-decoration: underline;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a:hover {
    color: #df0815;
}

.wrap-job .job .list>ul>li .tlist .titem p {
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a {
    line-height: 2;
    display: inline-block;
    padding: 14px 0;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a {
        padding: 0 0;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.more {
    background: #314E92;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a.more:after {
        display: none;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.apply {
    color: #314E92;
}

.wrap-job .job .list>ul>li .tlist .titem a.apply:hover {
    color: #d70c18;
}


/* .wrap-job .job .list>ul>li.current {
    background-color: #efefef;
} */

.wrap-job .job .list>ul>li.current .tlist .titem a.more {
    background: #DCDCDC;
    color: #666;
}

.wrap-job .job .list>ul>li .note {
    display: none;
    padding: 30px 50px;
    border-top: 1px solid #ddd;
    /* background-color: #efefef; */
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note {
        padding: 0px 0;
    }
}

.wrap-job .job .list>ul>li .note p {
    font-size: 16px;
    line-height: 2;
}

.wrap-job .job .list>ul>li .note a.apply {
    display: inline-block;
    padding: 5px 25px;
    background: #314E92;
    color: #fff;
    margin-right: 20px;
    line-height: 2;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note p {
        font-size: 14px;
        display: block;
        margin: 6px 10px;
    }
}
@media (max-width: 767px) {
	.wrap-job .job .list>ul>li .note{
		margin-top: 10px;
	}
	.wrap-job .job .list>ul>li .note h3{
		margin: 10px 0 5px 0;
	    font-size: 18px;	
	}
}
.wrap-job .message {
    position: fixed;
    z-index: 110;
    top: 5%;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .wrap-job .message {
        padding: 20px;
    }
}

.wrap-job .message .messageinfo {
    position: relative;
    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-job .message .messageinfo {
        padding: 0 15px 15px 15px;
    }
}

.wrap-job .message .m-close {
    position: absolute;
    top: -20px;
    right: -20px;
    float: right;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-job .message .m-close:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;
    content: '\e61b';
    color: #999;
}

.wrap-job .message .m-close:hover {
    background-color: #314E92;
}

.wrap-job .message .m-close:hover:after {
    color: #fff;
}

.wrap-job .message form {
    overflow: hidden;
}

.wrap-job .message .col-xs-12 {
    margin-top: 10px;
}

.wrap-job .message form {
    margin-top: 30px;
}

.wrap-job .message .title-message {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.wrap-job .message .title-message span {
    display: inline-block;
    margin-left: 10%;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message span {
        margin-left: 6px;
    }
}

.wrap-job .message .title-message h3 {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message h3 {
        font-size: 16px;
    }
}

.wrap-job .message .item {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding-left: 120px;
}

@media (max-width: 991px) {
    .wrap-job .message .item {
        padding-left: 90px;
    }
}

.wrap-job .message .item-1 {
    padding-left: 0;
    text-align: center;
}

.wrap-job .message .item-1 .btn {
    display: inline-block;
    margin: 0 40px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .wrap-job .message .item-1 .btn {
        margin: 0 10px;
        margin-top: 20px;
    }
    .wrap-job .job .list>ul>li .tlist .titem {
        font-size: 16px;
        display: inline-block;
        width: 30%;
        min-height: 60px;
        margin-right: -4px;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        margin: 8px 0;
    }
    .wrap-job .job .list>ul>li .tlist .titem:first-child p {
        font-size: 20px;
        color: #000;
    }
    .wrap-job .job .list>ul>li .tlist .titem:first-child {
        width: 20%;
    }
    .wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
        width: 30%;
    }
}

@media (max-width:480px) {
	.wrap {
	    padding: 20px 0;
	}
	.wrap-job .job .list>ul>li{
		padding-bottom: 15px;
	}
    .wrap-job .job .list>ul>li .tlist .titem {
        /* width: 37%; */
		float: left;
        width: 78%;
		text-align: left;
		min-height: 0px;
		line-height: 0px;
		margin: 0px 0;
    }
	.wrap-job .job .list>ul>li .tlist .titem:first-child p{
		line-height: 20px;
	}
    .wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
        width: 40%;
		margin-top: 10px;
    }
    .wrap-job .job .list>ul>li .tlist .titem a.more {
        background: #314E92;
        font-size: 12px;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .wrap-job .job .list>ul>li .tlist .titem:first-child {
        width: 22%;
    }
}

.wrap-job .message p {
    font-size: 16px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    margin: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-job .message p {
        font-size: 14px;
        width: 70px;
    }
}

.wrap-job .message input,
.wrap-job .message textarea,
.wrap-job .message select {
    line-height: 28px;
    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}

.wrap-job .message .js-check {
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 100%;
    height: 50px;
    color: #666;
}

.wrap-job .message .js-check i {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.wrap-job .message .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.wrap-job .message .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-job .message .js-check label:after {
    position: relative;
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label:after {
        top: 12px;
    }
}

.wrap-job .message .js-check label i {
    position: absolute;
    z-index: 9;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label i {
        top: 22px;
    }
}

.wrap-job .message .js-check label.checked i {
    background-color: #000;
}

.wrap-job .message .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-job .message .fileWrapper {
    position: relative;
    float: left;
    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}

.wrap-job .message .fileWrapper input {
    min-height: auto;
}

.wrap-job .message .fileInputText {
    width: 100% !important;
}

.wrap-job .message .fileInputText,
.wrap-job .message .nicefile {
    height: 50px !important;
}

.wrap-job .message .fileInputButton {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #314E92;
}

.wrap-job .message .filedelete {
    line-height: 48px;
    float: left;
    margin-left: 20px;
    color: #314E92;
}

.wrap-job .message .submit,
.wrap-job .message .reset {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #cecece;
}

.wrap-job .message .submit:hover,
.wrap-job .message .reset:hover {
    color: #fff;
    background-color: red;
}

.wrap-job .message .submit {
    color: #fff;
    background-color: #314E92;
}

.wrap-job .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-job .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #314E92;
}

.wrap-job .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.maskbg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.wrap-message .title-in h2 {
    color: #09357f;
}

.wrap-message .info {
    display: table;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info {
        display: block;
        width: 100%;
    }
}

.wrap-message .info .message {
    display: table-cell;
    width: 50%;
    padding: 30px 0;
    padding-right: 50px;
    vertical-align: middle;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-message .info .message {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.wrap-message .info .message ul li {
    overflow: hidden;
    margin-top: 14px;
}

.wrap-message .info .message ul li:first-child {
    margin-top: 0;
}

.wrap-message .info .message ul li:first-child input {
    float: left;
    width: 60%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li:first-child input {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li:first-child input {
        width: 100%;
    }
}

.wrap-message .info .message ul li input,
.wrap-message .info .message ul li textarea {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        line-height: 30px;
        min-height: 50px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        font-size: 16px;
    }
}

.wrap-message .info .message ul li input::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-o-placeholder,
.wrap-message .info .message ul li textarea:-o-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input::-moz-placeholder,
.wrap-message .info .message ul li textarea::-moz-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-ms-input-placeholder,
.wrap-message .info .message ul li textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:focus::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-o-placeholder,
.wrap-message .info .message ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-moz-placeholder,
.wrap-message .info .message ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-ms-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li .btn {
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    padding: 0 100px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #09357f;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .btn {
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .btn {
        font-size: 18px;
        font-size: 16px;
        padding: 0 50px;
    }
}

.wrap-message .info .message ul li .btn.reset {
    margin-left: 10px;
    background-color: #245c9a;
}

.wrap-message .info .message ul li .btn:hover {
    background-color: #6eb92c;
}

.wrap-message .info .message ul li .js-check {
    font-size: 20px;
    line-height: 60px;
    float: left;
    width: 40%;
    text-align: center;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check {
        line-height: 50px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .js-check {
        font-size: 16px;
        width: 100%;
        margin-top: 16px;
        text-align: left;
    }
}

.wrap-message .info .message ul li .js-check i {
    display: inline-block;
    margin: 0 10px;
}

.wrap-message .info .message ul li .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label:after {
    position: relative;
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label:after {
        top: 12px;
    }
}

.wrap-message .info .message ul li .js-check label i {
    position: absolute;
    z-index: 9;
    top: 26px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label i {
        top: 22px;
    }
}

.wrap-message .info .message ul li .js-check label.checked i {
    background-color: #000;
}

.wrap-message .info .message ul li .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-message .info .pic {
    display: table-cell;
    width: 50%;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info .pic {
        display: block;
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.wrap-message .info .pic img {
    width: 100%;
}

.wrap-research {
    padding: 50px;
}

@media (max-width: 991px) {
    .wrap-research {
        padding: 50px 15px;
    }
}

.wrap-research .research-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 991px) {
    .wrap-research .research-text p {
        font-size: 15px;
    }
}

.wrap-research .research {
    font-size: 0;
    position: relative;
    z-index: 4;
    margin-top: 70px;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .wrap-research .research {
        margin-top: 40px;
    }
}

.wrap-research .research .list {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.wrap-research .research .item {
    padding: 50px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-research .research .item {
        padding: 15px 0;
    }
}

.wrap-research .research .item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    margin-bottom: 20px;
    content: '\e618';
    color: #666;
}

.wrap-research .research .item p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-research .research .item p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .wrap-research .research .item p {
        font-size: 14px;
    }
}

.wrap-research .research .item-2:before {
    font-size: 60px;
    content: '\e674';
}

.wrap-research .research .item-3:before {
    font-size: 56px;
    content: '\e619';
}

.wrap-research .research .item-4:before {
    font-size: 50px;
    content: '\e632';
}

.wrap-research .research-pic .item {
    margin-top: 30px;
}

.wrap-research .research-pic .item .img-box {
    padding-bottom: 62.5%;
}

.wrap-research .research-pic .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-research .research-pic .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-contact {
    background: url(../image/contact_bg.jpg) no-repeat center;
    background-size: cover;
}

.wrap-contact .contact {
    overflow: hidden;
    padding-bottom: 150px;
    position: relative;
    background: #fff;
}

.wrap-contact .contact .map {
    /* float: left; */
    width: 100%;
    height: 600px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .map {
        width: 100%;
        height: 350px;
    }
}

.wrap-contact .contact .text {
    /* float: left; */
    width: 80%;
    margin: 0 auto;
    left: 10%;
    position: absolute;
    bottom: 0px;
    background: #314E92;
    color: #fff;
    height: 330px;
    padding: 3% 5%;
}

.wrap-contact .contact .text .item {
    width: 50%;
    float: left;
}

.wrap-contact .contact .text .item:first-child {
    float: right;
}

@media (max-width: 991px) {
    .wrap-contact .contact {
        padding-bottom: 20px;
    }
    .wrap-contact .contact .text {
        width: 100%;
        padding: 0;
    }
    .wrap-contact .contact .text .item {
        width: 100%;
    }
    .wrap-contact .contact .text {
        /* float: left; */
        width: 100%;
        margin: 0 auto;
        left: 0%;
        position: relative;
        bottom: 0px;
        background: #314E92;
        color: #fff;
        height: auto;
        padding: 3% 5%;
        overflow: hidden;
    }
}

.wrap-contact .contact .text .item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.wrap-contact .contact .text .item:first-child {
    padding-left: 5%;
}

.wrap-contact .contact .text .item ul.city {
    overflow: hidden;
    padding-bottom: 15px;
}

.wrap-contact .contact .text .item ul.city li {
    float: left;
    width: 16.66666666666%;
    font-size: 16px;
    line-height: 2;
    cursor: pointer;
}

.wrap-contact .contact .text .item .add-content {
    overflow: hidden;
    padding-top: 20px;
}

.wrap-contact .contact .text .item .add-content .list {
    display: none;
}

.wrap-contact .contact .text .item .add-content .list:first-child {
    display: block;
}

.wrap-contact .contact .text .item .add-content div button {
    float: right;
    padding: 5px 20px;
    border-radius: 30px;
    color: #314E92;
    font-size: 18px;
    background: #fff;
}

.wrap-contact .contact .text .item .add-content div button img {
    margin-right: 8px;
}

.wrap-contact .contact .text .item ul.city li.active span {
    font-weight: bold;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item h3 {
        font-size: 20px;
        /* margin: 30px 0; */
    }
    .wrap-contact .contact .text .item:first-child {
        padding-left: 0%;
    }
}

.wrap-contact .contact .text .item p {
    font-size: 16px;
    line-height: 2;
    position: relative;
    /* padding-left: 34px; */
}

.wrap-contact .contact .text .item p img {
    padding-right: 10px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 14px;
    }
}

.wrap-contact .contact .text .item:last-child {
    border-right: 1px solid rgba(255, 255, 255, .6);
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item:last-child {
        border-right: 0px solid rgba(255, 255, 255, .6);
    }
    .wrap-contact .contact .text .item:last-child {
        padding-left: 0%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .6);
    }
}

@media (max-width: 991px) {
    .wrap-message {
        padding: 50px 15px;
    }
}

.title-contact h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 43px;
    margin: 0;
    text-transform: uppercase;
    color: #314E92;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .title-contact h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .title-contact h2 {
        font-size: 24px;
    }
}

.title-contact {
    text-align: center;
}

.title-contact p {
    font-size: 34px;
    margin: 0;
    color: #000;
}

@media (max-width: 767px) {
    .title-contact p {
        font-size: 16px;
    }
}

.message {
    overflow: hidden;
}

.message .left {
    padding: 0 3%;
}

@media (max-width: 991px) {
    .message .left {
        width: 100%;
        padding-right: 0;
    }
}

.message .left form {
    overflow: hidden;
}

.message .left form ul {
    overflow: hidden;
    margin: 0 -30px;
}

@media (max-width: 991px) {
    .message .left form ul {
        margin: 0 -15px;
    }
}

.message .left form ul li {
    float: left;
    width: 100%;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .message .left form ul li {
        padding: 0 15px;
    }
}

.message .left form ul li:last-child {
    text-align: center;
}

.message .left form .item {
    width: 33.333%;
    float: left;
}

@media (max-width:767px) {
    .message .left form .item {
        width: 100%;
    }
}

.message .left form input,
.message .left form textarea {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .message .left form input,
    .message .left form textarea {
        font-size: 15px;
        line-height: 24px;
        min-height: 44px;
        padding: 10px 10px 10px 50px;
    }
}

.message .left form .ipttext {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .message .left form .ipttext {
        margin-top: 20px;
    }
}

.message .left form .ipttext:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    content: '\e754';
    text-align: center;
    color: #afafaf;
}

@media (max-width: 991px) {
    .message .left form .ipttext:before {
        line-height: 44px;
    }
}

.message .left form input::-webkit-input-placeholder,
.message .left form textarea::-webkit-input-placeholder {
    color: #999;
}

.message .left form input:-o-placeholder,
.message .left form textarea:-o-placeholder {
    color: #999;
}

.message .left form input::-moz-placeholder,
.message .left form textarea::-moz-placeholder {
    color: #999;
}

.message .left form input:-ms-input-placeholder,
.message .left form textarea:-ms-input-placeholder {
    color: #999;
}

.message .left form input:focus::-webkit-input-placeholder,
.message .left form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-o-placeholder,
.message .left form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-moz-placeholder,
.message .left form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-ms-input-placeholder,
.message .left form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.message .left form .tel .ipttext:before {
    content: '\e61c';
}

.message .left form .email .ipttext:before {
    content: '\e6a4';
}

.message .left form .note .ipttext:before {
    font-size: 18px;
    content: '\e62e';
}

.message .left form .submit,
.message .left form .reset {
    font-size: 20px;
    line-height: 58px;
    display: inline-block;
    height: 58px;
    margin: 0 auto;
    margin-top: 26px;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #314E92;
}

@media (max-width: 1199px) {
    .message .left form .submit,
    .message .left form .reset {
        font-size: 16px;
        margin-top: 30px;
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .message .left form .submit,
    .message .left form .reset {
        line-height: 40px;
        height: 40px;
        padding: 0 30px;
    }
}

.message .left form .submit:hover,
.message .left form .reset:hover {
    background-color: #f54336;
}

.message .left form .reset {
    margin-left: 6%;
    background-color: #999;
}


/**
 * page
 */

.page {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}

.pagination>li>a, .pagination>li>span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #999;
		padding:0;
		border:0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: transparent;
}
.pagination>.active>span,.pagination>.active>span:hover {
	background-color:transparent;
	color:#314E92;
}

.page a.omit:hover {
    color: #333;
    background-color: #eee;
}

.page a.prev,
.page a.first-child {
    font-size: 14px;
    width: auto;
}

@media (max-width: 991px) {
    .page a.first-child:after {
        width: 30px;
    }
}

.page a.next,
.page a.last-child {
    font-size: 14px;
    width: auto;
}

@media (max-width: 991px) {
    .page a.last-child:before {
        width: 30px;
    }
}

.page a.active,
.page a:hover {
    color: #314E92;
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child {
        margin: 0 5px;
    }
}

.bdshare_popup_box {
    right: 0 !important;
    left: auto !important;
    display: none !important;
}

.stuck {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 70px !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}

.stuck .logo {
    margin-top: 16px;
}

.stuck .nav .nav-list1>li>a {
    line-height: 70px;
}

.stuck .nav .nav-list1>li.more>a:after {
    margin-top: 28px;
}

.stuck .find {
    line-height: 70px;
}

.stuck .cart {
    margin-top: 13px;
}

.table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}

.bdshare_weixin_qrcode_dialog {
    height: 310px !important;
}