html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    font-size:62.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (min-width: 320px){
    html {
        font-size: 75%!important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 94%!important;
    }
}
@media only screen and (min-width: 561px){
    html {
        font-size: 109%!important;
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 125%!important;
    }
}


*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
    height: auto;
    max-width: 100%;
}

audio {
    max-width: 100%;
}

iframe {
    border: 0;
}

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

td,
th {
    padding: 0;
    text-align: left;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #eaeaea;
    font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #404040;
    min-width: 1200px;
    overflow: scroll;
    font-size:1.2rem;
    line-height:1.5;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #404040;
}

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

.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

img {
    display: inline-block;
    vertical-align: top;
    border: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.hide{
    display:none;
}
.flag {
    display: inline-block;
    padding: 0 1.2rem;
    line-height: 2.4rem;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: 0.1rem;
    text-align: center;
    border-radius: 1.2rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.title-flag {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
    border-radius: 1.2rem;
    padding: 0 1.2rem;
    text-align: center;
    color: #fff;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.more_btn {
    /*display: inline-block;*/
    display:block;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #202020;
    border: 1px solid #202020;
    margin:0 auto;
}

.big_more_btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #202020;
    border: 1px solid #202020;
}

.navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 3rem;
    line-height: 3rem;
    background: #031D5A;
    z-index: 10;
}

.navigation .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation .wrapper .nav_toggle {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    height: 3rem;
}

.navigation .wrapper .nav_toggle .line_btn {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .wrapper .nav_toggle .line {
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background: #fff;
}

.navigation .wrapper .nav_toggle .line:last-child {
    margin-bottom: 0;
}

.navigation .wrapper .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    position: relative;
}

.navigation .wrapper .logo .logo_wrapper {
    position: absolute;
    height: 6rem;
    left: 0;
    right: 0;
    top: 0;
    background: #031D5A;
    z-index: 2;
}

.navigation .wrapper .menu_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation .wrapper .menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation .wrapper .menu .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6.2rem;
    flex: 0 0 6.2rem;
    text-align: center;
    position: relative;
}

.navigation .wrapper .menu .item:last-child {
    margin-right: 0;
}

.navigation .wrapper .menu .item a {
    display:block;
    font-size:0.75rem;
    color: #FFFFFF;
    letter-spacing: 0;
}

.navigation .wrapper .menu .item.active .firstMenu {
    color: #43FFD2;
}

.navigation .wrapper .menu .item .sub {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    background: #031D5A;
}

.navigation .wrapper .menu .item .sub dd {
    /*line-height: 2.4rem;*/


}
.navigation .wrapper .menu .item .sub dd a{
    padding:1rem 0;
    line-height:1rem;
}
.navigation .wrapper .menu .item .sub dd a:hover {
    display: block;
    background: #51ffd2;
    color: #03185a;
}

.navigation .wrapper .other {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 188px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 188px;
    flex: 0 0 188px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 2.1px;
}

.navigation .wrapper .other .login {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
    color: #161f2f;
    font-weight: bold;
}

.navigation .wrapper .other .register {
    color: #FFFFFF;
    text-align: center;
}

.register, .login {
    letter-spacing: 0px;
}

.navigation .wrapper .other .translate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.footer {
    padding: 36px 0;
    background: #031D5A;
}

.footer .code {
    font-size: 0;
}

.footer .code .item_code {
    display: inline-block;
}

.footer .code .item_code:nth-child(1) {
    padding-left: 2%;
}

.footer .code .item_code:nth-child(2) {
    padding-left: 6%;
}

.footer .code .item_code .code_pic {
    display: inline-block;
    vertical-align: bottom;
    width: 80px;
}

.footer .code .item_code .code_info {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 12px;
}

.footer .code .item_code .code_info .desc {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.89px;
    line-height: 16px;
}

.footer .code .item_code .code_info .name {
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 16px;
}

.footer .web_info {
    padding-top: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer .web_info .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.2%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 13.2%;
    flex: 0 0 13.2%;
}

.footer .web_info .line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    margin: 0 25px;
    background: #606e92;
}

.footer .web_info .text_con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer .web_info .text_con .undertake {
    margin: 5px 0;
}

.footer .web_info .text_con p {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 18px;
}

.footer .web_info .text_con p a {
    color: #fff;
}

.footer .web_info .text_con p a img {
    margin-top: -2px;
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
}

.pagenation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #7C7C7C;
}

.pagenation .disabled {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 2rem;
    background: #fff;
    margin-right: 1rem;
    border: 1px solid #c7c7c7;
}

.pagenation a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 2rem;
    background: #fff;
    margin-right: 1rem;
    border: 1px solid #c7c7c7;
}

.pagenation .dot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height:2rem;
    background: #fff;
    margin-right: 1rem;
    border: 1px solid #c7c7c7;
}

.pagenation .current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 2rem;
    color: #fff;
    margin-right: 1rem;
    border: 1px solid #c7c7c7;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.pagenation .nextbtn, .pagenation .prebtn {
    font-weight: bold;
}

.pagenation .input_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    border: 1px solid #c7c7c7;
}

.pagenation .input_wrapper .zxfinput {
    display: block;
    width: 100%;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2rem;
    font-size: 1.2rem;
    text-align: center;
    outline: none;
    border: none;
}

.pagenation .zxfokbtn {
    margin-left: 0.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.5rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    font-size:0.8rem;
    background: #fff;
}

.home {
    width: 100%;
    height: 100%;
}

.home .section {
    padding-bottom: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


.home .tips {
// position: absolute;
    left: 0;
//right: 0;
//margin: 0 auto;
//top: 50%;
//-webkit-transform: translateY(-50%);
//transform: translateY(-50%);
    font-size: 18px;
    color: #202020;
    letter-spacing: 3px;
    text-align: center;
    line-height: 40px;
}
.home .first_section_swiper_container{
    height:100%;
}
.home .first_section {
    background: url("../images/bg_kv.png") no-repeat left 3rem #ffffff;
    background-size: 100% auto;
    min-height:100%;
}

.home .first_section .content {
    padding-top: 14%;
}
.home .section .content{
    overflow:hidden;
}
.home .first_section .content .kv_text {
    text-align: right;
}

.home .first_section .content .kv_text img {
    width: 40%;
}

.home .first_section .content .count_down {
    padding-top: 4%;
    float: right;
}

.home .first_section .content .count_down .name {
    font-size: 1rem;
    color: #333333;
    letter-spacing: 0.4rem;
}

.home .first_section .content .count_down .date {
    margin-top: 16px;
    font-size: 0;
}

.home .first_section .content .count_down .date .num {
    display: inline-block;
    font-size: 1.6rem;
    color: #333333;
}

.home .first_section .content .count_down .date .text {
    display: inline-block;
    padding-left: 0.9rem;
    padding-right: 2rem;
    opacity: 0.62;
    font-size: 0.8rem;
    color: #333333;
    letter-spacing:0.15rem;
    position: relative;
}

.home .first_section .content .count_down .date .text:after {
    content: '';
    position: absolute;
    top:-50%;
    right:1rem;
    width: 1px;
    height: 2.4rem;
    background: #979797;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.home .first_section .content .count_down .date .text:last-child:after {
    display: none;
}

.home .first_section .content .btn_list {
    font-size: 0;
    margin-top: 7%;
    float: right;
}

.home .first_section .content .btn_list a {
    display: inline-block;
    vertical-align: middle;
    width: 7rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    color: #fff;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.home .first_section .content .btn_list a:first-child {
    margin-right: 32px;
}

.home .second_section {
    /*background: url("http://worldaic.com.cn/static/modular/portal/theme/images/bg_introduce.png") no-repeat right top;*/
    /*background-size: auto 100%;*/
    background: url("../images/bg.jpg") no-repeat center center;
    background-size:100% 100%;
}
.home .second_section .content {
    padding-top: 14%;
}

.home .second_section .box-con{
    padding-top:6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home .second_section .box{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.home .second_section .video-wrapper{
    padding-left:4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /*height:14rem;*/

}
.home .second_section .vjs-picture-in-picture-control{
    display: none;
}
.home .second_section video{
    width:100%;
    /*height:100%;*/
    outline: none;
    object-fit: cover;
}
.home .second_section .video-js button{
    outline: none;
}
.home .second_section .vjs-big-play-centered .vjs-big-play-button{
    border:none;
    width:2em;
    height:2em;
    border-radius: 50%;
    line-height:2em;
    background:rgba(0,0,0,0.5);
}
.home .second_section .video-js .vjs-volume-panel{
    display: none;
}
.home .second_section .video-js .vjs-time-control{
    display: none;
}
.home .second_sectio .vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.home .second_section .content .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6%;
}

.home .second_section .content .list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top:12%;
}

.home .second_section .content .list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
}

.home .second_section .content .list .item .pic img {
    display: block;
    width: 100%;
}

.home .second_section .content .list .item .con {
    padding-left: 1rem;
    font-size: 0.7rem;
    color: #ffffff;
    letter-spacing: 1px;
}

.home .second_section .content .list .item .con .number {
    font-weight: bold;
}
.home .second_section .more_btn{
    margin-top:4%;
    color:#fff;
    border-color:#fff;
}

.home .second_section .content .desc {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.88px;
    text-align: justify;
    line-height: 22px;
}

.home .three_section .content {
    padding-top: 8%;
    text-align: center;
}

.home .three_section .content .list {
    padding-top: 4%;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 0;
}

.home .three_section .content .list .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
}

.home .three_section .content .list .item:last-child {
    margin-right: 0;
}

.home .three_section .content .list .item .avatar {
    display: inline-block;
    width: 76%;
    padding-bottom: 76%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-position: center center!important;
}

.home .three_section .content .list .item .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.home .three_section .content .list .item .work {
    margin-top: 0.9rem;
    font-size: 0.8rem;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
}

.home .three_section .content .list .item .name {
    font-size: 0.8rem;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
}

.home .three_section .content .list .item .desc {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #404040;
    letter-spacing: 0;
    line-height: 24px;
}

.home .three_section .content .more_btn {
    margin-top: 4%;
}

.home .four_section {
    /*background: url("http://worldaic.com.cn/static/modular/portal/theme/images/bg_news.png") no-repeat;*/
    background: url("../images/bg_news.png") no-repeat;
    background-size: cover;
}

.home .four_section .content {
    padding-top: 10%;
    text-align: center;
}

.home .four_section .content .list {
    margin-top: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.home .four_section .content .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    max-height: 197px;
    overflow: hidden;
}

.home .four_section .content .list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-height: 197px;
    overflow: hidden;
}

.home .four_section .content .list .item .pic img {
    display: block;
    width: 100%;
}

.home .four_section .content .list .item .text_con {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #fff;
    padding: 0 2.5rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.home .four_section .content .list .item .title {
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    min-height: 40px;
}

.home .four_section .content .list .item .date {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

.home .four_section .content .list .item:last-child {
    margin-bottom: 0;
}

.home .four_section .content .more_btn {
    margin-top: 4%;
    color: #fff;
    border-color: #fff;
}

.home .five_section {
    padding-bottom: 0;
}

.home .five_section .content {
    padding-top: 14%;
    text-align: center;
}

.home .five_section .more_btn {

}
.home .five_section .swiperphoto{
    text-align:center;
}

.home .six_section .content {
    padding-top: 8%;
    text-align: center;
}

.home .six_section .content .list {
    padding-top: 6%;
    font-size: 0;
}

.home .six_section .content .list .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
}

.home .six_section .content .list .item:last-child {
    margin-right: 0;
}

.home .seven_section {
    min-height: 100%;
    /*background: url("../images/ic_cooperation.png") no-repeat center center;*/
    background-size: 100% auto;
}

.home .seven_section .content {
    padding-top: 8%;
    text-align: center;
}

.home .seven_section .strategy_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home .seven_section .strategy_content .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    height: 5.1rem;
    margin-bottom: 4.75rem;
    /*margin-right: 3.3%;*/
    line-height: 5.1rem;
}

.home .seven_section .strategy_content .item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.home .seven_section .more_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
}

.home .clear {
    clear: both;
}

.news {
    width: 100%;
    height: 100%;
}

.news .flag {
    font-size: 34px;
    letter-spacing: 5px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    padding: 0 52px;
}

.news .section {
    width: 100%;
    min-height: 100%;
    text-align: center;
    background: url(../images/ic_cooperation.png) no-repeat center top;
}

.news .section .wrapper {
    padding: 6rem 1.7rem 3.6rem 1.7rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news .news_list {
    padding: 3.65rem 0 4.25rem;
}

.news .news_list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 1.3rem;
}

.news .news_list .item:last-child {
    margin-bottom: 0;
}

.news .news_list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    /*flex: 0 0 314px;*/
    flex: 0 0 30%;
}

.news .news_list .item .pic img {
    display: block;
    width: 100%;
}

.news .news_list .item .con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5rem 2.5rem 0.5rem 2rem;
    min-width: 0;
    text-align: left;
}

.news .news_list .item .con .title {
    font-size: 1rem;
    color: #202020;
}

.news .news_list .item .con .time {
    font-size: 0.9rem;
    color: #808080;
    margin: 0.2rem 0 1.1rem;
}

.news .news_list .item .con .article {
    font-size: 0.8rem;
    color: #202020;
    letter-spacing: 0;
    text-align: justify;
}

.news .wonderful_list {
    padding: 3.65rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .wonderful_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32%;
    /*flex: 0 0 360px;*/
    flex: 0 0 32%;
    min-width: 0;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 4%;
}
.news .wonderful_list .item .pic{
    width:100%;
    padding-bottom:66.7%;
    position:relative;
    overflow:hidden;
}
.news .wonderful_list .item:nth-child(3n) {
    margin-right: 0;
}

.news .wonderful_list .item .pic img {
    position:absolute;
    width: 100%;
    left:0;
    top:0;
    z-index:2;
}

.news .wonderful_list .item .con {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-moz-box-orient: vertical;*/
    /*-moz-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-moz-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*height: 5.4rem;*/
    height: 5rem;
    padding:0.5rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8rem;
    text-align: left;
    color: #202020;
}
.news .wonderful_list .item .con p:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .wonderful_list .item .con p:last-child{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.convertionList .section {
    background-repeat: repeat-y;
}

.newsdetail {
    height: 100%;
}

.news_detail {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6.5rem;
    padding-bottom: 2.9rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    background: url(../images/ic_cooperation.png) no-repeat center top;
}

.news_detail .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
}
.news_detail .content .article span{
    font-size: 0.7rem !important;
}
.news_detail .content .title {
    font-size: 1.6rem;
    color: #000000;
}

.news_detail .content .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    color: #515151;
    margin: 1rem 0 1.8rem;
}

.news_detail .content .info .source {
    margin-left: 0.75rem;
}

.news_detail .content .article p {
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
}

.news_detail .content .article img {
    padding: 36px 0;
}

.news_detail .slide {
    -webkit-box-flex: 0;
    /*-webkit-flex: 0 0 294px;*/
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    /*-ms-flex: 0 0 294px;*/
    -ms-flex: 0 0 30%;
    /*flex: 0 0 294px;*/
    flex: 0 0 30%;
    margin-left:1.5rem;
    background: #fff;
}

.news_detail .slide .title {
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.news_detail .slide .list {
    padding: 0 20px;
}

.news_detail .slide .list .item {
    display: block;
    padding: 36px 0;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
}

.news_detail .slide .list .item:last-child {
    border-bottom: 0;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

.mask_con {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    /*padding: 52px 74px 30px;*/
    padding: 52px 35px 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
    background: #fff;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mask_con .close {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    width: 2.5rem;
}

.hignform_mask {
    width: 1113px;
}

.hignform_mask .box_wrapper {
    max-height: 600px;
    overflow-y: auto;
}

.hignform_mask .title_info {
    position: relative;
}

.hignform_mask .title_info .title {
    font-size: 1.2rem;
    color: #202020;
    letter-spacing: 0;
}

.hignform_mask .title_info .yuyue_btn {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 12.7rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    border-radius: 1.75rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
    z-index: 10;
}

.hignform_mask .info {
    padding: 0.75rem 0;
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2px;
    line-height: 1.3rem;
    border-bottom: 1px solid;
    border-color: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.hignform_mask .section .title {
    padding: 0.6rem 0;
    font-size: 0.9rem;
    color: #202020;
}

.hignform_mask .section .intro {
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.3rem;
}

.hignform_mask .section .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hignform_mask .section .content li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 218px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 218px;
    flex: 0 0 218px;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 39px;
    cursor: pointer;
}

.hignform_mask .section .content li:nth-child(4n) {
    margin-right: 0;
}

.hignform_mask .section .content li .pic {
    width: 100%;
    /*height: 234px;*/
    overflow: hidden;
}

.hignform_mask .section .content li .pic img {
    display: block;
    width: 100%;
}

.hignform_mask .section .content li .name {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 1rem;
    color: #202020;
    letter-spacing: 3px;
}

.hignform_mask .section .content li .con {
    font-size: 0.7rem;
    color: #585858;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2rem;
}

.guest_mask {
    width: 1113px;
    padding-top: 97px;
    padding-bottom: 97px;
}

.guest_mask .box_wrapper {
    max-height: 400px;
    overflow-y: auto;
}

.guest_mask .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.guest_mask .section .pic{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.guest_mask .section .pic img{
    display:block;
    width:100%;
}

.guest_mask .section .con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 46px;
}

.guest_mask .section .con .name {
    font-size: 1.2rem;
    color: #202020;
    letter-spacing:0.2rem;
    line-height:2.5rem;
}

.guest_mask .section .con .work {
    padding: 0.35rem 0 1.9rem;
    font-size: 1rem;
    color: #585858;
    letter-spacing: 3px;
    line-height: 1.5rem;
}

.guest_mask .section .con .intro {
    font-size: 0.8rem!important;
    color: #585858;
    letter-spacing: 2px!important;
    text-align: justify;
    line-height: 1.5rem!important;
}
.guest_mask .section .con .intro p span{
    font-size: 0.8rem!important;
    color: #585858;
    letter-spacing: 2px!important;
    text-align: justify;
    line-height: 1.5rem!important;
    word-break:break-all;
}

.partner_mask {
    width: 1113px;
}

.partner_mask #pop_link_url{
    margin-left: auto;
    padding:0 1.5rem;
}

.partner_mask .box_wrapper {
    max-height: 480px;
    height: 360px;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner_mask .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner_mask .section .name {
    padding: 0px 0 0.5rem;
    font-size: 1.2rem;
    color: #202020;
    letter-spacing:0.3rem;
    line-height: 2.5rem;
}

.partner_mask .section .intro {
    font-size: 0.8rem;
    color: #585858;
    letter-spacing: 2.67px;
    text-align: justify;
    line-height:1.5rem;
}

.partner_mask .section .link {
    margin-top:0.4rem;
    width: 15.4rem;
    height:3.5rem;
    line-height:3.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    text-align: center;
    border-radius:1.75rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.partner_mask .link {
    display:inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.25rem;
    text-align: center;
    border-radius:1.25rem;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

#pop_link_img{
    height:102px;
}

.highforum {
    width: 100%;
    height: 100%;
}

.highforum .highforum_wrapper {
    padding: 6rem 34px 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.highforum .glance .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
}

.highforum .glance .content .slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
    /*flex: 0 0 177px;*/
    background: #fff;
}

.highforum .glance .content .slide .slide-wrapper dd {
    border-bottom: 1px solid #EDEDED;
}

.highforum .glance .content .slide .slide-wrapper dd .title {
    /*padding: 0 14px;*/
    /*height:3.5rem;*/
    /*line-height: 3.5rem;*/
    padding:1.3rem 0;
    text-align: center;
    font-size: 0.8rem;
    color: #4A4A4A;
    cursor: pointer;
}

.highforum .glance .content .slide .slide-wrapper dd:last-child {
    border-bottom: none;
}

.highforum .glance .content .slide .slide-wrapper dd ul {
    background: #F6F6F6;
    padding-right: 14px;
}

.highforum .glance .content .slide .slide-wrapper dd ul li {
    text-align: left;
    margin-left: 3.3rem;
    /*height: 3.5rem;*/
    /*line-height: 3.5rem;*/
    padding:1.4rem 0;
    font-size:0.7rem;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
}

.highforum .glance .content .slide .slide-wrapper dd ul li:last-child {
    border-bottom: none;
}

.highforum .glance .content .slide .slide-wrapper dd ul li.active {
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highforum .glance .content .box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*margin-left: 1.1rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-justify-content: space-around;*/
    /*-ms-flex-pack: distribute;*/
    /*justify-content: space-around;*/
}

.highforum .glance .content .box dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-left:2%
    /*flex: 0 0 300px;*/
}

.highforum .glance .content .box dd ul li {
    margin-bottom: 12px;
}

.highforum .glance .content .box dd ul li:last-child {
    margin-bottom: 0;
}

.highforum .glance .content .box dd ul li:nth-child(2n) .con {
    background: #F8FAFD;
}

.highforum .glance .content .box dd ul li .title {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size:1.2rem;
    color: #FFFFFF;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(216deg, #A68CEA 0%, #49A3EA 100%);
    background-image: linear-gradient(-126deg, #A68CEA 0%, #49A3EA 100%);
}

.highforum .glance .content .box dd ul li .con {
    width: 100%;
    height: 206px;
    padding: 10px 20px 20px;
    text-align: left;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.highforum .glance .content .box dd ul li .con .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.highforum .glance .content .box dd ul li .con .time .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    background: url("../images/ic_time.png") no-repeat center center;
}

.highforum .glance .content .box dd ul li .con .time .label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left:0.5rem;
    font-size:0.8rem;
    color: #008DFF;
}

.highforum .glance .content .box dd ul li .con .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.highforum .glance .content .box dd ul li .con .location .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    background: url("../images/ic_location.png") no-repeat center center;
}

.highforum .glance .content .box dd ul li .con .location .label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.5rem;
    font-size: 0.8rem;
    color: #008DFF;
}

.highforum .glance .content .box dd ul li .con .name {
    margin: 0.5rem 0 0.3rem;
    font-size: 0.8rem;
    color: #202020;
    font-weight: 450;
}

.highforum .glance .content .box dd ul li .con .desc {
    font-size: 12px;
    color: #585858;
}

.highforum .speaker .explain {
    margin: 1.8rem 0 2.5rem;
    font-size: 1.25rem;
    color: #202020;
    letter-spacing:0.2rem;
    text-align: center;
    line-height:2.5rem;
}

.highforum .speaker .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.highforum .speaker .content li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    /*padding:0 1%;*/
    margin-left:1%;
    margin-right:1%;
    margin-bottom:2%;
    /*flex: 0 0 270px;*/
    /*margin-right: 16px;*/
    /*margin-bottom: 39px;*/
    background:#fff;
    cursor: pointer;
}

.highforum .speaker .content li:nth-child(4n) {
    /*margin-right: 0;*/
}

.highforum .speaker .content li .pic {
    width: 100%;
    /*height: 280px;*/
    overflow: hidden;
}

.highforum .speaker .content li .pic img {
    display: block;
    width: 100%;
}

.highforum .speaker .content li .name {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1rem;
    color: #202020;
    letter-spacing: 0.15rem;
    background: #fff;
}

.highforum .speaker .content li .con {
    padding-bottom: 0.9rem;
    font-size:0.7rem;
    color: #585858;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height:1.2rem;
    background: #fff;
}

.highforum .guide .content {
    margin-top: 80px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.15);
}

.highforum .guide .content .expect {
    width: 100%;
    /*height: 721px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F9F9F9;
}

/*.highforum .guide .content .expect .text {*/
/*font-size: 40px;*/
/*color: #202020;*/
/*letter-spacing: 6px;*/
/*}*/

.highforum .guide .content .code_experience {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 0 36px;
    display: none;
}

.highforum .guide .content .code_experience .pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.highforum .guide .content .code_experience .con {
    padding-left: 78px;
    font-size: 40px;
    color: #202020;
    letter-spacing: 6px;
}

.partner {
    height: 100%;
}

.partner .wrapper {
    /*min-height: 100%;*/
}

.partner .wrapper .section {
    /*padding: 8rem 0.5rem 5rem;*/
    padding: 8rem 0.5rem 0;
    text-align: center;

}

.partner .wrapper .section .desc {
    padding-top: 50px;
    padding-bottom: 118px;
    font-size: 25px;
    color: #202020;
    letter-spacing: 4.17px;
    line-height: 50px;
}

.partner .wrapper .section .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner .wrapper .section .content .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    height: 9rem;
    line-height: 9rem;
    /*margin-right: 1rem;*/
    /*margin-right: 80px;*/
    cursor: pointer;
}

.partner .wrapper .section .content .item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.partner .wrapper .section .content .item:nth-child(6n) {
    margin-right: 0;
}

.partner .wrapper .section .content.strategy_content .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    height: 9rem;
    /*margin-bottom: 4.75rem;*/
    /*margin-right: 85px;*/
    line-height: 9rem;
}

.partner .wrapper .section .content.strategy_content .item:nth-child(3n) {
    margin-right: 0;
}
.fice_sectioins{
    min-height: 30% !important;
}





/*媒体查询*/

@media only screen and (max-width: 1200px) {
    body {
        min-width: inherit;
    }
    .fice_sectioins{
        min-height: 18% !important;
    }
    .wrapper {
        width: auto;
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navigation .wrapper .logo {
        display: none;
    }

    .navigation .wrapper .nav_toggle {
        display: block;
    }

    .fixed_mask {
        display: none;
        position: fixed;
        top: 3rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 99;
    }

    .menu_wrapper_fixed {
        position: fixed;
        top: 3rem;
        bottom: 0;
        left: 0;
        width: 60%;
        max-width: 300px;
        /*background: url("../images/bg_news.png") no-repeat;*/
        background:#031D5A;
        background-size: cover;
        overflow-y: auto;
        z-index: 100;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .menu_wrapper_fixed_active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navigation .wrapper .menu {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }

    .navigation .wrapper .menu .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        margin-right: 0;
        text-align: left;
        border-bottom: 0.5px solid #fff;
        padding-left: 10px;
    }

    .navigation .wrapper .menu .item:last-child {
        border-bottom: 0;
    }

    .navigation .wrapper .menu .item .sub {
        position: inherit;
        top: 0;
        background: none;
        padding-left: 10px;
        padding-bottom: 15px;
    }

    .navigation .wrapper .menu .item dd {
        line-height: 30px;
    }

    .navigation .wrapper .menu .item a {
        font-size: 14px;
    }

    .navigation .wrapper .menu .item a {
        font-size: 12px;
    }

    .navigation .wrapper .other {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        font-size: 12px;
    }

    .navigation .wrapper .other .login {
        height: 24px;
        line-height: 24px;
    }

    .navigation .wrapper .other .translate {
        height: 24px;
        line-height: 24px;
    }

    /*首页*/
    .home .first_section{
        min-height:auto;
    }
    .home .first_section_swiper_container{
        height:auto;
    }
    .home .section .content{
        padding-top:3rem;
    }
    .home .first_section .content{
        padding-top:4rem;
    }
    .home .second_section{
        text-align:center;
    }
    .home .second_section .content .desc{
        width:100%;
        margin:0 auto;
    }
    .home .second_section .content .list{
        width:100%;
        margin:0 auto 6%;
    }

    .news_detail{
        width:100%;
    }

    .partner_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }

    .mask_con{
        -webkit-transform: inherit;
        transform: inherit;
        padding:3.5rem 1rem;
    }
    .partner_mask .box_wrapper{
        height:100%;
        max-height:100%;
    }
    .guest_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }

    .guest_mask .box_wrapper{
        height:100%;
        max-height:100%;
    }
    .hignform_mask{
        width:auto;
        left:1rem;
        right:1rem;
        top:10%;
        bottom:10%;
    }

    .hignform_mask .box_wrapper{
        height:100%;
        max-height:100%;
    }
    .highforum .highforum_wrapper{
        padding-left:0;
        padding-right:0;
    }

}




@media only screen and (min-width: 481px){

}
@media only screen and (max-width: 561px){
    /*首页*/
    .home .six_section .content .list .item{
        display:block;
        width:80%;
        margin:0 auto 5%!important;
    }
}
@media only screen and (max-width: 641px){
    /*首页*/
    .home .three_section .content .list .item{
        width:100%;
        margin-right:0;
        margin-top:6%;
    }
    .home .three_section .content .list .item .avatar{
        width:45%;
        padding-bottom:45%;
    }
    .home .four_section .content .list{
        padding-left:0;
        padding-right:0;
    }

    .home .four_section .content .list .item{
        /*display:block;*/
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: inherit;
    }
    .home .four_section .content .list .item:nth-child(even){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .home .four_section .content .list .item .pic{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home .four_section .content .list .item .text_con{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding:1rem;
    }

    .news .wonderful_list .item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .news .wonderful_list .item:nth-child(3n) {
        margin-right: 2%;
    }
    .news .wonderful_list .item:nth-child(event){
        margin-right:0
    }

    .highforum .speaker .content li{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.3%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 31.3%;
        flex: 0 0 31.3%;
    }
}

@media only screen and (max-width: 1000px){
    .highforum .glance .content .box dd{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 800px){
    .footer .code .item_code{
        display: block;
    }
    .footer .code .item_code:nth-child(2){
        padding-left:2%;
        margin-top:3%;
    }
    .news_detail .slide{
        display:none;
    }
    .highforum .glance .content .box dd{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 98%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
    }
    .home .second_section .box{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home .second_section .content .list .item{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home .second_section .video-wrapper{
        padding-left:0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}


.fixed-menu{
    position:fixed;
    right:15px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width:60px;
    z-index:2000;
}
.fixed-menu li{
    margin-bottom:5px;
    cursor: pointer;
    position:relative;
}
.fixed-menu li:last-child{
    margin-bottom:0;
}
.fixed-menu .code-wrapper{
    pointer-events: none;
    /*display:none;*/
    position:absolute;
    right:100%;
    top:50%;
    padding-right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    opacity: 0;
    transition: all ease-in .3s;
}
.fixed-menu .code{
    width:100px;
    height:100px;
    padding:5px;
    position:relative;
    background:#ffffff;
}
.fixed-menu .code:after{
    content:"";
    position:absolute;
    right:-6px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
}
.fixed-menu li:hover .code-wrapper{
    /*display:block;*/
    pointer-events: inherit;
    opacity: 1;
}
.fixed-sign-up{
    position: fixed;
    width:180px;
    right:15px;
    bottom:0;
    z-index:2000;
}





