
    input[type="submit"],
    input[type="button"],
    input[type="radio"],
    input[type="checkbox"] {
    	cursor: pointer;
    }

    .notBlue {
    	-moz-user-select: none;
    	/* 火狐 */
    	-webkit-user-select: none;
    	/* webkit浏览器 */
    	-ms-user-select: none;
    	/* IE10 */
    	-khtml-user-select: none;
    	/* 早期浏览器 */
    	user-select: none;
    }

    ::-webkit-scrollbar-track {
    	background-color: #fff;
    }

    /* 滚动条的滑轨背景颜色 */

    ::-webkit-scrollbar-thumb {
    	background: #3c6fb5;
    }

    /* 滑块颜色 */

    ::-webkit-scrollbar-button {
    	background-color: #fff;
    }

    /* 滑轨两头的监听按钮颜色 */

    ::-webkit-scrollbar-corner {
    	background-color: #fff;
    }

    /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
    ::-webkit-scrollbar {
    	width: 4px;
    	height: 0px;
    	border-radius: 3px;
    }
 
    .FloatingWindow2 {
    	position: fixed;
    	right: 20px;
    	top: 44%;
    	z-index: 8;
    }

    .FloatingWindow2 .FloatingWindow2_list {
    	width: 55px;
    	border-radius: 100px;
    	background: #fff;
    	padding-top: 6px;
    	padding-bottom: 24px;
    	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    	position: relative;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title {
    	cursor: pointer;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon {
    	width: 44px;
    	height: 44px;
    	border-radius: 100%;
    	border: 0px solid #e32e20;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin: 0 auto;
    	background: #3c6fb5;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon img {
    	height: 20px;
    }
.list_title_icon i {
    	color:#FFF;
    	font-size:25px;
    	font-weight:500;
    }
    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_dd {
    	font-size: 16px;
    	color: #333333;
    	margin-top: 10px;
    	text-align: center;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down {
    	padding-right: 20px;
    	display: none;
    	position: absolute;
    	right: 55px;
    	top: -35px;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding {
    	width: 170px;
    	background: #fff;
    	border-radius: 5px;
    	padding: 25px 0px;
    	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    	position: relative;
    }

    .FloatingWindow2 .FloatingWindow2_list:hover .FloatingWindow2_list_down {
    	display: block;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding:before {
    	content: "";
    	width: 0px;
    	height: 0px;
    	border: 7px solid transparent;
    	border-left: 9px solid #fff;
    	font-size: 0px;
    	line-height: 0px;
    	position: absolute;
    	top: 90px;
    	right: -16px;
    	transform: translateY(-50%);
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_title {
    	font-size: 16px;
    	color: #000;
    	text-align: center;
    	margin-bottom: 15px;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img {
    	width: 122px;
    	margin: 0 auto;
    	border-radius:0px; 
    	margin: 0 auto;
    	padding: 6px; 
    	margin-bottom: 20px;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img img {
    	width: 100%;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_tel {
    	text-align: center;
    	font-size: 20px;
    	color: #111111;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin-top: 15px;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	width: 125px;
    	height: 40px;
    	background: #3c6fb5;
    	border-radius: 100px;
    	background: #3c6fb5;
    	color:#FFF;
    }

    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a img {
    	height: 23px;
    	margin-right: 5px;
    }
    .FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a:hover{
     background:#000;
   
}
    .FloatingWindow2 .FloatingWindow2_clickTop {
    	width: 55px;
    	height: 55px;
    	border-radius: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	background: #fff;
    	margin-top: 13px;
    	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    	cursor: pointer;
    }

    .FloatingWindow2 .FloatingWindow2_clickTop img {
    	width: 22px;
    }

 