@charset "utf-8";



body{
	font-size: 14px;
	font-family: '微软雅黑';
}
a{
	color: inherit;
}
a:hover,a:visited,a:focus{
	text-decoration: none;
}
a:hover{
	color: #e60013;
}
.container{
	max-width: 100%;
}
body{
	padding-top: 90px;
}
header{
	height: 140px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}
header .logo{
	display: block;
	float: left;
	margin-top: 13px;
    margin-bottom: 8px;
}
@media (max-width:414px){
	header .logo{
		width: 83%;
	}
	header .logo img{
		width: 100%;
	}
}
header>div>ul{
	float: left;
	margin-left: 140px;
	margin-right: 80px;
}
header>div>ul>li{
	float: left;
	margin:0 17px;
	line-height: 90px;
	font-size: 16px;
	color: #000;
}
header>div>ul>li>a{
	display: block;
}
header .mess_box{
	float: right;
	height: 50px;
	margin-top: 25px;
	padding: 0 15px;
}
header .mess_box a{
	display: block;
    float: left;
    width: 190px;
    height: 37px;
    margin: 0 0;
    margin-top: 0px;
    color: #003f98;
    font-size: 20.04px;
}
header .mess_box a.h_weichat{
	background: url(../img/icon_wei.png);
}
header .mess_box a.h_email{
	background: url(../img/icon_email.png);
}
header  .search_btn{
	float: right;
	position: relative;
}
header .menu_btn{
	float: left;	
}
header .search_btn form{
	display: block;
	position: absolute;
	width: 400px;
	height: 45px;
	border:1px solid #eee;
	right: 0;
	overflow: hidden;
	top: 100%;
	padding-right: 43px;
	width: 0;
	padding-right: 0;
	border-width:0;
	transition:all 0.6s;
}
header .search_btn:hover form{
	width: 400px;
	padding-right: 43px;
	border-width: 1px;
}
header .search_btn form input[type='submit']{
	width: 43px;
	height: 43px;
	background:#eee url(../img/icon_search.png) no-repeat center;
	border:none;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}
header .search_btn form input[type='text']{
	width: 100%;
	height: 100%;
	border:none;
	outline: none;
	font-size: 16px;
	text-indent: 1em;
}
header .search_btn button{
	width: 40px;
	height: 40px;
	background:#1a318d url(../img/icon_search.png) no-repeat center;
	border:none;
	margin-top: 25px;
	transition:all 0.3s;
}
header .search_btn button:hover{
	background-color: #e60013;
}
header .menu_btn{
	width: 40px;
	height: 40px;
	background: #e9eaea url(../img/icon_menu.png) no-repeat center;
	margin-left: 5px;
	margin-top: 25px;
	cursor: pointer;
	transition:all 0.3s;
	display: none;
}
header .menu_btn:hover{
	background-color: #e60013;
}
header .newnavbox{
	width: 100%;
	background: #d10c1c;
}
header .newnavbox .snav{
	margin-left: 30px;
}
header .newnavbox .snav li{
	float: left;
	margin: 0 5px;
	line-height: 61px;
	font-size: 16px;
	color: #fff;
	padding: 0 3%;
	position: relative;
	font-size: 18px;
}
@media (max-width: 1200px){
	header .newnavbox .snav li{
		padding: 0 2%;
	}
}
header .newnavbox .snav li:hover{
	background: #a21a28;
}
header .newnavbox .snav li:hover a{
	color: #fff !important;
}
header .newnavbox .snav li.active{
	background: #a21a28;
}
header .newnavbox .snav li.active a{
	color: #fff !important;
}
header .newnavbox .snav li:hover ul.innersub_nav li a{
	color: #333 !important;
}
header .newnavbox .snav li ul.innersub_nav {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 64px;
	left: 0;
	display: none;
}
header .newnavbox .snav li:hover ul.innersub_nav{
	display: block;
}
header .newnavbox .snav li ul.innersub_nav li{
	padding: 0 2%;
	border-bottom:1px solid #e0e0e0;
	width: 94%;
    text-align: center;
}
header .newnavbox .snav li ul.innersub_nav li a{
	color: #333;
	font-size: 17px;
	cursor: pointer;
}
@media  (max-width: 1200px){
	header .newnavbox .snav li ul.innersub_nav li a{
		font-size: 1.285rem;
	}
}
header .newnavbox .snav li ul.innersub_nav li:hover{
	background: #fff;
}
ul.thirdsub_nav{
	position: absolute;
    width: 80%;
    top: 0;
    left: 94%;
    z-index: 999;
	background: #fff;
	display: none;
}
header .newnavbox .snav li ul.innersub_nav li:hover ul.thirdsub_nav{
	display: block;
}
.headerinbg{
	background: url(../img/headbg.jpg);
	background-position: center;
}
.site_map{
	width: 360px;
	position: fixed;
	z-index: 99;
	top: 90px;
	bottom: 0;
	right: 0;
	background: #30395f;
	padding-left: 35px;
	padding-top: 35px;
	color: #fff;
	right: -100%;
	transition:all 0.6s;
	opacity: 0;
}
.site_map.on{
	right: 0;
	opacity: 1;
}
.site_map .close_side{
	width: 28px;
	height: 29px;
	outline: none;
	border:none;
	background: url(../img/side-close.png) no-repeat;
}
.site_map h1{
	font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}
.site_map dl{
	    overflow: hidden;
    margin-top: 10px;
    width: 108px;
    float: left;
    height: 220px;
}
.site_map dt a{
	font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;    
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.site_map dd a{
	margin-right: 10px;
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #787f9d;
}
.site_map dd a:hover{
	color: #eee;
}
header .sub_nav{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #30395f;
	color: #fff;
	height: 50px;
	display: none;
	z-index: 98;
}
header .sub_nav ul{
	position: absolute;
	display: none;
	top: 0;
}
header .sub_nav ul li{
	float: left;
	line-height: 50px;
	font-weight: bold;
	margin:0 20px;
	float: left;
}
header .sub_nav ul li a{
	display: block;
}
.banner{
	margin-top: 50px;
}
@media (max-width: 1380px) {
	header>div>ul{
		margin-left: 3px;
		margin-right: 20px;
	}
}
@media (max-width: 1200px) {
	header>div>ul>li{
		margin:0 10px;
	}
	header .mess_box{
		display: none;
	}
}
@media (max-width: 992px) {
	header{
		height: 83px;
	}
	header .newnavbox{
		display: none;
	}
	.banner{
		margin-top: 0px;
	}
	header .search_btn{
		display: none;
	}
	header .menu_btn{
		float: right;
		margin-top: 28px;
		display: block;
	}
	.site_map{
		padding: 15px;
	}
	.site_map h1{
		display: none;
	}
	.site_map dl{
		width: 100%;
		float: none;
	}
	.site_map{
		width: 80%;
		overflow-y:scroll;
		text-align: center;
	}
	.site_map dl{
		height: auto;
	}
}
.official_wechat{
	position: fixed;
	left: 0;
	top:30%;
	z-index:99;
}
@media (max-width:414px){
	.official_wechat{
		display: none;
	}
}
.banner img{
	display: block;
	width: 100%;
}
.banner_list li{
	padding: 40px 30px;
}
.banner_list .un{
	width: 20%;
	float: left;
	height: 275px;
	position: relative;
	bottom: -100px;
	background: #e9e9ed url(../img/b_list_1.png) no-repeat right 10px bottom 10px;
}
.banner_list .nor{
	width: 19.4%;
	float: left;
	height: 275px;
	background: #eee;
	margin-left: .6%;
}
.banner_list h1{
	line-height: 1;
	font-size: 22px;
	margin-bottom: 15px;
	color: #666;
}
.banner_list p{
	font-size: 14px;
	color: #666;
}
.banner_list .nor{
	position: relative;
	bottom: -100px;
	transition:all 0.5s;
}
.banner_list .nor:hover{
	bottom: 0;
}
.banner_list .nor h1{
	color: #fff;
	background: url(../img/b_list_6.png) no-repeat right center;
}
.banner_list .nor p{
	color: #fff;
}
.banner_list .nor span{
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 125px;
}
.banner_list li:nth-child(2){
	background-image: -moz-linear-gradient( 90deg, rgb(134,189,54) 0%, rgb(138,205,37) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(134,189,54) 0%, rgb(138,205,37) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(134,189,54) 0%, rgb(138,205,37) 100%);
}
.banner_list li:nth-child(3){
	background-image: -moz-linear-gradient( 90deg, rgb(19,157,185) 0%, rgb(45,204,236) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(19,157,185) 0%, rgb(45,204,236) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(19,157,185) 0%, rgb(45,204,236) 100%);
}
.banner_list li:nth-child(4){
  background-image: -moz-linear-gradient( 90deg, rgb(4,102,209) 0%, rgb(46,145,252) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,102,209) 0%, rgb(46,145,252) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,102,209) 0%, rgb(46,145,252) 100%);
}
.banner_list li:nth-child(5){
  background-image: -moz-linear-gradient( 90deg, rgb(239,151,1) 0%, rgb(255,174,36) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(239,151,1) 0%, rgb(255,174,36) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(239,151,1) 0%, rgb(255,174,36) 100%);
}
.banner_list{
	height: 195px;
	background: rgba(0,0,0,0.7);
	padding-top: 20px;
	position: relative;
	z-index: 80;
	margin-top: -195px;
	
}
.banner_list ul{
	overflow: hidden;
	height: 375px;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	bottom: 0;
	padding-top: 100px;
}
.banner_list a{
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) {
	.banner_list li h1{
		font-size: 18px;
	}
	.banner_list li{
		padding: 15px;
	}
}
@media (max-width: 768px) {
	.banner_list{
		margin-top: 0;
		height:auto;
	}
	.banner_list ul{
		position: static;
		transform:translateX(0);
		-ms-transform:translateX(0);
		-moz-transform:translateX(0);
		-webkit-transform:translateX(0);
		-o-transform:translateX(0);
		padding-top: 0;
		height: auto;
	}
	.banner_list .un{
		bottom: 0;
	}
	.banner_list .nor{
		bottom: 0;
	}
	.banner_list li{
		width: 100% !important;
		height: auto !important;
		padding-bottom: 100px;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.banner_list .nor span{
		bottom: 25px;
	}
}
.title_a {
	margin-bottom: 20px;
}
.title_a .t{
	font-size: 25px;
	color: #333;
	line-height: 1;
	margin-bottom: 5px;
}
.title_a .b{
	font-size: 15px;
	text-transform: uppercase;
	color: #d6d6d4;
}
.title_a .b a{
	display: block;
	float: right;
	color: #666666;
}
.title_a .b a.re_load{
	padding-left: 25px;
	background: url(../img/icon_reload.png) no-repeat left center;
}
.title_a .b a:hover{
	color: #e60013;
}
.index_product {
	padding-top: 60px;
	padding-bottom: 55px;
}
.index_product h3{
	font-weight: bold;
	font-size: 30px;
	background: url(../img/index_chanpinbg.png) no-repeat center;
	background-position-y: 0px;
}


.list_a .i_left{
	width: 32%;
	float: left;
	display: block;
}
.img_box{
	width: 100%;
	height: 100%;	
	position: relative;
	overflow: hidden;
}
.img_box span{
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	width: 100%;
	height: 100%;
	display: block;
	transition:all 0.4s;
}
.img_box:hover span{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.list_a .img_box{
	height: 210px;
}
.list_a .i_left dt{
	line-height: 55px;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_a .i_left dd{
	line-height: 20px;
	height: 40px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	color: #666;
}
.list_a .i_left p{
	margin-top: 12px;
}
.list_a .i_left p span{
	display: inline-block;
	padding-left: 25px;
	color: #8d8d93;
}
.list_a .i_left p span.view{
	margin-right: 15px;
	background: url(../img/icon_eye.jpg) no-repeat left center;
}
.list_a .i_left p span.share{
	background: url(../img/icon_share.jpg) no-repeat left center;
}
.list_a .i_left .date{
	width: 56px;
	height: 56px;
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
	padding-top: 8px;
}
.list_a .i_left .date em{
	font-style: normal;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 3px;
	color: #fff;
	font-weight: lighter;
}
.list_a .i_left .date i{
	color: #fff;
	font-weight: lighter;
	font-style: normal;
	font-size: 12px;
}
.list_a .i_left:hover dt{
	color: #e60013;
}
.list_a .i_right{
	width: 63%;
	float: right;
}
.list_a .i_right li{
	position: relative;
	border:1px solid #e9e9e9;
	padding-left: 86px;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 20px;
}
.list_a .i_right li:last-child{
	margin-bottom: 0;
}
.list_a .i_right .tit{
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
	padding-left: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.list_a .i_right .des{
	color: #666666;
	padding-left: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.list_a .i_right li .date{
	display: block;
	position: absolute;
	width: 86px;
	height: 68px;
	left: 0;
	top: 50%;
	margin-top: -34px;
	text-align: center;
	font-size: 28px;
	font-weight: lighter;
	border-right: 1px solid #e9e9e9;
}
.list_a .i_right li em{
	display: block;
	font-style: normal;
	font-size: 12px;
}
.list_a .i_right li:hover{
	border-color:#e60013;
}
.list_a .i_right li a{
	display: block;
}
.list_b{
	width: 100%;
	height: 325px;
	padding: 30px;
	background: url(../img/bg_honor.jpg) no-repeat center top/cover;
	position: relative;
}
.list_b::after{
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: #fbfbfb;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
}
.list_b li{
	width: 50%;
	float: left;
	height: 50%;
	text-align: center;
	padding-top: 17px;
}
.list_b li:nth-child(1),.list_b li:nth-child(2){
	border-bottom: 1px solid #eaeaea;
}
.list_b li:nth-child(1),.list_b li:nth-child(3){
	border-right: 1px solid #eaeaea;
}
.list_b li span{
	color: #1a318d;
	font-weight: bolder;
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.list_b li span em{
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
}
.list_b li p{
	font-size: 18px;
}
@media (max-width: 992px) {
	.index_top .left{
		width: 100%;
		float: none;
	}
	.index_top .right{
		width: 100%;
		float: none;
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.index_top{
		padding-top: 20px;
	}
	.list_a .i_left{
		width: 100%;
		float: none;
	}
	.list_a .i_right{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
}
.index_b{
	text-align: center;
	margin-bottom: 30px;
}
.index_b h1{
	line-height: 1;
	font-size: 25px;
}
.index_b p{
	font-size: 15px;
	color: #d6d6d4;
	text-transform: uppercase;
	margin-top: 10px;
}
.index_horon{
	padding-top: 45px;
	padding-bottom: 70px;
	background: #f2f2f2;
}
.honor_swiper img{
	display: block;
	width: 100%;
}
.honor_swiper .txt{
	background: #fff;
	text-align: center;
	padding: 18px 10px;
}
.honor_swiper .txt dt{
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor_swiper .txt dd{
	color: #999999;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_more{
	text-align: center;
	margin-top: 50px;
}
.index_more a{
	display: inline-block;
	line-height: 44px;
	border:1px solid #666666;
	padding-left: 21px;
	padding-right: 63px;
	background: url(../img/icon_right.png) no-repeat right 19px center;
	color: #666;
	transition: all 0.4s;
}
.index_more a:hover{
	color: #fff;
	background:#1a318d url(../img/icon_right.png) no-repeat right 10px center;
}
footer{
	background:#333333;
	padding-top: 50px;	
}
footer .box{
	float: left;
	height: 108px;
}
footer .f_a{
	width: 17%;
	border-right: 1px solid #324594;
	padding-top: 24px;
}
footer .f_a img{
	display: block;
	max-width: 95%;
}
footer .f_b{
	width: 27%;
	float: left;
	padding-left: 40px;
	padding-top: 25px;
	color: rgba(255,255,255,0.5);
}
footer .f_b p{
	padding-left: 27px;
}
footer .f_b .add{
	background: url(../img/footer_address.png) no-repeat left center;
	margin-bottom: 14px;
}
footer .f_b .tel{
	background: url(../img/footer_tel.png) no-repeat left center;	
}
footer .f_b .fax{
	background: url(../img/footer_fax.png) no-repeat left center;
	margin-bottom: 14px;
}
footer .f_b .mail{
	background: url(../img/footer_email.png) no-repeat left center;	
}
footer .f_d{
	width: 106px;
}
footer .f_d img{
	display: block;
	width: 100%;
}
footer .f_e{
	width: 138px;
	border-right: 1px solid #324594;
	padding-left: 22px;
}
footer .f_e .wei_box{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #7683bb url(../img/footer_weichat.png) no-repeat center;
	margin-bottom: 10px;
}
footer .f_e span{
	display: block;	
	color: rgba(255,255,255,0.5);
}
footer .f_f{
	padding-left: 50px;
	padding-top: 13px;
}
footer .f_f a{
	display: block;
	width: 90px;
	line-height: 35px;
	text-align: center;
	border:1px solid #2f4496;
	color: #7c84b4;
	margin-bottom: 13px;
}
.foot_copyright{
	text-align: center;
    font-size: 14px;
    color: #3f3e3e;
    border-top: 1px solid #3f3e3e;
    padding: 7px 25px;
    margin-top: 30px;
}
@media (max-width: 1375px) {
	footer .f_b{
		width: 20%;
	}
}
@media (max-width: 1200px) {
	footer .f_b{
		display: none;
	}
	footer .f_a{
		width: 30%;
		margin-right: 25%;
	}
}
@media (max-width: 992px) {
	footer .f_a{
		display: none;
	}
	footer .f_f{
		display: none;
	}
	footer .f_d{
		display: inline-block;
		float: none;
	}
	footer .f_e{
		display: inline-block;
		float: none;
	}
	footer .f_e .wei_box{
		margin:0 auto;
		margin-bottom: 15px;
	}
	footer{
		text-align: center;
	}
}

.sub_banner img{
	display: block;
	width: 100%;
}
.sub_banner{
	position: relative;
}
.banner_nav{
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 57px;
	color: #fff;
}
.banner_nav .no a{
	float: left;
	display: block;
	height: 60px;
	width: 62px;
	background: #f4f4f4 url(../img/about_11.jpg) no-repeat center;
	margin-right: 19px;
}
.banner_nav li{
	float: left;
	margin:0 19px;
	font-size: 15px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.banner_nav li a{
	display: block;
	border-bottom: 3px solid transparent;
	transition:all 0.3s;
}
.banner_nav li a:hover,.banner_nav li.on a{
	color: #fff;
	border-color:#2ac5e5;
}
.about_con{
	padding-top: 50px;
	background: #faf9fb url(../img/about_8.jpg) no-repeat center bottom/100% auto;
}
.about_con .index_b{
	margin-bottom: 50px;
}
.about_list{
	margin-bottom: 60px;
}
.about_list li{
	width: 20%;
	float: left;
	border-right: 1px solid #eae8e9;
	text-align: center;
}
.about_list li img{
	display: block;
	margin:0 auto 24px;
}
.about_list li span{
	font-size: 35px;
	color: #1a318d;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline-block;
	margin-right: 2px;
}
.about_list li p{
	font-size: 15px;
	color: #999999;
}
.about_lr{
	position: relative;
	padding-top: 138px;
	background: url(../img/about_7.png) no-repeat center top/100% auto;
	padding-left: 635px;
	padding-bottom: 118px;
}
.about_lr img{
	display: block;
	position: absolute;
	left: 0;
	top: 55px;
}
.about_lr .txt{
	font-size: 17px;
	color: #444444;
	line-height: 32px;
	text-align: justify;
}
.about_lr .txt p{
	text-indent: 2em;
}
.about_lr .txt span{
	text-decoration: underline;
}
@media (max-width: 1200px) {
	.about_lr img{
		width: 450px;
	}
	.about_lr{
		padding-left: 500px;
		padding-top: 68px;
	}
	.about_lr .txt{
		font-size: 15px;
		line-height: 1.7;		
	}
}
@media (max-width: 992px) {
	.about_lr img{
		max-width: 98%;
		position: static;
		margin:0 auto 25px;
	}
	.about_lr{
		padding-right: 0;
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.about_list li{
		width: 100%;
		border-right: none;
		margin-bottom: 25px;
	}
	.banner_nav{
		position: static;
		line-height: 35px;
	}
	.banner_nav .no a{
		height: 38px;
		width: 38px;
	}
}
.contact_con{
	background:#f5f7fa url(../img/contact_1.jpg) no-repeat center bottom/100% auto;
	padding: 50px 0 65px;
}
.contact_con .index_b{
	margin-bottom: 40px;
}
.contact_con .box{
	padding: 20px;
	background: #fff;
	border:2px solid #f0f1f2;
	position: relative;
}
.contact_con .left{
	float: left;
	width: 38%;
	float: left;
}
.contact_con .address{
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	padding: 30px 0;
	margin-bottom: 50px;
}
.contact_con .address p{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact_con .address span{
	color: #555;
}
.contact_con .fun p{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	padding-left: 30px;
}
.contact_con .fun .tel{
	background: url(../img/contact_3.png) no-repeat left center;
}
.contact_con .fun .fax{
	background: url(../img/contact_4.png) no-repeat left center;
}
.contact_con .fun .email{
	background: url(../img/contact_5.png) no-repeat left center;
}
.contact_con .fun .site{
	background: url(../img/contact_6.png) no-repeat left center;
}
.contact_con .fun{
	position: relative;
	margin-bottom: 50px;
}
.contact_con .fun img{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.contact_con .hot img{
	display: block;
	margin-bottom: 10px;
}
.contact_con .hot p{
	font-size: 24px;
	color: #626262;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact_con .hot span{
	display: block;
	font-size: 16px;
	padding-bottom: 50px;
}
.contact_con .right{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;	
	width: 56%;
	height: calc(100% - 20px);
}
@media (max-width: 1330px) {
	.contact_con .fun img{
		position: static;
		display: block;
		margin-top: 5px;
	}
}
@media (max-width: 992px) {
	.contact_con .left{
		float: none;
		width: 100%;
	}
	.contact_con .right{
		width: 100%;
		position: static;
		height: 450px;
	}
}
@media (max-width: 768px) {
	.contact_con .fun .site{
		word-break: break-all;
	}
	.contact_con .box{
		padding: 10px;
	}
	.contact_con .right{
		height: 250px;
	}
}
.leader_con{
	padding: 50px 0 94px;
	background: #faf9fb url(../img/about_8.jpg) no-repeat center bottom/100% auto;
}
.leader_con .left{
	width: 52%;
	float: left;
	position: relative;
}
.leader_con .left::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 400px;
	background: #d6d6d6;
	top: 90px;
	left: 23px;
}
.leader_con .left h1{
	font-size: 17px;
	margin-bottom: 80px;
}
.leader_con .left .swiper-slide{
	background: #fff;
	padding: 10px 15px 0;
	position: relative;
}
.leader_con .left .swiper-slide::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border:12px solid #fff;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -12px;
	border-color: transparent #fff transparent transparent;	
}
.leader_con .left .swiper-slide::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2ac5e5;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -27px;
}
.leader_con .left .swiper-wrapper{
	padding-left: 46px;
	height: 370px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.leader_con .left p{
	font-size: 17px;
}
.leader_con .left .swiper-slide span{
	display: block;
	width: 100%;
}
.leader_con .swiper-button-prev,.leader_con .swiper-button-next{
	width: 42px;
	height: 42px;	
	border-radius: 50%;
	opacity: 1;
	outline: none;
}
.leader_con .swiper-button-prev{
	background: url(../img/leader_2.png) no-repeat center;
	top: 60px;
	left: 0;
}
.leader_con .swiper-button-next{
	background: url(../img/leader_3.png) no-repeat center;
	right:auto;
	bottom: -54px;
	position: absolute;
	top:auto;
}
.leader_con .right{
	width: 45%;
	float: right;
	position: relative;
}
.leader_con .right img{
	display: block;
	width: 64%;
	float: left;
}
.leader_con .right ul{
	width: 36%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-right: 1px solid #e5dcd8;
	border-top: 1px solid #e5dcd8
}
.leader_con .right ul li{
	height: 25%;
	border-bottom: 1px solid #e5dcd8;
	text-align: center;
	position: relative;
}
.leader_con .right ul li p{
	display: block;
	position: absolute;
	width: 98%;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	padding-top: 20px;
}
.leader_con .right ul li p::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ac5e5;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
}
@media (max-width: 1200px) {
	.leader_con .right{
		margin-top: 120px;
	}
}
@media (max-width: 992px) {
	.leader_con .left{
		width: 100%;
		float: none;
	}
	.leader_con .right{
		margin-top: 80px;
		width: 100%;
		position: relative;
	}
	.leader_con .left .swiper-wrapper{
		height: 500px;
	}
	.leader_con .left::before{
		height: 530px;
	}
	.banner_nav li{
		margin:0 8px;
	}
	.leader_con .right img{
		display: block;
		width: 100%;
		float: none;
	}
	.leader_con .right ul{
		border:none;
		width: 100%;
		float: none;
		position: static;
	}
	.leader_con .right ul li{
		height: auto;
		padding: 35px 0;
	}
	.leader_con .right ul li p{
		position: relative;
		transform:translate(0,0);
		-ms-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-o-transform:translate(0,0);
		text-align: center;
		margin:0 auto;
		left: 0;
	}
}
.news_con{
	padding-top: 50px;
	padding-bottom: 60px;
	background: url(../img/news_2.jpg) no-repeat center bottom/cover;
}
.news_search{
	display: block;
	width: 100%;
	border:8px solid #eeeff1;
	background: #fff;
	padding: 18px 50px;
	line-height: 34px;
	position: relative;
	padding-left: 135px;
	margin-bottom: 40px;
}
.news_search span{
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -17px;
}
.news_search input[type="text"]{
	width: 64%;
	float: left;
	height: 36px;
	text-indent: 1em;
	border:1px solid #dedede;
	font-size: 16px;
}
.news_search input[type="submit"]{
	width: 25%;
	float: right;
	height: 36px;
	border:none;
	border:1px solid #1a318d;
	background: #1a318d;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}
.news_search input[type="submit"]:hover{
	color: #1a318d;
	background: #fff;
}
.news_con .list_a .i_left{
	width: 24%;
	float: left;
	background: #fff;
	margin-right: 1.3%;
}
.news_con .list_a .i_left dl{
	padding: 0 20px;
}
.news_con .list_a .i_left p{
	padding:  10px 20px;
}
.news_con .list_a .i_left:last-child{
	margin-right: 0;
}
.news_con .list_a .i_right{
	width: 100%;
	float: none;
}
.news_con .list_a .i_right li{
	border:1px solid #e9e9e9;
	background: #fff url(../img/news_3.png) no-repeat right 20px center;
	position: relative;
	padding-right: 50px;	
}
.news_con .list_a{
	margin-bottom: 40px;
}
.news_con .list_a .i_right li:hover{
	border-color:#e60013;
}
.news_con .list_a .i_right li:hover p{
	color: #e60013;
}
@media (max-width: 992px) {
	.news_con .list_a .i_left{
		width: 48%;
		margin-bottom: 10px;
		margin-right: 4%;
	}
	.news_con .list_a .i_left:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.news_search{
		padding: 10px;
		text-align: center;
	}
	.news_search span{
		position: static;
		padding: 15px 0;
	}
	.news_search input[type="text"]{
		width: 72%;
	}
	.news_con .list_a .i_left{
		width: 100%;
		margin-right: 0 !important;
	}
	.news_con .list_a .i_right li{
		padding-right: 10px;
		background: #fff;
		padding-left: 60px;
	}
	.news_con .list_a .i_right li .date{
		width: 60px;
	}
	.news_con .list_a .i_right .tit{
		padding-left: 10px;
	}
	.news_con .list_a .i_right .des{
		padding-left: 10px;
	}
}
.qua_con{
	padding-top: 40px;
	padding-bottom: 90px;
	background: url(../img/qua_1.jpg) no-repeat center bottom/cover;
}
.qua_con .index_b{
	margin-bottom: 50px;
}
.qua_con li{
	width: 22%;
	float: left;
	margin-right: 4%;
	position: relative;
	margin-bottom: 20px;
}
.qua_con li:nth-child(4n){
	margin-right: 0;
}
.qua_con li img{
	display: block;
	width: 100%;
}
.qua_con li p{
	text-align: center;
	line-height: 50px;
	background: #d7d7d7;
	font-size: 16px;
	position: relative;
	z-index: 6;
	transition:all 0.3s;
}
.qua_con li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition:all 0.3s;
	background: url(../img/qua_3.png) no-repeat center rgba(26,49,141,0.5);
}
.qua_con li:hover a{
	opacity: 1;
}
.qua_con li:hover p{
	color: #fff;
	background: #1a318d;
}
@media (max-width: 768px) {
	.qua_con li{
		width: 100%;
		margin-right: 0;
	}
}
.job_con{
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/job_2.jpg) no-repeat center bottom/cover;
}
.job_con li{
	padding: 0;
}
.job_con li a{
	display: block;
	border:1px solid #f0f1f2;
	background: #fff;
	padding: 40px 30px 60px;
}
.job_con li h1{
	line-height: 1;
	font-size: 24px;
}
.job_con li .line{
	width: 58px;
	height: 1px;
	background: #8aca28;
	margin:30px 0 25px;
}
.job_con li p{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #555555;
	margin-top: 5px;
}
.job_con li a:hover{
	background: #288af5;
}
.job_con li a:hover p,.job_con li a:hover h1{
	color: #fff;
}
.honor_con{
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/honor_5.jpg) no-repeat center bottom/cover;
}
.honor_con .box_title{
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #f49e0b;
	margin-bottom: 32px;
}
.honor_con .box_title span{
	display: inline-block;
	text-align: center;
	line-height: 38px;
	width: 145px;
	background: #f49e0b;
}
.honor_con ul{
	margin-bottom: 20px;
}
.honor_con .box li{
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.honor_con .box li:nth-child(3n){
	margin-right: 0;
}
.honor_con .box li a{
	display: block;
}
.honor_con .box li img{
	display: block;
	margin:0 auto;
	max-width: 98%;
}
.honor_con .box li p{
	text-align: center;
	font-size: 16px;
	color: #555555;
	padding: 15px 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor_con .box li a:hover p{
	color: #e60013;
}
.honor_con .box{
	position: relative;
	padding-right: 350px;
}
.honor_right{
	background: #fff url(../img/honor_6.jpg) no-repeat center top/100% auto;
	width: 315px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-left: 24%;
	padding-top: 300px;	
	padding-left: 30px;
	padding-bottom: 80px;
	top: 496px;
}
.honor_right.on{
	position: fixed;
	top: 90px;
}
.honor_right li{
	font-size: 18px;
	color: #555;
	line-height: 1;
	padding: 12px 0;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 1.4;
}
.honor_right li::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: #edeef1;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.honor_right li.on::after{
	background: #f49e0b;
}
@media (max-width: 1260px) {
	.honor_right{
		width: 290px;
	}
}
@media (max-width: 1200px) {
	.honor_right{
		margin-left: 20%;
	}
}
@media (max-width: 992px) {
	.honor_con .box{
		padding-right: 150px;
	}
	.honor_right{
		width: 150px;
	}
	.honor_right{
		padding-left: 5px;
	}
	.honor_right{
		margin-left: 24%;
	}
	.honor_right{
		top: 400px;
		padding-top: 150px;
	}
}
@media (max-width: 768px) {
	.honor_con .box{
		padding: 0;
	}
	.honor_con .box li{
		width: 100%;
		margin-right: 0;
	}
	.honor_right{
		display: none !important;
	}
}
.culture_con{
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/honor_5.jpg) no-repeat center bottom/cover;
}
.culture_con li{
	position: relative;
}
.culture_con li .side_a{
	width: 50%;
	height: 320px;
	float: left;
}
.culture_con li:nth-child(even) .side_a{
	float: right;
}
.culture_con li .side_b{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.culture_con li .side_b .box{
	position: absolute;
	top: 50%;
	padding-left: 30px;
	width: 100%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	padding-right: 30px;
}
.culture_con li:nth-child(even) .side_b{
	right: auto;
	left: 0;
}
.culture_con li h1{
	font-size: 26px;
}
.culture_con li p{
	font-size: 22px;
	color: #555555;
}
.culture_con li .line{
	width: 66px;
	height: 5px;
	background: #89ca28;
	margin:15px 0;
}
.culture_con li:nth-child(2) .line{
	background: #29c4e3;
}
.culture_con li:nth-child(3) .line{
	background: #288af5;
}
.culture_con li:nth-child(4) .line{
	background: #faa719;
}
.culture_con li:nth-child(6) .line{
	background: #26c0df;
}
.culture_con li .img_box{
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
@media (max-width: 768px) {
	.culture_con li .side_a{
		width: 100%;
		height: 150px;
		float: none;
	}
	.culture_con li .side_b{
		position: static;
		transform:translateY(0);
		-ms-transform:translateY(0);
		-moz-transform:translateY(0);
		-webkit-transform:translateY(0);
		-o-transform:translateY(0);
		width: 100%;
	}
	.culture_con li .side_b .box{
		position: static !important;
		transform:translateY(0);
		-ms-transform:translateY(0);
		-moz-transform:translateY(0);
		-webkit-transform:translateY(0);
		-o-transform:translateY(0);
		padding-bottom: 15px;
	}
	.culture_con li:nth-child(even) .side_a{
		float: none;
	}
	.culture_con li{
		margin-bottom: 15px;
	}
	.culture_con li h1{
		font-size: 22px;
	}
	.culture_con li p{
		font-size: 16px;
	}
}
.jiang_con{
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/jiang_2.jpg) no-repeat center bottom/cover;
}
.jiang_con li{
	padding: 20px;
	background: #fff;
	margin-bottom: 25px;
}
.jiang_con li .img_box{
	float: left;
	height:240px;
	width: 34%;
	display: block;
}
.jiang_con li .txt{
	width:66%;
	float: left;
	padding: 0 30px;
}
.jiang_con li .txt .tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	display: block;
}
.jiang_con li .txt p{
	line-height: 2;
	height: 112px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4;
	margin-bottom: 25px;
}
.jiang_con li .btbt{
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	border:1px solid #666666;
}
.jiang_con li .btbt span{
	text-align: left;
	display: inline-block;
	padding-right: 26px;
	background: url(../img/jiang_4.jpg) no-repeat right center;
}
.jiang_con li .btbt:hover{
	border-color: #e60013;
	color: #e60013;
}
.jiang_con li .btbt:hover span{
	background-image: url(../img/jiang_4b.jpg);
}
.jiang_con li{
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.jiang_con li .img_box{
		width: 100%;
		float: none;
		display: block;
		height: 200px;
		margin-bottom: 15px;
	}
	.jiang_con li .txt{
		width: 100%;
		float: none;
		padding: 0;
	}
}
.posrelative{
	position: relative;
}
.swiper-button-next-m5,.swiper-button-prev-m5{
	width: 50px;
	height: 79px;
}
.swiper-button-next-m5{
	background: url(../img/next.png) no-repeat center;
	top: 50%;
	margin-top: -40px;
	margin-right: -60px;
}
.swiper-button-prev-m5{
	background: url(../img/prev.png) no-repeat center;
	top: 50%;
	margin-top: -40px;
	margin-left: -60px;
}
.productimgbox{
	padding: 0px 15px;
}
.productimg{
	height: 235px;
	background: url(../img/work-img.jpg);
	background-size: 100% 100%;
	border: 1px solid #dfdfdf;
}
.m5qha p{
	white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 15px;
}
.btn_swiper_box{
margin: 20px 0 35px 0;
}
.btn_swiper_box a{
	font-size: 18px;
	margin: 0 5%;
	cursor: pointer;
	color:#333;
}
@media (max-width:414px){
	.btn_swiper_box a{
		margin: 0 2%;
		font-size: 14px;
	}
}
.btn_swiper_box a:hover{
	border-bottom: 1px solid #d10c1c;
}
.btn_swiper_box a.active{
	border-bottom: 1px solid #d10c1c;
	color:#d10c1c;
}
.hengbox{
	height: 3px;
	margin: 33px auto;
}
.hengbox label{
	width: 8%;
	height: 3px;
	background: #b9b9b9;
	cursor: pointer;
}
.morebox{
	width: 155px;
	height: 42px;
	background: #d10c1c;
	border-radius: 5px;
	line-height: 42px;
	margin:20px auto 0 auto;
	text-align: center;
}
.morebox a{
	color: #fff;
	font-weight: bold;
	display: block;
	cursor: pointer;
}
.morebox:hover{
	background: #fff;
	border:1px solid #d10c1c;
}
.morebox:hover a{
	color: #d10c1c;
}
.index_news{
	padding-top: 60px;
	padding-bottom: 55px;
	background: url(../img/newsbg.png) center;
}
.index_news h3{
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background: url(../img/index_newsbg.png)no-repeat center;
	background-position-y:-12px;
}
.newsbox{
	margin: 40px 0;
}
.newsbox .col-md-4{
	margin-bottom: 20px;
}
.newsbox a{
	display: block;
	cursor: pointer;
}
.newsinner_box{
	background: #fff;
}
.newimg_box{
	height: 239px;
}
.newsimg{
	background: url(../img/news.png);
	background-size: 100% 100%;
	height: 100%;
}
.index_news_con{
	padding: 30px 30px 90px 30px;
}
.index_news_con h5{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_news_con p{
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_about{
padding-top:60px;
padding-bottom: 55px;
}
.index_about h3{
	font-weight: bold;
	font-size: 30px;
	background: url(../img/index_aboutusbg.png)no-repeat center;
	background-position-y: -1px;
}
.aboutus_box{
	margin: 40px auto;
}
.aboutimg_box{
	padding: 0;
}
.aboutimg{
	width: 100%;
}
.aboutus_con{
	background: #ededed;
	height: 350px;
	margin-top: 56px;
	padding: 40px;
}
.aboutus_con h2{
	font-size: 24px;
	color: #d10c1c;
}
.aboutus_con label{
	margin-top: 9px;
    width: 94px;
    height: 1px;
    background: #d10c1c;
}
.aboutus_con div{
	font-size: 14px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
footer .container{
	text-align: center;
}
.footerul{
margin: auto;
}
.footerul li{
	color: #bab7b7;
    display: inline-block;
}
.footerul li a{
	color: #bab7b7;
	padding: 0 15px;
	cursor: pointer;
}
.companymessage{
	margin: 20px auto;
	color: #878787;
	font-size: 14px;
}
.companymessage p{
	line-height: 25px;
}
.smallerwei{
	margin-top: 20px;
	width: 91px;
}
.zhixing_nav{
	background: #f8f8f8;
	border: 1px solid #eeeeee;
}
.zhixing_nav_head{
    height: 78px;
    width: 100%;
    background: url(../img/inner_nav_headbg.jpg) center;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	color:#fffefe;
	background-size: 100%;
}

.zhixing_left_nav{
    margin-top: 20px;
}
.zhixing_left_nav >ul>li{
    text-align: center;
    color: #333333;
    font-size: 14px;
    background: #f8f8f8;
    cursor: pointer;
    line-height: 42px;
	border-bottom:1px solid #eeeeee;
	position: relative;
}
.zhixing_left_nav >ul>li:hover{
	background: #d10c1c !important;
}
.zhixing_left_nav >ul>li.active{
	background: #d10c1c !important;
}
.zhixing_left_nav >ul>li:hover>a{
	color: #fff;
}
.zhixing_left_nav >ul>li.active>a{
	color: #fff;
}
.zhixing_left_nav >ul>li>a>img{
	position: absolute;
	left: 20px;
	top: 14px;
}
.zhixing_left_nav >ul>li>ul{
	width: 100%;
	display: none;
}
.zhixing_left_nav >ul>li>ul>li{
	 height: 42px;
	 text-align: center;
	 border-bottom:1px solid #eeeeee; 
	 background: #fcf2f2 !important;
}
.zhixing_left_nav >ul>li>ul>li:hover{
	border-left: 2px solid #d10c1c;
}
.pager li a{
	margin-bottom: 10px;
}
.pager .active a{
	background: #d10c1c;
	color: #fff;
}

.tanchuangbox{
	position: absolute;
	width: 29%;
	background: #fff;
	top: 293px;
	left: 35.5%;
	z-index: 999;
	border-radius: 5px;
	display: none;
}
.tanchuanghead{
	width: 100%;
	height: 60px;
	background: #004098;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 15px;
}
.tanchuanghead img{
	float: right;
	margin: 20px 0;
}
.tanchuanging img{
	width: 100%;
}
.tanchuangcontent{
	padding: 20px;
}
.tanchuangin div{
	margin-bottom: 20px;
	padding-left: 6px;
	font-size: 16px;
	color: #333333;
}
.tanchuangin div span{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
@media (max-width:414px){
	.tanchuangbox {
		position: absolute;
		width: 65%;
		background: #fff;
		top: 293px;
		left: 17.5%;
		z-index: 999;
		border-radius: 3px;
		display: none;
	}
	.tanchuangcontent {
		padding: 14px;
	}
}
.swiper-button-next-banner{
  right: 10%;
  background: url(../img/next.png) no-repeat center;
  background-size:100%; 
  display: none;
}
.swiper-button-prev-banner{
	left:10%;
	background: url(../img/prev.png) no-repeat center;
	background-size:100%; 
	display: none;
}
.banner:hover .swiper-button-prev-banner{
	display: block;
}
.banner:hover .swiper-button-next-banner{
	display: block;
}