.container {
    width: 1170px !important;
}

.navbar {
    margin-bottom: 0 !important;
}

body {
    line-height: 1.5em;
}


/*.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.icon-arrow-right-filling:before {
    content: "\e688";
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none
}

#header {
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #1b734b; */
    background-image: url(../images/header.png);
}

.contener {
    z-index: 1;
}

nav {
    z-index: 2;
}


nav span {
    font-weight: 1000;
}

nav li, ul, ol {
    list-style: inside;
    color: #1b734b;
    font-size: 17px;
    margin-top: 10px;
}
nav li, nav ul {
    margin-top: 0px;
}

nav li,
ul span a {
    list-style: none;
    color: #1b734b;
    font-size: 20px;
}

.breadcrumb ul {
    list-style: none;
}

.column a {
    color: #1b734b;
    line-height: 2em;
}

.news a {
    color: #ffffff;
    font-size: 17px;
    line-height: 2em;
}


.shell {
    background-color: #ecf7f9;
    display: flex;
    justify-content: center;
}


.shell {
    border-top: 10px solid #8fbb26;
    box-sizing: content-box;;
}


.button,
.portrait {
    width: 20%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    transition: .3s;
    cursor: pointer;
}

/*.portrait::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(30px, -30px);
    background-image: url('./portrait.png');
    background-size: cover;
    border: 10px solid #fff;
}*/

.information {
    width: 220px;
    background-color: #8fbb26;
    transform: translate(-20px, -200px);
    border-radius: 10px;
    padding: 20px 0;
    line-height: 0;
    height: 0;
    transition: .3s;
    opacity: 0;

}

.button:hover {
    background-color: #8fbb26;
}

.button li:hover {
    background-color: #8fbb26;
}

.button ul li {
    height: 0;
    transition: .2s;
    opacity: 0;
    transform: translateY(-65px);
    background-color: #8fbb26;
}

.button:hover li {
    height: 65px;
    opacity: 1;
    transform: translateY(0);
}

.portrait:hover .information {
    opacity: 1;
    line-height: 65px;
    transform: translate(-20px, -10px);
    height: auto;
}

.col-md-5 {
    width: 40%;
    float: left;
}

.col-md-6 {
    width: 50%;
    float: left;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.navbarwidth20per {
    width: 20%;
}

.dropdown {
    margin: 0 50px;
}

.col-md-offset-05 {
    margin-left: 5%;
}

.carousel {
    height: 300px;
}


.news {
    height: 240px;
    background-color: #1b734b;
}

.box {
    margin-top: 50px;
}

.box h3 {
    display: inline;
    color: #8fbb26;
}

.header {
    width: 500px;
    border-bottom: 4px solid #8fbb26;
}


.header a {
    float: right;
    color: #8fbb26;
    font-size: 20px;
}

.header a img {

    transform: translateX(5px) translateY(-4px);
}

.header_1 {
    width: 300px;
    border-bottom: 4px solid #8fbb26;
}

.header_1 a {
    float: right;
    color: #8fbb26;
    font-size: 20px;
}

.header_1 a img {

    transform: translateX(5px) translateY(-4px);
}

.list ol {
    min-height: 240px;
    width: 80%;
    margin: 50px auto;
    font-size: 16pt;
    line-height: 1.7em;
}

#slide_1{position:relative;width: 500px;height:300px;}
#slide_1 .content{position:relative;overflow:hidden;width:100%;height:100%;}
#slide_1 .content ul li{position:relative;height:300px;}
#slide_1 .content ul li a{display:block;height:300px;}
#slide_1 .content ul li .text{position:absolute;left:0;bottom:20px;z-index:2;width:250px;height:30px;font-size:13px;line-height:30px;font-family:Verdana;text-indent:6px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;/**width:100%;*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F08355C', endColorstr='#7F08355C');*/}
#slide_1 .tag{position:absolute;left:0;bottom:0;width:100%;font-size:0;letter-spacing:-8px;text-align:right;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F08355C', endColorstr='#7F08355C');/**filter:none;*/}
:root #slide_1 .tag{filter:none;background-color:rgba(8,53,92,0.5);}
#slide_1 .tag ul{zoom:1;padding:0px 10px;opacity:0.7;filter:alpha(opacity=70);}
#slide_1 .tag li{display:inline-block;zoom:1;width:18px;height:18px;border:1px solid #ccc;margin-left:3px;font-size:12px;line-height:18px;font-family:Verdana;letter-spacing:normal;text-align:center;color:#000;background-color:#fff;cursor:pointer;}
#slide_1 .tag li.current{border-color:#1188C0;color:#fff;background-color:#1072AA;}
#slide_1 .pos{display:none;}
#slide_1 .btn a{position:absolute;top:50%;width:40px;height:50px;margin-top:-30px;background:#000 url(../images/slide_arrow.png) no-repeat -187px center;opacity:0.3;filter:alpha(opacity=30);-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;outline:none;}
#slide_1 .btn a:hover{opacity:0.5;filter:alpha(opacity=50);}
#slide_1 .btn .btnPrev{left:0;}
#slide_1 .btn .btnNext{right:0;background-position:-68px center;}
#slide_1 .btn { padding: 0;margin: 0;border: 0;}
#slide_1 li{list-style:none;overflow:hidden;}
#slide_1 img { width: 100%;}

        
.shaders {
    overflow: hidden;
    transform: translateX(20px);
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.shaders li {
    float: left;
    list-style: none;
    position: relative;
    width: 20%;
    height: 300px;
    transition: all .3s;
    overflow: hidden;
}

.shaders img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}


.footer {
    margin: 30px auto;
    width: 1170px;
    height: 180px;
    background-color: #1b734b;
}

.footer .contact,
.footer .links {
    margin: 30px 50px;
    float: left;
    width: 75%;
    height: 80%;
    font-size: 20px;
    color: #fff;
}


.footer .links {
    float: right;
}

.footer dl dt {
    border-bottom: 4px solid #fff;
    margin: 10px 0;
}


.wx {
    float: left;
    margin-top: 15px;
}

.wx img {
    height: 130px;
}
.wx p{
    text-align:center;
    font-size: 15px;
    color: #fff;
}

.footer a {
    color: #fff;
}