@font-face {
	font-family: family;  src: url("../fonts/gilroy-medium-2.eot");  src: local("☺"), url("../fonts/gilroy-medium-2.woff") format("woff"),    url("../fonts/gilroy-medium-2.ttf") format("truetype"),    url("../fonts/gilroy-medium-2.svg") format("svg");
}

* {
	margin: 0;
	padding: 0;
}

#app,body,html {
	width: 100%;
	background-color: #fff;
	font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",    "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,    Arial, sans-serif;
	color: #585453;
}

.en {
	font-family: family, Tahoma, Geneva, sans-serif;
	font-weight: bold
}

html {
	font-size: 120px;
}

body {
	font-size: 15px;
}

li {
	list-style: none;
	display: inline-block;
}

.main {
	max-width: 1600px;
	margin: 0 auto;
}

img {
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #585453;
}

a,a:visited {
	text-decoration: none;
}

a:visited {
	color: transparent;
}

em,i {
	font-style: normal;
}

button,input,select {
	vertical-align: middle;
	outline: none;
	border: none;
	font-size: 14px;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #909399;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #909399;
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

:root {
	--themaBlue: #2266bb;
	--themaBlack: #070708;
}/* swiper初始化 ↓↓↓ */.swiper {
	overflow: hidden;
}

.swiper-container,.swiper {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}/* swiper初始化 ↑↑↑ */.maxWidth {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
}

.maxWidthPlus {
	max-width: 1950px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
}

.empty {
	height: 111px;
}/* header */header.on {
  /*box-shadow: 0 4px 10px #f3f3f3;*/
}

header.op {
	background-color: transparent;
	border: 0;
}

header.op .menuBtn > img {
	filter: brightness(100);
}

header .logo1 {
	display: block;
}

header .logo2 {
	display: none;
}

header.op .logo2 {
	display: block;
}

header.op .logo1 {
	display: none;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .4s;
	padding-top: 26px;
	background-color: white;
	border-bottom: 1px solid #eff3f6;
}

header .maxWidth {
	display: flex;
	padding-top: 17px;
	padding-bottom: 17px;
	align-items: center;
	justify-content: space-between;
}

header .maxWidth .logo {
	padding: 20px 0 15px;
}

header .right .menuBtn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: all .4s;
}

.empty {
	height: 88px;
}

main {
	max-width: 1550px;
	margin: 0 auto;
}

body.grey {
	background-color: #f5f5f5;
}

.index_head a {
	color: white;
}

.index_head ._left > div {
	display: inline-block;
}

.index_head ._left > div::after {
	background-color: white;
}

.index_head ._right a.l1 {
	background-color: transparent;
}/* subnav */.pro_nav:hover .subNavMian {
	opacity: 1;
	z-index: 9;
	height: 300px;
	padding-top: 80px;
}

.subNavMian {
	position: fixed;
	display: flex;
	z-index: -1;
	width: 100%;
	height: 0;
	top: 111px;
	left: 0;
	opacity: 1;
	overflow: hidden;
	transition: all .4s;
	box-sizing: border-box;
	justify-content: center;
	background-color: white;
	box-shadow: 0 0 7px #b6b6b6;
}

.subNavMian .left {
	margin-right: 40px;
	font-size: 30px;
	font-weight: bold;
}

.subNavMian .right {
	display: flex;
	text-align: center;
	justify-content: space-around;
}

.subNavMian .right a {
	margin-right: 10px;
	color: var(--themaBlack);
}

.subNavMian .right p {
	line-height: 40px;
}/* footer */.footer {
	color: #DDD;
	padding: 30px 0;
	background-color: #242933 !important;
	border-top: 5px solid #003399;
}

.col-md-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer p {
	margin: 0 0 10px;
}

.footer a {
	color: #CCC;
	font-size: 14px;
}

.tel a {
	color: #FF6600;
}

.footer .ewm-code img {
	width: 100px;
}

.footer .ewm-code li span {
	display: block;
	margin-top: 10px;
}

.footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
	margin: 30px 0;
}

.ftnav_li {
	width: 25%;
	float: left;
}

.footer h4 a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.footer li {
	margin: 10px 0 0;
	display: block;
}

.putImg {
	overflow: hidden;
}

.putImg img {
	transition: all .4s;
}

.lxwm_box {
	padding: 60px 0;
}

.contact-title {
	font-size: 30px;
	color: #282828;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 200;
	display: block;
}

.page-1 .contact-box {
	display: -ms-flexbox;
	display: flex;
	height: auto;
	justify-content: center;
	margin: auto;
	max-width: 60%;
}

.pc-flex {
	display: flex!important;
}

.page-1 .contact-box .left {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #dfdfdf;
}

.page-1 .contact-box .left .phone {
	width: 3.91vw;
	margin-right: 2.24vw;
}

.page-1 .contact-box .left .info .desc {
	font-size: 20px;
	color: rgba(65,65,65,.85);
	margin-bottom: 0.6vw;
}

.page-1 .contact-box .left .call {
	width: 13vw;
	font-size: 26px;
	color: #111;
}

.page-1 .contact-box .right {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-1 .contact-box .right .qrcode-box:first-child {
	margin-left: 5.2vw;
}

.page-1 .contact-box .right .qrcode-box {
	width: 7.1vw;
	height: 7.1vw;
	position: relative;
}

.page-1 .contact-box .right .qrcode-box img {
	width: 7.1vw;
	height: 7.1vw;
}

.page-1 .contact-box .right .qrcode-box span {
	font-size: 16px;
	line-height: 1;
	color: #999;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
	display: block;
	left: 0;
}

.page-1 {
	margin-bottom: 60px;
}

.ditu_box {
	margin-bottom: 15px;
}

.ditu_box img {
	max-width: initial;
}

.position-block .info .title {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 15px;
}

.position-block .info .desc p {
	font-size: 15px;
	color: #666;
	line-height: 2;
}/* 菜单 */.menuPart {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	font-size: 0;
	transition: all .4s;
}

.menuPart.on {
	z-index: 111;
	opacity: 1;
}

.menuPart > div {
	display: inline-block;
	width: 50%;
	height: 100%;
	flex: 1;
	vertical-align: top;
}

.menuPart .left {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.menuPart .right {
	position: relative;
	padding-top: 165px;
	padding-bottom: 165px;
	padding-left: 175px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch!important;
	overflow-y: auto;
}

.menuPart .right .close {
	position: absolute;
	display: flex;
	top: 33px;
	right: 33px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border-radius: 50%;
	background-color: var(--themaBlue);
}

.menuPart .right .close img {
	display: block;
	margin: auto;
}

.menuPart .right .ctMain .t .name {
	display: block;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: var(--themaBlue);
}

.menuPart .right .ctMain .putNav {
	margin-bottom: 50px;
}

.menuPart .right .ctMain .t ul {
	display: inline-block;
	margin-right: 185px;
	vertical-align: top;
}

.menuPart .right .ctMain .t ul:first-child li {
	display: block;
	margin-bottom: 35px;
}

.menuPart .right .ctMain .t ul:first-child li a {
	display: block;
	font-size: 26px;
	line-height: 26px;
	color: #8c8c8c;
	font-weight: bold;
}

.menuPart .right .ctMain .t ul:first-child li.on a,.menuPart .right .ctMain .t ul:first-child li a:hover {
	color: var(--themaBlack);
}

.menuPart .right .ctMain .t ul:last-child li {
	display: block;
	margin-bottom: 16px;
}

.menuPart .right .ctMain .t ul:last-child li a {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #8c8c8c;
	font-weight: bold;
}

.menuPart .right .ctMain .t ul:last-child li.on a,.menuPart .right .ctMain .t ul:last-child li a:hover {
	color: var(--themaBlack);
}

.menuPart .right .b .adr {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	color: var(--themaBlack);
}

.menuPart .right .b .adr p {
	margin-bottom: 15px;
}

.menuPart .right .b .tel {
	font-size: 25px;
	font-weight: bold;
	color: var(--themaBlack);
}/* 视频 */.menuAbout.active {
	z-index: 1666;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.menuAbout .menuMain {
	display: none;
}

.menuAbout {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.55s;
	background-color: rgba(255, 255, 255, 0);
}

.menuAbout .wrap {
	position: absolute;
	top: 40%;
	left: 50%;
	max-width: 70%;
	max-height: 60%;
	transform: translate(-50%, -50%);
}

.menuAbout .closeBtn {
	display: block;
	margin: 30px 30px 190px auto;
	cursor: pointer;
	max-width: 49px;
}

.menuAbout .menuMain {
	display: none;
}

.menuAbout .closeBtn {
	margin: 30px 0 10px auto;
}

.menuAbout video {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.cbBtn {
	position: fixed;
	right: 12px;
	bottom: 20%;
	width: 80px;
	height: 80px;
	z-index: 6;
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	clear: both;
	display: block;
	content: '';
}

.header {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	background: rgba(235, 235, 235, 0.9);
}

.logo {
	margin-top: 20px;
}

.logo img {
	height: 52px;
}

.nav_box ul li {
	padding: 20px 0;
	position: relative;
}

.nav_box ul li a {
	color: #333;
	padding: 15px 10px;
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: block;
	transition: all .2s linear;
}

.nav_box ul li:hover a {
	color: #003399;
	border-bottom: 2px solid #003399;
}

.hlx_box {
	display: none;
	position: absolute;
	left: 0;
	width: 150%;
	background: #fff;
	top: 92px;
}

.nav_box ul li .hlx_box a {
	color: #333;
	padding: 10px 25px;
	margin: 0;
	text-align: left;
	font-size: 15px;
	border-bottom: none !important;
}

.nav_box ul li:hover .hlx_box {
	display: block;
}

.nav_box ul li .hlx_box a:hover {
	background: #003399;
	color: #fff;
}

.head_h {
	height: 92px;
}

.banner {
	position: relative;
}

.pd_60 {
	padding: 60px 0 !important;
}

.sylm_box {
	text-align: center;
}

.sylm_box h2 {
	font-size: 30px;
	line-height: 1.2;
}

.sylm_box span {
	display: block;
	margin: 20px auto;
	height: 2px;
	content: "";
	width: 60px;
	background-color: #003399;
}

.sylm_box .m-sm {
	display: block;
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 50px;
}

.cp_box li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.cp_box li:nth-child(4n) {
	margin-right: 0;
}

.thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	border: 0;
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.thumbnail .shake {
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	max-height: 245px;
	overflow: hidden;
}

.img-rounded {
	border-radius: 6px;
	display: block;
	max-width: 100%;
	height: auto;
}

.thumbnail .caption {
	padding: 10px;
	color: #333;
	text-align: center;
	background: #f5f5f5;
}

.thumbnail h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.thumbnail p {
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.thumbnail:hover {
	box-shadow: 0 5px 15px rgb(0 51 153 / 50%);
}

.shake img:hover {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: shake;
	animation-name: shake;
}

.synews_left {
	width: 50%;
	background: #fff;
}

.n_img {
	height: 357px;
	overflow: hidden;
}

.n_img img {
	width: 100%;
}

.synews_left h2 {
	font-size: 16px;
	line-height: normal;
	margin: 15px;
	color: #333;
}

.synews_left h2 a {
	color: #333;
}

.synews_left p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 10px;
}

.synews_right {
	width: 48%;
}

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

.entry-item {
	padding: 10px;
	margin-bottom: 22px;
	text-align: center;
	background-color: #fff;
}

.entry-item .time {
	width: 80px;
	background-color: #f6f6f6;
}

.time .time-day {
	font-size: 22px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.time .time-date {
	font-size: 14px;
	line-height: 28px;
	color: #4d4d4d;
}

.entry-summary {
	width: 82%;
	text-align: left;
}

.entry-summary h2 {
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.entry-summary h2 a {
	color: #4d4d4d;
}

.entry-summary .qhd-content {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.banner-bg {
	background: url(../images/ny_bg.jpg) no-repeat center;
	background-size: cover;
}

.banner-mask {
	background-color: rgba(0,0,0,.1);
	padding: 13.5em 0;
}

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

.banner-mask h2 {
	color: #FFF;
	font-size: 30px;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
}

.banner-mask p {
	color: rgba(255,255,255,.9);
	font-size: 16px;
	margin: 0;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
}

.about_2 li {
	display: flex;
	padding: 60px 0;
	align-items: center;
	justify-content: space-between;
}

.about_2 li .title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 30px;
	line-height: 25px;
	color: var(--themaBlack);
}

.about_2 li .txt {
	font-size: 16px;
	line-height: 25px;
	color: #8c8c8c;
}

.about_2 li > div {
	max-width: 687px;
	width: 50%;
}

.putImg {
	overflow: hidden;
}

.menus {
	display: none;
	float: right;
	margin-top: 3px;
}

.menus img {
	height: 23px;
}/*手机菜单*/.m_nav {
	position: fixed;
	top: 55px;
	left: 0;
	box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	overflow-y: auto;
	transform: translateX(100%);
	animation-fill-mode: both;
}

.m_nav .top {
	height: 70px;
	padding: 20px;
	box-sizing: border-box;
	background: #003399;
}

.m_nav .top .closed {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	cursor: pointer;
	font-size: 26px;
	color: #fff;
	font-style: normal;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
	display: block;
}

.m_nav .ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	width: 100%;
}

.mxl_box {
	padding: 0 15px;
	font-size: 14px;
	display: none;
}

.m_nav .ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	width: 100%;
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sj_h {
	display: none;
	height: 57px;
}

.sjdb_box {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}

.sjdb_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}

.sjdb_box ul li {
	width: 33.3%;
	text-align: center;
	font-size: 13px;
}

.sjdb_box ul li a {
	color: #fff;
}

.sjdb_box ul img {
	height: 23px;
}

.sjdb_box ul img {
	height: 23px;
}

.sjdb_box ul li span {
	display: block;
	margin-top: 5px;
}

.suspension{position:fixed;z-index:55;right:0;bottom:200px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:-12px;}
.suspension .d-qrcode{top:36px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;text-align: center;}
.qrcode-img img{
	max-width: 100%;
}
.suspension .d-service .d-service-item a{
	color: #333;
}


.yqlink{
	padding: 20px 0;
	background: #fff;
}
@media (max-width:1459px) {
	.maxWidth {
		max-width: 1200px;
	}
}

@media (max-width:1024px) {
	.menuPart > div {
		width: 100%;
	}

	.menuPart .left {
		display: none
	}

	.menuPart .right {
		padding: 20% 10%
	}

	.menuPart .right .ctMain .t ul {
		width: 50%;
		margin-right: 0
	}

	.part_4 .btm .left {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.part_4 .btm .right {
		padding: 0 15px 20px;
		width: 100%;
	}

	.synews_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.n_img {
		height: auto;
	}

	.synews_right {
		width: 100%;
	}

	.entry-summary {
		width: 72%;
	}

	.ft_top,.footer hr {
		display: none;
	}

	.banner-mask {
		padding: 3em 0;
	}

	.banner-mask h2 {
		font-size: 22px;
	}

	.part_2 .page {
		margin-top: 30px !important;
	}

	.about_2 li {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	.about_2 li > div {
		width: 100%;
		margin-bottom: 20px;
	}

	.about_2 li .txt {
		font-size: 14px;
	}

	.about_2 li .title {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.lxwm_box {
		padding: 40px 0;
	}

	.contact-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.page-1 .contact-box {
		max-width: 100%;
	}

	.page-1 .contact-box {
		flex-wrap: wrap;
	}

	.page-1 .contact-box .left {
		border: none;
		width: 100%;
		flex: inherit;
	}

	.page-1 .contact-box .left .phone {
		width: 46px;
		margin-right: 10px;
	}

	.page-1 .contact-box .left .call {
		width: 100%;
		font-size: 22px;
	}

	.page-1 .contact-box .left .info .desc {
		font-size: 18px;
	}

	.page-1 .contact-box .right {
		-ms-flex: 1;
		flex: inherit;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: inherit;
		width: 100%;
		margin-top: 20px;
	}

	.page-1 .contact-box .right .qrcode-box:first-child {
		margin-left: 0;
	}

	.page-1 .contact-box .right .qrcode-box {
		width: 48%;
		height: auto;
		position: relative;
	}

	.page-1 .contact-box .right .qrcode-box img {
		width: 100%;
		height: auto;
	}

	.page {
		margin-bottom: 0;
	}

	.listPage,.cpxq_box {
		padding: 40px 0;
	}

	.xq_yema a {
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.xq_yema a:last-child {
		text-align: left;
		margin-top: 10px;
	}

	.cp_topbox .cp_left, .cp_right {
		width: 100%;
	}

	.cp_topbox .cp_left {
		margin-bottom: 20px;
	}
}

@media (max-width:768px) {
	.menuAbout .wrap {
		top: 0;
		left: 0;
		transform: translate(0,40%);
		max-width: inherit;
		max-height: inherit;
		margin: 0 auto;
	}
	.suspension{
		display: none;
	}
	.sj_h,.sjdb_box {
		display: block;
	}

	footer .md {
		margin: 5% 0;
		padding: 5% 0;
	}

	footer .md .twoList {
		padding: 5% 0;
	}

	footer .ft .r div a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .ft .r p {
		line-height: 35px;
	}

	footer .ft .r .map {
		margin-left: 15px;
	}

	footer .ft .l .txt {
		margin: 0 0 10%;
	}

	.menus {
		display: block;
	}

	.header {
		padding: 15px 0;
	}

	.nav_box {
		display: none;
	}

	.logo {
		margin-top: 0;
	}

	.head_h {
		height: 55px;
	}

	.pd_60 {
		padding: 40px 0 !important;
	}

	.sylm_box h2 {
		font-size: 24px;
	}

	.cp_box li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cp_box li:nth-child(2n) {
		float: right;
	}

	.sylm_box .m-sm {
		margin-bottom: 25px;
	}

	.part_3 .swiper-slide a {
		max-height: 400px;
	}

	.logo img {
		height: 26px;
	}
}

@media (max-width:640px) {
	.menuPart .right .ctMain .t ul:first-child li a {
		font-size: 18px;
	}

	.menuPart .right .ctMain .t ul:first-child li {
		margin-bottom: 25px;
	}

	.menuPart .right .ctMain .t ul:last-child li a {
		font-size: 16px;
	}

	.menuPart .right .ctMain .t .name {
		font-size: 34px;
	}

	.menuPart .right .close {
		width: 50px;
		height: 50px;
	}
}