body, textarea, input, select, option {
    font-size: 14px;
    color: #333;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", tahoma, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
  }
  body, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, dl, dd, p, textarea, input, select, option, form {
    margin: 0;
  }
  ol, ul, textarea, input, option, th, td {
    padding: 0;
  }
  table {
    border-collapse: collapse;
  }
  li {
    list-style-type: none;
  }
  article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
  }
  .clearfix:after {content:'.';display:block;height:0;clear:both;visibility:hidden;}
  .clearfix {*zoom:1;}
  .clear {
    clear: both;
    height: 0;
    overflow: hidden;
  }
  a {
    text-decoration: none;
    color: #333;
  }
  a, textarea, input, select {
    outline: none;
  }
  textarea {
    overflow: auto;
    resize: none;
  }
  .img img {
    display: block;
  }
  a img {
    border: none;
  }

  .pr {
    position: relative;
  }
  .pa {
    position: absolute;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  a:hover {
    text-decoration: underline;
  }
  .m {
    margin: 0 auto;
    width: 1200px;
    padding:0 40px;
  }
  .mt {
    margin-top: 15px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  /**
  去ie10 小X
  */
  ::-ms-clear { display: none;}
  ::-ms-reveal { display: none;}
  /**
   placeholder color更改
  */
  ::-webkit-input-placeholder { /* WebKit browsers */
      color:#ccc;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color:#ccc;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color:#ccc;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color:#ccc;
  }
  [v-cloak] {
    display: none;
  }
  blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top{
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    font-size: 13px;
    line-height: 37px;
}
.top-lj, .middle{
    width: 1200px;
    margin: 0px auto;

}
.top-lj img{
    display: inline-block;
    vertical-align: middle;
    margin: 0% 1%;
}
.top-tp{
    background: url(3.jpg) no-repeat;
    height: 400px;
    margin-top: 2px;
    background-size: 100%;
    text-align: center;
}
.top-tp div{
    color: #b10707;
    font-size: 46px;
    font-weight: bold;
}

.top-dhl{
    width: 100%;
    height: 64px;
    background: #c93025;
}
.top-dhl div{
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.top-dhl ul{


    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-dhl ul li{
    position: relative;
    margin-right: 57px;
    width: 145px;
    height: 100%;
}
.top-dhl ul li a:hover {
background-color: #ffd71f;
    color: #b10707;
}
a:hover{text-decoration: none;}
.top-dhl ul li a{
    display: block;
    width: 100%;
    color: #f1efee;
    text-align: center;
    font-weight: 700!important;
    font-size: 22px;
    line-height: 64px;
}

/*轮播图*/
.slideimg{
	width: 595px;
	height: 345px;
	margin-top: 25px;
	
	float: left;
	position: relative;
	overflow: hidden;
}
.slideimg .bd ul li,.slideimg .bd ul li img{
	width: 595px;
	height: 345px;
}
.slideimg .titletext{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 350px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
    text-align: initial;
}
.titletext a{
	color: #fff;
}

.slideimg .hd{
	height: 35px; 
	overflow: hidden; 
	position: absolute; 
	right: 5px; 
	bottom: 5px; 
	z-index: 1; 
}
.slideimg .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  }
.slideimg .hd ul li{ 
	float:left; 
	margin-right:0px;  
	width:35px; 
	height:35px; 
	line-height:35px; 
	text-align:center; 
	background:#131617; 
	cursor:pointer; 
	color:#fff; 
}
.slideimg .hd ul li.on{ 
	background:#b1b8c9; 
    color: #fffa81;

}   
/*轮播图结束*/
.news{
	width: 550px;
	height: 390px;
	float: right;
	overflow: hidden;
}
.chnlnav{
	width: 100%;
	height: 57px;
	background: url("../images/chnavbg.png") no-repeat;
	margin-top: 24px;
}
.chnlnav ul{
	width: 533px;
	float: left;
    position: absolute;
}
.chnlnav ul li{
	width: 140px;
	height: 57px;
	text-align:center;
	line-height: 48px;
}
.chnlnav ul li.on{
	background: url("../images/libg.png") no-repeat;
}
.chnlnav ul li.on a{
	color: #b10707;
	font-size: 24px;
    font-weight: bold;
}
.chnlnav .more{
	width: 83px;
	height: 48px;
	line-height: 48px;
	float: left;
}
.chnlnav .more a{
	color: #c81b15;
	font-size: 20px;
	font-family: "微软雅黑";

}
.xiangqing{
    color: #b10707;
    
}
.ttxw{
    font-size: 19px;
    color: #b10707;
    line-height: 40px;
}
.item ul li{
	width: 545px;
	height: 34px;
	line-height: 34px;
    text-align: initial;
	background: url("tb4.png") no-repeat 0px 18px;
}
.item ul li a{
	margin-left: 20px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666;
}
.item ul li a:hover{
	color: #c81b15;
}
.item ul li span{
	float: right;
}
.hide{
	display: none;
}
.dbox{
	width: 1256px;
	height: 383px;
	background-color:#fff;
	border: 1px solid #e8dbdb;
	box-shadow: 0 0 5px #e8dbdb;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}
.left{
	width: 623px;
	height: 383px;
	float: left;
}
.left .chnlnav{
	margin-top: 0;
}
.left .chnlnav ul{
	width: 580px;
}
.chnlnav ul li{
	float: left;
}
.chnlnav ul li a{
	color: #b10707;
	font-size: 24px;
    font-weight: bold;
}


.middle-list{
    float: left; position: relative; overflow: hidden;margin: 20px 0px; width: 100%;
}
.middle-list-bt{
    text-align: center;
    font-size: 32px;
    color: #b10707;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
}
.middle-list-bt img{
    display: inline-block;
    vertical-align: middle;
    margin: 0% 2%;
    width: 7px;
}
.middle-list-nrf{
    display: flex;
    justify-content: space-between;
}

.middle-list-nr img{
    width: 270px;
    height: 155px;
}
.middle-list-nr div{
    background: #b10707;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 41px;
}


.middle-gr-nrf{
    display: flex;
    justify-content: space-between;
}

.middle-gr-nr img{
    width: 215px;
    height: 220px;
}
.middle-gr-nr div{
    background: #b10707;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 41px;
}

.middle-zuo{
    width: 50%;
    float: right;
}
.middle-you{
    width: 50%;
    float: right;
}
.middle-zuo-bt{
    font-size: 32px;
    color: #b10707;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
    border-bottom: 2px solid #b10707;
    height: 54px;
    width: 97%;
    text-align: initial;
}
.middle-zuo-bt img{
    display: inline-block;
    vertical-align: middle;
    margin: 0% 2%;
    width: 7px;
}
.zj{
    background: url(bjt.jpg) no-repeat;
    margin-top: 2px;
    background-size: 100%;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    float: left;
}