@charset "UTF-8";

@keyframes ani-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }

    50% {
        -webkit-box-shadow: 0 0 0 1px #CCDCEC;
        -moz-box-shadow: 0 0 0 1px #CCDCEC;
        box-shadow: 0 0 0 1px #CCDCEC
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }
}

@-webkit-keyframes ani-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }

    50% {
        -webkit-box-shadow: 0 0 0 1px #CCDCEC;
        -moz-box-shadow: 0 0 0 1px #CCDCEC;
        box-shadow: 0 0 0 1px #CCDCEC
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }
}

@-moz-keyframes ani-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }

    50% {
        -webkit-box-shadow: 0 0 0 1px #CCDCEC;
        -moz-box-shadow: 0 0 0 1px #CCDCEC;
        box-shadow: 0 0 0 1px #CCDCEC
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }
}

@-o-keyframes ani-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }

    50% {
        -webkit-box-shadow: 0 0 0 1px #CCDCEC;
        -moz-box-shadow: 0 0 0 1px #CCDCEC;
        box-shadow: 0 0 0 1px #CCDCEC
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #CCDCEC;
        -moz-box-shadow: 0 0 0 10px #CCDCEC;
        box-shadow: 0 0 0 10px #CCDCEC
    }
}

.btn {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #555;
    font-size: 26px;
    font-family: '宋体';
    font-weight: bold;
    outline: none;
    z-index: 999
}

.tit p:nth-child(1) {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px
}

.tit p:nth-child(2) {
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background: url('../img/tit2.png') no-repeat center center
}

.tit2 p:nth-child(1) {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px
}

.tit2 p:nth-child(2) {
    width: 100%;

    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background: url('../img/tit2.png') no-repeat center center
}

.tit3 {
    margin-bottom: 40px
}

.tit3 span {
    font-weight: bold;
    font-size: 28px
}

.tit3>a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background: #FEB115;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tit3>a:hover {
    background: #004EA2
}

#banner {
    position: relative
}

#banner .swiper-slide img {
    width: 100%;
    max-width: 100%
}

#banner .swiper-pagination {
    bottom: 40px
}

#banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 2px solid #FBAF15
}

#banner .swiper-pagination-bullet-active {
    background: #FBAF15;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

#product {
    padding: 80px 0;
    background: url('../img/pro-bg.png') no-repeat 1200px center
}

#product .pro-typename {
    padding-top: 55px;
    padding-bottom: 60px
}

#product .pro-typename .ul1 .li1>a {
    display: block;
    padding:0 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #F00A12;
    margin-bottom: 10px;
    
}

#product .pro-typename .ul1 .li1 .ul2 {
    width: 1060px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#product .pro-typename .ul1 .li1 .ul2 .li2 {
    float: left;
    margin: 0 5px
}

#product .pro-typename .ul1 .li1 .ul2 .li2:last-child>a {
    display: block;
    background: #DADADA;
    color: #333;
    text-transform: uppercase
}

#product .pro-typename .ul1 .li1 .ul2 .li2>a {
    display: block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #DADADA;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#product .pro-typename .ul1 .li1 .ul2 .li2>a:hover {
    color: white;
    background: #004EA2;
    border: 1px solid #004EA2
}

#product .pro-list {
    width: 100%;
    height: 549px;
    overflow: hidden
}

#product .pro-list .hot {
    position: relative;
    width: 300px;
    height: 549px;
    overflow: hidden
}

#product .pro-list .hot:hover .wrap>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)
}

#product .pro-list .hot .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#product .pro-list .hot .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#product .pro-list .hot .hide {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 300px;
    height: 190px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

:root #product .pro-list .hot .hide {
    filter: none
}

#product .pro-list .hot .hide p:nth-child(1) {
    font-size: 28px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

#product .pro-list .hot .hide p:nth-child(2) {
    color: white;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    line-height: 1.5;
    margin-bottom: 15px
}

#product .pro-list .hot .hide p:nth-child(3) {
    display: block;
    width: 110px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #004EA2;
    border: 1px solid #004EA2;
    font-size: 14px;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#product .pro-list .pro-show {
    width: 890px
}

#product .pro-list .pro-show li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 9px;
    cursor: pointer;
    width: 290px;
    height: 270px
}

#product .pro-list .pro-show li:nth-child(3n) {
    margin-right: 0
}

#product .pro-list .pro-show li:hover .wrap>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)
}

#product .pro-list .pro-show li:hover .hide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#product .pro-list .pro-show li .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#product .pro-list .pro-show li .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#product .pro-list .pro-show li .hide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    padding-top: 70px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

:root #product .pro-list .pro-show li .hide {
    filter: none
}

#product .pro-list .pro-show li .hide p:nth-child(1) {
    color: white;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: left
}

#product .pro-list .pro-show li .hide p:nth-child(2) {
    display: block;
    width: 110px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    font-size: 14px;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    zoom: 1;
    *display: inline
}

#app .app-list {
    margin-top: 65px
}

#app .app-list li {
    position: relative;
    float: left;
    width: 400px;
    height: 280px;
    overflow: hidden
}

#app .app-list li:hover .wrap>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)
}

#app .app-list li .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#app .app-list li .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#app .app-list li .des {
    position: absolute;
    top: 15px;
    
    width:360px;
	left: 50%;
	margin-left: -180px;
}

#app .app-list li .des p:nth-child(1) {
    color: white;
    font-size: 28px;
    font-weight: bold;
   
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid white
}

#app .app-list li .des p:nth-child(2) {
    color: white;
    font-size: 14px;
    line-height: 1.8
}

#point {
    background: #E6E6E6;
    padding-bottom: 80px;
    padding-top: 50px
}

#point .point-tit {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px
}

#point ul li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 380px;
    height: 650px;
    background: white
}

#point ul li:last-child {
    margin-right: 0
}

#point ul li:nth-child(2) .wrap {
    top: 385px
}

#point ul li:nth-child(2) .des {
    bottom: 265px
}

#point ul li:hover .wrap>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)
}

#point ul li .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    width: 380px;
    height: 265px;
    overflow: hidden
}

#point ul li .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#point ul li .des {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 385px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 20px
}

#point ul li .des .text {
    line-height: 2
}

#point ul li .des p:nth-child(1) span {
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
    padding-left: 5px
}

#point ul li .des p:nth-child(2) {
    font-size: 16px;
    color: #004ea2;
    padding: 15px 0;
    font-weight: bold;
    font-family: '黑体';
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 15px
}

#point ul li .des .contact {
    
    color: white;
    text-align: center;
    margin-top: 14px;
    display: block;
    width: 137px;
    height: 45px;
    line-height: 45px;
    background: red;
}

#partner {
    display: block;
    width: 100%;
    height: 640px;
    margin-bottom: 60px;
    background: url('../img/par_en.jpg') no-repeat center center
}

#adv {
    padding: 60px 0
}

#adv .adv-tit {
    display: block;
    margin: 0 auto;
    margin-bottom: 80px
}

#adv ul.item>li {
    width: 100%;
    min-height: 400px;
    background: url('../img/shadow.png') no-repeat 0 bottom;
    margin-bottom: 20px
}

#adv ul.item>li:nth-child(2n-1) .des {
    float: left
}

#adv ul.item>li:nth-child(2n-1)>img {
    float: right
}

#adv ul.item>li:nth-child(2n) .des {
    float: right
}

#adv ul.item>li:nth-child(2n)>img {
    float: left
}

#adv ul.item>li .des {
    width: 530px
}

#adv ul.item>li .des .des-tit {
    margin-bottom: 15px
}

#adv ul.item>li .des .des-tit>img {
    margin-right: 25px
}

#adv ul.item>li .des .des-tit>div p:nth-child(1) {
    font-size: 28px;
    font-family: '黑体';
    font-weight: bold;
    margin-bottom: 10px
}

#adv ul.item>li .des .des-tit>div p:nth-child(2) {
    font-size: 28px;
    color: #f00a12;
    font-family: '黑体';
    font-weight: bold
}

#adv ul.item>li .des ul.content li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 16px;
    color: #6c6c6c;
    padding-left: 30px
}

#adv ul.item>li .des ul.content li i {
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #004ea2
}

#adv ul.item>li .des ul.content li>span {
    color: #004ea2
}
.w440{
    width: 440px;
}
#service>a {
    display: block;
    width: 100%;
    height: 299px;
    background: url('../img/service_en.jpg') no-repeat center center
}

#service #process {
    padding-top: 95px;
    padding-bottom: 80px;
    background: white
}

#service #process .process-list {
    margin-top: 40px
}

#service #process .process-list li {
    float: left
}

#service #process .process-list li:nth-child(2n-1) {
    width: 120px;
    min-height: 210px
}

#service #process .process-list li:nth-child(2n-1) .icon {
    position: relative;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

#service #process .process-list li:nth-child(2n-1) .icon>i {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: ani-shadow 3s ease-in-out 0s infinite normal;
    -moz-animation: ani-shadow 3s ease-in-out 0s infinite normal;
    -webkit-animation: ani-shadow 3s ease-in-out 0s infinite normal;
    -o-animation: ani-shadow 3s ease-in-out 0s infinite normal
}

#service #process .process-list li:nth-child(2n-1) .des p:nth-child(1) {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px
}

#service #process .process-list li:nth-child(2n-1) .des p:nth-child(2) {
    text-align: center;
    color: #6c6c6c
}

#service #process .process-list li:nth-child(2n) {
    position: relative;
    width: 96px;
    min-height: 120px;
    overflow: hidden
}

#service #process .process-list li:nth-child(2n)>img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -11px
}

#service #case .ban-case {
    padding-top: 60px
}

#service #case .ban-case #case_pagination {
    position: static;
    text-align: center;
    margin-top: 40px
}

#service #case .ban-case .swiper-pagination-bullet {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 11px;
    height: 11px;
    background: transparent;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin: 0 5px;
    border: 2px solid #F00A12
}

#service #case .ban-case .swiper-pagination-bullet-active {
    background: #F00A12;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

#service #case .ban-case .item {
    display: block;
    width: 600px;
    height: 290px
}

#service #case .ban-case .item:hover .wrap>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)
}

#service #case .ban-case .item .des {
    position: relative;
    width: 50%;
    height: 100%;
    background: #004EA2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;
    padding: 35px 30px;
    z-index: 99
}

#service #case .ban-case .item .des p:nth-child(1) {
    margin-bottom: 30px;
    font-size: 16px
}

#service #case .ban-case .item .des p:nth-child(2) {
    line-height: 1.5
}

#service #case .ban-case .item .des p:nth-child(3) {
    position: absolute;
    left: 30px;
    bottom: 35px;
    width: 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    background: #FEB115;
    text-align: center
}

#service #case .ban-case .item .des i {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #004EA2
}

#service #case .ban-case .item .wrap {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

#service #case .ban-case .item .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#news_company {
    width: 100%;
    height: 521px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 80px;
    margin-bottom: 160px;
    background: url('../img/news-bg.jpg') no-repeat center center
}

#news_company ul {
    margin-top: 40px
}

#news_company ul li {
    float: left;
    margin-right: 13px
}

#news_company ul li:last-child {
    margin-right: 0
}

#news_company ul li>a {
    position: relative;
    display: block;
    width: 290px;
    height: 376px;
    background: white
}

#news_company ul li>a:hover .wrap>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)
}

#news_company ul li>a .wrap {
    width: 100%;
    height: 50%;
    overflow: hidden
}

#news_company ul li>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#news_company ul li>a .summary {
    width: 100%;
    height: 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #6b6b6b
}

#news_company ul li>a .time {
    width: 100%;
    height: 100px;
    border: 3px solid #004EA2;
    border-top: none;
    font-size: 12px;
    color: #f00a12;
    padding: 0 20px;
    padding-top: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#news_know {
    padding-bottom: 80px
}

#news_know .tec {
    width: 600px
}

#news_know .tec .tec-list {
    position: relative;
    width: 100%;
    height: 322px
}

#news_know .tec .tec-list i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #C9D9E9;
    width: 275px;
    height: 100%
}

#news_know .tec .tec-list .content {
    position: absolute;
    width: 589px;
    height: 292px;
    left: 15px;
    top: 50%;
    margin-top: -146px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 50px #bbb;
    -moz-box-shadow: 0 0 50px #bbb;
    box-shadow: 0 0 50px #bbb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px
}

#news_know .tec .tec-list .content li:nth-child(2n) {
    float: right
}

#news_know .tec .tec-list .content li:nth-child(2n-1) {
    float: left
}

#news_know .tec .tec-list .content li>a {
    display: block
}

#news_know .tec .tec-list .content li>a:hover .wrap>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)
}

#news_know .tec .tec-list .content li>a .wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 258px;
    height: 191px;
    overflow: hidden
}

#news_know .tec .tec-list .content li>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#news_know .tec .tec-list .content li>a p {
    width: 258px;
    padding-top: 10px;
    line-height: 1.5;
    color: #6b6b6b;
    font-size: 16px
}

#news_know .req {
    width: 540px
}

#news_know .req .req-list li {
    margin-bottom: 40px
}

#news_know .req .req-list li:last-child {
    margin-bottom: 0
}

#news_know .req .req-list li>a {
    display: block
}

#news_know .req .req-list li>a:hover .time p:nth-child(1) {
    color: #004ea2
}

#news_know .req .req-list li>a:hover .time p:nth-child(2) {
    color: #004ea2
}

#news_know .req .req-list li>a:hover .des {
    color: #004ea2
}

#news_know .req .req-list li>a .time {
    width: 71px;
    height: 70px;
    background: #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#news_know .req .req-list li>a .time p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center
}

#news_know .req .req-list li>a .time p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

#news_know .req .req-list li>a .des {
    width: 440px;
    height: 70px;
    line-height: 35px;
    color: #6c6c6c
}

#news_know hr {
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid #F6F6F6
}

#news_know .industry ul li {
    float: left;
    margin-right: 15px
}

#news_know .industry ul li:last-child {
    margin-right: 0
}

#news_know .industry ul li>a {
    display: block;
    width: 390px;
    height: 140px;
    background: #F2F2F2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px
}

#news_know .industry ul li>a .wrap {
    width: 130px;
    height: 103px;
    overflow: hidden
}

#news_know .industry ul li>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#news_know .industry ul li>a .des {
    width: 200px
}

#news_know .industry ul li>a .des p:nth-child(1) {
    font-size: 16px;
    margin: 5px 0
}

#news_know .industry ul li>a .des p:nth-child(2) {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px
}

#news_know .industry ul li>a .des p:nth-child(3) {
    font-size: 12px;
    color: #888;
    line-height: 2
}

#about {
    width: 100%;
    margin-bottom: 100px;
    background: url('../img/about-bg.jpg') no-repeat center center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 80px
}

#about .summary p {
    padding: 0 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2;
    color: white;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px
}

#about .equipment .swiper-slide {
    position: relative
}

#about .equipment .swiper-slide:hover .wrap>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)
}

#about .equipment .wrap {
    /*width: 320px;
    height: 266px;*/
    overflow: hidden
}

#about .equipment .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#about .equipment p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    text-align: center;
    font-size: 16px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5)
}

:root #about .equipment p {
    filter: none
}

#society {
    width: 100%;
    height: 845px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 80px
}

#society ul {
    position: relative;
    margin-top: 60px
}

#society ul li:nth-child(1) {
    width: 730px;
    margin-bottom: 48px;
    float: left
}

#society ul li:nth-child(1)>a {
    display: block;
    height: 252px;
    background: #004EA2
}

#society ul li:nth-child(1)>a:hover .wrap>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)
}

#society ul li:nth-child(1)>a .wrap {
    float: right;
    width: 540px;
    height: 100%;
    overflow: hidden
}

#society ul li:nth-child(1)>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#society ul li:nth-child(1)>a .des {
    position: relative;
    width: 190px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px
}

#society ul li:nth-child(1)>a .des p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    color: white
}

#society ul li:nth-child(1)>a .des p:nth-child(2) {
    line-height: 1.5;
    color: white
}

#society ul li:nth-child(1)>a .des p:nth-child(3) {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FEB115
}

#society ul li:nth-child(2) {
    width: 730px;
    float: left
}

#society ul li:nth-child(2)>a {
    display: block;
    height: 252px;
    background: #004EA2
}

#society ul li:nth-child(2)>a:hover .wrap>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)
}

#society ul li:nth-child(2)>a .wrap {
    float: left;
    width: 540px;
    height: 100%;
    overflow: hidden
}

#society ul li:nth-child(2)>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#society ul li:nth-child(2)>a .des {
    position: relative;
    width: 190px;
    height: 100%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px
}

#society ul li:nth-child(2)>a .des p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    color: white
}

#society ul li:nth-child(2)>a .des p:nth-child(2) {
    line-height: 1.5;
    color: white
}

#society ul li:nth-child(2)>a .des p:nth-child(3) {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FEB115
}

#society ul li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 448px;
    margin-bottom: 25px
}

#society ul li:nth-child(3)>a {
    display: block;
    width: 448px;
    height: 552px;
    background: #004EA2
}

#society ul li:nth-child(3)>a:hover .wrap>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)
}

#society ul li:nth-child(3)>a .wrap {
    float: left;
    width: 448px;
    height: 447px;
    overflow: hidden
}

#society ul li:nth-child(3)>a .wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#society ul li:nth-child(3)>a .des {
    position: relative;
    width: 100%;
    height: 105px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px
}

#society ul li:nth-child(3)>a .des p:nth-child(1) {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    color: white
}

#society ul li:nth-child(3)>a .des p:nth-child(2) {
    line-height: 1.5
}

#society ul li:nth-child(3)>a .des p:nth-child(3) {
    float: right;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FEB115
}