@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

.banner {
	width: 100%;
	margin-bottom: 55px;
}

.banner img {
	display: block;
	width: 100%;
}

.index2-title {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}

.index2-title span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-top: 4px;
}

.index2-main01 {
	width: 78%;
	min-width: 1200px;
	margin: 45px auto 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.index2-main01 .list {
	width: 12%;
	text-align: center;
}

.index2-main01 .list p.t1 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.index2-main01 .list p.t2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}

.index2-main01 .list:hover p.t2,
.index2-main01 .list.hover p.t2 {
	color: #009de6;
}

.index2-main02 {
	width: 100%;
	margin-bottom: 55px;
}

.index2-main02 .list {
	width: 100%;
	display: none;
}

.index2-main02 .list img {
	display: block;
	width: 100%;
}

.index2-main02 .list.hover {
	display: block;
}

.index2-main03 {
	width: 78%;
	min-width: 1200px;
	margin: 55px auto;
	position: relative;
}

.index2-main03 .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #161616;
}

.index2-main03 .pic {
	width: 70%;
}

.index2-main03 .pic img {
	display: block;
	width: 100%;
}

.index2-main03 .text {
	width: 30%;
	padding: 30px;
	background-color: #161616;
}

.index2-main03 .text p.t1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 25px;
}

.index2-main03 .text .t2 {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.8;
}

.index2-main03 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -40px;
}

.index2-main03 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -40px;
}

.index2-main04 {
	width: 78%;
	min-width: 1200px;
	margin: 55px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index2-main04 .list {
	width: 32%;
	margin-bottom: 20px;
	border: solid 1px #e9e9e9;
	transition: all .5s ease;
	background-color: #f8f8f8;
	padding-bottom: 15px;
}

.index2-main04 .list p.t1 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;

}

.index2-main04 .list p.t1 span {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index2-main04 .list p.t1:after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.index2-main04 .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;

}

.index2-main04 .list p.t2 {
	width: 90%;
	margin: auto;
	font-size: 24px;
	color: #222;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #e9e9e9;
	padding-bottom: 6px;
}

.index2-main04 .list p.t3 {
	margin-top: 10px;
	color: #848484;
	font-size: 14px;
	padding: 0 5%;
	line-height: 1.7;
	text-align: center;
}

.index2-main04 .list:hover {
	background-color: #009de6;
}

.index2-main04 .list:hover p.t1 {}

.index2-main04 .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index2-main04 .list:hover p.t1:after {
	display: block;
}

.index2-main04 .list:hover p.t2,
.index2-main04 .list:hover p.t3 {
	color: white;
}

.index2-main05-w {
	width: 100%;
	margin-bottom: 55px;
	padding: 45px 0px 0px;
	background-color: #eeeeee;
	border-bottom: 3px solid #eeeeee;
}
.index2-main055{
	width: 100%;
	padding: 55px 0;
	margin: 40px auto 55px;
	background-color: #ffffff;
}
.index2-main05 {
	width: 78%;
	min-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFFFFF;
	position: relative;
}

.index2-main05 .left {
	width: 50%;
}

.index2-main05 .left img {
	display: block;
	width: 100%;
}
.index2-main05 .right-w{
	width: 78%;
	min-width: 1200px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.index2-main05 .right {
	width: 50%;
	padding: 50px 5%;
}

.index2-main05 .right .t1 {
	color: #161616;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.index2-main05 .right .t2 a {
	display: block;
	width: 120px;
	background-color: #009de6;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.index2-main06 {
	width: 100%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.index2-main06 .left {
	width: 45%;
	background-color: #161616;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index2-main06 .left .t1 {
	width: 60%;
	margin: auto;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.index2-main06 .left .t2 {
	width: 60%;
	margin: auto;
}

.index2-main06 .left .t2 a {
	display: block;
	width: 120px;
	background-color: #009de6;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.index2-main06 .left02{
		width: 45%;
	background-color: #161616;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.index2-main06 .left02 .fromlist{
	display: block;
	width: 70%;
		position: absolute;
}
.index2-main06 .left02 .fromlist .tits {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}


.index2-main06 .left02 .list-w{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index2-main06 .left02 .list-w .list{
	width: 48%;
	margin-bottom: 20px;
}
.index2-main06 .left02 .list-w .list p.t1{
	color: #0093da;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
}
.index2-main06 .left02 .list-w .list p.t1 span{
	color: #009de6;
	margin-left: 5px;
}
.index2-main06 .left02 .list-w .list p.t2{
	position: relative;
	display: block;
}
.index2-main06 .left02 .list-w .list p.t2 input{
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
.index2-main06 .left02 .list-w .list p.t2 input:focus{
	border: 1px solid #009de6;
}
.index2-main06 .left02 .list-w .list2{
	width: 100%;
}
.index2-main06 .left02 .list-w .list p.t2 textarea{
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	display: block;
	width: 100%;
	height: 80px;
	padding: 10px;
}
.index2-main06 .left02 .list-w .list button{
	width: 140px;
	border: 1px solid #009de6;
	background-color: #009de6;
	color: #FFFFFF;
	height: 45px;
	border-radius: 5px;
	cursor: pointer;
}





/**/



.index2-main06 .right {
	width: 55%;
	position: relative;
}

.index2-main06 .right>img {
	display: block;
	width: 100%;
}

.index2-main06 .right .list-w {
	width: 60%;
	height: 70%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.index2-main06 .right .list {
	width: 100%;
	height: 100%;
	padding-top: 40px;
	background-color: rgba(0, 0, 0, .7);
}

.index2-main06 .right .list p.t1 {
	text-align: center;
	color: #0093da;
	margin-bottom: 15px;
	font-size: 48px;
}

.index2-main06 .right .list p.t1 i {
	font-size: 48px;
}
.index2-main06 .right .list p.t2{
	color: #0093da;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.index2-main06 .right .list p.t3{
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index2-main06 .right .list p.t3 span{
	width: 49%;
	display: block;
	color: #fefefe;
	line-height: 40px;
	font-size: 14px;
}
.index2-main06 .right .list p.t4{
	color: #fefefe;
	line-height: 1.6;
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
}
.index2-main07-w{
	width: 100%;
	background-color: #f0f0f0;
	padding: 50px 0 60px;
	margin-bottom: 60px;
}
.index2-main07{
	width: 78%;
	min-width: 1200px;
	padding: 30px;
	margin: 55px auto 0px;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px #ccc;
}
.index2-main07 .tits{
	color: #161616;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}
.index2-main07 .tits span{
	display: block;
	margin-top: 5px;
	color: #848484;
	font-size: 14px;
	font-weight: normal;
}
.index2-main07 .left{
	width: 49%;
}
.index2-main07 .left .news01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.index2-main07 .left .news01 .pic{
	width: 30%;
}
.index2-main07 .left .news01 .pic img{
	display: block;
	width: 100%;
}
.index2-main07 .left .news01 .text{
	width: 68%;
	padding-top: 10px;
}
.index2-main07 .left .news01 .text p.t1{
	color: #161616;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.index2-main07 .left .news01 .text p.t2{
	font-size: 13px;
	color: #848484;
	margin-bottom: 12px;
	line-height: 1.6;
}
.index2-main07 .left .news01 .text p.t3{
	color: #848484;
	font-size: 13px;
}
.index2-main07 .left .news01:hover .text p.t1{
	color: #009de6;
}
.index2-main07 .left .news02{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index2-main07 .left .news02 .times{
	font-size: 15px;
	color: #848484;
	width: 100px;
}
.index2-main07 .left .news02 .text{
	width: calc(100% - 110px);
}
.index2-main07 .left .news02 .text p.t1{
	color: #161616;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.index2-main07 .left .news02 .text p.t2{
	font-size: 13px;
	color: #848484;
	margin-bottom: 12px;
}
.index2-main07 .left .news02:hover p.t1{
	color: #009de6;
}
.index2-main07 .right{
	width: 49%;
}
.index2-main07 .right .list-w{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index2-main07 .right .list-w .list{
	width: 48%;
	margin-bottom: 20px;
}
.index2-main07 .right .list-w .list p.t1{
	color: #161616;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
}
.index2-main07 .right .list-w .list p.t1 span{
	color: #009de6;
	margin-left: 5px;
}
.index2-main07 .right .list-w .list p.t2{
	position: relative;
	display: block;
}
.index2-main07 .right .list-w .list p.t2 input{
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
.index2-main07 .right .list-w .list p.t2 input:focus{
	border: 1px solid #009de6;
}
.index2-main07 .right .list-w .list2{
	width: 100%;
}
.index2-main07 .right .list-w .list p.t2 textarea{
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	display: block;
	width: 100%;
	height: 80px;
	padding: 10px;
}
.index2-main07 .right .list-w .list button{
	width: 140px;
	border: 1px solid #009de6;
	background-color: #009de6;
	color: #FFFFFF;
	height: 45px;
	border-radius: 5px;
	cursor: pointer;
}

.index2-main08{
	width: 78%;
	min-width: 1200px;
	height: 330px;
	margin: 50px auto 66px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index2-main08 .swiper{
	height: 100%;
}
.index2-main08 .list{
	height: calc((100% - 40px) / 2);
	display: flex;
	justify-content: center;
}
.index2-main08 .list img{
	height: 120px;
}
/**/

.swiper-right{
	display: block;
	width: 44px;
	height: 86px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
	right: 10px;
	background-image: url(../images_index/arrow_right.png)
}
.swiper-left{
	display: block;
	width: 44px;
	height: 86px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
	left: 10px;
	background-image: url(../images_index/arrow_left.png)
}
.index2-main03 .swiper-right{
	right: -55px;
}
.index2-main03 .swiper-left{
	left: -55px;
}

@media (max-width: 1400px) {
    .index2-main06 .right .list-w{
    	height: 80%;
    }
    .index2-main05 .right .t1{
    	font-size: 16px;
    }
}