@charset "utf-8";
/* CSS Document @woniu*/
ol, ul, dl,p{ margin:0; padding:0;}
a{text-decoration: none;}
img{ max-width:100%;}
@media screen and (max-width: 768px) {
.pl02 {
padding-left: .2rem;
}
.pall02 {
padding: .2rem;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
@media screen and (min-width:1200px) {
.layui-container {
	width: 1400px;
}
}
header{ width:100%; position:fixed; left:0; top:0; float:left; z-index:100;}
.bgtop{width: 100%;height: 110px;background:#f6f6f6;}
.bgtop .maint{clear: both;margin: 0px auto;padding: 0px;width: 1200px;}
.bgtop .logo{width: 850px;padding: 10px 0 0 0px;float: left; margin:0;}
.bgtop .tel{float: right; margin-top:10px; height:90px; width:300px; line-height:110px; font-size:30px; font-weight:bold; color:#f00; text-indent:70px; background:url(../images/tel.gif) no-repeat;}


header .nav {
    font-size: 0;
    background-color: #1678bf;
    color: #fff;
    border-bottom: 4px solid #022d64;
}
header .nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
header .nav li:after {
    position: absolute;
    top:calc(50% - 9px);
    right:0px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.3);
    height:18px;
    content:'';
}
header .nav li:last-of-type:after {
    display: none;
}
header .nav li>a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: relative;
}
header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
header .nav li.dropdown {
    position: relative;
}
header .nav li.dropdown>a{
    display: flex;
    justify-content: center;
    align-items: center;
}
header .nav li.dropdown>a span{
    padding-left:15px;
}
header .nav li.dropdown>a:after {
    margin-left:10px;
    content: "";
    position: relative;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
}
header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}
header .nav .dropdown-box p {
    margin: 0;
}
header .nav .dropdown-box a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    padding: 0 35px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .nav .dropdown-box a:hover {
    background-color: #022d64 !important;
}
header .nav li.active a, header .nav li.open a, header .nav li a:hover {
    color: #fff;
    background-color: #022d64;
}
header .nav li.open .dropdown-box {
    display: block;
}


/*****flash***/
.section-three{
	overflow:hidden;
	margin-top:174px;
}
.owl-carousel-c{
	width: 100%;
	float:left;
	overflow:hidden;
	margin-top:1px;
}
#banner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#banner .item{ display: block;}
#banner img { display: block;width:100%;margin:0 auto;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls{position:absolute;bottom:10px;left:50%;float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-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-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;
padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ddd;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;background:#0066cc;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}


/**********/
.fwxmzx{  background:#1678bf; padding:15px 0 30px;margin-bottom:15px; overflow:hidden;}
.fwxmzx1{  padding:25px 0 0 0;margin-bottom:15px; overflow:hidden;}
.fwxmzx{ width:auto; height:auto; margin:0 auto; overflow:hidden;}
.fwxmzx1 h1{ width:100%; height:60px; line-height:60px; float:left; text-align:center; color:#fff;  font-size:38px; letter-spacing: 1.25em;}

.fwxmzx h2{ font-size:30px; color:#ff0; text-align:center; margin-top:20px;}
.xmzx_tu{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}
.tu_xm{ width:16.666%; height:auto; float:left;  margin-top:15px; overflow:hidden;}
.xm_li{ width:100%; height:30px; line-height:30px; float:left; text-align:center; color:#fff; font-size:16px; font-weight:bold; letter-spacing: 0.2em;}
.xm_more{ width:100%; height:auto; float:left; overflow:hidden; margin-top:10px;}
.xm_more a{ width:90px; height:22px; margin-left:70px; overflow:hidden; line-height:22px; float:left; text-align:center; background:#fff; font-weight:bold; -webkit-border-radius: 15px; }


/***公共调用***/
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}
.section-title small {
    display: block;
    font-weight: normal;
    font-size: 18px;
	margin-bottom:10px;
}
.section-title:after {
    display: block;
    content: '';
    background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
    height: 18px;
    margin-top: 20px;
}

/****首页产品分类***/
.d-flex {
    display: flex !important;
}
.index-products .left {
    width: 19%;
    background: #1678bf;
    position: relative;
}

.index-products .left:after {
    content: '';
    width: 21px;
    height: 21px;
    background: #1678bf;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.index-products .products-list .img-cover span {
      padding-top: 75%;
}
.index-products .left ul {
    padding: 15px 5px;
	overflow:hidden;
}

.index-products .left ul li {
    width: 50%;
    float: left;
    position: relative;
}

.index-products .left ul li .li_box {
    display: block;
    padding:20px 11px;
}

.index-products .left ul li .li_box .icon {
    width: 32px;
    height: 31px;
    margin: 0 auto 12px;
}

.index-products .left ul li .li_box .text {
    font-size: 15px;
	font-weight:bold;
    line-height: 26px;
    color: #c4c4c4;
    text-align: center
}

.index-products .left ul li.li01 .li_box {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .left ul li.li02 .li_box {
    border-bottom: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .left ul li.li03 .li_box {
    border-right: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .left ul li.li05 .li_box {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .left ul li.li06 .li_box {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .left ul li.li07 .li_box {
    border-right: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.index-products .right {
/*    width: 79%;*/
}

.index-products .hot-products a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 62%;
    background: #efefef;
}
.index-products .hot-products a {
    display: block;
}
.index-products .hot-products a .intro {
    font-weight: bold;
}
.index-products .hot-products a .intro .box {
    padding-top: 30px;
    padding-left: 30px;
}
.index-products .hot-products a .intro .box .tit {
    font-size: 14px;
    color: #feb000;
}
.index-products .hot-products a .intro .box .con {
    font-size: 24px;
    line-height: 30px;
    color: #323f47;
}
.index-products .hot-products a .intro .box .img_ {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 211px;
    height: 142px;
    transition: all 0.5s ease;
}
.index-products  .hot-products a:hover .intro .box .img_ {
    bottom: 15px;
}

.index-products .left ul li a .icon {
    transition: all 0.5s ease;
}
.index-products .left ul li a:hover .text {
    color: #fcb026;
}
.index-products .left ul li a:hover .icon {
    transform: rotateY(180deg);
}

.index-product-category li a{
    padding-bottom: 83.5%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.index-product-category li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-product-category li .cover .box {
    padding: 20px;
}

.index-product-category li .cover .box .t {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: lighter;
}

.index-product-category li .cover .box .c {
    font-size: 14px;
    line-height: 25px;
	height:75px; overflow:hidden;
    color: #333f47;
    color: rgba(51,62,70,.8);
    margin: 15px 0 25px;
}

.index-product-category a .cover .box .t {
    color: #333f47;
}

.index-product-category a .cover .box .t {
    color: #333f47;
}

.index-product-category a .cover .box .img_ {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 132px;
    height: 100px;
    transition: all 0.5s ease;
}

.index-product-category a .cover .box .img_ {
    _bottom: 15px;
}
.index-product-category a .cover .box .btn-border{
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.index-product-category a .cover .box .btn-border:hover .label{
    padding-left:0px;
    padding-right:5px;
}
.btn-border {
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 0;
}

.btn-border .arrow {
    width: 17px;
    height: 14px;
    background: url(../images/btn_black_jt.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.btn-border .label {
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    padding: 0;
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #555;
}

.btn-border:hover .label {
    max-width: 80px;
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
}


/****首页简介*****/
.index-shili-box {
    background: url(../images/index_fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}
.index-shili-box .section-title{
    color: #fff;
}
.index-shili-box .section-title:after {
    display: none;
}

.index-shili-box .index-shili {
}
.index-shili-box .index-shili li {
}
.index-shili-box .index-shili li a {
    display: block;
    background-color: #fff;
    border-bottom: 3px solid #dddddd;
}
.index-shili-box .index-shili li .img-cover {
    position: relative;
}
.index-shili-box .index-shili li .img-cover span {
    display: block;
    padding-top: 66.7%;
}
.index-shili-box .index-shili li .img-cover p {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 12px 0;
}
.index-shili-box .index-shili li .text {
    height: 200px;
    padding: 30px 20px;
    position: relative;
}
.index-shili-box .index-shili li .text p {
    margin: 0 0 8px;
    color: #666;
    font-size: 13px;
    padding-left: 24px;
    background: url(../images/about_faico.jpg) no-repeat 0 5px;
    line-height: 1.85;
}
.index-shili-box .index-shili li .text .more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;
    background-color: #adadad;
    color: #fff;
    padding: 0 20px;
}
.index-shili-box .index-shili li a:hover .img-cover p {
    background-color: #015CB5;
}
.index-shili-box .index-shili li a:hover .text .more {
    background-color: #015CB5;
}


/****首页产品展示*****/
.index-prd-show{ background:#f5f5f5; overflow:hidden;}
.index-prd-show .section-title:after {
    background-image: url(../images/zjtit.jpg);
}
.i-p-show{ padding:10px 10px 0 10px; overflow:hidden; background:#fff;}
.i-p-show img{ height:236px;}
.i-p-txt{ width:100%; height:40px; line-height:40px; background:#fff; text-align:center; overflow:hidden;}
.i-p-txt a{ color:#000; font-size:16px; font-weight:bold;}
.index-prd-show li:hover .i-p-txt a{ color:#1678bf;}


/****首页产品切换****/
.index-product2 .hy-menu {
}
.index-product2 .hy-menu li {
    float: left;
    width: 33.333333%;
    margin-bottom:15px;
}
.index-product2 .hy-menu li a {
    display: block;
    margin: 30px 0 0 30px;
}
.index-product2 .hy-menu li a:after {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #015CB5;
    margin-top: 15px;
    visibility: hidden;
}
.index-product2 .hy-menu li h4 {
    margin: 0;
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #666;
    width: 125px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
}
.index-product2 .hy-menu li h4 small {
    box-sizing: content-box;
    position: absolute;
    font-size: 15px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #f7c433;
    left: -15px;
    top: -15px;
    font-weight: bold;
}
.index-product2 .hy-menu li p {
    margin: 10px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    height: 46px;
    overflow: hidden;
}
.index-product2 .hy-menu li.active h4 {
    background-color: #015CB5;
}
.index-product2 .hy-menu li.active a:after {
    visibility: visible;
}
.index-product2 .hy-con {
    float: left;
    width: 390px;
}
.index-product2 .hy-con .swiper-slide .img-center {
    position: relative;
    padding: 10px 10px 0 0;
}
.index-product2 .hy-con .swiper-slide .img-center:before {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    content: '';
}
.index-product2 .hy-con .swiper-slide .img-center img {
    position: relative;
}
/***首页产品切换end***/


/****首页广告栏****/
.index-renzheng-box {
    background: url(../images/rz_bg.jpg)no-repeat center / cover;
    color: #fff;
    font-size: 14px;
}
.index-renzheng-box .section-title:after {
    background-image: url(../images/cptit.png);
}
.index-renzheng li {
    width: 131px;
    height: 131px;
}
.index-renzheng:after {
    display: none;
}
.index-renzheng li .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-renzheng li .wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 131px;
    height: 131px;
    content: '';
    background: url(../images/rz_ico.png) no-repeat 0 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.index-renzheng li .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
}
.index-renzheng li .inner p {
    margin: 0;
}
.index-renzheng li:nth-child(2) .wrap:before {
    background-position: -200px 0;
}
.index-renzheng li:nth-child(3) .wrap:before {
    background-position: -400px 0;
}
.index-renzheng li:nth-child(4) .wrap:before {
    background-position: -600px 0;
}
.index-renzheng li:nth-child(5) .wrap:before {
    background-position: -800px 0;
}
.index-renzheng li:nth-child(6) .wrap:before {
    background-position: -1000px 0;
}
.index-renzheng li .wrap:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.index-renzheng-tel {
    margin-top: 50px;
    text-align: center;
}
.index-renzheng-tel p {
    margin: 0 auto;
    width: 590px;
    height: 64px;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.index-renzheng-tel p span{
    display: inline-block;
    width:64px;
    height:64px;
    background: url(../images/rz_tel.png) no-repeat center center;
}
.index-renzheng-tel strong {
    color: #f7c433;
    font-size: 26px;
	font-weight:bold;
}
.index-renzheng-tel .btn {
    display: block;
    width: 190px;
    line-height: 45px;
    color: #fff;
    background-color: #015CB5;
    margin: 20px auto 0;
	font-size:16px;
}
/****首页广告栏end*******/


/*****成功案例****/
#pw5 {background: url(../images/bg_f4.jpg) no-repeat center top; padding-top:10px;}
.pw5 {height: 470px;width: 1400px;overflow: hidden;margin:0px auto;}
.pw5t {text-align: center;padding-top: 20px;}
.pw5t4 {font-size: 18px;}
.pw5t3 {font-size: 34px;margin-bottom: 10px;}
.pw5t2 {font-size: 24px;text-transform: uppercase;margin-bottom: 12px;}
.pw5t1 {font-size: 34px;font-weight: 600;margin-bottom: 12px;}
.pw5b {height: auto;margin: 20px 0 0 0;overflow:hidden; zoom:1;width:1398px; background:#fff; border-radius:6px; border:1px solid #ccc;}
.pw5b .pw5bc {display: block;float: left;width: 223px;background: #fff;padding: 5px 5px 0; height:256px;}
.pw5b  .pw5bc img, .pw5b  .pw5bc .pic {width: 217px;height: 150px;overflow: hidden;}
.pw5b  .pw5bc img {transition: transform ease-in-out .2s;}
.pw5b  .pw5bc:hover img {transform: scale(1.1);}
.pw5b h4 {font-size: 20px;transition: all ease-in-out .2s;overflow: hidden;font-weight: 600;height: 40px;line-height: 40px;padding:5px 3px 0;}
.pw5b p {font-size: 14px;line-height: 1.5em;padding: 0 3px;}
.pw5b a:hover h2 {color: #0e2068;}

.pcont { width:1340px; float:left; overflow:hidden; padding-left:8px; padding-top:20px;}
.ScrCont { width:58547px; zoom:1; margin-left:-5px;}
#List1_1, #List2_1 {float:left;}
.LeftBotton, .RightBotton { width:20px; height:280px;float:left;}
.LeftBotton { background: url(../images/arrow_l.png) no-repeat 0 0 #fff;margin-right:5px;}
.RightBotton {background: url(../images/arrow_r.png) no-repeat right  bottom #fff; margin-left:5px;}
.LeftBotton:hover { background: url(../images/arrow_l.png) no-repeat 0 bottom #f1f1f1; }
.RightBotton:hover {background: url(../images/arrow_r.png) no-repeat right 0 #f1f1f1;}
/*****成功案例end****/

/****新闻资讯***/
.pw3{clear:both; width:1400px; margin:20px auto 0; height:320px;}
.pw3 .news,.pw3 .support, .pw3 .video{width:446px;padding:0;background:#f6f6f6;}
.pw3 .tit,.news .tit,.pro_n .tit,.pro_n .tit{height:50px;padding:15px 0 15px 0;background:#1678bf;}
.pw3 .tit span{font: bold 18px/20px "微软雅黑"; padding-left: 40px; color:#fff;}
.news .tit span,.pro_n .tit span,.pro_n .tit span{height:20px;font: bold 18px/20px "微软雅黑"; padding-left: 45px;background:url(../images/tit_icon.png) no-repeat 15px -40px; color:#fff;}
.support .tit span{background:url(../images/tit_icon.png) no-repeat 15px -146px; padding-left: 40px; color:#fff;}

.pw3 .video .tit span{height:20px; background:url(../images/tit_icon.png) no-repeat 15px -18px;font: bold 18px/20px "微软雅黑"; padding-left:40px;}
.pw3 .con,.news .con,.pro_n .con,.pw3 .video .con,.main_nei .video .con{padding:5px 10px 15px;border:1px solid #ddd;}
.pw3 .con li{width: 425px;}
.pw3 .con li,.news .con li,.video .con li{height:40px; line-height:40px; border-bottom:1px dotted #ccc; overflow:hidden;}
.news_con .con_box p{line-height:1.5em; border-bottom:1px dotted #ccc; padding-bottom:10px;}
.news_con .con_box li{line-height:1.5em; margin-top:5px; font-size:18px; font-weight:600;}
.news li,.support li, .news_con .con_box li{background:url(../images/dian.jpg) no-repeat 3px 12px; padding-left:10px;}
.video li{background:url(../images/video.gif) no-repeat 0 12px; text-indent:1em; padding-left:10px;}
.pw3 .con li a,.news .con li a,.video .con li a,.news_con .con_box ul li a{color:#36c;line-height:30px;}
.pw3 .con li span,.news_con .con_box p{color:#999;}
.news_con .con_box li span{color:#999; font-size:12px;}
.ml30 {
    margin-left: 30px;
}
/****新闻资讯end***/

/****首页购车流程***/
.floor_3_main{overflow: hidden; width:100%;}
.floor_3_main .title{text-align: center;width: 100%;padding:60px 0 30px;}
.floor_3_main .title h3{font-size: 30px;font-weight: normal;display: block;line-height: 30px;background: url(../images/title.png) no-repeat center;}
.floor_3_main .title p{color: #999;font-size: 20px;text-transform: uppercase;font-family: "AvantGardeITVbyBT Book", arial;padding-top: 14px;}
.floor_3_main .title h3 b{display: inline-block;}

.liuc{position: relative;padding: 0 0 40px;}
.liuc .list{width: 108%;}
.liuc li{float: left;width: 16.3339%;}
.liuc li .Piece{width: 65%;height: 188px;background: #f5f5f5;border: 1px solid #ddd;float: left;font-size: 20px;text-align: center;-webkit-transition: all .3s ease;transition: all .3s ease;box-shadow: 0 0 0 #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.liuc li .jtou{width: 33%;height: 188px;background: url(../images/jtou.png) no-repeat center;float: left;display: block;}
.liuc li img{max-width: 100px;max-height: 80px;display: block;margin: 0 auto;}
.liuc li p{text-align: center;padding-top: 40px;height: 118px;}
.liuc li:last-child .jtou{display: none;}
.liuc li:hover .Piece{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
/****首页购车流程***/

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);    
}
.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;
}
.imgZoom:hover img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.rect-57 {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.crumbs {
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	margin-top: 10px;
	background: url(../images/divider.png) repeat-x left bottom;
}

.leftCon {
	width: 260px;
	float:left;
	padding-bottom: 40px;
	overflow: hidden;
}
.leftNav {
	width: 258px;
	position: relative;
	z-index: 20;
	border: 1px solid #e5e5e5;
}
.leftNav .title {
	height: 80px;
	line-height:80px;
	color: #fff;
	background: url(../images/pimg.png) 210px center no-repeat #1678bf;
}
.leftNav .title .en {
	display: block;
	padding: 20px 0 0 15px;
	line-height: 30px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Cambria";
}
.leftNav .title .line {
	width: 22px;
	height: 1px;
	display: block;
	margin: 10px 0 10px 15px;
	background: #fff;
}
.leftNav .title h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.leftNav .list {
	padding: 0 8px;
}
.leftNav .item {
}
.leftNav .item:first-child {
	border-top: 0px;
}
.leftNav .item h3 {
	font-weight: bold;
	color: #1678bf;
font-size: 1.locationpx;
}
.leftNav .item h3 a {
	color: #333;
	display: block;
	padding-left: 25px;
	line-height: 50px;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
}
.leftNav .item h3 strong {
	color: #f60;
}
.leftNav .item h3 a:hover, .leftNav .item h3 a.hover {
	color: #f60;
}
.leftNav .item h3 s {
	float: right;
	width: 18px;
	height: 20px;
	margin-right: 8px;
	margin-top: 16px;
	background-position: -125px -25px;
}
.leftNav .item .box {
	padding-bottom: 0;
	background: #f6f6f6;
}
.leftNav .item .box a {
	color: #333;
	line-height: 40px;
	display: block;
	height: 40px;
	padding-left: 25px;
	overflow: hidden;
}
.leftNav .item .box a s {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	display: inline-block;
	background-position: 2px -178px;
}
.leftNav .item .box a:hover, .leftNav .item .box a.hover {
	color: #1678bf;
	font-weight: bold;
}
.leftCon .leftContact {
	width: 99%;
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	float: left;
}
.leftCon .leftContact .title {
	height: 80px;
	line-height:80px;
	color: #fff;
	background: url(../images/pimg.png) 210px center no-repeat #1678bf;
}
.leftCon .leftContact .title .en {
	display: block;
	padding: 20px 0 0 15px;
	line-height: 30px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Cambria";
}
.leftCon .leftContact .title .line {
	width: 22px;
	height: 1px;
	display: block;
	margin: 10px 0 10px 15px;
	background: #fff;
}
.leftCon .leftContact .title h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.leftCon .leftContact .leftprocomt {
	padding-top: 10px;
}
.leftCon .leftContact .leftprocomt li {
	float: left;
	text-align: center;
	width: 96%;
	margin: 0 0 10px 2%!important;
}
.leftCon .leftContact .leftprocomt li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #1048a0;
}
.leftCon .leftContact .contxt {
	padding: 8px 10px 15px;
	line-height: 30px;
}
.leftCon .leftContact .contxt .img {
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
	width: 100%;
}
.leftCon .leftContact .contxt img {
	width: 100%;
}
.leftCon .leftContact .contxt strong {
	color: #f00;
}
.icon2 {
	background: url(../images/icon2.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.rightNav {
	width: 1100px;
	float:right;
	overflow: hidden;
}
.location {
	width: 100%;
	padding: 0px 0 0;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #1678bf;
}
.location h3 {
	font-size: 18px;
	padding-left: 3px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.location h3 s {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #f60;
}
.location .sitepath {
	color: #333333;
	float: right;
	text-align: right;
	white-space: nowrap;
	font-size: 13px;
}
.location .sitepath a {
	color: #333333;
}
.location .sitepath a:hover {
	color: #1678bf;
}
.txtcon {
	color: #666;
	line-height: 27px;
	font-size: 16px;
}
.txtcon img {
	max-width: 100%;
}
.rightNav .item {
	width: 98%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s;
	overflow:hidden;
}
.rightNav .item a {
	display: block;
	width: 100%;
}
.rightNav .item img {
	width: 90%;
	height: auto;
	display: block;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
.rightNav .item h3 {
	font-size: 16px;
	color: #c00;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	transition: all ease 300ms;
}
.rightNav .item .txt {
	color: #737373;
	line-height: 24px;
	height: auto;
	margin: 5px 0 5px;
	overflow: hidden;
	font-size: 13px;
}
.rightNav .item .txt span {
	color: #f60;
}
.rightNav .item .time {
	color: #737373;
}
.rightNav .item:hover h3 {
	color: #f60;
}
.rightNav .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist span {
	color: #fff;
	padding: 0 15px;
	margin: 0 3px;
	background: #1678bf;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #003e92;
	border-color: #003e92;
}
.reLink {
	clear: left;
	width: 100%;
	height: auto;
	line-height: 38px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	overflow: hidden;
}
.reLink .nextLink, .reLink .prevLink {
	display: block;
	text-align: left;
	color: #666;
}
.reLink .nextLink a:hover, .reLink .prevLink a:hover {
	color: #1678bf;
}
.reLink .nextLink {
	text-align: left;
}
.newsbox {
	padding-top: 30px;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.indexTit {
	width: 100%;
	padding: 6px 0 16px;
	line-height: 40px;
}
.indexTit .more {
	float: right;
	line-height: 36px;
	font-family: arial;
	margin-top: 6px;
}
.indexTit h3 {
	font-size: 24px;
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 5px 0 7px;
}
.indexTit s {
	width: 25px;
	height: 30px;
	background-position: -94px -26px;
}
.indexTit .en {
	font-family: arial;
	font-size: 16px;
	display: inline-block;
*display: inline;
*zoom: 1;
}
.txtlist {
	width: 98.5%;
	position: relative;
	overflow: hidden;
	border: #ccc solid 1px;
	padding: 5px;
}
.txtlist .list {
	width: 106%;
	position: relative;
}
.txtlist li {
	width: 43%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	float: left;
	margin-right: 5%;
}
.txtlist li a {
	width: 100%;
	display: block;
	font-size:14px;
}
.txtlist li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	border-radius: 100%;
	background: #333333;
	margin-right: 10px;
}
.txtlist li .time {
	float: right;
}
.prdtsl {
	width: 95%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
.prdtimg {
	height: 100%;
	overflow: hidden;
}
.prdtsl h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.prdtsl p {
	height: 40px;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	transition: all ease 300ms;
	color: #f00;
	font-weight: bold;
}
.prdtsl p a {
	color: #f00;
	font-size: 18px;
}
.prdtsl span {
	font-size: 18px;
	color: #F00;
}
.wapcplist li {
	width: 48%;
	height: 35px;
	float: left;
	margin-bottom: 10px;
	line-height: 35px;
	text-align: center;
	margin-left: 2%;
	background: #1678bf;
}
.wapcplist li a {
	color: #fff;
	font-size: 15px;
}
.showImg {
	float: left;
	width: 100%;
	height: auto;
}
.showImg .showImg_left {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.showImg .showImg_left .hd {
	position: absolute;
	bottom: 30px;
	right: 20px;
	height: 12px;
	z-index: 1;
}
.showImg .showImg_left .hd ul {
	display: inline-block;
}
.showImg .showImg_left .hd ul li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background-color: #1678bf;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
	margin-left: 10px;
}
.showImg .showImg_left .hd ul li.on {
	background-color: #f60;
}
.showImg .showImg_left .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.showImg .showImg_left .bd ul {
	display: inline-block;
}
.showImg .showImg_left .bd ul li {
	float: left;
	max-width: 560px;
}
.showImg .showImg_left .bd ul li img {
	width: 100%;
	height: auto;
	background-size: 100%;
}
.txtcon {
	width: 100%;
	height: auto;
	float: right;
	position: relative;
}
.txtcon .tit {
	font-size: 24px;
	margin-bottom: 20px;
	color: #1678bf;
	font-weight: bold;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}
.txtcon .txt {
	line-height: 30px;
	max-height: 270px;
	overflow: hidden;
}
.txtcon .btn2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: url(../images/btn2bg.jpg) no-repeat center center;
	transition: all ease 300ms;
}
.txtcon .btn2:hover {
	background-image: url(../images/blue-jbg.jpg);
	color: #fff;
}
.txtcon .btn1 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: url(../images/blue-jbg.jpg) center center;
	transition: all ease 300ms;
}
.txtcon .btn1 span, .txtcon .btn1 strong {
	display: block;
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.txtcon .btn1 strong {
	display: none;
}
.txtcon .tit2 {
	width: 100%;
	overflow: hidden;
}
.cp_con {
	width: 100%;
	overflow: hidden;
}
.cp_con li {
	line-height: 39px;
	font-size: 16px;
}
.showTab {
	width: 100%;
	border-bottom: 1px solid #999;
}
.showTab a {
	display: inline-block;
	cursor: pointer;
	margin-right: 12px;
	height: 50px;
	line-height: 50px;
	width: 150px;
	text-align: center;
	background: url(../images/btn2bg.jpg) no-repeat center center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.showTab a.hover, .showTab a:hover {
	background-image: url(../images/blue-jbg.jpg);
	color: #fff;
}
.view-table {
	line-height: 27px;
	font-size: 16px;
	padding: 10px 0;
	overflow: hidden;
}
.view-table img {
	max-width: 100%;
	height:auto !important;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.list-img-box {
	width: 100%;
	overflow: hidden;
}
.fixedbignav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.gridex > li > a {
	position: relative;
}
.cpimg {
	background: url(../images/csdbj.jpg) no-repeat scroll center 0;
	padding: 60px 10px 40px 10px;
 position:
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.gd-expander {
	position: absolute;
	overflow: hidden;
	height: 0px;
	margin-top: 20px;
	width: 1200px;
	left: 0; /* standar row margin is 30px */
}
/* inner content container */

.gd-inner {
	padding: 0;
	background: #ccc;
}
/* top arrow when expanded */

.gridex > li > a {
	position: relative;
}
.gridex > .gd-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ccc;
	border-width: 0;
	left: 50%;
	margin: -25px 0 0 76px;
}
.gd-ejfl {
	width: 180px;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 10px;
}
.gd-ejfl img {
	width: 100%;
	float: left;
}
 @media screen and (max-width: 450px) {
#s_bn1 .tt h5 {
	font-size: 20px;
	text-indent: 10px;
}
#s_bn1 .tt p {
	text-indent: 10px;
}
#s_bn1 .tel {
	width: 90% !important;
}
#s_bn1 .tel .btn_zixun {
	display: none;
}

.txtlist {
	width: 97%;
}
.cpnylb {
	padding: 0 !important;
}
}



.smsnumbtn {
	font-size: 0.25rem;
	padding: 0.125rem;
	width: 0.65rem;
	height: 0.65rem;
	line-height: 0.65rem;
	color: #FFFFFF;
	position: absolute;
	border: 0.0625rem solid #FFFFFF;
	background-color: orangered;
	border-radius: 0.65rem;
	margin-left: -0.25rem;
}
.leftContact .contxt .zx {
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background: #2a6cb6;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.leftContact .contxt em {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/zx.png) center no-repeat;
	vertical-align: top;
	border-right: 1px solid #fff;
	margin-right: 35px;
}
.leftContact .contxt .zx:hover {
	background: #ed8e06
}
.cplb_st {
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #fe5722;
}
.cplb_st a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.cplb_st:hover {
	background: #ff784e;
}
#cplb {
	background: #fff;
	padding: 0;
}
.nycplb {
	background: #fe5722;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 100%;
}
.layui-nav .layui-nav-item a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.layui-nav-child {
	top: 65px;
	padding: 0;
}
.layui-nav .layui-nav-child a {
	color: #000;
	font-weight: 100;
}
.layui-nav-child dd {
	border-bottom: 1px solid #ddd;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	text-align: center;
}
.layui-nav-child dd a:hover {
	background: #fe5722 !important;
	color: #fff !important;
}
.layui-icon-down:before {
	content: "";
}
.layui-nav .layui-this:after, .layui-nav-bar {
	background: none;
}
.cp_hz {
	margin: 0px 30px 0;
}
.cpnylb {
	padding: 10px;
}

.position_now {
    font-size: 14px;
    background: #F5F5F5;
}
.position_now .fl {
    color: #707070;
    line-height: 60px;
	height:60px;
	overflow:hidden;
}
.position_now .fl img {
    height: 20px;
    margin-top: -4px;
    display: inline-block;
    margin-right: 8px;
}
.position_now a {
    display: inline-block;
    color: #707070;
}
.position_now .fr {
    font-family: impact;
    color: #bc1717;
    font-size: 0;
}
.position_now .fr img {
    height: 26px;
    float: left;
    margin: 18px 10px 0 0;
}
.position_now .fr strong {
    font-weight: 100;
    font-size: 22px;
    display: block;
    float: left;
    line-height: 60px;
}
.blank20 {
    height: 20px;
    overflow: hidden;
}
.clear {
    clear: both;
    overflow: hidden;
}
.about_ts{ width:100%; height:40px; line-height:40px; text-align:center; background:#fe5722; float:left;}
.about_ts:hover{ background:#dc3804;}
.about_ts a{ color:#fff; font-size:16px; font-weight:bold;}

.aboutl{ width:100%; float:left;}
.aboutl h3 {
    background: url(../images/pic1.png) no-repeat right 0;
    font-size: 32px;
    line-height: 70px;
    margin: 10px 0 25px;
    color: #565656;
    display: inline-block;
    padding-right: 100px;
	font-weight:bold;
}
.aboutcon {
    font-size: 16px;
    line-height: 28px;
}
.mb30 {
    margin-bottom: 30px;
}
.imgbox {
	border: 1px solid #E5E5E5;
	padding: 10px;
	height: auto;
	overflow:hidden;
}
.imgbox h5 {
	font-size: 16px;
	font-weight: 600;
	color: #167abe;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	text-align: center;
	overflow:hidden;
}
a:hover .imgbox h5 {
	color: #167abe;
}

.btn-pro-more {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #666;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
a:hover .btn-pro-more {
	background: #167abe none repeat scroll 0 0;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.icon2 {
    background: url(../images/icon2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}


/****footer***/
.footer{ background:#222222; padding:20px 0; overflow:hidden; width:100%; float:left;}
.flink{ height:40px; line-height:40px; border-bottom:1px solid #444444; padding-bottom:10px; color:#fff; font-size:16px; margin-bottom:30px;}
.flink a{ color:#999999;}
.flink a:hover{ color:#ff0;}
.footer-menu{ border-right:1px solid #444444; width:600px; float:left;}
.footer-nav{ width:190px; height:auto; float:left; overflow:hidden;}
.footer-nav .tit{ color:#fff; font-size:16px; margin-bottom:15px;}
.footer-nav li a{ width:100%; height:30px; line-height:30px; float:left; color:#999;}
.footer-nav li a:hover{ color:#ff0;}
.footer-contact{ width:360px; float:left; border-right:1px solid #444444; margin-left:40px;}
.footer-contact span{ color:#cccccc; font-size:15px; margin-bottom:10px; overflow:hidden; float:left; width:100%;}
.footer-contact h2{ font-size:30px; color:#ff0; font-weight:bold; margin-bottom:15px;}
.footer-contact p{ color:#999; font-size:15px; line-height:30px;}
.footer-contact a{ color:#999;}
.footer-wx{ width:150px; height:auto; float:left; margin-left:30px; color:#999; line-height:30px; text-align:center;}
.footer-wx img{ width:150px;}
.footer-cop{ width:100%; height:70px; line-height:70px; float:left; text-align:center; background:#111111; color:#999; margin-bottom:50px;}
.footer-cop a{ color:#999;}


/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.fbottom {
    background: #1678bf;
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: fixed;
    margin-top: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    z-index: 10000;
	text-align:center;
}
.text-right {
    text-align: right;
}
.content .title{ text-align:center; font-size:24px; font-weight:bold; margin-bottom:20px;}
.content .mark{ text-align:center; border-bottom:1px solid #ddd; padding-bottom:10px; padding-top:10px; margin-bottom:15px; font-size:14px;}

.showContxt{ width:100%; overflow:hidden; font-size:16px; line-height:30px;}
.showContxt img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.pg-ab-banner{ background:url(../images/page-contact-banner.jpg) center no-repeat; height:360px; background-size:cover;}
.pg-news-banner{ background:url(../images/banner_news.jpg) center no-repeat; height:410px; background-size:cover;}
.pg-prd-banner{ width:100%; overflow:hidden; text-align:center;}

.leftNav .submenu li { display: block; background: url(../images/jtou1.png) no-repeat 90% center;}
.leftNav .submenu li a.sub1 { height: 55px; line-height: 55px; display: block; text-indent:50px; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden; background:url(../images/flbs.png) 10px center no-repeat;}
.leftNav .submenu li a.sub2 { height: 55px; line-height: 55px; display: block; text-indent:50px; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden; background:url(../images/flbs1.png) 10px center no-repeat;}
.leftNav .submenu li a.sub1:hover { border-left: 2px solid #0066cb; border-right: 1px solid #f5f5f5; color: #0066cb }
.leftNav .submenu li.hover a.sub1 { border-left: 2px solid #0066cb; border-right: 1px solid #f5f5f5; color: #0066cb }
.leftNav .submenu li a.sub2:hover { border-left: 2px solid #0066cb; border-right: 1px solid #f5f5f5; color: #0066cb }
.leftNav .submenu li.hover a.sub2 { border-left: 2px solid #0066cb; border-right: 1px solid #f5f5f5; color: #0066cb }

.Productlist{ width:100%; float:left; overflow:hidden; margin-bottom:40px;}
.prd_item{
	margin-top:10px;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    padding: 5px;
}
.prd_item h3 {
    display: block;
    border-top: 0;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
	font-weight:400;
}
.prd_item:hover { box-shadow: 1px 2px 15px rgba(0,0,0,.2) }

/*****产品内页****/
.blk-sm {
    width: 100%;
}
.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 15px;
    background: #fff;
    border: 1px solid #eee;
}
.p15-showcase-left{position:relative;width:55%;float:left;line-height:0;overflow:hidden;border:1px solid #e7e7e7;}
.p15-showcase-left-jt{width:12px;height:23px;position:absolute;top:50%;margin-top:-11px;cursor:pointer;z-index:33}
.p15-showcase-left-prev{left:10px}
.p15-showcase-left-next{right:10px}
.p15-showcase-left-size{position:absolute;right:0;bottom:0;width:56px;height:28px;font-size:14px;line-height:16px;padding:0 15px}
.p15-showcase-left-size em{font-style:normal}
.p15-showcase-left-pic{width:100%;text-align:center}
.p15-showcase-left-pic li{float:left}
.p15-showcase-left-pic img{width:100%;display:block;}
.p15-showcase-right{width:43%;float:right}
.p15-showcase-right-tit{height:40px;font-size:24px;line-height:40px;color:#454545;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd;}
.p15-showcase-right-con{line-height:24px;font-size:14px;overflow:hidden}
.cp_con {
    width: 100%;
	float:left;
    position: relative;
}
.cp_con li {
    line-height: 40px;
    font-size: 16px;
}
.cp_con li strong{ color:#f00;}
.cp_con .wx {
    position: absolute;
    width: 35%;
    height: auto;
    top: 0;
    right: 0;
}
.cp_con .wx img {
    width: 100%;
}
.endit-content {
    line-height: 28px;
    border: 1px solid #eee;
    border-top: none;
    padding: 19px 30px;
}
.p14-prodcontent-1-desc {
    padding-left: 15px;
    padding-right: 15px;
}
.sptimg { overflow:hidden;}
.sptimg img{width:255px; height:191px; float:left; margin-right:15px;}
.sptimg img:nth-child(4){ margin-right:0; float:right;}
.cp_btm {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
.cp_btm li {
	width: 48%;
	height: auto;
	float: left;
}
.cp_btm li a {
	width: 165px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.blue {
	background: #3b8c83;
}
.oragen {
	background: #f37b1d;
}
.green {
	background: #ff542c;
}
.blue:Hover {
	background: #0a6999;
}
.oragen:hover {
	background: #c85e0b;
}
.green:hover {
	background: #429842;
}
.cpwz{ width:100%; line-height:33px; float:left; margin-top:5px; overflow:hidden;}

.showmain {
	width:1098px;
	float:right;
    border: 1px solid #e5e5e5;
    overflow: hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.showtit{width: 100%;background: #f0f0f0; font: normal 18px/40px " ";}
.showtit a{ padding: 5px 16px; display: inline-block; border-right: 1px solid #e5e5e5}
.showtit a.hovers{ background: #fff; color: #0780c7; }

.showcentent{padding: 10px;font: normal 16px/35px "";}
.showcententbox{width: 100%; text-align: center;}
.showcententbox img{margin: 10px 0; width: 100%; height: auto;}
.showcententbox p{ text-align: left;font: normal 16px/35px ""; color: #555 }
.showcententbox p b{display: block; color: #ff7b7b}


.view-table{ width:100%; float:left;}
.view-table img{ max-width:100%; display:block; margin-left:auto; margin-right:auto;}
.view-table table{ width:100%; float:left; word-wrap: break-word; word-break: break-all;}
.view-table td{ border:1px solid #ddd; padding:5px; font-size:16px;}
img.showcentenimg {
    width: 100%;
    height: 343px;
    margin: 10px 0;
}
.xijie img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.zxly{ padding:30px 20px; overflow:hidden;}
.zxly h2{ color:#000; font-size:18px; font-weight:bold;}
.zxly input{ width:100%; height:40px; line-height:40px; float:left; background:#f0f0f0; border:0; text-indent:10px; font-size:15px; margin-top:10px;}
.zxly textarea{ width:100%; height:200px; line-height:40px; float:left; background:#f0f0f0; border:0; text-indent:10px; font-size:15px; margin-top:20px; overflow:hidden;}
.zxly button{ width:230px; height:40px; line-height:40px; float:left; text-align:center; color:#fff; background:#0066cb; border:0; margin-top:20px;}
.zxly button:hover{ background:#990a1e;}
.twotitle {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    display: block;
    font: bold 18px/45px " ";
    text-indent: 15px;
    overflow: hidden;
    margin-top: 15px;
	margin-bottom:10px;
	width:100%; float:left;
}

.nyaboutssss{ margin-top:200px;}


@media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.show-xs {
	display: block;
}

.news-fr .date {
	width: 60px;
	margin-top: 5%;
}
.news-fr .text {
	width: calc((100% - 110px)/1);
}
.news-fr .text p {
	font-size: 13px;
	color: #999;
	height: 40px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}
.titlets{ margin:0 0 10px 0;}
.titlets h3{ font-size:26px;}
.rightNav{ width:100%;}
.footer-logo {width: auto;float: none;height: 100px;line-height: 100px;}
.footer-nav {display: none;}
.footer-contact {text-align: left;float: none;margin: 20px 0 0; width:98%; padding-left:2%;}
.footer-cop{ margin-bottom:40px;}

.pg-ab-banner,.pg-news-banner{ height:130px;}

.rightNav .item .txt{ height:48px; overflow:hidden;}

.news{ padding:10px;}
.right-main img{ width:100%; height:auto;}
.news h2{ height:25px; line-height:25px; font-size:16px;}
.new-btn{ padding-top:10px;}
.btn-pro-more{ margin-top:5px;}
.p15-showcase-right{ width:100%; margin-top:10px; border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding-bottom:10px;}
.p14-product-2-list dl{ width:48%; margin-right:1%; margin-left:1%;}
.footer-contact h2{ font-size:20px;}
.pglist a{ padding:0 7px; font-size:14px;}

}

