/* 在线咨询 */
.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: 28px;
	background: url("/uploads/allimg/logo2.png");
	/* margin-right: 195px; */

}

#header .logo.active {
	background: url("/uploads/allimg/logo.png");
}

#header .nav .first-box>li{
	float: left;
	display: block;
	position: relative;
}

#header .nav .first-box li a{
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 0 25px;
	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("../images/sprites.png") -68px -15px;
	cursor: pointer;
}

.nav-item .menu.active {
	background: url("../images/sprites.png") -274px -17px;
}

.nav-item .search {
	width: 21px;
	height: 20px;
	display: inline-block;
	background: url("../images/sprites.png") -156px -15px;
	margin: 0 10px;
	cursor: pointer;
}

.nav-item .search.active {
	background: url("../images/sprites.png") -157px -60px;
}

.nav-item .link {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/sprites.png") -118px -14px;
	cursor: pointer;
}

.nav-item .link.active {
	background: url("../images/sprites.png") -315px -16px;
}

.nav{
	position: relative;
}
/* 导航下拉菜单 */
.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: #00479D !important;
}










/* 搜索 */
.search-slide {
	width: 100%;
	height: 100%;
	background-color: rgba(10, 64, 134, 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("../images/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="button"] {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("../images/sprites.png") -157px -60px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}







/* 上面是旋转样式 */
/* 第一屏样式  -----banner  css*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
}

/* #section0 {
	position: relative;
	background: url("../images/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.4); banner 遮罩*/
	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;
}

.banner-main h3 {
	font-size: 66px;
	color: #ffffff;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 1s;
	-webkit-transition: all 1s;
	letter-spacing: 8px;
	opacity: 0;
}

.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-radius: 28px;
	border: solid 1px #ffffff;
	color: #fff;
	padding: 14px 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("../images/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: 28%;
	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: center;
	padding: 0 5%;
}

#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{
	height: 29px;
	font-size: 28px;
	line-height: 15px;
	color: #4b4b4b;
	margin: 20px 0px;
}

#section1 .main .main-top-tils p span,.main3-top-tils p span{
	font-size: 20px;
	color: #333333;
}






.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("../images/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("../images/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 {
	margin-top: 60px;
}

.main-bottom-left,
.main-bottom-right {
	width: 34%;
	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;
    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: center;
	margin-bottom: 60px;
}

.main3-top-tils {
	padding: 0 5%;
}

.main3-top-tils h3 {
	height: 40px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 1px;
	/* color: #DDDDDD; */
	color: #C9CDD0;
	padding-top: 10px;
	font-family: dincond;
}

.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("../images/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("../images/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("../images/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(../images/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("../images/pic5.png") no-repeat center;
     position: relative;
 }
 #section2 .item2 {
    background: url("../images/make-img1.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item3 {
    background: url("../images/make-img2.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item4 {
    background: url("../images/make-img3.png") no-repeat center;
    position: relative;
    background-size: 130%;
}
#section2 .item5 {
    background: url("../images/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; */
	position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
}

/* .main3-content:before,
.main3-content:after {
	content: '';
	background: url(../images/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: #ffffff;
}

.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("../images/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("../images/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-radius: 28px;
    border: solid 1px #ffffff;
    color: #fff;
    text-indent: 5px;
    padding: 14px 25px;
    box-sizing: border-box;
}

.main4-content a::after {
	content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/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 {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.active-item:last-child {
	margin-right: 0;
}


.active-box {
	min-height: 240px;
	font-size: 12px;
	padding: 30px 40px 0;
	background-color: #fff;
	-webkit-transition: 0.3s;
	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: #063b91;
}

.active-box .mark {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.active-tit {
	overflow: hidden;
}

.active-box .tit {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 700;
	color: #333333;
    margin-bottom: 12px;
    line-height: 24px;
    float: left;
}

.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: 216px;
}

.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('../images/wx.png');
}

.major-active .active-share-item.wb a {
	background-image: url('../images/wb.png');
}

.major-active .active-share-item.facebook a {
	background-size: 14px;
	background-image: url('../images/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: 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%;
	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("../images/icon.svg") no-repeat center;
}

.swiper-button-prev {
	background: url("../fonts/icon1.svg") no-repeat center;
}



.main5-btn-box{
	width: 100%;
	padding-top: 60px;
}
.main5-btn-box>a{
	display: block;
    width: 270px;
    height: 60px;
    line-height: 60px;
    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(../images/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: 120px;
	position: absolute;
	right: 0;
	top: 0;
}

.subsidiary {
	position: relative;
	cursor: pointer;
}

.now-subsidiary {
	position: relative;
	padding: 0 20px 0 36px;
	background: url('../images/qi.png') left/26px no-repeat;
	color: #939393;
	line-height: 24px;
}

.now-subsidiary:after {
	position: absolute;
	content: '';
	right: 5px;
	top: 50%;
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/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(../images/qi-h.png);
	color: #000;
}

.subsidiary:hover .now-subsidiary:after {
	background-image: url(../images/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: 90px;

}

.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: 1200px;
	margin: 0 auto;
}

.p5_mapLi {
	float: left;
	margin-right: 83px;
}

.p5_mapLi:last-child {
	margin-right: 0;
}

.p5_mapLi:first-child {
	padding-left: 0;
}

.p5_mapLi_ul li {
	margin-bottom: 10px;
}

.p5_mapLi_ul li a {
	color: #d3d3d3;
	font-size: 12px;
}

.p5_mapLi_ul li:first-child a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.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;

}

.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 #707070;
	height: 55px;
	line-height: 55px;
	padding-left: 100px;
	/* background: url("../images/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;
}

.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("../images/language.png") no-repeat right bottom;
}

.copy_bottom_i2 {
	background: url("../images/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: #333333;
	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;
}

.bootimg .bot-img{
	width: 100%;
	/*height: 100%;*/
	border: none;
	display: block;
	position: relative;
}
.btn-foots{
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
}
.btn-foots h3{
	font-size: 60px;
	color: #FFFFFF;
	margin-bottom: 55px;
}
.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;
}


@media screen and (max-width:1500px) {
	.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: 2%;
	}
	.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: 325px;
	}
	.active-box {
		min-height: 130px;
		padding: 20px 40px 0;
	}
	.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;
	}
	.active-box .tit {
		margin-top: 10px;
	}
	
	.activemore {
		font-size: 12px;
		color: #063b91;
		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;
	}
	.main5-btn-box{
		padding-top: 35px !important;
	}
	#section1 .main .main-top-tils h2, .main3-top-tils h2 {
		height: 29px;
		font-size: 26px;
		line-height: 35px;
		color: #4b4b4b;
		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;
	background:  rgba(0, 0, 0, 0.55);
	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;
}