*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul li{list-style: none;}
body{
  font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
  background: #f0f0f0;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.mt10{
  margin-top:10px!important;
}
.mt15{
  margin-top:15px!important;
}
.mt20{
  margin-top:20px!important;
}
.mt30{
  margin-top:30px!important;
}
.mta{
  margin: 0 auto;
}
/* 主体CSS */
.advertising{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.advertising img{
  width: 100%;
  height: 100%;
}/*header*/
.advertising .search {
  float: left;
  margin-top: 18px;
  width: 275px;
  height: 28px;
  border: 1px solid #af1314;
  border-radius: 14px;
  background: #fff;
  position: absolute;
  right: 80px;
  top:10px
}
.search input {
  float: left;
  height: 20px;
  width: 215px;
  font-size: 14px;
  line-height: 20px !important;
  color: #333;
  margin-left: 10px;
  margin-top: 4px;
  border: none;
  outline: none;
}
.search .searchBtn {
  width: 16px;
  height: 100%;
  text-align: left;
  float: right;
  line-height: 40px;
  color: #333;
  padding-left: 15px;
  background: url(../images/icon/search.png) 5px 6px no-repeat;
  cursor: pointer;
}
/*澶撮儴*/
.header{
  width: 100%;
  height: auto;
}
.header .head{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
/*logo*/
.header .head .logo{
  width: 452px;
  height: 31px;
  float: left;
}
.header .head .logo img{
  padding-top: 7px;
}
.header .head .r_box{
  width: 250px!important;
  height: 30px;
  float: right;
  margin-top: 22px;
}
.header .head .r_box a{
  display: inline-block;
  margin-left: 20px;
  float: left;
  position: relative;
  padding-left: 0px;
  border-left: 0px;
}
.header .head .r_box a .weixin{
  width: 22px;
}
.header .head .r_box a.mobile{
  width: 22px;
  margin-left: 10px;
}
.header .head .r_box a.title{
  font-size: 14px;
  color:#A61111;
  font-weight:bold;
}
.header .head .r_box a .ewmImg{
  display: none;
  position: absolute;
  top:26px;
  left: 0;
  height: 108px;
  max-width: 91px;
}
.header .head .r_box a:hover .ewmImg{
  display: block;
}
/*瀵艰埅*/
.header .nav{
  width: 100%;
  height: auto;
}
.header .nav .box{
  width: 100%;
  height: 45px;
  background-color:#a61111;
}
/*涓诲鑸�*/
.header .nav .box ul{
  width: 1200px;
  margin: 0 auto;
}
.header .nav .box ul li {
  display: inline-block;
  float: left;
  /* padding: 0 35px; */
  height: 45px;
  line-height: 45px;
  font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 20px;
  position: relative;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}
.header .nav .box ul li:hover div{
  display: block;
}
.header .nav .box ul li div{
  position: absolute;
  top:45px;
  left: 0;
  width: 100%;
  height: auto;
  border:1px solid #BD0004;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #fff;
  z-index: 9;
  display: none;
  
}
.header .nav .box ul li div a{
  display: block;
  width: 100%;
  text-align: center;
  border-top:1px solid #ccc;
  height: 35px;
  color: #666;
  font-size: 14px;
  line-height: 35px;
}
/*鍓鑸�*/
.header .nav ol{
  width: 1200px;
  margin: 0 auto;
}
.header .nav ol li {
  display: inline-block;
  float: left;
  padding: 0px 17px;
  height: 40px;
  line-height: 40px;
  font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 20px;
  
}
.header .nav ol .spe{
  padding: 0 51px;
}
.header .nav li.first {
  padding-left: 58px!important;
}
.header .nav li.last{
  padding-right: 25px!important;
}
.header .nav .box ul li a{
  color:#fff;
}
.header .nav .box ul li div a:hover{
  color: #CB1414;
}
.header .nav .box ul li:hover{
  background-color: #CB1414;
}

.header .nav ol li a{
  color:#fff;
  display: block;
}
.header .nav ol li a.hover{
  line-height: 20px;
  display: none;
}
.header .nav ol li:hover a.hover{
  display: block;
}
/*澶撮儴缁撴潫*/
/* 第一部分内容 */
.content_first,.content_sec,.content_third{
  width: 1200px;
  margin: 0 auto;
}
.contentBox{
  background: url('../images/bg-1.png');
}
.content{
  margin-top: 20px;
  height: auto;
  padding-top: 20px;
  overflow: hidden;

  width: 1200px;
  margin: 0 auto;
}
.content .left{
  float: left;
  width: 180px;
}
.content .left ul{
  font-size: 18px;
}
.content .left ul li{
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #666;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.content .left ul li.style a{
  color:#A61111
}
.content .left ul li:last-child {
  border: none;
}
.content .left ul li a{
  font-size: 16px;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
}
.content .left{
  float: left;
  width: 180px;
}
.content .main{
  float: left;
    margin: 0 0 45px 30px;
    width: 990px;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 1px 6px 0px rgba(51, 51, 51, 0.1);
    background-color: #fff;
}
.content .pgcurr {
  line-height: 50px;
  border-top: 1px solid #FF0000;
  /*background: url(../imgs/img_27.png) repeat;*/
  height: 50px;
}
.content .pgcurr ul {
  margin-left: 40px;
}
.content .pgcurr li {
  float: left;
  font-size: 14px;
}
.content .pgcurr li a {
  color: #666666;
}
.content .detail {
  /* width: 930px; */
  width: 990px;
  background: #fff;
}
.detail-hd {
  margin-top: 15px;
  padding: 0 100px;
  font-size: 12px;
  line-height: 28px;
  color: #999999;
}
.detail-hd h2 {
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.detail-hd .subtitle{
  font-size: 20px;
  text-align: center;
 }
.detail-hd ul {
  margin-top: 15px;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  height: 25px;
}
.detail-hd li {
  float: left;
  margin-left: 138px;
}
.detail-bd {
  margin-top: 33px;
  padding: 0 100px 105px 100px;
  /* text-indent: 32px; */
  font-size: 16px;
  line-height: 26px;
}
.detail-bd p {
  margin-top: 35px;
  color: #666666;
}
.detail-bd p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.photolist{
  width: 100%;
}
.photolist ul{
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.photolist ul li{
  width: 189px;
  height: 239px;
  text-align: center;
  display: inline-block;
  padding: 0 50px;
}
.photolist ul li.one{
  margin: 0 auto;
  display: block;
  clear:both;
  float:none;
}
.photolist ul li.five{
  margin: 0 auto;
  padding: 0 0;
}
.photolist ul li img{
  width: 124px;
  height: 174px;
}
.photolist ul li span{
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  color: #333;
}
.list {
  padding: 0 30px;
}
.list ul li {
  margin-bottom: 15px;
  /* padding-left: 16px; */
  overflow: hidden;
}
.list ul{
  padding: 0;
  margin-top: 25px;
  padding-bottom: 28px;
  /* font-size: 20px; */
  border-bottom: 1px dashed #d9d9d9;
}
.list ul:last-child {
  border: none;
}
.list ul li a {
  display: block;
  width: 72%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  color: #333;
  position: relative;
    padding-left: 16px;
    font-size: 16px;
}
.list ul li a:hover{
  color:#A61111;
}
.list ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #aaa;
}
.list ul li span{
  float: right;
  color:#ADADAD
}
.about{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;

}
.about h5{
    font-size: 16px;
    margin-left: 30px;
    color: #333;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    width: 40%;
    float: left;
    text-align: center;
}
.about h5 span{
  font-size: 16px;
  color: #666;
  border-left:3px solid #a61111;
  padding-left: 10px;
}
.about .dt{
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 30px;
  float: left;
  padding-bottom: 50px;
}
.about .dt img{
  width: 900px;
}
/* footer */
.footer{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-top: 70px;
}
.footer .footCon{
  width: 1200px;
  height: 190px;
  margin: 0 auto;
}
.footer .footCon p{
  text-align: center;
  font-size: 12px;
  width: 100%;
  height: 20px;

}
.footer .footCon p a{
  color:#333;
}
.footer .footCon p.qualifications a{
  color:#333;
  padding: 0 10px;
}
.footer .footCon p.about a{
  color:#333;
  padding: 0 5px;
}
.footer .footCon p.about span{
  border-left:1px solid #666;
  height: 12px;
  display: inline-block;
}



/* gif */
.header .head .r_box .gif {
	width: 100px;
	margin-left: 0px !important;
	/* margin-top: -3px; */
}
/* gif end */

