














/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-head {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999;
	padding: 0.3rem 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.06);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.06);
	box-shadow:0 3px 6px rgba(0,0,0,.06);
}
.mb-logo {
	display: inline-block;
	margin: 0 auto;
}
.mb-logo img{
	height: 1rem;
}
.mb-nav-ico {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	margin-top: -0.25rem;
    width: 0.666666rem;
    height: 0.5rem;
}

.mb-nav-ico .line {
	position: absolute;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #999;
	transition: all 0.3s ease-in-out;
}

.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}

.mb-nav-ico.active .line:nth-child(2){
  opacity: 0;
}

.mb-nav-ico.active .line:nth-child(1){
  top: 50%; margin-top: -1px;
  transform: rotate(-45deg);
}

.mb-nav-ico.active .line:nth-child(3){
  top: 50%; margin-top: -1px;
  transform: rotate(45deg);
}


/* ========== */
/* = MENU = */
/* ========== */
.mb-menu { 
	position: fixed;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px 1.066666rem;
	background: #101011;
	overflow-y: scroll;
}
.mb-menu li a {
	position: relative;
	display: block;
	height: 1.266666rem;
	line-height: 1.253333rem;
	color: #fff;
	font-size: 0.43rem;
	border-bottom: 1px solid #303030;
}

.mb-menu li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	margin-top: -.16rem;
	width: 0.2rem;
	height: 0.32rem;
	background: url(http://www.henglong.vip/template/111/mu/images/mb_arrow.png) no-repeat;
	background-size: cover;
}
.mb-menu li div a{
	background: none;
	padding-left: 20px;
}
.mb-menu li div a::after{
	display: none;
}

.mb-menu-search {
	position: relative;
	padding-left: 0.8rem;
	height: 1.266666rem;
	border-bottom: 1px solid #303030;
}

.mb-menu-search .ipbtn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.186666rem;
	display: block;
	width: 0.36rem;
	height: 0.373333rem;
	line-height: 0;
	font-size: 0;
	border: 0;
	background: url(http://www.henglong.vip/template/111/mu/images/mb_search.png) no-repeat center;
	background-size: cover;
}

.mb-menu-search .iptxt {
	padding: 0.466666rem 0;
	height: 1.253333rem;
	line-height: 0.32rem;
	border: 0;
	color: #fff;
	font-size: 0.32rem;
	background: none;
}

.mb-menu-search .iptxt::-webkit-input-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt:-moz-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt::-moz-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt:-ms-input-placeholder { 
	color: #fff; 
} 













/* ========== */
/* = PC FOOTER = */
/* ========== */
.footer {
	border-top: 5px solid #2b9eff;
	background: #222;
}

.foot-head {
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
}

.foot-head-l {
	margin-right: 30%;
}

.foot-head-l>p {
	margin-bottom: 5px;
	opacity: .2;
}

.foot-head-l .tel {
	margin-right: 15px;
	font-weight: bold;
	font-size: 24px;
	color: #2b9eff;
}

.foot-head-l a {
	padding: 0 15px;
	opacity: .2;
	color: #fff;
}

.foot-head-r {
	float: right;
	padding-top: 15px;
}

.foot-head-r .get {
	position: relative;
	float: right;
	padding:0 45px 0 15px;
	text-align: right;
	cursor: pointer;
}

.foot-head-r .get::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(http://www.henglong.vip/template/111/mu/images/more_ico.png) no-repeat;
}

.foot-head-r .get span { opacity: .4;}

.foot-head-r .bdsharebuttonbox  {
	float: right;
	padding-top: 20px;
}

.foot-head-r .bdsharebuttonbox .bds_tsina {
	display: inline-block;
	width: 22px;
	height: 18px;
	margin: 0 10px;
}

.foot-head-r .bdsharebuttonbox .bds_tsina {
	background: url(http://www.henglong.vip/template/111/mu/images/foot_wb_ico.png) no-repeat center;
}

.wx-out {
	margin: 0 10px;
}

.wx-out:hover .wx-slide { display: block;}

.wx-out {
	position: relative;
	float: right;
	cursor: pointer;
}

.wx-out .wx-ico {
	display: block;
	width: 22px;
	height: 18px;
	background: url(http://www.henglong.vip/template/111/mu/images/foot_wx_ico.png) no-repeat center;
}

.wx-out .wx-slide {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 9999;
	padding-bottom: 35px;
	margin-left: -67px;
	width: 134px;
}

.wx-out .wx-slide-in {
	display: inline-block;
	width: 134px;
	height: 134px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 20px rgba(48,103,160,.2);
	-moz-box-shadow: 1px 1px 20px rgba(48,103,160,.2);
	box-shadow: 1px 1px 20px rgba(48,103,160,.2);
}

.wx-out .wx-slide-in::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 20px;
	width: 0;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}



.foot-frlink {
	padding: 10px 0;
	line-height: 25px;
	border-top: 1px solid rgba(255,255,255,.05);
}

.foot-frlink-in {
	overflow: hidden;
	color: #fff;
}

.foot-frlink-in>label {
	display: inline-block;
	float: left;
	width: 75px;
	opacity: .2;
}

.foot-frlink-in>div {
	margin-left: 75px;
}

.foot-frlink-in a {
	margin-right: 15px;
	color: #fff;
	opacity: .2;
}

.foot-frlink-in a:hover { opacity: 1;}

.foot-bottom {
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: right;
	background: #171717;
}

.foot-bottom-in { overflow: hidden;}

.foot-bottom-in .copyright {
	float: left;
	opacity: .2;
}


.foot-bottom-in a {
	margin-left: 30px;
	color: #fff;
	opacity: .2;
}
.foot-bottom-in .copyright .f-bei{
	color: #fff;
	opacity: 1.0;
}

.foot-bottom-in a:hover { opacity: 1;}

/* ========== */
/* = MOBILE FOOTER = */
/* ========== */
.mb-foot {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #272727;
}

.mb-foot ul { overflow: hidden;}

.mb-foot li {
	float: left;
	width: 25%;
}

.mb-foot li a {
	display: block;
	padding: 7px 0;
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	border-left: 1px solid #525252;
}

.mb-foot li:first-child a { border-left: 0;}

.mb-foot li a img { 
	margin-bottom: 5px;
	height: 0.573333rem;
}






/* ========== */
/* = CONSULT = */
/* ========== */
.suspend { 
	position: fixed; 
	right: 20px; 
	top: 30%; 
	text-align: center; 
	z-index: 99;
}
.suspend li{ 
	margin-top: -1px;
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	box-shadow: 1px 1px 9px rgba(0,0,0,.07);
}

.suspend li>a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
}

.suspend-wx { background: url(http://www.henglong.vip/template/111/mu/images/xf_01.png) no-repeat #fff;}
.suspend-qq { background: url(http://www.henglong.vip/template/111/mu/images/xf_02.png) no-repeat #fff;}
.suspend-phone { background: url(http://www.henglong.vip/template/111/mu/images/xf_03.png) no-repeat #fff;}
/*.backtop { background: url(../images/xf_04.png) no-repeat #fff;}*/

.suspend-wx:hover { background: url(http://www.henglong.vip/template/111/mu/images/xf_01_h.png) no-repeat #2b9eff;}
.suspend-qq:hover { background: url(http://www.henglong.vip/template/111/mu/images/xf_02_h.png) no-repeat #2b9eff;}
.suspend-phone:hover { background: url(http://www.henglong.vip/template/111/mu/images/xf_03_h.png) no-repeat #2b9eff;}
/*.backtop:hover { background: url(../images/xf_04_h.png) no-repeat #2b9eff;}*/


.suspend-tel { position: relative;}
/*.suspend-tel span {
	display: inline-block;
	width: 49px;
	height: 49px;
}*/

.suspend-tel-in {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    width: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #2b9eff;
    overflow: hidden;
    opacity: 0;
    transition: all ease .4s;
}

.suspend-tel-in .suspend-phone {
	float: left;
	background: url(http://www.henglong.vip/template/111/mu/images/xf_03_h.png) no-repeat #2b9eff;
	border-right: 1px solid #e5e5e5;
}


.suspend-tel:hover .suspend-tel-in {
	width: 226px;
	opacity: 1;
}


@media (max-width:640px) {
.suspend { display: none;}
}








.wave {
	width: 58px;
	height: 12px;
	margin: 0 auto;
}

/* ========== */
/* = COLOR = */
/* ========== */
.color-default { color: #268cf0;}

/* ========== */
/* = BUTTONS = */
/* ========== */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 178px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #268cf0;
	-webkit-box-shadow: -6px 5px 15px rgba(41,89,137,.2);
	-moz-box-shadow: -6px 5px 15px rgba(41,89,137,.2);
	box-shadow: -6px 5px 15px rgba(41,89,137,.2);
}

.button span {
	display: block;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.button .hover {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0,100%);
    opacity: 0;
}

.button .hover-i {
    position: relative;
    display: inline-block;
    font-style: normal;
   -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0,10px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.button:hover .default { opacity: 0;}

.button:hover .hover {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.button:hover .hover-i {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}


.button {
	color: #fff;
	background: #2b9eff;
}
.button .hover {
	background: #fff;
    color: #2b9eff;
}


.more-button {
	position: relative;
	display: inline-block;
	width: 294px;
	height: 59px;
	line-height: 57px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
	-moz-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
	border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	box-shadow: 1px 1px 9px rgba(0,0,0,.07);
	 -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.more-button span {
	display: block;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.more-button .hover {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
   -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0,100%);
    opacity: 0;
}

.more-button .hover-i {
    position: relative;
    display: inline-block;
    font-style: normal;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0,10px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}



.more-button:hover .hover {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.more-button:hover .hover-i {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.more-button-1 {
	color: #2b9eff;
	background: #fff;
}

.more-button-2 {
	color: #2b9eff;
	border: 1px solid rgba(255,255,255,.4);
}


.more-button-1 .hover {
	background: #2b9eff;
    color: #fff;
}

.more-button-2 .hover {
	color: #2b9eff;
	background: #fff;
}

.more-button-2:hover .default { background: #fff; transition-delay: .2s;}








/*.more-button span {
	position: relative;
	z-index: 2;
}*/

/*.more-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.more-button:after {
    content: '';
     position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
     -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.more-button:hover:before {
  border-width: 180px 0 0 180px;
}
.more-button:hover:after {
  border-width: 0 180px 180px 0;
}

.more-button-1 {
	color: #2b9eff;
	background: #fff;
}

.more-button-1:before {
	 border-color: transparent transparent transparent #2b9eff;
}

.more-button-1:after {
	border-color: transparent #2b9eff transparent transparent;
}

.more-button-1:hover { color: #fff;}
*/

/*.more-button-2 {
	color: #2b9eff;
	border: 1px solid rgba(255,255,255,.4);
}

.more-button-2:before {
	 border-color: transparent transparent transparent #fff;
}

.more-button-2:after {
	border-color: transparent #fff transparent transparent;
}

.more-button-2:hover { color: #2b9eff;}*/

/* ========== */
/* = POPUP = */
/* ========== */
.popup-wrap { display: none;}

.popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.get-modal {
	width: 600px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.get-modal-head {
	position: relative;
	padding: 60px 15px 15px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #268cf0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.get-modal-head img {
	position: absolute;
	left: 50%;
	top: -52px;
	z-index: 10;
	margin-left: -52px;
}

.get-modal-body {
	padding:32px 8% 36px;
	color: #fff;
}

.get-form-list>li {
	float: left;
	padding: 11px;
	width: 50%;
}


.get-form-item .iptxt {
	display: block;
	padding: 7px 30px 7px 10px;
	height: 34px;
	line-height: 18px;
	width: 100%;
	font-size: 14px;
	background: none;
	color: #000;
	font-family: "微软雅黑";
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

.get-form-item .iptxt.building {
	background: url(http://www.henglong.vip/template/111/mu/images/building_ico.png) no-repeat right 10px center;
}

.get-form-item .iptxt.name {
	background: url(http://www.henglong.vip/template/111/mu/images/name_ico.png) no-repeat right 10px center;
}

.get-form-item .iptxt.phone {
	background: url(http://www.henglong.vip/template/111/mu/images/phone_ico.png) no-repeat right 10px center;
}

.get-form-item .iptxt::-webkit-input-placeholder { 
	color: #000; 
	opacity: .5;
} 
.get-form-item .iptxt:-moz-placeholder { 
	color: #000; 
	opacity: .5;
} 
.get-form-item .iptxt::-moz-placeholder { 
	color: #000; 
	opacity: .5;
} 
.get-form-item .iptxt:-ms-input-placeholder { 
	color: #000; 
	opacity: .5;
} 

.get-form-item .ipbtn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 0;
	color: #fff;
	font-family: "微软雅黑";
	-webkit-border-radius: 19px/18px;
	-moz-border-radius: 19px/18px;
	border-radius: 19px/18px;
	-webkit-box-shadow: 4px 7px 15px rgba(41,89,137,.2);
	-moz-box-shadow: 4px 7px 15px rgba(41,89,137,.2);
	box-shadow: 4px 7px 15px rgba(41,89,137,.2);
}

.get-form-item select { width: 100%;}

.get-form-item .submitBtn-1 { background: #268cf0;}
.get-form-item .submitBtn-2 { background: #c4c5c6;}


.ui-multiselect.mySelect.ui-multiselect-menu { padding: 0;}

.ui-multiselect.mySelect .ui-multiselect-checkboxes li { padding: 5px;}

.ui-multiselect.mySelect {
	position: relative;
	border: 1px solid #d2d2d2;
	padding: 0 25px 0 10px;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	color: #222;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.ui-multiselect.mySelect .ui-icon {
	position: absolute;
	top: 3px;
	right: 10px;
	height: 100%;
	background: url(http://www.henglong.vip/template/111/mu/images/select_bg.png) no-repeat left center; 
}

.ui-multiselect.mySelect.ui-state-active .ui-icon, 
.ui-multiselect.mySelect .ui-button:active .ui-icon { background: url(http://www.henglong.vip/template/111/mu/images/select_bg.png) no-repeat left center;}

.ui-icon-triangle-1-s { background-position: 0 0;}

.ui-multiselect.mySelect span:nth-child(2) { 
	display: block;
	color: #000; 
	opacity: .5;
}

.ui-multiselect.mySelect .ui-multiselect-checkboxes label { padding-left: 5px;}

.ui-multiselect-checkboxes label input {
	-webkit-appearance:checkbox;
}




@media (max-width:640px){
	.get-modal { width: 90%;}
	.get-modal-head { padding: 0.8rem 15px 15px;}
	.get-modal-body { padding: 20px 10px;}
	
	.get-modal-head img {
		margin-left: -0.693333rem;
		top: -0.693333rem;
		width: 1.386666rem;
		height: 1.386666rem;
	}
	
	.get-form-list>li { width: 100%;}
}




.zx-pop{ display: none; position: fixed; z-index: 9999; top:50%; left:50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); width: 90%; max-width: 576px;}
.zx-pop .close{ position: absolute; top:0; right:0; width: 36px; height: 36px; cursor: pointer;}
.zx-pop img{ width: 100%;} 

