@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body {
	padding-top: 100px;
	background: #fff;
	font-family: 'Roboto-regular', sans-serif;
	font-weight: 300;
	color: #454545;
	font-size: 15px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: 'Roboto-regular', sans-serif;
	color: #272727;
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-light';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-thin';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

.Light49 {
	font-family: 'Roboto-thin';
	font-size: 49px;
}

a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #2a95be;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
	margin-bottom: 50px;
}

.section-header .section-title {
	font-size: 36px;
	color: #454545;
	text-transform: uppercase;
	position: relative;

}

.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;

}

.section-header .section-title:after {

}


/*xuqiu*/
.slideTxtBox{ text-align:left; background:#fff; overflow: hidden; }
		.slideTxtBox .hd{ height:60px;width:100%;background:#f9f9f9;  float: left; line-height:30px; border-right:1px #eee solid; padding:0 10px 0 20px;    position:relative; }
		.slideTxtBox .hd ul{ position:absolute; left:0px; top:0px; width:100%; }
		.slideTxtBox .hd ul li{font-size: 16px;  border-top:2px #f90 solid;padding:0 15px;float:left; cursor:pointer;width:33.3%; line-height: 60px; text-align: center;border-bottom:1px solid #eee;  }
		.slideTxtBox .hd ul li.on{   border-top: 2px #f00 solid;color:#f00;  border-right:1px #eee solid;border-left:1px #eee solid; background:#fff; border-bottom:2px #fff solid; font-weight: bold;}
		.slideTxtBox .bd ul{ padding:15px 0px;  zoom:1;  float: left; width:860px}
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }

.pub-section{margin:0 40px;}


.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}

.btn.btn-primary {
	background: #ff641b;
	border-color: #ff641b;

}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #e84a00;
}

.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #45aed6;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #45aed6;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media(min-width:767px) {
	.navbar {
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
	}
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}


/*************************
*******Header******
**************************/

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 22px 15px 15px;
}

@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	}
	#main-menu.navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		font-family: 'Roboto-regular';
		font-weight: normal;
	}
	#main-menu.navbar-default .navbar-nav>li.active>a,
	#main-menu.navbar-default .navbar-nav>li.open>a,
	#main-menu.navbar-default .navbar-nav>li:hover>a {
		background: transparent;
		border-top: 0px solid #ff6c00;
		color: #ff6c00;
	}
	#main-menu.navbar-default .dropdown-menu {
		padding: 0 20px;
		min-width: 220px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-clip: inherit;
	}
	#main-menu.navbar-default .dropdown-menu>li {
		border-left: 3px solid transparent;
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}
	#main-menu.navbar-default .dropdown-menu>li>a {
		border-top: 1px solid #404455;
		padding: 15px 0;
		color: #eeeeee;
	}
	#main-menu.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}
	#main-menu.navbar-default .dropdown-menu>li.active,
	#main-menu.navbar-default .dropdown-menu>li.open,
	#main-menu.navbar-default .dropdown-menu>li:hover {
		border-left-color: #45aed6;
	}
	#main-menu.navbar-default .dropdown-menu>li.active>a,
	#main-menu.navbar-default .dropdown-menu>li.open>a,
	#main-menu.navbar-default .dropdown-menu>li:hover>a {
		color: #45aed6;
		background-color: transparent;
	}
}

#main-slider {
	overflow: hidden;
}

#main-slider .item {
	height: 500px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slider .slider-inner h2 {

	font-size: 30px;
	line-height: 1;
	text-transform: capitalize;
	font-family: 'Roboto-thin';
	color: #fff;
	text-align: center;
}

#main-slider .slider-inner p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 13px;
	text-transform: capitalize;
	font-family: 'Roboto-regular';
	color: #ccc;
	text-align: center;
}

#main-slider .slider-inner h2>span {
	color: #45aed6;
}
#main-slider .slider-inner .input-group{
	margin:40px auto 5px auto;width:800px
}
#main-slider .slider-inner .form-control {
	border: 1px #f00 solid;
	border-radius: 0;
	line-height: 50px;
	height: 50px;
}

#main-slider .slider-inner .btn {
	background: #f00;
	color: #fff;
	height: 50px;
	line-height: 40px;
	border-radius: 0;
	padding:0 60px;
	font-size: 16px;
}
#main-slider .slider-inner .keywords{
	display: block;
	width:800px;
	margin:0 auto
}
#main-slider .slider-inner .keywords li{
	float: left;
	font-size: 12px;
	padding-right:5px;
	color: #ccc;
}

/*service*/
.servicetitle{font-size: 15px;padding-bottom:40px;color: #999;}

.feature, .feature-2, .feature-3 {
    padding-bottom: 30px;
}

.feature, .feature-3 {
    text-align: center;
}
.feature h4,
.feature-3 h4 {
    font-size: 14px;
    color: #ccc;
    line-height: 15px;
padding:0;
margin:0
}
.feature i {
    /*background: #5BB12F;*/
    border-radius: 50%;
    border:1px #666 solid;
}

.feature-2 h4{
    font-size: 15px;
    color: #666;
    line-height: 15px;
padding:0;
margin:0
}

.feature p, 
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size:1.4em;
    width: 60px;
    height: 60px;
   padding:19px;
    margin-bottom: 10px;
   position: relative;
}

.feature i {
    color:#fff;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
#testimonial .panel-one {
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	height: 153px;
	overflow: hidden;
	border:1px #eee solid;
	margin-bottom:20px;
}
#testimonial .panel-one .tag{}
#testimonial .panel-one .tag li{float: left; font-size: 12px; background:#edf4f7;text-align: center;margin-right:5px;padding:0 4px}

#testimonial .panel-one .zixun{background:#eee; margin-top:20px}
#testimonial .panel-one .zixun .telzixun{line-height: 34px;width:50%; float:left;display: block; text-align: center; float: left;}
#testimonial .panel-one .zixun .netzixun{background:#f90;color:#fff;line-height: 34px; width:100%;float:left; display: block; text-align: center;}
#testimonial .user-img {
	width: 25%;
	margin-right: 15px;
	float: left;
}

#testimonial .user-img img {
	border-radius: 50%;
	width: 100%;
	padding:0 10px
}

#testimonial .testi-info {
	width: 66%;
	float: left;
}

#testimonial .testi-info h4 {
	font-size: 15px;
	color: #454545;
	margin: 0px;
	font-weight: bold;

}

#testimonial .testi-info h5 {
	font-size: 12px;
	color: #666;
	margin: 0px;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: normal;
}

#testimonial .testi-info p {
	font-size: 15px;
	color: #454545;
	line-height: 20px;
}
#liebiao{padding: 60px 0 50px;
    color: #454545;
    background: #fff;}
    
#get-in-touch{padding: 60px 0 50px;
    color: #454545;
   background: #666 url(../img/bg.jpg) no-repeat center top;}
    
#testimonial{padding: 60px 0 50px;
    color: #454545;
    background: #fff;}
    #testimonial{padding: 60px 0 50px;
    color: #454545;
    background: #fff;}
    

/*zuixinfabu*/

.zuixinfabu{  border:1px solid #eee; border-top:2px #f00 solid;text-align:left; background:#fff; overflow: hidden; }
.zuixinfabu .hd{ width:1200px;height:50px;background:#eee;  line-height:50px; border-right:1px #eee solid; padding:0 10px 0 20px;    position:relative; }
.zuixinfabu .hd ul{   position:absolute; left:0px; top:0px;width:100%  }
.zuixinfabu .hd ul li{  padding:0 15px;float: left; cursor:pointer; font-size:18px;line-height: 50px; width:33.3%;text-align: center;border-bottom:1px solid #eee;  }
.zuixinfabu .hd ul li.on{   background:#fff;border:2px #fff solid;  }
.zuixinfabu .bd >ul{ padding:15px;  zoom:1;   width:1200px}
.zuixinfabu .bd >ul >li{ height:24px; line-height:24px;   }
.zuixinfabu .bd >ul >li .date{ float:right; color:#999;  }

.fblist{ overflow: hidden;margin-bottom:20px;height: 450px; }
.fblist li{border-bottom:1px #eee dashed;overflow: hidden;padding:12px 0 12px 0;}
.fblist li:nth-child(odd){background:#fff}
.fblist li:hover{background:#f5f9fc}
.fblist li .col-sm-8{line-height: 30px;}
.fblist li .col-sm-8 span{ color: #f00;padding-right:5px;font-size: 16px;}
.fblist li .col-sm-8 b{font-weight: normal;padding-right:10px}
.fblist li .col-sm-8 div{font-size: 12px; color: #999;line-height: 16px;}
.fblist li .canyu{font-size: 12px;}
.fblist li .canyu div:nth-child(1){color: #888;}
.fblist li .canyu b{color: #f00;padding-right:5px;font-size: 16px;}
.fblist li .jiezhi{ color: #f00;font-size: 12px; text-align: right;}

.zuixinchengjiao{border:1px #e3edf3 solid;box-shadow:0 0 8px rgba(0,0,0,.1);background:#fff; height: 440px;margin-top:10px}
.zuixinchengjiao .title{border-bottom:1px #eee solid; line-height: 40px; text-align:center;padding-left:10px;background:#e3edf3;}
.task-list-content{ line-height: 20px;padding:10px;font-size: 12px;}
.task-list-item {border-bottom:1px #ccc dotted;padding:10px 0}
.task-list-item p{padding:0;margin:0}
.task-detail{color: #999;}
.task-detail .fr{float: right;}
.task-title{line-height: 25px;}


#kecheng{padding: 60px 0 50px;
    color: #454545;
     background: #f2f2f2;
    }
    .kechenglist{ color: #333;  overflow: hidden;}
        .kechenglist ul li{ color: #333; background:#fff; overflow: hidden;margin-top:10px}
     .kechenglist .title{background:#fff;line-height: 40px; overflow: hidden;}
 .kechenglist .title div:nth-child(1){font-size: 16px;font-weight: bold;}
 .kechenglist .title div:nth-child(1) a{}
  .kechenglist .title div:nth-child(1) i{color: #f00;padding-right:5px}
 .kechenglist .title div:nth-child(2){font-size: 12px; text-align: right;}
  .kechenglist .title div:nth-child(2) span{color: #f00;}
 .kechenglist .title div:nth-child(3){font-size: 12px; text-align: right;}
  .kechenglist .title div:nth-child(3) i{}
  .redstar{color: #f00!important;}
  
  .listtable{
  	border:1px #f2f2f2 solid;margin:10px;
  	width:97.5%;
  	font-size: 12px;
  	background:#f9f9f9;
  	
  }
  .listtable tr td{padding:3px 10px}
  .shuoming{line-height: 20px; color: #999;}
  .baoming{background:#f00;border-radius: 3px;padding:3px 5px; color: #fff;}
    .baoming:visited, .baomingjieshu:visited{ color: #fff;}
  .baoming i,.baomingjieshu i{color: #fff;padding-right:5px}
    .baomingjieshu{background:#666;border-radius: 3px;padding:3px 5px; color: #fff;}
  
  .tuanduititle{font-size: 16px; background:#eee; line-height: 40px; text-align: center; font-weight: bold;border:1px #e0e0e0 solid;}
.tuandui li{  text-align: center;margin-top:20px;padding:0 10px 20px 10px;width:100%;margin-bottom:20px; overflow: hidden;border-bottom:1px #eee dashed;}
.tuandui li img{ text-align: center; width:90px; height: 105px; border-radius: 0%;margin:0 auto;float: left;}
.tuandui li .leftimg{width:100px;float: left;}
.rightText{ float: left;font-size: 12px;width: 150px; text-align: left; line-height: 20px;}
.rightText b{padding-right:10px;font-size: 14px;}
.rightText span{color: #666;}
.rightText div{color: #888;padding-top:5px}
.rightText div a{color: #0163BF;display: block;float: right;}


.tuandui2 li{ float: left; width:50%;text-align: center;margin-top:20px}
.tuandui2 li img{ text-align: center; width:90px; height: 90px; border-radius: 0%;margin:0 auto}
.tuandui2 li div{font-size: 12px; line-height: 16px;padding-top:5px; color: #f00;}
.tuandui2 li div b{display: block; font-weight: normal; color: #666;}
