body, html {
	overflow: hidden;
}


/* 屏幕1下的每个item */
.section_1 .item {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	vertical-align: bottom;
	width: 33.33%;
	height: 100%;
	background-image: url(../img/scroll1_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #444444;
	font-size: 30px;
	position: relative;
	overflow: hidden;
}
.section_3 .item {
	background-image: none;
}

.section_1 .item .item_content {
	font-weight: 700;
}

.section_1_line,
.section_2_line,
.section_4_line {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 50%;
}
.section_2_line {
	height: 100%;
}

/* 没有移入时不显示 */
.section_1 .item:hover .section_1_line_hover {
	visibility: hidden;
}
.section_1_pro_img {
	transform: rotateX(-90deg);
	transition: all .3s;
}
.section_1 .item:hover .section_1_pro_img {
	transform: rotateX(0deg);
}

/* 移入时显示 */
.section_1 .item:hover .section_1_line_hover_show {
	visibility: visible;
	/* transform: scale(1.2);
	transform-origin: center center; */
}

.section_1 .item:hover .section_1_line_hover_show>.section_1_pro_detail {
	animation: bottomToTop 0.3s;
	/* top: 100%;
	transition: top .5s; */
}

.section_1_pro_detail {}

@keyframes bottomToTop {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}

/* 移入时显示的产品 */
.section_1_line_hover_show {
	position: relative;
	width: 100%;
	height: 100%;
	/* background-image: url(../img/index/pro1.png); */
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
}
.section_1_pro_img {
	visibility: hidden;
}

.section_1_line_hover_show_bg {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transform-origin: center;
	transition: all .3s;
	transform: scale(.9);
	z-index: -99;
}

.section_1 .item:hover .section_1_line_hover_show_bg {
	opacity: 1;
	z-index: 1;
	transform: scale(1.2);
}

.section_1_line_hover_show>.section_1_pro_detail,
.section_3_line_hover>.section_3_pro_detail {
	position: absolute;
	padding: 20px;
	bottom: 0;
	background-color: rgba(256, 256, 256, .6);
}

/* 控制图片的文字内容的大小 */
.section_1_line_hover_show>.section_1_pro_detail,
.section_3_line_hover>.section_3_pro_detail {
	font-size: 14px;
	color: #999999;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
}

.section_1_line_hover_show>.section_1_pro_detail .content,
.section_3_line_hover>.section_3_pro_detail .content {
	
	cursor: pointer;
}

/* 控制图片的文字标题的大小 */
.section_1_line_hover_show>.section_1_pro_detail>.title,
.section_3_line_hover>.section_3_pro_detail>.title {
	font-size: 18px;
	color: #444444;
}
.section_1_line_hover_show>.section_1_pro_detail>.content>span {
	cursor: pointer;
	/* margin-right: 10px; */
}
.section_1_line_hover_show>.section_1_pro_detail>.content>span:not(:last-child)::after,
.section_3_line_hover>.section_3_pro_detail .content>span:not(:last-child)::after {
	content: '/';
	margin: 0 10px;
}


/* 每一个item鼠标悬停时 */
.section_1_line_hover {
	position: absolute;
}

.section_1_line_hover>div:first-child,
.section_1_line_hover>div:last-child {
	display: inline-block;
	width: 2px;
	height: 0.5em;
	background-color: #13489A;
	margin-right: 10px;
}

.section_1_line_hover>div:last-child {
	margin-right: 0;
	margin-left: 10px;
}

.section_1 .item.border_top {
	border-top: 2px solid #ccc;
}

.section_1 .item.border_bottom {
	border-bottom: 2px solid #ccc;
}

.section_1 .item.border_left {
	border-left: 2px solid #ccc;
}

.section_1 .item.border_right {
	border-right: 2px solid #ccc;
}


/* 屏幕二 */
.section_2_line_left {
	position: relative;
	float: left;
	width: 55%;
	height: 100%;
	padding: 10% 6% 0;
}

.section_2_line_right {
	float: left;
	width: 45%;
	height: 100%;
	background-image: url(../img/scroll2_right.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}

.section_2_line_left_introduce>.title {
	font-size: 30px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 50px;
}

.section_2_line_left_introduce>.content {
	font-size: 19px;
	color: #999999;
	max-height: 260px;
	overflow: hidden;
	line-height: 40px;
}

.section_2_line_left_more  {
	margin-top: 35px;
	width: 140px;
	height: 60px;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	font-family: PingFang SC;
	color: #E5E5E5;
	text-align: center;
	line-height: 60px;
	transition: all 0.3s;
}
.section_2_line_left_more:hover {
	background: #094C99;
	color: #fff;
	cursor: pointer;
}

.section_2_line_left_name {
	position: absolute;
	left: 6%;
	bottom: 111px;
	width: 50%;
}

.section_2_line_left_join {
	position: absolute;
	width: 65%;
	left: 12%;
	bottom: 178px;
	margin-top: -67px;
}

.section_2_line_left_name>img,
.section_2_line_left_join>img {
	width: 451px;
	position: relative;
}
.section_2_line_left_join>img {
	width: 678px;
}

.section_2_line_right>img {
	width: 100%;
}

/* 第三屏 */
.section_3_line_hover {
	position: relative;
}

.section_3_line_hover>.section_3_pro_detail {
	position: absolute;
	top: 100%;
	color: #999999;
	font-size: 18px;
}

.section_3_line_hover>.section_3_pro_detail>.title {
	font-size: 22px;
	color: #444444;
	cursor: pointer;
}

.section_3_line_hover {
	width: 100%;
	height: 100%;
	transition: top .3s;
	top: 0;
}

.section_3 .item:hover .section_3_line_hover_top {
	transform: scale(1.2);
}

.section_3 .item:hover .section_3_line_hover_mask  {
	opacity: 1;
}

.section_3_line_hover_mask {
	display: flex;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10% 15%;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	background-color: rgba(0, 0, 0, .6);
	border-bottom: 1px solid #fff;
}

.section_3_line_hover_mask>div:nth-child(1),
.section_3_line_hover_mask>div:last-child {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
}

.section_3_pro_detail_title,
.section_3_pro_detail_sub {
	margin: 10px;
	text-align: center;
	cursor: pointer;
}

.section_3_pro_detail_title {
	color: #fff;
	font-size: 24px;
	animation: titleAni .3s linear;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@keyframes titleAni {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.section_3_pro_detail_sub {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	animation: subTitleAni .3s linear;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.section_3_pro_detail_sub>span:not(:last-child)::after {
	content: '/';
	margin: 0 6px;
}

@keyframes subTitleAni {
	from {
		opacity: 0;
		transform: translateY(-80px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

/* .section_3 .item:hover .section_3_line_hover {
	top: -80px;
} */

.section_3_line_hover_top {
	padding: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/scroll3_pic.png);
	background-size: cover;
	background-position: center center;
	transition: all .3s;
	transform: scale(1);
}

/* 第四屏 */
.section_4_line {
	height: 100%;
}

.scroll_4_left {
	float: left;
	width: 20%;
	background: url(../img/scroll4_left.png);
	background-size: cover;
}

.scroll_4_left_pic {
	width: 100%;
}


.scroll_4_center {
	width: 60%;
	align-self: center;
	padding: 0 85px;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.scroll_4_center_left {
	width: 10%;
	margin-right: 3%;
	font-size: 16px;
	color: #444444;
}

.scroll_4_center_left>div {
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.scroll_4_center_left>div.actived::before {
	content: " ";
	margin-right: 15px;
	display: inline-block;
	width: 5px;
	height: 17px;
	position: absolute;
	background-color: #064A98;
	border-radius: 2px;
	top: 4px;
	left: -20px;
}

.scroll_4_center_left>div.actived {
	margin-bottom: 20px;
	border-left-color: #064A98;
	cursor: default;
}

.scroll_4_center_right {
	width: 80%;
	padding-left: 5%;
	border-left: 1px solid #e5e5e5;
}

/* 新闻列表 */


.news_item_img {
	max-width: 180px;
	min-width: 180px;
	margin-right: 12px;
	height: 96px;
	/* background-image: url(../img/index/news.png); */
	background-position: center center;
	background-size: cover;
}

.scroll_4_center_right_news_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}

.scroll_4_center_right_news_content {
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999999;
}

.scroll_4_center_right_news_date {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.scroll_4_center_right {
	white-space: nowrap;
	position: relative;
}

.scroll_4_center_right>div {
	overflow: hidden;
	min-height: 340px;
}

.scroll_4_center_right>div>div {
	width: 100%;
	display: inline-block;
	position: relative;
	left: 0;
	vertical-align: top;
}

.scroll_4_center_right>div>div {
	transition: left .3s;
}

.scroll_4_center_right_scroll_left,
.scroll_4_center_right_scroll_right {
	width: 11px;
	cursor: pointer;
}

.scroll_4_center_right_scroll_left {
	opacity: .3;
	cursor: not-allowed;
}

.scroll_4_center_right_scroll_right {
	left: 22px;
	margin-left: 45px;
}

.scroll_4_center_right>div>div>div {
	margin-bottom: 30px;
	overflow: hidden;
}

/* .scroll_4_center_right>div>div>div:hover .scroll_4_center_right_news_title {
	color: #064A98;
}

.scroll_4_center_right>div>div>div:hover .scroll_4_center_right_news_date {
	visibility: visible;
} */

.news_item {
	cursor: pointer;
}
.news_item_content {
	position: relative;
	top: 15px;
	transition: all .3s;
}
.news_item:hover .news_item_content {
	top: 0;
}
.news_item:hover .scroll_4_center_right_news_date {
	visibility: visible;
	font-family: Arial;
}
.news_item:hover .scroll_4_center_right_news_title {
	color: #064A98;
}


.scroll_4_right {
	width: 20%;
	float: left;
	position: relative;
	border-left: 1px solid #E5E5E5;
	overflow: hidden;
}

.scroll_4_right>.scroll_4_left_pic {
	visibility: hidden;
}

.scroll_4_right>div {
	position: absolute;
	width: 100%;
}

.scroll4_right_top {
	top: 5%;
	left: 20%;
}

.scroll4_right_top_img {
	width: 100%;
}

.scroll4_right_top_img_absolute {
	width: 70%;
	position: absolute;
	top: -20px;
	left: -50px;
}

.scroll4_right_bottom {
	bottom: 5%;
	left: 10%;
}

.scroll4_right_bottom_img {
	width: 250px;
}

.scroll4_right_bottom_img_absolute {
	width: 182px;
	position: absolute;
	top: -46px;
	left: 0;
}

/* 第五屏 */
.section_4_line_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_4_line_content_title {
	color: #444444;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.section_4_line_content_subtitle {
	font-size: 14px;
	color: #C1C1C1;
}

/* 输入框 */
.section_4_line_message_top {
	margin-top: 50px;
}

.section_4_line_message_top .item {
	width: 33.33%;
	float: left;
	position: relative;
	color: #999999;
	font-size: 16px;
}

.section_4_line_message_top .item div {
	position: absolute;
	padding: 10px 0;
}

.section_4_line_message_top .item input,
.section_4_line_message_top_content .title input  {
	border: 0;
	padding: 10px 0;
	color: #444444;
	width: 80%;
	font-size: 16px;
	padding-left: 40px;
	border-bottom: 1px solid #E5E5E5;
	outline: 0;
}

.section_4_line_message_top_content {
	margin-top: 30px;
}

.section_4_line_message_top_content .title {
	color: #999999;
	font-size: 16px;
}

.section_4_line_message_top_content textarea {
	width: 100%;
	border: 0;
	outline: 0;
	margin-top: 30px;
	font-size: 16px;
	overflow-y: hidden;
	border-bottom: 1px solid #E5E5E5;
	background-color: transparent;
}

.section_4_line_content_box  {
	width: 68%;
}

.primary-btn {
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
	height: 64px;
	line-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #064A98;
	border: 1px solid #064A98;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	transition: opacity 0.2s;
	outline: none;
	position: relative;
}

.primary-btn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: #000;
	border: inherit;
	border-color: #000;
	border-radius: inherit;
	transform: translate(-50%, -50%);
	opacity: 0;
	content: ' ';
}

.primary-btn:active::before {
	opacity: 0.1;
}

#subBtn.doing {
	opacity: .5;
	background-color: rgba(8, 76 , 152, 0.6);
}

.submit_btn {
	background-color: #064A98;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}


.section_4_line_message {
	background-color: #444444;
	z-index: -1;
	height: 30%;
	display: flex;
	align-items: center;
}

.section_4_line_message_left {
	padding-left: 10%;
	color: #C1C1C1;
}

.section_4_line_message_left_top {
	display: flex;
}

.section_4_line_message_left_top>div {
	position: relative;
	width: 33%;
}

/* .section_4_line_message_left_top>div:hover>div {
	position: absolute;
	top: -1.5em;
	left: 0;
	overflow: visible;
	background-color: #444444;
	z-index: 999;
} */

.section_4_line_message_left_top>div>div {
	top: 0;
	left: 0;
	transition: top .3s;
	
	display: flex;
	flex-wrap: nowrap;
}

.msg_item>div:nth-child(1) {
	/* width: 60px; */
}
.msg_item>div:nth-child(2) {
	width: 60px;
	flex: 1;
	margin-right: 30px;
}

.section_4_line_message_left  {
	/* display: flex;
	justify-content: space-between; */
	/* width: 100%; */
}

.section_4_line_message_left_bottom {
	margin-top: 10px;
}

.section_4_line_message_right {
	color: #E4E4E4;
	/* padding-right: 50%; */
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	position: relative;
	display: flex;
	align-items: center;
}

.section_4_line_message_right>div {
	margin-right: 10%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.section_4_line_message_right_title {
	margin-bottom: 5%;
}

.scroll5_icon {
	width: 100%;
	max-width: 40px;
	cursor: pointer;
}

.icon_box_box {
	display: flex;
	position: relative;
}
.icon_box_box>div {
	position: relative;
	display: flex;
	justify-content: center;
	margin-right: 20px;
}

/* 官方公众平台 */

.icon_box_box>div>div {
	position: absolute;
	top: -220px;
	/* left: -50%; */
	overflow: hidden;
	/* display: none; */
	transform-origin: bottom;
	transform: scaleY(0);
	/* transition: all 0s; */
}

.icon_box_box>div>div>div {
	position: relative;
	bottom: -200px;
	transition: all 0.3s;
	padding: 10px;
	width: 200px;
	height: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* background: url(../img/scroll1_bg.png); */
}

.icon_box_box>div>div>div>img {
	width: 100%;
	height: 100%;

}

.icon_box_box>div:hover>div {
	/* display: block; */
	transform: scaleY(1);
	/* height: 200px; */
}

.icon_box_box>div:hover>div>div {
	bottom: 0px;
}



/* 右侧引导添加小点左侧的文字 */
.section-btn>li {
	position: relative;
	text-align: center;
	font-family: Arial;
	font-weight: 700;
	color: #444444;
	cursor: pointer;
}
.section-btn>li.on {
	cursor: default;
}

.section-btn>li>div:nth-child(2) {
	position: absolute;
	right: 110%;
	top: 0;
	color: #666666;
	font-size: 14px;
	white-space: nowrap;
}

/* 动画 */
.sec_ani {
	opacity: 0;
}

/* 右侧悬浮 */
.right_icon_box {
	position: fixed;
	right: 0;
	bottom: 30px;
}
.right_icon {
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 3px;
	background-image: url(../img/right_icon.png);
	background-repeat: no-repeat;
	/* background-size: 16px 13px; */
	background-position: center;
}
.right_suspension {
	position: absolute;
	left: 0%;
	bottom: 0;
	display: none;
	/* opacity: 0; */
	/* z-index: -999; */
	transition: all .3s; 
}
.right_icon_box:hover .right_icon {
	visibility: hidden;
}
.right_icon_box:hover .right_suspension {
	/* opacity: 1; */
	/* z-index: 999; */
	display: block;
}
.right_suspension>div {
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.right_suspension_phone {
	background-image: url(../img/phone.png);
	/* background-size: 12px 13px; */
}
.right_suspension_address {
	background-image: url(../img/address.png);
	/* background-size: 11px 13px; */
}
.right_suspension_service {
	background-image: url(../img/service.png);
	/* background-size: 12px 13px; */
}
.right_suspension_service>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.right_suspension_wechat {
	background-image: url(../img/wechat.png);
	/* background-size: 13px 11px; */
}
.right_suspension>div>div {
	position: absolute;
	bottom: 0;
	right: 50px;
	overflow: hidden;
}
.right_suspension>div>div>div {
	position: relative;
	bottom: 0;
	left: 100%;
	white-space: nowrap;
	color: #BFB16F;
	line-height: 50px;
	/* padding: 0 10px; */
	background-color: #FFFFFF;
	transition: all 0.3s;
}
.wxwx>img {
	width: 200px;
}
.telephone, 
.address {
	padding: 0px 20px;
}

.right_suspension>div:hover {
	background-color: #BFB16F;
}
.right_suspension>div:hover>div>div {
	left: 0%;
}

.section_5 {
	position: relative;
}

.beian {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #C1C1C1;
	z-index: 9999999;
	text-align: center;
}

.beian>div {
	display: inline-block;
	cursor: pointer;
}

