﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.enarial{font-family: "2020.5 ~ 2020.7"}
.bold{font-weight: bold;}
 /*font-size*/


.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_24 { font-size:24px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_72 { font-size:72px;}
.fnt_110 { font-size: 110px;}
@media only screen and (max-width:1720px) {
.fnt_72 { font-size:60px;}
.fnt_110 { font-size: 90px;}
}
@media only screen and (max-width:1660px) {
.fnt_36 { font-size:28px;}
.fnt_40 { font-size:32px;}
.fnt_72 { font-size:56px;}
.fnt_110 { font-size: 72px;}
}
@media only screen and (max-width:1440px) {
.fnt_36 { font-size:26px;}
.fnt_40 { font-size:28px;}
.fnt_72 { font-size:50px;}
.fnt_110 { font-size:60px;}
}
@media only screen and (max-width:1366px) {
.fnt_24 { font-size:18px;}
.fnt_40 { font-size:26px;}
.fnt_72 { font-size:36px;}
.fnt_110 { font-size:50px;}
}
@media only screen and (max-width:1270px) {
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:26px;}
.fnt_72 { font-size:36px;}
.fnt_110 { font-size:44px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_36 { font-size:20px;}
.fnt_40 { font-size:22px;}
.fnt_72 { font-size:26px;}
.fnt_110 { font-size:38px;}
}
@media only screen and (max-width: 767px) {

}

.indexbody,.indexbody a{color: #fff}
.wrap1570{width: 1570px; max-width: 94%; margin:auto;position: relative;z-index: 2;}
.wrap{width: 1400px; max-width: 94%; margin:auto;}
.block01{position: relative;}
.block01>img{width: 100%;}
.banner{color: #3360b6;padding-top: 110px;position: absolute;top:0;left: 0;width: 100%;}
.block01 h1{margin-bottom: 85px;}
.block01 h2{line-height: 110px;margin-bottom: 5px;}
.block01 h2 a{color: #3360b6;}
.block01 h2 span{display: inline-block;vertical-align: top;width: 380px;height: 92px;line-height: 92px;text-align: center;background: url(../images/btn01.png) no-repeat center center;    background-size: 100% 100%;margin-left: 30px;}
.block01 h3{margin-bottom: 55px;}
.bannertext{overflow: hidden;padding-right: 490px;position: relative;display: inline-block;}
.bannertext .left{width: 500px;}
.bannertext .left li{margin-bottom: 5px;}
.bannertext .left li:first-child{margin-bottom: 15px;}
.bannertext dl{overflow: hidden;line-height: 1.6em;}
.bannertext dt{float: left;width: 120px;}
.bannertext dd{float: right;width: calc(100% - 120px)}
.bannertext .right{position: absolute;right: 0;bottom: 0;}
.banner_btn a{display: inline-block;width: 375px;height: 90px;line-height: 80px;text-align: center;background: url(../images/btn.png) no-repeat center center;background-size: 100% 100%;color: #fff;}



.mainbox{background:#4f78c1 url(../images/bg02.jpg) no-repeat;background-size: cover;min-height: 400px;padding-top: 70px;}
.pubbg{background: rgba(104,156,237,0.5);padding: 30px 70px;padding-bottom: 90px;margin-bottom: 70px;}
.pub_title{width: 431px;height: 118px; line-height: 118px;text-align: center;color: #fff; margin: auto;background: url(../images/title.png) no-repeat center center;background-size: 100% 100%;margin-bottom: 80px;}
.actice_intr h3{line-height: 1.3em;margin-bottom: 35px;}
.actice_intr dl{overflow: hidden;margin-bottom: 40px;}
.actice_intr dt{width: 50%;float: left;}
.indexbody .edit_con_original{color: #fff;}
.actice_intr dd{float: right;width: 45.6%;position: relative;}
.actice_intr dd img{width: 100%;}
.videoblank{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3)}
.videoblank i{color: #fff;font-size: 64px;color: #dfe6ee;}
.lightbox-noscrol{overflow-y:hidden;}
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;
}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:22px;}

.arrange{position: relative;}
.arrange ul{position: relative;}
.arrange .arrangeline{position: absolute;left: 50%; top:35px;margin-left: -1px; width:2px;height:calc(100% - 70px);background: #fff;}
.arrange li{position: relative;margin-bottom: 50px;}
.arrange dl{overflow: hidden;}

.arrange dt,.arrange dd{*margin-left: -1px;width: 50%;}
.arrange dt{float: right;}
.arrange dd{float: left;}
.arrange dd p{margin-right: 50px;text-align: right;line-height: 24px;padding-top: 20px;}
.arrange dt span{width: 300px;height: 71px;line-height: 57px;background: url(../images/time_bg01.png) no-repeat center center;background-size: 100% 100%;display: inline-block;text-align: center;margin-left: 50px;}
.cicle{width: 32px;height: 32px;position: absolute;left: 50%;top:14px;margin-left: -16px;}
.cicle img{width: 100%;}
.arrange li:nth-child(2n) dt span{background: url(../images/time_bg02.png) no-repeat center center;float: right;margin:0;float: right;margin-right: 50px;    background-size: 100% 100%;}
.arrange li:nth-child(2n) dd{float: right;}
.arrange li:nth-child(2n) dd p{margin: 0;margin-left: 50px;text-align: left;}
.arrange li:nth-child(2n) dt{float: left;}

.industry{overflow: hidden;}
.industry ul{overflow: hidden;margin: 0 -60px;}
.industry li{float: left;width: 33.33%;*margin-left: -1px;text-align: center;}
.industry li dl{padding: 0 60px;}
.industry dt{margin-bottom: 30px;text-align: center;}
.industry dd h3{margin-bottom: 20px;}
.industry dd p{line-height: 24px;}

.active_list li{margin-bottom: 20px;}
.active_list dt{background: #009ffb;border:1px solid #b5cbee;
transform:skewX(-20deg);
-webkit-transform:skewX(-20deg); 
-moz-transform:skewX(-20deg);

box-shadow: 5px 5px 0px 0px #1a5aba;
-webkit-box-shadow: 5px 5px 0px 0px #1a5aba;
-moz-box-shadow: 5px 5px 0px 0px #1a5aba;

}

.active_list dt h3{
	transform:skewX(20deg);
-webkit-transform:skewX(20deg); 
-moz-transform:skewX(20deg);
}
img{max-width: 100%;}
.ratio-img,.ratio-img img{width: 100%;}
.about_title{text-align: center;margin-bottom: 20px;line-height: 30px;}
.about_title img{vertical-align: middle;margin: 0 10px;}
.about_line{margin: 35px 0;}
.about_line img{width: 100%;}
.about_edit dl{overflow: hidden;padding-top: 10px;}
.about_edit dt{float: left;width: 53.8%;}
.about_edit dd{float: right;width: 42.8%;}

.center_edit{margin-bottom: 30px;}

.link_top{margin: 0 -16px;overflow: hidden;}
.index08 .about_title{text-align: left;}
.index08 .about_title img:first-child{margin-left: 0;}
.link_top .link_w{width: 33.33%;*margin-left: -1px;float:left;}
.link_box{padding:0 16px; overflow: hidden;padding-bottom: 50px;}
.linkimg ul{margin: 0 -10px;}
.linkimg li{float: left;width: 50%;*margin-left: -1px;}
.boxshaow{display: block;margin: 0 10px;border:1px solid #081f5e;box-shadow: 5px 5px 0px 0px #1a5aba;
    -webkit-box-shadow: 5px 5px 0px 0px #1a5aba;
    -moz-box-shadow: 5px 5px 0px 0px #1a5aba;}
.link_top .right .linkimg li,.link_top .left .linkimg li{width: 100%;float: none;}
.link_top .left .boxshaow>div{background: #fff;color: #001550;box-sizing: border-box;}
.guidance_list{padding:15px 30px;line-height:20px;box-sizing: border-box;height: 100%;overflow: hidden;}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #ccc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #009ffb !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #009ffb;
}

.link_bottom{display: table;width: 100%;}
.link_bottom ul{margin: 0 -10px;}
.link_bottom li{width: 16.66%;*margin-left: -1px;float: left;margin-bottom: 20px;}

.news_list li{line-height: 65px;border-bottom: 1px solid rgba(120,170,245,0.5);padding: 0 14px;}
.news_list li a{display: block;background: url(../images/newss_cicle.png) no-repeat 0 center;padding-left: 25px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index09 .pub_title{margin-bottom: 55px;}

.active_list dt{padding:15px 50px;}
.active_list dd{padding: 30px 50px;}
.active_list li:last-child{margin-bottom: 0;}
.active_list li:last-child dd{padding-bottom: 20px;}

.index10{margin-bottom: 0;}
.index10 .about_title{text-align: left;}
.index10 .about_title img:first-child{margin-left: 0;}

.about{overflow: hidden;position: relative;}
.about .left{float: left;width: 46%;}
.about .right{float: right;width: 46%;}
.enroll_p{line-height: 40px;}
.enroll_p a{color: #004dc0;}
.about_p ul{overflow: hidden;margin: 0 -10px;}
.about_p li{float: left;width: 50%;*margin-left: -1px;}
.about_p dl{padding: 0 10px;}
.about_p dt i{font-size: 35px;}
.about_p dt{width: 35px;height: 35px;margin-bottom: 15px;}
.about_p h3{margin-bottom: 10px;font-weight: bold;}
.about_p li:first-child a{color: #fff;}
.about_p a{color: #004dc0;}
.about_p .tel_link{cursor: default;color: #fff;}
.witeline{position: absolute;top:0;left: 50%;width: 1px;height: 100%;background: #fff;}

.footer{text-align: center;padding: 30px 0;}
.bah{margin: 0 25px 0 15px;}
.footer span{margin: 0 25px;}


@media only screen and (max-width:1720px) {
.banner{padding-top: 60px;}
.block01 h1{margin-bottom: 50px;}
.block01 h3{margin-bottom: 40px;}
}
@media only screen and (max-width:1660px) {
.block01 h2 {line-height: 82px;}
.block01 h2 span{width: 300px;height: 70px;line-height:70px;}
.industry dt img{width: 70%;}
}
@media only screen and (max-width:1440px) {
.block01 h1{margin-bottom: 30px;}
.block01 h2 {line-height:60px;margin-bottom: 15px;}
.block01 h2 span{height: 60px;line-height: 60px;}
.banner_btn a{width: 300px;height: 70px;line-height: 60px;}
.bannertext{padding-right: 350px;}
.pub_title{width: 350px;height: 100px;line-height: 100px;}
}
@media only screen and (max-width:1366px) {
.block01 h1 img{width: 240px;}
.block01 h3{margin-bottom: 30px;}
/*.bannertext{width: 90%;  box-sizing: border-box;}*/
.bannertext .left{width: 100%}
.industry li dl{padding: 0 20px;}
.industry ul{margin: 0 -20px;}
.block01 h2 span {
    height: 50px;
    line-height: 50px;
    width: 250px;
}
.block01 h2{line-height: 50px;}
}
@media only screen and (max-width:1200px) {
.banner{padding-top: 35px;}
.block01 h3{margin-bottom: 20px;}
.block01 h1{margin-bottom: 20px;}
.block01 h2{line-height: 56px;margin-bottom: 10px;}
.bannertext .left li:first-child{margin-bottom: 10px;}
}
@media only screen and (max-width:1024px) {
.mainbox{padding-top: 50px;}
.pubbg{margin-bottom: 50px;}
.block01>img{display: none;}
.banner{position: static;padding: 50px 0;}
.bannertext{width: 100%;    padding: 0;}
.bannertext .right{position: static;}
.banner_btn{margin-top: 20px;}
.banner_btn a{width: 200px;height: 60px;line-height: 50px;}
.pub_title{width: 280px;height: 80px;line-height: 80px;margin-bottom: 40px;}
.pubbg{padding: 30px;}
.arrange dt span{width: 220px;}
.active_list dt,.active_list dd{padding:15px;}
.active_list dt{margin-bottom: 10px;}


.actice_intr dt,.actice_intr dd{float: none;width: 100%;}
.actice_intr dt,.actice_intr dl{margin-bottom: 20px;}
.about_edit dt,.about_edit dd{float: none;width: 100%;}
.about_edit dt{margin-bottom: 20px;text-align: center;}

.link_top .link_w{float: none;width: 100%;}
.link_top .left .boxshaow>div{height: auto !important;}
.link_box{padding-bottom: 20px;}
.link_top .right .linkimg li{width:33.33%}
.linkimg li{width: 20%;}
.link_bottom li{width: 20%;}
.about .left,.about .right{float: none;width: 100%;}
.about .left{margin-bottom: 20px; padding-bottom: 20px;    border-bottom: 1px solid rgba(120,170,245,0.5);}
.witeline{display: none;}
.footer{line-height: 24px;}
.xhr,.footer em{display: block;}
.bah{margin: 0;margin-left: 5px;}
.block01 h2 span{font-size: 18px;}
.block01 h2 span {
    height: 40px;
    line-height: 40px;
    width: 190px;    margin-top: 8px;
}

}
.block01 .phone_time h2 span{display: none;}

@media only screen and (max-width:767px) {
.mainbox{padding-top: 30px;background: #4f78c1;}
.pubbg{padding: 30px 10px;margin-bottom: 30px;}
.index10{margin-bottom: 0;}
.pub_title{margin-bottom: 20px;}

.block01 h2 span{display: block;margin-left: 0;font-size: 16px;width:160px;height: 40px;line-height: 40px;}
.block01 h2{font-size: 30px;margin-bottom: 0;line-height: 46px;}
.block01 h2 span{display: none;}
.block01 .phone_time h2{margin-bottom: 10px;}
.block01 .phone_time h2 span{display: block;}
.block01 h3{font-size:20px;}
.bannertext .left{font-size: 14px;}
.bannertext dt,.bannertext dd{float: none;width: 100%;}
.bannertext dl{line-height: 24px;}
.banner_btn a{height: 50px;line-height: 40px;}
.block01 h1 img{width: 160px;}
.banner{padding: 20px 0;}
.block01 h1,.block01 h3{margin-bottom: 10px;}

.videoblank i{font-size: 44px;}
.industry li{float: none;width: 100%;margin-bottom: 20px; padding-bottom: 20px;   border-bottom: 1px dashed rgba(120,170,245,0.5);}
.industry li:last-child{border:0;padding-bottom: 0;margin-bottom: 0;}
.industry li dl{padding: 0;}
.industry ul{margin: 0;}
.industry dt img{width: 100px;}
.industry dt,.industry dd h3{margin-bottom: 10px;}
.arrange .arrangeline{display: none;}
.arrange dt span{margin: 0 !important;}
.arrange dt,.arrange li:nth-child(2n) dt span{float: left !important;}
.arrange dt, .arrange dd{float: none !important;width: 100%;overflow: hidden;}
.cicle{display: none;}
.arrange dd p,.arrange li:nth-child(2n) dd p{float: none;text-align: left;margin: 0;}
.arrange li:nth-child(2n) dt span,.arrange li dt span{background: none;background: #009ffb;height: 30px;line-height: 30px;border-radius: 20px;font-weight: normal;font-size: 14px;width: auto;padding: 0 20px;}
.arrange li{padding:20px 0;    border-bottom: 1px dashed rgba(120,170,245,0.5);margin-bottom: 0;}
.arrange li:last-child{border:0;}
.active_list dt, .active_list dd{padding: 10px;}
.active_list dt{
transform:skewX(-10deg);
-webkit-transform:skewX(-10deg); 
-moz-transform:skewX(-10deg);
}

.active_list dt h3{
  transform:skewX(10deg);
-webkit-transform:skewX(10deg); 
-moz-transform:skewX(10deg);
}
.link_top .right .linkimg li{width:100%}
.linkimg li{width: 50%;}
.link_bottom li{width: 50%;}
.about_title{margin-bottom: 20px;}
.link_box{padding-bottom: 40px;}
.index09 .pub_title{margin-bottom: 20px;}
.news_list{font-size: 14px;}
.news_list li{line-height: 50px;padding: 0;}
.news_list li a{padding-left: 15px;    background-size: 4px;}
.about_line{margin: 20px 0;}
.center_edit{margin-bottom: 20px;}
.about_p li{float: none;width: 100%;border-bottom: 1px dashed rgba(120,170,245,0.5);padding-bottom: 20px;margin-bottom: 20px;}
.about_p li:last-child{border:0;padding-bottom: 0;margin-bottom: 0;}
.about_title span{display: block;}
.index10 .about_title{margin-bottom: 10px;}
.footer span{margin: 0 5px;}
.footer{padding: 20px 0;font-size: 12px;line-height: 20px;}
.enroll_p{line-height: 24px;font-size: 14px;}
.about_p p{font-size: 14px;}

}

@media only screen and (min-width:1025px) {
	a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
 .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.news_list li a:hover{background: url(../images/newss_cicle_on.png) no-repeat 0 center;color: #004dc0;}
.about .tel_link:hover{opacity: 1;}
.about a:hover{opacity: 0.8;}
.banner_btn a:hover{opacity: 0.8}

.site_nav li:hover p{background: url(../images/sitebox.png) no-repeat;background-size: 100% 100%;    box-shadow: 4px 4px 0px 0px #1a5aba;
    -webkit-box-shadow: 4px 4px 0px 0px #1a5aba;
    -moz-box-shadow: 4px 4px 0px 0px #1a5aba;}
.site_nav li:hover p a{color: #fff;}
a.bah:hover,a.xhr:hover{color: #e4e1e1;}
.block01 h2 a:hover{opacity: 0.8}
.actice_intr dt a:hover{color: #004dc0;}
}



.carouer_b{overflow: hidden;background: #fff;padding: 56px 60px;background: url(../images/adv_bg.jpg) center no-repeat;background-size: cover;}
.carouer_b h2{float: left;width: 15%;color:#175dd5;font-weight: bold;}
.carouer_bm{float: right;width: 80%;}
.carouer_c{overflow: hidden;max-width: 1105px;margin: auto;}
.carouer_cl{float: left;width:calc(100% - 210px);position: relative; background: #000;    cursor: pointer;}
.carouer_cl em{display: block;overflow: hidden;}
.carouer_cl em img{width: 100%;}
.carouer_cl em video{width: 100%;height: 100%;object-fit: cover; }
.carouer_cl.on .carouer_cl_co{display: none;}
.carouer_cl_co i{color: #d4deea;font-size: 60px;}
.carouer_cl_co{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.46);cursor: pointer;display: none}
.carouer_cr{float: right;width: 210px;position: relative;height:100%;box-sizing:border-box; }
.imgbox{overflow: hidden;height: calc(100% - 40px);overflow: hidden;margin: 22px 0; padding-left: 10px;}
.carouer_cr ul{position: relative;}
.carouer_cr ul li{position: relative;cursor: pointer;}
.carouer_cr ul li em{display: block;overflow: hidden;width: 100%;height: 98%;box-sizing:border-box;margin: 0 1%;    position: relative;}
.carouer_cr ul li em img{width: 100%;min-height: 100%;}
.carou_li_co{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.carouer_cr ul li em:after{content:""; background:rgba(0,0,0,0.5);position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.carouer_cr ul li.on .carou_li_co{background: none;box-sizing: border-box;border: 3px solid #0063ff;cursor: default;}
.carouer_cr ul li.on em:after{display: none;}
.carouer_cr ul li .carou_li_co b{display: none; position: absolute;left: -20px;top: 50%;margin-top: -10px; border-right: 10px solid #0063ff;border-left: 10px solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.carouer_cr ul li.on .carou_li_co b{display: block;}
.carou_prev{position: absolute;width: calc(100% - 10px);height: 20px;top: 0;right: 0;background:#0079e0 url(../images/top.png) center no-repeat;z-index: 5;}
.carou_next{position: absolute;width: calc(100% - 10px);height: 20px;bottom: 0;right: 0;background:#0079e0 url(../images/bottom.png) center no-repeat;z-index: 5;}
.carou_prev.disabled{background: #8baee5 url(../images/top_dis.png) center no-repeat;cursor: default;}
.carou_next.disabled{background: #8baee5 url(../images/bottom_dis.png) center no-repeat;cursor: default;}
.carou_prev i,.carou_next i{display: none;}
@media only screen and (max-width: 767px) {
  .carouer_b h2{float: none;width: 100%;margin-bottom: 20px;}
  .carouer_bm{width: 100%;float: none;}
  .carouer_b{padding: 30px;}
  .imgbox{margin: 0;margin-top: 10px;padding: 0;}
}
@media only screen and (max-width: 767px) {
  .album_tit_cot{font-size: 20px;}
  .album_tit_cot em{font-size: 40px;}
  
  .carouer_cl{float: none;width: 100%;}
  .carouer_cr{float: none;width: 100%;}
  .carouer_cr ul{overflow: hidden;}
  .carouer_cr ul li{float: left;width: 33.33%;}
  .carouer_cr ul li .carou_li_co b{left: 50%;margin-top: 0;top: -20px;margin-left: -10px;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid #0063ff;}
  .carouer_c{height: auto!important;}
  .carou_prev{position: absolute;width: 24px;height: 100%;top: 0;left: 0;z-index: 5;}
  .carou_next{position: absolute;width: 24px;height: 100%;bottom: 0;left: auto;right:0;z-index: 5;}
  .carou_prev.disabled i{opacity: 0.4}
  .carou_next.disabled i{opacity: 0.4}
.carou_next{background:rgba(0,159,251,0.5) !important;}
.carou_prev{background:rgba(0,159,251,0.5) !important;}
.carou_prev i,.carou_next i{color: #fff;display: block;}

}



.fixedmeau{display: block !important;}
.site_nav.curshow{display: none !important;}
.site_nav{position: fixed;bottom:20%;right:10px;width: 186px;display: none;box-sizing:border-box;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;z-index: 99;}
.site_nav.cur{right: -186px;}
 .site_close{position: absolute;top:-30px;right:20px;    font-size: 18px;  color: #0055b4;cursor: pointer;font-size: 20px !important;}
 .site_open{position: absolute;left: -36px; top:50%; margin-top: -15px; background:#0055b4;color: #fff;text-align: center; width: 36px;height: 30px;line-height: 30px;cursor: pointer;display: none; }
.site_nav p{position: relative;height: 40px;line-height: 40px;border-radius: 20px;background: rgba(255,255,255,0.38);}
.site_nav p a{display: block;color: #003087;text-align: center;}
.site_nav li{margin-bottom: 10px;}
.site_nav li i{display: block;width: 5px;height: 5px;background: #c2c2c2;border-radius: 50%;position: absolute;left: -3px;top:50%;margin-top: -2px;}
.site_nav li:last-child{margin-bottom: 0;}
.site_nav li.active p{background: url(../images/sitebox.png) no-repeat;background-size: 100% 100%;    box-shadow: 4px 4px 0px 0px #1a5aba;
    -webkit-box-shadow: 4px 4px 0px 0px #1a5aba;
    -moz-box-shadow: 4px 4px 0px 0px #1a5aba;}
.site_nav li.active p a{color: #fff;}
@media only screen and (max-width:1740px) {
.site_nav p{background: rgba(255,255,255,0.85);}
}
@media only screen and (max-width:1440px) {
.site_nav p{height: 30px;line-height: 30px;}
}
@media only screen and (max-width:1024px) {
.site_nav{bottom: 100px;}
.site_nav{right: -186px;}
 .site_open{display: block;}
.site_nav.cur{right: 0;}
}
@media only screen and (max-width:767px) {
.site_nav p{height: 32px;line-height: 32px;}
.site_nav{width: 120px;right: -120px}
.site_nav.cur{right: 0px;}
}





