@charset "UTF-8";

@font-face {
	font-family: "play";
	src: url('../fonts/play.eot');
	src: url('../fonts/play.woff') format('woff'),
		url('../fonts/play.ttf') format('truetype'),
		url('../fonts/play.svg') format('svg');
}

@font-face {
	font-family: "Prosto";
	src: url("../fonts/Prosto.eot");
	src: url('../fonts/Prosto.woff') format('woff'),
		url('../fonts/Prosto.ttf') format('truetype'),
		url('../fonts/Prosto.svg') format('svg');
}

body {
	font-size: 14px;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
	margin: 0;
	padding: 0;
}

body,
html,
input,
button,
textarea {
	color: #111;
	font-family: "play", "sans-serif";
	line-height: 1.5
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	background: #fff;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: #111;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #1f64af;
	text-decoration: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

a:active,
select,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
}

* {
	outline: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.p10 {
	padding-left: 10px
}

.p20 {
	padding-left: 20px;
}

.p30 {
	padding-left: 30px
}

.t10 {
	padding-top: 10px
}

.b10 {
	padding-bottom: 10px;
}

.t20 {
	padding-top: 20px
}

.b20 {
	padding-bottom: 20px;
}

.t30 {
	padding-top: 30px
}

.b30 {
	padding-bottom: 30px;
}

.t40 {
	padding-top: 40px
}

.b40 {
	padding-bottom: 40px;
}

.t50 {
	padding-top: 50px
}

.b50 {
	padding-bottom: 50px;
}

.t60 {
	padding-top: 60px
}

.b60 {
	padding-bottom: 60px
}

.t80 {
	padding-top: 80px
}

.b80 {
	padding-bottom: 80px;
}

.t100 {
	padding-top: 100px
}

.b100 {
	padding-bottom: 100px;
}

.tm10 {
	margin-top: 10px
}

.bm10 {
	margin-bottom: 10px;
}

.tm20 {
	margin-top: 20px
}

.bm20 {
	margin-bottom: 20px;
}

.tm30 {
	margin-top: 30px
}

.bm30 {
	margin-bottom: 30px;
}

.tm50 {
	margin-top: 50px
}

.bm50 {
	margin-bottom: 50px;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.show {
	display: block;
}

.hide {
	display: none !important;
}

.clearfix {
	display: block;
	height: 0;
	clear: both;
}

.bn {
	border: none;
}

.bgn {
	background: none
}

.bd {
	border: 1px #ddd solid
}

.center_m {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.pn {
	padding: 0 0
}


/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.ad_item figure figcaption .item_more,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.foot_sns li img,
.blog-item:after {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.head_nav>li>a:before,
.head_nav>li>a:after,
.head-search .search-btn,
.icon-cate,
.index_product .product_item .item_img,
.index_product .product_item .item_img a:before,
.foot_txt_list li a:before,
.web_footer .button:before {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_swiper_control .swiper-button-prev:after,
.index_swiper_control .swiper-button-next:after,
.cate_item .item_img img,
.cate_item .item_img:before,
.cate_item .item_info,
.news_cell .cell_img,
.news_cell .cell_img img,
.news_cell .item_title a:before,
.index_product .product_item .item_img a:after {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-sj i{color:#fff}
/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 50px;
	bottom: 50px;
	color: #fff;
	background-color: #333;
	text-align: center;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(50%) scale(0.8);
	-webkit-transform: translateY(50%) scale(0.8);
	-ms-transform: translateY(50%) scale(0.8);
	-o-transform: translateY(50%) scale(0.8);
	transform: translateY(50%) scale(0.8);
	display: block;
}

.gotop:hover,
.gotop.active:hover {
	background-color: #e61c2b !important;
	color: #fff;
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.gotop em {
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

/* .gotop:before {
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
} */

.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* 导航开始 */
.web_head {
	background-color: #fff
}

.head_layer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 9
}

.nav_wrap {
	position: relative;
	text-align: right;
	flex: 0 80%;
}

.nav_wrap .head_nav {
	position: relative;
	z-index: 2;
	text-align: center;
	
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
	color: #111;
}

.nav_wrap .head_nav>li {
	display: inline-block;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	perspective: 500px;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;

}

.nav_wrap .head_nav>li>a {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Prosto", sans-serif;	
	padding-left: 10px;
	padding-right:10px;
}

.nav_wrap .head_nav>li>a>b {
	display: inline-block;
	margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after {
	font-family: 'fontawesome';
	font-size: 16px;
	content: '\f107';
	font-weight: bold;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nav_wrap .head_nav>li li {
	position: relative;
	text-align: left;
	font-weight: bold;
	padding: 0 15px;
}

.nav_wrap .head_nav>li li a {
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	position: relative;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	line-height: 24px;
}

.nav_wrap .head_nav>li li a:hover {
	padding-left: 5px;
	text-decoration: underline;
}

.nav_wrap .head_nav>li li b:after {
	font-family: 'fontawesome';
	content: '\f105';
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 10px;
}

.nav_wrap .head_nav>li li:last-child>a {
	border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
	color: #666;
}

.nav_wrap .head_nav>li ul ul {
	left: 102%;
	top: -15px;
}

.nav_wrap .head_nav>li:hover>a {
	color: #fff;
	background-color:#152a8c ;
}

.nav_wrap .head_nav>li:hover>a>b:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav_wrap .head_nav>li.nav-current {
	background-color: #152a8c;
}

.nav_wrap .head_nav>li.nav-current>a {
	color: #fff;
	padding: 0 10px;
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav>li.nav-current>a:after,
.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav:hover>li:hover>a:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
	width: 110%;
	left: -5%;
}

.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover>li>a:before {
	width: 0%;
	left: 50%;
}

.nav_wrap .head_nav li ul {
	width: 250px;
	padding: 15px 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	-webkit-transform: translateY(10%) scale(.9);
	-ms-transform: translateY(10%) scale(.9);
	-o-transform: translateY(10%) scale(.9);
	transform: translateY(10%) scale(.9);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transform-origin: center 0;
	-moz-transform-origin: center 0;
	-ms-transform-origin: center 0;
	-o-transform-origin: center 0;
	transform-origin: center 0;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
}

.head_layer .logo-fixed {
	flex: 0 20%;
}

.nav_wrap .head_nav li:hover>ul {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.m_head {
	display: none
}

.m_nav {
	display: none
}

.fixed-nav .head_layer {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .12), 0 0 15px rgba(0, 0, 0, .3);
	background-color: #fff !important;
}

.fixed-nav .nav_wrap {
	padding-top: 0;
	background-color: #fff;
}

.fixed-nav .nav_wrap a {
	color: #111
}


.fixed-nav .nav_wrap .head_nav>li {
	margin-right: 10px;
	margin-left: 10px;
}

.fixed-nav .logo {
	float: left;
	display: none;
	margin-bottom: 0 !important
}

.fixed-nav .logo-fixed {
	display: block;
	line-height: 70px;
	flex: 0 15%;
}

.fixed-nav .logo-fixed img {
	max-width: 200px;
	-webkit-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
	margin-bottom: 0 !important;
	;
	float: right;
}

.fixed-nav .nav_wrap .head_nav>li {
	line-height: 70px;
}

.fixed-nav .nav_wrap .head_nav>li>a:before {
	bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav>li>a:after {
	bottom: 13px;
}

.fixed-nav-active .head_layer {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
	opacity: 1;
	height: 100%;
}

.fixed-nav .head_top {
	display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.m_headxs {
	display: none;
}

/* 搜索 */
.search-box {
	position: relative;
	z-index: 101;
	top: 10px;
	margin-left: 50px;
}

.search-box .butn {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.search-ipt {
	border: 0;
	border-radius: 0;
	background: 0 0;
	-webkit-appearance: none;
}

.web-search {
	display: flex;
	visibility: hidden;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.web-search .btn--search-close {
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: inline-block;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ccc;
	background-image: url("../images/search_btn_close.png");
	background-position: center;
	background-size: auto 35%;
	background-repeat: no-repeat;
	font-size: 1.8em;
	line-height: 42px;
	cursor: pointer;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-background-size: auto 35%;
}

.web-search .btn--search-close:hover {
	background-color: #000;
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.js .btn--search-close {
	display: block;
}

.web-search .search-ipt {
	display: inline-block;
	box-sizing: border-box;
	padding: .05em 0;
	width: 75%;
	border-bottom: 3px solid;
	color: #333;
	font-size: 20px;
	font-family: inherit;
	line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
	color: #333;
	font-weight: 700;
}

.web-search .search-ipt::-moz-placeholder {
	color: #333;
	font-weight: 700;
	opacity: 1;
}

.web-search .search-ipt:-ms-input-placeholder {
	color: #333;
	font-weight: 700;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
	-webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
	display: none;
}

.web-search .search-attr {
	display: block;
	margin: 0 auto;
	padding: .85em 0;
	width: 75%;
	color: #333;
	text-align: right;
	font-size: 90%;
}

.js .container {
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.js .main-wrap--move {
	height: 100vh;
}

.js .web-search {
	pointer-events: none;
}

.js .search--open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.web-search .btn--search-close {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.search--open .btn--search-close {
	opacity: 1;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-animation: bounceInA 1s ease;
	-o-animation: bounceInA 1s ease;
	animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
	opacity: 0;
	-webkit-transition: opacity .8s, transform .8s;
	-moz-transition: opacity .8s, transform .8s;
	-o-transition: opacity .8s, transform .8s;
	transition: opacity .8s, transform .8s;
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-o-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-ms-transition: opacity .8s, transform .8s;
}

.search--open .search-attr {
	font-size: 20px;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.js .web-search .search-ipt {
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
	opacity: 0;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	border-bottom-width: 1px;
	-ms-transform: scale3d(0, 1, 1);
	-ms-transform-origin: 0 50%;
	-ms-transition: transform .3s;
}

.js .web-search .search-ipt,
.web-search .search-attr {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.js .search--open .search-ipt {
	opacity: 1;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-ms-transition-duration: .4s;
}

.js .search--open .search-btn {
	display: none !important;
}

.web-search .search-attr {
	padding-bottom: 0;
}

.js .web-search {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	margin: auto;
	padding: 50px 0;
	width: 70%;
	height: 240px;
	border-radius: 8px;
	perspective: 1200px;
}

.js .web-search:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .98);
	content: '';
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-30%) scale(1, 0);
	-o-transform: translateY(-30%) scale(1, 0);
	transform: translateY(-30%) scale(1, 0);
	-ms-transform: translateY(-30%) scale(1, 0);
}

.js .search--open:before {
	opacity: 1;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	-ms-transform: none;
}

.main-wrap--move:after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	content: '';
}

.header-tel{
	flex: 0 21%;
}
.header-tel i{
	background-color: #152a8c;
	width: 40px;
	height: 40px;
	color:#Fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	border-radius: 2px;
}

.header-tel h3{
	font-size:20px;
	font-family:"Prosto";
	text-align: right;
	line-height: 20px;

}
.header-tel strong{
	line-height: 18px;
}
.header-tel span{
	font-size:12px;
	color:#999;
	margin: 0;
	padding: 0;
}
.header-right{
	flex: 0 15%;
	background-color: #152a8c;
	margin-left: 20px;
	padding: 8px 10px;
	text-align: center;
	line-height: 18px;
	color:#fff;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
}
.header-right a{
	color:#fff
}
.banner img {
	min-width: 100%;
}

/* products */
.indexbg{
	background-color: #f3f4f9;
}
.indextitle{
	padding: 50px 0;
	text-align: center;
}
.indextitle .maintitle{
	font-size:42px;
	line-height: 48px;
}
.index-products {
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.3s;
	margin-bottom: 30px;
	position: relative;
}
.index-products h3 {
	font-size: 20px;
	padding: 30px 80px 30px 20px;
	height: 80px;
	font-family:"Prosto";
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.index-products .index-products-img{
	position: relative;
	transition: all ease 0.3s;
	overflow: hidden;
}
.index-products .index-products-img img{
	transition: all ease 0.3s;
}
.index-products .img-cursor{
	width: 100%;
	height: 100%;
	background:rgba(1, 42, 140, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	transition: all ease 0.3s;
}
.index-products i {
	position: absolute;
	width: 45px;
	height: 45px;
	background-color: #152a8c;
	right:20px;
	color:#fff;
	line-height: 45px;
	font-size:36px;
	display: inline-block;
}
.index-products:hover {
	transition: all ease 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.index-products:hover .img-cursor{
	display: block;
	transition: all ease 0.3s;
}
.index-products:hover img{
	background-color: #000;
	z-index: 99;
	transform:scale(1.1);
	transition: all ease 0.3s;

}
.index-products:hover button {
	background-color: #152a8c;
	
}
.index-products:hover h3 {
	color: #152a8c
}
.button-more{
	background-color: #152a8c;
	width: 180px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	color:#fff;
	font-size:20px;
	transition: all ease 0.3s;
	cursor: pointer;
}
.button-more:hover{
	width: 220px;
	transition: all ease 0.3s;
}
.button-more a{
	color:#fff
}
.index-about {
	padding: 50px 0;
	background: url(../images/bg1.png) no-repeat right;

}
.index-aboutimg{
	position: relative;
}
.about-img image{
	position: relative;
	width: 100%;
}

.index-aboutmian{
	padding-top: 50px;
	position: relative;
}
	
.index-aboutmian .about-title{
	margin-bottom: 50px;
	position: relative;
}
.index-aboutmian .about-title h2{
	font-size:20px;
	position: relative;
	color:#152a8c
}
.index-aboutmian .about-title span{
	width: 150px;
	height:8px;
	background: #152a8c;
	position: absolute;
	top:20px;
	right: 80px;
}
.index-aboutmian .about-title h3{
	font-size:42px;
	font-family:"Prosto" ;
	margin-bottom: 30px;
	position: relative;
}
.index-aboutmian .about-title p{
	font-size:18px;
	line-height: 24px;
	padding-bottom: 20px;
	color:#666
}

.index-aboutmian .aboutmore{
	width:180px;
	background-color: #152a8c;
	text-align: center;
	font-size:20px;
	color:#Fff;
	height: 50px;
	line-height: 50px;
	transition: all ease 0.3s;
	cursor: pointer;
}
.index-aboutmian:hover .aboutmore{
	width:200px;
	transition: all ease 0.3s;
}
.index-aboutmian .aboutmore a{
	color:#Fff
}
.index-aboutmian .abouttel i{
	background-color: #152a8c;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:24px;
	color:#fff;
	position: absolute;
} 
.index-aboutmian .abouttel h3{
	padding-left: 60px;
}
.index-aboutmian .abouttel h3 span{
	font-size:14px;
	color:#999;
	display: block;
}
.index-aboutmian .abouttel h3 strong{
	font-weight: normal;
	font-family:"Prosto" ;
	font-size:20px
}
/* adv */
.index-adv {
	text-align: center;
}
.index-adv .adv-icon{
	width:120px;
	height: 120px;
	background-color: #152a8c;
	text-align: center;
	line-height: 120px;
	border-radius: 50%;
	margin: auto;
}
.index-adv .adv-title{
	font-size:24px;
	color:#000;
	padding: 20px 0;
}
.index-adv .adv-more{
	font-size: 18px;
	border-bottom:1px #ddd solid ;
	display: inline-block;
	padding: 10px 20px;
	transition: all ease 0.3s;
	cursor:pointer;
	position: relative;
	
}
.index-adv .adv-more i{
	display: none;
	position: absolute;
	right: 0;
	transition: all ease 0.3s;
	top:15px
}
.index-adv:hover .adv-more{
	padding: 10px 40px 10px 20px;
	transition: all ease 0.3s;
	border-bottom:1px #152a8c solid ;
}
.index-adv:hover .adv-more a{
	color:#152a8c;
}
.index-adv:hover .adv-more i{
	display: inline-block;
	position: absolute;
	right: 0;
	transition: all ease 0.3s;
}
.table_wrap td{padding:10px;}
/* news */
.index-news {
	background-color: #fff;
	padding-bottom: 30px;
	cursor: pointer;
	transition: all ease 0.3s;
	margin-bottom:20px;
	padding: 10px 10px;

}
.index-news hr{
	height:5px;
	width: 80%;
	margin: auto;
	background-color: #152a8c;
	border: none;
	opacity: 1;
	transition: all ease 0.3s;

}
.index-news:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transition: all ease 0.3s;
	background-color: #152a8c;
	color:#fff
}
.index-news:hover .index-newstitle p{
	color:#fff
}
.index-news:hover .index-newsmore{
   background-color: #fff;
}
.index-news:hover .index-newsmore a{
	   color:#152a8c;
}
.index-news:hover hr{
	width: 100%;
	transition: all ease 0.3s;
}
.index-news .index-newstitle{
	margin: 20px 20px;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.index-news .index-newstitle h3 {
	font-size:18px;
	margin-top: 20px;
	padding-bottom: 10px;
	font-family:"Prosto" ;
}

.index-news .index-newstitle p {
	font-size: 18px;
	color: #999;
	line-height: 18px;
}
.index-newsbottom{
	padding: 10px 20px;	
}
.index-newstime{
	font-size:18px;
	text-align: right;
	padding-top: 10px;	
}
.index-newstime i{
	color:#152a8c;
	padding-right: 10px;
}
.index-news:hover i{
	color:#fff
}
.index-newsmore{
	background-color: #152a8c;
	text-align: center;
	line-height: 50px;
	font-size:18px;
	color:#Fff;
	width: 150px;
}
.index-newsmore a{
	color:#fff
}

footer{
	background-color: #222222;
	margin-top: 50px;
	padding-top: 30px;
}
footer {
	background-color: #222222;
	color: #fff
}
footer a {
	color: #fff
}
footer .fot-tit{
	font-size:36px
}
footer .fot-tit1{
	padding-right: 80px;
}
footer .fot-tit1 i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #152a8c;
	text-align: center;
	line-height: 50px;
	font-size:30px;
	position: absolute;
}
footer .fot-tit1 ul li{
	margin: 40px 0;
}
footer .fot-tit1 h3{
	padding-left: 60px;
	font-size:16px;
}
footer .fot-2{
	margin-top: 30px;
}
footer .fot-tit2 ul li{
	line-height: 30px;
	font-size:16px
}
footer .fot-tit3{
	
}
footer .bottom {
	margin-top: 20px;
	border-top: 1px #ddd solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .fot-tit3{
	font-size:16px;
	margin-top: 20px;
}
footer .fot-tit4{
	color:#1d2e7a;
	font-size:30px;
	transition: all ease 0.3s;

}
footer .fot-tit4:hover{
	color:#1d2e7a;
	transition: all ease 0.3s;
}
footer .bottom ul li:nth-child(1) {
	float: left;
}

footer .bottom ul li:nth-child(2) {
	float: right;
	padding-right: 100px;
}

/* ban */

.breadcrumbs {
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	color: #fff;
	background:#152a8c;
	margin: 50px 0;
	border-radius: 35px;
}

.breadcrumbs strong {
	font-weight: normal;
}

.breadcrumbs .home{
	padding-left:30px;
	padding-top:20px;
}
.breadcrumbs .home i{
	padding-right: 10px;
}

.conabtit{
	font-size:36px;
	font-family:"Prosto";
	text-align: center;
	line-height: 24px;
}
.conabtit1{
	padding: 60px 30px;
	border-radius: 15px 15px;
}
.conabtit1 h3{
	font-size:30px;
	padding-bottom: 20px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
}
.conabtit1 p{
	font-size:16px;
	line-height: 22px;
	color:#666
}
.conabtit2{
	font-size:16px;
	text-align: center;
}
.conabtime {
	text-align: center;
	background-color: #152a8c;
	padding: 50px 30px;
	color:#fff;
	margin-top: 30px;
	border-radius: 10px;
}
.aboutimg {
	margin-top: 30px;
}
.aboutimg img{
	margin-bottom: 20px;
}
.conabtime h3{
	font-size:50px;
	font-family:"Prosto";
	text-align: center;
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
}
.conabout{
	background-color: #eee;
	padding:0px 50px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.about-com h3{
	font-size:24px;
	font-family:"Prosto";
	margin-bottom: 5px;
}
.about-com p{
	font-size:18px;
	margin-top:20px;
	color:#666
}
.about-com{
	padding-right: 80px;
}
.breadcrumbsP{
	background-color: #eee;
	padding: 20px;
	font-size:18px
}
.breadcrumbsP span a{
	color:#152a8c
}

/* productlist */
.list {
	width: 100%;
	padding: 0;
}

.list .yiji {
	margin: 0;
}

.list .Pactive {
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
	padding-right: 30px;
	color: #fff;
	text-transform: capitalize;
	/* font-family: "OpenSans-Bold"; */
}

.ul_title {
	position: relative;
	margin-bottom: 10px;
	background-color: #152a8c;
	color:#fff;
	padding: 15px 30px;
	border-radius: 3px;
}

.ul_title a {
	font-size: 30px;
	display: block;
	color: #fff;
	text-transform: capitalize;
}
.ul_title i{
	right:30px;
	top: 20px;
	position: absolute;
	font-size:30px
}

.ul_title::after {
	content: '';
	display: block;
	width: 5px;
	height: 30px;
	left: 0;
	top: 30px;
	position: absolute;
}

.list ul li {
	font-size: 18px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	transition: all 0.8s ease;
	color: #fff;
	background-color: #152a8c;
	padding-left: 30px;
	margin-bottom: 10px;
	padding-right: 30px;
	border-radius: 3px;

}

.list ul li a {
	color: #fff
}

.list ul li a:hover {
	color: #fff;
	cursor: pointer
}

.list ul li .inactive {
	background: url("../images/ico_plus.png") no-repeat right 10px center;
	padding-right: 20px;
	margin-top: 10px;
	position: absolute;
}

.list ul li .inactives {
	background: url("../images/ico_mini.png") no-repeat right 10px center;
	margin-top: 10px;

}

.list ul li ul {
	display: none;
	padding: 0;
	margin-top: 20px;
}

.list ul li ul li {
	border-left: 0;
	border-right: 0;
	padding: 10px 20px !important;
	background-color:#06186d;
}

.list ul li ul li:nth-last-child(1) {
	border-bottom: none
}

.list ul li ul li ul {
	display: none;
}

.list ul li ul li ul last {
	font-size: 18px;
}

.list ul li ul li a {
	font-weight: normal;
	border: none;
	font-size: 16px;
	color: #fff;
	padding-left: 0px;
	text-transform: capitalize;
}

.list ul li ul li ul li {
	padding: 10px
}

.list ul li ul li ul li a {
	color: #000;
}

.list ul li span {
	float: right;
	width: 10px;
	height: 10px;
	cursor: pointer;
}




.product_item {
	margin-bottom: 30px;
	position: relative;
}

.product_item .item_img {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px #152a8c solid;
	padding: 0px 20px;
	cursor: pointer;

}
.product_item .item_img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}

.product_item:hover .item_img {
	border: 1px #222 solid;

}
.product_item:hover .item_img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product_item .item_title{
	background-color: #152a8c;
	font-size:18px;
	color:#fff;
	line-height: 24px;
	padding:0px 10px;
	text-align: center;
	height:80px;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	transition: all ease 0.3s;
}
.product_item .item_title a{
	color:#fff
}
.product_item:hover .item_title{
	background-color: #222;
	transition: all ease 0.3s;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.pagelist {
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
	margin-top: 30px
}

.pagelist a{
	width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 10px 5px
}

.pagelist .item2 {
	width: auto;
	padding: 0 15px;
}

.pagelist a.page-num-current {
	background: #152a8c;
	color: #fff;
	border-color: #152a8c
}

.pagelist {
	text-align: center;
	font-size: 0
}
.pagelist a:hover{
	background-color: #152a8c;
	color:#fff
}

/* news */
.con-news {
	background-color: #fff;
	padding: 20px 20px;
	border-bottom: 3px solid #f0f0f0;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: all ease 0.3s;

}

.con-news .news-title {
	padding-top: 20px;
}

.con-news .news-title span {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.con-news .news-title h3 {
	font-size: 20px;
	color: #000;
	margin: 10px 0
}

.con-news .news-title p {
	margin-bottom: 10px
}

.con-news .news-title .news_more {
	font-size: 16px;
	color: #152a8c
}
.con-news:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transition: all ease 0.3s;

}
.con-news:hover.ssline3::after {
	width: 100%;
	left: 0%;
	right: auto;
}

.ssline3 {
	position: relative;
}

.ssline3::after {
	transition: all 0.5s;
	content: "";
	display: inline-block;
	width: 0%;
	height: 3px;
	background: #152a8c;
	position: absolute;
	bottom: -3px;
	right: 0%;
}

/*productinfo*/

.cloud-zoom-loading {
	padding: 3px;
	border: 1px solid #000;
	background: #222;
	color: white;
}

.product-view .product-image.zoom_remove:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	content: "";
}

.product-view {
	position: relative;
}

.product-image {
	overflow: hidden;
	border: 3px solid #152a8c;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional-wrap {
	position: relative;
	z-index: 0;
	margin-top: 34px;
	padding: 0 60px;
}

.product-view .image-additional {
	position: relative;
	overflow: hidden;
	padding: 0 2px;
}

.product-view .image-additional li {
	position: relative;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
	width: 100%;
	width: 20%;
	height: auto;
	border: 1px solid #bbbbbb;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.product-view .image-additional li:before {
	position: absolute;
	bottom: -5px;
	left: 40%;
	z-index: 1;
	display: block;
	width: 20%;
	height: 4px;
	border-radius: 6px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	filter: alpha(opacity=40);
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-view .image-additional li.current {
	border: 2px solid #303030;
}

.product-view .image-additional li.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-view .image-additional img.popup {
	display: none;
}

.ad_prompt {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	display: none;
	margin: -20px 0 0;
	width: 100%;
	color: #e60012;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
}
.product-view .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	display: none;
}
.product-view .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	display: none;
}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
	margin-top: -16px;
	width: 38px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-view .swiper-button-prev {
	left: 0px;
}

.product-view .swiper-button-next {
	right: 0px;
}

.product-view .swiper-button-next:before,
.product-view .swiper-button-prev:before {
	content: "";
	width: 25px;
	height: 33px;
	background-image: url("../images/web_icon.png");
	background-repeat: no-repeat;
	transition: all ease .35s;
	-webkit-transition: all ease .35s;
}

.product-view .swiper-button-next:before {
	background-position: right -93px;
}

.product-view .swiper-button-prev:before {
	background-position: -250px -93px;
}

.product-view .swiper-button-next:hover:before {
	background-position: right -126px;
}

.product-view .swiper-button-prev:hover:before {
	background-position: -250px -126px;
}

.product-view .swiper-button-next.swiper-button-disabled,
.product-view .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-view:hover .swiper-button-prev,
.product-view:hover .swiper-button-next {
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
}

.product-view:hover .swiper-button-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
}
.product-tit {
	padding-left: 50px;
	padding-top: 50px;
}

.into-tit {
	font-size: 36px;
	color: #152a8c;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: "Prosto";

}

.into-tit2{
	font-size: 18px;
	margin-bottom: 10px;
}
.into-tit1 {
	line-height: 24px;
	font-size: 18px;
	color:#666;
	margin-top: 20px !important;
}

.into-tit1 h3 {
	font-size: 20px;
	line-height: 24px;
	color: #152a8c;
}

.into-more {
	background-color: #152a8c;
	padding: 8px 15px;
	display: inline-block;
	margin-top: 20px;
	border: 2px #152a8c solid;
	color: #Fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transition: all .5s;
	margin-right: 20px;

}

.into-more:hover {
	background-color: #fff;
	border: 2px #152a8c solid;
	color: #152a8c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transition: all .5s;
}

.productinfo2 {
	font-size: 18px;
	color: #fff;
	padding: 8px 30px;
	background-color: #152a8c;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.productinfo1 h3{
	font-size:20px;
	font-family: "Prosto";
	margin-bottom: 20px;
}
.productinfo1 p{
	font-size:16px;
	line-height: 24px;	
}
.product-sj{
	border-top: 1px #ddd solid;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ddd solid;
}
.product-sj i{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #152a8c;
	border-radius: 50%;
	color:#fff;
	font-size:16px;
	margin-right: 10px;
	transition: all ease 0.2s;

}
.product-sj i:hover{
	transition: all ease 0.2s;
	transform: scale(0.8);
}
.productinfo{
	font-size:18px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.productinfo1{
	background-color: #f5f5f5;
	padding:30px;
}
.infotit{
	font-size:36px;
	font-family: "Prosto";
	margin: 30px 0;
	color:#152a8c;
}
.infotit1{
	font-size:24px;
	font-family: "Prosto";
	margin: 20px 0;
	color:#152a8c;
}
.infotit2 {
	padding:50px 30px 0 0px;
}
.infotit2 h3{
	font-size:26px;
	font-family: "Prosto";
	color:#152a8c;
	margin-bottom: 20px;
}
.infotit2 p{
	font-size:18px;
}
.infotit4{
	font-size:16px
}
.pro-adv-tit{
	background-color: #152a8c;
	height: 40px;
	text-align: center;
	color:#Fff;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.productcase{
	display: flex;
}
.productcase .caseinfo{
	flex: 0 20%;
	margin-bottom:20px;
	cursor: pointer;
}
.productcase .caseinfo h3{
	height: 50px;
	font-size:16px;
	color:#fff;
	padding: 0 10px;
	background-color: #152a8c;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	border-right:1px #fff solid ;
	transition: all ease 0.3s;
}
.productcase .caseinfo h3:hover{
	background-color: #222;
	transition: all ease 0.3s;

}
.productcase-xs{
	display: none;
}
.productcase-xs .caseinfo-xs{
	margin-bottom: 20px;
}
.productcase-xs .caseinfo-xs img{
	max-width: 100%;
}
.productcase-xs .caseinfo-xs h3{
	height: 50px;
	font-size:14px;
	color:#fff;
	background-color: #152a8c;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	transition: all ease 0.3s;
}
.protable table tr td{
	border: 1px #ddd solid;
	padding: 10px 10px;
	font-size:16px
}
.form {
	margin-top: 10px;
	margin-bottom: 30px;
}

.form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form ul li {
	flex: 0 48%;
	margin-bottom: 1vw;
}

.form ul li p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5vw;
}

.form ul li input {
	background-color: #F6F7FA;
	border: #EAECF1 1px solid;
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
}

.form ul li input::placeholder {
	color: #878991;
}

.form .quest p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5vw;
}

.form .quest textarea{
	border: #EAECF1 1px solid;
	background-color: #F6F7FA;
	resize: none;
	width: 100%;
	font-size: 14px;
	padding: 0.6vw;
}

.form .quest input {
	border: #EAECF1 1px solid;
	background-color: #F6F7FA;
	resize: none;
	width: 20%;
	font-size: 14px;
	padding: 0.6vw;
}

.form .quest textarea::placeholder {
	color: #878991;
}

.form .quest textarea:focus {
	outline: #eaecf100 1px solid;
}

.form button {
	margin-top: 1vw;
	color: #fff;
	background-color: #152a8c;
	width: 220px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}
.item-hot h3{
	font-size:16px;
	text-align: center;
	background-color: #152a8c;
	padding:0px 10px;
	height: 80px;
	line-height: 18px;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	transition: all ease 0.3s;
}
.item-hot h3:hover{
	background-color: #222;
	transition: all ease 0.3s;

}
.item-hot img{
	border: 1px #ddd solid;
}
.item-hot h3 a{
	color: #fff;
}
/* contact */

.contact {
	padding-top: 30px;
	padding-right: 100px;
}
.contact strong{
	font-weight: normal;
	color: #152a8c;
	margin-left: 20px;
}
.contact h2 {
	font-size: 30px;
	margin-bottom:10px;
	font-family: "Prosto";
	text-transform: capitalize;
	color: #152a8c;
}
.contact h3{
	font-size:18px;
	margin-bottom: 30px;
}

.contact p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.contact i {
	font-size: 20px;
	margin-right: 10px;
	color: #152a8c;
}
#map{
	width: 100%;
	height: 500px;
}
.productinfo td{border:1px solid #000;padding:10px;}
/* news */
.news_details {
	width: 100%;
	height: auto;

}

.news_details h1 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: 'Prosto', Times, serif;
}

.news_details span {
	font-size: 18px;
	text-align: center;
	color: #333;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px #ddd solid
}

.news_details h2 {
	color: #222;
	font-size: 18px;
	line-height: 30px;
	font-family: "Prosto";

}

.news_details p {
	color: #666;
	font-size: 16px;
	line-height: 30px
}

.news_details .ctrl-box {
	padding: 40px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

.news_details .ctrl-box .prev {
	float: left;
	padding-left: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("../images/newsinfo-prev.png")
}

.news_details .ctrl-box .list-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	background-image: url("../images/list-btn.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all .3s;
}

.news_details .ctrl-box .next {
	float: right;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../images/newsinfo-next.png")
}

.news_details .ctrl-box .prev,
.news_details .ctrl-box .next {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-size: 8px;
	transition: all .3s;
	text-transform: capitalize;
}

.news_details img {
	text-align: center;
	margin: 50px 0;
	display: inline-block
}
.teamtit{
	font-size:18px;
	margin-bottom: 20px;
}
.servicetit{
	font-size:26px;
	font-family: "Prosto";
	color:#152a8c
}
.servicetit1{
	font-size:18px;
	line-height: 24px;
}
.qualitytit{
	font-size:18px;
	text-align: center;
	margin-bottom: 30px;
}
.qualityimg{
	padding-right:100px;
	margin-bottom: 10px;
}
.qualitytit1{
	padding-right: 100px;
	margin-bottom: 10px;
}
.qualitytit1 h3{
	font-size:30px;
	color:#152a8c;
	margin-top: 50px;
	margin-bottom: 10px;
}
.qualitytit1 p{
	font-size:18px;
	line-height: 24px;
}
.autotit{
	font-size:20px;
	color: #152a8c;
}

.videolistmain {
	padding: 90px 0 60px 0;
	border-bottom: 1px solid #e5e5e5;
}

.videolistflex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}
.video_item {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.video_item iframe,
.video_item object,
.video_item embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoli {
	margin-bottom: 40px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.video_box {
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	top: 0;
	position: relative;
}

.video_hd {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 67%;
	display: block;
}

.video_hd img,
.video_hd video {
	width: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.video_txt {
	padding: 15px 15px 20px 15px;
}

.video_txt p {
	font-size: 16px;
	color: #000;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.videoli:hover .video_box {
	top: -10px;
	position: relative;
	background-color: #152a8c;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.videoli:hover .video_txt p {
	color: #fff;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

@media (max-width:576px) {
	.index-products h3{
		font-size:14px;
		padding: 20px 80px 20px 10px;
	}
	.index-aboutmian .about-title span{
		display: none;
	}
	footer .fot-tr{
		text-align: left !important;
	}
	footer .fot-nav{
		display: none;
	}
	footer .bottom ul li:nth-child(2){
		float: left;
	}
	.list{
		display: none;
	}
	.product_item .item_title{
		font-size:16px;
		line-height: 14px
	}
	.con-news .news-title{
		margin-bottom: 20px;
	}
	.contact{
		padding-top:20px;
		padding-right: 0px;
	}
	.productcase{
		display: none;
	}
	.productcase-xs{
		display: block;
	}
	.table_wrap table{
		overflow-x: auto;
		display: -webkit-box;
		-webkit-overflow-scrolling: touch
	}
	.product-tit{
		padding-left: 0;
	}
	.conabtit{
		font-size:30px
	}
	.conabout{
		padding:0 0;
	}
	.about-com{
		padding-right: 0;
	}
	.qualityimg{
		padding-right: 0 !important;
	}
	.qualitytit1{
		padding-right: 0 !important;
	}
	
}

@media (min-width:576px) and (max-width:768px) {
	.index-products h3{
		font-size:14px;
		padding: 20px 80px 20px 10px;
	}
	.index-aboutmian .about-title span{
		display: none;
	}
	footer .fot-tr{
		text-align: left !important;
	}
	footer .fot-nav{
		display: none;
	}
	footer .bottom ul li:nth-child(2){
		float: left;
	}
	.index-news img{
		width: 100%;
	}
	.list{
		display: none;
	}
	.product_item .item_title{
		font-size:16px;
		line-height: 14px
	}
	.con-news .news-title{
		margin-bottom: 20px;
	}
	.contact{
		padding-top:20px;
		padding-right: 0px;
	}
	.productcase{
		display: none;
	}
	.productcase-xs{
		display: block;
	}
	.table_wrap table{
		overflow-x: auto;
		display: -webkit-box;
		-webkit-overflow-scrolling: touch
	}
	.product-tit{
		padding: 10px 0px;
	}

	.conabout{
		padding: 20px 20px
	}
	.about-com{
		padding-right: 0;
	}
	.qualityimg{
		padding-right: 0 !important;
	}
	.qualitytit1{
		padding-right: 0 !important;
	}

}


@media (min-width:768px) and (max-width:992px) {
	.indextitle .maintitle{
		font-size:36px;
		line-height: 36px;
	}
	.dn{
		display: none;
	}
	.index-products h3{
		font-size:14px;
		line-height: 14px;
		padding: 0px 0;
	}
	.index-products button{
		padding: 10px 0;
	}
	.about-img{
		display: none;
	}
	.about-img1{
		position: relative;
	}
	.index-aboutimg{
		padding-bottom: 0;
	}
	.index-aboutmian{
		padding-top: 50px;
		padding-left: 15px;
	}
	.index-aboutmian .about-title h3{
		font-size:45px;
		line-height: 45px;
	}
	.index-aboutmian .about-title h2::before{
		width: 50px;
	}
	.index-aboutmian .about-title h2{
		padding-left: 60px;
	}
	.index-aboutmian .about-title{
		margin-bottom: 0px;
	}
	.index-aboutmian .aboutadv h3{
		height: 50px;
	}
	.aboutadv{
		margin-bottom: 20px;
	}
	.aboutmore{
		margin-bottom: 20px;
	}
	footer .fot-button button{
		float: left;
		margin-top: 20px;
	}
	footer .fot-3{
		padding: 15px;
	}
	footer .bottom ul li:nth-child(2){
		float: left;
	}
	.list{
		display: none;
	}
	.product_item .item_title{
		font-size:16px;
		line-height: 14px
	}
	.con-news .news-title{
		margin-bottom: 20px;
	}
	.contact{
		padding-top:20px;
		padding-right: 0px;
	}
	.productcase{
		display: none;
	}
	.productcase-xs{
		display: block;
	}
	.table_wrap table{
		overflow-x: auto;
		display: -webkit-box;
		-webkit-overflow-scrolling: touch
	}
	.product-tit{
		padding: 10px 0px;
	}
	.about-com{
		padding-right: 0;
	}
	.about-com{
		padding-top: 20px !important;
	}
	.conabtime{
		display: none;
	}
	.qualityimg{
		padding-right: 0 !important;
	}
	.qualitytit1{
		padding-right: 0 !important;
	}
	.index-newstime{
		text-align: left;
	}
	footer .fot-nav{
		display: none;
	}
}

@media (max-width:992px) {
	.web_head {
		display: none;

	}
	.mobile{
		padding: 0 20px;
		padding-bottom: 80px;
	}
	.top-mobile{
		background-color: #000;
		height: 30px;
		color:#fff;
		line-height: 30px;
		padding: 0 15px;
	}
	.top-mobile .top-sj{
		text-align: right;
	}
	.top-mobile .top-sj i{
		padding-left: 10px;
	}
	.m_headxs {
		display: block;
	}

	.m_head {
		display: block;
		height:80px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 10;
		background: #ececec;
	}

	.m_head .mlt {
		display: block;
		float: left;
	}

	.m_head .mlt img {
		display: block;
		max-height: 40px;
		margin-top: 5px;
		position: relative;
		left: 15px;

	}

	.m_head .img {
		width: 50px;
		float: right;
		position: relative;
		right: 15px;
	}

	.m_head .img img {
		display: block;
		width: 100%;
	}

	.m_head .langm {
		width: 30px;
		text-align: center;
		line-height: 50px;
		float: right;
	}

	.m_head .mrt {
		width: 50px;
		height: 50px;
		background: url("../images/ss1.png") center no-repeat;
		background-size: 20px;
		display: block;
		float: right;
	}

	.m_nav {
		font-family: Microsoft Yahei;
		display: block;
		position: fixed;
		z-index: 199;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		right: -100%;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		overflow: hidden;
		box-sizing: border-box;
	}

	.m_nav.act {
		right: 0;
	}

	.m_out {
		width: 15%;
		float: left;
	}

	.m_out img {
		display: block;
		width: 100%;
	}

	.m_nav {
		display: block;
		position: fixed;
		z-index: 199;
		width: 80%;
		height: 100%;
		background: #fff;
		top: 0;
		right: -80%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
		box-sizing: border-box;
		z-index: 9999999
	}

	.m_nav.act {
		right: 0;
	}

	.m_nav .ss1 {
		position: relative;
		float: none;
		border: 1px solid #333;
		margin: 20px 20px 20px 30px;
		padding: 0;
		height: 32px;
	}

	.m_nav .ss1 input {
		height: 30px;
		padding-left: 10px;
		vertical-align: top;
		float: left;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		border: 0
	}

	.m_nav .ss1 a {
		float: right;
		width: 30px;
		height: 100%;
	}

	.m_nav .ss1 img {
		position: absolute;
		right: 5px;
		top: 3px;
	}

	.m_out {
		width: 50px;
		float: right;
		max-width: 50px;
		margin-right: 3%;
	}

	.m_out img {
		display: block;
		width: 100%;
	}

	.wow {
		opacity: 1;
	}

	.m_navbox {
		width: 100%;
		box-sizing: border-box;
		background: #fff;
		height: calc(100% - 80px);
		box-sizing: border-box;
		padding: 20px 0;
		overflow: auto;
		box-sizing: border-box;
	}

	.m_navbox div,
	.m_navbox a {
		color: #021f81;
		display: block;
	}

	.m_navbox a {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0;
	}

	.m_navbox div,
	.m_navbox a.ltp {
		font-size: 16px;
		line-height: 30px;
		padding: 10px 0;
		display: block;
		text-transform: uppercase
	}

	.m_navbox li>div:nth-child(1),
	.m_navbox a.ltp {
		padding: 10px 30px 10px 50px;
		position: relative;
	}

	.m_navbox li>div:nth-child(1):after,
	.m_navbox a.ltp:after {
		content: '';
		display: block;
		width: 5px;
		height: 20px;
		background: #111;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		left: 30px;
	}

	.m_navbox li>div:nth-child(1) {
		background: url(../images/plus.png) 95% center no-repeat;
		background-size: 16px;
	}

	.m_navbox li>div.act:nth-child(1) {
		background: url(../images/reduce.jpg) 95% center no-repeat;
	}

	.m_navbox div.lbt {
		padding: 5px 50px;
		display: none;
		border-bottom: 1px solid #111;
	}

	.m_navbox li.act>div:nth-child(1) {
		color: #111;
	}

	.m_navbox li.act>div:nth-child(1):after {
		background: #111;
	}

	.js .web-search {
		width: 100%;
	}


}

@media (min-width:992px) and (max-width:1200px) {
	.header-tel{
		display: none;
	}
	.head_layer .logo-fixed {
		flex: 0 15%
	}
	.header-right{
		display: none;
	}
	.nav_wrap{
		flex: 0 80%;
	}
	.index-products h3{
		font-size:16px;
		line-height: 18px;
	}
	.index-products button{
		padding: 10px 0;
	}
	.fixed-nav .logo-fixed img{
		max-width: 100px;
	}
	.conabtime{
		display: none;
	}
	.about-com{
		padding-bottom: 20px;
	}
	.contact{
		padding-top: 0;
		padding-right: 0;
	}
	.list{
		display: none;
	}
	.nav_wrap .head_nav>li{
		margin-left: 5px;
		margin-right: 5px;
		font-size:16px
	}
	.head_layer .logo-fixed {
		flex: 0 10%;
	}
	.fixed-nav .nav_wrap .head_nav>li{
		margin-left: 0px;
		margin-right:0px;
	}
	.qualityimg{
		padding-left: 100px;
	}
	.qualitytit1{
		padding-left: 100px;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.header-tel{
		display: none;
	}
	.head_layer .logo-fixed {
		flex: 0 15%
	}
	.header-right{
		display: none;
	}
	.nav_wrap{
		flex: 0 80%;
	}
	.index-products h3{
		font-size:16px;
		line-height: 18px;
	}
	.index-products button{
		padding: 10px 0;
	}
	.fixed-nav .logo-fixed img{
		max-width: 200px;
	}
	.conabtime{
		display: none;
	}

	.contact{
		padding-top: 0;
		padding-right: 0;
	}
	.about-com{
		padding-top: 0;
		padding-right: 0;
	}
	.nav_wrap .head_nav>li{
		margin-left: 5px;
		margin-right: 5px;
		font-size:16px
	}
	.head_layer .logo-fixed {
		flex: 0 10%;
	}
	.fixed-nav .nav_wrap .head_nav>li{
		margin-left: 0px;
		margin-right:0px;
	}
	.qualitytit1 h3{
		margin-top: 0;
	}
	.infotit2{
		padding: 20px 20px 0 0;
	}
}
@media (min-width:1400px) and (max-width:1680px) {
	.nav_wrap{
		flex: 0 74%;
	}
	.header-tel h3{
		font-size:16px
	}
	.header-right {
		font-size:14px
	}
	.conabtime h3{
		font-size:55px
	}
	.about-com{
		padding-top: 0;
		padding-right: 10px;
	}
	.list ul li ul li{
		border-radius: 5px;
	}
	

}