@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/Rubik300.woff") format("woff");
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Rubik400.woff") format("woff");
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Rubik500.woff") format("woff");
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Rubik700.woff") format("woff");
}

@font-face {
	font-family: 'Rubik';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/Rubik-Italic.woff") format("woff");
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.mb-8 {
	margin-bottom: 80px !important;
}

.mb-9 {
	margin-bottom: 90px !important;
}

.mb-10 {
	margin-bottom: 100px !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.mt-6 {
	margin-top: 60px !important;
}

.mt-7 {
	margin-top: 70px !important;
}

.mt-8 {
	margin-top: 80px !important;
}

.mt-9 {
	margin-top: 90px !important;
}

.mt-10 {
	margin-top: 100px !important;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
	border: none;
}

img,
button {
	border: none;
}

input:focus,
button:focus,
button.btn:focus {
	outline: none;
	box-shadow: none;
}

li {
	list-style: none;
}

input,
select,
textarea,
button {
	outline: none;
}

.form-control:focus {
	box-shadow: none;
}

textarea {
	resize: none;
}


body {
	font-family: 'Rubik', Arial, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	font-weight: 500;
}

p {
	margin: 0 0 10px;
	color: #666;
}

img {
	max-width: 100%;
}


a {
	color: #666;
}

a:hover {
	color: #FB8C30;
	text-decoration: none;
}

a,
a:visited,
a:active,
a:link,
a:focus {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

.bg-gray {
	background-color: #f4f4f4;
}

.section-60 {
	padding: 60px 0;
}

.section-80 {
	padding: 80px 0;
}

b,
strong {
	font-weight: 500;
}

#demo .carousel-indicators {
	justify-content: center;
	bottom: 70px;
	align-items: center;

}

#demo .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 12px 0 0;
	position: relative;
	background: #ccc;
}

#demo .carousel-indicators li .icon1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	transition: 0.3s all;
	background: #fff;
	border-radius: 100%;
	z-index: 2;
}

#demo .carousel-indicators li .icon2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	z-index: 1;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, .5);
	transition: 0.5s all;
}


#demo .carousel-indicators li.active .icon1 {
	width: 6px;
	height: 6px;
}

#demo .carousel-indicators li.active .icon2 {
	width: 16px;
	height: 16px;

}




.set_5_button {
	background: #303030;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	float: left;
	font-weight: 400;
	cursor: pointer;
	overflow: hidden;
	padding: 8px 30px 7px;
	position: relative;
	text-align: center;
	width: auto;
	font-size: 16px;
}

.set_5_button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 1000%;
	background: #444;
	z-index: -1;
	transform-origin: 0% 0%;
	transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
	transform: translateY(10%) translateX(16%) rotate(-45deg);
	transition: transform .3s;
}

.set_5_button:hover {
	color: #fff;
}

.set_5_button:hover::after {
	transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.top {
	background: #000;
}

.top-left ul {
	display: flex;
}

.top-left ul li {
	padding: 0 10px;
	position: relative;
	line-height: 0;
}

.top-left ul li a {
	color: #eee;
	font-size: 12px;
	font-weight: 500;
}

.top-left ul li a:hover {
	text-decoration: underline;
}

.top-left ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	height: 10px;
	width: 1px;
	background: rgba(255, 255, 255, .5);
}

.top-left ul li:last-child:after {
	display: none;
}

.socials {
	display: inline-block;
	padding: 5px 0;
}

.socials>li {
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}

.socials>li:last-child {
	margin-right: 0;
}

.socials li a {
	display: inline-block;
	color: #dddddd;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: transparent;
	text-align: center;
	border-radius: 100%;
	transition: .3s all;
}

.socials li a:hover {
	color: #ffffff;
	background: #fb8c30;
}

.contact-left {

	position: relative;
	width: 300px;
	border-right: 1px solid #eef3f7;

	padding-left: 25px;
}

.contact-left p {
	color: #083061;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 3px;
}

.contact-left h2 {
	position: relative;
	padding-left: 25px;
	color: #FB8C30;
	font-size: 24px;
	margin: 0;
	font-weight: 300;
}

.contact-left:before {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 37px;
	height: 40px;
	background: url(../images/header-left-arrow.png);
	background-repeat: no-repeat;
	content: "";
}

.header .logo {
	flex: 1;
	text-align: center;
	border-left: 1px solid #eef3f7;
	border-right: 1px solid #eef3f7;
	padding: 30px 0;
}

.contact-right {
	position: relative;
	width: 300px;
	text-align: right;

	height: 100%;
}

.search {
	display: inline-block;
}

.search input {
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 400;
	background-color: #E5E5E5;
	color: #222;
	border-radius: 5px;

}

.search input::-webkit-input-placeholder {
	color: #666;
	font-size: 13px;
}

.search input::-moz-placeholder {
	color: #666;
	font-size: 13px;
}

.search input:-ms-input-placeholder {
	color: #666;
	font-size: 13px;
}


.search button {
	background: transparent;
	font-size: 12px;
	color: #FB8C30;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
}



.navbar {
	padding: 0;
	position: relative;
	z-index: 5;
	border-top: 2px solid #eef3f7;

}

.navbar-nav {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;
}


.navbar-nav li.nav-item a {
	display: block;
	color: #848484;
	font-weight: 500;
}

.navbar-nav li.nav-item>a {
	padding: 24px 30px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	text-align: center;
}

.navbar-nav li.nav-item>a:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 30px;
	right: 30px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background: #FB8C30;
	transition: .4s all;
}

.navbar-nav li.nav-item>a i {
	margin-right: 6px;
}

.navbar-nav li.nav-item .down-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0;
	z-index: 999;
}

.navbar-nav li.nav-item:hover .down-wrap {
	height: 380px;
	transition: all .5s;
}

.navbar-nav li.nav-item .down-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	display: flex;
	height: 380px;

}


.navbar-nav .wrap {
	content: "";
	position: absolute;
	width: 3000px;
	left: calc(50% - 1500px);
	top: 100%;
	height: 0;
	background: rgba(255, 255, 255, .95);
	z-index: -1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05) inset;
	transition: height .5s;
}

.navbar-nav li.nav-item.down:hover~.wrap {
	height: 380px;
}

.navbar-nav li.nav-item .down-list>div {
	flex: 0 0 33.33%;
	opacity: 0;
	visibility: hidden;

}

.navbar-nav li.nav-item:hover .down-list>div {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s;

}

.navbar-nav li.nav-item .down-list-left {
	padding: 0 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.navbar-nav li.nav-item .down-list-left h1 {
	font-size: 42px;
	line-height: 46px;
	padding-bottom: 26px;
	color: #FB8C30;
	position: relative;
}

.navbar-nav li.nav-item .down-list-left h1:after {
	content: '';
	width: 36px;
	height: 2px;
	background-color: #FB8C30;
	position: absolute;
	left: 0;
	bottom: 0;
}

.navbar-nav li.nav-item .down-list-left .des {
	margin: 35px 0 45px;
}

.more-btn {
	width: 134px;
	height: 44px;
	background-color: #242424;
	border-radius: 30px;
	padding-left: 26px;
	position: relative;
	border: 1px solid #242424;
}

.navbar-nav li.nav-item .more-btn a {
	color: #fff;
}

.more-btn a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.more-btn:after {
	content: '';
	width: 18px;
	height: 14px;
	background: url(../images/jiantou1.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	right: 26px;
}

.more-btn:hover {
	background-color: transparent;
}

.more-btn:hover a {
	color: #242424;
	transition: all .3s ease-out 0s;
}

.navbar-nav li.nav-item .more-btn:hover a {
	color: #242424;
}

.more-btn:hover:after {
	background: url(../images/jiantou11.png) no-repeat center center;
}

.navbar-nav li.nav-item .down-list-mid {
	background: #fff;
	padding: 0 30px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}



.navbar-nav li.nav-item .down-list-mid ul li a {
	display: block;
	font-weight: 300;
	padding: 10px 0;
}

.navbar-nav li.nav-item .down-list-mid ul li a:hover {
	color: #FB8C30;
}

.navbar-nav li.nav-item .down-list-right {
	padding: 0 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.top-goods {
	display: block;
}

.top-goods h6 {
	text-align: center;
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
}

.navbar-nav li.nav-item:hover>a,
.navbar-nav li.nav-item.active>a {
	color: #FB8C30;
}

.navbar-nav li.nav-item:hover>a:after {
	width: calc(100% - 60px);
}




.search {
	position: relative;
	width: 220px;
}

.header-contact {
	display: flex;
}

.header-contact li {
	display: flex;
	margin-right: 30px;
}


.header-contact li span {
	flex: 1;
	padding-left: 10px;
	color: #666;
	font-weight: 300;
}

.header-contact li b {
	font-weight: 600;
	display: block;
	font-size: 16px;
	color: #222;
}

.header-contact li a {
	color: #666;
	display: block;
}



.about-left-content .sec-title {
	position: relative;
	margin-top: -5px;
	padding-bottom: 45px;
}

.about-left-content .sec-title .inner {
	position: relative;
	display: inline-block;
	line-height: 14px;
	border-left: 6px solid #FB8C30;
	padding-left: 9px;
	border-right: 6px solid #FB8C30;
	padding-right: 9px;
}

.about-left-content .sec-title .inner span {
	position: relative;
	top: 1px;
	color: #FB8C30;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
}

.about-left-content .sec-title .title {
	position: relative;
	display: block;
	margin: 7px 0 0;
	font-size: 36px;
	line-height: 40px;
	text-transform: none;
	z-index: 1;
}

.about-left-content .inner-content h2 {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 34px;
	margin: 0 0 17px;
	font-weight: 300;
}

.about-left-content .inner-content p b {
	color: #FB8C30;
}

.about-left-content .inner-content .certificate {
	position: relative;
	display: block;
	margin-top: 40px;
}

.about-left-content .inner-content .certificate ul {
	display: block;
	overflow: hidden;
}

.about-left-content .inner-content .certificate ul li {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.about-left-content .inner-content .certificate ul li:last-child {
	margin-right: 0;
}

.about-left-content .inner-content .certificate ul li img {
	width: auto;
}

.about-left-content a.more {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-right: 30px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.about-left-content a.more:before {
	position: absolute;
	color: #dedede;
	right: -5px;
	top: calc(50% - 10px);
	font-size: 22px;
	line-height: 19px;
	font-family: "fontawesome" !important;
	content: "\f105";
}

.about-left-content a.more i {
	width: 25px;
	height: 2px;
	background: #dedede;
	left: 94px;
	top: 9px;
	position: absolute;
	font-size: 0px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.about-left-content a.more:hover {
	padding-right: 50px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	color: #fb8c30;
}

.about-left-content a.more:hover:before {
	color: #fb8c30;
}

.about-left-content a.more:hover i {
	width: 46px;
	background: #fb8c30;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.about-right-content {
	position: relative;
	width: 100%;
}

.about-right-content .single-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 185px;
	text-align: center;
	padding: 35px 0;
	position: relative;
	z-index: 1;
	transition: transform .5s;
	transform: scale(1)
}

.about-right-content .single-box:hover {
	transform: scale(1.1)
}

.about-right-content .single-box:hover:after,
.about-right-content .single-box:hover .icon-holder,
.about-right-content .single-box:hover h3 {
	opacity: 0;
}

.about-right-content .single-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(251, 140, 48, .9);
	z-index: -1;
	opacity: 1;
	transition: opacity .3s;
}

.about-right-content .single-box.left {
	min-height: 300px;
}

.about-right-content .single-box.left .icon-holder {
	margin-bottom: 20px;
}

.about-right-content .single-box .icon-holder {
	display: block;
	margin-bottom: 10px;
	opacity: 1;
	transition: opacity .3s;
}

.about-right-content .single-box .icon-holder img {
	width: 65px;
}

.about-right-content .single-box h3 {
	color: #ffffff;
	margin: 0;
	font-weight: 300;
	font-size: 20px;
	opacity: 1;
	transition: opacity .3s;
}

.single-box-bg1 {
	background: url(../images/ce-bg.jpg) no-repeat center/cover;
	display: block;
}

.single-box-bg2 {
	background: url(../images/workshop-bg.jpg) no-repeat center/cover;
	display: block;
}

.single-box-bg3 {
	background: url(../images/quality-bg.jpg) no-repeat center/cover;
	display: block;
}

.homeabout {
	position: relative;
	background: url(../images/company.jpg) no-repeat center;
}

.homegoods {
	background: #F6F6F6;
	position: relative;
	overflow: hidden;
}

.homegoods>.container {
	position: relative;
	z-index: 1;
	padding: 80px 0;
	height: 600px;
}

.homegoods-title {
	position: relative;
	z-index: 100;
}

.homegoods-title h3 {
	font-size: 36px;
	font-weight: 300;
}

.homegoods-title h3 span {
	color: #FB8C30;
	font-weight: 500;
}

.homegoods-box {
	width: 800px;
	height: 800px;
	position: absolute;
	background: #fff;
	border-radius: 100%;
	z-index: 10;
	left: calc(50% - 400px);
	top: calc(50% - 400px);
	overflow: hidden;
}

.homegoods-box-bg {
	position: absolute;
	top: 160px;
	left: 160px;
	width: 480px;
	height: 480px;
	z-index: -1;
}


.i_pro_b1_z {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;

}

.i_pro_b1_circle {
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	background-color: #eaf2f4;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
}

.i_pro_b1_circle_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	width: 700px;
}

.i_pro_b1_circle_con .img {
	text-align: center;
}

.i_pro_b1_circle_con .img img {
	width: 100%;
	max-width: 100%;
	transform: translate(8px, 17px);
}

.i_pro_b1_circle_con h2 {
	font-size: 36px;
	color: #044fa2;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
}

.i_pro_b1_circle:after {
	content: '';
	width: 57.7%;
	height: 57.7%;
	border-radius: 50%;
	background-color: #fafafa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.i_pro_b1_l,
.i_pro_b1_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.i_pro_b1_l {
	left: 0;
}

.i_pro_b1_r {
	right: 0;
}

.i_pro_b1_lround {
	width: 100%;
	height: 100%;
	background-color: #5bd37b;
	border-radius: 50% 0 0 50%;
	transform-origin: right center;
	-o-transform-origin: right center;
	-ms-transform-origin: right center;
	-moz-transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	-ms-transform: rotateZ(-180deg);
	-o-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
	overflow: hidden;
	animation: circle_left 7s forwards linear;
	-o-animation: circle_left 7s forwards linear;
	-ms-animation: circle_left 7s forwards linear;
	-moz-animation: circle_left 7s forwards linear;
	-webkit-animation: circle_left 7s forwards linear;
}

.i_pro_b1_rround {
	width: 100%;
	height: 100%;
	background-color: #5bd37b;
	border-radius: 0 50% 50% 0;
	transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	-ms-transform: rotateZ(-180deg);
	-o-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
	overflow: hidden;
	animation: circle_right 7s forwards linear;
	-o-animation: circle_right 7s forwards linear;
	-ms-animation: circle_right 7s forwards linear;
	-moz-animation: circle_right 7s forwards linear;
	-webkit-animation: circle_right 7s forwards linear;
}

@keyframes circle_left {
	0% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes circle_left {
	0% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circle_right {

	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes circle_right {

	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.i_pro_b1_c {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: circles 7s forwards linear;
	-o-animation: circles 7s forwards linear;
	-ms-animation: circles 7s forwards linear;
	-moz-animation: circles 7s forwards linear;
	-webkit-animation: circles 7s forwards linear;
	z-index: 100;
}

.i_pro_b1_c span {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 18px;
	height: 18px;
	background-color: rgba(27, 164, 158, 0.3);
	border-radius: 50%;
}

.i_pro_b1_c span:after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #1ba49e;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

@keyframes circles {
	from {
		-webkit-transform: rotate(0deg) infinite;
		-moz-transform: rotate(0deg) infinite;
		-ms-transform: rotate(0deg) infinite;
		-o-transform: rotate(0deg) infinite;
		transform: rotate(0deg) infinite;
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes circles {
	from {
		-webkit-transform: rotate(0deg) infinite;
		-moz-transform: rotate(0deg) infinite;
		-ms-transform: rotate(0deg) infinite;
		-o-transform: rotate(0deg) infinite;
		transform: rotate(0deg) infinite;
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-homegoods {
	width: 1440px;
	height: 800px;
	padding: 160px 0;
	position: absolute;
	left: -320px;
}

.swiper-homegoods .swiper-slide {
	display: flex;
	width: 480px;

}

.swiper-homegoods .swiper-slide .homegoods-item {
	transition: padding 1s;
	padding: 160px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.swiper-homegoods .swiper-slide .homegoods-item .dec {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0 10px;
}

.swiper-homegoods .swiper-slide .homegoods-item .img {
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.swiper-homegoods .swiper-slide .homegoods-item .img img {
	width: 60%;
}

.swiper-homegoods .swiper-slide .homegoods-item .img:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	height: 4px;
	width: 60px;
	background: #FB8C30;
	border-radius: 100px;
}


.swiper-homegoods .swiper-slide .homegoods-item h2 {
	color: #aaa;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 15px 0 0px 0;
}

.swiper-homegoods .swiper-slide .homegoods-item .more-btn {
	margin-top: 30px;
	display: none;
	margin: 30px auto 0;
}

.swiper-homegoods .swiper-slide .homegoods-item .more-btn a {
	text-align: left;
}

.swiper-homegoods .swiper-slide-active .homegoods-item {
	padding: 0;

}

.swiper-homegoods .swiper-slide-active .homegoods-item .img:after {
	display: none;
}

.swiper-homegoods .swiper-slide-active .homegoods-item h2 {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
}

.swiper-homegoods .swiper-slide-active .homegoods-item .more-btn {
	display: block;
}

.swiper-homegoods .swiper-slide-prev .homegoods-item {
	padding: 160px 0 160px 320px;
}

.swiper-homegoods .swiper-slide-next .homegoods-item {
	padding: 160px 320px 160px 0;
}

.swiper-homegoods .swiper-button-prev,
.swiper-homegoods .swiper-button-next {
	width: 160px;
	height: 160px;
	top: calc(50% - 80px);
	margin: 0;
	background: transparent;
}

.swiper-homegoods .swiper-button-prev {
	left: 320px;
}

.swiper-homegoods .swiper-button-next {
	right: 320px;
}

.application-inner {
	position: relative;
	padding-bottom: 60px;
	border-bottom: 1px solid #dad9d9;
}

.application-inner-title {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
}

.application-inner-title span {
	font-weight: 500;
}

.application-inner-list {
	display: flex;
	padding: 0 100px;
	flex-flow: wrap;
	margin-bottom: 40px;
}

.application-inner-list>a {
	flex: 33.33%;
}

.application-inner-list .box {
	transition: all .5s;
	padding: 20px 25px;
	position: relative;
	border-left: 1px solid #dad9d9;
	border-top: 1px solid #dad9d9;
	color: #666;
	position: relative;
	height: 200px;
}

.application-inner-list .box:hover {
	padding: 30px 15px 10px 35px;
	color: #fff;
}

.application-inner-list .box:after {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	box-shadow: none;
	transition: all .5s;
	z-index: 1;
}

.application-inner-list .box:hover:after {
	background: #FB8C30;
	-webkit-box-shadow: 5px 5px 10px rgb(251, 140, 48, 0.5);
	box-shadow: 5px 5px 10px rgb(251, 140, 48, 0.5);
}

.application-inner-list .box:nth-child(1) {
	border: none;
}

.application-inner-list .box:nth-child(6),
.application-inner-list .box:nth-child(3) {
	border-right: 1px solid #dad9d9;
}

.application-inner-list .box:nth-child(4),
.application-inner-list .box:nth-child(5),
.application-inner-list .box:nth-child(6) {
	border-bottom: 1px solid #dad9d9;
}

.application-inner-list .box-title {
	border-bottom: 1px solid #dad9d9;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.application-inner-list .box-title-icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FB8C30;

}

.application-inner-list h3 {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	padding-left: 15px;
	flex: 1;
}


.application-inner-list .box-dec {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.i_sol_more {
	text-align: center;
}

.i_sol_more a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #242424;
	border-radius: 50%;
}

.i_sol_more a .img_h {
	display: none;
}

.i_pro_more:hover a {
	color: #242424;
}

.i_pro_more:hover:after {
	background-image: url(../images/jiantou2.png);
}

.i_sol_more a:hover {
	background-color: transparent;
	border: 1px solid #242424;
}

.i_sol_more a:hover .img_h {
	display: inline-block;
}

.i_sol_more a:hover .img_s {
	display: none;
}

.technical-left {
	width: 560px;
	overflow: hidden;
}



.technical-left ul li {
	float: left;
	width: 180px;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
}

.technical-left ul li a {
	display: flex;
	flex-direction: column;
}

.technical-left ul li:nth-child(even) a {
	flex-direction: column-reverse;
}

.technical-left ul li p {
	height: 59px;
	padding: 10px 0 0;
	color: #323232;
	font-weight: 500;
	transition: color .3s;
}

.technical-left ul li:hover p {
	color: #FB8C30;
}

.technical-left ul li:last-child {
	margin-right: 0;
}

.technical-right {
	flex: 1;
	padding-left: 40px;
}

.technical-right-title h3 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.technical-right-title h3 i {
	width: 40px;
	height: 40px;
	background: url(../images/jhenten05.png) no-repeat center;
}

.technical-right-title h3 span {
	font-size: 36px;
	font-weight: 300;
	padding-left: 15px;

}

.technical-right-title b {
	font-style: italic;
	color: #FB8C30;
	display: block;
}



.choose-title h3 {
	display: flex;
	align-items: center;
}

.choose-title h3 i {
	width: 40px;
	height: 40px;
	background: url(../images/jhenten05.png) no-repeat center;
}

.choose-title h3 span {
	font-size: 36px;
	font-weight: 300;
	padding-left: 15px;

}

.choose-box {
	padding: 0 30px;
}

.choose-box .img {
	width: 150px;
	height: 150px;
	margin: 30px auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.choose-box .img .ico {
	-webkit-transition: all 0.6s;
	transform: rotateZ(0);
}

.choose-box:hover .img .ico {
	transform: rotateZ(360deg);
}

.choose-box p {
	text-align: center;
	font-size: 14px;
}

footer {
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #111214;
	background: url(../images/footer-bg.jpg);
	color: #acb4ba;
	font-size: 13px;
	font-weight: 400;
}

footer a {
	color: #e5e9eb;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer {
	padding: 60px 0;
}

.footer-top-section {

	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 35px;
}

.footer-top-section .footer-list {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.footer-top-section .footer-list h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	padding-right: 10px;
}

.footer-top-section .footer-list ul {
	display: flex;
}

.footer-top-section .footer-list ul li {
	position: relative;
}

.footer-top-section .footer-list ul li a {
	display: block;
	margin: 0 10px;
	font-size: 15px;

}

.footer-top-section .footer-list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	width: 1px;
	height: 14px;
	background: #ddd;
}

.footer-top-section .footer-list ul li:first-child:after {
	display: none;
}

.footer-bottom {
	padding: 12px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	color: #8e959b;
	font-size: 12px;
}




.footer-contact ul {
	display: flex;
	flex-flow: wrap;
}

.footer-contact ul li {
	flex: 0 0 100%;
	display: flex;
	font-size: 14px;
	align-items: center;
}

.footer-contact ul li b {
	font-weight: 400;
	width: 50px;
}

.footer-contact ul li span {
	flex: 1;
}

.footer-title h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
}

.footer-title .footer-line {
	height: 1px;
	background: #ddd;
	margin-bottom: 12px;
}

.footer-img {
	margin-top: 30px;
	text-align: center;
}

.footer-img img {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.footer-img h6 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.footer-content ul li {
	margin-bottom: 6px;
}

.footer-content.list-two ul {
	display: flex;
	flex-flow: wrap;
}

.footer-content.list-two ul li {
	flex: 0 0 50%;
}

.footer-content ul li a {
	font-size: 12px;
}

.bread {
	background: url(../images/banner-inner.jpg) no-repeat center/cover;
}

.bread-inner {
	height: 380px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.bread-inner-circle {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #fff;
	margin: 20px 0 5px;
}

.bread-inner-title {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}



.bread-list {
	background: #f6f6f6;
}

.bread-list-box {
	display: flex;
}

.bread-list-box li {
	flex: 0 0 12.5%;
	position: relative;
}

.bread-list-box li a {
	display: block;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	line-height: 60px;
	border-left: 1px solid #eeeeee;
}

.bread-list-box li a:last-child {
	border-right: 1px solid #eeeeee;
}

.bread-list-box li.active a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 80px;
	background: #fff;
	border-top: 3px solid #FB8C30;
	color: #FB8C30;
}

.sidebar-title {
	position: relative;
}

.sidebar-title h3 {
	background: #fb8c30;
	padding: 30px 0 15px 30px;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
	border-bottom: 5px solid #d67a2e;
}

.sidebar-title .cog-icon {
	position: absolute;
	top: -32px;
	right: 30px;
}

.sidebar-list {
	margin-bottom: 30px;
	border: 1px solid #E4E4E4;
	border-top: 0;
}


.sidebar-inquiry {
	border: 1px solid #E4E4E4;
	padding: 0 25px 20px;
	font-size: 13px;
	font-weight: 400;
}

.sidebar-inquiry-title {
	padding: 20px 0;
	border-bottom: 1px solid #e4e4e4;
	background: url(../images/contact-fixed.png) no-repeat bottom right;
}

.sidebar-inquiry-title h3 {
	margin: 0;
	font-weight: 600;
	color: #FB8C30;
	font-size: 23px;
	text-shadow: -1px 2px 1px rgba(0, 0, 0, .5);
}

.sidebar-inquiry-inner {
	padding-top: 15px;
}

.sidebar-inquiry-inner ul li {
	margin-bottom: 10px;
	line-height: 1.3;
}

.sidebar-inquiry-inner ul li b {
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
}

.sidebar-inquiry-inner ul li.tel span {
	font-size: 15px;
	color: #FB8C30;
	font-weight: 500;
}

.inquiry-btn {
	display: flex;
}

.inquiry-btn-icon {
	width: 50px;
	height: 50px;
	background: #FB8C30;
	line-height: 50px;
	text-align: center;
	margin-right: 1px;
}

.inquiry-btn>a {
	line-height: 50px;
	background: #FB8C30;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 0 15px;
}

.inquiry-btn>a i {
	padding-left: 10px;
}


.inquiry-btn>a:hover {
	background: #ff9f50;
}

.page-inner {
	padding: 0 20px 20px;
	border: 1px solid #e4e4e4;
	font-size: 15px;
}

.page-inner-title {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	margin-bottom: 30px;
}

.page-inner-title h1 {
	margin: 0;
	line-height: 72px;
	color: #fb8c30;
	font-size: 23px;
	font-weight: 300;
}

.page-inner-title .line {
	width: 40px;
	position: absolute;
	bottom: -2px;
	left: calc(50% - 20px);
	padding: 0 10px;
	z-index: 99;
	background: #fff;
}

.page-inner-title .line:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #FB8C30;
}


.about p b {
	color: #fb8c30;
}


.about table tbody tr td {
	padding: 6px 10px;
}

.workshop-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

.workshop-box h6 {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 31px;
	z-index: 99;
	color: #fff;
	padding: 0 30px 0 15px;
	font-size: 14px;
	transition: padding .5s;
}

.workshop-box h6:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(251, 140, 48, .85);
	z-index: -1;
	transform: skewX(-20deg);
}

.workshop-box img {
	transform: scale(1);
	transition: transform .5s;
}

.workshop-box:hover img {
	transform: scale(1.15);
}

.workshop-box:hover h6 {
	padding: 0 30px 0 35px;
}

.certificate {
	padding: 0 30px;
}

.certificate-box {
	margin-bottom: 30px;

}

.certificate-box .img {
	border: 1px solid #e4e4e4;
	height: 280px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	background: #fff;
	margin-bottom: 18px;
}

.certificate-box h3 {
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	color: #222;
	text-align: center;
}


.certificate>.row>.col-lg-4:nth-child(3n+2):after {
	content: "";
	position: absolute;
	bottom: 50px;
	left: calc(50% - 410px);
	width: 820px;
	z-index: -1;
	border-bottom: 44px solid #F4F4F4;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 0px rgba(0, 0, 0, .1);
}

.swiper-sidbar .swiper-slide {
	padding: 0 25px;
}

.swiper-sidbar .swiper-wrapper {
	/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œanimation-timing-function ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ */
	transition: 1s cubic-bezier(0.68, -0.4, 0.27, 1.34);
}

.swiper-sidbar .swiper-button-next,
.swiper-sidbar .swiper-button-prev {
	background-size: 20px;
	width: 25px;
	height: 100%;
	margin-top: 0;
	top: 0;
	opacity: 0;
	transition-duration: .5s;
	transition-property: right, left, opacity;

}

.swiper-sidbar .swiper-button-next {
	right: -30px;
}

.swiper-sidbar .swiper-button-prev {
	left: -30px;
}

.swiper-sidbar:hover .swiper-button-next {
	right: 0;
	opacity: 1;
}

.swiper-sidbar:hover .swiper-button-prev {
	left: 0;
	opacity: 1;
}

.sidbar-goods-box {
	text-align: center;
	padding: 25px 0;
}

.swiper-sidbar .swiper-slide .sidbar-goods-box:first-child {
	border-bottom: 1px solid #e4e4e4;
}

.sidbar-goods-box .img {
	max-width: 160px;
	display: block;
	margin: 0 auto;
}

.sidbar-goods-box h6 {
	margin: 8px 0 0 0;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidbar-goods-box:hover h6 a {
	color: #fb8c30;
}

.news-top {
	display: block;
}

.news-top .img {
	overflow: hidden;
	border-radius: 4px;
}

.news-top .img img {
	width: 100%;
	transition: transform .3s;
	transform: scale(1);

}

.news-top:hover .img img {
	width: 100%;
	transform: scale(1.1);
}


.news-top .dec h3 {
	font-size: 20px;
	color: #444;
	margin-bottom: 30px;
}


.news-top .dec .data {
	color: #999;
	font-size: 20px;
	font-weight: 300;
	display: block;
}

.news-top .dec p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #999;
	margin-bottom: 30px;
}

.news-top .dec .more {
	display: inline-block;
	padding: 10px 0 8px 45px;
	width: 140px;
	background: #fb8c30;
	color: #fff;
	font-size: 13px;

	font-weight: 500;
	border-radius: 10px;
	position: relative;
}

.news-top .dec .more i {
	width: 18px;
	height: 14px;
	background-image: url(../images/jiantou1.png);
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	transition: right .3s;
}

.news-top .dec .more:hover i {
	right: 30px;
}


.news-list-box {
	display: block;
	background: #F3F5F7;
	margin-top: 30px;
	border-radius: 4px;
	overflow: hidden;

}

.sidebar-list ul {
	position: relative;
}

.sidebar-list ul li a {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	line-height: 59px;
	border-top: 1px solid #E4E4E4;
	font-size: 15px;
}

.sidebar-list ul li:first-child a {
	border-top: 0;
}

.sidebar-list ul li a i {
	font-size: 24px;
	color: #CCCCCC;
}

.sidebar-list ul li:hover {
	background: #f5f5f5;
}

.sidebar-list ul li:hover a span,
.sidebar-list ul li:hover a i {
	color: #FB8C30;

}

.sidebar-list .line {
	position: absolute;
	top: 0;
	left: -1px;
	height: 0;
	transition: height .5s;
	width: 3px;
	background: #FB8C30;
}

.sidebar-list ul li:hover:nth-child(1)~.line {
	height: 60px;
}

.sidebar-list ul li:hover:nth-child(2)~.line {
	height: 120px;
}

.sidebar-list ul li:hover:nth-child(3)~.line {
	height: 180px;
}

.sidebar-list ul li:hover:nth-child(4)~.line {
	height: 240px;
}

.sidebar-list ul li:hover:nth-child(5)~.line {
	height: 300px;
}

.sidebar-list ul li:hover:nth-child(6)~.line {
	height: 360px;
}

.sidebar-list ul li:hover:nth-child(7)~.line {
	height: 420px;
}

.sidebar-list ul li:hover:nth-child(8)~.line {
	height: 480px;
}

.news-list-box .dec {
	padding: 20px;
}


.news-list-box .dec h3 {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news-list-box .dec .date {
	font-weight: 300;
	font-size: 15px;
	color: #FB8C30;
	display: block;
	margin-bottom: 8px;

}

.news-list-box .dec .date span {
	display: inline-block;
	margin: 0 6px;
	height: 11px;
	width: 1px;
	background: #FB8C30;
}

.news-list-box .dec p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.news-list-box .more {
	line-height: 34px;
	font-size: 15px;
	font-weight: 300;
	background-color: #e3e5e7;
	padding: 0 20px;
	color: #999;
	position: relative;
	z-index: 1;
	overflow: hidden;
}



.news-list-box .more i {
	width: 18px;
	height: 14px;
	background-image: url(../images/jiantou11.png);
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	transition: right .3s;
}

.news-list-box:hover .dec h3 {
	color: #fb8c30;
}

.news-list-box .more:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fb8c30;
	transition: width .5s;
	z-index: -1;
}

.news-list-box:hover .more:after {

	width: 100%;
	transition: width .5s cubic-bezier(1, 1.6, .2, .7);
}

.news-list-box:hover .more {
	color: #fff;
}


.goods-box {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

.goods-box .img {
	max-width: 160px;
	margin: 0 auto;
}

.goods-box .img img {
	transition: transform .3s;
	transform: scale(1);
}

.goods-box:hover .img img {
	transform: scale(1.1);
}

.goods-box h2 {
	font-size: 15px;
	font-weight: 500;
	color: #464646;
	display: block;
	margin: 8px 0;
	height: 36px;

}

.goods-box p {
	font-size: 13px;
	font-weight: 400;
	color: #aaa;
	margin: 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 57px;
}

.goods-box a {
	display: block;
	margin: 15px 0;
	line-height: 36px;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	color: #fb8c30;
	border: 1px solid #fb8c30;
	border-radius: 5px;
	text-align: center;
}

.goods-box a:hover {
	opacity: 0.7;
}

.goods-box a i {
	position: absolute;
	left: 50px;
	top: 0;
}


.goods-category-title {
	text-align: center;
}


.goods-category-title h3 {
	color: #222;
	font-weight: 600;
	font-size: 36px;
}

.goods-category-title h4 {
	color: #ccc;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
}

.goods-category-title .line {
	width: 1px;
	height: 60px;
	background: #ccc;
	margin: 10px auto;
}



.goods-category-list {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
}

.goods-category-list-item {
	position: absolute;
	top: 0;
	left: calc(50% - 90px);
	width: 180px;
	transform-origin: 50% 400px;
}

.goods-category-list-item a {
	display: block;
	text-align: center;
	position: relative;
}

.goods-category-list-item a h6 {
	margin: 0;
	position: absolute;
	top: calc(50% - 18px);
	line-height: 36px;
	font-size: 15px;
	font-weight: 400;
	color: #a6a6a7;
	white-space: nowrap;
	background: #F3F5F7;
	padding: 0px 20px;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1;
	transition-property: color;
	transition-duration: .3s;
}

.goods-category-list .goods-category-list-item:nth-child(1) {
	transform: rotate(0);
}

.goods-category-list .goods-category-list-item:nth-child(2) {
	transform: rotate(51.4deg);
}

.goods-category-list .goods-category-list-item:nth-child(3) {
	transform: rotate(102.8deg);
}

.goods-category-list .goods-category-list-item:nth-child(4) {
	transform: rotate(154.2deg);
}

.goods-category-list .goods-category-list-item:nth-child(5) {
	transform: rotate(205.6deg);
}

.goods-category-list .goods-category-list-item:nth-child(6) {
	transform: rotate(257deg);
}

.goods-category-list .goods-category-list-item:nth-child(7) {
	transform: rotate(308.4deg);
}


.goods-category-list .goods-category-list-item:nth-child(1) a {
	transform: rotate(-0);
}

.goods-category-list .goods-category-list-item:nth-child(2) a {
	transform: rotate(-51.4deg);
}

.goods-category-list .goods-category-list-item:nth-child(3) a {
	transform: rotate(-102.8deg);
}

.goods-category-list .goods-category-list-item:nth-child(4) a {
	transform: rotate(-154.2deg);
}

.goods-category-list .goods-category-list-item:nth-child(5) a {
	transform: rotate(-205.6deg);
}

.goods-category-list .goods-category-list-item:nth-child(6) a {
	transform: rotate(-257deg);
}

.goods-category-list .goods-category-list-item:nth-child(7) a {
	transform: rotate(-308.4deg);
}



.goods-category-list .goods-category-list-item:nth-child(1) a h6 {
	transform: rotate(-0);
	bottom: 100%;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}

.goods-category-list .goods-category-list-item:nth-child(2) a h6,
.goods-category-list .goods-category-list-item:nth-child(3) a h6,
.goods-category-list .goods-category-list-item:nth-child(4) a h6 {
	left: 100%;
}

.goods-category-list .goods-category-list-item:nth-child(5) a h6,
.goods-category-list .goods-category-list-item:nth-child(6) a h6,
.goods-category-list .goods-category-list-item:nth-child(7) a h6 {
	right: 100%;
}


.goods-category-list-item a h6:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	transition-property: width, height;
	transition-duration: .5s;
	background: #fb8c30;
	border-radius: 100px;
	z-index: -1;
}

.goods-category-list-item:hover a h6 {
	color: #fff;
}

.goods-category-list-item:hover a h6:after {
	width: 100%;
	height: 160px;
}


.goods-category-list-img {
	position: absolute;
	width: 360px;
	height: 360px;
	left: calc(50% - 180px);
	top: calc(50% - 180px);
	z-index: 99;
	border-radius: 100%;
	overflow: hidden;
	border: 7px solid #d3d5d7;
}


.goods-detalis-inner {

	padding: 0 0 50px;
	background: url(../images/company-icon.png) no-repeat right bottom;
}

.goods-detalis-inner h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.goods-detalis-inner ul {
	margin-bottom: 30px;
}

.goods-detalis-inner ul li {
	display: flex;
	font-size: 14px;
	color: #000;
	padding: 4px 0px;
}

.goods-detalis-inner ul li:first-child {
	color: #fb8c30;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 0px 10px;
	border-left: 4px solid #fb8c30;
}

.goods-detalis-inner ul li b {
	flex: 0 0 100px;
	font-weight: 500;
}

.goods-detalis-inner ul li span {
	flex: auto;
	font-weight: 400;
}

.goods-detalis-inner ul li span a {
	display: block;
	font-weight: 400;
	color: #888;
}

.goods-detalis-list ul {
	display: flex;
	margin-top: 20px;
	flex-flow: wrap;
}

.goods-detalis-list ul li {
	flex: 0 0 calc(25% - 4px);
	margin: 0 2px;
	cursor: pointer;
	border: 1px solid #e8e8e8;
}

.goods-detalis-list ul li.active {
	border-color: #fb8c30;
}

.goods-details-content {
	margin-bottom: 20px;
}

.goods-details-content-title {
	border-bottom: 2px solid #FB8C30;
	margin-bottom: 20px;
	overflow: hidden;
}

.goods-details-content-title span {
	display: inline-block;

	color: #fff;
	font-weight: 500;
	padding: 6px 20px;
	position: relative;
	z-index: 1;
}

.goods-details-content-title span:after {
	content: "";
	position: absolute;
	background: #FB8C30;
	right: 0;
	top: 0;
	height: 100%;
	width: 120%;
	z-index: -1;
	transform: skewX(-20deg);
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
}


.single-blog-post-content {
	font-size: 14px;
}

.single-blog-post-content .content {
	padding: 20px;
	border: 1px solid #e4e4e4;
}

.single-blog-post-content .content h4 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 18px;
}

.single-blog-post-content .content p {
	color: #666;
	font-size: 15px;
	font-weight: 300;
}

.single-blog-post-content .content .blog-line {
	height: 1px;
	background: #e4e4e4;
	margin: 0 auto;
	margin: 5px 0 10px;
}

.single-blog-post-content .content .blog-icon {
	text-align: center;
}

.single-blog-post-content .content .blog-icon span {
	color: #888;
	margin: 0 10px;
	display: inline-block;
}

.single-blog-post-content .content .blog-icon span a {
	color: #888;
}

.single-blog-post-content .content .blog-icon span a:hover {
	color: #fb8c30;
}



.details-footer {
	margin-top: 15px;
	font-size: 14px;
}

.details-footer-left {
	float: left;
}

.details-footer-right {
	float: right;
}

.details-footer a {
	color: #888;
	display: inline-block;
}

.details-footer a span {
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.details-footer a:hover {
	color: #fb8c30;
}



.contact-list {
	background: #f3f5f7;
	padding: 30px 20px;
	border-radius: 10px;
}

.contact-list h3 {
	font-size: 15px;
	font-weight: 500;
	color: #fb8c30;
}


.contact-list ul li {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 400;
}

.contact-list ul li:first-child {
	border-bottom: 1px dashed #c3c5c7;
	padding-bottom: 15px;
	margin-bottom: 10px;
}



.tabs input[name="tab-control"] {
	display: none;
}

.tabs ul {
	display: flex;
	position: relative;
}

.tabs ul li {
	flex: 1;
	width: 25%;
	text-align: center;
}

.tabs ul li label {
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #929daf;
	font-size: 15px;
	padding: 2px 0;
	font-weight: 500;
}

.tabs .line {
	background: #efefef;
}

.tabs .slider {
	position: relative;
	width: 33.33%;
	-webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
	position: relative;
	width: 50px;
	max-width: 100%;
	margin: 0 auto;
	height: 2px;
	background: #fb8c30;
	border-radius: 1px;
}

.tabs .content {
	margin: 20px 0;
}

.tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
	color: #fb8c30;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.line .slider {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.line .slider {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.line .slider {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.line .slider {
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
	display: block;
}

@keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}




.pagination {
	margin: 20px 0;
}

.pagination ul {
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	display: inline-block;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	color: #999;
	cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}


.pagination__posts ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination__posts ul li a {
	margin: 0 2px;
	padding: 4px 10px;
	color: #565656;
	border: 1px solid #e4e4e4 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pagination__posts ul li a:hover,
.pagination__posts ul li a:focus {
	color: #fff;
	background: #d31727;
	border-color: #d31727 !important;
}

.pagination__posts ul .active a {
	color: #fff;
	background: #d31727;
	border-color: #d31727 !important;
}

.partner {
	display: flex;
	flex-wrap: wrap;
}

.partner li {
	flex: 0 0 16.66%;
	padding: 10px;
	margin-bottom: 10px;
	opacity: 0.5;
	transition: all 0.3s;
}

.partner li:hover {
	opacity: 1;
	transform: scale(1.1);
}

















.sidebar-two {
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 30px;
}

.sidebar-two .sidebar-title-two {
	display: flex;
	align-items: center;
	border: 1px solid #d8d8d8;

}

.sidebar-two .sidebar-title-two i {
	background: #fb8c30;
	position: relative;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 55px;
}

.sidebar-two .sidebar-title-two i::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fb8c30;
	border-width: 30px 6px;
}

.sidebar-two .sidebar-title-two h3 {
	padding-left: 22px;
	font-size: 24px;
	margin: 0;
	flex: 1;
	font-family: impact;
}

.sidebar-two .sidebar-list-two {
	padding: 30px 0;
}

.sidebar-two .sidebar-list-two>li:last-child {
	margin-bottom: 0;
}

.sidebar-two .sidebar-list-two>li {
	margin-bottom: 1px;
}

.sidebar-two .sidebar-list-two>li>a {
	display: block;
	background-color: #f5f5f5;
	color: #666;
	font-size: 14px;
	line-height: 45px;
	padding: 0 0px 0 10px;
}

.sidebar-two .sidebar-list-two>li:hover>a,
.sidebar-two .sidebar-list-two>li.active>a {
	background: #fb8c30;
	color: #fff;
}

.sidebar-two .sidebar-list-two>li>a>i {
	float: right;
}


.sidebar-two .sidebar-list-down-list {
	padding-left: 30px;
	display: none;
}

.sidebar-two .sidebar-list-two>li:hover .sidebar-list-down-list {
	display: block;
}

.sidebar-two .sidebar-list-down-list li {
	line-height: 36px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

.sidebar-two .sidebar-list-down-list li a i {
	margin-right: 8px;
	color: #ccc;
}

.sidebar-two .sidebar-list-down-list li a:hover {
	color: #fb8c30;
	text-decoration: underline;
}

.technique .advantages {
	margin-bottom: 15px;
}

.technique .advantages p,
.technique .other p {
	margin-bottom: 2px;
}

.technique .other {
	padding-top: 15px;
	border-top: 1px dashed #ddd;
}

.technique .description {
	margin-bottom: 15px;
}

.technique .description p {
	margin-bottom: 2px;
}

.technique .material ul li {
	color: #666;
}

.technique .material ul li span {
	color: #fb8c30;
	margin-right: 7px;
}

.technique-center {}

.technique-center>li {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.technique-center>li>a {
	font-weight: 500;
}

.technique-center>li>a i {
	margin-right: 5px;
	color: #fb8c30;
}

.technique-center>li span {
	float: right;
	cursor: pointer;
}

.technique-center>li span.active {
	transform: rotate(180deg);
}

.technique-center>li ul {
	padding-left: 10px;
	padding-top: 10px;
}

.technique-center>li ul li {
	position: relative;
	padding-left: 20px;
}

.technique-center>li ul li:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #fb8c30;
	transform: translateY(-50%);
}


/* application */
.application .category {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.application .category li {
	display: inline-block;
	background: #eee;
	padding: 5px 15px;
	margin: 0 10px;
	border-radius: 3px;
	cursor: pointer;
}

.application .category li.active {
	background: #fb8c30;
	box-shadow: 2px 2px 4px #a7a7a7;
	color: #fff;
}

.application .application-content>div:not(:first-child) {
	display: none;
}

.application .application-content .box .box-one {
	display: flex;
	padding: 30px 40px;
	position: relative;
	justify-content: space-between;
}

.application .application-content .box .box-one:not(:last-child):after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 60%;
	height: 1px;
	background: #ddd;
}

.application .application-content .box .box-one .left {
	flex: 0 0 30%;
}

.application .application-content .box .box-one .right {
	flex: 0 0 53%;
}

.application .application-content .box .box-one .right h3 {
	color: #fb8c30;
}

.application .application-content .box .box-one .right ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
}

.application .application-content .box .box-one .right ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #fb8c30;
}

.application .application-content .box .box-one:nth-child(even) {
	flex-direction: row-reverse;
}

.application .application-content .box .box-one:nth-child(even) .right {}

.application .application-content .box .box-one>div {
	align-self: center;
}

/* application */

.goods-list .bread-inner-title {
	color: #666;
}

@media only screen and (max-width :500px) {
	.hidden-mobile {
		display: none !important;
	}
	.header .contact-right{
		width: auto;
		flex: 0 0 100%;
		margin: 0;
	}
	.header .logo{
		flex: 0 0 100%;
	}
	.header .header-en{
		position: absolute;
		z-index: 999;
		margin: 0;
		right: 0;
		padding-top: 12px;
	}
	.header .d-flex{
		flex-wrap: wrap;
	}
	.header .logo {
		border: 0;
	}

	.navbar-toggler {
		border: 1px solid black;
	}

	.navbar {
		padding: 5px 0;
		justify-content: center;
	}

	.navbar-nav li.nav-item {
		position: relative;
	}

	.navbar-nav li.nav-item .down-list>div {
		flex: 0 0 100%;
	}

	.homeabout {
		padding: 50px 0;
	}

	.about-left-content .sec-title .title {
		font-size: 28px;
	}

	.about-left-content .sec-title {
		padding: 20px;
	}

	.about-left-content .inner-content h2 {
		margin: 0 0 5px;
		font-size: 22px;
	}

	.application-inner-title {
		position: unset;
		font-size: 28px;
	}

	.application-inner-list {
		padding: 0;
		margin-bottom: 0;
	}

	.application-inner {
		padding: 0;
		border-bottom: 0;
	}

	.application-inner-list .box {
		border: 1px solid #dad9d9;
		margin-bottom: 20px;
	}

	.bread-list .container {
		padding: 0;
	}

	.bread-list-box {
		flex-flow: wrap;
	}

	.bread-list-box li {
		flex: 0 0 33.3%;
	}

	.page-inner-title h1 {
		line-height: 50px;
	}

	.application .category li {
		margin: 0 10px 10px;
	}

	.application .application-content .box .box-one {
		padding: 30px 0px;
		flex-flow: wrap;
	}

	.application .application-content .box .box-one .left {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}

	.application .application-content .box .box-one .right {
		flex: 0 0 100%;
	}

	.application .application-content .box .box-one .right h3 {
		font-size: 20px;
	}

	.bread-inner-title {
		font-size: 24px;
		text-align: center;
	}

	.goods-category-list {
		width: auto;
		height: auto;
	}

	.goods-category-list-item {
		position: unset;
		transform-origin: unset;
	}

	.goods-category-list .goods-category-list-item:nth-child(1) a h6 {
		left: 100%;
		transform: inherit;
		bottom: unset;
		top: 50%;
	}

	.goods-category-list .goods-category-list-item:nth-child(2),
	.goods-category-list .goods-category-list-item:nth-child(3),
	.goods-category-list .goods-category-list-item:nth-child(4),
	.goods-category-list .goods-category-list-item:nth-child(5) {
		transform: unset;
	}

	.goods-category-list .goods-category-list-item:nth-child(2) a,
	.goods-category-list .goods-category-list-item:nth-child(3) a,
	.goods-category-list .goods-category-list-item:nth-child(4) a,
	.goods-category-list .goods-category-list-item:nth-child(5) a {
		transform: unset;
	}

	.goods-category-list .goods-category-list-item:nth-child(5) a h6 {
		left: 100%;
		right: auto;
	}

	.goods-category-title h3 {
		font-size: 30px;
	}

	.navbar-nav li.nav-item .down-list {
		height: auto;
	}

	.bread-list-box li.active a {
		line-height: 60px;
	}

	.news-top .dec h3 {
		color: #333;
		font-size: 18px;
		margin: 10px 0 5px;
	}

	.certificate-box a {
		display: block;
	}

	.news-top .dec .data {
		font-size: 16px;
	}
}

.header-en {
	margin-right: 60px;
	font-weight: 500;
}

.header-en img {
	width: 40px;


}
