﻿@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input, textarea {

  outline: none;
font-family: '微软雅黑';
  /*-webkit-appearance: none;*/
   }



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

  color: #666; }



input:-moz-placeholder, textarea:-moz-placeholder {

  color: #666; }



input::-moz-placeholder, textarea::-moz-placeholder {

  color: #666; }



input:-ms-input-placeholder, textarea:-ms-input-placeholder {

  color: #666; }
body{
  font-size: 13px;
  font-family: '微软雅黑'
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style-type:none; 
}
a{
  text-decoration: none;
}
.yd-box{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.yd-con{
  width: 100%;
  height: 100%;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* margin-left: -700px; */
  /* margin-top: -355px; */
} 

/* .yd-box{
  
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/guide/bg.jpg) no-repeat center;
  background-size: 100%  100%
} 

.yd-con{
  width: 1400px;
  height: 710px;
  margin:0 auto;
}*/

.leftbox{
    width: 20%;
    height: 100%;
    float: left;
    background: url(../../images/guide/leftbg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.leftbox .yd-logo{
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 9%;
}
.leftbox .yd-logo .logo{
  width: 100%;
  display: block;
  height: auto;
}
.leftbox-part{
  padding-bottom: 40px;
}
.part1{
  padding: 12vh 40px  8vh;
}
.part1 .item{
  display: block;
  height: 100px;
  /*text-align: center;*/
  font-size: 20px;
}
.part1 .item svg{
  width: 40px;
  display: inline-block;
  margin-bottom: -10px;
  margin-left: 22%
}
.part1 .item a{
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  font-weight: bold;
  background: #CBB984;
  border-radius: 80px;
  line-height: 80px;
}
.part1 .item:first-child{
}
.part1 .item a:hover{
  background: #c9a268
}
.part1 .item img{
  width: 48px;
  height: 48px;
  float: left;
  margin: 15px 0 0 45px;
}
.part1 .item span{
  display: inline-block;
  margin: 0px 0 0 6px;
}
.part2{
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.part2 .item{
  width: 100%;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  position: relative;
  margin-bottom: 10px;
}

.part2 .item .pic{position:absolute;left:0;top:0;margin-top:-30px;margin-left:-1px;}
.part2 .item .pic img{width:100%;}
.part2 .item a{
  display: block;
  width: 100%;
  height: 35px;
  color: #fff;
  border-radius: 80px;
  border: 1px solid rgba(255,255,255,0.4);
  line-height: 35px;
}
.part2 .item img{
  margin: 10px 0 1px 0;
  width: 40px;
}
.part2 .item svg{
    width: 40px;
    margin: 10px 0 1px 0;
  }
.part2 .item span{
  display: block;
}
.part2 .item a:hover{
  background: #02a3a6;
}
.part3 .item{
  margin: 10px 0 0 40px;
  display: block;
  width: 267px;
  height: 33px;
  color: #fff;
  border-radius: 8px;
  background: rgba(255,255,255,0.2);
  line-height: 33px;
  text-align: center
}
.part3 .item  a{
  color: #fff
}
.part3 .item img{
  margin: 6px 7px 0 20px;
  float: left;
}
.part3 .item span{
  float: left;
 
}
.part3 .item span b{
   font-weight: normal;
}
.rightbox{
  width: 80%;
  float: right;
  position: relative;
  height: 100%;
  background: url(../../images/guide/bg1.jpg) no-repeat center;
  background-size: auto 100%;
  transition: background-image 1s linear;
}
.rightbox-con{
  width: 80%;
  position: absolute;
  height: 300px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.rightbox-con .item a{
  color: #fff
}
.rightbox-con .item{
    width: 32%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin-left: 8px;
}
.rightbox-con .middle {
    height: 100%;
}
.rightbox-con .middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}
.rightbox-con .item:nth-child(1) .middle-cont .img{
   background: #2A7F7A;
}
.rightbox-con .item:nth-child(2) .middle-cont .img{
   background: #275D8C;
}
.rightbox-con .item:nth-child(3) .middle-cont .img{
   background: #C9A268;
}
.rightbox-con .item:nth-child(4) .middle-cont .img{
   background: #a80a09;
}
.rightbox-con .middle-cont .img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
   
    border-radius: 120px;
}
.rightbox-con .middle-cont .img  img{
  margin-top: 30px;
  width: 72px;
}
.rightbox-con .text {
    margin-top: 5px;
}
.rightbox-con .middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.rightbox-con .tit {
    font-size: 30px;
}
.rightbox-con .tit1 {
    margin-top: 5px;
}
.rightbox-con .hoverbox {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rightbox-con .hoverbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}
.rightbox-con .item:nth-child(1)  .hoverbox{
  background: #2A7F7A;
}
.rightbox-con .item:nth-child(2)  .hoverbox{
  background: #275D8C;
}
.rightbox-con .item:nth-child(3)  .hoverbox{
  background: #C9A268;
}
.rightbox-con .item:nth-child(4)  .hoverbox{
  background: url(../../images/guide/yd-bg3_33.jpg) no-repeat 0 bottom;
}
.rightbox .item:hover .hoverbox { 
  opacity: 1; 
  visibility: visible; 
  top:-70px; 
  height: 400px; 
}
.rightbox .conbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.rightbox .hovercont {
    margin-top:50px;

}
.rightbox .hovercont .icon{width: 72px;}

.rightbox .yuanbox {
    position: relative;
    width: 180px;
    height: 180px;
    margin:14px auto 0 auto;
    overflow: hidden;
  }
.rightbox .yuanbox:before {
    -webkit-animation: yuanbox 5s linear 0s infinite;
    animation: yuanbox 5s linear 0s infinite;
}
.rightbox .yuanbox:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    background: url(../../images/guide/ydy-8.png) no-repeat 0 0;
}
.rightbox .yuanbox:after {
    -webkit-animation: yuanbox1 5s linear 0s infinite;
    animation: yuanbox1 5s linear 0s infinite;
}

.rightbox .yuanbox:after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background: url(../../images/guide/ydy-9.png) no-repeat 0 0;
}
.rightbox .yuanbox .img {
    margin-top: 43px;
}
.rightbox .yuanbox .img  img{
    width: 80px;
}
@-webkit-keyframes yuanbox {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
}
@keyframes yuanbox {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
}
@-webkit-keyframes yuanbox1 {
 0% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
}
@keyframes yuanbox1 {
 0% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
}



@media screen and (max-width:1450px){
 
}
.st0 {
          fill: none;
          stroke: #FFFFFF;
          stroke-width: 3;
          stroke-miterlimit: 10;
        }

        .st1 {
          fill: none;
          stroke: #FFFFFF;
          stroke-width: 2.5;
          stroke-miterlimit: 10;
        }

        .st2 {
          fill: none;
          stroke: #FFFFFF;
          stroke-width: 3;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-miterlimit: 10;
        }


    .st0,
    .st1,
    .st2 {
      stroke-dasharray: 320;
      stroke-dashoffset: 0;
    }




@media screen and (max-width:1500px){
.rightbox .yuanbox {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin:14px auto 0 auto;
    overflow: hidden;
  }

.rightbox .yuanbox:before {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
    background: url(../../images/guide/ydy-8.png) no-repeat 0 0;
    background-size: cover;
    width: 0.7rem;
    height: 0.7rem;
}
.rightbox .yuanbox:after {
    -webkit-animation: yuanbox1 5s linear 0s infinite;
    animation: yuanbox1 5s linear 0s infinite;
}

.rightbox .yuanbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../../images/guide/ydy-9.png) no-repeat 0 0;
    background-size: cover;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    margin-left: -0.3rem;
}

  .rightbox .yuanbox .img {
    margin-top: 0.2rem;
}
.rightbox .yuanbox .img  img{
    width: 0.3rem;
    height:auto
}
 .rightbox .yuanbox .icon{
   display:block;
    width: 0.3rem;
    height:auto;
   margin:0 auto;
   margin-top:30px;
  }
}

