/* 棣栭〉鍜屽ご灏惧叕鍏辨牱寮 */
/* 椤堕儴瀵艰埅鏍忔牱寮 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.4s;
	z-index: 999;
}
.header .logo{
	width: 200px;
}
.header .logo img{
	width: 100%;
}
.header.on {
	background-color: #000;
}
.header .header-box .mindh{
	display: none;
}
.header .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav ul{
	display: flex;
}
.header .header-box .nav .one-nav>li.two-nav-big{
	position: static;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav{
	padding: 20px 50px;
	min-width: 60%;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav li:first-child{
	width: 55%;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav li{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.header .header-box .nav .one-nav>li.two-nav-four .two-nav li:first-child{
	width: 23%;
}
.header .header-box .nav .one-nav>li.two-nav-four .two-nav li{
	width: 23%;
	display: inline-block;
	vertical-align: top;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav>ul>li>a{
	font-size:18px;
	padding: 0;
	font-weight: bold;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav>ul>li .three-link a:hover{
	color: #004DC1;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav>li>a{
	font-size: 18px;
	font-weight: bold;
}
.header .header-box .nav .one-nav>li.two-nav-big .two-nav>ul>li .three-link a{
	padding:0;
	font-size: 16px;
	line-height: 1.8;
}
.header .header-box .nav {
	display: flex;
	align-items: center;
}

.header .header-box .nav .one-nav {
	display: flex;
}

.header .header-box .nav .one-nav>li {
	margin-right: 63px;
	position: relative;
}

.header .header-box .nav .one-nav>li>a:after {
	content: '';
	width: 72px;
	height: 3px;
	background: #008CFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	bottom: 26px;
	transition: 0.4s;
}

.header .header-box .nav .one-nav>li.active>a,
.header .header-box .nav .one-nav>li:hover>a {
	color: #008CFF;
}

.header .header-box .nav .one-nav>li.active>a::after,
.header .header-box .nav .one-nav>li:hover>a::after {
	transform: translateX(-50%) scaleX(1);
}

.header .header-box .nav .one-nav>li:last-child {
	margin-right: 0;
}

.header .header-box .nav .one-nav>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 90px;
	position: relative;
}

.header .header-box .nav .nav-right .language a {
	font-size: 20px;
	color: #fff;
	margin-left: 38px;
}

.header .header-box .nav .nav-right {
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #fff;
	display: flex;
	align-items: center;
}
.header .header-box .nav .nav-right .search{
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.header .header-box .nav .nav-right .search img{
	width: 24px;
	height: 24px;
}
.header .header-box .nav .two-nav {
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 0;
	display: none;
}
.header .header-box .nav .one-nav>li.on .two-nav{
	display: block;
}
.header .header-box .nav .two-nav-big .three-link a:hover{
	color: #008CFF;
}
.header .header-box .nav .two-nav li a {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 15px;
	
}

.header .header-box .nav .two-nav li:hover>a {
	color: #008CFF;
}
.header .header-box .nav .two-nav li .three-link{
	display: flex;
	flex-wrap: wrap;
}
.header .header-box .nav .two-nav li:first-child .three-link a{
	width: 48%;
}
.header .header-box .nav .one-nav>li.two-nav-four .three-link a{
	width: 100%;
}



/* 搴曢儴 */
.footer{
	background: #111111;
}
.footer .footer-box01 {
	display: flex;
	justify-content: space-between;
	padding: 68px 0 30px;
}

.footer .info01 p {
	width: 356px;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 30px;
	margin-top: 50px;
}

.footer .info ul li {
	min-height: 98px;
}

.footer .info ul li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom: 1px solid #0055ff;
	display: inline-block;
	line-height: 18px;
	padding-bottom: 12px;
	margin-bottom: 7px;
}

.footer .info ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #CCCCCC;
}

.footer .info ul li:first-child {
	margin-bottom: 44px;
}

.footer .box {
	display: flex;
	margin-top: 12px;
}

.footer .box .wechat-box {
	position: relative;
	cursor: pointer;
}

.footer .box .wechat-box {
	margin-right: 25px;
}
.footer .box .wechat-box:last-child{
	margin-right: 0px;
}
.footer .box .wechat-box .wechat-code {
	width: 120px;
	/* height: 154px; */
	background-color: #fff;
	position: absolute;
	z-index: 10;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	text-align: center;
}
.footer .box .wechat-box .wechat-code p{
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	padding-top: 5px;
}

.footer .box .wechat-box:hover .wechat-code {
	display: block;
}

.footer .box .wechat-box .wechat-code::after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	height: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.footer .footer-box01 {}

.footer .footer-box01 .info03 {
	width: 430px;
}

.footer .box .wechat-box .wechat-code img {
	width: 100%;
}

.footer .footer-box02 {
	display: flex;
	justify-content: center;
	padding: 33px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-box02 p,
.footer .footer-box02 a{
	color: #999999;
	font-size: 14px;
}

.footer .footer-box02 p:first-child {
	margin-right: 20px;
}
.contact_information{
	display: flex;
}
.contact_information .email{
	margin-right: 20px;
}

/* 鎼滅储寮圭獥鏍峰紡 */











/* 棣栭〉鏍峰紡 */

.content .banner ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .banner ul li {
	position: relative;
}

.content .banner ul li .banner-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.content .banner ul li .banner-txt h1 {
	font-size: 80px;
	color: #FFFFFF;
	font-weight: bold;
	/* white-space: nowrap; */
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
	max-width: 80%;
	margin: 0 auto 25px auto;
	text-align: center;
}

.content .banner ul li .banner-txt p {
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	margin-bottom: 75px;
	white-space: nowrap;
}

.content .banner ul li .banner-txt a span {
	margin-left: 8px;
}

.content .banner .swiper-pagination span {
	width: 33.33px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	transition: all 0.4s;
}
	
.content .banner ul li.txt-center .banner-txt{
	/* width: 1320px; */
}
.content .banner ul li.txt-center .banner-txt h1{
	font-size: 60px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	background: linear-gradient(275deg, #0072FF 1%, #52B1FF 51%, #004DC1 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.content .banner ul li.txt-right .more-btn{
	margin: 0;
}
.content .banner ul li.txt-right .banner-txt{
	width: 513px;
	right: 12%;
	left: auto;
	transform: translateY(-40%);
}
.content .banner ul li.txt-right .banner-txt h1{
	width: 100%;
	font-size: 52px;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 10px;
	max-width: 100%;
	text-align: left;
}
.content .banner ul li.txt-right .banner-txt p{
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #FFFFFF;
	white-space: normal;
	text-align: left;
}
.content .banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 33.33px;
	height: 6px;
	background: #007AFF;
}
.content .index-video {
    position: relative;
    padding:50px 0 100px;
}
.content .index-video .h-title{
    margin-bottom: 20px;
}
.content .index-video  #myVideo {
    width: 100%;
    display: block;
}

 .content .index-video  #videoCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.content .index-video  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 50%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .index-video  .play-icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #333;
    margin-left: 5px;
}

.content .index-info01 {
	max-width: 1920px;
	width: 98.95%;
	margin: 10px auto 0 auto;
}

.content .index-info01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content .index-info01 ul li {
	width: 49.73%;
	height: 554px;
	padding: 60px 0 70px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.content .index-info01 ul li .pro-img {
	height: 290px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
}

.content .index-info01 ul li .pro-img img {
	height: 100%;
	transition: 0.8s;
}

.content .index-info01 ul li:hover .pro-img img {
	transform: scale(1.1);

}

.content .index-info01 ul li .pro-txt {
	text-align: center;
}

.content .index-info01 ul li .pro-txt h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.content .index-info01 ul li .pro-txt h2 span {
	font-weight: 400;
}

.content .index-info01 ul li .pro-txt h3 {
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 70%;
	margin: 0 auto;
}

.content .index-info01 ul li .pro-txt p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 15px;
	transition: 0.4s;
	border: 1px solid rgb(0, 0, 0, 0);
	display: inline-block;
	padding: 5px 15px;
	position: relative;
}

.content .index-info01 ul li .pro-txt p::after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
}

.content .index-info01 ul li:hover .pro-txt p::after {
	width: 100%;
}

.content .index-info01 ul li:hover .pro-txt p {
	color: #fff;
	border: 1px solid rgb(0, 0, 0, 0);
}

.content .index-info01 ul li .pro-txt p span {
	margin-left: 8px;
}

.content .index-info01 ul li:hover .pro-txt p span::after,
.content .index-info01 ul li:hover .pro-txt p span::before {
	background: #fff;
}

.content .index-info01 ul li a .pro-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.content .index-info01 ul li a .pro-bg img{
	width: 100%;
	height: 100%;
}
.content .index-info01 ul li a .pro-bg {
	animation: bs 10s ease-in-out infinite;
}

@keyframes bs {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}


.content .index-info02 {
	padding: 150px 0 160px;
	background: #050505;
}

.content .index-info02 .more-btn {
	margin-top: 30px;
}

.content .index-info02 ul {
	margin-top: 64px;
}

.content .index-info02 ul li {
	position: relative;
	height: 535px;
}

.content .index-info02 ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 5px solid;
	border-image: linear-gradient(180deg, #007AFF 0%, #008CFF 56%) 5;
	opacity: 0;
	transition: 0.4s;
	z-index: 5;
}

.content .index-info02 ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.content .index-info02 ul li:hover::before {
	opacity: 1;
}

.content .index-info02 ul li .info-img {
	overflow: hidden;
	height: 100%;
}

.content .index-info02 ul li .info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.content .index-info02 ul li:hover .info-img img {
	transform: scale(1.05);
}

.content .index-info02 ul li .info-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.81) 87%);
	text-align: center;
}

.content .index-info02 ul li .info-txt h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 404px;
	margin-bottom: 15px;
	transition: 0.4s;
}

.content .index-info02 ul li .info-txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	transition: 0.4s;
}

.content .index-info02 ul li .info-txt p img {
	position: absolute;
	top: 50%;
	right: -34px;
	transform: translateY(-50%);
	transition: 0.4s;
}

.content .index-info02 ul li .info-txt p img.on {
	opacity: 0;
}

.content .index-info02 ul li:hover .info-txt p img.on {
	opacity: 1;
}

.content .index-info02 ul li:hover .info-txt p img.show {
	opacity: 0;
}

.content .index-info02 ul li:hover .info-txt h3,
.content .index-info02 ul li:hover .info-txt p {
	color: #008CFF;
}




.content .index-info03 .more-btn {
	margin-top: 30px;
}

.content .index-info03 .img-box {
	margin-top: 70px;
	overflow: hidden;
	padding-bottom: 75px;
}

.content .index-info03 .img-box ul li{
	width: 49.73%;
	height: 460px;
	background: url(../images/product-bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
	border: 4px solid rgb(0, 0, 0, 0);
	transition: 0.4s;
}

.content .index-info03 .img-box ul li a p .add-ico::before,
.content .index-info03 .img-box ul li a p .add-ico::after{
	 background: #999;
	transition: 0.4s;
 }
 
 .content .index-info03 .img-box ul li:hover a p .add-ico::before,
 .content .index-info03 .img-box ul li:hover a p .add-ico::after{
 	 background: #fff;
  }
.content .index-info03 .img-box ul li a{
	padding: 78px 40px;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content .index-info03 .img-box ul li a .left{
	width: 50%;
}
.content .index-info03 .img-box ul li a .right{
	width: 48%;
	overflow: hidden;
}
.content .index-info03 .img-box ul li a .left h3{
    color: #333333;
    font-size: 28px;
    font-weight: normal;
	margin-bottom: 20px;
	width: 100%;
}
.content .index-info03 .img-box ul li a .left p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	width: 80%;
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	margin-bottom: 50px;
}
.content .index-info03 .img-box ul li a p.more-a{
	width: 166px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    color: #999999;
	    margin-top: 15px;
	    transition: 0.4s;
	    border: 1px solid #AAAAAA;
	    display: inline-block;
	    padding: 0px 15px;
	    position: relative;
	    z-index: 9;
}
	
.content .index-info03 .img-box ul li a p.more-a::after{
	content: '';
	    width: 0%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	    z-index: -1;
	    transition: 0.4s;
}
.content .index-info03 .img-box ul li:hover a p.more-a::after{
	width: 100%;
}
.content .index-info03 .img-box ul li:hover a p{
	color: #000;
}
.content .index-info03 .img-box ul li:hover a .more-a{
	color: #fff;
}
.content .index-info03 .img-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.content .index-info03 .img-box ul li:hover{
	border: 4px solid #008CFF;
}

.content .index-info03 .img-box ul li:hover a img{
	transform: scale(1.05);
}
.content .index-info03 .img-box ul li:hover
.content .index-info03 .img-box ul li a{
	overflow: hidden;
}
.content .index-info03 .swiper-pagination{
	bottom: 0;
}
.content .index-info03 .swiper-pagination span {
	width: 33.33px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	transition: all 0.4s;
}

.content .index-info03 .swiper-pagination .swiper-pagination-bullet-active {
	width: 33.33px;
	height: 6px;
	background: #007AFF;
}

.content .index-info03 .img-box img {
	width: 100%;
	transition: 0.4s;
	/* height: 100%;
	object-fit: cover; */
	/* animation: bs 15s ease-in-out infinite; */
}

.content .index-info04 {
	padding: 160px 0;

}

.content .index-info04 .customer-logo {
	overflow: hidden;
	display: flex;
}

.content .index-info04 .customer-logo ul {
	/* width: 2345px; */
	display: grid;
	flex: none;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-gap: 20px;
	align-items: stretch;
	grid-template-columns: repeat(10, minmax(100px, 1fr));
	animation: move 60s linear infinite;
	margin-top: 70px;
}
.content .index-info04 .customer-logo ul:nth-child(n+2){
	margin-left: 20px;
}
@keyframes move {

	/* 涓轰粈涔堣缃 -800px 锛熷叕寮忥細涓诲浘寮犳暟 * 鍗曚釜鍥剧墖瀹藉害锛堟瘡杞富鍥惧彧鏈 4 寮狅紝4 寮犵収鐗囦负涓€涓懆鏈燂紝濡傛灉闇€瑕佽疆鎾殑涓诲浘涓 7銆?銆?...寮狅紝閮戒竴鏍凤級 */
	0% {
	    transform: translate(0);
	}
	100% {
	    transform: translate(-100%);
	}
}


.content .index-info04 .customer-logo ul li {
	width: 180px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid #fff; */
}

.content .index-info04 .customer-logo ul li img {
	max-width: 100%;
	transition: 0.4s;
	max-height: 100%;
}

.content .index-info04 .customer-logo ul li:hover img{
	transform: scale(1.1);
}

.content .index-info05{
	padding-bottom: 125px;
}
.content .index-info05 a .news-txt .news-btn{
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid #fff;
	transition: all 0.4s;
	color: #fff;
	position: relative;
}
.content .index-info05 a .news-txt .news-btn::after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(284deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
}
.content .index-info05 ul li:hover a .news-txt .news-btn::after{
	width: 100%;
}
.content .index-info05 ul li:hover a .news-txt .news-btn{
	border:1px solid rgb(0, 0, 0,0)
}
.content .index-info05 ul li:nth-child(2n+1){
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.content .index-info05 ul li:nth-child(2n){
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.content .index-info05 a .news-txt .news-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}




.content .index-info05 a .news-txt .news-btn img{
	margin-left: 16px;
}
.content .index-info05 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 78px;
}
.content .index-info05 ul li{
	width: 49%;
	margin-bottom: 20px;
}
.content .index-info05 ul li:nth-child(n+3){
	display: none;
}

.content .index-info05 ul li a .news-img{
	width: 100%;
	height: 369px;
	overflow: hidden;
}
.content .index-info05 ul li a .news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.content .index-info05 ul li:hover a .news-img img{
	transform: scale(1.05);
}
.content .index-info05 ul li .news-txt .news-time{
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	margin-top: 20px;
}
.content .index-info05 ul li .news-txt .news-time span{
	font-weight: 500;
	font-size: 20px;
	margin-left: 18px;
	display: inline-block;
}
.content .index-info05 ul li .news-txt h4{
	width: 95%;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	margin: 15px 0 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .index-info05 ul li:hover .news-time,
.content .index-info05 ul li:hover h4{
	color: #008CFF;
}


.download-from{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9999;
	display: none;
}

.download-from .from-box{
	width: 600px;
	height: 579px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 39px 0 91px;
	
}

.download-from .from-box h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 43px;
	padding-bottom: 7px;
	position: relative;
	margin-bottom: 30px;
}
.download-from .from-box h1::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #2859A5;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.download-from .from-box .name,
.download-from .from-box .phone,
.download-from .from-box .company,
.download-from .from-box .email,
.download-from .from-box .company .download-info{
	position: relative;
	margin-bottom: 20px;
}
.download-from .from-box input{
	width: 100%;
	height: 50px;
	border: 1px solid #DDDDDD;
	padding-left: 145px;
}
.download-from .from-box .download-info p,
.download-from .from-box .name p,
.download-from .from-box .phone p,
.download-from .from-box .company p,
.download-from .from-box .email p{
	position: absolute;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	padding-left: 16.5px;
}

.download-from .from-box .download-info{
	position: relative;
}

.download-from .from-box .download-info input{
	padding-left: 145px;
	font-size: 16px;
	padding-right: 40px;
	color: #222222;
	
}
.download-from .from-box .download-info img{
	position: absolute;
	right: 15px;
	top: 17px;
	transition: 0.4s;
}
.download-from .from-box .download-info.on img{
	transform: rotate(180deg);
}
.download-from .from-box .download-info .download-select{
	width: 100%;
	border: 1px solid #DDDDDD;
	display: none;
	position: absolute;
	background-color: #fff;
	max-height: 200px;
	overflow-y: auto !important;
}
.download-from .from-box .download-info .download-select li{
	font-size: 16px;
	color: #222222;
	line-height: 32px;
	padding-left: 16.5px;
	cursor: pointer;
	transition: 0.4s;
}
.download-from .from-box .download-info .download-select li:hover,
.download-from .from-box .download-info .download-select li.on{
	background: #0054A3;
	color: #fff;
}

.download-from .from-box #refer{
	width: 385px;
	height: 50px;
	display: block;
	background: #0054A3;
	border-radius: 6px;
	border: none;
	margin: 0 auto;
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
}
.download-from .from-box .done{
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
}
.download-from .message-box{
	width: 80%;
}
.download-from .message-box>p{
	font-size: 18px;
	font-weight: 700;
	margin-top: 33px;
}
.download-from .message-box>p span{
	font-size: 16px;
	font-weight: normal;

}