/* page_1 轮播图* 
--------------------------------------- */
#slide1 {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../imgs/Index/PAGE1-1.1.jpg);
	/* padding: 6% 0 0 0; */
}

#slide2 {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../imgs/Index/PAGE1-1.3.jpg);
	/* padding: 6% 0 0 0; */
}

#slide3 {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../imgs/Index/PAGE1-1.2.jpg);
	/* padding: 6% 0 0 0; */
}








/* page2 关于我们* 
--------------------------------------- */
.about_fl {
	float: left;
	width: 48%;
	height: 60%;
	/* left: 10.5%; */
	margin-top: 3%;
	font-size: 2.8rem;
	/* background-color: #00a4ff; */
	line-height: 25px;

}

.about_fl h2 {
	text-align: left;
	color: #444;
	text-shadow: 8px 8px 5px #cdcbcb;
}

.about_fl h2 span {
	color: #70ad47;
	/* color: #1b1f25; */
}

.about_fl p {
	/* text-indent: 2em; */
	line-height: 25px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.35em;
}

.about_fl hr {
	text-align: left;
	width: 22%;
	margin: 20px 0px 25px 0px;
	border: 0.2rem solid #6aaf08;
	background-color: #6aaf08;
}

.about_fl .about_bnt {
	display: block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	margin-top: 5%;
	font-style: italic;
	font-size: 0.36em;
	color: rgba(0, 0, 0, .6);
	border: 1px solid rgba(0, 0, 0, .3);
	transition: all .3s;
}

.about_fl .about_bnt:hover {
	transform: scale(1.1);
	color: #fff;
	background-color: #1b1f25;
	transition: all .3s;
}


.about_fr {
	float: right;
	width: 46%;
	height: 55%;
	/* left: 53%; */
	/* top: 28%; */
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, 0.3);
	/* background-color: antiquewhite; */
}






/* page3 产品中心* 
--------------------------------------- */
.sh_product_content h2 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 40px;
}

.sh_product_content_w_p {
	width: 100%;
	height: 100%;
	position: relative;
}

.sh_product_fl {
	position: absolute;
	left: 0px;
	width: 30%;
	height: 100%;
	top: 10%;
	/* background-color: brown; */
}

.sh_product_fr {
	position: relative;
	width: 65%;
	height: 100%;
	left: 35%;
	top: 0%;
	/* background-color: rgb(6, 16, 69); */
}

.sh_product_fl_title {
	color: rgba(255, 255, 255, .5);
	display: block;
	width: 90%;
	height: 23%;
	margin-bottom: 15px;
	/* background-color: bisque; */
}

.sh_product_fl .sh_product_m {
	position: absolute;
	display: block;
	width: 40%;
	height: 40px;
	line-height: 38px;
	/* bottom: 5%; */
	left: 9%;
	font-style: italic;
	color: rgba(255, 255, 255, .5);
	font-size: 1.1em;
	border: 1px solid rgba(255, 255, 255, .5);
	transition: all .3s;
}

.sh_product_fl .sh_product_m:hover {
	color: rgba(255, 255, 255, 1);
	transition: all .3s;
	border: 1px solid rgba(255, 255, 255, 1);
	margin-left: 15px;
}

/* 基本样式 */
.sh_product_fl_title .product_h_s1,
.sh_product_fl_title .product_h_s2,
.sh_product_fl_title .product_h_s3,
.sh_product_fl_title .product_h_s4 {
	padding: 0px 0px 0px 25px;
	font-size: 1.8em;
	text-align: left;
	transition: all .5s;
}


.sh_product_fl_title .product_p_s1,
.sh_product_fl_title .product_p_s2,
.sh_product_fl_title .product_p_s3,
.sh_product_fl_title .product_p_s4 {
	font-size: 1em;
	padding: 5px 0 0 32px;
	transition: all .5s;
}

/* 伪元素样式 */
.sh_product_fl_title .product_h_s1::before,
.sh_product_fl_title .product_h_s2::before,
.sh_product_fl_title .product_h_s3::before,
.sh_product_fl_title .product_h_s4::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 40px;
	background-color: #0052d9;
	opacity: 0;
	transition: all .5s;
}

.sh_product_fl_title .product_p_s1::after,
.sh_product_fl_title .product_p_s2::after,
.sh_product_fl_title .product_p_s3::after,
.sh_product_fl_title .product_p_s4::after {
	content: '';
	display: block;
	opacity: 0;
	width: 54px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(./imgs/Index/icon_arrow_r.png);
	transition: all .5s;
}

/* 伪元素覆盖样式 */
.sh_product_fl_title .product_hc_s1,
.sh_product_fl_title .product_hc_s2,
.sh_product_fl_title .product_hc_s3,
.sh_product_fl_title .product_hc_s4 {
	transition: all .5s;
	color: rgba(255, 255, 255, 1);
}

.sh_product_fl_title .product_hc_s1::before,
.sh_product_fl_title .product_hc_s2::before,
.sh_product_fl_title .product_hc_s3::before,
.sh_product_fl_title .product_hc_s4::before {
	transition: all .5s;
	margin-right: 20px;
	opacity: 1;
}

.sh_product_fl_title .product_pc_s1::after,
.sh_product_fl_title .product_pc_s2::after,
.sh_product_fl_title .product_pc_s3::after,
.sh_product_fl_title .product_pc_s4::after {
	opacity: 1;
	transition: all .5s;
}

.sh_product_fl_title .product_pc_s1,
.sh_product_fl_title .product_pc_s2,
.sh_product_fl_title .product_pc_s3,
.sh_product_fl_title .product_pc_s4 {
	transition: all .5s;
	margin-left: 27px;
	color: rgba(255, 255, 255, 1);
}

.sh_product_fr_page1,
.sh_product_fr_page2,
.sh_product_fr_page3,
.sh_product_fr_page4 {
	position: absolute;
	width: 100%;
	height: 100%;
	/* box-shadow: 5px 5px 5px rgba(0, 0, 0, .5); */
}

.sh_product_fr_page1 {
	display: block;
	/* background-color: rgb(6, 53, 69); */
}

.sh_product_fr_page2 {
	display: none;
	/* background-color: rgb(28, 18, 141); */
}

.sh_product_fr_page3 {
	display: none;
	background-color: rgb(85, 193, 230);
}

.sh_page_content {
	float: left;
	width: 50%;
	height: 50%;
}

.sh_page3_content3 {
	float: left;
	width: 50%;
	height: 100%;
}

.sh_page_content img,
.sh_page3_content3 img {
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

/* 文本 */
.sh_page_text {
	position: absolute;
	/* z-index: 999; */
	width: 50%;
	height: 50%;
	background-color: rgba(0, 0, 0, .4)
}

.sh_page_text_3 {
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}

.sh_page_text h3,
.sh_page_text_3 h3 {
	position: absolute;
	font-size: 1.6em;
	text-align: left;
	bottom: 10%;
	padding: 0px 20px;
	font-style: italic;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
}

.sh_page_text:hover h3,
.sh_page_text_3:hover h3 {
	transition: all .3s;
	color: #fff;
	margin-left: 25px;
}

/* 省略的第四页 */
.sh_product_fr_page4 {
	display: none;
	background-color: rgb(16, 20, 22);
}






/* page4 解决方案* 
--------------------------------------- */
.sh_solution_content_fl {
	float: left;
	width: 60%;
	height: 50%;
	/* height: 800px; */
	/* background-color: #0052d9; */
	transform: all .3s;
}

.sh_solution_content_fr {
	float: right;
	width: 40%;
	height: 80px;
	background-color: #05142c;
	transform: all .3s;
}

/*轮播容器*/
.solution_container {
	/*前后页按钮添加属性*/
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 428px;
	/* border: 1px solid #000; */
	transform: all .3s;
}

.person {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 331px;
	height: 452px;
	overflow: hidden;
	transform: all .3s;
}

.person:hover .more_content {
	opacity: 1;
	transform: all .3s;
}

.person:hover .world {
	display: none;
	transform: all .3s;
}

.first .pic,
.second .pic,
.third .pic,
.fourth .pic,
.fifth .pic,
.sixth .pic {
	float: left;
	width: 100%;
	height: 100%;
	transform: all .3s;
}

.first .pic img,
.second .pic img,
.third .pic img,
.fourth .pic img,
.fifth .pic img,
.sixth .pic img {
	width: 100%;
	height: 100%;
	transform: all .3s;
}

.first .world,
.second .world,
.third .world,
.fourth .world,
.fifth .world,
.sixth .world {
	position: absolute;
	width: 331px;
	height: 452px;
	line-height: 450px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	transform: all .3s;
}

.first .more_content,
.second .more_content,
.third .more_content,
.fourth .more_content,
.fifth .more_content,
.sixth .more_content {
	position: absolute;
	width: 331px;
	height: 452px;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	transform: all .3s;
}

.more_content p {
	font: 1em "Microsoft Yahei";
	padding: 150px 25px 30px 25px;
	color: #fff;
	transform: all .3s;
}

.more_content a {
	display: block;
	height: 40px;
	width: 220px;
	margin-top: 110px;
	margin-left: 54px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .7);
	color: rgba(255, 255, 255, .7);
	transform: all .3s;
}

.more_content a:hover {
	background-color: #1b1f25;
	border: 1px solid #1b1f25;
	color: #fff;
	transform: all .3s;
}


.buttons {
	width: 100%;
	height: 40px;
	position: relative;
	transform: all .3s;
}

.slider-nav {
	margin: 16px 0 16px -38px;
	text-align: center;
	transform: all .3s;
}

.slider-nav li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin: 8px 5px 0px 5px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	transform: all .3s;
}

/* .slider-nav li:hover {
	background: #31b0d5;
} */

.list {
	width: 3300px;
	height: 100%;
	position: absolute;
	transform: all .3s;
}

.arrow {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 2;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	top: 140px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	transform: all .3s;
}

#prev {
	left: 20px;
	transform: all .3s;
}

#next {
	right: 20px;
	transform: all .3s;
}

#container:hover .arrow {
	display: block;
	transform: all .3s;
}

.arrow:hover {
	background-color: rgba(0, 0, 0, .7);
	transform: all .3s;
}

.buttons .hk {
	background: #1b1f25;
	transform: all .3s;
}










/* page5 典型案例* 
--------------------------------------- */
.sh_cases_content_top {
	width: 100%;
	height: 28%;
	/* margin-bottom: 3%; */
}

.sh_cases_content_title {
	float: left;
	width: 60%;
	color: #272727;
	text-align: left;
	font-size: 2.2em;
	letter-spacing: 1px;
}

.sh_cases_content_title p {
	font-size: 0.45em;
	margin-top: 10px;
	color: rgba(0, 0, 0, 0.5);

}

.light_world {
	font-size: 20px;
	text-align: center;
	transition: all .3s;
	letter-spacing: 1px;
}




/* 下半部分 */
.sh_cases_content_bottom {
	width: 100%;
	height: 310px;
}

/* 浮动盒子 */
.sh_cases_box {
	float: left;
	width: 30.5%;
	height: 100%;
	/* background-color: #00a4ff; */
	margin-right: 30px;
	transition: all .3s;
}

/* 查看更多 */
.sh_cases_m {
	float: left;
	width: 12%;
	height: 40px;
	line-height: 40px;
	margin-top: 50px;
	font-style: italic;
	font-size: 1.15em;
	border: 1px solid rgba(0, 0, 0, .5);
	color: rgba(0, 0, 0, .5);
	transition: all .3s;
}

/* 鼠标经过事件 */
.sh_cases_box:hover {
	transition: all .3s;
	transform: scale(1.1);
}

.sh_cases_box:hover .sh_cases_box_pic_mask {
	background-color: rgba(0, 0, 0, .5);
}

.sh_cases_box:hover .light_world {
	font-size: 22px;
	transition: all .3s;
	color: #fff;
}

.sh_cases_box:hover .sh_cases_box_text {
	transition: all .3s;
	background-color: #1b1f25;
	color: #fff;
}

.sh_cases_m:hover {
	transform: scale(1.1);
	transition: all .3s;
	color: #fff;
	background-color: #1b1f25;
}

/* 定位 */
.sh_cases_box_pr {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 图片盒 */
.sh_cases_box_pic {
	position: absolute;
	width: 100%;
	height: 88%;
	/* box-shadow: 5px 5px 5px rgba(0, 0, 0, .3) */
}

/* 图片遮罩 */
.sh_cases_box_pic_mask {
	position: absolute;
	width: 100%;
	height: 88%;
	background-color: rgba(0, 0, 0, .3);
}


/* 遮罩里的文字 */
.sh_cases_box_pic_mask p {
	font-size: 1.1em;
	padding: 90px 40px 0px 40px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 1px;
}

/* 标题框 */
.sh_cases_box_text {
	position: absolute;
	text-align: left;
	width: 83.6%;
	height: 4.5rem;
	line-height: 4.5rem;
	bottom: 0px;
	font-size: 1.3em;
	padding: 0 30px;
	font-weight: 700;
	color: rgba(0, 0, 0, .7);
	background-color: #ffffff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}








/* page6 新闻中心* 
--------------------------------------- */
.sh_news_fl {
	float: left;
	width: 44%;
	height: 100%;
	margin-top: -5%;
	/* background-color: #ff9a3f; */
}

.sh_news_title {
	text-align: left;
	color: #272727;
	text-align: left;
	font-size: 2.2em;
	letter-spacing: 1px;
}

.sh_news_title p {
	color: rgba(0, 0, 0, .5);
	font-size: 0.45em;
	margin-bottom: 30px;

}

.sh_news_fl_pic_box {
	width: 100%;
	height: 60%;
	overflow: hidden;
}

#sh_larger_img {
	transition: all .3s;
}

.sh_news_fl_text {
	text-align: left;
	margin-top: 8px;
	font-size: 1.5em;
	line-height: 35px;
	transition: all .3s;
}

.sh_news_fl_text p {
	font-style: italic;
	font-size: 0.8em;
}

.sh_news_fl a:hover #sh_larger_img {
	transition: all .3s;
	transform: scale(1.05);
}

.sh_news_fl a:hover .sh_news_fl_text {
	color: rgba(0, 0, 0, 1);
	transition: all .3s;
}

/* 右边内容 */
.sh_news_fr {
	float: right;
	width: 49%;
	height: 100%;
	/* left: 51%; */
	/* background-color: #984e0d; */
}

.sh_news_fr .sh_news_fr_text_box {
	width: 100%;
	height: 140px;
	margin-top: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	transition: all .3s;
}

.sh_news_fr .sh_news_fr_text1 {
	float: left;
	width: 20.5%;
	text-align: left;
	font-size: 1.8em;
	padding-top: 34px;
	/* background-color: #779dd8; */
}

.sh_news_fr .sh_news_fr_text1 p {
	font-size: 0.65em;
	color: rgba(0, 0, 0, .3);
	padding-left: 47px;
	padding-top: 10px;
	/* font-style: italic; */
}

.sh_news_fr .sh_news_fr_text2 {
	float: left;
	width: 70%;
	text-align: left;
	padding-top: 30px;
	font-size: 1.4em;
}

.sh_news_fr .sh_news_fr_text2 P {
	font-size: 0.65em;
	color: rgba(0, 0, 0, .3);
	padding-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sh_news_fr_text_box:hover {
	margin-left: 15px;
	color: rgba(0, 0, 0, 1);
	transition: all .3s;
}

.sh_news_m {
	float: right;
	display: block;
	width: 25%;
	height: 40px;
	line-height: 38px;
	margin-top: 25px;
	margin-left: 15px;
	font-style: italic;
	font-size: 1.1em;
	color: rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .5);
	transition: all .3s;
}

.sh_news_m:hover {
	margin-right: -15px;
	color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(0, 0, 0, 1);
	transition: all .3s;
}
