@charset "utf-8";
/* CSS Document */
/*轮播图*/
#wrapper {
	position: relative;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:focus, a:link, a:active {
	outline: none;
}
a:hover {
	color: #444;
}
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: auto !important;
	box-sizing: border-box;
	overflow: hidden;
	}
	.fullwidthbanner-container .fullwidthabnner {
		width: 100% !important;
		height: auto !important;
		position: relative;
	}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner, .bannercontainer {
		width: 768px;
		height: auto;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner, .bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner, .bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner, .bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #6990b7 !important;
}
/** BULLETS **/
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #d5d5d5 url(../images/slider-left-arrow.png) no-Repeat;
	width: 50px;
	height: 124px;
	margin-left: 0px;
	margin-top: -90px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
	*/
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #d5d5d5 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 50px;
	height: 124px;
	margin-left: 0;
	margin-top: -90px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
	*/
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	}
	.tp-simpleresponsive img a {
		text-decoration: none;
	}
	.tp-simpleresponsive img ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}


.tp-simpleresponsive >ul >li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 120;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.owl-pagination {
	display: none;
}
/*最新案例左右箭头*/
#owl-demo .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	right: 50px;
	top: -35px;
	color: #92979b;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 35px;
	height: 35px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	border: 2px solid #92979b;
	z-index: 9999;
}
#owl-demo .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 10px;
	top: -35px;
	color: #92979b;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 35px;
	height: 35px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	border: 2px solid #92979b;

}
#owl-demo .owl-controls .owl-buttons .owl-prev:hover,
#owl-demo .owl-controls .owl-buttons .owl-next:hover{
	color: #FFF;
	background: #008ce7;
	border: 2px solid #008ce7;
}
/*合作伙伴左右箭头*/
#owl-carousel .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	right: 50px;
	top: -55px;
	color: #92979b;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 35px;
	height: 35px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	border: 2px solid #92979b;
	z-index: 9999;
}
#owl-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 10px;
	top: -55px;
	color: #92979b;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 35px;
	height: 35px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	border: 2px solid #92979b;

}
#owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
#owl-carousel .owl-controls .owl-buttons .owl-next:hover{
	color: #FFF;
	background: #008ce7;
	border: 2px solid #008ce7;
}

/**/

.iframe {
	height: 300px;
}

/*客服样式*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    font-size: 12px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -110px;
    top: 65px;
    width: 110px;
    height: 110px;
    background: #FFF url(../images/code.png) no-repeat center center;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

/*页面加载动画*/
.loading
{
    position: fixed;
    z-index: 99999;

    width: 100%;
    height: 100%;

    background: #fff;
}

.loading .uil-facebook-css
{
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;

    margin-left: -100px;
    margin-top: -100px;
}

.loading p
{
    font-size: 24px;
    line-height: 30px;
}

