html{font-size:12px}
.container{
    max-width: 1200px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/*-------------news--------------*/
/*--newbanner--*/
.newbanner{
    width: 100%;
    height: 255px;
    background: url("../images/newbg.jpg") no-repeat center/cover;
    position: relative;
    margin: 0 auto;
}

.newbanner-text{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top:60px;
}

.newbanner-text h1{
    font-size: 24px;
    color: white;
    line-height: 20px;
    font-weight: bold;
}
.newbanner-text span{
    display: inline-block;
    width: 28px;
    height: 1px;
    background: white;
    margin-top: -10px;
}

.newbanner-text p{
    font-size: 14px;
    color: white;
}
.newbanner-text p a{
    color: white;
}

.newbanner-right{
    float: right;
    margin-top: -70px;
}



.newdaohang{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
}
.newdaohang ul{
    display: flex;
}
.newdaohang ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 9rem;
    text-align: center;
}
.newdaohang ul li a{
    color: white;
    display: inline-block;
    font-size: 1.2rem;
}
.current{
    background: #bc8c3e;
}
.newdaohang ul li:hover{
    background: #bc8c3e;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    .newbanner-text{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-top:20px;
    }
    .newbanner-right{
        float: none;
        margin-top: 0;
    }
}
@media screen and (max-width: 430px) {
    .newdaohang ul li a {
        color: white;
        display: inline-block;
        font-size: 0.8rem;
    }
}
/*--newbanner end--*/

/*--new_1--*/
.new_1{
    width: 100%;
    margin: 30px auto;
}

.xinwenzixun{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.xinwenzixun ul{
    padding-left: 0;
    padding-right: 0;
}

.xinwenzixun ul li{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.xinwenzixun ul li img{
    width: 96%;
    /*border: 1px solid red;*/
}

.xinwenzixun ul li img:hover{
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.xinwenzixuntext{
    width: 96%;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    /*padding-left: 15px;*/
}

.textcontent{
    width: 90%;
    margin: 0 auto;
}
.xinwenzixuntext h3{
    font-size: 20px;
    color: #161616;
}

.xinwenzixuntext p{
    color: #848282;
    font-size: 14px;
}

.xinwenzixuntext span{
    font-size: 13px;
    color: #ababab;
}

.xinwenzixuntext:hover{
    background: #bc8c3e;
    transition: 0.5s;
    color: white;
}

.xinwenzixuntext:hover p{
    color: white;
}

.xinwenzixuntext:hover span{
    color: white;
}
.xinwenzixuntext:hover h3{
    color: white;
}
/*--new_1 end--*/

/*--new_2--*/
.news_right{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}
.news_list li{
    height: auto;
    margin-bottom: 17px;
    overflow: hidden;
}
.news_list li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.news_list li a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #bc8c3e;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nes_title1{
    /*width: 12%;*/
    padding: 50px 30px;
    height: auto;
    text-align: center;
    overflow: hidden;
    line-height: 44px;
    color: #5b5656;
    background: transparent;
    float: left;
    padding-top: 27.5px;
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_list li a .nes_title1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_list li a .nes_title1 b{
    display: block;
    font-size: 44px;
    position: relative;
    z-index: 2;
    color: #5b5656;
    font-weight: normal;
}
.news_list li a .nes_title1 span{
    position: relative;
    z-index: 2;
    color: #5b5656;
    font-size: 16px;
}
.news_list li a .news_center{
    width: 86%;
    /*padding: 6px;*/
    height: auto;
    float: right;
    position: relative;
    z-index: 3;
    text-align: left;
}
.news_list li a .news_center h4{
    font-size: 18px;
    color: #323232;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 15px;
    font-weight: normal;
}
.news_list li a .news_center p{
    font-size: 13px;
    line-height: 24px;
    color: #aaaaaa;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_list li a .news_center span{
    font-size: 14px;
    color: #6c6c6c;
}

.news_list li a:hover:before{
    left: 0;
}
.news_list li a:hover .nes_title1{
    color: #fff;
}
.news_list li a:hover .nes_title1:before{
    background: #d5a353;
}

.news_list li a:hover .nes_title1 b,
.news_list li a:hover .nes_title1 span{
    color: white;
}

.news_list li a:hover .news_center h4{
    color: #fff;
}
.news_list li a:hover .news_center p,
.news_list li a:hover .news_center span
{
    color: #fff;
}
/*--分页--*/
.page{
    font:15px/30px "Helvetica";
    padding:3px;
    text-align:center;
    clear:both;
    margin: 50px 0;
}
.page a{
    font:15px/30px "Helvetica";
    margin:2px;
    padding:10px 15px;
    border:1px solid #cccccc;
    color:#474747;
    text-decoration:none;
    border-radius: 4px;
}
.page a:hover{
    color:#fff;
    background-color:#bd8b56;
}
.page a:active{
    color:#fff;
    background-color:#bd8b56;
}
.page span{
    margin:2px;
    padding:10px 15px;
    border:1px solid #cccccc;
    color:#9e9e9e;
    font-size:15px;
    border-radius: 4px;
}
.page span.strong {
    margin:2px;
    padding:10px 15px;
    font-weight:bold;
    color:#fff;
    background-color:#bd8b56;
    border-radius: 3px;
}
/*--分页 end--*/

@media screen and (max-width: 1000px) {
    .news_list li a .news_center{
        width: 78%;
        height: auto;
        float: right;
        position: relative;
        z-index: 3;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .nes_title1{
        /*width: 12%;*/
        padding: 50px 20px;
        height: auto;
        text-align: center;
        overflow: hidden;
        line-height: 44px;
        color: #5b5656;
        background: transparent;
        float: left;
        padding-top: 27.5px;
        padding-bottom: 20px;
        position: relative;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .news_list li a .news_center{
        width: 70%;
        height: auto;
        float: right;
        position: relative;
        z-index: 3;
        text-align: left;
    }
}

@media screen and (max-width: 400px){
    .nes_title1{
        /*width: 12%;*/
        padding: 50px 10px;
        height: auto;
        text-align: center;
        overflow: hidden;
        line-height: 44px;
        color: #5b5656;
        background: transparent;
        float: left;
        padding-top: 27.5px;
        padding-bottom: 20px;
        position: relative;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .news_list li a .news_center{
        width: 65%;
        height: auto;
        float: right;
        position: relative;
        z-index: 3;
        text-align: left;
    }
}

/*--new_2 end--*/

/*-------------news end--------------*/



/*-------------chanpinfuwu - touziyewu---------------*/
/*touziyewu*/
.tzyw{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background:#fbfaf6;
}

.tzywcontent{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.tzywcontent h1{
    font-size: 26px;
    color: #501712;
    font-weight: bold;
}

.tzywleft{
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.tzywleftimg{
    width: 90%;
}
.tzywleftimg img{
    width: 100%;
}

.tzywright{
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}
.tzywright ul{
    background: url("../images/cpfwlogo.png")no-repeat center;
}
.tzywright ul li{
    line-height: 30px;
}

.tzywright ul li{
    font-size: 16px;
    color: #323232;
}
.tzywright ul li span{
    padding-right: 10px;
}

.tzywright p{
    width: 80%;
    font-size: 18px;
    color: #b27e28;
    font-weight: bold;
    margin-top: 60px;
    border: 1px solid  rgba(80,23,18,0.2);
    text-align: center;
}
.tzywright p span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}
.tzywright p strong{
    display: inline-block;
    line-height: 56px;
    font-weight: bold;
    font-size: 30px;
    margin-left: 10px;
}

.xiangguanxinwen{
    width: 100%;
    margin: 0 auto;
    /*padding: 20px 0;*/
    background: url("../images/cpzxbg2.jpg") no-repeat center/cover;
}
.xiangguanxinwen_zhong{
    padding-left: 0;
    padding-right: 0;
}

.xgxx h2{
    width: 90%;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.xgxx h2 a{
    float: right;
    font-size: 15px;
    color: #501712;
    font-weight: normal;
}

.xgxx h2 a:hover{
    opacity: 0.5;
    transition: 0.5s;
}

.xgxx{
    padding-left: 0;
    padding-right: 0;
}
.xgxxcontent{
    width: 90%;
    background: #bc8c3e;
    margin-top: 20px;
    margin-bottom: 40px;
}

.xgxx ul li{
    width: 90%;
    margin: 0 auto;
    line-height: 62px;
    border-bottom: 1px dashed #cfae77;
    position: relative;
    overflow: hidden;
}
.xgxx ul li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ddc49c;
    position: absolute;
    top: 49%;
    left: 0;
}

.xgxx ul li a{
    display: inline-block;
    color: white;
    font-size: 15px;
    margin-left: 20px;
}
.xgxx ul li span{
    float: right;
    font-size: 13px;
    color: #eacbb1;
}

.xgxx ul li:hover a{
    color: #501712;
    transition: 0.5s;
}

.tjcp{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}

.tjcp h2{
    width: 100%;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.tjcp h2 a{
    float: right;
    font-size: 15px;
    color: #501712;
    font-weight: normal;
}

.tjcp h2 a:hover{
    opacity: 0.5;
    transition: 0.5s;
}

.tjcp ul li{
    width: 100%;
    margin-top: 22px;
    position: relative;
}
.tjcp ul li:last-child{
    margin-top: 15px;
}
.tjcp ul li p{
    text-align: center;
    width: 96%;
    height: 96%;
    margin:0 auto;
    position: absolute;
    top: 4px;
    left: 7px;
    line-height: 190px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.tjcp ul li img{
    width: 100%;
}
.tjcp ul li:hover p{
    border: 1px solid white;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 1200px){
    .tjcp ul li:last-child{
        margin-top: 30px;
    }
    .tjcp ul li p{
        line-height: 128px;
    }
}
@media screen and (max-width: 1000px){
    .xgxx ul li{
        width: 90%;
        margin: 0 auto;
        line-height: 60px;
        border-bottom: 1px dashed #cfae77;
        position: relative;
    }
    .xgxx h2{
        width: 100%;
        font-size: 24px;
        color: #323232;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }
    .xgxxcontent{
        width: 100%;
        background: #bc8c3e;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .xgxx ul li{
        width: 100%;
        margin: 0 auto;
        line-height: 60px;
        border-bottom: 1px dashed #cfae77;
        position: relative;
    }
    .tjcp ul li p{
        position: absolute;
        top: 5px;
        left: 15px;
        line-height: 300px;
    }
}

@media screen and (max-width: 550px){
    .xgxx ul li a{
        display: inline-block;
        width: 95%;
    }
    .xgxx ul li{
        line-height:30px;
    }
    .tjcp ul li p{
        position: absolute;
        top: 5px;
        left: 10px;
        line-height: 200px;
    }
}
@media screen and (max-width: 400px){
    .tjcp ul li p{
        position: absolute;
        top: 3px;
        left: 6px;
        line-height: 140px;
    }
}
/*touziyewu end*/

/*-------------chanpinfuwu end---------------*/


/*-------------contact---------------*/
.jmqxdizhi{
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;
}
.jmqxdizhi-contenr{
    max-width: 1200px;
    margin: 0 auto;
}

.jmqxdizhi-contenr ul li{
    text-align: center;
    border-right: 1px solid #dcdcdc;
    /*height: 174px;*/
    margin-top: 20px;
    padding: 30px;
}
.jmqxdizhi-contenr ul li:last-child{

}
.jmqxdizhi-contenr ul li a{
    text-decoration: none;
    margin-top: 20px;
}


.jmqxdizhi-contenr ul li a h4{
    font-size: 15px;
    color: #525252;
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    height: auto;
}
.jmqxdizhi-contenr ul li a img:hover{
    transform: rotate(360deg);
    transition: 0.5s;
}
@media screen and (max-width:600px){
    .jmqxdizhi-contenr ul li a h4{
        font-size: 12px;
        height: 56px;
    }
}
@media screen and (max-width:400px){
    .jmqxdizhi-contenr ul li a h4{
        font-size: 12px;
        height: 56px;
    }
    .erwm1{
        width: 100%;
        /*margin-top: -1px;*/
    }
}
/*--留言--*/
.liuyanzixun{
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    margin-top: 2%;
    padding: 50px 0;
}

.leftform{
    padding-left: 0;
    padding-right: 30px;
    margin: 20px 0;
}
.liuyanzixun-contentR{
    padding-right: 0;
    margin: 20px 0;
    border: none!important;
}
.liuyanzixun-contentL form p input{
    border: 1px solid #e5e5e5;
    height: 45px;
    margin-left: 2%;
    padding-left: 10px;
    width: 100%;
    color: #393939;
    font-size: 16px;
    background: none;
}

.liuyanzixun-contentL form textarea{
    height: 183px;
    margin-left: 2%;
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #393939;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    background: none;
}

.liuyanzixun-contentL form button{
    height: 45px;
    background: #bc8c3e;
    color: white;
    width: 100%;
    margin-top: 6px;
    margin-left: 2%;
    border: 0;
}

.liuyanzixun-contentL form button:hover{
    opacity: 0.8;
}
@media screen and (max-width:1000px){
    .liuyanzixun-contentL form textarea{
        margin-left: 0;
    }
    .liuyanzixun-contentL form p input{
        margin-left: 0;
    }
    .liuyanzixun-contentL form button{
        margin-left: 0;
    }
}
@media screen and (max-width:800px) {
    .leftform{
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0;
    }
    .liuyanzixun-contentR{
        padding-right: 0;
        padding-left: 0;
        margin: 20px 0;
    }
}
/*--留言 end--*/

/*-------------contact end---------------*/


/*---------newsziye1(公司简?----------*/
.newziye{
    margin-top: 50px;
}
.news_listzy ul li{
    margin-top: 30px;
}
.gsjj{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
    background: url("../images/gsjjbg.jpg") no-repeat center/cover;
}
.gsjj-content{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.gsjj-contentleft{
    padding-left: 0;
    padding-right: 0;
}
.gsjj-contentleft h1{
    font-size: 35px;
    color: #bc8c3e;
}
.gsjj-contentleft h1 a{
    float: right;
}
.gsjj-contentleft ul li{
    width: 100%;
    margin-top: 20px;
}
.gsjj-contentleft ul li img{
    width: 100%;
}
.gsjj-contentleft ul li p{
    font-size: 16px;
    color: white;
    background: #bc8c3e;
    padding: 7px;
    text-align: center;
}

.gsjj-contentright{
    padding-left: 80px;
    padding-right: 0;
}

.gsjj-contentright h1{
    font-size: 22px;
    color: white;
    background: #bc8c3e;
    height: 57px;
    line-height: 57px;
    background: url("../images/h1bg.png") no-repeat center/cover;
    text-align: center;
}

.gsjj-contentright p{
    font-size: 16px;
    color: #6c6c6c;
    text-indent:2em;
    line-height: 42px;
}
.gsjjtext{
    margin-top: 25px;
}

.zhongjianya{
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
}
.zhongjianya .shang{
    text-align: center;
    position: relative;
}

.zhongjianya .shang p{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 35px;
    color: white;
    font-size: 16px;
}
.zhongjianya ul{
    margin-top: 20px;
}
.zhongjianya ul li{
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-left: 133px;
}

.zhongjianya ul li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    /*background: rgba(0,0,0,0.5);*/
    line-height: 35px;
    color: white;
    font-size: 16px;
}

@media screen and (max-width: 990px){
    .gsjj-contentright{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px){
    .zhongjianya .shang a img{
        width: 100%;
    }

    .zhongjianya ul li a img{
        width: 100%;
    }
    .zhongjianya ul li a p{
        line-height: 80px;
    }
    .zhongjianya .shang p{
        line-height: 80px;
    }
}
@media screen and (max-width: 500px){
    .zhongjianya ul li a p{
        line-height: 50px;
    }
    .zhongjianya .shang p{
        line-height: 50px;
    }
}
@media screen and (max-width:400px){
    .zhongjianya ul li a p{
        line-height: 40px;
    }
    .zhongjianya .shang p{
        line-height: 40px;
    }
}
/*---------newsz1iye1 end----------*/

/*-----------zzjg--------------*/
.zzjg{
    width: 100%;
    margin: 60px auto;
}

.zzjgcontent{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.zzjgcontent p{
    max-width: 583px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.zzjgcontent p img{
    width: 100%;
}

.jiagoutu{
    max-width: 766px;
    width: 100%;
    margin: 0 auto;
}
.jiagoutu img{
    width: 100%;
}
/*-----------zzjg end---------------*/


/*-----------gongsigaikuang(pinpaiwenhua)---------------*/
.ppwh-content{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    height: auto;
    background: url("../images/ppwhbg.jpg") no-repeat center/cover;
}

.ppwh_right{
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}
.ppwh_list li{
    height: auto;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: white;
}
.ppwh_list li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.ppwh_list li a:before{
    content: '';
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #bc8c3e;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url("../images/ppwha.jpg") no-repeat center;
}

.ppwh_list li a .ppwh_center{
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    z-index: 3;
    text-align: left;
    padding-left: 80px;
}
.ppwh_list li a .ppwh_center .ppwh_img{
    height: auto;
    position: absolute;
    left:-100%;
    top: 0;
}
.ppwh_list li a .ppwh_center .ppwh_img img{
    width: 100%;
}
.ppwh_list li a .ppwh_center h4{
    font-size: 26px;
    color: #b08536;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*padding-top: 10px;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 20px;
    font-weight: normal;
}
.ppwh_list li a .ppwh_center p{
    font-size: 18px;
    line-height: 24px;
    color: #61605e;
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 48px;*/
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: auto;
    /*background: red;*/
}

.ppwh_list li a .ppwh_center span{
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #cdcdcd;
}
.ppwh_list li a .ppwh_center i{
    display: inline-block;
    background: url("../images/ppwhjiantou.png") no-repeat center;
    width: 41px;
    height: 27px;
    float: right;
    margin-top: -85px;
    padding-right: 100px;
}
.ppwh_list li a:hover .ppwh_img{
    position: absolute;
    left: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ppwh_list li a:hover .ppwh_center i{
    display: none;
}

.ppwh_list li a:hover .ppwh_center{
    padding-left: 300px;
    transition: 0.5s;
}

.ppwh_list li a:hover:before{
    left: 0;
}

.ppwh_list li a:hover .ppwh_center h4{
    color: #fff;
}
.ppwh_list li a:hover .ppwh_center p,
.ppwh_list li a:hover .ppwh_center span
{
    color: #fff;
}
@media screen and (max-width: 768px) {
    .ppwh_list li a .ppwh_center{
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        z-index: 3;
        text-align: left;
        padding-left: 20px;
    }
    .ppwh_list li a .ppwh_center .ppwh_img{
        width: 200px;
        height: auto;
    }
    .ppwh_list li a .ppwh_center .ppwh_img img{
        width: 98%;
        margin-top: 14px;
    }
    .ppwh_list li a:hover .ppwh_center{
        padding-left: 230px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 500px){
    .ppwh_list li a .ppwh_center{
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        z-index: 3;
        text-align: left;
        padding-left: 20px;
    }
    .ppwh_list li a .ppwh_center .ppwh_img{
        width: 20px;
        height: auto;
        display: none;
    }
    .ppwh_list li a .ppwh_center .ppwh_img{
        display: none;
    }
    .ppwh_list li a:hover .ppwh_img{
        display: none;
    }
    .ppwh_list li a:hover .ppwh_center{
        padding-left: 20px;
        transition: 0.5s;
        height: auto;
    }
}

/*--team--*/

.examples h1 {
    max-width:1200px;
    width: 100%;
    height:50px;
    text-align:center;
    color:#501712;
    line-height: 50px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
}

.examples h1 span{
    display: inline-block;
    width: 42%;
    height: 1px;
    background:rgba(160,160,160,.5);
    position: absolute;
    left: 0;
    top:52%;
}
.examples h1 i{
    display: inline-block;
    width: 42%;
    height: 1px;
    background:rgba(160,160,160,.5);
    position: absolute;
    right: 0;
    top:52%;
}

@media screen and (max-width:1000px){
    .examples h1 span{
        display: inline-block;
        width: 30%;
        height: 1px;
        background:rgba(160,160,160,.5);
        position: absolute;
        left: 0;
        top:52%;
    }
    .examples h1 i{
        display: inline-block;
        width: 30%;
        height: 1px;
        background:rgba(160,160,160,.5);
        position: absolute;
        right: 0;
        top:52%;
    }
}
@media screen and (max-width:400px){
    .examples h1 span{
        display: inline-block;
        width: 20%;
        height: 1px;
        background:rgba(160,160,160,.5);
        position: absolute;
        left: 0;
        top:52%;
    }
    .examples h1 i{
        display: inline-block;
        width: 20%;
        height: 1px;
        background:rgba(160,160,160,.5);
        position: absolute;
        right: 0;
        top:52%;
    }
}
/*--team end--*/
/*-----------gongsigaikuang(pinpaiwenhua) end---------------*/


/*-------------gongsigaikuang(lindaotudui)----------------*/
.ldtd{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: url("../images/ldtdbg.jpg") no-repeat center/cover;
}

.ldteam{
    padding-left: 0;
    padding-right: 0;
}

.ldteam ul li{
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    overflow: hidden;
    height: auto;
}

.ldteam ul li .ldteamimg{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    overflow: hidden;
}

.ldteam ul li .ldteamimg img{
    width: 100%;
}
.ldteam ul li .ldteamimg:hover img{
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ldteam ul li .ldtdtext{
    padding-left: 20px;
    padding-right: 0;
}
.ldtdtextcontent{
    width: 92%;
}

.ldtdtextcontent h3{
    font-size: 24px;
    color: #292929;
    font-weight: bold;
}
.ldtdtextcontent span{
    display: inline-block;
    font-size: 16px;
    color: #292929;
    margin-top: 10px;
}

.ldtdtextcontent p{
    font-size: 14px;
    color: #292929;
    margin-top: 15px;
    line-height: 26px;
}

@media screen and (max-width: 1000px){
    .ldteam ul li .ldteamimg{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .ldteam ul li .ldteamimg img{
        width: 95%;
        text-align: center;
    }
    .ldtdtextcontent p{
        font-size: 14px;
        color: #292929;
        margin-top: 15px;
        line-height: 26px;
        height: 200px;
    }
}
@media screen and (max-width: 768px){
    .ldtd{
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        background: url("../images/ldtdbg.jpg") no-repeat center/cover;
    }
}
/*-------------gongsigaikuang(lindaotudui) end----------------*/

/*----------------chanpinfuwu(shouye)-------------------------*/
.cpfwshouye{
    width: 100%;
    margin: 50px auto;
}

.cpfwcontent{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}
/*-?*/

.qiyelingdao{
    width: 100%;
    margin: 0 auto;
    background: #fbfaf6;
}


.tuanduijiesao-chengyuan{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.popular_cources {
    padding: 80px 0;

}

.popular_cources #latest_blog_carousel .review_singel {
    margin: 0 15px;
    height: 452px;
}
.owl-carousel{
    position: relative;
}

.review_singel:before{
    content: '';
    width: 90%;
    height: 100%;
    position: absolute;
    background: url("../images/cpfwhover.jpg") no-repeat center/cover;
    top: 100%;
    left: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}

.review_singel:hover:before{
    position: absolute;
    top:-13px;
}

.review_singelbg{
    height: 402px;
    background: rgba(235,97,0,0.1);
    padding-right: 10px;
    padding-bottom: 450px;
}

.blog-title{
    height: 346px;
}
.blog-title ul{
    position: relative;
    z-index: 9;
    margin-top: 20px;
    height: 220px;
    padding: 20px;
}
.blog-title ul li{
    font-size: 15px;
    color: #323232;
    line-height: 36px;
    padding-left: 50px;
}


.blog-title ul li a:last-child{
    display: inline-block;
    width: 139px;
    height: 34px;
    line-height: 30px;
    border: 1px solid #bfbfbf;
    text-align: center;
    font-size: 14px;
    color: #454545;
    position: absolute;
    bottom: -50px;
}
.review_singel:hover .blog-title ul li a:last-child:hover{
    color: #501712;
}
.blog-title ul li a:last-child:hover{
    background:white;
}
.review_singel:hover .blog-title ul li{
    color: white;
    transition: 0.5s;
}
.review_singel:hover .blog-title ul li a:last-child{
    color: white;
    transition: 0.5s;
    border: 1px solid white;
}
.popular_cources #latest_blog_carousel .review_singel .blog-img {
    width: 100%;
    overflow: hidden;
    background: #bc8c3e;
    text-align: center;
    position: relative;
    z-index: 2;
}

.blog-imgcontent{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.blog-imgcontent span{
    font-size: 20px;
    color: white;
    margin-right: 30px;
}
.blog-imgcontent .blog-imgtext{
    font-size: 20px;
    color: white;
    font-weight: bold;
    float: right;
    padding-right:20px ;
    margin-top: 10px;
    display: inline-block;
}
.popular_cources #latest_blog_carousel .review_singel .blog-img img {
    float: left;
    margin-left: 30px;
}

.popular_cources #latest_blog_carousel .review_singel .blog-title {
    padding: 10px;
}

.popular_cources #latest_blog_carousel .review_singel .blog-title h3 {
    font-size: 20px;
    padding: 0px;
    line-height: 14px;
}
.popular_cources #latest_blog_carousel .review_singel .blog-title h3 a {
    font-size: 20px;
    color: #424243;
    transition: all 0.3s ease-in-out;
}
.popular_cources #latest_blog_carousel .review_singel .blog-title span {
    width: 15%;
    display: inline-block;
    border-bottom: 1px solid #bfbfbf;
}
.popular_cources #latest_blog_carousel .review_singel .blog-title p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    margin: 0;
    color: #424243;
}

.popular_cources #latest_blog_carousel .review_singel:hover .blog-title p{
    color: white;
}

.popular_cources .owl-buttons {
    position: absolute;
    top: -40px;
    left: 0;
}
.popular_cources .owl-buttons .owl-prev,
.popular_cources .owl-buttons .owl-next {
    padding: 0 0 0 1px !important;
}
.popular_cources .owl-buttons .owl-prev i:before{
    margin: 0;
    padding: 10px 10px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    margin-left: 10px;
    border: 1px solid #d2d2d2;
}
.popular_cources .owl-buttons .owl-next i:before {
    margin: 0;
    padding: 10px 10px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: 1px solid #d2d2d2;
}

@media screen and (max-width: 1105px){
    .blog-imgcontent .blog-imgtext{
        font-size: 20px;
        color: white;
        font-weight: bold;
        float: right;
        padding-right:0 ;
        margin-top: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 1030px){
    .blog-imgcontent{
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }
}
@media screen and (max-width: 1000px){
    .review_singel:before{
        width: 92%;
    }
    .blog-title ul li{
        line-height: 36px;
        padding-left:10px;
    }
}

@media screen and (max-width: 768px){
    .review_singel:before{
        width: 94.8%;
    }
}
@media screen and (max-width: 650px){
    .review_singel:before{
        width: 94%;
    }
}
@media screen and (max-width: 600px){
    .review_singel:before{
        width: 93%;
    }
}
@media screen and (max-width: 500px){
    .review_singel:before{
        width: 92%;
    }
    .blog-title ul li{
        line-height: 25px;
        padding-left:0;
    }
}
@media screen and (max-width:450px){
    .review_singel:before{
        width: 91%;
    }
}
@media screen and (max-width:400px){
    .review_singel:before{
        width: 89%;
    }
}
@media screen and (max-width:350px){
    .review_singel:before{
        width: 88%;
    }
}
/*----------------chanpinfuwu(shouye) end-------------------------*/



/*--xinwenziyeneirong--*/
.zhuti{
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
}

#main_content{ width:1004px; padding-top:10px; margin-bottom:20px; height:auto; overflow:hidden; background:#fff; border:1px #e1e1e1 solid;}

/***** 当前位置 *****/
#position { padding-left:25px; background:url(../images/page_03.png) 5px center no-repeat; height:34px; font:12px/34px "宋体"; color:#8c8c8c; margin-bottom:8px;border-bottom:1px solid #dcdcdc;}
#position a{ font:12px "宋体"; color:#8c8c8c; text-decoration:none; height:34px; font:12px/34px "宋体";  }
#position a:hover{ text-decoration:underline;}

#mian_top{ width:925px;margin:0 auto; margin-left:auto; margin-right:auto; margin-top:20px;}

.bg{ width:925px;margin:0 auto; margin-left:auto; margin-right:auto;font-size:14px; font-family:"宋体";border-right:solid 1px #e2e2e2;border-bottom:solid 1px #e2e2e2;}
.bg caption{ color:#016cc5; font-family:"微软雅黑"; font-size:17px; text-align:center; font-weight:normal; line-height:50px;}

.bg th{width:170px; height:35px; line-height:35px;border-left:solid 1px #e2e2e2;border-top:solid 1px #e2e2e2; background:#f0f6fa; font-family:"宋体"; color:#616161;font-size:14px; font-weight:normal;}
.bg td{border-left:solid 1px #e2e2e2;border-top:solid 1px #e2e2e2;}





#mian_bot{ width:925px;margin:0 auto; margin-left:auto; margin-right:auto; margin-top:20px;}

.mian_bot_bt{ height:30px; border-bottom:1px #d6d6d6 solid;}
.mian_bot_bt li{ float:left;width:158px;height:31px;font:15px/31px "微软雅黑";color:#0058a2;text-align:center;background:url(../images/bsfw_bt.jpg) repeat-x left bottom;margin-right:2px;}
.mian_bot_bt li a{ display:block; font:15px/31px "微软雅黑"; color:#0058a2; background:url(../images/bsfw_bt.jpg) repeat-x top left; }
.mian_bot_bt li.on a{ display:block; width:158px; height:31px; font:bold 15px/31px "微软雅黑"; color:#1f59ab; background:url(../images/bsfw_bthover.jpg) repeat-x top left; border-bottom:none;}
.mian_bot_bt li a:hover{ display:block; width:158px; height:31px; font:bold 15px/31px "微软雅黑"; color:#1f59ab; background:url(../images/bsfw_bthover.jpg) repeat-x top left; border-bottom:none;}
.mian_bot_bt li.tj{ margin-left:65px;}

.mian_bot_nr{ background:#f9f9f9; border:#d6d6d6 solid 1px; border-top:none; padding:32px; color:#616161; line-height:35px; margin-bottom:50px;}
#text             { width:98%; font:16px/35px "微软雅黑"; text-align:center; color:#333333; }
#text a           { color:#333333; }
#text a:visited   { color:#333333; }
#text a:hover     { color:#b20000; }
#text h1		  { font:30px/50px "微软雅黑"; color:#212121; margin-top:20px; }
#text h2          { font:20px/40px "微软雅黑"; color:#212121; }
#text h3          { font:12px/20px "微软雅黑"; color:#898989; margin-top:10px; }
#text h4          { font:12px/30px "微软雅黑"; color:#898989; border-bottom:1px #e0e0e0 solid; margin-top:10px; }



#showcontent 	  { margin-top:20px; margin-bottom:30px; font:15px/35px "微软雅黑"; text-align: center;}
#showcontent p    {
    text-indent:2em;
    text-align: left;
    width: 100%;
}
.showcontentimg{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#showcontent p img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#showcontent img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/***** 页右下角 *****/
#tools			 { width:90%; margin:8px auto; font:12px/30px "微软雅黑"; color:#898989; text-align:right; }
#tools a		 { color:#898989; }
#tools a:hover   { font:12px/30px "微软雅黑"; color:#b20000; }

/***** 相关链接 *****/
#prenext { width:98%; margin:30px auto; border:1px #eaeef3 solid;background:#fafbfd; padding-bottom:20px; }
#prenext dt{ font:bold 16px/50px "微软雅黑"; color:#29237b; margin-left:20px; }
#prenext ul li { float:left; width:46%;  font:14px/30px "微软雅黑"; color:#333333; text-align:left; background:url(../images/ico.png) no-repeat left center; padding-left:15px; margin-left:20px; }
#prenext ul li a{ font:14px/24px "微软雅黑"; color:#333333; }
#prenext ul li a:hover{ color:#b20000; }


@media screen and (max-width:530px){
    #prenext ul li {
        float:left;
        width:100%;
        font:14px/30px "微软雅黑";
        color:#333333;
        text-align:left;
        padding-left:15px;
        margin-left:0;
    }
}









.flex-item a{display: inline-block; width:100%; height:auto; -webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;-o-border-radius: 15px;border-radius: 15px; background: rgba(255,255,255,.8);-webkit-transition: background .5s;-moz-transition: background .5s;-ms-transition: background .5s;-o-transition: background .5s;transition: background .5s;}








