/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 135px;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 31.25%;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 30px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.banner .slick-arrow:before {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: block;
	content: '\e646';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #FFFFFF;
}

.banner .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}

.banner .slick-arrow.slick-next:before {
	content: '\e647';
}

.banner .slick-arrow:hover:before {
	background: rgba(0, 0, 0, 1);
}

@-webkit-keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.zoomIn1 {
	-webkit-animation-name: zoomIn1;
	animation-name: zoomIn1;
}

.banner .slick-current img {
	-webkit-animation: zoomIn1 6s 0s ease both;
	animation: zoomIn1 6s 0s ease both;
}

.banner .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 3px;
	border: 3px solid rgba(255, 255, 255, 0.9);
}

.banner .slick-dots li:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(153, 153, 153, 1);
}

.banner .slick-dots li.slick-active {
	border: 3px solid rgba(0, 0, 0, 1);
}

.banner .slick-dots li.slick-active:before {
	background: rgba(255, 255, 255, 1);
}

.banner .slick-dots li button {
	display: none;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
	/*.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}*/
	.banner .slick-arrow {
		left: 15%;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}

@media (max-width: 991px) {
	/*.banner .slickbanner {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}*/
	.banner .slick-arrow {
		left: 15px;
	}
	.banner .slick-arrow:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.banner .slick-arrow.slick-next {
		right: 15px;
	}
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.banner .slick-dots li:before {
		width: 4px;
		height: 4px;
	}
}


/*title*/

.title {
	text-align: center;
}

.msg_tit b,
.title b {
	display: block;
	font-size: 30px;
	font-family: 'Roboto-Bold';
	line-height: 1;
	color: #161922;
	text-transform: uppercase;
}

.title p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.padd {
	padding: 80px 0;
}

.lists {
	padding-top: 40px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
	.lists {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
	.msg_tit b,
	.title b {
		font-size: 26px !important;
	}
	.lists {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.msg_tit b,
	.title b {
		font-size: 24px !important;
	}
	.lists {
		padding-top: 15px;
	}
}


/*index_num*/

.index_num {
	background-color: #fcfcfc;
}

.index_num .box-number .number {
	padding: 70px 0;
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
	margin: 0 -10px;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	position: relative;
}

.index_num .box-number .number .item {
	position: relative;
	text-align: center;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-size: 68px;
	font-weight: normal;
	line-height: 1;
	color: #333;
}

.index_num .box-number .number .item b:after {
	display: block;
	content: '';
	width: 40%;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	margin: auto;
	margin-top: 10px;
}

.index_num .box-number .number .item b span {
	color: #333333;
}

.index_num .box-number .number .item b sup {
	font-size: 45%;
	top: 0em;
}

.index_num .box-number .number .item p {
	font-size: 14px;
	line-height: 1.4;
	color: #626262;
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.index_num .box-number .number {
		padding: 60px 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 55px;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number {
		padding: 30px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin-bottom: 20px;
		border: none;
	}
	.index_num .box-number .number ul li:last-child {
		margin-bottom: 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 50px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 40%;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number {
		padding: 10px 0 10px 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 40px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 30%;
	}
}


/*index_advantage*/

.index_advantage {
	padding: 30px 0 100px 0;
	background: url(../images/img/prod_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_advantage .left .adv_box {
	width: 57%;
	margin: 50px;
	background-color: #ffffff;
	padding: 50px 20px 25px 20px;
	border: 1px solid #ccc;
}

.index_advantage .left .adv_box .about_logo {
	width: 80px;
	margin: auto;
}

.index_advantage .left .adv_box .about_logo img {
	width: 100%;
	height: 100%;
}

.index_advantage .left .adv_box .info {
	border-top: 2px solid #379eab;
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
}

.index_advantage .left .adv_box .info p {
	font-size: 14px;
	color: #74bac2;
	line-height: 1.785714285714286;
	text-align: center;
}

.index_advantage .left .adv_box .more {
	margin-top: 20px;
}

.index_advantage .left .adv_box .more a {
	display: block;
	position: relative;
	z-index: 2;
	width: 95px;
	margin: auto;
	overflow: hidden;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.142857142857143;
	background-color: #379fac;
	color: #fff;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
}

.index_advantage .left .adv_box .more a:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #3496a2;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_advantage .left .adv_box .more a:hover:before {
	width: 100%;
}

.index_advantage .right .note h1 {
	display: block;
	font-style: italic;
	color: #74bac2;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.2;
}

.index_advantage .right .note .title {
	text-align: left;
	margin-top: 30px;
}

.index_advantage .right .note .title b {
	display: block;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	color: #161922;
}

.index_advantage .right .note .title p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
	margin-top: 20px;
}

.index_advantage .right .note .list {
	margin-top: 30px;
}

.index_advantage .right .note .list .item {
	position: relative;
	margin-bottom: 55px;
}

.index_advantage .right .note .list .item a {
	display: block;
	color: #379eab;
	font-size: 14px;
	padding-left: 50px;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_advantage .right .note .list .item a:hover {
	color: #eeb031;
	text-decoration: underline !important;
}

.index_advantage .right .note .list .item a:before {
	display: block;
	content: '';
	width: 39px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/img/about_icon1.png) no-repeat center;
	background-size: cover;
}

.index_advantage .right .note .list .item.tech a:before {
	background: url(../images/img/about_icon2.png) no-repeat center;
	background-size: cover;
}

.index_advantage .right .note .list .item.rd a:before {
	background: url(../images/img/about_icon3.png) no-repeat center;
	background-size: cover;
}

.index_advantage .right .note .list .item.patents a:before {
	background: url(../images/img/about_icon4.png) no-repeat center;
	background-size: cover;
}

.index_advantage .right .note .list .item.quality a:before {
	background: url(../images/img/about_icon5.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_advantage {
		padding: 30px 0 60px 0;
	}
	.index_advantage .left .adv_box {
		width: 68%;
	}
}

@media (max-width: 991px) {
	.index_advantage {
		padding: 30px 0 30px 0;
	}
	.index_advantage .left .adv_box {
		width: 80%;
		margin: 20px;
	}
	.index_advantage .right .note .title b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.index_advantage .left .adv_box {
		width: 85%;
		margin: auto;
	}
	.index_advantage .right .note {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.index_advantage {
		padding: 30px 0 10px 0;
	}
	.index_advantage .right .note h1 {
		font-size: 22px;
	}
	.index_advantage .right .note .title {
		margin-top: 15px;
	}
	.index_advantage .right .note .title b {
		font-size: 24px;
	}
	.index_advantage .right .note .title p {
		margin-top: 5px;
	}
	.index_advantage .right .note .list .item {
		margin-bottom: 45px;
	}
}


/*index_category*/

.index_category {
	background-color: #fcfcfc;
}

.index_category .title {
	padding: 40px 0 50px 0;
}

.index_category .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #161922;
}

.index_category .list {
	padding: 30px 0 40px 0;
	background-color: #f3f3f3;
}

.index_category .list ul li {
	width: 20%;
	float: left;
	padding: 0 20px;
}

.index_category .list .item {
	display: block;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
}

.index_category .list .item .name {
	position: relative;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_category .list .item:hover .name {
	background-color: #f3ca34;
}

.index_category .list .item .name b {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 2;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_category .list .item:hover .name b {
	color: #379fac;
}

.index_category .list .item .name:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	background: url(../images/img/hot_icon.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_category .title {
		padding: 40px 0 30px 0;
	}
	.index_category .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.index_category .list ul li {
		width: 33.333%;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.index_category .list ul li {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.index_category .list ul li {
		width: 100%;
	}
	.index_category .list ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*index_about*/

.index_about {
	padding: 230px 0 80px 0;
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_about .about_box {
	padding: 60px 20px;
	background-color: #FFFFFF;
}

.index_about .left {
	width: 29%;
	float: left;
}

.index_about .left .pic {
	margin: 50px 0 0 10px;
}

.index_about .left .pic .img-box {
	padding-bottom: 72.72727272727273%;
}

.index_about .right {
	width: 59%;
	float: right;
}

.index_about .right .title {
	text-align: left;
}

.index_about .right .text {
	margin-top: 20px;
}

.index_about .right .text p {
	font-size: 14px;
	color: #626262;
	line-height: 1.785714285714286;
}

.index_about .right .more {
	margin-top: 20px;
}

.index_about .right .more a {
	display: block;
	width: 65px;
	font-size: 14px;
	color: #379fac;
	line-height: 1.785714285714286;
	text-align: center;
	border: 1px solid #379fac;
}

.index_about .right .more a:after {
	display: inline-block;
	font-weight: bold;
	font-family: 'iconfont';
	content: '\e728';
}

.index_about .right .more a:hover {
	text-decoration: none;
	background-color: #379fac!important;
	color: #ffff;
	border-radius: 3px;
}

.index_about .right .list {
	margin-top: 20px;
}

.index_about .right .list ul li {
	margin-bottom: 15px;
}

.index_about .right .list ul li p {
	font-size: 14px;
	color: #737E86
}

.index_about .right .list ul li p:before {
	display: inline-block;
	font-weight: bold;
	font-family: 'iconfont';
	content: '\e62f';
	margin-right: 10px;
}

@media (max-width: 1199px) {
	.index_about {
		padding: 70px 0;
	}
	.index_about .left {
		width: 33%;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding: 60px 0;
	}
	.index_about .left {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.index_about .about_box {
		padding: 50px 20px;
	}
}

@media (max-width: 480px) {
	.index_about .about_box {
		padding: 40px 20px 20px 20px;
	}
	.index_about .left {
		width: 80%;
		float: none;
	}
	.index_about .left .pic {
		margin: 0 auto;
	}
	.index_about .right {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
}


/*index_news*/

.index_news {
	padding: 60px 0 100px 0;
	background-color: #edeef0;
	background-image: url(../images/img/news_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.index_news .list {
	margin: 60px -15px 0 -15px;
}

.index_news .item {
	margin-bottom: 10px;
}

.index_news .item .msg span {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 35px;
	color: #fff;
	text-align: center;
	background-color: #0095eb;
	margin-right: 10px;
	border-radius: 5px;
}

.index_news .item .msg a {
	display: block;
	width: 85%;
	float: left;
	font-size: 19px;
	font-family: 'Roboto-Bold';
	line-height: 1.25;
	color: #161922;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 46px;
}

.index_news .item .info {
	margin-top: 15px;
}

.index_news .item .info p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #737E86;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}

.index_news .item .more {
	float: right;
}

.index_news .item .more a {
	display: block;
	font-size: 14px;
	color: #0095eb;
}

.index_news .item .more a:hover {
	text-decoration: underline !important;
}

.index_news .right .img-box {
	padding-bottom: 71.66666666666667%;
}

@media (max-width: 1199px) {
	.index_news {
		padding: 60px 0;
	}
	.index_news .list {
		margin: 50px -15px 0 -15px;
	}
}

@media (max-width: 991px) {
	.index_news {
		padding: 60px 0;
	}
	.index_news .list {
		margin: 40px -15px 0 -15px;
	}
	.index_news .item .msg span {
		font-size: 32px;
	}
	.index_news .right {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.index_news {
		padding: 50px 0;
	}
	.index_news .list {
		margin: 30px -15px 0 -15px;
	}
	.index_news .item .msg span {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 28px;
	}
	.index_news .item .msg a {
		width: 78%;
		font-size: 18px;
	}
	.index_news .item {
		margin-bottom: 15px;
	}
	.index_news .item .more {
		margin-top: 10px;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 135px;
}

.pagebanner .item {
	position: relative;
}

.pagebanner .img-box {
	padding-bottom: 10.41666666666667% !important;
}

.pagebanner .location {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	/*border: 1px solid #fff;*/
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .location p {
	font-size: 30px;
	font-weight: bold;
	font-style: italic !important;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
}

.pagebanner .location ul {
	text-align: right;
	margin-top: 10px;
}

.pagebanner .location ul li {
	display: inline-block;
}

.pagebanner .location ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: right;
}

.pagebanner .location ul li a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e728';
	margin: 0 8px;
}

.pagebanner .location ul li:last-child a:after {
	display: none;
}

.pagebanner .location ul li a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
	.pagebanner .location p {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.pagebanner .item {
		width: 190%;
		max-width: 190%;
		margin-left: -60%;
	}
	.pagebanner .location {
		right: 20%;
	}
	.pagebanner .location ul {
		display: none;
	}
	.pagebanner .location p {
		font-size: 24px;
	}
}


/*product*/

.product {
	padding: 40px 0 0 0;
	background: url(../images/img/product_bg.jpg);
	/*background-size: cover;*/
}

.product .list .item {
	display: block;
	border: 1px solid #35a0aa;
	margin-bottom: 40px;
}

.product .list .item .info {
	background-color: #35a0aa;
}

.product .list .item .info b {
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.272727272727273;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 480px) {
	.product {
		padding: 40px 0 10px 0;
	}
	.product .list .item {
		margin-bottom: 30px;
	}
	.product .list .item .info b {
		font-size: 20px;
	}
}


/*product_lists*/

.product_main {
	padding: 0;
	overflow: hidden;
	/*background-color: #F9F9F9;*/
	background: url(../images/img/product_bg.jpg);
}

.product_main .page_left {
	padding-top: 40px;
	float: left;
	width: 23%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	border-right: 1px solid #e8e8e8;
}

.product_main .page_right {
	float: right;
	width: 77%;
}

.product_main .page_left .title {
	padding: 0 15px;
	text-align: left;
	background-color: #efb032;
}

.product_main .page_left .title p {
	font-size: 18px;
	line-height: 2.222222222222222;
	color: #fff;
	text-transform: uppercase;
}

.product_main .page_left .page_nav {
	padding: 0;
}

.product_main .page_nav .menu {
	position: relative;
	background-color: #34a0aa;
}

.product_main .page_nav .menu .menu1>li:hover>a,
.product_main .page_nav .menu .menu1>li.active>a {
	color: #efb032;
}

.product_main .page_nav .menu .menu1>li>a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 15px 15px 15px 30px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	display: block;
	word-break: break-word;
	-webkit-transition: .3s;
	transition: .3s;
}

.product_main .page_nav .menu .menu1>li>a:before,
.product_main .page_nav .menu .menu2>li>a:before,
.product_main .page_nav .menu .menu3>li>a:before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_main .page_nav .menu .nomore .menu2,
.product_main .page_nav .menu .nomore .menu3 {
	display: none;
}

.product_main .page_nav .menu .menu1>li>.menu2 {
	padding: 10px 0 10px 15px;
	background-color: #2a7b83;
}

.product_main .page_nav .menu ul.menu2>li,
.product_main .page_nav .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

.product_main .page_nav .menu ul.menu2>li.more>a,
.product_main .page_nav .menu ul.menu3>li.more>a {
	position: relative;
}

.product_main .page_nav .menu ul.menu2>li>a {
	font-size: 14px;
	line-height: 35px;
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	-webkit-transition: .5s;
	transition: .5s;
}

.product_main .page_nav .menu ul.menu2>li.active>a,
.product_main .page_nav .menu ul.menu2>li:hover>a {
	color: #efb032;
}

.product_main .page_nav .menu ul.menu3 {
	padding: 5px 12px;
}

.product_main .page_nav .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-left: 25px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product_main .page_nav .menu ul.menu3>li.active>a,
.product_main .page_nav .menu ul.menu3>li>a:hover {
	color: #efb032;
}

.product_main .page_left .prod_contact {
	margin-top: 60px;
}

.product_main .page_left .prod_contact .content {
	padding: 20px 15px 50px 15px;
	background-color: #FFFFFF;
}

.product_main .page_left .prod_contact .content .msg p {
	font-size: 14px;
	line-height: 1.6;
	color: #626262;
	margin-bottom: 5px;
}

.product_main .page_left .prod_contact .content .msg p a {
	color: #0095eb;
}

.product_main .page_left .prod_contact .content .msg p a:hover {
	color: #007cc3;
	text-decoration: underline !important;
}

.product_main .page_left .prod_contact .content .ipt_form {
	margin-top: 10px;
}

.product_main .page_left .prod_contact .content .ipt_form .row {
	margin: 0 -3px;
}

.product_main .page_left .prod_contact .content .ipt_form .row li {
	padding: 0 3px;
}

.product_main .page_left .prod_contact .content .ipt_form input,
.product_main .page_left .prod_contact .content .ipt_form textarea {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	color: #626262;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	border: 1px solid #EBEBEB;
	padding: 0px 10px;
}

.product_main .page_left .prod_contact .content .ipt_form textarea {
	padding: 10px 10px;
	line-height: 28px;
	height: 170px;
	min-height: 170px;
}

.product_main .page_left .prod_contact .content .ipt_form input::-webkit-input-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea::-webkit-input-placeholder {
	color: #626262;
}

.product_main .page_left .prod_contact .content .ipt_form input:-o-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:-o-placeholder {
	color: #626262;
}

.product_main .page_left .prod_contact .content .ipt_form input::-moz-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea::-moz-placeholder {
	color: #626262;
}

.product_main .page_left .prod_contact .content .ipt_form input:-ms-input-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:-ms-input-placeholder {
	color: #626262;
}

.product_main .page_left .prod_contact .content .ipt_form input:focus::-webkit-input-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product_main .page_left .prod_contact .content .ipt_form input:focus::-o-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:focus::-o-placeholder {
	color: #999;
}

.product_main .page_left .prod_contact .content .ipt_form input:focus::-moz-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:focus::-moz-placeholder {
	color: #999;
}

.product_main .page_left .prod_contact .content .ipt_form input:focus::-ms-input-placeholder,
.product_main .page_left .prod_contact .content .ipt_form textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product_main .page_left .prod_contact .content .ipt_form .submit {
	display: block;
	width: 100px;
	background-color: #0095eb;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2.857142857142857;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_main .page_left .prod_contact .content .ipt_form .submit:hover {
	opacity: .85;
}

.product_main .page_left .prod_download {
	margin-top: 40px;
}

.product_main .page_left .prod_download .pic {
	background-color: #FFFFFF;
	padding: 20px 15px 30px 15px;
}

.product_main .page_left .prod_download a {
	display: block;
}

.product_main .page_left .prod_download a img {
	max-width: 100%;
	height: auto !important;
}

.product_main .page_right {
	padding: 40px 20px 60px 20px;
	background-color: #FFFFFF;
}

.product_main .page_right .title {
	text-align: left;
	padding: 20px 15px;
	background-color: #34a0aa;
}

.product_main .page_right .title b {
	color: #FFFFFF;
}

.product_main .page_right .info {
	padding: 25px 20px;
	margin-top: 30px;
	background-color: #fafafa;
	border-top: 1px solid #E8E8E8;
}

.product_main .page_right .info p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.product_main .page_right .prod_lists {
	margin-top: 50px;
}

.product_main .page_right .prod_lists .item {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #34a0aa;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product_main .page_right .prod_lists .item:hover {
	border: 1px solid #efb032;
}

.product_main .page_right .prod_lists .item .note {
	background-color: #34A0AA;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

.product_main .page_right .prod_lists .item:hover .note {
	background-color: #efb032;
}

.product_main .page_right .prod_lists .item .note b {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 2.857142857142857;
}

.product_main .page_right .prod_lists .item .note b span {
	font-size: 14px;
	font-size: 14px;
	color: #000000;
	background-color: #efb032;
	padding: 3px 8px;
	border-radius: 12px;
	margin-left: 5px;
}

.product_main .page_right .pro_table {
	margin-top: 50px;
}

.product_main .page_right .pro_table table td {
	border: 1px solid #EEEEEE;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_main .page_right .pro_table table td span {
	font-size: 14px !important;
}

.product_main .page_right .pro_table table>tbody td:first-child .pic {
	width: 50px;
	margin: auto;
}

.product_main .page_right .pro_table table>tbody td:nth-child(2) a {
	display: block;
	color: #0095eb;
}

.product_main .page_right .pro_table table>tbody td:nth-child(2) a:after {
	display: inline-block;
	vertical-align: sub;
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e644';
	color: #35a0aa;
}

.product_main .page_right .pro_table table>tbody td:nth-child(2) a:hover {
	color: #efb032;
}

.product_main .page_right .pro_table table>tbody td:nth-child(2) a:hover:after {
	color: #efb032;
}

.product_main .page_right .pro_table table>tbody tr:last-child td span {
	color: red;
	font-style: italic;
}

.product_main .page_right .pro_table table>tbody tr:nth-child(2n) td {
	background: rgba(0, 0, 0, .01);
}

@media (max-width: 1199px) {
	.product_main .page_left {
		width: 25%;
	}
	.product_main .page_right {
		width: 75%;
	}
}

@media (max-width: 991px) {
	.product_main .page_left {
		display: none;
	}
	.product_main .page_right {
		width: 100%;
		float: none;
	}
}

@media (max-width: 480px) {
	.product_main .page_right {
		padding: 40px 20px;
	}
	.product_main .page_right .prod_lists {
		margin-top: 30px;
	}
}


/*product_detail*/

.product_detail .product_box .left {
	width: 50%;
	/*border: 1px solid #0095EB;*/
}

.product_detail .product_box .right {
	width: 50%;
	padding-left: 30px;
	/*border: 1px solid salmon;*/
}

.product_detail .product_box .slider-for {
	/*border: 1px solid seagreen;*/
}

.product_detail .product_box .item .img-box {
	padding-bottom: 75%;
}

.product_detail .product_box .slider-for .item:hover .img-box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.product_detail .product_box .slider-nav .item {
	padding: 0 4px;
}

.product_detail .product_box .slider-nav .item .pic {
	border: 1px solid #ccc;
}

.product_detail .product_box .prod_info .pro_title {
	position: relative;
}

.product_detail .product_box .prod_info .pro_title:after {
	display: block;
	content: '';
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #EBEBEB;
}

.product_detail .product_box .prod_info .pro_title h1 {
	display: block;
	font-size: 35px;
	color: #161922;
}

.product_detail .pro_box .pro_arrow .item {
	float: left;
	border: none;
	margin-bottom: 20px;
}

.product_detail .pro_box .pro_arrow .item.prev {
	float: right;
}

.product_detail .pro_box .pro_arrow .item a {
	display: block;
}

.product_detail .pro_box .pro_arrow .item a:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	content: '\e727';
	color: #BBBBBB;
}

.product_detail .pro_box .pro_arrow .item.prev a:before {
	content: '\e728';
}

.product_detail .product_box .prod_info .text {
	margin-top: 20px;
}

.product_detail .product_box .prod_info .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
	padding-bottom: 15px;
}

.product_detail .product_box .pro_color {
	margin-top: 20px;
}

.product_detail .product_box .pro_color img {
	max-width: 100%;
	height: auto !important;
}

.product_detail .product_box .pro_color b {
	display: block;
	font-size: 25px;
	color: #161922;
	padding-bottom: 10px;
}

.product_detail .product_box .pro_color ul {
	margin-top: 15px;
}

.product_detail .product_box .pro_color ul li {
	display: inline-block;
	margin-right: 10px;
}

.product_detail .product_box .pro_color ul li .item span {
	display: block;
	float: left;
	width: 36px;
	height: 24px;
	background-color: #1c5598;
	margin-right: 5px;
}

.product_detail .product_box .pro_color ul li:nth-child(2) .item span {
	background-color: #FFFF00;
}

.product_detail .product_box .pro_color ul li .item p {
	float: left;
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.product_detail .product_box .pro_other {
	margin-top: 30px;
}

.product_detail .product_box .pro_other span {
	font-size: 14px;
	color: #a8a8a8;
}

.product_detail .product_box .pro_other a {
	font-size: 14px;
	color: #0095eb;
}

.product_detail .product_box .pro_other a:hover {
	color: #007cc3;
	text-decoration: underline !important;
}

.product_detail .prod_detail_info {
	margin-top: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
}

.product_detail .prod_detail_info .tit {
	background-color: #F9F9F9;
}

.product_detail .prod_detail_info .tit p {
	width: 150px;
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 30px;
	color: #0095eb;
	text-align: center;
	background-color: #fff;
}

.product_detail .prod_detail_info .tit p:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background-color: #0095EB;
	margin: auto;
}

.product_detail .prod_detail_info .prod_detail_note {
	padding: 0 15px 30px 15px;
}

.product_detail .prod_detail_info .prod_detail_note .note_title {
	background-color: #34A0AA;
	padding: 0 15px;
	margin-top: 20px;
}

.product_detail .prod_detail_info .prod_detail_note .note_title b {
	font-size: 20px;
	line-height: 2.75;
	color: #FFFFFF;
}

.product_detail .prod_detail_info .prod_detail_note .prod_information .text {
	margin-top: 20px;
}

.product_detail .prod_detail_info .prod_detail_note .prod_information .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.product_detail .prod_detail_info .prod_detail_note .prod_information .text p img {
	max-width: 100%;
	height: auto !important;
}

.product_detail .prod_detail_info .prod_detail_note .prod_data .pro_table {
	margin-top: 20px;
}

.product_detail .prod_detail_info .prod_detail_note .prod_matching .list {
	margin-top: 30px;
}

.product_detail .prod_detail_info .prod_detail_note .prod_matching .list .item {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

.product_detail .prod_detail_info .prod_detail_note .prod_matching .list .item .note {
	background-color: #F8F8F8;
	padding: 4px 0px;
}

.product_detail .prod_detail_info .prod_detail_note .prod_matching .list .item .note b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.142857142857143;
	color: #A6A6A6;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
}

@media (max-width: 991px) {
	.product_detail .prod_detail_info .prod_detail_note .note_title b {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product_detail .product_box .left {
		width: 100%;
		float: none;
	}
	.product_detail .product_box .right {
		width: 100%;
		float: none;
		padding: 10px 0 0 0;
	}
	.product_detail .pro_box .pro_arrow .item {
		margin-bottom: 0;
	}
	.product_detail .product_box .prod_info .pro_title h1 {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.product_detail .product_box .prod_info .pro_title h1 {
		font-size: 28px;
	}
	.product_detail .product_box .pro_color b {
		font-size: 20px;
	}
}


/*news*/

.news {
	padding: 40px 0;
}

.news .item {
	position: relative;
	padding-left: 200px;
	margin-bottom: 0;
	padding-bottom: 40px;
	background: url(../images/img/timeline_right.png) no-repeat 90px top;
}

.news .item:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 4px solid #0095eb;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 126px;
	top: 11px;
	display: block;
	visibility: visible;
	z-index: 1;
}

.news .item .time {
	position: absolute;
	left: 0;
	top: 7px;
}

.news .item .time p {
	font-size: 12px;
	line-height: 1.666666666666667;
	padding: 0 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8f8f8;
	color: #a8a8a8;
}

.news .item .info .pic {
	display: block;
	width: 37%;
	float: left;
	border: 1px solid #ccc;
}

.news .item .info .pic .img-box {
	padding-bottom: 75%;
}

.news .item .info .note {
	width: 63%;
	float: left;
	padding: 15px 0 0 20px;
}

.news .item .info .note .text a {
	display: block;
	font-size: 30px;
	font-family: 'Roboto-Bold';
	color: #161922;
	margin-bottom: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 84px;
}

.news .item .info .note .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
	height: 75px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news .item .info .note .link {
	margin-top: 20px;
	background-color: #F7F7F7;
	padding: 0px 15px;
}

.news .item .info .note .link .like {
	float: left;
}

.news .item .info .note .link .like p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 2.857142857142857;
	color: #a8a8a8;
	margin-right: 5px;
}

.news .item .info .note .link .like span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 2.857142857142857;
	color: #a8a8a8;
	cursor: pointer;
}

.news .item .info .note .link .like span:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e6ac';
	margin-right: 5px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item .info .note .link .like span:hover:before,
.news .item .info .note .link .like span.act:before {
	content: '\e6ad';
	color: #0095eb;
}

.news .item .info .note .link .more {
	float: right;
	position: relative;
}

.news .item .info .note .link .more:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background-color: #E3E3E3;
}

.news .item .info .note .link .more a {
	display: block;
	font-size: 14px;
	line-height: 3.571428571428571;
	color: #0095eb;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item .info .note .link .more a:hover {
	color: #007cc3;
	text-decoration: underline !important;
}

.news .item .info .note .link .more a:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e659';
	color: #a8a8a8;
	margin-right: 10px;
}


/*news_detail*/

.news_detail .back a:before {
	display: block;
	font-family: 'iconfont';
	font-size: 36px;
	line-height: 1;
	content: '\e727';
	color: #BBBBBB;
}

.news_detail .back a:hover:before {
	color: #626262;
}

.news_detail .news_title {
	text-align: center;
	padding: 25px 0;
	position: relative;
}

.news_detail .news_title b {
	width: 80%;
	float: left;
	display: block;
	font-size: 35px;
	line-height: 1.2;
	font-weight: normal;
	color: #161922;
	border-left: 1px solid #E8E8E8;
}

.news_detail .news_title .like {
	width: 100px;
	float: left;
	padding-top: 15px;
	/*border: 1px solid seagreen;*/
}

.news_detail .news_title .like span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 2.857142857142857;
	color: #a8a8a8;
	cursor: pointer;
}

.news_detail .news_title .like span:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e6ac';
	margin-right: 5px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news_detail .news_title .like span:hover:before,
.news_detail .news_title .like span.act:before {
	content: '\e6ad';
	color: #0095eb;
}

.news_detail .text {
	margin-top: 20px;
}

.news_detail .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.news_detail .text p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .related_posts {
	margin-top: 20px;
	border-top: 1px solid #E8E8E8;
}

.news_detail .related_posts .tit {
	padding: 20px 0;
}

.news_detail .related_posts .tit p {
	font-size: 20px;
	line-height: 1;
	color: #161922;
}

.news_detail .related_posts .list .item_post {
	margin-bottom: 20px;
}

.news_detail .related_posts .list .item_post span {
	display: block;
	font-size: 12px;
	line-break: 1.2;
	color: #a8a8a8;
	margin-bottom: 10px;
}

.news_detail .related_posts .list .item_post a {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #161922;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_detail .related_posts .list .item_post .more {
	margin-top: 15px;
}

.news_detail .related_posts .list .item_post .more a {
	display: block;
	position: relative;
	width: 150px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #F7F7F7;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	font-size: 14px;
	line-height: 3.214285714285714;
	color: #747474;
}

.news_detail .related_posts .list .item_post .more a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 12px;
	line-height: 45px;
	content: '\e6c4';
	color: rgba(0, 0, 0, .5);
	padding: 0 14px;
	background-color: #eaeaea;
	margin-right: 20px;
}

.news_detail .related_posts .list .item_post .more a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .08);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news_detail .related_posts .list .item_post .more a:hover:after {
	width: 100%;
}

@media (max-width: 1199px) {
	.news .item .info .note {
		padding: 0 0 0 20px;
	}
	.news .item .info .note .text a {
		font-size: 24px;
	}
	.news_detail .news_title b {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.news .item .info .note .text a {
		font-size: 22px;
	}
	.news_detail .news_title b {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.news .item .info .pic {
		width: 100%;
		float: none;
	}
	.news .item .info .note {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}
	.news_detail .news_title b {
		font-size: 26px;
	}
	.news_detail .news_title .like {
		width: 60px;
	}
}

@media (max-width: 480px) {
	.news {
		padding: 40px 0 20px 0;
	}
	.news .item {
		background: none;
		padding: 0;
		margin-bottom: 40px;
	}
	.news .item:before {
		display: none;
	}
	.news .item .info .note {
		padding: 15px 0 0 0;
	}
	.news .item .time {
		width: 28%;
		position: static;
		margin-bottom: 15px;
	}
	.news .item .time p {
		text-align: center;
	}
	.news .item .info .note .text a {
		font-size: 20px;
	}
	.news_detail .news_title b {
		width: 79%;
		font-size: 24px;
	}
	.news_detail .back a:before {
		font-size: 30px;
	}
	.news_detail .news_title {
		padding: 15px 0 0 0;
	}
	.news_detail .related_posts .list .item_post {
		margin-bottom: 40px;
	}
}


/*oem*/

.oem {
	padding: 40px 0;
}

.oem .oem_item {
	margin-bottom: 40px;
}

.oem .title b {
	color: #379fac;
}

.oem .line {
	margin-top: 25px;
}

.oem .line img {
	max-width: 100%;
	height: auto !important;
}

.oem .main_list .item {
	cursor: pointer;
}

.oem .main_list .item .info {
	text-align: center;
	padding: 0 10px;
}

.oem .main_list .item .info p {
	display: inline;
	font-size: 20px;
	line-height: 1.2;
	color: #161922;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #FFFFFF;
}

.oem .main_list .item:hover .info p {
	border-bottom: 1px solid #007cc3;
}

.oem .main_list .item .pic {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}

.oem .oem_border {
	padding: 15px;
	border: 1px solid #eee;
}

.oem .text {
	margin-top: 30px;
}

.oem .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #737E86;
}

.oem .msg {
	margin-top: 20px;
}

.oem .msg p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #999;
}

.oem .team_img,
.oem .experience_pic,
.oem .laboratory_pic {
	margin-top: 30px;
}

.oem .laboratory_pic .pic,
.oem .oem_item.pic_img .pic,
.oem .team_img,
.oem .experience_pic .pic {
	padding-bottom: 20px;
}

.oem .team_img .img-box {
	padding-bottom: 43.75%;
}

.oem .experience_pic .pic .img-box {
	padding-bottom: 75%;
}

.oem .laboratory_pic .pic .img-box {
	padding-bottom: 100%;
}

@media (max-width: 991px) {
	.oem .main_list .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.oem {
		padding: 40px 0 10px 0;
	}
	.oem .line {
		margin-top: 10px;
	}
	.oem .oem_item {
		margin-bottom: 20px;
	}
	.oem .text {
		margin-top: 20px;
	}
}


/*about*/

.about_factory {
	padding: 40px 0;
	background-color: #FCFCFC;
}

.about_factory .title b {
	color: #35a0aa;
}

.about_factory .fact_img,
.about_factory .fact_info,
.about_factory .factory_img {
	margin-top: 40px;
}

.about_factory .fact_img .img-box {
	padding-bottom: 36.88524590163934%;
}

.about_factory .fact_info .item .msg b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #161922;
}

.about_factory .fact_info .item .text {
	margin-top: 20px;
}

.about_factory .fact_info .item .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.about_factory .factory_img .pic .img-box {
	padding-bottom: 66.87116564417178%;
}

.about_adv {
	padding: 50px 0;
	background-color: #EEEEEE;
}

.about_adv .title,
.about_quality .title {
	text-align: left;
}

.about_adv .advantages_main {
	margin-top: 40px;
}

.about_adv .advantages_main li {
	margin-bottom: 10px;
}

.about_adv .advantages_main .on.current .info {
	display: block;
}

.about_adv .advantages_main .on .info {
	display: none;
}

.about_adv .advantages_main .item {
	background-color: #E9E9E9;
	cursor: pointer;
}

.about_adv .advantages_main .item span {
	display: block;
	width: 60px;
	float: left;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background-color: #e2e2e2;
	border-right: 1px solid #d1d1d1;
}

.about_adv .advantages_main .item b {
	display: block;
	position: relative;
	width: 95%;
	float: left;
	color: #444;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: normal;
	line-height: 60px;
	padding-left: 20px;
}

.about_adv .advantages_main li.current .item span,
.about_adv .advantages_main li.current .item b {
	color: #0095eb;
}

.about_adv .advantages_main .item b:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-weight: bold;
	content: '\e628';
	color: rgba(0, 0, 0, .25);
}

.about_adv .advantages_main li.current .item b:after {
	content: '\e623';
}

.about_adv .advantages_main .item .info {
	border-left: 1px solid #d1d1d1;
	margin-left: 59px;
	padding: 10px 20px 20px 20px;
}

.about_adv .advantages_main .item .info .text p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.about_adv .advantages_main .item .info .pic {
	width: 72%;
	margin-top: 20px;
}

.about_adv .advantages_main .item .info .pic .img-box {
	padding-bottom: 38.75%;
}

.about_quality {
	padding: 50px 0 100px 0;
	background-color: #FFFFFF;
}

.about_quality .list {
	margin-top: 40px;
	padding: 0 100px;
}

.about_quality .slick-quality {
	position: relative;
	margin: 0 -15px;
	font-size: 0;
}

.about_quality .slick-quality .item {
	display: block;
	position: relative;
	padding: 0 15px;
}

.about_quality .slick-quality .item:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background-color: rgba(255, 255, 255, .2);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.about_quality .slick-quality .item:hover:before {
	opacity: 0;
}

.about_quality .slick-quality .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -9%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.about_quality .slick-quality .slick-arrow:before {
	line-height: 1;
	background: transparent;
	font-family: 'iconfont' !important;
	font-size: 40px;
	display: block;
	content: '\e727';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: rgba(0, 0, 0, .3);
}

.about_quality .slick-quality .slick-arrow.slick-next {
	right: -9%;
	left: auto;
}

.about_quality .slick-quality .slick-arrow.slick-next:before {
	content: '\e728';
}

.about_quality .slick-quality .slick-arrow:hover:before {
	color: rgba(0, 0, 0, .6);
}

.about_quality .slick-quality .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	display: block;
	text-align: center;
}

.about_quality .slick-quality .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #d6d6d6;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 6px;
}

.about_quality .slick-quality .slick-dots li.slick-active {
	background-color: #0095EB;
}

.about_quality .slick-quality .slick-dots li button {
	display: none;
}

.about_quality .slick-quality .item .img-box {
	padding-bottom: 147.2972972972973%;
}

.about_quality .slick-quality .item .name {
	padding-top: 15px;
	text-align: center;
}

.about_quality .slick-quality .item .name b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

@media (max-width: 1469px) {
	.about_adv .advantages_main .item b {
		width: 93%;
	}
}

@media (max-width: 991px) {
	.about_factory .fact_img,
	.about_factory .fact_info,
	.about_factory .factory_img {
		margin-top: 30px;
	}
	.about_factory .fact_info .item {
		margin-bottom: 30px;
	}
	.about_factory .fact_info ul li:last-child .item {
		margin-bottom: 0;
	}
	.about_factory .fact_info .item .text {
		margin-top: 15px;
	}
	.about_adv .advantages_main .item b {
		width: 90%;
		font-size: 15px !important;
	}
	.about_quality .list {
		padding: 0 70px;
	}
}

@media (max-width: 767px) {
	.about_factory .factory_img .pic {
		margin-bottom: 20px;
	}
}

@media (max-width: 630px) {
	.about_adv .advantages_main {
		margin-top: 30px;
	}
	.about_adv .advantages_main .item b {
		width: 80%;
	}
	.about_adv .advantages_main .item .info .pic {
		width: 100%;
	}
	.about_adv {
		padding: 40px 0;
	}
	.about_quality {
		padding: 40px 0 100px 0;
	}
	.about_quality .list {
		padding: 0 50px;
	}
}

@media (max-width: 360px) {
	.about_adv .advantages_main .item b {
		width: 79%;
	}
}


/*about_case*/

.about_case {
	padding: 50px 0;
}

.about_case .list_box {
	margin-top: 40px;
}

.about_case .list_box .msg p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #626262;
}

.about_case .list_box .list {
	margin-top: 20px;
}

.about_case .list_box .list .pic {
	margin-bottom: 10px
}

.about_case .list_box .list .pic .img-box {
	padding-bottom: 63.29113924050633%;
}

@media (max-width: 1199px) {
	.about_case .list_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.about_case .list_box {
		margin-top: 30px;
	}
	.about_case .list_box .list .pic {
		margin-bottom: 20px;
	}
}


/*about_video*/

.about_video {
	padding: 50px 0;
}

.about_video .list {
	margin-top: 40px;
}

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

.about_video .list .item .video {
	position: relative;
}

.about_video .list .item .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(43, 49, 65, .37);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.about_video .list .item .video:hover .video-cover {
	opacity: 0;
}

.about_video .list .item .video .img-box {
	z-index: 0;
	padding-bottom: 61.11111111111111%;
	background-color: #000;
}

.about_video .list .item .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_video .list .item .video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_video .list .item .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_video .list .item .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_video .list .item .video:hover .play {
	opacity: 1;
}

.about_video .list .item .video .play:before {
	font-family: 'iconfont';
	font-size: 38px;
	display: block;
	content: '\e6ae';
}

@media (max-width: 480px) {
	.about_video {
		padding: 40px 0;
	}
	.about_video .list {
		margin-top: 30px;
	}
	.about_video .list .item {
		margin-bottom: 20px;
	}
	.about_video .list ul li:last-child .item {
		margin-bottom: 0;
	}
	.about_video .list .item .video .play:before {
		font-size: 32px;
	}
}


/*contact*/

.contact {
	padding: 50px 0;
	background-color: #f9f9f9;
}

.contact .title b {
	color: #34a0aa;
}

.contact .title h1 {
	display: block;
	font-size: 15px;
	font-family: 'Roboto-Bold';
	color: #161922;
	line-height: 1.666666666666667;
	margin-top: 25px;
}

.contact .list {
	margin-top: 40px;
}

.contact .list .title b {
	text-align: left;
	color: #161922;
}

.contact .list .title p {
	font-size: 16px;
	text-align: left;
	color: #626262;
	margin-top: 30px;
}

.contact .list .text {
	margin-top: 40px;
	padding: 30px 25px 20px 25px;
	background-color: #EEEEEE;
}

.contact .list .text p {
	font-size: 14px;
	color: #737E86;
	margin-bottom: 10px;
}

.contact .list .text p a {
	color: #0095eb;
}

.contact .list .text p a:hover {
	color: #007cc3;
	text-decoration: underline !important;
}

.contact .list .right .pic .img-box {
	padding-bottom: 66.25%;
}

@media (max-width: 480px) {
	.contact {
		padding: 40px 0;
	}
	.contact .list .title b {
		font-size: 20px !important;
	}
	.contact .list .title p {
		margin-top: 10px;
	}
	.contact .list .text {
		margin-top: 20px;
	}
}


/*download*/

.download {
	padding: 50px 0;
}

.download .list {
	margin-top: 40px;
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.download .list li {
	position: relative;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.download .list li img {
		-webkit-transition: transform .7s;
		-webkit-transition: -webkit-transform .7s;
		transition: -webkit-transform .7s;
		transition: transform .7s;
		transition: transform .7s, -webkit-transform .7s;
	}
	.download .list li:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 1200px) {
	.download .list li:hover .down-btn:before {
		-webkit-animation: jump 1s infinite;
		animation: jump 1s infinite;
	}
}

@media (max-width: 991px) {
	.download .list li {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.download .list li {
		margin-bottom: 30px;
	}
}

.download .list li:nth-child(odd) .num {
	left: 65.95744681%;
	margin-left: 7%;
}

@media (max-width: 1339px) {
	.download .list li:nth-child(odd) .num {
		left: 70%;
	}
}

@media (max-width: 1199px) {
	.download .list li:nth-child(odd) .num {
		left: 80%;
	}
}

@media only screen and (min-width: 481px) {
	.download .list li:nth-child(odd) .item .intro {
		padding: 0 0 0 55px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1199px) {
	.download .list li:nth-child(odd) .item .intro {
		padding-left: 30px;
	}
}

.download .list li:nth-child(odd) .item h3 {
	right: 0;
	border-radius: 50px 0 0 50px;
}

@media only screen and (min-width: 481px) {
	.download .list li:nth-child(even) {
		text-align: right;
	}
}

.download .list li:nth-child(even) .num {
	right: 65.95744681%;
	margin-right: 7%;
}

@media (max-width: 1339px) {
	.download .list li:nth-child(even) .num {
		right: 70%;
	}
}

@media (max-width: 1199px) {
	.download .list li:nth-child(even) .num {
		right: 80%;
	}
}

@media only screen and (min-width: 481px) {
	.download .list li:nth-child(even) .item .intro {
		padding: 0 55px 0 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1199px) {
	.download .list li:nth-child(even) .item .intro {
		padding-right: 30px;
	}
}

.download .list li:nth-child(even) .item h3 {
	left: 0;
	border-radius: 0 50px 50px 0;
}

.download .list li .num {
	font-size: 100px;
	font-weight: normal;
	position: absolute;
	bottom: 15%;
	opacity: .08;
}

@media (max-width: 991px) {
	.download .list li .num {
		display: none;
	}
}

.download .list li .item {
	position: relative;
	display: inline-block;
	width: 65.95744681%;
	padding: 10px;
	background-color: #f6f6f6;
}

@media (max-width: 1339px) {
	.download .list li .item {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.download .list li .item {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.download .list li .item {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.download .list li .item {
		padding: 20px 10px;
	}
}

.download .list li .item .pic-box,
.download .list li .item .intro {
	display: inline-block;
	vertical-align: middle;
}

.download .list li .item .pic-box {
	width: 210px;
}

.download .list li .item .pic-box.show-480 {
	display: none;
}

@media (max-width: 480px) {
	.download .list li .item .pic-box {
		display: block;
		margin: 0 auto;
	}
	.download .list li .item .pic-box.show-480 {
		display: block;
	}
	.download .list li .item .pic-box.hide-480 {
		display: none;
	}
}

.download .list li .item .img-box {
	padding-bottom: 128.57142857%;
}

@media only screen and (min-width: 481px) {
	.download .list li .item .intro {
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.download .list li .item .intro {
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
}

.download .list li .item .intro p {
	font-size: 18px;
	line-height: 1.44444444;
	margin: 0;
}

@media (max-width: 767px) {
	.download .list li .item .intro p {
		font-size: 16px;
	}
}

.download .list li .item .intro .info {
	margin: 20px 0 15px;
}

.download .list li .item .intro .info p {
	line-height: 1.66666667;
}

.download .list li .item h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.download .list li .item h3 {
		position: absolute;
		top: 50%;
		max-width: 240px;
		padding: 14px 28px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #fff;
		background-color: #e8222d;
	}
}

@media (max-width: 767px) {
	.download .list li .item h3 {
		font-size: 24px;
		margin: 0 0 15px;
		color: #e8222d;
	}
}

@media (max-width: 480px) {
	.download .list li .item h3 {
		margin-top: 20px;
		text-align: center;
	}
}

.download .list li .item .down-btn {
	font-size: 18px;
	color: #e8222d;
}

.download .list li .item .down-btn:before {
	font-family: 'iconfont' !important;
	display: inline-block;
	margin-right: 12px;
	content: '\e648';
	-webkit-transition: .3s;
	transition: .3s;
}

.download .list li .item .down-btn span {
	text-decoration: underline;
}

@media (min-width: 1200px) {
	.download .list li .item .down-btn:hover span {
		font-weight: normal;
	}
}

#navigation {
	text-align: center !important;
}


/*20250605*/

.inquire_pop {
	position: fixed;
	z-index: 99;
	top: 0;
	display: none;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inquire_pop .sample_box {
	position: relative;
	overflow-y: auto;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 50px;
	background: #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08);
}

@media (max-width: 991px) {
	.inquire_pop .sample_box {
		width: 90%;
		padding: 50px 40px;
	}
}

@media (max-width: 767px) {
	.inquire_pop .sample_box {
		padding: 30px 30px;
	}
}

@media (max-width: 480px) {
	.inquire_pop .sample_box {
		padding: 30px 20px;
	}
}

.inquire_pop .sample_box .close_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	transform: rotate(45deg);
}

@media (max-width: 991px) {
	.inquire_pop .sample_box .close_btn {
		top: 30px;
		right: 30px;
	}
}

@media (max-width: 767px) {
	.inquire_pop .sample_box .close_btn {
		top: 15px;
		right: 15px;
	}
}

.inquire_pop .sample_box .close_btn:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e628';
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.inquire_pop .sample_box .close_btn:before {
		font-size: 28px;
	}
}

.inquire_pop .sample_box .close_btn:hover:before {
	color: #74bac2;
}

.inquire_pop .sample_box .ipt_form_box {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.inquire_pop .sample_box .ipt_form_box .title {
	text-align: center;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul {
		margin: 0 -10px;
	}
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
	margin-bottom: 18px;
}

@media (max-width: 1199px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li {
		margin-bottom: 10px;
	}
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li:last-child {
	margin-bottom: 0;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	text-align: center;
	padding-top: 10px;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	display: block;
	width: 100%;
	padding: 0 20px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
}

@media (max-width: 991px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input,
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
		padding: 0 15px;
		line-height: 45px;
		height: 45px;
	}
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus {
	border: 1px solid #74bac2;
	outline: none;
	outline-offset: 0;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
	line-height: 24px;
	min-height: 150px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
		padding: 5px 15px;
	}
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input::-webkit-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:-o-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-o-placeholder {
	color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input::-moz-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-moz-placeholder {
	color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:-ms-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-ms-input-placeholder {
	color: #666;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-webkit-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-o-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-o-placeholder {
	color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-moz-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-moz-placeholder {
	color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-ms-input-placeholder,
.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li:last-child {
	text-align: center;
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: uppercase;
	color: #fff;
	background-color: #33bcce;
}

@media (max-width: 767px) {
	.inquire_pop .sample_box .ipt_form_box .ipt_box {
		margin-top: 20px;
	}
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li p {
		font-size: 16px;
	}
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
		min-height: 120px;
	}
	.inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
		font-size: 15px;
		line-height: 45px;
		padding: 0 30px;
	}
}

.inquire_pop .sample_box .ipt_form_box .ipt_box ul li .submit:hover {
	background-color: #f3ca34;
}

.product_inquire {
	margin-top: 50px;
}

.product_inquire .ipt_box {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.product_inquire .ipt_box ul {
		margin: 0 -10px;
	}
}

.product_inquire .ipt_box ul li {
	margin-bottom: 18px;
}

@media (max-width: 1199px) {
	.product_inquire .ipt_box ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.product_inquire .ipt_box ul li {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.product_inquire .ipt_box {
		margin-top: 20px;
	}
	.product_inquire .ipt_box ul li {
		margin-bottom: 10px;
	}
}

.product_inquire .ipt_box ul li:last-child {
	margin-bottom: 0;
}

.product_inquire .ipt_box ul li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	text-align: left;
	padding-top: 10px;
}

.product_inquire .ipt_box ul li input,
.product_inquire .ipt_box ul li textarea {
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	display: block;
	width: 100%;
	padding: 0 20px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
}

@media (max-width: 991px) {
	.product_inquire .ipt_box ul li input,
	.product_inquire .ipt_box ul li textarea {
		padding: 0 15px;
		line-height: 45px;
		height: 45px;
	}
}

.product_inquire .ipt_box ul li input:focus,
.product_inquire .ipt_box ul li textarea:focus {
	border: 1px solid #74bac2;
	outline: none;
	outline-offset: 0;
}

.product_inquire .ipt_box ul li textarea {
	line-height: 24px;
	min-height: 150px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.product_inquire .ipt_box ul li textarea {
		padding: 5px 15px;
	}
}

.product_inquire .ipt_box ul li input::-webkit-input-placeholder,
.product_inquire .ipt_box ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.product_inquire .ipt_box ul li input:-o-placeholder,
.product_inquire .ipt_box ul li textarea:-o-placeholder {
	color: #666;
}

.product_inquire .ipt_box ul li input::-moz-placeholder,
.product_inquire .ipt_box ul li textarea::-moz-placeholder {
	color: #666;
}

.product_inquire .ipt_box ul li input:-ms-input-placeholder,
.product_inquire .ipt_box ul li textarea:-ms-input-placeholder {
	color: #666;
}

.product_inquire .ipt_box ul li input:focus::-webkit-input-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-o-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-o-placeholder {
	color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-moz-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-moz-placeholder {
	color: #ccc;
}

.product_inquire .ipt_box ul li input:focus::-ms-input-placeholder,
.product_inquire .ipt_box ul li textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.product_inquire .ipt_box ul li:last-child {
	text-align: center;
}

.product_inquire .ipt_box ul li .submit {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: uppercase;
	color: #fff;
	background-color: #33bcce;
}

@media (max-width: 767px) {
	.product_inquire .ipt_box ul li p {
		font-size: 16px;
	}
	.product_inquire .ipt_box ul li .submit {
		font-size: 15px;
		line-height: 45px;
		padding: 0 30px;
	}
}

.product_inquire .ipt_box ul li .submit:hover {
	background-color: #f3ca34;
}

.inquiry_btn {
	margin-top: 20px;
}

.inquiry_btn a {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 18px;
	background-color: #33bcce;
	transition: all .4s;
}

.inquiry_btn a:hover {
	background-color: #f3ca34;
}