@charset "utf-8";

/*section2*/

.company-profile {
	position: relative;
	margin-left: 40%;
	margin-top: 28%;
	z-index: 10;
}

.company-profile p {
	margin-top: 70px;
	font-size: 14px;
	line-height: 26px;
}

.company-quest {
	position: absolute;
	top: 80%;
	left: -78%;
	z-index: -1;
}

.company-photo {
	margin-top: 12%;
}

.company-photo img {
	margin-left: 3%;
	width: 60%;
}

.big-font {
	font-size: 32.334px;
	font-family: "Microsoft YaHei";
	color: rgb( 238, 238, 238);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.485;
	-moz-transform: matrix( 4.63907837060124, 0, 0, 4.63907837060125, 0, 0);
	-webkit-transform: matrix( 4.63907837060124, 0, 0, 4.63907837060125, 0, 0);
	-ms-transform: matrix( 4.63907837060124, 0, 0, 4.63907837060125, 0, 0);
	position: absolute;
	z-index: 8;
}

.chongqing {
	right: 18%;
	top: 82%;
}

.redLine {
	display: block;
	width: 64px;
	height: 3px;
	background: #c30d23;
	margin-top: 26px;
}


/*section3*/

.project {
	width: 100%;
	height: 100%;
	background: url(../img/index/section3-bg.png);
	background-size: cover;
}

.project .project-introduction {
	margin-left: 40%;
	margin-top: 40%;
}

.project .project-introduction p {
	color: #fff;
}

.bg-white {
	width: 1122px;
	height: 711px;
	background: rgba(255, 255, 255, .9);
	margin-top: 15%;
}

.int-box {
	width: 70%;
	min-height: 250px;
	margin-top: 18%;
	margin-left: 16%;
}

.int-box .font-style {
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 0;
}

.int-box .redLine {
	width: 30px;
	height: 4px;
	background: #c30d23;
	margin-top: 0;
	margin-bottom: 12px;
}

.int-box .con {
	line-height: 26px;
}


/*section4*/

.our-project {
	position: relative;
	margin-left: 52%;
	margin-top: 31%;
}

.our-project .works {
	top: 180%;
	left: -154%;
}

.our-project .pro-list {
	position: absolute;
	top: 300px;
	left: -80px;
	text-align: right;
	/*margin-right: 50%;*/
}

.our-project .pro-list p {
	margin: 0;
}

.our-project .pro-list .more {
	position: relative;
	display: inline-block;
	width: 79px;
	height: 21px;
	background: url(../img/index/more.png) no-repeat;
	margin-top: 5px;
}

.our-project .pro-list .more:hover {
	background-position: 0 -21px;
}

.our-project .pro-list .redLine {
	position: absolute;
	top: 14px;
	left: 15px;
	display: inline-block;
}

.works-show {
	margin-top: 10%;
	width: 86%;
}

.works-show>div {
	position: relative;
	width: 50%;
	padding: 0;
}

.works-show>div img {
	width: 100%;
}

.works-show .works-hover {
	position: absolute;
	width: 83%;
	height: 86%;
	background: rgba(195, 13, 35, 0.8);
	overflow: auto;
	top: 7%;
	left: 8%;
	text-align: center;
	transition: transform .5s;
	transform: scale(0);
}

.works-box:hover .works-hover {
	transform: scale(1);
}

.works-show .works-hover .search {
	width: 39px;
	height: 38px;
	margin-top: 32%;
}

.works-show .works-hover .whiteline {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 8% auto 4% auto;
}

.works-show .works-hover p {
	margin: 0;
	font-weight: bold;
	color: #fff;
}

.works-show .works-hover p.f13 {
	color: #23527c;
}


/*section5*/

.our-team {
	width: 100%;
	height: 100%;
	background: url(../img/index/section5-bg.png) no-repeat;
	background-size: cover;
}

.our-team .team-con {
	width: 100%;
	margin-top: 310px;
	margin-left: 120px;
}

.our-team .team-con>p {
	width: 60%;
	color: #fff;
	margin-top: 140px;
	line-height: 26px;
}

.team-member {
	width: ;
	margin-top: 20%;
}

.team-member>div {
	padding-right: 0;
}

.team-member .person-con {
	width: 100%;
	height: 210px;
	padding-top: 50px;
	padding-left: 40px;
	background: rgba(195, 13, 35, 0.7);
}

.team-member .person-con h5,
.team-member .person-con p {
	color: #fff;
}

.team-member .person-con h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

.team-member .person-con p {
	font-size: 14px;
}


/*section6*/

.our-news {
	width: 100%;
	height: 100%;
	background: url(../img/index/section6-bg.png) no-repeat;
	background-size: cover;
}

.our-news .img-news {
	display: block;
	margin-left: 368px;
	margin-top: 266px;
}

.our-news .media:first-child {
	margin-top: 14%;
}

.our-news .media-heading {
	font-size: 34px;
	display: inline-block;
}

.our-news .media-body span {
	display: block;
}

.our-news .media-body img {
	height: 419px;
	width: 100%;
	margin-top: 10px;
}

.our-news .media-body .more {
	width: 54px;
	height: 20px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	line-height: 20px;
	background: #c30d23;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	margin-left: 30px;
}


/*section7*/

.our-friend {
	width: 100%;
	height: 100%;
	background: url(../img/index/section7_bg.png);
	background-size: cover;
}

.our-friend .team-con {
	margin-left: 150px;
	margin-top: 300px;
}

.our-friend .team-con p {
	color: #fff;
	width: 380px;
	margin-top: 50px;
	line-height: 26px;
}

.our-friend .friend-logo {
	margin-top: 20%;
}

.our-friend .friend-logo img {
	display: inline-block;
	margin-left: 4%;
	margin-top: 4%;
}


/*section8*/

.contact-us {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/index/section8_bg.png);
	background-size: 100% 100%;
}

.contact-us .contact-img {
	display: block;
	margin-left: 276px;
	margin-top: 200px;
}

.contact-us .redLine {
	width: 64px;
	height: 3px;
	display: block;
	background: #c30d23;
	margin-top: 56px;
	margin-left: 276px;
}

.contact-us .contact-form {
	margin-top: 20%;
	width: 68%;
}

.contact-us .form-group label {
	width: 100%;
	border-bottom: 2px solid #303030;
	font-weight: normal;
}

.contact-us .form-group.g-textarea label {
	border-bottom: none;
}

.contact-us .contact-form .form-control {
	display: inline-block;
	width: 80%;
	outline: none;
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.contact-us .contact-form textarea.form-control {
	display: block;
	width: 100%;
	padding: 0;
	border-bottom: 2px solid #303030;
}

.contact-us .contact-form button {
	width: 104px;
	height: 26px;
	margin-top: 30px;
	line-height: 100%;
	background-color: #c30d23;
	border: none;
	color: #fff;
	text-align: center;
	transition: background-color .5s;
}

.contact-us .contact-form button:hover {
	background-color: #a00c1e;
}

.contact-us .goToTop {
	position: absolute;
	width: 160px;
	height: 44px;
	bottom: 218px;
	left: 50%;
	margin-left: -80px;
	cursor: pointer;
}

.contact-us .footer {
	position: absolute;
	bottom: 30px;
	left: 280px;
}

.contact-us .footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.contact-us .footer p {
	color: #fff;
	line-height: 26px;
}

.contact-us .footer p i {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	margin-right: 20px;
}

.contact-us .footer .whiteLine {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 16px 0;
}

.contact-us .copyright {
	position: absolute;
	bottom: 5px;
	right: 500px;
	color: #fff;
	font-size: 14px;
}