/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #fec703;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #fec703;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #fec703;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
	padding-top: 50px;
}

html,
body {
	height: 100%;
}


@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/DIN-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1520px;
	}
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fullpage {
	width: 100%;
	overflow: hidden;
}
.section {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.section .container {
	z-index: 2;
}
.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.section .container,
	.banner_text .container {
		width: 100%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	body,
	.section {
	    padding-top: 70px;
	}	
}
@media (min-width: 1440px) {
	body,
	.section {
	    padding-top: 90px;
	}	
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}

@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}
@media (min-width: 1440px) {
	.search_main .product_list .column {
		width: 33.33333%;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	width: 100%;
	background-color: #313131;
	overflow: hidden;
}
.copyright {
	border-top: 1px #666565 solid;
	padding: 10px 0;
	color: #999;
	text-align: center;
}
.copyright a {
	display: inline-block;
	color: #999;
}
.copyright a:hover {
	opacity: .8;
}

.foot-top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 30px;
}
.foot-top>.column {
	padding: 0 20px;
	margin-bottom: 35px;
}
.foot-nav {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 5px;
	position: relative;
}
.foot-nav:after {
	content: "";
	height: 1px;
	background-color: rgba(102,102,102,.6);
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 0;
}
.foot-nav a {
	display: inline-block;
	color: #fff;
	font-weight: lighter;
	padding: 0 10px;
	margin-bottom: 5px;
}
.foot-nav a:hover {
	opacity: .8;
}
.foot-tel {
	font-size: 28px;
	color: #fff;
	font-family: "DIN-Medium";
	margin-top: 20px;
}
.foot-tel a {
	color: #fff;
}
.foot-top-right {
	display: flex;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
}
.foot-wechat {
	padding: 0 10px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.foot-wechat .img {
	max-width: 126px;
	margin: 0;
}
.foot-wechat span {
	display: block;
	color: #ccc;
	text-align: center;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	width: 20px;
	margin-right: 8px;
	flex: 0 0 auto;
}

.section:last-child {
	padding-top: 0!important;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
	.copyright {
		font-size: 12px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section .foot-top-right {
		display: none;
	}
}
@media (min-width: 768px) {
	.foot-nav {
		margin-left: -15px;
		margin-right: -15px;
	}
	.foot-nav:after {
		left: 15px;
	}
	.foot-nav a {
		font-size: 16px;
		padding: 0 15px;
	}
	.foot-tel {
		font-size: 36px;
	}
	.foot-top-right {
		margin-left: -20px;
		margin-right: -20px;
	}
	.foot-wechat {
		padding: 0 20px;
	}
}
@media (min-width: 1200px) {
	.foot-nav {
		margin-left: -28px;
		margin-right: -28px;
	}
	.foot-nav:after {
		left: 28px;
	}
	.foot-nav a {
		font-size: 16px;
		padding: 0 28px;
	}
	.foot-top-right {
		margin-left: -35px;
		margin-right: -35px;
	}
	.foot-wechat {
		padding: 0 35px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand img {
	display: block;
	height: 40px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fec703;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #454544;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fec703;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}

.top_box {
}
.top_sub {
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
}
.top_sub .column {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 30px;
}
.top_sub .column .icon {
	display: block;
	width: 22px;
}
.top_sub .column .icon img {
	display: block;
	width: 100%;
}
.top_sub .function-infor {
	position: absolute;
	top: 100%;
	right: -15px;
	z-index: 2;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.top_sub .column:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}
.top_sub .function-infor .img {
	width: 140px;
	margin-top: 2px;
}
.top_sub .function-infor .inner {
	min-width: 190px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	margin-top: 2px;
}
.top_sub .function-infor .inner a {
	font-size: 16px;
	color: #575757;
}
.top_sub .function-infor .inner form {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 240px;
}
.top_sub .function-infor .inner form input {
	height: 36px;
	border: 0;
	background-color: #ddd;
	border-radius: 0;
	width: 100%;
	padding: 6px 12px;
	outline: none;
}
.top_sub .function-infor .inner form button {
	display: block;
	flex: 0 0 auto;
	width: 50px;
	height: 36px;
	background-color: #fec703;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	outline: none;
}

@media (max-width: 767px) {
	.top_sub {
		position: fixed;
		right: 50px;
		top: 0;
	}
	.top_sub .column {
		margin-left: 15px;
	}
	.top_sub .function-infor {
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%) rotateX(90deg);
		transform: translateX(-50%) rotateX(90deg);
	}
	.top_sub .column:hover .function-infor {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.top_sub .function-infor .inner {
		padding: 10px;
	}
	.top_sub .column3 .function-infor {
		right: -35px;
		left: initial;
		-webkit-transform: translateX(0) rotateX(90deg);
		transform: translateX(0) rotateX(90deg);
	}
	.top_sub .column3:hover .function-infor {
		-webkit-transform: none;
		transform: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.indexHeader {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 25px 8px;
	}
	.top_sub {
		height: 70px;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 23px;
		padding-right: 23px;
	}
}
@media (min-width: 1440px) {
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.top_sub {
		height: 90px;
	}
}

/*第一屏*/
.section1 {
	padding-top: 0!important;
}
.section1 .swiper-container {
	width: 100%;
	height: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 50px;
}
.banner_text img {
	display: block;
	width: 100%;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.section1 .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

@media (max-width: 767px) {
	.banner_text .PC_img {
		display: none;
	}
}
@media (min-width: 768px) {
	.banner_text {
		padding-top: 70px;
	}
	.banner_text .min_img {
		display: none;
	}
}
@media (min-width: 1200px) {
	.banner_text {
		padding-top: 90px;
	}
}

.section_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
}
.section_bg_left {
	width: 50%;
	left: 0;
}
.section_bg_right {
	width: 50%;
	right: 0;
}
.index_title {
	margin-bottom: 20px;
}
.section .index_title {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section.active .index_title {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.index_title a {
	display: inline-block;
	color: #000;
	position: relative;
}
.index_title a:after {
	content: "";
	width: 55px;
	height: 1px;
	background-color: #fec703;
	display: block;
	margin-top: 10px;
}
.index_title h2 {
	font-size: 20px;
	margin: 0;
}
.index_title p {
	color: #8e8e8c;
	margin: 10px 0 0;
}

.index_more {
	margin-top: 30px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .index_more {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.index_more a {
	display: inline-block;
	font-size: 16px;
	color: #fec703;
}
.index_more a:hover {
	color: #0c0c0c;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_title {
		margin-bottom: 15px;
	}
	.index_more {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.index_title {
		margin-bottom: 35px;
	}
	.index_title a:after {
		margin-top: 15px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title p {
		font-size: 16px;
		margin-top: 15px;
	}
	.index_more {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 30px;
	}
}
@media (min-width: 1440px) {
	.index_title h2 {
		font-size: 36px;
	}
}

/*第二屏*/
.section2 .index_title,
.section2 .index_more {
	text-align: center;
}
.section2 .index_title a:after {
	margin-left: auto;
	margin-right: auto;
}
.section2 .index_more a {
	color: #0c0c0c;
}
.section2 .index_more a:hover {
	color: #fec703;
}
.section2_list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section2_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section2_list a {
	display: block;
	color: #474745;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.18);
	box-shadow: 0 0 8px rgba(0,0,0,.18);
	margin: 5px;
}
.section2_list a .img {
	background-color: #e1e6ea;
}
.section2_list a h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px 10px;
}
.section2_list a:hover {
	color: #000;
	background-color: #fec703;
}

@media (min-width: 768px) {
	.section2_list {
		margin-top: 60px;
	}
	.section2_list a h2 {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.section2_list a h2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/*第三屏*/
.section3 .section_bg_left {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.section3 .section_bg_right,
.section3 .inner {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.section3.active .section_bg_left,
.section3.active .section_bg_right,
.section3.active .inner {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.section3 .inner {
	width: 50%;
	margin-left: auto;
	padding-left: 4.02685%;
}
.section3_content {
	color: #504f4f;
	line-height: 24px;
	max-height: 120px;
	overflow: hidden;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section3_content p {
	margin-bottom: 24px;
}
.active .section3_content {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

@media (max-width: 479px) {
	.section3 .section_bg_left {
		display: none;
	}
	.section3 .section_bg_right {
		width: 100%;
	}
	.section3 .inner {
		width: 100%;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.section3 .inner {
		width: 50%;
		margin-left: auto;
		padding-left: 4.02685%;
	}
	.section3_content {
		font-size: 16px;
		line-height: 30px;
		max-height: 270px;
	}
	.section3_content p {
		margin-bottom: 30px;
	}
}

/*第四屏*/
.section4>.inner {
	width: 100%;
	position: relative;
	padding-top: 30px;
}
.section4 .section4_bg {
	width: 60%;
	background-color: #fec703;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 17.46725%;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.section4_list {
	margin: 0;
}
.section4_list>.column {
	padding: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section4.active .section4_bg,
.active .section4_list>.column {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.active .section4_list>.column2 {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.section4_list>.column1 {
	padding-right: 7.38255%;
}
.index_form_box {
	border: 3px #000 solid;
	padding: 10.16949% 23.62205% 20.33898% 7.87402%;
}
.section4_list>.column2 .index_title a:after {
	background-color: #070707;
}
.section4_list>.column2 .index_title p {
	color: #454544;
}
.index_contact p {
	display: flex;
	flex-direction: row;
	color: #636362;
	line-height: 24px;
	word-break: break-all;
	margin: 0;
}
.index_contact p+p {
	margin-top: 10px;
}
.index_contact p a {
	color: #636362;
}
.index_contact p>img {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.index_form .column {
	margin-bottom: 36px;
}
.index_form .form-control {
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 1px #515151 solid;
	padding: 3px 0;
	height: 30px;
	color: #515151;
}
.index_form .form-control::-webkit-input-placeholder {
	color: #515151;
}
.index_form .btn {
	background-color: transparent;
	border-radius: 0;
	border-color: #515151;
	width: 120px;
	height: 42px;
	color: #515151;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none!important;
}
.index_form .btn:hover {
	background-color: #fec703;
	border-color: #fec703;
	color: #fff;
}

.section4 .footer {
	background-color: transparent;
	color: #141414;
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section4.active .footer {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.section4 .footer .container-fluid {
	padding: 0;
}
.section4 .footer a {
	color: #141414;
}
.section4 .footer a:hover {
	color: #fec703;
}
.section4 .footer span {
	display: block;
}

@media (max-width: 767px) {
	.section4 .section4_bg {
		width: 100%;
		bottom: 50px;
	}
	.section4_list>.column1 {
		display: none;
	}
}
@media (max-width: 379px) {
	.section4 .section4_bg {
		bottom: 70px;
	}
}
@media (min-width: 768px) {
	.section4>.inner {
		padding-top: 85px;
		padding-bottom: 0;
	}
	.index_form_box .index_title p {
		font-size: 14px;
	}
	.index_contact p>img {
		width: 36px;
		height: 36px;
		margin-right: 20px;
	}
	.index_contact p {
		font-size: 16px;
	}
	.index_contact p+p {
		margin-top: 25px;
	}
	.index_contact p>span {
		margin-top: 6px;
	}
	.section4 .footer {
		position: absolute;
		right: 0;
		left: 46.6%;
		bottom: 15px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.index_form .row {
		margin-left: -35px;
		margin-right: -35px;
	}
	.index_form .column {
		padding: 0 35px;
	}
	.section4 .footer {
		bottom: 25px;
	}
}

@media (min-width: 1200px) and (max-height: 768px) {
	.section4>.inner {
		padding-top: 60px;
	}
}
@media (min-width: 1440px) and (max-height: 768px) {
	.index_title h2 {
		font-size: 30px;
	}
	.index_more {
		margin-top: 30px;
	}
	.section2_list {
		margin-top: 40px;
	}
	.index_form_box {
		padding-top: 8%;
		padding-bottom: 15%;
	}
}
@media (min-width: 768px) and (max-height: 705px) {
	.index_more {
		margin-top: 30px;
	}
	.section2_list {
		margin-top: 0;
	}
	.section4>.inner {
		padding-top: 35px;
	}
	.index_contact p {
		font-size: 14px;
	}
	.index_contact p+p {
		margin-top: 15px;
	}
	.index_contact p>img {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.index_form_box {
		padding-top: 6%;
		padding-bottom: 12%;
		padding-top: 20px;
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px) and (max-height: 705px) {
	.index_title h2 {
		font-size: 24px;
	}
	.section4 .footer {
		bottom: 15px;
	}
}
@media (min-width: 1440px) and (max-height: 705px) {
	.section2 .container {
		width: 1170px;
	}
	.section2_list a h2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*内页*/
.wrapper {
	min-height: 85vh;
	position: relative;
}
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}
.classify_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.classify_box .nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.classify_box .nav li {
	padding: 0 5px;
}
.classify_box .nav li a {
	color: #333;
	background-color: #fff;
	border: 1px #cbcbcb solid;
}
.classify_box .nav li a:hover,
.classify_box .nav li.active a {
	background-color: #fec703;
	border-color: #fec703;
	color: #fff;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location {
	color: #4b4a4a;
	padding: 5px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #fec703;
}

.inside_main {
	padding-bottom: 30px;
	position: relative;
}
.inside_main1 {
	padding-top: 30px;
}
.inside_main .container {
	position: relative;
}

.layout_info {
	min-height: 45vh;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	margin-top: -30px;
	margin-top: 0!important;
	padding: 30px 15px;
}
.layout_left {
	flex: 0 0 auto;
	width: 200px;
	margin-right: 30px;
}
.layout_right {
	width: 100%;
	overflow: hidden;
}

.submenu_title {
	background-color: #fec703;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
}
.submenu_title h2 {
	font-size: 18px;
	margin: 0;
}
.submenu_title span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	font-family: "微软雅黑";
}
.submenu {
	/*border: 1px #ccc solid;*/
	background-color: #fec703;
}
.submenu li+li {
	/*margin-top: 4px;*/
}
.submenu>li>a {
	color: #fff;
	line-height: 20px;
	padding: 15px 20px;
	padding-right: 25px!important;
}
.submenu li+li a {
	border-top: 1px #f0bb00 solid;
}
.submenu>li>a i {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu>li>a:hover i,
.submenu>li.active>a i {
	color: #fff;
}
.submenu>li.active>a i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submenu>li>a:hover,
.submenu>li.active>a {
	background-color: #ffd747;
}

.search_box {
	margin-bottom: 10px;
}
.search_box .submenu_title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	padding-top: 15px;
	padding-bottom: 15px;
}
.search_box .submenu_title h2 {
	font-size: 18px;
	margin-right: 10px;
}
.search_box .submenu_title span {
	font-size: 14px;
	text-transform: initial;
}
.search_box form {
	background-color: #f6f6f6;
	border: 1px #f0f0f0 solid;
	padding: 25px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.search_box form input {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: 1px #ebebeb solid;
	border-right: 0;
	padding: 6px 12px;
	outline: none;
}
.search_box form button {
	flex: 0 0 auto;
	display: block;
	width: 45px;
	height: 45px;
	border: 1px #ebebeb solid;
	border-left: 0;
	background: url(../images/icon/icon1.png) no-repeat center #fff;
	background-size: 22px;
	outline: none;
}

.inside_title {
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inside_title:after {
	content: "";
	width: 120px;
	height: 3px;
	background-color: #fec703;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.inside_title h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #999;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}

.InfoTitle {
	margin-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
	margin: 5px;
}
.goBack a:hover {
	background-color: #fec703;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #fec703;
	background-color: #fec703;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #fec703;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.layout_info {
		display: block;
	}
	.layout_left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 1031;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu_icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.png) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin: 0 auto 15px;
	}
	.submenu_main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu_main::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	.submenu_title {
		display: none!important;
	}
	.search_box form {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.menu_icon,
	.submenu_close {
		display: none;
	}
	.inside_banner .min_img {
		display: none;
	}
	.inside_main {
		padding-bottom: 50px;
	}
	.inside_main1 {
		padding-top: 50px;
	}
	.classify_box .nav {
		margin-left: -10px;
		margin-right: -10px;
	}
	.classify_box .nav li {
		padding: 0 10px;
	}
	.classify_box .nav li a {
		font-size: 16px;
	}
	.layout_info {
		margin-top: -50px;
		padding: 30px 15px;
		position: relative;
	}
	.layout_info:before,
	.layout_info:after {
		content: "";
		position: absolute;
		top: 30px;
		left: 225px;
	}
	.layout_info:before {
		width: 1px;
		background-color: #dadada;
		left: 228px;
		bottom: 15px;
	}
	.layout_info:after {
		width: 3px;
		height: 50px;
		background-color: #fec703;
		left: 227px;
	}
	.submenu_title h2,
	.inside_title h2 {
		font-size: 24px;
	}
	.inside_title {
		margin-bottom: 30px;
		padding: 10px 0 15px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
}
@media (min-width: 992px) {
	.submenu>li>a {
		font-size: 16px;
	}
}
@media (min-width: 1440px) {
	.layout_info {
		margin-top: -80px;
		padding: 45px 20px;
	}
	.layout_info:before {
		top: 45px;
		bottom: 30px;
		left: 281px;
	}
	.layout_info:after {
		top: 45px;
		left: 280px;
	}
	.layout_left {
		width: 240px;
		margin-right: 50px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
}

/*产品中心*/
.product_list .column {
	margin: 15px 0;
}
.product_list .inner {
	background-color: #eee;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.product_list .img {
	flex: 0 0 auto;
	width: 200px;
}
.product_list .text {
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.product_list a {
	display: block;
	color: #333;
}
.product_list a h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a p {
	color: #696969;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 10px 0 0;
}
.product_list a.em {
	display: block;
	background-color: #4e4f4f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 8px;
	max-width: 66px;
	margin-top: 10px;
}
.product_list .inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product_list a:hover {
	color: #fec703;
}
.product_list a:hover.em {
	background-color: #fec703;
	color: #fff;
}

@media (max-width: 479px) {
	.product_list .inner {
		display: block;
	}
	.product_list .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.product_list .text {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.product_list .img {
		width: 48%;
		max-width: 215px;
	}
	.product_list a h2 {
		font-size: 18px;
	}
}

/*关于*/
.partner_list {
	margin-left: -10px;
	margin-right: -10px;
}
.partner_list .column {
	padding: 0 10px;
	margin: 10px 0;
}
.partner_list a {
	display: block;
	border: 1px rgba(190,190,190,.89) solid;
	color: #333;
	text-align: center;
}
.partner_list a h2 {
	font-size: 16px;
	margin: 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.partner_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.partner_list .column {
		width: 33.33333%;
	}
}

/*新闻资讯*/
.news_list .column+.column {
	margin-top: 25px;
}
.news_list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #000;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 25px;
}
.news_list a:hover {
	color: #fec703;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 45%;
	max-width: 210px;
}
.news_list a .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 16px;
	margin: 0;
}
.news_list a h2 span {
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a h2 i {
	display: block;
	flex: 0 0 auto;
	color: #838282;
	margin-top: 10px;
}
.news_list a p {
	color: #838282;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a em {
	display: block;
	line-height: 1;
	margin-top: 15px;
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.news_list a .img {
		width: 200px;
	}
	.news_list a h2 i {
		display: none;
	}
}
@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
		max-width: none;
	}
	.news_list a .text {
		padding-left: 0;
		margin-top: 15px;
	}
	.news_list a h2 i {
		display: block;
	}
}
@media (min-width: 768px) {
	.news_list a h2 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.news_list a h2 i {
		margin-left: 15px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.news_list a .img {
		max-width: 260px;
	}
	.news_list a p {
		margin-top: 20px;
	}
	.news_list a em {
		margin-top: 30px;
	}
}

/* 下载中心 */
.download_list .column {
	margin: 15px 0;
}
.download_list a {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.1);
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	text-align: center;
	color: #333;
}
.download_list a .text {
	padding: 20px 15px;
}
.download_list a h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.download_list a h2:after {
	content: "";
	width: 42px;
	height: 2px;
	background-color: #fec703;
	display: block;
	margin: 15px auto 0;
}
.download_list a p {
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.download_list a em {
	color: #010101;
	background-color: #ffc603;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 92px;
	margin: 15px auto 0;
}
.download_list a em:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icon/icon6.png) no-repeat center;
	background-size: contain;
	display: block;
	margin-left: 14px;
}
.download_list a:hover {
	color: #fec703;
}
.download_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.download_list .column {
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.download_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.download_list .column {
		padding: 0 30px;
		margin: 30px 0;
	}
}

/*联系我们*/
.contact_main .layout_info:before,
.contact_main .layout_info:after {
	display: none;
}
.contact_main .inside_title {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.contact_main .inside_title:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.map {
	height: 200px;
	margin-top: 20px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}

.contact_list .column {
	border-bottom: 1px #f3f3f3 solid;
	padding-bottom: 15px;
	margin: 15px 0;
}
.contact_list a {
	display: block;
	color: #333;
	text-align: center;
}
.contact_list .icon {
	width: 50px;
	margin: 0 auto;
}
.contact_list .icon img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contact_list a:hover .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.contact_list h2 {
	font-size: 16px;
	margin: 15px 0 0;
}
.contact_list p {
	color: #999;
	word-break: break-all;
	margin: 10px 0 0;
}

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	.map {
		height: 420px;
		margin-top: 50px ;
	}
	.contact_list {
		display: flex;
		flex-direction: row;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}
	.contact_list .column {
		float: left;
		width: 20%;
		padding: 0 15px;
		border-right: 1px #f3f3f3 solid;
		border-bottom: 0;
	}
	.contact_list .column:last-child {
		border-right: 0;
	}
}
@media (min-width: 1200px) {	
	.contact_list .icon {
		width: 60px;
	}
}
@media (min-width: 1440px) {
	.contact_list .icon {
		width: 80px;
	}
	.contact_list h2 {
		font-size: 18px;
	}
}

/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation: zoomIn 1s;
	animation: zoomIn 1s
}
