@charset "utf-8";
body{
	cursor:default;
	font-family:"microsoft yahei",Arial;
	overflow-x:hidden;
	font-size:14px;
	letter-spacing: 0.25px;
	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_up{
	animation:fadeInUp 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;
}
.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_box{
	position:relative;
	display: block;
	text-align: center;
	margin:0 auto;
	width:100%;
	height: 40px;
	background: #f8f8f8;
	animation:fadeInDown 0.4s linear;
	overflow: hidden;
}
#header_box .top_header_box .top_header{
	position:relative;
	width:1200px;
	margin:0 auto;
}
#header_box .top_header .left{
	position:relative;
	display:inline-block;
	float:left;
	margin-left: 0px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
#header_box .top_header .right{
	position:relative;
	display:inline-block;
	float:right;
	margin-right: 0px;
	padding-left: 0px;
	line-height: 40px;
	font-size:12px;
	color:#FFF;
	background: #015198;
}
#header_box .top_header .right a{
	margin:0 10px;
	color:#fff;
	margin-right:10px;
	padding-right:10px;
	border-right:1px #fff solid;
	transition:0.35s ease-in-out;
}
#header_box .top_header .right a:hover{
	color:#333;
	transition:0.35s ease-in-out;
}
#header_box .top_header .right a:nth-last-child(1){
	border-right:none;
}
#header_box .top_header .right:before{
	position:absolute;
	left: -40px;
	content:' ';
	width: 0;
	height: 0;
	border-bottom: 40px solid #015198;
	border-left: 40px solid transparent;
}
#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: 30px auto;
	overflow: hidden;
	background:#FFF;
	border-bottom: none;
	box-shadow: none;
}
#header_box .header_logo{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	float:left;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#header_box .header_logo img{
	display:inline-block;
	vertical-align:top;
	margin-right: 10px;
	transform: scale(1);
}
#header_box .header_logo h2{
	display:inline-block;
	vertical-align:top;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #015198;
	line-height: 26px;
	margin-top: 8px;
	padding-left: 20px;
	border-left:1px #efefef solid;
}
#header_box .header_logo h2 span{
	display:block;
	font-size: 16px;
	font-weight:normal;
	color:#333;
}
#header_box .header_nav{
	position:relative;
	display: inline-block;
	float:right;
	width: 100%;
	height: auto;
	margin: 0px 0 0px 0px;
	background: #015198;
}
#header_box .header_nav ul{
	list-style:none;
	margin: 0 auto;
	padding:0;
	width: 1200px;
}
#header_box .header_nav ul li{
	float:left;
	text-align: center;
	width: calc(100%/7);
	height: 50px;
	line-height: 50px;
	border-right: 1px #09457b solid;
	transition:0.35s ease-in-out;
}
#header_box .header_nav ul li:nth-child(1){
	/* border-left:1px #efefef solid; */
}
#header_box .header_nav ul li:hover{
	background: #163e73;
	transition:0.35s ease-in-out;
}
#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: #fff;
	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: 218px;
	width: 170px;
	height: auto;
	background: #163e73;
	border-top: 1px #999 solid;
	border-radius:0 0 4px 4px;
}
#header_box .header_nav ul li ul li{
	width: 100%;
	height: auto;
	line-height: 40px;
	border: none;
	border-bottom: 1px #999 solid;
	float:left;
}
#header_box .header_nav ul li ul li:nth-child(1){
	border:none;
	border-bottom: 1px #999 solid;
}
#header_box .header_nav ul li:nth-child(3) ul{
	width: 170px;
	margin-left: 0px;
}
#header_box .header_nav ul li:nth-child(4) ul{
	display:none;
}
#header_box .header_nav ul li:nth-child(5) ul{
	display:none;
}
#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: #1c1c1c;
}
#header_box .header_nav .header_search{
	float:left;
}
#header_box .header_tel{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-align: left;
    padding-left: 60px;
    background: url(/public/assets/addons/cms/licssjs/images/header_tel_icon.png) no-repeat left;
    float: right;
}
#header_box .header_tel span:nth-child(1){
	display:block;
	font-size: 16px;
	line-height: 24px;
}
#header_box .header_tel span:nth-child(2){
	display:block;
	font-size: 18px;
	color: #015198;
	font-weight: bold;
}
.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;
	border-bottom: none;
	box-shadow: 1px 2px 4px rgba(51,51,51,0.05);
}
.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: #333 !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background: #0e4381 !important;
}
.swiper-pagination{
	bottom:44px !important;
}

.keyword_box{
	position:relative;
	width:100%;
	margin: 0px auto 0px;
	overflow: hidden;
	cursor: default;
	background: #015198;
	box-shadow: 1px 2px 4px rgba(51,51,51,0.2);
}
.keyword{
	display:block;
	text-align: center;
	position:relative;
	margin:0 auto;
	width:100%;
	width:1200px;
	border-bottom: none;
	overflow: hidden;
}
.keyword .left{
	display: inline-block;
	float:left;
	width:auto;
	line-height: 60px;
	font-size:14px;
	color: #fff;
}
.keyword .left span{
	float:left;
	font-weight:normal;
	color: #FFF;
}
.keyword .left a{
	float:left;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
	margin:0 4px;
}
.keyword .left a:hover{
	color:#333;
}
.keyword .right{
	display: inline-block;
	float:right;
	width:auto;
	line-height: 40px;
	font-size:14px;
	margin-top: 6px;
	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: auto;
	overflow:hidden;
	background:url("../images/index_product_bg.jpg") no-repeat center;
	background-size:cover;
}
.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{
	width:100%;
	height: 279px;
	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:#5b5bca;
}
.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: #5b5bca;
}
.index_products_list_box{
	width:100%;
	height:auto;
	overflow:hidden;
	background: url(/public/assets/addons/cms/licssjs/images/index_product_list.png) no-repeat #fdfdfd top center;
	background-size:cover;
}
.index_products_list{
	width:1200px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 60px;
	background:transparent;
	overflow:hidden;
}
.index_products_list .title{
	position:relative;
	width: 50%;
	text-align:center;
	font-size: 36px;
	color: #015198;
	font-weight: 600;
	margin: 0px auto 6px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #bfbfbf dashed;
}
.index_products_list .small_title{
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.index_products_list .title span{
	display: none;
	font-size: 18px;
	font-weight:normal;
	color: #333333;
}
.index_products_list .nav{
	position:relative;
	display: inline-block;
	text-align: center;
	margin: 30px auto;
	width: 260px;
	height: auto;
	overflow:hidden;
	background: #015198;
	border-radius: 6px;
}
.index_products_list ul{
	list-style:none;
	margin: 0 6px 6px 6px;
	padding:0;
	background: #fff;
}
.index_products_list ul .nav_list{
	font-size:16px;
	line-height: 56px;
	border-bottom:1px #efefef solid;
	transition:0.35s ease-in-out;
}
.index_products_list ul .nav_list:hover{
	padding-left:20px;
    background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:16%;
    transition:0.35s ease-in-out;
}
.index_products_list ul .nav_list a{
	padding-left:20px;
}
.index_products_list ul li:hover a{
	color:#083a67;
	font-weight:bold;
	transition:0.35s ease-in-out;
}
.index_products_list ul li a{
	display:block;
	text-align:left;
	padding-left: 0px;
}
.index_products_list .nav .nav_title{
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 30px;
	color:#fff;
	/* 	background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:26%; */
	background: #083a67;
	letter-spacing: 3px;
}
.index_products_list .list_box{
	position:relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 900px;
	height:auto;
	margin: 30px auto 0;
	overflow:hidden;
	float: right;
}
.index_products_list .list_box li:hover p a{
	color: #f35122;
}
.index_products_list .list_box ul{
	display: block;
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 0;
	background: none;
}
.index_products_list .list_box ul li{
	position:relative;
	display:inline-block;
	width: calc(96%/3);
	margin: 0 0.5% 1% 0.5%;
	height:auto;
	background: rgba(219,219,219,0.6);
	border: 1px #efefef solid;
	box-shadow: 0 2px 4px rgba(51,51,51,0.2);
}
.index_products_list .list_box ul li .imgbox{
	width:100%;
	height: auto;
	overflow:hidden;
	box-shadow: none;
	/* border: 1px #efefef solid; */
	background: rgba(239,239,239,0.6);
}
.index_products_list .list_box ul li:hover .imgbox{
	box-shadow: 0px 0px 1px #efefef;
}
.index_products_list .list_box ul li:hover .list_title{
	background:#f35122;
	transition:0.35s ease-in-out;
}
.index_products_list .list_box ul li:hover p{
	background:#015198;
	transition:0.35s ease-in-out;
}
.index_products_list .list_box ul li:hover p a{
	color:#FFF;
}
.index_products_list .list_box ul li .list_title{
	height:30px;
	line-height:30px;
	background:#363636;
	color:#FFF;
}
.index_products_list .list_box ul li img{
	width:100%;
	height: 100%;
}
.index_products_list .list_box ul li p{
	line-height: 32px;
	margin-bottom:0;
	font-size:14px;
}
.index_products_list .list_box ul li p {
	display: block;
	text-align: center;
	font-size: 16px;
	background: #083a67;
}
.index_products_list .list_box ul li p a{
	padding-left: 10px;
	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: inline-block;
	text-align: center;
	margin: 0px auto;
	width: 260px;
	height: auto;
	overflow: hidden;
	background: #015198;
	border-radius: 6px;
}
.products_list .nav .nav_title{
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 30px;
	color:#fff;
	/* 	background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:26%; */
	background: #083a67;
	letter-spacing: 3px;
}
.products_list .nav ul{
	list-style: none;
	margin: 0 6px 6px 6px;
	padding: 0;
	background: #fff;
}
.products_list .nav ul .nav_list{
	text-align: left;
	font-size: 16px;
	line-height: 56px;
	border-bottom: 1px #efefef solid;
	transition: 0.35s ease-in-out;
}
.products_list .nav ul .nav_list:hover{
	padding-left:20px;
    background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:16%;
    transition:0.35s ease-in-out;
}
.products_list .nav ul .nav_list a{
	display: block;
	padding-left: 20px;
}
.products_list .nav ul .nav_list:hover a{
	color:#083a67;
	font-weight:bold;
	transition:0.35s ease-in-out;
}
.products_list .list{
	position:relative;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	margin: 0% auto 0;
	width:100%;
	max-width: 920px;
	height:auto;
	overflow:hidden;
	float: right;
}
.products_list .list .left{
	float:left;
	width: 100%;
	height: auto;
	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{
	text-align: left;
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 0;
}
.products_list .list ul li{
	position:relative;
	display:inline-block;
	width: calc(92%/3);
	text-align: center;
	height: auto;
	margin: 0 1% 1% 1%;
	border: 1px #efefef solid;
	border-top: none;
	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: 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 .name{
	background: #083a67;
}
.products_list .list ul li .name:hover{
	background:#333;
}
.products_list .list ul li .name span{
	color:#fff;
	font-size:16px;
	line-height:36px;
}
.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: none;
}
.product_info_box .nav{
	position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    width: 260px;
    height: auto;
    overflow: hidden;
    background: #015198;
    border-radius: 6px;
}
.product_info_box .nav .nav_title{
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 20px;
	color:#fff;
	/* 	background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:26%; */
	background: #083a67;
	letter-spacing: 3px;
}
.product_info_box .nav ul{
	list-style: none;
	margin: 0 6px 6px 6px;
	padding: 0;
	background: #fff;
}
.product_info_box .nav ul .nav_list{
	text-align: left;
	font-size: 16px;
	line-height: 56px;
	border-bottom: 1px #efefef solid;
	transition: 0.35s ease-in-out;
}
.product_info_box .nav ul .nav_list:hover{
	padding-left:20px;
    background: url(/public/assets/addons/cms/licssjs/images/logo_code.png) no-repeat left center;
	background-size:16%;
    transition:0.35s ease-in-out;
}
.product_info_box .nav ul .nav_list a{
	display: block;
	padding-left: 20px;
}
.product_info_box .nav ul .nav_list:hover a{
	color:#083a67;
	font-weight:bold;
	transition:0.35s ease-in-out;
}
.product_info{
	position:relative;
	margin:0 auto;
	display: inline-block;
	width:100%;
	max-width: 900px;
	height:auto;
	overflow: hidden;
	border: 1px #efefef solid;
	padding: 20px 10px 10px 10px;
	border-radius: 6px;
	background: rgba(248,248,248,0.3);
	float: right;
}
.product_info .left{
	position:relative;
	display:block;
	text-align:center;
	width: auto;
	max-width: 500px;
	height: auto;
	float:left;
	margin-bottom: 0;
	overflow:hidden;
}
.product_info .left .imgbig{
	position:relative;
	display:inline-block;
	width: 400px;
	height: 400px;
	border: 1px #efefef solid;
	overflow: hidden;
	float:left;
}
.product_info .left .imgbig{
	position:relative;
	display:inline-block;
	width: 400px;
	height: 400px;
	border: 1px #efefef solid;
	overflow: hidden;
	float:left;
}
.product_info .left .imgbig img{
	width:100%;
	height: 100%;
	overflow:hidden;
	border: none;
}
.product_info .left .imgbig .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 2;
	cursor: move
}
.product_info .left .imgbig .float_layer {
	position: absolute;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.4);
	display: none
}

.product_info .left .imgbig img {
	width: 100%;
	height: auto
}
.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: 95px;
	height: 95px;
	border: 1px #efefef solid;
	margin: 3px 4px;
	overflow: hidden;
	border-radius:6px;
}
.product_info .left .imgsmall img:hover{
	border:1px #29902b solid;
	border-radius:6px;
}
.product_info .right{
	position:relative;
	display:block;
	text-align:left;
	width: 360px;
	padding: 0 20px;
	height: auto;
	float: left;
	overflow:hidden;
}
.product_info .right .title{
	text-align:left !important;
}
.product_info .right .des{
	text-align:left !important;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	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: 10px;
	padding-top:20px;
}
.product_info .bigshowimg {
	display: none;
	position: absolute;
	width: 400px;
	height: 400px;
	margin-left: 400px;
	border: 0;
	z-index: 2;
	overflow: hidden;
	box-shadow: 0 1px 12px rgba(51,51,51,0.05);
}
.product_info .bigshowimg img {
	position: relative;
	width: 200%
}
.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: left !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:#29902b;
}
.product_info_pages .prev a:active{
	color:#29902b;
}
.product_info_pages .next{
	width:auto;
	float:right;
}
.product_info_pages .next a{
	color:#333;
}
.product_info_pages .next a:hover{
	color:#29902b;
}
.product_info_pages .next a:active{
	color:#29902b;
}
.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: left;
	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;
	vertical-align: top;
	width: calc(90%/4);
	margin: 1%;
	height:auto;
}
.news_list .list ul li .imgbox{
	width:100%;
	height: auto;
	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: auto;
}
.news_list .list ul li p{
	line-height:40px;
	text-align: center;
	margin-bottom:0;
	font-size:14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width:100%;
}
.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: 0px;
}
.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 16px;
	text-align: left;
	padding-bottom:30px;
	border-bottom:1px #efefef solid;
}

.pagination{
	list-style:none;
	margin: 30px auto 0 auto;
	padding: 0 0 0 280px;
	position:relative;
	display: inline-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: #0092d8;
	color:#FFF;
	border: 1px #0092d8 solid;
	border-radius:6px;
}
.index_about_box{
	position:relative;
	width:100%;
	height:auto;
	background: url(/public/assets/addons/cms/licssjs/images/index_productlist_bg.png) repeat;
	overflow:hidden;
}
.index_about_box .indextitle_box{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	max-width:1200px;
	height:auto;
	margin: 80px auto 60px;
}
.index_about_box .indextitle_box span:nth-child(1){
	display:block;
	text-align:center;
	font-size:44px;
	font-weight:bold;
	line-height:50px;
	margin:8px auto;
}
.index_about_box .indextitle_box span:nth-child(2){
	display: block;
	text-align:center;
	width: 40%;
	font-size: 30px;
	font-weight:bold;
	line-height: 42px;
	letter-spacing: 2px;
	color: #fff;
	margin: 12px auto;
	background: #29902b;
	border-radius: 12px;
}
.index_about_box .indextitle_box span:nth-child(3){
	font-size:20px;
	color:#655f5f;
}
.index_about_box .index_about{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	height: auto;
	margin: 60px auto 60px;
	overflow: hidden;
	cursor:default;
	box-shadow: 1px 1px 8px rgba(51,51,51,0.2);
}
.index_about_box .index_about .company_pic{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.index_about_box .index_about .company_pic img{
	width:100%;
	border-radius: 0;
}
.index_about_box .index_about .company_info{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width: 50%;
	height: auto;
	padding: 22px 2% 40px 4%;
	background: #f8f8f8;
	float: right;
	overflow: hidden;
}
.index_about_box .index_about .company_info .title{
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	letter-spacing:2px;
	color:#333;
	margin-bottom: 20px;
}
.index_about_box .index_about .company_info .title:after{
	content:" ";
	position:absolute;
	top: 90px;
	left: 8%;
	width:30%;
	border-bottom: 2px #015198 solid;
	transition:0.35s ease-in-out;
}
.index_about_box .index_about .company_info:hover .title:after{
	width:70%;
	transition:0.35s ease-in-out;
}
.index_about_box .index_about .company_info .content{
	font-size:16px;
	line-height:32px;
	text-indent:2em;
	margin-top: 40px;
}
.index_about_box .index_about .company_info a{
	position:relative;
	display:inline-block;
	margin: 10px 20px 0 0;
	border-radius:6px;
}
.index_about_box .index_about .company_info a span{
	position:relative;
	display:block;
	font-size: 14px;
	color:#333;
	padding: 8px 30px;
	background: transparent;
	overflow: hidden;
	border: 1px #015198 solid;
	border-radius: 6px;
	z-index:2;
}
.index_about_box .index_about .company_info a:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:0%;
	height:36px;
	background:transparent;
	border-radius: 6px;
	transition:0.35s ease-in-out;
	z-index:1;
}
.index_about_box .index_about .company_info:hover a span{
	color:#fff;
	border:1px solid transparent;
	transition:0.35s ease-in-out;
}
.index_about_box .index_about .company_info:hover a:after{
	width:100%;
	color:#fff;
	background: #015198;
	transition:0.35s ease-in-out;
}
.index_view_box{
	position:relative;
	display:block;
	width:100%;
}
.index_view_box ul{
	display: block;
	list-style:none;
	margin:0;
	padding:0;
}
.index_view_box ul li{
	position: relative;
	display: inline-block;
	width: 25%;
	float: left;
	overflow: hidden;
}
.index_view_box ul li .imgbox{
	width:100%;
	height: auto;
	overflow: hidden;
}
.index_view_box ul li .imgbox img{
	width:100%;
	height:auto;
	z-index: 1;
}
.index_view_box ul li .imgbox .imgtitle{
	position: absolute;
	text-align: center;
	left: 0;
	bottom: -32px;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #29902b;
	transition:0.35s ease-in-out;
	z-index: 2;
}
.index_view_box ul li:hover .imgbox .imgtitle{
	bottom: 0px;
	transition:0.35s ease-in-out;
}
.index_advantage_box{
	width:100%;
	height: 900px;
	background: url(/public/assets/addons/cms/licssjs/images/index_advantage_bg.jpg) no-repeat center;
	background-size:cover;
	cursor: default;
	border-radius: 0;
}
.index_advantage_box .title{
	position: relative;
	display:block;
	text-align:center;
	width: auto;
	max-width:1200px;
	margin:0px auto;
	padding: 110px 0 40px;
}
.index_advantage_box .title:after{
	display: none;
	position: absolute;
	bottom: 0px;
	left: 38%;
	content:" ";
	width: 24%;
	height: 2px;
	background: #0092d8;
	border-radius: 75%;
	z-index: 2;
}
.index_advantage_box .title span{
	position:relative;
	z-index:2;
}
.index_advantage_box .title span:nth-child(1){
	display:block;
	width: 50%;
	margin: 0 auto;
	text-align:center;
	font-size: 36px;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height:48px;
	letter-spacing: 1px;
	border-bottom: 1px #bfbfbf dashed;
}
.index_advantage_box .title span:nth-child(2){
	display:inline-block;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: #015198;
	padding: 0 5px;
	border-right: none;
	/* margin-top: 10px; */
	letter-spacing: 2px;
}
.index_advantage_box .title span:nth-child(3){
	display:inline-block;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#333;
	padding: 0 5px;
}
.index_advantage_box .advantage_list{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.index_advantage_box .advantage_list .left{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width: 400px;
	overflow: hidden;
	float:left;
}
.index_advantage_box .advantage_list .left .list{
    display:block;
    margin: 76px 0;
    border-right: 1px #333 solid;
    opacity: 1;
}
.index_advantage_box .advantage_list .left .list .sign{
    display:inline-block;
    vertical-align: top;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff;
    line-height: 60px;
    margin-right: 10px;
    background: #29902b;
    border-radius: 6px;
}
.index_advantage_box .advantage_list .left .list .list_title{
    display:inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
}
.index_advantage_box .advantage_list .left .list .title:before{
	display:none;
}
.index_advantage_box .advantage_list .left .list span{
    display:block;
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px;
    margin-top: 16px;
}
.index_advantage_box .advantage_list .middle{
	display:inline-block;
	vertical-align:top;
}
.index_advantage_box .advantage_list .middle img{
	width:100%;
}
.index_advantage_box .advantage_list .right{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width: 400px;
	overflow: hidden;
	float:right;
	opacity: 1;
}
.index_advantage_box .advantage_list .right .list{
    display:block;
    margin: 76px 0;
    border-left: 1px #333 solid;
    opacity: 1;
}
.index_advantage_box .advantage_list .right .list .sign{
    display:inline-block;
    vertical-align: top;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff;
    line-height: 60px;
    margin-left: 30px;
    margin-right: 10px;
    background: #29902b;
    border-radius: 6px;
}
.index_advantage_box .advantage_list .right .list .list_title{
    display:inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 30px;
}
.index_advantage_box .advantage_list .right .list .title:before{
	display:none;
}
.index_advantage_box .advantage_list .right .list span{
    display:block;
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
    margin-top: 16px;
}
.index_advantage_box .advantage_font_box{
	position:relative;
	display: block;
	width:1200px;
	margin: 110px auto 0;
	height:auto;
	overflow:hidden;
}
.index_advantage_box .advantage_font_box .list{
    position: relative;
    display: inline-block;
    vertical-align:top;
    width: calc(60%/2);
    float: left;
    margin-bottom: 40px;
}
.index_advantage_box .advantage_font_box .left{
	text-align:right;
	float:left;
	transition: 0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .left:hover .list_title{
	color:#015198;
	letter-spacing:0px;
	transition:0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .left:hover .content{
	color:#015198;
    border:1px dashed #015198;
	transition:0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .right{
	text-align: left;
	float:right;
}
.index_advantage_box .advantage_font_box .right:hover .list_title{
	color:#015198;
	letter-spacing:0px;
	transition:0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .right:hover .content{
	color:#015198;
    border:1px dashed #015198;
	transition:0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .list .list_title{
	position: relative;
	font-size: 32px;
	font-weight:bold;
	margin-bottom: 24px;
	transition:0.35s ease-in-out;
}
.index_advantage_box .advantage_font_box .list .content{
	padding:10px;
	font-size: 18px;
	color: #666;
	line-height: 28px;
	background: rgba(255,255,255,0.2);
	border: 1px #bfbfbf dashed;
	border-radius: 2px;
	box-shadow: 2px 4px 6px rgba(51,51,51,0.1);
	letter-spacing: 2px;
}
.index_advantage_imglistbox{
	position:relative;
	width:100%;
	height: auto;
	padding-bottom: 20px;
	background: #fff;
	/* 	background-size:cover; */
}
.index_advantage_imglistbox .index_advantage_imglist{
	padding-top: 60px;
}
.index_advantage_imglistbox .index_advantage_imglist .title{
	text-align:center;
	font-size:50px;
	font-weight:bold;
	color: #333;
	padding-right:6%;
}
.index_advantage_imglistbox .index_advantage_imglist .title .small_des{
	display:block;
	width: 50%;
	font-size:16px;
	line-height:36px;
	margin: 10px auto 60px;
	padding: 0 10px;
	color: #fff;
	background: #015198;
	border-radius: 6px;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist{
	display:block;
	width:1200px;
	margin:0 auto 60px;
	padding: 20px;
	border-bottom: none;
	background: url(/public/assets/addons/cms/licssjs/images/index_advantage_list_bg.jpg) no-repeat #fdfdfd top center;
	/* background:#f35122; */
	background-size:cover;
	overflow:hidden;
	border-radius: 6px;
	box-shadow: 1px 2px 6px rgba(51,51,51,0.6);
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .left{
	float:left;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .right{
	float:right;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .left_imgbox{
	position:relative;
	display:inline-block;
	width:48%;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .left_imgbox img{
	width:100%;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .right_content{
	position:relative;
	display:inline-block;
	width: 42%;
	margin: 7% 2% 0 0%;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .right_content .sign{
	width: 60%;
	font-size: 24px;
	color:#fff;
	padding-left:10px;
	line-height:36px;
	background: #f35122;
	border-radius:6px;
	margin-bottom:20px;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .right_content .content_title{
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	font-weight:bold;
	letter-spacing:2px;
	padding-bottom:20px;
	border-bottom:1px #efefef dashed;
}
.index_advantage_imglistbox .index_advantage_imglist .advlist .right_content .des{
	margin-top:10px;
	font-size:18px;
	color: #fff;
}
.reason_box{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding-bottom: 32px;
	background:url(/public/assets/addons/cms/licssjs/images/index_advantage_bg01.jpg) no-repeat;
	background-size:cover;
}
.reason_box .title{
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	max-width:1200px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	margin:0 auto;
	padding: 30px 0 20px;
	text-shadow: 0 2px 4px rgba(51,51,51,0.6);
}
.index_case_box{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	height:auto;
	margin: 60px auto 30px;
	overflow:hidden;
}
.index_case_box .title{

}
.index_case_box .title span{
	display:block;
}
.index_case_box .title span:nth-child(1){
	display:block;
	text-align:center;
	font-size:36px;
	line-height:60px;
}
.index_case_box .title span:nth-child(2){
	display:block;
	text-align:center;
	font-size:16px;
	color:#bfbfbf;
	line-height:24px;
}
.index_case_box .case_left_list{
	display:inline-block;
	width:400px;
	margin-top:60px;
	margin-right:20px;
	float:left;
}
.index_case_box .case_left_list ul{
	display:block;
	text-align:left;
	list-style:none;
	margin:0 auto;
	padding:0;
}
.index_case_box .case_left_list ul li{
	display:inline-block;
	text-align:center;
	width: calc(92%/2);
	margin: 0 2% 2% 2%;
	padding: 20px 0;
	float:left;
	border: none;
	border-radius: 2px;
	background: #539be7;
	box-shadow: none;
	transition:0.35s ease-in-out;
}
.index_case_box .case_left_list ul li:hover{
	background:#37a9ff;
	transition:0.35s ease-in-out;
}
.index_case_box .case_left_list ul li .icon{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin: 0;
	float: left;
}
.index_case_box .case_left_list ul li .icon img{
	width: 20%;
}
.index_case_box .case_left_list ul li .name{
	display:inline-block;
	vertical-align:top;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 24px;
	float: right;
}
.index_case_box .case_right_imgborder{
	position:relative;
	display:inline-block;
	width:780px;
	margin-top:60px;
}
.index_case_box .case_right_imgborder ul{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.index_case_box .case_right_imgborder ul li{
	position:absolute;
	top:0;
	right:0;
	border:1px #efefef solid;
	box-shadow: none;
}
.index_case_box .case_right_imgborder ul li img{
	width: 99.4%;
}
.reason_box ul{
	display:block;
	text-align:center;
	list-style:none;
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.reason_box ul li{
    display:inline-block;
    width:calc(91%/4);
    margin:1%;
    font-size:16px;
    line-height:38px;
    letter-spacing:1px;
    color:#fff;
    border-radius:6px;
    background:#ff9805;
}
.reason_box span{
	display:block;
	text-align:center;
	font-size:20px;
    line-height:48px;
    color:#fff;
}
.index_news_box{
	position:relative;
	width:100%;
	height: auto;
	background: #f8f8f8;
	overflow:hidden;
}
.index_news_box .index_news{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.index_news_box .index_news .news_box{
    display:inline-block;
    width:48%;
    margin: 60px 2% 60px 0;
    background:#fff;
    float:left;
}
.index_news_box .index_news .news_box .title{
	display:block;
	width:100%;
	padding-left:20px;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	border-left: 4px #015198 solid;
	border-bottom:1px #efefef solid;
}
.index_news_box .index_news .news_box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.index_news_box .index_news .news_box ul li{
    margin: 10px auto 20px;
    border-bottom: 1px #efefef dashed;
}
.index_news_box .index_news .news_box ul li .date{
	position:relative;
	display:inline-block;
	width:100%;
	padding: 0 20px;
}
.index_news_box .index_news .news_box ul li .date .left{
	display:inline-block;
	width: 83%;
	font-size: 16px;
	line-height: 32px;
	float:left;
	transition:0.35s ease-in-out;
}
.index_news_box .index_news .news_box ul li:hover .date .left{
	color:#015198;
	transition:0.35s ease-in-out;
}
.index_news_box .index_news .news_box ul li .date .right{
	display:inline-block;
	width: 16%;
	font-size: 14px;
	line-height: 32px;
	color: #bfbfbf;
	float:right;
}
.index_news_box .index_news .news_box ul li .showlist_box{
	display: none;
	width:100%;
	padding: 0 20px;
	transition:0.35s ease-in-out;
}
.index_news_box .index_news .news_box ul li:nth-child(1) .showlist_box{
	display:block;
}
.index_news_box .index_news .news_box ul li:hover .showlist_box{
	display: inline-block;
	width:100%;
	float:left;
	overflow: hidden;
	transition:0.35s ease-in-out;
}
.index_news_box .index_news .news_box ul li .showlist_box .imgbox{
	display: block;
	width:40%;
	margin-top: 2px;
	padding: 10px 10px 10px 0px;
	float:left;
	overflow: hidden;
}
.index_news_box .index_news .news_box ul li .showlist_box .imgbox img{
	width:100%;
	height:auto;
	border-radius: 4px;
}
.index_news_box .index_news .news_box ul li .showlist_box .content{
	position:relative;
	display:inline-block;
	width:58%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	float:right;
}
.index_news_box .index_news .news_box ul li .showlist_box .date{
	display: none;
	text-align: right;
	width: 58%;
	font-size:14px;
	float: right;
}
.reason_list{
	width:100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 100px 0 10px;
	background:url(/public/assets/addons/cms/licssjs/images/index_productlist_bg.png) repeat;
	overflow:hidden;
	border-radius: 6px;
	box-shadow: none;
	overflow:hidden;
}
.reason_list .list{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	height: auto;
	margin:0 auto 60px;
	padding:40px;
	background:#f8f8f8;
	border-radius:6px;
	box-shadow: 1px 1px 8px rgba(51,51,51,0.2);
	overflow: hidden;
}
.reason_list .list .left{
	display:inline-block;
	width:40%;
	opacity: 1;
}
.reason_list .list:nth-child(2) .left{
	float:right;
}
.reason_list .list .left .list_sign{
	display: inline-block;
	text-align: center;
	width:60px;
	height:60px;
	font-size: 40px;
	line-height: 60px;
	margin-right:10px;
	color:#fff;
	background: #29902b;
	border-radius:4px;
}
.reason_list .list .left .list_sign:after{
	content:" ";
	position:absolute;
	left: 40px;
	bottom: 40px;
	width: 0%;
	border-bottom: 1px #333 solid;
	transition:0.35s ease-in-out;
}
.reason_list .list:hover .left .list_sign:after{
	width: 40%;
	border-bottom: 1px #29902b solid;
	transition:0.35s ease-in-out;
}
.reason_list .list:nth-child(2) .left .list_sign:after{
	content:" ";
	position:absolute;
	left: 59%;
	bottom: 40px;
	width:0%;
	border-bottom: 1px #333 solid;
	transition:0.35s ease-in-out;
}
.reason_list .list:nth-child(2):hover .left .list_sign:after{
	width: 38%;
	border-bottom: 1px #29902b solid;
	transition:0.35s ease-in-out;
}
.reason_list .list .left .list_title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	transition:0.35s ease-in-out;
	z-index: 1;
}
.reason_list .list:hover .left .list_title{
	color:#29902b;
	transition:0.35s ease-in-out;
}
.reason_list .list .left .list_title .cn{
	display:inline-block;
	vertical-align:middle;
	font-size: 30px;
}
.reason_list .list .left .list_title .en{
	display:block;
	color:#999;
	font-size:14px;
}
.reason_list .list .left p{
	display:block;
	font-size:16px;
	line-height:32px;
	text-indent:0em;
	color:#333;
	margin:30px auto;
}
.reason_list .list .left .list_title:after{
	content:" ";
	
}
.reason_list .list .imgbox{
	display:inline-block;
	vertical-align: top;
	width:49%;
	float:right;
}
.reason_list .list:nth-child(2) .imgbox{
	float:left;
}
.reason_list .list .imgbox img{
	width:100%;
}
.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;
	transition:0.35s ease-in-out;
}
.main_box .main .main_nav .nav ul li:hover{
	background: #015198;
	transition:0.35s ease-in-out;
	border-radius:4px;
}
.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 30px;
	font-size: 14px;
}
.main_box .main .title{
	text-align:center;
	border-bottom:1px #efefef solid;
	margin: 30px auto 16px;
	padding-bottom: 30px;
	font-size:28px;
	font-weight:bold;
	color: #333;
}
.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{
	position: relative;
	display: block;
	margin: 0;
	height: auto;
	padding: 30px 0;
	background:none;
}
.main_box .main .news_list{
	margin: 0;
	height: auto;
	padding: 30px 0 60px;
	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: #015198;
    border-color: #015198;
    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;
	display: none;
	margin: 0px auto;
	width:100%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
}
.search input{
	display:inline-block;
	vertical-align:top;
	margin-top: 8px;
	height:36px;
	line-height:36px;
	padding-left:10px;
	border: 1px #333 solid;
	float:left;
}
.search input:nth-child(2){
	color:#Fff;
	padding:0 14px;
	border: 1px #333 solid;
	background: #333;
	border-radius:0px 6px 6px 0px;
}
#footer_box{
	position:relative;
	display: block;
	text-align: center;
	width:100%;
	height: auto;
	overflow:hidden;
	background:#222222;
	cursor: default;
}
#footer_box .footer{
	position:relative;
	display: inline-block;
	width:100%;
	height: auto;
	max-width:1200px;
	margin:0 auto;
	padding: 48px 0 0px 0;
}
#footer_box .footer .footer_nav{
	position:relative;
	display: inline-block;
	text-align:left;
	width: 24%;
	height:auto;
	padding-bottom: 0px;
	overflow:hidden;
	border-right: 1px #393838 solid;
	float:left;
}
#footer_box .footer .footer_nav:hover .title:after{
	width:90%;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_nav .title{
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	padding-bottom: 30px;
}
#footer_box .footer .footer_nav .title:after{
	content:" ";
	position:absolute;
	top: 40px;
	left:0;
	width:16%;
	border-bottom:1px #fff solid;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer_box .footer .footer_nav ul li{
	width: calc(100%/2);
	font-size: 14px;
	line-height: 32px;
	float:left;
}
#footer_box .footer .footer_nav ul li:nth-child(3){
	display:none;
}
#footer_box .footer .footer_nav ul li:hover a{
	color:#808080;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_nav ul li a{
	color:#fff;
}
#footer_box .footer .footer_nav ul li ul{
	display:none;
}
#footer_box .footer .footer_contact{
	position:relative;
	display: inline-block;
	text-align:left;
	width: 40%;
	height:auto;
	margin-left:30px;
	padding-bottom: 0px;
	overflow:hidden;
	float:left;
}
#footer_box .footer .footer_contact:hover .title:after{
	width: 100%;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_contact .title{
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	padding-bottom: 30px;
}
#footer_box .footer .footer_contact .title:after{
	content:" ";
	position:absolute;
	top: 40px;
	left:0;
	width: 10%;
	border-bottom:1px #fff solid;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_contact .list img{
	display: none;
	width:26px;
	height:26px;
	margin-right:10px;
}
#footer_box .footer .footer_contact .list span{
	font-size:14px;
	line-height:36px;
	color:#fff;
}
#footer_box .footer .footer_contact .list span a{
	color:#fff;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_contact .list span a:hover{
	color:#808080;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_code{
	position: absolute;
	display: inline-block;
	right: 0;
	text-align: left;
	width: 30%;
	height:auto;
	margin-left:30px;
	padding-left: 30px;
	padding-bottom: 0;
	overflow:hidden;
	border-left: 1px #393838 solid;
	float:right;
}
#footer_box .footer .footer_code:hover .title:after{
	width: 80%;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_code .title{
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	padding-bottom: 30px;
}
#footer_box .footer .footer_code .title:after{
	content:" ";
	position:absolute;
	top: 40px;
	left: 30px;
	width: 10%;
	border-bottom:1px #fff solid;
	transition:0.35s ease-in-out;
}
#footer_box .footer .footer_code .code{
	display:inline-block;
	width: 40%;
	margin-right: 6%;
}
#footer_box .footer .footer_code .code img{
	width:100%;
	height:auto;
	margin-top: 10px;
	border-radius: 6px;
}
#footer_box .footer .copyright_box{
	display:block;
	width:100%;
	margin-top: 24px;
	border-top: 1px #393838 solid;
}
#footer_box .footer .copyright_box .left{
	font-size: 14px;
	line-height: 48px;
	color: #808080;
	float:left;
}
#footer_box .footer .copyright_box .right{
	font-size: 14px;
	line-height: 48px;
	color: #808080;
	float:right;
}
#footer_box .footer .copyright_box .right a{
	color: #808080;
	transition:0.35s ease-in-out;
}
#footer_box .footer .copyright_box .right a:hover{
	color:#fff;
	transition:0.35s ease-in-out;
}
#goTop{
	position: fixed;
	display: none !important;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 999;
	background: url("../images/goto_pic.png") no-repeat center;
}
/* online_kefu */
.client-2 {
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 9999;
	display: block;
	cursor: default;
}
.client-2 ul {
	width: 73px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	background: #015198;
	margin-top: 1px;
	padding: 9px 0;
	height: 56px;
	width: 77px;
	box-sizing: content-box;
	transition: 0.35s ease-in-out;
	margin-left: 0px !important;
}
.client-2 ul li:hover {
	padding-right: 10px;
	margin-left: -10px !important;
	transition: 0.35s ease-in-out;
}
.client-2 ul li:nth-child(1):hover {
	padding-right: 10px;
	margin-left: -180px !important;
	transition: 0.7s ease-in-out;
}
.client-2 ul li:nth-child(1) {
	width: 246px !important;
	background: #015198;
	transition: 0.7s ease-in-out;
}
.client-2 li i {
	background: url(/public/assets/addons/cms/licssjs/images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 4px;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 0;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -25px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	background-color: #015198;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 20px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	margin-top: 8px;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	color: #fff;
	margin-top: 9px;
	height: 47px;
	width: 247px;
}
.client-2 .my-kefu-main {
	width: 97px;
	position: relative;
}
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -102px;
	top: -20px;
	display: none;
	z-index: 333;
	border: 1px #333 solid;
	box-shadow: 1px 1px 4px #333;
}
.client-2 .my-kefu-weixin-pic:nth-child(4){
	left:-210px;
}
.client-2 .my-kefu-weixin-pic img {
	width: 100px;
	height: 100px;
}
.client-2 .my-kefu-weixin {
	overflow: visible !important;
}	