.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.center{text-align:center;}
.valign-middle{display:table-cell;vertical-align:middle;}
.swiper-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}

@font-face {
    font-family: 'uuk';
    src:url('../fonts/uuk.ttf'); /* Modern Browsers */
 }
   
  
.welcome-section {
    position: relative;
    padding: 40px 0px 52px;
	
  
}
.name{ text-align:center;}
.about_tit{ text-align:center;}
.about_tit_eng{ font-size:36px; color:#dfdfdf; font-family:Arial, Helvetica, sans-serif; } 
.about_tit_china{font-size:30px; color:#000; font-weight:bold; margin-top:16px;}
.aout_tit_line{ background:#028803; height:4px; width:4%; margin:0px auto; margin-top:22px;}
.video_l{ margin-top:27px; width:50%;}
.video_r{ width:45%; text-align:justify; margin-top:85px;}
.video_r_mid{ line-height:30px; font-size:16px; color:#626262;}
.see_more{ height:43px; border:1px solid #dcdcdc; line-height:43px; text-align:center; color:#626262; font-size:16px; width:20%; margin-top:64px; transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.see_more:hover{ color:#fff;  background:#028803;}
/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 43px 0px 50px;
    background: #f8f8f8;
	margin-top:53px;
}

.team-section.alternate {
    background: none;
}

.team-section .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .team-block {
    padding: 0;
    margin-bottom: 0;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .image,
.team-block .image img {
    display: block;
    width: 100%;
}

.team-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-section.alternate .hover-box {
    background: rgba(255, 255, 255, 0.95);
}

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 60px 20px 20px;
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #00aa55;
    margin: 0 0 20px;
}

.alternate .team-block .hover-box .icon-box {
    color: #00aa55;
}

.alternate .team-block .hover-upper h6 {
    color: #222222;
}

.alternate .team-block .hover-upper {
    border-bottom-color: rgba(0, 0, 0, 0.10);
}

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
}

.team-block .hover-lower {
    position: relative;
    display: block;
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block .info li a {
    color: #dedede;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .team-block .info li,
.alternate .team-block .info li a {
    color: #757575;
}

.team-block .info li a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.team-block .social-links {
    position: relative;
    padding-top: 20px;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
}

.team-block .social-links li a {
    color: #dedede;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .social-links li a {
    color: #aaaaaa;
}

.team-block .social-links li a:hover {
    color: #00aa55;
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
    overflow: hidden;
}

.team-block .lower-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-block .inner-box:hover .lower-box:before {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .lower-box h4 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    z-index: 1;
}

.team-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box:hover .lower-box h4 a {
    color: #ffffff;
}

.team-block .lower-box h4 a:hover {
    text-decoration: underline;
}

.team-block .lower-box .designation {
    position: relative;
    color: #00aa55;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.team-block .inner-box:hover .lower-box .designation {
    color: #ffffff;
}

.team-carousel .owl-nav {
  position: absolute;
    left: 0;
    top: 40%;
    margin-top: -30px;
    width: 100%;
    height: 0;
}


.team-carousel .owl-nav button.owl-next,
.team-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #aaaaaa;
    background: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
	border:1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;

}

.team-carousel .owl-nav button.owl-next{
    right: 20px;
    left: auto;
}

.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55;
    color: #00aa55;
}



.team-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.team-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.team-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}
.lizhu{ color:#028803; font-size:30px; font-weight:bold; text-align:center;}
.lizhu_tit{ color:#000; font-size:18px; margin-top:15px; text-align:center;}
.map{ margin-top:17px;}
.lizhu{ margin-top:44px;}
.xinwen{ margin-top: 40px;}
/*** 

====================================================================
	客户案例
====================================================================

***/

.faqs-section {
    position: relative;
    padding: 45px 0px 52px;
    background: #ffffff;
}

.faqs-section .sec-title {
    margin-bottom: 50px;
}

.faqs-section .tab-col {
    position: relative;
}

.faqs-section .tab-col .inner {
    position: relative;
    display: block;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.faq-tabs {
    position: relative;
}

.faq-tabs .tab-buttons {
    position: relative;
 
	margin-top:40px;
}

.faq-tabs .tab-buttons .tab-btn {
    position: relative;
    display: block;
    padding: 20px 10px 20px;
    text-align: center;
    background: #f1f1f1;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    font-family: 'Manjari', sans-serif;
    border: 1px solid #f1f1f1;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-tabs .tab-buttons .tab-btn1 {
    position: relative;
    display: block;
    padding: 20px 10px 20px;
    text-align: center;
    background: #f1f1f1;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: 'Manjari', sans-serif;
    border: 1px solid #f1f1f1;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-tabs .tab-buttons .tab-btn.active-btn {
    background: #028803;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
	color:#fff;
}

.faq-tabs .tab-buttons .tab-btn .icon1 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/01.png) no-repeat center;
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}
.faq-tabs .tab-buttons .tab-btn.active-btn .icon1 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/t001.png) no-repeat center; 
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}
.faq-tabs .tab-buttons .tab-btn.active-btn .icon2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/t002.png) no-repeat center; 
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}

.faq-tabs .tab-buttons .tab-btn.active-btn .icon3 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/t003.png) no-repeat center; 
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}

.faq-tabs .tab-buttons .tab-btn.active-btn .icon4 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/t004.png) no-repeat center; 
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}

.faq-tabs .tab-buttons .tab-btn .icon2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/02.png) no-repeat center;
	width:34px; height:34px;
	margin-right:16px;
	vertical-align:middle;
	
}

.faq-tabs .tab-buttons .tab-btn .icon3 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/03.png) no-repeat center;
	width:41px; height:34px;
	margin-right:16px;
	vertical-align:middle;
}

.faq-tabs .tab-buttons .tab-btn1 .icon4 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #00aa55;
    font-weight: 400;
    margin-bottom: 10px;
	background:url(../Image/04.png) no-repeat center;
	width:30px; height:34px;
	margin-right:16px;
	vertical-align:middle;
}



/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding:39px 0px;
    background: #f8f8f8;
    overflow: hidden;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .news-block {
    margin-bottom: 0;
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible;
	margin-top:39px;
}

.news-section .news-carousel .news-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block .image,
.news-block .image img {
    display: block;
    width: 100%;
	height: 260px;
}

.news-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block .hover-box .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0px 0px -15px;
}

.news-block .hover-box .single-link {
    left: auto;
    right: 0;
}

.news-block .hover-box .single-link a {
    background: #00aa55;
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1;
}

.news-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block .lower-box .cat-info a {
    color: #757575;
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #00aa55;
}

.news-block .lower-box .meta-info {
    position: relative;
  
  
}

.news-block .author-info {
    position: relative;
    float: left;
  
    min-height: 50px;
    padding-top: 8px;
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
	color:#454444; 
	font-size:16px;
}

.news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -122px;
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55;
    color: #00aa55;
}

.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}

.date{ background:url(../Image/line.png) no-repeat center;}
.date .date1{ color:#454444; font-size:36px; font-weight:bold;}
.date .date2{ margin-top:10px; padding-left:20px;}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #363d46;
    color: #999999;
}

.main-footer .widgets-section {
    position: relative;
    padding: 51px 0px 20px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .widget-content {
    position: relative;
}

.main-footer .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0;
	padding-left:10px;
}

.main-footer .widget-title h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
	right:10px;
    font-size: 12px;
    color: #00a352;
    font-weight: 400;
	height:17px;
	background:#028803; width:3px;
}
.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .links-widget .links li:last-child {
    margin-bottom: 0;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    border-bottom: 2px solid #00aa55;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .links-widget .links li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .links-widget .links li a:hover {
    color: #ffffff;
    padding-left: 20px;
}

.main-footer .num-links li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .num-links li:last-child {
    margin-bottom: 0;
}

.main-footer .num-links li a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .num-links li .hvr-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .num-links li a:hover .hvr-info {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}

.main-footer .num-links li a .hvr-info:before {
    content: "\f1be";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0;
    color: #00aa55;
}

.main-footer .num-links li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .num-links li a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 0px;
    border-top: 1px solid #e2eef2;
}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright {
    position: relative;
	text-align:left; color:#fff; padding:10px;
}

.main-footer .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #00aa55;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px;
    line-height: 24px;
}

.main-footer .social-links li a {
    color: #999999;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
    color: #00aa55;
}
.wapBottom {
    display: none;
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 222;
}
.wapBottom ul li {
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.wapBottom ul li:first-child {
    border: none;
}
.wapBottom ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
}
.inner_about1{ margin-top:31px;}
.home_tex{ color:#666666; font-size:14px; margin-left:5px; margin-top:2px;}
.inner_nav{ width:100%;   margin-top:32px;  }
.innet_nav_mid{ text-align:center;}
.innet_nav_mid ul li{ display:inline-block; height:45px; border:1px solid #dcdcdc; line-height:45px; text-align:center; color:#000; font-size:18px;  background:#fff; margin-left:1%; margin-right:1%;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.innet_nav_mid ul li a{ height:43px;display:inline-block; padding-left:10px; padding-right:10px;}

.innet_nav_mid li a:hover, .innet_nav_mid li a.current {
   background:#028803; color:#fff; 
    color: #fff;
}
.inner_about{ margin-top:44px;}
.video_rr{ width:45%; text-align:justify; margin-top:30px;}
.about_tit1{ margin-top:41px; text-align:center;}
.gsyw{ width:100%; background:url(../Image/pic3.jpg) no-repeat right; margin-top:51px;}

.zzcase{}	
.case{ margin-top:33px;}
.scsb_bt{ margin-top:43px;}
.scsb_bt ul li{ float:left;}
.scsb_l{ width:48%; margin-top:43px;}
.scsb_l_tit{ color:#454444; font-size:24px; font-weight:bold;}
.scsb_l_mid{ margin-top:21px;}
.scsb_bt ul li:nth-of-type(2){ float:right;}
.scsb_r{ width:48%; margin-top:43px;}

.yffm{ width:100%; background:url(../Image/pic9.jpg) no-repeat center; margin-top:51px; height:auto; overflow:hidden;  padding-top:150px; padding-bottom:150px;}
.tb_tex{ width:48%; padding-top:90px; padding-bottom:90px;}
.bg_green{ width:100%; height:auto; background:rgba(255,255,255,0.7);}
.copmay_nr{ color:#333; margin:0px auto; padding:3%;}
/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding:0px 0px 70px;
    background: #ffffff;
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
	margin-top:27px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-two .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box:before {
    opacity: 0;
}

.news-block-two .image-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box:after {
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.news-block-two .image,
.news-block-two .image img {
    display: block;
    width: 100%;
}

.news-block-two .image-box .cat-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2;
}

.news-block-two .inner-box:hover .image-box .cat-info {
    opacity: 0;
    visibility: hidden;
}

.news-block-two .image-box .cat-info a {
    color: #ffffff;
}

.news-block-two .image-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-two .image-box .hover-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 3;
}

.news-block-two .inner-box:hover .image-box .hover-link {
    opacity: 1;
    visibility: visible;
}

.news-block-two .image-box .hover-link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .image-box .hover-link .arrow {
    font-size: 14px;
    font-weight: 400;
    padding-right: 7px;
}

.news-block-two .image-box .hover-link a:hover {
    color: #00aa55;
}

.news-block-two .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block-two .upper-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news-block-two .upper-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.news-block-two .lower-box h4 {
    position: relative;
    margin-bottom: 0px;
    font-weight: 700;
    z-index: 1;
}

.news-block-two .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-two .lower-box .post-info {
    position: relative;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    line-height: 20px;
}

.news-block-two .text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-block-two .more-link {
    position: relative;
    font-family: 'Manjari', sans-serif;
}

.news-block-two .more-link a {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .more-link a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.news-block-two .more-link a:hover,
.news-block-two .inner-box:hover .more-link a {
    color: #00aa55;
    padding-left: 20px;
}

.news-block-two .more-link a:hover:before,
.news-block-two .inner-box:hover .more-link a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 30px;
    background: #00aa55;
    color: #ffffff;
}

.news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-block-three .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.news-block-three .cat-info a {
    color: #ffffff;
}

.news-block-three .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #ffffff;
}

.news-block-three .post-info {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

.news-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.news-block-three .text:before {
    content: '';
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.news-block-four {
    position: relative;
    margin-bottom: 50px;
}

.owl-theme .news-block-four {
    margin-bottom: 0;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
}

.news-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-four .image,
.news-block-four .image img {
    display: block;
    width: 100%;
}

.news-block-four .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

.news-block-four .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-four .image-box .date {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    font-family: 'Manjari', sans-serif;
    z-index: 5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-four .hover-box .more-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: 'Manjari', sans-serif;
}

.news-block-four .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    text-transform: capitalize;
}

.news-block-four .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.news-block-four .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-four .lower-box h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    z-index: 1;
}

.news-block-four .lower-box h2 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-four .lower-box h2 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-four .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block-four .lower-box .cat-info a {
    color: #757575;
}

.news-block-four .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-four .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block-four .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 20px;
}

.news-block-four .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block-four .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.news-block-four .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block-four .share-it {
    position: relative;
    float: right;
    margin-top: 5px;
}

.news-block-four .share-it .share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: #aaaaaa;
    background: none;
    text-align: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-four .share-it .share-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.news-block-four .share-it:hover .share-btn {
    color: #00aa55;
}

.news-block-four .share-it:hover .share-btn:before {
    display: none;
}

.news-block-four .share-it .share-list {
    position: absolute;
    right: 100%;
    top: 0;
    height: 38px;
    width: 110px;
    color: #757575;
    background: #f1f1f1;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.news-block-four .share-it:hover .share-list {
    opacity: 1;
    visibility: visible;
}

.news-block-four .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.news-block-four .share-it .share-list li:last-child {
    border: none;
}

.news-block-four .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 32px;
    color: #aaaaaa;
}

.news-block-four .share-it .share-list li a:hover {
    color: #00aa55;
}

.news-block-five {
    position: relative;
    margin-bottom: 40px;
}

.owl-theme .news-block-five {
    margin-bottom: 0;
}

.news-block-five .inner-box {
    position: relative;
    display: block;
}

.news-block-five .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-five .image,
.news-block-five .image img {
    display: block;
    width: 100%;
	height: 260px;
}

.news-block-five .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

.news-block-five .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-five .image-box .date {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    font-family: 'Manjari', sans-serif;
    z-index: 5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-five .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-five .hover-box .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'Manjari', sans-serif;
}

.news-block-five .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    text-transform: capitalize;
}

.news-block-five .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.news-block-five .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-five .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight:500;
    z-index: 1;
}

.news-block-five .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-five .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-five .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block-five .lower-box .cat-info a {
    color: #757575;
}

.news-block-five .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-five .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-five .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block-five .author-info {
    position: relative;
    float: left;
    padding-left: 55px;
    min-height: 40px;
    padding-top: 8px;
}

.news-block-five .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block-five .author-info .author-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.news-block-five .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block-five .comments-info {
    position: relative;
    float: right;
    padding: 8px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
}

.news-block-five .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block-five .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}
.mao{ margin-bottom: 40px; height: auto; overflow: hidden;}
.tabIcon a {float: left; display: inline-block;width: 157px;height: 44px;line-height: 44px;text-align: center;font-size: 18px;color: #6f6f6f;border: 1px solid #d1d1d1;border-bottom:none;}
.tabIcon {border-bottom: 1px solid #d1d1d1;overflow: hidden;_zoom:1;margin-bottom: 30px; margin-top:20px;}
.tabIcon a.active {background:#028803;color: #FFFFFF;border-left: none;border-right:none;width: 159px; }
.page{ text-align:center; margin-top:20px; margin-bottom:20px;}

.Tabb p strong {
    font-size: 24px;
    color: #fff;
    background: #028803;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 10px;
    border-top-right-radius: 18px;
}
.lizhu_pic ul li{ float:left; border:1px solid #ccc; margin-top:20px; margin-right:1%;}
.lizhu_pic ul li:nth-of-type(8n+8){ margin-right:0px;}

.lizhu_picc ul li{ float:left; border:1px solid #ccc; margin-top:30px; margin-right:6%;}
.lizhu_picc ul li:nth-of-type(6n+6){ margin-right:0px;}
.tbb{ width:100%;}
.lizhu_pict{ text-align:center;}
.map{width:1370px; height:719px;}
.world{width:1370px; height:500px;}
.biaoti{width:58%; height: 30px; background:#00a54f; color: #fff; line-height: 30px; margin-bottom: 10px; padding-left: 5%; }
.biaoge{ margin-top: 10px; margin-bottom: 10px; font-size: 13px;}

@media only screen and (max-width: 1339px){
	
	.header-style-one .other-links{ display:none;}
	.main-header .header-upper .logo-box .logo img{max-height:43px;}
	}
	
	@media only screen and (max-width: 1131px){
		.video_r{ margin-top:26px;}
		
		}
		
			@media only screen and (max-width: 1021px){
				.news-carousel .owl-nav{ display:none;}
				.news-section .news-carousel .owl-stage-outer{ margin-top:20px;}
		}
		
			@media only screen and (max-width: 989px){
			.map{ text-align:center; margin:0px auto;}	
			.faqs-section .tab-col{ text-align:center;}
			.main-footer{ display:none;}
			
				.wapBottom { display:block;}
				}
		@media only screen and (max-width: 840px){
		.video_l{ width:100%; text-align:center;}	
		.video_r{ width:100%;}
		.see_more{ margin-top:20px;}
		.video_rr { width:100%}
		.scsb_l{ width:100%;}
		.scsb_r{ width:100%;}
		.yffm{ background:none; margin-top:20px;}
		.tb_tex{ width:100%; padding:0px;}
			}

@media only screen and (max-width: 640px){
	.about_tit_eng{ font-size:20px;}
	.about_tit_china{ font-size:20px;}
	.about_tit_china{ margin-top:6px;}
	.aout_tit_line{ margin-top:10px;}
	.gsyw{ background:none;}
	.tb{ text-align:center; width:100%;}
	.faqs-section{padding: 30px 0px 30px;}
	.yffm{ padding-top:0px; padding-bottom:0px;}
	.copmay_nr{ font-size:14px;}
	.map{width:100%; height:100%;}
.world{width:100%; height:100%;}
.lizhu_pic ul li{ width:32%;}
.lizhu_pic ul li:nth-of-type(4n+4){margin-right: 2%;}
.lizhu_pic ul li:nth-of-type(3n+3){ margin-right:0px;}
	
	}
@media only screen and (max-width:539px){
.lizhu{ font-size:20px;}
.lizhu_tit{ font-size:14px;}
.scsb_l_tit{ font-size:20px;}
.innet_nav_mid ul li{ font-size:14px; margin-bottom:10px;}
.main-header .header-upper .logo-box{padding: 15px 0px;}
.nav-outer .mobile-nav-toggler{margin: 18px 0px 0px;}
.slick-arrow{ font-size:40px;}
.sidebar-page-container{ padding-top:0px;}
	.contact-section{padding: 40px 0px 40px;}
	.sec-title.with-separator h2 {
    padding-bottom: 2px;
}
	
}

@media only screen and (max-width: 501px){
	.world{width:504px; height:400px;}
	}

@media only screen and (max-width: 401px){
	.world{ display:none;}
	}