@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea {
	background: none repeat scroll 0 0 #fff;
	color: #5f5f5f;
	font: 14px/1 "Arial", "微软雅黑";
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer !important;
}
body, html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	text-decoration: none;
	height: auto;
	padding: 0;
	margin: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 14px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
p {
	margin: 0;
	padding: 0;
}
/* 重置表单元素 */
legend {
	color: #5f5f5f;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover {
	text-decoration: none !important;
}
html {
	overflow-y: scroll;
}
:link {
	text-decoration: none;
	color: #5f5f5f;
}
:visited {
	text-decoration: none;
	color: #5f5f5f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
[data-mfp-src], .btn-img-popup {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
/*======================公用样式=======================*/
.wrap {
	width: 100%;
}
nav {
	position: relative;
	z-index: 999;
	background-color: transparent !important;
	border-color: transparent !important;
}
nav .navbar-nav {
	float: right;
	padding-top: 30px;
}
.menu a {
	color: #d8d8d8!important;
}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-color: transparent!important;
	color: #1c69f7!important;
}
.menu .navbar-nav > .open > a, .menu .navbar-nav > .open > a:hover, .menu .navbar-nav > .open > a:focus {
	background-color: transparent!important;
	color: #353535!important;
	border-bottom: 4px solid #1c69f7;
}
.menu .dropdown-menu {
	background-color: #333 !important;
	z-index: 9999;
}
.menu .dropdown-menu a {
	z-index: 9999;
	position: relative;
}
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus {
	background-color: #1c69f7;
}
.menu .nav > li > a {
	padding-left: 0;
	padding-right: 0;
	margin: 0 40px;
	font-size: 16px;
	color: #353535!important;
}
@media only screen and (min-width:1200px) and (max-width:1399px){
.menu .nav > li > a {
	margin: 0 30px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.menu .nav > li > a {
	margin: 0 16px;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
.menu .nav > li > a {
	margin: 0 20px;
}
}
#ban-wrap {
	width: 100%;
	height: auto;
	display: none;
}
.logo .h1 {
	font-size: 48px;
	margin: 0;
	line-height: 1;
}
.logo a {
	padding: 0;
}
.logo a:hover {
	background: none !important;
	opacity: 0.8;
}
.wrap .navbar-toggle {
	margin-top: 20px;
}
.wrap .navbar {
	margin-bottom: 0;
}
.carousel-indicators .active {
	background-color: #1c69f7;
}
.carousel-indicators li {
	border: 1px solid #1c69f7;
	display: none;
}
/*首页*/
.banner-mt {
	margin-top: -100px;
}
.banner-item {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.banner-item__txt {
	left: 42%;
	position: absolute;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 1;
}
.banner-item__txt h2, .banner-item__txt h4 {
	color: #FFFFFF;
}
.banner-item__txt h4 {
	font-size: 24px;
	font-weight: 300;
}
.banner-item__txt h2, .banner-item__txt .h3 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
.banner-item__txt h2,  .banner-item__txt .h3 {
	font-size: 24px;

}
}
.banner-item__txt .btn {
	font-size: 14px;
	height: 40px;
	line-height: 36px;
}

@media only screen and (max-width: 575.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.banner-item__txt .btn {
	padding: 0 20px;
	height: 35px;
	line-height: 31px;
}
}
.banner-item__img {
	overflow: hidden;
}
.banner-item__img img {
	/*-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;*/
	width: 100%;
}
/*.banner-item:hover .banner-item__img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}*/

.promotion-code-banner-item {
	overflow: hidden;
}
.promotion-code-banner-item img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.promotion-code-banner-item:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.sm-top {
	margin-top: 50px;
}
/*========================
Call to action Style
==========================*/
.call-to-action-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.call-to-action-item {
	display: block;
	margin-right: 10px;
	padding-right: 0;
}
}

@media only screen and (max-width: 767.98px) {
.call-to-action-item {
	margin-top: 25px;
	display: block;
	text-align: center;
	margin-right: 0;
	padding-right: 0;
}
}
.call-to-action-item:after {
	background-color: #d8d8d8;
	position: absolute;
	content: "";
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
	width: 1px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.call-to-action-item:after {
	display: none;
}
}
.call-to-action-item__icon {
	margin-right: 30px;
	-webkit-flex-basis: 45px;
	-ms-flex-preferred-size: 45px;
	flex-basis: 45px;
	max-width: 45px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.call-to-action-item__icon {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
}
.call-to-action-item__info {
	-webkit-flex-basis: calc(100% - 75px);
	-ms-flex-preferred-size: calc(100% - 75px);
	flex-basis: calc(100% - 75px);
	max-width: calc(100% - 75px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.call-to-action-item__info {
	max-width: 100%;
}
}

@media only screen and (max-width: 767.98px) {
.call-to-action-item__info {
	max-width: 75%;
	margin: auto;
}
}
.call-to-action-item__info span {
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	margin-top: -3px;
	margin-bottom: 10px;
	display: block;
}
.call-to-action-item__info p {
	line-height: 25px;
	margin-bottom: 10px;
}
.call-to-action-area [class*="col-"]:last-child .call-to-action-item:after {
	display: none;
}
.call-to-action-content-area {
	padding: 200px 0 170px;
	margin-top: -130px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.call-to-action-content-area {
	padding-top: 180px;
}
}

@media only screen and (max-width: 767.98px) {
.call-to-action-content-area {
	padding-top: 60px;
	margin-top: 30px;
}
}
.call-to-action-content-area .call-to-action-txt h2 {
	font-size: 40px;
	margin-bottom: 35px;
	margin-top: -7px;
}

@media only screen and (max-width: 767.98px) {
.call-to-action-content-area .call-to-action-txt h2 {
	font-size: 26px;
}
.call-to-action-content-area .call-to-action-txt h2 br {
	display: none;
}
}
.call-to-action-content-area.home-2 {
	padding-bottom: 170px;
	margin-top: 0;
}
.call-to-action-image-area {
	margin-top: -130px;
}

@media only screen and (max-width: 767.98px) {
.call-to-action-image-area {
	margin-bottom: 60px;
}
}

@media only screen and (max-width: 479.98px) {
.call-to-action-image-area {
	margin-bottom: 95px;
}
}
/*首页产品*/
.hot_pro {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	background: #f4f4f4;
	padding-top: 90px;
}
.hot_pro_tit {
	width: 100%;
	height: 26px;
	background: url("../images/hot_pro_tit.jpg") no-repeat center;
	text-align: center;
	font-size: 26px;
	color: #333;
}
.hot_pro_nav {
	padding: 30px 0 20px;
}
.hot_pro_nav span {
	display: block;
	line-height: 30px;
	border: 1px solid #eae8e8;
	border-radius: 20px;
	text-align: center;
}
.hot_pro_nav span a {
	color: #858484;
}
.hot_pro_nav span:hover {
	display: block;
	background: #1c69f7;
	border: 1px solid #1c69f7;
}
.hot_pro_nav span:hover a {
	color: #fff;
}
.hot_pro_con {
	padding-bottom: 60px;
}
.hot_pro_con .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
.hot_pro_con .info {
	line-height: 30px;
	margin-bottom: 15px;
}
.hot_pro_con .main {
	border: 1px solid #d6d6d6;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.hot_pro_con .main img {
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
}
.hot_pro_con .main .con {
	padding: 10px;
}
.hot_pro_con .main .con .mod {
	font-size: 15px;
	text-align: center;
	margin-bottom: 8px;
}
.hot_pro_con .main .con .tit {
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hot_pro_con .main .con .tit a {
	color: #333;
}
.hot_pro_con .main .con .txt {
	color: #999;
	line-height: 23px; /*min-height: 46px;*/
	height: 46px;
	overflow: hidden;
}
.swiper-container {
	padding-bottom: 10px;
}

@media(max-width:720px) {
.hot_pro_con .main .con .txt {
	display: none;
}
}
.hot_pro_con .main:hover .more span a {
	background: #1c69f7;
	border-radius: 25px;
}
.hot_pro_con .main .con .more {
	width: 30px;
	height: 30px;
	border-radius: 25px;
	background: #555;
	position: absolute;
	bottom: -17px;
	left: 45%;
}
.hot_pro_con .main .con .more span {
	line-height: 33px;
	text-align: center;
	font-size: 22px;
}
.hot_pro_con .main .con .more span a {
	display: block;
	color: #fff;
}
/*首页选择我们*/
.core {
	padding: 90px 0;
}
.core_tit {
	color: #333;
}
.core_tit span {
	color: #1c69f7;
}
.core_tit .t-1 {
	margin-bottom: 15px;
	font-size: 30px;
}
.core_tit .t-2 {
	margin-bottom: 5px;
	font-size: 30px;
}
.core_tit .t-3 {
	margin-bottom: 5px;
	font-size: 12px;
}
.core_con {
	position: relative;
	margin-top: 30px;
}
.core_con img {
	width: 100%;
	max-width: 450px;
}
.core_con_fr {
	border-top: 1px solid #b2b2b2;
}
.core_con_fr .core-top {
	padding: 30px 0 15px;
	overflow: hidden;
}
.core_con_fr .core-s {
	font-size: 80px;
	font-weight: bold;
	color: #1c69f7;
	float: left;
	margin-right: 15px;
}
.core_con_fr .core-tit {
	float: left;
}
.core_con_fr .core-tit .core-tit-1 {
	line-height: 33px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
}
.core_con_fr .core-tit .core-tit-2 {
	color: #666;
}
.core_con_fr .core-txt {/* margin-top: 30px; */
	margin-right: 30px;
	line-height: 30px;/*color: #333;*/
}
.core_con_fr .core-txt i {
	margin-right: 10px;
	font-size: 18px;
}
.need-help-area {
	padding: 50px 0 45px;
}
.about-content .h3, .about-content h2 {
	margin-bottom: 20px;
}
/*首页关于我们*/
.index-about {
	background: #efefef;
	overflow: hidden;
}
.index-about .con {
	padding: 125px 0;
}
.index-about .con img {
	width: 100%;
}
.index-about .con .con-fr {
}
.index-about .con .con-fr .tit {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}
.index-about .con .con-fr .tit span {
	color: #3674f6;
}
.index-about .con .con-fr .txt {
	line-height: 28px;
	margin-bottom: 25px;
}
.index-about .con .con-fr .more {
	width: 42px;
	height: 42px;
	border: 1px solid #333;
	border-radius: 30px;
	line-height: 42px;
	font-size: 30px;
	color: #d5d5d5;
}
.index-about .con .con-fr .more a {
	display: block;
	text-align: center;
}
/*首页领域*/
.index-ly {
	width: 100%;
	background: url("../images/index-lybg.jpg") no-repeat center;
	overflow: hidden;
}
.index-ly .con {
	padding: 140px 0;
}
.index-ly .con .txt {
}
.index-ly .con .txt img {
	width: 100%;
	margin-bottom: 20px;
}
.index-ly .con .txt .t-1 {
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #333;
}
.index-ly .con .txt .t-2 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 16px;
}
.index-ly .con .txt .t-3 {
	line-height: 24px;
}
.index-ly .con .txt .more {
	margin-top: 25px;
}
.index-ly .con .txt .more i {
	font-size: 20px;
}
.index-ly .pic {
	padding: 170px 0;
}
.index-ly .pic img {
	width: 100%;
}
.index-news {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 50px;
}
.index-news .row {
	margin: 0!important;
}
.index-news-top {
	height: 33px;
	margin-bottom: 31px;
}
.index-news-tit {
	width: 100%;
	height: 26px;
	background: url("../images/hot_pro_tit.jpg") no-repeat center;
	text-align: center;
	font-size: 26px;
	color: #333;
}
.index-news-con {
}
/* scrollpic */
.scrollpic {
	margin: 20px auto;
}
.myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 345px;
	overflow: hidden;
}
.myscroll .myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
.myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 7px;
	overflow: hidden;
	background: #fff;
}
.myscroll ul li img {
	display: block;
	max-width: 320px;
	border: 1px solid #e0e0e0;
}
.myscroll .intro {
	width: 320px;
	padding: 5px 0;
}
.myscroll .intro .tit {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 8px;
	text-align: center;
}
.myscroll .intro .tit a {
	color: #2d2d2d;
}
.myscroll .intro .txt {
	height: 69px;
	line-height: 23px;
	font-size: 12px;
	color: #8e8d8d;
	padding: 0 10px;
}
.myscroll .intro .time {
	text-align: center;
	margin-top: 5px;
	color: #626161;
}
.myscroll .intro .time i {
	font-size: 16px;
	margin-right: 10px;
}
.myscroll li:hover .tit a {
	color: #1c69f7;
}
.myscroll li:hover .time {
	color: #1c69f7;
}
.myscroll li:hover .time i {
	color: #1c69f7;
}
.mybtns {
	width: 100%;
	display: block;
	height: 42px;
}
.mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #c1c1c1;
	text-decoration: none;
}
.mybtns a:hover {
	background-color: #1c69f7;
}
.mybtns a:hover, .myscroll, .mybtns a, .myscroll a:hover .intro, .myscroll a .intro, .myscroll .myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mybtns i {
	line-height: 42px;
	font-size: 28px;
	text-align: center;
	display: block;
	color: #fff;
}
.mybtns .right {
	float: right;
}

@media(max-width:1309px) {
.scrollpic {
	max-width: 1048px;
	width: 100%;
}
.myscroll {
	width: 1048px;
}
}

@media(max-width:1047px) {
.scrollpic {
	max-width: 786px;
	width: 100%;
}
.myscroll {
	width: 786px;
}
}

@media(max-width:767px) {
.scrollpic {
	max-width: 524px;
	width: 100%;
}
.myscroll {
	width: 524px;
}
}

@media(max-width:523px) {
.scrollpic {
	max-width: 280px;
	width: 100%;
}
.myscroll {
	width: 280px;
}
}
/*底部*/
.foot {
	width: 100%;
	overflow: hidden;
	background: #1a1a1a;
}
.foot-con {
	padding: 45px 0;
	color: #888;
}
.foot-con-tit {
	height: 35px;
	background: url("../images/foot_tit.jpg") no-repeat left bottom;
	font-size: 24px;
	color: #fff;
}
.foot-con .f1 {
}
.foot-con .f1-txt {
	margin-top: 11px;
	line-height: 33px;
}
.foot-con .f1-txt i {
	margin-left: 5px;
	margin-right: 8px;
}
.foot-con .f2 {
	overflow: hidden;
}
.foot-con .f2-con {
	margin-top: 11px;
}
.foot-con .f2-con li {
	width: 246px;
	float: left;
	line-height: 33px;
}
.foot-con .f2-con li a {
	color: #888;
}
.foot-con .f2-con li a i {
	margin-right: 8px;
}
.foot-con .f2-con li a:hover {
	color: #fff;
}
.foot-con .f3 {
}
.foot-con .f3 img {
	margin-top: 20px;
}
.foot-link {
	width: 100%;
	line-height: 30px;
}
.foot-copy {
	width: 100%;
	background: #272727;
	color: #888;
	text-align: center;
	line-height: 40px;
}
/*内页*/
.bg-img {
	background: no-repeat center center;
	background-size: cover;
}
.page-header-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 350px;
}

@media only screen and (max-width: 767.98px) {
.page-header-content {
	height: 200px;
}
}
.page-header-content .h1 {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
.page-header-content .h1 {
	font-size: 28px;
	line-height: 1.4;
}
}
#breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 20px;
}
#breadcrumb {
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}
#breadcrumb a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height: 1;
}
#breadcrumb a:hover {
	color: #db0303;
}
#breadcrumb .current:after {
	display: none;
}
#breadcrumb .current a {
	color: #db0303;
	pointer-events: none;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrumb > .active {
	color: #FFFFFF;
}
.pro-ban {
	background: url("../images/inner_pro_ban.jpg") no-repeat center;
}
.contact-ban {
	background: url("../images/inner_contact_ban.jpg") no-repeat center;
}
.about-ban {
	background: url("../images/inner_about_ban.jpg") no-repeat center;
}
.news-ban {
	background: url("../images/inner_news_ban.jpg") no-repeat center;
}
.inner {
	padding: 50px 0;
}
.filters {
	text-align: center;
	background: url("../images/d1.png") repeat;
}
.filters .filter-tabs {
	position: relative;
	display: inline-block;
}
.filters li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding: 10px 35px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	top: 0;
	font-family: "Roboto", sans-serif;
}
.filters li:last-child {
	margin-right: 0;
}
.filters .filter.active, .filters .filter:hover {
	background: #1c69f7;
	color: #fff;
}
.filters .filter a {
	color: #fff;
}
/*index_product*/
.product {
}
.product-item {
	float: left;
	padding: 0;
	margin: 0 3px;
	margin-bottom: 50px;
	background: #ebebeb;
	overflow: hidden;
}
.product-item img {
	display: block;
	border: 3px solid #ebebeb;
	text-align: center;
	margin: auto;
}
.product-item img:hover {
	transform: scale(1.1);
	transition: transform 0.3s;
}
.product-item a {
	display: block;
	float: left;
	position: relative;
	color: #333;
}
.product-item a .intro {
	padding: 30px 18px;
}
.product-item a .intro span {
	line-height: 24px;
	display: block;
	color: #424242;
}
.product-item a .intro em {
	line-height: 23px;
	font-size: 12px;
	display: block;
	color: #939393;
}
.product-item:hover {
	background: #db0303;
	border: #ebebeb;
}
.product-item:hover .intro span, .product-item:hover .intro em {
	color: #fff;
}
.prod-details-info-content {
}
.prod-details-info-content p {
	line-height: 25px;
}
/*======================

Contact Page Style
========================*/
.contact-info-item {
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 60px 20px;
	margin-top: 30px;
	line-height: 20px;
}
.contact-info-item .con-info-icon {
	border: 1px solid #1c69f7;
	border-radius: 100px;
	color: #1c69f7;
	font-size: 35px;
	margin: 0 auto 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	line-height: 60px;
	height: 60px;
	width: 60px;
}
.contact-info-item .con-info-txt h4 {
	font-size: 18px;
	margin-top: -2px;
}
.contact-info-item:hover .con-info-icon {
	background-color: #1c69f7;
	color: #FFFFFF;
}
.contact-form-content span {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -3px;
}
.input-item {
	margin-top: 30px;
	position: relative;
}
.input-item i.glyphicon-remove {
	color: red;
}
.input-item i.glyphicon-ok {
	color: #5cb85c;
}
.help-block {
	color: firebrick;
}
.input-item input, .input-item textarea {
	border: 1px solid #e1e1e1;
	display: block;
	padding: 12px 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}
.input-item input:focus, .input-item textarea:focus {
	border-color: #eeb644;
}
.input-item .nice-select {
	border-color: #e1e1e1;
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
}
.input-item .nice-select .list {
	max-height: 200px;
	overflow: auto;
}
.input-item .btn-brand {
	font-size: 14px;
	border-radius: 2px;
	margin-top: 10px;
	letter-spacing: 1.6px;
}
.contact-form-content {
	margin-top: 80px;
}
.contact-map {
	height: 500px;
}
.contact-map img {
	width: 100%;
}

@media only screen and (max-width: 767.98px) {
.contact-map {
	height: 300px;
}
}
.btn-brand {
	background-color: #1c69f7;
	border-color: #1c69f7;
	border-radius: 25px;
	color: #fff;
}
.btn-brand:hover {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
/*NEWS*/
.list-news {
}
.news-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 37px;
}
.list-news .main {
	padding-bottom: 37px;
}
.list-news .main .t-1 {
	height: 27px;
	line-height: 27px;
}
.list-news .main .t-1 .time {
	float: left;
	margin-right: 13px;
}
.list-news .main .tit {
	height: 33px;
	font-size: 16px;
	margin-top: 16px;
}
.list-news .main .tit a {
	font-size: 16px;
	color: #000;
	font-weight: bold; /*text-decoration: underline;*/
}
.list-news .main .txt {
	line-height: 28px;
}
.list-news .main .more {
	width: 123px;
	line-height: 35px;
	text-align: center;
	background: #1c69f7;
	margin-top: 30px;
}
.list-news .main .more a {
	color: #fff;
}
.news-img {
	width: 100%;
}
.news-info {
	width: 100%;
	overflow: hidden;
}
.news-info .rightwrap {
}
.news-info .title {
	margin: 10px 0;
	color: #505050;
	font-size: 22px;
	line-height: 30px;
	max-height: 60px;
	font-weight: bold;
	text-align: center;
}
.news-info .entry-meta {
	padding: 5px 0;
	background: #fff;
	overflow: hidden;
	color: #505050;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
}
.news-info .contwrap {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 40px;
	color: #555;
}
.news-info .contwrap p {
	line-height: 30px;
	margin: 5px 0;
}
.news-info .contwrap p a{
	color: #1e6ad2;
}
.news-info .contwrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-info .rightwrap h2 {
	font-weight: bold;
	padding: 12px 14px;
	line-height: 23px;
	margin-bottom: 20px;
	background: #1c69f7;
	font-size: 16px;
	color: #fff;
}
.news-info .rightwrap ul {
	width: 100%;
	padding: 0 1%;
}
.news-info .rightwrap li {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dadada;
}
.news-info .rightwrap li img {
	float: left;
	width: 105px;
	height: 70px;
	margin-right: 10px;
}
.news-info .rightwrap li span {
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}
.news-info .rightwrap li em {
	display: block;
	line-height: 20px;
}
.news-info .rightwrap li:last-child {
	border-bottom: none;
}
.news-info .rightwrap li a {
	color: #333;
	font-size: 14px;
}
.news-info .rightwrap li a:hover {
	color: #1c69f7;
}
.news-info .rightwrap li .post-date {
	display: block;
	line-height: 21px;
	font-size: 13px;
	color: #555;
	margin-top: 1px;
}
.news-info .paging {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.news-info .paging .fl {
	font-size: 14px;
	line-height: 22px;
}
.news-info .paging a {
	color: #666;
}
.news-info .paging a:hover {
	color: #1c69f7;
}
.news-info .paging .return {
	border: 1px solid #ddd;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
	text-align: center;
	width: 100px;
	font-size: 14px;
}
.news-info .paging .return:hover {
	border: 1px solid #1c69f7;
	background-color: #1c69f7;
	color: #fff;
}
/*关于我们*/
.about {
	line-height: 25px;
}
.about-box-1 {
	margin-bottom: 20px;
}
.about-txt-1 {
	line-height: 25px;
	color: #5f5f5f;
	padding: 0px 5px;
}
.about-txt-1 p {
	margin-bottom: 10px;
	font-size: 16px;
}
.about-txt-1 img {
	width: 98%;
}
.about-pic-1 {
	width: 100%;
}
.about-box-2 {
	background: #f3f3f3;
}
.about-box-tit {
	text-align: center;
	margin: 80px 0 45px 0;
}
.about-box-tit span {
	display: block;
	height: 40px;
	font-size: 30px;
	color: #212121;
}
.about-box-tit em {
	display: block;
	height: 35px;
	font-size: 24px;
	color: #b7b7b7;
}
.about-box-tit .line {
	width: 95px;
	height: 3px;
	background: #1c69f7;
	margin: 0 auto;
}
.about-txt-2 {
	margin-right: 35px;
	margin-top: 68px;
	line-height: 25px;
	color: #5f5f5f;
}
.about-txt-2 p {
	margin-bottom: 20px;
}
.about-pic-2 {
	width: 100%;
}
.item_quality .col-md-3 img {
	border: #ccc solid 1px;
	width: 100%;
}
.item_quality .col-md-3 p {
	text-align: center;
}
/*JOB*/
.joblist {
}
.jonav li {
	width: 25%;
}
.jot {
	background: #eee;
}
.jot span {
	display: block;
	width: 14%;
	float: left;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
}
.jot span:first-child {
	padding-left: 4%;
	width: 26%;
}
.jod > span {
	background: #eee;
	color: #666;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.jos {
	display: none;
	padding-right: 1px;
}
.jos .bodr {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 30px 5% 30px 5%;
	border-top: 0;
	line-height: 30px;
}
.jos .bodr span {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}
.jotxs .line {
	background: #1c69f7;
	display: block;
	position: absolute;
}
.jotxs .line_1 {
	width: 21px;
	height: 1px;
	top: 23px;
	left: 15px;
}
.jotxs .line_2 {
	width: 1px;
	height: 21px;
	top: 13px;
	left: 25px;
}
.jotxs .arrow {
	width: 55px;
	height: 47px;
	position: absolute;
	top: 0;
	right: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs:hover .jod > span, .jotxs.act .jod > span {
	color: #1c69f7;
}
.jotxs.act .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.jo2 {
}
.jos a {
	color: #0668b2
}
select.selbox {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "microsoft yahei";
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding-left: 14px;
	border: 1px solid #ddd;
	color: #666
}
.no-csstransitions select.selbox {
	padding-left: 0;
	background-image: none;
}
select.selbox option {
	padding: 2px 12px;
}
select.selbox:hover {
	color: #323232;
}
.jobview {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.jobview .list {
	margin-top: 30px;
}
.jobview .list dd {
	width: 48.5%;
	display: block;
	margin-bottom: 20px;
	margin-right: 3%;
	float: left
}
.jobview .list dt {
	width: 100%;
	display: block;
}
.jobview .list dd:nth-child(2n+2) {
	margin-right: 0
}
.jobview .list .txt {
	background-color: #fff;
	border: 0px none;
	padding: 10px 12px;
	box-sizing: border-box;
	width: 100%;
	font: 14px/1.8 "microsoft yahei";
	border: 1px solid #ddd;
	color: #999
}
.jobview .list .txt2 {
	height: 200px;
	margin-bottom: 0px;
}
.jobview .list .btn {
	text-align: center;
	margin: 20px auto;
}
.jobview .list .fromBtn {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #0769b2;
	border: 0px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}
.jobview .list .fromBtn:hover {
	background-color: #045b9c;
}
/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.ht-mfp.mfp-bg {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.ht-mfp .mfp-content {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
.ht-mfp .mfp-content {
	max-width: 70%;
}
}
.ht-mfp .mfp-content .mfp-close {
	display: none;
}
.ht-mfp .mfp-close {
	background-color: #db0303;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	opacity: 0;
	top: 50px;
	right: 50px;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
.ht-mfp .mfp-close {
	top: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
}
.ht-mfp .mfp-close:hover {
	background-color: #db0303;
}
.ht-mfp .mfp-arrow {
	background-color: #db0303;
	opacity: 1;
	margin-left: 15px;
	height: 55px;
	width: 55px;
}
.ht-mfp .mfp-arrow:before {
	display: none;
}
.ht-mfp .mfp-arrow:after {
	content: '\f104';
	color: #FFFFFF;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ht-mfp .mfp-arrow-right {
	margin-left: auto;
	margin-right: 15px;
}
.ht-mfp .mfp-arrow-right:after {
	content: '\f105';
}
.ht-mfp .mfp-arrow:hover {
	background-color: #000;
}
.ht-mfp.zoom-animate.mfp-bg {
	opacity: 0;
}
.ht-mfp.zoom-animate .mfp-content {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
	opacity: 0.9;
}
.ht-mfp.zoom-animate.mfp-ready .mfp-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ht-mfp.zoom-animate.mfp-removing .mfp-content {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-removing .mfp-close {
	opacity: 0;
}

/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
.product-thumb-area {
	margin-bottom: 30px;
}
}
.product-thumb-area .pro-thumb-item img {
	margin: auto;
	max-width: 100%;
}
.product-thumb-area .product-details-thumbnail {
	border: 1px solid #e1e1e1;
	text-align: center;
	position: relative;
}
.product-thumb-area .product-details-thumbnail .btn-large-view {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 20px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	color: #1b1b1c;
	display: block;
	font-weight: 700;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 22px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 136px;
}
.product-thumb-area .product-details-thumbnail .btn-large-view i {
	margin-left: 3px;
	vertical-align: middle;
}
.product-thumb-area .product-details-thumbnail-nav {
	margin-top: 10px;
}
.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
	border: 1px solid #e1e1e1;
	text-align: center;
	cursor: pointer;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list {
	margin: 0 -5px;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
	margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
.prod-details-info-content {
	padding-left: 20px;
}
}
.prod-details-info-content .title {
	font-size: 22px;/*margin-top: -6px;*/
}

@media only screen and (max-width: 767.98px) {
.prod-details-info-content h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
}
.prod-details-info-content .price {
	font-size: 18px;
	margin: 15px 0;
}

@media only screen and (max-width: 767.98px) {
.prod-details-info-content .price {
	font-size: 20px;
	margin-bottom: 20px;
}
}
.prod-details-info-content .price-amount {
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}
.product-config {
	margin: 40px 0;
}
.product-config .table {
	margin-bottom: 0;
}
.product-config .table-bordered td, .product-config .table-bordered th {
	border-color: #e1e1e1;
}
.product-config .table th {
	font-size: 18px;
	font-weight: 500;
}
.product-config .table .config-option a {
	color: #1b1b1c;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}
.product-config .table .config-option a:last-child {
	margin-right: 0;
}
.product-config .table .config-option a:hover {
	color: #db0303;
}
.product-meta {
	margin-top: 40px;
}
.product-meta span:not(.sku) {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.product-meta span:not(.sku):last-child {
	margin-bottom: 0;
}
.product-meta a {
	color: #1b1b1c;
	margin-right: 5px;
	font-size: 15px;
	vertical-align: middle;
}
.product-meta a:last-child {
	margin-right: 0;
}
.product-meta a:hover {
	color: #db0303;
}
.pro-qty {
	border: 1px solid #e1e1e1;
	display: inline-block;
	position: relative;
	width: 150px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty {
	width: 120px;
}
}
.pro-qty input {
	font-weight: 600;
	border: none;
	text-align: center;
	padding: 12px 45px;
	outline: none;
	width: 100%;
}
.pro-qty a {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 0;
	line-height: 50px;
	height: 100%;
	width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty a {
	width: 35px;
	line-height: 54px;
}
}

@media only screen and (max-width: 767.98px) {
.pro-qty a {
	width: 35px;
	line-height: 48px;
}
}
.pro-qty a:hover {
	background-color: #db0303;
	border-color: #db0303;
	color: #FFFFFF;
}
.pro-qty a.inc {
	right: 0;
	border-left: 1px solid #e1e1e1;
}
.pro-qty a.dec {
	left: 0;
	border-right: 1px solid #e1e1e1;
}
.product-description-review {
	margin-top: 40px;
}

@media only screen and (max-width: 767.98px) {
.product-description-review {
	margin-top: 60px;
}
}
.product-description-review .desc-review-tab-menu {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.product-description-review .desc-review-tab-menu li {
	width: 100%;
}
.product-description-review .desc-review-tab-menu li a {
	background-color: #1b1b1c;
	border-right: 2px solid #ddd;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
}
.product-description-review .desc-review-tab-menu li a:last-child {
	border: none;
}
.product-description-review .desc-review-tab-menu li a.active {
	background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
.product-description-review .desc-review-tab-menu li a {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
}
}
.product-description-review .tab-tit {
	line-height: 40px;
	background: #111;
	text-indent: 20px;
	color: #fff;

	font-size: 16px;
}
.product-description-review .tab-content {
	background-color: #f6f6f6;
	padding: 20px 30px;
	line-height: 25px;
}
.product-description-review .tab-content table {
	border-collapse: collapse;
	border: #ccc solid 1px;
}
.product-description-review .tab-content table tr, .product-description-review .tab-content table tr td {
	border: #ccc solid 1px;
}
.product-description-review .tab-content table tr td {
	padding: 2px;
}

@media only screen and (max-width: 767.98px) {
.product-description-review .tab-content {
	padding: 20px;
}
}
.product-rating-wrap .average-rating {
	margin-bottom: 30px;
}
.product-rating-wrap .average-rating h4 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 3px;
}
.product-rating-wrap .display-ratings .rating-item {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.product-rating-wrap .display-ratings .rating-item:last-child {
	margin-bottom: 0;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
	max-width: 50px;
	-webkit-flex-basis: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 10px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 15px;
	-webkit-flex-basis: calc(100% - 60px);
	-ms-flex-preferred-size: calc(100% - 60px);
	flex-basis: calc(100% - 60px);
	max-width: calc(100% - 60px);
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
	font-size: 14px;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	display: inline-block;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 13px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
	color: #db0303;
	font-size: 14px;
	margin-bottom: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
	margin-right: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
	margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper {
	margin-top: 60px;
}
.product-rating-wrap .rating-form-wrapper h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 20px;
}
.product-rating-wrap .rating-form-wrapper .rating-form h5 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 8px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
	color: #ccc;
	margin-right: 10px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
	margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
	color: #ccc;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
	cursor: pointer;
	color: #db0303;
}
.product-rating-wrap .rating-form-wrapper .rating-form input, .product-rating-wrap .rating-form-wrapper .rating-form textarea {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	display: block;
	padding: 12px 20px;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-rating-wrap .rating-form-wrapper .rating-form input:focus, .product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
	border-color: #db0303;
}
.other h2 {
	line-height: 40px;
	background: #111;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}
.other .main {
	border: #ccc solid 1px;
}
.other .main img {
	border-bottom: #ccc solid 1px;
	width: 100%;
}
.other .main .con .tit {
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 5px;
}
.other .main .con .txt {
	text-align: left;
	line-height: 20px;
	min-height: 40px;
	overflow: hidden;
}

@media screen and (max-width:991px) {
.logo img {
	width: 100px;
}
.menu .nav > li > a {
	font-size: 14px;
	color: #fff!important;
}
nav .navbar-nav {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0;
}
.wrap .navbar-default .navbar-collapse {
	position: fixed;
	top: 0x;
	left: 0px;
}
.wrap .navbar-default .navbar-collapse, .wrap .navbar-default .navbar-form {
	background: rgba(16, 16, 16, 0.85);
	padding: 6px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-color: transparent!important;
	color: #ef9632!important;
}
.menu .navbar-nav > .open > a, .menu .navbar-nav > .open > a:hover,  .menu .navbar-nav > .open > a:focus {
	background-color: transparent!important;
	color: #ef9632!important;
	border-bottom: 0;
}
.menu a {
	letter-spacing: 1px;
	font-size: 0.9em;
	font-size: 14px;
}
.menu li li a {
	padding: 5px 0!important;
	text-align: center!important;
}
.banner-mt {
	margin-top: 0;
}
.sm-top {
	margin-top: 20px;
}
.hot_pro {
	padding-bottom: 0;
}
.hot_pro_nav span {
	float: left;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.hot_pro .container {
	padding: 0;
}
.core {
	padding: 30px 0;
}
.core_tit .t-1 {
	margin-bottom: 10px;
	font-size: 20px;
}
.core_tit .t-2 {
	margin-bottom: 5px;
	font-size: 20px;
}
.core_con_fr .core-top {
	padding: 20px 0 10px;
	overflow: hidden;
}
.core_con_fr .core-s {
	font-size: 30px;
	margin-right: 5px;
}
.core_con_fr .core-txt {
	margin-top: 10px;
	margin: 0;
	line-height: 30px;
	color: #333;
}
.core_con_fr .core-tit .core-tit-1 {
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
}
.core_con_fr .core-tit .core-tit-2 {
	color: #666;
	font-size: 12px;
}
.swiper-button-next, .swiper-button-prev {
	top: 45% !important;
}
.index-about .con {
	padding: 50px 0;
}
.index-about .con .con-fr .tit {
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 25px;
}
.index-ly {
	background: transparent;
	margin-bottom: 20px;
}
.index-ly .con {
	padding-top: 40px;
	padding-bottom: 0;
}
.index-ly .pic {
	padding: 15px 0;
}
.index-news {
	padding: 20px 0;
}
.index-news .container {
	padding: 0;
}
.foot-menu {
	display: none;
}
.foot-cat {
	display: none;
}
.foot-lx {
	padding: 30px 0;
}
.foot-logo {
	float: left;
}
.foot-copy {
	line-height: 25px;
	padding: 20px 0;
}
.filters li {
	padding: 8px 12px;
	font-size: 14px;
}
.inner {
	padding: 20px 10px;
}
.product-item {
	margin-bottom: 20px;
}
.product-item img {
	width: 100%;
}
.about-box-1 {
	margin-bottom: 20px;
}
.about-box-2 {
	background: #f3f3f3;
}
.about-box-tit {
	margin: 40px 0 25px 0;
}
.about-box-tit span {
	height: 30px;
	font-size: 24px;
}
.about-box-tit em {
	height: 25px;
	font-size: 20px;
}
.about-txt-2 {
	margin-left: 10px;
	margin-top: 20px;
}
}
/*文章内容分页*/
.article_page_link {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
span.article_page {
	display: inline-block;
	width: 24px;
	line-height: 22px;
	height: 24px;
	border: #ccc solid 1px;
	margin: 0px 4px;
	text-align: center;
}
span.this_page {
	background-color: red;
}
span.this_page a {
	color: #fff;
}
span.total_no {
	float: left;
	display: inline-block;
	width: 40px;
	line-height: 20px;
	height: 20px;
}
span.current {
	background: #1c69f7;
}
span.current b {
	color: #fff;
}
/*上一页 下一页*/
.next_page {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	display: block;
}
.next_page_last {
	width: 49%;
	float: left;
}
.next_page_next {
	width: 49%;
	float: right;
	text-align: right;
}
