@font-face{
    font-family:'黑体';
	src:url("size/NotoSansHans-Black.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/size/NotoSansHans-Black.otf*/),
		url("NotoSansHans-Bold.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-Bold.otf*/),
		url("NotoSansHans-DemiLight.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-DemiLight.otf*/),
		url("NotoSansHans-Light.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-Light.otf*/),
		url("NotoSansHans-Medium.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-Medium.otf*/),
		url("NotoSansHans-Regular.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-Regular.otf*/),
		url("NotoSansHans-Thin-Windows.otf"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/css/NotoSansHans-Thin-Windows.otf*/);
}
body{
	margin: 0;
	min-width: 320px;
}
.neiye-banner{
	width:100%;
}
.neiye-banner>img{
	width:100%;
}
.who{
	width:100%;
	background:url("../img/who.jpg"/*tpa=http://www.fenchem.com/cn/web/bocweb/web/img/who.jpg*/) no-repeat center center;
	background-size:100% 100%;
	padding:100px 0 130px 0;
}
.who-title{
	margin-bottom: 20px;
	text-align: center;
}
.who-title-left{
	display:inline-block;
	width:34%;
	border:1px dashed #b0b0b0;
	vertical-align: middle;
}
.who-title-center{
	display:inline-block;
	width:30%;
	font-size:44px;
	text-align: center;
	vertical-align: middle;
	color: #333333
}
.who-txt{
	font-size:16px;
	color: #333;	
}
.our{
	/* background:url(../img/our.png) no-repeat center center; */
	/* background-size:160% 150%; */
	/* padding:50px 0 360px 0; */
	background: #f1f7ed;
}
.our-box>div>div{
	display: inline-block;
	padding: 20px 0;
}
.our-box>div>div:nth-of-type(1){
	width:30%;
	margin-right: 60px;
}
.our-box>div>div:nth-of-type(1)>img{
	width: 100%;
	text-align: center;
}
.our-box>div>div:nth-of-type(2){
	width: 59%;
	vertical-align: middle;
}
.our-title{
	text-align: center;
	font-size:44px;
	color: #333333;
	padding: 60px 0 0 0;
}
.our-txt{
	font-size:16px;
	color: #666666;	
}
.our-txt>p{
	margin-bottom: 20px;
}
.ceo{
	background-color: #f8f8f8;
	padding:60px 0 70px 0;
}
.ceo-box:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
 }
.ceo-title{
	text-align: center;
	font-size: 44px;
	color: #333;
	margin-bottom: 20px;
}
.ceo-txt{
	width:70%;
	float:left;
	font-size:16px;
}
.ceo-txt>p{
	margin-bottom: 15px;
}
.ceo-img{
	width:24%;
	float:right;
	
}
.ceo-img img{
	width:100%;
	position:relative;
	top:10%;
	right:6%;
}
.fenc-cen{
	padding: 10px 15% 80px 15%;
	background: #eee;
	height: 500px;
	position: static ;
	top: 0 ;
	left: 0;
	font-size: 0 ;
	margin-top: 40px;
	flex-wrap: nowrap;
	position: relative;
}
.fenc-cen .left_div div{
	width: 100% ;
}
.fenc-cen-all{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
	top: -31px;
}
.fenc-cen-all>div{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fenc-cen-div{
	display: block;
	width: 100%;
	
}
.fenc-cen .left_div::after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.fenc-cen .left_div{
	display: inline-block;
	width: 40%;
}
.img-warp {
	float: left;
	position: relative;
	z-index: 99;
	width: 450px;
	height: 500px;
}
.img-warp img{
	height: auto;
	width: 100%;
	box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.1);
}
.fenchen-info{
	display: inline-block;
	width: 60% !important;
	float: none !important;
	vertical-align: top;
	height: 400px;
	background-color: white;
	box-shadow: 0 0 20px #969696;
	position: relative;
}
.t-fenchen{
	margin: 40px;
	 border-bottom: 2px solid #89c92d;
    width: 18%;
}
.fenc-cen .next-btn button{
	width: 8%;
	line-height: 26px;
	text-align: center;
	height: 36px;
	border-radius: 10px;
	border:none;
	background-color: #e5e5e5;	
	color: black;
	z-index: 100;
}
.next-btn button:nth-of-type(1){
	position: absolute;
	top: 300px;
	right: 480px;
}
.next-btn button:nth-of-type(2){
	background-color:#89c92d;
	color: white;
	position: absolute;
	top: 300px;
	right: 650px;
}
.t-fenchen p{
	font-size: 30px;
}
.t-content{
	width: 100%;
	background-color: white;
	color: #666666;
}



.t-content p{
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px !important;
	margin: 20px 0 20px 40px;
}
.t-content p span{
	font-size: 16px !important;
	line-height: 24px !important;
}
.next-btn>button{
	font-size: 35px;
	color: #969696;
}

/* ************************************************************************************* */


@media screen and (max-width:1200px){
	.our{
		background-image: none;
		background-color: #f1f7ed;
	}

	.fenchen-info{
		width: 100%;
		white-space: nowrap;
	}
	.fenc-cen{
		position: static;
	}
	.fenchen{
		height: 950px;
	}
	.img-warp{
		width: 90%;
	}
	.t-fenchen p{
		font-size: 25px;
	}
	.t-content p{
		font-size: 16px;
		white-space: normal;
		margin: 20px 40px;
	}

}
@media screen and (max-width:780px){
	.fenc-cen{
		height: 700px;
	}
	.fenc-cen .left_div{
		width: 100%!important;
	}
	.fenc-cen-all{
		height: 800px;
	}
	.img-warp img{
		height: 500px;
	}
	.fenchen-info{
		width: 100%!important;
	}
}
@media screen and (max-width:768px){
	.our{
		padding: 50px 0 100px 0;
	}
	.fenchen{
		height: 800px;
	}
	.fenchen-con{
		width: 100%;
	}
	.fenc-cen{
		width: 100%;
		padding: 30px 0 80px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fenchen-info{
		display: block;
		margin:  0 auto;
	}
	.fenc-cen .left_div{
		margin: 0 auto;
		width: 100%;
	}
	.t-fenchen p{
		font-size: 30px
	}
	.t-content p{
		font-size: 19px;
		margin: 40px;
	}
	.img-warp{
		width:540px!important;
		margin: 0 auto;
		float: none;
	}
	.our-box>div>div:nth-of-type(1){
		width: 100%;
	}
	.our-box>div>div:nth-of-type(2){
		width: 100%;
	}
	
}
@media screen and (max-width:480px){
	.our{
		padding: 50px 0 0 0;
	}
	.who-title-left{
		width:14%;
	}
	.fenc-cen{
		height: 600px;
	}
	.fenchen-info{
		width: 100%!important;
	}
	.fenc-cen .left_div{
		width: 100%;
	}
	.img-warp{
		width:300px!important;
	}
	.img-warp img{
		height: 70%;
		margin-top: 195px;
	}
	.ceo-txt{
		width: 90%;
		margin-left: 18px;
	}
	.ceo-box{
		text-align: center;
	}
	.ceo-img{
		width: 100%;
		float: none;
	}
	.ceo-img img{
	width:80%;
	position:relative;
	top:0;
	right:0;
	}
	.our-title{
		padding: 0;
	}
	.our{
		padding: 0;
	}
	
}
@media screen and (max-width:375px){
	.who-title-center{
		font-size:40px;
	}
	.who-title-left{
		width:14%;
	}
	.img-warp{
		width: 350px!important;
		height: 350px;
	}
	.img-warp img{
		margin:  0 auto;
		margin-top: 70px;
		height: 85%;
	}
}

@media screen and (max-width:320px){
	.img-warp{
		width: 320px!important;
		height: 320px;
		
	}
	.img-warp img{
		width: 90%;
		margin-left: 18px;
	}
}

#CCCC{
	top: 65%;
	left:35%;
}

/* 主体 */

main>.main-page{
    margin: 0 13.33%;
}
main>.main-one{
    /*border-bottom:1px dashed #BCBCBC;*/
}
main>.main-one>h1{
	margin: 5rem  0 0 0;
	font-size: 44px;
}
main>.main-one>p{
    color: #333;
    font-size: 16px;
}
main>.main-one>p:nth-of-type(1){
    margin: 2rem 0;
}
main>.main-one>p:nth-of-type(2){
    margin: 2rem 0;
}
main>.main-one>p:nth-of-type(3){
    margin: 2rem 0 3rem 0;
}