@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i,
b {
    font-style: normal;
    font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

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

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a:focus,
a:hover,
a:active {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sub,
sup {
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #777
}

a:hover {
    text-decoration: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: Arial, "微软雅黑";
    font-size: 13px;
    color: #777;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.clearfix {
    *zoom: 1;
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../css/ietip/browser.png) no-repeat center center;
    margin: 200px auto 0;
}

#web-ietip a {
    display: block;
    width: 65px;
    height: 80px;
    float: left;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    opacity: 0.4;
    background: #fff;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

body {
    min-width: 1220px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.oov,
.tov,
.thov {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.oov {
    -webkit-line-clamp: 1;
}

.tov {
    -webkit-line-clamp: 2;
}

.thov {
    -webkit-line-clamp: 3;
}

.pic {
    overflow: hidden;
}

.pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .5s 0s;
    -moz-transition: all ease .5s 0s;
    -webkit-transition: all ease .5s 0s;
}

.ej-col-2,
.ej-col-3,
.ej-col-4,
.ej-col-5 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.ej-col-2 {
    width: 50%;
}

.ej-col-3 {
    width: 33.333%;
}

.ej-col-4 {
    width: 25%;
}

.ej-col-5 {
    width: 20%;
}

body {
    padding-top: 90px;
}

.header {
    height: 90px;
    line-height: 90px;
    background: #0061ae;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.header .logo {
    float: left;
}

.hd-rg {
    float: right;
    position: relative;
    background: #0061ae;
}

.hd-rg:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0061ae;
    position: absolute;
    left: 100%;
    top: 0px;
}

.nav {
    float: left;
    position: relative;
    z-index: 3;
}

.nav li {
    float: left;
    padding: 0 15px;
    height: 90px;
    position: relative;
}

.nav .fir-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nav .fir-nav:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

/* .nav .on .fir-nav:after,
.nav li:hover .fir-nav:after{
    width: 100%;
} */
.bottomLine {
    position: absolute;
    left: -1000px;
    bottom: 0px;
    height: 2px;
    z-index: 1;
    background-color: #fff;
    transition: all 0.5s ease;
}

.subNav {
    position: absolute;
    width: 150%;
    height: 90px;
    z-index: -1;
}

.subNav .item {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 100%;
    z-index: 3;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.subNav li {
    float: left;
    margin: 0 15px;
}

.subNav li a {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    color: #c5c6c8;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.subNav li a:hover {
    color: #fff;
}

.subNav .sn1 {
    left: 66px;
}

.subNav .sn2 {
    left: 168px;
}

.subNav .sn3 {
    left: 270px;
}

.subNav .sn4 {
    left: 382px;
}

.subNav .sn5 {
    left: 484px;
}

.subNav .sn6 {
    left: 422px !important;
}

.sea-btn {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat center;
    margin-left: 35px;
    margin-top: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.s-menu {
    display: block;
    float: left;
    height: 90px;
    width: 80px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
    background: #2679ba;
    overflow: hidden;
}

.s-menu:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: url(../images/icon-menu.png) no-repeat center;
}

.s-menu:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #238ee2;
    position: absolute;
    left: -80px;
    top: -50px;
    z-index: 2;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    transition: transform ease-out .4s 0s;
    -moz-transition: transform ease-out .4s 0s;
    -webkit-transition: transform ease-out .4s 0s;
}

.s-menu:hover:before {
    transform: scale(50);
}

.search-box {
    height: 90px;
    width: 300px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: 50%;
    margin-right: -600px;
    padding: 20px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.search-box.on {
    bottom: -90px;
}

.search-box .tex {
    height: 50px;
    width: 210px;
    float: left;
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
}

.search-box .sub {
    height: 50px;
    width: 50px;
    float: right;
    border: none;
    background: url(../images/icon-search.png) no-repeat center;
}

.footer {
    background: #333;
    padding: 35px 0;
}

.footer .lt {
    float: left;
}

.ft-nav {
    margin-bottom: 30px;
}

.ft-nav a {
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.ft-nav a:after {
    content: '';
    height: 12px;
    width: 1px;
    background: #666;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 30px;
}
.ft-nav a:last-of-type:after {
    content: '';
    height: 12px;
    width: 0px;
    background: #666;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 30px;
}

.ft-nav a:hover {
    color: #fff;
}

.ft-nav .fir:before {
    display: none;
}

.footer .cright {
    font-size: 14px;
    color: #999;
}

.footer .rg {
    float: right;
}

.ft-link {
    width: 255px;
    border-bottom: 2px solid #555;
    position: relative;
}

.ft-link span {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.ft-link span:after {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/icon-arr.png) no-repeat center;
}

.ft-link ul {
    width: 100%;
    position: absolute;
    bottom: 46px;
    left: 0;
    background: #333;
    border: 1px solid #555;
    display: none;
    z-index: 3;
}

.ft-link a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    padding: 0 5px;

}

.ft-link li:hover {
    background: #0061ae;
}

.ft-link li:hover a {
    color: #fff;
}

.in-banner img {
    width: 100%;
}

.in-banner .swiper-pagination-bullet {
    opacity: 0.5;
    background: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.in-banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.in-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: left;
}

.in-news .nw-lt {
    width: 720px;
    float: left;
    padding-top: 30px;
    padding-bottom: 45px;
}

.in-menu {
    overflow: hidden;
    margin-bottom: 40px;
}

.in-menu li {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    float: left;
    padding: 5px 10px 15px;
    margin-right: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-menu li:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #0059bd;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-menu .on {
    color: #0059bd;
}

.in-menu .on:after {
    width: 100%;
}

.in-menu .dj {
    position: relative;
}

.in-menu .dj:before {
    content: '';
    height: 30px;
    width: 34px;
    margin-right: 15px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-dj.png) no-repeat center;
}

.nw-it4 {
    display: block;
    width: 655px;
}

.nw-it4 .pic {
    width: 280px;
    height: 210px;
    float: left;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it4 .tex {
    margin-left: 305px;
    text-align: left;
}

.nw-it4 .date {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #9dbfe6;
}

.nw-it4 .tt {
    line-height: 36px;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it4 .dd {
    line-height: 26px;
    font-size: 16px;
    color: #999;
}

.nw-it4:hover .tt {
    color: #0061ae;
}

.nw-it4:hover .pic {
    transform: translate(5px, 0px);
}

.in-news .news-content {
    height: 210px;
    width: 100%;
}

.in-news .swiper-pagination-bullet {
    opacity: 1;
    background: #b6cfec;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.in-news .swiper-pagination-bullet-active {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 2px solid #0059bd;
    opacity: 1;
}

.in-news .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px auto;
}

.nw-rg {
    position: relative;
    z-index: 3;
    margin-top: -85px;
    width: 460px;
    height: 460px;
    background: #f8f8f8;
    float: right;
    padding: 30px 20px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-rg .pic {
    display: block;
    width: 100%;
    height: 235px;
    margin-bottom: 25px;
}

.nw-rg .tt {
    font-size: 24px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-rg .dd {
    line-height: 26px;
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    margin-top: 20px;
}

.nw-rg .more {
    font-size: 16px;
    color: #e62129;
}

.nw-rg .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 8px;
    margin-left: 20px;
    background: url(../images/icon-arr7.png) no-repeat center right;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-rg:hover {
    transform: translate(0, -10px);
}

.nw-rg:hover .tt {
    color: #0061ae;
}

.nw-rg:hover .more:after {
    width: 40px;
}

.in-serv {
    padding-top: 60px;
    background: url(../images/bg-service.jpg) no-repeat center top;
}

.in-serv .hd {
    overflow: hidden;
}

.in-serv .lt {
    float: left;
    color: #fff;
    opacity: 0.3;
    padding-bottom: 48px;
}

.in-serv .hd .en {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.in-serv .hd .cn {
    font-size: 24px;
    line-height: 26px;
}

.in-serv .hd .rg {
    float: right;
}

.in-serv .hd .rg li {
    width: 170px;
    text-align: center;
    float: left;
    cursor: pointer;
    opacity: 0.5;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-serv .hd .rg .on {
    opacity: 1;
}

.in-serv .hd .rg .icon {
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-serv .rg .tex {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.in-serv .content {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.in-serv .pic-container {
    position: absolute;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
    width: 850px;
    height: 450px;
}

.in-serv .tex-container {
    width: 710px;
    height: 450px;
    background: #fff;
    float: right;
    padding: 0px 195px 0 70px;
    position: relative;
}

.in-serv .tex-container .it {
    text-align: left;
}

.in-serv .tex-container .swiper-slide {}

.in-serv .tex-container .tex-hd {
    margin-bottom: 35px;
    overflow: hidden;
}

.in-serv .tex-container .icon {
    float: left;
    height: 78px;
    line-height: 78px;
    width: 80px;
}

.in-serv .tex-container .rg {
    margin-left: 80px;
}

.in-serv .tex-container .cn {
    font-size: 40px;
    line-height: 44px;
    color: #006dc3;
    margin-bottom: 10px;
}

.in-serv .tex-container .en {
    font-size: 22px;
    line-height: 24px;
    color: #afafaf;
}

.in-serv .tex-container .tex {
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-bottom: 50px;
    -webkit-line-clamp: 5;
}

.in-serv .more {
    font-size: 16px;
    color: #e62129;
}

.in-serv .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 8px;
    margin-left: 20px;
    background: url(../images/icon-arr7.png) no-repeat center right;
    transition: all .5s 0s;
    -moz-transition: all .5s 0s;
    -webkit-transition: all .5s 0s;
}

.in-serv .tex-container .it:hover .more:after {
    width: 40px;
}

.in-serv .button {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: #444;
    position: absolute;
    top: 200px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-serv .button:hover {
    background-color: #333;
}

.in-serv .prev {
    right: 70px;
    background-image: url(../images/icon-prev1-w.png);
}

.in-serv .next {
    right: 0px;
    background-image: url(../images/icon-next1-w.png);
}

.in-about {
    padding: 55px 0 0;
}

.in-about .title1 {
    font-size: 36px;
    line-height: 38px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.in-about .title1 em {
    color: #e62129;
    font-family: '宋体';
}

.in-about .it {
    display: block;
    height: 350px;
    overflow: hidden;
}

.in-about .it .tex {
    width: 490px;
    height: 100%;
    float: left;
    color: #fff;
    padding: 55px 60px 0 40px;
}

.in-about .it .tex:hover .more:after {
    width: 40px;
}

.in-about .it .hd {
    overflow: hidden;
    margin-bottom: 30px;
}

.in-about .it .lt {
    float: left;
}

.in-about .it .cn {
    font-size: 22px;
    line-height: 30px;
}

.in-about .it .en {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.in-about .year {
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
    margin-left: 15px;
    float: left;
}

.in-about .dd {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 25px;
}

.in-about .more {
    font-size: 16px;
}

.in-about .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 8px;
    margin-left: 15px;
    background: url(../images/icon-arr3.png) no-repeat center right;
    transition: all .5s 0s;
    -moz-transition: all .5s 0s;
    -webkit-transition: all .5s 0s;
}

.in-about .it .pic {
    width: 710px;
    height: 100%;
    float: left;
}

.in-about .it .pic:hover img {
    transform: translate(-10px, 0);
}

.in-about .col2 {
    background: #f4f4f4;
    overflow: hidden;
}

.in-about .col2 .layout {
    height: 300px;
    line-height: 300px;
    margin-bottom: 50px;
    overflow: hidden;
}

.in-about .lt-col {
    height: 300px;
    width: 490px;
    background: #85a849;
    float: left;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-about .col2 .tex {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    color: #fff;
}

.in-about .col2 .tt {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 16px;
}

.in-about .col2 .dd {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 25px;
}

.in-about .col2 .more1 {
    font-size: 14px;
    line-height: 16px;
}

.in-about .col2 .more1:after {
    content: '';
    height: 12px;
    width: 6px;
    margin-left: 10px;
    margin-top: -2px;
    background: url(../images/icon-arr8.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.in-about .lt-col:hover .more1:after,
.in-about .rg-col .tex:hover .more1:after {
    transform: translate(10px, 0);
}

.in-about .pic:hover img {
    transform: translate(-10px, 0);
}

.in-about .lt-col:hover {
    transform: translate(10px, 0);
}

.in-about .rg-col {
    width: 710px;
    height: 300px;
    line-height: 300px;
    float: right;
    position: relative;
    z-index: 3;
}

.in-about .rg-col .tex {
    float: left;
    width: 310px;
    height: 100%;
}

.in-about .rg-col .tex-in {
    display: inline-block;
    vertical-align: middle;
}

.in-about .rg-col .pic {
    width: 400px;
    height: 100%;
    float: right;
}

.banner {
    display: block;
    width: 100%;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu {
    height: 80px;
    line-height: 80px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.menu a {
    font-size: 14px;
    color: #888;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.menu a:hover {
    color: #333;
}

.menu a:hover:before {
    color: #333;
}

.menu .menu-lt {
    float: left;
}

.menu .menu-rg {
    float: right;
}

.menu .menu-rg a:before {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-top: -2px;
}

.menu .menu-rg .home:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-home.png) no-repeat center;
}

.menu .menu-rg .on {
    color: #333;
}

.menu .menu-rg .on:before {
    color: #888;
}

.menu .menu-lt a {
    height: 80px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.menu .menu-lt a:after {
    content: '';
    width: 0%;
    height: 4px;
    background: #0061ae;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.menu .menu-lt a:first-of-type {
    margin-left: 0;
}

.menu .menu-lt a.on,
.menu .menu-lt a:hover {
    color: #0061ae;
}

.menu .menu-lt a.on:after,
.menu .menu-lt a:hover:after {
    width: 100%;
}

.con-box {
    padding: 55px 0 65px;
    background: #f8f8f8;
}

.cooper .content {
    position: relative;
}

.cooper .pic {
    width: 800px;
    height: 500px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.cooper .pic:hover {
    transform: translate(0, -5px);
}

.cooper .tex {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -180px;
    width: 560px;
    height: 360px;
    padding: 45px 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cooper .lb {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.cooper .tex li {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.cooper .tex .lt {
    float: left;
    width: 50px;
}

.cooper .tex .rg {
    margin-left: 50px;
    display: block;
}

.title {
    margin-bottom: 40px;
    padding-top: 15px;
}

.title .tt {
    position: relative;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    display: inline-block;
}

.title .tt:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #e62129;
    position: absolute;
    right: -40px;
    top: -10px;
}

.title .tt:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0061ae;
    position: absolute;
    right: -28px;
    top: 2px;
}

.contact .map {
    height: 555px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .map .intro {
    width: 555px;
    /* height: 220px; */
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -110px;
    z-index: 4;
}

.contact .map .tex {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px 20px 35px 80px;
    display: block;
}

.contact .map .dr-menu {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #0061ae url(../images/icon-menu.png) no-repeat center;
}

.map .tex .lb {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.map .tex li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.map .tex .lt {
    float: left;
    width: 50px;
}

.map .tex .rg {
    margin-left: 50px;
    display: block;
}

.map .tex em {
    font-size: 26px;
    font-weight: 600;
}

.cont-col {
    padding: 45px 0 55px;
}

.cont-col .layout {
    padding: 0 20px;
}

.cont-col1 {
    background: #f7f7f7 url(../images/bg-contact.jpg) no-repeat center;
}

.cont-col p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.cont-col .b18 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
}

.cont-col .red {
    color: #e62129;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}

.title1 {
    font-size: 30px;
    line-height: 34px;
    color: #333;
    position: relative;
    margin-bottom: 30px;
}

.title1:before {
    content: '';
    width: 4px;
    height: 30px;
    background: #0061ae;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -15px;
}

.recruit {
    padding: 60px 0;
}

.recruit .tt {
    font-size: 40px;
    line-height: 44px;
    color: #333;
    margin-bottom: 40px;
}

.rec-form {
    padding: 30px;
    background: #666;
    margin-bottom: 20px;
}

.rec-form select {
    width: 190px;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    background: #fff;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    outline: none;
    border: none;
}

.rec-form .rg {
    float: right;
}

.rec-form .tex {
    float: left;
    width: 190px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 18px;
    font-size: 16px;
    color: #666;
    border: none;
}

.rec-form .sub {
    width: 140px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    border: none;
    background: #0061ae;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.rec-form .sub:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-search.png) no-repeat center;
    background-size: contain;
    margin-right: 12px;
}

.rec-form .sub:hover {
    background: #00569b;
}

.rec-hd {
    height: 64px;
    line-height: 64px;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 0 30px;
    margin-bottom: 15px;
}

.rec-hd .tt1 {
    font-size: 26px;
    color: #333;
    float: left;
}

.rec-hd .rg {
    float: right;
    font-size: 14px;
    color: #999;
}

.rec-hd em {
    font-size: 18px;
    color: #0b4c9d;
}

.job-box .list-box ul {
    display: table;
    width: 100%;
    text-align: center;
    padding-right: 60px;
    box-sizing: border-box;
}

.job-box .list-box ul li {
    display: table-cell;
    text-align: left;
    width: 20%;
    text-align: center;
}

.job-box .list-box .ta-title {
    height: 80px;
    line-height: 80px;
    color: #333;
    background: #f5f5f5;
    font-size: 18px;
}

.job-box .list-box .ta-body {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px dashed #f2f2f2;
    position: relative;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.job-box .list-box .ta-body:before {
    content: '';
    background: url(../images/icon-arr2.png) no-repeat center;
    width: 20px;
    height: 9px;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -5px;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.job-box .intro-box {
    width: 100%;
    padding: 40px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    display: none;
    text-align: left;
}

.job-box .intro-box .strong {
    color: #0061ae;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 10px;
}

.job-box .intro-box .list {
    line-height: 32px;
}

.job-box .on .intro-box {
    border-bottom: none;
}

.job-box .on .ta-body:before {
    transform: rotate(-180deg);
}

.job-box .intro-box .bt {
    font-size: 18px;
}

.job-box .intro-box .tele {
    font-size: 20px;
    color: #0061ae;
}

.job-box .int-lf {
    float: left;
    width: 50%;
    padding-right: 2%;
}

.job-box .int-rg {
    margin-left: 50%;
    padding-left: 6%;

}

.job-box .email {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0061ae;
    text-align: center;
    margin-top: 20px;
    position: relative;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.job-box .email:after {
    content: '>';
    width: 40px;
    height: 40px;
    background: #0061ae;
    position: absolute;
    right: -42px;
}

.job-box .email:hover,
.job-box .email:hover:after {
    background: #015699;
}

.job-box .list-box ul.ta-title li:first-of-type,
.list-box ul.ta-body li:first-of-type {
    text-align: left;
    padding-left: 24px;
}

.job-box .list-box:last-of-type {
    border-bottom: 1px dashed #f2f2f2;
}

.job-box .list-box:nth-of-type(2n+1) .ta-body {
    background: #f5f5f5;
}

.ej-page {
    text-align: center;
    padding: 2% 0%;
}

.ej-page a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    color: #777;
    margin: 5px;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.ej-page .button {
    padding: 0 25px;
    width: auto;
}

.ej-page a:hover,
.ej-page a.on {
    background: #0061ae;
    border-color: #0061ae;
    color: #fff;
}

.advise .pic {
    width: 380px;
    height: 640px;
    float: left;
    overflow: hidden;
    background: #e5e5e5;
}

.advise .rg {
    margin-left: 380px;
}

.advise .title {
    margin-bottom: 20px;
}

.advise .int {
    padding: 10px 30px 0 45px;
    height: 170px;
}

.advise .dd {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.adv-form {
    height: 470px;
    background: #fff;
    padding: 40px 98px;
}

.adv-form .form-ct {
    margin-right: -18px;
}

.adv-form .lb {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 30px;
}

.adv-form .lb:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-tip.jpg) no-repeat center;
    margin-top: -2px;
    margin-right: 15px;
}

.adv-form .lb em {
    color: #e62129;
}

.input-box {
    width: 310px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    margin-right: 10px;
    float: left;
}

.input-box .icon {
    float: left;
    width: 50px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.input-box .label {
    font-size: 14px;
    color: #666;
    position: relative;
    float: left;
}

.input-box .im:before {
    content: '*';
    position: absolute;
    font-size: 14px;
    line-height: 6px;
    color: #e62129;
    left: -6px;
    top: 20px;
}

.input-box select {
    width: 530px;
    height: 100%;
    float: left;
    border: none;
    background: transparent;
    outline: none;
}

.input-box .tex {
    float: left;
    font-size: 14px;
    color: #333;
    height: 48px;
    width: 180px;
    border: none;
    background: transparent;
}

.input-box.b-box {
    width: 630px;
}

.input-box.b-box .tex {
    width: 530px;
}

.input-box.s-box {
    width: 212px;
}

.input-box.s-box .tex {
    width: 100px;
}

.adv-form .veri-box {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 98px;
    float: left;
}

.adv-form .sub {
    float: left;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #0b4c9d;
    border: none;
    border-radius: 4px;
    margin-left: 10px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.adv-form .sub:hover {
    background: #0a4289;
}

.proj-col {
    height: 800px;
    line-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.proj-col .it {
    display: inline-block;
    vertical-align: middle;
    width: 663px;
    height: 350px;
    position: relative;
    padding: 80px 175px 80px 40px;
    color: #fff;
    background: url(../images/bg-proit.png) no-repeat center;
    /* transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s; */
}

/* .proj-col .it:hover{
    transform:translate(0,-10px);
} */
.proj-col .it .hd {
    margin-bottom: 35px;
    overflow: hidden;
}

.proj-col .it .icon {
    float: left;
    height: 74px;
    line-height: 74px;
    width: 80px;
}

.proj-col .it .rg {
    margin-left: 80px;
}

.proj-col .it .cn {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
}

.proj-col .it .en {
    font-size: 22px;
    line-height: 26px;
}

.proj-col .it .tex {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.proj-col .it .more {
    line-height: normal;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    width: 140px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.proj-col.odd .it .more:after {
    content: '';
    width: 43px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arr3.png) no-repeat center;
    margin-left: 10px;
}

.proj-col.odd .it .more {
    right: 25px;
    text-align: right;
}

.proj-col .it:hover .more {
    transform: translate(-5px, 0px);
}

.proj-col.odd .it:hover .more {
    transform: translate(5px, 0px);
}

.proj-col.even {
    text-align: right;
}

.proj-col.even .it {
    text-align: left;
    padding: 80px 40px 80px 175px;
    background: url(../images/bg-proit1.png) no-repeat center;
}

.proj-col.even .it .more {
    right: 100%;
    left: 25px;
}

.proj-col.even .it .more:before {
    content: '';
    width: 43px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arr4.png) no-repeat center;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) {
    .proj-col {
        height: 700px;
        line-height: 700px;
    }
}

.s-media {
    padding: 80px 0 240px;
}

.s-media .layout {
    overflow: hidden;
}

.s-media .content {
    margin-right: -40px;
}

.med-it {
    width: 373px;
    text-align: center;
    float: left;
    margin-right: 40px;
}

.med-it .pic1 {
    height: 320px;
    line-height: 320px;
    border: 1px solid #eee;
}

.med-it .pic1 img {
    max-width: 100%;
    max-height: 100%;
}

.med-it .dd {
    height: 70px;
    line-height: 70px;
    background: #e5e5e5;
    padding: 0 10px;
    font-size: 22px;
    color: #333;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-center {
    overflow: hidden;
}

.nw-side {
    width: 360px;
    float: left;
    padding-top: 60px;
}

.nw-it {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.nw-it .pic {
    height: 270px;
    margin-bottom: 20px;
}

.nw-it .tex {
    height: 180px;
    padding-right: 20px;
}

.nw-it .tt {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    height: 72px;
    margin-bottom: 10px;
}

.nw-it .dd {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.nw-it:hover .tt {
    color: #0061ae;
}

.nw-it:hover img {
    transform: scale(1.1);
}

.nw-banner {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.nw-banner img {
    width: 100%;
}

.nw-main {
    padding-top: 60px;
    padding-left: 40px;
    padding-bottom: 60px;
    margin-left: 360px;
    border-left: 1px solid #e5e5e5;
    min-height: 780px;
}

.nw-top {
    height: 270px;
    position: relative;
    margin-bottom: 45px;
}

.nw-top .pic {
    width: 360px;
    height: 100%;
    float: left;
}

.nw-top .pic img {
    width: 360px;
    height: 270px;
}

.nw-top .nw-tex {
    display: block;
    margin-left: 390px;
}

.nw-top .it {
    text-align: left;
}

.nw-top .tt {
    line-height: 36px;
    font-size: 24px;
    height: 72px;
    margin-bottom: 15px;
    color: #333;
}

.nw-top .dd {
    line-height: 32px;
    height: 128px;
    font-size: 16px;
    color: #666;
    -webkit-line-clamp: 4;
}

.nw-top .bt {
    position: absolute;
    bottom: 0;
    width: 410px;
    height: 34px;
    right: 0;
}

.nw-top .button {
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-top .prev {
    left: 0;
    background: url(../images/icon-prev.png) no-repeat center;
}

.nw-top .prev:hover {
    background-image: url(../images/icon-prev-sel.png);
}

.nw-top .next {
    left: 54px;
    background: url(../images/icon-next.png) no-repeat center;
}

.nw-top .next:hover {
    background-image: url(../images/icon-next-sel.png);
}

.nw-it1 {
    display: block;
    width: 100%;
    height: 160px;
    padding: 35px 25px 30px 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it1 .tex {
    width: 545px;
    float: left;
    margin-right: 50px;
}

.nw-it1 .tt {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #333;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it1 .dd {
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.nw-it1 .date {
    font-size: 16px;
    color: #999;
    margin-top: 35px;
    float: left;
}

.nw-it1 .more {
    float: right;
    width: 24px;
    height: 16px;
    margin-top: 35px;
    background: url(../images/icon-arr5.png) no-repeat center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it1:hover .more {
    background-image: url(../images/icon-arr5-sel.png);
}

.nw-it1:hover .tt {
    color: #0061ae;
}

.nw-it1:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.art-hd {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.art-hd .tt {
    font-size: 36px;
    line-height: 60px;
    color: #333;
    margin-bottom: 15px;
}

.art-hd .bt {
    line-height: 34px;
    height: 34px;
}

.art-hd .date {
    font-size: 30px;
    color: #9dbfe6;
    float: left;
}

.art-hd .share {
    float: right;
}

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

.share p {
    font-size: 15px;
    color: #666;
}

.share .lb {
    float: left;
}

.share a {
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin: 0 8px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.share .pic-box {
    position: absolute;
    z-index: 4;
    width: 140px;
    height: 140px;
    background: #fff;
    bottom: 28px;
    left: 50%;
    margin-left: -70px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: none;
}

.share .pic-box:before {
    content: '';
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.share .pic-box p {
    font-size: 14px;
    color: #333;
    line-height: 16px;
}

.share .pic-box img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 5px;
}

.share .sh1 {
    background-image: url(../images/icon-sh1.png);
}

.share .sh2 {
    background-image: url(../images/icon-sh2.png);
}

.share .sh3 {
    background-image: url(../images/icon-sh3.png);
}

.share .sh1:hover {
    background-image: url(../images/icon-sh1-sel.png);
}

.share .sh2:hover {
    background-image: url(../images/icon-sh2-sel.png);
}

.share .sh3:hover {
    background-image: url(../images/icon-sh3-sel.png);
}

.share a:hover .pic-box {
    display: block;
}

.art-main {
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 55px;
}
.art-main img{height: auto !important;}

.art-main .p16 {
    font-size: 16px;
    line-height: 36px;
    color: #444;
}

.art-main .back {
    display: block;
    margin: 20px auto 10px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    background: #999;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.art-main .back:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    margin-top: -2px;
    margin-right: 15px;
    background: url(../images/icon-back.png) no-repeat center;
}

.art-main .back:hover {
    background: #0061ae;
}

.nw-it2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.nw-it2 .pic {
    width: 200px;
    height: 150px;
    float: left;
}

.nw-it2 .tex {
    margin-left: 225px;
    padding-top: 5px;
}

.nw-it2 .tt {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it2 .dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.nw-it2:hover .tt {
    color: #0061ae;
}

.nw-it2:hover img {
    transform: scale(1.1);
}

.ot-news .tt1 {
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.nw-ot1 {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 5px;
}

.nw-ot1 .tt {
    float: left;
    width: 650px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-ot1:hover .tt {
    color: #0061ae;
}

.nw-ot1 .date {
    color: #999;
    float: right;
}

.video-center {
    padding: 50px 0 70px;
}

.video-center .swiper-container {
    padding-bottom: 30px;
}

.video-tp {
    width: 100%;
    height: 676px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.video-tp video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    object-fit: fill;
}

.vid-it {
    cursor: pointer;
    width: 380px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.vid-it .pic {
    height: 214px;
}

.vid-it .tex {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 18px;
    color: #333;
    background: #fff;
}

.vid-it:hover {
    transform: translate(0, -5px);
}

.vid-it:hover img {
    transform: scale(1.1);
}

.busin-box {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.busin-box .art-box {
    width: 600px;
    height: 550px;
    float: right;
    padding: 0 0 0 55px;
    box-sizing: border-box;
    line-height: 550px;
}

.busin-box .art-box .tex {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.busin-box .art-box .p16 {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-indent: 2em;
}

.busin-box .pic-box {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    width: 960px;
    height: 550px;
}

.busin-box .pic-box img {
    width: 100%;
    height: 100%;
}

.join .busin-box .art-box .tex .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-indent: 2em;
}

.busin-box ul {
    position: relative;
    height: 380px;
    width: 520px;
}

.busin-box li {
    position: absolute;
    height: 88px;
    line-height: 88px;
    border-radius: 88px;
    border: 1px solid #efd49f;
    overflow: hidden;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.busin-box li p.num {
    text-align: center;
    width: 88px;
    border-radius: 88px;
    background: #f3a41f;
    font-size: 40px;
    color: #fff;
    float: left;
}

.busin-box .li1 {
    border-color: #efd49f;
}

.busin-box .li2 {
    border-color: #d9f09f;
}

.busin-box .li3 {
    border-color: #afe4f0;
}

.busin-box .li4 {
    border-color: #d6ef97;
}

.busin-box .li1 .num {
    background: url(../images/join-ic1.png) no-repeat center;
}

.busin-box .li2 .num {
    background: url(../images/join-ic2.png) no-repeat center;
}

.busin-box .li3 .num {
    background: url(../images/join-ic3.png) no-repeat center;
}

.busin-box .li4 .num {
    background: url(../images/join-ic4.png) no-repeat center;
}

.busin-box .intro {
    margin-left: 88px;
    padding: 0px 20px 0 10px;
    line-height: 88px;
}

.busin-box .intro .tex-in {
    display: inline-block;
    vertical-align: middle;
}

.busin-box .intro p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.busin-box li:hover {
    transform: translate(10px, 0);
}


.busin-box.odd {
    background: #f8f8f8;
}

.busin-box .pic-box {
    overflow: hidden;
}

.busin-box .pic-box img {
    transition: all ease .5s 0s;
    -moz-transition: all ease .5s 0s;
    -webkit-transition: all ease .5s 0s;
}

.busin-box.odd .art-box {
    float: left;
    padding: 0 55px 0 0;
}

.busin-box.odd .pic-box {
    position: absolute;
    left: 50%;
    margin-left: 0;
}

.busin-box3 {
    height: 600px;
}

.busin-box3 .pic-box {
    height: 600px;
}

.busin-box3 .art-box {
    line-height: 600px;
    height: 600px;
}

.busin-box:hover img {
    transform: scale(1.05);
}

.join-bt {
    height: 400px;
    line-height: 400px;
    background: #e5e5e5;
    text-align: center;
}

.join-bt .j-btn {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    padding-top: 28px;
    position: relative;
    transition: all ease .2s 0s;
    -moz-transition: all ease .2s 0s;
    -webkit-transition: all ease .2s 0s;
}

.join-bt .j-btn:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -70px;
    bottom: -30px;
    transform: rotate(-45deg);
    transition: width ease .5s 0s;
    -moz-transition: width ease .5s 0s;
    -webkit-transition: width ease .5s 0s;
}

.join-bt .j-btn:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -70px;
    top: -30px;
    transform: rotate(-45deg);
    transition: width ease .5s 0s;
    -moz-transition: width ease .5s 0s;
    -webkit-transition: width ease .5s 0s;
}

.join-bt .j-btn:hover {
    transform: rotate(360deg);
}

.join-bt .j-btn:hover:before,
.join-bt .j-btn:hover:after {
    width: 0;
}

.join-bt .j-btn p {
    margin-top: 15px;
}

.sc-banner {
    background-color: #e5e5e5;
    height: 600px;
    line-height: 600px;
    background-attachment: fixed;
    padding-top: 170px;
	background-size: auto 600px;
    background-position: center 90px;
}

.sc-banner .tex {
    color: #fff;
}

.sc-banner .icon {
    float: left;
    height: 74px;
    line-height: 74px;
    width: 80px;
}

.sc-banner .rg {
    margin-left: 80px;
}

.sc-banner .cn {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
}

.sc-banner .en {
    font-size: 22px;
    line-height: 26px;
}

.sc-banner .intro {

    position: relative;
    margin-top: 30px;
}

.sc-banner .intro .tex {
    line-height: normal;
    width: 555px;
    height: 220px;
    background: rgba(0, 0, 0, 0.6);
    padding: 70px 40px 35px 60px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    display: none;
}

.sc-banner .intro .dr-menu {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #0061ae url(../images/icon-menu.png) no-repeat center;
}

.pro-it {
    display: block;
    width: 385px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pro-it .pic {
    height: 215px;
    background: #e5e5e5;
}

.pro-it .tex {
    height: 160px;
    padding: 25px 20px 0;
    background: #fff;
}

.pro-it .tt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #0061ae;
    font-weight: 600;
}

.pro-it .addr {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin-bottom: 18px;
}

.pro-it .tele {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.pro-it .tele em {
    font-size: 22px;
    color: #0061ae;
    font-weight: 600;
}

.pro-it:hover {
    transform: translate(0, 5px);
}

.pro-it:hover img {
    transform: scale(1.1);
}

.proj-center {
    padding: 40px 0 60px;
}

.proj-center .layout {
    overflow: hidden;
}

.proj-center .content {
    margin-right: -22px;

}

.pt-build {
    padding: 40px 0 60px;
}

.party-tp {
    height: 382px;
    padding: 90px 65px 0 190px;
    background: url(../images/bg-party.png) no-repeat center;
    margin-bottom: 35px;
    position: relative;
}

.party-tp .pic {
    width: 314px;
    height: 235px;
    float: left;
}

.party-tp .pic img {
    display: block;
    width: 314px;
    height: 235px;
}

.party-tp .nw-tex {
    margin-left: 345px;
    padding-top: 25px;
}

.party-tp .nw-tex .it {
    text-align: left;
}

.party-tp .it:hover .tt {
    color: #0061ae;
}

.party-tp .tt {
    line-height: 36px;
    font-size: 24px;
    height: 36px;
    margin-bottom: 20px;
    color: #333;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.party-tp .dd {
    line-height: 32px;
    height: 96px;
    font-size: 16px;
    color: #666;
}

.party-tp .bt {
    position: absolute;
    bottom: 55px;
    width: 410px;
    height: 34px;
    left: 535px;
}

.party-tp .button {
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.party-tp .prev {
    left: 0;
    background: url(../images/icon-prev.png) no-repeat center;
}

.party-tp .prev:hover {
    background-image: url(../images/icon-prev-sel.png);
}

.party-tp .next {
    left: 54px;
    background: url(../images/icon-next.png) no-repeat center;
}

.party-tp .next:hover {
    background-image: url(../images/icon-next-sel.png);
}

.nw-it3 {
    display: block;
    width: 380px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it3 .pic {
    height: 285px;
    background: #eee;
}

.nw-it3 .tex {
    height: 210px;
    background: #fff;
    padding: 25px 30px;
}

.nw-it3 .intro {
    height: 125px;
    border-bottom: 1px solid #eaeaea;
}

.nw-it3 .tt {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it3 .dd {
    line-height: 30px;
    font-size: 16px;
    color: #999;
}

.nw-it3 .bt {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.nw-it3 .more:after {
    content: '';
    width: 31px;
    height: 8px;
    background: url(../images/icon-arr6.png) no-repeat center right;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.nw-it3:hover .more:after {
    margin-right: 0;
}

.nw-it3:hover {
    transform: translate(0, -10px);
}

.nw-it3:hover .tt {
    color: #0061ae;
}

.pt-build .centent {
    margin-right: -30px;
}

.pr-col1 {
    height: 600px;
    background: #eee;
    padding-top: 65px;
}

.pr-col1 .hd {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

.pr-col1 .hd .tt {
    width: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    padding: 0 160px;
    z-index: -1;
}

.pr-col1 .button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pr-col1 .button:hover {
    background-color: #fff;
    border-color: #fff;
}

.pr-col1 .prev {
    float: left;
    background-image: url(../images/icon-prev1.png);
}

.pr-col1 .next {
    float: right;
    background-image: url(../images/icon-next1.png);
}

.pr-col1 .prev:hover {
    background-image: url(../images/icon-prev1-sel.png);
}

.pr-col1 .next:hover {
    background-image: url(../images/icon-next1-sel.png);
}

.pr-col1 .p-menu {
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #dddddd;
    margin-right: 20px;
    background: url(../images/icon-menu1.png) no-repeat center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pr-col1 .p-menu:hover {
    background-color: #0061ae;
}

.pro-it1 {
    display: block;
    width: 100%;
    height: 400px;
    background: #fff;
    text-align: left;
}

.pro-it1 .tex {
    float: left;
    width: 484px;
    height: 100%;
    padding: 50px 40px;
}

.pro-it1 .tt {
    font-size: 30px;
    line-height: 32px;
    color: #0061ae;
    margin-bottom: 40px;
}

.pro-it1 .lb {
    font-size: 18px;
    line-height: 20px;
    color: #666;
    font-weight: 600;
    margin-bottom: 15px;
}

.pro-it1 .dd,
.pro-it1 .tele {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.pro-it1 .dd {
    -webkit-line-clamp: 4;
}

.pro-it1 .tele em {
    font-size: 22px;
    color: #0061ae;
}

.pro-it1 .tele {
    margin-top: 40px;
}

.pr-col2 {
    padding: 45px 0 55px;
}

.pr-col2 .tt {
    color: #0061ae;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
}

.pr-col2 .p16 {
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.pr-col3 {
    padding: 75px 0 85px;
    background: #0865af;
}

.pr-col3 .hd {
    overflow: hidden;
    margin-bottom: 40px;
}

.pr-col3 .tt {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    float: left;
}

.menu-pr {
    float: right;
}

.menu-pr li {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.menu-pr .on {
    border-bottom: 2px solid #fff;
}

.appr-it {
    display: block;
    height: 215px;
}

.appr-it img {
    display: block;
    width: 100%;
}

.pr-col3 .swiper-slide {
    background: transparent;
}

.pr-col3 .content {
    position: relative;
}

.pr-col3 .button {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    border: 2px solid #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -29px;
}

.pr-col3 .button:hover {
    background-color: #fff;
    border-color: #fff;
}

.pr-col3 .prev {
    left: -75px;
    background-image: url(../images/icon-prev1.png);
}

.pr-col3 .next {
    right: -75px;
    background-image: url(../images/icon-next1.png);
}

.pr-col3 .prev:hover {
    background-image: url(../images/icon-prev1-sel.png);
}

.pr-col3 .next:hover {
    background-image: url(../images/icon-next1-sel.png);
}

.pr-col4 {
    height: 555px;
}

.soc-duty {
    padding-top: 55px;
    background-position: center top;
}

.duty-tp {
    margin-bottom: 40px;
}

.duty-tp .title {
    text-align: center;
}

.duty-tp .title .tt {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

.title .en {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #Fff;
    opacity: 0.5;
}

.duty-tp .tex p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.duty-bt {
    background: #fff;
    padding: 40px 50px 70px;
}

.time-it .pic {
    margin-bottom: 20px;
    /* -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1); */
}

.time-it .year {
    font-size: 20px;
    /* color: #ccc; */
    color:#0061ae;
    font-weight: 600;
    text-align: left;
    line-height: 42px;
}

.time-it .num {
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.time-line {
    margin-bottom: 65px;
    position: relative;
}

.time-line .button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 4;
}

.time-line .prev {
    left: -50px;
    background: url(../images/icon-prev1.png) no-repeat center;
}

.time-line .next {
    right: -50px;
    background: url(../images/icon-next1.png) no-repeat center;
}

.time-line .prev:hover {
    background-image: url(../images/icon-prev1-sel.png);
}

.time-line .next:hover {
    background-image: url(../images/icon-next1-sel.png);
}

.time-it.on .year {
    /* color: #0061ae; */
    color:#E62129;
}

.time-it.on .pic {
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
}

.tex-container {
    overflow: hidden;
}
.tex-container .it{
    width: 100%;
}

.soc-duty .tex-container .rg {
    height: 500px;
    overflow-y: auto;
    /* width: 100%; */
}

.tex-container .year {
    font-size: 50px;
    color: #333;
    font-weight: 600;
    width: 240px;
    float: left;
    text-align: left;
}

.tex-container .rg {
    margin-left: 240px;
    text-align: left;
}

.soc-duty .tex-container .swiper-container {
    height: auto;
}

.tex-container .tex-li {
    display: block;
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.tex-container .tex-li:last-of-type {
    margin-bottom: 0;
}

.tex-container .tex-li:hover .dd {
    color: #0061ae;
}

.tex-container .tex-li .pic {
    width: 240px;
    height: 180px;
    float: left;
    margin-right: 30px;
}

.tex-container .num {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    width: 80px;
    float: left;
}

.tex-container .dd {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-left: 80px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.tex-container .dd p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.tex-container .pic-li {
    line-height: 180px;
}

.tex-container .pic-li .num {
    line-height: 180px;
}

.tex-container .pic-li .dd {
    line-height: 180px;
    margin-left: 350px;
}

.abo-col1 {
    padding: 30px 0 130px;
    background-position: center top;
}

.abo-col1 .lt {
    width: 820px;
    float: left;
}

.abo-col1 .hd {
    margin-bottom: 35px;
}

.abo-col1 .label {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #eee;
}

.abo-col1 .name {
    font-size: 40px;
    line-height: 42px;
    color: #0061ae;
    margin-bottom: 20px;
}

.abo-col1 .slogen {
    font-size: 24px;
    line-height: 26px;
    color: #666;
}

.abo-col1 .tex {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    height: 280px;
    position: relative;
}

.abo-col1 .rg {
    float: right;
    width: 300px;
}

.abo-col1 .pic {
    margin-top: -110px;
}

.abo-col2 {
    padding: 85px 0 100px;
}

.abo-col .title {
    margin-bottom: 30px;
}

.abo-col .title .tt {
    font-size: 40px;
    line-height: 42px;
}

.abo-col .title .en {
    font-size: 16px;
    color: #999;
}

.abo-col2 .lt {
    width: 520px;
    float: left;
}

.abo-col2 .rg {
    float: right;
    padding-top: 65px;
}

.abo-col2 .tex .li,
.abo-col2 .tex p {
    font-size: 18px;
    line-height: 50px;
    padding: 0 10px;
    color: #333;
    border-bottom: 1px dashed #95aed1;
}

.abo-col3 {
    padding: 70px 0 55px;
    background-color: #0061ae;
}

.abo-col3 .title {
    text-align: center;
}

.abo-col3 .title .tt {
    color: #fff;
}

.abo-col3 .title .en {
    color: #fff;
}

.abo-col3 .title .tt:after {
    background: #fff;
}

.abo-col3 .abo-tp {
    padding: 0 30px;
}

.abo-col3 .abo-tp .swiper-container {
    padding-bottom: 120px;
}

.abo-col3 .swiper-slide {
    background: transparent;
}

.even-it {
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.even-it .pic {
    width: 410px;
    height: 230px;
    border: 3px solid #fff;
    float: left;
}

.even-it .tex {
    line-height: 230px;
    margin-left: 450px;
    color: #fff;
    font-size: 16px;
    height: 230px;
    overflow-y: auto;
}

.even-it.no-pic .tex {
    margin-left: 0;
}

.even-it .tex-in {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.abo-col3 .abo-bt {
    margin-top: 50px;
    position: relative;
}

.abo-col3 .abo-bt .swiper-slide {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
}

.abo-col3 .abo-bt .on {
    font-size: 30px;
    font-weight: 600;
}

.abo-col3 .abo-bt .button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.abo-col3 .abo-bt .prev {
    left: -50px;
    opacity: 0.6;
    background: url(../images/icon-prev1.png) no-repeat center;
}

.abo-col3 .abo-bt .next {
    right: -50px;
    opacity: 0.6;
    background: url(../images/icon-next1.png) no-repeat center;
}

.abo-col3 .abo-bt .button:hover {
    opacity: 1;
}

.abo-col4 {
    padding: 80px 0 50px;
}

.abo-col4 .title {
    text-align: center;
}

.link-it {
    display: block;
    width: 100%;
    text-align: center;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.link-it .pic1 {
    height: 100px;
    line-height: 100px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.link-it .pic1 img {
    max-width: 100%;
    max-height: 100%;
}

.link-it .tex {
    font-size: 16px;
    line-height: 18px;
    color: #999;
}

.link-it:hover {
    transform: translate(0, 5px);
}

/* 滚动插件start */

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 22px;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 20px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -6px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    top: 2px;
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-repeat: no-repeat;
    -ms-filter: "alpha(opacity=40)";
    z-index: 1;
    background: url(../images/btnUp.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: #000;
    background-color: #dadada;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #4993d6;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    border-radius: 3px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 3px;
    height: 6px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -110px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -126px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */

.mCS-3d.mCSB_scrollTools {
    width: 100%;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background: url(../images/icon-prev2.png) no-repeat center;
    width: 40px;
    height: 40px;
    left: 0;
    bottom: -65px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background: url(../images/icon-next2.png) no-repeat center;
    width: 40px;
    height: 40px;
    left: 60px;
    bottom: -65px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp:hover {
    background: url(../images/icon-prev2-sel.png) no-repeat center;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown:hover {
    background: url(../images/icon-next2-sel.png) no-repeat center;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    display: none;
}

.banner-pr {
    height: 600px;
}

.pro-col1 {
    padding: 50px 0 60px;
}

.pro-col1 .lt {
    float: left;
    width: 510px;
}

.pro-col1 .hd {
    color: #0061ae;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 25px;
}

.pro-col1 .hd:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #0061ae;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro-col1 .lb {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 20px;
}

.pro-col1 .lb em {
    font-size: 60px;
    font-weight: 600;
    margin-right: 5px;
}

.pro-col1 .hd .tt {
    font-size: 30px;
    line-height: 34px;
}

.pro-col1 .lt {
    padding-top: 65px;
}

.pro-col1 .lt .tex {
    line-height: 42px;
    font-size: 22px;
    color: #666;
}

.pro-col1 .pro-tp {
    padding-bottom: 95px;
}

.pro-col1 .rg {
    padding-top: 60px;
    padding-right: 60px;
}

.pro-col1 .rg .ct {
    width: 330px;
    height: 380px;
    background: url(../images/bg-pro-ct.png) no-repeat center;
    float: right;
    position: relative;
}

.pro-col1 .rg .it {
    position: absolute;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    background: #0079d9;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pro-col1 .rg .it1 {
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.pro-col1 .rg .it2 {
    top: 30px;
    right: -60px;
}

.pro-col1 .rg .it3 {
    top: 225px;
    right: -60px;
}

.pro-col1 .rg .it4 {
    bottom: -60px;
    left: 50%;
    margin-left: -60px;
}

.pro-col1 .rg .it5 {
    top: 225px;
    left: -60px;
}

.pro-col1 .rg .it6 {
    top: 30px;
    left: -60px;
}

.pro-col1 .rg .it.on {
    background: #0061ae;
}

.pro-col1 .rg .it:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
}

.pro-col1 .rg .it1.on:after {
    bottom: -4px;
    left: 50%;
    margin-left: -6px;
    background: #0061ae;
    transform: rotate(45deg);
}

.pro-col1 .rg .it2.on:after {
    left: 0px;
    top: 70%;
    margin-top: -6px;
    background: #0061ae;
    transform: rotate(110deg);
}

.pro-col1 .rg .it3.on:after {
    left: 0px;
    top: 30%;
    margin-top: -6px;
    background: #0061ae;
    transform: rotate(160deg);
}

.pro-col1 .rg .it4.on:after {
    top: -4px;
    left: 50%;
    margin-left: -6px;
    background: #0061ae;
    transform: rotate(45deg);
}

.pro-col1 .rg .it5.on:after {
    right: 0px;
    top: 30%;
    margin-top: -6px;
    background: #0061ae;
    transform: rotate(-160deg);
}

.pro-col1 .rg .it6.on:after {
    right: 0px;
    top: 70%;
    margin-top: -6px;
    background: #0061ae;
    transform: rotate(-110deg);
}

.pro-col1 .rg .tex {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    height: 200px;
    line-height: 200px;
    width: 200px;
    text-align: center;
    display: none;
}

.pro-col1 .rg .tex-in {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 24px;
    color: #0061ae;
}

.pro-col1 .rg .num {
    font-size: 120px;
    line-height: 120px;
    color: #e62129;
    display: inline-block;
    vertical-align: middle;
    margin-top: -35px;
    font-style: oblique
}

.pro-col1 .rg .tex1 p {
    float: left;
}

.pro-col1 .pro-bt {
    overflow: hidden;
    height: 100px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pro-col1 .pro-bt:hover {
    transform: translate(0, -5px);
}

.pro-col1 .pro-bt .lb {
    width: 60px;
    height: 100%;
    background: #0061ae;
    float: left;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding: 23px 12px 12px;
    position: relative;
}

.pro-col1 .pro-bt .lb:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 20px;
}

.pro-col1 .pro-bt .tex {
    margin-left: 60px;
    height: 100%;
    width: 1140px;
    background: #eee;
    padding: 20px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

.pro-col2 {
    overflow: hidden;
    height: 645px;
    position: relative;
}

.pro-col2 .layout {
    width: auto;
}

.pro-col2 .pic {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    width: 960px;
    height: 645px;
    overflow: hidden;
}

.pro-col2 .art-box {
    width: 50%;
    height: 645px;
    float: right;
    background: #f0f6fc url(../images/bg-produ1.jpg) no-repeat center;
}

.pro-col2 .tex {
    padding-top: 50px;
    padding-left: 50px;
}

.pro-col2 .title {
    margin-left: 30px;
}

.pro-col2 .title .tt {
    font-size: 40px;
    color: #0061ae;
}

.pro-col2 .it {
    width: auto;
    display: inline-block;
    min-height: 74px;
    border-radius: 74px;
    background: #fff;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 16px;
    padding: 4px 40px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.pro-col2 .tt1 {
    font-size: 18px;
    color: #0061ae;
    font-weight: 600;
}

.pro-col2 .it:hover {
    transform: translate(0, -5px);
}

.pro-col3 {
    padding: 60px 0 80px;
}

.pro-col3 .title {
    text-align: center;
}

.pro-col3 .title .tt {
    font-size: 40px;
    line-height: 42px;
}

@media screen and (max-width: 1700px) {
    .pro-col2 .it {
        font-size: 14px;
        line-height: 28px;
        min-height: 68px;
    }
}

.tb {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
}

.tb td {
    font-size: 30px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    word-wrap: break-word;
    word-break: break-all;
    color: #000;
    vertical-align: middle;
    border-color: #ccc;
    text-align: left;
    padding: 30px 20px;
}

.tb .name {
    font-size: 18px;
    line-height: 20px;
    color: #666;
    margin-bottom: 15px;
}

.tb .tel {
    font-size: 32px;
    line-height: 34px;
    color: #666;
    font-weight: 600;
}

.cul-part {
    height: 800px;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cul-part1 .content {
    margin-right: -40px;
    margin-top: 120px;
}

.cul-part .title {
    text-align: center;
}

.cul-part .title .tt {
    font-size: 40px;
    line-height: 44px;
    color: #0061ae;
}

.cul-part .title .en {
    color: #2679ba;
}

.cul-part .title-w {
    text-align: center;
}

.cul-part .title-w .tt {
    color: #fff;
}

.cul-part .title-w .en {
    color: #fff;
}

.cul-it {
    width: 210px;
    height: 290px;
    background: #fff;
    border: 1px solid #0061ae;
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    float: left;
    margin-right: 38px;
}

.cul-it:after {
    content: '';
    width: 200px;
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -101px;
    top: 50%;
    margin-top: -141px;
    background: #fff;
    border: 1px solid #0061ae;
    z-index: -1;
}

.cul-it .pic1 {
    margin: 0 auto 45px;
    text-align: center;
}

.cul-it .tex {
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

/* .cul-it:hover{
    transform:rotateY(180deg);
} */
.cul-part2 .content {
    position: relative;
    margin-top: 58px;
    width: 100%;
    height: 435px;
}

.cul-part2 .content li {
    position: absolute;
    width: 300px;
    text-align: center;
    height: 215px;
    line-height: 215px;
    cursor: pointer;
}
.cul-part2 .content span{
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    vertical-align: middle;
}

.cul-part2 .li1 {
    left: 155px;
    top: 0;
}

.cul-part2 .li2 {
    left: 455px;
    top: 0;
}

.cul-part2 .li3 {
    left: 755px;
    top: 0;
}

.cul-part2 .li4 {
    left: 0px;
    bottom: 2px;
}

.cul-part2 .li5 {
    left: 300px;
    bottom: 2px;
}

.cul-part2 .li6 {
    left: 600px;
    bottom: 2px;
}

.cul-part2 .li7 {
    left: 900px;
    bottom: 2px;
}

.cul-part3 {
    position: relative;
}

.cul-part3 video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: contain;
}

.cul-it1 {
    display: block;
    width: 286px;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.cul-it1:hover {
    transform: translate(0, -10px);
}

.cul-part3 .title {
    position: relative;
    z-index: 4;
}

.cul-part4 .title {
    margin-bottom: 25px;
}

.cul-part4 .swiper-container {
    padding-top: 40px;
}

.cul-part4 .swiper-slide {
    background: transparent;
}

.cul-part4 .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 0px;
    text-align: right;
    height: 20px;
}

.cul-part4 .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.cul-part4 .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.cul-part4 .more {
    display: block;
    width: 200px;
    height: 52px;
    line-height: 52px;
    border: 2px solid #fff;
    margin: 50px auto 0;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
}

.cul-part4 .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 8px;
    margin-left: 25px;
    background: url(../images/icon-arr3.png) no-repeat center right;
    transition: width ease .3s 0s;
    -moz-transition: width ease .3s 0s;
    -webkit-transition: width ease .3s 0s;
}

.cul-part4 .more:hover:after {
    width: 40px;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: inherit;
}

.title:hover .tt:before {
    animation: move1 1.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.title:hover .tt:after {
    animation: move2 1.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes move1 {
    0% {
        transform: translate(0px, 30px)
    }

    25% {
        transform: translate(0px, -20px)
    }

    50% {
        transform: translate(0px, 15px)
    }

    75% {
        transform: translate(0px, -10px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes move2 {
    0% {
        transform: translate(0px, -20px)
    }

    25% {
        transform: translate(0px, 16px)
    }

    50% {
        transform: translate(0px, -12px)
    }

    75% {
        transform: translate(0px, 8px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

::-webkit-scrollbar {
    width: 6px;
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: #0061ae;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.webmap_box {
    position: fixed;
    width: 500px;
    height: 100%;
    top: 0;
    right: -550px;
    z-index: 101;
    background: #fff url(../images/right_bg.jpg) no-repeat center bottom;
    padding: 0 50px;
    overflow: hidden;
    transition: all ease .5s 0s;
    -moz-transition: all ease .5s 0s;
    -webkit-transition: all ease .5s 0s;
}

.webmap_box .right_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 33px;
    right: 39px;
    cursor: pointer;
    background: url(../images/right_close.png) no-repeat;
    background-size: contain;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.webmap_box .right_close:hover {
    background: url(../images/right_close_on.png) no-repeat;
}

.wab_mapnav {
    margin-top: 90px;
    line-height: normal;
    overflow-y: auto;
    max-height: 710px;
}

.wab_mapnav li {
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.wab_mapnav li .tit {
    font-size: 24px;
}

.wab_mapnav li .tit a {
    color: #0061ae;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.wab_mapnav li .a_nav {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.wab_mapnav li .a_nav a {
    color: #666;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 22px;
    float: left;
}

.wab_mapnav li .a_nav a:hover {
    color: #0061ae;
}

.webmap_box .bt_text {
    line-height: normal;
    margin-top: 40px;
    font-size: 18px;
    color: #666;
}

.webmap_box .bt_text .tel {
    font-size: 26px;
    color: #0061ae;
    margin-top: 15px;
}

.webmap_box.on {
    right: 0;
}

.ej-gray {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.cul-part2 {
    position: relative;
}

.pop-it {
    width: 974px;
    height: 726px;
    position: absolute;
    left: 50%;
    margin-left: -487px;
    top: 50%;
    margin-top: -363px;
    display: none;
    background: url(../images/bg-book.png) no-repeat center;
    background-size: contain;
}

.pop-it .tex {
    position: absolute;
    width: 365px;
    height: 430px;
    overflow-y: auto;
    left: 70px;
    bottom: 100px;
}

.pop-it .tex::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}

.pop-it .tex::-webkit-scrollbar-thumb {
    background: #999;
}

.pop-it .tex .tt {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    margin-bottom: 40px;
}

.pop-it .tex .dd {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-indent: 2em;
}

.pop-it .pic1 {
    width: 458px;
    height: 690px;
    position: absolute;
    right: 31px;
    top: 22px;
}

.pop-it .pic1 img {
    max-width: 100%;
    max-height: 100%;
}

.pop-it .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -80px;
    top: 5px;
    cursor: pointer;
    background: url(../images/icon-close.png) no-repeat center;
}
.cul-part2 .cul-part .title{
    position: relative;
}
.cul-part2 .list-btn{
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
.cul-part2 .list-btn img{
    margin-right: 8px;
}

@media screen and (max-width: 1700px) {
    .webmap_box {
        width: 380px;
        padding: 0 30px;
        right: -400px;
    }

    .wab_mapnav li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .wab_mapnav li .tit {
        font-size: 18px;
    }

    .wab_mapnav li .a_nav a {
        font-size: 14px;
        margin-top: 2px;
        margin-right: 20px;
    }

    .webmap_box .bt_text {
        margin-top: 20px;
    }

    .webmap_box .bt_text .tel {
        margin-top: 10px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1500px) {
    .pop-it {
        width: 805px;
        height: 600px;
        margin-left: -402.5px;
        margin-top: -300px;
    }

    .pop-it .pic1 {
        width: 378px;
        height: 690px;
        position: absolute;
        right: 25px;
        top: 14px;
    }

    .pop-it .tex {
        width: 330px;
        height: 390px;
        left: 50px;
        bottom: 70px;
    }

    .pop-it .tex .tt {
        margin-bottom: 25px;
    }

    @media screen and (max-width: 1440px) {
        .webmap_box {
            width: 350px;
        }

        .wab_mapnav {
            margin-top: 70px;
        }

        .wab_mapnav li .tit {
            font-size: 16px;
        }

        .wab_mapnav li .a_nav a {
            font-size: 12px;
        }

        .webmap_box .bt_text {
            margin-top: 15px;
        }

        .webmap_box .right_close {
            width: 20px;
            height: 20px;
            top: 30px;
            right: 30px;
        }
    }
}


.legal .nw-main {
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.legal .art-hd .tt {
    text-align: center;
}

.legal .art-main {
    border-bottom: none;
    margin-bottom: 0;
}


.s-result {
    padding: 60px 0;
}

.s-result .content_inside_title {
    border-left: 5px solid #4c4a4a;
    color: #4c4a4a;
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 50px;
    width: 80%;
    position: relative;
    padding-left: 10px;
}

.s-result .im {
    color: #0061ae;
}

.s-result .content_top {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    color: #666;
    padding-bottom: 25px;
}

.s-result .true_box {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 35px 0 40px;
}

.s-result .true_title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.s-result .true_word {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.booklet{
    box-sizing:border-box;
    width: 100%;
    height: 100%;
}
.booklet .b-wrap-left {
    box-sizing:initial;
}
.booklet .b-wrap-right {
    box-sizing:initial;
}
.book_wrapper {
    box-sizing:content-box;
    margin:0 auto;
    width:100%;
    height:100%;
    padding-left: 22px;
    padding-right: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    position:relative;
    background: transparent url(../images/bg-book.png) no-repeat center;
    background-size: 100% 100%; 
}
.book_wrapper img {
    width: 100%;
    height: 100%;
}
.booklet .b-wrap-right img {
    box-sizing:initial;
    border:none;
}
.next_page_button,.prev_page_button {
    box-sizing:initial;
    display:none;
    position:absolute;
    width:41px;
    height:40px;
    cursor:pointer;
    margin-top:-20px;
    top:50%;
    background:transparent url(../images/buttons.png) no-repeat 0 -40px
}
.prev_page_button {
    box-sizing:initial;
    left:-30px
}
.next_page_button {
    box-sizing:initial;
    right:-30px;
    background-position:-41px -40px
}
.next_page_button:hover {
    box-sizing:initial;
    background-position:-41px 0
}
.prev_page_button:hover {
    box-sizing:initial;
    background-position:0 0
}
.booklet .b-wrap>div{
    height: 100%;
}


.nw-it3 .dd{
    height: 60px;
}
.oov{
    white-space：nowrap;    
}
.subNav .sn23 {
    left: 422px !important;
}
