@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000000;
    word-wrap: break-word;
    behavior: url("csshover.htc");
    -webkit-font-smoothing: antialiased;
}

button, input, select, textarea {
    font: 14px/1.5 Arial, "宋体", Helvetica, Verdana, sans-serif;
    word-wrap: break-word;
    color: #565756;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    color:#002c53;
}

p {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
    *font-size: 100%;
}

input {
    margin: 0;
    outline: none;
    padding: 0;
}

input::-ms-clear {
    display: none;
}

.width_1000 {
    width: 1000px;
    margin: 0 auto;
}

.width_1200 {
    width: 1200px;
    margin: 0 auto;
}

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

.clearfix {
    *zoom: 1
}

.ddw {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999;
}

.ddw2 {
    position: absolute;
    left: 20px;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999;
}

.num_box {
    position: relative;
}

.num {
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mask {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%
}

#num_0 {
    background: url(../images/libg2.jpg) no-repeat center #000;
    background-size: cover;
}

#num_1 {
    background: url(../images/ty_num1_01.png) no-repeat center;
    background-size: cover;
}

#num_2 {
    background: url(../images/ty_num2_01.png) no-repeat center #000;
    background-size: cover;
}

#num_3 {
    background: url(../images/ty_num3_02.png) no-repeat center #000;
    background-size: cover;
}

#num_4 {
    background: url(../images/ty_num4_01.png) no-repeat center #000;
    background-size: cover;
}

#num_5 {
    background: url(../images/ty_num5_01.png) no-repeat center #000;
    background-size: cover;
}

#num_6 {
    background: url(../images/ty_num6_01.png) no-repeat center #000;
    background-size: cover;
}

.fixed_r {
    position: absolute;
    left: 10px;
    top: 200px;
    z-index: 999;
}

.fixed_r li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 10px 0;
    border: 2px solid #fff;
    cursor: pointer;
}

.fixed_r li.on {
    background: #C00;
    color: #fff;
}

#num_2>div, #num_3>div, #num_4>div, #num_5>div, #num_6>div {
    padding-top: 67px
}

/*第一屏*/

.hlogo {
    position: absolute;
    width: 604px;
    height: 520px;
    left: 50%;
    margin-left: -302px;
    top: 50%;
    margin-top: -260px;
    background: url(../images/banner1.png) no-repeat center;
    transform: scale(0);
}

.pl {
    position: absolute;
    width: 604px;
    height: 520px;
    left: 50%;
    margin-left: -302px;
    top: 50%;
    margin-top: -260px;
    background: url(../images/banner1.png) no-repeat center;
    animation: bannerlogo 2s ease-in
}

.pl hgroup {
    padding-top: 160px;
}

.pl h3 {
    font-size: 64px;
    color: #019ee4
}

.pl h2 {
    font-size: 48px;
    color: #ffffff
}

.pl h4 {
    font-size: 28px;
    color: #ffffff
}

.pl h5 a {
    font-size: 14px;
    color: #019ee4;
    background: url(../images/banner1_h5.png) no-repeat center;
    display: block;
    line-height: 28px;
    margin-top: 72px;
}

@keyframes bannerlogo {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(.9);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(.9);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

.fengmian {
    width: 70%;
    margin: 10% auto 0;
    overflow: hidden;
}

.fm01 {
    animation: fmanim01 .8s .3s linear both;
    width: 30%;
    position: relative;
}

@keyframes fmanim01 {
    0% {
        right: -40%;
    }
    100% {
        right: -34%;
    }
}

.fm02 {
    animation: fmanim02 .8s .3s linear both;
    width: 50%;
    position: relative;
}

@keyframes fmanim02 {
    0% {
        right: 50%;
    }
    100% {
        right: 30%;
    }
}

/*第二屏*/

.jianjie {
    width: 900px;
    margin: 8% auto 0;
    text-align: left;
    height: 100%;
}

.jj_us {
    color: #333;
    width: 100%;
    overflow: hidden;
}

.jj_us_cont {
    float: right;
    width: 80%;
    overflow: hidden;
}

.jj_us_cont p {
    line-height: 24px;
    margin-bottom: 15px;
}

.jj_us_head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.jj_us_head span {
    float: right;
    margin-top: 10px;
}

.jj_box {
    margin-top: 60px;
    background: url(../images/ty_num1_08.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 310px;
}
.jj_box_0 {
    background: url(../images/ty_num1_08.png) no-repeat;
    background-size: 100%;
}
.jj_box_1 {
    background: url(../images/ty_num1_088.png) no-repeat;
    background-size: 100%;
}
.jj_box_2 {
    background: url(../images/ty_num1_08.png) no-repeat;
    background-size: 100%;
}

.jj_box ul {
    padding-top: 14px;
    padding-left: 20px;
}

.jj_box ul li {
    margin: 0 0 10px;
}

.jj_box ul li img {
    width: 160px;
}

.jj_select {
    padding-left: 20px;
}

.fengxian {
    margin: 140px auto;
    width: 590px;
    height: 532px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -266px
}

.fengxian>div {
    position: relative;
}

.fengxian img {
    position: absolute;
    left: 95px;
    top: 60px;
    width: 400px;
    height: auto;
}

.fengxian hgroup {
    padding-top: 150px
}

.fengxian hgroup h3 {
    font-size: 48px;
    color: #019ee4;
}

.fengxian hgroup h2 {
    font-size: 83px;
    color: #fff;
    line-height: 84px
}

.fengxian hgroup h4 {
    font-size: 28px;
    color: #fff
}

/*第三屏*/

.hexin {
    position: absolute;
    width: 900px;
    top: 18%;
    left: 50%;
    margin-left: -450px;
}

.hexin ul {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.hexin ul li {
    float: left;
    margin: 10px;
    width: 410px;
    overflow: hidden;
    background: rgba(10, 31, 91, 0.8);
    transition: all .5s;
}

.hexin ul li img {
    margin: 5px auto;
    width: 400px;
    height: 180px;
    display: block;
}

.hexin ul li .hx_txt {
    height: 42px;
    line-height: 42px;
    font-size: 1.2em;
    color: #fff
}

.hexin ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.hexin ul li a div.show {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 186px;
    text-align: left;
    color: #fff;
    background: rgba(6, 11, 52, 0.5) url(../images/ty_num2_06.png) no-repeat bottom center;
    background-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -100%;
}

.hexin ul li a div.show p {
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 30px;
    height: 186px;
    display: table-cell;
    padding: 0px 20px 0px;
}

.hexin ul li:hover div.show {
    margin-top: 0;
}

.hexin ul li:hover div.show img {
    margin: 78px auto 0;
}

.hexin li:nth-of-type(1) {
    transform: perspective(200px) translateX(-300px) translateZ(-300px) rotateY(180deg);
    opacity: 0
}

.hexin li:nth-of-type(2) {
    transform: perspective(200px) translateZ(-300px) rotateY(360deg) rotateX(360deg);
    opacity: 0
}

.hexin li:nth-of-type(3) {
    transform: perspective(200px) translateZ(-300px) rotateX(180deg);
    opacity: 0
}

.hexin li:nth-of-type(4) {
    transform: perspective(200px) translateY(200px) translateZ(-300px) rotateX(360deg);
    opacity: 0
}

.hexin-in li:nth-of-type(1) {
    transform: perspective(200px) translateX(0px) translateZ(0px) rotateY(0deg);
    opacity: 1
}

.hexin-in li:nth-of-type(2) {
    transform: perspective(200px) translateZ(0px) rotateY(0deg) rotateX(0deg);
    opacity: 1
}

.hexin-in li:nth-of-type(3) {
    transform: perspective(200px) translateZ(0px) rotateX(0deg);
    opacity: 1
}

.hexin-in li:nth-of-type(4) {
    transform: perspective(200px) translateY(0px) translateZ(0px) rotateX(0deg);
    opacity: 1
}

.xinwen {
    width: 900px;
    margin: 14% auto 0;
}

.xw_box {
    width: 500px;
    text-align: left;
}

.xw_box .hd {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #dcdddd;
    padding: 0px;
    position: relative;
}

.xw_box .hd ul {
    float: left;
    position: absolute;
    top: -1px;
    height: 50px;
}

.xw_box .hd ul li {
    float: left;
    padding: 0px 15px;
    cursor: pointer;
}

.xw_box .hd ul li.on {
    height: 50px;
    background: #0e2e89;
    color: #fff;
}

.xw_box .bd ul {
    padding: 0px;
    zoom: 1;
}

.xw_box .bd li {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xw_box .bd li:nth-child(odd) {
    background: #fff url(../images/ty_num4_03.png) no-repeat 5px center;
    background-size: 9px;
    padding-left: 20px;
}

.xw_box .bd li:nth-child(even) {
    background: #eee url(../images/ty_num4_03.png) no-repeat 5px center;
    background-size: 9px;
    padding-left: 20px;
}

.xw_box .bd li .date {
    float: right;
    color: #999;
}

.xw_box .bd li span {
    float: right;
    padding-right: 10px;
}

.xw_img {
    width: 380px;
    overflow: hidden;
    float: right;
}

.xw_img img {
    width: 100%;
    height: 325px;
}

.qiuxian {
    position: absolute;
    width: 900px;
    top: 20%;
    left: 50%;
    margin-left: -450px;
}

.qiuxian ul {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.qiuxian ul li {
    float: left;
    margin: 10px;
    width: 280px;
    overflow: hidden;
    background: rgba(10, 31, 91, 0.8);
    transition: all .5s;
}

.qiuxian ul.qx_ul li {
    transform: translateY(200px) translateZ(-500px) rotateX(90deg);
    opacity: 0;
    transition: transform 1s ease, opacity 1.5s ease;
}

.qiuxian ul.qx_hover li {
    perspective: 100px;
    transform: translateY(0px) translateZ(0px) rotateX(0deg);
    opacity: 1;
    transition: transform 1s ease, opacity 1.5s ease;
}

.qiuxian ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 280px;
    margin: 0;
}

.qiuxian ul li .qx_txt {
    height: 42px;
    line-height: 42px;
    font-size: 1.2em;
    color: #fff
}

.qiuxian ul li a div.show {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -100%;
}

.qiuxian ul li a>img {
    width: 270px;
    height: 170px;
    margin-top: 5px;
}

.qiuxian ul li a div.show {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 176px;
    text-align: left;
    color: #fff;
    background: rgba(6, 11, 52, 0.5) url(../images/ty_num2_06.png) no-repeat bottom center;
    background-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -100%;
}

.qiuxian ul li a div.show p {
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 30px;
    height: 186px;
    display: table-cell;
    padding: 0px 20px 0px;
}

.qiuxian ul li:hover div.show {
    margin-top: 0;
}

.qiuxian ul li:hover div.show img {
    margin: 78px auto 0;
}

.youqing {
    width: 900px;
    margin: 4% auto 0;
    text-align: left;
}

.yq_box01 {
    width: 100%;
    overflow: hidden;
}

.yq_box01 h4 {
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 10px;
}

.yq_box01 ul {
    width: 100%;
}

.yq_box01 ul li {
    width: 280px;
    margin: 10px;
    float: left;
}

.yq_box01 ul li select {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.yq_box02 {
    width: 100%;
    overflow: hidden;
}

.yq_box02 ul.yq_b_ul li {
    float: left;
    margin: 10px;
    width: 160px;
    overflow: hidden;
}

.yq_box02 ul.yq_b_ul li h4 {
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 10px;
}

.yq_box02 ul.yq_b_ul li h4 a {
    color: #fff;
}

.yq_c_ul li {
    background: url(../images/ty_num6_06.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin: 0px 0px 0px 10px !important;
}

.yq_c_ul li a {
    color: #fff;
}

.yq_box03 {
    width: 100%;
    overflow: hidden;
}

.yq_box03 ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.yq_box03 ul li {
    float: left;
    line-height: 28px;
    padding: 10px;
}

.yq_box03 p {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.n_b_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url(../images/list_01.png) no-repeat center center;
    background-size: 100%;
    color: #fff;
    text-align: center;
}

.n_b_banner h3 {
    margin-top: 180px;
    font-size: 2.8em;
}

.n_b_banner h4 {
    margin-top: 10px;
    font-size: 1.2em;
}

.n_b_banner img {
    width: 100%;
}

.n_b_cont {
    width: 900px;
    margin: 5% auto;
    overflow: hidden;
}

.n_b_left {
    float: left;
    width: 260px;
    overflow: hidden;
}

.n_b_right {
    float: left;
    width: 640px;
    overflow: hidden;
}

.n_b_list {
    background: url(../images/list_02.png) no-repeat;
}

.n_b_list h3 {
    height: 103px;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-left: 60px;
}

.n_b_list ul {
    position: relative;
    top: -20px;
    left: 20px;
}

.n_b_list ul li {
    background-color: #eeeeee;
    border-bottom: 1px solid #002e73;
    font-size: 22px;
    line-height: 60px;
    width: 152px;
    padding-left: 50px;
}

.n_b_list ul li a {
    color: #002e73;
    display: block;
}

.n_b_list ul li a:hover {
    color: #fff;
}

.n_b_list ul li.n_b_select {
    background: url(../images/list_03.png) no-repeat;
    color: #fff;
    width: 182px;
    border-bottom: none;
}

.n_b_list ul li.n_b_select a {
    color: #fff;
}

.n_b_list ul li:hover {
    background: #002e73;
    color: #fff;
    width: 152px;
    border-bottom: none;
}

.n_b_r_title {
    padding: 10px;
}

.n_b_r_cont {
    padding-bottom: 10px;
}

.n_b_r_list ul li {
    background: url(../images/h_04.png) no-repeat 15px center;
    padding-left: 30px;
    line-height: 28px;
    border-bottom: 1px dotted #1c1c1c;
}

.n_b_r_list ul li:nth-child(even) {
    background-color: #fff;
    ;
}

.n_b_r_list ul li:nth-child(odd) {
    background-color: #eee;
    ;
}

.n_b_r_list ul li a {
    color: #333;
}

.n_b_r_list ul li span {
    float: right;
    padding-right: 10px;
}

.n_b_r_top {
    background-color: #eee;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.n_b_r_top img {
    width: 46%;
    float: left;
    margin-right: 10px;
}

.n_b_r_top h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 30px 0px 0px;
}

.n_b_r_top h4 a {
    color: #333;
}

.n_b_r_top p {
    line-height: 26px;
    margin-top: 15px;
}

.n_b_r_top span {
    float: right;
    margin-right: 10px;
}

.n_b_r_list .l_page {
    text-align: center;
    margin-top: 10px;
}

.n_b_r_list .l_page a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    border: 1px solid #333;
    color: #333;
    margin: 0px 10px;
}

.six {
    margin: 100px auto;
    width: 476px;
    height: 476px;
    position: absolute;
    /*left:50%;*/
    top: 50%;
    margin-left: -238px;
    margin-top: -238px;
}

.six>div {
    position: relative;
}

.six img.sixb {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}

.six img.sixa {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
}

.six hgroup {
    padding-top: 80px;
    position: relative;
    z-index: 3
}

.six h3 {
    font-size: 32px;
    color: #6e6e6e
}

.six h2 {
    font-size: 98px;
    color: #019ee4
}

.six h4 {
    font-size: 22px;
    color: #424242
}

.another {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.animation2_1 {
    animation: animation2_1 .5s .2s linear both;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

@keyframes animation2_1 {
    0% {
        right: -50%;
    }
    100% {
        right: 0%;
    }
}

/*第四屏*/

.fangan {
    position: absolute;
    width: 100%;
    height: 310px;
    top: 50%;
    margin-top: -155px;
}

.fangan h3 {
    font-size: 32px;
    color: #cbcbcb
}

.fangan h2 {
    font-size: 62px;
    color: #019ee4
}

.fangan h4 {
    font-size: 32px;
    color: #ffffff
}

.fangan h5 a {
    font-size: 14px;
    color: #019ee4;
    background: url(../images/banner1_h5.png) no-repeat center;
    display: block;
    line-height: 28px;
    margin-top: 72px;
}

.warp {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 22;
    line-height: 80px;
    height: 80px;
}

.min_wp, .min_nav {
    display: none;
}

.head {
    background: rgba(24, 24, 24, 0.8);
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    height: 80px;
}

.head .nav {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin-left: 150px;
}

.head .nav a {
    color: #fff;
}

.head .nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.head .nav .nLi h3 {
    float: left;
    font-weight: normal;
    font-size: 16px;
}

.head .nav .nLi h3 a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
}

.head .nav .sub {
    display: none;
    left: 0;
    top: 80px;
    position: absolute;
    background: #0d1011;
    line-height: 26px;
    padding: 5px 0;
}

.head .nav .sub li {
    font-size: 14px;
    min-width: 84px;
    zoom: 1;
    width: max-content;
  width: -webkit-max-content;
width: -ms-max-content;
width: -o-max-content;
width: auto;
white-space: nowrap;
  zoom: 1;
}

.head .nav .sub a {
    font-size: 14px;
    display: block;
    padding: 0 10px;
}

.head .nav .sub a:hover {
    background: #fff;
    color: #0d1011;
}

.head .nav .on h3 a {
    background: #0d1011;
    color: #fff;
}

.sn_li .sn_sub {
    position: absolute;
    left: 84px;
    top: 0px;
    background: #fff;
    color: #0d1011;
}

.sn_li .sn_sub li {
    background: url(../images/ty_num4_03.png) 8px center no-repeat;
    background-size: 8px;
    padding-left: 12px;
}

.sn_li .sn_sub li a {
    color: #0d1011;
    width: 200px;
    overflow: hidden;
}

.sn_li .sn_sub li a:hover {
    background-color: transparent !important;
}

.h_img {
    width: 100%;
}

.h_img img {
    z-index: 2;
    padding: 3px;
}

.logo {
    width: 126px;
    float: left;
    margin: 20px 0 0px 20px;
}

.hotline {
    position: absolute;
    width: 200px;
    line-height: 65px;
    text-align: right;
    right: 25px;
    top: 0px;
}

.hotline img {
    vertical-align: middle;
}

.hotline span {
    vertical-align: middle;
    font-size: 18px;
    color: #2d93f0;
}

.header .hotline span {
    color: #fff;
}

.xiangying_nav {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/fk.png) no-repeat left top;
    position: absolute;
    right: 26px;
    top: 25px;
}

.server {
    height: 100%;
    background: url(../images/nutt.png) no-repeat left top/cover;
}

.server ul {
    height: 100%;
}

.server ul li {
    float: left;
    height: 100%;
    color: #fff;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 2%;
    color: #009ee4;
    position: relative;
}

.server_mask {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(43, 143, 241, 0.8);
    z-index: -1
}

.server_mask_div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.server ul li>img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    bottom: -100%;
    transition: bottom 1s .2s;
}

.server ul li:hover>img {
    bottom: 0;
}

.server ul li.active, .server ul li:hover {
    color: #fff;
    transition: color 1s;
}

.server ul li.active .server_img, .server ul li:hover .server_img {
    border-color: #fff;
    top: -60px;
}

.server ul li:hover .server_cont>p {
    top: -60px;
}

.server ul li:hover .server_cont .server_intro {
    opacity: 1;
    bottom: 40px;
}

.server_cont {
    position: relative;
    top: 40%;
}

.server_cont .server_img {
    border-radius: 100%;
    border: 2px solid #009ee4;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: border-color 1s, top .5s;
}

.server_cont .server_img img {
    width: 90px;
    height: 80px;
    margin-top: 28px;
    position: relative;
}

.server_cont>p {
    padding: 15px 0 25px 0;
    font-size: 16px;
    transition: top .5s;
    position: relative;
    top: 0;
}

.server_cont .server_intro {
    line-height: 24px;
    transition: all .8s .2s;
    opacity: 0;
    color: #fff;
    position: relative;
    bottom: -150px;
}

.server ul li .hid {
    display: none
}

.server ul li:hover .sho {
    display: none
}

.server ul li:hover .hid {
    display: inline-block;
    animation: plays 1s .5s linear infinite both;
    position: relative;
}

@keyframes plays {
    0% {
        bottom: 0;
    }
    60% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

.server_ul li:nth-of-type(1) {
    transform: translate(-400px, 0px);
    opacity: 0;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(2) {
    transform: translate(-200px, 0px);
    opacity: 0;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(3) {
    transform: translateY(-200px);
    transition: transform .5s ease;
    opacity: 0;
    opacity: 1.5s ease;
}

.server_ul li:nth-of-type(4) {
    transform: translate(200px, 0px);
    opacity: 0;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul li:nth-of-type(5) {
    transform: translate(400px, 0px);
    opacity: 0;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(1) {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(2) {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(3) {
    transform: translateY(0px);
    transition: transform 1s ease;
    opacity: 1;
    opacity: 1.5s ease;
}

.server_ul_hover li:nth-of-type(4) {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform .5s ease, opacity 1.5s ease;
}

.server_ul_hover li:nth-of-type(5) {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s ease, opacity 1.5s ease;
}

.case {
    text-align: center;
}

.case-top {
    text-align: right;
}

.case-top-left {
    display: inline-block;
}

.case-top-left-top {
    font-size: 42px;
}

.case-top-left-middle {
    font-size: 14px;
}

.case-top-left-bottom {
    font-size: 32px;
}

.case-top-right {
    display: inline-block;
    font-size: 160px;
    color: #337eeb;
}

.case-top-right sup {
    position: relative;
    top: -30px
}

.case_ul_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 17%
}

.case ul {
    display: inline-block;
    perspective: 1000px;
    margin: 0 10px;
}

.cases ul {
    display: block;
    perspective: 1000px;
    max-width: none;
    margin: 0;
}

.case ul li {
    display: inline-block;
    text-align: left;
    background: #fff;
    width: 100%;
}

.case ul.case_ul li {
    transform: translateY(200px) translateZ(-500px) rotateX(90deg);
    opacity: 0;
    transition: transform 1s ease, opacity 1.5s ease;
}

.case ul.case_ul_hover li {
    perspective: 100px;
    transform: translateY(0px) translateZ(0px) rotateX(0deg);
    opacity: 1;
    transition: transform 1s ease, opacity 1.5s ease;
}

.case ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 340px;
    margin: 0;
}

.case ul li a div.show {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -100%;
}

.case ul li a>img {
    width: 340px;
    height: 200px;
}

.case ul li:hover div.show {
    margin-top: 0;
}

.case ul li:hover div.show img {
    margin: 78px auto 0;
}

.case ul li:hover div.auto div.auto_mask {
    margin-top: 0;
}

.case ul li:hover div.auto h4 {
    color: #fff;
}

.case ul li:hover div.auto span {
    color: #fff;
}

.case ul li div.auto {
    padding: 10px 20px;
    position: relative;
    /*border-bottom: 4px solid #3f9bfb;*/
    font-size: 12px;
}

.case ul li div.auto div.auto_mask {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    background: #3f9bfb;
    margin-top: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.case ul li div.auto h4 {
    transition: all .3s ease-in-out;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    line-height: 26px;
    position: relative;
    z-index: 2
}

.case ul li div.auto span {
    color: #727272;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2
}

.case-bottm {
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    animation: case 1s linear infinite both;
    background: url(../images/mouse.png) no-repeat center/cover;
    cursor: pointer;
}

.case-bottm:hover {
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    animation: case 1s linear infinite both;
    background: url(../images/mouse1.png) no-repeat center/cover;
    cursor: pointer;
}

@keyframes case {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(.9);
    }
}

.cont-left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.cont-right {
    vertical-align: top;
    transform: scale(5);
    opacity: 0;
}

.cont-right-in {
    transform: scale(1);
    opacity: 1;
    transition: all .5s linear, opacity 1.5s ease;
}

.cont-right-out {
    transform: scale(5);
    opacity: 0;
    transition: all 1s;
}

.jianjie-right-in {
    transform: scale(1);
    opacity: 1;
    transition: all .5s linear, opacity 1.5s ease;
}

.jianjie-right-out {
    transform: scale(5);
    opacity: 0;
    transition: all 1s;
}

.title {
    padding: 3% 0;
    text-align: left;
}

/*.team-lunbo .picshow{display: inline-block;vertical-align: middle;}
.team-lunbo .picshow ul li{display: inline-block;vertical-align: top;padding:0 20px;}
.team-lunbo .picshow ul li:nth-of-type(2n){padding-top: 40px}
.team-lunbo .picshow ul li>div h4{line-height: 32px;font-size: 16px;}
.team-lunbo .picshow ul li>div p{line-height: 18px;}
.team-lunbo>img{vertical-align: middle;}*/

.pic-cont {
    padding-top: 70px
}

/*.pic-cont ul li img{width:95%;box-sizing: border-box;border:1px solid transparent;}
.pic-cont ul li img:nth-of-type(2){margin:10px 0;}
.pic-cont ul li{width:200px !important;}
.pic-cont ul li img:hover{border:1px solid #2d93f0;}
*/

.v_out {}

.v_show {
    width: 1100px;
    overflow: hidden;
    position: relative;
    height: 220px;
    float: left
}

.v_cont {
    position: absolute;
    left: 0px;
    top: 0px;
}

.v_cont ul {
    float: left;
    line-height: 50px;
}

.v_cont ul li {
    width: 1100px;
    float: left;
}

.v_cont1 {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.v_cont1 ul {
    float: left;
    line-height: 50px;
}

.v_cont1 ul li {
    width: 1100px;
    float: left;
}

.pic-cont ul li span {
    width: 212px;
    height: 105px;
    border: none;
    padding: 3px;
    float: left;
    display: block;
}

.v_cont ul li img {
    width: 212px;
    height: 105px;
    transition: all .2s linear;
    opacity: .5;
}

.v_cont ul li span:hover img {
    opacity: 1;
}

.v_cont ul li span img:nth-of-type(2) {
    display: none
}

.v_out_p {
    position: relative;
    overflow: visible;
    width: 1224px;
    margin: 0 auto;
}

.prev, .next {
    float: left;
    padding: 70px 9px 0
}

.prev a {
    background: url(../images/prev.png) no-repeat center;
}

.next a {
    background: url(../images/next.png) no-repeat center;
}

.prev, .prev a, .next, .next a {
    width: 44px;
    height: 80px;
    display: block
}

/*内页轮播*/

#teach {
    position: relative;
}

.teachshow {
    padding-top: 20px !important
}

.mr_frbox {
    position: relative;
}

.mr_frBtnL, .mr_frBtnR {
    cursor: pointer;
    position: absolute;
    left: 80px;
    top: 95px;
    z-index: 6;
    display: none;
}

.mr_frBtnR {
    left: auto;
    right: 80px;
}

.mr_frUl {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mr_frUl ul li {
    float: left;
    display: inline;
    margin: 0 0px;
    overflow: hidden;
    width: 250px;
}

.cases ul li {
    width: 320px !important;
    margin-right: 20px
}

#num_3 .mr_frUl ul li:nth-of-type(2n) {
    padding-top: 40px
}

.mr_frUl ul li>div h4 {
    line-height: 32px;
    font-size: 16px;
}

.mr_frUl ul li>div p {
    line-height: 18px;
}

.mr_frUl ul li img {}

.mr_frbox:hover .mr_frBtnL, .mr_frbox:hover .mr_frBtnR {
    display: block;
}

#num_3 .mr_frUl ul li a {
    display: block;
    position: relative;
    height: 232px;
}

#num_3 .mr_frUl ul li a img {
    transition: all .2s linear 10ms;
}

#num_3 .mr_frUl ul li a img:nth-of-type(1) {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 2
}

#num_3 .mr_frUl ul li a img:nth-of-type(2) {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 1;
}

#num_3 .mr_frUl ul li a:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

#num_3 .mr_frUl ul li a:hover img:nth-of-type(2) {
    z-index: 2
}

.news {

    width: 100%;
    height: 100%;
}

.news-title {
    text-align: right;
}

.news-list {
    width: 70%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20%;
    margin-left: -35%;
    left: 50%;
}

.news-list img {
    float: left;
    transition: all 1s ease, opacity 1.5s ease;
    width: 100%;
}

.news-list a {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

.news-list a:nth-of-type(1) {
    width: 50%;
}

.news-list a:nth-of-type(2), .news-list a:nth-of-type(3), .news-list a:nth-of-type(4), .news-list a:nth-of-type(5) {
    width: 25%;
}

.news-list a:nth-of-type(1) img {
    transform: perspective(200px) translateX(-300px) translateZ(-300px) rotateY(180deg);
    opacity: 0


}

.news-list a:nth-of-type(2) img {
    transform: perspective(200px) translateZ(-300px) rotateY(360deg) rotateX(360deg);
    opacity: 0
}

.news-list a:nth-of-type(3) img {
    transform: perspective(200px) translateZ(-300px) rotateX(180deg);
    opacity: 0
}

.news-list a:nth-of-type(4) img {
    transform: perspective(200px) translateY(200px) translateZ(-300px) rotateX(360deg);
    opacity: 0
}

.news-list a:nth-of-type(5) img {
    transform: perspective(200px) translateX(300px) translateZ(-300px) rotateY(360deg);
    opacity: 0
}

.news-list-in a:nth-of-type(1) img {
    transform: perspective(200px) translateX(0px) translateZ(0px) rotateY(0deg);
    opacity: 1
}

.news-list-in a:nth-of-type(2) img {
    transform: perspective(200px) translateZ(0px) rotateY(0deg) rotateX(0deg);
    opacity: 1
}

.news-list-in a:nth-of-type(3) img {
    transform: perspective(200px) translateZ(0px) rotateX(0deg);
    opacity: 1
}

.news-list-in a:nth-of-type(4) img {
    transform: perspective(200px) translateY(0px) translateZ(0px) rotateX(0deg);
    opacity: 1
}

.news-list-in a:nth-of-type(5) img {
    transform: perspective(200px) translateX(0px) translateZ(0px) rotateY(0deg);
    opacity: 1
}

.news-list a div {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all .5s;
    color: #fff;
}

.news-list a:hover div {
    opacity: 1;
}

.news-list a:hover div span {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.news-list a div span {
    position: absolute;
    border: 2px solid red;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    box-sizing: border-box;
}

.news-list a p {
    position: absolute;
    width: 100%;
    bottom: -100%;
    text-align: center;
    transition: all .5s .2s;
    font-size: 14px;
}

.news-list a:hover p {
    bottom: 2%;
}

.cust-lunbo {}

.cust-lunbo .picshow ul li {
    display: inline-block;
}

.cont {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.cont-cont {
    height: 100%;
    text-align: left;
    position: relative;
}

.cont-cont>img {
    height: 470px;
    position: absolute;
    right: 0;
    top: 102px;
    /*top: 50%;margin-top: -269px*/
}

.address, .email {
    margin-top: 20px;
}

.connect {
    margin-top: 60px;
}

.connect img, .address img, .email img {
    padding-right: 10px;
}

.connect img, .connect div, .address img, .address div, .email img, .email div {
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}

.connect, .address, .email {
    position: relative;
    transition: all 1s linear;
    opacity: 0;
}

.connect-in, .address-in, .email-in {
    left: 0;
    opacity: 1
}

.connect-out {
    left: -250px;
}

.address-out {
    left: -650px;
}

.email-out {
    left: -1050px;
}

/*banner*/

.grid {
    width: 800px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -150px;
}

.grid img {
    width: 80px;
    height: 60px;
    display: block;
    float: left;
}

#controls {
    padding: 20px;
    bottom: 10px;
}

#controls span {
    font: 11px Montserrat;
    text-transform: uppercase;
    background: rgba(0, 100, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#controls span.active {
    background: rgb(0, 75, 0);
}

html, body {
    width: 100%;
    height: 100%;
}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 2%;
    z-index: 1;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul li {
    cursor: pointer;
    width: 12px;
    height: 6px;
    background: #cdcdcd;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0 .5em;
    display: inline-block;
    border-radius: 6px;
    transition: width .5s ease;
}

.slideBox .hd ul li.on {
    background: red !important;
    width: 18px;
}

.slideBox .bd {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
    width: 100%;
}

.slideBox .bd ul li {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.slideBox .bd li>a {
    display: block;
    width: 990px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.tempWrap {
    height: 100%;
}

/*.slideBox .bd ul li:nth-of-type(2){background:rgba(0,0,0,0.8) url(../images/libg1.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(3){background: url(../images/libg2.jpg) no-repeat center/cover;height:100%;}
.slideBox .bd ul li:nth-of-type(3)>div{background: rgba(0,0,0,0.5);width:100%;height:100%;overflow: hidden;}
.slideBox .bd ul li:nth-of-type(4){background: url(../images/libg4.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(5){background: url(/images/libg3.jpg) no-repeat center/cover}
*/

/*.slideBox .bd ul li:nth-of-type(1){background: url(/images/libg3.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(2){background: url(../images/libg2.jpg) no-repeat center/cover;height:100%;}
.slideBox .bd ul li:nth-of-type(2)>div{background: rgba(0,0,0,0.5);width:100%;height:100%;overflow: hidden;}
.slideBox .bd ul li:nth-of-type(3){background: url(../images/libg4.jpg) no-repeat center/cover}
.slideBox .bd ul li:nth-of-type(4){background: url(../images/meng.png) repeat, url(/images/libg3.jpg) no-repeat center/cover}
*/

.slideBox .bd ul li:nth-of-type(1) {
    background: url(/images/libg3.jpg) no-repeat center/cover;
    height: 100%;
}
.slideBox .bd ul li:nth-of-type(2) {
    background: url(/images/libg3.jpg) no-repeat center/cover;
    height: 100%;
}

.slideBox .bd ul li:nth-of-type(3) {
    background: url(../images/libg2.jpg) no-repeat center/cover
}
/*
.slideBox .bd ul li:nth-of-type(3)>div {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
*/
.slideBox .bd ul li:nth-of-type(4) {
    background: url(../images/libg4.jpg) no-repeat center/cover
}

.dianxin {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.dianxinmask {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
}

.dianxin .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 8%;
    z-index: 1;
    width: 100%;
}

.dianxin .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    text-align: center;
    width: 100%;
}

.dianxin .hd ul li {
    cursor: pointer;
    width: 12px;
    height: 6px;
    background: #cdcdcd;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0 .5em;
    display: inline-block;
    border-radius: 6px;
    transition: width .5s ease;
}

.dianxin .hd ul li.on {
    background: red !important;
    width: 18px;
}

.dianxin .bd {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.dianxin .bd ul {
    height: 100%;
    width: 100%;
}

.dianxin .bd ul li {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.dianxin .bd li>a {
    display: block;
    width: 990px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.dianxin .bd ul li:nth-of-type(1) {
    background: url(../images/ty_num3_03.png) no-repeat center/cover
}

.dianxin .bd ul li:nth-of-type(2) {
    background: url(../images/ty_num3_02.png) no-repeat center/cover
}

.dianxin .bd ul li:nth-of-type(3) {
    background: url(../images/ty_num3_03.png) no-repeat center/cover;
    height: 100%;
}

.dianxin .bd ul li:nth-of-type(3)>div {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dianxin .bd ul li:nth-of-type(4) {
    background: url(../images/ty_num3_02.png) no-repeat center/cover
}

.dx_logo {
    position: absolute;
    width: 900px;
    top: 10%;
    left: 50%;
    margin-left: -450px;
    z-index: 2;
}

.dx_logo img {
    width: 450px;
}

/*第二屏*/

.banner1 {
    width: 100%;
    height: 100%
}

.animation1 h3 {
    -webkit-animation: flash 1s .2s ease both;
    -moz-animation: flash 1s .2s ease both;
    animation: flash 1s .2s ease both;
}

.animation1 h2 {
    -webkit-animation: flash 1s 1s ease both;
    -moz-animation: flash 1s 1s ease both;
    animation: flash 1s 1s ease both;
}

.animation1 h4 {
    -webkit-animation: flash 1s 1.6s ease both;
    -moz-animation: flash 1s 1.6s ease both;
    animation: flash 1s 1.6s ease both;
}

@-webkit-keyframes flash {
    0% {
        -webkit-transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes flash {
    0% {
        -moz-transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes flash {
    0% {
        -ms-transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.animation1 img {
    -webkit-animation: flashh 1s 1.6s ease both;
    -moz-animation: flashh 1s 1.6s ease both;
    animation: flashh 1s 1.6s ease both;
}

@-webkit-keyframes flashh {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flashh {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes flashh {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flashh {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*第三屏*/

.animation2 {
    animation: flashs .8s .3s linear both;
}

@keyframes flashs {
    0% {
        left: -45%;
    }
    100% {
        left: 25%;
    }
}

.animation2 img.sixb {
    -webkit-animation: flash2 8s 0s linear both;
    -moz-animation: flash2 8s 0s linear both;
    animation: flash2 8s 0s linear both;
}

@-webkit-keyframes flash2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(1680deg);
    }
    20% {
        -webkit-transform: rotate(2080deg);
    }
    30% {
        -webkit-transform: rotate(2280deg);
    }
    100% {
        -webkit-transform: rotate(2000deg);
    }
}

@-moz-keyframes flash2 {
    0% {
        -moz-transform: rotate(0deg);
    }
    10% {
        -moz-transform: rotate(1680deg);
    }
    20% {
        -moz-transform: rotate(2080deg);
    }
    30% {
        -moz-transform: rotate(2280deg);
    }
    100% {
        -moz-transform: rotate(2000deg);
    }
}

@-ms-keyframes flash2 {
    0% {
        -ms-transform: rotate(0deg);
    }
    10% {
        -ms-transform: rotate(1680deg);
    }
    20% {
        -ms-transform: rotate(2080deg);
    }
    30% {
        -ms-transform: rotate(2280deg);
    }
    100% {
        -ms-transform: rotate(2000deg);
    }
}

@keyframes flash2 {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(1680deg);
    }
    20% {
        transform: rotate(2080deg);
    }
    30% {
        transform: rotate(2280deg);
    }
    100% {
        transform: rotate(2000deg);
    }
}

.animation2 img.sixa {
    -webkit-animation: flash22 8s 0s linear both;
    -moz-animation: flash22 8s 0s linear both;
    animation: flash22 8s 0s linear both;
}

@-webkit-keyframes flash22 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(-1680deg);
    }
    20% {
        -webkit-transform: rotate(-2080deg);
    }
    30% {
        -webkit-transform: rotate(-2280deg);
    }
    100% {
        -webkit-transform: rotate(-2000deg);
    }
}

@-moz-keyframes flash22 {
    0% {
        -moz-transform: rotate(0deg);
    }
    10% {
        -moz-transform: rotate(-1680deg);
    }
    20% {
        -moz-transform: rotate(-2080deg);
    }
    30% {
        -moz-transform: rotate(-2280deg);
    }
    100% {
        -moz-transform: rotate(-2000deg);
    }
}

@-ms-keyframes flash22 {
    0% {
        -ms-transform: rotate(0deg);
    }
    10% {
        -ms-transform: rotate(-1680deg);
    }
    20% {
        -ms-transform: rotate(-2080deg);
    }
    30% {
        -ms-transform: rotate(-2280deg);
    }
    100% {
        -ms-transform: rotate(-2000deg);
    }
}

@keyframes flash22 {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-1680deg);
    }
    20% {
        transform: rotate(-2080deg);
    }
    30% {
        transform: rotate(-2280deg);
    }
    100% {
        transform: rotate(-2000deg);
    }
}

.animation2 h2 {
    /*
    -webkit-animation:flash21 1s 0s linear both;
    -moz-animation:flash21 1s 0s linear both;*/
    animation: flash21 1s 1s linear both;
}

/*@-webkit-keyframes flash2{
    0%{-webkit-transform:rotate(0deg);}
    10%{-webkit-transform:rotate(1680deg);}
    20%{-webkit-transform:rotate(2080deg);}
    30%{-webkit-transform:rotate(2280deg);}
    100%{-webkit-transform:rotate(2000deg);}
  }
@-moz-keyframes flash2{
    0%{-moz-transform:rotate(0deg);}
    10%{-moz-transform:rotate(1680deg);}
    20%{-moz-transform:rotate(2080deg);}
    30%{-moz-transform:rotate(2280deg);}
    100%{-moz-transform:rotate(2000deg);}
  }
@-ms-keyframes flash2{
    0%{-ms-transform:rotate(0deg);}
    10%{-ms-transform:rotate(1680deg);}
    20%{-ms-transform:rotate(2080deg);}
    30%{-ms-transform:rotate(2280deg);}
    100%{-ms-transform:rotate(2000deg);}
  }*/

@keyframes flash21 {
    0% {
        transform: rotate(0);
    }
    /*20%{transform:translate(-220px,0px);}
    30%{transform:translate(-170px,-60px);}
    40%{transform:translate(-130px,0px);}
    50%{transform:translate(-100px,-40px);}
    60%{transform:translate(-70px,0px);}
    70%{transform:translate(-40px,-20px);}
    80%{transform:translate(-20px,0px);}
    90%{transform:translate(-10px,-10px);}*/
    100% {
        transform: rotate(720deg);
    }
}

/*第四屏*/

.animation3 h3, .animation3 h2, .animation3 h4 {
    overflow: hidden;
}

.animation3 h3 span, .animation3 h2 span {
    display: inline-block;
    -webkit-animation: flash3 1s .2s ease both;
    -moz-animation: flash3 1s .2s ease both;
    animation: flash3 .8s 1s ease both;
}

@-webkit-keyframes flash3 {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes flash3 {
    0% {
        -moz-transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes flash3 {
    0% {
        -ms-transform: translateY(100%);
    }
    100% {
        -ms-transform: translateY(0%);
    }
}

@keyframes flash3 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.animation3 h4 span {
    display: inline-block;
    -webkit-animation: flash4 1s .2s ease both;
    -moz-animation: flash4 1s .2s ease both;
    animation: flash4 .8s 1s ease both;
}

@-webkit-keyframes flash4 {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes flash4 {
    0% {
        -moz-transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes flash4 {
    0% {
        -ms-transform: translateY(-100%);
    }
    100% {
        -ms-transform: translateY(0%);
    }
}

@keyframes flash4 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.animation3 h6 {
    display: inline-block;
    height: 4px;
    background: #fff;
    width: 700px;
    margin: 20px 0;
    -webkit-animation: flash5 2s .5s ease both;
    -moz-animation: flash5 2s .5s ease both;
    animation: flash5 2s .5s ease both;
}

@-webkit-keyframes flash5 {
    0%, 100% {
        -webkit-transform: scaleX(0);
    }
    40%, 60% {
        -webkit-transform: scaleX(1);
    }
}

@-moz-keyframes flash5 {
    0%, 100% {
        -moz-transform: scaleX(0);
    }
    40%, 60% {
        -moz-transform: scaleX(1);
    }
}

@-ms-keyframes flash5 {
    0%, 100% {
        -ms-transform: scaleX(0);
    }
    40%, 60% {
        -ms-transform: scaleX(1);
    }
}

@keyframes flash5 {
    0%, 100% {
        transform: scaleX(0);
    }
    40%, 60% {
        transform: scaleX(1);
    }
}

.shead {
    position: relative;
    text-align: center;
}

.shead>img {
    width: 100%;
}

.caselogo {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}

.shead>h2 {
    position: absolute;
    top: 190px;
    width: 100%;
    font-size: 36px;
    color: #ffffff
}

.shead>h2 span {
    font-size: 22px;
}

.casenav {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 3;
}

.casenav a {
    color: #fff;
    display: inline-block;
    width: 101px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    background: url(../images/banner1_h5.png) no-repeat center;
    margin: 0 28px;
    animation: casenav 1s 0s linear;
}

@keyframes casenav {
    0% {
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

.casecont-wrap {
    background: #eff2f4;
    padding-bottom: 60px
}

.casecont-wrap ul {
    margin: 0;
}

.product-intro {
    color: #5c5c5c;
    font-size: 24px;
    line-height: 68px;
    padding-top: 10px
}

.product-intro span {
    vertical-align: middle;
}

.product-intro::before {
    width: 6px;
    height: 28px;
    background: #017db4;
    display: inline-block;
    content: " ";
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 5px
}

.casecont h3 {
    color: #333333;
    font-size: 18px;
    padding-left: 16px;
    line-height: 30px
}

.casecont-intro {
    color: #747474;
    padding-left: 16px;
    padding-top: 10px;
}

.case-img {
    margin-top: 15px;
    box-sizing: border-box;
    width: 100%;
}

.cases-box {
    background: #eff2f4
}

.footer {
    height: 260px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3f9bfb
}

.footer img {
    margin: 80px 0 18px 0
}

.sheader {
    display: block;
    background: transparent;
    left: 0;
    top: 0;
}

.smask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.shead-case h2 {
    font-size: 58px;
    z-index: 3
}

.shead-case h2 strong {
    font-size: 22px;
    font-weight: normal;
}

.list-case-nav {
    bottom: 180px;
}

.list-case-nav a {
    background: #a1a1a1;
    border-radius: 14px;
    margin: 0 5px 5px;
    font-size: 14px;
}

.case-curr {
    background: #019ee4 !important;
}

.scase_ul_hover {
    margin-top: -150px !important;
    position: relative;
    z-index: 4;
    width: 100% !important;
    max-width: 100% !important;
}

.scase_ul_hover li {
    width: 340px !important;
    box-sizing: border-box;
    margin: 0 5px 30px
}

/** 分页 **/

.pages {
    text-align: center;
    color: #666666;
    clear: both;
    margin-top: 40px
}

.pages a, .pages span {
    display: inline-block;
    width: 28px;
    line-height: 28px;
    border: 1px solid #d8d8d8;
    margin: 0 4px;
    color: inherit;
}

.pages a:first-child, .pages a:last-child {
    width: 52px;
}

.pages span {
    background: #3f9bfb;
    border: 1px solid #3f9bfb;
    color: #fff;
}

.news_header {
    display: block;
    position: relative;
    background: url(../images/meng.png) repeat, url(../images/newsheader_bg.jpg) no-repeat center/cover;
    height: 293px;
}

.news_nav_top {
    text-align: center;
    padding-top: 100px;
}

.news_nav_top a {
    display: inline-block;
    width: 93px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #bababa;
    border-radius: 4px;
    margin: 0 18px;
}

.news_nav_top a:hover {
    background: #019ee4;
}

/*新闻*/

.news_list_wrap {
    background: #fff;
}

.news_nav {
    height: 107px;
    line-height: 107px;
    position: relative;
    z-index: 22;
    margin-top: -107px;
}

.news_nav a {
    display: inline-block;
    width: 96px;
    line-height: 29px;
    background: #adadad;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    animation: casenav 1s 0s linear;
    border-radius: 4px;
}

.news_nav a:news_curr {
    background: #019ee4
}

.news_curr {
    background: #019ee4 !important;
}

.news_list {}

.news_list li {
    border-bottom: 1px solid #d2d2d2;
    padding: 40px 0;
    overflow: hidden;
}

.news_list li:nth-of-type(2n-1) {
    background: #f3f3f3;
}

.news_list li>div>img {
    float: left;
    border: 5px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    width: 230px;
}

.news_list li div.news_list_cont {
    float: left;
    width: 678px;
    box-sizing: border-box;
    padding: 0 20px;
}

.news_list li div.news_list_cont h2 a {
    color: #019ee4;
    font-size: 24px;
}

.news_list li div.news_list_cont h2:hover {
    transform: scale(1.02);
    transition: all .2s linear;
}

.news_list li div.news_list_cont h2:hover a {
    color: #01577D;
    transition: all .2s linear;
}

.news_list_author {
    color: #a8b6b6;
    line-height: 28px;
    font-size: 14px;
}

.news_list_author span {
    padding-left: 30px;
    padding-right: 20px;
    display: inline-block;
}

.news_list_author span.riqi {
    background: url(../images/riqi.png) no-repeat left center;
}

.news_list_author span.liulan {
    background: url(../images/liulan.png) no-repeat left center;
}

.news_list_author span.zuozhe {
    background: url(../images/zuozhe.png) no-repeat left center;
}

.news_list li div.news_list_cont .news_list_intro {
    color: #505050;
    line-height: 24px;
    font-size: 16px;
}

.news_list li div.news_list_cont>a {
    display: block;
    width: 104px;
    line-height: 31px;
    background: #019ee4;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

.news_list li .date {
    float: right;
    width: 92px;
    height: 140px;
    background: #017db4;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.news_list li .date p {
    background: #019ee4;
    line-height: 56px;
    border-radius: 5px;
    font-size: 30px;
}

.news_list li .date span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px
}

/*新闻详情*/

.pagenewstop-wrap {
    overflow: hidden;
}

.pagenewstop {
    text-align: center;
}

.pagenewstop h2 {
    color: #555555;
    font-size: 24px;
    margin-top: 38px;
    padding: 6px 0;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
}

.pagenewstop h2 div {
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 14px;
}

.pagenewstop h3 {
    font-size: 24px;
    color: #000;
    margin-top: 48px
}

.fenxiang {
    color: #a8b6b6;
}

.page_news_cont {
    color: #6d6d6d;
    margin-top: 30px;
    line-height: 24px;
    overflow: hidden;
}

.prevpage a, .nextpage a {
    display: inline-block;
    padding: 10px 24px;
    background: #3f9bfb;
    color: #fff;
    border-radius: 5px
}

.prevpage {
    margin: 20px 0 10px 0;
}

.goback-newslist {
    float: right;
}

.bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

/*联系侧边栏*/

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.xuanfu {
    width: 55px;
    height: 255px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -127px;
    z-index: 11111;
}

.xf_top {
    width: 55px;
    height: 212px;
    background: url(../images/xfbg.png) no-repeat;
    padding: 6px 0px;
}

.xf_bot {
    width: 39px;
    height: 21px;
    background: url(../images/xfbg2.png) no-repeat;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
}

.xf_bot div div {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: url(../images/xfanniu1.png) no-repeat center center;
    top: 50%;
    margin-top: -5px;
    left: 22px;
}

.xf_bot div div.gb {
    height: 3px;
    margin-top: -1px;
    left: 7px;
    border-radius: 0px;
    background: #f19f1c;
}

.xf_top_k {
    height: 54px;
    cursor: pointer;
}

.xftb {
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -15px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.xf_top_k_nr {
    width: 154px;
    height: 46px;
    top: 4px;
    right: -154px;
}

.xf_top_k1 {
    width: 154px;
    height: 46px;
    background: url(../images/xfbg3.png) no-repeat;
    font-size: 12px;
}

.xf_topknrl {
    top: 50%;
    margin-top: -13px;
    left: 10px;
}

.xf_topknrr {
    width: 100px;
    height: 46px;
    left: 10px;
    top: 50%;
    margin-top: -23px;
}

.xf_ewm {
    top: 50%;
    margin-top: -48px;
}

.xf_nr1 {
    line-height: 46px;
    padding-left: 10px;
}

.xf_nr1 a {
    color: #fff;
    font-size: 16px;
}

.xf_nr2 {
    color: #fff;
    padding-top: 6px;
    height: 40px;
    line-height: 16px;
}

.xf_nr3 {
    background: none!important;
}

.xf_nr1 span {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .case-top-right {
        font-size: 150px;
    }
    .case-top-left-top {
        font-size: 38px;
    }
    .case-top-left-bottom {
        font-size: 28px;
    }
    .casecont-wrap>div {
        width: 100%;
    }
}

@media (max-height: 620px) {
    .case ul li div.auto {
        display: none
    }
}

.xiangying_anli {
    display: none
}

/*响应整体布局*/

/*竖屏手机*/

@media (max-width: 800px) {
    .warp {
        position: fixed;
    }
    .head {
        left: 0px;
        background: rgba(24, 24, 24);
    }
    .head .logo {
        float: none;
        margin: 0px auto 0px;
        padding-top: 20px;
        display: block;
    }
    .h_img, .num_box, .nav {
        display: none;
    }
    .min_wp {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fbfbfd;
        overflow-y: auto;
    }
    .min_head {
        background-color: #fff;
        margin-top: 80px;
        padding: 0px 2%;
        display: none;
        position: fixed;
        width: 96%;
        height: 100%;
    }
    .min_head h3 {
        height: 36px;
        line-height: 36px;
        background: url(../images/ty_num4_03.png) 8px center no-repeat;
        background-size: 8px;
        padding-left: 20px;
        font-size: 16px;
        border-bottom: 1px solid #999;
    }
    .min_head ul {
        padding-left: 20px;
    }
    .min_head ul li {
        line-height: 26px;
        border-bottom: 1px dotted #c9c9c9;
    }
    .min_head ul li a {
        color: #666;
    }
    .min_box {
        padding-top: 80px;
    }
    .m_b_01, .m_b_02, .m_b_03, .m_b_04, .m_b_05, .m_b_06 {
        overflow: hidden;
    }
    .m_b_01 {
        width: 100%;
    }
    .m_b_01 img {
        width: 100%;
    }
    .m_b_02, .m_b_03, .m_b_04, .m_b_05 {
        width: 80%;
        padding: 5% 10%;
    }
    .m_b_02 p {
        padding-top: 10px;
        line-height: 28px;
        font-size: 1.1em;
    }
    .m_b_03_txt {
        padding-top: 20px;
        text-align: center;
    }
    .m_b_03_txt img {
        width: 100%;
        border-radius: 10px;
    }
    .m_b_03_txt h3 {
        font-size: 1.2em;
        font-weight: 600;
        padding-top: 20px;
    }
    .m_b_03_txt p {
        line-height: 28px;
        font-size: 1em;
        color: #565756;
    }
    .m_b_03_txt span a {
        line-height: 28px;
        color: #06c;
    }
    .m_b_04 {
        background: url(../images/ty_num6_01.png) repeat-x;
        text-align: center;
    }
    .m_b_04 p {
        color: #fff;
        line-height: 28px;
        font-size: 1em;
    }
    .m_b_05 ul {
        margin-top: 10px;
    }
    .m_b_05 ul li {
        background: url(../images/h_04.png) no-repeat 15px center;
        padding-left: 30px;
        line-height: 28px;
        border-bottom: 1px dotted #1c1c1c;
    }
    .m_b_05 ul li:nth-child(even) {
        background-color: #fff;
        ;
    }
    .m_b_05 ul li:nth-child(odd) {
        background-color: #eee;
        ;
    }
    .m_b_05 ul li a {
        color: #333;
    }
    .m_b_05 ul li span {
        float: right;
        padding-right: 10px;
    }
    .m_b_05 .l_page {
        text-align: center;
        margin-top: 10px;
    }
    .m_b_05 .l_page a {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        width: 32px;
        border: 1px solid #333;
        color: #333;
        margin: 0px 10px;
    }
    .m_b_06 {
        width: 100%;
    }
    .m_b_06 ul {
        width: 80%;
        overflow: hidden;
        margin: 0px auto;
        padding: 0px;
        zoom: 1;
        border-top: 1px solid #d2d2d7;
        ;
    }
    .m_b_06 ul li {
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 0.9em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: url(../images/ty_num4_03.png) no-repeat 0px center;
        padding-left: 20px;
        border-bottom: 1px solid #d2d2d7;
    }
    .m_b_06 ul li a {
        color: #333;
    }
    .m_b_06 ul li span {
        float: right;
        padding-right: 10px;
    }
    .min_nav {
        display: inline-block;
        width: 34px;
        height: 25px;
        position: absolute;
        top: 26px;
        left: 30px;
    }
    .min_nav:hover .navbtn, .min_nav:hover .navbtn::after, .min_nav:hover .navbtn::before {
        width: 34px;
    }
    .min_nav .navbtn {
        position: absolute;
        top: 11px;
        right: 0;
        display: inline-block;
        width: 34px;
        height: 3px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .min_nav .navbtn::after, .min_nav .navbtn::before {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 100%;
        height: 3px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .min_nav .navbtn::after {
        top: -11px;
    }
    .min_nav .navbtn::before {
        top: 11px;
    }
    .min_nav.active .navbtn {
        background: transparent;
    }
    .min_nav.active .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }
    .min_nav.active .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }
}

.block {
    display: block;
}