﻿@charset "utf-8";
/* CSS Document */
/*重定义*/
*{margin:0;padding:0;list-style-type:none;text-decoration:none;font-weight:normal;    text-decoration:none;
font-family: '宋体';
}
.clear{clear:both;}
body{background-color:white;}
.headerfix{
	width:100%; 
    background-color: white;
	z-index: 3;
}
a:hover{text-decoration:none!important;}
.head{width:1000px;height: 100px;margin:0 auto;}
/*width:20%;*/
.head .logo{float:left;margin:calc(50px - 35px) auto;}
.head .logo img{width:100%;display:block;}
.head .nav{width:calc(80% - 100px);float:left;margin-left:100px;}
.head .nav li{float:left; text-align: center;position: relative;}
.head .nav li>a{line-height:100px;display: block;font-size:20px;font-family: "宋体";color:#464646;padding:0 20px;transition: 0.3s;}
.head .nav li:hover>a{background-color:#0047e4;color:white;}
.head .nav li:hover dl{display: block;}
.head .nav li dl{z-index:2;position: absolute;left:0;width:100%;background-color: white;display: none; transition: 0.3s;}
.head .nav li dl a{color:#6e6e6e;font-size: 18px;line-height: 52px;border-top: 1px solid #d8d8d8;width:100%;display: block;text-align: center;transition: 1s;}
.head .nav li dl a:hover{background-color:#0047e4;color:white;}

/*banner*/
.banner{width:100%;overflow: hidden;position: relative;}
.banner .banner-img-list{overflow:hidden;z-index: 1;}
.banner .banner-img-list li{float:left;display: none;width:100%;}
.banner .banner-img-list li img{display: block;width:100%;}
/*.banner .banner-img-list li:last-child{width:100%;display: block;}*/
.banner .banner-img-list .xz-img{width:100%;display: block;}
/*banner 滑动状态*/
.banner .banner-xian-list{position: absolute;bottom:20px;left:calc(50% - 60px * 2);}
.banner .banner-xian-list li{width:60px;height:2px;background-color:white;margin-left:10px;float:left;}
/*.banner .banner-xian-list li:nth-child(1){background-color:#9c9b9b;}*/
.banner .banner-xian-list .xz-dian{background-color:#9c9b9b;}

/*banner 左右图标*/
.banner .tubiao{opacity: 0;transition:2s;}
.banner .tubiao .left{float:left;position: absolute;top:calc(50% - 45px);left:0;}
.banner .tubiao .right{float:right;position: absolute;top:calc(50% - 45px);right:0;}
.banner .tubiao div img{display:block;width:100%;}
.banner:hover .tubiao{opacity: 1;}

/*底部*/
.footer{width:100%;float:left;overflow: hidden;}
.footer .content{width:1000px;overflow: hidden;margin:40px auto;}
.footer .content .left{width:60%;float: left;}
.footer .content .right{width:40%;float: left;}

.footer .content dl{float:left;margin-left:40px;}
.footer .content dl:nth-child(1){margin-left:0;}
.footer .content dl dt{font-size:22px;color:#2a2a2a;margin-bottom: 30px;}
.footer .content dl dd a{display: block;line-height: 30px;font-size: 14px;color:#6e6e6e;}
.footer .content dl dd a:hover{color:#0047e4;}
.footer .gongzhonghao{float:left;width:40%;color:#6e6e6e;font-size:14px;text-align: center;}
.footer .gongzhonghao img{width:100%;display: block;}
.footer .address{float:right;width:calc(60% - 40px);}
.footer .address li{font-size:14px;color:#6e6e6e;width:100%;float: left;}
.footer .address li:nth-child(1){margin-bottom:8px;}
.footer .address .img-left{margin-top:12px;}
.footer .address .img-left img{width:30px;height:30px;float: left;display: block;}
.footer .address .img-left span{width:calc(100% - 40px);float: left;margin-left:10px;height:30px;    line-height: 20px;}
.footer .address .img-left .right-height{line-height: 30px;}
.footer .bottom{width:100%;background-color:#000000;text-align: center;color:white;font-size:14px;padding:10px 0;}
.footer .bottom a{font-size:14px;color:white;border-right:1px solid white;padding-right:10px;}
.footer .bottom a:hover{color:#0047e4;}
.footer .bottom span{padding-left:10px;}
/*固定栏目*/
.fixed-list{position: fixed;right:0;top:calc(50% - 120px * 2);display: none;}
.fixed-list ul li .FixedImg{width:54px;height:54px;background-color: #e7e7e7;border-top:1px solid white;}
.fixed-list ul li .FixedImg img{margin:auto;display: block;margin-top:calc((55px - 30px) / 2);}
.fixed-list ul li:last-child .FixedImg img{margin-top:calc((55px - 17px) / 2);}
.fixed-list ul li{position:relative;}
.fixed-list .FixedContent{
	position:absolute;
	top:1px;
	right:55px;
	width:170px;
	height:54px;
	background-color: #0031ae;
	text-align: center;
	display: none;
}
.fixed-list .FixedContent a{font-size:20px;color:white;line-height: 54px;}
.fixed-list ul li:hover .FixedImg{background-color: #0031ae;}
.fixed-list ul li:hover .FixedContent{display: block;}
.FixedContent:nth-child(2) img{
	float: left;
    margin-top: 7px;
    margin-left: 8px;
}
.fixed-list .FixedGongzonghao{
	height:170px!important;
	top: -61px;
}
.fixed-list .FixedGongzonghao img{
	width:100%;
	display: block;
	margin:0;
}


/*当屏幕宽度低于1000px时默认为1000px*/
@media(max-width:1000px){
	body{width:1000px!important;}
}
.footer-chidden{background-color:#ebecee!important;margin-top:100px;}



