/*
* Copyright , 四川爱路婚姻服务有限公司版权所有 www.ailu520.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任
*/
@font-face {
    font-family: "HONORSansCN";
    /* src: url('../images/honorsanscn-light.ttf') format('truetype'); */ 
    /* 上面用于标题 */
    /* src: url('../images/honorsanscn-light.ttf') format('truetype');  可用于正文 */
    /*src: url('../images/honorsanscn-light.ttf') format('truetype'); */
}

body,input,button,select,textarea {
	 font-family:  "HONORSansCN"; 
    font-size: 14px;
}
*{margin:0;padding:0;list-style-type:none;}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family: "HONORSansCN"!important;
    box-sizing: border-box;
    font-style: normal;
    /* outline: none; */
    /* -webkit-tap-highlight-color: transparent; */
    /* -webkit-box-sizing: border-box; */
    /* -moz-box-sizing: border-box; */
    
}


/* ::-webkit-scrollbar { 
    width: 6px;   
    background: #fff;
} 

::-webkit-scrollbar-track { 
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 2px; 
} 

::-webkit-scrollbar-thumb { 
    border-radius: 2px; 
    height: 20px;   
    background-color: #ff005a; 
} */

input::-webkit-input-placeholder{color:#ccc}
input:-ms-input-placeholder{color:#ccc}
input::-moz-placeholder{color:#ccc}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
  }


body {
	font-size: 14px;
	background: #fff;
}

img {
    vertical-align: middle;
    width: 100%;
}


.w1920 {
    width: 100%;
    /* overflow: hidden; */
}
.top_bg {
    height: 40px;
background: linear-gradient(to bottom, #c4eeff, #c9efff);
}
.top {
    width: 1280px;
    margin: 0 auto;
    height: 40px;
    position: inherit;
    z-index: 100;
    left: 0;
    top: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}

.haeder {
    width: 1280px;
    margin: 0 auto;
    height: 120px;
}

.zs_nav {
    width: 1280px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}




div#site_menu {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 60px;
    font-size: 14px;
}

.site_menu {
    display: none;
}

.index_js {
    float: left;

}

.content {
    float: left;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    color: #717171;
}

.member {
    float: right;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    color: #717171;
}
i.icono-pin {
    display: inline-block;
    transform: rotate(135deg) scale(0.6);
    color: #fd4888;
    margin-top: 7px;
    float: left;
}
.index_js span {
    line-height: 40px;
    color: #717171;
}

.site span {
    color: #717171;
    float: left;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
}

.city2018 {
    position: relative;
    cursor: pointer;
    height: 40px;
    float: left;
    display: inline-block;
    line-height: 40px;
}
a.cur2018 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 6px 0 8px;
    color: #767676;
}
i.fgx {
    height: 12px;
    display: inline-block;
    border: 1px solid #cdcdcd;
}
.city2018 a.cur2018 i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: 0 0;
    margin-top: 18px;
    margin-left: 8px;
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}



.city2018:hover {
	/* background-color: #fff; */
	/* box-shadow: 0 0 4px #dbdbdb */
}

.city2018:hover .city-list {
	display: block;
}

.city2018:hover a i {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-right-color: #3C68ED;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: 0 0;
    margin-top: 18px;
	float: right;
	margin-left: 8px;
	-ms-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
	-webkit-transform-origin: 75% 25%;
	-moz-transform-origin: 75% 25%;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-webkit-transition: -webkit-transform .2s;
	-o-transition: -o-transform .2s
}

.city2018 .city-list {
    background: #fff;
    padding-bottom: 3px;
    position: absolute;
    padding-left: 11px;
    display: none;
    top: 32px;
    width: 350px;
    z-index: 669;
    box-shadow: 0 2px 4px #dbdbdb;
    left: 0;
}

.city2018 .city-list dl::after {
	content: '';
	display: block;
	clear: both
}

.city2018 .city-list dl dt {
    color: #3C68ED;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 8px;
    font-size: 14px;
}

 .city2018 .city-list dl dd {
	float: left
}

.city2018 .city-list dl dd a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.city2018 .city-list dl dd a:hover {
	color: #3C68ED
}

.city2018 .city-list .more_city {
    position: absolute;
    right: 28px;
    bottom: 3px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.city2018 .city-list .more_city:hover {
	color: #3C68ED
}

.top .right {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.top .right .map_content dl {
	display: inline-block
}

.weixin_kf {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    width: 130px;
    text-align: center;
}

.weixin_kf img {
    width: 120px;
    margin-top: 10px;
}

.weixin_kf p {
    margin-bottom: 10px;
}
span.weixin_a:hover{
    color: #ff005a;
}
span.weixin_b:hover{
    color: #ff005a;
}
span.weixin_c:hover{
    color: #ff005a;
}

span.weixin_a:hover~.weixin_kf {
    display: block;
}

span.weixin_b:hover~.weixin_qun {
    display: block;
}

span.weixin_c:hover~.weixin_qg {
    display: block;
}
.weixin_qun {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    width: 130px;
    text-align: center;
}
.weixin_qun img {
    width: 120px;
    margin-top: 10px;
}

.weixin_qun p {
    margin-bottom: 10px;
}

.weixin_qg {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    width: 130px;
    text-align: center;
}
.weixin_qg img {
    width: 120px;
    margin-top: 10px;
}

.weixin_qg p {
    margin-bottom: 10px;
}

.weixin {
    float: left;
}

.phone {
    float: left;
}
img.iphone {
    width: auto;
    height: 16px;
    margin-left: 40px;
}
i.icono-headphone {
    display: inline-block;
    transform: rotate(0deg) scale(0.58);
    color: #fd4888;
}
.phone a {
    font-size: 14px;
}
.member li {
    float: left;
    margin-left: 20px;
}
.member i {
    float: left;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
    margin-left: 15px;
}
.member a:hover{
    color: #fd4888;
}

.member img {
    height: 20px;
    width: auto;
}
.user_list {
    background: #fff;
    padding-bottom: 3px;
    position: absolute;
    display: none;
    top: 32px;
    right: 0px;
    width: 110px;
    z-index: 666;
    box-shadow: 0 2px 4px #dbdbdb;
}

.user_menu i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: 0 0;
    margin-top: 18px;
    margin-left: 8px;
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}

.user_menu:hover .user_list {
	display: block;
}


.user_menu:hover i {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-right-color: #3C68ED;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    background: 0 0;
    margin-top: 12px;
    margin-left: 8px;
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}


.user_menu {
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    height: 40px;
}

.user_list li {
    float: left;
    text-align: center;
    width: 110px;
    margin-left: 0px;
}
.user_list li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.user_list li a:hover {
    color: #fff;
    background-color: #fd4888;
}
.logo {
    float: left;
    line-height: 120px;
}

.index_ad_head {
    float: left;
    line-height: 120px;
}

.index_wx_head {
    float: right;
    line-height: 120px;
}
.index_ad_head img {
    max-height: 120px;
    /* border-radius: 5px; */
}
.index_wx_head li {
    float: left;
    width: 120px;
    text-align: center;
}

.index_wx_head img {
    max-height: 100px;
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 10px;
}

.index_wx_head span {
    line-height: 20px;
    height: 20px;
    float: left;
    text-align: center;
    width: 100%;
}


/* Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦ÂÂ¡ */
.navbg {
    background: #fd4888;
    /* height: 60px; */
}

.nav {
    position: relative;
    width: 900px;	
    float: left;	
}
.soso {
    float: right;
    background: hsla(0,0%,100%,.12);
    background: hsla(0, 0%, 0%, 0.2);
    position: relative;
    transition: all .3s linear;
    width: 200px;
    height: 38px;
}
.nav:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.main_menu {
    position: relative;
    float: left;
    width: 100%;
    /* border-radius: 3px; */
    /* box-shadow: inset 0 1px 1px rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.15);
    background: #fd4888; */
}

.main_menu, .main_menu ul {
    list-style: none;
}

.main_menu > li {
    float: left;
    position: relative;
    /* border-right: 1px solid rgba(0,0,0,.1); */
    box-shadow: 1px 0 0 rgba(255,255,255,.25);
    perspective: 1000px;
    
}

.main_menu > li:first-child {
    /* border-left: 1px solid rgba(255,255,255,.25); */
    /*box-shadow: -1px 0 0 rgba(0,0,0,.1), 1px 0 0 rgba(255,255,255,.25);*/
}

.main_menu a {
    display: block;
    position: relative;
    z-index: 10;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    transition: all .25s ease-in-out;
    padding: 24px 25px 20px 20px;
}

.main_menu > li:hover > a {
    /*background: #ff005a;*/
    color: #fff;
    text-shadow: none;
}

ul.main_menu li {
    z-index: 6;
        width: 105px;
}


.main_menu li ul  {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 288px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e91e63;
    overflow: hidden;
    transform-origin: 50% 0%;
    text-align: center;
    /* bottom: 0px; */
    top: 100px;
}
.main_menu li ul li {
      height: 40px;
    line-height: 40px;
}
.main_menu li ul li a{
      height: 40px;
    line-height: 40px;
}
.main_menu li:hover ul {
    
    /* padding: 15px 0; */
    /*background: #ff005a;*/
    opacity: 1;
    visibility: visible;
    box-shadow: 1px 1px 7px rgba(0,0,0,.5);
    animation-name: swingdown;
    animation-duration: 1s;
    animation-timing-function: ease;
    z-index: 999;

}

@keyframes swingdown {
    0% {
        opacity: .99999;
        transform: rotateX(90deg);
    }

    30% {			
        transform: rotateX(-20deg) rotateY(5deg);
        animation-timing-function: ease-in-out;
    }

    65% {
        transform: rotateX(20deg) rotateY(-3deg);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: rotateX(0);
        animation-timing-function: ease-in-out;
    }
}

.main_menu li li a {
padding-left: 15px;
    font-weight: 400;
   color: #ffffff;
    /* background: #ff005a; */
    text-shadow: none;
    border-top: dotted 1px transparent;
    border-bottom: dotted 1px transparent;
    transition: all .15s linear;
    /* border-bottom: 1px solid #fd4888; */
}

.main_menu li li a:hover {
    color: #fff;
    border-top: dotted 1px rgba(255,255,255,.15);
    border-bottom: dotted 1px rgba(255,255,255,.15);
    background: #fd4888;
}

input.inp_srh {
    height: 38px;
    float: left;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 30px;
    width: 100%;
    outline: 0;
    background: 0 0;
    border: none;
    color: #000;
    line-height: 58px;
}

input.search {
    color: #fd4888;
    z-index: 1;
    background: url('../images/icono-search.png');
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .8;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    cursor: pointer;
    display: block;
    position: absolute;
}

input.search:hover {
    color: #fd4888;
    z-index: 111;
    background: url('../images/icono-search_a.png');
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .8;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    cursor: pointer;
    display: block;
    position: absolute;
}

.soso:hover {
    margin-top: 0px;
    height: 38px;
    width: 240px;
    background: #ff005a;
    outline: 1px solid #ff005a;
}



/* åº•éƒ¨ */
.foot_a {
    margin: 0 auto;
    width: 1280px;
    padding: 30px 0px;
}

.footer {
    background: #480019;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    color: #fff;
}

.f_nav {
    margin-bottom: 15px;
}

.f_nav a {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
}

.f_nav i {
    border-left: 1px solid #d3d3d3;
    height: 10px;
    display: inline-block;
}

.f_info {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}

.df {
    width: 460px;
    float: left;
    line-height: 30px;
}
.df b {
    display: inline-block;
    margin: 0 15px;
    /*color: #000;*/
    font-weight: bold;
}

.df a {
    display: inline-block;
    margin: 0 15px;
    /*color: #333;*/
}

.lx_txt {
    float: left;
    width: 500px;
    height: 100px;
}

.lx_txt p {
    line-height: 26px;
    font-size: 14px;
}

.ft_ewm {
    float: right;
    text-align: center;
}
/* .ft_ewm img {
    width: 80px;
} */

.ft_ewm li {
    float: left;
    width: 80px;
    margin-right: 5px;
}
.f_other {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.f_banquan span {
    display: inline-block;
    margin: 0 15px;
    /*color: #333;*/
}

.f_tb img {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
}

.f_tb {
    margin-top: 20px;
}

/*** 加载更多的 */
.morebox {
    width: 1280px;
    margin: 1.5rem auto;
    display: flex;
    justify-content: center;
}

.morebox span {
    color: #666;
}

.morebox .more {
    display: block;
    background: #fd4888;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.morebox .more:hover {
    background: #ff005a;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 90, 0.67);
}

.morebox .loaded,
.morebox .load{
    display: none;
}

.morebox.loadold .more,
.morebox.loading .more{
    display: none;
}

.morebox.loadold .loaded,
.morebox.loading .load{
    display: block;
}

/* é¡µç æ ·å¼ */
.page {
    width: 1400px;
    width: 100%;
    margin: auto;
	overflow: hidden;
}
.pagnation {
    text-align: center;
    margin-top: 32px;
}

.pagnation a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: url(../images/page.png) no-repeat 0 -29px;
    margin-left: 4px;
    font-size: 16px;
    vertical-align: top;
	border: 1px solid #fff;
    border-radius: 25px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pagnation a:hover {
    background-position: 0 -64px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d4376c;
    border-radius: 25px;
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.pagnation .page-prev,
.pagnation .page-next {
    line-height: 555px;
}

.pagnation .page-prev {
    background-position: -35px -29px;
	    border: 1px solid #ececec;
    border-radius: 25px;
}

.pagnation .page-prev:hover {
    background-position: -35px -64px;
    border: 1px solid #d4376c;
    border-radius: 25px;
}

.pagnation .page-next {
    background-position: -70px -29px;
}

.pagnation .page-next:hover {
    background-position: -70px -64px;
    border: 1px solid #d4376c;
    border-radius: 25px;
}

.pagnation .current {
    background-position: 0px -64px;
    color: #fff;
    border: 1px solid #d4376c;
    border-radius: 25px;
}

.pagnation-tips {
    margin-top: 10px;
    color: #999;
    text-align: center
}