body {
    overflow-x: hidden
}

.header {
    position: relative;
	 height: 500px;
    width: 100%
}

.header div.banner .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.header div.banner .swiper-container .swiper-slide {
    position: relative;
    overflow: hidden
}

.header div.banner img.bannerimg {
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.headertop {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999
}

.headertop .logo {
    width: 10%
}

.headertop .logo img {
    width: 100%
}

.headertop .nav_box {
    float: left;
    margin-left: 20px
}

.headertop .nav_box ul li {
    float: left;
    position: relative
}

.headertop .nav_box ul li:last-child h4 {
    padding-right: 0
}

.headertop .nav_box ul li h4 {
    font-weight: 400;
    padding: 0 25px
}

.headertop .nav_box ul li h4 a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
    padding-bottom: 14px;
    cursor: pointer
}

.headertop .nav_box ul li h4 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 4px;
    background: #fff;
    transition: all .4s;
    transform: translate(-50%, 0)
}

.headertop .nav_box ul li .subul {
    padding: 12px 34px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    border-radius: 4px;
    display: none;
    box-shadow: 0 0 10px #ddd
}

.headertop .nav_box ul li .subul a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    transition: all .2s ease
}

.headertop .nav_box ul li .subul a:hover {
    color: #fe8227
}

.headertop .nav_box ul li .two_nav {
    left: 0;
    top: calc(100% + 40px);
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) 0s;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, .8)
}

.headertop .nav_box ul li .two_nav .two_nav_lm {
    padding: 0 20px;
    box-sizing: border-box
}

.headertop .nav_box ul li .two_nav a {
    display: block;
    float: left;
    line-height: 88px;
    font-size: 18px;
    color: #333;
    padding: 0 27px;
    transition: all .2s
}

.headertop .nav_box ul li .two_nav a:hover {
    background: #fbc407;
    transition: all .2s
}

.headertop .nav_box ul li:hover h4 a::after {
    width: 100%;
    transition: all .4s
}

.headertop .nav_box ul li.on h4 a::after {
    width: 100%
}

.headertop .nav_box ul li.on .two_nav {
    height: 88px;
    opacity: 1;
    top: 100%
}

.headertop .nav_box_bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) 0s;
    overflow: hidden;
    z-index: 9
}

.headertop .nav_box_bg.show {
    height: 88px
}

.headertop .hdright {
    float: right;
    margin-top: 7px
}

.headertop .hdright a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    cursor: pointer
}

.headertop .hdright a.ontrial {
    padding: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 13px;
    margin-left: 28px;
    display: inline-block;
    transition: all .2s ease;
    cursor: pointer
}

.headertop .hdright a.ontrial:hover {
    background-color: #fff;
    color: #f4a460
}

.header .headertop .ydd_nav_box {
    width: 42px;
    height: 34px;
    position: relative;
    cursor: pointer;
    float: right;
    margin-left: 50px;
    display: none
}

.header .headertop .ydd_nav_box span {
    display: block;
    width: 100%
}

.header .headertop .ydd_nav_box span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 5;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    top: 0;
    left: 0
}

.header .headertop .ydd_nav_box span.menu2 {
    top: 15px
}

.header .headertop .ydd_nav_box span.menu3 {
    top: 30px
}

.trans,
.trans:hover {
    -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s
}

.trans-fast,
.trans-fast:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.header .headertop .ydd_nav_box.on span {
    background: #fbc407
}

.header .headertop .ydd_nav_box.on .menu1 {
    top: 15px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.header .headertop .ydd_nav_box.on .menu2 {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%
}

.header .headertop .ydd_nav_box.on .menu3 {
    top: 15px !important;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.header .ydd_nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 12px 3%;
    box-sizing: border-box;
    z-index: 999;
    background: rgba(255, 255, 255, .94);
    display: none;
    z-index: 10
}

.header .ydd_nav ul li {
    width: 100%;
    border-bottom: 1px solid #ccc
}

.header .ydd_nav ul li h4 {
    color: #1d1d1f;
    font-weight: 400;
    transition: all .2s;
    padding: .1rem 0;
    position: relative;
    font-size: 18px;
    line-height: 40px
}

.header .ydd_nav ul li h4 a {
    display: block;
    color: #1d1d1f
}

.header .ydd_nav ul li .subul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .2rem;
    display: none
}

.header .ydd_nav ul li .subul a {
    margin-right: .1rem;
    color: #333;
    margin: .1rem .3rem;
    font-size: 16px;
    line-height: 36px
}

.header.index_hd .bannerinfo {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%)
}

.header.index_hd .bannerinfo img {
    display: block;
    margin-bottom: 20px
}

.header .trynow {
    width: 180px;
    font-size: 22px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    display: block;
    text-align: center;
    transition: all .2s ease;
    margin-top: 60px
}

.header .trynow:hover {
    background-color: #fff;
    color: #fe8227
}

.item01 {
    margin-top: -36px;
    padding-bottom: 94px;
    position: relative;
    z-index: 1
}

.item01 .slideBox {
    width: 100%
}

.item01 .hd {
    background-color: #fff;
    box-shadow: 0 10px 20px #f1f0f0;
    border-radius: 10px
}

.item01 .hd ul li {
    width: 33.33%;
    text-align: center;
    float: left;
    font-size: 24px;
    color: #333;
    height: 148px;
    padding-top: 18px;
    box-sizing: border-box;
    cursor: pointer
}

.item01 .hd ul li:nth-last-child(1) {
    float: right;
    border-radius: 0 10px 10px 0
}

.item01 .hd ul li:nth-child(1) {
    border-radius: 10px 0 0 10px
}

.item01 .hd ul li img.p2 {
    display: none
}

.item01 .hd ul li.on img.p1 {
    display: none
}

.item01 .hd ul li.on img.p2 {
    display: inline-block
}

.item01 .hd ul li p {
    margin-top: 4px
}

.item01 .bd ul {
    height: 100%;
    display: flex
}

.item01 .bd {
    height: 514px;
    margin-top: 30px !important
}

.item01 .bd ul li {
    position: relative;
    float: left;
    width: 30%;
    height: 100%
}

.item01 .bd ul li.on {
    width: 78%
}

.item01 .bd ul li .showbox {
    height: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    padding-top: 66px;
    border: 1px solid #e3e2e5;
    text-align: justify
}

.item01 .bd ul li .showbox .tit {
    font-size: 22px;
    color: #333
}

.item01 .bd ul li .showbox .tit img {
    height: 50px
}

.item01 .bd ul li .showbox .tit .line {
    width: 66px;
    height: 1px;
    background-color: #e3e2e5;
    margin-bottom: 16px
}

.item01 .bd ul li .showbox .tit h6 {
    line-height: 54px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 24px;
    color: #1d1d1d
}

.item01 .bd ul li .showbox p {
    color: #666;
    font-size: 16px;
    padding-left: 18px;
    background: url(../images/listyle.png) left 6px no-repeat;
    margin: 10px 0
}

@keyframes myfirst {
    from {
        transform: rotateY(-90deg)
    }

    to {
        transform: rotateY(0)
    }
}

.item01 .bd ul li .hidebox {
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 32px;
    box-sizing: border-box;
    border: 1px solid #ff5543
}

@media screen and (min-width:414px) {
    .item01 .bd ul li.on .hidebox {
        animation: myfirst .3s linear;
        transform-origin: left
    }
}

@media screen and (max-width:414px) {
    .item01 .bd ul li .hidebox {
        display: none
    }
}

.item01 .bd ul li .hidebox .tit {
    padding: 40px 0 26px;
    border-bottom: 1px solid #ddd
}

.item01 .bd ul li .hidebox .tit img {
    float: left;
    height: 50px
}

.item01 .bd ul li .hidebox .tit p {
    float: left;
    font-size: 24px;
    color: #ff5543;
    margin-left: 14px;
    line-height: 50px;
    font-weight: 700
}

.item01 .bd ul li .hidebox .tit a {
    font-size: 14px;
    padding: 0 21px;
    line-height: 36px;
    float: left;
    border-radius: 4px;
    margin-left: 16px;
    border: 1px solid #ffa800;
    color: #ffa800;
    font-weight: 700;
    margin-top: 10px;
    transition: all .3s ease;
    font-weight: 400
}

.item01 .bd ul li .hidebox .tit a:hover {
    background-color: #ffa800;
    color: #fff
}

.item01 .bd ul li .hidebox .intro {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 22px;
    text-align: justify
}

.item01 .bd ul li .hidebox .experience {
    margin-top: 20px
}

.item01 .bd ul li .hidebox .experience .codeimg {
    width: 32.2%;
    float: left;
    text-align: center
}

.item01 .bd ul li .hidebox .experience .codeimg p {
    font-size: 14px;
    color: #666;
    text-align: center
}

.item01 .bd ul li .hidebox .experience img {
    width: 100%;
    max-width: 172px
}

.item01 .bd ul li .hidebox .experience .btns {
    width: 43.3%
}

.item01 .bd ul li .hidebox .experience .btns a {
    width: 160px;
    height: 46px;
    font-size: 18px;
    color: #f7554a;
    border: 1px solid #f7554a;
    border-radius: 4px;
    transition: all .3s ease;
    display: block;
    text-align: center;
    line-height: 46px;
    margin-top: 28px;
    box-sizing: border-box;
    max-width: 230px;
    float: right
}

.item01 .bd ul li .hidebox .experience .btns a:hover {
    background-color: #f7554a;
    color: #fff
}

.item01 .bd ul li.on .showbox {
    display: none
}

.item01 .bd ul li.on .hidebox {
    display: block
}

.item01 .hd ul li {
    position: relative;
    background-color: #fff
}

.item01 .hd ul li.on {
    height: 164px;
    border-radius: 10px;
    margin-top: -16px;
    padding-top: 34px;
    box-shadow: 0 0 20px #ddd;
    z-index: 1
}

.item01 .hd ul li.on::after {
    content: "";
    width: 36px;
    height: 20px;
    background: url(../images/sanjiao.png) no-repeat;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%
}

.item01 .hd ul li.on p {
    color: #ff5543
}

.item02 {
    background: url(../images/bg01.jpg) center;
    padding-bottom: 50px;
    background-size: 100% 100%
}

.item02 .tit {
    color: #fff;
    text-align: center;
    padding-top: 40px
}

.item02 .tit h6 {
    font-size: 32px
}

.item02 .tit p {
    font-size: 20px;
    margin-top: 10px
}

.item02 .swiper-container.hd {
    margin-top: 36px;
    padding-top: 27px
}

.item02 .swiper-container.hd .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: relative
}

.item02 .swiper-container.hd .swiper-wrapper {
    margin-top: -27px
}

.item02 .swiper-container.hd .swiper-wrapper .swiper-slide {
    text-align: center
}

.item02 .swiper-container.hd .swiper-wrapper .swiper-slide p {
    width: 210px;
    height: 54px;
    background: url(../images/item02icon_03.png) no-repeat;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer
}

.item02 .swiper-container.hd .swiper-wrapper .swiper-slide .text {
    width: 142px;
    height: 142px;
    background: url(../images/item02icon_13.png) no-repeat;
    font-size: 20px;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    padding-top: 44px;
    margin: 6px auto 0;
    cursor: pointer
}

.item02 .swiper-container.hd .swiper-wrapper .swiper-slide.on p {
    background: url(../images/item02icon_05.png);
    color: #ff5543
}

.item02 .swiper-container.hd .swiper-wrapper .swiper-slide.on .text {
    background: url(../images/item02icon_14.png)
}

.item02 .swiper-container.hd .arr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px
}

.item02 .swiper-container.bd {
    margin-top: 33px;
    width: 89.6%
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide {
    width: 1074px;
    background: rgba(2555, 255, 255, .15);
    padding: 0 74px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 40px
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide h6 {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 30px
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide h6 em {
    color: #ffc843
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide img {
    float: left;
    width: 34.9%;
    margin-left: 2.6%
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide ul {
    float: right;
    width: 57%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding-top: 24px
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide ul li {
    padding-left: 22px;
    background: url(../images/liststyle02.png) left 6px no-repeat;
    text-align: justify;
    margin-bottom: 14px;
    color: #ececec
}

.item02 .swiper-container.bd .swiper-wrapper .swiper-slide ul li em {
    font-weight: 700;
    color: #fff
}

.item03 {
    background-color: #f8f8f8;
    padding: 60px 0 100px;
    text-align: center
}

.item03 .tit {
    text-align: center
}

.item03 .tit h6 {
    font-size: 32px;
    color: #333
}

.item03 .tit p {
    font-size: 18px;
    color: #666;
    margin-top: 10px
}

.item03 ul {
    display: inline-block;
    font-size: 0;
    text-align: left;
    margin-top: 46px;
    width: 100%
}

.item03 ul li {
    width: 22%;
    height: 234px;
    display: inline-block;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 5%;
    transition: all .5s ease;
    height: 0;
    padding-bottom: 17%;
    font-size: 20px;
    position: relative;
    float: left
}

.item03 ul li:nth-child(4n) {
    margin-right: 0
}

.item03 ul li .logo img {
    width: 75%;
    margin-top: 10px
}

.item03 ul li .logo p {
    color: #333
}

.item03 ul li .codebox {
    font-size: 14px;
    color: #666;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff
}

.item03 ul li .codebox img {
    margin-top: 10px;
    width: 50%
}

.item03 ul li .codebox p {
    margin-top: 6px
}

.item03 ul li:hover {
    transform: scale(1.1)
}

.item04 {
    background: url(../images/bg02.jpg) center top no-repeat;
    background-color: #f7f7f7
}

.item04 h5 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 64px 0
}

.item04 .showimgs {
    height: 520px;
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.item04 .showimgs .imgitem {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.item04 img {
    display: block;
    width: 100%
}

.item04 .textbox {
    width: 337px;
    height: 227px;
    background-color: #ff983c;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    transform: scale(1.1);
    display: block
}

.item04 .textbox p em {
    font-weight: 700;
    font-style: italic
}

.item04 .textbox .btn {
    display: block;
    width: 100px;
    height: 32px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
    font-size: 14px;
    transition: all .2s ease
}

.item04 .textbox .btn:hover {
    background-color: #fff;
    color: #ff5543
}

.item04 .lt {
    width: 46%
}

.item04 .lt img {
    height: 100%
}

.item04 .ct {
    width: 28%
}

.item04 .ct img,
.item04 .rt img,
.item04 .textbox {
    height: 49.2%;
    width: 100%;
    text-align: justify
}

.item04 .rt {
    width: 24.5%
}

.item05 {
    padding: 70px 0 80px;
    background-color: #f7f7f7
}

.item05 .tit {
    text-align: center
}

.item05 .tit h6 {
    font-size: 32px;
    color: #333
}

.item05 .tit p {
    font-size: 18px;
    color: #666;
    margin-top: 12px
}

.item05 .container {
    margin-top: 32px
}

.item05 ul.lt {
    float: left;
    display: flex;
    justify-content: space-between;
    width: 61.6%
}

.item05 ul.lt li {
    float: left;
    width: 45.9%
}

.item05 ul.lt li a.picbox {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
    display: block;
    position: relative
}

.item05 ul.lt li img {
    width: 100%;
    position: absolute;
    height: 100%
}

.item05 ul.lt li a.picbox img {
    display: block;
    transition: all .5s ease
}

.item05 ul.lt li h6 {
    margin-top: 14px
}

.item05 ul.lt li h6 a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: all .3s ease
}

.item05 ul.lt li h6 a:hover {
    color: #f58439
}

.item05 ul.lt li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.item05 .newslist {
    float: left;
    position: relative;
    float: right;
    width: 32%
}

.item05 .newslist .line {
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.item05 .newslist ul li {
    font-size: 16px;
    color: #666;
    display: block;
    margin-left: 35px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s ease
}

.item05 .newslist ul li a {
    padding-right: 30px;
    color: #666;
    display: block;
    box-sizing: border-box;
    border-right: 4px
}

.item05 .newslist ul li:hover a {
    color: #fff;
    background: #fbb718
}

.item05 .newslist ul li a p {
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.item05 .newslist ul li:hover a:after {
    width: 8px;
    height: 12px;
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/sanjiao05.png) no-repeat
}

.item05 .newslist a::before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../images/item05icon01.jpg) no-repeat;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%)
}

.item05 .newslist a:hover::before {
    background: url(../images/item05icon02.jpg) no-repeat
}

.Business_bridge {
    position: fixed;
    top: 50%;
    left: 0;
    border: 1px solid #e0e0e0;
    transform: translate(0, -50%);
    width: 78px;
    background: #fff;
    z-index: 99999
}

.Business_bridge ul li {
    width: 78px;
    height: 78px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative
}

.Business_bridge ul li:last-child {
    border-bottom: none
}

.Business_bridge ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: all .3s
}

.Business_bridge ul li a img {
    width: 26px;
    height: 26px;
    display: block
}

.Business_bridge ul li a p {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
    text-align: center
}

.Business_bridge ul li a img.activeicon {
    display: none
}

.Business_bridge ul li:hover a {
    background: #f7554a;
    transition: all .3s
}

.Business_bridge ul li:hover a p {
    color: #fff
}

.Business_bridge ul li:hover img {
    display: none
}

.Business_bridge ul li:hover .codebox img {
    display: block
}

.Business_bridge ul li:hover img.activeicon {
    display: block
}

.Business_bridge ul li .codebox {
    width: 0;
    height: 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 101%;
    top: -22px;
    box-sizing: border-box;
    transition: all .3s ease;
    overflow: hidden
}

.Business_bridge ul li .codebox img {
    width: 100%
}

.Business_bridge ul li .codebox p {
    width: 100%;
    margin-top: 6px
}

.Business_bridge ul li.on .codebox {
    width: 142px;
    height: 170px;
    background-color: #fff
}

.bottom .bttop {
    background-color: #272727
}

.bottom .bttop .btinfo {
    padding: 46px 0 80px
}

.bottom .bttop .btinfo .l1 {
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-right: 20px
}

.bottom .bttop .btinfo .l1 p {
    font-size: 18px;
    color: #9d9da1;
    padding: 20px 0
}

.bottom .bttop .btinfo .l2 {
    width: 25%;
    margin-right: 20px
}

.bottom .bttop .btinfo .l1 .apply {
    width: 120px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(#f68a48, #f75548);
    display: block;
    text-align: center;
    transition: all .2s ease;
    cursor: pointer
}

.bottom .bttop .btinfo .l1 .apply:hover {
    background: linear-gradient(#f6782a, #fa4132)
}

.bottom .bttop .btinfo .l2 p {
    font-size: 16px;
    color: #fff;
    padding-left: 29px;
    background: url(../images/botmicon_06.png) left center no-repeat
}

.bottom .bttop .btinfo .l2 h6 {
    font-size: 30px;
    color: #9d9da1;
    margin-bottom: 16px
}

.bottom .bttop .btinfo .l2 p:nth-child(2) {
    background: url(../images/botmicon_14.png) left center no-repeat
}

.bottom .bttop .btinfo .l3 {
    width: 25%
}

.bottom .bttop .btinfo .l3 h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.bottom .bttop .btinfo .l3 p {
    font-size: 14px;
    color: #a2a2a6;
    line-height: 24px
}

.bottom .bttop .btinfo .l3 .line {
    width: 30px;
    height: 2px;
    background-color: #a2a2a6;
    margin: 16px 0 20px
}

.bottom .bttop .btinfo .l4 {
    text-align: center
}

.bottom .bttop .btinfo .l4 .imgbox {
    padding: 8px;
    background-color: #fff
}

.bottom .bttop .btinfo .l4 p {
    font-size: 14px;
    color: #a2a2a6;
    margin-top: 10px
}

.safecode {
    font-size: 14px;
    padding: 16px 0;
    border-top: 1px solid #3d3d3d;
    color: #a2a2a6;
    text-align: center;
    display: block
}

.safecode a {
    color: #a2a2a6
}

.bdsh_hd .headertop .logo {
    margin-top: -3px
}

.bdsh_item01 .video {
    height: 530px
}

.bdsh_item01 .video .w1400 {
    position: relative
}

.bdsh_item01 .video .pad {
    width: 904px;
    height: 502px;
    background: url(../images/bdshicon_03.png) no-repeat;
    position: relative;
    margin: 0 auto;
    z-index: 9;
    background-size: 100% 100%
}

.bdsh_item01 .video .pad .screen {
    width: 83%;
    height: 84%;
    position: absolute;
    left: 7.7%;
    top: 8%
}

.bdsh_item01 .video .pad .screen img.slt {
    width: 100%;
    height: 100%
}

.bdsh_item01 .video .pad .screen img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    height: auto
}

.bdsh_item01 .video img.xiantiao {
    width: 234px;
    height: auto;
    position: absolute;
    top: 116px;
    right: 4.4%
}

.bdsh_item01 .video img.xiantiao.xiantiao02 {
    right: auto;
    left: 70px;
    top: auto;
    bottom: -50px
}

.video_pop {
    display: none
}

.video_pop .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 11
}

.video_pop .videobox {
    position: fixed;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12
}

.video_pop .videobox video {
    width: 100%;
    border-radius: 10px
}

.video_pop .close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    cursor: pointer;
    width: 7%
}

.bdsh_item01 .gongneng .w1400 {
    position: relative;
    padding: 160px 0 80px
}

.bdsh_item01 .gongneng img.banyuan {
    position: absolute;
    right: 0;
    bottom: 100%
}

.bdsh_item01 .gongneng img.sanjiao {
    position: absolute;
    left: 140px;
    top: 0
}

.bdsh_item01 .gongneng img.sanjiao02 {
    left: auto;
    right: 140px
}

.bdsh_item01 .gongneng {
    background: #f9f9f9;
    position: relative;
    z-index: 8
}

.standard_tit {
    font-size: 32px;
    color: #333;
    text-align: center;
    padding: 60px 0 45px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.bdsh_item01 .gongneng ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.bdsh_item01 .gongneng ul li {
    width: 31.5%;
    height: 142px;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 rgba(46, 61, 101, .1);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    transition: all .5s ease
}

.bdsh_item01 .gongneng ul li img {
    width: 71px;
    height: 80px
}

.bdsh_item01 .gongneng ul li .text {
    width: 73.8%;
    margin-left: 18px
}

.bdsh_item01 .gongneng ul li .text h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px
}

.bdsh_item01 .gongneng ul li .text p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify
}

.bdsh_item02 {
    background: url(../images/bg03.jpg) center no-repeat;
    padding-bottom: 66px;
    background-size: cover
}

.standard_tit.white {
    color: #fff
}

.bdsh_item02 ul.tabnav {
    display: flex;
    border-bottom: 1px solid #757879
}

.bdsh_item02 ul.tabnav li {
    line-height: 78px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 25%;
    position: relative;
    cursor: pointer
}

.bdsh_item02 ul.tabnav li.on::after {
    content: '';
    background-color: #f44034;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%
}

.bdsh_item02 .slideTxtBox {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.bdsh_item02 .slideTxtBox .hd {
    width: 22.8%;
    margin-top: 130px;
    margin-right: 1px
}

.bdsh_item02 .slideTxtBox .hd ul li {
    height: 90px;
    border: 1px dashed #fff;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    cursor: pointer
}

.bdsh_item02 .slideTxtBox .hd ul li.on {
    background: rgba(253, 81, 58, .4)
}

.bdsh_item02 .slideTxtBox .bd {
    width: 69%
}

.bdsh_item02 .slideTxtBox .bd ul {
    font-size: 24px;
    line-height: 45px
}

.bdsh_item02 .slideTxtBox .bd ul img {
    margin-top: 40px;
    width: 100%;
    height: auto
}

.bdsh_item04 {
    padding-bottom: 70px
}

.bdsh_item04 ul li {
    width: 26%
}

.bdsh_item04 ul li .num {
    width: 164px;
    height: 164px;
    background: url(../images/numbg01.png) no-repeat;
    font-size: 30px;
    font-weight: 900;
    color: #f7554a;
    text-align: center;
    line-height: 164px;
    margin: 0 auto
}

.sqtg_item04 ul li .num {
    color: #5c7ddc
}

.bdsh_item04 ul li:nth-child(2) .num {
    background: url(../images/numbg02.png) no-repeat
}

.bdsh_item04 ul li:nth-child(3) .num {
    background: url(../images/numbg03.png) no-repeat
}

.bdsh_item04 ul {
    display: flex;
    justify-content: space-between;
    padding: 0 3.8%
}

.bdsh_item04 ul li img {
    display: block;
    margin: 10px auto 15px
}

.bdsh_item04 ul li .text {
    width: 100%;
    padding: 14px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify
}

.bdsh_item04 ul li .text h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px
}

.bdsh_item04 ul li .text p {
    font-size: 14px;
    color: #666;
    line-height: 26px
}

.bdsh_item04 ul li .text div {
    text-indent: 12px;
    position: relative;
    color: #999
}

.bdsh_item04 ul li .text div::before {
    content: '';
    width: 6px;
    height: 2px;
    background: #f7554a;
    position: absolute;
    left: 0;
    top: 12px
}

.sqtg_item04 ul li .text div::before {
    background: #5c7ddc
}

.callbox {
    background: url(../images/callbg.jpg) center no-repeat;
    height: 120px
}

.callbox .nums {
    color: #fff
}

.callbox .nums h6 {
    font-size: 32px;
    font-style: italic
}

.callbox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.callbox .nums {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.callbox .nums p {
    margin-top: 10px;
    font-size: 14px
}

.callbox .btns {
    display: flex;
    align-items: center
}

.callbox .btns a {
    width: 158px;
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    background-image: linear-gradient(#f6bf48, #f68837);
    margin-left: 50px;
    font-weight: 700;
    display: block;
    transition: ell .2s ease
}

.callbox .btns a:hover {
    background-image: linear-gradient(#f8ac09, #f77009)
}

.sqds_hd .headertop .hdright a.ontrial {
    color: #fff
}

.sqds_hd .headertop .hdright a.ontrial:hover {
    color: #3b4ac5
}

.sqds_hd .bannerinfo {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%)
}

.sqds_hd .bannerinfo .lt {
    color: #fff;
    width: 42.7%;
    margin-top: 10px
}

.sqds_hd .bannerinfo .lt h6 {
    font-size: 36px;
    margin-bottom: 16px
}

.sqds_hd .bannerinfo .lt p {
    font-size: 18px
}

.sqds_hd .bannerinfo .lt h6 em {
    color: #ffde44;
    font-weight: 700
}

.sqds_hd .bannerinfo .lt p {
    padding: 4px 0
}

.sqds_hd .bannerinfo .lt a {
    width: 190px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    margin-top: 46px;
    display: block;
    border-radius: 24px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s ease
}

.sqds_hd .bannerinfo .lt a:hover {
    background-color: #fff;
    color: #3b4ac5
}

.sqds_hd .bannerinfo .tvbox {
    width: 575px;
    height: 330px;
    background: url(../images/tv.png) no-repeat;
    position: relative;
    background-size: 100% 100%
}

.sqds_hd .bannerinfo .tvbox .screen {
    width: 75%;
    height: 82%;
    position: absolute;
    left: 12.6%;
    top: 6.7%;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.sqds_hd .bannerinfo .tvbox .screen img {
    width: 100%;
    height: 100%;
    display: block
}

.sqds_hd .bannerinfo .tvbox .screen .play {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sqds .bdsh_item01 .gongneng .w1400 {
    padding-top: 0
}

.sqds .bdsh_item04 ul li .num {
    background: url(../images/sqds_icon_30.png) no-repeat
}

.sqds .bdsh_item04 ul li:nth-child(2) .num {
    background: url(../images/sqds_icon_33.png) no-repeat
}

.sqds .bdsh_item04 ul li:nth-child(3) .num {
    background: url(../images/sqds_icon_35.png) no-repeat
}

.bdsh_item04 ul li .num {
    background-size: 100% 100% !important;
    font-family: Impact;
    font-size: 38px
}

.sqds .callbox {
    background: url(../images/sqds_icon_44.png) center no-repeat
}

.bdsh_item02.sqds_item02 {
    background: url(../images/bg04.jpg) center no-repeat;
    background-size: cover
}

.bdsh_item02.sqds_item02 .slideTxtBox .hd ul li.on {
    background: rgba(13, 97, 211, .4)
}

.bdsh_item02.sqds_item02 ul.tabnav li.on::after {
    background-color: #fff
}

.sqds_item02 .slideTxtBox {
    flex-wrap: wrap;
    position: relative
}

.sqds_item02 .slideTxtBox .bd {
    width: 100%
}

.sqds_item02 .slideTxtBox .bd ul img {
    width: 80%;
    display: block;
    margin: 40px auto 0
}

.sqds_item02 .slideTxtBox .hd {
    width: 100%;
    text-align: center;
    margin-top: 60px
}

.sqds_item02 {
    height: auto;
    padding-bottom: 0
}

.sqds_item02 .slideTxtBox .hd {
    width: 100% !important
}

.sqds_item02 .slideTxtBox .hd ul {
    display: block;
    text-align: center;
    font-size: 0
}

.sqds_item02 .slideTxtBox .hd ul li {
    display: inline-block;
    height: auto;
    line-height: 56px;
    width: 27.6%;
    font-size: 18px;
    background: rgba(225, 225, 225, .1);
    border: 0
}

.sqds_item02 .slideTxtBox .arrow a {
    position: absolute;
    width: 3%;
    height: 0;
    padding-bottom: 6%;
    background: url(../images/leftarr01.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.sqds_item02 .slideTxtBox .arrow a.next {
    background: url(../images/rightarr01.png) no-repeat;
    left: auto;
    right: 0;
    background-size: 100% 100%
}

.footer_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 130px;
    z-index: 12;
    transition: all .6s
}

.footer_fixed .images {
    float: left;
    margin-top: -98px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 25.2%
}

.footer_fixed .images .figure img {
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    width: 100%
}

.footer_fixed .mobile {
    float: left;
    font-size: 18px;
    color: #fff;
    margin: 30px 0 0;
    border-left: 1px solid #fff;
    width: 24.2%
}

.footer_fixed .mobile.m2 {
    border-right: 1px solid #fff
}

.footer_fixed .mobile p {
    text-align: left;
    margin: 0 auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .test1:after {
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0
    }
}

.footer_fixed .mobile h6 {
    font-size: 32px;
    font-weight: 400
}

.footer_fixed .openqq {
    float: left;
    width: 18%;
    text-align: right;
    margin-top: 42px
}

.footer_fixed .openqq a {
    display: flex;
    background-color: #ff983c;
    width: 164px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    float: right;
    transition: all .2s ease
}

.footer_fixed .openqq a:hover {
    background-color: #f87b0c
}

.footer_fixed .openqq a img {
    width: 24px;
    margin-right: 7px
}

.footer_fixed .footer_fixed_nr {
    position: relative
}

.footer_fixed .close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 8px
}

.footer_fixed .close img {
    width: 100%;
    height: 100%;
    display: block
}

.footer_fixed.on {
    /* opacity: 0; */
    display: none;
    width: 0;
    height: 0;
    bottom: 20px;
    /* transition: 0s; */
    
}

.shrink_windows {
    position: fixed;
    left: -100%;
    bottom: 0;
    cursor: pointer;
    transition: all .8s;
    z-index: 14;
    width: 10%;
    display: none
}

.shrink_windows img {
    width: 100%
}

.shrink_windows.on {
    left: 0
}

.mobile_bt {
    display: none
}

.mobile_bt .mc {
    display: flex;
    height: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    border-radius: .1rem .1rem 0 0;
    overflow: hidden
}

.mobile_bt .emptybox {
    height: .9rem
}

.mobile_bt .mc a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7554a;
    font-size: .3rem;
    color: #fff
}

.mobile_bt .mc a:nth-child(2) {
    display: none
}

.item05 {
    overflow: hidden
}

.item02 .swiper-pagination {
    display: none
}

.item02 .swiper-pagination-bullet {
    width: .8rem;
    border-radius: 0;
    background-color: #fff;
    height: .1rem
}

.item02 .swiper-pagination-bullet-active {
    background-color: #fff
}

.dyy .bdsh_item01 .gongneng ul li img {
    width: 88px;
    height: 50px
}

.dyy .bdsh_item01 .gongneng ul li {
    align-items: center
}

.dyy .questions img {
    display: block;
    width: 100%
}

.dyy .bdsh_item01 .gongneng .w1400 {
    padding-top: 0
}

.dyy .dyy_item02 {
    width: 100%;
    overflow: hidden
}

.dyy .dyy_item02 img {
    width: 100%;
    display: block
}

.dyy .bdsh_item01 .gongneng .standard_tit img {
    width: 41.6%
}

.dyy_item03 {
    background: url(../images/bg05.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 70px;
    box-sizing: border-box
}

.dyy_item03 .dyy_tit {
    text-align: center
}

.dyy_item03 .dyy_tit h5 {
    font-size: 40px;
    color: #fff;
    padding: 0 48px;
    line-height: 74px;
    background: url(../images/dyyicon_03.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block
}

.dyy_item03 ul {
    margin-top: 64px
}

.dyy_item03 ul img.arr {
    float: left;
    margin-top: 6%;
    width: 3.9%
}

.dyy_item03 ul li {
    float: left;
    width: 22%;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #fff
}

.dyy_item03 ul li .round {
    width: 174px;
    height: 174px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto
}

.dyy_item03 ul li .round .iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe5d4b;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .2s ease
}

.dyy_item03 ul li .round .iconbox img {
    width: 46.6%
}

.dyy_item03 ul li:hover .round .iconbox {
    background: #fbbe49
}

.dyy_item03 ul li p {
    padding: 0 30px;
    text-align: center;
    margin-top: 18px;
    font-size: 20px;
    line-height: 34px
}

.dyy_item03 .btn {
    display: block;
    font-size: 20px;
    width: 286px;
    text-align: center;
    line-height: 56px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .6);
    color: #213788;
    margin: 56px auto 0;
    transition: all .2s ease
}

.dyy_item03 .btn:hover {
    background: #fff
}

.dyy_item04 {
    padding: 60px 0 100px
}

.dyy_tit04 {
    text-align: center;
    font-size: 40px
}

.dyy_tit04 em {
    color: #f7554a;
    font-weight: 700
}

.dyy_item04 .swiper-container {
    margin: 40px 50px
}

.dyy_item04 .swiper-slide {
    width: 260px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.dyy_item04 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block
}

.dyy_item04 .swiper-slide .info {
    font-size: 14px;
    color: #fff;
    padding: 12px 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}

.dyy_item04 .swiper-slide .info h6 {
    font-size: 20px;
    margin-bottom: 4px
}

.dyy_item04 .siwper_box {
    position: relative
}

.dyy_item04 .siwper_box .swiper-pagination {
    text-align: center;
    width: 100%;
    display: none
}

.dyy_item04 .siwper_box .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    width: 16px;
    height: 6px
}

.dyy_item04 .siwper_box .swiper-pagination-bullet-active {
    background-color: #f7554a
}

.swiper-button-prev {
    width: 32px;
    height: 31px;
    background: url(../images/leftarr.png) no-repeat;
    left: 0;
    border: 0 !important
}

.swiper-button-next {
    width: 32px;
    height: 31px;
    background: url(../images/rightarr.png) no-repeat;
    right: 0;
    border: 0 !important
}

.dyy_item05 {
    padding: 40px 0 80px;
    background-color: #f6f6f6
}

.dyy_item05 .wbox {
    width: 1050px;
    height: 480px;
    margin: 90px auto 0;
    position: relative
}

.dyy_item05 .wbox .item {
    width: 243px;
    height: 243px;
    transform: rotateZ(-45deg);
    position: absolute
}

.dyy_item05 .wbox .item:nth-child(1) {
    left: 52px;
    top: 0
}

.dyy_item05 .wbox .item:nth-child(2) {
    left: 398px
}

.dyy_item05 .wbox .item:nth-child(3) {
    left: 744px
}

.dyy_item05 .wbox .item:nth-child(4) {
    top: 174px;
    left: 226px
}

.dyy_item05 .wbox .item:nth-child(5) {
    top: 174px;
    left: 571px
}

.dyy_item05 .wbox .item img.bg {
    width: 100%;
    height: 100%
}

.dyy_item05 .wbox .item .wlogo {
    position: absolute;
    width: 89%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.dyy_item05 .wbox .item .on {
    display: none
}

.dyy_item05 .wbox .item:hover {
    background: #fe654c
}

.dyy_item05 .wbox .item:hover .bg {
    display: none
}

.dyy_item05 .wbox .item:hover .not {
    display: none
}

.dyy_item05 .wbox .item:hover .on {
    display: block
}

.dyy_tit01 {
    text-align: center
}

.dyy_tit01 .innerbox {
    display: inline-block;
    text-align: left;
    background: url(../images/titbg_06.png) left 13px no-repeat
}

.dyy_tit01 .innerbox h5 {
    font-size: 40px;
    padding-left: 66px;
    font-weight: 400
}

.dyy_tit01 .innerbox h5 em {
    font-weight: 700;
    color: #ff5543
}

.dyy_tit01 .innerbox p {
    font-size: 20px;
    color: #666;
    line-height: 26px;
    padding-left: 40px
}

.dyy_item01 .questions {
    padding-top: 60px;
    background-color: #f6f6f6;
    padding-bottom: 668px;
    position: relative
}

.dyy_item01 .questions img {
    margin-top: 40px;
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.dyy_tit01.dyy_tit02 .innerbox {
    background: url(../images/titbg_07.png) left 13px no-repeat
}

.dyy_tit01.dyy_tit02 .innerbox h5,
.dyy_tit01.dyy_tit02 .innerbox p {
    padding-left: 40px
}

.dyy_item01 .gongneng {
    padding-top: 60px;
    background-color: #fff
}

.dyy_item01 .gongneng ul {
    margin-top: 46px
}

.bannerinfo_al {
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bannerinfo_al.showleft {
    align-items: flex-start
}

.bannerinfo_al h6 {
    font-size: 62px
}

.bannerinfo_al p {
    font-size: 35px;
    line-height: 50px;
    margin-top: 4px
}

.bannerinfo_al em {
    background-color: #ff5543;
    padding: 0 8px 3px
}

.subnav {
    padding: 20px 0;
    background-color: #f7f7f7;
    line-height: 50px;
    font-size: 20px;
    overflow: hidden
}

.subnav h6 {
    float: left;
    font-size: 20px
}

.subnav a {
    float: left;
    margin-left: 34px;
    color: #666;
    padding: 0 20px;
    transition: all .3s ease
}

.subnav a.on,
.subnav a:hover {
    background-color: #ff5543;
    color: #fff;
    border-radius: 2px
}

.anli .caselist ul {
    padding: 100px 0 120px
}

.anli .caselist ul li {
    float: left;
    width: 22.7%;
    height: 313px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2.8%;
    margin-bottom: 2.8%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box
}

.anli .caselist ul li:nth-child(4n) {
    margin-right: 0
}

.anli .caselist ul li .logobox p {
    font-size: 24px;
    color: #333;
    margin-top: 40px;
    padding: 0 12px
}

.anli .caselist ul li .logobox .line {
    width: 30px;
    height: 4px;
    background-color: #666;
    margin: 10px auto 0
}

.anli .caselist ul li .codebox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    opacity: 0;
    transition: all .5s ease
}

.anli .caselist ul li .codebox img {
    width: 70%;
    margin-top: -30px
}

.anli .caselist ul li .codebox p {
    font-size: 20px;
    color: #333;
    margin-top: 14px
}

.anli .caselist ul li:hover .codebox {
    opacity: 1
}

.bannerinfo_qdhz {
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%)
}

.bannerinfo_qdhz h6 {
    font-size: 53px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px
}

.bannerinfo_qdhz p {
    font-size: 18px;
    color: #edeeef;
    text-align: center;
    background: url(../images/textbg_03.png) no-repeat;
    background-size: 100% 100%;
    width: 172px;
    height: 51px;
    line-height: 51px;
    margin: 12px auto 0;
    transition: all .3s ease;
    cursor: pointer
}

.bannerinfo_qdhz p:hover {
    color: #ff5543
}

.bannerinfo_qdhz .btns {
    margin-top: 100px
}

.bannerinfo_qdhz .btns a {
    width: 170px;
    height: 43px;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 43px;
    color: #4a3516;
    display: inline-block;
    margin: 0 22px;
    transition: all .3s ease;
    cursor: pointer
}

.bannerinfo_qdhz .btns a:hover {
    background-color: #fad653
}

.qdhz .searchbox {
    height: 73px;
    border-radius: 32px;
    font-size: 0;
    overflow: hidden;
    margin-top: -36px;
    position: relative;
    box-shadow: 0 5px 5px #ddd;
    background-color: #fff;
    z-index: 1
}

.qdhz .searchbox input {
    width: 1075px;
    padding: 0 43px;
    font-size: 18px;
    float: left;
    box-sizing: border-box;
    height: 100%;
    width: 89%;
    color: #333
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

.qdhz .searchbox input.btn {
    width: 11%;
    background: url(../images/search.png) 20px center no-repeat;
    background-color: #ebebeb;
    font-size: 20px;
    padding-left: 50px;
    cursor: pointer
}

.qdhztit {
    font-size: 40px;
    padding-top: 90px;
    font-weight: 400;
    text-align: center
}

.qdhz_item01 ul {
    margin: 60px 0 90px;
    text-align: right;
    position: relative
}

.qdhz_item01 ul img.bgimg {
    position: absolute;
    left: 0;
    top: -108px
}

.qdhz_item01 ul li {
    padding: 70px 44px 50px;
    background-color: #fff;
    width: 504px;
    box-sizing: border-box;
    border-radius: 76px 0 28px 0;
    display: inline-block;
    height: 474px;
    margin-left: 3.8%;
    text-align: justify;
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: right;
    transition: all .3s ease;
    position: relative;
    box-shadow: 0 0 20px #ddd
}

.qdhz_item01 ul li h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 26px;
    position: relative;
    z-index: 1
}

.qdhz_item01 ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background: url(../images/textbg.png) left 7px no-repeat;
    padding-left: 34px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.qdhz_item01 ul li a.btn {
    font-size: 15px;
    width: 100px;
    height: 36px;
    color: #f75546;
    border: 1px solid #f75546;
    border-radius: 4px;
    margin: 53px auto 0;
    display: block;
    text-align: center;
    line-height: 36px;
    transition: all .2s ease;
    cursor: pointer
}

.qdhz_item01 ul li a.btn:hover {
    color: #f75546;
    background-color: #fff
}

.qdhz_item01 ul li.lie {
    padding: 50px 44px
}

.qdhz_item01 ul li:hover {
    background: linear-gradient(#fd9d6e, #ff5643)
}

.qdhz_item01 ul li:hover h6 {
    color: #fff
}

.qdhz_item01 ul li.lie p {
    margin-bottom: 10px
}

.qdhz_item01 ul li:hover p {
    color: #fff;
    background: url(../images/textbg02.png) left 7px no-repeat
}

.qdhz_item01 ul li.lie a.btn {
    margin-top: 30px
}

.qdhz_item01 ul li:hover a.btn {
    color: #fff;
    border: 1px solid #fff
}

.qdhz_item01 ul li a.btn:hover {
    color: #f75546;
    background-color: #fff
}

.qdhz_item01 ul li img.subbg {
    position: absolute;
    right: -130px;
    top: -130px;
    display: none
}

.qdhz_item01 ul li:hover img.subbg {
    display: block
}

.qdhz_item02 {
    background: url(../images/bg06.jpg) center top no-repeat;
    overflow: hidden
}

.qdhztit.w {
    color: #fff
}

.qdhz_item02 .ulbox {
    text-align: center;
    background-color: #fff;
    font-size: 0;
    padding-bottom: 120px;
    margin-top: 70px
}

.qdhz_item02 ul li {
    display: inline-block;
    width: 17.2%;
    margin: 0 3.9%;
    margin-top: 60px;
    transition: all .3s ease;
    cursor: pointer
}

.qdhz_item02 ul li .rounds {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative
}

.qdhz_item02 ul li .rounds .round1 {
    border: 4px solid #eee;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    box-sizing: border-box
}

.qdhz_item02 ul li .rounds .round2 {
    border: 4px solid #f75546;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease
}

.qdhz_item02 ul li:hover {
    transform: translateY(5px)
}

.qdhz_item02 ul li:hover .rounds .round2 {
    opacity: 1
}

.qdhz_item02 ul li .rounds .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -33%);
    width: 43.2%
}

.qdhz_item02 ul li p {
    font-size: 24px;
    color: #333;
    margin-top: 16px;
    transition: all .3s ease
}

.qdhz_item02 ul li:hover p {
    color: #f75546
}

.qdhz_item03 {
    background: url(../images/bg09.jpg) center no-repeat;
    overflow: hidden;
    background-size: 100% 100%
}

.qdhz_item03 ul {
    text-align: center;
    font-size: 0;
    margin: 45px 0
}

.qdhz_item03 ul li {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 80px;
    width: 25.8%
}

.qdhz_item03 ul li .codebox {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 16px;
    position: relative
}

.qdhz_item03 ul li .codebox img.codeimg {
    margin-top: 6.6%;
    margin-bottom: 4.6%;
    position: relative;
    z-index: 1;
    width: 56.7%
}

.qdhz_item03 ul li h6 {
    font-size: 24px;
    font-weight: 400
}

.qdhz_item03 ul li p.notice {
    color: #fbe4e2;
    margin-top: 10px
}

.qdhz_item03 ul li .codebox img.bg {
    position: absolute;
    left: -2.5%;
    width: 100%;
    height: 100%
}

.qdhz_item03 ul li .codebox img.bg02 {
    left: 3.5%
}

.bannerinfo_gsxw {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center
}

.bannerinfo_gsxw img {
    display: inline-block;
    margin-top: 180px;
    width: 612px
}

.gsxw {
    padding-bottom: 66px
}

.gsxw .news_swiper {
    margin-top: 55px;
    width: 100%;
    box-shadow: 0 0 10px #ddd
}

.gsxw .news_swiper .swiper-slide .imgbox {
    width: 43.5%;
    height: 0;
    padding-bottom: 27.5%;
    float: left;
    overflow: hidden
}

.gsxw .news_swiper .swiper-slide .imgbox img {
    width: 100%;
    transition: all 1s ease
}

.gsxw .news_swiper .swiper-slide .imgbox img:hover {
    transform: scale(1.1)
}

.gsxw .news_swiper .swiper-slide .intro {
    width: 56.5%;
    box-sizing: border-box;
    padding: 40px;
    float: left
}

.gsxw .news_swiper .swiper-slide .intro h6 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    transition: all .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.gsxw .news_swiper .swiper-slide .intro h6:hover {
    color: #ff5543
}

.gsxw .news_swiper .swiper-slide .intro p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.gsxw .news_swiper .swiper-slide .intro p.time {
    color: #999;
    margin: 10px 0
}

.gsxw .news_swiper .swiper-pagination {
    bottom: 18%;
    text-align: right;
    padding-right: 42px;
    box-sizing: border-box
}

.gsxw .news_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #999;
    border-radius: 0
}

.gsxw .news_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff5543
}

.gsxw ul.newslist {
    margin-top: 20px
}

.gsxw ul.newslist>li {
    padding: 24px 0 30px;
    border-bottom: 1px dashed #e4e4e4
}

.gsxw ul.newslist>li h5 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    transition: all .3s ease
}

.gsxw ul.newslist>li:hover h5 {
    color: #ff5543
}

.gsxw ul.newslist>li .intro {
    margin-top: -7px
}

.gsxw ul.newslist>li .intro p {
    float: left;
    width: 85.3%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.gsxw ul.newslist>li .intro .time {
    width: 8.3%;
    float: right;
    text-align: center
}

.gsxw ul.newslist>li .intro .time h6 {
    font-size: 58px;
    line-height: 58px;
    color: #666
}

.gsxw ul.newslist>li .intro .time em {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 8px
}

.gsxw ul.newslist>li a.more {
    display: block;
    width: 90px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    color: #999;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 10px
}

.gsxw ul.newslist>li:hover a.more {
    background-color: #ff5543;
    color: #fff
}

.gsxw ul.newslist>li:hover .intro .time em,
.gsxw ul.newslist>li:hover .time h6 {
    color: #ff5543
}

.xwxq_container {
    padding: 45px 0 60px
}

.xwxq_container .news_detail {
    width: 70%;
    text-align: justify;
    float: left
}

.xwxq_container .news_detail h5.tit {
    font-size: 30px;
    color: #333
}

.xwxq_container .news_detail .time {
    padding: 18px 0
}

.xwxq_container .news_detail .time span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-right: 45px
}

.xwxq_container .news_detail .textbox {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding: 32px 0 42px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.xwxq_container .news_detail .textbox h1{
	font-weight: bold;
	font-size: 22px;
	color: #000;
}
.xwxq_container .news_detail .textbox h2{
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.xwxq_container .news_detail .textbox h3{
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.xwxq_container .news_detail .textbox h4{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.xwxq_container .news_detail .textbox h5{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.xwxq_container .news_detail .textbox h6{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.xwxq_container .news_detail .textbox a{
	font-weight: bold;
	text-decoration: none;
	color: #f70;
	font-size: 16px
}
.xwxq_container .news_detail .textbox p {
    text-indent: 33px;
    margin: 16px 0
}

.xwxq_container .news_detail .textbox img {
    display: block;
    margin: 30px auto;
    max-width: 80%
}

.xwxq_container .news_detail .pn {
    margin-top: 38px
}

.xwxq_container .news_detail .pn span {
    color: #666
}

.xwxq_container .news_detail .pn a {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
    display: inline-block
}

.xwxq_container .more_news {
    float: right;
    width: 24.6%
}

.xwxq_container .more_news h5 {
    font-size: 24px;
    color: #333;
    width: 89%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative
}

.xwxq_container .more_news h5::after {
    content: '';
    width: 94px;
    height: 2px;
    background-color: #ff5543;
    position: absolute;
    left: 0;
    bottom: 0
}

.xwxq_container .more_news ul li {
    padding: 14px 0 12px;
    position: relative
}

.xwxq_container .more_news ul li::after {
    content: '';
    width: 89%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 0;
    bottom: 0
}

.xwxq_container .more_news ul li a {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    text-align: justify
}

.xwxq_container .more_news ul li p {
    font-size: 14px;
    color: #999;
    margin-top: 8px
}

.xwxq_container a:hover {
    color: #ff5543 !important
}

.gywm_tit {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-top: 80px;
    font-weight: 400
}

.gywm .xmjs p.xmjs_intro {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    margin-top: 20px
}

.gywm .xmjs .imgs {
    overflow: hidden;
    margin-top: 90px
}

.gywm .xmjs .imgs .imgbox {
    float: left;
    width: 32.6%;
    margin-right: 1.1%;
    position: relative
}

.gywm .xmjs .imgs .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 15% 21%;
    box-sizing: border-box
}

.gywm .xmjs .imgs .imgbox img {
    width: 100%
}

.gywm .xmjs .imgs .imgbox .textbox img {
    width: auto
}

.gywm .xmjs .imgs .imgbox .textbox h6 {
    font-size: 28px;
    margin-top: 26px
}

.gywm .xmjs .imgs .imgbox:nth-last-child(1) {
    margin-right: 0
}

.gywm .xmjs .imgs .imgbox .textbox p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px
}

.content .contact_us .map {
    margin-top: 62px;
    width: 100%;
    position: relative;
    height: 574px
}

.content .contact_us .map .map_atlas {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.content .contact_us .map .map_atlas img {
    width: 100%;
    display: block;
    height: 100%
}

.content .contact_us .map .map_nr {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    height: 100%
}

.content .contact_us .map .map_nr .map_explain {
    width: 49.3%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff5543;
    height: 100%;
    padding: 62px 56px 0 60px;
    box-sizing: border-box
}

.content .contact_us .map .map_nr .map_explain h6 {
    font-size: 32px;
    color: #fff;
    position: relative;
    font-weight: 400;
    padding-bottom: 16px
}

.content .contact_us .map .map_nr .map_explain h6::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.content .contact_us .map .map_nr .map_explain .explain_nr {
    width: 69%;
    margin-top: 102px
}

.content .contact_us .map .map_nr .map_explain .explain_nr>div {
    font-size: 18px;
    color: #fff;
    padding-left: 37px;
    margin-bottom: 28px;
    text-align: justify
}

.content .contact_us .map .map_nr .map_explain .explain_nr .site {
    background: url(../images/contact_icon_07.png) no-repeat left 1.5px
}

.content .contact_us .map .map_nr .map_explain .explain_nr .mailbox {
    background: url(../images/contact_icon_11.png) no-repeat left 1.5px
}

.content .contact_us .map .map_nr .map_explain .explain_nr .phone_code {
    background: url(../images/contact_icon_17.png) no-repeat left 1.5px;
    margin-bottom: 0
}

.content .contact_us .map .map_nr .map_explain .explain_nr .phone_code p {
    margin-bottom: 7px
}

.content .contact_us .map .map_nr .map_explain .explain_nr .phone_code p:last-child {
    margin-bottom: 0
}

.content .contact_us .map .map_nr .map_explain .explain_nr .phone_code p em {
    font-size: 16px
}

.content .contact_us .map .map_nr .map_explain .online_consultation {
    position: absolute;
    right: 57px;
    top: 311px
}

.content .contact_us .map .map_nr .map_explain .online_consultation .zxzx_img {
    width: 145px;
    height: 145px;
    border: 2px solid #fff;
    padding: 8px;
    background-color: #fff
}

.content .contact_us .map .map_nr .map_explain .online_consultation .zxzx_img img {
    width: 100%;
    height: 100%;
    display: block
}

.content .contact_us .map .map_nr .map_explain .online_consultation p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px
}

.formpage .form_container {
    background-color: #fff;
    margin-top: -56px;
    position: relative;
    padding: 42px 0 128px;
    z-index: 1 !important
}

.formpage h5 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    text-align: center
}

.formpage .formbox {
    width: 55%;
    display: block;
    margin: 32px auto 0
}

.formpage .formbox .inputbox {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.formpage .formbox .inputbox.must .tit {
    background: url(../images/star.png) right 12px center no-repeat
}

.formpage .formbox .inputbox .tit {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    height: 40px;
    float: left;
    padding-right: 25px;
    text-align: right;
    width: 18%;
    box-sizing: border-box
}

.formpage .formbox .inputbox input,
.formpage .formbox .inputbox textarea {
    width: 82%;
    height: 40px;
    border: 1px solid #e3e2e5;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    font-size: 16px;
    color: #666
}

.formpage .formbox .inputbox textarea {
    height: 228px;
    padding: 14px 20px;
    outline: 0
}

.formpage .formbox .inputbox.msg input {
    padding-right: 144px
}

.formpage .formbox .inputbox.msg .getmsg {
    width: 134px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5543;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    line-height: 40px
}

.formpage .formbox .inputbox.msg .getmsg.getcodemsg {
    background-color: #fff !important;
    opacity: 1 !important
}

.formpage .formbox .inputbox select {
    width: 26%;
    height: 40px;
    margin-right: 2%;
    float: left;
    border: 1px solid #e3e2e5;
    color: #666;
    padding: 0 12px
}

.formpage .formbox .inputbox select:nth-last-child(1) {
    margin-right: 0
}

.formpage .formbox .submit {
    width: 134px;
    height: 52px;
    font-size: 20px;
    color: #fff;
    background-color: #ff5543;
    text-align: center;
    line-height: 52px;
    border-radius: 4px;
    float: left;
    border: 0;
    margin-top: 15px
}

.popup_form {
    display: none
}

.popup_form .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 99
}

.popup_form .popupbox {
    width: 598px;
    border: 5px solid #adadad;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    padding-bottom: 20px
}

.popup_form .popupbox h6 {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: 400
}

.popup_form .popupbox p {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 6px
}

.popup_form .popupbox .form {
    padding: 32px 84px 0
}

.popup_form .popupbox .form input,
.popup_form .popupbox .form textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e2e5;
    font-size: 16px;
    padding-left: 29px;
    padding-right: 17px;
    box-sizing: border-box
}

.popup_form .popupbox .form .inputbox {
    position: relative;
    margin-bottom: 20px
}

.popup_form .popupbox .form .inputbox.must input {
    background: url(../images/star.png) 18px center no-repeat
}

.popup_form .popupbox .form .inputbox .getmsg {
    background-color: #ff5543;
    width: 116px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.popup_form .popupbox .form .inputbox .getmsg.getcodemsg {
    background-color: #fff !important;
    opacity: 1 !important
}

.popup_form .popupbox .form .inputbox.codemsg input {
    padding-right: 126px
}

.popup_form .popupbox .form .inputbox.codeimg .getmsg {
    background-color: #fff
}

.popup_form .popupbox .form textarea {
    height: 126px;
    background: url(../images/star.png) 18px 16px no-repeat;
    padding-top: 10px;
    padding-bottom: 10px
}

.popup_form .popupbox .submit {
    height: 38px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #ff5543;
    font-weight: 700;
    border: 0;
    letter-spacing: 1px
}

.popup_form .popupbox .closepop {
    position: absolute;
    right: 26px;
    top: 22px;
    cursor: pointer
}

.header div.banner {
    width: 100%;
    height: 100%
}

.item01 .bd ul li .showbox .touch {
    position: absolute;
    right: .2rem;
    top: .45rem;
    display: none;
    font-size: .26rem;
    color: #666
}

@keyframes doudong {
    0% {
        top: .2rem
    }

    50% {
        top: .3rem
    }

    100% {
        top: .2rem
    }
}

#apply_form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 21
}

.pager,
.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.pager li,
.pagination li {
    width: 35px !important;
    height: 35px !important;
    float: left;
    text-align: center;
    border: 1px solid #999;
    margin: 0 8px !important;
    overflow: hidden;
    box-shadow: none !important
}

.pager li a,
.pager li span,
.pagination li a,
.pagination li span {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 35px;
    transition: all .4s
}

.pager li a:hover,
.pagination li a:hover {
    background: #f34f2f;
    color: #fff
}

.pager li.active>span,
.pagination li.active>span {
    background: #f34f2f;
    color: #fff
}

.qdhz {
    background-color: #f8f8f8
}

.pagebox {
    text-align: center;
    margin: 40px 0
}

.pagebox .aul {
    display: inline-block
}

.pagebox .aul a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #666;
    background: #f2f2f2;
    float: left;
    margin: 0 6px;
    border-radius: 50%
}

.pagebox .aul a.on {
    background-color: #ff5543;
    color: #fff
}

.anli .caselist ul li .logobox img {
    width: 86%
}

.bannerinfo,
.bannerinfo_al,
.bannerinfo_gsxw,
.bannerinfo_qdhz,
.header.index_hd .bannerinfo {
    z-index: 8
}

.Business_bridge ul li .codebox {
    border-radius: 10px;
    box-shadow: 0 0 10px #999
}

.Business_bridge ul li .codebox .inbox {
    margin: 19px
}

.Business_bridge ul li .codebox.mobilebox {
    background-color: #ff5543;
    width: 218px
}

.Business_bridge ul li .mobilebox .tp {
    display: flex;
    align-items: center
}

.Business_bridge ul li .mobilebox .tp .lt {
    width: 80px;
    margin-right: 18px;
    font-size: 16px;
    color: #fff;
    line-height: 22px
}

.Business_bridge ul li .mobilebox .tp .rt {
    width: 80px;
    height: 80px
}

.Business_bridge ul li .mobilebox .bt {
    font-size: 14px;
    color: #fff;
    display: flex;
    margin-top: 12px;
    line-height: 18px;
    padding-bottom: 10px
}

.Business_bridge ul li .mobilebox .bt .lt {
    font-size: 16px
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 64px
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 0;
    background-color: #fff;
    opacity: .4
}

.banner .swiper-pagination-bullet-active {
    opacity: 1
}

.sxyconten {
    padding: 15px 0
}

.sxyitem01 {
    height: 352px
}

.sxyitem01 .classify {
    width: 250px;
    background-color: #fff;
    float: left;
    height: 100%
}

.sxyitem01 .ctit {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #ff5543;
    width: 100%
}

.sxyitem01 .classify .citem {
    padding: 0 15px
}

.sxyitem01 .classify .citem ul li {
    overflow: hidden;
    padding: 17px 0;
    border-bottom: 1px solid #eee
}

.sxyitem01 .classify .citem ul li .abox {
    width: 118%
}

.sxyitem01 .classify .citem ul li a {
    font-size: 14px;
    color: #666;
    float: left;
    margin-top: 12px;
    margin-right: 34px;
    transition: all .5s ease
}

.sxyitem01 .classify .citem ul li a:hover {
    color: #ff5543
}

.sxyitem01 .classify .citem ul li h6 {
    font-size: 15px;
    color: #333
}

.sxyitem01 .classify .citem ul li:nth-last-child(1) {
    border: 0
}

.sxyitem01 .bigimg {
    width: 660px;
    height: 100%;
    margin-left: 20px;
    float: left
}

.sxyitem01 .bigimg .swiper-slide img {
    width: 100%;
    height: 100%
}

.sxyitem01 .video_Notice {
    width: 250px;
    height: 100%;
    float: left;
    margin-left: 20px;
    background-color: #fff
}

.sxyitem01 .video_Notice .containbox {
    padding: 0 10px;
    overflow: hidden
}

.sxyitem01 .video_Notice .containbox .videoimg {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: block;
    position: relative
}

.sxyitem01 .video_Notice .containbox .videoimg img {
    display: block;
    width: 100%
}

.sxyitem01 .video_Notice .containbox .videoimg p {
    font-size: 14px;
    padding: 8px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
}

.sxyitem01 .video_Notice .containbox p.videotit {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-top: 12px;
    transition: all .2s ease
}

.sxyitem01 .video_Notice .containbox .time p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 26px
}

.sxyitem01 .video_Notice .containbox p.videotit:hover {
    color: #ff5543
}

.sxyitem01 .video_Notice .containbox .time .timebox {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-top: 6px
}

.sxyitem01 .video_Notice .containbox .time .timebox em {
    display: inline-block;
    width: 20px;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    margin: 0 6px
}

.sxyitem02 {
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden
}

.sxyitemtit {
    font-size: 16px;
    margin-top: 16px;
    color: #666;
    overflow: hidden;
    line-height: 60px;
    border-bottom: 1px solid #eee
}

.sxyitemtit h6 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    float: left;
    border-bottom: 3px solid #ff5543
}

.sxyitemtit a {
    float: right;
    padding-right: 15px;
    background: url(../images/sxymore_03.png) right center no-repeat;
    color: #666;
    transition: all .3s ease
}

.sxyitemtit a:hover {
    color: #ff5543
}

.kclist {
    margin-top: 24px;
    overflow: hidden;
    width: 110%
}

.kclist li {
    overflow: hidden;
    float: left;
    margin-right: 26px;
    margin-bottom: 30px;
    width: 370px
}

.kclist li .imgbox {
    width: 100%;
    height: 210px;
    position: relative;
    background: url(../images/sxy_11.jpg);
    background-size: 100% 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer
}

.kclist li .imgbox .txtbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding-left: 45px;
    box-sizing: border-box
}

.kclist li .imgbox .txtbox h6 {
    font-size: 24px;
    width: 170px;
    line-height: 32px;
    margin-top: 48px
}

.kclist li .imgbox .txtbox p {
    font-size: 14px;
    margin-top: 6px;
    padding-right: 10px
}

.kclist li .intro h6 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-top: 12px
}

.kclist li .intro p {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 21px
}

.kclist li:hover .intro h6,
.kclist li:hover .intro p {
    color: #ff5543;
    transition: all .3s ease
}

.kclist li:nth-child(6n+2) .imgbox {
    background: url(../images/sxy_13.jpg);
    background-size: 100% 100%
}

.kclist li:nth-child(6n+3) .imgbox {
    background: url(../images/sxy_15.jpg);
    background-size: 100% 100%
}

.kclist li:nth-child(6n+4) .imgbox {
    background: url(../images/sxy_20.jpg);
    background-size: 100% 100%
}

.kclist li:nth-child(6n+5) .imgbox {
    background: url(../images/sxy_22.jpg);
    background-size: 100% 100%
}

.kclist li:nth-child(6n) .imgbox {
    background: url(../images/sxy_24.jpg);
    background-size: 100% 100%
}

.sxyitem03 {
    margin-top: 20px;
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box
}

.fxlist li .imgbox {
    background: url(../images/sxy_28.jpg);
    background-size: 100% 100%
}

.fxlist li .imgbox .txtbox h6 {
    margin-top: 36px
}

.fxlist li .imgbox p em {
    margin-right: 20px
}

.fxlist li .imgbox .line {
    width: 142px;
    height: 1px;
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 14px
}

.fxlist li:nth-child(3n+2) .imgbox {
    background: url(../images/sxy_29.jpg);
    background-size: 100% 100%
}

.fxlist li:nth-child(3n) .imgbox {
    background: url(../images/sxy_30.jpg);
    background-size: 100% 100%
}

.sxyitem04 {
    margin-top: 20px;
    padding: 45px 0 66px;
    background: url(../images/sxybg01.jpg) center bottom no-repeat;
    background-color: #fff
}

.sxyitem04 .codeul {
    text-align: center
}

.sxyitem04 .codeul li {
    width: 209px;
    height: auto;
    border: 2px solid #ffddd9;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    margin: 0 70px;
    padding-bottom: 15px;
    display: inline-block;
    background-color: #fff
}

.sxyitem04 .codeul li .codebox {
    width: 171px;
    height: 171px;
    border: 10px solid #ffccc6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0
}

.sxyitem04 .codeul li .codebox img {
    width: 90%;
    height: 90%
}

.sxyitem04 .codeul li .text {
    font-size: 14px;
    color: #333;
    position: relative;
    text-align: center;
    margin: 0 16px;
    margin-top: 12px
}

.sxyitem04 .codeul li .text em {
    padding: 0 14px;
    background-color: #fff;
    position: relative;
    display: inline-block
}

.sxyitem04 .codeul li .text .line {
    width: 100%;
    height: 20%;
    border-top: 1px solid #ffccc6;
    border-bottom: 1px solid #ffccc6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.sxy_classify {
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box
}

.sxy_classify .fx_bransh {
    padding: 23px 0;
    font-size: 16px;
    border-top: 1px solid #eee;
    overflow: hidden
}

.sxy_classify .fx_bransh span {
    color: #333;
    float: left;
    margin: 4px 0
}

.sxy_classify .fx_bransh .abox {
    float: left;
    width: 80%;
    margin-left: 36px
}

.sxy_classify .fx_bransh a {
    color: #666;
    cursor: pointer;
    float: left;
    margin: 4px 0;
    margin-right: 36px
}

.sxy_classify .fx_bransh a.on {
    color: #ff5543
}

.sxy_classify .fx_bransh:nth-child(1) {
    border: 0
}

.kcsort {
    overflow: hidden;
    margin-top: 24px
}

.kcsort a {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    padding: 0 16px;
    border-radius: 4px;
    margin-right: 6px;
    float: left;
    cursor: pointer
}

.kcsort a.on {
    background-color: #ff5543;
    color: #fff
}

.kc_getmore {
    font-size: 14px;
    color: #ff5543;
    width: 110px;
    line-height: 34px;
    border: 1px solid #ff5543;
    border-radius: 4px;
    display: block;
    margin: 26px auto 50px;
    text-align: center;
    cursor: pointer
}

.kc_play {
    display: none
}

.kc_play .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 11
}

.kc_play .playbox {
    width: 1080px;
    height: 90%;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    padding: 40px 30px 70px;
    box-sizing: border-box
}

.kc_play .playbox .close {
    position: absolute;
    right: 18px;
    top: 13px;
    cursor: pointer
}

.kc_play .playbox .tit {
    font-size: 16px;
    color: #666
}

.kc_play .playbox .tit h6 {
    font-weight: 400;
    color: #333;
    font-size: 24px
}

.kc_play .playbox .videoarea {
    width: 100%;
    height: 90%;
    border-radius: 6px;
    background-color: #000;
    margin-top: 20px;
    position: relative
}

.kc_play .playbox .videoarea video {
    width: 100%;
    height: 100%
}

.kc_play .playbox .videoarea .nouser {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column
}

.kc_play .playbox .videoarea .nouser p {
    font-size: 18px
}

.kc_play .playbox .videoarea .nouser a.gologin {
    font-size: 14px;
    width: 146px;
    line-height: 40px;
    text-align: center;
    background-color: #ff5543;
    border-radius: 4px;
    margin: 22px 0;
    color: #fff
}

.kc_play .playbox .videoarea .nouser .goregister {
    font-size: 14px
}

.kc_play .playbox .videoarea .nouser .goregister a {
    color: #ff5543;
    margin-left: 4px
}

.bdsh_item02.justbdsh {
    height: 800px
}

.bdsh_item02 .slideTxtBox .bd {
    height: 560px
}

@media screen and (max-width:1180px) {
    .sxyitem01 {
        display: flex;
        justify-content: space-between
    }

    .sxyitem01 .classify {
        width: 20.8%
    }

    .sxyitem01 .bigimg {
        width: 55%;
        margin: 0
    }

    .sxyitem01 .video_Notice {
        width: 20.87%;
        margin: 0
    }

    .sxyitem01 {
        height: 320px
    }

    .sxyitem01 .classify .citem ul li {
        padding: 10px 0
    }

    .sxyitem01 .classify .citem {
        padding: 0 5px
    }

    .swiper-container {
        height: 100%
    }

    .sxyitem01 .video_Notice .containbox {
        padding: 0 5px
    }

    .kclist li {
        width: 32%;
        margin-right: 2%
    }

    .kclist li:nth-child(3n) {
        margin-right: 0
    }

    .kclist li .imgbox .txtbox {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .kclist li .imgbox .txtbox h6 {
        width: 70%;
        font-size: 20px;
        margin-top: 0
    }

    .kclist {
        width: 100%
    }

    .sxyitem04 .codeul li {
        margin: 0 42px
    }

    .kc_play .playbox {
        width: 80%
    }

    .bdsh_item02.justbdsh {
        height: 750px
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 500px
    }
}

@media screen and (max-width:1080px) {
    .sxyitem01 .classify .citem ul li a {
        margin-top: 6px
    }

    .kclist li .imgbox {
        height: 180px
    }

    .kclist li .imgbox .txtbox {
        padding-left: 30px
    }

    .kc_play .playbox {
        height: 46%;
        padding: 30px 30px 60px
    }

    .kc_play .playbox .tit h6 {
        font-size: 20px
    }

    .kc_play .playbox .tit {
        font-size: 14px
    }

    .bdsh_item02.justbdsh {
        height: 620px
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 460px
    }
}

@media screen and (max-width:960px) {
    .sxyitem01 .classify .citem ul li .abox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .sxyitem01 .classify .citem ul li a {
        margin-right: 5%;
        font-size: 12px
    }

    .sxyitem01 .video_Notice .containbox .videoimg p,
    .sxyitem01 .video_Notice .containbox p.videotit {
        font-size: 13px
    }

    .sxyitem04 .codeul li {
        margin: 0 20px
    }

    .bdsh_item02.justbdsh {
        height: 560px
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 400px
    }
}

@media screen and (max-width:900px) {

    .sxyitem01 .video_Notice .containbox .videoimg p,
    .sxyitem01 .video_Notice .containbox p.videotit {
        font-size: 12px
    }

    .kclist li .intro h6 {
        font-size: 16px
    }

    .kclist li .imgbox .txtbox h6 {
        font-size: 17px
    }
}

@media screen and (max-width:870px) {
    .sxyitem04 .codeul li {
        margin: 0 8px
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 360px
    }
}

@media screen and (max-width:785px) {
    .sxyitem01 .classify {
        width: 24%
    }

    .sxyitem01 .bigimg {
        width: 52%
    }

    .kclist li .imgbox {
        height: 148px
    }

    .kclist li .imgbox .txtbox h6 {
        font-size: 16px
    }

    .kclist li .intro h6 {
        font-size: 15px
    }

    .kclist li .intro p {
        font-size: 13px
    }

    .sxyitem04 .codeul li {
        width: 180px
    }

    .sxyitem04 .codeul li .codebox {
        width: 150px;
        height: 150px
    }

    .bdsh_item02.justbdsh {
        height: 520px
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 340px
    }
}

@media screen and (max-width:650px) {
    .sxyitem01 .classify .citem ul li a {
        margin-right: 1%
    }
}

@media screen and (max-width:486px) {
    .bridge {
        display: none
    }
}

@media screen and (max-width:414px) {
    .sxyitem01 {
        flex-wrap: wrap;
        height: auto
    }

    .sxyitem01 .classify {
        width: 100%
    }

    .sxyitem01 .bigimg {
        width: 100%;
        margin: .2rem 0
    }

    .sxyitem01 .video_Notice {
        width: 100%
    }

    .sxyitem01 .classify .citem ul li .abox {
        justify-content: flex-start
    }

    .sxyitem01 .classify .citem ul li a {
        margin-right: .5rem
    }

    .sxyitem01 .video_Notice .containbox .videoimg {
        margin-top: .16rem
    }

    .sxyitem01 .video_Notice .containbox {
        padding-bottom: .4rem
    }

    .sxyitem01 .video_Notice .containbox .time p {
        margin-top: .3rem
    }

    .sxyitemtit h6 {
        font-size: .36rem
    }

    .sxyitemtit {
        font-size: .28rem;
        line-height: .8rem
    }

    .kclist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .kclist li {
        width: 48%;
        margin-right: 0
    }

    .sxyitem02 {
        padding: 0 .24rem
    }

    .kclist li .imgbox .txtbox h6 {
        font-size: .28rem;
        line-height: .46rem
    }

    .kclist li .imgbox .txtbox p {
        font-size: .24rem
    }

    .kclist li .imgbox .txtbox {
        padding-left: .32rem
    }

    .kclist li .imgbox {
        height: 2rem
    }

    .kclist li .intro h6 {
        font-size: .26rem
    }

    .kclist li .intro p {
        font-size: .24rem;
        white-space: pre-wrap
    }

    .kclist li {
        margin-bottom: .36rem
    }

    .fxlist li .imgbox .line {
        margin: .08rem 0;
        width: 80%
    }

    .kclist.fxlist li .imgbox .txtbox {
        padding-left: .2rem
    }

    .kclist.fxlist li .imgbox .txtbox h6 {
        font-size: .24rem;
        line-height: .4rem
    }

    .kclist.fxlist li .imgbox .txtbox p {
        margin-top: 0
    }

    .sxyitem04 .codeul li {
        width: 2.2rem;
        margin: 0 .07rem;
        float: left;
        padding-bottom: .12rem
    }

    .sxyitem04 .codeul li .codebox {
        width: 1.8rem;
        height: 1.8rem;
        border: .08rem solid #ffccc6;
        padding: .06rem;
        margin-top: .2rem
    }

    .sxyitem04 .codeul li .codebox img {
        width: 100%;
        height: 100%
    }

    .sxyitem04 .codeul li .text {
        font-size: .24rem;
        margin: .12rem .18rem
    }

    .sxyitem04 .codeul li .text em {
        padding: 0 .08rem
    }

    .sxyitem04 {
        overflow: hidden;
        padding: .5rem 0
    }

    .sxy_classify .fx_bransh .abox {
        margin-left: 2%
    }

    .sxy_classify .fx_bransh {
        font-size: .28rem
    }

    .sxy_classify .fx_bransh a {
        margin-right: .6rem
    }

    .sxy_classify .fx_bransh {
        padding: .28rem 0
    }

    .sxy_classify {
        padding: 0 .24rem
    }

    .kc_play .playbox {
        width: 90%;
        padding: .6rem .24rem;
        border-radius: .1rem
    }

    .kc_play .playbox .videoarea {
        height: 74%
    }

    .kc_play .playbox .tit h6 {
        font-size: .36rem
    }

    .kc_play .playbox .tit {
        font-size: .26rem
    }

    .bdsh_item02.justbdsh {
        height: 12rem
    }

    .bdsh_item02 .slideTxtBox .bd {
        height: 4rem
    }
}

.footer_fixed .images .figure {
    margin: 0 auto
}

.bottom .bttop .btinfo .l4 .imgbox {
    width: 120px;
    padding: 2px
}

.bottom .bttop .btinfo .l4 .imgbox img {
    width: 100%
}

.footer_fixed .images .figure {
    width: 140px
}

.bridge {
    width: 78px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -198.5px;
    border: 1px solid #e0e0e0;
    background: #f14702;
    z-index: 9999
}

.bridge ul li {
    width: 78px;
    height: 78px;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    position: relative
}

.bridge ul li a {
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 14px;
    color: #fff
}

.bridge ul li a p {
    margin-top: 0
}

.bridge ul li.return {
    background: #f14702;
    color: #fff;
    border-bottom: none;
    border-top: 1px solid #e0e0e0
}

.bridge ul li p {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s
}

.bridge ul li p.qqzx {
    background-image: url(../images/right_pic5.png)
}

.bridge ul li p.zxzx {
    background-image: url(../images/right_pic7.png)
}

.bridge ul li p.lxdh {
    background-image: url(../images/right_pic1.png)
}

.bridge ul li p.yysm {
    background-image: url(../images/right_pic3.png)
}

.bridge ul li p.fhdb {
    background-image: url(../images/right_pic6_on.png)
}

.bridge ul li:hover {
    background: #f14702;
    color: #fff;
    transition: all .3s
}

.bridge ul li:hover a {
    transition: all .3s;
    color: #fff
}

.bridge ul li:hover p {
    transition: all .3s
}

.bridge ul li.connection {
    position: relative
}

.bridge .number {
    width: 240px;
    position: absolute;
    top: 50%;
    margin-top: -118px;
    left: 79px;
    background: #fff;
    display: none
}

.bridge .number .special {
    width: 158px;
    background: url(../images/right_pic8.png) no-repeat 28px center;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background-color: #f14702
}

.bridge .number .special em {
    display: block;
    margin-top: 32px;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 4px
}

.bridge .number .cellphone {
    width: 158px;
    background: url(../images/right_pic9.png) no-repeat 28px center;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background-color: #5dc38d
}

.bridge .number .cellphone em {
    display: block;
    margin-top: 32px;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 4px
}

.bridge ul li.subscribe {
    border-bottom: none;
    display: none
}

.bridge .number1 {
    width: 210px;
    position: absolute;
    top: 0;
    left: 79px;
    background: #f14702;
    display: none
}

.bridge .number1 .special {
    width: 150px;
    height: auto;
    padding: 30px;
    overflow: hidden;
    color: #fff;
    background-color: #f14702
}

.bridge .number1 .special .img {
    display: block;
    width: 150px;
    height: 150px
}

.bridge .number1 .special img {
    display: block;
    width: 150px;
    height: 150px
}

#apply_form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 21
}

.footer_fixed .mobile_form {
    width: 48%;
    float: left;
    margin-top: 40px
}

.footer_fixed .mobile_form input {
    float: left;
    width: 300px;
    height: 48px;
    background: #fff;
    border-radius: 2px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #666;
    font-family: "Microsoft YaHei";
    line-height: 48px;
    border-radius: 4px
}

.footer_fixed .mobile_form input.btn {
    width: 200px;
    background: #ff5543;
    color: #fff;
    margin-left: 20px;
    font-size: 14px
}

.footer_fixed .mobile {
    border: 0;
    color: #ff5543;
    margin-top: 20px;
    width: 20%;
    padding-left: 20px
}

.footer_fixed .mobile p {
    font-size: 18px
}

.footer_fixed .mobile h6 {
    font-size: 18px
}

.sqds_hd .headertop .nav_box ul li h4 {
    padding: 0 15px
}

.formpage .formbox .inputbox.codemsg img {
    position: absolute;
    right: 0;
    top: 0;
    width: 116px;
    height: 100%;
    cursor: pointer
}

.formpage .formbox .inputbox.codemsg input {
    padding-right: 140px
}

.gsxw ul.newslist>li .picbox {
    width: 240px;
    height: 150px;
    float: left;
    overflow: hidden
}

.gsxw ul.newslist>li {
    overflow: hidden
}

.gsxw ul.newslist>li .picbox img {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    object-fit: cover;
}

.gsxw ul.newslist>li .picbox img:hover {
    transform: scale(1.1)
}

.gsxw ul.newslist>li .info .intro {
    float: right;
    width: 936px
}

.gsxw ul.newslist>li .info_bt {
    display: flex;
    align-items: center;
    margin-top: 16px
}

.gsxw ul.newslist>li .info_bt .date {
    font-size-adjust: 16px;
    color: #666;
    margin-left: 20px;
    padding-top: 8px
}

.gsxw ul.newslist>li .intro p {
    width: auto
}

.gsxw ul.newslist>li .info {
    margin-top: 16px
}

.gsxw ul.newslist>li .info .intro .text {
    display: block;
    overflow: hidden
}

.details_banner {
    width: 100%;
    position: relative
}

.details_banner img {
    width: 100%;
    display: block
}

.details_banner .Try_apply {
    width: 298px;
    /* height: 246px; */
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 72%;
    margin-top: -123px;
    right: 18.9%;
    padding: 15px 20px 15px;
    box-sizing: border-box
}

.details_banner .Try_apply h2 {
    font-size: 20px;
    color: #ff5543;
    text-align: center;
    font-weight: 400
}

.details_banner .Try_apply .details_form {
    width: 100%;
    margin-top: 16px
}

.details_banner .Try_apply .phone_number {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    margin-top: 12px
}

.details_banner .Try_apply .Your_name {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box
}

.details_banner .Try_apply .verification_code .acquire {
    display: block;
    width: 96px;
    height: 42px;
    background: 0 0;
    font-size: 14px;
    color: #ff5543;
    border: none;
    outline: 0;
    float: left;
    cursor: pointer
}

.details_banner .Try_apply .experience_immediately {
    width: 255px;
    height: 46px;
    display: block;
    margin: 18px auto 0;
    background: url(../images/ljty.png) no-repeat;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    color: #fff
}

.xwxq_container .product_presentation {
    float: right;
    width: 24.6%;
    margin-bottom: 58px
}

.xwxq_container .product_presentation h5 {
    font-size: 24px;
    color: #333;
    width: 89%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative
}

.xwxq_container .product_presentation h5::after {
    content: '';
    width: 94px;
    height: 2px;
    background-color: #ff5543;
    position: absolute;
    left: 0;
    bottom: 0
}

.xwxq_container .product_presentation .cpjs_content {
    width: 100%;
    margin-top: 34px
}

.xwxq_container .product_presentation .cpjs_content .images {
    width: 100%;
    display: block
}

.xwxq_container .product_presentation .cpjs_content .images img {
    width: 100%;
    display: block
}

.xwxq_container .product_presentation .cpjs_content .cpjs_abstract {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: justify
}

.xwxq_container .product_presentation .cpjs_content .cpjs_button {
    width: 100%;
    margin-top: 20px
}

.xwxq_container .product_presentation .cpjs_content .cpjs_button .free_trial {
    width: 46.6%;
    height: 47px;
    border: none;
   display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    outline: 0;
    border-radius: 8px;
    cursor: pointer;
    padding: 0
}

.xwxq_container .product_presentation .cpjs_content .cpjs_button .free_trial {
    background: url(../images/bg_img1.png) no-repeat center center;
    float: left;
    background-size: auto 100%
}

.xwxq_container .product_presentation .cpjs_content .cpjs_button .online_consultant {
    background: url(../images/bg_img2.png) no-repeat center center;
    float: right;
    background-size: auto 100%;
    width: 46.6%;
    height: 47px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    outline: 0;
    border-radius: 8px;
    cursor: pointer;
    padding: 0
}

.xwxq_container .product_presentation .cpjs_content .cpjs_button .online_consultant:hover {
    color: #fff !important
}

.xwxq_container .news_detail .crumbs {
    width: 100%;
    margin-bottom: 26px
}

.xwxq_container .news_detail .crumbs a {
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    color: #333
}

.xwxq_container .news_detail .crumbs em {
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    color: #333;
    margin: 0 5px
}

.xwxq_container .news_detail .crumbs em:last-child {
    display: none
}

.xwxq_container .news_detail .crumbs a:nth-child(2) {
    display: none
}

.kclist li .intro .source {
    width: 100%;
    margin: 4px 0
}

.kclist li .intro .source>div {
    font-size: 14px;
    color: #999;
    float: left
}

.kclist li .intro .source .author {
    margin-right: 20px
}

.kclist li .intro h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.item05 ul.lt li h6 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media screen and (max-width:1680px) {
    .details_banner {
        height: 318px
    }

    .details_banner img {
        position: absolute;
        width: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .details_banner .Try_apply {
        right: 11%
    }
}

@media screen and (max-width:1280px) {
    .details_banner .Try_apply {
        right: 6%
    }
}

@media screen and (max-width:1180px) {
    .details_banner .Try_apply {
        right: 3%
    }
}

@media screen and (max-width:1080px) {
    .details_banner .Try_apply {
        display: none
    }

    .details_banner {
        height: auto
    }

    .details_banner img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0)
    }

    .xwxq_container .news_detail {
        width: 100%
    }

    .xwxq_container .product_presentation {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .xwxq_container .more_news {
        width: 100%
    }
}

@media screen and (max-width:680px) {
    .details_banner {
        display: none
    }
}

@media screen and (max-width:414px) {
    .xwxq_container .product_presentation h5 {
        font-size: .36rem
    }

    .xwxq_container .product_presentation {
        margin: 20px 0
    }

    .xwxq_container .product_presentation .cpjs_content {
        margin-top: 18px
    }

    .xwxq_container .news_detail .pn {
        margin-top: 12px !important;
        white-space: nowrap;
        line-height: 24px
    }

    .xwxq_container .news_detail .pn span {
        display: block;
        float: left
    }

    .xwxq_container .news_detail .pn a {
        max-width: calc(100% - 48px);
        display: block !important;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left
    }

    .xwxq_container .product_presentation .cpjs_content .cpjs_abstract {
        font-size: 14px
    }

    .xwxq_container .product_presentation .cpjs_content .cpjs_button {
        margin-top: 12px
    }

    .xwxq_container .news_detail .crumbs {
        margin-bottom: 18px
    }

    .xwxq_container .news_detail .crumbs a {
        font-size: 14px
    }

    .xwxq_container .news_detail .crumbs em {
        font-size: 14px;
        margin: 0 2px
    }
}

@media screen and (max-width:340px) {
    .xwxq_container .product_presentation .cpjs_content .cpjs_abstract {
        font-size: 12px;
        line-height: 24px
    }
}

#ClCache {
    display: none
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center !important
}

.Business_bridge {
    width: 72px;
    position: fixed;
    left: 4px;
    top: 40%;
    transform: translate(0, -50%);
    z-index: 9999;
    height: 294px;
    border: none;
    background: 0 0
}

.Business_bridge>a {
    width: 100%;
    height: 72px;
    background: #f34f2f;
    text-align: center;
    padding-top: 9px;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 2px
}

.Business_bridge>a img {
    width: 30px;
    height: 32px;
    display: block;
    margin: 0 auto
}

.Business_bridge>a p {
    font-size: 14px;
    color: #fff;
    margin-top: 6px
}

.Business_bridge .sq_helpline {
    width: 100%;
    height: 72px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 2px
}

.Business_bridge .sq_helpline .helpline {
    padding-top: 9px;
    background: #f34f2f;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px
}

.Business_bridge .sq_helpline .helpline img {
    width: 30px;
    height: 32px;
    display: block;
    margin: 0 auto
}

.Business_bridge .sq_helpline .helpline p {
    font-size: 14px;
    color: #fff;
    margin-top: 6px
}

.Business_bridge .sq_helpline .helpline_details {
    position: absolute;
    width: 275px;
    height: 268px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    background: #fff;
    top: -13px;
    left: 97px;
    padding: 0 20px 0 16px;
    display: none
}

.Business_bridge .sq_helpline .helpline_details>div {
    line-height: 89px;
    padding-left: 60px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #eaeaea
}

.Business_bridge .sq_helpline .helpline_details .special_plane {
    background: url(../oimages/sq_zxrx1.png) no-repeat left center
}

.Business_bridge .sq_helpline .helpline_details .mobile_phone {
    background: url(../oimages/sq_zxrx2.png) no-repeat left center
}

.Business_bridge .sq_helpline .helpline_details::after {
    content: '';
    width: 13px;
    height: 22px;
    position: absolute;
    left: -13px;
    top: 36px;
    background: url(../images/zx.png) no-repeat
}

.Business_bridge .back_top {
    width: 70px;
    height: 61px;
    background: #fff;
    border: 1px solid #f34f2f;
    padding-top: 9px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display: none
}

.Business_bridge .back_top img {
    width: 30px;
    height: 32px;
    display: block;
    margin: 0 auto
}

.Business_bridge .back_top p {
    font-size: 14px;
    color: #f34f2f;
    margin-top: 6px
}

.Sweep_WeChat_yards {
    width: 110px;
    height: 201px;
    position: fixed;
    left: 4px;
    bottom: 5%;
    background: url(../oimages/sqewm_bg.png) no-repeat;
    padding-top: 18px;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999
}

.Sweep_WeChat_yards .fixed_wxsm h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.Sweep_WeChat_yards .fixed_wxsm h5 {
    font-size: 18px;
    color: #fff664;
    margin-top: 2px
}

.Sweep_WeChat_yards .fixed_wxsm img {
    width: 94px;
    height: 94px;
    display: block;
    margin: 5px auto 0;
    transition: 0s
}

.Sweep_WeChat_yards .fixed_wxsm p {
    font-size: 16px;
    color: #fff;
    margin-top: 4px
}

.Sweep_WeChat_yards .fixed_wxsm_nr {
    width: 187px;
    height: 218px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    padding: 19px 18px 0;
    box-sizing: border-box;
    position: absolute;
    left: 133px;
    top: 75px;
    display: none
}

.Sweep_WeChat_yards .fixed_wxsm_nr img {
    width: 151px;
    height: 151px;
    display: block;
    margin: 0 auto;
    transition: 0s
}

.Sweep_WeChat_yards .fixed_wxsm_nr p {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
    transition: 0s
}

.Sweep_WeChat_yards .fixed_wxsm_nr::after {
    content: '';
    width: 13px;
    height: 22px;
    position: absolute;
    left: -13px;
    top: 36px;
    background: url(../images/zx.png) no-repeat
}

.Immediately_consult{
	cursor: pointer;
}