@charset "utf-8";
.sub_about_block1{
	position: relative;
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #9da2af;
    overflow: hidden;
	background:url(../images/about/bg1.jpg);
	}
.sub_about_block1 .main{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1360px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	height:50%;
	}
	
.sub_about_block1 .main h2{
	font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
	}
.sub_about_block1 .main p{
	margin-top: 50px;
	width: 50%;
	font-size: 17px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
	color:#fff
	}
.sub_about_block1 .main a{
    display: block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 44px;
    background-size: 2.5%;
    margin-top: 50px;
	}
.sub_about_block1 .main a:hover{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 2.5%;
    padding-left: 54px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}
	
	
	
	
.sub_about_block2{ 
    background: url(../images/about/bg_fzlc.jpg) center top no-repeat;
    padding-top: 80px;
    padding-bottom: 120px;
	}
.sub_about_block2 .main{
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
	}
.sub_about_block2 .main .tit{}
.sub_about_block2 .main .tit h2{
    font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    margin-bottom: 40px;
	float:left;
	}
.sub_about_block2 .main .tit h2 span{
	line-height: 2;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
	}
.sub_about_block2 .main .tit a{
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 44px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}
.sub_about_block2 .main .tit a:hover{
	background: url(../images/morec.png) 20px center no-repeat;padding-left: 64px;background-size: 28%;
	}
.sub_about_block2 .main ul li{ 
    float: left;
    margin-right: 1.8%;
    margin-bottom: 1.8%;
    width: 9%;
	position:relative;
}
.sub_about_block2 .main ul li:nth-child(9n){ margin-right:0}

.sub_about_block2 .main ul li .topimg{
	overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    border-radius: 10px;
	}
.sub_about_block2 .main ul li .topimg img{
	max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
	}
.sub_about_block2 .main ul li:hover .topimg img{transform: scale(1.2);}
.sub_about_block2 .main ul li .dec{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,41,73,0)),color-stop(69%,rgba(14,49,77,.38)),to(rgba(19,33,45,.75)));
    background-image: linear-gradient(180deg,rgba(0,41,73,0),rgba(14,49,77,.38) 69%,rgba(19,33,45,.75));
    z-index: 99;
    border-radius: 0 0 10px 10px;
	}
.sub_about_block2 .main ul li .txt{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5% 8%;
    box-sizing: border-box;
    z-index: 999;
	}
.sub_about_block2 .main ul li .txt h2 {
    font-size: 21px;
    line-height: 45px;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 2px solid #0068c5;
    color: #fff;
    font-weight: normal;
}
.text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.7);
}






/*工程展示*/

.inb1-main{}

.inb1-main .inb1-left{
    background: #fff;
    box-sizing: border-box;
}

.inb1-left .item-main{
	box-sizing: border-box;
    padding: 1%;
}
.inb1-left .item{
    float: left;
    color: #888;
    padding: 0 3%;
    line-height: 50px;
    font-size: 18px;
}

.inb1-left .item:hover,.inb1-left .active {
	background:#f54545; color:#fff;
}


.inb1-right{
    background:rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 2%;
    margin-top: 20px;
}
.inb1-right .tab-item{
    display: none;
    box-sizing: border-box;
}
.inb1-right .tab-item .le_img{ width:40%; height:auto; display:block; float:left; text-align:center}
.inb1-right .tab-item .le_img img{ max-width:100%; height:auto; border-radius:10px;}
.inb1-right .tab-item .le_img p{
	color: #f54545;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
	}
.inb1-right .tab-item .ri_txt{ width:57%; height:auto; display:block; float:right}
.inb1-right .tab-item .ri_txt p{
	    font-size: 17px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #555;
    text-align: justify; background:url(../images/about/talentconcept_icon3.png) left 10px no-repeat; padding-left:30px;
	}


.inb1-right .tab-item.active{
    display: block ;
}
.inb1-right .tab-item p{
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #555;
    text-align: justify;
	}
	
	
/*厂区一览*/
.sub_about_block3{ background:#f5f5f5; padding:80px 0}
.sub_about_block3 .main{
	margin: 0 auto;
    max-width: 1360px;
    width: 85%;
	}
.sub_about_block3 .main .tit{}
.sub_about_block3 .main .tit h2{
    font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	float:left;
	}
.sub_about_block3 .main .tit h2 span{
	line-height: 2;
    font-size: 18px;
    color: #555;
    margin-left: 20px;
    display: inline-block;
	}
.sub_about_block3 .main .tit a{
    display: block;
    font-size: 16px;
    color: #555;
    background: url(../images/mored.png) left center no-repeat;
    padding-left: 44px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}
.sub_about_block3 .main .tit a:hover{
	background: url(../images/mored.png) 20px center no-repeat;padding-left: 64px;background-size: 28%;
	}
	
	
	
	
	
	
.sub_about_block3 ul li {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32%;
}

.sub_about_block3 ul li .sub_cplista{ position:relative;}
.sub_about_block3 ul li .sub_cplista .dec{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,41,73,0)),color-stop(69%,rgba(14,49,77,.38)),to(rgba(19,33,45,.75)));
    background-image: linear-gradient(180deg,rgba(0,41,73,0),rgba(14,49,77,.38) 69%,rgba(19,33,45,.75));
	z-index:99;
	border-radius: 0 0 10px 10px;
	}
.sub_about_block3 ul li .sub_cplista .txt{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5% 8%;
    box-sizing: border-box;
	z-index:999
	}
.sub_about_block3 ul li .sub_cplista .txt h2{
    font-size: 18px;
    line-height: 45px;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 2px solid #0068c5;
    color: #fff;
    font-weight: normal;
	}

.sub_about_block3 ul li .sub_cplista .txt p{
	font-size: 21px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
	margin-top:-1px;
	}
.sub_about_block3 ul li .sub_cplista .txt .more{
	display: block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 44px;
    background-size: 8%;
	}

.sub_about_block3 ul li .sub_cplista:hover .txt .more{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 8%;
    padding-left: 54px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}
.sub_about_block3 ul li .sub_cplista .topimg{
	overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    border-radius: 10px;
	}
.sub_about_block3 ul li .sub_cplista .topimg img{
	max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
	}

.sub_about_block3 ul li .sub_cplista:hover .topimg img{transform: scale(1.2);}
	
	
	
	
.sub_about_block4{
	background: url(../images/about/bg_contact.jpg) center top no-repeat;
    padding: 60px 0 120px;
	}	
.sub_about_block4 .main{
	margin: 0 auto;
    max-width: 1360px;
    width: 85%;
	}
.sub_about_block4 .main .tit{}
.sub_about_block4 .main .tit h2{
    font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	float:left;
	}
.sub_about_block4 .main .tit h2 span{
	line-height: 2;
    font-size: 18px;
    color: #555;
    margin-left: 20px;
    display: inline-block;
	}
.sub_about_block4 .main .tit a{
    display: block;
    font-size: 16px;
    color: #555;
    background: url(../images/mored.png) left center no-repeat;
    padding-left: 44px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}
.sub_about_block4 .main .tit a:hover{
    display: block;
    font-size: 16px;
    color: #555;
    background: url(../images/mored.png) 20px center no-repeat;
    padding-left: 64px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}
.sub_about_block4 .main .cont{}	
.sub_about_block4 .main .cont ul li {
    width: 23.5%;
    background:rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 1.5%;
    float: left;
    margin: 0 2% 0 0;
    min-height: 270px;
    box-shadow: 0 0 5px #ddd;
	border-radius: 10px;
	transition: .13s ease-in;
	
}
.sub_about_block4 .main .cont ul li *{
	line-height: 34px;
    font-size: 16px;
    text-align: justify;
    color: #666;
	}
.sub_about_block4 .main .cont ul li strong{ font-size:18px; color:#333}
.sub_about_block4 .main .cont ul li:nth-child(4n) {
margin-right:0
}
	
.sub_about_block4 .main .cont ul li:hover
	{
	background:#0068c5;
	-webkit-transform:scale(1.03);
	-ms-transform:scale(1.03);
	transform:scale(1.03);
	}
.sub_about_block4 .main .cont ul li:hover *{ color:#fff}	
	
	
	
.sub_about_qywh{
    padding: 100px 0 120px;
    background: url(../images/about/culture.jpg) center center no-repeat;
	background-size: 100%;
	}
.sub_about_qywh .main{
	max-width: 1360px;
    width: 85%;
	margin:0 auto;
	}
.sub_about_qywh .main .tit{
	font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	}
.sub_about_qywh .cont{
	width: 40%;
    float: right;
	}
.sub_about_qywh .cont ul li{
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5%;
	}
.sub_about_qywh .cont ul li:hover{
	cursor:pointer
	}
.sub_about_qywh .cont ul li h1{
	line-height: 2.5;
    font-size: 28px;
    background: #de8800;
    color: #fff;
    width: 50%;
    font-weight: bold;
	}
.sub_about_qywh .cont ul li p{
	font-size: 20px;
    padding: 5%;
    line-height: 2;
    color: #888;
    box-sizing: border-box;
    background: #fff;
    text-align: justify;
	}

.sub_about_zzjg{
	background: url(../images/about/bg_zzjg.jpg) center bottom no-repeat #fff;
    padding-bottom: 120px;
    padding-top: 80px;
	}
.sub_about_zzjg .cont1{
	padding: 80px 0;
    background: linear-gradient(to right, #33669f, #68a5d1);
	margin-bottom:80px;
	text-align:center
	}
.sub_about_zzjg .cont1 img{}
.sub_about_zzjg .main{
	max-width: 1360px;
    width: 85%;
	margin:0 auto;
	}
.sub_about_zzjg .main .tit{
		font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	text-align:center;
	}
.sub_about_zzjg .main .cont{ text-align:center}



@media (min-width: 768px){
.sub_about_block3 ul li:nth-child(3n) {
 margin-right:0;
}
.sub_about_block3 ul li:nth-child(4), .sub_about_block3 ul li:nth-child(7), .sub_about_block3 ul li:nth-child(10),.sub_about_block3 ul li:nth-child(13) {
 clear: both;
}	
	}






@media screen and (min-width:1025px) and (max-width:1440px)
{
	.sub_about_block4 .main .cont ul li * {
    line-height: 2.1;
    font-size: 15px;
    text-align: justify;
    color: #666;
}
.sub_about_block4 .main .cont ul li strong {
    font-size: 18px;
    line-height: 36px;
    height: 72px;
    display: block;
    color: #333;
    font-weight: normal;
}
	
.sub_about_block3 ul li .sub_cplista .txt .more {
    display: block;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 34px;
    background-size: 8%;
}

.sub_about_block3 ul li .sub_cplista .txt h2 {
    font-size: 16px;
    line-height: 45px;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 2px solid #0068c5;
    color: #fff;
    font-weight: normal;
}
.sub_about_block3 ul li .sub_cplista:hover .txt .more{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 8%;
    padding-left: 44px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}	
	
	
	
.sub_about_block4 .main {
    margin: 0 auto;
    max-width: 1360px;
    width: 85%;
}
.sub_about_block3 .main {
    margin: 0 auto;
    max-width: 1360px;
    width: 85%;
}

.sub_about_block2 .main {
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
}
.sub_about_zzjg .main {
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
}	
	

.sub_about_block3 .main .tit h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
    float: left;
}
.sub_about_block4 .main .tit h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
    float: left;
}
.sub_about_block2 .main .tit h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    margin-bottom: 40px;
    float: left;
}
.sub_about_block1 .main h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
.sub_about_block1 .main p {
    margin-top: 50px;
    width: 50%;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}
.inb1-right .tab-item .ri_txt p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #555;
    text-align: justify;
    background: url(../images/about/talentconcept_icon3.png) left 10px no-repeat;
    padding-left: 25px;
}
.inb1-right .tab-item p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #555;
    text-align: justify;
}

.sub_about_qywh{
    padding: 100px 0 120px;
    background: url(../images/about/culture.jpg) center center no-repeat;
	background-size: 100% 100%;
	}
.sub_about_qywh .main{
	max-width: 1360px;
    width: 85%;
	margin:0 auto;
	}
.sub_about_qywh .main .tit{
	font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	}
.sub_about_qywh .cont{
	width: 40%;
    float: right;
	}
.sub_about_qywh .cont ul li{
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5%;
	}
.sub_about_qywh .cont ul li:hover{
	cursor:pointer
	}
.sub_about_qywh .cont ul li h1{
    line-height: 2.5;
    font-size: 21px;
    background: #de8800;
    color: #fff;
    width: 50%;
    font-weight: bold;
	}
.sub_about_qywh .cont ul li p{
    font-size: 15px;
    padding: 4%;
    line-height: 1.8;
    color: #888;
    box-sizing: border-box;
    background: #fff;
    text-align: justify;
	}




	}
	
@media screen and (min-width:500px) and (max-width:768px){
	.sub_about_block1 {
    position: relative;
    width: 100%;
    height: 85vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #9da2af;
    overflow: hidden;
    background: url(../images/about/bg1.jpg);
    background-size: 300%;
}
.sub_about_block1 .main h2 {
    font-size: .42rem;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
.sub_about_block2 .main .tit h2 {
    font-size: .42rem;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.sub_about_block3 .main .tit h2 {
    font-size: .42rem;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.sub_about_block4 .main .tit h2 {
    font-size: .42rem;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.sub_about_block2 .main .tit h2 span {
    line-height: 1.8;
    font-size: .28rem;
    color: #fff;
    margin-left: 10px;
    display: block;
}
.inb1-left .item {
    float: left;
    color: #888;
    padding: 0 5.3%;
    line-height: 2.5;
    border-bottom: 1px solid #cfcfcf;
    height: auto;
    font-size: .28rem;
}
.inb1-left .item:hover, .inb1-left .active {
    background: #f54545;
    color: #fff !important;
}


	}
@media screen and (max-width: 1680px) and (min-width: 1440px){
	.sub_about_block3 ul li .sub_cplista .txt p {
    font-size: 21px;
    line-height: 48px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: -1px;
}


	}
@media screen and (min-width:1025px) and (max-width:1440px){
	.sub_about_block3 ul li .sub_cplista .txt p {
    font-size: 20px;
    line-height: 48px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: -1px;
}

.inb1-right .tab-item .ri_txt p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
    color: #555;
    text-align: justify;
    background: url(../images/about/talentconcept_icon3.png) left 10px no-repeat;
    padding-left: 30px;
}
.inb1-right .tab-item .le_img p {
    color: #f54545;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
    margin-top: 1%;
}
.inb1-left .item {
    float: left;
    color: #888;
    padding: 0 3%;
    line-height: 50px;
    font-size: 16px;
}
.inb1-left .item:hover, .inb1-left .active {
    background: #f54545;
    color: #fff;
}

	}
	
	
	
@media screen and (max-width: 1024px) and (min-width:768px){
	
.sub_about_block1 .main a {
    display: block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 44px;
    background-size: 3.5%;
    margin-top: 50px;
}
.sub_about_block1 .main a:hover{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 3.5%;
    padding-left: 54px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}	
	
	
.sub_about_block1 .main p {
    margin-top:5%;
    width: 50%;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}
.sub_about_block1 .main h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}	
	
	
	
.sub_about_block3 {
    background: #f5f5f5;
    padding: 5% 0;
}
.sub_about_block3 .main {
    margin: 0 auto;
    max-width: 1360px;
    width: 85%;
}	
.sub_about_block3 .main .tit h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 30px;
    float: left;
}	
.sub_about_block3 .main .tit h2 span {
line-height: 2;
    font-size: 16px;
    color: #555;
    margin-left: 10px;
    display: inline-block;
}
	
	
	
	
.sub_about_block4 .main .cont ul li {
    width: 49%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 1.5%;
    float: left;
    margin: 0 2% 2% 0;
    min-height: 210px;
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    transition: .13s ease-in;
}	
.sub_about_block4 .main .cont ul li:nth-child(2n){ margin-right:0}
.sub_about_block4 .main .cont ul li * {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
    color: #666;
}
.sub_about_block4 .main .cont ul li strong {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
	
	
	
	.sub_about_block4 {
    background: url(../images/about/bg_contact.jpg) center top no-repeat;
    padding: 5% 0;
}
.sub_about_block4 .main {
    margin: 0 auto;
    max-width: 1360px;
    width:85%;
}
.sub_about_block4 .main .tit h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 30px;
    float: left;
}
.sub_about_block4 .main .tit h2 span {
    line-height: 2;
    font-size: 16px;
    color: #555;
    margin-left: 10px;
    display: inline-block;
}
.sub_about_block4 .main .tit a {
    display: block;
    font-size: 15px;
    color: #555;
    background: url(../images/mored.png) left center no-repeat;
    padding-left: 34px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
}
.sub_about_block4 .main .tit a:hover{
	background: url(../images/mored.png) 20px center no-repeat;padding-left: 54px;background-size: 28%;
	}

.sub_about_block3 .main .tit a {
display: block;
    font-size: 15px;
    color: #555;
    background: url(../images/mored.png) left center no-repeat;
    padding-left: 34px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
}
.sub_about_block3 .main .tit a:hover{
	background: url(../images/mored.png) 20px center no-repeat;padding-left: 54px;background-size: 28%;
	}

.sub_about_block3 ul li .sub_cplista .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5% 5%;
    box-sizing: border-box;
    z-index: 999;
}
.sub_about_block3 ul li .sub_cplista .txt h2 {
    font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 2px solid #0068c5;
    color: #fff;
    font-weight: normal;
}
.sub_about_block3 ul li .sub_cplista .txt p {
    font-size: 17px;
    line-height: 2;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: -1px;
}
.sub_about_block3 ul li .sub_cplista .txt .more {
    display: block;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 28px;
    background-size: 10%;
}
.sub_about_block3 ul li .sub_cplista:hover .txt .more{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 10%;
    padding-left: 38px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}



.sub_about_qywh{
    padding: 100px 0 120px;
    background: url(../images/about/culture.jpg) center center no-repeat;
	background-size: 100% 100%;
	}
.sub_about_qywh .main{
	max-width: 1360px;
    width: 85%;
	margin:0 auto;
	}
.sub_about_qywh .main .tit{
	font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	}
.sub_about_qywh .cont{
	width: 40%;
    float: right;
	}
.sub_about_qywh .cont ul li{
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5%;
	}
.sub_about_qywh .cont ul li:hover{
	cursor:pointer
	}
.sub_about_qywh .cont ul li h1{
    line-height: 2.5;
    font-size: 18px;
    background: #de8800;
    color: #fff;
    width: 50%;
    font-weight: bold;
	}
.sub_about_qywh .cont ul li p{
    font-size: 15px;
    padding: 4%;
    line-height: 2;
    color: #888;
    box-sizing: border-box;
    background: #fff;
    text-align: justify;
	}




.sub_about_block2 {
    background: url(../images/about/bg_fzlc.jpg) center top no-repeat;
    padding: 5% 0;
}
.sub_about_block2 .main {
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
}

.sub_about_block2 .main .tit h2 {
font-size: 24px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    margin-bottom: 30px;
    float: left;
}
.sub_about_block2 .main .tit h2 span{
	    line-height: 2;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
	}
.sub_about_block2 .main .tit a{
	    display: block;
    font-size: 15px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 34px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}
.sub_about_block2 .main .tit a:hover{
	    display: block;
    font-size: 15px;
    color: #fff;
    background: url(../images/morec.png) 20px center no-repeat;
    padding-left: 54px;
    background-size: 28%;
    float: right;
    height: 64px;
    line-height: 64px;
	}

.inb1-right .tab-item .ri_txt p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
    color: #555;
    text-align: justify;
    background: url(../images/about/talentconcept_icon3.png) left 10px no-repeat;
    padding-left: 30px;
}
.inb1-right .tab-item .le_img p {
    color: #f54545;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 3%;
}
.inb1-left .item {
    float: left;
    color: #888;
    padding: 0 2.6%;
    line-height: 50px;
    font-size: 16px;
}
.inb1-left .item:hover, .inb1-left .active {
    background: #f54545;
    color: #fff;
}

.sub_about_zzjg .main {
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
}

	}
	
@media screen and (max-width: 999px) and (min-width: 769px){
	.sub_about_zzjg {
    background: url(../images/about/bg_zzjg.jpg) center bottom no-repeat #fff;
    padding: 5% 0;
}

.sub_about_block1 .main p {
    margin-top: 30px;
    width: 50%;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}

.sub_about_block1 .main h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}

.sub_about_block1 .main a {
    display: block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: 40px;
    background-size: 4.5%;
    margin-top: 50px;
}


.sub_about_block1 .main a:hover{
	background: url(../images/morec.png) 10px center no-repeat;
	background-size: 4.5%;
    padding-left: 50px;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}
	}
	
	
	
	
	
	
	
	

	
@media screen and (max-width: 1359px) and (min-width: 1025px){
	
	}
@media screen and (max-width: 1024px) and (min-width: 769px){
	
	}
@media (max-width: 768px) {
	.sub_about_zzjg .main {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
}
.sub_about_block2 .main {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
}


.sub_about_block3 .main {
    margin: 0 auto;
    max-width: 1360px;
    width: 90%;
}
.sub_about_block4 .main {
    margin: 0 auto;
    max-width: 1360px;
    width: 90%;
}

	.sub_about_block4 {
    background: linear-gradient(to right, #deebf3, #bad0db);
    padding: 8% 0;
}
.sub_about_block4 .main .tit h2 {
    font-size: .48rem;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.sub_about_block4 .main .tit h2 span {
	line-height: 1.8;
    font-size: .3rem;
    color: #555;
    margin-left: 10px;
    display: block;
}
.sub_about_block4 .main .tit a { display:none
}
.sub_about_block4 .main .cont ul li {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 5%;
    float: left;
    margin: 3.5% 0 0 0;
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    transition: .13s ease-in;
	min-height:auto;
}
.sub_about_block4 .main .cont ul li * {
    line-height: 2;
    font-size: .28rem;
    text-align: justify;
    color: #666;
}
.sub_about_block4 .main .cont ul li strong {
    font-size: .3rem;
    color: #333;
}



.sub_about_block3 {
    background: #f5f5f5;
    padding: 8% 0;
}
.sub_about_block3 .main .tit h2 {
	font-size: .48rem;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.sub_about_block3 .main .tit h2 span {
	line-height: 1.8;
    font-size: .3rem;
    color: #555;
    margin-left: 10px;
    display: block;
}
.sub_about_block3 .main .tit a{
	display: block;
    font-size: .28rem;
    background: none;
    padding-left: 0;
    background-size: auto;
    float: none;
    line-height: 2;
    height: auto;
    text-align: center;
    color: #0068c5;
	}
.sub_about_block3 .main .tit a:hover{
	background: none;
	padding-left:0;
	}
.sub_about_block3 ul li {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 3.8%;
    width: 100%;
}
.sub_about_block3 ul li .sub_cplista .txt {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5% 5%;
    box-sizing: border-box;
    z-index: 999;
}
.sub_about_block3 ul li .sub_cplista .txt h2{
	font-size: .32rem;
    line-height: 2.5;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 2px solid #0068c5;
    color: #fff;
    font-weight: normal;
	}
.sub_about_block3 ul li .sub_cplista .txt p{
	font-size: .32rem;
    line-height: 2;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: -1px;
    padding-top: 2%;
	}

.sub_about_block3 ul li .sub_cplista .topimg {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.sub_about_block3 ul li .sub_cplista .dec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,41,73,0)),color-stop(69%,rgba(14,49,77,.38)),to(rgba(19,33,45,.75)));
    background-image: linear-gradient(180deg,rgba(0,41,73,0),rgba(14,49,77,.38) 69%,rgba(19,33,45,.75));
    z-index: 99;
    border-radius: 0 0 5px 5px;
}

.sub_about_block3 ul li .sub_cplista .txt .more {
    display: block;
    height: auto;
    font-size: .28rem;
    line-height: 2;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: .64rem;
    background-size: 8%;
}
.sub_about_block3 ul li:nth-child(2n){ margin-right:0}



.sub_about_qywh{
    padding: 10% 0 40%;
    background: url(../images/about/mob_culture.jpg) center bottom no-repeat;
    background-size: 100%;
	}
.sub_about_qywh .main{
	max-width: 1360px;
    width: 90%;
	margin:0 auto;
	}
.sub_about_qywh .main .tit{
	font-size: 32px;
    font-weight: normal;
    line-height: 2;
    color: #555;
    margin-bottom: 40px;
	}
.sub_about_qywh .cont{
	width: 100%;
    float: none;
	}
.sub_about_qywh .cont ul li{
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5%;
	}
.sub_about_qywh .cont ul li:hover{
	cursor:pointer
	}
.sub_about_qywh .cont ul li h1{
	line-height: 2.2;
    font-size: .35rem;
    background: #de8800;
    color: #fff;
    width: 50%;
    font-weight: bold;
	}
.sub_about_qywh .cont ul li p{
    font-size: .28rem;
    padding: 3%;
    line-height: 2;
    color: #888;
    box-sizing: border-box;
    background: #fff;
    text-align: justify;
	}



.sub_about_block2 {
    background: linear-gradient(to right, #2e619a, #3b78ae);
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: 100%;
}
.sub_about_block2 .main .tit h2{
	font-size: .48rem;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    float: none;
    margin-bottom: 0;
    text-align: center;
	}
.sub_about_block2 .main .tit h2 span{
	line-height: 1.8;
    font-size: .3rem;
    color: #fff;
    margin-left: 10px;
    display: block;
	}
.sub_about_block2 .main .tit a{ display:none}

.inb1-left .item-main {
    box-sizing: border-box;
    padding: 3%;
}

.inb1-main .inb1-left {
    background:rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    margin-top: 3%;
}
.inb1-left .item {
    float: left;
    color: #888;
    padding: 0 4%;
    line-height: 2.5;
    border-bottom: 1px solid #cfcfcf;
    height: auto;
    font-size: .33rem;
}
.inb1-left .item:hover, .inb1-left .active {
    background: #f54545;
    color: #fff;
}

.inb1-right {
    background: #fff;
    box-sizing: border-box;
    padding: 3%;
    margin-top: 3%;
}
.inb1-right .tab-item .le_img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    text-align: center;
}
.inb1-right .tab-item .le_img img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.inb1-right .tab-item .le_img p {
    color: #f54545;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-size: .3rem;
    margin-top: 2%;
}
.inb1-right .tab-item .ri_txt {
    width: 100%;
    height: auto;
    display: block;
    float: none;
}
.inb1-right .tab-item .ri_txt p {
    font-size: .28rem;
    line-height: 2;
    margin-bottom: 1%;
    color: #555;
    text-align: justify;
    background: url(../images/about/talentconcept_icon3.png) left 10px no-repeat;
    padding-left: .35rem;
}
.sub_about_zzjg {
    background: url(../images/about/bg_zzjg.jpg) center bottom no-repeat #fff;
    background-size: 100% 100%;
    padding-bottom: 12%;
    padding-top: 8%;
}

.sub_about_block1 {
    position: relative;
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #9da2af;
    overflow: hidden;
    background: url(../images/about/bg1.jpg);
    background-size: 310%;
}

.sub_about_block1 .main {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    max-width: 1360px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 50%;
}


.sub_about_block1 .main h2 {
    font-size: .48rem;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
.sub_about_block1 .main p {
    margin-top: 3%;
    width: 100%;
    font-size: .28rem;
    line-height: 2.1;
    font-weight: normal;
    text-align: justify;
    color: #fff;
}
.sub_about_block1 .main a {
    display: block;
    height: 34px;
    font-size: .29rem;
    line-height: 2.3;
    color: #fff;
    background: url(../images/morec.png) left center no-repeat;
    padding-left: .75rem;
    background-size: 8%;
    margin-top: 3%;
}
.sub_about_block1 .main a:hover{
	background: url(../images/morec.png) .2rem center no-repeat;
	background-size: 8%;
    padding-left: .85rem;
	-webkit-transition: .13s ease-in;
    transition: .13s ease-in;
	}
.sub_about_zzjg .cont1 {
    padding: 8% 0;
    background: linear-gradient(to right, #33669f, #68a5d1);
    margin-bottom: 8%;
    text-align: center;
}
.sub_about_zzjg .cont1 img {
    max-width: 90%;
}

	}