@charset "UTF-8";/* CSS Document*/
*{margin: 0;padding: 0;font-family: "";list-style: none;outline: none;-webkit-box-sizing: border-box;box-sizing: border-box;}
body{color: #333;font: 14px "";min-width: 1000px;background: url(../img/banner2.png) no-repeat center top #fbfbfb;}
img{vertical-align: middle;border: none;}
a{color: #333;text-decoration: none;}
em{font-style: normal;}
p{display: block;overflow: hidden;}
input,
button,
textarea{font-family: "";vertical-align: middle;}
table{border-collapse: collapse;}
td,
th{border: 1px solid #ddd;}
/* */
html,body{
	height: 100%;
}
body {
    min-width: 1200px;
}
.scrollBarStyle::-webkit-scrollbar{/**/width: 6px;/**/height: 5px;}
.scrollBarStyle::-webkit-scrollbar-thumb{/**/border-radius: 5px;background: rgba(214, 214, 214, 1);}
.scrollBarStyle::-webkit-scrollbar-track{/**/border-radius: 5px;background: #f7f7f7;}

/**/
.assist-ico{color: #fff;font-size: 12px;font-weight: normal;text-transform: uppercase;height: 18px;line-height: 18px;padding: 0 8px;display: inline-block;background: #f30;margin: 0 10px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-animation: mymove 0.7s linear infinite alternate;-webkit-animation: mymove 0.7s linear infinite alternate;animation: mymove 0.7s linear infinite alternate;margin-top: 9px;}
.assist-ico.newest{background: #ff0000;}
.assist-ico.hot{background: #ff9900;}
@-webkit-keyframes mymove{0%{-moz-transform: translateY(-2px);-webkit-transform: translateY(-2px);transform: translateY(-2px);}
100%{-moz-transform: translateY(2px);-webkit-transform: translateY(2px);transform: translateY(2px);}}
@keyframes mymove{0%{-moz-transform: translateY(-2px);-webkit-transform: translateY(-2px);transform: translateY(-2px);}
100%{-moz-transform: translateY(2px);-webkit-transform: translateY(2px);transform: translateY(2px);}}

/*  */
::-webkit-input-placeholder{color: #999999;}
:-moz-placeholder{color: #999999;}
::-moz-placeholder{color: #999999;}
:-ms-input-placeholder{color: #999999;}

/**/
.ad-img{position: absolute;z-index: 9999;width: 200px;left: 0;}
.ad-img img{width: 100%;margin-bottom: 5px;}
.ad-img .close-ad{background: #b21111;border: 2px solid #fff;width: 16px;height: 16px;display: inline-block;color: #fff;cursor: pointer;position: absolute;top: -8px;right: -8px;text-align: center;font: bold 12px/17px "";-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}

.fixed-ad,
.fixed-ad-right{position: fixed;top: 30%;}
.fixed-ad.ad-left{left: 10px;}
.fixed-ad.ad-right{left: auto;right: 10px;}
.right_popup{
    /* position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(860px,-50%); */

    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(-7%,-50%);
    z-index: 99999;
}
.right_popup .pouop-img{
    position: static;
}
.right_popup .pouop-img{z-index: 9999;width: 200px;}
.right_popup .pouop-img img{width: 100%;margin-bottom: 5px;}
.right_popup .pouop-img .close-ad{background: #b21111;border: 2px solid #fff;width: 16px;height: 16px;display: inline-block;color: #fff;cursor: pointer;position: absolute;top: -8px;right: -8px;text-align: center;font: bold 12px/17px "";-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}

/* */.header{background-color: #1073b7;height:100px;position:relative;z-index:1200;margin: 0 auto;}
.header > .wrapper{overflow:visible;margin: 0 auto;width: 1200px;}
.header .logo{float:left;margin-top:20px;}
.header .logo img{height:55px;}
.header .wrapper{margin: 0 auto;width: 1200px;overflow: hidden;}
.header .sub-menu-box{overflow: hidden;}
.header .sub-menu-box li{padding: 4px 0;}
.header li .assist-ico{margin-top: 0;}
/*  */
.user_land{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
    width: 200px;
    height: 30px;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
}
.user_land .user_text{
    z-index: 99999999;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.user_land .exit_btn{
    border: 7px solid transparent;
    border-top-color: #bbb;
    margin: 0 0 -7px 10px;
    display: inline-block;
}
.user_land a{
    color: rgb(0, 0, 0); 
}
.user_land img{
   width: 20px;
   margin-right: 8px;
}
.user_land .exit{
    margin-left: 8px!important;
}
.user_land .type-list{
    top:23px;
}
.user_land .type-list ul{
    border-radius: 0;
 
}
.user_land .type-list ul li{
    color: #333;
    background: #fff!important;
}
/**/
.menu{float:right;overflow:visible;}
.menu > li{float:left;font-size:17px;width:100px;text-align:center;position:relative;font-weight:bold;overflow:visible;}
.menu li > a{color:#fff;display:block;line-height:94px;border-top:6px solid transparent;}
.menu li a:hover,
.menu li.active a,
.menu li.cur-hover a{background:rgba(255,255,255,.1);background:rgb(38, 128, 189);border-top-color:#f60;}
.menu li.active a{border-top-color:#f60;}
.sub-menu-box{background:#f7f7f7;z-index:101;position:absolute;top:90px;left:0;right:0;display:none;-webkit-box-shadow:0 5px 5px rgba(0,0,0,.05);box-shadow:0 5px 5px rgba(0,0,0,.05);}
.pop-menu{display:none;}
.sub-menu{border-bottom:1px solid #0066a9;padding:10px 0;}
.sub-menu ul li{font-size:16px;float:left;margin-right:40px;}
.sub-menu li a{display:inline-block;font-weight:normal;padding:8px 15px;}
.sub-menu li a:hover{background:#0067a8;color:#fff;}
.sub-menu-section{padding:20px 0;}
.sms-title{overflow:hidden;padding:10px 0;}
.sms-title strong{float:left;color:#0067a8;font-size:16px;border-left:4px solid #0067a8;padding-left:10px;}
.sms-title a{float:right;color:#0067a8;margin-top:3px;}
.sms-left{float:left;width:420px;height: 330px;overflow: hidden;}
.sms-con p{/*text-indent:2rem;*/color:#666;/*padding:10px 0;*/line-height:1.8;}
.sms-right{float:right;width:420px;height: 330px;}
.sms-right .sms-con{margin-top:6px;}
.sms-right .sms-con h4{font-size:14px;font-weight:normal;color:#f60;padding:5px 0;}
.sms-right .sms-con p .name-title{color:#333;display:inline-block;min-width:60px;vertical-align:top;}
.sms-right .sms-con p .name-list{display:inline-block;max-width:345px;vertical-align:top;}
.sms-right .sms-con ul li .dot{width: 5px;height: 5px;border-radius: 50%;background-color: #ff9900;display: inline-block;margin-right: 10px;}
.sms-left .sms-con ul li .dot{width: 5px;height: 5px;border-radius: 50%;background-color: #ff9900;display: inline-block;margin-right: 10px;}
.sms-zz-list{padding-top:15px;}
.sms-zz-list li{float:left;text-align:center;margin:5px;}
.sms-zz-list li .pic-box{width:135px;height:184px;margin-bottom:10px;}
.sms-zz-list li a:hover p{color:#0067a8;}
.sms-zz-list li a:hover .pic-box{border-color:#0067a8;}
.sms-row{clear: both;padding-top: 20px;}
.sms-row ul li{float: left;margin-right: 70px;font-size1: 16px;padding: 2px 0;}
.sms-row ul li:last-child{margin-right: 0;}
.sms-row ul li span{font-weight: bold;}
.sms-row ul li .dot{background: #f90;vertical-align: 2px;}
.assist-ico:after{content:"";position:absolute;top:18px;left:5px;border:2px solid transparent;border-top-color:#f30;border-left:5px solid #f30;}
.assist-ico.hot{background:#fa0;}
.assist-ico.hot:after{border-top-color:#fa0;border-left-color:#fa0;}

/**/.search-wrapper{overflow: visible;padding: 100px 0;}
.search{background: rgba(255, 255, 255, 0.85);height: 50px;width: 675px;margin: 0 auto;font-size: 16px;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);-webkit-border-radius: 25px;border-radius: 25px;}
.search-type{position: relative;width: 110px;float: left;z-index: 10;cursor: pointer;}
.search-type em{border: 7px solid transparent;border-top-color: #bbb;margin: 0 0 -7px 10px;display: inline-block;}
.cur-type{border-right: 1px solid #ccc;height: 50px;line-height: 50px;text-align: center;}
.type-list{position: absolute;width: 100%;top: 45px;padding-top: 10px;display: none;}
.type-list ul{background: #ccc;-webkit-border-radius: 25px 0 25px 0;border-radius: 25px 0 25px 0;overflow: hidden;}
.type-list li{padding: 8px 15px;background: #eee;text-align: center;color: #999;cursor: pointer;border-bottom: 1px solid #ddd;}
.type-list li:last-child{border-bottom: none;}
.type-list li:hover{background: #1073b7;color: #fff;}
.search-input{float: left;height: 100%;width: 420px;border: none;background: transparent;font-size: 16px;padding: 0 20px;line-height: 50px;}
.search-btn{width: 105px;height: 100%;background: rgba(255, 153, 0, 0.85);color: #fff;font-size: 18px;border: none;cursor: pointer;float: right;-webkit-border-radius: 0 25px 25px 0;border-radius: 0 25px 25px 0;}
.search-btn:hover{background: #f60;}

/**************  *************/.content{width: 1200px;margin: 0 auto;overflow: hidden;}
/* */.tabloid{width: 1200px;height: 390px;overflow: hidden;}
.topic-focus{float: left;width: 690px;height: 390px;overflow: hidden;position: relative;}
.topic-focus .bd{width: 100%;height: 100%;}
.topic-focus .bd img{width: 690px;height: 390px;}
.topic-focus .txt{position: absolute;bottom: 16.5px;left: 15px;z-index: 2;font-size: 16px;line-height: 16px;}
.topic-focus .txt li a{color: #fff;}
.topic-focus .hd{position: absolute;width: 100%;height: 50px;background: rgba(0, 0, 0, 0.5);left: 0;bottom: 0;padding: 0 10px;}
/**/.topic-focus .hd .dot-turning{float: right;height: 10px;text-align: right;margin-top: 20px;}
.topic-focus .hd .dot-turning li{float: left;}
.dot-turning{text-align: center;}
.dot-turning li{width: 10px !important;height: 10px;display: inline-block;margin: 0 5px;background: #ccc;font-size: 0;cursor: pointer;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-border-radius: 5px;border-radius: 5px;}
.dot-turning li.on{background: #de0909 !important;width: 30px !important;}
/* */.tabloid-list{width: 510px;height: 100%;float: right;background: white;}
.tabloid-list .text{width: 100%;height: 46px;display: flex;align-content: space-between;box-sizing: border-box;position: relative;background-color: #e1f0ff;}
.tabloid-list .text li{position: relative;cursor: pointer;width: 150px;height: 46px;text-align: center;color: #333333;line-height: 46px;font-size: 18px;}
.tabloid-list .text .on{float: left;font-weight: 700;color: white;background-color: #1073b7;}
.tabloid-list .text .on a{color: white;}
.tabloid-list .text .on::before{content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #1073b7;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,100%);}
.tabloid-list ul li{height: 35px;padding: 0 20px;}
.tabloid-list ul .latest_news{width: 100%;height: 115px;border-bottom: 1px #dddddd solid;}
.tabloid-list .latest_news .news_title{font-size: 16px;color: #e61818;font-weight: 700;text-align: center;margin-top: 20px;}
.tabloid-list .latest_news div:nth-child(2){float: left;font-size: 16px;line-height: 25px;margin-top: 10px;}
.tabloid-list .latest_news div:nth-child(2) a{float: none;color: #e61818;font-size: 16px;}
.tabloid-list ul li .dot{float: left;margin-right: 10px;margin-top: 15.5px;width: 4px;height: 4px;background-color: #2d8cf0;border-radius: 50%;}
.tabloid-list .bd ul li a{font-size: 16px;line-height: 35px;float: left;width: 20em;/*,10*/overflow: hidden;/**/text-overflow: ellipsis;/**/white-space: nowrap;/**/}
.tabloid-list ul li .news_float{float: none;display: inline-block;margin-top: 10px;}
.tabloid-list .bd ul li a:hover{color: #1073b7;text-decoration: underline;font-weight: 700;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform: translateX(10px);transform: translateX(10px);margin-right: 10px;}
.tabloid-list ul li span{font-size: 16px;line-height: 35px;float: right;margin-right: 20px;color: #999999;}
.news_float img{width: 34px;height: 18px;float: left;margin-left: 10px;}
/* */.membership_services{width: 1200px;padding: 0 30px;margin-top: 40px;margin-bottom: 30px;overflow: hidden;}
.membership_services .services_title{height: 40px;width: 100%;display: flex;justify-content: space-between;align-items: center;}
.membership_services .services_title .line{display: flex;align-items: center;flex-direction: row;}
.membership_services .services_title .line .white_line{width: 435px;border-bottom: 1px #e8eaec solid;}
.membership_services .services_title .line .blue_box{width: 28px;height: 5px;background-color: #1073b7;}
.membership_services .services_title .title_name{display: flex;align-items: center;}
.membership_services .services_title .title_name img{width: 32px;height: 36px;margin-right: 20px;}
.membership_services .services_title .title_name span{font-size: 24px;font-weight: 700;color: #1073b7;}
.membership_services .service_moudle{display: flex;flex-direction: row;cursor: pointer;flex-direction: row;flex-wrap: wrap;margin-top: 5px;}
.membership_services .service_moudle li{width: 140px;height: 120px;border-radius: 8px;background-color: #e9f6fd;display: flex;align-items: center;justify-content: center;margin-right: 60px;margin-top: 20px;}
.membership_services .service_moudle li:hover img{transform: scale(1.1);}
.membership_services .service_moudle li:hover{background-color: #caeafb;}
.membership_services .service_moudle li:nth-of-type(6n){margin-right: 0;}
.membership_services .service_moudle li a{width: 100%;height: 100%;text-decoration: none;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.membership_services .service_moudle li img{width: 49px;}
.membership_services .service_moudle li span{color: #333333;font-size: 16px;margin-top: 10px;}
/* 1*/.intermediate_content{width: 1200px;display: flex;justify-content: space-between;overflow: hidden;}
.intermediate_content .news_box{width: 1200px;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 20px;background-color: white;}
.news_module{width: 560px;margin-top: 45px;}
.news_module:nth-child(1),
.news_module:nth-child(2){margin-top: 20px;}
.news_module .news_title{height: 46px;width: 100%;display: flex;align-items: center;position: relative;}
.news_module .news_title img{width: 16px;height: 18px;margin-left: 6px;}
.news_module .news_title ul{display: flex;margin-right: 153px;}
.news_module .news_title ul li{font-size: 20px;color: #666666;padding: 0 20px;cursor: pointer;line-height: 20px;}
.news_module .news_title ul li:first-of-type{padding-left: 0;}
.news_module .news_title ul em{border-right: 1px #dedede solid;width: 1px;height: 20px;;display: inline-block;}
.news_module .news_title ul li:last-of-type{border: none !important;}
.news_module .news_title ul .on a{padding-bottom: 20px;display: flex;color: #1073b7;font-size: 20px;font-weight: 700;border-bottom: 3px #1073b7 solid;}
.news_module .news_title .color_block{width: 100%;height: 1px;background-color: #e8eaec;position: absolute;bottom: 0;left: 0;}
.more{color: #737373;font-size: 14px;float: right;}
.news_module .tab-list{width: 100%;overflow: hidden;}
.news_module .tab-list li{width: 100%;float: left;}
.news_module .tab-list li .dot{float: left;margin-top: 15.5px;width: 4px;height: 4px;background-color: #2d8cf0;border-radius: 50%;}
.news_module .tab-list li .new_text{line-height: 32px;margin-left: 15px;font-size: 16px;float: left;width: 30em;/*,10*/overflow: hidden;/**/text-overflow: ellipsis;/**/white-space: nowrap;/**/}
li .author{width: auto;height:32px;line-height:32px;font-size: 16px;float:left;margin-left:10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 0;margin-right: 10px;}
.news_module .tab-list li .new_time{color: #999999;font-size: 14px;line-height: 32px;float: right;}
.news_module .tab-list li:hover .new_text{display: block;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform: translateX(10px);transform: translateX(10px);color: #1089ff;}
.latest_news2{height: 135px !important;border-bottom: 1px dashed #e8eaec;display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.latest_news2 img{width: 90px;}
.latest_news2 .time_box{width: 90px;height: 90px;background-color: #1073b7;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.latest_news2 .time_box span:nth-of-type(1){font-size: 36px;color: #ffffff;font-weight: 700;}
.latest_news2 .time_box span:nth-of-type(2){font-size: 16px;color: #ffffff;}
.latest_news2 .news_content{width: 440px;height: 90px;padding: 5px 0;display: flex;flex-direction: column;justify-content: space-between;position: relative;}
.latest_news2 .news_title{width: 100%;height: 18px;display: flex;justify-content: space-between;}
.latest_news2 .news_title a{font-size: 18px;line-height: 20px;width: 21em;}
.latest_news2 .news_title img{width: 34px;height: 18px;}
.latest_news2 .news_content .new_time{position: absolute;right: 0;bottom: 0;}
.latest_news2 .details{width: 100%;height: 43px;display: flex;}
.latest_news2 .details a{font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.latest_news2 .details span{font-size: 16px;color: #ff9900;float: none;}
/* ############banner###########*/.center_banner{width: 1200px;height: 100px;margin-top: 40px;margin-bottom: 40px;overflow: hidden;}
.center_banner img{width: 1160px;display: block;margin: 0 auto;}
/* */.curriculum_moudle{width: 1200px;margin: 0 auto;padding: 0 20px;padding-bottom: 20px;display: flex;justify-content: space-between;overflow: hidden;}
.curriculum{width: 700px;}
.curriculum .title_box{width: 100%;height: 30px;}
.curriculum .title_box img{float: left;width: 23px;margin-right: 20px;margin-top: 3px;}
.curriculum .title_box .curriculum_title{float: left;font-size: 24px;color: #1073b7;line-height: 30px;font-weight: 700;}
.curriculum .title_box .previous_review{float: right;background-color: #e8eaec;border-radius: 4px;padding: 5px 10px;cursor: pointer;}
.curriculum .title_box .previous_review:hover{color: #ff9900;}
.curriculum .blue_line{width: 100%;height: 3px;background-color: #1073b7;margin-top: 20px;margin-bottom: 25px;}
.curriculum .video{width: 100%;height: 230px;display: flex;justify-content: space-between;flex-direction: row;align-items: center;}
.curriculum .video ul{height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.curriculum .video ul li{display: flex;align-items: center;cursor: pointer;}
.curriculum .video ul li a{display: inline-block;width: 220px;margin-left: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.curriculum .video ul li a:hover{color: #1073b7;text-decoration: underline;}
.curriculum .video_box{width: 368px;height: 207px;background: url(../img/video_bj.jpg);background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.curriculum .video_box .video_title{width: 100%;height: 34px;text-align: center;position: absolute;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);display: flex;align-items: center;justify-content: center;}
.curriculum .video_box .video_title span{width: 80%;color: white;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
/* */.curriculum_jyxw{width: 420px !important;overflow: hidden;}
.educational_news{width: 100%;}
.educational_news li{width: 100%;height: 80px;display: flex;flex-direction: row;align-items: center;border-bottom: 1px #e1e1e1 solid;}
.educational_news li:last-of-type{border: none;}
.educational_news .red_time{width: 64px;height: 50px;background: linear-gradient(90deg, #de3b3a, #dc602a);display: flex;flex-direction: column;align-items: center;justify-content: center;margin-right: 10px;}
.educational_news .red_time span:nth-of-type(1){font-size: 20px;color: #fff;}
.educational_news .red_time span:nth-of-type(2){font-size: 14px;color: #fff;}
.educational_news a{width: 320px;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.educational_news li a:hover{color: #1073b7;text-decoration: underline;}
/* ############&&###########*/.qcfooter{}
.bottom_select{width: 100%;height: 60px;background-color: #ececec;display: flex;overflow: hidden;}
.bottom_select .hd{margin: 0 auto;width: 1200px;margin: 0 auto;display: flex;}
.bottom_select .bottom_select_box{width: 1200px;margin: 0 auto;display: flex;}
.bottom_select li{display: flex;flex-direction: column;position: relative;justify-content: center;align-items: center;position: relative;margin-right: 25px;cursor: pointer;}
.bottom_select li a{font-size: 18px;color: #333333;line-height: 50px;}
.bottom_select .on a{font-size: 18px;color: #1073b7;font-weight: 700;}
.bottom_select .on .orange_line{width: 24px;height: 4px;background-color: #ff6600;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.bottom{width: 100%;min-height: 190px;height: fit-content;background-color: #006bd5;overflow: hidden;}
.bottom-nav{margin: 20px auto;width: 1200px;min-height: 70px;overflow: hidden;}
.bottom-nav li{float: left;margin-right: 30px;font-size: 16px;line-height: 36px;color: white;}
.bottom-nav li:hover{text-decoration: underline white;}
.bottom-nav .bottom_nav_title{font-size: 20px;color: #ffffff;font-weight: 700;}
.copyright_information{width: 1000px;overflow: hidden;margin: 0 auto;font-size: 14px;color: #b6dbff;border: none;margin-bottom: 10px;text-align: center;}
/* */.sub-container{background: #fff;margin: 0 auto;overflow: hidden;width: 1200px;margin-bottom: 40px;}
.sub-container .main{padding: 0 0 30px 0;min-height: 858px;}
.sub-container-b{background: #f5f5f5;}
.sub-con_line{width: 800px;height: 1px;background: #E1E3E6;;
margin-top: 24px;margin-bottom: 30px;}
.sub-con{height: calc(100% - 96px);display: flex;flex-direction: column;justify-content: space-between;}
/**/.bread-crumbs{display: flex;align-items: center;padding-left: 36px;color: #666;width: 1200px;height: 52px;background: #F5F5F5;}
.bread-crumbs em{font-family: "";padding: 0 8px;}
.bread-crumbs .mbx-ico{width: 15px;background-position: -21px -82px;margin-right: 5px;margin-bottom: -3px;}
.bread-crumbs a{color: #666;}
.bread-crumbs span{color: #1073B7;}
.bread-crumbs a:hover{color: #1073b7;text-decoration: underline;}
/**/.detail-title{text-align: center;padding: 15px 0;margin: 0 100px;border-bottom: 1px solid #eee;margin-bottom: 10px;}
.detail-title h2{font-size: 22px;font-weight: bold;padding: 10px 0;}
.detail-title p{color: #999;margin-top: 10px;}
.detail-title span{padding: 0 15px;color: #999;font-size: 14px;}
.detail-title span a{color: #999;}
.detail-title p span a:hover{color: #1073b7;cursor: pointer;}
.detail-con{line-height: 2;font-size: 16px;padding: 20px 135px;}
.detail-con img{max-width: 100%;}
.detail-ewm{text-align: center;color: #999;border-bottom: 1px dashed #ddd;margin: 0 100px;}
.page-turning{margin: 30px 20px;}
.page-turning p{margin: 8px 0;color: #999;}
.page-turning p a:hover{color: #1073b7;}
.signup{width: 160px;height: 54px;background: #FFB74C;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;margin: 0 auto;cursor: pointer;margin-top: 72px;}
.print{padding: 0 20px;color: #999;}
.print:hover{color: #1073b7;}
/* */.firm_column_below{/*height: 756px;*/display: flex;flex-direction: row;justify-content: space-between;margin-top: 20px;}
.firm_column_below .center_line{border-right: 1px #e1e3e6 solid;margin: 0 25px 0 30px;}
/* */.firm_column_left{width: 300px;margin-left: 20px;}
.firm_column_left a{text-decoration: none;}
.left_content{display: flex;align-items: center;justify-content: center;width: 300px;height: 80px;background: url(../img/xiangyun_background.png);background-repeat: no-repeat;background-size: 100%;font-size: 24px;color: #fff;font-weight: bold;}
.left_xhjj{display: flex;align-items: center;justify-content: flex-start;margin-top: 5px;width: 300px;height: 60px;font-size: 20px;background-color: #f2f2f2;border-radius: 20px 0 20px 0;}
.left_xhjj .left_xhjj_icon{display: flex;align-items: center;justify-content: center;width: 42px;height: 42px;background-color: #dfeeff;border-radius: 50%;margin-left: 45px;margin-right: 30px;}
.left_xhjj .left_xhjj_icon img{width: 24px;}
.firm_column_left .active{background-color: #dfeeff;font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #1073B7;line-height: 24px;}
.firm_column_left .active .left_xhjj_icon{background-color: #fff;}
/* */.sub-right{flex: 1;float: right;margin-right: 25px;}
.sub-right .right_title_box{height: 96px;display: flex;align-items: center;flex-direction: column;justify-content: space-between;}
.sub-right .right_title{display: flex;align-items: center;justify-content: center;width: 100%;font-size: 24px;font-weight: bold;color: #1073b7;margin-top: 30px;}
.sub-right .firm_column_right_img{width: 100%;height: 5px;margin-top: 30px;}
.sub-title{border-bottom: 2px solid #2874ae;height: 39px;line-height: 39px;position: relative;margin-left: 10px;margin-bottom: 20px;}
.sub-title strong{position: absolute;left: -10px;width: 158px;height: 46px;color: #fff;text-align: center;font-size: 16px;background: url(../images/sub_title.png) no-repeat;}
.sub-list{overflow: hidden;height: 100%;display: flex;flex-direction: column;padding-top: 20px;}
.sub-list li{font-size: 16px;padding: 6px 0;position: relative;overflow: hidden;height: 37.8px;display: flex;justify-content: space-between;}
.sub-list li div{display: flex;align-items: center;}
.sub-list li a:hover{color: #1073b7;text-decoration: underline;}
.sub-list .date{color: #999;float: right !important;margin-top: 1px;white-space: nowrap;}
.sub-list .dot{float: left;width: 4px;height: 4px;border-radius: 50%;background-color: #1073b7;margin-right: 10px;}
/* */.sub-list .hot,
.sub-list .new{margin-top: 0;}
/**/.page-jump{text-align: center;color: #666;}
.page-jump span{display: inline-block;height: 32px;line-height: 32px;padding: 0 5px;}
.page-jump *{float: left;}
.page-jump .go-input{width: 32px;text-align: center;height: 32px;font-size: 16px;border: 1px solid #ddd;line-height: 32px;}
.page-jump .go-input:focus{border-color: #2874ae;}
.page-jump .go-btn{background: #ccc;width: 32px;height: 32px;cursor: pointer;color: #fff;border: none;}
.page-jump a{display: inline-block;padding: 0 12px;color: #666;background: #fff;border: 1px solid #ddd;margin: 0 2px;height: 32px;line-height: 32px;}
.page-jump a:hover{color: #2874ae;border: 1px solid #2874ae;}
.page-jump a.cur-page{background: #2874ae;color: #fff;border: 1px solid #2874ae;}
.page-jump-inner{display: inline-block;float: none;}
/* */.news_below{height: calc(100% - 72px);display: flex;flex-direction: row;justify-content: space-between;margin-top: 20px;margin-left: 20px;}
.news_below .center_line{border-right: 1px #e1e3e6 solid;margin: 0 25px 0 30px;}
/* */.sub-list a{float: left;overflow: hidden;}
/* */.news_left{width: 300px;}
.news_left .left_content{display: flex;align-items: center;justify-content: center;width: 300px;height: 80px;background: #1073b7;font-size: 24px;color: #fff;font-weight: bold;margin-right: 10px;}
.news_left a{display: block;width: 100%;margin-top: 5px;width: 300px;height: 60px;background-color: #f2f2f2;font-size: 20px;}
.news_left .left_content .left_icon{margin-right: 10px;}
.news_left a .title{float: left;font-size: 20px;color: #333333;text-align: center;line-height: 60px;margin-left: 20px;}
.news_left a .icon{float: right;width: 25px;height: 25px;margin-right: 20px;margin-top: 17.5px;}
.news_left a:first-of-type{margin-top: 0;}
/* */.news_below .active{background-color: #e7f2fe;}
.news_below .active .title{color: #1073b7;font-weight: 700;}
.news_below .sub-right .xw_right_title{padding-bottom: 17px;border-bottom: 1px #1073B7 solid;position: relative;}
.news_below .sub-right .xw_right_title .blue_box{width: 88px;height: 3px;background: #1073B7;position: absolute;left: 0;bottom: 0;}
.news_below .sub-right .xw_right_title span{font-size: 20px;font-weight: bold;color: #1073B7;}
/* */.synopsis_box{/*height:calc(100% - 96px);*/overflow: auto;text-indent: 2em;padding: 0 20px;}
.synopsis_box img{display: block;margin: 0 auto;margin-bottom: 28px;}
.synopsis_box p{color: #333333;font-size: 16px;line-height: 30px;}
/* ==*/.contact_Information{display: flex;flex-direction: column;align-items: flex-start;}
.contact_Information em{display: inline-block;width: 4px;height: 16px;background: #1073B7;margin-right: 10px;}
.contact_Information .contact_name{font-size: 19px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 45px;}
.contact_Information span{font-size: 19px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 45px;}
/* */.office_list{overflow: auto;height: 755px;padding-right: 30px;}
.office_list .region_title{width: 100%;height: 30px;background: #F0F0F0;display: flex;align-items: center;}
.office_list .region_title span{font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;}
.office_list .region_title .blue_line{width: 4px;height: 30px;background: #1073B7;margin-right: 10px;}
.office_list .region_wrap{display: flex;width: 100%;flex-wrap: wrap;margin-top: 30px;margin-bottom: 30px;}
.office_list .region_wrap .region_box{display: flex;flex-direction: row;width: 50%;margin-bottom: 20px;cursor: pointer;}
.office_list .region_wrap .region_box .logo{display: flex;align-items: center;justify-content: center;width: 81px;height: 81px;background: #FFFFFF;border: 1px solid #E6E6E6;}
.office_list .region_box:hover .logo{background: #DFEEFF;}
.office_list .region_box:hover .companyname{color: #1375B8;text-decoration: underline;}
.office_list .region_box .companyname{display: inline-block;width: 245px;font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;margin-top: 20px;margin-left: 20px;padding-bottom: 3px;}

/* -*/.standing_director{overflow: auto;height: 585px;margin-bottom: 45px;}
.standing_director .region_wrap{display: flex;width: 100%;flex-wrap: wrap;}
.standing_director .region_wrap .region_box{display: flex;flex-direction: row;width: 228px;margin-top: 30px;margin-right: 52px;}
.standing_director .region_wrap .region_box:nth-of-type(3n){margin-right: 10px;}
.standing_director .region_wrap .region_box .logo{display: flex;align-items: center;justify-content: center;width: 110px;height: 165px;background: #FFFFFF;border: 1px solid #E6E6E6;}
.standing_director .region_box:hover .logo{background: #DFEEFF;}
.standing_director .region_box:hover .companyname{color: #1375B8;}
.standing_director .region_box .companyname{display: inline-block;font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;margin-top: 20px;margin-left: 20px;padding-bottom: 3px;}
.standing_director .region_box .companyname .belong{display: inline-block;width: 101px;font-size: 16px;font-family: PingFang SC;font-weight: bold;color: #4D4D4D;line-height: 26px;}
.standing_director .region_box .companyname .name{font-size: 18px;font-family: PingFang SC;font-weight: bold;color: #333333;line-height: 20px;}
.standing_director .region_box .companyname .line{width: 88px;height: 1px;background: #1073B7;margin-top: 15px;margin-bottom: 11px;}
/* */.standing_director .region_box .companyname .belong p{font-size: 16px;font-family: PingFang SC;font-weight: bold;color: #666666;line-height: 26px;}
/* -*/.zzjg_box table tr td:nth-of-type(1){color: #1073B7;font-size: 16px;line-height: 30px;}
.zzjg_box table tr td{border: none;}
.zzjg_box table tr td:nth-of-type(2){color: #333333;font-size: 16px;padding: 0 10px;line-height: 30px;font-weight: 600;}
/* */.usersign{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;z-index: 9999;display: flex;align-items: center;justify-content: center;}
.usersign .back{cursor: pointer;position: absolute;top: 20px;right: 20px;font-size: 32px;}
.login-box{width: 460px;height: 420px;overflow: hidden;background: #fff;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0 0 20px 0 #aaa;-webkit-box-shadow: 0 0 20px 0 #aaa;box-shadow: 0 0 20px 0 #aaa;position: relative;}
.login-box h2{padding:50px 0 30px;font-size:30px;color:#f60;text-align:center;}
.login-form{padding:0 30px;}
.login-form ul{overflow:hidden;}
.login-form ul li{position:relative;margin-bottom:20px;overflow:hidden;}
.login-form ul li i{font-size:22px;position:absolute;left:12px;top:12px;color:#f60;z-index:100;}
.login-form ul li .login-input{width:100%;border:1px solid #ddd;position:relative;line-height:45px;height:45px;padding-left:40px;float:left;}
.login-form ul li .login-input:focus{border-color:#99CEFD;}
.login-form ul li .layui-btn-danger{width: 100%;font-size: 20px;height: 45px;line-height: 45px;margin-top: 20px;background-color: #99CEFD}




/* */
.video_list{width: 1200px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.video_list li{position: relative;width: 580px;height: 200px;background: #FFFFFF;box-shadow: 0px 4px 12px 0px rgba(106,178,244,0.2000);display: flex;flex-direction: row;align-items: center;justify-content: space-around;padding: 20px;margin-bottom: 40px;}
.video_list li:last-of-type{margin-bottom: 68px;}
.video_list li::before{content: "";display: inline-block;width: 20px;height: 20px;border: 4px #1073B7 solid;border-left-width: 0;border-bottom-width:0;position: absolute;top: 0;right: 0;}
.video_list li::after{content: "";display: inline-block;width: 20px;height: 20px;border: 4px #1073B7 solid;border-right-width: 0;border-top-width:0;position: absolute;bottom: 0;left: 0;}
.video_list .bf_btn{display: block;width: 280px;height: 158px;position: relative;cursor: pointer;}
.video_list .bf_btn img{width: 100%;height: 100%;}
.video_list .bf_btn .play{width: 68px;height: 68px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.video_list li .information{height: 158px;font-size: 16px;font-weight: 400;color: #999999;line-height: 30px;padding-top: 20px;padding-bottom: 9px;display: flex;flex-direction: column;justify-content: space-between;}
.video_list li .information .name_addres div{display: flex;align-items: center;}
.video_list li .information .name_addres div img{margin-right: 12px;}
.video_list li .title{width: 228px;height: 48px;font-size: 18px;font-weight: bold;color: #333333;line-height: 24px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;/* */overflow: hidden;}
