@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #323232;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
object{width:100%;max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #323232;}
a:hover{color: #003c7c;text-decoration: none;  }
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.relative
{
	position:relative;
}
/*.clearfix {
*display:table;
*zoom:1;
}*/
.clear{*zoom:1;}
.clear:after{content: '';display: block;clear:both;}
.black_bg01{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70)}
/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; top:0;left:0;background:url(../images/top_bg.jpg) no-repeat top center; z-index: 9999; }
.header.current .black_bg01{display: block;}
.topWrap{width: 100%;}
.top{height: 42px;line-height: 42px;width: 1225px;margin:0 auto;}
.top a{color:#fff;display: inline-block;*display: inline;*zoom:1;}
.top span{color:#fff;margin:0 5px;display: inline-block;*display: inline;*zoom:1;}
.top a:hover{opacity: 0.8;}
.top_lf{float:left;}
.top_rt{float:right;}
.nav-wrapper{width: 100%;height: 189px;}
.logo{ width:200px; height:0; position: relative;z-index: 99992;top:-34px;margin:0 auto;transition: all 0.3s ease}
.logo_bg{width: 260px;height: 0;position: relative;z-index: 99990;top:75px;margin:0 auto;}

.nav{width:1130px;margin:0 auto;z-index: 9992; padding-top:131px; padding-left:130px;}
.nav_lf{width: 100%;float:left;}
.nav_rt{width: 41.24%;float:right;}
.nav>ul>li{ float:left;height: 58px;transition: all 0.3s ease; width:10%; position: relative;}
.nav>ul>li>a{padding:0;text-align:center;line-height:58px;height: 58px;color:#fff;transition: all 0.3s ease; font-size:18px; display: block;}
.menu ul {
	position: absolute;top: 58px;left: -38px;z-index: 99999;background:rgba(0,71,157,0.8);-webkit-transition: opacity .25s ease .1s;-moz-transition: opacity .25s ease .1s;-o-transition: opacity .25s ease .1s;-ms-transition: opacity .25s ease .1s;transition: opacity .25s ease .1s;overflow: hidden;
}
.menu li a:hover{height: 58px;line-height: 58px;color:#00479d;font-weight: bold;background: white;}
.menu li:hover > ul {opacity: 1;
}
.menu ul li {height: 0;overflow: hidden;padding: 0;-webkit-transition: height .25s ease .1s;-moz-transition: height .25s ease .1s;-o-transition: height .25s ease .1s;-ms-transition: height .25s ease .1s;transition: height .25s ease .1s;}
.menu ul li a{font-weight: bold;color: white;height: 58px;line-height: 58px;font-size:16px;}
.menu li:hover > ul li {height: 58px;overflow: visible;padding: 0;float: none;}
.menu ul li a {display: block;width: 150px;padding: 0 20px;margin: 0;border: none;text-align: center;border-bottom: 1px solid #0857b6;}
.menu ul li:last-child a {border: none;}
.menu ul li a:hover{height: 57px;line-height: 57px;display: block;width: 150px;padding: 0 20px;margin: 0;}
/**/
.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}




.serBtn{background:url(../images/serBtn.png) no-repeat center center;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 18px;height: 42px;}
.serWrap{height:0;overflow:hidden}
#ser{width:100%;overflow: hidden;padding:20px 0 ;background-color:#fff;border-bottom:1px solid #ededed;display: none;}
.ser{width:800px; height:38px; line-height:34px; background-color:#fff;z-index:9999994; margin:0 auto;position: relative;}
.search input{position:absolute;  height: 34px;line-height:34px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#a4a4a4; padding:0 0 0 7px;width:83%;border:1px solid #bfbfbf;}   
.search input.notxt1 {position: absolute;width: 15%;height:34px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background-color: #df4c36;border:1px solid #df4c36;height: 36px;}
.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 14px;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.goTop:hover{color:#fff;background-color:#e46856;}
/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top:5px;right: 0;z-index: 99991}
.mobile_title{width: 100%;float:left;color:#fff;position: absolute;left:0;top: 0;width: 50%;height: 40px;line-height: 40px;text-align: center;font-size: 14px;font-weight:normal;}
.mobile_title a{float:left;margin-left: 10px;color:#fff;line-height: 31px;height: 31px;}
.mobile-inner-header{width:100%;
    height: 42px;position: absolute;top: 0px;right: 0px;}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span.mobile_home{font-size: 14px;width: 40px;border-top:0;height:100%;text-align:center;font-weight: normal;display: block;border:1px solid #ccc;border-radius: 2px;}
.mobile-inner-header-icon{
    color: #fff; height: 28px;line-height: 28px; text-align: left;float:right;width: 40px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 


@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#eaeef5;width: 100%; position: absolute;top: 67px;   left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#0050a5;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 2.5rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/serBtn.png) no-repeat center center;border:none;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;border-bottom:solid 1px #d3d3d3;padding:6px 0;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;}
/*footer*/

.footer{width: 100%; background:url(../images/foot.jpg) no-repeat top center #0b5aa7; color: white; font-size: 16px; padding-bottom:20px; text-align: center;}
.footer span,.footer strong{display: inline-block;*display: inline;*zoom:1;font-size:14px;color:#fff;line-height: 27px;}
.friend_link a{display: inline-block; padding: 10px 20px; color: white; font-size: 16px; margin: 20px 0;}
.friend_link span{font-size: 16px; margin-right: 20px;}
.footer .iw p{text-align: left; height: 30px; line-height: 30px; text-indent: 1em;}
.footer strong{color:#5389c3;margin:0 25px;}
.tel{background:url(../images/tel_bg.png) no-repeat left center;padding-left:42px;}
.iw{width: 1200px; margin: 0 auto;}
.wx_weibo{background: url("../images/code.png") no-repeat right center;}
@media screen  and (max-width:1225px) {
  .top,.nav{width: auto;padding:0 15px;}
  .footer{background:#0b5aa7;padding:15px;width: auto;}


}

@media screen  and (max-width:1024px) {
	.nav{display: none;}
  .logo_bg{display: none;}
  .logo{width: 115px;}
  .nav-wrapper{height: 189px;}
  .top{display: none;}
  .topWrap{height: 42px;}
  .mobile{display: block;}
  .logo_bg{display: none;}

  
}
@media screen  and (max-width:992px) {

  
  
}
@media screen  and (max-width:768px) {
	
}
@media screen and (max-width:640px) {
	
	
	}
@media screen and (max-width:600px) {
 
 
}
	
	

@media screen and (max-width:480px) {
    .footer strong{display: none;}
    
}
@media screen and (max-width:360px) {
  .mobile_title a{font-size:12px;
  }
	 
}

