* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ff8a00;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.top {
    background-color: #ff8a00;
}

.top .text {
    //*background: url(../images/foot_logo.png)no-repeat left center; *//
    background-size: auto 22px;
    padding-left: 0px;
    line-height: 56px;
    color: #ddd;
    font-size: 14px;
    font-weight: 550;
}

.top .search-con {
    margin: 10px 0;
    margin-right: 20px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    overflow: hidden;
    width: 380px;
}

.top .search-con input[type='text'] {
    width: 100%;
    padding: 0 20px;
}

.top .search-con input[type='submit'] {
    width: 36px;
    background: #4d70e8 url(../images/search.svg)no-repeat center;
    background-size: 20px;
}

.top .lang {
    color: #ddd;
}

.top .lang span {
    margin: 0 10px;
}

.top .lang a {
    color: #ddd;
}

.top .lang a:hover {
    color: #4d70e8;
}

.header {
    width: 100%;
    height: 80px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: none;
    border-bottom: 1px solid #fff;
}
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header .logo {
    height: 80px;
    margin-right:40px;
}

.header .logo img {
    height: 50px;
}

.nav li>a {
    padding: 0 20px 0 20px;
    line-height: 80px;
    color:#fff;
    font-weight:bold;
}

.nav li:first-child>a,
.nav li:last-child>a {
    padding-right: 20px;
}

.nav li span {
    background: url(../images/xjt.png)no-repeat center;
    position: absolute;
    right: 0px;
    top: 0;
    height: 80px;
    width: 24px;
}

.nav .drop {
    background-color:rgba(255, 138, 0, .60);
    width: 250px;
    left: 0;
    position: absolute;
    transform: rotateX(90deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    padding: 10px 0;
    z-index: 999;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #ff8a00 solid;
}

.nav .drop a {
    font-size: 14px;
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
    line-height: 40px;
    color: #FFF;
    padding-left: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}



.header .righttxt {float: right;width:160px;text-align:center;font-size:23px;font-family:STXingkai;}


.search-form{position: absolute;
    top: 20px;  width:160px;margin-top:0px;border:1px #fff solid;border-radius:20px;}
.fc-search-keyword{background:none;border:0px;width:100px;line-height:40px;height:40px;font-size:14px;float:left;padding:0 10px;color:#fff}
.fc-search-anniu{border:0px;background:url('../images/cx.png') no-repeat ;width:50px;line-height:40px;height:40px;float:left;cursor: pointer;}







@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
    }
    .nav li:hover .drop a:hover {
        padding-left: 40px;
    }
}

.banner {
    overflow: hidden;position: relative;
    top: -80px;
    z-index: -99;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background-color: #4d70e8;
}

.home-pro {
    background-color: #f2f2f2;
    padding: 30px 8.333333333333332%;
}

.home-pro .item {
    width: 20%;
}

.home-pro .item .pic {
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.home-pro .item .pic img {
    max-height: 229px;
    max-width: 206px;
}

.home-pro .item .more {
    margin-left: auto;
    margin-right: auto;
    background-color: #ff8a00;
    color: #fff;
    border-radius: 3px;
    border-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 40px;
    line-height: 40px;
    width: 135px;
    margin-top: 35px;
    font-size: 14px;
}

.home-pro .item .more:hover {
    background-color: #4d70e8;
}

.home-about {position:relative;
    margin-top: 90px;
    border-bottom:1px solid #000;
}

.home-about .video {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-left: 40px;
    margin-bottom: 20px;
}

.home-about .video img {
    width: 100%;
}

.home-about .title {
    font-size: 18px;margin-top:10px;
    background:url(/static/skin/images/huangxian.jpg) no-repeat left bottom;padding-bottom:20px;
}

.home-about .title span {
    color: #ff8700;
    font-size: 80px;
    line-height:70px;
    font-weight:bold;letter-spacing:2px;
}

.home-about .text {
    font-size: 16px;
    line-height: 2;
}

.home-about .text p {
    margin-top: 20px;
    font-size:18px;
    text-indent: 0px;
    letter-spacing: 1px;
}

.home-about .btn {
    margin-top: 20px;
}

.home-about .btn a {
    position: absolute;
    bottom:0;
    left:0;
    background-color: #000;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    margin-right: 80px;
}

.home-about .btn a:hover {
    background-color: #333;
}

.home-dsj img{
   width:100%;
}
.home_ys_ttbg{height:140px;line-height:140px;background:url(/static/skin/images/ysttbg.jpg)  repeat-x center;margin-bottom: 40px;}
.home_ys_ttbg span{font-size:80px;color:#fe8b00;letter-spacing:5px;font-weight:bold;text-align:center;background:#fff;}
.home_ys {
   width:100%;
   margin:0 auto;background:#f4f4f4;height:364px;margin-bottom:60px;
}
.home_ys_l {
    float:left;
   width:50%;
}
.home_ys_r {
    float:left;
   width:50%;
}

.btn2 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: right;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn2 span {
    display: inline-block;
    width: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    float: left;
    background: #000000;
    color: #fff;
    margin-bottom: 16px;
}
.home_ys_txt{padding:5% 10%}
.home_ys_txt h2{
   font-size:30px;height:60px;line-height:60px;
}
.home_ys_txt p{
   height:160px;
}

.home-icon {
    margin-top: 20px;
}

.home-icon li {
    margin: 0 10px;
    padding: 40px 20px;
    width: calc(25% - 20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-icon li .icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.home-icon li .icon img {
    width: 48px;
}

.home-icon li .icon span {
    width: 14px;
    height: 14px;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-icon li .icon .line1 {
    border-left: 1px #4d70e8 solid;
    border-top: 1px #4d70e8 solid;
    left: 0;
    top: 0;
}

.home-icon li .icon .line2 {
    border-right: 1px #4d70e8 solid;
    border-top: 1px #4d70e8 solid;
    right: 0;
    top: 0;
}

.home-icon li .icon .line3 {
    border-left: 1px #4d70e8 solid;
    border-bottom: 1px #4d70e8 solid;
    left: 0;
    bottom: 0;
}

.home-icon li .icon .line4 {
    border-right: 1px #4d70e8 solid;
    border-bottom: 1px #4d70e8 solid;
    right: 0;
    bottom: 0;
}

.home-icon li .tit {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}

.home-icon li .text {
    margin-top: 35px;
    color: #666;
    line-height: 1.5;
}

.home-icon li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.home-icon li:hover .icon .line1 {
    left: 5px;
    top: 5px;
}

.home-icon li:hover .icon .line2 {
    right: 5px;
    top: 5px;
}

.home-icon li:hover .icon .line3 {
    left: 5px;
    bottom: 5px;
}

.home-icon li:hover .icon .line4 {
    right: 5px;
    bottom: 5px;
}

.home-icon li:hover .tit {
    color: #4d70e8;
}
.Server-info{background:url("/static/skin/images/news_bg.jpg") no-repeat center bottom;height:900px;}

.pic-con {
    margin-top: 30px;
}
.pic-con h2{
    height: 200px;
    line-height: 150px;
    font-size: 80px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}
.pic-con p{
    height:80px;
    line-height:80px;
    font-size: 18px;
    color: #fe8b00;
    text-align: center;
}
.pic-con .pic-con_more{padding: 5px 20px;text-align: center;
background-color: #ff172d;
width:240px;
margin: 0 auto;color:#fff;margin-top:80px;
}
.pic-con {
    margin-top: 30px;
}

.pic-con .swiper-slide {

}

.pic-con .swiper-button-white {
    background-color: rgba(0, 0, 0, .3);
    width: 40px;
    height: 74px;
    background-size: 18px;
}

.pic-con h3{
    line-height:60px;height:60px;color:#333;background:#fff;text-align:center;
}

.home-info {
    background-color: #fff;
    margin-top: 40px;
}

.home-info .pic {
    width: 50%;
    /*height: 530px;*/
    overflow: hidden; 
}

.home-info .pic img {
    width: 100%;
}

.home-info .right-info {
    color: #fff;
    font-size: 15px;
    background: url("../images/syt01.jpg") no-repeat center center;
    width: 50%;
    background-size: contain;
    padding-top: 27.60416666666%;
}

.home-info .right-info .right-info-line{
    padding-left:4%;
       border-left: 2px #fff solid; 
}


.home-info .text-info {
    padding:4% 3% 0 3%;
    color: #2145c1;
    font-size: 18px;
    background: url("../images/syt02.jpg") no-repeat center center;
   width: 50%;
    background-size: contain;
}

.home-info .right-info  .tit span {
    font-size:34px;
}

.home-info .right-info  .text {
    margin-top: 25px;
}

.home-info .text-info li {
    width: 25%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px;
        margin-top: 8%;
}

.home-info .text-info li .num {
    font-size: 28px;

}

.home-info .text-info li .num span {
    font-size:54px;
    font-family: Impact;
}



.home-info .right-info .btn {
    margin-top: 40px;
}

.home-info .right-info .btn a {
    width: 210px;
    height: 50px;
    border: 1px #FFF solid;
    font-size: 16px;
    color: #FFF;border-radius: 8px;
}

.home-info .right-info .btn a {
    margin-right: 40px;
}

.home-info .right-info .btn a:hover {
    background-color: #FFF;
    color: #000;
}


.home-ser {

    padding: 0px;
    overflow: hidden;
    color: #FFF;
}

.home-ser .tilte {
    height: 200px;
    line-height: 150px;
    font-size: 80px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.home-ser .text {
    color: #a9a9a9;
    margin-top: 10px;
}

.home-ser ul {
    margin-top: 40px;
}

.home-ser li {
    width: 32.33333%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: .5%;box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    position:relative;
}

.home-ser li:nth-child(3n) {
    margin-right: 0;
}
.home-ser li img{
    width:100%;
   
}

.preyantechnosys_pf_link {
    height: 46px;
    width: 46px;
    line-height: 45px;
    text-align: center;
    color: #333;
    position: absolute;
    right:10px;
    bottom:10px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
}

.home-ser li .txt {


    color: #333;
    padding: 20px;
    font-size: 18px;
    width: 100%;

    text-align: left;

    background-color: #fff;
}

.home-hzhb{padding: 50px 40px 30px 40px;
    overflow: hidden;margin:0 auto;
    color: #FFF;}
.home-hzhb li{float:left;width:13.285%;margin-right:1%}

.home-hzhb li img{width:100%;}
.home-news {
    margin-top: 50px;
}

.home-news-bg{background:url("/static/skin/images/col-02-9.jpg") no-repeat center top;height:900px;}



.home-news .title {
    padding-bottom: 30px;
}

.home-news .title h3 {
height: 200px;
    line-height: 150px;
    font-size: 80px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;margin: 0 auto;
}

.home-news .title .sub a {
    padding: 10px 20px;
}

.home-news .title .sub a:hover {
    background-color: #4d70e8;
    color: #FFF;
}

.home-news li {
    width: 29.3333%;
    margin: 2%;
    padding: 5%;
    border-top: 1px solid #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height:600px;
    position: relative;
}

.home-news li.p_r{
    background:url("/static/skin/images/pic01.jpg") no-repeat center top;
    
}


.home-news li:hover.p_r{
background:url("/static/skin/images/pic02.jpg") no-repeat center top;
    

}


.home-news li:nth-child(6n) {
    margin-right: 0;
}

.home-news li .tit {
       margin-top: 80px;
    font-size:80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
    height:100px;
    line-height:100px;
}

.home-news li .tit a {
    color: #666;
}
.home-news li .ico {
      position:absolute;right:30px;top:30px;
}


.home-news li .tit .date {

}

.home-news li .text-con {
    margin-top: 14px;
}

.home-news li .text {
    margin-right: 0%;
    font-size: 16px;
    line-height:32px;
    color: #fff;
    height:200px;
}

.home-news li .more {
    width: 100%;
    height: 30px;
    border-bottom: 2px #fff solid;
    background: url(../images/baixian.jpg)no-repeat left bottom;

    position: absolute;
    right: 0;
    text-align: right;
 

}
.home-news li .more span{
background: #fff;
    color: #ff8a02;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    float: right;
 

}

.home-news li:hover {

    
}

.home-news li:hover .tit a {
    color: #4d70e8;
}

.home-news li:hover .tit::before {
    background-color: #4d70e8;
}

.home-news li:hover .more {
    background: url(../images/baixian.jpg)no-repeat left bottom;

}

.footer {

    
    background: #04070c url("/static/skin/images/footbg.jpg") no-repeat center top;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ccc;
    font-size: 18px;
    
}

.footer .logo,
.footer .f-nav{
width: 23%;
    border-left: 1px solid #515151;
    padding-left: 2%;
}

.footer .erwma-con {
    float: left;
}

.footer .tit {
    font-size: 30px;
    font-weight: bold;
    color: #df8e18;margin-bottom: 20px;
}

.footer a {
    color: #ccc;
    line-height: 1.8;
}

.footer a:hover {
    color: #4d70e8;
    text-decoration: underline;
}

.footer .text-con {
width:40%;
    border-left: 1px solid #515151;
    padding-left: 2%;
}

.footer .text-con p {
    line-height: 1.8;
}

.footer .text-con a {
    background-color: #4d70e8;
    height: 40px;
    line-height: 40px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFF;
    font-size: 18px;
    margin-top: 10px;
}

.footer .erwma-con .erwma {
    width: 140px;
    overflow: hidden;margin-right:30px;
   
}
.footer .erwma-con .txt {
 font-size: 14px;
   
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .copyright {
    margin-top: 20px;
}

.footer .an {
    margin-top: 10px;
}

.footer .an a {
    color: #545454;
}

.footer .an a:hover {
    color: #4d70e8;
}

.sub-banner {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 45.8333333%;;position: relative;
    top: -80px;
    z-index: -99;
}

.dingwei {
    position: absolute;
    left: 0;
    top:200px;
}

.crumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    color: #FFF;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
}

.crumbs a {
    color: #FFF;
}

.mt40 {
    margin-top: -40px;
}

.sidebar {
    width: 280px;
    border: 1px solid #d6d6d6;
    margin-right: 20px;
}

.sidebar h2 {
    padding-left: 30px;
    background-color: #ff8a00;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
}

.sidebar li::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sidebar li a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 30px;
}

.sidebar li:last-child a {
    border-bottom: 0;
}

.pub-title {
    border-bottom: 1px solid #d6d6d6;
    font-size: 20px;
    padding-bottom: 10px;
}

.hezuo {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-bottom: 30px;
    float:left;
}
.hezuo .picc {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;border:1px #f4f4f4 solid;
}
.hezuo .piccc {
    width: 340px;
    height: auto;text-align:center;
    overflow: hidden;
    margin: 10px;
}



.list li {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-bottom: 30px;
}

.list li .pic {
    width: 240px;
    height: 140px;
    overflow: hidden;
    margin-right: 30px;
}

.list li .piccp {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-width: 64px;margin-right:20px;
}
.list li .piccp img{
    border-radius: 5px;
}

    

.list li .text-con {
    min-width: 0;
}

.list li .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

.list li .titcp {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.list li .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
}

.page {
    margin: 50px 0;
    font-size: 14px;
}

.page a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #f0f4f8;
}

.page .prev,
.page .next {
    height: 30px;
    width: 30px;
}

.page .prev::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-bottom: 2px #606266 solid;
    border-left: 2px #606266 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px #606266 solid;
    border-right: 2px #606266 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page a.on {
    background-color: #ff8a00;
    color: #FFF;
}

.dateils h1 {
    font-size: 24px;
}

.dateils .info {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 20px;
}

.dateils .info span {
    margin-right: 10px;
}

.dateils .body {
    line-height: 2;
    margin-top: 20px;
}

.dateils .body img {
    max-width: 100%;
    margin-top: 20px;
}

.dateils .body p {
    margin-top: 20px;
}

.dateils .prev-next {
    border-top: 1px #d6d6d6 solid;
    margin-top: 40px;
    padding-top: 30px;
}

.dateils .prev-next a {
    width: 45%;
}

.dateils .prev-next a:last-child {
    text-align: right;
}

.about .jianjie .focus {
    width: 580px;
    height: 385px;
    overflow: hidden;
    margin-right: 20px;
}

.about .jianjie .text {
    font-size: 14px;
    line-height: 1.6;
}

.about .culture {
    background: url(../images/bj.jpg)no-repeat fixed center center;
    padding: 120px 0;
    margin-top: 60px;
}

.about .culture .title {
    font-size: 35px;
    font-weight: bold;
    color: #ff8000;text-shadow: 1px 2px 2px #fff;
}

.about .culture .title span {
    color: #ff8a00;
    margin-top: 20px;font-size:40px;
}

.about .culture .item {
    width: 280px;
    height: 215px;
    overflow: hidden;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: rgba(255, 255, 255, .25);
    padding: 70px 40px;
    margin-left: 20px;
    color: #ff8a00;
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.about .culture .item:nth-child(1) {
    background-image: url(../images/a1.png);
}

.about .culture .item:nth-child(2) {
    background-image: url(../images/a2.png);
}

.about .culture .item:nth-child(3) {
    background-image: url(../images/a3.png);
}

.about .culture .item h4 {
    font-size: 20px;
}

.about .culture .item h4 span {
    height: 2px;
    background-color: #ff8a00;
    width: 40px;
    margin-left: 20px;
}

.about .team {
    margin-top: 60px;
}

.about .team .title {
    font-weight: bold;
    font-size: 30px;
}

.about .team .content {
    margin-top: 30px;
}

.about .team .fir-pic {
    width: 590px;
    height: 420px;
    overflow: hidden;
    cursor: pointer;
}

.about .team .pic {
    width: 23%;
    height: auto;
    overflow: hidden;
    margin:0 1%;
    margin-bottom: 20px;
}

.about .team .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 10px 0;
    height: 40px;
}

.about .team .fir-pic:hover .text,
.about .team .pic:hover .text {
    height: 100%;
}

.about .team .pic:hover   img{
        -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

.about .honor {
    margin-top: 50px;
}

.about .honor .title {
    font-size: 24px;
    font-weight: bold;
}

.about .honor .text {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.about .honor img {
    width: 100%;
}

.about .honor .swiper-container {
    margin-top: 30px;
}

.about .honor .swiper-button-white {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    background-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav .search {
    display: none;
}

.menu-btn {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/dh.png)no-repeat center;
    background-size: 100%;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-info .text-info li .num span {
    font-size: 44px;
    font-family: Impact;
}

.home-about {
    margin-top: 40px;
}
    .top{
        display: none;
    }

    .sidebar {
        width: 100%;
    border: 1px solid #d6d6d6;
    margin-right: 0px;
    margin-bottom:20px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 80px;
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 99999;
    }
    
    
    
    .header .righttxt {float: right;width:90%;text-align:center;font-size:23px;font-family:STXingkai;}


.search-form{position: absolute; top: 20px; width:80%;margin:0 auto;border:1px #ff8a00 solid;border-radius:20px;}
.fc-search-keyword{background:none;border:0px;width:80%;line-height:40px;height:40px;font-size:14px;float:left;padding:0 10px;color:#ff8a00}
.fc-search-anniu{border:0px;background:url(../images/cx2.png)no-repeat center;;width:20%;line-height:40px;height:40px;float:left;cursor: pointer;}




    .nav .search {
        display: flex;
        margin: 20px;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border:0px #ff8a00 solid;
        overflow: hidden;
    }
    .nav .search input[type='text'] {
        padding-left: 20px;
    }
    .nav .search input[type='submit'] {
        width: 40px;
        background: #ff8a00 url(../images/search.svg)no-repeat center;
        background-size: 20px;
    }
    .menu-btn {
        display: block;
    }
    .nav ul {
        flex-flow: column;
    }
    .nav li {
        border-bottom: 1px #f6f6f6 solid;
    }
    .nav li>a {
        color: #333;
        font-size: 14px;
        line-height: 50px;
        display: block;
    }
    .nav li span {
        height: 50px;
    }
    .nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 20px;
        opacity: 1;
        visibility: inherit;
        border: none;
        display: none;
        background-color: transparent;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav .drop::after {
        display: none;
    }
    .nav .drop a {
        font-size: 14px;
        color: #333;
    }
    .home-pro {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-pro .item .pic img {
        max-width: 90%;
        max-height: 90%;
    }
    .home-about .title span {
        font-size: 20px;
    }
    .home-icon li {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
    }
    .home-icon li .tit {
        font-size: 20px;
    }
    .home-icon li .text {
        margin-top: 20px;
    }
    .dateils h1 {
        font-size: 20px;
    }
    .about .culture .con {
        flex: 1;
    }
    .about .culture .item {
        width: 31%;
        margin-left: 2%;
    }
    .about .team .fir-pic {
        width: 40%;
    }
    .about .team .pic {
        width: 48%;
        margin: 0.5%;
    height: auto;
    }
    .about .team .text {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    body {
        font-size: 14px;
    }
    .header,
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 70px;
    }
    .home-about,
    .home-info {
        flex-flow: column;
    }
    .home-about .video {

        
        width:100%;
    height: auto;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 0px;
    }
    .home-info .pic {
        width: 100%;
    }
.home-info .text-info {
    padding: 90px 1% 0 10%;
    color: #2145c1;
    font-size: 18px;
    background: url(../images/syt02.jpg) no-repeat center center;
    
    width: 100%;background-size: contain;
    padding-top: 55.20833333%;
}

.home-info .text-info li .num {
    font-size: 18px;

}

.home-info .right-info {
    padding: 90px 1% 0 1%;
    color: #fff;
    font-size: 15px;
    background: url(../images/syt01.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    background-size: contain;
    width: 100%;
    padding-top: 55.20833333%;
}

.home-info .right-info .tit span {
    font-size: 24px;
}
.footer .erwma-con {
    width: 50%;
}

    .home-ser {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-ser li {
        height: 420px;
    }
   .footer .f-nav {
        display: none;
    }
    .footer .logo {
        width: auto;
    }
    .footer .text-con {
        flex: 1;border-left: 0px solid #515151;
    }
    .about .jianjie {
        flex-flow: column;
    }
    .about .jianjie .focus {
        width: 100%;
        margin-right: 0;
    }
    .about .jianjie .text {
        margin-top: 30px;
    }
    .about .culture .title {
        font-size: 24px;
    }
    .about .culture .item h4 {
        font-size: 18px;
    }
    
    .home_ys {
    width: 100%;
    margin: 0 auto;
    background: #f4f4f4;
    height: auto;
    margin-bottom: 60px;
}
    .home_ys_ttbg {
    height: 80px;
    line-height: 80px;
    background: url(/static/skin/images/ysttbg.jpg) repeat-x center;
    margin-bottom: 20px;
}

    .home_ys_ttbg span {
    font-size: 26px;
    color: #fe8b00;
    letter-spacing:2px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}
    .home_ys_l {
    float: left;
    width: 100%;
}
    .home_ys_r {
    float: left;
    width: 100%;
}
        .home_ys_l img{
    width: 100%;
}
    
        .home_ys_r img{
    width: 100%;
}
    .pic-con h2 {
    height: 100px;
    line-height: 80px;
    font-size:30px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
    .pic-con p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fe8b00;
    text-align: center;
}
    .Server-info {
    background: url(/static/skin/images/news_bg.jpg) no-repeat center bottom;
    height: 700px;
}
.home-ser .tilte {
    height: 100px;
    line-height: 80px;
    font-size: 30px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
.home-hzhb li {
    float: left;
    width: 23.285%;
    margin-right: 1%;
}
.home-news .title h3 {
    height: 100px;
    line-height: 80px;
    font-size: 30px;
    color: #fe8b00;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
}
.home-news-bg {
    background:#d7d7d7 url(/static/skin/images/col-02-9.jpg) no-repeat center top;
    height: auto;
}


    
}

@media (max-width:767px) {
    .header,
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 60px;
    }
    .home-pro {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .home-pro .item {
        width: 50%;
        margin-top: 30px;
    }
    .home-pro .item:last-child {
        display: none;
    }
    .home-pro .item .pic {
        height: 180px;
    }
    .home-pro .item .more {
        margin-top: 20px;
        font-size: 12px;
    }
    .home-about {
        margin-top: 30px;
    }
    .home-about .title span {
        font-size: 38px;
        line-height: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    }
    .home-about .title {
        font-size: 34px;
        margin-top: 10px;
    background: url(/static/skin/images/huangxian.jpg) no-repeat left bottom;
    padding-bottom: 20px;
    }
    .home-about .text {
        font-size: 13px;
    }
    .home-about .text p {
        margin-top: 20px;
    font-size: 16px;
    text-indent: 0px;
    letter-spacing: 1px;
    }
    .home-about .btn a {
        margin-right: 20px;
    }
    .home-about .btn a:last-child {
        margin-right: 0;
    }
    .home-icon {
        flex-wrap: wrap;
    }
    .home-icon li {
        width: 50%;
        padding: 20px 10px;
    }
    .home-icon li .tit {
        font-size: 18px;
    }
    .home-info .text-info li {
        width: 33.333%;
    }
    .home-news li {
        width: 100%;
        margin-right: 0;
    }
    .footer {
        padding-top: 100px;
    }
    .footer .logo img {
        height: 35px;
    }
    .dateils h1 {
        font-size: 18px;
    }
    .about .culture .container {
        flex-flow: column;
    }
    .about .team .content {
        flex-flow: column;
    }
    .about .team .fir-pic {
        width: 100%;
        margin-bottom: 10px;
    }
    .about .team .pic {
        width: 49%;margin: 0.5%;
    height: auto;
    }
    .about .team .pic:nth-child(odd) {
        margin-left: 0;
    }
    
    .about .team .text {
    font-size: 16px;
    height: auto;padding: 0;
}


    .sub-banner {
    width: 100%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 36.458333333%;
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


}

@media (max-width:480px) {
    
    .list li {
 
    width: 100%;
}
    .hezuo .piccc {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin: 0px;
}
.hezuo .picc {
    width:99%;
    height: auto;
    overflow: hidden;
    margin: 0px;
    border: 1px #f4f4f4 solid;
}

.home-info .text-info li {
    width: 50%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-top: 10px;
     margin-bottom: 10px;
}



    .home-info .text-info li .num span {
        font-size: 24px;
    }
    .home-info .text-info .btn a:first-child {
        margin-right: 20px;
    }
    .home-ser li {
        width: 100%;
        margin-right: 0;
    }
    .home-news .title .sub {
        display: none;
    }
    .footer {
        padding-top: 60px;
    }
    .footer .tit {
        font-size: 16px;
    }
    .footer .text-con a {
        font-size: 14px;
        padding: 0 40px;
    }
    .list li .pic {
        margin-right: 20px;
        width: 160px;
        height: 95px;
    }
    .about .jianjie .focus {
        height: 230px;
    }
    .about .culture {
        padding: 40px 0;
    }
    .about .culture .con {
        flex-flow: column;
    }
    .about .culture .item {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}