/* top */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 999999;
	background-color: #fff;
	transition: all 0.6s;
}
header ul{
	width: 1200px;
	margin: 0 auto;
}
header ul.top{
	height: 100px;
}
header ul.top li.logo{
	float: left;
	height: 80px;
	margin-top: 10px;
}
header ul.top li.logo img{
	display: block;
	width: auto;
	height: 100%;
}
header ul.top li.tel{
	float: right;
	height: 48px;
	margin: 26px 0;
	padding-left: 60px;
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
}
header ul.top li.tel h6{
	font-size: 14px;
	color: #333333;
	line-height: 1;
}
header ul.top li.tel h1{
	font-size: 32px;
	font-style:italic;
	color: #027acb;
	line-height: 1;
	text-shadow: 0.5px 0.866px 1px rgba(3, 28, 22, 0.4);
	margin-top: 5px;
}
/* nav */
header .nav{
	width: 100%;
	height: 48px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
}

header .nav ul{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;display: -webkit-flex;display: flex;
}
header .nav ul li{
	float: left;
	-webkit-box-flex:1;-webkit-flex: 1;flex: 1;width: 100%;
	border-left: 1px solid #2987e5;
}
header .nav ul li:last-child{
	border-right: 1px solid #2987e5;
}
header .nav ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 48px;
	text-align: center;	
	transition: all 0.6s;
}
header .nav ul li a:hover,
header .nav ul li a.active{
	background-color: #005c98;
}


/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 148px;
}
.slideBox .hd {
	height: 10px;
	z-index:1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}
.slideBox .hd ul{
	text-align:center;
	padding-top:5px;
}
.slideBox .hd ul li {
	cursor:pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}
.slideBox .hd ul .on {
	background: #027acb;
	color: #fff;
}
.slideBox .bd{
	position:relative;
	z-index:0; 
}
.slideBox .bd li img{
	width:100%;
	vertical-align:top;
} 
/* about */
.about_box{
	width: 100%;
	padding: 64px 0;
}
.about_box ul.about{
	width: 1200px;
	margin: 0 auto;
}
.about_box ul.about li.left{
	float: left;
	width: 492px;
	height: 332px;
	position: relative;
	margin-right: 36px;
}
.about_box ul.about li.left img{
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	height: 320px;
	z-index: 10;
}
.about_box ul.about li.left .img_bg{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 480px;
	height: 320px;
	background-color: #027acb;
	box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.12);
	z-index: 9;
}
.about_box ul.about li.right{
	float: left;
	width: 592px;
	height: 332px;
	position: relative;
}
.about_box ul.about li.right h3{
	font-size: 24px;
	font-weight: normal;
	color: #1f1f1f;
	line-height: 1;
	text-align: left;
}
.about_box ul.about li.right h4{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 24px;
}
.about_box ul.about li.right p{
	font-size: 14px;
	color: #333333;
	text-indent: 2em;
	text-transform: uppercase;
	line-height: 2;
	text-align: justifyLeft;
}
.about_box ul.about li.right .more{
	position: absolute;
	left: 0;
	bottom: 0;	
}
.about_box ul.about li.right .more a{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	background-color: #027acb;
	border: 2px solid #027acb;
	box-sizing: border-box;
	transition: all ease 0.6s;
}
.about_box ul.about li.right .more a:hover{
	background-color: #fff;
	color: #027acb;
	transition: all ease 0.6s;
}
.about_box ul.about li.center{
	float: right;
	width: 44px;
	height: auto;
}
.about_box ul.about li.center img{
	width: 100%;
	height: auto;
}

/* anli */
.tab {
    width: 100%;
    padding: 64px 0;
	background-image: url(../images/al_bg.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
.tab .box {
    width: 1200px;
    position: relative;
    margin: 0 auto;
	overflow: hidden;
}
.tab .box>.left {
    width: 228px;
    float: left;
    overflow: hidden;
}

.tab .box>.left .col_tit{
    width: 100%;
    height: 104px;
	padding-top: 30px;
    background: #027acb;
    color: #fff;
	text-align: center;
}
.tab .box>.left .col_tit h1{
    font-size: 28px;
	line-height: 28px;
}
.tab .box>.left .col_tit h2{
    font-size: 12px;
	color: #e5e5e5;
}
.tab .box .menus li {
    width: 228px;
    height: 84px;
    background: #f2f2f2;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 84px;
	margin-bottom: 1px;
	cursor: pointer;
    transition: all 0.6s;
	box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.4);
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.tab .box .menus li:last-child{
    margin-bottom: 0;
}
.tab .box .bg {
    background: #027acb !important;
	color: #fff !important;
}
.tab .right {
    float: right;
    width: 948px;
    height: 428px;
    overflow: hidden;
}
.tab .right .tab_right {
	width: 948px;
	height: 668px;
}
.tab .right .tab_right ul {
    width: 100%;
}
.tab .right .tab_right ul li{
	float: left;
    width: 300px;
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	transition: all ease 0.6s;
}
.tab .right .tab_right ul li:nth-child(3n){
	margin-right: 0;
}
.tab .right .tab_right ul li:nth-child(1){
	margin-bottom: 24px;
}
.tab .right .tab_right ul li:nth-child(2){
	margin-bottom: 24px;
}
.tab .right .tab_right ul li:nth-child(3){
	margin-bottom: 24px;
}
.tab .right .tab_right ul li .img_box{
	width: 300px;
	height: 200px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(206, 206, 206);
	box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.4),inset 0px -2px 10px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all ease 0.6s;
}

.tab .right .tab_right ul li .img_box img{
	width: 100%;
	height: 100%;
	transition: all ease 0.6s;
}
.tab .right .tab_right ul li p{
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(2,122,203,0.8);
	box-sizing: border-box;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	/* border-bottom:4px solid #fff; */
	transition: all ease 0.6s;
}
.tab .right .tab_right ul li:hover .img_box img{
	transform: scale(1.01);
}
.tab .right .tab_right ul li:hover p{
	bottom: 4px;
}
/* anli-m */
.pavilion-container{
	display: none;
}
/* cp */
.cp_box{
	width: 1200px;
	margin: 0 auto;
	padding: 64px 0;
	overflow: hidden;
}
.cp_box .tit{
	width: 100%;
	margin-bottom: 32px;
}
.cp_box .tit h1{
	width: 100%;
	font-size: 28px;
	color: #1f1f1f;
	line-height: 1;
	text-align: center;
}
.cp_box .tit h2{
	width: 100%;
	font-size: 12px;
	color: #999999;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}
		.post-slide{
			background: #fff;
			margin: 0 12px;
		}
		.post-slide .pic{
			overflow: hidden;
			position: relative;
		}
		.post-slide .pic img{
			width: 100%;
			height: auto;
			transform: rotate(0deg) scale(1,1);
			transition: all 0.9s ease 0s;
		}
		.post-slide:hover img{
			transform: rotate(-2deg) scale(1.1,1.1);
		}
		.post-slide p{
			width: 100%;
			height: 32px;
			line-height: 32px;
			text-align: center;
			font-size: 16px;
			color: #fff;
			background-color: #027acb;
		}
		.post-slide .pic:after{
			content: "";
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,0);
			transition: all 0.9s ease 0s;
		 
		}
		.post-slide:hover .pic:after{
			background: rgba(255,255,255,0.2);
		}
		


/* news */
.news_box{
	width: 100%;
	padding: 0 0 64px 0;
	display: none;
}
.news_box .tit{
	width: 100%;
	margin-bottom: 32px;
}
.news_box .tit h1{
	width: 100%;
	font-size: 28px;
	color: #1f1f1f;
	line-height: 1;
	text-align: center;
}
.news_box .tit h2{
	width: 100%;
	font-size: 12px;
	color: #999999;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}
.news_box ul.news{
	width: 1200px;
	margin: 0 auto;
}
.news_box ul.news>li{
	width: 48%;
}
.news_box ul.news>li.left{
	float: left;
}
.news_box ul.news>li.right{
	float: right;
}
.news_box ul.news>li .tit-box{
	width: 100%;
}
.news_box ul.news>li .tit-box h1{
	font-size: 18px;
	line-height: 1;
	color: #333333;
	text-align: left;
}
.news_box ul.news>li .tit-box h3{
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	color: #ccc;
	 text-transform: uppercase;
	text-align: left;
}
.news_box ul.news>li .tit-box div.line{
	width: 100%;
	margin-top: 10px;
}
.news_box ul.news>li .tit-box div.line .left{
	float: left;
	width: 120px;
	height: 1px;
	background-color: #3a6db5;
}
.news_box ul.news>li .tit-box div.line .right{
	float: left;
	width:calc(100% - 120px);
	height: 1px;
	background-color: #d6d6d6;
}
.news_box ul.news>li ul.news-list{
	width: 100%;
	margin-top: 20px;
}
.news_box ul.news>li ul.news-list li{
	width: 100%;
	border-bottom: 1px dashed #cccccc;
}
.news_box ul.news>li ul.news-list li p{
	float: left;
	font-size: 14px;
	line-height: 44px;
	color: #808080;
	max-width: 80%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	transition: all 0.5s ease 0s;
}
.news_box ul.news>li ul.news-list li p span{
	color: #3a6db5;
}
.news_box ul.news>li ul.news-list li div.time{
	float: right;
	font-size: 14px;
	line-height: 44px;
	color: #808080;
	transition: all 0.5s ease 0s;
}
.news_box ul.news>li ul.news-list li:hover p,
.news_box ul.news>li ul.news-list li:hover div.time{
	color: #3a6db5;
	transition: all 0.5s ease 0s;
}

/* footer */
.footer{
	width: 100%;
	min-height: 200px;
	padding: 48px 0;
	background-color: #1a1b1c;
}
.footer>ul{
	width: 1200px;
	margin: 0 auto;
}
.footer>ul>li{
	float: left;
}

.footer>ul>li.ewm_box{
	width: 57%;
}
.footer>ul>li.ewm_box img{
	width: 176px;
	height: 176px;
	margin-left: calc((100% - 176px) / 2);
}
.footer>ul>li.ewm_box p{
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #b3b3b3;
	text-align: center;
	margin-top: 10px;
}
.footer>ul>li.add_box{
	width: 24%;
	text-align: left;
}
.footer>ul>li.add_box h2{
	font-size: 22px;
	color: #fff;
	line-height: 1;
}
.footer>ul>li.add_box h3{
	font-size: 12px;
	color: #cccccc;
	line-height: 28px;
}
.footer>ul>li.add_box p{
	width: 100%;
	font-size: 14px;
	color: #cccccc;
	line-height: 2;
	padding: 12px 0;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	margin-top: 20px;
}
.footer>ul>li.bottom_logo{
	float: right;
	width: 19%;
}
.footer>ul>li.bottom_logo img{
	width: 100%;
}
/* copy */
.copy_box{
	width: 100%;
	/* height: 64px; */
	background-color: #1a1b1c;
	border-top: 1px solid #313131;
}
.copy_box ul{
	width: 1200px;
	margin: 0 auto;
}
.copy_box ul li{
	float: left;
	font-size: 14px;
	color: #888888;
	line-height: 64px;
}
.copy_box ul li.cnzz{
	margin-left: 24px;
	margin-top: 26px;
}
.copy_box ul li.webodm{
	float: right;
}
.copy_box ul li.webodm a{
	color:  #888888;
	transition: all ease .6s;
}
.copy_box ul li.webodm a:hover{
	color:  #ffc803;
}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:40px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#027acb;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:-10px;}
.suspension .d-qrcode{top:38px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d .inner-box .qrcode-img img{
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/* 底部导航 */
.footer_nav{
	display: none;
}