/*top头顶*/
header{
	background: url(/Public/home/img/banner.jpg) no-repeat center;
}
.sw_content{
    width: 1200px;
    margin: 30px auto;
}
.bg-back{
	width: 100%;
    background-size: cover;
    color: #fff;
	padding: 1% 4%;
	height: auto;
}
.bg-back .am-u-lg-3,.bg-back .am-u-lg-5,.bg-back .am-u-lg-12{
	padding:0;
	margin: 0; 
}
.bg_EgTitle{
	font-size: 3rem;
	font-weight: bolder;
}
#main{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.project_box{
	margin:5% auto; 
}
.projectTitle{
	font-size: 3rem;
	color: #0C9FEA;
}
.projectText{
	font-size: 1.6rem;
	color: #808080;
}
.project_bottomicon{
	width: 100%;
	height: auto;
}
.project_bottomicon img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.project_box .am-gallery {
    padding: 5px 5px 0 5px;
    list-style: none;
    width: 60%;
    margin:5% auto;
}
.project_box .am-gallery-default .am-gallery-item img {
    width:50%;
    height: auto;
}

/*新闻动态*/
.Article_box{
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}
.article{
    width: 100%;
    text-align: left;
}
.shadow{
    padding: 2rem 2rem;
    box-shadow: 0 0 20px #d2d2d2;
}
.article_title label{
    font-size: 1.8rem;
    text-indent: 2em;
    color: #4a4a4a;
    position: relative;
    font-weight: normal;
}
.article_title label::before{
    content: "";
    position: absolute;
    background: #f35957;
    height: 100%;
    width: .4rem;
    left: 0;
}
.art_box{
    margin-top: 1rem;
}
.paragraph{
    font-size: 1.5rem;
    text-indent: 2em;
    color: #8e8e8e;
    word-spacing:1px;
    line-height: 2.4rem;
    margin: 0;
}
.news{
    margin-bottom: 5rem;
}
.newsImg{
    margin-top: 2rem;
    width: 100%;
}
.newsImg img{
    width: 100%;
}
.release_box{
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #8e8e8e;
    font-size: 1.5rem;
}
.article_list{
    margin-top: 1rem;
    margin-bottom: 20px;
    overflow: hidden;
}
.list_title{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-indent: 2em;
}
.list_title::before{
    content: "";
    position: absolute;
    width: .35rem;
    height: 100%;
    background: #08a1ed;
}
.list_t{
    font-size: 1.6rem;
    color: #4a4a4a;
    text-indent: 2em;
}
.list_time{
    font-size: 1.4rem;
    color: #8e8e8e;
}
.list_para{
    margin-top: 1rem;
    margin-left: 2.7rem;
    border-bottom: 1px solid #cdcdcd;
}
.list_para p{
    font-size:1.3rem;
    text-indent: 2em;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.look_More{
    text-align: right;
}
.look_More a{
    color: #F95959;
}
.new_Title{
	font-size: 20px;
    color: #20A7ED;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.new_Title::after{
	position:absolute;
	content: "";
	left:0;
	top: 0;
	background: #20A7ED;
	width: .3em;
	height: 100%;
}
.new_Time{
    font-size: 14px;
    color: #999;
    text-indent: 20px;
}
.new_text{
	margin-top:30px; 
}
.new_text p{
	font-size: 16px;
    color: #999;
    text-indent: 2em;
    padding: 0;
    margin: 0;
}
.new-next{
    width: 1200px;
    margin: 0 auto;
}
.new-next p{
    margin: 0 auto 10px ;
    padding:0;
}
@media screen and (max-width: 1190px){
    .new-next{
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px){
	.Article_box{
        margin-top: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .article{
        width: 100%;
    }
    .list_title{
     flex-direction: column;
    }
    .sw_content{
        width: 90%;
        margin: 30px auto;
    }
}
@media screen and (max-width: 768px){
	.bg-title{
		font-size: 2.2rem;
	}
	.projectTitle{
		font-size: 2.2rem;
		color: #0C9FEA;
	}
	.projectText{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px){
	.bg-back{
		padding-top: 20%;
		padding-bottom: 5%;
	}
	.bg-title {
	    font-size: 1.8rem;
	    position: relative;
	    padding-bottom: 0rem; 
	    margin-bottom: 0rem; 
	}
	.bg_EgTitle{
		font-size: 1.8rem;
	}
	.bg-back p{
		margin: 0;
		font-size: 1.3rem;
	}
	.projectText br{
		display: none;
	}
	.project_box .am-gallery {
	    padding: 5px 5px 0 5px;
	    list-style: none;
	    width: 100%;
	    margin:5% auto;
	}
	.synopsis_box {
        width: 100%;
        height: 100%;
        bottom: -9rem;
        display: flex;
        box-shadow: none; 
        margin: 2% auto 0;
    }
    .syn_introduce p{
        padding-bottom:1em; 
    }
    .brand_box{
        width:100%;
        margin: 4% auto 0;
    }

}