 html, body {
  margin: 0;
  padding: 0;
  font-size:16px;
 }

 .section-index {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
 }

 .section-index-rolling {
   width: 100%;
   height: 99%;
   display: flex;
   flex-direction: row;
   overflow-x: hidden;
   position: relative;
 }

 .section-index-rolling >div:nth-child(1) {
   background: url("/static/img/rollingPicture1.jpg") no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   flex-shrink: 0;
 }

 .section-index-rolling >div:nth-child(2) {
   background: url("/static/img/rollingPicture2.jpg") no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   flex-shrink: 0;
 }

 .section-index-rolling >div:nth-child(3) {
   background: url("/static/img/rollingPicture3.jpg") no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   flex-shrink: 0;
 }

 .section-index-rollingdot {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 1%;
   position: relative;
   bottom: 30px;
}

.section-index-ul {
  bottom:-1%;
  color:#ffffff;
  z-index:100;
  padding:0px;
  margin-left: 55px;
}

.section-aboutus {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-aboutus >div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}

.section-aboutus >div >label:nth-child(1) {
  margin-top: 70px;
  font-size: 30px;
  color: #404040;
  font-family: "微软雅黑" !important;
}

.section-aboutus >div >label:nth-child(2) {
  font-size: 30px;
  color: #404040;
  font-family: "微软雅黑" !important;
}

.section-aboutus >div >label:nth-child(4) {
  font-size: 16px;
  color: #4c4c4c;
  font-family: "微软雅黑" !important;
}

.section-aboutus >div >label:nth-child(5) {
  margin-top: 5px;
  font-size: 16px;
  color: #4c4c4c;
  font-family: "微软雅黑" !important;
}

.section-guduge {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-guduge >div:nth-child(1) {
  width: 130px;
  height: 60px;
  background: url(/static/img/arrow.png) no-repeat;
  background-size: 70%;
  background-position-x: center;
  background-position-y: center;
}

.section-guduge >label:nth-child(2) {
  margin-top: 20px;
  font-size: 30px;
  color: #404040;
  font-family: "微软雅黑" !important;
  margin-bottom: 10px;
}

.section-guduge >div:nth-child(3) {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-guduge_imgdiv {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-guduge_imgdiv >div:nth-child(1) {
  width: 100%;
  height: 49%;
  background: url(/static/img/gudu3.png) no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section-guduge_imgdiv >div:nth-child(1) >div {
  width: 150px;
  height: 50px;
  background: url(/static/img/button3.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 30px;
}

.section-guduge_imgdiv >div:nth-child(1) >div:hover {
  width: 150px;
  height: 50px;
  background: url(/static/img/button3-hover.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 30px;
}

.section-guduge_imgdiv >div:nth-child(2) {
  width: 100%;
  height: 2%;
}

.section-guduge_imgdiv >div:nth-child(3) {
  width: 100%;
  height: 49%;
  background: url(/static/img/gudu4.png) no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section-guduge_imgdiv >div:nth-child(3) >div {
  width: 150px;
  height: 50px;
  background: url(/static/img/button3.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 30px;
}

.section-guduge_imgdiv >div:nth-child(3) >div:hover {
  width: 150px;
  height: 50px;
  background: url(/static/img/button3-hover.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 30px;
}

.section-guduge_img2div {
  width: 59%;
  height: 100%;
  background: url(/static/img/gudu5.png) no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section-guduge_img2div >div:nth-child(1) {
  width: 300px;
  height: 100px;
  background: url(/static/img/button4.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
}

.section-guduge_img2div >div:nth-child(1):hover {
  width: 300px;
  height: 100px;
  background: url(/static/img/button4-hover.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
}

.section-navigation {
  width:100%;
  height:550px;
  background-color: #F5F5F5;
}

.section-navigation >div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-navigation_titlediv {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-navigation_titlediv >label:nth-child(1) {
  font-size: 30px;
}

.section-navigation_titlediv >label:nth-child(2) {
  font-size: 30px;
}

.section-navigation_contentdiv {
  position: relative;
  width: 1000px;
  height: 330px;
}

.section-navigation_contentdiv >div:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 500px;
  left: 500px;
  top:0px;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(1){
  position: absolute;
  height:92px;
  width:33.3%;
  left: 0px;
  background-color: #ffffff;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(1) >label:nth-child(1){
  position: absolute;
  top: 20px;
  left: 24%;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(1) >label:nth-child(2){
  position: absolute;
  top: 48px;
  left: 29%;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(2){
  position: absolute;
  height:92px;
  width:33.3%;
  left: 165px;
  text-align: center;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(2) >label:nth-child(1){
  position: absolute;
  top: 20px;
  left: 31%;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(2) >label:nth-child(2){
  position: absolute;
  top: 48px;
  left: 29%;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(3){
  position: absolute;
  height:92px;
  width:33.3%;
  left: 332px;
  text-align: center;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(3) >label:nth-child(1){
  position: absolute;
  top: 20px;
  left: 36%;
}

.section-navigation_contentdiv >div:nth-child(2) >div:nth-child(3) >label:nth-child(2){
  position: absolute;
  top: 48px;
  left: 29%;
}

.informationDiv {
  height: 238px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 92px;
  background-color: #ffffff;
  display: inline;
  
}
ul{
  padding-left:40px;
  padding-top:15px;

}
ul li{line-height:22px;}

.activityDiv {
  height: 238px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 92px;
  background-color: #ffffff;
  display: none;
}

.activityDiv >span {
  font-size: 40px;
  margin-left: 165px;
  margin-top: 100px;
  display: block;
}

.caseDiv {
  height: 238px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 92px;
  display: none;
}

.pic{
  width:500px;
  height:238px;
}
.pic ul {
  padding: 0px;
  margin: 0px;
}
.pic ul li{
  list-style:none;
  width:25px;
  height:238px;
  float:left;
  white-space:normal;
}

.pic .l2{
  background-image:url("/static/img/2.jpg");
}
.pic .l3{
  background-image:url("/static/img/3.jpg");
}
.pic .l4{
  background-image:url("/static/img/4.jpg");
  width:449px;
}
.txt{
  width:25px;
  height:238px;
  background:#000;
  filter:alpha(opacity=50);
  background:rgba(0,0,0,.5);
}
.txt p{
  color:#fff;
  font-family:"微软雅黑" !important;
  float:left;
  position:relative;
}
.txt .p2{
  font-size:14px;
  width:14px;
  margin-top:25px;
  margin-left: 5px;
}

.section-project {
  height: 500px;
  width: 100%;
  background: url("/static/img/productbg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.section-project >div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-project_titlediv {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-project_titlediv >label:nth-child(1){
  color: #ffffff;
  font-size: 30px;
}

.section-project_titlediv >label:nth-child(2){
  color: #ffffff;
  font-size: 30px;
}

.section-project_contentdiv {
  width: 950px;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.section-project_contentdiv_div1 {
  width:250px;
  height: 130px;
  background: url("/static/img/p-1.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project_contentdiv_div2 {
  height: 130px;
  width:250px;
  background: url("/static/img/p-2.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project_contentdiv_div3 {
  width:250px;
  height: 130px;
  background: url("/static/img/p-3.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project_contentdiv_div4 {
  width:250px;
  height: 130px;
  background: url("/static/img/p-4.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project_contentdiv_div5 {
  width:250px;
  height: 130px;
  background: url("/static/img/p-5.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project_contentdiv_div6 {
  width:250px;
  height: 130px;
  background: url("/static/img/p-6.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-project__label {
  font-size: 20px;
  color: #ffffff;
}


.section-adviser {
  width: 100%;
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-adviser >div {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-adviser >div >label:nth-child(1) {
  color: #000000;
  position: absolute;
  font-size: 30px;
  margin-top: 55px;
}

.section-adviser >div >label:nth-child(2) {
  color: #000000;
  position: absolute;
  font-size: 30px;
  margin-top: 100px;
}

.section-adviser >div >div:nth-child(3) {
  width: 100%;
  height: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 130px;
}

.section-adviser-showImg-button1 {
  width: 30px;
  height: 65px;
  background: url("/static/img/arrow1.png") no-repeat;
  background-size: cover;
}

.section-adviser-showImg-button2 {
  width: 30px;
  height: 65px;
  background: url("/static/img/arrow2.png") no-repeat;
  background-size: cover;
}

.section-adviser-showImg-div {
  width: 90%;
  height: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: hidden;
}

.section-adviser-showImg-div-img1{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img2{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img3{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img4{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img5{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img6{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img7{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img8{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-img9{
  width: 30%;
  height: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-adviser-showImg-div-interval{
  width: 5%;
  height: 12px;
  background: url("/static/img/circle.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.section-adviser-showImg-circle {
  margin-top: 30px;
  width: 130px;
  height: 130px;
  background-color: yellow;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.section-adviser-labelName {
  font-family:"微软雅黑" !important;
  font-size: 20px;
  color: #404040;
  margin-top: 10px;
}

.section-adviser-labelJob {
  font-family:"微软雅黑" !important;
  font-size: 16px;
  color: #595959;
}

.section-adviser-showImg-circle1 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman1.png") no-repeat;
  background-size: 113%;
  background-position-x: 60%;
}

.section-adviser-showImg-circle2 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman2.png") no-repeat;
  background-size: 180%;
  background-position-y: 10%;
  background-position-x: 85%;
}

.section-adviser-showImg-circle3 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman3.png") no-repeat;
  background-size: 160%;
  background-position-y: 25%;
  background-position-x: 40%;
}

.section-adviser-showImg-circle4 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman4.png") no-repeat;
  background-size: 120%;
  background-position-y: 25%;
  background-position-x: 55%;
}

.section-adviser-showImg-circle5 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman5.png") no-repeat;
  background-size: 220%;
  background-position-y: 70%;
  background-position-x: 91%;
}

.section-adviser-showImg-circle6 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman6.png") no-repeat;
  background-size: 131%;
  background-position-y: 42%;
  background-position-x: 48%;
}

.section-adviser-showImg-circle7 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/man7.png") no-repeat;
  background-size: 121%;
  background-position-x: 55%;
}

.section-adviser-showImg-circle8 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/woman8.png") no-repeat;
  background-size: 121%;
  background-position-x: 50%;
  background-position-y: 15%;
}

.section-adviser-showImg-circle9 {
  margin-top: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("/static/img/man9.png") no-repeat;
  background-size: 121%;
  background-position-x: 50%;
  background-position-y: 15%;
}

.section-country {
  width: 100%;
  height: 600px;
  background: url("/static/img/bg-country.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.section-country >div >div:nth-child(1) {
  width:170px;
  height:70px;
  left:18%;
  position:absolute;
  margin-top:150px;
  background: url("/static/img/aus.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(1):hover {
  background: url("/static/img/aus2.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(2) {
  width:165px;
  height:70px;
  left:18%;
  position:absolute;
  margin-top:235px;
  background: url("/static/img/us.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(2):hover {
  background: url("/static/img/us2.png") no-repeat;
  background-position-x: 45%;
  background-position-y: 25%;
}

.section-country >div >div:nth-child(3) {
  width:165px;
  height:70px;
  left:18%;
  position:absolute;
  margin-top:325px;
  background: url("/static/img/uk.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(3):hover {
  background: url("/static/img/uk2.png") no-repeat;
  background-position-x: 50%;
  background-position-y: 25%;
}

.section-country >div >div:nth-child(4) {
  width:165px;
  height:70px;
  left:18%;
  position:absolute;
  margin-top:410px;
  background: url("/static/img/can.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(4):hover {
  background: url("/static/img/can2.png") no-repeat;
  background-position-x: 50%;
  background-position-y: 25%;
}

.section-country >div >div:nth-child(5) {
  width:165px;
  height:70px;
  left:18%;
  position:absolute;
  margin-top:495px;
  background: url("/static/img/newz.png") no-repeat;
  background-size: cover;
}

.section-country >div >div:nth-child(5):hover {
  background: url("/static/img/newz2.png") no-repeat;
  background-position-x: 46%;
  background-position-y: 45%;
}

.section-country >div >label:nth-child(6) {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 44%;
  top: 55px;
}

.section-country >div >label:nth-child(7) {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 47%;
  top: 100px;
}


.footer {
  width: 100%;
  height: 403px;
  background-color: #2B2D31;
  position: relative;
}

.footer >div:nth-child(1) {
  position: absolute;
  width: 70%;
  height: 80px;
  left: 16%;
}

.footer >div:nth-child(1) >div:nth-child(1){
  width: 165px;
  height: 40px;
  background: url("/static/img/can-lab.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 20px;
}

.footer >div:nth-child(1) >div:nth-child(2){
  width: 165px;
  height: 40px;
  background: url("/static/img/usa-lab.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 20%;
  top: 20px;
}

.footer >div:nth-child(1) >div:nth-child(3){
  width: 165px;
  height: 40px;
  background: url("/static/img/uk-lab.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 41%;
  top: 21px;
  background-position-y: -5px;
}

.footer >div:nth-child(1) >div:nth-child(4){
  width: 165px;
  height: 40px;
  background: url("/static/img/aus-lab.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 62%;
  top: 21px;
}

.footer >div:nth-child(1) >div:nth-child(5){
  width: 165px;
  height: 40px;
  background: url("/static/img/newz-lab.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 82%;
  top: 23px;
}

.footer >div:nth-child(2) {
  position: absolute;
  width:68%;
  height:0;
  border-bottom:#525252 1px dashed;
  left: 16%;
  top: 80px;
}

.footer >div:nth-child(3) {
  position: absolute;
  width: 70%;
  height: 300px;
  left: 14%;
  top: 103px;
}

.footer >div:nth-child(3) >a:nth-child(1){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left:10%;
}

.footer >div:nth-child(3) >a:nth-child(2){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left:18%;
}

.footer >div:nth-child(3) >a:nth-child(3){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left: 29%;
}

.footer >div:nth-child(3) >a:nth-child(4){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left: 40%;
}

.footer >div:nth-child(3) >a:nth-child(5){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left: 51%;
}

.footer >div:nth-child(3) >a:nth-child(6){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left:62%;
}

.footer >div:nth-child(3) >a:nth-child(7){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left: 73%;
}

.footer >div:nth-child(3) >a:nth-child(8){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  left: 84%;
}

.footer >div:nth-child(3) >a:nth-child(9){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color:#ffffff;
  top: 40px;
}

.footer >div:nth-child(3) >a:nth-child(10){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 65px;
}

.footer >div:nth-child(3) >a:nth-child(11){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 87px;
}

.footer >div:nth-child(3) >a:nth-child(12){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 109px;
}

.footer >div:nth-child(3) >a:nth-child(13){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 130px;
}

.footer >div:nth-child(3) >a:nth-child(14){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 151px;
}

.footer >div:nth-child(3) >a:nth-child(15){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color: #ffffff;
  top: 40px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(16){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 65px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(17){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 87px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(18){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 109px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(19){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 130px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(20){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 152px;
  left: 18%;
}

.footer >div:nth-child(3) >a:nth-child(21){
  position: absolute;
  color: #ffffff;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  top: 40px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(22){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 64px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(23){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 87px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(24){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 108px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(25){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 129px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(26){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 152px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(27){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 174px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(28){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 194px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(29){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 214px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(30){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 234px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(31){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;  top: 254px;
  left: 36%;
}

.footer >div:nth-child(3) >a:nth-child(32){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  color: #ffffff;
  top: 39px;
  left: 54%;
}

.footer >div:nth-child(3) >a:nth-child(33){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 64px;
  left: 54%;
}

.footer >div:nth-child(3) >a:nth-child(34){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 87px;
  left: 54%;
}

.footer >div:nth-child(3) >a:nth-child(35){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 108px;
  left: 54%;
}

.footer >div:nth-child(3) >a:nth-child(36){
  position: absolute;
  font-family:"微软雅黑" !important;
  font-size: 15px;
  color: #cccccc;
  top: 129px;
  left: 54%;
}

.footer >div:nth-child(3) >div:nth-child(37){
  float: left;
  width: 1px;
  height: 200px;
  background: #B5B5B5;
  left: 65%;
  position: absolute;
  top: 35px;
}

.footer >div:nth-child(3) >a:nth-child(38){
  position: absolute;
  color: #ffffff;
  font-family:"微软雅黑" !important;
  font-size: 18px;
  top: 39px;
  left: 68%;
}

.footer >div:nth-child(3) >a:nth-child(39){
  position: absolute;
  color: #ffffff;
  top: 80px;
  left: 70%;
  font-size: 14px;
}

.footer >div:nth-child(3) >a:nth-child(40){
  position: absolute;
  color: #ffffff;
  top: 112px;
  left: 75%;
  font-size: 14px;
}

.footer >div:nth-child(3) >a:nth-child(41){
  position: absolute;
  color: #ffffff;
  top: 135px;
  left: 75%;
  font-size: 14px;
}

.footer >div:nth-child(3) >a:nth-child(42){
  position: absolute;
  color: #ffffff;
  top: 157px;
  left: 75%;
  font-size: 14px;
}

.footer >div:nth-child(3) >div:nth-child(43){
  width: 15px;
  height: 20px;
  background: url("/static/img/phone2.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 68%;
  top: 79px;
}

.footer >div:nth-child(3) >div:nth-child(44){
  width: 60px;
  height: 60px;
  background: url("/static/img/erweima.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 68%;
  top: 114px;
}



.round{
  width:16px;
  height:16px;
  display: inline-block;
  font-size:10px;
  line-heigth:16px;
  text-align:center;
  color:#000000;
  text-decoration:none
}

.omitLabel{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:420px;
  padding-bottom: 5px;
}


.all{
  width: 500px;
  height: 330px;
  position: relative;
}
.screen{
	width:500px;
	height:330px;
	overflow:hidden;
	position:relative;
}
.screen li{
  width:500px;
  height:330px;
  overflow:hidden;
  float:left;
}
.screen ul{
  position:absolute;
  left:0px;
  top:0px;
  width:3000px;
  margin: 0px;
  padding: 0px;
}


.all ol{
  position:absolute;
  right:10px;
  bottom:10px;
  line-height:20px;
  text-align:center;
  margin: 0px;
}
.all ol li{
  float: left;
  width: 15px;
  height: 15px;
  background: #fff;
  margin-left: 5px;
  cursor: pointer;
  font-size: 10px;
  font-family: Verdana;
  line-height: 15px;
  border-radius: 15px;
  list-style-type: none;
}
.all ol li.current{
  background:yellow;
}
