@charset "utf-8";
/* CSS Document */
a {
	color: unset;
}
a:hover,a:link {
	text-decoration: none;
	color: unset;
}
header{
	width: 100%;
	position: relative;
}
.header-bg {
	width: 100%;
	height: auto;
}
.navbar {
	width: 60%;
	top: 50px;
	margin-left: 20%;
	position: absolute;
	overflow: hidden;
}
.navbar-header {
	width: 25%;
	position: relative;
}
.navbar-brand {
  	float: left;
  	height: auto;
  	padding: 0px 0px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  	text-decoration: none;
}
.navbar-brand > img {
  	display: block;
}
.navbar-nav {
  border:1px solid #ffffff;
  border-radius: 50px;
  background-color: #ffffff;
  height: 40px;
  font-size: 16px;
	float: right;
	margin-top: 4%;
	vertical-align:middle;
	line-height: 40px;
	overflow: hidden;
	padding:5px;
	width: auto;
}
.navbar-nav > li > a {
  color: #3b3b3b;
	background-color: transparent;
	padding-top: 0px;
  line-height: 30px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
 	color: #e05717;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  	color: #e05717;
}
.carousel {
  	position: absolute;
  	top: 120px;
}
/* cloud */
.cloud{
	width:100%;
	position:absolute;
	bottom: 0px;
}
.cloud_bg {
	width:100%;
}
.cloud-container {
	position: absolute;
	width: 90%;
	left: 14%;
	top: 42%;
}
.cloud-item {
	width: 20%;
	float:left;
	text-align: center;
	font-size: 16px;
	color: #cf5b25;
}
main{
	position: relative;
	height: auto;
	width: 100%;
	background-color: #f7f4e5;
	padding-top: 30px;
	
}
.container{
	width: 60%;
	height: auto;
	min-width:1100px;
}
/* pro */
.pro-item {
	width: 33.3%;
	text-align: center;
	float: left;
	font-size: 18px;
	color: #cf5b25;
}
em { display:block; border:5px solid; border-color:#f7f4e5 #f7f4e5 #f7f4e5 #5d5d5d;  float: left; margin-top:4px}
.pro-text > li {
	
	text-align: center;
	font-size: 14px;
	color: #5d5d5d;
	height: auto;
	line-height: auto;
	list-style:none;
}
.line-wide{
    width:70%;
	height:2px;
	background-color: #FFF;	
	margin: 0 auto;
}
.main-text {
	font-size: 16px;
	color: #3b3b3b;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
/* case */
.case {
	width: 100%;
	height: auto;
	padding-top: 10px;
	
}
/* Carousel */
.carousel-container {
    
	width: 100%;
	height: auto;
	padding-top: 0px;
	margin: 0 auto;
}
#carousel1 {
	width:100%;
	height:400px;
}
/* service */
.service {
	width: 100%;
	padding-top: 10px;
	height: auto;
	position: relative;
}
.service-text {
    text-align: center;
	height:50px;
	line-height: 50px;
	font-size:14px;
}
footer{
	width: 100%;
	position: relative;
	background-color: #f7f4e5;
	padding-top: 50px;
}
.footer-img {
	width: 100%;
	position: relative;
}
.footer-container {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-item {
	width: 25%;
	float: left;
}
.footer-text {
	list-style: none;
	margin: 0 auto;
	width: 60%;
}
.footer-text > .title {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.footer-text > li > a {
	font-size: 12px;
	color: #7c7c7c;
	height: 20px;
	line-height: 20px;
}
.footer-text > li > a:hover,
.footer-text > li > a:focus {
 	color: #7c7c7c;
	background-color: transparent;
}
.footer-num {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(124,124,124,0.4);
	margin-top: 30px;
	text-align:center;
	height: 50px;
	line-height: 50px;
}
.footer-num > a {
	color: #7c7c7c;
}
/*  二级页面 */
.secondpage{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.cloud-second {
	width: 100%;
	position: relative;
	height: auto;
}
.part_left {
	width: 30%;
	float: left;
	padding-left: 30px;
	height: 900px;
	position:relative;
}
.left_bg {
	width: 100%;
}
.left-nav {
	width: 80%;
	position: absolute;
	top: 30px;
	
	list-style: none;
}
.left-nav > li > a {
	font-size: 16px;
	color: #000;
}
.left-nav > li {
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
}
.left-nav > .left-dash {
	height: 2px;
	line-height: 2px;
}
.left-nav > .active {
	background-color: #e97716;
	color: #fff;	
}
.contact {
	border:1px solid #eaeaea;
	width:70%;
	top: 400px;
	left: 22%;
	padding: 0px;
}
.contact > li {
	font-size: 12px;
	color: #e8781a;
	height: 30px;
	line-height: 30px;
}
.contact > .title {
	font-size: 12px;
	color: #212121;
}
.contact > .dash {
	height: 1px;
	line-height: 1px;
	background: url(../images/dot.jpg) repeat-x;
}
.part_right {
	width: 70%;
	float: right;
	padding-left: 20px;
	height: auto;
}
.right-nav {
	width: 100%; 
}
.right-nav-item {
	border:1px solid #e8781a;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
	color: #1d1d1d;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 160px;
	float:left;
}
.part-title {
	margin: 20px;
	font-size: 16px;
	color: #000;
	line-height:15px;
	vertical-align:bottom;
}
.part-text {
	margin: 20px;
	font-size: 14px;
	color: #5d5d5d;
	overflow: hidden;
}
.part-text > ul {
	list-style: none;
	text-align: left;
}
.part-text > ul > li{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #5d5d5d;
}
.partner-item {
	border:1px solid #a0a0a0;
	width:100%;
	padding: 10px;
	margin-top: 20px;
	font-size: 14px;
}
.case-item {
	font-size: 13px;
	color: #5d5d5d;
	height: 30px;
	line-height: 30px;
	width: 33.3%;
	float:left;
	padding:5px;
}
.line {
	margin-top: 20px;
	list-style: none;
}
.line > li {
	height: 29px;
	line-height: 29px;
	color: #5d5d5d;
	font-size: 14px;
	background-image:url("../images/about/line.png"); /*图片的url地址*/ 
	background-position:left 45%; /*图片的定位*/ 
	background-repeat:no-repeat; /*禁止图片平铺，显示一个就好了*/ 
}
.totop {
	position:fixed;
	right:5%;
	bottom:25px;
	display:block;
	width:10%;
	-webkit-transition: all 0.2s ease-in-out; 
}
.item-left{
	width: 50%;
	float:left;
	padding: 10px;
	border-right:1px solid #ebebeb;
}
.item-right{
	width: 50%;
	float:left;
	padding: 10px;
}
.product-style {
	border-bottom:1px solid #ebebeb; 
	overflow: auto;
	padding-bottom: 20px;
}
.f-title {
	font-size: 16px;
	color: #000;
}
.title-bg{
	width: 3%;
	float: left;
	height: 30px;
	line-height: 30px;
}
.news-title {
	float: left;
	width: 96%;
	height: 30px;
	font-size: 14px;
	color: #000;
	line-height:30px;
	cursor: pointer;
}
.news-line {
	width: 100%;
	float:left;
	height: 1px;
	background:url(../images/line.jpg);
}
.news-context {
	width: 100%;
	float: left;
	display: none;
	margin-top: 10px;
}
.pagination{
	float:right;
	margin-right: 50px;
}
.pagination > li > a {
  color: #e05717;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #e05717;
}
.pagination > .active > a {
	background-color: #e97716;
	border-color: #e97716;
}
.pagination > .active > a:hover, 
.pagination > .active > a:focus {
	background-color: #e97716;
	border-color: #e97716;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	cursor: pointer;
}
/*  分辨率调整  */
@media (max-width: 1200px) {
	.navbar-nav {
		font-size: 14px;
	}
	.pro-text > li {
		font-size: 12px;
		float: left;
		height: auto;
		line-height: auto;
	}
	.row {
		height:50px;
		font-size:12px;
	}
	.footer-text {
		width: 100%;
	}
	.left-nav > li > a {
		font-size: 14px;
	}
	.left-nav > li {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.contact {
		top: 350px;
	}
	.contact > li {
		font-size: 10px;
	}
	.right-nav-item {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.part-title {
		font-size: 14px;
	}
	.part-text {
		font-size: 12px;
	}
	.part-text > ul > li {
		font-size: 12px;
	}
	.line > li {
		font-size: 12px;
	}
	.partner-item {
		font-size: 12px;
	}
	.f-title {
		font-size: 12px;
	}
	.row-tx{
		font-size: 12px;
	}
	.service-text {
		font-size:12px;
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (min-height:990px){
	#carousel1 {
		height:430px;
	}
}
@media screen and (max-height:900px){
	#carousel1 {
		height:300px;
	}
}
@media (max-width: 1100px) {
	.navbar {
		width: 100%;
		top: 0px;
		margin-left: 0px;
		min-height: 50px;
  		margin-bottom: 0px;
	}
	.navbar-nav {
		font-size: 14px;
	}
	.cloud-container {
		position: absolute;
		width: 100%;
		left: 0;
	}
	.cloud-item {
		font-size: 12px;
	}
	.cloud-item img {
		width: 17%;
	}
	.pro-text > li {
		font-size: 12px;
		float: left;
		height: auto;
		line-height: auto;
	}
	.container{
		width:100%
	}
	#carousel1 {
		height:400px;
	}
	.service-text {
		height:60px;
		line-height: 60px;
		font-size:12px;
	}
	.footer-container {
		width: 100%;
		left: 0;
	}
	.footer-text {
		width: 100%;
	}
	.left-nav > li > a {
		font-size: 14px;
	}
	.left-nav > li {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.contact {
		top: 350px;
	}
	.contact > li {
		font-size: 10px;
	}
	.right-nav-item {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.part-title {
		font-size: 14px;
	}
	.part-text {
		font-size: 12px;
	}
	.part-text > ul > li {
		font-size: 12px;
	}
	.line > li {
		font-size: 12px;
	}
	.partner-item {
		font-size: 12px;
	}
	.f-title {
		font-size: 12px;
	}
	.row-tx{
		font-size: 12px;
	}
	.service-text {
		font-size:12px;
		height: 30px;
		line-height: 30px;
	}	
}