@charset "utf-8";
/*通用*/
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  min-width: 1200px;
  color:#000;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,button,input,ol {
  margin:0px;
  padding:0px;
  border:none;
  list-style:none;
  font-weight: normal;
}
*{
  box-sizing: border-box;
}
input {border:none;}
.lf   {float:left;}
.rt  {float:right;}
.clear:after{
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
*:focus{
  outline:none;
}
img{
  border: 0;
  vertical-align: middle;
}
a  {
  color:#000;
  text-decoration:none;
}
a:hover {
  color: #f06135;
  text-decoration:none;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/*header*/
.header{
  width: 100%;
  height: 32px;
  line-height: 32px;
  background:url("../images/top.jpg") no-repeat center 0;
}
.header span{
  float: left;
}
.header a{
  float: right;
}
.header a.border{
  padding: 0 20px;
}

/**/
.header1{
  width: 100%;
  height: 109px;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}
.logo{
  width: 113px;
  height: 77px;
  margin-top: 15px;
}
.nav{
  width: 1040px;
  text-align: center;
}
.nav li{
  float: left;
  padding: 50px 28px 0;
  height: 109px;
  position: relative;
}
.nav li:last-child{
  padding-right: 10px;
}
.nav li a{
  display: block;
}
.nav>li>a{
  font-size: 16px;
  line-height: 30px;
  color: #363636;
}
.nav>li.active{
	background:#AF261B;
}
.nav>li.active>a{
  color: #fff;
}
.nav>li:hover{
	background:#AF261B;
}
.nav>li:hover>a{
  color: #fff;
}
.sub-nav{
  display: none;
  position: absolute;
  left: 0;
  top: 108px;
  background-color: #ffffff;
  width: 120px;
  opacity: 0.8;
  z-index: 2000;
}
.sub-nav>a{
  border-bottom: 1px solid #CCCDCE;
  font-size: 14px;
  padding: 10px 0;
  opacity: 1;
}
.sub-nav>a:hover{
	color:#f06135;
}
/*banner*/
.banner {
  min-width: 1200px;
  height: 627px;
  position: relative;
}
.banner ul li {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  z-index:10;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .cut {
  position: absolute;
  width: 43px;
  height: 75px;
  opacity: 0.3;
  top:50%;
  margin-top: -38px;
  left:50%;
  display: none;
  z-index: 20;
}
.banner:hover .cut {
  display: block;
}
.banner .cut:hover {
  opacity: 0.5;
  cursor: pointer;
}
.banner .indicator {
  position: absolute;
  width: 100%;
  left:0;
  bottom:30px;
  text-align: center;
  z-index: 20;
}
.banner .indicator a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 5px;
}
.banner .indicator a.cur {
  background: #AF261B;
}

.banner>.container{
  position: relative;
  z-index: 100;
}
.banner>.container>p{
  position: absolute;
  top: 518px;
  right: 0;
  width: 338px;
  height: 99px;
  background-color: #C3160A;
  opacity: 0.7;
}
.banner>.container>a{
  position: absolute;
  top: 544px;
  right: 0;
  width: 338px;
  height: 99px;
  font-size: 32px;
  color: #ffffff;
}
/**main**/
.main{
  padding-top: 16px;
  overflow: hidden;
}
.main>.container>.clear{
  padding:40px 0;
}
.main>.container>.clear>div{
  float: left;
  width: 390px;
  overflow: hidden;
}
.main>.container>.clear>div>.list-box div{
  padding:10px 20px;
  border:1px solid #C6C7C7;
  border-top:0;
}
.main>.container>.clear>div>.list-box div>p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main>.container>.clear>div>.list-box div>p a:hover{color:#f06135;}
.main>.container>.clear>div>.list-box div a{
  font-size: 16px;
  
  line-height: 30px;
}
.main>.container>.clear>div>h1{
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  color:#333;
  margin-bottom: 20px;
}
.main>.container>.clear>div.art1,.main>.container>.clear>div.art2{
  margin-right: 15px;
}
.main>.container>.clear>div.art1>h1{
  background: url("../images/tit_icon_03.png") 0 center no-repeat;
}
.main>.container>.clear>div.art2>h1{
  background: url("../images/tit_icon_05.png") 0 center no-repeat;
}
.main>.container>.clear>div.art3 h1{
  background: url("../images/tit_icon_07.png") 0 center no-repeat;
}
#link_logo{
  border:1px solid #C6C7C7;
}
.main>.container>.clear>div.art3 ul{
  height: 326px;
  padding:15px 10px;
  line-height: 28px;
}
.main>.container>.clear>div.art3 ul>li{
  color:#666;
  width: 370px;
}
.main>.container>.clear>div.art3 ul>li>span{
  float: right;
}
.main>.container>.clear>div.art3 ul>li>a{
  font-size:16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 285px;
  display: inline-block;
}
.art1>.list-box>ul>li{
  display: none;
  float: left;
}
.art1>.list-box{
  position: relative;
  height: 326px;
}
.art1>.list-box>ul>li.show{
  display: block;
}
.art1>.list-box>ol{
  position: absolute;
  right:15px;
  top:60%;
}
.art1>.list-box>ol>li{
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.art1>.list-box>ol>li.active{
  background: transparent;
  border:1px solid #fff
}
.main>ul{
  margin-top: 40px;
}
.main ul>li{
  float: left;
  width: 390px;
  margin-right: 15px;
}
.main ul>li:last-child{
  margin-right:0;
}
.img-box{
  overflow: hidden;
}
.main ul>li div>img:hover{
  -webkit-transform: scale(1.05);
}
.main ul>li div>img{
  -webkit-transition: all linear 0.3s;
}
.main ul>li .show-txt>h1{
  font-size: 20px;
  font-weight: bold;
  color:#333;
  margin-bottom: 14px;
}
.show-txt{
  padding:25px 18px;
  border:1px solid #C7C7C7;
  border-top:0;
}
.show-txt>p{
  color:#000;
  height: 37px;
  font-size:16px;
}
/**footer**/
.footer{
  width:100%;
  margin-top: 30px;
  background: #E9E9E9;
  padding:30px 10px;
  overflow: hidden;
  border-top:2px solid #AF251B;
}
.footer ul{
  margin-bottom: 19px;
}
.footer ul>li{
  float: left;
  padding:0 15px;
  line-height: 14px;
  border-right:1px solid #666;
}
.footer ul>li:last-child{
  border-right: 0;
}
.footer p{
  padding-left: 15px;
}
.footer select{
  width: 210px;
  height: 26px;
  background: #DDD;
  border:0;
}
/**contact**/
section{
  padding-top: 16px;
  overflow: hidden;
}
.bg{
  height: 350px;
  background: url("../images/contact_02.jpg") center 0 no-repeat;
}
.bg3{
  height: 350px;
  background: url("../images/xxjj_02.jpg") center 0 no-repeat;
}
.bg4{
  height: 350px;
  background: url("../images/xytd_02.jpg") center 0 no-repeat;
}
.bg5{
  height: 350px;
  background: url("../images/gzdt.jpg") center 0 no-repeat;
}
.bg6{
  height: 350px;
  background: url("../images/jqsh.jpg") center 0 no-repeat;
}
.bg7{
   height: 350px;
   background: url("../images/llyj.jpg") center 0 no-repeat;
 }
.bg8{
  height: 350px;
  background: url("../images/wqjt.jpg") center 0 no-repeat;
}
.bg9{
  height: 350px;
  background: url("../images/djyd.jpg") center 0 no-repeat;
}
.left-nav{
  width: 218px;
  color:#fff;
}
.right-content{
  width: 933px;
}
.left-nav>div{
  padding: 42px 22px;
  border-bottom:5px solid #D46453;
  background: #B70912;
}
.left-nav h1{
  font-size: 22px;
}
.left-nav h2{
  font-size: 12px;
}
.left-nav>ul>li{
  height: 50px;
  line-height: 50px;
}
.left-nav>ul>li>a{
  font-size: 16px;
  display: block;
  width:100%;
  height:100%;
  padding-left: 60px;
  background: #F8F8F8;
}
.left-nav>ul>li>ol{
  display: none;
}
.left-nav>ul>li>ol>li{
  padding-left: 60px;
}
.left-nav>ul>li>ol.show{
  display: block;
}
.left-nav>ul>li.active>a{
  background: #B70912;
  color:#fff;
}
.left-nav>ul>li.active>a:before{
  content: "";
  display: inline-block;
  vertical-align:middle;
  margin-left: -12px;
  margin-right: 12px;
  border-left:5px solid #fff;
  border-top:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid transparent;
}
.content-top{
  height: 35px;
  border-bottom:1px solid #E7E7E7;
}
.content-top>h1{
  font-size: 18px;
  font-weight:bold;
  color:#333;
}
.content-top>h1>span{
  color:#000;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
}
.brand>span{
  font-size: 12px;
  color:#000;
  margin-right: 10px;
}
.brand>span:after{
  content: '>';
  margin-left: 10px;
}
.brand>b{
  font-weight: normal;
  color:#c7000a;
}
.content-body{
  padding:38px 18px;
  text-align: center;
}
.contact .content-body{
  text-align:left;
}
.content-body>h1{
  color:#b70912;
  font-size: 24px;
  margin-bottom: 30px;
}
.content-body>p{
  margin-top: 16px;
}
/**jxgl.asp**/
.bg2{
  height: 350px;
  background: url("../images/jxgl_02.jpg") center 0 no-repeat;
}
.course>li>a{
  display: block;
  width: 933px;
  height: 43px;
  line-height: 43px;
  border-bottom:1px dashed #CAC9C9;
}
.course>li>a:hover{
  color:#f06135;
}
.course>li>a>p{
	font-size:16px;
  float: left;
}
.course>li>a>p:before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
}
.course>li>a>span{
  float: right;
}
.teach .content-body{
  padding:0;
  margin-top: 14px;
}

/**szdw.asp**/
.teachers{
  margin-top: 45px;
  overflow: hidden;
}
.teachers>li,.works>li{
  float:left;
  width: 219px;
  margin-right: 18px;
  margin-bottom: 20px;
  border:1px solid #999;
}
.gaidong{
	overflow:hidden;
	width:933px;
}
.teachers>li:nth-child(4n+0),.works>li:nth-child(4n+0){
  margin-right: 0;
}
.teachers>li>.img-box>img,.works>li .img-box>img{
  transition: all linear .3s;
}
.teachers>li>.img-box>img:hover,.works>li .img-box>img:hover{
  -webkit-transform: scale(1.05);
}
.teachers>li>p,.works>li p{
  height: 50px;
  line-height: 50px;
  text-align: center;
  color:#000;
  width: 218px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

/**xxjj.asp**/
.school .content-body{
  padding:10px 0;
  text-align: left;
}
.school .content-body>p{
  margin-bottom: 20px;
  line-height: 30px;
  text-indent: 2rem;
}
.school-imgs{
  padding-left: 20px;
}
.school-imgs>div{
  margin-right: 15px;
}
.school-imgs>div>p{
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
/**xytd.asp**/
.students .content-body{
  padding:20px 15px;
  text-align: center;
  color:#000;
  font-size: 16px;
}
.students .content-body>h1{
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 10px;
  color:#000;
  border-bottom:1px dashed #999;
}
.students .content-body>span{

  font-size: 12px;
}
.students .content-body>p{
  text-align: left;
  text-indent: 2rem;
  line-height: 30px;
}
.students .content-body>h3{
  font-size: 14px;
  float: right;
}
.works-show .content-body{
  padding:40px 0;
}
.page-change{
  display: inline-block;
  margin:0 auto;
  margin-top: 30px;
}
.page-change>li>a{
	display:block;
    width:100%;
    height:100%;
    border:1px solid #B7BFC6;
}
.page-change>li>a.active{
	background:#b70912;
	color:#fff;
	border:0px;
}
.page-change>li{
  float: left;
  width: 28px;
  height: 28px;

  text-align: center;
  line-height: 28px;
  margin-right: 15px;
  cursor: pointer;
}
.page-change>li.active{
  background: #B70912;
  border:0;
  color:#fff;
}
.page-change>li:first-child,.page-change>li:last-child{
  width: 56px;
}
.page-change>li:last-child{
  margin-right:0;
}
.up-down a{
  color:#000;
}
.up-down a:hover{
  color: #AF261B;
}
.up-down{
  margin-top: 30px;
}
.up-down ul{
  display: inline-block;
}
.up-down li{
  margin-bottom: 15px;
}
.up-down>a{
  float: right;
  width: 94px;
  height: 30px;
  border:2px solid #999;
  text-align: center;
  line-height: 30px;
}

/**map**/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{
  margin-top: 20px;
}
/********index******/
.main-btn>h1{
  padding-left: 30px;
  font-size: 18px;
  color:#333;
  line-height: 30px;
  font-weight: bold;
  background: url("../images/zuopin_icon_03.png") 0 center no-repeat;
}
#leftUl{
  margin-top: 10px;
}
#leftUl>li{
  float: left;
  border:1px solid #A1A1A1;
  margin-right: 25px;
  width: 220px !important;
}

#leftUl>li p{
  text-align: center;
  line-height: 46px;
  color:#000;
}
#leftUl>li:last-child{
  margin-right:0;
}
.tempWrap{
  width:1200px !important;
}
.video-list>li>a>div{
  position: relative;
}
.video-list>li>a>div>.play{
  position: absolute;
  left:50%;
  top:50%;
  margin-left: -23px;
  margin-top:-23px;
}
.works-list-head{
  margin-bottom: 40px;
}
.works-list-head>li{
  cursor: pointer;
  float: left;
  padding:5px 15px;
  border-radius: 15px;
  border:1px solid #eee;
  font-size: 16px;
  margin-right: 20px;
}
.works-list-head>li.active{
  background: #B70912;
  color:#fff;
  border-color:#B70912;
}

