﻿.header {
    background: url(../images/banner_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 1% 0 5% 0;

}



.top {

    margin: 0 10% 8% 10%;
    z-index: 999;
    position: relative;

}

.top .logo {
    width: 160px;
}

.top .logo img {
    width: 100%;
}


.top .nav ul a {
    font-size: 16px;
    color: #051137;
    margin: 0 20px;
}

.top .nav ul a:hover {
    color: #3479fe;
}

.top .nav {
    position: relative;
}

.top .nav li .sub_nav {
    position: absolute;
    left: 0%;
    top: 50px;
    background: #fff;
    padding: 3%;
    display: none;
    z-index: 9999;
}

/* .top .nav li .sub_nav p {
    flex-wrap: wrap;
} */

.top .nav li .sub_nav a {
    width: 23.5%;
    display: inline-block;
    border-radius: 5px;
    margin: 0;
}

.top .nav li .sub_nav a img {
    width: 100%;
    transition: 0.5s;
    display: block;
    border-radius: 5px;
}

.top .nav li .sub_nav img:hover {
    transform: scale(.95);
    cursor: pointer;

    box-shadow: 0px 0px 10px rgba(154, 178, 214, 0.8);
}



.top .nav .nav_t i {
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #051137;
    border-bottom: 1px solid #051137;
    transform: rotate(-45deg);
    vertical-align: 3px;
    transition: all .2s;
}

.top:hover .nav .nav_t i {
    border-color: #3479fe;
}

.top .nav .nav_t:hover i {
    border-color: #3479fe;
    transform: rotate(135deg);
    vertical-align: 0
}

.top .nav .login {
    margin-left: 30px;
}

.top .nav .login a {
    background: #3479fe;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 100px;
    border-radius: 5px;
    text-align: center;

}

.banner {
    margin: 0 10%;
}

.banner_txt {
    width: 45%;
    color: #051137;
}

.banner_txt h1 {
    font-size: 48px;

}

.banner_txt h2 {
    font-size: 36px;
}

.banner_txt p {
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0;
}

.btn {
    font-size: 16px;
    color: #fff;
    background: #3479fe;
    height: 55px;
    line-height: 55px;
    width: 180px;
    border-radius: 50px;
    text-align: center;
    display: block;
    box-shadow: 0 3px 10px rgba(52, 121, 254, .5);
    transition: all .5s;
}

.btn:hover {
    margin-top: -10px;
}

.banner_img {
    width: 55%;
    text-align: right;
}

.banner_img img {
    width: 80%;
}

.jishu {
    margin: 5% 10%;
}

.jishu .tab_con {
    width: 40%;
}

.jishu .tab_con div {
    display: none;
}

.jishu .tab_con h1 {
    color: #051137;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}

.jishu .tab_con h1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100px;
    height: 5px;
    background: #57e0fd;
}

.jishu .tab_con h2 {
    color: #051137;
    font-size: 40px;
    line-height: 50px;
}

.jishu .tab_con p {
    font-size: 15px;
    margin: 50px 0;
    color: #556590;
    line-height: 30px;
}

.jishu .tab_bt {
    width: 50%;
}


.jishu .tab_bt li {
    border-radius: 10px;
    border: 1px solid #eef2f9;
    margin: 20px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;


}

.jishu .tab_bt li.current {
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.jishu .tab_bt li.current::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: none;
    height: 0;
    width: 0;
    border-color: #3479fe transparent transparent transparent;
    border-style: solid;
    border-width: 30px 30px 30px 0px;
    border-radius: 10px 0 0 0;


}

.jishu .tab_bt li span {
    display: inline-block;
    width: 18%;
    margin-right: 7%;

}

.jishu .tab_bt li span img {

    width: 100%;
}

.jishu .tab_bt li h1 {
    font-size: 18px;
    color: #051137;
    width: 75%;
}

.jishu .tab_bt li h1 p {
    font-size: 15px;
    margin-top: 10px;
    color: #556590;
    line-height: 25px;
    font-weight: normal;
}

.gong {
    background: #3479fe url(../images/gong_bg.jpg) no-repeat center;
    padding: 5% 10%;
    background-size: cover;
}

.gong h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.gong h1 p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0 50px 0;
}

.gong ul {
    flex-wrap: wrap;
    align-items: flex-start;
}

.gong ul li {
    width: 25%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 50px;
    cursor: pointer;
}

.gong ul li img {
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all .5s;
}

.gong ul li:hover img {
    margin-top: -20px;
    transform: rotateY(-180deg);
}

.gong ul li h2 {
    color: #1d0a0a;
    font-size: 20px;
    margin-bottom: 20px;
}

.gong ul li p {
    font-size: 15px;
    color: #556590;
    line-height: 25px;
    text-align: left;
}

.ying {
    padding: 5% 10%;
}

.ying_l {
    width: 35%;
    margin-right: 10%;
}

.ying_l img {
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.5s;
}

.ying_l img:hover {
    transform: scale(.9);
    cursor: pointer;
}

.ying_r {
    width: 55%;

}

.ying_r h1 {
    color: #051137;
    font-size: 40px;
    margin-bottom: 50px;
}

.ying_r ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    padding-left: 2%;

}

.ying_r ul li span {
    width: 8%;

}

.ying_r ul li img {
    width: 100%;

}

.ying_r ul li h2 {
    color: #051137;
    font-size: 18px;

    width: 89%;
    margin-left: 3%;
}

.ying_r ul li h2 p {
    font-weight: normal;
    color: #556590;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;

}

.fang {
    background: #eef2f9;
    padding: 5% 10%;
}

.fang_l {
    width: 50%;
}

.fang_l h1 {
    color: #051137;
    font-size: 40px;
}

.fang_l h2 {
    color: #051137;
    font-size: 22px;
}

.fang_l p {
    color: #556590;
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0;
}



.fang_r {
    width: 40%;
    margin-left: 10%;
}

.fang_r img {
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.5s;
}

.fang_r img:hover {
    transform: scale(.9);
    cursor: pointer;
}

.hezuo {
    margin: 5% 10%;
}

.hezuo h1 {
    text-align: center;
    font-size: 40px;
    color: #051137;
    margin-bottom: 50px;
}

.hezuo h1 p {
    color: #556590;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

.hezuo ul {
    flex-wrap: wrap;
}

.hezuo ul li {
    width: 9%;
    background: #fff;
    padding: 2% 5%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.hezuo ul li img {
    width: 100%;


    margin: 0 auto;
    display: block;
    transition: 0.5s;
}



.hezuo ul li:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.footer {
    background: #1b2534;
    padding: 4% 10% 3% 10%;
}

.footer_l {
    width: 70%;
}


.footer_l h1 {
    font-weight: normal;
    margin-bottom: 10px;
}

.footer_l h1 a {
    color: #cde0fa;
    font-size: 14px;
}

.footer_l p a,
.footer_l p {
    color: #8792b0;
    font-size: 13px;
    line-height: 28px;
}

.footer_l p a:hover {
    color: #fff;
}

.footer_r {
    width: 20%;
}

.footer_r img {
    width: 70%;
    margin-left: 20px;

}

.ban {
    color: #8792b0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #313b48;
    background: #1b2534;
    padding: 20px 0;
    line-height: 25px;
}

.cx h1 {
    text-align: center;
    font-size: 40px;
    color: #051137;
    margin: 60px 0 40px 0;

}

.cx .ser {
    border: 1px solid #c2d0eb;
    height: 50px;
    line-height: 50px;
    margin: 0 25%;

}

.cx .ser input {
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 20px;
    width: 60%;
}

.cx .ser_r {
    width: 40%;
    text-align: right;
}

.cx .ser button {
    width: 120px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3479fe;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    margin-left: 1px;
}

.cx ul {
    margin: 3% 18%;
}

.cx ul li {
    background: url(../images/cx_bg.png) no-repeat right bottom;
    background-size: cover;
    width: 42.5%;
    border-radius: 10px;
    padding: 3%;
    height: 140px;
    font-size: 26px;
    color: #f2f7ff;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.4);
}

.cx ul li img {
    width: 30%;
    margin-right: 5%;
    display: block;
    transition: 0.5s;
}


.cx ul li:hover img {
    transform: scale(.9);
    cursor: pointer;
}



.cx ul li h2 p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 5px;
}

.yong {
    background: #f8f9fc url(../images/yong_bg.png) no-repeat center bottom;
    padding: 5% 10%;
    background-size: contain;
}

.yong h1 {
    text-align: center;
    font-size: 40px;
    color: #051137;
    margin-bottom: 60px;
}

.yong .quan {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.yong .quan li {
    width: 32%;
    background: #fff;
    text-align: center;
    margin-bottom: 2.5%;
    color: #3a4051;
    transition: 0.5s;
    cursor: pointer;
}

.yong .quan li .yong_img {
    overflow: hidden;
}

.yong .quan li img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.yong .quan li:hover {
    border-radius: 5px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.yong .quan li:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.yong .quan li h2 {
    padding: 30px 0 40px 0;
    font-size: 24px;
}

.yong .quan li h2 p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.yong .feng li {
    background: #fff;
    padding: 5% 3%;
    text-align: center;
    width: 17%;
    cursor: pointer;
    transition: 0.5s;

}

.yong .feng li .feng_img {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    border-radius: 100px;
}

.yong .feng li img {
    width: 100%;
    display: block;
    transition: 0.5s;
}


.yong .feng li:hover img {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -mo-transform: rotate(90deg);
    transform: rotate(90deg);

}

.yong .feng li h2 {
    margin-top: 30px;
    font-size: 22px;
    color: #333;
}

.yong .feng li h2 p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #999;
}

.yong .feng li:hover {
    border-radius: 5px;
    margin-top: -20px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.product,
.hang {
    padding: 5% 10%;
    background: #f5f7fb;
}

.hang {
    padding-top: 0;
}

.product h1,
.hang h1,
.pin h1 {
    text-align: center;
    font-size: 40px;
    color: #051137;
    margin-bottom: 50px;

}

.product h1 p,
.hang h1 p,
.pin h1 p {
    color: #556590;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

.product ul li {
    width: 19.5%;
    padding: 2%;
    position: relative;
    background: #fff;
    transition: 0.5s;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.14);

}

.product ul li h2 {
    font-weight: normal;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;

}

.product ul li h2 img {
    width: 40px;
    margin-right: 10px;
}



.product ul li h2 p {
    font-size: 16px;
    color: #242859;
}

.product ul li h2 p span {
    font-size: 14px;
    color: #8190b8;
    display: block;
}

.product ul li h3 {
    margin: 20px 0;
}

.product ul li h3 img {
    width: 100%;
}

.product ul li h4 {
    font-size: 14px;
    color: #666;
    line-height: 23px;
    font-weight: normal;
}

.product ul li h5 {
    opacity: 0;
    transition: 0.35s;
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 5%;
    width: 90%;
    background: rgba(255, 255, 255, .9);

}

.product ul li h5 a {
    color: #0071ef;
    border: 1px solid #0071ef;
    display: inline-block;
    width: 47%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
}

.product ul li h5 a:first-child {
    color: #fff;
    background: #0071ef;

}

.product ul li:hover h5 {
    opacity: 1;
}

.product ul li:hover {
    margin-top: -20px;
}

.hang_l {
    background: #0076f0 url(../images/hang_l_bg.jpg) no-repeat right bottom;
    width: 20%;
    background-size: cover;
    padding: 3%;
    color: #fff;
}

.hang_l h2 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.hang_l h2 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.hang_l p {
    line-height: 40px;
    font-size: 14px;
}

.hang_l p img {
    margin-right: 5px;
    width: 18px;
}

.hang_l a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-top: 30px;
    width: 120px;
    color: #fff;
    border: 1px solid #fff;



}

.hang_r {
    width: 68%;
    padding: 3%;
    flex-wrap: wrap;

}

.hang_r li {
    text-align: center;
    width: 25%;
    margin: 20px 0;
}

.hang_r li img {
    width: 70px;
    margin-bottom: 10px;
    transition: all .5s;
}

.hang_r li:hover img {
    margin-top: -20px;
    transform: rotateY(-180deg);
}

.hang_r li p {

    font-size: 18px;
    color: #242859;
}

.hang_r li p span {
    display: block;
    font-size: 14px;
    color: #646b7d;
    margin-top: 5px;
}

.pin {
    margin: 5% 10%;

}

.pin_list .tab_con div {
    display: none;
}

.pin_list .tab_bt {
    width: 25%;
}

.pin_list .tab_bt ul li {
    background: #eff4fb;
    font-size: 16px;
    border-radius: 10px;
    line-height: 100px;
    color: #3a4051;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;


}

.pin_list .tab_bt ul li span {
    margin: 0 15px;
    font-size: 12px;
    color: #cad1dc;
}

.pin_list .tab_bt ul li em {
    font-weight: bold;
}

.pin_list .tab_bt ul li.current {
    background: #147bf0 url(../images/pin_bg.png) no-repeat right bottom;
    color: #fff;
    background-size: cover;
}

.pin_list .tab_con {
    width: 70%;

}

.pin_list .tab_con ul {

    flex-wrap: wrap;
}

.pin_list .tab_con ul li {
    display: flex;
    width: 40%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0;
    padding: 20px;
    transition: 0.5s;

}

.pin_list .tab_con ul li:hover {
    border-radius: 10px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.pin_list .tab_con ul li img {
    width: 40px;
    margin-right: 25px;
    margin-top: 10px;
    transition: 0.5s;
    display: block;
}

.pin_list .tab_con ul li:hover img {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -mo-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pin_list .tab_con ul li h2 {
    font-weight: normal;
    font-size: 18px;
    color: #051137;

}

.pin_list .tab_con ul li h2 p {
    color: #556590;
    font-size: 15px;
    margin-top: 10px;
}

.news {
    padding: 5% 10%;
    background: #fafbfd;
}

.news_l {
    width: 31.5%;


}

.news_l h1 {
    color: #373843;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadfe7;
    margin-bottom: 20px;
}

.news_l h1 a {
    color: #3370ff;
    font-size: 14px;
}

.news_l dl {
    background: #fff;
    padding-bottom: 20px;
    transition: 0.5s;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.14);
}

.news_l dt {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;

}

.news_l dt img {
    width: 100%;
    transition: all 0.5s;
}

.news_l dt:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.news_l dt p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;

}

.news_l dd {
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}

.news_l dd a {
    color: #373843;
    font-size: 14px;
    width: 80%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 12px;

}

.news_l dd a:hover {
    color: #3370ff;
}

.news_l dd a::after {
    position: absolute;
    left: 0;
    top: 18px;
    content: "";
    width: 4px;
    height: 4px;
    background: #999;

}

.news_l dd span {
    color: #666;
    font-size: 14px;

}

.cb {
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 9999;
}

.cb li {
    background: #0071ef;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 10px;
    transition: 0.5s;
    /* box-shadow: 0px 0px 10px rgba(154, 178, 214, 0.8); */

}

.cb li img {
    display: block;
    margin: 0 auto;
    width: 20px;
    transition: all .5s;

}

.cb li:last-child img {
    width: 12px;
}

.cb li:hover img {

    cursor: pointer;
    transform: rotateY(-180deg);
}

.cb li span {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.search h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;

}

.search h1 p {

    font-size: 16px;
    font-weight: normal;


}

.search .ser {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    margin: 0 25%;
    background: #fff;

}

.search .ser input {
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 20px;
    width: 60%;
}



.search .ser button {
    width: 120px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3479fe;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 0 5px 5px 0;

}

.search h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin: 0 25%;
    margin-top: 10px;
}

.search h2 a {
    color: rgba(255, 255, 255, .6);
    margin-right: 10px;

}

.search h2 a:hover {
    color: rgba(255, 255, 255, 1);


}

.site {
    margin: 2% 10%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;


}

.site a {
    color: #3a4051;
    font-size: 16px;
}

.site img {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.content {
    margin: 3% 10%;
}

.content dl {
    text-align: center;
    margin-bottom: 80px;
}

.content dl dt {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.content dl dd span {
    font-size: 16px;
    color: #666;
    margin: 0 10px;

}

.content p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 20px;
}

.content img {
    width: 80%;
    border-radius: 5px;
    margin: 40px auto;
    display: block;
}

.content .bq {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 50px;
}

.content .bq a {
    color: #8190b8;
}

.content ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.content ul li a:hover {
    color: #3479fe;
}

.news_bt {
    margin: 2% 10%;
    font-size: 14px;
    color: #333;
    justify-content: flex-start;
}


.news_bt li a {
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-right: 10px;
}

.news_bt li.current a,
.news_bt li:hover a {
    background: #3370ff;
    color: #fff;
}

.news_list {
    margin: 0 10%;
}

.news_list dl {
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;

}


.news_list dl dt {
    overflow: hidden;
    border-radius: 5px;
    width: 25%;
}

.news_list dl dt img {

    width: 100%;
    border-radius: 5px;
    transition: all 0.5s;
}

.news_list dl:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.news_list dl dd {

    width: 73%;
}

.news_list dl dd h1 {

    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.news_list dl dd h2 {

    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list dl dd p {


    font-size: 14px;
    color: #999;

}

.news_list dl dd p span {


    font-size: 14px;
    color: #666;
    background: #f2f2f2;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    width: 90px;
    margin-left: 10px;
    display: inline-block;
}

.news_list dl:hover dd h1 {
    color: #3479fe;

}

.news_list dl:hover {
    margin-top: -5px;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.24);
}

.page ul {
    justify-content: center;
    margin: 80px 0;
}

.page ul a {
    font-size: 14px;
    color: #6a6e81;
    display: inline-block;
    border: 1px solid #dfe3e8;
    padding: 0 12px;
    height: 33px;
    line-height: 33px;
    margin: 0 5px;
    background: #fff;

}

.page ul li.current a,
.page ul li:hover a {
    background-color: #3370ff;
    color: #fff;
    border: 1px solid #3370ff;

}

.jie,
.zi {
    margin: 5% 10%;
}

.jie h1,
.zi h1 {
    text-align: center;
    color: #3a4051;
    font-size: 36px;
    margin-bottom: 80px;

}

.jie dl {
    align-items: flex-start;
}

.jie dt {
    width: 55%;
}

.jie dt p {
    font-size: 16px;
    color: #3a4051;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 20px;

}

.jie dd {
    width: 40%;
    overflow: hidden;
    border-radius: 5px;
}

.jie dd img {
    width: 100%;
    transition: all 0.5s;
}

.jie dd:hover img {
    transform: scale(1.1);
    cursor: pointer;

}

.zi ul {
    flex-wrap: wrap;
}

.zi ul li {
    width: 23%;
    text-align: center;
    margin-bottom: 30px;


}

.zi ul li img {
    width: 84%;
    padding: 8%;
    border: 1px solid #eee;
    transition: all 0.5s;
}

.zi ul li:hover img {
    transform: scale(.95);
    cursor: pointer;

}

.zi ul li p {
    color: #3a4051;
    margin-top: 10px;
    font-size: 16px;

}

.jia {
    background: #f7f8fa;
    padding: 3% 10%;
}

.jia h1 {
    text-align: center;
    color: #3a4051;
    font-size: 36px;
    margin-bottom: 80px;

}

.jia ul {
    flex-wrap: wrap;
}

.jia ul li {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    width: 41.5%;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.5s;

}

.jia ul li:hover {
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.jia ul li h2 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.jia ul li p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.jia ul li span {
    background: #deecfc;
    font-size: 14px;
    color: #3a4051;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    line-height: 28px;
    border-radius: 0 10px 0 10px;

}

/*授权查询 弹窗样式*/
#popLayer {
    display: none;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
    overflow-y: hidden;

}


#popBox {
    display: none;
    background-color: #fff;
    border-radius: 15px;
    width: 600px;
    height: 380px;
    padding-top: 70px;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

#popBox .pj {
    text-align: center;
}

#popBox .pj img {
    width: 200px;
}

#popBox .pj h1 {
    font-size: 26px;
    color: #000;
}

#popBox .pj p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 30px 0;
    line-height: 30px;
}

#popBox .pj button {
    font-size: 16px;
    color: #fff;
    background: #3479fe;
    height: 55px;
    line-height: 55px;
    width: 180px;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    box-shadow: 0 3px 10px rgba(52, 121, 254, .5);
}

/* 掌上驾校 */
.zsjx_header {
    background: url(../images/zsjx_top.jpg) no-repeat center;
    background-size: cover;
    padding: 3% 0 0% 0;
}

.zsjx_header .banner_img {
    width: 50%;
    text-align: center;
}

.zsjx_header .banner_img img {
    width: 50%;

}

.zsjx_header .banner_txt h1 {
    font-size: 60px;
    color: #011231;
}

.zsjx_header .banner_txt h1 span {
    color: #006de4;

}

.zsjx_header .banner_txt p {
    font-size: 28px;
    color: #011231;
    margin-top: 10px;
}

.ziyuan,
.qida,
.tizhi {
    margin: 5% 10%;
}

.ziyuan h1,
.wuda h1,
.qida h1,
.tizhi h1 {
    font-size: 40px;
    color: #333;
    text-align: center;
}

.ziyuan h1 p,
.wuda h1 p,
.qida h1 p,
.tizhi h1 p {
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    color: #666;
}

.ziyuan ul {
    justify-content: center;
    margin: 40px 0 80px 0;

}

.ziyuan ul li {
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #556590;
    background: #eaf1fc;
    border-radius: 50px;
    margin: 0 5px;
    padding: 0 20px;

}

.ziyuan_l {
    width: 42%;
}

.ziyuan_l img {
    width: 85%;
    display: block;
    transition: 0.5s;
}

.ziyuan_l img:hover {
    transform: scale(.9);
    cursor: pointer;
}

.ziyuan_r {
    width: 42%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.wuda .feng li {
    width: 18%;
    padding: 5% 0;
}

.wuda .feng li .feng_img {
    width: 30%;
}

.wuda .feng li:hover img {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -mo-transform: rotate(360deg);
    transform: rotate(360deg);

}

.xue .fang_l {
    width: 40%;
}

.xue .fang_r {
    width: 45%;
    margin: 0;

}

.xue h1 span {
    color: #006de4;
}

.xue h2 {
    color: #3a4051;
    font-size: 24px;
}

.xue p {
    color: #3a4051;


}

.tizhi ul {
    margin-top: 5%;
}

.tizhi li {
    width: 22%;
    text-align: center;
    transition: all .5s;
    padding: 5% 0;
    border-radius: 10px;

}

.tizhi li h2 {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #eef3fe;
    font-size: 30px;
    color: #3370ff;
    text-align: center;
    line-height: 100px;
    border: 2px solid #3370ff;

    margin: 0 auto;
    margin-bottom: 30px;

}

.tizhi li p {
    font-size: 16px;
    text-align: center;
    color: #333;
    text-align: center;
}

.tizhi li:hover {
    background: #fff;
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.ts {
    background: url(../images/tis.jpg) no-repeat center;
    background-size: cover;
    padding: 3% 0;
    text-align: center;
}

.ts h1 {
    color: #fff;
    font-size: 36px;
}

.ts h1 p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.qida ul {
    width: 31%;
    margin-top: 80px;
}

.qida ul li {

    background: #f7f8fa;
    border-radius: 10px;
    padding: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: all .5s;

}

.qida ul li span {
    width: 10%;
    margin-top: 5px;


}

.qida ul li:hover {
    box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}

.qida ul .li2:hover {
    box-shadow: none;
}

.qida ul li span img {
    width: 100%;
    transition: all .5s;
}

.qida ul li:hover span img {
    transform: rotateY(-180deg);
}

.qida ul li h2 {
    width: 85%;
    font-size: 16px;
    color: #333;


}

.qida ul li h2 p {
    font-weight: normal;

    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.qida ul .li2 {
    height: 300px;
    background: none;
    padding: 5%;
    display: inherit;
    margin-bottom: 70px;

}

.qida ul .li2 img {
    width: 90%;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}

.qida ul .li2 img:hover {
    transform: scale(1.15);
}