.a_hover:hover{text-decoration: underline;color:red;}
.a_hover_color:hover{color:red;}
.page{line-height: 1.5}
.page a,.page span{display: inline-block;padding: 5px 10px;border:1px solid #999;margin:2px;color:#999;margin-top:10px;}
.page .prev,.page .next{padding:5px;margin:0px;}
.page .current{background: #999;color:#fff;}

.index_top{
	background-color: #282525;
	color: #fff;
}
.index_top a{
	color: #fff;
}
.logo{
	text-align: center;
	background-color: #1065b9;
	width: 114px;
	border-radius: 0 0 57px 57px;
	z-index: 400;
}
.header{
	
}
.header .w{
	/*margin-bottom: -25px;*/
	/*height: 150px;*/

}
.header .desc{
	color: #888;
}
.header .right{
	background-image: url(../images/ewm.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header .right .tel{
	border-radius: 20px;
	background-color: #1065b9;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 23px center;
}
.nav{
	border-top: 1px solid #afafaf;
	color: #333;
	font-size: 0px;
	text-align: center;
	margin-top: -45px;
    position:sticky;
    top:0;
    z-index:200;
    background:white;
	-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.32);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.32);

}
.nav a{
	display: block;
	color: #333;
}
.nav .item:first-child{
	margin-left: 130px;
}
.nav .item{
	width: 132px;
	transition: all 0.4s;
	font-size: 17px;
	float: left;
}
.nav .item::before{
	content: '|';
	color: #b3b3b3;
	position: absolute;
	top: 0;
	left: 0;
	font-family: '宋体';
	width: 1px;
	/* overflow: hidden; */
	text-align: left;
}
.nav .item:first-child::before{
	content: ''
}
.nav .item:hover::before,
.nav .item:hover + .item::before,
.nav .item.hover::before,
.nav .item.hover + .item::before{
	content: '';
}
.nav .item:hover,
.nav .item.hover{
	background-color: #1065b9;
}
.nav .item:hover a,
.nav .item.hover a{
	color: #fff;
}
.nav .son{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
	background-color: #1065b9;
	font-size: 15px;
	line-height: 40px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s;
}

.nav .item:hover .son{
	max-height: 200px;
}
.index_search{
	position: absolute;
	width: 100%;
	bottom: 36px;
	z-index: 100;
}
.index_search .left{
	height: 110px;
	background-color: rgba(2,18,34,0.65);
}
.index_search .right{
	height: 110px;
	background-color: rgba(255,255,255,0.85);
}
.index_search .search input{
	width: 340px;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background-color: transparent;
	height: 50px;
	font-size: 14px;
	color: #fff;
}
.index_search .search input::-webkit-input-placeholder {
	color: #fff;
}
.index_search .search input::-moz-input-placeholder {
	color: #fff;
}
.index_search .search input::-ms-input-placeholder {
	color: #fff;
}
.index_search .search a{
	color: #fff;
}
.index_search .search button{
	position: absolute;
	right: 100px;
	bottom: 0;
	background-color: transparent;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 50px;
	border: none;
}
.index_search .tel{
	color: #160000;
	background-image: url(../images/tel1.png);
	background-position: 57px 35px;
	background-repeat: no-repeat;
}
.index_bg{
	background-image: url(../images/cbg.png);

}
.index_title .zh{
	letter-spacing: 4px;
	color: #1f1f1f;
}
.index_title .zh .gre{
	color: #1065b9;
}
.index_title .desc{
	color: #3d3d3d;
}
.index_title .bt{
	font-size: 0;
}
.index_title .bt .wrap::before,
.index_title .bt .wrap::after{
	content: '';
	width: 166px;
	height: 1px;
	background-color: #d1d1d1;
	position: absolute;
	top: 50%;
}
.index_title .bt .wrap::before{
	left: -165px;
}
.index_title .bt .wrap::after{
	right: -165px;
}
.index_title .bt .wrap .item{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #d1d1d1;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.index_title .bt .wrap .item.curr{
	background-color: #1065b9;
	margin-left: 20px;
	margin-right: 20px;
}
.index_case_cate{
	font-size: 0;
	z-index: 10;
}
.index_case_cate .item{
	display: inline-block;
	width: 216px;
	height: 78px;
	line-height: 78px;
	background-color: #2e2e2e;
	transition: all 0.4s;
}
.index_case_cate .item a{
	color: #fff;
	font-size: 22px;
}
.index_case_cate .item.hover{
	background-color: #1065b9;
}
.index_case{
	background-color: #1f1c1c;
	margin-top: -39px;
}
.index_case .item{
	width: 300px;
	margin-right: 20px;
}

.index_case .items{
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	width: 100%;
	top: 0;
}
.index_case .items.hover{
	position: relative;
	z-index: 10;
	opacity: 1;
}
.index_gc ul{
    margin-right:-50px;
}
.index_gc .item{
	width: 290px;
	margin-right: 13px;
    float:left;
    margin-bottom:13px;
}

.index_gc .items{
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	width: 100%;
	top: 0;
    z-index:1;
    
}
.index_gc .items.hover{
	position: relative;
	z-index: 10;
	opacity: 1;
}
.index_gc .title{
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    color:white;
    background:rgba(0, 0,0,0.2);
    transition: all 0.4s;
    top:0;
    bottom:0;
    line-height:30px;
    font-size:20px; 
    opacity:0
}
.index_gc .tit{
    display:table-cell;
    vertical-align:middle;
    width:300px;
    height:230px;
}
.index_gc .item:hover .title{
     opacity:1
}

.index_gc_cate{
	font-size: 0;
}
.index_gc_cate .item{
	display: inline-block;
	font-size: 19px;
	text-align: center;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	transition: all 0.4s;
	border-radius: 20px;
	background-color: #1f1c1c;
	margin-left: 10px;
	margin-right: 10px;
    
}
.index_gc_cate .item a{
	color: #fff;
	display: block;
}
.index_gc_cate .item.hover{
	background-color: #1065b9;
}
.index_gc_cate .line{
	width: 100%;
	height: 2px;
	background-color: #d8d8d8;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}
.index_pz{
	background-color: #1f1c1c;
}
.index_pz .item{
	float: left;
	width: 240px;
	margin-left: 60px;
}
.index_pz .item .tit{
	font-size: 20px;
	line-height: 30px;
	padding-left: 115px;
	display: table-cell;
	vertical-align: middle;
	height: 152px;
}
.index_pz .item .img{
	position: absolute;
	left: 0px;
	line-height: 152px;
	
}
.index_pz .item::after{
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -30px;
	background-color: #413d3d;
}
.index_pz .item:last-child::after{
	display: none;
}

.index_news .titles .tit{
	padding-left: 17px;
}
.index_news .titles .tit::before{
	content: '';
	width: 6px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1065b9;
}
.index_news .left{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
}
.index_news .left .x{
	color: #d40000;
}
.index_news .right{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
}
.index_news .right .wrapper{
	border-top: 1px solid #d4d4d4;
	margin-right: -100px;
}
.index_news .right .item{
	width: 368px;
	float: left;
	margin-top: 26px;
	margin-bottom: 3px;
	margin-right: 40px;
}
.index_news .right .item .title{
	padding-left: 17px;
	
}
.index_news .right .item .title::before{
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	background-color: #1065b9;
}
.index_news .right .item .date{
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_about .titles{
	color: #1065b9;
}
.index_about .line{
	background-color: #d0d0d0;
	height: 1px;
}
.index_about .desc{
	color: #555;
}
.index_about .btn .item{
	background-color: rgb(16, 101, 185);
	width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 18px;
}
.index_about .btn .item a{
	color: #fff;
}
.index_about .btn .item.x{
	background-color: #1f8dd8;
}
.index_zs .item{
	width: 290px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin-right: 12px;
}
.footer .w{
	min-height: 320px;
	background-image: url(../images/ewm2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.footer{
	background-color: #1c1c1c;
	color: #dfdfdf;
}
.footer a{
	color: #dfdfdf;
}
.footer  .items{
	background-repeat: no-repeat;
	background-position: right 67px;
	background-image: url(../images/f.png);
}
.footer .footer_nav .item{
	float: left;
	width: 45%;
	
}
.footer  .items2 .wrap{
	color: #dfdfdf;
	
}
.footer  .items2 .wrap .item{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.footer  .items2 .wrap .item1{
	background-image: url(../images/f1.png);
}
.footer  .items2 .wrap .item2{
	background-image: url(../images/f2.png);
}
.footer  .items2 .wrap .item3{
	background-image: url(../images/f3.png);
}
.footer  .items2 .wrap .item4{
	background-image: url(../images/f4.png);
}
.index_link{
	background-color: #005ab2;
	color: #fff;
}
.index_link a{
	color: #fff;
}
.footer_b{
	background-color: #191919;
	color: #aaaaaa;
}
.footer_b a{
	color: #aaaaaa;
}
.crumb{
	background-color: #f2f2f2;
	color: #666666;
}
.crumb a{
	color: #666666;
}
.img_list .wrapper{
	margin-right: -100px;
}
.img_list .item{
	float: left;
	width: 380px;
	margin-right: 29px;
	margin-bottom: 32px;
}
.img_list .item .title{
	background-color: #1f1c1c;
}
.img_list .item .zx{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1065b9;
}
.img_list .item .zx a{
	display: block;
}
.img_list_news .items{
	background-color: #f7f7f7;
	border-bottom: 3px solid #e2e2e2;
}
.img_list_news .items .titles .tit{
	background-image: url(../images/n.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.img_list_news .items .item .tit{
	color: #1f1f1f;
}
.img_list_news .items .item .date{
	color: #a5a5a5;
}
.container_left_title{
	background-color: #151e33;
}
.container_left .wrap1,
.container_left .wrap2{
	background-color: #f0f0f0;
	padding-bottom: 1px;

}

.container_left .wrap2 .tit{
	color: #151e33;
}
.c9{color: #999;}
.container_left .wrap2 .item{
	padding-bottom: 23px;
	margin-top: 20px;
	border-bottom: 1px solid #cbcbcb;
}
.container_left .wrap2 .item:last-child{
	border: none;
}
.news_list .item{
	border: 1px solid #dddddd;
	transition: all 0.4s;
	margin-bottom: 17px;
}
.news_list  .item .date{
	background-color: #413d3d;
	transition: all 0.4s;
}
.news_list  .item .date .ym{
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.news_list  .item .title{
	transition: all 0.4s;
}
.news_list  .item .desc{
	color: #666666;
	font-family: '宋体';
}
.news_list  .item:hover .date{
	background-color: #1065b9;
}
.news_list  .item:hover .title{
	color: #8c0000;
}
.w930{
	width: 930px;
}
.news_list_case .case{
	background-color: #1065b9;
	border-radius: 5px;
}
.news_list_case .wrap .item{
	width: 312px;
	margin-right: 20px;
}
.show_show h1{
	font-weight: 500;
	font-size: 23px;
	text-align: center;
}
.show_show .info{
	font-size: 13px;
	color: #848484;
	margin-top: 7px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
}
.about_fc{
	background-color: #f5f5f5;
}
.about_fc .item{
	width: 340px;
	margin-right: 15px;
}
.about_two .w{
	background-image: url(../images/ab3.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 256px
}