@charset "utf-8";
body {
    font-family: 'Noto Sans TC', "微軟正黑體", "新細明體", "Arial Unicode MS"
}
.container-fluid {
    max-width: 1400px;
}
.footer {
    color: #fff;
    background-color: #1cb0de;
    text-align: center;
    padding: 24px 15px;
}
.footer a {
    color: #0FC;
}
.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: #09c;
}
.title_line {
    width: 60px;
    height: 4px;
    background-color: #0d3c84;
    margin: 30px auto;
}
/*==========header css==========*/
.header_logo {
    position: fixed;
    z-index: 896;
    top: 20px;
    left: 15px;
}
.header_logo img {
    -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;
    width: 240px;
    height: auto;
}
@media (min-width:992px) {
    .header_logo {
        z-index: 950;
    }
    .header_logo {
        top: 24px;
        left: 15px;
    }
    .header_logo img {
        width: 320px;
    }
}
/*@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}*/
/*==========nav css==========*/
.menu_header {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: #1cb0de;
    -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: none;
}
@media (min-width:992px) {
    .menu_header {
        position: fixed;
        width: 100%;
        height: 100px;
        background-color: #fff;
        background-image: url(../img/nav_bottom.jpg);
        background-position: bottom;
        background-repeat: repeat-x;
        overflow-y: visible;
    }
    .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 #09c;
}
.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: #09c;
}
.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 20px 32px 20px;
    }
    .menu_ul li a:hover, .menu_ul li a:focus {
        color: #1cb0de;
        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;
    }
}
@media (min-width:1400px) {
    .menu_ul li a {
        padding: 32px 40px 32px 40px;
    }
    .menu_ul .nav_member {
        width: 280px;
    }
}
@media (min-width:1600px) {
    .menu_ul li a {
        padding: 32px 50px 32px 50px;
    }
}
.mobile_hide {
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 895;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_header {
    background-color: #fff;
    position: fixed;
    z-index: 890;
    height: 88px;
    width: 100%;
    background-image: url(../img/nav_bottom.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}
.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: #1cb0de
}
.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;
    }
    .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: #1cb0de;
}
@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: 81px;
        -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: 88px;
}
@media (min-width:992px) {
    .top_blank {
        height: 100px;
    }
}
.carousel-fade .carousel-inner .carousel-item {
    height: 360px;
    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: 80px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
    text-align: left;
}
.carousel-caption h2 {
    animation-duration: 1s;
    font-weight: 900;
    font-size: 1rem;
}
.carousel-caption p {
    margin: 15px 0;
    animation-delay: 0.3s;
    animation-duration: 1s;
    font-size: 1.4rem;
    font-weight: 900;
}
.carousel-caption .top_more {
    animation-delay: 0.6s;
    animation-duration: 1s;
}
@media (min-width:992px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 640px;
    }
    .carousel-caption h2 {
        font-size: 2.4rem;
        animation-duration: 1s;
    }
    .carousel-caption p {
        font-size: 3.6rem;
    }
    .carousel-caption {
        top: 160px;
    }
}
@media (min-width:1400px) {
    .carousel-fade .carousel-inner .carousel-item {
        height: 800px;
    }
    .carousel-caption {
        top: 240px;
    }
}
.view_lg {
    display: none;
}
@media (min-width:992px) {
    .view_sm {
        display: none;
    }
    .view_lg {
        display: block;
    }
}
.prev-alt {
    background-color: #1cb0de;
    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: #1cb0de;
    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_more {
    margin-top: 30px;
    margin-bottom: 15px;
}
.top_more a {
    padding: 15px 40px;
    background-color: #1cb0de;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.top_more a i {
    margin-left: 15px;
}
.top_more a:hover {
    background-color: #09c;
    text-decoration: none;
}
.top_title {
    color: #1cb0de;
}
@media (min-width:992px) {
    .top_title {
        font-size: 4rem;
    }
}
.top_block1 {
    padding: 80px 0;
    color: #777;
    overflow: hidden;
    background-image: none;
    background-position: center;
    background-size: cover;
}
.top_service_con {
    height: 320px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.top_service_pic {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.top_service_con:hover .top_service_pic {
    transform: scale(1.2);
}
.top_service_text {
    position: absolute;
    z-index: 6;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    color: #fff;
    padding: 30px;
}
.top_service_text .top_more a {
    font-size: 0.9rem;
    padding: 10px 20px;
}
@media (min-width:992px) {
    .top_service_con {
        height: 670px;
    }
    .top_service_con2 {
        height: 320px;
    }
}
.top_block2 {
    padding: 0 0 80px 0;
    color: #777;
    overflow: hidden;
    background-image: none;
    background-position: center;
    background-size: cover;
}
.top_news_title_con {
    margin-bottom: 30px;
}
.top_news_pic {
    height: 240px;
    background-position: center;
    background-size: cover;
}
.top_news_date {
    height: 80px;
    width: 80px;
    text-align: center;
    color: #fff;
    background-color: #1cb0de;
    font-size: 2.6rem;
    line-height: 2.2rem;
    padding-top: 10px;
}
.top_news_date span {
    display: block;
    font-size: 0.8rem;
}
.top_news_text h6 {
    margin: 15px 0;
}
.top_news_text h6 span {
    font-size: 0.9rem;
    color: #fff;
    background-color: #1cb0de;
    padding: 6px 30px;
}
.top_news_slick {
    margin: 0 -15px;
}
.top_news_slick_item {
    padding: 15px;
    position: relative;
}
.top_news_slick_item a {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.top_news_slick_item a:hover {
    opacity: 0.3;
}
.top_news_slick_item:hover h4 {
    color: #1cb0de;
}
.top_news_slick_item2 {
    position: relative;
}
.top_news_slick_item2 .top_news_pic {
    margin-top: 114px;
}
.top_news_slick_item2 .top_news_text {
    position: absolute;
    top: 8px;
    left: 15px;
}
@media (min-width:992px) {
    .top_news_title_con {
        width: 320px;
        float: left;
    }
    .top_news_wrapper {
        margin-left: 320px;
    }
}
.top_block3 {
    padding: 0 0 0 0;
    color: #777;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.top_block3 .container-fluid {
    position: relative;
    height: 100%;
}
.top_advantage_pic {
    margin: 0 -15px;
}
@media (min-width:992px) {
    .top_block3 {
        height: 800px;
        background-image: url(../img/top_bg3.jpg);
    }
    .top_advantage_text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -240px;
        padding: 0 15px;
    }
}
.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: #1cb0de;
    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: #09c;
    text-decoration: none;
}
.guide {
    margin-top: 32px;
    margin-bottom: 32px;
}
.guide a {
    background-color: #1cb0de;
    color: #fff;
    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: #1cb0de;
    color: #fff;
}
@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: #1cb0de;
    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;
}
.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: #1cb0de;
    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: #fff;
}
.page_bread .breadcrumb li::before {
    color: #fff;
}
.page_bread .breadcrumb a {
    color: #fff;
}
.page_bread .breadcrumb a:hover {
    color: #FC6;
    text-decoration: none;
}
.about_block1 {
    padding: 80px 0 0 0;
    color: #777;
    position: relative;
}
.about_block1 .container-fluid {
    position: relative;
    height: 100%;
}
.about_pic_sm {}
.about_pic_sm img {
    width: 100%;
    height: auto;
}
@media (min-width:992px) {
    .about_block1 {
        padding: 0;
        height: 640px;
        background-image: url(../img/about_bg1.jpg);
        background-position: center;
        background-size: cover;
    }
    .about_text {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        width: 50%;
    }
}
.about_block2 {
    padding: 80px 0;
    color: #fff;
    background-color: #1cb0de;
    position: relative;
    background-image: url(../img/about_bg2.jpg);
    background-position: center;
    background-size: cover;
}
.about_block2 .container-fluid {
    position: relative;
    height: 100%;
}
.about_block2 .top_title {
    color: #fff;
}
.about_certification {
    
    border: 8px solid #ccc;
}
.about_certification img {
    width: 100%;
    height: auto;
}
.about_advantage_ul {
    padding-left: 0;
    list-style: none;
}
.about_advantage_ul li {
    margin-left: 3rem;
    text-indent: -3rem;
}
@media (min-width:992px) {
    .about_block2 {
        padding: 200px 0;
    }
    .about_block2 .about_text {
        position: absolute;
        top: 50%;
        left: calc(50% + 15px);
        transform: translateY(-50%);
        width: auto;
        padding-right: 15px;
    }
    .about_certification {
        width: 480px;
    }
}
@media (min-width:1200px) {
    .about_block2 {
        padding: 200px 0;
    }
    .about_certification {
        width: 580px;
    }
}
@media (min-width:1600px) {
    .about_block2 {
        padding: 140px 0;
    }
    .about_certification {
        width: 680px;
    }
}
.about_block4 {
    padding: 80px 0 0 0;
    color: #fff;
    background-color: #1cb0de;
    position: relative;
    background-image: url(../img/about_bg4.jpg);
    background-position: center;
    background-size: cover;
}
.about_block4 .container-fluid {
    position: relative;
    height: 100%;
}
.about_block4 .top_title {
    color: #fff;
}
.about_team_pic {}
.about_team_pic img {
    width: 100%;
    height: auto;
}
.about_history_ul {
    padding-left: 0;
    list-style: none;
}
.about_history_ul li {
    position: relative;
    line-height: 1.8rem;
    padding-left: 72px;
}
.about_history_ul li span {
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #fff;
    color: #339524;
    width: 64px;
    line-height: 1.5rem;
    padding: 0 7px;
    font-size: 0.9rem;
    border-radius: 6px;
    display: inline-block;
}
@media (min-width:992px) {
    .about_block4 {
        padding: 100px 0 0 0;
    }
    .about_block4 .about_text {
        position: absolute;
        top: 50%;
        left: calc(50% + 15px);
        transform: translateY(-55%);
        width: auto;
        padding-right: 15px;
    }
    .about_team_pic {
        width: 560px;
    }
}
@media (min-width:1200px) {
    .about_block4 {
        padding: 80px 0 0 0;
    }
    .about_team_pic {
        width: 640px;
    }
}
.page_anchor {
    position: absolute;
    top: -88px;
}
.service_block1 {
    padding: 80px 0 0 0;
    color: #777;
}
.service_category_con {
    margin: 15px 0;
}
.service_category_con a {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #1cb0de;
    color: #fff;
}
.service_category_con a:hover {
    text-decoration: none;
    background-color: #09c;
}
.service_category_con2 a {
    background-color: #309721;
}
.service_category_con2 a:hover {
    background-color: #063;
}
.service_block2 {
    padding: 30px 0;
    color: #777;
    position: relative;
}
.service_pic {
    height: 240px;
    background-position: center;
    background-size: cover;
}
.service_text {
    background-color: #ededed;
    padding: 15px;
}
.service_text h1 {
    font-size: 2rem;
}
@media (min-width:992px) {
    .service_block2 {}
    .service_block2 .container-fluid {
        position: relative;
        max-width: none;
        padding: 0;
    }
    .service_pic {
        height: 640px;
        width: 66%;
    }
    .service_text {
        position: absolute;
        top: 50%;
        left: 66%;
        transform: translate(-60px, -50%);
        width: calc(34% + 60px);
        padding: 120px 60px;
    }
    .service_text h1 {
        font-size: 2.6rem;
        color: #555;
    }
}
.service_block3 {
    padding: 30px 0;
    color: #777;
    position: relative;
}
@media (min-width:992px) {
    .service_block3 {
        padding: 30px 0;
        color: #777;
    }
    .service_block3 .container-fluid {
        position: relative;
        max-width: none;
        padding: 0;
    }
    .service_block3 .service_pic {
        margin-left: auto;
    }
    .service_block3 .service_text {
        left: 0;
        transform: translate(0, -50%);
        width: calc(34% + 60px);
    }
}
.service2_title {
    color: #309721;
}
.side_nav_title_wrapper {
    padding: 20px 0 12px 0;
    background-color: #1cb0de;
    color: #fff;
    background-image: url(../img/side_title_bg.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.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;
    padding-top: 10px;
}
.side_nav ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.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 16px;
    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: #1cb0de;
    text-decoration: none;
    background-position: 10px 16px;
}
.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;
}
.product_block {
    padding: 80px 0;
    color: #777;
    background-image: url(../img/product_bg1.jpg);
    background-position: center;
    background-size: cover;
}
.product_title {
    color: #555;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product_list_con {
    position: relative;
    margin: 15px 0;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
/*.product_list_con:hover{ -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.product_list_con a{ position:absolute; width:100%; height:100%; background-color:#fff; opacity:0; -webkit-transition: all 0.2s;  transition: all 0.2s;}
.product_list_con a:hover{ opacity:0.5;}*/
.product_list_pic {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.product_list_pic_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.product_list_con:hover .product_list_pic_item {
    width: 120%;
    height: 120%;
}
.product_list_text {
    padding: 15px;
}
.product_list_text h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.project_more {
    padding: 15px;
    text-align: center;
    background-color: #1cb0de;
    color: #fff;
}
.product_intro_pic img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.product_sub_title {
    border-left: 8px solid #1cb0de;
    padding-left: 10px;
}
.product_detail_pic {
    height: 240px;
    background-position: center;
    background-size: cover;
}
.product_detail_text {
    padding: 15px;
    background-color: #ededed;
}
@media (min-width:1200px) {
    .product_detail_pic {
        width: 360px;
        height: 240px;
        float: left
    }
    .product_detail_text {
        padding: 30px;
        margin-left: 380px;
        min-height: 240px;
    }
}
.news_block1 {
    padding: 80px 0;
    color: #777;
    position: relative;
}
.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: #1cb0de;
}
.page_news_date a {
    margin-left: 10px;
    color: #1cb0de;
}
@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 .top_title {
        font-size: 4rem;
    }
}
.pagination .page-item .page-link {
    color: #1cb0de;
}
.pagination .page-item.active .page-link {
    background-color: #1cb0de;
    border-color: #1cb0de;
    color: #fff;
}
.pagination {
    justify-content: center;
}
.news_detail_block {
    padding: 80px 0;
    color: #777;
}
.news_detail_block .container-fluid {
    max-width: 1200px;
}
.news_detail_block .news_detail_title {
    color: #555;
    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: #1cb0de;
    color: #fff;
    -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;
}
.back_btn a:hover {
    background-color: #09c;
    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: #1cb0de;
}
.contact_block1 {
    padding: 80px 0;
    color: #777;
    position: relative;
    background-image: url(../img/contact_bg1.jpg);
    background-position: center;
    background-size: cover;
}
.contact_block1 .container-fluid {
    position: relative;
}
.contact_item {
    margin: 15px 0;
}
.contact_item_text {
    padding: 15px;
    background-color: #1cb0de;
    color: #fff;
}
@media (min-width:992px) {
    .contact_item_text {
        height: 150px;
    }
}
.contact_block2 {
    padding: 80px 0;
    color: #fff;
    position: relative;
    background-image: url(../img/contact_bg2.jpg);
    background-position: center;
    background-size: cover;
}
.contact_block2 .container-fluid {
    position: relative;
}
.contact_block2 form {}
.contact_block2 form .form-group textarea {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block2 form .form-group input {
    border-radius: 0;
    padding: 25px;
    background-color: #ededed;
}
.contact_block2 form .form-group select {
    border-radius: 0;
    padding: 0 22px;
    background-color: #ededed;
    height: 52px;
}
.contact_block2 form .form-group button {
    background-color: #1cb0de;
    border-color: #1cb0de;
    color: #fff;
    border-radius: 0;
    padding: 15px 0;
    width: 118px;
    text-align: center;
}
.contact_block2 form .form-group button[type="reset"] {
    background-color: #ccc;
    border-color: #ccc;
    color: #555;
}
/*@media (min-width:992px){
	.contact_form { margin-left:auto; width:50%; padding:0 15px;}
	
	.contact_form_pic{ position:absolute; top:50%; left:15px; transform:translateY(-50%); width:50%; text-align:center;}
	.contact_form_pic img{ width:100%; max-width:624px; height:auto;}
}*/



/*========================================================
                      	 更新CSS
=========================================================*/

.product_list {
    list-style: none;
    margin: 30px 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list li {
    padding: 20px;
    width: 100%;
}
.product_list li h4 {
    font-size: 1.1rem;
    color: #555;
}
.product_list li p {
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 1199px) {
    .product_list li:nth-of-type(2n+1) {
        background-color: #F0F0F0;
    }
}
@media (min-width: 1200px) {
    .product_list li {
        width: 49%;
    }
    .product_list li:nth-of-type(4n+3), 
    .product_list li:nth-of-type(4n+4) {
        background-color: #F0F0F0;
    }
}