.mu:hover{
	background: #00b8ee;
}
.mu:hover h3{
	color: #fff;
}
.mu:hover p{
	color: #fff;
}
.yan:hover{
	box-shadow: 0px 7px 30px rgba(250,250,250,0.5);
}
.mu h3{
	height: 15px;
	overflow: hidden;
}

.swiper1 .pagination1 {
	bottom: 23px;
}

.swiper1 .pagination1 .swiper-pagination-bullet {
	width: 45px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.swiper1 .pagination1 .swiper-pagination-bullet-active {
	background: #00b8ee;
}

.column_header {
	margin-bottom: 40px;
}

.column_header h2 {
	margin: 0;
	line-height: 30px;
	font-size: 32px;
	color: #222;
	margin-bottom: 20px;
}

.column_header p {
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 0;
}

.products {
	padding-top: 70px;
	padding-bottom: 70px;
}

.product {
	padding: 40px 0 10px;
	position: relative;
}

.product:before,
.product:after {
	position: absolute;
	content: "";
	transition: .33s all ease;
	width: calc(100% - 35px);
	height: calc(100% - 35px);
}

.product:before {
	left: 0px;
	top: 0px;
	border-top: 1px solid #e5e7e9;
	border-left: 1px solid #e5e7e9;
}

.product:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #e5e7e9;
	border-right: 1px solid #e5e7e9;
}

.product:hover:before,
.product:hover:after {
	width: 100%;
	height: 100%;
	border-color: #00b8ee;
	pointer-events: none;
}

.product:hover .product_line {
	width: 170px;
}

.product>p {
	font-weight: bold;
	font-size: 18px;
	color: #222;
	padding: 15px 45px;
	display: inline-block;
	margin-bottom: 0;
}

.even2 i,.even4 i,.even5 i,.even7 i {
    color: #ffa15c;
    font-size: 36px;
}

.even2 strong:nth-of-type(1),.even4 strong:nth-of-type(1),.even5 strong:nth-of-type(1),.even7 strong:nth-of-type(1)  {
    color: #ffa15c !important;
}

.product_line {
	width: 50px;
	height: 2px;
	background: #00b8ee;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: .33s all ease;
}

.product>ul>li {
	padding: 5px 10px;
	display: inline-block;
}

.product>ul>li a {
	font-size: 14px;
	color: #9f9f9f;
}
.product>ul>li a:hover{
	color: #00b8ee;
}
.case {
	background-color: #f0f0f0;
	padding: 70px 0;
	padding-bottom: 55px;
}

.case .column_header {
	margin-bottom: 25px;
}

.case_picture_list li {
	margin-bottom: 30px;
}

.case_picture_list li:nth-last-child(1),
.case_picture_list li:nth-last-child(2) {
	margin-bottom: 0px;
}
.case_picture_list li>a{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 0;
	height:106px !important;
}
.case_picture_list li>a>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	transition: 0.3s all ease;
	padding: 24px 0;
}
.case_picture_list li>a>div>div{
	width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px;
}
.case_picture_list li>a>div>div .glyphicon{
	margin-right: 10px;
	font-size: 22px;
}
.case_picture_list li>a .tt{
	display: block;
}
.case_picture_list li>a .tb{
	display: none;
}
.case_picture_list li>a:hover{
	text-decoration: none;
    background-position: center 93%;
}

/*.case_picture_list li>a:hover .tt{
	display: none;
}
.case_picture_list li>a:hover .tb{
	display: block;
}*/
.case_picture_list li>a:hover>div{
	opacity: 1;
}
.case_text_list {
	padding: 20px;
	border: 1px solid #fca15c;
	border-bottom: 0 none;
	height: 85%;
}

.case_text_list ul li {
	border-bottom: 1px solid #e5e5e5;
}

.case_text_list ul li a {
	font-size: 14px;
	color: #6f6f6f;
}
.case_text_list ul li a:hover{
	color: #00b8ee;
}
.case_more {
	background: #ffa15c;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 14px 0;
	height: 15%;
}

.case_more a {
	color: #fff;
	padding: 10px 60px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
}
.case_more a:hover{
	background: #fff;
	color: #ffa15c;
}

.column_list {
	padding-top: 50px;
}
.column_list_main{
	background: url(../images/stb.png) no-repeat;
	background-size: 100%;
}
.column_list_main .container>div{
	position: relative; 
	padding-top: 70px;
	padding-bottom: 60px;
}
.column_list_more {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 15%;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 75px;
	color: #fff;
}
.column_list_more:hover{
	background-color: #fff;
	border-color: #fff;
	color: #18beee;
	text-decoration: none;
}
.column_nav {
	margin-bottom: 35px;
}

.column_nav li {
	display: inline-block;
}

.column_nav li.active,.column_nav li:hover {
	background-color: #00b8ee;
}

.column_nav li.active a ,.column_nav li:hover a{
	color: #fff;
}

.column_nav li a {
	font-size: 16px;
	display: block;
	color: #666;
	padding: 10px 35px;
}

.slide_thumb {
	display: block;
	background: #f3f2f0;
}

.slide_thumb div {
	padding: 20px;
	padding-bottom: 30px;
}

.slide_thumb div h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.slide_thumb div p {
	margin-bottom: 0;
	color: #6f6f6f;
}

.slide_thumb div p.slide_thumb_d {
	margin-bottom: 20px;
	height: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slide_thumb div p .glyphicon {
	margin-right: 5px;
	font-size: 16px;
	top: 0;
	vertical-align: -3px;
}

.slide_thumb div p.slide_thumb_t {
	font-size: 12px;
}

.why {
	padding-top: 60px;
}

.why .column_header {
	margin-bottom: 60px;
}


.friend_link {
	padding-bottom: 30px;
}



.f_link {
	padding: 0 15px;
	font-size: 14px;
	color: #666;
}
.f_link:hover{
	color: #00b8ee;
}





@media (max-width: 768px) {
	.product {
		margin-bottom: 0px;
	}
	.products {
		padding-bottom: 50px;
	}
	.column_list_main .container>div{
		padding: 0;
		background: none;
	}
	.column_list_main{
		background: none;
	}
	.column_list_more{
		background: #00b8ee;
	}
	.column_header h2{
		font-size: 20px;
	}
	.product:before,.product:after{
		position: static !important;
	}
}

@media (max-width: 767px) {
	.slide_thumb {
		width: 80%;
		margin: 0 auto;
	}
	.column_nav li a {
		font-size: 12px;
		padding: 10px;
	}
	.column_list {
	    padding-top: 25px;
	}
	.column_nav {
		margin-bottom: 25px;
	}
	.column_list_more{
		margin-top: 30px;
		width: 50%;
	}
	.case_picture_list li{
		margin-bottom: 0;
	}
	.products {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1600px) {
	.banner2-1,.banner2-2,.banner2-3{
		left: 130px !important;
	}
	.banner1-1{
		top: 50px !important;
		left: 50% !important;
	}
	.banner1-2{
		top: 180px !important;
		left: 45% !important;
	}
	.banner2-1{
		top: 130px !important;
	}
	.banner2-2{
		top: 190px !important;
	}.banner2-3{
		top: 250px !important;
	}
	.banner4-1{top: 90px !important;left: 800px !important;}
	.banner4-2{top: 150px !important;left: 800px !important;}
	.banner4-1>img,.banner4-2>img,.banner2-1>img,.banner2-2>img,.banner1-1>img,.banner1-2>img{max-width: 80%;}
	.banner3-1>img,.banner3-2>img,.banner3-3>img,.banner3-4>img{
		max-width: 60% !important;
	}
	.banner3-1{left: 350px !important;}
	.banner3-2{left: 900px !important;}
}

@media (max-width: 1600px) {
	.banner1-1>img,.banner1-2>img{
		max-width: 60%;
	}
	.banner1-1{
		left: 55% !important;
	}
	.banner1-2{
		left: 52% !important;
	}
}

@media (max-width: 1400px) {
	.banner1-1>img,.banner1-2>img{
		max-width: 50%;
	}
	.banner1-1{
		left: 55% !important;
		top: 70px !important;
	}
	.banner1-2{
		left: 52% !important;
		top: 160px !important;
	}
}

@media (max-width: 1200px) {
	.banner3-1{left: 150px !important;}
	.banner3-2{left: 800px !important;}
}


