@charset "utf-8";
.head{
	background-color: #fff;
	padding: 20px; 
}
.head .wid{
	display: flex;
	justify-content: space-between;
}
.head .logo{
	width: 300px;
}
.head .logo img{
	width: 100%;
}
.head .nav{
	
}
.head .txt{
	text-align: right;
	font-size: 12px;
}
.head .txt span{
	display: block;
}

/*main*/
.main{
	padding: 60px 0 0;
}
.main .main-a{
	display: flex;
	justify-content: space-between;
}
.main .main-a .l{
	width: 170px;
	background-color: #eeeeee;
}
.main .main-a .l ul li{
	height: 55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.main .main-a .l ul li.on{
	background-color: #fff;
	border-left: solid 6px #02913f;
	font-size: 16px;
	font-weight: bold;
	color: #025095;
}
.main .main-a .r{
	width: 1000px;
}
.main .main-a .r .item{
	display: flex;
	justify-content: space-between;
}
.main .main-a .r .item .info{
	width:450px;
	padding-top: 30px;
}
.main .main-a .r .item .info h2{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.main .main-a .r .item .info p{
	font-size: 16px;
	line-height: 26px;
}
.main .main-a .r .item .img{
	width: 500px;
}
.main .main-a .r .item .img img{
	width: 100%;
}
.main .main-b {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}
.main .main-b .l{
	width: 240px;
	background-color: #025095;
}
.main .main-b .l h2{
	font-size: 32px;
	color: #fff;
	padding-left: 15px;
	line-height: 3;
}
.main .main-b .r{
	width: 960px;
}
.main .main-b .r ul li{
	display: flex;
	justify-content: space-between;
}
.main .main-b .r ul li .info{
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}
.main .main-b .r ul li .info h3{
	font-size: 24px;
	color: #025095;
	line-height: 1.2;
}
.main .main-b .r ul li .info span{
	display: block;
	width: 10%;
	height: 1px;
	background-color: #025095;
	margin: 15px 0;
}
.main .main-b .r ul li .info p{
	font-size: 16px;
	line-height: 1.6;
}
.main .main-b .r ul li .img{
	width: 50%;
	height: 220px;
}
.main .main-b .r ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main .main-c{
	padding: 50px 0;
	background-image:url("../images/c01.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.main .main-c .wid{
	display: flex;
	justify-content: space-between;
}
.main .main-c .wid .scroll{
	width: 50%;
	background-color: #fff;
	padding: 2%;
	overflow: hidden;
}
.main .main-c .wid .scroll ul {
	display: flex;
	align-items: center;
}
.main .main-c .wid .scroll ul li{
	width: 220px;
}
.main .main-c .wid .scroll ul li img{
	width: 90%;
	transition: all ease .4s;
}
.main .main-c .wid .scroll ul li:hover img{
	transform: scale(1.1);
}
.main .main-c .wid h2{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #fff;
}
.main .main-d{
	padding: 60px 0;
}
.main .main-d h2{
	font-size: 32px;
	margin-bottom: 40px;
	color: #025095;
}
.main .main-d .con{
	display: flex;
	justify-content: space-between;
}
.main .main-d .con .l{
	width: 450px;
	padding: 25px;
	cursor: pointer;
}
.main .main-d .con .l a{
	display: block;
}
.main .main-d .con .l a .img{
	width: 100%;
	height: 290px;
	overflow: hidden;
	margin-bottom: 25px;
}
.main .main-d .con .l a .img img{
	width: 100%;
	margin-bottom: 25px;
	transition: all ease .4s;
}
.main .main-d .con .l a .info h3{
	font-size: 18px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .main-d .con .l a .info span{
	color: #888;
	margin: 15px 0;
	display: block;
}
.main .main-d .con .l a .info p{
	line-height: 1.6;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .main-d .con .l a .sort{
	padding: 25px 0 0;
	display: flex;
	justify-content: space-between;
}
.main .main-d .con .l a .sort span{
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 6px;
	padding: 3px 6px;
	line-height: 1.5;
	color: #888;
	font-size: 12px;
}
.main .main-d .con .l:hover{
	box-shadow: 0 0 10px 0px #cccc;
}
.main .main-d .con .l:hover .img img{
	transform: scale(1.1);
}
.main .main-d .con .l:hover a .info h3{
	color: #025095;
}
.main .main-d .con .r{
	width: 660px;
}
.main .main-d .con .r .item{
	border-bottom: solid 1px #ddd;
	padding: 25px;
	cursor: pointer;
}
.main .main-d .con .r .item a{
	display: block;
}
.main .main-d .con .r .item a h3{
	font-size: 18px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main .main-d .con .r .item a h3 em{
	font-size: 14px;
	color: #888;
	font-style: normal;
	font-weight: normal;
}
.main .main-d .con .r .item a p{
	color: #888;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .main-d .con .r .item a span{
	display: block;
	width: 50px;
	border: solid 1px #ddd;
	border-radius: 6px;
	text-align: center;
	line-height: 1.5;
	padding: 3px 6px;
	color: #888;
	font-size: 12px;
	margin-top: 20px;
}
.main .main-d .con .r .item:hover{
	box-shadow: 0 0 10px 0px #cccc;
}
.main .main-d .con .r .item:hover a h3{
	color: #025095;
}
.main-e{
	display: flex;
	justify-content: space-between;
}
.main-e .l{
	width: 50%;
	padding: 40px 0;
}
.main-e .l .con{
	width: 500px;
	margin-left: auto;
	margin-right: 100px;
}
.main-e .l .con h2{
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #025095;
}
.main-e .l .con span{
	display: block;
	width: 6%;
	height: 2px;
	background-color: #025095;
	margin: 15px auto;
}
.main-e .l .con p{
	line-height: 1.8;
	text-align: center;
	color: #444;
}
.main-e .l .con ul{
	margin-top: 40px;
	width: 100%;
}
.main-e .l .con ul li{
	border-bottom: solid 1px #ddd;
	margin-bottom: 25px;	
}
.main-e .l .con ul li i{
	color: red;
	padding-right: 8px;
}
.main-e .l .con ul li input{
	border: none;
	height: 30px;
	width: 80%;
}
.main-e .l .con ul li input:focus{
	outline: none;
}
.main-e .l .con ul li:nth-child(3){
	border-bottom: none;
	display: flex;
	align-items: center;
}
.main-e .l .con ul li:nth-child(3) input{
	width: 20px;
}
.main-e .l .con ul li:nth-child(3) em{
	font-size: 12px;
	color: #777;
	font-style: normal;
	padding: 0 10px;
}
.main-e .l .con ul li select{
	border: none;
	background: transparent;
	height: 35px;
	color: #777;
}
.main-e .l .con ul li select option{
	height: 35px;
	color: #777;
}
.main-e .l .con ul li textarea {
	border: none;
	width: 80%;
	height: 80px;
	font-size: 12px;
	outline: none;
}
.main-e .l .con ul button{
	width: 90%;
	margin: 0 5%;
	background-color: #4b4b4b;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	border: none;
}
.main-e .r{
	width: 50%;
	background-image: url("../images/e01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
}
.main-e .r h2{
	padding-left: 5%;
	font-size: 42px;
	color: #fff;
	line-height: 1.5;
}
/*smain*/
.smain{
	padding: 60px 0;
}
.smain .title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.smain .con{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}
.smain .con .item{
	border-bottom: solid 1px #ddd;
	padding: 25px;
	cursor: pointer;
}
.smain .con .item a{
	display: block;
}
.smain .con .item a h3{
	font-size: 18px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.smain .con .item a h3 em{
	font-size: 14px;
	color: #888;
	font-style: normal;
	font-weight: normal;
}
.smain .con .item a p{
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.smain .con .item a span{
	display: block;
	width: 50px;
	border: solid 1px #ddd;
	border-radius: 6px;
	text-align: center;
	line-height: 1.5;
	padding: 3px 6px;
	color: #888;
	font-size: 12px;
	margin-top: 20px;
}
.smain .con .item:hover{
	box-shadow: 0 0 10px 0px #cccc;
}
.smain .con .item:hover a h3{
	color: #025095;
}
.smain .con .detail-t{
	font-size: 20px;
}
.smain .con .detail-d{
	color: #888;
	margin: 15px 0;
	display: block;
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
}
/*foot*/
.foot{
	background-color: #353535;
	padding: 40px 0 20px;
	color: #a9a9a9;
}
.foot .wid{
	display: flex;
	justify-content: space-between;
}
.foot .l{
	
}
.foot .l h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.foot .l p{
	line-height: 1.8;
}
.foot .l img{
	width: 120px;
	margin-top: 15px;
}
.foot .c{
	width: 400px;
}
.foot .c img{
	width: 100%;
}
.foot .r{
	width: 200px;
}
.foot .copy{
	padding-top: 20px;
	text-align: center;
}
.foot .copy a{
	color: #a9a9a9;
}