@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:    2019-10-30
* @webPage: 堡垒机
*/

.banner {
    width: 100%;
    height: 643px;
    overflow: hidden;
    position: relative;
}
.banner .bg {
    width: 100%;
    height: 100%;
    margin-left: 0;
}
.banner .bg li {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .bg li>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .dot {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .5);
    margin-right: 20px;
    cursor: pointer;
}
.banner .dot span:nth-child(4) {
    margin-right: 0;
}
.banner .dot span.active, .banner .dot span:hover {
    background-color: #fff;
}
.banner .wrapper {
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-left: 600px;
    box-sizing: border-box;
}
.banner .logo {
    margin-top: 155px;
    height: 34px;
    margin-bottom: 30px;
}
.banner .logo span {
    display: inline-block;
    vertical-align: middle;
}
.banner .logo .title {
    font-size: 31.64px;
    color: #fff;
    font-weight: bold;
}
.banner .logo .title em {
    font-size: 38.1px;
}
.banner .logo .label {
    width: 170px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 19.66px;
    color: #fff;
    border-radius: 34px;
    margin-left: 10px;
    background-image: linear-gradient(to right, #d90101, #f13a12, #fa561b);
}
.banner .name {
    display: inline-block;
    width: auto;
    font-size: 37.62px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 28px;
    border-bottom: 1px solid #bbbec4;
    position: relative;
    margin-bottom: 35px;
}
.banner .name:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #bbbec4;
    position: absolute;
    left: 0;
    bottom: 4px;
}
.banner .superority {
    height: 32px;
    margin-bottom: 35px;
}
.banner .superority span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    margin-right: 30px;
    padding-left: 35px;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.banner .superority span:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: url("../images/icon04.png")no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.banner .func a {
    display: inline-block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 20px;
}
.banner .func a.active, .banner .func a:hover {
    background-color: #08aec8;
    border-color: #08aec8;
}
.screen1 {
    width: 100%;
    height: 82px;
    background-color: #fff;
}
.screen1 .wrapper {
    height: 100%;
    overflow: hidden;
}
.screen1 .searchInfo {
    height: 82px;
    overflow: hidden;
}
.screen1 .keyword {
    height: 82px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-right: 50px;
    background-color: #08aec8;
}
.screen1 .hot {
    display: inline-block;
    vertical-align: middle;
    height: 82px;
    line-height: 82px;
    font-size: 18px;
}
.screen1 .seachList {
    font-size: 0;
}
.screen1 .seachList li {
    display: inline-block;
    vertical-align: middle;
    line-height: 82px;
    font-size: 13.9px;
    color: #7e7e7e;
    margin-right: 45px;
    cursor: pointer;
}
.screen1 .seachList li:last-child {
    margin-right: 0;
}
.screen1 .seachList li.active a, .screen1 .seachList li:hover a {
    color: #08aec8;
    text-decoration: underline;
}
.screen1 .searchBox {
    width: 345px;
    height: 36px;
    border-radius: 36px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.screen1 .searchBox input {
    position: absolute;
    top: 0;
    left: 30px;
    width: 280px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #bbbaba;
    border: 0;
    background: transparent;
}
.screen1 .searchBox input::-webkit-input-placeholder {
    color: #bbbaba;
}
.screen1 .searchBoxinput::-moz-placeholder {
    color: #bbbaba;
}
.screen1 .searchBox input:-moz-placeholder {
    color: #bbbaba;
}
.screen1 .searchBox input:-ms-input-placeholder {
    color: #bbbaba;
}
.screen1 .searchBox button {
    width: 17px;
    height: 17px;
    font-size: 0;
    background: url("../images/icon-search.png")no-repeat;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}
.screen1 .searchBox button:hover {
    background: url("../images/icon-searchH.png")no-repeat;
}
.screen2 {
    width: 100%;
    height: 558px;
    background-color: #f7f7f7;
}
.screen2 .wrapper {
    overflow: hidden;
}
.screen2 .title {
    text-align: center;
    font-size: 23.79px;
    font-weight: bold;
    color: #2c2f34;
    margin: 55px auto 45px;
}
.screen2 .title span {
    font-size: 35.69px;
}
.screen2 .service {
    height: 42px;
    margin-bottom: 45px;
    overflow: hidden;
}
.screen2 .service li {
    height: 100%;
    line-height: 42px;
    border-radius: 42px;
    padding: 0 20px;
    background-color: #58606d;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-right: 50px;
}
.screen2 .service li:hover, .screen2 .service li.active {
    background-color: #08aec8;
}
.screen2 .service li:first-child {
    margin-left: 112px;
}
.screen2 .service li:last-child {
    margin-right: 112px;
}
.screen2 .service li:after {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #58606d;
    position: absolute;
    top: 20px;
    right: -50px;
}
.screen2 .service li:first-child:before, .screen2 .service li:last-child:after {
    display: block;
    content: "";
    width: 112px;
    height: 1px;
    background-color: #58606d;
    position: absolute;
    top: 20px;
}
.screen2 .service li:first-child:before {
    left: -112px;
}
.screen2 .service li:last-child:after {
    right: -112px;
}
.screen2 .serviceCont li {
    width: 1200px;
    height: 322px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    display: none;
}
.screen2 .serviceCont li.active {
    display: block;
}
.screen2 .serviceCont li .img{
    width: 453px;
}
.screen2 .serviceCont .info {
    width: 520px;
    padding: 50px 0px 0px 0px;
    word-wrap: break-word;
    word-break: break-word;
    color: #333;
}
.screen2 .serviceCont .info .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.screen2 .serviceCont .info .des {
    font-size: 16px;
    height: 230px;
    line-height: 26px;
    overflow-y: auto;
}
.screen2 .serviceCont .info .des .blue {
    color: #08aec8;
}
.screen3 {
    width: 100%;
    height: 750px;
    background-color: #fff;
}
.screen3 .wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.screen3 .title {
    margin: 45px auto 20px;
    font-size: 30px;
    color: #2c2f34;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.screen3 .title:before {
    display: block;
    content: "";
    width: 13px;
    height: 23px;
    background: url("../images/icon02.png")no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.screen3 .contentBox {
    height: 410px;
    background: url("../images/compareBg.png")no-repeat center center;
    position: relative;
    overflow: hidden;
}
.screen3 .contentBox .nameTit {
    width: 100%;
    height: 73px;
    font-size: 21.01px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
    box-sizing: border-box;
    background: url("../images/nameBg.png")no-repeat top center;
    position: absolute;
    z-index: 10;
}
.screen3 .vsBox {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 32px;
}
.screen3 .vsCont {
    width: 585px;
    height: 355px;
    border-radius: 6px;
    background-color: #f0f0f0;
    padding: 0 10px 10px;
    box-sizing: border-box;
    position: relative;
}
.screen3 .vsCont:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
}
.screen3 .vsCont .name {
    text-align: center;
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    color: #666;
    position: relative;
}
.screen3 .vsCont .name ins {
    display: inline-block;
    width: 44px;
    height: 2px;
    position: absolute;
    top: 42px;
    background-repeat: no-repeat;
    background-image: url("../images/icon-line01.png");
}
.screen3 .vsCont .name .lt {
    transform: rotate(180deg);
    margin-left: -63px;
}
.screen3 .vsCont .name .rt {
    margin-left: 15px;
}
.screen3 .vsCont ul {
    background-color: #fff;
    padding: 0 40px 20px;
    box-sizing: border-box;
}
.screen3 .vsCont ul li {
    height: 82px;
    border-bottom: 1px solid #efefef;
    padding: 25px 0 0 53px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    position: relative;
}
.screen3 .vsCont ul li:last-child {
    border-bottom: 0;
}
.screen3 .vsCont ul li ins {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14.78px;
    color: #fff;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 25px;
}
.screen3 .vsCont .sign {
    width: 144px;
    height: 144px;
    background: url("../images/poorExp.png")no-repeat;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.screen3 .rtCont {
    background-color: #08aec8;
}
.screen3 .rtCont .name {
    color: #fff;
}
.screen3 .rtCont .name .lt, .screen3 .rtCont .name .rt {
    background-image: url("../images/icon-line02.png");
}
.screen3 .rtCont ul li ins {
    background-color: #08aec8;
    color: #fff;
}
.screen3 .rtCont .sign {
    background: url("../images/goodExp.png")no-repeat;
}
.screen3 .rtCont .hotRec {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 104px;
    height: 111px;
    background: url("../images/hotRec.png")no-repeat;
}
.screen3 .choseTit {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 28.9px;
    color: #2c2f34;
    position: relative;
}
.screen3 .choseTit ins {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #2c2f34;
    position: absolute;
    top: 45px;
}
.screen3 .func {
    text-align: center;
    height: 42px;
}
.screen3 .func a {
    display: inline-block;
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
}
.screen3 .func a:hover {
    text-decoration: underline;
}
.screen3 .func .freeCase {
    background-color: #58606d;
    margin-right: 35px;
}
.screen3 .func .freeTry {
    background-color: #08aec8;
}
.screen4 {
    width: 100%;
    height: 876px;
    background-color: #f7f7f7;
}
.screen4 .wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.screen4 .title {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 45px;
    font-size: 24px;
    color: #2c2f34;
    font-weight: bold;
    position: relative;
}
.screen4 .title span {
    font-size: 41.31px;
}
.screen4 .title:before {
    display: block;
    content: "";
    width: 13px;
    height: 23px;
    background: url("../images/icon02.png")no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.screen4 #feature{
    background: url("../images/bg.png")no-repeat center center;
}
.screen5{
	width: 100%;
	height: 592px;
	background: url("../images/screen5Bg.png")no-repeat center top;
}
.screen5 .wrapper{
	height: 100%;
	overflow: hidden;
}
.screen5 .title{
    margin-top: 70px;
    font-weight: bold;
    color:#fff;
    font-size: 26.43px;
    position: relative;
    padding-bottom: 50px;
    margin-right: 250px;
}
.screen5 .title .subtit{
    padding-top: 15px;
    font-size: 30px;
}
.screen5 .title:before{
    display: block;
    content:"";
    width: 51px;
    height: 13px;
    background: url("../images/icon03.png")no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.screen5 .proList{
    width: 700px;
    margin-top: 105px;
    font-size: 0;
}
.screen5 .proList li{
    display: inline-block;
    width: 308px;
    height: 196px;
    border-radius: 5px;
    color:#fff;
    padding:25px;
    box-sizing: border-box;
    margin:0 40px 30px 0;
}
.screen5 .proList li:hover{
    background-color: rgba(255,255,255,.1);
}
.screen5 .proList li:nth-child(2n){
    margin-right: 0;
}
.screen5 .proList li .line01{
    margin-bottom: 25px;
}
.screen5 .proList li .line01 span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin-left: 15px;
}
.screen5 .proList li .line02{
    font-size: 14px;
    line-height: 20px;
}
.screen6  {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}
.screen6 .wrapper {
    overflow: hidden;
}
.screen6 .title {
    text-align: center;
    font-size: 34px;
    color: #182335;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
}
.screen6 .title:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icon02.png")no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.screen6 .title .sub {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
}
.screen6 .choseReason {
    width: 1200px;
    height: 370px;
    background-color: #fff;
    padding: 55px 78px 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
}
.screen6 .choseReason li {
    width: 291px;
    text-align: center;
    margin-right: 80px;
    cursor: pointer;
}
.screen6 .choseReason li:last-child {
    margin-right: 0;
}
.screen6 .choseReason li .img {
    height: 141px;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
}
.screen6 .choseReason li .img img {
    max-height: 141px;
}
.screen6 .choseReason li .img p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
    background-color: rgba(31,180,203,.9);
    border-radius: 0 0 5px 5px;
}
.screen6 .choseReason li .des{
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.screen6 .choseReason li .func a {
    display: inline-block;
    width: 115px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    background-color: #333333;
}
.screen6 .choseReason li.active .func a, 
.screen6 .choseReason li:hover .func a {
    background-color: #08aec8;
}
.screen6 .serviceCus {
    height: 190px;
    padding-top: 60px;
    box-sizing: border-box;
}
.screen6 .serviceCus .name {
    width: 170px;
    color: #182335;
}
.screen6 .serviceCus .name .line1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.screen6 .serviceCus .name .line2 {
    font-size: 16px;
}
.screen6 .cusList {
    width: 1030px;
    height: 78px;
    overflow: hidden;
    position: relative;
}
.screen6 .cusList ul {
    width: 19200px;
    height: 78px;
    font-size: 0;
    overflow: hidden;
}
.screen6 .cusList li a {
    display: inline-block;
    width: 141px;
    height: 78px;
    background-color: #fff;
    margin-right: 35px;
    cursor: pointer;
}
.screen6 .cusList li a:nth-child(6n) {
    margin-right: 0;
}
.screen6 .cusList .ltBtn, 
.screen6 .cusList .rtBtn {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.screen6 .cusList .ltBtn:hover, 
.screen6 .cusList .rtBtn:hover {
    background-color: #08aec8;
}
.screen6 .cusList .ltBtn {
    left: 0px;
}
.screen6 .cusList .rtBtn {
    right: 0;
}
.screen6 .cusList .not {
    cursor: not-allowed;
}
.screen6 .cusList .not:hover {
    background-color: rgba(0, 0, 0, .5);
}
.screen06{
    width: 100%;
    height: 269px;
    background: url("../images/screen06Bg.png")no-repeat left center;
    background-size: cover;
}
.screen06 .wrapper{
    overflow: hidden;
}
.screen06 .logo{
    margin-top: 30px;
}
.screen06 .logo img{
    margin-right: 10px;
}
.screen06 .logo .info{
    color: #fff;
    font-weight: bold;
}
.screen06 .logo .tit{
    font-size: 30.82px;
}
.screen06 .logo .sub{
    font-size: 22.78px;
}
.screen06 .des{
    margin:-10px 0px 15px 250px;
    color: #fff;
    font-size: 23.07px;
    font-weight: bold;
}
.screen06 .name{
    height: 42px;
    margin-left: 250px;
}
.screen06 .name .info{
    font-size: 31.64px;
    color:#fff;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
}
.screen06 .name .func a{
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    padding:0 32px;
    box-sizing: border-box;
    font-size: 16px;
    color:#fff;
}
.screen06 .name .func .freeUse{
    border:1px solid #fff;
    background-color: #2c2f34;
    margin-right: 20px;
}
.screen06 .name .func .freeUse:hover{
    background-color: #444950;
}
.screen06 .name .func .tryUse{
    background-image: linear-gradient(to right, #d90101, #f13a12, #fa561b); 
}
.screen06 .name .func .tryUse:hover{
    background-image: linear-gradient(to right, #fa561b, #f13a12, #d90101);
}

.screen7  {
    width: 100%;
    height: 700px;
    background-color: #fff;
}
.screen7  .title {
    margin-top: 60px;
    text-align: center;
    font-size: 34px;
    color: #182335;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.screen7  .title:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url(../images/icon02.png)no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.screen7  .title .sub {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
}
.screen7 .nav{
    width: 160px;
}
.screen7 .nav li{
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #2c2f34;
}
.screen7 .nav li a{
    display: block;
    padding:0 5px;
    box-sizing: border-box;
    font-size: 16px;
    color:#fff;
}
.screen7 .nav li a:hover{
    text-decoration: underline;
}
.screen7 .nav li.active{
    background: #2c2f34 url("../images/bg-nav.png")no-repeat -10px top;
    position: relative;
}
.screen7 .nav li.active:before{
    display: block;
    content: "";
    width: 10px;
    height: 62px;
    background: #08aec8 url("../images/icon-nav.png")no-repeat 0px 0px;
    position: absolute;
    left: -10px;
    top: -10px;
}
.screen7 .contentBox{
    width: 1040px;
    min-height: 520px;
    background-color: #f9f9f9;
}
.screen7 .cont{
    width: 100%;
    height: auto;
    display: none;
}
.screen7 .cont.active{
    display: block;
}
.screen7 .trafficBox{
    margin:40px 40px 0;
    height: 426px;
    box-sizing: border-box;
    overflow: hidden;
}
.screen7 .trafficList{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
.screen7 .trafficList li{
    width: 298px;
    height: 183px;
    margin-right: 33px;
    margin-bottom: 30px;
}
.screen7 .trafficList li:nth-child(3n){
    margin-right: 0;
}
.screen7 .trafficList li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.screen7 .trafficList li .img,
.screen7 .trafficList li .img img{
    width: 100%;
    height: 100%;
}
.screen7 .trafficList li .name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background-color: rgba(0,0,0,.5);
}
.screen7 .trafficList li a:hover .name{
    height: 100%;
    line-height: 183px;
    transition: height 0.5s ease;
}
.screen7 .pageBox{
    text-align: right;
    margin-right: 40px;
}
.screen7 .pageBox span{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #c7c7c7;
    margin-left: 12px;
    cursor: pointer;
}
.screen7 .pageBox span.active{
    background-color: #7c7c7c;
}
.screen8  {
    width: 100%;
    height: 375px;
    background-color: #fff;
}
.screen8  .wrapper {
    height: 100%;
}
.screen8  .contactInfo {
    width: 600px;
    height: 100%;
    padding-right: 65px;
    box-sizing: border-box;
}
.screen8  .contactInfo .item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 45px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.screen8  .contactInfo .item li {
    text-align: center;
    font-size: 18px;
    color: #666;
}
.screen8  .contactInfo .item li div {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    margin: 0 auto 15px;
}
.screen8  .contactInfo .item li div:hover {
    background-color: rgba(0, 0, 0, .01);
}
.screen8  .contactInfo .phoneImg {
    width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.screen8  .contactInfo .phoneImg img {
    width: 100%;
    height: 100%;
}
.screen8  .contactInfo .subscribe {
    font-size: 15.53px;
    color: #333;
    margin-bottom: 10px;
}
.screen8  .contactInfo .num {
    font-size: 28.47px;
    font-weight: bold;
}
.screen8  .contactInfo .func {
    width: 245px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ccc;
    border-radius: 44px;
    box-sizing: border-box;
    font-size: 0;
}
.screen8  .contactInfo .func a {
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 15.59px;
    color: #333;
    cursor: pointer;
}
.screen8  .contactInfo .func .active {
    background-color: #1eb8f7;
    color: #fff;
    border-radius: 44px;
}
.screen8  .messageBox {
    width: 600px;
    height: 100%;
    background: url("../images/contact.png")no-repeat left center;
    position: relative;
    overflow: hidden;
}
.screen8  .messageBox .info {
    width: 40px;
    height: 115px;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 16.01px;
    color: #fff;
    background-color: #0f9cd5;
    position: absolute;
    top: 65px;
    left: 0;
}
.screen8  .messageBox form {
    margin-top: 65px;
    width: 100%;
    height: 235px;
    background-color: rgba(255, 255, 255, .8);
    padding-left: 65px;
    box-sizing: border-box;
    overflow: hidden;
}
.screen8  .messageBox ul {
    margin-top: 35px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.screen8  .messageBox li {
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
}
.screen8  .messageBox li:last-child {
    margin-right: 0;
}
.screen8  .messageBox li input {
    width: 110px;
    height: 30px;
    border: 1px solid #bababa;
    box-sizing: border-box;
    padding-left: 5px;
    border-radius: 3px;
    background-color: transparent;
    margin-left: -8px;
}
.screen8  .messageBox .message {
    font-size: 16px color:#333;
}
.screen8  .messageBox .message span {
    display: inline-block;
    vertical-align: top;
}
.screen8  .messageBox .message textarea {
    display: inline-block;
    resize: none;
    width: 422px;
    height: 66px;
    border: 1px solid #bababa;
    background-color: transparent;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}
.screen8  .messageBox .message .submit {
    display: block;
    padding: 0 0 0 75px;
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 15px;
}
.screen2 .title:hover:before {
    animation: mymove 0.5s infinite;
}
.screen3 .title:hover:before {
    animation: mymove 0.5s infinite;
}
.screen4 .title:hover:before {
    animation: mymove 0.5s infinite;
}
.screen7  .title:hover:before {
    animation: mymove 0.5s infinite;
}
@keyframes mymove {
    from {
        bottom: 8px;
    }
    to {
        bottom: 0px;
    }
}
@-moz-keyframes mymove {
    from {
        bottom: 8px;
    }
    to {
        bottom: 0px;
    }
}
@-webkit-keyframes mymove {
    from {
        bottom: 8px;
    }
    to {
        bottom: 0px;
    }
}
@-o-keyframes mymove {
    from {
        bottom: 8px;
    }
    to {
        bottom: 0px;
    }
}