﻿/*************************
*******body******
**************************/
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;  -webkit-appearance:none;}
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none; -webkit-appearance:none;  }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化a的样式和字体样式*/
a{ color:#000000; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none; text-decoration:none; }
a:hover{ color: #000; text-decoration:none; }
ul, li, ol {  list-style-type: none;
}
/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
/************全局样式************/
.fl {  float: left;  }
.fr { float: right;  }
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto}
img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;margin-left: auto; margin-right: auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }
.avatar img{ height:268px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.avatar:hover img {transform: scale(1.3); transition: all 1s ease 0s; -webkit-transform: scale(1.3);  }
/*文字超出隐藏*/
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2 {overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; }
/*使容器内容垂直居中*/
.ytable{ display:table; width:100%;}
.ytable-cell{ display:table-cell; vertical-align:middle;}
.main_box {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1870px) { /*初始化*/
	.main_box { width: 1700px; }

}
@media (max-width: 1720px) {
	/*初始化*/
	.main_box {
		width: 1400px;
	}

}
@media (max-width: 1440px) {
	/*初始化*/
	.main_box {
		width: 1200px;
	}

}


/*导航菜单 */
.zhiTop {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

}
.menu-header {
	height: 120px;
	border-bottom: 1px rgba(255,255,255,.3) solid;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.logo {
	display: block;
	height: 120px;
	text-align: left;
	width: 20%;

}

.header2_right {
	height: 120px;
	line-height: 120px;
	width: 65%;
	border-right: 1px rgba(255,255,255,.3) solid;

}
.tel{ width: 13%;}
.tel p{ color: #ffffff; padding-top: 30px;color: rgba(255,255,255,.6); padding-bottom: 5px;}
.tel h2{ color: #ffffff; font-size: 22px; line-height: 28px;}
.nav {
	width: 100%;
}
.nav ul {
	padding: 0;
	margin: 0;
	display: flex;
}
.nav ul li {
	text-align: center;
	text-decoration: none;
	list-style: none;
	width:11.11%;
	position: relative;

}
.nav ul li a {
	line-height: 118px;
	height: 118px;
	color: rgba(255,255,255,.6);
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nav ul li a.active {
	display: block;
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #ffffff;
}
.nav ul li a:hover {
	display: block;
	color: rgba(255,255,255,1);
}
.header-top-sky .menu-header {
	background: #063A74;
	border-bottom: 1px solid #1a1a1a;  }

.nav ul li .erjixl{position: absolute;left: 0; background: #063A74;padding:25px;width: 330px;height: 140px;display: none;}
.nav ul li .erjixl dt{float: right;width: 180px;}
.nav ul li .erjixl dt img{ width:180px; }
.nav ul li .erjixl dd{float: left;width: 115px;}
.nav ul li .erjixl dd a{display: block;font-size: 15px;color: rgba(255,255,255,.6); text-align:left;text-decoration: none;padding-left:20px;line-height: 55px; height: 55px;  border-bottom: 1px solid #053467;
	background: url("../images/ico_arrow.png") no-repeat right;}
.nav ul li .erjixl dd a:hover{  border-bottom: 1px solid #ffffff;	color: rgba(255,255,255,1);}
/*导航菜单 end*/
/*banner轮番*/
.banner-slider:hover .owl-nav {
	opacity: 1; }
.banner-slider .owl-nav {
	display: block !important;
	transition: all 0.3s ease-in-out;
	opacity: 0; }
.banner-slider .owl-nav .owl-prev {
	left: 5%;
	top: 50%;
	font-size: 0;
	position: absolute; }
.banner-slider .owl-nav .owl-prev:hover::before {
	opacity: 1; }
.banner-slider .owl-nav .owl-prev:before {
	content: "";
	background: url("../images/icon-slider-l.png") no-repeat;
	padding: 20px;
	opacity: 0.6; }
.banner-slider .owl-nav .owl-next {
	right: 5%;
	top: 50%;
	font-size: 0;
	position: absolute; }
.banner-slider .owl-nav .owl-next:before {
	content: "";
	background: url("../images/icon-slider-r.png ") no-repeat;
	padding: 20px;
	opacity: 0.6; }
.banner-slider .owl-nav .owl-next:hover::before {
	opacity: 1; }
.banner-slider .item {
	cursor: default; 	padding: 0;
	margin: 0;}
.banner-slider .item img {
	width: auto;
	padding: 0;

	margin: 0 auto; }
@keyframes scaleDraw {
	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		transform:scale(1.1);
		/*开始为原始大小*/
	}

	100% {
		transform:scale(1);
	}

}
.suoxiao {
	-webkit-animation-name:scaleDraw;
	/*关键帧名称*/
	-webkit-animation-timing-function:ease-in-out;
	/*动画的速度曲线*/
	-webkit-animation-iteration-count:1;
	/*动画播放的次数*/
	-webkit-animation-duration:4s;
	/*动画所花费的时间*/
}

/*banner轮番 end*/
/*服务项目*/
.title {
	color: #393939;
	text-align: center;
	font-size:38px;
	font-weight:normal;
	margin-top: 50px;
	text-transform:uppercase;
	margin-bottom:0;
	letter-spacing:1px;
}
.title  span{ font-weight:bold; color:#063A74}
.title i{ padding: 0 10px;}
.title2 {
	color: #666;
	text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 16px;
	padding-bottom: 25px;
	margin-top:10px;
}
.fuwuxiangmu{width:100%;height: 560px;position:relative;margin-top:0px;overflow: hidden;}
.fuwuxiangmu .bd{
	position:relative;overflow: hidden;margin-left: -420px; margin-top: 30px;}
.fuwuxiangmu .bd li{
	width: 40%;
	height: 500px;
	float: left;
	margin: 0 10px;
	background-size: cover;
	position: relative;
}
.fuwuxiangmu .prev{width:40px;height:52px;background:url(../images/index_46.png);position:absolute;top:40%;left:10%;display: block; z-index: 99;}
.fuwuxiangmu .next{width:40px;height:52px;background:url(../images/index_48.png);position:absolute;top:40%;right:10%;display: block;z-index: 99;}
.fuwuxiangmu .hd{
	width: 320px;
	height: 2px;
	background: #C1C1C1;
	margin: 15px auto;
}
.fuwuxiangmu .hd li{
	width: 60px;
	height: 2px;
	float: left;
}
.fuwuxiangmu .hd li.on{
	background: #063A74;
}
.fuwuxiangmu .bd li .fw_text{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	transition: .5s;
}
.fw_text h2{
	width: 210px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	float: right;
	margin: 130px 0px 0px 0px;
	text-shadow: 2px 2px 5px #333;
	letter-spacing: 2px;
}
.fuwuxiangmu .bd li.cur .fw_text h2{
	float: left;
}
.fuwuxiangmu .bd li .fw_cont{
	width: 340px;
	background:rgba(255,255,255,0.6);
	border-left: 4px #063A74 solid;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	padding: 25px;
	box-sizing: border-box;
	opacity: 0;
	transition: .5s;
}
.fw_cont h2{
	font-size: 20px;
	color: #063A74;
}
.fw_cont b{
	font-size: 12px;
	color: #666;
	margin-top: 3px;
}
.fw_cont p{
	font-size: 14px;
	color: #4f4f4f;
	line-height: 22px;
	margin-top: 12px;
}
.fw_cont .more{
	margin-top: 20px;
}
.fuwuxiangmu .bd li.active .fw_text{
	opacity: 0;
	transition-delay: 1s;
}
.fuwuxiangmu .bd li.active .fw_cont{
	opacity: 1;
	transform: translateY(-50%) scale(1);
	transition-delay: 1s;
}

/*案例*/
.case{ background:url("../images/casebg.jpg") no-repeat ; padding: 20px 0; background-size: cover; margin-top: 80px;}
.case_box{  padding: 30px ; margin: 40px 0;  overflow: hidden;}
.case .p1 {float: left;font-size: 38px;color: #ffffff;}
.case .p1 b {display: block; padding-bottom: 20px;letter-spacing:2px; }
.case .p1 i {display: block;font-size: 14px;margin-top: 15px;font-style: normal}
.case .p2 {float: right;color:rgba(255,255,255,.2); }
.case .p2  p{ text-align: right;}
.case .p2  p a{ color: #fff;}
.letter { text-transform: uppercase;  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;  display: inline-block;  transform: translate3d(0, 0, 0);  margin-top: 30px;  text-shadow: rgba(255, 255, 255, 0.4) 0 0 20px;  font: normal 500 80px sans-serif;}
.letter:nth-child(1) {  animation-delay: 0s;}
.letter:nth-child(2) {  animation-delay: 0.0833333333s;}
.letter:nth-child(3) {  animation-delay: 0.1666666667s;}
.letter:nth-child(4) {  animation-delay: 0.25s;}
.letter:nth-child(5) {  animation-delay: 0.3333333333s;}
.letter:nth-child(6) {  animation-delay: 0.4166666667s;}
@keyframes bounce {
	0% {    transform: translate3d(0, 0, 0); text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;  }
	100% {    transform: translate3d(0, -1em, 0); text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;  }
}
.v_show{width:55%;position:relative;height:468px; overflow: hidden; margin-top: 30px; }
.v_cont{ width:100%;position:absolute;left:0px;top:0px;  }
.v_cont ul{;text-align:center;line-height:50px; width: 100%;
	padding:0;;}
.v_cont ul li p a{ color: #ffffff;}
.v_cont ul li{width:100%;height:458px;float:left; margin-top: 10px; position: relative;}

.v_cont ul li p{ position: absolute; left:0; bottom: 0;background:rgba(6,58,116,0.7); width:100%;color: #ffffff; height: 40px; line-height: 40px; text-align: center;}
.circle{width:44%;  padding:0; margin: 0; margin-top: 30px; }
.circle p{ background: #063A74; color: #ffffff; height: 40px; line-height: 40px; text-align: center;}
.circle li{width:auto;float:left;margin:0 2%; margin-top:10px;background: #000000; height: 146px; overflow: hidden;cursor: pointer;}
.circle li img{height: 106px;}
.circle .circle-cur img{
	opacity: 1;	}
.circle img{  height: 146px; transition: all 0.5s;
	opacity: 0.4;}
/*案例* end*/
/*公司简介*/
.about{ position: relative; padding-top:50px;}
.ab_box{ background: #fff; margin: 0px 100px; padding:100px 100px; height:200px;  position: absolute; left: 0; top:-40px;   }
.ab_fl{  width: 20%; }
.ab_fl h2{color: #393939;
	font-size: 38px; padding-bottom: 10px;}
.ab_fl b{   color: #063A74;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 1px;
;}
.ab_fl p{ margin-top: 20px;}
.ab_fl a{ color: #ffffff;}
.ab_btn {
	color: #fff;
	display: block;
	width: 100px;
	font-size: 14px;
	padding: 12px 20px;
	margin-top: 30px;
	text-align: center;
	background: #063A74;
	border-radius: 20px;
	cursor: pointer;}
.ab_btn:hover{ background: #0A4B90;}
.ab_fr{ width: 73%;}
.ab_fr p{ color:#6E6E6E; line-height: 32px; text-align:justify;
}
.ab_num{ padding:100px 0; margin-top: 160px;  background: url("../images/abbg.jpg") no-repeat; background-size: cover; background-size: 100%;}
.count:last-child{border-right: none;}
.count{float:left;
	width:33%;
	margin-top: 100px;
	border-right: 1px solid #cfcfcf;
	text-align:center;}
.count p{ padding-top:10px;font-size: 20px;color: #ffffff;}
.value,.value2,.value3{
	font-size: 60px;
	color:#fff;
	margin-top:20px;

}
/*公司简介 end*/
.customer .customerBox{ overflow:hidden;  margin-top:25px; position:relative}
.customer .customerBox em{ display: block; width: 70px; height: 70px; position: absolute; top:65px;}
.customer .customerBox em.sclt{ background:url(../images/customerLt.png)no-repeat center top; left:0; z-index: 9;}
.customer .customerBox em.scrt{ background:url(../images/customerRt.png) no-repeat center top; right:0;z-index: 9;}
.customer .customerBox em:hover{ background-position: bottom; cursor: pointer}
.customer .scCon{ overflow:hidden;  height:320px; margin:0 70px; position:relative}
.customer ul{ position:absolute; top:0; left:0;overflow: hidden;   }
.customer ul li{float:left; text-align:center; width: 14.66%; margin:1%;}
.customer ul li a{ text-decoration:none}
.customer ul li img{ border: 1px solid #dedede;}
.customer ul li p{ font-size:14px; margin-top: 15px; line-height: 20px; color: #666666; height: 40px; overflow: hidden}

/*新闻*/
.news_box{ background:#f7f7f7; padding: 50px 0;}
.news{border: 1px #dedede solid; display: block; margin: 50px 0;}
.news li{
	width: 25%;
	box-sizing: border-box;
	border-right: 1px #dedede solid;
	float: left;
	padding:30px 20px;
	margin:0px 0;

	transition: .3s;
}
.news li:last-child{
	border-right: 0px;
}
.news li .img,.news li .img img{
	width: 100%;
	height: 180px;

	overflow: hidden;
	transition: 1s;
}
.news li .cont{
	padding: 0px 0px;
}
.news li h1{color: #999999; font-size: 40px; }
.news li h2{
	font-size: 16px;
	color: #343434;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: 1px #dedede solid;
}
.news li p{
	font-size: 14px;
	color: #656565;
	line-height: 26px;
	margin-bottom: 15px;


}
.news li:hover{ background: #063A74}
.news li:hover img{
	transform: scale(1.1);
}
.news li:hover h2{
	color: #ffffff;
}
.news li:hover{
	box-shadow: 0px 2px 10px #ddd;
}
.news li:hover p{ color: #ffffff;}
.news_more {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }

@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }
/* Footer底部 */
.Footer{background:#063A74; }
.FooterTop{ padding: 80px 0;}
.Footer dl{float: left;width: 15%;}
.Footer dl dt{margin-bottom: 40px;}
.Footer dl dt a{font-size: 20px;color: #ffffff;}
.Footer dl dd a{font-size: 14px;color: rgba(255,255,255,.6);display: block;margin-top: 15px;}
.Footer dl dd a:hover{color: rgba(255,255,255,1);}
.FooterBox{ width: 30%; }
.FooterBox h3{font-size: 24px;color: #ffffff; padding-bottom: 30px;}
.FooterBox h4{font-size: 20px;color: #ffffff; padding-bottom: 30px;}
.FooterBox p{font-size: 14px;color: rgba(255,255,255,.6); line-height: 32px;}
.FooterBoxCon{padding-bottom: 40px; text-align: center; border-top:1px solid #053464;}
.FooterBoxCon p{color: rgba(255,255,255,.6);font-size: 14px;margin-top: 15px;margin-right: 25px;}
.FooterBoxCon p a{color: rgba(255,255,255,.6)}
/* Footer底部 end */
/*返回顶部*/
.scrollToTop {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	font-size: 40px;
	background: #232323;
	color: #ebebeb;
	border-radius: 3px;
	text-align: center;
	line-height: 42px;
	z-index: 999; }
.scrollToTop:hover {
	color: #FFF; }
.scrollToTop:focus {
	color: #FFF; }
/*返回顶部 end*/


