﻿@charset "utf-8";
.main {
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

.banner {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	height: 100%;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 99;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #d83437;
}

.banner .swiper-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	background-size: auto 100%;
	position: relative;
}

.banner .arrow-left {
	background: url(../img/index/banner_btn1.png) no-repeat 0 0;
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -32px;
	width: 59px;
	height: 63px;
	z-index: 2;
}

.banner .arrow-right {
	background: url(../img/index/banner_btn2.png) no-repeat 0 0;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -32px;
	width: 59px;
	height: 63px;
	z-index: 2;
}

.banner .arrow-left:hover,
.banner .arrow-right:hover {
	background-position: 0 -63px;
}

.banner .banner_t {
	position: absolute;
	left: 50%;
	top: 96px;
	margin-left: -500px;
	width: 1200px;
	font-size: 24px;
	color: #fff;
}

.banner .banner_t i {
	display: block;
	margin-top: 190px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active .banner_t i {
	-webkit-animation: c1 .8s ease-out;
	animation: c1 .8s ease-out;
}

@-webkit-keyframes c1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes c1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.banner .banner_t p {
	margin-top: 10px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active .banner_t p {
	-webkit-animation: cc .8s ease-out;
	animation: cc .8s ease-out;
}

@-webkit-keyframes cc {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes cc {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.nav_m {
	position: absolute;
	bottom: 60px;
	z-index: 2;
	width: 1052px;
	left: 50%;
	margin-left: -526px;
}

.nav_m a {
	display: block;
	position: relative;
	float: left;
	height: 130px;
	width: 254px;
	box-sizing: border-box;
	border: 4px solid #fff;
	margin-left: 12px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}

.nav_m a:hover {
	border-color: #e38120;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
	-moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
	-ms-box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0)
}

.nav_m a:first-child {
	margin-left: 0;
}

.nav_m a img {
	display: block;
	height: 100%;
	width: 100%;
}

.nav_m a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: url(../img/index/span_bg.png) repeat;
	width: 100%;
	text-align: center;
}


/*situation*/

.situation_box {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.situation_box_bg {
	width: 100%;
	height: 100%;
	background: url(../img/group-profile/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.situation {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -200px;
	padding: 0 105px;
	box-sizing: border-box;
	height: 480px;
	z-index: 1;
}

.situation a {
	display: block;
	float: left;
	height: 210px;
	width: 300px;
	color: #fff;
	text-align: center;
	background: url(../img/group-profile/list_bg.png) repeat;
	margin: 15px 15px;
}

.situation a {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	opacity: 0;
}

.situation.active a:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.situation.active a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.situation.active a:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.situation.active a:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.situation.active a:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.situation.active a:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.situation.active a {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.situation a i {
	display: block;
	width: 66px;
	height: 66px;
	margin: 42px auto 0;
}

.situation a:nth-child(1) i {
	background: url(../img/group-profile/01.png) no-repeat center center;
}

.situation a:nth-child(1):hover i {
	background: url(../img/group-profile/01s.png) no-repeat center center;
}

.situation a:nth-child(2) i {
	background: url(../img/group-profile/02.png) no-repeat center center;
}

.situation a:nth-child(2):hover i {
	background: url(../img/group-profile/02s.png) no-repeat center center;
}

.situation a:nth-child(3) i {
	background: url(../img/group-profile/03.png) no-repeat center center;
}

.situation a:nth-child(3):hover i {
	background: url(../img/group-profile/03s.png) no-repeat center center;
}

.situation a:nth-child(4) i {
	background: url(../img/group-profile/04.png) no-repeat center center;
}

.situation a:nth-child(4):hover i {
	background: url(../img/group-profile/04s.png) no-repeat center center;
}

.situation a:nth-child(5) i {
	background: url(../img/group-profile/05.png) no-repeat center center;
}

.situation a:nth-child(5):hover i {
	background: url(../img/group-profile/05s.png) no-repeat center center;
}

.situation a:nth-child(6) i {
	background: url(../img/group-profile/06.png) no-repeat center center;
}

.situation a:nth-child(6):hover i {
	background: url(../img/group-profile/06s.png) no-repeat center center;
}

.situation a:hover h2,
.situation a:hover span {
	color: #e38120;
}

.situation a h2 {
	font-size: 18px;
	margin-top: 10px;
}

.situation a span {
	display: block;
	font-size: 12px;
	opacity: 0.6;
}


/*news*/

.news_box {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.news_box_bg {
	width: 100%;
	height: 100%;
	background: url(../img/news/news_bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.news {
	width: 1200px;
	height: 630px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -275px;
	z-index: 2;
}

.news_cont {
    overflow:scroll;
    overflow-x:hidden;
	width: 1060px;
	padding-left: 60px;
	box-sizing: border-box;
	border-left: 2px solid #87878a;
	height: 100%;
}
.news_conts {
    overflow-y:hidden;
}
.news_tab {
	padding-top: 70px;
}

.news_tab a {
	display: block;
	width: 80px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #666667;
	margin-bottom: 20px;
}

.news_tab a.active {
	color: #e38120;
	border-color: #e38120;
}

.news_tab a:hover {
	color: #e38120;
	border-color: #e38120;
}

.news_cont .cont>a {
	display: block;
	float: left;
	width: 220px;
	height: 158px;
}

.news_cont .cont>a img {
	display: block;
	height: 100%;
	width: 100%;
}

.news_cont .cont {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 1px;
}

.news_cont .cont:last-child {
	margin-bottom: 0;
}

.news_cont .cont div {
	width: 750px;
	float: right;
}

.news_cont .cont div h2 a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
    font-weight:bold;
}

.news_cont .cont div span {
	display: block;
	font-size: 12px;
	color: #dfdfdf;
	margin-top: 5px;
}

.news_cont .cont div p {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	margin-top: 15px;
}

.news_cont .cont:hover a {
	color: #e38120;
}

.news_cont .cont:hover {
	
}

.bounced-c-news h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
}

.bounced-c-news span {
	display: block;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.bounced-c-news div {
	margin-top: 20px;
	height: 450px;
	overflow: scroll;
	padding: 0 5px;
	overflow-x: hidden;
}

.bounced-c-news div img {
	display: block;
	width: 100%;
	height: auto;
}

.bounced-c-news div p {
	font-size: 13px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}


/*industry*/

.industry_box {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background: url(../img/industry/bg.jpg) no-repeat 50%;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}

.industry {
	width: 1200px;
	height: 235px;
	position: absolute;
	margin-top: -90px;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
}

.industry a {
	display: block;
	float: left;
	width: 280px;
	height: 235px;
	background: url(../img/index/span_bg.png) repeat;
	margin: 0 10px;
}

.industry a {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	opacity: 0;
}

.industry.active a:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.industry.active a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.industry.active a:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.industry.active a:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.industry.active a:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.industry.active a:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.industry.active a {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.industry a:hover {
	background-image: url(../img/industry/a_bg.png);
}

.industry a i {
	display: block;
	width: 128px;
	height: 115px;
	margin: 30px auto 0;
}

.industry a:nth-child(1) i {
	background: url(../img/industry/01.png) no-repeat center center;
}

.industry a:nth-child(2) i {
	background: url(../img/industry/02.png) no-repeat center center;
}

.industry a:nth-child(3) i {
	background: url(../img/industry/03.png) no-repeat center center;
}

.industry a:nth-child(4) i {
	background: url(../img/industry/04.png) no-repeat center center;
}

.industry a h2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
}


/*group-story*/

.group_story a:hover {
	background-image: url(../img/index/span_bg.png);
}

.group_story a:nth-child(1) i {
	background-image: url(../img/group-story/01.png);
}

.group_story a:nth-child(1):hover i {
	background-image: url(../img/group-story/01s.png);
}

.group_story a:nth-child(1):hover h2 {
	color: #e38120;
}

.group_story a:nth-child(2) i {
	background-image: url(../img/group-story/02.png);
}

.group_story a:nth-child(2):hover i {
	background-image: url(../img/group-story/02s.png);
}

.group_story a:nth-child(2):hover h2 {
	color: #e38120;
}

.group_story a:nth-child(3) i {
	background-image: url(../img/group-story/03.png);
}

.group_story a:nth-child(3):hover i {
	background-image: url(../img/group-story/03s.png);
}

.group_story a:nth-child(3):hover h2 {
	color: #e38120;
}

.group_story a:nth-child(4) i {
	background-image: url(../img/group-story/04.png);
}

.group_story a:nth-child(4):hover i {
	background-image: url(../img/group-story/04s.png);
}

.group_story a:nth-child(4):hover h2 {
	color: #e38120;
}


/*special-work*/

.special {
	height: 246px;
	margin-top: -100px;
}

.special a {
	margin: 0 15px;
	height: 246px;
}

.special a i {
	width: 110px;
	height: 115px;
}

.special a:nth-child(1) i {
	background: url(../img/special-work/01.png) no-repeat center center;
}

.special a:nth-child(1):hover i {
	background: url(../img/special-work/01s.png) no-repeat center center;
}

.special a:nth-child(2) i {
	background: url(../img/special-work/02.png) no-repeat center center;
}

.special a:nth-child(2):hover i {
	background: url(../img/special-work/02s.png) no-repeat center center;
}

.special a:nth-child(3) i {
	background: url(../img/special-work/03.png) no-repeat center center;
}

.special a:nth-child(3):hover i {
	background: url(../img/special-work/03s.png) no-repeat center center;
}


/*responsibility*/

.responsibility_box {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background: url(../img/responsibility/bg.jpg) no-repeat 50%;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}

.resp_left {
	width: 200px;
	float: left;
	height: 634px;
    padding-top:14px;
}

.resp_left li {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.resp_left ul {
	margin-top: 30px;
}

.resp_right {
	width: 960px;
	float: right;
	box-sizing: border-box;
	padding-left: 100px;
	height: 634px;
	border-left: 1px solid #aaa;
}

.resp_right a {
	float: left;
	width: 338px;
	height: 266px;
	margin: 1px;
	position: relative;
	overflow: hidden;
}

.resp_right a img {
	display: block;
	width: 100%;
	height: 100%;
}

.resp_right>div {
	margin-top: 45px;
}

.resp_right a div {
	width: 338px;
	height: 266px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/responsibility/bg.png) repeat;
}

.resp_right a div i {
	display: block;
	width: 85px;
	height: 85px;
	margin: 90px auto 0;
}

.resp_right a div span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.resp_right a:nth-child(1) div i {
	background: url(../img/responsibility/01.png);
}

.resp_right a:nth-child(2) div i {
	background: url(../img/responsibility/02.png);
}

.resp_right a:nth-child(3) div i {
	background: url(../img/responsibility/03.png);
}

.resp_right a:nth-child(4) div i {
	background: url(../img/responsibility/04.png);
}

.responsibility {
	height: 634px;
	width: 1200px;
	position: absolute;
	top: 50%;
	margin-top: -290px;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
	z-index: 2;
}


/*contact-us*/

.message {
	margin-top: 40px;
	padding-left: 20px;
}

.message li {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.message li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	height: 21px;
	line-height: 21px;
	padding-left: 30px;
	background: url(../img/contact-us/qq.png) no-repeat 0 center;
	margin-right: 20px;
	margin-top: 20px;
}

.message .wx {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 40px;
	margin-top: 100px;
}

.message .wx span {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	width: 120px;
	overflow: hidden;
}

.contact {
	margin-top: 40px;
	padding-left: 20px;
}

.contact p {
	font-size: 14px;
	color: #e38120;
}

.contact ul {
	margin-top: 25px;
}

.contact li {
	margin-bottom: 20px;
}

.contact li label {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

.contact li label em {
	color: #ff0101;
}

.contact li i {
	color: #ff0101;
	margin-left: 10px;
}

.contact li input {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #fafafa;
	width: 260px;
	padding: 0 10px;
	color: #fff;
}

.contact li textarea {
	display: block;
	resize: none;
	margin-left: 5px;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #fafafa;
	width: 360px;
	height: 150px;
	padding: 10px;
	color: #fff;
}

.contact .btn {
	display: block;
	width: 86px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	background-color: #e38120;
	border-radius: 5px;
	margin-left: 105px;
	margin-top: 30px;
}

.contact_box {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.contact_box_bg {
	width: 100%;
	height: 100%;
	background: url(../img/contact-us/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.situation_box_bgs {
	width: 100%;
	height: 100%;
	background: url(../img/special-work/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.responsibility_box_bg {
	width: 100%;
	height: 100%;
	background: url(../img/responsibility/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.industry_box_bg {
	width: 100%;
	height: 100%;
	background: url(../img/industry/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.group_story_bg {
	width: 100%;
	height: 100%;
	background: url(../img/group-story/bg.jpg) no-repeat 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*修改*/
 .resp_right div > a:nth-child(1) {
    background:url(../img/responsibility/up_1.jpg) no-repeat center center;
}
    .resp_right div > a:nth-child(2) {
    background:url(../img/responsibility/up_2.jpg) no-repeat center center;
}
    .resp_right div > a:nth-child(3) {
    background:url(../img/responsibility/up_3.jpg) no-repeat center center;
}
        .resp_right div > a:nth-child(4) {
    background:url(../img/responsibility/up_4.jpg) no-repeat center center;
}