
/*右侧浮层icon*/
.index-right-link{
	position: fixed;
	right: 20px;    
	bottom: 2%;
	width: 50px;
	z-index: 800;
	/**position: fixed;*/
	_position:absolute;
	_right:expression(eval(document.documentElement.scrollLeft+20));
	_top:expression(eval(document.documentElement.scrollTop+80));
}

.index-icon-list{
	width: 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px #ededed;
	*border:1px solid #ededed;
	overflow: hidden;
}
.index-right-tringle{
	position: absolute;
	left: -3px;
	top:22px;
	width: 3px;
	height: 6px;
	display: none;
}
.index-right-community{
	position: absolute;
	left: -3px;
	top:124px;
	width: 3px;
	height: 6px;
	display: none;
}
.wechat-code-wrapper{
	width: 78px;
	position: absolute;
	left: -121px;
	top:1px;
	display: none;
}
.wechat-code{
	padding:5px;
	box-shadow: 0 0 15px #ededed;
	background: #fff;
	width: 100px;
}
.wechat-code img{
	width: 100px;
	height: 100px;
}
.wechat-code-wrapper p{
    width: 100%;
    height:19px;
    line-height:19px;
    font-size: 12px;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
	overflow: hidden;
}
.community-code-wrapper{
	width: 78px;
	position: absolute;
	left: -121px;
	top:90px;
	display: none;
}
.community-code{
	padding:5px;
	box-shadow: 0 0 15px #ededed;
	background: #fff;
	width: 100px;
}
.community-code img{
	width: 100px;
	height: 100px;
}
.index-icon-list li{
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.index-icon-list li div{
	width: 40px;
    height: 36px;
    padding-top: 13px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.index-icon-list li img{
	width: 24px;
	height: 24px;
	display: block;
	margin:0 auto;
}
.index-icon-list li p{	
	width: 100%;
	padding:5px 0;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #d50000;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.scroll-top{
	width: 100%;
}


/* 挂件样式 */
.fixed-quick-menu{
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 140px;
    width: 60px;
}
.fixed-quick-tab{
    padding-top: 5px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(215,224,230,0.3);
}
.fixed-quick-tab li{
    width: 60px;
    height: 50px;
    padding-bottom: 5px;
    cursor: pointer;
}
.fixed-quick-tab li img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.fixed-quick-tab li .fixed-quick-default{
    display: block;
}
.fixed-quick-tab li .fixed-quick-active{
    display: none;
}
.fixed-quick-tab li:hover .fixed-quick-default{
    display: none;
}
.fixed-quick-tab li:hover .fixed-quick-active{
    display: block;
}
.fixed-scroll-top{
    width: 60px;
    margin-top: 8px;
    padding: 10px 0;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(215,224,230,0.3);
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
}
.fixed-scroll-top img{
    display: block;
    width: 16px;
    height: 10px;
    margin: 0 auto;
}

.fixed-quick-content{
    position: absolute;
    bottom: 120px;
    right: 80px;
}
.fixed-quick-content li{
    display: none;
    width: 176px;
    border-radius: 2px;
    background-color: #676E8B;
    box-shadow: 2px 6px 20px 0px rgba(171,177,181,0.3);
}
.fixed-quick-header{
    padding: 18px 16px 16px 16px;
}
.fixed-quick-header h3{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.fixed-quick-header p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.fixed-quick-content li img{
    display: block;
    width: 284px;
    height: 284px;
    margin: 0 auto;
}
.fixed-quick-content li .fixed-quick-text{
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}



/*新挂件*/
.pendant-right {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.pendant-content {
    width: 70px;
    height: 210px;
    background: #D50000;
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
}

.pendant-item {
    width: 60px;
    height: 57px;
    margin: 13px auto 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
}

.pendant-item img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.pendant-item div {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
}

.pendant-phone {
    width: 100px;
    height: 100px;
    margin-top: 4px;
}

.blue-pendant {
    background: #2E7EE9;
}

.pendant-modal {
    display: none;
    position: fixed;
    right: 124px;
    top: -webkit-calc(50% + 60px);
    top: -moz-calc(50% + 60px);
    top: calc(50% + 60px);
    width: 419px;
    height: 208px;
    background: #F8FBFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8FBFF), to(#F0F4FB));
    background: -webkit-linear-gradient(top, #F8FBFF 0%, #F0F4FB 100%);
    background: -moz-linear-gradient(top, #F8FBFF 0%, #F0F4FB 100%);
    background: -o-linear-gradient(top, #F8FBFF 0%, #F0F4FB 100%);
    background: linear-gradient(180deg, #F8FBFF 0%, #F0F4FB 100%);
    z-index: 99;
}

.pendant-modal-wechat {
    display: none;
    position: fixed;
    top: -webkit-calc(50% - 138px);
    top: -moz-calc(50% - 138px);
    top: calc(50% - 138px);
    right: 124px;
    width: 136px;
    height: 174px;
    background: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.06);
    z-index: 99;
}

.pendant-modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 26px;
    padding-left: 24px;
}

.pendant-modal-title span {
    font-weight: bold;
    color: #FF5A11;
}

.pendant-modal-text {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 12px;
    margin-left: 24px;
}

.pendant-modal-code {
    width: 102px;
    height: 102px;
    margin-top: 12px;
    margin-left: 24px;
}


.pendant-modal-codes {
    display: block;
    width: 120px;
    height: 120px;
    margin-top: 8px;
    margin-left: 8px;
}

.pendant-modal-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 324px;
    height: 223px;
}

.pendant-modal-tag {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
    text-align: center;
    margin-top: -5px;
}

.pendant-modal-call {
    position: fixed;
    top: -webkit-calc(50% + 36px);
    top: -moz-calc(50% + 36px);
    top: calc(50% + 36px);
    right: 124px;
    width: 151px;
    height: 73px;
    background: #FFFFFF;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    z-index: 99;
}

.pendant-call-title {
    padding-top: 14px;
    margin-left: 16px;
    overflow: hidden;
}

.pendant-call-title img{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.pendant-call-title div {
    float: left;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 18px;
}

.pendant-call-num {
    font-weight: bold;
    font-size: 18px;
    color: #D50000;
    line-height: 20px;
    margin-top: 4px;
    margin-left: 18px;
}

.pendant-modal-call-blue .pendant-call-num {
    color: #2E7EE9;
}


/* 下载产业扶持弹窗 */
.new-form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.policy-modal {
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 376px;
    height: 368px;
    background: #FFFFFF;
    border-radius: 8px;
    transform: translate(-50%,-50%);
    margin-left: 0;
    z-index: 120;
}

.form-close-img {
    position: absolute;
    top: -24px;
    right: -32px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal-top {
    width: 376px;
    height: 100px;
    background: url('/Modules/images/modal/modal_top_bg@2x.png') center no-repeat;
    background-size: cover;
    margin-bottom: 4px;
}

.modal-top-title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    letter-spacing: 2px;
    padding-top: 24px;
    padding-left: 20px;
}

.modal-top-tag {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-shadow: 2px 2px 4px rgba(255,255,255);
    margin-top: 12px;
    margin-left: 20px;
}

.modal-line {
    width: 376px;
    height: 5px;
    background: #A60000;
    margin-bottom: 24px;
}

.modal-input {
    width: 304px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    text-indent: 20px;
    margin-left: 36px;
    margin-bottom: 12px;
}

.modal-input::-webkit-input-placeholder {
    font-size: 18px;
    color: #A6A6A6;
}

.get-buttons {
    position: relative;
    width: 304px;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    text-indent: 40px;
    background: #D50000;
    border-radius: 4px;
    margin: 12px auto 0;
    cursor: pointer;
}

.get-buttons img {
    position: absolute;
    top: 17px;
    right: 34px;
    width: 22px;
    height: 22px;
}

.blue-form .modal-line {
    background: #114EB8;
}

.blue-form .get-buttons {
    background: #2474FF;
}