@charset "UTF-8";
/*********index**********/
.banner_img_mobile {
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.mask {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 4;
    top: 0%;
    left: 0;
    background: url(../png/62ed61a2e7fea2d170a4231a5975dff82c497c3f.png) center;
	
	
	}

.swiper-slide-active .banner_img {
	visibility: visible;
	animation: zoom1 8s linear 0s infinite;
    -webkit-animation: zoom1 8s linear 0s infinite;
    -moz-animation: zoom1 8s linear 0s infinite;
}
@-webkit-keyframes zoom1{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes zoom1{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}
@keyframes zoom1{
0%{transform:scale(1)}
50%{transform:scale(1.1)}
100%{transform:scale(1)}
}

 @-webkit-keyframes scale-bg {
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
 100% {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
@keyframes scale-bg {
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
 100% {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
.banner_mid {
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 30%;
	text-align: left;
}
.banner_mid_1 {
	margin-bottom: 0.25em;
	font-size: 4rem;
	color: #fff;
	
	text-shadow: 0 0 10px #4d4d4d;
	-webkit-text-shadow: 0 0 10px #4d4d4d;
	-moz-text-shadow: 0 0 10px #4d4d4d;
	-o-text-shadow: 0 0 10px #4d4d4d;
}
.banner_mid_2 {
	font-size: 1.8rem;
	color: #fff;
	text-shadow: 0 0 10px #4d4d4d;
	-webkit-text-shadow: 0 0 10px #4d4d4d;
	-moz-text-shadow: 0 0 10px #4d4d4d;
	-o-text-shadow: 0 0 10px #4d4d4d;
}
.banner_mid_3 {
	width: 10%;
	height: 6px;
	background: #006ab6;
	text-align: center;
	margin: 2% auto 0 auto;
}
.indexbanner .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	background-image: url(../png/2bceb1a9679fcef4f8a18afe172062e792e7275c.png);
	opacity: 1;
	width: 65px;
	height: 3px;
	position: relative;
}
.indexbanner .swiper-pagination-bullet i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
}
#swiper-pagination-index-banner {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 3%;
}
.swiper-pagination-index-banner {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.banner_mid_1 {
 
}
.index01 {
	width: 100%;
	background: #f5f5f5;
	padding: 0 0 5% 0;
}
.index01 .titles h5 {
	color: #efefef
}
.index01 .products {
	overflow: hidden;
	margin-top: 3%;
}
.index01 .pro_c {
	margin-bottom: 2%;
	height: 425px;
}
.index01 .pro1 {
	width: 73%;
	position: relative;
	height: 100%;
}
.index01 .pro1:after {
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	background: url(../png/2b2217439b8f311790ed6580e2b66589f8f95c49.png) center no-repeat;
	background-size: cover;
}
.index01 .pro1 .des {
	position: relative;
	z-index: 4;
	padding: 6%;
}
.index01 .pro1 .des p {
	margin: 3% 0;
	width: 60%;
	line-height: 36px;
}
.index01 .tabs_2 {
	width: calc(100% - 75%);
	background: #fff;
	height: 100%;
}
.index01 .tabs_2 li {
	width: 100%;
	line-height: 70px;
	border-bottom: 1px solid #f5f5f5
}
.index01 .tabs_2 li:last-child {
	border-bottom: none
}
.index01 .tabs_2 li a {
	display: block;
	width: 100%;
	padding: 0 5%;
	cursor: pointer;
	overflow: hidden
}
.index01 .tabs_2 li .tt i {
	margin-right: 10px;
	font-style: normal;
}
.index01 .tabs_2 li a:hover, .index01 .tabs_2 li.active a {
	background: #1b3884
}
.index01 .tabs_2 li a:hover .tt, .index01 .tabs_2 li.active a .tt {
	color: #fff
}
.index01 .tabs_2 li .tt {
	width: 85%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	float: left;
}
.index01 .tabs_2 li .pic {
	display: inline-block;
	float: right;
	position: relative;
	width: 21px;
	height: 21px;
	margin-top: 25px;
	overflow: hidden;
}
.index01 .tabs_2 li .pic img {
	display: inline-block;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.index01 .tabs_2 li .pic .img2 {
	left: 0;
}
.index01 .tabs_2 li .pic .img1 {
	left: -100%;
}
.index01 .tabs_2 li a:hover .img1, .index01 .tabs_2 li.active a .img1 {
	left: 0;
}
.index01 .tabs_2 li a:hover .img2, .index01 .tabs_2 li.active a .img2 {
	left: 100%;
}
.index01 .pro2 .list li {
	display: none
}
.index01 .pro2 .list ul li.active {
	display: block;
}
.pro2 .list a {
	display:block;
	width:100%;
	float: left;
	background: #fff;
	text-align: center;
	border: 1px solid #e3e2e2;
}

.pro2 .list dd:nth-child(2) {
	margin: 0 2%;
}
.pro2 .list a .text dd {
	width: 100%;
	line-height: 26px;
	color: #828282;
	margin: 4% 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:52px;
}
.index02 {
	width: 100%;
	margin: 3% 0 0 0;
	position: relative;
}
.index02:after {
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	background: url(../png/d05cf037bde9b41016b3afa04366021351c80e80.png) center no-repeat;
	background-size: cover;
}
.inbg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.inbg div, .pro1 div {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inbg div:first-child, .pro1 div:first-child {
	display: block;
}
.index02 .intrs {
	width: 100%;
	padding: 8% 0;
}
.index02 .intrs .list {
	width: 100%
}
.index02 .intrs .list ul {
	width: 100%;
	margin: 0
}
.index02 .intrs .list ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	display: none
}
.index02 .intrs .list ul li .num h1 {
	display: inline-block;
	background: #fff;
	color: #1b3884;
	font-weight: 500;
	padding: 0 5px;
}
.index02 .intrs .list ul li .num h2 {
	color: #fff;
	font-weight: 600;
}
.index02 .intrs .list ul li .text {
	width: 100%;
	overflow: hidden;
	margin-bottom: 6%;
}
.index02 .intrs .list ul li .text h3 {
	line-height: 84px;
	color: #fff;
	margin: 0
}
.index02 .intrs .list ul li .text small {

    text-transform: uppercase;
}
.index02 .intrs .list ul li .text p {
	width: 100%;
	color: #fff;
	line-height: 30px;
	text-align: justify;
}
.index02 .intrs .list ul li .more, .index01 .pro1 .more {
	float: left;
	display: block;
}
.index02 .intrs .list ul li .more a, .index01 .pro1 .more a {
	display: inline-block;
	width: 160px;
	border: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}
.index02 .intrs .list ul li .more a:hover, .index01 .pro1 .more a:hover {
	text-decoration: none;
	background: #ec0f0f;
	border-color: #ec0f0f;
}
.index02 .intrs .list ul li .more a img, .index01 .pro1 .more a img {
	margin-left: 10px;
	margin-top: -1px;
}
.index02 .intrs .list ul li.active {
	display: flex
}
.index02 .tabs {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.4);
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.index02 .tabs ul {
	margin: 0;
	width: 100%
}
.index02 .tabs ul li {
	float: left;
	width: 20%;
	border-left: 1px solid rgba(255,255,255,0.4);
	padding: 2% 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.index02 .tabs ul li:last-child {
	border-right: 1px solid rgba(255,255,255,0.4);
}
.index02 .tabs ul li .ico {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.index02 .tabs ul li .txt {
	width: 100%;
	line-height: 38px;
	color: #fff;
	text-align: center
}
.index02 .tabs ul li.active {
	background-color: #1b3884
}
.index03 {
	width: 100%;
	padding: 2% 0 5% 0;
}
.titles {
	width: 100%;
}
.titles h5 {
	font-weight: 500;
	text-transform: uppercase;
	color: #f6f7f9;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
}
.titles h3 {
	position: relative;
	color: #333;
}
.titles h3 span {
	color: #1b3884;
	position: relative;
	padding-right: 40px;
}
.titles h3 span:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #1b3884;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	content: "";
	bottom: 45%;
	right: 20px
}
.titles p {
	color: #9f9f9f;
	margin-top: 1%
}
.index03 .number {
	width: 100%;
	margin: 3% 0;
}
.index03 .number .item {
	display: inline-block;
	margin: 0 3%;
}
.index03 .number .item .nums {
	width: 100%;
	font-weight: 500;
	color: #ec0f0f
}
.index03 .number .item .nums small {
	font-weight: bold;
	position: relative;
}
.number .txts {
	width: 100%;
	line-height: 28px;
	color: #666
}
.index03 .maps {
	width: 100%;
	float: left
}
.index03 .maps img {
	width: 100%
}


.index_3_2_mid {
	position: relative;
}
.index_3_2_mid_1 {
	overflow: hidden
}
.index_3_2_mid_1 img {
	width: 100%;
}
.index_3_2 .swiper-slide {
padding: 0 calc((100vw - 1286px) * 0.0175);
	width: 686px;
}
.index_3_2_mid_1 {
	overflow: hidden;
	position: relative;
}
.index_3_2_mid_1 img {
	width: 100%;
}
.index_3_2_mid_1:after {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-position: center top;
	background-repeat: repeat;
	
	background-image: url(../png/746a50cc3fa918e10656232652a957fffec10a88.png);
	content: '';
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 0;
	z-index: 1;
	
	transition-delay: .7s;
}
.swiper-slide-active .index_3_2_mid_1:after {
	height: 100%;
}
.index_3_2_mid_footer {
	position: absolute;
	left: 0;
	bottom: 48%;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: #fff;
}
.index_3_2_mid_footer_mid_1 {
	position: relative;
	
	transition: 1.5s cubic-bezier(.14, 1, .34, 1);
	opacity: 0;
	transform: translateY(100px);
}
.index_3_2_mid_footer_mid_2 {
	position: relative;

	line-height: 1.8;
	margin-top: 1.38em;
	transition: 1.5s cubic-bezier(.14, 1, .34, 1);
	opacity: 0;
	transform: translateY(100px);
	transition-delay: .4s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.swiper-slide-active .index_3_2_mid_footer_mid_1, .swiper-slide-active .index_3_2_mid_footer_mid_2 {
	opacity: 1;
	transform: translateY(0px);
}
.index_3_2_mid_footer_mid {
	margin: 0 14%;
}


.swiper-slide_mid_2_left {
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	width: 2.5em;
	height: 2.5em;
	background-image: url(../png/c34a1b5eebc047eb2c88db20b5b3d204769fa03c.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#my_left {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#my_right {
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}
#my_left:after {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background-image: url(../png/c34a1b5eebc047eb2c88db20b5b3d204769fa03c.png);
	content: '';
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#my_right:after {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background-image: url(../png/52a7045073a38403ddb2dbf75163d63f01b9df16.png);
	content: '';
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-slide_mid_2_right {
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	right: 10%;
		width: 2.5em;
	height: 2.5em;
	background-image: url(../png/52a7045073a38403ddb2dbf75163d63f01b9df16.png);
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


@media screen and (max-width:1200px) {

.swiper-slide_mid_2_left, .swiper-slide_mid_2_right {
    font-size: .9em;
}
}


@media screen and (max-width:768px) {
.index_3_2_mid_footer {
    bottom: 1em;
}
.swiper-slide_mid_2_left, .swiper-slide_mid_2_right {
    font-size: .7em;
}

}







.index04 {
	width: 100%;
}
.index04 .titles {
	margin-top: 6%;
}
.index04 .titles h5 {
	color: rgb(255, 255, 255, .2)
}
.index04 .titles h3, .index04 .titles h3 span, .index04 .titles p {
	color: #fff;
}
.index04 .titles h3 span:after {
	background: #fff
}
.index04 .part1 {
	height: 650px;
	position: relative
}
.index04 .part1 .cont {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	background: #ffffff;
	width: 60%;
	padding: 4% 8% 6% 4%;
	height: 520px;
}
.part1 .cont .cont_c {
	margin: 6% 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.part1 .cont .cont_c p {
	line-height: 32px;
}
.index04 .part1 .left {
	width: 70%;
	background: url(../jpg/3d7fb4579e072675d71dc8a4d599ec960c819e05.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}
.index04 .part1 .right {
	width: calc(100% - 70%);
	background: #f7f7f7;
	height: 100%;
}
.index04 .number li {
	width: 25%;
	float: left;
	background: #f3f3f3;
	text-align: center;
	padding: 2%;
	min-height: 150px;
}
.index04 .number li:nth-child(2n) {
	background: #e7e7e7
}
.index04 .number li small {
	background: #ec0f0f;
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
}
.index05 {
	width: 100%;
	padding: 2% 0 5% 0;
}
.index05 .conts {
	width: 100%;
	margin: 4% 0 0 0;
}
.index05 .conts .swipers {
	position: relative;
	float: left;
	width: 100%;
}
.index05 .conts .item {
	width: 100%;
	position: relative;
	background: #f6f7f9;
	overflow: hidden;
}
.index05 .conts .item .time {
	background-color: #ec0f0f;
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 10px;
	z-index: 8;
	text-align: center;
}
.index05 .conts .item .time small {
	display: block;
	color: #fff
}
.index05 .conts .item .time span {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}
.pro2 .list a .imgs{
	
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;	
}
.index05 .conts .item .imgs {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}
.index05 .conts .item .imgs img, .pro2 .list a .imgs img {
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.index05 .conts .item .text, .pro2 .list a .text {
	width: 100%;
	padding: 8% 5%;
}
.index05 .conts .item .text h5, .pro2 .list a .text h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.index05 .conts .item .text dd {
	width: 100%;
	line-height: 26px;
	color: #828282;
	margin: 4% 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.mores {
	display: inline-block;
	background: #1b3884;
	padding: 5px 25px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
}
.mores:after {
	background: #ec0f0f;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.mores small {
	position: relative;
	z-index: 2;
	color: #fff;
}
.mores:hover:after, .index05 .conts .item a:hover .mores:after, .pro2 .list a:hover .mores:after {
	width: 100%;
}
.mores img {
	margin-left: 15px;
}
.index05 .conts .item a {
	display: block;
	width: 100%;
}
.index05 .conts .item a:hover .imgs img, .pro2 .list a:hover .imgs img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.index05 .conts .item a:hover .text h5 {
	color: #ec0f0f
}
 @media screen and (max-width:1440px){
.banner_mid_1 img{width:55%;}


}
 @media screen and (max-width:1200px) {
.index01 .pro_c {
	height: 335px;
}
.index01 .pro1 .des p {
	width: 85%;
}
.index01 .tabs_2 li {
	line-height: 55px
}
.index01 .tabs_2 li .pic {
	margin-top: 18px
}
.index04 .part1 {
	height: 550px;
}
.index04 .part1 .cont {
	height: 420px;
}
.index03 .number .item .nums {
	line-height: 50px;
	height: 50px
}
.index03 .number .item .txts {
	line-height: 22px
}
.index03 .number .item .nums i {
	top: -10px
}
.index05 .conts .item .time {
	left: 16px;
	top: 16px;
	width: 72px;
	height: 72px;
	padding: 8px
}
.index05 .conts .swipers .swiper-button-prev, .index05 .conts .swipers .swiper-button-next {
	width: 50px;
	height: 50px;
}
.index05 .conts .swipers .swiper-button-prev {
	right: 85px;
}
.index05 .conts .swipers .swiper-button-prev::after, .index05 .conts .swipers .swiper-button-next::after {
	line-height: 50px;
}
}
 @media screen and (max-width:1024px) {
.index04 .part1 .left {
	width: 100%;
}
.index04 .part1 .right {
	display: none
}
.index04 .part1 .cont {
	height: auto;
	padding: 5%;
	width: 100%;
	background: rgb(255, 255, 255, .8);
}
.part1 .cont .cont_c {
	margin: 3% 0
}
}
 @media screen and (max-width:768px) {
	 #header{position:fixed}
.video_2{display:block}
.banner_img_mobile{display:block;}
.banner_mid_1 img{width:45%;}
.indexbanner {
    margin-top: 4em;
}
.indexbanner .swiper-pagination-bullet{width:35px;}
.banner_mid{top:20%}
.titles h5 {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
}
.mores {
	padding: 1px 15px
}
.index01 .pro_c {
	height: auto
}
.index02 .tabs .wrap {
	margin: 0;
}
.index01 .tabs_2 {
	width: 100%;
}
.index01 .pro1 {
	height: 210px;
	width: 100%;
}
.index01 .pro1 .des {
	padding: 3%;
}
.index01 .pro1 .des p {
	width: 100%;
	line-height: 26px;
}
.index02 .intrs .list ul li .more a, .index01 .pro1 .more a {
	width: 120px;
	line-height: 30px
}
.index04 .part1 {
	height: 500px;
}
.pro2 .list dd {
	width: 49%;
	margin-right: 2%;
}
.pro2 .list dd:nth-chid(2n) {
margin-right:0
}
.pro2 .list dd:nth-child(2) {
	margin: 0
}
.pro2 .list dd:nth-child(3){
	display: none;
}
.index01 .tabs_2 li {
	width: 33.33%;
	float: left;
}
.index02 .tabs ul li {
	width: 33.33%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.index02 .intrs .list ul li .text h3 {
	line-height: 40px
}
.index02 .intrs .list ul li .text p {
	line-height: 26px;
	margin-top: 20px
}
.index02 .intrs .list ul li .more a {
	background-color: rgba(255,255,255,0.5);
	border: none;
	opacity: 1;
	color: #fff;
	line-height: 40px;
	width: 120px;
}
.mores img {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7)
}

.index04 .number li {
	width: 50%;
	min-height: 100px;
}
}
 @media screen and (max-width:480px) {
.index01 .tabs_2 li {
	width: 100%;
}
.index01 .pro1 .des p {
	font-size: 14px;
	line-height: 22px
}
.index01 .tabs_2 li {
	line-height: 40px;
}
.index01 .tabs_2 li .pic {
	margin-top: 10px;
}
.index02 .tabs ul li {
	width: 50%;
}
.index02 .tabs ul li:nth-child(2n) {
	border-right: 1px solid rgba(255,255,255,0.4);
}
.index04 .part1 {
	height: 400px;
}
.part1 .cont .cont_c p {
	line-height: 26px;
}
}
