@charset "utf-8";
/*@ 壹会网-首页样式
 @ wukai
 @ 2017-6-16*/
/*头部字体样式*/
html,body {
    font-family:"Microsoft YaHei", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*解决bootstrap模态框抖动问题*/
.modal-open { 
  padding-right: 0 !important;
  overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
}
ul{list-style: none;}

/*登录者头像样式*/

.user_log {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
}
.user_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70px;
    vertical-align: middle;
}

.header_space{
    margin-top: 80px;
}
.index {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.yh_header {
    width: 100%;
    background-color: #fff;
    /* border-bottom: 2px solid #e7e7e7; */
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0px 1px 8px rgba(0, 21, 52, 0.1);
}

.yh_top {
    width: 1260px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
	position: relative;
}


.yh_top_left {
    width: 34%;
    height: 80px;
	line-height: 80px;
    float: left;
}

.yh_top_left img:nth-child(1) {
	float: left;
	margin-top: 20px;
	/* width: 55px; */
	/* height: 55px; */
	/* border-radius: 50%; */
	width: 100px;
}

.yh_top_left img:nth-child(2) {
    float: left;
    margin-left: 10px;
    margin-top: 28px;
}

.city_choose {
    float: left;
    margin-top: 18px;
}

/*首页-城市选择-样式*/
/*ul li {
    list-style: none;
}*/

.city_choose {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 80px;
    height: 40px;
    padding-left: 11px;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 20px;
    outline: none;

}

.city_choose:before {
    position: absolute;
    right: 13px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #444 transparent;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.city_choose:after {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.city_choose.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.city_choose.active:after {
    top: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.city_choose .dropdown {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    padding: 0;
    border-radius: inherit;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    width: 260px;
}

.city_choose.active .dropdown {
    display: block;
    z-index: 1;
    background-color: #fff;
}

.city_choose .dropdown:before {
    position: absolute;
    right: /*13px;*/192px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #d2d2d2 transparent;
}

.city_choose .dropdown:after {
    position: absolute;
    right: /*15px;*/194px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.city_choose .dropdown li {
    float: left;
    width: 129px;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
}

.city_choose .dropdown li:first-of-type {
    border-radius: 3px 3px 0 0;
}

.city_choose .dropdown li:last-of-type {
    border-radius: 0 0 3px 3px;
}

.city_choose .dropdown li:hover {
    color: #fff;
    background: #3388FF;
}
/*城市选择-结束*/

.search_info {
    width: 200px;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.search_info_left {
    width: 80%;
    float: left;
}

.search_info_left input {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0 10px;
    height: 34px;
}

.search_info a {
    display: block;
    width: 20%;
    float: left;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    text-align: right;
    padding-right: 5px;
}

.search_info a span {
    padding-top: 3px;
}

.yh_top_right {
   /* width: 66%;
    height: 80px;
    float: right; */
    font-size: 17px;
}

.ul_one {
    /* margin-top: 26px; */
}

.ul_one a {
    color: #444444;
    padding: 8px 15px;
    transition: .3s linear; -moz-transition:.3s linear; -webkit-transition:.3s linear;
}

.ul_one li a:hover,.ul_one li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3388FF;
}
.ul_one > li > a {
    padding: 2px 10px;
}
/*改写发布样式*/
#publish__activity {
    /*background-color: #0099e9;
    color: #fff;
    padding: 8px 30px 6px 30px;*/
}

#publish__activity:hover{
    background-color: #3388FF;
}

/* .top_right_one { */
	/* float: right; */
	/* margin-right: 36px; */
	/* position: absolute;
	top: 50%;
	left: 57%;
	transform: translate(-50%, -50%);
} */


.top_right_one {
    position: absolute;
    top: 0;
    left: 180px;
}





.top_right_two {
	top: 50%;
	position: absolute;
	right: 0px;
	transform: translate(0%, -50%);
}

#top_right_login {
    padding-right: 8px;
}

#top_right_register {
    padding-left: 5px;
    padding-right: 0px;
    display: inline-block;
    /* color: #f6921d; */
    transition: .25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;
}
#top_right_register:hover,
#top_right_register:focus{
    /* color: #fff; */
    text-decoration: none;
    /* background-color: #3388FF; */
    background-color: #ffffff;
    font-weight: 600;
    color: rgb(0, 153, 233);
}
.ver_line {
    position: absolute;
    top: 7px;
    right: 41px;
    height: 15px;
    padding-left: 1px;
   /* background-color: #444;*/
    color: #f6921d;
}
.drop_down {
    float: right;
    margin-top: 18px;
}

.btn_user {
    background: none;
    border: none;
    outline: none;
    padding-right: 0;
}
.btn_user:focus {
    background: none;
    border: none;
    outline: none;
}
.open > .dropdown-menu{
    left: -32px;
    padding: 0;
    border: none;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0, 21, 52, 0.08);
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 0px 10px 36px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    outline: none;
    border: none;
}
.dropdown-menu .divider {
    display: none;
}
.dropdown-menu li:hover {
    background-color: rgb(245,247,251);
}
.dropdown-menu li a:hover {
    color: rgb(0, 153, 233);
    text-decoration: none;
    background-color: rgb(245,247,251);
}

/*尾部样式*/
.footer_bg {
    width: 100%;
    background-color: #3e3e3e;
    clear: both;
}
.footer {
    width: 700px;
    margin: 0 auto;
    background: #3e3e3e;
    /* height: 280px; */
    font-family: MicrosoftYaHei;
    color: #ffffff;
    padding: 20px;
}
.ul_two {
    width: 12%;
    float: left;
    margin-left: 1px;
    margin-top: 13px;
}
.ul_two li {
    width: 100%;
    text-align: center;
    height: 31px;
    line-height: 25px;
    list-style: none;
    margin-top: 3px;
}
.ul_two li a {
    color: #ffffff;
    font-size:14px;
    transition: .25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;
}
.ul_two ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.ul_two ul li a:focus {
    text-decoration: none;
}
.ul_four ul li a {
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #727171;
    line-height: 30px;
    color: #a9a9a9;
    margin: 10px auto;
}
.ul_four ul li a:hover {
    color: #50AA00;
    text-decoration: none;
}
.ul_four ul li a:focus {
    text-decoration: none;
}
.ul_two li:first-child,
.ul_three li:first-child {
    font-size: 18px;
}
.footer_right {
    width: 38%;
    float: right;
    height: 150px;
    margin-top: 20px;
}
.ul_three {
    width: 400px;
    float: left;
    text-align: left;
    margin-top: 16px;
}
.ul_three>p{
    margin:0 0 11px;
}
.ul_three ul li {
    list-style: none;
    width: 130px;
    height: 40px;
    text-align: center;
}
.ul_three ul li a {
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #727171;
    line-height: 30px;
    color: #a9a9a9;
}
.ul_three ul li a:hover {
    color: #50AA00;
    text-decoration: none;
}
.img_one {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.last_title {
    line-height: 40px;
}
.img_two {
    width: 25px;
    margin-right: 4px;
    vertical-align: middle;
}
.img_three {
    width: 20px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -3px;
}
.wechat {
    width: 150px;
    float: right;
}
.wechat>h4{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-top: 15px;
}
.ul_three>h4{
    margin-top: 0;
}
.footer_down {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.footer_down p {
    margin-bottom: 0;
    background-color: #E0E1E3;
}
.release img:hover {
    transform: translate(0px, -20px);
    transition-duration: 1s;
}
.customer_service--phone {
    font-size: 19px;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 5px;
}
.site-recode,.site-recode:hover,.site-recode:focus {
    color: #ffffff;
    text-decoration: none;
}

.wechat_imgBox{
    width:120px;
    height: 120px;
    background: #fff;
    /*position: relative;*/
    margin: 0 auto;
}

.beian_info{
    width: 1200px;
    border-top: 1px solid #888;
    /* height: 150px; */
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 25px;
}
.beian{
    margin-top:10px;
}
.beian img{
    margin-left:7px;
    margin-right:7px;
    margin-top:-2px;
}
.hotline{
    margin-top:25px;
}
/*尾部样式end*/

/*清除浮动*/
.clear:after {
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
/*新加*/
.indexSubtitle{
	color: #0090E9;
    font-size: 20px;
    display: inline-block;
    line-height: 80px;
    margin-left: 15px;
    font-weight: bold;
}
.carousel-indicators li {
    width: 27px !important;
	height: 3px !important;
	background-color: rgba(238,238,238,0.4);
	border: none;
	border-radius: 0px;
}
.carousel-indicators .active {
    margin: 1px;
}
.yh_home_nav_item {
    position: relative;
    margin-right: 40px;
}
.yh_home_nav_item div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    height: 80px;
    cursor: pointer;
    transition: 0.25s;
}
#nav_home a {
    padding: 0;
}
#nav_home a:hover,
#nav_home a:focus{
    background-color: #fff;
    text-decoration: none;
}
#nav_word a {
    padding: 0;
}
#nav_word a:hover,
#nav_word a:focus{
    background-color: #fff;
    text-decoration: none;
}
#nav_download a {
    padding: 0;
}
#nav_download a:hover,
#nav_download a:focus{
    background-color: #fff;
    text-decoration: none;
}
.item_active div {
    font-weight: 600;
    color: rgb(0, 153, 233);
}

.item_active .yh_home_nav_icon {
    background-image: url('../../image/home/yh_home_nav_icon02.png');
    transform:rotate(180deg);
}

.yh_home_nav_item div a {
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.yh_home_nav_item div a:hover,
.yh_home_nav_item div a:focus {
    color: #333333;
    text-decoration: none;
    background-color: #ffffff;
}

.yh_home_nav_icon {
    width: 13px;
    height: 13px;
    background-image: url('../../image/home/yh_home_nav_icon.png');
    background-size: 13px 13px;
    margin-left: 5px;
    transition: 0.25s;
}
.yh_home_nav_levelSecend {
    display: none;
    width: 140px;
    top: 80px;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    /* padding: 10px 0; */
    box-shadow: 0px 2px 6px rgba(0, 21, 52, 0.08);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.yh_home_nav_levelSecend_item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.yh_home_nav_levelSecend_item:hover,
.yh_home_nav_levelSecend_item:focus {
    background-color: rgb(245,247,251);
}

.yh_home_nav_levelSecend .yh_home_nav_levelSecend_item a {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
.yh_home_nav_levelSecend .yh_home_nav_levelSecend_item a:hover,
.yh_home_nav_levelSecend .yh_home_nav_levelSecend_item a:focus {
    color: rgb(0, 153, 233);
    text-decoration: none;
    background-color: rgb(245,247,251);
}


.banner_item_box {
    width: 100%;
    position: relative;
}
.banner_item_box .banner_item_words {
    position: absolute;
    right: 118px;
    top: 85px;
}
.banner_item_box .banner_item_p {
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 38px;
    text-align: right;
    font-weight: 600;
}

.banner_item_box .banner_item_words button{
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #006fff;
    float: right;
    margin-top: 60px;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 2px;
}
.banner_item_box .banner_item_words button:hover {
    background-color: #f1f1f1;
}
#banner_item_bule {
    background-color: #006fff;
    color:#fff;
}

.banner_item_box #banner_item_bule:hover {
    background-color: #005fef;
}


#top_right_register {
    padding-left: 5px;
    padding-right: 0px;
    display: inline-block;
    /* color: #f6921d; */
    transition: .25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;
    border: 1px solid #444444;
    padding: 1px 9px;
    border-radius: 16px;
    line-height: 28px;
    text-align: center;
}
#top_right_register:hover,
#top_right_register:focus{
    /* color: #fff; */
    text-decoration: none;
    /* background-color: #3388FF; */
    background-color: #ffffff;
    font-weight: 600;
    color: rgb(0, 153, 233);
    border: 1px solid rgb(0, 153, 233);
}

/* 客服咨询弹窗样式 */

.kefu_qrcode_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    background: #fff;
    padding: 26px 16px 10px;
    border-radius: 10px;
}

.kefu_qrcode_img {
    display: block;
}

.kefu_qrcode_title {
    margin: 10px 10px 0;
    height: 20px;
}

.kefu_qrcode_close{
    position: absolute;
    width: 25px;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
.yihui__fixed {
    z-index: 999;
}