h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #069feb;
}

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

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

ol {
    padding: 0
}

.head {
    padding: 20px 0;
    background: #fff;
}

.head .logo {
    float: left;
}

.head .tel {
    float: right;
	margin-right:20px;
}

.head .ch {
    float: right;
	font-weight:bold;
	font-size: 18px;
    line-height: 42px;
}
.head .ch img{
    width:100%;
}
.head .tel img {
    float: left;
    margin-right: 20px;
}

.head span {
    font-size: 24px;
    color: #069feb;
    font-weight: bold;
    line-height: 43px;
}

.vivo-nav .search-user {
    float: right;
}

.vivo-nav {
    position: relative;
    height: 50px;
    width: 1200px;
    margin: 0 auto;
}

.search-user a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.search-user a b {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

.search-user a.search b {
    background-position: 0 0;
}

.search-user b {
    background: url(../images/search_11.png) no-repeat;
}

.search-user a.user b {
    background-position: -43px 0;
}

.search-user a.user b img {
    width: 42px;
    height: 42px;
}

.search-user a.user:hover b,
.search-user a.user.current b {
    background-position: -43px -43px;
}

#vivo-head .vivo-search {
    height: 80px;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}

.vivo-search .search-box {
    width: 700px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -350px;
    background: #666;
    position: relative;
    z-index: 9999;
    border: 1px solid #CCC;
}

.vivo-search .search-box input {
    width: 588px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    border: none;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.vivo-search .search-box button {
    width: 110px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background: #069feb;
    outline: none;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    position: absolute;
    right: 0;
}

.vivo-search .search-box button:hover {
    background: #069feb;
}

.vivo-search .search-box button:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
}

.vivo-search .search-box a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: -40px;
    background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;
    _background-image: url(../images/vivo-head-ico.gif);
}

.vivo-search .search-box a.close:hover {
    background-position: -86px -25px;
}

#vivo-head {
    height: 50px;
    line-height: 50px;
    /*background: #5b5b5b;*/
    background: #033b70;
}

.nav li {
    float: left;
    width: 126px;
    text-align: center;
    font-size: 16px;
}

.nav li a {
    color: #fff;
}

.nav .on,
.nav li:hover {
    background: #069feb;
}

.nav li div {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 30px 30px 0 30px;
    width: 1000px;
}

.nav li div li {
    font-size: 14px;
    width: 220px;
    text-align: left;
    margin: 0 30px 0 0;
    line-height: 30px;
    margin-bottom: 30px;
}

.nav li div li:hover {
    background: none;
}

.nav li div p {
    font-size: 16px;
    color: #069feb;
}

.nav li div li a {
    color: #333;
    display: block;
}

.nav li div li a:hover,
.nav li div .more {
    color: #069feb;
}

.max-img img {
    width: 100%;
    height: 100%;
}

.index-product {
    width: 280px;
    float: left;
    margin-right: 40px;
}

.indexItem-title {
    height: 58px;
    line-height: 58px;
}

.indexItem-title span {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.indexItem-title a {
    float: right;
    color: #666666;
    font-size: 14px;
}

.indexItem-title a:hover {
    color: #005cac;
}

.index-main {
    background: #fff;
    position: relative;
    height: 328px;
}

.index-main .swiper-slide,
.index-main .swiper-slide img {
    width: 100%;
}

.index-main .swiper-slide img {
    height: 216px;
}

.index-main .swiper-slide a {
    display: block;
}

.index-main .swiper-slide a:hover {
    color: #005cac;
}

.index-main .swiper-slide .txt {
    padding: 20px 20px 0 20px;
    border-top: 1px #eeeeee solid;
}

.index-main .swiper-slide .title {
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
    overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}

.index-main .swiper-slide .detail {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main .swiper-button-next,
.index-main .swiper-button-prev {
    top: auto;
    bottom: 14px;
    width: 24px;
    height: 24px;
    ;
}

.index-main .navigation {
    height: 46px;
}

.index-main .swiper-button-prev {
    background: url(../images/navigation_23.jpg) no-repeat;
    left: 20px;
}

.index-main .swiper-button-prev:hover {
    background: url(../images/perhover_22.jpg) no-repeat;
}

.index-main .swiper-button-next {
    background: url(../images/navigation_22.jpg) no-repeat;
    left: 50px;
}

.index-main .swiper-button-next:hover {
    background: url(../images/perhover_23.jpg) no-repeat;
}

.index-project {
    width: 560px;
    float: left;
}

.index-project .index-main {
    background: #fff;
    padding: 20px;
    height: 288px;
}

.index-project .new-wrap {
    margin-bottom: 30px;
    overflow: hidden;
}

.index-project .new-wrap .img {
    float: left;
    margin-right: 20px;
    width: 162px;
}

.index-project .new-wrap .img img {
    width: 162px;
    height: 123px;
}

.index-project .new-wrap .txt {
    width: 338px;
    float: right;
}

.index-project .new-wrap a {
    display: block;
}

.index-project .new-wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #005cac;
    margin-bottom: 10px;
}

.index-project .new-wrap p {
    color: #666666;
    margin-bottom: 10px;
    font-size: 14px;
}

.index-project .new-wrap .detail {
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

.index-project .new-wrap .detail span {}

.index-project .list {
    overflow: hidden;
    width: 100%;
}

.index-project .list li {
    width: 100%;
    line-height: 36px;
    float: left;
}

.index-project .list b {
    display: block;
    width: 12px;
    height: 2px;
    background: #333;
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}

.index-project .list li a {
    font-size: 16px;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.index-project .list .title {
    float: left;
}

.index-project .list span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.foot {
    /*background: #5d5d5d;*/
    background:#033b70;
    padding-top: 47px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.foot .cont {
    float: left;
    color: #fff;
}

.foot .cont p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot .cont span {
    display: block;
    line-height: 30px;
}

.foot-nav {
    float: left;
    margin-right: 80px;
}

.foot-nav p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.foot-nav a {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.foot .foot-logo {
    float: right;
    margin-top: 30px;
    text-align: center;
}
.foot .foot-logo p{
    text-align: center;
    color:#ffffff;
    line-height: 30px;
}

.foot-contact {
    width: 24%;
}

.copyright {
    height: 80px;
    line-height: 80px;
    border-top: 1px #898989 solid;
    /*background: #5d5d5d;*/
    background:#033b70;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.copyright span {
    margin-right: 10px;
}

.ny-banner {
    width: 100%;
    height: 450px;
}

.location {
    line-height: 18px;
}

.location p {
    border-left: 5px #069feb solid;
    line-height: 18px;
    padding-left: 10px;
    margin: 20px 0;
}

.location .on {
    color: #069feb;
}

.product .left {
    width: 850px;
    float: left;
    background: #fff;
}

.product .left .top {
    height: 50px;
    line-height: 50px;
    background: #eeeee4;
    border-left: 10px #069feb solid;
}

.product .left .top span {
    font-size: 18px;
    margin-left: 20px;
    float: left;
}

.product .left .top a {
    float: right;
    margin-right: 20px;
    color: #069feb;
}

.product .left .wrap {
    padding: 10px 0;
    overflow: hidden;
    border: 1px #dcdcdc solid;
}

.product .left ul {
    float: left;
    margin-left: 4%;
    width: 28%;
}

.product .left li {
    width: 100%;
    float: left;
    line-height: 38px;
    font-size: 14px;
    text-indent: 1.5em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .left li::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 14px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #069feb;
}

.product .left .wrap p {
    font-size: 18px;
    color: #069feb;
    line-height: 50px;
    border-bottom: 1px #e1e1e1 solid;
}

.product .left .item {
    margin-bottom: 20px;
    overflow: hidden;
}

.product .right {
    width: 260px;
    float: right;
    padding: 20px;
    border: 1px #e1e1e1 solid;
    background: #fff;
}

.product .right .top {
    font-size: 18px;
    margin-bottom: 20px;
}

.product .search {
    padding-bottom: 26px;
    border-bottom: 1px #e1e1e1 solid;
}

.product .search input {
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    width: 200px;
    float: left;
    background: #e5e5e5;
}

.product .search button {
    background: #069feb;
    color: #fff;
    width: 60px;
    height: 40px;
    line-height: 40px;
}

.product .right .item {
    padding: 20px 0 26px 0;
    border-bottom: 1px #e1e1e1 solid;
}

.product .contact {
    line-height: 38px;
}

.product .contact img {
    float: left;
    margin: 10px 10px 0 0;
}

.product .solution img {
    width: 100%;
    height: 145px;
}

.product .solution .txt {
    font-size: 16px;
    color: #069feb;
    padding: 10px 0;
    display: block;
}

.product .solution .list a {
    display: block;
    line-height: 38px;
    position: relative;
    text-indent: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .solution .list a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #5b5b5b;
    border-radius: 50%;
    left: 0;
    top: 17px;
}

.product .wrap {
    overflow: hidden;
}

.product .recommend {
    margin-top: 50px;
}

.product .recommend .top {
    height: 50px;
    line-height: 50px;
    background: #eeeee4;
    border-left: 10px #069feb solid;
}

.product .recommend .top span {
    font-size: 18px;
    margin-left: 20px;
    float: left;
}

.product .recommend .top a {
    float: right;
    margin-right: 20px;
    color: #069feb;
}

.product .swiper-slide .img img {
    width: 100%;
    border: 1px #e1e1e1 solid;
    box-sizing: border-box;
    height: 131px;
}

.product .swiper-slide a {
    display: block;
}

.product .swiper-slide .title {
    height: 40px;
    line-height: 40px;
    background: #e1e1e1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

.product .swiper-container {
    width: 84%;
    margin: 0 auto;
    padding: 44px 0;
}

.product .recommend .box {
    position: relative;
    background: #fff;
    border: 1px #e1e1e1 solid;
}

.product .swiper-button-prev {
    background: url(../images/pro_22.png) no-repeat;
    left: 30px;
}

.product .swiper-button-next {
    background: url(../images/pro_25.png) no-repeat;
    right: 30px;
}

.product .swiper-button-next,
.product .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.product .swiper-pagination {
    bottom: .3rem;
    left: 45%;
}

.product .swiper-pagination-bullet {
    margin: 0 .05rem;
}


/* 产品列表 */

.product-list .menu ul li ul {
    display: none;
    margin-top: -4px;
    margin-bottom: 20px;
}

.product-list {
    margin-top: 40px;
}

.product-list .left {
    width: 280px;
    background: #fff;
    float: left;
}

.product-list .left .top {
    height: 45px;
    line-height: 45px;
    background: #069feb;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.product-list .menu ul li {
    line-height: 40px;
    text-indent: 1.5em;
    font-size: 16px;
}

.product-list .menu ul li ul li {
    border-bottom: 1px #e1e1e1 solid;
    font-size: 14px;
    text-indent: 3em;
    position: relative;
}

.product-list .menu ul li ul li::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 3px;
    background: #5b5b5b;
    left: 20px;
    top: 18px;
}

.product-list .menu ul li ul li:hover::before {
    background: #069feb;
}

.product-list .menu a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .menu ul li .inactive {
    background: url(../images/prolist_03.jpg) 0 no-repeat;
}

.product-list .menu ul li .active {
    background: url(../images/list_03.jpg) 0 no-repeat;
    color: #069feb;
}

.product-list .menu {
    padding: 0 20px;
}

.product-list .menu .on a {
    color: #069feb;
}

.product-list .menu .on::before {
    background: #069feb;
}

.product-list .right {
    width: 860px;
    float: right;
}

.product-list .right .top {
    background: #eeeee4;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-indent: 2em;
    border-left: 10px #069feb solid;
    margin-bottom: 30px;
}

.product-list .right .list {
    overflow: hidden;
}

.product-list .right .list ul {
    margin-right: -36px;
}

.product-list .right .list li {
    float: left;
    width: 260px;
    margin-right: 36px;
    border: 1px #e1e1e1 solid;
    margin-bottom: 40px;
}

.product-list .right .list li a {
    display: block;
}

.product-list .right .img img {
    width: 100%;
    height: 200px;
}

.product-list .right .title {
    background: #e1e1e1;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666666;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #14b1e8
}

.pro-detail {
    background: #fff;
    padding: 0 30px;
    overflow: hidden;
}

#MagnifierWrap2 {
    position: relative;
    width: 45%;
    float: left;
}

.MagnifierMain {
    position: relative;
    width: 100%;
    height: 250px;
    border: 2px #e6e6e6 solid;
    float: left;
}

.MagnifierMain img {
    width: 100%;
    height: 250px;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
    z-index: 99;
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.spec-items {
    position: relative;
    width: 88%;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 20px;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 110px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

.spec-items .on img {
    border: 1px solid #01baf2;
}

.spec-items li img {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 80px;
}

.spec-items li span {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
}

span.spe_leftBtn,
span.spe_rightBtn {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 69px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    cursor: default;
}

span.spe_rightBtn {
    background: url(../images/btn_15.png) no-repeat;
}

.spe_rightBtn.on {
    background: url(../images/btn_17.png) no-repeat;
}

.spe_leftBtn.on {
    background: url(../images/btn_16.png) no-repeat;
}

span.on {
    cursor: pointer;
}

.spe_leftBtn {
    background: url(../images/btn_14.png) no-repeat;
}

span.spe_leftBtn {
    left: 0;
}

span.spe_rightBtn {
    right: 0px;
}

.pro-detail .pro_imglist {
    width: 400px;
    float: right;
    position: absolute;
    right: -120%;
}

.pro-detail .pro_imglist .font {
    font-size: 30px;
    color: #069feb;
    margin-bottom: 30px;
}

.pro-detail .pro_imglist .fenlei {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}

.pro-detail .pro_imglist .fenlei span {
    font-weight: normal;
    color: #525252;
    margin-right: 20px;
}

.slt {
    position: relative;
    width: 100%;
    float: right;
    border-top: 1px #dddddd dashed;
}

.r_01 {
    overflow: hidden;
}

.pro-detail .pro-main {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
}

.pro-detail .pro-wrap {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #f4f6f9;
    font-size: 16px;
    color: #069feb;
    font-weight: bold;
    margin-bottom: 20px;
}

.pro-detail .pro-wrap a {
    margin: 0 20px;
    color: #666666;
}

.pro-detail .pro-wrap .procur {
    color: #069feb;
}

.box-hidden {
    display: none;
}

.pro-detail .pro-titwrap .bt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.pro-detail .pro-titwrap p {
    font-size: 14px;
    line-height: 36px;
}

.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #069feb;
    color: #fff;
}

.service .location,
.aboutus .location,
.solution .location,
.contactus .location,
.news-xq .location,
.cases .location {
    border-bottom: 1px #e1e1e1 solid;
}

.service .infor .tit {
    font-size: 38px;
    line-height: 38px;
    color: #069feb;
    margin-top: 40px;
}

.service .content .t {
    font-size: 23px;
    line-height: 25px;
    color: #474747;
    margin: 30px 0 20px;
}

.service .content .c {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
}

.service02 {
    margin-top: 65px
}

.service02 .left {
    width: 32.5%;
    float: left;
    position: relative
}

.service02 .right {
    width: 65.3%;
    float: right;
}

.service02 .right .r_top {
    margin-bottom: 22px;
}

.service02 .right .r_top .item {
    width: 49%;
    position: relative;
}

.service02 .right .r_top .item01 {
    margin-right: 2%;
}

.service02 .right .r_bott {
    position: relative
}

.service02 .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.service02 .cover .box {
    padding: 50px 50px 40px 40px;
}

.service02 .cover .box .t {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.service02 .cover .box .c {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.service02 .cover .box .c a {
    font-family: Arial;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    display: inline-block;
    vertical-align: -4px;
    color: #fff;
}

.service02 .left .cover .box {
    padding: 70px 95px 60px 60px;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.l {
    float: left;
}

.imgZoom:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.aboutus .main {
    margin-top: 50px;
}

.aboutus .h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
    color: #069feb;
}

.aboutus .h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.aboutus .main img {
    float: right;
    margin: 10px 0 10px 30px;
}

.aboutus .main p {
    font-size: 16px;
    line-height: 36px;
}

.about_us06 {
    background: url(../images/about_us06_bg.jpg) no-repeat center;
    padding: 88px 0;
    text-align: center;
    color: #fff;
    margin-bottom: -30px;
    margin-top: 60px;
}

.about_us06 .tit {
    font-size: 38px;
}

.about_us06 .con {
    color: #d2d2d2;
    margin: 26px 0 80px;
}

.about_us06 .common-border-btn {
    background: url(../images/white.2.png);
    border: none;
}

.about_us06 .common-border-btn span {
    color: #fff;
}

.about_us06 .common-border-btn span.icon {
    background: url(../images/btn_white.png) no-repeat center
}

.about_us06 .common-border-btn:hover {
    background: #fff;
}

.about_us06 .common-border-btn:hover span {
    color: #000;
}

.about_us06 .common-border-btn:hover span.icon {
    background: url(../images/btn_black.png) no-repeat center;
    right: 32px;
}

.about_us06 .common-border-btn:hover {
    background: #fff;
}

.about_us06 .common-border-btn {
    background: url(../images/white.2.png);
    border: none;
}

.common-border-btn {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    padding: 0 70px 0 40px;
    border: 1px solid #e1e0e1;
    border-radius: 50px;
    transition: all 0.5s ease;
    position: relative;
}

.common-border-btn span.icon {
    width: 8px;
    height: 12px;
    background: url(../img/btn_black.png) no-repeat center;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 37px;
}

.common-border-btn span {
    display: inline-block;
    color: #000;
}

.solution .swiper-slide .left {
    float: left;
    background: #f2f9fe;
    width: 50%;
    height: 335px;
}

.solution .swiper-slide .left .txt {
    padding: 60px 80px;
}

.solution .swiper-slide .left a {
    display: block;
}

.solution .swiper-slide .left .title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution .swiper-slide .left .detail {
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.solution .swiper-slide .left .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-indent: 2em;
    font-size: 14px;
    background: url(../images/more_05.jpg) no-repeat 100px;
    background-color: #e3f2fd;
    margin-top: 40px;
}

.solution .swiper-slide .right {
    float: right;
    width: 50%;
}

.solution .swiper-slide .right img {
    width: 100%;
    height: 335px;
}

.solution .swiper-button-next,
.solution .swiper-button-prev {
    width: 34px;
    height: 34px;
}

.solution .swiper-button-prev {
    background: url(../images/left_08.png) no-repeat;
}

.solution .swiper-button-next {
    background: url(../images/right_08.png) no-repeat;
}

.solution .main {
    margin-top: 60px;
}
.solution .mainsearch {
    margin-top: 0px;
}

.solution .list {
    margin-top: 30px;
}

.solution .listsearch {
    margin-top: 10px;
}
.solution .list li {
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #c4c4c4 dashed;
    position: relative;
}

.solution .list li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    left: 0;
    border-radius: 50%;
    top: 44%;
}

.solution .list li a {
    font-size: 16px;
    float: left;
}

.solution .list li span {
    float: right;
    font-size: 14px;
}

.contactus .map {
    width: 60%;
    height: 530px;
    float: left;
}

.contactus .right {
    width: 35%;
    height: 470px;
    float: right;
    padding: 30px;
    background: url(../images/logo_05.jpg) no-repeat right bottom;
    background-color: #069feb;
}

.contactus .right .txt {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.contactus .right .txt p {
    display: block;
    font-size: 16px;
    line-height: 40px;
    float: left;
    width: 100%;
}

.contactus .right .txt span {
    width: 79%;
    display: block;
    float: right;
    text-align: justify;
}

.contactus .right .txt .title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
    color: #585858;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}

.cases .list {
    margin-top: 30px;
    overflow: hidden;
}

.cases .list ul {
    margin-right: -3%;
}

.cases .list li {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.cases .list li a {
    display: block;
}

.cases .list .img img {
    width: 100%;
    height: 286px;
}

.cases .list .txt {
    background: #ededed;
}

.cases .list .txt .box {
    padding: 20px;
}

.cases .list .title {
    font-size: 22px;
    color: #666666;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.cases .list .detail {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	min-height:72px;
}

.cases .list .more {
    text-align: right;
    margin: 10px 0;
}