@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src : url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src : url('../fonts/SourceHanSansCN-Normal.otf');
}
html{
	font-size: 45.5%;
}
body{margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;}
*{ margin:0; padding:0; list-style:none;*zoom:1; }
a{text-decoration : none;cursor: pointer;color: inherit;}
fieldset,img{border: none;}
input:focus{outline: none;}
select:focus{outline: none;}
i{font-style: normal;}
em{font-style: normal;}
a:hover{color: #ff0000;}

*{
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}

button{cursor: pointer;}

.pc_header{
	width: 100%;
	float: left;
	padding:0px 4%;
}
.pc_header:after{
	content: "";
	display: block;
	clear: both;
}
.pc_header .pc_logo{
	float: left;
}
.pc_header .pc_nav{
	float: right;
	margin-top: 25px;
}
.pc_header .pc_nav ul{
	float: left;
}
.pc_header .pc_nav ul li{
	float: left;
	font-size: 20px;
	margin-right: 68px;
	line-height: 26px;
}
.pc_header .pc_nav ul li a{
	font-size: 20px;
	color: #040000;
	display: block;
	float: left;
}
.pc_logo img{float: left;}
.pc_header .pc_tel{
	float: left;
	font-size: 20px;
	color: #040000;
	line-height: 26px;
}
.m_header{
	display: none;
	height: 60px;
    position: fixed;
    background: #FFFFFF;
    z-index: 22;
    top: 0px;
    width: 100%;
}
.m_header .mobile_header1 {
    height: 60px;
    padding: 0 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.m_header .m_logo {
    margin-top: 15px;
    float: left;
}
.m_header .m_logo img {
    float: left;
    height: 30px;
}
.mobile_nav_right {
    float: right;
    display: block;
    width: 25px;
    height: 16px;
    margin: 22px 0px;
}
.mobile_nav_right span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.mobile_nav_right span:nth-child(2) {
    margin: 6px 0;
}
.mobile_header2 {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 2;
    overflow-y: auto;
    background: #fff;
}
.mobile_header2 ul {
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 60px);
}
.mobile_header2 ul li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
}
.m_tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
}


.foot{
	width: 100%;
	float: left;
	margin-top: 30px;
	background: #f7f7f7;
	padding: 0 4%;
}
.foot_con{
	width:90%;
	position: relative;
	margin: 0 auto;
	max-width: 1435px;
	margin-top: 50px;
}
.foot_left{
	float: left;
	width: 181px;
}
.foot_logo{
	display: flex;
	flex-direction: column;
	line-height: 50px;
}
.foot_logo,.foot_col1{
	float: left;
	width: 100%;
}
.foot_logo .english{
	font-size: 50px;
	font-weight: bold;
}
.foot_logo .english-small{
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
}
.foot-logo-jiadian{
	font-size: 12px;
	line-height: 13px;
	margin-top: 15px;
	font-weight: bold;
}
.foot_col1 p{
	width: 100%;
	float: left;
	margin: 5px 0;
	font-size: 12px;
	color: #000000;
}
.foot_right{
	float: right;
	width: 120px;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.foot_cen{
	float: right;
	width: 73%;
}
.foot_cen ul{
	width: 100%;
	float: left;
}
.foot_cen ul li{
	float: left;
	padding: 0 3%;
	border-left: 1px solid #8c8a8a;
	width: 19%;
	min-height: 275px;
}
.foot_cen ul li:nth-child(2){
	width: 23%;
}
.foot_cen ul li:last-child a{
	line-height: 33px;
}
.foot_cen ul li h4{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.foot_cen ul li h4 i{
	float: right;
	display: none;
}
.foot_col2{
	width: 100%;
	float: left;
}
.foot_col2 a{
	font-size: 16px;
	line-height: 25px;
	color: #5c5c5c;
	display: block;
}
.foot_col2.city a{
	width: 50%;
	float: left;
}
.foot_con2{
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0;
}
.foot_col3{
	width: 100%;
	float: left;
	text-align: center;
	margin: 5px 0;
}
.foot_con3{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000000;
}
.foot_con4{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
.foot_col3 a,.foot_con4 a{display: inline-block;margin: 0 5px;}


.fd-tel{position:fixed;left:0;bottom:0;right:0;overflow:hidden;z-index:20;display:none}
.fd-tel a{float:left;width:50%;font-size:18px;color:#fff;line-height:50px;border-left:1px solid #fff;background-color:#838789;text-align:center}
.fd-tel a:first-child{border-left:none}


@media only screen and (max-width: 1550px) {
	.pc_header .pc_nav ul li{margin-right: 50px;}
	.pc_header .pc_tel{font-size: 16px;}
	.foot_col2 a{font-size: 14px;}
}
@media only screen and (max-width: 1350px) {
	.pc_header .pc_nav ul li{margin-right: 35px;}
	.pc_header .pc_nav ul li a{font-size: 16px;}
	.pc_header .pc_tel{font-size: 16px;}
	.foot_cen{width: 70%;}
	.foot_cen ul li{padding: 0 3%;}
	.foot_con{width: 100%;margin-left: 0;}
}
@media only screen and (max-width: 1200px) {
	.pc_logo img{height: 50px;}
	.pc_header .pc_nav{margin-top: 13px;}
	.foot_cen{width: 100%;margin-top: 15px;}
	.foot_cen ul li{width: 100%;padding: 10px 0;border-bottom: 1px solid #DCDCDC;border-left: 0;min-height: auto;}
	.foot_col2{display: none;}
	.foot_cen ul li h4{font-size: 16px;margin-bottom: 0;}
	.foot_cen ul li h4 i{display: block;}
	.foot_col3{font-size: 14px;}
	.foot_cen ul li:nth-child(2){width: 100%;}
}
@media only screen and (max-width: 1000px) {
	/* html{
		font-size: 62.5%;
	} */
	.pc_header{display: none;}
	.m_header{display: block;}
	.foot_con2,.foot_con3,.foot_con4{width: 92%;margin: 20px 4%;}
		
}

@media screen and (min-width:1200px){
	html{
		font-size: 58.5%;
	}
}


@media only screen and (max-width: 767px) {
	.fd-tel {display:block;}
	.foot {padding: 0 4% 60px;}
	
	
}


