﻿/********底部固定样式**********/
.fixContactInfo {
    width: 100%;
    height: 6em;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background: #dd8800;
    padding: 1em 0;
    color: #fff;
}

.describe {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.5em;
    display: inline-block;
}
.contactPhone {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    /*border: 1px solid red;*/
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-left: 1em;
    display: inline-block;
}

.formInput {
  width: 5%;
    margin-left: 1em;
    display: inline-block;
    border-radius: 5px;
}

.formInput:hover {
    border: 1px solid #fff;
    background-color: #ccc;
}

/* right side */
.rightAdvertisingInfo {
    display: none;
}
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul {
    list-style-type:none;
}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

.kefu_wechat {
    position: fixed;
    right: 54px;
    top: 350px;
    display: none;
}
.kefu_wechat img {
    width: 156px;
}

/************leftAdvertisingInfo**************/
.leftAdvertisingInfo {
    width: 13em;
    height: 22em;
    position: fixed;
    top: 214px;
    left: 0px;
    z-index:100;
    background:#000;
    opacity:0.8;
    padding: 0.5em 0.5em 0.5em 1.5em;
    display: none;
}
.leftAdvertisingInfo_close {
    font-size: 1.2em;
    color: #fff;
}
.leftAdvertisingInfo_close i:hover {
    color: red;
    cursor: pointer;
}

.leftAdvertisingInfo_name {
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    font-family: '黑体';
    font-weight: bold;
}
.leftAdvertisingInfo_describe {
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.leftAdvertisingInfo_tel_1 {
    margin-top: 1em;
}
.leftAdvertisingInfo_tel_1 span,.leftAdvertisingInfo_tel_2 span,.leftAdvertisingInfo_phone span{
    color: red;
    font-size: 1em;
    font-weight: bold;
}

.leftAdvertisingInfo_tel_1 div,.leftAdvertisingInfo_tel_2 div,.leftAdvertisingInfo_phone div{
    color: #fff;
    font-size: 1.3em;
    margin-left: 1em;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.leftAdvertisingInfo_addr {
    color: #fff;
    font-size: 0.8em;
    margin-top: 1em;
}

/*******toggle_modal***********/

.toggle_modal_Box {
    width: 500px;
    height: 350px;
    position: fixed;
    top: 25%;
    left: 35%;
    background-color: #fff;
    z-index: 100;
    border-radius: 0.2em;
    box-shadow: 0 0 21px rgba(9,2,4,.75);
    -webkit-box-shadow: 0 0 21px rgba(9,2,4,.75);
    display: none;
    background-image: url('../images/product2.jpg');
    background-size: cover;
}

.model_top {
    width: 100%;
    height: 15%;
    padding: 0.5em;
}
.model_top_logo {
    width: 2.5em;
    border-radius: 3em;

}
.model_top_logo img {
    width: 100%;
}

.model_top_describe {
    margin-left: 0.5em;
    line-height: 2.5em;
    font-size: 18px;
    color: #fff;
    font-family: "黑体";
    width: 80%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.model_top_close {
    font-size: 18px;
    color: #fff;
}
.model_top_close i:hover {
    color: red;
    cursor: pointer;
}
.model_body {
    width: 100%;
    height: 60%;
    /*background-color: #dd8800;*/
    
    background-repeat: no-repeat;
    background-size: cover;
    /*border-bottom: 1px solid #fff;*/
}

.model_body_describe {
    font-size: 22px;
    padding: 1.5em 0 0 1.5em;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;

}

.model_body_describe .nationalHotline_1 {
    font-size: 30px;
    color: red;
    font-family: "Franklin Gothic Medium";
}

.model_end {
    padding: 0.9em;
    overflow: hidden;
	background-color: rgba(0, 0, 0, 0.51);
}

.model_end input {
    width: 85%;
    padding: 0.1vw;
    font-size: 12px;
}

.model_end button {
    width: 10%;
    font-size: 12px;
}

.toggle_modal_Box .animate {
	width: 100%;
	padding: 0.6em 0 0 2em ;
	color: #fff;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.51);
}
.toggle_modal_Box .animate ul {
	list-style:none;
}
.toggle_modal_Box .animate ul li:hover {
	color: #ff9900;
	cursor: pointer;
	text-decoration:underline;
}


@media screen and (max-width: 750px) {
.mobileFixContactInfo .describe{
	font-size: 1.3em;
    font-weight: bold;
    line-height: 2.5em;
    display: inline-block;	
}
}
