/* ====================
     公共样式
	 作者：严微
	 公司名称：严微工作室
	 网址：http://www.ywcms.com
==================== */

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Arimo', sans-serif;
	background: #ffffff;
	color: #777;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #222;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #464646;
}

p {
	line-height: 22px;
	margin: 5px 0;
}
.wap{display: none;}

.section {
	/*padding: 30px 0;*/
}

.pages {
	margin-top: 65px !important;
}

.pages-head {
	text-align: center;
	padding: 0 10px 20px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

.pages-head h3 {
	font-size: 20px;
	font-weight: 500;
}
/*banner样式*/
#banner{
	margin-top:65px;
}
.es-poster { position: relative; background: #fff; margin: 0 auto; max-height: 660px;}
.main-slider { background: #475168; color: #fff; z-index: 1; position: relative; overflow:hidden;}
.slider-colored { z-index: 1; position: relative; border-top: solid 1px #eee; border-bottom: solid 1px #eee;}
.slide_title { font-weight: 300; color:#F77B6F; text-transform: uppercase; font-size:35px;}
.slide_subtitle { font-weight: 400; padding: 5px; color:#fff; text-transform: uppercase; font-size:18px;}
.slide_list_item { font-weight: 400; padding: 5px; color:#fff; text-transform: uppercase; font-size:14px;}
.slide_desc { color:#fff; font-size:14px; line-height:24px; font-weight: lighter;}
.slide_desc_bordered { border-left: 3px solid #ddd !important; padding-left: 5px;}
.slide_btn { font-weight: 300; background:#F77B6F; padding:15px 20px; color:#fff; font-size:14px; text-transform: uppercase; cursor:pointer;}
.slide_btn:hover, .slide_btn:focus { font-weight: 300; background: #e77368; padding:15px 20px; color:#fff; font-size:14px; text-transform: uppercase; cursor:pointer;}
.red-txt { color:#b0400e; font-size:14px; line-height:24px; font-weight: lighter;}
.dark-text { color: #797d87;}
.yellow-txt { color: #ffe582;}

.slide_title2 { color:#fff; font-size:36px; font-weight:bold; line-height:42px; text-transform: uppercase;}
.banner_text{padding:20px 0; font-size:14px; color:#fff; overflow:hidden;}
.banner_text .p1,.banner_text .p2{float:left; width:250px; line-height:24px;}

.search-m{position:fixed; top:65px; left:0; z-index:98; width:100%; height:70px; box-sizing:border-box; padding:15px; background:rgba(0,17,34,0.8);}
.search-m .search-inner{height:40px; border-radius:4px; overflow:hidden; background:#FFF;}
.search-m .search-inner input{float:left; width:85%; height:40px; padding:0 5px; box-sizing:border-box; border:0;}
.search-m .search-inner button{border:none;}
.search-m .search-inner .button-a{float:right; display:block; width:14%; height:40px; background:url(../images/header_search.png) center center no-repeat; background-size:50% auto;}

/*当前位置*/
.pages-top {
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
	width: 100%;
	/*margin-top: -25px;*/
}

.pages-top h3 {
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	color: #333;
}
.pages-top .date{
	border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.bg-second {
	background: #f4f4f4;
}

.section-head {
	text-align: center;
	margin: 0 auto 25px auto;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

.section-head .underline {
	width: 30px;
	height: 2px;
	background: #666;
	margin: 10px auto 0;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
	padding: 10px;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 12px 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  	border: 1px solid #bbb;
  	box-shadow: none;
}	

[type="radio"]:checked + label::after, 
.with-gap[type="radio"]:checked + label::before, 
.with-gap[type="radio"]:checked + label::after {
	border: 2px solid #1e88e5;
}

[type="radio"]:checked + label::after, 
.with-gap[type="radio"]:checked + label::after {
	background: #1e88e5;
}

::-webkit-input-placeholder { 
  color: #999;
}
::-moz-placeholder { 
  color: #999;
}
:-ms-input-placeholder { 
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	background: #009944;
	color: #ffffff;
	box-shadow: none;
	border-radius: 1px;
	margin: 20px 0 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #009944;
	padding: 6px 12px 4px;
	display: inline-block;
	cursor: pointer;
	width: 100%
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #1e88e5;
	opacity: 0.9;
	box-shadow: none;
}

.who-we-are .button-default {
	margin-top: 30px;
	background: #fff;
	color: #585858;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #009944;
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	text-align: center;
	display: inline-block;
}

.site-brand h1 {
	font-size: 26px;
	font-weight: 500;
	line-height: 42px;
	color: #fff;
}

.site-brand a h1 span {
	color: #1e88e5;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
	font-size: 14px;
	height: 45px;
	padding: 0 16px;
}

.side-nav li.active {
	background: #fbfbfb;
}

.side-nav-panel-left {
	float: left;
	font-size: 28px;
}

.side-nav-panel-right {
	float: right;
	display: flex;
	align-items: center;
	height: 40px;
}
.side-nav-panel-right a{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
}
.side-nav-left {
	font-size: 28px;
	color: #313131;
}

.side-nav-left i,
.side-nav-right i {
	font-size: 22px;
	color: #fff;
}

.side-nav-panel {
	text-align: left;
	background: #fbfbfb;
}

.side-nav-panel .profil {
	background: linear-gradient( rgba(0, 153, 68, 0.8), rgba(0, 153, 68, 0.8)), url(../images/transparent.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 18px 15px 18px;
	border-top: 0;
}

/*.side-nav-panel .profil img {
	width: 100%;
	height: 100%;
	object-fit: contain
}*/

.side-nav-panel .profil h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #333;
	font-weight: normal;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #fefefe;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 16px 0 0;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.side-nav-panel-left .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	font-weight: normal;
	color: #333;
	margin-left: 28px;
	font-size: 13px;
	line-height: 43px;
}

.side-nav .collapsible-header {
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

.side-nav .collapsible-header > i {
	margin-right: 25px;
}

.side-nav .collapsible-header.active {
	border-bottom: 1px solid #f3f3f3;
}

.side-nav .collapsible-header:hover {
	background: transparent;
}

.side-nav .collapsible-header.active {
	background: #fbfbfb;
}

.collapsible-header i {
	width: auto;
	font-size: 18px;
	color: #333;
	margin-left: 17px;
}

.collapsible-header span i {
	float: right;
	color: #666;
	font-size: 16px;
}


/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 64px;
	height: 150px !important;
}

.slider .slides {
	height: 150px !important;
}

.slider-content {
	margin: 10px auto;
	top: 30% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slider .slides li::before {
	/*background: rgba(0,0,0,0.6);*/
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}

.slider-content h4 {
	font-size: 16px;
	color: #ffffff;
}

.slider-content p {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.slider-content .button-default {
	margin: 20px 0;
	padding-top: 4px;
	padding-bottom: 6px;
}

.slider .indicators {
	position: relative;
	bottom: 26px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 8px;
	width: 8px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/* ------------------------------
	quote
---------------------------------*/
.quote {
	text-align: center;
	padding: 16px 0 12px;
	background: linear-gradient( rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.8)), url(../img/transparent.jpg) center no-repeat;
	color: #eee;
}


.quote h5 {
	color: #fff;
	font-size: 18px;
}

/* ------------------------------
	text image
---------------------------------*/
.text-image .row {
	margin-bottom: 0;
}

.text-image img {
	width: 100%;
	height: 100%;
	float: left;
}

.text-image .row .col {
	padding: 0;
}

.text-image .content-left {
	width: 50%;
	float: left;
}

.text-image .content-right {
	width: 50%;
	float: right;
}

.text-image .content-text {
	text-align: center;
	padding: 13px 10px;
}

.text-image h6 {
	font-size: 16px;
}

.text-image p {
	margin: 5px 0 0;
}

/* ------------------------------
	count
---------------------------------*/
.count .row {
	margin-bottom: 0;
}

.count .content {
	text-align: center;
	border: 5px solid #ddd;
	padding: 10px 10px 6px;
}

.count .content h5 {
	font-size: 25px;
	color: #1e88e5;
}

/* ------------------------------
	latest now
---------------------------------*/
.latest-new .head {
	background: linear-gradient( rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.8)), url(../img/transparent.jpg) center no-repeat;
	text-align: center;
	padding: 20px 15px;
	margin-bottom: 18px;
}

.latest-new .head h5 {
	color: #fff;
}

.latest-new img {
	width: 100%;
	height: 100%;
}

.latest-new h6 {
	font-size: 16px;
}

.latest-new p a {
	color: #1e88e5;
}

/* ------------------------------
	services
---------------------------------*/
.services {
	text-align: center;
}

.services h5 {
	font-size: 16px;
}

.services i {
	font-size: 30px;
	color: #fb0b0b;
	margin-bottom: 15px;
}

.services .mb {
	margin-bottom: 0;
}

/* ------------------------------
	service
---------------------------------*/
.service .c-right {
	text-align: right;
}

.service .content i {
	width: 60px;
    height: 50px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

.service-two {
	text-align: center;
}

.service-two .icon {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	margin: 5px auto 15px;
}

.service-two .icon i {
	font-size: 24px;
	color: #fff;
}


.m-bottom {
	margin-bottom: 0;
}


/* ------------------------------
	features
---------------------------------*/
.features {
	margin-bottom: 20px;
}

.features:last-child {
	margin-bottom: 0;
}

.features .icon {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 58px;
	margin: 5px auto 8px;
	float: left;
	margin-right: 20px;
}

.features .icon i {
	font-size: 30px;
	color: #555;
}

.features .content {
	overflow: hidden;
}

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial {
	text-align: center;
	background: linear-gradient( rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url(../img/transparent.jpg) center no-repeat;
}

.testimonial img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.testimonial i {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}

.testimonial p {
	font-style: italic;
	color: #fff;
}

.testimonial h6 {
	font-size: 14px;
	margin: 15px 0;
	color: #fff;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	background: #fff;
}

.testimonial .owl-theme .owl-controls {
	margin-top: 0;
}

/* ------------------------------
  Testimonial pages
---------------------------------*/
.testimonial-pages {
	text-align: center;
}

.testimonial-pages img {
	/*border-radius: 50%;
	width: 60px;
	height: 60px;*/
}

.testimonial-pages i {
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonial-pages p {
	font-style: italic;
}

.testimonial-pages h6 {
	font-size: 14px;
	margin: 15px 0;
}

.testimonial-pages .owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}

.testimonial-pages .owl-theme .owl-controls {
	margin-top: 0;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
	text-align: center;
}

.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
	text-align: center;
}

.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


/* ------------------------------
  Blog
---------------------------------*/
.blog-list{
	width: 100%;
	float: left;
}
.blog-list ul{
	float: left;
	padding: 0px 10px;
	width: 100%;
}
.blog-list li{
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 10px 0px;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #ddd;
}
.blog-list li span{
	float:right;
	font-size: 16px;
}
.blog-list li.list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #ddd;
	position: relative;
	line-height: 24px;
	height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.blog-list li a.new_li{
	width: 80%;
	padding-right: 30px;
	line-height: 24px;
	height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.blog-list li span.date{
	float:right;
	font-size: 12px;
}
.blog-content{
	width:100%;
	overflow: hidden;
}

.blog-content img {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	float: left;
}

.blog-content h5 {
	font-size: 18px;
}

.blog-content .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-content .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.blog-detailt {
	/*background: #f6f6f6;*/
	padding: 20px 16px;
	min-height: 350px;
}
.blog-detailt .yw_btn img{
	width:70px;
	height: 25px;
	padding-bottom: 0;
	text-align: center;
}

.pagination-blog {
	background: #f6f6f6;
	text-align: center;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination-blog ul li {
	display: inline-block;
	width: auto;
	height: 30px;
	border-radius: 50%;
	margin: 4px;
	line-height: 28px;
	font-size: 12px;
}

.pagination-blog ul .active a {
	color: #1e88e5;
}

.handle{ width:100%; overflow:hidden; clear:both; float:left;}
.turn { width: 100%; border-top: 1px solid #e0e0e0; padding-top: 15px; margin-top: 15px; position: relative; float:left;}
.turn p { float: left; font-size: 12px; line-height: 28px; font-weight: bold; padding: 0 10px; border-right: 1px solid #fff; background: #ececec; margin-bottom: 7px; }
.turn a.name { display: inline-block; padding: 0 10px; background: #f4f4f4; float: left; line-height: 28px; margin-top: 5px; }
.turn a.back { display: inline-block; font-weight: bold; line-height: 32px; padding: 0 28px; background: #ececec; position: absolute; top: 25px; right: 0; }
.turn a:hover { color: #035cac; }
.turn .line { width: 100%; height: 0; line-height: 0; clear: both; }

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.blog-single .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.share-post {
	background: #f6f6f6;
	padding: 20px 0;
	margin: 15px 0 25px;
}

.share-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	line-height: 32px;
	margin: 0 3px;
}

.comment img {
	border-radius: 50%;
}

.comment h5 {
	margin-bottom: 15px;
}

.comment-form .comment-head {
	margin-bottom: 20px;
}

.comment-form .input-field {
	margin-top: 0;
}

.comment-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}


/* ------------------------------
  Shop
---------------------------------*/
.shop {
	background: #f6f6f6;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.shop img {
	width: 100%;
	height: 100%;
}

.shop h6 {
	margin: 5px 0;
	font-size: 12px;
	text-align: center;
	height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}

.shop h6 a {
	color: #333;
}

.shop span {
	color: #1e88e5;
	font-size: 20px;
	text-align: center;
}

.shop-pagination {
	background: #f6f6f6;
	padding: 20px 0;
	text-align: center;
}

.shop-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 4px;
	line-height: 28px;
	font-size: 18px;
}

.shop-pagination ul .active a {
	color: #1e88e5;
}

.shop-detailt {
	width: 100%;
	padding: 0 16px 20px;
	min-height: 350px;
	overflow: hidden;
	border-top: 1px solid #eee;
}

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
	margin: 0;
}

.shop-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.shop-single h6 {
	margin-bottom: 5px;
}

.shop-single span {
	color: #1e88e5;
	font-size: 20px;
}

.shop-single .button-default {
	margin: 10px 0;
}

.review {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.review img {
	border-radius: 50%;
}

.review h5 {
	margin-bottom: 15px;
}

.review-form .review-head {
	margin-bottom: 20px;
}

.review-form .input-field {
	margin-top: 0;
}

.review-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .input-field {
	margin-top: 0;
}

.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 13px;
}

.checkout .collapsible {
	box-shadow: none;
}

.checkout-content h5 {
	font-size: 15px;
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	color: #666;
	font-size: 15px;
}

.checkout-content .checkout-radio {
	margin: 20px 0 10px 0;
}

.checkout-radio span {
	color: #454545;
	font-weight: 500;
}

.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}

.checkout-login h5 {
	color: #777;
	font-size: 13px;
	margin-bottom: 8px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 18px;
}

.checkout-login p {
	margin: 5px 0 30px;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	color: #777;
	font-size: 13px;
	margin-bottom: 5px;
}

.shipping-information h5 {
	color: #777;
	font-size: 13px;
	margin-bottom: 5px;
}

.cart-details h5 {
	font-size: 14px;
	color: #555;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.payment-mode .button-default {
	display: block;
	text-align: center;
}

.order-review .cart-product img {
	width: 100%;
	height: 100%;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price span {
	font-weight: 500;
}


/* ------------------------------
	portfolio
---------------------------------*/
.portfolio img {
	width: 100%;
	height: 100%;
}

.portfolio ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	margin-bottom: 15px;	
}

.portfolio ul li {
	display: inline-block;
	cursor: pointer;
	color: #999;
    padding: 5px 6px;
	margin: 4px 4px;
}

.portfolio ul li h5 {
	color: #999;
	padding: 0;
	margin: 0;
}

.portfolio .active {
	color: #222;
}

.portfolio .active h5 {
	color: #222;
}

.portfolio img {
	width: 100%;
	height: 100%;
	float: left;
}

.portfolio-content img {
	width: 100% !important;;
	height: 100% !important;
}

.portfolio .row {
	padding: 0;
	margin: 0;
}

.portfolio .row .col {
    padding: 5px;
    margin: 0;
}

/* ------------------------------
  Team
---------------------------------*/
.team {
	background: #f6f6f6;
	text-align: center;
}

.team img {
	width: 100%;
	height: 100%;
}

.team-details {
	padding: 10px;
}

.team-details span {
	margin: 5px 0 8PX;
	display: block;
}

.team-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-details ul li {
	display: inline-block;
	border: 1px solid #777;
	height: 25px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 1px;
	border-radius: 50%;
	margin: 2px;
}

.team-details ul li a {
	color: #666;	
}

/* ------------------------------
  Pricing
---------------------------------*/
.pricing {
	border: 1px solid #ddd;
	text-align: center;
}

.pricing-head {
	padding: 20px 10px;
	background: #eee;
	color: #1e88e5;
}

.pricing-head h5 {
	margin-bottom: 0;
}

.pricing-head span {
	font-size: 28px;
}

.pricing ul {
	padding: 10px;
	margin: 0;
}

.pricing ul li {
	padding: 6px 0;
	border-bottom: 1px solid #f5f5f5;
}

.pricing .button-default {
	margin: 10px 0 25px;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us .button-default {
	margin-top: 10px;
	margin-bottom: 0;
}

.login .button-default {
	margin-top: 25px;
}

.register .button-default {
	margin-top: 0;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
}

.error404 h4 {
	padding-top: 28px;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 100px;
}

/*loader custom color*/
.double-bounce1, .double-bounce2 {
	background-color: #1e88e5;
}

.products-wrap{margin:0; text-align:left; background:#DFEFF8;}
.products-wrap ul{width:100%; margin:0 auto;}
.products-wrap li{float:none; width:100%;}
.products-wrap li:nth-child(odd){background:#BBE4FA;}
.products-wrap li a{position:relative; display:block; height:68px; line-height:68px; padding-top:0; padding-left:20px; border-right:0; box-sizing:border-box; font-size:14px; color:#67A6E1; background:none;}
.products-wrap li a:hover{color:#67A6E1; background:none;}
.products-wrap li i{position:static; float:left; display:block; width:40px; height:40px; margin:12px 20px 0 0; background:url(../images/icon_products.png) no-repeat; background-size:cover;}
.products-wrap li p{position:static; line-height:68px; font-size: 18px;}
.products-wrap li.pro1 i{background-position:0 0;}
.products-wrap li.pro1 a:hover i{background-position:0 0;}
.products-wrap li.pro2 i{background-position:-40px 0;}
.products-wrap li.pro3 i{background-position:-80px 0;}
.products-wrap li.pro4 i{background-position:-120px 0;}
.products-wrap li.pro5 i{background-position:-160px 0;}
.products-wrap li.pro6 i{background-position:-200px 0;}
.products-wrap li{
	margin-left: 0px;
}
.products-wrap .clearfix li.pro1{margin-left: 0%;}

.links-wrap{padding:0; margin-bottom:0;}
.links-wrap li{width:50%; border:1px solid #EBEBEB; border-width:1px 1px 1px 0; box-sizing:border-box; float: left;  padding-bottom: 20px;}
.links-wrap li:nth-child(2n){border-right:0;}
.links-wrap li a{display:block; padding:20px 5% 0;}
.links-wrap li i{display:block; width:64px; height:64px; margin:0 auto 10px;background: url(../images/icon_links.png) no-repeat; background-size: cover;}
.links-wrap li a i.icon1{background-position:0 0;}
.links-wrap li a i.icon2{background-position:0 -65px;}
.links-wrap li a i.icon3{background-position:0 -129px;}
.links-wrap li a i.icon4{background-position:0 -194px;}
.links-wrap li .title{margin-bottom:5px; font-size:14px; color:#333; text-align: center;}
.links-wrap li .content{font-size:12px; color:#6B6A6A; text-align: center;}
.links-wrap li .content span{display:initial;}
/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #f5f5f5;
	padding: 15px 0 65px;
}

.about-us-foot {
	text-align: left;
	color: #666;
	/*border-bottom: 1px solid #444;
	padding-bottom: 10px;*/
}

.about-us-foot span {
	color: #1e88e5;
}

.about-us-foot h6 {
	color: #333;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.social-media {
	text-align: center;
	margin: 18px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #444;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}

/*新增*/
#about_banner{width:100%;height:240px;position:relative; background:url(../images/about.jpg) no-repeat 50% 0;}
#contact_banner{width:100%;height:240px;position:relative; background:url(../images/contact.jpg) no-repeat 50% 0;}
#jobs_banner{width:100%;height:240px;position:relative; background:url(../images/jobs.jpg) no-repeat 50% 0;}
#news_banner{width:100%;height:240px;position:relative; background:url(../images/news.jpg) no-repeat 50% 0;}
#network_banner{width:100%;height:240px;position:relative; background:url(../images/netwrok.jpg) no-repeat 50% 0;}
#message_banner{width:100%;height:240px;position:relative; background:url(../images/1_8.jpg) no-repeat 50% 0;}
#products_banner{width:100%;height:240px;position:relative; background:url(../images/products.jpg) no-repeat 50% 0;}
#download_banner{width:100%;height:240px;position:relative; background:url(../images/products.jpg) no-repeat 50% 0;}
#honor_banner{width:100%;height:240px;position:relative; background:url(../images/honor.jpg) no-repeat 50% 0;}
#workshop_banner{width:100%;height:240px;position:relative; background:url(../images/workshop.jpg) no-repeat 50% 0;}

.whites{ color:#fff !important;}

.ititle {
    text-align: center;
	width: 100%;
	padding-top: 30px;
}
.ititle h2 {
    font: bold 30px/40px Arial;
    color: #333;
    text-transform: uppercase;
}
.ititle h3 {
    font-size: 16px;
    line-height: 2;
    color: #999;
	font-weight: normal;
}
.ititle span {
    width: 100%;
}
.ititle p {
    width: 100%;
	margin: 0 auto;
	color: #999;
	line-height: 24px;
	padding-top: 15px;
}

.icon{
	width:100%;
	height: 122px;
	text-align: center;
	margin-bottom: 20px;
}
.icon img{
	width: 100%;
	height: 100%;
}
.products{
	width:100%;
	margin: 0 auto;
}
.products2{
	width:100%;
	margin: 0 auto;
	background: #f2f2f2;
	padding-bottom: 25px;
}
.news{
	width: 100%;
	margin: 0 auto 35px;
	overflow: hidden;
}
.news_center_list_title {
	font-size: 16px;
	color: #333;
}
.news_center_list {
	width: 100%;
}
.news_center_list_img {
	overflow: hidden;
}
.news_center_list_img img {
	width: 100%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.news_center_list_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_center_content ul li a {
	display: block;
	color: #767676;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/056.png) left center no-repeat;
	padding: 3px 0 3px 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.news_center_content ul li a .text {
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_center_content ul li a .time {
	float: right;
	width: 20%;
	text-align: right;
}
.news_center_content ul li a:hover {
	color: #333;
	text-indent: 5px;
}

.swhite{ position:fixed;top:0;left:0; width:100%;height:100%; z-index:9998;background-color:rgba(255,255,255,0.95); display: none; }
.bar{ position:fixed; bottom:0;left:0; background:rgba(0, 0, 0, .9); width:100%; max-height:11%; box-shadow:0 -4px 5px #9A9A9A; z-index:9999;}
.plus{ max-width:768px; height:100%; margin:0 auto;background:#000000;}
.plus a{ position:relative; display:inline-block; min-width:16%; float:left; padding:1% 0; text-align:center;margin:0 1%;}
.plus a img{ width:40%; vertical-align:middle}
.plus a span{ display:block; margin-top:2px;  color:#838689; font-size:0.75em; z-index:99;}
.plus a.btn_plus{ margin:-4% 0 0 0; display:inline-block; background:url(../images/ico_btn.png) no-repeat center 0;  background-size:60% 60%; min-width:28%; padding-top:4%;}

.plusbox{position:fixed;bottom:10%; left:0; max-width:768px; padding:0 6%; z-index:9;}
.plusbox a{  position:relative;margin:10px 7px 20px;float:left;width:28%; text-align:center;overflow:hidden; }
.plusbox a span{ display:block;color:#616161;font-size:0.75em;padding-top:5px;}
.plusbox a img{ width:100%;}
.view_pic{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.Productdot {
    text-align: center;
    padding: 10px 0px 20px;
}
.Productdot span {
    margin: 0px 3px;
    width: 11px;
    height: 11px;
}
.view_prod,.view_prod_box{
	width: 100%;
	margin: 0 auto;
}
.view_prod_top{
	width: 100%;
	margin: 0 auto 20px;
	background: #009944;
	height: 35px;
	float: left;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}

.index_about_icon{
	width:100%;
	margin: 35px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #009944;
	padding: 20px 0;
}
.about_icon_item{
	width: 45%;
	margin: 0 2.5% 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-wrap: wrap;
}
.about_icon_item h1{
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	justify-content: center;
}
.about_icon_item p{
	width: 100%;
	color: #fff;
	font-size: 18px;
	justify-content: center;
	line-height: 24px;
}

.world-box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}
.pub-con {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
	padding: 0 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.m-box{
	width:80%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.m-box img{
	width: 100%;
	height: 100%;
}

#culture{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../../images/culture_bg.jpg) no-repeat center top;
	min-height: 785px;
}
.culture-list{
	width: 100%;
}
.culture-list .con-box{
    position: relative;
	padding: 0 15px;
	margin-top: 25px;
}
.culture-list .init-box{
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0 0 2rem rgba(40,40,40,.02);
    border-radius: 2px;
    text-align: center;
}
.culture-list .icon{
    width: 100%;
    margin: 0 auto;
	height: auto;
}
.culture-list .icon img{
	width: 83px;
	height: 76px;
}
.culture-list .tit{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}
.culture-list .en-tit{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Century Gothic";
    margin-top: 10px;
    text-transform: uppercase;
}
.culture-list .con{
    display: none;
}
.index_4side{
	width: 100%;
}
.index_4side .item {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 0 15px;
	margin-bottom: 15px;
}
.index_4side .item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.index_4side .item a > img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    transition: all .4s;
    -webkit-transition: all .4s;
	height: 180px;
    width: 100%;
}
.index_4side .item .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
}
.index_4side .item .cont .text {
    margin: 12px 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
	visibility:inherit!important;
}
.index_4side .item .cont .text img {
    width: 42px;
    height: 42px;
}
.index_4side .item .cont02 {
    padding-left: 30px;
    padding-right: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 80px;
    width: 100%;
    height: 0;
    background-color: #009944;
    opacity: .92;
    z-index: 0;
    transition-duration: .5s;
}
.index_4side .item .cont02 .text {
    float: left;
    font-size: 20px;
    color: #fff;
}
.index_4side .item .cont02 .img {
    float: right;
    width: 42px;
}
.index_4side .item .cont02 .img  img {
    width: 42px;
}
.index_4side .item a:hover > img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.index_4side .item a:hover .cont .aaa,
.index_4side .item a:hover .cont .text {
    display: none;
}
.index_4side .item a:hover .cont02 {
    height: 80px;
}

#index_app{
	position: relative;
    z-index: 10;
	width: 100%;
	margin: 0 auto;
    background-color: #ebefff;
	overflow: hidden;
}
.index_app{
	width: 100%;
	margin: 0 auto;
}
.index_app .tp h3 {
	color:#3e4446;
	font-size:30px;
	font-family:'Rubik-Regular';
	font-weight:normal;
	text-transform: uppercase;
	line-height: 32px;
	padding-bottom: 20px;
}
.index_app .tp h4 {
	font-size:30px;
	color:#203075;
}
.index_app .tp {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
	padding-top: 65px;
}

.index_app ul {
	width:100%;
	height:100%;
	/*overflow:hidden;*/
	box-sizing:border-box;
}
.index_app ul li {
	position:relative;
	float:left;
	height:500px;
	width: 100%;
	overflow:hidden;
	text-align:center;
	transition:all .5s;
	box-sizing:border-box
}
.index_app ul li .box img {
	display:inline-block;
}
.index_app ul li .box {
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:70px;
	line-height:70px;
	background-color:#d6dffe;
	border-radius:50px;
	z-index:198;
	transition:all .5s;
	display: flex;
    align-items: center;
    justify-content: center;
}
.index_app ul li .txt {
	position:absolute;
	display:block;
	top:51%;
	z-index:198;
	width:100%;
	transition:all .5s;
}
.index_app ul li h3 {
	font-size:18px;
	color:#fff;
	margin-top:38px;
	font-weight:normal;
}
.index_app ul li .more {
	text-align:center;
	margin-top:60px;
	display:none;
	opacity:0;
	transition:all .8s;
}
.index_app ul li h4 {
	font-size:16px;
	color:#fff;
	font-family:'Rubik-Regular';
	text-transform: uppercase;
	margin-top:10px;
	font-weight:normal;
}
.index_app ul li:hover .box {
	top:30%;
}
.index_app ul li .bjt img {
	/*transition:all .5s;*/
	width: 100%;
	position: relative;
}
.index_app ul li:hover .bjt img {
	transform:scale(1.1);
}
.index_app ul li:hover .txt {
	top:40%;
}
.index_app ul li:hover h3 {
	color:#009944;
}
.index_app ul li:hover h4 {
	color:#009944;
}
.index_app ul li:hover .more {
	opacity:1;
	display:inline-block;
}

.index_about_5{
	background-color: #f4f5f6;
    padding: 60px 0;
	width: 100%;
	margin: 0 auto;
}
.index_about_5con{
	width:100%;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
.about_map{
	width:100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.about_map img{
	width:100%;
	height: 100%;
}
.about_r{
	width:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.about_r h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 30px;
}
.about_r p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.index_news { overflow:hidden; width:100%; margin:30px auto;}

.title { overflow:hidden; width:100%;}
.title h2{ font-weight:normal; font-size:28px; color:#333; text-align:center;}
.title h2 a{ color:#333;}
.title em{ display:block; font-size:12px; color:#999; font-family:Arial; text-transform:uppercase;  text-align:center}
.title p{ font-size:18px; color:#555; text-align:center;margin-top:8px;}
.title i{ display:block; width:30px; height:1px; background-color:#0d4da1; margin:0 auto;margin-top:12px;}
.title.wt a{ color:#fff}
.title.wt h2{ color:#fff}
.title.wt em{ color:#fff}
.title.wt i{ background-color:#fff;}
.title.wt p{ color:#fff;}
.mb-30{
	margin-bottom: 30px;
}
.index_news_menu{
	overflow:hidden;
	width:100%;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	padding: 0 15px;
}
.index_news_menu h1{
	background: #009944;
	height: 45px;
	line-height: 45px;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}


.idx_top {
    /* position: absolute;
    left: 0;
    bottom: -2px; */
    width: 100%;
    height: 90px;
    /* z-index: 2; */
    background-color: #fff;
    display: block !important;
}
.idx_top .content {
    position: relative;
    height: 100%;
}
.idx_top .idx_vr {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #009944;
	text-align: center;
    overflow: hidden;
}
.idx_top .idx_vr h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    line-height: 90px;
    /* padding-left: 100px;
    background: url(../images/index/ico28.png) no-repeat left center; */
}
.idx_top .idx_vr h3 a{
	color: #fff;
}
.home_2-right { width: 100%; height: 90px; position: absolute; left: -100%;top: 0; background: #282b34; z-index: 100; }
.home_2-right a {
    padding-left: 22px;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    color: #fff;
    float: left;
    background: url(../../images/index/ico33.png) no-repeat left center;
    margin-left: 32px;
    transition: all 400ms;
}
.home_2-right a:hover { color: #009944; background: url("../images/index/ico34.png") no-repeat left center; }

.idx_top .stock-con {
    min-width: 300px;
    display: flex;
	align-items: center;
	height: 90px;
	padding-left: 100px;
}
.idx_top .stock-con em {
    width: 31px;
    height: 18px;
    float: left;
    position: relative;
    top: 20px;
}
.idx_top .stock-con .up {
    background: url(../../images/index/ico29.png) no-repeat center;
}
.idx_top .stock-con .down {
    background: url(../../images/index/ico29_l.png) no-repeat center;
}
.idx_top .stock-con span {
    font-family: 'DINCond';
    font-size: 40px;
    float: left;
    width: 98px;
    text-align: center;
    line-height: 1;
}
.idx_top .stock-con .uptxt {
    color: #ff0000;
}
.idx_top .stock-con .downtxt {
    color: rgb(104, 185, 46);
}
.idx_top .stock-con .text {
    float: left;
    padding-top: 7px;
}
.idx_top .stock-con h3 {
    line-height: 1;
	font-size: 24px;
	color: #009944;
}
.idx_top .stock-con p {
    font-size: 13px;
    color: #a7a7a8;
}
.idx_top .home-nav {
    height: 90px;
    padding-left: 75px;
    background: url(../../images/index/ico31.png) no-repeat left center;
    position: absolute;
    left: 390px;
    top: 0;
}
.idx_top .home-nav li {
    float: left;
    line-height: 90px;
    margin-right: 26px;
}
.idx_top .home-nav li a {
    font-size: 14px;
    color: #7e8085;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    position: relative;
}
.idx_top .home-nav li a:hover {
    color: #009944;
}
.idx_top .home-con {
    position: absolute;
    top: -220px;
    left: 420px;
    z-index: 800;
}
.idx_top .home-list {
    width: 420px;
    height: 220px;
    padding: 0px 40px;
    background: #009944;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.idx_top .home-list h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 28px 0px 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 18px;
}
.idx_top .home-list hr {
    padding: 28px 0px 20px 0px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 18px;
}
.idx_top .home-list-left {
    width: 140px;
    float: left;
}
.idx_top .home-list h4 {
    /* font-size: 30px; */
    font-size: 22px;
    color: #fff;
    font-family: 'DINCond';
    letter-spacing: -1px;
    line-height: 36px;
    font-weight: lighter;
}
.idx_top .home-list-right {
    width: 200px;
    float: right;
}
.idx_top .home-list p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.idx_top .home-list i {
    width: 14px;
    height: 10px;
    background: url(../../images/index/ico32.png) no-repeat center center;
    position: absolute;
    bottom: -10px;
    display: block;
}
.idx_top .home-list i.home-list-i2 {
    left: 106px;
}
.idx_top .home-list i.home-list-i3 {
    left: 205px;
}
.idx_top .home-list i.home-list-i4 {
    left: 270px;
}
.idx_top .home-list i.home-list-i5 {
    left: 359px;
}
.idx_top .home-list i.home-list-i6 {
    left: 366px;
}
.index_2 {
    width: 100%;
	margin: 0 auto;
}
.index_2 .imgBox {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
	border-bottom: 2px solid #ddd;
}
.index_2 .imgBox .img {
    width: 100%;
    height: 100%;
}
.index_2 .imgBox .img img{
	width: 100%;
}
.index_2 .pro_box {
    position: relative;
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
}
.index_2 .pro_box .pro {
    position: relative;
    z-index: 2;
    width: 100%;
	overflow: hidden;
}
.index_2 .pro_box .pro .name {
    position: relative;
    font-weight: bold;
    line-height: 60px;
    color: #4c4c4c;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    transition-duration: .3s;
	padding-left: 20px;
}
.index_2 .pro_box .pro .name em {
    font-family: 'Rajdhani';
}
.index_2 .pro_box .pro .name span {
    transition-duration: .5s;
}
.index_2 .pro_box .pro .name:after {
    content: '';
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #b2b2b2;
    transition-duration: .3s;
}
.index_2 .pro_box .pro .des {
    position: relative;
    width: 100%;
	height: 100px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
.index_2 .pro_box .pro .cn {
    color: #009944;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
}
.index_2 .pro_box .pro .slogan {
    line-height: 22px;
    font-size: 22px;
    color: #4c4c4c;
    white-space: nowrap;
}
.index_2 .pro_box .pro .slogan p {
    margin-top: 5px;
    font-size: 14px;
    color: #808080;
}
.index_2 .pro_box .pro .cont {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.index_2 .pro_box .pro .cont img {
    margin-top: 20px;
}
.index_2 .pro_box .pro .machine {
	width: 100%;
	display: flex;
    align-items: flex-end;
}
.index_2 .pro_box .pro .machine img{
	width:100%;
}

[type="radio"]:not(:checked), [type="radio"]:checked{
	position: relative;
	opacity: 1;
	left: 0
}


.main_title{
	width: 100%;
	margin: 0 auto;
	padding: 45px 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.main_title .imgs{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	width: 100%;
}
.main_title .imgs h1{
	font-size: 20px;
}
.main_title .imgs img{
	width: 100%;
	height: 100%;
}
.main_title span{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#index_products,#index_news{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_products,.index_news{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_products_con{
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.products_item{
	width: 100%;
	height: 525px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.products_item1{
	background: url("../../images/pro_bg01.png") no-repeat;
	background-size: cover;
}
.products_item2{
	background: url("../../images/pro_bg02.png") no-repeat;
	background-size: cover;
}
.products_item3{
	background: url("../../images/pro_bg03.png") no-repeat;
	background-size: cover;
}
.products_item4{
	background: url("../../images/pro_bg04.png") no-repeat;
	background-size: cover;
}
.products_item5{
	background: url("../../images/pro_bg05.png") no-repeat;
	background-size: cover;
}
.products_item6{
	background: url("../../images/pro_bg06.png") no-repeat;
	background-size: cover;
}
.products_item7{
	background: url("../../images/pro_bg07.png") no-repeat;
	background-size: cover;
}
.products_item8{
	background: url("../../images/pro_bg08.png") no-repeat;
	background-size: cover;
}
.products_item9{
	background: url("../../images/pro_bg09.png") no-repeat;
	background-size: cover;
}
.products_item10{
	background: url("../../images/pro_bg010.png") no-repeat;
	background-size: cover;
}
.products_item11{
	background: url("../../images/pro_bg011.png") no-repeat;
	background-size: cover;
}
.products_item h1{
	color: #fff;
	font-size: 20px;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	font-weight: normal;
}
.products_item h1 a{
	color: #fff;
}
.products_item .item_bg{
	width:250px;
	height: 250px;
	margin-top: 80px;
}
.products_item p{
	color: #fff;
	font-size: 14px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.index_products_con .Productdot {
    text-align: center;
    padding: 10px 0px 20px;
	width: 100%;
}
.index_products_con .Productdot span {
    margin: 0px 3px;
    width: 11px;
    height: 11px;
}

#index_about{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background: url("../../images/aboutBg.jpg") repeat;
}
.index_about{
	padding: 0 20px;
}
.index_about_con{
	width:100%;
	background: #fff;
	min-height: 450px;
	overflow: hidden;
}
.about_con{
	width:100%;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.about_con_text{
	width:100%;
	float: left;
}
.about_con_text p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.about_con_ul{
	width:100%;
	margin-top: 45px;
	display: flex;
	flex-direction: column;
}
.about_con_item{
	width: 100%;
	height: 336px;
	border: 2px solid #ededed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
.about_con_item img{
	width:54px;
	height: 54px;
	margin-bottom: 20px;
}
.about_con_item h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 20px;
}
.about_con_item p{
	color:#666;
	font-size: 14px;
	line-height: 24px;
}
.index_news_con{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
}
.index_news_con ul{
	width: 100%;
	float: left;
}
.about_con_item a h1{
	color:#333;
}
.about_con_item:hover{
	border: 2px solid #009944;
	cursor: pointer;
}
.index_news_con .pic{
	width: 100%;
	float: left;
	border-radius: 5px;
    box-shadow: 0 0 24px rgba(0,0,0,0.15);
    overflow: hidden;
}
.index_news_con .pic .Ispic{
	width:100%;
	float: left;
	height: 264px;
}
.index_news_con .pic .word{
	padding: 40px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.index_news_con .pic .word time{color: #999;font-size: 16px;font-weight: lighter;}
.index_news_con .pic .word time b{font-size: 32px;font-weight:bold;color: #555}
.index_news_con .pic .word h3{margin: 0;font-size: 20px;font-weight: normal;color: #000;padding: 2% 0;line-height: 30px;height: 72px;overflow: hidden}
.index_news_con .pic .word span{ font-size:14px; color:#000; line-height:24px;font-weight: lighter;margin-top: 4%;position: relative;transition: all 0.3s;display: inline-block;padding-right: 15px;}
.index_news_con .pic .word span::after{content: ' + ';position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.index_news_con .pic:hover .Ispic{transform: scale(1.05)}
.index_news_con .pic:hover span{padding-right: 30px;color: #4f76bb}
.index_news_con li{
	width: 100%;
	float: left;
	margin-left: 10px;
	padding: 43px 10px 43px 0;
	position: relative;
}
.index_news_con ul li+li{ border-top: 1px solid #ededed;}
.index_news_con  ul li time{ position: absolute; left: 0; width: 90px; padding:2% 15px 2% 0;top: 50%;transform: translateY(-50%); color: #999; font-size: 16px; text-align: center; line-height: 1; border-right: 1px solid #e5e5e5;font-weight: lighter;}
.index_news_con  ul li time span{font-size: 32px; display: block;font-weight:bold;padding-bottom: 5px;color: #555}
.index_news_con  ul li .text{ padding-left: 110px;}
.index_news_con  ul li .text h3{ margin: 0 0 15px; font-weight: normal; font-size: 18px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.index_news_con ul li .text h3 a{ color: #000;}
.index_news_con ul li .text .con{ color: #999; font-size: 14px; margin: 0;overflow:  hidden; height: 42px;line-height: 22px;font-weight: lighter; padding-right: 15px;}
.index_news_con ul li:hover{ background:rgba(236, 241, 243, 1) none repeat scroll 0 0 !important;filter:Alpha(opacity=1); }
.index_news_con ul li:hover .text h3 a,
.index_news_con ul li .text h3 a:hover,
.index_news_con ul li:hover time span{}


.view_prod_box th {
    text-align: center;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040; 
}
.view_prod_box table {
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
	word-break:break-all;
}	
.view_prod_box td, .view_prod_box th {
    text-align: center;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
	padding: 0
}
.nr_y_show{
	position: relative
}
.nr_y_show .fl{
	position: inherit!important;
	left: auto!important;
	top: auto!important
}

.block1 {
  width: 100%;
	margin-top: 0;
  overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.block1_left {
  width: 50%;
  background: #efefef;
  overflow: hidden;
}
.block1_left_con{
	padding: 5rem;
}

.block1_left_con h2 {
  font-weight: bold;
	font-size: 32px;
}

.block1_left_con .line {
  display: inline-block;
  width: 12%;
  border-bottom: 4px solid #009944; }

.block1_left_con p {
  line-height: 25px;
  font-size: 14px;
  color: #888;
  padding: 5% 0 15%; }

.block1_left_con ol {
  width: 100%;
  overflow: hidden; }

.block1_left_con li {
  width: 33.3%;
  float: left;
  text-align: center; }

.block1_left_con li em {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  margin-bottom: 3%; }

.block1_left_con li span {
  color: #888;
  font-size: 13px; }

.block1_right {
  width: 100%;
}
.block1_right ul{
	width: 100%;
}
.block1_right li {
  position: relative;
  width: 100%;
  height: 249px;
  float: left;
  overflow: hidden;
}
.block1_right li .imgZoom{
	width: 100%;
	height: 100%;
	display: none;
}
.block1_right li div.per_pro {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding: 15% 0; }

.block1_right li div.per_pro img {
  width: 13%;
  height: 13%; }

.block1_right li div.per_pro h3 {
  margin-top: 6%; }

.block1_right li div.per_pro span {
  display: inline-block;
  margin-top: 2%;
  color: #888; }

.block1_right li div.per_pro:hover {
  color: #333; }

.block1_right li div.imgZoom img {
  width: 100%;
  height: 100%; }

.block1_right li div.proMask {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 153, 68, 0.7);
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
  text-align: center;
  padding: 12% 0; }
.block1_right li div.proMask h3{
	color: #fff;
}
.block1_right li div.proMask span {
  display: block;
  margin: 2% 0 6%; }

.block1_right li div.proMask a {
  color: #fff;
  display: block;
  width: 35%;
  margin: 0 auto;
  padding: 2% 8%;
  border: 1px solid #fff; }


.home_sec1 {
	width: 100%;
}

.home_sec1_left {
	width: 100%;
	position: relative;
}

.home_sec1_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.home_sec1_right {
	width: 100%;
	position: relative;
}

.home_sec1_right1 {}

.home_sec1_video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.home_sec1_left_text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	z-index: 4;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home_sec1_left_con {
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home_sec1_left_text .title {
	font-size: 54px;
	margin-bottom: 20px;
}

.home_sec1_left_text .text {
	font-size: 20px;
}

.home_sec1_left_text .text span {
	position: relative;
}

.home_sec1_left_text .text span:after {
	content: '';
	position: absolute;
	right: -100px;
	top: 50%;
	height: 1px;
	width: 60px;
	background: #fff;
}

.home_sec1_left_con .tx {
	margin-top: 18%;
	padding: 65px 0;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}

.home_sec1_left_con .tx:after {
	content: '';
	background: url("../../images/ttl_about3.png") no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0px;
	left: 0;
}

.home_sec1_left_con .tx:before {
	content: '';
	background: url("../../images/ttl_about4.png") no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.home_sec1_more {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-left: -59px;
	margin-top: -14px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.home_sec1_more a {
	background: url("../../images/bg_more.png") no-repeat center right;
	padding-right: 70px;
	font-size: 20px;
	color: #fff;
}

.home_sec1_right_text {
	position: absolute;
	z-index: 4;
	color: #fff;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home_sec1_right_text .text {
	font-size: 30px;
}

.home_sec1_right_text .tx {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}


.home_sec1_right_text .title {
	font-size: 24px;
	font-weight: bold;
}

.home_sec1_con {
	overflow: hidden;
}

.home_sec1_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}


/*.home_sec1_con:hover .home_sec1_left_text,.home_sec1_con:hover .home_sec1_bg1{*/


/*filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;*/


/*}*/

.home_sec1_con:hover .home_sec1_bg1 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.home_sec1_con:hover .home_sec1_right_text {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


/*.home_sec1_con_v:hover .home_sec1_bg{*/


/*filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;*/


/*}*/

.home_sec1_right .home_sec1_video {
	width: 150%;
	left: -25%;
	height: 150%;
	top: -25%;
}


/*.home_sec1_right .home_sec1_video video{min-width: 100%;min-height: 100%;}*/

.home_sec1_right video {
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home_sec1_left .home_sec1_video {
	height: 150%;
	top: -25%;
}

.home_sec1_left video {
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.clm0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.clp0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.col-sm-6{
	width: 100%;
}

.iabout {
  padding: 70px 2.5rem;
  background: url(../../images/iab_bg_06.jpg) no-repeat;
  background-color: #f4f4f4;
  overflow: hidden; }
.iabout_wrap{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.i_t2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.i_t2 a {
    color: #fff;
}
.i_p {
  font-size: 16px;
  color: #fff;
  text-align: center; }
.i_video{
	text-align: center;
	margin: 35px 0 0 0;
}
.full-row{
	width: 100%;
	margin-top: 70px;
}
.iab_item {
  width: 100%;
  float: left;
  height: 315px;
	margin-bottom: 20px;
  position: relative; }
.iab_img{
	width: 100%;
}
.iab_img img{
	width: 100%;
}
.iab_c, .iab_cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  padding: 25px 30px 30px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.iab_cover {
  background-color: #f4f4f4; }

.iab_t {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.iab_t:before {
  display: none;
  content: '';
  height: 1px;
  width: 98px;
  background-color: rgba(237, 237, 237, 0.3);
  position: absolute;
  top: 50%;
  left: 0; }

.iab_t:after {
  display: none;
  content: '';
  height: 1px;
  width: 98px;
  background-color: rgba(237, 237, 237, 0.3);
  position: absolute;
  top: 50%;
  right: 0; }

.iab_p {
  color: #adadad;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.iab_p:before {
  display: block;
  content: '';
  height: 1px;
  width: 98px;

  position: absolute;
  top: 50%;
  left: 0; }

.iab_p:after {
  display: block;
  content: '';
  height: 1px;
  width: 98px;

  position: absolute;
  top: 50%;
  right: 0; }

.iab_c.hover {
  background-color: #009944 !important; }

.iab_c.hover .iab_t {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px; }

.iab_c.hover .iab_p {
  display: none; }

.iab_c.hover .iab_p:before, .iab_c.hover .iab_p:after {
  display: none; }

.iab_c.hover .iab_t:before, .iab_c.hover .iab_t:after {
  display: block; }

.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,.3);z-index: 10;display: none;}
.video-boxM{position: fixed;top:50%;left:50%;padding-bottom: .2rem;border-radius: .1rem;background: #fff;width:55vw;display: none;z-index:9999}
.video-boxM .videoclose{float: right;margin-right: .1rem;cursor:pointer;}
.video-boxM video{display: block;width: 100%}
.video-boxM .top{padding: .15rem 0}

.iserve,
.inews{
	padding: 45px 2.5rem 0;
}
.iserve_title {
	font-family: STXihei, STHeitiLight, 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important;
	font-weight: normal;
	font-size: 36px;
	color: #323232;
	line-height: 50px;
	margin-bottom: 0px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.iserve_title h2 {
	font-size: 36px;
	margin: 0;
}
.iserve_title span {
	font-family: Arial;
	font-weight: normal;
}
.iserve_con{
	width: 100%;
}
.col-xs-3{
	width: 100%;
}
.home_sec2 {
	padding: 110px 4%;
	background: #f6f6f6;
}

.home_sec2_con {
	text-align: center;
	width: 100%;
	margin: 50px 0;
}

.home_sec2_con .title {
	color: #494949;
	font-size: 16px;
	margin: 30px 0;
	text-transform: capitalize;
}

.home_sec2_con .text {
	color: #a5a5a5;
	;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.home_sec2_con a {
	display: block;
	margin: 0px auto;
}
.pro_content_show{
	padding: 0 2.5rem;
	display: flex;
}