@charset "utf-8";
/* CSS Document */
.link{
	background-color:#666;
	color:#fff;
	padding:20px 0;
	}
.link p, .link a{
	display: inline-block;
	color:#fff;
	}
.nav{
	position:fixed;
	z-index:9999;
	width:100%;
	background-color:#fff;
	}
.nav_top{
	border-bottom:1px solid #ececec;
	}
.nav_top .left{
	float:left;
	line-height:45px;
	}
.nav_top .right{
	float:right;
	line-height:45px;
	}
.nav_top .right .item .click{
    background-image: url(../images2/nav_a.png);
}
.nav_top .right .item .search-btn{
    background-image: url(../images2/nav_b.png);
}
.nav_top .right .item:hover .click{
    background-image: url(../images2/nav_ah.png);
}
.nav_top .right .item:hover .search-btn{
    background-image: url(../images2/nav_bh.png);
}
.nav_top .right .item {
    font-size: 14px;    
	height: 45px;
    display: inline-block;
    zoom: 1;
    position: relative;
    vertical-align: middle;
}
.nav_top .right .item #list {
    position: absolute;
    top: 45px;
    left: -50%;
    width: 200%;
    overflow: hidden;
	z-index:9999;   
	display: none;
	border-top:1px solid rgba(0,0,0,0.65);
}
.nav_top .right .item #list li a{
	font-size:14px;
	color:#fff;
	text-align:center;
	height:40px;
	line-height:40px;
	float:none;
	padding:0;
    background-color: rgba(0,0,0,0.65);
	}
.nav_top .right .item #list li:hover a{
	transition: all 0.3s linear;
	color:#025b9e;
    background-color:#fff;
	}
.nav_top .right .search-item{
	margin-left:40px;
	}	
.nav_top .right input[type=text] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 30px;
    padding: 5px 10px 5px 40px;
    background-color: #025b9e;
    border-radius:21px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url(../images2/search-btn3.png);
    font-size: 14px;
    color: #fff;
    background-size: 14px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.nav_top .right .item.on input[type=text] {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav_top .right a{
    display: block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:14px;
    transition: all .3s;
    color: #333;
	float:left;
}
.nav_top .right a:hover{
	color:#025b9e;
	}

.nav_bot{
	width:100%;
	height:80px;
	}
.nav_bot .center{
	position:relative;
	}
.nav_la	{
	position:fixed;
	left:0;
	top:0;
	transition:all 0.3s linear;
	box-shadow: 0 0 10px #666;
	}
.nav_la .nav_bot .logo{
	transition:all 0.3s linear;
	}
.nav_la .nav_bot .mainlevel .subnav li{
    background-color: rgba(2,91,158,0.9)!important;
	}
.nav_la .nav_bot .mainlevel .subnav li:hover{
    background-color: #fc7200!important;
	transition: all 0.3s linear;
	}
.nav_bot .logo{
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	width:12%;
	max-width:180px;
    display:flex;
    justify-content:center;
    align-items:center;
	}
.nav_bot .logo>img{
	width:100%;
	}
.nav_bot .nav_list{
	width:calc(74% - 255px);
	margin-left:25%;
	float:left;
	}
.nav_bot .tel{
	width:245px;
	float:right;
	}
.nav_bot .tel img{
	float:left;
	}
.nav_bot .tel .txt{
	float:left;
	margin-left:10px;
	height:80px;   
	display: flex;
    justify-content: center;
    align-items: center;
	}
.nav_bot .tel .txt a{
	display:block;
	font-size:26px;
	line-height:32px;
	color:#fc7200;
	font-family:"BEBAS";
	}


.nav_bot .top_rt{
	float:right;
	width:5%;
	text-align:right;
	position: relative;
    cursor: pointer;
	}
.nav_bot .top_rt p {
    font-size: 16px;
    color: #f25920;
	height: 70px;
    line-height: 70px;
}
.nav_bot .top_rt .nav_box{
	display:none;
	opacity:0;
	}
.nav_bot .top_rt:hover .nav_box {
    display: block;
	opacity:1;
	transition:all 0.3s linear;
}
.nav_bot .top_rt .nav_box {
    position: absolute;
    top: 70px;
	padding-top:10px;
    left: 0;
    width: 110%;
    background-color: #eef5fc;
    display: none;
    z-index: 999;
}	
.nav_bot .top_rt .nav_box li{
	height:40px;
	text-align:center;
	line-height:40px;
	}
.nav_bot .top_rt .nav_box li a{
	color:#666;
	font-size:16px;
	}
.nav_bot .top_rt .nav_box li:hover a{
	color:#f25920;
	transition:all 0.3s linear;
	}
	
.nav_bot .nav_list>li{    
	position: relative;
	width:calc(100%/7);
	height:80px;
	float:left;
	text-align:center;
	line-height:80px;
	}
.nav_bot .nav_list>li>a{
	color:#333;
	font-size:16px;
	display:inline-block;
	}
.nav_bot .nav_list>li>span{
	margin-left:8px;
	}
.nav_bot .nav_list>li:hover a{
	color:#025b9e;
	transition:all 0.3s linear;
	}
.nav_bot .nav_list .ative>a{
	color:#025b9e;
	}
	
.wap_nav{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:50px;
	width:100%;
	display:none;
	background-color:#fff;
	box-shadow:0 0 10px #ccc;
	}
.wap_nav_la{
	display:none!important;
	}
.logo2{
	display:none;
	display:block;
    width: 165px;
	padding:9px 0;
    margin: 0 auto;
    float: none;
	}
.nav_bot .mainlevel .subnav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 200%;    
    margin-left: -50%;
}
.nav_bot .mainlevel .subnav li {
	background-color: rgba(2,91,158,0.9);
    width: 100%;
    height: 45px;
    line-height: 45px;    
	position: relative;
    margin-right: 30px;    
	float: left;
    text-align: center;
}
.nav_bot .mainlevel .subnav li a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: rgba(256,256,256,0.9);
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    border-bottom: 1px solid rgba(256,256,256,0.4);
}
.nav_bot .mainlevel .subnav li:hover{
	background-color:#fc7200;
	transition:all 0.3s linear;
	}
.nav_bot .mainlevel .subnav li:hover a{
	color:#fff;
	transition:all 0.3s linear;
	}
	
.navbotxiala {
    display: none;
}	
@media (max-width:1499px){	
	.nav_bot .nav_list {
    width: calc(82% - 245px);
    margin-left: 18%;
    float: left;
	}
	.nav_bot .tel .txt a{
	font-size:24px;
	line-height:32px;
	}
	.nav_bot .tel {
    width: 225px;
	}
	.nav_bot .tel img {
    width: 70px;
    margin-top: 5px;
	}
}	
@media (max-width:1299px){
	.nav_bot .logo{
	margin-right:2%;
	}
	.nav_bot .nav_list>li>a{
	font-size:15px;
	}
	.nav_bot .nav_list{
	width:71%;
	}
	.nav_bot .nav_list{
		margin-left:15%;
		width:calc(85% - 220px);
	}
	.nav_bot .tel{
		width:190px;
		}
	.nav_bot .tel img{
		width:60px;
		margin-top:10px;
		}
	.nav_bot .tel .txt a{
		font-size:20px;
		line-height:26px;
		}
	.nav_bot .nav_list > li > span{
		margin-left:3px;
		}
	.nav_bot .nav_list > li > span img{
		width:10px;
		}
}
@media (max-width:1099px){
	.nav_bot .top_rt{
	width:38px;
	}
	.nav_bot .nav_list>li>a{
	font-size:14px;
	}
	.nav_bot .top_rt p{
	font-size:14px;
	}
	.nav_bot .top_rt .nav_box li a{
	font-size:14px;
	}
}
@media (max-width:996px){
	.wap_nav{
	display:block;
	}
	.nav{
	display:none;
	}
	.nav_bot{
	display:none;
	}
}