@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.container{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.top{
	line-height: 34px;
	background: #39b7da;
	color: #fff;
	font-size: 14px;
}

.header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	width: 246px;
	height: 114px;
}

.menu li{
	display: block;
	float: left;
	line-height: 114px;
	margin: 0 20px;
}
.menu li a{
	display: block;
	font-size: 20px;
	color: #111;
	position: relative;
	padding: 0 10px;
}
.menu li a::after{
	width: 100%;
	height: 4px;
	background: #00c2f7;
	content: '';
	display: block;
	left: 0;
	bottom:	0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a::after,
.menu li:hover a::after{
	opacity: 1;
}



.top_tel .iconfont{
	color: #ff8600;
	font-size: 44px;
	line-height: 56px;
	margin: 0 10px 0 0;
}
.top_tel .text strong{
	color: #ff8600;
	font-size: 20px;
}
.top_tel .text p{
	color: #ff8600;
	font-weight: bold;
	font-size: 26px;
	font-family: "Arial";
}


.lan,
.lan .iconfont,
.lan a{
	color: #656565;
	font-size: 18px;
}
.lan a.this{
	color: #00c2f7;
}


.stitle{
	text-align: center;
}

.stitle h3{
	font-size: 48px;
	line-height: 40px;
	color: #222;
	font-family: "Arial";
}
.stitle h2{
	color: #00c2f7;
	font-size: 30px;
	line-height: 32px;
	margin: 10px 0 0 0;
}


.procate{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.procate li{
	display: block;
}
.procate li a{
	font-size: 18px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate>li{
	width: 15%;
	text-align: center;
	border: 1px solid #aaa;
	line-height: 54px;
	margin: 0 20px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate>li.this,
.procate>li:hover{
	border-color: #ff8600;
}
.procate>li.this>a,
.procate>li:hover>a{
	color: #ff8600;
}
.procate>li>a .iconfont{
	display: inline-block;
	font-size: 28px;
	vertical-align: middle;
	transform: rotate(90deg);
}
.procate li ul{
	position: absolute;
	display: none;
	left: 0;
	top: 57px;
	background: #fff;
	z-index: 3;
	width: 100%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.procate li ul li{
	border-bottom: 1px solid #eee;
}
.procate li ul li:last-child{
	border-bottom: none;
}
.procate li ul li a{
	padding: 0 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}


.prolist li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.prolist li .pic{
	border: 1px solid #ddd;
	position: relative;
}
.prolist li .pic::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url("../images/logo.png") left 8% top 5% no-repeat;
	background-size: 30%;
}
.prolist li p{
	text-align: center;
	line-height: 56px;
	background: #eee;
	font-size: 22px;
	color: #222;
	font-weight: bold;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.video{
	background: url("../images/bg_video.jpg") center no-repeat;
	background-size: cover;
}


.videoslide{
	position: relative;
}
.videoslide .swiper-container{
	padding: 0 0 10px 0;
}
.videoslide li{
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.videoslide li .pic{
	position: relative;
	background: #000;
}
.videoslide li .pic img{
	opacity: .7;
}
.videoslide li .iconfont{
	position: absolute;
	font-size: 60px;
	line-height: 60px;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	color: #fff;
}
.videoslide li p{
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	color: #222;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videoslide li:hover p{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	color: #ff8600;
	font-weight: bold;
}


.videoarea>div,
.nvideoarea{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	z-index: 9999;
}
.videoarea p,
.nvideoarea p{
	width: 100%;
	height: 100%;
}
.videoarea video,
.nvideoarea video{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
}
.videoarea .iconfont,
.nvideoarea .iconfont{
	cursor: pointer;
	font-size: 40px;
	color: #fff;
	position: absolute;
	right: 30px;
	top: 30px;
}

.arrow_video{
	width: 41px;
	height: 269px;
	background: url("../images/arrow_video_1.png") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -134px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.arrow_video:hover{
	background: url("../images/arrow_video_2.png") center no-repeat;
	background-size: contain;
}

.arrow_video_left{
	left: -41px;
}
.arrow_video_right{
	right: -41px;
	transform: rotate(180deg)
}


.about .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about{
	background: url("../images/bg_about.jpg") center no-repeat;
	background-size: cover;
}

.aboutext .stitle{
	text-align: left;
}

.aboutext{
	width: 44%;
}
.aboutext .text{
	font-size: 18px;
	line-height: 34px;
	color: #666;
}
.aboutext .text .comname{
	font-size: 20px;
	color: #222;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.aboutext .more{
	width: 130px;
	line-height: 40px;
	border: 1px solid #ff8600;
	border-radius: 21px;
	color: #ff8600;
	display: block;
	margin: 40px 0 0 0;
	text-align: center;
	font-size: 14px;
}
.aboutpic{
	width: 50%;
}

.strength li{
	display: block;
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}
.strength li:last-child{
	margin: 0;
}
.strength li .text{
	background: #eee;
	padding: 12% 11%;
	position: relative;
	z-index: 1;
	border-bottom: 5px solid #00c2f7;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.strength li .text strong{
	font-size: 32px;
	color: #01c1f5;
	display: block;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.strength li .text p{
	font-size: 18px;
	line-height: 32px;
	color: #666;
}
.strength li .text .iconfont{
	font-size: 280px;
	color: #f5f5f5;
	opacity: .8;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}


.strength li:hover .text{
	border-color: #ff8600;
}
.strength li:hover .text strong{
	color: #ff8600;
}


.cuslogo{
	background: url("../images/bg_cuslogo.jpg") center no-repeat;
	background-size: cover;
}
.cuslogoslide li .pic{
	margin: 20px 10px;
}


.news .stitle{
	text-align: left;
}
.newscate{
	margin: 30px 0 0 0;
}
.newscate li{
	display: block;
	float: left;
	width: 160px;
	line-height: 44px;
	margin: 0 30px 0 0;
	text-align: center;
	font-size: 14px;
}
.newscate li:last-child{
	margin: 0;
}
.newscate li a{
	display: block;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 21px;
}
.newscate li:hover a{
	color: #ff8600;
	border: 1px solid #ff8600;
}


.picnews{
	width: 47%;
	position: relative;
}
.picnews p{
	width: 100%;
	padding: 0 40px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	background: rgba(0,0,0,.7);
	left: 0;
	bottom: 0;
	position: absolute;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.newslist{
	width: 48%;
}
.newslist li{
	display: block;
	border-top: 1px solid #e5e5e5;
}
.newslist li:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.newslist li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.newslist li .date{
	width: 17%;
	background: #eee;
	padding: 22px 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .date strong{
	font-size: 46px;
}
.newslist li .date p{
	font-size: 14px;
}
.newslist li .text{
	width: 83%;
	padding: 0 30px;
	box-sizing: border-box;
}
.newslist li .text strong{
	font-size: 18px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text p{
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: 24px;
	color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.newslist li:hover .date,
.newslist li:hover .text strong{
	color: #00c2f7;
}


.footer{
	color: #fff;
	background: #00799e;
}
.footer a{
	color: #fff;
}
.footer .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flogo{
	font-size: 16px;
}
.flogo .pic{
	width: 252px;
	height: 101px;
}

.sclist p{
	margin: 0 0 10px 0;
}
.sclist a{
	width: 33.333%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}
.sclist .iconfont{
	font-size: 54px;
	line-height: 66px;
	display: block;
	text-align: center;
}


.fmenu{
	width: 240px;
}
.fmenu ul li{
	line-height: 42px;
	display: block;
	padding: 0 7px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.fmenu ul li a{
	font-size: 18px;
}
.fmenu ul li:last-child{
	margin: 0;
}



.ftitle{
	font-size: 20px;
	margin: 0 0 20px 0;
}



.fcontact{
	width: 460px;
}
.fcontact .text p{
	padding: 0 7px;
	line-height: 42px;
	font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.fcontact .text p:last-child{
	margin: 0;
}
.fcontact .text p .iconfont{
	font-size: 20px;
}


.cr{
	line-height: 30px;
	font-size: 18px;
	padding: 0 0 25px 0;
	background: #00799e;
	color: #fff;
}
.cr a{
	color: #fff;
	font-size: 18px;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 480px;
}
.nbanner,
.listbanner{
	display: table;
}
.nbanner .text,
.listbanner .text{
	display: table-cell;
	vertical-align: middle;
}


.nabout{
	background: #f8f8f8;
}
.nabout .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: url("../images/bg_nabout.jpg") #fff right 100% bottom no-repeat;
}
.nabout .aboutext{
	padding: 50px 90px;
	box-sizing: border-box;
	width: 56%;
}
.nabout .aboutext .text .dou{
	font-size: 210px;
	font-family: "Arial";
	color: #eee;
	line-height: 166px;
}
.nabout .aboutext .text .comname{
	font-size: 30px;
	margin: -80px 0 30px 0;
}

.nabout .aboutpic{
	width: 38%;
}



.bannerbg .text h2{
	font-size: 48px;
	color: #222;
}
.bannerbg .text p{
	display: table;
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	background: #ff8600;
	border-radius: 22px;
	padding: 0 25px;
}


.bannerbg_2 .text{
	text-align: center;
}
.bannerbg_2 .text p{
	margin: 20px auto 0 auto;
}

.banner_pro .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.banner_news .text h2,
.banner_video .text h2,
.banner_service .text h2{
	color: #fff;
}


.nvideo{
	background: #f8f8f8;
}
.nvideolist li{
	display: block;
	float: left;
	cursor: pointer;
	width: 32%;
	margin: 0 2% 2% 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nvideolist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.nvideolist li .pic{
	position: relative;
	background: #000;
}
.nvideolist li .pic img{
	opacity: .7;
}
.nvideolist li .pic .iconfont{
	position: absolute;
	color: #fff;
	font-size: 60px;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.nvideolist li p{
	line-height: 66px;
	text-align: center;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nvideolist li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
}
.nvideolist li:hover p{
	color: #ff8600;
	font-weight: bold;
}



.nvideoarea{
	display: none;
}


.service2list li{
	width: 13.333%;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	color: #595959;
}
.service2list li .iconfont{
	font-size: 60px;
	overflow: hidden;
	height: 120px;
	width: 120px;
	background: #18c0f0;
	text-align: center;
	margin: 0 auto;
	line-height: 120px;
	color: #fff;
	border-radius: 50%;
}
.service2list li:nth-child(2n){
	width: 4%;
	margin: 50px 0 0 0;
}
.service2list li:nth-child(2n) .iconfont{
	font-size: 40px;
	margin: 0 auto;
}
.service2list li:nth-child(1) .iconfont{
	font-size: 80px;
}

.service2list li p{
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 18px;
	color: #222;
}

.service1{
	background: #f8f8f8;
}

.service1 li{
	display: block;
	float: left;
	width: 33.333%;
}
.service1 li .text{
	background: #fff;
	display: table;
}
.service1 li .text1{
	padding: 10% 12%;
	display: table-cell;
	vertical-align: middle;
}
.service1 li .text strong{
	font-size: 24px;
	display: block;
	margin: 0 0 25px 0;
}
.service1 li .text strong .iconfont{
	color: #ff8600;
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.service1 li .text p{
	font-size: 16px;
	line-height: 26px;
	color: #999;
}


.nnews li{
	display: block;
	margin: 0 0 25px 0;
}
.nnews li a{
	display: block;
	padding: 20px;
	border: 1px solid #eee;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover a{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	border-color: #fff;
}
.nnews li .pic{
	width: 25%;
}
.nnews li .text{
	width: 65%;
	margin: 0 5% 0 0;
}
.nnews li .text strong{
	font-size: 20px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin: 30px 0 0 0;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #888;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnews li .text .news_bottom{
	margin: 50px 0 0 0;
}
.nnews li .text .news_bottom .date{
	font-size: 14px;
	color: #959595;
	line-height: 40px;
}
.nnews li .text .news_bottom .more{
	font-size: 14px;
	color: #ff8600;
	width: 130px;
	line-height: 40px;
	border: 1px solid #ff8600;
	border-radius: 21px;
	text-align: center;
}


.ncontact li{
	width: 24%;
	float: left;
	margin: 0 1.333% 0 0;
	text-align: center;
	background: #f9f9f9;
	display: block;
	padding: 60px 0;
	line-height: 30px;
}
.ncontact li:last-child{
	margin: 0;
}
.ncontact li .iconfont{
	font-size: 44px;
	line-height: 44px;
	height: 44px;
	color: #00c2f7;
	margin: 0 0 10px 0;
}
.ncontact li p{
	font-size: 16px;
	color: #484848;
}
.ncontact li strong{
	font-size: 20px;
}

.maparea{
	overflow: hidden;
}
.maparea iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.prodetailslide{
	display: block;
}
.prodetailslide .detailslide{
	width: 44%;
}
.prodetailslide .detailtext{
	width: 52%;
	padding: 0;
}
.prodetailslide .detailtext video{
	width: 100%;
}

.detailslide2{
	position: relative;
	padding: 0 40px;
}
.detailslide2 li.swiper-slide{
	padding: 0 10px;
	box-sizing: border-box;
}


.swiper-pagination-switch{
	width: 40px;
	border-radius: 0;
	height: 4px;
	opacity: 1;
	background-color: #ccc;
}

.swiper-active-switch{
	background-color: #ff8600;
}