@charset "utf-8";


/* noto-sans-sc-900 */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 900;
    src: url('noto-sans-sc-900.eot');
    /* IE9 Compat Modes */
    src: local('Noto Sans SC'), local('NotoSans SC-Normal'), url('noto-sans-sc-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('noto-sans-sc-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('noto-sans-sc-900.woff') format('woff'),
        /* Modern Browsers */
        url('noto-sans-sc-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('noto-sans-sc-900.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'iconfont';
    /* Project id 2214638 */
    src: url('font_2214638.woff2') format('woff2'), url('font_2214638.woff') format('woff'), url('font_2214638.ttf') format('truetype');
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans SC';
    min-width: 320px;
    color: #000;
    overflow: hidden;
}

html.active {
    overflow-y: hidden;
}

@font-face {
    font-family: 'goomay';
    /* project id 523133 */
    src: url('font_523133.eot');
    src: url('font_523133.eot?#iefix') format('embedded-opentype'), url('font_523133.woff') format('woff'), url('font_523133.ttf') format('truetype'), url('font_523133.svg') format('svg');
}

.goomay a {
    font-family: "goomay" !important;
    font-size: 12px !important;
    color: rgb(0, 0, 0, 1) !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    transition: .5s all;
}

.icon-goomay a:before {
    content: "\e602";
}

.goomay a:hover {
    color: rgb(0, 0, 0, .5) !important;
}

.icon-g:before {
    content: "\e603";
}

.iconfont {
    font-family: 'iconfont';
}

* {
    word-break: normal !important
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    color: #000;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}

.relative {
    position: relative;
}

.container {
    max-width: 1200px;
    padding: 0 10px;
}

.container2 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

#page {
    padding-top: 0px;
    overflow: hidden;
}

nav.mm-menu_offcanvas {
    display: none;
}

#header a.mm_btn {
    display: none;
    transition: .3s all;
}

#BMapLib_transBox0 table td {
    box-sizing: content-box !important;
}

.target-fix {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}

img[src=""],
img:not([src]) {
    opacity: 0 !important;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

.table>.middle {
    display: table-cell;
    vertical-align: middle;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #31735b;
    border-radius: 3px;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html {
    scrollbar-face-color: #bfbfbf;
    /*滚动条颜色*/
    scrollbar-highlight-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-Shadow-color: #adadad;
    /*滑块边色*/
    scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
    /*箭头颜色*/
    scrollbar-track-color: #eeeeee;
    /*背景颜色*/
}

/* header */
.head {
    height: 100px;
    width: 100%;
}

.header {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    transition: top 0.36s;
}

.header .inner {
    height: 100px;
    line-height: 100px;
    transition: 0.36s;
    background: transparent;
    padding: 0 1.5vw;
    position: relative;
}

.header .inner::after {
    content: '';
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

.header .inner .logo {
    font-size: 0;
    height: 100px;
    line-height: 100px;
    transition: 0.36s;
    position: relative;
    z-index: 5;
}

.header .inner .logo img {
    display: none;
}

.header .inner .logo img.inline {
    display: inline;
}

.header .inner nav {
    position: relative;
    margin-left: 6vw;
}

.header .inner nav ul {
    font-size: 0;
    white-space: nowrap;
}

.header .inner nav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    margin-right: 2vw;
}

.header .inner nav ul li>a {
    transition: color 0.3s;
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #3f3f3f;
}

.header .inner nav ul li.active>a,
.header .inner nav ul li>a:hover {
    color: #e50012;
}

.header .inner .language {
    font-size: 0;
    margin-top: 27.5px;
    transition: 0.3s;
}

.header .inner .language>a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    transition: 0.3s;
}

.header .inner .language>a i {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}

.header .inner .language>a i svg path {
    transition: 0.36s;
}

.header .inner .language .lang-none {
    display: none;
}

.header .inner .language .lang-none a {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    color: #939393;
    background: #fff;
}

.header .inner .language:hover {
    box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.18);
    background: #fff;
}

.header .inner .language:hover>a {
    color: #939393;
}

.header .inner .language:hover>a i svg path {
    fill: #939393;
}

.header .inner .language .lang-none a:hover {
    background: #000;
    color: #dddddd;
}

.header .inner .contact {
    font-size: 0;
}

.header .inner .contact i {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}

.header .inner .contact span {
    display: inline-block;
    color: #939393;
    font-size: 16px;
    vertical-align: middle;
}

.header .inner .index-search {
    z-index: 5;
    position: relative;
}

.header .inner .index-search svg {
    vertical-align: text-bottom;
}

.header .inner .index-search svg path {
    transition: 0.36s;
}

.header .inner .index-search .content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: none;
}

.header .inner .index-search .content .container {
    position: relative;
    height: 100%;
}

.header .inner .index-search .content .s-content {
    background: #fff;
    text-align: center;
    padding: 6vh 0;
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.header .inner .index-search .content a.close {
    position: absolute;
    font-size: 32px;
    top: 10px;
    right: 20px;
}

.header .inner .index-search .content .title {
    font-size: 24px;
    color: #242424;
    margin-bottom: 10px;
    line-height: 1.5;
}

.header .inner .index-search .content .input {
    font-size: 0;
    line-height: 1;
}

.header .inner .index-search .content input {
    height: 60px;
    outline: none;
    vertical-align: middle
}

.header .inner .index-search .content .inpt3 {
    padding-left: 20px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    width: 45%
}

.header .inner .index-search .content .inpt3::-webkit-input-placeholder {
    color: #b6b6b6;
}

.header .inner .index-search .content .inpt3:-moz-placeholder {
    color: #b6b6b6;
}

.header .inner .index-search .content .inpt3::-moz-placeholder {
    color: #b6b6b6;
}

.header .inner .index-search .content .inpt3:-ms-input-placeholder {
    color: #b6b6b6;
}

.header .inner .index-search .content .inpt4 {
    width: 60px;
    background: #313131 url(../images/search.png)no-repeat center center;
    border: none;
}

.header .inner .index-search .content.active .s-content {
    transform: none;
    opacity: 1;
    transition-delay: 0.36s;
}

.head {
    height: 100px;
    width: 100%;
}

.header.active .inner {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.header.active .inner::after {
    height: 100%;
}

.header.active .inner .logo img {
    display: inline;
}

.header.active .inner .logo img.inline {
    display: none;
}

.header.active .inner nav ul li>a {
    color: #000;
    text-shadow: none;
}

.header.active .inner nav ul li.active>a,
.header.active .inner nav ul li>a:hover {
    color: #e50012;
}

.header.active .inner .language>a {
    color: #939393;
}

.header.active .inner .language>a i svg path {
    fill: #939393;
}

/* banner */
.col-banner {
    transition: 0.5s all ease;
    position: relative;
}

.col-banner .swiper-slide {
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.col-banner .swiper-slide .container2 {
    height: 100%;
    position: relative;
}

#col-index-banner .swiper-slide {

}
#col-index-banner .swiper-slide .img img{width:100%;}
#col-index-banner .swiper-slide .img .pc{
    display: block;
}
#col-index-banner .swiper-slide .img .m{
    display: none;
}
#col-index-banner .ban_cont {
    position: absolute;
    bottom: 30vh;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    width: 100%;
    padding: 0 10px;
    padding-right: 180px;
}

#col-index-banner .ban_cont p {
    font-size: 20px;
    transform: translateX(20px);
    opacity: 0;
    transition: 0.5s;
}

#col-index-banner .ban_cont p:nth-child(1),
#col-index-banner .ban_cont p:nth-child(2) {
    font-size: 48px;
    font-weight: bold;
}

#col-index-banner .ban_cont a.more {
    display: block;
    width: 180px;
    height: 56px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 10px;
    bottom: -10vh;
    text-align: center;
    line-height: 52px;
}

#col-index-banner .ban_cont a.more i.fa {
    font-size: 14px;
    margin-left: 20px;
}

#col-index-banner .ban_cont a.more::after {
    content: '';
    width: 14px;
    height: 100%;
    background: #e50012;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}

#col-index-banner .ban_cont a.more:hover::after {
    width: 100%;
}

#col-index-banner .swiper-slide-active .ban_cont p {
    transform: none;
    opacity: 1;
    transition-delay: 0.7s;
}

#col-index-banner .swiper-slide-active .ban_cont p:nth-child(1) {
    transition-delay: 0.5s;
}

#col-index-banner .swiper-slide-active .ban_cont p:nth-child(2) {
    transition-delay: 0.6s;
}

#col-index-banner .swiper-btn {
    position: absolute;
    left: 0;
    bottom: 9vh;
    width: 100%;
    z-index: 10;
}

#col-index-banner .swiper-btn .swiper-button {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    outline: none;
    background: none;
    display: inline-block;
    left: auto;
    right: auto;
    top: auto;
    vertical-align: middle;
}

#col-index-banner .swiper-btn .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#col-index-banner .swiper-btn .swiper-pagination span {
    display: inline-block;
    margin: 0 10px;
}

#col-index-banner .swiper-btn .swiper-pagination span.swiper-pagination-current {
    color: #e50012;
}

#col-banner .ban_cont {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

#col-banner .ban_cont h1 {
    font-weight: 900;
    font-size: 48px;
    text-shadow: 2.5px 4.33px 5px rgba(6, 0, 1, 0.1);
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

#col-banner .swiper-slide-active .ban_cont h1 {
    transform: none;
    opacity: 1;
    transition-delay: 0.5s;
    text-shadow: 1px 1px 1px #3f3f3f;
}

/* product */
.col-index-product {
    padding: 12vh 0 8vh;
    background-image: url(../images/ab01.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-index-product h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.col-index-product .content {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10vh;
}

.col-index-product ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16vh;
}

.col-index-product ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.col-index-product ul li .img {
    width: 50%;
    overflow: hidden;
}

.col-index-product ul li .img img {
    width: 100%;

}

.col-index-product ul li .img:hover img {
    transform: none;
}

.col-index-product ul li .wrap {
    width: 50%;
    padding: 15px 4vw 0 10vw;
}

.col-index-product ul li:nth-child(2n) .wrap {
    padding: 15px 10vw 30px 14vw;
}

.col-index-product ul li .wrap h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 25px 0;
}

.col-index-product ul li .wrap .s-content {
    font-size: 18px;
    line-height: 1.875;
}
.col-index-product ul li .wrap .s-content p{font-size:16px;}
.col-index-product ul li .wrap a.more {
    display: block;
    width: 210px;
    height: 56px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    transition: 0.36s;
    position: relative;
    z-index: 1;
    margin-top: 5vh
}

.col-index-product ul li .wrap a.more i.fa {
    font-size: 14px;
    margin-left: 20px;
    color: #c9c9c9;
    transition: 0.36s;
}

.col-index-product ul li .wrap a.more::after {
    content: '';
    width: 14px;
    height: 100%;
    background: #e50012;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}

.col-index-product ul li .wrap a.more:hover,
.col-index-product ul li .wrap a.more:hover i.fa {
    color: #fff;
}

.col-index-product ul li .wrap a.more:hover::after {
    width: 100%;
}

/* case */
.col-index-case {
    padding: 20vh 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.col-index-case .content {
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
    position: relative;
    z-index: 1;
}

.col-index-case .content h2 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.col-index-case .content h2::after {
    content: '';
    width: 51px;
    height: 4px;
    background: #e50012;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.col-index-case a.more {
    display: block;
    margin: 7vh auto 0;
    width: 70px;
    height: 70px;
    border-radius:70px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    overflow: hidden;
}

.col-index-case a.more::after {
    content: '';
    width: 150px;
    height: 150px;
    background: #e50012;
    transform: rotate(45deg);
    position: absolute;
    right: calc(100% - 23px);
    bottom: calc(100% - 33px);
    transition: 0.5s;
    z-index: -1;
}

.col-index-case a.more:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e50012;
}

.col-index-case a.more:hover::after {
    right: -28px;
    bottom: -28px;
}

.col-index-case .video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.col-index-case::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 71, 157, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

/* news */
.col-index-news {
    padding: 9vh 0 22vh;
}

.col-index-news h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}

.col-index-news .child {
    text-align: center;
    margin-bottom: 5vh;
}

.col-index-news .child a {
    color: #666;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px;
    transition: 0.3s;
}

.col-index-news .child a:hover {
    color: #e50012;
}


.col-index-news .swiper-slide .img {
    overflow: hidden;
}

.col-index-news .swiper-slide .img img {
    width: 100%;
    transition: 0.5s;
}

.col-index-news .swiper-slide .content {
    padding: 30px;
    background: #fff;
}

.col-index-news .swiper-slide .content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.36s;
    text-align:center;
}

.col-index-news .swiper-slide .content .s-content {
    color: #666;
    line-height: 1.875;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-bottom: 30px;
}

.col-index-news .swiper-slide .content p.date {
    color: #666;
    font-size: 16px;
}

.col-index-news .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}

.col-index-news .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #aaaaaa;
    opacity: 1;
    transition: 0.36s;
}

.col-index-news .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e50012;
}

.col-index-news .swiper-slide:hover {
    box-shadow: 0px 5px 13px 0px rgba(6, 0, 1, 0.21);
}

.col-index-news .swiper-slide:hover .content h3 {
    color: #e50012
}

.col-index-news .swiper-slide:hover .img img {
    transform: scale(1.1);
}

/* page */
.page {
    text-align: center;
}

.page .pagination {
    margin: 5px 0;
}

.page ul li a {
    border: 1px solid #e5e5e5 !important;
    background: #fff;
    color: #e50012;
    margin: 0 3.5px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 !important;
}

.page ul li.disabled a {
    border: none;
    background: #fff;
}

.page ul li.active a {
    border: none;
    background: #e50012;
    color: #fff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    border: none;
    background: #fff;
    color: #e50012
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border: none;
    background: #e50012;
    color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #fff;
    color: #e50012;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    color: #e50012
}

/* 内页 */
/* 关于我们 */
.col-page-about h2 {
    color: #e50012;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
}

.col-profile .container2 {
    padding: 6.5vh 20px 7vh;
}

.col-profile ul li {
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.col-profile ul li:last-child {
    border-bottom: none;
}

.col-profile ul li .content {
    color: #666;
    font-size: 18px;
    line-height: 1.3;
}

.col-profile ul li .img {
    margin-top: 7vh
}

.col-honor {
    background: #f2f3f4;
}

.col-honor .container2 {
    padding: 12vh 20px 18vh;
}

.col-honor h2 .swiper-pagination {
    position: relative;
    bottom: auto;
    float: right;
}

.col-honor h2 .swiper-pagination span {
    width: 13px;
    height: 13px;
    background: #959595;
    opacity: 1;
    transition: 0.3s;
    margin: 0 3.5px;
    outline: none;
}

.col-honor h2 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e50012;
}

.col-honor .swiper-slide .img {
    overflow: hidden;
}

.col-honor .swiper-slide .img img {
    width: 100%;
    transition: 0.5s;
}

.col-honor .swiper-slide:hover .img img {
    transform: scale(0.95);
}

.col-contact {
    position: relative;
}

.col-contact .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.col-contact .map #gaode_map {
    height: 100%;
    width: 100%;
    box-shadow: 0px 14px 16px 0px rgba(6, 0, 1, 0.09);
}

.col-contact .container2 {
    padding: 6vh 20px 6.5vh;
}

.col-contact .container2 .content {
    margin: 0 auto;
    max-width: 628px;
    background: #fff;
    position: relative;
    z-index: 151;
    margin-right: 0;
}

.col-contact .container2 .content .title {
    padding: 30px 28px 22px;
    border-bottom: 1px solid #e5e5e5;
}

.col-contact .container2 .content .title h2 {
    margin-bottom: 0;
}

.col-contact .container2 .content ul li {
    padding: 15px 28px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.36s;
}

.col-contact .container2 .content ul li h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.col-contact .container2 .content ul li .s-content {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    transition: 0.36s;
}

.col-contact .container2 .content ul li:hover,
.col-contact .container2 .content ul li.active {
    color: #fff;
    background: #e50012;
    border-color: #e50012;
}

.col-contact .container2 .content ul li:hover .s-content,
.col-contact .container2 .content ul li.active .s-content {
    color: #fff;
}

/* 产品 */
.col-page-product {
    padding: 8vh 10px 19vh;
}

.col-page-product h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}

.col-page-product .product-search {
    margin-top: 5vh;
    margin-bottom: 5vh;
    box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.08);
}

.col-page-product .product-search input {
    border: none;
    background: none;
    height: 50px;
    vertical-align: middle;
    outline: none;
}

.col-page-product .product-search .inpt3 {
    width: calc(100% - 65px);
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
}

.col-page-product .product-search .inpt4 {
    width: 60px;
    background: #313131 url(../images/search.png)no-repeat center;
}

.col-page-product ul.list li {
    float: left;
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 8vh;
    text-align:center;
}


.col-page-product ul.list li:nth-child(3n) {
    margin-right: 0;
}

.col-page-product ul.list li .img {
    border: 1px solid #dedede;
    overflow: hidden;
}

.col-page-product ul.list li .img img {
    width: 100%;
    transition: 0.5s;
}

.col-page-product ul.list li .title {
    margin-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    transition: 0.36s;
}

.col-page-product ul.list li:hover .img img {
    transform: scale(1.1);
}

.col-page-product ul.list li:hover .title {
    color: #e50012;
}
/* 推荐产品2 */
.col-page-product2 {
    padding: 2vh 10px ;
}



.col-page-product2 ul.list li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 8vh;
    text-align:center;
}


.col-page-product2 ul.list li:nth-child(4n) {
    margin-right: 0;
}

.col-page-product2 ul.list li .img {
    border: 1px solid #dedede;
    overflow: hidden;
}

.col-page-product2 ul.list li .img img {
    width: 100%;
    transition: 0.5s;
}

.col-page-product2 ul.list li .title {
    margin-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    transition: 0.36s;
}

.col-page-product2 ul.list li:hover .img img {
    transform: scale(1.1);
}

.col-page-product2 ul.list li:hover .title {
    color: #e50012;
}

.nav-list {
    float: left;
    width: 290px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.nav-list h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #eeeeee;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.nav-list ul {
    padding: 15px 20px 6vh;
}

.nav-list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    transition: 0.36s;
}

.nav-list ul li a {
    line-height: 1.7;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    color: #666;
}

.nav-list ul li.active>a,
.product-nav .nav-list ul li a:hover {
    color: #000
}

.nav-list ul li.active {
    border-bottom: 1px solid #000;
}

.nav-list ul li .child {
    padding-left: 20px;
}

.nav-list ul li .child a {
    display: block;
}

.nav-list ul li .child a.cur {
    color: #000
}

.col-page-product .product-list {
    padding-left: 30px;
    float: right;
    width: calc(100% - 290px);}
.col-page-product .product-list2 {



}

/* 产品详情页 */
.col-product-detail {
    padding: 6vh 0 0vh;
}

.col-product-detail .wrap {
    margin-bottom: 7vh;
}

.col-product-detail .wrap .back {
    font-size: 18px;
    font-weight: 500;
}

.col-product-detail .wrap .back i.fa {
    margin-right: 8px;
}

.col-product-detail .pro_show {
    margin-bottom: 5vh;
}

.col-product-detail .pro_show .img {
    width: 660px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.col-product-detail .pro_show .img img {
    width: 100%;
}



.col-product-detail .pro_show .content {
    width: calc(100% - 660px);
    float: right;
    padding-left: 6vw;
}

.col-product-detail .pro_show .content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    min-height:120px;
}

.col-product-detail .pro_show .content .s-content {
    color: #666;
    font-size: 18px;
    line-height: 2.5;
    margin-top:30px;

}

.col-product-detail .pro_show .content .link {
    margin-top: 14vh;
}

.col-product-detail .pro_show .content .link a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    height: 50px;
    border: 2px solid #959595;
    text-align: center;
    line-height: 46px;
    transition: 0.36s;
    padding:0 20px;
}

.col-product-detail .pro_show .content .link a:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}

.col-product-detail .detail {
    margin-bottom: 8vh;
}

.col-product-detail .detail h3 {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    font-weight: 400;
}

.col-product-detail .detail .content {
    color: #666;
    font-size: 16px;
    margin-bottom: 8vh;
    line-height: 1.875;
}

.col-product-detail .inquiry h3 {
    margin-bottom: 5vh;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    font-weight: 500;
}

.col-product-detail .inquiry p.cont {
    font-size: 14px;
    margin-bottom: 25px;
    color: #666;
    font-weight: 300;
}

.col-product-detail .inquiry form ul {
    float: left;
    width: 55%
}

.col-product-detail .inquiry form ul li {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 0
}

.col-product-detail .inquiry form ul li i {
    width: 80px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.col-product-detail .inquiry form ul li span {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 80px);
    vertical-align: middle
}

.col-product-detail .inquiry form ul li input {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    ;
    outline: none;
    background: none;
}

.col-product-detail .inquiry form ul li textarea {
    width: 100%;
    border: 1px solid #d2d2d2;
    ;
    outline: none;
    background: none;
}

.col-product-detail .inquiry form ul li .form-check {
    display: inline-block;
    font-size: 14px;
    color: #868686;
    width: 60px;
}

.col-product-detail .inquiry form ul li .form-check input {
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.col-product-detail .inquiry form ul li:last-child i {
    vertical-align: top;
}

.col-product-detail .inquiry form ul li:last-child span {
    vertical-align: top
}

.col-product-detail .inquiry form .code {
    float: right;
    width: 45%;
    padding-left: 6%
}

.col-product-detail .inquiry form .code .verify {
    line-height: 30px;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    ;
    background: none;
}

.col-product-detail .inquiry form .code .recaptcha {
    color: #868686;
    margin: 10px 0 15px;
    display: inline-block;
    border-bottom: 1px solid #868686;
}

.col-product-detail .inquiry form .code .content {
    color: #868686;
    font-size: 12px;
    width: 80%;
    line-height: 1.8;
}

.col-product-detail .inquiry form .code .sub {
    width: 200px;
    height: 40px;
    background: #e50011;
    margin-top: 45px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 2px;
}

.col-product-detail .content table {
    width: 100%
}

.col-product-detail .content table td {
    border: 1px solid #ccc;
    padding: 1%;
}

/* technology */
.col-page-technology {
    padding: 9vh 0 16vh;
}

.col-page-technology .content {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.col-page-technology .map {
    display: inline-block;
    position: relative;
}

.col-page-technology .map-dot ul li {
    position: absolute;
}

.col-page-technology .map-dot ul li img {
    cursor: pointer;
}

.col-page-technology .map-dot ul li .wrap {
    position: absolute;
    left: 100%;
    top: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.col-page-technology .map-dot ul li .wrap .title {
    font-size: 18px;
    font-weight: bold;
}

.col-page-technology .map-dot ul li .wrap .s-content {
    font-size: 14px;
    color: #666;
    line-height: 1.66;
    width: 180px;
    white-space: normal;
}

.col-page-technology .map-dot ul li:nth-child(2) .wrap {
    top: 30px;
}

.col-page-technology .map-dot ul li:nth-child(3) .wrap {
    top: 25px;
}

.col-page-technology .map-dot ul li:nth-child(4) .wrap {
    top: 5px;
}

.col-page-technology .map-dot ul li .info {
    position: fixed;
    width: 688px;
    padding: 6vh 4vw;
    background: #fff;
    box-shadow: 0px 5px 24px 0px rgba(6, 0, 1, 0.31);
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.col-page-technology .map-dot ul li .info i.iconfont {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.col-page-technology .map-dot ul li .info h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.col-page-technology .map-dot ul li.active .info {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

/* inquiry */
/****询盘****/
.col-page-inquiry {
    padding: 11vh 0 22vh;
}

.col-page-inquiry h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 45px;
}

.inquiry-container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.inquiry-container li img {
    height: 45px;
}

.inquiry-container a {
    color: #000000;
}

.inquiry-col {
    padding: 0 !important;
}

.inquiry-title {
    font-size: 24px;
    margin: 0px 0px 40px;
    color: #cccccc;
    position: relative;
}

.inquiry-title:before {
    width: 90%;
    content: "";
    position: absolute;
    border-top: 1px dashed #cccccc;
    right: 0;
    top: 15px;
}

.inquiry-title:after {
    width: 90%;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #cccccc;
    right: 0;
    top: 20px;
}

.inquiry-chose {
    padding: 12px 15px;
    box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.08);
    line-height: 45px;
}

.inquiry-chose .inquiry-select select {
    height: 45px;
    line-height: 45px;
    color: #000000;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    cursor: pointer;
    outline: none;
}

.inquiry-container .classification {
    padding: 0;
}

.inquiry-search {
    text-align: right;
    height: 45px;
    line-height: 45px;
}

.inquiry-search input {
    width: 290px;
    padding: 0 10px;
    color: #000000;
    display: inline-block;
    border: 1px solid #dcdcdc;
    height: 100%;
    outline: none;
}

.inquiry-search i {
    width: 45px;
    background: #313131;
    color: #ffffff;
    float: right;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 45px;
}

.inquiry-container .product-list {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #737373;
    color: #000000;
}

.inquiry-container .fa-play {
    color: #ffffff;
    background: #162c4c;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.inquiry-container .product-list .product-ul li {
    height: 60px;
    line-height: 60px;
    color: #000000;
    border-bottom: 1px solid #f2f2f2;
}

.inquiry-add,
.inquiry-submit {
    background: #e60012;
    color: #ffffff;
    padding: 14px 10px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.inquiry-submit {
    margin-top: 30px;
}

.inquiry-add .fa {
    font-size: 16px
}

.inquiry-list {
    margin-top: 20px;
}

.inquiry-container .list-head {
    background: #f2f2f2;
    height: 56px !important;
    line-height: 56px !important;
    font-size: 16px;
}

.inquiry-list li {
    height: 60px;
    line-height: 60px;
    color: #000000;
    border-bottom: 1px solid #f2f2f2;
}

.inquiry-container .fa-times,
.inquiry-container .fa-plus {
    font-size: 18px;
    cursor: pointer;
}

.gm-row {
    margin: 0;
    padding: 0 !important;
}

.inquiry-container .input-name {
    line-height: 40px;
    color: #0d0d0d;
}

.inquiry-container .input-type input,
.inquiry-container .input-type textarea {
    width: 100%;
    font-size: 12px;
    padding: 5px;
}

.inquiry-container .input-type textarea {
    height: 140px;
}

.inquiry-container .input-type input {
    height: 40px;
    margin-bottom: 10px
}

.inquiry-container .input-star {
    color: #cd0406;
}

.inquiry-form {
    padding: 7vh 35px;
}

.inquiry-form ul {
    width: 40%;
    margin-right: 4%;
    float: left;
}

.inquiry-form ul li {
    margin-bottom: 13px;
}

.inquiry-form .code li {
    margin-bottom: 9px;
}

.inquiry-form .code {
    width: 56%;
    float: right;
}

.inquiry-form input,
.inquiry-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding-left: 12px;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
}

.inquiry-form textarea {
    height: 176px;
    padding-top: 12px;
}

.inquiry-form input.verify {
    width: 50%;
}

.inquiry-form a.recaptcha {
    font-size: 16px;
    color: #4f9cde;
    border-bottom: 1px solid;
    transition: 0.3s;
    display: inline-block;
}

.inquiry-form a.recaptcha:hover {
    color: #e50012;
}

.inquiry-form .col-sub {
    text-align: right;
}

.inquiry-form .sub {
    width: 200px;
    height: 50px;
    background: #e50012;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 50px;
}

.inquiry-add-page {
    margin-top: 30px;
}

.inquiry-page {
    padding: 8px 0;
    text-align: right;
}

.inquiry-page li {
    display: inline;
}

.inquiry-page li a {
    font-family: arial;
    background: #ffffff;
    padding: 2px 6px;
    margin: 0 2px;
    font-size: 12px;
    display: inline;
    border: 1px solid #cccccc;
}

.inquiry-page li a:hover {
    background: #f3f3f3;
}

.inquiry-page li.active a {
    background: #f3f3f3;
    color: #ababab;
}

.inquiry-page li.bgnone a {
    display: none;
}

.submit-hide {
    display: none;
}

.inquiry-captcha .captcha_src {
    height: 40px;
}

/* news */
.col-page-news {
    background: #f8f8f8;
    padding: 12vh 10px 18vh;
}

.col-page-news ul.list {
    font-size: 0;
}

.col-page-news ul.list li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 6vh;
    transition: 0.36s;
}

.col-page-news ul.list li:nth-child(3n) {
    margin-right: 0;
}

.col-page-news ul.list li .img {
    overflow: hidden;
}

.col-page-news ul.list li .img img {
    width: 100%;
    transition: 0.5s;
}

.col-page-news ul.list li .content {
    padding: 30px;
    background: #fff;
}

.col-page-news ul.list li .content h3 {
    font-size: 18px;
    line-height: 1.579;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    transition: 0.36s;
}

.col-page-news ul.list li .content .s-content {
    color: #666;
    line-height: 1.875;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-bottom: 30px;
}

.col-page-news ul.list li .content p.date {
    color: #666;
    font-size: 16px;
}

.col-page-news ul.list li:hover {
    box-shadow: 0px 5px 13px 0px rgba(6, 0, 1, 0.21);
}

.col-page-news ul.list li:hover .content h3 {
    color: #e50012
}

.col-page-news ul.list li:hover .img img {
    transform: scale(1.1);
}

/* 新闻详情页 */
.col-news {
    position: relative;
    margin: 0 auto;
    padding: 5vh 20px 12vh
}

.col-news-detail {
    background: #f2f5f8;
}

.col-news article {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.col-news .met_clear {
    clear: both;
}

.col-news .met_module2 h1.met_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    color: #000;
}

.col-news .met_module2 .met_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.col-news .met_module2 .met_time {
    padding-right: 6px;
}

.col-news .met_module2 .met_source {
    padding-right: 6px;
}

.col-news .met_module2 .met_source a {
    color: #607fa6;
}

.col-news .met_module2 .met_editor {
    padding: 0 10px;
    color: #000;
}

.col-news .met_editor {
    line-height: 2;
}

.col-news .met_tools {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
}

.col-news .met_tools .met_page {
    clear: both;
    color: #818181;
}

.col-news .met_tools .met_page li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}

.col-news .met_tools .met_page li:last-child {
    margin-right: 0
}

.col-news .met_tools .met_page li span {
    padding-right: 5px;
}

.col-news .met_tools .met_page a {
    color: #607fa6;
}

/* recruit */
.col-page-recruit h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 5vh;
}

.col-idea .container2 {
    padding: 8vh 20px 18vh;
}

.col-idea ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-idea ul li {
    margin-right: 4%;
    flex: 1;
    box-shadow: 0px 0px 16px 0px rgba(6, 0, 1, 0.07);
}

.col-idea ul li:nth-child(2n) {
    margin-right: 0;
}

.col-idea ul li .img {
    overflow: hidden;
}

.col-idea ul li .img img {
    width: 100%;
    transition: 0.5s;
}

.col-idea ul li .content {
    padding: 30px 2vw 35px;
}

.col-idea ul li .content h3 {
    margin-bottom: 4vh;
}

.col-idea ul li .content h3 span {
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px
}

.col-idea ul li .content h3 .num {
    float: right;
    font-size: 50px;
    font-weight: bold;
    color: #f4f7fa;
}

.col-idea ul li .content .s-content {
    color: #666;
    font-size: 14px;
    line-height: 2;
    max-width: 86%;
}

.col-recruitment {
    background: #eeeeee;
}

.col-recruitment .container2 {
    padding: 8vh 20px 18vh;
}

.col-recruitment li {
    width: 33.33%;
    float: left;
    background-color: #fff;
    transition: 0.36s;
    border: 1px solid #dcdcdc;
    margin-top: -1px;
    margin-left: -1px;
    position: relative;
}

.col-recruitment li a {
    display: block;
    height: 100%;
    padding: 30px 40px 35px;
}

.col-recruitment li h3 {
    font-size: 24px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.col-recruitment .content {
    height: 90px;
    overflow-y: auto;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 2;
    transition: 0.3s;
}

.col-recruitment a>p {
    color: #666;
    transition: 0.3s;
}

.col-recruitment li:hover {
    background: #e50012;
}

.col-recruitment li:hover h3,
.col-recruitment li:hover .content,
.col-recruitment li:hover a>p {
    color: #fff;
}

.col-recruitment li:hover svg path {
    fill: #fff;
}

.col-page-jobdetail {
    padding: 6vh 10px 12vh
}

.col-page-jobdetail h1 {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: bold;
}

.col-page-jobdetail ul {
    background: #8c989f;
    padding: 5px 10px;
    color: #fff;
    margin-top: 30px;
}

.col-page-jobdetail ul li {
    list-style: none;
    padding: 8px 5px 8px 100px;
    min-height: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.col-page-jobdetail ul li:last-child {
    border: none;
}

.col-page-jobdetail ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    padding: 8px 5px;
    overflow: hidden;
}

.col-page-jobdetail h3 {
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.col-page-jobdetail .content {
    padding: 0 10px;
    line-height: 2;
}

.col-page-jobdetail .sub {
    margin-top: 30px;
    margin-left: 10px;
}

.col-page-jobdetail .sub a {
    display: inline-block;
    background: #e50012;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
}

.col-page-jobdetail .met_tools {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
    height: 50px;
    line-height: 50px;
}

.col-page-jobdetail .met_tools .bdshare-button-style1-16 .bds_more {
    color: #333;
    float: left;
}

.col-page-jobform {
    padding: 5vh 10px 12vh
}

#cvlist {
    padding: 15px;
}

#cvlist .v52fmbx {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left;
}

#cvlist .v52fmbx h3 {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

#cvlist .v52fmbx dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
}

#cvlist .v52fmbx dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2;
}

#cvlist .v52fmbx dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 15px;
    margin: 10px 0;
}

#cvlist .v52fmbx dl dd input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px;
}

#cvlist .v52fmbx dl dd input[type="radio"] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

#cvlist .v52fmbx dl dd textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
}

#cvlist .v52fmbx dl dd input[type="submit"] {
    display: block;
    width: 120px;
    height: 40px;
    background: #e50012;
    color: #fff;
    line-height: 40px;
    text-align: center;
    transition: 0.3s;
    font-size: 16px;
    padding: 0;
}

#cvlist .v52fmbx dl dd input[type="submit"]:hover {
    box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);
    transform: translateY(-5px);
}

/* case */
.col-page-case {
    padding: 9vh 10px 14vh;
}

.col-page-case ul.list {
    font-size: 0;
}

.col-page-case ul.list li {
    display: inline-block;
    margin-right: 3.5%;
    width: 31%;
    margin-bottom: 7vh;
}

.col-page-case ul.list li:nth-child(3n) {
    margin-right: 0;
}

.col-page-case ul.list li .img {
    overflow: hidden;
    position: relative;
}

.col-page-case ul.list li .img img {
    width: 100%;
    transition: 0.5s;
}

.col-page-case ul.list li .img span.play {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/play.png)no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.312);
    ;
    border-radius: 50%;
}

.col-page-case ul.list li .title {
    margin-top: 15px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
}

.col-page-case ul.list li:hover .img img {
    transform: scale(1.1);
}

.col-page-case ul.list li:hover .title {
    color: #e50012;
}

/* search */
#search {
    padding: 6vh 0 12vh;
    overflow: hidden
}

#search .goomay-keywords-light {
    background: #e50012 !important;
    color: #ffffff !important;
}

#search .search_left {
    border: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
}

#search .s_head {
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
}

#search .s_head h2 {
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d92129;
}

#search .s_body ul {
    margin-top: 10px;
}

#search .s_body ul span {
    display: block;
    color: #333;
    line-height: 40px;
}

#search .s_body ul input,
.s_body ul select {
    height: 35px;
    width: 100%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
}

#search .s_body .sub input {
    height: 45px;
    line-height: 45px;
    background: #e50012;
    border: 0;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding-left: 0px;
    font-size: 16px;
}

#search .search_right .no-result {
    text-align: center;
    font-size: 30px;
    color: #e50012;
    margin-top: 50px;
}

#search .search-result-title {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

#search .entry-image {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
}

#search .entry-c {
    position: relative;
    overflow: hidden;
}

#search .search-result-info {
    padding: 5px 0;
}

#search .search-result-info li {
    display: inline-block;
}

#search .entry-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search .search_right em {
    color: #004cff;
}

#search .search_right .search-result {
    margin-left: 25px;
}

#search .search_right .search-li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#search .search_right li {
    overflow: hidden;
}

#search .search-result-info li:before {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5
}

#search .search-result-info li:first-child:before {
    display: none;
}

#search .product_list {
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

#search .product_img {
    float: left;
}

#search .product_img img {
    border-radius: 50%;
}

#search .product_img img:hover {
    width: 90px;
    height: 90px;
}

#search .product_body {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

#search .se_news {
    float: right;
    width: 79%;
}

#search .news ul li .se_news a {
    color: #d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
}

#search .search_right .news .date em {
    color: #fff;
}

/* 底部 */
#gotoTop {
    width: 52px;
    height: 59px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 15vh;
    background: url(../images/gototop.png)no-repeat center/cover;
    z-index: 999;
    cursor: pointer;
}

.footer {
    background: #313131;
    padding: 0 0 10vh;
    position: relative;
    z-index: 161;
}

.footer .empty {
    height: 8vh;
}

.footer .contact {
    max-width: 760px;
    background: url(../images/fooer-contact-bg.png)no-repeat right center;
    position: relative;
    top: -8vh;
    padding: 45px 0 35px;
    padding-right: 90px;
    color: #fff;
    z-index: 10;
    background-size: auto 100%;
}

.footer .contact::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #e50012;
    position: absolute;
    right: 100%;
    top: 0;
}

.footer .contact h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer .contact p {
    font-size: 16px;
    line-height: 2.25;
}

.footer .footer-info {
    float: left;
    width: 46%;
    font-size: 16px;
    color: #fff;
    line-height: 1.875;
}

.footer .footer-info .logo {
    margin-bottom: 25px;
}

.footer .footer-info .code {
    margin-top: 30px;
    font-size: 0;
}

.footer .footer-info .code .img {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-info .code .info {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.54);
    padding-left: 25px;
}

.footer .footer-nav {
    float: right;
    width: 54%;
}

.footer .footer-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-nav ul li {
    margin: 0 auto;
    width:20%;
}

.footer .footer-nav ul li:first-child {
    margin-left: 0;
}

.footer .footer-nav ul li:last-child {
    margin-right: 0;
}

.footer .footer-nav ul li a {
    color: #fff;
    font-size: 16px;
}

.footer .footer-nav ul li .child {
    margin: 30px 0;
}

.footer .footer-nav ul li .child a {
    color: #ababab;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    transition: 0.36s;
}

.footer .footer-nav ul li .child a:hover {
    color: #fff;
}

/* 副导航 */
.vicenav {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 11;
    background: #313131;
}

.vicenav .navList {
    font-size: 0;
    padding-right: 300px;
    position: relative;
}

.vicenav .navList ul {
    display: block;
    ;
}

.vicenav .navList ul li {
    float: left;
    margin-right: 3.5vw;
}

.vicenav .navList ul li:last-child {
    margin-right: 0;
}

.vicenav .navList ul li a {
    font-size: 18px;
    position: relative;
    display: block;
    transition: 0.3s;
    color: #ababab;
    padding: 17.5px 0;
}

.vicenav .navList ul li a::after {
    content: '';
    width: 0;
    left: 0;
    height: 4px;
    background: #e50012;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.36s;
}

.vicenav .navList ul li.active a,
.vicenav .navList ul li a:hover {
    color: #fff
}

.vicenav .navList ul li.active a::after,
.vicenav .navList ul li a:hover::after {
    width: 100%;
}

.vicenav .navList .mbx {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    width: 300px;
    text-align: center;
    background: #e50012;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.vicenav .navList .mbx span.home {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/home.png)no-repeat center/cover;
}

.vicenav .navList .mbx i.fa,
.vicenav .navList .mbx a {
    color: #ffbcc1;
    transition: 0.3s;
}

.vicenav .navList .mbx a:hover {
    color: #fff;
}

.vicenav .navList .mbx i {
    margin: 0 10px;
    font-size: 16px;
}

/* 视频播放器 */
.video-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 99999999999;
}

.video-box button {
    display: inline-block;
    padding: 0;
    border: 0 none;
    background: none;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.video-box .video-button {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.video-box .video-button i {
    font-size: 56px;
}

.video-box .video-button.video-btn-volume i {
    font-size: 20px;
}

.video-box .video-button.video-tooltip-toggle i {
    font-size: 20px;
}

.video-box .video-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-box .video-video video {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-box .video-container {
    width: 852px;
    min-height: 550px;
    max-height: 90vh;
    background: #000000;
    overflow: hidden;
    opacity: 0;
}

.video-box .video-container.video-ready {
    opacity: 1;
}

.video-box.quanping .video-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.video-box.video-playing .video-div.video-hide-ui .video-ui {
    -webkit-transform: translateY(39px);
    -ms-transform: translateY(39px);
    transform: translateY(39px);
}

.video-box.heibian .video-container {
    padding: 40px 0;
}

.video-box.heibian .video-div.video-hide-ui .video-ui {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.video-box.heibian.quanping .video-container {
    padding: 0;
}

.video-box.hideui .video-div .video-ui {
    -webkit-transform: translateY(39px);
    -ms-transform: translateY(39px);
    transform: translateY(39px);
}

.video-box .i {
    font-family: none;
    height: 100%;
    width: 100%;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.video-box .i:before,
.video-box i:after {
    display: none !important;
}

.video-box .i-voice-on {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-box .i-voice-off {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-box .i-bofang {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-box .i-zhanting {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-box .i-quanping {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-box .i-suoxiao {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.video-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .9;
}

.video-div {
    background: #000;
    font-size: 0;
    letter-spacing: -1px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.video-ui {
    position: absolute;
    width: 100%;
    height: 41px;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    bottom: 0;
    z-index: 6;
    letter-spacing: .25px;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.video-loading-pulse {
    position: absolute;
    width: 6px;
    height: 24px;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.video-loading-pulse:before,
.video-loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
}

.video-loading-pulse:before {
    left: -12px;
}

.video-loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

@keyframes pulse {
    50% {
        background: white;
    }
}

.video-loading {
    opacity: 1;
    color: #2c97f6;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3600px #000;
    background: #000;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.video-loading i {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: adeg 1s infinite linear;
    -o-animation: adeg 1s infinite linear;
    -ms-animation: adeg 1s infinite linear;
    -moz-animation: adeg 1s infinite linear;
    animation: adeg 1s infinite linear;
}

.video-loading .i-loading:before {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.video-loading.yihuanchun {
    opacity: 0;
}

@keyframes adeg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.video-close {
    position: absolute;
    top: calc(52px + 10%);
    right: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}

.video-bofang.f-czspjuzhong {
    z-index: 2;
    font-size: 0;
}

.video-bofang.f-czspjuzhong i {
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 62px;
    font-size: 66px;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
    -moz-transition: transform 1s;
    transition: transform 1s;
}

.video-hide {
    z-index: 0 !important;
}

.video-hide i {
    opacity: 0;
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    will-change: transform, opacity;
    z-index: 0;
}

.video-progress {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 36px;
    height: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
    opacity: 1;
}

.video-tooltip-time {
    width: 46px;
    position: absolute;
    height: 20px;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.video-tooltip-time .video-tinytip-content {
    margin-left: -23px;
}

.video-tooltip-time .video-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 2px;
    border-radius: 2px;
}

.video-tinytip .video-tooltip-content {
    display: inline-block;
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.video-progress-padding {
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    z-index: 40;
    cursor: pointer;
}

.video-progress-list {
    position: relative;
    top: -1px;
    z-index: 39;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

.video-progress-buffer {
    z-index: 33;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-progress-hover {
    z-index: 34;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.video-progress-play {
    z-index: 35;
    background-color: #2c97f6;
}

.video-progress-handle {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -6.5px;
    margin-top: -6.5px;
    border-radius: 50%;
    background-color: #2c97f6;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.video-progress-padding:hover+.video-progress-list {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.video-progress-padding:hover+.video-progress-list .video-progress-handle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video-controls-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    z-index: 3;
}

.video-time-panel {
    font-size: 12px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
    letter-spacing: .25px;
}

.video-time-panel-current {
    color: #DEDEDF;
}

.video-fullscreen {
    float: right;
}

.video-definition {
    float: right;
    width: 55px;
    height: 36px;
    position: relative;
}

.video-definition .video-button {
    width: 100%;
}

.video-definition .video-button span {
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 2px 5px;
}

.video-definition .video-tooltip-content {
    width: 80px;
    left: 50%;
    margin-left: -40px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.video-definition:hover .video-tooltip-content {
    position: absolute;
    bottom: 35px;
    color: #aaa;
    display: block;
    z-index: 6;
}

.video-menu .video-menu-item {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    padding: 0 12px;
    cursor: pointer;
    position: relative;
    height: 38px;
    background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
    background-size: 80% 1px;
}

.video-menu .video-menu-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.video-menu .video-menu-item.video-active {
    color: #FF8F00;
}

.video-volume {
    float: right;
    position: relative;
}

.video-popup .video-popup-content {
    transform: scaleY(0);
    bottom: 41px;
    position: absolute;
}

.video-popup .video-popup-content:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
}

.video-popup:hover .video-popup-content {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.video-volume-slider {
    left: 0;
    width: 36px;
    height: 100px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
}

.video-tinytip-tiao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-volume-range {
    position: absolute;
    left: 16px;
    top: 10px;
    width: 4px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.2);
}

.video-volume-range-current {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #2c97f6;
}

.video-volume-handle {
    position: absolute;
    top: 0;
    left: -4px;
    width: 12px;
    height: 3px;
    background-color: #fff;
}

@media (max-width: 998px) {
    .video-box .video-container {
        width: 80vw;
        max-height: 80vh;
        min-height: 44.9vw;
    }
}

@media (max-width: 468px) {
    .video-box .video-container {
        width: 100vw;
        min-height: 54.9vw;
    }

    .video-loading i {
        font-size: 26px;
    }

    .video-definition {
        display: none;
    }
}

/*视频结尾*/
.f-czspjuzhong {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* media */
@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

@media (max-width: 1600px) {}

@media (max-width: 1460px) {
    #col-banner .swiper-slide {
        height: 500px !important;
    }

    .col-contact .container2 .content {
        max-width: 400px
    }
}

@media (max-width: 1200px) {

    #col-index-banner .ban_cont p:nth-child(1),
    #col-index-banner .ban_cont p:nth-child(2),
    .col-index-product h2,
    .col-index-case .content h2,
    .col-index-news h2,
    #col-banner .ban_cont h1,
    .col-page-recruit h2,
    .col-idea ul li .content h3 .num {
        font-size: 36px;
    }

    .col-index-case .content {
        font-size: 18px;
    }

    .header .inner nav ul li {
        font-size: 16px;
    }

    .col-idea ul li .content h3 span {
        font-size: 24px;
        margin-top: 0;
    }

    #col-banner .swiper-slide {
        height: 450px !important;
    }

    .col-index-product ul li .wrap {
        padding: 15px 5vw 0 4vw
    }

    .col-index-product ul li:nth-child(2n) .wrap {
        padding: 15px 4vw 0 5vw;
    }

    .header .inner nav ul li {
        margin-right: 1.5vw;
    }

    .container {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {

    #col-index-banner .ban_cont p:nth-child(1),
    #col-index-banner .ban_cont p:nth-child(2),
    .col-index-product h2,
    .col-index-product ul li .wrap h3,
    .col-index-case .content h2,
    .col-index-news h2,
    .footer .contact h2,
    #col-banner .ban_cont h1,
    .col-page-product h2,
    .col-product-detail .pro_show .content h2,
    .col-page-technology .content,
    .col-page-inquiry h2,
    .col-news .met_module2 h1.met_title,
    .col-page-recruit h2,
    .col-idea ul li .content h3 span,
    #col-banner .ban_cont h1 {
        font-size: 24px;
    }

    #col-index-banner .ban_cont p {
        font-size: 18px;
    }
    #col-index-banner .swiper-slide .img .pc{
        display: none;
    }
    #col-index-banner .swiper-slide .img .m{
        display: block;
    }
    #col-index-banner .swiper-slide .img img{

        object-fit:cover;
        height:500px;
    }
    .col-index-product .content,
    .col-index-product ul li .wrap .s-content,
    .col-index-case .content,
    .col-page-product ul.list li .title,
    .col-product-detail .pro_show .content .s-content,
    .col-page-technology .map-dot ul li .wrap .title,
    .col-profile ul li .content {
        font-size: 16px;
    }

    .col-recruitment li {
        width: 50%;
    }

    .col-page-news ul.list li {
        width: 49%;
        margin-right: 2%;
    }

    .col-page-news ul.list li:nth-child(3n) {
        margin-right: 2%;
    }

    .col-page-news ul.list li:nth-child(2n) {
        margin-right: 0;
    }

    .col-contact .container2 .content {
        max-width: none;
    }

    .col-contact .container2 .content ul {
        height: 300px;
        overflow-y: auto;
    }

    .col-contact .map {
        position: relative;
        height: 350px;
    }

    .inquiry-search input {
        width: 240px;
    }

    .col-page-technology .map-dot ul li img {
        width: 15px;
    }

    .col-page-technology .map-dot ul li:nth-child(1) .wrap {
        top: auto;
        bottom: 2vh;
    }

    .col-page-product ul.list li {
        width: 32%;
        margin-right: 2%;
    }

    .col-page-product ul.list li:nth-child(4n) {
        margin-right: 2%;
    }

    .col-page-product ul.list li:nth-child(3n) {
        margin-right: 0;
    }

    .col-page-product .product-search input {
        height: 50px;
    }

    .col-page-product .product-search .inpt3 {
        width: calc(100% - 60px);
        font-size: 16px;
    }

    .col-page-product .product-search .inpt4 {
        width: 60px;
    }

    #col-banner .swiper-slide {
        height: 400px !important;
    }

    .footer .footer-info {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer .footer-info .code .info {
        display: block;
        padding: 0;
    }

    .col-index-case {
        padding: 10vh 10px;
    }

    #col-index-banner .ban_cont a.more {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 25px;
    }

    #col-index-banner .swiper-btn {
        bottom: 20px
    }

    #col-index-banner .ban_cont {
        display:none;
    }

    .header .inner nav,
    .header .inner .language,
    .footer .footer-nav {
        display: none;
    }

    .header .inner,
    .header .inner .logo,
    .head {
        height: 80px;
        line-height: 80px;
    }

    #header.active .mm_btn .menu_bar_item .rect {
        background: #000 !important;
    }

    .vicenav .container2 {
        padding: 0 !important
    }

    .vicenav .navList {
        height: 60px;
        line-height: 60px;
    }

    .vicenav .navList p {
        position: relative;
        min-width: 220px;
        float: left;
    }

    .vicenav .navList p a {
        position: relative;
        display: block;
        padding-left: 20px;
        text-align: left;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9)
    }

    .vicenav .navList p a::after {
        content: '';
        position: absolute;
        right: 20px;
        width: 15px;
        height: 8px;
        background: url(../images/jobtit2.png)no-repeat center center;
        background-size: cover;
        top: 50%;
        margin-top: -4px;
        transition: 0.3s;
        transform: rotate(180deg)
    }

    .vicenav .navList p a.active::after {
        transform: rotate(0)
    }

    .vicenav .navList ul {
        position: absolute;
        left: 0;
        top: 100%;
        height: auto;
        background: #313131;
        border-top: none;
        z-index: 98;
        display: none;
        z-index: 2;
        line-height: 2;
        padding: 10px 25px;
        width: auto;
    }

    .vicenav .navList ul li {
        float: none !important;
        margin: 0;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        white-space: nowrap;
        min-width: 160px;
    }

    .vicenav .navList ul li a {
        display: block;
        font-size: 16px;
        padding: 0;
    }

    .vicenav .navList .mbx {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    #col-index-banner .ban_cont p:nth-child(1),
    #col-index-banner .ban_cont p:nth-child(2) {
        font-size: 18px;
    }

    .col-page-technology .map-dot ul li .wrap .title {
        font-size: 14px;
    }

    .col-page-technology .map-dot ul li .wrap .s-content {
        font-size: 12px;
    }

    #cvlist .v52fmbx dl dd input,
    #cvlist .v52fmbx dl dd textarea {
        width: 100%;
    }

    .col-recruitment li {
        width: 100%;
    }

    .col-idea ul {
        display: block;
    }

    .col-idea ul li {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .col-idea ul li .content .s-content {
        width: 100%
    }

    .inquiry-form ul,
    .inquiry-form .code {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .inquiry-chose .inquiry-select {
        padding: 0;
        margin: 15px 0;
    }

    .inquiry-search input {
        width: calc(100% - 45px);
    }

    .col-product-detail .inquiry form ul,
    .col-product-detail .inquiry form .code {
        float: none;
        width: 100%;
    }

    .col-product-detail .inquiry form .code {
        padding-left: 80px;
    }

    .col-product-detail .pro_show .img,
    .col-product-detail .pro_show .content {
        float: none;
        width: 100%;
    }

    .col-product-detail .pro_show .content {
        padding: 20px;
    }

    .col-product-detail .pro_show .content .link {
        margin-top: 6vh
    }

    .col-page-product ul.list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 4vh;
    }

    .col-page-product ul.list li:nth-child(3n) {
        margin-right: 2%;
    }

    .col-page-product ul.list li:nth-child(2n) {
        margin-right: 0;
    }

    .vicenav .navList .mbx {
        display: none;
    }

    #col-banner .swiper-slide {
        height: 350px !important;
    }

    .col-index-product {
        padding: 6vh 20px;
    }

    .col-index-product ul li {
        display: block;
        margin-bottom: 6vh;
    }

    .col-index-product ul li .img,
    .col-index-product ul li .wrap {
        width: 100%;
        text-align: center;
    }

    .col-index-product ul li .wrap a.more {
        margin: 15px auto;
    }

    .nav-list {
        width: 100%;
        font-size: 0;
    }

    .nav-list ul li {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
    }

    .nav-list ul li>a {
        font-weight: bold;
        font-size: 16px;
    }

    .nav-list ul li .child {
        padding-left: 0;
        margin-top: 10px;
    }

    .nav-list ul li .child a {
        line-height: 2.5;
    }

    .col-page-product .product-list {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 468px) {
    .col-recruitment li a {
        padding: 20px 15px 25px;
    }

    .col-page-news ul.list li {
        width: 100%;
        margin-right: 0;
    }

    .col-page-technology .map-dot ul li .wrap .title {
        font-size: 12px;
    }

    #col-banner .swiper-slide {
        height: 250px !important;
    }
}

@media (max-width: 320px) {
    #col-banner .swiper-slide {
        height: 220px !important;
    }
}

/*手机版菜单*/
.mm-slideout {
    z-index: auto !important;
}

@media screen and (max-width: 992px) {
    #header a.mm_btn {
        background: center center no-repeat transparent;
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right: 0;
        padding: 15px;
        z-index: 12;
    }

    #header .mm_btn .menu_bar {
        width: 30px;
        height: 30px;
        position: relative;
        transform: translateZ(0) rotate(0);
        transition: transform .4s cubic-bezier(.4, .01, .165, .99);
    }

    #header .mm_btn .menu_bar_item {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0) rotate(0);
        transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        -webkit-transform: translateZ(0) rotate(0);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        width: 30px;
        height: 30px;
    }

    #header .mm_btn .menu_bar_item .rect {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 14px;
        /*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header .mm_btn .menu_bar_item .rect.top {
        transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
    }

    #header .mm_btn .menu_bar_item .rect.mid {
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        transition: 0.5s;
    }

    #header .mm_btn .menu_bar_item .rect.bottom {
        transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
    }

    #header .mm_btn.is_active .menu_bar_item.mid {
        opacity: 0;
    }

    #header .mm_btn.is_active .menu_bar_item .rect {
        transition: transform 0s ease 0s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0s ease 0s;
        -webkit-transform: translate3d(0, 0, 0);
    }

    #header .mm_btn.is_active .menu_bar_item.bottom {
        transform: translateZ(0) rotate(-45deg);
        -webkit-transform: translateZ(0) rotate(-45deg);
    }

    #header .mm_btn.is_active .menu_bar_item {
        transform: translateZ(0) rotate(45deg);
        transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        -webkit-transform: translateZ(0) rotate(45deg);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    }

    /*菜单弹出方向*/
    .mm-menu_offcanvas {
        left: auto !important;
    }

    .mm-menu {
        right: 0 !important;
    }

    .mm-menu_offcanvas.mm-menu_opened {
        z-index: 9 !important;
    }

    .mm-slideout {
        z-index: 10 !important;
    }

    .mm-menu.mm-menu_pageshadow:after {
        content: "";
        display: block;
        width: 20px;
        height: 120%;
        position: absolute;
        right: 100%;
        top: -10%;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }

    /*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-80vw, 0) !important;
        -ms-transform: translate(-80vw, 0) !important;
        transform: translate(-80vw, 0) !important;
        -webkit-transform: translate3d(-80vw, 0, 0) !important;
        transform: translate3d(-80vw, 0, 0) !important;
        /*transform: translate3d(80vw,0,0)!important;*/
    }

    .mm-wrapper_opened .mm-menu_fx-menu-slide {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    /**/
    #menu {
        color: rgba(0, 0, 0, .8);
    }

    #menu .mm-listview .mm-btn_next:after {
        border-color: rgba(189, 189, 189, 1);
    }

    #menu .mm-btn:after,
    #menu .mm-btn:before {
        border-color: rgba(189, 189, 189, 1);
    }

    #menu .mm-navbar a,
    #menu .mm-navbar>* {
        color: rgba(0, 0, 0, .8);
        font-size: 16px;
    }

    #menu.mm-menu_theme-white .mm-counter {
        color: rgba(0, 0, 0, .6);
    }

    /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
    #menu .mm-listitem,
    #menu .mm-listitem #menu .mm-btn_next,
    #menu .mm-listitem #menu .mm-btn_next:before,
    #menu .mm-listitem:after,
    #menu .mm-listview {
        border-color: rgba(0, 0, 0, .1);
    }

    #menu .mm-navbars_bottom,
    #menu .mm-navbars_top {
        border-color: rgba(0, 0, 0, .1);
    }

    #menu .mm-listitem a {
        font-size: 16px;
    }
}

@media (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-440px, 0) !important;
        -ms-transform: translate(-440px, 0) !important;
        transform: translate(-440px, 0) !important;
        -webkit-transform: translate3d(-440px, 0, 0) !important;
        transform: translate3d(-440px, 0, 0) !important;
    }
}




.cloud-zoom{display:block;width:100%;margin-bottom:10px;border:1px solid #ccc;}
.cloud-zoom img{width:100%;max-width:660px;margin:0 auto;}
.zoomlist li{float:left;border:1px solid #ccc;width:15.8%;margin-right:5px;margin-bottom:5px;}
.zoomlist li:nth-child(6n){margin-right: 0px;}
@media (max-width: 991px) {
	.zoomlist li{width:15.6%;}
}
@media (max-width: 767px) {
	.zoomlist li{width:15.8%;}
}
@media (max-width: 508px) {
	.zoomlist li{width:15.4%;}
}



.contact-wrapper .box-1 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background:#fff;
  }
  .contact-wrapper .box-1 .page-title-box {
    padding-top: 0;
  }
  .contact-wrapper .box-1 .info {
    line-height: 24px;
    padding-right: 70px;
    flex: 1;
    overflow: hidden;
    padding-top:40px;padding-left:40px;
  }
  .contact-wrapper .box-1 .caption {
    font-size: 14px;
    color: #194c7f;
    margin-bottom: 10px;
  }
  .contact-wrapper .box-1 .caption img {
    margin-right: 10px;
  }
  .contact-wrapper .box-1 .title {
    font-size: 40px;
    color: #343434;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 42px;
  }
  .contact-wrapper .box-1 .num{
    font-size: 18px;
    color: #48413e;
    margin-bottom: 28px;
  }
  .contact-wrapper .box-1 .desc {
    font-size: 22px;
    color: #48413e;
    margin-bottom: 28px;
  }
  .contact-wrapper .box-1 .add {
    font-size: 18px;
    color: #48413e;
    margin-bottom: 28px;
  }
  .contact-wrapper .map {
    width: 53.52%;
    font-size: 0;
    height: 700px;
  }
  
  @media screen and (max-width: 1004px) {
    .contact-wrapper .box-1 {
      flex-flow: wrap;
      padding-top: 30px;
    }
    .contact-wrapper .box-1 .info {
        padding-right: 0;
        flex: 0 0 100%;
      }
      .contact-wrapper .box-1 .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
      }
      .contact-wrapper .box-1 .caption {
        margin-bottom: 8px;
      }
      .contact-wrapper .map {
        width: 100%;
        height: 240px;
        margin-top: 20px;
      }
  }
  
  .Contact .section3 {
    margin-top: 0.8rem;
    background-color: #fff;
}

.Contact .section3 .tBox {
    background: url(../images/contact.jpg) no-repeat center;
    background-size: cover;
    height: 328px;
}

.Contact .section3 .tBox .container {
    display: block;
}

.Contact .section3 .tBox .container .title {
    margin-bottom: 20px;
}

.Contact .section3 .tBox .container .title h2 {
    color: #fff;
}

.Contact .section3 .tBox .container .title h3 {
    color: rgba(255, 255, 255, 0.1);
}

.Contact .section3 .tBox .container p {
    color: #a0bbdf;
    font-size: 24px;
    display: block;
    text-align: left;
    margin-bottom: 14px;
}

.Contact .section3 .tBox .container .ma {
    position: absolute;
    top: 30px;
    right: 0;
    text-align: center;
}

.Contact .section3 .tBox .container .ma .img {
    width: 130px;
    height: 130px;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
}

.Contact .section3 .tBox .container .ma .img img {
    width: 100%;
    border-radius: 4px;
}

.Contact .section3 .tBox .container .ma span {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 12px;
    display: block;
}

/* Nei-page */
.Nei-page .banner {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.Nei-page .banner:before {
    content: "";
    width: 100%;
    height: 268px;
    background: linear-gradient(180deg, #002346 0%, rgba(3, 139, 210, 0) 100%);
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.Nei-page .banner img {
    width: 100%;
    height: 100%;
}

.Nei-page .banner .text {
    width: 100%;
    height: 100%;
    padding-top: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.Nei-page .banner .text h2 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.Nei-page .banner .text p {
    width: 55%;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    line-height: 34px;
}

.Nei-page .banner .crumbs {
    width: 82.5%;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    right: 0;
    margin: auto;
    z-index: 3;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.Nei-page .banner .crumbs i,
.Nei-page .banner .crumbs a,
.Nei-page .banner .crumbs span {
    font-size:16px;
    color: #fff;
    margin-right: 0.1rem;
}

.Nei-page .banner .crumbs .icon-zhuye {
    margin-right: 0;
}

.Nei-page .title-tabs,
.Nei-page .title-box {
    padding: 65px 0 50px;
    overflow: hidden;
}

.Nei-page .title-tabs .container,
.Nei-page .title-box .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.Nei-page .title-tabs .title,
.Nei-page .title-box .title {
    position: relative;
}

.Nei-page .title-tabs .title h2,
.Nei-page .title-box .title h2 {
    font-size:42px;
    color: #000;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.Nei-page .title-tabs .title h3,
.Nei-page .title-box .title h3 {
    font-size: 34px;
    color: #EBEDF1;
    position: relative;
    margin-top: -15px;
    text-transform: uppercase;
}

.Nei-page .title-tabs .tabs,
.Nei-page .title-box .tabs {
    overflow: hidden;
}

.Nei-page .title-tabs .tabs .swiper-slide,
.Nei-page .title-box .tabs .swiper-slide {
    width: auto;
    height: 35px;
    font-size: 18px;
    color: #333;
    margin-left: 45px;
}

.Nei-page .title-tabs .tabs .swiper-slide:before,
.Nei-page .title-box .tabs .swiper-slide:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #084EAC;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.Nei-page .title-tabs .tabs .swiper-slide:hover,
.Nei-page .title-box .tabs .swiper-slide:hover {
    color: #084EAC;
}

.Nei-page .title-tabs .tabs .swiper-slide.active,
.Nei-page .title-box .tabs .swiper-slide.active {
    color: #084EAC;
}

.Nei-page .title-tabs .tabs .swiper-slide.active:before,
.Nei-page .title-box .tabs .swiper-slide.active:before {
    opacity: 1;
}

.Nei-page .title-tabs .tabs .swiper-slide:first-child,
.Nei-page .title-box .tabs .swiper-slide:first-child {
    margin: 0;
}

.Nei-page .section {
    height: auto;
    overflow: hidden;
    position: relative;
}

.Nei-page .section .title1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}

.Nei-page .section .dsc {
    font-size: 16PX;
    color: #333;
    line-height: 24PX;
}



.bg-gray {
    background-color: #ebebeb;
    padding-top:100px;
    padding-bottom:100px;
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-center {
    text-align: center;
  }
  .bg-gray h3{
    font-weight: 300;
  font-size: 40px;
  color: #004f9f;
  margin: 1rem 0;
  }
  .bg-gray p{
    font-size: 20px;
    margin-top:50px;
    color:#0c1d3f;
  }
  .bg-gray i{
    width:100px;
    display: block;
    margin:0px auto;
   
  }
  .bg-gray i img{
    width:100%;
  }

  .col-honor h2{
    color: #e50012;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;

  }

  .jobs h1{
    font-weight: 300;
    font-size: 60px;
    margin: 2rem 0 5rem;

}
.jobs h2{
    margin: 3rem 0;
    font-weight: 300;
    font-size: 53px;
    line-height:130%;
    color: #004f9f;
    text-align:left;

}
.jobs p{
    margin: 3rem 0;
    font-size: 18px;
}
