/*------------------------------------------------
	* Import Css
--------------------------------------------------*/
@import "libraries/lib.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/shortcode.css";


/* * Body */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 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: #fff;
	padding: 15px 0;
}
.top-header .info p {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.35px;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 38px;
}
.top-header .info p:first-child {
	margin-left: 0;
}
.top-header .info p > a {
	color: #fff;
	text-decoration: none;
}
.top-header .info p > a:hover {
	color: #31cec3;
}
.top-header .info p i {
	color: #fff;
	padding-right: 11px;
}
.top-header .header-social {
	text-align: right;
}
.top-header .header-social h5 {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.35px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}
.top-header .header-social ul {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 22px;
}
.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: #fff;
	-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: #31cec3;
}

/* - Header Section 1 */
/* - Top Header 1 */

.top-header-1 .header-social ul li a {
	background-color: #31cec3;
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}
.top-header-1 .header-social ul li a:hover {
	background-color: #fff;
	color: #31cec3;
}
.header-section-1 .menu-block .container {
	position: relative;
}
.header-section-1 .menu-block {
	background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100;
}
.header-section-1 .menu-icon > div {
    float: right;
    padding: 50px 0;
}
.header-section-1 .menu-icon .search a i {
	font-size: 18px;
}
.search-box {
    background-color: #f7f6f7;
    max-width: 100%;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 620px;
    z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}

.navbar-brand>img {
	margin:0 auto;
}


/* * Footer */

/* - Footer Main */
.top-footer{
	background-color: #fafafa;
	padding: 5px 0 5px 0;
}
.top-footer .ftr-widget h3.widget-title {
	color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 46px;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.top-footer .ftr-widget h3.widget-title:after {
	background-color: #31cec3;
	content: "";
	height: 3px;
	width: 50px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.top-footer .ftr-widget h3.widget-title span {
	color: #fff;
}
.top-footer .ftr-widget p {
	color: #dadada;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 0;
}
.top-footer .widget_about ul {
	padding-left: 0;
	margin-bottom: 0;
}
.top-footer .widget_about ul li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 40px;
}
.top-footer .widget_about ul li a {
	background-color: #313131;
	color: #dadada;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	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;
}
.top-footer .widget_about ul li a:hover {
	background-color: #31cec3;
	color: #fff;
}
.top-footer .widget_links ul {
	padding-left: 0;
	list-style: none;
}
.top-footer .widget_links ul li {
	margin-bottom: 18px;
}
.top-footer .widget_links ul li a {
	color: #dadada;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	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;
}
.top-footer .widget_links ul li a:hover {
	color: #31cec3;
}
.top-footer .widget_hours {
	padding-left: 25px;
}
.top-footer .ftr-widget.widget_hours p {
	line-height: 38px;
}
.top-footer .ftr-widget.widget_hours p span {
	padding: 0 15px;
}
.top-footer .widget_destination {
	padding-left: 94px;
}
.top-footer .widget_destination ul {
	padding-left: 0;
	list-style: none;
}
.top-footer .widget_destination ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bottom-footer {
	padding: 2px 0;
}
.bottom-footer .coyright-content {
	display: inline-block;
}
.bottom-footer .coyright-content p {
	color: #000;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/* - Footer Main 1 */
.footer-main-1 .top-footer .ftr-widget h3.widget-title {
	font-weight: normal;
	margin-bottom: 40px;
}
.footer-main-1 .top-footer .ftr-widget p {
	color: #b0b0b0;
	font-weight: 300;
}
.footer-main-1 .top-footer .ftr-widget p.call-us {
	color: #d0d0d0;
	font-weight: 400;
	margin-top: 18px;
}
.footer-main-1 .top-footer .ftr-widget p > i {
	color: #31cec3;
	padding-right: 12px;
}
.footer-main-1 .top-footer .ftr-widget p a {
	color: #d0d0d0;
}
.footer-main-1 .top-footer .widget_rooms {
	padding-left: 50px;
}
.footer-main-1 .top-footer .widget_links ul li a {
	color: #b0b0b0;
	-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 .top-footer .widget_links ul li a:hover {
	color: #31cec3;
}
.footer-main-1 .top-footer .widget_newsletter .input-group {
	margin-top: 20px;
	margin-bottom: 35px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control {
	background-color: #222;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #777;
	height: 50px;
	font-style: italic;
	font-size: 13px;
	padding: 6px 30px;
	letter-spacing: 0.52px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-webkit-input-placeholder {
   color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-moz-placeholder { /* Firefox 18- */
   color: #777; 
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-ms-input-placeholder {  
   color: #777; 
}
.footer-main-1 .top-footer .widget_newsletter .input-group .btn-default {
	border-radius: 0;
	background-color: #31cec3;
	border: none;
	padding: 14px 20px;
	color: #fff;
}
.footer-main-1 .top-footer .widget_newsletter ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-main-1 .top-footer .widget_newsletter ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-main-1 .top-footer .widget_newsletter ul li a {
	border: 2px solid #6f6f6f;
	border-radius: 100%;
	color: #a9a9a9;
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 42px;
	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 .top-footer .widget_newsletter ul li a:hover {
	border-color: #31cec3;
	background-color: #31cec3;
	color: #fff;
}
.footer-main-1 .bottom-footer {
	border-top: 1px solid #636465;
	background-color: #292b2c;
}
.footer-main-1 .bottom-footer .coyright-content p {
	color: #b0b0b0;
	font-weight: 300;
	text-transform: capitalize;
}

/* * Page Banner */
.page-banner {
    background-image: url("images/contact-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 377px;
    min-height: 377px;
    /* position: relative; */
	/* margin-bottom: 150px; */
    text-align: center;
	z-index: 1;
}
.page-banner::before {
/*	background-color: rgba(0, 0, 0, 0.702);*/
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-banner .banner-content {
	display: inline-block;
	padding: 144px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	font-family: 'Open Sans', serif;
	font-size: 38px;
	letter-spacing: 1.9px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
    text-decoration: none;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb li a:hover {
	color: #31cec3;
}
.page-banner .banner-content .breadcrumb li.active {
	font-weight: 600;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
    content: "/";
    padding: 0 5px;
}
.page-banner {
	background-image: url("images/about-banner.png");
}
.page-banner.services-banner {
	background-image: url("images/services_banner.jpg");
	margin-bottom: 0;
}
.page-banner.gallerysingle-banner{
	background-image: url("images/gallerysingle-banner.jpg");
}
.page-banner.gallery-banner{
	background-image: url("images/culture_banner.jpg");
	margin-bottom: 0;
}
.page-banner.gallery-banner.room-banner {
	margin-bottom: 150px;
}
.page-banner.blog-banner {
	background-image: url("images/blog-banner.png");
}
.page-banner.contact-banner {
	background-image: url("images/contact-banner.jpg");
}

/* * Section Header */
.section-header {
	/* text-align: center; */
	/* margin-bottom: 45px */
}
.section-header h4 {
	/* background-image: url("images/section-seprator.png"); */
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	font-family: 'Open Sans', serif;
	font-size: 35px;
	font-weight:bold;
	letter-spacing: 0.44px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}
.section-header-1 h3 {
	background-image: url("images/section-seprator-1.png");
	color: #474747;
	font-weight: 700;
}
.section-header-1 p {
	color: #7f7f7f;
	font-weight: 600;
	font-size: 20px;
}
.section-header-2 h3 {
	/* background-image: url("images/section-seprator-2.png"); */
	color: #333;
}
.section-header-2 h3 span {
	color: #31cec3;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 50px;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: 1px solid #31cec3;
	border-radius: 100%;
	background-color: transparent;
	color: #222;
	font-size: 17.6px;
	font-weight: 600;
	width: 46px;
	height: 46px;
	line-height: 46px;
	letter-spacing: 0.704px;
	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 > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 100%;
	
}
.ow-pagination ul li a:hover {
	background-color: #31cec3;
	color: #fff;
}

/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 95%;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}
/* - min-width: 1441 to max-width: 1680 */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	
}

/* - max-width: 1366px */
@media (max-width: 1366px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Footer Main */
	.top-footer .widget_hours {
		padding-left: 15px;
	}
	
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Footer Main */
	.top-footer .ftr-widget h3.widget-title {
		font-size: 15px;
	}
	.top-footer .ftr-widget.widget_hours p span {
		padding: 0;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.header-section-1 .menu-block {
		background-color: #292b2c;
		position: relative;
	}
	.header-section-1 .menu-icon > div {
		padding: 26px 0;
	}
	.header-section-1 .ow-navigation .menu-icon a {
		 padding: 10px 0 10px 15px;
	}
	/* - Footer Main */
	.top-footer .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.top-footer .widget_destination {
		padding-left: 15px;
	}
	.bottom-footer .coyright-content {
		width: 100%;
		text-align: center;
	}
	.footer-main-1 .top-footer .widget_rooms {
		padding-left: 15px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Top Header */
	.top-header .info p {
		margin-left: 0;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* * Page Banner */
	.page-banner {
		margin-bottom: 80px;
	}
	/* - Top Header */	
	.top-header .header-social {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.top-header .info {
		text-align: center;
	}
	/* - Footer Main */
	.top-footer .ftr-widget.widget_destination img {
		max-width: 100px;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.top-footer .col-sm-6{
		width: 100%;
		margin-bottom: 30px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .info p {
		margin-left: 10px;
	}
	/* - Footer Main */
	.footer-main-1 .top-footer .widget_newsletter ul li {
		margin-right: 5px;
	}
}

/*css优化*/
body{background-color: #f6f6f6;}
.whychooseus-section{background: none;}

/*页头*/
.top_e .title{width: 470px;}
.top_e .col-md-4,.top_e .col-md-8{padding: 0;}
.top_e .title div{float: left;}
.top_e .title div.title-text{margin-top: 13px;}
.top_e .menu-block{padding: 10px 0;box-shadow: 2px 2px 8px rgba(0,0,0,.5);}
.top_e #navbar{margin-top: 4px;}
.top_e.navbar-fixed-top .menu-block .ow-navigation .navbar-brand{display: block;}
.top_e .menu-block .ow-navigation .navbar-brand{background: none;padding: 0;}
.top_e .ow-navigation .navbar-toggle{margin-top: 8px;}
.fixed-class{position: fixed;top: 0;left: 0;}
.ow-navigation .nav.navbar-nav ul li.has-c{position: relative;}
.menu-bar{position: fixed; left: 0; top: 77px; width: 100%; height: 50px; background-color: #adadad; display: none; z-index: 15;}
.sub-menu{display: none;}
.sub-menu ul{position: absolute; height: 50px;  left: 50%; transform: translateX(-58%); text-align: center; white-space: nowrap; display: inline-block; z-index: 20;top:63px;}
.sub-menu ul li{color: #fff; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.2); display: inline-block;line-height: 50px;}
.sub-menu ul li:first-child{border-left: 0;}

.has-c:last-child .sub-menu ul{transform: translateX(-85%);}

.ow-navigation .nav.navbar-nav .sub-menu ul li a{color: #fff;margin: 0;padding-bottom: 0;}
.ow-navigation .nav.navbar-nav .sub-menu ul li a:hover{transition: .4s;color: #4cded6;}
@media(min-width:767px){
    .top_e .container{width: 1140px;}
}
@media (max-width: 767px){
    .top_e .container{width:100%;}
    .top_e .ow-navigation .navbar-toggle{margin-right: 20px;}
    .top_e .sub-menu{width: 100%;}
    .top_e .sub-menu ul{position: relative;height: inherit;left: 0;transform: none;top: 0;width: 100%;display: block;padding-left: 0;text-align: left;text-indent: 24px;}
    .top_e .sub-menu ul li{width: 100%;display: block;padding: 0;line-height: 20px;}
    .top_e .ow-navigation .nav.navbar-nav .sub-menu ul li a{color: #333;}
    .top_e .has-c:last-child .sub-menu ul{transform: none;}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height: none;overflow-y: scroll !important;}
}

/*页尾*/
.foot_e{padding-bottom: 20px;}
.foot_e .top-footer{padding-top: 0;}
.foot_e hr{margin-top: 0;}
.foot_e .top-footer,.foot_e .bottom-footer{background: none;}
.foot_e .bottom-footer .container{line-height: 24px;}
.talir{text-align: right;}
@media (max-width: 991px){
     .bottom-footer .coyright-content {text-align: left;}
    .talir{text-align: left;}
}
   
/*首页去边框*/
.offer-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{border: none;}

/*首页模块样式*/
.whychooseus-section{padding-bottom: 0px;}
.whychooseus-section .choose-us-content{padding-left: 30px;padding-bottom: 50px;}
.whychooseus-section .choose-us-content h5{font-size: 30px;font-weight: 200;margin-bottom: 40px;margin-top: 10px;text-indent: 28px;}
.whychooseus-section .choose-us-content.gsyw img{height: 260px;} 
.whychooseus-section .container-in{padding: 0;}
.whychooseus-section .choose-us-cover{padding: 0;background: #b5b5b5;transition: 0.5s}
.whychooseus-section .container-in .title-block{position: absolute;left: 0;bottom: 0;width: 44px;height: 120px;font-size: 18px;color: #fff;z-index: 999;text-align: center;line-height:24px;}
.whychooseus-section .container-in .title-block.wszt{background: #004df9;padding-top: 10px;}
.whychooseus-section .container-in .title-block.jiaoyu{background: #008CF9;padding-top: 35px;}
.whychooseus-section .container-in .title-block.yiliao{background: #60C0FB;padding-top: 35px;}
.whychooseus-section .container-in .title-block.jiqiren{background: #C8E6E2;padding-top: 20px;}
.whychooseus-section .choose-us-cover a{display: block;padding: 0;border: none;}
.whychooseus-section .choose-us-content .choose-us-content{padding:0;padding-left: 15px;}

.whychooseus-section .dqjj .choose-us-cover img{height: 136px;}
.whychooseus-section .dqjj .choose-us-content h4{font-size: 14px;margin-top: 0;}
.whychooseus-section .dqjj .choose-us-content p{color: #9A9A8C;line-height: 18px;height: 108px;overflow: hidden;}
.whychooseus-section .dqjj .zztz{padding: 0;float: left;width: 100%;}
.whychooseus-section .dqjj ul{padding: 0;margin-top: 13px;margin-bottom: 0;}
.whychooseus-section .dqjj ul li{list-style: none;width: 100%;}
.whychooseus-section .dqjj ul li a{border: none;width: 100%;padding: 0;font-size: 14px;line-height: 34px;font-weight: normal;}
.whychooseus-section .dqjj ul li a span{float: right;}
.whychooseus-section.xxyl{padding-top: 0;}
.whychooseus-section.xxyl .container .offer-section{background: #fff;}
.whychooseus-section.xxyl .section-header h5{font-size: 30px;font-weight: 200;margin-bottom: 40px;margin-top: 25px;}
.whychooseus-section.xxyl .offer-carousel{margin-bottom: 50px;}
.whychooseus-section.xxyl .offer-carousel .pic-col{padding:0 2px;}
.whychooseus-section.xxyl .offer-carousel .pic-col img{margin-bottom: 5px;}
.whychooseus-section.xxyl .offer-carousel .pic-col .onepic img{height: 420px;}
.whychooseus-section.xxyl .offer-section{margin-bottom:30px;padding-bottom: 0px;}
.offer-section .owl-controls .owl-nav .owl-prev{left: -60px;}
.offer-section .owl-controls .owl-nav .owl-next{right: -60px;}

@media (max-width: 767px){
    .whychooseus-section .choose-us-box{max-width: inherit;}
    .whychooseus-section .choose-us-content{padding-left: 12px;}
    .whychooseus-section .choose-us-content .choose-us-content{padding-left: 0;margin-top: 20px;}
    .whychooseus-section .choose-us-content h5{text-indent: 10px;}
    .whychooseus-section{margin-bottom: 10px;padding-top: 20px;}
}

/*公司概况*/
.offer-section{margin-bottom: 0;padding-bottom: 30px;}
.offer-section.about .row p{text-indent:30px;line-height: 24px;letter-spacing: 1px;}

/*党群纪检*/
.container.dqjj-list{background-color:#fff;margin-top: 30px;margin-bottom: 30px;padding-top: 30px;padding-bottom: 30px;}
.container.dqjj-list img{height: 225px;}
.container.dqjj-list .service-content h4{letter-spacing: 1px;margin-top: 15px;}
.container.dqjj-list .service-content p{line-height: 24px;letter-spacing: 1px;}

/*文章*/
.detail-title{margin-bottom: 10px;}
.detail-title h3{text-align: center;}
.detail-info{margin-bottom: 30px;}
.detail-info div{text-align: center;}
.detail-main p{text-indent: 30px;letter-spacing: 1px;line-height: 24px;}
.detail-main img{margin: 20px auto;width:60%;display: block;}

/*企业文化*/
.qywh-main .service-content p{text-indent:30px;letter-spacing: 1px;line-height: 24px;color:#9A9A8C ;}
.qywh-main .service-content div{margin-bottom: 5px;margin-top: 10px;font-weight: bold;font-size: 16px;line-height: 30px;}
.service-section .service-content h5{font-family: inherit;}

/*信息发布*/
.xxfb.whychooseus-section .choose-us-content a{border:none;padding-left: 0;display: block;width: 50%;float: left;padding-right:30px;font-size: 14px;line-height: 34px;font-weight: normal;}
.xxfb.whychooseus-section .choose-us-content a li{list-style:none;}
.xxfb  .service-content ul{padding-left: 0;}
.topic .topicList a{width: inherit;}

@media(max-width:992px){
    .top_e .title{width: auto;}
    .top_e .title div.title-text{display: none;}
}