﻿/**********总宽度************/
.zwcWidth{
	width: 100%;
	margin: 0 auto;
}
/*头部——第一部分*/
.header1{
	height: 4rem;
	background: #151515;
	color: #fff;
	font-size: 1.2rem;
}
.header1-left{
	float: left;
      line-height: 4rem;
}
.header1-right{
	float: right;
  	line-height: 4rem;
}
.header1-right-con>li{
	float: left;
}
.header1-right-con>li a{
	color: #fff;
}
.header1-right-con>li:nth-child(2) a{
	border-left: .1rem solid #fff;
	border-right: .1rem solid #fff;
	padding: 0 .3rem;
	margin: 0 .3rem;
}
.header1-right-con>li a:hover{
	text-decoration: underline;
}
/*头部——第二部分*/
.header2{
	padding: 2rem 0;
}

.header2-left{
	float: left;
}
.header2-left h1{
	float: left;
}
.header2-left>a{
	display: block;
    float: left;
}
.header2-left ul{
	float: left;
	border-left: .1rem solid #e61931;
	padding-left: 1rem;
    margin-left: 1rem;
    color: #e61931;
    font-size: 1.6rem;
    letter-spacing: .1rem;
}
.header2-right{
	float: right;
}
/*第三部分*/
.header3{
	background: #fff;
	border-top: .1rem solid #ddd;
}
.header3-first{
	padding: 1.5rem 0;
}
.header3-first li{
	float: left;
	width: 14.28%;
	text-align: center;
	font-size: 1.8rem;
    
}
.header3-first li a{
	color: #000;
}
.header3-first li a:hover{
	color: #e61931;
}
.header3-sec{
	height: 3rem;
	background: url(../../assetsnew/imgs/navbg1.png) no-repeat;
	background-size:100% 100%;
}
@media (max-width: 1650px) and (min-width: 1200px){
	.header3-sec{
		background-image: url(../../assetsnew/imgs/navbg.png);
	}
}
.header3-sec ul{
	width: 50%;
	height: 3rem;
	line-height: 3rem;
	margin: 0 auto;
}
.header3-sec ul li{
	float: left;
	width: 14.2%;;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header3-sec ul li a{
	color: #fff;
	font-size: 1.6rem;
}
/*固定导航*/
.header3-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	border-top: none !important;
}

/*手机+ipad*/
.header-m{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	height: 5rem;
	line-height: 5rem;
	box-shadow:1px 1px 10px #888888;
	z-index: 99999;
}
.header-m>div{
	float: left;
	width: 15%;
	text-align: center;
}
.header-m>div:nth-child(2){
	width: 70%;
}
.header-m1 p{
	font-size: 1.5rem;
    color: #e61931;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: .1rem solid #ddd;
}
.header-m2 img{
	width: 80%;
	vertical-align: middle;
}
/*logo分辨率*/
@media (max-width: 450px) and (min-width: 380px){
    .header-m2 img{
		width: 60%;
	}
}
@media (max-width: 550px) and (min-width: 451px){
    .header-m2 img{
		width: 50%;
	}
}
@media (max-width: 767px) and (min-width: 551px){
    .header-m2 img{
		width: 40%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header-m2 img{
		width: 30%;
	}
}
.header-m3 span{
	font-size: 1.5rem;
    color: #e61931;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: .1rem solid #ddd;
}
.header-m1 .dropdown-menu{
	min-width: 14rem;
}
.header-m-drop li{
	width: 14rem;
	height: 4rem;
	line-height: 4rem;
	border-bottom: .1rem dashed #ddd;
}
.header-m-drop li a{
	width:100%;
  height:100%;
  text-align:center;
      line-height: 4rem;
}
.header-m-drop li:last-child{
	border-bottom: none;
}
/*内容区*/
.con-list-con{
	margin-top: .4rem;
}
@media (max-width: 1199px){
	.con-list-con{
		margin-top: 5.4rem;
	}
}

.footer-list-lg{
	width: 100%;
	background: url(/assetsnew/imgs/footer-bg.jpg) no-repeat center;
	padding: 3rem 0 2rem;
}
.footer-list-top{
	display: flex;
	display: -webkit-flex;
	margin-top: 3.2rem;
}
.footer-listleft,
.footer-listrt{
	flex: 1;
}

.footer-listmid{
	height: 150px; 
	width: 1px;
	background: #3E3E3E;
	margin: 0 50px;
	margin-top: 15px;
}
.ftleft-title,.ftrt-title{
	font-size: 2rem;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
	padding-bottom: 1.2rem;
}
.ftrt-title img{
	width: 26px;
	height: 26px;
}
.ftleft-con,
.ftrt-con{
	display: flex;
	display: -webkit-flex;
}
.ftleft-con>li:first-child{
	width: 32px;
}
.ftleft-con>li:nth-child(2){
	width: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
.ftleft-con>li:last-child{
	flex: 1;
}
.ft-item1 li:nth-child(2){
	width: 1px;
	height: 2rem;
	background: #BEBEBE;
	margin: 10px auto;
}
.ft-item2 li{
	line-height: 2.4rem;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #191919;
}
.ft-item2 li:last-child{
	margin-top: 1rem;
}
.ftrt-con li:nth-child(2),
.ftrt-con li:last-child{
	width: 100px;
	margin-left: 15px;
	letter-spacing: 1px;
	color: #0A0A0A;
}
.ftrt-item1{
	font-size: 1.6rem;
	color: #171717;
	letter-spacing: 1px;
}
.ftrt-item1 p{
	height: 3rem;
	line-height: 3rem;
	
}
.ftrt-item1 p img{
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
.ftrt-con li:nth-child(2) img,
.ftrt-con li:last-child img{
	width: 100%;
	height: 100%;
}

.footer-title{
	color: #e61931;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 1px;
}


.dqsoulist{
	margin-top: 4rem;
	border-top: .1rem solid #ddd;
}

.youlian-list-title{
	padding-top: 2rem;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    font-family: '宋体';
}
.youlian-list>li{
	float: left;
	text-align: center;
	padding: .5rem 1rem;
}
.youlian-list>li>a{
	color: #333;
}
.footer-list-bottom{
	padding: 2rem 0;
	text-align: center;
	color: #9f9f9f;
    font-size: 1.4rem;
    background: #2C2C2C;
}
.footer-list-bottom p{
	padding: .5rem 0;
}
.footer-list-bottom p a{
	padding: 0 1rem;
	color: #9f9f9f;
}
.footer-list-bottom p a:hover{
	color: #e61931;
}
.fenzhan-title{
	color:#e61931;
  	font-size:2rem;
      font-family: '宋体';
    font-weight: 600;
}
.fenzhan-list{
	margin-bottom: 4rem;
}
.fenzhan-list li{
	float: left;
	padding:.2rem 1rem;
}

.fenzhan-list li a{
	color: #333;
	font-size: 1.6rem;
}
.fenzhan-list li a:hover{
	color: #e61931;
}
/*ipad+手机*/
/*底部*/
.secondWidth-footer{
	width: 91%;
	margin: 0 auto;
}

.footerMip{
	/*height: 60px;*/
	/*line-height: 60px;*/
	height:4rem;
	line-height:4rem;
	background: #000;
	opacity: 0.7;
	/*padding: 1rem 0 2rem 0;*/
	/*padding-bottom:1rem;*/
	z-index: 100;
}
.footerMip ul li{
	float: left;
	width: 49%;
	text-align: center;
}
.footerMip ul li:first-child{
	border-right:.1rem solid #fff;
}
.footerMip ul li a{
	display: inline-block;
	width: 100%;
}

.erweima{
	width: 100%;
	background: #000;
	opacity: 0.8;
}
.erweima div{
	padding: 2rem 0;
	width: 50%;
	float: left;
}
.erweima div img{
	width: 80%;
}
.erweima div:first-child img{
	margin-left: 15%;
}
.erweima div:last-child img{
	margin-left: 5%;
}
.erweimaFont,.erweimaFontTop{
	color: #fff;
}
.erweimaFont{
	text-align: center;
}

.underBOt{
	margin-top: 2rem;
	margin-bottom: 8rem;
}
/*点击查看更多*/
.clickMore-top{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.clickMore-top a{
	display: inline-block;
	width: 40%;
	height: 3rem;
	background: #FE4E46;
	line-height: 3rem;
	/*border: 1px solid #ddd;*/
	color: #fff;
	font-size: 1.4rem;
	border-radius: .5rem;
}

/*底部固定*/
.fixed-xs-botm{
	position: fixed;
	bottom: 0;
	z-index: 999999;
	background: rgba(0,0,0,.8);
}
.fixed-xs-botm li{
	float: left;
	width: 20%;
	height: 5rem;
	text-align: center;
	padding-top: .8rem;
}
.fixed-xs-botm li a{
	color: #fff;
}
.fixed-xs-botm li p:first-child{
	font-size: 2rem;
}
.fixed-xs-botm li p:last-child{
	font-size: 1.2rem;
}
.fixed-xs-botm li:nth-child(3) p{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -3rem;
}
.fixed-xs-botm li:nth-child(3) p img{
	width: 100%;
	border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	/*在768和991像素之间的屏幕里,这里的样式才生效*/
	/*底部*/
  .footer-list-bottom{
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}
	.footer-list-bottom>ul{
		width: 100%;
	}
	.footer-list-bottom>ul>li a{
		font-size: 1.2rem;
	}
	.footer-list-bottom>p:nth-child(2){
		padding: 1rem 0;
	}
 
}
/*在手机显示其他屏不显示*/
@media (max-width: 767px) {
   /*在小于768像素的屏幕里,这里的样式才生效*/
   /*底部*/
  .footer-list-bottom{
		font-size: 1rem;
		margin-top: 1.5rem;
	}
	.footer-list-bottom>ul{
		width: 100%;
	}
	.footer-list-bottom>ul>li a{
		font-size: 1rem;
	}
	.footer-list-bottom>p:nth-child(2){
		padding: 1rem 0;
	}
	  
}


/*左侧固定*/
.leftfixed{
	position: fixed;
	right: 0;
    top: 15%;
    z-index: 99999999;
}
.leftfixed a:hover{
	text-decoration: none;
}
.leftfixed img{
	width: 100%;
}
.leftfixed-con li{
	width: 13rem;
}
.leftfixed-con li div{
	padding: .6rem 0;
	border: .1rem solid #ddd;
	border-bottom:0;
	height: 5.4rem;
  	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.leftfixed-con li div.leftfixed-xianshi{
	display: block;
	width: 10rem;
	margin-left: 3rem;
	background: #fff;
}
.leftfixed-con li div.leftfixed-xianshi{
	background: #fff;
}
.leftfixed-con li:first-child div.leftfixed-xianshi,
.leftfixed-con li:last-child div.leftfixed-xianshi{
	background: #e61931;
}
.leftfixed-con li div.leftfixed-yins{
	display: none;
	background: #e61931;
	padding-left: 1rem;
  	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.leftfixed-con li div.leftfixed-yins span:first-child{
	display: inline-block;
	width: 2.4rem;
}
.leftfixed-con li div.leftfixed-yins span:last-child{
	display: inline-block;
	height: 5.4rem;
	line-height: 5.4rem;
	color: #fff;
	position: relative;
	top:-.8rem;
	left: 1rem;
	font-size: 1.4rem;
}
.leftfixed-con li:nth-child(8) div.leftfixed-yins span:last-child{
	left: 0;
	font-weight: 600;
}
.leftfixed-con li:hover div.leftfixed-xianshi{
	display: none;
}
.leftfixed-con li:hover div.leftfixed-yins{
	display: block;
}
.leftfixed-con li:first-child:hover div.leftfixed-xianshi,
.leftfixed-con li:nth-child(7):hover div.leftfixed-xianshi,
.leftfixed-con li:nth-child(8):hover div.leftfixed-xianshi,
.leftfixed-con li:last-child:hover div.leftfixed-xianshi{
	display: block;
}
.leftfixed-img{
	width: 2.4rem;
	margin: 0 auto;
}
.leftfixed-img mip-img{
	width: 100%;
	height: auto;
}
.leftfixed-title{
	color: #707070;
	font-size: 1.4rem;
	text-align: center;
	padding-top: .4rem;
 	box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
.leftfixed-con li:first-child p.leftfixed-title,
.leftfixed-con li:last-child p.leftfixed-title{
	color: #fff;
}
.leftfixed-con li:last-child{
	position: relative;
}

.leftfixed-con li:last-child div.leftfixed-ddh{
	width: 8rem;
	height: 9rem;
	position: absolute;
	left: -5rem;
	top: 0;
	display: none;
	background: #fff;
}
.leftfixed-con li:last-child:hover div.leftfixed-ddh{
	display: block;
}
.leftfixed-con li:last-child div.leftfixed-ddh mip-img{
	width: 100%;
	height: 100%;
}
.leftfixed-con li:last-child div.leftfixed-ddh p{
	width: 8rem;
    height: 2rem;
    line-height: 2rem;
    border: .1rem solid #ddd;
    border-top: 0;
    position: relative;
    left: -0.1rem;
    text-align: center;
    background: #fff;
  	box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}


.leftfixed-con li:nth-child(8){
	position: relative;
}

.leftfixed-con li:nth-child(8) div.leftfixed-ddh{
	width: 16rem;
    height: 5.6rem;
    position: absolute;
    left: -13rem;
    top: 0;
    display: none;
    background: #fff;
    border-bottom: .1rem solid #ddd;
    border-right: 0;
   
}
.leftfixed-con li:nth-child(8) div.leftfixed-ddh ul{
	text-align: center;
}
.leftfixed-con li:nth-child(8) div.leftfixed-ddh ul li{
	height: 2.4rem;
	line-height: 4.4rem;
	font-size: 1.6rem;
	width: 100%;
	border-bottom: .1rem dotted #ddd;
}
.leftfixed-con li:nth-child(8) div.leftfixed-ddh ul li:last-child{
	border-bottom: 0;
}
.leftfixed-con li:nth-child(8):hover div.leftfixed-ddh{
	display: block;
}


.leftfixed-con li:nth-child(7){
	position: relative;
}

.leftfixed-con li:nth-child(7) div.leftfixed-ddh{
	width: 16rem;
    height:5.45rem;
    position: absolute;
    left: -13rem;
    top: 0;
    display: none;
    background: #fff;
    border-bottom: .1rem solid #ddd;
    border-right: 0;
   
}
.leftfixed-con li:nth-child(7) div.leftfixed-ddh ul{
	text-align: center;
}
.leftfixed-con li:nth-child(7) div.leftfixed-ddh ul li{
	height: 2.4rem;
	line-height: 4.4rem;
	font-size: 1.6rem;
	width: 100%;
	border-bottom: .1rem dotted #ddd;
}
.leftfixed-con li:nth-child(7) div.leftfixed-ddh ul li:last-child{
	border-bottom: 0;
}
.leftfixed-con li:nth-child(7):hover div.leftfixed-ddh{
	display: block;
}