@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rretjt');
	src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html { font-size: 100%; padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	/*background: #f9f7f6;
	color: #404d5b;*/
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
a{color: #2fa0ec;text-decoration: none;outline: none;}


.htmleaf-container{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.htmleaf-content {
	font-size: 150%;
	padding: 1em 0;
}

.htmleaf-content h2 {
	margin: 0 0 2em;
	opacity: 0.1;
}

.htmleaf-content p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}
.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
.bgcolor-20{ background: #494A5F;color: #D5D6E2;}
/* Header */

.htmleaf-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}

/*nav*/
.htmleaf-demo a{color: #1d7db1;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }
/* Top Navigation Style */



.htmleaf-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.htmleaf-icon span {
	display: none;
}

.htmleaf-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
/* footer */
.htmleaf-footer{width: 100%;padding-top: 10px;}
.htmleaf-small{font-size: 0.8em;}
.center{text-align: center;}
/*.info {
	display: block;
	padding: 1.5em 2em;
	border-radius: 10px;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0 auto;
	letter-spacing: 0px;
	text-align: left;
	max-width: 700px;
	background: rgba(0,0,0,0.2);
	margin: 0.5em;
	-webkit-flex: 1 1 auto;
	flex: none;
}
.info--desktop {
	color: #f48fb1;
}*/
/****/
.related {
	color: #fff;
	background: #494A5F;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related > a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.5;
	border-radius: 4px;
}
.related a:hover img,
.related a:active img {
	opacity: 1;
}
.related h3{font-family: "Microsoft YaHei", sans-serif;}
.related a h3 {
	font-weight: 300;
	margin-top: 0.15em;
	color: #fff;
}
/* icomoon */
.icon-htmleaf-home-outline:before {
	content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
	content: "\e5001";
}
@media screen and ( min-width : 960px ){
	.hulianwang2{width: 960px;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	width: 100%;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 580px;
	border-radius: 15px;
	}
	
	.bo{
		width: 940px;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 588px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 800px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 920px;
		overflow: hidden;
		margin: auto;margin: auto;
		padding-top: 9px;
	}
	
	.bosa5
		{width: 225px;
		height: 195px;
	    margin: auto;
		border-radius: 15px;
		}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
		}
	
	.boxa4{background-image: url(../image/visual01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 23px;}

	.boxb4{background-image: url(../image/visual02.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxc4{background-image: url(../image/visual03.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxd4{background-image: url(../image/visual04.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxe4{background-image: url(../image/visual05.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxf4{background-image: url(../image/visual06.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
		}
	
	.boxa3{background-image: url(../image/poster01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 23px;}

	.boxb3{background-image: url(../image/poster02.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxc3{background-image: url(../image/poster03.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxd3{background-image: url(../image/poster04.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxe3{background-image: url(../image/poster05.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxf3{background-image: url(../image/poster06.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}

	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
		}
	
	.boxa2{background-image: url(../image/cover01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 23px;}

	.boxb2{background-image: url(../image/cover02.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxc2{background-image: url(../image/cover03.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxd2{background-image: url(../image/cover04.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxe2{background-image: url(../image/cover05.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}
	
	.boxf2{background-image: url(../image/cover06.gif); background-repeat: no-repeat;background-position: center; margin:15px 23px;}

	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 302px;
		height: 240px;
		float: left;
		border-radius: 15px;
		}
	
	.boxg,
	.boxj
		{width: 580px;
		height: 347px;
		border-radius: 15px;
		}
	    
	.boxa{background-image: url(../image/journey1.jpg); background-repeat: no-repeat;background-position: center; margin:15px 5px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 25%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae1.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 25%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 25%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 25%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster1.gif); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 25%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual1.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 25%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: 14%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color: #696969; margin: 15px 5px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxh a{border-radius: 15px; background-image: url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; color: gold;}
	
	.boxi{background-color:#303030; margin: 15px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: 14%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 74%;
	}
	
	.cll{margin-left: 4px;
		 text-align: left;
	}
	
	.we img{border-radius: 15px;
			width: 588px;
	}
	
	.wen{
		font-family:"微软雅黑";
	 	font-size: 20px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 14px;
	     margin: 14px;
	     text-align: justify;
	     text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 15px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}

	.wen3{
		 margin-left: 14px;
	     font-family:"微软雅黑";
	     font-size: 15px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 16px;
	     margin: 14px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 16px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
		 text-align: center;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 30px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (min-width : 768px ) and ( max-width : 960px ){
	.hulianwang2{width: auto;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 18px;
	width: 100%;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 580px;
	border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 588px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 800px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 920px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 20px;}

	.boxb4{background-image: url(../image/visual02.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxc4{background-image: url(../image/visual03.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxd4{background-image: url(../image/visual04.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxe4{background-image: url(../image/visual05.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxf4{background-image: url(../image/visual06.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa3{background-image: url(../image/poster01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 20px;}

	.boxb3{background-image: url(../image/poster02.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxc3{background-image: url(../image/poster03.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxd3{background-image: url(../image/poster04.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxe3{background-image: url(../image/poster05.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxf3{background-image: url(../image/poster06.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 423px;
		height: 600px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover01.gif); background-repeat: no-repeat;background-position: center;  margin:15px 20px;}

	.boxb2{background-image: url(../image/cover02.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxc2{background-image: url(../image/cover03.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxd2{background-image: url(../image/cover04.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxe2{background-image: url(../image/cover05.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxf2{background-image: url(../image/cover06.gif); background-repeat: no-repeat;background-position: center; margin:15px 20px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 290px;
		height: 240px;
		float: left;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 580px;
		height: 347px;
		border-radius: 15px;
		}

	.boxa{background-image: url(../image/journey1.jpg); background-repeat: no-repeat;background-position: center; margin:15px 5px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 25%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae1.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 25%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 25%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 25%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster1.gif); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 25%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual1.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 25%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: 14%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color: #696969; margin: 15px 5px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxh a{border-radius: 15px; background-image: url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; color: gold;}
	
	.boxi{background-color:#303030; margin: 15px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine1.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: 14%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 74%;
	}
	
	.cll{margin-left: 9px;
		text-align: left;
	}
	
	.we img{border-radius: 15px;
			width: 588px;
	}
	
	.wen{
		font-family:"微软雅黑";
	 	font-size: 20px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 14px;
	     margin: 14px;
	     text-align: justify;
	     text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 15px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 14px;
	     font-family:"微软雅黑";
	     font-size: 15px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 16px;
	     margin: 14px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 16px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
		 text-align: center;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 30px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (min-width : 414px ) and (max-width : 768px ){
	.hulianwang2{width: auto;
		         height: 880px;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 16px;
	width: 100%;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 460px;
	border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 466px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 730px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 720px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 323px;
		height: 458px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 25px;}

	.boxb4{background-image: url(../image/visual002.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxc4{background-image: url(../image/visual003.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxd4{background-image: url(../image/visual004.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxe4{background-image: url(../image/visual005.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxf4{background-image: url(../image/visual006.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 323px;
		height: 458px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa3{background-image: url(../image/poster001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 25px;}

	.boxb3{background-image: url(../image/poster002.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxc3{background-image: url(../image/poster003.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxd3{background-image: url(../image/poster004.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxe3{background-image: url(../image/poster005.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxf3{background-image: url(../image/poster006.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 323px;
		height: 458px;
		float: left;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 25px;}

	.boxb2{background-image: url(../image/cover002.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxc2{background-image: url(../image/cover003.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxd2{background-image: url(../image/cover004.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxe2{background-image: url(../image/cover005.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxf2{background-image: url(../image/cover006.gif); background-repeat: no-repeat;background-position: center; margin:15px 25px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 350px;
		height: 260px;
		float: left;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 460px;
		height: 287px;
		border-radius: 15px;
	}

	.boxa{background-image: url(../image/journey2.jpg); background-repeat: no-repeat;background-position: center; margin:15px 13px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 15%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae2.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 15%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements2.png); background-repeat: no-repeat; background-position: center; margin: 15px 13px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 15%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage2.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 15%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster3.png); background-repeat: no-repeat; background-position: center; margin: 15px 13px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 15%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual3.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 15%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show2.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: -4%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color: #696969; margin: 15px 5px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxh a{border-radius: 15px; background-image: url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; color: gold;}
	
	.boxi{background-color:#303030; margin: 1px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine2.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: -4%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 76%;
	}
	
	.cll{margin-left: 11px;
		text-align: left;
	}
	
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
	
	.htmleaf-container{
	position: relative; top: 61px;
	}
	
	.slide li{
	background-color: #0E0F1E; border-bottom: 1px solid #303030;
	}
	
	.slide li a{padding-left: 85px;
	}
	
	.body-section{
	position: relative; top: 61px;
	height: 160px;
	background-color: #525252;
	}
	
	.hulianwang2{
	margin: 58px 0 0 0;
	}
	
	#hulianwang{
	margin-top: 60px;
	}
	
	.we img{border-radius: 15px;
			width: 466px;
	}
	
	.wen{font-family:"微软雅黑";
	 	font-size: 20px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 13px;
	     margin: 14px;
		 text-align: justify;
	     text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 14px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 14px;
	     font-family:"微软雅黑";
	     font-size: 14px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 15px;
	     margin: 14px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 16px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
		 text-align: center;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 30px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (max-width: 414px ) {
	.hulianwang2{width: auto;
		         height: auto;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 16px;
	width: 100%;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{
		            width: 348px;
		            border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 356px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 400px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 370px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 34px;}

	.boxb4{background-image: url(../image/visual002.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxc4{background-image: url(../image/visual003.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxd4{background-image: url(../image/visual004.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxe4{background-image: url(../image/visual005.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxf4{background-image: url(../image/visual006.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa3{background-image: url(../image/poster001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 34px;}

	.boxb3{background-image: url(../image/poster002.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxc3{background-image: url(../image/poster003.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxd3{background-image: url(../image/poster004.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxe3{background-image: url(../image/poster005.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxf3{background-image: url(../image/poster006.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 34px;}

	.boxb2{background-image: url(../image/cover002.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxc2{background-image: url(../image/cover003.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxd2{background-image: url(../image/cover004.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxe2{background-image: url(../image/cover005.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxf2{background-image: url(../image/cover006.gif); background-repeat: no-repeat;background-position: center; margin:15px 34px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 370px;
		height: 260px;
		float: left;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 348px;
		height: 210px;
		border-radius: 15px;
	}

	.boxa{background-image: url(../image/journey3.jpg); background-repeat: no-repeat;background-position: center; margin:15px 11px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 15%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae3.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 15%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements3.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 15%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage3.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 15%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster3.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 15%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual3.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 15%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: -42%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color:#696969; margin:15px 5px; padding-bottom:5px; border-radius:15px;}
	
	.boxh a{border-radius:15px; background-image:url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height:60px; line-height: 60px; color:gold; font-size: 11px;}
	
	.boxi{background-color:#303030; margin: 1px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: -42%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 76%;
	}
	
	.cll{margin-left: 11px;
		text-align: left;
	}
	
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
	
	.htmleaf-container{
	position: relative; top: 61px;
	}
	
	.slide li{
	background-color: #0E0F1E; border-bottom: 1px solid #303030;
	}
	
	.slide li a{padding-left: 85px;
	}
	
	.body-section{
	position: relative; top: 61px;
	height: 260px;
	background-color: #525252;
	}
	
	.hulianwang2{
	margin: 58px 0 0 0;
	}
	
	#hulianwang{
	margin-top: 60px;
	}
	
	.we{margin: auto;
		width: 348px;
	}
	
	.we img{margin: auto;
		    border-radius: 15px;
		    width: 348px;
	}
	
	.wen{font-family:"微软雅黑";
	 	 font-size: 20px;
	 	 text-align: center;
	 	 font-weight: bold;
	 	 margin-top: 16px;
		 color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     margin: 10px;
		 text-align: justify;
	     text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 13px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 10px;
	     font-family:"微软雅黑";
	     font-size: 13px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 14px;
	     margin: 11px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 10.5px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 22px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (max-width: 375px ) {
	.hulianwang2{width: auto;
		         height: auto;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 16px;
	width: 100%;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 318px;
	border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 327px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 360px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 330px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 15px;}

	.boxb4{background-image: url(../image/visual002.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxc4{background-image: url(../image/visual003.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxd4{background-image: url(../image/visual004.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxe4{background-image: url(../image/visual005.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxf4{background-image: url(../image/visual006.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa3{background-image: url(../image/poster001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 15px;}

	.boxb3{background-image: url(../image/poster002.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxc3{background-image: url(../image/poster003.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxd3{background-image: url(../image/poster004.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxe3{background-image: url(../image/poster005.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxf3{background-image: url(../image/poster006.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 15px;}

	.boxb2{background-image: url(../image/cover002.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxc2{background-image: url(../image/cover003.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxd2{background-image: url(../image/cover004.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxe2{background-image: url(../image/cover005.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxf2{background-image: url(../image/cover006.gif); background-repeat: no-repeat;background-position: center; margin:15px 15px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 330px;
		height: 260px;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 318px;
		height: 210px;
		border-radius: 15px;
	}

	.boxa{background-image: url(../image/journey2.jpg); background-repeat: no-repeat;background-position: center; margin:15px 11px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 15%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae2.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 15%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements2.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 15%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage3.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 15%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster3.png); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 15%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual3.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 11px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 15%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: -42%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color:#696969; margin:15px 5px; padding-bottom:5px; border-radius:15px;}
	
	.boxh a{border-radius:15px; background-image:url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height:60px; line-height: 60px; color:gold; font-size: 10.5px;}
	
	.boxi{background-color:#303030; margin: 1px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: -42%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 76%;
	}
	
	.cll{margin-left: 11px;
		text-align: left;
	}
	
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
	
	.htmleaf-container{
	position: relative; top: 61px;
	}
	
	.slide li{
	background-color: #0E0F1E; border-bottom: 1px solid #303030;
	}
	
	.slide li a{padding-left: 85px;
	}
	
	.body-section{
	position: relative; top: 61px;
	height: 260px;
	background-color: #525252;
	}
	
	.hulianwang2{
	margin: 58px 0 0 0;
	}
	
	#hulianwang{
	margin-top: 60px;
	}
	
	.we{margin: auto;
		width: 318px;
	}
	
	.we img{margin: auto;
		    border-radius: 15px;
		    width: 318px;
	}
	
	.wen{font-family:"微软雅黑";
	 	font-size: 18px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 11px;
	     margin-left: 12px;
		 text-align: left;
	     text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 12px;
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     margin: 12px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 10px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 20px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (max-width: 360px ) {
	.hulianwang2{width: auto;
		         height: auto;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 304px;
	border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 314px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 350px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 330px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual001.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}

	.boxb4{background-image: url(../image/visual002.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxc4{background-image: url(../image/visual003.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxd4{background-image: url(../image/visual004.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxe4{background-image: url(../image/visual005.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxf4{background-image: url(../image/visual006.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa3{background-image: url(../image/poster001.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}

	.boxb3{background-image: url(../image/poster002.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxc3{background-image: url(../image/poster003.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxd3{background-image: url(../image/poster004.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxe3{background-image: url(../image/poster005.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxf3{background-image: url(../image/poster006.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 323px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover001.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}

	.boxb2{background-image: url(../image/cover002.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxc2{background-image: url(../image/cover003.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxd2{background-image: url(../image/cover004.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxe2{background-image: url(../image/cover005.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxf2{background-image: url(../image/cover006.gif); background-repeat: no-repeat;background-position: center; margin:15px 7px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 330px;
		height: 260px;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 304px;
		height: 210px;
		border-radius: 15px;
	}

	.boxa{background-image: url(../image/journey2.jpg); background-repeat: no-repeat;background-position: center; margin:15px 4px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 15%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae2.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 15%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements2.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 15%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage3.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 15%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster3.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 15%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual3.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 15%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: -42%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color:#696969; margin:15px 5px; padding-bottom:5px; border-radius:15px;}
	
	.boxh a{border-radius:15px; background-image:url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height:60px; line-height: 60px; color:gold; font-size: 10.5px;}
	
	.boxi{background-color:#303030; margin: 1px; padding-top: 1px; padding-bottom: 5px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: -42%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 76%;
	}
	
	.cll{margin-left: 11px;
		text-align: left;
	}
	
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
	
	.htmleaf-container{
	position: relative; top: 61px;
	}
	
	.slide li{
	background-color: #0E0F1E;
	}
	
	.body-section{
	position: relative; top: 61px;
	height: 260px;
	background-color: #525252;
	}
	
	.hulianwang2{
	margin: 58px 0 0 0;
	}
	
	#hulianwang{
	margin-top: 60px;
	}
	
	.we{margin: auto;
		width: 304px;
	}
	
	.we img{margin: auto;
		    border-radius: 15px;
		    width: 304px;
	}
	
	.wen{
		font-family:"微软雅黑";
	 	font-size: 18px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 11px;
	     text-align: left;
	     margin: 9px;
		 text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 9px;
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     margin: 9px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 10px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 20px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}

@media screen and (max-width: 320px ) {
	.hulianwang2{width: auto;
		         height: auto;
	}
	
	.hulianwang6{background-color: #CFCFCF;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	text-align: center;
	color: black;
	font-family:"微软雅黑";
	font-size: 20px;
	z-index: 10;
	height: auto;
	position: relative;
	top: 1px;
	}
	
	.hulianwang6 img{width: 268px;
	border-radius: 15px;
	}
	
	.bo{
		width: auto;
		overflow: hidden;
	}
	
	.bo1{
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}
	
	.bo2{
		width: 277px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo3{
		width: 310px;
		overflow: hidden;
		margin: auto;
	}
	
	.bo4{
		width: 290px;
		overflow: hidden;
		margin: auto;
		padding-top: 9px;
	}
	
	.boxa4,
	.boxb4,
	.boxc4,
	.boxd4,
	.boxe4,
	.boxf4
		{width: 296px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa4{background-image: url(../image/visual001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 1px;}

	.boxb4{background-image: url(../image/visual002.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxc4{background-image: url(../image/visual003.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxd4{background-image: url(../image/visual004.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxe4{background-image: url(../image/visual005.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxf4{background-image: url(../image/visual006.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxa3,
	.boxb3,
	.boxc3,
	.boxd3,
	.boxe3,
	.boxf3
		{width: 296px;
		height: 458px;
		border-radius: 15px;
	
	}
	
	.boxa3{background-image: url(../image/poster001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 1px;}

	.boxb3{background-image: url(../image/poster002.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxc3{background-image: url(../image/poster003.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxd3{background-image: url(../image/poster004.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxe3{background-image: url(../image/poster005.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxf3{background-image: url(../image/poster006.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxa2,
	.boxb2,
	.boxc2,
	.boxd2,
	.boxe2,
	.boxf2
		{width: 296px;
		height: 458px;
		border-radius: 15px;
	}
	
	.boxa2{background-image: url(../image/cover001.gif); background-repeat: no-repeat;background-position: center;  margin:15px 1px;}

	.boxb2{background-image: url(../image/cover002.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxc2{background-image: url(../image/cover003.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxd2{background-image: url(../image/cover004.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxe2{background-image: url(../image/cover005.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxf2{background-image: url(../image/cover006.gif); background-repeat: no-repeat;background-position: center; margin:15px 1px;}
	
	.boxa,
	.boxb,
	.boxc,
	.boxd,
	.boxe,
	.boxf
		{width: 290px;
		height: 220px;
		border-radius: 15px;
	}
	
	.boxg,
	.boxj
		{width: 268px;
		height: 145px;
		border-radius: 15px;
	}

	.boxa{background-image: url(../image/journey4.jpg); background-repeat: no-repeat;background-position: center; margin:15px 4px;}
	
	.boxa a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxa1{position: relative; bottom: 36%;}
	
	.boxa1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxa1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.boxb{background-image: url(../image/vitae4.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxb a{border-bottom-left-radius:15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxb1{position: relative; bottom: 36%;}
	
	.boxb1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxb1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxc{background-image: url(../image/elements4.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxc a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxc1{position: relative; bottom: 36%;}
	
	.boxc1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxc1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxd{background-image: url(../image/detailspage4.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxd a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxd1{position: relative; bottom: 36%;}
	
	.boxd1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxd1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxe{background-image: url(../image/poster4.png); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxe a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxe1{position: relative; bottom: 36%;}
	
	.boxe1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxe1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxf{background-image: url(../image/visual4.jpg); background-repeat: no-repeat; background-position: center; margin: 15px 4px;}
	
	.boxf a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxf1{position: relative; bottom: 36%;}
	
	.boxf1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxf1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxg{background-image: url(../image/show3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxg a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxg1{position: relative; top: -106%;}
	
	.boxg1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxg1 a:hover{color: black; background-image: url(../image/anniu02.png);}
	
	.boxh{background-color:#696969; margin:15px 5px; padding-bottom:5px; border-radius:15px;}
	
	.boxh a{border-radius:15px; background-image:url(../image/blackanniu.png); display: block; background-color: #FFFFFF; height:60px; line-height: 60px; color:gold; font-size: 9.2px;}
	
	.boxi{background-color:#303030; margin: 1px; padding-top: 1px; padding-bottom: 3px; border-radius: 15px;}
	
	.boxj{background-image: url(../image/magazine3.png); background-repeat: no-repeat; background-position: center; margin: 15px 5px;}
	
	.boxj a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: block; height: 240px; line-height: 260px; font-weight: 600;}
	
	.boxj1{position: relative; top: -106%;}
	
	.boxj1 a{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-image: url(../image/anniu.png); display: block; background-color: #FFFFFF; height: 60px; line-height: 60px; font-weight: 600;}
	
	.boxj1 a:hover{color: black; background-image: url(../image/anniu02.png);}

	.cl{font-size: 10px;
		background-color: white;
		position: relative; top: 76%;
	}
	
	.cll{margin-left: 11px;
		text-align: left;
	}
	
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
	
	.htmleaf-container{
	position: relative; top: 61px;
	}
	
	.slide li{
	background-color: #0E0F1E;
	}
	
	.body-section{
	position: relative; top: 61px;
	height: 260px;
	background-color: #525252;
	}
	
	.hulianwang2{
	margin: 58px 0 0 0;
	}
	
	#hulianwang{
	margin-top: 60px;
	}
	
	.we{margin: auto;
		width: 268px;
	}
	
	.we img{margin: auto;
		    border-radius: 15px;
		    width: 268px;
	}
	
	.wen{font-family:"微软雅黑";
	 	font-size: 16px;
	 	text-align: center;
	 	font-weight: bold;
	 	margin-top: 16px;
		color: gold;
	}
	
	.wen1{
	     font-family:"微软雅黑";
	     font-size: 11px;
	     text-align: left;
	     margin: 6px;
		 text-indent: 28px;
	}
	
	.wen2{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: center;
	     color: red;
	     font-weight: bold;
	}
	
	.wen3{
		 margin-left: 6px;
	     font-family:"微软雅黑";
	     font-size: 12px;
	     text-align: left;
	     color: #2FA0EC;
	     font-weight: bold;
	}
	
	.wen4{
	     font-family:"微软雅黑";
	     font-size: 12px;
	     margin: 8px;
	     text-align: justify;
	     text-indent: 28px;
		 font-weight: bold;
	}
	
	.wen5{
	     font-family:"微软雅黑";
	     font-size: 8.7px;
	     margin: 14px;
	     text-align: justify;
		 color: white;
	}
	
	.wen6{
	     font-family:"微软雅黑";
	     font-size: 18px;
	     margin: 14px;
	     text-align: justify;
		 color: gold;
		 text-align: center;
		 line-height: 60px;
	}

}