/* ====================
     公共样式
	 作者：严微
	 公司名称：严微工作室
	 网址：http://www.ywcms.com
==================== */

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	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: #1e88e5;
	color: #ffffff;
	box-shadow: none;
	border-radius: 1px;
	margin: 20px 0 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #1e88e5;
	padding: 6px 12px 4px;
	display: inline-block;
	cursor: pointer;
}

.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: #e60013;
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 999999;
}

.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;
	font-size: 28px;
}

.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(230, 0, 19, 0.8), rgba(230, 0, 19, 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%;
}

.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;
	z-index: 999999999999
}

.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: 260px !important;
}

.slider .slides {
	height: 260px !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%;
}

.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-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; height:180px; 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;
	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: #237bd3;
	height: 35px;
	float: left;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}

.about-box{
	width: 100%;
	margin: 0 auto 20px;
}
.about-img{
    width: 100%;
    overflow: hidden;
}
.about-img img{
	object-fit: cover;
    height: 150px;
    width: 100%;
}
.about-con{
    padding: 10px;
    background: #fff;
    transition: padding .36s ease;
}
.about-title{
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
}
.about-info{
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    color: #585858;
}
.about-info p{
	padding: 0;
	margin: 0
}





#feature-top {
	width: 100%;
	margin: 35px auto;
    z-index: 99;
    position: relative;

}
#feature-top .container{
	width:100%;
	margin: 0 auto;
	float: inherit;
	min-height: inherit;
}
.services-two .s-single-services {
box-shadow: 3px 4px 25px #0000001A;
    border-radius:0 0 0 0;
    background-color: #fff;
	height: 310px;
}
.services-two .s-single-services .btn2{
    display: inline-block;
    color: #f3525a;
}
.services-area.gray-bg{position: relative;z-index: 1;overflow: hidden;}
.single-services {
	background: #fff;
	box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
	position: relative;
}
.single-services::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #f3525a;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.service-t h2 {
	top: 55px;
}
.services-thumb img {
	width: 100%;
}
.services-content span {
	display: block;
	height: 2px;
	width: 150px;
	background: #f3525a;
	transition: .3s;
	margin-bottom: 55px;
}
.services-content {
	padding: 60px 40px;
	padding-bottom: 55px;
}
.services-content small {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.services-content h4 {
	font-size: 24px;
	margin-bottom: 23px;
}
.services-content h4:hover a{color: #f3525a;}
.services-content p{margin-bottom: 0;}
.single-services:hover .services-content span {background: #f3525a;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 5px;
	width: 20px;
	background: #f3525a;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}
.services-active .slick-dots li.slick-active button {
	width: 50px;
	background: #f3525a;
}
.services-active .slick-track {
	padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
	border-radius: 50%;
	color:#f5f5f5;
	text-align: center;
}
.services-two .services-icon {
   display: inline-block;
width: 136px;
height: 110px;
background: url(../../images/f-icon-bg.png);
margin-bottom: 20px;
margin-top: -30px;
margin-left: -31px;
text-align: center;
line-height: 110px;
}
.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #e60013;
    margin-left: 0;
}
.services-icon2 {
    position: absolute;
    right: 5%;
    top: 75px;
}
.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}
.services-two .second-services-content{
    float: left;
width: 100%;
}
.services-two .s-single-services {
   transition: .3s;
padding: 30px 30px;
border: none;
margin-bottom: 30px;
border-radius: 0;
  
}
.services-two .s-single-services{
    float: left;
	width: 100%;
}
.second-services-content h5 {
	font-weight: 700;
	transition: .3s;
	letter-spacing: 0;
	font-size: 22px;
	color:#242f51;
	padding-bottom: 20px;
}
.second-services-content p {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}
.second-services-content a {
	/*font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	position: relative;
	transition: .5s;*/
}

.second-services-content a::after {
	left: -40px;
	right: unset;
	opacity: 0;
}
.s-single-services {
	transition: .3s;
	padding: 30px;
	border: 5px solid #f5f8fa;
}
.s-single-services .active-icon{display: none;}
.s-single-services .d-active-icon{display: block;}

.s-single-services:hover {background: #fff;}
.s-single-services:hover .second-services-content h5{color: #fff;}
.s-single-services:hover .second-services-content a{color: #f3525a;}

.s-single-services.active {background:url('../../images/se-hover-bg.png');  box-shadow: 3px 4px 25px #0000001A;background-repeat: no-repeat; background-size: cover;}
.s-single-services.active .services-icon {background: url(../../images/f-icon-bg-hover.png);}
.s-single-services.active .second-services-content h5{color: #fff;}
.s-single-services.active .second-services-content a,#feature-top .s-single-services.active .btn2,.s-single-services.active .services-icon .glyph-icon::before{color: #fff;}
.s-single-services.active .second-services-content p{
    color: #fff;
}
.s-single-services.active .active-icon{display: block;}
.s-single-services.active .d-active-icon{display: none;}
.services-bg {
	background-position: center;
	background-size: cover;
}
.services-active2{
    padding-top: 300px;
}
.services-active2 .slick-arrow {
   position: absolute;
    top: 50%;
    left: -60px;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #f3525a;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}
.services-active2 .slick-next {
    left: inherit;
    right: -60px;
}
.services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}
.services-item {
    padding: 30px 0;
background: #fff;
margin: 22px 15px;
box-shadow: 3px 4px 15px #0000001A;
text-align: center;
width: 336px;
border-radius: 10px;
}
.services-active2 .slider-nav {
    position: absolute;
    top: 130px;
}
.services-active2 li
{
    display: flex;
    margin-bottom: 10px;
}
.services-item h3{
    font-size: 20px;
}
.services-item .glyph-icon:before{
    font-size: 60px;
}
.services-active2 li .icon{
    padding-right: 10px;
}
.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}
.services-item.slick-slide.slick-current.slick-active .glyph-icon:before{
    color: #fff;
}
.services-item.slick-slide.slick-current.slick-active h3{
    color: #fff;
}

.products .col{
	min-width: auto
}




.section-title span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #f3525a;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.section-title h2 {
	font-size: 35px;
	padding-bottom: 0;
	margin-bottom: 10px;
	position: relative;
}
.section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #f3525a;
	margin: auto;
	transition: .3s;
    display: none;
}
section:hover .section-title h2::before{width: 100px;}

.blog-area{
	width:100%;
	margin: 70px auto 35px;
}
.blog-area .container{
	width:100%;
	margin: 0 auto;
	float: inherit;
	min-height: inherit;
}
.blog-thumb img {
	width: 100%;
}
.blog-thumb .b-meta {
    padding: 10px 25px;
    background: #e60013;
    color: #fff;
}

.blog-content {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}
.b-meta ul li {
	display: inline-block;
	margin-right: 5px;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.b-meta ul li a.corpo{color: #f3525a;}
.b-meta ul li a:hover {color: #f3525a;}
.blog-content h4 {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.blog-content h4:hover a{color: #f3525a;}

.single-post:hover .blog-btn{opacity: 1;}

.blog-btn a {
    display: inline-block;
    color: #f3525a;
    text-align: center;
    font-size: 14px;
}
.blog-btn a i{
    margin-left: 5px;
}
.b-meta i{
    margin-right: 5px;
    color: #fff;
}
.single-post{transition: .3s;background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow:3px 4px 15px #00000026;
overflow: hidden; margin: 10px 0;}


.bsingle__post-thumb img {
	  width: 100%;
}
.bsingle__post .video-p {
  	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #f3525a;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}
.mb-80{
	margin-bottom: 60px;
}

/* 12. counter */
.single-counter i {
	display: inline-block;
	width: 80px;
	height: 80px;
	background:#f3525a;
	border-radius: 50%;
	margin-bottom: 30px;
	color:#fff;
	font-size: 40px;
	line-height: 80px;
}
.single-counter img{
    margin-bottom: 30px;
}
.count {
	font-size: 35px;
	color: #f3525a;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 13px;
	line-height: 1;
	display: inline-block;
}
.counter small {
	font-size: 35px;
	font-weight: 500;
	color: #f3525a;
	line-height: 1;
	position: relative;
	font-family: 'Rubik', sans-serif;
}
.single-counter p {
font-size: 16px;
margin-bottom: 0;
    color: #fff;
}
.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #f3525a;
    margin-bottom: -5px;
    margin-top: 10px;
}