/*home-line1*/
.home-tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 50px 0px 30px 0px;
}
.home-tit .p1 {
	font-family: arial;
	font-weight: bold;
	line-height: 60px;
	overflow: hidden;
}
.home-tit .p1 .text-1 {
	font-size: 48px;
}
.home-tit .p1 .text-2 {
	font-size: 32px;
	margin-left: 10px;
}
.home-tit .p2 {
	width:1100px;
	height: 41px;
	font-size: 20px;
	color: #555;
	line-height: 41px;
	overflow: hidden;
	text-align: center;
	background: url(../image/tit-line.png) center no-repeat;
}

.home-tit2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.home-tit2 .p1 {
	font-family: "microsoft yahei";
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
}
.home-tit2 .p1 .text-2 {
	font-size: 32px;

	color: #00599F;
}
.home-tit2 .p2 {
	width:1100px;
	height: 41px;
	font-size: 15px;
	color: #555;
	line-height: 41px;
	overflow: hidden;
	text-align: center;
	background: url(../image/tit-line.png) center no-repeat;
}

.home-line1 {
    width: 1100px;
    height: auto;
    margin: 0 auto;
	padding-bottom: 55px;
    position: relative;
}
.home-line1 .home-tit .p1 .text-1 {
	color: #333;
}
.home-line1 .home-tit .p1 .text-2 {
	color: #00599F;
}
.home-about {
	width: 1100px;
	height: 420px;
	overflow: hidden;
	background:#f4f4f4 ;
}
.home-about .left{
	width: 420px;
	height: 420px;
	padding: 30px 0px 30px 30px;
	box-sizing: border-box;
	background-color: #d7d7d7;
	float: left;
}
.home-about .right{
	width: 500px;
	height: 420px;
	overflow: hidden;
	padding: 30px 0px;
	margin-right: 40px;
	box-sizing: border-box;
	float: right;
}
.home-about .right .about-tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0px;
}
.home-about .right .about-tit .p1 {
	width: 100%;
	height: 30px;
	overflow: hidden;
	display: block;
	font-family: arial;
	color: #00599F;
	clear: both;
}
.home-about .right .about-tit .p1 span {
	float: left;
}
.home-about .right .about-tit .p1 .ouya {
	width: 180px;
	height: 30px;
	background-color: #00599F;
	color: #fff;
	display: block;
	text-align: center;
}
.home-about .right .about-tit .p2 {
	color: #00599F;
	margin-top: 5px;
}

.home-about .right .about-content2 {
	line-height: 26px;
	height: 175px;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.home-about .right .about-more {
	width: 170px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #00599F;
	border-radius: 40px;
	display: block;
	margin-top: 10px;
}


/*home-line2*/
.home-line2-bg {
	width: 100%;
	height:617px;
	overflow: hidden;
	background: url(../image/home-bg1.jpg) center no-repeat;
}
.home-line2 {
    width: 1100px;
    height: auto;
	overflow: hidden;
    margin: 0 auto;
}
.home-line2 .home-tit .p1 .text-1 {
	color: #fff;
}
.home-line2 .home-tit .p1 .text-2 {
	color: #fff;
}
.home-news {
	width: 1100px;
	height: 396px;
	overflow: hidden;
	margin: 0 auto;
}
.home-news .left {
	width: 543px;
	height: 396px;
	overflow: hidden;
	float: left;
	position: relative;
}
.home-news .left .home-news-more {
	font-size: 12px;
	color: #999;
	position: absolute;
	z-index: 100;
	right: 25px;
	top: 308px;
}
.home-news .left .home-news-img {
	width: 543px;
	height: 270px;
	overflow: hidden;
	margin-top: 12px;
}
.home-news .left .home-news-img img {
	display: block;
}
.home-news .right {
	width: 542px;
	height: 396px;
	overflow: hidden;
	float: right;
}
.home-news .right ul li {
	width: 542px;
	height: 120px;
	background-color: #fff;
	margin-top: 12px;
}
.home-news .right ul li .news-img {
	width: 145px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.home-news .right ul li .news-img img {
	width: 115px;
	height: 88px;
	margin: 16px auto auto auto;
	display: block;
}
.home-news .right ul li .news-right {
	width: 365px;
	height: 120px;
	overflow: hidden;
	margin-right: 28px;
	float: right;
}
.home-news .right ul li .news-right .news-title {
	width: 365px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}
.home-news .right ul li .news-right .news-title:hover {
	color: #006e70;
}
.home-news .right ul li .news-right .news-content{
	width: 360px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	padding-right: 5px;
	color: #666;
}

.home-news-one {
	width: 543px;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
}
.home-news-one .news-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding:0px 25px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 15px;
}
.home-news-one .news-title:hover {
	color: #006e70;
}
.home-news-one .news-title span {
	font-size: 12px;
	color: #999;
	float: right;
}
.home-news-one .news-content {
	padding:0px 25px;
	overflow: hidden;
	line-height: 25px;
	box-sizing: border-box;
	font-size: 12px;
	color: #666;
}

/*home-line3*/
.home-line3-bg {
	width: 100%;
	min-width: 1100px;
	height: 645px;
	overflow: hidden;
	background: url(../image/home-bg2.jpg) center no-repeat;
}
.home-line3 {
	width: 1100px;
	height: 645px;
	overflow: hidden;
	margin: 0 auto;
}
.home-line3 .home-tit .p1 .text-1 {
	color: #222;
}
.home-line3 .home-tit .p1 .text-2 {
	color: #00599F;
}
.home-line3-main {
	width: 1100px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
}
.home-line3-main img {
	width: 354px;
	height: 200px;
	display: block;
}
.home-line3-main .about-1 {
	width: 354px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	float: left;
}
.home-line3-main .about-2 {
	width: 354px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px 19px;
	float: left;
}
.home-line3-main .about-3 {
	width: 354px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	float: right;
}
.home-line3-main .about-list {
	width: 100%;
	height: 200px;
}
.home-line3-main .about-list .about-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #00599F;
	text-align: center;
	margin-top:10px;
}
.home-line3-main .about-list .about-underline{
	width: 48px;
	height: 2px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ccc;
}
.home-line3-main .about-list .about-text{
	width: 310px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: auto;
	overflow: hidden;
	margin: 15px auto auto auto;
	text-indent: 2em;
}

/*home-line4*/
.home-line4 {
	width: 1100px;
	height:auto;
	padding: 50px 0px 60px 0px;
	overflow: hidden;
	margin: 0 auto;
}

.home-line4 { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.home-line4 .pro_ul { width:1080px; height:auto; overflow:hidden; margin:20px auto auto auto;}
.home-line4 .pro_ul li { width:190px; height:auto; float:left; margin:10px; border:1px solid #e9e9e9; -moz-box-shadow:0px 0px 5px #d8d7d7; -webkit-box-shadow:0px 0px 5px #d8d7d7; box-shadow:0px 0px 5px #d8d7d7; position:relative;}
.home-line4 .pro_ul li img { width:100%; height:auto; display:block; margin:0 auto;}
.home-line4 .pro_ul li p { width:100%; height:50px; line-height:50px; overflow:hidden; display:block; text-align:center; margin:0 auto; border-top:1px solid #e9e9e9;}
.home-line4 .pro_ul li a,.home-line4 .pro_ul li a:link,.home-line4 .pro_ul li a:visited { color:#333; font-size:15px;}
.home-line4 .pro_ul li a:hover { color:#241902; font-weight:bold;}

