/* 导航 */
.top_head{
	position: relative;
	z-index: 9;
	width: 100%;
	background-color: #223884;
}
.head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.add_right{
	position: absolute;
	height: 30px;
	width: 40%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #0290c0;
	clip-path: polygon(4% 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
}
.logo{
	height: 114px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_txt{
	display: flex;
	text-align: right;
}
.logo_txt p{
	margin: 5px 15px;
}
.logo_txt p:nth-child(1){
	color: #0290c0;
}
.logo_txt p b{
	font-size: 20px;
}
.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	background-image: url(menu_bar.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.head_list{
	width: 70%;
	margin-left: 100px;
}
.menu_list{
	height: 56px;
	display: flex;
	/* align-items: center;*/
}
.menu_list li{
	width: 20%;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
}
.menu_list li a{
	color: #ffffff;
}
.menu_list li:hover{
	background-image: url(menu-hover.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.down{
	position: relative;
}
.down_box{
	display: none;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50px;
	z-index: 9;
}
.down_box p{
	line-height: 30px;
	margin: 10px 0;
}
.down_box p a{
	font-size: 14px;
	color: #0290c0;
}
.down:hover .down_box{
	display: block;
}
.down_box p:hover{
	background-color: #0290c0;
}
.down_box p:hover a{
	color: #ffffff;
}
.cpkey{
	height: 38px;
	width: 180px;
}



.fullSlide{width:100%;position:relative;height:600px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative; z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(image/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

.inp{
	display: none;
	position: absolute;
	top: 62px;
	right: 10px;
	padding: 5px 10px;
	background-color: #333333;
}
.banner{
	position: relative;
	top: -48px;
    z-index: -1;
}
/* 产品推荐 */
.pro_recom{
	margin: 2px 0 50px 0;
}
.recom{
	display: flex;
	justify-content: space-between;
}
.recom_txt{
	color: #333333;
	line-height: 30px;
}
.recom_txt h2{
	font-size: 24px;
}
.recom1{
	font-family: 'Arial';
	font-size: 16px;
}
.recom_txt i{
	display: inline-block;
	height: 5px;
	width: 64px;
	background-color: #223884;
}
.recom_txt div{
	line-height: 26px;
}
.swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
:root {
    --swiper-theme-color: #0290c0;
}
.recom_list{
	margin-top: 30px;
}
.recom_list ul{
	display: flex;
	justify-content: space-between;
}
.recom_list ul li{
	position: relative;
	width: 32%;
	border: 1px solid #cccccc;
}
.recom_list .list_li{
    position: absolute;
    top: 93%;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: 46px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 2px 1px #cccccc;
}
.recom_list .li_one{
	height: 46px;
	padding: 0 10px;
	width: 90%;
	font-size: 16px;
	line-height: 46px;
	border-left: 4px solid #0290c0;
	background-color: #ffffff;
}
.recom_list .add{
	width: 46px;
	text-align: center;
	background-color: #999999;
	position: relative;
}
.recom_list .add img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* margin: 0 auto; */
}
.recom_list .add:hover{
	background-color: #223884;
}
.recom_img2{
	margin: 10px;
}

/* 产品 */
.tit{
	margin-bottom: 50px;
}
.tit img{
	margin: 0 auto;
}
.product{
	margin: 50px 0;
}
.duct_list .list_li{
    position: absolute;
    top: 90%;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: 46px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 2px 1px #cccccc;
}
.duct_list .li_one{
	height: 46px;
	padding: 0 10px;
	width: 90%;
	font-size: 14px;
	line-height: 46px;
	border-left: 4px solid #0290c0;
	background-color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.duct_list .add{
	width: 46px;
	text-align: center;
	background-color: #999999;
	position: relative;
}
.duct_list .add img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* margin: 0 auto; */
}
.duct_list .add:hover{
	background-color: #223884;
}
.pro_list {
	/* width: 286px; */
	background-color: #018fbf;
}
.pro_list li{
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	border-top: 1px solid #ffffff;
}
.pro_list li a{
	color: #ffffff;
}
.pro_list li:hover{
	background-image: url(pro-hover.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pros{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.pros .duct_list{
    position: relative;
	box-shadow: 0 0 2px 1px #cccccc;
}
.duct_list{
	width: 32%;
	margin-bottom: 50px;
}
.pros_img{
	margin: 10px;
}
.more{
	margin: 0 auto;
	width: 110px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border: 1px solid #999999;
	color: #999999;
	font-size: 12px;
}
.more:hover{
	border: 1px solid #223884;
	color: #223884;
}
/* 关于 */
.about_box{
	padding: 60px 0;
	background-color: #f6f6f6;
}
.about_txt1{
	text-indent: 2em;
	font-size: 16px;
	line-height: 38px;
	margin: 30px 0;
}
.about2 .col-lg-5 img{
	padding-top: 27px;
}
.ab_phone{
	color: #223884;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
}
.ab_phone span{
	font-size: 24px;
}
.about2 .more{
	margin: auto 0;
}
/* 优势 */
.advantage{
	margin: 50px 0;
}
.advan_txt{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.culture{
	background-color: #018fbf;
	padding: 25px;
	border-radius: 3px;
	margin: 20px 0;
}
.row1{
	margin: 20px 0;
}
.truss{
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}
.truss ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.truss ul li{
	width: 16.6%;
}
.truss ul li div{
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
}
.truss ul li img{
	margin: 0 auto;
}
.adv_txt{
	font-size: 16px;
	font-weight: bold;
}
.adver{
	margin: 50px 0;
}
/* 工厂 */
.factory .more{
	margin-top: 40px;
}
/* 视频 */
.video .more{
	margin-top: 40px;
}
/* 新闻 */
.new_box{
	margin: 40px 0;
}
.new_list{
	border: 1px solid #cccccc;
	padding: 20px;
	margin-bottom: 20px;
	color: #666666;
}
.new_time1{
	font-size: 14px;
}
.new_title1{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
}
.new_info1{
	line-height: 30px;
}
.new_list:hover .new_time1{
	color: #018fbf;
}
.new_list:hover .new_title1{
	color: #018fbf;
}
/* 底部 */
.foot_box{ background:#0290c0; color:#FFFFFF;}
.foot_box a{
	color: #FFFFFF;
}
.foot1{
	margin: 40px 0;
}
.bot_info{
	line-height: 28px;
	margin-top: 30px;
}
.bot_pro_list{
	width: 150%;
	display: flex;
	flex-wrap: wrap;
}
.bot_pro_list a{
	width: 50%;
}
.bot_menu ul{
	display: flex;
	flex-wrap: wrap;
}
.bot_menu ul li{
	width: 50%;
}
.bot_img{
	display: flex;
}
.bot_img img:nth-child(2){
	margin-left: 10px;
}
.bot_cont div p:nth-child(1){
	font-weight: bold;
	font-size: 16px;
}
.bot_more{
	color: #223884;
}
.foot2{
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
}
.foot_f1{
	display: flex;
	align-items: center;
	
}
.f1_logo{
	width: 60%;
	padding-right: 20px;
}
.f1_txt{
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	margin: 20px 0;
	line-height: 30px;
}

.bot_last{
	line-height: 30px;
}
.bot_last span:nth-child(3){
	padding-left: 10px;
}

/* .cont_box{
	padding: 50px 0;
	background-color: #0290c0;
	background-image: url(../picture/map.png);
	background-repeat: no-repeat;
	background-position: center;
}
.conts{
	color: #ffffff;
	line-height: 28px;
}
.cont_two{
	font-size: 16px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.cont_three{
	display: flex;
	justify-content: flex-end;
}
.cont_three img:nth-child(1){
	margin-right: 15px;
} */

/* .foot{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.foot_f1{
	display: flex;
}
.f1_logo{
	padding-right: 20px;
}
.f1_txt{
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	margin: 20px 0;
	line-height: 30px;
}
.foot_f2{
	width: 25%;
}
.foot_f2 ul{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.foot_f2 ul li{
	width: 33%;
	line-height: 28px;
}
.bot{
	border-top: 1px solid #cccccc;
	padding: 20px 0;
}
.bot div:nth-child(1){
	margin-top: 10px;
} */

/* 内页 */
.news-time{
	padding: 10px 0;
	background: #eaeaea;
	width: 100%;
	line-height: 26px;
	text-align: center;
}
.news-time h3{
	display: block;
	line-height: 20px;
}

.bot .row{ text-align:center;}


@media (max-width:768px){
	.logo {
	    height: 70px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.logoimg img{
	  max-height: 40px;
	  margin:10px 0;
	}
	.navbar-toggle {
	    position: absolute;
        top: 20px;
        right: 10px;
        float: right;
        padding: 9px 10px;
        margin-top: -5px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border-color: #0290c0;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
		background-color: #0290c0;
	}
	.menu{
		background-color: #0290c0;
		background-image: none;
	}
	.head_list {
	    width: 100%;
	    margin-left: 0px;
	}
	.menu_list{
		height: 100%;
		display: block;
		margin: 20px 0;
		/* align-items: center;*/
	}
	.menu_list li {
	    width: 100%;
	    text-align: left;
	    line-height: 56px;
	    font-size: 16px;
	}
	.menu_list li:hover{
		background-image: none;
	}
	.navbar {
	    position: relative;
	    min-height: 0px;
	    margin-bottom: 0px;
	    border: 1px solid transparent;
	}
	.banner {
	    position: relative;
	    top: 0px;
	    z-index: 0;
	}
	.cpkey {
	    height: 38px;
	    width: 80%;
	}
	.phone{
		width: 70%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		font-size: 18px;
		text-align: center;
		background-color: #223884;
		border-radius: 20px;
	}
	.phone a{
		color: #ffffff;
	}
	.phone span{
		margin: 0 10px;
	}
	.phone:hover a{
		color: #FFFFFF;
	}
	/* 推荐 */
	.pro_recom{
		margin: 20px 0;
	}
	.recom{
		display: block;
	}
	.swiper-pagination {
	    position: absolute;
	    text-align: center;
	    transition: .3s opacity;
	    transform: translate3d(0,0,0);
	    z-index: 10;
	}
	.recom_img{
		margin: 25px 0;
	}
	.duct_list{
		width: 100%;
	}
	.about_img{
		margin-top: 20px;
	}
	.about2 .more {
	    margin: 0 auto;
	}
	.factory_list div{
		margin-bottom: 20px;
	}
	.factory_list div img{
		margin: 0 auto;
	}
	.video .row div{
		margin-bottom: 20px;
	}
	.cont_three {
	    display: flex;
	    justify-content: flex-start;
	}
	.row1 div{
		margin-bottom: 20px;
	}
	.foot{
		display: block;
	}
	.foot_f1 {
	    display: block;
	}
	.f1_logo {
		width: 100%;
	    padding-right: 0px;
	}
	/* .f1_logo img{
		margin: 0 auto;
	} */
	.bot_last span{
		display: block;
	}
	.bot_last span:nth-child(3){
		padding-left: 0px;
	}
}


.content_right .conn .proshow1 {
	padding-top: 40px;
	position: relative;
	padding-bottom: 20px
}

.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 35%;
	margin-top: 0!important;
	box-shadow: 0 0 44px 0 #e1dddd
}

.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 280px
}

.proshow1 .js-silder .silder-main-img img {
	max-width: 80%!important;
	max-height: 100%;
	vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}