@charset "utf-8";

.head2 h2{
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	color: #000033;
}

.head2 p{
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin-top: 35px;
	text-indent: 24pt;
}

.hot2{
	background: #d4091f;
}

.hot2 .photo{
	float: left;
	width: 800px;
	height: 395px;
	overflow: hidden;
}

.hot2 .photo img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.hot2 .photo img:hover{
	transform:scale(1.03,1.03);
}

.hot2 table{
	float: right;
	width: 370px;
	height: 395px;
	overflow: hidden;
}

.hot2 table td{
	padding: 0px 45px;
}

.hot2 table h3{
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}

.hot2 table p{
	line-height: 26px;
	font-size: 16px;
	margin-top: 40px;
}

.list3 ul{
	margin-left: -30px;
}

.list3 li{
	float: left;
	width: 370px;
	margin: 38px 0px 0px 30px;
}

.list3 .photo,.list3 .photo img{
	width: 100%;
	height: 207px;
	overflow: hidden;
}

.list3 .photo img{
	transition: all 0.3s;
}

.list3 .photo img:hover{
	transform:scale(1.05,1.05);
}

.list3 p{
	text-align: center;
	font-size: 36px;
	height: 98px;
	line-height: 98px;
	font-weight: bold;
}

.list3 .c1 p{ background: #d4091f; }
.list3 .c2 p{ background: #5e6472; }

.head3{
	background-size: 100% 100%;
	padding: 1px 0px 80px 0px;
	position: relative;
}

#ten-head01{ background-image: url(images/ly3-photo01.jpg); }
#ten-head02{ background-image: url(images/ly3-photo02.jpg); }
#ten-head03{ background-image: url(images/ly3-photo03.jpg); }
#ten-head04{ background-image: url(images/ly3-photo04.jpg); }
#ten-head05{ background-image: url(images/ly3-photo05.jpg); }
#ten-head06{ background-image: url(images/ly3-photo06.jpg); }
#ten-head07{ background-image: url(images/ly3-photo07.jpg); }
#ten-head08{ background-image: url(images/ly3-photo08.jpg); }
#ten-head09{ background-image: url(images/ly3-photo09.jpg); }
#ten-head10{ background-image: url(images/ly3-photo10.jpg); }

#ten-head21{ background-image: url(images/ly3-photo01.jpg); }
#ten-head22{ background-image: url(images/ly3-photo02.jpg); }
#ten-head23{ background-image: url(images/ly3-photo03.jpg); }
#ten-head24{ background-image: url(images/ly3-photo04.jpg); }
#ten-head25{ background-image: url(images/ly3-photo05.jpg); }
#ten-head26{ background-image: url(images/ly3-photo06.jpg); }
#ten-head27{ background-image: url(images/ly3-photo07.jpg); }
#ten-head28{ background-image: url(images/ly3-photo08.jpg); }
#ten-head29{ background-image: url(images/ly3-photo09.jpg); }
#ten-head30{ background-image: url(images/ly3-photo10.jpg); }
.head3 .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 1;
}

.head3 .w1170{
	position: relative;
	z-index: 9;
}

.head3 #location{
	color: #999;
}

.head3 h2{
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.head3 h4{
	margin-top: 25px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 3px;
}

.head3 p{
	font-size: 16px;
	line-height: 26px;
}

.head3 li{
	font-size: 16px;
	line-height: 26px;
	background: url(images/head3-type.png) no-repeat left 8px;
	padding-left: 20px;
}

.topic2{
	text-align: center;
	line-height: 40px;
	position: relative;
}

.topic2 span{
	font-size: 36px;
	color: #071739;
	font-weight: bold;
}

.topic2 .more{
	position: absolute;
	top: 0px;
	left: 760px;
	color: #aaa;
	font-size: 18px;
}

.list4 ul{
	margin-left: -30px;
}

.list4 li{
	float: left;
	width: 270px;
	background: #fff;
	margin: 40px 0px 0px 30px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 7px #ccc;
}

.list4 h3{
	line-height: 26px;
	height: 52px;
	margin: 20px 10px 10px 10px;
	font-size: 21px;
	font-weight: normal;
}

.list4 h3 a{
	color: #071739;
}

.list4 p{
	margin: 0px 10px;
	color: #5e6472;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.list4 span{
	color: #d10026;
	font-size: 22px;
}

.btn2{
	display: block;
	border-radius: 33px;
	width: 100%;
	height: 67px;
	line-height: 67px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.btn2 img{
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	margin-top: 17px;
}

.btn2 span{
	display: inline-block;
	vertical-align: top;
}

.btn-color1{
	background: #d4091f;
	color: #fff;
}

.btn-color2{
	background: #5e6472;
	color: #fff;
}

.btn-color1:hover,.btn-color2:hover{
	color: #fff !important;
	box-shadow: 0px 0px 15px #fff inset;
}

.bg-color1{
	background: #f6f6f6;
}
.bg-color2{
	background: url(images/bg-color2.jpg) no-repeat center top;
	height: 295px;
}


.choice1{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}

.choice1 .line{
	padding: 10px 0px;
}

.choice1 span{
	float: left;
	width: 80px;
	color: #071739;
}

.choice1 ul{
	float: left;
	width: 1090px;
}

.choice1 ul li{
	float: left;
	color: #5e6472;
	margin-right: 20px;
	cursor: pointer;
}

.choice1 ul li:hover{
	color: #d4091f;
}

.choice1 ul .selected{
	font-weight: bold;
	color: #d4091f;
}
.search2{
	display: block;
	border: 1px solid #ededed;
	height: 65px;
	border-radius: 10px;
	background: #fff;
}

.search2:hover{
	border: 1px solid #cdd1d7;
}

.search2 .sub{
	float: right;
	width: 32px;
	height: 32px;
	background: url(images/search2.png);
	border: none;
	margin-top: 16px;
	margin-right: 28px;
	cursor: pointer;
}

.search2 .sub:hover{
	transform:scale(1.05,1.05);
}

.search2 .text{
	float: left;
	margin-left: 20px;
	padding: 0px;
	border: none;
	line-height: 65px;
	height: 65px;
	font-size: 16px;
	width: 1000px;
	outline: none;
	color: #071739;
}

.search2 input::-webkit-input-placeholder{
	color: #c3c4c9;
}
.search2 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: #c3c4c9;
}
.search2 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #c3c4c9;
}
.search2 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color: #c3c4c9;
}

.choice1{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}

.choice1 .line{
	padding: 10px 0px;
}

.choice1 span{
	float: left;
	width: 80px;
	color: #071739;
}

.choice1 ul{
	float: left;
	width: 1090px;
}

.choice1 ul li{
	float: left;
	color: #5e6472;
	margin-right: 20px;
	cursor: pointer;
}

.choice1 ul li:hover{
	color: #d4091f;
}

.choice1 ul .selected{
	font-weight: bold;
	color: #d4091f;
}

.list-top1{
	font-size: 16px;
	line-height: 20px;
	color: #5e6472;
}

.list-top1 span{
	color: #071739;
}

.list5 ul{
	margin-left: -30px;
}

.list5 li{
	float: left;
	width: 570px;
	height: 260px;
	background: #fff;
	margin: 30px 0px 0px 30px;
	box-shadow: 0px 0px 7px #ccc;
}

.list5 li a{
	display: block;
	padding: 25px 18px 0px 18px;
	height: 235px;
}

.list5 li:hover{
	background: #f3f3f3;
}

.list5 h3{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	color: #071739;
	font-weight: normal;
	margin-bottom: 8px;
}

.list5 h4{
	float: left;
	font-size: 22px;
	color: #5e6472;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 18px;
}

.list5 h4 span{
	color: #d4091f;
}

.list5 h5{
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #737884;
	margin-bottom: 18px;
}

.list5 h5 span{
	color: #071739;
}

.list5 img{
	float: left;
	width: 150px;
	height: 120px;
	margin: 0px 15px 0px 0px;
}

.list5 p{
	line-height: 30px;
	font-size: 16px;
	color: #5e6472;
}

.list5 p i{
	display: inline-block;
	vertical-align: top;
	background: url(images/list5-type.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 7px;
	font-style: normal;
}

.head4{
	padding-bottom: 25px;
}

.head4 h2{
	font-size: 60px;
	font-weight: bold;
	line-height: 72px;
	color: #000033;
}

.share2{
	margin-top: 10px;
}

.share2 a{
	float: left;
	margin-left: 25px;
}

.share2 a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.detail-table1{
	width: 100%;
}

.detail-table1 td{
	border-bottom: 1px solid #e5e5e5;
	height: 60px;
	width: 50%;
	font-size: 22px;
	color: #071739;
}

.detail-table1 span{
	font-weight: bold;
	color: #5e6472;
}

.detail-table1 b{
	font-size: 46px;
	color: #d4091f;
	margin: 0px 5px;
}

.detail-body2 .line{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	padding-top: 40px;
}

.detail-body2 h3{
	font-size: 30px;
	line-height: 42px;
	color: #5e6472;
	margin-bottom: 10px;
}

.detail-body2 p{
	font-size: 22px;
	line-height: 40px;
	color: #071739;
}

.detail-body2 p a{
	color: #071739;
}

.focus2{
	position: relative;
}

.focus2 img{
	height: 100%;
}

.focus2 .shadow{
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0px;
	bottom: 0px;
	background: #000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 1;
}

.focus2 p{
	position: absolute;
	height: 110px;
	line-height: 110px;
	max-width: 940px;
	left: 50px;
	bottom: 0px;
	font-size: 30px;
	z-index: 9;
}

.focus2 .arrow1,.focus2 .arrow2{
	position: absolute;
	width: 76px;
	height: 130px;
	cursor: pointer;
	top: 50%;
	margin-top: -65px;
}

.focus2 .arrow1{
	left: 0px;
	background: url(images/arrow1.png);
}

.focus2 .arrow2{
	right: 0px;
	background: url(images/arrow2.png);
}

.focus2 .num{
	z-index: 10;
	position: absolute;
	right: 45px;
	bottom: 0px;
	font-size: 30px;
	line-height: 80px;
	font-family: "Arial";
	font-style: italic;
}

.focus2 .num b{
	font-size: 72px;
	color: #fcc129;
	margin-right: 5px;
}

.list6 ul{
	margin-left: -30px;
}

.list6 li{
	float: left;
	width: 570px;
	background: #fff;
	margin: 30px 0px 0px 30px;
	box-shadow: 0px 0px 7px #ccc;
}

.list6 li a{
	display: block;
	padding: 25px 18px 25px 18px;
}

.list6 li:hover{
	background: #f3f3f3;
}

.list6 h3{
	float: left;
	color: #071739;
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	max-width: 390px;
}

.list6 h4{
	float: right;
	color: #5e6472;
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}

.list6 h4 span{
	color: #d4091f;
}

.list6 h5{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #5e6472;
	font-weight: normal;
	margin-top: 10px;
}

.list6 h6{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #737884;
	font-weight: normal;
}

.list6 p{
	line-height: 26px;
	color: #737884;
	margin-top: 10px;
	height: 78px;
}

.head5{
	padding-bottom: 25px;
}

.head5 h2{
	float: left;
	font-size: 60px;
	line-height: 70px;
	color: #000033;
}

.head5 h3{
	float: right;
	font-size: 60px;
	line-height: 70px;
	color: #5e6472;
	font-weight: normal;
}

.head5 h3 span{
	font-weight: bold;
	color: #d4091f;
}

.head5 p{
	font-size: 36px;
	line-height: 46px;
	color: #dcdfe6;
	margin-top: 28px;
}

.head5 p span{
	color: #5e6472;
}

.head5 p label{
	color: #737884;
}

.detail-table2{
	width: 100%;
	background: #f2f2f2;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.detail-table2 td{
	width: 47%;
	height: 150px;
	padding-left: 3%;
}

.detail-table2 h3{
	font-size: 30px;
	color: #5e6472;
	line-height: 40px;
}

.detail-table2 p{
	line-height: 30px;
	font-size: 22px;
	color: #071739;
	margin-top: 15px;
}

.detail-table2 p a{
	color: #071739;
}

.topic3{
	line-height: 20px;
	height: 20px;
}

.topic3 span{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 23px;
	position: relative;
}

.topic3 span i{
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 15px;
	background: #5e6472;
}

.topic3 span .l{ left: 0px; }
.topic3 span .r{ right: 0px; }

.focus3{
	height: 400px;
	overflow: hidden;
	position: relative;
}

.focus3 .box{
	width: 1920px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
}

.focus3 li{
	float: left;
	width: 1170px;
	height: 400px;
	position: relative;
}

.focus3 li img{
	width: 100%;
	height: 100%;
}

.focus3 .cover1,.focus3 .cover2{
	position: absolute;
	height: 100%;
	width: 375px;
	background: #000;
	filter:alpha(opacity=60);
	opacity:0.6;
	top: 0px;
}

.focus3 .cover1{
	left: 0%;
}

.focus3 .cover2{
	right: 0%;
}

.focus3 .arrow1,.focus3 .arrow2{
	position: absolute;
	top: 130px;
	width: 44px;
	height: 84px;
	cursor: pointer;
	background-size: 100% 100%;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.focus3 .arrow1{
	background-image: url(images/arrow1.png);
	left: 375px;
}

.focus3 .arrow2{
	background-image: url(images/arrow2.png);
	right: 375px;
}

.focus3:hover .arrow1,.focus3:hover .arrow2{
	filter:alpha(opacity=90);
	opacity:0.9;
}

.focus3 .shadow{
	position: absolute;
	width: 100%;
	height: 65px;
	background: #000;
	left: 0px;
	bottom: 0px;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 1;
	display: none;
}

.focus3 p{
	position: absolute;
	left: 35px;
	bottom: 0px;
	height: 65px;
	line-height: 65px;
	max-width: 1000px;
	font-size: 21px;
	z-index: 9;
	display: none;
}

.focus3 .num{
	position: absolute;
	right: 25px;
	bottom: 3px;
	font-family: "Arial";
	line-height: 59px;
	height: 59px;
	font-size: 21px;
	font-style: italic;
	z-index: 10;
	display: none;
}

.focus3 .num span{
	font-weight: bold;
	color: #fcc129;
	font-size: 52px;
}

.focus3 .current .shadow,.focus3 .current p,.focus3 .current .num{
	display: block;
}

.tab2 span{
	float: left;
	border: 1px solid #5e6472;
	height: 45px;
	line-height: 45px;
	margin-right: 25px;
	padding: 0px 20px;
	border-radius: 5px;
	font-size: 30px;
	color: #5e6472;
	cursor: pointer;
}

.tab2 span:hover{
	color: #d4091f;
}

.tab2 .current{
	background: #d4091f;
	font-weight: bold;
	color: #fff !important;
	border-color: #d4091f;
}

.list7 ul{
	margin-left: -30px;
}

.list7 li{
	float: left;
	width: 270px;
	height: 280px;
	background: #fff;
	margin: 30px 0px 0px 30px;
	box-shadow: 0px 0px 7px #ccc;
}

.list7 .photo,.list7 .photo img{
	height: 205px;
	width: 100%;
}

.list7 .photo img{
	transition: all 0.3s;
}

.list7 .photo img:hover{
	transform:scale(1.05,1.05);
}

.list7 table{
	height: 75px;
	font-size: 19px;
	line-height: 25px;
	overflow: hidden;
}

.list7 table a{
	color: #071739;
}

.list7 table td{
	padding: 0px 12px;
}

.head6{
	padding-bottom: 50px;
}

.head6 h2{
	float: left;
	font-size: 48px;
	line-height: 60px;
	color: #000033;
}

.width320{ width: 320px; }

.width770{ width: 770px; }

#side-nav2{
	border-top: 1px solid #e9e9e9;
	background: #f6f6f6;
}

#side-nav2 li{
	line-height: 30px;
	font-size: 22px;
	border-bottom: 1px solid #e9e9e9;
	background: url(images/side-nav2.png) no-repeat 25px 21px;
	transition: background 0.2s;
	transition: color 0.2s;
}

#side-nav2 li a{
	display: block;
	padding: 15px 15px 15px 50px;
	color: #5e6472;
}

#side-nav2 .current{
	background-color: #d4091f !important;
	background-image: url(images/side-nav2b.png);
	font-weight: bold;
}

#side-nav2 .current a{
	color: #fff !important;
}

#side-nav2 li:hover{
	background-color: #f0f0f0;
}

#detail-body2{
	margin-top: 60px;
}

#detail-body2 h3{
	font-size: 36px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
}

#detail-body2 h4{
	font-size: 16px;
	line-height: 24px;
	color: #9a9a9a;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 40px;
}

#detail-body2 h4 span{
	margin-right: 20px;
}

#detail-body2 p img{
	display: inline-block;
	vertical-align: top;
}

#detail-body2 p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}


.register{
	padding: 40px 0px;
}

.process{
	text-align: center;
	font-size: 16px;
	padding-bottom: 25px;
}

.process .num{
	width: 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.process .num span{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #b5b5b5;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}

.process .num p{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 45px;
	line-height: 20px;
	color: #b5b5b5;
}

.process .line{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 266px;
	height: 4px;
	background: #ececec;
	margin-top: 18px;
}

.process .line i{
	position: absolute;
	top: 0px;
	width: 50%;
	height: 100%;
}

.process .line .l{ left: 0px; }
.process .line .r{ right: 0px; }

.process.step1 .num1 span{ background: url(images/process.png); border: 0; width: 40px; height: 40px; text-indent: -999px; }
.process.step1 .num1 p{ color: #d4091f; }
.process.step1 .line1 .l{ background: #d4091f; }

.process.step2 .num1 span,.process.step2 .num2 span{ background: url(images/process.png); border: 0; width: 40px; height: 40px; text-indent: -9999px; }
.process.step2 .num1 p,.process.step2 .num2 p{ color: #d4091f; }
.process.step2 .line1 .l,.process.step2 .line1 .r,.process.step2 .line2 .l{ background: #d4091f; }

.process.step3 .num1 span,.process.step3 .num2 span,.process.step3 .num3 span{ background: url(images/process.png); border: 0; width: 40px; height: 40px; text-indent: -999px; }
.process.step3 .num1 p,.process.step3 .num2 p,.process.step3 .num3 p{ color: #d4091f; }
.process.step3 .line1 .l,.process.step3 .line1 .r,.process.step3 .line2 .l,.process.step3 .line2 .r,.process.step3 .line3 .l{ background: #d4091f; }

.form1{
	width: 450px;
	margin: 0px auto;
}

.form1 .line{
	margin-bottom: 30px;
}

.form1 .line span{
	float: left;
	text-align: right;
	width: 120px;
	font-size: 15px;
	line-height: 20px;
	padding: 11px 0px;
	color: #666;
}

.form1 .line span i{
	color: #f00;
	margin-right: 5px;
}

.form1 .line .right{
	width: 320px;
}

.form1 .text{
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	color: #333;
	font-size: 16px;
	outline: none;
}

.form1 .width1{
	width: 288px;
}

.form1 .width2{
	width: 135px;
}

.form1 p{
	color: #aaa;
	line-height: 20px;
	margin-top: 5px;
}

.form1 .button1{
	width: 135px;
	height: 42px;
	border-radius: 5px;
	border: none;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	font-size: 15px;
}

.form1 .button1.color1{
	background: #eee;
	color: #5e6470;
}

.form1 .button1.color2{
	background: #d4091f;
	color: #fff;
}

.form1 .button2{
	width: 18px;
	height: 18px;
	background: url(images/checkbox1.png);
	border: none;
	cursor: pointer;
	margin-right: 8px;
}

.form1 .button2.color1{ background: url(images/checkbox1.png); }
.form1 .button2.color2{ background: url(images/checkbox2.png); }

.form1 label{
	line-height: 18px;
	color: #666;
}

.form1 label a{
	color: #278ede;
}

.form1 .sub{
	height: 40px;
	width: 165px;
	border-radius: 3px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	background: #d4091f;
	color: #fff;
}

.form2{
	width: 650px;
	margin: 0px auto;
}

.form2 .line{
	margin-bottom: 10px;
}

.form2 .line span{
	float: left;
	text-align: right;
	width: 120px;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 0px;
	color: #666;
}

.form2 .line span i{
	color: #f00;
	margin-right: 5px;
}

.form2 .right{
	width: 520px;
}

.form2 .links li{
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 15px;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 0px 18px;
	color: #666;
	margin: 0px 8px 24px 0px;
	cursor: pointer;
}

.form2 .links .current{
	background: #d4091f;
	border-color: #d4091f;
	color: #fff;
}

.form2 .links li:hover{
	color: #d9242d;
	border-color: #cdd1d7;
}

.form2 .code img{
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 12px;
}

.form2 .code p{
	font-size: 15px;
	line-height: 26px;
	color: #666;
}

.form2 .sub{
	height: 40px;
	width: 165px;
	border-radius: 3px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	background: #d4091f;
	color: #fff;
	margin-top: 30px;
}

.hot3{
	text-align: center;
}

.hot3 h3{
	line-height: 40px;
	font-size: 30px;
	color: #d4091f;
}

.hot3 p{
	color: #a5a5a5;
	line-height: 24px;
	font-size: 16px;
	margin-top: 10px;
}

.center{
	text-align: center;
}

.btn3{
	display: inline-block;
	vertical-align: top;
	height: 54px;
	line-height: 54px;
	width: 195px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	margin: 0px 25px;
}

.btn3 img{
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px 0px 0px;
}

.btn3 span{
	display: inline-block;
	vertical-align: top;
}

.btn3.color1{ background-color: #071739; }
.btn3.color2{ background-color: #d4091f; }
.btn3.color3{ background-color: #fcc129; }

.btn3:hover{
	box-shadow: 0px 0px 7px #fff inset;
	color: #fff !important;
}

.btn4{
	display: block;
	margin: 0px auto;
	width: 180px;
	border: 1px solid #eee;
	border-radius: 15px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #666;
}

.btn4 span{
	display: inline-block;
	vertical-align: top;
}

.btn4 img{
	display: inline-block;
	vertical-align: top;
	margin: 6px 8px 0px 0px;
}

.btn4:hover{
	border-color: #cdd1d7;
}

.table2{
	width: 100%;
}

.table2 td,.table2 th{
	border: 1px solid #ededed;
	height: 60px;
	padding: 0px 25px;
	line-height: 24px;
	color: #5e6472;
}

.table2 th{
	font-size: 18px;
}

.table2 td{
	font-size: 16px;
}

.table2 .name{
	font-size: 22px;
}

.table2 .name,.table2 .name a{
	color: #071739;
}

.sd h3{
	font-size: 50px;
	line-height: 60px;
	color: #071739;
}

.sd p{
	line-height: 30px;
	text-indent: 24pt;
	font-size: 16px;
	margin-top: 30px;
	color: #5e6472;
}

.sd1{
	background: url(images/sd01.jpg) no-repeat center top;
}

.sd1 .w1170{
	height: 765px;
	position: relative;
}

.sd1 #location{
	position: absolute;
	left: 0px;
	top: 30px;
	margin: 0px;
	color: #3e79c3;
}

.sd1 #location a,.sd1 #location span{
	color: #87acda;
}

.sd1 .text{
	position: absolute;
	width: 450px;
	right: 0;
	top: 0px;
	top: 135px;
}

.sd1 h3{
	text-align: center;
	color: #fff;
}

.sd1 p{
	color: #fff;
}

.sd2{
	padding: 70px 0px 90px 0px;
}

.sd2 .text{
	width: 498px;
}

.sd2 img{
	margin-top: 20px;
}

.sd3{
	background: url(images/sd04.jpg) no-repeat center top;
	padding-top: 90px;
	height: 429px;
}

.sd3 .text{
	width: 498px;
}

.sd3 .text p{
	color: #000;
}

.sd4{
	padding: 70px 0px 90px 0px;
}

.sd4 .text{
	width: 610px;
}

.sd4 .right{
	width: 500px;
}

.sd4 .photo{
	margin-top: 12px;
}

.sd5{
	background: url(images/sd08.jpg) no-repeat center top;
	padding-top: 65px;
	height: 465px;
}

.sd5 h3,.sd5 p{
	color: #fff;
}

.sd6{
	background: url(images/sd11.jpg) no-repeat center top;
	padding-top: 65px;
	height: 691px;
}

.sd6 p{
	color: #000;
}

.sd7{
	padding: 70px 0px 90px 0px;
}

.sd7 .photo{
	margin-top: 30px;
}

.sd7 .photo li{
	float: left;
	width: 390px;
}

.sd8{
	background: url(images/sd15.jpg) no-repeat center top;
	padding-top: 65px;
	height: 829px;
}

.sd8 p{
	color: #000;
}

.list8{
	margin-left: -30px;
}

.list8 li{
	float: left;
	width: 370px;
	height: 185px;
	margin: 25px 0px 0px 30px;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 7px #ccc;
	overflow: visible;
}

.list8 .box{
	position: absolute;
	width: 330px;
	left: 0px;
	top: 0px;
	padding: 30px 20px 0px 20px;
	min-height: 155px;
}

.list8 h3{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	color: #071739;
	margin-bottom: 5px;
}

.list8 p{
	text-align: right;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	color: #5e6472;
}

.list8 p i,.list8 p a{
	font-style: normal;
	color: #071739;
}

.list8 .more{
	position: absolute;
	right: 20px;
	font-size: 16px;
	line-height: 32px;
	top: 129px;
	background: url(images/list8-arrow.png) no-repeat right center;
	padding-right: 22px;
}

.list8 .text1{
	margin-right: 60px;
}

.list8 .text2{
	height: auto;
	display: none;
}

.list8 .current{
	z-index: 99;
}

.list8 .current .box{
	background: #071739;
	padding-bottom: 25px;
}

.list8 .current h3,.list8 .current .box h3 a,.list8 .current .box p,.list8 .current .box p i{
	color: #fff;
}

.list8 .current .text1,.list8 .current .more{
	display: none;
}

.list8 .current .text2{
	display: block;
}


.sd h3{
	font-size: 50px;
	line-height: 60px;
	color: #071739;
	font-weight: normal;
	margin-bottom: 35px;
}

.sd p{
	line-height: 30px;
	text-indent: 24pt;
	font-size: 16px;
	color: #5e6472;
}

.sd0{
	background: url(images/sd00.jpg) no-repeat center top;
	padding-top: 100px;
	height: 675px;
}

.sd0 h3{
	text-align: center;
}

.sd0 p{
	color: #000;
	margin-top:0;
}
.sd p{
	 
	margin-top:0;
}
.sd1{
	background: url(images/sd01.jpg) no-repeat center top;
}

.sd1 .w1170{
	height: 722px;
	position: relative;
}

.sd1 #location{
	position: absolute;
	left: 0px;
	top: 30px;
	margin: 0px;
	color: #3e79c3;
}

.sd1 #location a,.sd1 #location span{
	color: #87acda;
}

.sd1 .text{
	position: absolute;
	width: 470px;
	right: 0;
	top: 70px;
}

.sd1 h3{
	color: #fff;
}

.sd1 p{
	color: #fff;
}

.sd2{
	padding-top: 90px;
	padding-bottom:0;
	height: 928px;
	background: url(images/sd02-bg.jpg) no-repeat center top;
}

.sd2 .text{
	width: 510px;
}

.sd2 .text p{
	color: #071739;
}

.sd2 img{
	margin-top: 40px;
	border-radius: 5px;
}

.sd3{
	background: url(images/sd04.jpg) no-repeat center top;
	padding-top: 90px;
	height: 530px;
}

.sd3 .text{
	width: 510px;
}

.sd3 .text p{
	color: #000;
}

.sd4{
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(images/sd05-bg.jpg) center top;
}

.sd4 .text{
	width: 610px;
}

.sd4 .right{
	width: 500px;
}

.sd4 .photo{
	margin-top: 12px;
}

.sd4 img{
	border-radius: 10px;
}

.sd5{
	background: url(images/sd08.jpg) no-repeat center top;
	padding-top: 65px;
	height: 524px;
}

.sd5 h3,.sd5 p{
	color: #fff;
}

.sd6{
	background: url(images/sd11.jpg) no-repeat center top;
	padding-top: 65px;
	height: 691px;
}

.sd6 p{
	color: #000;
}

.sd7{
	padding: 70px 0px 90px 0px;
}

.sd7 .photo{
	margin-top: 30px;
}

.sd7 .photo li{
	float: left;
	width: 390px;
}

.sd8{
	background: url(images/sd15.jpg) no-repeat center top;
	padding-top: 65px;
	height: 829px;
}

.sd8 p{
	color: #000;
}
