
@import url(http://fonts.useso.com/css?family=Raleway:400,300,500,600,700,800,900);

@import url(http://fonts.useso.com/css?family=Roboto+Slab:400,700,300,100);

@import url(http://fonts.useso.com/css?family=Dosis:200,300,400,500,600,700,800);

body{ font-family:"Microsoft YaHei"; font-size:13px; color:#666}
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.blue {
	color:#06F;
	font-weight:normal;
}

.green {
	color:#0A0;
	font-weight:normal;
}

#top {
    margin-top: -50px;
}

.navbar-default {
    background-color: #5bb9d9;
    border-color: transparent;
}

.navbar-brand p {
    font-family: 'Dosis';
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.navbar-brand em {
    font-size: 26px;
    font-style: normal;
}

.nav .navbar-nav {
    text-align: center;
}

.navbar-right a {
    font-family: 'Dosis';
    font-size: 16px;
    color: #eaffd6 !important;
    text-transform: uppercase;
    ;
  padding: 0;
    line-height: 50px;
    position: relative;
    z-index: 211;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-right a:hover {
  /*background-color: #fff !important;*/
  /*color: #8bc655 !important;*/;
}

.navbar-right li {
    height: 50px;
    position: relative;
    z-index: 210;
}

.navbar-right li span {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 0;
    left: 0;
    z-index: 200;
}

.navbar-right li:hover span {
    width: 100%;
}

.navbar-right li:hover a {
    color: #7cb14a !important;
}

#big-banner {
    background-image: url(../images/big-image.jpg);
	background-position: center;
    background-size: cover;
    margin-top: 50px;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
}

#big-banner .main-icons {
    text-align: center;
    margin-top: 180px;
}

#big-banner .main-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 90px;
}

#big-banner .main-icons i {
    font-size: 72px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
}

#big-banner .main-icons i:hover {
    color: #8bc655 !important;
}

#big-banner .main-icons a {
    display: block;
    font-family: 'Dosis';
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
}

.heading {
    border-bottom: 4px solid #5bb9d9;
    width: 100%;
    padding-bottom: 20px;
}

.heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
	font-weight:bold
}

.triangle {
    margin-left: 45%;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 45px solid #5bb9d9;
}

.cd-container {
    width: 97%;
    max-width: 1170px;
    margin: 0 auto;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline, #cd-timeline-2 {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 1em;
}

#cd-timeline::before, #cd-timeline-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #ccc;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline, #cd-timeline-2 {
        margin-top: 3em;
        margin-bottom: 1em;
    }

    #cd-timeline::before, #cd-timeline-2::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: -8em 0;
    }
	
	#cd-timeline-2 .cd-timeline-block {
        margin: -20em 0;
    }
	
	#cd-timeline-2 .cd-timeline-block:first-child {
        margin-top: 0;
    }
	
	#cd-timeline-2 .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-container .projects {
    margin-left: 40px;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #eee;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img:hover {
    background-color: #5bb9d9;
    cursor: pointer;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-container .projects {
    position: relative;
    float: left;
    background-color: transparent !important;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background-color: #fff;
    border-radius: 0.50em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    font-size: 22px !important;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    padding-bottom:5px;
    text-transform: uppercase;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    font-size: 15px !important;
    color: #555;
    line-height: 26px;
}

.projects img {
    border: 4px solid #eee;
    max-width: 100%;
}

.project-content {
    position: absolute;
    z-index: 999;
    background-color: #f6f6f6;
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
}

.project-content h2 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.project-content span {
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
	line-height:24px;
    margin-left: 15px;
    margin-top: -15px;
    padding-bottom: 10px;
    display: block;
	margin-right:8px;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1170px) {
  
    .projects img {
        border: 4px solid #eee;
        max-width: 100%;
    }

    .cd-timeline-content {
        margin-left: 0;
        width: 45%;
    }

    .cd-timeline-content::before {
        display: none;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#cta {
    background-image: url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

.cd-timeline-block .projects {
    padding-bottom: 60px;
}

#cta h4 {
    margin-top: 100px;
    font-family: 'Dosis';
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

#cta p {
    font-family: 'Dosis';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

#map {
    background-image: url(../images/map-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 680px;
}

#map h4 {
    margin-top: 100px;
    font-family: 'Dosis';
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

#map p {
    font-family: 'Dosis';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.map-content {
    margin-top: 50px;
}

form {
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
}

input, textarea {
    font-family: 'Dosis';
    font-size: 13px;
    padding: 10px;
    border: 3px solid #eee;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    outline: none;
}

textarea {
    height: 220px;
    max-height: 220px;
    max-width: 100%;
    line-height: 18px;
    width: 100%;
}

.submit input {
    font-family: 'Dosis';
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #b1e67f;
    width: 160px;
    height: 45px;
    display: block;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #5bb9d9;
}

.submit input:hover {
    background-color: #b1e67f;
    border-color: #5bb9d9;
}

form {
    margin-top: 60px;
}

.contact-discription {
    margin-top: 60px;
}

.contact-discription h4 {
    font-family: 'Dosis';
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.contact-discription p {
    margin-top: 22px;
    font-family: 'Dosis';
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 20px;
}

#templatemo-map {
    width: 100%;
    height: 380px;
}

footer {
    background-color: #5bb9d9;
}

.copyright-text {
    margin-top: 25px;
}

.copyright-text p {
    font-family: 'Dosis';
    font-size: 14px;
    color: #fff;
}

.copyright-text a {
    color: #fff;
}

.copyright-text em {
    font-style: normal;
    color: #fff;
}

.back-to-top {
    margin-top: 15px;
    margin-left: 25%;
    width: 170px;
    height: 34px;
    text-align: center;
    display: inline-block;
}

.back-to-top a {
    font-family: 'Dosis';
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #b1e67f;
    width: 170px;
    height: 40px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #5bb9d9;
}

.back-to-top a:hover {
    background-color: #5bb9d9;
    border-color: #8bc655;
}

.social-icons ul {
    text-align: right;
    margin-top: 15px;
}

.social-icons li {
    list-style: none;
    display: inline-block;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 35px;
    background-color: #5bb9d9;
    border: 4px solid #b1e67f;
}

.social-icons a:hover {
    background-color: #5bb9d9;
    border-color: #8bc655;
}

@media (max-width:992px) {

    footer {
        text-align: center;
    }

    .back-to-top {
        display: inline-block;
        margin-left: 0%;
    }

    .social-icons ul {
        margin-top: 30px;
        padding-bottom: 15px;
        display: inline-block;
        margin-left: 0px;
        margin-right: 40px;
    }
}

@media (max-width:1170px) {

    .cd-timeline-block .projects {
        padding-bottom: 200px;
    }

    #map {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #8bc655;
        color: #fff;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: #98e361;
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a {
        padding-bottom: 13px;
        text-align: center;
        border-color: #8bc655;
        border-top: 1px solid #8bc655;
    }

    .contact {
        border-bottom: 1px solid #8bc655;
    }
}

@media (max-width:992px) {

    #big-banner .main-icons {
        text-align: center;
        margin-top: 180px;
    }

    #big-banner .main-icons li {
        list-style: none;
        display: inline-block;
        margin-right: 60px;
    }

    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 20px;
    }

    #big-banner .main-icons i:hover {
        color: #8bc655 !important;
    }

    #big-banner .main-icons a {
        display: block;
        font-family: 'Dosis';
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
    }
}

@media (max-width:676px) {

    #big-banner .main-icons {
        text-align: center;
        margin-top: 180px;
    }

    #big-banner .main-icons li {
        list-style: none;
        display: inline-block;
        margin-right: 30px;
    }

    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 20px;
    }

    #big-banner .main-icons i:hover {
        color: #8bc655 !important;
    }

    #big-banner .main-icons a {
        display: block;
        font-family: 'Dosis';
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
    }
}

.service-box-content {
    padding: 20px;
}

.cd-timeline-content {
    margin-left: 0;
}

.cd-timeline-block {
    overflow: hidden;
}

.cd-timeline-block .projects {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.cd-timeline-block .projects img {
    width: 100%;
}

@media (max-width:768px) {
    .cd-timeline-content,
  .cd-timeline-block .projects {
        margin-top: 60px;
        padding-bottom: 40px;
    }

    #big-banner .main-icons {
        text-align: center;
        margin-top: 120px;
    }
}

@media (max-width:1170px) {
    .cd-timeline-content,
  .cd-timeline-block .projects {
        margin-top: 60px;
        padding-bottom: 40px;
    }
}

@media (max-width:360px) {

    #big-banner .main-icons {
        text-align: center;
        margin-top: 40px;
    }

    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 10px;
    }
}

@media (max-width:360px) {

    #big-banner .main-icons {
        text-align: center;
        margin-top: 120px;
    }
}

/*新增样式-导读*/
.takeway{ width:1170px; margin:15px auto 0; }
.take_txt{border:2px solid #7ac9e4; background:#c1efff; line-height:28px; font-size:15px; color:#444; text-indent:20px; border-radius:10px; padding:20px 5px;}

/*框架*/
#first-section1{ background:#eafaff}
#second-section2{ background:#defff1}
#third-section3{ background:#f9ffe0}

/*广告*/
.banner_er{ margin-top:43px; height:480px; background:#0d7dae}
.bannert{ width:100%; height:480px; background:url(../images/banner.jpg) center top no-repeat; display:blcok}


/*图片*/
.row_img{ width:1000px; height:180px; background:#e7e7e7; display:block; margin:10px auto; box-shadow:2px 2px 4px #c6c6c6}
.sevtime{ width:100%; height:180px; background:url(../images/time_img01.jpg) center top no-repeat;}
.sevtime_02 img{ display:block; margin:15px auto 15px}
.sevtime_03{ width:100%; height:180px; background:url(../images/time_img03.png) center top no-repeat;}

/*文字列表*/
.news_list{ width:1140px; margin:25px auto; }
.news_list ul{ border:0; padding:0 0 20px 0; margin:0;display:inline-block}
.news_list ul li{ width:363px; float:left; margin-right:25px; background:#eee; padding:10px 10px;list-style:inside disc; transition:all 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.news_list ul li h3{ line-height:28px; font-size:20px; color:#555; height:28px; padding-bottom:5px; display:block;  margin-top:4px; font-weight:bold}
.news_list ul li p{ line-height:24px; font-size:14px; color:#666; text-indent:10px;}
.news_list ul li:nth-child(3){ margin-right:0}
.news_list ul li:hover{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.1); box-shadow:3px 3px 4px #cbcbcb}

/*背景颜色*/
.greer{ background:#defff1}

/*相关阅读*/
.gundong{ width:1140px; margin:15px auto 0 auto;overflow:hidden; padding-bottom:30px }
.gundong ul{ padding-left:40px; padding-top:10px}

.gundong ul li{
	width: 140px;
	height: 140px;
	float: left;
	margin-right:50px;
	text-align:center;
	background: #7c9600;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 1s ease-in-out; border-radius:10px 
}
.gundong ul li:hover{ background:#f63c3c; border-radius:50%}
.gundong ul li h3{
	font-size: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	padding:12px 10px 0;
	line-height:28px
}
.gundong ul li h3 a{ color:#fff; display:block}
.gundong ul li h3 a:hover{text-decoration:none}
.gundong ul li:nth-child(6){ margin-right:0}

/*版权*/
.fon-ter{ text-align:center; color:#e9e9e9; padding:15px 0}

/***头部导航样式***/
.heade_langding{ height:43px; border-top:2px solid #0d9bcf; width:100%; background:#f7f7f7; position:fixed; z-index:999; left:0; top:0;}
.head_top{ width:1000px; margin:0 auto;position:relative;}
.head_top .logo_ling{ width:107px; height:40px; float:left; margin-right:45px;}

.meg{ float:left; margin-left:17px;}
.meg a.aty,.meg span.sevi{ height:40px; line-height:40px; padding:0 15px; display: block; float:left; color:#666; font-size:16px;}
.meg a.aty:hover,.meg span.sevi:hover{ background:#ededed; display:block; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; text-decoration:none; padding:0 14px; color:#f55c00}
.meg span.sevi{ padding:0; width:63px; text-align:center}
.meg span.sevi:hover{ padding:0; width:62px}
.meg span.sevi:hover{ cursor:pointer; position:relative;}
.meg span.sevi:hover .some{  position:absolute; top:40px; left:-30px; z-index:10; line-height:32px; display:block; width:115px; background:#ededed; border:1px solid #dfdfdf; border-top:none; padding-top:5px}
.meg span.sevi .some{ display:none}
.meg span.sevi:hover .some li{ height:38px; line-height:38px; text-align:center; width:115px; font-size:16px}
.meg span.sevi:hover .some li a.mderi{ display:block;}
.meg span.sevi:hover .some li a.mderi:hover{ background:#0380af; color:#fff; text-decoration:none}
/*顶部导航*/
#navibar .hsplit{display:block; height:0; line-height:0; min-height:0; margin:4px 0; padding:0; border-top:1px dashed #D7D7D7; font-size:0;width:100%; min-width:71px;}
#navibar, #navibar .navL .trigger1 s, #navibar .navL .wap, #navibar .navL .wap a s,#navibar .navL .meg, #navibar .pcSites .sites a, #navibar .nav-user, #navibar .nav-signin .ava,.nav-dd-head .arr,#navibar .nav-bbs,#off .nav-signin .nav-dd-body ul li i,#on .nav-msg a,#on .nav-msg a .num{background:url(hb.png) no-repeat 0 0;}
#navibar{}
#navibar a{text-decoration:none; color:#000;}
#navibar a:hover,#navibar .red:hover{text-decoration:none; color:#f60}
.navL{ float:left}
.navL a{display:inline-block}
.navL a:hover{text-decoration:underline}
.navC{width:250px; float:right;height:28px;}
.navL .drop1{display:inline;float:left;position:relative;z-index:3; height:43px;}
.navL .drop1 a{ display:block; width:100%; float:left; line-height:36px}
.navL .drop1 a:hover{text-decoration:underline; display:block}
.navL .trigger1{font-weight:bold;position:relative;z-index:10;padding:0 0 0 5px;width:82px}
.navL .trigger1 s{cursor:pointer;background-position:-63px -86px;height:4px;width:7px; position:absolute;top:13px;right:5px;-webkit-transition:-webkit-transform .2s ease-in; -webkit-backface-visibility:hidden; -moz-transition:-moz-transform .2s ease-in; -o-transition:-o-transform .2s ease-in; transition:transform .2s ease-in;}
.navL .aHover .con1{display:block; background-color:#0096cd;/* Modern Browsers */ opacity: 0.9;/* IE 8 */ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */ filter: alpha(opacity=90);/* Netscape */ -moz-opacity: 0.9;/* Safari 1 */-khtml-opacity: 0.9;}
.navL .aHover .trigger1 s{}
.navL .con1{display:none;position:absolute;z-index:4;background:#fff;border:1px solid #D7D7D7; border-top:none; top:41px;left:0; font-size:14px; line-height:30px; padding:5px 0 10px 0; width:142px; text-align:center}
.navL .con1 .bb{border-bottom:1px solid #D7D7D7;}
.navL .con1 a{padding:0 6px; color:#FFFFFF;}
.navL .con1 a:hover{}
.navL .con1 font{ font-size:14px; color:#fff; font-weight:bold; }
.navL .meg{display:inline; float:left; margin-left:3px; padding-left:16px; background-position:-64px -20px;}
.navR{width:520px;height:28px; line-height:28px; float:right;}
/*登录框s*/
.loginForm{float:left;}
.ajaxLogon{float:right;line-height:41px; color:#464646;}
.ajaxLogon .a{ float:left;width:60px; height:28px; text-align:center;color:#464646;display:none;}
.ajaxLogon .reg{font-family: "微软雅黑";padding: 0 14px;margin-right: 12px;}
.ajaxLogon #login{ float:left; text-align:center;background-color:#0096cd; color:#FFFFFF; height:41px; line-height:41px;padding: 0 18px;}
.ajaxLogon #qq{ margin-left:4px;}
.ajaxLogon #qq,.ajaxLogon #sina{ float:left; width:26px; line-height:28px; display:none;}
.ajaxLogon #qq img,.ajaxLogon #sina img{ float:left; width:16px; margin-top:12px; margin-left:5px;}
