/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 240px;
    border: 1px solid #e8e8e8;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

body {
    font-family: arial, 'microsoft yahei';
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, dt, dd {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    line-height: 1;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ml0 {
    margin: 0 !important;
}

.bl0 {
    border-left: 0 !important;
}

.main {
    min-width: 1180px;
    width: 100%;
}

.head_logo {
    float: left;
    height: 86px;
    overflow: hidden;
    width: 340px;
    display: inline;
}

.header {
    height: 86px;
    max-width: 1680px;
    min-width: 1180px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

div#top {
    height: 86px;
    margin: 0 auto;
    max-width: 1510px;
    min-width: 1000px;
    position: relative;
}

.logo {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.logo img {
    display: block;
    margin: auto;
    float: left;
    margin-top: 17px;
}

.head_logo h1 {
    font-size: 30px;
    line-height: 86px;
    font-weight: 600;
}

.nav {
    font-size: 14px;
    line-height: 86px;
    float: left;
    width: 730px;
    margin: auto;
    height: 86px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}

.nav a {
    color: #666;
    padding: 0 26px;
    display: block;
    height: 100%;
    float: left;
    position: relative;
    transition: .3s ease;
}

.nav a span {
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -1px;
    background-color: #eee;
    top: 38px;
}

.nav a:hover {
    background-color: #da4203 !important;
    color: #fff;
}

.nav .active, .nav .current-menu-item a {
    background-color: #da4203;
    color: #fff;
}

.header .hot-line {
    float: right;
}

.hot-line {
    width: 188px;
    padding-top: 17px;
    float: right;
}

.hot-line-tip {
    font-size: 13px;
    color: #999;
    line-height: 30px;
    text-align: right;
}

.mobile {
    width: 100%;
    text-align: right;
    color: #d7000f;
    font-size: 22px;
    padding-left: 20px;
    background: url('../images/phont-bg.png') no-repeat 0 center;
}

.hot-line i {
    display: block;
    height: 17px;
    width: 1px;
    background-color: #eee;
    position: absolute;
    top: 55px;
    left: 28px;
}

.fixed-bar {
    width: 50px;
    position: fixed;
    right: 0;
    top: 47%;
    background-color: #fff;
    z-index: 9;
}

.fixed-bar a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    background-color: #cfcfcf;
    position: relative;
    transition: .36s ease;
}

.fixed-bar img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.fixed-bar a:hover {
    background-color: #e60012;
}

.fixed-bar .qq {
    background-color: #e60012;

}

.content {
    width: 1180px;
    margin: 0 auto;
}

.footer {
    padding-top: 60px;
    padding-bottom: 59px;
    overflow: hidden;
    min-width: 1180px;
    background: #eee;
}

.footer .content {
    overflow: hidden;
}

.footer li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.footer li a:hover {
    color: #000;
}

.footer li div {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer ul {
    overflow: hidden;
    float: left;
}

.footer ul li {
    float: left;
    line-height: 26px;
    margin: 0 124px 0 0;
}

.footer .links-type1 {
    width: 168px;
}

.footer .links-type2 {
    width: 150px;
}

.footer .links-type3 {
    width: 150px;
}

.footer .links-type4 {
    width: 204px;
}
.friends-link{
    background:#3c763d;
    font-size: 14px;
    color: #CCCCCC;
    padding-bottom: 15px;
}
.friends-link a{
    color: #CCCCCC;
}
.qr-code {
    float: left;
}

.qr-code img {
    display: block;
    margin: 0 auto;
}

.qr-code p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 22px;
    margin-top: 13px;
}

.service-number {
    float: left;
}

.service-number .title {
    color: #333;
    font-size: 14px;
    margin-top: 0;
}

.service-number span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}

.service-number .number {
    font-size: 22px;
    color: #d41a1a;
}

.service-number p {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.copy {
    background: #3c763d;
    color: #fff;
    text-align: center;
}

.copy .content {
    padding-top: 30px;
}

.copy p {
    font-size: 14px;
    line-height: 24px;
}

.copy a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 26px;
}

/*Ã¨Â½Â®Ã¦â€™Â??¡â€žÃ¦Â Â·Ã¥Â¼Â?/
/*.owl-carousel {*/
/*position: relative;*/
/*}*/

/*.owl-item {*/
/*height: 610px;*/
/*}*/

/*.owl-item div {*/
/*height: 100%;*/
/*}*/

/*.owl-prev {*/
/*width: 50px;*/
/*height: 50px;*/
/*background: rgba(51, 51, 51, .2) url('../images/ctrl-prev.png') no-repeat center;*/
/*}*/

/*.owl-next {*/
/*width: 50px;*/
/*height: 50px;*/
/*background: rgba(51, 51, 51, .2) url('../images/ctrl-next.png') no-repeat center;*/
/*}*/

/*.owl-dots {*/
/*height: 26px;*/
/*position: absolute;*/
/*top: 545px;*/
/*width: 100%;*/
/*text-align: center;*/
/*}*/

/*.owl-dot {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 6px;*/
/*height: 6px;*/
/*border-radius: 50%;*/
/*margin-right: 17px;*/
/*background: #fff;*/
/*}*/

/*.owl-dot.active {*/
/*!*background-color: #d7000f;*!*/
/*!*padding:19px;*!*/
/*!*border: 1px solid #d7000f;*!*/
/*width: 26px;*/
/*height: 26px;*/
/*background: url('../images/dot1-active.png') no-repeat center;*/

/*}*/
#index-banner .item {
    height: 610px;
}

#index-banner {
    height: 610px;
}

#index-banner li {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 0;
    margin-right: 19px;
}

#index-banner li.active {
    width: 26px;
    height: 26px;
    background: transparent url(../images/dot1-active.png) no-repeat center;
}

#index-banner .ctrl {
    position: absolute;
    top: 280px;
}

#index-banner .ctrl-prev {
    left: 0;
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .2) url('../images/ctrl-prev.png') no-repeat center;
}

#index-banner .ctrl-next {
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .2) url('../images/ctrl-next.png') no-repeat center;
}

#know {
    position: relative;
    margin-top: 60px;
}

#know .item {
    width: 1180px;
    height: 200px;
    overflow: hidden;
    padding-bottom: 16px;
}

#know .item ul {
    overflow: hidden;
    width: 1200px;
    padding-bottom: 16px;
}

#know .item li {
    float: left;
    border: 5px solid #fff;
    margin-right: 20px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);

}

.i-about a.ctrl.ctrl-prev::after {
    content: '<';
    color: #eaeaea;
    font-size: 30px;
    line-height: 25px;
    font-family: cursive;
}

.i-about a.ctrl.ctrl-next::after {
    content: '>';
    color: #eaeaea;
    font-size: 30px;
    line-height: 25px;
    font-family: cursive;
}

#know .ctrl {
    position: absolute;
    top: 90px;
    width: 60px;
    height: 30px;
    background: #23232399;
}

#know .ctrl-prev {
    left: -30px;
    /* background: url('../images/know-prev1.jpg') no-repeat center;*/
    transition: .36s ease;
}

#know .ctrl-prev:hover {
    /* background: url('../images/know-prev2.jpg') no-repeat center;*/
}

#know .ctrl-next {
    right: -30px;
    /*    background: url('../images/know-next1.jpg') no-repeat center;*/
    transition: .36s ease;
}

#know .ctrl-next:hover {
    /*    background: url('../images/know-next2.jpg') no-repeat center;*/
}

#know .carousel-indicators {
    top: 248px;
    width: 1180px;
    left: 0;
    right: 0;
    margin: 0;
    overflow: hidden;
    height: 24px;
}

#know .carousel-indicators li {
    float: left;
    width: 24%;
    margin: 0 !important;
    border: 0;
    height: 24px;
    background: url('../images/know-cur1.png') no-repeat center;
}

#know .carousel-indicators li.active {
    background: url('../images/know-cur2.jpg') no-repeat center;
    margin: 0 !important;
}

.know-list {
    overflow: hidden;
    margin-top: 94px;
}

.know-list li {
    float: left;
    width: 24%;
    text-align: center;
}

.know-list li h3 {
    font-size: 18px;
    color: #333;
}
.know-list li h3 a{
    color: #333;
}
.know-list li p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 14px;
}

.business-intro {
    padding: 100px 0;
}

.business-intro .content {
    position: relative;
}

.cell-title {
    text-align: center;
}

.cell-title span {
    font-size: 30px;
    color: #1b1b1b;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.cell-title img {
    vertical-align: middle;
}

.cell-title p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.brick {
    display: block;
    margin-bottom: 10px;
}

.brick .info {
    text-align: center;
    padding-top: 24px;
    border: 1px solid #f6f6f6;
    padding-bottom: 34px;
}

.brick:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
}

.brick h3 {
    color: #333;
    font-size: 24px;
}

.brick:hover h3 {
    color: #006dea;
}

.brick img {
    display: block;
    width: 100%;
}

.brick .info p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 16px;
}

.owl-next::after {
    content: '<';
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 64px;
    font-family: cursive;
}

.owl-prev::after {
    content: '>';
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 64px;
    font-family: cursive;
}

.owl-next {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 120px;
    left: -50px;
    cursor: pointer;
    color: #b1b1b1;
    text-align: center;
    background: #f1f1f1;
}

/*.owl-next:hover {
    background: url('../images/arrow1.jpg') no-repeat center;
}*/
.owl-next:hover {
    background: #ec3f24;
    color: #fff;
}

/*.owl-prev {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 120px;
    right: -50px;
    background: url('../images/arrow4.jpg') no-repeat center;
    cursor: pointer;
}*/

.owl-prev {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 120px;
    right: -50px;
    cursor: pointer;
    font-size: 40px;
    line-height: 64px;
    color: #b1b1b1;
    text-align: center;
    background: #f1f1f1;
}

.owl-prev:hover {
    background: #ec3f24;
    color: #fff;
}

.owl-carousel {
    margin-top: 60px;
}

.i-service {
    height: 480px;
    background: url('../images/i-service-bg.jpg') center;
    padding-top: 80px;
}

.i-service .cell-title span {
    color: #fff;
}

.i-service .cell-title p {
    color: #fff;
}

.i-service ul {
    width: 1180px;
    height: 200px;
    margin-top: 60px;
    background: url('../images/i-service3.png') no-repeat center;
}

.i-service ul li {
    float: left;
    width: 25%;
    height: 200px;
}

.i-service li p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.cell-bg1, .cell-bg2, .cell-bg3, .cell-bg4, .cell-bg5 {
    width: 100px;
    height: 100px;
    display: block;
    margin: 28px auto 16px;
}

.cell-bg1 {
    background: url(../images/cell-bg2.png) 0px 5px no-repeat;
}

.cell-bg2 {
    background: url(../images/cell-bg2.png) -118px 1px no-repeat;
}

.cell-bg3 {
    background: url(../images/cell-bg2.png) -228px 10px no-repeat;
}

.cell-bg4 {
    background: url(../images/cell-bg2.png) -336px 6px no-repeat;
}

.cell-bg5 {
    background: url(../images/cell-bg2.png) -450px 7px no-repeat;
}

.i-power {
    padding-top: 90px;
    height: 1110px;
    background: url('../images/i-power-bg.jpg') no-repeat center;
}

.i-power .content {
    position: relative;
}

.i-power .point {
    width: 500px;
    height: 200px;
    position: absolute;
    background: url('../images/i-power-sqr.png') no-repeat;
}

.i-power .p1 {
    top: 153px;
    left: 0;
    background-position: 15px 6px;
}

.i-power .point-top {
    overflow: hidden;
}

.i-power .point-top .number {
    float: left;
    font-size: 80px;
    color: #e60012;
    font-weight: bold;
    font-family: Arial;
}

.i-power .point-top .point-info {
    float: left;
    padding-top: 30px;
    margin-left: 10px;
}

.i-power .point-top h3 {
    font-size: 30px;
    color: #333;
}

.i-power .point-top p {
    margin-top: 7px;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.i-power .point-bottom {
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
}

.i-power .p1 span {
    font-size: 16px;
    color: #e60012;
}

.i-power .p2 {
    top: 412px;
    left: 0;
    background-position: 15px 6px;
}

.i-power .p3 {
    top: 484px;
    right: 0;
    background-position: 380px 6px;
    text-align: right;
}

.i-power .p4 {
    top: 722px;
    right: 0;
    background-position: 380px 6px;
    text-align: right;
}

.i-power .p3 .number, .i-power .p4 .number {
    float: right;
}

.i-power .p3 .point-info, .i-power .p4 .point-info {
    float: right;
}

.i-about {
    height: 850px;
    padding-top: 80px;
    background: url('../images/i-about-bg.png') no-repeat center 0;
    color: #fff;
    text-align: center;
}

.i-about h3 {
    font-size: 24px;
}

.i-about .p1 {
    color: #f6f6f6;
    font-size: 14px;
    margin-top: 10px;
}

.i-about .p2 {
    width: 772px;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 24px;
}

.i-about .more {
    display: block;
    width: 180px;
    height: 44px;
    border: 1px solid #e1e1e1;
    line-height: 44px;
    margin: 53px auto 0;
    background: #ffffff;
    color: #898989;
}

.i-about .more:hover {
    color: #006dea
}

.i-news {
    padding: 80px 0 70px 0;
    background-color: #f6f6f6;
}

.i-news .ul-wrap {
    width: 1180px;
    overflow: hidden;
    margin-top: 80px;
}

.i-news ul {
    width: 1250px;
    overflow: hidden;
    margin-top: -50px;
}

.i-news li {
    float: left;
    width: 560px;
    margin-right: 60px;
    margin-top: 50px;
}

.i-news .date {
    float: left;
    text-align: center;
    max-width: 75px;
    overflow: hidden;
}

.i-news .date span {
    font-size: 56px;
    color: #333;
}

.i-news .date p {
    font-size: 14px;
    color: #666;
}

.i-news .i-news-con {
    float: left;
    width: 460px;
    overflow: hidden;
    margin-left: 25px;
    padding-top: 12px;
}

.i-news .i-news-con a {
    display: block;
    width: 460px;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.i-news .i-news-con a:hover {
    color: #006dea;
}

.i-news .i-news-con p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
}

.banner {
    width: 100%;
    height: 220px;
}

.core-wrap {
    min-width: 1180px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.core-box {
    overflow: hidden;
    width: 1180px;
    margin: 40px auto 0;
    padding-bottom: 82px;
}

.aside-menu {
    width: 220px;
    float: left;
}

.menu-top {
    padding: 2px 8px;
    background-color: #e04c0f;
    color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
}

.menu-top-con {
    float: left;
    margin: 0px 0 0 20px;
    padding: 16px 0px;
}

.menu-top .line {
    width: 4px;
    height: 44px;
    margin-left: 20px;
    background-color: #fff;
    float: left;
    display: none;
}

.menu-top h3 {
    font-size: 17px;
}

.menu-top p {
    font-size: 12px;
    margin-top: 8px;
    text-transform: uppercase;
}

.menu-inner {
    background-color: #f3f3f3;
    padding: 8px 0;
}

.menu-inner a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 26px;
    transition: .36s ease;
    border-top: 1px solid #ececec;
}

.menu-inner a:first-child {
    border: 0;
}

.menu-inner a span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.menu-inner a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/menu-bg2.png') no-repeat center;
    vertical-align: middle;
    transition: .36s ease;
}

.menu-inner a:hover {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.menu-inner a:hover span {
    color: #006dea;
}

.menu-inner a:hover i {
    background: url('../images/menu-bg1.png') no-repeat center;
}

.menu-inner .active {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.menu-inner .active span {
    color: #006dea;
}

.menu-inner .active i {
    background: url('../images/menu-bg1.png') no-repeat center;
}

.rec {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.rec-top {
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
}

.rec-top i {
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #006dea;
    vertical-align: middle;
    margin-left: 20px;
}

.rec-top span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.rec-inner {
    width: 224px;
    overflow: hidden;
    margin-top: 4px;
}

.rec-inner a {
    float: left;
    display: block;
    width: 108px;
    height: 110px;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #f3f3f3;
    text-align: center;
}

.rec-inner a img {
    display: block;
    margin: 12px auto;
}

.rec-inner a > div {
    width: 52px;
    height: 52px;
    margin: 12px auto;
    background-size: cover;
}
.pro_b{
    background: #f3f3f3;
    margin-top: 4px;
    padding: 6px 5px 15px 11px;
}
.pro_b a p{
    float: left;
}
.pro_b .pro_img{
    width: 12%;
    padding-top: 14px;
}
.pro_b .pro_img img{
    width: 100%;
    height: auto;
}
.pro_txt{
    width: 85%;
    font-size: 14px;
    padding-top: 9px;
    color: #333;
    padding-left: 7px;
    line-height: 20px;
}
.rty{
    background: #f3f3f3;
    text-align: center;
    padding: 20px 0;
    margin-top: 4px;
}
.slbg01 {
    background: url(../images/slbg.gif) 0px 10px no-repeat;
}

.slbg02 {
    background: url(../images/slbg.gif) 0px -40px no-repeat;
}

.slbg03 {
    background: url(../images/slbg.gif) 0px -90px no-repeat;
}

.slbg04 {
    background: url(../images/slbg.gif) 0px -140px no-repeat;
}

.slbg05 {
    background: url(../images/slbg.gif) 0px -196px no-repeat;
}

.slbg06 {
    background: url(../images/slbg.gif) 0px -236px no-repeat;
}

.rec-inner a span {
    font-size: 14px;
    color: #666;
}

.cpbg1 {
    background: url(../images/cpbg.png) 0px 0px no-repeat;
}

.cpbg2 {
    background: url(../images/cpbg.png) 0px -60px no-repeat;
}

.cpbg3 {
    background: url(../images/cpbg.png) 0px -123px no-repeat;
}

.cpbg4 {
    background: url(../images/cpbg.png) 0px -182px no-repeat;
}

.rec-inner a span:hover {
    color: #006dea;
}

.aside-right {
    float: left;
    width: 930px;
    margin-left: 30px;
}

.bread {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0 20px 0;
}

.col-name {
    float: left;
    font-size: 24px;
    color: #666;
}

.col-name h1 {
    font-size: 24px;
    margin: 5px 0 0 0;
}

.bread-nav {
    float: right;
    padding-top: 12px;
    font-size: 12px;
    color: #999;
}

.bread-nav a {
    color: #999;
    transition: .36s ease;
}

.bread-nav a:hover {
    color: #006dea;
}

.right-inner {
    padding: 40px 10px 0;
    overflow: hidden;
    font-family: serif;
}

.page-service {
    padding: 0 10px;
    font-family: 'weiruanyahei';
}

.right-inner img {
    max-width: 100%;
}

.page-service h1, .page-service h2, .page-service h3, .page-service h4, .page-service h5 {
    margin: 20px 0;
}

.page-service p {
    margin: 10px 0;
    line-height: 25px;
}

.prod-right-inner {
    padding: 0 10px 0;
    overflow: hidden;
    font-family: serif;
}
.prod-right-inner .pro_t{
    margin-top: 30px;
}
.prod-right-inner .pro_t .pimg{
    width: 50%;
    text-align: center;
    border: 1px solid #CCCCCC;
    margin: 20px auto;
}
.prod-right-inner .pro_t .pimg img{
	width:100%;
	height:auto;
}
.pro .pro-top {
    overflow: hidden;
}

.thumb_img img {
    width: 400px;
    height: auto;
    max-height: 300px;
}

.pro_thumb_img img {
    width: 400px;
    height: 300px;
    border-radius: 4px;
}

.pro-list {
    padding: 10px 0 0 0;
}

.pro-list p {
    line-height: 26px;
}

.pro .pro-top img {
    display: block;
    float: left;
}

.pro_thumb_img {
    float: left;
}

.pro .pro-top .info {
    width: 425px;
    float: left;
    margin-left: 25px;
    padding-top: 10px;
}

ul.slt_list li img {
    border: 1px solid #c3c3c3;
    margin: 1px;
    cursor: pointer;
}

.pro .pro-top h3 {
    font-size: 24px;
}

.pro .pro-top dl {
    margin-top: 16px;
    overflow: hidden;
    margin: 20px 0;
}

.prod_desc dl {
    /*    height: 180px! important;*/
}

.pro .pro-top dd {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.pro .info-foot {
    overflow: hidden;

}

.pro .info-foot a {
    display: block;
    float: left;
    width: 200px;
    height: 46px;
    background-color: #006dea;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 1px;
}

.pro .info-foot a:hover {
    background-color: #005eca;
}

.pro .number-tip {
    float: left;
    margin-left: 20px;
}

.pro .number-tip span {
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

.pro .number-tip p {
    color: #ef3e50;
    font-size: 20px;
}

.pro-watch {
    overflow: hidden;
    width: 920px;
    margin-top: 40px;
    background-color: #fff;
}

.pro-watch li {
    float: left;
    width: 225px;
    height: 50px;
    margin-right: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border: 1px solid #f3f3f3;
    background-color: #f6f6f6;
    transition: .36s ease;
    cursor: pointer;
}

.pro-watch li:hover, .pro-watch li.active {
    color: #fff;
    border-color: #d7000f;
    background-color: #d7000f;
}

.pro-item {
    padding-top: 20px;
    padding-bottom: 25px;
    line-height: 26px;
    font-family: serif;
}

.pro-list-item {
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 26px;
    font-family: serif;
}

.pro-item h3 {
    font-size: 18px;
    color: #383838;
    margin: 20px 0 20px 0;
}

ul.products_list a {
    color: #333;
}

.pro-item h4, h5, h6 {
    margin: 15px 0;
    font-weight: 600;
}

.pro-item p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    color: #3e3e3e;
    font-family: serif;
}

.hr {
    width: 100%;
    height: 1px;
}

.pro-item ul {
    overflow: hidden;
    width: 930px;
}

.pro-item ul li {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    margin-top: 30px;
    background: #f0f0f0;
    padding: 20px 10px 5px 10px;
}

.pro-list-item ul li {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-right: 3%;
    /*padding: 4px 4px 0px 4px;*/
    border: 1px solid #eee;
    margin-bottom: 3%;
    border-radius: 4px;
}

.pro-list-item ul li:hover {
    box-shadow: 0 0 2px 0px #cecece;
}

.pro-list-item ul li {
    width: 30%;
}

.pro-item li p {
    color: #333;
}

.pro-item li img {
    width: 290px;
}

.plan .plan-number ul {
    overflow: hidden;
}

.plan .plan-number li {
    float: left;
    width: 20%;
    text-align: center;
}

.plan .plan-number .circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.plan .plan-number .c1 {
    background: url('../images/97.png') center;
}

.plan .plan-number .c2 {
    background: url('../images/98.png') center;
}

.plan .plan-number .c3 {
    background: url('../images/99.png') center;
}

.plan .plan-number .c4 {
    background: url('../images/100.png') center;
}

.plan .plan-number .c5 {
    background: url('../images/100.png') center;
}

.plan .unit {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -10px;
}

.plan .per {
    display: block;
    font-size: 36px;
    color: #00584f;
    position: absolute;
    top: 34px;
    width: 100%;
}

.plan .per .percent {
    font-size: 18px;
}

.plan .plan-number .info {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 18px;
}

.plan .desc {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.quality {
    padding: 50px 0 60px;
}

.qua-item {
    overflow: hidden;
}

.quality .qua-desc h3 {
    color: #e04c0f;
    font-size: 24px;
    font-weight: bold;
}

.quality .qua-desc span {
    display: block;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.quality .qua-desc {
    width: 535px;
    padding-top: 52px;
}

.plan .qua-desc p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.qd1 img {
    float: left;
}

.qd1 .qua-desc {
    float: right;
}

.qd2 img {
    float: right;
}

.qd2 .qua-desc {
    text-align: right;
}

.plan .prove {
    width: 910px;
    height: 460px;
    background: #3c763d;
}

.plan .prove h3 {
    color: #fff;
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.plan .prove ul {
    overflow: hidden;
    width: 725px;
    margin: 40px auto 0;
}

.plan .prove li {
    float: left;
    margin-left: 40px;
    text-align: center;
}

.plan .prove li:first-child {
    margin-left: 0;
}

.plan .prove p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.ability-item {
    background-color: #f6f6f6;
    overflow: hidden;
    width: 910px;
    margin-bottom: 50px;
}

.ability-item img {
    float: left;
}

.ability-item .info {
    padding: 40px 30px 0 30px;
    box-sizing: content-box;
}

.ability-item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.ability-item h4 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.ability-item .sub-tit {
    display: block;
    margin-top: -10px;
    font-size: 30px;
    color: #aaa;
    color: rgba(170, 170, 170, 0.2);
    font-weight: bold;
    text-transform: uppercase;
}

.ability-item .info {
    position: relative;
}

.ability-item p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 36px;
}

.ability-item p span {
    color: #d7000f;
}

.ability1 .info {
    float: left;
    width: 430px;
    text-align: right;
}

.ability2 img {
    float: right;
}

.ability2 .info {
    width: 420px;
    float: right;
}

.equ ul {
    width: 960px;
    overflow: hidden;
}

.equ li {
    float: left;
    padding: 5px 5px 0 5px;
    background-color: #eaeaea;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 30px;
}

.equ li p {
    color: #333;
    font-size: 16px;
    line-height: 54px;
}

.contw{
    text-align: center;
    margin-top: 60px;
}
.about-title {
    margin-bottom: 60px;
}
.about-info {
    margin-bottom: 50px;
}
.col-contact-20 {
    margin-bottom: 30px;
    width: 20%;
    float: left;
    text-align: center;
}
.col-contact-content {
    max-width: 80px;
    margin: 0 auto;
}
.ratio-box-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.col-contact-content .ratio-box-box {
    border-radius: 50%;
    overflow: hidden;
    background: #3c763d;
}
.ratio-wEqualH {
    padding-bottom: 100%;
}
.ratio-show-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 2em;
    height: 2em;
    margin: auto;
}
.ratio-show-box img{
    width: 100%;
    height: auto;
}
.width-full{
    width: 100%;
}

.maps .link-group {
    padding-top: 39px;
    padding-bottom: 30px;
}

.maps .link-group h3 {
    font-size: 20px;
    color: #333;
}

.maps .link-group a {
    font-size: 16px;
    color: #666;
    margin-right: 45px;
}

.maps .link-group .link {
    margin-top: 20px;
}
.news_img{
    float: left;
    width: 20%;
}
.news .n-item {
    width: 75%;
    padding-left: 20px;
    padding-bottom: 30px;
    float: left;
}

.news .n-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 18px;
}

.news .n-item a:hover {
    color: #e04c0f;
}

.n-item a span {
    font-weight: bold;
    color: #006dea;
    display: inline-block;
    padding-right: 8px;
}

.n-item .intro {
    height: 40px;
    overflow: hidden;
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.n-item .intro:after {
    content: '...'
}

.news .tags {
    font-size: 12px;
    color: #5f5f5f;
    font-style: italic;
    margin-top: 20px;
    font-family: sans-serif;
}

.news .tags {
    text-align: center;
}

.news .tags p {
    display: inline-block;
}

.n-item p {
    float: left;
}

.news .tags .time {
    margin-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2px;
}

.n-item .tags {
    text-align: left;
}

.news .hr {
    margin-bottom: 40px;
}

.news .tags .time2 {
    margin-right: 16px;
}

.news .tags span {
    display: inline-block;
    margin-right: 10px;
}

.u-paging a {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #f3f3f3;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.u-paging .prev {
    /*    background: #f3f3f3 url('../images/prev.png') no-repeat center;*/
}

.u-paging .next {
    /*    background: #f3f3f3 url('../images/next.png') no-repeat center;*/
}

.u-paging .current {
    background-color: #006dea;
    color: #fff;
}

.news .detail-tag {
    text-align: center;
}

.news .title {
    text-align: center;
    font-size: 24px;
}

.news-detail {
    padding-right: 0;
    padding-left: 0;
}

.news .hr2 {
    margin-top: 40px;
}

.news-inner {
    padding: 0 10px;
}

.turn {
    padding: 0 25px;
    background-color: #f6f6f6;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}

.turn a {
    color: #666;
}

.turn .turn-cell {
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.turn-next {
    text-align: right;
}

.contact h3 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.contact .info {
    overflow: hidden;
    margin-top: 50px;
}

.contact .info p {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.map {
    padding: 20px;
    margin-top: 36px;
    margin-bottom: 60px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}

#map {
    width: 100%;
    height: 220px;
}

.row-3 {
    overflow: hidden;
}

.row-3 .form-item {
    float: left;
    width: 290px;
    margin-left: 20px;
}

.row-3 .form-item:first-child {
    margin-left: 0;
}

form {
    margin-top: 50px;
}

form input {
    width: 100%;
    background-color: #f6f6f6;
    padding: 0 19px;
    border: 1px solid #efefef;
    outline: none;
    height: 50px;
    box-sizing: border-box;
    font-size: 16px;
}

form textarea {
    resize: none;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 30px;
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    padding: 16px 19px;
    margin-top: 20px;
    height: 200px;
}

.submit {
    display: block;
    width: 220px;
    height: 50px;
    margin: 40px auto 0;
    background-color: #006dea;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: 0;
    border-radius: 25px;
    outline: none;
}

.submit:hover {
    background-color: #005eca;
}

.about-top {
    overflow: hidden;
}

.about-top .intro {
    float: left;
    width: 445px;
}

.about-top img {
    display: block;
    float: left;
    margin-left: 50px;
}

.about-top h3 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.about-top .line {
    width: 30px;
    height: 2px;
    margin: 16px 0;
    background-color: #006dea;
}

.about-top h4 {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.about-top p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 50px;
}

.about-arg .title {
    font-size: 50px;
    color: #333;
    font-weight: bold;
}

.about-arg .title span {
    font-size: 30px;
}

.about-arg ul {
    overflow: hidden;
    margin-top: 70px;
    padding-bottom: 42px;
}

.about-arg li {
    width: 33%;
    float: left;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.about-arg li:first-child {
    border-left: 0;
}

.about-arg p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 25px;
}

.about-mid {
    padding-top: 50px;
}

.about-mid p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.about-cul {
    padding: 60px 0;
    text-align: center;
}

.about-mid img {
    display: block;
    margin: 50px auto 60px;
}

.about-cul h3, .about-admin h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.about-cul h3:after, .about-cul h3:before, .about-admin h3:after, .about-admin h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #006dea;
    padding: 0 10px;
}

.about-cul h3::after, .about-cul h3::before, .about-admin h3::after, .about-admin h3::before {
    background: url('//fivestarweb.b0.upaiyun.com/5a60131d93527e2ab90acdb8/images/eda37ed92at59c522de8epeefbaec5b3.png') no-repeat center;
}

.about-cul h4, .about-admin h4 {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 14px;
}

.about-cul ul {
    overflow: hidden;
    width: 930px;
    margin-top: 50px;
}

.about-cul li {
    float: left;
    width: 443px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    padding: 30px 0;
    margin: 0 20px 20px 0;
}

.about-cul .title {
    color: #333;
    font-size: 24px;
    margin: 25px auto 20px;
}

.about-cul ul p {
    font-size: 16px;
    color: #333;
    margin: 20px auto 10px;
}

.about-cul span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.about-cul .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: left;
}

.about-admin {
    text-align: center;
    padding-top: 60px;
}

.about-admin img {
    display: block;
    margin: 50px auto;
}

.fixed-bar .phone img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 13px 12px;
}

.fixed-bar .phone {
    width: 220px;
    position: relative;
    left: 0;
}

.fixed-bar .phone span {
    width: 169px;
    display: none;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
    transition: .36s ease;
    margin-left: 1px;
    text-align: center;
}

.fixed-bar .phone:hover {
    left: -170px;
}

.fixed-bar .phone:hover span {
    display: inline-block;
}

.right-inner .hold {
    height: 100px;
    display: none;
}

.watch-fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
}

.f-qr {
    display: none;
    position: absolute;
    width: 180px;
    padding: 20px 0;
    left: -186px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(7, 17, 27, .1);
}

.qr-img:hover .f-qr {
    display: block;
}

.f-qr img {
    display: block;
    position: relative;
    margin: 8px auto 0;
    width: 130px;
    height: 130px;
}

.f-qr p {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 18px;
}

.address {
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.address p {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.address span {
    color: #f39939;
}

.mybread {
    color: #868686;
    padding: 5px;
    border-radius: 5px;
    font-family: monospace;
}

div#crumbs ul {
    display: inline;
    padding: 0;
}

div#crumbs ul li {
    display: inline;
}

.mybread a {
    color: #868686;
}

form.wpcf7-form p {
    width: 31.5%;
    float: left;
    margin: 0 25px 0px 0;
}

form.wpcf7-form p:nth-child(4) {
    margin: 0;
}

form.wpcf7-form p:nth-child(5) {
    width: 100%;
}

form.wpcf7-form p:nth-child(6) {
    width: 100%;
    display: block;
    margin: 0 auto !important;
    text-align: center;
}

form.wpcf7-form p:nth-child(6) input {
    width: 200px;
    margin: 15px 0;
    border-radius: 4px;
    background: #0062d2;
    color: #fff;
    font-size: 16px;
}

.pro-item li {
    width: 30%;
}

.pro-item li img {
    width: 93%;
    height: 160px;
    display: block;
    margin: auto;
}

.pro-list-item li img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 195px;
    margin: auto;
}

ul.products_list .pt {
    padding: 12px 15px  12px 15px;
    text-align: left;
    background: #eee;
}
ul.products_list .pt a{
    display: block;
    font-size: 14px;
}
ul.products_list p {
    font-size: 14px;
    text-align: left;
}
ul.products_list .pt .pri_t{
    font-weight: bold;
}
ul.products_list .pt .pri_s{
    font-size: 12px;
    line-height: 19px;
    margin-top: 7px;
}
ul.products_list .pt .pri_m{
    display: inline-block;
    font-size: 14px;
    padding: 1px 15px;
    color: #fff;
    margin-top: 15px;
    background: #e04c0f;
}
.nav ul.nav > li {
    height: 86px;
    line-height: 86px;
}

.nav ul.nav > li > a {
    height: 100%;
    margin: 0;
    padding: 0 26px;
    line-height: 86px;
}

.pro-item table {
    max-width: 95%;
    text-align: center;
}

.pro-item table td {
    padding: 2px;
    border: 1px solid #666;
}
@media screen and (max-width: 980px) {
    .news_img{
        display: none;
    }
    .news .n-item{
        float: none;
    }
}

.bh{
    display: none;
    position: fixed;
    bottom: 10%;
    right: 6px;
}
@media screen and (max-width:750px){
    .bh{
        display: block;
    }
}