@charset "utf-8";
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1500px;}
a{
    color: #000000;
    text-decoration:none;
    transition: .3s;}
a:hover{
    color: #C9151E;
    text-decoration:none;}
input,button{
    outline:0;}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;}
.hdimg {
   position: absolute;
   top: -0.5rem;
   width: 100%;
   height: 0.05rem;
   z-index: 2;}
.hdimg img{
   width: 100%;}
/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#9D9D9D;}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#9D9D9D;}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#9D9D9D;}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#9D9D9D;}

/*通用样式*/
.lf{
    float: left;}
.rt{
    float: right;}
.container{
    width: 1500px;
    margin: 0 auto;
    position: relative;
    height: auto;
    }
.container1{
    width: 1500px;
    margin: 0 auto;
    position: relative;}
.container2{
	width: 100%;
    margin: 0 auto;
    position: relative;}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

/*头部*/

.header .logo{width: 700px;float: left;line-height: 111px;animation: zoomIn 1s;}
.header .logo img{width: 100%;}
.search{
    float: right;
    padding: 40px 30px 0 0;}
.search .top{
    float: left;
    font-size: 16px;
    padding: 0 0px 0 0;}
.search .top span{
    color: #fff;
    margin: 0 15px;}
.search .top a{
    color: #fff;
    font-size: 14px;}
.search form{
    position: relative;
    margin-top: 60px;}
.search input[type='text']{
    width: 260px;
    height: 42px;
    line-height: 42px;
    padding: 0 55px 0 10px;
    border: none;
    font-size: 16px;}
.search input[type='submit']{
    position: absolute;
    top: 8px;
    right: 0;
    width: 50px;
    height: 26px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #E6E6E6;
    background: url(../images/search.png) no-repeat center center;}
.toggle{
    display: none;}

.hdzuo{
    margin: 0 0 0 37px;
    position: relative;}
.nav{
    margin: 50px 0 0 0;
    position: relative;}

.sections{
    display: none;
    }

.sections{
    position: relative;
    height: 600px;}	
.slideBoxs{
	width: 1500px;
	position: relative;
	margin: 0 auto;
	height: 600px;}

.slideBox{
	display: block;
	position: relative;
	margin: 0 auto 10px;
	}

/*导航栏*/
.hdyou{
    float: right;
    position: relative;
    padding: 0 30px 0 0;}

.menu>li{
    float: left;
    width: 98px;
    line-height: 47px;
    text-align: center;
    position: relative;}
.menu>li>a{
    display: block;
    font-size: 18px;
    color: white;
    font-weight: bold;
    }
.menu>.active>a{
    color: #ffc800;
    font-weight: bold;}
.menu>li:hover{
    border-bottom: 3px solid #e9ae1e;}
.menu>li>a:hover{
    font-weight: bold;
color:#f7f609;}
.menu>li:hover .second-menu{
    display:block;}
.menu>li>span{
    display: none;}
.second-menu{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
    background: rgb(20 19 19 / 70%);
    z-index: 3;
    display: none;}
.second-menu li{
    position: relative;}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    }
.second-menu a:hover{
    font-weight: bold;color: #f7ff00;}
.st{
    display: block;
    width: 100%;
    height: 550px;
    margin: 0 auto 0px;
    }
.section{
    position: relative;
    min-height: 600px;
    margin: 20px 0 0 0;
    }
.section1{
    position: relative;
    display: flex;}
.title{
    height: 40px;
    line-height: 40px;
    padding: 0 0 15px 0;
    border-bottom: solid 2px #9f1b17;
    }
.title h3{
    position: relative;
    padding: 5px 5px 5px 50px;
    font-size: 28px;
    color: #9f1b17;
    width: 252px;
    }
.title h3 a{
	color: #9f1b17;
	}
.title h3:before{}
.title h3 span{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Georgia';
    text-transform: uppercase;
    padding-left: 10px;}
.title .rt{
	padding: 5px 5px 5px 5px;
	font-size: 17px;
	height: 43px;
	position: relative;
	}

/*二级导航*/
.side{
    float: left;
    width: 20%;
    margin: 20px 0 50px;}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #c9151e;
    }
.side p span{
    display: none;}
.side li{
    position: relative;}
.side li a{
      position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding-left: 40px;
background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;}

.side>ul>li span{
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../images/arrow.png);
            background-size:20px 20px;}

.side>ul>li span.on{
    transform: rotate(-270deg);}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #C9151E;}
.side .sub-menu{
    display: none;}
.side ul .active .sub-menu{
    display: block;}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #19598f;}
/*二级导航-专题专栏*/
.side1{
    float: left;
    width: 390px;
    margin: 20px 0 50px;}
.side1 p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #C9151E;}
.side1 p span{
    display: none;}
.side1 li{
    position: relative;
    height: 50px;}
.side1 li a{
      position: relative;
      display: block;
      height: 49px;
      line-height: 50px;
      font-size: 16px;
      padding-left: 20px;}
.side1>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;}
.side1>ul>li span{
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(../images/arrow.png);
            background-size:20px 20px;}

.side1>ul>li span.on{
    transform: rotate(-270deg);}
.side1 .sub-menu1 li a{
    color: #666;
    background: #F6F6F6;}
.side1 .sub-menu1 li a:hover,
.side1 .sub-menu1 li.on a{
    color: #C9151E;}
.side1 .sub-menu1{
    display: none;}
.side1 ul .active .sub-menu1{
    display: block;}
.side1 ul .active>a{
    background: #fff;
    border-bottom-color: #fff;}
.side1 ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #C9151E;}

/*学院新闻*/
.news{
    width: 65%;
    float: left;}
.albumBox{
    float: left;
    width: 48.5%;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;}

.albumBox .pic{
    width: 100%;
    height: 380px;
    position: relative;}
.albumBox .pic img{
    width: 100%;
    height: 340px;}
.albumBox .tit-bg{
    height: 40px;
    width: 100%;
    background: #0c5890;
    position: absolute;
    bottom: 0;}
.albumBox .txt{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    overflow: hidden;}
.albumBox .txt ul li{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    position: absolute;}
.albumBox .txt ul li a{
    color: #0a5595;
    font-size: 14px;}
.albumBox .num{
    position: absolute;
    bottom: 14px;
    right: 4px;}
.albumBox .num li{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fffdfd;
    float: left;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    font-size: 12px;}
.albumBox .num li.on{
    background: #fffe02;}

.news-info{
    float: right;
    width: 48.5%;
    min-height: 323px;
    margin: 20px 0 0 0;}
.news-info li{
    margin-bottom: 0px;
    line-height: 47px;
    }
.unit-list li:last-child,
.news-info li:last-child{
    margin: 0;}
.unit-list li span,
.news-info li span{
    float: right;
    color: #666;
    font-size: 16px;
    }
.unit-list li p,
.news-info li p{
    margin-right: 100px;}
.unit-list li a,
.news-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 18px;}
.unit-list li a:before,
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #666;}
.unit-list li a:hover:before,
.news-info li a:hover:before{
    border-left-color: #C9151E;}

/*通知公告*/
.notice .title h3:before{
    width: 43px;
    height: 40px;
    background-position-x: -40px;}

/*专题专栏*/
.train-zt{
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.train-zt ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.train-zt li {
    float: left;
    width: 33%;
    padding: 0 33px;
}
.train-zt li a{}
.train-zt .title{
    height: 40px;
    line-height: 40px;
    padding: 0 0 5px 0;
    border-bottom: solid 0px #9f1b17;
    }
.train-zt .title h3{
    padding: 5px 120px;
    color: #9f1b17;
    width: auto;
    border: solid;
    }
.train-zt .title h3 a{
	/* color: #ffffff; */
	}
.train-zt .title h3:before{}
.train-zt .title h3 span{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Georgia';
    text-transform: uppercase;
    padding-left: 10px;}
.mainl{
    overflow: hidden;}
.mainl .title h3:before{
    width: 30px;
    height: 30px;
    background-position-x: -221px;}
.mainl .bd{
    margin: 20px 0;}
.mainl .lead li{
	float:left;
	width:162px;
	margin-right:65.6px;
	overflow:hidden;}
.mainl .lead li img{
	object-fit:cover;
	position:relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;width:100%;height:200px;}
.mainl .lead li:last-child{
	margin-right:0;}
.mainl.lead li p{
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#333;
	background:#fff;}
.sp{display: none;}
.unit{
    margin: 20px 0;}
.unit-list{
    min-height: 190px;
    margin: 20px 0;}
.unit-list li{
    margin-bottom: 0px;
    line-height: 47px;
    }
.mainl .title h3{
	float: left;
	padding: 5px 5px 5px 45px;
	font-size: 28px;
}
.mainl .hover {
	
	color: #ff0000;
}
/*学术动态、人才培养*/
.training{
    float: right;
    width: 48.5%;}
.education{
	width: 65%;
	float: left;
	}
.academic{
    float: right;
    width: 33%;
    }
.education .title h3{
    float:left;
}
.education .hover{
	HEIGHT: 40px;
	WIDTH: 140px;
	color: #ff0000;
}
/*师生动态、通知公告*/
.dynamics{
	width: 48%;
	float: left;}
.notice{
    float: right;
    width: 33%;}
.notice  .title h3{
	float: left;
	padding: 5px 5px 5px 50px;
	font-size: 27px;
	width: 165px;
	height: 43px;
}
.notice .hover {
	HEIGHT: 40px;
	WIDTH: 140px;
	color: #ff0000;
}
.academic .title h3:before{
    width: 34px;
    height: 36px;
    background-position-x: -84px;}

.dynamics .title h3:before{
    width: 33px;
    height: 33px;
    background-position-x: -119px;}

.training .title h3:before{
    width: 36px;
    height: 35px;
    background-position-x: -152px;}

.link .title h3:before{
    width: 31px;
    height: 31px;
    background-position-x: -252px;}

.download .title h3:before{
    width: 31px;
    height: 31px;
    background-position-x: -189px;}

.zs{
    margin: 0px auto 50px;
    width: 1500px;
    /* margin: 0 auto; */
    position: relative;
    }
.zy{
    /* width: 1500px; */
    margin: 40px auto 20px;
    position: relative;}

/*快速链接*/
.link{
    padding: 0px 80px;
    border-left: 1px solid;
    border-right: 1px solid;
    }
.link ul{
    overflow: hidden;}
.link li{
    float: left;
    margin-right: 0px;
    width: 315px;
    line-height: 26px;
    }
.link li:last-child{
    margin-left: 0;}
.link li a{
    position: relative;
    padding-left: 10px;
    color: #fdfdfd;
    font-size: 17px;
    }
.link li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #f1f1f1;
    border-radius: 50%;}
.link li a:hover:before{
    background: #C9151E;}
.link .tit{
    height: 30px;
    line-height: 30px;
    padding: 0px 0 15px;
    /* display: none; */
    }
.link .tit h3{
    position: relative;
    padding-left: 5px;
    font-size: 21px;
    color: #ffffff;
    }
.link .tit h3 a{
	color: #0c5890;}
.link .tit h3:before{}
.link .tit h3 span{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Georgia';
    text-transform: uppercase;
    padding-left: 10px;}

/*尾部*/
.footer{
    color: #fff;
    background: #9f1b17;
    height: auto;
    }
.footer .container>.lf{
    margin: 60px 0 30px 0;
    width: 10%;
    float: left;
    position: relative;
    }
.footer .container>.rt{
    margin: 40px 0 20px 0;
    width: 28%;
    }
.footer .container>.lf img{
    margin-top: 0px;
    width: 100%;
    }	
.footer .rt .lf{
    margin: 16px 15px 0 15px;
    width: 110px;
    }

.footer .rt .rt{
    margin: 17px 0 0;
    width: 32%;
    /* border-left: 2px solid; */
    height: 173px;
    }
.footer .lf img{
     width: 100%;}

.footer .rt p{
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    }
.footer .rt a{
    position: relative;
    top: 15px;}
.footer .container>.md{
    width: 53%;
    margin: 40px 0 10px 80px;
    float: left;
    }

/
/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-bottom: 20px;}
.slideBox .hd{
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 1;
    }
.slideBox .hd ul{
    width: 100%;
    text-align: center;}
.slideBox .hd ul li{
    margin:0 5px;
    width: 15px;
    height: 15px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;}
.slideBox .hd ul li.on{
    width: 17px;
    height: 17px;
    position: relative;
    top: 1px;
    background: #E50112;}
.slideBox .bd{
	
margin: 0 auto;
	
position: relative;
	
width: auto;
	
height: auto;
	
text-align: center;
}
.slideBox .bd ul{
	margin: 0 auto;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;}
.slideBox .bd img{
    display:inline-block;
    width: auto;
    margin: 0 auto;
    }
.slideBox>a{
    position: relative;
    bottom: 77px;
    left: 50%;
    margin-left: -110px;
    width: 5px;
    display: inline-block;
    height: 5px;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;}
.slideBox .prev{}
.slideBox .next{
    margin-left: 160px;
    border-left-color: #fff;
    border-right-color: transparent;}
.slideBox .prev:hover{
    border-right-color: #8F0100;}
.slideBox .next:hover{
    border-left-color: #8F0100;}

.Banner{position: relative;}
.Banner>.bh{margin: 0px auto;float: revert;position: relative;}
.banner{margin: 0px auto;float: revert;width: 100%;position: relative;}

.banner img{
    width: 100%;}

/*右侧主体*/
.column{
    margin: 0px 0 50px 0px;
    width: 76%;
    float: right;}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;}
.bread h1{
    font-size: 24px;
    font-weight: normal;}
.bread .rt{
    position: relative;
    color: #9A9A9A;}
.bread .rt a{
    color: #9A9A9A;}
.bread .rt a:hover{
    color: #C9151E;}

/*通用：列表页*/
.common-list li{
    padding: 12px 5px 12px 0;
    line-height: 20px;
    overflow:hidden;
    border-bottom: 1px dashed #e5e5e5;}
.common-list li:hover{
    background: #F6F6F6;}
.common-list li span{
    float: right;
    color: #666;}
.common-list li p{
    margin-right: 120px;}
.common-list li a{
    position: relative;
    padding-left: 15px;
    text-decoration: none;}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;}
.common-list li a:hover:before{
    background: #C9151E;}

/*右侧主体-专题专栏*/
.column1{
    margin: 20px 0 50px 420px;}

.bread1{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;}
.bread1 h1{
   display: none;}
.bread1 .rt{
    position: relative;
    color: #9A9A9A;}
.bread1 .rt a{
    color: #9A9A9A;}
.bread1 .rt a:hover{
    color: #C9151E;}

/*通用：列表页-专题专栏*/
.common-list1 li{
    padding: 12px 5px 12px 0;
    line-height: 20px;
    overflow:hidden;
    border-bottom: 1px dashed #e5e5e5;}
.common-list1 li:hover{
    background: #F6F6F6;}
.common-list1 li span{
    float: right;
    color: #666;}
.common-list1 li p{
    margin-right: 120px;}
.common-list1 li a{
    position: relative;
    padding-left: 15px;
    text-decoration: none;}
.common-list1 li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;}
.common-list1 li a:hover:before{
    background: #C9151E;}

/*详情页*/
.detail{overflow:hidden;padding: 1px 0 20px;font-size: 13pt;}
.close{text-align:right;padding: 10px 0 5px 0;font-size: 11pt;font-family: simsun;}
.caption{
    text-align: center;}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;}
.caption p span{
    color: #666;
    margin: 0 5px;}

.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;}
.detail>p>a{
    color: #666;}
.detail>p>a:hover{
    color: #C9151E;}
.content table{

    border-collapse: collapse;}
.content table td{
    border: 1px solid #ddd;}
.fy1{display:none;}
.title2{
	border-bottom: 2px solid #d40909;
}
.title2 h1{
	width: 340px;height: 60px;line-height: 60px;font-size: 20px;color: #fff; float: left;background: #d40909;font-weight: normal;text-indent: 25px;
}
.title2 img{
	margin-top: 20px;
}
.cont_r .box{
	padding: 40px 40px 120px;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.jgsz3{
	width: 100%;
	padding-bottom: 45px;
}
.cont_r ul li{
	float: left;
	width: 33.3%;
	line-height: 45px;
	font-size: 20px;
	color: #222121;
}
.cont_r h2{
	font-size: 20px;
	color: #d40909;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 20px;
}
.cont_r strong{
	display: block;
	font-size: 20px;
	color: #222121;
	line-height: 70px;
	padding: 0px 0 0 0;
}

/*详情页-专题专栏*/
.detai2{overflow:hidden;padding: 1px 0 20px;font-size: 11pt;}
.close{text-align:right;padding: 10px 0 5px 0;font-size: 11pt;font-family: simsun;}
.caption{
    text-align: center;}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;}
.caption p span{
    color: #666;
    margin: 0 5px;}

.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;}
.detail>p>a{
    color: #666;}
.detail>p>a:hover{
    color: #C9151E;}
.content table{

    border-collapse: collapse;}
.content table td{
    border: 1px solid #ddd;}
.fy1{display:none;}

.dy1{width:auto;margin-left: 0;}

.detai2 .tit {
    text-align: center;
    margin: 20px 0;}

.detai2 .tit h7 {
    font-size: 26px;
    color: #000000;
    padding: 0;
    line-height: 33px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;}

.detai2 .tit h8 {
    font-size: 20px;
    color: #000000;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;}

.detai2 .tit h9 {
    font-size: 12px;
    color: #000000;
margin-left:20px
;}

.detai2 .tit h9 span+span {
    margin-left: 10px;}

.detai2 .text p {
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
    font-family: 宋体;}

.detai2 .text p span {
    font-family: 宋体;}
.space1{
    height:1px;
    background-color:black;
    margin-top:10px;}
.detai2 .fanye {
    width: 100%;
    border: 0px solid #f4f4f4;
    float: left;
    height: 88px;
    margin-top: 0;}

.detai2 .fanye p {
    font-size: 16px;
    line-height: 40px;
    height: 41px;
    width: 100%;
    margin-left: 0px;}

.detai2 .fanye p+p {
    border-top: 1px solid #f4f4f4;}

.detai2 .fanye p a {
    color: #000;
    font-family: 宋体;}

.detai2 .fanye p:hover a {
    transition: 0.56s;
    color: #ac1313;
    margin-left: 5px;}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
    overflow-x: auto;}

/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #C9151E;
    font-size: 24px;}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;}

/*师资队伍*/
.leader{
    margin: 50px 0;}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;}
.leader li{
    float: left;
    width: 422px;
    height: 225px;
    margin: 0 23px 46px;
    background: #eee;}
.leader li>a{
    float: left;
    width: 169px;
    height: 225px;
    overflow: hidden;}
.leader li img{
    display: inline-block;
    width: 169px;
    height: 225px;
    transition: .3s;}
.leader li img:hover{
    transform: scale(1.1);}
.leader li .info{
    margin-left: 169px;
    padding: 30px;}
.leader li .info h2{
    font-size: 24px;
    font-weight: normal;}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;}
.leader li .info p{
    color: #666;
    height: 75px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;}

/*搜索结果页*/
.search-list{
    margin: 30px 0;}
.search-list li{
    margin-bottom: 25px;}
.search-list li h3{
    font-size: 18px;}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;}
.search-list li span{
    color: #999;}

.training .hd ul{float:left;position:absolute;height:50px;width: 430px;}
.training .hd ul li{float:left;padding: 0 10px;cursor:pointer;font-size:28px;}
.training .hd ul li.on{ height:50px;}
.training .bd ul{ padding-top:20px;  zoom:1;}
.training .bd ul li{width:180px; height:130px;float:left; margin:0 15px 15px 0;position: relative;}
.training .bd ul li img{}

.dy{width:auto;margin-left: 0;}

.detail .tit {
    text-align: center;
    margin: 20px 0;}

.detail .tit h7 {
    font-size: 26px;
    color: #000000;
    padding: 0;
    line-height: 33px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;}

.detail .tit h8 {
    font-size: 20px;
    color: #000000;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;}

.detail .tit h9 {
    font-size: 12px;
    color: #000000;
margin-left:20px
;}

.detail .tit h9 span+span {
    margin-left: 10px;}

.detail .text p {
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
    font-family: 宋体;}

.detail .text p span {
    font-family: 宋体;}
.space{
    height:1px;
    background-color:black;
    margin-top:10px;}
.detail .fanye {
    width: 100%;
    border: 0px solid #f4f4f4;
    float: left;
    height: 88px;
    margin-top: 0;}

.detail .fanye p {
    font-size: 16px;
    line-height: 40px;
    height: 41px;
    width: 100%;
    margin-left: 0px;}

.detail .fanye p+p {
    border-top: 1px solid #f4f4f4;}

.detail .fanye p a {
    color: #000;
    font-family: 宋体;}

.detail .fanye p:hover a {
    transition: 0.56s;
    color: #ac1313;
    margin-left: 5px;}

.tuwen {
    font-family: "宋体";
}

.tuwen ul li {
    padding: 20px 0;
    border-bottom: 2px solid #aba8a8;
    height: 220px;}

.tuwen_tu {
    width: 150px;
    height: 180px;}

.tuwen_tu img {
    width: 100%;
    height: 100%;}

.tuwen_wen {
    width: 82%;}

.tuwen_wen h1 {
    font-weight: bold;}

.tuwen_wen h1 a{
    font-size: 18px;}

.tuwen_wen h1 a:hover {
    color: #D41C1A;}

.tuwen_wen p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #000000;}

.tuwen ul li:hover {
    cursor: default;}

.tuwen ul li:hover .tuwen_wen h1 a {
    color: #D41C1A;}

.tuwen_wen h2 a {
    float:right;
    color: #D41C1A;
    padding-top:10px;
    font-size: 16px;
    }

.tuwen_wen h2 a:hover {
    color: #D41C1A;
    font-weight:bold;}


.pull-left{
    float: left;}

.pull-right{
    float: right;}
.pull-rt{
    float: right;}

.sppic{
	margin-top: 10px;}
.sppic ul li{
	float: left;
	width: 33%;
	margin-top: 20px;
	height: 30%;}
.sppic ul li a{
	display: block;
	padding: 0 20px 10px 20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;}
.sppic ul li a img{
	display: block;
	width: 100%;
	height: 160px;}
.sppic ul li a p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;}
.sppic ul li a:hover{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; 
	-o-transition: all 0.5s ease 0s; 
	transform: translate(0, -5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
.sppic ul li a:hover p{
	color: #D41C1A;}

.ggpic{
	margin-top: 10px;}
.ggpic ul li{
	float: left;
	width: 33%;
	margin-top: 20px;
	height: 100%;}
.ggpic ul li a{
	display: block;
	padding: 0 20px 10px 20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;}
.ggpic ul li a img{
	display: block;
	width: 100%;
	height: 360px;}
.ggpic ul li a p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;}
.ggpic ul li a:hover{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; 
	-o-transition: all 0.5s ease 0s; 
	transform: translate(0, -5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
.ggpic ul li a:hover p{
	color: #D41C1A;}
.sypic{
	margin-top: 10px;}
.sypic ul li{
	float: left;
	width: 33%;
	margin-top: 20px;
	height: 30%;}
.sypic ul li a{
	display: block;
	padding: 0 20px 10px 20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;}
.sypic ul li a img{
	display: block;
	width: 100%;
	height: 280px;}
.sypic ul li a p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;}
.sypic ul li a:hover{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; 
	-o-transition: all 0.5s ease 0s; 
	transform: translate(0, -5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
.sypic ul li a:hover p{
	color: #D41C1A;}
.xszpz{
	margin-top: 0;}
.xszpz ul li{
	float: left;
	width: 33%;
	margin-top: 1px;
	height: 23%;}
.xszpz ul li a{
	display: block;
	padding: 0px 2px 10px 5px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;}
.xszpz ul li a img{
	display: block;
	width: 100%;
	height: 100px;}
.xszpz ul li a p{
	width: 100%;
	height: 10px;
	line-height: 10px;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;}
.xszpz ul li a:hover{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; 
	-o-transition: all 0.5s ease 0s; 
	transform: translate(0, -5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
.xszpz ul li a:hover p{
	color: #D41C1A;}

*{
    margin: 0;
    padding: 0;}
.sea{float:right;}

.slideTxtBox{
    float: right;
    width: 48.5%;}
       .slideTxtBox .hd{position:relative;}
        .slideTxtBox .hd ul{float:left;position:absolute;}
        .slideTxtBox .hd ul li{float:left;cursor:pointer;font-size: 28px;padding: 0 10px 0 10px;}
        .slideTxtBox .hd ul li.on{height: 4px;}
.slideTxtBox .hd ul li.on a{color:#c30404;}
   .xcp{
	margin: 20px 0;}
.xcp ul li{
	float: left;
	width: 80%;
	margin: 0px 60px;
	height: 100%;}
.xcp ul li a{
	display: block;
	padding: 0px 10px 10px 8px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;}
.xcp ul li a img{
	display: block;
	width: 100%;
	height: 200px;}
.xcp ul li a p{
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 9px;
	text-align: center;
	font-size: 16px;}
.xcp ul li a:hover{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; 
	-o-transition: all 0.5s ease 0s; 
	transform: translate(0, -5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
.xcp ul li a:hover p{
	color: #D41C1A;}
.clear{
	clear: both;}
.more{
    float: right;
    margin: -55px 0 0 0;}
.goTop {position: fixed;bottom: 41px;right: 42%;margin-right:-700px;z-index: 99;width: 44px;height: 40px;background: url(../images/icon_gotop.png) no-repeat center center #d24a46;}
.goTop:hover{background: url(../images/icon_gotop.png) no-repeat center center #7cbee9;}
.icon1{
	background:url(../images/icon1.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon2{
	background:url(../images/icon2.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon3{
	background:url(../images/icon3.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon4{
	background:url(../images/icon4.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon5{
	background:url(../images/icon5.png) left center no-repeat;
	height: 43px;
	float: left;
}
.icon6{
	background:url(../images/icon6.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon7{
	background:url(../images/icon7.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon8{
	background:url(../images/icon8.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon9{
	background:url(../images/icon9.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon10{
	background:url(../images/icon10.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon11{
	background:url(../images/icon11.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon12{
	background:url(../images/icon12.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon13{
	background:url(../images/icon13.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon14{
	background:url(../images/icon14.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon15{
	background:url(../images/icon15.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon16{
	background:url(../images/icon16.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon17{
	background:url(../images/icon17.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}
.icon18{
	background:url(../images/icon18.png) left center no-repeat;
	width: 43px;
	height: 43px;
	float: left;
}

.g-list{
	width: 48%;
	position: relative;
	float: left;
	padding: 0px 0 0 10px;
}
.aBox{
    float: left;
    width: 32.5%;
    /* height: 340px; */
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
    }
.train-info{
    display:none;
}
.t-info{
    float: right;
    width: 66%;
    min-height: 362px;
    margin: 20px 0 0 0;
    }
.t-info ul{
	/* width: 100%; */
}
.t-info li,
.train-info li{
    margin-bottom: 0px;
    line-height: 47px;
    }

.t-info li span,
.train-info li span{
    float: right;
    color: #666;
    font-size: 16px;
    }
.t-info li p,
.train-info li p{
    margin-right: 100px;}
.t-info li a,
.train-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 18px;}
.t-info li a:before,
.train-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #666;}
.t-info li a:hover:before,
.train-info li a:hover:before{
    border-left-color: #C9151E;}