﻿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%;
}
/*状态栏*/
.nav-top{
	height: 107px;
}
.nav-top a{
	display: inline-block;
	margin-top: 26px;
}
.nav-top a img{
	width: 448px;
	height: 56px;
}
.nav-topss {
	float: right;
	margin-top: 23px;
}
.nav-topss p{
	font-size: 12px;
	color: #999999;
	text-align: right;
}
.nav-topss p i{
	color: #006DC0;
	font-weight: bold;
}
.nav-topss form{
	width: 241px;
	height: 30px;
	position: relative;
	border: 1px solid #BFBFBF;
}
.nav-topss form input[type=text]{
	border: none;
	outline: none;
	padding-left: 10px;
	width: 210px;
	height: 100%;
	font-size: 12px;
}
.nav-topss form input[type=submit]{
	border: none;
	outline: none;
	height: 30px;
	width: 30px;
	background-color: transparent;
	background:url(../images/top-ss.png) no-repeat center center;
	background-size: 15px;
	position: absolute;right: 0;
	top: 0;
}
/*导航栏*/
.navbar-default {
    background-color: #006DC0;
    border:none;
    min-width: 1200px;
}
.navbar {
    border-radius: 0;
}
.navbar {
    min-height: 60px;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 20px 15px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav>li {
    width: 170px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #0191FF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #0191FF;
}
/*轮播*/
.carousel-indicators {
    bottom: 6px;
}
.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: 13px;
    height: 13px;
    margin: 1px 3.5px;
    background-color: white;
    border: 2px solid white;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 1px 3.5px;
    background-color: transparent;
}
.carousel-inner>.item{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*首页关于*/
.inabo{
	background-color: #F5F5F5;
	min-width: 1200px;
	padding: 58px 0;
}
.inabo-left{
	width: 752px;
	display: inline-block;
}
.index-til{
	font-size: 24px;
	color: #006DC0;
	border-left: 5px solid #006DC0;
	padding-left: 15px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: bold;
}
.inabo-left p{
	font-size: 16px;
	text-align: justify;
	line-height: 36px;
	margin-bottom: 0;
	color: #555555;
}
.inabo-right{
	float: right;
	width: 427px;
	height: 312px;
	position: relative;
}
.inabo-right>img{
	width: 100%;
	height: 100%;
}
.inabo-right a{
	display: inline-block;
	position: absolute;right: 0;
	bottom: 0;
}
.inabo-right a img{
	width: 74px;
	height: 74px;
}
/*首页产品*/
.inpro{
	padding: 58px 0 50px;
}
.index-tilbox .index-til{
	display: inline-block;
}
.intil-move{
	float: right;
	font-size: 16px;
	    margin-top: 3px;
}
.intil-move ul{
	float: left;
}
.intil-move ul li{
	float: left;
	margin-right: 5px;
}
.intil-move>a{
	float: left;
	color: #999999;
}
.intil-move ul li a{
	color: #999999;
	padding: 8px 10px;
}
.intil-move ul li a:hover{
	background-color: #006DC0;
	color: white;
}
.inpro-tex ul li{
	float: left;
	width: 370px;
	background-color: #F5F5F5;
	margin-left: 45px;
    margin-bottom: 25px;
}
.inpro-tex ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.inpro-tex ul li:hover{
	background-color: #006DC0;
}
.inpro-tex ul li div{
	width: 368px;
	height: 261px;
	margin-top: 1px;
	margin: 1px auto 0;
    text-align: center;
    background: #fff;
}
.inpro-tex ul li div img{
	max-width: 100%;
	height: 100%;
}
.inpro-tex ul li p{
	margin-bottom: 0;
	color: black;
	padding: 16px 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inpro-tex ul li a:hover p{
	color: white;
}
/*首页案例*/
.incase{
	background-color: #F5F5F5;
	padding: 58px 0 55px;
}
.incase-left{
	width: 529px;
	float: left;
}
.incase-left div{
	width: 100%;
	height: 445px;
}
.incase-left div img{
	width: 100%;
	height: 100%;
}
.incase-right{
	width: 636px;
	float: right;
}
.incase-right ul li{
	float: left;
	width: 302px;
	margin-bottom: 3px;
}
.incase-right ul li:nth-of-type(2n){
	margin-left: 20px;
}
.incase-right ul li div{
	width: 100%;
	height: 195px;
}
.incase-right ul li div img{
	width: 100%;
	height: 100%;
}
.incase-tex p{
	font-size: 16px;
	padding: 15px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	color: black;
}
.incase-tex a:hover p{
	color: #006DC0;
}
.index-tilbox{
	margin-bottom: 5px;
}
/*首页新闻*/
.innews{
	padding: 58px 0 50px;
}
.innews-left{
	width: 529px;
	float: left;
}
.innews-left div{
	width: 100%;
	height: 310px;
	margin-bottom: 20px;
}
.innews-left div img{
	width: 100%;
	height: 100%;
}
.innews-left span{
	display: block;
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.innews-left a:hover span{
	color: #006DC0;
}
.innews-left p{
	color: #999999;
	line-height: 24px;
}
.innews-left a:hover p{
	color: #006DC0;
}
.innews-right{
	float: right;
	width: 623px;
	float: right;
}
.innews-right ul li{
	margin-bottom: 20px;
}
.innews-right ul li div{
	width: 206px;
	height: 121px;
	float: left;
}
.innews-right ul li div img{
	width: 100%;
	height: 100%;
}
.innews-right ul li p{
	margin-left: 224px;
    margin-bottom: 0;
    min-height: 121px;
    padding-top: 20px;
    color: #999999;
    line-height: 24px;
}
.innews-right ul li p span{
	color: black;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}
.innews-right ul li a:hover p{
	color: #006DC0;
}
.innews-right ul li a:hover span{
	color: #006DC0;
}
/*脚部*/
footer{
	background-color: #00487F;
	min-width: 1200px;
	padding: 30px 0 26px;
}
.foot-top{
	border-bottom: 1px solid white;
	padding-bottom: 26px;
	margin-bottom: 36px;
	text-align: center;
}
.foot-top ul li{
	display: inline-block;
	padding: 0 15px;
	line-height: 16px;
}
.foot-top ul li:not(:last-child){
	border-right: 2px solid #D1D8E1;
}
.foot-top ul li a{
	color: white;
}
.foot-bot{
	text-align: center;
	position: relative;
}
.foot-bot p{
	margin-bottom: 20px;
}
.foot-bot p span{
	color: white;
	display: inline-block;
	margin: 0 20px;
}
.foot-bot div{
	width: 72px;
	height: 72px;
	background-color: #006DC0;
	position: absolute;
	top: 0;
	right: 0;
}
.foot-bot div img{
	width: 100%;
	height: 100%;
}
.foot-bot p:last-of-type{
	margin: 0;
	margin-top: 32px;
}

/*关于我们页面*/
.oth-box{
	padding-bottom: 60px;
}
.oth-top{
	min-width: 1200px;
	background: url(../images/oth-topbj.jpg) no-repeat center center;
	height: 450px;
	background-size: cover;
	text-align: right;
	font-size: 30px;
	color: #006DC0;
	font-weight: bold;
	padding-top: 145px;
	margin-bottom: 45px;
}
.oth-top span{
	display: block;
	margin-top: 3px;
}
.oth-left{
	width: 245px;
	float: left;
	box-shadow: 1px 1px 10px 1px #ececec;
}
.oth-lefttil{
	background-color: #006DC0;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 20px;
	margin-bottom: 32px;
}
.oth-left ul{
	padding: 0 20px;
}
.oth-left ul li{
	margin-bottom: 32px;
	line-height: 16px;
}
.oth-left ul li a{
	display: block;
	font-size: 16px;
	color: #A0A0A0;
	padding-left: 10px;
	border-left: 2px solid #A0A0A0;
}
.oth-left ul .oth-act a{
	color: #006DC0;
	border-color: #006DC0;
}
.oth-left ul li a:hover{
	color: #006DC0;
	border-color: #006DC0;
}
.oth-leftbot{
	margin: 0 20px;
	border-top: 1px solid #006DC0;
	padding-top: 32px;
}
.oth-leftbot span{
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	color: #006DC0;
	font-size: 18px;
}
.oth-leftbot p{
	color: #A0A0A0;
	line-height: 38px;
	margin-bottom: 20px;
}
.oth-right{
	width: 914px;
	float: right;
	box-shadow: 1px 1px 10px 1px #ececec;
}
.oth-rigtil{
	background-color: #EEEEEE;
	padding: 14px 20px;
}
.oth-rigtil span{
	font-size: 24px;
	color: #006DC0;
}
.oth-rigtil p{
	float: right;
	margin-top: 8px;
	color: #666666;
}
.oth-rigtil p a{
    color: #666666;
}
.oth-texbox{
	padding: 20px;
}
.abo-box p{
	font-size: 16px;
    margin-bottom: 25px;
    line-height: 30px;
    color: #666666;
    padding: 0 12px;
}

/*产品页*/
.pro-box>ul li{
	float: left;
	width: 278px;
	background-color: #E5E5E5;
	margin-bottom: 20px;
	margin-left: 20px;
	transition: all 0.3s;
}
.pro-box>ul li:hover{
	background-color: #006DC0;
}
.pro-box>ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.pro-box>ul li div{
	width: 276px;
	height: 195px;
	margin: 1px auto 0;        text-align: center;
    background: #fff;
}
.pro-box>ul li div img{
	max-width: 100%;
	height: 100%;
}
.pro-box>ul li p{
	margin: 0;
	padding: 12px;
	color: #333333;
	height: 64px;
	overflow: hidden;
}
.pro-box>ul li:hover p{
	color: white;
}
.fenye{
	text-align: center;
	margin-top: 28px;
	    padding-bottom: 20px;
}
.fenye ul li{
	display: inline-block;
}
.fenye ul li a{
	display: block;
    padding: 3px 10px;
    font-size: 16px;
    color: #333333;
    transition: all;
    margin: 0 2px;
}
.fenye ul .fy-act a {
	color: white;
	background-color: #006DC0;
}
/*详情*/
.pro-img{
	width: 350px;
	height: 247px;
	border: 1px solid #E5E5E5;
	float: left;    text-align: center;
}
.pro-img img{
	max-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;
	line-height: 27px;
}
.pro-tex ul li p{
	margin: 0;
	color: #999999;
	display: inline-block;
	width: 426px;
}
.pro-tex ul li span{
	float: left;
}
.pro-top{
	margin-bottom: 35px;
    height: auto;
        height: 247px;
}
.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;

}
.prode-imp img{max-width:100%;height:auto !important;}
.prode-imp ul li span{
	color: black;
}
.prode-imp p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0px;
}
prode-imp img{max-width:100%;height:auto !important;}
/*新闻页面*/
.news-box>ul li{
	border-bottom: 2px dotted #666666;
	padding: 0 0 20px;
	margin-bottom: 28px;
}
.news-box>ul li:last-of-type{
	border: none;
	margin-bottom: 0;
}
.news-box>ul li img{
	float: left;
	width: 206px;
	height: 121px;
}
.news-tex{
	margin-left: 224px;
	padding-top: 21px;
	min-height: 121px;
}
.news-tex span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: black;
}
.news-tex p{
	color: #999999;
	line-height: 23px;
}
.news-box>ul li a:hover .news-tex span{
	color: #006DC0;
}
.news-box>ul li a:hover .news-tex p{
	color: #006DC0;
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #006DC0;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #006DC0;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
	margin-top: 40px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #006DC0;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #006DC0;
	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: #006DC0;
	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;
}

/*案例页面*/
.case-box>ul li{
	width: 276px;
	float: left;
	    margin-bottom: 18px;
    margin-left: 23px;
}
.case-box>ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.case-box>ul li div{
	width: 276px;
	height: 179px;
}
.case-box>ul li div img{
	width: 100%;
	height: 100%;
}
.case-box>ul li p{
	color: #333333;
	padding: 12px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-box>ul li a:hover p{
	color: #006DC0;
}

/*联系我们*/
.cont-box{
	font-size: 16px;
	color: #333333;
}
.cont-box p{
	margin-bottom: 25px;
}
.cont-box  ul li{
	margin-bottom: 26px;
}
.cont-box  ul li img{
	margin-right: 12px;
}
.cont-map{
	margin-top: 30px;
	width: 850px;
	height: 362px;
}
.cont-map>img{
	width: 100%;
	height: 100%;
}
.conte-box form div{
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	width: 433px;
	height: 36px;
}
.conte-box form div input{
	width: 362px;
	height: 36px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div textarea{
	width: 552px;
	height: 150px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div label{
	color: #666666;
	float: left;
	margin-right: 12px;
	font-weight: 100;
	margin-top: 7px;
}
.conte-box form div span{
	position: absolute;
	color: #FF0000;
	font-size: 16px;
	right: 0;
	top: 3px;
}
.conte-box form .conte-tt{
	width: 617px;
	height: 150px;
}
.conte-box form input[type=submit]{
	background-color: #006DC0;
	color: white;
	padding: 5px 30px;
    border: none;
    margin-top: 26px;
    margin-left: 60px;
}

/*招聘*/
.rec-box div:not(:last-child){
	margin-bottom: 50px;
	border-bottom: 1;
}
.rec-box div ul {
	margin-bottom: 30px;
}
.rec-box div ul li{
	line-height: 34px;
}













.conte-box form{
    height: auto;
    overflow: hidden;
}
.conte-box form div{
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	width: 433px;
	height: auto;
}
.conte-box form div input{
	width: 362px;
	height: 36px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div textarea{
	width: 552px;
	height: 150px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div label{
	color: #4B3A26;
	float: left;
	margin-right: 12px;
	font-weight: 100;
	margin-top: 7px;
}
.conte-box form div span{
	position: absolute;
	color: #FF0000;
	font-size: 16px;
	right: 0;
	top: 3px;
}
.conte-box form .conte-tt{
	width: 617px;
	height: 150px;
    margin-top: 10px;
}
.conte-box form input[type=submit]{
	background-color: #36c8ff;
	color: white;
	padding: 5px 30px;
    border: none;
    margin-top: 26px;
    margin-left: 60px;
}








.conte-box form{
    height: auto;
    overflow: hidden;
}
.conte-box form div{
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	width: 433px;
	height: auto;
}
.conte-box form div input{
	width: 362px;
	height: 36px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div textarea{
	width: 552px;
	height: 150px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div label{
	color: #4B3A26;
	float: left;
	margin-right: 12px;
	font-weight: 100;
	margin-top: 7px;
}
.conte-box form div span{
	position: absolute;
	color: #FF0000;
	font-size: 16px;
	right: 0;
	top: 3px;
}
.conte-box form .conte-tt{
	width: 617px;
	height: 150px;
    margin-top: 10px;
}
.conte-box form input[type=submit]{
	background-color: #006DC0;
	color: white;
	padding: 5px 30px;
    border: none;
    margin-top: 26px;
    margin-left: 60px;
}

.foot-bot p{color:#fff;}
.foot-bot p a{color:#fff;}
.pro-bot{
    margin-top: 40px;
}
.zoomed{}

.zs_m li{display: inline-block;width: 270px;margin-right: 25px;margin-bottom: 20px;    height: 180px;float: left;}
.zs_m li:nth-child(3n){margin-right: 0;}
.zs_m li img{width: 100%;    opacity: 0;}
.pro_zs{margin-top: 25px;}
.pro_zs p{font-size: 18px;line-height: 40px;}
.zoomify.zoomed{opacity: 1;}

