
/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.网站顶部导航                          
 3.General code                   
 4.content - home sections                              
 5.Portfolio pages                           
 6.Blog pages       
 8.Contact page                               
 9.Single post                            
 10.About page                            
 11.Shop Page           
 12.Single Project page         
 13.网站底部
 14.nouislider style (used in priccing range)
 15.Single page
 16./*新添加的合作伙伴模块*/

/*-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*-------------------------------------------------*/
/* =  2.网站顶部导航
/*-------------------------------------------------*/

.menu-area {
	padding: 15px 0;
	box-shadow: 0px 0px 43px 0px rgba(23, 17, 96, 0.3);
	position: relative;
	z-index: 999;
	background-color: #233142;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin-left: 35px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	font-size: 14px;
	/*font-weight: 600;*/
	font-family: 'Muli', sans-serif;
	line-height: 1;
	color: #ffffff;
	padding: 33px 0;
	display: block;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #20adff;
	text-decoration:none;
}
/*.main-menu nav > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 22px;
	height: 0px;
	width: 0;
	border-top: 4px dotted #20adff;
	opacity: 0;
	-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;
}*/
.main-menu nav > ul > li:hover > a::before {
	width: 29px;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #20adff;
}
.main-menu nav > ul > li.active > a::before {
	width: 29px;
	opacity: 1;
}

/*新添加按钮*/
.loginbtn { display:block; margin-top:20px;}
.loginbtn > div { float:left; display:block; width:40%; line-height:40px; font-size:14px; text-align:center; color:#fff; margin-left:4%; cursor: pointer;}
.loginbtn > div > i { margin-right:5px;}
.loginbtn > div > a {color:#ffffff;}
.lv { background-image: linear-gradient(to bottom left,#77e66e,#27e6ba);}
.lan { background-image: linear-gradient(to bottom left,#5f84ee,#58bcf7);}

.mb0 { margin-bottom: 0px!important;}
.main-menu ul li .submenu {
	position: absolute;
	z-index: 9;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #233142;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li .submenu .submenu {
	position: absolute;
	z-index: 9;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 225px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: -15px;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #233142;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li .kuan { min-width: 450px}
.main-menu ul li .morekuan {width: 1050px;}
.main-menu ul li .morekuan li { width: 25%!important;}
.main-menu ul li .kuan li { float:left; width: 33.3%;}

.main-menu ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}


.main-menu ul li .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 25px;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.gradient-bg {
	background-image: -moz-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -webkit-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -ms-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
}
.logo { margin-top:15px;}

@media (max-width: 480px) { 
	.logo { margin-top:0;}
	.loginbtn {margin-top:0px;}
	.ftco-domain {padding: 1em 0;}

 }

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

h1 {
    color: #000000;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;    
}

h2 {
    color: #464646;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;    
}

h3 {
    color: #000000;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-bottom: 22px;
}

h4 {
    color: #000000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

h5 {
    color: #000000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

p {
    color: #9a9a9a;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 18px;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

a,.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;
}

#container {
    /*padding-top: 158px;*/
    background: #fff;
}

#container.boxed {
    max-width: 1220px;
    margin: 0 auto;
    box-shadow: 0 0 35px #aeaeae;
    -webkit-box-shadow: 0 0 35px #aeaeae;
    -moz-box-shadow: 0 0 35px #aeaeae;
    -o-box-shadow: 0 0 35px #aeaeae;
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

body {
    background: #e9e9e9;
}

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

/*slider*/
.big_white span {
    font-weight: 600;
}

.modern_medium_light {
    background: #0b7af0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
}

.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}


.large_text span {
    font-weight: bold;
}

.welcome-box {
    padding: 45px 0 40px;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFFFFF),
        color-stop(1, #F0F0F0)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
}

.welcome-box h1 span {
    font-weight: 600;
    color: #0076f9;
}

.welcome-box p {
    color: #868686;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.services-box {
    position: relative;
    padding: 40px 0 10px;
    border-bottom: 1px solid #d3d3d3;
}

.shadow-image {
    position: absolute;
    left: 50%;
    margin-left: -544px;
    bottom: -51px;
}

.services-post {
    padding: 10px 0;
    margin-bottom: 30px;
}

.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 66px;
    height: 66px;
    background: #0076f9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #0076f9;
    left: 0px;
    top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:hover {
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.services-post > a:hover:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #0076f9;
    left: -7px;
    top: -7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 66px;
}

.services-post-content {
    margin-left: 86px;
    padding-top: 10px;
}

.services-post-content h4 {
    margin-bottom: 3px;
}

.recent-works {
    padding-top: 50px;
    padding-bottom: 20px;
   /* background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #EAF4F8),
        color-stop(1, #B7C1C5)
    );
    background-image: -o-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -moz-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -webkit-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: -ms-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
    background-image: linear-gradient(to bottom, #EAF4F8 0%, #B7C1C5 100%);*/
}


.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background: none;
    top: -40px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 0.5;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}


.baibj { background-color: #ffffff;/* border-radius: 10px;*/ }
.ztbox {padding: 20px;}
.carousel-control.left {
    /*right: 28px;*/
    left: auto;
    background: rgba(0,118,249,0.3);
}

.carousel-control.left:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 8px;
}
.hdright {left:auto!important;
background-color: #26c3ff !important;
	color: #262626 !important;
}
.carousel-control.right {
    left: 30px;
    background: rgba(0,118,249,0.3);
}

.hdleft { right: 28px;background-color: #26c3ff !important;}
.zt-bt { font-size: 30px; color: #ffffff; font-weight: 400;}
.zt-bt1 {color:#ffffff; font-size: 12px; text-transform:uppercase;}

.redmore {
	float: right;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 5px 10px;
    background:linear-gradient(to bottom left,#0089ff,#a0cbff);
    border-radius: 5px;
    color: #ffffff;
}

.redmore1 {
	    float: right;
    padding: 5px 10px;
    background: linear-gradient(to bottom left,#0089ff,#a0cbff);
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    right: 14px;
    margin-top: -30px;
}

.redmore1 a {color:#ffffff;}
.redmore i,.redmore1 i { margin-left:5px;}

.carousel-control.right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 10px;
}

.carousel-control.left:hover {
    background: rgb(0,118,249);
    opacity: 1;
}

.carousel-control.right:hover {
    background: rgb(0,118,249);
    opacity: 1;
}

.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}

.work-post-gal {
    position: relative;
}

.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.work-post-content {
    background: #fff;
    padding: 20px;
}

.work-post-content span {
    display: inline-block;
    color: #4984aa;
    /*font-style: italic;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.work-post-content h5 a {color:#262626;}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,118,249,0.8);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}

.hover-box span {display: inline-block;
 color: #fff;
 position: relative;
 top: 65%;
 left: 41%;
}

.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}

.hover-box a.zoom {
    right: 50%;
    margin-right: 5px;
    background: url('../images/zoom.png') center center no-repeat;
}

.hover-box a.page {
    left: 40%;
    margin-left: 5px;
    background: url('../images/page.png') center center no-repeat;
}

.partners {
    padding: 50px;
    background: url('../upload/banner1.jpg');
    overflow: hidden;
}

.partners h3 {
    color: #fff;
}

.partners .carousel-control {
    border: 1px solid #fff;
    background: transparent;
}

.partners .carousel-control.left:hover {
    background: rgba(255,255,255,0.3);
}

.partners .carousel-control.right:hover {
    background: rgba(255,255,255,0.3);
}

.partners .carousel-control.left:before {
    top: -2px;
    left: 8px;
}

.partners .carousel-control.right:before {
    top: -2px;
    left: 9px;
}

.partner-list {
    overflow: hidden;
    padding-top: 10px;
}

.partner-list li {
    float: left;
    width: 16.8%;
    margin-left: 4%;
}

.partner-list li:first-child {
    margin-left: 0;
}

.partner-list li img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.title-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
}

.juzuo { text-align: left !important;}

.title-section p {
    color: #868686;
    font-size: 19px;
    line-height: 25px;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 5px;
    font-size: 32px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    border: 1px solid #dbdbdb;
    opacity: 1;
    padding: 0;
    width: 64px;
    height: 37px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin-bottom: 25px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    border: 1px solid #0076f9;
    background: #0076f9;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    color: #0076f9;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 37px;
}

.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-buttons {
    margin-top: -75px;
}

.news-item {
    margin: 15px;
    margin-bottom: 40px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news-item .inner-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item .inner-item img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-item:hover .inner-item img {
    -webkit-filter: blur(2px) grayscale(1);
    -moz-filter: blur(2px) grayscale(1);
    -o-filter: blur(2px) grayscale(1);
    -ms-filter: blur(2px) grayscale(1);
    filter: blur(2px) grayscale(1);
}

.latest-post {
    border-bottom: 1px solid #dedede;
	background: #265f86;
}

.news-item h5 {
    margin-bottom: 5px;
    line-height: 22px;
	color: #ffffff;
}

.news-item p {
    line-height: 22px;
    margin-bottom: 10px;
}

.time { 
	display: block;
	float: left;    
	line-height: 35px;
    color: #9a9a9a;
}

.time i {margin-right: 5px; font-size: 16px;color: #565656;}

a.read-more {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #0076f9;
    color: #0076f9;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
}

a.read-more i {
    color: #0076f9;
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.read-more:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hover-item {
    position: absolute;
    top: 50%;
    margin-top: -56px;
    left: 0;
}

.hover-item ul li {
    margin-bottom: 5px;
}

.hover-item ul li a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin-left: -100%;
    text-decoration: none;
    background: #117bf1
}

.hover-item ul li a i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.hover-item ul li a.autor {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-item ul li a.date {
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
}

.hover-item ul li a.comment-numb {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.item:hover .hover-item ul li a {
    margin-left: 0;
}

.why-convertible-box {
    padding-top: 60px;
}

.why-convertible-box h1 {
    margin-bottom: 10px;
}

.why-convertible-box h1 span {
    font-weight: 600;
}

.why-convertible-box h1 i {
    color: #0076f9;
    margin-left: 10px;
}

.why-convertible-box p {
    margin-bottom: 15px;
}

.why-convertible-box p a {
    color: #0076f9;
    font-weight: 700;
}

.tag-list li {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 15px;
}

.tag-list li a {
    display: inline-block;
    color: #0076f9;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border: 1px solid #0076f9;
    padding: 5px 10px;
    background: #fff;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tag-list li a i {
    color: #0076f9;
    font-size: 17px;
    margin-right: 4px;
    vertical-align: middle;
}

.tag-list li a:hover {
    opacity: 0.7;
}

.upper-box {
    padding-bottom: 30px;
    margin-bottom: 45px;
    position: relative;
}

.upper-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: url('../images/border-bottom.png') center center no-repeat;
}

ul.device-list {
    overflow: hidden;
    margin-bottom: 45px;
}

ul.device-list li {
    float: left;
    margin-left: 53px;
    position: relative;
}

ul.device-list li img {
    max-width: 100%;
}

ul.device-list li:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f064';
    top: 134px;
    left: -38px;
    color: #0076f9;
    font-size: 18px;
}

ul.device-list li:first-child {
    margin-left: 0px;
}

ul.device-list li.device2 {
    padding-top: 28px;
}

ul.device-list li.device3 {
    padding-top: 32px;
}

ul.device-list li.device4 {
    padding-top: 77px;
}

.testimonials-box {
    padding: 50px 0;
    /*background: url('../upload/banner2.jpg');*/
}

.testimonials-box h3 {
    color: #fff;
    margin-bottom: 70px;
}

.bxslider li {
    overflow: hidden;
	height: 400px;
	padding-top: 50px;
}

.ronghe li {width: 90% !important;
	margin: 0 auto;}


.bxslider.ronghe li img {
    float: left;
    max-width: 230px;
   
    border-radius: 10px;
   border: none;
    padding: 12px;
}


.bxslider li img {
    float: left;
    max-width: 156px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 12px;
}

.message-content {
    margin-left: 226px;
    margin-top: 22px;
}

.message-content p {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    margin-bottom: 18px;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 24px 40px;
    line-height: 30px;
}

.message-content p:after {
    position: absolute;
    content: '';
    width: 21px;
    height: 40px;
    left: -21px;
    top: 35px;
    background: url('../images/arrow.png') center center no-repeat;
}

.message-content h6 {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-left: 40px;
}

.message-content h6 span {
    font-weight: 700;
}

.staff-box {
    padding: 50px 0;
    border-bottom: 1px solid #dedede;
	background: url("../images/hdztbj.jpg");
}

.staff-post {
    margin-bottom: 30px;
    height: 320px;
}

.staff-post-content {
    background: #0076f9;
    padding: 20px 23px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
}

.staff-post-content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.staff-post-content span {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.staff-post-gal {
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staff-post:hover .staff-post-gal {
    padding-top: 52px;
}

.staff-post-gal img {
    padding: 12px;
    width: 100%;
}

.staf-social {
    text-align: center;
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staff-post:hover .staf-social {
    top: 0;
}

.staf-social li {
    display: inline-block;
    margin-left: 3px;
}

.staf-social li:first-child {
    margin-left: 0px;
}

.staf-social li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #0076f9;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a i {
    font-size: 13px;
    text-align: center;
    color: #0076f9;
    line-height: 29px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a:hover i {
    color: #ffffff;
}

.staf-social li a:hover {
    background: #0076f9;
}

.infographic-box {
    padding: 50px 0 30px;
    border-bottom: 1px solid #dedede;
}

.skills-bar {
    text-align: center;
}

.skills-bar p {
    color: #cccccc;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.gender-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.gender-list li,
.stars-list li {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 19px;
}

.stars-list li {
    margin-left: 28px;
}

.gender-list li a {
    display: inline-block;
}

.gender-list li a i {
    font-size: 80px;
}

.gender-list li a i.fa-male {
    color: #0076f9;
}

.gender-list li a i.fa-female {
    color: #e2e2e2;
}

.gender-list li:first-child,
.stars-list li:first-child {
    margin-left: 0px;
}

.stars-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;    
}

.stars-list li a i {
    font-size: 50px;
    color: #0076f9;
}

.stars-list li:nth-child(n+11) a i {
    color: #e2e2e2;
}

.product-box {
    padding: 50px 0 30px;
}

.product-post {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-post:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-post img {
    width: 100%;
}

.product-post-gal {
    position: relative;
}

.product-post-gal span.price {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    padding: 11px 14px;
    background: #0076f9;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    opacity: 0.5;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.product-post:hover span {
    opacity: 1;
}

.product-post-content {
    text-align: center;
    padding: 14px 20px;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-bottom-left-radius: 5px;
    -webkit-bottom-left-border-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-bottom-right-border-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.product-post-content h5,.product-post-content p {color:#ffffff;}

ul.product-list {
    margin-top: 16px;
}

ul.product-list li {
    display: inline-block;
    margin-left: 6px;
}

ul.product-list li:first-child {
    margin-left: 0px;
}

ul.product-list li a {
    display: inline-block;
    width: 66px;
    height: 38px;
    border: 1px solid #dbdbdb;
    background: #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.product-list li a:hover {
    background: #0076f9;
}

ul.product-list li a i {
    font-size: 15px;
    color: #555555;
    text-align: center;
    line-height: 38px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.product-list li a:hover i {
    color: #fff;
}

.convertible-banner {
    padding: 28px 0;
   /* background: url('/images/banner3.jpg');*/
	background-color: #265f86;
	
}

.convertible-banner p {
    padding-left: 60px;
    margin-right: 160px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 54px;
    background: url('../images/con-icon.png') left center no-repeat;
}

.convertible-banner p span {
    font-weight: 400;
}

.convertible-banner a {
    display: inline-block;
    float: right;
    text-align: center;
    width: 141px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border: solid 1px rgba(255,255,255,.5);
    background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: -moz-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: -o-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.convertible-banner a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.accord-tab-box {
    padding-top: 40px;
    padding-bottom: 20px;
}

.accordion-box {
    margin-bottom: 20px;
}

.accord-elem {
    margin-bottom: 20px;
}

.accord-title {
    padding: 16px 14px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.accord-title h5 {
    padding-right: 48px;
}

.accord-title h5 i {
    color: #007aff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

a.accord-link {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #dbdbdb;
    background: url('../images/plus.png') center center no-repeat;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active a.accord-link {
    background: url('../images/minus.png') center center no-repeat;
}

a.accord-link.opened {
    background: url('../images/minus.png') center center no-repeat;
}

.accord-content {
    display: none;
    padding: 22px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
}

.accord-content span.image-content {
    display: inline-block;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 22px;
    background: #007aff;
}

.accord-content span.image-content i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 68px;
    vertical-align: middle;
}

.accord-elem.active .accord-content {
    display: block;
}

.tab-content-box {
    text-align: center;
    padding: 60px;
    border: 1px solid #dbdbdb;    
}

.tab-box {
    text-align: center;
    padding: 65px 0 83px;
    border: 1px solid #dbdbdb;
    min-height: 365px;   
}

.tab-content {
    display: none;
}

.tab-content:first-child {
    display: table;
}

ul.tab-links {
    border: 1px solid #dbdbdb; 
    border-top: none;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tab-links li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dbdbdb; 
}

ul.tab-links li:first-child {
    border-left: none; 
}

ul.tab-links li a {
    display: inline-block;
    width: 100%;
    padding: 12px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a i {
    font-size: 30px;
    color: #007aff;
    display: block;text-align: center;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover {
    color: #fff;
    background: #007aff;
}

ul.tab-links li a:hover i {
    color: #fff;
}

#container.boxed .bx-wrapper .bx-controls-direction a {
    border: none;
    width: 52px;
}


.bx-wrapper {background:#dceeff; border-radius: 10px;}
/*-------------------------------------------------*/
/* =  Portfolio pages
/*-------------------------------------------------*/

.home-portfolio {
    margin-top: 30px;
}

.page-banner {
    padding: 22px 0;
    /*background: url('../upload/banner1.jpg');*/
	background-color: #233142;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-banner h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 42px;
    float: left;
    margin-bottom: 0;
}

ul.page-tree {
    float: right;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.page-tree li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

ul.page-tree li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -26px;
}

ul.page-tree li:first-child {
    margin-left: 0px;
}

ul.page-tree li:first-child:before {
    content: '';
}

ul.page-tree li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.filter {
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

ul.filter li {
    float: left;
    border-right: 1px solid #dbdbdb;
}

ul.filter li a {
    position: relative;
    display: inline-block;
    color: #7e7e7e;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    padding: 12px 17px;
    background: #fff;
}

ul.filter li a.active,
ul.filter li a:hover {
    color: #fff;
    background: #0076f9;
}

ul.filter li a.active:after,
ul.filter li a:hover:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #0076f9;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a i {
    color: #7e7e7e;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: middle;
}

ul.filter li a.active i,
ul.filter li a:hover i {
    color: #fff;
}

.portfolio-container {
    width: 1170px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.portfolio-container .work-post {
    margin: 15px;
}

.portfolio-container .work-post .work-post-content,
.latest-projects .work-post .work-post-content {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: linear-gradient(to top, rgba(0,0,0,.08), rgba(255,255,255,.08));
}

.with-4-col .portfolio-container .work-post {
    width: 262px;
}

.with-3-col .portfolio-container .work-post {
    width: 360px;
}

.with-2-col .portfolio-container .work-post {
    width: 555px;
}

ul.pagination-list {
    margin-bottom: 38px;
}

ul.pagination-list li {
    display: inline-block;
}

ul.pagination-list li a {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 5px 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pagination-list li a.active,
ul.pagination-list li a:hover {
    background: #007aff;
    color: #fff;
}

/*-------------------------------------------------*/
/* =  Blog pages
/*-------------------------------------------------*/

.home-blog {
    margin-top: 30px;
}

.blog-box .news-item {
    margin: 0px;
    margin-bottom: 40px;
	display: flow-root;
}

.you {float: right;}

.search-widget {
    margin-bottom: 30px;
}

/*.lanmnav { text-align: right; display: table; margin-bottom: 40px;}
.lanmnav a {display: inline-block; padding: 5px 10px; color: #262626;font-size: 16px; margin-left: 10px;}
.lanmnav a:hover {color:#007aff; }*/
.active1 {border-bottom: solid 3px #007aff;}

.search-widget input[type="search"] {
    color: #716565;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #007aff;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #007aff;
    font-size: 18px;
}

.sidebar-widgets .widget > h5 {
    margin-bottom: 20px;
}

.tabs-widget ul.tab-links {
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0;
}

.tabs-widget ul.tab-links li a {
    font-size: 13px;
}

.tabs-widget ul.tab-links li a:hover {
    background: #fff;
    color: #007aff;
}

.tabs-widget {
    margin-bottom: 30px;
}

.tabs-widget .tab-box {
    padding: 0;
    text-align: left;
    min-height: 20px;
}

.tabs-widget .tab-box .tab-content {
    padding: 20px;
}

.tabs-widget .tab-content ul li {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
}

.tabs-widget .tab-content ul li img {
    float: left;
    width: 45px;
}

.tabs-widget .tab-content ul li h6 {
    line-height: 17px;
    color: #aeaeae;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-left: 55px;
}

.tabs-widget .tab-content ul li h6 a {
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
}

.tabs-widget .tab-content ul li h6 a:hover {
    color: #007aff;
}

.accordion-widget {
    margin-bottom: 10px;
}

.accordion-widget .accord-content {
    padding: 18px;
}

.sidebar .tags-widget {
    margin-bottom: 20px;
}

.sidebar .text-widget {
    margin-bottom: 20px;
}

.blog-box.with-one-col .news-item {
    overflow: hidden;
}

.blog-box.with-one-col .inner-item {
    max-width: 250px;
    float: left;
    margin-right: 30px;
}

.home-style {
    padding: 40px 0;
}

.hot-news {border:solid 1px #dedede; padding: 20px;}
.hot-news h5 {font-size: 18px; font-weight: bold; margin-bottom: 20px; border-bottom: solid 1px #dedede; padding-bottom: 15px;}

.newslist { display: block;}
.newslist ul { margin: 0; padding: 0; text-decoration: none;}
.newslist ul li { line-height: 20px; margin-bottom: 15px;font-weight: 400;}
.newslist ul li span {text-align:right; /*float: right;*/ color: #a0a0a0;}

.newslist ul li a {color:#4D4D4D;}
.newslist ul li a:hover {color: #0076f9;}
.newslist ul li .time {float:none; text-align: right;}
.newslist ul li img {display:block; width:100%; height:80px;}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/

.map {
    height: 470px;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 50px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.contact-information {
    margin-bottom: 35px;
}

.contact-information p {
    margin-bottom: 20px;
}

ul.contact-information-list li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e2e2e2;
}

ul.contact-information-list li span {
    display: inline-block;
    color: #9a9a9a;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

ul.contact-information-list li a {
    display: inline-block;
    color: #9a9a9a;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

ul.contact-information-list li i {
    margin-right: 10px;
    color: #a8a8a8;
    font-size: 17px;
}

#contact-form,#contact-form2 {
    overflow: hidden;
    margin-bottom: 35px;
}

#contact-form .red,#contact-form2 .red {color: #FF0E12;font-size: 14px; padding-right: 5px;}

#form {
    overflow: hidden;
    margin-bottom: 35px;
}

#contact-form i,#contact-form2 i {
    color: #a8a8a8;
    font-size: 15px;
}

#form i {
    color: #a8a8a8;
    font-size: 15px;
}


#contact-form .xqiubiao i,#contact-form2 .xqiubiao i {
    color: #ff4545;
    font-size: 12px;
}

#form .xqiubiao i {
    color: #ff4545;
    font-size: 12px;
}

.text-input {
    overflow: hidden;
}

.float-input,
.float-input2 {
    width: 50%;
    float: left;
    padding-right: 7px;
    position: relative;
}



.textarea-input {
    position: relative;
}

.float-input span,
.float-input2 span,
.textarea-input span {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
}

.float-input2 span {
    left: 18px;
}


.float-input2 {
    padding-right: 0px;
    padding-left: 7px;
}

@media (max-width:484px) {
	
	.float-input,
.float-input2 {
    width: 100%;
    float: left;
    padding-right: 0px;
    position: relative;
}
	
	.float-input2 {
    padding-right: 0px;
    padding-left: 0px;
}
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #737373;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 12px 32px 12px 50px;
    display: block;
    margin-bottom: 10px;   
}

#form input[type="text"],
#form textarea,
.form input[type="text"],
.form textarea {
    color: #737373;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 12px 32px 12px 90px;
    display: block;
    margin-bottom: 10px;   
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    border: 1px solid #007aff; 
}

#form input[type="text"]:focus,
#form textarea:focus {
    border: 1px solid #007aff; 
}

#contact-form textarea,#contact-form2 textarea {
    height: 110px;
    padding-left: 90px;
}

#form textarea {
    height: 110px;
    padding-left: 90px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    float: right;
    margin-top: 8px;
    color: #fdfdfd;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 13px 20px;
    background: #0076f9;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#form input[type="submit"],
.form input[type="submit"] {
    float: right;
    margin-top: 8px;
    color: #fdfdfd;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 13px 20px;
    background: #0076f9;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#form input[type="submit"]:hover,
.form input[type="submit"]:hover {
    opacity: 0.8;
}

.msg,
.msg2 {
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}

.msg.error,
.msg2.error {
    color:#eb2c06;
}

.msg.success,
.msg2.success {
    color:#008000;
}


#contact-form .xqiubiao input[type="text"],
#contact-form textarea,
.comment-form .xqiubiao input[type="text"],
.comment-form textarea, 
#contact-form2 .xqiubiao input[type="text"],
#contact-form2 textarea  {
    color: #737373;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 12px 32px 12px 90px;
    display: block;
    margin-bottom: 10px;   
}



/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

.single-post-content {
    margin-bottom: 20px;
    overflow: hidden;
}

.single-post-content img {
    width: 100%;
    margin-bottom: 30px;
}

.single-post-content h2 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 28px;
}

.single-post-content p {
    line-height: 22px;
    margin-bottom: 20px;
}

.comment-section {
    margin-bottom: 10px;
}

.comment-box {
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-box img {
    float: left;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    max-width: 78px;
}

.comment-content {
    margin-left: 98px;
    padding-top: 8px;
}

.comment-content h6 {
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}

.comment-content h6 span {
    display: inline-block;
    margin-left: 6px;
    color: #b8b8b8;
    font-size: 11px;
}

.comment-content p {
    color: #868686;
    font-weight: 400;
}

.comment-content a.reply-comment {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    background: #0076f9;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-content a.reply-comment:hover {
    opacity: 0.8;
}

ul.depth {
    margin-left: 98px;
}

.comment-form input[type="text"],
.comment-form textarea {
    border: 1px solid #007aff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 17px 21px;
    font-size: 12px;
}

.comment-form textarea {
    height: 179px;
}

.comment-form input[type="submit"] {
    margin-top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;    
}

.leave-comment {
    margin-bottom: 40px;
}

/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/

.about-us-text img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.about-us-text p span,
.company-mission p span {
    font-weight: 700;
    color: #0076f9;
}

.skills-progress p {
    font-weight: 300;
    clear: both;
    margin-bottom: 6px;
}

.skills-progress p span {
    display: inline-block;
    color: #0076f9;
    float: right;
    font-weight: 400;
}

.meter { 
    height: 20px;  /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 8px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #0076f9;
}

.company-mission > span.icon {
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid #0076f9;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.company-mission > span.icon:after {
    position: absolute;
    content: 'O';
    color: #0076f9;
    font-size: 43px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    left: 13px;
    line-height: 60px;
}

.staff-box.vers2 .staff-post-gal {
    border: 1px solid #0076f9;
}

.pricing-box {
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
}

ul.pricing-table {
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
}

ul.pricing-table:hover {
    box-shadow: 0 0 20px #c6c6c6;
}

ul.pricing-table li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
}

ul.pricing-table li:first-child {
    padding: 35px 0;
    border: none;
    background: #0076f9;
}

ul.pricing-table li p {
    color: #555555;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

ul.pricing-table li:first-child p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

ul.pricing-table li:first-child span {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px;
}

ul.pricing-table li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    background: #0076f9;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;    
}

ul.pricing-table li a:hover {
    opacity: 0.8;    
}

.pricing-table.standard li {
    border: none;
    border-bottom: 1px solid #005ec7;
    background: #0076f9;
}

.pricing-table.standard li:first-child {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.pricing-table.standard li:last-child {
    border-bottom: none;
}

.pricing-table.standard li p {
    color: #fff;
}

.pricing-table.standard li:first-child p,
.pricing-table.standard li:first-child span {
    color: #0076f9;
}

.pricing-table.standard li a {
    background: #ffffff;
    color: #0076f9;
}

.clients-section {
    padding-bottom: 50px;
}

.clients-section .partner-list li {
    width: auto;
    margin: 0;
    text-align: center;
    margin-left: 38px;
    margin-bottom: 20px;
}

.clients-section .partner-list li:first-child {
    margin-left: 0px;
}

.clients-section .partner-list img {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Shop page
/*-------------------------------------------------*/

.shop-home {
    margin-top: 30px;
}

.shop-page .product-post {
    margin-bottom: 30px;
}

.top-bar {
    padding: 9px;
    border: 1px solid #dbdbdb;
    height: 50px;
    margin-bottom: 30px;
}

.top-bar .left-block {
    float: left;
}

.top-bar .right-block {
    float: right;
}

.select-filter label {
    display: inline-block;
    margin: 0 9px 0 6px;
    color: #535353;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.select-filter .select-box {
    display: inline-block;
    margin-right: 10px;
}

.select-filter select {
    height: 30px;
    width: 100px;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.top-bar .right-block span {
    color: #535353;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 9px;
}

.top-bar .right-block a {
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   background: #0076f9;
}

.top-bar .right-block i {
   font-size: 15px;
   color: #fff;
   line-height: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-bar .right-block a:hover i {
   opacity: 0.7;
}

.shop-widget {
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.shop-widget h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 14px;
    background: #0076f9;
}

.category-shop-list > li {
    border-top: 1px solid #dedede;
}

.category-shop-list > li:first-child {
    border-top: 1px solid #dedede;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
    color: #fff;
    background: #0076f9;
    opacity: 0.6;
}

.category-shop-list li a.accordion-link:after {
    position: absolute;
    content: '+';
    color: #7b7b7b;
    font-size: 15px;
    font-family: arial;
    font-weight: 700;
    right: 9px;
    top: 5px;
}

.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after {
    color: #fff;
}

.category-shop-list li a.accordion-link.active:after {
    content: '-';
    right: 13px;
}

.accordion-list-content {
    border-top: 1px solid #dedede;
    display: none;
}

.accordion-list-content li {
    margin: 5px 0;
    padding-left: 17px;
    position: relative;
}

.accordion-list-content li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    background: #767676;
    top: 50%;
    left: 8px;
}

.accordion-list-content li a {
    display: inline-block;
    color: #767676;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

ul.popular-product {
    padding: 0 10px;
}

ul.popular-product li {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

ul.popular-product li:first-child {
    border-top: none;
}

ul.popular-product li img {
    float: left;
    width: 50px;
}

ul.popular-product li div {
    margin-left: 60px;
}

ul.popular-product li h6 {
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-top: 4px;
}

ul.popular-product li h6 a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.popular-product li h6 a:hover {
    color: #0076f9;
}

ul.popular-product li span {
    color: #0076f9;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
}

#start-val,
#end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    max-width: 50px;
}

#end-val {
   float: right;
   text-align: right;
}

/*-------------------------------------------------*/
/* =  Single project page
/*-------------------------------------------------*/

.single-project-content {
    margin-bottom: 40px;
}

.single-project-content img {
    width: 100%;
    margin-bottom: 30px;
}

.single-project-content h2 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 28px;
}

.single-project-content p {
    line-height: 22px;
    margin-bottom: 20px;
}

.latest-projects {
    margin-bottom: 40px;
}

/*-------------------------------------------------*/
/* =  13.网站底部
/*-------------------------------------------------*/

.black-bg {
	background: #1e2331;
}
.pb-35 {
	padding-bottom: 35px;
}
.pt-90 {
	padding-top: 90px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}

.footer-text p {
	color: #90949c;
	margin-bottom: 0;
}



.fw-title h5 {
	font-size: 18px;
	color: #e7e7e7;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	
	border-left: solid 3px #25e6b9;
	text-indent: 10px;
}
.fw-link ul li {
	display: block;
	margin-bottom: 10px;
}
.fw-link ul li a {
	color: #90949c;
	display: inline-block;
	transform: translateX(0);
}
.fw-link ul li a:hover {
	color: #ff4800;
	transform: translateX(5px);
}
.fw-link ul li:last-child {
	margin-bottom: 0;
}

.copyright-text p {
	color: #90949c;
	margin-bottom: 0;
}
.copyright-text p a {
	color: #ff4800;
}
.footer-cat-wrap {
	background: #212635;
	border-top: 2px solid #1e2330;
	border-bottom: 2px solid #1e2330;
	margin-bottom: 75px;
}
.single-footer-cat {
	height: 125px;
	display: flex;
	align-items: center;
}
.single-footer-cat a {
	display: flex;
	align-items: center;
	width: 100%;
}
.footer-cat-icon i {
	font-size: 24px;
	color: #b9b9bd;
	line-height: 1;
	transition: .3s ease-in-out;
}
.single-footer-cat a span {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #90949c;
	margin-left: 10px;
	display: block;
}
.single-footer-cat a:hover i {
	color: #c73f0d;
}

.footer-line {
    padding: 10px;
    background: #1c212f;
    overflow: hidden;
}

.footer-line p {
    float: left;
    padding: 12px 0;
    color: #fff;
    font-weight: 400;
}

.footer-line a.go-top {
    display: inline-block;
    position: relative;
    float: right;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.footer-line a.go-top:hover {
    opacity: 0.7;
}

.footer-line a.go-top:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    font-size: 28px;
    width: 100%;
    color: #007aff;
    vertical-align: middle;
    text-align: center;
}

.footer-widget img { display:block; width: 110px; height: 110px; margin: 0 auto;}
.qita p {font-size: 14px; color: #ffffff; line-height: 22px;}
.qita .tel { font-size:35px; font-weight: bold; margin-top: 10px; border-left: solid 6px #25e6b9; text-indent: 5px; line-height: 30px;}

/*-------------------------------------------------*/
/* =  nouislider style (used in priccing range)
/*-------------------------------------------------*/

.noUi-target * {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-touch-callout: none;
    -ms-touch-action: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        cursor: default;
}
.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.noUi-handle {
    background: #EEE;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -6px 0 0 -6px;
    border: 1px solid #bdbdbd;
    background: #ebebeb url('../images/price-range.png') center center no-repeat;
}
.noUi-connect {
    background: Teal;
    background: #394f61 url('../images/price-range.png') center center no-repeat;
}
.noUi-background {
    background: #f5f5f5;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: #0076f9;
}
.noUi-origin-upper {
    background: inherit !important;
}
.noUi-z-index {
    z-index: 10;
}
.noUi-vertical {
    width: 40px;
    height: 100%;   }
.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}
.noUi-vertical .noUi-handle  {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}
.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}


/*-------------------------------------------------*/
/* =  Single page
/*-------------------------------------------------*/

#container.single-page {
    padding-top: 0;
}

.single-page .section {
    margin-bottom: 60px;
}

.single-page #home-section,
.single-page #team-section {
    margin-bottom: -60px;
}

.single-page #team-section .staff-box {
    border-bottom: none;
}

.single-page .welcome-box {
    margin-bottom: 40px;
    border-top: 1px solid #EBEBEB;
    padding: 31px 0 40px;
}

.single-page .welcome-box {
    margin-bottom: 40px;
}

.single-page .welcome-box h1 {
    margin-bottom: 5px;
}

.single-page #about-section .welcome-box {
    margin-bottom: 0px;
}

.single-page #about-section .services-box {
    margin-bottom: 50px;
}

.single-page #contact-section .welcome-box {
    margin-bottom: 30px;
}

.single-page footer {
    padding: 0;
}

.home-box {
    position: relative;
    overflow: hidden;
}

.home-box .background-view {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.slider-caption {
    position: absolute;
    height: 300px;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    left: 0;
}

.slider-caption .flexslider {
    height: 85px;
    background: none;
    margin: 120px 0;
    background: rgba(0,0,0,0.3);
}

.slider-caption .flex-direction-nav {
    display: none;
}

.slider-caption p.flex-caption {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
}

.slider-caption p.flex-caption span {
    font-weight: 300;
}

.slider-caption .flex-control-nav {
    bottom: -80px;
}


/*新添加的合作伙伴模块*/

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
	justify-content: center!important;}
.plugin-wrap {
	padding: 0;
}

.plugin-bg {
    background: #fbfbfb;
    z-index: 1;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-115 {
    padding-top: 115px;
}

.mb-55 {
	margin-bottom: 55px;
}

.single-plugin {
	margin-bottom: 30px;
	width: calc(100% / 8);
	float: left;
}

@media (max-width: 480px) { 
	.single-plugin {
	margin-bottom: 10px;
    width: 23%;
    float: left;
    margin-left: 6.5px;
}
	.single-plugin img {width: 100%;}
	

 }
.single-plugin img {
	
	border-radius: 8px;
	transition: .3s linear;
	border: 1px solid #f1eded;
	width: 130px;
}
.single-plugin img:hover {
	box-shadow: 0px 17px 53.94px 4.06px rgba(17, 52, 146, 0.11),inset 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
}

/*添加的首页搜索模块*/
.ftco-domain {
  padding: 3em 0;
  background: #233142; 
}
@media (max-width: 480px) {
	.ftco-domain {padding: 1em 0;}

 }
.remen {
	
	margin-top: 15px;
	font-size: 12px;
	color: #fff;
}

.remen a  {color:#ffffff;
	margin-right: 10px;
    line-height: 20px;
    padding-left: 10px;
display: inline-block;
width: 100px;}

.remen span {color:#30E7FD;    width: 5px;
    height: 5px;
    overflow: auto;
    border-radius: 50%;
    background: #30e7fd}

/*.ftco-animate {
    opacity: 1;
    visibility: hidden;
}*/

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
.fs20 {font-size:18px!important;}

.heading-white {
  color: #fff; }
  .heading-white h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0; }
  .heading-white p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0; }

.domain-form {
  width: 100%;
  display: inline-flex; }
  .domain-form .domain-name {
    width: calc(100% - 70px); }
    @media (max-width: 767.98px) {
      .domain-form .domain-name {
        width: 100%; } }
  .domain-form .domain-select {
    width: 230px; }
    @media (max-width: 767.98px) {
      .domain-form .domain-select {
        width: 100%; } }
  .domain-form .form-group {
    position: relative;
    margin-bottom: 0; 
	display: inline-flex;
	  margin-left: -5px;
}
    .domain-form .form-group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-left: 1px solid #e6e6e6 !important; }
    .domain-form .form-group .form-control {
      height: 70px !important; }
    .domain-form .form-group input, .domain-form .form-group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 14px;
      padding-right: 20px !important;
      color: #000;
      border: none; }
      .domain-form .form-group input.name, .domain-form .form-group select.name {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .domain-form .form-group input option, .domain-form .form-group select option {
        color: #000; }
      .domain-form .form-group input::-webkit-input-placeholder, .domain-form .form-group select::-webkit-input-placeholder {
        color: #000 !important; }
      .domain-form .form-group input::-moz-placeholder, .domain-form .form-group select::-moz-placeholder {
        color: #000 !important; }
      .domain-form .form-group input:-ms-input-placeholder, .domain-form .form-group select:-ms-input-placeholder {
        color: #000 !important; }
      .domain-form .form-group input:-moz-placeholder, .domain-form .form-group select:-moz-placeholder {
        color: #000 !important; }
      .domain-form .form-group input:focus, .domain-form .form-group input:active, .domain-form .form-group select:focus, .domain-form .form-group select:active {
        border: none; }
    .domain-form .form-group .btn-primary {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
	margin-left: -5px;
      color: #fff;
      text-align: center;
      background: #56c8fb;
      background: -moz-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #56c8fb), color-stop(100%, #627bed));
      background: -webkit-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
      background: -o-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
      background: -ms-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
      background: linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c8fb', endColorstr='#627bed', GradientType=1 ); }
  .domain-form .select-wrap {
    position: relative;
    width: 80px; }
  .domain-form .search-domain {
    width: calc(100% - 50px); }
    @media (max-width: 991.98px) {
      .domain-form .search-domain {
        width: calc(100% - 80px); } }
  .domain-form .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000; }
    @media (max-width: 767.98px) {
      .domain-form .icon {
        right: 15px; } }
.xuqiu {display: block; text-align: center;}
.xuqiu button {display:inline-block; border: none; height: 70px; line-height: 70px; padding: 0 50px; color:#ffffff; border-radius: 5px;}
.xuqiu button:first-of-type { margin-right:20px;}
.xuqiu button a {color:#ffffff;}
.xuqiu .green {background:  linear-gradient(to bottom left,#5f84ee,#58bcf7)}
.xuqiu .red {background:  linear-gradient(to bottom left,#ff6406,#ff2536)}
@media (max-width: 480px) { 
	.xuqiu button {line-height: 40px;height: 40px;}	
	
}


/*新添加选项卡*/



.heading-section .subheading {
  font-size: 14px;
  font-size: 500;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px; }

.heading-section h2 {
  font-size: 30px;
  font-weight: 400;
  color: #627bed;  margin-bottom: 50px;}
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 30px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .heading-section.heading-section-white h2 {
      font-size: 30px; } }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.ftco-section {
  position: relative;
  width: 100%;
  display: block; padding: 60px 0; }
  .ftco-section .nav-pills p {
    margin-bottom: 0; }
  .ftco-section .nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    color: #2f89fc;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    bordeR: 1px solid #94c2fd;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 0px;
float: left;
width: 100%;
margin-bottom: 10px;}
    .ftco-section .nav-pills .nav-link.active, .ftco-section .nav-pills .nav-link:hover {
      color: #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #12e6ca;
      background: -moz-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #12e6ca), color-stop(100%, #8be55d));
      background: -webkit-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
      background: -o-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
      background: -ms-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
      background: linear-gradient(45deg, #2d64a9 0%, #025093 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12e6ca', endColorstr='#8be55d', GradientType=1 );
      border: 1px solid transparent; }
      .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-section .nav-pills .nav-link {
        display: block;
        width: 47%;
		  float: left;
		  font-size: 12px;
        margin-bottom: 5px; } }
  .ftco-section .tab-content .tab-pane h2 {
    font-size: 24px; }
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 50%; float: left }
    .ftco-section .tab-content .tab-pane .one-forth img {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-forth img {
          margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-forth {
        width: 100%; } }
  .ftco-section .tab-content .tab-pane .one-half {
    width: 50%; float: left;}
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-half {
        width: 100%;} }

.img-fluid {
    max-width: 100%;
	height: auto;}

.chanshu { font-size: 16px; line-height: 35px; margin-top: 30px;}

/*再试一次选项卡*/

.product-tab {
	background: #fcfcfc;
	padding: 30px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.product-tab-content {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 35px 30px;
}
.product-tab li .btn {
	border: 1px solid #c9cdd6;
	background: transparent;
	box-shadow: none;
	color: #738097;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	margin-right: 10px;
}
.product-tab li .btn.active {
	border-color: #2684fe;
	background: #2684fe;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
	color: #fff;
}
.product-details-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.product-details-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}
.product-details-content h4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.product-details-features {
	margin-top: 35px;
	margin-bottom: 20px;
}
.product-details-content ul li {
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 8px;
	position: relative;
}
.product-details-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
}
.product-details-source {
	margin-top: 35px;
	margin-bottom: 35px;
}
.product-details-content p.product-details-note {
	margin-bottom: 0;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	color: #586275;
	font-weight: 500;
}

/*产教融合板块*/
.pb-70 {
    padding-bottom: 70px;
}
.pt-120 {
    padding-top: 120px;
}
.area-background {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.area-background {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.area-background::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f4faff;
	opacity: .9;
	z-index: -1;
}
.counter-icon {
	height: 120px;
	width: 120px;
	text-align: center;
	margin: 50px auto 25px;
	line-height: 120px;
	
	background:none;
	border-radius: 10%;
	position: relative;
	border: solid 3px #5fadf0;
}

.counter-icon img { margin-top: 30px;width:55px; height: 55px;}

@media (max-width: 480px) {
	.counter-icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
}
	
}
/*.counter-icon::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 205px;
	border-top: 1px dashed #86b8f8;
}*/
.counter-content h2 {
	line-height: 1;
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}
.counter-content > span {
	font-size: 18px;
	color: #262626;
	font-weight: 500;
	line-height: 1;
	display: block;
}
.counter-area .row .col-lg-3:last-child .counter-icon::before {
	display: none;
}

.t-testimonial-wrap {
	background: #fff;
	box-shadow: 0px 1px 46px 0px rgba(11, 60, 123, 0.22);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
	padding: 50px 80px;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.t-testi-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	line-height: 1;
	background: none;
	font-size: 35px;
	color: #cfcfcf;
	z-index: 1;
	left: -40px;
	cursor: pointer;
	transition: .3s ease-in-out;
}


.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.t-testi-active .slick-track {
    padding: 35px 20px;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.t-testi-active .slick-next {
	right: -40px;
	left: auto;
}
.t-testi-active .slick-arrow:hover {
	color: #f75619;
}

.t-single-testimonial {
	display: flex;
	align-items: center;
}

.t-testi-content p {
	font-size: 18px;
	line-height: 35px;
	color: #786d99;
	margin-bottom: 25px;
}
.t-testi-content h5 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.t-testi-content span {
	font-size: 14px;
	font-weight: 600;
	color: #fa5719;
	font-family: 'Muli', sans-serif;
	display: block;
}
.t-testi-img {
	margin-right: 65px;
	position: relative;
	z-index: 1;
}
.t-testi-img::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 325px;
	width: 175px;
	background: #1296db;
	border-radius: 30px;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.t-testi-img img {
	box-shadow: 0px 1px 24px 0px rgba(48, 26, 18, 0.34);
}
.t-testi-content {
	padding: 30px 50px;
	position: relative;
}
.t-testi-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/s_quote01.png);
	width: 33px;
	height: 28px;
	background-repeat: no-repeat;
}
.t-testi-content::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 80px;
	background-image: url(../images/s_quote02.png);
	width: 33px;
	height: 28px;
	background-repeat: no-repeat;
}

.nopadding { padding:0;}

/*首页新闻板块*/
.newskuai { margin-bottom: 40px;}
.newskuai ul li {
	border: solid 1px #e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 10px #e7e7e7;background: #ffffff;
	
}

.newskuai ul li h5 {font-size: 16px; line-height: 35px;}
.newskuai ul li h5 span { width: 8px; height: 8px; background-color: #24e6b9; border-radius: 50%; margin-right: 10px;}
.newskuai ul li h5 a {color:#262626;}
.newskuai ul li p { line-height: 24px;}
.newskuai ul li span {color:#A8A8A8; margin-top: 10px;}

/*新闻页选项卡*/
.price {
	width: auto;
	margin: 0 auto;
}

.price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}

.price .category,.price .category1,.price .category2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	/*margin-left: 10px;*/
	text-align: -webkit-right;
}

.price .category1 {
	text-align: -webkit-center!important;
}

.price .category:after,.price .category1:after,.price .category2:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category:before,.price .category1:before,.price .category2:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.price .category ul li,.price .category1 ul li,.price .category2 ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 18px 25px;
}

.price .category ul li.active,.price .category1 ul li.active,.price .category2 ul li.active {
	border-bottom-color: #00a4ff;
	color: #00a4ff;
}

.price .category1 ul li.active {
	background-color: #00a4ff;
	color: #ffffff;
}

.price .category1 ul li.active a {color:#ffffff;}

.price .cont,.price .cont1,.price .cont2 {
	display: none;
}


.price .cont.active,.price .cont1.active,.price .cont2.active {
	display: block;
}



.price .cont ul li,.price .cont1 ul li,.price .cont2 ul li {
	width: auto;
	float: left;
	margin: 0 10px;
	box-sizing: border-box;

}

.price .cont ul li{
	width: 100%;
	float: left;
	margin: 0 10px;
	box-sizing: border-box;

}

/*.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}*/

.price .cont ul li,.price .cont2 ul li {
	display: block;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	margin-top: 20px;
	padding: 13px 20px 15px;
}

.price .cont ul li,.price .cont2 ul li:last-child { margin-bottom: 20px;}

/*.price .cont ul li :hover,.price .cont2 ul li :hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
	border-color: rgba(229, 229, 229, .73);
}*/

.price .cont ul li a:hover .cont_main h3.title {
	color: #00a4ff;
}

.price .cont ul li a .cont_main {
	display: table-cell;
	vertical-align: top;
}

.price .cont ul li a .cont_main h3.title {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.price .cont ul li a .cont_main p.desc {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	height: 42px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.beizhu { font-size:12px; line-height: 35px; border-bottom: solid 1px #e2e2e2; color:#646464;}
.beizhu span { margin-right: 30px;}

/*分页样式*/

.page_info{text-align:center;margin-top:10px;color:#333;}

.page_info span{padding:0 2px;font-weight:bold;}

.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;margin-bottom: 20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#007aff;}

.page_list a.on{color:#fff;border:1px solid #ccc;background:#007aff;}





/*内容分页*/

.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}

.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}

.contPage a:hover{color:#fff;background:#898989;}

.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*关于我们页面*/
.map {display: flex; width: 100%;}
.jiegou { margin-bottom: 50px;}
.jiegou p {font-size: 14px; line-height: 35px; text-indent: 2em; color: #262626;}
.jiegou img {display:block; width: 80%; margin: 0 auto;}



#form .red {color: #FF0E12;font-size: 14px; padding-right: 5px;}
.san li {width: 30%; margin-left: 27px; height: 90px;float: left; text-align: center;background-color: #ffffff; line-height: 90px; border-radius: 5px;box-shadow: 0px 5px 5px #3f4963;}

.san li span {font-size: 20px !important; line-height: 25px; margin-top: 20px}
.san li span i {color:#0076f9;}
.lianxiwm {background-color: #556080; padding-top: 40px;}

/*弹窗部分*/
textarea.jiagao { width: 100%; height: 150px}
.form-horizontal p { text-align: center; line-height: 30px;color:#DD0104;}
.form-horizontal .control-label i {font-size: 12px; color: #FF1F23;}
.modal-title { text-align:center; font-size: 20px; line-height: 50px; font-weight: bold;}

/*首页部分添加样式*/
.d-md-flex {display: flex;/* margin-top: 50px;*/}
.align-self-center {align-self: center; padding: 20px;}
.xinx { padding-left: 50px !important;}
@media (max-width:484px) {
	.d-md-flex {display: block;}
	.san li {width: 100%; margin: 0;}
	
}

/*产品二级页面样式*/
/*.caise { background: #fb83b5;
    background: -moz-linear-gradient(45deg, #fb83b5 0%, #9a51ff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #fb83b5), color-stop(100%, #9a51ff));
    background: -webkit-linear-gradient(45deg, #fb83b5 0%, #9a51ff 100%);
    background: -o-linear-gradient(45deg, #fb83b5 0%, #9a51ff 100%);
    background: -ms-linear-gradient(45deg, #fb83b5 0%, #9a51ff 100%);
    background: linear-gradient(45deg, #fb83b5 0%, #9a51ff 100%);

}*/

.erjbj {height: 490px; display: flex;}
.c1 {background: url("../images/c1-bj.jpg") top center;}
.c10 {background: url("../images/c2-bj.jpg") top center;}
.c2 {background-color: #174bc3;}
.c3 {background-image: linear-gradient(to bottom left,#0072ff,#f798fd);}
.c4 {background-image: linear-gradient(to bottom left,#6965f8,#6d86fc);}
.c5 {background-image: linear-gradient(to right bottom,#d465f8,#4900f9);}
.c6 {background-image: linear-gradient(to right bottom,#6599f8,#00cbf9);}
.c7 {background-image: linear-gradient(to right bottom,#ffb42a,#ffbc00);}
.c8 {background-image: linear-gradient(to bottom left,#0a0946,#1334d0);}
.c9 {background-image: linear-gradient(to bottom left,#ddeefe,#ddeefe);}


.juzhong {display: inline-block;  margin-top: 80px; }
.juzhong h3 {    font-size: 46px;font-weight: bold;color: #fff; margin-top: 20px;letter-spacing: 3px;}
.juzhong h5 {color:#ffffff;font-size: 18px; font-weight: bold;}
.juzhong p {color:#ffffff; font-size: 12px; line-height: 25px; margin-top: 30px;}
.juzhong a {display:inline-block; padding: 15px 30px; margin-top: 30px; color: #2e4dc3; font-size: 16px;}
.juzhong a:first-of-type { margin-right: 10px;}

.lv1 { background-image: linear-gradient(to bottom left,#d4fffb,#ffffff);}
.lv2 { background-image: linear-gradient(to bottom left,#ffef2e,#ffe217);}
.lan1 { background-image: linear-gradient(to bottom left,#b3fddd,#38fbfa);}
.danlv {background-image: linear-gradient(to top left,#d9fffe,#faffe6);}
.danlv1 {background-image: linear-gradient(to top left,#e5fdff,#e6e8ff);}
.danlv2 {background-image:linear-gradient(to top left,#f1f6ff,#ffffff);}
.danlan {background-image:linear-gradient(to top left,#f3f5f8,#ffffff);}

.bg-light {
  background: #fafafa !important;
  z-index: 0; }

 
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mt-40 { margin-top: 40px;}
.mt-80 { margin-top: 80px;}
.media {background-color: #fff; border-radius: 10px; padding: 15px; box-shadow: 0px 0px 10px #e2e2e2;height: 350px;}

.media-body p { margin-bottom: 15px; line-height: 25px; font-size: 14px;color: #424242;}
.media-body .danju {line-height: 35px; font-size: 20px;}
.media-body span {width: 5px;
    height: 5px;
    background-color: #25e6b9;
    border-radius: 50%;
    margin-right: 10px;}

.icon1 { width:80px; height: 80px; margin: 0 auto; display: flex; background: #000; border-radius: 50%;background-image: linear-gradient(to bottom left,#77e66e,#27e6ba); margin-bottom: 10px;}
.icon1 img {width: 80%; display: block;margin:auto; align-content: center;}

.bg-light1 {background-color: #edf7fe;}
.why { display: block; margin-top: 4em; padding: 50px;}
.why h3 {font-size: 30px; line-height: 50px;}
.why p {line-height: 35px; text-indent: 2em; font-size: 16px;color:#262626;}


/*云产品样式*/
.romana_margin_top30 {
  margin-top: 30px; }
.romana_single_plan p { text-align:left; line-height: 28px;}
.romana_hosting_plan_area_1 { background: rgb(238, 238, 238); }
.romana_section_padding {
    padding: 30px 0px;
}
.romana_single_plan .romana_plan_btn_1 {
    margin-top: 10px;}
.top_line_1 { border-top: 2px solid rgb(206, 117, 59); }
.top_line_2 { border-top: 2px solid rgb(62, 103, 135); }
.top_line_3 { border-top: 2px solid rgb(77, 125, 101); }
.top_line_4 { border-top: 2px solid rgb(187, 138, 142); }
.cp_1 { font-size: 18px; padding: 10px 0px; color: rgb(255, 255, 255); }
.cp_1 h3 { font-size: 18px; line-height: 25px; font-weight: 500; margin-bottom: 0px;}
.sy1 { background: rgb(206, 117, 59); }
.sy2 { background: rgb(62, 103, 135); }
.sy3 { background: rgb(77, 125, 101); }
.sy4 { background: rgb(187, 138, 142); }
.cp_1 a { color: rgb(255, 255, 255); }
.top_zs { font-size: 14px; padding-top: 10px; }
.cp_bt { float: left; width: 100%; height: 50px; font-size: 18px; line-height: 50px; margin-top: 20px; text-align: center; }
.yinying { padding: 20px; margin-top: 20px; background: rgb(255, 255, 255); }
.yinying.b1 { background: url("../../images/a1.jpg") no-repeat; }
.yinying.b2 { background: url("../../images/a2.jpg") no-repeat; }
.yinying.b3 { background: url("../../images/a3.jpg") no-repeat; }
.yinying.b4 { background: url("../../images/a4.jpg") no-repeat; }
.yinying.b5 { background: url("../../images/a5.jpg") no-repeat; }
.yinying p { font-size: 14px; color: rgb(45, 55, 75); }
.yinying .mk { color: #262626; }
.yinying.boxshow-left { border-left: 15px solid #fafafa; }
.yinying.boxshow-right { border-right: 10px solid rgb(255, 255, 255); }

.romana_single_plan .romana_plan_btn_1 a { display: inline-block; width: 100px; height: 40px; text-align: center; line-height: 40px; border-radius: 5px; text-transform: uppercase; font-weight: 600; color: rgb(255, 255, 255); font-size: 14px; border: 1px solid rgb(255, 255, 255); transition-duration: 0.4s; }

.hvr-bounce-to-right, .hvr-bounce-to-left, .hvr-shutter-out-horizontal { overflow: hidden; background-image: linear-gradient(#7ae66f,#2ce8ae)}

.romana_single_plan .romana_plan_icon {
    padding-bottom: 20px;
    padding-top: 30px;
}

.lanmbt {
    font-size: 18px;
}

.romana_single_plan h3 { margin-bottom: 20px; font-size: 18px; color: rgb(255, 102, 0); font-weight: bold; margin-top: 30px; }
.romana_single_plan h3 span { font-size: 12px; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .romana_single_plan h3 { font-size: 17px; }
}

.romana_single_plan .romana_plan_icon { padding-bottom: 20px; padding-top: 30px; }
.romana_plan_icon a { color: rgb(45, 55, 75); }
@media only screen and (max-width: 767px) and (min-width: 0px) {
  .romana_single_plan .romana_plan_icon { padding-bottom: 18px; padding-top: 50px; }
}

.feng { padding: 5px 5px !important; }
.zizhi p { font-size: 16px; line-height: 35px; text-indent: 2em; color: #262626; margin-bottom: 20px; padding: 0 20px;}
.zizhi ul li {font-size: 16px; line-height: 45px; padding: 0 20px;}
.zizhi ul li i,.yingxiao ul li i,.zizhi1 ul li i{color:#25e6b9; margin-right: 10px;}

.zizhi1 ul li {font-size: 16px; line-height: 30px; padding: 0 20px; margin-bottom: 20px;}



.yingxiao h3 { padding-left: 20px; font-weight: bold;}
.yingxiao ul li {font-size: 16px; line-height: 35px; padding: 0 20px; margin-top: 30px;}

.yingxiao .read-more {background-color: #1B4AFC; color: #ffffff; margin-top: 30px; margin-left: 20px;}
.yingxiao .read-more i {color: #ffffff;}

.pjbox {display: block; padding: 10px 15px; background: #ffffff; border-radius: 5px; border:solid 1px #e2e2e2; margin: 0 20px; height: 200px;}
.pjbox p {font-size: 14px; line-height: 25px;color:#262626;}
.pjbox h4 {line-height: 40px;}

.hao p { line-height: 25px; font-size: 16px; color: #262626; margin-bottom: 30px;}
.xuhao {font-size:30px; margin-right: 5px; font-weight: bold;}
.zhineng h2 {font-size:20px; font-weight: bold;}
.zhineng p {font-size:16px; color:#262626; line-height: 35px;}
.chgang {padding:0.5em 2.5em !important;}
.block-6 { height: 300px!important;}
.block-7 { height: 300px!important; padding:30px; margin-top:30px!important;}
.block-8 {height: 170px!important; margin-top: 25px!important;}
.h180 { height: 180px!important;margin-bottom:25px;}
.h520 {height:520px;}


.youshi {display: block; }
.youshi ul li {display: block; float: left; width: 18%; padding: 20px; border: solid 1px #e2e2e2; margin-left: 20px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0px 10px 10px #e2e2e2; }
.youshi ul li p {line-height: 24px; font-size: 14px; margin-top: 15px; text-align: center;color:#262626;}
.youshi ul li img {display: block; margin: 0 auto; width: 60px; height: 60px;}
@media (max-width: 484px) {
  .youshi ul li { width: 46%; margin-left: 10px;}
}


/*筛选器样式*/
.relative {
    position: relative;
}
.shaixuan-tj{
	font-size: 14px;
}
.shaixuan-tj span , .shaixuan-tj i {
	margin: 10px 5px 10px 0; 
	float: left;
	line-height: 28px;
	height: 28px;
}
.border {
    border: 1px #ddd solid;
}
.mb10 {
    margin-bottom: 10px;
}
.shaixuan-tj span.crumb-select-item{
	position: relative;
    float: left;
    height: 26px;
    line-height: 26px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    padding: 0 32px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
}
.shaixuan-tj span.crumb-select-item i{
	float: none;
	margin: 0;
    display: block;
    position: absolute;
    width: 25px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    right: 0;
    top: 0;
}
.shaixuan-tj span.crumb-select-item em , .shaixuan-tj span.crumb-select-item i{
    color: #e4393c;
}
.shaixuan-tj span.crumb-select-itemon{
	border-color: #e4393c;
}
.shaixuan-tj span.crumb-select-itemon i{
	background: #e4393c;
	color: #fff;
}.shaixuan-tj a:hover{
	color: inherit;
}
.shaixuan-btn{
	float: right;
	width: 105px;
}
.shaixuan-btn span{
	display: block;
	float: right;
	border: 1px solid #e8e8e8;
	height: 34px;
	width: 103px;
	line-height: 34px;
	margin: 6px 0;
	background: #f6f6f6;
	font-size: 14px;
	color: #666;
	text-align: center;
	cursor: pointer;
}
.shaixuan-btn span i{
	font-size: 18px;
	color: #666;
	margin-left: 5px;
}
.search-by{
	padding: 0 20px;
	width: 100%;
}
.search-by dl{
	width: 100%;
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px dotted #CCC;
    overflow: hidden;
}
.search-by dl dt a{
	font-weight: inherit;
	color: #666;
	line-height: 30px;
}
.search-by dl dt{
	width: 82px;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
.search-by dl dd a{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-left: 20px;
	display: inline-block;
}
.search-by dl dd{
	width: 900px;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}
.search-by dl dd.show-more{
	width: 70px;
	padding: 0;
	text-align: right;
	cursor: pointer;
}
.search-by dl dd.show-more h3{
	background: none;
	border: none;
	font-size: 14px;
	line-height: 14px;
	height: 30px;
	line-height: 30px;
}
.search-by dl dd.show-more h3 i{
	background: none;
	float: none;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

/*供需大厅部分样式*/
.xuqiubox { display: block;}
.xuqiubox img {display:block; float: left; width: 60px; height: 60px; background: #000;}
.xqtop {display: block; float: left; margin-left: 15px;width: 73%;}
.xuqiubox p {display: inline-flex; margin-top: 15px;line-height: 24px;}
.xuqiubox h5 {font-size: 16px; color: #1453FF; line-height: 35px;}
.xuqiubox .time1 { font-size: 12px; line-height: 20px; display: block; margin: 0;}
.xuqiubox .bqian { display:inline-block; padding: 5px 10px; border: solid 1px #056FFF; width:100px; float: left; margin-top: 15px; font-size: 12px; text-align: center; margin-right: 10px; color:#056FFF}
.xuqiubox a {color:#056FFF;}
.xuqiubox .qian { line-height: 25px; margin-top: 10px;}
.xuqiubox .qian span { color:#F71E22;}


.nobj {background:none; }
/*需求单页*/

.xqzhanshi {display: flow-root; padding: 30px 30px; border:solid 1px #e2e2e2; margin-bottom: 40px;}
.xqzhanshi h3 { font-size:20px; border-left: solid 3px #5A7BFD; padding-left: 20px;}

.namebox {display: flow-root; margin:30px 0;}
.namebox div { font-size:16px; line-height: 35px; font-weight: bold;}
.namebox span { margin-left: 30px; font-size:12px; color:#808080;}

.zhanshineir { padding: 10px 0;}
.zhanshineir p {color:#6E6E6E; line-height: 25px; font-size:16px; margin-bottom: 30px;;}
.zhanshineir p span { color:#000; margin-right: 20px;}
.zhanshineir a {display:inline-block; border: solid 1px #5A7BFD; padding: 3px 10px; font-size: 14px; margin-right: 10px;}

/*下拉选择*/
.mySelect{
		position: relative;
	}
.mySelect .inputWrap{
		width:100%;
		min-height: 40px;
		/*border: 1px solid #ccc;
		border-radius: 3px;*/
		position: relative;
		cursor: pointer;
	height: auto;
	display:flex;
	}
.mySelect ul{
		padding:0 5px ;
		margin: 0;
		padding-right: 35px;
	}
.price .cont ul li .mySelect ul,li{
		list-style: none;
	}
	.price .cont ul li .mySelect ul li{
		display: inline-block;
		width: auto;
		background: #eaeaea;
		padding: 5px;
		margin: 5px 5px 5px 0;
		border-radius: 5px;
	}
	.mySelect .fa-close{
		cursor: pointer;
	}
	.mySelect .fa-close:hover{
		color: #237eff;
	}
	.mySelect .mySelect-option{
		width: 100%;
		border: 1px solid #ccc;
		max-height: 200px;
		overflow-y: scroll;
		position: relative;
		height: 0;
		opacity: 0;
	}
	.mySelect .mySelect-option div{
		padding: 10px;
	}
	.mySelect .inputWrap>i{
		position: absolute;
		padding: 13px;
		right: 0;
		top: 0;
	}
	.mySelect-option div{
		cursor: pointer;
		border-bottom: 1px solid #e7e7e7;
		margin: 5px;
	}
	.mySelect-option div i{
		float: right;
		color: #ffffff;
	}
	.mySelect-option div.selected{
		background: #237eff;
		color: #ffffff;
		border-radius: 5px;
	}
	.mySelect-option div:hover{
		/*background: #9ec6ff;*/
		color: #9ec6ff;
		border-bottom: 1px solid #9ec6ff;
	}

.xuanz { float:left; width: auto; line-height: 35px; margin-right: 10px;}
.border2 {display: inline-block; border:solid 1px #e2e2e2;width: 49.5%;
    padding-right: 7px;
	padding-left: 10px;
    position: relative;}

.border3 {width: 33%!important;}
.border4 {width: 100%!important; margin-bottom: 10px; padding: 0;}
.blueside { border-left: solid 3px #186DF1; padding-left: 10px;}

.ny { height:80px; line-height:80px; margin-bottom: 20px;}

.mingdan th {text-align: center; height: 35px; background-color: #EBF4FF;}
.mingdan td {line-height: 50px;}
.leix { line-height: 80px; font-size: 20px; margin-top: 30px!important; background: #fff4eb!important;}

.mingdan td a {color:#75B6FB;}
.moretd {display: table; border-top:dashed 1px #C7C7C7;}
.moretd li { float: left; width: 20%; margin:0 2%; background-color: #47A7F7; color: #fff; text-align: center;}
