body,h1,h2,h3,h4,h5,p,dl,dd,ol,ul,th,td,fieldset,input,button,textarea,form,canvas,audio,video,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    margin: 0;
    padding: 0px;
    font-family: "Microsoft YaHei";
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1;}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word
}

h1,h2,h3,h4,h5 {
    font-size: 100%;
    text-align: left;
}

ol,ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

cite,em,s,i,b {
    font-style: normal
}

input,button,textarea,select {
    font-size: 100%
}

body,input,button,textarea,select,option {
    font-size: normal
}

input,textarea {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

li,img,label,input {
    vertical-align: middle
}

var {
    font-style: normal
}

ins {
    text-decoration: none
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

button,select {
    text-transform: none
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

button,input,select,textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

a {
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-family: "Microsoft YaHei";
}

@font-face {
    font-family: 'Conv_times';
    src: url('../fonts/times.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/times.woff') format('woff'), url('../fonts/times.ttf') format('truetype'), url('../fonts/times.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Ã¥Â¤Â´Ã©Æ’Â¨*/




.main-swiper {
    height: 100vh;
    z-index: 1;
}

.header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    height: 120px;
}

.header-box .head {
    transition: 0.4s;
    background-color: #b22923;
    height: 120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.header-box.show .head {
    margin-top: 0;
}

.header-box.hide .head {
    margin-top: -120px;
}

.header-box:hover .head {
    margin-top: 0 !important;
}

.main-swiper {
    height: 100vh;
    z-index: 1;
}

.head-container {
    width: 1580px;
    position: relative;
    margin: 0 auto;
}

.head-container .menu {
    display: none;
}

.head-container .logo {
    display: block;
    width: 430px;
    padding-top: 17px;
    float: left;
}

.head-container .logo img {
    width: 100%;
    display: block;
}

.head-container .nav-box {
    padding-top: 80px;
    float: right;
    line-height: 1.1;
}

.head-container .nav-box dl {
    color: #fff;
    display: inline-block;
    margin-left: 26px;
    font-size: 16px;
    position: relative;
    padding-bottom: 30px;
}

.head-container .nav-box dl a {
    color: #fff;
}

.head-container .nav-box dl:before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 0;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}

.head-container .nav-box dl.active::before, .head-container .nav-box dl:hover::before {
    width: 100%;
}

.head-container .nav-box dl:first-child {
    margin: 0;
}

.head-container .nav-box dl ul {
    display: none;
    width: 100%;
    position: absolute;
    background: rgba(178, 41, 35, 0.8);
    width: 180px;
    position: absolute;
    top: 30px;
    left: 0;
}

.head-container .nav-box dl ul li a {
    padding: 10px 5px;
    display: block;
}

.head-container .nav-box dl:hover ul {
    display: block;
}

.head-container .tips-box {
    position: absolute;
    top:31px;
    right: 0;
    line-height: 1.1;
}

.head-container .tips-box a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

.head-container .tips-box a::after {
    content: "";
    height: 10px;
    width: 0;
    top: 2px;
    position: absolute;
    right: -2px;
    border-left: 1px solid #fff;
}

.head-container .tips-box span {
    position: relative;
    min-width: 34px;
    /*padding-left: 8px;*/
    display: inline-block;
}

.head-container .tips-box span .image {
    z-index: 2;
    position: absolute;
    width: 14px;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.head-container .tips-box span .text {
    transition: 0.3s;
    width: 0;
    height: 24px;
    line-height: initial;
    font-size: 12px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.head-container .tips-box span .text:focus, .head-container .tips-box span:hover .text {
    width: 180px;
    border-color: #fff;
    padding-right: 34px;
}

.bannerpad {
}

/* bannerÃ¨Â½Â®Ã¦â€™Â­ */
.banner-swiper {
    height: 100vh;
    width: 101%;
}

.banner-swiper .arrow-right, .banner-swiper .arrow-left {
    position: absolute;
    z-index: 2;
    left: 70px;
    top: 50%;
    opacity: 0.5;
    transition: 0.3s;
    margin-top: -35px;
}

.banner-swiper .arrow-right {
    right: 70px;
    left: auto;
}

.banner-swiper .arrow-left:hover, .banner-swiper .arrow-right:hover {
    opacity: 1;
}

.banner-swiper .swiper-wrapper {
}

.banner-swiper .swiper-slide {
    display: block;
}

.mobile .head {
    padding: 0 15px;
}

.mobile .header-box {
    z-index: 3;
}

.mobile .banner-swiper {
    padding-top: 0;
    margin-top: 48px;
}

.mobile .banner-swiper .swiper-slide img {
    height: auto;
}

.mobile .banner-swiper .swiper-slide, .mobile .banner-swiper {
    height: 48vw;
}

.mobile .banner-swiper .arrow-right, .mobile .banner-swiper .arrow-left {
    display: none;
}

.mobile .container-box, .mobile .head-container {
    width: auto;
}

.mobile .container-box {
    padding: 4vw 4vw 6vw;
}

.mobile .swiper-slide {
    display: block;
}

.mobile .pc-web {
    display: block;
    width: 100px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin: 20px auto 0;
}

.mobile .pc-web:hover {
    color: #b22923;
    background-color: #fff;
}


.mobile .head-container .menu {
    display: block;
    position: absolute;
    right: 45px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/menu-icon.png) no-repeat center/80% auto;
}

.mobile .head-container .seach {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/sea-icon.png) no-repeat center/54% auto;
}

.mobile .head-container .tips-box, .mobile .head-container .nav-box {
    display: none;
}

.mobile .mask {
    display: none;
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    opacity: 0.4;
    transition: 0.3s;
}

.mobile .head-container .nav-box {
    display: block;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    width: 60vw;
    padding: 10px 20px 0;
    overflow-y: auto;
    transition: 0.3s;
    right: -100vw;
}

.mobile .head-container .nav-box dl {
    color: #333;
    display: block;
    margin: 0;
    padding: 3vw 0;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

.head-container .nav-box dl.active::before, .head-container .nav-box dl:hover::before {
    display: none;
}

.mobile .head-container .nav-box dl a {
    font-weight: bold;
    color: #333;
    margin: 0;
}

.mobile .head-container .nav-box dl ul {
    position: relative;
    top: 0;
    margin-top: 5px;
    width: 100%;
    background: rgba(231, 231, 231, 0.8);
}

.mobile .head-container .nav-box dl ul li a {
    font-weight: normal;
}

.mobile .head-container .nav-box dl ul {
    display: none !important;
}

.mobile .head-container .nav-box dl.active ul {
    display: block !important;
}

.mobile .head.active2 .mask, .mobile .head.active .mask {
    display: block;
}

.mobile .head.active .head-container .nav-box {
    right: 0;
    padding: 10px 0;
}

.mobile .head.active2 .head-container .tips-box {
    display: block;
    position: fixed;
    z-index: 4;
    top: 110px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 4px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
}

.mobile .head.active2 .head-container .tips-box span .text {
    width: 220px;
    border-color: #fff;
    background-color: #b22923;
    height: 36px;
}

.mobile .head.active2 .head-container .tips-box span .image {
    width: 18px;
    top: 8px;
    right: 13px;
}

.mobile .head.active2 .head-container .tips-box a {
    display: none;
}


.waikuang-box {
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
}

.waikuang-box2 {
    max-width: 1400px;
    margin: 0 auto;
}

#contbg1 {
}

#contbg2 {
    background: url(../images2/cont_bg1xian.jpg) no-repeat center bottom;
}

#contbg3 {
    background: url(../images2/cont_bg2.jpg) no-repeat center bottom;
    background-size:100%;
}

#contbg4 {
    background: url(../images2/cont_bg3.jpg) no-repeat center bottom;
    background-size: 100%;
}

#contbg5 {
    background: url(../images2/cont_bg4.jpg) no-repeat center bottom;
    background-size: 100% 100%;
}

#contbg6 {
    background: url(../images2/cont_bg5.jpg) no-repeat center bottom;
    background-size: 100% 100%;
}

.section:nth-child(2) .sygdh {
    padding-top: 3vh;
}

.section:nth-child(3) .sygdh {
    padding-top: 0vh;
}

.sygdh {
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.sygdh h1 {
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: url(../images2/ic_dhbg.png) no-repeat left bottom;
    padding-bottom: 10px;
}

.sygdh h1 i {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Conv_times';
    font-family: 'Times New Roman', Times, serif;
}

.sygdh2 {
    width: 100%;
    float: left;
    position: relative;
}

.sygdh2 h1 {
    float: left;
    margin-left: 20px;
    font-size: 24px;
    color: #fff;
    background: url(../images2/ic_dhbg.png) no-repeat left bottom;
    padding-bottom: 10px;
}

.sygdh2 h1 i {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Conv_times';
    font-family: 'Times New Roman', Times, serif;
}

.sygdh2 span {
    float: right;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: 0.3s;
}

.sygdh2 span a {
    color: #fff;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 42px;
}

.sygdh2 span:hover {
    cursor: pointer;
    color: #af2a25;
}

.sygdh2 span:hover a {
    color: #af2a25;
}

.sygdh2 span:hover::after, .sygdh2 span:hover::before {
    width: 120px;
    height: 40px;
    border-color: #af2a25;
}

.sygdh2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 2px 0 0 2px;
    transition: 0.3s;
}

.sygdh2 span::after {
    transition: 0.3s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
}

.sygdh3 {
    width: 100%;
    float: left;
    position: relative;
}

.sygdh3 h1 {
    float: left;
    margin-left: 20px;
    font-size: 24px;
    color: #333;
    background: url(../images2/ic_dhbg2.png) no-repeat left bottom;
    padding-bottom: 10px;
}

.sygdh3 h1 i {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Conv_times';
    font-family: 'Times New Roman', Times, serif;
}

.sygdh3 span {
    float: right;
    font-size: 14px;
    color: #808080;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: 0.3s;
}

.sygdh3 span a {
    color: #808080;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 42px;
}

.sygdh3 span:hover {
    cursor: pointer;
    color: #af2a25;
}

.sygdh3 span:hover a {
    color: #af2a25;
}

.sygdh3 span:hover::after, .sygdh3 span:hover::before {
    width: 120px;
    height: 40px;
    border-color: #af2a25;
}

.sygdh3 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 2px 0 0 2px;
    transition: 0.3s;
}

.sygdh3 span::after {
    transition: 0.3s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
}

/* Ã¦ÂÂÃ¨ÂµÂ Ã¨Å Â³Ã¥ÂÂÃ¦Â¦Å“ */
.jzftop-box2 {
    display: none;
}

.jzftop-box {
    position: relative;
}

.jzftop-box .arrow-left, .jzftop-box .arrow-right {
    position: absolute;
    z-index: 2;
    left: -50px;
    width: 21px;
    height: 21px;
    top: 50%;
    margin-top: -15px;
    background: url(../img/enterprise-left.png) no-repeat center;
}

.jzftop-box .arrow-left:hover {
    background-image: url(../img/enterprise-left-active.png);
}

.jzftop-box .arrow-right:hover {
    background-image: url(../img/enterprise-right-active.png);
}

.jzftop-box .arrow-right {
    left: auto;
    right: -50px;
    background-image: url(../img/enterprise-right.png);
}

.jzfmblb {
    width: 100%;
    position: relative;
    background: url(../images2/jzflb_bg.png) no-repeat left top;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 220px;
}

.jzfmblb_pad {
    padding-left: 35px;
    padding-right: 20px;
}

.jzfmblb h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jzfmblb:hover h4 {
    font-weight: bold;
}

.jzfmblb:hover {
    background: url(../images2/jzflb_bg2.png) no-repeat left top;
}

.jzfmbdow {
    margin-top: 116px;
    background: url(../images2/jzflb_bg3.png) no-repeat left bottom;
}

.jzfmbdow h4 {
    top: 0;
}

.jzfmbdow:hover {
    background: url(../images2/jzflb_bg4.png) no-repeat left bottom;
}

.jzfmblb_nr {
    margin-left: 20px;
    padding-top: 20px;
}

.jzfmblb_nr dl {
    width: 100%;
    float: left;
    padding-top: 25px;
}

.jzfmblb_nr dl dd {
    width: 100%;
    float: left;
}

.jzfmblb_nr dl dd:nth-child(1) {
    background: url(../images2/fmb-rmb.png) no-repeat left center;
}

.jzfmblb_nr dl dd:nth-child(2) {
    background: url(../images2/fmb-time.png) no-repeat left center;
}

.jzfmblb_nr dl dd:nth-child(3) {
    background: url(../images2/fmb-xm.png) no-repeat left 9px;
}

.jzfmblb_nr dl dd span {
    padding-left: 35px;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.jzfmbdow .jzfmblb_nr {
    padding-top: 35px;
}

.jzftop-swiper {
    margin-top: 4vh;
    height: 350px;
    margin-bottom: 0vh;
}

/* Ã¦ÂÂÃ¨ÂµÂ Ã¨Å Â³Ã¥ÂÂÃ¦Â¦Å“Ã¤Â¼ÂÃ¤Â¸Å¡ */
.fmb-swiper {
    max-width: 1400px;
    height: 174px;
    /* margin: 0 -20px; */
}

.fmb-swiper  .swiper-slide a{
    display:block;
    height: 124px;
    margin: 0 10px;
    overflow: hidden;
}


.fmb-swiper .swiper-slide a span {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 124px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.fmb-swiper .swiper-slide span img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.6s;
}



.fmb-swiper .swiper-slide span:hover img {
    opacity: 0.8;
}

.top-pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 0 20px;
    cursor: pointer;
    transition: 0.3s;
    vertical-align: middle;
}

.swiper-active-switch {
    background: #af1a19;
}

/* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
.mshi {
    width: 100%;
    margin: 4vh auto 0px;
    overflow: hidden;
}

.mshi h3 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    background: url(../images2/mshi_h3bg.jpg) no-repeat left bottom;
}

.mshi h3 span {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Conv_times';
    font-family: 'Times New Roman', Times, serif;
}

.mshi p {
    width: 62%;
    float: left;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}

.mshi a {
    float: left;
    display: block;
    width: 106px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border: #fff 1px solid;
    border-radius: 19px;
    background: #b22923;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mshi a:hover {
    background: #a7211b;
}

.mshijj {
    width: 66%;
    float: left;
    margin-top: 3vh;
}

.mshijj ul {
    width: 100%;
    float: left;
}

.mshijj ul li {
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.mshijj ul li a {
    display: block;
    text-align: center;
    padding: 18px 0px 8px;
    overflow: hidden;
    border: transparent 2px solid;
    border-radius: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mshijj ul li span {
    width: 67px;
    height: 67px;
    display: inline-block;
}

.mshijj ul li h3 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: normal;
    text-align: center !important;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mshijj ul li:hover a {
    border: #eea60c 2px solid;
}

.mshijj_ic1 {
    background: url(../images2/msjj_ic1.png) no-repeat;
}

.mshijj_ic2 {
    background: url(../images2/msjj_ic2.png) no-repeat;
}

.mshijj_ic3 {
    background: url(../images2/msjj_ic3.png) no-repeat;
}

.mshijj_ic4 {
    background: url(../images2/msjj_ic4.png) no-repeat;
}

.mshijj_ic5 {
    background: url(../images2/msjj_ic5.png) no-repeat;
}

.mshijj_ic6 {
    background: url(../images2/msjj_ic6.png) no-repeat;
}

.mshijj_ic7 {
    background: url(../images2/msjj_ic7.png) no-repeat;
}

.mshijj_ic8 {
    background: url(../images2/msjj_ic8.png) no-repeat;
}

.mshijj_ic9 {
    background: url(../images2/msjj_ic9.png) no-repeat;
}

.mshijj_ic10 {
    background: url(../images2/msjj_ic10.png) no-repeat;
}
.mshijj_ic11 {
    background: url(../images2/msjj_ic11.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic1 {
    background: url(../images2/msjj_icat1.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic2 {
    background: url(../images2/msjj_icat2.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic3 {
    background: url(../images2/msjj_icat3.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic4 {
    background: url(../images2/msjj_icat4.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic5 {
    background: url(../images2/msjj_icat5.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic6 {
    background: url(../images2/msjj_icat6.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic7 {
    background: url(../images2/msjj_icat7.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic8 {
    background: url(../images2/msjj_icat8.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic9 {
    background: url(../images2/msjj_icat9.png) no-repeat;
}

.mshijj ul li:hover .mshijj_ic10 {
    background: url(../images2/msjj_icat10.png) no-repeat;
}

/* Ã¦â€¢â€¦Ã¤Âºâ€¹ */
.gsxwgg {
    width: 100%;
    margin: 0px auto 0px;
    overflow: hidden;
    padding: 8% 0px 2%;
}

.gsxwlb {
    width: 33.3%;
    float: left;
}

.gsbgbg1 {
    background: #fff;
    margin-top: 40px;
    border-radius: 15px 0px 0px 15px;
}

.gsbgbg2 {
    background: #b22923;
    border-radius: 15px;
}

.gsbgbg3 {
    background: #fff;
    margin-top: 40px;
    border-radius: 0px 15px 15px 0px;
}

.ct3jzgs {
    background: url(../images2/ct3jzgs.jpg) no-repeat;
    background-size: 100% auto;
    padding: 20px 0px;
    overflow: hidden;
}

.lbjzgs {
    padding: 0px 20px 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 0px 0px 0px 15px;
}

.lbjzgs ul {
    width: 100%;
    float: left;
}

.lbjzgs ul li {
    width: 100%;
    float: left;
    background: url(../images2/ic_red.jpg) no-repeat left 29px;
    border-bottom: #ccc 1px solid;
    padding: 22px 0px 15px;
}

.lbjzgs ul li a {
    float: left;
    font-size: 15px;
    margin-left: 15px;
    color: #333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lbjzgs ul li span {
    float: left;
    font-size: 13px;
    color: #b22923;
    margin-left: 15px;
    line-height: 36px;
    width: 100%;
}

.lbjzgs ul li:last-child {
    border-bottom: none;
}

.lbjzgs ul li:hover a {
    color: #b22923;
}

/* Ã¦â€“Â°Ã©â€”Â» */
.ct3xwzx {
    background: url(../images2/ct3xwzx.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 40px 0px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.lbxwzx {
    padding: 0px 20px 5px;
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
    background: #b22923;
}

.lbxwzx ul {
    width: 100%;
    float: left;
}

.lbxwzx ul li {
    width: 100%;
    float: left;
    background: url(../images2/ic_white.jpg) no-repeat left 29px;
    border-bottom: #ccc 1px solid;
    padding: 17px 0px 10px;
}

.lbxwzx ul li a {
    float: left;
    font-size: 15px;
    margin-left: 15px;
    color: #fff;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lbxwzx ul li span {
    float: left;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    line-height: 36px;
    width: 100%;
}

.lbxwzx ul li:last-child {
    border-bottom: none;
}

.lbxwzx ul li:hover a {
    margin-left: 20px;
}

/* Ã¥â€¦Â¬Ã¥â€˜Å  */
.ct3tzgg {
    overflow: hidden;
    padding: 20px 0px;
    border-radius: 0px 15px 0px 0px;
}

.lbtzgg {
    padding: 0px 20px 10px;
    overflow: hidden;
    border-radius: 0px 0px 15px 0px;
    background: url(../images2/ct3tzgg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.lbtzgg ul {
    width: 100%;
    float: left;
}

.lbtzgg ul li {
    width: 100%;
    float: left;
    border-top: #ccc 1px solid;
    padding: 30px 0px 43px;
}

.lbtzgg ul li a {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lbtzgg ul li span {
    float: left;
    width: 80px;
    font-size: 13px;
    color: #b22923;
    line-height: 24px;
}

.lbtzgg ul li span b {
    font-size: 20px;
    font-weight: normal;
}

.lbtzgg ul li:hover a {
    color: #b22923;
}

/*Ã¥Â®Â£Ã¤Â¼Â Ã§â€°â€¡*/
.xcpcont {
    height: 100vh;
}

.xcptit {
    width: 470px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 8%;
}

.xcptit h4 {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #333;
}

.xcptit h4::after, .xcptit h4::before {
    content: "";
    position: absolute;
    width: 100px;
    border-top: 1px solid #cccccc;
    top: 50%;
    left: 0;
}

.xcptit h4::after {
    left: auto;
    right: 0;
}


.xcptit span {
    float: right;
    font-size: 20px;
    color: #fff;
    position: absolute;
 right: 443px;
    top: 30%;
   
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: 0.3s;
}

.xcptit span a {
   color:#669ed2;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 42px;
}

.xcptit span:hover {
    cursor: pointer;
    color: #669ed2;
}

.xcptit span:hover a {
    color: #669ed2;
}

.xcptit span:hover::after, .xcptit span:hover::before {
    width: 120px;
    height: 40px;
    border-color: #669ed2;
}

.xcptit span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 2px 0 0 2px;
    transition: 0.3s;
}

.xcptit span::after {
    transition: 0.3s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
}


.xcptit1 span {
    float: right;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 35%;
    width: 109px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: 0.3s;
}

.xcptit1 span a {
   color:#669ed2;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 42px;
}

.xcptit1 span:hover {
    cursor: pointer;
    color: #669ed2;
}

.xcptit1 span:hover a {
    color: #669ed2;
}

.xcptit1 span:hover::after, .xcptit1 span:hover::before {
    width: 120px;
    height: 40px;
    border-color: #669ed2;
}

.xcptit1 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 2px 0 0 2px;
    transition: 0.3s;
}

.xcptit1 span::after {
    transition: 0.3s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 22px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
}




.xcpnr {
    width: 59%;
    margin: 30px auto 0px;
    overflow: hidden;
}

.xcpnr ul {
 overflow: hidden;
    width: 100%;
}

.xcpnr ul li {
    width: 42%;
       float: left;
    margin: 25px auto;
}

.xcpnr ul li a {
    display: block;
    margin: 0px 24px;
    overflow: hidden;
}

.xcpnr ul li span {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 51%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.xcpnr ul li .xcptup {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    border-radius: 10px;
}

.xcpnr ul li .xcpic {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.xcpnr ul li:hover .xcptup {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.dibu {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.dbljie {
    width: 100%;
    float: left;
    padding-top: 7vh;
    padding-bottom: 3vh;
    border-bottom: #c5615d 1px solid;
}

.dbljie h4 {
    float: left;
    font-size: 16px;
    color: #f5f5f5;
    line-height: 40px ;
    font-weight: normal;
    background: url(../images2/ljie_tit.jpg) no-repeat left bottom;
}

.dbljie_nr {
    width: 100%;
    float: left;
}

.dbljie_nr a {
    float: left;
    padding-left: 14px;
    margin-right: 130px;
    font-size: 14px;
    color: #f5f5f5;
    line-height: 40px ;
    background: url(../images2/ljie_sjx.png) no-repeat left center;
}

.dbljie_nr a:last-child {
    margin-right: 0px;
}

.dbljie_nr a:hover {
    color: #fff;
}

.dibu_bom {
    width: 100%;
    float: left;
    margin: 3vh 0px;
    overflow: hidden;
    position: relative;
}

.dbcopy {
    width: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dbicon {
    width: 320px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.db5a {
    margin-left: 400px;
    margin-right: 320px;
    padding-top: 20px;
    text-align: center;
}

.dibu_bom .dbcopy h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f5f5f5;
    line-height: 40px ;
    font-weight: normal;
    background: url(../images2/ljie_tit.jpg) no-repeat left bottom;
    margin-bottom: 8px;
    text-align: left;
}

.dibu_bom .dbcopy p {
    font-size: 14px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: left;
}

.dibu_bom .dbcopy p a {
    color: #f5f5f5;
}

.dibu_bom .dbcopy p a:hover {
    color: #fff;
}

.dibu_bom .dbicon a {
    float: left;
    width: 80px;
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 18px;
}

.dibu_bom .dbicon a p {
    margin-top: 1vh;
    font-size: 14px;
}


/*ä¼ä¸šä¿®æ”¹*/
.qiyexg{  max-width:1400px; margin:0px auto; overflow:hidden; padding-bottom:15px;}
.qiyexg_lb{ width: 100%; float: left;}
.qiyexg_lb a{display: block;overflow:hidden; margin:0px 10px; background: #fff;}
.qiyexg_lb span{ width:100%; float: left; padding-bottom:50%;
    position:relative; overflow:hidden;}
.qiyexg_lb span img{ max-width: 90%;
    max-height: 80%;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.6s;}


.qiyexg_lb:hover span img{opacity:0.8;}


.qiyexg .slick-dots{ width: 100%; position: absolute; 
    bottom:0px; left:0px; display: block; padding:0; margin:0; 
    list-style:none; text-align:center;}
.qiyexg .slick-dots li {position: relative; display: inline-block;
     width: 12px; height: 12px; margin:0 6px; padding: 0; cursor: pointer; 
    text-indent:-999em; 
     background: #fff; border-radius: 50%;}
.qiyexg .slick-dots li.slick-active{ background: #b22923;}



/* Ã©Â¦â€“Ã©Â¡ÂµÃ¥Âºâ€¢Ã©Æ’Â¨Ã¦Ë†â€˜Ã¨Â¦ÂÃ¦ÂÂÃ¨ÂµÂ  */
.sidebar {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 35vh;
    width: 0;
}

.sidebar li {
    height: 30px;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    left: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar li:nth-child(1) {
    width: 326px;
    background: #fff url(../img/commonweal.png) no-repeat left center;
}

.sidebar li:nth-child(1):hover {
    left: -326px;
}

.sidebar li a {
    border-right: 1px solid #ccc;
    height: 30px;
    color: #333;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}

.sidebar li a:last-of-type {
    border: 0;
}

.sidebar li:nth-child(1) a:hover {
    color: #b22923;
}

.sidebar li span {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}

.sidebar li:nth-child(2) {
    width: 210px;
    background: #fff url(../img/phone.png) no-repeat left center;
}

.sidebar li:nth-child(2):hover {
    left: -210px;
}

@media screen and (max-width: 1600px) {
    .head-container {
		width: 1400px
	}

	.head-container .logo {
		width: 300px;
	}

	.header-box .head,
	.header-box {
		height: 90px;
	}

	.header-box.hide .head {
		margin-top: -90px;
	}

	.banner-swiper {
		/*padding-top: 90px;*/
	}

	.head-container .tips-box {
		top: 20px;
	}

	.head-container .tips-box a {
		font-size: 12px;
	}

	.head-container .nav-box a {
		font-size: 14px;
	}

	.head-container .nav-box {
		padding-top: 54px;
	}


    .section:nth-child(2) .sygdh {
        padding-top: 9vh;
    }

    .section:nth-child(3) .sygdh {
        padding-top: 0vh;
    }
}

@media screen and (max-width: 1440px) {

.container-box,
	.head-container {
		width: 1200px
	}

	.head-container .logo {
		width: 240px;
	}

	.header-box .head,
	.header-box {
		height: 80px;
	}

	.header-box.hide .head {
		margin-top: -80px;
	}

	
	.head-container .nav-box dl {
		margin-left: 15px;
	}

	.head-container .nav-box a {
		margin-left: 0;
	}

	.head-container .nav-box {
		padding-top: 50px;
	}

	.head-container .tips-box {
		top: 17px
	}


.head-container .logo {
    width: 240px;}


    .section:nth-child(2) .sygdh {
        padding-top: 7vh;
    }

    .section:nth-child(2) .sygdh h1 {
        margin-left: 15px;
    }

    .section:nth-child(3) .sygdh {
        padding-top: 0vh;
    }

    .waikuang-box {
        max-width: 1270px;
    }

    .waikuang-box2 {
        max-width: 1200px;
    }

    .fmb-swiper {
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .sygdh h1 {
        font-size: 22px;
    }

    .sygdh h1 i {
        font-size: 24px;
    }

    .sygdh2 h1 {
        font-size: 22px;
    }

    .sygdh2 h1 i {
        font-size: 24px;
    }

    .sygdh2 span {
        font-size: 12px;
        margin-top: -18px;
        width: 110px;
        height: 36px;
        line-height: 36px;
    }

    .sygdh2 span:hover::after, .sygdh2 span:hover::before {
        width: 100px;
        height: 32px;
    }

    .sygdh2 span::before {
        width: 52px;
        height: 18px;
        border: solid #ccc;
        border-width: 2px 0 0 2px;
        transition: 0.3s;
    }

    .sygdh2 span::after {
        width: 52px;
        height: 18px;
    }

    .sygdh3 h1 {
        font-size: 22px;
    }

    .sygdh3 h1 i {
        font-size: 24px;
    }

    .sygdh3 span {
        font-size: 12px;
        margin-top: -18px;
        width: 110px;
        height: 36px;
        line-height: 36px;
    }

    .sygdh3 span:hover::after, .sygdh3 span:hover::before {
        width: 100px;
        height: 32px;
    }

    .sygdh3 span::before {
        width: 52px;
        height: 18px;
        border: solid #ccc;
        border-width: 2px 0 0 2px;
        transition: 0.3s;
    }

    .sygdh3 span::after {
        width: 52px;
        height: 18px;
    }



.xcptit span {
       
        width: 110px;
        height: 36px;
        line-height: 36px;
    }

    .xcptit span:hover::after, .xcptit span:hover::before {
        width: 100px;
        height: 32px;
    }

    .xcptit span::before {
        width: 52px;
        height: 18px;
        border: solid #ccc;
        border-width: 2px 0 0 2px;
        transition: 0.3s;
    }

    .xcptit span::after {
        width: 52px;
        height: 18px;
    }


    .xcptit1 span {
       
        width: 95px;
        height: 36px;
        line-height: 36px;
    }

    .xcptit1 span:hover::after, .xcptit1 span:hover::before {
        width: 100px;
        height: 32px;
    }

    .xcptit1 span::before {
        width: 52px;
        height: 18px;
        border: solid #ccc;
        border-width: 2px 0 0 2px;
        transition: 0.3s;
    }

    .xcptit1 span::after {
        width: 52px;
        height: 18px;
    }



    .section:nth-child(2) .sygdh {
        max-width: 1200px;
    }

    .jzqiye-box {
        max-width: 1200px;
        margin: auto;
        overflow: hidden;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã¨Å Â³Ã¥ÂÂÃ¦Â¦Å“ */
    .jzftop-box {
        max-width: 1200px;
        margin: auto;
    }

    .jzftop-box .arrow-left, .jzftop-box .arrow-right {
        left: -35px;
    }

    .jzftop-box .arrow-right {
        left: auto;
        right: -35px;
    }

    .jzftop-swiper {
        margin-top: 2vh;
        margin-bottom: 0;
    }

    .section:nth-child(3) {
        padding: 0px 15px;
    }

    .section:nth-child(3) .mshi {
        margin: 3vh auto 0px;
    }

    .section:nth-child(3) .mshijj {
        margin-top: 2vh;
    }

    /*Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ®*/
    .mshijj ul li {
        margin-bottom: 10px;
    }

    .mshijj ul li a {
        margin: 0px 10px;
        padding: 16px 0px 8px;
        border-radius: 3px;
    }

    .mshijj ul li h3 {
        font-size: 15px;
    }

    /* Ã¦â€¢â€¦Ã¤Âºâ€¹Ã¯Â¼Å’Ã¦â€“Â°Ã©â€”Â»Ã¯Â¼Å’Ã¥â€¦Â¬Ã¥â€˜Å  */
    .gsxwgg {
        padding: 3% 0px;
    }

    .lbjzgs ul li {
        padding: 17px 0px 12px;
    }

    .lbxwzx ul li {
        padding: 14px 0px 7px;
    }

    .lbtzgg ul li {
        padding: 27px 0px 40px;
    }

    /* Ã¥Â®Â£Ã¤Â¼Â Ã§â€°â€¡ */
    .xcptit {
        padding-top: 13%;
    }

    .xcptit h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1366px) {

    .head-container .nav-box dl {
        font-size: 14px;
    }

    .section:nth-child(2) .sygdh {
        padding-top: 15vh;
    }

    .section:nth-child(3) .sygdh {
        padding-top: 0vh;
    }

    .xcpcont {
        height: auto;
        padding: 0% 0px 28%;
    }

    .xcptit {
        padding-top: 10%;
    }

    .gsxwgg {
        padding: 10% 0px 0px;
    }
}

@media screen and (max-width: 1280px) {
    .head-container .nav-box dl {
        margin-left:10px;
    }

    .xcpcont {
        height: auto;
        padding: 0% 0px 28%;
    }

    .xcptit {
        padding-top: 10%;
    }

    .section:nth-child(3) .mshi {
        margin-top: 4vh;
    }
}

@media screen and (max-width: 1200px) {
    .section:nth-child(2) .sygdh {
        padding-top: 8%;
    }

    .section:nth-child(3) .sygdh {
        padding-top: 0%;
    }

    .waikuang-box {
        width: 100%;
    }

    .waikuang-box2 {
        width: 100%;
    }

    #contbg2 {
            padding: 20px 15px;
    background-size: cover;
    }

    #contbg3 {
        padding: 20px 15px;
    }

    #contbg4 {
        padding: 20px 15px;
    }



    #contbg6 {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .mobile .head-container .menu {
        top: 20px;
    }

    .mobile .head-container .seach {
        top: 20px;
    }

    .section:nth-child(2) .sygdh {
        padding-top: 2%;
    }

    .section:nth-child(3) .sygdh {
        padding-top: 2%;
    }

    .gsxwgg {
        padding: 3% 0px 2%;
    }

    .xcptit {
        padding-top: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-swiper {
        height: auto;
    }

 .mobile .banner-swiper {
        margin-top: 36px;
    }


.fmb-swiper .top-pagination{display:none !important;}

    /* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
    .mshi p {
        width: 100%;
    }

    .mshijj {
        width: 100%;
    }

    .mshijj ul li h3 {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }

  #contbg3 {
    background: url(../images2/cont_bg2.jpg) no-repeat center bottom;
    background-size:auto 100%;
}

    #contbg4 {
        background: #02307f url(../images2/cont_bg3.jpg) no-repeat center/cover;
    }

#contbg5 {
    background: url(../images2/cont_bg4.jpg) no-repeat center bottom;
    background-size:auto 100%;
}

#contbg6 {
    background: url(../images2/cont_bg5.jpg) no-repeat center bottom;
    background-size:auto 100%;
}


    /* Ã¦â€¢â€¦Ã¤Âºâ€¹Ã¯Â¼Å’Ã¦â€“Â°Ã©â€”Â»Ã¯Â¼Å’Ã¥â€¦Â¬Ã¥â€˜Å  */
    .gsxwgg {
        margin-top: 0px;
        padding: 0% 0px 2%;
    }

    .ct3jzgs {
        border-radius: 15px 15px 0px 0px;
    }

    .lbjzgs {
        border-radius: 0px 15px 15px 15px;
    }

    .gsxwlb {
        width: 100%;
    }

    .gsbgbg1 {
        border-radius: 15px 15px 15px 15px;
    }

    .gsbgbg2 {
        border-radius: 15px 15px 15px 15px;
        margin-top: 40px;
    }

    .gsbgbg3 {
        border-radius: 15px 15px 15px 15px;
    }

    .ct3xwzx {
        padding: 20px 0px;
    }

    .lbtzgg {
        border-radius: 0px 0px 15px 15px;
    }

    /* Ã¥Â®Â£Ã¤Â¼Â Ã§â€°â€¡ */
    .xcpcont {
        height: auto;
        padding-bottom: 35vh;
    }

    .xcpnr {
        width: 80%;
    }

    .xcptit {
        padding-top: 5%;
    }

    /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
    .dibu {
        height: auto;
    }

    .dbljie h4 {
        margin-bottom: 10px;
    }

    .dbljie_nr a {
        float: left;
        padding-left: 14px;
        margin: 5px 0px;
        margin-right: 30px;
        font-size: 13px;
        line-height: 20px ;
    }

    .dbcopy {
        width: 100%;
        position: static;
        margin-right: 0px;
    }

    .dibu_bom .dbcopy p {
        line-height: 30px;
    }

    .dbicon {
        width: 640px;
        float: none;
        position: static;
        margin-left: 0px;
        margin: 25px auto 0px;
    }

    .db5a {
        width: 100%;
        margin-left: 0px;
        float: left;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .sidebar {
        bottom: 25vh;
    }

    .sidebar li {
        margin-top: 18px;
    }
}

@media screen and (max-width: 768px) {
    /* Ã¦ÂÂÃ¨ÂµÂ Ã¨Å Â³Ã¥ÂÂÃ¦Â¦Å“ */ .jzftop-box {
        display: none;
    }

    .fmb-swiper {
        height: 164px;
    }

    .fmb-swiper .swiper-slide .jzfmb {
        margin-right: -30px;
    }

    .fmb-swiper .jzfmb ul li a {
        margin-right: 30px;
    }

    .fmb-swiper .jzfmb ul li {
        width: 25%;
        float: left;
    }

    .fmb-swiper .jzfmb ul li:nth-child(5) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(6) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(7) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(12) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(13) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(14) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(19) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(20) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(21) {
        display: none;
    }

    .jzftop-box2 {
        display: block;
    }

    .jzftop-box2 {
        position: relative;
    }

    .jzftop-box2 .arrow-left, .jzftop-box2 .arrow-right {
        position: absolute;
        z-index: 2;
        left: 0px;
        width: 21px;
        height: 21px;
        top: 50%;
        margin-top: -10px;
        background: url(../img/enterprise-left.png) no-repeat center;
    }

    .jzftop-box2 .arrow-left:hover {
        background-image: url(../img/enterprise-left-active.png);
    }

    .jzftop-box2 .arrow-right:hover {
        background-image: url(../img/enterprise-right-active.png);
    }

    .jzftop-box2 .arrow-right {
        left: auto;
        right: 0px;
        background-image: url(../img/enterprise-right.png);
    }

    .jzftop-swiper2 {
        margin-top: 6vh;
        height: 240px;
        margin-bottom: 3vh;
    }

    .jzfmblb2 {
        width: 100%;
        height: 220px;
    }

    .jzfmblb_nr2 {
        padding-left: 35px;
        height: 190px;
        padding-right: 20px;
        margin-left: 20px;
        background: url(../images2/jzflb_bg.png) no-repeat left top;
        display: inline-block;
        transition: all 0.4s;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .jzfmblb_nr2 dl {
        width: 100%;
        float: left;
        padding-top: 25px;
    }

    .jzfmblb_nr2 dl dd {
        width: 100%;
        float: left;
    }

    .jzfmblb_nr2 dl dd:nth-child(1) {
        background: url(../images2/fmb-rmb.png) no-repeat left center;
    }

    .jzfmblb_nr2 dl dd:nth-child(2) {
        background: url(../images2/fmb-time.png) no-repeat left center;
    }

    .jzfmblb_nr2 dl dd:nth-child(3) {
        background: url(../images2/fmb-xm.png) no-repeat left 9px;
    }

    .jzfmblb_nr2 dl dd span {
        padding-left: 35px;
        display: inline-block;
        overflow: hidden;
        font-size: 13px;
        color: #fff;
        line-height: 32px;
    }

    .jzfmblb2:hover .jzfmblb_nr2 {
        background: url(../images2/jzflb_bg2.png) no-repeat left top;
    }

    .jzfmblb2 h4 {
        width: 100%;
        float: left;
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        margin-left: 20px;
    }

    .jzfmblb2:hover h4 {
        font-weight: bold;
    }

    .mshi h3 {
        font-size: 16px;
    }

    .mshi h3 span {
        font-size: 14px;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
    .mshi p {
        font-size: 14px;
    }

    .mshijj ul li a {
        margin: 0px 0px;
    }

    /* Ã¥Â®Â£Ã¤Â¼Â Ã§â€°â€¡ */
    .xcptit {
        padding-top: 9%;
    }

    .xcpnr {
        width: 100%;
    }

    .xcpnr ul li a {
        margin: 0px 15px;
    }

  .xcpcont {
        padding-bottom: 25vh;
    }



    /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
    .db5a {
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .dbicon {
        width: 320px;
    }

    .sidebar {
        bottom: 15vh;
    }

    .sidebar li {
        padding-left: 60px;
        left: -50px;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sidebar li:nth-child(1) {
        width: 306px;
    }

    .sidebar li:nth-child(1):hover {
        left: -306px;
    }

    .sidebar li:nth-child(2) {
        width: 180px;
    }

    .sidebar li:nth-child(2):hover {
        left: -180px;
    }

    .sidebar li a {
        padding: 0px 13px;
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {
    .header-box .head {
        height:98px;
    }

    .head-container .logo {
        width: 350px;
        padding-top: 13px;
    }

    .mobile .head-container .menu {
        top: 29px;
    }

    .mobile .head-container .seach {
        top: 29px;
    }

    .mobile .banner-swiper {
        margin-top: 67px;
    }

    .bannerpad {
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
    .mshijj ul li {
        width: 33.3%;
    }

   /* .mshijj ul li.mshijj_last {
        width: 100%;
    }*/

    .sygdh h1 {
        font-size: 18px;
    }

    .sygdh h1 i {
        font-size: 20px;
    }

    .sygdh2 h1 {
        font-size: 18px;
    }

    .sygdh2 h1 i {
        font-size: 20px;
    }

    .sygdh3 h1 {
        font-size: 18px;
    }

    .sygdh3 h1 i {
        font-size: 20px;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã¤Â¼ÂÃ¤Â¸Å¡Ã¦Â¦Å“ */
    .fmb-swiper {
        height: 134px;
    }

    .fmb-swiper .swiper-slide .jzfmb {
        margin-right: -20px;
    }

    .fmb-swiper .jzfmb ul li a {
        margin-right: 20px;
    }

    /* Ã©â‚¬Å¡Ã§Å¸Â¥Ã¥â€¦Â¬Ã¥â€˜Å  */
    .lbtzgg ul li {
        padding: 18px 0px 20px;
    }

    /* Ã¥Â®Â£Ã¤Â¼Â Ã§â€°â€¡ */
    .xcpcont {
        padding-bottom: 14vh;
    }

    .xcptit {
        width: 100%;
    }

    .xcptit h4 {
        font-size: 18px;
    }

    .xcpnr ul li {
        width: 100% !important;
 margin: 5px auto;
    }
.xcptit1 span {
   top:0;
left:50%;
margin-left:-55px;
}
.xcptit1{position: relative;
    height: 40px;}

    /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
    .db5a {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 434px) {
    .head-container .logo {
        width:300px;
        padding-top: 18px;
    }

}

@media screen and (max-width: 414px) {
    .header-box .head {
        height:87px;
    }

    .head-container .logo {
        width: 260px;
        padding-top: 17px;
    }

    .mobile .head-container .menu {
        top: 23px;
    }

    .mobile .head-container .seach {
        top: 23px;
    }

    .bannerpad {
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã¤Â¼ÂÃ¤Â¸Å¡Ã¦Â¦Å“ */
    .fmb-swiper .swiper-slide .jzfmb {
        height: 174px;
    }

    .fmb-swiper {
        height: 204px;
    }

    .fmb-swiper .jzfmb ul li {
        width: 50%;
        float: left;
    }

    .fmb-swiper .jzfmb ul li:nth-child(3) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(4) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(10) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(11) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(17) {
        display: none;
    }

    .fmb-swiper .jzfmb ul li:nth-child(18) {
        display: none;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
    .mshi p {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .head-container .logo {
        width:215px;
        padding-top: 22px;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã©Â¡Â¹Ã§â€ºÂ® */
    .mshijj ul li {
        width: 50%;
    }

    .mshijj ul li.mshijj_last {
        width: 100%;
    }

    /* Ã¦ÂÂÃ¨ÂµÂ Ã¤Â¼ÂÃ¤Â¸Å¡Ã¦Â¦Å“ */
    .fmb-swiper {
        height: 174px;
    }

    /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
    .dbicon {
        width: 288px;
    }

    .dibu_bom .dbicon a {
        width: 72px;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .head-container .logo {
        width: 190px;
        padding-top: 25px;
    }
}

.code-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4);
}

.code-mask img {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}