﻿@font-face {
    font-family: 'foundation-icons';
    src: url('/Resources/foundation-icons.woff') format('woff');
}

@font-face {
    font-family: 'pingfangRegular';
    src: url('/fonts/PingFangSC-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingfangSemiBold';
    src: url('/fonts/PingFangSC-Semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingfangProR';
    src: url('/fonts/sf-pro-text_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pingfangProSB';
    src: url('/fonts/sf-pro-text_semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('/fonts/iconfont.ttf?t=1673785001138') format('truetype');
}


*, *::before, *::after {
    box-sizing: inherit;
}

*, html, body, h4, h5, h6, p, li, dd, dl, select, input, .top-bar-section ul li > a, button, .button, .pricing-table .title, .pricing-table .price, .tabs dd > a, .tabs .tab-title > a, .side-nav, .side-nav li.active > a:first-child:not(.button), .accordion .accordion-navigation > a, .accordion dd > a, .sub-nav dt, .sub-nav dd, .sub-nav li, .label {
    font-family: pingfangRegular,pingfangProR,'Microsoft YaHei',sans-serif;
}

.pagetop_set.pagetop_fix {
    position: absolute;
    right: 3.5%;
    top: auto;
    z-index: 5;
}
.pagetop_set .pagetop span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    color: #01288c;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.0;
    letter-spacing: 0.05;
}
.pagetop_set {
    position: fixed;
    bottom: auto;
    right: 3.5%;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}

.pagetop_set a.pagetop {

    display: block;

    position: relative;

    width: 30px;

    height: 85px;

    text-align: center;

}

.pagetop_set a.pagetop:before {
    display: block;
    content: "";
    margin: 0 auto;
    width: 2px;
    height: 60px;
    background: #01288c;
    transform: scale(1, 1);
    animation: pagetop_scl 2.5s 1s infinite cubic-bezier(.645, .045, .355, 1);
    -webkit-animation: pagetop_scl 2.5s 1s infinite cubic-bezier(.645, .045, .355, 1);
}
a {
    font-family: 'EB Garamond',serif;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #5abb64;
    color: #4186B6;
    line-height: inherit;
}

p {
    font-family: EB Garamond,'Microsoft YaHei', serif;
    font-size: 1rem;
    margin: 0 0 15px 0;
}

h1 {
    font-family: 'pingfangSemiBold';
    font-size: 2.3rem;
}

.row {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}
    /*清除浮动，防止父级塌陷*/
    .row::after {
        clear: both;
    }
    /* 防止上边塌陷 */
    .row::before, .row::after {
        display: table;
        content: ' ';
    }

/*.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

    .column:last-child:not(:first-child),
    .columns:last-child:not(:first-child) {
        float: right;
    }*/

@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-12 {
        width: 100%;
    }
}

/* header start */
#header {
    background: #fff;
    color: #272727;
    margin: 0 auto;
    padding: 0;
    height: 92px;
    width: 100%;
}

    #header a {
        font-family: 'EB Garamond',serif;
    }

@media screen and (max-width: 63.9375em) {

    #header {
        height: 62.5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
        box-shadow: 3px 0px 5px #000;
    }

    .show-for-large {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

.header-left {
    float: left;
    width: 250px;
    margin-top: -15px;
    /* margin-left: -24px;*/
    margin-bottom: -23px;
}


.header-right {
    float: right;
    margin-top: 16px;
}

    .header-right .nav {
        margin: 0;
        list-style-type: none;
    }

.nav > li {
    vertical-align: middle;
    display: table-cell;
}

.nav li a {
    letter-spacing: 0px;
    color: #495e71;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0.7em 0.7rem;
    vertical-align: middle;
    text-decoration: none;
    display: block;
}

.header-left--small {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.header-right--small {
    float: right;
}

.hamburger .line {
    width: 20px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 4px auto;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
}

.off-canvas {
    position: fixed;
    z-index: 1;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
    box-sizing: border-box;
}

.off-canvas {
    background: #222b31;
    padding: 20px;
    color: #fff;
    font-family: "Open Sans",'Microsoft YaHei', sans-serif;
}

    .off-canvas > .menu {
        margin-bottom: 1rem;
    }

    .off-canvas.is-open {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .off-canvas .menu a {
        color: rgba(255, 255, 255, 0.6);
        padding-top: 7px;
        padding-bottom: 7px;
        transition: color .2s ease-in;
    }

.menu {
    margin: 0;
    list-style-type: none;
}

    .menu input, .menu select, .menu a, .menu button {
        margin-bottom: 0;
    }

    .menu > li > a {
        display: block;
        padding: 0.7rem 1rem;
        line-height: 1;
    }

.is-visible {
    display: block !important;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer;
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed;
    }

/* header end */




/* main content start */
@media screen and (max-width: 63.9375em) {
    #main-cont {
        margin-top: 63px;
    }
}


.top-stripe {
    background: #495e71;
    color: white;
    margin: 0 auto;
    overflow: hidden;
    padding: 2px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 0;
}

.stripe-left {
    float: left;
    width: 300px;
}

    .stripe-left img {
        width: 15px;
    }

    .stripe-left span {
        color: #fff;
        margin-left: 10px;
        font-size: 1.1rem;
    }

.pic-container .pic img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.bottom-stripe {
    background: rgb(255 255 255 / 60%);;
    color: #272727;
    margin: 8px;
    overflow: hidden;
    padding: 50px;
    width: auto;
    max-height: 28px;
}

    .bottom-stripe::before, .bottom-stripe::after {
        display: table;
        content: ' ';
        box-sizing: border-box;
    }

    .bottom-stripe .stripe-left {
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        width: 100%;
        box-sizing: border-box;
    }

        .bottom-stripe .stripe-left ul {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .bottom-stripe .stripe-left ul li {
                display: inline-block;
            }

                .bottom-stripe .stripe-left ul li a {
                    text-decoration: none;
                    font-size: 11px;
                    color: #6C7586;
                    font-size: 1.1rem;
                    line-height: 1.4rem;
                    height: 1.4rem;
                    display: block;
                    padding: 0.1875rem 0.625rem;
                }

    .bottom-stripe .stripe-right {
        float: right;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        width: 50%;
        box-sizing: border-box;
    }

.button-links {
    float: right;
    padding: 10px;
    background-color: red;
    margin-top: 4px;
    border-radius: 6px;
    display: inline-block;
    box-sizing: border-box;
    height: 10px;
    line-height: 1rem;
}

    .button-links span {
        float: right;
        margin-top: -8px;
        color: white;
        font-size: 0.98rem;
    }

.breadcrumb a {
    font-family: 'EB Garamond';
}

/*.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1.4rem;
    background-color: #007bc2;
    border-color: #007095;
    color: #FFFFFF !important;
    transition: background-color 300ms ease-out;
    background-color: #495e71;
}*/
.fi-social-facebook, .fi-social-twitter, .fi-social-google-plus, .fi-rss {
    color: #fff;
    padding: 0px 0.4rem;
    background: none;
    font-size: 18px;
    margin: -8px 10px -10px 5px;
    display: block;
    color: white;
    float: left;
    padding: 0;
}

    .fi-social-twitter:before {
        content: "\f1e4";
        font-family: "foundation-icons",'Microsoft YaHei';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-decoration: inherit;
    }

#selfIntro-doc {
    background: #fff;
    color: #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

    #selfIntro-doc h1 {
        font-family: 'EB Garamond,'Microsoft YaHei', serif;
        font-size: 2rem;
        letter-spacing: -1px;
        margin: 2rem 0 3rem 0;
        color: #495e71;
    }

    #selfIntro-doc img {
        float: right;
        margin: 5px 0px 10px 20px;
    }

    #selfIntro-doc p {
        font-family: 'EB Garamond','Microsoft YaHei', serif;
        font-size: 1rem;
        color: #363f4e;
        margin: 0 0 2rem 0;
    }

#galleries {
    background: #cacaca;
    color: #fff;
}

.galleries-header h2 {
    color: #495e71;
}

.galleries-cont {
    margin-bottom: 20px;
    background: #495e71;
    background: url(/Images/Content/Home/sky.jpg) top left no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.photo-wrapper {
    margin-bottom: 1rem;
}

.photoDesc-wrapper p {
    margin-bottom: 1rem;
}


@media only screen and (max-width: 40em) {
    .img-desc {
        padding: 5px 20px;
    }

}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: flow-root;
  color: #fff;
  text-align: center;
 
  text-decoration: none;
;
}

.topnav .icon {
  display: none;
}


}

.dropdown .dropbtn {
      
  border: none;
  outline: none;

  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 50px;
  z-index: 1;
  height:50px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
        
.menu-active .icon-triangle-down {
            border-top: none;
            border-bottom: 6px solid #e9686b;

}
}
a .icon_more{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 5px solid transparent;/*5px 足够了*/
	border-top-color:#e9686b;/*top箭头向下 bottom箭头向上*/

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}



/* footer */
.footer h3, .footer a {
    font-family: 'EB Garamond', serif;
}