@charset "UTF-8";
/*CSS重置*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: "PingFang","Microsoft YaHei","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma;
  color: #333;
  /*网站变灰
  -webkit-filter:grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
}
input,
textarea {
  font-family: "PingFang","Microsoft YaHei","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma;
  font-size: 14px;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
}

body a {
  outline: none;
  text-decoration: none !important;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  clear: both;
}

*:focus {
  outline: none;
}

input {
  outline: none;
}

* {
  box-sizing: border-box;
}

.fline{clear: both; width: 100%;}
input[type="button"],
input[type="number"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: none;
}
*{margin: 0; padding: 0;}
/* 公共的样式 */
.comwidth{
    width: 1300px;
    margin: 0 auto;
}
.hide{
    display: none!important;
}
.fl {
  float: left;
}
.cl:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
/* 公共的样式 */
/* header头部 */
.header{background-color: #fff;background-image: linear-gradient(#fff ,#fef5ec);}
.header .logotop{overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.header .logotop .logo_pic{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header .logotop .search_box{
    width:300px;
    height:36px;
    background:rgba(255,255,255,1);
    border:1px solid #A10102;
    border-radius:18px;
    /*float: right;*/
    /*margin-top: 49px;*/
}
.header .logotop .search_box input{
    display: inline-block;
    line-height: 34px;
    border: none;
    outline: none;
    width: 80%;
    /* position: absolute; */
    border-radius: 18px;
    padding-left: 10px;
}
.header .logotop .search_box button{
    border: none; background:none;
    float: right;
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}

  /*头部导航  */
.nav{ width:100%; height:60px; background-color: #FFFFFF;border-bottom:3px solid #a10102; background-image: linear-gradient(  #fef5ec, #fef2e7);}
.pc_nav li{ float:left; height: 60px; line-height: 60px; text-align:center;transition: all 200ms;position: relative;}
.pc_nav li .waia{color: #333; display: block;font-size:22px;font-weight: bold;padding: 0 13px;}

/* .pc_nav li .waia{ text-align:center; color:#fff;font-size: 16px; padding-bottom:11px;} */

/* .pc_nav li.gaoliang .waia{ color: #00A0E9; border-bottom: 2px solid #00A0E9;padding: 10px;} */
.pc_nav li.cur .waia{ font-size: 24px;color: #a10102;}
.pc_nav li:hover .waia{ background-color: #a10102;color: #FFFFFF;}

.pc_nav li .xldiv{ display: none; position: absolute; top: 60px;
  z-index: 2;
  width: 100%;background:#FFFFFF;text-align: center;box-shadow: 0 2px 16px 0 rgb(0 0 0 / 16%);}

.pc_nav li .xldiv a{ display: block; font-size: 20px;font-weight: bold;; color: #333;line-height: 60px; border-bottom: 1px solid #A4B3C1;}
.pc_nav li .xldiv a:hover{background-color: #a10102;color: #FFFFFF;}
.pc_nav li .xldiv a:first-child{border-top: 1px solid #A4B3C1;}
/* .pc_nav li .xldiv a:hover{ color: #fff;background:#00A0E9;} */

/* header头部 */
/* 底部 */
.footer{background-color: #a10102;padding-bottom: 20px;border-top: 4px solid #90000a;margin-top: 20px;}
.footer_box{
  overflow: hidden;
}
.footer .footer_box>div{
  float: left;
  margin-top: 20px;
}
.footer_box .yqlj{
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height: 16px;
}
.footer_box .red_line{
  margin-top: 6px;
  width: 40px;
  height: 2px;
  background-color: #ac4e3c;
  margin-bottom: 12px;
}
.footer_box .left_box .gglj{
  width: 370px;
  overflow: hidden;
}
.footer_box .left_box .gglj>a{
  font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
line-height:25px;
opacity:0.9;
display: block;
float: left;
padding-right: 20px;
}
.footer_box .zhong_box{
  overflow: hidden;
  margin-left: 220px;
}
.footer_box .zhong_box .zhong_div{
  overflow: hidden;
  margin-bottom: 19px;
}
.footer_box .zhong_box .zhong_div img{
  display: block;
  float: left;
}
.footer_box .zhong_box .zhong_div .zhong_neirong{
  margin-left: 8px;
  float: left;
}
.footer_box .zhong_box .zhong_div div{
/*  font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
line-height:19px;*/
}
.footer_box .right_box{
  /*float: right !important;*/
    margin-left: 180px;
}
.footer_box .right_box .right_div{
  text-align: center;
}
.footer_box .right_box .right_div div{
  font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(203,203,203,1);
line-height:14px;
}
.footer .footer_box .footer_line{
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,.3);
  margin-top: 20px;
}
.footer .footer_box>div.banquan{
  margin-top: 20px;
  width: 100%;
  font-size:13px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
}
.footer .footer_box>div.banquan>div>a{
  font-size:13px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
}
.footer .footer_box>div.banquan>div{
  float: left;
}
.footer .footer_box>div.banquan>div:nth-child(2){
  float: right;
}
/* 底部结束 */

/*侧导航*/
.celan{
	width: 50px;height: 210px;position: fixed;right: 75px;top: 50%;margin-top: -105px;z-index: 11;
}
.celan .mli{
	width: 50px;height: 50px;margin-bottom: 10px;position: relative;line-height: 50px;
}
.celan .mli .qq{
	width: 100%;height: 50px;position: absolute;top: 0;right: 0;background:rgba(202,202,202,1);
	transition: all 400ms;
}
.celan .mli:hover .qq{
	width: 250px;background:#a10102;
}
.celan .mli:hover .qq.qq2{
	width: 150px;
}
.celan .mli .qq .zi{
	width: 0px;height: 50px;text-align: center;font-size: 16px;color: #fff;transition: all 400ms;overflow: hidden;

}
.celan .mli .qq .zi a{color: #fff;}
.celan .mli:hover .qq .zi{
	width: 100px;
}
.celan .mli .qq .tu{
	width: 50px;height: 50px;text-align: center;line-height: 50px;color: #fff;
}
.celan .mli .qq .tu img{margin-top: 8px;}
.celan .mli .qq .tu i{
	font-size: 30px;
}
.celan .mli .ms{
	width: 100%;height: 50px;position: absolute;top: 0;right: 0;background:rgba(202,202,202,1);
	cursor: pointer;transition: all 400ms;
}
.celan .mli:hover .ms{
	background:#a10102;
}
.celan .mli .ms .tu{
	width: 50px;height: 50px;text-align: center;line-height: 50px;color: #fff;
}
.celan .mli .ms .tu img{margin-top: 8px;}
.celan .mli .ms .tu i{
	font-size: 30px;
}

@media only screen and (max-width: 768px) {
    
	.common-width{ width:90%; margin:0 auto;}
	.pc_nav,.header-right{ display:none;}
	#header{width:100%; background:#fff; height:80px; position:fixed; top:0; left:0; z-index:9999; box-shadow: 1px 0px 5px #999; overflow:hidden;}
	.header-1{ height:80px; overflow:hidden;}
	.logo{ width:300px; margin-top: 15px;}
	.logo img{ width:100%; }
	.footer .one .lnk1{ margin-left: 0;}
	.footer .one .lnk1{width:100%; margin-bottom:10px;}
	.footer .two .zas{ width:100%;}
	.footer .two .zas li{width:100%;}
	.footer .two{ height:auto; margin-bottom:30px;}
	.footer .two .weixin{ float:left; margin-left:-15px; margin-right:0;}
	.footer .three{ font-size:13px; line-height:24px; text-align:center;}

	
	#menu{ display:block;}
    .phone_nav{display: block;}
	.phone_nav a
	{
		display: block;
		width: 22px;
		height: 20px;
		position: absolute;
		top: 32px;
    	right: 20px;
		z-index:999;
	}
	.phone_nav a:before,
	.phone_nav a:after
	{
		content: '';
		display: block;
		background: #333;
		height: 2px;
	}
	.phone_nav a span
	{
		background: #333;
		display: block;
		height: 2px;
		margin: 6px 0;
	}
}
@media only screen and (max-width: 1366px){
  .celan{
    right: 10px;
  }
}
@media only screen and (max-width: 1240px){
  .celan{
    right: 10px;
  }
  .comwidth{
    width:1100px;
  }
  .content .newbox .left_lb{
    width: 400px;
  }
  .content .newbox .right_tab{
    width: 680px;
  }
  .pc_nav li{
    width: 120px;
  }
}
@media only screen and (max-width: 1180px){
  .comwidth{
    width:1000px;
  }
  .home-banner{
    height: 254px;
  }
  .footer_box .zhong_box {
    overflow: hidden;
    margin-left: 150px;
}
}
@media only screen and (max-width: 1024px){
  .pc_nav,.header-right{ display:none;}
	#header{width:100%; background:#fff; height:80px; position:fixed; top:0; left:0; z-index:9999; box-shadow: 1px 0px 5px #999; overflow:hidden;}
	.header-1{ height:80px; overflow:hidden;}
  .logo{ width:300px; margin-top: 15px;}
  #menu{ display:block;}
    .phone_nav{display: block;}
	.phone_nav a
	{
		display: block;
		width: 22px;
		height: 20px;
		position: absolute;
		top: 40px;
    	right: 20px;
		z-index:999;
	}
	.phone_nav a:before,
	.phone_nav a:after
	{
		content: '';
		display: block;
		background: #333;
		height: 2px;
	}
	.phone_nav a span
	{
		background: #333;
		display: block;
		height: 2px;
		margin: 6px 0;
	}
  .logo img{ width:100%; }
  .comwidth{
    width:850px;
  }
  .header .logotop .logo_pic{
    float: left;
    margin-top: 23px;
    margin-bottom: 23px;
    width: 475px;
  }
  .header .logotop .search_box{
    width: 240px;
    height: 36px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(206,206,206,1);
    border-radius: 18px;
    float: right;
    margin-top: 32px;
    margin-right: 35px;
  }
  .nav{
    display: none;
  }

}
@media only screen and (max-width: 860px){
  .footer_box .zhong_box{
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px){
  .comwidth{
    width:95%;
  }
}
/*.nav.active{position: fixed; top: 0px; z-index: 999999;  }*/
.neir table{
    border-color: #b3b3b3;
}
.right_box span{
    padding-right: 20px;
}
.zhong_neirong{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 25px;
    opacity: 0.9;
}
