
/*banner详情页样式*/
.header_style{
	height: 68px;
	line-height: 68px;
}
.header_style a{
	color: #444;
	text-decoration: none;
}


.banner_details .banner img{
	width: 1160px;
}
.banner_details .describe p{
	line-height: 40px;
	font-size: 17px;
	color: #282828;
}
.banner_details img{
	max-width: 100%;	
}

.banner_details .container .fl h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 58px;
    letter-spacing: 1px;
}

.banner_details .container .fl span {
    color: #777;
    margin-bottom: 35px;
    display: block;
}


/*公司介绍页样式*/
.company_content .header_style{
	height: 68px;
	line-height: 68px;
}
.company_content .header_style a{
	color: #444;
	text-decoration: none;
}
.company_content .container > img{
	width: 1160px;
	margin: 30px 0;
}
.company_content .content p{
	font-size: 16px;
	line-height: 38px;
}
.company_content .title{
	margin-top: 20px;
	margin-bottom: 40px;
}
.company_content .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}
.company_content .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}
.company_content img{
	max-width: 100%;
}

/*新闻详情页样式*/
.news_details .header_style{
	height: 68px;
	line-height: 68px;
}
.news_details .header_style a{
	color: #444;
	text-decoration: none;
}
.news_details .content .fl{
	width: 800px;
}
.news_details .content .fl h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 58px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0;
}
.news_details .content .fl span{
	color: #777;
	margin-bottom: 22px;
	display: block;
	text-align: center;
}
.news_details .content .fl img{
	width: auto !important;
	margin-bottom: 0px !important;
	text-align: center !important;
	max-width: 100% !important;		
}
.news_details .content .fl p{
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: justify;
	text-justify: distribute;
}
.news_details .content .fr{
	width: 321px;
	padding-top: 16px;
}
.news_details .content .fr > .more{
	width: 321px;
	height: 80px;
	border: 1px solid #e70;
	display: inline-block;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color: #e70;
	margin-bottom: 40px;
}
.news_details .content .fr > .more img{
	margin-right: 25px;
	vertical-align: -3px;
}
.news_details .content .fr ul{
	padding-left: 17px;
	width: 321px;

}
.news_details .content .fr ul li{
	width: 308px;
	margin-bottom: 30px;
	color: #aaa;
	list-style-type: square;
}
.news_details .content .fr ul li a{
	display: inline-block;
	width: 308px;
	text-decoration: none;
	/* overflow: hidden; */
	white-space: normal;
	color: #2f2f2f;
	vertical-align: top;
}
.news_details .content .fr ul li span{
	margin-top: 8px;
	color: #777;
	display: inline-block;
}
.news_details img{
	max-width: 100%;
}

/*新闻列表页*/
.newslist_content .header_style{
	height: 68px;
	line-height: 68px;
	float: right;
	margin-top: 20px;
}
.newslist_content .header_style a{
	color: #666;
	text-decoration: none;
}
.newslist_content .header_style>span:nth-last-child(2) a{
	color: #EE7700 !important;
}
.newslist_content .header_style>span:last-child a{
	color: #EE7700 !important;
}
.newslist_content .title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.newslist_content .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-cl\ip: text;
    color: transparent;
  /*  background: -ms-linear-gradient(to right, #ee7700, #ea4730); 
	 -ms-background-clip: text;*/
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ee7700',endColorStr='#ea4730',gradientType='0');*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ee7700, endColorstr = #ea4730);  */

}
.newslist_content .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}
.newslist_content .content{
	margin-bottom: 30px;
}
.newslist_content .content .text_list{
	width: 424px;
	padding: 20px;
	padding-right: 0;
	padding-bottom: 0;
	border: 1px solid #d3d3d3;
	position: relative;
}
.newslist_content .content .text_list input{
	border: 1px solid #d3d3d3;
	width: 282px;
	height: 29px;
	padding-left: 10px;
	color: #333;
	cursor: text;
}
.newslist_content .content .text_list input:focus{
	border: 1px solid #e70;
	outline: none;
}
.newslist_content .content .text_list .date{
	background: url(../img/date.png) 255px 5px no-repeat;
	cursor: pointer;
}
.newslist_content .content .text_list .button{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #f2914a;
	width: 85px;
	height: 76px;
	color: #fff;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	text-decoration: none;
}
.newslist_content .content .text_list #scoll{
	padding: 0;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 0;
	height: auto;
	max-height: 350px;
	overflow-y: hidden;
}
.newslist_content .content .text_list #scoll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
.newslist_content .content .text_list #scoll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
    }
.newslist_content .content .text_list #scoll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #ddd;
    }
.newslist_content .content .text_list ul li{
	list-style: none;
	margin-bottom: 24px;
	clear: both;
	width: 383px;
}
.newslist_content .content .text_list ul li a{
	display: inline-block;
	color: #333;
	text-decoration: none;
	width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist_content .content .text_list ul li span{
	float: right;
	/*padding-right: 10px;*/
}
.newslist_content .content .text_list .more{
	width: 422px;
	height: 54px;
	background-color: #ededed;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
	display: none;
}
.newslist_content .content .text_list .more span{
	color: #e70;
	padding-right: 10px;
	vertical-align: -2px;
}
.newslist_content .content .pic_list{
	width: 740px;
}
.newslist_content .content .pic_list ul{
	padding: 0;
	margin-left: 50px;
}
.newslist_content .content .pic_list ul li{
	width: 727px;
	height: 214px;
	background-color: #ebf1ff;
	list-style: none;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
	border-radius: 7px;
	overflow: hidden;
}
.newslist_content .content .pic_list ul li h4{
	width: 291px;
	height: 80px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	cursor: pointer;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /*截取第三行*/
    overflow: hidden;
}
.newslist_content .content .pic_list ul li p{
	position: absolute;
	top: 100px;
	left: 31px;
	color: #7f7f7f;
	font-size: 12px;
}
.newslist_content .content .pic_list ul li .des{
	position: absolute;
	top: 138px;
	left: 31px;
	font-size: 14px;
	color: #666666;
	width: 291px;
	height: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newslist_content .content .pic_list ul li .show_pic{
	position: absolute;
	top: 0;
	right: 0;
	width: 357px;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.newslist_content .content .pic_list ul li .show_pic > img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	/*object-fit: contain;*/

}
.newslist_content .content .pic_list ul li .show_pic .trans img{
	cursor: pointer;
	opacity: 1;
}
.newslist_content .content .paging{
	padding-left: 50px;
	width: 740px;
}
.newslist_content .content .paging .fl > span{
	font-size: 18px;
	vertical-align: -1px;
}
.newslist_content .content .paging .fl select{
	outline: none;
	border-radius: 5px;
	height: 25px;
	width: 54px;
	margin-right: 5px;
}
.newslist_content .content .paging .fr input{
	outline: none;
	border-radius: 5px;
	border: 1px solid #bbb;
	height: 25px;
	width: 50px;
	padding-left: 7px;
}
.newslist_content .content .paging .fr a{
	color: #2f2f2f;
	text-decoration: none;
	margin-left: 15px;
}

.newslist_content .pic_list ul li{
	color:#666;
}


/*推广详情页*/
.pomotion_content .header_style{
	height: 68px;
	line-height: 68px;
}
.pomotion_content .header_style a{
	color: #444;
	text-decoration: none;
}
.pomotion_content .title{
	margin-top: 20px;
	margin-bottom: 40px;
}
/*.pomotion_content .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}*/
/*.pomotion_content .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}*/
.pomotion_content p{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.pomotion_content .container .title h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 58px;
    letter-spacing: 1px;
}

.pomotion_content .container .title span {
    color: #777;
    margin-bottom: 22px;
    display: block;
}

/*总裁寄语页*/

.president_content .header_style{
	height: 68px;
	line-height: 68px;
}
.president_content .header_style a{
	color: #444;
	text-decoration: none;
}
.president_content .content .fl{
	width: 800px;
}
.president_content .title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.president_content .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}
.president_content .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}
.president_content .content .fl > span{
	color: #777;
	margin-bottom: 35px;
	display: block;
}
.president_content .content > span{
	color: #777;
	margin-bottom: 35px;
	display: block;
}
.president_content .content .fl img{
	width: 100%;
	margin-bottom: 42px;
	padding-right: 10px;
}
.president_content .content .fl p{
	line-height: 35px;
	font-size: 18px;
}
.president_content .content .fr{
	padding-top: 30px;
	width: 321px;
}
.president_content .content .fr > .more{
	width: 321px;
	height: 80px;
	border: 1px solid #e70;
	display: inline-block;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color: #e70;
	margin-bottom: 25px;
}
.president_content .content .fr > .more img{
	margin-right: 25px;
	vertical-align: -3px;
}
.president_content .content .fr ul{
	padding-left: 17px;
	width: 321px;

}
.president_content .content .fr ul li{
	width: 308px;
	margin-bottom: 30px;
	color: #aaa;
	list-style-type: square;
}
.president_content .content .fr ul li a{
	display: inline-block;
	width: 308px;
	text-decoration: none;
	overflow: hidden;
	white-space: normal;
	color: #2f2f2f;
	vertical-align: top;
}
.president_content .content .fr ul li span{
	margin-top: 8px;
	color: #777;
	display: inline-block;
}

/*视频列表页*/
.videolist_content .header_style{
	height: 68px;
	line-height: 68px;
	float: right;
	margin-top: 20px;
}
.header_style.behind{
	float: right;
	margin-top: 20px;
}
.header_style.behind a{
	color: #666666 !important;
}
.header_style.behind>span:nth-last-child(2) a{
	color: #EE7700 !important;
}
.header_style.behind>span:last-child a{
	color: #EE7700 !important;
}
.videolist_content .header_style a{
	color: #6785A0;
	text-decoration: none;
}
.videolist_content .title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.videolist_content .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}
.videolist_content .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}
.videolist_content .content{
	margin-bottom: 30px;
}
.videolist_content .content .text_list{
	width: 424px;
	padding: 20px;
	padding-right: 0;
	padding-bottom: 0;
	border: 1px solid #d3d3d3;
	position: relative;
}
.videolist_content .content .text_list input{
	border: 1px solid #d3d3d3;
	width: 282px;
	height: 29px;
	padding-left: 10px;
	color: #333;
	cursor: text;
}
.videolist_content .content .text_list input:focus{
	border: 1px solid #e70;
	outline: none;
}
.videolist_content .content .text_list .date{
	background: url(../img/date.png) 255px 5px no-repeat;
	cursor: pointer;
}
.videolist_content .content .text_list .button{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #f2914a;
	width: 85px;
	height: 76px;
	color: #fff;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	text-decoration: none;
}
.videolist_content .content .text_list #scoll{
	padding: 0;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 0;
	height: auto;
	max-height: 350px;
	overflow-y: hidden;
}
.videolist_content .content .text_list #scoll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    }
.videolist_content .content .text_list #scoll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
    }
.videolist_content .content .text_list #scoll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #ddd;
    }

.videolist_content .content .text_list ul{
	padding: 0;
	padding-top: 30px;
}
.videolist_content .content .text_list ul li{
	list-style: none;
	margin-bottom: 24px;
	clear: both;
	width: 383px;
}
.videolist_content .content .text_list ul li a{
	color: #262626;
	text-decoration: none;
     width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videolist_content .content .text_list ul li span{
	float: right;
}
.videolist_content .content .text_list .more{
	width: 422px;
	height: 54px;
	background-color: #ededed;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
}
.videolist_content .content .text_list .more a{
	color: #e70;
	padding-right: 10px;
	vertical-align: -2px;
}
.videolist_content .content .pic_list{
	width: 740px;
}
.videolist_content .content .pic_list ul{
	padding: 0;
	margin-left: 50px;
}
.videolist_content .content .pic_list ul li{
	width: 690px;
	height: 214px;
	background: url(../img/videolist_bg.png) no-repeat;
	list-style: none;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
	border-radius: 7px;
	overflow: hidden;
	background-color: #ebf1ff !important;
}
.videolist_content .content .pic_list ul li h4{
	margin: 0;
	position: absolute;
	top: 35px;
	left: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	cursor: pointer;

	width: 291px;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.videolist_content .content .pic_list ul li p{
	position: absolute;
	top: 95px;
	left: 31px;
}
.videolist_content .content .pic_list ul li .show_pic{
	position: absolute;
	top: 0;
	right: 0;
	width: 357px;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.videolist_content .content .pic_list ul li .show_pic > img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	/*object-fit: contain;*/

}
.videolist_content .content .pic_list ul li .show_pic .trans{
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	height: 32px;
	width: 32px;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
	opacity: 0.49;
	line-height: 32px;
	text-align: center;
}
.videolist_content .content .pic_list ul li .show_pic .trans img{
	cursor: pointer;
	opacity: 1;
}
.videolist_content .content .paging{
	padding-left: 50px;
	width: 740px;
}
.videolist_content .content .paging .fl > span{
	font-size: 18px;
	vertical-align: -1px;
}
.videolist_content .content .paging .fl select{
	outline: none;
	border-radius: 5px;
	height: 25px;
	width: 54px;
	margin-right: 5px;
}
.videolist_content .content .paging .fr input{
	outline: none;
	border-radius: 5px;
	border: 1px solid #bbb;
	height: 25px;
	width: 50px;
	padding-left: 7px;
}
.videolist_content .content .paging .fr a{
	color: #2f2f2f;
	text-decoration: none;
	margin-left: 15px;
}

.videolist_content .pic_list ul li{
	color:#666;
}


.section .title{
	margin-top: 20px;
	margin-bottom: 40px;
}
.section .title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}
.section .title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}

/*城市矿山平台*/
.csks_banner{
	background: url(../img/csks_banner.jpg) no-repeat;
	width: 100%;
	height: 401px;
	text-align: center;
	color: #fff;
}
.csks_banner > div{
	padding-top: 60px;
}
.csks_banner > div span:nth-of-type(1){
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-weight: 600;
}
.csks_banner > div span:nth-of-type(2){
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 2px;
	vertical-align: middle;
}
.csks_banner > div span:nth-of-type(3){
	font-size: 24px;
	vertical-align: middle;
	font-weight: 100;
}
.csks_banner > ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px;
	font-size: 20px;
}
.csks_banner > img{
	margin-top: -17px;
	z-index: 999999999;
}

.csks_shengchan{
	height: 675px;
	text-align: center;
	padding-top: 95px;
	background-color: #f6f6f6;
}
.w3{
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.csks_shengchan h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
}
.csks_shengchan h2 span{
	color: #e70;
}
.csks_shengchan .b_container{
	position: relative;
	height: 450px;
	margin-top: 37px;
}
.csks_shengchan .b_container .box1{
	position: absolute;
	bottom: 0;
	left: 0;
}
.csks_shengchan .b_container .box2{
	position: absolute;
	top: 120px;
	left: 30px;
	width: 300px;
	display: none;
}
.csks_shengchan .b_container .box3{
	position: absolute;
	top: 0;
	left: 302px;
	width: 300px;
	display: none;
}
.csks_shengchan .b_container .box4{
	position: absolute;
	top: 0;
	left: 650px;
	width: 300px;
	display: none;
}
.csks_shengchan .b_container .box5{
	position: absolute;
	top: 160px;
	left: 910px;
	width: 300px;
	display: none;
}
.csks_shengchan .b_container .box6{
	position: absolute;
	bottom: 0;
	right: 0;
}

.csks_shengchan .style2 .describe{
	text-align: right;
	position: absolute;
	top: 150px;
	right: 90px;
}
.csks_shengchan .describe p{
	margin-bottom: 5px;
	color: #888;
}
.csks_shengchan .style2 img{
	position: absolute;
	top: 0;
	right: 0;
}
.csks_shengchan .style3 .describe{
	text-align: left;
	position: absolute;
	top: 150px;
	left: 95px;

}
.csks_shengchan .style3 img{
	position: absolute;
	top: 0;
	left: 0;
}
.csks_shengchan .w3 > div:nth-of-type(2){
	position: absolute;
	top: 352px;
	left: 50%;
	margin-left: -300px;
}
.csks_shengchan .w3 > div:nth-of-type(2) h3{
	margin: 0;
	font-size: 30px;
}
.csks_huishou{
	text-align: center;
	height: 850px;
	padding-top: 141px;
	position: relative;
}
.csks_huishou h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
}
.csks_huishou h2 span{
	color: #e70;
}
.csks_huishou > img{
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -630px;
}
.csks_huishou .descripe{
	position: absolute;
	top: 220px;
	right: 50%;
	margin-right: -565px;
	width: 500px;
	display: none;
}

.csks_huishou .descripe h3{
	font-size: 30px;
}
.csks_huishou .descripe ul{
	list-style: none;
	font-size: 18px;
	color: #131313;
	padding-left: 60px; 
	margin-top: 70px;
	text-align: left;
}
.csks_huishou .descripe .ul_a li{
	margin-bottom: 60px;
	height: 35px;
	position: relative;
}
.csks_huishou .descripe .ul_a li img{
	margin-right: 5px;
	margin-bottom: 3px;
}
.csks_huishou .descripe .ul_a li .orangeline{
	border-bottom: 1px solid #e70;
	width: 100px;
	position: absolute;
	top: 11px;
	left: 110px;
}
.csks_huishou .descripe .ul_a li .ul_b{
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 224px;
	/*display: none;*/
}
.csks_huishou .descripe .ul_a li .ul_b p{
	margin-bottom: 20px;
	font-size: 16px;
	width: 300px;
}
.csks_huishou .descripe .ul_a li .ul_c{
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 224px;
	display: none;
}
.csks_huishou .descripe .ul_a li .ul_c p{
	margin-bottom: 20px;
	font-size: 16px;
	width: 300px;
}
.csks_huishou .descripe .ul_a li .ul_d{
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 224px;
	display: none;
}
.csks_huishou .descripe .ul_a li .ul_d p{
	margin-bottom: 20px;
	font-size: 16px;
	width: 300px;
}
.csks_huishou .descripe .ul_a li .ul_e{
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 224px;
	display: none;
}
.csks_huishou .descripe .ul_a li .ul_e p{
	margin-bottom: 20px;
	font-size: 16px;
	width: 300px;
}



.csks_jiameng{
	background-color: #f6f6f6;
	height: 1018px;
	width: 100%;
	padding-top: 82px;
	text-align: center;
}
.csks_jiameng h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
}
.csks_jiameng h2 span{
	color: #e70;
}
.csks_jiameng > div{
	margin-top: 50px;
	margin-bottom: 10px;
}
.csks_jiameng > div p{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #2d2d2d;
	margin-right: 50px;
	margin-left: 20px;
}
.csks_jiameng > div p span{
	color: #7b7b7b;
	font-weight: normal;
	margin-left: 23px;
}
.csks_jiameng > p{
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 0;
	position: relative;
}

.csks_gonghuo {
	width: 100%;
	margin-top: 78px;
	text-align: center;
	height: 622px;
	background :url(../img/gonghuoshang.png) no-repeat 100%;
	background-position: 0 150px;
	position: relative;
	margin-bottom: -44px;
}
.csks_gonghuo h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
}
.csks_gonghuo h2 span{
	color: #e70;
}
.csks_gonghuo > div{
	margin-top: 50px;
	margin-bottom: 10px;
}
.csks_gonghuo > div p{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #2d2d2d;
	margin-right: 30px;
	margin-left: 35px;
}
.csks_gonghuo > div p span{
	color: #7b7b7b;
	font-weight: normal;
	margin-left: 23px;
}
.csks_gonghuo > img{
	position: absolute;
	top: 200px;
	left: 49%;
	margin-left: 170px;
}
.csks_gonghuo > p{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	position: absolute;
	top: 465px;
	left: 50%;
	margin-left: 320px;
}
/*动画效果*/
#animate2{
	animation-delay: 0.7s;
}
#animate3{
	animation-delay: 1.4s;
}
#animate4{
	animation-delay: 2.1s;
}
#animate5{
	animation-delay: 2.8s;
}



#scoll li span{
	color:#666;
}



/*优料好卖平台*/
.ylhm_banner{
	background: url(../img/banner_bg.png) no-repeat;
	width: 100%;
	height: 403px;
	text-align: center;
	color: #fff;
}
.ylhm_banner > div{
	padding-top: 60px;
}
.ylhm_banner > div span:nth-of-type(1){
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-weight: 600;
}
.ylhm_banner > div span:nth-of-type(2){
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 2px;
	vertical-align: middle;
}
.ylhm_banner > div span:nth-of-type(3){
	font-size: 24px;
	vertical-align: middle;
	font-weight: 100;
}

.true_icon{
	background-image: url(../img/icon_tick.png);
	background-size: 100% 100%;
	background-position: center;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -7px;
}
.ylhm_banner > ul{
	width: 400px;
	margin: 60px auto;
	z-index: 9;
}

.ylhm_banner > ul li{
	font-size: 18px;
	list-style: none;
	text-align: left;
	margin-bottom: 20px;
}
.ylhm_banner > img{
	margin-top: -240px;
	margin-left: 250px;
	z-index: 999999999;
}
.ylhm_advantage{
	margin-top: 88px;
	margin-bottom: 50px;
}
.w4{
	width: 1227px;
	margin: 0 auto;
	text-align: center;
}
.ylhm_advantage h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 30px;
}
.ylhm_advantage h2 span{
	color: #e70;
}
.advange_box{
	width: 332px;
	height: 302px;
	margin: 37px;
	padding: 73px;
	border: 1px solid #ddd;
	display: inline-block;
}
.advange_box p{
	font-size: 14px;
	color: #a3a3a3;
}
.advange_box img{
	margin-bottom: 10px;
}
.ylhm_function{
	width: 100%;
	height: 819px;
	background: #ffddbb;
	position: relative;
	padding-top: 60px;
}
.ylhm_function h2{
	font-size: 36px;
	color: #924900;
	width: 290px;
	margin:0 auto 80px;
}

.ylhm_function .ul_a{
	position: absolute;
	top: 316px;
	left: 50%;
	margin-left: -600px;
}
.ylhm_function li{
	list-style: none;
	color: #974b00;
	margin-bottom: 90px;
}
.ylhm_function li p{
	width: 340px;
}
.ylhm_function li p:nth-of-type(1){
	margin-bottom: 5px;
	font-size: 18px;
}
.ylhm_function li img{
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	float: left;
	margin-right: 35px;
}
.ylhm_function > img{
	position: absolute;
	left: 50%;
	margin-left: -530px;
	top: 64px;
}
.ylhm_function .ul_b{
	position: absolute;
	top: 316px;
	right: 50%;
	margin-right: -600px;
}
.ylhm_describe{
	margin-top: 178px;
	position: relative;
	height: 860px;
	min-width: 1280px;
}
.ylhm_describe h2{
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 30px;
	width: 555px;
	margin: 0 auto;
}
.ylhm_describe h2 span{
	color: #e70;
}
.ylhm_describe p{
	width: 290px;
	font-size: 18px;
	color: #363636;
	line-height: 36px;
	position: absolute;
	left: 21%;
	top: 183px;
	z-index: 99;
}
.ylhm_describe img{
	position: absolute;
	top: 75px;
	width: 910px;
	right: 50%;
	margin-right: -700px;
}
.animate6,.box6,.box7,.box8,.box9,.box10,.box11,.box12,.box13,.box14,.box15{
	display: none;
}
.box7{
	animation-delay: 0.5s;
}
.box8{
	animation-delay: 1s;
}
.box9{
	animation-delay: 1.5s;
}
.box10{
	animation-delay: 2s;
}
.box11{
	animation-delay: 2.5s;
}
.box12{
	animation-delay: 3s;
}

.pos-fix{
	position: fixed;
	top: 96px;
}
.pos-fix2{
	position: fixed;
	top: 0;
}

.clearfix:after{
	content:"";display: block;clear:both;visibility: hidden;height: 0;line-height: 0;
}
.anchor{
	position: fixed;
	top: 96px;
	visibility: hidden;height: 0;line-height: 0;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .newslist_content .title span{
      background: none !important;
      color: #ee7700 !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .iejb span{
      background: none !important;
      color: #ee7700 !important;
    }
}