@charset "utf-8";
body {
    font-family: "微軟正黑體", "新細明體", "Arial Unicode MS"
}
.container-fluid {
    max-width: 1400px;
}
.footer {
    color: #000;
    background-color: #e99e2f;
    text-align: center;
    padding: 24px 0 16px;
}
.footer a {
    color: #09c;
}
.share {
    margin: 8px 0;
}
.share img {
    margin: 0 2px;
}
.backtop {
    position: fixed;
    z-index: 999;
    width: 48px;
    height: 48px;
    left: 100%;
    top: 100%;
    margin-top: -64px;
    margin-left: -64px;
    padding: 5px;
    background-color: rgba(000, 000, 000, 0.5);
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
}
.backtop:hover {
    background-color: #09f;
}
.title_line {
    width: 60px;
    height: 4px;
    background-color: #e99e2f;
    margin: 30px auto;
}
/*==========header css==========*/
.header_logo {
    position: fixed;
    z-index: 950;
    top: 20px;
    left: 15px;
}
.header_logo img {
    -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;
    width: 259px;
    height: auto;
}
@media (min-width:992px) {
    .header_logo {
        top: 26px;
        left: 15px;
    }
    .header_logo img {
        width: 300px;
    }
}
@media (min-width:1400px) {
    .header_logo {
        top: 22px;
        left: calc(50% - 685px);
    }
    .header_logo img {
        width: 349px;
    }
}
/*==========nav css==========*/
.menu_header {
    position: fixed;
    z-index: 950;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: #e99e2f;
    -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s;
    overflow-y: auto;
}
.menu_header img {
    margin: 12px 0;
}
.menu_close {
    left: 100%;
    margin-left: 0px;
}
.menu_open {
    left: 100%;
    margin-left: -240px;
}
.menu_header .container-fluid {
    padding: 0;
    position: relative;
    max-width: 1400px;
}
@media (min-width:992px) {
    .menu_header {
        position: fixed;
        z-index: 900;
        width: 100%;
        height: 88px;
        background: #fff;
        border-bottom: 0px solid #e99e2f;
        overflow-y: visible;
        -moz-box-shadow: 0 4px 15px -2px gray;
        -webkit-box-shadow: 0 4px 15px -2px gray;
        box-shadow: 0 4px 15px -2px gray;
    }
    .menu_open, .menu_close {
        left: 0;
        margin-left: 0;
    }
    .menu_header .container-fluid {
        padding: 0 15px;
    }
}
.menu_ul {
    list-style: none;
    padding: 0;
}
.menu_ul li {
    border-bottom: 1px dotted #FC3;
}
.menu_ul li a {
    color: #fff;
    display: block;
    font-size: 1.1rem;
    -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;
    padding: 15px;
}
.menu_ul li a:hover, .menu_ul li a:focus {
    text-decoration: none;
    background-color: #FC3;
}
.menu_ul li a span {
    display: block;
    font-size: 0.8rem;
}
.menu_ul .nav_member {}
.menu_ul .nav_member a {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 15px;
    width: 32px;
}
.menu_ul .nav_member a:hover {
    background-color: transparent;
}
.menu_ul .nav_member a img {
    width: 100%;
    height: auto;
}
@media (min-width:992px) {
    .menu_ul {
        text-align: center;
        border-radius: 4px;
        height: 34px;
        float: right;
        margin-top: 0px;
    }
    .menu_ul li {
        float: left;
        border: none;
        position: relative;
    }
    .menu_ul li a {
        color: #555;
        font-size: 1rem;
        width: auto;
        text-align: center;
        padding: 32px 15px 32px 15px;
    }
    .menu_ul li a:hover, .menu_ul li a:focus {
        color: #e99e2f;
        background-color: transparent;
    }
    .menu_ul .mobile_home {
        display: none;
    }
    .menu_ul .nav_member {
        margin-right: -15px;
        width: 120px;
    }
    .menu_ul .nav_member a {
        display: inline-block;
        padding: 16px 0 16px 0;
        margin: 0 10px;
        width: 32px;
    }
}
@media (min-width:1200px) {
    .menu_ul li a {
        font-size: 1rem;
        width: auto;
        text-align: center;
        padding: 32px 30px 32px 30px;
    }
    .menu_ul .nav_member {
        width: 240px;
    }
}
.mobile_hide {
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 899;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_header {
    background-color: #fff;
    position: fixed;
    z-index: 890;
    height: 72px;
    width: 100%;
    border-bottom: 0px solid #e99e2f;
    -moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
}
.iconbar {
    float: right;
    width: 48px;
    height: 36px;
    margin: 15px 15px 0 15px;
    border: 2px solid #525269;
    border-radius: 4px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;
}
.iconbar_open {
    background-image: url(../img/iconbar.png);
}
.iconbar_close {
    background-image: url(../img/iconbar2.png);
    border-color: #e99e2f;
}
.menu_title {
    margin: 3px 15px;
    padding-top: 15px;
    padding-bottom: 16px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
}
@media (min-width:992px) {
    .mobile_hide {
        display: none !important;
    }
    .mobile_header {
        display: none;
    }
    .iconbar_close {
        display: none;
    }
    .menu_title {
        display: none;
    }
}
.menu_ul .mobile_language {
    color: #fff;
    margin: 10px 15px;
    border: none;
}
.menu_ul .mobile_language a {
    display: inline-block;
    padding: 10px 16px;
    font-size: 0.9rem;
    border: 1px solid #fff;
    border-radius: 5px;
}
.menu_ul .mobile_language a:hover, .menu_ul .mobile_language a.active {
    background-color: #fff;
    color: #2a2b83;
}
@media (min-width:992px) {
    .menu_ul .mobile_language {
        display: none;
    }
}
.search_nav {
    display: none;
}
@media (min-width:992px) {
    .search_nav {
        position: absolute;
        padding: 0;
        list-style: none;
        top: 2px;
        left: 100%;
        width: 400px;
        margin-left: -430px;
        text-align: right;
        display: block;
    }
    .search_nav li {
        display: inline-block;
        font-size: 0.8rem;
        margin-left: 15px;
    }
    .search_nav li a {
        color: #2a2b83;
    }
    .search_nav li a:hover {
        color: #946cad;
        text-decoration: none;
    }
}
@media (min-width:1200px) {
    .search_nav {
        margin-left: -445px;
    }
}
.menu_ul .sub_nav {
    display: none;
}
@media (min-width:992px) {
    .menu_ul .sub_nav {
        position: absolute;
        top: 88px;
        -moz-box-shadow: 0 4px 15px -2px gray;
        -webkit-box-shadow: 0 4px 15px -2px gray;
        box-shadow: 0 4px 15px -2px gray;
    }
    .menu_ul .sub_nav a {
        background-image: none;
        padding: 15px 15px;
        margin: 0;
        border-top: 0px dotted #ccc;
        background-color: #333;
        color: #ccc;
        width: 200px;
        margin-left: 0;
        font-size: 0.9rem;
        text-align: left;
    }
    .menu_ul .sub_nav a:hover {
        background-color: #555;
        color: #fff;
        border-bottom: none;
    }
}
@media (min-width:1600px) {
    .menu_ul .sub_nav a {
        width: 220px;
        margin-left: 0;
        padding: 15px 30px;
    }
}
@media (min-width:992px) {
    .nav_item:hover .sub_nav_item {
        display: block;
    }
}
.fadeInRight {
    -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
    -moz-animation: fadeInRight 0.4s; /* Fx 5+ */
    -o-animation: fadeInRight 0.4s; /* Opera 12+ */
    animation: fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}
/*==========main css==========*/
.nav_divide {
    display: none;
}
@media (min-width:992px) {
    .nav_divide {
        width: 1rem;
        color: #555;
        margin-top: 30px;
        display: inline-block;
    }
}
@media (min-width:1200px) {
    .nav_divide {
        margin-top: 30px;
    }
}
.top_blank {
    height: 72px;
}
@media (min-width:992px) {
    .top_blank {
        height: 88px;
    }
}
/*
.carousel-fade .carousel-inner .carousel-item {
    height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-caption {
    top: 120px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}
.carousel-caption h2 {
    animation-duration: 1s;
    font-weight: 900;
}
.carousel-caption p {
    margin: 15px 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
}
@media (min-width:992px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 640px;
    }
    .carousel-caption h2 {
        font-size: 2.8rem;
        animation-duration: 1s;
    }
    .carousel-caption p {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 270px;
    }
}
@media (min-width:1400px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 800px;
    }
    .carousel-caption {
        top: 320px;
    }
}
*/


/*========================================================
                    首頁 carousel-intro
=========================================================*/

/* 首頁 carousel-intro */

.carousel-intro {
	position: relative;    
}
.carousel-intro .carousel-item {
	position: relative; 
}

/* 文字 */
.carousel-intro .carousel-caption {
	position : absolute;
	top: 50%;
	left: 50%;
    bottom: auto;
	transform: translate(-50%,-50%);
	z-index: 9;
	color: #000;
	text-align: center;
	padding: 0;
    width: 76%;
}
.carousel-intro .carousel-caption h2 {
    display: inline-block;
    font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px;
}
.carousel-intro .carousel-caption h2:after {
    content: '';
    display: block;
	width: 100px;
    height: 3px;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.carousel-intro .carousel-caption p {
    font-size: 0.8rem;
	font-weight: normal;
	margin: 0 0 20px 0;
    padding: 0;
    line-height: 18px;
}
.carousel-intro .carousel-caption p b, 
.carousel-intro .carousel-caption h3  {
    font-family: Arial;
    display: block;
    font-size: 1rem;
	font-weight: bold;
    margin-bottom: 10px;
}


/*按鈕設定*/
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #111 no-repeat center center;
    background-size: 50% 50%;
    border-radius: 50%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators li {
    opacity: 1;
    height: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #111;
}


/*動畫設定*/
@-webkit-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@-o-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@-moz-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}

/*尺寸設定*/
@media (max-width: 1199px) {
    .carousel-intro .carousel-item img[width="100%"] {
        object-fit: cover;
        object-position: 80% center;
        height: 400px;
    }
    .carousel-intro .carousel-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,0.5);
    }
    .carousel-intro .carousel-caption {
        color: #fff;
    }
    .carousel-intro .carousel-caption h2:after {
        margin: 15px auto 10px;
        height: 2px;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 1.8rem;
        line-height: 28px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1rem;
        line-height: 20px;
    }
    .carousel-intro .carousel-caption p b, 
    .carousel-intro .carousel-caption h3 {
        font-size: 1.4rem;
    }
}
@media (min-width: 992px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 2.2rem;
        line-height: 32px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1rem;
        line-height: 24px;
    }
    .carousel-intro .carousel-caption p b, 
    .carousel-intro .carousel-caption h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
    .carousel-intro .carousel-caption {
        top: 50%;
        left: 20%;
        transform: translate(-20%,-50%);
        text-align: left;
        width: 40%;
    }
	.carousel-intro .carousel-caption h2 {
        font-size: 2.6rem;
        line-height: 48px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1.1rem;
        line-height: 28px;
    }
    .carousel-intro .carousel-caption p b, 
    .carousel-intro .carousel-caption h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1600px) {
    .carousel-intro .carousel-caption {
        top: 50%;
        left: 18%;
        transform: translate(-18%,-50%);
        text-align: left;
        width: 40%;
    }
	.carousel-intro .carousel-caption h2 {
        font-size: 3rem;
        line-height: 54px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1.2rem;
        line-height: 32px;
    }
    .carousel-intro .carousel-caption p b, 
    .carousel-intro .carousel-caption h3 {
        font-size: 1.8rem;
    }
}



/*========================================================
                    首頁 簡介
=========================================================*/

.about {
    padding: 96px 0;
    color: #777;
    line-height: 1.8rem;
    background: url(../img/index/about-bg.jpg) no-repeat right center;
    background-size: cover;
}
.about-info h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    color: #000;
}
.about-info h2:after {
    content: '';
    display: block;
	width: 60px;
    height: 3px;
    background-color: #e99e2f;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-info p.p1 {
    position: relative;
    padding-left: 84px;
}
.about-info p.p1 b {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 84px;
    font-weight: normal;
    
}

@media (min-width: 1200px) {
    .about {
        background: url(../img/index/about-bg.jpg) no-repeat center center;
        background-size: cover;
    }
}


/*========================================================
                    首頁 最新消息
=========================================================*/

.news_index {
    padding: 0;
    color: #777;
    line-height: 1.8rem;
    background: url(../img/index/news-bg.jpg) no-repeat right center;
    background-size: cover;
}
.news_index  .container-fluid {
    max-width: 1600px;
}

.news_index [class*="col-"]:first-of-type {
    background-color: rgba(213,98,9,0.8);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 400px;
}
.news_index_title {
    text-align: center;
}
.news_index_title h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    color: #000;
}
.news_index_title h2:after {
    content: '';
    display: block;
	width: 60px;
    height: 3px;
    background-color: #000;
    margin: 20px auto;
}

.news_index_btn {
    margin: 40px 0 10px 0;
}
.news_index_btn a {
    padding: 15px 50px;
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.news_index_btn a:hover {
    background-color: #111;
    text-decoration: none;
}

.news_index_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news_index_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_index_list ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c56614;
}
.news_index_list ul li * {
    display: inline-block;
    margin: 0;
}
.news_index_list ul li a {
    display: block;
    color: #333;
    padding: 8px 5px;
    text-decoration: none;
}
.news_index_list ul li a span {
    background-color: #000;
    color: #e99e2f;
    padding: 0px 10px;
    margin: 0 5px;
}
.news_index_list ul li a:hover {
    background-color: #000;
    color: #e99e2f;
}
.news_index_list ul li a:hover span {
    background-color: #e99e2f;
    color: #000;
}

@media (min-width: 992px) {
    .news_index [class*="col-"]:first-of-type {
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
        padding-top: 100px;
        padding-left: 80px;
    }
    .news_index_title {
        text-align: left;
    }
    .news_index_title h2:after {
        margin: 20px 0;
    }
    .news_index_list {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 1200px) {
    .news_index [class*="col-"]:first-of-type {
        padding-left: 120px;
    }
}
@media (min-width: 1600px) {
    .news_index [class*="col-"]:first-of-type {
        padding-left: 180px;
    }
}


/*========================================================
                    首頁 工程實績
=========================================================*/

.achievement_index {
    padding: 56px 0;
    color: #777;
    line-height: 1.8rem;
    background: url(../img/index/achievement-bg.jpg) no-repeat right center;
    background-size: cover;
}
.achievement_index h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #000;
}
.achievement_index h2:after {
    content: '';
    display: block;
	width: 60px;
    height: 3px;
    background-color: #e99e2f;
    margin: 20px auto;
}
.achievement_index .achievement_item {
    margin: 0 0 10px;
    background-color: #fff;
    position: relative;
}
.achievement_index .achievement_con {
    height: 280px;
    -moz-box-shadow: 0 0 0 0 gray;
    -webkit-box-shadow: 0 0 0 0 gray;
    box-shadow: 0 0 0 0 gray;
}
.achievement_index .achievement_con:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.achievement_index .achievement_text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(000, 000, 000, 0);
    color: #fff;
    padding: 30px 15px;
    top: calc(100% - 80px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.achievement_index .achievement_con:hover .achievement_text {
    background-color: rgba(000, 000, 000, 0.6);
    top: 0;
}

/* 尺寸設定 */
@media (min-width: 768px) {
    .achievement_index .achievement_item {
        margin: 0 20px 10px;
    }
}



/*========================================================
                         其他設定
=========================================================*/

.view_lg {
    display: none;
}
@media (min-width:992px) {
    .view_sm {
        display: none;
    }
    .view_lg {
        display: block;
    }
}
.prev-alt {
    background-color: #e99e2f;
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 0%;
    padding: 14px 15px 16px 15px;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.prev-alt:hover {
    opacity: 1;
}
.next-alt {
    background-color: #e99e2f;
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 100%;
    padding: 14px 15px 16px 15px;
    transform: translate(-100%, -50%);
    opacity: 0.75;
}
.next-alt:hover {
    opacity: 1;
}
.top_title {
    text-align: center;
    color: #555;
}
.top_block1 {
    padding: 80px 0;
    color: #777;
}
.top_contact_block {
    padding: 32px 0;
    background-color: #ededed;
}
.top_contact_text {
    text-align: center;
}
@media (min-width:992px) {
    .top_contact_text {
        text-align: left;
    }
}
.top_contact_text ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    margin-top: 10px;
    color: #555;
}
.site_map {
    display: none;
}
@media (min-width:992px) {
    .site_map {
        display: block;
    }
}
.site_map_con h5 a {
    color: #000;
    font-size: 1.1rem;
}
.site_map_con ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
}
.site_map_con ul li a {
    color: #555;
}
.site_map_con h5 a:hover, .site_map_con ul li a:hover {
    color: #e99e2f;
    text-decoration: none;
}
.guide {
    margin-top: 32px;
    margin-bottom: 32px;
}
.guide a {
    color: #000;
    background-color: #e99e2f;
    padding: 12px 16px;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.guide a:hover {
    text-decoration: none;
    background-color: #FC3;
    color: #000;
}
@media (min-width:768px) {
    .guide {
        display: none;
    }
}
.alert_block {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(050, 050, 050, 0.7);
    -webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    z-index: 9999;
    font-size: 1.1rem;
    color: #fff;
    background-color: #db5426;
    padding: 30px 50px;
    border-radius: 15px;
    max-width: 880px;
    -webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con ul {
    padding: 0;
    list-style: none;
    text-align: right;
}
.alert_block .alert_con ul li {
    display: inline-block;
    margin: 20px 0 0 10px;
}
.alert_block .alert_con ul li a {
    background-color: #fff;
    font-size: 1.1rem;
    color: #333;
    border-radius: 6px;
    padding: 6px 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.alert_block .alert_con ul li a:hover {
    text-decoration: none;
    background-color: #ccc;
}
.alert_block .alert_con ul li:last-child a {
    background-color: #3e3a39;
    color: #fff;
    padding: 6px 40px;
}
.alert_block .alert_con ul li:last-child a:hover {
    background-color: #777;
}
.alert_block .alert_con_times {
    height: 0;
    position: relative;
}
.alert_block .alert_con_times img {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -45px;
    margin-left: 25px;
    width: 40px;
    height: auto;
    cursor: pointer;
}
.page_banner {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}
@media (min-width: 1200px) {
    .page_banner {
        height: 540px;
    }
}
.page_banner h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}
.page_bread {
    background-color: #e99e2f;
    margin: 0;
    font-size: 0.9rem;
    display: table;
    width: 100%;
    position: relative;
}
.page_bread .container-fluid {}
.page_bread .breadcrumb {
    background: none;
    float: left;
    text-align: left;
    padding: 15px 0 0 0;
}
.page_bread .breadcrumb li {
    border-radius: 0;
    color: #000;
}
.page_bread .breadcrumb li::before {
    color: #000;
}
.page_bread .breadcrumb a {
    color: #000;
}
.page_bread .breadcrumb a:hover {
    color: #09f;
    text-decoration: none;
}
.top_more {
    margin: 40px 0 10px 0;
}
.top_more a {
    padding: 15px 40px;
    background-color: #e99e2f;
    color: #000;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.top_more a:hover {
    background-color: #FC3;
    text-decoration: none;
}
.top_more a i {
    margin-right: 10px;
}
.page_anchor {
    position: absolute;
    top: -88px;
}
.service_block {
    padding: 80px 0;
    color: #777;
    line-height: 1.8rem;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.service_block h1 {
    color: #000;
    text-align: center;
}
.service_con {
    margin: 15px 0;
    text-align: center;
}
.service_pic {
    padding: 0;
    max-width: 160px;
    background-color: #e99e2f;
    border-radius: 50%;
    margin: 0 auto;
}
.service_pic img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 30px;
}
.service_block [class*="col-"]:nth-of-type(2n+1) .service_pic:hover {
    border: 5px solid #000;
}
.service_block [class*="col-"]:nth-of-type(2n+2) .service_pic:hover {
    border: 5px solid #e99e2f;
}
.service_text {
    padding: 15px;
}
.service_pic2 {
    background-color: #000;
}
@media (min-width:992px) {
    .service_block h1 {
        font-size: 4rem;
    }
}
.service_block2 {
    padding: 80px 0;
    color: #000;
    line-height: 1.8rem;
    background-color: #e99e2f;
    background-image: url(../img/contact_bg0.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.service_block2 h1 {
    color: #000;
    text-align: center;
}
.service_block2 .title_line {
    background-color: #000;
}
.patent_con {
    margin: 15px 0;
    text-align: center;
}
.patent_pic img {
    width: 100%;
    height: auto;
}
.patent_text h6 {
    margin-top: 15px;
}
@media (min-width:992px) {
    .service_block2 h1 {
        font-size: 4rem;
    }
}


.service_area_con {
    position: relative;
    margin: 15px 0;
    padding: 30px 15px;
    background-color: #e99e2f;
    color: #000;

}
.service_area_con2 {
    background-color: #000;
    color: #e99e2f;
}


/*.service_area_con {
    position: relative;
}
.service_area_con a {
    display: block;
    margin: 15px 0;
    padding: 30px 15px;
    position: relative;
    background-color: #e99e2f;
    color: #000;
}
.service_area_con2 a {
    display: block;
    background-color: #000;
    color: #e99e2f;
}
.service_area_con:hover a,
.service_area_con2:hover a {
    background-color: #111;
    color: #fff; 
    text-decoration: none;
}*/

.service_area_icon {
    position: absolute;
    top: 24px;
    left: 15px;
    font-size: 1.6rem;
}




.service_area [class*="col-"]:nth-of-type(2n+1) .service_pic:hover {
    border: 5px solid #000;
}
.service_area [class*="col-"]:nth-of-type(2n+2) .service_pic:hover {
    border: 5px solid #e99e2f;
}


.service_area_text {
    margin-left: 30px;
}
.service_area_text h6 {
    margin: 0;
}

@media (min-width: 992px) {
    .service_area_icon {
        top: 20px;
        left: 15px;
        font-size: 2.4rem;
    }
    .service_area_text {
        margin-left: 48px;
    }
}



.news_block1 {
    padding: 80px 0;
    color: #777;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
}
.news_block1 h1 {
    color: #000;
    text-align: center;
}
.page_news_con {
    position: relative;
    color: #777;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page_news_pic {
    height: 240px;
    background-position: center;
    background-size: cover;
}
.page_news_text h4 {
    color: #555;
}
.page_news_date {
    margin: 10px 0;
}
.page_news_date span {
    margin-right: 5px;
    background-color: #e99e2f;
    color: #000;
}
.page_news_date a {
    margin-left: 10px;
    color: #e99e2f;
}
@media (min-width:992px) {
    .page_news_pic {
        width: 320px;
        height: 200px;
        float: left;
    }
    .page_news_text {
        margin-left: 340px;
    }
}
@media (min-width:1200px) {
    .page_news_pic {
        width: 320px;
        height: 200px;
        float: left;
    }
    .page_news_text {
        margin-left: 340px;
    }
    .news_block1 .page_title {
        font-size: 4rem;
    }
}
.pagination .page-item .page-link {
    color: #e99e2f;
}
.pagination .page-item.active .page-link {
    background-color: #e99e2f;
    border-color: #e99e2f;
    color: #000;
}
.pagination {
    justify-content: center;
}
.news_detail_block {
    padding: 80px 0;
    color: #777;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
}
.news_detail_block .container-fluid {
    max-width: 1200px;
}
.news_detail_block .news_detail_title {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.news_detail_content img {
    max-width: 100%;
    height: auto;
}
.back_btn {
    margin: 30px 0;
}
.back_btn a {
    padding: 15px 40px;
    background-color: #e99e2f;
    color: #000;
    border-radius: 0;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.back_btn a:hover {
    background-color: #FC3;
    text-decoration: none;
}
.page_news_date_ul {
    padding: 0;
    list-style: none;
}
.page_news_date_ul li {
    display: inline-block;
    margin-right: 10px;
}
.news_share_line a {
    color: #00b900;
    font-size: 1.6rem;
    float: left;
    margin-bottom: -12px;
}
.page_news_link {
    margin: 30px 0;
}
.page_news_link a {
    color: #e99e2f;
}
.side_nav_title_wrapper {
    padding: 20px 0 14px 0;
    background-color: #e99e2f;
    color: #000;
}
.side_nav_title {
    padding-left: 30px;
    font-size: 1.2rem;
}
.side_nav_title span {
    font-size: 2rem;
}
.side_nav ul {
    padding: 0;
    list-style: none;
}
.side_nav ul li {
    border-bottom: 1px solid #ccc;
}
.side_nav ul li a {
    padding: 10px 15px 10px 30px;
    color: #555;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: -60px 18px;
    background-size: auto 12px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.side_nav ul li a:hover, .side_nav ul li a.active {
    color: #e99e2f;
    text-decoration: none;
    background-position: 10px 18px;
}
.side_nav ul .side_nav_sub li {}
.side_nav ul .side_nav_sub li a {
    font-size: 0.9rem;
    padding: 2px 15px 2px 45px;
    background-image: none;
}
.achievement_block {
    padding: 80px 0;
    color: #777;
    line-height: 1.8rem;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
}
.achievement_title {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.achievement_con {
    background-position: center;
    background-size: cover;
    height: 240px;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    -moz-box-shadow: 0 4px 15px -2px gray;
    -webkit-box-shadow: 0 4px 15px -2px gray;
    box-shadow: 0 4px 15px -2px gray;
}
.achievement_con a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.achievement_con a:hover {
    opacity: 1;
}
.achievement_con a i {
    margin-top: 100px;
    width: 64px;
    height: 64px;
    font-size: 2.2rem;
    padding: 15px;
    background-color: #e99e2f;
    color: #fff;
    border-radius: 50%;
}
.achievement_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, 0.6);
    color: #fff;
    padding: 30px 15px;
    top: calc(100% - 80px);
    -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;
}
.achievement_text h5 {
    border-left: 8px solid #e99e2f;
    padding-left: 10px;
}
.achievement_text h6 {
    color: #fff;
    padding-left: 18px;
    opacity: 0;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.achievement_con:hover .achievement_text {
    top: 0;
}
.achievement_con:hover .achievement_text h6 {
    opacity: 1;
}
.achievement_detail_block1 {
    padding: 80px 0;
    color: #777;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
}
.achievement_detail_block1 .container-fluid {}
.achievement_detail_block1 .achievement_detail_title {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.achievement_detail_text {
    padding: 30px 30px 30px 30px;
    border: 4px dashed #ccc;
    background-color: #ededed;
}
.achievement_pic_row p {
    text-align: center;
    color: #777;
    font-size: 0.9rem;
}
.achievement_pic_row .achievement_con {
    height: 160px;
}
.achievement_pic_row .achievement_con a {
    background-color: rgba(000, 000, 000, 0.6);
}
.achievement_pic_row .achievement_con a i {
    margin-top: 48px;
}
.contact_block {
    padding: 80px 0;
    color: #777;
    line-height: 1.8rem;
    background-image: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
}
.contact_block h1 {
    color: #000;
    text-align: center;
}
.page_contact_info {
    padding: 0;
}
.page_contact_info ul {
    background-color: #ededed;
    padding: 30px;
    list-style: none;
}
.page_contact_info ul li span {
    width: 23px;
    display: inline-block
}
.page_contact_form {
    padding: 0;
}
.contact_block form {}
.contact_block form .form-group textarea {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block form .form-group select {
    border-radius: 0;
    padding: 0 22px;
    background-color: #ededed;
    height: 52px;
}
.contact_block form .form-group button {
    background-color: #e99e2f;
    border-color: #e99e2f;
    color: #000;
    border-radius: 0;
    padding: 15px 0;
    width: 118px;
    text-align: center;
}
.contact_block form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
@media (min-width:992px) {
    .contact_block h1 {
        font-size: 4rem;
    }
}





.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 40px;
}
.ul-s1 > li {
    padding: 0 0 0 44px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 1.2rem;
	color: #fff;
	line-height: 34px;
	text-align: center;
	background: #111;
    position: absolute; 
    left: 0; 
    top: 4px; 
    z-index: 9; 
}