/*TODO common.css*/
@import url('fenye.css?a=12');
@import url('drop.css?a=4');
@import url('index_metal.css?a=1234');

.switch{
	width: 810px; padding: 5px 10px; text-align: center; background-color: #fff; border-top: 1px solid #f2f2f2; cursor: pointer;
}
.switch:hover{
	background-color: #fbfbfb;
}


/* 重新定义样式 2025-1-27*/
.unav{
    padding: 10px;
	padding-top: 10px;
	list-style: none;
	display: flex;
	width: 200px;
}

.unav li{
	flex: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border: 0;
}
.unav .curr{
	border-bottom: 2px solid #fff;
}
.unav li:hover{
	border-bottom: 2px solid #fff;
}

.quick_table{
	width: 100%;
}
.quick_table th{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
}
.quick_table td{
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	line-height: 20px;
}

.quick_table .m{
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}
.quick .m:hover{
	color: #ff0000;
	text-decoration: underline;
}

.sheet_desc{
	width: 1200px; 
	margin: 0px auto; 
	margin-top: 10px; 
	background-color:#fff; 
	height:50px;
	line-height:50px; 
	font-size:18px; 
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
    justify-content: space-between;
}
.sheet_desc .tail{
    margin-right: 20px;
    
}
.sheet_desc .tail a{
    font-size: 14px;
    color: #ff0000;
}
.sheet_desc .tail a:hover{
    color: #333;
    text-decoration: underline;
}




.free_fabu{
    margin-top:15px; margin-left:40px; width:220px; height:50px; line-height:50px;font-size:16px;
    border:1px solid #ff0000; border-radius:10px; cursor:pointer;
    text-align: center;
    
}
.free_fabu:hover{
    /*background-color: #f5f5f5;*/
    color: red;
}
.free_fabu a{
    color: #ff0000;
    font-size: 16px;
}
.free_fabu a:hover{
    color: #137ec1;
    text-decoration: underline;
}

.header-item{
    position:absolute; 
    width: 100px;
    background-color:#fff; 
    line-height: 35px;
    border: 1px solid #ccc;
    border-top: 0px;
    z-index: 100;
}
.header-item a{
    display: inline-block;
    margin: 2px;
    padding: 0;
    text-align: left;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.header-item a:hover{
    background-color: #eee;
    color: #137ec1;
    text-decoration: underline;
    font-weight: bold;
}
 
.first-item{
    top: 30px;
    left: -5px;
    display:none;
}
.second-item{
    top: 30px;
    left: 60px;
    display:none;
}


/**/
#top_focus{
	width: 1200px;
	height: 300px;
	margin: 0px auto;
	background-color: #ccc;
}

#header{
	width: 1200px; 
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	background-color: #eee;
}
.header-left{ float: left; padding-left: 20px; font-size: 12px; }

.header-right{ float: right; padding-right: 20px;  font-size: 12px; }

#person_reg, #company_reg{
    display: inline-block;
}




#logo{
	width: 1200px;
	height: 85px;	
	margin: 0px auto;
	background-color: #fff;
	/*overflow: hidden;*/
}
.logo-left{
	float: left;
	width: 330px;
	height: 80px;
	line-height: 80px;
}

/*搜索框样式定义 start by 2021-5-28*/
.search-box{
	float: left;
	position: relative;
	margin-left: 20px;
	width:550px;
	height: 80px;
	background-color: #fff;
}
.search-item{
	float: left;
	position: relative;
	width: 80px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #fff;
	margin-top: 5px;
	border:2px solid #1175b4;
	border-right: 1px solid #eee;
	cursor: pointer;
}
.search-item .arrow{
	position: absolute;
	top: 0px;
	left: 80px;
	color: #999;
}
.item_menu{
	position: absolute;
	top: 45px;
	left: -2px;
	width: 102px; 
	/*min-height: 200px;	*/
	background-color: #fff;
	border:1px solid #ccc;
	color: #333;
	display: none;
	z-index: 100;
}
.item_menu>li{
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
}
.item_menu>li:hover{
	background-color: green;
	color: #fff;
}
.search-input{
	float: left;
	width: 350px;
	height: 40px;
	margin-top: 5px;
	border: 2px solid #1175b4;
	border-left: none;
	background-color: #fff;
}
.search-input input{
	border: none;
	width: 330px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.search-button{
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	border: 2px solid #1175b4;
	border-left: none;	
	text-align: right;
	padding-right: 15px;
	color: #fff;
	cursor: pointer;
	background-color: #1175b4;
	background-image: url('images/search.png'); 
	background-repeat: no-repeat; 
	background-position: 10px;
}
.search-button:hover{ 
	background-color: #2483bf;
	border-color: #2483bf;
}
.hot-search{
	position: absolute; 
	left: 0px; 
	top: 56px; 
	font-size: 12px;
}
.hot-search a{ color: #333; }
.hot-search b{ color: #666; }
/*搜索框样式定义 end by 2021-5-28*/


/*****************导航样式定义*****************/
#nav{
	width: 100%; 
	height: 50px;
	background-color: #137ec1;
	z-index: 200;
}
.nav-box{
	width: 1200px;
	height: 50px;
	margin: 0px auto;
	
}
.nav-box>li{
	float: left;
	display: inline-block;
	text-align: center;
	/*width: 100px;*/
	color: #fff;
	height: 50px; 
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
	padding: 0 19px;
}
.nav-box>li:hover{
	background-color: #2e90cd;
    /* background-color: #fdfdfd; */
    /* color: #333; */
}

.nav-box>li a{
	color: #fff;
}


.nav-box li .drop-menu {
    
    width: 700px;
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 50px;
    right: -300px;
    display: none;
    height: auto;
}

.nav-box li .drop-menu .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-flow: row wrap;
    color: #333;
    padding: 10px 0;
}

.nav-box li .drop-menu .item a{
    width: 20%;
    color: #666;
    font-size: 13px;
    line-height: 25px;
}
.nav-box li .drop-menu .item a:hover{
    color: #137ec1;
    background-color: #eee;
    font-weight: bold;
}


/**/

.nav-box li .drop-ysmenu {
    width: 1200px;
    position: fixed;
    z-index: 1000;
    top: 170px;
    left: 50%;
    transform: translatex(-50%);
    background-color:#fff;
    border:2px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    height: auto;
    color: #333;
    display: flex;
    flex-direction: row;
    
    /*display: none;*/
}


.nav-box li .drop-ysmenu .b{
    background-color: #fff;
    flex: 1;
    text-align: left;
    line-height: 30px;
}
.nav-box li .drop-ysmenu span{
    background-color: #ccc;
    width: 2px;
}

.nav-box li .drop-ysmenu .b li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
.nav-box li .drop-ysmenu .b li i{
    font-size: 16px;margin-left:4px; color: #999;line-height:40px;
    
}
.nav-box li .drop-ysmenu .b li b{
    color: #1175b4;
}
/**/

.mcc-box{
	width: 1200px !important;
	margin: 0px auto;
	margin-top: 10px;
	height: auto;
	
    
    
}

.common-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
	background-image: url('images/common-icon.png');
	background-position: 10px;
	background-repeat: no-repeat;
	font-size: 20px;
	padding-left: 40px;	
	background-color: #fff;
}


.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#eee;
    opacity: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}

/************************************************107 gallery 行业图库************************************************/

.gallery{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	/*background: #ccc;*/
}

.gallery .cont{
	width: 1200px;
	height: 240px;
	background: #fff;
	/*padding: 10px;*/
}

.gallery .cont .swiper-father{
	padding-top: 20px;width:1200px;height:170px;position:relative;
}
.gallery .cont .swiper-father .swiper-container{
	 width: 1100px; height: 170px;
}
.gallery .cont .swiper-father .swiper-slide{
	background: #fff;
}
.gallery .cont .swiper-father .p1{
	width: 208px; height: 140px; box-sizing: border-box; overflow: hidden;
}
.gallery .cont .swiper-father .p1 img{
	width: 208px; height: 140px; object-fit: cover;
	/*border-radius: 8px;*/
	transition: all 0.6s;
}
.gallery .cont .swiper-father .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.gallery .cont .swiper-father .p2{
	height: 30px; line-height: 30px; padding: 0px 5px;
	text-align: center;
}

.gallery .flex-row{
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.gallery .flex-row .flex-column{
    width: 220px;
    height: 250px;
    margin: 10px 0px;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 1px 1px 5px #666;
    position: relative;
}
.gallery .flex-row .flex-column:hover{
    	box-shadow: 5px 5px 5px #666;
}



.gallery .flex-row .flex-column .png{
    width: 100%;
    height: 140px;
}

.gallery .flex-row .flex-column .cert {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 152px;
    top: 0px;
    z-index: 100;
}

.gallery .flex-row .flex-column .title{
    /*background-color: #aaa;*/
    height: 48px;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    /*margin-bottom: 5px;*/
    
}

.gallery .flex-row .flex-column .pic{
    width: 100%;
    height: auto;
    margin-top: 5px;
    color: #666;
}
.gallery .flex-row .flex-column .pic img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}



/*
2023-6-4 new add 


.gallery .cont .item{
	float: left;
	width: 200px;
	height: 239px;
	background-color: #fff;
	margin-top: 13px;
	margin-left: 13px;	
	box-shadow: 1px 1px 5px #666;
}
.gallery .cont .item:hover{
	box-shadow: 5px 5px 5px #666;
}
.gallery .cont .item .m-pic{
	width: 200px; 
	height: 133px;  
	box-sizing: border-box;
	overflow: hidden;
	position: relative;

	
}
.gallery .cont .item .m-pic .png{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.gallery .cont .item .m-pic .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 132px; 	
	top: 0px;	
	z-index: 100;
}
.gallery .cont .item .m-pic .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.gallery .cont .item .m-name{
	width: 200px;
	height: 100px;	
	box-sizing: border-box;
	overflow: hidden;	
	

}
.gallery .cont .item .m-name .p1{
	height: 40px;	
	line-height: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding-left:5px;
	padding-right: 5px;
	margin-top: 3px;	
}
.gallery .cont .item .m-name .p2{
	height: 60px; 
	margin-top: 4px;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	padding-left:4px;
	box-sizing: border-box;
	overflow: hidden;	
}
*/



/************************************************screen 108   友情链接************************************************/
.friend{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	/*background: #ccc;*/
}
.friend ul{
	width: 1200px;
	height: 50px;
	background: #dedede;

}
.friend ul li{
	float: left;
	width:140px;
	height: 50px;
	display: block;
	line-height: 50px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	cursor: pointer;

	background-color: #dedede;
	border-top: 4px solid #dedede;
}
.friend ul .current{
	background-color: #fff;
	border-top: 4px solid #137ec1;
}
.friend .cont{
	width: 1200px;
	height: 140px;
	background: #fff;
	/*padding: 10px;*/
}
.friend .cont .swiper-father{
	padding-top:15px; width:1200px;height:115px;position:relative;
}
.friend .cont .swiper-father .swiper-container{
	 width: 1100px; height: 115px;
}
.friend .cont .swiper-father .swiper-slide{
	background: #fff;
}
.friend .cont .swiper-father .p1{
	width: 250px; height: 85px; box-sizing: border-box; overflow: hidden;
}
.friend .cont .swiper-father .p1 img{
	width: 250px; height: 85px; object-fit: cover;	
	transition: all 0.6s;
}

.friend .cont .swiper-father .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.friend .cont .swiper-father .p2{
	height: 26px; line-height: 26px; padding: 0px 5px;
	text-align: center;
}

/****************************footer******************************/
#footer{
	width: 100%;
	margin-top: 10px;
	background-color: #333;
	height: 290px;
	border-top: 6px solid #ff8300;
}
#footer .cor{
	width: 1100px; margin:0 auto; height: 30px; line-height: 30px; margin-top: 10px; color: #ccc;
	font-size: 16px;
}
#footer .cor a{
	color: #aaa;
	font-size: 16px;
	text-decoration: underline;
	display: inline-block;
	margin: 0 3px;
}

#footer .cont{
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	background-color: #333;
}
#footer .cont .item{
	float: left;
	width: 165px;
	height: 170px;
	padding-top: 10px;
	box-sizing: border-box;
	background-color: #555;
	font-size: 18px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
}
#footer .cont a{
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
}
#footer .cont a:hover{
	color: #fff;
}

#footer .cont  .icp{
	color: #999; font-size: 14px; height: 40px; line-height:20px; text-align: center;
}

#footer .cont  .icp a{font-size: 14px; color: #999;}
#footer .cont  .icp a:hover{color: #fff;}

/**********************添加公共样式******************************/
.location{
	height: 50px; 
	line-height: 50px;
	font-size: 14px;
	/* background-color: #ff0000; */
	z-index: 1;
    position: relative;
}

.location p{
	height: 50px;
	line-height: 50px;
	font-size: 14px;	
	display: inline-block;
}
.location-title{	
	height: 50px;
	line-height: 50px;
	font-size: 14px;	
	display: inline-block;
	position: relative;
	cursor: pointer;
}
/* .location-title:hover{
	color: #1175b4;
} */

.location-title .item{
	position: absolute;
	background-color: #fff;
	width: 150px;
	height: auto;
	line-height: 30px;
	padding: 5px;
	z-index: 1000;
	top: 45px;
	border:1px solid #ddd;
	display: none;
}

.location-title .item p{
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	box-sizing: border-box;
}

.location-title .item p:hover{
	color: #1175b4;
}


.choice-box{
	width: 1200px;
	/*height: 200px;*/
	padding: 10px;
	padding-bottom: 0px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

.choice-box dl dt{
	float: left;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 15px;
	/*background-color: #ddd;*/
	
}

.choice-box dl dd{
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	padding:5px 20px;
	/*background-color: #eee;*/
	cursor: pointer;
	margin-bottom: 15px;
}
.choice-box dl .current , .choice-box dl dd:hover{	
	background-color: #137ec1;
	color:#fff;
}


.load-more{
	width: 100%;
	text-align: center;
	padding:20px 0;
}


/*点赞 收藏按钮div的通用样式 by 2021-6-4*/
.item-btn{
	float: right;
	border: 1px solid #ccc; 
	border-radius: 10px; 
	min-width: 100px;
	height: 35px;
	line-height: 35px;
	color: #999;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;

}

.tag-title{
	float: left;
	min-width: 50px;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #999;
	border:0px solid #eee;
	text-align: center;
	border-radius: 10px;

}
.tag{
	float: left;
	min-width: 50px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #999;
	border:1px solid #eee;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
	cursor: pointer;
	box-sizing: border-box;
	/*font-weight: normal;*/

}





/********************/
.comment-form{
	margin-top: 10px;
	width: 100%;
	height: 220px;
	background-color: #fff;
	overflow: hidden;
}
.comment-form .comment-title{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px; 
	color: #333;

}
.comment-form .comment-title span{
	display: inline-block;
	width: 5px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	background-color: green;

}

.comment-form .comment-box{
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-color: #fff;
}
.comment-form .comment-box .comment-pic{
	float: left;
	width: 70px;
	height: 70px;
	line-height: 65px;
	background-color: #fff;
	margin: 10px;
	border-radius: 50%;
	text-align: center;
	border:1px solid #ccc;
	font-size: 12px;

}
.comment-form .comment-box .comment-pic i{
	font-size: 40px;
	color: #999;
}
.comment-form .comment-box .comment-pic .user-name{
	font-size: 12px;
	width: 70px;
	height: 30px;
	line-height: 30px;	
	padding:0px;
	margin: 0px;
}
.comment-form .comment-box .comment-cont{
	float: left;
	width: 85%;
	height: 110px;
	line-height: 18px;
	/*background-color: #eee;*/
	padding-top: 10px;
	box-sizing: border-box;
	padding-right: 20px;
}

.comment-form .comment-fabu{
	width: 85%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	margin-left: 90px;
	padding-right: 20px;
	text-align: left;

}
.comment-form .comment-fabu .s1{
	float: left;
	width: 380px;
	height: 35px;
	line-height: 35px;
	color: #999;
	/*background-color: #ccc;*/
}
.comment-form .comment-fabu .s2{
	float: right;
	width: 180px;
	height: auto;
	/*background-color: #ccc;*/
	text-align: right;
}


/*评论内容显示样式*/
#comment-box{
	width: 830px; height: auto; background: #fff; margin-top: 10px;
}
#comment-box .item{
	width: 810px; border-bottom: 1px solid #eee; 
	padding: 10px;
}
#comment-box .item .pic{
	float: left; width: 60px; height: auto; text-align: center;
	padding-top: 10px;
}
#comment-box .item .cont{
	float: left; width:740px; margin-left: 10px; height: auto;

}

#comment-box .item .cont .s1{
	height: 30px; 
	line-height: 30px;
	color: #666;

}
#comment-box .item .cont .s1 span{
	display: inline-block;
	float: right;
	color: #999;
	font-size: 12px;
}
#comment-box .item .cont .s2{
	height: 25px; 
	line-height: 25px;
	color: #666;
	height: auto;
	font-size: 14px;
}

#comment-box .item .cont .s3{
	height: 35px;
	line-height: 35px;
	color: #999;
	margin-top: 10px;
	
}

#comment-box .item .cont .s3 .good{
	float: left;
	cursor: pointer;
	line-height:35px;
	font-size: 14px;
}
#comment-box .item .cont .s3 .reply{
	float: left;
	margin-left: 50px;
	line-height:35px;
	font-size: 14px;
}
#comment-box .item .cont .s3 .show_reply{
	float: left;
	margin-left: 20px;
	line-height:35px;
	font-size: 14px;
}
#comment-box a{
	color: #999;
}

#comment-box a:hover{
	color: #ff0000;
}

#comment-box .item .cont .reply-form{
	width: 730px; 
	height: 140px;
	display: none;
	/*background-color: #eee;*/
}


#comment-box .item .cont .reply-content{
	width: 710px; 
	padding: 10px 10px;
	height: auto;
	
	background-color: #f8f8f8;
	border-bottom: 1px solid #dedede;
}

.reply-content .r-pic{
	float: left; width: 60px; height: auto; text-align: center;
	padding-top: 10px;
	background-color: #f8f8f8;
}
.reply-content .r-cont{
	float: left; width:630px; margin-left: 10px; height: auto;
	background-color: #f8f8f8;

}
.reply-content .r-cont .r-s1{
height: 30px; 
	line-height: 30px;
	color: #666;
}
.reply-content .r-cont .r-s1 span{
	display: inline-block;
	float: right;
	color: #999;
	font-size: 12px;
}

.reply-content .r-cont .r-s2{
	height: 25px; 
	line-height: 25px;
	color: #999;
	height: auto;
	font-size: 14px;
}


/**************************************************/
#gotop{
		position: fixed; right: 0px; bottom: 50px; width: 60px; height: auto; z-index: 100000
}
.top_box{
	width: 60px; height: 50px; line-height: 20px; background-color: #81c0f2; color: #fff; text-align: center; margin-bottom: 5px; border-radius: 5px; padding-top: 10px;
	font-size: 10px;
	cursor: pointer;

}
.top_box:hover{
	background-color: #2d96e9;
}

.box_one {
    position: fixed;
    bottom: 80px;
    right: 65px;
    width: 180px;
    height: 250px;
    background-color: #fff;
    z-index: 100000;
    padding: 3px;
    display: none;
	box-shadow: 0px 0px 50px 0px #333;
	
}

.box_two{
	position: fixed;
	bottom: 122px;
	right: 65px;
	width: 150px;
	height: 50px;
	background-color: #2d96e9;
	z-index: 100000;
	padding:3px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding-left: 10px;
	display: none;
	box-shadow: 0px 0px 50px 0px #333;
}


.box_three {
    position: fixed;
    bottom: 140px;
    right: 65px;
    width: 180px;
    height: 285px;
    background-color: #fff;
    z-index: 100000;
    padding: 3px;
    display: none;
	box-shadow: 0px 0px 50px 0px #333;
}