
@-webkit-keyframes play {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    70% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      -moz-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
      -o-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @-o-keyframes play {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    70% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      -moz-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
      -o-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @-moz-keyframes play {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    70% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      -moz-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
      -o-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @keyframes play {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    70% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      -moz-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
      -o-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @-webkit-keyframes lr {
    from {
      left: 100%;
    }
    to {
      left: -10%;
    }
  }
  @-o-keyframes lr {
    from {
      left: 100%;
    }
    to {
      left: -10%;
    }
  }
  @-moz-keyframes lr {
    from {
      left: 100%;
    }
    to {
      left: -10%;
    }
  }
  @keyframes lr {
    from {
      left: 100%;
    }
    to {
      left: -10%;
    }
  }
body{
    font-size: 14px;
}

.home_contact{
    margin-top: -250px; padding-bottom: 60px 0;
}
.home_contact h4{
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.home_contact h2{
    color: #212121;
    font-size: 36px;
    margin: 5px 0 30px;
}
.home_contact h2 span{
  font-size: inherit; margin-right: 10px;
}
.home_contact .wh4{
    /* color: white; */
}
.home_contact .wh2{
    /* color: white; */
}

.home_contact .contact_content{
    margin-top: 30px;
    /* background: white; */
    /* -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
    /* -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
    font-size: 0;
    margin-bottom: 50px;
}
.home_contact .home_contact_top{
    margin-bottom: 30px;
}
.home_contact .contact_content .right{
    width: 35%;
    vertical-align: middle;
}
.home_contact .contact_content .right .imgsBlock{
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: auto 100%; */
}
.home_contact .contact_content .left{
    width: 65%;
    color: #222;
    vertical-align: middle;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.contact_content .form_box{
    margin:-15px; font-size: 0; padding-top: 50px;
}
.contact_content .form_box ul{
    padding: 15px;
}
.contact_content .form_box ul li{
    margin-bottom: 5px;
    text-transform: none;
}
.contact_content .form_box ul li input{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f3f3f3;
    border: none;
    font-family: "Franklin_Gothic_Medium";
    padding: 0 15px;
}
.grid-box.two>.column{
    width: 50%;
}
.contact_content .form_Btn{
    width: 100%; padding: 30px 0 0; box-sizing: border-box;
}
.contact_content .form_Btn .subInfo{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f79c27;
    border: none;
    font-family: "Franklin_Gothic_Medium";
    padding: 0 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    cursor: pointer;
}
.contact_content .form_Btn .subInfo:hover{
  background: #1c6ec1;
}
.useField{
    font-size: 0; margin-top: 5rem;
}
.useField .HomeUserInfo{
    width: 300px;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
}
.home_use{
    /* background-color: rgb(78, 89, 109); */
    padding-top: 60px;
    position: relative;
}
.home_use .backBg{
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgb(245 245 245);
  width:38%; 
  height: 800px;
}
.home_use h4{
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.home_use h2{
    color: #212121;
    font-size: 36px;
    margin: 5px 0 30px;
}
.home_use .wh4{
    /* color: white; */
    text-align: center;
}
.home_use .wh2{
    /* color: white; */
    /* text-align: center; */
}
.home_use .wh2 span{
  font-size: inherit;
  margin-right: 10px;
}
.home_use .proImg{
    font-size: 0;   
}
.home_use .pro-title{
    bottom: -60px;
}
.home_use .HomeUserInfo:hover .pro-title{
    bottom: 0;
}
/* .slick2 .HomeProInfo{
    float: left; height: 100%; min-height: 1px;
} */
.home_news{
    /* background-color: #f5f5f5; */
    position: relative;
}
/* 
.home_news .backBg{
  right: 0;
  position: absolute;
  background-color: rgb(245 245 245);
  width:62%; 
  height:300px;
  margin-right: 50px;
} 
*/
.home_news h4{
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.home_news h2{
    color: #212121;
    font-size: 36px;
    margin: 5px 0 30px;
    /* text-align: center; */
}
.home_news h2 span{
  font-size: inherit;
  margin-right: 10px;
}
.home_news .home_newsBox{
    width: 100%; font-size: 0;
    
}

.home_news .home_newsBox .newsBoxList{
    margin: -15px 0;
}
.home_news .home_newsBox .newsBoxList ul
{
    padding: 15px 0;
    /* margin: 0 30px; */
    display: inline-block;
    box-sizing: border-box;
}

.home_news .home_newsBox .newsBoxList ul li{
    padding: 20px;
    /* background-color: white; */
    /* margin:0 30px; */
}
.home_news .home_newsBox .newsBoxList ul li .imgs{
  margin-bottom: 10px; cursor: pointer;
}
.home_news .home_newsBox .newsBoxList ul li .times{
    font-size: 14px; margin-bottom: 10px; color: #969696;
}
.home_news .home_newsBox .newsBoxList ul li .times i{
    margin-right: 10px;color: inherit;
}

.home_news .home_newsBox .newsBoxList ul li .titles{
    font-size: 18px; 
    /* margin-bottom: 15px; */
}

.home_news .home_newsBox .newsBoxList ul li .seeMore span{
    font-size: 14px;
    color: #f79c27;
    cursor: pointer;
}

.home_cooperation{
    background:#0076d9 url(../images/init-8-bg.jpg) center center no-repeat;
    text-align: center;
    color: white;
    padding: 40px 0 25px;
}
.home_cooperation .titles{
    font-size: 50px;
    line-height: 50px;
}
.home_cooperation .coBtn{
    display: inline-block;
    margin: 15px auto 0;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
    color: #0076d9;
    background: white;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.home_cooperation .coBtn:hover{
    background-color: rgb(78, 89, 109);
    color: white;
}

.home_use .useField .slick2 .slick-arrow {
    width: 46px;
    height: 46px;
    display: block;
    border: none;
    top: -110px;
    left: 80%;
    position: absolute;
    font-size: 0;
    cursor: pointer;
  }
  .home_use .useField .slick2 .slick-arrow.slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center #383838;
    background-size: 14px;
    margin-left: -36px;
  }
  .home_use .useField .slick2 .slick-arrow.slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center #383838;
    background-size: 14px;
    margin-left: 36px;
  }
  .home_use .useField .slick2 .slick-arrow.slick-prev:hover {
    background: url("../images/banner-btn-l.png") no-repeat center center #d72017;
  }
  .home_use .useField .slick2 .slick-arrow.slick-next:hover {
    background: url("../images/banner-btn-r.png") no-repeat center center #d72017;
  }
.tc{
  text-align: center;
}