/* 常量设置 */
.wrap {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.disb {
    display: none;
}

.disn {
    display: block;
}

.bg-white {
    background-color: #fff !important;
}

.bg-special {
    background-color: #0084ff !important;
}

.d-flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.p-1 {
    padding: .15rem 0.1rem;
}

.bg-white {
    background-color: #fff;
}

.hidden {
    display: none;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
    min-width: 1240px\9;
    ;
}

/*for ie9+*/
@media all and (min-width:0) {
    body {
        min-width: 0;
    }
}

.head .top {
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}

.head .top .logo {
    padding: .33rem .22rem .33rem 0;
    margin-right: .22rem;
    border-right: 1px solid #ebebeb;
}

.head .top .text {
    padding: .33rem 0 0;
    font-weight: bold;
    line-height: 30px;
    font-size: .24rem;
    color: #0084ff;
}

.head .top .text span {
    display: block;
    font-size: .14rem;
    color: #999;
    font-weight: normal;
}

.head .top .tel {
    padding: .24rem 0 0 53px;
    font-size: .14rem;
    color: #999;
    background: url(../img/tel.png) no-repeat 0 32px;
}

.head .top .tel i {
    display: block;
    font-size: .23rem;
    color: #0084ff;
    font-weight: bold;
    line-height: 1.1;
}

.head .top .menu {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    width: 30px;
    height: 30px;
}

.head .top .menu span,
.head .top .menu:before,
.head .top .menu:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 2px;
    margin-left: -15px;
    background: #666;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.head .top .menu span {
    margin-top: -4px;
}

.head .top .menu:before {
    content: '';
    margin-top: 3px;
}

.head .top .menu:after {
    content: '';
    margin-top: 10px;
}

.head.open .top .menu:before {
    opacity: 0;
    transition: 0.2s ease 0.1s;
}

.head.open .top .menu:after {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.head.open .top .menu span {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.head .nav {
    height: 60px;
    line-height: 60px;
}

.head .nav li {
    height: 100%;
    width: 12.5%;
}

.head .nav li::after {
    content: '';
    width: 1;
    height: 15px;
    background-color: #ebebeb;
    position: absolute;
    top: 22px;
    right: 0;
}

.head .nav li a {
    font-size: .16rem;
    color: #fff;
    width: 100%;
    display: block;
    font-family: arial;
    font-weight: bold;
}

.head .nav li:hover>a,
.head .nav li.cur>a {
    background: #fff;
    color: #333;
}

.head .nav li:hover::after,
.head .nav li.cur::after,
.head .nav li:last-child::after {
    width: 0;
}

.head .nav li dl {
    top: 60px;
    left: 50%;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    width: 100%;
    transform: translate(-50%, 10px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.head .nav li.li1 dl {
    width: 200px;
}

.head .nav li dl dd {
    border-bottom: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
}

.head .nav li dl dd>a {
    color: #333;
}

.head .nav li dl dd:hover>a {
    background: #0084ff;
    color: #fff;
}

.head .nav li dl a {
    font-size: .14rem;
}

.head .nav li:hover dl {
    transform: translate(-50%, 0px);
    visibility: visible;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*手机端下拉*/
.m-nav {
    position: fixed;
    left: 0;
    top: 93px;
    right: 0;
    width: 100%;
    background: #0084ff;
    z-index: 20;
    display: none;
    max-height: calc(100vh - 55px);
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
}

.m-nav .m-navbott .m-navli {
    position: relative;
    transition: all 0.3s ease-out;
    border-bottom: solid 1px rgba(244, 244, 244, .22);
}

.m-nav .m-navbott .m-navli:last-child {
    border-bottom: none;
}

.m-nav .m-navbott .m-navli>a {
    display: block;
    padding: 15px 35px 15px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.m-nav .m-navbott .m-navli>a:hover {
    color: #fff;
}

.m-nav .m-navbott .m-navli>a:after,
.m-nav .m-navbott .m-navli>a:before {
    content: '';
    background: #fff;
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.m-nav .m-navbott .m-navli>a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.6s ease-out;
}

.m-nav .m-navbott .m-navli>a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.6s ease-out;
}

.m-nav .m-navbott .m-navli.active {
    background: #5b8b3f;
}

.m-nav .m-navbott .m-navli.active>a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
}

.m-nav .m-navbott .m-navli.active>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background: #fff;
}

.m-nav .m-navbott .m-navli.active>a {
    font-weight: bold;
}

.m-nav .m-navbott .m-navli .m-secnav {
    display: none;
}

.m-nav .m-navbott .m-navli .m-secnav .li-title {
    width: 100%;
    padding: 8px 25px;
    border-top: solid 1px rgba(244, 244, 244, .16);
    padding-top: 18px;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    position: relative;
}

.m-nav .m-navbott .m-navli .m-secnav .li-title a {
    padding: 5px 0 5px 25px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.25;
    transition: all 0.3s ease-out;
    color: #fff;
}

.m-nav .m-navbott .m-navli .m-secnav .li-title a:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/icon-anniu.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-size: cover;
}

.m-nav .m-navbott .m-navli .m-secnav ul {
    font-size: 0;
    padding-bottom: 18px;
}

.m-nav .m-navbott .m-navli .m-secnav li {
    font-size: 14px;
}

.m-nav .m-navbott .m-navli .m-secnav li>a {
    padding: 8px 25px;
    line-height: 28px;
    display: block;
    position: relative;
    color: #fff;
}

.m-nav .m-navbott .m-navli .m-secnav li>a:hover {
    color: #fff;
}

.m-nav .m-navbott .m-navli .m-secnav li>a.cur {
    color: #fff;
}

/*无连接的话去掉加号*/
.m-nav .m-navbott .m-navli.nav-link>a:after,
.m-nav .m-navbott .m-navli.nav-link>a:before {
    display: none;
}

.m-nav .m-navbott .m-navli.nav-link.active>a:before,
.m-nav .m-navbott .m-navli.nav-link.active>a:before {
    display: none;
}

.m-nav .m-navbott .m-navli.nav-link a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-link.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

/*首页*/
.ibann .swiper-pagination {
    bottom: .4rem !important;
    font-size: 0;
}

.ibann .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #999;
    border-radius: 13px;
}

.ibann .swiper-pagination-bullet-active {
    width: 50px;
    background: #0084ff;
}

.itit .h {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}

.itit .h span {
    color: #0084ff;
}

.itit .t {
    padding: 0.1rem 0 0.8rem;
    font-size: 0.14rem;
    color: #a8a8a8;
}

.idx-1 {
    padding: .8rem 0;
}

.idx-1 .list .item {
    width: 20%;
    padding: .4rem .2rem;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.idx-1 .list .item:nth-child(5n) {
    border-right: 0;
}

.idx-1 .list .item:nth-last-child(-n+5) {
    border-bottom: 0;
}

.idx-1 .list .item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid #373941;
    background: url(../img/icon_1.png) no-repeat;
    background-position-y: 20px
}

.idx-1 .list .item .icon1 {
    background-position-x: -496px;
}

.idx-1 .list .item .icon2 {
    background-position-x: 14px;
}

.idx-1 .list .item .icon3 {
    background-position-x: -562px;
}

.idx-1 .list .item .icon4 {
    background-position-x: -285px;
}

.idx-1 .list .item .icon5 {
    background-position-x: -135px;
}

.idx-1 .list .item .icon6 {
    background-position-x: -423px;
}

.idx-1 .list .item .icon7 {
    background-position-x: -212px;
}

.idx-1 .list .item .icon8 {
    background-position-x: -56px;
}

.idx-1 .list .item .icon9 {
    background-position-x: -628px;
}

.idx-1 .list .item .icon10 {
    background-position-x: -352px;
}

.idx-1 .list .item h2 {
    font-size: .16rem;
    color: #373941;
    font-weight: normal;
    margin: .2rem 0 .1rem;
}

.idx-1 .list .item p {
    font-size: .12rem;
    color: #878787;
    text-transform: uppercase;
    height: 38px;
}

.idx-1 .list .item1:hover {
    background: url(../img/idx-1-1.jpg) center/cover no-repeat;
}

.idx-1 .list .item2:hover {
    background: url(../img/idx-1-2.jpg) center/cover no-repeat;
}

.idx-1 .list .item3:hover {
    background: url(../img/idx-1-3.jpg) center/cover no-repeat;
}

.idx-1 .list .item4:hover {
    background: url(../img/idx-1-4.jpg) center/cover no-repeat;
}

.idx-1 .list .item5:hover {
    background: url(../img/idx-1-5.jpg) center/cover no-repeat;
}

.idx-1 .list .item6:hover {
    background: url(../img/idx-1-6.jpg) center/cover no-repeat;
}

.idx-1 .list .item7:hover {
    background: url(../img/idx-1-7.jpg) center/cover no-repeat;
}

.idx-1 .list .item8:hover {
    background: url(../img/idx-1-8.jpg) center/cover no-repeat;
}

.idx-1 .list .item9:hover {
    background: url(../img/idx-1-9.jpg) center/cover no-repeat;
}

.idx-1 .list .item10:hover {
    background: url(../img/idx-1-10.jpg) center/cover no-repeat;
}

.idx-1 .list .item:hover .icon {
    border-color: #fff;
    background-position-y: -60px;
}

.idx-1 .list .item:hover h2,
.idx-1 .list .item:hover p {
    color: #fff;
}

.idx-1 .btn-more {
    width: 250px;
    height: 50px;
    background: #0084ff;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    margin: .5rem auto 0;
}

.idx-1 .btn-more:hover {
    background: #629943;
}


.idx-2 {
    padding: .8rem 0;
    background: #f3f5f5 url(../img/idx-2-bg.png) left no-repeat;
}

.idx-2 .l-box {
    width: 24%;
    margin-right: 3%;
    background: #fff;
}

.idx-2 .l-box li {
    float: left;
    width: 50%;
    padding: .3rem 0;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}

.idx-2 .l-box li:nth-child(2n) {
    border-right: 0;
}

.idx-2 .l-box li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.idx-2 .l-box .icon {
    width: 41px;
    height: 41px;
    margin: 0 auto 4px;
    background: url(../img/icon-2.png) no-repeat;
    background-position-y: -45px;
    background-size: 430px;
}

.idx-2 .l-box .icon.icon1 {
    background-position-x: 0;
}

.idx-2 .l-box .icon.icon2 {
    background-position-x: -60px;
}

.idx-2 .l-box .icon.icon3 {
    background-position-x: -124px;
}

.idx-2 .l-box .icon.icon4 {
    background-position-x: -174px;
}

.idx-2 .l-box .icon.icon5 {
    background-position-x: -230px;
}

.idx-2 .l-box .icon.icon6 {
    background-position-x: -288px;
}

.idx-2 .l-box .icon.icon7 {
    background-position-x: -346px;
}

.idx-2 .l-box .icon.icon8 {
    background-position-x: -396px;
}

.idx-2 .l-box h2 {
    font-size: .14rem;
    font-weight: normal;
    color: #7e7e7e;
}

.idx-2 .l-box li:hover .icon {
    background-position-y: 0px;
}

.idx-2 .l-box li:hover h2 {
    color: #0084ff;
}

.idx-2 .r-box {
    width: 73%;
    height: 500px;
    overflow: hidden;
}

.idx-2 .r-box img {
    height: 500px;
    overflow: hidden;
    max-width: unset;
}


.hengtiao {
    background-color: #0084ff;
    background-size: cover;
    width: 100%;
    padding: .3rem 0;
}

.hengtiao .text span {
    padding: 0 20px;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    color: #0084ff;
    font-size: .15rem;
    background: #fff;
}

.hengtiao .text h2 {
    width: 100%;
    line-height: 1.5;
    color: #fff;
    margin: 0px 0 5px;
    font-size: .4rem;
}

.hengtiao .text p {
    width: 100%;
    font-size: .14rem;
    color: #fff;
}

.hengtiao2 .text {
    width: 60%;
    font-size: 0;
}

.hengtiao2 .text span {
    padding: 0 20px;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    color: #0084ff;
    font-size: .15rem;
    background: #fff;
}

.hengtiao2 .text h2 {
    width: 100%;
    line-height: 1.5;
    color: #fff;
    margin: 10px 0 5px;
    font-size: .2rem;
}

.hengtiao2 .text p {
    width: 100%;
    font-size: .14rem;
    color: #fff;
}

.hengtiao2 .tel-box {
    width: 20%;
    margin-top: .12rem;
}

.hengtiao2 .tel-box h4 {
    text-align: right;
    line-height: 30px;
    color: #fff;
    font-size: .18rem;
    font-weight: normal;
}

.hengtiao2 .tel-box h4 span {
    padding-right: 10px;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
    position: relative;
}

.hengtiao2 .tel-box h4 span::before {
    position: absolute;
    content: "";
    width: 88px;
    height: 88px;
    background: url(../img/ad-time.png) no-repeat;
    left: -62px;
}

.hengtiao2 .tel-box .tel {
    font-size: .27rem;
    color: #fff;
    font-weight: bold;
    text-align: right;
    width: 100%;
    line-height: 1;
}

.hengtiao2 {
    background-color: #0084ff;
}

.idx-3 {
    padding: .8rem 0;
}

.idx-3 .item {
    position: relative;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
    background: #f3f5f5;
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.idx-3 .item:last-child {
    margin-right: 0;
}

.idx-3 .item h2 {
    font-size: .20rem;
    color: #0084ff;
}

.idx-3 .item p {
    font-size: .12rem;
    color: #27282c;
    text-transform: uppercase;
    margin: 10px 0;
}

.idx-3 .item span {
    display: block;
    font-size: .14rem;
    color: #666;
    line-height: 1.5;
    height: 126px;
}

.idx-3 .item .pic {
    display: block;
    margin-top: 20px;
}

.idx-3 .item .pic img {
    display: block;
    width: 100%;
}

.idx-3 .item:hover {
    background: #0084ff;
}

.idx-3 .item:hover:after {
    background: #fff;
}

.idx-3 .item:hover h2,
.idx-3 .item:hover p,
.idx-3 .item:hover span {
    color: #fff;
}

.idx-3 .swiper-pagination {
    position: relative;
    padding-top: 0.4rem;
}

.idx-3 .swiper-pagination-bullet-active {
    background: #0084ff;
}

.idx-4 {
    padding: .8rem 0;
}

.idx-4 .l-box {
    width: 24%;
    margin-right: 3%;
}

.idx-4 .l-box .tt {
    padding: .5rem 0;
    background: #0084ff;
    color: #fff;
}

.idx-4 .l-box .text {
    width: 130px;
    margin: 0 auto;
    padding-left: 55px;
    background: url(../img/idx-4-1.png) left center no-repeat;
}

.idx-4 .l-box .tt h2 {
    font-size: .24rem;
}

.idx-4 .l-box .tt p {
    font-size: .18rem;
    text-transform: uppercase;
}

.idx-4 .l-box .list {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.idx-4 .l-box .list li {
    padding: .2rem;
    border-top: 1px solid #ebebeb;
}

.idx-4 .l-box .list li.on {
    border-bottom: 1px solid #ebebeb;
}

.idx-4 .l-box .list li:first-child {
    border-top: 0;
}

.idx-4 .l-box .list li a {
    color: #333;
    font-size: .16rem;
    padding: 10px 15px;
    background: url(../img/idx-4-2.png) 95% center no-repeat;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.idx-4 .l-box .list li a:hover {
    color: #0084ff;
    background: url(../img/idx-4-2on.png) 95% center no-repeat;
}

.idx-4 .l-box .list li:last-child a {
    margin-bottom: 0;
}

.idx-4 .l-box .list dl {
    padding: .2rem;
    display: none;
}

.idx-4 .l-box .list dd {
    margin-bottom: .1rem;
}

.idx-4 .l-box .list dd:last-child {
    margin-bottom: 0;
}

.idx-4 .l-box .list dd a {
    color: #333;
    font-size: .14rem;
    padding-left: .3rem;
    display: block;
}

.idx-4 .l-box .list dd a:hover {
    color: #0084ff
}

.idx-4 .r-box {
    width: 73%;
}

.idx-4 .r-box li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
}

.idx-4 .r-box li:nth-child(3n) {
    margin-right: 0;
}

.idx-4 .r-box .rect-534 {
    padding-bottom: 61%;
}

.idx-4 .r-box li .bot {
    border: 1px solid #ededed;
    border-top: 0;
    transition: all 0.5s ease;
    padding: .3rem;
    position: relative;
}

.idx-4 .r-box li .bot .icon {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 50%;
    margin-left: -16px;
    top: -16px;
    line-height: 32px;
    z-index: 1;
    text-align: center;
    font-size: 0;
}

.idx-4 .r-box li .bot .icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(111, 174, 75, 0.1);
    border-radius: 50%;
    transform: scale(1.5);
    transition: 0.6s
}

.idx-4 .r-box li .bot .icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0084ff;
    border-radius: 50%;
    transition: 0.6s
}

.idx-4 .r-box li .bot .icon span {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: 0.6s;
    display: inline-block;
}

.idx-4 .r-box li .bot .tit {
    font-size: .18rem;
    color: #333;
    height: 40px;
    overflow: hidden;
    transition: 0.6s;
}

.idx-4 .r-box li .bot .con {
    font-size: .12rem;
    color: #999;
    line-height: 23px;
    overflow: hidden;
    transition: 0.6s;
}

.idx-4 .r-box li .bot:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0084ff;
    transition: 1s;
    transform: translateY(102%);
    z-index: -1;
}

.idx-4 .r-box li:hover .icon:before {
    background: rgba(245, 198, 42, 0.1);
}

.idx-4 .r-box li:hover .icon:after {
    background: #f5c62a
}

.idx-4 .r-box li:hover .icon span {
    transform: rotate(180deg);
}

.idx-4 .r-box li:hover .bot:before {
    transform: translateY(0);
}

.idx-4 .r-box li:hover .tit,
.idx-4 .r-box li:hover .con {
    color: #fff;
}


.idx-5 {
    padding: .8rem 0;
}

.idx-5 .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    text-align: center;
}

.idx-5 .item:nth-child(3n) {
    margin-right: 0;
}

/* .idx-5.disn .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(121, 121, 121, .6);
} */

.idx-5.disn .item .tt {
    /* color: #fff; */
    font-size: .18rem;
    font-weight: bold;
    z-index: 1;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */

    display: none;
}

.idx-5.disn .item .desc {
    font-size: .13rem;
    /* position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(32, 138, 224, 0.85); */
    /* color: #fff;
    padding: .3rem .2rem 0; */
    line-height: 1.5;
    /* filter: alpha(opacity=0); */
    /* -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; */
}

.idx-5 .item .desc h2 {
    font-size: .16rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

/* .idx-5.disn .item:hover .tt {
    display: none;
} */

/* .idx-5.disn .item:hover .desc {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
} */

.idx-5.disb .item .desc {
    /* background: #f3f5f5; */
    /* color: #666; */
    font-size: .14rem;
    /* padding: .15rem; */
}

.idx-5.disb .item .desc p {
    text-align: left;
    height: 95px;
}

.idx-5.disb .swiper-pagination {
    position: relative;
    padding-top: 0.4rem;
}

.idx-5.disb .swiper-pagination-bullet-active {
    background: #0084ff;
}

.idx-6 {
    padding: .8rem 0;
    background: #f3f5f5 url(../img/idx-6-bg.jpg) right bottom no-repeat;
}

.idx-6 .num {
    background: #ffffff;
    padding: .2125rem 0 .2rem;
    margin-bottom: .5rem;
}

.idx-6 .num .item {
    float: left;
    width: 25%;
    border-right: #bbbbbb 1px solid;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.idx-6 .num .item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 22px;
    background: #fff;
    top: 50%;
    margin-top: -11px;
    right: -2px;
}

.idx-6 .num .item:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/idx-6-2.png) center no-repeat;
    top: 50%;
    margin-top: -5px;
    right: -5px;
}

.idx-6 .num .item:last-child {
    border: none
}

.idx-6 .num .item:last-child::before,
.idx-6 .num .item:last-child::after {
    display: none;
}

.idx-6 .num .item h3 {
    font-size: .5rem;
    color: #0084ff;
    font-family: Futura Md BT;
    margin-bottom: 5px;
}

.idx-6 .num .item h3 span {
    font-family: Futura Md BT;
    font-weight: bold;
}

.idx-6 .num .item h3 font {
    font-size: .1rem;
    color: #4d4d4d;
    vertical-align: top;
    font-weight: normal
}

.idx-6 .num .item h5 {
    font-size: .16rem;
    color: #4d4d4d;
    font-weight: normal;
    margin: 0;
}

.idx-6 .con .l-box {
    width: 45%;
}

.idx-6 .con .r-box {
    width: 50%;
}

.idx-6 .con .r-box h2 {
    font-size: .18rem;
    margin: .5rem 0 .1rem;
}

.idx-6 .con .r-box h3 {
    font-size: .24rem;
    color: #0084ff;
}

.idx-6 .con .r-box p {
    font-size: .14rem;
    margin: .3rem 0;
    color: #4d4d4d;
}

.idx-6 .con .r-box .btn-more {
    width: 150px;
    height: 40px;
    background: #333;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: .16rem;
}

.idx-6 .con .r-box .btn-more span {
    font-family: fangsong;
    margin-left: 10px;
}

.idx-6 .con .r-box .btn-more:hover {
    background: #629943;
}


.idx-7 {
    padding: .8rem 0;
}

.idx-7 .pic {
    overflow: hidden;
    line-height: 3.29rem;
    height: 3.3rem;
    display: list-item;
    background: -moz-linear-gradient(top, #f8fafa 0%, #f3f5f5 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #f8fafa), color-stop(100%, #f3f5f5));
    background: -webkit-linear-gradient(top, #f8fafa 0%, #f3f5f5 100%);
    background: -o-linear-gradient(top, #f8fafa 0%, #f3f5f5 100%);
    background: -ms-linear-gradient(top, #f8fafa 0%, #f3f5f5 100%);
    background: linear-gradient(to bottom, #f8fafa 0%, #f3f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fafa', endColorstr='#f3f5f5', GradientType=0);
}

.idx-7 .pic img {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.idx-7 h2 {
    width: 100%;
    font-size: .16rem;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
    color: #333;
}

.idx-7 i {
    width: 15px;
    height: 2px;
    background: #0084ff;
    display: block;
}

.idx-7 a:hover .pic {
    box-shadow: #7d7d7d;
}

.idx-7 a:hover h2 {
    color: #0084ff;
}

.idx-7 .swiper-button-prev {
    left: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: rgba(221, 221, 221, .81);
    z-index: 5;
    border: 0;
}

.idx-7 .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 28px;
    margin-left: -8px;
    margin-top: -14px;
    background: url(../img/icon-lon.png) center no-repeat;
}

.idx-7 .swiper-button-next {
    right: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: rgba(221, 221, 221, .81);
    z-index: 5;
}

.idx-7 .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 28px;
    margin-left: -8px;
    margin-top: -14px;
    background: url(../img/icon-ron.png) center no-repeat;
}

.idx-7 .swiper-button-prev:hover,
.idx-7 .swiper-button-next:hover {
    background: #0084ff;
}

.idx-7 .swiper-button-prev:hover:before {
    background: url(../img/icon-l.png) center no-repeat;
}

.idx-7 .swiper-button-next:hover:before {
    background: url(../img/icon-r.png) center no-repeat;
}

.idx-8 {
    padding: .8rem 0;
    background: #f3f5f5 url(../img/idx-8-bg.png) center/cover no-repeat;
}

.idx-8 .itit .t {
    padding: 0.1rem 0 0.6rem;
}

.idx-8 .con .item {
    width: 13.42%;
    box-sizing: border-box;
    margin-right: 1%;
    float: left;
}

.idx-8 .con .item:last-child {
    margin-right: 0;
}

.idx-8 .con .item .box {
    display: inline-table;
    width: 1.3rem;
    height: 1.3rem;
    position: relative
}

.idx-8 .con .item .box span.y1 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border: #fff 1px solid;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.idx-8 .con .item .box span.y2 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border: #fff 1px solid;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    visibility: hidden;
}

.idx-8 .con .item .box .icon {
    display: table-cell;
    vertical-align: middle;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 0;
}

.idx-8 .con .item .box .icon img {
    display: inline-block;
    vertical-align: middle;
}

.idx-8 .con .item .box .icon img:last-child {
    display: none;
}

.idx-8 .con .item:hover .box span.y1 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.idx-8 .con .item:hover .box span.y2 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    border-color: #fff;
}

/* .idx-8 .con .item:hover .icon img:first-child {
    display: none;
}

.idx-8 .con .item:hover .icon img:last-child {
    display: inline-block;
} */

.idx-8 .con .item h2 {
    font-size: .14rem;
    font-weight: normal;
    /* margin-top: .25rem; */
    color: #373941;
}

.idx-8 .con .swiper-pagination {
    position: relative;
    padding-top: 0.4rem;
}

.idx-8 .con .swiper-pagination-bullet-active {
    background: #0084ff;
}

.idx-9 {
    padding: .8rem 0;
}

.idx-9 .item .img,
.idx-9 .item .img img {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.idx-9 .item .img img {
    transition: 1s;
}

.idx-9 .item .img .red-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.idx-9 .item .img .red-bg {
    background: rgba(32, 138, 224, 0.8);
}

.idx-9 .item .img .line {
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.idx-9 .item .img .line_1 {
    width: 52px;
    height: 1px;
    margin: -1px 0px 0px -26px;
    transform: translateX(-55px);
    -webkit-transform: translateX(-55px);
}

.idx-9 .item .img .line_2 {
    width: 1px;
    height: 52px;
    margin: -26px 0px 0px -1px;
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
}

.idx-9 .item:hover .img .red-bg {
    opacity: 1;
    visibility: visible;
}

.idx-9 .item:hover .img .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.idx-9 .item:hover .img img {
    transform: scale(1.05);
}

.idx-9 .item .txt {
    padding: .36rem .3rem;
    background: #f2f4f5;
}

.idx-9 .item .txt .time {
    font-size: .13rem;
    color: #b2b2b4;
    margin-bottom: .08rem;
    display: block;
}

.idx-9 .item .txt h5 {
    font-size: .2rem;
    color: #222225;
    margin: 0;
    margin-bottom: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idx-9 .item .txt i {
    display: block;
    width: 15px;
    height: 3px;
    background: #0084ff;
    margin-bottom: .12rem;
    position: relative;
}

.idx-9 .item .txt i:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #0084ff;
    transition: .5s;
}

.idx-9 .item:hover .txt i:before {
    width: 100%;
}

.idx-9 .item .txt p {
    font-size: .14rem;
    color: #868686;
    line-height: 1.5;
    height: .59rem;
    overflow: hidden;
}

.idx-9 .item .btn_more {
    display: block;
    margin-top: .12rem;
    font-size: .14rem;
    color: #0084ff;
}

.idx-9 .swiper-button-prev {
    left: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: rgba(221, 221, 221, .81);
    z-index: 5;
}

.idx-9 .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 28px;
    margin-left: -8px;
    margin-top: -14px;
    background: url(../img/icon-lon.png) center no-repeat;
}

.idx-9 .swiper-button-next {
    right: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: rgba(221, 221, 221, .81);
    z-index: 5;
}

.idx-9 .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 28px;
    margin-left: -8px;
    margin-top: -14px;
    background: url(../img/icon-ron.png) center no-repeat;
}

.idx-9 .swiper-button-prev:hover,
.idx-9 .swiper-button-next:hover {
    background: #0084ff;
}

.idx-9 .swiper-button-prev:hover:before {
    background: url(../img/icon-l.png) center no-repeat;
}

.idx-9 .swiper-button-next:hover:before {
    background: url(../img/icon-r.png) center no-repeat;
}

.idx-10 {
    padding: .8rem 0;
    background: url(../img/idx-10-bg.png) center/cover no-repeat;
}

.idx-10 .con {
    display: grid;
    grid: auto / repeat(5, 1fr);
    gap: 15px;
}

.idx-10 .img {
    text-align: center;
    padding: .1rem 0;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    -moz-box-shadow: 3px 2px 7px 1px #ececec;
    -webkit-box-shadow: 3px 2px 7px 1px #ececec;
    box-shadow: 3px 2px 7px 1px #ececec;
    font-size: 0;
}

.idx-10 .img img {
    transition: all linear 0.4s;
}


.idx-10 .img:nth-child(5n) {
    margin-right: 0;
}

.idx-10 .img:hover {
    -moz-box-shadow: 3px 2px 7px 1px #d9d9d9;
    -webkit-box-shadow: 3px 2px 7px 1px #d9d9d9;
    box-shadow: 3px 2px 7px 1px #d9d9d9;
}

.idx-10 .img:hover img {
    transform: scale(1.1);
}

.idx-11 {
    padding: .4rem 0;
    background: rgba(32, 138, 224, 0.8);
}

.idx-11 h2 {
    font-size: .2rem;
    margin-bottom: .2rem;
    color: #fff;
    border: 0;
}

.idx-11 input {
    font-size: .14rem;
    float: left;
    border: 0;
    padding: .05rem .1rem;
    height: unset;
    box-sizing: border-box;
    display: block;
}

.idx-11 input[type='text'] {
    width: 30%;
    background: #fff;
    margin-right: 1%;
}

.idx-11 input[type='submit'] {
    background: #000;
    color: #fff;
    width: 7%;
    line-height: 34px;
}

.foot {
    background: #232323;
    padding: .16rem 0;
    line-height: 2;
    font-size: .14rem;
    color: #c6c6c6;
}

.foot .tit {
    font-size: .18rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .15rem;
}

.foot .list {
    height: 250px;
    border-bottom: 1px solid #3a3a3a;
    overflow: hidden;
}

.foot .l {
    padding-top: .45rem;
    height: 100%;
}

.foot .l1 {
    width: 25%;
}

.foot .l1 p {
    font-size: .25rem;
    color: #0084ff;
    font-weight: bold;
    margin-top: .2rem;
    padding-left: 35px;
    background: url(../img/f-tel.png) left no-repeat;
}

.foot .l2 {
    width: 20%;
}

.foot .l2 b {
    color: #fff;
}

.foot .l2 b.t {
    font-weight: normal;
}

.foot .l3 {
    width: 25%;
    padding-left: 4%;
    box-sizing: border-box;
    border-left: 1px solid #3a3a3a;
}

.foot .l3 li {
    width: 50%;
    float: left;
}

.foot .l3 li a {
    color: inherit;
}

.foot .l4 {
    width: 12%;
    padding-right: 3%;
    box-sizing: border-box;
}

.foot .l4 li a {
    color: inherit;
}

.foot .l5 {
    width: 18%;
    padding-left: 4%;
    box-sizing: border-box;
    border-left: 1px solid #3a3a3a;
}

.foot .l5 img {
    width: 65%;
    padding-top: .1rem;
    display: block;
}

.foot .tc {
    color: #7d7d7d;
    line-height: 1.8;
    padding: .3rem 0 .5rem;
    font-size: .12rem;
}


/*内页*/
.nbann {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 3.8rem;
}

.nbann .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.nbann h3 {
    font-size: .28rem;
    color: #fff;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}

.nbann h4 {
    font-size: .5rem;
    color: #fff;
}

.sortnav {
    padding: 0;
    position: relative;
    height: 75px;
}

.sortnav .position {
    line-height: 75px;
    left: 0;
    bottom: 0;
    color: #8e8e8e;
    padding-left: 22px;
    font-size: 12px;
    background: url(../img/icon-home.png) left 30px no-repeat;
}

.sortnav .position a,
.sortnav .position i {
    font-size: 12px;
    color: #8e8e8e;
}

.sortnav .position i {
    margin: 0px 3px;
    font-style: normal;
    font-family: fangsong;
}

.sortnav .position a:hover {
    color: #0084ff;
}

.main {
    background: #f3f4f8;
    padding-bottom: .5rem;
}

.main .l-box {
    width: 21.129%;
}

.main .r-box {
    width: 75.871%;
}

.main .detail {
    padding: .3rem .2rem;
    background: #fff;
    box-sizing: border-box;
    text-align: justify;
}

.main .detail .tit {
    font-size: .26rem;
    color: #565656;
    margin-bottom: .20rem;
}

.main .detail table {
    border-collapse: collapse;
    margin: 0;
    padding-bottom: .1rem;
}

.main .detail table tr td {
    border: 1px solid #ddd;

}

.main .detail .time {
    font-size: .14rem;
    color: #7e8080;
    line-height: 1.5;
    margin-bottom: .15rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #ebebeb;
    display: block;
}

.slist .item {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.slist .item:nth-child(3n) {
    margin-right: 0;
}

.slist .item a {
    display: block;
    background: #fff;
}

.slist .item .img {
    overflow: hidden;
}

.slist .item .img img {
    transition: 1s;
}

.slist .item:hover .img img {
    transform: scale(1.1) rotate(.1deg);
}

.slist .item .txt {
    padding: .2rem .1rem;
    background: #fff;
    font-size: .15rem;
    color: #535353;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.slist .item:hover .txt {
    color: #0084ff;
}

/*翻页*/
.page {
    text-align: center;
    margin-top: .5rem;
}

.page li {
    display: inline-block;
    list-style: none;
}

.page a {
    padding: .1rem .2rem;
    display: inline-block;
    margin: 0 .04rem;
    border: 1px solid #dadbdf;
    font-size: .14rem;
    color: #474747;
}

.page a.curr {
    background: #0084ff;
    border: 1px solid #0084ff;
    color: #fff;
}

.page a:hover {
    background: #0084ff;
    border: 1px solid #0084ff;
    color: #fff;
}

.nodata {
    font-size: .14rem;
}

.left-nav li {
    position: relative;
    z-index: 1;
    background: #FFF;
}

.left-nav li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
}

.left-nav li:last-child::before {
    display: none;
}

.left-nav li>a {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: .12rem .24rem;
    position: relative;
    z-index: 1;
    font-size: .16rem;
    color: #333;
    line-height: .5rem;
}

.left-nav li>a:after {
    content: "+";
    position: absolute;
    right: .24rem;
    color: #999;
    font-size: .18rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-family: fangsong;
}

.left-nav li.on>a,
.left-nav li.currclass>a {
    background: #0084ff;
    color: #fff;
}

.left-nav li.on>a:after,
.left-nav li.currclass>a:after {
    content: "-";
    color: #fff;
}

.left-nav .sub {
    padding: .1rem;
    display: none;
}

.left-nav .sub dd {
    background: #f3f4f8;
    margin-bottom: .1rem;
    position: relative;
}

.left-nav .sub dd:last-child {
    margin: 0;
}

.left-nav .sub dd:after {
    content: url(../img/left_nav_arrow.png);
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s right
}

.left-nav .sub dd:hover:after {
    opacity: 1;
    right: 20px;
    top: 20px
}

.left-nav .sub dd a {
    display: block;
    overflow: hidden;
    padding: .12rem .24rem;
    font-size: .14rem;
    color: #333;
}

.left-nav .sub dd:hover a {
    background: #0084ff;
    color: #fff;
}

.r-news {
    margin-top: .2rem;
    background: #fff;
    display: none;
}

.r-news .tt {
    padding: .3rem 0 .2rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    background: #0084ff;
    position: relative;
}

.r-news .tt::after {
    content: 'HOT NEWS';
    position: absolute;
    top: .15rem;
    left: 50%;
    font-size: .23rem;
    color: rgba(255, 255, 255, .2);
    transform: translateX(-50%);
}

.r-news ul {
    padding: .12rem .24rem;
}

.r-news ul li {
    background: url(../img/icon-rnews-dian.png) left center no-repeat;
    line-height: 34px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .14rem;
}

.r-news ul li a {
    color: #7d7d7d;
}

.r-news ul li a:hover {
    color: #0084ff;
}

.phone {
    overflow: hidden;
    width: 100%;
    padding: .3rem 0;
    padding-left: 75px;
    border-radius: 5px;
    background: url(../img/icon_phone.png) no-repeat 20px center;
    background-color: #f5c62a;
    box-sizing: border-box;
    margin-top: .2rem;
}

.phone p {
    font-size: .16rem;
    color: #7d7d7d;
}

.phone b {
    display: block;
    font-size: .2rem;
    color: #7d7d7d;
}

/*cp*/
.plist li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li .bot {
    transition: all 0.5s ease;
    padding: .3rem;
    position: relative;
    background: #fff;
}

.plist li .bot .icon {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 50%;
    margin-left: -16px;
    top: -16px;
    line-height: 32px;
    z-index: 1;
    text-align: center;
    font-size: 0;
}

.plist li .bot .icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(111, 174, 75, 0.1);
    border-radius: 50%;
    transform: scale(1.5);
    transition: 0.6s
}

.plist li .bot .icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0084ff;
    border-radius: 50%;
    transition: 0.6s
}

.plist .bot .icon span {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: 0.6s;
    display: inline-block;
}

.plist .bot .tit {
    font-size: .18rem;
    color: #333;
    height: 40px;
    overflow: hidden;
    transition: 0.6s;
}

.plist .bot .con {
    font-size: .12rem;
    color: #999;
    line-height: 23px;
    overflow: hidden;
    transition: 0.6s;
}

.plist li:hover .icon:before {
    background: rgba(245, 198, 42, 0.1);
}

.plist li:hover .icon:after {
    background: #f5c62a
}

.plist li:hover .icon span {
    transform: rotate(180deg);
}

.plist li:hover .bot {
    background: #0084ff;
}

.plist li:hover .tit,
.plist li:hover .con {
    color: #fff;
}

.pro-xq .top {
    background: #fff;
    padding: .3rem .2rem;
}

.pro-xq .top .l {
    width: 49%;
    text-align: center;
}

.pro-xq .top .l .swiper-pagination-bullet-active {
    background: #0084ff;
}

.pro-xq .top .r {
    width: 49%;
}

.pro-xq .top h2 {
    font-size: .2rem;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ebebeb;
}

.pro-xq .top p {
    font-size: .14rem;
    line-height: 1.5;
    color: #878787;
}

.pro-xq .detail {
    margin-top: .3rem;
}

.pro-xq .pp {
    margin-bottom: 0.2rem;
    display: inline-block;
    font-size: .18rem;
    font-weight: bold;
    color: #333;
}

.pro-xq .pp:before {
    content: "";
    position: absolute;
    top: 0;
    left: -.21rem;
    width: 3px;
    height: 100%;
    background: #0084ff
}

/*工业用*/
.pro-xq .tit {
    font-size: .2rem;
}

/*新闻*/
.newslist {
    background: #fff;
}

.newslist ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.newslist ul li:nth-child(3n) {
    margin-right: 0;
}

.newslist ul li .img,
.newslist ul li .img img {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.newslist ul li .img img {
    transition: 1s;
}

.newslist ul li .img .red-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.newslist ul li .img .red-bg {
    background: rgba(32, 138, 224, 0.8);
}

.newslist ul li .img .line {
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.newslist ul li .img .line_1 {
    width: 52px;
    height: 1px;
    margin: -1px 0px 0px -26px;
    transform: translateX(-55px);
    -webkit-transform: translateX(-55px);
}

.newslist ul li .img .line_2 {
    width: 1px;
    height: 52px;
    margin: -26px 0px 0px -1px;
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
}

.newslist ul li:hover .img .red-bg {
    opacity: 1;
    visibility: visible;
}

.newslist ul li:hover .img .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.newslist ul li:hover .img img {
    transform: scale(1.05);
}

.newslist ul li .txt {
    padding: .36rem .3rem;
    background: #f2f4f5;
}

.newslist ul li .txt .time {
    font-size: .13rem;
    color: #b2b2b4;
    margin-bottom: .08rem;
    display: block;
}

.newslist ul li .txt h5 {
    font-size: .2rem;
    color: #222225;
    margin: 0;
    margin-bottom: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist ul li .txt i {
    display: block;
    width: 15px;
    height: 3px;
    background: #0084ff;
    margin-bottom: .12rem;
    position: relative;
}

.newslist ul li .txt i:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #0084ff;
    transition: .5s;
}

.newslist ul li:hover .txt i:before {
    width: 100%;
}

.newslist ul li .txt p {
    font-size: .14rem;
    color: #868686;
    line-height: 1.5;
    height: .59rem;
    overflow: hidden;
}

.newslist ul li .btn_more {
    display: block;
    margin-top: .12rem;
    font-size: .14rem;
    color: #0084ff;
}

/*技术指导*/
.detail.newslist ul li .txt {
    padding: .2rem;
}


/*合作案例*/
.newslist.hzal .txt {
    background: none;
    padding: .2rem 0 0;
}

.news-xq {
    padding-bottom: .5rem;
    background: #f3f4f8;
}

.news-xq .sortnav {
    border: 0;
}

.news-xq .sortnav .nav {
    display: none
}

.news-xq .left {
    width: 73.1%;
}

.news-xq .detail {
    margin: 0 auto;
    background: #fff;
    padding: .7rem .6rem;
    box-sizing: border-box;
}

.news-xq .detail .tit {
    font-size: .26rem;
    color: #565656;
    margin-bottom: .15rem;
}

.news-xq .detail .time {
    font-size: .14rem;
    color: #7e8080;
    line-height: 1.5;
    margin-bottom: .15rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #ebebeb;
    display: block;
}

.fot {
    overflow: hidden;
    margin-top: .35rem;
}

.fot div {
    margin-top: .2rem;
}

.fot span {
    display: inline-block;
    line-height: 1.5;
    font-size: .14rem;
    background: #bfbfbf;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
    padding: .05rem .1rem;
}

.fot h5 {
    display: inline-block;
    font-size: .16rem;
    line-height: 2;
    color: #333335;
    margin: 0;
    font-weight: normal;
}

.fot div:hover span {
    background: #0084ff;
}

.news-xq .right {
    width: 23.3%;
}

.news-xq .right ul li {
    width: 100%;
    margin-bottom: .24rem;
}

.news-xq .right ul li a {
    display: block;
    width: 100%;
}

.news-xq .right ul li .img {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    text-align: center;
}

.news-xq .right ul li .img img {
    width: 100%;
    transition: 1s;
}

.news-xq .right ul li:hover .img img {
    transform: scale(1.1) rotate(.1deg);
}

.news-xq .right ul li .txt {
    padding-top: .14rem;
}

.news-xq .right ul li .txt h5 {
    font-size: .16rem;
    line-height: 2;
    color: #333335;
    margin-bottom: .15rem;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-xq .right ul li .txt h5:hover {
    color: #0084ff;
}

.news-xq .right ul li .txt span {
    display: block;
    height: 18px;
    line-height: 21px;
    font-size: .14rem;
    color: #b2b2b4;
}


.case .r-box li {
    width: 100%;
    margin-bottom: .2rem;
    background-color: #0084ff;
}

.case .r-box li .img {
    width: 66%;
}

.case .r-box li .img .rect-556 {
    padding-bottom: 47.9%;
}

.case .r-box li .text {
    width: 28%;
    padding: 0 3%;
    color: #333;
    right: 0;
    background: rgba(213, 213, 213, 0.9);
    height: 100%;
}

.case .r-box li .text .tit {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .5rem;
}

.case .r-box li .text .con {
    margin-top: .1rem;
    font-size: .14rem;
    margin-bottom: .3rem;
}

.case .r-box li .text .cbtn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: .16rem;
    border: 1px solid #333;
    font-family: fangsong;
}

.case .r-box li:hover img {
    transform: scale(1.1);
}

.case .r-box li:hover .text {
    color: #fff;
    background: rgba(111, 174, 75, 0.9);
}

.case .r-box li:hover .text .cbtn {
    background: #fff;
    color: #0084ff;
    border-color: #fff;
}


.related-list {
    margin-top: .2rem;
}

.related-list .tt {
    background: #fff;
    margin-bottom: .2rem;
    font-size: 0;
}

.related-list .tt h3 {
    font-size: .18rem;
    font-weight: bold;
    background: #0084ff;
    color: #fff;
    display: inline-block;
    padding: .1rem .15rem;
}

.gyjjs strong {
    position: relative;
}

.gyjjs strong::after {
    content: "";
    position: absolute;
    top: 0;
    left: -.21rem;
    width: 3px;
    height: 100%;
    background: #0084ff
}

.culture table {
    margin: 0;
}

.culture td {
    width: 50%;
    vertical-align: middle;
    padding: 0;
}

.culture td.tt {
    padding: 0 .3rem;
}

.culture td p:first-child {
    color: #0084ff;
    font-size: .18rem;
    font-weight: bold;
}

.history ul {
    position: relative;
    display: block;
    padding-bottom: .8rem;
}

.history ul li {
    position: relative;
    padding-top: .8rem;
}

.history ul li .year {
    position: relative;
    z-index: 9;
    width: .85rem;
    height: 20px;
    line-height: 25px;
    text-align: center;
    float: left;
}

.history ul li .year span {
    font-size: .25rem;
    color: #0084ff;
    font-family: fantasy;
    transition: .2s;
    position: absolute;
    left: 0;
}

.history ul li .year:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #e2e2e2;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -6px;
}

.history ul li:hover .year:before {
    border: 3px solid #0084ff;
}

.history ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #d0d1d3;
    display: block;
    position: absolute;
    top: .2rem;
    left: .82rem;
}

.history ul li .txt {
    margin-left: 1.1rem;
    font-size: .14rem;
    color: #6a6a6a;
    position: relative;
    transition: .2s;
}

.history ul li .txt h2 {
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .1rem;
    color: #0084ff;
}

.history ul li .txt dl {
    margin: 0;
    overflow: hidden;
}

iframe {
    width: 100% !important;
}

.contact table {
    width: 100%;
}

.contact table td {
    width: 50%;
}

.contact table td:last-child p img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.contact table td:last-child p:nth-last-child(-n+5) {
    border-bottom: 1px dashed #e5e5e5;
    font-size: .14rem;
}

.lc table img:hover {
    transform: unset;
}

.lc table td {
    padding: .3rem 0;
}

.zxly-cont .zxly-tpzs {
    width: 50%;
}

.zxly-cont .zxly-input {
    width: 48%;
}

.zxly-cont .zxly-input li {
    width: 100%;
    margin-bottom: .2rem;
    box-sizing: border-box;
    display: block;
    font-size: .16rem;
}

.zxly-cont .zxly-input .form-ct01 {
    width: 100%;
    height: .48rem;
    font-size: .14rem;
    color: #999;
    padding-left: .1rem;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.zxly-cont .zxly-input .form-ct02 {
    width: 100%;
    height: 2.5rem;
    font-size: .14rem;
    color: #999;
    padding: .1rem;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    resize: none;
}

.zxly-cont .zxly-input .li-type03 {
    margin-bottom: .2rem;
}

.zxly-cont .zxly-input .li-type04 {
    text-align: right;
}

.zxly-cont .zxly-input .sub_button {
    width: 30%;
    font-size: .18rem;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    padding: .1rem;
}

.zxly-cont .zxly-input .sub_button01 {
    background: #0084ff;
}

.zxly-cont .zxly-input .sub_button02 {
    color: #444;
    background-color: #dfdfdf;
}

.zixun {
    width: 100%;
    padding: .15rem 0;
    background: rgba(0, 0, 0, .5);
    font-size: .2rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 19;
    display: none;
}

.zixun a {
    display: inline-block;
    width: 40%;
    line-height: 50px;
    background: #0084ff;
    color: #fff;
    border-radius: .05rem;
}

.zixun a:first-child {
    background: #f5c62a;
    margin-right: 5%;
}

.izl-rmenu {
    position: fixed;
    right: 30px;
    width: 58px;
    bottom: 30%;
    z-index: 999999;
}

.izl-rmenu .btn {
    float: left;
    width: 58px;
    height: 58px;
    cursor: pointer;
    position: relative;
    border: #dddddd 1px solid;
    margin: -0.5px 0;
    padding: 0;
}

.izl-rmenu .btn-qq {
    background: #fff url(../img/r_qq.png) center no-repeat;
}

.izl-rmenu .btn-qq:hover {
    background: #fff url(../img/r_qq_on.png) center no-repeat;
}

.izl-rmenu .btn-wx {
    background: #fff url(../img/r_wx.png) center no-repeat;
}

.izl-rmenu .btn-wx:hover {
    background: #fff url(../img/r_wx_on.png) center no-repeat;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -118px;
    top: 0px;
    display: none;
    width: 100px;
    height: 100px;
    border: #ddd 1px solid;
    max-width: unset;
    padding: 3px;
    background: #fff;
}

.izl-rmenu .btn-phones {
    background: #fff url(../img/r_phone.png) center no-repeat;
}

.izl-rmenu .btn-phones:hover {
    background: #fff url(../img/r_phone_on.png) center no-repeat;
}

.izl-rmenu .btn-phones .phones {
    position: absolute;
    width: 160px;
    left: -172px;
    top: -10px;
    line-height: 30px;
    color: #9b9b9b;
    font-size: .18rem;
    text-align: center;
    display: none;
    background: #fff;
    border: #ddd 1px solid;
    padding: 10px 0;
}

.izl-rmenu .btn-top {
    background: #fff url(../img/r_top.png) center no-repeat;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background: #fff url(../img/r_top.png) center no-repeat;
}

#btp {
    background: #0084ff url(../img/icon_top.png) center no-repeat;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    border-radius: 2px;
    opacity: .8;
    z-index: 19
}

.my-map {
    margin: 0 auto 0.15rem;
    width: 100%;
    height: 35vh;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

#fenye {
    font-size: 0.14rem;
}

.l-case {
    background-color: #fff;
    margin-top: .2rem;
}

.l-case .tit {
    padding: .3rem 0 .2rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    background: #0084ff;
    position: relative;
}

.l-case .caseListBox {
    height: 10rem;
    overflow: hidden;
    border-top: 0.12rem solid #fff;
    border-bottom: 0.12rem solid #fff;
    border-left: 0.24rem solid #fff;
    border-right: 0.24rem solid #fff;
}

.l-case .caseListBox .caseList {
    position: relative
}

.l-case .caseListBox .item {
    text-align: center
}

.l-case .caseListBox .item .img {
    border: 1px solid #e1e0e0
}

.l-case .caseListBox .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px
}

.l-case .caseListBox .item p {
    font-size: 0.14rem;
    color: rgb(112, 112, 112);
    line-height: 2;
    margin-top: 0.08rem;
    margin-bottom: 0.1rem;
}

#caseNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.25rem;
}

#caseNav a {
    font-size: 0.16rem;
    display: inline-block;
    padding: .12rem .24rem;
    border: 1px solid #ddd;
    background: #f2f4f5;
    margin: 0.05rem 0.075rem;
    color: #333;
}

#caseNav a.currclass,
#caseNav a:hover {
    background-color: #0084ff;
    color: #fff;
}

.gcpt {
    max-width: 1220px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}


.gcpt table {
    border-collapse: initial;
    width: 100%;
    border-spacing: 10px;
    margin-top: -10px;
}

.gcpt table tr td {
    overflow: hidden;
}

.gcpt table tr td img {
    transition: all linear 0.4s;
    width: 100%;
}

.gcpt table tr td img:hover {
    transform: scale(1.2);
}