@media screen and (min-width: 1400px) {
    .layui-container {
        width: 1400px;
    }
}

* {
    box-sizing: border-box;
}

body {
    background: url(../3.png) repeat-y 0 545px;
}

section {
    padding: 0;
    margin: 0;
    border: 0;
}

#servicebox {
    width: 40px;
    height: 130px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10000;
    margin-top: -65px;
    background: #f76201;
}

#servicebox .ico {
    background: #333;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

#servicebox .ico .layui-icon {
    font-size: 25px;
}

#servicebox .text {
    color: #fff;
    padding: 7px 13px 0;
}

#servicebox:hover #servicer {
    display: block;
}

#servicer {
    width: 140px;
    height: 622px;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 2;
    margin-top: -310px;
    background: #fff;
    display: none;
}

#servicer .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #ce5f54;
}

#servicer .title.bg2 {
    background: #1ebaa2;
}

#servicer ul {
    padding: 20px 0 20px 20px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#servicer ul li {
    position: relative;
    margin-bottom: 20px;
}

#servicer ul li:last-child {
    margin-bottom: 0;
}

#servicer ul li .pic img {
    width: 100px;
    height: 100px;
}

#servicer ul li .hover {
    position: absolute;
    right: 138px;
    top: 50%;
    margin-top: -60px;
    z-index: 2;
    display: none;
}

#servicer ul li .hover img {
    width: 120px;
    height: 120px;
}

#servicer ul li:hover .hover {
    display: block;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #0b84ff;
    cursor: pointer;
}

#header {
    width: 100%;
    height: 120px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
    border-bottom: 0px;

}

#header .hInner {
    padding: 0 14%;
}

#header .hInner h1 {
    float: left;
}

#header .hInner h1 img {}

#header .hInner .rBox {
    float: right;
    width: 640px;
}

#header .searchBox {
    float: right;
    position: relative;
    margin-top: 20px;
}

#header .searchBox .tel {
    padding: 0 30px 0 45px;
    float: left;
    color: #0b84ff;
    font-size: 18px;
    text-align: right;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-weight: bold;
    position: relative;
    line-height: 100px;
    margin-right: 100px;
}

#header .searchBox .tel:after {
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #c9c9c9;
    content: "";
}

#header .searchBox .tel span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

#header .searchBox.active .tel {
    visibility: hidden;
    opacity: 0;
}

#header .searchBox .search {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    border-radius: 20px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

#header .searchBox.active .search {
    width: 200px;
    background: #fff !important;
    border: 1px solid #626262;
    color: #333;
}

#header .searchBox .search input {
    padding: 0 40px 0 20px;
    width: 100%;
    height: 40px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
}

#header .searchBox .search a {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

#header .searchBox.active .search a {
    color: #fff;
}

#header .searchBox .user {
    width: 0px;
    position: absolute;
    right: 00px;
    top: 50%;
    margin-top: -8px;
    border-radius: 20px;
    background: #fff;
    transition: all 0.3s;
    cursor: pointer;

}

#header .searchBox .user .weixin {
    position: relative;
    display: block
}

#header .searchBox .user .weixin .tquickmark {
    width: 120px;
    height: 0;
    position: absolute;
    background: #fff;
    left: -51px;
    z-index: 2;
    overflow: hidden;
    top: 68px;
}

#header .searchBox .user .weixin:hover .tquickmark {
    height: 120px;
}

.menu {
    display: none;
}

#gNavi {
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-right: -85px;
}

#gNavi.active {
    visibility: hidden;
    opacity: 0;
}

#gNavi>li {
    margin-right: 15px;
    float: left;
}

#gNavi>li:last-child {
    margin-right: 0;
}

#gNavi>li>a {
    height: 120px;
    display: block;
    position: relative;
    color: #323232;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    padding: 0 5px;
    line-height: 120px;
}

#gNavi>li>a:before {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #0b84ff;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#gNavi>li>a:hover {
    color: #0b84ff;
}

#gNavi>li:hover>a:before {
    width: 100%;
}

#gNavi li div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 4px 2px rgba(197, 197, 195, 0.1);
    border-top: 1px solid #E3E3E3;
    background-color: #fff;
}

#gNavi li ul {
    float: right;
}

#gNavi li li {
    margin-right: 45px;
    float: left;
}

#gNavi li li a {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 58px;
}

#gNavi li li a:hover {
    color: #000;
}

#gNavi ul li .subnav {
    width: 100%;
    position: absolute;
    top: 148px;
    left: 0;
    z-index: 99;
    display: none;
    line-height: 60px;
}

.subnav_erji {
    margin: auto;
    overflow: hidden;
    text-align: center;
    width: 1400px;
    box-sizing: border-box;
}

#gNavi .subnav_erji li {
    line-height: 60px;
    padding: 0;
    background: none;
    float: none;
    text-align: center;
    display: inline-block;
    background: none;
}

#gNavi ul li .subnav li {
    color: #fff;
    position: relative;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    line-height: 60px;
    background: none;
}

#gNavi ul li .subnav li:hover {
    background: rgba(0, 0, 0, 0.4);
}

#gNavi ul li .subnav li a {
    color: #fff;
    background: none;
}

#gNavi ul li .subnav li:hover {
    border-bottom: 0;
}

#gNavi ul li .subnav li::before {
    /* content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 19px;
    right: -25px; */
}

#gNavi ul li .subnav li:last-child::before {
    display: none;
}

/* .naver ul li:hover{border-bottom: 2px solid #0062b3;color: #0062b3;} */
#gNavi ul li:hover .subnav {
    display: block;
    animation: 1s cubeGridScaleDelay ease forwards;
}

@keyframes cubeGridScaleDelay {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateZ(0px);
    }
}

.menuBox,
.muser {
    display: none;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner video {
    width: 100%;
}

.banner .video-arrow {
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
    bottom: 0;
}

.banner .video-arrow .layui-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 40px;
}

.banner .video-text {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 100px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

.banner .video-text .layui-container {
    height: 100%;
    position: relative;
    padding: 0;
}

.banner .video-text img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner .swiper-container {
    height: 100%;
}

.banner .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-container .swiper-slide a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.banner .swiper-container .swiper-slide .text1 {
    font-size: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.banner .swiper-container .swiper-slide .text1 span {
    display: inline-block;
    padding: 0 40px;
}

.banner .swiper-container .swiper-slide .text2 {
    font-size: 18px;
    letter-spacing: 35px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.banner .swiper-container .swiper-slide .more {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 70px;
    height: 38px;
    line-height: 38px;
    width: 200px;
    border-radius: 19px;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.banner .swiper-container .swiper-slide a:hover .more {
    border: 1px solid #0b84ff;
    background: #0b84ff;
    color: #fff;
}

#congshi {
    padding-bottom: 90px;
}

ww .container1 {
    width: 100%;
}

.container1 .leftbox {
    height: auto;
    overflow: hidden;
}

.container1 .leftbox img {
    width: 100%;
    display: block;
    padding: 0px 30px 0px 0px;
    box-sizing: border-box;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    margin-top: 95px;
}

.container1 .leftbox:hover img {
    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);
}

.titlemain {
    width: 100%;
    height: 140px;
    text-align: right;
    margin-top: 80px;
}

.titlemain h2 {
    display: block;
    font-size: 36px;
    color: #0b84ff;
    line-height: 36px;
    font-weight: bolder;
}

.titlemain h2 a {
    color: #0b84ff;
}

.titlemain h2 span {
    color: #000000;
}

.titlemain h3 {
    display: block;
    font-size: 38px;
    color: rgba(11, 132, 255, 0.3);
    line-height: 70px;
    margin-top: 5px;
}

.container1 .rightbox {
    height: auto;
    overflow: hidden;
    padding-left: 55px;
    box-sizing: border-box;

}

.container1 .rightbox .des {
    line-height: 40px;
    color: #000000;
    margin-top: 0px;
}

.container1 .rightbox .more {
    width: 190px;
    height: 55px;
    float: right;
    border: 1px solid #0b84ff;
    color: #898989;
    text-align: center;
    line-height: 53px;
    border-radius: 55px;
    margin-top: 30px;
}

.container2 {
    width: 100%;
}

.titlemain1 {
    width: 100%;
    height: 140px;
    text-align: left;
    margin-top: 90px;
}

.titlemain1 h2 {
    display: block;
    font-size: 36px;
    color: #0b84ff;
    line-height: 36px;
    font-weight: bolder;
}

.titlemain1 h2 a {
    color: #0b84ff;
}

.titlemain1 h2 span {
    color: #000000;
}

.titlemain1 h3 {
    display: block;
    font-size: 38px;
    color: rgba(11, 132, 255, 0.3);
    line-height: 70px;
    margin-top: 5px;
}

.container2 .slideTxtBox {
    width: 100%;
    position: relative;
}

.container2 .slideTxtBox .hd {
    position: absolute;
    right: 0;
    top: -105px;
    width: 390px;
}

.container2 .slideTxtBox .hd ul {
    width: 100%;
}

.container2 .slideTxtBox .hd ul li {
    width: 165px;
    height: 50px;
    background: url(../4.png) no-repeat center;
    float: left;
    margin-left: 30px;
    text-align: center;
    line-height: 50px;
    color: #171717;
}

.container2 .slideTxtBox .hd ul li.on {
    background: url(../5.png) no-repeat center;
    color: #fff;
}

.container2 .slideTxtBox .bd .leftlist {
    padding-right: 70px;
    margin-top: -15px;
}

.container2 .slideTxtBox .bd .leftlist .box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 16px;

}

.container2 .slideTxtBox .bd .leftlist .box a {
    display: block;
    float: left;
    color: #000000;
    text-indent: 25px;
    background: url(../6.png) no-repeat left;
}

.container2 .slideTxtBox .bd .leftlist .box:hover a {
    color: #288ffc;
    background: url(../7.png) no-repeat left;
}

.container2 .slideTxtBox .bd .leftlist .box p {
    display: block;
    float: right;
    color: #6b6b6b;
}

.container2 .slideTxtBox .bd img {
    width: 100%;
    padding-left: 30px;
    height: auto;
    margin-top: 0px;
    DISPLAY: BLOCK;
    BOX-SIZING: border-box;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.container2 .slideTxtBox .bd li:hover img {
    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);
}

.container3 {
    width: 100%;
}

.container3 .slideTxtBox1 {
    width: 100%;
    margin-top: 70px;
}

.container3 .slideTxtBox1 .hd1 {
    position: absolute;
}

.container3 .slideTxtBox1 .hd1 ul {}

.container3 .slideTxtBox1 .hd1 ul li {}

.container3 .slideTxtBox1 .hd1 ul li.on {}

.container3 .slideTxtBox1 .bd1 {
    width: 100%;
    position: relative;
    height: 100%;
}

.container3 .slideTxtBox1 .bd1 .main {
    width: 100%;
    position: relative;
}

.container3 .slideTxtBox1 .bd1 .main .box {
    float: left;
}

.container3 .slideTxtBox1 .bd1 .main .box img {
    width: 100%;
    height: auto;
    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}

.container3 .slideTxtBox1 .bd1 .main .box:hover img {
    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);
}

.container3 .slideTxtBox1 .bd1 .main .text {
    position: absolute;
    background: #fff;
    right: 0;
    height: 240px;
    top: 50%;
    margin-top: 75px;
    padding: 45px 50px;
}

.container3 .slideTxtBox1 .bd1 .main .text .topic {
    display: block;
    font-size: 28px;
    color: #000000;
    text-indent: 25px;
    background: url(../12.png) no-repeat left;
    line-height: 28px;
}

.container3 .slideTxtBox1 .bd1 .main .text .topic a {
    color: #000000;
}

.container3 .slideTxtBox1 .bd1 .main .text .des {
    width: 100%;
    font-size: 16px;
    color: #292929;
    line-height: 36px;
    margin-top: 15px;
}

.container3 .slideTxtBox1 .fany {
    height: 23px;
    width: 100%;
}

/* .container3 .slideTxtBox1 .fanye .next1,
.container3 .slideTxtBox1 .fanye .prev1 {
	width: 12px;
	height: 23px;
	background: url(../8.png) no-repeat center;
	display: block;
	float: left;
	margin-top: 35px;
} */

.container3 .slideTxtBox1 .fanye .next1,
.container3 .slideTxtBox1 .fanye .prev1 {
    width: 12px;
    height: 23px;
    background: url(../8.png) no-repeat center;
    display: block;
    float: left;
    margin-top: 35px;
    position: absolute;
    left: -71%;
    top: -300px;
}

/* .container3 .slideTxtBox1 .fanye .prev1 {
	background: url(../9.png) no-repeat center;
	float: right;
} */
.container3 .slideTxtBox1 .fanye .prev1 {
    background: url(../9.png) no-repeat center;
    float: right;
    left: -66%;
}

.container3 .slideTxtBox1 .fanye .next1:hover {
    background: url(../10.png) no-repeat center;
}

.container3 .slideTxtBox1 .fanye .prev1:hover {
    background: url(../11.png) no-repeat center;
}

.container4 {
    width: 100%;
}


.container4 .fanye {
    width: 85px;
    height: 33px;
    position: absolute;
    top: 50px;
    right: 15px;
}

.container4 .fanye #btn1 {
    float: left;
    background: url(../8.png) no-repeat center;
    width: 38px;
    height: 33px;
}

.container4 .fanye #btn1:hover {
    background: url(../10.png) no-repeat center;
}

.container4 .fanye #btn2 {
    float: right;
    background: url(../9.png) no-repeat center;
    width: 46px;
    height: 33px;
}

.container4 .fanye #btn2:hover {
    background: url(../11.png) no-repeat center;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container1 .swiper-slide .picbox {
    width: 320px;
    height: 235px;
    position: relative;
    overflow: hidden;
}

.swiper-container1 .swiper-slide .picbox .img {
    width: 100%;
    height: 235px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.swiper-container1 .swiper-slide .picbox:hover .img {
    margin-top: -10px;
}

.swiper-container1 .swiper-slide .picbox .img img {
    width: 100%;
    height: 235px;
}

.swiper-container1 .swiper-slide .picbox .text {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 235px;
    background: rgba(0, 0, 0, 0.5);
    top: 187px;
    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}

/* .swiper-container1 .swiper-slide .picbox:hover .text {
	top: 0;
	background: rgba(11, 132, 255, 0.5);
} */

.swiper-container1 .swiper-slide .picbox .text a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}

/* .swiper-container1 .swiper-slide .picbox:hover .text a {
	margin-top: 25px;
} */

.swiper-container1 .swiper-slide .picbox .text p {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    line-height: 28px;
    font-size: 16px;
    margin-top: 12px;
    padding: 0 20px;
    box-sizing: border-box;
}

.titlemain2 {
    width: 100%;
    height: 140px;
    text-align: center;
    margin-top: 90px;
}

.titlemain2 h2 {
    display: block;
    font-size: 36px;
    color: #0b84ff;
    line-height: 36px;
    font-weight: bolder;
}

.titlemain2 h2 a {
    color: #0b84ff;
}

.titlemain2 h2 span {
    color: #000000;
}

.titlemain2 h3 {
    display: block;
    font-size: 38px;
    color: rgba(11, 132, 255, 0.3);
    line-height: 70px;
}

.container5 {
    width: 100%;
}

.container5 .boxmain {
    width: 1440px;
    margin-top: 10px;
    margin-bottom: 90px;

}

.container5 .boxmain .box {
    width: 240px;
    height: 80px;
    text-align: center;
    line-height: 74px;
    border: 3px solid #0b84ff;
    display: inline-block;
    margin-right: 40px;
    box-sizing: border-box;
    border-radius: 80px;
    font-size: 16px;
    background: #0b84ff
}

.container5 .boxmain .box a {
    color: #fff;
}

.container5 .boxmain .box:hover {
    border: 3px solid #0163c8;
}


.foot {
    width: 100%;
    height: 305px;
    background: url(../19.jpg) no-repeat center;
}

.foot .leftbox h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 60px;
    float: left;
    width: 100%;
}

.foot .leftbox h3 a {
    color: #fff;
}

.foot .leftbox .tel {
    padding-left: 35px;
    background: url(../17.png) no-repeat 0 7px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin-top: 15px;
}

.foot .leftbox .link {
    width: 100%;
    height: 27px;
    float: left;
    line-height: 27px;
    position: relative;
}

.foot .leftbox .link .liebiao {
    float: left;
}

.foot .leftbox .link .box {
    float: left;
    color: #fff;
}

/* .foot .leftbox .link:hover .liebiao {
	height: auto;
} */

.foot .leftbox .link .liebiao .linkin {

    padding: 0 10px;
    color: #FFF;
    font-size: 14PX;
    float: left;
}

.foot .leftbox .link .liebiao .linkin a {
    color: #FFF;
}

.foot .rightbox {
    float: right;
}

.foot .rightbox .box {
    display: block;
    float: right;
    margin-top: 65px;
}

.foot .rightbox .quickmark {
    width: 165px;
    height: 205px;
    margin-left: 30px;
    float: left;
}

.foot .rightbox .quickmark img {
    width: 165px;
    height: 205px;
}

.foot .infoleft {
    text-align: left;
    margin-top: 25px;
    line-height: 26px;
    color: #fff;
}

.foot .inforight {
    text-align: left;
    margin-top: 25px;
    line-height: 26px;
    color: #fff;
}

.foot a {
    color: #fff;
}

.nbanner {
    width: 100%;
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.nbanner img {
    width: 100%;

}

.nbanner h2 {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 145px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bolder;
}

.nbanner h3 {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 185px;
    font-weight: normal;
    font-size: 18px;
}

.nbanner h3 a {
    color: #fff;
}

.nguide {
    width: 100%;
    background: #f6f6f6;
    height: 70px;
}

.nguide li {
    width: 20%;
    line-height: 70px;
    text-align: center;
    background: #71b3f8;
    border-left: 1px solid #a9d2fe;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
}

.nguide li a {
    color: #fff;
}

.nguide li:hover {
    background: #288ffc;
}

.nguide li.layui-this {
    background: #288ffc;
}

.infolist {
    margin-top: 50px;
    /* display: flex;
	    flex-direction: row;
	    flex-wrap: wrap; */
}

.infolist .pleft {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.infolist .pright {
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.infolist .box {
    margin-bottom: 30px;
}

.infolist a {
    display: block;
    float: left;
    padding: 30px 40px;
    width: 100%;
    background: #fff;
}

.infolist a:hover {
    background: #288ffc;
}

.infolist .shijian {
    width: 10.5%;
    float: left;
    text-align: center;
}

.infolist .shijian .ri {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    float: left;
}

.clear {
    clear: both;
}

.infolist a:hover .shijian .ri {
    color: #fff;
}

.infolist a:hover .shijian .yue {
    color: #fff;
}

.infolist .shijian .yue {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    color: #000000;
    display: block;
    float: left;
    padding-top: 13px;
}

.infolist .text {
    width: 89.5%;
    float: left;
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
    min-height: 83px;
}

.infolist a:hover .title {
    color: #fff;
}

.infolist .text .title {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;

}

.infolist a:hover .desc {
    color: #fff;
}

.infolist .text .desc {
    display: block;
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    margin-top: 23px;
}

.piclist {
    width: 100%;
    margin-top: 65px;
}

.piclist .box {
    min-height: 385px;
}

.piclist .box img {
    width: 100%;
    display: block;

    float: left;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}

.piclist .box img:hover {
    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);
}

.piclist .title {
    line-height: 65px;
    height: 65px;
    text-align: center;
    color: #000000;
    display: block;
}

.piclist .box:hover .title {
    color: #288ffc;
}

.picwzlist {
    width: 100%;
    margin-top: 50px;
}

.picwzlist .box {
    margin-bottom: 30px;
}

.picwzlist .box .text {
    width: 90%;
    height: 160px;
    background: #fff;
    margin-top: -30px;
    padding: 20px 20px;
    position: relative;
    z-index: 2;
}

.picwzlist .box .text .title {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.picwzlist .box .text .date {
    display: block;
    padding-left: 30px;
    background: url(../20.png) no-repeat left;
    height: 30px;
    line-height: 30px;
    color: #7b7b7b;
    margin-top: 30px;
}

.picwzlist .box:hover .more {
    background: url(../22.png) no-repeat left;
}

.picwzlist .box .more {
    width: 18px;
    height: 12px;
    background: url(../21.png) no-repeat left;
    float: right;
    margin-top: 8px;
}

.picwzlist .box:hover .text .title {
    color: #288ffc;
    font-weight: bolder;
}

.dpage {
    width: 100%;
}


.dpage .down p {
    padding: 0;
}

.dpage .up {
    width: 100%;
    height: 185px;
}

.dpage .up h2 {
    display: block;
    width: 100%;
    float: left;
    margin-top: 50px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.dpage .up p {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    color: #a4a4a4;
}

.dpage .down {
    font-size: 16px;
    color: #252525;
    line-height: 2.75em;
}

.pager {
    width: 100%;
}

.pager .previous {
    float: left;
    text-decoration: underline;
    color: #949494;
}

.pager .next {
    float: right;
    text-decoration: underline;
    color: #949494;
}

.pager a {
    color: #949494;
}

.pager a:hover {
    color: #288ffc;
}

.sch-form {
    width: 100%;
    height: 80px;
    background: #fff;
    margin-top: 50px;
}

.sch-form .sch-input {
    width: 1290px;
    height: 80px;
    float: left;
    border: none;
    text-indent: 50px;
}

.sch-form .sch-btn {
    width: 80px;
    height: 80px;
    float: right;
    background: url(../1.png) no-repeat center #fff;
    border: none;

}

.text-mute {
    line-height: 50px;
}

.schinfo-list .box a {
    padding: 35px 45px;
    background: #fff;
    box-sizing: border-box;
    display: block;
    height: 200px;
}

.schinfo-list .box .title {
    color: #494949;
    font-size: 16px;
    line-height: 32px;
}

.schinfo-list .box .time {
    color: #fd948c;
    font-size: 16px;
    line-height: 32px;
    margin-top: 5px;
}

.schinfo-list .box .desc {
    font-size: 16px;
    color: #787878;
    line-height: 30px;
    margin-top: 5px;
}

.layui-icon {
    font-size: 12px;
}

.lxwm {
    width: 100%;
    margin-top: 50px;
}

.lxwm .map {
    max-height: 610px;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
}

.lxwm .map img {
    width: 100%;
}

.lxwm .cinfo {
    width: 90%;
    height: 220px;
    margin: 0 auto;
    background: #fff;
    margin-top: -110px;
    padding: 55px 0;
    position: relative;
    z-index: 9999;
}

.lxwm .cinfo .box {
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #e5e5e5;

}

.lxwm .cinfo .box img {
    display: inline-block;


    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}

.lxwm .cinfo .box:hover img {
    margin-top: -10px;
}

.lxwm .cinfo .box div {
    margin-top: 25px;
}

.slideBoxauto {

    overflow: hidden;
    position: relative;
}

.slideBoxauto .hdauto {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.slideBoxauto .hdauto ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBoxauto .hdauto ul li {
    float: left;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 15px;
}

.slideBoxauto .hdauto ul li.on {
    background: #278ffc;
    color: #fff;
}

.slideBoxauto .bdauto {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxauto .bdauto li {
    zoom: 1;
    vertical-align: middle;
}

.slideBoxauto .bdauto img {
    display: block;
    width: 100%;
}

.boxmainfgs {
    width: 100%;
    margin-top: 50px;
}

.boxmainfgs .box {
    width: 240px;
    height: 80px;
    text-align: center;
    line-height: 74px;
    border: 3px solid #0b84ff;
    display: inline-block;
    margin-left: 38px;
    box-sizing: border-box;
    border-radius: 80px;
    font-size: 16px;
    background: #0b84ff;
    margin-bottom: 15px;
}

.boxmainfgs .box:nth-child(6n) {
    margin-left: 0;
}


.boxmainfgs .box a {
    color: #fff;
}

.boxmainfgs .box:hover {
    border: 3px solid #0163c8;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0163c8;
    border-color: #0163c8
}

.text-danger {
    color: #278ffc;
}

.text-mute {
    text-align: right;
}

/* 2-20 */

.con-fgslink .bd ul li {
    width: 240px;
    margin-right: 40px;
}

.con-fgslink .hd {
    height: 100%;
    margin-top: 20px;
}

.con-fgslink .hd ul {
    height: 100%;
    text-align: center;
}

.con-fgslink .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 3px 0;
    cursor: pointer;
    background: #0b84ff;
    opacity: .5;
    margin: 0 3px;
}

.con-fgslink .hd ul li.on {
    opacity: 1;
}