﻿﻿@charset "UTF-8";
/* 头部 */
header {
    width: 100%;
    z-index: 10;
    position: relative;
}
.header {
    height: 100px;
    overflow: hidden;
}
.logo {
    margin-top: 20px;
    position: relative;
}
.logo img {
    display: block;
    width: 100%;
}
.hotline {
    height: 40px;
    position: relative;
    margin-top: 30px;
}
.hotline-item{
    float: left;
    margin-top: 9px;
    height: 22px;
}
.hotline-item-left {
    width: 239px;
    background: url(../images/hotline_img1.png) no-repeat center;
    margin-right: 30px;
}
.hotline-item-right{
    width: 413px;
    background: url(../images/hotline_img2.png) no-repeat center;
}
.hotline-item p {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 40px;
}
.hotline-item span {
    font-size: 24px;
    color: #d63d7a;
    display: inline-block;
    font-family: Tahoma;
    vertical-align: middle;
    line-height: 40px;
}
@media(max-width: 1200px) {
    .logo img {
        width: 400px;
    }
    .hotline-item span {
        font-size: 22px;
    }
    .hotline-item:first-child {
        margin-right: 16px;
    }
}
@media(max-width: 991px) {
    header>.container {
        width: 100%;
    }
    .header {
        height: 70px;
    }
    .logo {
        margin-top: 9px;
    }
    .logo img {
        width: 360px;
    }
    .hotline {
        display: none;
    }
}
@media(max-width: 599px) {
    .logo {
        margin-top: 7px;
    }
    .header {
        height: 50px;
    }
    .logo img {
        width: 240px;
    }
}
/* 导航 */
#nav {
    width: 100%;
    background-color: #d63d7a;
}
.nav li {
    float: left;
    position: relative;
    margin-right: 54px;
}
.nav li:last-child {
    margin-right: 0px;
}
.nav li>a {
    display: block;
    padding: 0 28px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.nav li.active>a,
.nav li>a:hover {
    background-color: #dd1967;
}
.nav li .sub_dl {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    display: none;
    padding: 9px 0px;
    background-color:rgba(235,109,160,0.95);
}
.sub_dl dd {
    text-align: center;
}
.sub_dl dd a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
}
.sub_dl dd a:hover {
    background: #dd1967;
    color: #fff;
}
@media(max-width: 1400px){
    .nav li {
        margin-right: 24px;
    }
    .nav li>a {
        padding: 0 25px;
    }
}
@media(max-width: 1199px) {
    .nav li {
        margin-right: 10px;
    }
    .nav li>a {
        padding: 0 18px;
    }
}
@media(max-width: 991px) {
    header .nav {
        display: none;
    }
}
#banner {
    z-index: -1;
}
/* 分类栏 */
.home-class {
    height: 140px;
    margin-top: -70px;
    z-index: 99;
}
.class-ul {
    height: 140px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: #c5c4c4 0px 0px 10px;
    -moz-box-shadow: #c5c4c4 0px 0px 10px;
    box-shadow: #c5c4c4 0px 0px 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.class-ul li {
    border-right: 2px solid #f3f3f3;
    padding: 0px;
    height: 140px;
}
.class-ul li:last-child {
    border-right: none;
}
.class-item {
    width: 100%;
    text-align: center;
    padding-top: 38px;
}
.class-icon {
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.class-ul li:first-child .class-icon {
    width: 54px;
    background: url(../images/class_icon1.png) no-repeat center;
}
.class-ul li:nth-child(2) .class-icon {
    width: 47px;
    background: url(../images/class_icon2.png) no-repeat center;
}
.class-ul li:last-child .class-icon {
    width: 58px;
    background: url(../images/class_icon3.png) no-repeat center;
}
.class-ul li:hover .class-icon {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}
.class-ul li:first-child:hover .class-icon {
    background: url(../images/class_on_icon1.png) no-repeat center;
}
.class-ul li:nth-child(2):hover .class-icon {
    width: 47px;
    background: url(../images/class_on_icon2.png) no-repeat center;
}
.class-ul li:last-child:hover .class-icon {
    width: 58px;
    background: url(../images/class_on_icon3.png) no-repeat center;
}
.class-info {
    display: inline-block;
    vertical-align: middle;
    max-width: 230px;
    text-align: left;
}
.class-info h4 {
    font-size: 16px;
    color: #d63d7a;
    margin-bottom: 8px;
}
.class-info p {
    font-size: 12px;
    color: #cd5786;
    line-height: 18px;
}
@media(max-width: 1200px) {
    .class-icon {
        margin-right: 8px;
    }
    .class-info {
        max-width: 218px;
    }
}
@media(max-width: 991px) {
    .class-ul li.col-sm-4 {
        width: 100%;
    }
    .home-class {
        height: auto;
        margin-top: 20px;
    }
    .class-ul {
        height: auto;
        box-shadow: none;
    }
    .class-ul li {
        height: 140px;
        -webkit-box-shadow: #c5c4c4 0px 0px 10px;
        -moz-box-shadow: #c5c4c4 0px 0px 10px;
        box-shadow: #c5c4c4 0px 0px 10px;
        border-right: none;
        margin-bottom: 20px;
    }
    .class-icon {
        margin-right: 20px;
    }
    .class-info {
        max-width: 260px;
    }
}
@media(max-width: 449px){
    .class-icon {
        margin-right: 8px;
    }
    .class-info {
        max-width: 220px;
    }
}
/* 公司简介 */
.home-about{
    padding: 70px 0;
    overflow: hidden;
}
.habout-intro{
    float: left;
    height: 418px;
    width: 40%;
    background: #f3f3f3;
    padding: 80px 35px 0;
}
.habout-intro h2{
    font-size: 30px;
    font-weight: bold;
    color: #d63d7a;
    margin-bottom: 30px;
}
.habout-intro p{
    font-size: 16px;
    color: #cd5786;
    line-height: 30px;
}
.habout-img{
    float: left;
    height: 418px;
    width: 60%;
    overflow: hidden;
    position: relative;
}
.habout-img i{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background: url(../images/oval_icon.png);
}
@media(max-width: 1200px){
    .habout-intro{
        height: auto;
        width: 38%;
        padding: 30px 20px 25px;
    }
    .habout-intro h2{
        font-size: 26px;
        margin-bottom: 28px;
    }
    .habout-intro p{
        line-height: 26px;
        font-size: 16px;
    }
    .habout-img{
        height: auto;
        width: 62%;
    }
    .habout-img img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 991px){
    .home-about{
        padding: 30px 0;
    }
    .habout-intro{
        width: 100%;
        padding: 40px 30px;
    }
    .habout-img{
        width: 100%;
    }
}
@media(max-width: 767px){
    .habout-intro p{
        font-size: 14px;
    }
    .home-about{
        padding-top: 15px;
        padding-bottom: 10px;
    }
}
.habout-main{
    overflow: hidden;
    margin-bottom: 28px;
}
.habout-item{
    background: #f3f3f3;
    text-align: center;
    height: 198px;
    padding-top: 75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.habout-icon{
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.habout-list li:first-child .habout-icon{
    width: 48px;
    background: url(../images/about_icon1.png) no-repeat center;
}
.habout-list li:nth-child(2) .habout-icon{
    width: 44px;
    background: url(../images/about_icon2.png) no-repeat center;
}
.habout-list li:last-child .habout-icon{
    width: 51px;
    background: url(../images/about_icon3.png) no-repeat center;
}
.habout-info{
    display: inline-block;
    vertical-align: middle;
    max-width: 290px;
    text-align: left;
}
.habout-info h5{
    line-height: 24px;
    font-size: 24px;
    color: #d63d7a;
    margin-bottom:6px;
}
.habout-info span{
    font-size: 16px;
    color: #cd5786;
}
.habout-list li:hover .habout-item{
    background: #d63d7a;
}
.habout-list li:hover .habout-icon{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.habout-list li:first-child:hover .habout-icon{
    background: url(../images/about_on_icon1.png) no-repeat center;
}
.habout-list li:nth-child(2):hover .habout-icon{
    background: url(../images/about_on_icon2.png) no-repeat center;
}
.habout-list li:last-child:hover .habout-icon{
    background: url(../images/about_on_icon3.png) no-repeat center;
}
.habout-list li:hover .habout-info h5{
    color: #fff;
}
.habout-list li:hover .habout-info span{
    color: #fff;
}
@media(max-width: 1400px){
    .habout-info{
        max-width: 220px;
    }
    .habout-item{
        height: 148px;
        padding-top: 38px;
    }
}
@media(max-width: 1200px){
    .habout-icon{
        margin-right: 18px;
    }
    .habout-info h5{
        font-size: 20px;
    }
    .habout-info span{
        font-size: 14px;
    }
    .habout-info{
        max-width: 150px;
    }
}
@media(max-width: 991px){
    .habout-list li.col-sm-4{
        width: 100%;
    }
    .hdc{
     display:none;
    }
    .habout-main{
        margin-bottom: 18px;
    }
    .habout-list li{
        margin-bottom: 20px;
    }
    .habout-info{
        max-width:260px;
    }
    .habout-icon{
        margin-right: 28px;
    }
    .habout-item{
        padding-top: 46px;
    }
}
@media(max-width: 449px){
    .habout-icon{
        margin-right: 18px;
    }
    .habout-info{
        max-width: 150px;
    }
    .habout-item{
        height: 138px;
        padding-top: 28px;
    }
}
/*首页产品*/
#homepro{
    background:#f9f9f9;
    padding-top:70px;
    padding-bottom: 70px;
}
.homepro-tit{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 28px;
    margin-bottom: 30px;
}
.homepro-titl{
    float: left;
}
.homepro-titl h3{
    font-size: 36px;
    font-weight: bold;
    color: #d63d7a;
    display: inline-block;
    margin-right: 8px;
}
.homepro-titl span{
    display: inline-block;
    font-size: 16px;
    color: #cd5786;
}
.swiper-btns{
    position: absolute;
    top: 0px;
    right: 0px;
}
.swiper-btns .swiper-button-prev, .swiper-btns .swiper-button-next{
    bottom: 0px;
    margin-top: 0px;
    top: auto;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.swiper-btns .swiper-button-prev{
    background: #d63d7a url(../images/homepro-imgl.png) no-repeat center;
    left: auto;
    margin-right: 10px;
}
.swiper-btns .swiper-button-next{
    background: #d63d7a url(../images/homepro-imgr.png) no-repeat center;
    right: auto;
}
.swiper-btns .swiper-button-next:hover, .swiper-btns .swiper-button-prev:hover{
    background-color: #d63d7a;
}
.homepro-item{
    max-width: 328px;
    overflow: hidden;
}
.hpro-img{
    overflow: hidden;
}
.hpro-img img{
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hpro-info{
    border-top: 1px solid #eeeeee;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 26px;
    background-color: #fff;
}
.hpro-info p{
    text-align: center;
    font-size: 18px;
    color: #d63d7a;
}
.hpro-info a{
    display: block;
    margin: 16px auto 0;
    width: 98px;
    height: 30px;
    border: 1px solid #dcdcdc;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.homepro-mul.row{
    margin-left: -10px;
    margin-right: -10px;
}
.homepro-item:hover .hpro-info a{
    background: #d63d7a;
    border-color: #d63d7a;
    color: #fff;
}
.homepro-item:hover .hpro-info p{
    color: #d63d7a;
}
.homepro-item:hover .hpro-img 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);
}
@media(max-width:1200px){
    .homepro-titl h3{
        font-size:28px;
    }
    .hpro-info p{
        font-size: 16px;
    }
}
@media(max-width:991px){
    #homepro{
        padding-bottom:10px;
        padding-top: 30px;
    }
    .homepro-item{
        margin: 0 auto;
    }
    .homepro-tit {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .homepro-titl h3 {
        font-size: 24px;
    }
    .homepro-titl span{
        font-size: 14px;
    }
    .homepro-m {
        margin-top: 10px;
    }
}
@media(max-width: 599px){
    .homepro-titl h3{
        display: block;
        margin-bottom: 10px;
    }
    .homepro-titl span{
        display: block;
    }
    .homepro-titr{
        margin-top: 15px;
    }
    .col-xss-12{
        width: 100%;
    }
}
@media(max-width:449px){
    .homepro-titl{
        width: 68%;
    }
    .homepro-m {
        margin-top: 0px;
    }
    .homepro-tit {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
/* 首页新闻中心 */
.home-news{
    padding-top: 80px;
    padding-bottom: 80px;
}
.hnews-title{
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.hnews-title h2{
    font-size: 36px;
    color: #d63d7a;
    font-weight: bold;
    margin-bottom: 12px;
}
.hnews-title span{
    font-size: 16px;
    color: #cd5786;
}
.hnews-img{
    float: left;
    width: 50%;
    height: 394px;
    overflow: hidden;
    cursor: pointer;
}
.hnews-img img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hnews-img: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);
}
.hnews-info{
    float: left;
    width: 50%;
    height: 394px;
    overflow: hidden;
}
.hnews-slide-item{
    padding: 70px 100px 0 45px;
    height: 394px;
    background: #f3f3f3;
    text-align: left;
    width: 100%;
}
.hnews-slide-item h2{
    font-size: 24px;
    color: #d63d7a;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hnews-slide-item span{
    font-size: 16px;
    color: #cd5786;
    line-height: 24px;
}
.hnews-ms{
    font-size: 16px;
    color: #cd5786;
    line-height: 30px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-slide-item a{
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #d63d7a;
    margin-top: 30px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.hnews-info .swiper-container {
    width: 100%;
    height: 100%;
}
.hnews-info .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hnews-info .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #d63d7a;
}
.hnews-info .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 7px 0px;
}
.hnews-info  .swiper-container-vertical > .swiper-pagination-bullets{
    right: 45px;
}
.hnews-info .swiper-pagination-bullet-active{
    background: #d63d7a;
}
.hnews-slide-item:hover h2{
    color: #d63d7a;
}
.hnews-slide-item a:hover{
    transform: translateX(10px);
}
.hnews-main{
    margin-bottom: 28px;
    overflow: hidden;
}
@media(max-width: 1200px){
    .hnews-slide-item{
        padding-right: 80px;
    }
}
@media(max-width: 991px){
    .home-news{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .hnews-img{
        width: 100%;
        height: auto;
    }
    .hnews-img img{
        display: block;
        width: 100%;
    }
    .hnews-info{
        width: 100%;
    }
    .hnews-title h2{
        font-size: 24px;
    }
    .hnews-title{
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .hnews-info{
        height: 280px;
    }
    .hnews-slide-item{
        height: 280px;
        padding-top: 35px;
        padding-right: 45px;
        padding-left: 25px;
    }
    .hnews-info  .swiper-container-vertical > .swiper-pagination-bullets{
        right: 15px;
    }
    .hnews-slide-item h2{
        font-size: 20px;
    }
    .hnews-ms{
        font-size: 14px;
        line-height: 24px;
    }
}
.hnews-item-img{
    width: 100%;
    overflow: hidden;
}
.hnews-item-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.hnews-item-info{
    padding-top: 15px;
    width: 100%;
}
.hnews-item-info p{
    font-size: 16px;
    color: #d63d7a;
}
.hnews-item-info span{
    font-size: 14px;
    color: #cd5786;
}
.hnews-list li:hover .hnews-item-img 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);
}
@media(max-width: 991px){
    .hnews-list li{
        margin-bottom: 20px;
    }
}
/* 人才招聘 */
.recruit{
    padding-bottom: 80px;
}
.recruit-main{
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.recruit-main img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.recruit-main: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);
}
.recruit-info{
    position: absolute;
    width: 538px;
    height: 240px;
    left: 50px;
    top: 50%;
    margin-top: -120px;
    background: #d63d7a;
    padding: 28px 32px 0px;
    color: #fff;
}
.recruit-info h2{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recruit-info .recruit-ms{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.recruit-info a{
    display: block;
    width: 158px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #fff;
    color: #d63d7a;
    margin-top: 28px;
}
@media(max-width: 991px){
    .recruit-info{
        width: 380px;
        height: 200px;
        margin-top: -100px;
        padding-left: 25px;
        padding-right: 25px;
        left: 30px;
    }
    .recruit-info h2{
        font-size: 24px;
    }
    .recruit-info .recruit-ms{
        font-size: 14px;
        line-height: 24px;
    }
    .recruit{
        padding-bottom: 30px;
    }
}
@media(max-width: 599px){
    .recruit-info{
        width: 180px;
        height: 120px;
        margin-top: -60px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        left: 20px;
    }
    .recruit-info h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .recruit-info .recruit-ms{
        font-size: 12px;
        line-height: 20px;
    }
    .recruit-info a{
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }
}
/* 底部 */
#footer{
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
}
.footer-top{
    padding: 40px 0px;
     background: #f9f9f9;
}
.footer-nav{
    float: left;
    width: 80%;
}
.footer-code{
    float: right;
    width: 20%;
}
.footer-nav ul li{
    float: left;
    margin-right: 80px;
}
.footer-nav ul li:last-child{
    margin-right: 0px;
}
.footer-nav ul li h2{
    font-size: 18px;
    padding-bottom: 18px;
    color: #333;
    border-bottom: 2px solid #d63d7a;
    margin-bottom: 20px;
    display: inline-block;
}
.footer-nav ul li dl dd{
    font-size: 14px;
    color: #cd5786;
    margin-bottom: 8px;
}
.footer-conl{
    float: left;
}
.footer-conl{
    margin-right: 30px;
}
.code-img{
    float: left;
}
.code-img:first-child{
    margin-right: 20px;
}
.code-img img{
    display: block;
    width: 100%;
}
.code-img p{
    text-align: center;
    font-size: 16px;
    color: #d63d7a;
    line-height: 30px;
}
.footer-code-img{
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-bom{
    background: #d63d7a;
    padding: 32px 0;
}
.copyright {text-align: center;font-size:16px;color: #fff;text-transform: uppercase;padding-top:5px;padding-bottom:10px;}
.copy-left{
    float: left;
    color: #fff;
    text-transform: uppercase;
}
.copy-right{
    float: right;
    color: #fff;
}
.copy-right a{
    color: #fff;
}
.copy-right a:hover{
    text-decoration: underline !important;	
    color: #fff;
}
.share .bdsharebuttonbox{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.share .bdsharebuttonbox a{
    margin: 0px 0px 0px 12px;
}
.share .bdshare-button-style1-32 a{
    display: block;
    width: 46px;
    height: 46px;
}
.share .bds_tsina{
    background: url('../images/share_weibo.png') no-repeat center;
}
.bdshare-button-style1-32 .bds_tsina{
    background-position: 0px !important;
}
.share .bds_weixin{
    background: url('../images/share_wechat.png') no-repeat center;
}
.bdshare-button-style1-32 .bds_weixin{
    background-position: 0px !important;
}
.share .bds_sqq{
    background: url('../images/share_qq.png') no-repeat center;
}
.bdshare-button-style1-32 .bds_sqq{
    background-position: 0px !important;
}
@media(max-width: 1400px){
    .code-img{
        width: 100px;
    }
    .code-img:first-child{
        margin-left: 10px;
    }
    .footer-nav ul li{
        margin-right: 50px;
    }
}
@media(max-width: 1200px){
    .footer-nav{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-code{
        width: 100%;
        float: left;
    }
    .footer-code-img{
        float: left;
    }
    .share{
        float: left;
        margin-top: 27px;
        margin-left: 20px;
    }
    .footer-top{
        padding-bottom: 0px;
    }
}
@media(max-width: 991px){
    .footer-nav ul li{
        width: 100%;
        margin-right: 0px;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-nav ul li dl dd{
        display: inline-block;
        margin: 0 8px;
    }
    .footer-nav ul li h2{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footer-top{
        padding: 30px 0;
    }
    .footer-bom{
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
    }
    .copy-left{
        float: none;
    }
    .copy-right{
        float: none;
    }
    .footer-code{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .footer-code-img{
        float: none;
        margin-bottom: 0px;
    }
    .share{
        float: none;
    }
    .footer-conl{
        margin-right: 0px;
    }
}
@media(max-width:767px){
    .footer-code-img{
        display: none;
    }
    .share{
        margin-top: 0px;
        margin-left: 0px;
    }
    .share .bdsharebuttonbox a:first-child{
        margin-left: 0px;
    }
}
/* 右侧浮层 */
.right-side{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 300;
}
.right-item{
    width: 78px;
    height: 58px;
    border-radius: 10px;
    background: #d63d7a;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 2px;
    cursor: pointer;
    
}
.right-item span{
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}
.right-left{
    width: 78px;
    position: relative;
}
.right-item-right{
    float: left;
    width: 180px;
    height: 58px;
    background: #d63d7a;
    border-radius: 10px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;

}
.right-code-img{
    float: left;
    width: 112px;
    height: 112px;
    opacity: 0;
    transition: all 0.3s;
}
.right-code-img img{
    display: block;
    width: 100%;
}
.right-itemhover .right-itemhovertop{
    background: #d63d7a;
    width: 80px;
    height: 58px;
    border-radius: 10px;
    margin-right: 2px;
    padding-top: 8px;
}
.right-itemwx .right-weixin-main{
    background: #d63d7a;
    width: 80px;
    height: 58px;
    border-radius: 10px;
    margin-right: 2px;
    padding-top: 8px;
}
.right-itemhover{
    width: 260px;
    background: none;
    display: flex;
    position: absolute;
    top: 58px;
    right: -180px;
    height: 58px;
    transition: all 0.5s;
}
.right-itemhover:hover{
    right:0;
}
.right-itemwx{
    margin-top:70px; 
}
.right-code-img{
    width: 100px;
    height: 100px;
    position: absolute;
    right: 80px;
}
.right-code-img img{
    width: 100%;
}
@media(max-width: 499px){
    .right-side{
        display: none;
    }
}
/* 内页公司简介 */
.inside-title{
    height: 60px;
    border-bottom: 1px solid #d2d2d2;
}
.tab-nav{
    float: left;
    height: 60px;
    background: url('../images/tab_nav_icon.png') no-repeat left center;
    padding-left: 18px;
    line-height: 60px;
    position: relative;
}
.tab-nav a{
    font-size: 14px;
    color: #666;
}
.tab-nav a:hover{
    color: #d63d7a;
}
.inside-nav{
    float: right;
}
.inside-nav li{
    float: left;
    padding: 0 20px;
}
.inside-nav li a{
    display: block;
    line-height: 58px;
    border-bottom: 2px solid transparent;
}
.inside-nav li:hover a{
    color: #d63d7a;
    border-bottom-color: #d63d7a;
}
.inside-nav li.nav-on a{
    color: #d63d7a;
    border-bottom-color: #d63d7a;
}
@media(max-width: 991px){
    .inside-title{
        height: auto;
        border-bottom: none;
        margin-top: 20px;
    }
    .inside-nav{
        display: none;
    }
    .tab-nav{
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding-left: 33px;
        background: #d63d7a url('../images/tab_nav_on_icon.png') no-repeat left 15px center;
        color: #fff;
    }
    .tab-nav a{
        color: #fff;
    }
    .tab-nav a:hover{
        color: #fff;
    }
    .inside-nav{
        float: none;
        width: 100%;
    }
    .inside-nav li{
        width: 100%;
        float: none;
        text-align: center;
        border: 1px solid #d63d7a;
        border-bottom: none;
        padding: 0px;
    }
    .inside-nav li:last-child{
        border-bottom: 1px solid #d63d7a;
    }
    .inside-nav li a{
        border-bottom: none;
        line-height: 48px;
        border-bottom: noen;
    }
    .inside-nav li:hover a{
        border-bottom: none;
    }
    .inside-nav li.nav-on a{
        color: #d63d7a;
        border-bottom: none;
    }
}
.inside-main{
    padding-top: 60px;
    padding-bottom: 30px;
}
.about-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-img img{
    display: block;
    width: 100%;
}
.ArticleTitle h1 {
	font-size: 18px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	color:#d63d7a;
}
.ArticleTime {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.ArticleTime span:first-child {
	margin-left: 0;
}
.ArticleTime span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.dcnet-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.dcnet-img p{font-size:15px; color:#727171; line-height:24px; margin-top:10px;width:100%;font-family: "Microsoft YaHei";}
.dcnet-img h2{border-left-style: solid;border-left-width: 3px;background-color: rgba(102, 128, 153, 0.03);font-size:16px;font-weight: 500;color:#dd5189;}
.dcnet-img img{
    max-width: 100%;
}
.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
}
.news-exp li {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-cont{
    line-height: 30px;
    color: #666;
    font-size: 16px;
    /*! text-indent: 24px; */
}
.about-cont p{
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .inside-main{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .about-cont{
        font-size: 14px;
        line-height: 26px;
    }
}
/* 企业文化 */
.culture-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}
.culture-img img{
    display: block;
    width: 100%;
}
.culture-mask{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.culture-img:hover .culture-mask{
    top: 0px;
}
@media(max-width: 991px){
    .culture-img{
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .culture-img{
        margin-bottom: 10px;
    }
    .inside-main{
        padding-top: 20px;
    }
}
/* 内页新闻中心 */

.news-item{
    padding-top: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
}
.news-main{
    margin-bottom: 0px;
}
.news-item h2{
    font-size: 20px;
    color: #d63d7a;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-item span{
    color: #cd5786;
    font-size: 14px;
}
.news-item p{
    font-size: 16px;
    color: #cd5786;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-item:hover h2{
    color: #d63d7a;
    transform: translateX(10px);
}
@media(max-width: 767px){
    .news-item p{
        font-size: 14px;
        line-height: 24px;
    }
    .news-item{
        padding-top: 20px;
    }
}
/* 产品中心 */
.pros-item{
    background: #f3f3f3;
    overflow: hidden;
    height: 460px;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pros-left{
    float: left;
    width: 50%;
}
.pros-right{
    float: right;
    width: 50%;
}
.pros-info{
    width: 100%;
    padding: 0 45px;
}
.pros-info h4{
    font-size: 24px;
    font-weight: bold;
    color: #d63d7a;
    line-height: 30px;
    margin-top: 65px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pros-info .pros-ms{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.pros-info a{
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #d63d7a;
    margin-top: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pros-img-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 460px;
}
.pros-img{
    width: 100%;
}
.pros-img img{
    display: block;
    width: 100%;
}
.pros-item:hover{
    background: #d63d7a;
}
.pros-item:hover .pros-info h4{
    color: #fff;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.pros-item:hover .pros-info .pros-ms{
    color: #fff;
}
.pros-item:hover .pros-info a{
    background: #fff;
    color: #333;
}
@media(max-width: 1200px){
    .pros-info h4{
        margin-top: 40px;
    }
}
@media(max-width: 991px){
    .pros-item{
        height: auto;
        margin-bottom: 20px;
    }
    .pros-left{
        width: 100%;
    }
    .pros-right{
        width: 100%;
    }
    .pros-info h4{
        margin-top: 25px;
    }
    .pros-info a{
        margin-top: 40px;
    }
    .pros-info{
        padding: 0px 35px 30px;
    }
}
@media(max-width: 767px){
    .pros-img-box{
        height:auto;
    }
    .pros-img img{
        width: 80%;
        margin: 0 auto;
    }
    .pros-info h4{
        font-size: 20px;
        margin-top: 0px;
    }
    .pros-info .pros-ms{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .pros-info a{
        margin-top: 20px;
    }
    .pros-info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* 产品详情 */
.pro-detail{
    background: #f3f3f3;
    padding-bottom: 50px;
}
.pdetail-swiper img{
    display: block;
    width: 100%;
}
.pdetail-swiper .swiper-button-prev{
    background: url(../images/pdetail_prev.png) no-repeat center;
    left: 20px;
}
.pdetail-swiper .swiper-button-next{
    background: url(../images/pdetail_next.png) no-repeat center;
    right: 20px;
}
.pdetail-swiper .swiper-button-prev, .pdetail-swiper .swiper-button-next{
    width: 50px;
    height: 51px;
    margin-top: -25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pdetail-swiper .swiper-button-prev:hover{
    background: url(../images/pdetail_on_prev.png) no-repeat center;
}
.pdetail-swiper .swiper-button-next:hover{
    background: url(../images/pdetail_on_next.png) no-repeat center;
}
.pro-canshu{
    background: #fff;
    padding: 50px 0px 50px 65px;
}
.pro-canshu h2{
    font-size: 24px;
    font-weight: bold;
    color: #d63d7a;
    margin-bottom: 30px;
}
.pro-canshu p{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
}
.canshu-info li{
    line-height: 30px;
}
.canshu-info li span{
    font-size: 16px;
    color: #000022;
    display: inline-block;
    min-width: 100px;
    margin-right: 60px;
}
.canshu-info li strong{
    color: #666;
    font-size: 16px;
    font-weight: normal;
}
.pro-detail-box{
    margin-bottom: 28px;
}
@media(max-width: 1200px){
    .pro-canshu{
        padding: 30px 0px 30px 35px;
    }
    .pro-canshu p{
        margin-bottom: 15px;
    }
    .pro-canshu h2{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .pro-canshu{
        margin-top: 20px;
        padding-left: 20px;
    }
    .canshu-info li span{
        font-size: 14px;
        margin-right: 15px;
    }
    .canshu-info li strong{
        font-size: 14px;
    }
    .canshu-info li{
        line-height: 24px;
    }
    .pro-canshu h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .pro-detail-box{
        margin-bottom: 20px;
    }
}
.pros-description{
    width: 100%;
    background: #ffffff;
}
.pros-description h2{
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #d63d7a;
    font-size: 16px;
    margin-bottom: 32px;
}
.descrip-txt{
    padding: 0px 45px 35px;
}
.descrip-txt p{
    line-height: 30px;
    color: #666;
}
@media(max-width: 767px){
    .pros-description h2{
        margin-bottom: 20px;
    }
    .descrip-txt{
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }
    .descrip-txt p{
        font-size: 14px;
        line-height: 24px;
    }
}
.other-title h2{
    font-size: 36px;
    font-weight: bold;
    color: #222;
    line-height: 140px;
    text-align: center;
}
.other-item{
    padding: 0 8px;
}
.other-box{
    max-width: 329px;
    margin: 0 auto ;
}
.other-box:hover .hpro-info a{
    background: #d63d7a;
    border-color: #d63d7a;
    color: #fff;
}
.other-box:hover .hpro-info p{
    color: #d63d7a;
}
.other-box:hover .hpro-img 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);
}
@media(max-width: 1200px){
    .other-title h2{
        line-height: 90px;
        font-size: 24px;
    }
}
@media(max-width: 991px){
    .other-title h2{
        line-height: 70px;
        font-size: 20px;
    }
    .pro-detail{
        padding-bottom: 30px;
    }
}
.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; 
    padding:0px;
	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 .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);
}
/*  */
.pro-main{
    overflow: hidden;
}
.pro-item{
    max-width: 448px;
    margin: 0 auto;
    overflow: hidden;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.pro-item p{
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.pro-item:hover .pro-img 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);
}
.pro-item:hover p{
    color: #d63d7a;
}
.pro-main{
    overflow: hidden;
}
@media(max-width: 991px){
    .pro-item p{
        line-height: 48px;
        font-size: 16px;
    }
}


.back{
    margin-top: 12px;
}
.right-itemwx:hover .right-code-img{
    opacity: 1;
}
/* 联系我们 */
.contact_left{
    background: #f3f3f3;
    padding: 61px 54px 52px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
.contact_left>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.contact_left>p{
    font-size: 16px;
    line-height: 30px;
}
.contact_right{
    width: 48%;
    float: right;
}
.contact_right>img{
    display: block;
    width: 100%;
}
.map>img{
    display: block;
    width: 100%;
}
@media(max-width: 1199px){
    .contact_left,.contact_right{
        width: 100%;
        float: none;
    }
    .contact_right>img{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .contact_left{
        padding: 15px;
    }
    .contact_left>h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact_left > p{
        font-size: 14px;
        line-height: 24px;
    }
}

/* 新增新闻页面 */
#homenewsinfo{
    background:#f3f3f3;
    padding-top:60px;
    padding-bottom: 70px;
}
.index-title{
    text-align: center;
    padding-bottom: 60px;
}
.index-title h2{
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: bold;
}
.public-title h2{
    color: #d63d7a;
}
.public-title p{
    color: #cd5786;
}
.news-box{
    max-width: 408px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.news-img{
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news-box .news-bottom{
    padding: 22px 20px 30px;
	background: #f5f5f5;
}
.news-bottom h4{
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news-bottom h4>a{
    font-size: 16px;
    font-weight: bold;
}
.news-bottom span{
    display: block;
    font-size: 12px;
    color: #cd5786;
    padding-bottom: 4px;
}
.news-bottom .news-ms{
    color: #cd5786;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.news-box:hover h4{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.news-box:hover h4>a{
    color: #dd5189;
}
.news-box:hover .news-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media(max-width: 991px){
    .news-box .news-bottom{
        padding: 10px 15px 15px;
    }
    .news-bottom .news-ms{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .news-box{
        margin-bottom: 15px;
    }
}
/*timebox*/
.clear { clear: both; width: 100%; overflow: hidden; }
.clearblank { clear: both; width: 100%; overflow: hidden; height: 20px }
.mapname{font-size:20px; color:#c67c59; border-bottom:1px solid #eee; padding-bottom:10px;}
.timebox span {position: relative;line-height: 32px;padding-right: 40px;color: #999;font-size: 13px;}
.timebox span:after { position: absolute; content: ""; width: 2px; height: 40px; background: #e0dfdf; right: 18px }
.timebox li i { position: relative; font-style: normal }
.timebox li i:before { content: " "; height: 10px; width: 10px; border: 2px solid #cccaca; background: #fff; position: absolute; top: 4px; left: -26px; border-radius: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.timebox li:hover i:before { background: #069 }
@media(min-width: 1400px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 33.3%;float: left;}
}
@media(max-width: 1400px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 33.3%;float: left;}
}
@media(max-width: 1200px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 33.3%;float: left;}
}
@media(max-width: 991px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 50%;float: left;}
}
@media(max-width: 767px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 50%;float: left;}
}
@media(max-width:449px){
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%;float: left;}
}
@media(max-width:760px) {
.hidden-l {
	display: none!important
}
}
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul li {
	width: 25%;
	background: #052b4e;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 22px;
	padding: 11px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
.news-exp {
	padding-top: 10px;
	font-size: 12px;
}
.news-exp li {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
}
.icon-index {
	background: url("../images/icon-index.png")  center no-repeat; /*! height:864px; */height: auto;
}

.icon-more {
	background: url("../images/icon-more.png")  center no-repeat; /*! height:864px; */height: auto;
}

.icon-tel {
	background: url("../images/icon-tel.png")  center no-repeat; /*! height:864px; */height: auto;
}