html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

@font-face {
    font-family: 'osw';
    src: url('font/Oswald-Stencil-Regular-2.eot');
    src: local('font/Oswald-Stencil-Regular-2'),
    local('font/Oswald-Stencil-Regular-2'),
    url('font/Oswald-Stencil-Regular-2.ttf') format('truetype'),
    url('font/Oswald-Stencil-Regular-2.svg.tmp')
    format('svg');
}

.osw{
    font-family:'osw';
}

li{
    list-style: none;
}

a, a:hover, a:focus{
    text-decoration: none;
}

.clearfix:before{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis2{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.navbar-fixed{
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.navbar{
    min-height: 60px;
    background-color:#ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: -2px 0px 3px 1px rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand{
    height: 80px;
    padding: 15px;
}

.navbar-nav > li > a {
    display: inline-block;
    height: 80px;
    line-height: 50px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav > li > a:hover{
    color: #2aabf5 !important;
}

.navbar-default .navbar-nav > .open > a{
    color: #ffffff !important;
    background-color: #2aabf5 !important;
}

.navbar-nav .open .dropdown-menu > li > a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0px !important;
}

.navbar-nav .open .dropdown-menu > li > a:hover{
    color: #ffffff;
    background-color: #2aabf5;
}

.dropdown-menu{
    width: 220px;
    border: 1px solid #e7e7e7;
    padding: 0;
}

.navbar-right .dropdown-menu{
    left: -46px;
}

.logo{
    max-height: 50px;
}

#fullscreen-bg-video{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.video-cover{
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
}

.video-cover:before {
    background: url('../images/video_cover.png');
    position: absolute;
    width: 100% !important;
    height: 100%;
    content: "";
    z-index: 1;
}

.video-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-title{
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.video-title span{
    font-size: 72px;
    color: #ffffff;
    font-weight: 600;
}

.video-title-en{
    width: 70%;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.video-title-en span{
    text-transform: uppercase;
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
}

.video-des{
    width: 90%;
    margin: 0 auto 120px;
}

.video-des p{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    text-align: justify;
    text-align-last: justify;
}

.video-des-en{
    width: 90%;
    margin: 0 auto 120px;
}

.video-des-en p{
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    text-align: center;
    word-spacing: 10px;
}

.video-button{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.video-button a{
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    background-color: #007fc9;
    box-shadow: 5px 5px 0px rgba(17, 52, 73, 0.5);
    text-align: center;
}

.index-about, .index-pro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-about-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.index-about-des{
    width: 49.2%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-about-des h5{
    color: #b7b7b7;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.index-about-des h3{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 25px;
}

.index-about-des p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: justify;
    margin: 0;
}

dl.index-about-num{
    display: block;
    width: 100%;
    margin: 45px 0;
}

dl.index-about-num dd{
    float: left;
    margin-right: 70px;
    text-align: center;
}

dl.index-about-num dd h6{
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    margin: 0;
}

dl.index-about-num dd h6 span{
    font-size: 48px;
    font-weight: 600;
}

dl.index-about-num dd p{
    text-align: left;
    text-indent: 0;
    font-size: 12px;
}

.index-about-des a.more{
    background: #2aabf5 url('../images/more.png') no-repeat right 8px center/22px;
    text-align: left;
    width: 140px;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0 15px 0 18px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.index-about-img{
    width: 44.1%;
}

.index-about-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.index-pro-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-pro-content h5{
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.index-pro-content h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 70px;
    margin-bottom: 80px;
    position: relative;
}

.index-pro-content h3:before{
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    border-radius: 0 1px 1px 0;
    background-color: #ffffff;
    margin-left: -30px;
}

.index-pro-content-en{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-pro-content-en h5{
    display: block;
    width: 100%;
    text-align: center;
    color: #b7b7b7;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.index-pro-content-en h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 70px;
    margin-bottom: 80px;
    position: relative;
}

.index-pro-content-en h3:before{
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    border-radius: 0 1px 1px 0;
    background-color: #ffffff;
    margin-left: -30px;
}

.index-pro-cates{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.pro-cates-li{
    width: 20%;
    text-align: center;
}

.pro-cates-li .pro-cates-img{
    margin: 0 auto 15px auto;
    background: url("../images/kuang.png") no-repeat center center/100%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.pro-cates-li:hover .pro-cates-img{
    background:url("../images/kuangh.png") no-repeat center center/100%;
}

.pro-cates-li .pro-cates-img .img-show{
    display: inline-block;
}

.pro-cates-li:hover .pro-cates-img .img-show{
    display: none;
}

.pro-cates-li .pro-cates-img .img-hide{
    display: none;
}

.pro-cates-li:hover .pro-cates-img .img-hide{
    display: inline-block;
}

.pro-cates-li .pro-cates-img img{
    width: 50px;
}

.pro-cates-li p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.pro-cates-li-en{
    width: 20%;
    text-align: center;
}

.pro-cates-li-en .pro-cates-img-en{
    margin: 0 auto 15px auto;
    background: url("../images/kuang.png") no-repeat center center/100%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.pro-cates-li-en:hover .pro-cates-img-en{
    background:url("../images/kuangh.png") no-repeat center center/100%;
}

.pro-cates-li-en .pro-cates-img-en .img-show-en{
    display: inline-block;
}

.pro-cates-li-en:hover .pro-cates-img-en .img-show-en{
    display: none;
}

.pro-cates-li-en .pro-cates-img-en .img-hide-en{
    display: none;
}

.pro-cates-li-en:hover .pro-cates-img-en .img-hide-en{
    display: inline-block;
}

.pro-cates-li-en .pro-cates-img-en img{
    width: 50px;
}

.pro-cates-li-en p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    height: 50px;
    line-height: 25px;
    /*text-transform: uppercase;*/
}

.pro-content{
    margin-top: 60px;
}

.index-news-content{
    overflow: hidden;
}

.index-news-content h5{
    display: block;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.index-news-content h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 70px;
    margin-bottom: 60px;
    position: relative;
}

.index-news-content h3:before{
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    border-radius: 0 1px 1px 0;
    background-color: #666666;
    margin-left: -30px;
}

.index-news-content-en{
    overflow: hidden;
}

.index-news-content-en h5{
    display: block;
    width: 100%;
    text-align: center;
    color: #b7b7b7;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.index-news-content-en h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 70px;
    margin-bottom: 60px;
    position: relative;
}

.index-news-content-en h3:before{
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    border-radius: 0 1px 1px 0;
    background-color: #666666;
    margin-left: -30px;
}

.swiper-pagination{
    position: static;
}

.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin-top: 6px !important;
}

.swiper-pagination{
    line-height: 30px;
}

.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.banner img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.banner h3{
    font-size: 30px;
    color: #ffffff;
    background-color: rgba(42, 171, 245, 0.75);
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.banner h3.contact{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.crumbs{
    width: 100%;
    height: 40px;
    background-color: #f0f0f0;
    /*box-shadow: -2px 0px 3px 1px rgba(0, 0, 0, 0.12);*/
}

.crumbs-content{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}

.icon-home{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-bottom: 2px;
    background-image: url("../images/home-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crumbs-a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    margin-right: 5px;
}

.crumbs-content span{
    color: #666666;
    margin-right: 5px;
}

.about-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 40px;

    position: relative;
}

.about-title:before{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 0 1px 1px 0;
    background-color: #2183c4;
}

.about-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-img{
    float: right;
    border-radius: 0 10px 0 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.about-content p.name-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    text-indent: 0;
}

.about-content p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.about-content-en{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-img-en{
    float: right;
    border-radius: 0 10px 0 10px;
    margin-left: 25px;
    margin-bottom: 15px;
}

.about-content-en p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.about-content-en p.name-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 48px;
    text-indent: 0;
    text-align: left;
}

.about-content p.name-right{
    text-align: right;
    font-weight: 600;
}

.about-content p.name-left{
    text-align: left;
    font-weight: 600;
}

.about-cert{
    width: 100%;
    height: auto;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-cert-li{
    width: 25%;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 30px;
}

.about-cert-li img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}

.pro-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro-menu{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.panel{
    margin-bottom: 0;
}

.panel-body{
    background-color: #f5f5f5;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro-list{
    display: inline-block;
    font-size: 15px;
    color: #666;
    font-weight: 600;
    line-height: 26px;
    margin: 0 5px 10px;
    margin-right: 15px;
}

.pro-list span.cur{
    display: inline-block;
    line-height: 26px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 15px;
    color: #ffffff;
    background-color: #2aabf5;
}

.badge{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    font-weight: normal;
    background-color: #2aabf5;
}

.panel-footer{
    background-color: #ffffff;
}

.pro-list-small{
    display: inline-block;
    font-size: 14px;
    color: #666;
    height: 28px;
    line-height: 28px;
    margin-right: 20px;
    text-indent: 10px;

    position: relative;
}

.pro-list-small:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
}

.thumbnail{
    margin-bottom: 25px;
    overflow: hidden;
}

.pro-content .thumbnail a.img-a{
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.pro-content .thumbnail img{
    width: auto;
    height: 250px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.pro-content .thumbnail img:hover{
    transform: scale(1.08);
}

.pro-content .thumbnail a.pro-a{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 15px;
    color: #666;
}

.proinfo-title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 40px;

    position: relative;
}

.proinfo-top{
    margin-top: 40px;
}

.proinfo-title:before{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 0 1px 1px 0;
    background-color: #2183c4;
}

.caseinfo-title{
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 40px;

    position: relative;
}

.caseinfo-title:before{
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 0 1px 1px 0;
    background-color: #2183c4;
    margin-left: -30px;
}

.proinfo-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.proinfo-content table{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    margin: 0 0 10px !important;
}

.proinfo-content table tbody{
    display: block !important;
    width: 100% !important;
}

.proinfo-content table tbody td{
    background-color: #ffffff !important;
}

.proinfo-content table tr td{
    font-size: 14px;
    line-height: 25px !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
}

.proinfo-content table tr.firstRow td:nth-child(1){
    min-width: 70px;
}

.proinfo-content table tr td p, .proinfo-content table tr td span{
    font-size: 14px;
    line-height: 25px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.proinfo-content p{
    font-size: 15px;
    line-height: 2;
}

.proinfo-content img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.title-none{
    display: none;
}

.menu-show{
    display: block !important;
}

.menu-hide{
    display: none !important;
}

.footer-list-last-en{
    display: none !important;
}

.newsinfo-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newsinfo-content p{
    font-size: 15px;
    line-height: 2;
}

.newsinfo-content img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.news-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-content{
    margin-top: 60px;
}

.blog-post-wrapper .post-thumbnail{
    overflow: hidden;
    position:relative;
}

.blog-post-wrapper .post-thumbnail img{
    width: 100%;
    height: 250px;
    border: 1px solid #f7f7f7;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.blog-post-wrapper .post-thumbnail img:hover{
    transform: scale(1.08);
}

.post-thumbnail .posted-date{
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:53px;
    padding:10px 0;
    background:#2aabf5;
    color:#fff;
    text-align:center;
}

.post-thumbnail .posted-date .day{
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
}

.post-thumbnail .posted-date .month{
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.blog-post-wrapper{
    background-color: #fff;
    margin:  15px;
}

.blog-content{
    background-color: #f5f5f5;
    padding: 15px;
    height: 150px;
}

.blog-content-en{
    background-color: #f5f5f5;
    padding: 15px;
    height: auto !important;
    overflow: hidden;
}

.blog-content-en h2{
    margin-bottom: 0 !important;
}

.blog-content-en .entry-header{
    margin-bottom: 0 !important;
}

.case-content{
    background-color: #f5f5f5;
    padding: 5px;
    height: 50px;
    border-radius: 0 0 6px 6px;
}

.case-content .entry-title a{
    color: #666 !important;
}

.case-a{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
}

.blog-post-wrapper .entry-header{
    margin: 0 0 10px;
}

.blog-post-wrapper .entry-title{
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top:  0;
}

.blog-post-wrapper .entry-title a{
    color: #1b1b1b;
    line-height: 1.5;
}

.blog-post-wrapper .entry-title a:hover{
    color: #0a8dcc;
    text-decoration: none;
}

.blog-post-wrapper .entry-header .entry-meta{
    font-size: 11px;
}

.blog-post-wrapper .entry-header .entry-meta li{
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
}

.blog-post-wrapper .entry-header .entry-meta li:last-child{
    padding-right: 0;
    margin-right: 0;
}

.blog-post-wrapper .entry-header .entry-meta li::before{
    content: ".";
    position: absolute;
    right: -3px;
    bottom: 0;
}

.blog-post-wrapper .entry-header .entry-meta li:last-child::before{
    content: ""
}

.blog-post-wrapper .entry-header .entry-meta li a {
    color: #969595;
}

.blog-post-wrapper .entry-header .entry-meta li a:hover {
    color: #0a8dcc;
}

.blog-post-wrapper .entry-content p{
    line-height: 25px;
}

.blog-post-wrapper .entry-footer {
    margin-top: 15px;
}

.blog-post-wrapper .entry-footer a {
    color: #969595;
    font-size: 12px;
    text-transform: capitalize;
}

.blog-post-wrapper .entry-footer a:hover {
    color: #0a8dcc;
}

.contact-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(77, 104, 129, 0.1);
    padding: 15px;
    margin: 0;
    margin-bottom: 30px;
}

.contact-content p:last-child{
    margin-bottom: 0;
}

.contact-content p img {
    margin-right: 6px;
    height: 22px;
    width: 22px;
}

.contact-content p span {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}

#map{
    width:100%;
    height:350px;
    font-size:12px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(77, 104, 129, 0.1);
    margin: 0;
}

.form-control{
    height: 45px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 25px;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus{
    box-shadow: none;
}

.lc-form .btn{
    margin-bottom: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}

.lc-form .form-control{
    color: #000;
    border: 1px solid #ccc;
    /*text-transform: uppercase;*/
}

.lc-form .form-group{
    margin-bottom: 30px;
}

.lc-form .form-control:focus{
    border: 1px solid #0a8dcc!important;
}

.lc-form form button.btn{
    margin: 0 auto;
    padding: 11px 32px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.lc-form form .btn-default{
    background: transparent;
    border: 1px solid #ccc;
}

.lc-form form .btn-default:focus, .lc-form form .btn-default:hover, .lc-form form .btn-default:active{
    background-color: #ccc;
    color: #fff;
    border: 1px solid #ccc!important;
}

form .buttons{
    background: transparent;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px;
}

.buttons{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.buttons:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

form .buttons:hover, form .buttons:active{
    border-color: #008cba;
}

form .buttons:hover, form .buttons:active{
    background: transparent;
    border-color: #0a8dcc;
}

.buttons:hover, .buttons:focus, .buttons:active{
    color: white;
}

.buttons:hover:before, .buttons:focus:before, .buttons:active:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.pager li{
    padding: 0 5px;
}

.footer{
    margin-top: 60px;

    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #333;
}

.footer-logo{
    width: 100%;
    text-align: center;
    height: 140px;
    padding: 45px 0;
    border-bottom: 1px solid #888888;
}

.footer-logo img{
    display: inline-block;
    height: 50px;
}

.footer-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 45px 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.footer-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.list-flag{
    display: flex;
}

.footer-list-title{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
}

.list-flag-en{
    max-width: 20%;
    display: flex;
}

.footer-list-title-en{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
}

.footer-list-li{
    line-height: 30px;
}

.footer-list-li a{
    display: block;
    line-height: 30px;
    color: #c4c4c4;
    text-decoration: none;
}

.footer-list-li span{
    display: block;
    line-height: 30px;
    color: #c4c4c4;
    text-decoration: none;
}

.footer-list-li-en{
    line-height: 30px;
}

.footer-list-li-en a{
    display: block;
    line-height: 30px;
    color: #c4c4c4;
    text-decoration: none;
}

.footer-list-li-en span{
    display: block;
    line-height: 30px;
    color: #c4c4c4;
    text-decoration: none;
}

.footer-copyright{
    line-height: 30px;
    padding: 30px 0;
    border-top: 1px solid #888888;
    text-align: center;
    /*text-transform: uppercase;*/
}

.footer-copyright span{
    color: #c4c4c4;
    margin-right: 15px;
}

.footer-copyright a{
    color: #c4c4c4;
    margin-right: 15px;
    text-decoration: none;
}

