<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
-------------------------------------------*/

/*------------------------------------------------
	* Import Css
--------------------------------------------------*/
@import "libraries/lib.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/woocommerce.css";
@import "css/shortcode.css";

/* * Body */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    width:100%;
	height: auto;
}
a {
    outline: 0 !important;
}
.clearB{
	clear:both
}
li{list-style:none}
.mbotNo{margin-bottom:0!important}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* * Header */

/* - Top Header */
.top-header {
	background-color: #424346;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-social li a {
    color: #fff!important;
}
.top-header .header-social h5 {
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: 0.48px;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
}
.top-header .header-social ul {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 8px;
}
.top-header .header-social ul li {
	display: inline-block;
	margin-right: 16px;
}
.top-header .header-social ul li:last-child {
	margin-right: 0;
}
.top-header .header-social ul li a {
	color: #777;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .header-social ul li a:hover {
	color: #ffea00;
}
.top-header .info {
	text-align: right;
}
.top-header .info p {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 0;
	margin-left: 60px;
}
.top-header .info p:first-child {
	margin-left: 0;
}
.top-header .info p &gt; a {
	color: #fff;
	text-decoration: none;
}
.top-header .info p &gt; a:hover {
	color: #ffea00;
}
.top-header .info p i {
	color: #fff;
	padding-right: 11px;
}

/* - Top Header 1 */
.top-header-1 {
	background-color: #fff;
	padding-bottom: 46px;
	padding-top: 46px;
}
.top-header-1 .logo-block a.navbar-brand {
	padding: 0;
}
.top-header-1 .info {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-header-1 .info p {
	font-size: 13px;
	margin-left: 0;
	display: inline-block;
	position: relative;
}
.top-header-1 .info p::after {
	content: "|";
	color: #888;
	padding: 0 25px;
}
.top-header-1 .info p:last-child::after {
	content: "";
}
.top-header-1 .info p i {
	color: #459be5;
}
.top-header-1 .info p &gt; a {
	color: #777;
}
.top-header-1 .info p &gt; a:hover {
	color: #459be5;
}
.top-header-1 .search-block {
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-header-1 .search-block .form-control {
	border-color: #ebebeb;
    
	border-radius: 8px;
	border-right: none;
	color: #777;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	padding: 6px 50px 6px 30px;
}
.top-header-1 .search-block .form-control,
.top-header-1 .search-block  .btn-search {
	height: 45px;
	box-shadow: none;
	outline: none;
}
.top-header-1 .search-block .form-control:focus {
	outline: none;
}
.top-header-1 .search-block .form-control::-webkit-input-placeholder {
   color: #777;
}
.top-header-1 .search-block .form-control:-moz-placeholder { /* Firefox 18- */
   color: #777; 
}
.top-header-1 .search-block .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}
.top-header-1 .search-block .form-control:-ms-input-placeholder {  
   color: #777; 
}
.top-header-1 .search-block  .btn-search {
	color: #777;
	padding: 11px 16px;
	border-radius: 8px;
	margin-left: -40px;
	z-index: 3;
}

/* * Footer */

/* - Footer Main */
.footer-main {
	position: relative;
	padding: 70px 0 90px;
}
.footer-main::before {
	background-color: rgb(30 31 33 / 95%);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.footer-main .ftr-widget h3.widget-title {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 20px;
	margin-bottom: 26px;
	text-transform: uppercase;
	margin-top: 0;
}
.footer-main .ftr-widget h3.widget-title a {
    color: white;
	font-weight: normal;
    font-size: 16px;
	line-height:2.4
}
.footer-main .ftr-widget ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.footer-main .ftr-widget ul li {
	margin-bottom: 12px;
}
.footer-main .ftr-widget ul li:last-child {
	margin-bottom: 0;
}
.footer-main .ftr-widget ul li a {
	color: #777;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .ftr-widget ul li a:hover {
	color: #459be5;
}
.footer-main .ftr-widget.widget_post .ftr-latest-content {
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
	width:33%;
	float:left;
	color:#777;
	line-height:2
}
.footer-main .ftr-widget.widget_post .ftr-latest-content img{
	width:70%
}
.footer-main .ftr-widget.widget_post .ftr-latest-content:last-child {
	border-bottom: none;
}
.footer-main .widget_post .ftr-latest-content &gt; a &gt; i {
	position: absolute;
	left: 0;
}
.footer-main .widget_post .ftr-latest-content h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 20px;
	margin-top: 0;
}
.footer-main .widget_post .ftr-latest-content h5 &gt; a {
	color: #fff;
	text-decoration: none;
}
.footer-main .widget_post .ftr-latest-content h5 &gt; a:hover {
	color: #ffea00;
}
.footer-main .widget_post .ftr-latest-content span {
	color: #777;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.65px;
	margin-bottom: 10px;
}
.footer-main .widget_post .ftr-latest-content a.read-more {
	color: #ffea00;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .widget_post .ftr-latest-content a.read-more:hover {
	color: #fff;
}
.footer-main .widget_contact .ftr-contact-content {
	display: inline-block;
	margin-bottom: 15px;
}
.footer-main .widget_contact .ftr-contact-content h5 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height:1;
	margin-top: 0;
	margin-bottom: 5px;
}
.footer-main .widget_contact .ftr-contact-content p {
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
}
.footer-main .widget_contact .ftr-contact-content p &gt; a {
	color: #777;
	font-size: 12px;
}
.copyright-section {
	background-color: #27282b;
	padding: 10px 0;
}
.copyright-section .coyright-content {
	display: inline-block;
	width:100%;
	text-align:center
}
.copyright-section .coyright-content p {
	color: #696969;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}
.copyright-section .coyright-content p a{
	color: #696969;
	text-decoration:none
}
.copyright-section ul {
	padding-left: 0;
	margin-bottom: 0;
}
.copyright-section ul li {
	display: inline-block;
	margin-left: 20px;
}
.copyright-section ul li:first-child {
	margin-left: 0;
}
.copyright-section ul li a {
	background-color: #323232;
	border-radius: 100%;
	color: #777;
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
}
.copyright-section ul li a:hover {
	color: #ffea00;
}

/* - Footer Main 1 */
.footer-main-1 {
	background-color: #222;
	padding: 130px 0;
}
.footer-main-1 .widget_brand a.navbar-brand {
	padding: 50px 0;
}
.footer-main-1 .ftr-widget h3.widget-title {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 18px;
}
.footer-main-1 .ftr-widget p {
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 0;
}
.footer-main-1 .widget_about ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 50px;
}
.footer-main-1 .widget_about ul li {
	display: inline-block;
	margin-left: 20px;
}
.footer-main-1 .widget_about ul li:first-child {
	margin-left: 0;
}
.footer-main-1 .widget_about ul li a {
	background-color: #323232;
	border-radius: 100%;
	color: #777;
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .widget_about ul li a:hover {
	color: #fff301;
}
.footer-main-1 .widget_links {
	padding-left: 80px;
}
.footer-main-1 .widget_links ul {
	padding-left: 0;
	list-style: none;
}
.footer-main-1 .widget_links ul li {
	margin-bottom: 3px;
}
.footer-main-1 .widget_links ul li a {
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 26px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .widget_links ul li a:hover {
	color: #ffea00;
}
.footer-main-1 .widget_email .ftr-contact-content {
	border-bottom: 1px solid #515151;
	padding-bottom: 18px;
}
.footer-main-1 .widget_email .ftr-contact-content:last-child {
	border-bottom: none;
	padding-top: 18px;
}
.footer-main-1 .widget_email .ftr-contact-content p &gt; a {
	color: #777;
}
.copyright-section-1 {
	background-color: #404040;
	text-align: center;
}
.copyright-section-1 .coyright-content p {
	font-size: 13px;
	margin-top: 0;
}

/* * Page Banner */
.page-banner {
	background-image: url("images/blog-banner.jpg");
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0;
	z-index: 1;
}
.pagebNews{
	background:url("images/news.jpg") center no-repeat;
	background-size: cover;
}
.page-banner::before {
	background-color: rgba(13,33,37,0.7);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-banner .banner-content h3 {
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 36.07px;
	letter-spacing: 1.8053px;
	line-height: 60.12px;
	margin: 0;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	float: right;
	margin-bottom: 0;
	padding: 16px 15px;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 13.03px;
	font-weight: 600;
    text-decoration: none;
	letter-spacing: 0.6515px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb li.active {
	color: white
}

.page-banner.about-banner {
	margin-bottom: 0;
}

/* * Section Header */
.section-header {
	text-align: center;
	margin: 70px 0;
}
.section-header h3 {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin-top: 0;
	letter-spacing: 1.6px;
	line-height: 28px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.section-header h3 span {
	color: #459be5;
}
.section-header p {
	color: #777;
	font-weight: 300;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 0.75px;
	margin-bottom: 0;
}
.section-header h5 {
	color: #b4b0b0;
	font-size: 20px;
	letter-spacing: 0.8px;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 0;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: none;
	border-radius: 100%;
	background-color: #dddcdc;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	width: 50px;
	height: 50px;
	line-height: 52px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination &gt; li:first-child &gt; a,
.ow-pagination .pagination &gt; li:last-child &gt; a {
	border-radius: 0;
	background-color: transparent;
	color: #dddcdc;
	font-size: 20px;
}
.ow-pagination .pagination &gt; li:first-child &gt; a:hover,
.ow-pagination .pagination &gt; li:last-child &gt; a:hover {
	color: #8c8b8b;
}
.ow-pagination ul li a:hover {
	background-color: #fff301;
	border-color: #a04699;
	color: #222;
}

/*Ã©Â¦â€“Ã¥Â±ÂÃ¨Â½Â®Ã¦â€™Â­*/
.flexslider {
        margin: 0px auto 20px;
        position: relative;
        width: 100%;
        height: 850px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(images/dot.png) no-repeat 0 -16px;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -99em;
        width: 16px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexslider .slides a img {
        width: 100%;
        height: 100%;
        display: block;
    }
/*endÂ­*/

.menu-block .navbar-brand{padding:0px!important}
.myWidth{width:100%!important}
.myInput{width:100%;height:256px!important;padding:20px;border:none;float:left;margin-bottom:20px;resize:none}
.mySubmit{width:62%;height:48px;border:none;float:left;font-weight:600;background:#459be5;color:white;border-radius:60px;color:white!important}
.mySubmit:hover{background:#459be5!important}
.mySubmit:focus{background: #459be5!important;}
.bodyWidth{width:80%}
.btn-group-lg&gt;.btn, .btn-lg{border-radius:2px;margin:30px 0;font-size:14px;padding:13px 40px}
.btn-primary{background-color: #1672c1;border-color:#1672c1;border-radius: 28px;}
.tp-bullet{display:none}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.loginBtn&gt; a{background: #1985d1;padding:10px 42px!important;margin:18px 0;border-radius:4px;float:right;line-height: 20px;font-size:14px;}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.loginBtn &gt; a:hover{background:#1198a2!important;}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.rigistBtn &gt; a{background:white;color:#24a5fb!important;padding:9px 32px;border-radius:0 4px 4px 0;}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.rigistBtn &gt; a:hover{background:#efefef!important;}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.languMore&gt;a{width:36px;height:36px;border:1px solid white;border-radius:100px;text-align:center;line-height:36px;padding:0!important;background:none;margin-left:16px}
.topPhone{float:right;font-size:20px;line-height:76px;margin-right:40px;color:white}
.topPhone .fa{font-size:26px;margin-right:6px}
.nav .fa{margin-right:6px}
.nDate{padding-left:12px;color:gray;font-size:14px}
.video-block{overflow:hidden}
.sTitle{color:white}
.video-section img{width:auto}
.faq-section a{color:#304c5a;}

.working-section .container {
    width: 100%;
}
.working-section{width:420px;bottom:50%;left:14%;margin-bottom:-250px}
.tQuery{height:44px;background:#0892de;padding:8px 12px;color:white;line-height:28px;font-size:20px;width:500px;margin-left:-30px;margin-bottom:20px}
.tQuery i{margin-right:8px}
.Query{padding:0 0 24px 0;border-radius: 6px!important;overflow: hidden;background:rgba(25,115,179,0.85);}
.Query .container{padding:30px 20px 10px}
.Query .nav-tabs{border-bottom:none;text-align:center;}
.Query .nav-tabs&gt;li{width:50%;border:none;margin:0}
.Query .nav-tabs&gt;li&gt;a{background:rgba(38, 59, 78, 0.7);color:white;border:none;margin:0;font-size:18px;padding:14px 0}
.Query .nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus{
	background:rgba(8, 96, 171, 0);
	border:none;
	color:white
}
.form-group{margin-bottom:25px}
 
 .inputW{position:relative}
.weightD{position:absolute;top:50%;right:10px;webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);transform: translateY(-50%);}
.inputV{color:#74a1c7;height:44px}
.inputV input{width:30%;}
.inputV span{width:5%;line-height:40px;text-align:center}
.inputV&gt;*{float:left}
.Query .formHalfL{float:left;width:47.5%!important}
.Query .formHalfR{float:right;width:47.5%!important}
 
#home-revslider{position:relative;margin-bottom:140px}
.trackPic{float:right;height:40px;width:30%}
.trackPic a{display:block;width:100%;height:60%}
.trackPic img{width:80%;display:block;float:right}
.mbannerH{padding:100px 0;margin-bottom:40px;background: url(images/ser-banner.jpg) center no-repeat;}
.contentSer h3{font-weight:600;margin:60px 0 20px;color: #404040;}
.contentSer p{font-size:16px}
.widget-area {
    padding-left: 30px;
}
.blog-content {
    line-height: 2.5;
}
.newsB .row img{width:100%}
.newsB .newsT{font-weight:bold;font-size:18px;line-height:2}
.newsB .newsTime{display:block;line-height:2}
.newsB .newsText{color:gray;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newsB .newsPic{height:110px;overflow:hidden}
.newsB .newsTiao{padding-bottom:60px;overflow:hidden}
.portfolio-list a{color:white}
.pagebNews.pagebNews_t{padding:80px 0;margin-bottom:80px}
.newsbodyT{font-size:24px;margin:0 0 30px}
.pagebAbout{background:url(images/about-banner.jpg) center no-repeat;}
.pagebContact{background:url(images/contact-banner.jpg) center no-repeat;}
.conText .row{text-align:center}
.conText .row i{font-size:40px;color:#0892de;}
.conText .row h3{font-weight:bold;color:#4c4f50}
.conText .row p{color:#4c4f50;line-height:3}

#allmap{width:100%;min-height:500px;margin-bottom: 70px;}
.Map hr{margin:60px 0}
.Map .mapText span{font-size:20px;color:#4c4f50}

.ltable {
    width: 100%;
    min-width: 600px;
    border: 1px solid #dddfe0;
    font-size: 13px;
	margin-top: 30px;
}

    .ltable th {
        border: 1px solid #dddfe0;
        padding: 8px 0;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        background: #ececec;
        border-bottom: 1px solid #dddfe0;
        line-height: 2em;
		font-weight:600;
		text-align:center
    }

    .ltable td {
        border: 1px solid #dddfe0;
        padding: 8px 0;
        border-bottom: 1px solid #dddfe0;
        line-height: 1.5em;
        color: #666;
    }

        .ltable td .sort {
            display: inline-block;
            padding: 0 3px;
            border: 1px solid #dddfe0;
            width: 40px;
            height: 20px;
            line-height: 18px;
            color: #666;
            font-size: 12px;
            background: #fff;
            vertical-align: middle;
        }

        .ltable td .btn-tools {
            display: inline-block;
            height: 22px;
            vertical-align: middle;
        }

            .ltable td .btn-tools a {
                display: block;
                float: left;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                border: 1px solid #dddfe0;
                border-left: none;
                text-indent: -99999px;
                background: url(skin_icons.png) no-repeat #fff;
                overflow: hidden;
            }

                .ltable td .btn-tools a:first-child {
                    border-left: 1px solid #dddfe0;
                }

                .ltable td .btn-tools a.msg {
                    background-position: 3px -53px;
                }

                    .ltable td .btn-tools a.msg.selected {
                        background-position: 3px -81px;
                    }

                .ltable td .btn-tools a.top {
                    background-position: -25px -53px;
                }

                    .ltable td .btn-tools a.top.selected {
                        background-position: -25px -81px;
                    }

                .ltable td .btn-tools a.red {
                    background-position: -53px -53px;
                }

                    .ltable td .btn-tools a.red.selected {
                        background-position: -53px -81px;
                    }

                .ltable td .btn-tools a.hot {
                    background-position: -81px -53px;
                }

                    .ltable td .btn-tools a.hot.selected {
                        background-position: -81px -81px;
                    }

                .ltable td .btn-tools a.pic {
                    background-position: -109px -53px;
                }

                    .ltable td .btn-tools a.pic.selected {
                        background-position: -109px -81px;
                    }

        .ltable td .add {
            cursor: pointer;
            display: block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            text-indent: -99999px;
            background: url(skin_icons.png) 0 -28px no-repeat;
        }

        .ltable td .folder-open {
            display: inline-block;
            margin-right: 2px;
            width: 20px;
            height: 20px;
            background: url(skin_icons.png) -160px -250px no-repeat;
            vertical-align: middle;
            text-indent: -999em;
            *text-indent: 0;
        }

        .ltable td .folder-line {
            display: inline-block;
            margin-right: 2px;
            width: 20px;
            height: 20px;
            background: url(skin_icons.png) -200px -250px no-repeat;
            vertical-align: middle;
            text-indent: -999em;
            *text-indent: 0;
        }

        .ltable td .txt-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0 5px;
            border: 1px solid #dddfe0;
            line-height: 20px;
            background: #fff;
        }

        .ltable td .img-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0;
            height: 32px;
            vertical-align: middle;
        }

            .ltable td .img-box img {
                padding: 1px;
                width: 30px;
                height: 30px;
                border: 1px solid #dddfe0;
            }

    .ltable tr:hover {
        background: #f7f7f7;
    }

    .ltable .odd_bg {
        background: #fafafa;
    }

    .ltable td .user-avatar {
        display: block;
        width: 64px;
        height: 64px;
        background: url(skin_icons.png) 3px -398px no-repeat #fff;
    }

    .ltable td .user-box {
        padding-left: 10px;
    }

        .ltable td .user-box h4 {
            margin: 0;
            padding: 0;
            display: block;
            font-weight: normal;
            font-size: 12px;
            height: 16px;
            line-height: 14px;
        }

            .ltable td .user-box h4 b {
                color: #06F;
            }

        .ltable td .user-box i {
            display: block;
            color: #999;
            font-style: normal;
            line-height: 24px;
            height: 24px;
        }

        .ltable td .user-box span {
            display: block;
            padding: 2px 0 0 0;
            height: 14px;
        }

            .ltable td .user-box span a {
                display: block;
                float: left;
                margin-right: 5px;
                width: 20px;
                height: 20px;
                background: url(skin_icons.png) no-repeat #fff;
                border: 1px solid #E1E1E1;
                text-indent: -999em;
            }

                .ltable td .user-box span a.amount {
                    background-position: -109px -109px;
                }

                .ltable td .user-box span a.card {
                    background-position: -249px -109px;
                }

                .ltable td .user-box span a.point {
                    background-position: 3px -109px;
                }

                .ltable td .user-box span a.msg {
                    background-position: -81px -109px;
                }

                .ltable td .user-box span a.sms {
                    background-position: -221px -110px;
                }

    .ltable td.comment {
        padding: 10px;
        line-height: 1em;
    }

        .ltable td.comment .title {
            margin-bottom: 5px;
            line-height: 180%;
            font-weight: bold;
        }

            .ltable td.comment .title .note {
                float: right;
                font-weight: normal;
            }

                .ltable td.comment .title .note i {
                    margin-left: 10px;
                    font-style: normal;
                    font-family: 'Microsoft YaHei';
                    color: #999;
                }

                    .ltable td.comment .title .note i.reply {
                        padding-left: 18px;
                    }

        .ltable td.comment .ask {
            line-height: 180%;
            font-family: 'Microsoft YaHei';
        }

            .ltable td.comment .ask .audit {
                margin-right: 3px;
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                background: url(skin_icons.png) -362px -112px no-repeat;
            }

            .ltable td.comment .ask .answer {
                margin-top: 10px;
                padding: 6px 10px;
                border: 1px solid #f6e8b9;
                background: #fbf8e7;
                color: #666;
            }

                .ltable td.comment .ask .answer b {
                    color: #090;
                }

                .ltable td.comment .ask .answer .time {
                    display: block;
                    float: right;
                    color: #999;
                }

		.table-responsive{border:none;padding:0}
		.table&gt;tbody&gt;tr&gt;th{
			line-height:1.8
		}
		.RBanner{padding:70px 0;background:url(images/result-banner.jpg) center no-repeat;}
		.pbzText{line-height:3}
		
		.contentSer h3:before {
		width: 4px;
		height: 26px;
		background-color: #0892de;
		display: inline-block;
		content: " ";
		margin-right: 10px;
		position: relative;
		left: 0;
		bottom: -4px;
		}
		.Query .layui-input{height:44px}
		
/* Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“Â°Ã©â€”Â» */
.information-box {
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0 108px;
	color: #fff;
	background-size: 100% 100%;
}
.information-con {
	margin: 0 auto;
}
.information-head {
	width: 1050px;
}
.information-head h2 {
	font-weight: normal;
	line-height: 1;
	text-align: center;
	padding-top: 60px;
	font-size: 30px;
}
.information-head p {
	line-height: 1;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	font-size: 14px;
	margin-top: 20px;
}
.information-main {
	background: #fff;
}
.information-main-fl {
	overflow: hidden;
	float: left;
	height: 374px;
	position: relative;
}
.information-main-fr {
	overflow: hidden;
	float: right;
	height: 374px;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 10%;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer;
}
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width: 100%;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
	margin-bottom:0
}
.information-main-text a{color:white}
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
}
.information-main-fl .bd ul li {
	position: relative;
	height:374px
}
.information-main-fr .hd ul {
	font-size: 16px;
}
.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #666;
	text-align: center;
	border-top: 0;
	width: 33%;
	border-left: 0;
}
.information-main-fr .hd ul .on {
	color: #1672c1;
	border-top: 4px solid #1672c1;
	height: 57px;
	border-bottom: 0;
	line-height: 52px;
}
.information-main-fr .bd ul {
	color: #333;
	padding: 0 24px 0 32px;
}
.information-main-fr .bd ul li {
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 60px;
	text-align: left;
	list-style-type: disc;
}
.information-main-fr .bd ul li span {
	float: right;
}
.information-main-fr .bd ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 350px;
	float: left;
	color: #333;
}
.information-main-fr .bd ul li a:hover {
	color:#1672c1;
}
.information-more {
	cursor: pointer;
	color: #f7a302;
	text-align: center;
	line-height: 34px;
	margin-top: 12px;
	font-size: 14px;
}
.information-more a {
	cursor: pointer;
	color: #f7a302;
	text-align: center;
	line-height: 34px;
	margin-top: 12px;
}
.information-more a:hover {
	color: #ff5e00;
}	
/* end Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“Â°Ã©â€”Â» */		
header.header-section.container-fluid.no-padding {
    position: relative;
    z-index: 99999;
}		
		
		/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦â€šÂ¬Ã¦ÂµÂ®Ã¥Â¯Â¼Ã¨Ë†Âª */
.right_nav{ right:-10px; bottom:150px; position:fixed; text-align:left;overflow: hidden;z-index:99999;}
.right_nav li{background:#313838;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;list-style:none}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 40px;height:40px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li a{text-decoration:none}
.right_nav li:hover{background:#fb6524}
.right_nav li .hideBox{display: none;position: absolute;right:132px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img,.right_nav li:nth-child(4) .hideBox img{width:140px;height: 140px;margin-top: 10px;}
.botLogo{max-width:144px;width:auto;margin-bottom:30px}
.bCodeP{width: 70%;
    text-align: center;
    line-height: 1;
    padding-top: 10px;}
.qyPic{margin:40px 0 80px;}
.qyPic1{width:50%}
.qyPic2{width:50%}
.qyPic img{transition: all 0.6s;
    -ms-transition: all 0.8s;}
.qyPic img:hover{transform: scale(1.03);
    -ms-transform: scale(1.03);}
.switTip{text-align:center;padding-left:0;height:34px;}
.switTip *{color:#222;text-decoration:none!important}
.switTip&gt;li{display:inline;font-size:16px;}
.switTip&gt;li&gt;a{padding:16px 24px;line-height:60px}
.switTip&gt;li&gt;span{padding:10px 20px;color:#d2d2d2;font-weight: 100;}
.switTip&gt;li:last-child span{display:none}
.switTip&gt;li.active&gt;a{color:#0892de;border-bottom:2px solid #0892de;}
.switTip&gt;li&gt;a:hover{border-bottom:2px solid #0892de;color:#0892de;}
.switTipHr{margin-top:14px}
.cultPic img{width:90%}
.advIcon .MyWidth{width:19.8%;padding:30px 14px;color:#333}
.advIcon .MyWidth&gt;div {padding:36px 0 24px 0;border: 1px solid #ececec;}
.advIcon .MyWidth h3{font-size:14px}
.advIcon .MyWidth i{font-size:38px;color: #1672c1;transition:transform .4s ease-out;}
.advIcon .MyWidth:hover i{transform:translateY(-6px)}
.botpadNo{margin-bottom:0}
.menu-block .navbar{display:flex}
.navbar-header{width:200px}
.menu-block .navbar-collapse{flex:1;padding:0}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li{float:left}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.topPhone{float:right;margin-right:30px}
.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.loginBtn{float:right;}
.navbar-nav{width:100%;padding-left:35px}
.countBox{margin:60px 0 30px}
.widget_guide {min-width: 120px;}
.nav&gt;li&gt;a{padding: 12px 12px;}
.botMoreweb&gt;li{float:left;margin-right:10px}
.botMoreweb&gt;li i{font-size:30px}
.conText,.newsB{margin-top: 80px;}
.tipSub{width:50%;max-width:700px;margin:80px auto;}
.tipSubBtn button{padding:12px;display:block;width:40%;margin:auto}
.goodsCont{margin-top:30px}
.advIcon{margin-bottom:80px}
.container .botCom{color:white;font-size:18px;font-weight:600}
/*----------------------------------------------------

	Responsive
	
------------------------------------------------------*/
@media (min-width: 1440px) {
	.working-section{width:520px}
	.Query .form-control,.Query .layui-input{height:50px;font-size:16px}
	.inputV{height:50px}
	.Query .form-group{margin-bottom:32px;}
	.myInput{height:308px!important}
}
@media (max-width: 1600px) {
	
	.nav&gt;li&gt;a{padding: 12px 4px;}
	.nav&gt;li.languMore a{padding:0}
}
@media (max-width: 1440px) {
	.bodyWidth{width:88%}
	.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.topPhone{font-size:18px}
	.menu-block .ow-navigation.navbar-default .navbar-nav &gt; li.topPhone i{font-size:18px}

}
@media (max-width: 1366px) {
	.nav&gt;li&gt;a{padding: 12px 4px;}
}
@media (max-width: 1280px) {
	.navbar-header {width: 220px;}
}

/* - max-width: 1200 */
@media (max-width: 991px) {
	.bodyWidth{width:100%}
	.srv-img{display:none}
	.conText .row p{line-height:2}
	.conText .row&gt;div{min-height:200px}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* * Section Header */
	.section-header p {
		padding: 0 25%;
	}
	
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Top Header 1 */
	.top-header-1 .info p::after {
		padding: 0 10px;
	}
	/* - Footer Main */
	.footer-main .widget_contact {
		padding-left: 30px;
	}
	/* - Footer Main 1 */
	.footer-main-1 .widget_about ul li {
		margin-left: 14px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Top Header 1 */
	.top-header-1 {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.top-header-1 .info {
		text-align: left;
	}
	.top-header-1 .info p::after {
		padding: 0 3px;
	}
	.top-header-1 .col-sm-6.col-xs-12.logo-block {
		display: none;
	}
	/* - Footer Main */
	.footer-main .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.footer-main .ftr-widget {
		margin-bottom: 30px;
	}
	.footer-main .widget_post .ftr-latest-content a.read-more {
		display: block;
	}
	.footer-main .widget_contact {
		padding-left: 15px;
	}
	/* - Footer Main 1 */
	.footer-main-1 .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.footer-main-1 .ftr-widget {
		margin-bottom: 30px;
	}
	.footer-main-1 .widget_links {
		padding-left: 15px;
	}
	/* - Page Banner */
	.page-banner {
		padding: 100px 0;
	}
}


/* - max-width: 767 */
@media (max-width: 767px) {
	.menu-block .navbar-collapse{flex:unset}
	.right_nav{display:none}
	/* - Top Header */	
	.top-header .header-social {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.top-header .info {
		text-align: center;
	}
	/* - Footer Main 1 */
	.footer-main-1 .widget_about ul li {
		margin-left: 12px;
	}
	/* - Page Banner */
	.page-banner {
		margin-bottom: 100px;
	}
	.trackPic img{width:30%}
	.footer-main .widget_contact .ftr-contact-content{margin:15px}
	.advIcon .MyWidth{width:50%}
	.information-main-fl{display:none}
	.information-main-fr .bd ul li a{max-width:250px}
	.navbar-header{width:100%}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header .info p {
		margin-left: 20px;
	}
	.top-header-1 .info p {
		margin-left: 0;
	}
	/* - Page Banner */
	.page-banner .banner-content h3 {
		font-size: 30px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	.top-header{
		display:none
	}
	.working-section{
		bottom:-170px;
		background:rgb(0, 130, 202);
		width:100%;
		left:0;
		border-radius:0px!important
	}
	.mySubmit{
		width:100%;
		height:44px;
		margin-top:16px
	}
	.myInput{
		width:100%;
		margin-bottom:10px
	}
	.trackPic{
		width:100%;
		padding-top:16px
	}
	/* - Page Banner */
	.banner-content {
		text-align: center;
	}
	.page-banner .banner-content .breadcrumb {
		float: none;
	}
	.ow-pagination ul li a {
		height: 40px;
		width: 40px;
		line-height: 42px;
	}
	.ow-pagination ul li {
		margin: 0 4px;
	}
	/* - Footer Main */
	.footer-main {
		padding: 30px 0;
		text-align:center
	}
	.footer-main .col-xs-6 {
		width: 100%;
	}
	.copyright-section .coyright-content {
		display: block;
		width: 100%;
		text-align: center;
	}
	.copyright-section ul {
		float: none !important;
		text-align: center;
		margin-top: 15px;
	}
	/* - Footer Main 1 */
	.footer-main-1 {
		padding: 100px 0;
	}
	.footer-main-1 .col-xs-6 {
		width: 100%;
	}
	.footer-main-1 .widget_brand a.navbar-brand {
		padding: 0;
	}
	.footer-main-1 .widget_about ul {
		margin-top: 30px;
	}
	.footer-main .widget_contact{
		margin-top:80px
	}
}
</pre></body></html>