@charset "utf-8";
/* CSS Document */

div, dl, dt, dd, ul, ol, li, form, p {margin: 0px; padding: 0px;}
ul, ol, li {list-style: none; list-style-type: none;}
img {border: 0px;}

.header {width: 100%; height: 100px; background: url(../images/headerbg.png) repeat-x;}
	.header .wrapper {width: 1200px; height: 100px; margin: 0px auto;}
	.header .logo {float: left;}
		.header .logo img {display: block;}
.menu {width: 840px; height: 40px; padding: 50px 0px 0px 0px; float: right;}
	#menubtn {display: none;}
	.menu ul {width: 840px; height: 40px; overflow: hidden;}
		.menu ul li {width: 120px; height: 40px; text-align: right; font-size: 16px; float: left;}
			.menu ul li a {padding: 5px 3px; display: inline-block;}
			.menu ul li a:hover, .menu ul li.cur a {border-bottom: #c30d23 2px solid; color: #c30d23;}
.banner {width: 100%; height: auto; overflow: hidden;}
	.banner img {display: block;}

.mainbody {width: 100%; height: auto; overflow: hidden;}
	.mainbody .wrapper {width: 1200px; height: auto; margin: 0px auto; overflow: hidden;}
	.mainbody .left {width: 260px; height: auto; padding-bottom: 20px; overflow: hidden; float: left;}
	.mainbody .right {width: 880px; height: auto; min-height: 400px; overflow: hidden; float: right;}

.about {width: 100%; height: 300px; margin-top: 150px; background: #122a88; border-bottom: #f39800 10px solid;}
	.about .company {width: 1200px; height: 300px; margin: 0px auto; position: relative; z-index: 99;}
		.about .company .profile {width: 600px; height: auto; overflow: hidden; position: absolute; left: 0px; top: -100px; z-index: 99;}
			.about .company .profile .title {width: 100%; height: 100px; line-height: 50px; font-size: 36px; overflow: hidden;}
				.about .company .profile .title span {font-size: 24px; color: #f39800; display: block;}
			.about .company .profile .text {width: 100%; height: 240px; padding-top: 30px; line-height: 30px; color: #FFF; overflow: hidden;}
		.about .company .image {width: 560px; height: 370px; border: #e0e0e0 4px solid; position: absolute; right: 0px; bottom: 30px; z-index: 99;}
			.about .company .image img {width: 560px; height: 370px; display: block;}
.qlink {padding: 30px 0px; background: #f5f5f5;}
	.qlink ul {width: 1260px; height: auto; overflow: hidden;}
		.qlink ul li {width: 150px; height: auto; margin-right: 60px; overflow: hidden; float: left; display: inline;}
			.qlink ul li label {width: 40px; height: 40px; margin: 0px auto; padding: 15px; background: #FFF; border: #F1F1F1 1px solid; border-radius: 50%; display: block;}
				.qlink ul li label img {width: 40px; height: 40px; display: block;}
			.qlink ul li span {padding: 30px 0px 15px 0px; text-align: center; font-size: 16px; display: block;}
.product {padding: 30px 0px;}
	.product .title {width: 100%; height: 70px; border-bottom: #b5b5b5 1px solid; text-align: center; line-height: 70px; font-size: 36px;}
		.product .title span {padding-left: 10px; color: #f39800;}
	.product ul {width: 1234px; height: auto; min-height: 230px; overflow: hidden;}
		.product ul li {width: 274px; height: auto; margin: 30px 34px 0px 0px; overflow: hidden; float: left; display: inline;}
			.product ul li img {width: 270px; height: auto; padding: 1px; border: #DDD 1px solid; display: block;}
			.product ul li p {width: 274px; height: 30px; background: #DDD; text-align: center; line-height: 30px; overflow: hidden;}
			.product ul li:hover img {border: #122a88 1px solid;}
			.product ul li:hover p {background: #122a88;}
			.product ul li a:hover, .product ul li:hover a {color: #FFF;}
.news {padding: 50px 0px;}
	.news .title {width: 100%; height: 20px; margin-top: 25px; border-top: #b5b5b5 1px solid; position: relative; z-index: 99;}
		.news .title p {width: 100%; height: 40px; text-align: center; line-height: 40px; position: absolute; left: 0px; top: -25px; z-index: 99;}
			.news .title p span {padding: 0px 20px; background: #FFF; font-size: 36px; display: inline-block;}
	.news ul {width: 1260px; height: auto; min-height: 100px; overflow: hidden;}
		.news ul li {width: 570px; height: auto; margin: 30px 60px 0px 0px; border-bottom: #b5b5b5 1px solid; overflow: hidden; float: left; display: inline;}
			.news ul li .time {width: 80px; height: 100px; text-align: center; font-size: 48px; color: #000; overflow: hidden; float: left;}
				.news ul li .time span {margin: 0px; padding: 5px 0px; border-top: #EEE 1px solid; font-size: 16px; color: #666; display: block;}
			.news ul li .newstitle {width: 470px; height: 30px; padding-top: 10px; line-height: 30px; font-size: 16px; font-weight: bold; overflow: hidden; float: right;}
			.news ul li .summary {width: 470px; height: 48px; padding-top: 5px; line-height: 24px; color: #666; overflow: hidden; float: right;}

.footer {width: 100%; height: auto; margin-top: 20px; padding: 10px 0px; background: #2b2b31; overflow: hidden;}
	.footer .wrapper {width: 1200px; height: auto; margin: 0px auto; overflow: hidden;}
	.footer .copyright {line-height: 33px; font-size: 12px; color: #CCC; float: left;}
		.footer .copyright span {padding: 0px 10px 0px 0px;}
		.footer .copyright a, .footer .copyright a:hover {color: #CCC;}
	.footer .ewm {width:240px; height: auto; overflow: hidden; float: right;}
		.footer .ewm li {width: 80px; height: auto; padding-left: 40px; overflow: hidden; float: right;}
			.footer .ewm li img {width: 80px; height: 80px; display: block;}
			.footer .ewm li p {width: 100%; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color: #CCC; overflow: hidden;}

.submenu {width: 100%; height: auto; margin-top: 30px; background: #FFF url(../images/submenubg.jpg); background-size: 100% 100%; overflow: hidden;}
	.submenu dt {width: 100%; height: 60px; background: #242730; text-align: center; line-height: 60px; font-size: 36px; color: #FFF;}
	.submenu dd {width: 100%; height: 45px; text-align: center; line-height: 45px; font-size: 16px;}
		.submenu dd a:hover {font-weight: bold; color: #122a88;}
.pagetitle {width: 100%; height: 40px; margin-top: 49px; border-bottom: #cecece 1px solid; line-height: 40px;}
	.pagetitle strong {font-size: 18px; font-weight: normal; float: left;}
	.pagetitle span {font-size: 12px; color: #666; float: right;}
		.pagetitle span a {color: #666;}
		.pagetitle span a:hover {color: #F00;}
.singlepage {width: 100%; height: auto; padding-top: 20px; line-height: 30px; overflow: hidden;}
.pagelist {width: 100%; height: auto; margin: 0px auto; padding: 20px 0px; text-align: right; font-size: 12px; overflow: hidden; clear: both;}
	.pagelist span {margin-left: 5px; border: #999 1px solid; background-color: #FFF; display: inline-block;}
		.pagelist span a, .pagelist span a:hover {padding: 2px 6px; color: #333; text-decoration: none; display: block;}
	.pagelist span:hover {border: #122a88 1px solid; background-color: #122a88; color: #FFF;}
		.pagelist span:hover a, .pagelist span:hover a:hover {color: #FFF;}
	.pagelist span.cur {padding: 2px 6px; border: #122a88 1px solid; background-color: #122a88; color: #FFF;}
	.pagelist span.prev {padding-left: 6px;}
		.pagelist span.prev a {padding: 2px 6px 2px 10px; background: url(../images/pageprevdef.png) left center no-repeat;}
		.pagelist span.prev a:hover {background: url(../images/pageprevcur.png) left center no-repeat;}
	.pagelist span.next {padding-right: 6px;}
		.pagelist span.next a {padding: 2px 10px 2px 6px; background: url(../images/pagenextdef.png) right center no-repeat;}
		.pagelist span.next a:hover {padding: 2px 10px 2px 6px; background: url(../images/pagenextcur.png) right center no-repeat;}
.newslist {width: 100%; height: auto; padding: 20px 0px; overflow: hidden;}
	.newslist li {width: 100%; height: auto; padding: 10px 0px; border-bottom: #b5b5b5 1px dashed; overflow: hidden;}
		.newslist li .time {width: 80px; height: 100px; text-align: center; font-size: 48px; color: #000; overflow: hidden; float: left;}
			.newslist li .time span {margin: 0px; padding: 5px 0px; border-top: #EEE 1px solid; font-size: 16px; color: #666; display: block;}
		.newslist li .title {width: 770px; height: 30px; padding-top: 10px; line-height: 30px; font-size: 16px; font-weight: bold; overflow: hidden; float: right;}
		.newslist li .summary {width: 770px; height: 48px; padding-top: 5px; line-height: 24px; color: #666; overflow: hidden; float: right;}
.joblist {width: 100%; height: auto; overflow: hidden;}
	.joblist li {width: 100%; height: auto; padding-top: 20px; overflow: hidden;}
		.joblist li .title {width: 100%; height: auto; border-bottom: #b5b5b5 1px dashed; line-height: 30px; overflow: hidden;}
			.joblist li .title span {padding-left: 10px; font-size: 12px; color: #666;}
		.joblist li .content {width: 100%; height: auto; padding-top: 10px; line-height: 30px; overflow: hidden;}
.list {width: 909px; height: auto; overflow: hidden;}
	.list li {width: 274px; height: auto; margin: 29px 29px 0px 0px; overflow: hidden; float: left; display: inline;}
		.list li img {width: 270px; height: auto; padding: 1px; border: #DDD 1px solid; display: block;}
		.list li p {width: 274px; height: 30px; background: #DDD; text-align: center; line-height: 30px; overflow: hidden;}
		.list li:hover img {border: #122a88 1px solid;}
		.list li:hover p {background: #122a88;}
		.list li a:hover, .list li:hover a {color: #FFF;}
.detail {width: 100%; height: auto; padding: 20px 0px; overflow: hidden;}
	.detail .title {width: 100%; height: auto; padding-top: 10px; text-align: center; line-height: 30px; font-size: 20px; font-weight: bold; overflow: hidden;}
	.detail .posttime {width: 100%; height: auto; padding-top: 10px; text-align: right; line-height: 24px; border-bottom: #DDD 1px dashed; overflow: hidden;}
	.detail .image {width: 100%; height: auto; padding-top: 10px; text-align: center; overflow: hidden;}
	.detail .content {width: 100%; height: auto; padding-top: 20px; line-height: 30px; overflow: hidden;}
.productdetail {width: 100%; height: auto; padding: 20px 0px; overflow: hidden;}
	.productdetail .image {width: 500px; height: auto; border: #DDD 1px solid; overflow: hidden; float: left;}
		.productdetail .image img {width: 100%; height: auto; display: block;}
	.productdetail .item {width: 350px; height: auto; padding-bottom: 20px; line-height: 20px; overflow: hidden; float: right; clear: right;}
	.productdetail .title {font-size: 16px; font-weight: bold;}
	.productdetail .contenttitle {width: 100%; height: 30px; margin-top: 20px; background: #ececec; line-height: 30px; float: left; display: inline;}
		.productdetail .contenttitle span {width: auto; height: 30px; padding: 0px 20px; background: #9a9a9a; text-align: center; color: #FFF; display: inline-block;}
	.productdetail .content {width: 100%; height: auto; padding-top: 20px; line-height: 30px; overflow: hidden; float: left;}
.goback {width: 100%; height: auto; padding: 20px 0px; text-align: center; overflow: hidden;}	
	.goback a, .goback a:hover {padding: 2px 6px 2px 20px; border: #DDD 1px solid; background: #FFF url(../images/icon_back.png) 6px center no-repeat; text-decoration: none; font-size: 12px; color: #333; display: inline-block;}
.feedback {width: 98%; height: auto; margin: 20px auto 0px auto; background: #FFF; border: #999 1px solid; border-radius: 5px; box-shadow: 0px 0px 3px #CCC; overflow: hidden;}
	.feedtitle {width: 100%; height: 30px; background: url(../images/feedtitlebg.jpg) repeat-x; border-bottom: #999 1px solid; border-radius: 5px 5px 0px 0px;}
		.feedtitle span {width: 94%; height: 30px; margin: 0px auto; line-height: 30px; display: block;}
	.feedlist {width: 94%; height: auto; margin: 5px auto; line-height: 30px; overflow: hidden;}
		.feedlist dt {width: 22%; height: auto; padding: 5px 0px; font-weight: bold; overflow: hidden; float: left; clear: left;}
		.feedlist dd {width: 78%; height: auto; padding: 5px 0px; text-align: center; overflow: hidden; float: left; clear: right;}
			.feedlist dd input, .feedlist dd select, .feedlist dd textarea {width: 98%; margin: 0px auto; padding: 0px; border: none; background: #FFF; border-radius: 3px; box-shadow: 0px 0px 1px 1px #CCC;}
			.feedlist dd input, .feedlist dd select {height: 30px;}
	.feedbtn {width: 94%; height: auto; margin: 0px auto; padding: 5px 0px; overflow: hidden;}
		.feedbtn input {width: 76%; height: 30px; margin: 0px 0px 0px 23%; padding: 0px; border: none; background: #2b2b31; border-radius: 3px; box-shadow: 0px 0px 1px 1px #CCC; text-align: center; line-height: 30px; color: #FFF; cursor: pointer;}


@media (max-width: 1200px) {
	body {width: 1200px;}
}