/*首页头部*/
.head {
    width: 100%;
    min-width: 1210px;
    height: auto;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    padding-top: 30px;
    transition: all 0.3s;
    max-width: 1920px;
    height: 100px;
}
.head .head_bg{
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
    box-shadow: 1px 1px 6px #a7a7a7;
    top: 0;
    left: 0;
    opacity: 0;
}
.headon {
    margin-top: 0;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.head .show { /*max-width: 1720px;*/
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2000;
}

.head .logo {
    float: left;
}

.head .nav {
    float: right;
    line-height: 48px;
}

.head .nav li {
    float: left;
    margin-left: 42px;
}

.head .nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.head .nav li a:after {
    position: absolute;
    background-color: #ffffff;
    width: 0;
    height: 1px;
    right: 0%;
    bottom: -1px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    content: ''
}

.head .nav li a:hover:after {
    width: 100%;
    left: 0%;
}

.head .nav .on a {
    border-bottom: 1px solid #ffffff;
}


.banner {
    position: relative;
    height: 100%;
    z-index: 11;
    overflow: hidden;
}

.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.flex-pauseplay {
    display: none;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 640px;
    text-align: center;
}

.slides li a {
    display: block;
    height: 100%;
}

.slides li img {
    margin: 0 auto;
    display: none;
}

.slides li .video1 {
    background-color: #000;
}

.flex-direction-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 47%;
    opacity: 0;
    transition: all 0.3s;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    border-radius: 25px;
    opacity: 0.5;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
    transition: all 0.5s;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
    transition: all 0.5s;
}

.flex-direction-nav li a:hover {
    width: 60px;
    height: 50px;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
}

.flex-control-nav {
    position: absolute;
    z-index: 11;
    width: 60px;
    bottom: 0;
    right: 108px;
    height: 90px;
    display: none;
}

.flex-control-nav li {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 90px;
}

.flex-control-nav li a {
    color: #ffffff;
    width: 60px;
    line-height: 90px;
    text-align: center;
    display: none;
}

.flex-control-nav li .flex-active {
    display: block;
    font-size: 28px;
    color: #15843b;
    font-weight: bold;
    font-family: te2;
}

.flexslider .flex-pauseplay {
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    background-color: #0D6A28;
    top: 50%;
    right: 0;
    text-align: center;
    line-height: 100px;
}

.banner .show {
    width: 210px;
    line-height: 40px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    margin: 30px auto;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 200px;
    margin-left: -105px;
}

.banner .show:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video {
    position: fixed;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100%;
    min-width: 1210px;
    overflow: hidden;
    background-color: #000000;
}

.video video {
    width: 100%;
}

.stay {
    position: absolute;
    z-index: 12;
    width: 1px;
    bottom: 0;
    left: 50%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.3);
}

.stay p {
    width: 1px;
    background-color: #ffffff;
    animation: chang ease-in-out 2s infinite;
    height: 0;
    margin-top: 0;
}

@keyframes chang {
    0% {
        height: 0;
        margin-top: 0;
    }
    60% {
        height: 150px;
        margin-top: 0;
    }
    100% {
        height: 150px;
        margin-top: 150px;
    }
}

.video-show {
    width: 1210px;
    background-color: #000000;
    text-align: center;
    display: none;
}

.video-show video {
    max-width: 100%;
    margin: 0 auto;
}

/*网站头部*/

.head .show .nav .search a {
    font-weight: 400 !important;
    font-size: 20px;
}

.head .show .nav .search a i {
    font-size: 26px;
}

.head .show .nav .phone a {
    font-weight: 400 !important;
    font-size: 20px;
}

.head .show .nav .phone a i {
    font-size: 23px;
}
.banner{
    margin-top: 112px;
}
.banner .banner_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
    height: 200px;
    z-index: 3;
    text-align: center;
}
.banner .banner_text1 {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    width: 750px;
    height: 200px;
    z-index: 3;
    text-align: center;
}
.banner .banner_text1 h3 {
    font-family: 微软雅黑;
    font-size: 44px;
    font-weight: bold;
    color: #ff3600;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 1px #8D8D8D;
}

.banner .banner_text1 p {
    margin-top: 30px;
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: center;
    /*text-shadow: 1px 1px 1px #8D8D8D;*/
}

.banner .banner_text h3 {
    font-family: 微软雅黑;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 1px #8D8D8D;
}

.banner .banner_text p {
    margin-top: 30px;
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-shadow: 1px 1px 1px #8D8D8D;
}

.banner .banner_text span {
    display: inline-block;
    margin-top: 50px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    padding: 10px 60px;
    border: 1px solid #fff;
}

/*首页我们的服务*/
@media screen and (max-width: 1920px){
    .server {
        width: 100%;
        min-width: 1210px;
        height: auto;
        overflow: hidden;
        padding-top: 100px;
        transition: all 0.3s;
        max-width: 1920px;
        margin-bottom: 90px;
    }
    .server_center{
        width: 80%;
        margin: 0 auto;
    }
    .server_center .server_top{
        text-align: center;
        margin-bottom: 50px;
    }
    .server_center .server_top h3{
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: normal;
        line-height: 1;
        color: #000000;
    }
    .server_center .server_top p{
        margin-bottom: 16px;
        font-size: 16px;
        color: #666;
        line-height: 1;
    }
    .server_center .server_content ul{
        display: flex;
        justify-content: space-between;
    }
    .server_center .server_content ul li{
        width: 23%;
        height: auto;
        border: 1px solid #e6e6e6;
        padding: 40px;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: 1px 1px 2px #d8d8d8;
        position: relative;
        height: 420px;
    }
    .server_center .server_content .server_item{
        text-align: center;
    }
    .server_center .server_content .server_item i{
        font-size: 88px;
        color: #ff0000;
    }
    .server_center .server_content .server_item i.suliao{
        display: block;
        font-size: 72px;
        margin-bottom: 36px;
    }
    .server_center .server_content .server_item h3{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .server_center .server_content .server_item>div{
        margin-bottom: 30px;
    }
    .server_center .server_content .server_item p{
        font-size: 14px;
        line-height: 2;
        text-align: left;
        color: #666;
    }
    .server_center .server_content .server_item a{
        font-size: 14px;
        line-height: 2;
        color: #fff;
        padding: 8px 60px;
        background-color: #000;
        position: absolute;
        bottom: 30px;
        display: block;
        left: 50%;
        width: 100px;
        transform: translateX(-50%);
        text-align: center;
    }
    .indexProduct{
        width: 100%;
        min-width: 1210px;
        height: auto;
        overflow: hidden;
        padding-top: 90px;
        transition: all 0.3s;
        max-width: 1920px;
        background-color: #f6f6f6;
        padding-bottom: 90px;
    }
    .indexProduct .indexProduct_center{
        width: 80%;
        margin: 0 auto;
    }
    .indexProduct .indexProduct_center .indexProduct_top{
        text-align: center;
        font-size: 24px;
        margin-bottom: 50px;
    }
    .indexProduct .indexProduct_center .indexProduct_top h3{
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: normal;
        line-height: 1;
        color: #000000;
    }
    .indexProduct .indexProduct_center .indexProduct_top p{
        margin-bottom: 16px;
        font-size: 16px;
        color: #666;
        line-height: 1;
    }
    .indexProduct .indexProduct_center .indexProduct_content ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .indexProduct .indexProduct_center .indexProduct_content ul li{
        box-sizing: border-box;
        width: 23%;
        padding: 14px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .indexProduct .indexProduct_content ul li img{
        width: 100%;
    }
    .indexProduct .indexProduct_content .indexProduct_title{
        width: 100%;
        height: 50px;
        text-align: center;
    }
    .indexProduct .indexProduct_content .indexProduct_title a{
        line-height: 50px;
        color: #333;
        font-size: 15px;
    }
    .indexAbout{
        width: 100%;
        min-width: 1210px;
        height: auto;
        overflow: hidden;
        padding-top: 90px;
        transition: all 0.3s;
        max-width: 1920px;
        background:url("../images/about_bg.jpg") no-repeat center;
        padding-bottom: 90px;
    }
    .indexAbout .indexAboout_center{
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .indexAbout .indexAboout_center .indexAbout_left{
        width: 40%;
    }
    .indexAbout .indexAboout_center .indexAbout_right{
        width: 54%;
        display: flex;
        justify-content: space-between;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem{
        width: 31%;
        height: 450px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 6px 6px 0 0;
        text-align: center;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem img{
        width: 100%;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem h3{
        color: #333;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
        display: block;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem h3::before{
        content: '';
        display: inline-block;
        width: 3px;
        height: 17px;
        background-color: #ff0000;
        margin-right: 10px;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem span{
        color: #999;
        display: block;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .indexAbout .indexAboout_center .indexAbout_left h3{
        font-size: 36px;
        color: #fff;
        margin-bottom: 30px;
    }
    .indexAbout .indexAboout_center .indexAbout_left .indexAbout_content{
        font-size: 16px;
        color: #fff;
        line-height: 2;
    }
    .indexAbout .indexAboout_center .indexAbout_left .indexAbout_more a{
        font-size: 14px;
        color: #fff;
        padding: 10px 60px;
        border: 1px solid #999;
        display: inline-block;
        margin-top: 60px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1600px){
    .indexAbout .indexAbout_center .indexAbout_left .indexAbout_left_content span{
        display: none;
    }
}




/*首页新闻*/
@media screen and (max-width: 1920px){
    .indexNews{
        width: 100%;
        min-width: 1210px;
        height: auto;
        overflow: hidden;
        margin-top: 120px;
        transition: all 0.3s;
        max-width: 1920px;
        position: relative;
    }
    .indexNews .indexNews_center{
        width: 80%;
        margin: 0 auto;
    }
    .indexNews .indexNews_top{
        overflow: hidden;
    }
    .indexNews .indexNews_top .indexNews_left{
        text-align: center;
    }
    .indexNews .indexNews_top .indexNews_left p{
        margin-bottom: 16px;
        font-size: 16px;
        color: #666;
        line-height: 1;
    }
    .indexNews .indexNews_top .indexNews_left h3{
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: normal;
        line-height: 1;
        color: #000000;
    }
    .indexNews .indexNews_top .indexNews_right{
        float: right;
        width: 60%;
    }
    .indexNews .indexNews_top .indexNews_right p{
        width: 70%;
        margin-bottom: 14px;
        font-size: 16px;
        color: #333;
        line-height: 1.8;
        float: left;
    }
    .indexNews .indexNews_top .indexNews_right a{
        width: 20%;
        height: 54px;
        float: right;
        line-height: 54px;
        text-align: center;
        display: inline-block;
        background-color: #063190;
        font-size: 16px;
        color: #fff;
        border-radius: 4px;
    }
    .indexNews .indexNews_content{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 40px;
    }
    .indexNews .indexNews_content .indexNews_newItem{
        width: 23%;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsImg{
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsImg img{
        width: 100%;
        display: block;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsImg .date{
        width: 46%;
        height: 40px;
        background: rgba(255,255,255, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 40px;
    }
    .indexNews .indexNews_content .indexNews_newItem .date i{
        padding: 10px 10px 0 20px;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsContent{
        background-color: #ececec;
        height: auto;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsContent h3{
        font-size: 18px;
        color: #333;
        padding: 30px 0 0 20px;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsContent p{
        font-size: 15px;
        color: #999;
        padding: 14px 20px 0 20px;
        line-height: 1.6;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsContent a{
        font-size: 16px;
        color: #333;
        padding: 30px 20px 0 20px;
        line-height: 1.6;
        display: inline-block;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1600px){
    .indexNews{
        margin-top: 100px;
    }
    .indexNews .indexNews_content {
        margin-top: 40px;
    }
    .indexNews .indexNews_content .indexNews_newItem .newsContent a {
        padding: 20px;
    }
}




/*底部内容*/
@media screen and (max-width: 1920px) {
    .footer {
        width: 100%;
        min-width: 1210px;
        height: 300px;
        overflow: hidden;
        margin-top: 120px;
        transition: all 0.3s;
        max-width: 1920px;
        position: relative;
        background-color: #000000;
    }
    .footer .footer_contact{
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #464646;
    }
    .footer .footer_center{
        width: 80%;
        line-height: 60px;
        margin: 0 auto;
        color: #999;
        position: relative;
    }
    .footer .foot_top{
        display: flex;
        justify-content: space-between;
    }
    .footer .footer_center>div{
        margin-right: 40px;
    }
    .footer .footer_center .foot_tel i{
        font-size: 22px;
    }
    .footer .footer_center .foot_mail i{
        font-size: 22px;
    }
    .footer .footer_center .foot_add i{
        font-size: 22px;
    }
    .footer .footer_left{
        width: 12%;
        float: left;
    }
    .footer .footer_right{
        width: 60px;
        height: 60px;
        background-color: #ff0000;
        border-radius: 30px;
        text-align: center;
        line-height: 60px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-30px);
     }
    .footer .footer_left .footerLogo{
        margin-top: 50px;
    }
    .footer .footer_left img{
        width: 100%;
    }
    .footer .footer_nav{
        width: 50%;
        display: flex;
        justify-content: space-around;
    }
    .footer .footer_nav dl{

    }
    .footer .footer_nav dl dd{
        float: left;
        width: 120px;
        line-height: 160px;
    }
    .footer .footer_nav dt>a{
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 14px;
    }
    .footer .footer_nav dl dd>a{
        color: #a9a9a9;
        font-size: 14px;
        line-height: 30px;
    }
    .footer .footer_right>div{
        margin-bottom: 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .footer .footer_right h3{
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .footer .footer_right i{
        color: #999;
        font-size: 20px;
    }
    .footer .footer_right span{
        color: #fff;
        font-size: 24px;
    }
    .footer .footer_icp{
        position: absolute;
        left:0;
        bottom: 0;
        height: 60px;
        width: 100%;
        border-top: 1px solid #464646;
        text-align: center;
        line-height: 60px;
        font-size: 14px;
        color: #999;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1600px) {
    .footer .footer_nav {
        width: 66%;
        display: flex;
        justify-content: space-around;
    }
    .indexAbout .indexAboout_center .indexAbout_right .indexItem h3 {
        color: #333;
        text-align: center;
        font-size: 20px;
        margin-top: 60px;
        display: block;
    }
    .server_center .server_content .server_item p {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        color: #666;
    }
    .footer {
        width: 100%;
        min-width: 1210px;
        height: 300px;
        overflow: hidden;
        margin-top: 60px;
        transition: all 0.3s;
        max-width: 1920px;
        position: relative;
        background-color: #000000;
    }
}
.head .show>a{
  display:inline-block;
  width:255px;
  height:62px;
  background:url('../images/logo2.png') left top no-repeat;
}







