/* 头部 */
.header{
	top: 0;
	z-index: 99;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.header .header-outer{
	width: 1350px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header-outer .header-left{
	flex-shrink: 0;
	width: 36.57%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .header-outer .header-left > img{
	width: 100%;
	height: 100%;
}
.header .header-outer .header-right-contact{
	display: flex;
	align-items: center;
}
.header .header-outer .header-right-contact > .contact-left{
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.header .header-outer .header-right-contact > .contact-left > img{
	width: 100%;
	height: 100%;
}
.header .header-outer .header-right-contact > .contact-right{
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.header .header-outer .header-right-contact > .contact-right > p:first-child{
	font-size: 14px;
}
.header .header-outer .header-right-contact > .contact-right > p:last-child{
	font-size: 24px;
	color: #2C56CE;
	font-weight: bold;
}
.header .header-outer .header-right-menuBtn{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.header .header-outer .header-right-menuBtn >img{
	width: 60%;
}


/* 导航栏 */
.nav{
	top: 100px;
	z-index: 99;
	width: 100%;
	height: 55px;
	background-color: #1e66d1;
}
.nav > .nav-item{
	width: 1350px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.nav > .nav-item > .active{
	background-color: #0192dd;
}
.nav > .nav-item >a{
	width: 150px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	color: #ffffff;
	font-size: 16px;
	box-sizing: border-box;
}
.nav > .nav-item >a:hover{
	background-color: #0192dd;
}
.nav-sm{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
}
.nav-sm .nav-mask{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}
.nav-sm .nav-sm-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	height: 75px;
	background-color: #2C56CE;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0 24px;
	box-sizing: border-box;
}
.nav-sm .nav-sm-header .header-text{
	font-size: 18px;
	color: #fff;
}
.nav-sm .nav-sm-header .header-icon{
	position: absolute;
	top: 30px;
	right: 24px;
	z-index: 1;
	display: block;
	width: 16px;
	height: 16px;
}
.nav-sm .nav-sm-item{
	position: absolute;
	top: 50px;
	right: 0;
	width: 60%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	padding: 55px 15px 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.nav-sm .nav-sm-item > a{
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	box-sizing: border-box;
}
.nav-sm .nav-sm-item > .active{
	color: #2C56CE;
	font-weight: bold;
}

/* banner */
.banner{
	width: 100%;
	margin-top: 155px;
	position: relative;
}
.banner .banner-bkg{
	width: 100%;
}
.banner .banner-bkg > img{
	width: 100%;
}
.banner .banner-ctn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1350px;
	height: 350px;
	transform: translate(-700px,-175px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.banner .banner-ctn > .ctn-text1{
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}
.banner .banner-ctn > .ctn-text2{
	font-size: 24px;
	color: #FFEC00;
	margin-bottom: 30px;
}
.banner .banner-ctn > .ctn-shotline{
	width: 50px;
	height: 6px;
	background-color: #ffffff;
	margin-bottom: 50px;
}
.banner .banner-ctn > .ctn-pic{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.banner .banner-ctn > .ctn-pic .pic-item1{
	width: 160px;
	height: 160px;
	background-color: #ffffff;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .banner-ctn > .ctn-pic .pic-item1 > .item-img{
	width: 100%;
}
.banner .banner-ctn > .ctn-pic .pic-item1::before{
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-bottom: 160px solid #ffffff;
	border-left: 40px solid transparent;
}
.banner .banner-ctn > .ctn-pic > .pic-item{
	flex-shrink: 0;
	position: relative;
	width: 160px;
	height: 160px;
	padding: 5px;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .banner-ctn > .ctn-pic > .pic-item .item-img{
	width: 100%;
	height: 100%;
}
.banner .banner-text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 70px;
	transform: translate(0,-35px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.banner .banner-text p:first-child{
	font-size: 36px;
	font-weight: bold;
	color: #2C56CE;
}
.banner .banner-text p:last-child{
	font-size: 18px;
	text-transform: uppercase;
}

/*单页*/
.single_ctn{
	width: 100%;
	position: relative;
	min-height: 600px;
	line-height: 1.88;
}
.single_ctn .floor_1{
	background-color:#FFFFFF ;
	width: 100%;
	height: 500px;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 50px;
}


/* 分栏标题 */
.tap-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px auto;
}
.tap-title p:first-child{
	color: #2C56CE;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tap-title p:last-of-type{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tap-title div{
	width: 50px;
	height: 6px;
	background-color: #2C56CE;
}

/* 关于我们 */
.about{
	position: absolute;
	width: 100%;
	top: 40px;
	font-size: 16px;
	color: #434343;
	line-height: 1.88;
}
.single_ctn .about .main{
	margin: auto;
	width: 1350px;
}
.aboutBlg{
	width: 100%;
	height: 880px;
}

/*产品结构*/
.product_mix{
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.product_mix .floor_1{
	background-color:#FFFFFF ;
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
	padding-top: 50px;
}
.product_mix .floor_1 td{
	padding: 0px 0px 0px 82px;
	font-size: 20px;
	font-weight: bold;
}
.product_mix .floor_1 td div{
	width: 570px;
}
.product_mix .floor_2{
	background-color:#FFFFFF ;
	height: 630px;
	width: 100%;
	padding-top: 50px;
}
.product_mix  .title{
	margin-left: 50px;
	font-size: 20px;
	font-weight: 400;
	padding: 0 18px;
	 border-left: 5px solid #1D65D0;
	margin-bottom: 30px;
}

/*产品介绍*/
.product_ctn{
	margin-top: -14px;
	margin-bottom: 60px;
}
.product_ctn .nav_ctn{

	 width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #EDEDED;
}
.product_ctn .nav_ctn .navItem{
	height: 60px;
	line-height: 60px;
	float: left;
	color: #999999;
	margin-right: 80px;
}

.product_ctn .nav_ctn .navItem:hover,.product_ctn .nav_ctn .active{
	color: #1E66D1;
	border-bottom: 1px solid  #1E66D1;
}
.product_ctn .floor_1{
	background-color:#FFFFFF ;
	margin-bottom: 20px;
	padding-top: 50px;
	line-height: 214%;
}
.product_ctn .floor_1 li{
	list-style-type: disc;
}
.product_ctn .floor_2{
	background-color:#FFFFFF ;
	padding-top: 50px;
}

.product_ctn .floor_2 p{
	line-height: 1.5;
}
.product_ctn  .classname{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
.product_ctn  .title{
	font-size: 20px;
	font-weight: 400;
	padding: 0 18px;
	border-left: 5px solid #1D65D0;
	margin-bottom: 30px;
}
.product_ctn  .pic{
	width: 600px;
	height: 380px;
	margin-bottom: 30px;
}

.product_ctn  .detailLeft{
	width: 600px;
	float: left;
}

.product_ctn  .detailRight{
	width: 600px;
	float: right;
}

.product_ctn .floor_2 .productItemTitle{
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 30px;
}
.product_ctn .floor_2 .productItemPic{
	max-height: 100%;
	margin: auto;
	margin-bottom: 30px;
}

/*infoList:infomation,marketInformation*/
.infoListCtn{
	margin: 60px 0;
	width: 100%;
	min-height: 500px;
}
.infoListCtn .floor_1{
	background-color:#FFFFFF ;
	margin-bottom: 20px;
}
.infoListItem{
	width: 100%;
	height: 160px;
}
.infoListItem:hover{
	box-shadow:0px 0px 10px 6px #DBDBDB;
}
.infoListCtn .infoListItem .itemCommon{
	height: 160px;
	display:flex;
	justify-content: center;
	align-items:center;
	text-align:center;
	line-height:160px;
}
.infoListCtn .infoListItem .itemDate{
	height: 67px;
	width: 67px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #DBDBDB;
	word-break:break-all;
}
.infoListCtn .infoListItem .line{
	width: 50px;
	height: 37px;
	border-top: 3px solid #DBDBDB;
}
.infoListCtn .infoListItem .content{
	width: 1030px;
	padding: 32px 20px 0px 55px;
}
.infoListCtn .infoListItem .title{
	font-weight: 400;
	font-size: 18px;
	color: #434343;
	line-height:3.33
}
.infoListCtn .infoListItem .description{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	word-break:break-all;
}
.infoListCtn .infoListItem .pic{
	height: 160px;
	width: 266px;
}
.infoListCtn .page{
	background-color: #f8f8f8;
	padding:0px;
	padding-top: 35px;
}

/*infoImgList:application*/
.infoImgList{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #F8F8F8;
}
.infoImgList .infoImgItem{
	width: 322px;
	margin-right: 20px;
	margin-bottom: 25px;
}

.infoImgList .infoImgItem .itemImg{
	width: 322px;
	height: 260px
}

.infoImgList .infoImgItem:hover{
	box-shadow:0px 0px 10px 6px #DBDBDB;
}

.infoImgList .infoImgItem:nth-child(4n){
	margin-right: 0px;
}
.infoImgList .title{
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
	background-color: #FFFFFF;
	padding: 10px;
	word-break: break-all;
}

/*show*/
.show_ctn{
	min-height: 500px;
}


/**顶部滚动**/
.slide
{
	width:1350px;
	height:auto;
	overflow:hidden;
	position: relative;
}
/*上一个按钮样式*/
.slide .prev
{
	float:left;
	width:60px;
	height:315px;
	overflow:hidden;
	background:url('../img/icon/icon-prebtn.png') no-repeat center center;
	cursor: pointer;
	margin-right: 20px;
}
/*下一个按钮样式*/
.slide .next
{
	float:left;
	width:60px;
	height:315px;
	overflow:hidden;
	background:url('../img/icon/icon-nextbtn.png') no-repeat center center;
	cursor: pointer;
	margin-left: 20px;
}
/*设置轮播框的大小*/
.slide .bd
{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
/*设置item容器大小*/
.slide .bd ul li
{
	/*overflow:hidden;*/
	float:left;
	cursor: pointer;
	margin: 0 auto;
	margin-right:15px;
	width: 325px;
	height: 325px;
}
/*设置每张大小图片*/
.slide .bd ul li .pic
{
	width:100%;
	height:210px;
	/*overflow:hidden;*/
	/*margin-bottom: 50px;*/
	margin: 50px 0px;
}
.slide .bd ul li .pic img
{
	width: 100%;
	height: 100%;
	display:block;
	transition:1s;
}
/*设置title*/
.slide .bd ul li .title
{
	background-color: #0191DD;
	border-radius: 25px;
	color: #FFFFFF;
	padding: 10px 35px;
}
.slide .bd ul li:hover .pic img
{
	transform: scale(1.1);
}
.slide .bd ul li:hover a
{
	text-decoration: none;
}
/*顶部Banner END*/

/* 我们的优势 */
.advantage{
	width: 100%;
	position: relative;
}

.advantage .advantage-bkg{
	width: 100%;
	height: 400px;
}
.advantage .advantage-ctn{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-700px);
}
.advantage .advantage-ctn .ctn-header{
	display: block;
	width: 185px;
	font-size: 36px;
	position: relative;
	color: #ffffff;
}
.advantage .advantage-ctn .ctn-header::before{
	content: '';
	width: 50px;
	height: 6px;
	background-color: #FFED42;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-25px);
}

.advantage .advantage-ctn .ctn-body{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.advantage .advantage-ctn .ctn-body .body-item{
	width: 50%;
	padding: 0 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 56px;
}

.advantage .advantage-ctn .ctn-body .body-item .item-icon{
	width: 112px;
	height: 112px;
	margin-right: 37px;
}

.advantage .advantage-ctn .ctn-body .body-item .item-text{
	height: 112px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.advantage .advantage-ctn .ctn-body .body-item .item-text p:first-child{
	font-size: 28px;
	color: #FFEC00;
	font-weight: bold;
}
.advantage .advantage-ctn .ctn-body .body-item .item-text p:last-child{
	font-size: 18px;
	color: #ffffff;
}

/* 底部 */
.footer{
	padding-top: 55px;
	box-sizing: border-box;
	background-color: #171717;
	width: 100%;
}
.footer .box{

	width: 1350px;
	margin: auto;
}
.footer .navCon .footerPName{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.footer .navCon .footerItemLive{
	width: 30px;
	border-bottom: 1px solid #FFFFFF;
	margin: 15px 0;
}
.footer .application a{
	width:200px;
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
.footer .navCon .footerCNameCon a,.footer .navCon .footerCNameCon span{
	font-weight: 400;
	color: #DDDDDD;
}
.footer .navCon .footerCNameCon p{
	margin-bottom: 12px;
}
.footer .icp{
	height: 50px;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 50px;
}
.footer .icp a {
	color: #FFFFFF;
}


/* 关于我们-数据 */
.data-wrap{
	width: 1350px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.data-wrap .wrap-item{
	width: 25%;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.data-wrap .wrap-item::after{
	content: '';
	width: 1px;
	height: 50px;
	background-color: #BFBFBF;
	position: absolute;
	right: 0;
	top: 35px;
}

.data-wrap .wrap-item:last-child::after{
	content: '';
	width: 0;
	height: 0;
}
.data-wrap .wrap-item .item-num{
	display: flex;
	align-items: center;
}
.data-wrap .wrap-item .item-num p{
	color: #2C56CE;
	font-size: 50px;
	margin-right: 6px;
}

.data-wrap .wrap-item .item-num p:last-child{
	font-size: 42px;
}

.data-wrap .wrap-item .item-num p span{
	font-size: 18px;
	margin-left: 5px;
}

.data-wrap .wrap-item .item-title{
	font-size: 16px;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}



/* 公司简介 */
.info{
	width: 1350px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #F8F8F8;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
}
.info .info-img{
	width: 650px;
	height: 450px;
	margin-right: 50px;
}
.info .info-img img{
	width: 100%;
	height: 100%;
}
.info .info-ctn{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.info .info-ctn .ctn-title{
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
}
.info .info-ctn .ctn-shotline{
	width: 50px;
	height: 6px;
	background-color: #2C56CE;
	margin: 40px 0;
}
.info .info-ctn .ctn-text{
	font-size: 16px;
	line-height: 1.8;
}

/* 生产设备 */
.equipment{
	width: 1350px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.equipment .equipment-item{
	width: 340px;
	display: flex;
	flex-direction: column;
	margin-right: 13px;
	margin-bottom: 18px;
	transition: .2s;

}
.equipment .equipment-item:hover{
	transform: scale(1.03);
}

.equipment .equipment-item:nth-child(4n){
	margin-right: 0;
}
.equipment .equipment-item .item-img{
	width: 340px;
	height: 250px;
}
.equipment .equipment-item .item-img img{
	width: 100%;
	height: 100%;
}
.equipment .equipment-item .item-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #F8F8F8;
	font-size: 18px;
}

/* 新闻动态 */
.dynamic{
	width: 1350px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.dynamic .dynamic-item-1{
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #F8F8F8;
}
.dynamic .dynamic-item-1 .item-1-img{
	width: 280px;
	height: 200px;
	margin-right: 40px;
}
.dynamic .dynamic-item-1 .item-1-img img{
	width: 100%;
	height: 100%;
}
.dynamic .dynamic-item-1 .item-1-text{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.item-1-text:hover,.dynamic-item:hover{
	color: #2c55cd;
}
.dynamic .dynamic-item-1 .item-1-text p:nth-child(1),.dynamic .dynamic-item p:nth-child(1){
	font-size: 24px;
}
.dynamic .dynamic-item-1 .item-1-text p:nth-child(2),.dynamic .dynamic-item p:nth-child(2){
	font-size: 14px;
	margin: 10px 0 20px 0;
	color: #999;
}
.dynamic .dynamic-item-1 .item-1-text p:nth-child(3),.dynamic .dynamic-item p:nth-child(3){
	font-size: 20px;
}
.dynamic .dynamic-item{
	flex-shrink: 0;
	width: 690px;
	display: flex;
	flex-direction: column;
	background-color: #F8F8F8;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 20px;
}
/*详情*/
.con{
	line-height: 1.5;
}