/*# sourceMappingURL=style.css.map */

a {
	cursor: pointer;
}

body {
	min-width: 1400px;
}

header {
	z-index: 2;
	position: relative;
}

.w1100 {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.head-top {
	height: 110px;
	line-height: 110px;
}

.inner-banner {
	width: 100%;
	height: 412px;
}

.head-top .box {
	width: 194px;
	height: 30px;
	line-height: 30px;
	margin-top: 38px;
	position: relative;
	border: 1px solid #dfdfdf;
}

.head-top .logo {
	width: 419px;
}

.head-top .box .seek {
	width: 155px;
	padding-left: 10px;
	border: none;
	font-size: 14px;
	color: #888888;
	background: none;
}

.head-top .box .sub-s {
	width: 18px;
	height: 18px;
	background: url(../images/seach.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	border: none;
	top: 6px;
	right: 7px;
}

.head-nav {
	width: 100%;
	min-width: 1200px;
	background: #2B2B2B;
	height: 50px;
	line-height: 50px;
}

.head-nav ul {
	border-left: 1px solid #8d8c8c;
}

.head-nav li {
	float: left;
	border-right: 1px solid #8d8c8c;
	width: 108px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-align: center;
}

.head-nav li a {
	color: #fff;
	display: block;
	width: 100%;
	transition: color 0.5s;
}

.head-nav li:hover,
.head-nav li.in {
	background: #fff;
	transition: all 0.3s;
}

.head-nav li:hover a.tit,
.head-nav li.in a.tit {
	color: #83292b;
	transition: all 0.5s;
}

.head-nav .nav-sub {
	position: absolute;
	top: 50px;
	left: 0;
	width: 535px;
	display: none;
	background: url(../images/head01.png) repeat center;
	background-size: cover;
}

.head-nav .nav-sub.left {
	background: url(../images/bg_02.png) repeat center;
	background-size: cover;
}

.head-nav .nav-sub .list {
	width: 157px;
	text-align: left;
	padding-top: 8px;
}

.head-nav .list a:hover {
	color: #b66568;
	transition: all 0.5s;
}

.head-nav .nav-sub a {
	color: #2b3030;
	line-height: 45px;
	transition: color 0.5s;
	width: 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding-left: 13px;
}

.head-nav .nav-sub .pic {
	padding: 22px 26px 0 28px;
	width: 324px;
}

.nav-sub .pic a {
	width: 324px;
	padding-left: 0;
	display: block;
}

.head-nav .nav-sub p {
	font-size: 14px;
	color: #666666;
	line-height: 64px;
}

.foot-top {
	width: 100%;
	min-width: 1200px;
	background: #842a2c;
}

.foot-top .foot-join {
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #822a2d;
	background: #fff;
	font-weight: bold;
	margin: 29px 0;
	transition: all 0.5s;
}

.foot-top .foot-join:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


/*.foot-top .foot-join:hover{
	color: #fff;
	background: #b66568;
	transition: all 0.5s;
}*/

.foot-top .foot-box {
	padding: 19px 0 24px;
}

.foot-top .foot-box h2 {
	font-size: 18px;
	color: #fff;
	line-height: 38px;
}

.foot-top .foot-box p {
	color: #fff;
	font-size: 36px;
	line-height: 28px;
}

.foot-cen {
	width: 100%;
	background: #3a4950;
}

.foot-cen-top {
	padding: 58px 0 47px;
	border-bottom: 1px solid #49575e;
}

.foot-cen-top dd {
	float: left;
	width: 112px;
}

.foot-cen-top dd p {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

.foot-cen-top dd p a {
	color: #fff;
}

.foot-cen-top dd a {
	display: block;
	color: #9caeba;
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	transition: color 0.5s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.foot-cen-top dd a:hover {
	color: #fff;
	transition: all 0.5s;
}

.foot-cen-top .foot-add {
	width: 300px;
}

.foot-cen-top .foot-add h2 {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 20px;
	margin-bottom: 14px;
	background: url(../images/line.jpg) no-repeat left bottom;
}

.foot-cen-top .foot-add p {
	color: #d7d9da;
	font-size: 14px;
	line-height: 42px;
}

.foot-cen-top .foot-add .col {
	color: #9caeba;
}

.foot-link {
	border-bottom: 1px solid #49575e;
	/*height: 50px;*/
	line-height: 30px;
	padding: 10px 0;
	margin-bottom: 42px;
}

.foot-link span {
	display: inline-block;
	color: #ffffff;
	margin-right: 15px;
}

.foot-link a {
	color: #9caeba;
	margin-right: 18px;
	transition: color 0.5s;
	display: inline-block;
}

.foot-link a:hover {
	color: #fff;
	transition: all 0.5s;
}

.foot-bottom {
	background: url(../images/bg.png) no-repeat right bottom;
	background-size: 32% 100%;
}

.foot-bottom p,
.foot-bottom a {
	color: #9caeba;
	font-size: 14px;
	line-height: 46px;
	transition: color 0.5s;
}

.foot-bottom p span {
	margin-right: 24px;
}

.foot-bottom p a:hover {
	color: #fff;
}

.foot-bottom li {
	float: left;
	padding: 0 20px;
	background: url(../images/line01.jpg) no-repeat right center;
	line-height: 46px;
}

.foot-bottom li a:hover {
	color: #fff;
	transition: all 0.5s;
}

.foot-bottom .cnzz-img {
	display: inline-block;
	margin-top: 14px;
}

.foot-bottom .cnzz-img a {
	display: inline-block;
	line-height: 12px;
}

.welcome .banner {
	width: 100%;
	height: 492px;
	position: relative;
	overflow: hidden;
}

.welcome .banner li {
	width: 100%;
	height: 492px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.i-ban .btns {
	position: absolute;
	bottom: 19px;
	left: 50%;
}

.i-ban .btns span {
	display: inline-block;
	margin: 0 5px;
	background: url(../images/btn.png) no-repeat;
	width: 16px;
	height: 15px;
	transition-duration: 300ms;
	background-size: cover;
	cursor: pointer;
	float: left;
}

.i-ban .btns span.cur {
	background: url(../images/btn_h.png) no-repeat;
	background-size: cover;
}

.wel-case {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wel-case .bd {
	width: 1200px;
	padding-bottom: 66px;
}

.wel-case .bd li {
	width: 1200px;
	float: left;
}

.wel-case .bd dd {
	float: left;
	width: 364px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 5px #f9f9f9;
	margin-right: 30px;
}

.wel-case .bd .pic {
	width: 364px;
	height: 252px;
	overflow: hidden;
}

.wel-case .bd img {
	width: 364px;
	height: 252px;
	transition: transform 1.1s;
}

.wel-case dd:hover img {
	transform: scale(1.2);
	transition: transform 1.1s;
}

.wel-case dd:hover h2,
.wel-case dd:hover p,
.wel-case dd:hover .more {
	color: #b66568;
	transition: color 1.1s;
}

.wel-case .bd h2 {
	width: 286px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	color: #28353c;
	line-height: 62px;
	margin-top: 4px;
}

.wel-case .bd p {
	width: 286px;
	margin: 0 auto;
	color: #5f717d;
	font-size: 14px;
	line-height: 26px;
}

.wel-case .bd .more {
	color: #2b373d;
	font-size: 13px;
	font-family: "Arial";
	margin-left: 30px;
	line-height: 64px;
	padding-bottom: 8px;
}

.wel-case .hd {
	position: relative;
	padding: 63px 0 40px;
}

.wel-case .hd ul {
	position: absolute;
	top: 103px;
	right: 0;
}

.wel-case .hd li {
	width: 12px;
	height: 12px;
	margin-right: 9px;
	text-indent: -10px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	background: url(../images/btn01.png) no-repeat center top;
	background-size: 100% 100%;
}

.wel-case .hd li.on {
	background: url(../images/btn01_h.png) no-repeat center top;
	background-size: 100% 100%;
}

.wel-case .hd .en {
	font-size: 13px;
	font-family: "Arial";
	color: #9ca6af;
	line-height: 13px;
	font-weight: bold;
}

.wel-case .hd h2 {
	color: #2e393f;
	font-size: 32px;
	line-height: 58px;
	font-weight: bold;
	padding-bottom: 12px;
	background: url(../images/line02.jpg) no-repeat left bottom;
}

.wel-about {
	width: 100%;
	min-width: 1200px;
}

.wel-about .wel-apic {
	height: 645px;
	display: inline-block;
	width: 47.5%;
}

.wel-about-box {
	height: 645px;
	background: #000;
}

.wel-box-con {
	padding: 40px 0 30px;
	width: 100%;
	background: #3a4950;
}

.wel-box-con a {
	margin-left: 72px;
	width: 510px;
	display: block;
}

.wel-box-con .en {
	font-family: "Arial";
	font-size: 13px;
	line-height: 13px;
	color: #9ca6af;
}

.wel-box-con h2 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 64px;
	padding-bottom: 6px;
	background: url(../images/line02.jpg) no-repeat left bottom;
}

.wel-box-con .con {
	padding-top: 35px;
	font-size: 13px;
	color: #bcc2c8;
	line-height: 23px;
	/*height:140px;*/
}

.wel-box-con .list {
	width: 100%;
}

.wel-box-con li {
	float: left;
	margin-right: 87px;
	margin-top: 60px;
}

.wel-box-con li h3 {
	font-size: 34px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
}

.wel-box-con li p {
	color: #757c7f;
	font-size: 14px;
	line-height: 24px;
}

.wel-alist {
	padding: 50px 0 51px;
	width: 100%;
	background: #f0f4f7;
}

.wel-alist li {
	margin: 0 30px 0 72px;
	width: 74px;
	float: left;
	position: relative;
	text-align: center;
}

.wel-alist li .one {
	width: 64px;
	height: 64px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wel-alist li .two {
	width: 64px;
	height: 64px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	filter: alpha(opacity=0);
}

.wel-alist li p {
	font-size: 18px;
	line-height: 18px;
	color: #3a4950;
	padding-top: 21px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-weight: bold;
}

.wel-alist li a {
	display: block;
	width: 100%;
}

.wel-alist li:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wel-alist li:hover .two {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.8s;
}

.wel-alist li:hover .one {
	opacity: 0;
	filter: alpha(opacity=00);
	transition: all 0.8s;
}

.wel-hot {
	margin: 45px auto 37px;
	text-align: center;
}

.wel-hot-tit {
	background: url(../images/line03.png) no-repeat center;
}

.wel-hot .en {
	color: #9ca6af;
	font-size: 13px;
	font-family: 'Arial';
	line-height: 12px;
}

.wel-hot h2 {
	font-size: 32px;
	font-weight: bold;
	color: #2e393f;
	line-height: 54px;
	padding-bottom: 17px;
	background: url(../images/wel05.jpg) no-repeat center bottom;
}

.hot-list {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hot-list .bd {
	width: 100%;
	padding-top: 32px;
}

.hot-list li {
	width: 1200px;
	float: left;
}

.hot-list li dd {
	width: 364px;
	float: left;
	height: 420px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 5px #f9f9f9;
	margin-right: 33px;
}


/*.hot-list li .pic{
	width: 364px;
	height: 218px;
	overflow: hidden;
}*/

.hot-list li img {
	height: 218px;
	width: 364px;
	transition: transform 1.1s;
}

.hot-list li dd:hover img {
	transform: scale(1.2);
	transition: transform 1.1s;
}

.hot-list li h2 {
	width: 96%;
	float: right;
	font-weight: bold;
	font-size: 18px;
	color: #28353c;
	line-height: 31px;
	margin-top: 4px;
	padding: 24px 0 21px;
	text-align: left;
	background: none;
}

.hot-list li p.con {
	width: 306px;
	margin: 0 auto 32px;
	color: #5f717d;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.hot-list li p {
	width: 306px;
	margin: 0 auto 38px;
}

.hot-list li .more {
	color: #2b373d;
	font-size: 13px;
	line-height: 12px;
	font-family: 'Arial';
}

.hot-list li .day {
	color: #a3adb2;
	font-size: 13px;
	line-height: 12px;
	font-family: 'Arial';
}

.hot-list li dd:hover h2,
.hot-list li dd:hover p,
.hot-list li dd:hover .more {
	color: #b66568;
	transition: color 1.1s;
}

.hot-list .hd {
	position: relative;
	padding: 30px 0 51px;
	height: 12px;
}

.hot-list .hd ul {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -30px;
}

.hot-list .hd li {
	width: 12px;
	height: 12px;
	margin-right: 9px;
	text-indent: -99px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	background: url(../images/btn01.png) no-repeat center top;
	background-size: 100% 100%;
}

.hot-list .hd li.on {
	background: url(../images/btn01_h.png) no-repeat center top;
	background-size: 100% 100%;
}

.wel-report {
	padding-bottom: 63px;
}

.wel-report .tit {
	height: 80px;
	line-height: 80px;
	display: block;
	width: 100%;
}

.wel-report .tit h2 {
	font-size: 16px;
	color: #28353c;
	line-height: 80px;
	font-weight: bold;
}

.wel-report .tit p {
	color: #2b373d;
	font-size: 13px;
	font-family: 'Arial';
}

.wel-report-left {
	width: 475px;
	padding: 0 27px 0 29px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 10px #f9f9f9;
}

.wel-report-right {
	width: 475px;
	padding: 0 29px 0 27px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 10px #f9f9f9;
}

.wel-report-left ul {
	width: 100%;
	padding: 14px 0 30px;
}

.wel-report-left li {
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #e9eaeb;
}

.wel-report-left li .mu {
	color: #28353c;
	font-size: 14px;
	width: 400px;
	overflow: hidden;
}

.wel-report-left li .day {
	color: #a3adb2;
	font-size: 13px;
}

.wel-report-left li a {
	display: block;
	width: 100%;
}

.wel-report-left li:hover p,
.wel-report-right .list:hover p {
	color: #b66568;
	transition: color 1.1s;
}

.wel-report-right .list {
	line-height: 61px;
	height: 61px;
	display: block;
	width: 100%;
}

.wel-report-right .list .mu {
	color: #28353c;
	font-size: 14px;
	width: 400px;
	overflow: hidden;
}

.wel-report-right .list .day {
	color: #a3adb2;
	font-size: 13px;
}

.inner-nav {
	width: 100%;
	height: 62px;
	line-height: 62px;
	background: #fff;
	/*box-shadow: 0 3px 6px #e9e8e8;*/
	padding-bottom: 10px;
	background: url(../images/bg_01.png) repeat-x left bottom;
	margin-bottom: -10px;
}

.inner-nav .now {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.inner-nav li {
	float: left;
	padding: 0 6px 0 8px;
	line-height: 60px;
	border-bottom: 2px solid #fff;
}

.inner-nav li a {
	width: 100%;
	color: #666;
	font-size: 14px;
	display: block;
}

.inner-nav li:hover,
.inner-nav li.on {
	border-bottom: 2px solid #822a2d;
}

.about-con {
	padding: 60px 0 7px;
	border-bottom: 1px solid #ececec;
}

.about-con .tit {
	padding-bottom: 15px;
	margin-bottom: 27px;
	/*background: url(../images/line04.jpg) no-repeat center bottom;*/
}

.about-con .tit h2 {
	font-weight: bold;
	line-height: 24px;
	font-size: 24px;
	color: #666666;
	text-align: center;
}

.about-con .tit p.en {
	color: #999999;
	font-size: 14px;
	font-family: 'Arial';
	line-height: 40px;
	padding-bottom: 0px;
}

.about-con p {
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 20px;
}

.about-con img {
	/*margin-bottom: 34px;*/
	max-width: 100%;
}

.about-list {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 0;
}

.about-list li {
	width: 1200px;
	float: left;
	height: 320px;
}

.about-list li dd {
	float: left;
	width: 354px;
	margin-right: 20px;
	text-align: center;
	box-shadow: 0 0 7px #f0f0f0;
}

.about-list li .pic {
	width: 354px;
	height: 260px;
	overflow: hidden;
}

.about-list .pic img {
	max-width: 354px;
	max-height: 260px;
	transition: transform 1.1s;
}

.about-list li p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e9e9e9;
	font-size: 14px;
	color: #666;
}

.about-list li a {
	display: block;
	width: 100%;
}

.about-list li dd:hover p {
	background: #2a72c6;
	color: #fff;
	transition: all 0.5s;
}

.about-list li dd:hover img {
	transform: scale(1.2);
	transition: transform 1.1s;
}

.about-list .hd {
	padding: 36px 0 56px;
	height: 13px;
	position: relative;
}

.about-list .hd ul {
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -24px;
}

.about-list .hd li {
	width: 13px;
	height: 13px;
	margin-right: 9px;
	text-indent: -99px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	background: url(../images/btn02.png) no-repeat center top;
	background-size: 100% 100%;
}

.about-list .hd li.on {
	background: url(../images/btn02_h.png) no-repeat center top;
	background-size: 100% 100%;
}

.speech-list {
	width: 1200px;
	padding: 50px 0 47px;
}

.speech-list li {
	width: 538px;
	float: left;
	text-align: center;
	box-shadow: 0 0 7px #f0f0f0;
	margin-right: 20px;
}

.speech-list li img {
	max-width: 538px;
	margin-top: 10px;
}

.speech-list li h2 {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	/*padding-top: 15px;*/
}

.speech-list li p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 22px;
}

.speech-con {
	padding-bottom: 80px;
}

.speech-con h2 {
	font-size: 24px;
	color: #444;
	line-height: 24px;
	padding-bottom: 15px;
}

.speech-con p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.concern-list {
	width: 1200px;
	padding: 28px 0 86px;
}

.concern-list li {
	width: 353px;
	box-shadow: 0 0 7px #f0f0f0;
	margin-right: 20px;
	margin-top: 20px;
	height: 370px;
	float: left;
}

.concern-list li img {
	max-width: 353px;
}

.concern-list li p {
	padding-top: 15px;
	width: 283px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 96px;
}

.organ-con {
	padding-top: 10px;
}

.organ-con img {
	max-width: 100%;
	text-align: center;
}

.honor-list {
	padding: 50px 0 80px;
	width: 1118px;
}

.honor-list li {
	width: 259px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.honor-list li a {
	display: block;
	width: 179px;
	height: 222px;
	line-height: 222px;
	padding: 30px 40px;
	background: #f5f5f5;
}

.honor-list li img {
	max-width: 179px;
	max-height: 232px;
}

.honor-list li p {
	font-size: 14px;
	color: #666666;
	line-height: 54px;
}

.product-list {
	padding: 50px 0 40px;
	width: 1200px;
}

.product-list li {
	float: left;
	width: 372px;
	margin-right: 20px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

.product-list li .pic {
	width: 372px;
	height: 260px;
	overflow: hidden;
}

.product-list li img {
	width: 372px;
	height: 260px;
	transition: transform 1.1s;
}

.product-list li .con {
	width: 352px;
	padding: 10px;
	background: #e9e9e9;
}

.product-list li .con-t {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 50px;
	overflow: hidden;
}

.product-list li .con-i {
	line-height: 23px;
	font-size: 14px;
	color: #666;
	height: 46px;
	overflow: hidden;
}

.product-list li:hover img {
	transform: scale(1.2);
	transition: transform 1.1s;
}

.product-list li:hover p.con {
	background: #2a72c6;
	color: #fff;
	transition: all 0.5s;
}

.info-hd {
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.info-hd h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 70px 0 10px;
}

.info-bd {
	position: relative;
	overflow: hidden;
	text-align: left;
	min-height: 300px;
}

.info-bd img {
	max-width: 100%;
}

.info-bd p {
	text-align: left;
}

.info-page {
	margin-top: 45px;
	padding: 15px 0 50px;
	border-top: 1px solid #eee;
}

.info-page p a {
	color: #333;
	transition: all 0.5s;
}

.info-page p:hover a {
	color: #2a72c6;
	transition: all 0.5s;
}

.info-page .back {
	float: right;
	display: inline-block;
	padding: 2px 22px;
	border: 2px solid #eee;
	color: #333;
	transition: all 0.3s;
}

.info-page .back:hover {
	background: #2a72c6;
	color: #fff;
	border: 2px solid #2a72c6;
	transition: all 0.5s;
}

.news-list {
	padding-bottom: 60px;
}

.news-list li {
	padding: 28px 0 10px;
	float: left;
	width: 100%;
}

.news-list li a {
	display: block;
}

.news-list li .box {
	width: 1000px;
}

.news-list li .pic {
	width: 170px;
	height: 120px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}

.news-list .vi-pic img {
	width: 219px;
	height: 120px;
	transition: transform 1.1s;
}

.news-list li .vi-pic {
	width: 219px;
	height: 120px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}

.news-list li img {
	width: 170px;
	height: 120px;
	transition: transform 1.1s;
}

.news-list li:hover img {
	transform: scale(1.2);
	transition: transform 1.1s;
}

.news-list li:hover h2 {
	color: #822a2d;
	transition: all 0.5s;
}

.news-list li:hover p.box-co {
	color: #b66568;
	transition: all 0.5s;
}

.news-list li:hover p.con {
	color: #822a2d;
	transition: all 0.5s;
}

.news-list li h2 {
	color: #888888;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.news-list li p.box-co {
	font-size: 13px;
	color: #999;
	line-height: 18px;
}

.news-list p.box-co .col {
	margin-right: 64px;
}

.news-list p.con {
	font-size: 13px;
	color: #888888;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding-top: 12px;
}

.pla-top {
	width: 100%;
	padding: 50px 0 90px;
	position: relative;
}

.pla-top-box {
	width: 345px;
	position: relative;
	padding-right: 16px;
	padding-bottom: 14px;
	background: url(../images/box.png) no-repeat right bottom;
}

.pla-top-box img {
	max-width: 345px;
}

.intro-box {
	width: 313px;
	height: 65px;
	background: url(../images/bg01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 54px;
	left: 50%;
}

.intro-box h2 {
	color: #fff;
	font-size: 22px;
	padding: 10px 0 0 27px;
	line-height: 28px;
}

.intro-box p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding-left: 27px;
}

.pla-top-right {
	width: 510px;
	padding-top: 66px;
}

.pla-top-right h2 {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
}

.pla-top-right li {
	padding-left: 21px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	background: url(../images/left.png) no-repeat left 10px;
}

.pla-top-right p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.pla-top-right p .con {
	color: #666666;
	font-size: 14px;
}

.pla-bo {
	width: 100%;
	height: 500px;
	margin: 90px 0;
}

.pla-bo-box {
	position: relative;
	width: 208px;
	height: 279px;
	top: -90px;
	border: 5px solid #b66568;
}

.pla-bo-box .intro {
	width: 310px;
	height: 116px;
	padding-left: 30px;
	background: #b66568;
	position: absolute;
	top: 34px;
	left: 40px;
	color: #fff;
}

.pla-bo-box .intro h2 {
	font-size: 22px;
	padding-top: 32px;
	line-height: 30px;
}

.pla-bo-box .intro p {
	font-size: 16px;
	line-height: 20px;
}

.pla-bo-box1 {
	width: 145px;
	height: 145px;
	position: relative;
	right: 8px;
	top: 46px;
	border: 5px solid #b66568;
}

.pla-bo-box1 .pic {
	position: absolute;
	top: 40px;
	right: 20px;
}

.pla-bo-list {
	padding: 130px 0 0 97px;
	width: 349px;
}

.pla-bo-list li {
	padding-left: 20px;
	background: url(../images/left.png) no-repeat left 10px;
	color: #666;
	font-size: 14px;
	line-height: 29px;
}

.manage {
	padding: 50px 0 90px;
}

.manage img {
	max-width: 100%;
}

.manage ul {
	width: 100%;
}

.manage li {
	width: 100%;
	float: left;
}

.manage li img {
	width: 549px;
}

.manage li .box {
	width: 454px;
	padding-top: 170px;
}

.manage li h2 {
	color: #b66568;
	font-size: 24px;
	line-height: 32px;
}

.manage li p.en {
	font-size: 18px;
	color: #999999;
	line-height: 26px;
}

.manage li p.com {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 32px;
}

.bazaar {
	padding: 50px 0 60px;
}

.bazaar .box {
	width: 550px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.bazaar img {
	max-width: 550px;
}

.figure {
	padding: 50px 0 52px;
}

.figure h2 {
	text-align: center;
	font-size: 22px;
	color: #333333;
	padding-bottom: 25px;
}

.figure p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 33px;
	color: #666666;
}

.figure .box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.figure .box span {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.message {
	padding: 50px 0 89px;
}

.message h2 {
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 23px;
	color: #333;
	margin-bottom: 39px;
	border-bottom: 1px solid #dddddd;
}

.message td.na {
	font-size: 14px;
	color: #4c4c4c;
	width: 56px;
	line-height: 38px;
}

.message td input {
	width: 357px;
	height: 38px;
	font-size: 14px;
	color: #b1b1b1;
	border: none;
	line-height: 38px;
	background: #ebebeb;
	padding-left: 10px;
}

.message td span.blue {
	color: #b66568;
	margin: 0 37px 0 12px;
	font-size: 18px;
}

.message td textarea {
	width: 830px;
	height: 203px;
	padding-top: 6px;
	padding-left: 20px;
	background: #ebebeb;
	color: #b1b1b1;
	border: none;
	font-size: 14px;
}

.message td input.submit,
.message td input.reset {
	width: 183px;
	height: 38px;
	font-size: 16px;
	text-align: center;
}

.message td input.submit {
	background: #b66568;
	color: #eaf1f8;
	margin-right: 10px;
}

.message td input.reset {
	color: #e8e8e8;
	background: #999999;
}

.time {
	display: block;
	width: 30%;
	float: left;
	background: #842a2c;
	color: #fff;
}

.year {
	font-size: 30px;
	font-family: fantasy;
}

.mod {
	display: block;
	font-size: 18px;
}