
/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #555;
}

body,p {
	font-family: sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
    color: #212121;
    font-weight: 700;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

.preload {
    position: fixed;
    background: #fff url(../images/preload.gif) center center no-repeat;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

a:link,a:visited {
    text-decoration: none;
}

a {
    color: inherit;
    transition: .2s ease;
}

a:hover {
    text-decoration: none;
    color: #0391B4;
}

a.read-more {
    color: #03A9D1;
    font-weight: 700;
    text-transform: uppercase;
}

a.read-more:hover {
    color: #0391B4;
}

section,
.section-padding {
    padding: 70px 0;
    position: relative;
}

.no-padding {
    padding: 0;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}
.mrb-10 {
    margin-bottom: 10px;
}
.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

a:focus {
    outline: 0;
}

.ts-padding {
    padding: 60px;
}

/* 灰色背景 */
.solid-bg {
    background: #f9f9f9;
}

.solid-row {
    background: #f4f5f6;
}

.bg-overlay {
    position: relative;
}

.bg-overlay .container {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background-color: #f4f5f6;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay:after {
    position: relative;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.list-round li {
    line-height: 28px;
}

.list-round li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-right: 10px;
    color: #ff0000;
    font-size: 12px;
}

.list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
}

ul.list-check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-right: 10px;
    color: #ff0000;
    font-size: 14px;
}

/* Title */
.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.section-sub-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}
.section-sub-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 48px;
    left: 50%;
    margin-left: -15px;
    background: #03A9D1;
}

@media (max-width: 575px) {
    .section-sub-title {
        font-size: 28px;
    }
}

/* Page content title */
.page-content-title.first {
    margin-top: 0;
}

/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
    border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}

/* Button */
.btn:active, .btn:focus {
    box-shadow: none !important;
}

.btn-primary,.btn-dark {
    border: 0;
    border-radius: 3px;
    /*padding: 12px 20px 10px;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}

@media (max-width: 767px) {
    .btn-primary,
    .btn-dark {
        font-size: 13px;
    }
}

.btn-white.btn-primary {
    background: #fff;
    color: #03A9D1;
}

.btn-primary {
    background: #03A9D1;
}

.btn-dark {
    background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #111;
    color: #fff;
}

.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
    color: #fff;
    background-color: #111 !important;
}

.general-btn {
    margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
    border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}



/* Header area
================================================== */
.header {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
    background: #23282d;
}

.header-one .navbar-collapse {
    padding-left: 0;
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        overflow-y: auto;
    }
}

.header-one ul.navbar-nav > li {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .header-one ul.navbar-nav > li {
        padding-right: 0;
    }
}
.main-content img {
    max-width: 100%;
    height: auto;
}
.main-content a {
    font-weight: bold;
    text-decoration: underline dotted;
}
.main-content p,.main-content div {
    line-height: 30px;
	font-size: 16px;
}
.header-one .logo-area {
    padding: 30px 0;
}

.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-two {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 0;
}

.header-two .navbar-fixed {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

ul.navbar-nav > li > a {
    padding: 15px 0 !important;
    color: #fff;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a {
        padding: 1px 0 !important;
    }
    .navbar-nav {
        margin-bottom: 15px;
    }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #03A9D1 !important;
}

/*-- Logo --*/
.header-two .logo img {
    height: 40px;
}

/* header right */
.header-right {
    float: right;
}

/* Main navigation */
.navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 12px;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: #03A9D1;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #03A9D1;
    position: relative;
	font-weight: 700;
}

ul.navbar-nav > li {
    padding: 0 13px;
    position: relative;
}

@media (max-width: 1200px) {
    ul.navbar-nav > li {
        padding: 0 9px;
    }
    ul.navbar-nav > li .nav-link {
        font-size: 16px;
    }
}

.header-two .navbar-nav > .header-get-a-quote {
    top: -4px;
}

@media (max-width: 991px) {
    .header-two ul.navbar-nav > li {
        padding: 0;
        width: 100%;
    }
}

ul.navbar-nav > li:last-child {
    padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
    background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
}

ul.navbar-nav > li > a i {
    font-weight: 700;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a i {
        float: right;
        background: #222;
        padding: 6px 10px;
        margin-top: 7px;
    }
    .header-two ul.navbar-nav > li > a i {
        color: #fff;
    }
    .header-two ul.navbar-nav > li.active > a i,
    .header-two ul.navbar-nav > li > a.active i {
        color: #03A9D1;
		font-weight: 700;
    }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
    display: none;
}

ul.navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-rendering: optimizeLegibility;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: -.2px;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    padding: 30px 0;
    transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a,.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}


/* Dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-top: 0;
    margin-right: -5px;
    border: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #03A9D1;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}

.dropdown-menu-large {
    min-width: 400px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
    color: #03A9D1 !important;
}

.navbar-nav > li > .dropdown-menu a {
    background: none;
}

.dropdown-menu li a {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

@media (max-width: 991px) {
    .dropdown-menu li a {
        padding: 12px 0;
    }
}

.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #03A9D1;
}

@media (min-width: 991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: #03A9D1;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-right: 0;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 0;
	color: #70C000;
}

@media (max-width: 991px) {
    .nav-search {
        top: 17px;
    }
}

.search-block {
    background-color: #ededec;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}

.search-block .form-control {
    background-color: #ffffff;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    position: absolute;
    top: -56px;
    font-size: 32px;
    cursor: pointer;
    background: #ffffff;
    padding: 5px;
}

@media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
    padding: 12px 25px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .header-get-a-quote .btn-primary {
        padding: 12px !important;
    }
}

@media (max-width: 991px) {
    .header-get-a-quote .btn-primary {
        padding: 12px 30px !important;
    }
}

.header-get-a-quote .btn-primary:hover {
    background: #272d33;
    color: #03A9D1 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote;
}


/* 首页轮播图 */
.home-banner.swiper-container {
    height: 540px;
}
.swiper-button-next,.swiper-button-prev {
    background: rgba(0, 0, 0, 0.3);
    color: #ececec;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
}
/*清除自带的左右箭头*/
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev {
    display: flex;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
}
.navbar-mobile {
    display: none;
}
.swiper-outside-prev,.swiper-outside-next {
    background: none;
    display: flex;
    color: #999;
}
.swiper-outside-next {
    right: -50px;
    left: auto;
}
.swiper-outside-prev {
    left: -50px;
    right: auto;
}

@media (max-width: 991px) {
    .home-banner.swiper-container {
        height: 400px;
    }
    .navbar-pc {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
}
@media (max-width: 767px) {
    .banner-area {
        min-height: 200px;
    }
    .home-banner.swiper-container {
        height: 300px;
    }
}
/* 首页轮播结束 */

/*首页关于我们面板  start*/
.home-company {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    height: 380px;
    overflow: hidden;
    border-radius: 4px;
}
.home-company .txt {
    padding: 30px 40px 40px 40px;
    line-height: 28px;
}
.home-company .txt .content {
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 30px;
}
.home-company .txt .content p {
    line-height: 30px;
}
.home-company .txt h2 {
    font-size: 24px;
    margin-bottom: 28px;
}
.home-company .img {
    padding: 0;
    height: 100%;
    object-fit: cover;
}
.home-company .img img {
    width: 100%;
    height: 380px;
    object-fit: cover
}
@media (max-width: 767px) {
    .home-company {
        overflow: auto;
        height: auto;
    }
    .home-company .img img {
        height: 250px;
    }
    .home-company .txt h2 {
        margin-bottom: 20px;
    }
}
/*首页关于我们面板  结束*/

/* 首页服务项目 开始 */
.home-service .section-title {
    margin-bottom: 40px;
}
.home-service .section-title h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}
.home-service .section-title h4:after {
    position: absolute;
    left: 0;
    top: -9px;
    width: 5px;
    height: 46px;
    background: #03A9D1;
    content: "";
}

.service-item {
	display:block;
	overflow: hidden;
	padding: 10px;
}
.service-item .pi-pic {
    position: relative;
    margin-bottom: 25px;
	border-radius: 8px;
	overflow: hidden;
}
.service-item .pi-pic img{
    width:100%;
	max-height:176px;
	transition: .5s; /* 添加过渡动画效果，让变化更加自然 */
}
.service-item:hover img {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	transform: scale(1.05);
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.service-item .pi-text {
    position: relative;text-align:center;
}
.service-item:hover a {
	color: #03A9D1;
}
.service-item .pi-text h5 a {
    font-family: "Montserrat", sans-serif;
}
.service-item .desc {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 1rem;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* 首页服务项目 结束 */

/*首页新闻*/
.home-news-bg {
   background: #f5f5f5 url(../img/plate5-bg1.jpg) center bottom no-repeat; 
}
.home-news {
   margin-bottom: 10px;
}
.home-news .item{
   display: block;
   overflow:hidden;
   margin-bottom: 30px;
}
.home-news .pic{
	display:block;
	height: 253px;
	overflow:hidden;
	border-radius:5px;
}
.home-news .pic img {
	max-height: 100%;
	border-radius:5px;
	transition: .5s; /* 添加过渡动画效果，让变化更加自然 */
}
.home-news .item:hover img {
	transform: scale(1.03);
}
.home-news .cate {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.home-news .tit {
	margin-top: 20px;
	line-height: 28px;
	font-weight: 500;
}
.home-news .item:hover .tit {
	color:#0391B4;
}

@media (max-width: 767px) {
    .home-news .pic{
		height:auto;
	}
	.home-news .pic img {
		max-width: 100%;
	}
}

/* 首页新闻 结束 */

/* Footer
================================================== */
/*- Footer common */
.footer {
   
}

.footer-main {
    padding: 80px 0 60px;
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Footer about us */
.footer-logo {
    margin-bottom: 25px;
    max-height: 35px;
}

/* Links */
.footer-widget ul.list-contact {
	padding: 0;
	margin: 0;
	list-style: none;
	color:#666;
}
.footer-widget ul.list-contact li {
	padding: 0;
	margin: 0;
}

.footer-widget ul.list-arrow li {
    padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
    color: #666;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
    color: #03A9D1;
}

.footer-xcode ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-xcode ul li{
	float:left;
}
.footer-xcode p {
	width:80px;
	text-align:center;
	font-weight:normal;
	color: #666;
	font-size: 12px;
}

.working-hours {
    padding-right: 10px;
}

.working-hours .text-right {
    float: right;
}

/*-- Copyright --*/
.copyright {
    color: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    font-size: 12px;
	background-color: #03A9D1;
}
.copyright-info span {
	padding:0 5px;
}
.copyright-info span a:hover {
	color:#FFFF00;
}
.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
}

.footer-menu ul.nav li a {
    background: none;
    color: #999;
    padding: 0;
}

.footer-menu ul li a:hover {
    color: #dc3545;
}

/* 返回顶部 */
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}

#back-to-top .btn:focus {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    #back-to-top {
        right: 15px;
    }
}

#back-to-top.position-fixed {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    color: #03A9D1;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
}



/* ================公共==================== */

/*-- 列表页 内容页 Banner --*/
.banner-area {
    position: relative;
    min-height: 250px;
    color: #333;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-title {
    color: #333;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
	letter-spacing: 5px;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 32px;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/*-- 单页、列表页-子导航 --*/
.sub-nav {
    height: 78px;
	border-bottom: 1px solid #e8e8e8;
}
.sub-nav-ul {
    list-style: none;
	text-align: center;
    font-size: 0;
}
.sub-nav-ul li {
    display: inline-block;
    height: 100%;
    letter-spacing: 0;
    font-size: 18px;
    margin: 0 1.5%;
    line-height: 75px;
    border-bottom: 2px solid transparent;
}
.sub-nav-ul .active {
    border-bottom: 2px solid #03A9D1;
	color: #03A9D1;
}

.list-honor-main,.list-news-main,.about-main {
	padding: 50px 0;
}

/* ================公共 end================ */

/*-- 关于我们内容页 --*/
.about-main {
	
}

/*-- 荣誉列表页 --*/
.list-honor-main {
	
}

/* 新闻列表页 */
.list-news-main {
	padding: 50px 0;
}

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination {
    margin: 0;
}
.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.pagination li a,.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    background: #03A9D1;
    border: 1px solid transparent;
}

/* News Single
================================================== */

/* Post social */
.post-social-icons > li {
    display: inline-block;
}

.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.post-social-icons a i.fa-qq {
    background: #0085ff;
}

.post-social-icons a i.fa-weixin {
    background: #2aae67;
}

.post-social-icons a i.fa-weibo {
    background: #d52c2b;
}

.post-social-icons a i.fa-star {
    background: #ffbf2a;
}

/* Error page
================================================== */
.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}


/*列表页-新闻等列表*/
.blog-item.large-blog {
    padding-bottom: 25px;
}
.blog-item {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-item.large-blog .bi-pic {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
}
.blog-item.large-blog .bi-pic img {
    min-width: 100%;
    height: 370px;
    object-fit: cover;
	border-radius: 8px;
}
.blog-item .bi-pic {
    float: right;
    margin-left: 30px;
}
.blog-item .bi-pic img {
    width: 330px;
    height: 220px;
    object-fit: cover;
	border-radius: 8px;
}
.blog-item .bi-text {
    overflow: hidden;
}
.blog-item .bi-text h4 a {
    line-height: 31px;
}
.blog-item .bi-text h4 a:hover {
    color: #03A9D1;
}
.blog-item .bi-text ul {
    padding: 0;
    margin-bottom: 16px;
}
.blog-item .bi-text ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    margin-right: 32px;
}
.blog-item .bi-text .desc {
    font-family: sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.blog-item .bi-text .read-more {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .blog-item.large-blog .bi-pic img {
        height: 200px;
    }
    .blog-item .bi-pic {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .blog-item .bi-pic img {
        width: 100%;
        height: 200px;
    }
}
/*列表页结束*/

/*新闻详情页*/
.main-box {
	background: #f9f9f9 url(../img/mainbox-bg.png) center bottom repeat; 
}

.post {
    border-bottom: 1px solid #dadada;
    padding: 0 0 30px;
    margin: 0 0 45px;
}

.post.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.post-body {
	margin:0 auto;
	padding:40px 70px;
	background: #ffffff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
	border-radius: 5px;
}

@media (max-width: 575px) {
    section {
        padding: 20px 0;
    }
	.main-box {
        background: #f9f9f9;
    }
	.post-body{
        padding:40px 15px 40px 20px;
    }
}

/* 新闻标题 */
.entry-header .entry-title {
    margin: 5px 0 15px;
    position: relative;
	color: #1a1a1a;
	font-size: 28px;
	letter-spacing: 0;
	font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
}

.entry-header .entry-title a {
    color: #303030;
}

.entry-header .entry-title a:hover {
    color: #ff0000;
}

/* Meta */
.post-meta {
    padding-bottom: 10px;
	color: #999;
}

.post-meta a {
    color: #999;
}

.post-meta a:hover {
    color: #ff0000;
}

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 12px;
    display: inline-block;
}

.post-meta i {
    color: #bbb;
    margin-right: 3px;
}


/*上一篇 下一篇*/
.bc-related-post {
	border-top: 1px solid #f5f5f5;
    padding: 15px 20px 12px;
}
.bc-related-post .previous-post,.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.bc-related-post .next-post {
    float: right;
}
.bc-related-post .previous-post:hover,.bc-related-post .next-post:hover {
    color: #03A9D1;
}
/*新闻详情页结束*/



/*招聘页面样式*/
.job-item {
    border-radius: 2px;
    transition: .5s;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: none;
}
.job-item .linkman {
    margin-top: 20px;
    color: #f64816;
}
.job-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
/*招聘页面样式结束*/

/* 联系我们
================================================== */
/* Service box */
.ts-service-box {
	float: left;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-right: 30px;
    /* width: calc( ( 100% - 30px ) / 3.1 ); */
    padding: 30px;
	width: 100%;
}

.ts-service-box .ts-service-icon i {
    font-size: 36px;
    float: left;
    color: #ff0000;
}

.ts-service-box .ts-service-box-content {
    margin-bottom: 5px;
}

.tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}

.ts-service-box .ts-service-box-info {
    margin-left: 25px;
    margin-bottom: 40px;
}

.service-box-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.service-box-title a {
    color: #333;
}

.service-box-title a:hover {
    color: #ff0000;
}

/* Service box bg */
.ts-service-box-bg {
    background: #fff;
    color: #333;
    padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
    color: #333;
}

/* Icon squre */
.ts-service-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    background: #03A9D1;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
    float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
    background: #ff0000;
    color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
    margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

/* Service no box */
.service-no {
    font-size: 48px;
    color: #dbdbdb;
    float: left;
    margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
    margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
    margin-bottom: 30px;
}

.ts-service-icon i {
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
}

.ts-service-info {
    margin-left: 30px;
}

.ts-service-info h3 {
    font-size: 16px;
}

.ts-service-info .learn-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ts-service-info .learn-more:hover {
    color: #ff0000;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #fff;
    background: #ff0000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
    margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
    background: #ff0000;
}