﻿@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;
}

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 {
	margin: 0 auto;
	width: 100%;
	padding: 0 4.2%;
}

.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: "Roboto";
}

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: "sy-b";
	src: url("../fonts/SOURCEHANSANSCN-BOLD.OTF");
}

@font-face {
	font-family: "sy-n";
	src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}

@font-face {
	font-family: "din";
	src: url("../fonts/DINPro-Regular.otf");
}

@font-face {
	font-family: "din-m";
	src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
	font-family: "hg";
	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*/


/*首页栏目标题样式*/

.sy-title span {
	display: block;
	color: #0068b0;
	font-size: 18px;
	line-height: 1.1;
}

.sy-title h3 {
	color: #000;
	font-size: 42px;
	font-family: hg;
	line-height: 1.1;
	margin-top: 10px;
}


/*公共头部*/

#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;
}

.header .logo {
	width: 300px;
	transition: all 0.4s;
}

.header .logo img {
	display: block;
	width: auto;
	height: 60px;
	transition: all 0.4s;
}

.header .logo h1 a {
	display: flex;
	align-items: center;
}

.header .logo h1 a h3 {
	font-family: hg;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	margin-left: 16px;
	transition: all 0.4s;
}

.header .nav {
	width: calc(100% - 300px);
	padding-right: 15px;
	transition: all 0.4s;
}

.header .nav_yiji {
	display: flex;
	justify-content: flex-end;
}
.header .nav_yiji li.order{
	margin-right: 0px;
}
.header .nav_yiji li.offer{
	margin-left: 7px;
	margin-right: 0px;
}
.header .nav_yiji>li.offer:after,.header .nav_yiji li.order:after{
	display: none;
}
.header .nav_yiji li.order span,.header .nav_yiji li.offer span{
	display: inline-block;
	color: #fff;
	background: #1f7b92;
	line-height: normal;
	padding:7px 30px;
	border-radius: 5px;
}
.header .nav_yiji li.offer span{
	background: #0068b1;
}
.header .nav_yiji li.order a:hover span{
	background: rgba(31,123,146,0.8);
}
.header .nav_yiji li.offer a:hover span{
	background: rgba(0,104,177,0.8);
}
.header .nav_yiji>li {
	position: relative;
	margin: 0px 25px;
}
.header .nav_yiji>li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0068b0;
	transition: all 1s;
}
.header .nav_yiji>li:hover:after{
	width: 100%;
}

.header .nav_yiji>li>a {
	display: block;
	font-size: 18px;
	line-height: 100px;
	color: #333333;
}

.header .nav_yiji>li.on>a,
.header .nav_yiji>li:hover>a {
	color: #0068b0;
}

.header .nav_yiji>li:hover .nav_erji {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header .nav_erji {
	width: max-content;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 99;
	background: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(50px);
	transition: all 0.4s;
	padding: 10px 20px 24px;
}

.header .nav_erji li a {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px dashed #dbdbdb;
}

.header .nav_erji li:hover a {
	color: #0068b0;
}

.header .search {
	width: 16px;
	position: relative;
	background: #fff;
}

.header .search .search-icon {
	cursor: pointer;
	background: inherit;
	position: relative;
}

.header .search .search-icon i {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: inherit;
}

.header .search .search-icon i.c-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.header .search .search-box {
	width: 100%;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 100px;
	background: #fff;
	padding: 30px 50px 50px;
	display: none;
	border-top: 1px solid #dbdbdb;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.header .search .search-box form {
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}

.header .search .search-box form input {
	line-height: 60px;
	width: calc(100% - 30px);
	font-size: 15px;
}

.header .search .search-box form button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 60px;
	cursor: pointer;
	font-size: 16px;
	color: #0068b0;
}
.header .lan{
	margin-right: 10px;
}
.header .lan a{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #0068b1;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	display: inline-block;
}
.header .lan a:hover{
	background: #0068b1;
	color: #fff;
}

/*内页banner*/
.ny-ban{
	width: 100%;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.ny-ban .img img{
	width: 100%;
}
.ny-ban .container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: end;
	height: 100%;
}
.ny-ban .banTtile{
	padding-bottom: 110px;
}
.ny-ban .banTtile h3{
	font-size: 44px;
	font-family: "hg";
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}
.ny-ban .banTtile p {
	font-size: 38px;
	text-transform: uppercase;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	margin-top: 20px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 2px;
}
/*手机端导航*/

.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: hg;
	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: #3e3e3e;
	padding: 45px 0px;
}
.footer .foot-nav{
	display: flex;
}
.footer .foot-nav dl{
	width: 20%;
	padding: 0px 35px;
	border-left:1px solid #616161;
}
.footer .foot-nav dl:first-child{
	padding-left: 0px;
	border: none;
}
.footer .foot-nav dl h3{
	line-height: 1em;
	margin-bottom: 35px;
}
.footer .foot-nav dl h3 a{
	color: #0d80d7;
	font-size: 20px;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.footer .foot-nav dl dd{
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;

}
.footer .foot-nav dl dd a{
	color: #fff;
	text-decoration:none;
}
.footer .foot-nav dl dd a:hover{
	text-decoration: underline;none;
}
.footer .foot-nav dl .follow{
	margin-top: 30px;
}
.footer .foot-nav dl .follow p{
	color: #fff;
}
.footer .foot-nav dl .follow .img{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.footer .foot-nav dl .follow .img img{
	max-width: 25px;
	margin-right: 20px;
}
.copy{
	background: #585858;
	padding: 25px 0px;
}
.copy .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy .copyLeft .link{
	display: flex;
	align-items: center;
}
.copy .copyLeft .link a{
	color: #fff;
	text-decoration: underline;
	margin-right: 30px;
}
.copy .copyLeft .link a:hover{
	text-decoration: none;
}
.copy .copyLeft .txt{
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
}




/*侧边栏*/
.sidebar {
	position: fixed;
	right: -40px;
	bottom: 30%;
	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: #366a65;
	cursor: pointer;
	position: relative;
}

.sidebar li .info {
	background: #366a65;
	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 i {
	font-size: 18px;
	color: #fff;
}

.sidebar.show {
	right: 0px;
	opacity: 1;
}

.sidebar li:hover .info {
	display: block;
}

.sidebar li .info a:hover {
	background: #0068b0;
}


/*移动端状态栏*/

.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: 1600px) {
	.header .nav_yiji>li{
		margin:0px 20px;
	}
	.header .nav_yiji>li>a{
		font-size: 18px;
	}
	.ny-ban .banTtile{
		padding-bottom:80px;
	}
}


@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		FONT: 15px/1.4 "sy-n";
	}
	.header .logo img{
		width: 240px;
		height: auto;
	}
	.header .logo{
		width: 250px;
	}
	.header .nav{
		width: calc(100% - 250px);
	}
	.header .nav_yiji > li{
		margin:0px 15px;

	}
    .header .nav_yiji>li>a{
        font-size: 16px;
    }
	.ny-ban .banTtile h3{
		font-size: 50px;
	}
	.ny-ban .banTtile p{
		font-size: 32px;
	}

}
@media only screen and (max-width: 1280px) {
	BODY {
		FONT: 14px/1.6 "sy-n";
	}

	/*公共头部*/
	.top-info .lan-top {
		height: 40px;
	}
	.top-info .lan {
		padding: 0 20px;
	}
	.top-info .lan-list {
		top: 40px;
	}
	.header .logo {
		width: 244px;
	}
	.header .logo h1 a img {
		height: 40px;
		width: auto;
	}
	.header .logo h1 a h3 {
		font-size: 24px;
	}
	.header .nav {
		width: calc(100% - 260px);
	}
	.header .nav_yiji>li>a {
		line-height: 80px;
		font-size: 15px;
	}
	.header .nav_erji {
		top: 80px;
		padding: 6px 12px 16px;
	}
	.header .nav_erji li a{
		font-size: 14px;
	}
    .header .nav_yiji li.order,.header .nav_yiji li.offer{
        display: none;
    }
	.header .search .search-box {
		top: 80px;
		padding: 20px 30px 30px;
	}
	.header .search .search-box form {
		width: 80%;
	}
	.header .search .search-box form input {
		line-height: 50px;
		font-size: 14px;
	}
	.header .search .search-box form button {
		height: 50px;
	}
	.topBg {
		height: 80px;
	}
	#header.scrollTop {
	}
	#header.scrollTop .header .search .search-box {
		top: 80px;
	}
	/*留言表单*/
	.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;
	}

	.ny-ban .banTtile{
		padding-bottom: 40px;
	}

}

@media only screen and (max-width: 1180px) {
	BODY {
		FONT: 13px/1.6 "sy-n";
	}

	/*公共头部*/
	.header .logo {
		width: 140px;
	}
	.header .logo h1 a h3 {
		font-size: 22px;
		margin-left: 10px;
		transform: translateY(2px);
	}
	.header .nav {
		width: calc(100% - 140px);
	}
	.header .nav {
		padding-right: 10px;
	}
	.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;
	}
	.header .search .search-box {
		padding: 10px 30px 30px;
	}

	/*留言表单*/
	.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;
	}
	.top-info {
		display: none;
	}
	.header .container {
		justify-content: space-between;
	}
	.wrap_nav {
		display: block;
	}
	.wrap_nav .menuBtn {
		height: 60px;
	}
	.header .nav {
		display: none;
	}
	.header .logo {
		width: auto;
	}
	.header .search .search-box {
		top: 60px;
		padding: 10px 20px 20px;
	}
	.header .search .search-box form {
		width: 100%;
	}
	.header .search .search-box form input {
		line-height: 40px;
		font-size: 13px;
	}
	.header .search .search-box form button {
		height: 40px;
		font-size: 14px;
	}
	#header.scrollTop .header .search .search-box {
		top: 60px;
	}
	.header .lan{
		display: none;
	}
	.topBg {
		height: 60px;
	}
	.ny-ban .container{
		align-items: center;
	}
	.ny-ban .banTtile{
		padding-bottom: 0px;
	}
	.ny-ban .banTtile h3{
		font-size: 24px;
	}
	.ny-ban .banTtile p{
		font-size: 18px;
		margin-top: 10px;
	}
	/*侧边栏*/
	.sidebar {
		bottom: 80px;
	}
	.sidebar li {
		background: #0068b0;
	}
	.sidebar li:not(:last-child) {
		display: none;
	}
	.copyRgiht{
		display: none;
	}
	.footer{
		display: none;
	}


}

@media only screen and (max-width: 540px) {
	.container {
		padding: 0 10px;
	}
	/*公共头部*/
	.topBg {
		height: 60px;
	}
	.header .search .search-box {
		top: 60px;
		padding: 10px 20px 20px;
	}



	/*留言表单*/
	.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{
		display: none;
	}
	.copyRgiht{
		display: none;
	}
	.copy .copyLeft .link a{
		margin-right: 10px;
	}
	.copy .copyLeft .link a img{
		width: auto;
		height: 30px;
	}
	.copy .copyLeft .txt{
		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 {
		width: calc(100% - 200px);
	}
	#header.scrollTop .header .nav_yiji>li>a {
		line-height: 80px;
		font-size: 16px;
	}
	#header.scrollTop .header .nav_erji {
		top: 80px;
	}
	#header.scrollTop .header .search .search-box {
		top: 80px;
	}
}