.wapper{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*PC端顶部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	background: transparent;
	z-index: 100;
	transition: all .5s ease;
}
.header .logo{
	display: flex;
	float: left;
	align-items: center;
	height: 82px;
}
.header .logo img{
	height: 80px;
	display: block;
}
.header .logo img.top_b{
	display: none;
}
.header .logo span{
	line-height: 36px;
	border-left: 1px solid #DDDDDD;
	padding-left: 14px;
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 18px;
}
.header .nav_list{
	float: right;
}
.header .nav_list li{
	position: relative;
	float: left;
	margin: 0 15px;
}
.header .nav_list li .nav_a{
	display: block;
	line-height: 82px;
	padding: 0 4px;
	font-size: 18px;
	position: relative;
	color: #FFFFFF;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.header .nav_list li .nav_a:after{
	content: '';
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.header .nav_list li.active .nav_a,.header.fixed .nav_list li.active .nav_a{
	color: #CC0000;
}
.header.fixed .nav_list li.active .nav_a:after{
	background: #CC0000;
	width: 100%;
}
.header .nav_list li .nav_second{
	display: none;
	position: absolute;
	top: 82px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 230px;
	padding: 15px 0;
	background: rgba(255,255,255,.8);
}
.header .nav_list li .nav_second a{
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	transition: all .4s;
	/*font-weight: bold;*/
}
.header.fixed{
	background: #FFFFFF;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.fixed .logo img.top_b{
	display: block;
}
.header.fixed .logo img.top{
	display: none;
}
.header.fixed .logo span{
	color: #666666;
}
.header.fixed .nav_list li .nav_a{
	color: #1C1C1C;
}


/*底部*/

.footer{
    width: 100%;
    background: url(footer_bg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
}
.footer_logo {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .info{
	/* padding: 56px 0 50px; */
	border-bottom: 1px solid rgba(23,23,23,0.37);;
}
.footer .info .fot_l{
	float: left;
	color: #FFFFFF;
}
.footer .info .fot_l .phone{
	background: url(../img/icon-phone.png) no-repeat;
	background-size: 24px 24px;
	background-position: left center;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	padding-left: 40px;
	margin-bottom: 30px;
}
.footer .info .fot_l .im{
	color: rgba(255,255,255,0.8);
	line-height: 30px;
}
.footer .info .fot_l .inim{
	display: flex;
}
.footer .info .fot_l .inim>div{
	width: 300px;
}
.footer .info .fot_l .inim>div {
	position: relative;
}
.footer .info .fot_l .inim>div::before{
	content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #bc1d21;
    position: absolute;
    top: 0;
    right: 0;
}
.footer .info .fot_l .inim>div::after{
	content: "";
    display: block;
    width: 1px;
    height: 220px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 0;
}
.footer .info .fot_l .inim .footer_center {
	text-align: center;
}
.footer .info .fot_l .inim img{
	margin-right: 15px;
}
.footer .info .fot_l .inim p{
	padding: 8px 0;
}
.footer .info .fot_r{
	float: right;
	color: #A7A7A7;
	font-size: 12px;
}
.footer .info .fot_r p{
	text-align: center;
	line-height: 30px;
}
.footer .info .fot_r .ewm{
	width: 120px;
}
.footer .info .fot_r p img{
	margin-right: 3px;
}
.footer .linklist{
	padding: 25px 0 25px 75px;
	position: relative;
	line-height: 30px;
	color:rgba(255,255,255,0.5);
}
.footer .linklist .lin_l{
	position: absolute;
	left: 0;
	top: 25px;
}
.footer .linklist .lin_r a{
	display: inline-block;
	margin-right: 30px;
	color:rgba(255,255,255,0.5);
	transition: all .4s;
}
.footer .copyright{
	background: #252525;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #A7A7A7;
}

.footer_list {
	display: grid;
	grid-template-columns: 18% 18% 18% 18% 25%;
	padding:15px 0;
}
.footer_list .item {
	position: relative;
	text-align: center;
}
.footer_list .item::before{
	content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #bc1d21;
    position: absolute;
    top: 0;
    right: 0;
}
.footer_list .item::after{
	content: "";
    display: block;
    width: 1px;
    height: 212px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 0;
}
.footer_list .item h3 {
	margin-bottom: 15px;
}
.footer_list .item_last {
	text-align: left;
	padding-left: 20px;
}
.footer_list .item_last p {
	height: 40px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .5);
}
.footer_list .item p a:hover {
	text-decoration: underline;
}
.footer_list .item_last p img {
	padding-right: 15px;
}
.footer_list .item .ewm {
	width: 120px;
}
.footer_list .item p a {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 32px;
}

/*右侧浮窗*/
.window_right{
	position: fixed;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1000;
}
.window_right .win_ul{
	width: 88px;
	margin-left: auto;
}
.window_right .item{
	width: 88px;
	height: 88px;
	background:rgba(247,247,247,1);
	box-shadow:2px 3px 7px 0px rgba(0, 0, 0, 0.3);
	border-radius:5px;
	margin-bottom: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: all .3s;
	position: relative;
}
.window_right .item .win_contact{
	/*position: absolute;
	top: 0;
	right: 0;*/
}
.window_right .item a{
	display: block;
	width: 100%;
	text-align: center;
}
.window_right .item .img{
	margin: 0 auto;
	height: 25px;
	transition: all .3s;
}
.window_right .item span{
	display: block;
	line-height: 1;
	margin-top: 12px;
	color: #666666;
	transition: all .3s;
}
.window_right .li_1 .img{
	background: url(../img/icon-window1.png) no-repeat;
	background-position: center center;
}
.window_right .li_2 .img{
	background: url(../img/icon-window2.png) no-repeat;
	background-position: center center;
}
.window_right .li_3 .img{
	background: url(../img/icon-window3.png) no-repeat;
	background-position: center center;
}
.window_right .li_4 .img{
	background: url(../img/icon-window4.png) no-repeat;
	background-position: center center;
}
.window_right .li_5 .img{
	background: url(../img/icon-window5.png) no-repeat;
	background-position: center center;
}
.win_contact{
	position: absolute;
	top: 0;
	right: 0;
	width: 184px;
	height: 88px;
	overflow: hidden;
	background: #C91212;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	transform: translateX(120%);
	transition: all .4s;
	/*display: none;*/
}
.win_contact_wx{
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #C91212;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	/* padding-top: 15px; */
	transform: translateX(120%);
	transition: all .4s;
	/*display: none;*/
}
.win_contact .tt{
	display: flex;
	justify-content: center;
	line-height: 23px;
}
.win_contact .tt img{
	margin-right: 15px;
}
.win_contact .number{
	line-height: 1;
	margin-top: 12px;
	font-size: 22px;
}
.win_contact.con_sbox{
	/*display: block;*/
	transform: translateX(0);
}
.win_contact_wx.con_sbox{
	/*display: block;*/
	transform: translateX(0);
}

/*移动端导航*/
.nav-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 200;
	background: #FFFFFF;
	display: none;
}
.nav-box .hd{
	padding: 0 20px;
	height: 100%;
}
.nav-box h1 {
	padding: 0;
	display: block;
	height: 39px;
	margin-top: 8px;
}
.nav-box h1 img {
	display: block;
	height: 100%;
}
.nav-box .caidan {
	float: right;
	height: 17px;
	margin-top: 19px;
}
.nav-box .yd-cd {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
	padding: 25px 30px 30px;
}
.nav-box .yd-cd .guanbi {
	margin-bottom: 30px;
}
.nav-box .yd-cd .guanbi div {
	line-height: 25px;
}
.nav-box .yd-cd .guanbi div a:first-child {
	color: #2F92D3;
}
.nav-box .yd-cd .guanbi div a:last-child {
	color: #B3BBCC;
}
.nav-box .yd-cd .guanbi div i {
	color: #FFFFFF;
	margin: 0 10px
}
.nav-box .yd-cd .guanbi img {
	width: 25px;
	float: right;
}
.nav-box .head_ul .nav {
	width: 100%;
	height: auto;
	display: none;
	padding: 0;
	background: none;
	position: static;
}
.nav-box .head_ul li {
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
	position: relative;
}
.nav-box .head_ul li>a {
	text-align: left;
	display: block;
	width: 100%;
	padding-bottom: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-right: 50px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.nav-box .head_ul li.active {
	border: none;
}
.nav-box .head_ul li .a_xiala {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../img/icon-xia123.png) center no-repeat;
	background-size: 50%;
	z-index: 2000;
}
.nav-box .head_ul li .a_xiala.a_xiala2 {
	background: url(../img/icon-shang123.png) center no-repeat;
	background-size: 50%;
}
.nav-box .head_ul li .nav_left {
	 width: 100%;
    height: auto;
    display: none;
    padding: 0;
    background: none;
    padding-left: 25px;
    position: static;
    margin: 0;
}
.nav-box .head_ul li .nav_left a {
	height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    display: block;
    float: none;
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0;
}
.nav-box .head_ul li .nav_left a:last-child {
	border-bottom: none;
}
/*end*/
@media screen and (max-width: 1200px) {
.nav-box{
	display: block;
}	
}
@media screen and (min-width: 1200px) {
.header .nav_list li:hover .nav_a, .header.fixed .nav_list li:hover .nav_a{
	color: #CC0000;
}
.header .nav_list li:hover .nav_a:after {
    background: #CC0000;
    width: 100%;
}
}
