﻿@charset "utf-8";
/*html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,button,input,select,textarea {
    -webkit-font-smoothing: antialiased;
    font: 14px/1.5 PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,"sans-serif"
}
body * {
    -webkit-text-size-adjust: none;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, ul, ol, p, dl, dt, h1, h2, h3, h4, h5, h6, blockquote, input, button, form, pre {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ul, ol {
    list-style: none;
    list-style-position: inside;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}*/




*{ margin:0px; padding:0px;font-family:"微软雅黑"; text-decoration:none; list-style:none}
a{text-decoration:none;}
.clear {
    clear: both;
}

.clear:before {
    content: "";
    display: table;
    overflow: hidden;
}

.clear:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.fl{
    float: left;
}
.fr{
    float: right
}

.none {
    display: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
}

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*头部-----s */
.xs-header {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    z-index: 10000;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    -webkit-transition: all .5s cubic-bezier(0,0,.3,1);
    -o-transition: all .5s cubic-bezier(0,0,.3,1);
    -moz-transition: all .5s cubic-bezier(0,0,.3,1);
    transition: all .5s cubic-bezier(0,0,.3,1);
}
.xs-header.active {
    background: #171717;
    border: none;
}
.xs-header a:hover {
    text-decoration: none!important;
}
.xs-logo {
    float: left;
    width: 141px;
    height: 36px;
    text-indent: -9999px;
    margin: 14px 0;
    background: url(../images/logo.png) no-repeat 0 0;
}
.xs-header-nav {
    float: left;
    margin-left: 35px;
    /*position: relative;*/
}
.xs-header-nav .xs-item {
    float: left;
    padding: 0 18px;
    line-height: 64px;
    color: #fff;
}
.xs-header-nav .item-active{
    background: rgba(255,255,255,0.1)
}
.xs-header-nav .xs-item:hover {
    color: #fff!important;
}
.xs-header-mark {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #5481fe;
    -webkit-transition: all .4s cubic-bezier(.23,1,.32,1);
    -o-transition: all .4s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .4s cubic-bezier(.23,1,.32,1);
    transition: all .4s 
}
.xs-header-phone {
    float: right;
    line-height: 64px;
    color: #fff;
}
.xs-header-navcont {
    
}
.xs-header-navcont .xs-item {
    height: 0px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4), 0 8px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 4px rgba(0,0,0,.4), 0 8px 8px rgba(0,0,0,.2);
    background: #242424;
    position: absolute;
    z-index: 20;
    width: 100%;
    -webkit-transition: height .4s cubic-bezier(0,0,.2,1);
    -o-transition: height .4s cubic-bezier(0,0,.2,1);
    -moz-transition: height .4s cubic-bezier(0,0,.2,1);
    transition: height .4s cubic-bezier(0,0,.2,1);
    overflow: hidden;
}
.xs-header-navcont .xs-item .xs-item-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0,0,.2,1);
    -o-transition: all .4s cubic-bezier(0,0,.2,1);
    -moz-transition: all .4s cubic-bezier(0,0,.2,1);
    transition: all .4s cubic-bezier(0,0,.2,1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    /*-webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    -o-transform: scaleY(.8);
    transform: scaleY(.8);*/
    *zoom: 1;
    overflow: hidden;
}
.xs-header-navcont .xs-item .xs-item-wrap.animate-c {
    opacity: 1;
    /*-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);*/
}
.xs-header-navcont .xs-item .item-col {
    overflow: hidden;
}
.xs-header-navcont .xs-item .item-tit {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 4px;
    cursor: default;
    font-weight: normal;
}
.xs-header-navcont .xs-item .item-row {
    float: left;
    width: 131px;
    max-width: 360px;
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*.xs-header-navcont .xs-item .item-row:not(:last-child) .item-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #454545;
}*/
.xs-header-navcont .xs-item .item-row .item-list .link {
    color: #929292;
    vertical-align: middle;
    display: block;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
}
.xs-header-navcont .xs-item .item-row .item-list .link:hover {
    color: #fff;
}
.xs-header-navcont .xs-item .item-row .item-list .link em {
    background: #5481fe;
    color: #FFF;
    font-style: normal;
    margin-left: 6px;
    padding: 0 3px;
    font-size: 12px;
}
/*小的二级导航*/
.xs-header-navcont .xs-item.litt-item, .xs-header-navcont .xs-item.litt-item .xs-item-wrap {
    width: 130px;
}
.xs-header-navcont .xs-item.litt-item .xs-item-wrap {
    padding-top: 10px;
    padding-bottom: 0;
}
.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #333;
}
.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link:last-child {
    border-bottom: 0;
}
.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link a {
    color: #fff;
    font-size: 12px;
}
.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link a:hover {
    color: #5481fe
}
/*头部-----end */


/*

.footer {
    background: #232526;
    min-width: 1200px;
}
.footer .wrapper:after {
    display: none;
}

.footer a {
    font-size: 12px;
    color: #a7a8a8;
    white-space: nowrap;
}
.footer a:hover {
    color: #fff;
}

.footer-intros {
    padding: 44px 0 31px;
}
.footer-intros-list {
    float: left;
    width: 628px;
    border: 1px solid #393b3c;
    border-width: 0 1px 0 1px;
}
.footer-intros-know {
    width: 324px;
    float: left;
}
.footer-intros-call {
    width: 248px;
    float: right;
    padding-left: 79px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


.footer-logo {
    display: block;
    font-size: 0;
    height: 68px;
}
.footer-logo img {
    height: 100%;
}

.footer-qr-list {
    color: #a7a8a8;
    font-size: 0;
    text-align: center;
    margin-top: 16px;
}
.footer-qr-list .xs-item {
    float: left;
    margin-right: 20px;
    position: relative;
}
.footer-qr-list p {
    font-size: 12px;
    margin-bottom: 7px;
}
.footer-qr-list .xs-item>img {
    width: 70px;
    height: 70px;
    display: block;
    padding: 3px;
    background: #fff;
}
.footer-qr-list .xs-item .img {
    display: none;
    position: absolute;
    bottom: 106px;
    right: 0;
    left: -62%;
    z-index: 1;
    margin: auto;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 2px;
}
.footer-qr-list .xs-item:hover .img {
    display: block;
}
.footer-qr-list .xs-item .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
    width: 90%;
}
.footer-qr-list .xs-item .img:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-top: 6px solid #ffffff;
    border-right: 7px solid transparent;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}


.footer-intros-list {
    text-align: center;
}
.footer-intros-list .xs-item {
    width: 150px;
    text-align: left;
    display: inline-block;
}
.footer-intros-list .xs-item h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
}
.footer-intros-list .xs-item li {
    line-height: 24px;
}


.footer-intros-call {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}
.footer-intros-call .hd {
    font-size: 16px;
}
.footer-intros-call .bd {
    font-size: 24px;
    margin-top: 6px;
}
.footer-intros-call .bd-list {
    overflow: hidden;
    margin-top: 23px;
}
.footer-intros-call .bd-list a{
    display: block;
    float: left;
    margin: 0 20px 12px 0;
}


.footer-links {
    padding: 21px 0;
    color: #fff;
    overflow: hidden;
    border: 1px solid #393b3c;
    border-width: 1px 0 1px 0;
    line-height: 22px;
}
.footer-links span {
    float: left;
    width: 73px
}
.footer-links a {
    float: left;
    margin-left: 40px;
    line-height: 22px;
}

.footer-copyright {
    padding: 33px 0 46px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
*/


/*底部--------end*/

/** 分页 **/
.pagination{
    text-align: center;
    font-size: 0;
}
.pagination a{
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 10px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 4px;
}
.pagination a.selected,
.pagination a:hover{
    background: #5481fe;
    color:#fff;
}
.pagination a.disabled{
    background: #f2f2f2;
    color: #999;
}

#content{ width:500px; height:170px; margin:100px auto;}
#imgbox-loading {position: absolute;top: 0;left: 0;	cursor: pointer;display: none;z-index: 90;}
#imgbox-loading div {background: #FFF;width: 100%;height : 100%;}
#imgbox-overlay {position: absolute;top: 0;	left: 0;width: 100%;height: 100%;background: #000;display: none;z-index: 80;}
.imgbox-wrap {position: absolute;top: 0;left: 0;background: #FFF;display: none;	z-index: 90;}
.imgbox-img {padding: 0;margin: 0;border: none;width: 100%;	height: 100%;vertical-align: top;}
.imgbox-title {	padding-top: 10px;font-size: 11px;text-align: center;font-family: Arial;color: #333;display: none;}
.imgbox-bg-wrap {position: absolute;padding: 0;margin: 0;display: none;}
.imgbox-bg {position: absolute;width: 20px;	height: 20px;}
.gyf_last2{ width: 1200px; margin: auto;overflow: hidden}
.gyf_last2 li{ float: left;margin-right: 80px}


.about_cont2_left{width:597px;float:left}
.about_cont2_right{width:450px;margin-left:60px;float:left}
.about_cont2_right p{font-size:16px;line-height:30px;}
.about_cont2_right p:first-child{font-size:16px;margin-bottom:8px;}
.about_erweima{margin-top:76px;float:left;text-align:center;width:160px;height:120px;}

.about_erweima img{ width: 89px; height: 89px;}


/*弹框*/
   .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }
    .clearfix {
        display: inline-block;
    }
    *html .clearfix {
        height: 1%;
    }
    .clearfix {
        display: block;
    }
    .clearfix {
        zoom: 1;
    }
    .f_r {
        float: right;
        _display: inline;
    }
    .f_l {
        float: left;
        _display: inline;
    }
   
 
    /*第5屏*/
    .steps_five {
        width: 1210px;
        padding-top: 100px;
    }
    .steps5 {
        text-align: center;
    }
    .steps5 dl dt {
        font-size: 36px;
        color: #888;
        line-height: 50px;
    }
 	.app div{ margin-top: 10px;}
    .app div.f_l {
        width: 25%;
        *width: 24.8%;
    }
    .app div.f_l div {
        padding: 0 20px;
    }
    .app div.f_l dl dt {
        position: relative;
        height: 326px;
        width: 240px;
        margin: 0 auto;
        background: url(../images/r9.jpg) no-repeat center center;
        text-align: center;
        overflow: hidden;
       
        border: 5px solid #f1f1f1;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(2) dl dt {
        background: url(../images/r2.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(3) dl dt {
        background: url(../images/r3.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(4) dl dt {
        background: url(../images/r4.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(5) dl dt {
        background: url(../images/r5.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(6) dl dt {
        background: url(../images/r6.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(7) dl dt {
        background: url(../images/r7.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(8) dl dt {
        background: url(../images/r8.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l:nth-of-type(9) dl dt {
        background: url(../images/r9.jpg) no-repeat center center;
        background-size: 240px 326px;
    }
    .app div.f_l dl dt i {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        background: url('../images/func_icon_big.png') no-repeat center center / contain;
        top: 50%;
        left: 50%;
        margin: 0;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .app div.f_l dl dt:hover i {
        width: 46px;
        height: 46px;
        margin: -23px 0 0 -23px;
    }
    .app div.f_l dl dt:hover:after {
        width: 103%;
        height: 103%;
        opacity: 0.5;
    }
    .app div.f_l dl dt:after {
       /* background: #000;*/
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
  
    .app div.f_l dl dd {
        padding-left: 20px;
        line-height: 22px;
        color: #888;
        text-align: center;
        padding-top: 5px;
    }
	
.rongyuw li{ display:block; float:left; margin:0 28px}
.rongyuw li img{ display:block}
.rongyuw { overflow:hidden}
.rongyuw li p{ padding-top:5px; color:#888; text-align:center; line-height:22px; overflow:hidden}   
.rongyuw li:nth-child{ width:239px}
.rongyuw li:nth-child{ width:256px}
.rongyuw li:nth-child{ width:252px}
.rongyuw li:nth-child{ width:222px}




   