﻿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%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 10px;



    height: 10px;
    border-color: white;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: white;
}
/*导航栏*/
.navbar-default {
    background-color: #4782C3;
    border: none;
}
.navbar {
    min-height: 120px;
    margin-bottom: 0;
}
.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 36px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 18px;
}
.navbar-nav>li {
    margin-left: 22px;
}
.navbar-nav>li>a{
	padding: 15px 0 25px;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: transparent;
    border-color: white;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #F2F2F2;
    border-color: white;
}
.navbar-brand {
    padding: 15px 0;
}
.navbar>div{
	position: relative;
}
.nav-lag{
	color: white;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 10px;
}
.nav-lag a{color: white;}
/*轮播*/
.carousel-indicators {
    bottom: 110px;
}
.carousel-inner {
    min-width: 1200px;
    height: 100%;
}
.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: 11px;
    height: 11px;
    margin: 1px 4px;
    background-color: white;
    border: 1px solid white;
    border-radius: 0;
    opacity: .5;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 1px 4px;
    background-color: #4782C3;
    border: 1px solid #4782C3;
    opacity: .8;
}
.carousel-inner>.item{
	height: 100%;
    width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fp-slide, .fp-slidesContainer {
    width: 100%;
}
.section{
	padding-top: 60px;
}
/*首页关于我们*/
.index-til{
	text-align: center;
	margin-bottom: 50px;color: white;
}
.index-til span{display: block;font-size: 36px;margin-bottom: 6px;}
.index-til div{font-size: 16px;margin-bottom: 12px;}
.index-til div img{margin: 0 10px;}
.index-til p{font-size: 17px;}
.inabo-left{width: 656px;float: left;}
.inabo-left p{font-size: 16px;color: white;margin-bottom: 28px;line-height: 28px;text-align: justify;}
.inabo-left p a{color: #3276B3;}
.inabo-left ul li{float: left;width: 206px;}
.inabo-left ul li:nth-of-type(2){margin: 0 19px;}
.inabo-left ul li span{display: block;background-color: #3D94E1;color: white;text-align: center;padding: 4px 5px 2px;font-size: 18px;}
.inabo-left ul li img{width: 100%;height: 186px;}
.inabo-right{width: 439px;height: 436px;float: right;}
.inabo-right img{width: 100%;height: 100%;}
/*产品中心*/
.index-til ul{text-align: center;margin-top: 26px;}
.index-til ul li{display: inline-block;margin: 0 20px;}
.index-til ul li a{display: block;border: 1px solid white;font-size: 16px;padding: 5px 6px 4px;color: white;transition: all 0.3s;}
.index-til ul li a:hover{background-color: #3D94E1;color: white;border-color: #3D94E1;}
.inpro-box>ul li{float: left;margin-left: 29px;}
.inpro-box>ul li:nth-of-type(4n+1){margin-left: 0;}
.inpro-box>ul li p{margin: 0;width: 278px;height: 293px;overflow: hidden;}
.inpro-box>ul li p img{width: 100%;height: 100%;transition: all 0.3s;}
.inpro-box>ul li span{display: block;background-color: white;color: black;padding: 7px 4px 5px;font-size: 16px;
text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.inpro-box>ul li a:hover span{background-color: #3E71A2;color: white;}
.inpro-box>ul li a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
/*技术应用*/
.inapp-box>ul li{float: left;width: 276px;margin-left: 32px;}
.inapp-box>ul li:nth-of-type(4n+1){margin-left: 0;}
.inapp-box>ul li p{width: 100%;height: auto;margin: 0;overflow: hidden;}
.inapp-box>ul li p img{width: 100%;height: 100%;transition: all 0.3s;}
.inapp-box>ul li span{display: block;color: white;font-size: 18px;background-color: #3D94E1;padding: 4px 5px 3px;text-align: center;}
.inapp-box>ul li a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
/*案例分享*/
.poster-item{height: 384px;width:auto;border-radius: 0;padding:0;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
}
#zturn{height: 370px;width: 1200px;}
.for_btn {position: relative;}
.for_btn img{width: 600px;height: 384px;}
.for_btn p{position: absolute;bottom: 0;left: 0;background-color: rgba(0,0,0,.3);color: white;font-size: 16px;
text-align: center;opacity: 0;transition: all 0.3s;margin: 0;width: 100%;padding: 10px;overflow: hidden;white-space: nowrap;
text-overflow: ellipsis;}
.poster-item a:hover .for_btn p{opacity: 1;}
/*解决方案*/
.incase-box>ul{    display: flex;}
.incase-box>ul li{float: left;margin-left: 29px; width:25%;}
.incase-box>ul li:nth-of-type(6n+1){margin-left: 0;}
.incase-box>ul li img{width: 100%;height: auto;}
.incase-box>ul li span{display: block;width: 100%;background-color: #3D94E1;font-size: 16px;text-align: center;padding: 5px 5px 4px;
color: white;border: 1px solid #3D94E1;}
.incase-box>ul li a:hover span{border-color: white;}
/*新闻资讯*/
.innews-left{float: left;width: 577px;}
.innews-left p{width: 100%;height: 310px;margin: 0;overflow: hidden;}
.innews-left p img{width: 100%;height: 100%;transition: all 0.3s;}
.innews-left div{background-color: #E1EEFB;color: #333333;padding: 20px 30px 20px 12px;line-height: 25px;}
.innews-left div span{display: block;margin-bottom: 8px;font-size: 16px;}
.innews-left a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.innews-left a:hover div{color: white;background-color: #4782C3;}
.innews-tex ul{float: right;}
.innews-tex ul li{margin-bottom: 28px;width: 581px;background-color: #E1EEFB;}
.innews-tex ul li p{width: 206px;height: 121px;float: left;overflow: hidden;}
.innews-tex ul li p img{width: 100%;height: 100%;transition: all 0.3s;}
.innews-tex ul li div{margin-left: 206px;padding: 16px 4px 10px 14px;height: 121px;color: #333;line-height: 25px;overflow: hidden;}
.innews-tex ul li div span{display: block;font-size: 16px;margin-bottom: 8px;overflow: hidden;white-space: nowrap;
text-overflow: ellipsis;}
.innews-tex ul li a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.innews-tex ul li a:hover div{color: white;background-color: #4782C3;}
/*加入我们*/
.injoin-box>ul li{float: left;width: 276px;margin-left: 32px;transition: all 0.4s;}
.injoin-box>ul li:nth-of-type(4n+1){margin-left: 0;}
.injoin-box>ul li p{width: 100%;height: 393px;margin: 0;overflow: hidden;}
.injoin-box>ul li p img{width: 100%;height: 100%;}
.injoin-box>ul li span{display: block;color: white;font-size: 18px;background-color: #3D94E1;padding: 4px 5px 3px;text-align: center;}
/*.injoin-box>ul li a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);
-o-transform: scale(1.1);transform: scale(1.1);}*/
.injoin-box>ul li:hover{box-shadow: 2px 2px 8px 0.1px #737373;-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);}
/*联系我们*/
.incont-box{padding-bottom: 100px;}
.incont-tex{padding: 0 120px;}
.incont-left{text-align: center;width: 410px;float: left;}
.incont-left img{width: 336px;height: 261px;}
.hz-tex {
	height: 192px;
	overflow: hidden;
	font-size: 16px;
}
.huadong .notice_active {
	float: left;
	width: 100%;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
}
.notice_active_ch li{
	height: 30px;
	line-height: 30px;	
}
.notice_active_ch a{color: white;display: block;padding: 8px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.incont-rrtil{color: white;font-family: arial;font-size: 24px;}
.incont-rrtil span{display: inline-block;font-weight: bold;font-family: "微软雅黑";margin-right: 20px;}
.incont-right{float: right;width: 340px;}
/*脚部*/
footer{background-color: #5393CE;padding: 14px 0;min-width: 1200px;position: absolute;bottom: 0;left: 0;color: white;width: 100%;
z-index: 999;}
.foot-erwei{float: left;margin-right: 60px;}
.foot-erwei div{display: inline-block;margin-right: 12px;text-align: center;}
.foot-erwei div span{display: block;font-size: 15px;margin-bottom: 10px;}
.foot-erwei div img{width: 119px;}
footer ul{float: left;}
footer ul li{font-size: 15px;line-height: 25px;}
footer ul li span{display: inline-block;width: 25px;height: 25px;float: left;display: flex;align-items: center;
justify-content: center;}
footer ul li p{margin-left: 32px;font-size: 16px;}
footer form{float: right;width: 310px;}
footer form textarea{width: 100%;height: 78px;margin-bottom: 10px;padding-top: 8px;padding-left: 8px;border: none;
background-color: #87B4DD;outline: none;color: #ECECEC;}
footer form div{margin-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
footer form div input{width: 149px;height: 36px;border: none;background-color: #87B4DD;outline: none;padding-left: 8px;}
footer form div input:first-of-type{margin-right: 5px;}
footer form input[type=submit]{background-color: #3E71A2;padding: 5px 24px;border-radius: 3px;border: none;outline: none;}
/*footer form div input::-webkit-input-placeholder {color: #ECECEC;}*/

/*关于信筑*/
.oth-top{background-repeat: no-repeat;background-position: center;min-width: 1200px;background-size: cover;height: 400px;
}
.oth-top div{text-align: center;font-family: arial;font-size: 22px;color: white;padding-top: 148px;    display: none;}
.oth-top div span{display:block;font-size: 30px;font-family: "微软雅黑";font-weight: bold;margin-bottom: 10px;}
.abo-top{background-color: #F8F8F8;min-width: 1200px;text-align: center;}
.abo-top ul li{float: left;font-size: 18px;width: 240px;}
.abo-top ul li a{display: block;padding: 34px 0;color: #333;}
.abo-top ul .abo-act a{background-color: #4782C3;color: white;}
.abo-top ul li a:hover{background-color: #4782C3;color: white;}
.oth-box{padding: 60px 0 80px;}
.abo-til {font-size: 32px;font-weight: bold;margin-bottom: 48px;text-align: center;}
.abo-tex p{font-size: 16px;text-align: justify;line-height: 30px;margin-bottom: 12px;}
.abo-bot{display: flex;align-items: center;justify-content: space-between;margin-top: 45px;}
.abo-bot img{width: 378px;height: 298px;}

/*产品页*/
.oth-lu{background-color: #4782C3;min-width: 1200px;min-height: 56px;}
.oth-lu>div ul li{float: left;margin-right: 30px;font-size: 18px;}
.oth-lu>div ul li a{display: block;padding: 16px 10px 15px;color: white;}
.oth-lu>div p{float: right;color: white;font-size: 15px;margin: 17px 0 0;}
.oth-lu>div p a{color: #fff;}
.oth-lu>div ul .oth-act a,.oth-lu>div ul .abo-act a{background-color: #F8F8F8;color: #4782C3;}
.oth-lu>div p img{margin-right: 12px;margin-bottom: 5px;}
.pro-box>ul li{float: left;width: 274px;margin-left: 34px;margin-bottom: 36px;}
.pro-box>ul li:nth-of-type(4n+1){margin-left: 0;}
.pro-box>ul li span{display: block;text-align: center;background-color: #4782C3;font-size: 16px;color: white;padding: 6px;
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pro-box>ul li p{width: 100%;height: auto;border: 1px solid #DFDFDF;overflow: hidden;margin: 0;}
.pro-box>ul li p img{width: 100%;height: auto;transition: all 0.3s;}
.pro-box>ul li a:hover p img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);
-o-transform: scale(1.1);transform: scale(1.1);}
.fenye{text-align: center;padding: 35px 0 10px;}
.fenye ul{display: inline-block;}
.fenye ul li{display: inline-block;margin: 0 4px;}
.fenye  a{display: inline-block;border: 1px solid #C8C8C8;color: #515151;padding: 2px 8px;font-size: 15px;}
.fenye  a:hover{background-color: #5393CE;color: white;}
.fenye  .current{background-color: #5393CE;border-color: #5393CE;color: white;}

/*技术应用*/
.appli-box>ul li{margin-bottom: 42px;}
.appli-box>ul li a>p{width: 348px;height: 218px;float: left;}
.appli-box>ul li a>p img{width: 100%;height: 100%;}
.appli-imp{margin-left: 380px;padding-top: 24px;min-height: 218px;}
.appli-imp span{display: block;font-size: 24px;margin-bottom: 20px;color: black;}
.appli-imp p{font-size: 16px;color: #5C5B5B;line-height: 28px;margin-bottom: 21px;}
.appli-imp button{font-size: 15px;color: white;background-color: #4782C3;padding: 5px 20px;border: none;}
.appli-box>ul li a:hover .appli-imp span{color: #4782C3;}

/*案例分享*/
.shar-box>ul{display: flex;  flex-wrap: wrap;}
.shar-box>ul li{float: left;width: 280px;margin-left: 26px;margin-bottom: 36px;transition: all 0.3s;}
.shar-box>ul li:nth-of-type(4n+1){margin-left: 0;}
.shar-box>ul li span{display: block;text-align: center;background-color: #4782C3;font-size: 16px;color: white;padding: 6px;
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.shar-box>ul li p{width: 100%;height: auto;border: 1px solid #DFDFDF;overflow: hidden;margin: 0;}
.shar-box>ul li p img{width: 100%;height: 100%;transition: all 0.3s;}
.shar-box>ul li:hover{box-shadow: 2px 2px 10px 1px #999999;}

/*解决方案*/
.case-box>ul li{width: 380px;float: left;margin-left: 30px;margin-bottom: 52px;transition: all 0.3s;}
.case-box>ul li:nth-of-type(3n+1){margin-left: 0;}
.case-box>ul li span{display: block;text-align: center;background-color: #4782C3;font-size: 16px;color: white;padding: 6px;
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.case-box>ul li p{width: 100%;height: 400px;margin: 0;}
.case-box>ul li p img{width: 100%;height: 100%;}
.case-box>ul li:hover{box-shadow: 2px 2px 10px 1px #999999;}

/*新闻资讯*/
.news-box>ul li{float: left;width: 382px;padding: 12px;margin-left: 27px;margin-bottom: 54px;border: 1px solid #A6A6A6;}
.news-box>ul li:nth-of-type(3n+1){margin-left: 0;}
.news-box>ul li img{width: 100%;}
.news-box>ul li div{font-size: 16px;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;}
.news-box>ul li span{display: block;color: #5B5B5B;margin-bottom: 8px;}
.news-box>ul li p{color: #5B5B5B;line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 5px;}
.news-box>ul li:hover{border-color: #4782C3;}
.news-box>ul li a:hover div{color: #4782C3;}

/*加入*/
.recr-text-top{
	margin-bottom: 30px;
}
.recr-text-top div{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.recr-box{
	clear: both;
}
.recr-box>ul{
	padding-left: 0;
}
.recr-box>ul>li{
	font-size: 18px;
	padding: 10px 25px;
	width: 100%;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px 1px gainsboro;
	margin-bottom: 12px;
}
.recr-box>ul>li:hover{
	cursor: pointer;
}
.recr-box>ul>li>span{
	float: right;
	/*margin-top: 5px;*/
}
.recr-box>ul>li>span>img{
	width: 16px;
}
.recr-box>ul>li>span>img:last-of-type{
	display: none;
}
.inli-box{
	display: none;
	margin-top: 25px;
}
.recr-box>ul>li:hover .inli-box{
	cursor:default;
}
.inli-til{
	font-size: 18px;
	color: #333333;
}
.inli-top{
	height: 48px;
    margin-bottom: 35px;
}
.inli-top>span{
	float: left;
	margin-right: 120px;
	text-align: center;
	margin-bottom: 20px;
}
.inli-top>span>div:last-of-type{
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
.inli-bot{
	clear: both;
}
.inli-bot>div{
	margin-bottom: 35px;
}
.inli-bot>div>.inli-til{
	margin-bottom: 20px;
}
.inli-bot>div>div:not(:first-child){
	font-size: 14px;
	color: #666666;
}
.therecr-duoyu{
	display: none;
}

/*案例详情*/
.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>div {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>div {

}
.thebottom-jump>div>div a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.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: #4782C3;
	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: #4782C3;
	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: #4782C3;
}
.newsde-text{
	margin-bottom: 40px;
	text-align: center;
}
.newsde-text p{
	font-size: 16px;
	line-height: 30px;
	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: #4782C3;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #4782C3;
	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: #4782C3;
	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-de-text{text-align: center;}

/*详情*/
.pro-img{
	width: 380px;
	height: 370px;
	border: 1px solid #E5E5E5;
	float: left;
}
.pro-img img{
	width: 100%;
	height: 100%;
}
.prode-tex{
	margin-left: 410px;
}
.prode-tex div{
	    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.prode-tex ul li {
    color: #333333;
    line-height: 27px;
   
    margin-bottom: 20px;
}
.prode-tex ul li p{
	margin: 0;
	color: #999999;
	display: inline-block;
	width: 426px;
}
.prode-tex ul li span{
	float: left;
}
.prode-top{
	margin-bottom: 35px;
}
.prode-chag{
	border-bottom: 1px solid #4782C3;
	margin-bottom: 36px;
	margin-top: 30px;
}
.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: #4782C3;
}
.prode-imp{text-align: center;}
.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;
    text-align: justify;
}
.prode-imp img{max-width: 100%;}

/*联系我们*/
.cont-toptex ul{
	width: 370px;
	display: inline-block;
}
.cont-toptex ul li{
	border-bottom: 1px solid #E0E0E0;
	padding: 18px 0;
}
.cont-toptex ul li span{
	font-size: 16px;display: inline-block;
} 
.cont-toptex ul li p{
	width: 45px;
	display: inline-block;
	line-height: 30px;
	margin-right: 12px;
}
.cont-map{
	width: 535px;
	height: 297px;
	float: right;
}
.cont-map img{
	width: 100%;
	height: 100%;
}
.cont-bot{
	margin-top: 55px;
}
.cont-bot form{
	margin-top: 50px;
}
.cont-bot form div{
	margin-bottom: 28px;
}
.cont-bot form div span{
	display: inline-block;
	width: 258px;
}
.cont-bot form div span:not(:last-child){
	margin-right: 45px;
}
.cont-bot form div span label{
	display: block;
	color: #666666;
	font-weight: 100;
	margin-bottom: 3px;
}
.cont-bot form div span input{
	height: 40px;
	width: 100%;
	background-color: #F4F4F4;
	border: none;
	padding-left: 5px;
}
.cont-bot form>label{
	display: block;
	color: #666666;
	margin-bottom: 3px;
	font-weight: 100;
}
.cont-bot form textarea{
	width: 100%;
	height: 140px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	border: none;
}
.cont-bot form input[type=submit]{
	color: white;
	background-color: #2372B6;
	    padding: 6px 34px;
	border: none;
}
.cont-box{
	min-height: 800px;
	margin-bottom: 50px;
}


.pc{display:block;}
.nav .mib{display:none;}

@media only screen and (max-width:1600px ) {

	/*.inabo-box,.inpro-box,.inenj-box,.innews-box,.injoin-box,.incont-box{zoom:0.85;}*/
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {/*
	.index-til {
	    margin-bottom: 15px;
	}
	.index-til span {
	    font-size: 32px;
	    margin-bottom: 4px;
	}
	.inabo-right {
	    width: 365px;
	    height: 362px;
	}
	.inabo-left {
	    width: 800px;
	}
	.inabo-left p {
	    font-size: 15px;
	    margin-bottom: 20px;
	    line-height: 26px;
	}
	.inabo-left ul li {
	    width: 170px;
	}
	.inabo-left ul li img {
	    height: 158px;
	}
	.inabo-left ul li:nth-of-type(2) {
	    margin: 0 45px;
	}
	
	.innews-tex ul li p {
    height: 100px;
    }
    .innews-left p {
    height: 235px;
    }
    .innews-tex ul li div {
    padding: 10px 4px 5px 14px;
    height: 100px;
    }
    .injoin-box>ul li p {
    height: 330px;
    }
    .navbar-brand>img {
    width: 270px;
    }
    .navbar-nav>li>a {
    padding: 10px 0 20px;
    }
    .nav-lag {
    font-size: 13px;
    top: 4px;
    }
    .navbar-nav {
    margin-top: 25px;
   }
   .navbar-brand {
    padding: 8px 0;
    }
    .navbar {
    min-height: 85px;
    }
    .inpro-box>ul li p {
    width: 250px;
    height: 254px;
    }
    .inpro-box>ul li {
    margin-left: 66px;
    }
    .incont-left img {
    width: 308px;
    height: 240px;
    }
	*/


}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
    background: none;
}
.cont-toptex ul{width:550px;}

@media only screen and (max-width:1400px ) {

	/*.inabo-box,.inpro-box,.inenj-box,.innews-box,.injoin-box,.incont-box{zoom:0.65;}*/

	
}

.navbar-nav>li>.dropdown-menu{
    position: absolute;
    top: 84px;
    z-index: 999;
   
    height: auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 5px 0 5px;
    left: 0;
   min-width: auto;
}
.navbar-nav>li{    width: 95px;
    text-align: center;
}
.navbar-nav>li>a{padding-bottom:47px;}
.dropdown-menu>li>a{    font-size: 16px;
    line-height: 30px;}


.news-box>ul li div.img{    display: flex;
    align-items: center;
    justify-content: center;
    height: 255px;margin-bottom: 10px;}