body{
	cursor:default;
	font-family:"microsoft yahei",Arial;
	overflow-x:hidden;
	font-size:14px;
	letter-spacing: 0.25px;
	background: url("../images/bkg.svg") repeat top;
	outline:none;
	cursor: default;
}
a{text-decoration:none;letter-spacing: 0.25px;}
a:hover{text-decoration:none;}

.c035s{
	transition:0.35s ease-in-out;
}
.c050s{
	transition:0.5s ease-in-out;
}
.animated_duration{
	animation-delay: 0.25s !important;
}
.animated_left{
	animation:fadeInLeft 0.8s linear;
}
.animated_right{
	animation:fadeInRight 0.8s linear;
}
.animated_up{
	animation:fadeInUp 1s linear;
	opacity: 1;
}
.animated_down{
	animation:fadeInDown 1s linear;
	opacity: 1;
}
.animated_fadeIn{
	animation:fadeIn 1s linear;
}
.img_big{
	transform:scale(1);
	opacity: 1;
}
.img_big:hover{
	transform:scale(1.1);
	opacity: 1;
}

/* header */
#header_box{
	position:relative;
	margin:0 auto;
	width:100%;
	height: auto;
	overflow: hidden;
	z-index: 9999;
	border: none;
	box-shadow: 1px 1px 4px #bfbfbf;
}
#header_box .top_header{
	position:relative;
	display: block;
	text-align: center;
	margin:0 auto;
	width:100%;
	padding: 0 2%;
	height: 30px;
	background: #efefef;
	animation:fadeInDown 0.4s linear;
}
#header_box .top_header .left{
	position:relative;
	display:inline-block;
	float:left;
	margin-left: 0;
	line-height: 30px;
	font-size:12px;
	color: #333333;
}
#header_box .top_header .right{
	position:relative;
	display:inline-block;
	float:right;
	margin-right: 0;
	line-height: 30px;
	font-size:12px;
	color: #333;
}
#header_box .top_header .right span a{
	color: #333;
}
#header_box .top_header .right span a:hover{
	color:#3a5b9c;
}
#header_box .header{
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	max-width: 96%;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
	background:#FFF;
	border-bottom: none;
	box-shadow: none;
}
#header_box .header_logo{
	position:relative;
	display: inline-block;
	float:left;
	width: auto;
	height: auto;
	margin: 38px auto;
}
#header_box .header_nav{
	position:relative;
	display: inline-block;
	float:right;
	width:auto;
	height: auto;
	margin: 0px 0 0px 0px;
}
#header_box .header_nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header_box .header_nav ul li{
	position: relative;
	float:left;
	width: 100px;
	height: auto;
	line-height: 22px;
	border-right:1px #efefef solid;
	padding: 37px 0;
	z-index: 3;
}
#header_box .header_nav ul li span{
	display: block;
	font-size:12px;
	color:#bfbfbf;
}
#header_box .header_nav ul li:nth-child(1) a{
	/* border-left:1px #efefef solid; */
	color: #FFF;
}
#header_box .header_nav ul li:nth-child(1) a span{
	/* border-left:1px #efefef solid; */
	color: #FFF;
}
#header_box .header_nav ul li:hover{
	background: none;
}
#header_box .header_nav ul li:nth-last-child(2){
	display: block;
}
#header_box .header_nav ul li:nth-last-child(1):hover{
	/* background:none; */
	border-right:none;
}
#header_box .header_nav ul li a{
	color: #333;
	font-size:16px;
	display: block;
}
#header_box .header_nav ul li:hover a{
	color:#FFF;
}
#header_box .header_nav ul li:hover a span{
	color:#FFF;
}
#header_box .header_nav ul li:hover ul{
	display: none;
}
#header_box .header_nav ul li ul{
	display: none;
	position: fixed;
	top: 124px;
	width: 100px;
	height: auto;
	background: rgba(205,39,30,0.96);
	border-top: 1px #333 solid;
}
#header_box .header_nav ul li ul li{
	width: 100%;
	height: auto;
	line-height: 40px;
	border:none;
	float:left;
}
#header_box .header_nav ul li ul li:nth-child(1){
	border:none;
}
#header_box .header_nav ul li:nth-child(3) ul{
	width:120px;
	margin-left: -10px;
}
#header_box .header_nav ul li ul li a{
	line-height:40px;
	font-size: 14px;
	padding:0 10px;
	color:#FFF;
}
#header_box .header_nav ul li ul li:hover{
	color:#FFF;
	background: rgba(187,28,18,0.9);
}
#header_box .header_nav ul .header_bg{
	position: absolute;
	width: 14%;
	height:120px;
	background-image: linear-gradient(160deg,#338ec1, #025faf);
	z-index: 2;
	border-radius: 0px 32px 32px 0px;
	border-left: 6px #115982 solid;
}
#header_box .header_nav .header_search{
	float:left;
}

/* header_search */
.sosoubg{
	position:fixed;
	right:100px;
	width:240px;
	z-index:9999;
	display: none;
}
.sosoubg .search input:nth-child(1){
	width: 180px;
	float:left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border: none;
	border: 1px #082e75 solid;
}
.sosoubg .search input:nth-child(2){
	width:60px;
	float:left;
	height: 30px;
	line-height: 30px;
	background: #082e75;
	border: none;
	color: #FFF;
	border: 1px #082e75 solid;
}

/* banner */
.banner{
	position:relative;
	width: 100%;
	margin-left: 0;
	height: auto;
	top:0;
	z-index:10;
	overflow: hidden;
}
.shutter{
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
}
.shutter img{
	width:100%;
	height:auto;
}
.shutter-btn{
    list-style: none;
}
.shutter-btn li{
	position:absolute;
	z-index:2;
	top:50%;
	width:49px;
	height:49px;
	margin-top:-25px;
	cursor:pointer
}
.shutter-btn li.prev{
	left:20px;
	background:url(../images/shutter_prevBtn.png) no-repeat 0 -49px
}
.shutter-btn li.next{
	right:20px;background:url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc{
	display:none;
}
.swiper-wrapper{
	transition-duration:500ms !important;
}
.swiper-wrapper .swiper-slide .banner_content{
	position:relative;
	display: block;
	vertical-align: middle;
	width: 10%;
	padding: 0;
	height: auto;
	float: left;
	overflow: hidden;
}

.swiper-wrapper .swiper-slide .banner_images{
	position:relative;
	width:90%;
	float: right;
}
.swiper-pagination-bullet{
	width: 50px !important;
	height: 3px !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background: #025faf !important;
}
.swiper-pagination{
	bottom: 20px !important;
}

/* keyword */
.keyword_box{
	position:relative;
	width:100%;
	margin: 30px auto;
	/* overflow: hidden; */
}
.keyword{
	display:block;
	text-align: center;
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	width:1200px;
	box-shadow: 1px 2px 6px #999;
	/* overflow: hidden; */
}
.keyword .keytitle_border{
	position:relative;
	display:inline-block;
	width:60px;
	height: 60px;
	line-height:24px;
	padding: 6px 0;
	background-image: linear-gradient(160deg,#338ec1, #025faf);
	/* overflow:hidden; */
	float:left;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	border-radius: 0;
}
.keyword .keytitle_border span{
	display:block;
	font-size:12px;
}
.keyword .keyword_border{
	position:relative;
	display:inline-block;
	text-align: left;
	width:1140px;
	padding:0 20px;
	height: 60px;
	line-height:24px;
	background:#FFF;
	border:1px #bfbfbf solid;
}
.keyword .keyword_border a{
	border-right:1px #999 solid;
	padding: 0 4px 0 2px;
	font-size:14px;
	line-height: 60px;
	color:#333;
	transition:0.35s ease-in-out;
}
.keyword .keyword_border a:nth-last-child(1){
	border-right:none;
}
.keyword .keyword_border a:hover{
	color:#035faf;
	font-weight:bold;
	transition:0.35s ease-in-out;
}
.keyword .keyword_tel{
	position:relative;
	display:block;
	margin: 30px auto 30px;
	width:500px;
	height:36px;
	line-height:36px;
	float:left;
}
.keyword .keyword_tel .tel_icon{
	width: 140px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 2px;
	color: #035faf;
	background:url("../images/keyword_tel_icon.png") no-repeat left;
	float: left;
}
.keyword .keyword_tel span{
	position:relative;
	display:inline-block;
	color: #1c1c1c;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
}
.keyword .keyword_search{
	position:relative;
	display: none;
	margin:30px auto;
	width: 366px;
	height: 28px;
	float:right;
}
.keyword .keyword_search input{
	width: 100%;
	height:28px;
	border:2px #035faf solid;
	padding: 0 10px;
}
.keyword .keyword_search .s_btn{
	position:absolute;
	right: 0;
	width:40px;
	height:28px;
	background:url("../images/keyword_search_button_icon.png") no-repeat center;
	border:none;
	outline:none;
}

/* product_type */
.product_type{
	position:relative;
	display:block;
	text-align:center;
	width: 100%;
	margin: 0 auto 60px;
	height:auto;
	overflow:hidden;
}
.product_type .list{
	position:relative;
	display:inline-block;
	width:50%;
	max-width: 960px;
	height: 500px;
	overflow: hidden;
	float:left;
	border:2px #efefef solid;
}
.product_type .list:hover{
	border:2px #035faf solid;
	border-radius:6px;
}
.product_type .list:nth-child(1){
	background:url("../images/product_type_list01.jpg");
	background-size:cover;
}
.product_type .list:nth-child(2){
	background:url("../images/product_type_list02.jpg");
	background-size:cover;
}
.product_type .list .contnet_box{
	position:relative;
	display:inline-block;
	width: 44%;
	padding: 0 2% 0 2%;
	height:auto;
	overflow:hidden;
	float:left;
}
.product_type .list .contnet_box .title{
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-align:left;
	font-size:30px;
	line-height:38px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom:12px;
}
.product_type .list .contnet_box .content{
	text-align:left;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
}
.product_type .list .images{
	position:relative;
	display:inline-block;
	width: 56%;
	height:auto;
	overflow:hidden;
	float:right;
}
.product_type .list .images img{
	margin-top: 20px;
	width: 100%;
	height:auto;
}

.product_type .list .boxbg{
	position:absolute;
	top: 0;
	z-index: 2;
}

/* advantage */
.index_advantage_list_box{
	position:relative;
	width:100%;
	max-width:1200px;
	margin: 0 auto 90px;
	height:auto;
	overflow:hidden;
}
.index_advantage_list_box .list{
	position:relative;
	display:block;
	width:100%;
	height:auto;
/*	overflow:hidden;*/
}
.index_advantage_list_box .list:nth-child(1){
	z-index:1;
}
.index_advantage_list_box .list:nth-child(2){
	z-index:2;
}
.index_advantage_list_box .list:nth-child(2){
	z-index:3;
}
.index_advantage_list_box .list:nth-child(1) .imgbox{
	position:relative;
	display:inline-block;
	margin-top: -275px;
	width:534px;
	height:368px;
	overflow:hidden;
	opacity: 1 !important;
	border:1px #efefef solid;
	box-shadow: 1px 6px 6px #999;
}
.index_advantage_list_box .list:nth-child(2) .imgbox{
	position:relative;
	display:inline-block;
	margin-top: -370px;
	width:390px;
	height:454px;
	overflow:hidden;
	opacity: 1 !important;
	border:1px #efefef solid;
	box-shadow: 1px 6px 6px #999;
	float:right;
}
.index_advantage_list_box .list:nth-child(3) .imgbox{
	position:relative;
	display:inline-block;
	margin-top: -355px;
	width: 540px;
	height: 340px;
	overflow:hidden;
	opacity: 1 !important;
	border:1px #efefef solid;
	box-shadow: 1px 6px 6px #999;
	float: left;
}
.index_advantage_list_box .list:nth-child(1) .content_box{
	position:relative;
	display:inline-block;
	width:914px;
	height: auto;
	padding: 78px 10px;
	background: url(../images/index_advantage_listbg.jpg) repeat #FFF;
	border: 2px #035faf solid;
	/*overflow:hidden;*/
	float: right;
	border-radius: 6px;
}
.index_advantage_list_box .list:nth-child(2) .content_box{
	position:relative;
	display:inline-block;
	text-align: right;
	margin-top: 30px;
	margin-right: 160px;
	width: 960px;
	height: auto;
	padding: 72px 30px;
	background: url(../images/index_advantage_listbg.jpg) repeat #FFF;
	border: 2px #035faf solid;
	/*overflow:hidden;*/
	float: right;
	border-radius: 6px;
}
.index_advantage_list_box .list:nth-child(3) .content_box{
	position:relative;
	display:inline-block;
	text-align: left;
	margin-top: 40px;
	margin-right: 0;
	width: 960px;
	height: auto;
	padding: 72px 10px;
	background: url(../images/index_advantage_listbg.jpg) repeat #FFF;
	border: 2px #035faf solid;
	/*overflow:hidden;*/
	float: right;
	border-radius: 6px;
}
.index_advantage_list_box .list:nth-child(1) .content_box .title{
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	padding-left: 280px;
	font-size: 36px;
	line-height:36px;
	font-weight:bold;
	color:#11538d;
}
.index_advantage_list_box .list:nth-child(2) .content_box .title{
	padding-right: 240px;
	font-size: 36px;
	line-height:36px;
	font-weight:bold;
	color:#11538d;
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.index_advantage_list_box .list:nth-child(3) .content_box .title{
	padding-left: 340px;
	font-size: 36px;
	line-height:36px;
	font-weight:bold;
	color:#11538d;
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.index_advantage_list_box .list:nth-child(1) .content_box .content{
	margin-top:12px;
	padding-left: 280px;
	font-size:16px;
	line-height:32px;
	font-weight:normal;
	color:#666;
}
.index_advantage_list_box .list:nth-child(2) .content_box .content{
	margin-top:12px;
	padding-right: 240px;
	font-size:16px;
	line-height:32px;
	font-weight:normal;
	color:#666;
}
.index_advantage_list_box .list:nth-child(3) .content_box .content{
	margin-top:12px;
	padding-left: 340px;
	font-size:16px;
	line-height:32px;
	font-weight:normal;
	color:#666;
}

/* index_compared_box */
.index_compared_box{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.index_compared_box .title{
	position: relative;
	display: block;
	text-align:center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_compared_box .title span{
	margin:0 8px;
}
.index_compared_box .title span:nth-child(1){
	font-size:38px;
	font-weight:bold;
	color:#1c1c1c;
}
.index_compared_box .title span:nth-child(2){
	font-size:38px;
	font-weight:bold;
	color:#11538d;
}
.index_compared_box .title span:nth-child(3){
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#bfbfbf;
}
.index_compared_box .list_box{
	position:relative;
	display:block;
	text-align: center;
	width:100%;
	max-width: 1200px;
	margin:30px auto 0;
	overflow:hidden;
}
.index_compared_box .list_box .other_list{
	position:relative;
	display:inline-block;
	text-align: center;
	width:1000px;
	height:34px;
	line-height: 34px;
	margin-bottom: 16px;
	border-radius:6px;
	color:#FFF;
	font-size:16px;
	border:1px #1c1c1c solid;
	background:#1c1c1c;
}
.index_compared_box .list_box .other_list:nth-child(2){
	width:1200px;
}
.index_compared_box .list_box .other_list .other_listfont{
	margin-bottom:16px;
}
.index_compared_box .list_box .other_list .other_listbg{
	position:absolute;
	width:0px;
	height:34px;
	line-height:34px;
	background:#035faf;
	border: none;
	border-radius:6px;
}
.index_compared_box .list_box .other_list:hover .other_listfont{
	position: relative;
	color:#FFF;
	transition:1s ease-in-out;
	z-index: 2;
}
.index_compared_box .list_box .other_list:hover .other_listbg{
	position: absolute;
	top: 0;
	width:100%;
	transition:1s ease-in-out;
	z-index: 1;
}
.index_compared_box .list_box .myself_list{
	position:relative;
	display:inline-block;
	text-align: center;
	width:1000px;
	height:34px;
	line-height: 34px;
	margin-bottom: 16px;
	border-radius:6px;
	color:#FFF;
	font-size:16px;
	border:1px #035faf solid;
	background:#035faf;
}
.index_compared_box .list_box .myself_list:nth-child(2){
	width:1200px;
}
.index_compared_box .list_box .myself_list .myself_listfont{
	margin-bottom:16px;
}
.index_compared_box .list_box .myself_list .myself_listbg{
	position:absolute;
	width:0px;
	height:34px;
	line-height:34px;
	background:#1c1c1c;
	border:1px #v solid;
	border-radius:6px;
}
.index_compared_box .list_box .myself_list:hover .myself_listfont{
	position: relative;
	color:#FFF;
	transition:1s ease-in-out;
	z-index: 2;
}
.index_compared_box .list_box .myself_list:hover .myself_listbg{
	position: absolute;
	top: 0;
	width:100%;
	transition:1s ease-in-out;
	z-index: 1;
}

.products_rec{
	width:100%;
	height: 800px;
	overflow:hidden;
	background:url("../images/index_newproduct_bg.jpg") no-repeat center;
}
.products_rec .title{
	position:relative;
	width:100%;
	text-align:center;
	font-size:28px;
	line-height:36px;
	color:#FFF;
	font-weight:bold;
	margin:30px auto;
}
.products_rec .title span{
	display:block;
	font-size:14px;
	font-weight:normal;
}
.products_rec .list{
	position:relative;
	display: block;
	text-align:center;
	margin: -1% auto 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.products_rec .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.products_rec .list ul li{
	position:relative;
	display:inline-block;
	width: calc(90%/3);
	margin: 1%;
	height:auto;
}
.products_rec .list ul li .imgbox{
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow: none;
}
.products_rec .list ul li .imgbox:hover{
	box-shadow: 1px 1px 2px #333;
}
.products_rec .list ul li img{
	width:100%;
	height:auto;
}
.products_rec .list ul li p{
	line-height:40px;
	margin-bottom:0;
	font-size:14px;
}
.products_rec .list ul li p a{
	color:#FFF;
}

.products_category{
	width:100%;
	height: 606px;
	overflow:hidden;
	background:url("../images/index_product_bg.jpg") no-repeat center;
}
.products_category .title{
	position:relative;
	width:100%;
	text-align:center;
	font-size: 36px;
	line-height:36px;
	color: #000000;
	font-weight:bold;
	margin: 60px auto 0px;
}
.products_category .small_title{
	text-align:center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}
.products_category .title span{
	display:block;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
.products_category .nav{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	width:1200px;
	height: auto;
	overflow:hidden;
}
.products_category .nav_list{
	margin:0px auto 60px;
}
.products_category .nav_list a{
	font-size:16px;
	color:#333;
	width:auto;
	margin:0 3px;
	border-right:1px #efefef solid;
	padding-right:10px;
	font-weight:400;
}
.products_category .nav_list a:hover{
	color:#3a5b9c;
}
.products_category .list{
	position:relative;
	display: block;
	text-align:center;
	margin: -1% auto 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.products_category .list li:hover p a{
	color: #3a5b9c;
}
.products_category .list ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 0;
}
.products_category .list ul li{
	position:relative;
	display:inline-block;
	width: calc(90%/4);
	margin: 30px 1% 30px 1%;
	height:auto;
	background: rgba(219,219,219,0.6);
}
.products_category .list ul li:nth-child(1){
	display:none;
}
.products_list .list ul li .imgbox{
	width:100%;
	height: 296px;
	overflow:hidden;
	box-shadow: none;
	/* border: 1px #efefef solid; */
	background: rgba(239,239,239,0.6);
}
.products_category .list ul li:hover .imgbox{
	box-shadow: 0px 0px 1px #efefef;
}
.products_category .list ul li:hover .list_title{
	background:#010159;
}
.products_category .list ul li .list_title{
	height:30px;
	line-height:30px;
	background:#363636;
	color:#FFF;
}
.products_category .list ul li img{
	width:100%;
	height: 100%;
}
.products_category .list ul li p{
	line-height:40px;
	margin-bottom:0;
	font-size:14px;
}
.products_category .list ul li p a{
	color: #333;
}
.products_category .list ul li p a:hover{
	color: #3a5b9c;
}

/* image_list */
.image_cover{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 980px;
	max-height:980px;
	overflow: hidden;
	background: rgba(51,51,51,0.9);
	z-index: 9999;
}
.image_cover .close{
	position: relative;
	margin: 1%;
	font-size:32px;
	color:#FFF;
}
.image_cover .imgborder{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:auto;
}
.image_cover .imgborder img{
	position:relative;
	display:inline-block;
	width:50%;
	height:auto;
	border:4px #fff solid;
	border-radius:6px;
	box-shadow:1px 1px 6px #333;
}
.image_list{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	max-width: 1200px;
	height:auto;
	overflow:hidden;
	z-index: 2;
}
.image_list .list{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	overflow:hidden;

}
.image_list .list ul{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
}
.image_list .list ul li{
	display: inline-block;
	width: 23%;
	height:auto;
	overflow: hidden;
	margin: 0 0.8%;
}
.image_list .list ul li .imgbox{
	width:100%;
	height:auto;
	overflow: hidden;
}
.image_list .list ul li .imgbox img{
	width:100%;
	height:auto;
}
.image_list .list ul li p{
	display:inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	background: linear-gradient(160deg,#338ec1, #025faf);
	border-radius:0 0 6px 6px;
	transition:0.5s ease-in-out;
}
.image_list .list ul li p a{
	color:#FFF;
}
.image_list .list ul li:hover p{
	background: linear-gradient(160deg,#025faf, #025faf);
	transition:0.5s ease-in-out;
}

.index_products_list{
	width:100%;
	height: auto;
	overflow:hidden;
	background: none;
}
.index_products_list .title{
	position:relative;
	width:100%;
	text-align:center;
	font-size: 36px;
	line-height:36px;
	color: #000000;
	font-weight:bold;
	margin: 60px auto 0px;
}
.index_products_list .small_title{
	text-align:center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}
.index_products_list .title span{
	display:block;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
.index_products_list .nav{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	width:1200px;
	height: auto;
	overflow:hidden;
}
.index_products_list .nav_list{
	margin:0px auto 60px;
}
.products_category .nav_list a{
	font-size:16px;
	color:#333;
	width:auto;
	margin:0 3px;
	border-right:1px #efefef solid;
	padding-right:10px;
	font-weight:400;
}
.index_products_list .nav_list a:hover{
	color:#3a5b9c;
}
.index_products_list .list{
	position:relative;
	display: block;
	text-align:center;
	margin: -1% auto 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.index_products_list .list li:hover p a{
	color: #3a5b9c;
}
.index_products_list .list ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 0;
}
.index_products_list .list ul li{
	position:relative;
	display:inline-block;
	width: calc(90%/4);
	margin: 30px 1% 30px 1%;
	height:auto;
	background: rgba(219,219,219,0.6);
	border: 1px #efefef solid;
}
.index_products_list .list ul li .imgbox{
	width:100%;
	height: 210px;
	overflow:hidden;
	box-shadow: none;
	/* border: 1px #efefef solid; */
	background: rgba(239,239,239,0.6);
}
.index_products_list .list ul li:hover .imgbox{
	box-shadow: 0px 0px 1px #efefef;
}
.index_products_list .list ul li:hover .list_title{
	background:#010159;
}
.index_products_list .list ul li:hover p{
	background:#010159;
}
.index_products_list .list ul li:hover p a{
	color:#FFF;
}
.index_products_list .list ul li .list_title{
	height:30px;
	line-height:30px;
	background:#363636;
	color:#FFF;
}
.index_products_list .list ul li img{
	width:100%;
	height: 100%;
}
.index_products_list .list ul li p{
	line-height:40px;
	margin-bottom:0;
	font-size:14px;
}
.index_products_list .list ul li p {
	background: #333;
}
.index_products_list .list ul li p a{
	color: #FFF;
}

.products_list{
	position: relative;
	margin: 60px auto 0;
	width:100%;
	height: auto;
	overflow:hidden;
	background: none;
}
.products_list .title{
	position:relative;
	width:100%;
	text-align:center;
	font-size: 36px;
	line-height:36px;
	color: #000000;
	font-weight:bold;
	margin: 0;
}
.products_list .small_title{
	text-align:center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}
.products_list .title span{
	display:block;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
.products_list .nav{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	width:1200px;
	height: auto;
	overflow:hidden;
}
.products_list .nav_list{
	margin:0px auto 60px;
}
.products_list .nav_list a{
	font-size:16px;
	color:#333;
	width:auto;
	margin:0 3px;
	border-right:1px #efefef solid;
	padding-right:10px;
	font-weight:400;
}
.products_list .nav_list a:hover{
	color:#3a5b9c;
}
.products_list .list{
	position:relative;
	display: block;
	text-align: left;
	margin: 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.products_list .list .left{
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 2px;
}
.products_list .list .right{
	float:right;
	width: 100%;
	height: auto;
	overflow:hidden;
	text-align: left;
	padding: 0 10px;
}
.products_list .list .right .name{
	text-align: center;
	font-size:16px;
	line-height: 48px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom:1px #efefef dashed;
}
.products_list .list .right .name span{
	color: #010159;
}
.products_list .list .right .des{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin-top:16px;
	padding-bottom:16px;
	border-bottom:1px #efefef dashed;
}
.products_list .list .right .more{
	width:120px;
	padding:2px 0;
	text-align:center;
	margin-top: 28px;
	color:#bfbfbf;
	border:1px #bfbfbf solid;
	border-radius:6px;
	font-size:12px;
}
.products_list .list .right .more:hover{
	border:1px #025faf solid;
	background:#025faf;
	color:#FFF;
}
.products_list .list ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 0;
}
.products_list .list ul li{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: calc(95%/3);
	height: auto;
	margin: 0.5%;
	border: 1px #efefef solid;
	border-top: 4px #010159 solid;
	box-shadow: 1px 1px 8px #efefef;
	background: #FFF;
	border-radius: 4px;
}
.products_list .list ul li:hover{
	box-shadow: 1px 0px 10px #999;
}
.products_list .list ul li .imgbox{
	width: 100%;
	height: auto;
	overflow:hidden;
	box-shadow: none;
	/* border: 1px #efefef solid; */
	/* background: rgba(239,239,239,0.6); */
	float: left;
}
.products_list .list ul li:hover .imgbox{
	box-shadow: none;
}
.products_list .list ul li:hover .list_title{
	background:none;
}
.products_list .list ul li .list_title{
	height:30px;
	line-height:30px;
	background:#363636;
	color:#FFF;
}
.products_list .list ul li img{
	width:100%;
	height: 100%;
	border: none;
}
.products_list .list ul li p{
	line-height: 30px;
	margin-bottom:0;
	font-size:14px;
	background: none;
	float: right;
	width: 660px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px #efefef dashed;
}
.products_list .list ul li p a{
	color: #d2271c;
	text-align: left;
}
.pagination{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
	width:100%;
}
.pagination li{
	position:relative;
	display:inline-block;
	width:auto;
	margin:0 2px;
	border-radius:6px;
}
.pagination .active span{
	background:#3a5b9c;
	color:#FFF;
	border:1px #3a5b9c solid;
	border-radius:6px;
}
.product_info_box{
	position:relative;
	margin: 60px auto;
	display:block;
	width: 99.9%;
	height:auto;
	overflow: hidden;
	border-top: 4px #010159 solid;
	background: #FFF;
	border: 1px #bfbfbf solid;
}
.product_info{
	position:relative;
	margin:0 auto;
	display:block;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow: hidden;
	border: 1px #efefef solid;
	padding: 20px 10px 10px 10px;
	border-radius: 6px;
	background: rgba(248,248,248,0.3);
}
.product_info .left{
	position:relative;
	display:block;
	text-align:center;
	width: auto !important;
	max-width:600px;
	height: auto;
	float:left;
	margin-bottom: 0;
	overflow:hidden;
}
.product_info .left .imgbig{
	position:relative;
	display:inline-block;
	width: 500px;
	height: 375px;
	border: 1px #efefef solid;
	overflow: hidden;
	float:left;
}
.product_info .left .imgbig img{
	width:100%;
	height: 100%;
	overflow:hidden;
	border: none;
}
.product_info .left .imgsmall{
	position:relative;
	display:inline-block;
	width: 100px;
	height: auto;
	border: none;
	overflow: hidden;
	float:left;
	margin-top: -2px;
}
.product_info .left .imgsmall img{
	width: 94px;
	height: 70px;
	border: 1px #efefef solid;
	margin: 3px 4px;
	overflow: hidden;
	border-radius:6px;
}
.product_info .left .imgsmall img:hover{
	border:1px #010159 solid;
	border-radius:6px;
}
.product_info .right{
	position:relative;
	display:block;
	text-align:left;
	width: 560px !important;
	padding: 0 20px;
	max-width:600px;
	height: auto;
	float:right;
	overflow:hidden;
}
.product_info .right .title{
	text-align:left !important;
}
.product_info .right .des{
	text-align:left !important;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	text-indent: 0em;
}
.product_info .right .keywords{
	text-align:left !important;
	color:#bfbfbf;
	font-size: 14px;
	line-height: 28px;
	border-top:1px #efefef dashed;
	margin-top:20px;
	padding-top:20px;
}
.product_info_content{
	width: 100%;
	margin: 30px auto;
	padding: 10px;
	position:relative;
	float:left;
	border: 1px #f8f8f8 solid;
	background: #FFF;
}
.product_info_pages{
	position:relative;
	margin: 0 auto;
	width: 96%;
	float: none;
}
.product_info_pages .prev{
	width:auto;
	float:left;
}
.product_info_pages .prev a{
	color:#333;
}
.product_info_pages .prev a:hover{
	color:#010159;
}
.product_info_pages .prev a:active{
	color:#010159;
}
.product_info_pages .next{
	width:auto;
	float:right;
}
.product_info_pages .next a{
	color:#333;
}
.product_info_pages .next a:hover{
	color:#010159;
}
.product_info_pages .next a:active{
	color:#010159;
}
.product_info_pages ul{
	list-style:none;
	padding:0;
	margin:0;
}

.news_list{
	width:100%;
	height: 910px;
	overflow:hidden;
	background:none;
}
.news_list .title{
	position:relative;
	width:100%;
	text-align:center;
	font-size:28px;
	line-height:36px;
	color: #3a5b9c;
	font-weight:bold;
	margin: 30px auto 30px;
}
.news_list .title span{
	display:block;
	font-size:14px;
	font-weight:normal;
	color: #bfbfbf;
}
.news_list .nav{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	width:1200px;
	height: auto;
	overflow:hidden;
}
.news_list .nav_list{
	margin:0px auto 60px;
}
.news_list .nav_list a{
	font-size:16px;
	color:#333;
	width:auto;
	margin:0 3px;
	border-right:1px #efefef solid;
	padding-right:10px;
	font-weight:400;
}
.news_list .nav_list a:hover{
	color:#3a5b9c;
}
.news_list .list{
	position:relative;
	display: block;
	text-align:center;
	margin: -1% auto 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.news_list .list li:hover p a{
	color: #3a5b9c;
}
.news_list .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_list .list ul li{
	position:relative;
	display:inline-block;
	width: calc(90%/3);
	margin: 1%;
	height:auto;
}
.news_list .list ul li .imgbox{
	width:100%;
	height: 270px;
	overflow:hidden;
	box-shadow: none;
	border: 1px #efefef solid;
}
.news_list .list ul li .imgbox:hover{
	box-shadow: 0px 0px 1px #3a5b9c;
}
.news_list .list ul li img{
	width:100%;
	height: 100%;
}
.news_list .list ul li p{
	line-height:40px;
	margin-bottom:0;
	font-size:14px;
}
.news_list .list ul li p a{
	color: #333;
}
.news_list .list ul li p a:hover{
	color: #3a5b9c;
}
.news_content{
	position: relative;
	margin: 60px auto;
	display: block;
	width: 99.8%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	border: 1px #efefef solid;
	padding: 10px;
	border-radius: 6px;
	background: rgba(248,248,248,0.6);
	box-shadow: 0px 2px 4px #999;
}
.news_content .title {
    text-align: center;
    border-bottom: 1px #efefef dashed !important;
    margin: 30px auto;
    font-size: 28px;
    font-weight: bold;
    color: #082e75;
}
.news_content .article_box{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	color: #bfbfbf;
	margin-top: -20px;
}
.news_content .article_box .views{
	position:relative;
	display:inline-block;
	width:auto;
}
.news_content .article_box .date{
	position:relative;
	display:inline-block;
	width:auto;
}
.news_content .news_info{
	margin:30px auto;
	padding-bottom:30px;
	border-bottom:1px #efefef solid;
}

.pagination{
	list-style:none;
	margin: 30px auto 0;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
	width:100%;
}
.pagination li{
	position:relative;
	display:inline-block;
	width: auto !important;
	margin: 0 4px !important;
	border-radius:6px;
}
.pagination .active span{
	background: #025faf;
	color:#FFF;
	border: 1px #025faf solid;
	border-radius:6px;
}

/* index_about_box*/
.index_about_box{
	position:relative;
	display:block;
	width:100%;
	margin:60px auto;
	height:auto;
	overflow:hidden;
}
.index_about_box .about_ad_box{
	position:relative;
	display:block;
	width:100%;
	height:390px;
	overflow:hidden;
	background:url("../images/index_about_adbg.jpg") no-repeat center;
}
.index_about_box .about_ad{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:390px;
	overflow:hidden;
}
.index_about_box .about_ad .imgbox{
	margin: 30px auto 0;
	position:relative;
	width: 50%;
	height: auto;
	overflow:hidden;
	float: left;
}
.index_about_box .about_ad .imgbox img{
	position:relative;
	width: 100%;
	height:auto;
	float:right;
}
.index_about_box .ad_content_box{
	position:relative;
	display:inline-block;
	width:50%;
	float: right;
}
.index_about_box .ad_content_box .title{
	font-size:40px;
	font-weight:bold;
	letter-spacing:2px;
	color:#11538d;
	margin-top:80px;
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.index_about_box .ad_content_box .content{
	color:#333;
	font-size:16px;
	line-height:32px;
	margin: 30px auto;
}
.index_about_box .button_box{
	position:relative;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.index_about_box .button_box .button{
	position:relative;
	text-align: center;
	display:inline-block;
	width:128px;
	height:38px;
	color:#FFF;
	font-size: 14px;
	line-height:38px;
	background:#035faf;
	border-radius:6px;
	overflow:hidden;
	margin-right: 10px;
}
.index_about_box .button_box .button:nth-child(2){
	background: #1c1c1c !important;
}
.index_about_box .button_box .button a{
	display:block;
	color:#FFF;
}
.index_about_box .profile_box{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_about_box .profile_box .imgbox{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 386px;
	max-height: 386px;
	overflow: hidden;
	float: left;
}
.index_about_box .profile_box .imgbox img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	transform: scale(1.25);
}
.index_about_box .profile_box .content_box{
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 74px 2%;
	height: auto;
	overflow: hidden;
	float: right;
	background:url(../images/index_profilebg_pic.jpg) no-repeat top;
	margin-bottom: 0px;
}
.index_about_box .profile_box .content_box .title{
	font-size:34px;
	font-weight:bold;
	line-height:42px;
	color:#FFF;
}
.index_about_box .profile_box .content_box .content{
	font-size:16px;
	line-height:32px;
	color:#FFF;
	margin: 40px auto;
}
.index_about_box .profile_box .content_box .more{
	font-size:14px;
	color:#FFF;
}
.index_about_box .profile_box .content_box .more a{
	color:#FFF;
}

/* index_view */
.index_view_box{
	position:relative;
	width:100%;
	max-width: 1300px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}
.index_view_box .title{
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_view_box .title span{
	display:inline-block;
	
}
.index_view_box .title span:nth-child(1){
	font-size:38px;
	line-height: 42px;
	font-weight:bold;
	color:#1c1c1c;
	letter-spacing:4px;
}
.index_view_box .title span:nth-child(2){
	font-size:38px;
	line-height: 42px;
	font-weight:bold;
	color:#11538d;
	letter-spacing:4px;
}
.index_view_box .title span:nth-child(3){
	display:block;
	font-size:16px;
	line-height:32px;
	font-weight:normal;
	color:#bfbfbf;
	letter-spacing:2px;
	margin-bottom:30px;
}
.index_view_box .view{
	position:relative;
	margin:60px auto;
	width:100%;
	height:410px;
	max-width: 1300px;
	background:url(../images/index_view.jpg) no-repeat center;
	overflow:hidden;
}
.index_view_box .view .left{
	position:absolute;
	left:0;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #010159;
	margin-bottom:0px;
}
.index_view_box .view .left span{
	display:block;
	font-size:14px;
	line-height:32px;
	color:#999;
}
.index_view_box .view .right{
	position:absolute;
	right: 226px;
	top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #010159;
	margin-bottom:0px;
}
.index_view_box .view .right span{
	display:block;
	font-size:14px;
	line-height:32px;
	color:#999;
}
.accordion{
	position: relative;
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	height: auto;
	margin: 0 auto 60px;
}
.accordion ul li{
	list-style:none;
	background-repeat: no-repeat;
	float: left;
	width: 198px;
	height: 500px;
	cursor: default;
	margin-right: 4px;
}
.accordion ul li .title{
	position:relative;
	text-align:center;
	margin-top:470px;
	width:100%;
	height:34px;
	line-height:34px;
	background: rgba(30,106,149,0.9);
	color: #FFF;
}
.accordion ul li.active{
	width: 620px;
	margin-right: 4px;
}
.accordion ul .item1{
	background-image: url(../images/index_view_bpic01.jpg);
}
.accordion ul .item2{
	background-image: url(../images/index_view_bpic02.jpg);
}
.accordion ul .item3{
	background-image: url(../images/index_view_bpic03.jpg);
}
.accordion ul .item4{
	background-image: url(../images/index_view_bpic04.jpg);
}
.accordion ul li a{
	display: block;
	width: 198px;
	height: auto;
	cursor: default;
}
.accordion ul .item1 a{
	background-image: url(../images/index_view_spic01.jpg);
}
.accordion ul .item2 a{
	background-image: url(../images/index_view_spic02.jpg);
}
.accordion ul .item3 a{
	background-image: url(../images/index_view_spic03.jpg);
}
.accordion ul .item4 a{
	background-image: url(../images/index_view_spic04.jpg);
}

/* index_news_box */
.index_news_box{
	position:relative;
	display:block;
	text-align:center;
	margin: 0px auto 60px;
	width:100%;
	height: 100%;
	overflow:hidden;
}
.index_news_box .title{
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_news_box .title span{
	display:inline-block;
	
}
.index_news_box .title span:nth-child(1){
	font-size:38px;
	line-height: 42px;
	font-weight:bold;
	color:#1c1c1c;
	letter-spacing:4px;
}
.index_news_box .title span:nth-child(2){
	font-size:38px;
	line-height: 42px;
	font-weight:bold;
	color:#11538d;
	letter-spacing:4px;
}
.index_news_box .title span:nth-child(3){
	display:block;
	font-size:16px;
	line-height:32px;
	font-weight:normal;
	color:#bfbfbf;
	letter-spacing:2px;
	margin-bottom:30px;
}
.index_news_box .title span{
	font-size:16px;
	color:#333333;
	letter-spacing:1px;
	padding-left: 10px;
}
.index_news_box .title .line{
	width:140px;
	height:2px;
	background:#c83030;
	margin:24px 0;
}
.index_news_box .list{
	position:relative;
	display: block;
	text-align: center;
	margin: 20px auto 0;
	top: 0;
	width:100%;
	max-width: 1200px;
	height: auto;
}
.index_news_box .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.index_news_box .list ul li{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	background: none;
	padding: 30px 0;
	margin-bottom: 16px;
	background: #f8f8f8;
	box-shadow: 1px 1px 4px #bfbfbf;
	transition:0.35s ease;
	border-radius: 6px;
	border: 1px #efefef solid;
}
.index_news_box .list ul li:hover{
	box-shadow: 0px 4px 6px #bfbfbf;
	transition:0.35s ease;
}
.index_news_box .list ul li .date{
	position:relative;
	display:inline-block;
	width: 180px;
	top: 60px;
	height: auto;
	float: left;
}
.index_news_box .list ul li .date .day{
	position: relative;
	display: inline-block;
	font-size:50px;
	color: #1e6a95;
	border-right: 1px #bfbfbf solid;
	padding-right: 10px;
	font-weight: bold;
}
.index_news_box .list ul li .date .year{
	position: absolute;
	display: inline-block;
	top: 10px;
	font-size: 20px;
	line-height: 26px;
	color:#222;
	padding-left: 10px;
	font-weight: bold;
}
.index_news_box .list ul li .date .month{
	position: relative;
	display: inline-block;
	font-size:20px;
	line-height: 26px;
	color:#222;
	padding-left: 10px;
}
.index_news_box .list ul li .list{
	position:relative;
	display:inline-block;
	margin: 0 auto;
	width: 600px;
	padding-left: 50px;
	max-width: 600px;
	height: auto;
	float: left;
	overflow: hidden;
}
.index_news_box .list ul li .list .title{
	position:relative;
	display:inline-block;
	text-align: left;
	left:0;
	font-size: 22px;
	font-weight: bold;
	color:#1c1c1c;
	letter-spacing: 0.5px;
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.index_news_box .list ul li .list .des{
	position:relative;
	display:inline-block;
	text-align: left;
	top: 0;
	left:0;
	margin-top: 30px;
	font-size:14px;
	line-height: 28px;
	color: #666666;
}
.index_news_box .list ul li .imagebox{
	position:relative;
	display:inline-block;
	float: right;
	width: 320px;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
}
.index_news_box .list ul li .list .more{
	position:relative;
	display:inline-block;
	top: 0px;
	right: 0;
	margin-top: 20px;
	float: left;
	font-size: 12px;
	color: #bfbfbf;
	letter-spacing: 0.5px;
}
.index_news_box .list ul li .list .more:hover{
	color:#c83030;
	transition:0.35s ease;
}
.index_news_box .more{
	position:absolute;
	display:inline-block;
	top: 16px;
	right: 360px;
	width: auto;
	font-size:14px;
	color:#efefef;
	letter-spacing:4px;
	float:right;
}
.index_news_box .more a{
	color:#bfbfbf;
}
.index_news_box .more a:hover{
	color:#c83030;
}

.index_parnter_box{
	position:relative;
	margin:0 auto;
	width:100%;
	height:306px;
	background:url("../images/index_parnter_bg.jpg") no-repeat center;
	overflow:hidden;
}
.index_parnter{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
}
.index_parnter .title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #3a5b9c;
    font-weight: bold;
    margin: 60px auto 30px;
}
.index_parnter .title span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #bfbfbf;
}
.index_parnter .list{
	position:relative;
	display:block;
	text-align:center;
}
.index_parnter .list .imgbox{
	position:relative;
	display:inline-block;
	width:216px;
	height:108px;
	overflow:hidden;
	margin:10px;
	border:1px #efefef solid;
}
.index_parnter .list img{
	width:100%;
	height:auto;
}

.main_box{
	position:relative;
	display: block;
	text-align: center;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
}
.main{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto 60px;
	width:100%;
	max-width:1200px;
	overflow:hidden;
}
.main .left{
	position:relative;
	width: 24%;
	float:left;
}
.main .left .nav{
	width: 100%;
	height: auto;
	border:1px #efefef solid;
}
.main .left .nav ul{
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
}
.main .left .nav ul li a{
	display:block;
	line-height: 50px;
	background: linear-gradient(160deg,#338ec1, #025faf);
	color:#FFF;
	padding:0 10px;
}
.main .left .nav ul li ul li a{
	line-height: 42px;
	background:none;
	color:#333;
	background:#FFF;
	border-bottom:1px #efefef solid;
}
.main .right{
	position:relative;
	display:inline-block;
	width: 75%;
	float:right;
}
.main_box .main .main_nav{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	border: 1px #bfbfbf solid;
	overflow:hidden;
	padding: 0 10px;
	margin: 50px auto;
	background: #FFF;
	border-radius: 6px;
}
.main_box .main .main_nav .top{
	width:100% !important;
	padding: 0 10px !important;
	float:left;
	border-bottom: 1px #bfbfbf dashed;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px !important;
	color: #025faf;
}
.main_box .main .main_nav .breadcrumb{
	position:relative;
	display:inline-block;
	float: left;
	background:none;
	text-align: left;
	line-height: 40px;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 20px;
	border-bottom: 1px #bfbfbf dashed;
}
.main_box .main .main_nav .nav{
	position:relative;
	display:inline-block;
	float: left;
	height: auto;
	overflow:hidden;
}
.main_box .main .main_nav .bottom{
	margin:10px !important;
}
.main_box .main .main_nav .nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
.main_box .main .main_nav .nav ul li{
	float:left;
	width: auto;
	height: auto;
	border-right: 1px #efefef solid;
	line-height: 40px;
	margin: 10px;
}
.main_box .main .main_nav .nav ul li:hover{
	background: #025faf;
	border-radius: 4px;
	box-shadow: 0px 0px 4px #666;
}
.main_box .main .main_nav .nav ul li:hover a{
	color:#FFF;
}
.main_box .main .main_nav .nav ul li:nth-last-child(1){
	border-right:none;
}
.main_box .main .main_nav .nav ul li a{
	margin:0 10px;
	padding:0 10px;
}
.main_box .main .main_nav .nav ul li ul{
	display:none;
	position:fixed;
	width: 100%;
	max-width: 1160px;
	height: auto;
	z-index: 9999;
	background: #FFF;
	padding: 10px;
	border-radius: 0 0 6px 6px;
}
.main_box .main .main_nav .nav ul li ul:nth-child(1){
	display:none;
}
.main_box .main .main_nav .nav ul li ul:nth-child(2){
	display:none;
}
.main_box .main .main_nav .nav ul li:hover ul{
	position:fixed;
	width: 100%;
	max-width: 1160px;
	height: auto;
	z-index: 9999;
	background: rgba(255,255,255,0.98);
	padding: 10px;
	border-radius: 0 0 6px 6px;
	border-top: 1px #efefef dashed;
	margin: 0;
	padding:4px 0;
	box-shadow:0px 0px 4px #666;
}
.main_box .main .main_nav .nav ul li:nth-child(1):hover ul:nth-child(2){
	display:block;
}
.main_box .main .main_nav .nav ul li:nth-child(2):hover ul:nth-child(3){
	display:block;
	margin-left:-172px;
}
.main_box .main .main_nav .nav ul li:hover ul li a{
	color:#333;
}
.main_box .main .main_nav .nav ul li:hover ul li:hover a{
	color:#FFF;
}

.main_box .main .title{
	background-image: -webkit-linear-gradient(#000, #035faf);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-align:center;
	border-bottom:1px #efefef solid;
	margin: 0 auto 16px;
	padding-bottom: 30px;
	font-size:32px;
	font-weight:bold;
	color: #1c1c1c;
	letter-spacing: 4px;
}
.main_box .main .content{
	width:99.8%;
	margin: 0px auto 60px;
	overflow:hidden;
	border:1px #efefef solid;
	padding: 10px 20px;
	border-radius:6px;
	background: #FFF;
	background: rgba(248,248,248,0.6);
	box-shadow: 0px 2px 4px #999;
}
.main_box .main .content img{
	width:100%;
	height:auto;
}
.main_box .main .products_list{
	margin: 0;
	height: auto;
	padding: 0;
	background:none;
}
.main_box .main .news_list{
	margin: 0;
	height: auto;
	padding: 60px 0;
	background:none;
}

.container{
	margin:60px auto;
	border-radius:12px;
	background: #efefef;
	box-shadow: 0px 0px 6px #c1c1c1;
}
.container .article-metas{
	position: relative;
	margin: 0 auto;
	width: 80%;
	font-size:28px;
	line-height:56px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom:1px #bfbfbf dashed;
}
.container .btn-success {
    color: #fff;
    background: #025faf;
    border-color: #025faf;
    width: 40%;
    margin: 10px 26px;
}
.container .btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
    width: 40%;
}
.container .btn-success:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
    width: 40%;
}
.container .form-horizontal .form-group:nth-last-child(2){
	display:none;
}

.search_box{
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
}
.search{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display: none;
}

/* footer */
#footer_box{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	background:#272727;
	overflow:hidden;
}
#footer_box .footer{
	position:relative;
	display:block;
	text-align:center;
	vertical-align: top;
	width:100%;
	max-width:1200px;
	padding: 60px 0;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
}
#footer_box .footer .footer_nav{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: 16%;
	float:left;
	list-style: none;
}
#footer_box .footer .footer_nav .title{
	text-align: left;
	font-size:16px;
	color:#FFF;
	float: left;
	margin-bottom: 24px;
}
#footer_box .footer .footer_nav .nav{
	font-size:16px;
	color:#FFF;
	float: left;
}
#footer_box .footer .footer_nav .nav ul{
	list-style:none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: auto;
}
#footer_box .footer .footer_nav .nav ul li{
	font-size:14px;
	line-height:28px;
	color:#FFF;
	margin-right: 16px;
	float:left;
}
#footer_box .footer .footer_nav .nav ul li a{
	color:#808080;
}
#footer_box .footer .footer_nav .nav ul li a:hover{
	color:#FFF;
}
#footer_box .footer_contact{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: 40%;
	height:auto;
	overflow:hidden;
}
#footer_box .footer_contact .title{
	text-align:left;
	color:#FFF;
	font-size:16px;
	margin-bottom:24px;
}
#footer_box .footer_contact .contact{
	text-align:left;
	font-size:14px;
	color:#FFF;
}
#footer_box .footer_contact .contact .tel{
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 30px;
	background:url(../images/footer_contact_tel_icon.png) no-repeat left;
	margin-bottom: 20px;
}
#footer_box .footer_contact .contact .address{
	height:20px;
	line-height:20px;
	margin-bottom: 10px;
}
#footer_box .footer_contact .contact .mobile{
	height:20px;
	line-height:20px;
	margin-bottom: 10px;
}
#footer_box .footer_contact .contact .email{
	height:20px;
	line-height:20px;
	margin-bottom: 10px;
}
#footer_box .footer_contact .contact .email a{
	color:#fff;
}
#footer_box .footer_contact .contact .email a:hover{
	color:#808080;
}
#footer_box .footer_code{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: auto;
	height:auto;
	overflow:hidden;
	float: right;
}
#footer_box .footer_code .title{
	text-align:left;
	color:#FFF;
	font-size:16px;
	margin-bottom:24px;
}
#footer_box .footer_code .code{
	float:left;
	margin-right: 10px;
	width: 128px;
	height: 128px;
	overflow:hidden;
}
#footer_box .footer_code .code img{
	width:100%;
	height:auto;
}
#footer_box .footer_line{
	position:relative;
	display:inline-block;
	width:100%;
	height:1px;
	background:#808080;
	margin:30px auto;
}
#footer_box .footer_logo{
	position:relative;
	display:inline-block;
	width: 70%;
	height:auto;
	float:left;
	overflow:hidden;
}
#footer_box .footer_logo .logo{
	position:relative;
	display:inline-block;
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
}
#footer_box .footer_logo .logo img{
	width:100%;
	height:auto;
}
#footer_box .footer_logo .font{
	position:relative;
	display:inline-block;
	text-align:left;
	width:680px;
	height:auto;
	float:left;
	padding-left:10px;
}
#footer_box .footer_logo .font span{
	font-size:14px;
	line-height:26px;
	color:#808080;
}
#footer_box .footer_logo .copyright{
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height:28px;
	color:#808080;
	float:left;
	margin-top:30px;
}
#footer_box .footer_logo .copyright a{
	color:#808080;
}
#footer_box .footer_logo .copyright a:hover{
	color:#FFF;
}
#footer_box .footer_button{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: 30%;
	height:auto;
	overflow:hidden;
	float:right;
}
#footer_box .footer_button .button{
	width:124px;
	height:24px;
	line-height:24px;
	background:red;
	float:right ;
	margin-left:10px;
	border-radius:6px;
}
#footer_box .footer_button .button:nth-child(1){
	text-align:center;
	background:#808080;
	color:#FFF;
}
#footer_box .footer_button .button:nth-child(2){
	text-align:center;
	background:#106595;
	color:#FFF;
}
#footer_box .footer_button a{
	color:#FFF;
}
#footer_box .footer_button .support{
	position:relative;
	display:inline-block;
	float:right;
	margin-top: 60px;
	color: #808080;
}
#footer_box .footer_button .support a{
	color:#808080;
}
#footer_box .footer_button .support a:hover{
	color:#FFF;
}
	
#goTop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 999;
	background: url("../images/goto_pic.png") no-repeat center;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#header_box .top_header{
		width:100%;
		padding:0 0.5%;
	}
	#header_box .header{
		width:100%;
		max-width: 100%;
		padding:0 0.5%;
	}
	#header_box .header_logo{
		transform: scale(0.90);
		width: 480px;
		margin-left: -20px;
	}
	#header_box .header_logo img{
		float:left;
	}
	#header_box .header_logo a:nth-child(2) img{
		transform: scale(0.8);
		margin: -50px 0 0 110px;
	}
	.product_type .list .contnet_box{
		width:100%;
		margin-top: 40px !important;
	}
	.product_type .list .images{
		width:100%;
	}
}