<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    /* *************************
    :: 1.0 Fonts 
    ************************* */
    
    /*@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700,800';*/
 
    @font-face {
        font-family: 'montserratlight';
        src: url('fonts/montserrat-light.eot');
        src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light.woff2') format('woff2'), url('fonts/montserrat-light.woff') format('woff'), url('fonts/montserrat-light.ttf') format('truetype'), url('fonts/montserrat-light.svg#montserratlight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    /* *************************
    :: 2.0 Common CSS
    ************************* */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    .floatleft {
        float: left
    }
    
    .floatright {
        float: right
    }
    
    .alignleft {
        float: left;
        margin-right: 15px;
    }
    
    .alignright {
        float: right;
        margin-left: 15px;
    }
    
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    
    a:focus {
        outline: 0px solid;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px;
        font-weight: 700;
    }
    
    body {
        font-size: 14px;
        line-height: 22px;
        font-family: 'montserratlight';
    }
    
    a,
    a:hover,
    a:focus {
        -webkit-transition: all 700ms ease 0s;
        transition: all 700ms ease 0s;
        text-decoration: none;
        outline: none;
    }
	
    .a1{color: #017bc8; text-decoration:underline;font-family: "Microsoft YaHei";}
    .a1:hover {color: #017bc8!important; /* IE7+FF */ }
	
	.a2{color: #e67e22; text-decoration:none;font-family: "Microsoft YaHei";}
    .a2:hover {color: #e67e22!important; /* IE7+FF */ }
	
	.a3{color: #000000; text-decoration:none;font-family: "Microsoft YaHei";}
    .a3:hover {color: #000000!important; /* IE7+FF */ }
	
	.a4{color: #FFFFFF; text-decoration:none;font-family: "Microsoft YaHei";}
    .a4:hover {color: #FFFFFF!important; /* IE7+FF */ }
	
    ol li,
    ul li {
        list-style: outside none none;
    }
    
   
    
    .table {
        display: table;
        z-index: 9;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .table_cell {
        display: table-cell;
        vertical-align: middle;
    }
    
    .margin_top_30 {
        margin-top: 30px;
    }
    
    .section_padding_150 {
        padding: 150px 0;
    }
    
    .section_padding_100 {
        padding: 100px 0;
    }
    
    .section_padding_100_0 {
        padding: 100px 0 0 0;
    }
    
    .section_padding_0_100 {
        padding: 0 0 100px 0;
    }
    
    .section_padding_60 {
        padding: 60px 0;
    }
    
    .section_padding_100_50 {
        padding-top: 100px;
        padding-bottom: 50px;
    }
	
    .section_padding_100_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }	
    
    .section_padding_100_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section_heading {
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .section_heading &gt; h3 {
        color: #FFFFFF; /*-- 设置首页全局 通栏板块中文文字颜色 --*/
        font-family: "Microsoft YaHei";
		font-size: 29px; /*-- 设置首页全局 通栏板块中文字体大小 --*/
        font-weight: bold;
        letter-spacing: 0px;
        /* margin-bottom: 0px; */
        text-transform: uppercase;
		line-height: 40px;
    }
    
    .section_heading &gt; p {
        color: #888888; /*-- 设置首页全局 通栏板块英文字体颜色 --*/
		font-size: 22px; /*-- 设置首页全局 通栏板块英文字体大小 --*/
        font-family: "微软雅黑";
        margin-bottom: 0px;
        letter-spacing: 0px;
        text-transform: capitalize;
		line-height: 60px;
    }
    
    .section_heading.text-left {
        text-align: left !important;
    }
    
    .section_heading.white p {
        color: #000;
		font-size: 15px;
		line-height: 26px; text-align:left;
    }
    .section_heading.white p a{
        color: #017bc8;
    }
	
	
    /* *************************
    :: 3.0 Preloader Css
    ************************* */
    
    div#preloader {
        overflow: hidden;
        background-color: #fff;
        background-image: url(img/core-img/preloader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    
    #scrollUp {
        background-color: #e67e22;
        border-radius: 3px;
        bottom: 20px;
        color: #fff;
        font-size: 22px;
        padding: 5px 10px;
        right: 20px;
    }
    /* ******************************
    :: 4.0 Header area css
    ****************************** */
    
    header {
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
    
    .logo_area {
        padding: 12px 0;
    }
	
	.logo_area1 {
        padding: 0px 0px;
		text-align: left;
		float:left;
    }
    
    .main_header_area {
        height: 92px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    .is-sticky .main_header_area {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        z-index: 999 !important;
        background-color: #fff;
        width: 100%;
    }
    
    .is-sticky .mainmenu ul#nav li a:hover,
    .is-sticky .mainmenu ul#nav li.current_page_item a {
        background-color: #f6f6f6;
    }
    
    .main_menu_area {
        float: right;
        position: relative;
        z-index: 1;
    }
    
    .mainmenu {
        display: inline-block;
    }
    
    .mainmenu {
        text-align: right;
    }
    
    .mainmenu ul#nav li {
        display: inline-block;
        position: relative;
    }
    
    .mainmenu ul#nav li a {
        display: block;
        padding: 34px 15px;
        text-transform: uppercase;
        font-size: 16px;
        color: #233240;
        letter-spacing: 1px; /*-- 设置导航条字体间距 --*/
        font-weight: 600;
        font-family: "微软雅黑"; /*-- 设置导航条浮动前的文字字体 --*/
    }
    
    .mainmenu ul#nav li a i,
    .mean-container .mean-nav ul li a i {
        font-size: 14px;
        padding-left: 5px;
    }
    
    .mainmenu ul#nav li ul {
        text-align: left;
    }
    
    .mainmenu ul#nav li ul li a {
        color: #2c3e50 !important;
        padding-left: 15px !important;
        text-align: left !important;
    }
    
    .mainmenu ul#nav li.active a,
    .mainmenu ul#nav li:hover a {
        color: #e67e22;
    }
    
    .blog_page .main_header_area {
        background-color: #fff;
    }
    /* ******************************
    :: 5.0 slider area css
    ****************************** */
    
    .welcome_area {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .single_slide {
        position: relative;
        z-index: 1;
        background-position: center center;
        background-size: cover;
    }
    
/*  .single_slide:before {
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5); 
        content: "";
    }

设置banner遮罩*/

    .single_slide .slide_text {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        text-align: center;
    }
    
    .single_slide .slide_text h2 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 800;
        color: #34495e;
        letter-spacing: 2px;
        font-family: "微软雅黑"; /*-- 设置banner 文字字体 --*/
        margin-bottom: 30px;
    }
   
    /*-- .single_slide .slide_text h2 &gt; span {
        color: #FFF100; 
    }设置首页banner 文字亮黄色调用 停用--*/

    .single_slide .slide_text h3 {
        font-size: 34px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #354b60;
		font-family: "微软雅黑"; /*-- 设置banner 文字字体 --*/
    }
 
    .single_slide .slide_text h3 &gt; span {
        color: #FFF100; /*-- 设置首页banner 图4小文字黑色调用 --*/
		font-weight: bold;
    }
    
    .single_slide .slide_text a {
        background-color: #354b60;
        border-radius: 3px;
        color: #fff;
        border: none;
        display: block;
        font-size: 18px;
        font-weight: 400;
        margin: 50px auto 0;
        overflow: hidden;
        padding: 12px 15px;
        text-transform: uppercase;
        width: 180px;
    }
    
    .single_slide .slide_text a:hover {
        background-color: #e67e22;
        color: #fff;
    }
    
    .single_slide .slide_text .table .table_cell {
        padding-top: 0px; /*-- banner文字总体距离TOP的高度 --*/
    }
    
    .welcome_area .welcome_slides .owl-nav {
        height: auto;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 1;
    }
    
    .welcome_area .welcome_slides .owl-nav .owl-prev,
    .welcome_area .welcome_slides .owl-nav .owl-next {
        background-color: #fff;
        color: #e67e22;
        cursor: pointer;
        font-weight: 400;
        height: 40px;
        position: absolute;
        text-align: center;
        top: -20px;
        -webkit-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        width: 40px;
        z-index: 999;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    
    .welcome_area .welcome_slides .owl-nav .owl-prev {
        left: -35px;
    }
    
    .welcome_area .welcome_slides .owl-nav .owl-next {
        right: -35px;
    }
    
    .welcome_area .welcome_slides .owl-nav .owl-prev:hover,
    .welcome_area .welcome_slides .owl-nav .owl-next:hover {
        background-color: #e67e22;
        color: #fff
    }
    
    .welcome_area .welcome_slides:hover .owl-nav .owl-prev {
        left: 15px;
    }
    
    .welcome_area .welcome_slides:hover .owl-nav .owl-next {
        right: 15px;
    }
    
    .welcome_area .welcome_slides .owl-nav .owl-prev &gt; i,
    .welcome_area .welcome_slides .owl-nav .owl-next &gt; i {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    /* *************************
    :: 6.0 Top Feature area css
    ************************** */
    
    .special_feature_area {
        background-color: #f9f9f9;
        padding: 60px 0;
        text-align: center;
    }
    
    .single_feature {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        padding: 30px 15px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }
    
    .single_feature:after {
        background-color: #e67e22;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        z-index: 5;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .bg-icon span {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 150px;
        left: 0;
        margin-top: -29%;
        position: absolute;
        top: 50%;
        width: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        color: #2c3e50;
    }
    
    .single_feature:hover .bg-icon span {
        opacity: 0.05;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    }
    
    .single_feature:hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    
    .single_feature:hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    
    .single_feature .feature_img {
        margin: 5px auto 20px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .feature_img span {
        font-size: 40px;
        text-align: center;
        color: #2c3e50;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    
    .single_feature:hover .feature_img span {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #e67e22;
    }
    
    .single_feature .feature_text h5 {
        color: #00923F; /*-- 设置四小方块 文字标题颜色 --*/
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 0px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 21px;
		font-weight: bold;
		font-family: "微软雅黑";
    }
    
    .single_feature:hover .feature_text h5 {
        color: #e67e22;
    }
    
    .single_feature .feature_text p {
        color: #6f6f6f;
        margin: 0;
		font-family: "微软雅黑";
    }
    /* *************************
    :: 7.0 about us area css
    ************************* */
    .about_area {
        background: url(img/bg-pattern/contbg1.jpg) top left no-repeat fixed;  /*-- 设置首页公司简介通栏背景 --*/
        text-align: center;
        background-size: cover;
        color: white;
        display:block;
	}
		
    .about_us_text {
        text-align: left;
    }
    
    .about_us_text &gt; h3 {
        color: #e67e22;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-family: "微软雅黑";
    }
    
    .about_us_text &gt; h3 span {
        color: #2c3e50;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    
    .about_us_text &gt; p {
        color: #FFFFFF; /*-- 设置首页公司简介文字颜色 --*/
		font-size: 16px;
        letter-spacing: 0px;
        line-height: 32px;
		font-family: "微软雅黑"; /*-- 设置首页公司简介文字字体 --*/
    }
    
    .about_us_thumb {
        height: auto;
        width: 100%;
        padding: 15px 0;
		text-align: center;
    }
    
    .signature_area {
        display: block;
        margin: 50px auto 0;
        text-align: center;
        width: 200px;
    }
    /* *************************
    :: 8.0 Call to Action Area CSS
    ************************* */
    
    .call_to_action {
         background: url(images/banner.jpg) no-repeat 0px 0px;
         background-size: cover;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
		 background-position: center center;
         padding:12em 0;
		
    }
    .call_to_action1 {
         background: url(../images/banner.jpg) no-repeat 0px 0px;
         background-size: cover;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
		 background-position: center center;
         padding:16em 0;
		 
		
    }
   .call_to_action3{
         background: url(images/banner.jpg) no-repeat 0px 0px;
         background-size: cover;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
		 background-position: center center;
		 
		
    }
    
   /* .call_to_action:before {
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -9;
        content: "";
    } */
    
    .dark_version .call_to_action:before {
        background-color: rgba(44, 62, 80, 0.9);
    }
    
    .call_to {
        text-align: center;
        color: #2c3e50;
    }
    
    .dark_version .call_to {
        color: #fff; /*-- 设置栏目页公司简介banner背景上的文字颜色 --*/
    }
    
    .call_to &gt; h3 {
        display: inline-block;
        font-family: "微软雅黑"; /*-- banner背景上的文字 --*/
		font-size: 34px;
		font-weight: bold;
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: 0;
        margin-right: 30px;
        padding-top: 0px;
        text-transform: uppercase;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
		color: #fff;
    }
    
    .call_to_action_button {
        position: relative;
        z-index: 1;
        display: inline-block;
		margin-bottom: 4px;
    }
    
    .call_to_action_button &gt; a {
        background-color: #009CE0;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0px;
        padding: 15px 36px;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 700;
        font-family: "Microsoft YaHei"; /*-- 设置首页公司新闻、产品分类 more按钮上的文字字体 --*/
        border: 2px solid transparent;
    }
    
    .dark_version .call_to_action_button &gt; a {
        border: 0px solid transparent;
    }
    
    .call_to_action_button &gt; a:hover {
        background-color: #E8E8E8;
        color: #e67e22;
        border: 2px solid #e67e22;
    }
    
    .dark_version .call_to_action_button &gt; a:hover {
        border: 0px solid transparent;
    }
    
    .call_to_action_button .caption p {
        margin: 16px 0;
        -webkit-transition-duration: 1200ms;
        transition-duration: 1200ms;
    }
    
    .call_to &gt; h3 &gt; i {
        color: #e67e22;
        font-size: 30px;
    }
    /* ******************************
    :: 9.0 Services area css
    ****************************** */
    
    .what_we_do_area {
        /*background-color: #F1F1F1;*/
		padding:0em;
    }
	.what_we_do_area_1 {
        background-color: #ffffff;
    }
    
    .single_service {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .single_service_img {
        text-align: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .single_service_title {
        height: auto;
        position: relative;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        z-index: 5;
    }
    
    .learn_more {
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% - 51px);
        width: 100%;
        z-index: 999;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        text-align: center;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .single_service_title &gt; h4,
    .learn_more &gt; a &gt; h4 {
        background-color: #00923F;  /*-- 设置首页产品推荐 产品标题文字背景 --*/
        color: #fff;
        font-family: "微软雅黑"; /*-- 设置首页产品推荐 产品标题文字字体 --*/
		font-size:15px;
        letter-spacing: 0px;
        margin-bottom: 0;
        padding: 15px;
        text-align: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_service_content {
        left: 15px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 15px;
        bottom: 15px;
        z-index: 9;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_service_content .table_cell &gt; p {
        color: #34495e;
        letter-spacing: 0px;
		font-family: "微软雅黑"; /*-- 设置首页产品推荐 产品小简介字体 --*/
		font-size:14px;
    }
    
    .single_service_content .table .table_cell {
        padding-bottom: 10px;
    }
    
    .single_service:hover .single_service_title {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .single_service:hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    
    .single_service:hover .single_service_img {
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    
    .single_service:hover .single_service_content,
    .single_service:hover .learn_more {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    
    .single_service:hover .learn_more &gt; a &gt; h4 {
        background-color: #e67e22;
    }
    /* service details modal area css */
    
    body.modal-open {
        padding-right: 0 !important;
    }
    
    .modal-dialog {
        margin: 120px auto 50px;
        width: 900px !important;
    }
    
    .modal-content {
        padding: 30px;
    }
    
    button.close {
        color: #2c3e50 !important;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        position: absolute;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        right: 5px;
        top: 5px;
        z-index: 9999;
    }
    
    button.close:focus,
    button.close:hover {
        color: #2c3e50 !important;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    
    .service_detail_thumb {
        border: 1px solid #f6f6f6;
        padding: 5px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .service_details .title &gt; h4 {
        font-family: "Open sans", sans-serif;
        color: #2c3e50;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .service_description {
        margin-top: 15px;
    }
    
    .service_description &gt; p {
        color: #6f6f6f;
        letter-spacing: 0.5px;
    }
    /* ******************************
    :: 10.0 cool facts area css
    ****************************** */
    
    .cool_facts_area {
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .cool_fact_text {
        color: #fff;
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 20%;
        display: inline-block;
        float: left;
        background-color: #e67e22;
        padding: 46px 0;
    }
    
    .cool_facts_area .cool_fact_text:first-child {
        background-color: #e67e22;
        background: url(img/blog-1.jpg) no-repeat;
		background-size: cover;
    }
    
    .cool_facts_area .cool_fact_text:nth-child(2) {
        background-color: #f39c12;
        background: url(img/blog-2.jpg) no-repeat;
		background-size: cover;
    }
    
    .cool_facts_area .cool_fact_text:nth-child(3) {
        background-color: #3498db;
        background: url(img/blog-3.jpg) no-repeat;
		background-size: cover;
    }
    
    .cool_facts_area .cool_fact_text:nth-child(4) {
        background-color: #34495e;
        background: url(img/blog-4.jpg) no-repeat;
		background-size: cover;
    }
    
    .cool_facts_area .cool_fact_text:last-child {
        background-color: #d35400;
        background: url(img/blog-5.jpg) no-repeat;
		background-size: cover;
    }
    
    .cool_fact_text h3 a{
        color: #fff;
        display: inline-block;
        font-family: "微软雅黑"; /*-- 设置首页产品分类5色块 中文 标题字体 --*/
        margin-left: 5px;
		font-size: 22px;
    }
    
    .cool_fact_text &gt; h5 {
        letter-spacing: 1px;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif; /*-- 设置首页产品分类5色块 英文 标题字体 --*/
        font-size: 14px;
        margin: 0;
    }
    /* **************************
    :: 11.0 speciality area css
    ************************** */

    
    .our_speciality_area {	
		background-color: #fff;
        background: url(img/bg-pattern/rightbg.jpg) no-repeat 100% 100% fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
        background-position: center center;
        
        padding-bottom: 30px;
        position: relative;
        z-index: 1;
        background-attachment: fixed;
        overflow: hidden;
    }	
    
    .our_speciality_area:before {
        background-color: #fff;
        content: "";
        height: 100.5%;
        left: -16%;
        position: absolute;
        top: 0;
        -webkit-transform: skewX(35deg);
        transform: skewX(35deg);
        width: 80%;
        z-index: -1;
    }
    
    .single_speciality {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
		height: 200px;
		background-color: #3498db;	/*-- 设置首页 优势品类推介 背景色字体 --*/
		background: url(img/blog-3.jpg) no-repeat; /*-- 设置首页 优势品类推介 背景图片 --*/
		background-size: cover;
		text-align: center;
    }
	
    .single_speciality2 {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
		height: 200px;
		background-color: #d35400;	/*-- 设置首页 优势品类推介 背景色字体 --*/
		background: url(img/blog-5.jpg) no-repeat; /*-- 设置首页 优势品类推介 背景图片 --*/
		background-size: cover;
		text-align: center;
    }	
  
    .single_speciality_text {
        margin-left: 0px; /*-- 设置首页 优势品类推介 方块文字左移距离 --*/
    }
    
    .single_speciality_text p a{
        margin: 0;
        color: #FFFFFF;
        letter-spacing: 0.5px;
		font-size: 16px; /*-- 设置首页 优势品类推介 查看详细 文字调用 --*/
		line-height: 40px;
    }
    
    .single_speciality_icon {
        left: 0;
        position: absolute;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        top: -5px;
    }
    
    .our_speciality_area .single_speciality_icon i {
        font-size: 24px;
        color: #e67e21;
    }
    
    .single_speciality_text &gt; h5 a{
        letter-spacing: 2px;
        text-transform: capitalize;
        font-family: "微软雅黑"; 
        font-size: 22px;
		color: #FFFFFF;
		margin-left: 0px;
    }
    
    .our_speciality_area .section_heading {
        text-align: left;
    }
    
    .dark_version .our_speciality_area .section_heading &gt; p {
        color: #fff;
    }
    /* *******************************
    :: 12.0 service details area css
    ******************************* */
    
    .single_service_title &gt; a {
        border: 1px solid #ddd;
        border-bottom: none;
        color: #2c3e50;
        display: block;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 15px;
        text-transform: capitalize;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    
    .single_service_title &gt; a &gt; i {
        padding-right: 5px;
    }
    
    .single_service_title:nth-child(odd):hover &gt; a {
        color: #fff;
        background-color: #2c3e50;
    }
    
    .single_service_title:nth-child(even):hover &gt; a,
    .single_service_title &gt; a.active {
        color: #fff;
        background-color: #e67e22;
    }
    
    .single_service_title:last-child &gt; a {
        border-bottom: 1px solid #ddd;
    }
    
    .service_data_dl {
        border: 1px solid #ddd;
        padding: 15px;
        margin-top: 30px;
    }
    
    .service_data_dl &gt; p {
        color: #6f6f6f;
        letter-spacing: 0.5px;
    }
    
    .service_data_dl &gt; a {
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 15px auto 15px 10px;
        padding: 15px;
        text-align: center;
        width: calc(50% - 15px);
    }
    
    .service_data_dl &gt; a.pdf_dl {
        background-color: #e67e22;
    }
    
    .service_data_dl &gt; a.doc_dl {
        background-color: #2c3e50;
        margin-bottom: 0;
    }
    
    .service_data_dl &gt; a:hover {
        background-color: #34495e;
    }
    
    .get_a_free_quote {
        background-color: #34495e;
        margin-top: 50px;
        padding: 15px;
    }
    
    .get_a_free_quote &gt; h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
    }
    
    .get_a_free_quote form input,
    .get_a_free_quote form select {
        border: medium none;
        color: #6f6f6f;
        height: 40px;
        margin-bottom: 15px;
        padding: 5px;
        width: 100%;
        border-radius: 3px;
        letter-spacing: 1px;
    }
    
    .get_a_free_quote form select option {
        padding: 5px;
        color: #6f6f6f;
        border: none;
        letter-spacing: 1px;
    }
    
    .get_a_free_quote form input[type="submit"] {
        margin-bottom: 0;
        background-color: #fff;
        color: #2c3e50;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .get_a_free_quote form input[type="submit"]:hover {
        background-color: #f1c40f;
        color: #fff;
    }
    
    .service_details_thumb {
        border: 1px solid #f6f6f6;
        padding: 2px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    
    .single_part_content {
        padding: 30px 0 0 0;
    }
    
    .single_part_content h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        color: #e67e22;
        margin-bottom: 15px;
    }
    
    .single_part_content h3 &gt; span {
        color: #34495e;
    }
    
    .single_part_content &gt; p {
        letter-spacing: 0.5px;
        color: #6f6f6f;
    }
    
    .call_to_action.service .call_to &gt; h3 {
        padding-left: 30px;
    }
    /* ********************************
    :: 13.0 video area css
    ******************************** */
    
    .video_area {
        position: relative;
        z-index: 1;
        background-image: url(img/bg-pattern/video.jpg);
        background-position: center center;
        background-size: cover;
        width: 100%;
        background-attachment: fixed;
    }
    
    .video_area:before {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -5;
    }
    
    .our_speciality_video {
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .video_play_area {
        height: 200px;
        width: 100%;
    }
    
    .video_play_button {
        border: 5px solid #fff;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        position: absolute;
        top: 50%;
        z-index: 99;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        cursor: pointer;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .video_play_button i {
        color: #fff;
        display: block;
        font-size: 20px;
        height: 100%;
        line-height: 50px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        z-index: 999;
    }
    
    .video_play_button:hover i {
        color: #e67e23;
    }
    /* *************************
    :: 14.0 Price Plan Area CSS
    ************************* */
    
    .price_plan_area {
        background-color: #f6f6f6;
    }
    
    .price_plan_area .single_price_plan {
        text-align: center;
        background-color: #fff;
        border-radius: 4px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        margin-bottom: 30px;
    }
    
    .price_plan_area .single_price_plan .title {
        background-color: #34495e;
        padding: 30px 0;
        color: #fff;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .price_plan_area .single_price_plan .title h3 {
        letter-spacing: 1px;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        margin: 0;
    }
    
    .price_plan_area .single_price_plan .price h4 {
        color: #2c3e50;
        padding: 30px 0;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        font-size: 24px;
    }
    
    .price_plan_area .single_price_plan .description {
        padding: 15px 0;
    }
    
    .price_plan_area .single_price_plan .description &gt; p {
        color: #999;
        border-bottom: 1px dashed #fff;
        margin: 0;
        padding: 10px 0;
    }
    
    .price_plan_area .single_price_plan .button {
        padding: 20px 0 40px 0;
    }
    
    .price_plan_area .single_price_plan .button &gt; a {
        border: 2px solid #ddd;
        color: #888;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        padding: 10px 15px;
        letter-spacing: 3px;
        text-transform: uppercase;
        border-radius: 6px;
    }
    
    .price_plan_area .single_price_plan .button &gt; a:hover,
    .price_plan_area .single_price_plan .button &gt; a:focus {
        color: #fff;
        border: 2px solid transparent;
        background-color: #e67e22;
    }
    
    .price_plan_area .single_price_plan:hover {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    }
    
    .price_plan_area .single_price_plan:hover .title {
        background-color: #e67e22;
    }
    
    .price_plan_area.price .single_price_plan {
        margin-bottom: 30px;
    }
    /* ******************************
    :: 15.0 our advisor area css
    ****************************** */
    
    .our_advisor_area {
        background-color: #f6f6f6;
    }
    
    .single_advisor_profile {
        position: relative;
        z-index: 1;
    }
    
    .single_advisor_slide {
        background-color: #fff;
        margin-top: 60px;
        position: relative;
        z-index: 1;
    }
    
    .advisor_thumb {
        bottom: 0;
        height: auto;
        left: 35px;
        position: absolute;
        width: 35%;
        z-index: 99;
        background-color: #fff;
    }
    
    .advisor_thumb &gt; img {
        border: 15px solid #e67e22
    }
    
    .single_advisor_details_info {
        padding: 30px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        padding-left: calc(40% + 30px);
    }
    
    .single_advisor_details_info &gt; h4 {
        color: #2c3e50;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 5px;
        text-transform: uppercase;
    }
    
    .about_advisor {
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }
    
    .single_advisor_details_info &gt; p,
    .about_advisor &gt; p {
        color: #888;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    
    .social_icon &gt; a {
        background-color: #34495e;
        color: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }
    
    .social_icon &gt; a:hover {
        background-color: #e67e22;
    }
    
    .our_advisor_area .owl-nav {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
    }
    
    .our_advisor_area .owl-prev,
    .our_advisor_area .owl-next {
        background-color: #e67e22;
        color: #fff;
        height: 25px;
        position: absolute;
        text-align: center;
        width: 40px;
        line-height: 21px;
        top: 90px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        border: 2px solid transparent;
    }
    
    .our_advisor_area .owl-prev {
        right: 75px;
    }
    
    .our_advisor_area .owl-next {
        right: 30px;
    }
    
    .our_advisor_area .owl-prev:hover,
    .our_advisor_area .owl-next:hover {
        background-color: transparent;
        border: 2px solid #e67e22;
        color: #e67e22;
    }
    
    .our_advisor_area.advisor .single_advisor_profile {
        margin-bottom: 30px;
    }
    /* ******************************
    :: 16.0 testimonial area css
    ****************************** */
    
    .testimonial_area {
        position: relative;
        z-index: 1;
        background-image: url(img/bg-pattern/tes-bg.jpg);
        background-position: center center;
        background-attachment: fixed;
    }
    
    .testimonial_area:before {
        background-color: rgba(255, 255, 255, 0.9);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -3;
    }
    
    .dark_version .testimonial_area:before {
        background-color: rgba(44, 62, 80, 0.9);
    }
    
    .dark_version .testimonial_area .testimonial_text {
        border-radius: 6px;
        color: #999;
        text-align: center;
    }
    
    .testimonial_text &gt; p {
        letter-spacing: 0.5px;
        margin: 30px 0;
        color: #888;
        text-align: center;
    }
    
    .testimonial_author_name {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .testimonial_author_name &gt; h5 {
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #e67e22;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }
    
    .testimonial_author_thumb {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin: 0 auto;
    }
    
    .testimonial_author_thumb img {
        border-radius: 50%;
    }
    
    .testimonial_author_name &gt; h6 {
        color: #2c3e50;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin: 0;
    }
    
    .testimonial_area .owl-dot {
        background-color: #2c3e50;
        display: inline-block;
        height: 5px;
        margin: 0 5px;
        width: 10px;
    }
    
    .testimonial_area .owl-dots {
        text-align: center;
    }
    
    .testimonial_area .owl-dot.active {
        background-color: #e67e22;
        height: 5px;
        width: 20px;
    }
    /* ******************************
    :: 17.0 blog area css
    ****************************** */
    
    .blog_area {
        /*background-color: #FFFFFF;*/
    }
    
    .single_latest_news_area {
        margin-bottom: 30px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #fff;
    }
    
    .single_latest_news_area:hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    
    .single_latest_news_img_area {
        text-align: center;
    }
    
    .single_latest_news_area .single_latest_news_img_area .published_date {
        left: 15px;
        bottom: 15px;
    }
    
    .single_latest_news_text_area {
        padding: 15px;
    }
    
    .single_latest_news_text_area .news_title h4 {
        color: #2c3e50;
        font-family: "微软雅黑"; /*-- 设置首页公司新闻标题字体 --*/	
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 26px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_latest_news_area:hover .single_latest_news_text_area .news_title h4 {
        color: #e67e22;
    }
    
    .news_content &gt; p {
        line-height: 30px;
        color: #313131;
		font-size: 18px;
		font-family: "微软雅黑"; /*-- 设置首页公司新闻小简介字体 --*/	
    }
    
    .single_latest_news_area .author,
    .single_latest_news_area .comments {
        display: inline-block;
        margin-right: 30px;
    }
    
    .single_latest_news_area .author &gt; i,
    .single_latest_news_area .author &gt; p,
    .single_latest_news_area .comments &gt; i,
    .single_latest_news_area .comments &gt; p {
        display: inline-block;
    }
    
    .single_latest_news_area .author &gt; i,
    .single_latest_news_area .comments &gt; i {
        color: #1abc9c;
        padding-right: 5px;
        font-size: 15px;
    }
    
    .single_latest_news_area .author &gt; p,
    .single_latest_news_area .comments &gt; p {
        color: #999;
        font-size: 13px;
    }
    /* *********************
    :: 18.0 partner area css
    ********************* */
    
    .partner_area {
        background-color: #f6f6f6;
        padding-top: 50px;
    }
    
    .partner_area .single_partner_thumb {
        background-color: #fff;
        padding: 30px 0;
        border: 0px solid transparent;
    }
    /* ******************************
    :: 19.0 footer area css
    ****************************** */
    
    .footer_area {
        position: relative;
        z-index: 1;
    }
    
    .footer_bottom_area {
        background-color: #343434;
    }
    
    .footer_bottom {
        padding: 50px 0;
        text-align: center;
    }
    
    .footer_bottom p {
        margin: 0;
        letter-spacing: 0px;
        color: #fff;
		font-family: "微软雅黑"; 
		line-height: 24px;
        font-size: 14px; /*-- 设置网页底部文字字体及颜色 --*/	
    }
    
    .footer_bottom p &gt; a {
        color: #fff;
    }
    
    .footer_bottom p &gt; i,
    .footer_bottom p &gt; a:hover {
        color: #e67e22;
    }
    /* ***********************
    :: 20.0 faq area css
    *********************** */
    
    .faq_question_area {
        background: url(img/bg-pattern/leftbg.jpg) no-repeat 100% 100% fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
        background-position: left center;
        
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        overflow: hidden;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 28px;
		font-family: "微软雅黑";
    }
    
    .faq_question_area:before {
        background-color: #fff;
        content: "";
        height: 101%;
        position: absolute;
        right: -16%;
        top: 0;
        -webkit-transform: skewX(-35deg);
        transform: skewX(-35deg);
        width: 80%;
        z-index: -4;
    }
    
    .single-accordion {
        margin-bottom: 20px;
    }
    
    .single-accordion:last-of-type {
        margin-bottom: 0px;
    }
    
    .single-accordion h5 a {
        background-color: transparent;
        border: 1px solid #ddd;
        color: #e67e22;
        display: block;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 21px;
        padding: 15px;
        position: relative;
        border-radius: 6px;
    }
    
    .single-accordion h5 a.collapsed {
        background-color: transparent;
        color: #2c3e50;
    }
    
    .single-accordion h5 a span {
        position: absolute;
        right: 20px;
        top: 0px;
        font-weight: 300;
        height: 100%;
        font-size: 18px;
        line-height: 250%;
    }
    
    .single-accordion h5 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    
    span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    
    .single-accordion h5 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    
    .single-accordion h5 {
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .single-accordion .accordion-content {
        border: 1px solid #ddd;
        border-top: 0 solid transparent;
    }
    
    .single-accordion .accordion-content p {
        padding: 20px 20px 10px;
        color: #6f6f6f;
        letter-spacing: 0.5px;
        font-weight: 400;
    }
    
    .faq_question_area .section_heading {
        text-align: right;
    }
    
    .dark_version .faq_question_area .section_heading p {
        color: #fff;
    }
    /* ******************************
    :: 21.0 bredcumb area css
    ****************************** */
    
    .breadcumb_area {
        height: 260px;
        width: 100%;
        background-image: url(img/bg-pattern/breadcumb.jpg);
        background-size: cover;
        position: relative;
        background-position: center center;
        z-index: 1;
        background-attachment: fixed;
    }
    
    .breadcumb_area:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background-color: rgba(255, 255, 255, 0.75)
    }
    
    .breadcumb_section {
        position: relative;
        margin-top: 140px;
        width: 100%;
        height: 160px;
    }
    
    ol.breadcrumb {
        background-color: transparent;
        text-align: center;
    }
    
    .breadcrumb &gt; li {
        color: #888;
    }
    
    .breadcrumb li &gt; a {
        color: #2c3e50;
        letter-spacing: 1px;
    }
    
    .breadcrumb li &gt; a:hover {
        color: #e67e22;
    }
    
    .page_title {
        position: relative;
        text-align: center;
        z-index: 99;
    }
    
    .page_title &gt; h3 {
        color: #e67e22;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    /* ******************************
    :: 22.0 blog area css
    ****************************** */
    
    .latest_blog_news_area.blog .single_latest_news_area {
        margin-bottom: 50px;
    }
    
    .blog-img {
        border: 1px solid #f6f6f6;
        padding: 5px;
    }
    
    .singl-blog-top-bg-area p {
        color: #3498db;
        padding: 40px 0;
        font-weight: 500;
        font-size: 18px;
    }
    
    .singl-blog-top-bg-area p a {
        color: #3498db;
    }
    
    #blog-carousel {
        padding: 5px;
        border: 1px solid #ededed;
        margin: 100px 0;
    }
    
    .singl-blog-title h3 {
        color: #2c3e50;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        padding: 40px 0;
        letter-spacing: 1px;
    }
    
    .singl-blog-status-bar {
        background: #f6f6f6 none repeat scroll 0 0;
        border-left: 10px solid #1abc9c;
        margin-bottom: 30px;
        position: relative;
    }
    
    .singl-blog-status-bar span {
        display: inline-block;
        padding: 20px;
        font-size: 14px;
    }
    
    .singl-blog-status-bar span i {
        color: #354b60;
        font-size: 16px;
        margin-right: 10px;
    }
    
    .singl-blog-status-bar span &gt; a {
        color: #666;
    }
    
    .singl-blog-details p {
        color: #666;
        font-size: 14px;
        margin: 0;
        padding-bottom: 25px;
        letter-spacing: .5px;
    }
    
    .share-links {
        padding: 15px 0;
    }
    
    .tag-share {
        overflow: hidden;
    }
    
    .blog-tag span {
        color: #666;
        font-size: 14px;
        padding: 0 10px;
    }
    
    .blog-tag button {
        background: #3498db;
        border: medium none transparent;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin: 0 4px;
        padding: 0 20px;
    }
    
    .blog-tag {
        padding: 9px 0;
    }
    
    .blog-share button {
        margin: 0 5px;
    }
    
    .blog-share button.like {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 25px;
        color: #6f6f6f;
        font-size: 10px;
        padding: 10px 0;
    }
    
    .blog-share button.like i {
        color: #3498db;
        font-size: 14px;
        margin: 0 20px;
    }
    
    .blog-share button.like span {
        background: #999 none repeat scroll 0 0;
        font-size: 10px;
        margin: 0 20px;
    }
    
    .media-body p {
        margin: 0;
    }
    
    .media-body a.reply {
        color: #999999;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        display: inline-block;
        border: 1px solid #cccccc;
        border-radius: 50px;
        padding: 0 18px;
        float: right;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    .media-body a.reply:hover {
        background-color: #3498db;
        color: #fff;
        border: 1px solid #3498db;
    }
    
    .media-bottom {
        margin-top: 17px;
    }
    
    .media-bottom p {
        color: #999999;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        text-align: justify;
    }
    
    .border-left {
        border-left: 1px solid #e5e5e5;
    }
    
    .no-margin-bottom {
        margin-bottom: 0;
    }
    
    .border-bottom-1 {
        margin-top: 70px;
        border-bottom: 1px solid #ececec;
    }
    
    .contact-form-title h4 {
        color: #2c3e50;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 18px;
        margin-bottom: 35px;
    }
    
    .blog_comment_form #message {
        height: 238px;
        border-radius: 0;
        padding: 20px 0 0 12px;
    }
    
    .singl-blog-post figure {
        margin: 0;
    }
    
    .blog-details {
        text-align: left;
    }
    
    .singl-blog-status-bar &gt; span:nth-child(4) {
        float: right;
    }
    
    .social-links {
        display: inline-block;
        padding-left: 14px;
        margin: 0;
    }
    
    .social-links li {
        display: inline-block;
        list-style: none;
    }
    
    .social-links li &gt; a {
        display: block;
    }
    
    .social-links a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .social-links li &gt; a &gt; i {
        background-color: #34495e;
        box-shadow: 3px 3px 7px -5px rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
        text-align: center;
        width: 30px;
        border-radius: 50%;
    }
    
    .share-promt {
        color: #6f6f6f;
        font-size: 14px;
        line-height: 16px;
    }
    /* *************************
    :: 23.0 gallery area css
    ************************* */
    
    .gallery_area {
        background-color: #f9f9f9;
    }
    
    .gallery_area .single_gallery_item {
        display: inline-block;
        float: left;
        width: 25%;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .gallery_area .single_gallery_item &gt; a &gt; img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .gallery_area .single_gallery_item:hover a &gt; img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .gallery_area .single_gallery_item &gt; a {
        cursor: url(img/core-img/add.png), auto;
    }
    
    .gallery_area .single_gallery_item .hover_overlay {
        background-color: rgba(255, 255, 255, 0.85);
        bottom: 5%;
        height: 90%;
        left: 5%;
        position: absolute;
        right: 5%;
        top: 5%;
        transition-duration: 500ms;
        width: 90%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .gallery_area .single_gallery_item:hover .hover_overlay {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    
    .gallery_area .single_gallery_item .gallery_info {
        height: auto;
        position: absolute;
        text-align: center;
        top: 35%;
        width: 100%;
    }
    
    .gallery_area .single_gallery_item:hover .gallery_info {
        -webkit-animation: zoomIn 350ms ease-in-out;
        animation: zoomIn 350ms ease-in-out;
    }
    
    .gallery_info h5 {
        border-bottom: 1px dashed #2c3e50;
        color: #e67e22;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin-bottom: 5px;
        padding: 10px 0;
        text-transform: uppercase;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        display: inline-block;
    }
    
    .gallery_info p {
        letter-spacing: 0.5px;
        font-family: 'Open Sans', sans-serif;
        color: #2c3e50;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_gallary_slider {
        border: 1px solid #f6f6f6;
        padding: 5px;
        position: relative;
        z-index: 1;
        width: 100% !important;
        height: auto;
    }
    
    .single_gallary_slider .owl-controls .owl-nav .owl-prev,
    .single_gallary_slider .owl-controls .owl-nav .owl-next {
        background-color: #fff;
        border: 2px solid #f6f6f6;
        border-radius: 6px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        font-size: 24px;
        height: 40px;
        line-height: 35px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 40px;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_gallary_slider .owl-controls .owl-nav .owl-prev:hover,
    .single_gallary_slider .owl-controls .owl-nav .owl-next:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    
    .single_gallary_slider .owl-controls .owl-nav .owl-prev {
        left: 10px;
    }
    
    .single_gallary_slider .owl-controls .owl-nav .owl-next {
        right: 10px;
    }
    
    .single_gallery_item_info {
        background-color: #f6f6f6;
        padding: 5px 15px;
    }
    
    .single_gallery_item_info .headline &gt; h4 {
        color: #2c3e50;
        letter-spacing: 1px;
        line-height: 27px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .single_gallery_item_info .description &gt; p {
        font-size: 14px;
        color: #6f6f6f;
        letter-spacing: 0.5px;
    }
    
    .pager .previous &gt; a,
    .pager .next &gt; a {
        border: 2px solid #ddd;
        border-radius: 6px;
        color: #888;
        display: inline-block;
        letter-spacing: 1px;
        padding: 10px 0;
        text-align: center;
        width: 150px;
    }
    
    .pager .previous &gt; a:hover,
    .pager .next &gt; a:hover {
        border: 2px solid transparent;
        color: #fff;
        background-color: #e67e22;
    }
    
    .live_preview &gt; a {
        background-color: #2c3e50;
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        text-align: center;
        width: 100%;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .live_preview &gt; a:hover {
        background-color: #e67e22;
        color: #fff;
    }
    /* *************************
    :: 24.0 contact us area css
    ****************************** */
    
    .contact_input_area .form-group input,
    .contact_input_area .form-group textarea {
        background-color: rgba(255, 255, 255, 0.9);  /* 设置数据表单框内背景色 */
        border: 1px solid #B1B1B1;
        border-radius: 6px;
        height: 50px;
        margin-bottom: 20px;
        padding: 15px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        letter-spacing: 1px;
        box-shadow: none;
    }
    
    .contact_input_area .form-group input:focus,
    .contact_input_area .form-group textarea:focus {
        border: 1px solid #e67e22;
    }
    
    .contact_input_area .form-group textarea {
        height: 140px;
    }
    
    .message_title {
        margin-bottom: 0px;
        text-align: center;
    }
    
    .contact_input_area button {
        background-color: #cccccc;  /* 设置提交按钮框内背景色 */
        border: 1px solid #ddd;
        border-radius: 6px;
        color: #515151;    /* 设置【提交信息】文字颜色 */
        font-weight: 700;
        height: 50px;
        letter-spacing: 3px;
        padding: 10px;
        margin: 0 auto 30px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 200px;
        display: block;
    }
    
    .contact_input_area button:hover {
        background-color: #AF9540;  /* 设置提交按钮鼠标滑过的背景色 */
        color: #fff;
        border: 2px solid #AF9540;
    }
    
    .success,
    .error {
        padding: 1em;
        margin-bottom: 12px;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-radius: 4px;
    }
    
    .success {
        color: #fff;
        background-color: #2ecc71
    }
    
    .error {
        color: #fff;
        background-color: #c0392b;
    }
    
    .map_area {
        width: 100%;
        height: 400px;
    }
    
    .message_now_area {
        position: relative;
        z-index: 1;
        /*background: #009CE0;  -- 设置首页联系我们通栏背景 --*/
        background-position: center center;
        background-attachment: fixed;
    }
    
    .address-area .single_part {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .address-area .single_part &gt; p,
    .address-area .single_part &gt; a {
        position: relative;
        margin-left: 40px;
        margin-bottom: 0;
        color: #FFFFFF;
        display: block;
		font-size: 15px;
		line-height: 39px;
		font-family: "微软雅黑"; /*-- 设置首页联系我们文字及字体颜色 --*/
    }
    
    .address-area .single_part &gt; i {
        color: #e67e22;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 8px;
    }
    
    .social_links_area &gt; a {
        border: 2px solid #ddd;
        border-radius: 50%;
        color: #888;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 26px;
        margin: 0 2px;
        text-align: center;
        width: 30px;
    }
    
    .social_links_area &gt; a:hover {
        background-color: #e67e22;
        color: #fff;
        border: 2px solid transparent;
    }
    /* *************************
    :: 25.0 Sidebar Area CSS
    ************************* */
    
    .event_location,
    .latest_post,
    .catagory_section,
    .achive_section {
        margin-bottom: 30px;
    }
    
    .search_post &gt; h4,
    .event_location &gt; h4,
    .latest_post &gt; h4,
    .catagory_section &gt; h4,
    .tag_section &gt; h4,
    .achive_section &gt; h4 {
        color: #2c3e50;
        letter-spacing: 1px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .achive_section ul li &gt; a,
    .catagory_section ul li &gt; a {
        border-bottom: 1px dashed #dadada;
        color: #888;
        display: block;
        padding: 5px 0 5px 10px;
        letter-spacing: 1px;
    }
    
    .achive_section ul li &gt; a:hover,
    .catagory_section ul li &gt; a:hover {
        border-bottom: 1px dashed transparent;
        color: #e67e22;
        padding: 5px 0 5px 15px;
    }
    
    .achive_section ul li &gt; a &gt; i,
    .catagory_section ul li &gt; a &gt; i {
        padding-right: 10px;
    }
    
    .latest_post .single_latest_post {
        border-bottom: 1px dashed #dadada;
        position: relative;
        z-index: 1;
        padding-left: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .latest_post .single_latest_post &gt; a &gt; h5 {
        margin: 0;
        color: #2c3e50;
        font-family: 'Open Sans', sans-serif;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .latest_post .single_latest_post &gt; a &gt; h5:hover {
        color: #1abc9c;
    }
    
    .latest_post .single_latest_post &gt; p {
        margin: 0;
        color: #6f6f6f;
    }
    
    .latest_post .single_latest_post &gt; img {
        left: 0;
        position: absolute;
        top: 15px;
        width: 90px;
        height: auto;
        z-index: 9;
    }
    
    .tag_section ul &gt; li {
        display: inline-block;
        margin: 2px;
    }
    
    .tag_section ul &gt; li &gt; a {
        color: #888;
        display: inline-block;
        padding: 5px 10px;
        width: auto;
        border: 2px solid #ddd;
    }
    
    .tag_section ul &gt; li &gt; a:hover {
        background-color: #e67e22;
        border: 2px solid transparent;
        color: #fff;
    }
    
    .search_post &gt; form input {
        border: 1px solid #dadada;
        height: 40px;
        margin-bottom: 30px;
        padding: 5px 15px;
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .search_post &gt; form input:focus {
        box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
    }
    /* ************************
    :: 26.0 Dark Version CSS
    ************************ */
    
    .dark_version .main_header_area,
    .dark_version .testimonial_text {
        background-color: transparent;
    }
    
    .dark_version .is-sticky .main_header_area,
    .dark_version .testimonial_area .owl-dot {
        background-color: #fff;
    }
    
    .dark_version .is-sticky .main_header_area .mainmenu ul#nav li a {
        color: #2c3e50;
		font-family: "Microsoft YaHei"; /*-- 设置导航条浮动后的文字字体 --*/
    }
    
    .dark_version .single_slide:before {
        background-color: rgba(0, 0, 0, 0.75);
    }
    
    .dark_version .mainmenu ul#nav li a,
    .dark_version .single_slide .slide_text h2,
    .dark_version .single_slide .slide_text h3,
    .dark_version .testimonial_author_name &gt; h6,
    .dark_version .single_speciality_text &gt; h5,
    .dark_version .gallery_info p {
        color: #fff; 
    }
    
    .dark_version .our_speciality_area:before,
    .dark_version .faq_question_area:before {
        background-color: #00692E;
    }
    
    .dark_version .testimonial_text &gt; p {
        background-color: transparent;
        color: #fff;
    }
    
    .dark_version .gallery_info h5 {
        border-bottom: 1px dashed #fff;
    }
    
    .dark_version .gallery_area .single_gallery_item .hover_overlay {
        background-color: rgba(52, 73, 94, 0.85);
    }
    
    .dark_version .gallery_area .single_gallery_item &gt; a {
        cursor: url(img/core-img/add-white.png), auto;
    }
	
	.STYLE1 {color: #333333;font-size: 16px;line-height: 20px;font-family: Microsoft YaHei;font-weight: bold;}








.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    x-height: 2.375rem;
    x-margin-bottom: 30px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #1991eb;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #1991eb;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 48px;
  padding: 12px;
  line-height: 22px;
  font-size:14px;
  color: #999999;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.27);
  border-radius: 6px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 46px;
  padding: 0.375rem 2rem;
  line-height: 40px;
  color: #495057;
  content: "上传";
  font-weight:bold;
  background-color: #fbfbfc;
  border-left: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 0 6px 6px 0;
}

.ctb{ margin:0 20px !important; border-top:1px solid #a48a3b; padding-top:50px; padding-bottom:20px;}
.c_c1{ float:left; margin-right:20px; font-size:16px; }
.c_c2{ float:left; font-size:16px}
.cmb10{ margin-bottom:10px;}
.cbanner{ width:800px; margin:auto}
.cbanner_m{ display:none}
.cbanner_c{ border-bottom:1px solid #eeeeee; box-shadow: 0 0 15px rgba(0,0,0,.2); background:#a48a3b}
.cbanner_c2{ background:#F9F9F9;border-bottom:1px solid #eeeeee; box-shadow: 0 0 15px rgba(0,0,0,.1);}
.cbanner_c3{ background:#FFFFFF;box-shadow: 0 0 15px rgba(0,0,0,.1);}
.c_fr{ float:right !important}
.c_fl{ float:left !important}
.cy_1{ display:block}
.cy_2{ display:none}

.c20230621_c1{ background:url(../images/20230621_1.jpg) top no-repeat #ffffff; margin-top:10px;}
.c20230621_c2{ margin-top:20px}
.c20230621_c3{ margin-top:30px}
.c20230621_c5{ width:400px; margin:40px auto 10px;}
.c20230621_c6{ background:url(../images/20230621_3.jpg) left no-repeat; height:70px; line-height:70px; padding-left:100px; font-size:22px; font-weight:bold; color:#99811a}
.c20230621_m0{ display:none}

.t20230621_row{ background:#fff; width:600px; height:600px; margin:30px auto; border-radius:15px;}
.t20230621_box{ padding:20px; color:#333; font-size:15px; line-height:22px;}
.t20230621_title{ border-bottom:1px solid #99811a; padding-bottom:10px; font-size:16px; text-align:center; font-weight:bold}
.t20230621_info{ line-height:30px; padding:15px 0}


@media (max-width: 768px) {
 .cimg{ width:100% !important}
 .message_title p{ text-align:center !important}
 .ctb{ margin:0 10px !important;}
 .c_c1{ float:none; margin-right:0; margin-bottom:0; font-size:15px;}
.c_c2{ float:none; font-size:15px;}
.news_content &gt; p{ font-size:15px; line-height:24px;}
.cmb10{ margin-bottom:0;}
.cbanner{ display:none}
.cbanner_m{ display: block; margin-bottom:20px;}
.cbanner_c{ background:#fff !important; box-shadow:none;}
.cbanner_c h3{ color:#00a3df !important}
.cbanner_c2{ box-shadow:none; background:#FFFFFF;}
.cbanner_c3{ box-shadow:none;}
.c_fr{ float:none !important}
.c_fl{ float:none !important}
.what_we_do_area{ background:#fff !important}
.cbanner{ width:750px}
.cy_1{ display:none}
.cy_2{ display:block}


.c20230621_m0{ display:block}
.c20230621_c2, .c20230621_c5{ display:none}
.c20230621_m1{ margin-top:15px}
.c20230621_m2{ margin-top:15px; text-align:center}
.c20230621_m3{ margin-top:15px; text-align:center}
.c20230621_m4{ margin-top:15px; text-align:center; font-size:22px; font-weight:bold; color:#99811a}

}





</pre></body></html>