@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
/*banner*/
#banner{
    position: relative;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
@media (max-width: 1160px){
    #banner{
        height: 218px;
    }
    #banner img{
        position: absolute;
        left: 50%;
        margin-left: -580px;
        width: 1160px;
    }
}
.location{
    display: none;
}
@media (max-width: 767px){
    .item-nav{
        margin-bottom: 50px;
    }
    .p0{
        padding: 0;
    }
    .item-nav li {
        width: 33.33%;
        background: none;
         float: left;
        text-align: center;
        margin:0;
    }

    .item-nav li a {
        border: 1px solid #ddd;
        display: block;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-family: "微软雅黑";
        font-size: 14px;
        border-top:none;
        border-left:none;
    }
    .item-nav li a.active,
    .item-nav li a:active{
        color: #fff;
        background: #da2419;
        border-color: #da2419;
    }
}
@media (min-width: 768px) {
    .location {
        display: block;
        margin: 30px 0 50px;
    }
    .location span {
        color: #da2419;
        margin-right: 15px;
    }
    .location p {
        color: #666;
        font-size: 16px;
        line-height: 16px;
    }

    .location a {
        color: #666;
    }
    .location a:hover {
        color: #da2419;
    }
    .location a:last-child {
        font-weight: bold;
        color: #da2419;
    }
    .item-nav {
        margin-bottom: 30px;
    }


    .item-nav li {
        margin-bottom: 20px;
        margin-right: 30px;
        float: left;
        text-align: center;
    }


    .item-nav li a {
        width: 150px;
        height: 34px;
        line-height: 32px;
        display: inline-block;
        color: #666;
        font-family: "微软雅黑";
        font-size: 16px;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        border: 1px solid #ccc;
    }
    .item-nav li a:hover,
    .item-nav a.active {
        color: #fff;
        background: #da2419;
        border-color: #da2419;
    }
}

.ti_in {
    margin-bottom: 50px;
    position: relative;
    right: 200px;
    opacity: 0;
}

.ti_in h1 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
}

.ti_in p {
    font-size: 24px;
    color: #ccc;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Arial;
}
@media (min-width: 768px) {
    .ti_in {
        margin-bottom: 80px;
    }
    .ti_in h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .ti_in p {
        font-size: 36px;
        line-height: 36px;
    }
}


.page{
    position: relative;
    right: 100px;
    opacity: 0;
}
.mainx{
    position: relative;
    left: 100px;
    opacity: 0;
}
/*main*/

.content{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 80px;
}
.content img{
    max-width: 100%;
}
.content p{
    margin-bottom: 10px;
}
#base_read{
   position: relative;
    right: -100px;
    opacity: 0;
}
@media (min-width: 768px) {
    .content {
        margin-bottom: 150px;
    }
}


/*culture*/
.culture{
    background: #f2f2f2;
    padding-bottom: 80px;
}
#base_read li:nth-child(2n+1){
    position: relative;
    right: -100px;
    opacity: 0;
}
#base_read li:nth-child(2n){
    position: relative;
    left: -100px;
    opacity: 0;
}
.culture .ls1,
.culture .ls2{
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.culture .ls1 img,
.culture .ls2 img{
    display: block;
    width: 100%;
}
.culture .ls1 .text,
.culture .ls2 .text{
    padding-top: 60px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 60px;
    width: 100%;
}
.culture .ls1 .text h1,
.culture .ls2 .text h1{
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
.culture .ls1 .text p,
.culture .ls2 .text p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.culture .ls1 .text span,
.culture .ls2 .text span{
    padding-left: 20px;
    font-size: 40px;
    color: #f5f5f5;
    vertical-align: middle;
}



@media (min-width: 680px) {
    .culture{
        padding-bottom: 150px;
    }
    .culture .ls1 img{
        width: 50%;
    }
    .culture .ls1 .text{
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 0;
        width: 50%;
    }
    .culture .ls2 .text{
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .culture .ls1 .text h1,
    .culture .ls2 .text h1{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .culture .ls1 .text p,
    .culture .ls2 .text p{
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
    .culture .ls2 .text p{
        margin-bottom: 30px;
    }
    .culture .ls1 .text span,
    .culture .ls2 .text span{
        padding-left: 15px;
        font-size: 30px;
        color: #f5f5f5;
        vertical-align: middle;
    }
    .culture .ls2{
        width: 49.5%;
    }
}
@media (min-width: 1200px){
    .culture .ls1 img{
        display: block;
        width: 50%;
    }
    .culture .ls1 .text,
    .culture .ls2 .text{
        padding-top: 60px;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 60px;
        width: 50%;
    }
    .culture .ls1 .text h1,
    .culture .ls2 .text h1{
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
    }
    .culture .ls1 .text p,
    .culture .ls2 .text p{
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
    .culture .ls2 .text p{
        margin-bottom: 0;
    }
    .culture .ls1 .text span,
    .culture .ls2 .text span{
        padding-left: 20px;
        line-height: 40px;
        font-size: 40px;
        color: #f5f5f5;
        vertical-align: middle;
    }
}

/*business*/
.business{
    padding-bottom: 60px;
}
.business .text p{
    margin-bottom: 10px;
}
.business  ul li{
    margin-bottom: 30px;
}
.business  ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.business  ul li img{
    display: block;
    width: 100%;    
}
.business  ul li .t{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: rgba(0,0,0,0.7);
}
.business li p{
    top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 36px;
    font-size: 16px;
    color: #fff;

}
.business li span{
    display: block;
    position: absolute;
    top: 35%;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    line-height: 24px;
    top:0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
@media (min-width: 992px){
    .business  li a:hover .t{
        height: 100%;
    }
    .business  li a:hover p{
        top: 20%;
        font-weight: bold;
    }.business  li a:hover span{
        opacity: 1;
        top: 35%;
    }
}
@media (min-width: 768px){
    .business{
        padding-bottom: 100px;
    }
    
}

/*business read*/
.business_read{
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
}
.business_read .title{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.business_read .title h1{
    font-size: 18px;
    color: #000;
    line-height: 28px;
    text-align: center;
}
.business_read .title h6{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    text-align: center;
}
.business_read p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}
.business_read img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.business_read .iti{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .business_read{
        padding-bottom: 150px;
    }
    .business_read .title h1{
        font-size: 28px;
        color: #000;
        line-height: 28px;
        text-align: center;
    }
    .business_read .title h6{
        margin-top: 30px;
        font-size: 16px;
        color: #666;
        line-height: 16px;
        text-align: center;
    }
    
}
@media (min-width: 1200px){
    .business_read{
        width: 1198px;
    }
}
/*news*/
.news{
    padding-bottom: 80px;
}
.news ul{
    position: relative;
    right: -200px;
    opacity: 0;
}
.news li{
    height: 50px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.news li a{
    display: block;
    height: 50px;
    padding-left: 22px;
    background: url('../images/dot.png') left center no-repeat;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.news li p{
    width: 70%;
    float: left;
    margin-bottom: 0;
}
.news li span{
    float: right;
    color: #666;
}
.news li p:hover{
    color: #da2419;
}
@media (min-width: 768px){
    .news{
        padding-bottom: 80px;
    }
    .news li{
        height: 70px;
    }
    .news li a{
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
}





/*contact*/
.contact{
    padding-bottom: 80px;
}
.contact .addr{
        margin-bottom: 25px;
    }
    .contact .addr li{
        border-bottom:#ccc 1px solid;
    }
    .contact .addr li p{
        margin-bottom: 10px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        margin-top: 15px;
    }
    .contact .addr li span{
        display: block;
        font-size: 16px;
        line-height: 28px;
        color: #666;
        margin-bottom: 15px;
    }
    #map{
    font-size: 14px;
    border: none;
    height: 400px;
}
#map p{
    margin-bottom: 0 !important;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
}
.BMap_bubble_title{
    margin-bottom: 10px;
}
.BMap_cpyCtrl,
.anchorBL,
.BMap_scaleTxt{
    display: none !important;
}
@media (min-width: 992px){
    .contact{
        padding-bottom: 150px;
    }
    .contact .addr{
        margin-bottom: 0;
    }
    .contact .addr li{
        border-bottom:#ccc 1px solid;
    }
    .contact .addr li p{

        margin-bottom: 10px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        margin-top: 30px;
    }
    .contact .addr li span{
        display: block;
        font-size: 16px;
        line-height: 28px;
        color: #666;
        margin-bottom: 25px;
    }
    #map{
    font-size: 14px;
    border: none;
    height: 550px;
}
}







/*business*/
.honor{
    padding-bottom: 60px;
}
.honor .text p{
    margin-bottom: 10px;
}
.honor  ul li{
    margin-bottom: 30px;
}
.honor  ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.honor  ul li img{
    display: block;
    width: 100%;    
}

.honor li p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;

}
@media (min-width: 992px){
    .honor  li a:hover p{
        color: #da2419;
    }
        
}
@media (min-width: 768px){
    .honor{
        padding-bottom: 100px;
    }
    
}