html, body{
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.page-container{
    width: 100%;
    margin-bottom: 90px;
}

.banner{
    width: 100%;
    height: 360px;
    background: url("/images/banner-bg.jpg") no-repeat top center;
    background-size: cover;
}
.container{
   width:1200px;
   margin:54px auto 0;
 }
.content-left{
    display: inline-block;
    width: 73%;
    box-sizing: border-box;
    padding-right: 48px;
    border-right: 1px solid #eee;
    font-size: 18px;
    vertical-align: top;
    min-height: 280px;
}

.clients{    
    width: 100%;    
    font-size: 0px;
}

.clients-item{
    display: block;
    width: 100%;
    height: 172px;
    font-size: 16px;
    /*box-sizing: border-box;*/
    /*padding: 0 20px;*/
    margin-top: 50px;
}

.clents-i-img{
    display: inline-block;
    width: 298px;
    height: 100%;
    vertical-align: top;
}

.clients-i-info{
    position: relative;
    display: inline-block;
    width:63%;
    
    height: 100%;
    padding-left: 34px;
    box-sizing: border-box;
}

.clients-i-title{
    margin: 0px 0px 0px;
    color: #464646;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-weight: 500;*/
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.clients-i-time{
    margin: 0px 0px 0px;
    color: #b3b3b3;
    font-size: 16px;
    margin-top:10px;
}

.clients-i-content{
    font-size: 17px;
    color: #8e8e8e;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
    margin:10px 0 10px 0;
}

.clients-i-more{
    position: absolute;
    display: block;
    width: 110px;
    height: 34px;
    background: #00a0e9;
    text-align: center;
    border-radius: 5px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    bottom: 5px;
    font-size: 18px;
}
/*.clients-i-more:hover{
    background-image: url(../images/circle_left_active.png);
    cursor:pointer;
}*/

.morebox{
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0px;
    text-align: center;
    display:none;
}

.morebox .more{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00a0e9;
    /*width:60px;
    height:65px;
    background: url("../images/load.png") no-repeat center center;*/
}
/*侧边栏*/
.content-right{
    display: inline-block;
    width: 26%;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 20px;
    /*border-left: 1px solid #eee;*/
}
#side-nav{
   list-style:none;
   padding-left:0px;
   margin-top:0;
}
#side-nav li{
   height:64px;
   border-bottom:1px solid #e9e9e9;
   line-height:64px;   
}
#side-nav li a{
  text-decoration:none;
  color:#323232;
  padding-left:54px; 
}
#side-nav li a.ac{
  color:#1b9ed6;
  background-image: url('/images/side-nav-icon.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}
.recommend-h3{
    color:#323232;
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
    padding: 10px 15px 20px;   
    display: none;
}

.recommend-h3:before{
    content:"";
    background:url("/images/love.png") no-repeat center center;
    display: inline-block;
    width: 28px;
    height: 31px;
    vertical-align: top;
    padding-right: 10px;
}

.recommend{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #eee;   
   display: none;
}

.recommend-item{
    /*display: flex;*/
    margin-top: 30px;
    padding-left: 15px;*/
    overflow: hidden;
}

.recommend-item:hover{
    cursor: pointer;
}

.recommend-i-imgbox{
    width: 120px;
    height: 67.5px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.recommend-i-img{
    width: 100%;
    height: 100%;
}

.recommend-i-content{
    /* flex: 6; */
    /* display: inline-block; */
    /* width: auto; */
   
    /* display: inline-block; */
    margin-left: 140px;
    /* float: right; */
}

.recommend-i-time{
    margin: 0px 0px 0px;
    font-size: 14px;
    color: #b3b3b3;
    display: none;
}

.recommend-i-title{
    font-size: 18px;
    color: #464646;
    margin: 0px 0px 0px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-i-p{
    font-size: 14px;
    margin: 5px 0px 0px;
    color: #8e8e8e;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.gotop{
    width: 68px;
    height: 102px;
    background: url(../images/gotop1.png) no-repeat top center;
    position: fixed;
    right: 100px;
    bottom: 140px;
}

.gotop:hover{
    cursor: pointer;
    background-image: url(../images/gotop2.png);
}

@media screen and (max-width:1200px) {

    .clients-item{
        font-size: 0px;
        box-sizing: border-box;
        padding:0px 10px;
    }

    .clents-i-img{
        width: 35%;
    }

    .clients-i-info{
        width: 65%;
        padding-left: 20px;
    }
}

@media screen and (max-width:640px) {
    .banner{
        height: 180px;
        overflow: hidden;
        background-size: cover;
        background-position: -130px center;
    }
    .container{
	   width:100%;
	   margin:20px auto 0;
	   position: relative;
	   overflow: hidden;
 	}
    .content-left{
	    display: block;
	    width: 96%;
	    padding: 0px;
	    border-right: none;
	    margin:0 auto;
	    margin-top:250px;
	    min-height: 0;
	}
  
    .content-right{
   	    position: absolute;
	    display: block;
	    width: 90%;	    
	    padding-left: 0px;
	    margin:0 auto;
	    left:5%;
	    top:0;
	   
	}
	.bread{
		display: none;
	}
	.content-main p{
		text-indent: 4px !important;
	}
	.content-main p img{
		width: 100%;
		/*margin:0 auto !important;*/
		margin:20px 0 20px 0 !important;
	}
	#side-nav li {
	    height: 50px;
	    line-height: 50px;
	}
	
    .clients{
        background:#eee;
    }

    .clients-item{
        /*font-size: 0px;*/
        box-sizing: border-box;
        padding:15px 10px;
        height: auto;
        margin-top: 30px;
        border-radius: 5px; 
        background:#fff;   
    }

    .clents-i-img{
        width: 100%;
    }

    .clients-i-info{
        width: 100%;
        padding-left: 0px;
    }

    .clients-i-time {
        margin: 0px 0px 0px;
    }

    .clients-i-title{
        margin: 10px 0px 0px;
    }

    .clients-i-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 5px 0px;
    }

    .clients-i-more{
        position: static;
        margin-top: 10px;
    }

    .morebox{
        margin-top: 10px;
    }
}


/*内容页*/
.bread{
    color: #1b9ed4;   
    height:64px;   
    margin:2px 0 50px 0;   
    border-bottom:1px solid #e9e9e9;
    line-height: 64px;
}
.bread span{
    cursor: pointer;
}
.bread-clients{
    color: #00a0e9;
    text-decoration: none;
}

.bread-this{
    text-decoration: none;
    color: #00a0e9;
}

.content-main{
    margin-top: 50px;
}

.content-title{
    margin-bottom: 25px;
}
.content-title-main{
    font-size: 22px;
    color: #323232;
    vertical-align: top;
}
.content-time{
    font-size: 16px;
    color: #1b9ed4;
    font-weight: normal;
    float: right;
}


.content-main p{
    color: #8e8e8e;
    text-indent: 40px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;   
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
}
.content-main p span{   
    font-size: 16px !important;  
   font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
}
.content-main p font{
   font-size: 16px !important;
   font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
}

.content-main p img{
    /*width: 100% !important;*/
    max-width: 100%;
    margin: 20px 0px 20px -40px;
    border-radius: 5px;
}

.content-footer{
    font-size: 16px;
    margin-top: 60px;
    padding: 20px 0px;
    border-top: 1px solid #eee;
    color: #00a0e9;
    text-align: right;
}