@charset "utf-8";

:focus {
	outline: 0;
}

a:active {
	outline: none;
}

* {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a:link,
a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #d71202;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

img {
	border: none;
}

.fLeft {
	float: left
}

.fRight {
	float: right
}

.cl {
	clear: both;
	height: 0px;
	overflow: hidden;
}

body {
	text-align: left;
	margin-left: 0px;
	font: 12px 'Siyuanheiti', Arial, Helvetica, sans-serif;
	background: #FFF;
	font-size: 14px;
}


#Top {
	width: 100%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	color: #555555;
	background: #f1f1f1;
	border-bottom: 1px solid #c5c5c5;
}

#Top .Head {
	margin: 0 auto;
	width: 1000px;
	background: #f1f1f1;
	height: 35px;
	border-bottom: 1px solid #c5c5c5;
}

#Top .Head .welcome {
	float: left;
}

#Top .Head .Home {
	float: right;
	font-size: 12px;
}

#Top .Head .Home a {
	padding: 0px 5px;
	font-size: 14px;
}

/*头部*/
#Head {
	margin: 14px auto;
	width: 1000px;
	overflow: hidden;
}

#Head .Logo {
	float: left;
	height: 62px;
}

.input-search {
	height: 30px;
	float: left;
	margin: 16px 0px 16px 95px;
}

.input-text {
	width: 245px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #9a9a9a;
	font-size: 14px;
	float: left;
	padding: 0px 5px;
}

.search-btn {
	width: 70px;
	height: 30px;
	border: none;
	line-height: 22px;
	background: #d71202;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	float: left;
	margin-left: -1px;
}

.search-btn:hover {
	background: #c01102;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#Head .Tel {
	float: right;
	margin: 9.5px 0px;
}

.Navbg {
	margin: 0px auto;
	height: 38px;
	line-height: 38px;
	border-bottom: 3px solid #d71202;
}

.Navbg .Nav {
	margin: 0px auto;
	width: 1000px;
	height: 38px;
	line-height: 38px;
	border-bottom: 3px solid #d71202;
}

.Navbg .Nav ul {
	float: left;
}

.Navbg .Nav ul li {
	float: left;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
}

.Navbg .Nav ul li.E {
	width: 100px;
}

.Navbg .Nav ul li a {
	float: left;
	width: 100px;
	height: 38px;
	color: #555;
}

.Navbg .Nav ul li a:hover,
.Navbg .Nav ul li a.sel {
	background: #d71202;
	color: #FFFFFF;
}

.Navbg .Nav .WXQQ {
	float: right;
	margin: 6px 0px;
}

.Navbg .Nav .WXQQ .wx {
	float: left;
}

.Navbg .Nav .WXQQ .QQ {
	float: left;
	margin-left: 20px;
}

#toprightweixins {
	width: 130px;
	height: 163px;
	left: -20px;
	position: absolute;
	text-align: center;
	z-index: 100;
}



/*焦点图片*/
.fullSlide {
	width: 100%;
	min-width: 1000px;
	position: relative;
	background: #32BDF4;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 98;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-zom-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fullSlide .hd ul .on {
	background: #f00;
}

/*.fullSlide .prev, .fullSlide .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:14%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next {left:auto;right:14%;background-position:-6px -137px;}*/


#Content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}

#Content .Items {
	float: left;
	width: 248px;
	border: 1px solid #d9d9d9;
	background: #fbfbfb;
}

#Content .Items .Index_Title {
	height: 76px;
	background: url(../Images/che.png) left top no-repeat;
	margin: -1px 0px 0px -1px;
	width: 179px;
	padding-left: 71px;
	color: #333;
	font-size: 24px;
	line-height: 76px;
}

#Content .Items .price {
	padding: 13px 9px;
	width: 230px;
}

#Content .Items .price .Row {
	width: 230px;
	overflow: hidden;
	margin-bottom: 19px;
	height: 30px;
	line-height: 30px;
}

#Content .Items .price .Row.R {
	margin-bottom: 24px;
}

#Content .Items .price .Row .Writing {
	float: left;
	font-size: 15px;
	color: #555;
	width: 80px;
	text-align: right;
}

#Content .Items .price .Row .Writing.E {
	font-size: 12px;
}

#Content .Items .price .Row .Writing::before {
	content: "";
	width: 20px;
	height: 30px;
	position: relative;
	float: left;
}

#Content .Items .price .Row .city::before {
	background: url(../images/city.png) left center no-repeat;
}

#Content .Items .price .Row .Plate::before {
	background: url(../images/Plate.png) left center no-repeat;
}

#Content .Items .price .Row .Phone::before {
	background: url(../images/Phone.png) left center no-repeat;
}

#Content .Items .price .Row .character::before {
	background: url(../images/character.png) left center no-repeat;
}

#Content .Items .price .Row .text_box {
	float: left;
	width: 150px;
	height: 30px;
}

#Content .Items .price .Row .text_box .TelText {
	border: 1px solid #d9d9d9;
	height: 28px;
	line-height: 28px;
	padding: 0px 4px;
	width: 140px;
}

#Content .Items .price .submit {
	width: 120px;
	margin: 0px 55px 6px 55px;
	height: 40px;
}

#Content .Items .price .submit .reqbtn {
	width: 120px;
	height: 40px;
	border: none;
	background: url(../Images/Submit.png) left top no-repeat;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
}

#Con {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
}

.Activity {
	float: right;
	width: 705px;
}

.Activity .Tar {
	height: 30px;
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
}

.Activity .Tar .Left_Title {
	height: 30px;
	font-size: 20px;
	color: #333;
	float: left;
	padding-right: 10px;
	border-bottom: 2px solid #d71202;
	line-height: 30px;
}

.Activity .Tar .More {
	float: right;
	padding-top: 10px;
}

.rollBox {
	width: 705px;
	position: relative;
	height: 299px;
	margin-top: 19px;
}

.rollBox .LeftBotton {
	height: 20px;
	width: 20px;
	margin: 139.5px 0px;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
	background: url(../Images/left.png) left top no-repeat;
}

.rollBox .RightBotton {
	height: 20px;
	width: 20px;
	margin: 139.5px 0px;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
	background: url(../Images/right.png) left top no-repeat;
}

.rollBox .Cont {
	width: 657px;
	overflow: hidden;
	float: left;
	margin: 0px 4px;
}

.rollBox .Cont ul {}

.rollBox .Cont ul li {
	float: left;
	width: 208px;
	height: 297px;
	margin: 0px 4.5px;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
}

.rollBox .Cont ul li .img {
	height: 188px;
	width: 210px;
	margin: -1px -1px 0px -1px;
}

.rollBox .Cont ul li .Title {
	padding: 0px 5px;
	line-height: 30px;
	font-size: 16px;
}

.rollBox .Cont ul li .Title a {
	color: #333;
}

.rollBox .Cont ul li .info {
	font-size: 12px;
	color: #666;
	padding: 0px 5px;
	line-height: 24px;
}

.rollBox .ScrCont {
	width: 10000000px;
}

.rollBox #List1,
.rollBox #List2 {
	float: left;
}

.Handle {
	float: left;
	width: 250px;
}

.Handle .List {
	width: 250px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.client {
	width: 248px;
	border-left: 1px solid #d9d9d9;
	overflow: hidden;
	border-bottom: 3px solid #d71202;
}

.client ul {}

.client ul li {
	float: left;
	width: 123px;
	height: 88px;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	position: relative;
}

.client ul li span {
	position: absolute;
	width: 123px;
	text-align: center;
	color: #555;
	bottom: 8px;
}

.client ul li:hover {
	background: #f4f4f4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.About {
	margin: 10px 10px 0px 10px;
	width: 685px;
}

.About .img {
	float: left;
	width: 370px;
	height: 270px;
}

.About .About_Content {
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: right;
	width: 305px;
}

.About .About_Content a {
	color: #d71202
}

#Cont {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 25px;
}

.i_zxme {
	float: right;
	width: 705px;
}

.i_zxmelc1 {
	height: 33px;
	width: 705px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
}

.i_zxmelc1 ul {
	height: 35px;
	width: 705px;
	float: left;
}

.i_zxmelc1 ul li {
	width: 90px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	float: left;
	text-align: center;
	color: #333;
	margin-right: 20px;
}

.i_zxmelc1 ul li.hover {
	width: 90px;
	height: 35px;
	background: url(../Images/bg1.png) top left no-repeat;
	font-size: 18px;
}

.i_zxmelc1 ul li.hover a {
	color: #d71202;
}

.i_zxmelc3 {
	width: 695px;
	float: left;
	padding: 10px 5px 0px 5px;
}

.i_zxmelc32 {
	width: 695px;
	float: left;
}

.i_zxmelc32 .ComNews {
	width: 695px;
	height: 108px;
}

.i_zxmelc32 .ComNews .img {
	width: 165px;
	height: 106px;
	float: left;
	border: 1px solid #9a9a9a;
}

.i_zxmelc32 .ComNews .News_right {
	float: right;
	width: 518px;
	height: 108px;
}

.i_zxmelc32 .ComNews .News_right .Title {
	line-height: 30px;
}

.i_zxmelc32 .ComNews .News_right .info {
	line-height: 24px;
	font-size: 12px;
	text-indent: 2em;
	color: #666666;
}

.i_zxmelc32 .ComNews .News_right .info a {
	color: #d71202;
}

.i_zxmelc32 ul {
	margin-top: 13px;
}

.i_zxmelc32 ul li {
	width: 680px;
	float: left;
	background: url(../Images/line3.png) left center no-repeat;
	padding-left: 15px;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px dotted #DEDEDE;
	color: #555;
}

.i_zxmelc32 ul li .Title {
	float: left;
}

.i_zxmelc32 ul li .data {
	float: right;
}

.safety {
	float: left;
	width: 250px;
}

.safety .Title {
	width: 250px;
	height: 35px;
	float: left;
	margin-bottom: 2px;
	font-size: 20px;
	color: #333;
}

.safety ul {
	border: 1px solid #dedede;
	border-bottom: 3px solid #d71202;
	width: 248px;
	float: left;
}

.safety ul li {
	width: 248px;
	height: 39px;
	font-size: 16px;
	line-height: 39px;
	float: left;
	border-bottom: 1px solid #dedede;
	background: url(../Images/ListHover1.png) 20px center no-repeat;
}

.safety ul li A {
	width: 203px;
	padding-left: 45px;
	height: 39px;
	line-height: 39px;
	float: left;
}

.safety ul li:hover {
	background: #f6f6f6 url(../Images/ListHover1.png) 20px center no-repeat;
	color: #d71202;
}

.Boottom {
	width: 100%;
	background: #efefef;
}

.Link {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	line-height: 22px;
	color: #333333;
	padding-top: 10px;
}

.Link a {
	padding-right: 8px;
	color: #333333;
}

.copyright {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #777;
}

/*底部*/
.footer {
	width: 100%;
	background: #e5e5e5;
	color: #555555;
	border-bottom: 1px solid #a2a2a2;
	height: 140px;
}

.footer .Foot {
	width: 1000px;
	margin: 0px auto;
}

.footer .Foot .Left_foot {
	float: left;
	width: 250px;
	background: url(../Images/Footbg.png) right top no-repeat;
}

.footer .Foot .Right_Foot {
	float: right;
	width: 669px;
	margin: 19px 0px;
}

.footer .Foot .Right_Foot .Process {
	width: 183px;
	float: left;
	padding-left: 40px;
}

.footer .Foot .Right_Foot .Process.K1 {
	background: url(../Images/safe.png) left top no-repeat;
}

.footer .Foot .Right_Foot .Process.K2 {
	background: url(../Images/safe2.png) left top no-repeat;
}

.footer .Foot .Right_Foot .Process.K3 {
	background: url(../Images/safe3.png) left top no-repeat;
}

.footer .Foot .Right_Foot .Process span {
	height: 29px;
	width: 100%;
	float: left;
	line-height: 29px;
	font-size: 18px;
	color: #333;
}

.footer .Foot .Right_Foot .Process a {
	line-height: 24px;
	float: left;
	width: 100%;
	font-size: 12px;
}



#Suspension {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 178px;
	border: 1px solid #cecece;
	border-radius: 5px;
	-o-border-radius: 5px;
	-zom-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 0px;
	background: #f8f8f8;
	z-index: 9999;
}

#Suspension .Suspension_logo {
	width: 128px;
	padding: 0px 25px 15px 25px;
	background: url(../Images/Suspension_xian.png) center bottom no-repeat;
}

#Suspension ul {}

#Suspension ul li {
	height: 45px;
	border-bottom: 1px dotted #e7e7e7;
	line-height: 45px;
	padding-left: 60px;
	font-size: 16px;
	color: #555;
}

#Suspension ul li.aircraft {
	background: url(../Images/aircraft.png) 35px center no-repeat;
}

#Suspension ul li.ferry {
	background: url(../Images/ferry.png) 32px center no-repeat;
}

#Suspension ul li.policy {
	background: url(../Images/policy.png) 32px center no-repeat;
}



#rightbanner {
	position: absolute;
	right: 10px;
	top: 150px;
	width: 178px;
	border: 1px solid #cecece;
	border-radius: 5px;
	-o-border-radius: 5px;
	-zom-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 0px;
	background: #f8f8f8;
	z-index: 9999;
}

#rightbanner .rightbanner_logo {
	width: 128px;
	padding: 0px 25px 15px 25px;
	background: url(../Images/Suspension_xian.png) center bottom no-repeat;
}

#rightbanner ul {}

#rightbanner ul li {
	height: 45px;
	line-height: 45px;
	padding-left: 60px;
	font-size: 16px;
	color: #555;
}

#rightbanner ul li.aircraft {
	background: url(../Images/aircraft1.png) 35px center no-repeat;
}

#rightbanner ul li.Login {
	height: 28px;
	line-height: 28px;
	width: 68px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-left: 0px;
	margin: 0px auto;
	background: #d71202;
}

.shengming {
	padding: 15px 0;
	border: #BFD3EB 1px solid;
	padding-left: 15px;
	color: #323232;
	vertical-align: middle
}

.shengming strong {
	font-size: 14px;
	/*color:#0C5DAF*/
}

.shengming .i_ico {
	vertical-align: middle;
	display: inline-block
}

.common_nav {
	height: 42px;
	position: relative;
	background: #FBFBFB;
	border-bottom: #ECECEC 1px solid;
	line-height: 42px;
	font-size: 18px;
	font-weight: 600;
	padding-left: 37px;
}

.common_nav em {
	width: 37px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: url(../images_nav.gif) no-repeat
}

.common_nav em.ico0 {
	background-position: 0 -200px;
}

.common_nav em.ico1 {
	background-position: 0 0;
}

.common_nav em.ico2 {
	background-position: 0 -50px;
}

.common_nav em.ico3 {
	background-position: 0 -100px;
}

.common_nav em.ico4 {
	background-position: 0 -150px;
}

.common_nav em.ico5 {
	background-position: 0 -200px;
}

.common_nav em.ico6 {
	background-position: 0 -250px;
}

.common_table {
	margin-left: 20px
}

.common_table th,
.common_table td {
	height: 30px;
	padding-bottom: 13px;
	text-align: left
}

.common_table th input,
.common_table td input {
	vertical-align: middle
}

.common_table th {
	text-align: right;
	font-weight: normal;
	padding-right: 25px;
	font-size: 14px
}

.common_input,
.d_input,
.l_input,
.common_area,
.magnifier_text {
	width: 202px;
	height: 27px;
	border: #BFBFBF 1px solid;
	background: #fff url(../images_input_bg.jpg) repeat-x;
	line-height: 27px;
	padding: 0 9px;
	font-size: 12px;
	color: #656565
}

.input_current {
	background: #F1F8FE;
	border-color: #5D9DE5;
}

.common_select,
.date_select {
	border: #BFBFBF 1px solid;
	background: url(../images_input_bg.jpg) repeat-x;
	line-height: 27px;
	height: 27px;
	width: 150px;
	vertical-align: middle
}

.common_select option,
.date_select option {
	height: 27px;
	vertical-align: middle;
	line-height: 27px;
}

.date_select {
	width: 75px;
}

.magnifier_relative {
	position: relative;
	height: 29px;
	display: inline-block;
	z-index: 1
}

.magnifier_text {
	position: absolute;
	left: 0;
	bottom: 30px;
	height: 47px;
	border-color: #0D5EAF;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	overflow: hidden;
	display: none
}

.common_area {
	height: 83px;
	width: 399px;
	line-height: 22px;
	padding-right: 0;
}

.d_input {
	width: 90px;
	text-align: center
}

.l_input {
	width: 390px;
}

.blank30 {
	height: 30px;
	overflow: hidden
}

.blank7,
.blank17 {
	height: 7px;
	overflow: hidden;
	clear: both
}

.blank17 {
	height: 17px;
}

.blank10 {
	height: 10px;
	overflow: hidden
}

.blank20 {
	height: 20px;
	overflow: hidden
}

.step_link .o_btn,
.o_btn_l,
.o_btn,
.step_link .dis_btn {
	width: 98px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: url(../images/o_btn.jpg) no-repeat;
	display: inline-block;
	border: 0;
}

.o_btn,
.dis_btn {
	width: 82px;
	height: 30px;
	background-position: 0 -80px;
	color: #333;
	text-align: center
}

.step_link .dis_btn {
	background-position: 0 -120px;
	color: #fff;
	cursor: default
}

.zzfw {
	height: 95px;
	border: #F7F7F7 1px solid;
	background: #FDFDFD url(../images/zzfw_bg.jpg) 20px 30px no-repeat;
	padding: 15px 0 15px 155px;
	color: #666;
}

.zzfw p {
	line-height: 22px;
	padding-top: 5px;
	font-size: 12px;
}

.q_ico,
.i_ico {
	width: 16px;
	height: 16px;
	background: url(../images/ico.gif) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	overflow: hidden;
}




.conLeftcon {
	width: 692px;
	float: left;
	padding-top: 24px;
}

.tishi {
	text-align: left;
	border: 1px #c2c8d0 solid;
	background: url(../images/tishibg.gif) repeat-x;
}

.tishiCon {
	min-height: 30px;
	padding: 4px 6px 0 30px;
	line-height: 25px;
	background: url(../images/tishi.gif) no-repeat;
	background-position: 10px 7px;
	font-size: 12px;
	color: #666;
}

.tiShiInsu {
	height: 55px;
	text-align: left;
	border: 1px #c2c8d0 solid;
	background: url(../images/tishibg.gif) repeat-x;
}

.tishiConInsu {
	width: 622px;
	height: 55px;
	padding-left: 30px;
	line-height: 30px;
	background: url(../images/tishi.gif) no-repeat;
	background-position: 10px 7px;
}

.ts {
	width: 682px;
	height: 34px;
	text-align: left;
	line-height: 34px;
	border: 1px #c2c8d0 solid;
	background: url(../images/tsBg.gif) repeat-x;
}

.tsCon {
	width: 646px;
	margin-top: 3px;
	padding-left: 30px;
	border-left: 3px #b90008 solid;
	background: url(../images/tishi.gif) no-repeat;
	background-position: 10px 7px;
}

.tsConHot {
	height: 28px;
	line-height: 28px;
	background: url(../images/tishihot.gif) no-repeat;
	background-position: right;
}

.tsConHot a {
	text-decoration: none;
}

.jqxTs {
	width: 692px;
	background: url(../images/jqxts.jpg) no-repeat;
	background-position: center;
	margin-top: 15px;
	height: 62px;
}

.jqxTsCon {
	width: 660px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	text-align: left;
	color: #878787;
	line-height: 16px;
}

.jqxTsPad {
	padding: 30px 0 20px 0;
}

.zfTabDiv {
	padding: 5px 0 10px 3px;
	width: 685px;
	float: left;
}

.zfTab {
	border: 1px #d8d8d8 solid;
	background: url(../images/zfTabThBg.gif) repeat-x;
	background-position: 0px -1px;
}

.syxTabT {
	color: #000;
}

.syxTabT td {
	height: 31px;
}

.zfTab th {
	height: 29px;
	line-height: 29px;
}

.zfTab td {
	height: 29px;
}

.zftdClass {
	background-color: #f4f4f4;
}

.fontNo {
	font-size: 16px;
}

.fontBigNo {
	font-family: Helvetica;
	font-size: 24px;
	color: #666;
	text-decoration: line-through;
}

.fontBigR {
	font-family: Helvetica;
	font-size: 24px;
	color: #ae000c;
}

.syxTab {
	border-top: 1px #ededed solid;
	border-left: 1px #ededed solid;
	border-right: 1px #ededed solid;
	width: 100px;
}

.syxTabE {
	border-top: 1px #ededed solid;
	border-left: 1px #ededed solid;
	border-right: 1px #ededed solid;
	width: 86.5px;
	font-size: 13px;
	color: #666;
}

.syxTabE th {
	border-bottom: 1px #ededed solid;
	background: #fafafa;
	height: 30px;
}

.syxTabE td {
	border-bottom: 1px #ededed solid;
	line-height: 30px;
}

.syxTab th {
	border-bottom: 1px #ededed solid;
	background: #fafafa;
	height: 30px;
}

.syxTab td {
	border-bottom: 1px #ededed solid;
	line-height: 30px;
}

.fontblue {
	color: blue;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 100;
}

.fontGr {
	color: #525151;
}

.dxSent {
	width: 622px;
	height: 134px;
}

.dxSentL {
	float: left;
	width: 15px;
	height: 134px;
	background: url(../images/dxSendBgL.gif) no-repeat;
}

.dxSentC {
	width: 590px;
	height: 134px;
	float: left;
	background: url(../images/dxSendBg.gif) repeat-x;
}

.dxSendR {
	width: 12px;
	height: 134px;
	float: left;
	background: url(../images/dxSendBgR.gif) no-repeat;
}

.dxSendTit {
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}

.divSendTab td {
	height: 20px;
}

.clear600 {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 600px;
	font-size: 0px
}

.tdPa50 {
	height: 50px;
	line-height: 25px
}

.zfListTit {
	background: url(../images/tabTitBg.gif);
	height: 41px;
}

.tdHeight20 {
	height: 20px;
	border-left: 1px #d8d8d8 solid;
	border-right: 1px #d8d8d8 solid
}

.zfListBorder {
	border-bottom: 1px #d8d8d8 solid;
	border-left: 1px #d8d8d8 solid;
	border-right: 1px #d8d8d8 solid
}

.zfListSelect {
	height: 30px;
	padding-top: 5px
}

.conRight {
	width: 227px;
	float: right;
	margin-top: 10px;
	margin-left: -5px;
	display: inline;
	position: relative;
	z-index: 0;
}

.contactUs {
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	margin-top: 14px;
	position: relative;
	width: 220px;
	z-index: 0;
}

.contactUsCon {
	color: #999999;
	height: 170px;
	line-height: 25px;
	width: 205px;
	text-align: left;
	z-index: 0;
}

.contactUsCon a {
	text-decoration: none;
	color: #999;
	cursor: pointer;
}

.contactUsCon span {
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.contactUsCon span a img {
	padding-right: 5px;
}

.divConTit {
	height: 30px;
	padding-top: 8px;
	background: url(../images/divTitBg.gif) repeat-x;
	background-position: bottom;
}

#submitBar {
	height: 35px;
	margin: 0 auto;
	padding: 10px 0 5px;
	text-align: center;
	width: 290px;
}

\
#submitBar a {
	cursor: pointer;
	margin: 0 auto 5px;
	text-align: center;
}

a.preBtn,
a.saveBtn {
	color: #666666;
	cursor: pointer;
	display: inline-block;
	padding: 6px 22px;
	text-decoration: underline;
	float: left;
}

a.btn,
.nextBtn,
.nextBtn2 {
	float: left;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 1px #D3D3D3, 0 1px 0 #B60E03 inset;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 6px 18px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #1D4A5F;
	text-transform: uppercase;
	white-space: nowrap;
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	background: #C53930;
	background: -moz-linear-gradient(top, #C53930 0%, #B60E03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C67359), color-stop(100%, #B60E03));
	background: -webkit-linear-gradient(top, #C53930 0%, #B60E03 100%);
	background: -o-linear-gradient(top, #C53930 0%, #B60E03 100%);
	background: -ms-linear-gradient(top, #C53930 0%, #B60E03 100%);
	background: linear-gradient(top, #C53930 0%, #B60E03 100%);
	text-shadow: 0 1px 0 #912605;
	-webkit-box-shadow: 0 1px 1px #D3D3D3, inset 0 1px 0 #B60E03;
	-moz-box-shadow: 0 1px 1px #D3D3D3, inset 0 1px 0 #B60E03;
	box-shadow: 0 1px 1px #D3D3D3, inset 0 1px 0 #B60E03;
}

a.btn:hover,
.nextBtn:hover,
.nextBtn2:hover {
	background: #B60E03;
	background: -moz-linear-gradient(top, #B60E03 0%, #C53930 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B60E03), color-stop(100%, #C53930));
	background: -webkit-linear-gradient(top, #B60E03 0%, #C53930 100%);
	background: -o-linear-gradient(top, #B60E03 0%, #C53930 100%);
	background: -ms-linear-gradient(top, #B60E03 0%, #C53930 100%);
	background: linear-gradient(top, #B60E03 0%, #C53930 100%);
	border-color: #B60E03 #B60E03 #B60E03;
	text-shadow: 0 1px 0 #B60E03;
	-webkit-box-shadow: 0 1px 1px #D4D4D4, inset 0 1px 0 #C53930;
	-moz-box-shadow: 0 1px 1px #D4D4D4, inset 0 1px 0 #C53930;
	box-shadow: 0 1px 1px #D4D4D4, inset 0 1px 0 #C53930;
}

#submitBar .calculaterBtn {
	background: url(../images/btTb4.jpg) no-repeat;
	width: 133px;
	height: 37px;
}

#submitBar .submitBtn {
	background: url(../images/up_02.jpg) no-repeat;
	width: 133px;
	height: 37px;
}

.divConTitC {
	height: 30px;
	background: url(../images/titDot.gif) no-repeat;
	background-position: 0px 4px;
	color: #d90200;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 30px;
	text-align: left;
}

.divConTitC a {
	float: right;
	padding-right: 15px;
	color: red;
	cursor: pointer;
}

.divConTitC p {
	float: left;
}

.divTab {
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	overflow: hidden;
	color: #666;
}

.divTab th,
.divTab td {
	height: 33px
}

.divTab2 {
	font-size: 14px;
	padding-top: 10px;
}

.inputTemp {
	background: none;
	border: 1px solid #CFCFCF;
	height: 21px;
	line-height: 21px;
}

.divTab .certificateBg {
	left: 197px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .certificateBg2 {
	left: 542px;
	height: 15px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .text_bg1 {
	left: 162px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .text_bg2 {
	left: 219px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .text_bg3 {
	left: 275px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .text2_bg1 {
	left: 162px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

.divTab .text2_bg2 {
	left: 219px;
	position: absolute;
	z-index: -1;
	background-color: #E3E1E1;
	display: none;
}

th,
td {
	height: 31px;
}

.provinceSelectClassDa {
	position: absolute;
	margin-left: 5px;
	margin-top: -15px;
}

.yyyySelectClassDa {
	position: absolute;
	margin-top: -18px;
}

.citySelectClassDa {
	position: absolute;
	margin-left: 165px;
	margin-top: -15px;
}

.mmSelectClassDa {
	position: absolute;
	margin-left: 160px;
	margin-top: -18px;
}

.countySelectClassDa {
	position: absolute;
	margin-left: 320px;
	margin-top: -15px;
}

.ddSelectClassDa {
	position: absolute;
	margin-left: 320px;
	margin-top: -18px;
}

.cov_td {
	text-align: right;
}

.pre_td {
	text-align: right;
	padding-right: 80px;
}

.cov_td img {
	margin: 0 10px;
}

.fontStar {
	color: #d90200;
}

.selectClass {
	width: 180px;
	height: 23px;
	color: #000000;
}

.adBot {
	width: 568px;
	height: 50px;
	line-height: 50px;
	padding-left: 85px;
	font-size: 14px;
	margin-top: 15px;
	text-align: left;
	background: url(../images/adBot.gif) no-repeat;
}

.bottom1 {
	background-image: url(../images/bottombg.jpg);
	background-repeat: repeat-x;
	border-top: 1px #E5E5EE solid;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

/*shangyexian*/
.syxConLeft {
	width: 700px;
	display: inline;
	float: left
}

.syxConLeftcon {
	width: 700px;
	display: inline;
	float: left;
	padding-top: 24px;
}

.syxTs {
	width: 690px;
	height: 34px;
	text-align: left;
	float: left;
	line-height: 34px;
	border: 1px #c2c8d0 solid;
	background: url(../images/tsBg.gif) repeat-x;
}

.syxTsCon {
	margin-top: 3px;
	padding-left: 30px;
	border-left: 3px #b90008 solid;
	background: url(../images/tishi.gif) no-repeat;
	background-position: 10px 7px;
}

.syxZfTabDiv {
	padding: 5px 0 10px 3px;
	width: 690px;
	padding-left: 0px;
	float: left;
}

.syxZfTabDivStep {
	padding: 5px 0 10px 3px;
	width: 99%;
	padding-left: 0px;
	float: left;
}

.syxTabTa {
	color: #000;
	width: 690px;
}

.syxTabTaStep {
	color: #000;
	width: 99%;
}

.syxLeftT {
	background: url("../images/adSyx.gif") no-repeat scroll -2px bottom transparent;
	line-height: 16px;
	padding: 40px 5px 0 15px;
	text-indent: 2em;
	width: 145px;
	word-wrap: break-word;
}

.syxRightT {
	text-align: right;
	height: 35px;
	background: url(../images/syxTitBj.gif) no-repeat;
	background-position: top left;
}

.syxRightTTab {
	text-align: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 1em;
	color: #666;
	background: url(../images/blTdBg.jpg) repeat-x;
}

.syxTabLine {
	height: 30px;
	width: 100%;
	padding-top: 3px;
	background: url(images/rightDot.gif) no-repeat;
	background-position: right;
}

.syxTabLineTab {
	height: 30px;
	width: 100%;
	padding-top: 3px;
	background: url(images/blTdBg.jpg) repeat-x;
	background-position: right;
}

.syxTr {
	background: url(../images/syxTitSecondTit.gif) repeat-x
}

.syxTd173 {
	height: 77px;
	border-left: 1px #dee7f8 solid;
	border-right: 1px #dee7f8 solid;
}

.syx173Div {}

.fontYe {
	color: #d86107;
	font-size: 14px;
}

.fontYee {
	color: black;
	font-size: 14px;
}

.syxTd229 {
	height: 77px;
	border-right: 1px #dee7f8 solid;
}

.syx210Div {
	text-align: center
}

.fontThr {
	text-decoration: line-through
}

.syxOthDiv {
	height: 77px;
	border-right: 1px #dee7f8 solid;
}

.sysFirTd {
	height: 31px;
	background: url(../images/syxThBgg.gif) repeat-x;
	border-left: 1px #dee7f8 solid;
	border-right: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid;
}

.sysFirTdDot {
	height: 31px;
	background: url(../images/syxThBgg.gif) repeat-x;
	border-bottom: 1px #dee7f8 solid;
}

.sysFirTdL {
	height: 31px;
	background: url(../images/syxThBgg.gif) repeat-x;
	border-right: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid;
}

.syxTdRedBgD {
	background: url(../images/syxLbgR.gif) repeat-x;
	border-left: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid;
	height: 31px;
}

.syxTdRedBg {
	background: url(../images/syxLbgR.gif) repeat-x;
	border-right: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid
}

.syxTdRBLin {
	border-right: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid;
}

.syxTdRB {
	border-right: 1px #dee7f8 solid;
	border-bottom: 1px #dee7f8 solid;
	background: #f4f7fc;
}

.input {
	background-image: url("../images/tb_2.jpg");
	background-repeat: repeat-x;
	border: 1px solid #CFCFCF;
	height: 21px;
	line-height: 21px;
}
