@charset "utf-8";
* { padding: 0; margin: 0; }
li { list-style: none; }
img { border: 0; }
a { text-decoration: none; color: #000; outline: none; }
body { position: relative; max-width: 1920px; min-width: 1320px; margin: 0 auto; font-family: "Microsoft yahei"; }
input { border: 0; outline: none; }
.fl { float: left; }
.fr { float: right; }
.dn { display: none; }
i { font-style: normal; }
b { font-weight: normal; }
.w10{width:100%;max-width: 1920px;}
.w12 { width: 1200px; margin: 0 auto; }

/* .top-box */
.top-box {background-color: #BD0000;height: 120px;}
.top-box .search-r .top-a a:hover{color: #FFFFFF;background: #005BB8;}
.top-box .search{height: 34px;border-radius: 17px;box-sizing: border-box;transition: 0.4s;}
.top-box .search-r:hover .search{display: block;}
.top-box .search .text{background: none;outline: none;border: none;padding: 0 0 0 10px;color: white;width: 197px;line-height: 34px;height: 34px;}
.top-box .search .img{margin-top: 8px;}
.top-box .search .input1{float: left;width: 0;transition: 0.4s;display: none;}
.top-box .search .input2{float: left;transition: 0.4s;}
.top-box .search:hover{border: 1px solid #FFFFFF;}
.top-box .search:hover .input1{width: 240px;transition: 0.4s;display: block;}
.top-box .search:hover .input2{padding-right: 10px;transition: 0.4s;}
.top-box .logo{display: block;margin-top: 20px;}
.top-box .logo img{width: 460px;height: auto;display: block;}
.top-box .rightBox{width: 730px;margin-top: 25px;}
.top-box .rightBox .fr-t{}
.top-box .rightBox .fr-t .home{display: inline-block;font-size: 14px;color: #FFFFFF;margin-right: 10px;line-height: 34px;}


/* nav */     
.navBar{z-index:1;color:#fff;height: 50px;line-height: 50px;z-index: 9;float: right;}
.navBar .nav{ margin:0 auto; }
.navBar .nav h3{font-size:100%;font-size:16px;text-align: center;}
.navBar .nav .m{position:relative;float:left;display:inline;text-align:center;}
.navBar .nav .on{}
.navBar .nav .on h3 a{background: #9a060a;height: 40px;}
.navBar .nav h3 a{zoom:1;height:40px;display:block;text-align: center;font-weight: normal;line-height: 40px;color:#fff;padding: 0 10px;}
.navBar .nav .sub{display: none;/*默认隐藏*/width: 160px;position:absolute;left: 0;top: 40px;background:#b60005;float:left;line-height:30px;z-index: 9;}
.navBar .nav .sub li{  }
.navBar .nav .sub li a{display:block; zoom:1; transition: 0.3s;text-align: left;padding-left: 20px;line-height: 46px;color:#fff;}
.navBar .nav .sub li a:hover{  transition: 0.3s;background: #9a060a;}
.navBar .nav #m2 .sub{ z-index:1; width:980px; left:-116px;} 

/* banner */
.banner { width: 100%; height: 700px; position: relative; overflow: hidden; z-index: 1; }
.banner .hd { width: 100%; position: absolute; left: 0; bottom: 60px; text-align: center; z-index: 2;}
.banner .hd ul li {cursor: pointer; width: 12px; height: 12px; border-radius: 6px; margin: 0 4px; display: inline-block; *display: inline; *zoom: 1;border: 1px solid white;box-sizing: border-box;}
.banner .hd ul li.on {background: white;}
.banner .bd { position: absolute; left: 50%; top: 0; margin-left: -960px; }
.banner .bd ul li { position: relative; font-size: 0; }
.banner .bd img{width: 100%;height: 700px;display: block;}
.banner .prev, .banner .next { width: 50px; height: 110px; position: absolute; z-index: 3; top: 260px;display: none;transition: 0.4s;}
.banner .prev { background: url(../images/banner-arrow.png) left no-repeat; left: 0; }
.banner .next { background: url(../images/banner-arrow.png) right no-repeat; right: 0; }
.banner:hover .prev,
.banner:hover .next{display: block;transition: 0.4s;}


/* news  */
.news-notice-warp{background: url(../images/newsNoticeBg.png) no-repeat center top; top: -50px; position: relative; z-index: 6;}
.news { position: relative;  }
.news .newsCon { overflow: hidden; position: relative; padding-top: 50px;}
.news .newsCon .h3 { position: absolute;left: 42px;z-index: 5;width: 153px;height: 321px; background: url(../images/news-title.png) no-repeat center;}
.news .newsCon .h3 .content { position: absolute;left: 30px;top: 42px;z-index: 5;color: #BD0000;font-size: 25px;font-weight: 600;}
.news .newsCon .more { position: absolute;left: 88px;top: 145px; z-index: 5; font-size: 12px;color: #323232;display: block;font-weight: normal;}
.news .newsCon .more:hover{color: #b60005;}
.news .prev, .news .next { position: absolute; left: 95px; z-index: 9; width: 19px; height: 19px; }
.news .prev { top: 190px; background: url(../images/news-btn.png) top no-repeat; }
.news .next { top: 210px; background: url(../images/news-btn.png) bottom no-repeat; }
.news .prev:hover { background: url(../images/news-btn-on.png) top no-repeat; }
.news .next:hover { background: url(../images/news-btn-on.png) bottom no-repeat; }
.news .ulw12 ul {margin-top:30px; padding-left: 230px; overflow: hidden; }
.news .ulw12 ul li { position: relative; float: left; width: 425px;cursor: pointer; }
.news .ulw12 ul li+li{margin-left: 50px;}
.news .ulw12 ul li .title { margin-bottom: 10px; }
.news .ulw12 ul li .title .fl  {width: 65px;height: 74px;background:  url(../images/new-time.png) 0 0 no-repeat;}
.news .ulw12 ul li .title .fl .day { font-size: 30px;color: #808080; padding-left: 20px; line-height: 45px;}
.news .ulw12 ul li .title .fl .month { font-size: 12px;color: #7c7c7c; padding-left: 30px;}
.news .ulw12 ul li .title .fr { width: 340px;}
.news .ulw12 ul li .title .fr .bt { height: 48px; margin-bottom: 5px;}
.news .ulw12 ul li .title .fr a { font-size: 16px;color: #323232; line-height: 24px;}
.news .ulw12 ul li .title .fr a:hover { color: #bd0000; }
.news .ulw12 ul li .title .fr .time { font-size: 12px;color: #999; }
.news .ulw12 ul li .title .fr .time span { padding-left: 25px;margin-right: 15px;background: url(../images/news-icon1.png) left center no-repeat; }
.news .ulw12 ul li .title .fr .time i { padding-left: 25px;background: url(../images/news-icon2.png) left center no-repeat; }
.news .ulw12 ul li .bg { position: absolute; top: 77px; right: -8px; z-index: 2; }
.news .ulw12 ul li .pic { width: 425px; height: 281px; overflow: hidden; }
.news .ulw12 ul li .pic img { transition: .6s; width: 425px;height: 281px;}
.news .ulw12 ul li .pic img:hover { transform: scale(1.1); }

.news .newsTex {padding: 0 70px;}
.news .newsTex ul{margin-left: -7%;margin-top: 30px;}
.news .newsTex li{margin-left: 95px;float:left;width: 43%;margin-left: 7%;}
.news .newsTex li a{display: block;}
.news .newsTex a p{font-size: 16px; color: #000000;float: left;width: 390px;line-height: 38px;}
.news .newsTex a i{font-size: 12px; color: #999;float: right;text-align: right;display: inline-block;line-height: 38px;}
.news .newsTex a:hover i,
.news .newsTex a:hover p{color: #b60005;}
/* .notice */
.notice {width: 100%;margin-top: 90px;}
.notice .title {}
.notice .title span{width: 50px;height: 1px;display: block;background:#323232;margin: 0 auto;}
.notice .title h4{font-size: 26px;color: #323232;text-align: center;margin: 12px 0;}
.notice .title a{ font-size: 12px;color: #323232;display: block;font-weight: normal;text-align: center;}
.notice .title a:hover{color: #b60005;}
.notice .NoticeCon{margin-top: 40px;}
.notice .NoticeCon ul { overflow: hidden; }
.notice .NoticeCon ul li {    float: left;
    width: 25%;
    padding: 20px 1%;
    box-sizing: border-box;}
.notice .NoticeCon ul li+li {border-left: 1px solid #d3d3d3;box-sizing: border-box;}
.notice .NoticeCon ul li .time{background: url(../images/calendar.png) no-repeat center 56px;height: 150px;}
.notice .NoticeCon ul li .time, .notice ul li .nr { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }
.notice .NoticeCon ul li .time { margin-right: 20px; }
.notice .NoticeCon ul li .nr { width: 80%; }
@media screen and (max-width:1550px) {
	.notice .NoticeCon ul li .nr { width: 76%; }
}
@media screen and (max-width:1500px) {
	.notice .NoticeCon ul li .nr { width: 70%; }
}
.notice .NoticeCon ul li:hover .time{background: url(../images/calendarOn.png) no-repeat center 56px;}

.notice ul li .day { font-size: 40px; font-weight: bold; color: #666;line-height: 25px;}
.notice ul li .month { font-size: 12px; color: #999;line-height: 30px;}
.notice ul li a { font-size: 16px; line-height: 25px; color: #323232;display: block;height: 50px;}
.notice ul li p {margin-top: 10px; margin-bottom: 25px;position: relative;padding-top: 15px;color: #999;}
.notice ul li p::after{content: "";position: absolute;width: 30px;height: 2px;background: #808080;top: 0;left: 0;transition: 0.4s;}
.notice ul li .more { width: 80px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #999; }
.notice ul li:hover { background-color: #df0000; background-image: none; }
.notice ul li:hover .day { color: #fff;}
.notice ul li:hover .month { color: #fff;}
.notice ul li:hover .nr a { color: #fff; }
.notice ul li:hover p { color: #FFFFFF; }
.notice ul li:hover p::after{width: 100%;height: 2px;background: #FFFFFF;transition: 0.4s;}
.notice ul li:hover .more { border: 1px solid #fff; background-color: #fff; }
.notice ul li:hover .more a { color: #b60005; }

/* hyywKyjz */
.hyywKyjz{background: url(../images/bg-teach.png) no-repeat center;padding: 70px 0 90px 0;}
.slideGrobackup{ width:510px; border:1px solid #ddd; text-align:left;  }

.slideGroup .parHd{ position:relative;margin-bottom: 30px;}

.slideGroup .parHd ul{display: table;margin: 0 auto;text-align: center;}
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;font-size: 26px;color: #696969;padding-top: 10px;}
.slideGroup .parHd ul li a{font-size: 12px;color: #323232;font-weight: normal;display: block;text-align: center;margin-top: 10px;display: none;}
.slideGroup .parHd ul li.on{ color: #323232;position: relative;font-weight: bold;}
.slideGroup .parHd ul li.on::after{content: "";width: 50px;height: 1px;display: block;background:#323232;position: absolute;top: 0;left: 50%;margin-left: -25px;}
.slideGroup .parHd ul li.on a{display: block;}
.slideGroup .parHd ul li.on a:hover{color: #b60005;}

.slideGroup .slideBox{zoom:1;position: relative;}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
.slideGroup .sNext{ left:auto; right:5px; background:url(../images/banner-arrow.png) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }


.slideGroup .parBd  ul li { position: relative; overflow: hidden; }
.slideGroup .parBd  ul li .pic, .slideGroup .parBd  ul li img { width: 770px;height: 450px; overflow: hidden; transition: all .6s;}
.slideGroup .parBd  ul li img:hover { transform: scale(1.1); }
.slideGroup .parBd ul li .nr { width: 410px;height: 220px;padding: 30px; background: #fff; position: absolute; top: 50%; right: 0; z-index: 2; margin-top: -140px; }
.slideGroup .parBd ul li .nr h4 { font-size: 22px;line-height: 36px;font-weight: bold;color: #323232; }
.slideGroup .parBd ul li:hover .nr h4 { color: #e1353f; }
.slideGroup .parBd ul li .nr i { padding-left: 20px;background: url(../images/time-red.png) left center no-repeat; font-size: 14px;color: #e1353f;margin: 10px 0;display: block;font-style: normal;}
.slideGroup .parBd ul li .nr p { font-size: 14px;line-height: 24px;color: #666; }


.slideGroup .parBd .slideBox .ncyd{position: absolute;bottom: 50px;right: 350px;z-index: 9;}
.slideGroup .parBd .slideBox .ncyd{}
.slideGroup .parBd .slideBox .ncyd ul li{width:12px;height: 5px;float: left;margin-left: 5px;background: rgba(189,0,0, 0.7);border-radius: 2.5px;}
.slideGroup .parBd .slideBox .ncyd ul li.on{width: 25px;transition: 0.4s;background: rgba(189,0,0, 1)}



/* study */
.study{background: url(../images/bg4.png) no-repeat center;height: 602px;}
.study .title{padding: 70px 0 30px 0;width: 900px;}
.study .title span{width: 50px;height: 1px;display: block;background:#323232;margin: 0 auto;}
.study .title h4{font-size: 26px;color: #323232;text-align: center;margin: 12px 0;}
.study .title a{ font-size: 12px;color: #323232;display: block;font-weight: normal;text-align: center;}
.study .title a:hover{color: #b60005;}
.study .w14{background: url(../img/RcLine.png) no-repeat center 362px;}
.study .studyCon{overflow:hidden; position:relative;width: 900px;}
.study .studyCon .hd{ overflow:hidden;z-index: 7;height: 15px;width: 100%;margin-top: 55px;}
.study .studyCon .prev,
.study .studyCon .next{ display:block;  width:34px; height:34px; float:left; margin-right:5px;cursor:pointer;position: relative;z-index: 8;bottom: 27px;}
.study .studyCon .prev{background:url(../images/RcLL.png) no-repeat;left: 45%;margin-left: -40px;}
.study .studyCon .next{background:url(../images/RcRR.png)no-repeat;left: 56%;margin-left: 0;}

.study .studyCon .hd ul{margin: 0 auto;text-align: center;bottom: 0;display: table;}
.study .studyCon .hd ul li{ float:left; width:11px; height:11px; overflow:hidden; margin: 0 5px; text-indent:-999px; cursor:pointer;border-radius: 50%;background: #d3d5cc;}
.study .studyCon .hd ul li.on{background:#e60012;}
.study .studyCon .bd{width: 900px;}
.study .studyCon .bd ul{}
.study .studyCon .bd ul li{float: left;width: 270px;margin: 0 15px;}
.study .studyCon .bd ul li a{display: block;}
.study .studyCon .bd ul li a .pic{width: 150px;height: 150px;border: 10px solid #f2ebe4;border-radius: 50%;margin: 0 auto;}
.study .studyCon .bd ul li a .pic img{width: 100%;height: 100%;border-radius: 50%;display: block;margin: 0 auto;}
.study .studyCon .bd ul li a h4{font-size: 16px;color: #323232;line-height:26px;font-weight: normal;text-align: center;margin: 10px 0;}
.study .studyCon .bd ul li:hover a h4{color: #DF0000;}
.study .studyCon .bd ul li a .info{}
.study .studyCon .bd ul li a .info p{font-size: 12px;color: #999999;line-height: 22px;display: block;text-align: center;position: relative;}
/* .study .studyCon .bd ul li a .info p::before{content: "";position: absolute;left: 0;top: 2px;background: url(../images/ic01.png) no-repeat left center;width: 11px;height: 12px;} */
.study .studyCon .bd ul li a .info p+p{}
.study .studyCon .bd ul li a .info p+p+p{}


.footer{background: url(../images/footerBg.png) ;   }
.foottop{  padding:30px 0; }
.footer .Flogo{margin-bottom: 8px;}
.footer .Flogo a{display: block;}
.footer .Flogo p{color: #dda6a7; font-size: 14px;line-height: 24px;}
.footer .contact{margin-left: 300px;margin-top: 20px;}
.footer .contact .contact-label{color: #FFFFFF; margin-bottom: 10px;font-size: 14px;}
.footer .contact p{color: #dda6a7; font-size: 14px;line-height: 24px;}
.footer .ewm{margin-left: 20px;  }
.footer .ewm p{font-size: 14px;color: white;text-align: center;  }
.banquan{ width:100%; height:50px; line-height:50px; text-align: center;  color: #fff; border-top: solid 1px #d1353b; font-size: 14px;  }
.banquanbox{  width:1200px; margin:0 auto;  }
.banquan-left{ float: left;  }
.banquan-right{ float: right;  }

.flink{   width: 850px;  }
.flink ul li{  float: left;  margin-right: 20px; width: 194px;    height: 30px; line-height: 30px;  }
.flink ul li a{  color: #FFFFFF;  font-size: 15px;  }