@charset "utf-8";

/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    list-style: none;
    color: #2f2f2f;
}

html,
body {
    color: #666666;
}

body {
    background: #fff;
    max-width: 2300px;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #999999;
}

img {
    border: none;
    display: block;
}

em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.clearfloat:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
}

#wrap {
    width: 100%;
}

/*导航部分*/
#section1 .header {
    background: url(../images/banner.png) top center no-repeat;
    height: 104px;
    width: 100%;
}

.wrap {
    width: 1110px;
    margin: 0 auto;
}

.wrap .logo {
    background: url(../images/logo.png) no-repeat;
    height: 104px;
    width: 281px;
    float: left;
}

.wrap .nav {
    float: right;
    /* width:786px; */
}

.wrap .nav a {
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    display: block;
    border-right: 1px solid #fff;
    float: left;
    position: relative;
    overflow: hidden;
    height: 104 px;
    padding: 0px 25px;
    margin: 45px 0;
    height: 16px;
    line-height: 16px;
}

.wrap .nav a:hover {
    color: #fff;
}

.wrap .nav a.last {
    border-right: 0;
}

.wrap .nav li {
    width: 118px;
    float: left;
}

.wrap .nav a {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-size: 16px;
}

.wrap .nav a span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 104px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.wrap .nav a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wrap .nav li:hover a span,
.wrap .nav a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ititle_infr a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(5px) translateY(-5px) rotate(2deg);
    -moz-transform: scale(1.1) translateX(5px) translateY(-5px) rotate(2deg);
    transform: scale(1.1) translateX(5px) translateY(-5px) rotate(2deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.ititle_infr a:hover::before,
.ititle_infr a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 0.5;
}

.header,
.sec1_padding {
    position: absolute;
    z-index: 888;
}

.header {
    top: 0;
}

.sec1_padding {
    top: 104px;
    background-position: top center;
}

.videos .bgs {
    background: url(../images/vbj.png) repeat;
    width: 100%;
    height: 746px;
    position: absolute;
    left: 0;
    top: 0;
}

/*section1*/
/*#section1{background:url(../images/gengxin9802_01.png) top center no-repeat fixed;height:980px;width:100%;}*/
#section1 {
    width: 100%;
}

/*.section1_con{background:url(../images/gengxin98023_01.png) center no-repeat;height:980px;width:1110px;margin:0 auto;margin-top:-104px;}*/
.sec1_padding {
    position: absolute;
    top: 275px;
}

.ititle {
    width: 1110px !important;
    text-align: center;
    height: 169px !important;
}

.ititle_img {
    margin: 0 auto;
    width: 668px;
    height: 169px;
    text-align: center;
}

.ititle_img img {
    display: block;
}

.ititle_infr {
    width: 673px;
    height: 49px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 0 auto;
    margin-top: 87px;
    margin-bottom: 127px;
}

.ititle_k {
    margin: 0 auto;
    height: 51px;
    padding: 0 0px;
}

.ititle_infr a {
    line-height: 49px;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 0 33px;
    display: block;
    color: #fff;
    float: left;
}

.ititle_infr a:hover {
    color: #fff;
}

/*小图标特效*/
.coor_xia {
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}

@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, -8px);
    }
}

.more {
    width: 1110px;
    height: 54px;
}

.more_m {
    width: 80px;
    height: 54px;
    margin: 0 auto;
}

.more_m a {
    width: 80px;
    height: 54px;
    overflow: hidden;
}

.more_m a img {
    width: 38px;
    height: 23px;
}

.more_m a:hover {
    transition: 1s all;
    transition-delay: 0s;
    -webkit-transition: 1s all;
    opacity: 0.8;
}

.more_m .img2 {
    display: none;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.more_2 {
    width: 1110px;
    height: 35px;
    text-align: center;
    margin-top: 45px;
}

.more_2 div {
    margin: 0 auto;
    width: 188px;
}

.more_2 a {
    width: 148px;
    height: 35px;
    border: 1px solid #fff;
    line-height: 35px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.more_2 a:hover {
    width: 188px;
    background: #fff;
    color: #000;
}

/* Ujarak */
.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak.button--round-s::before {
    border-radius: 2px;
}

.button--ujarak.button--inverted::before {
    background: #7986cb;
}

.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
    color: #fff;
    border-color: #fff;
}

.button--ujarak.button--inverted:hover {
    color: #fff;
    border-color: #fff;
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*section3*/
#section3 {
    background: url(../images/wuye.png) top center no-repeat fixed;
    width: 100%;
    height: 980px;
    position: relative;
}

/*section5*/
#section5 {
    background: url(../images/index4_03.png) top center no-repeat fixed;
    width: 100%;
    height: 980px;
    position: relative;
}

/*section6*/
#section6 {
    background: url(../images/yingshi.png) top center no-repeat fixed;
    width: 100%;
    height: 980px;
}

/*section9*/
#section9 {
    background: url(../images/index9-1_03.png) top center no-repeat fixed;
    width: 100%;
    height: 980px;
}

/*section10*/
#section10 {
    background: url(../images/index10_02.png) top center no-repeat fixed;
    width: 100%;
    height: 980px;
}

#section10 .box2 {
    width: 308px;
}

/**/
@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(2.3);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(2.3);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}

/**/
@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}

/**/
@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/*section11*/
#section11 {
    background: url(../images/index11_03.png) top center no-repeat fixed;
    width: 100%;
    height: 975px;
}

.section11 {
    padding-top: 303px;
    padding-bottom: 385px;
}

.section11_img {
    width: 1110px;
    height: 166px;
}

.section11_bj {
    background: url(../images/last_rs.png) no-repeat;
    height: 166px;
    width: 223px;
    margin: 0 auto;
}

.section11 p {
    line-height: 38px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}

.section11_dh {
    width: 1110px;
    height: 16px;
    margin-top: 15px;
}

.section11_dhg {
    margin: 0 auto;
    width: 666px;
    height: 16px;
}

.section11_dhg a {
    color: #fff;
    display: block;
    float: left;
    padding: 0 25px;
    letter-spacing: 1px;
    border-right: 1px solid #fff;
    height: 16px;
    line-height: 16px;
}

.section11_dhg a:hover {
    color: #016191;
}

.active11 .section11_bj {
    -webkit-animation: zoomIn 1s ease-in-out 0.5s backwards;
    -moz-animation: zoomIn 1s ease-in-out 0.5s backwards;
    -ms-animation: zoomIn 1s ease-in-out 0.5s backwards;
    animation: zoomIn 1s ease-in-out 0.5s backwards;
}

.active11 .section11 p {
    -webkit-animation: zoomIn 1s ease-in-out 1s backwards;
    -moz-animation: zoomIn 1s ease-in-out 1s backwards;
    -ms-animation: zoomIn 1s ease-in-out 1s backwards;
    animation: zoomIn 1s ease-in-out 1s backwards;
}

.active11 .section11_dhg {
    -webkit-animation: zoomIn 1s ease-in-out 1.5s backwards;
    -moz-animation: zoomIn 1s ease-in-out 1.5s backwards;
    -ms-animation: zoomIn 1s ease-in-out 1.5s backwards;
    animation: zoomIn 1s ease-in-out 1.5s backwards;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/*子页-关于我们*/
/*导航背景图  section1*/
#section1 .about {
    background: url(../images/about_dh.png) top center no-repeat;
    height: 104px;
    width: 100%;
    position: absolute;
    z-index: 22;
    top: 0px;
}

.about_s1 {
    background: url(../images/about_banner.jpg) top center no-repeat;
    height: 850px;
    width: 100%;
    position: relative;
    top: 0px;
}

.wrapper {
    width: 1110px;
    margin: 0 auto;
}

.about_k {
    width: 400px;
    margin: 0 auto;
    padding-top: 287px;
}

.about_k img {
    display: block;
    margin: 0 auto;
}

.about_logo01 {
    margin-bottom: 44px;
}

/*section2*/
.wrap01 {
    width: 100%;
}

.wrapper_s2 {
    margin: 54px auto 70px !important;
}

.about_jj img {
    display: block;
    margin: 0 auto;
}

.about_jj {
    margin-bottom: 38px;
}

.about_p {
    margin-bottom: 26px;
}

.about_p p {
    text-align: justify;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
}

/*图片列表*/
.about_s1_list li {
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.about_s1_list li img {
    display: block;
}

.about_s1_list li > img {
    display: block;
    width: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.about_s1_list li:hover > img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*section3*/
.wrap01_s3 {
    background: url(../images/about_s3_bj.jpg) center top no-repeat;
    height: 630px;
}

.wrapper_03 {
    padding-top: 54px;
}

#homain {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -555px;
}

.hodot {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
}

.hodot:hover .hodot_rect,
.hodot.dotCur .hodot_rect {
    background-color: #e92828;
}

.hodot_wra1 {
    left: 545px;
    top: 100px;
    z-index: 5;
    margin-top: 220px;
}

.hodot_wra2 {
    left: 318px;
    top: 290px;
    z-index: 4;
    margin-top: 130px;
}

.hodot_wra1 {
    left: 545px;
    top: 100px;
    z-index: 5;
    margin-top: 220px;
}

.hodot_wra3 {
    left: 843px;
    top: 290px;
    z-index: 4;
    margin-top: -42px;
}

.hodot_wra4 {
    left: 1000px;
    top: 180px;
    z-index: 4;
    margin-top: 58px;
}

.hodot_rect {
    width: 17px;
    height: 17px;
    background: #777777 no-repeat;
    border-radius: 19px;
    border: 4px solid #fff;
    position: absolute;
    left: 17px;
    top: 17px;
    -webkit-animation: rectAniamte 2s ease infinite;
    -moz-animation: rectAniamte 2s ease infinite;
    -ms-animation: rectAniamte 2s ease infinite;
    animation: rectAniamte 2s ease infinite;
}

.hodot_centerBg {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #e1e1e1;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    box-shadow: 0px 0px 10px #c7c7c7;
}

.hodot_bg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-animation: bgAniamte 2s ease infinite;
    -moz-animation: bgAniamte 2s ease infinite;
    -ms-animation: bgAniamte 2s ease infinite;
    animation: bgAniamte 2s ease infinite;
}

@-webkit-keyframes bgAniamte {
    0% {
        width: 30px;
        height: 30px;
        opacity: 0.8;
        left: 10px;
        top: 10px;
    }

    80% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }
}

@-moz-keyframes bgAniamte {
    0% {
        width: 30px;
        height: 30px;
        opacity: 0.8;
        left: 10px;
        top: 10px;
    }

    80% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }
}

@-ms-keyframes bgAniamte {
    0% {
        width: 30px;
        height: 30px;
        opacity: 0.8;
        left: 10px;
        top: 10px;
    }

    80% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }
}

@keyframes bgAniamte {
    0% {
        width: 30px;
        height: 30px;
        opacity: 0.8;
        left: 10px;
        top: 10px;
    }

    80% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
        left: 0px;
        top: 0px;
    }
}

@-webkit-keyframes rectAniamte {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
    }
}

@-moz-keyframes rectAniamte {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(270deg);
    }
}

@-ms-keyframes rectAniamte {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(270deg);
    }
}

@keyframes rectAniamte {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.wra {
    width: 250px;
    height: 270px;
    background: url(../images/hodot2_wra.jpg);
    position: absolute;
    display: none;
    opacity: 0;
}

.date_s3 {
    font-size: 20px !important;
    color: #e7e6e6;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: -20px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    top: -35px;
    position: absolute;
    letter-spacing: 1px;
}

.wra span {
    font-size: 12px;
    color: #999;
    margin-left: 30px;
    font-weight: bold;
    display: block;
    font-family: '微软雅黑';
}

.wra p {
    font-size: 12px;
    color: #fff;
    width: 200px;
    margin-left: 30px;
    margin-top: 20px;
    line-height: 20px;
}

.wra_close {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #666 url(../images/cha.png);
    cursor: pointer;
}

.war1 {
    margin-left: -150px;
}

.war2 {
    margin-left: -150px;
}

.war3 {
    width: 575px;
    height: 380px;
    left: 0px;
    top: 155px;
    margin-top: 125px;
}

.warList {
    width: 575px;
    height: 380px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px #3e3e3e;
    position: absolute;
    right: 150px;
    top: -100px;
}

/*section4*/
#about_s4 {
    background: url(../images/about_s4bj.jpg) center top no-repeat;
    height: 680px;
}

#wrapper_s4 {
    padding-top: 75px;
    padding-bottom: 85px;
}

.Group_culture img {
    display: block;
    margin: 0 auto;
}

.Group_tit {
    margin-top: 55px;
}

/*section5*/
#wrapper_s5 {
    padding-top: 35px;
    padding-bottom: 60px;
}

.Enterprise_vision img {
    margin: 0 auto;
}

.vision_tit {
    margin-left: 80px;
    margin-right: 80px;
    width: 950px;
    overflow: hidden;
    margin-top: 70px;
}

.vision_tit ul {
    width: 1180px;
}

.vision_tit li {
    float: left;
    width: 140px;
    height: 230px;
    margin-right: 127px;
}

/*翻转必须加的属性 display:block;margin:0 auto;*/
.vision_tit li img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
}

.vision_tit li div {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 90px;
    color: #000;
}

.vision_tit li span {
    display: block;
    height: 140px;
    width: 140px;
}

.values img {
    display: block;
    margin: 0 auto;
}

.wrapper_s7 {
    padding-top: 50px;
}

.adv_lb {
    width: 1110px;
    height: 240px;
    background: #fff;
    position: relative;
}

.adv_lb .have {
    padding: 0px 80px 0px 80px;
}

.adv_lb .have li .have_img {
    border: 1px solid #0066cc;
    width: 265px;
    height: 166px;
    float: left;
    margin-right: 30px;
    margin-top: 37px;
}

.adv_lb .have li .have_r {
    float: right;
    margin-right: 0px;
    width: 653px;
    margin-top: 37px;
}

.adv_lb .have li .have_r h1 {
    font-size: 18px;
    letter-spacing: 1px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin: 0;
}

.adv_lb .have li .have_r h1 .str01 {
    border-bottom: 4px solid #0066cc;
    display: block;
}

.adv_lb .have li .have_r h1 strong {
    float: left;
    line-height: 35px;
    height: 48px;
}

.adv_lb .have li .have_r p {
    letter-spacing: 1px;
    line-height: 28px;
    text-align: justify;
}

.adv_lb .have li .have_r .look {
    display: block;
    margin-top: 38px;
    width: 133px;
    height: 36px;
    color: #0066cc;
    border: 1px solid #0066cc;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
}

.adv_lb .have li .have_r .look:hover {
    background: #0066cc;
    color: #fff;
}

.adv_lb .prev,
.adv_lb .next {
    position: absolute;
    top: 210.5px;
    width: 27px;
    height: 51px;
}

.adv_lb .prev {
    background: url(../images/pre.png) no-repeat;
    left: 10px;
    z-index: 178;
}

.adv_lb .next {
    background: url(../images/next.png) no-repeat;
    right: 10px;
}

/* 本例子css */
.slideBox {
    width: 1110px;
    height: 356px;
    overflow: hidden;
    position: relative;
    background: none;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 5px;
    z-index: 1;
    top: 35px;
    z-index: 77777;
    margin-right: -236px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 0px;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
}

.slideBox .hd ul li.on {
    background: none;
    color: #f9b811;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    margin-top: 116px;
    background: #fff;
    border: 1px solid #ddd;
    height: 240px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    float: left;
}

.slideBox .bd img {
    width: 263px;
    height: 164px;
    display: block;
}

/*section8*/
.s8_wrapper {
    padding-top: 55px;
}

.s8_linian {
    margin-bottom: 75px;
}

.s8_linian img {
    margin: 0 auto;
}

.s8_list {
    width: 1110px;
    overflow: hidden;
    margin-bottom: 30px;
}

.s8_list ul {
    width: 1200px;
}

.s8_list li {
    width: 248px;
    float: left;
    margin-right: 39px;
    height: 290px;
    overflow: hidden;
}

.s8_list li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.s8_list li .as8_img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.s8_list li .as8_img em {
    display: none;
    position: absolute;
    left: -248px;
    top: 0;
    width: 148px;
    height: 145px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
}

.s8_list li .as8_img:hover em {
    left: 248px;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
}

.s8_list li .as8_img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    overflow: hidden;
}

.s8_list li .as8_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.s8_list li .as8_img img {
    display: block;
}

.s8_list li p {
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 24px;
    text-align: justify;
}

/*子页-合作客户*/
/*banner*/
.hzkh_bj {
    background: url(../images/hzkh_bj.jpg) top center no-repeat;
    height: 851px;
    width: 100%;
    position: relative;
    top: 0px;
}

.wrapper {
    width: 1110px;
    margin: 0 auto;
}

.hzkh_img img {
    display: block;
    margin: 0 auto;
}

.hzkh_img {
    width: 836px;
    height: 60px;
    margin: 0 auto;
}

.about_k1 {
    padding-top: 458px;
}

.hezkh_list li {
    width: 193px;
    height: 149px;
    margin-right: 36px;
    margin-bottom: 22px;
    border: 1px solid #666;
    position: relative;
    overflow: hidden;
}

.hezkh_list ul {
    width: 1200px;
}

.hezkh_list li div {
    height: 27px;
    background: #ccc;
    line-height: 27px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    position: absolute;
    z-index: 444;
    bottom: 0;
    width: 193px;
    opacity: 0.4;
}

.hezkh_list li img {
    display: block;
}

.hezkh_list2_t p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    color: #333;
    text-indent: 2em;
    line-height: 28px;
}

.hezkh_list2_t {
    margin-bottom: 40px;
}

/*子页-行业优势*/
.advantage_bj {
    background: url(../images/advantage_bj.jpg) top center no-repeat;
    height: 851px;
    width: 100%;
    position: relative;
    top: 0px;
}

.advantage_bj_k1 {
    padding-top: 438px;
}

.advantage_s2 {
    padding-top: 70px;
}

.advantage_img img {
    display: block;
    margin: 0 auto;
}

.advantage_img {
    margin-bottom: 55px;
}

.advantage_img_s2 {
    margin-bottom: 85px;
}

.advantage_img_s2 li {
    width: 119px;
    margin-right: 88px;
    height: 209px;
}

.advantage_img_s2 li:hover div {
    color: #f9b811;
}

.vision_tit li:hover div {
    color: #f9b811;
}

.advantage_img_s2 li div {
    height: 80px;
    line-height: 80px;
}

.adv_list {
    width: 100%;
}

.adv_list .adv_list1 {
    background: url(../images/shiyetouzi.jpg) center no-repeat;
    height: 560px;
    width: 100%;
}

.adv_list .adv_list2 {
    background: url(../images/chuangyiechanye.jpg) center no-repeat;
    height: 569px;
    width: 100%;
}

.adv_list .adv_list3 {
    background: url(../images/chanyhe.jpg) center no-repeat;
    height: 570px;
    width: 100%;
}

.adv_list .adv_list4 {
    background: url(../images/menhu.jpg) center no-repeat;
    height: 568px;
    width: 100%;
}

.adv_list .adv_list5 {
    background: url(../images/meiti.jpg) center no-repeat;
    height: 568px;
    width: 100%;
}

.adv_list11 {
    padding-top: 170px;
}

.adv_list1_01 {
    float: right;
    width: 500px;
}

.adv_list1_02 {
    float: left;
}

.adv_list1_01 h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
}

.adv_list1_01 h1 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.adv_list1_01 h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 48px;
}

.adv_list1_01 p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-align: justify;
    line-height: 28px;
}

/*子页-产品介绍*/
.xmly_banner {
    background: url(../images/xiangmu_banner.jpg) center no-repeat;
    height: 851px;
    width: 100%;
}

.xmly_s2 {
    padding-top: 73px;
    padding-bottom: 138px;
}

.xmly_s2_img img {
    display: block;
    margin: 0 auto;
}

.xmly_s2_img {
    margin-bottom: 66px;
}

.xmly_s22 {
    width: 1110px;
}

.xmly_s22 .xmly_s22_item {
    float: left;
    cursor: pointer;
}

.xmly_s22_item_03,
.xmly_s23_item {
    float: left;
    cursor: pointer;
}

.xmly_s23 {
    margin-top: 10px;
}

.xmly_s22_item img,
.xmly_s22_item_03 img,
.xmly_s23_item img {
    display: block;
}

.xmly_s22_item {
    position: relative;
}

.xmly_s22_item .xmly_s22_item_001 {
    position: relative;
}

.xmly_s22_item_03 {
    position: relative;
}

.xmly_s22_item_03_01 {
    position: relative;
}

.xmly_s23_item {
    position: relative;
}

.xmly_s2_a01 h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-indent: 18px;
    margin: 0;
    line-height: 20px;
    height: 20px;
    margin-top: 34px;
    margin-bottom: 10px;
}

.xmly_s2_a01 p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-indent: 18px;
    height: 12px;
    line-height: 12px;
}

.xmly_s2_a01 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 88888;
}

.xmly_s2_a02 {
    width: 241px;
    height: 82px;
    text-indent: 0;
    position: absolute;
    top: 110px;
}

.xmly_s2_a02 h1 {
    text-indent: 0;
    text-align: right;
    margin-right: 18px;
}

.xmly_s2_a02 p {
    text-indent: 0;
    text-align: right;
    margin-right: 18px;
}

.xmly_s2_a03 {
    top: 180px;
}

.xmly_s2_a05 {
    top: 180px;
    text-align: right;
    padding-right: 18px;
}

.xmly_s2_a06 {
    top: 50px;
    text-align: right;
    padding-right: 18px;
}

.xmly_s2_a07 {
    top: 50px;
    text-align: right;
    padding-right: 18px;
}

.xmly_s2_a08 {
    text-align: right;
    padding-right: 18px;
    top: 80px;
}

.xmly_s2_a09 .xmly_s2_a10 {
    top: 70px;
    text-align: right;
    padding-right: 18px;
}

.zhezhao {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    display: none;
    left: 0;
}

.zhezhao_lan {
    position: absolute;
    background: #003366;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    display: none;
    left: 0;
}

/*资讯动态*/
.news_lists {
    overflow: hidden;
}

.news_nav a {
    display: block;
    float: left;
    background: #f5f5f5;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 25%;
    color: #000;
    border-right: 2px solid #fff;
}

.news_nav a.join_cur {
    color: #fff;
    background: #2d74a8;
}

.news_nav a:hover {
    color: #fff;
    background: #2d74a8;
    text-decoration: none;
}

.news_nav a:first-child + a + a + a {
    border-right: none;
}

.news_nav {
    margin-bottom: 60px;
}

.news_lists li {
    float: left;
    width: 100%;
    margin-bottom: 37px;
    padding-bottom: 37px;
    border-bottom: 1px dashed #ccc;
}

.news_lists li .date {
    float: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 146px;
    height: 146px;
    margin-right: 38px;
}

.news_lists li .date .year {
    text-align: center;
    font-size: 16px;
    font-family: 'arial';
    line-height: 16px;
    margin-bottom: 13px;
    padding-top: 39px;
}

.news_lists li .date .day {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #999;
    font-weight: bold;
    font-family: arial;
}

.news_lists li .con2 {
    float: left;
    width: 82%;
}

.news_lists li .con2 .title {
    font-size: 18px;
    display: block;
    line-height: 36px;
    margin-bottom: 5px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
}

.news_lists li .con2 p {
    color: #999;
    line-height: 22px;
    margin-bottom: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
}

.news_lists li .con2 .more {
    display: block;
    text-transform: uppercase;
    width: 93px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 17px;
    border: 1px solid #ccc;
}

.news_lists li:hover .con2 .title {
    text-decoration: none;
    color: #f9b811;
    cursor: pointer;
}

.news_lists li:hover .con2 .more {
    border: 1px solid #f9b811;
    background: #f9b811;
    color: #fff;
    text-decoration: none;
}

.news_lists li .pic {
    float: left;
    overflow: hidden;
    max-width: 271px;
    position: relative;
}

.news_lists li {
    overflow: hidden;
}

.news_lists li .pic img {
    display: block;
    width: 100%;
}

.news_lists li .pic em {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
}

.news_lists li:hover .pic em {
    left: 100%;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
}

.hy_lists li .con2 .all2 .more {
    float: right;
    border-radius: 0;
}

.hy_lists li .pic {
    margin-right: 45px;
}

.hy_lists li .con2 {
    width: 72%;
}

.hy_lists li .con2 .all2 .times {
    float: left;
    color: #999;
    line-height: 36px;
}

.hy_lists li .con2 p {
    margin-bottom: 30px;
}

/*新闻详情*/
.center01 {
    width: 1110px;
    margin: 0 auto;
}

.newsview_details {
    height: auto;
    background: url(../images/news_bj.png) center no-repeat;
    width: 100%;
}

.location {
    width: 1110px;
    height: 70px;
    line-height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #999;
}

.location p {
    font-size: 14px;
    padding-left: 20px;
    color: #666;
    background: url(../images/home_icon.png) no-repeat left center;
}

.location p a {
    color: #666;
}

.location p a:hover {
    color: #b0251d;
    text-decoration: underline;
}

/*newsview*/
.newsview {
    width: 1110px;
    padding: 60px 0 50px;
    overflow: hidden;
}

.newsview h2 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #cfcfcf;
}

.newsview span.time {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    /*background-color:#dfdfdf;*/
}

.newsview .con {
    margin-top: 2px;
    border-top: 1px solid #cfcfcf;
    padding-top: 25px;
}

.newsview p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
    text-indent: 2em;
    text-align: justify;
    color: #666;
    letter-spacing: 1px;
}

.Num {
    width: 1110px;
    height: 80px;
    margin-bottom: 0px;
}

.Num div {
    width: 50%;
    height: 35px;
    float: left;
    line-height: 35px;
}

.Num div.back {
    text-align: right;
}

.Num div.back a {
    padding-left: 20px;
    background: url(../images/list_icon.png) no-repeat left center;
}

.Num div a {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ededed;
}

.sub_main_right .Num div a:hover {
    color: #b0251d;
    text-decoration: underline;
}

.sub_main_right .Num div a span {
    margin-right: 10px;
}

/*-子页-关于我们*/
.investment .wrap .nav a span {
    color: #000;
}

.investment .wrap .logo {
    background: url(../images/touzi_logo.png) no-repeat;
    background-size: 100%;
    background-position-y: center;
    height: 111px;
    width: 278px;
    /* float: left; */
}

.investment .wrap .nav li {
    height: 111px;
    cursor: pointer;
    /* margin: 0px 4px; */
    margin: 4px 4px;
}

.investment .wrap .nav li:hover {
    /* background: #f9b811; */
    background: #f9b811;
    /* border-bottom: 4px solid #0296f6; */
    margin: 4px 4px;
}

.investment .wrap .nav li:hover a span {
    color: #fff;
}

.investment .wrap .nav a {
    border-right: none;
    /* border: solid 1px blue; */
    height: 60%;
}

.investment .wrap .nav li.curbj {
    /* background: #f9b811; */
    background: #f9b811;
    /* border-bottom: 4px solid #0296f6; */
    margin: 4px 4px;
    overflow: hidden;
}

.investment .wrap .nav li.curbj a span {
    color: #fff;
}

/*banner*/
.i_about_s2 {
    background: url(../images/contact_usbj.jpg) center no-repeat;
    height: 422px;
    width: 100%;
    margin-bottom: 90px;
}

.i_about_s2_about img {
    margin: 0 auto;
    display: block;
}

.i_about_s2_about {
    margin-bottom: 38px;
}

.i_about .i_about_s2_list {
    height: 37px;
    width: 357px;
    margin: 0 auto;
    margin-bottom: 95px;
}

.i_about .i_about_s2_list a {
    display: inline-block;
    width: 121px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    margin-right: 54px;
    font-size: 16px;
}

.i_about .i_about_s2_list a:hover {
    background: #f9b811;
    color: #fff;
}

/*动态*/

.index_tit_l {
    background: url(../images/r2.png) no-repeat;
    height: 40px;
}

.policy_list {
    margin-top: 45px;
    margin-bottom: 30px;
}

.policy_list li {
    float: left;
    width: 555px;
    margin-bottom: 57px;
}

.policy_list li .d_l {
    float: left;
    width: 215px;
    margin-right: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.policy_list li .d_l .pic {
    width: 215px;
    height: 130px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.policy_list li .d_l .date {
    display: flex;
}

.policy_list li .d_l .date span {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.policy_list li .d_l .date span:first-child {
    width: 102px;
    background: #f9b811;
    color: #fff;
}

.policy_list li .d_l .date span:first-child + span {
    width: 113px;
}

.policy_list li .d_r {
    float: left;
    width: 290px;
}

.policy_list li .d_r .title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    cursor: pointer;
    display: -webkit-box;
}

.policy_list li .d_r p {
    line-height: 24px;
    text-align: justify;
    font-size: 13px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
    text-indent: 20px;
}

.policy_list li:hover .d_r .title {
    color: #003c9e;
}

.policy_list li img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.policy_list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.link_index .index_punb {
    padding-top: 80px;
}

.link_bg {
    background: #f3f3f3;
    padding-bottom: 75px;
}

.link_list {
    margin-top: 45px;
}

.link_list li {
    float: left;
    width: 230px;
    height: 90px;
    margin-right: 12px;
    margin-bottom: 11px;
    border: 1px dashed #003c9e;
    overflow: hidden;
}

/*公司文化*/
.i_culture h1 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #f9b811;
    margin: 0;
    line-height: 30px;
    margin-bottom: 23px;
}

.i_culture_list {
    width: 1110px;
    overflow: hidden;
}

.i_culture_list ul {
    width: 1200px;
}

.i_culture_list li {
    width: 340px;
    /*height:355px;*/
    float: left;
    margin-right: 45px;
}

.i_culture_list li h3 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
}

.i_culture_list li h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}

.i_culture_list li .i_culture_img1 img {
    display: block;
}

.i_culture_list li .i_culture_img1 {
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.i_culture_list li p {
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
}

.i_TEAM {
    margin-top: 60px;
}

.i_culture_list li .i_culture_img1 em {
    display: none;
    position: absolute;
    left: -340px;
    top: 0;
    width: 240px;
    height: 142px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
}

.i_culture_list li .i_culture_img1:hover em {
    left: 340px;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
}

.i_culture_list li .i_culture_img1 img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    overflow: hidden;
}

.i_culture_list li .i_culture_img1:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.share_news li {
    float: left;
    width: 716px;
    height: 107px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    background: #fff;
    cursor: pointer;
}

/*团队风采*/
.picMarquee-left {
    width: 1110px;
    overflow: hidden;
    padding-bottom: 100px;
}

.picMarquee-left .bd {
    padding: 10px;
    width: 1110px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 252px;
    height: 188px;
    display: block;
    padding: 2px;
    /*border:1px solid #ccc;*/
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/*footer*/
.i_footer {
    background: url(../images/foot_i_bj.jpg) center no-repeat;
    height: 356px;
    width: 100%;
}

.footer_i {
    width: 600px;
}

.footer_i .nav {
    float: left;
}

.foot_l {
    float: left;
    width: 587px;
}

.foot_r {
    text-align: center;
    float: right;
    padding-top: 75px;
}

.foot_l .wrap .nav a span {
    font-size: 16px;
    display: block;
}

.foot_l .wrap .nav a {
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    display: block;
}

.foot_l .wrap .nav li {
    width: 95px;
}

.foor_r_02_l {
    width: 260px;
    height: 57px;
    float: right;
}

.foor_r_02_l p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.foor_r_02_r p {
    font-size: 16px;
    color: #fff;
    /* letter-spacing: 1px; */
    line-height: 50px;
}

.foor_r_02_r {
    width: 170px;
    float: left;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.foor_r_02 {
    width: 446px;
}

form {
    display: block;
    margin-top: 0em;
}

.foot_name {
    outline: none;
    width: 300px;
    height: 38px;
    background: url(../images/foot_img1.jpg) no-repeat;
    border: none;
    line-height: 38px;
    margin-top: 8px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    color: #333;
}

.foot_phone {
    outline: none;
    width: 300px;
    height: 38px;
    background: url(../images/foot_img2.jpg) no-repeat;
    border: none;
    line-height: 38px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    color: #333 !important;
}

.foot_nr {
    outline: none;
    width: 300px;
    height: 70px;
    background: url(../images/foot_img3.jpg) no-repeat;
    border: none;
    line-height: 38px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    color: #333 !important;
}

.foot_tijiao {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background: #1b1b1b;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.foot_center {
    height: 365px;
    float: left;
    padding-right: 65px;
}

.foot_center p {
    line-height: 35px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 0;
    letter-spacing: 0px;
}

.foot_right {
    width: 340px;
    height: 365px;
    float: left;
    padding-right: 70px;
}

.foot_search {
    width: 339px;
    height: 40px;
    margin-top: 8px;
    background: url(../images/foot_search.png) no-repeat;
}

.search {
    width: 295px;
    height: 40px;
    background: none;
    border: none;
    float: left;
    color: #fff;
    font-size: 16px;
    outline: none;
    text-indent: 5px;
}

.foot_tijiao2 {
    width: 39px;
    height: 40px;
    background: none;
    border: none;
    float: right;
}

.clear {
    clear: both;
}

.foot_right p {
    line-height: 35px;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    letter-spacing: 1px;
    padding-top: 25px;
}

.foot_r h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

#bottom {
    width: 100%;
    height: 50px;
    background: #1b1b1b;
}

.bottom {
    width: 1110px;
    height: 50px;
    margin: 0 auto;
}

.bottom_l {
    width: 700px;
    line-height: 45px;
    font-size: 14px;
    color: #707070;
    float: left;
    letter-spacing: 1px;
}

.bottom_r {
    width: 300px;
    line-height: 45px;
    font-size: 14px;
    color: #707070;
    float: right;
    text-align: right;
}

.bottom_r a {
    color: #717171;
    letter-spacing: 1px;
}

/*子页-行业优势*/
/*banner图*/
.adv_about_s2 {
    background: url(../images/touzi_adv_ban.jpg) center no-repeat;
    height: 422px;
    width: 100%;
}

.touzi_adv_s3 img {
    margin: 0 auto;
}

.touzi_a_s3 {
    padding-top: 88px;
    padding-bottom: 109px;
}

.touzi_adv_s3 {
    margin-bottom: 64px;
}

.hangy_tz {
    width: 1110px;
}

.hangy_tz li {
    width: 1110px;
    height: 237px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hangy_tz li .adv_img {
    overflow: hidden;
    width: 317px;
    height: 237px;
    cursor: pointer;
    float: left;
}

.hangy_tz li .adv_img img {
    display: block;
    float: left;
    overflow: hidden;
}

.hangy_tz li .adv_r {
    float: left;
    width: 793px;
    height: 237px;
    background: #eee;
    opacity: 0.8;
    overflow: hidden;
}

.hangy_tz li .adv_r .kongxi {
    padding-left: 40px;
    padding-right: 50px;
}

.hangy_tz li .adv_r .kongxi h1 {
    margin: 30px 0;
    /* font-size: 42px; */
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #153a5d;
}

.hangy_tz li .adv_r .kongxi p {
    text-indent: 2em;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.hangy_tz li .adv_img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    overflow: hidden;
}

.hangy_tz li .adv_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.hangy_tz li .con:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    -o-transform: translate(-105%, 0);
    -ms-transition: all 0.8s ease-in-out;
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(261, 1, 0, 1);
    background-color: rgba(204, 51, 153, 0.25);
}

.hangy_tz li.even .con:before {
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(51, 102, 204, 0.25);
}

.hangy_tz li:hover .con:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*数字文化*/
.coor_tz_s2 {
    background: url(../images/tz_lingyu.jpg) center no-repeat;
    height: 422px;
    width: 100%;
}

.cur_tz_p p {
    text-align: center;
}

/*子页-项目领域*/
.project_tz_s2 {
    background: url(../images/coor_bj.jpg) center no-repeat;
    height: 422px;
    width: 100%;
}

.tz_pro {
    padding-top: 69px;
    padding-bottom: 240px;
}

.pro_pa img {
    display: block;
    margin: 0 auto;
}

.pro_pa {
    margin-bottom: 65px;
}

.protz_list {
    margin-bottom: 25px;
    overflow: hidden;
    width: 960px;
    margin-left: 100px;
    margin-right: 100px;
}

.protz_list ul {
    width: 1200px;
}

.protz_list li {
    width: 168px;
    height: 40px;
    border: 1px solid #999;
    line-height: 40px;
    text-align: center;
    margin-right: 73px;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 30px;
}

.protz_list1 {
    margin-left: 0;
    margin-right: 0;
    width: 1110px;
}

.protz_list1 ul {
    width: 1200px;
}

.protz_list1 li {
    width: 267px;
    margin-right: 13px;
}

.protz_list li.current_tz a {
    display: inline-block;
    color: #fff;
}

.ppp_iungl img {
    display: block;
    float: left;
}

.infr_tiltz .title_tz {
    font-size: 16px;
    letter-spacing: 1px;
    background: url(../images/a_sanjiao_icon.png) no-repeat 0px 17px;
    text-indent: 30px;
    line-height: 48px;
    margin-top: 10px;
}

.infr_tiltz {
    letter-spacing: 1px;
    text-align: justify;
    line-height: 24px;
}

.protz_list li.current_tz {
    background: #f9b811;
    color: #fff;
}

.protz_list li:hover {
    background: #f9b811;
}

.protz_list li:hover a {
    color: #fff;
}

/*-子页-新闻资讯*/
.news_tz_s2 {
    background: url(../images/a_news_tz.jpg) center no-repeat;
    height: 422px;
    width: 100%;
}

.tz_news_list {
    width: 1110px;
}

.tz_news_list li {
    float: left;
    height: 188px;
    margin-bottom: 20px;
    width: 1110px;
    cursor: pointer;
}

.tz_news_list li:hover .ntz_infr {
    border: 1px solid #f9b811;
}

.tz_news_list li .img_tz {
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tz_news_list li .img_tz img {
    display: block;
}

.tz_news_list li .img_tz img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    overflow: hidden;
}

.tz_news_list li .img_tz:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.tz_news_list li .ntz_infr {
    float: right;
    width: 796px;
    border: 1px solid #cccccc;
    height: 188px;
    border-left: none;
}

.tz_news_list li:hover .ntz_infr {
    border-left: none;
}

.tz_news_list li .ntz_infr .pad_news {
    padding: 30px 61px 18px 41px;
}

.tz_news_list li .ntz_infr .pad_news h3 {
    line-height: 30px;
    margin-bottom: 10px;
}

.tz_news_list li .ntz_infr .pad_news h3 a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
}

.tz_news_list li .ntz_infr .pad_news h3 a:hover {
    color: #f9b811;
    font-weight: 700;
}

.tz_news_list li:hover .ntz_infr .pad_news h3 a {
    color: #f9b811;
    font-weight: 700;
}

.tz_news_list li .ntz_infr .pad_news p {
    letter-spacing: 1px;
    line-height: 24px;
    color: #000;
}

.pad_news .more {
    width: 112px;
    height: 36px;
    border: 1px solid #ccc;
    line-height: 36px;
    text-align: center;
    float: left;
    margin-top: 16px;
    float: right;
}

.pad_news .more a {
    display: block;
}

.tz_news_list li:hover .pad_news .more {
    background: #f9b811;
}

.tz_news_list li:hover .pad_news .more a {
    color: #fff;
}

.tz_news_list li .img_tz .date {
    position: absolute;
    background: url(../images/a_news_img00.png) #fff no-repeat;
    width: 83px;
    height: 83px;
    left: 0;
    top: 0;
}

/*-子页-首页*/

/*核心业务*/
.tz_index {
    padding-top: 78px;
    padding-bottom: 69px;
}

.tz_index .index_img1 img {
    display: block;
    margin: 0 auto;
}

.tz_index .index_img1 {
    margin-bottom: 73px;
}

.tz_index_list {
    width: 1110px;
    overflow: hidden;
}

.tz_index_list ul {
    width: 1200px;
}

.tz_index_list li {
    margin-right: -8px;
    width: 240px;
    height: 240px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.tz_index_list li img {
    display: block;
    margin: 0 auto;
}

.tz_index_list li a {
    display: block;
}

.tz_index_list li a .index_16 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 23px;
}

.tz_index_list li a .index_12 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 10px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
}

.tz_index_list li a .border_h {
    width: 45px;
    height: 6px;
    background: #666;
    margin: 0 auto;
    margin-top: 14px;
}

.tz_index_list li:hover a .index_16,
.tz_index_list li:hover a .index_12 {
    color: #f9b811;
}

.tz_index_list li:hover a .border_h {
    background: #f9b811;
}

/*核心优势*/
#index_tzs4 {
    background: url(../images/a_hexin.jpg) center no-repeat;
    height: 436px;
    width: 100%;
}

.index_tzl {
    float: left;
    margin-left: 145px;
    margin-top: 153px;
    width: 360px;
    height: 209px;
    overflow: hidden;
}

.index_tzr {
    float: right;
    width: 541px;
    margin-top: 67px;
}

.index_tzl li {
    border: 1px solid #fff;
    float: left;
    width: 360px;
    height: 209px;
}

.index_tzr li p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 14px;
    width: 441px;
    display: block;
    float: right;
    height: 14px;
    text-align: left;
}

.index_tzr li span {
    display: block;
    float: left;
}

.index_tzr li span img {
    display: block;
}

.index_tzr li .con_index {
    width: 505px;
    float: right;
}

.index_tzr li.current_tz_index {
    background: url(../images/sanjiao_con.png) no-repeat 0px 10px;
}

.index_tzr li {
    margin-bottom: 36px;
    cursor: pointer;
}

.index_tzr li .con_index:hover p {
    opacity: 0.8;
}

/*section5 公司简介*/
.index_s5tz {
    padding-top: 65px;
    padding-bottom: 100px;
}

.index_jhj img {
    display: block;
    margin: 0 auto;
}

.index_jhj {
    margin-bottom: 36px;
}

.index_sjs5 {
    margin-bottom: 10px;
}

.index_sjs5 img {
    display: block;
    margin: 0 auto;
}

.index_infr_s5 p {
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
}

.img_list_i {
    width: 1110px;
    overflow: hidden;
    margin-top: 55px;
}

.img_list_i li {
    float: left;
    width: 370px;
    height: 185px;
    overflow: hidden;
    cursor: pointer;
}

.img_list_i li img {
    display: block;
}

.img_list_i li img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    overflow: hidden;
}

.img_list_i li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*section6 新闻中心*/
.index_s6tz_bj {
    background: url(../images/c_news_00.jpg) center no-repeat fixed;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 625px;
}

.index_s6tz {
    padding-top: 60px;
}

.index_news_s6 img {
    display: block;
    margin: 0 auto;
}

.index_news_s6 {
    margin-bottom: 70px;
}

.i_news_list {
    width: 1110px;
    overflow: hidden;
}

.i_news_list ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.i_news_list li {
    float: left;
    width: 250px;
    margin-right: 36px;
    overflow: hidden;
    height: 400px;
    position: relative;
    margin-bottom: 53px;
}

.i_news_list li img {
    display: block;
    cursor: pointer;
    z-index: 25;
}

.i_news_list li p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left;
}

.i_news_list li h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

.i_news_list li h3 a {
    display: block;
    text-align: left;
}

.i_news_list li h3 a:hover {
    color: #003366;
    font-weight: bold;
}

.i_news_list li .border_b {
    border-bottom: 1px solid #e2e2e2;
    height: 92px;
}

.i_news_list li .date {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 28px;
    text-align: left;
}

.i_news_list li .more_s5i {
    display: block;
    width: 50px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #333;
    background: #ffffff;
    font-size: 12px;
    margin-top: 20px;
    opacity: 0.6;
    position: relative;
}

.i_news_list li {
    transition: 1s all;
    transition-delay: 0s;
    -webkit-transition: 1s all;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.active_index li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.active_index .i_news_list li:first-child {
    transition-delay: 0.3s;
}

.active_index .i_news_list li:first-child + li {
    transition-delay: 0.6s;
}

.active_index .i_news_list li:first-child + li + li {
    transition-delay: 0.9s;
}

.active_index .i_news_list li:first-child + li + li + li {
    transition-delay: 1.2s;
}

.i_news_list li .boxd .hvr-rectangle-in {
    width: 250px;
    height: 150px;
    /*border:10px solid rgba(255,255,255,0.3);*/
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 51, 102, 0.5);
}

.i_news_list li .boxd:hover .hvr-rectangle-in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* $Buttom */
a.btn {
    display: inline-block;
    margin: 0px 3px 0;
    /*padding: .6em 1.1em;*/
    font-size: 26px;
    font-size: 1.625rem;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #fe4365;
    border-radius: 3px;
    box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
    border: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

a.btn:hover,
a.btn:focus {
    box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #003366;
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

a.btn-secondary {
    background: #c8c8a9;
    box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}

a.btn-secondary:hover {
    box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
}

a.btn:active,
a.btn-secondary:active {
    background: #4ecdc4;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}

/**
 * $keyframes \ gelatine
 **/
@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*首页底部高度调整*/
@media (max-height: 600px) {
    .section11 {
        padding-top: 530px;
        padding-bottom: 0;
    }
}

/*核心业务*/
.sm_item {
    width: 1110px;
    overflow: hidden;
}

.sm_item ul {
    width: 1200px;
}

.sm_item li {
    float: left;
    margin-right: 28px;
    margin-bottom: 34px;
    overflow: hidden;
    cursor: pointer;
}

.sm_item li a {
    display: inline-block;
}

.sm_item li img {
    display: block;
}

.sm_item li .img2 {
    display: none;
}

/*-子页面-联系我们*/
.project_tz_s2_c {
    background: url(../images/contact_usbj.jpg) center no-repeat;
    height: 422px;
    width: 100%;
}

.contact_us_b li {
    width: 506px !important;
    height: 33x !important;
    border-bottom: 1px dashed #cccccc !important;
    line-height: 40px;
    font-size: 16px;
    float: left;
    margin-right: 74px;
    margin-bottom: 10px;
}

.contact_us_b {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 70px;
    width: 1050px;
}

.contact_us_b ul {
    width: 1200px;
}

.contact_us_b li.cur {
    line-height: 33px;
    border-bottom: none;
    height: 33px;
}

.tell_us {
    font-size: 30px;
    height: 30px;
    width: 166px;
    line-height: 86px;
    text-align: left;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-left: 10px;
}

.contact_us_b li div {
    line-height: 28px;
    font-size: 13px;
    letter-spacing: 1px;
}

.blogroll {
    display: inline-block;
    /*margin-right: -78px;
    padding-top: 210px;*/
    margin-top: 8px;
    /*float: right;*/
}

.foot_r img {
    margin: auto;
}

.blogroll p:first-child {
    color: #fff;
    font-size: 18px;
}

.bah {
    color: #585858;
    font-size: 14px;
    display: block;
    background: #fff;
    padding: 6px 0;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.search_ss {
    width: 1250px;
    margin: auto;
    /*border: #0b2e13 1px solid;*/
}

.search_title {
    text-align: left;
    padding: 38px 10px;
}

.search_fl {
    display: inline-block;
    width: 100%;
    background: #d4deea;
    margin: 35px 0 15px 0;
}

.search_fl a p {
    text-align: center;
    padding: 10px 5px;
}
