
body {
    font-family: ArialMT;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ArialMT;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #6195FF;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    font-family: ArialMT;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}
::-moz-selection{background:#303030; color:white;}
::selection{background:#303030; color:white;}
/*::-webkit-selection{background:#303030; color:white;}*/
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

img{
    display: block;
    width: 100%;
    height: auto;
}
body,html{
    overflow-x: hidden;
    overflow-y: auto;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

@keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

/*  */

.checkMore{
    display: flex;
    justify-content: center;
}
.checkMore .button{
    display: block;
    background: #004286;
    border-radius: 50px;
    padding: 0 20px;
    height: 34px;
}
.checkMore .button span{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 34px;
}
/*  */
.wrapper{
    overflow: hidden;
}
.page{
    width: 100%;
}
.navContent{
    position: absolute;
    display: flex;
    top: 30px;
    left: 60px;
    right: 60px;
    justify-content: space-between;
    align-items: center;
}
.navContent .logo{
    width: 200px;
}
.navContent .navList{
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.navContent .navList .item{
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.navContent .navList .item:hover .en{
    /* opacity: 1; */
    /* display: block; */
}
.navContent .navList .item .en{
    font-size: 22px;
    /* opacity: 0; */
    /* display: none; */
    transition: all .2;
}
.content{
    /* display: flex; */
    width: 1200px;
    margin: 0 auto;
}
.pageTitle{
    display: flex;
    flex-direction: column;
}
.pageTitle .end{
    font-size: 48px;
    font-weight: bold;
    color: #0152A3;
}
.pageTitle .zh{
    font-size: 20px;
    font-weight: 600;
    color: #0152A3;
    line-height: 20px;
}
.pageTitle .division{
    width: 65px;
    height: 2px;
    background: #0152A3;
    margin: 36px 0 30px 0;
}
.banner{
    position: relative;
}
.about .content{
    padding:  140px 0;
    display: flex;
}
.about .pageTitle{
    margin-right: 87px;
}
.about .text{
    flex: 1;
    font-size: 20px;
    font-weight: 400;
    color: #0054A9;
    line-height: 2em;
}
.pageTitle.horizontal{
    margin: 0 auto;
    position: relative;
}
.pageTitle.horizontal span{
    display: block;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.pageTitle.horizontal .zh{
    font-size: 30px;
    line-height: 30px;
}
.pageTitle.horizontal::before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    border-top: 1px #0054A9 dashed;
    /* background-color: #0054A9; */
    z-index: 1;
}

.magazineList{
    display: block;
    overflow: hidden;
    display: flex;
    margin-top: 60px;
}
.magazineList .item{
    /* display: flex; */
    flex: 1;
}
.magazineList .item.margin{
    margin: 0 14px;
}

.magazineList .textContent{
    padding: 42px 100px 0;
    text-align: center;
}
.magazineList .textContent h5{
    font-size: 30px;
    font-weight: 600;
    color: #0152A3;
}
.magazineList .textContent p{
    font-size: 20px;
    font-weight: 400;
    color: #0054A9;
    height: 140px;
}

.business{
    margin-top: 140px;
}
.businessSwiper{
    margin-top: 61px;
}
.businessSwiper .swiper-slide{
    width: 772px;
}
.businessSwiper .textContent{
    margin: 57px 160px 0 80px;
    border-bottom: 1px #0054A9 dashed;
}
.businessSwiper .date{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #0152A3;
    line-height: 20px;
    line-height: 26px;
}
.businessSwiper .date .icon{
    width: 26px;
    height: 26px;
    background-image: url('../image/icon_date.png');
    background-size:  contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.businessSwiper .all{
    padding-top: 11px;
    line-height: 1.6em;
    font-size: 20px;
    font-weight: 400;
    color: #0152A3;
    /* padding-bottom: 21px; */
    height: 140px;
}

.businessSwiper .checkMore{
    margin: 34px 160px 0 80px;
    justify-content: flex-start;
}
.contact{
    margin-top: 140px;
    border-top: 1px dashed #0054A9;
    padding: 69px 0 96px;

}
.ontactContent{
    display: flex;
}
.ontactContent .list{
    flex: 1;
}
.ontactContent .logo{
    width: 147px;
    height: 147px;
}
.ontactContent .list{
    margin-top: -36px;
    font-size: 20px;
    font-weight: bold;
    color: #0152A3;
    padding-left: 106px;
}
.ontactContent .item{
    margin-top: 36px;
    display: flex;
}
.ontactContent .name{
    width: 123px;
}
.ontactContent .icon{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.ontactContent .value{
    flex: 1;
}

#consult{
    background-color:#004286;
}
#consult form {
    /* margin-top: 25px; */
    width: 625px;
    margin-left: 105px;
}
#consult .slider-masks {
    background-color: rgba(129, 129, 129, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#consult .group {
    position: relative;
    margin-bottom: 65px;
}
#consult input,
#consult textarea {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
}
#consult input:focus,
#consult textarea:focus {
    outline: none;
    border-bottom: none;
}
#consult label {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#consult input:focus ~ label,
#consult input:valid ~ label,
#consult textarea:focus ~ label,
#consult textarea:valid ~ label {
    top: -25px;
    font-size: 20px;
    color: #fff;
}
#consult .bar {
    position: relative;
    display: block;
    width: 100%;
}
#consult .bar:before,
#consult .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#consult .bar:before {
    left: 50%;
}
#consult .bar:after {
    right: 50%;
}
#consult input:focus ~ .bar:before,
#consult input:focus ~ .bar:after,
#consult textarea:focus ~ .bar:after,
#consult textarea:focus ~ .bar:before {
    width: 50%;
}
#consult .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
#consult input:focus ~ .highlight,
#consult textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
#consult input[type=submit] {
    border: 1px solid #fff !important;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#consult input[type=submit]:hover {
    background: #fff;
    color: #2b2b2b;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.consultContent{
    padding: 94px 0 140px;
    display: flex;
}