@charset "gb2312";
/*初始化样式*/
body {
	margin: 0px;
	padding: 0px;
	zoom: 1;
	/*设置字体*/
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, "微软雅黑";
	color: #000;
	/*设置宽度*/
	width: 100%;
	background: #fff;
}
ul, li, form, dl, dt, dd, div {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ul, .ul li {
	list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, .p {
	padding: 0px;
	margin: 0px;
}
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
}
input:focus {
	outline: none;
}
/*强制去除表单自带的样式*/ 
input, button, select, textarea {
	outline: none;/*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
	resize: none;/*-webkit-appearance:none;*/
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: none;
	border: 0;
	vertical-align: baseline;
}
a {
	color: #000;
	text-decoration: none;
 noline:-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus {
	outline: none;
	-moz-outline: none;
}
a:hover {
	text-decoration: none;
	color: cadetblue;
}
/*清楚浮动*/
.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w850 {
	max-width: 850px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.show1 {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#loading {
	background-color: #17607d;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.object {
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
}
#object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
#object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
 @-webkit-keyframes animate {
 50% {
 -ms-transform: rotate(360deg) scale(0.8);
 -webkit-transform: rotate(360deg) scale(0.8);
 transform: rotate(360deg) scale(0.8);
}
}
 @keyframes animate {
 50% {
 -ms-transform: rotate(360deg) scale(0.8);
 -webkit-transform: rotate(360deg) scale(0.8);
 transform: rotate(360deg) scale(0.8);
}
}

/*手机端头部*/
.mobile_top {
	display: none;
	position: relative;
	background-color: #2f3140;
	min-height: 60px;
}
.mobile_top .logo {
	padding: 2px 75px 2px 5px;
	overflow: hidden;
}
.mobile_top .logo a {
	display: block;
	float: left;
}
.mobile_top .logo img {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	width: 60%;
	height: 30px;
}
.mobile_top .language {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	width: 50px;
	height: 30px;
}
.mobile_top .language a {
	font-size: 1em;
	line-height: 30px;
	display: inline-block;
}
.mobile_top .language a.on {
	color: #E62129;
}
.mobile_top .btn_nav {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.mobile_top .btn_nav a {
	display: block;
}
.mobile_top .btn_back {
	position: absolute;
	left: 4%;
	top: 27%;
	display: block;
	width: 6%;
	display: none;
}
.mob_nav {
	position: absolute;
	right: 0%;
	z-index: 99;
	width: 40%;
	top: 100%;
	height: 100%;
	display: none;
}
.mob_nav li {
	width: 100%;
}
.mob_nav li a {
	display: block;
	font-size: 1.15em;
	line-height: 3.2em;
	text-indent: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 1px;
}
.mob_nav li a:hover {
	background-color: #fff;
	color: #e62129;
}
.mob_nav li ul {
	display: none;
}
.mob_nav li ul.subnav li a {
	font-size: 1.8em;
	margin-top: 0px;
	background-color: #e62129;
	line-height: 2.4em;
	background-image: none;
}
.mob_nav li ul.subnav li a:hover {
	background-color: #fff;
	color: #e62129;
	background-image: none;
}
.weather {
	float: right;
	line-height: 50px;
}
/*手机端头部*/

/*导航*/
.menu {
	height: 92px;
	color: #fff;
}
.menubg {
	background: #2f3140;
}
.logo2 {
	display: inline-block;
	margin-top: 25px;
}
#nav {
	float: right;
	height: 92px;
	line-height: 92px;
}
#nav span {
	background: url(../images/tel.png) left center no-repeat;
	margin-left: 0px;
	display: inline-block;
	height: 92px;
	line-height: 92px;
	font-size: 1.15em;
	text-indent: 30px;
}
#hover a {
	color: #fff!important;
}
#nav ul {
	float: left;
	text-align: center;
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav ul li a {
	display: inline-block;
	padding: 0 20px;
	height: 70px;
	line-height: 92px;
	font-size: 14px;
	color: #fff;
}
#nav ul li.hover a {
	border-bottom: 3px solid #fff;
}
#nav ul li:hover {
}
#nav ul li:hover a {
	border-bottom: 3px solid #fff;
}

@media screen and (max-width:1280px) {
.mobile_top {
	display: block;
}
.mob_nav {
	display: block;
}
.menu {
	display: none;
}
}
/*banner*/
.bg1 {
	background: url(../images/banner1.jpg) center no-repeat;
	overflow-x: hidden;
}
.bg2 {
	background: url(../images/banner2.jpg) center no-repeat;
	overflow: hidden;
}
.bg3 {
	background: url(../images/banner3.jpg) center no-repeat;
	overflow-x: hidden;
}
/*移动端banner*/
.swiper-container {
	width: 100%;
	height: auto;
	display: none;
}
.swiper-container img {
	position: relative;
	left: 50%;
	margin-left: -360px;
	height: 100%;
	width: 540px;
	max-width: 200%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width:640px) {
.swiper-container {
	display: block;
}
.sim-slider {
	display: none;
}
.show1 {
	display: block;
}
}
/*报价与解析*/
.index-bjjx {
	max-width: 1280px;
	min-height: 755px;
}
.index-bjjx-title {
	margin-top: 40px;
	background: url(../images/index-bjjx-title.png) center no-repeat;
	background-size: contain;
	text-align: center;
	color: #2f3140;
	font-size: 2.5em;
	padding-top: 1%;
}
.index-bjjx-title span {
	font-size: 0.45em;
	color: #c7c7c7;
	line-height: 30px;
	display: block;
}
.titlehr {
	width: 50px;
	height: 4px;
	background: #0acbe6;
	border-radius: 4px;
}
.index-bjjx-text {
	font-size: 1.25em;
	cursor: pointer;
	height: 200px;
	width: 200px;
	text-align: center;
	border: 1px dotted #ccc;
	margin: 30px auto;
	margin-bottom: 0;
	line-height: 40px;
}
.index-bjjx-text img {
	padding-top: 30%;
	margin: 0 auto;
}
.index-bjjx-down {
	border-color: #000;
	margin-top: 50px;
}
.index-bjjx-down:hover {
	background: #01c3de;
	border-color: #cccccc;
	color: #fff;
}

@media screen and (max-width:640px) {
.index-bjjx-title {
	font-size: 2em;
}
.index-bjjx-text {
	height: 150px;
	width: 150px;
	font-size: 1em;
}
.index-bjjx-text img {
	padding-top: 20%;
}
.index-bjjx {
	display: none;
}
}
/*优秀的项目*/
.index-project {
	min-height: 650px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background: url(../images/index-project.jpg);
}
.index-project-title {
	margin-top: 70px;
	background-size: contain;
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	padding-top: 1%;
}
.index-project-title span {
	font-size: 0.45em;
	color: #c7c7c7;
	line-height: 30px;
	display: block;
}
.index-project-con {
	margin-top: 35px;
}
.index-project-con img {
	max-height: 76px;
	margin-bottom: 20px;
}
.index-project-con .con {
	padding-top: 50px;
	height: 300px;
	color: #fff;
	font-size: 18px;
}
.index-project-con .index-project-circle {
	font-size: 1.5em;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: 45px;
}
.index-project-con .con:hover {
	cursor: pointer;
	background: #1bbfd7;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1;
}
.index-project-con .con:hover .index-project-circle {
	color: #1fb9cf;
	background: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1;
}

@media screen and (max-width:640px) {
.index-project-title {
	margin-top: 40px;
	font-size: 2em;
}
.index-project {
	display: none;
}
.index-project-con img {
	max-height: 50px;
	margin-bottom: 10px;
}
.index-project-con .con {
	padding-top: 20px;
	height: 170px;
	color: #fff;
	font-size: 16px;
}
.index-project-con .index-project-circle {
	font-size: 1.5em;
	border: 2px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
}
}
/*我们的案例*/
.index-case {
	min-height: 875px;
	padding: 0;
	margin-bottom: 5%;
}
.index-case-title {
	margin-top: 40px;
	background: url(../images/index-case-title.png) center no-repeat;
	background-size: contain;
	text-align: center;
	color: #2f3140;
	font-size: 2.5em;
	padding-top: 1%;
}
.index-case-title span {
	font-size: 0.45em;
	color: #c7c7c7;
	line-height: 30px;
	display: block;
}
.index-case-content {
	margin-top: 45px;
}
.index-case-pro {
	padding: 0;
}
.index-case-pro a {
	display: block;
	overflow: hidden;
}
.index-case-pro img {
}
.index-case-pro .pro-title {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #575757;
	text-align: center;
}
.class_cover {
	opacity: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 5px;
	background-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 50px;
}
.index-case-pro:hover .pro-title {
	background: #ee1240;
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1;
}
.index-case-pro:hover .class_cover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.2)
}
100% {
-webkit-transform:scale(1.2)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.2)
}
100% {
-moz-transform:scale(1.2)
}
}
.index-case-pro:hover img {
	-webkit-animation: pulse 1.5s .2s ease both;
	-moz-animation: pulse 1.5s .2s ease both;
	z-index: -999;
}

@media screen and (max-width:640px) {
.index-case-pro {
	padding: 0 15px;
}
.index-case-title {
	font-size: 2em;
}
}
/*服务中心*/
.index-service {
	min-height: 650px;
	background: #01c3de;
}
.index-service-title {
	margin-top: 40px;
	background: url(../images/index-service-title.png) center no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	font-size: 2.5em;
	padding-top: 1%;
}
.index-service-title span {
	font-size: 0.6em;
	color: #a4e3ef;
	line-height: 30px;
	display: block;
}

@media (max-width: 640px) {
.desc {
	display: none;
}
.index-service {
	min-height: auto;
	padding-bottom: 5%;
}
}
/*新闻中心*/
.index-news {
	min-height: 475px;
	background: #f6f6f6;
}
.index-news-block {
	border-radius: 10px;
	background: #fff;
	min-height: 350px;
	margin: 5% 2% auto;
	padding: 0;
	max-width: 29.33%;
}
.index-news-title {
	margin: 10% 5%;
	color: #6c6c6c;
	font-size: 20px;
}
.index-news-title a {
	font-size: 0.6em;
	color: #ababab;
	float: right;
}
.index-news-title span {
	color: #0acbe6;
	font-weight: bold;
}
.index-news-content1 {
	margin: 0 5%;
	color: #a4a4a4;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}
.index-news-content1 a {
	font-size: 16px;
	font-weight: bold;
	color: #424652;
}
.index-news-content1 p {
	margin: 0;
	line-height: 30px;
}
.index-news-content2 {
	margin: 25px 5%;
	color: #a4a4a4;
	font-size: 12px;
}
.index-news-content2 a {
	font-size: 16px;
	font-weight: bold;
	color: #424652;
}
.index-news-content2 p {
	margin: 0;
	line-height: 30px;
}
.index-news-content3 {
	margin: 25px 5%;
	color: #a4a4a4;
}
.index-news-content3 a {
	font-size: 16px;
	font-weight: bold;
	color: #424652;
}
.index-news-content3 a span {
	font-size: 12px;
	color: #949494;
	font-weight: normal;
}
.index-news-content3 p {
	font-size: 16px;
	margin: 0;
	line-height: 30px;
}

@media (max-width: 640px) {
.index-news-block {
	max-width: 100%;
	min-height: auto;
	padding: 10px 0;
	display: none;
}
.index-news-show {
	display: block;
}
.index-news {
	padding-bottom: 5%;
}
}
/*底部*/
.footer {
	min-height: 300px;
	padding-top: 30px;
	max-width: 1280px;
	margin: 0 auto;
}
.footer p {
	color: #909395;
}
.footer-left {
	padding: 0px;
	margin-bottom: 30px;
}
.footer-left span {
	font-size: 20px;
	color: #909395;
	margin-bottom: 60px;
	display: block;
}
.footer-left h1 {
	font-size: 40px;
	margin: 0 auto;
	color: #fff;
}
.footer-left a {
	color: #909395;
	border: 1px solid #909395;
	padding: 1px 10px;
	margin-left: 5px;
}
.footer-right {
	padding: 0px;
	margin-bottom: 30px;
	text-align: right;
}
.footer-right a {
	color: #909395;
}
.footer .link {
	padding: 0;
	min-height: 65px;
	line-height: 65px;
	border-top: 1px solid #656870;
	font-size: 1em;
	color: #656870;
}
.footer .link a {
	color: #656870;
}
.toolbarframe {
	text-align: center;
	width: 571px;
	position: absolute;
	z-index: 999;
	top: 435px;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 640px) {
.footer-right {
	display: none;
}
.footer .link {
	line-height: normal;
}
.footer p {
	float: none;
}
.toolbarframe {
	text-align: center;
	width: 80%;
	position: absolute;
	z-index: 999;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
}
}
/*广告*/

/* css3 style */
.trans-3 {
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
}
.responsive-ul {
	width: 98%;
	padding-top: 80px;
}
.responsive-ul * {
	color: #fff;
}
.responsive-ul >li {
	padding-right: 15px;
}
.responsive-ul small {
	margin-top: 8px;
}
.responsive-ul .desc li {
	margin-top: 12px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.responsive-ul .desc li a {
	position: relative;
	display: block;
	padding: 6px 0;
	border: 1px solid #fff;
	color: #02B7D0;
}
.responsive-ul .desc li a span {
	position: relative;
	z-index: 1;
}
.responsive-ul .desc li a em {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.responsive-ul h3 {
	margin: 0 auto;
	width: 60%;
	font-size: 20px;
}

@media (min-width: 1200px) {
.responsive-ul li:hover img {
	animation: flipInY 2s ease-in-out;
	-webkit-animation: flipInY 2s ease-in-out;
}
.responsive-ul .desc li a:hover span {
	color: #02B7D0;
}
.responsive-ul .desc li a:hover em {
	width: 100%;
}
}

@media (max-width: 1366px) {
.responsive-top .desc {
	left: 26%;
}
}

@media (max-width: 1199px) {
.responsive-ul {
	margin-top: 0;
}
.responsive-ul >li {
	margin-top: 30px;
	padding: 0;
	width: 45%;
}
.responsive-ul >li:nth-of-type(2n-1) {
	float: left;
}
.responsive-ul >li:nth-of-type(2n) {
	float: right;
}
}

@media (max-width: 1080px) {
.responsive-ul {
	padding: 0;
}
}
