/**/
.Sign_in{width: 100%; height: 94px;}
.Sign_in_header{width: 1200px; height: 100%; margin: 0 auto; display: flex; align-items: center; position: relative; background: #fff;}
.Sign_in_header img{height: 70px;}
.Sign_in_header h2{font-size: 24px; color: #555555;padding-left: 15px; margin-left:20px;  margin-right: 10px;border-left: 1px solid #c9d0d3; font-weight: 400;}
.Sign_in_header span{ position: absolute; right: 0; top: 33px; font-size: 14px; color: #555;}
.Sign_in_header span a{color: #9e0f15;}

.Sign_in_center{width: 100%; height: 560px; background: url("/images/20200106064518317.jpg") no-repeat center;}
.Sign_in_center_con{width: 1200px; height: 100%; margin: 0 auto;}
.Sign_in_center_con .dlu{float: right;}
.Sign_in_center_con .dlu_con{width: 390px; height: 398px; background: #fff;padding: 0 30px 0 30px; box-sizing: border-box; margin-top: 30px; overflow: hidden;}
.Sign_in_center_con .dlu_con h2{font-size: 22px; font-weight: 300; margin: 20px 0 18px 15px; color: #555;}
.Sign_in_center_con .dlu_con .bd{width: 330px; height: 47px; margin-top: 18px; border: 1px solid #c9ced1; display: flex; align-items: center; padding-left: 5px; box-sizing: border-box;}
.Sign_in_center_con .dlu_con .bd i{width: 16px; height: 15px;background: url(../images/icon-label.png) 0 0 no-repeat;}
.Sign_in_center_con .dlu_con .bd i.password{width: 16px; height: 18px; background-position: -16px 0;}
.Sign_in_center_con .dlu_con .bd input{width: 100%; height:80%; border: none; padding-left: 10px; box-sizing: border-box; color: #555; font-size: 14px;}
.chek{width: 100%;padding-bottom: 15px;margin-top: 18px;}
.chek .checkbox{width: 13px; height: 13px;}
.chek span{font-size: 14px; color: #a3a3a3;}
.chek span a{ color: #9e0f15;}
.Sign_in_center_con .dlu_con .button{width: 330px; height: 52px; cursor: pointer; background: #9e0f15; color: #fff; border: none; border-radius: 5px; font-size: 24px; font-weight: 100; margin-top: 5px;}
.Sign_in_center_con .dlu_con .forget{ margin-top: 20px; text-align: center;}
.Sign_in_center_con .dlu_con .forget a{ color: #555;}
.Sign_in_center_con .dlu_con .forget i{ width: 1px;  background: #d7d6d6; vertical-align: middle; height: 14px; margin: 0 18px;  display: inline-block;}
.Sign_in_center_con .dlu_con .forget a:hover{color: #9e0f15;}
.Sign_in_center_con .TXT{width: 390px; height: 46px; color: #a3a3a3; background: #f2f2f2; border-radius: 0 0 6px 6px; text-align: center; font-size: 14px; line-height: 46px;}

/**/
.register_center{width: 1200px; margin: 0 auto;}
.register_center_con{width: 100%; padding-left: 200px; box-sizing: border-box;}
.register_center_con dl{display: flex; width: 600px; height: 48px; align-items: center; margin-top: 30px;}
.register_center_con dl dt{padding-right: 15px; color: #555; text-align: right;line-height: 48px; font-size: 16px; width: 125px;}
.register_center_con dl dd{ box-sizing: border-box;  height: 48px; width: 317px; border: 1px solid #d8d8d8; font-size: 14px; position: relative;}
.register_center_con dl dd input{position: absolute; width: 100%; height: 100%;left: 0; top: 0; border: none; padding-left: 15px; box-sizing: border-box; color: #555;}
.register_center_con .chek{margin-left: 140px; margin-top: 30px;}
.register_center_con .button{ width: 317px; height: 45px; cursor: pointer; background: #9e0f15; color: #fff; border: none; border-radius: 5px; font-size: 24px; font-weight: 100; margin-left: 140px; margin-top: 30px;}


/**/
.Faculty_strength{width: 1200px; margin: 0 auto;}
.Faculty_strength::after{display: block; content: ""; clear: both;}

.Faculty_strength .left{float: left; width:850px;}

.Faculty_strength .left ul{width: 100%;}
.Faculty_strength .left ul li{width: 100%; height:150px; padding:20px 0; border-bottom: 1px dashed #cacaca;}
.Faculty_strength .left ul li a{display: block; width: 100%; height: 100%; display: flex; justify-content: space-between;}
.Faculty_strength .left ul li .pic{width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 4px solid #9e0f15; box-shadow: 0 4px 8px 0 rgba(7,17,27,.1); box-sizing: border-box;}
.Faculty_strength .left ul li .pic img{width: 100%; height: 100%; transition: 0.5s;}
.Faculty_strength .left ul li .txt{width:680px;}
.Faculty_strength .left ul li .txt h2{font-size: 22px; color: #9e0f15; font-weight: 400; margin-top: 20px;} 
.Faculty_strength .left ul li .txt h2 span{font-size: 16px; color: #555; margin-left: 10px;}
.Faculty_strength .left ul li .txt p{font-size: 14px; color: #555; margin-top:10px; line-height: 1.5em;}

.Faculty_strength .left ul li:hover h2 span{color: #9e0f15;}
.Faculty_strength .left ul li:hover p{ color: #9e0f15;}
.Faculty_strength .left ul li:hover .pic img{transform: scale(1.1);}

.Faculty_strength .right{float: right; width: 220px;}





/****/
.Course_Details{width: 1200px; margin: 20px auto 0;}
.Course_Details .top{width: 100%;height: 320px; display: flex;}
.Course_Details .top .pic{width: 415px; height: 320px; border-radius: 16px; overflow: hidden;}
.Course_Details .top .pic img{width: 100%; height: 100%;}
.Course_Details .top .txt{margin-left:20px; flex: 1;}

.Course_Details .top .txt>h2{font-size: 24px; color: #9e0f15; font-weight: 400; margin: 10px 0;}
.Course_Details .top .txt>span{font-size: 14px; color: #555;}
.Course_Details .top .txt .info{height: 44px; background: rgba(158,15,21,.1); width: 100%; display: flex; margin-top: 10px; padding-left: 10px; box-sizing: border-box;}
.Course_Details .top .txt .info p{font-size: 12px; line-height: 44px; color: #9e0f15;}
.Course_Details .top .txt .info span{font-size: 24px; line-height: 44px; color: #9e0f15;}
.Course_Details .top .txt .Promiscuity{display: flex; margin-top: 10px;}
.Course_Details .top .txt .Promiscuity p{width:65px;font-size: 14px; color: #555;}
.Course_Details .top .txt .Promiscuity span{font-size: 14px; color: #555;}
.Course_Details .top .txt .button{width: 200px; height: 44px; margin-top: 60px; background: #9e0f15; color: #fff; font-size: 16px; border-radius: 12px; border: navajowhite; cursor: pointer; outline: none;}
.Course_Details .bottom{width: 100%; margin-top: 25px;}

/**/
.Information_details{width: 1200px; margin: 15px auto 0;}
.Information_details::after{display: block; content: ""; clear: both;}
.Information_details .left{float: left;width: 850px;}
.Information_details .left .title{line-height: 25px; font-size: 24px; color: #000; font-weight: 400; text-align: center;}
.Information_details .left .detailed{color: #555; font-size: 12px; margin-top:8px; text-align: center;}

.Information_details .right{float: right; width: 220px;}

.upper_next{width: 100%; border-top: 1px solid #e6e6e6;}
.upper_next p{line-height: 200%; color: #333; font-size: 16px;}
.upper_next p a{color: #555; font-size: 14px;}
.upper_next p a:hover{color: #9e0f15;}
/**/
.News_information{width: 1200px;margin: 0 auto;}
.News_information::after{display: block; content: ""; clear: both;}
.News_information .left{float: left; width: 850px;}



.News_information .right{float: right;width: 220px;}
.list_4{width: 100%;border-top: 1px solid #e6e6e6;border-left: 1px solid #e6e6e6; margin-top: 15px;}
.list_4::after{display: block; content: ""; clear: both;}
.list_4 li{width:73.333px;height: 73px; border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;float: left; box-sizing: border-box;}
.list_4 li a{display: block; width: 100%; height: 100%; text-align: center;}
.list_4 li span{font-size:24px; color: #9e0f15;display: block; margin-top:13px;}
.list_4 li p{color: #555; font-size: 14px;}
.list_4 li a:hover p{color: #9e0f15;}


/**/
.Teacher_details{width: 1200px; margin: 20px auto 0;}
.Teacher_details::after{display: block; content: ""; clear: both;}
.Teacher_details .top{width: 100%;height: 252px; display: flex;}
.Teacher_details .top .pic{width: 258px; height: 252px; border-radius: 50%; border: 4px solid #9e0f15; overflow: hidden;}
.Teacher_details .top .pic img{width: 100%;}
.Teacher_details .top .txt{width:920px; height: 100%; margin-left: 20px;}
.Teacher_details .top .txt h2{font-size:24px; font-weight: 400; color: #9e0f15; margin-top: 20px;}
.Teacher_details .top .txt h2 span{color: #555; font-size: 18px; margin-left: 10px;}
.Teacher_details .top .txt>p{font-size: 16px; color: #555;margin-top: 20px;}
.Teacher_details .top .txt .info>p{color: #9e0f15;margin-top: 20px;}
.Teacher_details .top .txt .info>p>span{color: #555;}



.Teacher_details .bottom{width: 100%; margin-top: 20px;}
.Teacher_details .bottom::after{display: block; content: ""; clear: both;}
.Teacher_details .bottom .left{width: 850px; float: left; }
.Teacher_details .bottom .left ul{width: 100%;}
.Teacher_details .bottom .left ul li{height: 177px;display: flex;border-bottom: 1px solid #ccc; padding: 15px 0; }
.Teacher_details .bottom .left ul li img{width: 236px; height: 177px;}
.Teacher_details .bottom .left ul li .txt{width: 600px; height: 100%; position: relative; margin-left: 10px;}
.Teacher_details .bottom .left ul li .txt h2{font-size: 18px; color: #9e0f15;font-weight: 400; margin-top: 12px;}
.Teacher_details .bottom .left ul li .txt>span{font-size: 14px; color: #888;margin-top: 8px;}
.Teacher_details .bottom .left ul li .txt>p{font-size: 12px; color: #555; width: 400px; margin-top: 8px;}
.Teacher_details .bottom .left ul li .txt .ks{color: #9e0f15; font-size: 14px;margin-top: 5px;}
.Teacher_details .bottom .left ul li .txt .ks span{color: #555;}
.Teacher_details .bottom .left ul li .txt .zix{color: #555; font-size: 14px;margin-top: 5px;}
.Teacher_details .bottom .left ul li .txt .zix span{color: #9e0f15;}

.Teacher_details .bottom .left ul li .txt .jig{position: absolute; color: #9e0f15; font-size: 22px; right: 115px; top:60px;}
.Teacher_details .bottom .left ul li .txt .btn{display: block; width:100px; height: 32px; border-radius: 16px; color: #fff; background: #9e0f15; line-height: 32px; text-align: center; position: absolute; right: 0; top: 60px;}


.Teacher_details .bottom .right{width: 220px; float: right;}









/**/
.Advertising_position{width: 1200px; margin: 0 auto;}
.Advertising_position img{width: 100%;}


















