/*@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('../font/Alibaba-PuHuiTi-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url('../font/Alibaba-PuHuiTi-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-MEDIUM';
    src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF') format('opentype');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-REGULAR';
    src: url('../font/SOURCEHANSANSCN-REGULAR.OTF') format('opentype');
}*/

@media screen and (min-width: 1921px) {
	html {
		font-size: 100px;
	}

	img {
		width: 100%;
	}
}

@media screen and (min-width: 1821px) and (max-width: 1920px) {
	html {
		font-size: 95px;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1820px) {
	html {
		font-size: 90px;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {
	html {
		font-size: 85px;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	html {
		font-size: 75px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 966px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 965px) {
	html {
		font-size: 65px;
	}
}


/*通用代码*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

* {
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

fieldset,
img {
	border: 0;
	max-width: 100%;
	display: inline-block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

a {
	color: #1f1f1f;
	text-decoration: none;
}

body {
	font-size: 0.16rem;
	font-family: Alibaba-PuHuiTi-Medium;
	color: #333;
	margin: 0 auto;
	/*max-width: 1920px;*/
}

.fixed-width {
	width: 60%;
	margin: 0px auto;
}

@media only screen and (min-width: 1366px) and (max-width: 1750px) {

	.fixed-width {
		width: 70%;
	}
}


@media only screen and (min-width: 1152px) and (max-width: 1366px) {

	.fixed-width {
		width: 75%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1152px) {

	.fixed-width {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {

	.fixed-width {
		width: 100%;
	}
}


.clear {
	clear: both;
}

.header-pc {
	height: 100px;
	line-height: 100px;
	display: flex;
	justify-content: center;
}

.header-pc .logo {
	/*width: 162px;
	float: left;*/
	margin-top: 20px;
	margin-left: 3.5vw;
	/*margin-left: 4%;*/
}

.header-pc .logo img {
	display: block;
}

.header-pc .menu {
	/*float: right;
	width: 72%;
	margin-right: 4%;*/
	margin-left: 7vw;
}


@media only screen and (max-width: 800px) {
	.header .menu {
		margin-left: 3vw;
	}
}


.layui-nav {
	background-color: #fff;
}

.layui-nav .layui-nav-item a {
	color: #4a4a4a;
	font-size: 0.2rem;
	padding: 0;
	text-align: center;
	font-family: SOURCEHANSANSCN-MEDIUM;
}

	.layui-nav .layui-nav-item a:hover,
	.layui-nav .layui-this a {
		color: #1e9d7e !important;
	}

.layui-nav .layui-nav-item {
	/*line-height: 100px;
	width: 16.66%;
	float: left;
	text-align: center;*/
	padding: 0 2.6vw 0 0;float: left;line-height: 100px;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	display: none;
}

.footer {
	background-color: #a8a8a8;
	color: #fff;
	padding: 100px 0;
	display: flex;
	justify-content: center;
}

.footer .contact {
	/*margin-left: 20%;*/
	width: 260px;
	font-size: 0.22rem;
	/*float: left;*/
	overflow: hidden;
	display: inline-block;
	text-align: center;
	justify-content: left;
	position: relative;
}

.footer .contact .footer-logo {
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: center;
	width: 50%;
}

.footer .contact .footer-logo img {
	display: inline;
	width: 100%;
}

.footer .contact .tel {
	margin: 0px auto;
	font-family: SOURCEHANSANSCN-REGULAR;
}

.footer .contact .tel p {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

.footer .link {
	/*margin-right: 20%;*/
	width: 600px;
	/*float: right;*/
	margin-left: 7%;
	/*max-width: calc(100% - 260px);*/
	display: flex;
	justify-content: space-evenly;
}

}

.footer .link div {
	/*width: 33.33%;*/
	/*float: left;*/
	font-size: 0.2rem;
	/*padding-left:1%;*/
}

.footer .link div img {
	margin: 0px auto;
}

.footer .link div p {
	line-height: 0.3rem;
	margin-top: 30px;
	text-align: center;
	font-family: SOURCEHANSANSCN-REGULAR;
}

.footer .link div a {
	display: block;
	color: #fff;
	line-height: 0.24rem;
}

.header-mob {
	display: none;
}

header {
	position: relative;
}


.mobile-img {
	display: none !important;
}

@media screen and (max-width:750px) {
	.container {
		margin-top: 50px;
	}

	.pc-img {
		display: none !important;
	}

	.mobile-img {
		display: block !important;
	}

	.header-pc {
		display: none !important;
	}

	header {
		position: relative;
		height: 50px;
	}

	/*头部*/
	.header-mob {
		display: block;
		height: 50px;
		background-color: #4ab7db;
		text-align: center;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		border-bottom: 1px solid #f5f5f5;
	}

	.header-mob .icon-guanbi {
		color: #fff;
	}

	.header-mob .menu {
		color: #fff;
		line-height: 50px;
		width: 20%;
		font-weight: 300;
		font-size: 14px;
		float: left;
		display: block;
		cursor: pointer;
	}

	.header-mob .menu img {
		/*padding-right: 20px;
                padding-top: 16px;*/
		width: 25px;
		margin: 0px auto;
		cursor: pointer;
	}

	.header-mob .logo {
		width: 60%;
		padding-top: 8px;
		position: absolute;
		left: 20%;
		font-size: 20px;
		color: #fff;
	}

	.header-mob .logo img {
		height: 28px;
		width: 91px;
		margin: 0px auto;
	}

	.header-mob .close {
		line-height: 50px;
		width: 20%;
		display: none;
		float: right;
		/*padding-top: 14px;*/
	}

	.header-mob .close img {
		width: 25px;
	}

	.header-mob .padd-50 {
		padding-top: 50px;
	}

	.header-mob .drop-menu {
		width: 100%;
		background-color: #1e9d7e;
		color: #fff;
		padding-bottom: 56px;
		display: none;
		position: fixed;
		top: 50px;
		z-index: 101;
		height: 100vh;
		padding-top: 40px;
		border-top: 1px solid #ffffff;
	}

	.header-mob .drop-menu ul li {
		line-height: 48px;
	}

	.header-mob .drop-menu ul li a {
		color: #fff;
		display: block;
		font-size: 0.32rem;
	}

	.footer {
		padding: 50px 0;
    display: block;
	}

	.footer .contact {
	        font-size: 0.22rem;
	            width: 50%;float: left;
	}

	.footer .contact .tel p {
		    font-size: 0.2rem;
		        margin-top: 2vh;
		        text-align: center;
	}

	.footer .link {
	    width: auto;
	        display: block;    margin-left: 0;
	}

	.footer .contact .footer-logo img {
	    width: 90px;
	}
.footer .contact .footer-logo {
	margin: 0;;
    padding-bottom: 10px;
    text-align: center;
    width: 72%;    margin: auto;
}
	
.footer .link div{
	width: 50%;    text-align: center;
	float: left;
}
	.footer .link div p {
		margin-top: 8px;
		    font-size: 0.2rem;
		    transform: scale(0.9);
	}

	.footer .link div img {
		padding-top: 10px;
		    height: 70px;
		    width: 70px;
		    overflow: hidden;
	}

	.footer .contact .tel p {
		display: inline-block;
		/*width: 100%;*/
		/*text-align: left;*/
		position: unset;
		transform: translate(0, 0);
	}
}
