.pa_middle dd p.iconlist img {
    margin-right: 5px;
}/*====================公共样式======================*/
*{ margin: 0; padding: 0; }
img { margin: 0; border: 0 none; vertical-align: center; vertical-align: middle;}
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  outline: none;}	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
aside section,.body{display:block;  margin:0 auto;}
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
/*头部导航结构样式*/
.nav_box {
	max-width: 1920px;
	margin: 0 auto;
	background: #f6f6f6;
	border-bottom: 1px solid #e3e3e3; 
}
.nb {
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	position: relative;
}
.nb_left {
	float: left;
	line-height: 36px;
	font-size: 13px;
}
.nbl_af {
	float: left;
	line-height: 36px;
	text-align: center;
	color: #999;
}
.nbl_bf {
	float: left;
	height: 34px;
	margin: 0 15px;
	padding:0 5px;
	border: 1px solid #f6f6f6;
	border-bottom: 0;
}
.nbl_bf:hover {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
.nbl_bf:hover .nbl {
	display: block;
}
.nbl_bf:hover i {
	transform:rotate(180deg);
}
.nbl_bf a {
	color: #333;
}
.nbl_bf a i {
	width: 9px;
	height: 7px;
	margin-left: 5px;
	background: no-repeat url(../images/top-arrow.gif) 0 -6px;
	display: inline-block;
}
.nbl_cf {
	float: left;
	margin-top: 13px; 
}
.nbl_cf li {
	float: left;
	line-height: 12px;
	padding: 0 12px;
	border-right: 1px solid #e3e3e3;
}
.nbl_cf li a {
	color: #999;
}
.nbl_cf li a:hover {
	color: #CC0000;
}
.nb_right {
	float: right;
	line-height: 36px;
	font-size: 13px;
}
.nbr_af {
	float: left;
}
.nbr_af a {
	margin: 0 5px;
}
.nbr_bf {
	float: left;
	height: 34px;
	margin: 0 15px;
	padding:0 5px;
	border: 1px solid #f6f6f6;
	border-bottom: 0;
}
.nbr_bf a {
	color: #999;
}
.nbr_bf:hover {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
.nbr_bf:hover i {
	transform:rotate(180deg);
}
.nbr_bf:hover .nbrb {
	display: block;
}
.nbr_bf a i {
	width: 9px;
	height: 7px;
	margin-left: 5px;
	background: no-repeat url(../images/top-arrow.gif) 0 -6px;
	display: inline-block;
}
.nbrb {
	position: absolute;
	top: 36px;
	right: 0;
	padding: 14px  100px 14px 30px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: none;
	z-index: 9999;
}
.nbrb dl {
	float: left;
	margin-left: 15px; 
	padding: 0 5px;
}
.nbrb dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.nbrb dl dd {
	line-height: 30px;
	font-size: 12px;
}
.nbrb dl dd a {
	color: #666;
} 
.nbr_cf {
	float: left;
	width: 36px;
	height: 36px;
	border: 1px solid #f6f6f6;
	border-bottom: 0;
}
.nbr_cf i {
	width: 36px;
	height: 36px;
	display: block;
	background: no-repeat url(../images/code.png) center;
	background-size: 60%;
}
.nbl {
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 100;
	width: 1178px;
	padding: 0 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	overflow: hidden; 
	display: none;
}
.nbl li {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}
.nbl li a {
	padding: 0 5px;
	text-align: center; 
	border-right: 1px solid #e3e3e3;
	color: #666;
}
.nbl li:last-child a {
	border-right: 0;
}
.nbr_cf:hover {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
.nbr_cf:hover .nbrc {
	display: block;
}
.nbrc {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 9999;
	padding: 10px 10px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e3e3e3; 
}
.nbrc img {
	width: 132px;
	height: 132px;
	vertical-align: top;
}
.nbrc span {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 13px;
}
.advertisement {
	width: 1200px;
	margin: 10px auto;
}
.advertisement img {
	width: 100%;
}
header {
	max-width: 1920px;
	margin: 0 auto;
	background: #f2f2f2; 
}
.header {
	width: 1200px;
	height: 110px;
	margin:  0 auto;
}
.header_logo {
	width: 160px;
	height: 90px;
	padding: 10px;
	float: left;
	background-color: #ededed;
	box-shadow: 0px 0px 10px #888888;
	position: relative;
	top: 10px; 
}
.header_nav {
	height: 110px;
	float: right;
}
.header_nav li {
	float: left;
	padding: 0 32px;
	font-size: 20px;
	border-right: 1px solid #ddd;  
	margin-top: 40px; 
}
.header_nav li span { 
	padding-bottom: 40px; 
}
.header_nav li:last-child {
	padding-right: 0; 
	border-right: 0;
}
.header_nav li a {
	color: #333;
}
.header_nav .rus_hn a {
	color: #CC0000;
	font-weight: bold;
}
.header_nav .rus_hn span {
	border-bottom: 3px solid #CC0000;
}
.header_nav li span:hover {
	border-bottom: 3px solid #CC0000; 
}
.header_nav li:hover a {
	color: #CC0000;
	font-weight: bold;
}
/*底部结构样式*/
footer {
	max-width: 1920px;
	background-color: #ddd;
	overflow: hidden;
	border-top: 2px solid #bf1923;
}
.footer {
	width: 1200px;
	margin: 30px auto 80px	;
	overflow: hidden;
}
.footer_left {
	float: left;
	width: 750px;
}
.fl_logo {
	float: left;
	width: 170px;
	padding-top: 5px;
}
.fl_logo img {
	width: 100%;
}
.fl_right {
	float: right;
	width: 550px;
	line-height: 24px;
}
.fl_right p {
	font-size: 12px;
	color: #333;
	line-height: 250%;
}
.fl_right p a {
	color: #333;
}
.fl_right p a em {
	color:#bf1923;
	font-weight: bold; 
}
.footer_right {
	float: right;
	width: 300px;
	line-height: 24px;
	overflow: hidden;
}
.fr_1 {
	width: 150px;
	float: left;
	text-align: center
}
.fr_1 span {
	display: block;
	color: #333;
	font-size: 12px;
}
.fr_2 {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 30px; 
}
.fr_2 li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px; 
}
.fr_2 li a {
	color: #333;
	font-weight: normal;
}
/*固定栏结构样式*/
.apply_for {
    width: 100%;
    height: 143px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: no-repeat url(/b2b/images/bc_bg.png) center;
}
.af {
	width: 1200px;
	height: 110px;
	overflow: hidden;
	position: relative;	
	margin: 70px auto 0;
}
.af_left {
	
}

.af_right {
    width: 580px;
    height: 50px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 10px;
    right: 0px;
}
.af_right input {
	float: left;
	width: 350px;
	height: 50px;
	font-size: 16px;
	color: #666666;
	padding: 0 20px;
	background:#fff;
	border: 0;
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}
.af_right button {
	float: left;
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border: 0 none;
	background: #fb961c;
	border-radius: 0 5px 5px 0;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.communicate {
    width: 140px;
    height: 134px;
    padding-top: 190px;
    position: fixed;
    top: 160px;
    right: 5px;
    z-index: 999;
    background: no-repeat url(/b2b/images/communicate_bg.png);
}
.communicate input {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto 10px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding:0 10px;
}
.communicate button {
	display: block;
	width: 120px;
	height: 30px;
	margin: 0 auto 10px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #db214c;
	cursor: pointer;
}
.communicate span {
	display: block;
	width: 140px;
	height: 55px;
	text-align: center;
	color: #0b53a4;
	line-height: 52px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.communicate span i {
	width: 18px;
	height: 15px;
	background: no-repeat url(../images/cs_i.png) center;
	position: absolute;
	top: 7px;
	right: 7px;
	animation: csi 1s infinite reverse;
	-webkit-animation: csi 1s infinite reverse;
}
@keyframes csi {
	0% {  transform: scale(1);  }
	20% { transform:rotate(10deg); }
	30% { transform:rotate(0deg); }
	40% { transform:rotate(10deg); }
	50% { transform:rotate(0deg); }
	60% { transform:rotate(10deg); }
	70% { transform:rotate(0deg); }
	80% { transform:rotate(10deg); }
	90% { transform:rotate(0deg); }
	100% {  transform: scale(0.8);  }
}
/*弹窗结构样式*/
.bullet_frame {
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.bf {
	width: 500px;
	background: #fff;
	border-radius: 5px;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -250px;
	padding: 60px 0; 
}
.bf i {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	background: no-repeat url(../images/shut.png) center;
	background-size: 100%;
	display: block;
}
.bf h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: normal;
}
.bf p {
	padding: 20px 0;
	text-align: center;
	height: 30px;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
}
.bf p em {
	color: #db214c;
}
.bf span {
	width: 336px;
	height: 46px;
	line-height: 46px;
	background: #db214c;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 18px;
	border: 2px solid #db214c;
	cursor: pointer;
}
.bf span:hover {
	background: #fff;
	color: #db214c;
}
.quiz {
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.quiz_box {
	width: 600px;
	background: #fff;
	border-radius: 5px;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 15%;
	margin-left: -250px;
	padding: 60px 0; 
}
.quiz_box i {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	background: no-repeat url(../images/shut.png) center;
	background-size: 100%;
	display: block;
	cursor: pointer;
}
.quiz_box h4 {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.quiz_box p:nth-child(3) input {
	width: 400px;
	height: 42px;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	padding: 0 10px;
}
.quiz_box p {
	width: 422px;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.left_p {
	width: 230px;
	height: 42px;
	border: 1px solid #999;
	border-radius: 5px 0 0 5px;
	border-right: none;
	float: left;
	padding-left: 10px;
}
.right_p {
	width: 180px;
	height: 44px;
	line-height: 44px;
	background: #fa9e03;
	float: left;
	color: #fff;
	border-radius: 0 5px 5px 0;
	border: 0;
}
.quiz_box span {
	width: 422px;
	height: 50px;
	border-radius: 5px;
	margin:  20px auto;
	display: block;
	line-height: 50px;
	background: #db214c;
	border: 2px solid #db214c;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}
.housekeeper,.housekeeper1 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
.hk {
	width: 680px;
	height: 566px;
	background: no-repeat url(../images/bw-bg.png) center;
	margin: 20px auto 0; 
	overflow: hidden;
}
.hk_shut,.hk_shut2 {
	width: 42px;
	height: 42px;
	float: right;
	margin-top: 10px;
	background: no-repeat url(../images/bw_close.png) center; 
	cursor:pointer;
}
.hk_main {
	width: 582px;
	padding: 40px 30px 30px;
	margin: 190px auto 0;
	background: #fff;
	border-radius: 15px;
}
.hk_main_top {
	width: 528px;
	overflow: hidden;
	padding-bottom: 20px; 
	border-bottom: 1px solid #e5e5e5;
}
.hkmt_left {
	width: 105px;
	height: 105px;
	float: left;
	border-radius: 50%;
}
.jmrc dt img, .hkmt_left img {
    width: 105px;
    height: 105px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.hkmt_left_1 {
    width: 160px;
    height: 90px;
    float: left;
}
.hkmt_right {
	width: 400px;
	float: right;
}
.hkmt_right_1 {
	width: 322px;
	float: right;
}
.hkmt_right_1 h2 {
	font-size: 22px;
	color: #625556;
	line-height: 32px;
	margin-top:10px; 
}
.hkmt_right_1 p {
	font-size: 16px;
	color: #625556;
}
.hkmt_right_1 p em {
	color: #db214c;
	line-height: 30px;
}
.hkmt_right h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #ffe0df;
	border-radius: 28px;
	line-height: 28px;
	color: #fe5850;
	margin-top: 20px;
	padding: 0 15px; 
}
.hkmt_right p {
	color: #625556;
	font-size: 16px;
	padding-top: 8px; 
}
.hkmt_right p b {
	font-size: 18px;
}
.hk_main_bottom {
	width: 582px;
}
.hk_main_bottom  p:nth-child(1) {
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0;
	color: #333;
}
.name {
	width: 140px;
	height: 48px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
}
.phone {
	width: 200px;
	height: 48px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	margin: 0 3px;
}
.btn {
	width: 180px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	background: #dd2b54;
	border: 1px solid #dd2b54;
	box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
	cursor:pointer; 
}
.hk_main_bottom  p:nth-child(3) {
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
	color: rgba(0,0,0,.6); 
}
.hk_main_bottom  p:nth-child(3) em {
	color: #f53559;
	font-size: 24px;
	margin: 0 10px;
}
.budget {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
.budget_box {
	width: 600px;
	background: #fff;
	border-radius: 5px;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -300px;
	padding: 60px 0 30px;  
}
.bb_af {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	font-size: 0;
	z-index: 99;
	background: no-repeat url(../images/shut.png) center;
	background-size: 100%;
	cursor: pointer;
}
.bb_bf {
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 30px;
	position: absolute;
	left: 0;
	top: 20px;
	width: 570px;
}
.bb_bf em {
	padding-bottom: 19px;
	border-bottom: 2px solid #db214c;
	font-size: 16px;
}
.bb_cf {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 80px;
}
.bb_cf em {
	font-size: 30px;
	color: #fa9e03;
	font-weight: bold;
	padding: 0 10px; 
}
.bb_df {
	width: 540px;
	margin: 0 auto 20px;
	border: 1px solid #ddd;
	padding: 5px 0; 
	overflow: hidden;
}
.bb_df li {
	padding: 0 0 0 20px;
	font-size: 16px;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 240px;
}
.bb_df li em {
	font-size: 20px;
	color: #fa9e03;
}
.budget_box p {
	text-align:  center;
	font-size: 14px;
	font-weight: normal;
	width: 422px;
	margin: 0 auto 20px; 
	overflow: hidden;
}
.bb_ff input {
	width: 400px;
	height: 42px;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	padding: 0 10px; 
}
.bbg_left {
	width: 220px;
	height: 42px;
	border: 1px solid #999;
	float: left;
	border-radius: 5px 0 0 5px;
	border-right: none;
	padding: 0 10px;
	color: #666;
}
.bbg_right {
	width: 180px;
	height: 44px;
	line-height: 44px;
	background: #fa9e03;
	float: left;
	color: #fff;
	border: 0;
	border-radius:0 5px 5px 0;
}
.bb_hf button {
	width: 422px;
	height: 50px;
	border-radius: 5px;
	margin:  0 auto;
	display: block;
	line-height: 48px;
	background: #db214c;
	color: #fff;
	border: 2px solid #db214c;
	font-size: 18px;
	cursor: pointer; 
}
.bb_hf button:hover {
	background: #fff;
	color: #db214c;
}


.header_bg {
    width: 100%;
}
.nl_af_bottom p.iconlist img {
    margin-right: 5px;
}
