@CHARSET "UTF-8";

/* 筛选列表标题 */
.lists_title_wrap {
	width: 100%;
	height: 52px;
	background-color: #f4f7ff;
}

.lists_title_wrap .lists_title {
	width: 1240px;
	height: 52px;
	line-height: 52px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 12px;
    box-sizing: border-box;
}

.lists_title_wrap .lists_title a {
	color: #999;
    font-family: "微软雅黑";
}

.lists_title_wrap .lists_title span{
    margin: 0 2px;
    color: #999;
    font-family: "微软雅黑";
}/* 筛选列表标题 结束*/

/* 城市列表开始 */
.hot_city_wrap {
	width: 100%;
}

.hot_city_wrap .hot_city {
	width: 1240px;
	margin: 0 auto;
	height: 74px;
}

.hot_city_wrap .hot_city ul li {
	float: left;
	padding: 30px 0 30px 18px;
}

.hot_city_wrap .hot_city ul li:first-child {
	padding-left: 20px;
}

.hot_city_wrap .hot_city ul li a {
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑";
}

.hot_city_wrap .hot_city ul li:first-child a {
	cursor: default;
	color: #999;
}

.hot_city_wrap .hot_city ul li:nth-child(2) a {
	color: #28a7e1;
}

.hot_city_wrap .city_search {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.hot_city_wrap .city_search ul li {
	float: left;
	padding-left: 20px;
}

.hot_city_wrap .city_search ul li:first-child {
	padding-top: 10px;
}

.hot_city_wrap .city_search ul li:nth-child(2) select {
	background: url(../images/jms_list_imgs/search_arrow.jpg) no-repeat 85px 12px;
}

.hot_city_wrap .city_search ul li:nth-child(3) {
	padding-left: 10px;
}

.hot_city_wrap .city_search ul li:nth-child(3) select {
	background: url(../images/jms_list_imgs/search_arrow.jpg) no-repeat 85px 12px;
}

.hot_city_wrap .city_search ul li:nth-child(4) {
	padding-left: 302px;
	padding-top: 10px;
}
.hot_city_wrap .city_search .form-wrap {
	padding-left: 302px;
}
.hot_city_wrap .city_search ul li.search_wrap {
	width: 281px;
	height: 30px;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
}

.hot_city_wrap .city_search ul li.search_wrap input {
	width: 251px;
	height: 30px;
	border-radius: 5px 0 0 5px;
    padding: 0;
	border: 0;
	outline: none;
	float: left;
} 

.hot_city_wrap .city_search ul li.search_wrap .search_btn {
	width:30px;
	height:30px;
	background:#8ec61a;
	font:16px/32px "微软雅黑";
	color:white;
	border-radius:0 5px 5px 0;
	display: block;
	float: left;
	position: relative;
}

.hot_city_wrap .city_search ul li.search_wrap .search_btn i {
	width: 17px;
	height: 18px;
	position: absolute;
	left: 7px;
	top: 7px;
	background: url(../images/jms_list_imgs/list_page_search.png) no-repeat;
}

.hot_city_wrap .city_search ul li select {
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
    outline: none;
    width: 118px;
    height: 32px;
    font: 14px "微软雅黑";
    color: #222;
    border: 1px solid #dfdfdf;
    padding-left: 8px;
    vertical-align: middle;
    border-radius: 6px;
}

.hot_city_wrap .city_search ul li select select {
	color: #999;
}

.hot_city_wrap .sample_city {
	width: 1240px;
	margin: 0 auto;
	height: 44px;
	padding-top: 40px;
	border-bottom: 2px solid #28a7e1;
}

.hot_city_wrap .sample_city .sample_city_title {
	width: 226px;
	height: 44px;
	line-height: 44px;
	background: #28a7e1;
	float: left;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	color: #fff;
}

.hot_city_wrap .sample_city .sample_city_hint {
	float: right;
	height: 44px;
	line-height: 44px;
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	color: #666;
}

.hot_city_wrap .sample_city .sample_city_hint i {
	width: 15px;
	height: 13px;
	position: absolute;
	top: 16px;
	left: -22px;
	background: url(../images/jms_list_imgs/list_page_hint.png) no-repeat;
}

.hot_city_wrap .city_list {
	width: 1240px;
	height: 170px;
	margin: 0 auto;
	border-bottom: 1px solid #bfd5e9;
}

.hot_city_wrap .city_list_img {
	width: 164px;
	height: 170px;
	float: left;
}

.hot_city_wrap .city_list_img img {
	width: 164px;
	height: 123px;
	margin-top: 24px;
}

.hot_city_wrap .city_list_info {
	width: 725px;
	height: 170px;
	float: left;
	box-sizing: border-box;
	padding-left: 25px;
}

.hot_city_wrap .city_list_info .company_title {
	font: bold 16px "微软雅黑";
	color: #222;
	padding: 36px 0 10px 0;
}

.hot_city_wrap .city_list_info .company_des {
	font: 14px "微软雅黑";
	color: #999;
	width: 650px;
	height: 60px;	
}

.hot_city_wrap .city_list_info ul li {
	float: left;
	font-size: 12px;
	border: 1px solid #f00;
	color: #f00;
	padding: 2px;
	margin-right: 10px;
}

.hot_city_wrap  .company_address {
	float: left;
	width: 351px;
	height: 170px;
}

.hot_city_wrap  .company_address .btn-form {
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #25a6ff;
	font-size: 16px;
	color: #fff;
	margin: 20px 0 10px 190px;
}

.hot_city_wrap  .company_address .consult {
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #90c31f;
	font-size: 16px;
	color: #fff;
	margin-left: 190px;
	margin-bottom: 25px;
}

.hot_city_wrap  .company_address p {
	font-size: 14px;
	color: #28a7e1;
	padding-left: 18px; 
	position: relative;
}

.hot_city_wrap  .company_address p i {
	width: 10px;
	height: 14px;
	position: absolute;
	left: 2px;
	background: url(../images/jms_list_imgs/list_page_site.jpg) no-repeat;
}

.hot_city_wrap .account_hint,.hot_city_wrap .account_rel,.hot_city_wrap .account_city {
	width: 1240px;
	height:76px;
	margin: 0 auto;
	border-bottom: 3px solid #f4f7ff;
}

.hot_city_wrap .account_hint .account_hint_title,.hot_city_wrap .account_city .account_city_title {
	width: 128px;
	height: 76px;
	float: left;
	color: #333;
	font: bold 16px "微软雅黑";
	padding-top: 20px;
	box-sizing: border-box;
}

.hot_city_wrap .account_hint .account_hint_con {
	width: 1112px;
	height: 76px;
	float: left;
}

.hot_city_wrap .account_hint .account_hint_con p {
	padding-top: 24px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
}

.hot_city_wrap .account_hint .account_hint_con p:last-child {
	padding-top: 10px;
} 

.hot_city_wrap .account_rel .account_rel_title {
	width: 128px;
	height: 76px;
	line-height: 76px;
	float: left;
	color: #333;
	font: bold 16px "微软雅黑";
	padding-top: 27px;
	box-sizing: border-box;
}

.hot_city_wrap .account_rel .account_rel_con {
	width: 1112px;
	height: 76px;
	line-height: 76px;
	float: left;
}

.hot_city_wrap .account_rel .account_rel_con ul li{
	float: left;
}

.hot_city_wrap .account_rel .account_rel_con ul li a {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-right: 23px;
}

.hot_city_wrap .account_rel .account_rel_con ul li:nth-child(1) a {
	color: #28a7e1;
	font-weight: bold;
}

.hot_city_wrap .account_city .account_city_con {
	width: 1112px;
	height: 76px;
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul {
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul li {
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul:first-child li {
	margin-top: 20px;
}

.hot_city_wrap .account_city .account_city_con ul:last-child li {
	margin-top: 10px;
}

.hot_city_wrap .account_city .account_city_con ul li a {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-right: 23px;
}

/* 分页栏样式开始 */
.pag{
	width: 100%;
	margin-top: 20px;
	background: #fff;
}

.pag ul {
	padding: 20px 0;
	text-align: center;
}

.pag li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #fff;
	color: #675F5F;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
}

.pag .upAndDown {
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
}

.pag li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #675F5F;
}
.pag li.cur {
	background-color: #28a7e1;
	color: #fff;
	border: 0;
}

.pag li a:hover {
	background-color: #28a7e1;
}

.pageNum {
	display: none;
}
/* 分页栏样式结束 */
/*遮罩层样式开始*/
#cover{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
}
/*遮罩层样式结束*/
/* 产品详情页表单 */
#jms-product-form{
    width: 500px;
    height: 522px;
    position: fixed;
    top: 10%;
    display: none;
    z-index: 999;
}
#jms-product-form .title_wrap{
    width: 500px;
    height: 100px;
    background: #28a8e0;
    border-radius: 8px 8px 0 0;
    position: relative;
}
#jms-product-form .title_wrap .title{
    width: 270px;
    height: 60px;
    font-size: 0;
    margin: 0 auto;
}
#jms-product-form .title_wrap .title .line{
    width: 20px;
    height: 1px;
    margin-top: 34.5px;
    background: white;
}
#jms-product-form .title_wrap .title .line_left{
    float: left;
}
#jms-product-form .title_wrap .title .line_right{
    float: right;
}
#jms-product-form .title_wrap .title span{
    font: 18px/70px "微软雅黑";
    color: white;
    margin-left: 12px;
}
#jms-product-form .title_wrap img{
    position: absolute;
    top: 15px;
    right: 20px;
}
/*//////////////////////////////////////////////////*/
#jms-product-form form{
    width: 500px;
    height: 392px;
}
#jms-product-form form ul{
    font-size: 0;
    padding-top: 30px;
    background: white;
}
#jms-product-form form ul li{
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}

#jms-product-form form ul li span{
    font: 14px/40px "微软雅黑";
    color: #222;
    text-align: right;
    margin: 0 10px 0 30px;
    display: inline-block;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}
#formCityMock6_1{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 110px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#formCityMock6_2{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 233px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#formCityMock6_3{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 356px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#jms-product-form form ul li select{
    -webkit-appearance: none;
    outline: none;
    width: 117px;
    height: 40px;
    font: 14px/38px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 41px 0 10px;
    vertical-align: middle;
}
#jms-product-form form ul li select:nth-child(5){
    margin: 0 6px;
}

#jms-product-form form ul li input{
    outline: none;
    width: 341px;
    height: 38px;
    font: 14px/38px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    vertical-align: middle;
}
#jms-product-form form ul li .prompt{
    position: absolute;
    top: 0;
    right: 105px;
    margin: 0;
    padding: 0;
    font: 14px/40px "微软雅黑";
    color: #ff0000;
    text-align: left;
    width: 77px;
}
#jms-product-form form ul li .prompt1{
    right: 145px;
}
#jms-product-form form ul li .contacts_name{
    width: 138px;
}
#jms-product-form form ul li .circle_out{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 285px;
}
#jms-product-form form ul li .circle_out1{
    background: #28a8e0;
}
#jms-product-form form ul li .circle_out2{
    left: 373px;
    background: #989898;
}
#jms-product-form form ul li .circle_inner{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

#jms-product-form form ul .auth-name {
	float: left;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #222;
	margin: 0 10px 0 45px;
}
#jms-product-form form ul #auth-code {
	width: 255px;
	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #222;
	border: 1px solid #f4f4f4;
    vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	outline: none;
	display: block;
	float: left;
}
#jms-product-form form ul .get-code {
	width: 106px;
	height: 38px;
	border: none;
	vertical-align: middle;
	outline: none;
	background: #26a6ff;
	color: #fff;
	font-family: "微软雅黑";
	cursor: pointer;
	display: block;
	float: left;
}

#jms-product-form form ul .btn_wrap{
    width: 500px;
    height: 80px;
    background: white;
    font: 18px/40px "微软雅黑";
    color: white;
    text-align: center;
}
#jms-product-form form ul li .person{
    height: 28px;
    width: 32px;
    font: 16px/16px "微软雅黑";
    color: #999;
    margin: 0 2px 0 54px;
    padding-top: 12px;
    vertical-align: middle;
}
#jms-product-form form ul .btn{
    width: 284px;
    height: 40px;
    margin: 0 auto;
    background: #28a8e0;
    border-radius: 6px;
}
#province66,#city66,#area66{
    background: 80px 14px no-repeat url("../images/jms_product_details_imgs/join_us_pull_icon.png") ;
}

#jms-product-form .title_p {
    font-size: 14px;
    font-family: "微软雅黑";
    width: 100%;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
}

/* 弹出二维码样式开始 */
.quickMark_wrap {
    display: none;
	width: 500px;
	height: 450px;
	position: fixed;
	top: 10%;
    z-index: 999;
}

.quickMark_top {
	width: 500px;
	height: 70px;
	background: #28a7e1;
    border-radius: 8px 8px 0 0;
}
.quickMark_middle{
    padding: 60px 0 32px;
}
.quickMark_bottom{
    padding: 0 0 40px;
}
.quickMark_middle,.quickMark_bottom{
    background: white;
}
.quickMark_top .correct_logo,.correct_logo_text {
	float: left;
}

.quickMark_top .close_logo {
	float: right;
	margin-right: 20px;
	margin-top: 23.5px;
}

.quickMark_top .correct_logo {
	margin-left: 20px;
	margin-top: 13.5px;
}

.quickMark_top .correct_logo_text {
	margin-left: 21px;
}

.quickMark_top .correct_logo_text .p1 {
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
}

.quickMark_top .correct_logo_text .p2 {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}

.quickMark_middle .quickMark_logo {
	margin-left: 162px;
}

.quickMark_middle .quickMark_logo img {
	width: 176px;
	height: 176px;
}

.quickMark_middle .details {
	font-size: 16px;
	color: #222;
	margin-top: 14px;
	text-align: center;
}

.quickMark_bottom .button {
	width: 284px;
	height: 40px;
	border-radius: 6px;
	background: #28a7e1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
/* 弹出二维码样式开始 */

.no-data-wrap{
	display: none;
	width: 1200px;
	height: 200px;
	margin: 24px auto 0;
	border-bottom: 1px solid #bfd5e9;
}
.no-data-inner{
	width: 700px;
	height: 200px;
	margin: 0 auto;
}
.no-data{
	float: left;
	margin-right: 30px;
}
.no-data-description{
	float: left;
	width: 329px;
	padding-top: 90px;
	font: 20px/30px "微软雅黑";
	color: #222;
}

/* 新增相关讯息部分开始 */
.relevant-prompt {
	width: 1240px;
	height: 200px;
	margin: 24px auto 0;
	border-bottom: 1px solid #bfd5e9;
}

.relevant-prompt-img {
	float: left;
	margin-left: 135px;
}

.relevant-prompt-description {
	font: 14px/228px "微软雅黑";
	color: #666;
}