/* CSS Document */
*,::before,::after{ margin:0; padding:0 ; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body,ul,ol,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,p,input,select,textarea,a, em, img,strong, b, u, i,fieldset, label, legend,table,td, caption, tbody, tfoot, thead, tr, th, article, aside, canvas,figure, figcaption, footer, header, hgroup,nav,section,audio, video
{ margin:0; padding:0 ; font-size:16px; font-weight:normal; font-style:normal;}
ul,ol,li{ list-style:none;}
img{ border:0 none; vertical-align:middle;}
table ,td{border-collapse:collapse;border-spacing:0; }
input, select, textarea, button {outline:none;}
textarea{resize:none;}
a{text-decoration:none;}
/*a:link,a:active,a:visited{ text-decoration:none;color:#404040; }
a:hover{color:#404040;text-decoration:none;}*/
::-moz-selection { color: #fff; background-color: #1f8fcf;}
::selection { color: #fff; background-color: #1f8fcf;}  
.clearfix:after{ clear:both; content:''; display:block; height:0; line-height:0; visibility:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.w{ width:1200px; margin:0 auto;}
body{font-family: "微软雅黑", Arial;font-size:16px; color:#333333; background:#fff;}
::-webkit-scrollbar {height:7px;width:7px}
::-webkit-scrollbar-button {height:0;width:0}
::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.23)}
::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.35)}
::-webkit-scrollbar-thumb:active {background-color:rgba(0,0,0,.45)}
/*topbar*/
.topbar{width: 100%;height: 36px;background-color: #222222;font: 14px/36px 'Microsoft Yahei';color: #fff;overflow: hidden;}
.topbar .wap{height: 36px;display: block;background: url(../images/index/ico1.png) no-repeat left center;font: 14px/36px 'Microsoft Yahei';color: #fff;padding-left: 20px;}
.topbar .huanyingyu{padding-left: 16px;}

/*header*/
header{height: 80px;}
header h1{width: 440px;}

/*nav*/
.nav_box{width: 1200px;height: 60px;background-color: #004bc9;margin:0 auto;}
.nav_box nav{height: 60px;position: relative;}
.nav_box nav .major{width: 240px;padding-left: 26px;background: #003287 /*url(../images/index/ico2.png) no-repeat 188px center*/;font:bold 18px/60px 'Microsoft Yahei';color: #fff;cursor: pointer;position: relative;}
.nav_box nav .major .jiantou{width: 23px;height: 14px;position: absolute;top:23px;left: 188px; animation: bounce 2s infinite;}
.nav_box nav .major .jiantou img{display: block;}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.nav_box nav .major_list{width: 240px;height: 400px;background-color: #004bc9;position: absolute;left: 0;top:60px;z-index: 999999;display: none;}
.nav_box nav .major_list .kc_tit{width: 100%;height: 34px;display: block;background-color: #fff;font: bold 16px/34px 'Microsoft Yahei';padding-left: 34px;color: #004bc9;}
.nav_box nav .major_list .kc_con a{display: block;font-size: 14px;padding-left: 34px;color: #fff; height: 33px;line-height: 33px;}
.nav_box nav .major_list .kc_con:hover a{background-color:#f23921; }
.nav_box nav ul li{float: left;line-height: 60px;width: 116px;}
.nav_box nav ul li a{color: #fff;}
.nav_box nav .menu{position: relative;}
.nav_box nav .menu .zhanwei{width: 26px;height: 60px;visibility: hidden;float: left;}
.nav_box nav .back{height: 3px;background-color: #fff;position: absolute;bottom: 0px;left: 26px;width: 60px;}

/*---banner ---*/
.fullSlide {width: 1200px;height:400px;position:relative;margin:0 auto;}
.fullSlide .bd {width: 100%;height:100%;margin:0 auto;position:relative;z-index:0;overflow:hidden;background-color:#f8f8f8;}
/*.fullSlide .bd img{height: auto;vertical-align: middle;position:absolute;left: 50%;transform: translate(-50%, 0);}*/
.fullSlide .hd {width:1200px;position:absolute;bottom:60px;left:50%;transform: translateX(-50%);height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {width:120px;height:25px;line-height:25px;margin:1px;overflow:hidden;text-align:center;color:#3a3a3a;font-size:12px;cursor:pointer;display:inline-block;*display:inline;background:#f8f8f8;zoom:1;border-right:1px solid #ccc;}
.fullSlide .hd ul li.on {background:#666;color:#fff;}
.fullSlide .next,.fullSlide .prev{position:absolute;top:0;bottom:0;z-index:10;display:block;margin:auto;width:40px;height:65px;background:#004bc9;color:#e6ecef;text-align:center;font-weight:700;font-size:30px;font-family:simsun;line-height:65px;opacity:0;filter:opacity(0);filter:alpha(opacity=0);cursor: pointer;}
.fullSlide:hover .next,.fullSlide:hover .prev {opacity:.8;filter:opacity(.8);filter:alpha(opacity=80)}
.fullSlide .prev {left:20px}
.fullSlide .next {right:20px}


/*banner*/
/*#banner {width: 100%;height: 510px;}
#banner .banner-swiper1 .swiper-slide a {position: relative;width: 100%;height: 100%;display: block;overflow: hidden;}
#banner .banner-swiper1 .swiper-slide img {height: auto;vertical-align: middle;position:relative;left: 50%;transform: translate(-50%, 0);}
#banner .banner-swiper1 .swiper-pagination1 {position: absolute;height: 3em;width:100%;bottom: 0.4em;z-index:100;}
#banner .swiper-pagination1 .swiper-pagination-bullet {	display: inline-block;height:20px;width:20px;border-radius:50%;margin-right: 1em; border:1px solid #FFF}
#banner .swiper-pagination1 .swiper-pagination-bullet-active {background: #fff;}*/

#banner {width: 1200px;height: 400px;margin:0 auto;}
#banner .banner-swiper1 .swiper-slide a {position: relative;width: 1200px;height: 400px;display: block;overflow: hidden;}
#banner .banner-swiper1 .swiper-slide img {display: block;}
#banner .banner-swiper1 .swiper-pagination1 {position: absolute;height: 20px;bottom:25px;z-index:100;text-align: right;padding-right: 20px;}
#banner .swiper-pagination1 .swiper-pagination-bullet { display: inline-block;height:15px;width:15px;border-radius:50%;background-color: #fff;opacity: 1;}
#banner .swiper-pagination1 .swiper-pagination-bullet-active {background: red;}
.swiper-button-next, .swiper-button-prev{width: 60px !important;height: 60px !important;}

/*shipin*/
.shipin ul li{width: 285px;float: left;margin-left: 20px;cursor: pointer;}
.shipin ul li:first-child{margin-left: 0;}
/*.shipin ul li video{width: 100%}*/
.shipin ul li p{line-height: 40px;text-align: center;font-size: 16px;color: #666;}
.shipin ul li .pic{position: relative;overflow: hidden;}
.shipin ul li .pic img{transition: all .5s;}
.shipin ul li .pic:hover img{transform: scale(1.1);}
.shipin ul li .pic .bfbtn{position: absolute;left: 10px;bottom: 10px;}

.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-400px; margin-top:-240px; z-index:99999; width:800px; height:450px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }

/*renqun*/
.renqun{margin:20px 0 0 0;}
.renqun ul li{width: 285px;height: 150px;float: left;margin-left: 20px;transition: all .2s linear;position: relative;}
.renqun ul li a{display: block;color: #fff;}
.renqun ul li p{position: absolute;bottom: 10px;left: 20px;letter-spacing: 1px;}
.renqun ul li:nth-child(1){margin-left: 0;}
.renqun ul li:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);transform: translate3d(0,-4px,0);}

.ggt{width: 1200px;height: 100px;display: block;margin:30px auto 0;}
/*hotmajor*/
/*.hotmajor{overflow: hidden;}*/
h2{font-size: 28px;font-weight: bold;color: #333333;position: relative;padding-left: 24px;margin:14px 0 10px;}
h2:after{width:5px;height: 28px;content: "";background-color: #004bc9;position: absolute;left: 0;top:50%;transform:translateY(-50%);}
h2 .more{width: 100px;height: 28px;border: 1px solid #004bc9;font: 14px/28px 'Microsoft Yahei';text-align: center;color: #004bc9;position: absolute;right: 0;top:50%;transform: translateY(-50%);border-radius: 5px;transition:all .5s;}
h2 .more:hover{background-color: #004bc9;color: #fff;border-radius: 5px;}
.hotmajor .major_l{width: 830px;height: 540px;position: relative;}
.hotmajor .major_l li{width: 270px;height: 265px;float: left;margin-left: 10px;margin-bottom: 10px;}
.hotmajor .major_l li .pic{width: 100%;height: 173px;cursor: pointer;position: relative;}
.hotmajor .major_l li p{width: 100%;height:63px;padding: 10px 0 0 10px;font-size: 18px;font-weight: bold;}
.hotmajor .major_l li p span{font-weight: normal;font-size: 14px;}
.hotmajor .major_l li .pic .bfbtn{position: absolute;left: 10px;bottom:10px;}
.hotmajor .major_l li:nth-child(1),.hotmajor .major_l li:nth-child(4){margin-left: 0;}
.hotmajor .major_l li .zx{width: 100%;height: 28px;background: url(../images/index/zxbg1.jpg) no-repeat center;color: #fff;line-height: 28px;padding-left: 26px;}
.hotmajor .major_l li .zx span{font-style: italic;margin:0 10px;color: yellow;font-weight: bold;font-size: 20px;}

.hotmajor .major_r{width: 300px;height: 540px;}
.hotmajor .major_r .major_zx{width: 100%;height: 190px;}
.hotmajor .major_r .major_zx li a{width: 90px;height: 90px;display: block;float: left;margin-left: 15px;margin-bottom: 10px;text-align: center;padding-top: 60px;color: #fff;transition: all .2s linear;}
.hotmajor .major_r .major_zx li:hover a{box-shadow: 5px 5px 10px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);transform: translate3d(0,-4px,0);}
.hotmajor .major_r .major_zx li:nth-child(1) a{background: #f26a5c url(../images/index/ico7.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(2) a{background: #fbb75a url(../images/index/ico8.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(3) a{background: #4bd490 url(../images/index/ico9.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(4) a{background: #46b4ff url(../images/index/ico10.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(5) a{background: #f26a5c url(../images/index/ico11.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(6) a{background: #fbb75a url(../images/index/ico12.png) no-repeat center 14px;}
.hotmajor .major_r .major_zx li:nth-child(1) a,.hotmajor .major_r .major_zx li:nth-child(4) a{margin-left: 0;}
.hotmajor .major_r .major_video{width: 100%;height: 200px;margin-top: 30px;cursor: pointer;}
.hotmajor .major_r .major_video img{display: block;}
.hotmajor .major_r .major_video .major_video_jianjie{width: 100%;height: 40px;background-color: #004bc9;font:bold 18px/40px 'Microsoft Yahei';text-align: center;color: #fff; }
.hotmajor .major_r .major_tel{margin-top: 10px;}
/*jihua*/
.jihua{background-color: #ecf3ff;margin-top: 50px;overflow: hidden;padding-bottom: 50px;}
.jihua .bm_box{width: 100%;height: 180px;border: 2px solid #f23921;overflow: hidden;}
.jihua .bm_box .bm_banner{width: 292px;}
.jihua .bm_box .bm_banner img{display: block;}
.jihua .bm_box .bm_dongtai{width: 896px;overflow: hidden;}
.jihua .bm_box .bm_dongtai li{float: left;;}

.jihua .xinzi_box{margin-top: 40px;}
.jihua .xinzi_box_l .ul_tit{width: 800px;height: 60px;background-color: #001943;}
.jihua .xinzi_box_l .ul_tit .ul_li{width: 18%;float: left;text-align: center;font: 18px/60px 'Microsoft Yahei';color: #fff;}
.jihua .xinzi_box_l .ul_tit .ul_li:nth-child(1){width: 28%}
.jihua .xinzi_box_l ul{width: 800px;height: 280px;border-top:0 none;overflow: hidden;}
.jihua .xinzi_box_l ul li{height: 40px;cursor: pointer;overflow: hidden;}
.jihua .xinzi_box_l ul li span{width: 18%;height: 40px;display: block;float: left;font: 14px/40px 'Microsoft Yahei';text-align: center;color: #555555;}
.jihua .xinzi_box_l ul li span:nth-child(1){width: 28%}
.jihua .xinzi_box_l ul li:nth-child(2n){background-color: #d7e6ff;}
.jihua .xinzi_box_l ul li span:last-child{width: 80px;height: 26px;color: #004bc9;border: 1px solid #004bc9;border-radius: 3px;font: 14px/26px 'Microsoft Yahei';margin:7px 0 0 34px;}
.jihua .xinzi_box_l ul li:hover span:last-child{background-color: #004bc9;color: #fff;}
.jihua .xinzi_box_r{width: 360px;}
.jihua .xinzi_box_r .form_tit{width: 100%;height: 44px;background-color: #001943;color: #fff;text-align: center;font: 16px/44px 'Microsoft Yahei';margin-top: 10px;}
.jihua .xinzi_box_r .form_group{width: 100%;height: 38px;border: 1px solid #114aa1;margin-top: 10px;overflow: hidden;}
.jihua .xinzi_box_r .form_group label{width:40px;height: 100%;display: block;background: url(../images/index/form_name.png) no-repeat center;position: relative;float: left;}
.jihua .xinzi_box_r .form_group2 label{background: url(../images/index/form_tel.png) no-repeat center;}
.jihua .xinzi_box_r .form_group label:after{width: 1px;height: 14px;background-color: #b2b2b2;content: "";display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.jihua .xinzi_box_r .form_group input{width: 310px;height: 100%;border: 0 none;font-size: 14px;color: #999999;float: right;background-color: transparent;}
.jihua .xinzi_box_r button{width: 100%;height: 40px;border: 0 none;display: block;background-color: #004bc9;font-size: 16px;margin-top: 10px;color: #fff;cursor: pointer;}
/*jihua1*/
.jihua1_bg {width: 100%;height: auto;overflow: hidden;margin-top: 50px;}
.jihua1_bg img {display: block;width: 100%;}
.cl20 {
    clear: both;
    margin: 0px auto;
    height: 20px;
}
.cl50 {
    clear: both;
    margin: 0px auto;
    height: 50px;
}
.tyong{width:400px;height:auto;margin:0px auto;text-align:center;margin-top:20px;}
.tyong h2{font-size:36px;font-family:'微软雅黑',arial;height:50px;line-height:50px;color:#000;font-weight:400;}
.tyong p{font-size:24px;font-family:'微软雅黑',arial;height:30px;line-height:30px;color:#cccccc;margin-top:5px;font-weight:0;}
.tyong2{width:700px;height:auto;margin:0px auto;text-align:center;margin-top:50px;}
.tyong2 .h2{font-size:36px;font-family:'微软雅黑',arial;height:80px;line-height:80px;font-size:40px;color:#fff;font-weight:400;}
.tyong2 p{font-size:24px;font-family:'微软雅黑',arial;width:285px;display:block;height:45px;line-height:45px;color:#fff;margin-top:5px;border:1px solid #ccc;}
.bmline{width:90px;border-top:1px solid #ccc;margin-top:25px;}
.bmdt{width:100%;float:left; margin-top:0px;}
.slideTxtBox{ width:1200px; border:1px solid #fff; text-align:left;  }
.slideTxtBox .hd{ height:35px;line-height:35px; background:#f4f4f4;padding:0 10px 0 20px;border-bottom:2px solid #74D3E7;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:35px;   }
.slideTxtBox .hd ul li{float:left; width:138px; height:35px; font-family:"微软雅黑"; font-size:16px; letter-spacing:1.5px; line-height:34px; text-align:center; color:#74D3E7;cursor:pointer;  }
.slideTxtBox .hd ul li.on{ background:#74D3E7;color:#FFF; }
.slideTxtBox .bd ul{ padding:5px;  zoom:1;  height:65px;}
.slideTxtBox .bd li{ width:125px;height:30px;line-height:30px; float:left;margin-left:20px; }
.slideTxtBox .bd li a{ height:30px;float:left;display:inline;width:125px;height:30px;font-family: "微软雅黑";font-size: 14px;text-decoration:none;}
.slideTxtBox .bd ul span{margin-right:9px;margin-left:9px;font-family:"微软雅黑"; font-size:14px;line-height:30px;}


.baner2 {overflow:hidden;height:480px;border-radius:5px;behavior: url(http://www.hnxhdn.com/PIE/PIE.htc);}
.baner2 h2 {color:#FF6;margin-top:0px;height:40px;line-height:60px;text-align:center;background:#F90;}
#demoo {height:400px;overflow:hidden;border:#000 1px solid;border-top:none;border-left:none;}
.baner2 table {border-collapse:collapse;font-size:16px;}
.baner2 table.taa {border-right:#000 1px solid;width:100%;border-bottom:#000 1px solid;}
.baner2 table.taa tr td {width:35%;}
.baner2 table.taa tr td:nth-child(5),.baner2 table.taa tr td:nth-child(4),.baner2 table.bom tr td:nth-child(5),.baner2 table.bom tr td:nth-child(4) {width:22%;}
.baner2 table.taa tr td:nth-child(7),.baner2 table.bom tr td:nth-child(7) {width:15%;}
.baner2 table.taa tr td:nth-child(2),.baner2 table.bom tr td:nth-child(2) {width:15%;}
.baner2 table.bom {color:#fff;width:100%;}
.baner2 table.bom tr td {width:35%;border-bottom:#000 1px solid;}
.baner2 table tr.tra td {border-collapse:collapse;}
.baner2 table td {height:50px;border-left:#000 1px solid;border-collapse:collapse;}
.baner2 table  a{color:#fff;}
.baner2 table tr:hover{background:#F90;}
.baner2 table tr:hover{color:#fff;}
.tm01{background:url(../images/index/tm01.png) repeat;}
.tm02{background:url(../images/index/tm02.png) repeat;}
.tm03{background:url(../images/index/tm03.png) repeat;color:#fff;}
.color1{background:#347bbb}
.color2{background:#ee7800}
.color3{color:#000}
.color4{color:#fff}
.bton{width:185px;height:55px;display:block;line-height:55px;text-align:center;font-size:18px;}
.bton:hover{width:185px;height:55px;display:block;background:#ee7800;color:#fff;}
.bton2{width:185px;height:55px;display:block;line-height:55px;text-align:center;font-size:18px;color:#fff;background:#0573aa;}
.bton2:hover{width:185px;height:55px;display:block;background:#ee7800;color:#fff;}
.bd1{border:1px solid #000;border-radius:5px;}
.bd2{border:1px solid #fff;border-radius:5px;}
.bd3{border:1px solid #0573aa;border-radius:5px;}
/*liaojie*/
.liaojie h2 .tabs{position: absolute;/*width: 190px;*/height: 28px;top: 50%;transform: translateY(-50%);left: 200px;}
.liaojie h2 .tabs .tab{width: 78px;height: 100%;font: 14px/28px 'Microsoft Yahei';background-color: #ecf3ff;color: #004bc9;cursor: pointer;text-align: center;float: left;margin-left: 30px;}
.liaojie h2 .tabs .tab.active{background-color: #004bc9;color: #fff;}
.liaojie .cons{/*margin-top: 40px;*/display: none;}
.liaojie .cons.active1{display: block;}
.liaojie .cons img{display: block;cursor: pointer;}
.liaojie .cons .con_l{width: 486px;height: 406px;position: relative;}
.liaojie .cons .con_l .bfbtn{position: absolute;bottom: 10px;left: 10px;}
.liaojie .cons .con_l img{cursor: pointer;}
.liaojie .cons .con_l p{position: absolute;width: 100%;height: 20px;background-color: rgba(0,75,201,.4);left: 0;bottom: 0;text-align: center;line-height: 20px;color: #fff;font-size: 14px;}
.liaojie .cons .con_r{width: 700px;height: 406px;overflow: hidden;}
.liaojie .cons .con_r .con{width: 224px;height: 196px;float: left;margin-left: 14px;margin-bottom:14px;position: relative;}
.liaojie .cons .con_r .con .bfbtn{position: absolute;bottom: 10px;left: 10px;}
.liaojie .cons .con_r .con:nth-child(1),.liaojie .cons .con_r .con:nth-child(4){margin-left: 0;}
.liaojie .cons .con_r .con p{position: absolute;width: 100%;height: 20px;background-color: rgba(0,75,201,.4);left: 0;bottom: 0;text-align: center;line-height: 20px;color: #fff;font-size: 14px;}
/*就业学子*/
.jiuyexz{/*margin-top: 40px;*/}

.jiuyexz img{display: block;cursor: pointer;}
.jiuyexz .con_l{width: 486px;height: 406px;position: relative;}
.jiuyexz .con_l .bfbtn{position: absolute;bottom: 10px;left: 10px;}
.jiuyexz .con_l img{cursor: pointer;}
.jiuyexz .con_l p{position: absolute;width: 100%;height: 20px;background-color: rgba(0,75,201,.4);left: 0;bottom: 0;text-align: center;line-height: 20px;color: #fff;font-size: 14px;}
.jiuyexz .con_r{width: 700px;height: 406px;overflow: hidden;}
.jiuyexz .con_r .con{width: 224px;height: 196px;float: left;margin-left: 14px;margin-bottom:14px;position: relative;}
.jiuyexz .con_r .con .bfbtn{position: absolute;bottom: 10px;left: 10px;}
.jiuyexz .con_r .con:nth-child(1),.jiuyexz .con_r .con:nth-child(4){margin-left: 0;}
.jiuyexz .con_r .con p{position: absolute;width: 100%;height: 20px;background-color: rgba(0,75,201,.4);left: 0;bottom: 0;text-align: center;line-height: 20px;color: #fff;font-size: 14px;}


/*baozhang*/
.baozhang {
  width: 1200px;
  height: 470px;
  overflow: hidden;
  background: #ccc;
  position: relative;
  margin:20px auto 0;
}

.baozhang .baozhang-musk {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
}

.baozhang .baozhang-content {
  width: 1200px;
  position: relative;
  height: 425px;
  margin: 0 auto;
  z-index: 19
}

.baozhang .baozhang-content .baozhang-content-mk {
margin:46px auto 0;
text-align: center;
}


.baozhang video {
  position: absolute;
    width: 1920px;
    left: 50%;
    top: -260px;
    margin-left: -960px;
}

/*news*/
.news{}
.news h2{margin: 14px 0 10px;}
.news h2 .tabs{position: absolute;width: 190px;height: 28px;top: 50%;transform: translateY(-50%);left: 166px;}
.news h2 .tabs .tab{width: 78px;height: 100%;font: 14px/28px 'Microsoft Yahei';background-color: #ecf3ff;color: #004bc9;cursor: pointer;text-align: center;}
.news h2 .tabs .tab.active{background-color: #004bc9;color: #fff;}
.news .wenti{width: 430px;height: 100%;overflow: hidden;}
.news .wenti ul li{width: 100%;padding: 8px 0 6px 0;border-bottom:1px dashed #999999; }
.news .wenti .wen .wen_ico{width: 18px;height: 18px;background-color: #004bc9;text-align: center;color: #fff;font: 14px/18px 'Microsoft Yahei'}
.news .wenti .wen .wen_con{font:bold 18px/18px 'Microsoft Yahei';color: #004bc9;margin-left: 12px;}
.news .wenti .da{margin-top: 10px;}
.news .wenti .da .da_ico{width: 18px;height: 18px;background-color: #f23921;text-align: center;color: #fff;font: 14px/18px 'Microsoft Yahei'}
.news .wenti .da .da_con{width: 400px;font:14px/24px 'Microsoft Yahei';color: #666666;margin-left: 12px;float: left;margin-top: -4px;}
.news .dongtai{width: 730px;height: 100%;overflow: hidden;}
.news .dongtai .cons{display: none;}
.news .dongtai .cons.active1{display: block;}
.news .dongtai ul li:nth-child(1){width: 100%;height: 180px;border-bottom: 0 none;}
.news .dongtai ul li:nth-child(1) a{width: 100%;height: 180px;display: block;}
.news .dongtai ul li:nth-child(1) .pic{width: 300px;height: 180px;}
.news .dongtai ul li:nth-child(1) .news_con_box{width: 400px;}
.news .dongtai ul li:nth-child(1) .news_con_box .news_tit{font: bold 18px "Microsoft Yahei";color: #004bc9;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 0;}
.news .dongtai ul li:nth-child(1) .news_con_box .news_con{font: 14px/24px 'Microsoft Yahei';color: #666666;margin:10px 0 10px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;margin-left: 0;}
.news .dongtai ul li:nth-child(1) .news_con_box .news_time{font:bold 14px 'Microsoft Yahei';color: #004bc9;margin-left: 0;}
.news .dongtai ul li{width: 100%;height: 40px;line-height: 40px;border-bottom: 1px dashed #999999;color: #444444;}
.news .dongtai ul li:nth-child(2){display: none;}
.news .dongtai ul li:nth-child(3){margin-top: 15px;}
.news .dongtai ul li .sanjiao{display: block;width: 0;height: 0;border:10px solid transparent;border-left-color:#004bc9;margin-top: 10px;}
.news .dongtai ul li .news_tit,.news .dongtai ul li .news_time{font-size: 14px;color: #444444;margin-left: 8px;}
/*student*/
.student {width: 1200px;background-color: #ecf3ff;overflow: hidden;padding-bottom: 10px;margin:0 auto;}
.student .stu_con{width: 100%;height: 390px;}
.student .stu_con li{width: 220px;height: 330px;float: left;margin-left:25px; }
.student .stu_con li:nth-child(1){margin-left: 0;}
.student .stu_con li:nth-child(2),.student .stu_con li:nth-child(4){margin-top: 40px;}
.student .stu_con li img{display: block;}
.student .stu_con li .con{width: 100%;height: 80px;padding: 10px 0 0 15px;background-color: #1c3157;color: #fff;font-size: 18px;line-height: 28px;}
.student .stu_con li .con span{font-size: 18px;}
/*hezuo*/
.flex{display: flex;justify-content: space-between;}
.hezuo{padding-bottom: 30px;/*background: url(http://www.bf-zhengzhou.com/zt/xxjj/images/xy_bg.jpg) no-repeat center;*/overflow: hidden;}
.hezuo tr td{padding-bottom: 10px;}
/*.hezuo h2{color: #fff;}
.hezuo h2:after{background-color: #fff;}
.hezuo h2 .more{border:1px solid #fff;color: #fff;}*/
/*.hezuo ul li{width: 285px;height: 200px;background-color: #0c22ce;float: left;margin-left:20px;margin-top: 20px;overflow: hidden;}*/
/*.hezuo ul li:nth-child(1),.hezuo ul li:nth-child(5){margin-left: 0;}*/
/*.hezuo ul li img{display: block;margin:5px 7.5px;}*/
.hezuo ul{flex-wrap: wrap;margin-top: 40px;}
.hezuo ul li{margin-bottom: 16px;}
/*footer*/
footer{width: 1200px;height:324px;background: url(../images/index/foot_bg.jpg) no-repeat center;padding: 50px 0;margin:0 auto;}
footer .foot_l{width: 386px;padding-left: 20px;}
footer .foot_l .foot_tel{height: 60px;margin-top: 26px;color: #fff;line-height: 24px;}
footer .foot_l .foot_adress{height: 60px;margin-top: 26px;color: #fff;line-height: 24px;}
footer .foot_l .foot_tel .tel{font-size: 14px;margin:8px 0 0 14px;}
footer .foot_l .foot_tel .tel span{font-size: 18px;font-weight: bold;}
footer .foot_l .foot_adress .adress{font-size: 14px;margin:8px 0 0 14px;}
footer .foot_l .foot_adress .adress span{font-size: 18px;font-weight: bold;}
footer .foot_r{width: 780px;}
footer .foot_r li{float: left;}
footer .foot_r li .li_tit{font-size: 16px;font-weight: bold;color: #fff;margin-bottom: 34px;}
footer .foot_r li a{display: block;color: #fff;font-size: 14px;margin-top: 14px;}
footer .foot_r li:nth-child(2){margin-left: 120px;}
footer .foot_r li:nth-child(3){margin-left: 134px;}
footer .foot_r li:nth-child(4){margin-left: 66px;}
/*beian*/
.beian{width: 1200px;height: 50px;background: url(../images/index/beian_bg.jpg) no-repeat center;text-align: center;color: #fff;line-height: 50px;font-size: 12px;margin:0 auto 80px;}
/*video*/
.x-qz-v-box {position:fixed;left:0;top:0;width:100%;height:100%;z-index:201806025;display:none;}
.x-qz-v-box .mask {position:absolute;width:100%;height:100%;background:#000;opacity:0.6;left:0;top:0;cursor:pointer;}
.x-qz-v-box .x-v-con {width:100%;max-width:640px;margin:0 auto;position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);}
.x-qz-v-box .x-v-con .close{position: absolute;top:-50px;right: -50px;cursor: pointer;}
.x-qz-v-box .x-v-con video {display:block;width:100%;}


/*xz*/
.InformationInfo {
  float: left;
    /*width: 30%;*/
    width: 362px;
    /*margin-right: 2%;*/
    /*height: 522px;*/
    /*background: url(images/Information-content-bg.png) no-repeat;*/
    border:1px solid #C1C1C1;
}
.InformationInfo h5{
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.InformationInfo ul{
  padding:0 15px;
}
.InformationInfo li{
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 12px;
    border-top:1px dashed #C1C1C1;
}
.InformationInfo li p{
    float: left;
    text-align: center;
font-size: 14px;
}
.InformationInfo ul:nth-child(1) li:nth-child(1){
    font-size: 16px;

}
.InformationInfo ul:nth-child(1) p{
    border-bottom: 1px solid #b8b8b8;
}
.InformationInfo ul li>p:nth-child(1){
    width: 40%;
}
.InformationInfo ul li>p:nth-child(1){
  /*color: #EAAE32;*/
  color: red;
}
.InformationInfo ul li>p:nth-child(2) {
    width: 20%;
}
.InformationInfo ul li>p:nth-child(3) {
    width: 40%;
}
.InformationInfo .scroll_btn{
  
}
.InformationInfo .scroll_btn a{
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 2.8;
}
.InformationInfo .scroll_btn .orange_btn{
  width: 70%;
  /*background: #FFBA91;*/
  background-color: #004bc9;
  float: left;
}
.InformationInfo .scroll_btn .yellow_btn{
  width: 30%;
  /*background: #FC5B32;*/
  background-color: #e8263e;
  float: right;
}
