#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}
.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
article, aside, dialog, footer, header, section, nav, figure, menu, main {
	display: block
}
.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}
.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}
.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/

	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}
.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}
.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}
.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}
.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}
.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}
::selection { color: #fff; background: #ff685c; }

/*********************************************************

/ When clicking on thumbs jqzoom will add the class

/ "zoomThumbActive" on the anchor selected

/*********************************************************/

.wap-hd-nav {
	display: none;
}
.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}
.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}
.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif;
}
.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}
.wap-nav .nav form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
.wap-nav .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url("../images/sch2.png") no-repeat center center;
}
.wap-nav .nav > ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wap-nav .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 20px;
	position: relative;
}
.wap-nav .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../images/shizi.png") no-repeat center center;
}
.wap-nav .addition.active {
	background-image: url("../images/yizi.png");
}
.wap-nav .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.wap-nav .nav > ul > li > a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.wap-nav .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.wap-nav .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	margin-right: 40px;
	padding-left: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	padding-left: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > dl {
	padding: 20px;
}
.wap-nav .nav > ul > dl dd {
	float: left;
	margin: 0 2px;
}
.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #ff685c;
}
 @media screen and (min-width: 992px) {
.wap-nav, .menubtn {
	display: none;
}
}
 @media screen and (max-width: 991px) {
.wap-hd-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ff685c;
}
.wap-hd-nav-item {
	width: 25%;
}
.wap-hd-nav-item a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: #363636;
}
.wap-hd-nav-item a.active {
	color: white;
	background-color: #ff685c;
}
}
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.slide .slideItem .banner-img {
	width: 100%;
}
.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
}
.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}
.slide .slideItem {
	position: relative;
}

.slide iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}
.slide .dotList {
	text-align: center;
	margin-top: 20px;
}
.slide .dotList ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-position: -12px 0px;
	margin-left: 10px;
	cursor: pointer;
}
.slide .dotList ul li.active {
	background-position: 0px 0px;
}
.slide .carousel-control {
	position: absolute;
	top: 45%;
	width: 30px;
	height: 30px;
	z-index: 999;
}
.slide .carousel-control.left {
	left: 0;
	background-position: -38px 0px;
	cursor: pointer;
}
.slide .carousel-control.right {
	right: 0;
	background-position: -85px 0px;
	cursor: pointer;
}
.slide .slidedetail {
	display: none;
}
.imgtoVideo img {
	width: 100%;
}
.imgtoVideo>div {
	padding: 1px;
	position: relative;
	cursor: pointer;
	width: 49%;
	display: inline-block;
}
.imgtoVideo>div:hover .imgtoVideoDetail {
	display: block
}
.imgtoVideo .imgtoVideoDetail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	display: none
}
.imgtoVideo .imgtoVideoDetail >div {
	background: rgba(0, 98, 197,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	width: 100%;
	height: 100%;
	text-align: center;
}
.imgtoVideo .tovideo .imgtoVideoDetail {
	display: block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div {
	background: #0C2D47;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search {
	color: #fff;
	font-size: 25px;
	margin-top: 21%;
}
.contentIV {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(20, 43, 73,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	margin: 0 auto;
	z-index: -999;
	max-width: 1024px;
	display: none;
}
#picturetoVideo .carouse .slideItem {
	display: table;
	height: 100%
}
#picturetoVideo .carouse .slideItem>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#picturetoVideo .carouse .slideItem .banner-img {
	max-width: 100%;
	width: auto
}
.closeContentIV {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;
}
@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }

	.slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.2;
  background-color: #fff;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	tap-highlight-color: transparent;
	focus-ring-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	-moz-tap-highlight-color: transparent;
	-moz-focus-ring-color: transparent;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
a:hover {
	color: #ff685c;
}
ol, ul, li {
	list-style: none;
}
img {
	max-width: 100%;
	border: 0px solid #ccc;
}
table, embed, video {
	max-width: 100%;
}
input, textarea {
	border: none;
	background: none;
	font-family: inherit;
}
input[type="submit"], textarea[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], textarea[type="checkbox"] {
	cursor: pointer;
}
input[type="radio"], textarea[type="radio"] {
	cursor: pointer;
}
input:focus, textarea:focus {
	outline: none;
}
textarea {
	resize: none;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
em, i {
	font-style: normal;
}
/* .c-xx start */

.c-fl {
	float: left;
}
.c-fr {
	float: right;
}
.c-cb {
	clear: both;
}
.c-clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.c-mg {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.c-oh {
	overflow: hidden;
}
.c-wd {
	width: 1200px;
}
.c-tsn {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.c-bbx {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.c-pr {
	position: relative;
}
.c-mt-5 {
	margin-top: 5px;
}
.c-mt-10 {
	margin-top: 10px;
}
.c-mt-15 {
	margin-top: 15px;
}
.c-mt-20 {
	margin-top: 20px;
}
.c-mt-25 {
	margin-top: 25px;
}
.c-mt-30 {
	margin-top: 30px;
}
.c-mt-35 {
	margin-top: 35px;
}
.c-mt-40 {
	margin-top: 40px;
}
.c-mt-45 {
	margin-top: 45px;
}
.c-mt-50 {
	margin-top: 50px;
}
.c-nomt {
	margin-top: 0 !important;
}
.c-nomr {
	margin-right: 0 !important;
}
.c-nomb {
	margin-bottom: 0 !important;
}
.c-noml {
	margin-left: 0 !important;
}
.c-nomg {
	margin: 0 !important;
}
.c-nopt {
	padding-top: 0 !important;
}
.c-nopr {
	padding-right: 0 !important;
}
.c-nopb {
	padding-bottom: 0 !important;
}
.c-nopl {
	padding-left: 0 !important;
}
.c-nopd {
	padding: 0 !important;
}
.c-nofont {
	line-height: 0;
	font-size: 0;
}
.c-nobg {
	background: none !important;
}
/* .c-xx end */

/* .f-xx start */

.f-czjz {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}
.f-box {
	margin: 0 auto;
	max-width: 1200px;
	overflow: visible;
}
 @media screen and (min-width: 992px) and (max-width: 1219px) {
.f-box {
	width: 970px;
}
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
.f-box {
	width: 750px;
}
}
 @media screen and (max-width: 767px) {
.f-box {
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}



/* .f-xx end */

/* @keyframes start */

@-webkit-keyframes boxshadown {
0% {
box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
}
 100% {
box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
}
}
 @-moz-keyframes boxshadown {
0% {
box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
}
 100% {
box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
}
}
 @keyframes boxshadown {
0% {
box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
}
 100% {
box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
}
}
/* @keyframes end */

/* .an-xx start */

.an-hoverimg-xy {
	position: relative;
	overflow: hidden;
}
.an-hoverimg-xy:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 2;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	visibility: hidden;
}
.an-hoverimg-xy:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 1;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	visibility: hidden;
}
.an-hoverimg-xy img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverimg-xy:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.an-hoverimg-beforex {
	position: relative;
	overflow: hidden;
}
.an-hoverimg-beforex:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 2;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	visibility: hidden;
}
.an-hoverimg-beforex img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.an-hoverimg-beforey {
	position: relative;
	overflow: hidden;
}
.an-hoverimg-beforey:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 2;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	visibility: hidden;
}
.an-hoverimg-beforey img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.an-hoverbtn-beforey {
	position: relative;
}
.an-hoverbtn-beforey > * {
	position: relative;
}
.an-hoverbtn-beforey:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #ff685c;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
	color: #fff;
}
.an-hoverbtn-beforey:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.an-hoverbtn-beforex {
	position: relative;
}
.an-hoverbtn-beforex > * {
	position: relative;
}
.an-hoverbtn-beforex:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ff685c;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
	color: #fff;
}
.an-hoverbtn-beforex:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.an-hoverbtn-beforer {
	position: relative;
	overflow: hidden;
}
.an-hoverbtn-beforer > * {
	position: relative;
}
.an-hoverbtn-beforer:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff685c;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
	color: #fff;
}
.an-hoverbtn-beforer:hover:before {
	right: 0;
}
.an-boxsd:hover {
	-webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}
/* .an-xx end */

/* .m-xx start */

.m-desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}
.m-desc a {
	color: #ff685c;
}
.m-desc a:hover {
	text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
}
.m-desc img {
	max-width: 100%;
}
.m-desc iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.m-desc table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.m-desc table tr td {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
 @media screen and (max-width: 991px) {
.m-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.m-desc p, .m-desc span, .m-desc b {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
}
.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
}
.table table tr td {
	padding: 3px;
	height: 30px;
	border: 1px solid #ccc;
}
 @media screen and (max-width: 991px) {
.table {
	width: 100%;
	overflow-x: scroll;
}
.table table {
	width: 991px;
}
}
 @media screen and (max-width: 991px) {
.m-tt1 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}
.m-tt2 {
	font-size: 20px !important;
	font-size: 2rem !important;
}
.m-tt3 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.m-desc1 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.m-desc2 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
[class*="-item"] .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
[class*="-item"] .item-desc {
	font-size: 13px;
	font-size: 1.3rem;
}
[class*="-item"] .item-link {
	font-size: 13px;
	font-size: 1.3rem;
}
[class*="-item"] .item-modal {
	display: none;
}
}
/* .m-xx end */

/* .j-xx start */

.j-offset-top {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}
.j-offset-top.run {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.j-offset-left {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
.j-offset-left.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.j-offset-right {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.j-offset-right.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.j-fadein {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	opacity: 0;
}
.j-fadein.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.j-lazy {
	min-width: 20%;
}
/* .j-xx end */

[class*="-item"] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
[class*="-item"] .item-pic img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
[class*="-item"] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.m-newsl .item-pic:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
[class*="-item"] .item-title {
	overflow: hidden;
}
[class*="-item"] .item-title a:hover {
	color: #ff685c;
}
[class*="-item"] .item-desc {
	overflow: hidden;
}
[class*="-item"] .item-desc a {
	display: block;
}
[class*="-item"] .item-desc a:hover {
	color: #ff685c;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 999999;
}
.loading_wrap {
	text-align: center;
	margin: 0 auto;
	display: table;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.loading_wrap img {
	-webkit-animation: fliping 1.5s infinite linear;
	-moz-animation: fliping 1.5s infinite linear;
	animation: fliping 1.5s infinite linear;
}
 @-webkit-keyframes fliping {
0% {
-webkit-transform: translateZ(0) rotateY(0);
transform: translateZ(0) rotateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: translateZ(150px) rotateY(170deg);
transform: translateZ(150px) rotateY(170deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
-webkit-transform: translateZ(150px) rotateY(190deg);
transform: translateZ(150px) rotateY(190deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
-webkit-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @-moz-keyframes fliping {
0% {
-moz-transform: translateZ(0) rotateY(0);
transform: translateZ(0) rotateY(0);
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-moz-transform: translateZ(150px) rotateY(170deg);
transform: translateZ(150px) rotateY(170deg);
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
-moz-transform: translateZ(150px) rotateY(190deg);
transform: translateZ(150px) rotateY(190deg);
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-moz-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
-moz-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes fliping {
0% {
-webkit-transform: translateZ(0) rotateY(0);
-moz-transform: translateZ(0) rotateY(0);
transform: translateZ(0) rotateY(0);
 -webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: translateZ(150px) rotateY(170deg);
-moz-transform: translateZ(150px) rotateY(170deg);
transform: translateZ(150px) rotateY(170deg);
 -webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
-webkit-transform: translateZ(150px) rotateY(190deg);
-moz-transform: translateZ(150px) rotateY(190deg);
transform: translateZ(150px) rotateY(190deg);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: translateZ(0) rotateY(360deg);
-moz-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
-webkit-transform: translateZ(0) rotateY(360deg);
-moz-transform: translateZ(0) rotateY(360deg);
transform: translateZ(0) rotateY(360deg);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.site-welcome {
	visibility: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.site-welcome.active {
	visibility: visible;
	opacity: 1;
}
.m-crm {
	margin-top: 22px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.m-crm a {
	color: #333;
}
.m-crm a:hover {
	color: #ff685c;
}
.m-crm .active {
	color: #ff685c;
}
 @media screen and (max-width: 991px) {
.m-crm {
	font-size: 14px;
	font-size: 1.4rem;
}
}
.m-oths {
	margin-top: 56px;
}
.m-oths .oths-item {
	position: relative;
	padding-left: 36px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-oths .oths-item a {
	color: #888;
}
.m-oths .oths-item a:hover {
	color: #333;
}
.m-oths .oths-item a.none:hover {
	color: #888;
}
.m-oths .oths-item-1 {
	margin-bottom: 15px;
}
.m-oths .iconfont {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #ff685c;
}
 @media screen and (max-width: 991px) {
.m-oths {
	margin-top: 30px;
}
}
.m-page {
	margin-top: 93px;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
}
.m-page a, .m-page span.none {
	margin: 0 5px;
	display: inline-block;
*display: inline;
*zoom: 1;
	min-width: 26px;
	height: 26px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0a0a0a;
	text-align: center;
	border: 1px solid #0a0a0a;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-page a:hover {
	color: #fff;
	background-color: #ff685c;
}
.m-page a.prev {
	margin-right: 10px;
}
.m-page a.next {
	margin-left: 10px;
}
.m-page a.big {
	width: auto;
	border: none;
	color: #333;
	background: none;
}
.m-page a.big:hover {
	border: none;
	color: #333;
	background: none;
}
.m-page a:hover {
	color: white;
	border-color: #ff685c;
	background-color: #ff685c;
}
.m-page a.active {
	color: white;
	border-color: #ff685c;
	background-color: #ff685c;
}
.m-page2 {
	position: relative;
	min-height: 32px;
	padding-right: 270px;
	text-align: left;
}
.m-page2 .page-form {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 263px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-page2 .form-btn {
	width: 100%;
	height: 32px;
	font-size: 14px;
	font-size: 1.4rem; box-sizing:border-box; padding-left:3px; padding-right:3px;
	color: #fff;
	background-color: #ff685c; cursor: pointer;
}
 @media screen and (max-width: 991px) {
.m-page {
	margin-top: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.m-page a {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.m-page2 {
	padding-right: 0;
	padding-bottom: 40px;
}
.m-page2 .page-form {
	left: 0;
	margin: 0 auto;
}
}
.returntop {
	position: fixed;
*position: absolute;
	z-index: 9;
	right: 80px;
	bottom: 120px;
	width: 46px; height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #ff685c;
	border-radius: 50%;
	display: none;
}
.returntop:hover {
	color: #fff;
}
 @media screen and (max-width: 991px) {
.returntop {
	right:60px;
	bottom: 120px;
	width: 36px;
	line-height: 36px;
}
}
.g-hd {
	position: relative;
	z-index: 9;
}
.m-hdfix1 {
	position: relative;
	text-align: center;
}
.m-hdlogo {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 0;
	font-size: 0;
	line-height: 91px;
	padding: 0 120px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hdlogo img {
	vertical-align: middle;
  max-height: 91px;
}
.m-hdlang {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: -180px;
	margin-top: 17px;
}
.m-hdlang .lang-btn {
	display: block;
	width: 118px;
	padding: 5px 0px;
	line-height: 26px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	border: 1px solid #333333;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hdlang .lang-btn i {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	vertical-align: middle;
}
.m-hdlang .lang-list {
	position: absolute;
	left: 0;
	top: 130%;
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hdlang .lang-list.active {
	visibility: visible;
	top: 110%;
	opacity: 1;
}
.m-hdlang .lang-item {
	display: block;
	padding: 5px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}
.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
	color: #fff;
	background-color: #ff685c;
}
.m-hdfix2 {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.m-hdnav {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
}
.m-hdnav .nav-item {
	position: relative;
	margin-right: 70px;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	padding-bottom: 39px;
}
.m-hdnav .nav-item > a {
	position: relative;
	display: block;
	padding-top: 13px;
	padding-bottom: 14px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.m-hdnav .nav-item > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a:hover {
	color: #ff685c;
}
.m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a:hover:before {
	background-color: #ff685c;
}
.m-hdnav .sbnav-list {
	position: absolute;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hdnav .sbnav-wp {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ff685c;
}
.m-hdnav .sbnav-list1 {
	top: 100%;
	left: 0;
	width: 234px;
}
.m-hdnav .sbnav-list2 {
	top: 0;
	left: 100%;
	width: 100%;
}
.m-hdnav .sbnav-list3 {
	top: 0;
	left: 100%;
	width: 160px;
}
.m-hdnav .sbnav-list4 {
	top: 100%;
	left: 0;
	width: 100%;
}
.m-hdnav .sbnav-item {
	position: relative;
}
.m-hdnav .sbnav-item a {
	position: relative;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: left;
}
.m-hdnav .sbnav-item a:hover {
	color: #ff685c;
	background-color: #fff;
}
.m-hdnav .sbnav-item a.active {
	color: #ff685c;
	background-color: #fff;
}
.m-hdnav .sbnav-item:first-child {
	margin-top: 0;
}
.m-hdnav .sbnav-item:last-child a:before {
	display: none;
}
.m-hdnav .sbnav-item:last-child > a {
	border-bottom: none;
}
 @media screen and (max-width: 1219px) {
.m-hdnav .sbnav-item a {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.m-hdsch {
	position: relative;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	padding-top: 13px;
	padding-bottom: 13px;
}
.m-hdsch .sch-btn {
	display: block;
	width: 44px;
	line-height: 28px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hdsch .sch-form {
	position: absolute;
	right: 0;
	top: 120%;
	width: 204px;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #ff685c;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hdsch .sch-form.active {
	visibility: visible;
	top: 110%;
	opacity: 1;
}
.m-hdsch .form-text {
	float: left;
	width: 174px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hdsch .form-btn {
	float: right;
	width: 30px;
	height: 30px;
	background: url("../images/sch2.png") no-repeat center;
}
 @media screen and (max-width: 1219px) {
.m-hdnav .nav-item {
	margin-right: 30px;
}
.m-hdnav .nav-item > a {
	font-size: 16px;
	font-size: 1.6rem;
}
.m-hdlang .lang-btn {
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width: 991px) {
.m-hdfix2 {
	display: none;
}
.m-hdfix1 {
	position: static;
}
.m-hdlogo {
	float: none;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.m-hdlang {
	position: absolute;
	float: none;
	margin-left: 0;
	left: 5px;
	margin-top: 0;
	top: 5px;
}
.m-hdlang .lang-btn {
	min-width: 98px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.wap-hd-nav {
	display: none;
}
.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}
.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}
.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif;
}
.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}
.wap-nav .nav form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
.wap-nav .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url("../images/sch2.png") no-repeat center center;
}
.wap-nav .nav > ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wap-nav .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 20px;
	position: relative;
}
.wap-nav .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../images/shizi.png") no-repeat center center;
}
.wap-nav .addition.active {
	background-image: url("../images/yizi.png");
}
.wap-nav .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.wap-nav .nav > ul > li > a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.wap-nav .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.wap-nav .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	margin-right: 40px;
	padding-left: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	padding-left: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > dl {
	padding: 20px;
}
.wap-nav .nav > ul > dl dd {
	float: left;
	margin: 0 2px;
}
.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #ff685c;
}
 @media screen and (min-width: 992px) {
.wap-nav, .menubtn {
	display: none;
}
}
 @media screen and (max-width: 991px) {
.wap-hd-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ff685c;
}
.wap-hd-nav-item {
	width: 25%;
}
.wap-hd-nav-item a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: #363636;
}
.wap-hd-nav-item a.active {
	color: white;
	background-color: #ff685c;
}
}
.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.banner .dotList {
	position: absolute;
	right: 12.1875%;
	bottom: 28.93333%;
}
.banner .dotList ul li {
	margin-bottom: 5px;
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	font-family: "playfair-display.bold-italic";
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.banner .dotList ul li span {
	margin-bottom: 5px;
}
.banner .dotList ul li.active {
	font-size: 56px;
	font-size: 5.6rem;
}
.banner .carousel-control {
	position: absolute;
	right: 14px;
	width: 30px;
	line-height: 38px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	cursor: pointer;
}
.banner .carousel-control.left {
	bottom: 40px;
}
.banner .carousel-control.right {
	bottom: 0;
}
.banner.hide {
	display: none;
}
 @media screen and (max-width: 991px) {
.banner {
	padding: 0;
	display: block;
}
.banner .dotList {
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
}
.banner .dotList ul li {
	margin: 0 3px;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-writing-mode: inherit;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
	color: #fff;
}
.banner .dotList ul li span {
	margin-right: 3px;
}
.banner .dotList ul li.active {
	font-size: 18px;
	font-size: 1.8rem;
}
.banner .carousel-control {
	display: none;
}
.banner.hide {
	display: block;
}
.n-banner {
	display: none;
}
}
.m-htt {
	padding-top: 23px;
	font-size: 64px;
	font-size: 6.4rem;
	font-family: "playfair-display.bold-italic";
	text-align: center;
	background: url("../images/httbg1.png") no-repeat center top;
}
 @media screen and (max-width: 991px) {
.m-htt {
	padding-top: 12px;
	font-size: 26px;
	font-size: 2.6rem;
	min-height: 43px;
	background-size: auto 43px;
}
}
.m-htt:hover {
	letter-spacing: 1px;
}
.g-habt {
	padding-top: 78px;
}
.g-habt .box-title {
	margin-bottom: 100px;
}
 @media screen and (max-width: 991px) {
.g-habt {
	padding-top: 30px;
}
.g-habt .box-title {
	margin-bottom: 30px;
}
}
.m-habt .box-video {
	position: relative;
	float: right;
	margin-left: 12.66667%;
	width: 500px;
	padding-top: 375px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.m-habt .box-video1{
	float: right;
	margin-left: 12.66667%;
	width: 500px;

	line-height: 0;
	font-size: 0;
	overflow: hidden;}
.m-habt .box-video1 img{ max-width:100%}
.m-habt .box-video iframe,.m-habt .box-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m-habt .box-text {
	overflow: hidden;
}
.m-habt .box-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}
.m-habt .box-desc a {
	display: block;
}
.m-habt .box-link {
	margin-top: 37px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.m-habt .box-link a:hover .iconfont {
	width: 17px;
}
.m-habt .box-link .iconfont {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 0;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	overflow: hidden;
	vertical-align: middle;
}



 @media screen and (max-width: 991px) {
.m-habt .box-video {
	float: none;
	margin-left: 0;
	width: 66.66667%;
	padding-top: 50%;
}
.m-habt .box-video1{margin-left: 0;float: none;
	width: 66.66667%;}
.m-habt .box-text {
	margin-top: 20px;
}
.m-habt .box-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-habt .box-link {
	margin-top: 15px;
}
}
.g-hproc {
	padding-top: 81px;
	padding-bottom: 288px;
	background: url("../images/hbg1.jpg") no-repeat center bottom;
	background-size: 100%;
}
.g-hproc .box-title {
	margin-bottom: 89px;
	background-image: url("../images/httbg2.png");
}
 @media screen and (max-width: 991px) {
.g-hproc {
	padding-top: 30px;
	padding-bottom: 30px;
}
.g-hproc .box-title {
	margin-bottom: 30px;
}
}
.m-hproc .box-item {
	margin-top: 49px;
}
.m-hproc .box-item:first-child {
	margin-top: 0;
}
.m-hproc .box-item:hover .item-pic {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.m-hproc .box-item:hover .item-text {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.m-hproc .item-pic {
	width: 50%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hproc .item-fix {
	padding-top: 5.9375%;
	overflow: hidden;
}
.m-hproc .item-text {
	position: relative;
	width: 96%;
	max-width: 514px;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hproc .item-num {
	position: absolute;
	font-size: 104px;
	font-size: 10.4rem;
	font-family: "NuevaStd-Bold";
	color: #c7c7c7;
}
.m-hproc .item-title {
	position: relative;
	font-size: 46px;
	font-size: 4.6rem;
	font-family: "playfair-display.bold-italic";
}
.m-hproc .item-desc {
	margin-top: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}
.m-hproc .item-desc a {
	display: block;
}
.m-hproc .box-item1 .item-pic {
	float: right;
}
.m-hproc .box-item1 .item-fix {
	padding-right: 3.64583%;
}
.m-hproc .box-item1 .item-text {
	float: right;
}
.m-hproc .box-item1 .item-num {
	position: absolute;
	left: -47px;
	top: -59px;
}
.m-hproc .box-item2 .item-pic {
	float: left;
	margin-right: 1.71875%;
}
.m-hproc .box-item2 .item-fix {
	padding-left: 3.64583%;
}
.m-hproc .box-item2 .item-text {
	float: left;
}
.m-hproc .box-item2 .item-num {
	position: absolute;
	left: -47px;
	top: -59px;
}
 @media screen and (max-width: 1219px) {
.m-hproc .box-item .item-num {
	font-size: 64px;
	font-size: 6.4rem;
	left: -30px;
	top: -30px;
}
.m-hproc .box-item .item-fix {
	padding-left: 40px;
}
.m-hproc .item-fix {
	padding-top: 80px;
}
.m-hproc .item-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.m-hproc .item-desc {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 767px) {
.m-hproc .box-item .item-pic {
	float: none;
	width: 100%;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
.m-hproc .box-item .item-fix {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.m-hproc .box-item .item-text {
	width: 100%;
	max-width: 100%;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
.m-hproc .box-item .item-num {
	position: relative;
	top: 0;
	left: 0;
	font-size: 24px;
	font-size: 2.4rem;
}
.m-hproc .box-item .item-desc {
	max-height: 144px;
	line-height: 24px;
}
}
.g-hproj {
	padding-top: 41px;
}
.g-hproj .box-title {
	margin-bottom: 30px;
	background-image: url("../images/httbg3.png");
}
 @media screen and (max-width: 991px) {
.g-hproj {
	padding-top: 30px;
}
}
.m-hproj {
	position: relative;
}
.m-hproj .box-btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -50px;
	line-height: 100px;
	font-size: 94px;
	font-size: 9.4rem;
	color: #fff;
}
.m-hproj .box-btn.prev {
	left: 16px;
}
.m-hproj .box-btn.next {
	right: 16px;
}
.m-hproj .box-btn:hover {
	color: #ff685c;
}
.m-hproj .box-list {
	width: 1000%;
	overflow: hidden;
}
.m-hproj .list-item {
	position: relative;
	float: left;
	width: 10%;
	overflow: hidden;
}
.m-hproj .item-wp {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13.88889%;
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
.m-hproj .item-fix {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 653px;
}
.m-hproj .item-text {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 28px;
	padding-bottom: 22px;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.7);
}
.m-hproj .item-title {
	position: absolute;
	left: 0;
	bottom: 144px;
	width: 100%;
	height: 74px;
	line-height: 74px;
	font-size: 64px;
	font-size: 6.4rem;
	font-family: "playfair-display.bold-italic";
	color: #fff;
	overflow: hidden;
	padding: 0 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hproj .item-title a {
	color: #fff;
}
.m-hproj .item-title:hover {
	color: #ff685c;
}
.m-hproj .item-title:hover a {
	color: #ff685c;
}
.m-hproj .item-desc {
	height: 112px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	color: #fff;
}
.m-hproj .item-desc a {
	display: block;
	color: #fff;
}
.m-hproj .item-desc a:hover {
	color: #ff685c;
}
 @media screen and (max-width: 1219px) {
.m-hproj .box-btn {
	font-size: 38px;
	font-size: 3.8rem;
}
.m-hproj .item-title {
	bottom: 106px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-size: 2.4rem;
}
.m-hproj .item-wp {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-hproj .item-fix {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.m-hproj .item-desc {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 767px) {
.m-hproj .item-wp, .m-hproj .item-fix, .m-hproj .item-title {
	position: relative;
}
.m-hproj .item-wp {
	width: 100%;
}
.m-hproj .item-fix {
	max-width: 100%;
}
.m-hproj .item-title {
	bottom: 0;
}
.m-hproj .item-text {
	padding: 25px 15px;
}
.m-hproj .item-title {
	padding: 0;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	font-size: 2rem;
}
.m-hproj .item-desc {
	margin-top: 15px;
}
}
.g-hwys {
	padding-top: 79px;
	padding-bottom: 105px;
}
.g-hwys .box-title {
	margin-bottom: 80px;
	background-image: url("../images/httbg4.png");
}
 @media screen and (max-width: 991px) {
.g-hwys {
	padding-top: 30px;
	padding-bottom: 30px;
}
.g-hwys .box-title {
	margin-bottom: 30px;
}
}
.m-hwys {
	margin-bottom: -25px;
}
.m-hwys .list-item {
	float: left;
	margin-right: 8.08333%;
	margin-bottom: 25px;
	width: 27.91667%;
}
.m-hwys .item-fix {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 50px;
	padding-bottom: 59px;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	background-color: #fff;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.m-hwys .item-fix:hover {
	color: #fff;
	background-color: #ff685c;
}
.m-hwys .item-fix:hover a {
	color: #fff;
}
.m-hwys .item-fix:hover .item-title {
	color: #fff;
}
.m-hwys .item-fix:hover .item-title:before {
	background-color: #fff;
}
.m-hwys .item-fix:hover .item-desc {
	height: 168px;
}
.m-hwys .item-text {
	text-align: center;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hwys .item-title {
	position: relative;
	padding-bottom: 17px;
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	font-size: 2.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-hwys .item-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	max-width: 100%;
	width: 51px;
	height: 2px;
	background-color: #666666;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hwys .item-desc {
	margin-top: 38px;
	height: 140px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hwys .item-desc a {
	display: block;
}
 @media screen and (max-width: 991px) {
.m-hwys .list-item {
	margin-right: 2%;
	width: 32%;
}
.m-hwys .item-fix {
	padding: 20px 15px;
}
.m-hwys .item-desc {
	margin-top: 15px;
	height: 144px !important;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-hwys .item-title {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
}
}
 @media screen and (max-width: 480px) {
.m-hwys .list-item {
	margin-right: 0;
	width: 100%;
}
.m-hwys .item-desc {
	height: auto !important;
}
}
.g-hnews {
	padding-top: 109px;
	padding-bottom: 105px;
	background: url("../images/hbg2.jpg") no-repeat center top;
}
.g-hnews .box-title {
	margin-bottom: 91px;
	background-image: url("../images/httbg5.png");
	color: #fff;
}
.g-hnews .box-title a {
	color: #fff;
}
.g-hnews .box-title a:hover {
	color: #ff685c;
}
 @media screen and (max-width: 991px) {
.g-hnews {
	padding-top: 120px;
	padding-bottom: 30px;
}
.g-hnews .box-title {
	margin-bottom: 30px;
}
}
.m-hnews {
	margin-bottom: -25px;
	font-size: 0;
	letter-spacing: 0;
}
.m-hnews .list-item {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	margin-right: 5.58333%;
	margin-bottom: 25px;
	width: 29.58333%;
}
.m-hnews .list-item:hover .item-pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.m-hnews .list-item:hover .item-desc {
	height: 168px;
}
.m-hnews .list-item:hover .item-link {
	margin-top: 38px;
}
.m-hnews .item-fix {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 52px;
	background-color: #fff;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
	transition: all 550ms;
}
.m-hnews .item-time {
	line-height: 22px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #4d4d4d;
}
.m-hnews .item-title {
	margin-top: 33px;
	height: 56px;
	line-height: 28px;
	font-size: 20px;
	font-size: 2rem;
	overflow: hidden;
}
.m-hnews .item-title a {
	display: block;
}
.m-hnews .item-desc {
	margin-top: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hnews .item-desc a {
	display: block;
}
.m-hnews .item-link {
	margin-top: 18px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-hnews .item-link a:hover .iconfont {
	width: 17px;
}
.m-hnews .item-link .iconfont {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 0;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
	overflow: hidden;
	vertical-align: middle;
}
 @media screen and (max-width: 991px) {
.m-hnews .list-item {
	margin-right: 2%;
	width: 32%;
}
.m-hnews .item-fix {
	padding: 20px 15px;
}
.m-hnews .item-desc {
	margin-top: 10px;

	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-hnews .item-title {
	margin-top: 15px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-hnews .item-link {
	margin-top: 15px !important;
}
.m-hnews .item-link span {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 480px) {
.m-hnews .list-item {
	margin-right: 0;
	width: 100%;
}
.m-hnews .item-desc {
	height: auto !important;
}
}
.g-ft {
	margin-top: 1px;
	background: url("../images/fbg1.jpg") no-repeat center top;
	background-size: cover;
	background-color: #444;
}
.m-ftfix1 {
	padding-top: 141px;
	padding-bottom: 32px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	overflow: hidden;
}
.m-ftfix1 a {
	color: #fff;
}
.m-ftfix1 a:hover {
	color: #ff685c;
}
.m-ftb {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-ftb1 {
	padding-right: 20px;
	width: 23.83333%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-ftb2 {
	width: 30.33333%;
}
.m-ftb3 {
	float: right;
	width: 36.25%;
}
.m-fttt {
	position: relative;
	margin-bottom: 21px;
	line-height: 34px;
	padding-bottom: 13px;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "playfair-display.bold-italic";
	color: #fff;
}
.m-fttt a {
	color: #fff;
}
.m-fttt a:hover {
	color: #ff685c;
}
.m-fttt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 67px;
	height: 3px;
	background-color: #ffffff;
}
.m-ftshare {
	margin-bottom: 16px;
}
.m-ftshare .share-item {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	margin-right: 17px;
	line-height: 25px;
	font-size: 20px;
	font-size: 2rem;
}
.m-ftshare .share-item:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.m-ftfix2 {
	padding-bottom: 20px;
}
.m-ftlnk {
	margin-top: 7px;
	overflow: hidden;
	min-height: 30px;
}
.m-ftlnk .list-item {
	float: left;
	margin-right: 30px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
.m-ftlnk .list-item a {
	color: #fff;
}
.m-ftlnk .list-item a:hover {
	color: #ff685c;
}
.m-ftlnk:first-child {
	margin-top: 0;
}
.m-fttext img {
	vertical-align: middle;
}
.m-ftinfo .info-item {
	position: relative;
	word-break: break-word;
}
.m-ftform {
	margin-top: 32px;
}
.m-ftform .box-form {
	overflow: hidden;
}
.m-ftform .form-text1 {

	width: 100%;

	-moz-box-sizing: border-box;
	box-sizing: border-box; margin-bottom:10px
}

.m-ftform .form-text1 input {
	width: 100%;
	height: 48px;
	line-height: 46px;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #b4b4b4;
	background-color: #fff;
	border: solid 1px #e7e7e7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-ftform .f-form-form-img {
	float: left
}
.m-ftform .f-form-form-img img {
	display: block;
	max-height: 48px;
}
 .m-ftform .form-text1 input::-webkit-input-placeholder {
color: #b4b4b4;
opacity: 1;
}
 .m-ftform .form-text1 input:-moz-placeholder {
color: #b4b4b4;
opacity: 1;
}
 .m-ftform .form-text1 input::-moz-placeholder {
color: #b4b4b4;
opacity: 1;
}
 .m-ftform .form-text1 input:-ms-input-placeholder {
color: #b4b4b4;
opacity: 1;
}
.m-ftform .form-btn {
	float: right;

	width: 200px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ff685c;
	cursor: pointer;    text-transform: uppercase;
}
 @media screen and (max-width: 991px) {
.g-ft {
	background: #333;
}
/*.m-ftlnk, .m-ftb1, .m-ftb2, .m-fttt, .m-ftfix2, .m-ftform {*/
/*	display: none;*/
/*}*/
	 .m-ftfix2, .m-ftlnk{display: none;}
	 .m-ftb1, .m-ftb2{width: 50%;}
	 .m-fttt, .m-ftform {width: 100%;}
	 .m-ftb3 .m-fttt::before{display: none;}

.m-ftb3 {
	float: none;
	width: 100%;
	text-align: center;
}
.m-ftfix1 {
	padding: 0;
	border: none;
	background: none;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
.g-ft {
	padding: 30px 0 60px;
}
.m-ftshare {
	text-align: center;
}
.m-ftshare .share-item {
	margin-right: 10px;
	float: none;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
}
}
@media screen and (max-width: 767px) {
	.m-ftb{float: none}
	.m-ftb1, .m-ftb2{width: 100%;padding-right: 0 }
	.m-fttt, .m-ftform {width: 100%;}
	.m-ftb1 .m-fttt, .m-ftb2 .m-fttt{position: relative;width: 100%;padding-right: 30px;box-sizing: border-box;cursor: pointer}
	.m-ftb1 .m-fttt::after, .m-ftb2 .m-fttt::after{position: absolute;right: 2px;top: 50%;transform: translateY(-50%);font-family: iconfont;content: "\e781";font-size: 16px; font-size: 1.6rem;}
	.m-ftb1 .m-ftnav, .m-ftb2 .m-ftinfo{display: none;margin-bottom: 16px}

	.m-ftb3{display: flex;flex-wrap: wrap;}
	.m-ftshare, .m-fttext{order: 1;width: 100%}
	.m-ftb3 .m-fttt{text-align: left}
	.m-ftform {margin-top: 0;margin-bottom: 20px}
}
.m-nbanner {
	background: url("../images/crm1.jpg") no-repeat center;
	background-size: cover;
}
.m-nbanner .box-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.m-nbanner .box-cell {
	display: table-cell;
	width: 100%;
	height: 270px;
	vertical-align: middle;
}
.m-nbanner .box-title {
	position: relative;
	padding-top: 16px;
	text-align: center;
	line-height: 46px;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "playfair-display.bold-italic";
	color: #f5f5f5;
}
.m-nbanner .box-title a {
	color: #f5f5f5;
}
.m-nbanner .box-title a:hover {
	color: #ff685c;
}
.m-nbanner .box-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 64px;
	height: 3px;
	background-color: #ffffff;
}
 @media screen and (max-width: 991px) {
.m-nbanner .box-cell {
	height: 180px;
}
.m-nbanner .box-title {
	line-height: 34px;
	font-size: 24px;
	font-size: 2.4rem;
}
}
.g-wp {
	padding-top: 42px;
	padding-bottom: 140px;
}
 @media screen and (max-width: 991px) {
.g-wp {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
.m-abttext .box-desc {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.m-abttext p {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-abttext .box-desc p, .m-abttext .box-desc span, .m-abttext .box-desc b {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-abttext .box-desc h1 {
	margin-bottom: 54px;
	line-height: 44px;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: normal;
	text-align: center;
}
.m-abttext .box-desc p {
	min-height: 28px;
}
.m-abttext .box-info {
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-abttext .box-info p {
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	word-break: break-word;
}
.m-abttext .info-fix1 {
	float: left;
	width: 48%;
}
.m-abttext .info-fix2 {
	float: right;
	width: 48%;
}
 @media screen and (max-width: 991px) {
.m-abttext .box-desc {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}
.m-abttext .box-desc p, .m-abttext .box-desc span, .m-abttext .box-desc b {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-abttext .box-desc h1 {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
.m-abttext .box-desc p {
	min-height: 10px;
}
.m-abttext .info-fix1, .m-abttext .info-fix2 {
	width: 100%;
}
.m-abttext .info-fix2 {
	margin-top: 10px;
}
}
.m-ctusform {
	margin-top: 97px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box; clear: both; width: 100%;
}
.m-ctusmap {
	/*background: url("../images/abtbg1x.jpg") no-repeat center top;*/
	padding-top: 72px;
	margin-top: 10px
}
.m-ctusform .box-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 1125px;
	overflow: hidden;
}
.m-ctusform .form-item {
	position: relative;
	margin-bottom: 22px;
	padding-left: 16px;
	line-height: 0;
	font-size: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.m-ctusform .form-item.important {
	background: url("../images/star1.png") no-repeat 0 18px;
}
.m-ctusform .form-item-1 {
	width: 48%; margin-left:1%; margin-right:1%;
}
.m-ctusform .form-item-2 {
	width: 98%; margin-left:1%; margin-right:1%;
}
.m-ctusform .form-item-2.important {
	background: url("../images/star1.png") no-repeat 0 18px;
}
.m-ctusform .form-item-3 {
	margin-right: 4%;
	width: 36%; margin-left:1%
}
.m-ctusform .form-item-4 {
	width: auto;
	height: 36px;
	padding-left: 0;
	line-height: 34px;
	text-align: center;
	background-color: transparent;


	overflow: hidden;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-ctusform .form-item-4 img {
	max-height: 34px;
	vertical-align: middle;
}
.m-ctusform .form-item-5 {
	float: right;
	border: none;
	width: 29%;
	padding-left: 0; margin-right:1%
}
.m-ctusform .item-btn1 {
	width: 100%;
	height: 36px;
	padding-left: 0;
	line-height: 36px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #ff685c;
  cursor: pointer;
}
.m-ctusform .item-text {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background-color: #fff;
}
 .m-ctusform .item-text::-webkit-input-placeholder {
color: #999;
opacity: 1;
}
 .m-ctusform .item-text:-moz-placeholder {
color: #999;
opacity: 1;
}
 .m-ctusform .item-text::-moz-placeholder {
color: #999;
opacity: 1;
}
 .m-ctusform .item-text:-ms-input-placeholder {
color: #999;
opacity: 1;
}
.m-ctusform .item-text2 {
	height: 142px;
	line-height: 34px;
	padding-top: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (max-width: 991px) {
.m-ctusform {
	padding-top: 0;
	padding-bottom: 0;
	min-height: auto;
	margin-top: 30px;
	background: none;
}
}
 @media screen and (max-width: 991px) {
.m-ctusform .box-form {
	margin-bottom: -15px;
}
.m-ctusform .box-title {
	margin-bottom: 25px;
	font-size: 24px;
	font-size: 2.4rem;
}
.m-ctusform .form-item {
	margin-bottom: 15px;
	width: 100%;
	padding-left: 15px; margin-left:0; margin-right:0; box-sizing:border-box;
}
.m-ctusform .form-item.important {
	background-position: 0 15px;
}
.m-ctusform .item-text {
	font-size: 14px;
	font-size: 1.4rem;
}
.m-ctusform .item-text2 {
	padding-top: 0;
	height: 136px;
}
.m-ctusform .item-btn1 {
	font-size: 14px;
	font-size: 1.4rem;
}
.m-ctusform .form-item-3 {
	float: left;
	margin-right: 0;
	width: -moz-calc(60% - 130px);
	width: calc(60% - 130px);
}
.m-ctusform .form-item-5 {
	padding-left: 0;
}
.m-ctusform .form-item-4 {
	float: right;
	padding-left: 0; width:auto; max-height:36px
}
}
 @media screen and (max-width: 640px) {
	 .m-ctusform .form-item-3 {
	float: none;
	margin-right: 0; width:100%;

}
.m-ctusform .form-item-4 {
	float: none;
	padding-left: 0; width:auto; max-height:36px
}
}
 @media screen and (max-width: 991px) {
 }
.m-clstext1 {
	margin-bottom: 52px;
}
.m-clstext1 .box-title {
	margin-bottom: 56px;
	line-height: 44px;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
}
.m-clstext1 .box-desc {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}


 @media screen and (max-width: 991px) {
.m-clstext1 {
	margin-bottom: 30px;
}
.m-clstext1 .box-title {
	margin-bottom: 30px;
	line-height: 34px;
	font-size: 24px;
	font-size: 2.4rem;
}
}
.m-cpimg .box-list {
	margin-bottom: -0.75%;
}
.m-cpimg .list-item {
	float: left;
	margin-right: 0.75%;
	margin-bottom: 0.75%;
	width: 32.83333%;
}
 @media screen and (max-width: 480px) {
.m-cpimg {
	margin-bottom: -2%;
}
.m-cpimg .list-item {
	margin-left: 1%;
	margin-right: 1% !important;
	margin-bottom: 2%;
	width: 48%;
}
}
.m-history .list-item {
	margin-top: 60px;
}
.m-history .list-item:first-child {
	margin-top: 0;
}
.m-history .item-num {
	margin-bottom: 30px;
	line-height: 44px;
	font-size: 34px;
	font-size: 3.4rem;
}
.m-history .item-title {
	margin-bottom: 12px;
	line-height: 34px;
	font-size: 24px;
	font-size: 2.4rem;
}
.m-history .item-desc {
	margin-bottom: 32px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}
.m-history .item-pic {
	max-width: 658px;
}
 @media screen and (max-width: 991px) {
.m-history .list-item {
	margin-top: 30px;
}
.m-history .item-num {
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 24px;
	font-size: 2.4rem;
}
.m-history .item-title {
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-history .item-desc {
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
}
.g-mn {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.g-mn1 {
	padding-left: 330px;
}
.g-mn2 {
	padding-left: 295px;
}
.g-mn3 {
	padding-right: 370px;
}
 @media screen and (max-width: 991px) {
.g-mn {
	float: none;
	width: 100%;
	padding: 0;
}
}
.g-sd1 {
	float: left;
	width: 280px;
	margin-left: -100%;
}
.g-sd2 {
	float: left;
	width: 244px;
	margin-left: -100%;
}
.g-sd3 {
	float: left;
	width: 300px;
	margin-left: -300px;
}
 @media screen and (max-width: 991px) {
.g-sd {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}
}
.m-sdtt {
	margin-bottom: 20px;
}
.m-sdtt a,.m-sdtt span {
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
	line-height: 34px;
	background-color: #ff685c;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.m-sdtt a:hover {
	color: #fff;
	background-color: #ff685c;
}
 @media screen and (max-width: 991px) {
.m-sdtt a {
	line-height: 26px;
	font-size: 20px;
	font-size: 2rem;
}
}
.m-sdnav {
	overflow: hidden;
}
.m-sdnav .sdnav-btn {
	position: relative;
	margin-bottom: 20px;
	display: none;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	line-height: 25px;
	font-size: 18px;
	font-size: 1.8rem;
	color: white;
	text-transform: uppercase;
	background-color: #ff685c;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-sdnav .sdnav-btn > p {
	position: absolute;
	bottom: 12px;
	right: 15px;
}
.m-sdnav .sdnav-btn > p span {
	margin-bottom: 2px;
	display: block;
	width: 25px;
	height: 4px;
	background-color: white;
}
.m-sdnav .nav-list {
	margin-top: 0;
}
.m-sdnav .nav-item {
	margin-top: 8px;
	background-color: #eee;
}
.m-sdnav .nav-item > a {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	background: url(../images/sdicon1.png) no-repeat 13px 15px;
	background-color: #eee;
	border: 1px solid #d2d2d2;
}
.m-sdnav .nav-item > a:before {
	content: "";
	position: absolute;
	left: 36px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d2d2d2;
}
.m-sdnav .nav-item > a:hover {
	color: #fff;
	background-image: url("../images/sdicon2.png");
	background-color: #ff685c;
}
.m-sdnav .nav-item > a.active {
	color: #fff;
	background-image: url("../images/sdicon2.png");
	background-color: #ff685c;
}
.m-sdnav .sbnav-list {
	background-color: #fff;
	display: none;
}
.m-sdnav .sbnav-list.show {
	display: block;
}
.fenhongse {
	color: #ff685c !important;
}
.m-sdnav .sbnav-list1 {
	padding: 13px 0;
}
.m-sdnav .sbnav-item {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #333;
	padding-left: 50px;
	padding-right: 10px;
	line-height: 30px;
}
.m-sdnav .sbnav-item:hover {
	color: #ff685c;
}
.m-sdnav .sbnav-item2 {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 26px;
}
 @media screen and (max-width: 991px) {
.m-sdnav .nav-name {
	display: none;
}
.m-sdnav .sdnav-btn {
	display: block;
}
.m-sdnav .nav-list {
	display: none;
}
}
.m-sdtag {
	margin-top: 53px;
}
.m-sdtag .list-item {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	border-bottom: 1px solid #a9a9a9;
}
.m-sdtag .list-item a {
	color: #666;
}
.m-sdtag .list-item a:hover {
	color: #ff685c;
}
.m-sdtag .box-title {
	margin-bottom: 0;
}
 @media screen and (max-width: 991px) {
.m-sdtag {
	margin-top: 30px;
}
.m-sdtag .list-item {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.m-keytext {
	margin-bottom: 40px;
}
.m-keytext .box-name {
	margin-bottom: 20px;
	display: inline-block;
*display: inline;
*zoom: 1;
	min-width: 166px;
	padding: 5px 10px;
	line-height: 28px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #ff685c;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ff685c;
}

.m-keytext .box-desc{
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
.m-keytext .more-btn{
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
}
 @media screen and (max-width: 991px) {
.m-keytext {
	margin-bottom: 30px;
}
.m-keytext .box-name {
	font-size: 18px;
	font-size: 1.8rem;
}
}
.m-prol .list-item {
	margin-top: 39px;
}
.m-prol .list-item:first-child {
	margin-top: 0;
}
.m-prol .list-item:hover .item-fix {
	margin-right: 30px;
}
.m-prol .item-fix {
	float: left;
	margin-right: 40px;
	width: 254px;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}
.m-prol .item-text {
	padding-top: 25px;
	overflow: hidden;
}
.m-prol .item-title {
	height: 32px;
	line-height: 32px;
	font-size: 22px;
	font-size: 2.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-prol .item-title h3{ display:inline-block}
.m-prol .item-title input {
	margin-right: 10px;
}
.m-prol .item-desc {
	margin-top: 22px;
	height: 84px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden; font-weight:normal
}

.m-prol .item-desc a {
	display: block;
}
.m-prol .item-link {
	margin-top: 49px;
}
.m-prol .item-link a {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	min-width: 178px;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background-color: #ff685c;
}
.m-prol .item-link a:hover {
	background-color: #333;
}
 @media screen and (max-width: 991px) {
.m-prol .list-item {
	margin-top: 30px;
}
.m-prol .item-fix {
	margin-right: 30px;
}
.m-prol .item-title {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-prol .item-desc {
	margin-top: 10px;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-prol .item-link {
	margin-top: 20px;
}
.m-prol .item-link a {
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width: 640px) {
.m-prol .item-fix {
	float: none;
	margin-right: 0 !important;
	width: 100%;
}
}
.m-prob1 .prob-pic {
	position: relative;
	z-index: 3;
	margin-right: 30px;
	width: 440px;
}
.m-prob1 .prob-pic-big {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	background-color: #fff;
}
.m-prob1 .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}
.m-prob1 .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8;
}
.m-prob1 .zoomWrapperImage img {
	max-width: 1200px;
}
.m-prob1 .prob-pic-small {
	position: relative;
	margin-top: 13px;
	padding-left: 43px;
	padding-right: 43px;
	overflow: hidden;
}
.m-prob1 .prob-pic-btn {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #ff685c;
	border-radius: 50%;
	color: #ff685c;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-prob1 .prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
  }

  .m-prob1 .prob-video iframe{
	position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
  }

  .m-prob1 .prob-video.show {
	display: block;
  }
.m-prob1 .prob-pic-btn:hover {
	color: #fff;
	border-color: #ff685c;
	background-color: #ff685c;
}
.m-prob1 .prob-pic-btn.prev {
	left: 0;
}
.m-prob1 .prob-pic-btn.next {
	right: 0;
}
.m-prob1 .prob-pic-list {
	overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
	width: 1000%;
	overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: 0.50847%;
	width: 2.99435%;
}
.m-prob1 .prob-pic-item .item-box {
  position: relative;
  display: block;
	border: 1px solid #eaeaea;
	background-color: #fff;
  line-height: 0;
  font-size: 0;
	overflow: hidden;
}
.m-prob1 .prob-pic-item .item-box:hover {
	border-color: #ff685c;
}
.m-prob1 .prob-pic-item .item-box:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.m-prob1 .prob-pic-item .item-box.active {
	border-color: #ff685c;
}
.m-prob1 .prob-info-title {
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	color: #666;
}
.m-prob1 .prob-info-desc {
	margin-top: 16px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}
.m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-prob1 .prob-down {
	margin-top: 33px;
}
.m-prob1 .prob-down a {
	display: inline-block;
*display: inline;
*zoom: 1;
	padding: 9px 10px;
	min-width: 166px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #333333;
}
.m-prob1 .prob-down a:hover {
	background-color: #ff685c;
}
.m-prob1 .prob-down .iconfont {
	margin-right: 5px;
	font-size: 22px;
	font-size: 2.2rem;
	vertical-align: middle;
}
.m-prob1 .prob-share {
	margin-top: 46px;
	letter-spacing: 0;
}
.m-prob1 .prob-share .font {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	margin-right: 10px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}
.m-prob1 .prob-share .img {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	background-color: #fff;
	height: 26px;
}
.m-prob1 .prob-info-link {
	margin-top: 44px;
	margin-bottom: -20px;
	overflow: hidden;
}
.m-prob1 .prob-info-link a {
	float: left;
	margin-bottom: 20px;
	display: block;
	padding: 8px 10px;
	min-width: 166px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000003;
}
.m-prob1 .prob-info-link a:hover {
	color: white;
	background-color: #ff685c;
	border-color: #ff685c;
}
.m-prob1 .prob-info-link a:first-child {
	float: left;
	margin-right: 50px;
}
 @media screen and (max-width: 1219px) {
.zoomPad {
	cursor: default !important;
}
.zoomPup {
	display: none !important;
}
.zoomWindow {
	display: none !important;
}
.zoomPreload {
	display: none !important;
}
.m-prob1 .prob-pic {
	float: none;
	margin: 0 auto;
}
.m-prob1 .prob-info {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.m-prob1 .prob-info-link a {
	width: 100%;
}
.m-prob1 .prob-info-desc {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-prob1 .prob-info-desc p {
	min-height: 10px;
}
}
 @media screen and (max-width: 991px) {
.m-prob1 .prob-pic {
  display: none;
	width: 100%;
}
.m-prob1 .prob-pic-big {
	display: none;
}
.m-prob1 .prob-pic-small {
	margin-top: 0;
}
.m-prob1 .prob-pic-list ul li {
	margin-right: .2%;
	width: 4.9%;
}
.m-prob1 .prob-pic-item .item-pic:before {
	display: none !important;
}
.m-prob1 .prob-info-link {
	margin-top: 20px;
}
.m-prob1 .prob-info-title {
	padding: 10px 0;
	font-size: 20px;
	font-size: 2rem;
}
.m-prob1 .prob-share {
	margin-top: 20px;
}
.m-prob1 .prob-info-desc {
	margin-top: 20px;
}
.m-prob1 .prob-down {
	margin-top: 20px;
}
}
 @media screen and (max-width: 480px) {
.m-prob1 .prob-pic-list ul li {
	margin-right: 0;
	width: 10%;
}
}
.m-probd {
	margin-top: 70px;
}
.m-probd .box-item {
	margin-top: 50px;
}
.m-probd .box-item:first-child {
	margin-top: 0;
}
.m-probd .bitem-title {
	padding-left: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ff685c;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/probg1.png") no-repeat center left;
	background-size: 100% 100%;
}
.m-probd .bitem-desc {
	margin-top: 30px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.m-probd .bitem-desc p, .m-probd .bitem-desc span, .m-probd .bitem-desc b {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
 @media screen and (max-width: 991px) {
.m-probd {
	margin-top: 30px;
}
.m-probd .box-item {
	margin-top: 30px;
}
.m-probd .bitem-title {
	position: relative;
	max-width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ff685c;
	background: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.m-probd .bitem-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #ff685c;
}
.m-probd .bitem-desc {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-probd .bitem-desc p, .m-probd .bitem-desc span, .m-probd .bitem-desc b {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.m-tag {
	margin-top: 52px;
	margin-bottom: 20px;
	font-size: 0;
	letter-spacing: 0;
}
.m-tag .tag-item {
	margin-right: 30px;
	margin-bottom: 20px;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	width: 201px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	text-align: center;
	padding: 4px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #b7b7b7;
}
.m-tag .tag-item:hover {
	color: #fff;
	background-color: #ff685c;
}
 @media screen and (max-width: 991px) {
.m-tag {
	margin-top: 30px;
}
.m-tag .tag-item {
	margin-left: 1%;
	margin-right: 1% !important;
	width: 30%;
}
}
 @media screen and (max-width: 480px) {
.m-tag .tag-item {
	width: 48%;
}
}
.m-down .list-item {
	margin-top: 34px;
	padding-left: 33px;
	padding-right: 7.75%;
	padding-top: 41px;
	padding-bottom: 46px;
	background-color: #fff;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
}
.m-down .list-item a {
	cursor: pointer
}
.m-down .list-item:first-child {
	margin-top: 0;
}
.m-down .item-font {
	float: left;
	width: 100%;
}
.m-down .item-font-box {
	margin-left: 0;
	margin-right: 208px;
}
.m-down .item-title {
	margin-top: 0;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ff685c;
}
.m-down .item-title a {
	color: #ff685c;
}
.m-down .item-title a:hover {
	text-decoration: underline;
}
.m-down .item-desc {
	margin-top: 49px;
}
.m-down .item-desc a {
	height: 84px;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow: hidden;
}
.m-down .item-desc a:hover {
	color: #ff685c;
}
.m-down .item-link {
	position: relative;
	float: right;
	margin-top: 0px;
	margin-left: -140px;
	display: block;
	width: 140px;
	padding: 6px 5px;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ff685c;
	border-radius: 5px;
}
.m-down .item-link .iconfont {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 6px;
	font-size: 0.6rem;
	background: url("../images/downicon1.png") no-repeat center;
	border-radius: 50%;
}
.m-down .item-link span {
	margin-right: 5px;
	vertical-align: middle;
}
.m-down .item-link:hover {
	color: #fff;
	background-color: #ff685c;
	border-color: #ff685c;
}
 @media screen and (max-width: 991px) {
.m-down .list-item {
	margin-top: 20px;
	padding: 25px 10px;
}
.m-down .item-pic {
	float: none;
}
.m-down .item-font {
	float: none;
	margin-top: 0;
	margin-left: 0;
}
.m-down .item-font-box {
	margin: 0;
}
.m-down .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
.m-down .item-desc {
	margin-top: 10px;
}
.m-down .item-desc a {
	font-size: 14px;
	font-size: 1.4rem;
	height: auto;
	max-height: 72px;
	line-height: 24px;
}
.m-down .item-link {
	float: none;
	margin-top: 10px;
	margin-left: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
}
.m-newsl {
	margin-bottom: -58px; font-size: 0; letter-spacing: 0;
}
.m-newsl .list-item {

	margin-right: 3.08333%;
	margin-bottom: 58px;
	width: 31.25%; display: inline-block; vertical-align: top;
}
.m-newsl .item-title {
	margin-top: 19px;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	overflow: hidden;
}
.m-newsl .item-title a {
	display: block;
}
.m-newsl .item-desc {
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	overflow: hidden;
}
.m-newsl .item-desc a {
	display: block;
	color: #666;
}
.m-newsl .item-desc a:hover {
	color: #ff685c;
}
.m-newsl .item-time {
	margin-top: 11px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #999;
	padding-left: 1px;
}
.m-newsl .item-time .iconfont {
	margin-right: 5px;
}
 @media screen and (max-width: 991px) {
.m-newsl {
	margin-bottom: -30px;
}
.m-newsl .list-item {
	margin-bottom: 30px;
}
.m-newsl .item-title {
	font-size: 16px;
	font-size: 1.6rem;
}
.m-newsl .item-desc {

	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 640px) {
.m-newsl .list-item {
	margin-left: 1%;
	margin-right: 1% !important;
	width: 48%;
}
}
 @media screen and (max-width: 375px) {
.m-newsl .list-item {
	margin-left: 0;
	margin-right: 0 !important;
	width: 100%;
}
}
.m-news {
	padding-bottom: 30px;
	border-bottom: 3px solid #bfbfbf;
}
.m-news .box-title {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	font-weight: normal;
	color: #ff685c;
}
.m-news .box-info {
	margin-top: 16px;
	letter-spacing: 0;
	line-height: 26px;
	text-align: center;
}
.m-news .box-time {
	position: relative;
	margin-right: 10px;
	display: inline-block;
*display: inline;
*zoom: 1;
	height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	vertical-align: top;
}
.m-news .box-share {
	display: inline-block;
*display: inline;
*zoom: 1;
	height: 26px;
	vertical-align: top;
}
.m-news .share-font {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ff685c;
	vertical-align: top;
}
.m-news .share-img {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.m-news .box-desc {
	margin-top: 30px;
	line-height: 29px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}
.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc a {
	line-height: 29px;
	font-size: 14px;
	font-size: 1.4rem;
}
 @media screen and (max-width: 991px) {
.m-news .box-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
}
.m-appl .list-item {
	margin-top: 59px;
	padding-left: 33px;
	padding-right: 33px;
}
.m-appl .list-item:first-child {
	margin-top: 0;
}
.m-appl .item-pic {
	width: 482px;
}
.m-appl .item-pic1 {
	float: left;
	margin-right: 49px;
}
.m-appl .item-pic2 {
	float: right;
	margin-left: 49px;
}
.m-appl .item-fix {
	position: relative;
	padding-top: 29px;
	overflow: hidden;
}
.m-appl .item-fix:before {
	content: "";
	position: absolute;
	left: 0;
	top: 63px;
	width: 2px;
	height: 90px;
	background-color: #333333;
}
.m-appl .item-title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-appl .item-desc {
	margin-top: 30px;
	padding-left: 21px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	overflow: hidden;
}
.m-appl .item-desc a {
	display: block;
	color: #666;
}
.m-appl .item-desc a:hover {
	color: #ff685c;
}
.m-appl .item-link {
	margin-top: 46px;
}
.m-appl .item-link a {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	min-width: 178px;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background-color: #ff685c;
}
.m-appl .item-link a:hover {
	background-color: #333;
}
 @media screen and (max-width: 991px) {
.m-appl .list-item {
	margin-top: 30px;
	padding: 0;
}
.m-appl .item-pic {
	float: none;
	margin: 0;
	width: 100%;
	max-width: 482px;
}
.m-appl .item-fix {
	padding-top: 20px;
}
.m-appl .item-fix:before {
	display: none;
}
.m-appl .item-title {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.m-appl .item-desc {
	padding-left: 0;
	margin-top: 10px;

	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-appl .item-link {
	margin-top: 15px;
}
.m-appl .item-link a {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.m-appltext .box-title {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: normal;
	text-align: center;
}
.m-appltext .box-desc {
	margin-top: 58px;
}
.m-appltext .box-share{
  margin-top: 30px;
}

.m-appltext .box-share .font, .m-appltext .box-share .img{
  display: inline-block;
  vertical-align: top;
  height: 26px;
}

.m-appltext .box-share .font{
  line-height: 26px;
  font-size: 14px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
 @media screen and (max-width: 991px) {
.m-appltext .box-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.m-appltext .box-desc {
	margin-top: 30px;
}
}
@font-face {
	font-family: "playfair-display.bold-italic";
	src: url("../fonts/playfair-display.bold-italic.woff2") format("woff2"),  url("../fonts/playfair-display.bold-italic.woff") format("woff"),  url("../fonts/playfair-display.bold-italic.ttf") format("truetype"),  url("../fonts/playfair-display.bold-italic.eot") format("embedded-opentype"),  url("../fonts/playfair-display.bold-italic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "NuevaStd-Bold";
	src: url("../fonts/NuevaStd-Bold.woff2") format("woff2"),  url("../fonts/NuevaStd-Bold.woff") format("woff"),  url("../fonts/NuevaStd-Bold.ttf") format("truetype"),  url("../fonts/NuevaStd-Bold.eot") format("embedded-opentype"),  url("../fonts/NuevaStd-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot?t=1573116106301'); /* IE9 */
	src: url('../fonts/iconfont.eot?t=1573116106301#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),  url('../fonts/iconfont.woff?t=1573116106301') format('woff'),  url('../fonts/iconfont.ttf?t=1573116106301') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */  url('../fonts/iconfont.svg?t=1573116106301#iconfont') format('svg'); /* iOS 4.1- */
}


@font-face {
  font-family: "iconfont2"; /* Project id 2696524 */
  src: url('../fonts/iconfont2.eot?t=1629447514403'); /* IE9 */
  src: url('../fonts/iconfont2.eot?t=1629447514403#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont2.woff2?t=1629447514403') format('woff2'),
       url('../fonts/iconfont2.woff?t=1629447514403') format('woff'),
       url('../fonts/iconfont2.ttf?t=1629447514403') format('truetype'),
       url('../fonts/iconfont2.svg?t=1629447514403#iconfont2') format('svg');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-vk:before {
  content: "\ec70";
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
	content: "\e624";
}
.icon-0601bianji:before {
	content: "\e611";
}
.icon-web3:before {
	content: "\e6fd";
}
.icon-facebook:before {
	content: "\e620";
}
.icon-pinterest:before {
	content: "\e8ab";
}
.icon-linkedin:before {
	content: "\e648";
}
.icon-youtube:before {
	content: "\e6d6";
}
.icon-twitter:before {
	content: "\e607";
}
.icon-x_jiantouzuo:before {
	content: "\e68d";
}
.icon-x_jiantouyou:before {
	content: "\e68f";
}
.icon-bigger1:before {
	content: "\e647";
}
.icon-left7:before {
	content: "\e724";
}
.icon-right7:before {
	content: "\e725";
}
.icon-left9:before {
	content: "\e72c";
}
.icon-right9:before {
	content: "\e72d";
}
.icon-up10:before {
	content: "\e72e";
}
.icon-bottom10:before {
	content: "\e72f";
}
.icon-left10:before {
	content: "\e730";
}
.icon-right10:before {
	content: "\e731";
}
.icon-up14:before {
	content: "\e73e";
}
.icon-bottom14:before {
	content: "\e73f";
}
.icon-left16:before {
	content: "\e748";
}
.icon-right16:before {
	content: "\e749";
}
.icon-up18:before {
	content: "\e74e";
}
.icon-up25:before {
	content: "\e785";
}
.icon-bottom25:before {
	content: "\e786";
}
.icon-left28:before {
	content: "\e793";
}
.icon-right28:before {
	content: "\e794";
}
.icon-instagram:before {
	content: "\e79d";
}
.icon-tumblr:before {
	content: "\e79e";
}
.icon-download1:before {
	content: "\e7a0";
}
.icon-download8:before {
	content: "\e7a7";
}
.icon-search4:before {
	content: "\e7b2";
}
.icon-address:before {
	content: "\e7bc";
}
.icon-email:before {
	content: "\e7bd";
}
.icon-contact:before {
	content: "\e7be";
}
.icon-whatsapp:before {
	content: "\e7bf";
}
.icon-fax:before {
	content: "\e7c2";
}
.icon-mobile:before {
	content: "\e7c6";
}
.icon-phone:before {
	content: "\e7c8";
}
.icon-tel:before {
	content: "\e7c7";
}
.icon-phone1:before {
	content: "\e7cb";
}
.icon-skype:before {
	content: "\e7cc";
}
.icon-whatsapp1:before {
	content: "\e7c1";
}
.icon-address1:before {
	content: "\e7c3";
}
.icon-contact1:before {
	content: "\e7c4";
}
.icon-email1:before {
	content: "\e7c5";
}
.icon-skype1:before {
	content: "\e7c9";
}
.icon-fax1:before {
	content: "\e7ca";
}
.icon-qq:before {
	content: "\e7ce";
}
.icon-tel1:before {
	content: "\e7cd";
}
.icon-wechat:before {
	content: "\e7cf";
}
.icon-phone2:before {
	content: "\e7d0";
}
.icon-delete1:before {
	content: "\e7d4";
}
.icon-message:before {
	content: "\e7da";
}
.icon-calendar3:before {
	content: "\e7e1";
}
.icon-calendar5:before {
	content: "\e7e3";
}
.icon-top10:before {
	content: "\e7ed";
}
.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}
.listcart{clear:both; width:100%; margin-top:20px}
.listcart a {
	background: #ff685c;
	display: inline-block;

	min-width: 200px;
	line-height: 30px;line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fff;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 10px;
}

.listcart a:hover {

	background: #333;
	color: #fff !important;
}

@media screen and (max-width:999px) {

	.listcart a {
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
	}

	.listcart {
		width: 100%;
		margin-top: 50px;
	}

}

@media screen and (max-width:500px) {

	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-top: 1rem
	}

}
.nlazy { min-width: 100%; }
.attribute { font-size: 16px; margin-top: 50px; margin-bottom: 19px; }

.attribute .box { margin-top: 20px; }

.attribute .name span { display: inline-block; color: #333; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name { line-height: 36px; padding: 10px; padding-right: 30px; background: #eaeaea; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #333; margin-bottom: 5px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name i { color: #999999; position: absolute; right: 10px; top: 50%; margin-top: -10px; line-height: 20px; font-size: 12px; font-size: 1.2rem; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name.active { background: #ff685c; }

.attribute .name.active span { color: #fff; }

.attribute .name.active i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); color: #fff; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; /*max-height: 180px;overflow-y: auto;*/ display: none; cursor: pointer; }

.attribute .item-box label { display: block; cursor: pointer; }

.attribute .item-box > div { color: #666f66; background: #eaeaea; padding: 20px; margin-bottom: 5px; position: relative; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 24px; font-size: 16px; font-size: 1.6rem; color: #1f1e19; }

.attribute .check-box-div { position: absolute !important; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }

.prat { margin-bottom: 33px; margin-top: 30px; }

.des { font-weight: bold; text-transform: uppercase; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn { position: relative; padding-left: 50px; margin-top: 8px; }

.atsp { position: absolute; display: block; left: 0px; top: 0px; color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.atn label { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; cursor: pointer; }

.atn span { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

@media screen and (max-width: 767px){
  .attribute { margin-top: 30px; }
}


.m-hdmenu {
  position: relative;
  float: right;
  z-index: 2;
  margin-left: -42px;
  padding-top: 20px;
  padding-bottom: 0;
}

.m-hdmenu .menu-btn { display: block; width: 42px; line-height: 28px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; }

.m-hdmenu .menu-btn img{ vertical-align: middle; cursor: pointer;}

.m-hdmenu .menu-btn.active { color: #333; background-color: #ff685c; }

.m-hdmenu .menu-list { position: absolute; right: 0; top: 100%; width: 186px; display: none; }

.m-hdmenu .menu-item { padding-top: 2px; }

.m-hdmenu .menu-item a {text-transform: uppercase; display: block; line-height: 26px; padding: 5px 12px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #150f03; background-color: rgba(21, 15, 3, 0.5); }

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active { color: #fff; background-color: #ff685c; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #ff685c; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; right: 100%; top: 0; width: 100%; display: none; }

@media screen and (max-width: 991px) { .m-hdmenu { display: none; } }

.m-cert {  overflow: hidden; font-size: 0; letter-spacing: 0; }

.m-cert .list-item {  margin-right: 2.78571%; margin-top: 30px; width: 22.85714%; display: inline-block; vertical-align: top }

.m-cert .item-top { position: relative; padding-top: 100%; overflow: hidden; border: 1px solid #ccc; }

.m-cert .item-top:hover .item-modal { top: 0; }

.m-cert .item-pic{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.m-cert .item-pic img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) !important; max-width: 100%; max-height: 100%; }

.m-cert .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000000; background-color: rgba(0, 0, 0, 0.5); }

.m-cert .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-cert .item-title { margin-top: 18px;  line-height: 20px; font-size: 16px; font-size: 1.6rem;
	font-weight: bold; color: #333; text-align: center; }

@media screen and (max-width: 1024px) { .m-cert .item-modal { display: block; top: 0; background: none; } }

@media screen and (max-width: 767px) {
  .m-cert .item-title { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-cert .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }

.m-videolist { overflow: hidden; font-size: 0; letter-spacing: 0; }

.m-videolist .list-item { display: inline-block; vertical-align: top; margin-right: 2.71429%; margin-top: 50px; width: 22.85714%; }

.m-videolist .list-item .item-top { position: relative; overflow: hidden; padding-bottom: 100%; }

.m-videolist .list-item iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-videolist .list-item .item-title { margin-top: 20px; line-height: 24px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; color: #333333;
	font-weight: bold; text-align: center; overflow: hidden;}

.m-videolist .list-item .item-title a { color: #333333; }

.m-videolist .list-item .item-title a:hover { color: #ff685c; }

@media screen and (max-width: 767px) {
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-top: 25px; width: 31.33%; }
  .m-videolist .list-item .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-videolist .list-item { width: 48%; } }
.m-faq { overflow: hidden;  margin-top: 40px; }

.m-faq .list-item { margin-top: 22px; overflow: hidden; }

.m-faq .list-item:first-child { margin-top: 0; }

.m-faq .item-title { background-color: #eeeeee; }

.m-faq .item-title a { position: relative; display: block; white-space: pre-wrap; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }

.m-faq .item-title a i { position: absolute; left: 15px; top: 6px;height: 30px; line-height: 30px; color: #fff; font-size: 20px; font-size: 2rem; text-align: center; background-color: #3d3d3d; padding: 0 5px; }

.m-faq .item-title a:before { content: ""; position: absolute; right: 20px; top: 50%; margin-top: -7px; display: block; width: 14px; height: 14px; background: url("../images/faq1.png") no-repeat center center; }

.m-faq .item-title a:hover { color: #ff685c; }

.m-faq .item-title.active a:before { background: url("../images/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none;white-space: pre-wrap;  padding-top: 20px; padding-left: 55px; padding-right: 26px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background: #fafafa; }

.m-faq .item-desc i { position: absolute; left: 15px; top: 20px; /*width: 30px;*/ height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #ff685c; padding: 0 5px; }

.m-faq .item-desc.show { display: block; }

@media screen and (max-width: 480px) { .m-faq .list-item { margin-top: 20px; }
  .m-faq .item-title, .m-faq .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-title a, .m-faq .item-desc a { font-size: 14px; font-size: 1.4rem; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }
.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }
.m-videomodal .close {position: absolute;right: 10px;top: 10px;z-index: 9;}


.m-mnp{
	margin-top: 40px;
}

.m-mnp .box-title{
	margin-bottom: 18px;
    padding-bottom: 15px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: 1px dashed #e5e5e5;
}

@media screen and (max-width: 991px){
	.m-mnp{
		margin-top: 30px;
	}

	.m-mnp .box-title{
		line-height: 26px;
		font-size: 20px;
		font-size: 2rem;
	}
}

.m-mnews {
	margin-bottom: -30px; font-size: 0; letter-spacing: 0;
}

.m-mnews .list-item {
	position: relative; display: inline-block; vertical-align: top;
	margin-right: 4.16667%;
	margin-bottom: 30px;
	padding-top: 18px;
	width: 30.41667%;
}

.m-mnews .item-time {
	position: absolute;
	left: 6px;
	top: 0;
	width: 111px;
	line-height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #ff685c;
}

.m-mnews .item-text {
	padding-top: 11px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 16px;
	background-color: #fafafa;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-mnews .item-text:hover {
	color: #fff;
	background-color: #ff685c;
}

.m-mnews .item-text:hover a {
	color: #fff;
}

.m-mnews .item-title {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-mnews .item-desc {
	margin-top: 5px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}

.m-mnews .item-desc a {
	display: block;

	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	overflow: hidden;
}

.m-mnews .item-link {
	margin-top: 15px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ff685c;
}

.m-mnews .item-link a {
	color: #ff685c;
}

@media screen and (max-width: 640px) {
	.m-mnews .list-item {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
}

@media screen and (max-width: 375px) {
	.m-mnews .list-item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}


.m-mpro {
	margin-bottom: -45px; font-size: 0; letter-spacing: 0;
}

.m-mpro .list-item { display: inline-block; vertical-align: top;

	margin-right: 4.33333%;
	margin-bottom: 50px;
	width: 21.5%;
}

.m-mpro .item-pic {
	background-color: #fff;
}

.m-mpro .item-pic:hover {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
}

.m-mpro .item-text {
	text-align: center;
}

.m-mpro .item-title {
	margin-top: 12px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-size: 2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-mpro .item-desc {
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}

.m-mpro .item-desc a {
	display: block;
}

.m-mpro .item-link {
	margin-top: 15px;
}

.m-mpro .item-link a {
	display: inline-block;
	vertical-align: middle;
	min-width: 120px;
	line-height: 26px;
	border: 1px solid #ff685c;
}

.m-mpro .item-link a:hover {
	color: #fff;
	background: #ff685c;
}

@media screen and (max-width: 991px) {
	.m-mpro {
		margin-bottom: -30px;
	}

	.m-mpro .list-item {
		margin-bottom: 30px;
	}

	.m-mpro .item-title {
		height: 26px;
		line-height: 26px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.m-mpro .item-desc {
		margin-top: 8px;

		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.m-mpro .list-item {
		margin-left: 1%;
		margin-right: 1% !important;
		width: 48%;
	}
}

@media screen and (max-width: 375px) {
	.m-mpro .list-item {
		width: 98%;
	}
}

.m-ctusform .attachment { clear: both; margin-left:1%; box-sizing:border-box;padding-left: 16px; }
.m-ctusform .attachment.important {
    background: url(../images/star1.png) no-repeat 0 40px;
}
.m-ctusform .attachment span { float: left; }

.m-ctusform .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-ctusform .attachment .file-group { float: left; margin: 20px 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; }

.m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #ff685c; border: 1px solid #ff685c; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.m-ctusform .attachment .file-group .file-single { width: 100%; height: 100%; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; font-size:0; }

.m-ctusform .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.m-ctusform .attachment .file-name-p { height: 70px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 50px; }

.m-ctusform .attachment .file-name-p i { cursor: pointer; }

.m-ctusform .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.m-ctusform .attachment .file-group:hover .file-btn { background-color: #fff; color: #ff685c; }


.m-propic {
	display: none;
  }

  @media screen and (max-width: 991px) {
	.m-propic {
	  position: relative;
	  padding-left: 35px;
	  padding-right: 35px;
	  display: block;
	  overflow: hidden;
	}

	.m-propic .box-btn {
	  position: absolute;
	  top: 50%;
	  margin-top: -18px;
	  display: block;
	  width: 12px;
	  height: 37px;
	  line-height: 36px;
	  font-size: 16px;
	  font-size: 1.6rem;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: 100% 100%;
	}

	.m-propic .box-btn.prev {
	  left: 0;
	}

	.m-propic .box-btn.next {
	  right: 0;
	}

	.m-propic .box-bd {
	  overflow: hidden;
	}

	.m-propic .box-list {
	  width: 1000%;
	  overflow: hidden;
	}

	.m-propic .list-item {
	  float: left;
	  margin-right: .2%;
	  width: 3.2%;
	}

	.m-propic .item-pic {
	  position: relative;
	  border: 1px solid #ff685c;
	}

	.m-propic .item-pic iframe{
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.m-ctusform .attachment .file-group .file-btn { line-height:36px; }
	.m-ctusform .attachment .file-group{ height:auto}
	.m-ctusform .attachment.important {background: url(../images/star1.png) no-repeat 0 36px;}
  }
@media screen and (max-width: 500px) {
	.m-ctusform .attachment .file-name-p {
		float: none
	}
	.m-ctusform .attachment .file-group{float: none}
	.m-ctusform .attachment.important {
		background: url(../images/star1.png) no-repeat 0 18px;
	}
}
  @media screen and (max-width: 480px) {
	.m-propic .list-item {
	  width: 4.9%;
	}
  }


.g-hbox {
	padding-top: 43px;
	padding-bottom: 65px;
}

.g-hbox .box-title {
	margin-bottom: 61px;
}

@media screen and (max-width: 991px) {
	.g-hbox {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.g-hbox .box-title {
		margin-bottom: 30px;
	}
}
 .zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
        .inquiry-success p i{font-size: 60px; font-size:6rem;color:#ff685c}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #ff685c;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#ff685c}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block;
min-width: 200px; box-sizing:border-box;  font-size:16px;font-size: 1.6rem; margin-right:10px;text-align: center;margin-bottom:10px;  padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#ff685c; color:#fff; border:#ff685c solid 1px;line-height: 34px;box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6); border-radius: 5px; line-height:34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#ff685c;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}



}


/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#ff685c; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #ff685c;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}
.pro1-spec{
	overflow: hidden;

}
.more-btn{
	text-transform: uppercase;
	margin-bottom: 20px;
	cursor: pointer;
	text-decoration: underline;
}
.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }
