
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family:"Microsoft YaHei", 'Open Sans', sans-serif;
    line-height: 1;
	font-size: 16px;
    color: #a8a8a8;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Microsoft YaHei', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 100px 0;
}

.section-title {
  margin: 0 auto 85px;
  width: 420px;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #2BA2E3;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
#navigation{background-color: #fff;
display:block;
  border-bottom: 0px solid #ccc;
  box-shadow: 0px -30px 90px #000;}
#navigation2{background-color: #f6f6f6; padding:10px 0;
display: block;
  border-bottom: 0px solid #ccc;
}
.animated-nav .navbar-brand {
  padding: 15px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 25px; margin:0 6px;
}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 30px 0;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #333;

  font-weight: 600;
  padding: 38px 25px; 
  text-transform: uppercase;
}
.navigation .navbar-nav  li a:hover {
  color: #f60;  

  
}
.navigation2{ text-align:center; width:100%;}
#navigation2 li {
 margin: 0 0 0 66px ;
}

.navigation .navbar-nav > li.current > a {
  color: #2BA2E3;
  border-bottom: 1px solid #2BA2E3;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-top: 6px solid #125668;
  background:#2BA2E3;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 80px,0,0,0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0px;
  z-index: 11;
  text-align: left;
  width:100%;
}

.carousel-caption > div {
 
  position: absolute; width:100%;     
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px; background:url(jiantou-l1.png) no-repeat; background-size:cover;
    -ms-behavior: url(images/backgroundsize.min.htc);
    behavior:url(images/backgroundsize.min.htc);
}

#nav-arrows > a.sl-prev:hover {
    left: 50px; background:url(jiantou-l2.png) no-repeat; background-size:cover;
    -ms-behavior: url(images/backgroundsize.min.htc);
    behavior:url(images/backgroundsize.min.htc);
}

#nav-arrows > a.sl-next {
    right: 50px; background-size:cover;
    -ms-behavior: url(images/backgroundsize.min.htc);
    behavior:url(images/backgroundsize.min.htc);
}

#nav-arrows > a.sl-next:hover {
    
    border-color: #fff;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #2BA2E3;
  border: 0;
}


/*============================================================
    Services
============================================================*/

#service2 .media > .pull-left{
    margin-right: 50px;
}

#service2 .media .media-body h3{
    color: #2BA2E3;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service2 .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service2 .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #2BA2E3;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 98px;
  z-index: 2;
}

.mobile-device .white {
  bottom: -62px;
  z-index: 1;
}

.service-features {
  background-color: #0f748f;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 45%;
}

.service-features h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.service-features ul li {
  background: url("../img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
  font-size: 16px;
  line-height: 36px;
  padding-left: 50px;
}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #2BA2E3;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

.about-us img {
  margin: 0 auto;
}

/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}

.tst-content p {
  color: #1f2021;
  line-height: 25px;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #2BA2E3;
  border-color: #2BA2E3;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #2BA2E3;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #2BA2E3;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}



/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #2BA2E3;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #2BA2E3;
  border-top: 1px solid #2BA2E3;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #2BA2E3;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #2BA2E3;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #2BA2E3;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}



/*============================================================
    Footer
============================================================*/

#footer {
    background-color: #eee;
    padding: 65px 0 35px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-social {
    margin-bottom: 25px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #333;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #2BA2E3;
}

.copyright { 
    font-size: 12px;
    color: #999;
}

.copyright a {
    color: #2BA2E3;
}

.copyright a:hover {
    color: #fff;
}                                                                                                                                                                                                                                                    

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}


@charset "utf-8";
/* CSS Document */
html{ height:100%;}
body{height:100%;}
#home { 
}
#service2 .media .media-body h3 {
    color: #2BA2E3;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
	border-bottom:3px solid #2BA2E3;
}
a:hover {
    color: #2BA2E3;
}



.bg100{background-size:100%; background:no-repeat;}

.top1{ position:absolute; z-index:5; padding:26px 56px;}
.top1 img{width:366px; }
/*.top2{ position:absolute; z-index:6; height:46px; width:100%; padding:10px;  color:#000; text-align:right; color:#fff; }
.top2 input{  border: 1px solid ; border-radius:200px; color:#fff; padding:3px 12px;}*/

.top2{ position:absolute; right:0px; top:0px; z-index:6; height:20px; width:100%; padding:3px;  color:#000; text-align:right; color:#fff; }
.top2 input{ border-radius:5px; color:#c7c7c7; height:20px; padding:3px; padding-left:10px; font-size:14px;}
.top2 input.searchText{ border: 1px solid ;color:c7c7c7; padding:0 5px; }

.top3{ position:absolute; z-index:6; height:46px; width:100%; padding:10px; text-align:right; color:#ccc; }
.top3 input{ background:#fff; border: 1px solid #ccc; border-radius:200px; color:#ccc; padding:3px 12px; font-size:12px;}
.ccc{ color:#ccc;}

.top3 a:hover{ }


.news li{line-height:2; list-style:none;    background: url(list.png) left center no-repeat;
    }

.news  a{ color:#333; width:80%; text-indent:1em; float:left;   overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.news  span{  color:#ccc;  float:right; font-size:80%; width:18%;}
.news a:hover {
    color: #2BA2E3;
}



h3 {
    
}

.news2 h3 {
    font-family: "Microsoft YaHei", 'Open Sans', sans-serif;
    width:90%; border-bottom:0px solid #2BA2E3; font-size:150%; font-weight: bold;
    margin: 30px 0 10px; padding:6px 10px; color: #2BA2E3; background: none;
}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:0px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}

body > section {
    padding: 30px 0;
}

#service2 .media {
    padding-bottom: 10px;
    
}
.search01{ background:#f2f2f2; padding:10px;}


#nav-arrows > a {
   border-radius:000px;
   border:0px solid #fff;
}
   
#nav-arrows > a:hover {
   }
.navigation .navbar-nav > li.current > a {
    
    border-bottom: 0px solid #00C7FC;}	
	
.navbar-brand {
   
    padding: 0px 0 0 0;
}	
.animated-nav .navbar-brand {
    padding: 10px 0 0 0;
}	
	
	
.animated-nav .navigation .navbar-nav > li.current > a {
    color: #fff;
    border-top: 0px solid #125668;
    background: url(nav-bg.gif) bottom center repeat-x; border-radius:12px 12px 0 0 ;
}
.animated-nav .navigation .navbar-nav  a:hover {
    color: #fff;
    border-top: 0px solid #125668;
    background: url(nav-bg.gif) bottom center repeat-x; border-radius:12px 12px 0 0 ;
}
.nav {
	margin:10px 0 0 0;
    
   
}
#navigation {
    background-color: #fff;
    display:block;
    border-bottom: 0px solid #ccc;
    
	background:url(nav-bg2.gif)  repeat-x bottom;
}
.gupiao{ position: relative;
 color:#333; width:100%; margin:26px 0; 
animation: gupiao 36s linear 2s infinite alternate;
}	
@keyframes gupiao
{
0%   {left:0%; }
100%  {left:50%; }

}



.animated-img1
{position: relative; z-index:9; 

}
.animated-img2
{
 position:relative; z-index:5; overflow:hidden;left:0;opacity:0; 
animation:myfirst 6s  infinite alternate; 
}

@keyframes myfirst
{
0%   {left:0;opacity:0; }
26%  {opacity:1; }

100% {left:6%;opacity:1; }

}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
	position:relative;
}


.nav01{ display:none; position:absolute;  color:#fff;  background: url(nav-bg3.gif) repeat-x top  }
.nav01 a{ color:#000; background: :#fff; padding:6px 20px;}
.nav01 a:hover{ color: #fff;
    border-top: 0px solid #125668;
    background: none; border-radius: 0 0 ;}
.nav01 li{background: :#fff; padding:6px 0px;}




/* general styles */


.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 58px;
}
.menu li {
    
    border-bottom: 0px solid #fff;
    border-top: 1px solid #fff;
    min-width: 116px; background: url(menu2-bg1.png)  no-repeat;  background-size:100%; border-radius:12px 12px 0 0 ; 
}
.menu > li {
    display: block;
    float: left; text-align:center;
    position: relative; margin:0 6px;
}

.menu a {
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: #000;
    display: block; 
    font-size:16px;
   
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;white-space:nowrap;
	
}

/* onhover styles */
.menu li:hover {
    background-color: ;
    border-bottom: 0px solid #FFF;
    border-top: 1px solid #FFF;
	
}
.menu li:hover > a {
    
    border-bottom: 0px solid #C4302B;
    color: #fff;
    background: url(menu2-bg1.png) center top no-repeat; background-size:100%; min-width: 116px; border-radius:12px 12px 0 0 ; 
}

/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
	border-radius:0px 6px 6px 0px;   border-left: 6px solid #2BA2E3; border-top: 2px solid #fff; border-bottom: 2px solid #fff;
	background:#E5F4FC;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    line-height: 36px;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li:hover { border-left: 6px solid #125668; border-top: 2px solid #fff; border-bottom: 2px solid #fff;}
.menu .submenu li:hover a {
    
    
	
    color: #ffffff; background: url(nav-bg.gif) top center repeat-x; 
	border-radius:0px 6px 6px 0px; 
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu li:hover .submenu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav3{ float:right; bottom:0; margin:60px 0 0 0 ;/* 2022-7-29修改*/}

.menu1{ background:#fff; line-height: 46px; }
.w{ color:#fff;}
.menu1:hover{ }
	
#navigation.header2{ background:#fff;
    color: #2BA2E3;
    font-weight: 400;
    font-size: 20px;
	border-bottom:3px solid #2BA2E3;
	height:110px;/* 2022-7-29修改*/
}
.header2{ background:#fff;
    color: #2BA2E3;
    font-weight: 400;
    font-size: 20px;
	border-bottom:3px solid #2BA2E3;
	height:110px;/* 2022-7-29修改*/
}

.logo{ margin:19px 0 0 0;/* 2022-7-29修改*/}
.logo img{height:71px;/* 2022-7-29修改*/}
.img100{ width:100%;}
.top80{ margin:80px 0 0 0;}

.menu-l{ margin:30px 80px 0 0  ;}
.menu-l li {
	border-radius:0px 6px 6px 0px;   border-left: 6px solid #2BA2E3; border-top: 2px solid #fff; border-bottom: 2px solid #fff; white-space:nowrap;
background:#E5F4FC; list-style:none;
   line-height: 36px; padding:0 16px;

}
.menu-l li:hover { border-left: 6px solid #125668; border-top: 2px solid #fff; border-bottom: 2px solid #fff; background:#2BA2E3; color:#fff;}
.menu-l li:hover a{  color:#fff;}
.menu-l2 { border-left: 6px solid #125668; border-top: 2px solid #fff; border-bottom: 2px solid #fff; background:#2BA2E3; color:#fff;}
.menu-l2 a{  color:#fff;}
.zw{ line-height:1.6; color:#333; min-height:360px; margin:30px 0 20px 60px;}
.zw h1{ margin:0 0 20px  0px; color:#2BA2E3; font-size:26px; }
.zw p{ text-indent:0em; margin:0 0 20px 0px;  }
.zw table{ width:100%; padding:3px 6px;}
.zw td{ padding:3px 6px;}
 
.list2 ul{list-style:none; overflow:hidden;}
.list2 li{float:left; width:40%; line-height:2; border:1px solid #ddd; border-radius:6px; margin:6px 12px; padding:3px 6px 3px 46px; background: url(baogao-ico.png) no-repeat left #f6f6f6; }
.list2 li:hover{ background: url(baogao-ico2.png) no-repeat left #2BA2E3; border:1px solid #fff; }
.list2 li:hover a{ color:#fff; }
.list2 li a{ color:#333; }

.site2 ul{list-style:none; overflow:hidden;}
.site2 li{float:left; width:30%; line-height:3; border:1px solid #f1f1f1; border-radius:6px; margin:12px 16px; padding:3px 6px 3px 50px; background: url(site-ico.png) no-repeat left #f9f9f9; list-style:none;}
.site2 li:hover{ background: url(site-ico2.png) no-repeat left #2BA2E3; border:1px solid #fff; }
.site2 li:hover a{ color:#fff; }
.site2 li a{ color:#333; }
.site2 h1{ font-size:26px; line-height:3.6; font-weight:bold; border-bottom:2px  dashed #2BA2E3; text-align: center; margin:20px 0 10px 0; }
.site2 h2{ font-size:22px; line-height:2.6; font-weight:bold; border-bottom:1px  dashed #ccc; margin:20px 0 10px 0; }

.news2 li{ color:#ccc; line-height:2.6; list-style:none; border-bottom:1px dashed #ccc; text-align:right; font-size:100%;}
.news2 li:hover a { color:#2BA2E3;}
.news2 li a{ color:#333;  float:left;  }
.news3 {color:#999;} 
.news3 a{ color:#999; margin:6px; padding:3px 6px; border-radius:3px;}
.news3 a:hover{ color:#fff; background:#2BA2E3;}  

.current{margin:10px 0px 20px 60px;    font-size: 11pt;}
   .current,.current a{color:#333; }
   .current a:hover{color:#2BA2E3; }
   .current span,.current a{margin-right:5px;vertical-align:middle;}
   .current img{padding-right:5px; vertical-align:middle;}

.xq1{ border:1px solid #ddd; background:#f9f9f9; padding:60px;}
.xq1 h1{ text-align:center; color:#000; font-weight:900;}
.xq1 h2{ font-size:22px; line-height:1.6;}
.xq1 .fbt{ font-size:18px; line-height:1.6; text-align:center; color:#666;}
.rq1{ color:#999; text-align:center; border-top:1px dashed #ddd; margin:20px 0 30px 0; padding:10px; }
.fjxz {  border-top:1px dashed #ddd; padding:20px 0; margin:20px 0;}
.fjxz a{ color:#2BA2E3; background:#fff; padding:6px 12px; border:1px solid #f2f2f2; }
.fjxz a:hover{ color:#fff; background:#2BA2E3;}
.title01{font-family: "Microsoft YaHei", 'Open Sans', sans-serif;
     width:90%; border-bottom:2px solid #2BA2E3;  margin: 30px 0 10px; height:36px; 
     background: url(bg3.gif) bottom left no-repeat; background-size:32%; }
.title02 a{ float:left; font-size:12px; color: #fff; font-size:100%; padding:9px 16px;}
.title03 a{ float:right; font-size:12px; color: #2BA2E3;  padding:6px 0px 0 0; line-height:2.6;}

.menu5{ background:url(menu2-bg1.png) #666666; width:100px; hight:50px;}