﻿/*@import url(a60c872a94d149c2a334d701ad8fb3f5.css);*/
/* line 2, ../sass/inc/_base.scss */
body {
	background-color: #fff;
	font-size: 12px;
	font-family: "Microsoft YaHei", "微软雅黑", "\9ed1\4f53", "\5b8b\4f53", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
	margin: 0;
	padding: 0;
}
/* line 8, ../sass/inc/_base.scss */
* {
	box-sizing: border-box;
}
/* line 9, ../sass/inc/_base.scss */
a {
	font-size: 14px;
	/*letter-spacing: 0.125em;*/
	text-decoration: none;/*text-transform: uppercase;*/
}
/* line 16, ../sass/inc/_base.scss */
h1 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 2.5rem;
}
/* line 22, ../sass/inc/_base.scss */
.pre {
	display: inline-block;
	padding: 20px;
	background: #f1f1f1;
	box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
	width: 100%;
}
 @-webkit-keyframes ball-scale-multiple {
 0% {
 transform: scale(0) rotate(-90deg);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 transform: scale(1.2) rotate(90deg);
 opacity: 0;
}
}
@keyframes ball-scale-multiple {
 0% {
 transform: scale(0) rotate(-90deg);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 transform: scale(1.2) rotate(90deg);
 opacity: 0;
}
}
/* line 1, ../sass/inc/_loader.scss */
.loaderWrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);/*z-index: 123333333;*/
}
/* line 10, ../sass/inc/_loader.scss */
.ball-scale-multiple {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}
/* line 15, ../sass/inc/_loader.scss */
.ball-scale-multiple > div {
	background-color: #fff;
	border-radius: 0;
	animation-fill-mode: both;
	position: absolute;
	left: -60px;
	top: -60px;
	opacity: 0;
	margin: 0;
	width: 120px;
	height: 120px;
	animation: ball-scale-multiple 1s 0s linear infinite;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
/* line 28, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(1) {
	animation-delay: -1s;
}
/* line 31, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(2) {
	animation-delay: -0.8s;
}
/* line 34, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(3) {
	animation-delay: -0.6s;
}
/* line 37, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(4) {
	animation-delay: -0.4s;
}
/* line 40, ../sass/inc/_loader.scss */
.ball-scale-multiple > div:nth-child(5) {
	animation-delay: -0.2s;
}
/* line 7, ../sass/style.scss */
.a-container {
	width: 1170px;
	margin: 20px auto;
}
/* line 12, ../sass/style.scss */
.a-1_2 {
	width: 48%;
	display: inline-block;
	margin: 0 1%;
}
/* line 17, ../sass/style.scss */
.o-sliderContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #fff;
	float: left;
	margin: 30px 0;
	height: auto;
}
/* line 27, ../sass/style.scss */
.o-sliderContainer.hasShadow {
	box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
}
.o-sliderContainer .o-slider-next {
	right: 75px;
}
.o-sliderContainer .o-slider-prev {
	left: 75px;
}
/* line 31, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-next {
/*right: 75px;*/
}
/* line 34, ../sass/style.scss */
.o-sliderContainer:hover .o-slider-prev {
/*left: 75px;*/
}
/* line 39, ../sass/style.scss */
.o-slider--item {
	height: auto;
	width: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	transition: all 0.01s cubic-bezier(0.7, 0.18, 0.53, 0.75);
	/*opacity: 0.6;*/
	opacity: 1;
	/*transform: scale(0.95, 0.95);*/
	transform: scale(1, 1);
	transform-origin: center center;
	z-index: 99;
}
/* line 52, ../sass/style.scss */
.o-slider--item::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);*/
	z-index: 0;
}
/* line 65, ../sass/style.scss */
.o-slider--item.isActive {
	opacity: 1;
	transform: scale(1, 1);
}
/* line 69, ../sass/style.scss */
.o-slider--item.isMoving {
	opacity: 1;
	/*transform: scale(0.95, 0.95);*/
	transform: scale(1, 1);
	z-index: 100;
}
/* line 76, ../sass/style.scss */
.o-slider {
	width: auto;
	position: relative;
	display: none;
}
/* line 81, ../sass/style.scss */
.o-slider.isVisible {
	display: table;
	background: #000;
}
/* line 86, ../sass/style.scss */
.o-slider.isDraggable {
	cursor: move;
}
/* line 91, ../sass/style.scss */
.o-slider-textWrap {
	left: 2%;
	bottom: 45px;
	height: auto;
	position: absolute;
	text-align: left;
	padding: 0 0 20px 0;
	width: 96%;
	transition: all 0.4s;
	opacity: 1;
	overflow: visible;
	perspective: 1000px;
	z-index: 2;
}
/* line 107, ../sass/style.scss */
.isActive .o-slider-textWrap::after {
	width: 100%;
	left: 0;
}
/* line 112, ../sass/style.scss */
.isActive .o-slider-paragraph {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 1s;
}
/* line 119, ../sass/style.scss */
.isActive .o-slider-title {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 0.2s;
}
/* line 126, ../sass/style.scss */
.isActive .o-slider-subTitle {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 0.6s;
}
/* line 155, ../sass/style.scss */
.o-slider-title {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
}
/* line 172, ../sass/style.scss */
.o-slider-subTitle {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
}
/* line 190, ../sass/style.scss */
.o-slider-paragraph {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 0.8rem;
	max-width: 100%;
	display: none;
}

@media screen and (min-width: 768px) {
/* line 211, ../sass/style.scss */
.o-slider-textWrap {
	left: 5%;
	width: 90%;
}
/* line 216, ../sass/style.scss */
.o-slider-title {
	font-size: 1.8rem;
}
/* line 220, ../sass/style.scss */
.o-slider-subTitle {
	font-size: 1.4rem;
}
/* line 224, ../sass/style.scss */
.o-slider-paragraph {
	max-width: 60%;
	font-size: 1rem;
	display: block;
}
}

@media screen and (min-width: 1024px) {
/* line 232, ../sass/style.scss */
.o-slider-pagination {
	bottom: 6%;
}
/* line 234, ../sass/style.scss */
.o-slider-textWrap {
	left: 70px;
	width: 80%;
	bottom: 50px;
}
/* line 240, ../sass/style.scss */
.o-slider-title {
	font-size: 2rem;
}
/* line 244, ../sass/style.scss */
.o-slider-subTitle {
	font-size: 1.6rem;
}
/* line 248, ../sass/style.scss */
.o-slider-paragraph {
	max-width: 40%;
	font-size: 1.2rem;
}
}
/* line 299, ../sass/style.scss */
.a-divider {
	display: block;
	width: 100%;
	height: 1px;
	margin: 2px 0;
}
/* line 306, ../sass/style.scss */
.o-slider-controls {
	display: none;
}
/* line 309, ../sass/style.scss */
.o-slider-controls.isVisible {
	display: block;
}
/* line 314, ../sass/style.scss */
.o-slider-pagination {
	bottom: 2%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	/*z-index: 1444000;*/
	margin: 0;
	padding: 0;
}
/* line 324, ../sass/style.scss */
.o-slider-pagination > li {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px 0 rgba(0, 0, 0, 0.4) inset;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin-left: 6px;
	margin-right: 6px;
	transition: all 250ms;
	cursor: pointer;
	background-clip: padding-box;
	z-index: 100;
}
/* line 340, ../sass/style.scss */
.o-slider-pagination > li.isActive {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.3, 1.3);
}
/* line 347, ../sass/style.scss */
.o-slider--preview {
	position: absolute;
	top: -70px;
	right: auto;
	bottom: auto;
	left: -65px;
	opacity: 0;
	width: 140px;
	height: 60px;
	background-size: cover;
	background-position: center center;
	transition: all 250ms;
	z-index: -1;
	border: 3px solid #000;
	transform: scale(0.2, 0.2);
	transform-origin: center bottom;
	display: none;
}
/* line 362, ../sass/style.scss */
.o-slider--preview::before {
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: -13px;
	left: 50%;
	margin: 0 0 0 -5px;
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
}
/* line 374, ../sass/style.scss */
.o-slider--preview.isActive, .o-slider-pagination li:hover .o-slider--preview {
	opacity: 1;
	position: absolute;
	top: -76px;
	right: auto;
	bottom: auto;
	left: -65px;
	transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
/* line 384, ../sass/style.scss */
.o-slider--preview {
	display: block;
}
}
/* line 389, ../sass/style.scss */
.o-slider-arrows {
	margin: 0;
	list-style: none;
	display: none;
}
.htmleaf-container:hover .o-slider-arrows {
	display: block;
}
/* line 395, ../sass/style.scss */
.o-slider-next, .o-slider-prev {
	position: absolute;
	top: 0;
	left: -100px;
	margin: -12px 0 0;
	width: auto;
	/*z-index: 1200122;*/
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 25px;
	/*background: rgba(0, 0, 0, 0.4);*/
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	transition: all 0.4s;
}
/* line 416, ../sass/style.scss */
.o-slider-next i, .o-slider-prev i {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -12px 0 0;
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	color: #fff;
}
/* line 428, ../sass/style.scss */
.o-slider-next {
	left: auto;
	right: -100px;
}
/* line 433, ../sass/style.scss */
.isDisabled {
/*opacity: 0.1;
  cursor: auto;*/
}

@media screen and (max-width: 1280px) {
/* line 439, ../sass/style.scss */
.a-container {
	width: 970px;
}
}

@media screen and (max-width: 1024px) {
/* line 445, ../sass/style.scss */
.o-slider-arrows {
	display: none;
}
/* line 449, ../sass/style.scss */
.o-sliderContainer {
	height: 450px;
	width: 100%;
	margin: 0 0 50px 0;
}
/* line 455, ../sass/style.scss */
.o-slider--item {
	height: 450px;
}
}

@media screen and (max-width: 768px) {
/* line 461, ../sass/style.scss */
.a-container {
	width: 90%;
	margin: 20px auto;
}
/* line 466, ../sass/style.scss */
.a-1_2 {
	width: 100%;
	display: block;
	margin: 0;
}
/* line 472, ../sass/style.scss */
.o-slider-arrows {
	display: none;
}
/* line 476, ../sass/style.scss */
.o-sliderContainer {
	height: 350px;
}
/* line 480, ../sass/style.scss */
.o-slider--item {
	height: 350px;
}
/* line 484, ../sass/style.scss */
.o-slider-panel img {
	left: -15%;
	width: 130%;
}
}

@media screen and (max-width: 480px) {
/* line 491, ../sass/style.scss */
.o-slider--item {
	height: 270px;
}
/* line 494, ../sass/style.scss */
.o-slider--item img {
	left: -20%;
	width: 140%;
}
/* line 500, ../sass/style.scss */
.o-sliderContainer {
	height: 270px;
}
}
/* line 505, ../sass/style.scss */
.slider-pagination > li:hover {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.3, 1.3);
}
.hot_search {
	width: 100%;
}
.hot_search .wrapper {
	line-height: 0px;
	padding: 20px 0px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0px;
	overflow: hidden;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hot_search .fl a {
	margin: 0px 5px;
}
.hot_search .search_input {
	font-size: 12px;
	width: 216px;
	height: 31px;
	text-indent: 9px;
	background: none;
	border: 1px solid #ddd;
}
.hot_search .search_btn {
	background: #F36D66;
	color: #fff;
	height: 30px;
	width: 44px;
	margin-left: -6px;
	border: 1px solid #F36D66;
	cursor: pointer;
}
/*品牌客户*/
.cus_box {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 60px;
}
.cus_box .cus_w {
	width: 12.5%;
	text-align: center;
}
.cus_box .cus_w img {
	width: 100%;
	border: 1px solid #ddd;
	border-right: 0px;
	border-bottom: 0px;
	padding: 10px 0px;
}
/*新的新闻资讯*/
.ne_w {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.ne_w .ne_l {
	width: 386px;
	margin-left: 130px;
}
.ne_w .ne_l img {
	width: 100%;
}
.ne_w .ne_r {
	width: 660px;
}
.ne_w .ne_r .div_ne {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	padding: 7px 0px;
	overflow: hidden;
	clear: both;
}
.ne_w .ne_r .div_ne:hover {
	color: #ff342b;
}
.ne_w .ne_r .div_ne .ne_date {
	text-align: center;
	color: #666;
}
.ne_w .ne_r .div_ne .ne_date span {
	display: block;
	font-size: 21px;
}
.ne_w .ne_r .div_ne .ne_cr {
	margin-left: 15px;
	font-size: 14px;
}
.ne_w .ne_r .div_ne .ne_cr p:nth-child(1) {
	font-size: 14px;
	padding-bottom: 1px;
}
.ne_w .ne_r .div_ne:nth-child(1) {
	border-top: 1px dashed #ddd;
}
.strategy_bb {
	padding: 65px 0px !important;
}
.floating_ck {
	position: fixed;
	right: 0px;
	top: 30%;
}
.floating_ck dl dd {
	position: relative;
    width: 80px;
    height: 80px;
    background-color:#f36d66;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}
.floating_ck dl dd:hover {
	background-color: #f36d66;
	border-bottom: solid 1px #e2443b;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.consult, .words {
	background-image: url(../images/icon0701/zxicon.png);
}
.quote {
	background-image: url(../images/icon0701/kficon.png);
}
.qrcord {
	background-image: url(../images/icon0701/erweima.png);
}
.return {
	background-image: url(../images/icon0701/fanhui.png);
}
.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #f36d66;
	border-bottom: solid 1px #a40324;
	display: none;
}
.floating_left a {
	color: #fff;
	line-height: 80px;
}
.floating_ewm {
	height: 260px;
	top: -180px;
}
.floating_ewm i {
	background-image: url(../images/erweima11.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
    background-size:100%;
}
.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}
.floating_ewm .qrcord_p02 {
	font-size: 18px;
}
/*************add 200419*************/
.gongneng_daohang{
	z-index:999;
	position:absolute;
	background:#fff;
	top: 120px;
	width:100%;
	min-width:1200px;
	padding:30px 0;
}
.gongneng_daohang a{
	line-height: 30px;
}
.gongneng_daohang b{
	color:#000;
}
.gongneng_daohang p{
	font-size:13px;
}
.w1200{
	width:1200px;
	margin:auto;
}
.hide{
	display:none;
}
.gongneng_daohang .fl{
	width:200px;
	overflow:hidden;
}
.gongneng_daohang .close{
	position:absolute;
	left:0;
	top:0;
}
body{
	    font: 1em/1.8 arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    /* -webkit-tap-highlight-color: transparent; */
    -webkit-font-smoothing: antialiased;
}
.act_box_link{
	margin: 19px auto;
}
.act_box_link a{
	background: #fff;
    padding: 4px 5px;
    border-radius: 0;
    white-space: nowrap;
    border: #d2d2d2 1px solid;
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
.act_box_link a:hover,.act_box_link_click{
	    border-color: #f36d66 !important;
		color:#f36d66;
}
.display_block{
	display:block;
}
.gongneng_daohang .slide a:hover{
	color:#ff342b;
}