﻿@charset "utf-8";

.banner{
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.banner .bd{
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	margin: 0 auto;
}
.banner .bd ul {
	width: 100% !important;
	height: 560px;
}
.banner .bd ul li{
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
	height: 560px;
}
.banner .prev,
.banner .next {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	margin-top: -32px;
	z-index: 2;
	background: url(../images/banner_left.png) no-repeat 0 0;
}
.banner .next {
	background-image: url(../images/banner_right.png);
	left: auto;
	right: 60px;
}
.banner .prevStop,
.banner .nextStop {
	opacity: .5;
	filter: alpha(opacity=50);
}

.banner-txt {
	width: 1100px;
	margin: 0 auto;
	padding-top: 100px;
}
.banner-txt .ch {
	font-size: 56px;
	color: #fff;
	line-height: 1.5;
}
.banner-txt .en {
	font-size: 56px;
	color: #fff2b7;
	text-transform: uppercase;
	margin-top: -15px;
	line-height: 1.5;
}
.banner-txt p {
	color: #fff;
	font-size: 24px;
	margin-top: -5px;
}
.banner-txt .link {
	margin-top: 40px;
}
.banner-txt .link a {
	display: inline-block;
	background: #eb6100;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	padding: 0 35px;
}
.banner .hd {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner .hd ul {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.banner .hd li {
	display: inline-block;
	width: 46px;
	height: 10px;
	background: url(../images/banner_hd.png) no-repeat right 0;
	margin: 0 4px;
	cursor: pointer;
}
.banner .hd li.on {
	background-position: 0 0;
}

.stock {
	background: #eee;
	height: 40px;
}
.stock a {
	padding-left: 40px;
	background: url(../images/stock.png) no-repeat 0 center;
	display: inline-block;
	overflow: hidden;
	height: 40px;
}

.stock .name {
	float: left;
	line-height: 40px;
	color: #545759;
	font-size: 14px;
}
.stock .name span {
	color: #000;
	font-weight: bold;
	margin-right: 8px;
}
.stock .num {
	float: left;
	color: #d81e06;
	font-size: 20px;
	line-height: 40px;
	margin-left: 38px;
	font-weight: bold;
	padding-right: 24px;
	background: url(../images/up.png) no-repeat right 11px;
}
.stock .down{background: url(../images/down.png) no-repeat right 11px; color:green;}

.index-tit {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 27px;
}
.index-tit .en {
	text-transform: uppercase;
	color: #df6f08;
	font-size: 18px;
	font-weight: bold;
}
.index-tit .ch {
	font-size: 24px;
	color: #545759;
	font-weight: bold;
	margin-top: -1px;
}

.news {
	padding-bottom: 30px;
}
.news-list {
	width: 1200px;
	margin: 0 auto;
}
.news-list ul {
	margin-right: -30px;
	height: 226px;
}
.news-list li {
	float: left;
	width: 340px;
	height: 204px;
	background: #f9f4ec;
	padding: 22px 20px 0;
	margin-right: 30px;
}

.news-list .tit {
	font-size: 16px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
	color: #555;
} 
.news-list .date {
	font-size: 24px;
	color: #ed6d00;
	line-height: 30px;
	padding-bottom: 4px;
	margin-top: 8px;
}
.news-list li:hover .date {
	background: url(../images/news_tit.jpg) no-repeat 0 bottom;
}
.news-list li:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.news-list .txt {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 12px;
}

.project {
	background: url(../images/project.jpg) no-repeat center 0;
	height: 500px;
}

.project-list {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.project-list .bd {
	overflow: hidden;
}
.project-list li {
	float: left;
	width: 300px;
	height: 380px;
}
.project-list a {
	display: block;
	position: relative;
	width: 100%;
}
.project-list img {
	width: 300px;
	height: 186px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
.project-list .txt {
	background: #fff;
	height: 70px;
	position: absolute;
	top: 216px;
	left: 0;
	width: 100%;
}
.project-list .tit {
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-top: 24px;
}
.project-list .info {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding: 0 22px;
	text-align: justify;
	display: none;
	margin-top: 8px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        height: 100px;
}
.project-list .sub {
	font-size: 14px;
	color: #000;
	text-align: center;
	position: relative;
	padding-bottom: 4px;
	font-weight: bold;
	display: none;
}
.project-list .sub:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 2px;
	background: #ed6d00;
}
.project-list li:hover img{
	top: 0;
}
.project-list li:hover .txt {
	top: 186px;
	background: #f0e6cd;
	height: 174px;
}
.project-list li:hover .sub {
    display: block;
}
.project-list li:hover .info {
        display: -webkit-box;
}
.project-list li:hover .tit {
	padding-top: 20px;
}
.project-list a.prev,
.project-list a.next {
	width: 63px;
	height: 256px;
	position: absolute;
	z-index: 2;
	top: 30px;
	display: block;
	background: url(../images/pl.png) no-repeat 0 0;
}
.project-list a.next {
	background-image: url(../images/pr.png);
	right: 0;
	left: auto;
}


.technological {
	background: #fff url(../images/tech.jpg) no-repeat 0 center;
	height: 334px;
}

.technological-list {
	width: 1200px;
	margin: 0 auto;
}
.technological-list li {
	float: left;
	width: 300px;
	height: 194px;
}
.technological-list a {
	display: block;
	position: relative;
	height: 194px;
}
.technological-list .pic {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 182px;
}
.technological-list .txt {
	position: absolute;
	top: 60px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.technological-list .txt .tit {
	font-size: 14px;
	color: #222;
	font-weight: bold;
}
.technological-list .txt .info {
	color: #fff;
	margin-top: 12px;
	display: none;
}
.technological-list .bg {
	background: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.technological-list li:hover .txt .info {
	display: block;
}
.technological-list li:hover .txt img {
	display: none;
}
.technological-list li:hover .txt .tit {
	color: #fff;
}
.technological-list li:hover .bg {
	background: url(../images/tbg.png) no-repeat 0 0;
}
.index-linkes {
	background: #f9f4ec;
	height: 438px;
}
.harmony {
	height: 170px;
}
.harmony>div {
	width: 300px;
	height: 170px;
}
.harmony1 {
	background: #535353;
}
.harmony1 .en {
	font-size: 18px;
	font-weight: bold;
	color: #eb6100;
	text-transform: uppercase;
	padding: 25px 0 0 52px;
}
.harmony1 .ch {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-left: 52px;
}
.harmony1 .arr {
	margin: 10px 0 0 52px;
}
.harmony2 {
	background: #f0e6cd url(../images/party.png) no-repeat 110px 46px;
	position: relative;
}
.harmony2:before {
	content: '';
	display: block;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: 1;
	width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 9px solid #535353;
    border-bottom: 9px solid transparent;
}
.harmony2 .tit {
	padding: 22px 0 0 26px;
	width: 232px;
}
.harmony2 .tit a {
	display: block;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/linkarr.png) no-repeat right center;
	line-height: 26px;
}
.harmony2 ul {
	padding: 10px 14px 0 26px;
}
.harmony2 ul li a {
	display: block;
	padding-left: 9px;
	background: url(../images/dot_26.png) no-repeat 0 center;
	font-size: 14px;
	color: #545759;
	line-height: 20px;
}
.harmony2 ul li {
	padding: 3px 0;
}

.harmony3 {
	background: url(../images/b_10.jpg) no-repeat 0 0;

}
.harmony3 .tit {
	padding: 20px 27px 0;
}
.harmony3 .tit a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/linkarr_13.png) no-repeat right center;
	line-height: 30px;
}
.harmony3 ul {
	padding: 8px 14px 0 26px;
}
.harmony3 ul li a {
	display: block;
	padding-left: 9px;
	background: url(../images/dot_29.png) no-repeat 0 center;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.harmony3 ul li {
	padding: 3px 0;
}





.harmony4 {
	background: #f0e6cd url(../images/brand.png) no-repeat 101px 36px;
	position: relative;
}
.harmony4 .tit {
	padding: 22px 0 0 26px;
	width: 232px;
}
.harmony4 .tit a {
	display: block;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/linkarr.png) no-repeat right center;
	line-height: 26px;
}
.harmony4 ul {
	padding: 10px 14px 0 26px;
}
.harmony4 ul li a {
	display: block;
	padding-left: 9px;
	background: url(../images/dot_26.png) no-repeat 0 center;
	font-size: 14px;
	color: #545759;
	line-height: 20px;
}
.harmony4 ul li {
	padding: 3px 0;
}

.recruitment {
	background: url(../images/rbg.jpg) no-repeat 0 0;
	width: 390px;
}
.main>div {
	float: left;
	height: 268px;
	color: #fff;
}
.main .en {
	font-size: 18px;
	color: #f7ca02;
	padding: 26px 0 0 47px;
	font-weight: bold;
	text-transform: uppercase;
}
.main .ch {
	font-size: 24px;
	font-weight: bold;
	padding-left: 47px;
	margin-top: -3px;
}

.recruitment ul {
	padding-left: 153px;
	background: url(../images/hricon_41.png) no-repeat 49px 0;
	margin-top: 20px;
	min-height: 48px;
}
.recruitment li a {
	display: inline-block;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	padding-left: 9px;
	background: url(../images/dot_29.png) no-repeat 0 center;
}
.download {
	background: url(../images/dbg.jpg) no-repeat 0 0;
	width: 460px;
}
.download>a {
    color: #fff;
}

.download ul {
	padding-left: 177px;
	background: url(../images/dicon_44.png) no-repeat 50px 0;
	margin-top: 20px;
	overflow: hidden;
}
.download ul li {
	float: left;
	margin-right: 35px;
	width: 78px;
}
.download ul li img {
	width: 78px;
	height: 106px;
	display: block;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.download ul li p {
	color: #fff;
	padding-left: 9px;
	background: url(../images/dot_29.png) no-repeat 0 6px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

.video {
	background: url(../images/vbg_40.jpg) no-repeat 0 0;
	width: 350px;
}

.video-link {
	margin-top: 20px;
	padding-left: 47px;
}
.video-link a {
	display: inline-block;
	width: 57px;
	height: 49px;
	background: url(../images/video_41.png) no-repeat 0 0;
}

.news-more {
    text-align: center;
    margin-top: 30px;
}
.news-more a {
    color: #ed6d00;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}


.banner .bd ul li a {
	display:block;
	background: transparent;
	height: 560px;
}


