body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
h1 {
	font-size: 46px;
	font-weight: 700;
	color: #444;
	letter-spacing: -2px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color: #4e4e4e;
	font-weight: 600;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}
a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
#text_js p{text-align:justify;}
.btn-primary {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 20px;
	border: none;
	margin-top: 15px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #2d78ae;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2 {
	font-size: 45px;
	margin-top: 95px;
	margin-bottom: 20px;
}
.center1 h2 {
	font-size: 30px;
	margin-top: 7px;
	margin-bottom: 20px;
}
.center h3 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center1 h3 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center2 h3 {
    font-size: 25px;
    text-align: left;
    border-left: 6px solid #00904d;
    padding-left: 10px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 50px 0;
}
.center {
	text-align: center;
	padding-bottom: 180px;
}
.center1 {
	text-align: center;
	padding-bottom: 10px;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/

.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #ffffff;
	padding: 15px 0;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 10px; 
	padding-bottom: 28px;
	
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 6px;
	margin: 0;
	border-radius: 3px;
	color: #000;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	/*	background-color: #74c36a;*/
	color: #000;
	/*opacity: 0.4;*/
	font-weight:600;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #74c36a;
	color: #000;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 30px;
/*	line-height: 50px;*/
	font-weight: 600;
	color: #fff;
}
.navbar-inverse .navbar-brand .fa {
	color: #3498db;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #00904d;
	color: #fff;
}
/*************************
*******Home Page******
**************************/
#main-slider {
	position: relative;
	text-align: center;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 100px;
}
#main-slider .carousel .logo {
	font-weight: 600;
	margin: 20px 0;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #9bcaec;
	border-bottom: 0;
	border-right: 0;
	box-shadow: 6px 3px #ddd;
}
#main-slider .carousel .logo i {
	color: #3498db;
}
#main-slider .carousel h2 {
	color: #666;
	font-weight: 500;
	margin: 20px 0;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
.carousel-inner {
	height: 600px;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 600px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	text-align: -webkit-center;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #fff;
	color: #ccc;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	opacity: 0.8;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #3498db;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid #c3dff4;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 14px;
	height: 14px;
	background-color: #fff;
	margin: 0 15px 0 0;
	border: 1px solid #3498db;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #3498db;
	left: -3px;
	top: -3px;
}
#feature {
	background: #f2f2f2;
	padding-bottom: 40px;
}
#inner-page {
	background: #f8f8f8 url(../images/mybjt.jpg) repeat-x;
	padding-bottom: 0;
}
.color-border {
	background: url(../images/color_border.jpg) repeat-x scroll center top;
	width: 100%;
	float: left;
	display: block;
	height: 5px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #3498db;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 7px;
}
#recent-works {
	padding-bottom: 0px;
}
.recent-work-wrap {
	position: relative;

}

.dbxx p {
    margin: 5px 0px 20px 0px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;  
}

.dbxx h3 {
    text-align: center;
    margin: 5px 0px 10px 0px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
 
.abc {
	padding:7px;

}

.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: rgb(0, 128, 34);
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	/*line-height: 170px;*/
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
	font-size:22px;
	margin-top: 70px;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.testimonials blockquote {
	position: relative;
	background: white;
	min-height: 120px;
	margin-top: 20px;
	margin-bottom: 100px;
	border: 5px solid #ecedf1;
	text-align: center;
}
.testimonials blockquote:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #ecedf1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	border-top: 9px solid white;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.testimonials blockquote img {
	height: 70px;
	width: 70px;
	position: absolute;
	border: 1px solid #ecedf1;
	background: white;
	bottom: -90px;
	left: 50%;
	margin-left: -34px;
}
blockquote p.clients-words {
	font-size: 14px;
}
span.clients-name {
	font-size: 14px;
	position: absolute;
	bottom: -2px;
	right: 10px;
}
#testimonials {
	background: #000 url(../images/testimonials/bg_testimonials.jpg);
	background-size: cover;
}
#testimonials .clients-name {
	color: #3498db;
}
#testimonials .lead, #testimonials h2 {
	color: #fff;
}
#middle {
	background: #f2f2f2;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i {
	color: #52a7e0;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #52a7e0;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i {
	background: #52a7e0;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #52a7e0;
	color: #fff;
}
#partner {
	background: url(../images/partners/partner_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#partner {
	text-align: center;
}
.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners ul li {
	display: inline-block;
	float: left;
	width: 20%;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #f2f2f2;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 50px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 15px;
}
/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #3498db;
	border: 1px solid #3498db;
	box-shadow: none;
	-webkit-box-shadow: none;
}






.portfolio-items, .product {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.product > li {
	display: inline-block;
}
.product > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	/*text-transform: uppercase;*/
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.product > li a:hover, .product > li a.active {
	color: #fff;
	background: #3498db;
	border: 1px solid #3498db;
	box-shadow: none;
	-webkit-box-shadow: none;
}













.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
#inner-page .panel-primary > .panel-heading {
	color: #fff;
	background-color: #65b0e2;
	border-color: #65b0e2;
	padding: 20px 0;
}
#inner-page .panel-info > .panel-heading {
	color: #fff;
	background-color: #e4907e;
	border-color: #e4907e;
	padding: 20px 0;
}
#inner-page .panel-success > .panel-heading {
	color: #fff;
	background-color: #8ac66b;
	border-color: #8ac66b;
	padding: 20px 0;
}
#inner-page .panel-title {
	font-size: 26px;
}
#inner-page .panel {
	text-align: center;
}
#inner-page .panel:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
#inner-page .panel-body {
	padding: 0;
	text-align: center;
}
.the-price {
	background-color: rgba(220,220,220,.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
	padding: 20px;
	margin: 0;
}
.the-price h1 {
	font-weight: 500;
	line-height: 1em;
	padding: 20px 0;
	margin: 0;
}
/*************************
********* Contact Us CSS ******
**************************/

.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
	height:240px;
}
.contact_details i {
	color: #292929;
    height: 40px;
    width: 40px;
    background-color: #62adff;
    padding: 10px;	
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	/*border-color: #ffffff;*/
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 50px;
	padding-bottom: 35px;
	color: #fff;
	background: #111;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #3276b1;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	/*margin-left: 15px;*/
}
.follow-us {
	margin-top: -5px;
	text-align: center;
	margin-bottom: 20px;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 3px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #3276b1;
	border-color: #3276b1;
}
.list-one-words {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.list-one-img {
    display: inline-block;
    vertical-align: top;
    border: 0 solid #eaeaea;
    font-size: 0;
}
user agent stylesheet
div {
    display: block;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
body, button, input, select, textarea {
    font-family: "微软雅黑", "宋体", "Arial";
    font-size: 100%;
    outline: none;
}
.news-list > ul > li:nth-child(odd) {
    background: #f7f7f7;
}
ul, ol, li {
    list-style: none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.words-title a {
    color: #333;
    transition: all .2s linear;
}
a {
    text-decoration: none;
    color: #797979;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.words-title {
    margin-bottom: 14px;
    height: 26px;
    line-height: -1px;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.news-belong span {
    margin-right: 21px;
    font-size: 12px;
    color: #7b7b7b;
}
.news-belong {
    margin-bottom: 10px;
    line-height: 12px;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
body, button, input, select, textarea {
    font-family: "微软雅黑", "宋体", "Arial";
    font-size: 100%;
    outline: none;
}
.words-info {
    color: #878787;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    border-top: 1px dashed #c5c5c5;
    padding-top: 22px;
    margin-bottom: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
user agent stylesheet
div {
    display: block;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.words-view {
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    background: #e8e8e8;
    font-size: 14px;
    transition: all .2s linear;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}

.left_newss {box-shadow: 0px 0px 5px 0px #d0d0d0;}

.left_news {box-shadow: 0px 0px 5px 0px #d0d0d0;}

.left_h2 {
    margin: 0px;
    display: block;
    padding: 10px 0px 10px 5px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #676767;
    background: #74c36a;
}
.left_news li {
    color: #635e5e;
    background: url(../images/li.png) no-repeat 4px 14px;
    padding: 10px 0px 7px 18px;
    border-bottom: 1px dotted #d2d2d2;
	font-size: 15px;
}
.index_contact P {
    clear: both;
    color: #635e5e;
    padding: 0px 4px 4px 15px;
    line-height: 22px;
    font-size:15px;
    padding-top: 15px;
}

.index_contact b{
    font-weight: 600;
}

.contents h1 {
    margin: 0px;
    padding: 24px 0px;
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}
p {
    /*margin: 10px 10px 10px;*/
	font-size: 18px;
	text-indent: 0px!important;
}
.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 18px;
    line-height: 22px;
    padding: 12px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
	font-size: 13px;
}
.point span.to_prev {
    text-align: center;
}
.point span.to_next {
    text-align: center;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	font-size: 15px;
}
.path_bg a {
    color: #3c3c3c;
	font-size: 15px;
}
.left_nav_ul > li {
    position: relative;
    padding: 7px 0px 7px 0px;
}
.point span.to_prev a:hover {
    color: #ff9800;
    text-decoration: none;
}
.point span.to_prev a {
    color: #0068b7;
}
.point span.to_next a {
    color: #0068b7;
}
.point {
    clear: both;
    margin: 20px 0px 0px 0px;
    padding-bottom: 70px;
    line-height: 22px;
}
.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 16px 20px 20px 5px;
}
.pagination li {
    color: #bebebe;
    margin-right: 10px;
}

.pagination>li {
    display: inline;
}
.list-one-img img {
    width: 374px;
    height: 218px;
}
@media (max-width: 34em)
.list-one-img img {
    max-width: 100%;
    height: auto;
    transition: all .65s ease;
}
@media (max-width: 34em)
.list-one {
    padding: 15px 0;
    text-align: left;
}
.news-list > ul > li:nth-child(odd) {
    background: #f7f7f7;
}
ul, ol, li {
    list-style: none;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 48em)
.words-title {
    margin-bottom: 6px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.words-info {
    height: 54px;
    line-height: 18px;
    font-size: 12px;
    padding-top: 8px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page {
    clear: both;
    margin: 10px 0px 30px 0px;
    text-align: center;
}
page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none;
}
.news-list > ul > li:nth-child(odd) {
    background: #f7f7f7;
}
@media (max-width: 48em)
.list-one-words {
    float: none;
    width: 100%;
    text-align: left;
}
ul, ol, li {
    list-style: none;
}
.list-one {
    display: block;
    padding: 30px 0px;
    transition: all .3s linear;
    box-sizing: border-box;
}
.words-info {
    color: #878787;
    height: 90px;
    line-height: 24px;
    font-size: 14px;
    border-top: 1px dashed #c5c5c5;
    padding-top: 22px;
    margin-bottom: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagelist {list-style:none;margin:20px 0px;text-align:center;}
.pagelist a { display:inline-block;padding: 6px 12px;border: #dbdbdb 1px solid;;margin: 6px;}
.pagelist li.active a,.pagelist li.hover a { color:#fff; font-weight:bold; text-decoration:none;}
.product > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    margin-right: 20px;
    /*text-transform: uppercase;*/
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 3px;
}
.product > li a:hover, .product > li a.active {
    color: #fff;
    background: #3498db;
    border: 1px solid #3498db;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.product {
    list-style: none outside none;
    margin: 0px 0 40px 0;
    padding: 0;
}

@media (max-width: 600px) {
  .contents img {
    width:100%;
  }
}
.edui-upload-video  {width: 100%;
    height: 400px;}
    
.wraphot ul {
    width: 100%;
}

.wraphot ul li {
    width: 100%;
    border-radius: 10px;
}

.wraphot ul li  .hot-recommend-content-router {
    display: -webkit-box;
}

.wraphot ul li .hot-recommend-content-router {
    padding: 15px 10px;
    border-left: solid #74c36a;    
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-img {
    width: 20%;
    border-radius: 5px;
    float:left;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content {
    width: 100%;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content img {
    width: 20%;
    border-radius: 5px;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-title {
    font-size: 25px;
    color: #424242;
    padding-bottom: 10px;
    width: 80%;
    float:left;
    padding: 0 5% 0 5%;
    margin-bottom: 20px;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-miaoshu {
    font-size: 16px;
    color: #909090;
    margin-bottom: 20px;
    width: 80%;
    float:left;
    padding: 0 5% 0 5%;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-date {
    font-size: 14px;
    color: #909090;
    width: 80%;
    float:left;
    padding: 0 5% 0 5%;
}
    
.hotnews ul {
    width: 50%;
    float:left;    
}

/*.hotnews .newsul {
    width: 50%;
    float:left;    
}*/

.hotnews .newsul1 {
    border-right: solid #74c36a;   
}

.hotnews ul li {
    width: 100%;

}

.hotnews ul li  .hot-recommend-content-router {
    display: -webkit-box;
}

.hotnews ul li .hot-recommend-content-router {
    padding: 12.5px 10px;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-img {
    width: 100%;
    border-radius: 5px;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-content {
    width: 100%;
        padding: 0 0 0 5%;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-img img {
    width: 100%;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-title h4{
    font-size: 20px;
    color: #424242;
    margin-bottom: 3px;
    padding-bottom: 3px;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-miaoshu {
    font-size: 16px;
    color: #909090;
    margin-bottom: 10px;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-date {
    font-size: 14px;
    color: #909090;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-img .hot-recommend-content-title h4{
    font-size: 25px;
    color: #424242;
    margin-bottom: 10px;
    padding-bottom: 3px;
    margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;    
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-img .hot-recommend-content-miaoshu {
    font-size: 16px;
    color: #909090;
    margin-bottom: 18px;
}

.hotnews ul li .hot-recommend-content-router .hot-recommend-img .hot-recommend-content-date {
    font-size: 14px;
    color: #909090;
}
    
.hot-recommend-content-router:hover{cursor:pointer;background-color:#c2eaff;color:#fff;box-shadow: 0px 0px 5px 0px #86e2ff;}  

@media (max-width: 768px) {
#footer {
    margin-bottom: 40px;
}    
.c_list ul li {
	width: 100%!important;
}
.contact_details {
	height:auto!important;
}    
}

@media (max-width: 767px) {
    
.tel {
    display: block!important;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    float: left;
}    
    
.center1 h3 {
    font-size: 30px!important;
}    
.carousel-indicators {width:64%!important;}    
.carousel-inner {
	height: 140px!important;
}
#main-slider .carousel .item {
	height: 140px!important;
}    
.center1 h2 {
    font-size: 28px!important;
}    
.div_about .img img {
    display: none;
}    
    
.div_about .about {
	margin-top: 0
}
.div_about .tit {
	width: auto!important;
}
.div_about .img {
	width: 100%;
	left: 0;
	opacity: 0.2
}
.div_about .text {
	max-width: initial;
	width: 95%;
	margin: 0 auto
}
.div_about .text {
	padding: 15px!important;
	line-height: 25px!important;
	padding-top: 20px!important;
	max-width: 100%!important;
}
.div_about .tit h3 {
	background: none;
	position: relative;
	z-index: 2
}
.div_about .tit:before {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	height: 24px;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	background: #fff;
	z-index: 1;
}
.div_about .btn a {
	float: none;
}    
   .hotnews ul {
    width: 100%;
    float:none;    
} 
.hotnews ul li .hot-recommend-content-router .hot-recommend-content {
        padding: 0 0 0 0;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content img {
    width: 100%;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-title {
    width: 100%;
    float:none;
    padding: 0 0 0 0;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-miaoshu {
    width: 100%;
    float:none;
    padding: 0 0 0 0;
}

.wraphot ul li .hot-recommend-content-router .hot-recommend-content .hot-recommend-content-date {
    width: 100%;
    float:left;
    padding: 0 0 0 0;
}
    
}

.div_about .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	bottom: 0;
}
.div_about .img img {
	opacity: 0;
}
.div_about .about {
	position: relative;
	padding: 60px 0;
	background: #f3f3f3;
}
.div_about .tit {
	width: 30%;
	margin-left: 50px;
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.div_about .tit h3 {
	font-size: 24px;
	line-height: 40px;
	background: #f3f3f3;
	font-weight: normal;
	color: #222;
}
.div_about .tit:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border: 3px solid #febb43;
	top: 0px;
	left: 0;
	position: absolute;
	z-index: -1;
}
.div_about .text {
	max-width: 70%;
	width: 950px;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #fff;
	background: #66b57e;
	line-height: 32px;
	padding-bottom: 50px;
}
.div_about .text p {
	text-align: justify;
	text-indent: 2em;
}
.div_about .btn a {
	float: right;
	margin-top: 20px;
}
.btn a {
	display: inline-block;
	width: 209px;
	line-height: 50px;
	background: #ffba3f;
	text-align: center;
}
.btn a:hover {
	background: #ffb200;
}
.btn a:hover span {
	padding-right: 62px;
}
.btn a span {
	display: inline-block;
	padding-right: 52px;
	background: url(../images/icon7.png) no-repeat right center;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.zliuyan{
    background-color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.about, .team {
    background: #eee;
}
.about-text {
    text-align: center;
    padding: 0 7em;
}
.about-text h5 {
    font-size: 1em; 
    letter-spacing: 5px;
    color: #00ada6;
    margin: 3em 0 0;
	font-family: 'Roboto', sans-serif;
}
.about-text h4 {
    font-size: 2.2em;
    margin: 0.7em 0;
    line-height: 1.5em;
    color: #f44336;
}



@media (min-width: 992px){
.dbfuel {
    width: 32.333%;
    box-shadow: 0px 0px 5px 0px #656565;
    margin:0.5%;
}
}

/*.c_list ul li:hover {
	transform: translateY(-20px);
}*/
.c_list ul li {
	line-height: 32px;
	color: #222;
	font-size: 18px;
	width: 33.333%;
	float: left;
	text-align: center;
}
.c_list ul li p {
	font-size: 16px;
	color: #666;
}
.c_list ul li h4 {
	font-size: 18px;
	font-weight: normal;
}
.c_list ul li .img {
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: relative;
	margin: 0 auto;
}
.c_list ul li .img .i1 {
	position: absolute;
	top: 32px;
	left: 57px;
	width: 32px;
	height: 27px;
	background: url(../images/icon16.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i2 {
	position: absolute;
	top: 61px;
	left: 30px;
	width: 27px;
	height: 11px;
	background: url(../images/icon17.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i3 {
	position: absolute;
	top: 41px;
	left: 51px;
	width: 20px;
	height: 20px;
	background: url(../images/icon18.png) no-repeat center center;
	display: block;
}
.c_list ul {
	margin: 0px -3%;
	overflow: hidden;
	padding: 20px 0;
}

.hot_list ul li h4{font-size:18px;text-align: center;margin-top: 5px;color:#000;}
.hot_list ul li p{font-size:15px;color:#111;}

.aboutk {
    width: 80px;
    /*background-color: #ffdb41;*/
    float: right;
    padding: 6px;
}
.message {    
    margin-top: 10px;
    display: block;
    width: 163px;
    height: 34px;
    border-radius: 23px;
    background: #7dbf89;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    margin: 10px auto;
    box-shadow: 0px 8px 13px rgba(88, 173, 104, 0.36);
}
.liuyan1 {
    border: 0;
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 40px;
    background: #008023;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

.xgli {padding-bottom:15px; padding-top:15px;}
.edui-faked-video {max-width:100%!important;}
.zblank {height:20px;}

.kabout {background:#e8e8e8; padding:10px;margin-top: 5px;}
.kabout1 {background:#e8e8e8; padding:10px;margin-top: 5px;}

.duank {text-align: -webkit-center; display:none;}
.duank li{border: solid #74c36a;width:60px;}
.duankr {text-align: -webkit-center;}
.duankr li{border: solid #fff;width:60px;}
.news_time {float: right;}

/*xinjiabohao*/
.tel a{
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
}
.f_le {background-color: #379b53;}
.f_ri {background-color: #fff;}

.f_le a{color: #fff;}
.f_ri a{color: #000;}

.tel {display:none;}

.conimg {
text-align:center!important;
max-width: 100%!important;
}
.index_img{
    max-width: 100%;
}