﻿/*
  Theme Name: Kormo - Multipurpose Business & Corporate HTML5 Template
  Author: nilArtStudio
  Description: Multipurpose Business & Corporate HTML5 Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. features area
5. promotion area
6. portfolio area
7. counter area
8. blog
9. testimonial-wrapper
10. footer
11. team-area
12. service area
13. contact area
14. who we
*/



/* 1. Theme default css */
@font-face { font-family:思源黑体; 
	/*font-family: 'tt';*/ 
	src: local('tt light'), 
    local('tt'), 
    url('../fonts/SourceHanSansCN-Normal.otf') format('truetype');
}

@import url('85aeda6742bf49c498ebb373bc977a2d.css');
 body {
   font-family: "tt";
	font-weight: normal;
  font-style: normal;

}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button,button {
	-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;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{cursor: pointer}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #93daf8;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
input:focus,textarea:focus,:focus{outline: 0}
button:focus {
  outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
       font-family: "tt";
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #333;
	margin-bottom: 5px;
}
hr {
	border-bottom: 1px solid #999;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.btn {
	-moz-user-select: none;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 8px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	border: 0;
}
.btn.btn-border {
	background: transparent;
	color: #2f3440;
	border: 2px solid #2f3440;
	font-weight: 600;
}
.btn.btn-border:hover {
	background: #2f3440;
	color: #fff;
	border: 2px solid #2f3440;
}
.btn span {
	font-size: 14px;
	margin-left: 5px;
	display: inline-block;
}
.btn:hover{color: #93daf8}
.btn:hover:before{width:100%;color: #444}
.btn.brand-btn {
	border:2px solid #1a1a1a;float:right;
	color: #1a1a1a;
}
.btn.brand-btn:hover{border:2px solid #93daf8;color: #93daf8}
.btn.white-btn{background: #fff;color: #222}
.btn.white-btn:hover{background: rgba(255, 255, 255, 0.822);}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #93daf8;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover{border-color: #2f3440}
.btn i {
  margin-right: 10px;
}
/* dot style */
.dot-style .slick-dots {
	bottom: -60px;
	left: 0;
	/* position: absolute; */
	right: 0;
	text-align: center;
	margin-top: 30px;
}
.dot-center .slick-dots {
  text-align: left;
}
 .dot-style .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}
.dot-style .slick-dots > li.slick-active button{background: #646464}
.dot-style .slick-dots button {
	border: 0px solid #646464;
	/*border-radius: 50%;*/
	height: 12px;
	padding: 0;
	text-indent: -11a1a1a0px;
	width: 12px;
}
.wrapper-box {
	padding: 0 70px;
}
.pos-relative{position: relative;}
/* 2. header */
.header-call span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.header-call span.lnr {
	position: relative;
	top: 2px;
}
.header-top-area {

}
.header-bottom-area{
    z-index: 999;    width: 100%;background:rgba(0,0,0,0.05)

}
.fixedheader2{
	position:fixed;
	top:0px;
	width:100%;margin:0 auto;text-align:center;background:#f5f5f5;
	z-index:100000;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
.transparent-header .header-white .social-icon > a {
	color: #fff;
}
.transparent-header .header-white .language ul li a {
	color: #fff;
}
.language ul li a {
	color: #fff;
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	padding: 10px 0;
}
.language-header-3 > ul > li > a {
  border: 2px solid #ebebeb;
  border-radius: 30px;
  line-height: 1;
  padding: 12px 30px;
}
.language ul li:hover> a{color: #ddd}
.language ul li {
  position: relative;
}
.language ul li ul {
  background: #222 none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  padding: 7px 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 110px;
  z-index: 9;
}
.language ul li:hover ul{opacity: 1;visibility: visible;}
.language ul li ul li{}
.language ul li ul a {
  color: #ddd;
  display: block;
  font-size: 12px;
  padding: 5px 14px;
}

.social-icon{
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
.social-header-3 {
  margin-left: 0;
  padding-left: 0;
}
.social-icon::before {
	background: #fff;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 1px;
}
.social-header-3:before{display: none}
.transparent-header .social-icon::before {
	background: #5d5d5d;
}
.social-icon > a {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
.social-icon > a:last-child {
	margin-right: 0px;
}
.social-icon > a:hover{color: #ddd}


.header-right {
  margin-top: 15px;
}
.header-right li {
  display: inline-block;
}
.header-right ul li a {
  color: #646464;
  font-size: 16px;
}
.header-right ul li a:hover{color: #93daf8}
.header-right li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.search-form {
  background: #222 none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 9;
}
.header-right li:hover .search-form{visibility: visible;opacity: 1}
.search-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 45px;
  padding: 0 15px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 48px;
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



/* header bottom */
.header-button {
	margin-left: 40px;
	margin-top: 34px;
}
.header-button > a {
	/*border: 2px solid #666;*/
	border-radius: 0;
	color: #808080;
	display: inline-block;
	/*font-weight: 600;*/
	padding: 14px 25px;
	line-height: 1;
	font-size: 16px;
	/*text-transform: uppercase;*/
}
.transparent-header .header-button > a:hover{/*background: #3b3f42;*/color: #93daf8;/*border-color:#3b3f42*/}
.header-button > a:hover{/*background: #93daf8;*/color: #93daf8;/*border-color:#93daf8*/}
.main-menu ul li a {
	color: #1a1a1a;
	display: inline-block;
	font-size: 16px;
	/*font-weight: 600;*/
	padding: 48px 0;
	line-height: 1;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 50px;
	position: relative;
}
.main-menu ul li:hover > a{color:#93daf8 }

.main-menu ul li ul.submenu {
	background: #fff none repeat scroll 0 0;
	left: -50px;
	opacity: 0;
	position: absolute;
	top: 90%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 200px;
	z-index: 9;padding:0 15px;
}
.main-menu ul li:hover > ul.submenu{opacity: 1;visibility: visible;top:100%;}
.main-menu ul li ul.submenu li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child{border: 0;}
.main-menu ul li ul.submenu li a {
  color: #888;
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.main-menu ul li ul.submenu li:hover > a{color: #93daf8}


.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

header.transparent-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 56;
}

.transparent-header .header-call span {
	color: #ddd;
}
.transparent-header .social-icon > a {
	color: #ddd;
}
.transparent-header .language ul li a {
  color: #ddd;
}
.transparent-header .header-right ul li a {
  color: #ddd;
}
.transparent-header .header-top-area {
  border-bottom: 1px solid #d9a138;
}
.transparent-header .header-top-area {
	border-bottom: 1px solid #777;
}
.transparent-header .header-top-area.header-white {
	border: 0;
}
.transparent-header .main-menu ul li a {
	color: #ddd;
}
.transparent-header .main-menu ul li:hover > a {
	color: #93daf8;
}
.transparent-header .header-top-area.header-white .header-right ul li a {
	color: #fff;
}
.transparent-header .header-button > a {
	color: #fff;
	border-color: #fff;
}
.transparent-header .header-button > a:hover {
	background: #93daf8;
  color: #444;
  border-color: #93daf8;
}
.white-menu .main-menu ul li a {
	padding: 40px 0;
}
.white-menu {
	padding: 0 30px;
}
.transparent-header .white-menu  .main-menu ul li {
	margin-left: 35px;
}
.transparent-header .white-menu  .main-menu ul li ul.submenu li {
	margin-left: 0px;
}
.white-menu .header-button {
	margin-top: 24px;
}
.transparent-header .header-white .social-icon::before {
	background: #fff;
}
.white-menu .header-button > a {
	border: 2px solid #93daf8;
}


/* header-3 */
.header-left-bar ul li {
  margin-left: 0;
}
.header-right.header-left-bar {
  margin-top: 3px;
}
.header-3-right{margin-top: 3px}



/* 3. slider-area */
.single-slider.height-100 {
	background-position: center center;
	background-size: cover;
	height: 960px;
}
.single-slider.slider-height {
	height: 885px;
	background-size: cover;
	background-position: center center;
}
.slider-content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}
.slider-content h1 {
	color: #333;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.slider-content p {
	color: #414149;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-right: 120px;
}
.slider-content a span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
.slider-content a {
	padding: 15px 30px
}
.slide-btn a{margin-bottom: 5px;}
.slide-img.slider-full > img {
  width: 75%;
}

.slider-active.dot-style .slick-dots {
	bottom: 25px;
	position: absolute;
}
.slider-active.dot-style .slick-dots button {
	/*border: 2px solid #fff;*/
	height: 5px;
	width: 40px;text-indent:-9999px;
	background: #fff;
}
.slider-active.dot-style .slick-dots > li.slick-active button {
	background: #93daf8;
}
.slider-text-white .slider-content h1 {
	color: #f0f0f0;
}
.slider-text-white .slider-content p {
	color: #ddd;
}
.slider-text-white {}
.slider-text-white {}

/* slider-3 */
.single-slider.slider-height-3 {
  background-position: center center;
  background-size: cover;
  min-height: 720px;
}
.slider-height-3 .slider-content h1 {
  color: #fff;
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.slider-height-3 .slider-content span {
  color: #fff;
}
.slider-height-3 .btn {
  border-radius: 30px;
}

.slider-content.slide-white span {
	color: #fff;
}
.slider-content.slide-white h1 {
	color: #fff;
}
.slider-content.slide-white p {
	color: #fff;
}

/* additional info */
.contact-item {
	position: relative;
	margin-top: 20px;
	padding-left: 55px;
}
.contact-item-icon {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #222;
}
.contact-item-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #93daf8;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-item-icon i, .contact-item-icon span {
	position: relative;
	z-index: 3;
}
.contact-item-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-item-info {
	font-size: 13px;
	line-height: 24px;
	color: #2b2b2b;
}

/* 4. features area */

.features-title > h2 {
    color: #414149;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}
.features-title > h2 span {
    color: #93daf8;
}
.single-features h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-features.feature-white img {
	width: 100%;
}
.single-features > p {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.single-features.feature-white p {
	padding: 0 15px;
}
.single-features > img {
    margin-bottom: 30px;
}
.single-features {
  padding: 0 5px;
}
.single-features.feature-white {
	background: #fff;
	padding-bottom: 50px;
}
.single-features.feature-white > img {
	margin-bottom: 50px;
}

/* 5. promotion area */
.promotion-img {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.promotion-area {
  position: relative;
}
.promotion-text {
	padding-left: 30px;
}
.promotion-thumb img {
	width: 100%;
}
.intro-img img {
	width: 100%;
}
.promotion-text h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.promotion-text h5 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Work Sans', sans-serif;
}
.promotion-text > span {
	color: #989898;
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.promotion-text > p {
  line-height: 30px;
  margin-bottom: 30px;
}
.promotion-img-3 {
  width: 100%;
}

/* promo 3 */
.promo-content {
	padding-left: 30px;
}
.promo-content h3 {
	font-weight: 600;
	font-size: 20px;
	padding-top: 11px;
}
.promo-content h3 {
	font-weight: 600;
	font-size: 20px;
}
.chose-list .promo-content h3 {
	padding-top: 0;
}
.chose-thumb {
	position: relative;
}
.chose-thumb img {
	width: 100%;
}
.chose-btn {
	position: absolute;
	bottom: -15px;
	right: 40px;
}
.chose-btn a {
	font-size: 14px;
	text-transform: capitalize;
}

.about-intro{}
.about-intro .promo-content h3{padding-top: 0;}
.about-intro .promo-content p {
	margin: 0;
}
/* progress */
.skill-part {
}
.skill-part h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.progress {
	overflow: visible;
	height: 5px;
	margin-bottom: 30px;
	background: #efefef;
}
.progress-title {
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
}
.progress-bar {
	position: relative;
	height: 5px;
	background: #93daf8;
}
.progress-bar.progress-bar-def {
	background: #444;
}

.progress-bar > span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 13px;
	color: #565656;
}

/* 6. portfolio area */
.portfolio-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-thumb::before {
	background: #1a1a1a;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity: .85;visibility: visible;}
.portfolio-thumb > img {
    width: 100%;
    transition: .3s;
}
.portfolio-wrapper:hover .portfolio-thumb > img{}
.portfolio-content {
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.portfolio-wrapper:hover .portfolio-content{opacity: 1;visibility: visible;transform: translateY(-50%);}
.portfolio-wrapper {
    position: relative;
}
.portfolio-content > h3 {
	color: #ddd;
	font-size: 18px;
	font-weight: 600;
}
.portfolio-content span {
	color: #ddd;
}
.portfolio-content > h3:hover a{color: #93daf8}
.icon a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 20px;
}
/* .icon a::before ,.icon a::after {
    background: #414149 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.icon a::after {
  height: 20px;
  top: -9px;
  width: 2px;
} */


.portfolio-menu > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #3b3f42;
	cursor: pointer;
	font-weight: 500;
	margin: 0 2;
	padding: 0px 8px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.portfolio-menu > button:focus {
  outline: 0 none;
}
.portfolio-menu > button:hover,.portfolio-menu > button.active{color: #93daf8}

/* portfolio details */
.project-details-title {
  font-size: 28px;
  font-weight: 600;
}
.project-desc img {
	width: 100%;
}
.portfolio-details-img img {
	width: 100%;
}
.project-desc > p {

}
.project-status {

}
.project-status ul li {
	margin-bottom: 15px;
}
.project-status ul li:last-child {
  margin-bottom: 0px;
}
.project-status ul li span {
	color: #777;
	display: block;
	font-size: 17px;
	margin-top: 5px;
}
.project-status ul li b {
  font-size: 16px;
  text-transform: uppercase;
  color: #777
}

/* section title */
.intro-text > h2,.section-title > h2 {
	font-size: 24px;color: #94dbf9;
	font-weight: 700;
	margin: 0 0 0px;
	line-height: 1;
}
.intro-text p {
text-align:left;
}
.intro-text2 img {
padding-bottom:30px;
}
.section-title.white-text > h2{color: #fff}
.section-title.white-text > p{color: #fff}
.section-title > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
.section-title-2 > h2 {
  font-size: 40px;
}
.section-title-2 > a {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
  text-transform: uppercase;
}
.section-title-2 > a:hover{text-decoration: underline}

.section-title.text-white > h2 {
	color: #fff;
}
.section-title.text-white > p {
	color: #ddd;
}
/* 7. counter area */
.counter-area {
	background-size: cover;
	background-position: center center;
}
.single-couter span {
	font-size: 48px;
	color: #fff;
}
.counter {
	color: #fff;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 7px;
}
.single-couter > p {
	color: #ddd;
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.single-couter.counter-2 > span {
  font-size: 72px;
  line-height: 1;
  margin-top: 0;
}
 .single-couter.counter-2 > p {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px
}
 .jobguru-btn {
    display: inline-block;
    padding: 5px 30px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 4px;
}
 .company-list-btn a.jobguru-btn {
	background: #93daf8 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #93daf8;
}

.company-list-btn a.jobguru-btn:hover {
	background: transparent none repeat scroll 0 0;
	color: #111;
	border: 1px solid #93daf8;
}
/* 8. blog */
.blog-wrapper {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
}
.blog-thumb {
	margin-bottom: 20px;
}
.blog-title {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 15px;
	padding: 0;
	text-align: left;
}
.blog-title a {
	color: #444;
}
.link-box a {
	color: #555;
}
.link-box a:hover {
	color: #93daf8;
}
.blog-title a:hover {
	color: #93daf8;
}
.meta-info ul li {
	color: #9e9e9e;
	display: inline-block;
	font-size: 11px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
.embed-responsive {
	margin-bottom: 20px;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:#93daf8}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.blog-thumb img {
	width: 100%;
}
.link-box a {
	font-weight: 600;
}
/* sidebar */
.widget {
  overflow: hidden;
  padding-top: 75px;
}
.widget-title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;width:85%;
  height: auto;border-bottom:1px solid #999;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 20px;
  position: relative;
}
.widget-title::before {
  /*background: #e2e2e2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;*/
}
.sidebar-form{}
.sidebar-form form {
  position: relative;
}
.sidebar-form form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #f5f5f5;
  color: #ccc;
  padding: 10px 0;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: .5;
}
.sidebar-form form button {
	background: #222 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 50px;
	line-height: 50px;
}
.sidebar-form form button:hover{background:#93daf8;}
.sidebar-rc-post{}
.sidebar-rc-post ul{}
.sidebar-rc-post ul li {
  border-bottom: 1px solid #f5f5f5;
  color: #1a1a1a;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
.sidebar-rc-post ul li:last-child{border:0;margin:0;padding:0;;}
.sidebar-rc-post .rc-post-thumb {
  display: inline-block;
  float: left;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.sidebar-rc-post .rc-post-content {
  margin-left: 105px;
}
.sidebar-rc-post .rc-post-content h4 {
	color: #1a1a1a;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	text-indent: 0;
	transition: all 0.2s ease 0s;
}
.sidebar-rc-post .rc-post-content h4 a:hover{color:#93daf8}
.widget-date {
	color: #777;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 7px 5px 0 0;
	padding: 0 4px 0 0;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar-blog .widget{margin-bottom:35px;}
.sidebar-blog .widget:last-child{margin-bottom:0;}
.widget-social{}
.widget-social a {
  background: #1a1a1a none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  margin-right: 12px;
  text-align: center;
  width: 45px;
}
.widget-social a.facebook{background:#3b5998 }
.widget-social a.twitter{background:#1da1f2 }
.widget-social a.instagram{background:#dd4b39 }
.widget-social a.googleplus{background:#dd4b39 }
.widget-social a.linkedin{background:#0077b5 }
.widget-social a:hover{opacity: 0.8;}
.sidebar-link{margin: auto;}
.sidebar-link li {
  color: #1a1a1a;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*.sidebar-link li:last-child{border:0;padding:0;margin:0;}*/
.sidebar-link li a {
  color: #1a1a1a;
  font-weight: bold;
  padding-left: 5px;
}
.sidebar-link li a:hover{color:#93daf8}
.sidebar-link li span{float:right;}
.widget-banner img {
	width: 100%;
}
.instagram-link{margin:0 -5px}
.instagram-link li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.33%;
}
.instagram-link li a{}
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase;
}
.sidebar-tad li a:hover{background:#93daf8;color:#fff}
/* blog column */
.blog-column{}
.blog-column .blog-title {
  font-size: 18px;
  line-height: 1.5;
}
.blog-2-column .blog-title {
  font-size: 22px;
  line-height: 1.5;
}
.pagination-col{}
.pagination-col .pagination{margin-top:0;}
/* blog details */
.details-title h2 {
	font-weight: 700;
	font-size: 26px;
}
.blog-details .meta-info {
  margin-bottom: 20px;
}
.blog-details .widget-social {
  margin-bottom: 20px;
}
blockquote {
	margin: 0 0 1rem;
	border-left: 4px solid #93daf8;
	padding-left: 12px;
	color: #666;
	font-weight: 600;
	font-style: italic;
}
/* blog details */
.blog-title.blog-title-sm {
	font-size: 20px;
}
.blog-content-img img {
	width: 100%;
}
.blog-post-tag > a {
  border: 1px solid #ededed;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
.blog-post-tag > a:hover{background: #93daf8;border-color: #93daf8}
.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}
.blog-share-icon> a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}
.blog-share-icon> a:hover{color: #93daf8}
.blog-share-icon {
  margin-top: 8px;
}

/* 招聘 */
 .tab-content {
    margin-top: 70px;
}
.job-tab {
	text-align: center
}

.job-tab .job-tab-switch {
	text-align: center;
	width: auto;
	float: none;
	display: inline-block;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 30px;
	background: #fff none repeat scroll 0 0
}

.job-tab-switch li {
	display: inline-block
}

.job-tab-switch li>a {
	border-radius: 30px !important;
	display: inline-block !important;
	padding: 10px 30px !important;
	text-transform: capitalize !important;
	color: #111;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}

.job-tab-switch li>a.active {
	border-radius: 30px !important;
	display: inline-block !important;
	padding: 10px 30px !important;
	text-transform: capitalize !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	background: #93daf8 none repeat scroll 0 0 !important;
}

.jobguru-job-tab-area .tab-content {
	margin-top: 30px;
}

.jobguru-job-tab-area .tab-content li,
.sidebar-list-single {
	display: block;
	margin-bottom: 15px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 20px;
	border-radius: 4px;
}

.job-sidebar-list-single {
	margin-top: 50px;
}


.jobguru-job-tab-area .tab-content li:hover,
.sidebar-list-single:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1)
}

.top-company-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	top: 0;
}
.neirong {
border-top:1px solid #ddd;padding:45px 0;
}
.top-company-list .company-list-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 3px;
}
.top-company-list .company-list-details>h3 {
	font-size: 24px;float:left;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	color: #202020;
}

.top-company-list .company-list-details>h3>a {
	color: #202020
}

.company-list-details .youbian{
float:right;
}

.company-list-details .youbian p {
	display: inline-block;
	margin-right: 10px;border:none;
}

.company-list-details .youbian p i {
	margin-right: 7px;
}

.company-state i {
	color: #16a8d8;
}

.open-icon i {
	color: #ef8c45;
}

.varify i {
	color: #4bd518;
}

.rating-company {
	background: #febe42 none repeat scroll 0 0;
	line-height: normal;
	padding: 0 6px;
	border-radius: 4px;
	color: #fff;
}

.candidate-text-inner p.rating-company {
	display: inline-block;
	font-size: 18px;
}

.candidate-text-inner ul {
	margin-top: 10px;
}

.candidate-text-inner ul li {
	display: inline-block;
	margin: 0 2px
}

.candidate-text-inner ul li i {
	color: #febe42;
	font-size: 17px;
}

/* blog comments */

.comments-avatar {
  float: left;
  width: 103px;
}
.comments-text {
  overflow: hidden;
  padding-left: 30px;
}
.avatar-name > h5 {
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.avatar-name > span {
    color: #646464;
    float: right;
    font-size: 12px;
}
.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-box {
  margin-bottom: 50px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.comments-text > a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
}
.comments-text > a:hover{background: #93daf8;border-color: #93daf8}

.post-comments-form {}
.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}
.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.post-comments-form  button{}

/* 13. pagination */
.pagination {
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}
.pagination ul > li > a {
	background: #FFF;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 700;
	display: inline-block;
	padding: 9px 18px;
	border: 1px solid #ddd;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	color: #fff;
	background: #93daf8;
	border-color: #93daf8;
}


/* 9. testimonial-wrapper */
.single-testimonial{position: relative;}
.single-testimonial::before {
	content: "\f10e";
	right: 25px;
	position: absolute;
	bottom: -40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #777777;
	font-size: 174px;
	line-height: 1;
	opacity: .08;
}
.single-testimonial p {
	font-size: 24px;
	color: #444444;
	line-height: 1.2;
	margin-bottom: 25px;
}
.test-title {
	padding-left: 10px;
}
.test-title h5 {
	font-size: 16px;
	color: #444444;
	margin: 0;
	font-weight: 500;
}
.test-title span {
	color: #777777;
	font-size: 13px;
}
.testimonial-wrapper {
  border: 1px solid #ebebeb;
  margin-top: 60px;
  padding: 0 40px 35px;
}
.testimonial-img {
  margin-bottom: 25px;
  margin-top: -59px;
    display: inline-block;
  text-align: center;
}
.testimonial-wrapper > p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}
.client-info > h4 {
  font-size: 18px;
  font-weight: 500;
}
.client-info > span {
  color: #777777;
  font-size: 14px;
}

.pr { position: relative;}
.pa{ position: absolute;}
.fl {float: left;}
.oh{ overflow: hidden;}
.timediv,.time ul li{ height: 627px;}

.timename .top{padding:20px 0; margin-top: 50px;}
.timename .top a,.time ul li,#timeleft,#timeright{ background: url(../Images/jl.png) no-repeat;}
.timename .top a{ background-position: 0 -654px; padding:13px 19px; color: #012269; font-size:24px; }
.timename  .p1{ color: #222; font-size: 20px;}
.timename  .p2{ color: #666; font-size: 12px;}
.time-ul-div{ height: 100%; }
.time{height: 685px;}
.time ul{ width: 100000%; padding-left:150px; border-bottom:2px solid #ddd}
.time ul li{background-position: 0 -473px; width:28px; height: 28px;margin-top:278px; cursor: pointer; margin-right: 140px; }
.time ul li dl{ width: 286px; height: 220px; margin-left: -153px;left:50%; }
.time ul li.base dl{ bottom:0px;padding-left:50px;font-size: 12px;    margin-bottom: 0rem;}
.time ul li.even dl{ top:29px;}
.time ul li dl dt{ /*height: 75px;*/ padding: 0px 0 0 20px; font-size:14px;    font-weight: 200;}
.time ul li dl dt span{ color: #005881; margin: 0 21px 0 -27px; font-weight: bold;}
.time ul li dl .dd1{ height: 40px; line-height: 40px; /*background: #dcdcdc;*/ font-size:18px;padding-left:20px;margin-bottom: 0rem;}
.time ul li.base dl .dd2{ width: 0; height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent; border-top: 12px solid #dcdcdc; left:50%; margin-left: -6px;}
.time ul li.even dl .dd2{ width: 0; height: 0; border-left: 6px solid transparent;border-right: 6px solid transparent; border-bottom: 12px solid #dcdcdc; left:50%; margin-left: -6px;top:-12px;}

.time ul li.base:hover dl .dd2{ border-top-color: #eac017;}
.time ul li:hover dl{ color: #012269;}
.time ul li.even:hover dl .dd2{ border-bottom-color: #eac017;}
.time ul li:hover{background-position: 0 -507px;}
#timeleft,#timeright{ width: 48px; height: 48px;}
#timeleft{ background-position:0 -420px; left:-48px;top: 263px;}
#timeright{ background-position:0 -597px; right:-48px;top: 263px;}

.tpimg{ background: url(../Images/bj2_02.jpg) no-repeat top center; height: 340px;}
.tpimgul{width: 1250px; padding:50px 0;}
.tpimgul li{ margin-left:24px; width:280px;}
.tpimgul li .div{ border:1px solid #acc1d3; padding: 7px 0;    height: 229px; background: #fff;}
.tpimgul li .tpname{ line-height: 40px; font-size: 16px;}
.tpimgul li:hover .div img{ transform: scale(1.3);-webkit-transform: scale(1.3);-ms-transform: scale(1.3);-moz-transform: scale(1.3);-o-transform: scale(1.3);}
 a.two-a{background: #eac017;; color: #1a1a1a;}
#marqueebox{ width:1200px; overflow:hidden; margin:0 auto;}
#marqueeson{ width:11a1a1a0%;}
#marqueeson_cont{float:left;overflow:hidden;zoom:1;}
#marqueeson img{border:none;}
#marqueeson_hidden{float:left}

.dtname{ font-size:18px;height: 40px;margin-top: 40px;}
.dtname p{height: 40px; line-height: 40px; width:50%;}
.dtname a{ color: #333; height: 40px; line-height: 40px; width: 100px;}
.dtname a.current{ color: #012269;}


/* testimonial 2 */
.testimonial-bg .test-thumb img {
	display: inline-block;
	margin-bottom: 12px;
	width: 75px;
}
.testimonial-bg .single-testimonial p {
	font-size: 18px;
	color: #ddd;
	line-height: 1.4;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.1);
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.1)), to(transparent));
	background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.1), transparent);
	line-height: 1.8;
	padding: 30px;
	margin: 0;
}
.testimonial-bg .test-title h5 {
	color: #ddd;
}
.testimonial-bg .test-title span {
	color: #999;
}
.testimonial-bg .single-testimonial::before {
	display: none;
}
.testimonial-bg .test-info {
	margin-bottom: 35px;
}


/* testimonial 3 */
.testimonial-box {
	border: 1px solid #e2e2e2;
	padding: 50px 37px;
}
.testimonial-box p {
	margin: 0;
}
.test-thumb img {
	display: inline-block;
}
.test-thumb {
	text-align: center
}
.slick-center .testimonial-box {
	border-color: #93daf8;
}



/* 10. footer */
.subscribe-title h2 {
	font-size: 35px;
	font-weight: 700;
	color: #93daf8;
}
.subscribe-form  form {
  position: relative;
}
.subscribe-title p {
	margin: 0;
}
.subscribe-form form input {
	border: 0;
	border-radius: 0;
	height: 60px;
	padding: 0 15px;
	width: 100%;
	background: #1a1a1a1a1a1a;
	color: #ddd;
}
.subscribe-form form input::placeholder {
  color: #fff;
  opacity: .5;
}
.subscribe-form form input:-moz-placeholder {
  color: #fff;
  opacity: .5;
}
.subscribe-form form button {
	background: #93daf8 none repeat scroll 0 0;
	border: 0 none;
	color: #3b3f42;
	font-weight: 600;
	height: 100%;
	padding: 0 40px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}
.subscribe-separator {
	border-bottom: 1px solid #444444;
}




.footer-bg {
	background-size: cover;
	background-position: center center;
}
.footer-widget p{
text-align:center ;    margin-bottom: 0px;	color: #999;
}
.footer-widget > h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #999;
	/* opacity: .9; */
}
.black-footer .footer-widget > h3{color: #fff}
.copyright-area {
	border-top: 1px solid #444;
}
.footer-info > li {
  color: #777777;
  font-size: 17px;
  line-height: 30px;
}
.black-footer .footer-info > li {
	color: #999;
}
.footer-link > li {color: #999;font-size: 14px;

}
.footer-link.link-full > li {
  width: 100%;
}
.footer-link li a {
	color: #777;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	/*padding-left: 20px;*/
	position: relative;
}
.black-footer .footer-link li a {
	color: #999;
}
.black-footer .footer-widget p {
	color: #999;
}
.footer-link li a:hover{color: #93daf8}
.footer-link li a::before {
  /*content: "\f0da";
  left: 0;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900*/
}


.footer-widget > form {
  position: relative;
}
.footer-widget form input {
	border: 1px solid #5b5b5b;
	border-radius: 0;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #222;
}
.footer-widget form button {
	background: #93daf8 none repeat scroll 0 0;
	border: 0 none;
	color: #3b3f42;
	font-weight: 600;
	height: 100%;
	padding: 0 30px;
	position: static;
	right: 0;
	text-transform: uppercase;
	top: 0;
	height: 40px;
	margin-top: 8px;
	font-size: 14px;
}
.footer-icon > a {
  color: #3b3f42;
  font-size: 14px;
  margin-right: 40px;
}
.black-footer .footer-icon > a {
	color: #999;
}
.footer-icon > a:hover{color: #93daf8}
.copyright-text > p {
  margin: 0;color: #999;font-size: 14px;
}
.black-copyright .copyright-text > p {
	color: #999;
}
.footer-menu{}
.footer-menu ul{}
.footer-menu ul li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu ul li a{color: #999}
.black-copyright {
	background: #2e2e2e;
}

/* extra info */
.extra-info {
	background: #222 none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 400px;
	z-index: 88;
	transform: translateX(100%);
}
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left{right:inherit;left: 0;transform: translateX(-100%);}
.extra-info.extra-info-left.info-open{transform: translateX(0);}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #93daf8;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.instagram > a {
  float: left;
  width: 33.33%;
}
.instagram img {
  width: 100%;
}
.social-icon-right > a {
  border: 2px solid #ddd;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.instagram {
  overflow: hidden;
}

/* 11. team-area */
.project-thumb { position: relative;}
.alignright {
    display: inline;
    float: right;
}
.alignleft {
    display: inline;
    float: left;
}
.section.section-project {
	background: #fff;    width: 100%;
}

.section.section-project .custom-button {
	margin-top: 15px;
}

.section-project  .alignleft {
	margin-right: 70px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 50%;
}

.section-project img {max-width: 100%;
	vertical-align: middle;
}

.section-project .project-block {
	clear: both;background:#f0f0f0;
	overflow: hidden;
}

.section-project .alignright {
	margin-left: 70px;
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 50%;
}

.section-project .custom-button {
	margin-left: 0;
}

.section-project .entry-content {
	margin: 0;
}

.section-project .project-section {
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	margin-top: 30px;
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
}

.section-project .featured-project-section {
	padding: 80px;   
}
.section-project .featured-project-section p{
	padding-top: 30px;
}
.section-project .featured-project-section h2{
	color: #333;font-size:24px;font-weight: 600;
}
.section-project .featured-project-meta span{
	color: #333;font-size:20px;padding-bottom:10px;line-height:30px;
	/*font-style: italic;*/border-bottom: 4px solid #1a1a1a;
	font-weight: 500;
}

.project-section .alignleft:after {
	content: "";
	display: block;
	border-right: 25px solid #f0f0f0;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	right: 0;
	position: absolute;
	top: 43%;
}
.project-thumb {
	position: relative;
}
.project-section .alignright:after {
	content: "";
	display: block;
	border-left: 25px solid #f0f0f0;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	left: 0;
	position: absolute;
	top: 43%;
}

/* History */
.history-tabs li {
	margin-bottom: 10px;
	margin-right: 15px;
}
.history-tabs li a {
	border: 1px solid #cccccc;
	display: block;
	color: #444444;
	font-weight: 600;
	padding: 15px 15px;
  line-height: 1;
  position: relative;
}
.history-tabs li a.active::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #F8CA4D;
	content: "";
	position: absolute;
	top: 50%;
	right: -9px;
	transform: translateY(-50%);
}
.history-tabs li a.active,.history-tabs li a:hover{
  background: #f8ca4d;
  color: #222;
  border-color: #f8ca4d;
}

.history-paragraph h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}
/* 14 our-mission */
.faq-img {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.faq-padding{padding-left: 50px;}
.our-mission .btn-link {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
}
.our-mission .btn-link::before {
	background: #93daf8 none repeat scroll 0 0;
	border: 1px solid #93daf8;
	content: "-";
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	width: 30px;
	top: -4px;
	text-align: center;
	color: #fff;
}
.our-mission .btn-link.collapsed::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #282828;
	content: "+";
	height: 30px;
	line-height: 30px;
	position: absolute;
	width: 30px;
	text-align: center;
	color: #333
}
.our-mission .btn-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}
.btn-link:focus{text-decoration: none}
.our-mission .card-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.our-mission .card {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	background-clip: border-box;
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	min-width: 0;
	overflow-wrap: break-word;
	position: relative;
	padding: 15px 20px;
}
.our-mission .card-body {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem 1.25rem 1.25rem 0;
	padding-bottom: 0;
}

/* page title area */
.page-title h1 {
	color: #fff;
	font-size: 62px;
	font-weight: 700;
}
.breadcrumb-item > a {
	color: #fff;
	font-size: 17px;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "-";
}
.breadcrumb-item.active {
	color: #ccc;
}

/* video */
.video-area {
	padding: 250px 0;
}
.video-text a {
	display: inline-block;
}
.video-text span {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin-left: 20px;
	line-height: 1;
	position: relative;
	display: inline-block;
	top: 5px;
}

/* 22. our-pricing-area */
.our-pricing-area{}
.pricing-wrapper {
	border: 1px solid #e9e9e9;
}
.pricing-icon {
	margin-bottom: 20px;
	margin-top: 50px;
}
.pricing-icon i {
	font-size: 48px;
	color: #02151e;
}
.pricing-top {
	margin-bottom: 50px;
}
.pricing-top h3 {
	font-weight: 600;
	color: #333333;
	font-size: 30px;
	margin-bottom: 0;
}
.pricing-text {
	padding: 50px 0;
}
.pricing-text h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}
.pricing-text h2 span {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.pricing-menu {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 38px;
	padding-top: 39px;
	padding-bottom: 29px;
}
.pricing-menu li {
	color: #777777;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 18px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-button {
	margin-bottom: 38px;
}
.pricing-button a {
	border: 1px solid #a2a2a2;
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	font-size: 12px;
	border-radius: 30px;
	color: #333;
	text-transform: uppercase;
	transition: .3s;
	padding: 15px 30px;
	margin-top: 38px;
}
.pricing-button a:hover{background:#93daf8;border-color:#93daf8;color:#fff;}
.pricing-button.active > a {
	background: #93daf8;
	border-color: #93daf8;
	color: #fff;
}
span.sepa {
	font-size: 37px !important;
}


/* 12. service area */
.service-box {
  border: 2px solid transparent;
  padding: 0px 0;
  transition: .3s
}
.service-box:hover{/*border-color: #f2f2f2*/}
.service-box i {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 50px;
}
.service-box > h3 {
	color: #1a1a1a;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 12px;
	padding-left: 14px;
	position: relative;
}
.service-box > h3::before {
	position: absolute;
	content: "";
	background: #93daf8;
	height: 14px;
	width: 3px;
	left: 0;
	top: 5px;
}
.service-box.service-3 img {
	margin-bottom: 20px;
	width: 100%;
}
.service-box > p {
    margin-bottom: 20px; font-size: 18px;color: #1a1a1a;
}
.service-box > span {
   float:right;margin-top: 25px;margin-right: 15px;font-size: 18px;color: #1a1a1a;
}
.service-link {
	color: #1a1a1a;border:2px solid #1a1a1a;padding:0 10px;
	font-weight: 600;font-size: 18px;
	margin-top: 15px;
	display: inline-block;
}
.service-box > h3.heading-no-border {
	margin-bottom: 10px;
	padding-left: 0;
	margin-top: 7px;
}
.service-box > h3.heading-no-border:before {
	display: none;
}




/* service 2 */
.service-wrapper{}
.service-wrapper {
	padding: 50px 40px;border-top: 5px solid #1a1a1a;
	/*box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);*/
	background-position: center center;
  background-repeat: no-repeat;
  transition: all .3s;
}
.service-wrapper:hover {
	transform: translateY(-10px);
}
.service-wrapper img {
	margin-bottom: 30px;
}
.service-wrapper h2 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.service-wrapper p {
	margin-bottom: 25px;
}
.service-wrapper a {
	border: 2px solid #93daf8;
	color: #444;
	padding: 11px 20px;
	display: inline-block;
	line-height: 1;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
}
.service-wrapper a:hover {
	border: 2px solid #93daf8;
	background: #93daf8;
	color:#fff;
}
.service-wrapper {}
.service-wrapper{}

/* service page 2 */
.service-box.service-3 {
	padding-bottom: 30px;
	border-bottom: 2px solid #999;
}
.service-box.service-3:hover {
	border-color: none;
	border-bottom: 2px solid #1a1a1a;
}
.service-box.service-3 h4{font-weight: 600;}
.sidebar-link ul {
	padding: 25px 30px;
}
.servicee-sidebar h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 20px 30px;
	line-height: 1;
	background: #93daf8;
	margin: 0;
}
.sidebar-link ul li {
	/*border-bottom: 1px solid #d9d9d9;*/float:left;
	padding-bottom: 0px;margin:10px 25px;
}
/*.sidebar-link ul li:last-child{margin: 0;padding: 0; border: 0}*/
.sidebar-link ul li a {
	color: #a7a7a7;
	font-weight: 600;
	display: block;
	line-height: 3;background:url(../images/listbg.png) center bottom no-repeat;
	font-size: 24px;
}

.sidebar-link ul li a:hover {
	color: #93daf8;background:url(../images/listbg2.png) center bottom no-repeat;
}
#bot{color: #93daf8;background:url(../images/listbg2.png) center bottom no-repeat;}

.sidebar-download{}
.servicee-sidebar img {
	width: 100%;
}
.sidebar-download ul li {
  margin-bottom: 24px;
}
.sidebar-download ul li:last-child{margin: 0}
.sidebar-download ul li a {
	border: 1px solid #e1e1e1;
	display: block;
  padding: 15px 30px;
  color: #777777;
  font-size: 17px;
}
.sidebar-download ul li a i {
	margin-right: 15px;
	font-size: 24px;
	position: relative;
	top: 3px;
}
.sidebar-download h3,.sidebar-testimonial h3 {
	background: none;
	padding-left: 0;
	padding-top: 0;
}
.sidebar-testimonial h3 {
	padding: 0;
	margin-bottom: 15px;
}
.sidebar-download h3 {
	color: #444;
}
.test-item p {
	margin-bottom: 24px;
}
.test-img {
	float: left;
}
.test-name h5 {
	font-size: 16px;
	color: #555555;
	margin-bottom: 0;
	margin-top: 3px;
}
.test-name span {
	font-size: 12px;
}
.test-name {
	padding-left: 10px;
}
.sidebar-testimonial {
	padding: 25px;
}
.service-details h3 {
	font-size: 22px;
	font-weight: 700;
}
.service-details img {
	width: 100%;
}
.s-details-img img {
	width: 100%;
}


/*服务模式*/
.hu_page1{padding-top:30px;width:1200px;height:620px;background:url(../images/page1.png) center no-repeat; margin:auto;margin-top:70px;}
.hu_page1 li{height: 140px;float:left;}
.hu_page1 li h1{margin-bottom:10px;color:#333;font-size:22px;font-weight: bold;line-height:24px; }
.hu_page1 li span{font-size:12px;color:#444;line-height:24px;  }
.hu_page1 .li1{padding-left:20px;width:260px;margin:0 60px;}
.hu_page1 .li2{padding-left:0px;width:300px;margin:0 60px;}
.hu_page1 .li3{padding-left:0px;width:280px;margin-left:30px;}
.hu_page1 .li4{padding-left:50px;padding-top:320px;width:280px;margin:0 60px;}
.hu_page1 .li5{padding-left:50px;padding-top:320px;width:290px;margin:0 40px;}
.hu_page1 .li6{padding-left:50px;padding-top:320px;width:260px;margin-left:80px;}
.hu_page1 a:hover { color: #f60; }

 .newslist{margin-top:50px}
@media only all and (max-width: 1024px){
 .newslist{width:85%;margin:0 auto}
}
.newslist .news_li{float:left;width:580px;margin:0 10px 40px 0px}
@media only all and (max-width: 1024px){
.newslist .news_li{width:45%}
}
@media only all and (max-width: 768px){
.newslist .news_li{float:none;width:100%;text-align:center;margin:0 auto}
}
@media only all and (max-width: 320px){
    .newslist .news_li{width:75%}
}
.newslist .news_li img{float:left;width:220px;height:220px;display:block}
@media only all and (max-width: 1024px){
    .newslist .news_li img{width:40%}

}@media only all and (max-width: 768px){
     .newslist .news_li img{display:none}
 }
 .newslist .news_txt{display:block;width:350px;height:220px;float:left;background-color:#fff;padding:20px 20px 0px 20px}
 @media only all and (max-width: 1024px){
     .newslist .news_txt{width:50%;padding:20px 3% 0px 3%}
 }
 @media only all and (max-width: 768px){
     .newslist .news_txt{float:none;margin:0 auto;margin-top:20px;width:88%;height:85px}
 }
 @media only all and (max-width: 640px){
.newslist .news_txt{height:auto;padding:20px 3% 10px 3%;text-align: left;}
 }
 .newslist .news_txt:hover{background:url(../images/news_listbghover.png) no-repeat 0px 0px #93daf8}
 .newslist .news_txt span{font-size:18px;color:#222;font-weight:600;}
 .newslist .news_txt:hover span{color:#fff}
 .newslist .news_txt p{line-height:25px;font-size:16px;padding-top:8px;color:#767676}
 .newslist .news_txt h5{font-size:16px;color:#808080;padding-top:20px}
 @media only all and (max-width: 768px){ 
.newslist .news_txt h5{padding-top:15px}
 }
.newslist .news_txt:hover p,.newslist .news_txt:hover h5{font-size:16px;color:#fff}

.gduo{ height:30px; line-height:30px; background:#f7f7f7; overflow:hidden; margin:15px 0px; padding:0 10px;width:100%}
.gduo span{ float:right; width:49%; overflow:hidden; height:30px; display:block;text-align:center}
.gduo a{  font-weight:bold;}
.ks5{ border:1px solid #ccc; width:450px; height:80px; margin-top:10px;}



/*服务模式手机*/

.appointment {
    padding: 50px 0px 120px;
}
.appointment .box{
    text-align: center;
}
.appointment .box h4{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.appointment .box p{
    color: #777;
    font-size: 16px;
    line-height: 26px;
}

.appointment .box .icon{
        border-radius: 50%;
        /*background-color: rgb(0, 178, 138);*/
        position: relative;
        width: 130px;
        height: 130px;
        text-align: center;
        margin-bottom: 5px;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 50px;
        line-height: 130px;
        color: #fff;
}
.appointment .box .icon::after{
    position: absolute;
    content: " ";
    /*background-color: rgb(0, 178, 138);*/
    opacity: 0.102;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    left: -10px;
    top: -10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.appointment .box:hover .icon,
.appointment .box:hover .icon::after
{
    /*background-color: #93daf8;*/
}


.appointmentForm  .bg1{
background: #00b28a;
width: 60%;
float: left;
display: inline-block;
}

.appointmentForm  .bg2{
background: #f66;
width: 40%;
float: left;
display: inline-block;
}

.appointmentForm{
    margin-top: 117px;
}

.appointmentForm h3{
     color: #fff;
     padding: 42px 50px 42px;
     display: block;
     text-align: left;
}
.appointmentForm h3 i{
    font-size: 22px;
    transform: rotate(90deg);
    margin-right: 10px;
}
.appointmentForm .form-row>.col, 
.appointmentForm .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.appointmentinputs{
    padding: 49px 40px 34px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}

.appointmentinputs input,
.appointmentinputs select{
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 236, 236);
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    color: #777777;
    padding: 0px 15px
}
.appointmentinputs select:focus{
     outline: 0px;
}
.appointmentinputs input.submit{
    cursor: pointer;
    text-transform: uppercase;
    background: #00b28a;
    border-color: #00b28a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.appointmentinputs input.submit:hover{
    background: #f66;
    border-color: #f66;
}

.appointmentinputs .form-group {
    margin-bottom: 20px;
}



/* 13. contact area */
.contact-form {

}
.contact-form > h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}
.contact-form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: currentcolor currentcolor #cccccf;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	font-size: 13px;
	height: 50px;
	margin-bottom: 30px;
	width: 100%;
	border: 0;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.contact-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: currentcolor currentcolor #cccccf;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	height: 125px;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
}
.contact-form button{}

.contact-info > span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.contact-info {

}
.contact-info h2 {
	color: #414149;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact-meta-info h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-meta-info > p {
	margin-bottom: 0;
}
#contact-map{height: 500px;}

/* 4. cta area */
.cta-text{max-width:600px;margin-left:38%;}
.search{margin-top:10px;border:3px solid #1a1a1a;}
.search input{width:79%;font-size:14px;height:40px;color:#333;padding:0px 20px;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;outline:none}
.search .search-btn{display:inline-block;margin-left:-6px;cursor:pointer;color:#444;width:21%;height:40px;font-size:14px;line-height:40px;border-left:3px solid #1a1a1a;text-align:center;background:url(../images/so.jpg) center no-repeat;text-indent:-999px;}
.search .search-btn:hover{text-decoration:none}
.ntitle{background:#f5f5f5 ;color:#444;padding:15px;width:100%;}
/*新闻列表显示*/
.text-pic2{}
.text-pic2 figure{padding:10px 0 ;border-bottom:1px solid #dedede;margin-bottom:15px;}
.text-pic2 figure .figure-img6{float:left;margin-right:30px;height:149px;width:230px;overflow:hidden;text-align:center;}
.text-pic2 figure img{height:100%;margin:0 auto;}
.text-pic2 figcaption h1{line-height:40px;font-weight: normal;margin-bottom:10px; }
.text-pic2 figcaption h1 a{color:#333;font-size:22px;}
.text-pic2 figcaption p{line-height:24px;overflow:hidden;color:#333}
.text-pic2 figcaption .info {font-size:12px;color:#888;margin-top:15px;}


.cta-button .btn {}
.cta-button .btn:hover{color:#93daf8;}
.cta-button .btn i{margin-left:5px;}
/* scrollUp */
a#scrollUp {
  background: #222 none repeat scroll 0 0;
  bottom: 30px;
  color: #fff;
  height: 45px;
  line-height: 44px;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
  font-size: 18px;
}
a#scrollUp:hover{background:  #93daf8;color: #fff}

/* intro */
/* Section_heading */
.sec_heading{border-bottom:5px solid #999;width:100%;}
.sec_heading h2 { font-size: 30px;
	color:#1a1a1a;
	display: inline-block;
	font-weight: 700;float:left;
	padding-bottom: 20px;letter-spacing:2.5px;
	position: relative;padding-left: 5px;
	/*text-transform: uppercase;*/
	margin: 0px;
}
.sec_heading h2:before {
	background: #1a1a1a none repeat scroll 0 0;
	bottom: -4.5px;
	content: "";
	height: 5px;
	left: 0%;
	transform: translateX(0%);
	position: absolute;
	width: 140px;
}

.sec_heading2 h2 { font-size: 24px;
	color:#1a1a1a;
	display: inline-block;
	font-weight: 700;float:left;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin: 0px;
}
.sec_heading3{border-bottom:5px solid #999;width:100%;}
.sec_heading3 h2 { font-size: 30px;
	color:#1a1a1a;
	display: inline-block;
	font-weight: 700;float:left;
	padding-bottom: 20px;letter-spacing:1px;
	position: relative;padding-left: 5px;
	/*text-transform: uppercase;*/
	margin: 0px;
}
.sec_heading3 h2:before {
	background: #1a1a1a none repeat scroll 0 0;
	bottom: -4.5px;
	content: "";
	height: 5px;
	left: 0%;
	transform: translateX(0%);
	position: absolute;
	width: 180px;
}
/* 14. who we */
.cover-bottom{background-position: center bottom;background-size: cover}
.who-we-box {
	padding: 30px 40px;
	border-bottom: 0px solid #93daf8;
	/*box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);*/
}
.section-title h5 {
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}
.sec-tit{}
.who-we-box p {
	margin-bottom: 40px;
}
.who-we-box h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
}
.expert-list li{}
.expert-list li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 500;
	padding-left: 33px;
	margin-bottom: 20px;
}
.expert-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 400;
	content: "\e86d";
	font-family: 'Linearicons-Free';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.expert-list li a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.expert-list.list-block li {
	width: auto;
	display: block;
	float: none;
}
/* brand */
.single-brand {
	text-align: center;
}
.single-brand a {
	display: inline-block;
}
.box-70{
	margin: 0 70px;
}

@media only screen and (max-width: 767px) {
.section-project .project-thumb {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
}
.section-project .featured-project-section {
    padding: 40px;
}
.hu_page1{display:none}

.time{height: 605px;}
.time ul {padding-left: 150px;}
.time ul li{ margin-top: 208px;margin-right: 100px;}
.time ul li dl {
    width: 236px;
    margin-left: -153px;
}
#timeleft {
    left: -28px;
}
#timeright {

    right: -28px;
}
}

@media (min-width: 768px){
.appointment{display:none}
#timeleft{display:none}
#timeright{display:none}
}