/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', sans-serif;
    font-size: 14px;
    top: 0 !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .header-right {
    display: inline-block;
    float: right;
    height: 100px;
    text-align: right;
    vertical-align: top;
}
.header .header-right .share {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-right .share {
        display: none;
    }
}
.header .header-right .share ul li {
    display: inline-block;
}
.header .header-right .share ul li a {
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #aba8a8;
    border: 1px solid #aba8a8;
    border-radius: 50%;
}
.header .header-right .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: inline-block;
    content: '\e615';
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
}
.header .header-right .share ul li.twitter a:before {
    content: '\e60b';
}
.header .header-right .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .header-right .share ul li.instagram a:before {
    content: '\e626';
}
.header .header-right .share ul li.youtube a:before {
    content: '\e6d7';
}
.header .header-right .share ul li.google a:before {
    content: '\e645';
}
.header .header-right .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .header-right .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /*color: #fff;*/
}
.header .header-right #google_translate_element {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-right #google_translate_element {
        display: none !important;
    }
}
.header .language {
    position: relative;
    display: inline-block;
    /*width: 120px;*/
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .language {
        width: auto;
        padding-right: 10px;
        text-align: right;
    }
}
.header .language p {
    font-size: 12px;
    line-height: 70px;
    margin: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    vertical-align: middle;
}
.header .language p a {
    display: block;
    color: inherit;
}
@media(max-width: 767px) {
    .header .language p {
        font-size: 0;
    }
}
.header .language p:hover {
    color: #3362cc;
}
.header .language p a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language p.ru a:before {
    background-position: -20px 0;
}
.header .language p.en a:before {
    background-position: -40px 0;
}
.header .language>ul {
    position: absolute;
    z-index: 9;
    top: 50px;
    display: none;
    width: 120px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .language>ul {
        right: 0;
        width: 120px;
        text-align: left;
    }
}
.header .language>ul li a {
    font-size: 12px;
    line-height: 30px;
    display: block;
    padding: 0 6px;
    color: #9b9696;
}
.header .language>ul li a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language>ul li.ru a:before {
    background-position: -20px 0;
}
.header .language>ul li.en a:before {
    background-position: -40px 0;
}
.header .language>ul li:hover a {
    color: #3362cc;
}
.header .logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    height:80px;
    margin: 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px!important;
        margin: 10px 0!important;
    }
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: inline-block;
    height: 100%;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 16px;
        margin-right: 0;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav {
    clear: both;
}
.header .xs-nav {
    position: absolute;
    bottom: 20px;
    left: 5px;
    display: none;
}
@media (max-width: 1199px) {
    .header .xs-nav {
        display: block;
    }
}
.header .xs-nav ul {
    margin: 0;
}
.header .xs-nav ul li {
    display: inline-block;
    vertical-align: top;
}
.header .xs-nav ul li a {
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: rgba(51, 98, 204, .9);
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: normal;
        line-height: 70px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 28px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    @media(max-width: 1470px) {
        .header .nav .nav-list1>li>a {
            padding: 0 20px;

        }
    }
    @media(max-width: 1350px) {
        .header .nav .nav-list1>li>a {
            padding: 0 10px;
            font-size: 16px;
        }
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #3362cc;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        border-color: #3362cc transparent transparent transparent;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 100%;
        padding: 30px 0;
        text-align: left;
        text-align: center;
        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        display: block;
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 16px;
        line-height: 30px;
        padding: 0 30px;
    }
    .header .nav .nav-list1 .nav-list2 li a:hover {
        text-decoration: underline;
        color: #3362cc;
    }
}
@media(max-width: 1350px){
	.header .logo{
		height: 60px;
		margin: 20px 0;
	}
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}
.header .nav .nav-list2 {
    display: none;
}
.header .nav .nav-list3 {
    position: absolute;
    top: -20px;
    left: 100%;
    display: none;
    min-width: 120px;
    padding: 20px 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .nav-list3 li {
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.header .nav .nav-list3 li>a {
    line-height: 30px;
    padding: 0 20px;
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 98, 204, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;
        position: relative;
        top: 0;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;
        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;
    clear: both;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    font-size: 16px;
    line-height: 2.2;
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 16px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgba(51, 98, 204, .9);
}
.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e660';
    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;
        display: inline-block;
        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;
    width: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;
    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;
    display: inline-block;
    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #3362cc;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-lg .search p {
        font-size: 14px;
        line-height: 1.5;
        display: block;
    }
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header .find {
    line-height: 120px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #666;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 70px;
        margin-left: 0;
    }
}
.header .find:after {
    font-family: 'iconfont';
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    content: '\e660';
    vertical-align: middle;
}
.header .find:hover {
    color: #3362cc;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
@media (max-width: 1199px) {
    .skiptranslate {
        display: none;
    }
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    bottom: 60px;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    bottom: 180px;
    left: 45px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap .online {
        bottom: 90px;
        right: -60px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 56px;
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    margin: 2px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(51, 98, 204, .8);
}
.online-wrap .online a:before {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}
.online-wrap .online a:active {
    text-decoration: none;
}
.online-wrap .online a:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    content: '';
    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        text-decoration: none;
        background-color: #083cb2;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #083cb2;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .online .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .online .icon-email:before {
    font-family: 'iconfont' !important;
    content: '\e625';
}
.online-wrap .online .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e616';
}
.online-wrap .online .icon-line:before {
    font-family: 'iconfont' !important;
    content: '\e640';
}
.online-wrap .online .icon-messenger:before {
    font-family: 'iconfont' !important;
    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e621';
}
.online-wrap .online .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e605';
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .icon-skype:hover {
    background-color: #00adf1;
}
.online-wrap .online .icon-weixin:hover {
    background-color: #33d055;
}
.online-wrap .online .icon-qq:hover {
    background-color: #00adf1;
}
.online-wrap .online .icon-whatsapp:hover {
    background-color: #a34bee;
}
.online-wrap .online .icon-email:hover {
    background-color: #da8d1f;
}
.online-wrap .online .icon-phone:hover {
    background-color: #33d055;
}
.online-wrap .online .icon-arrow-top:hover {
    background-color: #373737;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-left: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.xs-online {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: rgba(51, 98, 204, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block;
    }
}
.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.message>a:before {
    font-weight: normal;
    content: '\e826';
}
.xs-online ul li.home>a:before {
    font-weight: normal;
    content: '\e6c8';
}
.xs-online ul li.map>a:before {
    font-weight: normal;
    content: '\e63e';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}
.banner .item a {
    display: block;
    width: 100%;
}
.banner .item .video-box {
    position: relative;
    display: block;
    padding-bottom: 44.79166667%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner .item .video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play {
    background-color: #3362cc !important;
}
.banner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.banner .text b {
    font-size: 40px;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .banner .text b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .text b {
        font-size: 20px;
    }
}
.banner .text b span {
    margin-right: 30px;
    color: #3362cc;
}
.banner .text h3 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
@media (max-width: 991px) {
    .banner .text h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner .text h3 {
        font-size: 24px;
        margin: 0;
    }
}
.banner .text p {
    font-size: 30px;
    line-height: 1.33333333;
    margin: 0;
}
@media (max-width: 991px) {
    .banner .text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner .text p {
        font-size: 14px;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e601';
}
.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #fff;
    background-color: rgba(51, 98, 204, .8);
}
.banner img {
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.banner-in .text-in:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #fff;
}
.banner-in .text-in b {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;
        display: block;
    }
}
.banner-in .text-in p {
    font-size: 18px;
    line-height: 1.33333333;
    margin: 10px 0;
}
@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 14px;
        line-height: 18px;
    }
}
.banner .slick-current img {
    -webkit-animation: narrow 8s 0s ease both;
    animation: narrow 8s 0s ease both;
}
.banner .slick-current b {
    -webkit-animation: bounceInLeft 1s 0s ease both;
    animation: bounceInLeft 1s 0s ease both;
}
.banner .slick-current p {
    -webkit-animation: bounceInLeft 1s 0.3s ease both;
    animation: bounceInLeft 1s 0.3s ease both;
}
.banner .slick-current h3 {
    -webkit-animation: bounceInRight 1s 0.5s ease both;
    animation: bounceInRight 1s 0.5s ease both;
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    content: '\e770';
    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;
    padding: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    position: relative;
    text-align: center;
}
.title:after {
    display: block;
    width: 50px;
    height: 8px;
    margin: 0 auto;
    margin-top: 18px;
    content: '';
    background-color: #3362cc;
}
.title b {
    font-size: 42px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: #010101;
}
@media (max-width: 767px) {
    .title b {
        font-size: 24px;
    }
}
.title p {
    font-size: 30px;
    line-height: 1;
    margin: -20px 0 0 0;
    text-transform: uppercase;
    color: #a5adc0;
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .product {
    margin-top: 30px;
}
.box-product .product>ul {
    font-size: 0;
    overflow: hidden;
    margin: 0 -3px;
    padding: 0;
}
.box-product .product>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    padding: 3px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-product .product>ul>li {
        width: 100%;
    }
}
.box-product .product>ul>li .item {
    position: relative;
    display: block;
}
.box-product .product>ul>li .item .pic .img-box {
    padding-bottom: 70.21276596%;
}
.box-product .product>ul>li .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product>ul>li .item .note {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}
.box-product .product>ul>li .item .note:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    background-color: #fff;
}
.box-product .product>ul>li .item .note b {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product>ul>li .item .note b {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }
}
.box-product .product>ul>li .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: none;
}
@media (max-width: 991px) {
    .box-product .product>ul>li .item .note p {
        font-size: 14px;
    }
}
.box-product .product>ul>li.item-5 {
    float: right;
}
.box-product .product>ul>li .item .mask {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px 10px 20px 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    color: #fff;
    background-color: rgba(51, 98, 204, .8);
}
@media (max-width: 991px) {
    .box-product .product>ul>li .item .mask {
        display: none;
    }
}
.box-product .product>ul>li .item .mask:before {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    background-color: #fff;
}
.box-product .product>ul>li .item .mask b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product>ul>li .item .mask p {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-product .product>ul>li .item .mask span.more {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #3362cc;
    border-radius: 4px;
    background-color: #fff;
}
.box-product .product>ul>li .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product>ul>li .item:hover .mask {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.box-product .product>ul>li .item:hover .note {
    opacity: 0;
}
.box-product .product>ul>li.item-4 {
    width: 66.66666667%;
}
@media (max-width: 767px) {
    .box-product .product>ul>li.item-4 {
        width: 100%;
    }
}
.box-product .product>ul>li.item-4 .video {
    position: relative;
    background-color: #000;
}
.box-product .product>ul>li.item-4 .video img {
    width: 100%;
    opacity: .9;
}
.box-product .product>ul>li.item-4 .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box-product .product>ul>li.item-4 .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.box-product .product>ul>li.item-4 .video .play {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    color: #fff;
}
@media (max-width: 991px) {
    .box-product .product>ul>li.item-4 .video .play {
        font-size: 40px;
    }
}
.box-product .product>ul>li.item-4 .video .play:after {
    font-family: 'iconfont' !important;
    content: '\e67f';
}
.box-product .product>ul>li.item-4 .video:hover .play {
    opacity: .8;
}
.box-about {
    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-about {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-about .about {
    float: right;
    max-width: 56%;
}
@media (max-width: 991px) {
    .box-about .about {
        width: 100%;
        max-width: 100%;
    }
}
.box-about .about .info {
    padding: 70px 30px;
    background-color: rgba(51, 98, 204, .9);
}
@media (max-width: 991px) {
    .box-about .about .info {
        padding: 30px 10px;
    }
}
.box-about .about .info .title {
    display: inline-block;
    text-align: left;
}
.box-about .about .info .title:after {
    background-color: #fff;
}
.box-about .about .info .title b {
    color: #fff;
}
.box-about .about .info .title p {
    color: #223e76;
}
.box-about .about .info .title-about {
    margin-top: 14px;
}
.box-about .about .info .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    display: block;
    color: #fff;
}
@media (max-width: 991px) {
    .box-about .about .info .title-about b {
        font-size: 20px;
    }
}
.box-about .about .info .text {
    margin-top: 12px;
    color: #fff;
}
.box-about .about .info .text p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 991px) {
    .box-about .about .info .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-about .about .info .text p {
        font-size: 15px;
    }
}
.box-about .about .info .more {
    text-align: right;
}
.box-about .about .info .more a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
}
.box-about .about .info .more a:after {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #3362cc;
    border-radius: 4px;
    background-color: #fff;
}
.box-about .about .number ul {
    font-size: 0;
    margin: 0 -2px;
    margin: 0;
    padding: 0;
}
.box-about .about .number ul li {
    display: inline-block;
    width: 25%;
    margin-top: 4px;
    padding: 0 2px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-about .about .number ul li {
        width: 50%;
    }
}
.box-about .about .number .item {
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(51, 98, 204, .9);
}
.box-about .about .number .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: block;
}
.box-about .about .number .item b sub {
    font-size: 12px;
}
.box-about .about .number .item b span {
    font-size: 34px;
    font-weight: bold;
}
.box-about .about .number .item b sup {
    font-size: 20px;
    font-weight: bold;
    top: 0;
    vertical-align: top;
}
.box-about .about .number .item p {
    font-size: 18px;
    line-height: 1.41666667;
    margin: 6px 0 0 0;
}
.box-choose {
    background: url(../images/choose_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-choose {
        background: url(../images/choose_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-choose .choose {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .box-choose .choose {
        margin-top: 20px;
    }
}
.box-choose .choose .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 40px 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-choose .choose .item {
        margin-top: 14px;
        padding: 20px 10px;
    }
}
.box-choose .choose .item:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 60px;
    display: block;
    content: '\e63b';
    color: #3362cc;
}
.box-choose .choose .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
    opacity: 0;
    color: #fff;
    background-color: rgba(51, 98, 204, .9);
}
.box-choose .choose .item .mask::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 6px;
}
.box-choose .choose .item .mask::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.box-choose .choose .item .mask::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask {
        display: none;
    }
}
.box-choose .choose .item .mask:after {
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '\e63b';
    color: #3755b1;
}
.box-choose .choose .item .mask b {
    font-size: 20px;
    font-weight: bold;
}
.box-choose .choose .item .mask p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.box-choose .choose .item-jiage:before {
    content: '\e626';
}
.box-choose .choose .item-jiage .mask:after {
    content: '\e626';
}
.box-choose .choose .item-shebei:before {
    content: '\e649';
}
.box-choose .choose .item-shebei .mask:after {
    content: '\e649';
}
.box-choose .choose .item-zhuanye:before {
    content: '\e62a';
}
.box-choose .choose .item-zhuanye .mask:after {
    content: '\e62a';
}
.box-choose .choose .item-fuwu:before {
    content: '\e640';
}
.box-choose .choose .item-fuwu .mask:after {
    content: '\e640';
}
.box-choose .choose .item-jishu:before {
    content: '\e62c';
}
.box-choose .choose .item-jishu .mask:after {
    content: '\e62c';
}
.box-choose .choose .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 991px) {
    .box-choose .choose .item b {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .box-choose .choose .item:hover:before {
        opacity: 0;
    }
    .box-choose .choose .item:hover b {
        opacity: 0;
    }
    .box-choose .choose .item:hover .mask {
        opacity: 1;
    }
    .box-choose .choose .item:hover .mask b {
        opacity: 1;
    }
}
.box-partners {
    background: url(../images/partners_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-partners {
        background: url(../images/partners_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-partners .partners {
    font-size: 0;
}
.box-partners .partners .text {
    display: inline-block;
    width: 48%;
    padding: 20px;
    padding-right: 10%;
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(51, 98, 204, .9);
}
@media (max-width: 1199px) {
    .box-partners .partners .text {
        width: 100%;
        padding: 20px 10px;
    }
}
.box-partners .partners .text .title {
    display: inline-block;
    text-align: left;
}
.box-partners .partners .text .title:after {
    background-color: #fff;
}
.box-partners .partners .text .title b {
    color: #fff;
}
@media (max-width: 991px) {
    .box-partners .partners .text .title b {
        font-size: 24px;
    }
}
.box-partners .partners .text .title p {
    color: #223e76;
}
@media (max-width: 991px) {
    .box-partners .partners .text .title p {
        font-size: 24px;
    }
}
.box-partners .partners .text .note {
    margin-top: 20px;
}
.box-partners .partners .text .note p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
    .box-partners .partners .text .note p {
        font-size: 16px;
    }
}
.box-partners .partners .pic {
    display: inline-block;
    width: 64%;
    margin-left: -12%;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .box-partners .partners .pic {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
}
.box-partners .partners .pic img {
    max-width: 100%;
}
.box-partners .partners .pic ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul {
        margin: 0 -6px;
    }
}
.box-partners .partners .pic ul li {
    display: inline-block;
    width: 25%;
    padding: 0 38px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul li {
        width: 33.33333333%;
        margin-top: 10px;
        padding: 0 6px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.box-partners .partners .pic ul li .img-box {
    overflow: hidden;
    background-color: #fff;
}
.box-partners .partners .pic ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul li .img-box img {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.box-partners .partners .pic ul li .img-box:hover img {
    -webkit-transform: rotate(-45deg) scale(1.2);
    -ms-transform: rotate(-45deg) scale(1.2);
    transform: rotate(-45deg) scale(1.2);
}
.box-partners .partners .pic ul.one li:nth-child(1) {
    margin-right: 25%;
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul.one li:nth-child(1) {
        margin: 10px 0 0 0;
    }
}
.box-partners .partners .pic ul.two {
    margin-top: -42px;
}
@media (max-width: 1470px) {
    .box-partners .partners .pic ul.two {
        margin-top: -32px;
    }
}
@media (max-width: 1350px) {
    .box-partners .partners .pic ul.two {
        margin-top: -24px;
    }
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul.two {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul.two li {
        width: 50%;
    }
}
.box-partners .partners .pic ul.three {
    margin-top: -42px;
}
@media (max-width: 1470px) {
    .box-partners .partners .pic ul.three {
        margin-top: -30px;
    }
}
@media (max-width: 1350px) {
    .box-partners .partners .pic ul.three {
        margin-top: -24px;
    }
}
@media (max-width: 767px) {
    .box-partners .partners .pic ul.three {
        margin: 0;
    }
}
.box-news-exhibition {
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news-exhibition .title-news {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .box-news-exhibition .title-news {
        margin-top: 30px;
    }
}
.box-news-exhibition .title-news b {
    font-size: 30px;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .box-news-exhibition .title-news b {
        font-size: 24px;
    }
}
.box-news-exhibition .title-news b:before {
    display: inline-block;
    width: 24px;
    height: 6px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #3362cc;
}
.box-news-exhibition .item-1 {
    margin-top: 20px;
}
.box-news-exhibition .item-1 a {
    color: inherit;
}
.box-news-exhibition .item-1 .pic {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .box-news-exhibition .item-1 .pic {
        border-radius: 0;
    }
}
.box-news-exhibition .item-1 .pic .img-box {
    padding-bottom: 71.11111111%;
}
.box-news-exhibition .item-1 .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news-exhibition .item-1 .pic .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 10px 0;
    background-color: rgba(51, 98, 204, .9);
}
.box-news-exhibition .item-1 .pic .date b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.box-news-exhibition .item-1 .pic .date p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.box-news-exhibition .item-1 .text {
    margin-top: 20px;
}
.box-news-exhibition .item-1 .text b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-news-exhibition .item-1 .text b {
        font-size: 18px;
    }
}
.box-news-exhibition .item-1 .text p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-news-exhibition .item-1 .text p {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        margin: 4px 0 0 0;
    }
}
.box-news-exhibition .item-1 .text .more {
    text-align: right;
}
.box-news-exhibition .item-1 .text .more a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #3362cc;
}
.box-news-exhibition .item-1 .text .more a:after {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
.box-news-exhibition .item-1:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news-exhibition .item-1:hover .text b {
    text-decoration: underline;
    color: #3362cc;
}
.box-news-exhibition .item-1:hover .text p {
    text-decoration: underline;
    color: #486b91;
}
.box-news-exhibition .list ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .box-news-exhibition .list ul {
        font-size: 0;
        margin: 0 -10px;
    }
}
.box-news-exhibition .list ul li {
    margin-top: 30px;
    padding: 6px 0;
    list-style: none;
    border-bottom: 1px dashed #ccc;
}
@media (max-width: 767px) {
    .box-news-exhibition .list ul li {
        font-size: 14px;
        display: inline-block;
        width: 50%;
        padding: 0 10px;
        vertical-align: top;
    }
}
.box-news-exhibition .list .item {
    font-size: 0;
    position: relative;
}
.box-news-exhibition .list .item .pic,
.box-news-exhibition .list .item .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.box-news-exhibition .list .item a {
    color: inherit;
}
.box-news-exhibition .list .item .pic {
    position: relative;
    width: 24%;
}
@media (max-width: 767px) {
    .box-news-exhibition .list .item .pic {
        width: 100%;
    }
}
.box-news-exhibition .list .item .pic .img-box {
    padding-bottom: 71.11111111%;
}
.box-news-exhibition .list .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news-exhibition .list .item .pic .date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(102, 102, 102, .9);
}
.box-news-exhibition .list .item .pic .date b {
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.box-news-exhibition .list .item .pic .date p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.box-news-exhibition .list .item .text {
    width: 76%;
    padding-left: 14px;
}
@media (max-width: 767px) {
    .box-news-exhibition .list .item .text {
        width: 100%;
        margin-top: 14px;
        padding: 0 0 10px 0;
    }
}
.box-news-exhibition .list .item .text b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-news-exhibition .list .item .text b {
        font-size: 18px;
    }
}
.box-news-exhibition .list .item .text p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 4px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news-exhibition .list .item .text p {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        margin: 4px 0 0 0;
    }
}
.box-news-exhibition .list .item .text .more {
    position: absolute;
    right: 0;
    bottom: 6px;
}
@media (max-width: 767px) {
    .box-news-exhibition .list .item .text .more {
        position: relative;
        bottom: 0;
        margin-top: 4px;
        text-align: right;
    }
}
.box-news-exhibition .list .item .text .more a {
    display: inline-block;
}
.box-news-exhibition .list .item .text .more a:after {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
.box-news-exhibition .list .item:hover {
    background-color: #cdcfcd;
}
.box-news-exhibition .list .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news-exhibition .list .item:hover .pic .date {
    background-color: rgba(51, 98, 204, .9);
}
.box-news-exhibition .list .item:hover .text b {
    color: #3362cc;
}
.box-network {
    background: url(../images/network_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-network .network {
    position: relative;
}
.box-network .network img {
    max-width: 100%;
}
.box-network .network .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    color: #aba8a8;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 50px;
    }
}
.footer .foot {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 40px 0 50px 0;
    }
}
.footer .foot>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: inline-block;
        width: 25%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}
.footer .foot>ul>li h3 {
    font-size: 20px;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        display: block;
        margin: 6px 0;
    }
}
@media (min-width: 992px) {
    .footer .foot>ul>li h3:before {
        display: inline-block;
        width: 10px;
        height: 4px;
        margin-right: 6px;
        content: '';
        vertical-align: middle;
        background-color: #3362cc;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        font-size: 16px;
    }
    .footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        float: right;
        content: '\e628';
    }
    .footer .foot>ul>li h3:before {
        display: none;
    }
}
.footer .foot>ul>li .title-foot img {
    max-width: 210px;
}
.footer .foot>ul>li .item {
    font-size: 14px;
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item-1 {
    width: 330px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-1 p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    color: #f2efef;
}
.footer .foot>ul>li .item-1 form {
    position: relative;
    width: 100%;
}
.footer .foot>ul>li .item-1 form input {
    line-height: 30px;
    width: 100%;
    padding: 10px 80px 10px 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #aba8a8;
    background: none;
}
.footer .foot>ul>li .item-1 form input::-webkit-input-placeholder,
.footer .foot>ul>li .item-1 form textarea::-webkit-input-placeholder {
    color: #8a8a8a;
}
.footer .foot>ul>li .item-1 form input:-o-placeholder,
.footer .foot>ul>li .item-1 form textarea:-o-placeholder {
    color: #8a8a8a;
}
.footer .foot>ul>li .item-1 form input::-moz-placeholder,
.footer .foot>ul>li .item-1 form textarea::-moz-placeholder {
    color: #8a8a8a;
}
.footer .foot>ul>li .item-1 form input:-ms-input-placeholder,
.footer .foot>ul>li .item-1 form textarea:-ms-input-placeholder {
    color: #8a8a8a;
}
.footer .foot>ul>li .item-1 form input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-1 form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-1 form input:focus::-o-placeholder,
.footer .foot>ul>li .item-1 form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-1 form input:focus::-moz-placeholder,
.footer .foot>ul>li .item-1 form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-1 form input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-1 form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-1 form .submit {
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 12px;
    color: #fff;
    background-color: #3362cc;
}
.footer .foot>ul>li .item-1 form .submit:after {
    font-family: 'iconfont' !important;
    margin-left: 4px;
    content: '\e642';
}
.footer .foot>ul>li .item-1 .info-message {
    margin-top: 14px;
}
.footer .foot>ul>li .item-2 a {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: block;
    padding-left: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.footer .foot>ul>li .item-2 a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '>';
}
.footer .foot>ul>li .item-2 a:hover {
    text-decoration: underline;
    color: #3362cc;
}
.footer .foot>ul>li .item-3 {
    max-width: 350px;
	word-break: break-word;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-3 b {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    color: #fff;
}
.footer .foot>ul>li .item-3 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding-left: 6em;
}.footer .foot>ul>li .item-3 p span{
	position: absolute;
	left: 16px;
	top: 0;
	width: 5em;
}
.footer .foot>ul>li .item-3 p:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #aba8a8;
}
.footer .foot>ul>li .item-3 p a:hover {
    color: #3362cc;
}
.footer .foot>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;
        padding-bottom: 10px;
    }
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.footer .copyright {
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #f9f8f6;
}
.footer .copyright p {
    line-height: 30px;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.footer .copyright p a {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;
}
.wrapper {
    overflow: hidden;
    padding: 60px 0 0 0;
}
.wrap {
    padding: 70px 0;
}
.title-in b {
    font-size: 36px;
    line-height: 1.5;
    display: block;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 20px;
    }
}
.title-sidenav {
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
.title-sidenav:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    content: '';
    border-radius: 50%;
    background: #3362cc;
}
.title-sidenav b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .title-sidenav b {
        font-size: 20px;
    }
}
.sidenav {
    margin-top: 10px;
}
.sidenav ul.level1 {
    margin: 0;
    padding: 0;
}
.sidenav ul.level1>li {
    position: relative;
    margin-bottom: 8px;
    list-style: none;
}
.sidenav ul.level1>li>a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 15px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 8px;
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li>a {
        font-size: 16px;
        padding: 10px 30px;
    }
}
.sidenav ul.level1>li.active ul.level2 {
    display: block;
}
.sidenav ul.level1>li ul.level2 {
    display: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: #fbfcfc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.sidenav ul.level1>li ul.level2>li {
    list-style: none;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li ul.level2>li {
        display: inline-block;
        vertical-align: top;
    }
}
.sidenav ul.level1>li ul.level2>li a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 6px 10px 6px 40px;
    color: inherit;
    color: #999;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li ul.level2>li a {
        font-size: 14px;
        padding-left: 20px;
    }
}
.sidenav ul.level1>li ul.level2>li a:before {
    position: absolute;
    top: 18px;
    left: 30px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border-radius: 50%;
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li ul.level2>li a:before {
        left: 10px;
    }
}
.sidenav ul.level1>li ul.level2>li.active a,
.sidenav ul.level1>li ul.level2>li:hover a {
    background-color: #e7ecf7;
}
.sidenav ul.level1>li ul.level2>li.active a:before,
.sidenav ul.level1>li ul.level2>li:hover a:before {
    opacity: 1;
}
.wrap-sidenav {
    margin-top: 20px;
    border-bottom: 1px solid #cecece;
}
.inside-nav {
    position: relative;
}
.inside-nav ul {
    font-size: 0;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}
.inside-nav ul li {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
@media (max-width: 1470px) {
    .inside-nav ul li {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .inside-nav ul li {
        padding: 0 15px;
    }
}
.inside-nav ul li:after {
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 34px;
    content: '';
    background-color: #cecece;
}
.inside-nav ul li:nth-child(1):before {
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: 14px;
    left: 0;
    width: 1px;
    height: 34px;
    content: '';
    background-color: #cecece;
}
.inside-nav ul li a {
    font-size: 20px;
    font-weight: normal;
    font-weight: 300;
    line-height: 60px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    color: inherit;
    color: #999;
}
@media (max-width: 1199px) {
    .inside-nav ul li a {
        font-size: 16px;
        line-height: 60px;
    }
}
.inside-nav ul li a:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    border-radius: 50%;
    background-color: #3362cc;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #333;
}
.inside-nav ul li.active a:after,
.inside-nav ul li:hover a:after {
    opacity: 1;
}
.wrap-about .about {
    padding: 60px 0;
    background: url(../images/about_in_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.wrap-about .about .title-about {
    text-align: center;
}
.wrap-about .about .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 991px) {
    .wrap-about .about .title-about b {
        font-size: 20px;
    }
}
.wrap-about .about .text {
    margin-top: 20px;
}
.wrap-about .about .text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about .text p {
        font-size: 15px;
    }
}
.wrap-about .about-pic {
    height: 350px;
    background: url(../images/about_pic_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-about .about-pic {
        height: 300px;
        background: url(../images/about_pic_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-about .number {
    padding: 60px 0;
    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about .number ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.wrap-about .number ul li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-about .number ul li {
        width: 50%;
        margin: 20px 0;
    }
}
.wrap-about .number .item {
    color: #3362cc;
}
.wrap-about .number .item b {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    display: block;
}
@media (max-width: 767px) {
    .wrap-about .number .item b {
        font-size: 24px;
    }
}
.wrap-about .number .item b sub {
    font-size: 18px;
}
.wrap-about .number .item b span {
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .wrap-about .number .item b span {
        font-size: 34px;
    }
}
.wrap-about .number .item b sup {
    font-size: 20px;
    font-weight: bold;
    top: 0;
    vertical-align: top;
}
.wrap-about .number .item p {
    font-size: 24px;
    line-height: 1.41666667;
    margin: 6px 0 0 0;
}
@media (max-width: 767px) {
    .wrap-about .number .item p {
        font-size: 18px;
    }
}
.wrap-honor {
    background: url(../images/honor_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.wrap-honor #certify {
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-honor #certify {
        display: none;
    }
}
.wrap-honor #certify .swiper-slide {
    width: 360px;
    height: 440px;
}
@media (max-width: 1350px) {
    .wrap-honor #certify .swiper-slide {
        width: 320px;
        height: 390;
    }
}
.wrap-honor #certify .swiper-slide img {
    display: block;
    width: 100%;
}
.wrap-honor .honor {
    display: none;
    margin-top: -30px;
}
@media (max-width: 1199px) {
    .wrap-honor .honor {
        display: block;
    }
}
.wrap-honor .honor .item {
    margin-top: 30px;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 122.22222222%;
}
.wrap-factory .factory-top {
    font-size: 0;
}
.wrap-factory .factory-top .text,
.wrap-factory .factory-top .video {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .text,
    .wrap-factory .factory-top .video {
        width: 100%;
    }
}
.wrap-factory .factory-top .text {
    padding-right: 50px;
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .text {
        padding: 0;
    }
}
.wrap-factory .factory-top .text .title-factory b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    display: block;
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .text .title-factory b {
        font-size: 20px;
    }
}
.wrap-factory .factory-top .text .note {
    margin-top: 20px;
}
.wrap-factory .factory-top .text .note p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    color: #666;
}
@media (max-width: 1470px) {
    .wrap-factory .factory-top .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .text .note p {
        font-size: 15px;
    }
}
.wrap-factory .factory-top .video {
    position: relative;
    overflow: hidden;
    width: 50%;
    background-color: #000;
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .video {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
}
.wrap-factory .factory-top .video img {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .6;
}
.wrap-factory .factory-top .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-factory .factory-top .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-factory .factory-top .video .play {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-factory .factory-top .video .play {
        font-size: 40px;
    }
}
.wrap-factory .factory-top .video .play:after {
    font-family: 'iconfont' !important;
    content: '\e67f';
}
.wrap-factory .factory-top .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}
.wrap-factory .factory .item {
    display: block;
    margin-top: 30px;
}
.wrap-factory .factory .item .img-box {
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 10px;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-factory .factory .item p {
        font-size: 15px;
    }
}
.wrap-factory .factory .item p:before {
    content: '-';
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .slick-arrow {
    line-height: 60px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -90px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3362cc;
    border: none;
    border: 1px solid #3362cc;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1470px) {
    .wrap-factory .factory .slick-arrow {
        line-height: 40px;
        left: 0;
        width: 40px;
        height: 40px;
    }
}
.wrap-factory .factory .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e601';
}
.wrap-factory .factory .slick-arrow.slick-next {
    right: -90px;
    left: auto;
}
@media (max-width: 1470px) {
    .wrap-factory .factory .slick-arrow.slick-next {
        right: -4px;
    }
}
.wrap-factory .factory .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.wrap-factory .factory .slick-arrow:hover {
    color: #fff;
    background-color: #3362cc;
}
.wrap-news .news-top {
    margin-top: -30px;
}
.wrap-news .news-top .item {
    margin-top: 30px;
}
.wrap-news .news-top .item a {
    color: inherit;
}
.wrap-news .news-top .item .pic {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .wrap-news .news-top .item .pic {
        border-radius: 0;
    }
}
.wrap-news .news-top .item .pic .img-box {
    padding-bottom: 71.11111111%;
}
.wrap-news .news-top .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news-top .item .pic .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 10px 0;
    background-color: rgba(51, 98, 204, .9);
}
.wrap-news .news-top .item .pic .date b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-news .news-top .item .pic .date p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.wrap-news .news-top .item .text {
    margin-top: 14px;
}
.wrap-news .news-top .item .text b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news .news-top .item .text b {
        font-size: 18px;
    }
}
.wrap-news .news-top .item .text p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 4px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .news-top .item .text p {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        margin: 4px 0 0 0;
    }
}
.wrap-news .news-top .item .text .more {
    margin-top: 10px;
    text-align: right;
}
.wrap-news .news-top .item .text .more a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #3362cc;
}
.wrap-news .news-top .item .text .more a:after {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
.wrap-news .news-top .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news-top .item:hover .text b {
    text-decoration: underline;
    color: #3362cc;
}
.wrap-news .news-top .item:hover .text p {
    text-decoration: underline;
    color: #486b91;
}
.wrap-news .news {
    margin-top: 20px;
}
.wrap-news .news .item {
    font-size: 0;
    position: relative;
    margin-top: 30px;
}
.wrap-news .news .item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: -webkit-calc(86% - 14px);
    width: calc(86% - 14px);
    height: 1px;
    content: '';
    border-bottom: 1px dashed #d0d0d0;
}
@media (max-width: 767px) {
    .wrap-news .news .item:after {
        display: none;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item a {
    color: inherit;
}
.wrap-news .news .item .pic {
    position: relative;
    width: 14%;
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 24%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 71.11111111%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(102, 102, 102, .9);
}
.wrap-news .news .item .pic .date b {
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.wrap-news .news .item .pic .date p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.wrap-news .news .item .text {
    width: 86%;
    padding-left: 14px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: 76%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 14px;
        padding: 0;
    }
}
.wrap-news .news .item .text b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text b {
        font-size: 18px;
    }
}
.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 4px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        margin: 4px 0 0 0;
    }
}
.wrap-news .news .item .text .more {
    text-align: right;
}
.wrap-news .news .item .text .more a {
    display: inline-block;
}
.wrap-news .news .item .text .more a:after {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .pic .date {
    background-color: rgba(51, 98, 204, .9);
}
.wrap-news .news .item:hover .text b,
.wrap-news .news .item:hover .text p {
    text-decoration: underline;
    color: #3362cc;
}
.wrap-news-show,
.wrap-exhibition-show {
    padding-top: 0;
}
.wrap-news-show .title-news-show h1,
.wrap-exhibition-show .title-news-show h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1,
    .wrap-exhibition-show .title-news-show h1 {
        font-size: 20px;
    }
}
.wrap-news-show .news-info,
.wrap-exhibition-show .news-info {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.wrap-news-show .news-info:before,
.wrap-exhibition-show .news-info:before,
.wrap-news-show .news-info:after,
.wrap-exhibition-show .news-info:after {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #3362cc;
}
.wrap-news-show .news-info:before,
.wrap-exhibition-show .news-info:before {
    top: -2px;
    right: 0;
}
.wrap-news-show .news-info:after,
.wrap-exhibition-show .news-info:after {
    bottom: -2px;
    left: 0;
}
.wrap-news-show .news-info span.date,
.wrap-exhibition-show .news-info span.date {
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
.wrap-news-show .news-info .share,
.wrap-exhibition-show .news-info .share {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.wrap-news-show .news-info .share span,
.wrap-exhibition-show .news-info .share span,
.wrap-news-show .news-info .share a,
.wrap-exhibition-show .news-info .share a {
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
.wrap-news-show .news-info .share a,
.wrap-exhibition-show .news-info .share a {
    padding: 0 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #929191;
}
.wrap-news-show .news-info .share a:after,
.wrap-exhibition-show .news-info .share a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e62d';
}
.wrap-news-show .news-info .share a.wechat:after,
.wrap-exhibition-show .news-info .share a.wechat:after {
    content: '\e604';
}
.wrap-news-show .news-info .share a:hover,
.wrap-exhibition-show .news-info .share a:hover {
    color: #3362cc;
}
.wrap-news-show .text,
.wrap-exhibition-show .text {
    margin-top: 20px;
}
.wrap-news-show .text p,
.wrap-exhibition-show .text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news-show .text p,
    .wrap-exhibition-show .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-news-show .text p,
    .wrap-exhibition-show .text p {
        font-size: 15px;
    }
}
.wrap-news-show .text img,
.wrap-exhibition-show .text img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-news-show .news-relate,
.wrap-exhibition-show .news-relate {
    position: relative;
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 90px;
    border-top: 1px solid #cecece;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate,
    .wrap-exhibition-show .news-relate {
        padding-right: 0;
    }
}
.wrap-news-show .news-relate a.return,
.wrap-exhibition-show .news-relate a.return {
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    width: 90px;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-color: #3362cc;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate a.return,
    .wrap-exhibition-show .news-relate a.return {
        position: relative;
        top: 0;
        margin-top: 14px;
    }
}
.wrap-news-show .news-relate a.return:hover,
.wrap-exhibition-show .news-relate a.return:hover {
    background-color: #083cb2;
}
.wrap-news-show .news-relate ul,
.wrap-exhibition-show .news-relate ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li,
.wrap-exhibition-show .news-relate ul li {
    position: relative;
    padding-left: 14px;
    list-style: none;
    color: #666;
}
.wrap-news-show .news-relate ul li:before,
.wrap-exhibition-show .news-relate ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #3362cc;
}
.wrap-news-show .news-relate ul li a,
.wrap-exhibition-show .news-relate ul li a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li a:hover,
.wrap-exhibition-show .news-relate ul li a:hover {
    color: #333;
}
.wrap-news-show .news-relate ul li:hover:before,
.wrap-exhibition-show .news-relate ul li:hover:before {
    opacity: 1;
}
.wrap-news-show .news-relate ul li:hover a,
.wrap-exhibition-show .news-relate ul li:hover a {
    color: #3362cc;
}
.wrap-news-show .news-relate ul li:hover a span,
.wrap-exhibition-show .news-relate ul li:hover a span {
    text-decoration: underline;
}
.wrap-exhibition-show .news-info {
    text-align: center;
}
.wrap-exhibition-show .news-info .share {
    float: none;
    margin-left: 10px;
}
.wrap-product {
    padding-bottom: 70px;
}
.wrap-product .product .item {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
    background-color: #f6f7f7;
}
@media (max-width: 767px) {
    .wrap-product .product .item {
        padding: 0;
    }
}
.wrap-product .product .item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    content: '';
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product .product .item:before {
        height: 80px;
    }
}
.wrap-product .product .item:after {
    position: absolute;
    top: 90px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .wrap-product .product .item:after {
        top: 70px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item:after {
        display: none;
    }
}
.wrap-product .product .item .pic {
    position: relative;
    z-index: 2;
    float: left;
    overflow: hidden;
    width: 36%;
    border-radius: 6px;
}
@media (max-width: 1470px) {
    .wrap-product .product .item .pic {
        width: 40%;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product .item .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .pic {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box {
    padding-bottom: 80%;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .note {
    position: relative;
    z-index: 2;
    float: left;
    width: 64%;
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .wrap-product .product .item .note {
        width: 60%;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product .item .note {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note {
        width: 100%;
        padding: 10px;
    }
}
.wrap-product .product .item .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 80px;
    display: -webkit-box;
    overflow: hidden;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note b {
        line-height: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note b {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
}
.wrap-product .product .item .note a {
    color: inherit;
}
.wrap-product .product .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 20px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-product .product .item .note p {
        font-size: 15px;
        margin: 0;
    }
}
.wrap-product .product .item .note a.more {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: right;
    color: #3362cc;
}
@media (max-width: 767px) {
    .wrap-product .product .item .note a.more {
        margin: 4px 0 0 0;
    }
}
.wrap-product .product .item .note a.more:after {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 8px;
    content: '+';
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
.wrap-product .product .item:hover {
    background-color: #3362cc;
}
.wrap-product .product .item:hover:after {
    display: none;
}
.wrap-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .note p {
    color: #fff;
}
.wrap-product .product .item:hover .note a.more {
    color: #fff;
}
.wrap-product .product .item:hover .note a.more:after {
    color: #3362cc;
    background-color: #fff;
}
.wrap-product-show {
    padding-bottom: 70px;
}
.wrap-product-show .carousel-wrap {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 80%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video {
    position: relative;
    background-color: #000;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .video {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e8d8';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box {
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
    padding: 0 20px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 5px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #3362cc;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    border: none;
    outline: none;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 30px;
    display: block;
    content: '\e601';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
    text-align: right;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
    color: #3362cc;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #cecece;
}
.wrap-product-show .carousel-wrap .info-box .title-info:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #3362cc;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin: 0;
    color: #3362cc;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .text p b {
    font-weight: normal;
    color: #333;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show {
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product-show {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 4px;
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    content: '\e62b';
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover {
    background-color: #083cb2;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .share span {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    line-height: 1;
    display: block;
    color: #3362cc;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 20px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 40px;
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
}
.wrap-product-show .parameter .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter table th,
.wrap-product-show .parameter table td {
    padding: 10px !important;
    border: 1px solid #fff !important;
}
.wrap-product-show .parameter table td {
    font-size: 16px;
    vertical-align: top;
    background-color: #ecf1fd;
}
.wrap-product-show .parameter table td:first-child {
    width: 50% !important;
    color: #fff;
    background-color: #3362cc;
}
.wrap-product-show .parameter table td p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    word-break: break-word;
    color: #666;
}
.wrap-product-show .parameter table td:first-child p {
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table td p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter table th {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding: 4px 10px !important;
    text-align: center;
    color: #fff;
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table th {
        font-size: 15px;
    }
}
.wrap-product-show .inquiry p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 14px 0 0 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry p {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 5px 10px;
    resize: vertical;
    border: none;
    outline: none;
    background: none;
    background-color: #f6f7f7;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .submit {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #3362cc;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form .submit {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry form .submit:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e642';
}
.wrap-product-show .inquiry form .submit:hover {
    background-color: #083cb2;
}
.wrap-contact {
    padding-top: 0;
}
.wrap-contact .contact {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        margin-top: 40px;
    }
}
.wrap-contact .contact .pic {
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .pic img {
        max-width: 100%;
    }
}
.wrap-contact .contact .text {
    overflow: hidden;
    min-height: 350px;
    padding: 20px 30px;
    border-radius: 8px;
    background: #f6f6f6;
}
.wrap-contact .contact .text .title-contact {
    font-weight: normal;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #cecece;
}
.wrap-contact .contact .text .title-contact:before {
    position: absolute;
    top: 14px;
    left: -30px;
    display: block;
    width: 20px;
    height: 4px;
    content: '';
    background-color: #3362cc;
}
.wrap-contact .contact .text .title-contact:after {
    position: absolute;
    right: 0;
    bottom: -2px;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #3362cc;
}
.wrap-contact .contact .text .title-contact b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.41666667;
    display: block;
}
.wrap-contact .contact .text .note {
    margin-top: 10px;
}
.wrap-contact .contact .text .note a {
    color: inherit;
}
.wrap-contact .contact .text .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .note b {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .note p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    position: relative;
    padding-left: 16px;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .text .note p {
        font-size: 15px;
    }
}
.wrap-contact .contact .text .note p:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #aba8a8;
}
.wrap-contact .contact .text .note p a:hover {
    color: #3362cc;
}
.wrap-contact .message-map {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #cecece;
}
.wrap-contact .message-map:before {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #3362cc;
}
.wrap-contact .message-map .title-contact {
    margin-top: 30px;
}
.wrap-contact .message-map .title-contact b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 767px) {
    .wrap-contact .message-map .title-contact b {
        font-size: 20px;
    }
}
.wrap-contact .message-map .message {
    margin-top: 8px;
}
.wrap-contact .message-map .message ul {
    overflow: hidden;
    margin: 0 -6px;
    padding: 0;
}
.wrap-contact .message-map .message ul li {
    float: left;
    width: 100%;
    margin-top: 12px;
    padding: 0 6px;
    list-style: none;
}
.wrap-contact .message-map .message ul li:nth-child(1),
.wrap-contact .message-map .message ul li:nth-child(2),
.wrap-contact .message-map .message ul li:nth-child(3),
.wrap-contact .message-map .message ul li:nth-child(4) {
    width: 50%;
}
.wrap-contact .message-map .message input,
.wrap-contact .message-map .message textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    padding: 5px 20px;
    resize: vertical;
    border: 1px solid #949494;
    border-radius: 4px;
}
.wrap-contact .message-map .message .submit {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #3362cc;
}
@media (max-width: 767px) {
    .wrap-contact .message-map .message .submit {
        font-size: 18px;
    }
}
.wrap-contact .message-map .message .submit:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e642';
}
.wrap-contact .message-map .message .submit:hover {
    background-color: #083cb2;
}
.wrap-contact #dituContent {
    height: 300px;
    margin-top: 20px;
}
.wrap-feedback .feedback {
    margin-top: 40px;
}
.wrap-feedback .feedback input,
.wrap-feedback .feedback textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
.wrap-feedback .feedback input::-webkit-input-placeholder,
.wrap-feedback .feedback textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-feedback .feedback input:-o-placeholder,
.wrap-feedback .feedback textarea:-o-placeholder {
    color: #666;
}
.wrap-feedback .feedback input::-moz-placeholder,
.wrap-feedback .feedback textarea::-moz-placeholder {
    color: #666;
}
.wrap-feedback .feedback input:-ms-input-placeholder,
.wrap-feedback .feedback textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-feedback .feedback input:focus::-webkit-input-placeholder,
.wrap-feedback .feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback input:focus::-o-placeholder,
.wrap-feedback .feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback input:focus::-moz-placeholder,
.wrap-feedback .feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback input:focus::-ms-input-placeholder,
.wrap-feedback .feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback span.mask {
    font-size: 16px;
    line-height: 30px;
    display: block;
}
.wrap-feedback .feedback .submit {
    line-height: 50px;
    height: 50px;
    margin-top: 20px;
    padding: 0 70px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #3362cc;
}
.wrap-feedback .feedback .submit:hover {
    background-color: #083cb2;
}
.wrap-inquiry table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}
.wrap-inquiry table tr {
    border: 1px solid #eee;
}
.wrap-inquiry table tr:first-child {
    font-size: 16px;
    overflow: hidden;
    background-color: #f6f6f6;
}
@media (max-width: 991px) {
    .wrap-inquiry table tr:first-child {
        font-size: 14px;
    }
}
.wrap-inquiry table th {
    font-weight: normal;
    line-height: 30px;
    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th {
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px) {
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 35%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
    width: 15%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 30%;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 15%;
    text-align: center;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 0;
    content: '\e624';
    color: #3362cc;
}
.wrap-inquiry table input {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    top: -1px;
    width: 60px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry table input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table input {
        font-size: 14px;
        line-height: 30px;
        width: 20px;
        height: 30px;
        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1,
.wrap-inquiry table .add1 {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1 {
        line-height: 30px;
        position: relative;
        z-index: 9;
        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .pic {
    display: inline-block;
    width: 24%;
    margin-right: -4px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;
        width: 100%;
    }
}
.wrap-inquiry table p {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    overflow: hidden;
    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table p {
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .wrap-inquiry table p {
        font-size: 12px;
    }
}
.wrap-inquiry .close {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: normal;
    content: '\e61a';
    color: #999;
}
.wrap-inquiry .close:hover::after {
    color: #083cb2;
}
.wrap-inquiry .title-inquiry:before {
    display: inline-block;
    width: 10px;
    height: 4px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #3362cc;
}
.wrap-inquiry .title-inquiry b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.wrap-inquiry .title-inquiry span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    float: right;
}
.wrap-inquiry .inquiry {
    margin-top: 50px;
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 14px;
    padding: 10px 20px;
    resize: vertical;
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea {
        font-size: 14px;
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry form .read input {
    background-color: #f6f6f6;
}
.wrap-inquiry .inquiry form span {
    font-size: 16px;
}
.wrap-inquiry .inquiry form .submit {
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 70px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #3362cc;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form .submit {
        padding: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover {
    background-color: #083cb2;
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 6px;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    content: '\e601';
}
.pagination li.next a:before {
    content: '\e827';
}
.pagination li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    width: 38px;
    height: 38px;
    margin: 0 4px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #848484;
    border-radius: 50%;
    background-color: #e5e5e5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #3362cc;
    background-color: #3362cc;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #3362cc;
    background-color: #3362cc;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 8;
    display: none;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    position: absolute;
    z-index: 1;
    cursor: move;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.fixed-header {
    height: 80px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .fixed-header {
        height: 70px !important;
    }
}
.fixed-header .logo {
    height: 70px;
	margin: 5px 0;
}
@media (max-width: 1350px) {
    .fixed-header .logo {
        height: 60px;
        margin: 10px 0;
    }
}
@media (max-width: 1199px) {
    .fixed-header .logo {
        height: 50px;
        margin: 10px 0;
    }
}
.fixed-header .nav .nav-list1>li>a {
    line-height: 50px;
}
.fixed-header .language p {
    line-height: 50px;
}
@media (max-width: 1199px) {
    .fixed-header .language p {
        line-height: 70px;
    }
}

.heade-tel{
	line-height: 24px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 26px;
	padding-left: 40px;
	position: relative;
	transition: all .2s;
}
.heade-tel:before{
	font-family: 'iconfont' !important;
	content: '\e61c';
	color: #3362cc;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 48px;
}
.fixed-header .heade-tel{
	margin-top: 12px;
}
.heade-tel span{
	font-size: 16px;
}
.heade-tel p{
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	margin: 0;
}
.heade-tel p i{
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
@media(max-width: 1199px){
	.heade-tel{
		display: none;
	}
}

.box-product .product>ul>li.item-5{
	display: none;
}
.box-product .product>ul>li.item-6:hover .note{
	opacity: 1;
}