@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre);
@import url(socialicious/socialicious.css);
@import url(pe-icon-7-stroke/pe-icon-7-stroke.css);
@import url(animate-custom.css);

/*============reset===============*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, iframe, figure, figcaption {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

table, table td {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

fieldset, img {
    border: 0;
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

a, del, ins {
    text-decoration: none;
}

ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    border: 0;
}

/*============clear===============*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*============animate===============*/
a, .visible, .hidden, a:before, a:after, .owl-prev, .owl-next, input, textarea, select, a i, .back-box, .text-date, .text-box, .icon-box, #header, b:before, .title-box, .hot-item .img-box:before, .text-box:before {
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.button-icon i {
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.transition-1s, .img-box img, .img-over-box img {
    -webkit-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}

.transition-5s {
    -webkit-transition: all 5000ms ease-out;
    -o-transition: all 5000ms ease-out;
    -moz-transition: all 5000ms ease-out;
    transition: all 5000ms ease-out;
}

.img-bg .zoomout, .icon-box, .page a:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

a:hover .img-box img, a:hover .img-over-box img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-box img, .img-over-box img, .img-bg .loaded, a:hover .icon-box {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.button-top:hover, .share-button a:hover, .img-list a:hover {
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.fade {
    display: none;
}

.delay-1 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.delay-2 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.delay-3 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-4 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-list li {
    opacity: 0;
    opacity: 1 \9 \0; /*IE9hack*/
    -webkit-animation: fadeInUp 0.9s 1;
    animation: fadeInUp 0.9s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.delay-list li:nth-child(5n+1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-list li:nth-child(5n+2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-list li:nth-child(5n+3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-list li:nth-child(5n+4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-list li:nth-child(5n+5) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-list li:nth-child(5n+6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-list li:nth-child(5n+7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.canvas-animation {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.canvas-animation canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.canvas-animation img {
    width: 100%;
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/*============iframe===============*/
.iframe-16x9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-4x3 {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.iframe-16x9 iframe, .iframe-4x3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-16x9:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    z-index: 1;
}

/*==============text-ver==================*/
.text-ver {
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.text-hor {
    writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

/*============grids===============*/
.grid-large, .grid-middle, .grid-small, .grid-max, .grid-min, .grid {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.grid-max {
    max-width: 1440px;
}

.grid-large {
    max-width: 1200px;
}

.grid-middle {
    max-width: 1000px;
}

.grid-small {
    max-width: 560px;
}

.grid-min {
    max-width: 400px;
}

.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-3-8, .grid-5-8, .grid-1-2 {
    float: left;
    display: block;
    position: relative;
}

.grid-1-12 {
    width: 8.3%;
}

.grid-2-12 {
    width: 16.6%;
}

.grid-3-12 {
    width: 25%;
}

.grid-4-12 {
    width: 33.3%;
}

.grid-5-12 {
    width: 41.6%;
}

.grid-6-12 {
    width: 50%;
}

.grid-7-12 {
    width: 58.3%;
}

.grid-8-12 {
    width: 66.6%;
}

.grid-9-12 {
    width: 75%;
}

.grid-10-12 {
    width: 83.3%;
}

.grid-11-12 {
    width: 91.6%;
}

.grid-3-8 {
    width: 38%;
}

.grid-5-8 {
    width: 62%;
}

.grid-1-2 {
    width: 47%;
}

.grid-space {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4%;
}

.grid-right {
    float: right;
}

.grid-content {
    position: relative;
    margin-left: 145px;
}

.grid-aside {
    position: absolute;
}

/*============style===============*/
body {
    font-family: "Lato", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "儷黑 Pro", "LiHei Pro", sans-serif;
    font-size: 1em;
    word-wrap: break-word;
    overflow-x: hidden;
    background: #e1e5e9;
}

h1, h2, .title-font, #nav b, .footer-nav, .grid-item em, .text-year, .text-date, .text-en-small, .text-line-ver h3, .text-box h3, .icon-new h4:after, .icon-hot h4:after, .img-box em, .img-over-box em, .index-title {
    font-family: "Frank Ruhl Libre", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
}

.text-font, .text-year b, .text1, h3.text1 {
    font-family: "Lato", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "儷黑 Pro", "LiHei Pro", sans-serif;
}

p {
    font-size: 1em;
    line-height: 1.65em;
    margin-bottom: 10px;
}

p span, h1 span, h2 span, h3 span, h4 span, .br, li span, b span, em span {
    display: inline-block;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

strong {
    font-weight: bold;
}

em, i {
    font-style: normal;
}

big {
    font-size: 1.125em;
}

small {
    font-size: 0.9375em;
}

h1 {
    font-size: 2.875em;
    line-height: 1.25em;
}

h2 {
    font-size: 1.875em;
    line-height: 1.25em;
}

h3 {
    font-size: 1.25em;
}

h4, h5, h6 {
    font-size: 1em;
}

.title1 {
    font-size: 2.875em;
}

.title2 {
    font-size: 2.25em;
}

.title3 {
    font-size: 1.875em;
}

.title4 {
    font-size: 1.5em;
}

.title5 {
    font-size: 1.25em;
}

.title6 {
    font-size: 1em;
}

.text1 {
    font-size: 1em;
    letter-spacing: 0.2em;
    color: #C67602;
    margin-top: 2px;
}

.text2 {
    font-size: 0.9375em;
    letter-spacing: 0.2em;
}

.text3 {
    font-size: 0.9375em;
    line-height: 1.65em;
    color: #666;
}

.line-height {
    line-height: 1.75em;
}

.text-small {
    font-size: 15px;
}

.text-en-small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6em;
    color: #a3a3a3;
}

.text-en-small.spacing2 {
    letter-spacing: 0.2em;
}

.text-spacing-normal {
    letter-spacing: 0em;
}

.text-block {
    display: block;
    font-weight: normal;
}

.color-white {
    color: #fff;
}

.color1 {
    color: #C67602;
}

.color2 {
    color: #666;
}

.color3 {
    color: #999;
}

#index-news h3, .classic-list h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-top {
    margin-top: 25px;
}

.text-bottom {
    margin-bottom: 25px;
}

.text-top2 {
    margin-top: 35px;
}

.text-bottom2 {
    margin-bottom: 35px;
}

.box-top {
    margin-top: 50px;
}

.box-bottom {
    margin-bottom: 50px;
}

/*============base===============*/
body, html {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main {
    position: relative; /* padding-bottom: 480px;*/
    width: 100%;
    background-color: #fff;
}

#footer {
    position: relative;
    width: 100%; /* margin-top: -480px;*/
    min-height: 465px;
    padding-bottom: 15px;
    z-index: 5;
}

.wrapper, .main {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mobile .wrapper, .mobile .main {
    background-attachment: inherit;
}

/*============nav===============*/
.logo {
    position: absolute;
    display: block;
    width: 35px;
    height: auto;
    padding: 0 10px;
    top: 60px;
    right: 25px;
    z-index: 1;
}

.logo img {
    width: 100%;
    height: auto;
}

#header {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    top: 0px;
    left: calc(-100% + 100px);
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
}

#nav ul {
    padding: 60px 0 0 12%;
}

#nav li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#nav li a {
    position: relative;
    display: inline-block;
    color: #fff;
}

#nav li b {
    font-size: 24px;
    line-height: 35px;
}

#nav li div a {
    float: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 7px;
}

#nav li div a:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    width: 1px;
    height: 16px;
    background: #333;
}

#nav li div a:first-child:after {
    display: none;
}

#nav li div a:first-child {
    margin-left: -7px;
}

#nav li.active > a, #nav a.active, #nav li div a:hover {
    color: #fff;
}

#nav li b:before, .footer-nav b:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 0px;
    bottom: -1px;
    left: 50%;
    background-color: #fff;
    z-index: 1;
}

#nav li a:hover b:before, #nav li.active b:before, .footer-nav a:hover b:before, .footer-nav a.active b:before {
    width: 100%;
    left: 0%;
}

.nav-toggle {
    position: absolute;
    display: block;
    right: 25px;
    top: 500px;
    width: 30px;
    height: 30px;
    padding: 15px;
    text-align: center;
    color: #fff;
    z-index: 15;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nav-toggle em {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 12px;
    left: 0px;
    letter-spacing: 0.2em;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.nav-toggle:hover {
    color: #fff;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    display: block;
    width: 100%;
    background: #fff;
    height: 2px;
}

.nav-toggle span {
    position: relative;
    top: 25%;
}

.nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
}

.nav-toggle span:before {
    top: -.3em;
}

.nav-toggle span:after {
    bottom: -.3em;
}

body.active .nav-toggle span {
    background: none;
    transition: background .3s .6s;
}

body.active .nav-toggle span:before {
    top: 0;
    transform: rotate(135deg);
    transition: top .2s .1s, transform .2s .6s;
}

body.active .nav-toggle span:after {
    bottom: 0;
    transform: rotate(225deg);
    transition: bottom .2s .1s, transform .2s .6s;
}

body.sticky #header {
    left: -100%;
    background: rgba(0, 0, 0, 0);
}

body.active #header {
    left: 0px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    overflow: auto !important;
}

body.sticky .logo {
    display: none;
}

body.active .logo {
    display: block !important;
}

body.sticky .nav-toggle {
    top: 20px;
    background-color: #202020;
    right: -140px;
}

body.active .nav-toggle {
    top: 500px !important;
    background-color: transparent !important;
}

body.active .logo, body.active .nav-toggle {
    right: 10px !important;
}

/*============footer===============*/
#footer {
    text-align: center;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-grid {
    width: 100%;
    padding: 18px 0 13px 0;
    background: #fafafa;
    color: #000;
}

.footer-logo {
    position: relative;
    display: block;
    width: 80px;
    margin: 0 auto;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-info li {
    display: inline-block;
    padding: 12px 2%;
    min-height: 90px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}

.footer-info i {
    display: block;
    font-size: 36px;
    color: #C67602 ;
    margin-bottom: 10px;
}

.footer-info em {
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.6em;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}

.footer-info, .footer-info a {
    color: #000;
}

.footer-info a:hover {
    color: #C67602 ;
}

.footer-copyright {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-copyright a {
    color: #999;
}

.footer-copyright a:hover {
    color: #fff;
}

.footer-nav {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
    color: #fff;
}

.footer-nav a {
    display: inline-block;
    width: 13%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 20px;
}

.footer-nav b {
    position: relative;
    display: inline-block;
    margin: 0 7px;
}

/*============html-edit===============*/
.html-edit {
    text-align: left;
    line-height: 1.65em;
}

.html-edit a {
    color: #216b90;
    text-decoration: underline;
}

.html-edit a:hover {
    color: #fff;
    background: #216b90;
    text-decoration: none;
}

.html-edit img {
    max-width: 100%;
    height: auto;
}

.html-edit h1 {
    font-size: 1.25em;
}

.html-edit li {
    list-style: outside;
    margin-left: 30px;
}

.html-edit ul li {
    list-style-type: disc;
}

.html-edit ol li {
    list-style-type: decimal;
}

.html-edit p, .html-edit h1, .html-edit h2, .html-edit h3 {
    margin-bottom: 10px;
}

.html-edit p {
    line-height: 1.75em;
}

/*============main===============*/
.img-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
}

.img-bg .img-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-color: #C67602;
}

body.sticky .img-bg .img-bg-box {
    filter: alpha(opacity=30);
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

body.content-page .img-bg .img-bg-box {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.content {
    position: relative;
    padding-top: 170px;
    margin-bottom: 150px;
}

.wrapper .content {
    padding-top: 150px;
}

.title-box {
    position: absolute;
    right: 4%;
    bottom: 0;
    padding-bottom: 80px;
    z-index: 2;
    color: #fff;
    width: 80%;
}

.title-box:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    right: 15px;
    width: 200px;
    height: 40px;
    /*background: url('../images/circle1.png') top center no-repeat;*/
    background-size: contain;
}

.title-box h2 {
    position: relative;
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
}

.title-box h3 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.6em;
}

.title-box em {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3em;
}

.title-box p {
    text-align: right;
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}

.title-box h2, .title-box h3, .title-box p {
    -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.text-box {
    position: relative;
    display: block;
    z-index: 2;
}

.caption-box {
    margin-bottom: 20px;
}

.caption-title, .caption-box p {
    display: block;
    float: left;
}

.caption-title {
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-box {
    position: relative;
    margin-bottom: 150px;
}

.imgtext-box {
    position: relative;
    margin-bottom: 70px;
}

.content-page .wrapper {
    width: 50%;
    float: left;
    background-position: top left;
    background-color: #e1e5e9;
}

.content-page .img-bg .img-bg-box {
    width: 50%;
    margin-left: 50%
}

.content-page .grid-min {
    padding: 120px 0;
}

.content-page #footer, #index #footer {
    /*background: url(../images/footer-bg2.png) center center no-repeat;*/
    background-color: #202020;
    background-size: cover;
}

.img-caption {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 0.95em;
    line-height: 1.4em;
    color: #fff;
    z-index: 1;
    left: 0;
    padding: 0 10px;
    width: 100%;
    /*background: url(../images/bg-alpha4.html) center center repeat;*/
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.img-caption2 {
    position: relative;
    display: block;
    font-size: 0.95em;
    line-height: 1.4em;
    text-align: center;
    color: #000;
    margin: 10px 0;
}

.img-box, .img-over-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.img-box img, .img-over-box img {
    width: 100%;
    height: auto;
}

.img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.img-box.height img {
    width: auto;
    height: 100%;
}

.video .img-box:before, .video .img-over-box:before, .img-list .video:before {
    content: '';
    background: url(../images/icon-video.png) center center no-repeat;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.back-box {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    background-color: rgba(140, 140, 140, 0.60);
}

a:hover .back-box, .back-box.active {
    color: #C67602;
    filter: alpha(opacity=100);
    opacity: 1;
}

.back-box.active {
    background-color: rgba(0, 0, 0, 0.5);
}

a:hover .back-box.active {
    background-color: rgba(140, 140, 140, 0.60);
}

.vertical-box, .icon-box, .num-box {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50px;
    color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
}

.back-box.active .num-box {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*a:hover .back-box.active .num-box{filter: alpha(opacity=0); opacity: 0;}*/
.icon-box {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #C67602;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

a:hover .vertical-box, a:hover .icon-box {
    filter: alpha(opacity=100);
    opacity: 1;
}

a:hover .vertical-box i {
    margin-top: -10px;
}

.img-box i, .img-over-box i, .img-list i {
    display: block;
    font-size: 45px;
    padding-bottom: 5px;
}

.img-box em, .img-over-box em, .img-list em {
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
}

.img-box b, .img-over-box b, .img-list b {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.img-box big {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.img-group-3 .img-box {
    padding-bottom: 66.6%;
}

.img-group-3 a {
    float: left;
    width: 32.2%;
}

.img-group-3 a:first-child {
    width: 66%;
    margin-right: 1%;
}

.img-group-3 a:nth-child(2) {
    margin-bottom: 1%;
}

.item-list-4 {
    width: 102%;
}
.item-list-3 {
    width: 102%;
}
.item-list-2 {
    width: 103%;
}

.grid-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.item-list-4 .grid-item {
    width: 22%;
    margin: 0 3% 0 0;
    padding-bottom: 5%;
}
.item-list-3 .grid-item {
    width: 30%;
    margin: 0 3% 0 0;
    padding-bottom: 5%;
}
.item-list-2 .grid-item {
    width: 47%;
    margin: 0 3% 40px 0;
}

.text-date {
    position: absolute;
    display: block;
    font-size: 24px;
    line-height: 24px;
    z-index: 2;
    top: 0;
}

.text-date big {
    display: block;
}

.text-year {
    display: inline-block;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.05em;
    background: #ffffff;
    z-index: 1;
}

.text-year small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.text-year b {
    display: block;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.text-year.circle {
    width: 100px;
    height: 70px;
    padding-top: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icon-new h4:after, .icon-hot h4:after {
    content: 'NEW';
    display: inline-block;
    color: #216b90;
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 5px;
}

.icon-hot h4:after {
    content: 'HOT';
    color: #216b90;
}

.text-line-ver {
    position: relative;
    margin-left: 70px;
    padding-left: 10px;
    border-left: solid 1px #216b90;
}

.text-line-ver .text-date {
    left: -70px;
}

.text-line-ver h3 {
    margin-bottom: 3px;
}

.text-line-ver h4, .grid-item h4 {
    color: #999;
}

.grid-item .text-line-ver {
    margin-top: 20px;
}

.text-line-hor .grid-item {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.text-line-hor em {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: solid 1px #C67602;
}

.text-line-hor .text-year {
    width: 50px;
    line-height: 36px;
    background: transparent;
}

.text-line-hor .text-box {
    padding: 0 0 15px 70px;
}

.text-line-hor .text-box:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 0px;
    left: 0;
    bottom: -1px;
    background-color: #C67602;
}

.text-line-hor a:hover .text-box:before {
    width: 100%;
}

.icontext-item {
    position: relative;
    padding-left: 65px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.icontext-item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    color: #C67602;
}

.timeline {
    position: relative;
    padding: 5% 0;
}

.timeline:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    background-color: #ccc;
    height: 100%;
    z-index: 0;
    left: 15%;
}

.timeline-item {
    position: relative;
    display: block;
    float: left;
    width: 70%;
    padding-left: 15%;
    margin-bottom: 50px;
    min-height: 80px;
    margin-left: 15%;
}

.timeline-item .text-box {
    padding-top: 10px;
}

.timeline-item .img-over-box {
    float: left;
    margin-right: 5%;
    max-width: 150px;
    margin-bottom: 10px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 58px;
    width: 12%;
    height: 1px;
    background-color: #216b90;
}

.timeline-item .text-year {
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: -30px;
    margin-top: 13px;
    padding: 7px 0;
    min-width: 60px;
}

.info-list {
    position: relative;
}

.info-list li {
    position: relative;
    display: block;
    padding: 8px 0;
}

.info-list small {
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    font-size: 16px;
}

.info-list strong {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    padding-left: 85px;
}

.info-list i {
    display: none;
}

.info-list a i {
    display: inline-block;
}

.computer-img {
    display: block;
    opacity: 1 !important;
}

.mobile-img {
    display: none;
    opacity: 0 !important;
}

/*============button===============*/
.underline b {
    position: relative;
    display: inline-block;
}

.underline b:before {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 0px;
    bottom: 0px;
    left: 50%;
    background-color: #216b90;
    z-index: 1;
}

.underline.left a b:before {
    left: 0;
}

.underline a:hover b:before, .underline a.active b:before {
    width: 100%;
    left: 0%;
}

.border-line a {
    overflow: hidden;
}

.border-line a:before, .border-line a:after {
    content: '';
    position: absolute;
    border: solid 1px transparent;
    width: 0;
    height: 0;
}

.border-line a:before, .border-line a:hover:before {
    left: 0;
    top: 0;
}

.border-line a:after, .border-line a:hover:after {
    right: 0;
    bottom: 0;
}

.border-line a:hover:before, .border-line a:hover:after {
    width: 100%;
    height: 100%;
}

.border-line a:hover:before {
    border-top: solid 1px #216b90;
    border-left: solid 1px #216b90;
}

.border-line a:hover:after {
    border-bottom: solid 1px #216b90;
    border-right: solid 1px #216b90;
}

.category-list {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.category-list a {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 10px 2%;
    letter-spacing: 0.1em;
}

.category-list a:hover, .category-list a.active {
    color: #216b90;
}

.button-icon a, a.button-icon, a .button-icon {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.button-icon i {
    display: block;
    font-size: 36px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    margin: 10px 0 5px 0;
    color: #C67602;
}

.button-icon a:hover i, a.button-icon:hover i, a:hover .button-icon i {
    color: #fff;
}

.button-icon i.num {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 0;
}

.button-icon a:hover, a.button-icon:hover, a:hover .button-icon {
    background-color: #C67602;
    color: #fff;
}

.button-icon img {
    height: 70px;
    width: auto;
    margin: 0 auto;
}

.button-icon a:hover img, a.button-icon:hover img, a:hover .button-icon img {
    margin-top: -35px;
}

.button-icon.left {
    margin-left: -15px;
}

a.button-icon.small {
    width: 55px;
    height: 55px;
}

a.button-back {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/*a.button-icon-text, .button-icon-text a{position: relative; display:inline-block; font-size:16px; line-height:26px; min-height: 26px; padding:5px 0px; color:#000; float:left; clear: both;}
a.button-icon-text:hover, .button-icon-text a:hover{color:#216b90;}
a.button-icon-text i, .button-icon-text a i{ position: absolute; font-size:22px; color:#216b90;}
.button-icon-text span{display:block; padding-left: 26px;}*/
.button-text a, a.button-text, a .button-text {
    position: relative;
    display: inline-block;
    text-decoration: inherit;
}

.button-text a:hover, a.button-text:hover, a:hover .button-text {
    color: #C67602 ;
}

.button-text i {
    display: inline-block;
    font-size: 20px;
    vertical-align: text-bottom;
    color: #C67602 ;
}

.content-button {
    position: relative;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.content-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #ddd;
}

.content-button a {
    display: inline-block;
    float: none;
    background-color: #fff;
}

.share-button {
    position: relative;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -80px;
    margin-top: 60px;
}

.share-button, .footer-icon {
    font-size: 15px;
    line-height: 50px;
}

.share-button a, .footer-icon a {
    position: relative;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}

.share-button i, .footer-icon i {
    color: #fff;
    font-size: 24px;
}

.share-button span, .footer-icon span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 27px;
    height: 27px;
    overflow: hidden;
}

.share-button img, .footer-icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
}

.share-text {
    display: block;
    color: #666;
    font-size: 15px;
    letter-spacing: 0.2em;
    padding-top: 20px;
}

.fa-facebook {
    background: #3b5998;
}

.fa-google-plus {
    background: #df493a;
}

.fa-twitter {
    background: #1da1f3;
}

.fa-line {
    background: #00b900;
}

a.button-top {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #999;
    border: solid 1px #999;
    text-align: center;
    margin: 0 auto; /*overflow:hidden;filter: alpha(opacity=0); opacity: 0;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*a.button-top.active { filter: alpha(opacity=100); opacity: 1; }*/
.button-down {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 50px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.button-down i {
    display: block;
    font-size: 24px;
}

.button-down:hover {
    color: #000;
    background-color: #fff;
}

#audio-button {
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 10;
}

#audio-button a {
    display: block;
    width: 50px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

#audio-button i {
    font-size: 16px;
}

/*============page===============*/
.page {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.page a {
    padding: 0 5px;
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.page a:hover {
    color: #216b90;
}

.page a.active {
    position: relative;
    color: #216b90;
    border: solid 1px #216b90;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-prev, .page-next {
    font-size: 36px;
}

/*==============index==================*/
.full-height {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#index-banner em {
    display: none;
}

#index-banner a em {
    display: block;
}

.index-banner-text {
    position: absolute;
    padding-bottom: 80px;
    bottom: 0;
    right: 100px;
    color: #fff;
    text-align: right;
    z-index: 1;
    border-right: solid 1px #fff;
    padding-right: 20px;
    padding-left: 100px;
}

.index-banner-text h1, .index-banner-text h2 {
    -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.index-banner-text h2 {
    line-height: 1.6em;
}

.index-banner-text em {
    position: absolute;
    right: -55px;
    margin-top: -20px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.index-text {
    position: relative;
    margin: 10% 0;
    width: 50%;
    float: right;
}

.even .index-text {
    float: left;
}

.index-img {
    position: absolute;
    height: 100%;
    width: 50%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.even .index-img {
    right: 0;
}

.index-title {
    text-align: center;
    padding-top: 25%;
}

.index-title a {
    display: block;
    margin: 0 auto;
}

.index-title strong {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 3px;
    border-bottom: solid 1px #1B1B1B;
}

.index-title em {
    display: block;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2em;
}

.index-title p {
    font-size: 14px;
    line-height: 18px;
    width: 90%;
    max-width: 220px;
    margin: 0 auto;
    margin-top: 40px;
}

.index-title a:hover {
    color: #fff;

}

.index-title a:hover strong {
    border-bottom: solid 1px #fff;
}

#index-hot {
    /*background: url('../images/hot-bg-text1.gif') no-repeat top right #fff;*/
    background: #fff;
}

#index-hot .hot-grid:first-child {
    margin-left: -10%;
    background: #fff;
}

#index-hot .hot-grid {
    float: left;
    display: block;
    width: 50%;
}

#index-hot .img-over-box {
    width: 86%;
    padding: 7%;
}

#index-hot .text-box {
    padding: 10% 0 0 5%;
}

#index-hot .text-box p {
    max-width: 400px;
}

#index-news {
    /*background: url('../images/news-bg-text2.gif') no-repeat top left #e1e5e9;*/
    background: #fff;
}

#index-news .index-img {
    background-image: url('../images/index-news.jpg');
}

#index-news .grid-item {
    border-bottom: solid 1px #f6f8fa;
    margin-bottom: 25px;
}

#index-news .text-box {
    padding-bottom: 25px;
}

#index-news h4 {
    color: #888;
}

#index-portfolio {
    /*background: url('../images/classic-bg-text1.gif') no-repeat top right #fff;*/
    /*text-align: center;*/
    background: #fff;
}

#index-portfolio .text-year {
    border: solid 1px #ddd;
    margin: 7% 0;
}

#index-about {
    /*background: url('../images/about-bg-text3.gif') no-repeat top left #e1e5e9;*/
    background: #fff;
}

#index-about .index-img {
    background-image: url('../images/index-about.jpg');
}

#index-about .index-text h1 {
    margin-left: 50px;
    margin-bottom: 10%;
    float: left;
}

#index-about .index-text em {
    position: absolute;
    left: 120px;
    top: 195px;
}

/*==============about==================*/
#about .img-bg-box {
    /*background-image: url('../images/about-head.jpg');*/
}

#about .main {
    /*background-image: url('../images/about-bg-text1.gif');*/
    /*background-position: top right;*/
    /*background-attachment: scroll;*/
    background: #fff;
}

.about-box {
    margin-bottom: 10%;
}

.about-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 48px;
    margin-top: 10%;
    margin-bottom: 35px;
}

.about-box .img-over-box {
    max-width: 350px;
}

.about-box2 {
    padding-bottom: 12%;
    /*background: url('../images/about-bg-text2.gif') top left no-repeat;*/
    background: #fff;
}

.about-box2 .grid-min {
    max-width: 380px;
}

.about-box2 .text-ver {
    float: right;
    margin: 25% 0 15% 0;
}

#history .img-bg-box {
    /*background-image: url('../images/history-head.jpg');*/
}

#history .main {
    /*background-image: url('../images/history-bg-text1.gif');*/
    /*background-position: top right;*/
    background: #fff;
}

.history-box {
    position: relative;
    padding-left: 160px;
    padding-top: 8%;
}

.history-box h1 {
    position: absolute;
    left: 0;
    top: 0;
}

.history-list {
    text-align: center;
}

.history-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 55px;
    left: 0;
    background: #ddd;
}

.history-list .img-over-box {
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
}

.history-list h2 {
    margin: 35px auto 10px auto;
}

.history-list p {
    margin-bottom: 40px;
}

.history-list .text-year {
    border-bottom: solid 1px #216b90;
    height: 55px;
}

/*==============news==================*/
#news .img-bg-box, #news-content .img-bg-box {
    /*background-image: url('../images/news-head.jpg');*/
}

#news .main, #news-content .wrapper {
    /*background-image: url('../images/news-bg-text1.gif');*/
    /*background-position: top left;*/
    background: #fff;
}

#news-content .wrapper {
    background-position: top right;
    background-color: #fff;
}

/*==============hot==================*/
#hot .img-bg-box {
    /*background-image: url('../images/hot-head.jpg');*/
}

#hot .main {
    /*background-image: url('../images/hot-bg-text1.gif');*/
    /*background-position: top right;*/
    background: #fff;
}

.hot-item {
    margin-bottom: 10%;
}

.hot-item .img-box {
    width: 100%;
    padding-bottom: 100%;
    background: #ddd;
}

.hot-item .img-box:before {
    content: '';
    position: absolute;
    display: block;
    right: -5px;
    top: 15%;
    width: 50px;
    height: 100px;
    /*background: url('../images/circle-more.png') top right no-repeat;*/
    background-size: contain;
    z-index: 1;
}

.hot-item a:hover .img-box:before {
    right: 0;
}

.hot-item .text-box {
    padding: 15%;
}

.info-text {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    margin-top: 7%;
    line-height: 1.6em;
}

.info-text b {
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    border-right: solid 1px #C67602;
    letter-spacing: 0.2em;
    padding-right: 7px;
    font-size: 16px;
    line-height: 22px;
}

.info-text em {
    font-size: 1.5em;
    font-weight: bold;
    color: #C67602;
}

.info-text a:hover {
    color: #C67602;
}

#hot-content .wrapper {
    /*background-image: url('../images/hot-bg-text2.gif');*/
    background: #fff;
}

/*==============classic==================*/
#classic .img-bg-box {
    /*background-image: url('../images/classic-head.jpg');*/
}

#classic .main {
    /*background-image: url('../images/classic-bg-text1.gif');*/
    /*background-position: top right;*/
    background: #fff;
}

.classic-list .img-box {
    width: 100%;
    padding-bottom: 112.5%;
    /*background: url('../images/classic-list-bg.gif') center center no-repeat #ddd;*/
    background: #fff;
}

.classic-list .grid-item {
    text-align: center;
}

.classic-list .text-year {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -50px;
}

.classic-list .text-box {
    padding-top: 50px;
}

#portfolio-content .wrapper {
    /*background-image: url('../images/classic-bg-text2.gif');*/
    background: #fff;
}

/*==============portfolio==================*/
#portfolio .img-bg-box {
    background-image: url('../images/portfolio-head.jpg');
}

#portfolio .main {
    /*background-image: url('../images/portfolio-bg-text1.gif');*/
    /*background-position: top right;*/
    background: #fff;
}

#portfolio .content {
    width: 100%;
}

/*==============construction==================*/
#construction .img-bg-box, #construction-content .img-bg-box {
    background-image: url('../images/construction-head.jpg');
}

#construction .main {
    /*background-image: url('../images/construction-bg-text1.gif');*/
    /*background-position: top left;*/
    background: #fff;
}

.construction-img {
    display: block;
    width: 100%;
    height: 450px;
    background-image: url('../images/construction-img1.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#construction .grid-small {
    padding: 50px;
    background: #fff;
    margin-top: -13%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#construction-content .wrapper {
    /*background-image: url('../images/construction-bg-text2.gif');*/
    /*background-position: top right;*/
    /*background-color: #fff;*/
    background: #fff;
}

/*==============service==================*/
#service .img-bg-box {
    /*background-image: url('../images/service-head.jpg');*/
}

#service .main {
    /*background-image: url('../images/service-bg-text1.gif');*/
    /*background-position: top right;*/
    background: #fff;
}

.service-process {
    width: 106%;
    margin-left: -3%;
}

.service-step {
    position: relative;
    float: left;
    display: block;
    width: 12.2%;
    padding: 30px 1%;
    text-align: center;
    background-image: url('../images/angle-right.gif');
    background-repeat: no-repeat;
    background-position: right 70px;
}

.service-step:last-child {
    background-image: none;
}

.service-step i {
    font-size: 80px;
    display: block;
    color: #C67602;
    margin-bottom: 25px;
}

.service-step p {
    margin-top: 12px;
}

.service-bg {
    /*background: url('../images/service-bg-text2.gif') #e1e5e9 top left no-repeat;*/
    background: #fff;
}

.service-img {
    background: url('../images/service-img1.jpg') no-repeat top center;
    background-size: cover;
}

#service .grid-small {
    padding: 110px 0 90px 0;
}

/*==============contact==================*/
.form-grid1, .form-grid2 {
    position: relative;
    float: left;
    display: block;
}

.form-grid1 {
    width: 75%;
}

.form-grid2 {
    width: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#contact .img-bg-box {
    /*background-image: url('../images/contact-head.jpg');*/
}

#contact .main {
    /*background-image: url('../images/contact-bg-text1.gif');*/
    /*background-position: top left;*/
    background: #fff;
}

#contact .form-grid2 {
    background-image: url('../images/contact-img1.jpg');
}

/*==============repair==================*/
#repair .img-bg-box {
    background-image: url('../images/repair-head.jpg');
}

#repair .main {
    /*background-image: url('../images/repair-bg-text1.gif');*/
    /*background-position: top left;*/
    background: #fff;
}

#repair .form-grid2 {
    background-image: url('../images/repair-img1.jpg');
}

/*==============cooperation==================*/
#cooperation .img-bg-box {
    background-image: url('../images/cooperation-head.jpg');
}

#cooperation .main {
    background: #fff;
    /*background-image: url('../images/cooperation-bg-text1.gif');*/
    /*background-position: top left;*/
}

#cooperation .form-grid2 {
    background-image: url('../images/cooperation-img1.jpg');
}

/*==============form==================*/
form {
    position: relative;
    display: block;
    width: 100%;
}

form .input-column, form .input-row, .hide-box {
    position: relative;
    display: block;
    line-height: 0;
    margin: 0;
    width: 100%;
    border-bottom: solid 1px #dddddd;
}

form .input-column, form .input-row {
    min-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .input-column {
    float: left;
    width: 48%;
}

.input-text {
    position: relative;
    display: block;
    min-height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 15px 0 0 0;
}

form label {
    position: absolute;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 16px;
    width: 90px;
    overflow: hidden;
}

form label:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 1px;
    background-color: #216b90;
}

form input[type="text"], form input[type="password"], form select, form textarea, .input-box {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 60px;
    width: 100%;
    padding-left: 110px;
    background-color: transparent;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form textarea {
    height: 243px;
    line-height: 24px;
    padding-top: 15px;
}

.msg-middle {
    height: 182px;
}

.msg-small {
    height: 121px;
}

form select {
    line-height: 60px;
    padding: 0;
    padding-left: 110px;
}

.input-box {
    line-height: 26px;
    height: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
}

form small {
    font-size: 15px;
    color: #C67602;
    font-weight: bold;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus {
    background: #eee;
}

form input[type="text"].error, form input[type="password"].error, form textarea.error, form select.error {
    border-bottom: solid 1px #216b90;
}

.rand-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 110px;
    height: 60px;
    cursor: pointer;
}

input[type="reset"], input[type="submit"], #submit, #reset, .submitBTN {
    width: 85px;
    height: 85px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:focus, #submit:hover, .submitBTN:hover {
}

input[type="button"], input[type="file"], input[type="button"]:focus, input[type="file"]:focus {
    background: transparent;
    color: #216b90;
    cursor: pointer;
    font-size: 16px;
    padding-right: 5px;
    text-decoration: underline;
}

.input-button {
    float: right;
}

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: transparent;
    }
}

/*Change Chrome fill*/
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.hide-box p {
    padding: 15px 0 15px 15px;
    color: #333;
}

.form-link {
    text-decoration: underline;
    display: inline-block;
}

.form-link:hover {
    color: #216b90;
}

.pswp-box {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 85%;
    max-width: 500px;
    height: 300px;
    background-color: #fff;
    padding: 40px;
    border: solid 1px #ddd;
    text-align: left;
}

/*==============fileupload==================*/
#files p, .progress-bar p {
    margin: 0;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.progress {
    height: 10px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 4px;
    display: none;
}

.progress-bar {
    height: 10px;
    background: #216b90;
    width: 0%;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: progress-bar-stripes;
    animation-name: progress-bar-stripes;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/*============pswp===============*/
.pswp__bg {
    opacity: 0.9 !important;
}

.pswp__caption__center {
    font-size: 15px !important;
}

.pswp__zoom-wrap {
    text-align: center;
}

.pswp__zoom-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pswp__wrapper {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.pswp__video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.pswp__video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-height: 750px) {
    .pswp__wrapper {
        max-width: 960px;
    }
}

@media screen and (max-height: 600px) {
    .pswp__wrapper {
        max-width: 720px;
    }
}

@media screen and (max-width: 790px) and (orientation: landscape) {
    .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
        background: rgba(0, 0, 0, 0) !important;
    }

    .pswp__counter, .pswp__caption {
        display: none;
    }
}

/*============owl===============*/
.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

/*fix autowidth*/
.owl-prev, .owl-next {
    position: absolute;
    display: block;
    top: 45%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: -25px;
    z-index: 1;
    text-align: center;
    color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-prev:hover, .owl-next:hover {
    color: #216b90;
}

.owl-prev i, .owl-next i {
    font-size: 40px;
    line-height: 50px;
}

.owl-prev {
    left: -60px;
}

.owl-next {
    right: -60px;
}

.owl-carousel.off {
    display: block;
    margin-bottom: -50px;
}

.owl-prev.disabled, .owl-next.disabled {
    filter: alpha(opacity=0);
    opacity: 0;
}

.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 8px 6px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease; /* filter: alpha(opacity=50); opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #8c8c8c;
    width: 7px;
    height: 7px;
    margin: 8px 6px; /*filter: alpha(opacity=100); opacity: 1;*/
}

.button-inside .owl-prev {
    left: 1%;
}

.button-inside .owl-next {
    right: 1%;
}

.button-inside .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.button-white .owl-prev, .button-white .owl-next {
    color: #fff !important;
    border: solid 1px #fff;
}

.button-white .owl-prev:hover, .button-white .owl-next:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.index-carousel .owl-dots {
    width: 50%;
    left: 50%;
}

#index-banner .owl-dots {
    text-align: right;
    right: 120px;
}

/*============googlemaps===============*/
#map_canvas iframe {
    width: 100%;
    height: 550px;
    z-index: 9;
}

/*============socialicious===============*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: inherit !important;
}

/*============justifiedGallery===============*/
.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
    display: none !important;
}

/*============ie/lightbox===============*/
.ie, .lightbox-container {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    width: 100%;
    /*background: url(../images/bg-alpha.png) repeat;*/
    background: #fff;
    overflow: auto;
}

.ie div {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 3%;
    width: 90%;
    max-width: 600px;
    height: 300px;
    background-color: #fff;
    padding: 3%;
    border: solid 1px #ddd;
}

.ie-close, .lightbox-close {
    position: absolute;
    display: block;
    width: 50px;
    height: 35px;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 15px;
}

.lightbox-close {
    position: fixed;
    color: #fff;
    right: 10px;
}

body.lightbox {
    overflow: hidden !important;
}

.lightbox-container, .lightbox-item {
    display: none;
}

.lightbox-container.active, .lightbox-item.active {
    display: block;
}

.lightbox-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.lightbox-content {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.lightbox-item {
    min-height: 400px;
    margin: 50px 0;
}

/*============nav===============*/
@media screen and (max-width: 1400px),(max-height: 650px) {
    #header {
        width: 400px;
    }

    body.sticky #header {
        left: -470px;
    }

    .logo {
        width: 28px;
        top: 30px;
        right: 12px;
    }

    .nav-toggle {
        right: 5px;
        top: 370px;
    }

    body.active .nav-toggle {
        right: 5px !important;
        top: 370px !important;
    }

    #nav ul {
        padding: 40px 0 0 10%;
    }

    #nav li {
        margin-bottom: 23px;
    }

    #nav li b {
        font-size: 22px;
    }

    body.sticky .nav-toggle {
        top: 10px;
    }

    .title-box {
        padding-bottom: 45px;
    }

    .title-box:before {
        width: 160px;
        bottom: -10px;
    }

    .title-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .title-box h3 {
        letter-spacing: 1.25em;
        margin-bottom: 10px;
    }

    .title-box em {
        top: 5px;
        letter-spacing: 0.2em;
    }

    .title-box p {
        padding-top: 0px;
        padding-right: 20px;
        font-size: 14px;
    }

    .index-banner-text {
        padding-left: 70px;
    }
}

@media screen and (max-width: 500px),(max-height: 400px) {
    #header {
        left: -340px;
    }

    body.sticky #header {
        left: -480px;
    }

    body.active #header {
        width: 100% !important;
    }

    .logo {
        width: 25px;
        top: 20px;
        right: 8px;
    }

    .nav-toggle {
        top: 330px;
    }

    body.active .nav-toggle {
        top: 330px !important;
    }

    .nav-toggle {
        padding: 10px;
    }

    .nav-toggle em {
        bottom: 9px;
        letter-spacing: 0.1em;
    }

    .title-box h2 {
        font-size: 36px;
    }

    .title-box h3 {
        letter-spacing: 1em;
    }

    .title-box:before {
        width: 130px;
    }
}

@media screen and (max-width: 360px),(max-height: 500px) {
    .title-box p {
        display: none;
    }
}

@media screen and (orientation: portrait) {
    body.content-page #header {
        left: -500px;
        background: rgba(0, 0, 0, 0);
    }

    body.content-page .logo {
        display: none;
    }

    body.content-page .nav-toggle {
        top: 20px;
        background-color: #000;
        right: -140px;
    }
}

@media screen and (orientation: portrait) and (max-width: 1400px) {
    body.content-page #header {
        left: -470px;
    }

    body.content-page .nav-toggle {
        top: 10px;
    }
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    body.content-page #header {
        left: -480px;
    }
}

@media screen and (min-width: 700px) {
    .timeline:before {
        left: 50%;
    }

    .timeline-item {
        float: left;
        width: 40%;
        margin-bottom: -40px;
        min-height: 170px;
        margin-left: 0;
    }

    .timeline-item.odd {
        margin-left: 50%;
        padding-left: 10%;
    }

    .timeline-item.even {
        padding-left: 0;
        padding-right: 10%;
    }

    .timeline-item.even .text-box {
        text-align: right;
    }

    .timeline-item.even .img-over-box {
        float: right;
        margin-right: 0%;
        margin-left: 5%;
    }

    .timeline-item:before {
        width: 17%;
    }

    .even .text-year {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -30px;
    }

    .even.timeline-item:before {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1100px) and (min-width: 700px) {
    .timeline-item .text-box {
        clear: both;
    }
}

@media screen and (min-width: 980px) {
    .text-line-ver.big {
        margin-left: 90px;
        padding-left: 15px;
    }

    .text-line-ver.big .text-date {
        left: -85px;
    }

    .big .text-date {
        font-size: 29px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1500px) {
    .item-list-4 {
        width: 104%;
    }

    .item-list-4 .grid-item {
        width: 29%;
        margin: 0 4% 0 0;
        padding-bottom: 6%;
    }

    h1, .title1 {
        font-size: 2.5em;
    }

    .title2 {
        font-size: 2em;
    }

    .form-grid1 {
        width: 100%;
        padding-right: 0;
    }

    .form-grid2 {
        display: none;
    }

    .about-box2 .text-ver {
        margin: 20% 0 10% 0;
    }

    #index-about .index-text em {
        top: 170px;
        left: 110px;
    }
}

@media screen and (max-width: 1400px) {
    .hot-item .text-box {
        padding: 10% 0 0 10%;
    }

    .service-step {
        width: 23%;
    }

    .imgtext-box h1 {
        font-size: 2em;
    }

    .text-year.circle {
        width: 80px;
        height: 55px;
        padding-top: 25px;
    }

    .text-year {
        font-size: 26px;
        line-height: 22px;
    }

    .text-line-hor .text-year {
        line-height: 30px;
    }

    .index-title a {
        width: 110px;
        height: 90px;
        padding-top: 20px;
    }

    .index-title strong {
        font-size: 20px;
        line-height: 24px;
    }

    .index-title em {
        letter-spacing: 0.05em;
    }

    .index-title p {
        font-size: 12px;
        line-height: 14px;
        max-width: 180px;
        margin-top: 30px;
    }

    .classic-list .text-year {
        top: -40px;
        margin-left: -40px;
    }

    .classic-list .text-box {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1350px) {
    #index-hot .hot-grid {
        float: none;
        width: 90%;
        margin: 0 auto !important;
        max-width: 360px;
    }

    #index-hot .text-box {
        padding: 5% 5% 0 5%;
    }

    #index-hot .img-over-box {
        width: 90%;
        padding: 5%;
    }

    #index-hot .index-text {
        margin-top: 70px;
    }

    .owl-prev, .owl-next {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-top: -20px;
    }

    .owl-prev i, .owl-next i {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1150px) {
    .item-list-4 {
        width: 106;
    }

    .item-list-4 .grid-item {
        width: 44%;
        margin: 0 6% 0 0;
        padding-bottom: 7%;
    }
}

@media screen and (max-width: 980px) {
    .footer-nav a {
        font-size: 15px;
        letter-spacing: 0em;
    }

    /*============main===============*/
    .grid-large, .grid-middle, .grid-small, .grid-max, .grid-min, .grid {
        width: 75%;
    }

    .grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-3-8, .grid-5-8, .grid-1-2 {
        float: none;
        width: 100%;
    }

    .title2 {
        font-size: 1.7em;
    }

    .content {
        padding-top: 120px;
        margin-bottom: 100px;
    }

    .wrapper .content {
        padding-top: 120px;
        padding-left: 1000px;
    }

    .content-button {
        margin-top: 80px;
    }

    .share-button {
        margin-bottom: -50px;
    }

    .hot-item .text-box {
        padding: 10%;
    }

    .item-list-2 {
        width: 100%;
    }

    .item-list-2 .grid-item {
        width: 100%;
        margin-right: 0;
    }

    .imgtext-box {
        margin-bottom: 50px;
    }

    .imgtext-box .text-bottom2 {
        margin-bottom: 20px;
    }

    #map_canvas iframe {
        height: 400px;
    }

    /*============other===============*/
    #index-banner h1 {
        font-size: 2em;
    }

    .index-img {
        position: relative;
        float: none !important;
        width: 100%;
        height: 0;
        padding-bottom: 83%;
        min-height: auto !important;
    }

    .index-text {
        width: 100%;
        float: none;
    }

    .index-carousel .owl-dots {
        width: 100%;
        left: 0;
    }

    .index-carousel .owl-prev, .index-carousel .owl-next {
        top: 75%;
    }

    #index-hot .hot-grid:first-child {
        margin-left: 0;
    }

    #index-hot .index-text {
        margin-top: 50px;
    }

    #index-hot .hot-grid {
        background: #fff;
    }

    .about-box2 {
        padding-bottom: 100px;
    }

    .hot-item .img-box:before {
        display: none;
    }

    .construction-img {
        height: 0;
        padding-bottom: 56%;
    }

    .service-img {
        height: 0;
        padding-bottom: 70%;
    }
}

@media screen and (max-width: 980px),(orientation: portrait) {
    .content-page .grid-min {
        padding: 100px 0;
    }

    .content-page .wrapper {
        width: 100%;
        float: none;
        min-height: auto;
    }

    .content-page .img-bg {
        position: relative !important;
        height: 0 !important;
        padding-bottom: 83%;
    }

    .content-page .img-bg .img-bg-box {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    /*============main===============*/
    .item-list-4 {
             width: 100%;
             max-width: 400px;
             margin: 0 auto;
         }

    .item-list-4 .grid-item {
        width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }
    .item-list-3 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .item-list-3 .grid-item {
        width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }

    /*============other===============*/
    .history-box {
        padding-left: 0;
    }

    .history-box h1 {
        position: relative;
        float: right;
        margin: -10% 10% 10% 0;
    }

    .history-box em {
        clear: both;
    }

    .service-step {
        width: 48%;
    }
}

@media screen and (max-width: 700px) {
    /*============main===============*/
    .hide-w700 {
        display: none !important;
    }

    .hot-item .text-box {
        padding: 10% 0;
    }

    /*============other===============*/
    #construction .grid-small {
        width: 100%;
        padding: 0;
        background: transparent;
        margin-top: 13%;
    }
}

@media screen and (max-width: 600px) {
    /*============footer===============*/
    .footer-info li {
        display: block;
    }

    /*============main===============*/
    .hide-w600 {
        display: none !important;
    }

    .computer-img {
        display: none;
        opacity: 0 !important;
    }

    .mobile-img {
        display: block;
        opacity: 1 !important;
    }

    .page a {
        display: none;
    }

    .page a.active, .page a.page-first, .page a.page-last, .page a.page-next, .page a.page-prev {
        display: inline-block;
    }

    .title2 {
        font-size: 1.5em;
    }

    .content {
        padding-top: 100px;
    }

    .content-page .grid-min {
        padding: 80px 0;
    }

    .text-top {
        margin-top: 20px;
    }

    .text-bottom {
        margin-bottom: 20px;
    }

    .text-top2 {
        margin-top: 25px;
    }

    .text-bottom2 {
        margin-bottom: 25px;
    }

    .box-top {
        margin-top: 40px;
    }

    .box-bottom {
        margin-bottom: 40px;
    }

    .title-box {
        max-width: 400px;
    }

    .timeline-item .text-box {
        clear: both;
    }

    /*============other===============*/
    #index-banner h1 {
        font-size: 1.8em;
    }

    .pswp-box {
        padding: 7%;
    }

    .about-title {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0;
        margin-bottom: 7%;
    }

    #portfolio .content {
        width: 90%;
    }

    .index-text {
        margin: 60px 0;
    }
}

@media screen and (max-width: 500px) {
    /*============main===============*/
    .hide-w500 {
        display: none !important;
    }

    .grid-large, .grid-middle, .grid-small, .grid-max, .grid-min, .grid {
        width: 85%;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    a.button-back {
        right: 0;
    }

    .pswp-box {
        height: 350px;
    }

    #portfolio .content {
        width: 100%;
    }

    .service-process {
        width: 100%;
        margin-left: 0;
    }

    .service-step {
        width: 98%;
        max-width: 300px;
        background-image: url(../images/angle-down.gif);
        background-position: center bottom;
    }
}

@media screen and (max-width: 400px) {
    /*============main===============*/
    .hide-w400 {
        display: none !important;
    }

    h1, .title1, #index-about .index-text h1 {
        font-size: 2em;
    }

    h2, .title3 {
        font-size: 1.7em;
    }

    h3, .title5 {
        font-size: 1.125em;
    }

    .title4 {
        font-size: 1.4em;
    }

    .text1 {
        letter-spacing: 0.1em;
    }

    .text-en-small {
        letter-spacing: 0.3em;
    }

    .text-date {
        font-size: 20px;
        line-height: 20px;
    }

    .text-line-ver {
        margin-left: 60px;
    }

    .text-line-ver .text-date {
        left: -60px;
    }

    .text-line-hor .text-box {
        padding-left: 55px;
    }

    .info-text {
        padding-left: 50px;
    }

    .info-text b {
        font-size: 14px;
    }

    .info-text em {
        font-size: 1.25em;
    }

    .icontext-item {
        padding-left: 50px;
        padding-top: 2px;
    }

    .icontext-item i {
        font-size: 42px;
    }

    .img-box big {
        font-size: 30px;
        line-height: 35px;
    }

    .button-icon a, a.button-icon, a .button-icon {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .button-icon i {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        margin: 5px 0 0 0;
    }

    .button-icon.left {
        margin-left: -5px;
    }

    a.button-icon.small {
        width: 50px;
        height: 50px;
    }

    input[type="reset"], input[type="submit"], #submit, #reset, .submitBTN {
        width: 65px;
        height: 65px;
    }

    /*==============form==================*/
    form label {
        position: relative;
        height: 20px;
        line-height: 20px;
        margin-top: 15px;
    }

    form input[type="text"], form input[type="password"], form textarea, .input-box {
        padding-left: 15px;
    }

    form select {
        width: 95%;
        margin-left: 5%;
        padding-left: 0;
    }

    .form-link {
        display: block;
        padding-left: 40px;
    }

    /*==============other==================*/
    #index-banner h1 {
        font-size: 1.6em;
    }

    #index-banner h2 {
        font-size: 0.9375em;
    }

    #index-about .index-text h1 {
        margin-bottom: 50px;
    }

    #index-about .index-text em {
        top: 140px;
        left: 100px;
    }

    .img-group-3 .vertical-box {
        height: 30px;
    }

    .img-group-3 .img-box b, .img-group-3 .img-over-box b {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .hide-w360 {
        display: none !important;
    }

    p {
        font-size: 0.9375em;
    }

    .timeline:before {
        left: 12%;
    }

    .timeline-item {
        width: 74%;
        padding-left: 12%;
        margin-left: 12%;
    }

    .timeline-item:before {
        display: none;
    }

    .about-title {
        font-size: 18px;
        line-height: 32px;
    }

    .index-title p {
        display: none;
    }
}

@media screen and (max-width: 310px) {
    .hide-w310 {
        display: none !important;
    }

    .page a.page-first, .page a.page-last {
        display: none;
    }

    h1 {
        font-size: 1.8em;
    }
}

.horizontal {
    display: inherit;
}

.vertical {
    display: none;
}

@media screen and (orientation: portrait) {
    .horizontal {
        display: none;
    }

    .vertical {
        display: inherit;
    }

    #index .wrapper {
        min-height: auto;
    }

    .full-height {
        min-height: auto !important;
    }

    #index-banner .full-height {
        height: 0;
        padding-bottom: 100%;
    }

    .index-banner-text {
        position: relative;
        padding: 40px 5% 70px 70px;
        right: auto;
        border-right: none;
    }

    .index-banner-text em {
        position: relative;
        right: auto;
        margin-top: 10px;
        color: #216b90;
    }

    #index-banner .owl-dots {
        right: 5%;
    }

    #about .img-bg-box {
        background-image: url('../images/mobile/about-head.jpg');
        background-position: bottom center;
    }

    #history .img-bg-box {
        background-image: url('../images/mobile/history-head.jpg');
    }

    #news .img-bg-box {
        background-image: url('../images/mobile/news-head.jpg');
        background-position: bottom center;
    }

    #hot .img-bg-box {
        background-image: url('../images/mobile/hot-head.jpg');
    }

    #classic .img-bg-box {
        background-image: url('../images/mobile/classic-head.jpg');
    }

    #portfolio .img-bg-box {
        background-image: url('../images/mobile/portfolio-head.jpg');
        background-position: bottom center;
    }

    #construction .img-bg-box {
        background-image: url('../images/mobile/construction-head.jpg');
        background-position: bottom center;
    }

    #service .img-bg-box {
        background-image: url('../images/mobile/service-head.jpg');
    }

    #contact .img-bg-box {
        background-image: url('../images/mobile/contact-head.jpg');
    }

    #repair .img-bg-box {
        background-image: url('../images/mobile/repair-head.jpg');
        background-position: bottom center;
    }

    #cooperation .img-bg-box {
        background-image: url('../images/mobile/cooperation-head.jpg');
        background-position: bottom center;
    }
}