}
@charset "utf-8";

body{
	cursor:default;
	font-family:"microsoft yahei",Arial;
	overflow-x:hidden;
	font-size:14px;
	letter-spacing: 0.25px;
	-moz-user-select:none;
	cursor: default;
}
a{text-decoration:none;letter-spacing: 0.25px;}
a:hover{text-decoration:none;}

.c035s{
	transition:0.35s ease;
}
.animated_left{
	animation:fadeInLeft 0.8s linear;
}
.animated_right{
	animation:fadeInRight 0.8s linear;
}
.animated_down{
	animation:fadeInDown 1s linear;
	opacity: 1;
}
.animated_fadeIn{
	animation:fadeIn 1s linear;
}
.img_big{
	transform:scale(1);
	opacity: 0.90;
	overflow: hidden;
}
.img_big:hover{
	transform:scale(1.1);
	opacity: 1;
}

#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%;
	height: 4px;
	background: #e3e3e3;
	animation:fadeInDown 0.4s linear;
}
#header_box .top_header .left{
	position:relative;
	display:inline-block;
	float:left;
	margin-left: 100px;
	line-height: 30px;
	font-size:12px;
	color:#FFF;
}
#header_box .top_header .right{
	position:relative;
	display:inline-block;
	float:right;
	margin-right: 100px;
	line-height: 30px;
	font-size:12px;
	color:#FFF;
}
#header_box .top_header .right span a{
	color:#FFF;
}
#header_box .top_header .right span a:hover{
	color:#3a5b9c;
}
#header_box .header{
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	max-width: 1200px;
	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{
	float:left;
	width: 100px;
	height: 120px;
	line-height: 120px;
	border-right:1px #efefef solid;
}
#header_box .header_nav ul li:nth-child(1){
	/* border-left:1px #efefef solid; */
}
#header_box .header_nav ul li:hover{
	background: #010159;
}
#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:#000;
	font-size:16px;
}
#header_box .header_nav ul li:hover a{
	color:#FFF;
}
#header_box .header_nav ul li:hover ul{
	display: block;
}
#header_box .header_nav ul li ul{
	display: none;
	position: fixed;
	top: 124px;
	width: 99px;
	height: auto;
	background: #333;
	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: #10105d;
}
#header_box .header_nav .header_search{
	float:left;
}

.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{
	position:relative;
	width:100%;
	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-pagination-bullet{
	width: 50px !important;
	height: 3px !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background: #010159 !important;
}
.swiper-pagination{
	bottom:44px !important;
}

.keyword_box{
	position:relative;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.keyword{
	display:block;
	text-align: center;
	position:relative;
	margin:0 auto;
	width:100%;
	width:1200px;
	overflow: hidden;
}
.keyword .left{
	display: inline-block;
	float:left;
	width:auto;
	line-height: 40px;
	font-size:14px;
	color:#333;
}
.keyword .left span{
	float:left;
	font-weight:normal;
	color:#333;
}
.keyword .left a{
	float:left;
	font-weight:bold;
	color: #010159;
	margin:0 4px;
}
.keyword .left a:hover{
	color:#333;
}
.keyword .right span{
	float:right;
	font-weight:normal;
	color:#333;
	line-height: 40px;
}

.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 .imgbox{
	overflow:hidden;
}
.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;
}

.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: 277px;
	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:center;
	margin: -1% auto 0;
	width:100%;
	max-width: 1240px;
	height:auto;
	overflow:hidden;
}
.products_list .list .left{
	float:left;
	width:500px;
	height:375px;
	overflow:hidden;
	margin-top: 2px;
}
.products_list .list .right{
	float:right;
	width: 690px;
	height:370px;
	overflow:hidden;
	text-align: left;
	padding: 0 20px 0 20px;
}
.products_list .list .right .name{
	font-size:16px;
	line-height:32px;
	margin-top: 70px;
	padding-bottom:16px;
	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 #010159 solid;
	background:#010159;
	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;
	width: 100%;
	height: 384px;
	margin: 0 0 30px 0;
	border: 1px #efefef solid;
	border-top: 4px #010159 solid;
	box-shadow: 1px 1px 8px #efefef;
}
.products_list .list ul li:hover{
	box-shadow: 1px 0px 10px #999;
}
.products_list .list ul li .imgbox{
	width: 500px;
	height: 375px;
	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:100%;
	height:auto;
	overflow: hidden;
	border-top: 4px #010159 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;
	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;
	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;
	text-align: center;
	padding: 10px;
	position:relative;
	float:left;
	border: 1px #f8f8f8 solid;
	background: #FFF;
}
.product_info_content p{
	text-align: center !important;
}
.product_info_content div{
	text-align: left !important;
}
.product_info_content p strong{
	text-align: left !important;
}
.product_info_content span{
	text-align: left !important;
}
.product_info_content div{
	text-align: left !important;
}
.product_info_content p strong{
	text-align: left !important;
}
.product_info_content p span{
	text-align: left !important;
}
.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: 100%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	border: 1px #efefef solid;
	padding: 10px;
	border-radius: 6px;
	background: rgba(248,248,248,0.3);
}
.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: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: #010159;
	color:#FFF;
	border: 1px #010159 solid;
	border-radius:6px;
}

.index_about_box{
	position:relative;
	width:100%;
	height: 600px;
	overflow:hidden;
	background:url("../images/index_about_bg.jpg") no-repeat center;
}
.index_about_box .index_about{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
}
.index_about_box .title{
	position:relative;
	width:100%;
	text-align: right;
	font-size: 36px;
	line-height:36px;
	color: #010159;
	font-weight:bold;
	margin: 60px auto 0px;
}
.index_about_box .title span{
	display:block;
	font-size: 16px;
	font-weight:normal;
	letter-spacing: 1.8px;
	color: #bfbfbf;
}
.index_about_box .left{
	position:relative;
	display: inline-block;
	float:left;
	width:600px;
	height: auto;
	overflow:hidden;
	opacity: 1;
}
.index_about_box .left img{
	width:100%;
	height:auto;
}
.index_about_box .content p{
	margin:30px auto;
	line-height: 30px;
	text-indent:2em;
	color:#333333;
	font-size: 16px;
}
.index_about_box .more{
	position: relative;
	float: right;
	font-size:14px;
	margin-top: 60px;
}
.index_about_box .more a{
	color:#bfbfbf;
}
.index_about_box .right{
	position:relative;
	display: inline-block;
	margin:29px auto;
	float:right;
	width: 600px;
	padding: 0 20px;
	height: 390px;
	overflow:hidden;
	background:rgba(240,240,240,0.24);
	opacity: 0;
}
.index_about_box .right .title{
	position:relative;
	width:100%;
	text-align: left;
	font-size: 40px;
	line-height: 38px;
	color: #3a5b9c;
	font-weight:bold;
	margin: 20px auto;
}
.index_about_box .right .content{	
	line-height: 30px;
	color: #666666;
	text-indent: 2em;
}
.index_about_box .right .more{
	margin: 16px auto 0;
}
.index_about_box .right .more a{
	color: #bfbfbf;
}
.index_about_box .right .more a:hover{
	color: #072e77;
}

.index_view_box{
	positioN:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.index_view_box .view{
	position:relative;
	margin:60px auto;
	width:100%;
	height:410px;
	max-width: 1200px;
	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;
}

.index_advantage_list_box{
	position:relative;
	display: block;
	text-align: center;
	margin:0 auto;
	width:100%;
	height:634px;
	overflow:hidden;
	background:url(../images/index_advantage_list_bg.jpg) no-repeat center;
}
.index_advantage_list_box .title{
	position:relative;
	width:972px;
	height:136px;
	background: #f3f4f8;
	margin-top:39px;
	opacity: 0;
	font-size:34px;
	color:#223579;
}
.index_advantage_list_box .title p{
	display:block;
	padding:30px 0 0 100px
}
.index_advantage_list_box .title span{
	display: block;
	font-size:14px;
	color:#bfbfbf;
}
.index_advantage_list_box .index_advantage_list{
	position:relative;
	display:block;
	text-align: center;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow: hidden;
}
.index_advantage_list_box .index_advantage_list .list{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:240px;
	height:320px;
	background:rgba(60,75,126,0.8);
	margin: 70px 20px;
	opacity: 0;
	transition:0.35s ease;
}
.index_advantage_list_box .index_advantage_list .list:nth-child(2){
	opacity: 0;
}
.index_advantage_list_box .index_advantage_list .list:nth-child(3){
	opacity: 0;
}
.index_advantage_list_box .index_advantage_list .list:nth-child(4){
	opacity: 0;
}
.index_advantage_list_box .index_advantage_list .list:hover{
	margin-top:50px;
	transition:0.35s ease;
}
.index_advantage_list_box .index_advantage_list .list .icon{
	margin:100px auto 10px;
}
.index_advantage_list_box .index_advantage_list .list span{
	position:relative;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:32px;
}

.index_news_box{
	position:relative;
	width:100%;
	height:650px;
	background: none;
	overflow:hidden;
}
.index_news{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.index_news .title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    margin: 60px auto 0px;
}
.index_news .title span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.index_news .small_title{
	text-align:center;
	margin-bottom:30px;
	color:#999;
	font-size:14px;
}
.index_news .list{
	position:relative;
	display: block;
	text-align: center;
}
.index_news .list ul{
	list-style: none;
	margin:0;
	padding:0;
}
.index_news .list li{
	display: inline-block;
	width:580px;
	height: 102px;
	margin-bottom:4px;
	font-size:16px;
	border-bottom:1px #efefef solid;
}
.index_news .list li .imgbox{
	width:560px;
	height:420px;
	overflow:hidden;
	display:none;
	border:1px #efefef solid;
}
.index_news .list li .imgbox img{
	width:100%;
	height:100%;
}
.index_news .list li .date{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
}
.index_news .list li .date .left{
	float:left;
	text-align:left;
	width: 460px;
	letter-spacing:0.25px
}
.index_news .list li .date .left:hover{
	font-weight:400;
	color:#010159;
}
.index_news .list li .date .right{
	float:right;
	text-align:right;
	width: 100px;
	font-size:14px;
	color:#bfbfbf;
}
.index_news .list li .content{
	position:relative;
	display:inline-block;
	text-align: left;
	width:100%;
	height:auto;
	text-indent:2em;
	font-size: 14px;
	line-height: 28px;
	color: #bfbfbf;
}
.index_news .list li:nth-child(1){
	position:relative;
	display: inline-block;
	width:560px;
	height:420px;
	overflow:hidden;
	float:left;
}
.index_news .list li:nth-child(1) .imgbox:nth-child(1){
	position: relative;
	display:inline-block;
}
.index_news .list li:nth-child(1) .date:nth-child(2){
	position: absolute;
	left: 0;
	bottom: 0;
	color:#fff;
	background: rgba(1,1,89,0.9);
	margin-top: 0;
	line-height: 40px;
	height: 40px;
}
.index_news .list li:nth-child(1):hover .date:nth-child(2){
	background: rgba(51,51,51,0.9);
}
.index_news .list li:nth-child(1) .date:nth-child(2) .left{
	float:left;
	text-align:left;
	width: 460px;
	padding-left:10px;
}
.index_news .list li:nth-child(1) .date:nth-child(2) .left:hover{
	color:#FFF;
}
.index_news .list li:nth-child(1) .date:nth-child(2) .right{
	float:right;
	text-align:right;
	width: 100px;
	padding-right:10px;
	font-size:14px;
	color:#FFF;
}
.index_news .list li:nth-child(1) .content:nth-child(3){
	display:none;
}

.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;
	width:100%;
	max-width:1200px;
	overflow:hidden;
}
.main_box .main .main_nav{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	border-bottom:1px #efefef solid;
	overflow:hidden;
	padding: 0;
	margin-bottom: 30px;
}
.main_box .main .main_nav .breadcrumb{
	position:relative;
	display:inline-block;
	float:left;
	background:none;
	text-align: left;
	line-height: 40px;
	width: auto;
	margin-bottom: 0;
	padding: 10px 0;
}
.main_box .main .main_nav .nav{
	position:relative;
	display:inline-block;
	float:right;
	height: auto;
	overflow:hidden;
}
.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: 60px;
}
.main_box .main .main_nav .nav ul li:hover{
	background: #010159;
}
.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 .title{
	text-align:center;
	border-bottom:1px #efefef solid;
	margin: 0 auto 16px;
	padding-bottom: 30px;
	font-size:28px;
	font-weight:bold;
	color: #1c1c1c;
}
.main_box .main .content{
	margin:60px auto;
	overflow:hidden;
	border:1px #efefef solid;
	box-shadow: 1px 0px 8px #efefef;
	padding: 10px 20px;
	border-radius:6px;
}
.main_box .main .products_list{
	margin: 0;
	height: auto;
	padding: 30px 0;
	background:none;
}
.main_box .main .news_list{
	margin: 0;
	height: auto;
	padding: 60px 0;
	background:none;
}

.container{
	margin:60px auto;
	background:#f8f8f8;
	border-radius:12px;
	box-shadow:1px 1px 6px #efefef;
}
.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-color: #010159;
    border-color: #010159;
    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_box{
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	height:300px;
	overflow:hidden;
	background:#222222;
}
#footer_box .footer{
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	max-width: 1200px;
	margin: 52px auto;
	height:auto;
	overflow:hidden;
}
#footer_box .footer .left{
	position:relative;
	text-align: left;
	display: inline-block;
	width:auto;
	overflow:hidden;
	float: left;
}
#footer_box .footer .left .footer_logo{
	position:relative;
	display:inline-block;
	/* float:left; */
	width: auto;
	height: auto;
	overflow:hidden;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer_box .footer .left span{
	position:relative;
	display:block;
	color:#FFF;
	font-size: 14px;
	line-height: 28px;
}
#footer_box .footer .footer_code{
	position:relative;
	float:right;
	width: 140px;
	height: 140px;
	margin-right: 20px;
}
#footer_box .footer .footer_code img{
	width:100%;
	height:auto;
}
#footer_box .footer .footer_code span{
	display:block;
	margin:16px auto;
	color:#FFF;
}
#footer_box .footer .footer_nav{
	position:relative;
	display:inline-block;
	width: 37%;
	float: none;
	margin-top: 0;
}
#footer_box .footer .footer_nav .title{
	text-align:left;
	margin: 10px 20px 0;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	letter-spacing: 1px;
	border-bottom:1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer_box .footer .footer_nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer_box .footer .footer_nav ul li{
	position:relative;
	vertical-align: top;
	display:inline-block;
	text-align: left;
	float:left;
	width:auto;
	font-size:16px;
	color:#FFF;
	margin: 0 22px;
}
#footer_box .footer .footer_nav ul li:nth-child(1) ul{
	display: none;
}
#footer_box .footer .footer_nav ul li:nth-child(1) ul li{
	display:block;
}
#footer_box .footer .footer_nav ul li:nth-child(2){
	display: block;
}
#footer_box .footer .footer_nav ul li:nth-child(3){
	display: block;
}
#footer_box .footer .footer_nav ul li:nth-child(4){
	display: block;
}
#footer_box .footer .footer_nav ul li:nth-child(5){
	display: block;
}
#footer_box .footer .footer_nav ul li:nth-child(6) ul{
	display: none;
}
#footer_box .footer .footer_nav ul li:nth-child(6) ul li{
	display:block;
}
#footer_box .footer .footer_nav ul li:nth-child(7) ul{
	display:block;
}
#footer_box .footer .footer_nav ul li:nth-child(7) ul li{
	display:block;
}
#footer_box .footer .footer_nav ul li a{
	color:#FFF;
	display: block;
	border-bottom: none;
	padding-bottom: 10px;
	line-height: 32px;
}
#footer_box .footer .footer_nav ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
	text-align: left;
	padding-top: 10px;
	display:none;
}
#footer_box .footer .footer_nav ul li ul li{
	display: block;
	float: none;
	margin: 0;
	font-size: 14px;
}
#footer_box .footer .footer_nav ul li ul li a{
	display: none;
	text-align: left;
	border-bottom:none;
	padding-bottom: 0;
}
#footer_box .footer .footer_nav ul li ul li a:hover{
	color:#808080;
}
.copyright_box{
	position:relative;
	width:100%;
	height:40px;
	background:#121111;
	overflow: hidden;
}
.copyright_box .copyright{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	overflow:hidden;
}
.copyright_box .copyright .left{
	float:left;
	font-size: 12px;
	line-height: 40px;
	color:#808080;
}
.copyright_box .copyright .left a{
	color:#808080;
}
.copyright_box .copyright .left a:hover{
	color:#FFF;
}
.copyright_box .copyright .right{
	float:right;
	font-size: 12px;
	line-height: 40px;
	color:#808080;
}
.copyright_box .copyright .right a{
	color:#808080;
}
.copyright_box .copyright .right a:hover{
	color:#FFF;
}
.view_border_box{
		position:relative;
		display:block;
		width:100%;
		margin:60px auto;
		max-width:1200px;
		overflow:hidden;
}
.view_border_box .left{
	position:relative;
	display:inline-block;
	width:62%;
	height:auto;
	overlfow:hidden;
}
.view_border_box .left ul{
	list-style:none;
	margin:0;
	padding:0;
}
.view_border_box .left ul li{
	display:inline-block;
	width:calc(96%/2);
	margin:1%;
	height:auto;
	overflow:hidden;
	float:left;
	transtion:0.35s ease-in-out;
}
.view_border_box .left ul li img{
	width:100%;
	height:auto;
	transform:scale(1);
	transition:0.35s ease-in-out;
}
.view_border_box .left ul li:hover img{
	transform:scale(1.2);
	transition:0.35s ease-in-out;
}
.view_border_box .right{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin-top:100px;
	width:34%;
	height:auto;
	overflow:hidden;
	float:right;
}
.view_border_box .right span:nth-child(1){
	display:block;
	font-size:24;
	font-weight:bold;
	line-height: 48px;
}
.view_border_box .right span{
	display:block;
	font-size:18px;
	font-weight:normal;
	line-height: 32px;
}
.index_news_box{
	position:relative;
	margin: 0 auto;
	width:100%;
	height: auto;
	overflow:hidden;
}
.index_news_box .index_news{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
}
.index_news_box .index_news .title{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	max-width: 1200px;
	margin: 60px auto 0px;
	height:auto;
	overflow:hidden;
	opacity: 1;
}
.index_news_box .index_news .title .line{
	width:30px;
	height:2px;
	background: #0e66a4;
}
.index_news_box .index_news .line:nth-child(1){
	position:absolute;
	left: 36%;
	top: 36%;
}
.index_news_box .index_news .line:nth-child(4){
	position:absolute;
	right: 36%;
	top: 36%;
}
.index_news_box .index_news .title span{
	display:block;
}
.index_news_box .index_news .title span:nth-child(2){
	display:block;
	font-size:32px;
	line-height:48px;
	font-weight:bold;
	letter-spacing:2px;
}
.index_news_box .index_news .title span:nth-child(3){
	display:block;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	letter-spacing: 0px;
	color: #999;
}
.index_news_box .index_news .left{
	position:relative;
	display:inline-block;
	width: 70%;
	height:auto;
	overflow:hidden;
	float:left;
}

.index_news_box .index_news .left .list{
	position:relative;
	display: block;
	text-align: center;
	margin: 30px auto;
	padding: 10px;
	top: 0;
	width:100%;
	max-width: 1200px;
	height: auto;
}
.index_news_box .index_news .left .list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.index_news_box .index_news .left .list ul li{
	position:relative;
	display:inline-block;
	width:100%;
	height: 220px;
	background: none;
	padding: 0;
	margin-bottom: 16px;
	padding-bottom: 0;
	background: #f8f8f8;
	box-shadow: none;
	transition:0.35s ease;
	border-radius: 6px;
	border-left: 4px #0e66a4 solid;
	border-bottom: 1px #bfbfbf dashed;
	overflow: hidden;
}
.index_news_box .index_news .left .list ul li:hover{
	box-shadow: 0px 4px 6px #bfbfbf;
	transition:0.35s ease;
}
.index_news_box .index_news .left .list ul li .date{
	position:relative;
	display:inline-block;
	width: 180px;
	top: 80px;
	height: auto;
	float: left;
}
.index_news_box .index_news .left .list ul li .date .day{
	position: relative;
	display: inline-block;
	font-size:50px;
	color: #0e66a4;
	border-right:1px #efefef solid;
	padding-right: 10px;
}
.index_news_box .index_news .left .list ul li .date .year{
	position: absolute;
	display: inline-block;
	top: 10px;
	font-size:20px;
	line-height: 26px;
	color:#222;
	padding-left: 10px;
}
.index_news_box .index_news .left .list ul li .date .month{
	position: relative;
	display: inline-block;
	font-size:20px;
	line-height: 26px;
	color:#222;
	padding-left: 10px;
}
.index_news_box .index_news .left .list ul li .list{
	position:relative;
	display:inline-block;
	margin: 0 auto;
	width: auto;
	padding-right: 40px;
	max-width: 400px;
	height: auto;
	float: right;
	overflow: hidden;
}
.index_news_box .index_news .left .list ul li .list .title{
	position:relative;
	display:inline-block;
	text-align: left;
	left:0;
	margin: 18px auto 12px;
	font-size: 18px;
	font-weight: bold;
	color: #1c1c1c;
	letter-spacing: 1px;
}
.index_news_box .index_news .left .list ul li .list .des{
	position:relative;
	display:inline-block;
	text-align: left;
	top: 0;
	left:0;
	margin-top: 0;
	font-size:14px;
	line-height: 28px;
	color: #666666;
}
.index_news_box .index_news .left .list ul li .imagebox{
	position:relative;
	display:inline-block;
	float: left;
	width: 200px;
	height: auto;
	margin: 10px;
	overflow: hidden;
}
.index_news_box .index_news .left .list ul li .imagebox img{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_news_box .index_news .right{
	position:relative;
	display:inline-block;
	width: 28%;
	margin-top:40px;
	height:auto;
	overflow:hidden;
	float:right;
}
.index_news_box .index_news .right .list_box{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_news_box .index_news .right .list_box ul{
	list-style:none;
	padding:0;
	margin:0;
}
.index_news_box .index_news .right .list_box ul li{
	position:relative;
	width:100%;
	height:auto;
	margin: 0 auto 18px;
	overflow:hidden;
	border-bottom:1px #efefef solid;
	transition:0.35s;
}
.index_news_box .index_news .right .list_box ul li:hover .sign_q .title{
	color:#0e66a4;
	transition:0.35s;
}
.index_news_box .index_news .right .list_box ul li .sign_q{	
	position:relative;
	display:block;
	display:inline-block;
	width: 100%;	
	height: auto;
	line-height: 36px;
}
.index_news_box .index_news .right .list_box ul li .sign_q .sign{
	position:relative;
	display:block;
	display:inline-block;
	text-align:center;
	color: #FFF;
	width:12%;
	height:auto;
	overflow:hidden;
	background: #0e66a4;
	border-radius:6px;
}
.index_news_box .index_news .right .list_box ul li .sign_q .title{
	position:relative;
	display:block;
	display:inline-block;
	text-align: left;
	color: #333;
	width: 85%;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
	background: none;
	border-radius: 0;
	float: right;
	font-size: 16px;
	border-bottom: 1px #efefef dashed;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_news_box .index_news .right .list_box ul li .sign_a{	
	position:relative;
	display:block;
	display:inline-block;
	width: 100%;	
	height: auto;
	line-height: 36px;
}
.index_news_box .index_news .right .list_box ul li .sign_a .sign{
	position:relative;
	display:block;
	display:inline-block;
	text-align:center;
	color: #FFF;
	width:12%;
	height:auto;
	overflow:hidden;
	background: #333;
	border-radius:6px;
}
.index_news_box .index_news .right .list_box ul li .sign_a .des{
	position:relative;
	display:block;
	display:inline-block;
	text-align: left;
	color: #bfbfbf;
	width: 85%;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
	background: none;
	border-radius: 0;
	float: right;
	font-size: 14px;
	line-height:24px;
	padding-bottom:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	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: none;
	top: 80px;
	right: 0;
	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;
}
#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;
}