body {
    background: #314260;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.top {
    padding: 0 26px;
    background: #fff;
}

.top-logo {
    width: 150px;
    height: 40px;
    float: left;
}

.top-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-right {
    float: right;
}

.language {
    float: left;
    margin-right: 18px;
}

.sewv {
    position: relative;
    width: 60px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

.sewvtop>span {
    float: left;
    height: 40px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    vertical-align: middle;
}

.sewvtop>em {
    float: right;
    width: 12px;
    height: 9px;
    vertical-align: middle;
    padding-top: 15px;
}

.sewvtop>em img {
    width: 100%;
    height: 100%;
    display: block;
}

.sewvbm {
    width: 100%;
	background:#fff;
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    z-index: 3;
}

.sewvbm>li {
    cursor: pointer;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-left: 5px;
}

.sewvbm>li:hover {
    background: #57c5f7;
    color: #fff;
}

.log-reg {
    float: left;
    line-height: 40px;
}

.log-reg a {
    display: block;
    float: left;
    margin-right: 10px;
}

.log-reg img {
    padding-top: 12px;
    display: block;
    float: left;
    margin-right: 10px;
}

.nav-box {
    padding: 0 26px;
    background: #fff;
}

.nav-list {
    height: 54px;
    float: left;
}

.h10 {
    height: 10px
}

.h15 {
    height: 15px
}

.navBar {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #000;
}

.nav {
    position: relative;
    font-size: 14px
}

.nav a {
    color: #000;
}

.nav h3 {
    font-size: 14px;
    font-weight: 400;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #d4d4d4;
    font-size: 14px;
}

.nav h3 a {
    display: block;
    width: 125px;
    text-align: center;
    font-size: 16px;
}

.nav .on a {
    color: #2b447b;
}

.nav .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 50px;
    z-index: 1;
    width: 130px;
    border: 1px solid #e6e4e3;
    border-top: 0;
    background: #fff;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #e6e4e3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
}

.nav .sub li a:hover {
    color: #012269;
}

.nav .block {
    height: 6px;
    width: 130px;
    background: #012269;
    position: absolute;
    left: 0;
    top: 42px;
    overflow: hidden;
}

.nav-right {
    float: right;
    line-height: 40px;
    margin-left: 10px;
}

.nav-right img {
    width: 22px;
    height: 22px;
    float: left;
    display: block;
    padding-top: 9px;
    margin-right: 10px;
}

.nav-right a {
    color: #656565;
    text-decoration: underline;
    display: block;
    float: left;
}

.slider {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.slider .slider-pointer {
    position: absolute;
    bottom: 10px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 999;
    display: none;
}

.slider .slider-pointer li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    opacity: 0.85;
    border: 1px solid #ACAEB8;
    transition: all 320ms ease;
    cursor: pointer;
}

.slider .slider-pointer li:hover {
    background-color: #E9262E;
    border: 1px solid #E9262E;
}

.slider .slider-pointer li.active {
    background-color: #E9262E;
    border: 1px solid #E9262E;
}

.slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
}

.slider .slider-inner .img {
    width: 100% !important;
    height: 460px;
    display: block;
}

.slider .slider-control {
    position: absolute;
    width: 44px;
    height: 44px;
    z-index: 999;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    text-indent: 200ox;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    transition: all 320ms ease;
}

.slider .slider-control:hover {
    opacity: 0.65;
    /* background: url(../images/tfleft.png); */
}

.slider .slider-control:active {
    opacity: 0.85;
}

.slider .slider-control.prev {
    /* display: none; */
    left: 20px;
    background: url(../images/left.png) no-repeat;
    background-size: 44px;
}

.slider .slider-control.next {
    /* display: none; */
    right: 20px;
    background: url(../images/right.png) no-repeat;
    background-size: 44px;
}

.slider:hover .slider-control.prev {
    display: block;
    left: 20px;
}

.slider:hover .slider-control.next {
    display: block;
    right: 20px;
}

.platform {
    padding-bottom: 60px;
    background: #fff;
}

.platform>p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #012267;
    padding-top: 30px;
    margin-bottom: 40px;
}

.platform>div {
    width: 25%;
    text-align: center;
    float: left;
}

.platform>div p {
    color: #333;
    margin-bottom: 6px;
}

.platform>div span {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
}

.newscenter {
    background: #f5f5f5;
    padding: 0 60px;
    padding-top: 70px;
}

.nc-tit {
    margin-bottom: 40px;
}

.nc-tit p {
    font-size: 30px;
    font-weight: bold;
    color: #252525;
    text-align: center;
}

.nc-tit span {
    font-size: 19px;
    font-weight: bold;
    color: #3b5377;
    text-align: center;
    display: block;
}

.toutiao {
    width: 553px;
    height: 506px;
    float: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 134px;
    left: 244px;
}

.swiper-slide>p {
    position: absolute;
    bottom: 0px;
}

.toutiao a>img {
    width: 100%;
    height: 380px;
}

.toutiao a>p {
    font-size: 20px;
    color: #495464;
    margin-bottom: 6px;
}

.toutiao a>p span {
    font-size: 22px;
    color: #495464;
}

.tt-time {
    float: left;
    margin-right: 10px;
}

.tt-time p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}

.tt-time span {
    font-size: 14px;
    color: #757575;
    text-align: center;
    display: block;
}

.tt-txt {
    width: 470px;
    float: left;
    padding: 8px 12px;
    font-size: 14px;
    color: #b1b1b1;
    border-left: 1px solid #7b7b7b;
}

.news-list {
    width: 430px;
    float: right;
}

.news-list>div {
    padding-bottom: 22px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

.nl-time {
    float: left;
    margin-right: 10px;
}

.nl-time p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}

.nl-time span {
    font-size: 14px;
    color: #757575;
    text-align: center;
    display: block;
}

.nl-txt {
    width: 354px;
    float: right;
}

.nl-txt p {
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
    margin-bottom: 6px;
}

.nl-txt:hover p {
    color: #011a5a;
}

.nl-txt span {
    font-size: 14px;
    color: #b1b1b1;
}

.news-more {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.news-more a {
    color: #1e3553;
    text-decoration: underline;
}

.virtual {
    height: 678px;
    background: url(../images/vir.jpg) no-repeat;
    background-size: 1200px 680px;
}

.vir-tit {
    padding-top: 40px;
    margin-bottom: 50px;
}

.virtual .vir-tit p {
    font-size: 30px;
    font-weight: bold;
    color: #dee1eb;
    text-align: center;
}

.virtual .vir-tit span {
    font-size: 19px;
    font-weight: bold;
    color: #7f8490;
    text-align: center;
    display: block;
}

.exhibition_hall {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.exhibition_hall h4 {
    font-size: 30px;
    font-family: 微软雅黑;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    color: #000;
}

.tline {
    color: #dedede;
}

.roundabout_box {
    height: 410px;
    width: 980px;
    margin: 0px auto 0px;
}

.roundabout_box img {
    width: 100%;
}

.roundabout-holder {
    list-style: none;
    width: 555px;
    height: 362px;
    margin: 0 auto;
}

.roundabout-moveable-item {
    font-size: 12px!important;
    height: 362px;
    width: 555px;
    cursor: pointer;
    background: #f9f9f9
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0;
    display: block;
}

.roundabout-in-focus {
    cursor: auto;
}

.roundabout-holder .text {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #000e5c;
    display: block;
    background: #fff;
    line-height: 50px;
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none;
}

.roundabout li {
    margin: 0;
}

.ban_l_btn,
.ban_r_btn {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 40px;
    display: block;
    width: 26px;
    height: 28px;
    background: url(../images/vir-left.png) no-repeat 0 0;
    z-index: 9;
    overflow: hidden;
}

.ban_l_btn {
    left: auto;
    right: 40px;
    background-position: -65px 0;
    background: url(../images/vir-right.png) no-repeat 0 0;
}

.vir-more {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px;
}

.vir-more a {
    color: #fff;
    text-decoration: underline;
}

.indu {
    background: #fff;
}

.indu-tit {
    padding-top: 80px;
    margin-bottom: 50px;
}

.indu-tit p {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.indu-tit span {
    font-size: 19px;
    font-weight: bold;
    color: #2d476d;
    text-align: center;
    display: block;
}

.indu-txt {
    padding: 0 70px;
}

.indu-txt p {
    font-size: 30px;
    color: #555;
    margin-bottom: 40px;
}

.indu-txt p a {
    text-decoration: underline;
}

.indu-txt span {
    font-size: 16px;
    color: #a7a7a7;
    line-height: 26px;
    display: block;
    margin-bottom: 60px;
}

.indu-more {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.indu-more a {
    color: #1e3553;
    text-decoration: underline;
}

.tel {
    height: 90px;
    background: #021444;
}

.tel p {
    width: 240px;
    height: 90px;
    background: url(../images/tel.png) no-repeat left center;
    line-height: 90px;
    color: #fff;
    text-indent: 50px;
    margin: 0 auto;
}

.footer {
    background: #011a5a;
    color: #fff;
}

.foot-four {
    padding: 0 90px;
    padding-top: 74px;
}

.foot-four>div {
    width: 25%;
    float: left;
}

.foot-four>div p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.foot-four>div span {
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
}

.foot-four>div span a {
    color: #fff;
}

.foot-img {
    margin-bottom: 20px;
}

.foot-img a {
    display: block;
    float: left;
    margin-right: 6px;
}

.foot3 input[type="text"] {
    width: 173px;
    height: 26px;
    display: block;
    background: #fff;
    border: 0;
    margin: 0;
    margin-bottom: 20px;
}

.foot3 input[type="submit"] {
    width: 160px;
    height: 26px;
    display: block;
    background: #fff;
    border: 0;
    margin: 0;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-txt {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}

.footer-txt p {
    line-height: 40px;
}


.tt-txt {
    width: 462px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 96px;
    left: 238px;
}

.toutiao a>p {
    height: 26px;
}

.infor-list-left .ill h4 {
    font-size: 22px;
    color: #212121;
    text-align: center;
	border: none;
}

   .newsmain01 {
            min-height: 600px;
        }
        
        .aboutus {
            min-height: 600px;
        }
p,span {
    max-height: 100%;
}


p,span {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;

}
.yh-tit {
    padding: 54px 0px 34px 0px;
    margin: 0;
    background-color: #FFF;
}
 .yh-tit p {
    font-size: 30px;
    font-weight: bold;
    color: #252525;
    text-align: center;
}
.yh-bg{
background:#fff;
}
.cz_btn{
    margin-left: 270px;

}
.log-reg a{
font-size:16px;
}
.nav-right a{
font-size:16px;
}
