* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4a4a4a;
    font-size: 16px;
    background-color: #fff;
    font-family: 'PingFangSC-Regular', 'helvetica', 'neue', 'Arial', sans-serif;
}

a {
    text-decoration: none !important;
    transition: .15s ease-out;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.clearfix {
    zoom: 1;
}
.left{
    float: left !important;
}
.right{
    float: right !important;
}
.thumb{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.thumb img{
    max-width: 100%;
    max-height: 100%;
}
.disabled{
	cursor: not-allowed !important;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner {
    height: 560px;
    min-width: 1300px;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav {
    height: 56px;
    line-height: 56px;
    min-width: 1200px;
    background-color: #fff;
}

.nav ul {
    list-style: none;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.nav li{
    position: relative;
    float: left;
    width: 133px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.nav .en li{
    width: 171px;
}
.nav li:last-child{
    border-right: 1px solid #ddd;
}
.nav li a{
    
    color: #4a4a4a;
    font-size: 20px;
    
}
.nav li a i{
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 48px;
    height: 5px;
    margin-left: -24px;
    border-radius: 2.5px;
}
.nav li a.current{
    color: #6eacf1;
}
.nav li .current i{
    background-color: #6eacf1;
}
.en li a{
    font-size: 18px;
}
.body .container {
    padding: 0 50px 70px;
    background-color: #fff;
}

.container>.item {
    padding-top: 15px;
    margin-bottom: 15px;
}

.title {
    position: relative;
    height: 68px;
    color: #4a4a4a;
    line-height: 50px;
    margin-bottom: 30px;
}

.title .text {
    position: absolute;
    width: 100%;
    font-size: 30px;
}

.tc .text {
    text-align: center;
}

.tc .line {
    left: 50% !important;
    margin-left: -32px;
}

.text>span {
    text-transform: uppercase;
    padding-right: 10px;
    background-color: #fff;
}

.tc .text>span {
    padding: 0 10px;
}

.title .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 70px;
    border-radius: 2px;
    background-color: #0089ed;
}

#intro .left{
    width: 562px;
}
#intro .right{
    width: 451px;
    height: 519px;
    text-align: center;
    background-image: url('../img/bg.png');
}
#intro .right img{
    width: 390px;
    margin-top: 127px;
}
.tip {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    margin-bottom: 20px;
}

.content {
    margin-top: 30px;
}

.content h4 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 30px;
}

.content h3 {
    text-align: center;
    color: #51b3dd;
    font-size: 25px;
}

.content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.content p:last-child{
    margin-bottom: 0;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
#news{
    width: 608px;
}
.news-item {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
}

.news-item a {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.8;
}

.news-item a:hover {
    color: #0099cc;
}

#report{
    width: 424px;
}
#report .report-item .text{
    margin-top: 10px;
    color: #4a4a4a;
    text-align: center;
    line-height: 22px;
}
#report .report-item a:hover .text{
    color: #0099cc;
}

.views {
    margin: 30px auto;
}

.views .button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.views .button .icons {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
}

.views .button.left{
    left: 0;
}
.views .button.left .icons{
	right: 5px;
	border-right-color: #fff; 
}
.views .button.right {
    right: 0;
}

.views .button.right .icons {
	left: 5px;
    border-left-color: #fff; 
}

.views .list-box {
    overflow: hidden;
    position: relative;
    height: 207px;
}
.viewpoint .list-box {
    height: 250px; 
}
.views .list-box .list{
    width: 1125px;
	height: 100%;
}

.views .item{
    float: left;
    width: 350px;
    height: 207px;
    margin-right: 25px;
}
.viewpoint .item{
    height: 250px;
}
.viewpoint .item .name{
    margin-top: 3px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 40px;
    color: #4a4a4a;
    text-align: center;
}
.viewpoint .item a:hover .name{
    color: #0099cc;
}
.views .thumb img{ width: 100%; height: 100%; }
.views .item .thumb{
    position: relative;
	height: 207px;
	background-color: #d8d8d8; 
}
.views .item .thumb .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../img/icon.png);
}

.views .item:last-child {
    margin-right: 0;
}
#videoList .item{
    cursor: pointer;
}
.text-btn{
    display: inline-block;
    width: 180px;
    line-height: 44px;
    text-align: center;
    /* padding: 0 55px; */
    color: #fff;
    border-radius: 22px;
    background-color: #6EACF1;
}
.text-btn:hover{
    color: #fff;
    background-color: #4C9AF2;
}
.companys{
    width: 1104px;
    margin: -20px -7px 0;
}
.companys .thumb{
    float: left;
    width: 170px;
    height: 83px;
    margin: 0 7px 40px;
}
.video-player{
    width: 480px;
    min-height: 270px;
    margin: 0 auto;
}
.company-view{
    width: 1080px;
    margin: 0 auto;
}
.company-item{
    margin-bottom: 40px;
}
.company-logo{
    text-align: center;
    margin-bottom: 30px;
}
.company-pic .thumb{
    float: left;
    margin-bottom: 20px;
}
.w-53{
    width: 530px;
}
.w-35{
    width: 350px;
}
.w-71{
    width: 710px;
}
.w-66{
    width: 660px;
}
.w-18{
    width: 185px;
}
.mt-20{
    margin-bottom: 20px;
}
.mr-25{
    margin-right: 25px;
}
.red a{
    color: red !important;
}
.article-title{
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}
.article-tip{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}
.article{
    width: 1080px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
}
.article p{
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 10px;
}
.article.en p{
    font-family: Helvetica,neue,sans-serif;
    text-align: left;
}
