@charset "utf-8";
@import url("gbo.css");
@import url("ab.css");
@import url("ar.css");
@import url("core.css");

* {
	margin: 0;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

html,
body {
	margin: 0 auto;
	min-width: 100%;
	position: relative;
	/* height: 100%; */
	padding: 0;
}

body {
	overflow-x: hidden;
	font-family: 'ar';
	font-size: 14px;
	background: none;
}

body *{
	
	word-break: break-all !important;
}

.ml2 {
	font-weight: 900;
	font-size: 3.5em;
}

.ml2 .letter {
	display: inline-block;
	line-height: 1em;
}



.to-big {
	overflow: hidden;
}

.to-big img {
	transition: all 0.7s;
}

.to-big:hover img {
	transform: scale(1.05);
}

.to-big .img {
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.w1640 {
	margin: 0 auto;
	max-width: 1680px;
	padding: 0 20px;
	width: 88.29%;
}

a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}



#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	z-index: 9999
}

#top,
#top .site-header {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo {
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

#top.scroll2 {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

#top.scroll div.x,
#top.scroll div.y,
#top.scroll div.z {
	background-color: #656565;
}

#top.scroll2 div.x,
#top.scroll2 div.y,
#top.scroll2 div.z {
	background-color: #656565;
}

#top.scroll3 div.x,
#top.scroll3 div.y,
#top.scroll3 div.z {
	background-color: #656565;
}


.search-box {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	transition: all 0.5s;
}

.search-box.active {
	display: block;
	opacity: 1 !important;
}

.search-box .search-top {
	background-color: #fff;
	overflow: auto;
}

.search-box .search-top #keyword {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	height: 0;
	padding-left: 30px;
	font-size: 20px;
	border: unset;
	outline: unset;
	color: #454545;
}

.search-box .search-top #search-sub {
	position: absolute;
	right: 60px;
	top: 40px;
	width: 21px;
	height: 21px;
	background: url(/images/search2.png) no-repeat center center;
	background-size: 100% 100%;
	border: 0;
	cursor: pointer;
	text-indent: 2000px;
}

.search-box .closeurl {
	display: block;
	width: 100%;
	height: 100%;
}

#menu2 .search-top {
	display: none;
}

#menu2 .menupic {
	float: left;
	width: 50%;
	height: 100%;
}

#menu2 .menupic img {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 960px;
	float: right;
}


#menu2 .cate-box {
	float: right;
	width: 50%;
	padding-top: 10%;
}

#top .cate-box .lang {
    position: absolute;
    font-family: "gbo";
    top: 60px;
    right: 210px;
}

#top .cate-box .lang a {
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    height: 22px;
	margin-right: 4px;
    overflow: hidden;
    position: relative;
}

#top.scroll .cate-box .lang a,
#top.scroll3 .cate-box .lang a {
	color: #000;
}

#top .cate-box .lang #submit {
    width: 20px;
    height: 20px;
    background: url(/images/search.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 30px;
}

#top.scroll .cate-box .lang #submit {
    width: 20px;
    height: 20px;
    background: url(/images/search2.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 30px;
}

#top.scroll3 .cate-box .lang #submit {
    width: 20px;
    height: 20px;
    background: url(/images/search2.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 10px;
}

#top .cate-box .icon {
	background-image: url(/images/icon2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 173px;
	height: 32px;
	float: left;
	margin-left: 13%;
}

#top .cate-box .icon a {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 5%;
}

#top .cate-box .fx {
	margin-top: 145px;
	padding: 0 13%;
}

#top .cate-box .fx a {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	background-image: url(/images/tz.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: right top;
	text-transform: uppercase;
	font-size: 20px;
	width: 36%;
	display: block;
	float: right;
}

#top .cate-box .fx a:first-child {
	float: left;
}


.site-header {
	position: relative;
	max-width: 1680px;
	padding: 0 20px;
	width: 88.29%;
	margin: 0 auto;
}

.site-header .logo {
	display: block;
	float: left;
	width: 16.75%;
	overflow: hidden;
	z-index: 9999;
	float: left;
	position: relative;
}

#top .site-header .logo a {
	text-indent: -2000px;
	background: url(/images/logo1.png) no-repeat;
	width: 100%;
	height: 1.8vw;
	display: block;
	background-size: 100% 100%;
	margin-top: 45px;
	margin-left: -4px;
	display: block;
}

#top.scroll .site-header {}

#top.scroll .site-header * {
	color: #000;
}

#top.scroll2 .site-header * {
	color: #000;
}

#top.scroll3 .site-header * {
	color: #000;
}



#top.scroll .site-header .logo a {
	background: url(/images/logo2.png) no-repeat;
	width: 100%;
	height: 1.8vw;
	display: block;
	background-size: 100% 100%;
	margin-top: 45px;
	margin-left: -3px;
	display: block;
}

#top.scroll2 .site-header .logo a {
	background: url(/images/logo2.png) no-repeat;
	width: 100%;
	height: 1.8vw;
	display: block;
	background-size: 100% 100%;
	margin-top: 45px;
	margin-left: -3px;
	display: block;
}

#top.scroll3 .site-header .logo a {
	background: url(/images/logo2.png) no-repeat;
	width: 100%;
	height: 1.8vw;
	display: block;
	background-size: 100% 100%;
	margin-top: 45px;
	margin-left: -3px;
	display: block;
}



#menu li {
	float: left;
	line-height: 25px;
	padding-top: 55px;
	/* position: relative; */
}


#menu li:last-child {
	padding-right: 0;
}

nav {
	height: 100px;
	float: right;
	position: relative;
	width: 695px;
}






#top.scroll .site-header #menu li a:hover {
	color: #B1875D !important;
}


#top.scroll2 .site-header #menu li a:hover {
	color: #B1875D !important;
}

#top.scroll3 .site-header #menu li a:hover {
	color: #B1875D !important;
}


.language {
	float: right;
	margin-top: 55px;
	position: relative;
}


#menu .dropdown {}

#menu>ul>li>a {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-right: 42px;
	position: relative;
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	font-family: 'ar';
}




/* #menu>ul>li>a::after {
	display: inline-block;
	content: " ";
	height: 7px;
	width: 7px;
	border-width: 0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform-origin: center;
	transition: transform .3s;
	position: absolute;
	top: 40%;
	right: -15px;
} */


#menu>ul>li:hover>a::after,
#menu>ul>li.selected>a::after {
	border-color: #B1875D !important;
	;
}


#menu li>a:hover,
#menu li.selected>a {
	color: #B1875D !important;
	;
}


#menu li .sub_menu {
	display: none;
	position: absolute;
	/* left: 0;
	width: 100%; */
	background: #000;
	padding: 0 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-animation: atop 0.8s linear;
	-moz-animation: atop 0.8s linear;
	animation: atop 0.8s linear;
}

#menu li .sub_menu a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	color: #fff !important;

}

/* #top.scroll2 .site-header #menu li .sub_menu a {
}

#top.scroll3 .site-header #menu li .sub_menu a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	color: #fff;
} */

#menu li .sub_menu a::after {
	content: "";
	display: block;
	width: 0%;
	margin: 0 auto;
	height: 2px;
	background-color: #B1875D;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
}

#menu li .sub_menu a:hover {
	color: #B1875D;
}

#menu li .sub_menu a:hover::after {
	width: 100%;
}

#menu li .sub_menu2 {
	display: none;

}


#menu li .sub_menu ul {
	/* margin: 0 auto;
	float: right; */
	/* width: 100%; */
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	padding: 0px 20px;
}

#menu li ul li a,
#menu li.selected li a {
	color: rgba(255, 255, 255, 0.6);
	padding: 8px 0px;
	/* padding-left: 23px; */
	text-align: left;
	font-size: 14px;
	display: block;
	line-height: normal;
	background: none;
	text-transform: capitalize;
	position: relative
}

#menu li ul li a:before,
#menu li.selected li a:before {
	/* content: "";
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: block;
	position: absolute;
	left: 0;
	top: 10px; */
}

#menu li ul li a:after,
#menu li.selected li a:after {
	display: none
}

#menu li ul li a:hover i {
	display: inline-block
}

#menu li ul li a i {
	display: none;
	color: #0a4c92;
	margin-left: 10px;
}

#menu li ul li a:hover:before,
#menu li.selected li a:hover:before {
	/* background-color: #fff; */
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
}


#top #menu {
	float: left;
	/* width: 81.7%; */
}

#menu2.active {
	opacity: 1;
	margin-right: 0;
}



#menu2 {
	background: #EDE5DC;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: -100%;
	transition: all 1s;
	width: 100%;
	height: 100%;
}

#menu2 li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 0px;
	line-height: normal;
}

#menu2 li li {
	margin-bottom: 0
}

#menu2 li ul li:last-child {
	border-bottom: 0
}

#menu2 .dropdown {
	width: 100%;
	padding-bottom: 75px
}

#menu2 li a {
    display: block;
    padding: 0;
    border: 0;
    margin: 0 13%;
    margin-bottom: 30px;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    float: left;
	height: 40px;
	overflow: hidden;
}

					.p-nav__brand__link:before {
						position: absolute;
						bottom: 0;
						left: 0;
						content: ' ';
						display: block;
						width: 100%;
						height: 1px;
						background-color: #000;
						-webkit-transform: scaleX(0);
						transform: scaleX(0);
						transition: -webkit-transform .4s cubic-bezier(.85,0,.15,1);
						transition: transform .4s cubic-bezier(.85,0,.15,1);
						transition: transform .4s cubic-bezier(.85,0,.15,1),-webkit-transform .4s cubic-bezier(.85,0,.15,1);
						-webkit-transform-origin: right center;
						transform-origin: right center;
					}
					.c-hover-text {
					    position: relative;
					    display: block;
					    overflow: hidden;
					    -webkit-backface-visibility: hidden;
					    backface-visibility: hidden;
					}
					.c-hover-text__item {
					    display: block;
					    transition: -webkit-transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1),-webkit-transform .6s cubic-bezier(.85,0,.15,1);
					    -webkit-backface-visibility: hidden;
					    backface-visibility: hidden;
						    padding-bottom: 10px;
					}
					.p-nav__brand__link:hover:before {
					    transition: -webkit-transform .4s cubic-bezier(.85,0,.15,1);
					    transition: transform .4s cubic-bezier(.85,0,.15,1);
					    transition: transform .4s cubic-bezier(.85,0,.15,1),-webkit-transform .4s cubic-bezier(.85,0,.15,1);
					    -webkit-transform-origin: left center;
					    transform-origin: left center;
					    -webkit-transform: scaleX(1);
					    transform: scaleX(1);
					}
					
					#menu2 a:hover .c-hover-text__item:nth-child(1) {
					    -webkit-transform: translateY(-100%);
					    transform: translateY(-100%);
					    transition: -webkit-transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1),-webkit-transform .6s cubic-bezier(.85,0,.15,1);
					}
					
					#menu2 a:hover .c-hover-text__item:nth-child(2) {
					    -webkit-transform: translateY(-100%);
					    transform: translateY(-100%);
					    transition: -webkit-transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1);
					    transition: transform .6s cubic-bezier(.85,0,.15,1),-webkit-transform .6s cubic-bezier(.85,0,.15,1);
					}

#menu2 .cate-box ul li:nth-child(5) a {
	margin-bottom: 0;
}

#menu2 li a .fa {
	position: absolute;
	right: 50px;
	top: 15px;
	display: block
}

#menu2 li .sub_menu {
	position: static;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: left;
	float: left;
	padding: 0;
	display: none;
}

/* #menu2 li.selected .sub_menu{
		display: block;
		opacity: 1;
	} */

#menu2 li ul li a,
#menu2 li.selected li a {
	text-align: left;
	color: #fff;
	border: 0
}

#menu2 li ul li {
	border-color: rgba(255, 255, 255, 0.2)
}

#menu2>ul>li {
	line-height: 30px;
}


/* #menu2 li a:hover,
#menu2 li.selected a {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 10px;
}

#menu2 li.selected a {
	background: unset;
}

#menu2 li a:hover,
#menu2 li.selected2 a {
	color: #fff;
} */

#menu2 li ul li a,
#menu2 li.selected li a {
	padding: 10px 50px;
	font-size: 16px;
}

#menu2 li a:after,
#menu2 li a:hover:after,
#menu2 li.selected a:after {
	display: none
}

#menu2 li ul li a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	color: #fff
}

#menu2 li {
	position: relative
}

#menu2 li * {
	float: none
}


#menu2 li ul li {
	padding: 0 0px;
	float: none
}

#menu2 li ul li a,
#menu2 li.selected li a {
	padding: 15px 50px;
	display: block;
	font-size: 13px;
	padding-left: 43px;
}

#menu2 li ul li a:before,
#menu2 li.selected li a:before {
	display: none
}

#top .search_form {
	position: absolute;
	right: 0;
	top: 47px;
}

#top .search_form #keyword {
	display: none;
	border: 1px solid #444;
	border-radius: 3px;
	line-height: 43px;
	padding-left: 20px;
	height: 43px;
	outline: unset;
	background-color: unset;
	width: 100%;
	color: #c3c3c3;
	font-size: 0.9vw;
	font-family: "GL";
}

input#keyword::placeholder {
	color: #bbb;
}

#top .search_form #submit {
	width: 15px;
	height: 15px;
	background: url(/images/search.png) no-repeat center center;
	background-size: 100% 100%;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 70px;
	top: 11px;
}

#top .search_form font {
	color: #fff;
	font-size: 16px;
}

#top.scroll .search_form #submit {
	background: url(/images/search2.png) no-repeat center center;
	background-size: 100% 100%;
}

#top.scroll .search_form font {
	color: #c3c3c3;
}

#top.scroll2 .search_form #submit {
	background: url(/images/search2.png) no-repeat center center;
	background-size: 100% 100%;
}

#top.scroll2 .search_form font {
	color: #c3c3c3;
}

#top.scroll3 .search_form #submit {
	background: url(/images/search2.png) no-repeat center center;
	background-size: 100% 100%;
}

#top.scroll3 .search_form font {
	color: #c3c3c3;
}



/**/
#tyfled_solutions {
	position: relative
}

.h5_position {
	position: absolute;
	left: 0;
	top: 5.2vw;
	z-index: 900;
	width: 100%;
}

.h5_position .h2_title * {
	color: #fff;
	text-align: left;
	display: block;
	font-size: 1.85vw;
	color: #B1875D;
	font-family: "gbo";
}









@-webkit-keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
}

@keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes l100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@keyframes w100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@-webkit-keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

@keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

#banner {
	position: relative;
	z-index: 800;
	max-height: 937px;
	height: 48.9vw;
	width: 100%;
}



#banner .swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}

#banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	/* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  color:#fff; */
}



#banner .swiper-slide .slide-inner div {
	width: 88.29%;
	max-width: 1680px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	color: #fff;
}

#banner .swiper-slide .slide-inner div .con {
	position: absolute;
	left: 0;
	bottom: 24%;
	width: 88.29%;
	height: auto;
}

#banner .swiper-slide .slide-inner div .con * {
	font-family: "ar";
}

#banner .swiper-slide .slide-inner div .con .cate {
	font-size: 20px;
}

#banner .swiper-slide .slide-inner div .con .tit {
	font-family: "ar";
	font-size: 65px;
	margin: 2% 0;

}

#banner .swiper-slide .slide-inner div .con .des {
	font-size: 20px;
	line-height: 30px;
}



#banner .swiper-button-next, #banner .swiper-container-rtl .swiper-button-prev {
    right: 7%;
    left: auto;
    padding-right: 0;
    top: 40%;
    width: 90px;
}


#banner .swiper-button-next::after {
    opacity: 0;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    transition: all 0.5s;
    display: block;
    color: #fff;
    line-height: 90px;
}

#banner .swiper-button-next:hover::after {
	opacity: 1;
}


		#banner .swiper-pagination-bullet{
			background:none;
			opacity:1;
			margin:0 6px !important;
			width:9px;
			height:9px;
			position:relative;
			outline:none;
			vertical-align:middle;}
		#banner .swiper-pagination-bullet span{
			width:6px;
			height:6px;
			background:#eee;
			display:block;
			border-radius:50%;
			margin-top:1px;
			margin-left:3px;
		}
		#banner .swiper-pagination-bullet i{
			background:#fff;
			height:1px;
			width:20px;
			position:absolute;
			top:4px;
			transform:scaleX(0);
			transform-origin:left;
			z-index:3;
			transition-timing-function:linear;
			}
		#banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
			width:12px;
			height:12px;
			margin-top:-2px;
			margin-left:0;
			background:#fff;
			position:relative;
			z-index:1;
			}
		#banner .swiper-pagination-bullet-active i{
			animation:middle 6s;
			}
		#banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
			animation:first 6s;
			}
		#banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
			animation:last 6s;
			}				
		@keyframes first{
		  0% {transform:scaleX(0.5);left:0px;}/*091*/
		  100% {transform:scaleX(1);left:2px;} /*0915*/
		}
		@keyframes last{
		  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
		  20% {transform:scaleX(0.3);left:2px;} /*090*/
		  100% {transform:scaleX(0.3);left:0px;} /*090*/
		}		
		@keyframes middle{
		  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
		  20% {transform:scaleX(0.45);left:2px;}/*092*/
		  100% {transform:scaleX(1);left:2px;} /*0913*/
		}	
		
		#banner .swiper-pagination-bullets {
		    text-align: left;
		    max-width: 1660px;
		    padding: 0 20px;
		    margin: 0 auto;
		    left: 0;
		    right: 0;
		    bottom: 13%;
		    width: 88.29%;
		}


#who_index {
	padding: 160px 0;
	background-color: #fff;
	position: relative;
	z-index: 5;
}

#who_index .w1640 {
	position: relative;
}

#who_index .left {
	width: 55%;
	float: left;
	border-top: 1px solid #000;
}

#who_index .right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 17px;
    font-weight: bold;
}

#who_index .right a {
    display: block;
    float: left;
    margin-right: 120px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}


#who_index .right a::after {
	content: ">";
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	background-color: #000;
	text-align: center;
	line-height: 80px;
	float: right;
	position: absolute;
	right: 20px;
	bottom: 0;
	border-radius: 50%;
}

#who_index .l-tit {
	font-size: 19px;
	margin-top: 35px;
	margin-bottom: 60px;
	font-family: "ab";
}

#who_index .l-logo img {
	width: 100%;
	max-width: 529px;
	display: block;
	margin-bottom: 45px;
}

#who_index .l-s-tit {
	font-size: 24px;
	margin-bottom: 80px;
	font-family: "ab";
}

#who_index .l-des {
	font-size: 17px;
	line-height: 35px;
	color: #454545;
}

#brand_index {
	position: relative;
	z-index: 5;
}

#brand_index .l-b-tit {
	font-size: 22px;
	font-family: "ab";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 10%;
	z-index: 888;
	text-transform: uppercase;
}

#brand_index .list-box .list .bottom .url {
	position: relative;
	overflow: hidden;
}

#brand_index .list-box .list .bottom .url font {
	position: relative;
	z-index: 2;
}

#brand_index .list-box .list:hover .bottom .url font {
	color: #000;
}


#brand_index .list-box .list .bottom .url::after {
    width: 93%;
    height: 93%;
    margin: 0 auto;
    position: absolute;
    left: 100%;
    right: 0;
    margin-top: 3%;
    background-color: #fff;
    transition: all 0.4s;
    content: "";
    display: block;
    top: 0;
    border-radius: 50%;
    z-index: 1;
}

#brand_index .list-box .list:hover .bottom .url::after {
	left: 0;
}

#brand_index #why_box {
	height: 50vw;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

#brand_index .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
}


#brand_index .img-box img {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

#brand_index .img-box img#wb1 {
	display: block;
}

#brand_index .list-box {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}

#brand_index .list-box .list {
	width: 33.3333%;
	height: 100%;
	display: block;
	float: left;
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	position: relative;
	transition: all 0.5s;
}

#brand_index .list-box .list * {
	transition: all 0.5s;
}

#brand_index .list-box .list .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 30% 90px 8% 135px;
	background: unset;
	transition: background-image 300ms;
}

#brand_index .list-box .list .bottom .tit {
	font-size: 42px;
	font-family: "ab";
	line-height: 45px;
	opacity: 0.7;
}

#brand_index .list-box .list:hover .bottom .tit {
	font-size: 50px;
	opacity: 1;
}

#brand_index .list-box .list .bottom .des {
	font-size: 19px;
	font-family: "ar";
	line-height: 25px;
	margin: 50px 0;
	opacity: 0;
}


#brand_index .list-box .list:hover .bottom .des {
	opacity: 0.7;
}

#brand_index .list-box .list .bottom .url {
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	border-radius: 50%;
}

#pro-search {
	padding: 125px 0 0;
	background-color: #EDE4DB;
}

#pro-search .w1640 {
	position: relative;
}

#pro-search .left {
	float: left;
	width: 53%;
}

#pro-search .right {
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
}

#pro-search .left .l-tit {
	font-size: 55px;
	margin-bottom: 30px;
}

#pro-search .left .l-des {
	font-size: 20px;
	margin-bottom: 30px;
}

#pro-search .left .l-cate {
	font-size: 17px;
	color: #454545;
	margin-bottom: 35px;
}

#pro-search .left .input-txt .text {
	line-height: 70px;
	height: 70px;
	width: 80%;
	float: left;
	background-color: unset;
	outline: unset;
	border: unset;
	border: 1px solid #000;
	font-size: 30px;
	padding-left: 20px;
}

#pro-search .left .input-txt .submit {
    line-height: 70px;
    height: 70px;
    float: right;
    width: 125px;
    color: #fff;
    background-color: #000;
    outline: unset;
    border: unset;
    font-size: 17.5px;
    margin-right: 4%;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: 90px 25px;
    padding-left: 23px;
    text-align: left;
}

#pro-search .right .b-cate-box {
	float: right;
	margin-right: 150px;
	padding-top: 20px;
	border-bottom: 1px solid #000;
}

#pro-search .right .b-cate-box .url {
	color: #000;
	width: 70px;
	height: 70px;
	display: block;
	border: 1px solid #000;
	text-align: center;
	line-height: 70px;
	float: right;
	position: absolute;
	right: 20px;
	top: 0;
	border-radius: 50%;
	font-size: 30px;
	overflow: hidden;
}

#pro-search .right .b-cate-box .url font {
	position: relative;
	z-index: 2;
}

#pro-search .right .b-cate-box .url:hover {
	color: #fff;
}

#pro-search .right .b-cate-box .url::after {
	width: 95%;
	height: 94%;
	margin: 0 auto;
	position: absolute;
	left: -100%;
	right: 0;
	margin: 3%;
	background-color: #000;
	transition: all 0.4s;
	content: "";
	display: block;
	top: 0;
	border-radius: 50%;
	z-index: 1;
}

#pro-search .right .b-cate-box .url:hover::after {
	left: 0;
}


#pro-search .right .b-cate-box a {
    font-size: 19px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-right: 10px;
	position: relative;
}

#pro-search .right .b-cate-box a:nth-child(2){
	margin-right: 0;
}

#pro-search .right .b-cate-box a:after{
	content:"";
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom:0px;
	background-color: #000;
	transition: all 0.3s;
}

#pro-search .right .b-cate-box a.active::after{
    width: 100%;
}

#pro-search .pro-list-box {
	margin-top: 100px;
}


.pro-list-box .swiper-slide .img {
	display: block;
	position: relative;
}

.pro-list-box .swiper-slide .img img {
	display: block;
	width: 100%;
}

.pro-list-box .swiper-slide .tit {
	position: absolute;
	font-size: 20px;
	width: 100%;
	bottom: 5%;
	text-align: center;
	transition: all 0.3s;
}

.pro-list-box .swiper-slide .tit:hover {
	color: #B1875D;
}

.pro-list-box .swiper-slide .tit font {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-bottom: -2px;
	margin-left: 10px;
	position: relative;
}

.pro-list-box .swiper-slide .tit font::after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.pro-list-box .swiper-slide .img:hover .tit font::after {
	background-color: rgba(0, 0, 0, 1);
}

#blog_index {
	padding: 120px 0 130px;
	background-color: #EDE4DB;
}

#blog_index .w1640 {
	position: relative;
}

#blog_index .left {
	width: 50%;
	float: left;
	border-top: 1px solid #000;
}

#blog_index .l-tit {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 55px;
    font-family: "ab";
}

#blog_index .img img {
	display: block;
	width: 100%;
}

#blog_index .time {
	font-family: "arial";
	font-size: 20px;
}

#blog_index .left .b-news {
	display: block;
}

#blog_index .left .b-news .top {
	margin-bottom: 40px;
}

#blog_index .left .b-news .top .tit {
	float: left;
	width: 78%;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 38px;
}

#blog_index .left .b-news .top .time {
	float: right;
	font-size: 20px;
	line-height: 38px;
}

#blog_index .left .b-news .img {
    margin-bottom: 40px;
}

#blog_index .left .b-news .des {
	font-size: 20px;
	line-height: 35px;
	color: #454545;
}

#blog_index .right {
	float: right;
	width: 38%;
	padding-top: 120px;
}

#blog_index .right .n-l {
	display: block;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 30px;
}

#blog_index .right .url a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    float: left;
    margin-right: 125px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
}

#blog_index .right .url::after {
	content: ">";
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	background-color: #000;
	text-align: center;
	line-height: 80px;
	float: right;
	position: absolute;
	right: 20px;
	bottom: 0;
	border-radius: 50%;
	font-size: 24px;
}


















































/**/

footer {
	background: #1E1E1E;
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #444;
	overflow: hidden;
	position: relative;
	z-index: 999;
}


.footer {
	padding: 125px 20px;
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.footer .left {
	float: left;
	max-width: 670px;
}

.code {
	float: right;
}


.footer .left .list {
	float: left;
}

.footer .left .list .tit {
	margin-bottom: 50px;
}


.footer .left .list:nth-child(1) {
	width: 83%;
        padding-right: 15%;
}


.footer .left .list:nth-child(1) .con {
	line-height: 2rem;
	margin-bottom: 1.7rem;
	font-size: 20px;
	color: #aaa;
}

.footer .left .list:nth-child(1) img {
	display: block;
	max-width: 490px;
	width: 100%;
}

.footer .left .list:nth-child(2) {
	width: 100px;
}


.footer .left .list:nth-child(2) ul li a {
	line-height: 2.3rem;
	font-size: 18px;
	color: #fff;
}

.footer .left .list:nth-child(2) ul li a:hover {
	color: #B1875D;
}

.footer .left .list:nth-child(3) {
	width: 315px;
}

.footer .left .list:nth-child(3) .con {
	font-size: 14px;

}

.footer .left .list:nth-child(3) .con p {
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.4vw;
}

.footer .left .list:nth-child(3) .con p:nth-child(1) {
	background-image: url(/images/icon_a.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 16px 19px;
}

.footer .left .list:nth-child(3) .con p:nth-child(2) {
	font-size: 1.05vw;
	color: #B1875D;
	background-image: url(/images/icon_p.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-size: 15px 16px;
}

.footer .left .list:nth-child(3) .con p:nth-child(3) {
	background-image: url(/images/icon_e.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 17px 12px;
}

.footer .right {
	float: right;
	width: 45%;
}

.footer .right .list {
	float: left;
	width: 50%;
}

.footer .right .list:nth-child {
	float: right;
}


.footer .right .list .con {
	font-size: 18px;
	line-height: 30px;
}

.footer .right .list .con p {
	margin-bottom: 20px;
}

.footer .right .list .tit-box {
    font-size: 24px;
    width: 85%;
    margin-left: 15%;
    padding-left: 27%;
    color: #fff;
    display: block;
    background-image: url(/images/message.png);
    background-repeat: no-repeat;
    background-position: 11% 47%;
    border: 1px solid #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 100px;
    transition: all 0.4s;
}

/* .footer .right .list .tit-box:hover {
	background-color: #B1875D;
} */



.footer .right .list .icon {
	background-image: url(/images/icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 173px;
	height: 32px;
	float: right;
}

.footer .right .list .icon a {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 5%;
}




#copyright {
	text-align: left;
	line-height: 25px;
	padding: 10px 0;
	background: #1E1E1E;
	color: #fff;
	font-family: "gbo";
}

#copyright p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	font-family: "gbo";
}

#copyright a {
	color: #fff;
	font-size: 13px;
	font-family: "gbo";
}

#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	z-index: 10000;
	padding-top: 5px;
	-moz-border-radius: 50%;
	background: #B1875D;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 4%;
	bottom: 62px;
	display: none;
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 37px;
	width: 40px;
	position: absolute;
	top: 41px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
	/* display: none; */
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	/* background: #B1875D; */
	background: #fff;
	border-radius: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 100%;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y {
	top: 10px
}

div.z {
	top: 21px
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}





/* 
.item a {
	display: block;
	height: 29vw;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-size: 100% auto;
	color: #fff;
	text-align: left;
}

.item a .con h1 {
	font-size: 70.49px;
	padding: 13vw 0 30px;
}

.item a .con .des {
	font-size: 21.91px;
	color: #eaeaea;
}

.system-service-bg-white-below {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 1;
	background-size: 100% 100%;
} */













.all_album {
	display: block;
	text-align: center;
	padding-top: 25px;
	max-width: 1000px;
	margin: 0 auto;
}

.all_album p {
	display: block;
	padding: 10px 0;
}

.all_album a {
	font-size: 18px;
}

.all_album a.on {
	color: #4e8880
}

#kefu_online {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 9999
}

#kefu_online * {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#kefu_online p {
	display: block;
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	padding: 5px 0
}

#kefu_online p a {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 25px;
	background: #B1875D;
	position: relative;
}

#kefu_online p a img {
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 550px;
	top: 0;
	border: 1px solid #069fc9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#kefu_online p a:hover img {
	left: -150px;
}

#kefu_online p a:hover {
	background: #069fc9
}

#ser_index {
	padding: 4.8vw 0 7vw;
	background-color: #000;
}



@media screen and (max-width:1440px) {
	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 18px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-family: "ar";
		font-size: 50px;
		margin: 2% 0;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 17.5px;
		line-height: 30px;
	}

	#who_index {
		padding: 110px 0;
	}

	#who_index .l-tit {
		margin-top: 25px;
		margin-bottom: 50px;
	}

	#who_index .l-s-tit {
		font-size: 21px;
		margin-bottom: 65px;
		font-family: "ab";
	}

	#who_index .l-des {
		font-size: 18px;
		line-height: 30px;
	}

	#who_index .right {
		font-size: 18px;
	}

	#who_index .right a {
		margin-right: 105px;
	}

	#who_index .right a::after {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}

	#brand_index .list-box .list .bottom {
		padding: 10% 90px 30px 100px;
	}

	#brand_index .list-box .list .bottom .tit {
		font-size: 38px;
	}

	#brand_index .list-box .list:hover .bottom .tit {
		font-size: 45px;
	}


	#brand_index .list-box .list .bottom .des {
		font-size: 17px;
		margin: 30px 0;
	}


	#brand_index .list-box .list .bottom .url {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	#pro-search .left .l-tit {
		font-size: 45px;
	}

	#pro-search .left .l-des {
		font-size: 17px;
	}

	#pro-search .left {
		float: left;
		width: 56%;
	}

	#pro-search .left .input-txt .text {
		line-height: 70px;
		height: 70px;
	}

	#pro-search .left .input-txt .submit {
		line-height: 70px;
		height: 70px;
	}

	#pro-search {
		padding: 80px 0 0;
	}

	#blog_index {
		padding: 90px 0 100px;
	}

	#blog_index .l-tit {
		font-size: 19px;
		margin-top: 25px;
		margin-bottom: 30px;
		font-family: "ab";
	}

	#blog_index .left .b-news .top .tit {
		font-size: 32px;
		line-height: 38px;
	}

	#blog_index .left .b-news .top {
		margin-bottom: 30px;
	}

	#blog_index .left .b-news .img {
		margin-bottom: 30px;
	}

	#blog_index .left .b-news .des {
		font-size: 18px;
		line-height: 28px;
	}

	#blog_index .right {
		padding-top: 140px;
		width: 42%;
	}

	#blog_index .right .n-l {
		display: block;
		margin-bottom: 10px;
		font-size: 18px;
	}

	#blog_index .right .url a {
		font-size: 18px;
	}

	#blog_index .right .url::after {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}


	.footer .left {
		max-width: 570px;
	}

	.footer .left .list:nth-child(1) {
	width: 65%;
        padding-right: 15%;
	}

	.footer .right {
		width: 52%;
	}

	.footer .right .list {
		width: 43%;
	}

.footer .right .list .con {
    font-size: 13px;
    line-height: 20px;
}
}

@media screen and (max-width:1320px) {}


@media screen and (max-width:1280px) {
	.footer .left {
		max-width: 500px;
	}
}

@media screen and (max-width:1182px) {
	#banner .swiper-pagination-bullets {
	    bottom: 5%;
	    width: 100%;
	}
	.site-header .logo {
	    width: 170px;
	}
	
	#top .site-header .logo a {
	    height: 19px;
	}
	#top.scroll .site-header .logo a {
	    height: 19px;
	}
	#top.scroll2 .site-header .logo a {
	    height: 19px;
	}
	#top.scroll3 .site-header .logo a {
	    height: 19px;
	}
	
	#menu2 .menupic{
		display: none;
	}
	
	#menu2 .cate-box {
	    width: 100%;
		padding-top: 98px;
	}
	
	#menu2 .cate-box .lang {
	    top: 24px;
	    right: 90px;
	}
	
	#menu2 .cate-box .lang a {
	    color: #fff;
	    font-size: 15px;
	    height: 17px;
	}
	
	
	#top .cate-box .lang #submit {
	    width: 16px;
	    height: 16px;
	}
	
	#top.scroll .cate-box .lang #submit {
	    width: 16px;
	    height: 16px;
	}
	
	#top.scroll3 .cate-box .lang #submit {
	    width: 16px;
	    height: 16px;
	}
	
	div.x, div.y, div.z {
	    width: 65%;
	}
	
	#menu2 li a {
	    font-size: 20px;
	    margin: 0 20px;
	    margin-bottom: 20px;
	    height: 23px;
	}
	
	
	#menu2 .dropdown {
	    padding-bottom: 35px;
	}
	
	
	#menu2 .cate-box .icon{
		margin-left: 20px;
	}
	
	#top .cate-box .fx {
	    margin-top: 55px;
	    padding: 0 20px;
	}
	
	#menu2 .search-top {
		display: block;
		background-color: #fff;
		overflow: auto;
		height: 40px;
		margin: 30px 20px;
		position: relative;
	}


	#menu2 .search-top #keyword {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding-left: 30px;
		font-size: 20px;
		border: unset;
		outline: unset;
		color: #454545;
	}

	#menu2 .search-top #search-sub {
		position: absolute;
		right: 20px;
		top: 10px;
		width: 21px;
		height: 21px;
		background: url(/images/search2.png) no-repeat center center;
		background-size: 100% 100%;
		border: 0;
		cursor: pointer;
		text-indent: 2000px;
	}

	#scrollTop {
		display: none !important;
	}

	#banner .swiper-button-next,
	#banner .swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	nav {
		z-index: 9998;
		padding-top: 60px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
	}

	#top {
		height: 65px;
	}

	.site-header {
		width: 100%;
		position: relative;
		height: 65px;
	}

	#menu2 {
		background: #EDE5DC;
		overflow: auto;
		width: 100%;
	}

	#top .site-header .logo a {
		margin-top: 26px;
	}

	#top.scroll .site-header .logo a {
		margin-top: 26px;
	}

	#top.scroll3 .site-header .logo a {
		margin-top: 26px;
	}

	div.burger {
		top: 6px;
	}



	#scrollTop {
		right: 20px;
	}


	.footer {
		padding: 20px 20px 30px;
	}

	.footer .left {
		float: left;
		width: 100%;
	}

	.footer .left .list {
		min-height: unset;
	}

	.footer .left .list:nth-child(3) {
		width: 75%;
		text-align: left;
		margin: 0;
		float: unset;
	}

	.footer .left .list .tit::after {
		margin: 15px 0 25px 0;
	}

	.footer .left .list:nth-child(3) .con {
		font-size: 12px;
		font-weight: normal;
	}

	.footer .left .list:nth-child(3) .con p:nth-child(2) {
		font-size: 16px;
	}


	.footer .left .list:nth-child(1) {
		/* display: none; */
		width: 100%;
	}

	.footer .left .list:nth-child(2) {
		display: none;
	}

	.footer .right {
		width: 100%;
	}

	.footer .right .list {
		width: 100%;
		float: left;
	}

	.footer .right .list:nth-child(2) {
		width: 100%;
		max-width: 300px;
	}

	.footer .right .list .tit-box {
	    margin-bottom: 30px;
	    margin-left: 0;
	}

	.footer .right .list .icon {
		float: left;
	}




	#copyright {
		line-height: 20px;
	}

	#copyright p a {
		display: block;
		float: left;
	}

	#menu2>ul>li>a::after {
		display: none;
	}

	#menu2>ul>li>a {
		padding-left: 20px;
		margin-right: 0;
		font-size: 16px;
	}



	#top.scroll2 .site-header #menu li .sub_menu a {
		display: block;
		text-align: center;
		line-height: 20px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 19px;
	}



	.footer .left .list * {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div {
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con {
		bottom: 14%;
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 34px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 13.5px;
		line-height: 25px;
	}

	.w1640 {
		width: 100%;
	}

	#who_index {
		padding: 30px 0;
	}

	#brand_index .list-box .list .bottom {
		padding: 0 20px 10px 20px;
	}

	#brand_index .list-box .list .bottom .tit {
		font-size: 23px;
		opacity: 0.9;
	}

	#brand_index .list-box .list:hover .bottom .tit {
		font-size: 23px;
	}

	#brand_index .list-box .list .bottom .des {
		font-size: 16px;
		margin: 20px 0;
		opacity: 0.9;
	}

	#brand_index .list-box .list {
		/* background-image: url(/images/banner.png); */
		background-color: rgba(0, 0, 0, 0.7);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center;
	}

	#brand_index .list-box .list .bottom .url {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#brand_index .list-box .list .bottom .url {
		color: #000;
	}

	#brand_index .list-box .list .bottom .url::after {
		left: 0;
	}

	#pro-search {
		padding: 30px 0 0;
	}

	#pro-search .left {
		width: 100%;
	}

	#pro-search .left .l-tit {
		font-size: 35px;
		margin-bottom: 20px;
	}

	#pro-search .left .l-des {
		font-size: 16px;
		margin-bottom: 20px;
	}

	#pro-search .left .l-cate {
		font-size: 13px;
		margin-bottom: 30px;
	}

	#pro-search .left .input-txt .text {
		line-height: 50px;
		height: 50px;
	}

	#pro-search .left .input-txt .submit {
	    line-height: 50px;
	    height: 50px;
	    background-position: 85px 15px;
	}


	#pro-search .right {
		display: none;
	}

	#pro-search .pro-list-box {
		margin-top: 40px;
	}

	#blog_index .left .b-news .top .tit {
		font-size: 23px;
		line-height: 30px;
		width: 73%;
	}

	#blog_index .left .b-news .top .time {
		font-size: 15px;
		line-height: 25px;
	}

	#blog_index {
		padding: 40px 0 40px;
	}

	#blog_index .right {
		padding-top: 70px;
		width: 45%;
	}

	#blog_index .right .n-l {
		font-size: 16px;
	}

	#blog_index .time {
		font-size: 15px;
	}



}

@media screen and (max-width:1182px) {}


@media screen and (max-width:870px) {
	#pro-search .left .input-txt .text {
	    width: 70%;
	}
	
	#pro-search .left .input-txt .submit {
	    margin-right: 10%;
	    width: 18%;
	}
}

@media screen and (max-width:800px) {
	#who_index .left {
		width: 100%;
		border-top: unset;
	}

	#who_index .right {
		position: unset;
		float: right;
		margin-top: 50px;
		font-size: 16px;
	}

	#who_index .right a {
		margin-right: 65px;
		margin-bottom: 10px;
	}

	#who_index .right a::after {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#brand_index .list-box .list {
		width: 50%;
	}

	#brand_index .list-box .list:nth-child(3) {
		width: 100%;
	}

	#blog_index .left {
		width: 100%;
	}

	#blog_index .right {
		padding-top: 30px;
		width: 100%;
	}

	#blog_index .right .url a {
		font-size: 15px;
		position: unset;
		float: right;
		margin-right: 65px;
		margin-top: 30px;
	}

	#blog_index .right .url::after {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:700px) {


	.footer .left .list:nth-child(3) {
		width: 100%;
	}

	.pro-box .list .swiper-button-next,
	.pro-box .list .swiper-container-rtl .swiper-button-prev {
		right: -15px;
	}

	.pro-box .list .swiper-button-prev,
	.pro-box .list .swiper-container-rtl .swiper-button-next {
		left: -15px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 20px !important;
	}

}

@media screen and (max-width:600px) {
	.swiper-link{
		display: none;
	}
	/* #top .site-header .logo a {
		width: 214px;
		height: 28px;
	}

	#top.scroll .site-header .logo a {
		width: 214px;
		height: 28px;
	}

	#top.scroll3 .site-header .logo a {
		width: 214px;
		height: 28px;
	} */
	
	#menu2 .cate-box .lang {
	    top: 80px;
	    right: 40px;
	}

	#banner {
		height: 53.9vw;
	}

	#who_index .l-tit {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 13px;
	}

	#who_index .l-logo img {
		max-width: 329px;
		margin-bottom: 25px;
	}

	#who_index .l-s-tit {
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 25px;
	}


	#who_index .l-des {
		font-size: 13px;
		line-height: 25px;
	}

	#who_index .right {
		font-size: 13px;
	}

	#who_index .right a {
		margin-right: 40px;
		margin-bottom: 3px;
	}

	#who_index .right a::after {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}


	#brand_index .list-box .list {
		width: 100%;
	}
	
	#brand_index .img-box{
		display: none;
	}
	
	#brand_index .list-box .list:nth-child(1){
		background-image: url(/images/wb1.jpg);
	}
	#brand_index .list-box .list:nth-child(2){
		background-image: url(/images/wb2.jpg);
	}
	#brand_index .list-box .list:nth-child(3){
		background-image: url(/images/wb3.jpg);
	}

	#brand_index .l-b-tit {
		top: 2%;
		position: relative;
		background: #B1875D;
		opacity: 0.7;
		padding: 20px 0;
		font-size: 18px;
	}




	#brand_index #why_box {
		height: 74vw;
	}



	#brand_index .list-box .list .bottom .des {
		font-size: 14px;
		margin: 13px 0;
		opacity: 0.9;
	}

	#brand_index .list-box .list .bottom .url {
		width: 30px;
		height: 30px;
		line-height: 30px;
		float: right;
	}

	#pro-search .left .l-tit {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#pro-search .left .l-des {
		font-size: 14px;
		margin-bottom: 15px;
	}

	/* #pro-search .left .l-cate span:first-child{
		margin-bottom: 10px;
	} */

	#pro-search .left .l-cate .radio {
	    display: block;
	    margin-top: 10px;
	    margin-left: 0;
	}
	
	
	
	

	#pro-search .left .input-txt .text {
		line-height: 30px;
		height: 30px;
		font-size: 15px;
		width: 65%;
		padding-left: 8px;
	}

	#pro-search .left .input-txt .submit {
	    line-height: 30px;
	    height: 30px;
	    font-size: 15px;
	    width: 32%;
	    margin-right: 0;
	    background-image: unset;
	    text-align: center;
	    padding-left: 0;
	}

	#blog_index .left .b-news .top {
		margin-bottom: 20px;
	}

	#blog_index .left .b-news .top .tit {
		font-size: 19px;
		line-height: 28px;
		width: 100%;
	}

	#blog_index .left .b-news .top .time {
		font-size: 13px;
		line-height: 25px;
		float: left;
	}

	#blog_index .left .b-news .img {
		margin-bottom: 20px;
	}

	#blog_index .left .b-news .des {
		font-size: 13px;
		line-height: 20px;
	}

	#blog_index .time {
		font-size: 12px;
	}

	#blog_index .right .n-l {
		font-size: 13px;
	}

	#blog_index .right {
		padding-top: 50px;
	}

	#blog_index .right .url a {
		margin-right: 40px;
		margin-top: 30px;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}

	#blog_index .right .url::after {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}


	.footer .left .list .tit {
		width: 210px;
		margin-bottom: 20px;
	}

	.footer .left .list:nth-child(1) .con {
		line-height: 25px;
		margin-bottom: 20px;
		font-size: 15px;
	}

	.footer .right .list .con {
		font-size: 15px;
		line-height: 25px;
	}

	.footer .right .list .con p {
		margin-bottom: 10px;
	}

	.footer .right .list:nth-child(2) {
		width: 100%;
		max-width: 200px;
		margin-bottom: 30px;
	}

	.footer .right .list .tit-box {
		font-size: 18px;
		padding-left: 38%;
		background-position: 12% 47%;
		height: 45px;
		line-height: 45px;
	}



	#copyright p {
		font-size: 12px;
		color: #fff;
		letter-spacing: 0.5px;
		font-family: "gbo";
	}


	.footer .left .list * {
		font-size: 12px;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 12px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 20px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		display: none;
	}

	#menu2 .search-top {
		height: 35px;
	}

	#menu2 .search-top #keyword {
		height: 35px;
		line-height: 35px;
		padding-left: 17px;
		font-size: 15px;
	}

	#menu2 .search-top #search-sub {
		right: 12px;
		top: 10px;
		width: 15px;
		height: 15px;
	}


	.footer {
		padding: 10px 20px 3px;
	}

	.footer .left .list:nth-child(3) .con p {
		line-height: 16px;
		min-height: 18px;
	}


	.footer .left .list:nth-child(3) .con p:nth-child(2) {
		background-position: 0px 1px;
	}

	.footer .left .list:nth-child(3) .con p:nth-child(3) {
		background-position: 0px 2px;
	}












}







/*新加动效*/

.swiper-link {
			    position: absolute;
			    z-index: 999;
			    right: 7%;
			    bottom:14.8%;
			    overflow: hidden;
			    height: 150px;
			    width: 8px;
			}
			
			.swiper-link .link1 {
			    display: block;
			    width: 7px;
			    height: 7px;
			    background-color: #fff;
			    border-radius: 50%;
			    position: absolute;
			    margin-top: 0px;
			}
			
			.swiper-link .link1::before {
			    content: "";
			    position: absolute;
			    display: block;
			    width: 1px;
			    height: 140px;
			    background-color: #fff;
			    margin-left: 0px;
			    bottom: 2px;
			    right: 3px;
			}
			
			/* .swiper-link .link1::after {
			    content: "";
			    display: block;
			    width: 5px;
			    height: 5px;
			    background-color: #fff;
				border-radius: 50%;
			} */
			
			
			.swiper-link .link2 {
			    width: 1px;
			    height: 140px;
			    top: 0px;
			    right: 4px;
			    position: absolute;
			    background-color: rgba(255,255,255,0.5);
			}
			
			.num-box{
				width: 88.29%;
				margin: 0 auto;
				max-width: 1670px;
				padding:0 20px;
				position: absolute;
				right: 0;
				left:0;
				height: 27px;
			    z-index: 555;
				bottom:13%;
			}
			.indexnum {
			    position: absolute;
			    left:10px;
			    color: #fff;
			    font-size: 19px;
				top:12px;
			}
			
			.totalnum{
				position: absolute;
				left: 115px;
				color: #fff;
				font-size: 19px;
				top:12px;
			}
			
			@media screen and (max-width: 1182px){
				
				.num-box{
					display: none;
				}
			}


@media screen and (max-width:400px) {
	.footer .right .list .tit-box {
	    font-size: 16px;
	    padding-left: 27%;
	    background-position: 6% 47%;
	    height: 45px;
	    line-height: 45px;
	    background-size: 25px;
	}
}