body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}

/*启动页*/
.qidong-top{
	height: 96px;
	padding-top: 7px;
}
.qidong-top a{
	float:right;
}
.qidong-top a button{
	width: 206px;
	height: 54px;
	font-size: 22px;
	color: white;
	background-color: #1888C2;
	border: none;
	border-radius: 8px;
	margin-top: 12px;
}
.qidong-top a button img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
/*轮播*/
.carousel-indicators {
    bottom: 2px;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px 5px;
    background-color: white;
    border: 1px solid white;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    background-color: #029FD4;
    border: 1px solid #029FD4;
}
.carousel-inner>.item{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.qidong-box{
	padding: 50px 0;
}
.qidong-imp{
	float: left;
}
.qidong-imp img{
	width: 340px;
	height: 276px;
	float: left;
}
.qidong-imp div{
	display: inline-block;
	margin-left: 15px;
	width: 420px;
	min-height: 276px;
	position: relative;
	padding-bottom: 20px;
}
.qidong-imp div p{
	color: #666666;
	margin: 0;
	line-height: 27px;
}
.qidong-imp div a{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #1888C2;
	margin-top: 25px;
}
.qidong-jump{
	float: right;
}
.qidong-jump ul li{
	float: left;
	width: 190px;
	height: 276px;
	position: relative;
	margin-left: 12px;
}
.qidong-jump ul li a>img{
	width: 100%;
	height: 100%;
}
.qidong-jump ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 80px;
	color: white;
}
.qidong-jump ul li div span{
	display: block;
	width: 45px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
}
.qidong-jump ul li div span img{
	max-width: 100%;
	max-height: 100%;
}
.qidong-jump ul li div p{
	font-size: 20px;
}
.qidong-bot{
	background-color: #F2F2F2;
	    padding: 15px 14px 13px;
	min-width: 1200px;
	color: #666666;
	text-align: center;
}

/*导航栏*/
.navbar {
    min-height: 96px;
    margin-bottom: 0;
}
.navbar-default {
    background-color: white;
    border: none;
}
.navbar-brand {
    padding: 0;
    padding-top: 7px;
    margin-right: 60px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #666666;
    font-size: 16px;
}
.navbar-nav>li>a {
    padding: 38px 10px;
    width: 116px;
    text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #1888C2;
}
.dropdown-menu {
    left: -28px;
    min-width: 174px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #1888C2;
    background-color: white;
}
/*首页*/
.index-top{
	padding: 30px 0 40px;
}
.inabo-box{
	width: 580px;
	float: left;
}
.index-til{
	border-bottom: 1px solid #E8E8E8;
	line-height: 40px;
	margin-bottom: 25px;
}
.index-til a{
	color: #999999;
	float: right;
	margin-top: 2px;
}
.index-til a:hover{
	color: #1888C2;
}
.index-til p{
	display: inline-block;
	border-bottom: 3px solid #1888C2;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	position: relative;
	top: 2px;
}
.index-til p span{
	color: #1888C2;
}
.inabo-tex img{
	width: 308px;
	height: 260px;
	float: left;
}
.inabo-tex div{
	width: 248px;
	float: right;
}
.inabo-tex div p{
	margin-bottom: 24px;
	color: #666666;
	font-size: 12px;
	line-height: 26px;
}
.inabo-tex div a{
	font-size: 12px;
	color: #1888C2;
}
.innews-box{
	width: 560px;
	float: right;
}
.innews-box ul li{
	border-bottom: 1px solid #E8E8E8;
	padding: 12px 0 16px;
}
.innews-stex{
	color: #999999;
	text-align: center;
	float: left;
}
.innews-stex span{
	display: block;
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
}
.innews-btex{
	margin-left: 80px;
    padding-top: 0px;
    min-height: 60px;
}
.innews-btex div{
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
.innews-btex p{
	margin: 0;
	font-size: 12px;
	color: #666666;
}
.innews-box ul li a:hover .innews-btex div{
	color: #1888C2;
}
.incase-box{
	padding-bottom: 55px;
}
.incase-box ul li{
	float: left;
	margin-right: 33px;
	width: 275px;
}
.incase-box ul li:last-of-type{
	margin: 0;
}
.incase-box ul li span{
	display: block;
	width: 100%;
	height: 207px;
	margin-bottom: 12px;
}
.incase-box ul li span img{
	width: 100%;
	height: 100%;
}
.incase-box ul li p{
	color: #333333;
	text-align: center;
}
.incase-box ul li a:hover p{
	color: #1888C2;
}
/*脚部*/
.foot-top{
	padding: 35px 0 25px;
	background-color: #333333;
	min-width: 1200px;
}
.foot-left{
	float: left;
}
.foot-left ul li{
	display: inline-block;
	margin-right: 30px;
}
.foot-left ul li a{
	color: white;
}
.foot-left ul li a:hover{
	color: #1888C2;
}
.foot-left p{
	margin: 30px 0;
	color: white;
}
.foot-left div{
	color: white;
	line-height: 17px;
}
.foot-left div span{
	display: inline-block;
	border-right: 1px solid white;
	padding-right: 12px;
	margin-right: 12px;
	font-size: 24px;
	position: relative;
    top: 3px;
}
.foot-erwei{
	float: right;
}
.foot-erwei div{
	display: inline-block;
	width: 116px;
	text-align: center;
}
.foot-erwei div:last-of-type{
	margin-left: 80px;
}
.foot-erwei div img{
	width: 116px;
	height: 116px;
	margin-bottom: 2px;
}
.foot-erwei div span{
	display: block;
	font-size: 16px;
	color: white;
}
footer{
	background-color: black;
	padding: 12px 14px 10px;
	min-width: 1200px;
	text-align: center;
	color: white;
}

/*关于我们*/
.oth-topbox{
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	min-width: 1200px;
}
.lujing{
	background-color: #F6F6F6;
	padding: 19px 0 20px;
	text-align: right;
	color: #999999;
	font-size: 12px;
}
.lujing a{
    color: #999999;
}
.lujing img{
	width: 12px;
	height: 12px;
	margin-right: 8px;
    margin-bottom: 3px;
}
.oth-left{
	width: 250px;
	position: relative;
	bottom: 100px;
	float: left;
}
.oth-leftop{
	width: 100%;
	height: 100px;
	background-color: #1888C2;
	color: white;
	padding: 20px 10px 10px 20px;
}
.oth-leftop span{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.oth-leftop p{
	font-size: 12px;
	display: inline-block;
}
.oth-leftop div{
	display: inline-block;
}
.oth-leftop img{
	float: right;
	margin-top: 12px;
    margin-right: 3px;
}
.oth-left ul{
	background-color: #F6F6F6;
	padding: 30px 0 1px;
}
.oth-left ul li{
	text-align: center;
	margin-bottom: 30px;
}
.oth-left ul li a{
	display: block;
	border-left: 5px solid transparent;
	line-height: 33px;
	font-size: 16px;
	color: #666666;
}
.oth-left ul li a:hover{
	color: #1888C2;
}
.oth-left ul .oth-act a{
	border-color: #1888C2;
	color: #1888C2;
}
.oth-right{
	float: right;
	padding: 40px 0 60px;
	width: 896px;
}
.oth-right .pro-box ul{ display: flex; display: -webkit-flex; flex-wrap: wrap;}
.abo-til{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
}
.abo-tex p{
	color: #666666;
	line-height: 26px;
}
.abo-tex img{
	margin-top: 32px;
	max-width: 100%;
	margin-bottom: 35px;
}

/*资质荣誉*/
.ry-box p{
	color: #666666;
	margin-bottom: 12px;
	line-height: 27px;
}
.box {
	position: relative;
	float: left;
}
.content {
	padding: 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 2px;
}
.content img {
	width: 185px;
	height: auto;
}
#containers {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	width: auto;
}

/*产品页*/
.pro-box>ul li{
	float: left;
	width: 280px;
	margin-bottom: 30px;
	margin-left: 28px;
}
.pro-box>ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.pro-box>ul li p{
	width: 100%;
	height: 200px;
	margin-bottom:15px;
	border:1px solid #EAEAEA;
}
.pro-box>ul li p img{
	width: 100%;
	height: 100%;
}
.pro-box>ul li span{
	display:block;
	text-align:center;
	font-size:16px;
	color: black;
}
.pro-box>ul li a:hover p{
	border-color: #1888C2;
}
.pro-box>ul li a:hover span{
	color: #1888C2;
}
.fenye ul{
	padding: 35px 0;
	text-align: center;
}
.fenye ul li{
	display: inline-block;
	margin: 0 6px;
}
.fenye ul li a{
	color: #333333;
	padding: 6px 11.5px;
	display: block;
	border: 1px solid #A7A7A7;
}
.fenye ul li a:hover{
	background-color: #1888C2;
	border-color: #1888C2;
	color: white;
}
.fenye ul .fenyeact a{
	background-color: #1888C2;
	border-color: #1888C2;
	color: white;
}
/*详情*/
.pro-img{
	width: 350px;
	height: 247px;
	border: 1px solid #E5E5E5;
	float: left;
}
.pro-img img{
	width: 100%;
	height: 100%;
}
.pro-tex{
	margin-left: 378px;
}
.pro-tex div{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.pro-tex ul li{
	color: #333333;

}
.pro-tex ul li p{

}
.pro-tex ul li span{
	float: left;
}
.pro-top{
	margin-bottom: 35px;
}
.prode-chag{
	border-bottom: 1px solid #006DC0;
	margin-bottom: 36px;
}
.prode-chag span{
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-right: 45px;
	cursor: pointer;
}
.prode-chag .prode-act{
	color: #006DC0;
}
.prode-imp ul li{
	font-size: 16px;
	color: #999999;
	margin-bottom: 30px;
}
.prode-imp ul li span{
	color: black;
}
.prode-imp p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
}

/*案例*/
.case-box>ul li a{
	background-color: #F6F6F6;
	display: block;
	padding: 12px;
	margin-bottom: 35px;
}
.case-img{
	width: 300px;
	height: 190px;
	float: left;
}
.case-img img{
	width: 100%;
	height: 100%;
}
.case-imp{
	padding-right: 20px;
	margin-left: 320px;
	min-height: 190px;
	padding-top: 10px;
}
.case-imp span{
	display: block;
	font-size: 20px;
	color: black;
	margin-bottom: 18px;
}
.case-box>ul li a:hover .case-imp span{
	color: #1888C2;
}
.case-imp p{
	color: #666666;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 22px;
}
.case-imp div{
	text-align: right;
}
.case-imp div button{
	background-color: #F19718;
	font-size: 12px;
	color: white;
	border: none;
	 width: 105px;
    height: 35px;
}
/*案例详情*/
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 25px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottom-jump>div {
	margin-top: 50px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>span {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>span {

}
.thebottom-jump>div>span>a{
    color: #999999;
}
.thebottom-jump>div>span>a:hover {

	color: #999999;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}
/*详情1*/
.news-de-til {
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.news-de-til>div {
	font-size: 26px;
	text-align: center;
}
.news-de-til>div>div {
	color: #999999;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.news-de-til>div>div>span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text p {
	font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
	text-align: justify;
}
.news-de-text .de-box-til{
	font-weight: bold;
	margin-bottom: 10px;
}
.news-de-text img {
	max-width: 100%;
	margin-bottom: 15px;
}
.news-de-simg img{
	max-width: 100%;
	margin: 12px 0;
}
.thebottom-jump>div {
	margin-top: 65px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: #1888C2;
	color: white;
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #029FD4;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #029FD4;
}
.newsde-text{
	margin-bottom: 40px;
	text-align: center;
}
.newsde-text p{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text img{
	max-width: 100%;
	width: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #029FD4;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #029FD4;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #029FD4;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*新闻*/
.news-box>ul li{
	border-bottom: 1px dashed #D1D1D1;
}
.news-box>ul li a{
	display: block;
	padding: 28px 0 32px;
}
.new-img{
	width: 220px;
	height: 148px;
	float: left;
}
.new-img img{
	width: 100%;
	height: 100%;
}
.news-imp{
	min-height: 148px;
	margin-left: 245px;
}
.news-imp div{ 
	font-size: 18px;
	color: black;
	margin-bottom: 26px;
}
.news-box>ul li a:hover .news-imp div{
	color: #1888C2;
}
.news-imp p{
	color: #666666;
	font-size: 12px;
	margin-bottom: 26px;
	line-height: 24px;
}
.news-imp span{
	display: block;
	color: #666666;
}

/*联系我们*/
.cont-box{
	padding-top: 50px;
	padding-bottom: 60px;
}
.cont-left{
	float: left;
}
.cont-left div{
	font-size: 24px;
	margin-bottom: 35px;
}
.cont-left ul li{
	color: #333333;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 34px;
}
.cont-left ul li img{
	float: left;
}
.cont-left ul li p{
	margin: 0;
	margin-left: 42px;
}
.cont-left ul li span{
	color: #666666;
}
.cont-right{
	float: right;
	width: 564px;
}
.cont-right form {
	margin-bottom: 50px;
}
.cont-right form div input{
	width: 265px;
	margin-bottom: 20px;
	background-color: #F4F2F2;
	height: 50px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 15px;
}
.cont-right form div input:first-of-type{
	margin-right: 28px;
}
.cont-right form textarea{
	width: 100%;
	margin-bottom: 20px;
	background-color: #F4F2F2;
	height: 180px;
	border: none;
	border-radius: 5px;
	padding-left:15px;
	padding-top: 12px;
	font-size: 16px;
}
.cont-right form input[type=submit]{
	font-size: 18px;
	color: white;
	border: none;
	background-color: #1888C2;
	padding: 14px 66px;
	border-radius: 5px;
}
.cont-map{
	width: 564px;
	height: auto;
}
.cont-map>img{
	width: 100%;
	height: 100%;
}
