i, em {
	font-style: normal;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../images/grayBg.png) repeat;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
	opacity: 0;
}
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
	position: relative;
	height: 36px;
	padding: 40px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #FFF;
border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hidden_search .text {
	width: 100%;
	height: 20px;
	padding: 8px 0;
	font-size: 14px;
	color: #444;
	background: none;
	border: none;
	font-family: "Microsoft Yahei";
}
.hidden_search .btn {
	display: block;
	background: url(../images/search_icon.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 36px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}
.hidden_search .search_wrap {
	border: 1px solid #e4eaec;
	border-radius: 20px;
	position: relative;
	padding-right: 56px;
	padding-left: 20px;
	height: 36px;
}
.hidden_search .close_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	width: 22px;
	height: 22px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hidden_search .close_btn:after, .hidden_search .close_btn:before {
	background: #cccccc;
	width: 20px;
	height: 3px;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "";
	position: absolute;
	left: 10px;
	top: 11px;
}
.hidden_search .close_btn:before {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hidden_search .close_btn:after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
}
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before {
	background: #19408c;
}
.header .menuIcon {
	width: 24px;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header .menuIcon span {
	display: block;
	height: 3px;
	background: #489eff;
	margin-top: 5px;
	position: relative;
}
.header .menuIcon span:first-child {
	margin-top: 0;
}
.navForm {
	background: #fff;
	border-radius: 3px;
}
.navForm .text {
	width: 80%;
	height: 32px;
	border: none;
	background: none;
	font-size: 14px;
	color: #555;
	line-height: 32px;
	text-indent: 8px;
}
.navForm .subm {
	width: 20%;
	height: 32px;
	border: none;
	background: url(../images/search_icon.jpg) no-repeat center;
	cursor: pointer;
}
.mm-listview > li.nBorder:not(.mm-divider):after {
	display: none;
}
.w96 {
	width: 96%;
	margin: 0 auto;
}
.header {
	width: 100%;
	-wbkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 9;
}
.header .logo {
	height: 100px;
	line-height: 100px;
	font-size: 0;
}
.header .logo img {
	height: 60px;
	margin-top: 18px;
}
.header .qrcode {
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 36px 0 0 17px;
	cursor: pointer;
	background: #056cd5;
	border-radius: 20px;
}
.header .qrcode svg {
	padding-top: 6px;
}
.header .qrcode span {
	padding-left: 28px;
	background: url(../images/telbg.png) no-repeat;
}
.header .nav .nLi {
	position: relative;
	padding: 0 23px 0 26px;
	position: relative;
	text-align: center;
}
.header .nav .nLi:first-child:before {
	display: none;
}
.header .nav .nLi h3 a {
	display: block;
	padding: 40px 0 36px;
	position: relative;
}
.header .nav .nLi h3 a em {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #000b27;
	font-weight: normal;
	text-transform: uppercase;
}
.header .nav .nLi h3 a span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #000b27;
}
.header .nav .nLi h3 a:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #056cd5;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}
.header .nav .nLi.on h3 a:before, .header .nav .nLi.cur h3 a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.header .nav .nLi.on h3 a em, .header .nav .nLi.on h3 a span, .header .nav .nLi.cur h3 a em, .header .nav .nLi.cur h3 a span {
	color: #056cd5;
}
.header .nav .nLi .navSub {
	position: absolute;
	top: 104px;
	background: #fff;
	display: none;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header .nav .nLi .navSub ul li a {
	display: block;
	font-size: 15px;
	color: #444;
	line-height: 28px;
	padding: 6px 0;
}
.header .nav .nLi .navSub ul li a:hover {
	color: #0a50c1;
}
 @media screen and (min-width:760px) and (max-width:1680px) {
.head .hea-top, .head .menu .nav {
	width: 93.3%;
}
}
.banner {
	position: relative;
	overflow: hidden;
}
.banner .slick-arrow {
	position: absolute;
	font-size: 0;
	top: 50%;
	z-index: 12;
	width: 100px;
	height: 100px;
	margin-top: -42px;
	border: 0;
}
.banner .slick-prev {
	outline: none;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	z-index: 9;
	text-align: center;
	margin-top: -40px;
	transition: .8s;
	background: url(../images/c_prev.png) no-repeat;
	left: 5%;
	opacity: 0;
	cursor: pointer;
}
.banner .slick-next {
	outline: none;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	z-index: 9;
	text-align: center;
	margin-top: -40px;
	transition: .8s;
	background: url(../images/c_next.png) no-repeat;
	right: 5%;
	opacity: 0;
	cursor: pointer;
}
.banner:hover .slick-prev {
	left: 10%;
	opacity: 1;
}
.banner:hover .slick-next {
	right: 10%;
	opacity: 1;
}
.banner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.slick-dots {
	position: absolute;
	left: 0;
	font-size: 0;
	bottom: 5%;
	width: 100%;
	text-align: center;
	outline: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 15px;
	outline: none;
}
.slick-dots li button {
	display: block;
	border: 0 none;
	width: 41px;
	height: 4px;
	background: url(../images/ban-dd.png) no-repeat center;
	transition: .5s;
}
.slick-dots .slick-active button {
	background: url(../images/ban-dd_h.png) no-repeat center;
}
.footer {
	height: 536px;
	background: #232324;
	border-top: 8px solid #003171;
}
.ft-top {
	padding-top: 48px;
	height: 407px;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	box-sizing: border-box;
}
.ft-top .ft-left {
	width: 278px;
	height: 314px;
	border-right: 1px solid rgba(255,255,255,0.04);
}
.ft-top .ft-left h2 {
	width: 245px; /*height:37px;*/
	margin-top: 15px;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.ft-top .ft-left h2 img {
	width: 100%;
}
.ft-top .ft-left .ft-code span {
	display: block;
	height: 88px;
	margin-bottom: 26px;
}
.ft-top .ft-left .ft-code span i {
	display: block;
	width: 88px;
	height: 88px;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.ft-top .ft-left .ft-code span i img {
	width: 100%;
}
.ft-top .ft-left .ft-code span em {
	display: block;
	width: 36px;
	padding: 6px 10px 0;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.53);
	line-height: 14px;
}
.ft-top .ft-cen {
	width: 364px;
	height: 314px;
	border-right: 1px solid rgba(255,255,255,0.04);
	padding: 25px 63px 0 75px;
	box-sizing: border-box;
}
.ft-top .ft-cen h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	font-family: "思源黑体 CN";
	margin-bottom: 16px;
}
.ft-top .ft-cen ul {
	width: 100%;
}
.ft-top .ft-cen ul li {
	margin-bottom: 8px;
}
.ft-top .ft-cen ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255,255,255,0.2);
}
.ft-top .ft-cen ul li p {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
}
.ft-top .ft-nav {
	width: 556px;
	padding: 25px 0 0 75px;
	box-sizing: border-box;
}
.ft-top .ft-nav h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	font-family: "思源黑体 CN";
	margin-bottom: 6px;
}
.ft-top .ft-nav ul li {
	float: left;
	width: 185px;
	height: 47px;
	line-height: 47px;
}
.ft-top .ft-nav ul li a {
	font-size: 16px;
	color: rgba(255,255,255,0.3);
	display: block;
	background: url(../images/ft-jt.png) no-repeat right;
}
.ft-top .ft-nav ul li:nth-child(2n) {
	float: right;
}
.ft-bot {
	height: 88px;
}
.ft-bot span {
	display: block;
	height: 88px;
	float: left;
}
.ft-bot span em {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	margin-right: 10px;
}
.ft-bot span em a {
	font-size: 14px;
	color: rgba(255,255,255,0.39);
}
.ft-bot span em.ba a {
	padding-left: 25px;
	background: url(../images/beianbg.png) no-repeat 0 center;
}
.ft-bot strong {
	float: right;
	height: 88px;
}
.ft-bot strong i {
	display: block;
	height: 88px;
	line-height: 88px;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	font-weight: normal;
}

.foot_key ,.foot_key a { font-size: 14px;  color:rgba(255,255,255,0.39); }


.ft-bot strong a {
	display: block;
	height: 88px;
	line-height: 88px;
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.39);
	margin-right: 15px;
	font-weight: normal;
}
.ft-bot strong a:last-child {
	margin-right: 0;
}

.wuyou-waiter{position: fixed; right: 0px; top:50%; margin-top: -90px; width: 60px;/* box-shadow: 0px 0px 20px rgba(0,0,0,.3);*/ z-index: 999;}
.waiter-ul li{position: relative; height: 60px; line-height: 60px; margin-bottom:1px;}
.waiter-ul li a{ position: absolute; left: 0; top: 0; z-index: 2;display: block; width: 60px; height: 60px;border-radius:5px; line-height: 60px; text-align: center; -webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; text-decoration: none; font-size: 24px;}
.waiter-title{position: absolute; left: 0px; bottom: 1px; color: #fff; width: 80px; height: 46px; line-height: 46px; font-size:15px; text-align: center;-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.3); z-index: 1; opacity: 0;}
.waiter-title:before{content: ''; display: block; width: 10px; height: 10px; position: absolute; right: -5px; top: 19px; background-color:#fff; transform:rotate(45deg);}
.waiter-ul li:hover .waiter-title{left: -88px; opacity: 1;}

.waiter-ul li a p img { margin-top:10px; }


.waiter-ul li.wuyou-zixun a{ background:#076ed5;}


.waiter-ul li.wuyou-shop a{ background:#076ed5;}
.waiter-ul li.wuyou-shop .waiter-title{background-color:#e60113; }
.waiter-ul li.wuyou-shop .waiter-title:before{background-color:#e60113; }
.waiter-ul li.wuyou-shop:hover .waiter-title{left: -150px; opacity: 1; width:140px; height:46px; line-height:46px; font-weight:bold;}

.waiter-ul li.wuyou-contact a{ background:#076ed5;}
.waiter-ul li.wuyou-contact .waiter-title{background-color:#076ed5; }
.waiter-ul li.wuyou-contact .waiter-title:before{background-color:#076ed5; }

.waiter-ul li.wuyou-wechat a{ background:#076ed5;}
.waiter-ul li.wuyou-wechat .waiter-title{background-color:#056cd5; }
.waiter-ul li.wuyou-wechat .waiter-title:before{background-color:#056cd5; }
.waiter-ul li.wuyou-wechat:hover .waiter-title{left: -150px; opacity: 1; width:120px; height:120px; padding:10px;}
.waiter-ul li.wuyou-wechat .waiter-title:before{content: ''; display: block; width: 10px; height: 10px; position: absolute; right: -5px; top:109px; background-color:#056cd5; transform:rotate(45deg);}



.waiter-ul li.wuyou-top a{background-image: -webkit-linear-gradient(left, #333, #666);background-image: -moz-linear-gradient(left, #333, #666);background-image: -ms-linear-gradient(left, #333, #666);}
.waiter-ul li.wuyou-top .waiter-title{background-color:#333; }
.waiter-ul li.wuyou-top .waiter-title:before{background-color:#333; }

@media screen and (max-width: 1440px){
.header .logo img {height: 45px;margin-top: 15px;}
.header .nav .nLi {padding: 0 10px 0 10px;}
.header .nav .nLi h3 a span { font-size:14px;}
.header .logo {height: 80px;line-height: 80px;}

.header .nav .nLi h3 a {padding: 30px 0 26px;}
.header .qrcode {margin: 26px 0 0 17px;}
.header .nav .nLi .navSub { top: 84px;}



}



@media screen and (max-width: 1200px){
	.header .logo img {height: 40px;margin-top: 15px;}
.header .nav .nLi {
    padding: 0 10px 0 10px;
}
}