a {
	color: inherit
}
a:hover {
	color: #b01f24;
}
.main {
	width: 1230px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px
}
.main::after {
	content: "";
	display: block;
	clear: both
}
.nav_btn {
	display: none
}
.header_out {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.3s
}
.main_head {
	width: 1630px
}
.head {
	height: 110px;
	transition: all 0.3s
}
.head .logo {
	display: block;
	float: left;
	margin-top: 6px
}
.head .logo img {
	display: block;
	transition: all 0.3s;
	width: 104px
}
.head .logo .logo_b {
	display: none
}
.head .nav {
	float: right;
	margin-top: 40px;
	transition: all 0.3s
}
.head .nav li {
	float: left;
	position: relative;
	margin-left: 56px
}
.head .nav li:first-child {
	margin-left: 0
}
.head .nav li>a {
	padding: 0 25px;
	font-size: 16px;
	line-height: 46px;
	border-radius: 23px;
	color: #fff;
	display: block;
	transition: all 0.3s;
	position: relative
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	top: 110%;
	text-align: center;
	transition: all 0.3s;
	white-space: nowrap;
	text-align: center;
	padding-top: 25px
}
.head .nav li .sub .nav_sub_in {
	background: #fff;
	border-top: 4px solid #b01f24;
	position: relative;
	padding: 12px 0;
	box-shadow: 0px 1px 1px 0.26px rgba(0,0,0,0.15)
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #949494;
	transition: all 0.3s;
	padding: 0 10px
}
.head .nav li .sub a:hover {
	color: #b01f24
}
@keyframes moveup {
from {
top:110%
}
to {
	opacity: 1;
	top: 100%
}
}
.home_box {
	padding-top: 150px;
	padding-bottom: 116px;
	background: url(../img/home_bg.jpg) no-repeat center/cover
}
.home_box .list {
	position: relative
}
.home_box .list li {
	float: left;
	position: relative
}
.home_box .list .a {
	width: 17%;
	height: 178px;
	float: left
}
.home_box .list .b {
	width: 33%;
	height: 534px;
	float: right
}
.home_box .list .c {
	width: 12.5%;
	height: 266px;
	float: right
}
.home_box .list .d {
	width: 50%;
	height: 268px;
	position: absolute;
	right: 0;
	top: 266px
}
.home_box .list .e {
	width: 33.5%;
	height: 270px
}
.home_box .list .f {
	width: 16.5%;
	height: 270px
}
.home_box .list .ea {
	background: #eaeaea
}
.home_box .list .red {
	background: #b01f24
}
.home_box .list .wh {
	background: #fff
}
.home_box .list li {
	overflow:hidden;
}
.home_box .list .bgimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 2;
	-webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.home_box .list li:hover .bgimg {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.home_box .list .arrow {
	z-index: 5
}
.home_box .list .arrow::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 13px;
	border-style: solid
}
.home_box .list .arrow_r_ea::after {
	border-color: transparent transparent transparent #eaeaea;
	left: 100%;
	top: 50%;
	margin-top: -13px
}
.home_box .list .arrow_r_red::after {
	border-color: transparent transparent transparent #b01f24;
	left: 100%;
	top: 50%;
	margin-top: -13px
}
.home_box .list .arrow_b_red::after {
	border-color: #b01f24 transparent transparent transparent;
	left: 50%;
	top: 100%;
	margin-left: -13px
}
.home_box .list .arrow_b_wh::after {
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 100%;
	margin-left: -13px
}
.home_box .list .arrow_l_red::after {
	border-color: transparent #b01f24 transparent transparent;
	right: 100%;
	top: 50%;
	margin-top: -13px
}
.home_box .list .arrow_r_wh::after {
	border-color: transparent transparent transparent #fff;
	left: 100%;
	top: 50%;
	margin-top: -13px
}
.home_box a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	font-size: 20px;
	color: #000000
}
.home_box a:hover .icon, .home_box a:hover .tt {
	transform: translateY(-5px)
}
.home_box a:hover .tt {
	color: #b01f24
}
.home_box a:hover .st {
	color: #b01f24
}
.home_box a:hover p {
	text-decoration: underline
}
.home_box .inner {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10px
}
.home_box .icon {
	display: block;
	margin: 0 auto;
	transition: all 0.3s
}
.home_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	text-align: center
}
.home_box .p_w {
	color: #fff
}
.home_box .p1 {
	margin-top: 9px
}
.home_box .p2 {
	margin-top: 33px
}
.home_box .p3 {
	margin-top: 24px
}
.home_box .tt {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	transition: all 0.3s
}
.home_box .st {
	text-align: center;
	display: block;
	transition: all 0.3s;
	color: #fff;
	font-size: 20px
}
footer {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #434343;
	color: #fff
}
footer p {
	float: left;
	line-height: 30px;
	font-size: 14px
}
footer p a {
	display: inline-block;
	margin: 0 3px
}
footer p a:hover {
	color: #b01f24
}
footer .thbox {
	float: right
}
footer .thbox a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	background: #696969;
	transition: all 0.3s;
	position: relative;
	margin-left: 14px
}
footer .thbox a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
footer .thbox .ewm {
	width:140px;
	height:140px;
	top:-140px;
	left:-110px;
	display:none;
	z-index:99;
	opacity:0;
	transform:none;
}
footer .thbox .wx:hover .ewm {
	display:block;
	opacity:1;
}
footer .thbox a:hover {
	background: #b01f24
}
.header_out_inner {
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1)
}
.header_out_inner .head .nav li>a {
	color: #333
}
.header_out_inner .nav li:hover>a, .header_out_inner .nav li.on>a {
	color: #fff
}
.n1_box {
	padding-top: 160px
}
.n1_box .title {
	text-align: center;
	margin-bottom: 33px
}
.n1_box .title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333
}
.n1_box .title p {
	font-size: 16px;
	color: #9a9a9a;
	text-transform: uppercase
}
.n1_box .title span {
	display: block;
	width: 58px;
	height: 3px;
	background: #b01f24;
	margin: 5px auto
}
.list_a {
	margin: 0 -10px;
	padding-bottom: 39px
}
.list_a li {
	padding: 0 10px;
	margin-bottom: 22px
}
.list_a a {
	display: block;
	position: relative;
	overflow:hidden;
}
.list_a a:hover .txt {
	background: #b01f24;
	padding-top: 24px;
	padding-bottom: 24px
}
.list_a a:hover .txt em {
	background: #fff
}
.list_a img {
	display: block;
	width: 100%;
	height:100%;
	object-fit:cover;
	-webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.list_a img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.list_a .txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	background: rgba(0,0,0,0.6);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 18px
}
.list_a .txt p {
	font-weight: bold;
	font-size: 20px
}
.list_a .txt span {
	display: block;
	transition: all 0.3s;
	font-size: 14px
}
.list_a .txt em {
	display: block;
	margin: 5px auto 1px;
	width: 43px;
	height: 2px;
	background: #b01f24;
	transition: all 0.3s
}
.web_position {
	background: #b01f24 url(../img/icon_home.png) no-repeat 13px center;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 28px;
	padding-left: 42px
}
.list_b {
	padding-bottom: 25px
}
.list_b li {
	margin-bottom: 27px
}
.list_b a {
	display: block;
	position: relative;
	padding-right: 185px;
	border: 1px solid #e7e7e7;
	padding: 34px 185px 30px 24px;
	transition: all 0.3s
}
.list_b a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09)
}
.list_b a:hover h3 {
	color: #b01f24
}
.list_b a:hover::after {
	background-color: #b01f24
}
.list_b a::before {
	content: "";
	display: block;
	width: 1px;
	height: 122px;
	background: #dddddd;
	position: absolute;
	right: 140px;
	top: 50%;
	margin-top: -61px
}
.list_b a::after {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	transition: all 0.3s;
	border-radius: 50%;
	background: #a6a6a6 url(../img/icon_plus.png) no-repeat center;
	position: absolute;
	right: 53px;
	top: 50%;
	margin-top: -21px;
	transition: all 0.3s
}
.list_b a h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #333333;
	padding-right: 132px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s
}
.list_b a .des {
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	height: 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.list_b a .date {
	position: absolute;
	display: block;
	top: 41px;
	font-size: 16px;
	color: #b01f24;
	right: 188px;
	padding-left: 24px;
	background: url(../img/icon_date.png) no-repeat left center
}

/*n2*/
.n2_box {
	padding-top:30px;
	margin-bottom:100px;
}
.n2_box li {
    width: 19%;
	height:345px;
    float: left;
    position: relative;
    margin-right: 1.2%;
	margin-bottom:12px;
	overflow:hidden;
}
.n2_box li:nth-child(5n) {
	margin-right:0;
}
.n2_box li img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	-webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.n2_box li:hover img {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.n2_box li .word {
	left:0;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.6);
	padding:10px;
	color:#fff;
}
.n2_box li .word h3 {
	font-size:20px;
	font-weight:bold;
}
.n2_box li .word i {
	width:43px;
	height:2px;
	background:#b01f24;
	margin:5px auto 2px;
	display:block;
}
.n2_box li .word p {
	font-size:14px;
}
/*n3*/
.n3_box {
	border:1px solid #e9e9e9;
	margin-bottom:25px;
}
.n3_box .tit {
	padding:13px 0;
	border-bottom:1px solid #e9e9e9;
}
.n3_box .tit h3 {
	line-height:22px;
	height:22px;
	padding:0 10px;
	border-left:4px solid #b01f24;
	font-size:16px;
	font-weight:bold;
	color:#b01f24;
}
.n3_box ul {
	padding:23px;
}
.n3_box li {
	width:33.3%;
	float:left;
	line-height:38px;
	font-size:14px;
	color:#7d7d7d;
}
.n3_box li em {
	color:#b01f24;
	display:inline-block;
	margin:0 5px;
}
.n3_con {
	margin-top:20px;
	margin-bottom:20px;
}
/*n6*/
.n6_box {
	padding-top:30px;
	margin-bottom:100px;
}
.n6_box li {
    width: 32%;
	height:245px;
    float: left;
    position: relative;
    margin-right: 1.2%;
	margin-bottom:12px;
	overflow:hidden;
}
.n6_box li:nth-child(5n) {
	margin-right:0;
}
.n6_box li img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	-webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.n6_box li:hover img {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.n6_box li .word {
	left:0;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.6);
	padding:15px;
	color:#fff;
}
.n6_box li .word h3 {
	font-size:20px;
	font-weight:bold;
}
.n6_box li .word i {
	width:43px;
	height:2px;
	background:#b01f24;
	margin:5px auto 2px;
	display:block;
}
.n6_box li .word p {
	font-size:14px;
}
@media (min-width: 992px) {
.nav li:hover>a, .nav li.on>a {
	background: #b01f24
}
.nav li:hover .sub {
	opacity: 1;
	display: block;
	animation: moveup 0.5s;
	animation-fill-mode: forwards
}
.m_nav, .pcshow {
	display: none !important
}
.header_out.on {
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1)
}
.header_out.on .head .nav li>a {
	color: #000
}
.header_out.on .nav li:hover>a, .header_out.on .nav li.on>a {
	color: #fff
}
.header_out.on .head {
	height: 80px
}
.header_out.on .head .logo img {
	width: 80px
}
.header_out.on .head .nav {
	margin-top: 17px
}
.header_out.on .head .logo {
	margin-top: 3px
}
.header_out.on .head .nav li .sub {
	padding-top: 17px
}
}
@media (max-width: 1540px) {
.head .nav li {
	margin-left: 30px
}
}
@media (max-width: 1380px) {
.main_head {
	width: 1210px
}
.head .nav li {
	margin-left: 20px
}
.head .nav li>a {
	padding: 0 20px
}
.home_box .icon {
	width: 65px
}
.home_box a {
	font-size: 18px
}
.home_box {
	padding-bottom: 80px
}
}
@media (max-width: 1199px) {
.main {
	width: 992px
}
.head .nav li {
	margin-left: 15px
}
.head .nav li>a {
	padding: 0 10px;
	border-radius: 4px
}
.home_box .list .a {
	height: 130px
}
.home_box .icon {
	width: 56px
}
.home_box a {
	font-size: 16px
}
.home_box .list .b {
	height: 390px
}
.home_box .list .c {
	height: 195px
}
.home_box .list .d {
	top: 195px;
	height: 195px
}
.home_box .tt {
	font-size: 30px
}
.home_box .st {
	font-size: 16px
}
.home_box .list .e {
	height: 190px
}
.home_box .list .f {
	height: 190px
}
.list_a .txt p {
	font-size: 18px
}
.list_a .txt span {
	font-size: 13px
}
.n2_box li {
	height:290px;
}
.n2_box li .word h3 {
    font-size: 16px;
    font-weight: bold;
}
.n3_box li {
	width:50%;
	float:left;
}
.n6_box li {
	width:32%;
	height:180px;
	float:left;
}
}
@media (max-width: 991px) {
.head .nav {
	display: none
}
.main {
	width: 768px
}
body {
	padding-top: 70px
}
.header_out {
	position: fixed;
	background: #fff;
}
.header_out .head {
	height: 70px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0
}
html.slide_nav {
	left: 450px
}
.header_out {
	transition: all 0.3s;
	left: 0
}
.header_out.slide_nav {
	left: 450px
}
.head .nav {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #b01f24;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s
}
.head .nav.on {
	left: 0
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-right: 55px
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999
}
.nav_btn.active {
	left:15px;
	right:auto;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #333;
	transition: all 0.3s
}
.nav_btn span:nth-of-type(1) {
	top: 0
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px
}
.nav_btn span:nth-of-type(3) {
	bottom: 0
}
.nav_btn.active span {
	background: #333
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg)
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg)
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #b01f24;
	transition: all 0.3s;
	padding: 150px 40px 0
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px
}
.m_nav.on {
	left: 0
}
.head .logo img {
	width: auto;
	height: 60px
}
.head .nav {
	margin-top: 0
}
.head .nav li {
	margin-left: 0
}
.home_box {
	padding-top: 60px
}
.home_box .list li {
	width: 50% !important;
	height: 180px !important;
	position: relative !important;
	float: left !important;
	top: 0 !important
}
.home_box .list li:last-child {
	width: 100% !important
}
.home_box .list li:nth-child(3), .home_box .list li:nth-child(7) {
	float: right !important
}
.home_box .list .arrow::after {
	display: none
}
.home_box p {
	margin-top: 20px !important
}
.n1_box {
	padding-top: 40px
}

.head .logo img.logo_b {
	display: block
}
.n2_box li:nth-child(5n) {
	    margin-right: 1.2%;
}
.n2_box li:nth-child(3n) {
	    margin-right:0% !important;
}
.n2_box li {
    width: 32.5%;
}
.n6_box li:nth-child(5n) {
	    margin-right: 1.2%;
}
.n6_box li:nth-child(3n) {
	    margin-right:0% !important;
}
.n6_box li {
    width: 100%;
}
}
@media (max-width: 767px) {
.header_out.slide_nav {
	left: 300px
}
html.slide_nav {
	left: 300px
}
.head .nav {
	width: 300px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.head .nav {
	padding-right: 0;
	padding-left: 0
}
.head .nav li {
	padding-left: 26px
}
.header_out .head {
	height: 70px
}
body {
	padding-top: 70px
}
.head .nav li {
	margin-left: 0
}
footer p {
	width: 100%;
	text-align: center
}
footer .thbox {
	width: 100%;
	text-align: center;
	margin-top: 24px;
	font-size: 0
}
footer .thbox a {
	display: inline-block;
	float: none
}
footer .thbox a:nth-child(1) {
	margin-left: 0
}
.n1_box .title h3 {
	font-size: 24px
}
.n1_box .title p {
	font-size: 14px
}
.list_a li {
	margin-bottom: 15px
}
.list_b a .des {
	font-size: 12px;
	line-height: 1.6;
	height: auto
}
.list_b a {
	padding: 10px 10px;
	padding-right: 24px
}
.list_b a::after, .list_b a::before {
	display: none
}
.list_b a h3 {
	padding-right: 0;
	font-size: 16px
}
.list_b a .date {
	position: static;
	margin-bottom: 10px;
	font-size: 12px;
	background-size: auto 12px;
	padding-left: 15px
}
.list_a {
	padding-bottom: 20px
}
.list_b li {
	margin-bottom: 15px
}
.n2_box li:nth-child(5n) {
	    margin-right: 1%;
}
.n2_box li:nth-child(3n) {
	    margin-right:1% !important;
}
.n2_box li:nth-child(2n) {
	    margin-right:0% !important;
}
.n2_box li {
    width:49%;
	height:255px;
}
.n2_box {
    padding-top: 10px;
    margin-bottom:50px;
}
.n3_box ul {
    padding: 10px;
}
.n3_box li {
	width:100%;
	float:none;
}
.n3_con {
    margin-bottom: 40px;
}
}
.ontop{ background:rgba(0,0,0,0.5); position:fixed; width:100%; height:100%; top:0; left:0; z-index:999999;}
.baoh{background:rgba(0,0,0,0.7);position:absolute;top: 30%;left: 50%;width:600px;height: 460px;margin-left: -300px;}
.ontop .table_form{width: 400px;margin:0 auto;margin-top: 100px;}
.ontop .biaodan{ margin-bottom:15px;}
.ontop .bdl{width:25%;max-width:130px;font-size:16px;color: #fff;line-height:50px;text-align:center;}
.ontop .bdr{ width:75%; max-width:560px; color:#cccccc;}
.ontop .bdr input{ width:99%; border:1px solid #e1e1e1; padding-left:15px; line-height:40px; font-family:"微软雅黑"; font-size: 16px;}
.ontop .bdr textarea{ width:99%; border:1px solid #e1e1e1; padding-left:15px; padding-top:13px; height:200px; font-family:"微软雅黑";}
.ontop .tijiao{ margin: 0 auto;width: 50%;max-width:560px;text-align:center;}
.ontop .tijiao input{ width: 100%; display:inline-block;font-family:"微软雅黑";font-size:18px;color:#fff;border:none;line-height: 40px;background:none;background:#e62129;}
.ontop .tijiao input.an1{ width: 48%; }
.ontop .tijiao input.an2{ width: 48%;float: right;  }
.clear{overflow:hidden;clear:both; height:0px;}
.lf{ float:left;}
.rt{ float:right;}
