﻿/*---------------------------------//top导航-----------------------------------*/

.btn_nav	{display:none}
#header { width:100%; height:100px; 
    background-color: #ffffff;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
/*  -webkit-box-shadow: 0 1px 1px #E2E2E2;  
  -moz-box-shadow: 0 1px 1px #E2E2E2;  
  box-shadow: 0 1px 1px #E2E2E2;*/}
.navMain{ width:1200px; margin:0 auto;  }
.navMain a.logo{ display:block; float:left;  max-width:210px; height: 95px;
    padding-top: 5px;  }
.navMain a.logo IMG{  width:100%;}

.nav{ float:right; }
  /* 一级导航 */
.nav ul{ float:right; margin-right:-21px;}
.nav ul li{ float:left; position:relative;  }
.nav ul li span{ display:none;  }
.nav ul li a{ display:block;width: auto; padding:0 32px; font-size:20px; line-height:100px; text-align:center; color:#333 ;  }
.nav ul li:nth-of-type(6) a{padding-right:20px;}
.nav ul li a:hover,.nav ul li a.cur{  color:#BD0F0C; }
/*.nav ul li a.cur:after{ content:""; z-index:999;position:absolute; bottom:16px; left:35px; width:65px; height:2px;background:#2367B5;}*/
.nav ul li a.language{padding:0 0 0 15px!important; overflow:hidden;
    font-family: 'Titillium Web',Arial,"微软雅黑";
    font-size: 15px;
    color: #969697;
}
.nav ul li a.language:hover,.nav ul li a.language.hover{  color:#0099ff; }
  /* 二级导航 */
.nav ul ul{ position:absolute; left:0; top:90px; display:none ; border-top:#008BD2 5px solid;
width:180px; z-index:999; padding:5px 0;   margin-left:-23px;
background-color: rgba(255,255,255,0.95); 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);/*ie6*/
}
.nav ul ul:before{ content:""; z-index:999;position:absolute;
    left: 50%;
    top: 0; margin-left:-3px;
    display: block;
    border-color:#008BD2 transparent transparent transparent;
    border-width: 6px;
    border-style: solid;
    width: 0px;
    height: 0px;
}

.nav ul li li{ float:left;width:100%;position:relative; }
.nav ul li li:last-child a{border-bottom:none; }
.nav ul li li a{ float:left; width:90%;padding:8px 5%; border-bottom:#ccc 1px dashed; text-align:left;  font-size:15px; line-height:24px;color:#444; }
.nav ul li li a:hover{ color:#0066CC;  }
.nav ul li li:after {
    transition: all ease-out 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: ;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transform: rotate(45deg);
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
.nav ul li li:hover:after{   right: 3px;  border-right: #008BD2 1px solid;    border-top: #008BD2 1px solid;}

 /* 三级导航 */
.nav ul li ul li ul{ position:absolute; display:none; z-index:12; left:204px; top:0;  }
.nav ul li ul li:last-child ul{  display:none; height:0; width:0; background: none;  }
.nav ul li ul li ul li a{ }
.nav ul li ul li ul li a:hover{ }

@media screen and (max-width:1030px){
	.navMain{ width:98%;  }
	.nav ul {    margin-right:0;}
	.nav ul li a {    padding: 0 23px;}
	.nav ul li:nth-of-type(6) a{padding-right:0px !important;}
#header {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    top: 40px;
    left: 0;
    z-index: 999;
    /* border-bottom: #E9EFF5 1px solid; */
}
}
@media screen and (max-width:800px){
#header {
    position: fixed;

}	

.navMain a.logo{  padding-left:5px; max-width:50px;  }
	
	 .btn_nav	{display:block; font-size:0; position:absolute; top:10px; right:10px;width:32px; height:32px; background:#FFF;}
	 .btn_nav span:before { content:"";position:absolute; left:3px;top:6px; width:26px; height:2px; background:#000;transition: all ease-out 0.3s;}
	 .btn_nav span:after { content:"";position:absolute; left:3px;bottom:6px; width:26px; height:2px; background:#000;transition: all ease-out 0.3s;}
	 .btn_nav span{ width:26px; height:2px; background:#000;  display:block; margin:15px auto;}
	 
	 .btn_nav span.open{background:none;  }
	 .btn_nav span.open:before { transform: rotate(45deg); top:50%; margin-top:-1px;}
	 .btn_nav span.open:after { transform: rotate(-45deg);bottom:50%;margin-bottom:-1px;}
	 
	 #header{ width:100%;  height:50px; background:rgba(255, 255, 255, 1);position:fixed;  top:40px; left:0; z-index:999; /*border-bottom:#E9EFF5 1px solid; */  }

	 .nav	{overflow-y:scroll; position:fixed; z-index:9999; top:90px; bottom:0; left:auto; right:-100%;  margin:0; width:100%; background: rgba(0,0,0,0.9);
	 -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);}
	 .nav.on	{ right:0 !important;/*box-shadow: -1px 0 1px #E9EFF5;*/
	 -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	 }
/* 一级导航 */
	 .nav ul	{width: 100%;/*margin-top:51px !important;*/margin-right:0 !important;background:rgba(0, 0, 0, 0.6);}
	 .nav ul li	{float:left; width:100% !important; margin:0 !important; border-top:1px solid #e9eff5;background:rgba(255, 255, 255, 0.95); }
	/* .nav ul li:first-child	{border-top:1px solid #e9eff5; }*/
	 .nav ul li span{ display: block!important; position:absolute; left:0; top:0; width:100%; height:50px; background:none;  }
	 .nav ul li a	{ font-size:15px; text-align:left; line-height:50px; /*text-indent:30px;position:relative;*/color:#666; }
	 .nav ul li a:after		{
	transition: all ease-out 0.1s;
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
  
    top: 50%;
    margin-top: -6px;
    right: 23px;
    transform: rotate(-45deg);
    border-right: #777 1px solid;
    border-bottom: #777 1px solid;
	}
   .nav ul li a.wuji:after{transform: rotate(-45deg) !important;  top: 25px; right: 23px; border-right: #777 1px solid !important; border-bottom: #777 1px solid !important;width: 10px; height: 10px;}
   .nav ul li a.cur:after{transform: rotate(-45deg);  top: 25px;  border-right: #008BD2 1px solid;    border-bottom: #008BD2 1px solid;}

	 .nav ul li.on ul li a:after	{display:none !important;}	
	 .nav ul li.on:hover a:after ul li a:after	{display:none}
	 .nav ul li ul li a:after	{display:none !important}
	 .nav ul li:hover ul li a:after	{display:none !important}
/* 二级导航 */
	 .nav ul ul	{position:static !important;  margin:0 !important; padding:0 !important; border:0; background:#f0f5fa; box-shadow:none; width:100%; overflow:hidden;}
	 .nav ul ul:before {display:none !important;}
	 .nav ul li li	{ background:#f0f5fa;}
	 .nav ul li li:after {    right: 28px;}
	 .nav ul li li a	{padding: 8px 0; text-indent:10%; width:100%; color:#666; font-size:14px !important; text-transform:none}
	 .nav ul li li:first-child a:hover	{box-shadow:none}
	
	 
/* 三级导航 */
.nav ul li ul li ul li a{ text-indent: 30px !important;  }

}
  
  
  
  
  
  
  
  
  
  
