﻿/* 在线咨询 */
.onlines {
	width: 40px;
	position: fixed;
	z-index: 1300;
	right: 10px;
	top: 55%;
	background: #0033A3;
	border-radius: 7px;
}

.onlines img {
	width: 30px;
	height: 30px;
	display: block;
	margin: 10px auto;
}

.onlines a {
	display: block;
	color: #FFFFFF;
	width: 100%;
	font-size: 21px;
	text-align: center;
	margin: 0 auto 10px;
	line-height: 26px;
}




/* 向下 */
.scroll-down span{
	position: absolute;
    bottom: 45px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 7777;
	cursor: pointer;
}
.scroll-down span::before{
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    -moz-animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.scrollfan span{
	border: 2px solid #333333;
}
.scrollfan span::before{
	background-color: #333333;
}
.scrollfan .shubiaowz{
	color: #333333;
}

.shubiaowz{
	position: absolute;
    bottom: 16px;
    color: #ccc;
    font-size: 12px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 7777;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



/* .section{
        height: 100%;
        opacity: 0;
    }
   
    .section.active{
        position: relative;
        z-index: 666;
        opacity: 1;
    }
  */


/* .section.active {
        position: relative;
        z-index: 666;
    } */

/*  导航版心 */
.w1290 {
	width: 1290px;
	margin: 0 auto;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

/* 导航样式 */
.nav-home{
	width: 25px;
	display: block;
}
.nav-home img{
	max-width: 100%;
}
#header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	padding: 30px 0 20px 0;
	/* box-shadow: 0 -7px 10px 0 rgba(0,0,0,0.5); */
}

#header .logo {
	width: 240px;
	height: 62px;
	background: url("../image/sprites.png") 0px -106px;
	/* margin-right: 195px; */
}
.first-box:after{ display:block; content:''; clear:both;}

#header .logo.active {
	background: url("../image/sprites.png") 0px -187px;
}

#header .nav .first-box>li{
	float: left;
	display: block;
	position: relative;
}
#header .nav{ padding:15px 0;}

#header .nav .first-box li a{
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 0 55px;
	line-height: 28px;
	display: block;
}
/* #header .nav>.first-box>li>a:hover{
	color: #00479D;
} */
/* .a-acted::after,#header .nav>.first-box>li>a:hover::after{
	content: '';
	width: 35px;
	height: 1px;
	margin: 3px auto 0;
	background: #FFFFFF;
	display: block;
} */

#header .nav li a.active {
	color: #303e48;
}

.nav-item {
	margin-top: 5px;
	margin-left: 30px;
}

.nav-item .menu {
	width: 22px;
	height: 19px;
	display: inline-block;
	background: url("../image/sprites.png") -68px -15px;
	cursor: pointer;
}

.nav-item .menu.active {
	background: url("../image/sprites.png") -274px -17px;
}

.nav-item .search {
	width: 21px;
	height: 25px;
	display: inline-block;
	background: url("../image/sprites.png") -156px -15px;
	margin: 0 30px;
	cursor: pointer;
}
.nav-item .h_other{ display:inline-block;}

.nav-item .h_other{
	
	border-radius:25px;
	background:#fff;
	border:1px solid rgba(255,255,255,0.8);
	padding:5px 15px;
	margin-top:8px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.nav-item .h_other .ll{
	float:left;
	margin-left:0px;
	color:#fff;
	font-size:1.2rem;
	margin-top:6px;
	}
header .h_other .ll.tel{
	font-size:14px;
	color:#333;
	margin:0 5px;
	line-height: 20px;
	}
header .h_other .ll.active{
	color: #104da3;
}
header.active .h_other{
	background:#12408b;
	border:1px solid #12408b;
	}
header.active .h_other .ll.tel{
	color:#fff;
	}
header.active .h_other .ll.active{
	color:#fff;
	}
header .nav-btn {
	display: none;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
header .nav-btn span {
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	margin: 6px 0;
}








.nav-item .search.active {
	background: url("../image/sprites.png") -157px -57px;
}

.nav-item .link {
	
	cursor: pointer;
}

.nav-item .link.active {
	background:#104da3;
}
header .nav-item .link.active .ll.active{ color:#fff;}
header .nav-item .link.active .ll.tel{ color:#fff;}
header .nav-item .link.active{ border:#104da3;}


.nav{
	position: relative;
}




@media screen and (max-width:1480px) {
	#header .nav .first-box li a{ padding:0 30px;}
}
@media screen and (max-width:1200px) {
	#header .nav .first-box li a{ padding:0 15px;}
}

/* 导航下拉菜单 */
.pro-slideBox{
	display: none;
	background: #FFFFFF;
    width: 165px;
    border-radius: 2px;
    position: absolute;
    top: 41px;
    left: 20%;
    padding-top: 10px;
}
.pro-slideBox::before{
	content: '';
    width: 0;
    height: 0;
    display: block;
    border-right: 5px transparent solid;
    border-bottom: 6px #FFFFFF solid;
    border-left: 5px transparent solid;
    position: absolute;
    top: -6px;
    left: 20px;
}
.pro-slideBox li a{
	display: block;
    font-size: 14px;
	color: #666666 !important;
	padding: 12px 0 12px 15px !important;
	border-bottom: 2px #F8F8F8 solid;
}
.pro-slideBox li:last-child a{
	border-bottom: none;
}
.pro-slideBox li a:hover{
	color: #104da3 !important;
}










/* 搜索 */
.search-slide {
	width: 100%;
	height: 100%;
	background-color: rgba(16, 77, 163, 0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1000;
}

.search-slide span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: url("../image/close.png") no-repeat center;
}

.search-slide input[type="text"] {
	width: 715px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	color: #000;
	font-size: 30px;
	line-height: 60px;
	text-indent: 1em;
}

#form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-slide input[type="text"]::placeholder {
	color: #000;
}

.search-slide input[type="submit"] {
	border: none;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("../image/sprites.png") -157px -60px;
	position: absolute;
	top: 50%;
	right: 2%;
	text-indent: -72px;
	transform: translate(-50%, -50%);
	cursor: pointer;
}






/* 上面是旋转样式 */
/* 第一屏样式  -----banner  css*/
.w1760 {
	width: 100%;
	max-width:1680px;
	margin: 0 auto;
}

.w1200 {
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
}

/* #section0 {
	position: relative;
	background: url("../banner.jpg") no-repeat center;
	background-size: cover;
} */
.banimgbox{
	width: 100%;
	height: 100%;
}
.banimgbox img{
	width: 100%;
	height: 100%;
}

.slide1 {
	height: 100%;
}

.slide2 {
	height: 100%;
	transform: translateY(-22px);
	position: relative;
}

.slide2 video,
.slide1 video {
	height: 100%;
 	object-fit: cover;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


.slide2-shodow {
	width: 100%;
	height: 103%;
	background: rgba(3, 50, 182, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.banner-main {
	width: 888px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	text-align: center;
	width:90%;
}
/*bannerxiaoguo*/
.ban1{ display:flex; flex-wrap:wrap; max-width:1200px; margin:0 auto;}
.ban1 li{ display:inline-block; width:33.333%; font-size:20px; color:#fff;}

@media screen and (max-width:960px) {
	.ban1{ display:none;}
	}
/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes sma{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

#section0 .swiper-slide-active .banner-main *{visibility: visible; 
	-webkit-animation:fadeInUp 0.6s linear forwards;
	animation:fadeInUp 0.6s linear forwards;}


#section0 .swiper-slide-active video{
	visibility: visible; 
	-webkit-animation:scale-bg 4s linear forwards;
	animation:scale-bg 4s linear forwards;
}









.banner-main h3 {
	font-size: 54px;
	color: #ffffff;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 1s;
	-webkit-transition: all 1s;
	letter-spacing: 8px;
	opacity: 0;
	line-height:1;
}

.banner-main h3.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.banner-main p {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}

.banner-main p.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.banner-main span {
	display: inline-block;
	font-size: 77px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 87px;
}

.banner-main a {
	display: inline-block;
	width: 158px;
	
	border: solid 1px #ffffff;
	color: #fff;
	padding: 8px 17px;
	text-indent: 1em;
	box-sizing: border-box;
	text-align: left;
	transform: translateY(500%);
	-webkit-transform: translateY(500%);
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}

.banner-main a.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.banner-main a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url("../image/sprites.png") no-repeat -229px -20px;
	margin-left: 32px;
	vertical-align: middle;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.banner-main a:hover::after {
	margin-left: 37px;
}

.banner-main .sn1 {
	font-family: GillSans-Light;
	font-size: 22px;
	letter-spacing: 2px;
	color: #ffffff;
}

.banner-main .sn2 {
	font-family: GillSans-Light;
	font-size: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}


/* 第二版 */
.main-top-left,
.main-top-right {
	width: 44%;
	display: block;
}

.main-top-left {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 10px;
	margin-left: 4.5%;
}

#section1 .contain {
	position: relative;

}

#section1 .main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#section1 .main .main-top-tils {
	text-align: left;
	background:url(../image/dian.png) no-repeat center center;
	
}
#section1 .main .main-top-tils h2:before{content:"";display:block;height: 36px;width:5px;background:#f5535e;position:absolute;left:0; top:-8px;margin-left:-2px;z-index:2; }
#section1 .main .main-top-tils h3 {
	height: 40px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #DDDDDD;
	padding-top: 10px;
	font-family: dincond;
}

#section1 .main .main-top-tils h2,.main3-top-tils h2{
	
	font-size: 36px;
	line-height: 15px;padding-left:15px;
	color: #104da3; 
	margin-bottom:10px;
	
}

#section1 .main .main-top-tils p span,.main3-top-tils p span{
font-size:42px; color:#cbcbcb;
		
}






.main-top-left .page2-img {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.page2-img {
	text-align: center;
}

.page2-img img {
	max-width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.main-top-left:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.main-top-left:hover img,
.main-bottom-left:hover img,
.main-bottom-right:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.page2-txt {
	width: 100%;
	background-color: #063b91;
	border-radius: 0 0 5px 5px;
	padding: 22px 45px;
	box-sizing: border-box;
}

.page2-txt span {
	font-size: 18px;
	color: #ffffff;
}

.page2-txt i {
	display: block;
	width: 16px;
	height: 21px;
	background: url("../image/sprites.png") no-repeat -194px -12px;
}

.main-top-right li:nth-child(2) {
	margin: 20px 0;
}

.main-top-right li {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.main-top-right a {
	display: block;
	padding: 30px 60px;
	box-sizing: border-box;
}

.main-top-right a span.fl {
	color: #063b91;
	font-size: 18px;
}

.main-top-right a span.fr {
	color: #303e48;
	font-size: 16px;
}

.main-top-right i {
	width: 19px;
	height: 17px;
	display: block;
	background: url("../image/sprites.png") no-repeat -20px -16px;
	margin-left: 30px;
	margin-top: 4px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* hover */
.main-top-right li:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.main-top-right li:hover i {
	transform: translateX(5px);
}

/* 底部 */
.main-bottom {
	
}

.main-bottom-left,
.main-bottom-right {
	width: 44%;
	margin-right: 4.5%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main-bottom .page2-img {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.main-bottom .nopad {
	padding: 0 !important;
}


.copy_top_left .img-icon a{
 display: inline-block;
 width: 30px;
 margin-right: 20px;
 position: relative;
}
.copy_top_left .img-icon a .img-icon-ewm{
 display: none;
 position: absolute;
 width:132px;
    bottom: 50px;
    right: 0;
    height: 132px;
    background-color: #ffffff;
}
.copy_top_left .img-icon a .img-icon-ewm img{
 height: 100%
}

.copy_top_left .img-icon a>img{
 max-width: 100%;
 vertical-align: middle;
 cursor: pointer;
 transition: all .5s ease;
}
.copy_top_left .img-icon a:last-child{
 margin-right: 0;
}
.copy_top_left .img-icon a:hover>img{
 opacity: 0.7;
}
.copy_top_left .img-icon a:hover .img-icon-ewm{
 display: block;
 opacity: 1 !important;
}

/* 第三版 */
.main3-tops {
	width: 100%;
	text-align: left;
	
}

#section4 .main-top-tils h2:before{content:"";display:block;height: 36px;width:5px;background:#f5535e;position:absolute;left:0; top:-8px;margin-left:-2px;z-index:2; }
#section4 .main-top-tils h3 {
	height: 40px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #DDDDDD;
	padding-top: 10px;
	font-family: dincond;
}

#section4 .main-top-tils h2,.main3-top-tils h2{
	
	font-size: 36px;
	line-height: 15px;padding-left:15px;
	color: #104da3; 
	margin-bottom:10px;
	
}

#section4 .main-top-tils p span,.main3-top-tils p span{
font-size:42px; color:#cbcbcb;
		
}


.main3-left {
	width: 410px;
	margin-left: 4.5%;
	border-radius: 5px;
	border: 1px solid #b6b6b6;
}

.main3-right {
	margin-right: 4.5%;
}

.main3-left h5,
.main3-left li>a,
.main3-left .more {
	line-height: 74px;
	height: 74px;
	background-color: #b6b6b6;
	padding: 0 46px;
	box-sizing: border-box;
}

.main3-left h5 {
	color: #063b91;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 8px;
}

.main3-left li {
	border-top: 1px solid #fff;
}

.main3-left li:first-child {
	border-top: none;
}

.main3-left li a.active {
	color: #063b91;
	font-weight: 500;
}

.main3-left li:hover a {
	background-color: #ababab;
}

.main3-left li:last-child {
	border-bottom: 1px solid #fff;
}

.main3-left li>a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.main3-left li>a i {
	width: 19px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 29px;
	background: url("../image/sprites.png") no-repeat -20px -59px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.main3-left li>a:hover i {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.main3-left li>a i.active {
	background: url("../image/sprites.png") no-repeat -20px -16px;
}

.main3-left .more {
	width: 100%;
	text-align: right;
	padding-right: 42px;
}

.main3-left .more span {
	font-size: 12px;
	color: #303e48;
	/* color: #fff; */
}

.main3-left .more i {
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url("../image/sprites.png") no-repeat -20px -16px;
	margin-left: 19px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}

.main3-left .more:hover i {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

/* 右侧布局 */
#section2 .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* #section2{
	background: url(../index-zn-bg.png) no-repeat 0 center;
	background-size: cover;
} */

.main3-right-item {
	/* width: 650px; */
	width: 100%;
	height: 452px;
	/* display: none; */
	overflow: hidden;
}
.main3-right-item>p{
	height: 100%;
}
.main3-right-item img {
	width: 100%; 
	height: 100%;
}

.main3-right-item.active {
	display: block;
}

.main3-right-item .rota_line {
	border: 1px #CECDD3 solid;
	position: absolute;
	z-index: 10;
	position: absolute;
	z-index: 10;
	right: 30%;
	top: -28px;
	height: 110%;
	transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.item-imgbox {
	position: relative;
	/* border-radius: 10px; */
}

.item-imgbox .itemR_bgimg {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.item-imgbox:hover .itemR_bgimg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

/* .item-imgbox:hover .rota_line {
    	transform: rotate(5deg);
    	-webkit-transform: rotate(5deg);
    	-moz-transform: rotate(5deg);
    } */


/* #section2 .item1 {
     background: url("../pic5.png") no-repeat center;
     position: relative;
 }
 #section2 .item2 {
    background: url("../make-img1.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item3 {
    background: url("../make-img2.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item4 {
    background: url("../make-img3.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item5 {
    background: url("../make-img4.png") no-repeat center;
    position: relative;
    background-size: 130%;
} */

.main3-content {
	/* position: absolute;
	top: 0px;
	left: -23px;
	width: 571px;
	height: 100%;
	padding: 156px 0 0 75px;
	box-sizing: border-box; */
	
}

/* .main3-content:before,
.main3-content:after {
	content: '';
	background: url(../back-blue-new.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: -23px;
	width: 571px;
	height: 100%;
	padding: 156px 0 0 75px;
	box-sizing: border-box;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.main3-content:before {
	transform: skew(7deg);
	left: -25px;
} */

.item-imgbox:hover .main3-content:before {
	transform: skew(7deg);
	left: -5px;
}


.main3-consbox {
	/* width: 335px;
	position: absolute;
	z-index: 20;
	text-align: center; */
	position: relative;
    z-index: 20;
    text-align: center;
}

.main3-consbox .clic_more {
	width: 152px;
	height: 42px;
	margin: auto;
	text-align: center;
	line-height: 42px;
	display: block;
	border-radius: 21px;
	border: solid 1px #ffffff;
}

.main3-content h4 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	background:#fafafa;
	
}

.main3-content p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 130px;
    height: 70px;
    margin: auto;
}

.main3-content a span {
	color: #fff;
	font-size: 12px;
}

.main3-content a i {
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url("../image/sprites.png") no-repeat -228px -17px;
	margin-left: 17px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.main3-right:hover a i {
	margin-left: 22px;
}








/* 第四版 */

#section3 {
	background: url("https://www.laizhouruitai.com/template/pc/skin/shou/p4.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.main4-content {
	width: 614px;
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translate(-50%, -50%);
}

.main4-content h4 {
	font-size: 28px;
	line-height: 35px;
	color: #ffffff;
}

.main4-content p {
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	margin: 62px 0;
	text-align: justify;
}

.main4-content a {
	display: block;
    width: 158px;
    
    border: solid 1px #ffffff;
    color: #fff;
    text-indent: 5px;
    padding: 8px 25px;
    box-sizing: border-box;
}

.main4-content a::after {
	content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../image/sprites.png) no-repeat -229px -20px;
    margin-left: 15px;
    transition: all .5s;
    vertical-align: middle;
}

.main4-content a:hover::after {
	margin-left: 33px;
}

/* 第五版 */

.main5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.active-item img {
	width: 100%;
	vertical-align: top;
}

.active-list {
	display: flex;
	/* height: 640px; */
}

.active-item {
	
}
.active-warp{ margin-top:15px;}
.active-item:last-child {
	margin-right: 0;
}


.active-box {
	/* min-height: 240px; */
	font-size: 12px;
	padding: 25px 20px;
	background-color: #fafafa;
	-webkit-transition: 0.3s;
	text-align: left;
	transition: 0.3s;
}

.active-itemaa:hover,
.active-box:hover,
.major-active:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.active-itemaa .pic,.active-box .pic,.major-active .pic{
	overflow: hidden;
}


.active-item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.active-item2:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.active-box:hover .tit,
.active-item3:hover .tit,
.active-item1:hover .tit {
	color: #104da3;
}

.active-box .mark {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	 padding-left:35px;
	background:url(../image/news.png) no-repeat center left;
}

.active-tit {
	overflow: hidden;
}

.active-box .tit {
    font-size: 16px;
    margin-top: 15px;
	width:100%; overflow:hidden; text-overflow:ellipsis;
    font-weight: 700;
	color: #333333;
    margin-bottom: 5px;
    line-height: 24px;
    display:block;
}

.active-box .time,
.active-box .introduction {
	color: #686868;
}

.active-box .time {
	font-size: 12px;
    width: 36%;
    font-weight: normal;
    display: block;
    float: right;
    text-align: right;
    padding-top: 32px;
}

.active-item .pic,
.major-active {
	overflow: hidden;
	height: 250px;
}

.active-item .pic>img {
	width: 100%;
	height: 100%;
}


.major-active img {
	width: 100%;
}

.major-active-wz {
	width: 80%;
	left: 10%;
	position: absolute;
	bottom: 70px;
	z-index: 6;
}

.major-active {
	position: relative;
	box-sizing: border-box;
	height: 335px;
	padding: 0;
	margin-bottom: 35px;
	color: #fff;
	background-color: #0f8ec7;
}

.major-active .active-share-list {
	padding: 60px 0;
}

.major-active .active-share-item {
	float: left;
	margin-left: 14px;
}

.major-active .active-share-item:first-child {
	margin-left: 0;
}

.major-active .active-share-item a {
	display: block;
	width: 48px;
	height: 36px;
	background: center/34px no-repeat;
}

.major-active .active-share-item.wx a {
	background-image: url('https://www.laizhouruitai.com/template/pc/skin/shou/wx.png');
}

.major-active .active-share-item.wb a {
	background-image: url('https://www.laizhouruitai.com/template/pc/skin/shou/wb.png');
}

.major-active .active-share-item.facebook a {
	background-size: 14px;
	background-image: url('https://www.laizhouruitai.com/template/pc/skin/shou/facebook.png');
}

.major-active .tit {
	font-size: 17px;
	margin-bottom: 20px;
}

.major-active .time,
.major-active .introduction {
	font-size: 12px;
}

.introduction {
	line-height: 20px;
}

.active-item1,
.active-item3,
.active-item2 .active-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.activemore {
	font-size: 12px;
	color: #063b91;
	margin-top: 28px;
	display: inline-block;
}

.activemore i {
	font-size: 12px;
	margin-right: 15px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
	-webkit-opacity: 0;
}

.activemore span {
	transform: translateX(-32px);
	-webkit-transform: translateX(-32px);
	display: inline-block;
}

.active-warp .active {
	width: 1200px;
	margin: 0 auto;
}

.active-item:hover .activemore i {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.active-item:hover .activemore span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.sxprormatxt:hover .activemore i {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.sxprormatxt:hover .activemore span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.active-item1,
.active-item2 .active-box,
.active-item3,
.active-item2 .major-active {
	position: relative;
}

.active-item1:before,
.active-item3:before,
.active-item2 .active-box:before,
.active-item2 .major-active:before {
	z-index: 5;
	position: absolute;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.active-item1:hover:before,
.active-item3:hover:before,
.active-item2 .active-box:hover:before,
.active-item2 .major-active:hover:before {
	opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
}


.active-item1,
.active-item3,
.active-item2 .active-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.activemore {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	display: inline-block;
}

.activemore i {
	font-size: 16px;
	margin-right: 15px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
	-webkit-opacity: 0;
}

.activemore span {
	transform: translateX(-32px);
	-webkit-transform: translateX(-32px);
	display: inline-block;
}

.active-warp .active {
	width: 100%;
	margin: 0 auto;
	max-width:1680px;
}

.active-item:hover .activemore i {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.active-item:hover .activemore span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.sxprormatxt:hover .activemore i {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.sxprormatxt:hover .activemore span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.active-item1,
.active-item2 .active-box,
.active-item3,
.active-item2 .major-active {
	position: relative;
}

.active-item1:before,
.active-item3:before,
.active-item2 .active-box:before,
.active-item2 .major-active:before {
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.active-item1:hover:before,
.active-item3:hover:before,
.active-item2 .active-box:hover:before,
.active-item2 .major-active:hover:before {
	opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
}



.navbg,
.sxprormb img,
.sxprotit2,
.sxprola,
.sxprorma,
.sxprormb,
.sxprolba,
.activemore span,
.activemore i,
.active-item1 img,
.active-item3 img,
.major-active:before,
.active-item1:before,
.active-item2 .active-box:before,
.active-item3:before,
.active-item1,
.active-item3,
.pubmore i,
.pubmore span,
.solutionsliderm a:before,
.solutionsliderpage span:before {
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}


.swiper-button-prev,
.swiper-container-rtl,
.swiper-button-next {
	background: url("../image/icon.svg") no-repeat center;
}

.swiper-button-prev {
	background: url("../image/icon1.svg") no-repeat center;
}
#section0 .swiper-button-next {
	opacity:.5;
}
#section0 .swiper-button-prev {
	 opacity:.5;
}


.main5-btn-box{
	width: 100%;
	padding-top: 60px;
}
.main5-btn-box>a{
		display: block;
	width: 213px;
	height: 49px;
	line-height: 47px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	border: 1px #333333 solid;
	border-radius: 30px;
	margin: auto;
}








/*底部*/

.pubmore {
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	width: 120px;
	line-height: 36px;
	height: 36px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 14px;
	position: relative;
}

.pubmore i {
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 12px;
	top: 0;
	background: url(https://www.laizhouruitai.com/template/pc/skin/shou/more-c.png) center no-repeat;
	width: 14px;
}

.pubmore span {
	position: relative;
	left: 0;
}

.pubmore:hover {
	background: #063b91;
	border-color: #063b91;
	color: #fff;
}

.pubmore:hover span {
	left: 10px;
}

.pubmore:hover i {
	right: 22px;
}


.text-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subsidiary-box {
	width: 134px;
	position: absolute;
	right: 0;
	top: 0;
}

.subsidiary {
	position: relative;
	cursor: pointer;
}

.now-subsidiary {
	position: relative;
	
	background: url('https://www.laizhouruitai.com/template/pc/skin/shou/qi.png') left/26px no-repeat;
	color: #939393;
	line-height: 24px;
	font-size:14px;
}

.now-subsidiary:after {
	position: absolute;
	content: '';
	right: 5px;
	top: 50%;
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(https://www.laizhouruitai.com/template/pc/skin/shou/b-arrow-y.png) center/12px no-repeat;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.subsidiary:hover .now-subsidiary {
	background-color: #fff;
	background-image: url(https://www.laizhouruitai.com/template/pc/skin/shou/qi-h.png);
	color: #000;
}

.subsidiary:hover .now-subsidiary:after {
	background-image: url(https://www.laizhouruitai.com/template/pc/skin/shou/b-arrow.png);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.subsidiary-nav2 {
	position: absolute;
	bottom: 24px;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.subsidiary:hover .subsidiary-nav2 {
	height: 60px;

}

.subsidiary-nav2 li {
	background-color: #fff;
	padding: 0 10px;
}

.subsidiary-nav2 li:hover {
	background-color: #063b91;
}

.subsidiary-nav2 li:hover a {
	color: #fff;
}

.subsidiary-nav2 li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000;
}



.j_futurevideo {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-opacity: 0;
}

.swiper-slide-active .j_futurevideo {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}





.p5 {
	width: 100%;
	background: #f3f3f3;
	padding: 38px 5% 0px;
	box-sizing: border-box;
}

.p5_top {
	position: relative;
}

.p5_top_txt {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.subscribe {
	font-size: 32px;
	color: #f3f3f3;
}

.p5_top_txt_e,
.p5_top_txt_c {
	font-size: 12px;
}

.p5_top_txt_e {
	margin-top: 20px;
	color: #bababa;
}

.p5_top_txt_c {
	margin-bottom: 30px;
	color: #c0c0c0;
}

.p5_input {
	width: 200px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	background: transparent;
	padding-left: 5px;
	color: #c0c0c0;
}

.p5_btn {
	margin-left: -5px;
	height: 34px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #434343;
	background: #e5e5e5;
	width: 70px;
	text-align: center;
}

.p5_bottom {
	width: 100%;
	max-width:1680px;
	margin: 0 auto;
}

.p5_mapLi {
	float: left;
	/* margin-right: 83px; */
}

.p5_mapLi:last-child {
	margin-right: 0;
}

.p5_mapLi:first-child {
	padding-left: 0;
	width:25%;
}

.p5_mapLi_ul li {
	margin-bottom: 6px;
}
.p5_mapLi_ul li:first-child {
	margin-bottom: 20px;
}

.p5_mapLi_ul li a {
	color: #666666;
	font-size: 15px;
}

.p5_mapLi_ul li:first-child a {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.p5-inquiry-warp {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
}

.p5-inquiry-warp h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

.p5-inquiry-warp p {
	font-size: 14px;
	color: #b4a176;
	margin-bottom: 16px;
}

.inquiry-input-warp {
	display: inline-block;
	border: 1px solid rgba(225, 225, 225, 0.6);
	border-radius: 10px;
}

.p5-inquiry-warp .button-warp {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
}

.p5-inquiry-warp .button-warp .button-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.1);
}

.p5-inquiry-warp .button-warp:hover .button-bg {
	width: 100%;
}

.p5-inquiry-warp .inquiry-input,
.p5-inquiry-warp button {
	border-color: transparent;
	color: #fff;
	background-color: transparent;
	outline: none;
}

.p5-inquiry-warp .inquiry-input {
	caret-color: white;
	padding: 10px 12px;
	width: 12vw;

}
.erwei{ text-align:center;}
.erwei p{ font-size:14px; line-height:1.8; color:#333;}

.p5-inquiry-warp button {
	position: relative;
	width: 6vw;
	padding: 10px 0;
	transition: 0.3s;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	color: #000;
}

.f2_btn {
	background: #000;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	width: 170px;
}

.f2_btn .Pubobtn-bg {
	background: #d2d2d2;
}

.f2_btn {
	text-align: center;
}

.f2_btn {
	height: 35px;
	line-height: 35px;
	width: 80px;
	display: inline-block;
	background: #535353;
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.copy {
	margin-top: 30px;
}

.copy_top {
	border-bottom: 1px solid #ccc;
	
	line-height: 50px;
	padding-left: 100px;
	/* background: url("../logo.png ") no-repeat left top; */
}

.Copyright,
.policy,
.copy_top_left {
	color: #707070;
	float: left;
}

.copy_top_right {
	float: right;
}

.policy {
	margin-left: 10px;
}

.policy a {
	color: #707070;
	display: inline-block;
	padding: 0 8px 0 5px;
	border-right: 1px solid #707070;
	height: 15px;
	line-height: 15px;
}


.footBox {
	padding-bottom: 38px;
}

.copy_bottom {
	padding-left: 100px;
	color: #707070;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.copy_top_right a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px;
}

.copy_top_right a>img {
	position: relative;
	z-index: 2;
}

.copy_bottom_left {
	float: left;
}

.toour {
	color: #707070;
}

.copy_bottom_left p {
	height: 24px;
	line-height: 24px;
	font-size:14px;
	color: #666666;
}
.now-subsidiary{color: #666666 !important;}

.now-subsidiary:hover{ background:none !important;}

.copy_bottom_left p a{
	color: #666666;
}

.copy_bottom_right {
	float: right;
	position: relative;
	z-index: 3;
	cursor: pointer;
	height: 36px;
}

.copy_bottom_right i {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-left: 10px;
}

.copy_bottom_i1 {
	background: url("https://www.laizhouruitai.com/template/pc/skin/shou/language.png") no-repeat right bottom;
}

.copy_bottom_i2 {
	background: url("https://www.laizhouruitai.com/template/pc/skin/shou/top1.png") no-repeat center center;
}

.copy_bottom_span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	vertical-align: top;
	margin: 0 15px;
}

.copy_top_right a {
	position: relative;
}

.copy_top_right a .qrcode {
	position: absolute;
	z-index: 1;
	display: none;
	bottom: 42px;
	left: -48px;
}

.copy_top_right a .qrcode img {
	width: 120px;
}

.translate {
	display: none;
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.translate li {
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 60px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.translate li.copy_btn:hover {
	background-color: #919699;
}

.copy_bottom_right:hover {
	background: rgba(255, 255, 255, 1);
}

/* .copy_bottom_right:hover .translate{display: block;border-bottom-left-radius:5px;border-bottom-right-radius:5px;} */
.translate li.p0 {
	padding: 0;
	border-bottom: none;
}

.pG {
	font-size: 12px;
}

.copy_bottom {
	padding-left: 0;
}

.pG {
	padding-top: 65px;
}

.hzxx {
	width: 210px;
	height: 35px;
	line-height: 35px;
	background: #a0a0a0;
	color: #535353;
	font-size: 12px;
	text-align: center;
}

.f2_btn {
	height: 35px;
	line-height: 35px;
	width: 80px;
	background: #535353;
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.fdmaincdea {
	padding: 0;
	text-align: right;
}

.fdmaincdeap1,
.fdmaincdeap2 {
	font-size: 12px;
	padding: 0;
	padding-bottom: 12px;
}

.fdmaincdeap2 {
	color: #c2bdbd;
}

.fdmaincdeap1 {
	color: #fff;
}

.pG {
	overflow: hidden;
	background: #ededed;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.p5_mapLi {
	padding-left: 1%;
}

.f2_btn {
	text-align: center;
}

.copy_top {
	text-align: right;
}

.copy_top_left {
	float: none;
}

.xcmainar:hover img,
.xcmainacl:hover img,
.xcmainacr:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}

.xcmainar img,
.xcmainacl img,
.xcmainacr img,
.logoa-next,
.logoa-prev,
.case-prev,
.case-next,
.mj6ac2,
.mj6aa em,
.pagegzhj img,
.uploadp5,
.mjpblistul span,
.hxteam li,
.swiper-slide-active i,
.swiper-slide-active span,
.swiper-slide-active em {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#section5{
	height: 100%;
}
.bootimg {
	height: 63%;
	overflow: hidden; background:url(../image/fotb.jpg) no-repeat center center;
}
.bootimg ul{margin:0 auto;display:flex;margin-top:6%;max-width: 1680px;width:100%;}
.bootimg ul li{width: 320px;text-align: center;}
.bootimg ul li img{
	width: 100px;
}
.bootimg .bot-img{
	width: 100%;
	border: none;
	display: block;
	position: relative;
}
.bootimg ul h3{color:#fff;font-size:22px;text-align:center;margin-bottom: 10px;/* width: 300px; */}
.btn-foots{
	background:#104da3;
	/* margin-top:2%; */
	z-index: 20;
	position:absolute;
	top: 40%;
	width:  100%;
	left:  0;
}
.btn-foots h3{
	line-height:60px;
	font-size: 20px;
	color: #FFFFFF;
	 text-align:center;
	
}
.btn-foots .startchuang{
	display: block;
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px #FFFFFF solid;
	border-radius: 30px;
	font-size: 16px;
	margin: auto;
	color: #FFFFFF;
}

/*底部联系*/
.index_bar3{
	background:url(https://www.laizhouruitai.com/template/pc/skin/shou/image/index_bar2_bc2.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index: 99;
	}
.index_bar3:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	z-index:2;
	}
.bootimg{ position:relative;}	
	
.bootimg .box{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 9;
	width: 100%;
}
.bootimg .contain{
	position:relative;
	z-index:6;
	}
.bootimg ul{
	text-align:center;
	margin: 40px auto 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	z-index:6;
	justify-content: space-evenly;
}
.bootimg ul li div{
	font-size: 16px;
	color: #fff;
}
.bootimg  .contain h1 {
    font-size: 32px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.bootimg .title p{
	color:#fff;
	font-size: 16px;
	text-align: center;
	}
.bootimg span{
	padding:0px 30px;
	margin: 0 auto;
	border:1px solid #fff;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	color:#333;
	border-radius:50px;
	overflow:hidden;
	
	/* float:left; */
	width:300px;
	display: inline-block;
	display: block;
	line-height:50px;
	margin-bottom: 10px;
	font-size:18px;
	letter-spacing:0.5px;
	}
.bootimg span i{
	color:#333;
	margin-right:10px;
	/* float:left; */
	display: inline-block;
	text-align: center;
	vertical-align: initial;
	}
.pG a:hover{ color:#104da3;}


@media screen and (max-width:1500px) {
	.active-warp .active{ max-width:1300px;}
	
	.bootimg {
		height: auto;
	}

	/* .bootimg img {
		height: 100%;
	} */

	.main5 {
		top: 53%;
	}
	#section2 .container,#section1 .main {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main-top-left {
		margin-left: 17%;
	}
	.main-top-left, .main-top-right {
		width: 30%;
		display: block;
	}
	.main-bottom-left, .main-bottom-right {
		width: 30%;
		margin-right: 17%;
	}
	#section1 .main .main-top-tils h2, .main3-top-tils h2{
		line-height: 35px;
	}
	.main3-right-item {
		height: auto;
	}
	.active-box {
		
	
	}
	.main5-btn-box>a {
		width: 240px;
		height: 45px;
		line-height: 45px;
	}
	.active-item .pic, .major-active {
		overflow: hidden;
		height: 155px;
	}
	.active-item {
		width: 29%;
		margin: 0 2%;
		float: left;
	}
	.main5 .active-item{ margin:0 ;}
	
	
	.active-box .tit {
		margin-top: 10px;
	}
	
	.activemore {
		font-size: 14px;
		color: #666666;
		margin-top: 3px;
		display: inline-block;
	}
	.pG {
		padding-top: 32px;
	}
	.btn-foots h3 {
		font-size: 35px;
		color: #FFFFFF;
		margin-bottom: 3px;
	}
	.btn-foots{
		top: 28%;
	}
	.btn-foots .startchuang {
		width: 216px;
		height: 36px;
		line-height: 36px;
	}
	
	.main-bottom {
		margin-top: 17px;
	}
	.main3-tops{
		margin-bottom: 20px;
	}
	#section1 .main .main-top-tils h3 {
		padding-top: 36px;
		
	}
	#section1 .main .main-top-tils p span{
		font-size:36px; color:#cbcbcb;
		
		
	}
	.main5-btn-box{
		padding-top: 35px !important;
	}
	#section1 .main .main-top-tils h2, .main3-top-tils h2 {
		height: 29px;
		
		line-height: 35px;
		color:#104da3; font-size:30px;
		margin: 19px 0px 7px;
	}
	.banner-main h3{
		font-size: 50px;
	}
	
	
	
	
	
	
	
	
	
	
	
}

@media screen and (min-width:1922px) {
	.bootimg{
		height: 75%;
	}
}









.tain-main3>ul{
	overflow: hidden;
}
.tain-main3>ul>li{
	float: left;
	display: block;
    position: relative;
    height: 100%;
    width: 14%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 1rem;
    overflow: hidden;
    white-space: normal;
	transition: all .5s ease;
}
.main-pruHov{
	width: 100%;
	height: 100%;
	position: absolute;
	
	top: 0;
	left: 0;
	z-index: 8;
}
.wi_active{
	width: 44%;
}
.wi_active .main-pruHov{
	background: rgba(45, 46, 66, 0.5);
}
.main3-content .b_desc,.main3-content .clic_more{
	display: none;
}
.wi_active{
	width: 44% !important;
}
.wi_active .main3-content .b_desc,.wi_active .main3-content .clic_more{
	display: block;
}
.wi_active .main3-content{
	top: 20%;
}

.wi_active .main3-consbox{
	width: 430px;
}
.conbox-img{
	transform: scale(0.8);
}
.jgst{
	padding-left: 36px;
}
.wi_active .main3-consbox h4{
	font-size: 24px !important;
	margin-bottom: 30px;
}
/* .wi_active .main3-consbox h4::after{
	content: '';
    width: 70px;
    height: 3px;
    display: block;
    background-color: #2197d8;
    text-align: center;
    margin: auto;
    margin-top: 15px;
} */
.main3-content h4{
	font-size: 18px !important;
}
@media screen and (max-width:1440px)
{ 
.btn-foots{ display:none;} 
.copy{ margin-top:0;}
.w1760{ max-width:1300px;}


}
@media screen and (max-width:1440px)
{ 
.w1200 { padding:0 1%; box-sizing:border-box;}
}
@media screen and (max-width:680px)
{  
#section1 .main{ position:static !important; transform:none !important;}
.index_ppro{ margin-top:15px !important;}
.bootimg ul h3{ font-size:18px;}
.bootimg ul{ margin-top:10px;}
.bootimg span{ line-height:36px; font-size:16px;}
.bootimg .contain h1{ font-size:24px;}


.banner-main span{ margin-bottom:25px;}
.banner-main h3{ font-size:24px; line-height:1.2;}
.banner-main .sn1{font-size:16px;}
.banner-main{ top:56%;}

/*首关于*/
.main4-content{ position:static !important;transform: translate(0%, 0%) !important;}
.main4-content h4{ text-align:center; width:100% !important;}
.main4-content{  width:100% !important;}
#section3 .w1200{ padding:4% 2% !important;}
#section7{ height:280px !important;}
#section7 .left{ display:none;}
#section7 .right{ position:none !important; width:100% !important;background-size:contain !important;}
}


@media (min-width:769px) and (max-width: 1440px)  {
    .bootimg .box{top:40%;}
    .bootimg ul{display:none;}
    
}


