@charset "utf-8";
/*全局*/
body {
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.428571429;
	margin:0;
	padding:0;
	color:#000;
	padding-top:42px; /* 42px 显示顶栏 */
}
p,ul,select,input{
	margin:0;
	padding:0;
}
ul,ul li {
	list-style: none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color: #f00;
}
li{
	list-style-type:none;
}
img{
	border:0px;
	margin:0;
	padding:0;
	vertical-align: middle;
    max-width: 100%!important;
}
/*布局*/
.input{
	border:1px #CCC solid;
	FONT-SIZE:14px;
	color:#000;
	height:25px;
	line-height:25px;
	padding:0px 3px;
	background:#fff; 
	width:180px;
}
.anniu {
	height:25px;
	background-image: url(../images/anniu.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: bottom;
	cursor:pointer;
	width:114px;
}
.anniu1 {
	float:left;
	width:114px;
	border:1px solid #d74c00;
	background-color: #FFFFFF;
	padding:1px;
	height:25px;
	line-height:25px;
	margin-right:20px;
}
.anniu2 {
	border: 1px solid #d74c00;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 0px;
}
.vm{
	vertical-align:middle;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.fleft{clear:left;float:left;}
.fright{clear:right;float:right;}
.tit {
    float:left;
    margin-top: 9px;
    color: #a50103;
    font-size: 15px;
    font-weight: bold;
    
}
.tit1 {
    float:left;
}
.more{
	float:right;
	margin-right:10px;
	font-size:16px;
}
.more1{
	float:right;
	margin-right:10px;
	font-size:14px;
	margin-top:9px;
}
.td{
	border:1px solid #e9e9e9;
}
.container{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.m20{
	margin-top:20px;
}
.m15{
	margin-top:15px;
}
.m10{
	margin-top:10px;
}
.form-control{
	float:left;
	display:block;
	height:34px;
	padding:6px 9px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:0px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	width:99px;
}
.form-control:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.form-control:-moz-placeholder{
	color:#999
}
.form-control::-moz-placeholder{
	color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
	color:#999
}
.form-control::-webkit-input-placeholder{
	color:#999
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
	cursor:not-allowed;
	background-color:#eee
}
.input{
	height:20px;
}
.pu{color:#004c99;}
.fleft{clear:left;float:left;}
.fright{clear:right;float:right;}
.red{color:#ff0000;}
.yellow { color: #ff4e00; }
.color_tab .active{background-color:#d90100;color:#FFF;}
.color_tab .sd01{background-color:#d90100;color:#FFF;}
.color_bg{background-color:#d90100;}
.color_bk{border-top-width:1px;border-top-style:solid;border-top-color:#d90100;}
.color_bk1{border:solid 1px #f00;}
.color_bk2{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#d90100;}
input,button,select,textarea{outline:none;padding:0;margin:0;font-family:"微软雅黑";}
textarea{resize:none;padding:0;margin:0;}
/*头部*/
.fixed-top{
	position:relative;
	height:40px;
	border:1px solid transparent;
	background:url(../images/top_bg.gif) repeat-x;
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
	border-radius:0;
	top:0;
	border-width:1px 0 1px 0;
}
.collapse{
	width:1200px;
	margin:0 auto;
}
.date{
	padding-top:9px;
	padding-left:14px;
	float:left;
}
.navbar-right{
	float:right;	
}
.navbar-right li{
	float:left;
}
.navbar-right li a{
	padding-top:9px;
	overflow:hidden;
	display:block;
}
.divider-vertical{
	height:40px;
	margin:0 20px;
	border-right:1px solid #fff;
	border-left:1px solid #f2f2f2;
}
.logo{
	width:1200px;
	margin:0 auto;
	height:90px;
	margin-top:15px;
}
.logo_left{
	width:300px;
	float:left;
	height:90px;
}
.menu2 { float: left; margin-top:36px; margin-left:20px; }
.menu2 a { color: #666; text-decoration: none; }
.menu2 li { background: #fff; position: relative; }
.menu2 li>a { font-size: 18px; display: block; height: 28px; position: relative; background-color: #FFF; padding: 10px; }
.menu2 li>a>i { display: inline-block; width: 11px; height: 6px; margin: -3px 0 0 4px; background: url(../images/top_bg.png) -15px -10px; overflow: hidden; vertical-align: middle; }
.menu2 .hover>a>i { background: url(../images/top_bg.png) -29px -10px; }
.menu2 .hover>span { content: ''; position: absolute; top: 43px; left: 0; height: 10px; width: 100%; background: #fff; z-index: 1003; }
.menu2 .hover>a { box-shadow: 0 0 8px 0 #ccc; background: #fff; }
.menu2 .city { display: none; width: 385px; padding: 0 15px 0 20px; line-height: 28px; box-shadow: 0 0 8px 0 #ccc; position: absolute; left: 0; background: #fff; z-index:99999; }
.menu2 .hover .city { display: block; }
.city { font-size: 12px; }
.cityfl { border-bottom: 1px solid #ddd; height: 25px; padding-top: 25px; _overflow: hidden; width: 377px; }
.cityfl li { float: left; line-height: 25px; cursor: pointer; padding-top: 0; margin-bottom:-1px;padding-right: 10px; padding-bottom: 0; padding-left: 10px; }
.rcc-con { padding: 10px 0 10px 5px; width: 380px; overflow: hidden; }
.rcc-con>span { color: #666; float: left; margin-right: 38px; margin-bottom: 8px; white-space: nowrap; transition: all ease .2s; line-height: 20px; cursor: pointer; }
.rcc-con div>span:first-child {width:27px;display: block;float: left;
  color: #f60;
  font-size: 14px;
  line-height: 20px; margin-bottom:8px; }
.rcc-con>span, .rcc-con div span span { color: #666; float: left; margin-right: 30px; margin-bottom: 8px; white-space: nowrap; transition: all ease .2s; line-height: 20px; cursor: pointer; }
.rcc-con div>span { display: block; width:350px;
  color: #f60;
  float: right; }

.logo_right{
	width:740px;
	float:right;
	height:90px;
}
#nav{
	margin-top:15px;
	height:44px;
	background-color:#d90100;	
}
.nav-header{
	margin:0 auto;
	width:1200px;
}
.nav-header ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav-header ul li{
	width:130px;
	float:left;
	font-size:16px;
	text-align:center;
	height:44px;
	line-height:44px;
	display: block;
	position: relative;
}
.nav-header ul li a{
	width:130px;
	display:block;
	color:#fff;
}
.nav-header ul li a:hover{
	text-decoration:none;
	background-color:#ba040c;
}
.nowpage>a { background-color: #FB7D00; }
.nav-header li:last-child { float: right; background-color: #ff7800; width: 150px; }
.nav-header li:last-child a { width: 150px; text-align: center; }
.nav-header li:last-child a:hover { background-color: #ff7800; }
.dpgl .submenu{background: #ffaf68; position: absolute; top:42px; width: 150px;}
.dpgl .submenu{display: none;}
.dpgl:hover .submenu{display: block; z-index:999999}
.dpgl:hover .submenu a{ display:block; width:150px; color:#fff}
.dpgl:hover .submenu a:hover{background:#ff7800; }


.search{
	height:90px;
	overflow:hidden;
	border:2px solid #FB7D00;
	border-top:0;
	padding-top:10px;
}
.search ul{
	color:#000;
	margin-top:5px;
	overflow:hidden
}
.search ul li{
	overflow:hidden;
	float:left;
	padding-left:21px;
	font-size:14px;
}
.search ul li input.form-control{
	height:20px;
}
.search1{
	height:54px;
	overflow:hidden;
	border:2px solid #FB7D00;
	border-top:0;
	padding-top:10px;
}
.search1 ul{
	color:#000;
	margin-top:5px;
	overflow:hidden
}
.search1 ul li{
	overflow:hidden;
	float:left;
	font-size:14px;
	margin:0 9px;
	line-height:34px;
	padding:0;
}
.search1 ul li input.form-control{
	height:20px;
}
.search1 ul li input.input400{
	width:14px;
	text-align:center;
	font-weight:bold;
	color:#F00;
	font-size:16px;
}
.btn{

	padding:4px 10px 5px 10px;
	font-size:16px;
	font-weight:normal;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	outline: none;
}
.btn:focus{
	outline:none;

}
.btn:hover,.btn:focus{
	color:#333;
	text-decoration:none;
}
.btn-danger{
	color:#fff;
	background-color:#fb7d00;
	border-color:#fb2900;
	width:59px;
	height:34px;

	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	margin:0;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{
	color:#fff;
	background-color:#fb7d00;
	border-color:#fb2900;
}
/********************************************************** index*/
.lunbo{
	width:1200px;
	height:300px;
	overflow:hidden;
	margin:0 auto;
	margin-top:15px;
}

.banner {
	position:relative;
	height:300px;
}
.banner ul, .banner ul li {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.banner ul img {
	
	width:1200px;
	height:300px;
}
.banner ol {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}
.banner ol li {
	display:inline-block;
	margin:0 4px;
	width:18px;
	height:18px;
	background:url("../images/sd1.png") no-repeat;
	cursor:pointer;
}
.banner ol li.active {
	background:url("../images/sd2.png") no-repeat;
}
.banner .preview, .banner .next, .ajax .preview, .ajax .next {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-40px;
	width:36px;
	height:80px;
	text-indent:-9px;
	background:url("../images/preview.png") no-repeat;
	cursor:pointer;
}
.banner .next, .ajax .next {
	left:auto;
	right:0;
	background:url("../images/next.png") no-repeat;
}

.index_big_picture{margin-left:-12px; margin-top:15px;}
.index_big_picture li{width:291px; height:195px; margin-left:12px; float:left}
.index_small_picture{ margin-left:-6px;}
.index_small_picture li{ width:293px; height:105px; float:left; margin-left:6px; margin-bottom:6px;}

.number_left{ width:190px; }
.number_left_bt{ height:50px; line-height:50px; font-size:14px; font-weight:bold; color:#333}
.number_left ul li{float:left;  height:35px; line-height:35px; padding-right:17px; font-size:14px;}
.number_left ul li a{ color:#555}
.number_right{ width:1000px; margin-top:15px;}
ul.number_right_city li{ float:left; margin-right:8px;  }
ul.number_right_city li a{ display:block;  height:25px; line-height:25px; padding:0 15px;  font-size:14px;}
ul.number_right_city li a:hover{background:#8c96a2; color:#fff; font-weight:14px;}
.hdm_index01{ background:#8c96a2;color:#fff; font-weight:14px; }
.hdm_index02{ background:fff;}
ul.number_right_city li.on a{ background:#8c96a2; color:#fff;}

.advs{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.advs ul li{
	float:left;
	width:400px;
	margin-top:10px;
}
.advs .advs_390{
	float:left;
	width:390px;
}
.advs ul li img{
	vertical-align:bottom;
	font-size:0;
}
.gg1{
	width:290px;
	height:200px;
	float:left;
	margin-top:10px;

}
.gg2{
	width:290px;
	height:200px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.gg3{
	width:590px;
	height:200px;
	float:right;
}
.gg3 ul{
	display:block;
	list-style:none;
}
.gg3 ul li{
	width:290px;
	height:95px;
	float:left;
}
.bianju{
	margin-left:10px;
}

.index04{
	width:100%;
	background:#f5f5f5;
	margin-top:15px;
	overflow:hidden;
	padding:15px 0;
}
.index05{
	width:1200px;
	margin:0 auto;


	
}
.index05_left{
	float:left;
	width:350px;
	padding: 20px;
    background: #fff
}
.index05_left_tit{
	height:27px;
	font-size:20px;
    color:#131313;
    padding-bottom:15px;
    border-bottom:1px dashed #acacac;
}
.index05_left_tit .tit{
	float:left;
	

}
.index05_left_tit .more{ margin-top:5px;}
.index05_left_con{
	width:100%;
	padding:5px 0px;
	height:300px;
	overflow:hidden;

}
.index05_left_con ul li{
	line-height:30px;
}
.index05_left_con a{
	color:#000;
}
.index05_left_con a:hover{
	color:#9e0402;
	text-decoration:underline;
}
.index05_conter{
	float:left;
	width:350px;
	padding:20px;
    background: #fff;
	margin-left:15px;
}
.index05_conter_tit{
	height:27px;
	font-size:20px;
    color:#131313;
    padding-bottom:15px;
    border-bottom:1px dashed #acacac;
}
.index05_conter_tit .tit{
	float:left;
	

}
.index05_conter_tit .more{ margin-top:5px;}
.index05_conter_con{
	width:100%;
	padding:5px 0px;
	height:300px;
	overflow:hidden;
}
.index05_conter_con ul li{
	line-height:30px;
}
.index05_conter_con a{
	color:#000;
}
.index05_conter_con a:hover{
	color:#9e0402;
	text-decoration:underline;
}
.index05_right{
	float:right;
	width:350px;
	padding:20px;
    background: #fff;
}
.index05_right_tit{
	height:27px;
	font-size:20px;
    color:#131313;
    padding-bottom:15px;
    border-bottom:1px dashed #acacac;
}
.index05_right_tit .tit{
	float:left;
	

}
.index05_right_tit .more{ margin-top:5px;}

.index05_right_con{
	width:100%;
	padding:5px 0px;
	height:300px;
	overflow:hidden;
}
.index05_right_con ul li{
	line-height:30px;

}
.index05_right_02 a{
	color:#000;
}
.index05_right_02 a:hover{
	color:#9e0402;
	text-decoration:underline;
}

.link{
	width:1200px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}
.link_tit{
	height:36px;
	background:url(../images/yqlj.jpg) no-repeat;
}
.link_con{
	border:1px solid #e1e1e1;
	border-top:none;
	padding:8px 15px;
	line-height:25px;
}
.link_con a{
	padding-right:12px;
}
.x_foot{
	margin:0 auto;
	width:1200px;
	margin-top:10px;
	text-align:center;
	overflow:hidden;
	background-color:#9e0402;
	height:30px;
	line-height:30px;
	color:#FFF;
}
.x_foot a{
	color:#FFF;
	font-size:14px;
}
.footer{
	margin:0 auto;
	width:1200px;
	margin-top:10px;
	overflow:hidden;
}
.footer ul{
	overflow:hidden;
	border-top:2px solid #9e0402;
	padding:10px 0;
}
.footer .foot_left{
	float:left;
	width:224px;
	height:300px;
}
.footer .foot_conter{
	line-height:30px;	
	margin-left:20px;
}
.footer .foot_right{
	float:right;
	width:224px;
	height:300px;
}
.footer ul li{
	text-align:center;
	height:30px;
	line-height:30px;
}
.footer ul li a{
	font-size:14px;
}

/*子页样式*/
.escrow-left { width: 238px; float: left; background: #fff; border: 0px solid #e7e7e7 }
.chuchuang { width: 236px; border: 1px solid #e8e8e8; }
.chuchuang .bt { height: 43px; line-height: 43px; border-bottom: solid 2px #ffb024; font-size: 16px; color: #333333; padding-left: 10px; }
.bt>i { display: inline-block; width: 3px; height: 14px; background: #ffb024; margin-right: 10px; }
.bt1 { height: 43px; line-height: 43px; border-bottom: solid 2px #154f98; font-size: 16px; color: #333333; padding-left: 10px; }
.bt1>i { display: inline-block; width: 3px; height: 14px; background: #154f98; margin-right: 10px; }
.bt2 { height: 43px; line-height: 43px; border-bottom: solid 2px #fb3d3e; font-size: 16px; color: #333333; padding-left: 10px; }
.bt2>i { display: inline-block; width: 3px; height: 14px; background: #fb3d3e; margin-right: 10px; }
.bt3 { height: 43px; line-height: 43px; border-bottom: solid 2px #004eff; font-size: 16px; color: #333333; padding-left: 10px; }
.bt3>i { display: inline-block; width: 3px; height: 14px; background: #004eff; margin-right: 10px; }
.tj_hm { padding: 10px 15px; }
.tj_hm ul li, .tj_hm ul li a { display: block; height: 38px; line-height: 38px; border-bottom:dashed 1px #E1E1E1}
.tj_hm ul li a .tj01 { font-size: 18px; float: left; width: 110px; font-family: Arial, Helvetica, sans-serif; color:#666;}
.tj_hm ul li a .tj02 { font-size: 12px; float: left; padding-right: 6px; }
.tj_hm ul li a .tj03 { font-size: 12px; float: right; color: #ff0000; }
.escrow-right { width: 952px; float: right; background: #fff; padding-bottom: 10px; }
.choice {
    padding: 0 10px 0px 10px;
	border: 1px solid #e8e8e8;
}
.choice .c_box {
    border-bottom: dashed 1px #e0dede;
    padding: 8px 0;
    line-height: 24px;
}
.choice .c_box>.btt {
    width: 70px;
    text-align: right;
    font-size: 14px;
}
.sj_active { color: #FFF; background-color: #fc7700; border-radius:2px;}
.choice .c_box .lx {
    width: 815px;
    position: relative;
    padding-right: 30px;
}
.choice .c_box .lx a {
    white-space: nowrap;
    padding: 0 6px;
    font-size: 14px;
}
.choice .c_box .lx a:hover,.choice .c_box .lx a.active{ background:#fc7700; color:#fff; border-radius:2px;}
.c_box .zhankai {
    display: none;
}
.c_box .zhankai {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}
.c_box .morechoild .zhankai { display: block; }
.c_box .morechoild .zhankai { height: 20px; width: 20px; position: absolute; top: 2px; right: 10px; z-index: 999; cursor: pointer; }

.lxhidden {
    height: 24px;
    overflow: hidden;
}
.choice_show {
    background: #fff2db;
    height: 24px;
    padding: 8px 0;
    font-size: 14px;
}
.choice_show_nr {
    width: 640px;
}
.choice_show_qc {
    width: 130px;
    text-align: center;
}
.choice .c_box .lx a:hover,.choice .c_box .lx a.active{ background:#fc7700; color:#fff; border-radius:2px;}
.choice_show_bt {
    width: 70px;
    text-align: right;
}
.choice_show_nr a {
    border: solid 1px #fc7700;
    height: 22px;
    line-height: 22px;
}
.choice_show_nr a {
    display: block;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
    padding: 0px 0px 0px 5px;
}
.choice_show_nr a {
    border: solid 1px #fc7700;
    height: 22px;
    line-height: 22px;
}
.choice_show_nr a>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/close.jpg) no-repeat center center;
    margin: 2px;
}
.choice_show_nr a>span {
    display: inline-block;
    vertical-align: top;
}

.search-jjr {
    height: 32px;
    line-height: 32px;
    padding: 5px;
    color: #FFF;
    font-size: 14px;
	margin-bottom:10px;
}
.background {
    background: #ffb024;
}
.mohu {
    float: left;
    background: url(../images/sreach.png) no-repeat left center;
    padding-left:40px;
}
.search-jjr div.jingzhun {
    float: right;
}
div.mohu input.ssk {
    width: 168px;
    height: 22px;
    padding: 5px;
    border: none;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}
div.mohu label input.dx[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFF;
    cursor: pointer;
    vertical-align: bottom;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -2px;
}
div.mohu label input.dan_active[type=checkbox] { vertical-align: bottom; background-size: 90%; background-color: #FFF; background-image: url(../images/gou.png); background-repeat: no-repeat; background-position: 0 0; }


div.mohu label span {
    position: absolute;
    margin-top: 8px;
}
div.mohu input.anniu {
    width: 70px;
    height: 32px;
    margin-left: 30px;
    background: #fc7700;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑";
}
.mohu1 {
    float: left;
}
div.mohu1 input.ssk1 {
    width:200px;
    height:12px;
    padding:5px;
    border:1px solid #ccc;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}
div.mohu1 label input.dx1[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFF;
    cursor: pointer;
    vertical-align: middle;
    border:1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -2px;
}
div.mohu1 label input.dan_active[type=checkbox] { vertical-align: middle; background-size: 90%; background-color: #FFF; background-image: url(../images/gou.png); background-repeat: no-repeat; background-position: 0 0; }


div.mohu1 label span {
    position: absolute;
}
div.mohu1 input.anniu {
    width: 70px;
    height:24px;
    margin-left: 30px;
    background: #fc7700;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑";
}
.search-jjr div.jingzhun {
    float: right;
}

.search-jjr div.jingzhun input.jq {
    width: 22px;
    height: 32px;
    border: none;
    background: #FFF;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.search-jjr div.jingzhun input.anniu {
    width: 70px;
    height: 32px;
    margin-left: 5px;
    background: #fc7700;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑";
}
/*子页样式*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.clear{clear:both;}
.dp_newl{margin-top:10px;border:1px solid #c8c8c8; }
.dp_newtitle{text-align:center;font-size:28px;padding-bottom:15px;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#CCC;}
.dp_newtitle2{text-align:center;font-size:18px;padding-bottom:15px;}
.dp_newdate2{font-size:14px;display:block;margin-left:12px;text-align:center;color:#555555;margin-top:10px;}.dp_newdate a,.dp_newdate2 a{color:#028342;}
.dp_xwnr{padding:20px;font-size:14px;line-height:180%;}
.dp_newlm{height:40px;line-height:40px;font-size:14px;padding-right:10px;color:#333;}
.dp_hm{overflow:hidden; margin-top:15px; width:1200px;}
.dp_tab{height:37px;}
.dp_tab li{display:block;float:left;height:37px;width:153px;text-align:center;line-height:37px;cursor:pointer; font-size:16px;}
.hidden{display:none;}
.dp_hmlist{border-left:1px solid #dedede;position:relative; margin-top:10px;border-top:1px solid #dedede;}
.dp_hmlist .dp_more{position:absolute;z-index:99;top:-40px;right:10px;font-size:16px;}
.dp_hmlist li{height:89px;width:199px;display:block;border-right-width:1px;border-bottom-width:1px;border-right-style:solid;border-bottom-style:solid;border-right-color:#dedede;border-bottom-color:#dedede;float:left;}
.dp_hmlist li a{height:89px;width:199px;display:block;}
.dp_hmlist li a:hover{background-color:#fff3e8;}
.dp_sjhm{font-size:22px;font-family:Arial,Helvetica,sans-serif;text-align:center;color:#064fa2;height:26px;line-height:24px;padding-top:20px;padding-bottom:5px;font-weight:bold;}
.dp_hmlist li a .dp_hmsm{font-size:14px;text-align:center;line-height:20px;height:20px;color:#707070;text-decoration:none;}
.dp_sjhm i{display:inline-block;height:24px;width:24px;vertical-align:top;}
.dp_yd{background-image:url(../images/yd.png);background-repeat:no-repeat;background-position:left center;}
.dp_lt{background-image:url(../images/lt.png);background-repeat:no-repeat;background-position:left center;}
.dp_dx{background-image:url(../images/dx.png);background-repeat:no-repeat;background-position:left center;}
.dp_xn{background-image:url(../images/xn.png);background-repeat:no-repeat;background-position:left center;}
.dp_yidong{background-image:url(../images/yd.png);background-repeat:no-repeat;background-position:left center;}
.dp_liantong{background-image:url(../images/lt.png);background-repeat:no-repeat;background-position:left center;}
.dp_dianxin{background-image:url(../images/dx.png);background-repeat:no-repeat;background-position:left center;}
.dp_xuni{background-image:url(../images/xn.png);background-repeat:no-repeat;background-position:left center;}
.dp_hmlist li a .dp_ckxq{height:38px;font-size:14px;line-height:38px;color:#FFF;text-align:center;display:none; text-decoration:none;}
.dp_hmlist li a:hover .dp_hmsm{display:none;text-decoration:none;}
.dp_hmlist li a:hover .dp_ckxq{display:block;text-decoration:none;}
.dp_lxwm{border:1px solid #c8c8c8;margin-top:10px;padding:20px;}
.dp_lxwm2{height:30px;border:1px solid #c8c8c8;margin-top:10px;font-size:12px;line-height:30px;padding:5px;}
.dp_lxwm2 a{margin-right:5px;margin-left:5px;}
.dp_lxbt{height:30px;line-height:30px;font-size:26px;color:#1d1d1d;width:150px;background-image:url(../images/shop_ysj.jpg);background-repeat:no-repeat;background-position:right center;text-align:left;}
.dp_lxfs{width:940px;font-size:18px;overflow:hidden;line-height:180%;}
.dp_lxfs span{color:#333}
.qimo{width:8000%;height:30px;}#demo1{float:left;}#demo2{float:left;}.dp_dbdh{height:202px;border:1px solid #c8c8c8;margin-top:10px;padding-top:20px;padding-right:20px;padding-left:20px;}.dp_dbdhl{width:150px;text-align:center;}.dp_dbdhl img{margin-top:15px;}.dp_dbdhr{height:180px;width:930px;}
.dp_gxb{height:auto;padding-bottom:10px;margin-top:10px;background-color:#fffcef;border:1px solid #ff8400;font-size:16px;line-height:24px;color:#222222;}
.dp_gxbiti{height:40px;line-height:40px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#FF8500;color:#FFF;}
.dp_gxbiti span{ background:#ff8500;background-image:url(../images/shop_hsbj.jpg);background-repeat:no-repeat;background-position:right center;display:inline-block;padding:0 20px 0 10px;}
.dp_ghlc{padding-bottom:20px;margin-right:10px;margin-left:10px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;text-align:center;padding-top:10px;}
.dp_xx{padding-right:20px;padding-left:20px;line-height:30px;font-size:16px;padding-top:10px;}
.blue{color:#1474ea;}

input,button,select,textarea{outline:none;padding:0;margin:0;font-family:"微软雅黑";}
textarea{resize:none;padding:0;margin:0;}
.dh_newlmbt{display:block;height:40px;color:#FFF;font-size:18px;line-height:40px;padding-right:10px;padding-left:10px;}
.zxydbt{background:url(../images/zxyd_bg.png) no-repeat center right;padding-right:20px;}
ul.hmxq{
	padding:10px;
}
ul.hmxq>li{padding:10px 0;border-bottom:dashed 1px #ccc;display:block;font-size:16px;}
ul.hmxq>li>span{display:inline-block;}
ul.hmxq>li>span.bt{width:120px;text-align:right;}
ul.hmxq>li>h1.haoma{display:inline-block; width:500px;margin:0;color:#ff8400; font-size:24px;}
i.yys{display:inline-block;height:24px;width:24px;vertical-align:top;}
.w200{width:500px;}ul.hmxq>li>div.hmyy_bt{float:left;width:120px;text-align:right;}
ul.hmxq>li>div.hmyy{float:right;width:1058px; line-height:24px;}
.ydly{height:370px;background:#f9f8f8 url(../images/zxyd_bg.jpg) right bottom no-repeat;}
.message{padding:20px 20px 0px 20px;font-size:16px; width:60%; float:right;}
.message>label{display:block;margin-bottom:10px;}
.message>label>input.duan{width:180px;height:30px;margin-right:10px; padding-left:10px;}
.message>label>input.chang{width:458px;height:30px; padding-left:10px;}
.message>label>textarea.liuyan{width:450px;height:100px; padding:0 10px;}
.message>label>input.anniu{width:150px;height:38px;margin-left:200px;background:#ff8400;border:none;font-size:16px;color:#fff;cursor:pointer;}
.message>label>input.anniu1{width:200px;height:38px;margin-left:80px;background:#ff8400;border:none;font-size:16px;color:#fff;cursor:pointer;}
.message>label>input.anniu2{width:200px;height:38px;margin-left:50px;background:#a9a9a9;border:none;font-size:16px;color:#fff;cursor:pointer;}
/*子页样式*/
.dp_hmfl{margin-top:10px;background-color:#fff8f3;padding:10px;border:1px solid #e1e1e1;position:relative;}.dp_hmfx{padding-top:10px;}.dp_hm1{font-size:16px;width:100px;text-align:right;height:24px;}.dp_hm2{width:1065px;font-size:14px;}.dp_hm2 a{float:left;padding:1px 10px;border:1px solid #F5D9DB;color:#ff0000;white-space:nowrap;margin-right:5px;background:#F9EEEE;margin-bottom:5px;white-space:nowrap;cursor:pointer;}.dp_hm2 .active{border:1px dashed #739ECA;color:#0065ee;background:#D7EDFF url(../images/close.png) no-repeat right center;padding-right:20px;}.dp_hm2 .all{border:1px dashed #739ECA;background:#D7EDFF;color:#0065ee;}
.qingchu{position:absolute;top:10px;right:10px;}
.qingchu a{display:inline-block;width:100px;padding-left:20px;background:url(../images/qingchu.png) no-repeat left center; font-size:16px;}
.dp_paixu{padding-left:13px;}
.dp_paixu span{display:block;margin-right:10px;height:24px;width:100px;float:left;line-height:24px;margin-top:10px;text-align:center;}
.dp_paixu span a{display:block;height:22px;width:80px;line-height:22px;}
.dp_paixu .red a:hover{line-height:22px;color:}
.dp_paixu .red .active{    color: #F00;
    border: 1px solid #F00;}.dp_hms span{font-size:18px;}
.dp_hmlsm{height:34px;}.dp_hmlsm span{height:34px;display:block;float:left;background-color:#e9e9e9;text-align:center;line-height:34px;font-size:14px;color:#222222;}
.dp_newpage{padding:10px;}
.dp_hmlb{width:auto;}
.dp_hmlb ul{margin-left:-38px;}
.dp_hmlb li{height:55px;display:block;line-height:55px;font-size:14px;text-align:center;color:#555555;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#CCC;margin-left:38px;}
.kd1{width:25%;float:left;}
.kd2{width:14.9%;margin-left:0.1%;float:left;}
.kd3{width:15.9%;margin-left:0.1%;float:left;}
.kd4{width:11.9%;margin-left:0.1%;float:left;}
.kd5{width:9.9%;margin-left:0.1%;float:left;}
.kd6{width:14.9%;margin-left:0.1%;float:left;}
.kd7{width:14.9%;margin-left:0.1%;float:left;}
.kd8{width:6.9%;margin-left:0.1%;float:left;}
.kd9{width:14.9%;margin-left:0.1%;float:left;}
.kd10{width:14.9%;margin-left:0.1%;float:left;}
.kd11{width:18.9%;margin-left:0.1%;float:left;}
.kd12{width:9.9%;margin-left:0.1%;float:left; text-align:center;}

.dp_hmlb li:hover{
	background:#fff3e8;
	
}
.hmzs{color:#004c99;font-size:26px;line-height:55px;text-align:center;}.hmzs i{display:inline-block;height:24px;width:24px;vertical-align:middle;margin-top:-6px;}
i.yys{display:inline-block;height:24px;width:24px;vertical-align:top;}
.hmgm a{background-color:#ff8400;display:block;height:30px;width:60px;line-height:30px;color:#FFF; margin:0 auto;margin-top:12px;border-radius:5px;}
.hmgm .ysc{background-color:#666;display:block;height:25px;width:60px;line-height:25px;color:#FFF;margin-top:15px;margin-left:10px;border-radius:5px;}
.main{
	margin-top:10px;
	overflow:hidden;
	width:100%;
}
.main-left{
	float:left;
	width:880px;
	margin-top:10px;
	overflow:hidden;
}
.main-left-tit{
	background:url(../images/880_36.jpg) no-repeat;
	padding-left:27px;
	padding-top:8px;
	font-size:15px;
	height:28px;
}
.main-left-con{
	border:1px solid #d7d7d7;
	border-top:none;
	height:100%;
	overflow:hidden;
}
.m-div{
	margin:10px 20px;
	overflow:hidden;
}
.m-li{
	width:50%;
	height:38px;
	line-height:38px;
	float:left;
	border-bottom:1px solid #d7d7d7;
}
.m-tit{
	float:left;
	padding-left:15px;
	width:100px;
}
.m-con{
	float:left;
	width:300px;
}
.m-content{
	overflow:hidden;
	width:100%;
	padding-top:30px;
}
.m-content-tit{
	border-bottom:1px solid #b90000;
	height:34px;
	line-height:34px;
	font-weight:bold;
	font-size:15px;
}
.m-content-body{
	padding-top:20px;
	line-height:28px;
}

.m-dd-li{
	height:50px;
}
.m-dd-li div{
	float:left;
	height:34px;
	line-height:34px;
}
.m-dd-left{
	width:100px;
	padding-left:15px;
}
.main-right{
	float:right;
	width:300px;
	overflow:hidden;
}
/*单独页面样式*/

.main_left{
	width:220px;
	float:left;
	margin-top:10px;
}
.main_left_tit{
	height:30px;
	background:url(../images/main_left_tit.jpg) no-repeat;
}
.main_left_tit1{
	height:30px;
	background:url(../images/main_left_tit1.jpg) no-repeat;
}
.main_left_con{
	border:1px solid #d7d7d7;
	border-top:none;
	height:100%;
	padding:5px 0 10px 15px;
}
.main_left_con ul li{
	border-bottom:1px solid #eeeeee;
	padding-left:20px;
	font-size:14px;
	line-height:38px;
	width:160px;
}
.main_left_con ul li a{
	color:#000;
}
.main_left_con ul li a:hover{
	color:#B90000;
	font-weight:bold;
}
.main_left_service{
	width:203px;
	height:32px;
	line-height:32px;
	font-size:14px;
	padding-left:15px;
	border:1px solid #CCC;
	border-top:1px solid #B90000;
	margin-top:8px;
	color:#B90000;
}
.main_left_service_con{
}
.main_right{
	width:960px;
	float:right;
	margin-top:10px;
}
.main_right_tit{
	height:36px;
	background:url(../images/main_right_tit.jpg) no-repeat;
}
.main_right_con{
	padding:5px 10px;
	color:#000;
	border:1px solid #d7d7d7;
	border-top:0px;
	line-height:30px;
	font-size:14px;
}
.main_right_con p{
	line-height:30px;
	font-size:14px;
}

.haoma{
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#fe4202;
	font-family:Verdana;
}
.haolist{
	font-size:14px;
}
.haolist a{
	text-decoration:none;
}
.haoma a{
	color:#fe4202;
	text-decoration:none;
}
.main_sou{
	border:1px solid #E3E3E3;
	border-top:2px solid #B90000;
	background:url(../images/bj1.jpg) repeat-x;
	height:100%;
	background-position: bottom;
        overflow:hidden;
}
.main_sou_main{
	width:880px;
	border-bottom:1px solid #E8E8E8 dashed;
	margin-top: 7px;
	margin-bottom:7px;
	line-height: 30px;
overflow:hidden;
}
.main_sou_left{
	height:30px;
	width: 86px;
	font-weight: bold;
	text-align: right;
	float:left;
	line-height: 30px;
	font-size: 14px;	
}
.main_sou_right a{
	text-decoration: none;
	float: left;
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	_margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}
.main_sou_right a:hover{
	color: #FFFFFF;
	background-color: #A50004;
}
.main_sou_right .xz1{
	background-color: #A50004;
	color:#FFF;
}
.main_sou_right .xz{
	color:#000;
}
/*文章样式*/
.newslist li{
	height:35px;
	line-height:35px;
	border-bottom:1px #CCCCCC dashed;
}
/* 分页控件样式*/
.content_page {
	font-size:12px;
	color: #666;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	display:block;

}
.pagination > li {
  display: inline;
}
.pagination > .row{
	position: relative;
	float:left;
	padding: 0 15px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #666;
	
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 15px;
  margin-left: 10px;
  line-height: 40px;
  color: #666;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  display: block;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius:2px;
  background-color: #f7f7f7;
  color: #666;
  margin-left:10px;
  height:40px;
  line-height:40px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #c10008;
  border-color: #c10008;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c10008;
  border-color: #c10008;	
  display: block;
  padding: 0 15px;
  border-radius: 2px;
  height:40px;
  line-height:40px;
  margin-left:10px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
  text-decoration: none;
  background: #f7f7f7;
  border-color: #ddd;
  color:#666;
}


/*当前位置*/
#weizhi{
	border:1px solid #dce2e6;
	height:32px;
	background:#fafafa;
	margin-top:10px;
	
}
.homepic{
	background:url(../images/pt_icn.png) no-repeat;
	width:17px;
	height:15px;
	margin:7px 0 0 10px;
	float:left;
}
.item{
	background:url(../images/pt_item.png) no-repeat center;
	width:26px;
	float:left;
	height:32px;
}
.float-left{
	float:left;
	font-size:14px;
	padding-top:5px;
}

/*侧边按钮*/
.suspension {
	width: 50px;
	height: 230px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 999;
}
.suspension li {
	position: relative;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	background-color: #d90100;
	border-radius: 4px;
}
.suspension li:hover {
	background-color: #f76c35;
}
.suspension .default-transition {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
}
.suspension a ,
.pop-tel,
.pop-qrcode {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/side_icons.png);
	background-repeat: no-repeat;
}
.voice-service {
	background-position: 0 0;
}
.pop-tel {
	background-position: -50px 2px;
}

.pop-qrcode {
	background-position: -100px 0;
}
#toTop {
	background-image: url(../images/side_icons.png);
	background-position: -150px 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
.connect-us {
	display: none;
	position: absolute;
	width: 230px;
	right: 69px;
	top: 0;
	z-index: 30;
	background: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
	border: 1px solid #ddd;
}
.tel-corner {
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: -19px;
	bottom: 14px;
	z-index: 10;
}
.tel-corner-back {
	border: 11px solid transparent;
	border-left: 11px solid #ddd;
	position: absolute;
	right: -22px;
	bottom: 13px;
	z-index: -1;
}
.qrcode {
	position: absolute;
	width: 144px;
	height: 144px;
	right: 60px;
	top: -46px;
	z-index: 30;
	display: none;
}

/*侧边按钮 end*/
.sidebar{
	margin:0;
}
.sidebar h2 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-top: 1px solid #e4000f;
    border-bottom: 1px solid #cbcbcb;
    font-size: 22px;
    color: #e4000f;
	margin:0;
}

.sidebar ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.sidebar ul li a{ display:block; width:215px; padding-left:53px;}

p.tel {
    width: 140px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    background: url(../images/onepage_icon.gif) no-repeat 0 10px;
    font-size: 18px;
    color: #555;
}