@charset "utf-8";
/* CSS Document */
.header {
    width: 100%;
    /*min-width: 1235px;*/
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    overflow: hidden;
}
.logo {
    width: 325px;
    height: 100px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
.top-r {
    width: 900px;
    height: 100px;
    float: right;
}
.nav {
    width: 540px;
    height: 100px;
    float: left;
}
.nav a {
    width: 177px;
    height: 100px;
    float: left;
    line-height: 100px;
    font-size: 16px;
    color: #666;
    border-right: 2px solid #e7e7e7;
    transition: all 1s;
    text-align: center;
}
.nav a:hover {
    color: #fff;
}
.nav a.nav-index:hover {
    background-color: #0aa2cc;
    border-right: 2px solid #0aa2cc;
}
.nav a.nav-about:hover {
    background-color: #00ac77;
    border-right: 2px solid #00ac77;
}
.nav a.nav-value:hover {
    background-color: #00c3e5;
    border-right: 2px solid #00c3e5;
}
.login-re {
    width: 160px;
    height: 70px;
    padding-top: 30px;
    float: left;
}
.cust {
    width: 200px;
    height: 101px;
    float: left;
    background-color: #ee6a37;
    overflow: hidden;
}
.cust:hover {
    background-color: #f14503;
}
.cust a {
    display: block;
    /*width: 116px;
    height: 101px;*/
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 101px;
    text-align: center;
    transition: all 0.5s;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/cust.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cust a span {
    display: block;
    font-size: 14px;
    color: #dda893;
    font-weight: normal;
    font-family: Arial;
}
.alert-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/alert.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 11;
}
.login-main {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 365px;
    margin-top: -182px;
    margin-left: -250px;
    z-index: 12;
}
.close {
    position: absolute;
    top: 17px;
    right: 0;
    width: 57px;
    height: 57px;
    margin-right: -28px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.v-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    margin-right: -28px;
    margin-top: -28px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.table {
    width: 100%;
    height: 45px;
}
.table a {

    float: left;
    width: 150px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #0aa2cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*transition: all 1s;*/
}
.table a:hover , .table a.on {
    color: #0aa2cc;
    background-color: #fff;
}
.login-cont {
    padding: 35px 40px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.regist-cont {
    display: none;
    padding: 35px 40px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.regist-cont td{
    padding: 6px 0;
    color: #999;
    font-size: 14px;
}
.regist-cont td .text{
    width: 308px;
    height: 18px;
    line-height: 18px;
    padding: 14px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.regist-cont img {
    width: 80px;
    height: 45px;
    vertical-align:middle;
    margin-bottom:1px;
}
.login-user {
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
}
.login-user i {
    float: left;
    width: 10%;
    height: 45px;
    border-right: 1px solid #d5d5d5;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center;
}
.login-user i.user {
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/user.png);
}
.login-user i.psd {
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/psd.png);
}
.login-user input {
    width: 85%;
    padding-left: 4%;
    height: 45px;
    border: none;
    font-size: 14px;
    color: #999;
    line-height: 45px;
    text-align: left;
    background-color: transparent;
}
.login-list {
    width: 100%;
    height: 45px;
}
.login-list input {
    width: 120px;
    padding-left: 16px;
    height: 45px;
    float: left;
    font-size: 14px;
    line-height: 45px;
    color: #999;
    text-align: left;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.login-list img {
    float: left;
    width: 80px;
    height: 45px;
    margin-left: 10px;
    border-radius: 5px;
}
.login-list a {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    line-height: 80px;
    text-align: left;
}
.login-sub {
    width: 100%;
    height: 45px;
    margin-top: 35px;
}
.login-sub label {
    width: 300px;
    height: 45px;
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 45px;
    text-align: left;
    cursor: pointer;
}
.login-sub input[type=submit] {
    width: 120px;
    height: 45px;
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #00ac77;
    border-radius: 5px;
    border: none;
}
.login-sub input[type=submit]:hover {
    background-color: #01a270;
}
.footer {
    width: 100%;
    min-width: 1100px;
    height: 286px;
    background-color: #333;
}
.footer-main {
    width: 1100px;
    height: 172px;
    padding-top: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #62615f;
}
.foot-logo {
    float: left;
    width: 235px;
    height: 78px;
    overflow: hidden;
}
.foot-list {
    width: 219px;
    height: 135px;
    float: left;
    border-left: 1px solid #464645;
}
.foot-list a {
    display: block;
    width: 201px;
    padding-left: 18px;
    line-height: 30px;
    font-size: 12px;
    color: #ccc;
    text-align: left;

}
.foot-list a:hover {
    color: #fff;
}
.foot-list a.foot-title {
    font-size: 14px;
}
.foot-chat {
    width: 194px;
    height: 160px;
    float: left;
    text-align: center;
}
.foot-chat img {
    width: 125px;
    height: 125px;
}
.foot-chat p {
    width: 100%;
    margin-top: 12px;
    line-height: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.foot-bottom {
    width: 1100px;
    height: 75px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.foot-nav {
    width: 308px;
    height: 18px;
    margin: 0 auto;
    overflow: hidden;
}
.foot-nav a {
    float: left;
    line-height: 18px;
    font-size: 14px;
    color: #ccc;

}
.foot-nav a:hover {
    color: #fff;
}
.foot-nav span {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 18px;
    font-size: 14px;
}
.foot-bottom p {
    width: 100%;
    margin-top: 12px;
    line-height: 15px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.foot-bottom p span {
    font-family: Arial;
}

.full-page {
    position: relative;
    height: 100%;
}
.section {
    position: relative;
    overflow: hidden;
}
.section1 {
    overflow: hidden;
    background-color: #fff;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.loop {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/themes/seo1158/public/assets/images/fenxiao/loading.gif) no-repeat center center;
}
.loop ul {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 7;
}
.loop ul li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}
.loop ul li img {
    width: 1000px;
    position: relative;
}
/*.loop ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1000px;
    margin-left: -960px;
    margin-top: -500px;
}*/
.btn {
    position: fixed;
    bottom: 40px;
    right: 140px;
    height: 19px;
    z-index: 8;
}
.btn span {
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 11px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.btn span.on {
    background-position: right center;
}
.section2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 12;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 202px;
    margin-top: -101px;
    margin-left: -550px;
    z-index: 8;
}
.video-info {
    display: none;
    width: 250px;
    /*height: 145px;*/
    margin-left: -100px;
    float: left;
    overflow: hidden;
}
.video-info h2 {
    width: 100%;
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
}
.play {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 202px;
    height: 202px;
    margin-left: 0;
    /*margin: 0 auto;*/
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/play.png);
    background-repeat: no-repeat;
    background-position: left center;
    /*transition: all 1s;*/
    cursor: pointer;
    z-index: 8;
}
.play:hover {
    background-position: right center;
}
.video-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/alert.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 11;
}
.video-main {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 920px;
    height: 550px;
    margin-top: -225px;
    margin-left: -460px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 12;
}
.five {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 600px;
    margin-top: -300px;
    margin-left: -550px;
    z-index: 8;
}
.five-title {
    /*display: none;*/
    width: 500px;
    height: 180px;
    margin-left: 155px;
}
.title-img {
    width: 75px;
    height: 180px;
    float: left;
}
.title-info {
    width: 310px;
    height: 180px;
    float: left;
    margin-left: 20px;
}
.title-info h2 {
    width: 100%;
    line-height: 24px;
    font-size: 24px;
    color: #666;
    text-align: left;
}
.title-info p {
    margin-top: 15px;
    line-height: 12px;
    width: 100%;
    font-size: 12px;
    color: #999;
}
.title-info h3 {
    width: 100%;
    margin-top: 72px;
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
    color: #0aa2cc;
}
.five-info {
    width: 890px;
    height: 260px;
    margin-top: 11.5%;
    margin-left: auto;
    margin-right: auto;
}
.five-info ul li {
    display: none;
    position: relative;
    width: 158px;
    height: 260px;
    float: left;
    margin-right: 20px;
    border-radius: 8px;
    /*transition: all 1s;*/
}
/*.five-info ul li:hover {
    height: 338px;
    margin-top: -40px;
}*/
.five-img {
    width: 100%;
    height: 54px;
    margin-top: 53px;
    text-align: center;
}
.five-info ul li h2 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.five-info ul li p {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.one-cont {
    background-color: #0aa2cc;
}
.two-cont {
    background-color: #00ac77;
}
.three-cont {
    background-color: #00c3e5;
}
.four-cont {
    background-color: #24b84c;
}
.five-cont {
    background-color: #0aa2cc;
}
.appl {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/appl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 4;
}
.appl-one {
    display: none;
    position: absolute;
    top: 58.4%;
    left: 18px;
    width: 384px;
    height: 384px;
    z-index: 5;
}
.appl-two {
    display: none;
    position: absolute;
    top: 0;
    left: 45px;
    width: 384px;
    height: 384px;
    z-index: 5;
}
.appl-three {
    display: none;
    position: absolute;
    top: 48.8%;
    right: 0;
    width: 384px;
    height: 384px;
    z-index: 5;
}
.appl-title {
    position: absolute;
    bottom: 25px;
    left: 44px;
    width: 174px;
    height: 174px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/appl_onet.png);
    background-repeat: no-repeat;
    z-index: 6;
}
.one-bg {
    background-position: -174px center;
}
.two-bg {
    background-position: left center;
}

.three-bg {
    background-position: -348px center;
}
.appl-title h2 {
    width: 168px;
    height: 80px;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.appl-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/appl_info.png);
    background-repeat: no-repeat;
    z-index: 5;

}
.one-info {
    background-position: left center;
}
.two-info {
    background-position: -384px center;
}
.three-info {
    background-position: -768px center;
}
.appl-info p {
    margin-top: 80px;
    margin-left: 197px;
    padding-left: 17px;
    line-height: 18px;
    font-size: 16px;
    list-style: disc;
    color: #fff;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/disc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.appl-info strong {
    display: block;
    margin-top: 8px;
    padding-left: 17px;
    margin-left: 80px;
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    color: #fff;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/disc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.appl-info h2 {
    width: 300px;
    line-height: 18px;
    padding-left: 17px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    list-style: disc;
    text-align: left;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/disc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.appl-info h2 span {
    float: right;
    padding-left: 17px;
    text-align: right;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/disc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.appl-info b {
    display: block;
    margin-top: 90px;
    padding-left: 17px;
    margin-left: 273px;
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    color: #fff;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/disc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 530px;
    margin-left: -550px;
    margin-top: -265px;
    z-index: 5;
}
.mark-inline {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3bc5e5;
    z-index: 5;
}
.mark-title {
    position: relative;
    width: 400px;
    height: 170px;
    margin: 0 auto;
    z-index: 6;
}
.mark-title img {
    float: left;
    width: 80px;
    height: 170px;
}
.mark-title h2 {
    float: right;
    margin-top: 95px;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 40px;
    color: #fff;
}
.mark-list {
    position: relative;
    width: 100%;
    height: 205px;
    margin-top: 130px;
}
.mark-list ul {
    position: absolute;
    top: 0;
    width: 50%;
}
.mark-list ul li {
    width: 274px;
    height: 205px;
    float: left;
    border-right: 1px solid #33bdde;
    text-align: center;
}
.mark-list ul li h2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.mark-list ul li i {
    display: block;
    width: 74px;
    margin: 0 auto;
    height: 130px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/mark.png);
    background-repeat: no-repeat;
    /*transition: all 1s;*/
}
.mark-list ul li p {
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.mark-one {
    background-position: left top;
}
.mark-one:hover {
    background-position: right top;
}
.mark-two {
    background-position: left -130px;
}
.mark-two:hover {
    background-position: right -130px;
}
.mark-three {
    background-position: left -268px;
}
.mark-three:hover {
    background-position: right -268px;
}
.mark-four {
    background-position: left -390px;
}
.mark-four:hover {
    background-position: right -390px;
}
.product {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 515px;
    margin-top: -258px;
    margin-left: -550px;
    z-index: 5;
}
.pro-title {
    width: 284px;
    height: 88px;
    margin: 0 auto;
}
.pro-img {
    width: 35px;
    height: 88px;
    float: left;
}
.pro-title h2 {
    width: 215px;
    height: 88px;
    float: right;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 42px;
    text-align: left;
}
.pro-title h2 span {
    margin-top: 18px;
    line-height: 25px;
    font-size: 24px;
}
.product-list {
    width: 100%;
    height: 333px;
    margin-top: 48px;
}
.product-list ul li {
    position: relative;
    width: 209px;
    height: 333px;
    float: left;
    margin-right: 9px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/pro_list.png);
    background-repeat: no-repeat;
    background-position: center;
    /*transition: all 1s;*/
}
.product-list ul li:hover {
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/pro_liston.png);
}
.product-list ul li h2 {
    width: 168px;
    height: 82px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 82px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #62a5b8;
}
.product-list ul li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.section6 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.product-list ul li i {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-bottom: -40px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/pro_one.png);
    background-repeat: no-repeat;
    /*transition: all 1s;*/
}
.pro-one {
    background-position: left top;
}
.product-list ul li i.pro-one1 {
    background-position: right top;
}
.pro-two {
    background-position: left -80px;
}
.product-list ul li i.pro-two1 {
    background-position: right -80px;
}
.pro-three {
    background-position: left -160px;
}
.product-list ul li i.pro-three1 {
    background-position: right -160px;
}
.pro-four {
    background-position: left -240px;
}
.product-list ul li i.pro-four1 {
    background-position: right -240px;
}
.pro-five {
    background-position: left -320px;
}
.product-list ul li i.pro-five1 {
    background-position: right -320px;
}
.case {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 470px;
    margin-top: -235px;
    margin-left: -550px;
    z-index: 5;
}
.case-title {
    width: 400px;
    height: 90px;
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.case-title h2 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 40px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.case-list {
    width: 1052px;
    height: 340px;
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
}
.case-list ul li {
    width: 194px;
    height: 91px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/case.png);
    background-repeat: no-repeat;
    /*transition: all 1s;*/
}
/*.case-list ul li:hover {
    background-position: right;
}*/
.section7 {
    background-color: #ededed;
}
.s2-video {
    width: 820px;
    height: 450px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.point {
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 370px;
    height: 70px;
    margin-left: -185px;
    z-index: 8;
}
/*

.news-list-cont a:hover{
    color: #fff;
    text-decoration: none;
}
.news-list-title a:hover {
    color: #fff;
    text-decoration: none;
}*/
.r-float {
    position: fixed;
    top: 50%;
    right: 0;
    width: 100px;
    height: 360px;
    margin-top: -180px;
    z-index: 8;
}
.r-float li {
    display: block;
    position: absolute;
    height: 88px;
    margin-bottom: 1px;
    background-repeat: repeat-x;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
}
.r-float li a {
    display: block;
}
.r-float li.short-one {
    width: 100px;
    top: 0;
    right: 0;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/float_one.png);
}
.r-float li.short-one a {
    width: 100px;
    padding-top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/short_one.png);
    background-repeat: no-repeat;
    background-position: center;

}
.r-float li.short-two {
    width: 100px;
    top: 89px;
    right: 0;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/float_two.png);
}
.r-float li.short-two a {
    width: 100px;
    padding-top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/short_two.png);
    background-repeat: no-repeat;
    background-position: center;
}
.r-float li.long-one {
    width: 284px;
    top: 178px;
    right: -184px;
    overflow: hidden;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/float_three.png);
}
.r-float li.long-one p {
    width: 100px;
    float: left;
    padding-top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/long_one.png);
    background-repeat: no-repeat;
    background-position: center;

}
.r-float li.long-two {
    width: 284px;
    top: 267px;
    right: -184px;
    overflow: hidden;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/float_four.png);
}
.r-float li.long-two p {
    width: 100px;
    float: left;
    padding-top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/long_two.png);
    background-repeat: no-repeat;
    background-position: center;

}
.tel {
    width: 184px;
    height: 88px;
    float: left;
    font: 24px/57px Arial;
    color: #fff;
    line-height: 88px;
    text-align: left;
    /*background-image: url(/themes/seo1158/public/assets/images/fenxiao/float_three.png);
    background-repeat: repeat-x;
    background-position: center;*/
}
.page-banner {
    position: relative;
    width: 100%;
    min-width: 1100px;
    height: 300px;
    overflow: hidden;
}
.page-banner img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.page-nav {
    width: 100%;
    height: 58px;
    /*border-top: 4px solid #f5f5f5;*/
    border-bottom: 1px solid #e5e5e5;
}
.pnav-main {
    width: 670px;
    height: 58px;
    margin: 0 auto;
    border-left: 1px solid #e5e5e5;
}
.pnav-main a {
    width: 222px;
    height: 58px;
    float: left;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 58px;
    background-color: #f8f8f8;
    border-right: 1px solid #e5e5e5;
    transition: all 1s;
}
.pnav-main a:hover {
    color: #fff;
}
.pnav-main a.one:hover {
    background-color: #0aa2cc;
}
.pnav-main a.two:hover {
    background-color: #00ac77;
}
.pnav-main a.three:hover {
    background-color: #00c3e5;
}
.page-cont {
    width: 100%;
    min-width: 1100px;
    /*min-height: 500px;*/
}
.page-main {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.a-top {
    padding: 70px 70px 0 60px;
    width: 970px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/a_top.jpg);
    background-repeat: no-repeat;
    background-position: 665px bottom;
}
.a-title {
    width: 764px;
    padding-bottom: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.a-title img {
    display: block;
    margin-bottom: 14px;
}
.a-cont {
    width: 100%;
    padding: 20px 0 40px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.a-bottom {
    padding: 38px 70px 0 60px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.a-list {
    width: 330px;
}
.a-list p {
    width: 100%;
    height: 60px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 100px;
    overflow: hidden;
}
.a-list p img {
    margin-right: 20px;
    float: left;
}

.bus-bg {
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/bus_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.bus-l {
    padding-top: 178px;
    padding-left: 56px;
    width: 200px;
}
.bus-l h2 {
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: left;
}
.bus-l h2 img {
    margin-bottom: 15px;
}
.bus-nav {
    margin-top: 55px;
}
.bus-img {
    margin-top: 86px;
}
.i-title {
    width: 100%;
    margin-top: 35px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.i-cont {
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.i-cont span {
    margin: 0 3px;
    font-family: Arial;
    color: #00c3e5;
}
.i-cont b {
    margin: 0 3px;
    font-size: 24px;
    font-family: Arial;
    color: #00c3e5;
    font-weight: bold;
}
.i-h3 {
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.int-main {
    position: relative;
    padding: 47px 43px 135px;
    width: 1014px;
    margin: 0 auto;
}
.int-one {
    width: 100%;
    height: 185px;
    padding-top: 50px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/int_one.png);
    background-repeat: no-repeat;
    background-position: center;
}
.int-one p {
    margin-left: 490px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: left;
}
.int-two {
    width: 538px;
    height: 265px;
    padding: 40px 0 0 50px;
    margin-top: 7px;
    float: left;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/int_two.png);
    background-repeat: no-repeat;
    background-position: center;
}
.int-two p {
    width: 210px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    text-align: left;
}
.int-two p span {
    font-weight: bold;
    color: #0aa2cc;
}
.int-two p b {
    font-size: 36px;
    color: #0aa2cc;
    font-weight: bold;
    margin-left: 10px;
}
.int-three {
    position: absolute;
    top: 282px;
    right: 43px;
    height: 448px;
    width: 368px;
    margin-top: 7px;
    padding: 60px  50px 0 0;
    float: right;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/int_three.png);
    background-repeat: no-repeat;
    background-position: center;
}
.int-three p {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.int-four {
    width: 100%;
    height: 422px;
    margin-top: 7px;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/int_four.png);
    background-repeat: no-repeat;
    background-position: center;
}
.four-l {
    width: 465px;
    float: left;
    margin-top: 40px;
    margin-left: 45px;
}
.four-l p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
    text-align: left;
}
.four-l p span {
    font-size: 18px;
    font-weight: bold;
}
.four-r {
    width: 495px;
    float: right;
    margin-top: 220px;
}
.four-r p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
    text-align: left;
}
.four-r p span {
    font-size: 18px;
    font-weight: bold;
}
.eng-main {
    width: 1110px;
    height: 467px;
    margin-top: 86px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/themes/seo1158/public/assets/images/fenxiao/eng_main.png);
    background-repeat: no-repeat;
    background-position: center;
}
.eng-list {
    width: 770px;
    height: 87px;
    padding-top: 20px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
}
.eng-list h3 {
    width: 320px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.eng-list h3 span {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.eng-list h4 {
    width: 322px;
    float: right;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: right;
}
.eng-list h4 span {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.cac-main {
    padding: 65px 76px 195px;
    width: 948px;
    margin: 0 auto;
}
.cac-main h2 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: left;
}
.cac-main p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-align: left;
}
.map {
    width: 944px;
    height: 317px;
    margin: 25px auto;
    border: 1px solid #e5e5e5;
}
.inline {
    width: 946px;
    height: 1px;
    margin: 25px auto;
    background-color: #efefef;
}
.anchorBL {
    display: none;
}
.BMap_stdMpCtrl {
    display: none;
}
.BMap_noprint {
    display: none;
}

/*产品部分css*/

.pnav-main a.the:hover{
    background:#00c3e5;
    color: #fff;
}
.pnav-main a.th-cur{
    background:#00c3e5;
    color: #fff;
}
.pnav-main a.hal:hover{
    background:#0aa2cc;
    color: #fff;
}
.pnav-main a.hal-cur{
    background:#0aa2cc;
    color: #fff;
}
.pnav-main a.tul:hover{
    background:#00ac77;
    color: #fff;
}
.pnav-main a.tul-cur{
    background:#00ac77;
    color: #fff;
}
.stand-title{
    width: 100%;
    text-align: center;
    line-height: 52px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 54px;
}
.s-tit{
    width: 100%;
    text-align: center;
    height: 50px;
    padding-bottom: 10px;
    clear: both;
}
.s-down{
    display: block;
    width: 100%;
    height: 26px;
    background:url("../images/fenxiao/s2.png") center no-repeat;
    padding-top: 30px;
    padding-bottom: 22px;
    clear: both;
}
.s-display{
    width: 980px;
    border: 1px dashed #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    /*float: left;*/
    overflow: hidden;
    background:#efefef;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.s-pic{
    width: 386px;
    height: 100%;
    position: relative;
}
.s-detail{
    width: 490px;
    padding: 54px 45px 20px;
    min-height: 420px;
    background: #fff;
}
.footer{
    float: left;
    overflow: hidden;
}
.s-pic img{
    max-width: 336px;
    top: 120px;
    position: absolute;
    opacity: 0;
    filter:alpha(opacity=0);
    left: 30px;
}
.s-subt{
    display: block;
    width: 166px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 10px;
    background: url("../images/fenxiao/s3.jpg") repeat-x;
    letter-spacing: 8px;
}
.s-text{
    padding: 30px 0;
    line-height: 26px;
    font-size: 14px;
}
.s-pros{
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.sb-pic{
    width: 100%;
    text-align: center;
}
.top-say{
    width: 960px;
    margin: 0 auto;
    padding-bottom: 58px;
    background: url("../images/fenxiao/s8.jpg") right bottom no-repeat;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.top-say .tis{
    height: 56px;
    width: 100%;
    display: block;
    padding: 86px 0 44px;
}
.fun-table{
    width: 969px;
    margin: 0 auto;
}
.t-head{
    width: 969px;
    height: 58px;
    background: url("../images/fenxiao/s00.jpg") no-repeat;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;

}
.t-head span{
    display: block;
    text-align: center;
    float: left;
}
.tab{
    width: 969px;
    margin: 74px auto 6px;
}
.t-white,.t-gray{
    width: 967px;
    height: 40px;
    border-radius: 4px;
    border:1px dashed #dcdcdc;
    margin-bottom: 3px;
}
.t-white span,.t-gray span{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    display: block;
    float: left;
}
.t-gray{
    background: #f7f7f7;
}
.form_title9{
    text-align: center;
}
.sub_sq{
    width: 900px;
    margin: 20px auto 0;
}
.sub_sq input{
    border: 1px #ccc solid;
    background: none;
    width: 380px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 16px;
    margin: 40px 17px;
}
.sub_sq input:focus{
    border-color: #EE6A37;
    outline: none;
}
.sub_sq textarea{
    width: 94%;
    height: 100px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    resize: none;
    margin: 0 auto;
    display: block;
    border: 1px #ccc solid;
    padding: 10px 1%;
}
.sub_sq textarea:focus{
    border-color: #EE6A37;
    outline: none;
}
.sub_sq .sub_btn{
    width: 150px;
    line-height: 40px;
    border: none;
    background: #000;
    color: #fff;
    text-align: center;
    margin-left:17px;
    font-size: 15px; 
}
.sub_sq .sub_btn:hover{
    background: #EE6A37;
}
.sub_sq label{
    display: block;
    margin-top: 40px;
}
.sub_sq label input{
    width: 200px;
    margin-top:0; 
}
.sub_sq label span{
    height: 47px;
    width: 238px;
    display: inline-block;
    vertical-align: center;
}