@charset "utf-8";

/*
date:2018.07.12
Created & Modified by alan
*/
* {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style-type: none;
}

html, body {
    *position: static;
    background: #F6F6F6;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

body, th, td, button, input, select, textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body {
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    transition: all ease 800ms;
}

a:hover {
    outline: none;
}

a.ie6:hover {
    zoom: 1;
}

a:focus, a:hover, a:active {
    outline: none;
}

:focus {
    outline: none;
}

sub, sup {
    vertical-align: baseline;
}

/*img*/
img {
    border: 0;
    vertical-align: middle;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img img {
    width: 100%;
}

/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
    display: block;
    margin: 0;
    padding: 0;
}

time {
    display: inline;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl, .clearfix {
    zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.blue-bg {
    background: #006599;
}

.header {
    width: 100%;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.headTop {
    height: 90px;
}

.logo {
    padding: 25px 45px 25px 0;
}

.navBar li {
    display: inline-block;
    text-align: right;
    padding: 25px 0;
}

.navBar li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 14px 25px;
    text-align: center;
}

.navBar li a:hover {
    color: #1389F0;
}

/*===========crumbs css============*/
.crumbs {
    margin: 10px 0;
    padding: 15px;
    background: #F6F7F8;
    font-size: 14px;
}

.crumbs a {
    color: #333;
    font-size: 14px;
}

.crumbs b {
    font-weight: normal;
}

/*=============index css===================*/

/*======== slider css================*/
.slider {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
    border-radius: 50%;
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}

.indexContainer, .baseRead, .newsList, .newsIndex, .productIndex, .productList, .pageContactUs, .caseList, .newsShow, .jobRead, .formMessage {
    margin-top: 15px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

/*=========== indexProducts css===================*/
.indexProducts {
    height: auto;
    padding: 35px;
}

.indexProducts .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.indexProducts .title strong {
    color: #3AA4D9;
    font-family: "黑体";
    font-size: 28px;
}

.indexProducts .title span {
    color: #000;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: -2px;
    padding-left: 15px;
}

.indexProducts .title a.moreA {
    position: absolute;
    right: 0;
    font-size: 12px;
    text-align: center;
    background: #19A4E9;
    padding: 4px 15px;
    color: #fff;
    top: 4px;
}

.indexProducts .content {
    position: relative;
    padding-top: 70px;
    margin-left: -25px;
    margin-right: -25px;
}

.indexProducts .owl-item .item {
    margin: 0 20px;
    background: #F7F7F7;
}

.indexProducts .owl-item .item p {
    padding: 15px 10px;
}

.indexProducts .owl-item .item p a {
    color: #000;
    font-size: 16px;
}

.indexProducts .owl-nav {
    position: absolute;
    top: -50px;
    right: 25px;
}

.indexProducts .owl-nav button.owl-next {
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    width: 35px;
    height: 30px;
}

.indexProducts .owl-nav button.owl-prev {
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    width: 35px;
    height: 30px;
    position: relative;
    left: 1px;
}

.indexProducts .owl-nav button span {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: -6px;
}

/*============indexCompany css===========*/
.indexCompany {
    position: relative;
}

.indexCompany .bg {
    position: absolute;
    width: 100%;
    height: 150px;
    background: #046496;
    top: 50px;
    z-index: 0;
}

.indexCompany .content {
    padding: 50px 0 120px;
    position: relative;
    z-index: 1;
}

.indexCompany .content .left {
    width: 60%;
    float: left;
    position: relative;
}

.indexCompany .content .left .title {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 25px;
    text-align: center;
}

.indexCompany .content .left .news {
    position: relative;
    background: url("../images/company.png") no-repeat;
    width: 500px;
    height: 497px;
    background-size: 100%;
    top: 40px;
    left: 100px;
}

.indexCompany .content .left .news .indexNews {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 459px;
    height: 255px;
    background: deepskyblue;
}

.indexCompany .content .left .news .indexNews p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    height: 40px;
    color: #fff;
}

.indexCompany .content .left .news .indexNews p a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
}

.indexCompany .content .left .news .indexNews img {
    width: 100%;
}

.indexCompany .content .right {
    width: 40%;
    float: right;
    overflow: hidden;
    padding-top: 45px;
}

.indexCompany .content .right .companyName {
    font-size: 42px;
    color: #fff;
    font-weight: normal;
}

.indexCompany .content .right .companyName span.cn {
    font-size: 20px;
    padding-left: 30px;
}

.indexCompany .content .right .word {
    padding: 60px 60px 15px 15px;
    font-size: 14px;
    line-height: 2;
    color: #888;
    text-indent: 2em;
}

/*==============subMenu css==============*/
.subMenu {
    border-bottom: 1px solid #ddd;
}

.subMenu ul {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.subMenu ul li {
    display: inline-block;
    padding: 10px;
}

.subMenu ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    padding: 10px 25px;
}

/*===========productIndex css=====================*/
.productTab {
    overflow: hidden;
}

.productTab .tabLi ul {
    padding-top: 15px;
}

.productTab .tabLi ul li {
    display: block;
    padding: 15px 25px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    background: #F7F7F7;
    margin: 10px 0;
}

.productTab .tabLi ul li:hover {
    background: #046496;
    color: #fff;
}

.tabConent .tbCont {
    display: none;
}

.tabConent .tbCont li {
    margin-top: 25px;
}

.tabConent .tbCont li .cont {
    padding: 0;
}

.tabConent .tbCont li .cont .p-name {
    padding: 10px;
    background: #F7F7F7;
}

.tabConent .tbCont li .cont .p-name a {
    font-size: 12px;
    color: #000;
}

.productIndex .pageTypename {
    padding: 25px 15px 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.productIndex .newsProduct {
    width: 100%;
}

.productIndex .newsProduct ul {
    padding: 15px 0;
    overflow: hidden;
}

.productIndex .newsProduct ul li.item {
    margin: 20px 0;
}

.productIndex .newsProduct ul li.item .itemCont .pName {
    padding: 15px 10px;
    background: #F7F7F7;
}

.productIndex .newsProduct ul li.item .itemCont .pName a {
    font-size: 16px;
    color: #000;
}

/*===============newsIndex css======================*/
.newsIndex {
    overflow: hidden;
}

.newsIndex .info{
    font-size:16px;
    line-height:1.8;
    padding: 15px;
    text-indent: 2em;
    text-decoration: underline;
}

.newsIndex .pageTypename {
    padding: 25px 15px 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.hotNews li.item {
    margin-bottom: 20px;
}

.hotNews li.item .itemCont {
    padding: 5px;
    background: #F7F7F7;
    cursor: pointer;
    -webkit-transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    transition: all ease 800ms;
}

.hotNews li.item:hover .itemCont {
    background: #06638F;

}

.hotNews li.item:hover .itemCont p.title a {
    color: #fff;
}

.hotNews li.item:hover .itemCont p.disc {
    color: #D9D9D9;
}

.hotNews li.item:hover .itemCont p.time {
    color: #fff;
}

.hotNews li.item:hover .itemCont p.icon a {
    color: #fff;
}

.hotNews li.item .itemCont .wz {
    padding: 10px 15px;
    height: 200px;
    overflow: hidden;
}

.latestNews ul, .hotNews ul {
    padding: 30px 0;
    overflow: hidden;
}

.latestNews li.item {
    padding: 15px;
    cursor: pointer;
}

.latestNews li.item .itemCont {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.latestNews li.item .itemCont p.time, .hotNews li.item .itemCont p.time {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.hotNews li.item .itemCont p.time {
    padding-bottom: 10px;
}

.latestNews li.item .itemCont p.title, .hotNews li.item .itemCont p.title {
    font-size: 18px;
    padding: 10px 0;
}

.hotNews li.item .itemCont p.title {
    font-size: 18px;
    padding: 10px 0 5px;
}

.latestNews li.item .itemCont p.title a, .hotNews li.item .itemCont p.title a {
    color: #000;
}

.latestNews li.item .itemCont p.disc, .hotNews li.item .itemCont p.disc {
    font-size: 12px;
    color: #999;
    line-height: 2;
}

.latestNews li.item .itemCont p.moreP, .hotNews li.item .itemCont p.icon {
    padding: 15px 0 5px;
}

.latestNews li.item .itemCont p.moreP a, .hotNews li.item .itemCont p.icon a {
    color: #000;
    font-size: 14px;
}

.baseRead .pageContent {
    padding: 50px 35px;
    line-height: 2;
    font-size: 16px;
    color: #555;
}

/*===============contactUs css===================*/
.pageContactUs .pageContent {
    padding: 50px 35px;
    line-height: 2;
    font-size: 16px;
    color: #555;
}

.pageContactUs .pageContent .title {
    font-size: 38px;
    padding: 15px 25px 50px;
    font-weight: normal;
}

.pageContactUs .pageContent .mapCont {
    margin: 80px 0;
}

.pageContactUs .pageContent .imgBox {
    padding-right: 30px;
}

.pageContactUs .pageContent .imgBox img {
    border-radius: 15px;
}

/*============caseList css===================*/

.caseList .caseContent {
    width: 100%;
}

.caseList .caseContent ul {
    padding: 15px 0;
    overflow: hidden;
}

.caseList .caseContent ul li.item {
    margin: 20px 0;
    padding: 0 30px;
}

.caseList .caseContent ul li.item .itemCont .pName {
    padding: 15px 10px;
    background: #F7F7F7;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.caseList .caseContent ul li.item .itemCont .pName a {
    font-size: 16px;
    color: #000;
}

/* =============newsList css=================*/
.newsList .content .news-ul {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsList .content .news-ul li.item {
    border-bottom: 1px solid #DCDCDC;
    padding: 25px 0;
    overflow: hidden;
    position: relative;
}

.newsList .content .news-ul li.item div.item-content div.img-box {
    display: block;
    float: left;
    width: 20%;
}

.newsList .content .news-ul li.item div.item-content div.wz {
    display: block;
    float: left;
    width: 80%;
    padding-left: 25px;
    box-sizing: border-box;
}

.newsList .content .news-ul li.item div.item-content div.wz h3.name {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: normal;
}

.newsList .content .news-ul li.item div.item-content div.wz h3.name a {
    color: #333;
}

.newsList .content .news-ul li.item div.item-content div.wz p.time {
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
}

.newsList .content .news-ul li.item div.item-content div.wz p.time i.icon {
    margin-right: 5px;
    color: #666;
}

.newsList .content .news-ul li.item div.item-content div.wz p.desc {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 5px;
}

.newsList .content .news-ul li.item div.item-content div.wz a.more {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #00ADF9;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 2px 15px;
}

.newsList .content .news-ul li.item div.item-content div.wz a.more:hover {
    background: #FF4E38;
}

/* newsShow css*/

.newsShow .content .newsShowLeft {
    padding: 0 15px;
}

.newsShow .content .newsShowLeft .cont {
    background: #fff;
    line-height: 2;
    padding: 30px;
}

.newsShow .content .newsShowLeft div.bigTitle {
    text-align: center;
    padding: 25px 0;
    position: relative;
}

.newsShow .content .newsShowLeft div.bigTitle h3.name {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 4px;
}

.newsShow .content .newsShowLeft div.bigTitle p.time {
    display: inline-block;
    color: #666;
    font-size: 12px;
}

.newsShow .content .newsShowLeft .related-news {
    padding: 25px 0;
    font-size: 14px;
}

.newsShow .recommend-news {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
}

.newsShow .recommend-news h3.title {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 8px;
    font-size: 16px;
    color: #333;
}

.newsShow div.recommend-news ul {
    padding: 15px 0 30px;
    overflow: hidden;
}

.newsShow div.recommend-news ul li.item {
    overflow: hidden;
    width: 33.33%;
    float: left;
    padding-top: 5px;
}

.newsShow div.recommend-news ul li.item a {
    display: block;
    font-size: 14px;
    color: #888;
}

.newsShow .newsShowRight {
    padding: 0 15px;
}

.newsShow .newsShowRight .cont {
    background: #fff;
    line-height: 2;
    padding: 30px 10px;
}

.newsShow .newsShowRight .cont h3.title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.newsShow .newsShowRight .cont ul li.item {
    background-color: #fff;
    border: 1px solid #e4eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.newsShow .newsShowRight .cont ul li.item a p.name {
    color: #2a333c;
    font-size: 15px;
}

.newsShow .newsShowRight .cont .subNav {
    margin-top: 15px;
    border-top: 1px solid #e4eaec;
}

.newsShow .newsShowRight .cont .subNav p {
    padding: 5px 10px;
}

.newsShow .newsShowRight .cont .subNav p a {
    font-size: 16px;
    color: #000;
}

/*page css*/

.pageInfo {
    padding: 20px 15px;
    font-size: 14px;
    text-align: center;
}

.pagination {
    border-radius: 0;
    overflow: hidden;
    font-size: 12px;
    margin: 0 15px 30px;
    text-align: center;
}

.pageBottom {
    padding: 10px 0;
    overflow: hidden;
}

/*按钮色彩样式*/
.pagination a {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    overflow: hidden;
    padding: 6px 12px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff;
}

.pagination a:visited {
    text-decoration: none;
    overflow: hidden;
}

.pagination a:active {
    text-decoration: none;
    overflow: hidden;
}

.pagination a:hover {
    color: #fff;
    background-color: #006599;
    overflow: hidden;
    border: 1px solid #006599;
}

.pagination span.current {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    overflow: hidden;
    padding: 6px 12px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
}

.pagination span.disabled {
    background-color: #fff;
}

/*=============jobRead css===============*/
.jobRead .pageContent {
    padding: 30px 50px 50px;
    line-height: 2;
    font-size: 16px;
    color: #666;
}

.jobRead .pageContent .title {
    padding-bottom: 30px;
}

.jobRead .pageContent .title h1 {
    font-size: 20px;
    padding-bottom: 15px;
}

.jobRead .pageContent .jobReadContent {
    padding-left: 20px;
}

/*============footer css============*/

.footer {
    margin-right: -5px;
    margin-left: -5px;
    background: #fff;
}

.footer .content {
    border-top: 1px solid #E5E5E5;
}

.footer .content .left {
    height: 340px;
    width: 40%;
    float: left;
    border-right: 1px solid #E5E5E5;
    margin-left: -1px;
}

.footer .content .left .footNav, .footer .content .right .contactUs {
    padding: 50px;
}

.footer .content .left .footNav h3.title, .footer .content .right .contactUs h3.title {
    font-size: 13px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #000;
}

.footer .content .left .footNav p {
    width: 50%;
    float: left;
}

.footer .content .left .footNav h3.title span.en, .footer .content .right .contactUs h3.title span.en {
    text-transform: uppercase;
}

.footer .content .left .footNav .subNav a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    color: #555;
}

.footer .content .left .footNav .subNav a:hover {
    color: #006599;
    padding-left: 10px;
}

.footer .content .right {
    height: 340px;
    width: 60%;
    float: left;
}

.footer .content .right .contactUs .cpname {
    width: 40%;
    float: left;
}

.footer .content .right .contactUs .map {
    width: 60%;
    float: right;
    position: relative;
    margin-top: -60px;
}

.footer .content .right .contactUs .cpname p {
    padding: 5px 0;
}

.footer .footBottom {
    border-top: 1px solid #E5E5E5;
    height: 100px;
}

.footer .footBottom .copyright {
    width: 40%;
    float: left;
    font-size: 12px;
}

.footer .footBottom .copyright p {
    padding: 40px 15px;
}

.footer .footBottom .address {
    color: #fff;
    height: 100px;
    width: 60%;
    float: left;
}

.footer .footBottom .address p {
    font-size: 12px;
    padding: 40px 15px 15px 15px;
    line-height: 2;
}

/*=============formMessage css=================*/
.formMessage .pageContent {
    padding: 50px;
}

.formMessage .pageContent input.infoInput {
    border: 1px solid #ccc;
    padding: 2px 5px;
    height: 32px;
    border-radius: 4px;
    background: #F7F7F7;
    width: 320px;
}

.formMessage .pageContent textarea.infoInput {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    background: #F7F7F7;
}

.formMessage .pageContent input#seccode {
    width: 100px;
}

.formMessage .pageContent input.blue2 {
    padding: 10px 25px;
    background: #006599;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.formMessage .pageContent .espcms_form_group {
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    padding-left: 100px;
}

.formMessage .pageContent .espcms_form_group select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    background: #F7F7F7;
    width: 60px;
}

.formMessage .pageContent .control_required {
    display: inline-block;
}

.formMessage .pageContent .control_label {
    display: inline-block;
    padding-right: 15px;
    width: 80px;
    text-align: right;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
}

.language {
    position: fixed;
    right: 15px;
    top: 200px;
    width: 80px;
}

.language ul li {
    text-align: center;
    background: #fff;
    width: 80px;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.language ul li a {
    color: #333;
    display: block;
    padding: 10px;
    font-size: 14px;
}

.language ul li a:hover {
    text-decoration: underline;
    color: #2D8DB9;
}