@charset "utf-8"; 

.brand-info {
    /* background-color: #c6daeb; */
    background-image: url(/skin/images/brand-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* background-size: 100%; */
}

.brand-info h3 {
    font-size: 48px;
    margin-bottom: 5px;
    font-family: "SourceHanSerifCN-Regular";
}
.brand-info .ppjs_t {
    padding: 5% 0;
}

.ppjs .ppjs_t .core {
    text-align: center;
}

.brand-info .item-box{
	max-width: 1348px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    background-size: 100%;
    padding-bottom:5%;
}
.item-content {
	/*border:1px solid #ccc;*/
	width: 50%;
	position: relative;
	margin-top: 10%;
}
.item-content h2 {
    font-size: 38px;
    font-family: serif;
    font-weight: bold;
    position: absolute;
    top: 35px;
    /* padding-bottom: 32px; */
    /* margin-bottom: 30px; */
    /* color: #CCC; */
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 80%), rgb(255 255 255 / 3%));
    /* background-image: radial-gradient(circle, rgb(255 255 255 / 80%), rgba(0, 255, 255, 0.8)); */
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.2;
    letter-spacing: 2px;
 
}
.item-content h4{
	font-size: 34px;
	margin-bottom: 5%;
	font-family: serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.item-content-text{
	font-size: 24px;
	line-height: 38px;
	/*margin-top: 15px;*/
}
.fl-l{
	float: left;
}
.fl-r{
	float: right;
}
.pd5{
	padding:5%;
}



span.line {
    display: block;
    overflow: hidden;
    height: 3px;
    width: 50px;
    background-color: #666;
    margin-bottom: 5%;
}

.linian .item-box{
	/*background-image: url(/skin/images/brand-linian.jpg);*/
    /*background-color: #ccc;*/
    
}

.shiming .item-box{
	/*background-image: url(/skin/images/brand-shiming.jpg);*/
    /*background-color: #ccc;*/ 
}
.yuanjing .item-box{
	/*background-image: url(/skin/images/brand-yj-bg2.jpg);*/
    /*background-color: #ccc;*/ 
}
.jiazhiguang .item-box{
	/*background-image: url(/skin/images/brand-jzg-bg.jpg);*/
    /*background-color: #ccc;*/ 
    max-width:100%;
    width: 100%;
    height: 500px;
}

.history .item-box{
	background-image: url(/skin/images/brand-lc-bg.jpg);
    /*background-color: #ccc;*/ 
    background-size: cover;
}


.brand-item-img{
	margin-top: 20%;
	box-shadow: -12px 11px 13px rgb(0 0 0 / 30%);
}

.yuanjing .brand-item-img{
	box-shadow: 12px 11px 13px rgb(0 0 0 / 30%);
}

.item-box {
	/*border:1px solid #ccc;*/
	display: block;
	overflow: hidden;
	margin-bottom: 3%;
}
.item-imgbox {
	/*border:1px solid #ccc;*/
	width: 45%;
}

.jzg-list {
    padding: 0 5% 0 10%;
    width: 100%;
}

.jzg-list ul {
    font-size: 0;
    margin-top: 2%;
}

.jzg-list ul li {
    margin-bottom: 5%;
    font-size: 24px;
    display: inline-block;
    width: 25%;
    text-align: center;
}

.jzg-list .jzg-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 5%;
}




/* 发展历程 start */
.history .item-box{
	padding-bottom:5%;
	width: 100%;
    max-width: 100%;
}
.history-content {
    width: 80%;
    margin: 0 auto;
}
.history_body{
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 10%;
	margin-top: 10%;
}
.history_item {
    display: block;
    overflow: hidden;
	margin: 5% 0;
	padding-left: 37px;
}
.h_item_year {
    /*width: 20%;*/
    /*float: left; */
	/*margin-right: 8%;*/
    text-align: left;
	position: relative;
}
.h_item_year h3{
	margin-left: 3%;
	margin-top: 10px;
    font-size: 24px;
	letter-spacing: 2px;
	color: #979697;
    font-weight: bold;
    font-family: 'Agency FB','IrisUPC';
}
.h_item_year p {
    font-size: 16px;
    min-height: 20px;
    margin: 0 0 10px;
}
.h_item_con {
    width: 100%;
    float: left;
    padding: 3%;
    /*background: #f1f1f1;*/
	/*border: 3px solid #f1f1f1;*/
	position: relative;
} 
.history_item:hover  .round{
	background-color: #451850;
	border: 3px solid #451850;
}
.history_item:hover .h_item_year,.history_item:hover .h_item_year h3{
	color: #451850;
} 
.h_item_img {
    width: 40%;
    float: left;
	margin-right: 5%;
}

.history_line:before{ 
	display: block;
	background-position: 0 0;	
	width: 3px;	
	height: 3px;
}
.history_line{
	height: 100%;;
	position: absolute;
	left: 9px;
	width: 3px;
	background: #ccc;
}
.h_item_year .round{
    position: absolute;
    /*right: -12px;*/
    left:-37px;
	top: 58%;
    width: 20px;
    height: 20px;
    background: #451850;
    border: 3px solid #cfcfcf;
    border-radius: 25px;
}
.h_item_info{
	font-size: 20px;
	line-height: 28px;
	color: #6b6b6b;
}
/* 发展历程 end */

.honor .ppjs4_txt h3{
	font-size:18px;
}


.ppjs4_con {
    padding: 0 0 4.17%;
}

@media (max-width:1024px){
	.brand-info h3 {
	    font-size: 38px; 
	}
	 .item-content h2{
	 	font-size:32px;
	 	top: 20px;
	 }
	 .item-content h4 {
	    font-size: 28px;
	    margin-bottom: 3%; 
	}
	
	.item-content-text {
	    font-size: 18px;
	    line-height: 32px; 
	}
	
	.jzg-list ul li {
	    margin-bottom: 5%;
	    font-size: 18px;
	}

	.h_item_year h3 { 
	    font-size: 24px;
	} 

	.h_item_info {
	    font-size: 18px; 
	} 

	img.h_title {
	    width: 40%;
	}

}

@media (max-width:1024px){
	.linian .item-box,
	.shiming .item-box,
	.yuanjing .item-box,
	.jiazhiguang .item-box { 
	    background-size: cover;
	}

	.item-content { 
	    width: 100%;  
	}
	.item-imgbox { 
	    width: 100%;
	}

	.brand-info h3 {
        font-size: 28px;
    }

	.brand-item-img { 
		width: 80%;
        margin: 0 auto;
	    box-shadow: -5px 5px 5px rgb(0 0 0 / 30%);
	}


	.jzg-list ul { 
	    margin-top: 20%;
	}
	

	.jzg-list ul li {
	    margin-bottom: 5%;
	    font-size: 16px;
	    display: inline-block;
	    width: 50%; 
	}

	.jzg-list .jzg-icon {
	    width: 80px;
	    height: 80px;
	    margin-bottom: 15%;
	}

	
	.item-imgbox {
        width: 100%;
        text-align: center;
    }

	.item-content h2 {
        font-size: 30px;
        top: -13px;
    }

	.item-content h4 {
        font-size: 20px;
        margin-bottom: 3%;
    }

	.item-content-text {
        font-size: 16px;
        line-height: 32px;
    }


	.history_body { 
	    margin-left: 0;
	}

	.h_item_year h3 {
        font-size: 20px;
    }

    .h_item_con {
	    width: 100%; 
	}

	.h_item_info {
        font-size: 16px;
    }

    .ppjs_text p {
	    font-size: 0.4rem; 
	} 

}


@media (max-width:640px){
	img.h_title {
	    width: 55%;
	    margin: 5%;
	}
}