body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #555;
    font-size: 12px;
    font-family: '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.none {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.over {
    overflow: hidden;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

.Hui_header {
    height: 5vw;
    background: #fff;
    position: relative;
}

.Hui_header .container {
    position: relative;
    z-index: 20;
    white-space: nowrap;
}

.Hui_header .t1 {
    height: 3vw;
    margin-left: -1.3vw;
    margin-right: 6vw;
    display: inline-block;
    vertical-align: middle;
}

.Header_ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.Header_ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.Header_ul .b1 {
    display: block;
    height: 5vw;
    line-height: 5vw;
    color: #424446;
    font-size: .8vw;
    padding: 0 1vw;
    transition: .1s;
}

.Header_ul li:hover .b1 {
    background: #0096a5;
    color: #fff;
}

.Header_ul li:hover .b2 {
    display: block;
}

.Header_ul .active {
    background: #0096a5;
    color: #fff;
}

.Header_ul .b2 {
    position: absolute;
    display: none;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    line-height: 3vw;
}

.Header_ul .b2::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #f8f8f8;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.Header_ul .b2 a {
    display: inline-block;
    vertical-align: middle;
    height: 3vw;
    line-height: 3vw;
    font-size: .8vw;
    padding: 0 1.5vw;
}

.Header_ul .b2 .active_a {
    color: #fc9234;
}

.Header_ul .b2 a:hover {
    color: #fc9234;
}

.header_bg {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 5vw;
    background: #f8f8f8;
    border-bottom: 2px solid #0096a5;
    height: 3vw;
    display: none;
}

.Hui_header .t3 {
    display: inline-block;
    vertical-align: middle;
    font-size: .7vw;
    color: #525252;
    margin-left: 1vw;
}

.Hui_header .t3 span {
    font-size: .8vw;
    color: #0096a5;
    font-weight: bold;
}

.Shou_sw .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    height: 3px;
    width: 3.5vw;
    background: #fff;
}

.Shou_sw .swiper-pagination-bullet-active {
    background: #0096a5;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.Shou_fuwu {
    padding: 3.5% 0;
    background: #fff;
    overflow: hidden;
}

.Shou_fuwu .t1 {
    display: block;
    width: 7.5vw;
    margin: 0 auto;
    margin-bottom: 3.5vw;
}

.Fuw_list {}

.Fuw_list li {
    float: left;
    width: 214px;
    margin-right: 32px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    text-align: center;
    transition: .5s;
}

.Fuw_list li:last-child {
    margin-right: 0;
}

.Fuw_list .f1 {
    width: 110px;
    height: 110px;
    background: #0096a5;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 110px;
    transition: .2s;
}

.Fuw_list .f1 img {
    display: inline-block;
    height: 50px;
    margin-top: 30px;
}

.Fuw_list .f2 {
    font-size: 18px;
    color: #3f3f3f;
}

.Fuw_list .f3 {
    height: 24px;
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 5px;
    margin-bottom: 30px;
}

.Fuw_list .f4 {
    width: 40px;
    height: 5px;
    background: #0096a5;
    margin: 0 auto;
    margin-bottom: 50px;
    transition: .2s;
}

.Fuw_list li:hover {
    transform: translateY(-15px);
    border-bottom: 3px solid #0096a5;
}

.Fuw_list li:hover .f1,
.Fuw_list li:hover .f4 {
    background: #fc9234;
}

.Video_w {
    position: relative;
}

.Video_w .v1,
.Video_w .v2 {
    float: left;
    width: 50%;
    height: 25vw;
    position: relative;
}

.Video_w .v1 .n1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/video_02.jpg') no-repeat center center;
    z-index: 3;
    text-align: center;
    line-height: 100%;
}

.Video_w .v1 .n1 img {
    display: inline-block;
    height: 3.25vw;
    margin-top: 11vw;
}

.Video_w .v1 video {
    width: 100%;
    height: 100%;
    background: #000;
}

.Video_w .v2 {
    background: url('../img/vv_03.jpg');
}

.Video_w .m1 {
    height: 4.5vw;
    display: block;
    margin-top: 3.5vw;
    margin-left: 3.5vw;
    margin-bottom: 1.5vw;
}

.Video_w .m2 {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-left: 3.5vw;
    width: 530px;
}

.Video_w .m3 {
    margin-left: 3.5vw;
    margin-top: 1vw;
}

.Video_w .m3 span {
    display: inline-block;
    height: 3px;
    width: 25px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.Video_w .m3 .active {
    background: #fc9234;
}

.Video_w .m4 {
    display: block;
    margin-left: 3.5vw;
    width: 6.5vw;
    height: 2.5vw;
    text-align: center;
    line-height: 2.5vw;
    font-size: 14px;
    margin-top: 1.5vw;
}

.Video_w .v3 {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -1vw;
    left: 50%;
    margin-left: -20px;
    z-index: 10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0096a5;
    cursor: pointer;
}

.Video_w .v3 :hover {
    background: #fc9234;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Video_w .v3 img {
    width: 40px;
    height: 40px;
    display: block;
}

.Zenzfw {
    padding: 2.5vw 0 5.5vw 0;
    overflow: hidden;
}

.Zenzfw .t1 {
    display: block;
    width: 11.5vw;
    margin: 0 auto;
    margin-bottom: 3.5vw;
}

.Zenzfw_list {}

.Zenzfw_list li {
    width: 127px;
    margin-right: 85px;
    float: left;
}

.Zenzfw_list li:last-child {
    margin-right: 0;
}

.Zenzfw_list .z1 {
    box-sizing: border-box;
    width: 89px;
    height: 89px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 50%;
    position: relative;
}

.Zenzfw_list .z1:before {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
    display: none;
}

.Zenzfw_list .z1 span {
    display: block;
    height: 100%;
    width: 100%;
    background: #cdcdcd;
    border-radius: 50%;
    text-align: center;
}

.Zenzfw_list .z1 img {
    display: inline-block;
    height: 30%;
    margin-top: 35%;
}

.Zenzfw_list li p {
    text-align: center;
    font-size: .9vw;
    color: #555555;
    margin-top: 1vw;
    width: 90px;
}

.Zenzfw_list li:hover .z1:before {
    display: block;
}

.Zenzfw_list li:hover .z1 span {
    background: #fc9234;
}

.T_Banse {
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    transition: .2s;
}

.T_Banse:hover {
    background: #fc9234;
    border: 1px solid #fc9234;
}

.hezuo {
    min-height: 32vw;
    background: url('../img/bg_02.jpg') no-repeat center center;
    padding-top: 4.5vw;
    box-sizing: border-box;
    padding-bottom: 3vw;
}

.hezuo .h1 {
    display: block;
    width: 11vw;
    margin: 0 auto;
    margin-bottom: 3vw;
}

.hez_list {
    border-top: 1px dashed #c0c0c0;
    /* border-right: 1px dashed #c0c0c0; */
    box-sizing: border-box;
}

.hez_list li {
    float: left;
    width: 16.666666%;
    box-sizing: border-box;
    border-left: 1px dashed #c0c0c0;
    border-bottom: 1px dashed #c0c0c0;
    border-right:1px dashed #c0c0c0;
    background: #fff;
}

.hez_list li img {
    width: 100%;
    display: block;
    height: 95px;
    margin: 0 auto;
}

.hezuo .h2 {
    display: block;
    width: 6.5vw;
    height: 2.5vw;
    text-align: center;
    line-height: 2.5vw;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 1.5vw;
}

.Footer_s {
    background: #2b2b2b;
    min-height: 200px;
}

.Footer_s .container>div {
    display: inline-block;
    vertical-align: top;
}

.Foote_t1 {
    padding-left: 20px;
    padding-top: 20px;
}

.Foote_t1 p {
    font-size: 12px;
    color: #828282;
    line-height: 20px;
}

.Foote_t1 p span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.Foote_t2 {
    padding-left: 30px;
    padding-top: 30px;
    margin-right: 20px;
}

.Foote_t3 {
    padding-top: 30px;
}

.Foote_t2 h1,
.Foote_t3 h1 {
    color: #fc9234;
    font-size: 16px;
    margin-bottom: 20px;
}

.Foote_t2 p {
    font-size: 12px;
    color: #828282;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 250px;
    border-bottom: 1px solid #1b1b1b;
    position: relative;
}

.Foote_t2 p:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    bottom: -2px;
    background: #363636;
}

.Foote_t3 .t1 {
    border: 2px solid #0096a5;
}

.Foote_t3 .t1 img {
    width: 150px;
    display: block;
}

.Foote_t3 p {
    font-size: 12px;
    color: #828282;
    margin-top: 10px;
}

.Footer_s .container .Foote_t5 {
    display: block;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.Foote_t5 * {
    display: inline-block;
    vertical-align: middle;
    color: #828282;
    font-size: 12px;
    margin-right: 10px;
}

.Foote_t6 {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #828282;
    line-height: 40px;
    position: relative;
    border-top: 1px solid #1b1b1b;
}

.Foote_t6::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #363636;
    left: 0;
    top: -2px;
}

.Shou_sw img {
    width: 100%;
}

.Huanhang {
    display: none;
}

#Hui_header_wap {
    display: none;
    height: 17vw;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

#Hui_header_wap .t1 {
    height: 12vw;
    margin-top: 2.5vw;
    margin-left: 2vw;
}

#Hui_header_wap .t2 {
    height: 10vw;
    margin-top: 3.5vw;
    margin-right: 5vw;
    cursor: pointer;
    float: right;
}

#Hui_header_wap .t2 img {
    height: 10vw;
}

.Xiala {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 17vw;
    background: #0096a5;
    z-index: 99;
    display: none;
}

.Xiala a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #10919f;
    border-top: 1px solid #20c8db;
    direction: none;
}

.Xiala .active {
    background: #16a9b9;
}

.N_banner {
    overflow: hidden;
}

.N_banner img {
    display: block;
    width: 100%;
}

.Guanyu_t1 h1 {
    font-size: 22px;
    color: #3d3a3a;
    padding: 40px 0;
    text-align: center;
}

.Guanyu_t1 .g1 {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.Guanyu_t1 .g1 span,
.Guanyu_t1 .g1 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #313131;
    padding: 10px 20px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.Guanyu_t1 .g1 .active {
    color: #0096a5;
}

.Guanyu_t1 .g1 .active::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fc9234;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}

.Fazlc {
    text-align: center;
    color: #0096a5;
    font-size: 20px;
    padding: 35px 0;
}

.Guanyu_t2 {
    background: url('../img/Guanyu_04.jpg') no-repeat center center;
    background-size: auto 100%;
    min-height: 15vw;
    padding: 5vw 0;
}

.Guanyu_t2_n {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 30px;
}

.Rongqi {
    width: 10000000px;
    min-height: 10px;
}

.Guanyu_t2_n1 {
    display: inline-block;
    padding-left: 45px;
    padding-top: 30px;
    box-sizing: border-box;
}

.Guanyu_t2_n2 {
    display: inline-block;
    padding-left: 100px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.Zhou_zb {
    width: 1150px;
    height: 3px;
    background: #0096a5;
    position: relative;
}

.Zhou_zb .n1 {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    border: 5px solid #0096a5;
    top: -11px;
    cursor: pointer;
}

.Zhou_zb .n2 {
    height: 24px;
    position: absolute;
    right: -30px;
    top: -11px;
    cursor: pointer;
}

.Zhou_zb .n2 img {
    height: 24px;
}

.Shijiangou_t {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 30px;
    height: 135px;
    border-left: 1px solid #0096a5;
    position: relative;
    width: 290px;
    box-sizing: border-box;
}

.Shijiangou_v {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 30px;
    height: 135px;
    border-left: 1px solid #0096a5;
    position: relative;
    width: 290px;
    box-sizing: border-box;
}

.Shijiangou_t h1,
.Shijiangou_v h1 {
    font-size: 24px;
    color: #0096a5;
    margin-top: -20px;
    margin-bottom: 10px;
}

.Shijiangou_v h1 {
    margin-top: 20px;
}

.Shijiangou_t h1 span,
.Shijiangou_v h1 span {
    font-size: 14px;
}

.Shijiangou_t .t1 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0096a5;
    left: -5px;
    top: -5px;
}

.Shijiangou_v .t1 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0096a5;
    left: -5px;
    bottom: -5px;
}

.Shijiangou_t h2,
.Shijiangou_v h2 {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 20px;
}

.Jieshao .Guanyu_t2_n {
    width: 1200px;
    padding: 0 120px;
    box-sizing: border-box;
}

.Jieshao .t1 {
    padding: 25px 0;
    text-align: justify;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 25px;
}

.Jieshao video {
    height: 100%;
    width: 100%;
}

.Jieshao .t3 {
    height: 490px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    background: #000;
}

.Jieshao .t4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/video_02.jpg') no-repeat;
    background-size: cover;
}

.Jieshao .t4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}

.Qiyewenhua {
    text-align: center;
    padding-bottom: 70px;
}

.Qiyewenhua .q1 {
    padding: 50px 0 20px 0;
    font-size: 20px;
    color: #0096a5;
}

.Qiyewenhua .q2 {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 25px;
    margin-bottom: 40px;
}

.Qiyewenhua .q3 {
    padding-bottom: 0px;
}

.Qiyewenhua .q4 {
    color: #9c9c9c;
}

.Qiyewenhua ul {
    text-align: center;
}

.Qiyewenhua li {
    width: 25%;
    float: left;
    text-align: center;
}

.Qiyewenhua li img {
    width: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 133px;
}

.Qiyewenhua li span {
    font-size: 18px;
    color: #3f3f3f;
    line-height: 30px;
    display: block;
    margin: 0 auto 15px;
}
.Qiyewenhua li p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.Licheng_list {
    padding: 3vw;
}

.licheng_b h1 {
    font-size: 6vw;
    color: #0096a5;
    padding-bottom: 15px;
}

.licheng_b h1 span {
    font-size: 3vw;
}

.licheng_b h2 {
    font-size: 13px;
    line-height: 25px;
    color: #3f3f3f;
    padding-bottom: 30px;
}

.Changku_t1 {
    position: relative;
}

.Changku_t1 .t1 {
    width: 100%;
    display: block;
}

.blur {
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(0px);
    /* Chrome, Opera */
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
    /* IE6~IE9 */
}

.Chanle {
    position: absolute;
    right: 50%;
    margin-right: 600px;
    height: 100%;
    top: 0;
    width: 1000px;
    overflow: hidden;
}

.Chanle img {
    float: right;
    height: 100%;
}

.Chanri img {
    float: left;
    height: 100%;
}

.Chanri {
    position: absolute;
    left: 50%;
    margin-left: 600px;
    height: 100%;
    top: 0;
    width: 1000px;
    overflow: hidden;
}

.Changku_t2 {
    text-align: center;
    padding: 50px 0;
}

.Changku_t2 h1 {
    font-size: 20px;
    color: #0096a5;
    margin-bottom: 15px;
}

.Changku_t2 h2 {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 25px;
    margin-bottom: 70px;
}

.Changku_t2 li {
    float: left;
    width: 365px;
    margin-right: 52.5px;
}

.Changku_t2 li:last-child {
    margin-right: 0;
}

.Changku_t2 li span {
    color: #5d5d5d;
    font-size: 16px;
    line-height: 25px;
}

.Changku_t1 {
    overflow: hidden;
}

.Changku_t2 .m1 {
    width: 100%;
    height: 232px;
    overflow: hidden;
}

.Changku_t2 .m1 img {
    display: block;
    width: 100%;
    height: 232px;
    transition: .5s;
}

.Changku_t2 li:hover .m1 img {
    transform: scale(1.3);
}

.Changku_t2 li:hover span {
    color: #0096a5;
}

.Changku_t3 {
    background: #faf9f9;
    padding: 30px 0;
}

.Changku_t4 {
    width: 1200px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 30px 230px;
    margin: 0 auto;
}

.Changku_t4 .b1 {
    font-size: 18px;
    font-weight: bold;
    color: #0096a5;
    padding-bottom: 30px;
    text-align: center;
}

.Changku_t4 .b2 {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}

.Cang_t1 {
    background: url('../img/cangpei_03_02.jpg') no-repeat center center;
    background-size: auto 100%;
}

.Cang_t1 img {
    width: 100%;
    display: block;
}

.Cang_t2 {
    padding-bottom: 50px;
}

.Cang_t2 .b1,
.Cang_t13 img,
.Cang_t5 .b1 {
    width: 100%;
    display: block;
}

.Cang_t2 .b2 {
    width: 890px;
}

.Cang_t2 .b3 {
    float: right;
    width: 300px;
}

.Cang_t2 .b3 li {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}

.Cang_t2 .b3 h1 {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    background: #0096a5;
    text-align: center;
}

.Cang_t2 .b3 img {
    width: 100%;
}

.Cang_t13 {
    background: #0096a5;
}

.Tab_z {
    text-align: center;
}

.Tab_z a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background: #0096a5;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer;
}

.Tab_z .active {
    background: #fc9234;
}

.Tab_t {
    background: #f2f9fa;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.Tab_t .t1 {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: 230px;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.Tab_t .t1 img {
    width: 100%;
    height: 100%;
}

.Chengs_z {
    padding-bottom: 70px;
}

.Chengs_z h1 {
    font-size: 24px;
    color: #0096a5;
    padding: 30px 0;
    text-align: center;
}

.Chengs_z li {
    width: 225px;
    float: left;
    margin-right: 18.75px;
}

.Chengs_z li:last-child {
    margin-right: 0;
}

.Chengs_z li img {
    width: 100%;
}

.Chengs_z li span {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 35px;
}

.Peisong {
    background: #f6f8f8;
}

.Peisong .b1 {
    font-size: 30px;
    color: #0096a5;
    text-align: center;
    padding: 90px 0 25px 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.Peisong .b1:before {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fc9234;
}

.Peisong .b2 {
    padding: 70px 0;
    font-size: 0;
}

.Peisong .b2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 160px;
}

.Peisong .b2 span:last-child {
    margin: 0;
}

.Jiankong {
    background: #0096a5;
}

.Jiankong .b1 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.Jiankong p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0 30px 0;
}

.Fengxian li {
    float: left;
    width: 370px;
    height: 380px;
    border-radius: 7px;
    background: #fff;
    margin-right: 40px;
}

.Fengxian li:last-child {
    margin-right: 0;
}

.Fengxian li img {
    height: 155px;
    width: 100%;
}

.Fengxian li h1 {
    color: #0096a5;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}

.Fengxian li h2 {
    color: #535353;
    font-size: 14px;
    line-height: 25px;
    width: 280px;
    text-align: justify;
}

.Fengxian li h1,
.Fengxian li h2 {
    padding-left: 50px;
}

.Jiankong {
    padding-bottom: 70px;
}

.Fengxxx .swiper-button-prev {
    left: -30px;
}

.prev_v {
    position: absolute;
    top: 47%;
    left: -50px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.next_v {
    position: absolute;
    top: 47%;
    right: -50px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.prev_v:hover {
    background: #5ec7d1;
}

.next_v:hover {
    background: #5ec7d1;
}

.Sanfang_t1 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.Sanfang_t1 .b1 {
    display: block;
    width: 100%;
}

.Sanfang_t1 li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px;
}

.Sanfang_t1 .m2 {
    height: 55px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Sanfang_t1 .m1 {
    border-radius: 10px;
    padding: 15px;
    padding-left: 30px;
}

.Sanfang_t1 .m1 h1 {
    font-size: 18px;
    color: #0096a5;
    margin-bottom: 5px;
    position: relative;
}

.Sanfang_t1 .m1 h1:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #0096a5;
    top: 10px;
    left: -15px;
}

.Sanfang_t1 .m1 p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.Sanfang_t1 .m1:hover {
    background: #0096a5;
}

.Sanfang_t1 .m1:hover h1 {
    color: #fff;
}

.Sanfang_t1 .m1:hover h1:before {
    background: #fff;
}

.Peisong .s1 {
    font-size: 14px;
    color: #535353;
    padding: 20px 0 45px 0;
    text-align: center;
}

.Jiejue,
.meiti {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 65px;
}

.Jiejue .b1 {
    font-size: 14px;
    color: #454545;
    line-height: 25px;
}

.meiti {
    padding: 0;
}

.meiti a {
    display: block;
    padding: 35px 70px;
    border-bottom: 1px solid #e5e5e5;
}

.meiti .b1 * {
    display: inline-block;
    vertical-align: middle;
}

.meiti .b1 {
    font-size: 14px;
    color: #898989;
}

.meiti .b1 .m2 {
    display: none;
}

.meiti .b2 {
    font-size: 20px;
    color: #454545;
    padding: 15px 0;
}

.meiti .b3 {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.meiti a:hover {
    background: #0096a5;
}

.meiti a:hover .b1,
.meiti a:hover .b2,
.meiti a:hover .b3 {
    color: #fff;
}

.meiti a:hover .m1 {
    display: none;
}

.meiti a:hover .m2 {
    display: inline-block;
}

.Pagelist {
    padding: 50px 0;
    text-align: center;
    font-size: 0;
    color: #666666;
}

.Pagelist>* {
    display: inline-block;
    vertical-align: middle;
}

.Pagelist a {
    font-size: 14px;
    padding: 5px 10px;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
}

.Pagelist .active {
    background: #0096a5;
    color: #fff;
}

.Pagelist strong {
    font-size: 14px;
    margin: 0 15px;
}

.Pagelist input {
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 25px;
}

.Pagelist .b1 {
    background: #0096a5;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.xiangqing {
    border-bottom: 1px solid #e5e5e5;
}

.PageList_xq {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
}

.PageList_xq>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.PageList_xq .b1,
.PageList_xq .b3 {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #dcdcdc;
    border-radius: 4px;
    position: relative;
}

.PageList_xq .b1:before,
.PageList_xq .b3:before {
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    left: 14px;
    top: 14px;
}

.PageList_xq .b1:before {
    border-right: 4px solid #0096a5;
}

.PageList_xq .b3:before {
    border-left: 4px solid #0096a5;
}

.PageList_xq .b1:hover,
.PageList_xq .b3:hover {
    background: #0096a5;
}

.PageList_xq .b1:hover:before {
    border-right: 4px solid #fff;
}

.PageList_xq .b3:hover:before {
    border-left: 4px solid #fff;
}

.PageList_xq .b2 {
    line-height: 32px;
    font-size: 14px;
    color: #595959;
    width: 270px;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.PageList_xq .b2:hover {
    border: 1px solid #0096a5;
}

.Jiejue .c1 {
    color: #454545;
    font-size: 20px;
    padding: 50px 0 10px 0;
    text-align: center;
}

.Jiejue .c2 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
.Zhaopin{
    padding: 50px 0;
}
.Zhaopin .b1{
    font-size: 22px;
    color: #3d3a3a;
    text-align: center;
    padding-bottom: 80px;
}

.Zhaopin li{
    width: 280px;
    height: 80px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    text-align: center;
}


.Zhaopin li:nth-of-type(4n){
    margin-right: 0;
}


.Zhaopin  .b2{
    font-size: 18px;
    color: #454545;
    padding-top: 20px;
    padding-bottom: 5px;
}
.Zhaopin .b3 *{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #898989;
}
.Zhaopin .b3 .m2{
    display: none;
}
.Zhaopin li:hover{
    background: #0096a5;
}
.Zhaopin li:hover .b2{
    color: #fff;
}
.Zhaopin li:hover .b3 span{
    color: #fff;
}
.Zhaopin li:hover .b3 .m2{
    display: inline-block;
}
.Zhaopin li:hover .b3 .m1{
    display: none;
}
.Zhaopin{
    text-align: center;
}
.Zhaop_xq{
    background: #f6f8f8;
    padding: 50px 0;
}
.Zhaop_xq_t{
    width: 1200px;
    margin: 0 auto;
}
.Zhaop_xq_t .b1{
    background: #0096a5;
    padding: 0 45px;
    height: 75px;
    line-height: 75px;
    color:#fff;
}
.Zhaop_xq_t .b1 span{
    font-size: 18px;
}
.Zhaop_xq_t .b1 a{
    height: 75px;
    line-height: 75px;
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    margin: 0 15px;
}
.Zhaop_xq_t .b1 a img{
    margin: 0 10px;
}
.Zhaop_xq_t .b1 a *{
    display: inline-block;
    vertical-align: middle;
}

.xiangqing_t{
    background: #fff;
    padding: 50px 0;
}
.xiangqing_t .fl{
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;float: left;
}
.xiangqing_t .fl:first-child{
    border-right: 1px solid #e9e9e9;
}
.xiangqing_t .a1{
    font-size: 16px;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.xiangqing_t .a1 span{
    font-size: 14px;
    color: #868484;
    margin-left: 20px;
}
.xiangqing_t .a2{
    font-size: 14px;
    color: #868484;
    line-height: 25px;
    margin-bottom: 20px;
}
.xiangqing_t .a3{
    text-align: left;
    margin-bottom: 10px;
}
.xiangqing_t .a3 img{
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.Huoban,.Lianxi{
    padding: 80px 0;
}
.Huoban h1{
    text-align: center;
    font-size: 20px;
    color: #0096a5;
    padding-bottom: 50px;
}
.Huoban ul{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.Huoban li{
    width: 230px;
    height: 110px;
    float: left;
    margin-right: 12px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
}
.Huoban li:nth-of-type(5n){
    margin-right: 0;
}
.Huoban li img{
    width: 100%;
}
.Lianxi{
    width: 1200px;
    margin: 0 auto;
}
.Lianxi h1{
    text-align: center;
    font-size: 22px;
    color: #3d3a3a;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.Lianx_t1{
    float:left;
    width: 25%;
    box-sizing: border-box;
    padding: 45px 30px;
}
.Lianx_t1 .b1{
    height: 95px;
    width: 95px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #0096a5;
    text-align: center;
    margin-bottom: 20px;
}
.Lianx_t1 .m2,.Lianx_t1 .m1{
    height: 48px;
    display: inline-block;
    margin-top: 23px;
}
.Lianx_t1 .m2{
    display: none;
}
.Lianx_t1 p{
    text-align: center;
    color: #454545;
    font-size: 14px;
    line-height: 25px;
}
.Lianx_t1 .l1{
    width: 100%;
    height: 410px;
}

.Foote_t2 p:hover a{
    color: #fff;
}
.Foote_t5 a:hover{
    color:#fff;
}
.Bxxxx{
    background: #fff;
}
.Bxxxx img{
    width: 100%;
    display: block;
}

.N_banner_mmz{
    background: url('../img/Bgec_02.jpg') no-repeat center center;
}
.N_banner_mmv{
    background: url('../img/Bnn_02.jpg') no-repeat center center;
}
.Aside_ce{
    position: fixed;
    z-index: 100;
    right: 30px;
    top: 60%;
}
.Aside_ce li{
    width: 40px;
    background: #666666;
    padding: 10px 0;
    list-style: none;
    cursor: pointer;
    position: relative;
}
.Aside_ce a img,.Aside_ce li>img{
    width: 25px;
    display: block;
    margin: 0 auto;
}
.Aside_ce .dianhua{
    display: none;
    position: absolute;
    right: 45px;
    color: #fff;
    background: #666666;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 10px;
}
.Aside_ce .erwaimaa{
    display: none;
    position: absolute;
    right: 45px;
    top: 50%;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: -50px;
    background: #666666;
    border-radius: 5px;
}
.Aside_ce .erwaimaa img{
    display: block;
    width: 80px;
    height: 80px;
}

.Aside_ce li:hover div{
    display: block;
}



























































@media screen and (max-width:1400px) {
    .Video_w .m1 {
        margin-top: 1.5vw;
    }
    .hezuo {
        height: 40vw;
    }
}

@media screen and (max-width:1250px) {
    .Lianxi{
        width: 100%;
    }
    .Huoban ul{
        width: 100%;
        padding: 0 30px;
    }
    .Huoban li,.Huoban li:nth-of-type(5n){
        margin-right: 15px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .Zhaopin li,.Zhaopin li:nth-of-type(4n){
        margin-right: 25px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .Zhaopin li:nth-of-type(3n){
        margin-right: none;
    }
    .Jiejue,
    .meiti ,.Zhaop_xq_t{
        width: 100%;
    }
    .Changku_t4 {
        width: 100%;
        padding: 30px 200px;
    }
    .Jieshao .Guanyu_t2_n {
        width: 100%;
    }
    .Zhou_zb .n2 {
        right: -20px;
    }
    .Guanyu_t2 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .Guanyu_t2_n {
        width: 100%;
    }
    .Zhou_zb {
        width: 90vw;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .container {
        width: 100%;
        box-sizing: border-box;
    }
    .Video_w .m2 {
        width: initial;
    }
    .Hui_header .t1 {
        visibility: hidden;
    }
    .Footer_s .container .Foote_t2 {
        display: none;
    }
    .Zenzfw_list {
        text-align: center;
    }
    .Zenzfw_list li {
        width: 127px;
        margin-right: 45px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .hezuo {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hez_list {
        width: 100%;
    }
    .Fuw_list {
        text-align: center;
    }
    .Fuw_list li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .Fuw_list li:nth-of-type(2) {
        margin-right: 0;
    }
    .Shou_fuwu .Huanhang {
        display: block;
    }
    .Zenzfw .Huanhang {
        display: block;
    }
    .Zenzfw_list li:nth-of-type(3) {
        margin-right: 0;
    }
    .hez_list li img {
        height: 95px;
    }
    .hez_list {
        width: 80vw;
        margin: 0 auto;
    }
    .hez_list li {
        width: 33.33%;
    }
    .hez_list li:nth-of-type(n+7) {
        display: none;
    }
    .Video_w .m2 {
        line-height: 20px;
    }
}

@media screen and (max-width:900px) {
    .Sanfang_t1 .m1 {
        background: #0096a5;
        margin-bottom:15px;
    }
    .Sanfang_t1 .m1 h1 {
        color: #fff;
    }
    .Sanfang_t1{
        width: 100%;
    }
    .Sanfang_t1 ul{
        text-align: center;
    }
    .Sanfang_t1 li{
        float: initial;
        width: 100%;
    }
    .Lianx_t1{
        width: 50%;
    }

    .Jieshao .Guanyu_t2_n {
        padding: 0 5vw;
    }
    .Qiyewenhua li {
        width: 50%;
        margin-bottom: 20px;
    }
    .Hui_header {
        display: none;
    }
    .Wap_top {
        padding-top: 17vw;
    }
    #Hui_header_wap {
        display: block;
    }
    .Shou_fuwu .t1 {
        width: 110px;
    }
    .Fuw_list li {
        width: 35vw;
        margin-right: 0;
    }
    .Fuw_list .f1 {
        width: 15vw;
        height: 15vw;
        margin-top: 3vw;
        margin-bottom: 1vw;
        position: relative;
        text-align: center;
    }
    .Fuw_list .f2 {
        font-size: 13px;
    }
    .Fuw_list .f1 img {
        height: 8vw;
        width: 9vw;
        margin-top: -3.5vw;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -4.5vw;
    }
    .Fuw_list .f4 {
        margin-bottom: 20px;
    }
    .Video_w .v1 .n1 {
        background: url(../img/video_02.jpg) no-repeat center center;
        background-size: 100% auto;
    }
    .Video_w .v1,
    .Video_w .v2 {
        width: 100%;
    }
    .Video_w .v1 {
        height: 50vw;
    }
    .Video_w .m2 {
        width: 80vw;
    }
    .Video_w .v2 {
        height: initial;
    }
    .Video_w .m4 {
        margin-bottom: 3vw;
    }
    .Video_w .m4,
    .hezuo .h2 {
        font-size: 12px;
        width: 80px;
        ;
        height: 30px;
        line-height: 30px;
    }
    /* .Zenzfw_list .z1 img {
        margin-top: 2.75vw;
    } */
    .hezuo {
        height: initial;
        padding-bottom: 70px;
    }
    .hezuo .h1 {
        width: initial;
    }
    .Footer_s .container .Foote_t5 {
        display: none;
    }
    .Foote_t1 img {
        display: none;
    }
    .Foote_t1 {
        margin-bottom: 30px;
    }
    .Fuw_list li {
        height: 270px;
    }
    .Fuw_list .f3 {
        line-height: 20px;
        height: 60px;
        margin-bottom: 0;
    }
    .Zenzfw_list {
        text-align: center;
    }
    .Zenzfw_list .z1,
    .Zenzfw_list li p {
        display: inline-block;
    }
    .hez_list {
        width: 80vw;
    }
    .hez_list li img {
        height: 10.5vw;
    }
    .Zenzfw .t1 {
        width: initial;
    }
}

@media screen and (max-width:600px) {
    .Lianx_t1{
        width: 100%;
        padding: 15px 0;
    }
    .Huoban li{
        width: 150px;
        height: 80px;
    }
    .Zhaop_xq_t .b1 a{
        margin: 0;
    }
    .Zhaop_xq_t .b1{
        padding: 0 10px;
    }
    .xiangqing_t .fl{
        width: 100%;
        padding: 0 20px;
    }
    .xiangqing{
        padding: 15px 20px;
    }
    .PageList_xq .b2{
        display: none;
    }
    .Pagelist {
        display: none;
    }
    .meiti a {
        padding: 15px 20px;
    }
    .Changku_t4 {
        width: 100%;
        padding: 30px;
    }
    .N_banner img {
        /* display: block;
        width: 200%;
        margin-left: -50%;
        max-width: 200%; */
    }
    .Fazlc,
    .Guanyu_t2 {
        display: none;
    }
    .Licheng_list {
        display: block;
    }
    .Zhou_zb {
        width: 85vw;
    }
    .Video_w .m1 {
        height: initial;
    }
    .Footer_s .container .Foote_t3 {
        display: none;
    }
    .Foote_t6 {
        padding-left: 20px;
        text-align: left;
    }
}

@media screen and (max-width:500px) {
    .Cang_t999{
        display: none;
    }
    .Guanyu_t1 .g1 span,
    .Guanyu_t1 .g1 a {
        padding: 10px 15px;
    }
    .Zenzfw_list li {
        margin-right: 0;
        width: 33%;
        float: left;
    }
    .Zenzfw .t1 {
        width: 200px;
    }
    .Fuw_list li {
        height: 200px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        display: none;
    }
    .Cang_t2 .b3{
        float: none;
        margin: 0 auto;
    }
    .Cang_t2 .b3{
        float: none;
        margin: 0 auto !important;
    }
    .Jiankong{
        display: none;
    }
    .Peisong .b2{
        text-align: center;
    }
    .Peisong .b2 span{
        margin: 0 auto;
    }
}