.header {
    background-color: #fff
}

.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
    color: #888;
    border-top: 2px solid #f7c433
}

.header .topbar ul {
    float: right
}

.header .topbar li {
    float: left;
    color: #ddd
}

.header .topbar li.pipe {
    padding: 0 10px
}

.header .topbar li.c {
    margin-left: 10px
}

.header .topbar li.c a {
    background-color: #f7c433;
    display: block;
    padding: 0 15px;
    font-weight: 700
}

.header .logo {
    float: left;
    font-size: 0;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding: 15px 0;
}

.header .tel {
    float: right;
    background: url(404.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #1f60a4
}

.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
}

.text ul li {
    float: left;
    text-align: center;
    padding: 0 10px;
}

.first-level {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    padding: 10px 10px 5px;
    border-bottom: 2px solid transparent;
    transition: none;
}

.first-level:hover {
    color: #f13a3a;
    border-bottom: 2px solid #f13a3a;
}

.swiper-container img {
    width: 100%;
}

@media (min-width: 760px) {
    .text ul li {
        float: left;
        border: 0;
    }
}

.header .text strong {
    display: block;
    font-size: 26px
}

.header .text span {
    color: #1f60a4
}

.header .nav {
    font-size: 0;
    background-color: #1f60a4;
    color: #fff;
    /* border-bottom: 4px solid #022d64 */
}

.img-center {
    text-align: center;
    font-size: 0
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(404.png) no-repeat right center
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    padding: 0 35px;
    color: #fff
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px
}

.header .nav li.dropdown {
    position: relative
}

.header .nav li.dropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center
}

.header .nav .dropdown-box p {
    margin: 0
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.header .nav .dropdown-box a:hover {
    background-color: #022d64 !important
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
    color: #fff;
    background-color: #022d64
}

.header .nav li.open .dropdown-box {
    display: block
}

.menu-btn {
    display: none;
    padding: 18px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #1f60a4;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

.more1 {
    display: inline-block;
    color: #000;
    font-size: 16px;
    border-radius: 30px;
    background: #fff;
    padding: 15px 50px;
    text-align: center;
    margin-top: 28px;
}

.more1:hover {
    background: #0373e1;
    color: white;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    body {
        min-width: 320px;
        /* padding-top: 50px; */
        padding-bottom: 50px
    }
    .container {
        width: auto
    }
    .kf {
        display: none
    }
    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd
    }
    .header .logo {
        height: 50px;
        line-height: 30px;
        width: 30%;
        float: none;
        padding: 0
    }
    .header .text {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
        width: 100%;
    }
    .header .text ul {
        margin: 0 -15px
    }
    .header .text li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: 0 0
    }
    .header .text li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333
    }
    .header .text li .arr {
        display: block
    }
    .header .text li.active a,
    .header .text li.open a,
    .header .text li a:hover {
        background-color: transparent;
        color: #1f60a4
    }
    .header .text li.open .arr:after {
        border-color: #1f60a4;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }
    .header .text .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left
    }
    .header .text .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0
    }
    .header .text .dropdown-box a:hover {
        background-color: transparent !important
    }
    .menu-btn {
        display: block
    }
}

@media screen and (max-width:767px) {
    body {
        min-width: 320px;
        /* padding-top: 50px; */
        padding-bottom: 50px
    }
    .container {
        width: auto
    }
    .kf {
        display: none
    }
    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd
    }
    /* .header .topbar, .header .text, .header .tel,.header .weixin{
display: none
} */
    .header .logo {
        height: 50px;
        line-height: 30px;
        width: 30%;
        float: none;
        padding: 0
    }
    .header .text {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
        width: 100%;
    }
    .header .text ul {
        margin: 0 -15px
    }
    .header .text li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: 0 0
    }
    .header .text li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333
    }
    .header .text li .arr {
        display: block
    }
    .header .text li.active a,
    .header .text li.open a,
    .header .text li a:hover {
        background-color: transparent;
        color: #1f60a4
    }
    .header .text li.open .arr:after {
        border-color: #1f60a4;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }
    .header .text .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left
    }
    .header .text .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0
    }
    .header .text .dropdown-box a:hover {
        background-color: transparent !important
    }
    .menu-btn {
        display: block
    }
    .text1 {
        display: block;
        width: 83%;
    }
    .text2 {
        display: block;
        width: 98%;
    }
    .gsln {
        display: block !important;
        text-align: center;
    }
    .gsln_1 {
        margin: auto;
        width: 80% !important;
        padding-left: 0 !important;
    }
    .text {
        display: none;
        width: 16%;
    }
    .text ul li {
        float: right;
        width: 130%;
        text-align: center;
        padding: 0 10px;
    }
}

.wid {
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1600px
}

.class {
    padding: 20px 0 15px 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.class a {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 32px;
    width: 10%;
    margin: 0.5%;
    border-radius: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.class a:hover {
    background: #1F60A4;
    color: #fff;
    border: 1px solid #1F60A4
}

.class a.on {
    background: #1F60A4;
    color: #fff;
    border: 1px solid #1F60A4
}

.tt {
    margin-top: 50px;
    text-align: center;
    line-height: 1em;
    font-size: 48px;
    color: #5084bf;
    text-transform: uppercase;
    font-family: 'Impact', 'microsoft yahei', 'Trebuchet MS', Arial, Helvetica, sans-serif
}

.tt p {
    color: #000;
    font-size: 32px;
    line-height: 1em;
    width: 160px;
    margin: 0 auto
}

@media (max-width:0px) {
    .class {
        width: 100%
    }
    .class a {
        font-size: 12px;
        width: 45%;
    }
    .tt {
        margin-top: 20px;
        font-size: 36px
    }
    .tt p {
        text-align: center;
        color: #000;
        font-size: 24px
    }
}

.layout {
    overflow: hidden;
    width: 100%;
}


/* 首页产品展示 begin*/

#fh5co-product-list .show-list {
    padding: 10px 0 0px 0;
}

#fh5co-product-list .show-list .show-product .item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px;
}

#fh5co-product-list .show-list .show-product .media-img {
    overflow: hidden;
    border: 3px solid #fff;
}

#fh5co-product-list .show-list .show-product h3 {
    padding: 10px 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: "Microsoft YaHei";
    text-align: center;
}

#fh5co-product-list .show-list .show-product h3 a {
    color: #333;
    font-size: 18px;
}

#fh5co-product-list .show-list .show-product .item:hover .media-img {
    border: 3px solid #006db5;
}

#fh5co-product-list .show-list .show-product .item:hover h3 a {
    color: #006db5;
}

#fh5co-product-list .show-list a.more {
    display: inline-block;
    padding: 12px 40px;
    background: #ff6d00;
    color: #fff;
    font-size: 18px;
}

.zoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}


/* 首页产品展示 end*/


/* 产品展示 begin*/

.show-product .media-img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.show-product .media-img:hover {
    border: 1px solid #006db5;
}

.show-product .media-img img {
    width: 100%;
}

.show-product .media-img img:hover {
    opacity: 0.8
}

.show-product h3 {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden
}

.show-product h3 a {
    font-size: 14px;
}


/* 产品展示 end*/

.about_fa_fa {
    background: url(../image/about.jpg);
    margin-top: 20px;
}

.about_fa_s {
    max-width: 1600px;
    margin: 0 auto;
    background: none;
    padding: 20px 0;
}

.about_fa_s {
    display: flex;
}

.about_left {
    float: left;
    padding: 10px 0 0;
    max-height: 1000px;
    background: none;
    width: 835px;
    margin-top: 81px;
}

.about_left img {
    width: 100%;
}

.about_fa {
    background: none;
    padding: 40px 0;
}

.wids {
    display: block;
    flex-wrap: nowrap;
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1600px;
}

.about_fa .tt p {
    color: #fff;
}

.about {
    width: 100%;
    margin-left: 40px;
    color: #fff;
    line-height: 2em;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .about_fa_s {
        flex-wrap: wrap;
    }
    .about_left {
        margin: 20px auto 0;
        width: 90%;
    }
    .about_fa {
        padding: 0;
    }
}

@media (max-width: 541px) {
    .wids {
        flex-wrap: wrap;
        padding: 0px 18px;
    }
    .about {
        margin-left: 0px;
    }
}

.bg2 {
    background: url(../image/rzbg.jpg) no-repeat center/cover;
    color: #fff;
    min-width: 0px;
}

.bg2 .section-title:after {
    background-image: url(../image/cptit.png)
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.section {
    padding: 70px 0
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700
}

.section-title small {
    display: block;
    font-weight: 400;
    font-size: 18px
}

.section-title:after {
    display: block;
    content: '';
    background: url(../image/cptit.jpg) no-repeat center bottom/auto 100%;
    height: 18px;
    margin-top: 20px
}

.in-rz {
    margin-left: -82px
}

.in-rz li {
    float: left;
    width: 131px;
    margin-left: 76px
}

.in-rz li .wrap {
    display: table;
    width: 100%;
    height: 131px;
    position: relative
}

.in-rz li .wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../image/rzico.png) no-repeat 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.in-rz li .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px
}

.in-rz li .inner p {
    margin: 0
}

.in-rz li:nth-child(2) .wrap:before {
    background-position: -214px 0
}

.in-rz li:nth-child(3) .wrap:before {
    background-position: -427px 0
}

.in-rz li:nth-child(4) .wrap:before {
    background-position: -642px 0
}

.in-rz li:nth-child(5) .wrap:before {
    background-position: -855px 0
}

.in-rz li:nth-child(6) .wrap:before {
    background-position: -1070px 0
}

.in-rz li .wrap:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.in-rz-tel {
    margin-top: 50px;
    text-align: center
}

.in-rz-tel p {
    margin: 0 auto;
    width: 585px;
    background: url(../image/rztel.png) no-repeat 0 0;
    height: 64px;
    padding-left: 110px;
    font-size: 16px;
    line-height: 40px
}

.in-rz-tel strong {
    color: #f7c433;
    font-size: 30px;
    font-family: Impact
}

.in-rz-tel .btn {
    display: block;
    width: 190px;
    line-height: 45px;
    color: #fff;
    background-color: #1f60a4;
    margin: 20px auto 0
}

.tt.case {
    margin-bottom: 20px;
}

.container2 {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.section-title2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}

.in-choose-left {
    float: left;
}

.in-choose {
    width: 580px;
}

.section-title2 i {
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.section-title2 p {
    margin: 10px auto 0;
    font-size: 14px;
    color: #777;
    max-width: 80%;
}

.in-choose dl {
    margin: 0 0 40px;
    background: no-repeat 0 0;
    padding-left: 70px;
}

.in-choose dt {
    padding: 10px 0;
    font-weight: 700;
    background: url(../image/strong_bg.png) 0 bottom repeat-x;
    font-size: 22px;
    color: #1F60A4;
}

.in-choose dd {
    margin: 10px 0 0;
    padding: 0;
    background: url(../image/chooselist_bg.png) no-repeat left 5px;
    padding-left: 30px;
    text-align: justify;
    color: #666;
}

.section-title2 i:after {
    display: block;
    height: 2px;
    width: 70px;
    content: '';
    background-color: #f58c53;
    margin: 0 auto -1px;
}

.img-center {
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.in-choose-right {
    float: right;
}

.in-choose-right dl {
    margin: 40px 0 0;
}

.bg1 {
    background: url(../image/fabg.jpg) no-repeat center 0/cover #f5f5f5;
}

.in-jjfa {
    margin-left: -28px;
}

.in-jjfa li {
    float: left;
    width: 25%;
}

.in-jjfa li a {
    display: block;
    background-color: #fff;
    margin-left: 28px;
    border-bottom: 3px solid #ddd;
}

.in-jjfa li .img-cover {
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center/cover;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.in-jjfa li .text {
    height: 69px;
    padding: 0px 20px;
    position: relative;
}

.in-jjfa li .img-cover p {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 12px 0;
}

.in-jjfa li .img-cover span {
    padding-top: 66.7%;
}

.bg1 .section-title {
    color: #fff;
}

.bg1 .section-title::after {
    display: none;
}

.in-news {
    margin-left: -45px;
}

.in-news .item {
    float: left;
    width: 370px;
    margin-left: 45px;
}

.in-news .tit {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.in-news .tit .more {
    float: right;
    color: #999;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
}

.in-news .tit:after {
    margin-top: 20px;
    display: block;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #1f60a4;
}

.in-news .img-center img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.in-news .list {
    border: 1px solid #ddd;
    padding: 20px 20px 40px 20px;
}

.in-news .list .btn {
    display: block;
    width: 130px;
    line-height: 36px;
    text-align: center;
    background-color: #1f60a4;
    color: #fff;
    margin-bottom: -35px;
    margin-top: 20px;
}

.in-news .list li {
    border-bottom: 1px dashed #e3e3e3;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    background: url(../image/flico.jpg) no-repeat 0 10px;
    padding-left: 20px;
}

.in-ask {
    background-color: #f5f5f5;
    padding: 20px;
}

#marquee {
    height: 350px;
    overflow: hidden;
}

#marquee li {
    border-bottom: 1px dotted #d2d2d2;
}

#marquee li a {
    display: block;
    padding: 20px 0;
}

#marquee li h4 {
    margin: 0;
    background: url(../image/icon_askw.png) no-repeat 0 0;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    padding-bottom: 5px;
}

#marquee li p {
    margin: 10px 0 0;
    color: #999;
    background: url(../image/icon_askd.png) no-repeat 0 0;
    line-height: 1.8;
    padding-left: 30px;
    height: 50px;
    overflow: hidden;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #1f60a4;
    padding-bottom: 15px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.footer {
    background-color: #032e65;
    color: #fff;
    padding-top: 50px;
}

.footer-ewm {
    float: right;
    width: 96px;
}

.footer-logo {
    float: left;
    margin-right: 30px;
    padding: 10px 0;
}

.footer-info {
    float: left;
    line-height: 1.8;
}

.footer-info p {
    margin: 0;
}

.footer-link {
    /* margin-top: 40px; */
    font-size: 0;
    padding: 20px 0;
    border-top: 1px solid #294a72;
    text-align: center;
}

.footer-link a,
.footer-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.footer-link span {
    color: #294a72;
    padding: 0 20px;
}

.footer a {
    color: #fff;
}

.yunu-footer-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1f60a4;
    z-index: 10;
    display: none;
}

.yunu-footer-fix li {
    float: left;
    width: 25%;
}

.yunu-footer-fix li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.yunu-footer-fix li i.i1 {
    background-image: url(../image/f_01.png);
}

.yunu-footer-fix li i.i2 {
    background-image: url(../image/f_02.png);
}

.yunu-footer-fix li i.i3 {
    background-image: url(../image/f_03.png);
}

.yunu-footer-fix li i.i4 {
    background-image: url(../image/f_04.png);
}

.yunu-footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.yunu-footer-fix li i.i1 {
    background-image: url(../image/f_01.png);
}

@media (min-width: 1000px) {
    .container.container3 {
        width: 1200px;
    }
    .container.container4 {
        width: 1200px;
    }
}

@media (min-width: 760px) {
    .container.container3 {
        width: 1200px;
    }
    .container.container4 {
        width: 1200px;
    }
}

@media (max-width: 0px) {
    .yunu-footer-fix {
        display: block;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-ewm {
        width: 80px;
    }
    .footer-logo {
        display: none;
    }
    .footer-info {
        float: none;
        margin-right: 95px;
        font-size: 12px;
    }
    .footer-link {
        display: none;
    }
    .in-choose {
        width: auto;
    }
    .container2 {
        width: auto;
    }
    .section-title2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-title2 p {
        max-width: none;
    }
    .in-choose dl {
        background-size: 30px auto;
        margin: 0 0 20px;
        padding-left: 40px;
    }
    .in-choose dt {
        padding-top: 0;
        font-size: 18px;
    }
    .in-choose dd {
        padding-left: 20px;
    }
    .in-choose .img-center {
        display: none;
    }
    .in-choose {
        width: auto;
    }
    .in-choose-right dl {
        margin: 20px 0 0;
    }
    .tt {
        margin-top: 20px;
        font-size: 36px;
    }
    .tt p {
        text-align: center;
        font-size: 24px;
    }
    .bg2 {
        min-width: auto;
    }
    .section {
        padding: 30px 0
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }
    .section-title small {
        font-size: 12px
    }
    .section-title:after {
        height: 12px;
        margin-top: 5px
    }
    .container {
        width: auto;
    }
    .in-rz {
        margin: -20px 0 0
    }
    .in-rz li {
        width: 50%;
        margin: 20px 0 0
    }
    .in-rz li .wrap {
        width: 131px;
        margin: 0 auto
    }
    .in-rz-tel {
        margin-top: 30px
    }
    .in-rz-tel p {
        background: 0 0;
        width: auto;
        padding: 0;
        height: auto
    }
    .in-rz-tel strong {
        display: block
    }
    .in-jjfa {
        margin: -10px 0 0 -10px;
        padding: 0;
    }
    .in-jjfa li {
        width: 50%;
    }
    .in-jjfa li a {
        margin: 10px 0 0 10px;
    }
    .in-jjfa li .img-cover p {
        font-size: 14px;
        padding: 8px 0;
    }
    .in-jjfa li .text {
        padding: 10px;
        height: 140px;
    }
    .in-news {
        margin-top: -40px;
    }
    .in-news .item {
        float: none;
        width: auto;
        margin-top: 40px;
    }
    .in-news .tit {
        margin-bottom: 20px;
    }
    .in-news .tit:after {
        margin-top: 10px;
    }
}

.class a{
	background:#1F60A4;
	color:#fff;
	font-size:18px;
}
.widfenlei{
	position: fixed;
    top: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 9999;
    max-width: initial;
	display:none;
	padding-top:60px;
}

@media screen and (max-width:0px){
	.gsln p{
		font-size:14px !important;
	}
}


.kf {
	width: 175px;
	position: fixed;
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../image/kefu.png) 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff
}

.kt-top span:hover {
	transform: rotate(90deg)
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.kf .con {
	overflow: hidden;
	background: #fff
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block
}

.kf .qq li a img {
	padding-right: 6px
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../image/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0
}

.kf .contact {
	margin-top: 1px
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 24px;
	text-align:center;
	margin: 0
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px
}

.kf .con h5.qr-icon {
	background: url(../image/erweima.png) 16px center no-repeat
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px
}

.kf .con .qr img {
	width: 110px;
	height: 110px
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../image/huidaodingbu.png) center center no-repeat
		#007ccb;
	background-size: 18px auto;
	cursor: pointer
}

.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../image/jt-1.png) no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px
}

.kf-side span.on {
	background: url(../image/jt-2.png) no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px
}