* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

.clear {
	clear: both;
}

.el-dsiplay-none {
	display: none;
}

.page {float:left; margin-right:3px; font-size:14px; color:#801364; font-weight:bold;}
.page a { text-decoration:none; text-decoration:none; font-size:14px; color:#000000; font-weight:bold;}
.page a:hover { text-decoration:underline;}



.slider_div {
	width: 100%;
	height: 470px !important;
	position: relative;
	box-sizing: border-box;
}

.slider_div {position:relative; width:100%; height:582px; margin-top:0px;; z-index:1;}
.slider_item {position:absolute; left:0px; top:0px; width:100%; height:582px; display:none; background-size:cover;}
.slider_item div {
	position: absolute;
	width: 1000px;
	left: 100px;
	height: 150px;
	bottom: 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px #606060;
	font-family: 'myriad-pro';
}
.slider-prev.slider_prev {
	position: absolute;
	left: 30px;
	top: 200px;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0);
	display: block;
	cursor: pointer;

}
.slider-next.slider_next {
	position: absolute;
	right: 30px;
	top: 200px;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0);
	display: block;
	cursor: pointer;

}
.slider-prev.slider_prev:hover, .slider-next.slider_next:hover {
	opacity: 0.5;
}


.slider-prev.slider_prev:after {
	content: '';
	display: block;
	position: absolute;
left: 24px;
    top: 17px;

	background: url('../images/image.png');
	background-position: -10px -452px;
	width: 19px;
	height: 36px;
}
.slider-next.slider_next:after {
	content: '';
	display: block;
	position: absolute;
left: 27px;
    top: 17px;

	background: url('../images/image.png');
	background-position: -41px -452px;
	width: 19px;
	height: 36px;
}

.slider_div span {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	display: block;
	font-family: 'Roboto-Regular';
	text-align: right;
	padding-right: calc( 50% - 620px  );
	color: #fff;
}

.slider_paging_a {
	display: block;
	width: 20px;
	height: 20px;
	top: 100px;
	background: #fff;
	position: relative;
	float: left;
}




#top {
	width: 100%;
	height: 45px;
	background: #2e3036;
}

.top {
	width: 1280px;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	margin: 0 auto;
	font-family: 'RobotoRegularGeo';
	color: #909297;
	font-size: 12px;
}

.top-contact-us {
	float: left;
	width: 130px;
	height: 45px;
	text-align: left;
}

.top-phone {
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	width: 170px;
	height: 45px;
	font-size: 14px;
	color: #0095eb;
	font-family: 'Roboto-Bold';
}
.top-phone:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	background: url('../images/image.png');
	background-position: -10px -10px;
	width: 14px;
	height: 14px;	
}

.top-mail {
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	width: 170px;
	height: 45px;
	font-size: 14px;
	color: #0095eb;
	font-family: 'Roboto-Bold';
}
.top-mail:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 18px;
	background: url('../images/image.png');
	background-position: -34px -10px;
	width: 14px;
	height: 10px;
}

#language {
	float: right;
	font-size: 12px;
}

.lang {
	display: block;
	width: 26px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #909297;
	border: 1px solid #2e3036;
	margin-top: 10px;
	float: right;
	margin-left: 17px;
	text-decoration: none;
}

.lang.active, .lang:hover {
	border: 1px solid #0095eb;
	color: #0095eb;
}

.menu {
	width: 1280px;
	height: 115px;
	margin: 0 auto;
}
.logo {
	display: block;
	background: url('../images/logo.png');
	width: 160px;
	height: 66px;
	float: left;
	margin-top: 25px;
}

#mn {
	float: right;
	margin-top: 42px;
}

.mn {
	display: block;
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	float: left;
	padding: 0 20px;
	font-family: 'lvg-bebas-neue-regular';
	text-decoration: none;
}
.mn.active, .mn:hover {
	border: 1px solid #0095eb;
	color: #0095eb;
}


#footer {
	width: 100%;
	height: 449px;
	background: url('../images/footer.png') center top #1d1d1e;
}

.footer {
	width: 1280px;
	height: 449px;
	margin: 0 auto;
}

.footer-left {
	width: 600px;
	height: 449px;
	box-sizing: border-box;
	font-size: 12px;
	color: #737373;
	font-family: 'RobotoRegularGeo';
	padding-top: 125px;
	float: left;
}
.footer-left p {
	margin-bottom: 40px;
}
.footer-right {
	float: left;
}
.footer-right-contact {
	background: url('../images/image.png');
	background-position: -58px -10px;
	width: 320px;
	height: 252px;
	position: relative;
	margin: 106px 0 0 20px;
	box-sizing: border-box;
	float: left;
}

.footer-right-contact-title {
	font-family: 'RobotoRegularGeo';
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 85px;
    top: 40px;
}

.footer-right-contact-location {
	font-size: 12px;
	color: #cecece;
	font-family: 'roboto__geo_nus';
	box-sizing: border-box;
	padding-left: 35px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 90px;
	top: 107px;
}
.footer-right-contact-location:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	background: url('../images/image.png');
	background-position: -387px -10px;
	width: 12px;
	height: 16px;
}


.footer-right-contact-phone {
	font-size: 12px;
	color: #cecece;
	font-family: 'Roboto-Bold';
	box-sizing: border-box;
	padding-left: 35px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 90px;
	top: 135px;
}
.footer-right-contact-phone:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	background: url('../images/image.png');
	background-position: -408px -10px;
	width: 13px;
	height: 13px;
}

.footer-right-contact-mail {
	font-size: 12px;
	color: #cecece;
	font-family: 'Roboto-Bold';
	box-sizing: border-box;
	padding-left: 35px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 90px;
	top: 159px;
}
.footer-right-contact-mail:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	background: url('../images/image.png');
	background-position: -430px -10px;
	width: 13px;
	height: 10px;
}


#footer-2 {
	width: 100%;
	height: 120px;
	background: #161617;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-family: 'Roboto-Regular';
	box-sizing: border-box;
	padding-top: 20px;
}

#footer-2 img {
	margin: 0 auto 20px auto;
	display: block;
	width: 94px;
	height: 40px;
}



#gv-title {
	height: 50px;
	width: 100%;
	background: #0095eb;

}
.gv-title {
	width: 1280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 20px;
	color: #fcfcfc;
	font-family: 'lvg-bebas-neue-regular';
	position: relative;;
}
.gv-content {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}

.gv-title span {
	font-size: 12px;
	color: #81d1ff;
	font-family: 'roboto__geo_nus';
	margin: 0 25px;
	line-height: 50px;
	display: -webkit-inline-box;
}

.gv-title a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.gv-title a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	background: url('../images/image.png');
	background-position: -622px -10px;
	width: 22px;
	height: 23px;
}

/*news*/

.news-list {
	position: relative;
	width: 400px;
	height: 420px;
	margin: 10px;
	text-decoration: none;
	display: block;
	float: left;
}
.news-list img {
	width: 400px;
	height: 235px;
}

.news-list-date {
	position: absolute;
	width: 100px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 35px;
	left: 0px;
	top: 20px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	font-family: 'lvg-bebas-neue-regular';
	color: #fff;
}
.news-list-date:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	background: url('../images/image.png');
	background-position: -452px -10px;
	width: 16px;
	height: 16px;
}

.news-list-title {
	font-size: 22px;
	color: #3d3f45;
	font-family: 'lvg-bebas-neue-regular';
	padding: 15px 0;
	position: relative;
}
.news-list-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: -5px;
	background: url('../images/image.png');
	background-position: -478px -10px;
	width: 66px;
	height: 3px;
}

.news-list-text {
	font-size: 14px;
	font-family: 'roboto__geo_nus';
	color: #7c7c7c;
	margin-top: 15px;
}


.news-slider {
	width: 100%;
	height: 470px;
	background: #000;
}

.news-in {
	font-size: 14px;
	color: #7c7c7c;
	font-family: 'roboto__geo_nus';
	margin: 50px 0;
}

/*contact*/

.contact-list {
	width: 620px;
	float: left;
	position: relative;
	margin-top: 40px;
}
.contact-list.right {
	float: right;
}
.contact-list-iframe {
	width: 620px;
	height: 290px;
	border: none;
}
.contact-list-iframe.left {
	float: left;
}
.contact-list-iframe.right {
	float: right;
}
.contact-list-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #3d3f45;
	font-family: 'lvg-bebas-neue-regular';
	text-align: left;
	border-bottom: 1px solid #999999;
	position: relative;
}
.contact-list-title:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999999;
	position: absolute;
	left: 0px;
	bottom: -2px;
}

.contact-list .footer-right-contact-location {
	top: 85px;
	left: 0px;
	color: #242424;
	font-size: 17px;
	font-family: 'GEO_RobotoBold_Roboto';
}
.contact-list .footer-right-contact-phone {
	top: 130px;
	left: 0px;
	color: #242424;
	font-size: 17px;
	font-family: 'GEO_RobotoBold_Roboto';
}
.contact-list  .footer-right-contact-mail{
	top: 170px;
	left: 0px;
	color: #242424;
	font-size: 17px;
	font-family: 'GEO_RobotoBold_Roboto';
}


/*service*/

#service-bg {
	width: 100%;
	background: url('../images/service-bg.png') top center no-repeat;
}
.service-top {
	width: 100%;
	height: 177px;
}

.service-list {
	float: left;
	width: 255px;
	height: 305px;
	background: none;
	position: relative;
	cursor: auto;
	opacity: 0.3;
	text-decoration: none;
}
.service-list.notdisabled {
	opacity: 1;
	cursor: pointer;
}
.service-list.notdisabled:hover, .service-list.notdisabled.active {
	background: #0095eb;
}

.service-list.notdisabled:hover:after, .service-list.active.notdisabled:after {
    content: '';
    position: absolute;
    left: 43%;
    bottom: -7px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 7px solid #0095eb;
    display: block;
}


.service-list-line {
	width: 36px;
	height: 1px;
	margin: 0 auto;
	background: #999999;
	position: relative;
}
.service-list-line:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999999;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.service-list.notdisabled:hover .service-list-line, .service-list.notdisabled:hover .service-list-line:after,
.service-list.active .service-list-line, .service-list.active .service-list-line:after
{
	background: #8bd2fb;
}


.service-list label {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #2d3940;
	font-family: 'lvg-bebas-neue-regular';
	margin-top: 16px;
}
.service-list.notdisabled:hover label, .service-list.active.notdisabled label {
	color: #fff;
}

.service-list span {
	background: url('../images/image.png');
	display: block;
	margin: 30px auto 22px auto;
}

.service-list.service1 span {
	background-position: -10px -282px;
	width: 75px;
	height: 75px;
}
.service-list.notdisabled.service1:hover span, .service-list.notdisabled.service1.active span {
	background-position: -10px -367px;
}

.service-list.service2 span {
	background-position: -105px -282px;
	width: 71px;
	height: 76px;
}
.service-list.notdisabled.service2:hover span, .service-list.notdisabled.service2.active span {
	background-position: -105px -367px;
}

.service-list.service3 span {
	background-position: -196px -282px;
	width: 71px;
	height: 76px;
}
.service-list.service3.notdisabled:hover span, .service-list.service3.notdisabled.active span {
	background-position: -196px -367px;
}

.service-list.service4 span {
	background-position: -290px -282px;
	width: 73px;
	height: 73px;
}
.service-list.service4.notdisabled:hover span, .service-list.notdisabled.service4.active span {
	background-position: -290px -367px;
}

.service-list.service5 span {
	background-position: -383px -282px;
	width: 64px;
	height: 72px;
}
.service-list.notdisabled.service5:hover span, .service-list.notdisabled.service5.active span {
	background-position: -383px -367px;
}

#service-content {
	background: #f6f6f6;
}
.service-content {
	width: 1280px;
	min-height: 500px;
	margin: 0 auto;
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
	font-family: 'roboto__geo_nus';
	display: none;
}

.service-content-title {
	font-size: 30px;
	color: #2d3940;
	width: 100%;
	text-align: center;
	padding: 72px 0 64px 0;
	font-family: 'lvg-bebas-neue-regular';
}



#slider {
	width: 100%;
	height: 470px;
	background: #000;
}

.main-title {
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-family: 'lvg-bebas-neue-regular';
	text-align: center;
	letter-spacing: 4px;
}

.main-title-line {
	width: 66px;
	height: 1px;
	margin: 20px auto 0 auto;
	background: #999999;
	position: relative;
}
.main-title-line:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background: #999999;
	position: absolute;
	left: 0px;
	bottom: -2px;
}

.main-aboutus-txt {
	font-size: 14px;
	color: #666666;
	font-family: 'roboto__geo_nus';
	width: 950px;
	margin: 20px auto;
	text-align: center;
}
.main-services-title {
	font-size: 22px;
	color: #313131;
	font-family: 'lvg-bebas-neue-regular';
	margin: 20px auto;
	text-align: center;
}
.gv-content.main {
	min-height: auto;
}
.main .service-top {
	height: 20px;
}

.main-projects {
	background: url('../images/main-project-bg.png') #fcfcfc no-repeat;
	background-position: 90% 170px;
	height: 750px;
}


.main-projects-container {
	width: 1190px;
	height: 370px;
	margin: 100px auto;
	position: relative;

}

.main-projects-number {
	float: left;
	width: 102px;
}

.main-projects-numb {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border: 1px solid #a1a1a1;
	cursor: pointer;
	margin-top: 32px;
	font-family: 'lvg-bebas-neue-regular';
	color: #a1a1a1;
	font-size: 40px;
}
.main-projects-numb:first-child {
	margin-top: 0;
}

.main-projects-numb:hover, .main-projects-numb.active {
	border: 1px solid #0095eb;
	color: #0095eb;
}

.main-projects-text {
	width: 1085px;
	float: left;
	height: 370px;
	position: relative;
	z-index: 1;
	text-align: right;
	display: none;
}

.main-projects-container:before {
	content: '';
	background: url('../images/main-project-bg.png');
	width: 720px;
	height: 477px;
	position: absolute;
    right: -240px;
    top: -60px;
	z-index: 0;
	display: none;
}

.main-projects-text img {
	width: 575px;
	height: 370px;
	float: right;
	margin-left: 20px;
}
.main-projects-text-text {
	float: left;
	width: 490px;
	box-sizing: border-box;
	padding-left: 50px;
}
.main-projects-date {
	font-size: 16px;
	color: #727272;
	font-family: 'lvg-bebas-neue-regular';
	margin-top: 30px;
}
.main-projects-title {
	font-size: 40px;
	color: #343434;
	font-family: 'lvg-bebas-neue-regular';
	margin: 25px 0;
}
.main-projects-txt {
	font-size: 14px;
	color: #343434;
	font-family: 'roboto__geo_nus';
}
.main-projects-more {
	display: block;
	color: #0095eb;
	border: 1px solid #0095eb;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'lvg-bebas-neue-regular';
	font-size: 18px;
	float: right;
	margin-top: 25px;
}

.main-download {
	width: 100%;
	height: 260px;
	background: url('../images/main-download-bg.png') center top no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-top: 130px;
}

.main-download:before {
	content: '';
	background: url('../images/image.png');
	background-position: -554px -10px;
	width: 58px;
	height: 60px;
	position: absolute;
    left: calc( 50% - 29px );
    top: 40px;
}

.main-download-bt {
	display: block;
	color: #fff;
	border: 1px solid #0095eb;
	width: 430px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	font-family: 'lvg-bebas-neue-regular';
	font-size: 30px;
	margin: 0 auto;	
}

.main-all-news {
	display: block;
	color: #0095eb;
	border: 1px solid #0095eb;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'lvg-bebas-neue-regular';
	font-size: 18px;
	margin: 25px auto;
}

#main-partners {
	background: #fcfcfc;
	width: 100%;
	min-height: 330px;
}
.main-partners-list {
	margin: 0 50px;
}

.service-title {
	font-size: 40px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-family: 'lvg-bebas-neue-regular';
	color: #000;
}