p{
	margin: 0;
	padding: 0;
}
.w2 {
	width: 1200px;
	margin: 0 auto;
}

header {
	background: #1e478a;
}

.top {
	line-height: 50px;
	display: flex;
	color: #fff;
	justify-content: space-between;
}

.top-1 {
	display: flex;
	align-items: center;
}

.top-1 img {
	margin-right: 10px;
}

.lc1 {
	display: flex;
	height: 97px;
	align-items: center;
}

.lc1 ul {
	display: flex;
	width: 685px;
	justify-content: space-between;
	margin-left: 112px;
}

.lc1 ul li a {
	display: block;
	line-height: 55px;
	font-size: 16px;
	color: #333333;
}

.lc1 ul li a:hover {
	color: #1e478a;
	background: url(../images/ht.png)no-repeat center bottom;
}

.lc1-1 {
	display: flex;
	justify-content: space-between;
	width: 125px;
	align-items: center;
	margin-left: 45px;
}

.lc1-1 a {
	color: #333333;
}



/* 【banner】 */
.banner {
	width: 1920px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}

.banner ul.bb {
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

.banner ul.bb li {
	position: absolute;
	display: none;
}

.banner .num {
	position: absolute;
	right: 46%;
	bottom: 10px;
	z-index: 100;
}

.banner .num li {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 4px;
	background: #fff;
	line-height: 18px;
	text-indent: -100px;
	overflow: hidden;
	border-radius: 10px;
}

.banner .num li.num_hover {
	background-color: #ff7c00;
}

.banner .num li.num_hover a {
	color: #fff;
}

.banner .num li a {
	float: left;
	display: block;
	text-align: center;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	width: 18px;
	height: 18px;
	line-height: 18px;
}


.lc2 {
	width: 1400px;
	margin: 0 auto;
	height: 970px;
	background: url(../images/dj1.jpg)no-repeat center;
}

.lc2 h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}

.lc2 h2 {
	font-size: 14px;
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
}
@media screen and (max-width:1400px) {
    .lc2 {width: 100%;}
    .lc2 h2 {
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
}
}
.lc2-1 a {
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #909090;
	color: #909090;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 35px;
}

.lc2-1 a:hover {
	background: #1e478a;
	color: #fff;
}

.lc2-2 {
	margin-top: 155px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.lc2-2a {
	width: 400px;
}

.lc2-2a ul li {
	line-height: 115px;
	border: 1px solid #eeeeee;
	padding-left: 30px;
	background: #fff;
}

.lc2-2a ul li p {
	font-size:14px;
	color: #333333;
}

.lc2-2a ul li:hover {
	background: #1e478a;
}

.lc2-2a ul li:hover p {
	color: #fff;
}

.lc2-2b {
	width: 600px;
	padding: 35px 50px;
	background: #fff;
	border: 1px solid #eeeeee;
}

.lc2-2b p {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-align: center;

}



.scrollpic {
	background: url(../images/dj2.jpg)no-repeat top center;
	height: 900px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	padding-top: 105px;
	background-repeat:no-repeat; background-position:center center; background-attachment:fixed;
}

.scrollpic h1 {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #fff;
	margin-bottom: 10px;
}

.scrollpic h1:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #fff;
	left: -35%;
}

.scrollpic h1:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #fff;
	right: -35%;
}

.scrollpic h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

#myscroll {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 620px;
	overflow: hidden;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 40px;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 410px;
}

.lc3 {
	width: 378px;
	height: 588px;
	background: #fff;
	padding: 70px 30px 0 30px;
	position: relative;
}


#mybtns {
	margin: 10px auto;
	width: 1400px;
	position: relative;
}

#mybtns a {
	width: 58px;
	height: 58px;
	display: block;
	margin-right: 1px;
	border-radius: 50px;
	margin-left: 10px;
	position: absolute;
	top: 285px;
	background: rgba(255, 255, 255, 0.5);
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mybtns #left {
	background: rgba(255, 255, 255, 0.5) url(../images/left.png)no-repeat center;
	left: 0;
}

#mybtns #right {
	background: rgba(255, 255, 255, 0.5) url(../images/right.png)no-repeat center;
	right: 0;
}

#mybtns #left:hover {
	background: #fff url(../images/left-h.png)no-repeat center;
}

#mybtns #right:hover {
	background: #fff url(../images/right-h.png)no-repeat center;
}


#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}


.lc3-1b {
	display: none;
}

.lc3 h3 {
	font-size: 22px;
	color: #333333;
	margin-top: 72px;
	margin-bottom: 23px;
}

.lc3 p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: left;
}

.lc3 a {
	display: block;
	width: 217px;
	line-height: 54px;
	color: #999999;
	font-size: 16px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	border: 1px solid #999999;
	border-radius: 5px;
}

.lc3:hover .lc3-1a {
	display: none;
}

.lc3:hover .lc3-1b {
	display: block;
	margin: 0 auto;
}

.lc3:hover a {
	background: #1e478a;
	color: #fff;
}

.lc4 {
	height: 818px;
	background: url(../images/dj3.jpg)no-repeat top center;
	text-align: center;
	position: relative;
	background-size: 100%;
}

.lc4 h1 {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #1e478a;
	margin-bottom: 10px;
	margin-top: 115px;
}

.lc4 h1:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #1e478a;
	left: -100%;
}

.lc4 h1:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #1e478a;
	right: -100%;
}

.lc4 h2 {
	font-weight: bold;
	font-size: 30px;
}

.swiper-container {
	margin-top: 40px;
}

.swiper-slide ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper-slide ul li {
	border: 1px solid #c9c9c9;
	width: 25%;
}

.swiper-pagination {
	display: none;
}

.lc5 {
	height: 900px;
	background: url(../images/dj4.jpg)no-repeat top center;
	background-size: 100%;
	background-repeat:no-repeat; background-position:center center; background-attachment:fixed;
}

.lc5 .w2 {
	display: flex;
	justify-content: space-between;
}

.lc5-1 {
	width: 588px;
	height: 540px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 32px;
	margin-top: 80px;
}

.lc5-1 h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 23px;
}

.lc5-1 p {
	font-size: 16px;
	color: #666666;
}

.lc5-1 form {
	margin-top: 65px;
}

.lc5-1a {
	display: flex;
	justify-content: space-between;
}

.lc5-1a input {
	width: 47%;
	line-height: 50px;
	border: 1px solid #cccccc;
	padding-left: 10px;
}

.lc5-1 form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 25px;
	height: 90px;
}

.lc5-1b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.lc5-1b input {
	line-height: 50px;
	border: 1px solid #cccccc;
}

.lc5-2 {
	width: 524px;
	margin-top: 107px;
}

.lc5-2a {
	height: 83px;
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 12px;
	padding-top: 5px;
	margin-bottom: 28px;
}

.lc5-2a p {
	font-size: 16px;
}

.lc5-2a h1 {
	font-size: 32px;
	font-weight: bold;
}

.lc5-2 h2 {
	font-size: 16px;
	color: #fff;
}

.lc5-2 ul {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lc5-2 ul li {
	width: 250px;
	height: 130px;
	position: relative;
	border: 1px solid #687da7;
	margin-bottom: 25px;
}

.lc5-2 ul li h3 {
	font-size: 108px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(29, 42, 118, 0.29);
	z-index: 1;
	text-align: center;
	font-weight: bold;
}

.lc5-2 ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 26px;
	height: 130px;
	z-index: 9;
}

.lc5-2 ul li:hover a {
	background: #fff;
	color: #1e478a;
}

.lc6{
	height: 620px;
}
.lc6 .w2{
	box-shadow: 0px 0px 5px 1px #ccc;
	border-radius: 10px;
}

.lc6-1 {
	text-align: center;
	margin-top: -200px;
	background: #fff;
	padding: 50px 70px 0;
	border-radius: 10px;
}

.lc6-1 p {
	height: 170px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.lc6-1 a {
	display: block;
	width: 150px;
	line-height: 50px;
	color: #999;
	font-size: 17px;
	border-radius: 25px;
	box-shadow: 0px 0px 3px 0px #ccc;
	margin: 0 auto;
	margin-top: 40px;
}

.lc6-1 a:hover {
	background: #1e478a;
	color: #fff;
}

.main {
	padding: 60px 0;
	margin: 0 auto;
	width: 1200px;
}

.numCount {
	margin: 0 -10px;
}

.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}


.numCount li .numCX {
	font-size: 52px;
	color: #1e478a;
	font-weight: bold;
}

.numCount li .numU b{
	font-size: 52px;
	font-weight: bold;
	color:#1e478a;
}

.numCount li .numU .unitC {
	font-size: 100%;
	line-height: 1.3;
	margin-left: 0.3em;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}
.lc7{
	margin-bottom: 95px;
}
.lc7-1{
	text-align: center;
	margin-bottom: 45px;
}
.lc7-1 h1 {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #1e478a;
	margin-bottom: 10px;
	margin-top: 50px;
}

.lc7-1 h1:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #1e478a;
	left: -100%;
}

.lc7-1 h1:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	top: 45%;
	background-color: #1e478a;
	right: -100%;
}

.lc7-1 h2 {
	font-weight: bold;
	font-size: 30px;
}

.container {
			width: 1200px;
			margin: 50px auto;
		}

		.header {
			text-align: center;
			margin-bottom: 10px;
		}

		.title {
			border-left: 5px solid blue;
			line-height: 35px;
			padding-left: 5px;
			margin-bottom: 5px;
		}

		.scroll {
			width: 1200px;
			overflow: hidden;
		}
		
		.container{
			margin: 0;
			padding: 0;
		}
		
		.scroll ul {
			width: 10000px;
		}

		.scroll ul li {
			display: inline-block;
			margin-right: 38px;
			text-align: center;
			width: 374px;
			border: 1px solid #e9e9e9;
		}
		.scroll ul li img{
			width: 100%;
		}
		.scroll ul li h2{
			font-size: 18px;
			color: #333333;
			margin-top: 25px;
			height: 40px;
			width: 100%;
			line-height: 40px;
			overflow: hidden;
			font-weight: bold;
		}
		.scroll ul li span{
			font-size: 14px;
			color: #666;
			margin-top: 10px;
			margin-bottom: 15px;
			display: block;
		}
		.scroll ul li p{
			font-size: 12px;
			color: #666;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3; 
			overflow: hidden;
			padding: 0 15px;
			line-height: 25px;
		}

.scroll ul li:hover{
	box-shadow: 0px 0px 7px 0px #ccc;
}
.scroll ul li:hover h1{
	color: #00468c;
}


.footer{
	background: #1b1b1b;
	overflow: hidden;
}
.footer .w2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.foot1{
	width: 375px;
	color: #fff;
}
.foot1 h1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 30px;
}
.foot1 p{
	font-size: 14px;
	line-height: 30px;
}
.foot2{
	width: 470px;
	padding: 40px 60px 0;
	height: 205px;
    border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	margin-top: 28px;
}
.foot2 ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 1px solid #2b2b2b;
}
.foot2 ul li{
	width: 33.3%;
	text-align: center;
	margin-bottom: 5px;
}
.foot2 ul li a{
	color: #fff;
	font-size: 13px;
}
.foot2 form{
	display: flex;
	justify-content: center;
	margin-top: 33px;
}
.foot2 input{
	height: 55px;
	line-height: 55px;
	width: 80%;
}
#submit{
	width: 60px;
	background: #bd0f16 url(../images/ss-1.png)no-repeat center;
}
.foot3{
	display: flex;
	width: 260px;
	justify-content: space-between;
	margin-top: 60px;
}
.foot3 p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}


.yq{
	background: #222222;
	line-height: 60px;
	color: #fff;
	padding-left: 20px;
}
.yq a{
	color: #fff;
	margin-right: 10px;
}
.db{
	text-align: center;
	color: #fff;
}
.db p{
	line-height: 30px;
}