/* Write your styles */

/*轮播页面*/

.am-silder_banner {
	height: 360px;
	overflow: hidden;
}

.shutter {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
}

.shutter-img {
	z-index: 1;
}

.shutter-img,
.shutter-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.shutter-img a {
	cursor: default;
}

.shutter-img a>img {
	width: 100%;
	height: 100%;
}

.shutter-img .created {
	overflow: hidden;
	position: absolute;
	z-index: 20;
}

.shutter-btn {}

.shutter-btn li {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	cursor: pointer;
}

.shutter-btn li.prev {
	left: 20px;
	background: url(../img/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
	right: 20px;
	background: url(../img/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background: url(../img/shutter_shadow.png) repeat;
}

.shutter-desc p {
	padding-left: 20px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}

.text-box {
	left: 27%;
	top: 200px;
	position: absolute;
	z-index: 105;
	padding: 0px;
	border-color: rgb(255, 255, 255);
	border-width: 6px;
	height: 181px;
	width: 592px;
	display: block;
	border-style: solid;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.textbox-bt {
	left: 37%;
	top: 368px;
	position: absolute;
	z-index: 106;
	width: 286px;
	height: 22px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}

.textbox-bt span {
	font-family: Times New Roman;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
}

.wp-hdtext {
	left: 32%;
	top: 220px;
	position: absolute;
	z-index: 107;
	word-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	height: 61px;
	width: 480px;
	display: block;
}

.wp-hdtext p:nth-child(1) {
	font-family: Microsoft YaHei;
	font-size: 24px;
	color: rgb(26, 12, 5);
	letter-spacing: 20px;
}

.wp-hdtext p:nth-child(2) {
	font-family: SimSun;
	font-size: 48px;
	color: rgb(36, 13, 4);
	letter-spacing: 18px;
}

/*一层服务项目样式*/

.modular-service {
	background-color: #fff;
	position: relative;
	margin: -0px auto 0 auto;
	border-radius: 5px;
	z-index: 100;
	padding: 20px 0;
}

.modular-service .wp-media_content {
	text-align: center;
}

.modular-service .title-name {
	font-size: 18px;
	font-weight: bold;
}

.wp-text-grup {
	position: relative;
	top: 0;
	text-align: center;
	padding: 2rem 0;
}

.wp-text-sub {
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: left;
	text-indent: 2em;
	color: #909090;
}

.wp-text-sub .title-bar {
	font-weight: bolder;
	border-left: solid 3px #cc6600;
	font-size: 16px;
	line-height: 26px;
	text-indent: 10px;
	color: #333;
}

.wp-text-grup .wp-media_text span {
	text-transform: uppercase;
	font-family: Microsoft YaHei;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

.modular-service .am-u-lg-4 p {
	text-align: center;
	line-height: 32px;
}

.modular-service .am-u-lg-4 .title-name {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.modular-service .am-u-lg-4 p:nth-child(4) {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 1.5;
}

.modular-service img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 2rem auto;
	padding: 20px;
	background-color: #0e90d2;
	border-radius: 5px;
}

.modular-service .line-brd {
	width: 50px;
	margin: 0 auto;
	height: 1px;
	background: #ff6300;
	margin-bottom: 20px;
}

.modular-service .am-te-c p:last-child {
	font-size: 12px;
	color: #999;
}

/*关于我们样式*/

.modular-about {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	top: 0;
	left: 0;
	border-radius: 5px;
	overflow: hidden;
	margin: 2rem 0;
	padding: 2rem 0;
	z-index: 100;
	background-color: #fff;
}

.modular-about .page-hd {
	z-index: 100;
}

.modular-about .page-hd .panel-about_more {
	text-align: left;
	line-height: 26px;
	padding: 0 10px;
	text-indent: 0;
	margin-top: 10px;
}

.modular-about .panel-about_more {
	color: dodgerblue;
	padding: 2px 6px;
	border-radius: 3px;
}

.modular-about .panel-about_more a:hover {
	color: #fff;
	background-color: #cc6600;
}

.modular-about .modular-about_img {
	padding: 0 2rem;
}

.modular-about .modular-about_img img {
	width: 100%;
	height: auto;
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
}

.modular-about .page-hd .page-hd-title,
.modular-news .page-hd .page-hd-title,
.modular-part .page-hd .page-hd-title {
	padding: 20px 0;
}

.modular-about .page-hd p,
.modular-news .page-hd p,
.modular-part .page-hd p {
	line-height: 28px;
	color: #333;
	text-indent: 25px;
	font-size: 14px;
}

.modular-about .page-hd .page-hd-title,
.modular-news .page-hd .page-hd-title,
.modular-part .page-hd .page-hd-title {
	text-align: center;
	text-indent: 0%;
}

.modular-about .page-hd span {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.modular-news .page-hd span {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	text-indent: 0;
}

.modular-about .page-hd p span:nth-child(2) {
	padding: 10px;
}

.modular-about .page-hd p span:nth-child(3) {
	width: 267px;
	height: 19px;
	display: inline-block;
	background-image: url(../img/title-fontsub.png);
	background-size: cover;
	background-size: 100% 100%;
}

.modular-news .page-hd p span:nth-child(1) {
	color: #ff6300;
}

.modular-about .page-bd,
.modular-news .page-bd {
	text-align: center;
	overflow: hidden;
}

.modular-about .page-bd img {
	width: 100%;
	margin-top: -90px;
}

/*新闻模块样式*/
.modular-news {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 2rem 0;
	padding-bottom: 2rem;
}

.modular-news ul li {
	border-bottom: dashed 1px #eee;
	padding: 10px 0;
}

.modular-news .new-date {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 15px;
	text-align: center;
}

.modular-news .new-date .new-por-time {
	font-size: 24px;
	color: #666;
	height: 41px;
	line-height: 41px;
	display: inline-block;
	font-weight: bold;
}

.modular-news .new-date .new-por-date {
	font-size: 12px;
	color: #666;
	display: block;
	font-weight: normal;
}

.modular-news .new-content {
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}

.modular-news .new-content .new-title {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.modular-news .new-content .new-title:hover a {
	color: #1d80d3;
}

.modular-news .new-content .new-abstract {
	width: 99%;
	overflow: hidden;
	word-wrap: break-word;
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 12px;
	line-height: 24px !important;
	padding-top: 4px;
	color: #9f9f9f;
	font-weight: normal;
	text-decoration: none;
}

/* 新闻轮播页面 */
.slideBox {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 18px;
	height: 18px;
	line-height: 12px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	padding: 2px;
	border-style: none;
}

.slideBox .hd ul li.on {
	background: #1d80d3;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: auto;
	height: 160px;
	display: block;
	float: right;
}

/*新闻模块样式结束*/

/*合作伙伴样式*/
.modular-part {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 2rem 0;
	padding-bottom: 2rem;
	background-image: url(../img/grt-bg.jpg);
	background-size: cover;
}

.modular-part .box-line {
	position: relative;
	padding-bottom: 10rem;
	margin-top: 15rem;
	width: 100%;
	border-top: dashed 2px #999;
}

.modular-part .box-line .box-cer {
	position: absolute;
	top: -5px;
	left: 25.50%;
	background-color: #ff8030;
	width: 10px;
	height: 10px;
	border-radius: 50px;
}
.modular-part .box-line .box-cer:nth-child(2) {
	left: 50%;
}
.modular-part .box-line .box-cer:nth-child(3) {
	left: 75.50%;
}
.box-line .honor-text li{
	display: inline-block;
	width: 220px;
	font-size: 12px;
	color: #9f9f9f;
	padding: 10px 15px;
	border:solid 1px #999;
	background-color: #fcfcfc;
	border-radius: 5px;
	position: absolute;
	top: 30px;
	left: 15.5%;
	
}
.box-line .honor-text li::after {
	content: "";
	position: absolute;
	left: 46.5%;
	width: 0;
	height: 0;
}
.box-line .honor-text li:nth-child(1)::after {
	top: -13%;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.box-line .honor-text li:nth-child(2)::after {
	bottom: -13%;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.box-line .honor-text li:nth-child(3)::after {
	top: -13%;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.box-line .honor-text li:nth-child(2) {
	top: -90px;
	left: 40.5%;
}
.box-line .honor-text li:nth-child(3) {
	left: 65.5%;
}
.modular-part .box-line .box-cer:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 2px #ff8030;
	width: 25px;
	height: 25px;
	border-radius: 50px;
}

.modular-part .page-hd span {
	color: #333;
	font-size: 28px;
	font-weight: bold;
}

.modular-part .page-hd p span:nth-child(1) {
	color: #ff6300;
}

/*合作伙伴Logo样式*/
.part-piclogo_li {
	padding: 15px 10px;
}

.part-piclogo_li ul li {
	width: 25%;
	float: left;
	padding: 5px 10px;
	text-align: center;
}

.part-piclogo_li ul li a {
	display: block;
	border: solid 1px #eee;
	height: 78px;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.part-piclogo_li ul li .piclogo_01 {
	background: url(../img/part1.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_01:hover {
	background: url(../img/part01.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_02 {
	background: url(../img/part2.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_02:hover {
	background: url(../img/part02.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_03 {
	background: url(../img/part3.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_03:hover {
	background: url(../img/part03.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_04 {
	background: url(../img/part4.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_04:hover {
	background: url(../img/part04.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_05 {
	background: url(../img/part5.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_05:hover {
	background: url(../img/part05.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_06 {
	background: url(../img/part6.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_06:hover {
	background: url(../img/part06.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_07 {
	background: url(../img/part7.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_07:hover {
	background: url(../img/part07.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_08 {
	background: url(../img/part8.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_08:hover {
	background: url(../img/part08.jpg);
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_09 {
	background: url(../img/part9.jpg) no-repeat;
	background-size: 100% 100%;
}

.part-piclogo_li ul li .piclogo_09:hover {
	background: url(../img/part09.jpg);
	background-size: 100% 100%;
}

/*四层我们的优势样式*/

.modular-superiority {
	padding: 10rem 0 5rem 0;
}

.modular-superiority .page-hd .page-hd-title {
	padding: 20px 0;
}



.modular-superiority .page-hd p {
	text-align: center;
	line-height: 28px;
}

.modular-superiority .page-hd span {
	font-size: 28px;
	font-weight: bold;
}

.modular-superiority .page-hd p span:nth-child(1) {
	color: #ff6300;
}

.modular-superiority .page-bd {
	text-align: center;
	overflow: hidden;
}

.page-bd .page-bd-img {
	text-align: center;
	padding-top: 5rem;
}

.modular-superiority .page-conicon {
	padding: 10px;
	position: absolute;
	z-index: 1000;
}

.modular-superiority .page-conicon img {
	border: dashed 1px rgb(249, 62, 62);
	padding: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.modular-superiority .page-bd .top-left {
	margin-top: 180px;
	padding-left: 3rem;
}

.modular-superiority .page-bd .bottom-left {
	margin-top: 390px;
	padding-left: 3rem;
}

.modular-superiority .page-bd .top-right {
	margin-top: 180px;
	right: 0rem;
}

.modular-superiority .page-bd .bottom-right {
	margin-top: 390px;
	right: 0rem;
}

.modular-superiority .top-left p,
.modular-superiority .bottom-left p {
	float: left;
	width: 75%;
	text-align: right;
}

.modular-superiority .top-right p,
.modular-superiority .bottom-right p {
	float: left;
	width: 75%;
	text-align: left;
	padding-left: 2rem;
}

.modular-superiority .top-right img,
.modular-superiority .bottom-right img {
	float: left;
}

.modular-superiority .top-left p:nth-child(1),
.modular-superiority .bottom-left p:nth-child(1),
.modular-superiority .top-right p:nth-child(2),
.modular-superiority .bottom-right p:nth-child(2) {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.modular-superiority .top-left p:nth-child(2),
.modular-superiority .bottom-left p:nth-child(2),
.modular-superiority .bottom-right p:nth-child(3),
.modular-superiority .top-right p:nth-child(3) {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

/*子页样式表*/

.am-breadcrumb {
	border-bottom: solid 1px #eee;
}

.am-page-content {
	background-color: #fff;
}

.pageRt-body {
	padding-bottom: 2rem;
}

.pageRt-body p {
	text-indent: 2rem;
	font-size: 14px;
	color: #666;
}

.pageRt-body .page-bd_logo {
	padding-bottom: 25px;
}

.pageRt-body .page-bd_logo img {
	width: 110px;
	float: left;
	padding: 10px;
	border: solid 1px #eee;
	background-color: #fcfcfc;
	margin-right: 15px;
}

.pageRt-body .page-bd_logo p {
	text-indent: 0;
}

.pageRt-body .page-con-title {
	font-size: 18px;
	font-weight: bold;
	border-left: solid 2px #0e90d2;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pageRt-body .serImg-list .serImg-li {
	overflow: hidden;
	padding: 10px;
}

.serImg-li .serName {
	color: #ff6600;
	font-size: 12px;
}

.pageRt-body .serImg-list .serImg-li p {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	text-indent: 0;
}

.pageRt-body .serImg-list .serImg-li .serName {
	color: #ff6600;
	font-size: 16px;
	line-height: 26px;
}

.pageRt-body .serImg-list img {
	width: 100%;
	height: 178px;
	border: 2px solid #f1f1f1;
	padding: 3px;
	overflow: hidden;
}

.pageRt-body .serImg-list .serImg-li:hover img {
	cursor: pointer;
	border: 2px solid #fdbc00;
}

/*荣誉轮播 */
.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	text-align: right;
}

.picMarquee-left .hd a {
	color: #0e90d2;
}

.picMarquee-left .hd a i {
	font-size: 22px;
	font-weight: bold;
	font-weight: bold;
}

.picMarquee-left .hd a:hover {
	color: #ff6300;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: auto;
	height: 220px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	font-size: 12px;
}

/*新闻中心样式表*/

.titleHd {
	line-height: 2;
	font-size: 18px;
	border-bottom: solid 3px #fdbc00;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
}

.pageRt-body .pageNew_list ul li {
	padding-bottom: 10px;
	border-bottom: dashed 1px #eee;
}

.pageRt-body .pageNew_list .list-hd {
	padding: 10px 0;
}

.pageRt-body .pageNew_list .list-hd p {
	text-indent: 0;
}

.pageRt-body .pageNew_list .list-hd p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
}

.pageRt-body .pageNew_list .list-hd p:nth-child(2) {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.pageRt-body .pageNew_list .list-bd p {
	text-indent: 0;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.pageRt-body .page-bd_list {
	padding: 10px 0;
}

.pageRt-body .page-bd_list ul li {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	height: 110px;
	overflow: hidden;
	padding-top: 10px;
}

.pageRt-body .page-bd_list ul li:hover a {
	background-color: #fcfcfc;
	height: 110px;
}

.pageRt-body .page-bd_list ul li a {
	display: block;
}

.pageRt-body .page-bd_list ul li .bd-pic {
	overflow: hidden;
}

.pageRt-body .page-bd_list ul li .bd-pic img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pageRt-body .page-bd_list ul li .bd-time {
	padding-top: 1rem;
}

.pageRt-body .page-bd_list ul li .bd-time .pro-time {
	font-size: 24px;
	color: #0e90d2;
	display: block;
	text-align: center;
}

.pageRt-body .page-bd_list ul li .bd-time .pro-date {
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
}

.pageRt-body .page-bd_list ul li .bd-conts {
	padding-top: 2rem;
}

.pageRt-body .page-bd_list ul li .bd-conts p {
	text-indent: 0;
}

.pageRt-body .page-bd_list ul li .bd-conts .title {
	color: #666;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pageRt-body .page-bd_list ul li .bd-conts .abstract {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 12px;
	line-height: 20px !important;
	color: #909090;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pageRt-body .bd-title {
	font-size: 18px;
	color: #333;
	width: 130px;
	margin: 0 auto;
	padding-bottom: 4px;
	padding-top: 3rem;
	border-bottom: double 3px #0e90d2;
}

.sub-page-title {
	text-align: center;
	padding-bottom: 2rem;
}

.sub-page-title .title-max {
	font-family: Microsoft YaHei;
	font-size: 30px;
	color: rgb(40, 40, 54);
	letter-spacing: 4px;
}

.sub-page-title .title-noral {
	font-family: Microsoft YaHei;
	font-size: 15px;
	color: rgb(40, 40, 54);
	letter-spacing: 2px;
}

.ft-pagination {
	padding-top: 2rem;
}

.ft-pagination .am-pagination {
	text-align: center;
}

#l-map {
	height: 360px;
	width: 100%;
}

.contact_detail {
	padding: 0;
	background-color: #fff;
}

.contact_detail .contactUS .boxImg {
	width: 100%;
	height: 120px;
	left: 0px;
	position: relative;
	overflow: hidden;
}

.contact_detail .contactUS .boxImg img {
	position: relative;
	margin-top: -39px;
	width: 100%;
}

.contact_detail .contactUS p {
	line-height: 1.3;
	padding: 4px 10px;
	font-size: 14px;
}

.contact_detail .contactUS p i {
	font-size: 14px;
	color: #666;
	padding-right: 4px;
}

.contact_detail .leavText ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

.contact_detail .leavText .liName {
	float: left;
	line-height: 1.5;
	width: 90px;
	color: #5a5a5a;
}

.contact_detail .leavText .inputBox {
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 10px;
}

.contact_detail .leavText .inputBox .inptext {
	font-family: "微软雅黑";
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	font-size: 12px;
	text-indent: 5px;
	height: 38px;
	line-height: 38px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.contact_detail .leavText .inputBox .txtarea {
	font-size: 12px;
	padding: 5px 0;
	width: 100%;
	height: 60px;
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.contact_detail .btnsubmit {
	display: block;
	margin-left: 70px;
	background-color: #f60;
	border-style: solid;
	border-width: 0;
	line-height: 40px;
	height: 40px;
	width: 250px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}

.contact_detail .btnsubmit:hover {
	color: #fff;
	background-image: none;
	background-color: #ff8030;
	border-color: transparent;
}

/*底部样式*/



