* { margin: 0; padding: 0; }
ul li{
	list-style-type:none;
}
.zwidth{
	width: 100%;
}
.all {
    width: 100%;
    height: 580px;
    position: relative;
    margin: 0 auto;
}
#box{
	border-top: 1px solid #333;
}
.inner{
	background-color:#999;
	position:relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    margin: 0 auto;
}
.inner::after{
	content:'';
	position:absolute;
	top:0;
	z-index:1000;
	height:580px;
	width:100%;
	/*background-color: #0000cc;*/
	/*background: linear-gradient(180deg,#296bbf, #ffffff);*/
	/*opacity:0.3;*/
}
.inner img {
    vertical-align: top;
    width:100%;
}

.inner ul {
    width: 1000%;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
.inner ul li {
    float: left;
    width:10%;
}
.inner ol {
    position: absolute;
    left:50%;
    bottom: 10px;
    margin-left: -52px;
    z-index: 2001;
}
.inner ol li {
    width: 15px;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*褰撳墠鐨勯珮浜殑灏忓渾鐐�*/
.inner ol .current {
    background-color: orange;
    color: #fff;
}
.inner .ads {
    position:absolute;
    z-index:3000;
    color:#ff6600;
    left:10%;
    display: none;
}
.inner .dt1,.inner .xt1{
	display: block;
}
.inner .dt1,.inner .dt2,.inner .dt3,.inner .dt4,.inner .dt5 {
    font-size:36px;
    top:200px;
    animation-name:moveDown1;
    animation-duration:0.5s;
    background: #fff;
    opacity: 0.6;
    padding: 0 10px;
}
.inner .xt1,.inner .xt2,.inner .xt3,.inner .xt4,.inner .xt5 {
    font-size:20px;
    top:280px;
    animation-name:moveDown2;
    animation-duration:0.5s;
    background: #fff;
    opacity: 0.6;
    padding: 0 10px;
}

@keyframes moveDown1{
	0%{
		top:0;
	}
	100%{
		top:200px;
	}
}

@keyframes moveDown2{
	0%{
		top:80px;
	}
	100%{
		top:280px;
	}
}

.focusD {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1519px;
    height: 30px;
    box-sizing: border-box;
    margin-top:-21px;
    display: none;
    z-index: 2000;
}
.focusD span {
    display: inline-block;
    width: 25px;
    font-size: 24px;
    height: 30px;
    color: #ccc;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
#left {
    float: left;
    font-size: 32px;
    border-radius: 0 30% 30% 0;
    line-height: 25px;
}
#right {
    float: right;
    font-size: 32px;
    border-radius: 0 30% 30% 0;
    line-height: 25px;
}
.programme{
	width:100%;
}
.prog{
	max-width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.prog1{
	font-size:30px;
	color:#333;
	margin:20px 0px 40px 0px;
	text-align: center;
}
/*
.prog1::before{
	content: "";
	border-bottom: 2px solid #333;
	width: 119px;
    position: absolute;
    top: 85px;
}*/
.prog2{
    position: absolute;
    border: 1px solid #333;
    padding: 10px 20px;
    top: 46px;
    right:0px;
    background: url('../upfile/bjlan.jpg') no-repeat -180px -1px;
    cursor: default;
}
.prog2:hover{
    animation-name:fillColor;
    animation-duration:0.3s;
    background: url('../upfile/bjlan.jpg') no-repeat -28px -1px;
    color:#fff;
    border: 1px solid #ff6600;
}

@keyframes fillColor{
	0%{
		background: url('../upfile/bjlan.jpg') no-repeat -180px -1px;
	}
	100%{
		background: url('../upfile/bjlan.jpg') no-repeat -28px -1px;
	}
}
.picture{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.programme .picture a{
	overflow: hidden;
    position: relative;
    width: 48%;
    background-color: #eeeeee;
    border:1px solid #eeeeee;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*
.programme .picture a:hover .aimg{
    animation:anim1 0.3s infinite;
    -webkit-animation:anim1 0.3s infinite;
    animation-iteration-count:1;
    margin: 0 auto;
	margin-bottom: 0.7vw;
	width: 100%;
}

.programme .picture a:hover{
	border:1px solid #eb9e3d;
}
*/
.programme .picture a:hover div{
	color: #0089E1;
}

@keyframes anim1{
   0%{
		margin-top: 0.7vw;
		width: 96%;
	}
   100%{
		margin-top: 0;
		margin-bottom: 0.7vw;
		width: 100%;
	}
}

@keyframes anim2{
   0%{
		margin-top: 0;
		width: 100%;
	}
   100%{
		margin-top: 0.7vw;
		width: 96%;
	}
}

.programme .picture a div{
	margin-bottom: 10px;
	color:#333333;
}
.programme .picture a div:nth-child(1){
    width: 96%;
    margin: 0.7vw auto;
}
.programme .picture a div:nth-child(2){
	font-size: 20px;
	
}
.picture img{
	width: 100%;
}
.oem{
	width:100%;
	height: 440px;
	background: url('../upfile/bjgz.jpg');
}
.oem .prog1{
	color:#fff;
}
.oem .prog1::before {
    border-bottom: 1px solid #fff;
}
.oem .prog2 {
	color:#fff;
    border: 1px solid #fff;
}
.oem-content{
	position:relative;
}
.oem-content .desc{
	color:#fff;
	width:80%;
}
.oem .divul{
	position:relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 0 36px;
}
.oem .timeline{
	position:absolute;
	border-bottom: 1px solid #fff;
	top: 170px;
	left:-20%;
	width:150%;
}
#arr1{
	color:#fff;
	position: absolute;
	top:158px;
	width:100%;
}
#left1 ,#right1{
	position:absolute;
    font-size: 25px;
    border-radius: 50%;
    background-color: #333;
    line-height: 23px;
    height: 25px;
    width: 25px;
    text-align: center;
    opacity: 0.3;
    cursor:default;
    z-index:99999;
}
#left1{
    left: 0px;
}
#right1 {
    right:0px;
}
#left1:hover ,#right1:hover{
	opacity: 1;
}
.oem ul{
	margin: 30px 0;
	width: 1000%;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
.oem ul li{
	float: left;
	color:#fff;
	margin: 0 20px;
	width:280px;
}
.oem ul li div:nth-child(1){
	margin-bottom:45px;
	font-size:26px;
	font-family:"Bodoni MT Black","Bodoni MT Black","Bauhaus 93","Arial";
}
.oem ul li div:nth-child(1)::after{
	content: "✔";
	font-size:16px;
	color:#fff;
	margin-left: 10px;
}

.oem ul li div:nth-child(1)::before{
	content: "";
    background: url(../upfile/dot.png) no-repeat 0px 0px;
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 9999999;
    top: 82px;
}
.oem ul li div:nth-child(2){
	margin-left: 22px;
}
.product{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.product li{
	width:30%;
	display:inline-block;
	margin-bottom: 30px;
}
.product li a{
	position: relative;
	display: inline-block;
}
.product li div img{
	width:100%;
}
.product li div:nth-child(2){
	text-align:center;
}
.gg{
	opacity: 0.3;
	background-color:#0078d7;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}
.product li div:hover .gg{
	opacity: 0;
	animation:displays 0.5s infinite;
    -webkit-animation:displays 0.5s infinite; /* Safari 鍜� Chrome */
    animation-iteration-count:1;
}

.product li div:nth-child(2) a{
	font-size: 18px;
	color:#333333;
}
.product li div:nth-child(2) a:hover{
	color:#0089E1;
}
@keyframes displays{ /*颜色渐渐显示出来*/
   0%{opacity: 0.3;}
   100%{opacity: 0;}
}