﻿@charset "utf-8";

/* CSS Document */

* {
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,dt,strong,b {
	font-weight: normal;
	transition: all 0.4s;
}
html{
	font-size:100px;
}
BODY {
	FONT: 16px/1.5  "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体","sy-n";
	-webkit-font-smoothing: subpixel-antialiased;
	COLOR: #666;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
}

A {
	COLOR: #666;
	TEXT-DECORATION: none;
	transition: all 0.4s;
}

p {
	COLOR: #666;
}

A:hover,A:visited,A:active {
	TEXT-DECORATION: none;
	BACKGROUND: none;
}

A IMG {
	BORDER-BOTTOM-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	BORDER-LEFT-STYLE: none;
}

DIV {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

UL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

LI {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

EM {
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}

TABLE {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DT {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DD {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

TR {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.cl {
	HEIGHT: 0px;
	CLEAR: both;
}

.fl {
	FLOAT: left
}

.fr {
	FLOAT: right
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.c {
	*zoom: 1;
}

.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.col-white {
	color: #fff;
}

.col-main {
	color: #172029;
}

input,button,textarea {
	outline: none;
	border: none;
	background: none;
	font-family:  "Microsoft YaHei",Arial;
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

img {
	display: block;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}

/*字体定义*/

@font-face {
	font-family:  "Microsoft YaHei",Arial;
	src: url("../fonts/SOURCEHANSANSCN-BOLD.OTF");
}

@font-face {
	font-family:  "Microsoft YaHei",Arial;
	src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}

@font-face {
	font-family:  "Microsoft YaHei",Arial;
	src: url("../fonts/DINPro-Regular.otf");
}

@font-face {
	font-family:  "Microsoft YaHei",Arial;
	src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
	font-family:  "Microsoft YaHei",Arial;
	src: url("../fonts/Handel Gothic BT.ttf");
}


/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}


/*浏览器滚动条 end*/



/*公共头部*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.4s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.topBg {
	height: 100px;
	transition: all 0.4s;
}

.topBg.scrollTop {
	height: 100px;
}



/*PC导航*/

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	transition: all 0.4s;
}

.header .logo img {
	display: block;
	width: auto;
	height: 78px;
	transition: all 0.4s;
}

.header .nav {
	padding-right: 15px;
	transition: all 0.4s;
}

.header .nav_yiji {
	display: flex;
	justify-content: flex-end;
}
.header .nav_yiji>li {
	margin: 0px 15px;
}


.header .nav_yiji>li>a {
	display: block;
	font-size: 16px;
	line-height: 100px;
	color: #333333;
	position: relative;
}


.header .nav_yiji>li>a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #014c8d;
	transition: all 1s;
}
.header .nav_yiji>li:hover>a:after,.header .nav_yiji>li.on>a:after{
	width: 100%;
}

.header .nav_yiji>li.on>a,
.header .nav_yiji>li:hover>a {
	color: #014c8d;
}

.header .nav_yiji>li:hover .nav_erji {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header .nav_erji {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 99;
	background: #cce6ff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(50px);
	transition: all 0.4s;

}
.header .nav_erji .erji_con{
	max-width: 1000px;
	margin: 0px auto;
	padding: 72px 0px;
	display: flex;
	justify-content: space-between;
}
.header .nav_erji .erji_con ul{
	border-right: 1px dashed #c4c9ca;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.header .nav_erji .erji_con li{
	width: 50%;
}
.header .nav_erji .erji_con li a{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.header .nav_erji .erji_con li a i{
	margin-right: 5px;
}
.header .nav_erji .erji_con li a:hover{
	color: #ff0101;
}

.header .quick{
	display: flex;
	align-items: center;
}
.header .quick .qrode{
	display: flex;
	align-items: center;
}
.header .quick .qrode img{
	height: 80px;
	margin-left: 20px;
}
.header .quick .contact{
	margin-left: 20px;
}
.header .quick .contact p{
	line-height: 1em;
	color: #0265bf;
	display: flex;
	align-items: center;
}
.header .quick .contact p i{
	margin-right: 10px;
}
.header .quick .contact p.p1{
	font-size: 20px;
}
.header .quick .contact p.p2{
	font-size: 15px;
	margin-top: 10px;
}
/*内页banner*/
.ny-ban{
	width: 100%;
}
.ny-ban .img img{
	width: 100%;
}

/*手机端导航*/

.wrap_nav {
	display: none;
}

.wrap_nav .menuBtn {
	position: relative;
	z-index: 1300;
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
}

.wrap_nav .menuBtn dd {
	width: 0;
	height: 2px;
	background: #0068b0;
}

.wrap_nav .menuBtn dd:first-child {
	animation: sjnav 2.4s linear infinite;
}

.wrap_nav .menuBtn dd:nth-child(2) {
	margin: 6px 0;
	width: 30px;
}

.wrap_nav .menuBtn dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}

.m_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}

#m_header {
	width: 85%;
	height: 100%;
	position: fixed;
	left: -85%;
	top: 0;
	z-index: 99999999;
	background: #fff;
	transition: all 0.4s;
	opacity: 0;
	overflow-y: auto;
	padding: 0 15px;
}

.m_bg.show {
	opacity: 1;
}

#m_header.show {
	left: 0;
	opacity: 1;
}

#m_header .m_top {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

#m_header .m_top .m_logo {
	display: flex;
	align-items: center;
}

#m_header .m_top .m_logo img {
	height: 30px;
}

#m_header .m_top .m_logo h3 {
	font-family:  "Microsoft YaHei",Arial;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin-left: 10px;
	transform: translateY(1px);
}

#m_header .m_close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #0068b0;
}

#m_header .m_nav_yiji>li {
	border-bottom: 1px solid #dbdbdb;
}

#m_header .m_nav_yiji>li>h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#m_header .m_nav_yiji>li>h3>a {
	color: #000;
	padding: 15px 0 12px;
	font-size: 15px;
}

#m_header .m_nav_yiji>li>h3>i {
	font-size: 20px;
	color: #000;
	padding: 5px 10px;
}

#m_header .m_nav_erji {
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	display: none;
}

#m_header .m_nav_erji li {
	display: flex;
	align-items: baseline;
}

#m_header .m_nav_erji li a {
	padding: 4px 0 4px 12px;
	position: relative;
}

#m_header .m_nav_erji li a:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #0068b0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	transition: all 0.4s;
}

#m_header .m_nav_yiji>li>h3>i.rotate {
	transform: rotate(180deg);
}

#m_header .m_nav_erji li a:hover {
	color: #0068b0;
}

#m_header .m_lan {
	margin: 20px 0;
	display: flex;
}

#m_header .m_lan a {
	display: block;
	line-height: 37px;
	background: #0068b1;
	color: #fff;
	width: calc((100% - 3px) / 3);
	margin-right: 1px;
}
#m_header .m_lan a:last-child{
	margin-right: 0;
}


#m_header .m_conInfo {
	margin-bottom: 30px;
}

#m_header .m_conInfo ul li {
	display: flex;
	align-items: baseline;
	margin-top: 6px;
}

#m_header .m_conInfo ul li i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	transform: translateY(3px);
}

#m_header .m_conInfo ul li a {
	padding-left: 8px;
	color: #666;
	width: calc(100% - 14px);
	transition: all 0.2s;
}

#m_header .m_conInfo ul li a:hover {
	color: #0068b0;
	text-decoration: underline;
}



/*底部*/
.footer{
	background:url("../images/ftline.jpg") no-repeat top center  #0265bf;
	background-size: 100% 9px;
	padding: 60px 0px;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.footer .left .ht{
	color: #fff;
	line-height: 1em;
	font-size: 20px;
}
.footer .left .ct{
	margin-top: 20px;
}
.footer .left .ct a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
}
.footer .left .ct a:hover{
	text-decoration: underline;
}
.footer .left .ft{
	margin-top: 30px;
	display: flex;
}
.footer .left .ft .wx .img{
	width: 125px;
	height: 125px;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.footer .left .ft .dy{
	margin-left: 18px;
}
.footer .left .ft .dy .img{
	width: 125px;
	height: 125px;
}
.footer .left .ft p{
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.footer .right .ht h2{
	color: #fff;
	font-size: 20px;
	line-height: 1em;
}
.footer .right .ht p{
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	margin-top: 5px;
}
.footer .right .ct{
	margin-top: 18px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.footer .right .ct i{
	margin-right: 10px;
}
.footer .right .ft{
	margin-top: 18px;
}
.footer .right .ft li{
	color: #fff;
	line-height: 1em;
	margin-bottom: 15px;
	font-size: 16px;
	list-style-type: disc;
	margin-left: 15px;
}


	/*侧边栏*/
.sidebar {
	position: fixed;
	right: -40px;
	bottom: 20%;
	z-index: 999;
	opacity: 0;
	transition: all 0.4s;
}

.sidebar li {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	background: #e97b14;
	cursor: pointer;
	position: relative;
}

.sidebar li .info {
	background: #e97b14;
	position: absolute;
	right: 41px;
	top: 0;
	display: none;
}

.sidebar li .info a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	white-space: nowrap;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	color: #fff;
}

.sidebar li .info a:last-child {
	border-bottom: none;
}
.sidebar li span{
	width: 18px;
	height: 18px;
	display: block;
}
.sidebar li i {
	font-size: 18px;
	color: #fff;
}

.sidebar li .sidepic{
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 136px;
}
.sidebar li .sidepic img{
	width: 120px;
	height: 120px;
}
.sidebar.show {
	right: 0px;
	opacity: 1;
}

.sidebar li:hover .info {
	display: flex;
}

.sidebar li .info a:hover {
	background: #ffc300;
}


/*移动端状态栏*/

.statuar {
	display: none;
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.statuar ul {
	display: flex;
	align-items: stretch;
}

.statuar ul li {
	width: 20%;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.statuar ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0 6px;
}

.statuar ul li a i {
	display: block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	margin: 0 auto 3px;
	color: #0068b0;
	line-height: 26px;
	font-size: 18px;
}

.statuar ul li a span {
	display: block;
	color: #000;
}

.statuar ul li:nth-child(3) a {
	background: #0068b0;
}

.statuar ul li:nth-child(3) a i {
	background: #fff;
	color: #0068b0;
}

.statuar ul li:nth-child(3) a span {
	color: #fff;
}



/*留言表单*/

.inquiry dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.inquiry dl dd {
	width: 50%;
	padding: 10px 15px;
}

.inquiry dl dd.message-input,.inquiry dl dd.name-input {
	width: 100% !important;
}

.inquiry span,
.inquiry input,
.inquiry button,
.inquiry textarea {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.inquiry span i {
	color: #ff0000;
}

.inquiry input,
.inquiry textarea {
	border: 4px solid #e6eef3;
	padding: 12px 15px;
	transition: all 0.4s;
	margin-top: 6px;
	line-height: 24px;
}

.inquiry input:focus,
.inquiry textarea:focus {
	border-color: #0285df;
}

.inquiry textarea {
	height: 120px;
}

.inquiry dl dt {
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}

.inquiry dl dt button {
	background: #0285df;
	color: #fff;
	line-height: 55px;
	cursor: pointer;
	transition: all 0.4s;
	text-transform: uppercase;
}

.inquiry dl dt button:hover {
	background: #3461db;
}

/*分页*/
.pagination{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 50px;
}
.pagination p,
.pagination a{
	display:block;
	margin:0 4px;
	line-height:40px;
	text-align:center;
	width:50px;
	height:40px;
	background:#fff;
	border:1px solid #ccc;
	color:#172029;
}
.pagination a:hover,
.pagination a.cur{
	border:1px #0068b0 solid;
	background:#0068b0;
	color: #fff;
}

.pagination p.pageEllipsis{
	border:none;
	background:none;
	line-height:36px;
	width: 30px;
}


/*地图*/

#mapContainer .info {
	border: 1px solid #ccc;
	width: 420px;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #172029;
	font-size: 15px;
	line-height: 35px;
	padding: 0 10px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 13px;
	right: 10px;
	transition-duration: 0.25s;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 13px;
	padding: 10px;
	line-height: 22px;
	text-align: left;
	color: #000;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}


/*产品详情放大查看*/
.zm-viewer {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 99;
	background: #f0f0f0;
}

.zm-viewer img {
	mix-blend-mode: darken;
	max-width: unset;
	transition: none;
}

.zm-handler {
	position: absolute !important;
	display: none;
	overflow: hidden;
	cursor: crosshair;
	border: none !important;
	background: #f0f0f0;
}

.zm-description {
	display: none;
}




@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		FONT: 15px/1.4  "Microsoft YaHei",Arial;
	}

	.header .nav_yiji > li{
		margin:0px 10px;
	}
    .header .nav_yiji>li>a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1280px) {
	BODY {
		FONT: 14px/1.6  "Microsoft YaHei",Arial;
	}

	.header .logo {
	}
	.header .logo h1 a img {
		height: 60px;
		width: auto;
	}
	.header .logo h1 a h3 {
		font-size: 24px;
	}
	.header .nav {
	}
	.header .nav_yiji>li>a {
		line-height: 80px;
		font-size: 16px;
	}
	.header .nav_erji{
		top: 80px;
	}
	.header .nav_erji .erji_con li a{
		font-size: 16px;
	}
	.header .quick .qrode img{
		height: 60px;
	}
	.header .quick .contact p.p1{
		font-size: 18px;
	}
	.header .quick .contact p.p2{
		font-size: 14px;
		margin-top: 5px;
	}

	.topBg {
		height: 80px;
	}
	#header.scrollTop {
	}

	/*留言表单*/
	.inquiry input,
	.inquiry textarea {
		font-size: 14px;
	}
	.inquiry dl {
		margin: 0 -10px;
	}
	.inquiry dl dd {
		padding: 10px;
	}
	.inquiry dl dt {
		margin-top: 10px;
	}
	.inquiry dl dt button {
		line-height: 50px;
	}
}

@media only screen and (max-width: 1180px) {
	BODY {
		FONT: 13px/1.6  "Microsoft YaHei",Arial;
	}

	/*公共头部*/


	.header .nav_yiji>li{
		margin: 0px 15px;
	}
	.header .nav_yiji>li>a {
		font-size: 15px;
	}
	.header .nav_erji {
		padding: 6px 10px 12px;
	}
	.header .nav_erji li a {
		line-height: 35px;
	}

	/*留言表单*/
	.inquiry dl dd {
		padding: 6px 10px;
	}
	.inquiry input,
	.inquiry textarea {
		padding: 10px 12px;
		font-size: 13px;
	}
	.inquiry dl dt {
		margin-top: 14px;
		padding: 0 10px;
	}

}

@media only screen and (max-width: 820px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}

	/*公共头部*/
	#header.scrollTop {
		top: 0;
	}

	.header .container {
		justify-content: space-between;
	}
	.wrap_nav {
		display: block;
	}
	.wrap_nav .menuBtn {
		height: 60px;
	}
	.wrap_nav .menuBtn dl {
		transform: rotateY(180deg);
	}
	.header .nav {
		display: none;
	}
	.header .logo{
		order: 1;
	}
	.header .wrap_nav{
		order: 2;
	}
	.header .logo h1 a img{
		height: 40px;
	}
	.header .quick{
		display: none;
	}

	.topBg {
		height: 60px;
	}
	/*侧边栏*/
	.sidebar {
		bottom: 80px;
	}
	.sidebar li {
		background: #0068b0;
	}
	.sidebar li:not(:last-child) {
		display: none;
	}

}

@media only screen and (max-width: 540px) {
	.container {
		padding: 0 10px;
	}
	/*公共头部*/
	.topBg {
		height: 60px;
	}


	/*留言表单*/
	.inquiry input,
	.inquiry textarea {
		font-size: 13px;
	}
	.inquiry dl dt button {
		line-height: 42px;
	}
	/*侧边栏*/
	.sidebar li {
		width: 36px;
		height: 36px;
	}
	.sidebar li i {
		font-size: 14px;
	}
	/*留言表单*/
	.inquiry dl {
		margin: 0;
	}
	.inquiry dl dd {
		width: 100%;
		padding: 8px 0;
	}
	.inquiry input,
	.inquiry textarea {
		padding: 9px 10px;
		border: 2px solid #e5e5e5;
	}
	.inquiry dl dt {
		margin-top: 10px;
		padding: 0;
	}

	.footer{
		padding: 40px 0px 20px 0px;
	}
	.footer .container{
		flex-direction: column;
	}
	.footer .left .ht{
		font-size: 20px;
	}
	.footer .left .ct{
		margin-top: 15px;
	}
	.footer .left .ct a{
		font-size: 14px;
	}
	.footer .right{
		margin-top: 20px;
	}
	.footer .right .ct{
		margin-top: 15px;
		font-size: 14px;
	}
	.footer .right .ft{
		margin-top: 15px;
	}
	.footer .right .ft li{
		font-size: 14px;
	}


}

@media only screen and (min-width: 1281px) {
	/*头部滚动事件*/
	#header.scrollTop {
		top: 0px;
	}
	#header.scrollTop .header .logo {
		width: 180px;
	}
	#header.scrollTop .header .logo img {
		height: 50px;
	}
	#header.scrollTop .header .logo h1 a h3 {
		font-size: 24px;
	}
	#header.scrollTop .header .nav {
	}
	#header.scrollTop .header .nav_yiji>li>a {
		line-height: 80px;
		font-size: 18px;
	}
	#header.scrollTop .header .nav_erji {
		top: 80px;
	}
	#header.scrollTop .header .quick .qrode img{
		height: 60px;
	}
	#header.scrollTop .header .quick .contact p.p1{
		font-size: 20px;
	}
	#header.scrollTop .header .quick .contact p.p2{
		font-size: 15px;
		margin-top: 5px;
	}
}