@charset "UTF-8";
/* css样式重置表 */
html {
	font-size: 100px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #333;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.16rem;
}

h1, h2, h3, h4, h5, h6, em, i {
    font-weight: normal;
    font-style: normal;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #3787FF;
    text-decoration: none;
}

/* css样式重置表 */

/* 通用样式 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.w1200 {
    width: 12rem;
    margin: 0 auto;
}
.pbt50 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pbt30 {
    padding-bottom: 0.3rem;
}
.transtop {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}
.transtop:hover {
    top: 0.05rem;
}
.transbot {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.transbot:hover {
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
}
@media screen and (max-width: 1199px) {
    .w1200 {
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }
}
@media (max-width:1020.03rem) {
    .w1200 {
        padding: 0 0.1rem;
    }
    .pbt50 {
        padding: 0.3rem 0;
    }
}
/* 公共样式 */
.head {
    height: 0.8rem;
    line-height: 0.8rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.head_scroll {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    background-color: #3787FF;
}
.head .logo {
    float: left;
}
.head .logo a {
    color: #FFF;
    font-size: 0.14rem;
}
.head .logo img {
    vertical-align: middle;
    max-width: 100%;
}
.head .logo span {
    color: #FFF;
}
.head .nav {
    float: right;
}
.head .nav ul {}
.head .nav ul li {
    float: left;
}
.head .nav ul li a {
    display: block;
    padding: 0 0.0rem 0.0rem 0.08rem;
    color: #fff;
    border-top: solid 0.01rem rgba(0, 0, 0, 0);
    font-size: 0.14rem;
}
.head .nav ul li a.active, .head .nav ul li a:hover {
    border-top: solid 0.01rem #fff;
}
/*移动端菜单栏 start*/
@media screen and (max-width: 1199px) {
    .head {
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .head .mobileMenuBtn {
        position: fixed;
        right: 0.2rem;
        top: 0.18rem;
        width: 0.32rem;
        text-align: center;
        cursor: pointer;
        z-index: 100;
        display: block;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
    }
    .head .mobileMenuBtn.active {
        right: 2.2rem;
    }
    .head .mobileMenuBtn span {
        display: block;
        width: 100%;
        height: 0.03rem;
        background: #fff;
        margin-bottom: 0.08rem;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }
    .head .mobileMenuBtn span:last-child {
        margin: 0;
    }
    .head .mobileMenuBtn span:first-child, .head .mobileMenuBtn span:last-child {
        transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .head .mobileMenuBtn.active span:first-child {
        transform: rotate(-43deg);
        -webkit-transform: rotate(-43deg);
    }
    .head .mobileMenuBtn.active span:last-child {
        transform: rotate(43deg);
        -webkit-transform: rotate(43deg);
    }
    .head .mobileMenuBtn span:nth-child(2) {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .head .mobileMenuBtn.active span:nth-child(2) {
        transform: translateX(0.80rem);
        -webkit-transform: translateX(0.80rem);
        opacity: 0;
    }
    .head .mobileMenuBtn_shad {
        width: 100%;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }
    .head .mobileMenuBtn_shad.active {
        height: 100%;
    }
    .head .nav {
        width: 2rem;
        background: rgba(49, 152, 242, .8);
        position: fixed;
        height: 100%;
        overflow: auto;
        top: 0;
        right: -2rem;
        transition: 0.6s all;
        -webkit-transition: 0.6s all;
    }
    .head .nav.active {
        right: 0;
    }
    .head .nav ul {
        text-align: center;
    }
    .head .nav ul li {
        float: none;
        display: block;
    }
    .head .nav ul li a {
        padding: 0;
        border: none;
        border-bottom: solid 0.01rem #378fdd;
        line-height: normal;
        padding: 0.12rem 0;
    }
    .head .nav ul li a:hover {
        border-top: 0;
    }
}
/*移动端菜单栏 end*/

.foot {
    background: #333333;
}
.foot .conta {}
.foot .conta .box {
    width: 20%;
    float: left;
    box-sizing: border-box;
}
.foot .conta .box h5 {
    color: #F0F0F0;
    font-size: 0.18rem;
    margin-bottom: 0.12rem;
}
.foot .conta .box a {
    color: #ACACAC;
    display: block;
    line-height: 0.3rem;
    font-size: 0.14rem;
}
.foot .conta .box a:hover {
    color: #0099FF;
}
.foot .conta .box a.tel {
    font-size: 0.32rem;
    margin: 0.15rem 0;
}
.foot .conta .box img {
    display: block;
    width: 0.9rem;
    padding-top: 0.1rem;
}
.foot .contb {
    padding: 0.08rem 0;
    color: #ACACAC;
    background-color: #282828;
}
.foot .contb .box {
    text-align: left;
}
.foot .contb .box a {
    color: #ACACAC;
    font-size: 0.12rem;
    line-height: 0.25rem;
	padding-left: 0.0rem;
	padding-right: 0.06rem;
}
.foot .contb .box a:hover {
    color: #0099FF;
}
.foot .contb .box2 {
    color: #ACACAC;
    text-align: center;
    font-size: 0.12rem;
    padding: 0.1rem 0;
}
.foot .contb .box2 a {
    color: #ACACAC;
}
.pagebg {
	background-color: #FFFFFF;
}
.page_banner {
    background: url(../images/page_banner.jpg) center top repeat;
    text-align: center;
    padding: 0.4rem 0;
    overflow: hidden;
}
.position {
    line-height: 0.6rem;
    font-size: 0.14rem;
}
.position .w1200 {
	font-size: 0.14rem;
	margin-bottom: 30px;
}
.position a {
    font-size: 0.14rem;
}
@media (max-width:1023px) {
    .foot .conta {
        background: #000;
    }
    .foot .conta .box {
        width: 100%;
        text-align: center;
        margin-bottom: 0.2rem;
        padding-bottom: 0.1rem;
        border-bottom: solid 0.01rem #2D2B2B;
    }
    .foot .conta .box a {
        display: inline-block;
        margin: 0 0.1rem;
    }
    .foot .conta .box img {
        display: inline-block;
    }
}
.flbot{display:none;}
@media (max-width:767px) {
    .foot {padding-bottom: 0.4rem;}
    .flbot{display:block;position:fixed;bottom:0;width:100%;display:flex;z-index:9999}
    .flbot a{flex:1;text-align:center;background:green;color:#FFF;line-height:0.4rem}
    .flbot .online{background:#3CB371}
    .flbot .tel{background:#FF6347}
}
/*主页 start*/
/*banner start*/
html, body {
    position: relative;
    height: 100%;
}
.banner {
    width: 100%;
    height: 100%;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.banner .wrap-mask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.banner .swiper-slide .text {
    text-align: center;
    position: absolute;
    top: 35%;
    width: 100%;
}
.banner .swiper-slide .text h3 {
    color: #FFF;
    font-size: 0.42rem;
    margin-bottom: 0.2rem;
}
.banner .swiper-slide .text p {
    color: #FFF;
    line-height: 0.32rem;
}
.banner .swiper-slide .text a {
    display: inline-block;
    margin: 0 0.1rem;
    padding: 0.05rem 0.3rem;
    border: solid 0.01rem #fff;
    color: #fff;
    margin-top: 0.1rem;
    font-size: 0.14rem;
}
.banner .swiper-slide .text a:hover {
    background: #fff;
    color: #3ca0f3;
}
.banner .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    opacity: 1;
    background: transparent;
    border: 0.01rem solid #ccc;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15%;
}
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #CCC;
}
@media (max-width:1023px) {
    .banner .swiper-slide .text h3 {
        font-size: 0.36rem;
    }
    .banner .swiper-button-next ,.banner .swiper-button-prev {
        display: none;
    }
}
/*banner end*/
.home_title {
    font-size: 0.36rem;
    text-align: center;
}
.home_title span {
    display: block;
    margin-top: 0.1rem;
    color: #999;
    font-size: 0.14rem;
}
.home_sever {}
.home_sever .home_title {
    padding-bottom: 0.3rem;
}
.home_sever .cont {}
.home_sever .cont .box {
    float: left;
    width: 33.33%;
    padding: 0 0.15rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
    text-align: center;
}
.home_sever .cont .box img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
    display: inline-block;
    margin-bottom: 0.2rem;
}
.home_sever .cont .box img:hover {
    top: 0.05rem;
}
.home_sever .cont .box:hover p {
    color: #333;
}
.home_sever .cont .box h5 {
    color: #333;
    font-size: 0.18rem;
}
.home_sever .cont .box p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #818181;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-align: center;
    margin-top: 0.1rem;
    text-align: justify;
}

.home_process {
    background: #fff url(../images/process_bg.jpg) center top repeat-x;
    position: relative;
    overflow: hidden;
}
.home_process .home_title {
    color: #FFF;
    padding-bottom: 0.5rem;
}
.home_process .home_title span {
    color: #FFF;
}
.home_process .cont {
    margin: 0 -0.7rem;
}
.home_process .cont .box {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 0.6rem;
    padding: 0 0.7rem;
}
.home_process .cont .box .img {}
.home_process .cont .box .img img {
    display: block;
}
.home_process .cont .box .text {
    padding-left: 0.5rem;
}
.home_process .cont .box .text h5 {
    color: #FFF;
    font-size: 0.18rem;
    line-height: 0.28rem;
}
.home_process .cont .box .text p {
    color: #FFF;
    line-height: 0.2rem;
    font-size: 0.14rem;
}
.home_about {}
.home_about .home_title {
    padding-bottom: 0.56rem;
}
.home_about .cont {
    margin-bottom: 0.2rem;
}
.home_about .cont .img {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 0.15rem;
}
.home_about .cont .img img {
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.home_about .cont .text {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 0.15rem;
}
.home_about .cont .text h5 {
    line-height: 0.3rem;
    font-size: 0.15rem;
    color: #818181;
}
.home_about .cont .text p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    text-align: left;
    color: #818181;
    margin-bottom: 0.1rem;
}
.home_about .cont .text1 {
    float: left;
    box-sizing: border-box;
}
.home_about .cont .text1 p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    text-align: left;
    color: #818181;
    margin-bottom: 0.1rem;
}
.home_advantage {
    background: url(../images/home_advantage_bg.jpg) center top repeat;
}
.home_advantage .home_title {
    padding-bottom: 0.5rem;
    color: #FFF;
}
.home_advantage .home_title span {
    color: #FFF;
}
.home_advantage .cont {}
.home_advantage .cont .box {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 0.07rem;
    margin-bottom: 0.15rem;
    position: relative;
}
.home_advantage .cont .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home_advantage .cont .box:hover {
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
}
.home_advantage .cont .box:hover .text p {
    color: #333;
}
.home_advantage .cont .box .img img {
    display: block;
    width: 100%;
}
.home_advantage .cont .box .text {
    position: absolute;
    z-index: 9;
    top: 35%;
    padding: 0 0.4rem;
}
.home_advantage .cont .box .text h5 {
    font-size: 0.18rem;
    color: #606060;
    margin-bottom: 0.1rem;
}
.home_advantage .cont .box .text h5 img {
    position: relative;
    top: 0.04rem;
    padding-right: 0.1rem;
}
.home_advantage .cont .box .text p {
    font-size: 0.14rem;
    color: #a5a5a5;
    line-height: 0.2rem;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.home_news {}
.home_news .home_title {
    padding-bottom: 0.5rem;
}
.home_news .cont {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}
.home_news .cont .box {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.home_news .cont .box .img {
    overflow: hidden;
}
.home_news .cont .box .img img {
    width: 100%;
    display: block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.home_news .cont .box .img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.home_news .cont .box .tit {
    font-size: 0.18rem;
    color: #333;
    margin: 0.25rem 0;
}
.home_news .cont .box .tit a {
    float: right;
}
.home_news .cont .box ul li a {
    display: block;
    color: #767676;
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/icon_right.png) left center no-repeat;
    padding-left: 0.15rem;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    width: 75%;
    float: left;
}
.home_news .cont .box ul li a:hover {
    color: #333;
    text-indent: 0.05rem;
}
.home_news .cont .box ul li span {
    font-size: 0.12rem;
    color: #ccc;
    float: right;
}

/*other start*/
.home_severb {}
.home_severb .home_title {
    padding-bottom: 0.3rem;
}
.home_severb .cont {}
.home_severb .cont .box {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 0.15rem;
}
.home_severb .cont .box h5 {
    color: #333;
    font-size: 0.18rem;
    margin: 0.25rem 0 0.1rem 0;
    text-align: center;
    vertical-align: middle;
}
.home_severb .cont .box h5 img {
    vertical-align: middle;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: -0.04rem;
}
.home_severb .cont .box p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #818181;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-align: justify;
}
.home_severb .cont .box:hover img {
    top: 0;
}
.home_severb .cont .box:hover p {
    color: #444;
}

.home_severc {}
.home_severc .home_title {
    padding-bottom: 0.4rem;
}
.home_severc .cont {}
.home_severc .cont .box {
    float: left;
    width: 25%;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
    text-align: center;
}
.home_severc .cont .box img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
    display: inline-block;
    margin-bottom: 0.2rem;
}
.home_severc .cont .box img:hover {
    top: 0.05rem;
}
.home_severc .cont .box img:hover {
    top: 0.05rem;
}
.home_severc .cont .box:hover p {
    color: #333;
}
.home_severc .cont .box h5 {
    color: #333;
    font-size: 0.18rem;
}
.home_severc .cont .box p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #818181;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-align: left;
    margin-top: 0.1rem;
}
.home_partner {}
.home_partner .home_title {
    padding-bottom: 0.3rem;
}
.home_partner .cont {
    text-align: center;
}
.home_partner .cont a {
    display: inline-block;
    margin: 0.2rem 0.1rem;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.home_partner .cont img {
    max-width: 100%;
    display: block;
}
.home_partner .cont a:hover {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -0.05rem, 0);
    -webkit-transform: translate3d(0, -0.05rem, 0);
}

.home_dots {
    background: #444;
}
.home_dots .home_title {
    padding-bottom: 0.4rem;
    color: #FFF;
}
.home_dots .cont {}
.home_dots .cont .box {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0.15rem 0.3rem;
}
.home_dots .cont .box h5 {
    font-size: 0.16rem;
    color: #FFF;
    margin-bottom: 0.1rem;
}
.home_dots .cont .box p {
    color: #FFF;
    font-size: 0.14rem;
    line-height: 0.25rem;
}
/*other end*/
@media screen and (max-width: 1199px) {
	.home_news .cont {
		margin: 0;
	}
    .home_severb .cont .box p {
        max-height: 0.56rem;
    }
    .home_process .cont {
        margin: 0;
    }
    .home_process .cont .box {
        padding: 0 0.3rem;
    }
    .home_process .cont .box .text {
        padding-left: 0.2rem;
    }
    .home_about .cont .text h5 {
        line-height: 0.25rem;
    }
    .home_about .cont .text p {
        line-height: 0.22rem;
        margin-bottom: 0;
    }
		.yincangpc {
        display: none;
    }
}
@media (max-width:1023px) {
    .home_title {
        font-size: 0.18rem;
        font-weight: bold;
    }
    .home_title span {
        font-size: 0.14rem;
        font-weight: normal;
    }
    .home_severb .home_title {
        padding-bottom: 0;
    }
    .home_severb .cont .box {
        padding: 0 0.1rem;
    }
    .home_severb .cont .box h5 img {
        width: 0.45rem;
        height: 0.45rem;
    }
    .home_severb .cont .box h5 {
        font-size: 0.15rem;
        margin-bottom: 0;
    }
    .home_severb .cont .box p {
        max-height: 0.66rem;
        line-height: 0.22rem;
    }
    .home_severc .home_title {
        padding-bottom: 0.2rem;
    }
    .home_severc .cont .box {
        width: 33.33333%;
    }
    .home_severc .cont .box h5 {
        font-size: 0.15rem;
    }
    .home_severc .cont .box img {
        margin-bottom: 0;
        width: 1rem;
    }
    .home_severc .cont .box p {
        height: 0.88rem;
        line-height: 0.22rem;
    }
    .home_partner .cont a {
        margin: 0.05rem;
    }
    .home_partner .cont a:last-child {
        display: none;
    }
    .home_partner .cont img {
        height: 0.4rem;
    }
    .home_dots .home_title {
        padding-bottom: 0.3rem;
    }
    .home_dots .cont .box {
        width: 50%;
        padding: 0.1rem;
    }
    .home_dots .cont .box h5 {
        margin-bottom: 0.05rem;
        font-size: 0.15rem;
    }
    .home_dots .cont .box p {
        line-height: 0.2rem;
        font-size: 0.13rem;
    }
    .home_sever .cont .box {
        padding: 0 0.1rem;
    }
    .home_sever .cont .box img {
        margin-bottom: 0;
        width: 1rem;
    }
    .home_sever .cont .box h5 {
        font-size: 0.15rem;
    }
    .home_sever .cont .box p {
        line-height: 0.22rem;
        height: 0.88rem;
    }
    .home_process .home_title {
        padding-bottom: 0.3rem;
    }
    .home_process .cont .box {
        width: 50%;
        margin-bottom: 0.2rem;
    }
    .home_process .cont .box .img {
        width: 35%;
        text-align: center;
    }
    .home_process .cont .box .img img {
        display: inline-block;
        width: 0.5rem;
        position: relative;
        top: 0.07rem;
    }
    .home_process .cont .box .text h5 {
        font-size: 0.16rem;
    }
    .home_process .cont .box .text p {
        font-size: 0.13rem;
    }
    .home_about .home_title {
        padding-bottom: 0.3rem;
    }
    .home_about .cont .img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0.1rem;
    }
    .home_about .cont .text {
        width: 100%;
        padding: 0;
    }
    .home_about .cont .text p {
        margin-bottom: 0.1rem;
    }
    .home_advantage .home_title {
        padding-bottom: 0.3rem;
    }
    .home_advantage .cont {
        margin-left: -0.05rem;
        margin-right: -0.05rem;
    }
    .home_advantage .cont .box {
        padding: 0 0.05rem;
    }
    .home_advantage .cont .box .text {
        top: 0.1rem;
        padding: 0 0.2rem;
        left: 0;
    }
    .home_news .home_title {
        padding-bottom: 0.3rem;
    }
    .home_news .cont .box {
        padding: 0 0.1rem;
        margin-bottom: 0.1rem;
    }
    .home_news .cont .box .tit {
        margin: 0.15rem 0;
    }
}
@media (max-width:767px) {
	.home_sever .cont .box {
		width: 50%;
	}
	.home_process .cont .box {
		width: 100%;
        padding: 0;
	}
	.home_advantage .cont .box {
		width: 50%;
	}
	.home_news .cont .box {
		width: 100%;
		padding: 0;
	}
	.home_severb .cont .box {
		width: 50%;
	}
	.home_severb .cont .box p {
		font-size: 0.13rem;
	}
	.home_severc .cont .box {
		width: 50%;
	}
	.yincang {
        display: none;
    }
}
/*主页 end*/

/*news start*/
.news_list {
    width: 75%;
    float: left;
    background: #FFF;
    box-sizing: border-box;
    padding: 0rem 0rem;
    margin-bottom: 0.5rem;
}
.news_list>ul {
    margin-bottom: 0.5rem;
}
.news_list>ul li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #eee;
}
.news_list>ul li .img {
    width: 20%;
    float: left;
    padding-right: 0.3rem;
}
.news_list>ul li .img img {
    width: 100%;
    display: block;
}
.news_list>ul li .text {}
.news_list>ul li .text h2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.news_list>ul li .text p {
    line-height: 0.24rem;
    font-size: 0.14rem;
}
.news_list>ul li .text p.bar {
	color: #999;
	font-size: 0.12rem;
}
.news_list>ul li:hover {
    background: #FAFAFA;
}
.news_right {
    width: 23%;
    background: #FFF;
    float: right;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.news_right h3 {
    font-size: 0.18rem;
    color: #4e4e4e;
}
.news_right ul {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}
.news_right li a {
    display: block;
    color: #4e4e4e;
    position: relative;
    z-index: 1;
    padding: 0.1rem 0;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_right li:hover {
    background: #FAFAFA;
}
.news_article {
    width: 75%;
    float: left;
    background: #FFF;
    box-sizing: border-box;
    padding: 0rem 0rem;
    margin-bottom: 0.5rem;
}
.news_article>h1 {
	color: #4E4E4E;
	font-size: 28px;
	text-align: left;
	font-weight: bold;
}
.news_article .bar {
    font-size: 0.12rem;
    color: #989898;
    margin-right: 0.2rem;
    text-align: left;
    margin-top: 0.1rem;
}
.news_article .content {
    border-top: solid 0.01rem #DFDFDF;
    border-bottom: solid 0.01rem #DFDFDF;
    margin: 0.1rem 0;
    padding: 0.3rem 0;
    font-size: 0.16rem;
    line-height: 0.32rem;
}
.news_article .content img {
	    display: block;
        margin: 0 auto;
}
.article_sever {
    margin: 0 -0.25rem;
}
.article_sever .box {
    float: left;
    width: 16.666667%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 0.1rem;
}
.article_sever .box img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}
.article_sever .box img:hover {
    top: 0.05rem;
}
.article_sever .box h5 {
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.article_sever .box p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #0033CC;
}
.article_contact {
    margin-top: 0.3rem;
}
.article_contact strong, .article_contact p {
    line-height: 0.32rem;
}
.article_next {
    margin-top: 0.3rem;
}
.article_next p {
    line-height: 0.3rem;
}
.article_relevant {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
    border-top: 0.01rem solid #F7F7F7;
}
.article_relevant h3 {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
    font-weight: bold;
	white-space: nowrap;
}
.article_relevant li {
	line-height: 0.3rem;
	float: left;
	width: 46%;
	margin-right: 20px;
}

@media screen and (max-width: 1023px) {
    .page_banner {
        padding: 0.3rem 0;
    }
    .news_list {
        width: 100%;
        padding: 0rem 0rem;
        margin-bottom: 0.3rem;
    }
    .news_list>ul {
        margin-bottom: 0.3rem;
    }
    .news_list>ul li {
        padding: 0.1rem 0;
    }
    .news_list>ul li .img {
        width: 40%;
        padding-right: 0.1rem;
    }
    .news_list>ul li .text h2 {
        font-size: 0.15rem;
        line-height: 0.2rem;
        margin-bottom: 0;
        height: 0.63rem;
    }
    .news_list>ul li .text p {
        line-height: 0.2rem;
        font-size: 0.13rem;
        display: none;
    }
    .news_list>ul li .text p.bar {
    	display: block;
    }
    .news_article {
        width: 100%;
        padding: 0.2rem 0.1rem;
        margin-bottom: 0.3rem;
    }
    .news_article>h1 {
        font-size: 0.18rem;
		font-weight: bold;
    }
    .news_article .content {
        margin-top: 0.15rem;
        padding-top: 0.15rem;
    }
    .news_article .content img {
	    display: block;
        margin: 0 auto;
		width: 96%;
    }
    .article_sever {
        margin: 0 -0.1rem;
    }
    .article_sever .box {
        width: 33.3333%;
    }
    .article_sever .box img {
        width: 1rem;
    }
    .article_relevant li {
        width: 100%;
        font-size: 0.14rem;
    }
    .news_right {
        width: 100%;
        padding: 0.2rem 0.1rem;
        margin-bottom: 0.3rem;
    }
}
/*news end*/
/*page start*/
.page_about {
    background: #FFF;
    padding: 0rem 0rem;
    margin-bottom: 0.5rem;
}
.page_title {
    color: #4E4E4E;
    font-size: 0.24rem;
    text-align: center;
}
.page_content {
    margin: 0.3rem 0;
    padding: 0.3rem 0;
    line-height: 0.32rem;
}
.page_contact_main {
    display: flex;
    padding: 0rem;
}
.page_contact_main .text {
    padding-left: 0.6rem;
}
@media screen and (max-width: 1023px) {
    .page_about {
        padding: 0rem 0rem 0rem 0rem;
        margin-bottom: 0.3rem;
    }
    .page_contact_main {
        display: block;
        padding: 0.1rem;
    }
    .page_contact_main .img {
        text-align: center;
    }
    .page_contact_main .text {
        padding-left: 0;
    }
}
/*page end*/

/*pagination start*/
.pagination-wrapper {
    margin-top: 0.2rem;
}
.pagination {
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin-right: 0.05rem;
    height: 0.32rem;
    line-height: 0.32rem;
    padding: 0 0.12rem;
    font-size: 0.14rem;
    border: 0.01rem solid #dddddd;
    color: #555555;
    margin-bottom: 0.1rem;
}
.pagination li a {
    color: #555555;
    text-decoration: none;
}
.pagination li:hover {
    background: #09f;
    border-color: #09f;
    color: #fff;
}
.pagination li:hover a {
    color: #FFF;
}
.pagination li.thisclass {
    color: #fff;
    background: #09f;
    border-color: #09f;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: #09f;
    border-color: #09f;
    color: #fff;
    cursor: default;
}
/*pagination end*/
/*platform_advantage_bg start*/
.platform_advantage_bg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.platform_advantage_bg_z {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.platform_advantage_bg li {
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, .15);
    bottom: -1.6rem;
    -webkit-animation: square 28s infinite;
    animation: square 28s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
.platform_advantage_bg_z li {
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, .15);
    bottom: -3rem;
    -webkit-animation: square_z 22s infinite;
    animation: square_z 22s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
.platform_advantage_bg li:nth-child(1) {
    left: 10%
}
.platform_advantage_bg li:nth-child(2) {
    left: 20%;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 17s;
    animation-duration: 17s
}
.platform_advantage_bg li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}
.platform_advantage_bg li:nth-child(4) {
    left: 40%;
    width: 0.6rem;
    height: 0.6rem;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    background-color: rgba(255, 255, 255, .25)
}
.platform_advantage_bg li:nth-child(5) {
    left: 70%
}
.platform_advantage_bg li:nth-child(6) {
    left: 80%;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, .2)
}
.platform_advantage_bg li:nth-child(7) {
    left: 32%;
    width: 1rem;
    height: 1rem;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}
.platform_advantage_bg li:nth-child(8) {
    left: 55%;
    width: 0.2rem;
    height: 0.2rem;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s
}
.platform_advantage_bg li:nth-child(9) {
    left: 25%;
    width: 0.1rem;
    height: 0.1rem;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, .3)
}
.platform_advantage_bg li:nth-child(10) {
    left: 90%;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-17rem)rotate(600deg);
        transform: translateY(-17rem)rotate(600deg)
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-17rem)rotate(600deg);
        transform: translateY(-17rem)rotate(600deg)
    }
}
@-webkit-keyframes square_z {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-7rem)rotate(500deg);
        transform: translateY(-7rem)rotate(500deg)
    }
}
@keyframes square_z {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-7rem)rotate(500deg);
        transform: translateY(-7rem)rotate(500deg)
    }
}
@media screen and (max-width: 1199px) {
    .platform_advantage_bg {
        display: none;
    }
}
/*platform_advantage_bg end*/