﻿@charset "utf-8";
.test {
    color: #fff
}

i.bor {
    display: block;
    width: 100%;
    min-width: 1180px;
    height: 1px;
    background: #e8e8e8
}

.servic_0:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden
}

a.more,
a.more:before {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

a.more {
    position: relative;
    display: block;
    width: 245px;
    height: 47px;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    line-height: 47px;
    color: #323233;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999
}

a.more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 47px;
    background: #323233;
    z-index: -1
}

a.more:hover {
    color: #fff
}

a.more:hover:before {
    width: 245px
}


/* 关于我们 */

.about_0 .index_title h3,
.contact_0 .index_title h3,
.news_0 .index_title h3,
.partner_0 .index_title h3,
.servic_0 .index_title h3,
.team_0 .index_title h3,
.works_0 .index_title h3 {
    color: #282828
}

.about_0 .index_title span,
.contact_0 .index_title span,
.news_0 .index_title span,
.partner_0 .index_title span,
.servic_0 .index_title span,
.team_0 .index_title span,
.works_0 .index_title span {
    color: #969696
}

.about_1 .index_title h3,
.contact_1 .index_title h3,
.news_1 .index_title h3,
.partner_1 .index_title h3,
.servic_1 .index_title h3,
.team_1 .index_title h3,
.works_1 .index_title h3 {
    color: #282828
}

.about_1 .index_title span,
.contact_1 .index_title span,
.news_1 .index_title span,
.partner_1 .index_title span,
.servic_1 .index_title span,
.team_1 .index_title span,
.works_1 .index_title span {
    color: #969696
}

.about_2 .index_title h3,
.contact_2 .index_title h3,
.news_2 .index_title h3,
.partner_2 .index_title h3,
.servic_2 .index_title h3,
.team_2 .index_title h3,
.works_2 .index_title h3 {
    color: #000
}

.about_2 .index_title span,
.contact_2 .index_title span,
.news_2 .index_title span,
.partner_2 .index_title span,
.servic_2 .index_title span,
.team_2 .index_title span,
.works_2 .index_title span {
    color: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.backcolor {
    width: 100%;
    min-width: 1180px
}

@media only screen and (max-width: 640px) {
    .backcolor {
        min-width: 100%;
    }
}


/* 服务 */

.servic_0 ul li,
.servic_2 ul li {
    position: relative;
    float: left;
    width: 348px;
    height: 278px;
    margin-left: 30px;
    -webkit-transition: border-color .5s ease-in;
    -moz-transition: border-color .5s ease-in;
    -ms-transition: border-color .5s ease-in;
    transition: border-color .5s ease-in
}

.servic_0 ul li .detail,
.servic_2 ul li .detail {
    width: 265px;
    height: 278px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto
}

.servic_0 ul li .detail img,
.servic_2 ul li .detail img {
    width: 100px;
    height: 100px;
    padding-bottom: 18px;
    vertical-align: middle;
}

.servic_0 ul li:hover,
.servic_2 ul li:hover {
    border-color: #ddd
}

.servic_1 ul li {
    float: left;
    width: 335px;
    margin-left: 40px;
    overflow: hidden
}

.servic_1 ul li .detail span.server-img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden
}

.servic_1 ul li .detail img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.servic_1 ul li h5 {
    text-align: center;
    color: #323232
}

.servic_1 ul li p {
    text-align: center;
    padding: 0 20px
}

.servic_2 ul li .detail h5,
.servic_2 ul li .detail h5 a {
    color: #fff
}

.servic_2 ul li .detail h5 a,
.servic_2 ul li .detail p {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}


/* 产品 */

.works_0 ul li,
.works_2 ul li {
    overflow: hidden;
    width: 280px;
    min-height: auto;
    float: left;
    margin-right: 20px
}

.works_0 ul li .title,
.works_2 ul li .title {
    height: 55px;
    margin-bottom: 25px
}

.works_0 ul li a.img,
.works_2 ul li a.img {
    display: block;
    width: 280px;
    height: 178px;
    overflow: hidden
}

.works_0 ul li img,
.works_2 ul li img {
    width: 280px
}

.works_0 ul li h5,
.works_0 ul li img,
.works_0 ul li p,
.works_2 ul li h5,
.works_2 ul li img,
.works_2 ul li p {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.works_0 ul li h5 a {
    color: #323232
}

.works_0 ul li:hover img,
.works_2 ul li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.works_0 ul li:hover h5,
.works_2 ul li:hover h5 {
    font-size: 16px;
    font-weight: 700;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.works_0 ul li:hover p,
.works_2 ul li:hover p {
    margin-top: -14px;
    color: transparent
}

.works_0 ul.number_3 li,
.works_2 ul.number_3 li,
.works_1 ul.number_3 li {
    width: 380px;
}

.works_0 ul.number_3 li img,
.works_2 ul.number_3 li img,
.works_1 ul.number_3 li img {
    width: 380px
}

.works_0 ul.number_3 li a.img,
.works_2 ul.number_3 li a.img,
.works_1 ul.number_3 li a.img {
    width: 380px;
}

.works_1 ul li {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 24px
}

.works_1 ul li a.img {
    display: block;
    width: 280px;
    height: 178px;
    overflow: hidden
}

.works_1 ul li h5,
.works_1 ul li img,
.works_1 ul li p {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.works_1 ul li img {
    width: 280px
}

.works_1 ul li h5,
.works_1 ul li p {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    color: #fff
}

.works_1 ul li h5 a {
    color: #fff
}

.works_1 ul li h5 {
    top: -20px
}

.works_1 ul li p {
    bottom: -14px
}

.works_1 ul li span.dask {
    display: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 9;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.works_1 ul li:hover h5 {
    -webkit-transform: translateY(95px);
    -moz-transform: translateY(95px);
    -ms-transform: translateY(95px);
    transform: translateY(95px)
}

.works_1 ul li:hover p {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.works_1 ul li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.works_1 ul li:hover span.dask {
    background: #000
}

.works_2 ul li h5 a,
.works_2 ul li p {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

.works_2 a.more {
    color: #000;
    border-color: rgba(0, 0, 0, .1)
}

.about_0 .about-content {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    line-height: 24px;
    color: #969696
}

.about_1 .about-content {
    width: 100%;
    min-height: 450px;
    background: #f5f5f5;
    margin: 0 auto
}

.about_1 .img-left,
.about_2 .img-left {
    width: 50%
}

.about_1 .img-left span,
.about_2 .img-left span {
    width: 100%;
    display: block;
    min-height: 450px;
    overflow: hidden
}

@media only screen and (max-width: 640px) {
    .about_1 .img-left,
    .about_2 .img-left {
        width: 100%;
    }
    .about_1 .img-left span,
    .about_2 .img-left span {
        min-height: 250px;
    }
}

.about_1 .about-content .r-about-1,
.about_2 .about-content .r-about-2 {
    max-width: 520px;
    padding: 0 30px
}

.about_1 .about-content .r-about-1 h3 {
    padding-top: 90px;
    color: #505050
}

.about_1 .about-content .r-about-1 p {
    color: #707070
}

.about_1 .about-content .r-about-1 a {
    position: relative;
    color: #646464;
    width: 128px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .3);
    z-index: 99
}

.about_1 .about-content .r-about-1 a,
.about_1 .about-content .r-about-1 a:before,
.about_2 .about-content .r-about-2 a,
.about_2 .about-content .r-about-2 a:before {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.about_1 .about-content .r-about-1 a:before,
.about_2 .about-content .r-about-2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 38px;
    background: #323233;
    z-index: -1
}

.about_1 .about-content .r-about-1 a:hover,
.about_2 .about-content .r-about-2 a:hover {
    color: #fff;
    border-color: #323233
}

.about_1 .about-content .r-about-1 a:hover:before,
.about_2 .about-content .r-about-2 a:hover:before {
    width: 128px
}

.about_2 .index_title h3,
.about_2 .index_title span {
    color: #333
}

.about_2 .about-content {
    width: 100%;
    min-height: 450px;
    margin: 0 auto
}

@media only screen and (max-width: 640px) {
    .about_2 .about-content {
        min-height: 800px;
    }
}

.about_2 .about-content .r-about-2 h3 {
    padding-top: 48px;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

.about_2 .about-content .r-about-2 a {
    position: relative;
    color: #fff;
    opacity: .8;
    width: 128px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .8);
    z-index: 99
}

.about_2 .about-content .r-about-2 p {
    color: #fff;
    opacity: .8
}

.team_alert_cons {
    display: none;
    width: 702px;
    max-width: 702px;
    overflow: hidden;
    height: 495px;
    background: #282828
}

.alert_team_inner {
    position: relative
}

.alert_team_inner .left {
    width: 306px;
    padding-left: 45px;
    height: 480px;
    padding-top: 15px;
    border-right: 1px solid #303030;
    color: #fff;
    float: left
}

.alert_team_inner .left .teamlogo {
    max-width: 170px;
    height: 231px;
    max-height: 231px;
    background: url(../images/logo_team.jpg) no-repeat
}

.alert_team_inner .left .tit1 {
    height: 40px;
    font-size: 19px;
    margin-top: 55px;
    font-family: "微软雅黑"
}

.alert_team_inner .left .tit2 {
    width: 280px;
    line-height: 18px;
    font-size: 11px
}

.alert_team_inner .right {
    float: left;
    padding-left: 40px;
    padding-top: 85px;
    color: #fff;
    width: 273px
}

.alert_team_inner .right .tit1 {
    height: 36px;
    font-size: 36px;
    line-height: 36px;
}

.alert_team_inner .right .tit1 b {
    float: left;
    padding-right: 10px
}

.alert_team_inner .right span.alert_zhiwu {
    display: block;
    float: left;
    width: auto;
    font-size: 14px;
    height: 30px;
    margin-top: 2px;
    overflow: hidden
}

.alert_team_inner .right .tit3 {
    height: 29px;
    font-size: 18px
}

.alert_team_inner .right .tit3 span {
    font-size: 11px
}

.alert_team_inner .right .tit4 {
    height: 45px
}

.alert_team_inner .right .con5 {
    line-height: 18px;
    font-size: 11px
}

.alert_team_inner .right .con5 td {
    vertical-align: top
}

.team_div0,
.team_div2 {
    width: 996px;
    margin: 0 auto
}

.team_0 {
    position: relative
}

.team_0 ul li {
    float: left;
    position: relative;
    width: 318px;
    height: 458px;
    border: 1px solid #e8e8e8;
    margin-right: 18px
}

.team_0 ul li .detail,
.team_2 ul li .detail {
    width: 218px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto
}

.team_0 ul li .detail h5 {
    color: #000
}

.team_0 ul li .detail i,
.team_2 ul li .detail i {
    width: 34px;
    height: 1px;
    background: #eee;
    display: inline-block;
    margin: 25px 0
}

.team_0 ul li .detail a.imgfilter,
.team_2 ul li .detail a.imgfilter {
    display: inline-table;
    width: 155px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    margin-top: 55px;
    margin-bottom: 48px;
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team_0 ul li:hover .detail a.imgfilter,
.team_2 ul li:hover .detail a.imgfilter {
    filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team_0 .hd .next,
.team_0 .hd .prev,
.team_2 .hd .next,
.team_2 .hd .prev {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 0;
    top: 45%;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_1.png) 0 0 no-repeat
}

.team_0 .hd .next,
.team_2 .hd .next {
    left: auto;
    right: 0;
    background-position: -100px 0
}

.team_div1 {
    width: 996px;
    margin: 0 auto
}

.team_1 {
    position: relative
}

.team_1 ul li {
    float: left;
    position: relative;
    width: 318px;
    height: 548px;
    border: 1px solid #e8e8e8;
    margin-right: 18px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team_1 ul li .detail {
    width: 218px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto
}

.team_1 ul li .detail h5 {
    color: #000
}

.team_1 ul li .detail i {
    width: 34px;
    height: 1px;
    background: #eee;
    display: inline-block;
    margin: 25px 0
}

.team_1 ul li .detail a.team-more1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/more-ico1.png) no-repeat 0 0;
    text-align: center
}

.team_1 ul li .detail a.imgfilter {
    display: inline-table;
    width: 155px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    margin-top: 55px;
    margin-bottom: 48px;
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team_1 ul li:hover .detail a.team-more1 {
    background-position: 0 -60px
}

.team_1 ul li:hover {
    border-color: #282828
}

.team_1 ul li:hover .detail a.imgfilter {
    filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team_1 .hd .next,
.team_1 .hd .prev {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 0;
    top: 45%;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_1.png) 0 0 no-repeat
}

.team_1 .hd .next {
    left: auto;
    right: 0;
    background-position: -100px 0
}

.team_2 {
    position: relative
}

.team_2 ul li {
    float: left;
    position: relative;
    width: 318px;
    height: 458px;
    background: #fff;
    margin-right: 18px
}

.news_0 ul li,
.news_2 ul li {
    float: left;
    width: 350px;
    height: 275px;
    margin-right: 65px
}

@media only screen and (max-width: 640px) {
    .news_0 ul li {
        float: none;
        width: 350px;
        height: 275px;
        margin-right: 0px;
        margin: auto;
    }
}

.news_0 ul li a.imgnews,
.news_2 ul li a.imgnews {
    display: block;
    width: 350px;
    height: 150px;
    margin-bottom: 17px;
    overflow: hidden
}

.news_0 ul li img,
.news_2 ul li img {
    width: 350px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.news_0 ul li .news-data,
.news_2 ul li .news-data {
    width: 58px;
    height: 106px;
    border-right: 1px solid rgba(244, 244, 244, .5)
}

.news_0 ul li .news-data span.md {
    display: inline-block;
    color: #969696
}

.news_0 ul li .news-data span.y {
    color: #d9d9d9
}

.news_0 ul li .remark,
.news_2 ul li .remark {
    width: 275px
}

.news_0 ul li .remark a {
    color: #646464
}

.news_0 ul li .remark p {
    width: 95%;
    color: #969696;
    max-height: 40px;
    overflow: hidden
}

.news_0 ul li .remark a.news-more,
.news_2 ul li .remark a.news-more {
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(../images/detail.png) no-repeat 0 0
}

.news_0 ul li:hover img,
.news_2 ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.news_1 ul li {
    position: relative;
    float: left;
    width: 350px;
    height: 275px;
    margin-right: 65px
}

.news_1 ul li a.imgnews {
    display: block;
    width: 350px;
    height: 150px;
    margin-bottom: 17px;
    overflow: hidden
}

.news_1 ul li img {
    width: 350px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.news_1 ul li .news-data {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    text-align: center;
    transition: all .4s ease-in
}

.news_1 ul li .news-data span.md {
    display: block;
    color: #fff
}

.news_1 ul li .news-data span.y {
    color: #fff
}

.news_1 ul li .remark a {
    color: #646464
}

.news_1 ul li .remark p {
    width: 100%;
    color: #969696;
    max-height: 40px;
    overflow: hidden
}

.news_1 ul li:hover .news-data,
.news_1 ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.news_1 ul li:hover .news-data {
    opacity: 0;
    filter: alpha(opacity=0)
}

.news_1 ul li:hover .remark a.news-more {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/detail-1.png) no-repeat
}

.news_2 ul li .news-data span.md,
.news_2 ul li .news-data span.y,
.news_2 ul li h5 a {
    color: #fff
}

.news_2 ul li .news-data {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news_2 ul li p {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

.news_2 a.more {
    color: #fff;
    border-color: rgba(0, 0, 0, .3)
}

.contact_0 ul li,
.contact_2 ul li {
    float: left;
    width: 307px;
    height: 58px;
    border: 1px solid #f4f4f4;
    border-width: 1px;
    padding: 44px 42px
}

.contact_0 ul li i {
    float: left;
    display: inline-block;
    width: 51px;
    height: 51px;
    margin-right: 9px;
    background: url(../images/contact.png) no-repeat 0 0
}

.contact_0 ul li h5 {
    color: #555
}

.contact_0 ul li:nth-of-type(2) i {
    background-position: 0 -95px
}

.contact_0 ul li:nth-of-type(3) i {
    background-position: 0 -199px
}

.contact_0 .hd,
.contact_2 .hd {
    text-align: center;
    overflow: hidden;
    zoom: 1;
    margin-top: 25px
}

.contact_0 .hd ul li,
.contact_2 .hd ul li {
    display: inline-block;
    float: none;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-width: 0;
    border: 0;
    padding: 0;
    background: url(../images/slide1-ico.png) 0 0 no-repeat
}

.contact_0 .hd ul li.on,
.contact_2 .hd ul li.on {
    background-position: -23px 0
}

.contact_0 .form-action li,
.contact_2 .form-action li {
    width: 320px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 45px;
    margin-right: 110px
}

.contact_0 .form-action li.textarea,
.contact_0 .form-action li:nth-of-type(3),
.contact_2 .form-action li.textarea,
.contact_2 .form-action li:nth-of-type(3) {
    margin-right: 0
}

.contact_0 .form-action li label {
    color: #fff
}

.contact_0 .form-action input[type=text],
.contact_2 .form-action input[type=text] {
    width: 99%;
    padding-left: 5px;
    height: 36px;
    border: 0
}

.contact_0 .form-action li.textarea {
    width: 100%
}

.contact_0 .form-action textarea {
    width: 100%;
    height: 20px;
    border: 0;
    outline: 0;
    resize: none
}

.contact_0 .form-action input[type=submit] {
    position: relative;
    display: block;
    width: 245px;
    height: 47px;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #f0f0f0;
    background: 0 0;
    cursor: pointer;
    z-index: 999
}

.contact_0 .form-action input[type=submit]:hover {
    background: #323233;
    width: 245px;
    color: #fff
}

.contact_1 ul li {
    float: left;
    width: 307px;
    height: 58px;
    border-width: 1px 0 1px 1px;
    border: 1px solid #f4f4f4;
    padding: 44px 42px
}

.contact_1 ul li i {
    float: left;
    display: inline-block;
    width: 51px;
    height: 51px;
    margin-right: 9px;
    background: url(../images/contact.png) no-repeat 0 0
}

.contact_1 ul li h5 {
    color: #555
}

.contact_1 ul li:nth-of-type(2) i {
    background-position: 0 -95px
}

.contact_1 ul li:nth-of-type(3) i {
    background-position: 0 -199px
}

.contact_1 .hd {
    text-align: center;
    overflow: hidden;
    zoom: 1;
    margin-top: 25px
}

.contact_1 .hd ul li {
    display: inline-block;
    float: none;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-width: 0;
    border: 0;
    padding: 0;
    background: url(../images/slide1-ico.png) 0 0 no-repeat
}

.contact_1 .hd ul li.on {
    background-position: -23px 0
}

.contact_2 ul li {
    border-color: rgba(0, 0, 0, .1)
}

.contact_2 ul li i {
    float: left;
    display: inline-block;
    width: 51px;
    height: 51px;
    margin-right: 9px;
    background: url(../images/contact-1.png) no-repeat 0 0
}

.contact_2 ul li:nth-of-type(2) i {
    background-position: 0 -100px
}

.contact_2 ul li:nth-of-type(3) i {
    background-position: 0 -199px
}

.contact_2 ul li h5,
.contact_2 ul li p {
    color: #fff
}

.contact_2 ul li:nth-of-type(2) {
    border-width: 1px 0
}

.contact_2 .form-action li.textarea {
    width: 100%;
    border-bottom: 0
}

.contact_2 .form-action textarea {
    width: 100%;
    height: 35px;
    border: 0;
    outline: 0;
    resize: none
}

.contact_2 .form-action input[type=submit] {
    display: block;
    width: 245px;
    height: 47px;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #f0f0f0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-color: rgba(0, 0, 0, .1)
}

.contact_2 .form-action input[type=submit]:hover {
    background: #323233;
    color: #fff;
    border-color: #323233
}

.partner_0,
.partner_2 {
    position: relative
}

.partner_0 ul li,
.partner_2 ul li {
    float: left;
    margin-right: 20px
}

.partner_0 ul li img,
.partner_2 ul li img {
    width: 218px;
    height: 108px;
    border: 1px solid #e8e8e8;
    -webkit-transition: border-color .7s linear;
    -moz-transition: border-color .7s linear;
    -ms-transition: border-color .7s linear;
    transition: border-color .7s linear
}

.partner_0 ul li:hover img,
.partner_2 ul li:hover img {
    border-color: #282828
}

.partner_0 .hd,
.partner_2 .hd {
    text-align: center;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin-top: 25px
}

.partner_0 .hd ul li,
.partner_2 .hd ul li {
    float: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-width: 0;
    border: 0;
    padding: 0;
    background: url(../images/slide1-ico.png) 0 0 no-repeat
}

.partner_0 .hd ul li.on,
.partner_2 .hd ul li.on {
    background-position: -23px 0
}

.partner_1 {
    position: relative
}

.partner_1 .bd {
    width: 1076px;
    margin: 0 auto;
    overflow: hidden
}

.partner_1 ul li {
    float: left;
    margin-right: 18px
}

.partner_1 ul li img {
    width: 198px;
    height: 98px;
    border: 1px solid #e8e8e8;
    -webkit-transition: border-color .7s linear;
    -moz-transition: border-color .7s linear;
    -ms-transition: border-color .7s linear;
    transition: border-color .7s linear
}

.partner_1 ul li:hover img {
    border-color: #282828
}

.partner_1 .hd .next,
.partner_1 .hd .prev {
    position: absolute;
    left: 0;
    top: 67%;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/s-arrow_1.png) no-repeat 0 0;
    z-index: 99
}

.partner_1 .hd .next {
    left: auto;
    right: 0;
    background-position: -48px 0
}

.ads-0,
.ads-1 {
    min-width: 1180px
}

.ads-0 {
    width: 100%;
    height: auto
}

.ads-1 {
    max-width: 1180px;
    margin: 0 auto;
    height: auto
}

.ads-0 a,
.ads-1 a {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* 视频 */

.usezan-video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bgvideo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 10;
}

source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}