@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	width:100%;
	font-size:13px;
	font-family: Microsoft YaHei, Simsum, serif;
    /* background:#f5f5f5; */
	background: linear-gradient(#34acfc 218px, #ffffff 60%);
	-webkit-font-smoothing:antialiased;
	color: #333;
    text-align:left;
	position: relative;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #333;
}
a,span{
	display:inline-block;
}
a:hover {
	text-decoration: none;
	color: #1d7dca;
}
.clear {
	clear: both;
}
i{
	font-style: normal;
}
.hide {
	display: none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	clear:both;
	visibility:hidden;
}
.ctw{
	width:1200px;
	margin:0px auto;
}
.boxdiv{
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

/* 第一层 */
.important:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:11px solid #fd7126;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	position:absolute;
	left:0;
	top:9.5px;
	z-index:1;
}
.important:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ffe3d4;
	position:absolute;
	left:5px;
	top:11.5px;
}
/* 第二层/第三层 */
.TLimportant:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:11px solid #fd7126;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	position:absolute;
	left:0;
	top:18px;
	z-index:1;
}
.TLimportant:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ffe3d4;
	position:absolute;
	left:5px;
	top:20px;
}
.importants:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:11px solid #fd7126;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	position:absolute;
	left:0;
	top:14px;
	z-index:1;
}
.importants:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ffe3d4;
	position:absolute;
	left:5px;
	top:16px;
}
/* 链接 */
.LLimportant:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-left:11px solid #fd7126;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	position:absolute;
	left:0;
	top:15px;
	z-index:1;
}
.LLimportant:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ffe3d4;
	position:absolute;
	left:5px;
	top:17px;
}

/* 头部 */
.head{
	width: 100%;
	height: 218px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.LOGO{
	position: absolute;
	left: 15px;
	top: 15px;
	float: left;
	max-width: 550px;
	max-height: 100px;
}

.slogan{
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}



/* 导航 */
.upUrl{
	width: 100%;
	height: 50px;
	background: #1d7dca;
	box-sizing: border-box;
}
.nav_main {
    margin: 0 auto;
    font-size: 16px;
	display: block;
	text-align: center;
	width: 999999999px;
}
.nav_list {
    width: auto;
    /* min-width: 120px; */
    display: inline-block;
    position: relative;
    height: 50px;
	float:left;
}
.nav_list_txt{
    cursor: pointer;
    padding: 13px 0px;
	text-align: center;
}
.nav_list a{
	padding: 0px 19px;
}
.nav_list_txt p {
    font-family: '微软雅黑';
    color: #fff;
    font-size: 18px;
    letter-spacing: 6px;
    text-align: center;
    transition: 0.6s ease;
	letter-spacing: 1px;
}
/* 二级 */
.navItemChild{
	background:#6bbdff;
	min-width: 120px;
	position:absolute;
	left:50%;
	top:50px;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	transform:translate(-50%,0);
	display:none;
	z-index:999;
}
.navItemChild a{
	color: #fff;
	display:block;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:13px;
	white-space: nowrap;
}
.nav_list:hover{
	background: #6bbdff;
	box-shadow: 0 0 3px #ccc;
}
.navItemChild a:hover{
	color: black;
}

/* 一号 */
.onebox{
	margin-top: 15px;
}

.leftDiv{
	/* width: 66.5%;
	float: left;
	background: #FFF;
	padding-bottom: 15px;
	box-shadow: 0px 0px 5px #ccc; */
}

/* one左边题目 */
.leftDivTitle{
	/* margin:0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}
.leftDivTitle a{
	color: #b8b8b8;
}
.leftDivTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.leftDivTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.leftDivTitle a{
	float:right;
	font-size:inherit;
}

/* one左边内容 */
.leftDivDesc{
	height: 100%;
	margin: 10px 0px;
	/* margin: 40px 0px; */
}

/* one左边内容轮播 */
.leftImg{
	width: 49%;
	height: 100%;
	float: left;
}

.rightText{
	width: 49%;
	height: 100%;
	float: right;
}

.rightTextHot{
	/* border-bottom: 2px solid #ccc; */
	margin-bottom: 15px;
	height: 48%;
}
.rightTextHot h3{
	font-size: 18px;
}
.rightTextHot .rightTextHot_content{
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: 180px;
}
.rightTextHotA{
	margin-bottom: 20px;
	color: orange;
}

/* one左边内容下方列表 */
.rightTextHotList{
	line-height: 35px;
	height:100%;
	/* padding-left: 20px; */
	position: relative;
}
.rightTextListName{
	width: 80%;
	float: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block;
	position:relative;
	padding-left:25px;
}

.rightTextListTime{
	width: 18%;
	float: right;
}

.rightDesc i{
	float: right;
}
.rightDesc h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}





/* 右侧容器 */
.rightDiv{
	/* width: 33%;
	float: right;
	background: #FFF;
	box-shadow: 0px 0px 5px #ccc; */
}

/* one右边题目 */
.rightDivTitle{
	/* margin: 0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}
.rightDivTitle  a{
	color: #b8b8b8;
}
.rightDivTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.rightDivTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.rightDivTitle a{
	float:right;
	font-size:inherit;
}

/* one右边内容 */
.rightDivDesc{
	height: 100%;
	margin: 10px 0px;
}

.rightDivContent{
	width: 100%;
	height: 80px;
	margin-bottom: 11px;
}

.rightImg{
	width: 25%;
	height: 80px;
	background: red;
	float: left;
}

.rightDesc{
	width: 70%;
	height: 90px;
	float: right;
	line-height: 25px;

}


/* 第二层 */
.twobox{
	margin-top: 15px;
}

/* 第二层左边 */
.twobox .twoleft{
	/* width: 33%;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc; */
}

.twoleftTitle{
	/* margin:0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}

.twoleftTitle a{
	color: #b8b8b8;
}

.twoleftTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.twoleftTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.twoleftTitle a{
	float:right;
	font-size:inherit;
}

.twoleftList{
	background: #fff;
	/* margin: 0 20px; */
}

.twoleftLists{
	position: relative;
}

.twoleftList a{
	line-height: 30px;
	padding: 10px;
	font-size: 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block;
	padding-left: 25px;
}

/* 第二层中间 */
.twobox .twocenter{
	width: 33%;
	float: left;
	margin-left: 7px;
	background: #fff;
	padding-bottom: 15px;
	box-shadow: 0px 0px 5px #ccc;
}

.twocenterTitle{
	/* margin:0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:34px;
	font-size:15px;
}

.twocenterTitle a{
	color: #b8b8b8;
}

.twocenterTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.twocenterTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.twocenterTitle a{
	float:right;
	font-size:inherit;
}

.twocenterDesc{
	background: #fff;
	/* margin: 0 20px; */
	overflow: hidden;
}

.twocenterImg{
	width: 407px;
	height: 118px;
	margin: 20px auto;
}

.twocenterList{
	padding:0px 10px;
	line-height: 44.5px;
}

.twocenterLists{
	position: relative;
	padding-left: 25px;
}

.twocenterList a{
	float: left;
	width: 70%;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.twocenterListTime{
	/* width: 20%; */
	float: right;
}


/* 第二层右边 */
.twobox .tworight{
	width: 33%;
	float: right;
	background: #FFF;
	padding-bottom: 15px;
	box-shadow: 0px 0px 5px #ccc;
}

.tworightTitle{
	margin:0 20px;
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:34px;
	font-size:15px;
}

.tworightTitle a{
	color: #b8b8b8;
}

.tworightTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}

.tworightTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}

.tworightTitle a{
	float:right;
	font-size:inherit;
}

.tworightDesc{
	background: #fff;
	margin: 0 20px;
	overflow: hidden;
}

.tworightImg{
	width: 407px;
	height: 118px;
	margin: 20px auto;
}

.tworightList{
	padding:0px 10px;
	line-height: 44.5px;
}

.tworightList a{
	float: left;
	width: 70%;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.tworightListTime{
	width: 20%;
	float: right;
}

/* 第三层 */
.threebox{
	margin-top: 15px;
	width: 100%;
}

.threeLeft{
	/* width: 74%;
	background: #FFF;
	float: left;
	box-shadow: 0px 0px 5px #ccc; */
}
.threeLeftTitle{
	/* margin:0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}

.threeLeftTitle a{
	color: #b8b8b8;
}

.threeLeftTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.threeLeftTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.threeLeftTitle a{
	float:right;
	font-size:inherit;
}
.threeLeftDesc {
	height: 210px !important;
	overflow: hidden;
	/* margin: 0 20px; */
	
}
.lamp{
	margin: 15px 20px;
	width: 220px;
	float: left;
	/* overflow: hidden; */
}

.lampImg{
	height: 170px;
	width: 250px;
}

.lampTitle{
	margin-top: 7px;
	line-height: 20px;
}

.lampTitle p{
	width: 220px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: pre-wrap;
}

.threeLeftImg{
	width: 9999999999px;
}


/* 第三层右侧 */
.threeright{
	/* float: right;
	width: 25%;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc; */
}

.threerightTitle{
	/* margin:0 20px; */
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}

.threerightTitle a{
	color: #b8b8b8;
}

.threerightTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.threerightTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.threerightTitle a{
	float:right;
	font-size:inherit;
}

.threerightList{
	background: #fff;
	/* margin: 0 20px; */
}
.threerightLists{
	position: relative;
}
.threerightList a{
	line-height: 20px;
	padding: 11px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-left: 25px;
}

/* 第四层 */
.fourbox{
	width: 100%;
	margin-top: 15px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.fourTitle{
	margin: 0 20px;
	background:#FFF;
	border-bottom:2px solid #6bbdff;
	line-height:35px;
	font-size:15px;
}

.fourTitle span{
	display:inline-block;
	margin-right:50px;
	position:relative;
	padding:0 20px;
}
.fourTitle span:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	top:100%;
	background:red;
}
.fourTitle a{
	float:right;
	font-size:inherit;
	color: #ccc;
}

.fourLink{
	background: #FFF;
	margin: 0 20px;
}

.LinkList{
	width: 25%;
	float: left;
	font-size: 15px;
	line-height: 45px;
	position:relative;
}

.LinkList a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: block; */
	max-width: 100%;
	padding-left: 25px;
}



/* 第五层 */
.fivebox{
	/* position: absolute;
	bottom: 0;
	left: 0; */
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 104px;
	line-height: 35px;
	padding-bottom: 150px;
}

.fivebox .about{
	text-align: center;
	color: #333;
	font-size: 14px;
}

.copy p{
	text-align: left;
}

.tailImg{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(#fcfeff , #eef7ff);
	-webkit-font-smoothing:antialiased;
	width: 100%;
}
.tailImg img{
	display: block;
	width: 100%;
}

.headLeftBox{
	float: left;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right , #35acfc 65% , rgba(0,0,0,0));
	-webkit-font-smoothing:antialiased;
}

.headRightBox{
	width: 10%;
	height: 100%;
	float: right;
	background: linear-gradient(to left , #35acfc 20%, rgba(0,0,0,0));
	-webkit-font-smoothing:antialiased;
}

.headBox{
	width: 100%;
	height: 218px;
	background: #35acfc;
	position: relative;
	
}

.rightyuan{
	position: absolute;
	top: 54px;
	right: 0;
	/* width: 100px;
	height: 100px; */
	width:165px;
	height:335px; 
	background:rgba(137, 222, 253,0.5);
	border-radius:165px 0 0 165px; /* 左上、右上、右下、左下 */
	/* background: red; */
	z-index: 1;
}

.rightyuanSmall{
	position: absolute;
	top: 218px;
	right: 5px;
	width: 194px;
	height: 194px;
	border-radius: 50%;      
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%;
	background:rgba(137, 222, 253,0.5);
}

.leftSidePicture{
	position: absolute;
	top: 334px;
	left: 0;
}






.catListContiner{
	width:1415px;
}
.catListItemContiner{
	float:left;
	width:33.33%;
	padding-right:15px;
	margin-top:15px;
}
.catListItem{
	background:#fff;
	height:387px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #ccc;
	padding:0 15px 15px;
}
.catListItems{
	background:#fff;
	height:340px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #ccc;
	padding:0 15px 15px;
}
.catListItemes{
	background:#fff;
	height:250px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #ccc;
	padding:0 15px 15px;
}
.catStylea{
	width:66.66%;
	/* height: 340px; */
}
.catStyleb{
	width:100%;
	/* width:80%; */
}
.catStylec{
	width:20%;
}
.spanTitleColor{
	color: #64A4DB;
}


/* 
.continer{width:1000px;margin:50px auto;background:#000;padding:10px 0;}
.cont{margin:0 10px;background:#f5f5f5;border-bottom:30px solid #999;line-height:50px;font-size:15px;}
.cont span{display:inline-block;margin-right:50px;position:relative;padding:0 20px;}
.cont span:after{content:"";display:block;width:100%;height:30px;position:absolute;left:0;top:100%;background:red;}
.cont a{float:right;font-size:inherit;} */


