@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
header{
    width:100%;
    position: relative;
}
.header{
    height: 98px;
}
.logo{
    width: 219px;
    margin-top: 12px;
    float: left;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
}
.nav ul li{
    width: 108px;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 98px;
}
.nav ul li > a{
    line-height: 98px;
    width: 100%;
    color: #000;
}
.nav ul li:hover>a{
    color: #955223;
}
.nav ul .nav-active > a{
    color: #955223;
}
.nav-sub{
    position: absolute;
    top: 98px;
    z-index: 66;
    display: none;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
    border-top: 3px solid #955223;
}
.nav-sub dl dd{
    line-height: 30px;
    text-align: center;
    line-height: 30px;
}
.nav-sub dl dd a{
    color: #333;
}
.nav-sub dl dd:hover a{
    color:#955223;
}
@media(max-width:1200px){
    .header{
        height: 88px;
    }
    .logo{
        width:190px;
        margin-top: 10px;
    }
    .nav ul li{
        width:88px;
        font-size: 14px;
        height: 88px;
    }
    .nav ul li>a{
        line-height: 88px;
    }
    .nav-sub{
        top: 88px;
    }
}
@media(max-width: 991px){
    header .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .logo{
        width:177px;
        margin-top: 4px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo{
        width:120px;
    }
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #955223;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .swiper-pagination-bullet{
        width: 40px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    .swiper-pagination-bullet{
        width: 30px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
/* 产品分类 */
.index-pro{
    background: #efefef;
}
.index-item{
    padding: 70px 0;
    overflow: hidden;
}
.ipro-tab{
    box-shadow: 0px 0px 10px #dcdcdc;
    width: 100%;
    margin-bottom: 50px;
}
.ipro-tab ul li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 80px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    background: #fff;
}
.ipro-tab ul li::before{
    content: "";
    display: block;
    width: 2px;
    height: 44px;
    position: absolute;
    top: 18px;
    right: 0px;
    background: #d2d2d2;
}
.ipro-tab ul li:last-child::before{
    background: transparent;
}
.ipro-tab ul li>a{
    font-size: 18px;
    display: block;
    height: 44px;
    margin-top: 18px;
    line-height: 44px;
}
.ipro-tab ul li:hover, .ipro-tab ul li.active{
    background: #955223;
}
.ipro-tab ul li:hover a, .ipro-tab ul li.active a{
    color: #fff;
}
.ipro-img .ipro-item{
    display: none;
    width: 100%;
}
.ipro-img .ipro-item img{
    display: block;
    width: 100%;
}
.ipro-img .ipro-on{
    display: block;
}
@media(max-width: 1200px){
    .index-item{
        padding: 50px 0
    }
    .ipro-tab{
        height: 70px;
    }
    .ipro-tab ul li{
        height: 70px;
    }
    .ipro-tab ul li > a{
        font-size: 14px;
        margin-top: 13px;
    }
    .ipro-tab ul li::before{
        height: 40px;
        top: 15px;
    }
}
@media(max-width: 991px){
    .index-item{
        padding: 30px 0
    }
    .ipro-tab{
        height: 56px;
    }
    .ipro-tab ul li{
        height: 56px;
        width: 50%;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .ipro-tab ul li::before{
        top: 10px;
    }
    .ipro-tab ul li:nth-child(2n)::before{
        background: transparent;
    }
    .ipro-tab ul li > a{
        margin-top: 6px;
    }
}
@media(max-width: 599px){
    .ipro-tab ul li > a{
        height: 40px;
        line-height: 20px;
        margin-top: 8px;
    }
}
/* 产品中心 */
.pro-center{
    padding: 70px 0px 50px;
}
.ititle{
    text-align: center;
    margin-bottom: 50px;
}
.ititle h2{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}
.ititle span{
    font-size: 14px;
    color: #666;
}
/* 产品中心 */
.procenter-pro li{
    margin-bottom: 28px;
}
.procenter-pro li .procenter-img{
    max-width: 408px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.procenter-pro li .procenter-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;
}
.procenter-info{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    bottom: -50px;
    left: 0px;
    background: #955223;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.procenter-pro li:hover .procenter-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);
}
.procenter-pro li:hover .procenter-info{
    bottom: 0px;
}
@media(max-width: 1200px){
    .pro-center{
        padding: 50px 0px 30px;
    }
    .ititle{
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .ititle h2{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .pro-center{
        padding: 30px 0 20px;
    }
    .ititle{
        margin-bottom: 30px;
    }
    .procenter-pro li{
        margin-bottom: 20px;
    }
    .procenter-info{
        height: 40px;
        line-height: 40px;
        bottom: -40px;
        font-size: 14px;
    }
}
@media(max-width: 559px){
    .ititle{
        margin-bottom: 20px;
    }
    .ititle h2{
        font-size: 24px;
    }
}
/* 关于如友 */
.iabout{
    width: 100%;
    background: url(../img/iabout_bg.jpg) no-repeat center;
}
.iabout-title h2{
    color: #fff;
}
.iabout-title span{
    color: #fff;
}
.iabout-info{
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.iabout-item{
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}
.iabout-item strong{
    display: block;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}
.iabout-main{
    margin-bottom: 70px;
    overflow: hidden;
}
.know-more{
    width: 114px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 30px;
    color: #fff;
    background: #955223;
    display: block;
    font-size: 14px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.know-more:hover{
    border-radius: 10px;
}
@media(max-width: 991px){
    .iabout-info{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .iabout-item strong{
        font-size: 34px;
        margin-bottom: 12px;
    }
    .iabout-item span{
        font-size: 14px;
    }
    .iabout-main{
        margin-bottom: 40px;
    }
    .know-more{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .iabout-main .col-xxs-12{
        width: 50%;
        float: left;
    }
    .iabout-info{
        margin-bottom: 25px;
    }
    .iabout-main{
        margin-bottom: 30px;
    }
    .know-more{
        margin-bottom: 0px;
    }
}
/* 新闻中心 */
.inews-item{
    max-width: 408px;
    margin: 0 auto;
    overflow: hidden;
}
.inews-img{
    overflow: hidden;
}
.inews-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;
}
.inews-info{
    padding: 25px 30px 30px;
    background: #efefef;
}
.inews-info span{
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.inews-info h4{
    font-size: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.inews-intro{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.inews-more{
    display: block;
    width: 134px;
    height: 34px;
    border: 1px solid #d2d2d2;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0 auto;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.inews-item:hover .inews-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);
}
.inews-item:hover .inews-more{
    border-color: #955223;
    background: #955223;
    color: #fff;
}
.inews-item:hover .inews-info h4{
    -moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
@media(max-width: 991px){
    .inews-info{
        padding: 15px;
    }
    .inews-info h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .inews-info span{
        margin-bottom: 5px;
    }
    .inews-intro{
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .inews-item{
        margin-bottom: 20px;
    }
    .inews{
        padding-bottom: 10px;
    }
}
/* 我们的服务 */
.our-service{
    padding-bottom: 50px;
}
.service-main ul li{
    float: left;
    width: 20%;
    text-align: center;
    height: 53px;
    border-right: 2px solid #d2d2d2;
    cursor: pointer;
}
.service-img{
    display: inline-block;
    width: 53px;
    height: 53px;
    vertical-align: middle;
    margin-right: 14px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.service-info{
    display: inline-block;
    vertical-align: middle;
    height: 53px;
    padding-top: 2px;
    font-size: 18px;
    line-height: 24px;
}
.service-main ul li:first-child .service-img{
    background: url(../img/serve_icon1.png) no-repeat center;
}
.service-main ul li:nth-child(2) .service-img{
    background: url(../img/serve_icon2.png) no-repeat center;
}
.service-main ul li:nth-child(3) .service-img{
    background: url(../img/serve_icon3.png) no-repeat center;
}
.service-main ul li:nth-child(4) .service-img{
    background: url(../img/serve_icon4.png) no-repeat center;
}
.service-main ul li:last-child .service-img{
    background: url(../img/serve_icon5.png) no-repeat center;
}
.service-main ul li:last-child{
    border-right: none;
}
.service-main ul li:hover .service-img{
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.service-main ul li:first-child:hover .service-img{
    background: url(../img/serveon_icon1.png) no-repeat center;
}
.service-main ul li:nth-child(2):hover .service-img{
    background: url(../img/serveon_icon2.png) no-repeat center;
}
.service-main ul li:nth-child(3):hover .service-img{
    background: url(../img/serveon_icon3.png) no-repeat center;
}
.service-main ul li:nth-child(4):hover .service-img{
    background: url(../img/serveon_icon4.png) no-repeat center;
}
.service-main ul li:last-child:hover .service-img{
    background: url(../img/serveon_icon5.png) no-repeat center;
}
@media(max-width: 991px){
    .service-main ul{
        text-align: center;
    }
    .service-main ul li{
        width: 32%;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
    .service-info{
        font-size: 16px;
    }
    .service-img{
        margin-right: 10px;
    }
    .our-service{
        padding-bottom: 20px;
    }
}
@media(max-width: 599px){
    .service-main ul li{
        width: 49%;
    }
    .service-main ul li:nth-child(2n){
        border-right: none;
    }
    .service-info{
        font-size: 14px;
    }
    .our-service{
        padding-bottom: 10px;
    }
}
/* 底部 */
#footer{
    background: #efefef;
    width: 100%;
}
.footer-top{
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}
.footer-item dt a{
    font-size: 18px;
    font-weight: normal;
}
.footer-item dt{
    margin-bottom: 18px;
}
.footer-item dd a{
    color: #666;
    line-height: 30px;
}
.code-item{
    text-align: right;
}
.code-img{
    display: inline-block;
    max-width: 150px;
    text-align: center;
}
.code-img img{
    display: block;
    width: 100%;
}
.code-item .code-img:first-child{
    margin-right: 15px;
}
.code-img p{
    color: #666;
    margin-top: 10px;
}
.copy{
    height: 100px;
    line-height: 100px;
    border-top: 1px solid #b5b5b5;
}
.copy-left{
    float: left;
    color: #666;
}
.copy-right{
    float: right;
    color: #666;
}
.copy-right a{
    color: #666;
}
.copy-right a:hover{
    text-decoration: underline !important;
}
@media(max-width: 1200px){
    .code-img{
        width: 110px;
    }
    .copy{
        height: 80px;
        line-height: 80px;
    }
    .footer-top{
        padding-bottom: 45px;
    }
}
@media(max-width: 991px){
    .footer-top{
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .footer-item dt a{
        font-size: 16px;
    }
    .footer-item dt{
        margin-bottom: 12px;
    }
    .footer-item dd a{
        line-height: 22px;
        font-size: 14px;
    }
    .code-img{
        width: 100px;
    }
    .copy{
        height: 60px;
        line-height: 60px;
    }
    .code-item .code-img:first-child{
        margin-right: 10px;
    }
}
@media(max-width: 767px){
    .code-item{
        display: none;
    }
    .footer-item{
        text-align: center;
    }
    .footer-nav{
        margin-bottom: 20px;
    }
    .footer-nav > dd{
        display: inline-block;
        margin: 0 5px;
    }
    .footer-top{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .copy{
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }
    .copy-left{
        float: none;
        width: 100%;
    }
    .copy-left p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .copy-right{
        display: none;
    }
}
/* 内页banner */
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* 关于如友 */
.about{
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 60px;
}
.public-title h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
}
.list_ul:after {
    clear:both;
    content:'';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.list_ul li{
    width: 50%;
    height: 380px;
    position: relative;
    top: -1px;
    overflow: hidden;
    margin-bottom: 25px;
}
.list_ul li:nth-child(1){
    float: right;
}
.list_ul li:nth-child(2){
    float: right;
}
.list_ul li:nth-child(3){
    float: left;
}
.list_ul li:nth-child(4){
    float: left;
}
.list_ul li img{
    width: 656px;
    height: 380px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -328px;
}
.list_box{
    max-width: 628px;
    padding: 0px 15px;
    margin: 60px auto 0px;
}
.list_ms{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-indent: 24px;
}
.list_ul li:nth-child(3) .list_box{
    text-align: left;
}
@media (max-width: 991px) {
    .about-box .container{
        width: 100%;
    }
    .list_ul{
        padding: 0px 15px;
    }
    .list_ul li{
        margin-bottom: 0px;
    }
    .list_box{
        margin-top: 45px;
    }
    .about{
        padding: 40px 0;
    }
    .list_ms{
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .list_ul li{
        width: 100%;
        height: auto;
    }
    .public-title h2{
        font-size: 26px;
        margin-bottom: 12px;
    }
    .list_ul li:nth-child(1){
        float: none;
    }
    .list_ul li:nth-child(2){
        float: none;
    }
    .list_ul li:nth-child(3){
        float: none;
    }
    .list_ul li:nth-child(4){
        float: none;
    }
    .list_box{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .list_ms{
        margin-bottom: 10px;
    }
    .list_ul li:nth-child(4) .list_box{
        text-align: left;
    }
    .about{
        padding: 30px 0;
    }
    .list_ul li img{
		position: relative;
		left: 0px;
		top: 0px;
		margin-left: 0px;
		width: 100%;
		max-width: 6560px;
		margin: 0 auto;
		height: auto;
	}
}
/* 新闻中心 */
.news-list li{
    padding: 28px 0px;
    border-bottom: 1px solid #c9c9c9;
}
.news-img{
    float: left;
    width: 306px;
    height: 182px;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
}
.news-main{
    float: right;
    width: calc(100% - 332px);
}
.news-title{
    padding-top: 20px;
    width: 100%;
    padding-bottom: 15px;
}
.news-title h2{
    font-size: 20px;
    float: left;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-title span{
    float: right;
    color: #999;
}
.news-info{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}
.news-main > a{
    width: 136px;
    height: 36px;
    background: #955223;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    display: block;
}
.news-list li h2:hover{
    transform: translateX(10px);
    -moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
.news-list li h2:hover > a{
    color: #955223;
}
@media(max-width: 991px){
    .news-title h2{
        font-size: 18px;
        width: 70%;
    }
    .new-title h2{
        margin-bottom: 0px;
    }
}
@media(max-width: 767px){
    .news-list{
        padding: 0 15px;
    }
    .news-img{
        width: 240px;
        height: 144px;
    }
    .news-main{
        width: calc(100% - 260px);
    }
    .news-title span{
        font-size: 14px;
    }
    .news-title h2{
        font-size: 16px;
    }
    .news-title{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .news-info{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .news-list li{
        padding: 20px 0;
    }
}
@media(max-width: 599px){
    .news-img{
        float: none;
        margin: 0 auto 15px;
    }
    .news-main{
        width: 100%;
        float: none;
    }
    .news-list li{
        padding: 15px 0;
    }
    .new-title{
        margin-bottom: 8px;
    }
}
/* 产品中心 */
.pro-title{
    position: relative;
}
.pro-tab{
    margin-bottom: 30px;
}
.pro-tab ul{
    text-align: center;
    font-size: 0px;
}
.pro-tab ul li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #efefef;
    font-size: 16px;
    padding: 0 25px;
    border-right: 2px solid #dcdcdc;
    text-align: center;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.pro-tab ul li:hover{
    background: #955223;
    border-right-color: #955223;
}
.pro-tab ul li:hover a{
    color: #fff;
}
.pro-tab ul li.pro-on{
    background: #955223;
    border-right-color: #955223;
}
.pro-tab ul li.pro-on a{
    color: #fff;
}
.pro-tab ul li:last-child{
    border-right: none;
}
.pronavToggle{
    display: none;
}
/* 导航按钮 */
#pronavToggle{
    display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #0064b2;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#pronavToggle::before {
    margin-top: -7px;
}
#pronavToggle::after {
    margin-top: 7px;
}
#pronavToggle span,
#pronavToggle::after,
#pronavToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#pronavToggle.show span {
    opacity: 0;
}
#pronavToggle span, #pronavToggle::after, #pronavToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
@media(max-width:991px){
    #pronavToggle{
        display: block;
    }
    .pro-tab ul{
        display: none;
    }
    .pro-title{
        width: 100%;
        height: 50px;
        background: #955223;
        padding: 0 20px;
    }
    .pro-title h2{
        line-height: 50px;
        text-align: left;
        font-size: 24px;
        color: #fff;
    }
    .pro-tab ul li{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .pro-tab ul li:hover{
        background: #efefef;
    }
    .pro-tab ul li:hover a{
        color: #955223;
    }
    .pro-tab ul li.pro-on{
        background: #efefef;
    }
    .pro-tab ul li.pro-on a{
        color: #955223;
    }
}
@media(max-width: 767px){
    .pro{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pro-title h2{
        font-size: 20px;
    }
}
.pro-item{
    display: none;
}
.item-on{
    display: block;
}
.pro-item ul li .pro-img{
    max-width: 480px;
    margin: 0 auto;
    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 ul li p{
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.pro-item ul li: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 ul li:hover p{
    color: #955223;
}
/* 产品详情 */
.pros-main{
    margin: 20px 0px;
    font-size: 14px;
    min-height: 200px;
   /*  text-align: center;*/
}
.pros-page{
    width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}
@media(max-width:1199px){
    .pros-main img{
        display: block;
        width: 100%;
    }
}
/* 联系我们 */
.contact_left{
    background: #f3f3f3;
    padding: 52px 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;
    }
}


