@keyframes rotate {
    from {
      transform: rotate(0deg);
      -ms-transform:rotate(0deg);
      -webkit-transform:rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform:rotate(0deg);
    }
    to {
      transform: rotate(360deg);
      -ms-transform:rotate(360deg);
      -webkit-transform:rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform:rotate(360deg)
    }
}
@keyframes toBottom {
    from {
      top:0;
      opacity:0;
    }
    to {
      top:100%;
      opacity:1;
    }
}

@keyframes loopLeft {
    from {
      background-position-x:0;
    }
    to {
      background-position-x:100%;
    }
}

@keyframes motionLeft {
    from {
      left:0;
    }
    to {
      left:70px;
    }
}
/* 头部顶部 */
.header-box{
    width:100%;
}
.fly-header{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width: 100%;
    background:#fff;
    box-shadow:0px 0px 18px #ddd;
}
.no-fly-header{
    display:none;
    height:185px;
}


.header-top {
    height: 60px;
}

.search-top {
    margin: 15px 0 0 60px;
    padding-left: 10px;
    width: 192px;
    height: 32px;
    border:1px solid #fff;
    border-radius:15px;
}

.search-top input {
    width: 70%;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: transparent;
    border: none;
}

.search-top input::placeholder{
    color:#fff;
}

.search-icon {
    top: 8px;
    right: 16px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.tel-top {
    line-height: 60px;
}

.tel-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.tel-number {
    display: inline-block;
}

.tel-number span {
    margin: 0 4px;
    color: #fff;
}

/* 头部中部 */
.header-middle {
    padding: 30px 0;
    height: 125px;
}

.logo {
    margin-right: 31px;
    width: 225px;
    height: 63px;
}

.purpose {
    margin:8px 0;
    padding-left: 32px;
    border-left: 1px solid #5F5E5E;
}

.purpose-cn {
    font-size:22px;
}
.purpose-en{
    font-size:12px;
}

.menu-list {

}

.menu-item {
    float: left;
    padding: 0 16px;
    height:63px;
    line-height:63px;
    position: relative;
    z-index:99;
    font-size: 20px;
}
.menu-item a{
    color:#333;
}

.menu-item:last-child {
    padding-right: 0;
}

.sub-menu-list {
    display:none;
    position: absolute;
    left:-50%;
    z-index:100;
    margin-top:27px;
    width:220%;
    text-align:center;
    background:#fff;
    box-shadow:0 4px 10px #D3D5DA;
    border-radius:10px;
}
.sub-menu-item{
    height:62px;
    line-height:62px;
    font-size:20px;
}
/* 选中后的样式 */
.menu-item-active>a{
    display: inline;
    background: linear-gradient(to right, #ff0000, #0000ff);
    /* 渐变色从左到右 */
    background: -webkit-linear-gradient(to right, #ff0000, #0000ff);
    /* 渐变色从左到右 */
    /* IE9 使用渐变语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE2F3C', endColorstr='#0176E3');
    -webkit-background-clip: text;
    /* Chrome, Safari */
    -webkit-text-fill-color: transparent;
    /* Chrome, Safari */
    background-clip: text;
    /* 现代浏览器 */
    color: transparent;
    /* 现代浏览器 */
}

.pro-sub-menu-list,
.wenbao-sub-menu-list{
    overflow: hidden;
}
.pro-sub-menu-list{
    margin-left:-140px;
    padding-left:30px;
    width:500px;
}
.wenbao-sub-menu-list{
    padding-left:30px;
    width:300px;
}
.pro-sub-menu-list .sub-menu-item{
    float:left;
    margin-right:30px;
    width:205px;
}
.wenbao-sub-menu-list .sub-menu-item{
    float:left;
    margin-right:30px;
    width:105px;
}


/* 头部尾部 */
.header-bottom {
    padding:62px 0;
    height: 273px;
}
.big-logo-wrapper{
    position: relative;
    margin-top:20px;
    width:112px;
    height:112px;
}
.big-logo-border{
    position:absolute;
    width:100%;
    height:100%;
    animation: rotate 10s linear infinite;
}
.big-logo-border img{
    display:block;
    width:100%;
    height:100%;
}
.big-logo{
    position:absolute;
    top:8px;
    left:8px;
    width:95px;
    height:96px;
    border-radius:50%;
    overflow: hidden;
    box-shadow:0px 0px 10px 10px #deedff;
}
.big-logo img{
    display:block;
    width:100%;
    height:100%;
}
.big-purpose{
    margin-left:27px;
    margin-top:34px;
}
.big-purpose-en{
    font-size:22px;
}
.big-purpose-cn{
    font-size:42px;
}
.header-bottom-person{
    margin-top:41px;
    width:434px;
    font-size:28px;
    line-height:39px;
    text-align:right;
}
.header-bottom-person-top{
    letter-spacing:5px;
}
.header-bottom-person-btm{
    letter-spacing:3px;
}


/* 尾部 */
.footer-wrapper{
    height:600px;
}
.footer-innter-wrapper{
    height:100%;
    background:url('../image/footer-bg-logo.png') no-repeat;
    background-position: right;
}
.footer-top{
    padding-top:40px;
    height:500px;
}
.footer-top-left{
    margin-right:75px;
    width:283px;
}
.footer-purpose{
    margin-top:40px;
    color:#fff;
}
.footer-purpose-cn{
    font-size:33px;
}
.footer-purpose-en{
    font-size:15px;
}
.footer-erwei{
    margin-top:40px;
    width:105px;
}
.footer-erwei p{
    font-size:18px;
    text-align:center;
}
.footer-bottom-wrapper{
    border-top:1px solid #fff;
}
.footer-bottom{
    height:99px;
    line-height:99px;
}
.footer-bottom p{
    font-size:18px;
}
.footer-bottom-text-middle{
    margin-left:260px;
}
.footer-logo{
    width:283px;
    height:79px;
}
.footer-menu-list{
    margin-top:50px;
}
.footer-menu-item{
    margin-left:70px;
    text-align:center;
    font-size:18px;
    float: left;
    color:#fff;
}
.footer-sub-menu-list{
    padding-left:20px;
}
.footer-sub-menu-more .footer-sub-menu-list-last{
    margin-left:20px;
}
.footer-sub-menu{
    margin-top:25px;
    padding-top:30px;
    border-top:1px solid #ccc;
}
.footer-sub-menu-item{
    height:50px;
    text-align:left;
    font-size:14px;
    list-style-type: disc;
    list-style-position: outside;
}
.footer-sub-menu-item a{
    color:#fff;
}
.footer-sub-menu-more .footer-sub-menu-item{
    width:85px;
}
.footer-sub-menu-list-last .footer-sub-menu-item{
    margin-right:0;
}
.footer-sub-menu-list-last-only .footer-sub-menu-item{
    width:58px;
}
/* 尾部结束 */



