/*html {Filter: grayscale(100%);}*/
@media (min-width:1200px) {
    .container {
        width: 1170px !important;
        margin: 0 auto
    }
}

.header-box {
    background: #fff
}

.topbar {
    width: 100%;
    /*background-color: #3581be;*/
    background-color:rgb(91,179,233);
}

.topbar .container .am-g {
    padding: 3px 0;
    font-size: 15px;
    color: #fff
}

.topbar .container .am-g .topbar-left {
    font-size: 15px
}

.topbar .container .am-g .topbar-left .am-icon-globe {
    font-size: 23px
}

.topbar .container .am-g .topbar-left .am-btn-primary {
    color: #fff;
    background-color: #5495ca;
    border-color: #5495ca
}

.topbar .container .am-g .topbar-left .am-btn {
    padding: 0;
    line-height: 1;
    margin-top: -10px
}

.topbar .container .am-g .topbar-right {
    line-height: 34px;
    width: 75%
}

.topbar .container .am-g .topbar-right i {
    opacity: .3;
    margin: 0 5px
}

.topbar .container .am-g .topbar-right a {
    color: #fff;
    font-size: 14px;
    margin: 4px
}

.topbar .container .am-g .topbar-right a:nth-of-type(1) {
    margin-left: 20px
}

@media screen and (max-width:640px) {
    .m-header .m-logo {
       
    }

    .m-header .m-logo img {
        width: 240px;
        margin: 0 auto
    }

    .m-header .am-offcanvas-bar {
        background-color:rgba(0,0,0,0.7);
    }

    .m-header .am-icon-bars {
        font-size: 30px;
        color: #262626
    }

    .m-header {
        padding: 10px 0;
        background: #fFF
    }

    .am-menu-offcanvas1 .am-menu-nav > li > a:focus, .m-header .am-menu-offcanvas1 .am-menu-nav > .am-open > a,
    .m-header .am-menu-offcanvas1 .am-menu-nav > li > a:hover {
        background-color: #5495ca !important;
        color: #fff;
        outline: 0
    }

    .m-header .am-menu-offcanvas1 .am-menu-sub {
        background-color:rgba(0,0,0) !important
    }

    .m-header .am-menu-sub {
        padding: 0
    }

    .m-header .am-menu-sub li {
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        padding-left: 36px
    }

    .m-header .am-menu-offcanvas1 .am-menu-nav > li > a {
        color: #fff
    }

    .m-header .am-menu-sub li a {
        text-shadow: none !important
    }

    .m-header .nav-icon::before {
        margin-left: -14px;
        margin-right: 5px
    }

    .m-header .nav-icon-globe::before {
        content: "\f0ac"
    }

    .m-header .nav-share-contain {
        height: 44px;
        line-height: 44px;
        text-indent: 9px;
        padding: 0;
        position: relative;
        color: #ccc;
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
    }
}

.header {
    padding: 25px 0
}

.header .logo {
    padding-top: 8px
}

.header .logo img {
    width: 150px
}

.header .header-right {
    text-align: center
}

.header .header-right .header-contact {
    float: left;
    text-align: center;
    padding: 0 100px 0 0
}

.header .header-right .header-contact .header_contacts--item {
    float: left;
    vertical-align: middle
}

.header .header-right .header-contact .header_contacts--item .contact_mini {
    position: relative;
    padding: 0 40px 0 35px
}

.header .header-right .header-contact .header_contacts--item .contact_mini strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left
}

.header .header-right .header-contact .header_contacts--item .contact_mini .contact-icon {
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0
}

.header .header-right .header-contact .header_contacts--item .contact_mini span {
    font-size: 12px;
    color: #969696;
    display: block;
    text-align: left
}

.header .header-right .contact-btn {
    float: right
}

.header .header-right .contact-btn .am-btn-secondary {
    color: #59bcdb;
    background-color: #fff;
    border-color: #59bcdb
}

.header .header-right .contact-btn .am-btn-secondary:hover {
    background-color: #59bcdb;
    color: #fff
}

.nav-contain {
    width: 100%;
    background: linear-gradient(rgb(91,179,233),rgb(91,179,233));
    background-color: #5495ca; 
}

.nav-contain .nav-inner {
    max-width: 800px;

}

.nav-contain .nav-inner .am-nav li {
    padding: 25px 10px;
    list-style: none;
    position: relative
}

.nav-contain .nav-inner .am-nav li:hover .sub-menu {
    display: block
}

.nav-contain .nav-inner .am-nav li .sub-menu {
    display: none;
    padding-left: 0;
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    top: 100%;
    left: 6px;
    z-index: 1000 !important;
    background: linear-gradient(#3581be,#5495ca);
    background-color: #5495ca; 
    margin: 0
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item {
    min-width: 160px;
    border-top: 1px solid #6dbaf8;
    position: relative;
    padding: 10px 10px;}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a {
    display: block;
    padding: 0 20px
}

.nav-contain .nav-inner .am-nav li a {
    color: #fff;
    padding: 0
}

.nav-contain .nav-inner .am-nav li a:hover {
    color: #cccccc;
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.ttf), url(../fonts/fontawesome-webfont.woff)
}

.page-header {
    text-align: center;
    padding: 80px 0 92px;
    font-weight: 300;
    background: url(../images/pattern-dark.png) #5495ca
}

.page-header .page-header-title {
    font-size: 60px;
    color: #fff;
    font-weight: 400
}

.breadcrumb-box {
    border-bottom: 1px solid #e9e9e9
}

.breadcrumb-box .am-breadcrumb {
    padding: 16px 0 0;
    margin-bottom: 1rem
}

.breadcrumb-box .am-breadcrumb li a {
    font-size: 14px;
    color: #262626
}

.breadcrumb-box .am-breadcrumb .am-active {
    color: #6975a6
}

.section {
    padding: 100px 0
}

.section .section--header .section--title {
    font-size: 50px;
    font-weight: 300;
    text-align: center
}

.section .section--header .section--description {
    font-size: 20px;
    line-height: 30px;
    color: #9b9b9b;
    text-align: center;
    margin: 13px 0 0
}

@media screen and (max-width:640px) {
    .section {
        padding: 50px 0 !important
    }

    .section .section--header {
        padding: 0 15px
    }

    .section .section--header .section--title {
        font-size: 30px !important
    }

    .section .section--header .section--description {
        font-size: 15px;
        line-height: 32px
    }

    .section--description {
        font-size: 16px
    }
}

.layout-footer .footer {
    width: 100%;
    background-color: rgb(91,179,233);
    background-size: cover;
    position: relative
}

.layout-footer .footer .am-u-md-3 {
    padding-left: 25px
}

.layout-footer .footer .footer--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .95;
    top: 0;
    left: 0
}

.layout-footer .footer .footer--inner {
    position: relative;
    z-index: 1
}

.layout-footer .footer .footer--inner .footer_main {
    position: relative
}

.layout-footer .footer .footer_main--column {
    margin: 50px 0 0
}

.layout-footer .footer .footer_main--column_title {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    display: block
    
}

.layout-footer .footer .footer_about {
    position: relative;
    padding: 17px 25px 0 0
}

.layout-footer .footer .footer_about--text {
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 16px
}

.layout-footer .footer .footer_navigation {
    padding: 0 15px 0 0;
    width:280px;
}

.layout-footer .footer .footer_navigation--item {
    display: block;
    position: relative;
    padding: 12px 25px 12px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.layout-footer .footer .footer_navigation--item::before {
    position: absolute;
    content: "\f054";
    display: block;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    font-family: fontawesome
}

.layout-footer .footer .footer_navigation--link {
    color: #fff;
    font-size: 15px;
    line-height: 22px
}

.layout-footer .footer .footer_navigation--link:hover {
    text-decoration: underline
}

.layout-footer .footer .footer_contact_info {
    padding: 5px 0 0
}

.layout-footer .footer .footer_contact_info--item {
    padding: 5px 0 0 0;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    list-style: none
}

.layout-footer .footer .footer_contact_info--item i {
    display: block;
    position: absolute;
    left: -2px;
    top: 12px
}

.layout-footer .footer .footer_contact_info--item span {
    display: inline-block;
    vertical-align: text-top;
}

.contact_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 138px 0 48px;
    margin: 30px
}

.contact_card .contact_card--icon {
    position: absolute;
    font-size: 56px;
    display: block;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #59bcdb
}

.contact_card .contact_card--title {
    font-size: 20px;
    display: inline-block
}

.contact_card .contact_card--text {
    padding: 0 0 10px;
    color: #969696;
    font-size: 16px;
    line-height: 23px
}

.contact_card .contact_card--text a {
    color: #969696
}

.contact_card .am-btn-secondary {
    background-color: transparent;
    color: #59bcdb;
    border-color: #59bcdb;
    border-width: 2px;
    padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
    color: #fff;
}

.logo-img{
    padding-top: 18px;
}
/*.logo-img:hover{    
    box-shadow:0px 0px 30px 5px #000;
    transition: box-shadow 0.8s;
}*/
.logo-title{
    font-size: 12pt;
    font-weight: bold;
}

.sel{
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    font-size: 17px;
}
.menuspan{  
    font-size: 17px;
}

.article_content{
    font-size: 14px;
    line-height: 2em;
    margin-top: 10px;
    padding: 20px;
}
.article_content_pc{
    line-height: 2em;
    margin-top: 10px;
    padding: 20px;
}

.article_content p {
text-indent: 2em;
margin-bottom: 20px;}


.artlistul{
   /*width:1130px;*/
}

.footer_main_color ul li{  
    list-style: none;
}

.qrcode_in{ 
    width:265px;
    height:200px;
    background:rgba(255,255,255,1);
    position: relative;
    text-align: center;
    left:-15px;
    padding-top:20px;
    bottom: 250px;
    box-shadow:0px 0px 30px 5px #9c9c9c;
    display: none;
}

.qrcode_img{    
    width:130px;
    height: 130px;
}


.footer_qrcode{   
    padding:0 0 20px 0;
    height:42px;
    margin-bottom: 10px;

}
.footer_main_color{ 
    width:280px;
    height:225px;
    margin-bottom:50px;
    background-color:rgba(255,255,255,0.5);
    padding:15px 0 0 0;
    
}
.distance{  
    margin-left: 50px;
}
.footer_main_color_01{  
    width:250px;
    height:200px;
    margin-bottom:50px;
}
.footer_main_color_01 ul li {  
    list-style: none;
}
.footer_span{   
    background:rgba(255,255,255,0.5);
    padding:10px 0 0 15px;
}
.marquee{ 
    height: 300px;
    float:right;
    /*margin-right:18px;*/
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    /*white-space: nowrap;*/
    border-radius: 3px;
    border:1px solid #ccc;
}
.marquee ul li{ 
    list-style: none;
}
.marquee_date{  
    float:right;
}
.marquee ul li span{    
    font-size: 13px;
    padding:10px;
    text-overflow: ellipsis;
}
.marquee ul{    
    padding:0px;
    margin:0px;
}

.right-div{
    display: flex;
    flex-direction: column;
  }

.marquee-mob{ 
    height: 300px;
    float:right;
    margin-right:18px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    white-space: nowrap;
    border-radius: 3px;
    
}
.marquee-mob ul li{ 
    list-style: none;
}

.marquee-mob ul li span{    
    font-size: 13px;
    padding:10px;
    text-overflow: ellipsis;
}
.marquee-mob ul{    
    padding:0px;
    margin:0px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid rgba(255,255,255,1);
}

