@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    background-color: #fff;
}
hr{
    border-top: 1px solid #888;
}
a{
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #333;
}
.logo {
    width: 100%;
    height: 200px;
    background: url(../images/home/home_03.jpg) bottom right no-repeat;
}

.logo>div {
    margin: 0 auto;
    padding-top: 55px;
}

p {
    line-height: 22px;
}

.float-l {
    float: left;
}


/*----------导航条------------*/

.navbar {
    min-height: 38px;
    background-color: #59c1ba;
}

.nav-width {
    margin: 0 auto;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.topnav>li:last-child{
    padding-bottom: 8px;
}




.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
    position: fixed;
    width: 400px;
    margin: auto;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 0.8rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container3>img {
    width: 80%;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cd-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: auto;
    height: 1.25rem;
    display: block;
    font-size: 14px;
}

.is-visible3 .cd-popup-container3 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

 

/*-------------------------------*/

.search-text {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c7e5e5;
}

.search-form {
    width: 102px;
    height: 20px;
    position: relative;
}

.search-submit {
    width: 20px;
    height: 20px;
    background: url(../images/home/search.jpg) top center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form .btn-default,
.search-form .form-control {
    border: none;
}

.nav-width .search-form .btn-default:hover,
.nav-width .search-form .btn-default:active {
    background-color: transparent;
}

.nav-width .search-form .btn-default:focus {
    outline: none;
}

.navbar-nav>li>a {
    font-size: 16px;
}




/*---------------关键词---------------*/
.con-keywords{
    padding: 0px;
}
.keywords ul {
    list-style: none;
    background-color: #c7e5e5;
    border-radius: 10px;
    margin: 10px;
}

.keywords ul li {
    width: 80px;
    height: 85px;
    float: left;
    padding: 10px 12px 0 12px;
    text-align: center;
    /* border-left: 1px #fff solid;*/
}
.keywords ul li:nth-child(8),.keywords ul li:nth-child(14) {
    width:95px;
}
.keywords ul li a {
    color: #333;
}

.keywords ul li a:hover {
    text-decoration: none;
}

.keywords ul li p {
    line-height: 16px;
    margin-bottom: 0;
}


/*------------------------*/

.main-background {
    width: 100%;
    height: 60px;
	text-align: center;
    margin: 30px 0;
    background: url(../images/home/主页_76.jpg) top repeat-x
}

.bg-bottom {
    background: url(../images/home/主页_115.jpg) top repeat-x;
}

.yellow-rond {
    width: 35px;
    height: 35px;
    background-color: #f8b62a;
    border-radius: 17px;
    overflow: hidden;
    float: left;
}



/*-----------------footer----------------*/

.footer {
    width: 100%;
    height: 50px;
}

.footer div {
    width: 340px;
    margin: 0 auto;
    text-align: center;
}

.footer div a {
    color: #333;
    margin-left: 35px;
}

.footer div a:nth-child(1) {
    float: left;
}

.footer div a:nth-child(3) {
    float: right;
}


/*-----------------contactUs--------------------*/

.contactUs {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    border: 1px solid #59c1ba;
    text-align: center;
    margin-top: 20px;
}

.contactUs h1 {
    margin-top: 56px;
}

.contactUs h1 span {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 100px;
}

/*----------------多行文本溢出----------------*/

.overflowline1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.overflowline2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.overflowline3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.overflowline4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/*---------------文章三级页面-------------------*/

.article{
    padding-top: 100px;
}

#myCarousel{
    margin-bottom: 100px;
}
.article-box{
    margin-bottom: 100px;
}
.article-img{
    border: 1px solid #888;
    width: 100%;
}
.related-links>div{
    width: 300px;
    margin-right: 20px;
    float: left;
}
.related-links img{
    border-radius: 12px;
}
.related-links p{
    margin-top: 20px;
    color: #009d94;
}

/*------------------banner标题------------------*/
.aboutus-banner>.row>div{
    position: relative;
}
.banner-list{
    position: absolute;
    top: 11%;
    left: 5%;
    letter-spacing: 0.3em;
}
.banner-list>h1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
}
.banner-list li{
    font-size: 18px;
    line-height: 32px;
}


@media (max-width: 767px) {
    .navbar-nav {
        float: left;
    }
    .search-form {
        margin-left: 12px;
    }
    .keywords ul {
        height: auto;
        margin: 10px;
    }
    .banner-list{
        display: none;
    }

}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 10px 20px 8px 20px;
    }
    .search-form {
        margin: 10px 20px 0 20px;
    }
    .keywords ul {
        height: auto;
        width: 560px;
        margin: 10px auto;
    }
}

@media (min-width: 992px) {
    .nav-width {
        width: 980px;
    }

    .search-form {
        margin: 10px 30px 0 30px;
    }
}

@media (min-width: 1200px) {
    .nav-width {
        width: 1200px;
    }
    .logo>div {
        width: 1200px;
    }
    .keywords ul {
        height: 85px;
        width: 100%;
        padding: 0 10px;
    }
    .navbar-nav>li>a {
        padding: 10px 30px 8px 30px;
    }
}

@media (max-width: 1200px) {
    .logo {
        background-position-x: 330px;
    }
}