﻿/**
 * Created by luo-biao on 2017/3/15.
 */
@charset "utf-8";
/*=====================
		body-bg css
=====================*/
.Container-bg {
	background : url("../images/container-bg.png") bottom left no-repeat;
}
/*=====================
		banner css
=====================*/
.BannerBox, .BannerBox .carousel-inner, .BannerBox .carousel-inner li {
	width: 100%;
	height: 515px;
}
.BannerBox {
	overflow : hidden;
	position : relative;
	background-color : #f5f5f5;
}
.BannerBox .carousel-inner {
	position : relative;
}
.BannerBox .carousel-inner li {
	float: left;
	background-repeat : no-repeat;
	background-position : center center;
	-webkit-background-size : auto 100%;
	background-size : auto 100%;
}
.BannerBox .carousel-inner li a {
	display : block;
	height: 100%;
}
.BannerBox .carousel-inner ul, .BannerBox .carousel-inner li {
	-webkit-transition : none;
	transition : none;
}
/*СԲ��*/
.BannerBox .dot {
	height : 20px;
	overflow : hidden;
	position : absolute;
	left : 0;
	right : 0;
	bottom : 15px;
	z-index : 1;
	text-align: center;
}
.BannerBox .dot span {
	display : inline-block;
	width : 15px;
	height : 15px;
	overflow : hidden;
	margin : 0 8px;
	cursor : pointer;
	border : 1px solid #fff;
	border-radius : 50%;
	background : none;
}
.BannerBox .dot span.on {
	border : 1px solid #f5ad1f;
	background-color : #f5ad1f;
}
/* prev\next */
.BannerBox .prev, .BannerBox .next {
	position : absolute;
	top : 50%;
	margin-top : -40px;
	display : block;
	width : 50px;
	height : 80px;
	background : url('../images/icon_banner.png') no-repeat rgba(0, 0, 0, .5);
}
.BannerBox .prev:hover, .BannerBox .next:hover {
	background-color: rgba(0, 0, 0, .8);
}
.BannerBox .prev {
	left: -50px;
	background-position: left top;
}
.BannerBox .next {
	right: -50px;
	background-position: right bottom;
}
.BannerBox .prev:hover {
	background-position: right top;
}
.BannerBox .next:hover {
	background-position: left bottom;
}
.BannerBox .prevStop {
	display : none;
}
.BannerBox .nextStop {
	display : none;
}
/*=====================
		Survey css
=====================*/
.main-tit {
	display : inline-block;
	overflow : hidden;
	margin-top : 64px;
	margin-bottom : 30px;
	height : 55px;
	line-height : 55px;
	color : #444;
}
.main-tit h2 {
	display : inline-block;
	font-family : 'Erasitc';
	font-size : 60px;
	text-transform : capitalize;
	font-weight : normal;
}
.main-tit h2 span {
	color : #245c8f;
	text-transform : capitalize
}
.main-tit h3 {
	display : inline-block;
	margin-left : 5px;
	font-family : 'Microsoft YaHei';
	font-size : 30px;
	font-weight : normal;
}
.live-video {
	width : 598px;
	height : 338px;
	float : left;
	overflow: hidden;
	background-color: #f5f5f5;
}
.f-video {
	position : relative;
	width : 100%;
	height : 100%;
	cursor : pointer;
}
.f-video .mask {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 15px;
	bottom: 15px;
	background: url(../images/video-o.png) no-repeat center;
	background-size: 100px;
}
.f-video .mask s {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: url(../images/video-t.png) no-repeat center;
	background-size: 100%;
}
.f-video .mask em {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/js-play.png) no-repeat center;
	background-size: 100%;
}
.f-video .mask:hover s {
	-webkit-transform : scale(1.1, 1.15);
	transform : scale(1.15, 1.15);
	transition-delay : 0s;
}
.f-video video {
	display: block;
	width: 100%;
	height: 100%;
}
.l-control {
	width : 562px;
	float : right;
	font-size : 16px;
	line-height : 2;
	color: #666;
}
.l-control p {
	margin-top: 15px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.l-control .go-m {
	margin-top: 20px;
}
/*=====================
		News css
=====================*/
.news {
	background : #ebf0f3;
}
.multipleLine {
	overflow : hidden;
	position : relative;
	width : 1204px;
	text-align : center;
}
.multipleLine .button-set {
	display : inline-block;
	overflow : hidden;
	height : 40px;
	line-height : 40px;
	margin-top : 40px;
	margin-bottom : 70px;
}
.multipleLine .button-set .prev, .multipleLine .button-set .next {
	display : block;
	width : 40px;
	height : 40px;
	float : right;
	margin-right : 5px;
	overflow : hidden;
	cursor : pointer;
	background : #9f9ea6 url(../images/icoleft.png) center center no-repeat;
	background-size : 80px 19px;
	border-radius : 20px;
	background-position : 11px 10px;
}
.multipleLine .button-set .next {
	background : #9f9ea6 url(../images/icoright.png) center center no-repeat;
	background-position : -54px 10px;
}
.multipleLine .button-set .prev:hover {
	background : #245c8f url(../images/icoleft.png) center center no-repeat;
	background-position : -56px 10px;
}
.multipleLine .button-set .next:hover {
	background : #245c8f url(../images/icoright.png) center center no-repeat;
	background-position : 16px 10px;
}
.multipleLine .button-set ul {
	float : right;
	overflow : hidden;
	zoom : 1;
	margin : 16px 10px 0;
}
.multipleLine .button-set ul li {
	float : left;
	width : 10px;
	height : 10px;
	overflow : hidden;
	margin-right : 5px;
	text-indent : -999px;
	cursor : pointer;
	background : #9f9ea6;
	border-radius : 20px;
}
.multipleLine .button-set ul li.on {
	background : #245c8f;
	width : 30px;
}
.multipleLine .bd {
	height : 404px;
	overflow : hidden;
}
.multipleLine .bd ul {
	overflow : hidden;
	zoom : 1;
	margin-bottom : 10px;
}
.multipleLine .bd .ulWrap, .multipleLine .bd ul, .multipleLine .bd li {
	-webkit-transition : none;
	transition : none;
}
.multipleLine .bd ul li {
	float : left;
	width : 570px;
	height : 150px;
	padding : 20px 10px 30px 18px;
	margin : 0 4px 4px 0;
	background : #fff;
	_display : inline;
	overflow : hidden;
	text-align : left;
}
.multipleLine .bd ul li .pic {
	float : left;
	text-align : center;
	position : relative;
	width : 200px;
	height : 150px;
	margin-right : 15px;
	overflow : hidden;
	background-color: #f5f5f5;
}
.multipleLine .bd ul li .pic span {
	display : inline-block;
	position : absolute;
	left : 9px;
	top : 0;
	width : 42px;
	height : 53px;
	background : #7d7a81;
	color : #fff;
}
.multipleLine .bd ul li .pic span em {
	display : block;
	text-transform : uppercase;
	font-size : 14px;
	font-style : normal;
	font-family : 'Arial';
}
.multipleLine .bd ul li .pic span .days {
	font-size : 30px;
}
.multipleLine .bd ul li .pic img {
	width : 100%;
	height : 100%;
}
.multipleLine .bd ul li a {
	display : inline-block;
	width : 100%;
	height : 100%;
	-webkit-transform : scale(1);
	transform : scale(1);
	transition-delay : 0s;
}
.multipleLine .bd ul li a:hover img {
	-webkit-transform : scale(1.05, 1.05);
	transform : scale(1.05, 1.05);
	transition-delay : 0s;
}
.multipleLine .bd ul li a:hover .pic span {
	background : #245c8f;
}
.multipleLine .bd ul li .txt .tit {
	font-size : 18px;
	color : #333;
	line-height : 1.5;
	max-height : 55px;
	overflow : hidden;
}
.multipleLine .bd ul li a:hover .tit {
	color: #245c8f;
}
.multipleLine .bd ul li a:hover .txt .cont {
	color: #666;
}
.multipleLine .bd ul li .txt .cont {
	font-size : 14px;
	color : #999;
	line-height : 1.5;
	max-height : 82px;
	overflow : hidden;
	margin-top : 10px;
}
/*=====================
		solutions css
=====================*/
.picMarquee-left {
	width : 100%;
	overflow : hidden;
	text-align : center;
	margin-bottom: 60px;
}
.picMarquee-left .slideBox {
	display : inline-block;
	overflow : hidden;
	zoom : 1;
	width : 1360px;
	height : 240px;
	position : relative;
}
.picMarquee-left .picList {
	margin : 0 80px;
	width : 1200px;
	overflow : hidden;
}
.slideBox .sPrev, .slideBox .sNext {
	position : absolute;
	display : block;
	left : 0;
	top : 50%;
	margin-top : -25px;
	width : 50px;
	height : 50px;
	background : #9f9ea6 url(../images/sprev.png) center center no-repeat;
	background-size : 100px 24px;
	background-position : 13px 14px;
}
.slideBox .sNext {
	left : auto;
	right : 0;
	background : #9f9ea6 url(../images/snext.png) center center no-repeat;
	background-position : -63px 14px;
}
.slideBox .sPrev:hover {
	background : #245c8f url(../images/sprev.png) center center no-repeat;
	background-position : -65px 14px;
}
.slideBox .sNext:hover {
	background : #245c8f url(../images/snext.png) center center no-repeat;
	background-position : 13px 14px;
}
.slideBox .picList ul {
	overflow : hidden;
	zoom : 1;
}
.slideBox .picList ul {
	width: 1280px;
	-webkit-transition : none;
	transition : none;
}
.picMarquee-left .picList ul li {
	float : left;
	_display : inline;
	width : 240px;
	height : 240px;
	margin-right : 80px;
	overflow : hidden;
	text-align : center;
	background : #f7f9fc;
	border-radius : 5px;
}
.picMarquee-left .picList ul li a {
	display : inline-block;
	width : 100%;
	padding : 40px 0 15px 0;
	color : #333;
	-webkit-transition : none;
	transition : none;
}
.picMarquee-left .picList ul li:hover {
	background : #3d394a;
}
.picMarquee-left .picList ul li:hover a {
	color : #ccc;
}
.picMarquee-left .picList ul li .pic {
	width : 100%;
	height : 115px;
	text-align : center;
}
.picMarquee-left .picList ul li .pic img {
	display : inline-block;
}
.picMarquee-left .picList ul li a:hover .pic img {
}
.picMarquee-left .picList ul li .title {
	margin-top : 28px;
	line-height : 24px;
	font-size : 16px;
	padding : 0 10px;
}
/*=====================
		product css
=====================*/
.w1204 {
	width : 1204px;
	margin : 0 auto;
}
.product-btn {
	position : absolute;
	height : 40px;
	min-width : 140px;
	right : 0;
	top : -80px;
}
.product .product-btn .p-Prev, .product .product-btn .p-Next {
	display : block;
	width : 40px;
	height : 40px;
	float : right;
	margin-left : 10px;
	overflow : hidden;
	cursor : pointer;
	background : #9f9ea6 url(../images/icoleft.png) center center no-repeat;
	background-size : 80px 19px;
	border-radius : 20px;
	background-position : 11px 10px;
}
.product .product-btn .p-Next {
	background : #9f9ea6 url(../images/icoright.png) center center no-repeat;
	background-position : -54px 10px;
}
.product .product-btn .p-Prev:hover {
	background : #245c8f url(../images/icoleft.png) center center no-repeat;
	background-position : -56px 10px;
}
.product .product-btn .p-Next:hover {
	background : #245c8f url(../images/icoright.png) center center no-repeat;
	background-position : 16px 10px;
}
.product .product-btn ul {
	float : right;
	overflow : hidden;
	zoom : 1;
	margin : 16px 10px 0;
}
.product .product-btn ul li {
	float : left;
	width : 10px;
	height : 10px;
	overflow : hidden;
	margin-right : 5px;
	text-indent : -999px;
	cursor : pointer;
	background : #9f9ea6;
	border-radius : 20px;
}
.product .product-btn ul li.on {
	background : #fff;
	width : 10px;
}
.Products-banner {
	position : relative;
	width : 1200px;
}
.pro-list {
	display : inline-block;
	width : 1200px;
	overflow : hidden;
	margin : 24px 0;
	height : 301px;
	background : #e7e7e7;
}
.pro-list ul {
	position : relative;
}
.pro-list ul, .pro-list li {
	-webkit-transition : none;
	transition : none;
}
.pro-list ul li {
	float : left;
	width : 300px;
	height : 300px;
	background : #fff;
	margin-right : 1px;
	margin-bottom : 1px;
}
.pro-list ul li a {
	position : relative;
	display : inline-block;
	width : 100%;
	height : 100%;
	text-align : center;
	color : #999;
	font-size : 16px;
	-webkit-transition : none;
	transition : none;
}
.pro-list ul li a .bg {
	opacity : 0;
	filter : alpha(opacity=0);
	width : 100%;
	height : 100%;
	background : rgba(36, 92, 143, 1);
	position : absolute;
	left : 0;
	top : 0;
}
.pro-list ul li a .i5 {
	display : inline-block;
	width : 68px;
	height : 68px;
	opacity : 0;
	filter : alpha(opacity=0);
	margin : -34px 0 0 -34px;
	position : absolute;
	left : 10%;
	top : 50%;
 -webkit-transition : all .6s;
 transition : all .6s;
	background : url("../images/i5.png") center no-repeat;
}
.pro-list ul li a .i6 {
	display : inline-block;
	width : 33px;
	height : 33px;
	opacity : 0;
	filter : alpha(opacity=0);
	margin : -16px -16px 0 0;
	position : absolute;
	right : 10%;
	top : 50%;
	transition : 800ms;
	background : url("../images/i6.png") center no-repeat;
}
.pro-list ul li:hover {
}
.pro-list ul li:hover .bg {
	opacity : 0.8;
	filter : alpha(opacity=80);
}
.pro-list ul li:hover a .i5 {
	left : 50%;
	opacity : 1;
	filter : alpha(opacity=100);
}
.pro-list ul li:hover a .i6 {
	right : 50%;
	opacity : 1;
	filter : alpha(opacity=100);
}
.pro-list ul li a .pic {
	padding : 45px 0;
	height : 150px;
}
.pro-list ul li a .title {
	padding : 0 10px;
}
.pro-list ul li a .pic span {
	display : inline-block;
	width : 200px;
	height : 150px;
}
.pro-list ul li:hover a {
	-webkit-transition : none;
	transition : none;/*font-size          : 24px;*/
}
/*=====================
		partner css
=====================*/
.partner-list {
	display : inline-block;
	width : 100%;
	margin-bottom: 40px;
}
.partner-list li {
	overflow : hidden;
	position : relative;
	float : left;
	width : 240px;
	height : 130px;
	text-align : center;
	background : #fff;
}
.partner-list li span, .partner-list li img {
	width: 175px;
	height: 70px;
}
.partner-list li span {
	display : inline-block;
	margin : 30px 0;
	border: 1px solid #f0f0f0;
	background-color: #f5f5f5;
}
.partner-list li s::before {
 position : absolute;
 top : 0;
 left : 0;
 width : 100%;
 height : 100%;
 background : rgba(255, 255, 255, 0.5);
 content : '';
 -webkit-transition : -webkit-transform 0.6s;
 transition : transform 0.6s;
 -webkit-transform : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
 transform : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.partner-list li:hover s::before {
 -webkit-transform : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
 transform : scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/*=====================
		contact css
=====================*/
.contact .col-white {
	color : #fff;
}
.contact .box {
	display : inline-block;
	width : 100%;
}
.contact .left {
	width : 600px;
	height: auto;
	background : url("../images/border.png") right center no-repeat;
	background-size : 1px;
	float : left;
	color : #ccc;
	font-size : 18px;
	padding-right: 50px;
}
.contact .left .text {
	height : 376px;
	overflow : hidden;
	margin-left : 15px;
}
.contact .left .text .p1 {
	margin-bottom: 10px;
}
.contact .left .text .p2 {
	line-height: 1.5;
	text-indent: 2em;
}
.contact .address {
	color : #fff;
	font-size: 16px;
	line-height : 40px;
	margin-left : 10px;
	margin-top: 15px;
}
.contact .address p {
	display : inline-block;
	width : 100%;
	padding-left : 60px;
	margin-top : 10px;
}
.contact .address .tel {
	background : url(../images/icon-tel.png) no-repeat 0 5px;
}
.contact .address .mail {
	background : url(../images/icon-mail.png) no-repeat 0 5px;
}
.contact .address .site {
	background : url(../images/icon-site.png) no-repeat 0 5px;
}
.contact .right {
	float : right;
	margin : 0 50px;
}
.contact .right .t1 {
	width : 420px;
	margin-bottom : 35px;
	color : #515151;
}
.contact .right .t1 p {
	font-size : 18px;
	padding-bottom : 5px;
	color : #fff;
}
.contact .right .name, .contact .right .phone, .contact .right .information {
	width : 392px;
	height : 14px;
	padding : 13px;
	color : #fff;
	border : 1px solid #727272;
	background : #727272;
}
.contact .right .name:focus, .contact .right .phone:focus, .contact .right .information:focus, .contact .right .name:hover, .contact .right .phone:hover, .contact .right .information:hover {
	border : 1px solid #ff7b7b;
}
.contact .right .send-btn {
	width : 167px;
	height : 49px;
	border : none;
	font-size : 22px;
	color : #fff;
	background : url("../images/send-btn.png") no-repeat;
	background-size : 100%;
	cursor : pointer;
}
.contact .right .send-btn:hover {
	-webkit-box-shadow : 0 0 4px #747580;
	-moz-box-shadow : 0 0 4px #747580;
	box-shadow : 0 0 4px #747580;
	background : url("../images/send-btnh.png") no-repeat;
}
/*=====================
		index footer css
=====================*/
.footer {
	width : 100%;
	height : 76px;
	text-align : center;
	background : #000;
	font-size : 14px;
}
.footer, .footer a {
	color: #707070;
}
.footer a:hover {
	color: #fff;
}
.footer span {
	display : inline-block;
	height : 20px;
	margin : 24px 10px;
}
