a {
    color: #2387aa;
}

a:hover, a:focus, a:active {
    color: #005578;
    text-decoration: none;
}

.nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-right-small {
    display: inline;
}

.nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-down-small {
    display: none;
}

.news-body {
    font-family: "Siemens Sans Roman";
    font-size: 1rem;
    line-height: 1.42857143rem;
    color: #2d373c;
    /*margin-top: 20px;*/
    /* overflow: hidden; */
}
.news-body p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
}
.news-body ul {
    font-weight: bold;
    padding-left: 0;
    list-style-position: inside;
}

.news-body ul li {
    margin-bottom: 5px;
}

.news-body .h4 {
    margin: 20px 0;
}

.news-body .n-img-box img {
    margin-top: 15px;
    display: block;
    width: 100%;
    max-width: 100%;
}
.news-body img{
    display: block;
    max-width: 100%;
}
.news-body .n-img-box small {
    display: block;
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}
.news-header .H2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-header .H3{
    font-size: 20px;
    margin-bottom: 5px;
    color:#888;
}
.news-header .chapterauthor{
    margin-left: 15px;
    color: #2d373c;
}
.news-header .nts-h2{
    margin-bottom: 30px!important;
}
.news-body>ul{
    margin-left:20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
}
.news-body>ul>li{
    font-size:14px;
    list-style-position:outside;
    margin-bottom:10px
}
@media (min-width: 768px) {
    .news-body .n-img-box {
        width: 70%;
    }
    .news-body img{
        display: block;
        max-width: 70%;
    }
    .news-body .n-img-box img{
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .news-header {
        margin: 15px 0;
    }
}

/*æ–°é—»è¯¦æƒ…about*/
.content-wrapper .nts-chapter-color-darkgrey {
    background-color: #555f69;
}

.dark-bg .H2,
.dark-bg p {
    color: #fff;
}

.about-item .H2 {
    margin-bottom: 20px;
    line-height: 1.5;
}

.about-item p {
    line-height: 1.5;
    font-size: 14px;
}

.about-item + .about-item {
    margin-top: 30px;
}

/*contact*/
.d-contact {
    font-size: 1rem;
    margin-bottom: 20px;
}

.d-contact .H4 {
    margin-bottom: 30px;
}

.d-c-item dt {
    margin-bottom: 10px;
}

.d-c-item dd {
    margin-top: 5px;
    color: #2387aa;
}

.d-c-item dd a {
    color: #2387aa;
}

/*news home page*/
.chapter-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.chapter-title .title-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    display: block;
}

.chapter-title .title-link span {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.grey-bg {
    background-color: #ebf0f5;
}

.nts-news-and-events-teaser-container {
    background-color: #fff;
}

/*æ–°é—»è½®è½¬*/
.newsteaser {
    position: relative;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
}

.newsteaser > a {
    display: block;
    height: 100%;
}

.newsteaser-textContent {
    padding: 25px 30px 45px 20px;
}

.newsteaser:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: #50bebe;
    background: #50bebe;
    background: -moz-linear-gradient(left, #50bebe 0, #41aaaa 50%, #0099cb 100%);
    background: -webkit-linear-gradient(left, #50bebe 0, #41aaaa 50%, #0099cb 100%);
    background: linear-gradient(to right, #50bebe 0, #41aaaa 50%, #0099cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe', endColorstr='#0099cb', GradientType=1)
}

.newsteaser .date {
    font-size: 1rem;
    line-height: 1.5;
    color: #697882;
    margin-bottom: 10px;
}

.newsteaser-header {
    margin-top: 10px;
    line-height: 1.23077;
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 100%;
    color: #2d373c;
}

.newsteaser-info {
    color: #697882;
}

.newsteaser-arrow {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding-bottom: 0;
    color: #2d373c;
    opacity: .6;
    border: 0;
}

.newsteaser:hover .newsteaser-arrow {
    opacity: 1;
    color: #2d373c;
}

.slider-container {
    padding-left: 3.75%;
    padding-right: 3.75%;
}

.slider-section {
    position: relative;

}

.slider-Wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.slider-section:hover .owl-next:not(.owl-next--inactive),
.slider-section:hover .owl-prev:not(.owl-prev--inactive) {
    background-color: rgba(10, 20, 25, 0.3);
}

.slider-section:hover .owl-next:not(.owl-next--inactive):before,
.slider-section:hover .owl-prev:not(.owl-prev--inactive):before {
    color: white;
}

@media (min-width: 1024px) {
    .newsteaser {
        min-height: 340px;
    }
}

@media (min-width: 1264px) {
    .slider-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.nts-chapter-color-darkStone .H2 {
    color: #fff;
}

/*ç›¸å…³æ–°é—»*/
.relatedteaser {
    position: relative;
    padding-bottom: 56.25%;
    min-height: initial;
    width: 100%;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.relatedteaser-base {
    min-height: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.relatedteaser > a {
    display: block;
}

.relatedteaser-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #0a1419;
    opacity: .5;
}

.relatedteaser-content {
    height: 100%;
    padding: 10px;
    min-height: initial;
}

.relatedteaser-header {
    max-width: 100%;
    position: relative;
    color: #fff;
    margin-top: 0;
    font-size: 18px;
}

.relatedteaser-text {
    visibility: hidden;
    position: relative;
    color: #fff;
}

.relatedteaser-arrow {
    bottom: 10px;
    color: #fff;
    height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 30px;
    font-size: 26px;
    line-height: 30px;
    opacity: .6;
}

@media (min-width: 1025px) {
    .relatedteaser-base:hover .relatedteaser-header {
        display: none;
    }

    .relatedteaser-base:hover .relatedteaser-text {
        visibility: visible;
    }

    .relatedteaser-base:hover .relatedteaser-image {
        opacity: .35;
    }

    .relatedteaser-base:hover .capture {
        transform: scale(1.05);
    }

    .relatedteaser-base:hover .relatedteaser-arrow {
        opacity: 1;
    }
}

/*è”ç³»æˆ‘ä»¬*/
.contact-wrap h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-wrap dl {
    margin-bottom: 10px;
	
}

.contact-wrap dl dd {
    margin-top: 10px;
}

.other-contact {
    padding-left: 30px;
    border-left: 1px solid #ccc;
}
.other-contact1{
	padding-left: 5px;
	padding-top: 10px;
}

.other-contact dd {
    float: left;
    width: 50%;
}

.media-contact-wrap {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.media-contact-wrap .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (max-width: 1023px) {
    .other-contact {
        margin-top: 15px;
        border-top: 1px solid #ccc;
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
    }
}
@media (max-width: 1023px) {
    .other-contact1 {
        margin-top: 15px;
        border-top: 1px solid #ccc;
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .media-contact {
        margin-bottom: 25px;
    }
}

/*è¥¿é—»è”æ’­*/
.xwlb-wrap {
    position: relative;
    min-height: 180px;
}

.xwlb-wrap .info {
    margin-top: 30px;
    font-size: 18px;
}

.xwlb-qr {
    width: 180px;
}

.xwlb-qr img {
    display: block;
    width: 100%;
}

/*æœªæ¥ä¹‹çª—*/
.image-wrapper {
    position: relative;
}

.image-overlay {
    background-color: #0a1419;
    height: 100%;
    opacity: .3;
    position: absolute;
    width: 100%;
    top: 0;
}

.pof-item .relatedteaser {
    margin-top: 15px;
}

.pof-item .relatedteaser-image {
    background-color: transparent;
    opacity: 1;
}

.pof-item .relatedteaser-content {
    position: relative;
    padding: 15px 60px 20px 20px;
}

.pof-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 60px;
}

.pof-item .relatedteaser-text {
    visibility: visible;
}

.pof-item .relatedteaser-header {
    font-size: 20px;
}

.capture {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.pof-item .relatedteaser-base:hover .relatedteaser-header {
    display: block;
}

.pof-item .relatedteaser-base:hover .relatedteaser-text {
    visibility: visible;
}

.pof-item .relatedteaser-base:hover .relatedteaser-image {
    opacity: 1;
}

/*å›¾ç‰‡æ–°é—»*/
.pic-news .media-image{
        position: relative;
        width:100%;
        padding-top:56.2%;
        background-color: #f9f9f9;
		}
		
.pic-news .media-image img {
		object-fit: contain;
        font-family: 'object-fit: contain;';
        display: block;
        width: 100%;
        max-width:100%;
        max-height:100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
}

.pic-news-info .date {
    font-size: 18px;
    color: #697882;
}

.pic-news-info .H4 {
    margin: 20px 0;
}

.pic-news-info .readmore {
    margin-top: 20px;
    background-color: #2387aa;
    padding: 0 25px 0 15px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
}

.pic-news-info .readmore:hover {
    background: #005578;
}

@media (max-width: 768px) {
    .pic-news-info {
        margin-top: 20px;
    }
}

/*banner*/
.topbanner {
    position: relative;
}

.ban-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 530px;
    width: 100%;
    background-position: center;
}

.ban-img {
    display: none;
}

.ban-wrap {
    position: relative;
    height: 530px;
}

.ban-wrap .nts-breadcrumb-list .N4,
.ban-wrap .nts-breadcrumb-list .N5 {
    color: rgba(255, 255, 255, .8);
}

.ban-wrap .nts-breadcrumb-list .N4:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .5) !important;
}

.primaryteaser {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 500px;
    color: #fff;
}

.primaryteaser-title,
.primaryteaser-text {
    background: linear-gradient(to right, rgba(80, 190, 190, 0.7) 0, rgba(0, 153, 153, 0.7) 50%, rgba(0, 153, 176, 0.7) 83%, rgba(0, 153, 203, 0.7) 100%);
    padding: 20px 20px;
}

.primaryteaser-title {
    font-size: 44px;
}

.primaryteaser-text {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .ban-container {
        position: static;
        background: none !important;
        height: auto;
    }

    .ban-img {
        display: block;
        width: 100%;
    }

    .ban-wrap {
        height: auto;
        width: 100% !important;
        background: linear-gradient(to right, rgba(80, 190, 190, 0.7) 0, rgba(0, 153, 153, 0.7) 50%, rgba(0, 153, 176, 0.7) 83%, rgba(0, 153, 203, 0.7) 100%);
    }

    .primaryteaser {
        position: static;
        width: 100%;
        padding: 20px 3.75% 40px;
    }

    .primaryteaser-title,
    .primaryteaser-text {
        background: none;
        padding: 0;
    }
}

/*index update 2019/01/29*/
.change-lang{
    padding-bottom: 10px;
}
.change-lang a{
    color: #788791;
}
.compressed .change-lang{
    padding-bottom: 0;
}
.nts-header .nts-header-buttons.out-step-2 .change-lang span{
    display: inline-block;
}
.nts-header .nts-header-buttons.out-step-2 .change-lang .icon-left{
    padding-right: 0.57142857rem;
}
.nts-header .nts-header-buttons.out-step-2 .change-lang:hover{
    border-bottom: none;
}
.nts-header .nts-header-buttons.out-step-2 .change-lang:hover a{
    color:#005578
}
.html-default-class .copyright{
    padding-right: 40px;
    color: #003750;
}
@media (max-width: 599px) and (min-width: 320px){
    .html-default-class .copyright{
        padding-right: 0;
    }
}
.lang-txt {
    display: inline-block;
    min-width: 40px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #788791;
    background-color: #ffffff;
}
.nts-navbar-header .navbar-buttons li .lang-txt:hover{
    color: #788791;
    background-color: #ebf0f5;
}