﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "微软雅黑";
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
    outline: none;
}
.boxs {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix{zoom:1; }
/*头部*/
.d-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 79px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	border-bottom: 2px solid #cc2320;
}
.headF {
    width: 100%;
    height: 79px;
    background: #1f1f1e;
    overflow: hidden;
	border-bottom: 2px solid #cc2320;
}

.d-head .head_content {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.d-head .logo {	width:340px ;	height: 100%;	display: flex;	align-items: center;}.logo_logo{	width: 140px;	padding-right: 10px;}.logos1{	padding-left: 10px;	border-left: 1px solid rgba(225,225,225,0.6);}


.nav {
	width: 600px;
	height: 100%;
	display: flex;
	justify-content: center;
}
.nav  ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.nav ul .nav-lis {
	width: 86px;
	height: 100%;
	line-height: 79px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.nav ul .nav-0 {
	margin-left: 0;
}

.nav ul .nav-lis a {
	font-size: 15px;
	color: #fff;
	outline: none;
	transition: color .3s ease-out;
}

.nav ul .nav-lis .out_line {
	display: block;
    position: absolute;
    bottom: -4px;
    height: 7px;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.nav .nav-on a {
    color: #ce2926;
}
.nav .nav-on .out_line {
    background: #ce2926;
}
.nav ul li:hover .nav-lis-a{
	color: #ce2926;
}
.nav ul li a:hover {
	color: #ce2926;
}
.nav ul li:hover .out_line {
	background: #ce2926;
}
.sousuo {
	width: 62px;
	height: 100%;
	line-height: 100%;
	float: left;
	text-align: center;
	margin-left: 15px;
	background: #cc2320;
	position: relative;

}
.form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 250px;
	height: 35px;
	margin-top: 2px;
	padding: 15px 11px;
	background: rgba(56,52,49,0.7);
	border-radius: 4px;
	display: none;
}
.form input {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	outline: none;
}
.kws {
	width: 190px;
	/*height: 35px;*/
	text-indent: 10px;
	border-radius: 4px 0 0 4px;
	background: rgba(255,255,255);
}
.submit {
	width: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0 4px 4px 0;
	background: #cc2320;
}
.sousuo img {
	width: 24px;
	height: 24px;
	display: inline-block;
	/*vertical-align: middle;*/
	padding-top: 30px;
}


.tel {
	width: 170px;
	height: 79px;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.tel div{
	width: 170px;
	height: 31px;
	line-height: 31px;
}
.tel_icon{
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../images/tel.png) center no-repeat;
	float: left;
	margin-right: 5px;
}
.tel p {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	color: #ce2926;
	letter-spacing: -1px;
}

/*底部*/
.foot{
	width: 100%;
	height: 475px;
	background: #1a1a1a;
}
.foot_content{
	position: relative;
	padding-top: 74px;
	width: 100%;
}
.foot_content_list{
	margin: 0 auto;
	width: 1256px;
	padding: 20px 0;
	overflow: hidden;
}
/*******定******/
.fe1 {
	position: absolute;
	top: 74px;
	left: 0;
    width: 100%;
    z-index: 2;
}
.foot_content_list {
	position: absolute;
    top: 75px;
    left: 50%;
    z-index: 4;
    margin-left: -628px;
}
.fe2 {
	position: absolute;
	top: 169px;
	left: 0;
    width: 100%;
    z-index: 2;
}
.code {
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 4;
}
.fe3 {
    position: absolute;
    top: 384px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.links {
    position: absolute;
    top: 385px;
    left: 0;
    z-index: 4;
}
/*******定******/
.foot_line{
	height: 1px;
	background: #313131;
}
.foot_logo{
	float: left;
	margin-left: 44px;
}
.foot_nav{
	float: left;
	margin-left: 72px;
	height: 50px;
	line-height: 50px;
}
.foot_nav ul{
	overflow: hidden;
}
.foot_nav ul li{
	float: left;
	margin-left: 54px;
}
.foot_nav ul li:nth-child(1){
	margin-left: 0px;
}
.foot_nav ul li a{
	color: #fff;
    transition: color .3s ease-out;
}
.foot_nav ul li:hover > a{
	color: #CE2926;
}

.code{
	padding: 11px 0;
    width: 1200px;
    overflow: hidden;
    margin-left: -600px;
    position: absolute;
    left: 50%;
}
.code img {
	width: 109px;
	height: 109px;
}
.code .erweima{
	float: left;
	margin-left: 44px;
}
.code_left{
	float: left;
	margin-left: 20px;
}
.code_left img {
	width: 27px;
	height: 22px;
}
.code_right{
	float: right;
}

.code_left .address{
	padding-bottom: 12px;
	font-size: 14px;
	color: #b6b6b6;
}
.code_left .Filing{
	padding-bottom: 12px;
	font-size: 12px;
	color: #7a7a7a;
}
.code_left a{
	margin-right: 16px;
}


.code_right{
	margin-top: 24px;
	/*margin-right: 139px;*/
}
.code_right p{
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.code_right p span{
	display: block;
	font-size: 14px;
}

.code_right p i{
	display: block;
	font-size: 12px;
	color: #a1a1a1;
}

.links{
	padding-top: 32px;
	width: 1200px;
	position:absolute;
	left:50%;
	margin-left:-600px;
}
.links span{
	margin-left: 44px;
	font-size: 14px;
	color: #5f5f5f;
}
.links a{
	padding-right: 26px;
	font-size: 14px;
	color: #5f5f5f;
}
.links a:hover{
	color: #acacac;
}

.foot_img{
	position: absolute;
	top: 34px;
	right: 0;
    z-index: 3;
}

.nav ul li .nav-ul{
	position: fixed;
	width: 100%;
	min-width: 1200px;
	background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    margin: auto;
    top: 81px;
    left: 0;
    display: none;
}
.nav ul li .nav-ul .nav-ul-box{
	width: 1200px;
	padding: 0;
	margin: auto;
	display: flex;
	justify-content: center;
}
.nav ul li .nav-ul .nav-ul-box a div{
	width: 120px;
	height: 80px;
	padding: 20px 0;
	text-align: center;
	color: white;
}
.nav ul li .nav-ul .nav-ul-box a div:hover{
	color: red;
}
.nav ul li .nav-ul .nav-ul-box a div .is{
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin:0 auto  !important;
	background-repeat: no-repeat;
}
.nav ul li .nav-ul .nav-ul-box a div .is img{
	margin-top:-26px;
}
.nav ul li .nav-ul .nav-ul-box a div .spans{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

