* {
	margin: 0;
	padding: 0;

}
ul{ 
	list-style: none;
}   
a{
	text-decoration:none;
}
body{ overflow-x:hidden; }
.head{
	height: 100px;
	width: 100%;
	position:fixed;
	top: 0px;
	background-color: #fff;
	z-index: 9;
}
.head-body{
	width: 1250px;
	height: 100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.head-logo{
	width: 300px;
	height: 100px;
}
.head-logo img{
	height: 62px;
	margin-top: 16px;
}
.head-navigation{ 
	height: 100px;
	width: 900px;
}
.head-navigation ul{
	display: flex; 
}
.head-navigation ul li{
	overflow: hidden;
    height: 85px;
}
.head-navigation ul .diyi{
    border-bottom: 3px solid #2868E8;
}
.head-navigation ul li a{
	line-height: 100px;
	padding: 11px;
	color: #5E6077;

}
.navigation-scribe{
	margin-top: -20px;
	height: 3px;
	width: 100%;
	margin-left: -60px;
	background-color: #2868E8;
	transition: 0.5s ease;
}
.head-navigation li:hover .navigation-scribe {
	margin-left: 0;
}
.navigation-scribe-a{
	margin-top: -20px;
	height: 3px;
	width: 100%;
	margin-left: -85px;
	background-color: #2868E8;
	transition: 0.5s ease;
}
.head-navigation li:hover .navigation-scribe-a {
	margin-left: 0;
}
.navigation-scribe-b{
	margin-top: -20px;
	height: 3px;
	width: 100%;
	margin-left: -105px;
	background-color: #2868E8;
	transition: 0.5s ;
}
.head-navigation li:hover .navigation-scribe-b {
	margin-left: 0;
}
.navigation-scribe-c{
	margin-top: -20px;
	height: 3px;
	width: 100%;
	margin-left: -105px;
	background-color: #2868E8;
	transition: 0.5s ;
}
.head-navigation li:hover .navigation-scribe-c {
	margin-left: 0;
}
.navigation-drop-down-a{
	position: absolute;

	padding: 40px 5px;
	background-color: #2868E8;
	margin-top: -16px;
	display: none;
}
.navigation-drop-down-a p{
	margin: -50px 0px;
}
#wrap{overflow: hidden; position: relative; width: 100vw; height: 580px; margin:  100px auto ; display: flex; }
#wrap .img-list{display: flex; position: relative; flex: 0px; width: 100%; height: 100%; transition: 0.5s ease;}
#wrap .img-list img{flex: none; width: 100%; height: 100%; cursor: pointer;}
#wrap a{ position: absolute; top: 50%; transform: translate(0,-50%); display: block; width: 40px;
height: 70px; background-color: rgba(0,0,0,0.7); color: #fff; user-select: none; font-size: 30px;
text-align: center; line-height: 70px; text-decoration: none;}
#wrap a.left{left: 0px;}
#wrap a.right{ right: 0px;}
.circle-list>.circle{ margin: 0 5px; width: 40px; height: 10px; background-color: rgba(249,253,250,0.4); }
.circle-list{ display: flex; position: absolute; bottom: 20px; left: 50%; transform:  translate(-50%, 0 );
width: 240px; height: 40px; z-index: 8;}
.circle-list>.circle.active{background-color: #fff;}
.service{
	width: 100%;
	padding: 70px 0px;
}
.service-title{
	height: 70px;
	width: 1250px;
	margin:  auto;
	text-align: center;
	padding: 0px 0px 70px 0px;
}
.service-title h1{
	color: #191c3d;
	font-size: 28px;
	line-height: 70px;
}
.service-program{
	display: flex;
	width: 1250px;
	margin: auto;
	justify-content: space-between;
}
.service-program .service-program-a{
	width: 250px;
	height: 480px;
	border-radius: 7px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
	transition: 0.3s ease;
}
.service-program .service-program-a:hover{
	margin-top: -10px;
}
.service-program .service-program-b{
	width: 250px;
	height: 480px;
	border-radius: 7px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
	transition: 0.3s ease;
}
.service-program .service-program-b:hover{
	margin-top: -10px;
}
.service-program .service-program-c{
	width: 250px;
	height: 480px;
	border-radius: 7px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
	transition: 0.3s ease;
}
.service-program .service-program-c:hover{
	margin-top: -10px;
}
.service-program .service-program-d{
	width: 250px;
	height: 480px;
	border-radius: 7px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
	transition: 0.5s ease;
}
.service-program .service-program-d:hover{
	margin-top: -10px;
}
.service-program-a-a{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	width: 100%;
	height: 265px;
	
}
.service-program-a-a img{

	height: 100%;
	width: 100%;
}
.service-program-a-b{
	height: 60px;
	width: 100%;
	text-align: center;
}
.service-program-a-b h2{
	line-height: 60px;
}
.service-program-a-c{
	height: 30px;
	width: 100%;
	display: flex;
	margin-top: 5px;
	justify-content: center;
}
.service-program-a-c img{
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 20px;
}
.service-program-a-c p{
	line-height: 30px;
}
.onlineretailers{
	height: 800px;
	width: 100%;
	background-color: #F4F9FF;
	padding: 70px 0px;
}
.onlineretailers-title{
	height: 70px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.onlineretailers-title h1{
	color: #191c3d;
	font-size: 28px;
	line-height: 70px;
}
.onlineretailers-choice{
	height: 50px;
	width: 1250px;
	margin: auto;
	display: flex;
	border-bottom: solid 1px  #ccc;
	
}
.onlineretailers-choice div{
	flex: 1;
	height: 47px;
	text-align: center;
}
.onlineretailers-choice div p{
	line-height: 50px;
}
.onlineretailers-content{
	width: 1250px;
	height: 600px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.onlineretailers-content div{
	border-radius: 7px;
	width: 250px;
	height: 310px;
	background-color: #fff;
	margin-top: 100px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
	transition: 0.3s ease;

}
.onlineretailers-content div img{
	width: 230px;
	height: 150px;
	margin: 10px;
}
.onlineretailers-content div h4{
	text-align: center;
}
.onlineretailers-content div p{
	margin: 10px;
	color: #75778b;
	font-size: 14px;
	line-height: 17px;
}
.onlineretailers-content div:hover{
	margin-top: 90px;
}
.yanse{
	border-bottom: 3px solid #2468f2;
	color: #2468f2;
	font-weight: 700;
}
.onlineretailers-distribution{
	width: 1250px;
	height: 670px;
	border-radius: 7px;
	margin: auto;
	margin-top: 20px;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
}
.onlineretailers-distribution img{
	border-radius: 7px;
	width: 100%;
	height: 100%;
}
.app{
	width: 100%;
}
.app-a{
	height: 100px;
	width: 1250px;
	margin: 50px auto;
	text-align: center;
}
.app-a h1{
	color: #191c3d;
	font-size: 28px;
	line-height: 100px;
}
.app-b{
	height: 450px;
	width: 1250px;
	margin: auto;
	display: flex;
}
.app-b-a{
	height: 450px;
	width: 550px;
}
.app-b-a img{
	padding: 30px;
	width: 90%;
	height: 90%;
}
.app-b-b{
	height: 450px;
	width: 700px;
}
.app-b-b-a{
    margin-top: 27px;
	height: 80px;
	width: 100%;
	display: flex;
}
.app-b-b-a img{
	width: 60px;
	height: 60px;
	margin-top: 5px;
}
.app-b-b-a-a{
	width: 620px;
	height: 100%;
	margin-left: 10px;
	margin: 0px 0px 10px 0px;
	
}
.app-b-b-a-a p{
    margin-left: 15px;
	font-weight: 500;
	font-size: 22px;
	text-indent: 32px;
	line-height: 35px;
	font-family: 仿宋;
}
.app-b-c{
	height: 450px;
	width: 550px;
}
.app-b-c img{
	padding: 0px 250px;
	height: 100%;
}
.oneness{
	width: 100%;
	height: 900px;
	background-image: url(http://bdgw.90qhkj.com/lbg.png);
	background-size: 100% 100%;
	margin-top: 50px;
	padding: 70px 0px ;
}
.oneness-title{
	width: 1250px;
	height: 70px;
	margin: auto;
	text-align: center;
}
.oneness-title h1{
	color: #fff;
	font-size: 28px;
	line-height: 70px;
}
.oneness-a{
	width: 1250px;
	height: 295px;
	display: flex;
	margin:40px auto;
	justify-content: space-between;
}
.oneness-a div{
	width: 240px;
	height: 100%;
	background-color: #fff;
	border-radius: 7px; 
	text-align: center;
	box-shadow: 0 0 28px 0 rgb(36 104 242 / 17%);
	transition: 0.3s ease;
}
.oneness-a div img{
	width: 109px;
	height: 109px;
	margin-top: 20px;
	transition: 0.2s ease;
}
.oneness-a div p{
	margin-top: 10px;
}
.oneness-a-a{
	padding: 10px;
	font-size: 13px;
	color: #75778B;
}
.oneness-a div:hover img {
-webkit-transform:scale(1.1) 
}
.oneness-a div:hover{
	margin-top: -10px;
	
}
.customized{
	width: 100%;
	height: 649px;
	background-color: #F4F9FF;
	padding: 30px 0px;
}
.customized-title{
	height: 70px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.customized-title h1{
	color: #191c3d;
	font-size: 28px;
	line-height: 70px;
}
.customized-a{
	width: 1250px;
	height: 195px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.customized-a div{
	width: 270px;
	height: 195px;
	background-color: #fff;
	transition: 0.3s ease;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 17%);
}
.customized-a-a{
	width: 100%;
	padding: 0 21px;
	background: url(http://bdgw.90qhkj.com/bjg.png) no-repeat;
	background-size: 100% 68px;
}
.customized-a-a h2{
	line-height: 68px;
	color: #fff;
	font-size: 20px;
	
}
.customized-a-a p{
	margin-top: 15px;
	color: #2a2a2a;
	font-size: 14px;
}
.customized-a div:hover{
	margin-top: -10px;
}
.Industrydynamics{
	width: 100%;
	height: 811px;
	background-color: #fff;
	padding: 50px 0px;
}
.Industrydynamics-title{
	height: 70px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.Industrydynamics-title h1{
	color: #191c3d;
	font-size: 28px;
	line-height: 70px;
}
.Industrydynamics-a{
	width: 1250px;
	height: 124px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.Industrydynamics-a .Industrydynamics-a-a{
	width: 600px;
	height: 124px;
	background-color: #fff;
	box-shadow: 0 0 18px 0 rgb(36 104 242 / 16%);
	transition: 0.2s ease;

}
.Industrydynamics-a .Industrydynamics-a-a:hover{
	box-shadow: 0 0 28px 0 rgb(36 104 242 / 30%);
}
.Industrydynamics-a-a-image{
	width: 134px;
	height: 0;
}
.Industrydynamics-a-a-image img{
	width: 100%;
	height: 95px;
	padding: 10px 10px;
}
.Industrydynamics-a-a-a{
	height: 124px;
	width: 430px;
	margin-left: 170px;
}
.Industrydynamics-a-a-a h3{
	font-weight: 500;
	font-size: 14px;
	padding: 10px 0px ;
}
.Industrydynamics-a-a-a p{
	font-size: 14px;
	color: #75778B;
	word-break: break-all;
	padding-right: 25px;
}
.businessaffairs{
	width: 100%;
}
.businessaffairs img{
	width: 100%;
}
.address{
	width: 100%;
	height: 510px;
	background-image: url("http://qihangguanwang.90qhkj.store/dizhi.jpg");
	background-size: 100%;
}
.address input,.address textarea{
	color: #fff;
}
.address textarea{
	padding: 10px;
	width: calc(100% - 20px)!important;
}
.address-a{
	height: 510px;
	width: 1390px;
	margin: auto;
	display: flex;
}
.address-Leavingamessage{
	width: 700px;
	height: 510px;
	
}
.address-Leavingamessage img{
	margin-top: 70px;
}
.address-Leavingamessage-a{
	width: 700px;
	height: 50px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.address-Leavingamessage-a-a{
	height: 50px;
	width: 330px;
	background-color: #4F4F4F;
}
.address-Leavingamessage-a-a input{
	height: 50px;
	width: 290px;
	margin-left: 10px;
	border: 0;
	outline: none;
	background-color: #4F4F4F;
}
.address-Leavingamessage-b textarea{
	height: 140px;
	width: 100%;
	resize: none;
	margin-top: 30px;
	background-color: #4F4F4F;
	outline: none;
	border: none;
}
.address-Leavingamessage-c{
	height: 80px;
	width: 100%;
	display: flex;
}
.address-Leavingamessage-c img{
	margin-top: 10px;
}
.address-Leavingamessage-c{
	line-height: 80px;
	font-size: 16px;
	color: #cdd718;
}
.yunaditu img{
	width: 300px;
	margin-left: 250px;
	margin-top: 20px;
}
.bottom{
	height: 72px;
	width: 100%;
	background: #090e19;
}
.bottom-a{
	height: 72px;
	width: 1250px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.bottom-a img{
	height: 45px;
	margin-top: 13px;
}
.bottom-b{
	display: flex;
	color: #a5a5a5;
	line-height: 72px;
	font-size: 12px;
}
.bottom-b img{
	width: 20px;
	height: 20px;
	margin: 20px 30px;
}
.box{
	transform: translateX(400%);
	transition: transform 0.6s ease;-in-out 0s;
}
.box:nth-of-type(even){
	transform: translateX(-400%);
}
.box.show{
	transform: translateX(0);
}