.main{
	width: 1200px;
	margin: 0 auto;
}
.top{
	background: #1170d2;
	line-height: 38px;
}
.top p{
	color: white;
	font-size: 16px;
}
.logobox{
	margin: 20px auto;
}
.logo{
	float: left;
	
}
.tel{height:68px;background: url(../images/tel.png) left center no-repeat;float: right;margin-top:10px;}
.tel .tit{font-size: 16px;color: #333;text-indent:100px;line-height: 20px; font-weight:normal}
.tel .con{font-size: 34px;color: #0E60AA;text-indent: 100px;font-weight: bold;}


.navigation{
	line-height: 56px;background-color: #1170d2;
}
.navigation li{
	float: left;
	width: 150px;
	text-align: center;
}
.navigation a{
	color: white;
	font-size: 16px;
}
.navigation li:hover{
	background: #0b4887;
}

.navigation li.cur{
	background: #0b4887;
}


/*banner*/
#slider-container {
	margin: 0px;
	overflow: hidden;
	clear: both !important;
	position: relative;
	/*margin-top: 243px;*/
}
.nivoSlider img {

}

.nivoSlider a {
	border: 0px currentColor;
	display: block;
}

.nivo-directionNav a {
	border: 0px currentColor;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}

#slider {
	margin: 0px auto;

	overflow: hidden;
	position: relative;
	z-index: 9;
}

#slider h1 {
	color: rgb(255, 255, 255);
	font-size: 24px;
}

#slider .sdate {
	padding-bottom: 10px;
	display: block;
}

#slider hr {
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom-color: rgb(137, 137, 137);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	left: 0px;
	top: 0px;
	position: absolute;
}

.nivoSlider a.nivo-imageLink {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 6;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	z-index: 5;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}



.nivo-caption p {
	margin: 0px;
	padding: 0px;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

.nivo-directionNav a {
	top: 50%;
	position: absolute;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	background: url("../images/prev.png") no-repeat;
	left: 25px;
}

.nivo-nextNav {
	background: url("../images/next.png") no-repeat;
	right: 25px;
}

.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

.search{
    padding: 58px 0;
	background: #f9f9f9;
}
.search form{width: 100%;}
.search .search-text{width: 85%;float: left;}
.search .search-text input{border:2px solid #1170d2;height:54px;width:100%;font-size:18px;line-height:54px;padding: 0 20px;outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.search .search-btn{width: 15%;float: right;}
.search .search-btn input{width: 100%;border: 0;outline: 0;background: #1170D2;color: #fff;height: 54px;line-height: 54px;font-size: 18px;}

.web-title{
	text-align: center;
}
.web-title h3{
	color: #010101;
	font-weight: lighter;
	font-size: 45px;
}
.web-title em{
	color: #010101;
	font-weight: bold;
}
.web-title span{
	color: #1170D2;
	font-weight: bold;
}
.product{
	padding-bottom: 58px;
	background: #f9f9f9;
}
.web-title p{
	color: #848484;
	font-size: 21px;
	line-height: 40px;
}
.pro-center{
	margin-top: 42px;
}
.product-fl{
	float: left;
	width: 240px;
	text-align: center;
}
.pro-title span{
	color: white;
	font-size: 16px;
	font-family: arial;
	line-height: 30px;
	text-transform: uppercase;
}
.pro-title p{
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
}
.pro-title{
	background:#1170d2;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 12px 0 20px 0;
}

a.current{
	text-decoration: none;
}
.treebox{
	 margin: 0 auto; 
}
.menu{
	overflow: hidden;
}
/*第一层*/
.menu li{
	background: #eeeeee;
	border-radius: 10px;
	margin: 5px 0;
}
.menu li.level1>a{ 
	display:block;
	
	line-height: 50px;
	color: #666666;
	font-size: 17px;
	position: relative;
	-webkit-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
}
.menu li.level1 a:hover{
	
	background-color:#1170d2;
	color: white;
}
.menu li.level1 a.current{
	background: #1170d2;
	color: white;
	border-radius: 10px;
}


/*第二层*/
.level2 li{
	margin: 2px 0;
	border-radius: 10px;
	background: #5191d3;
}
.menu li ul{
	overflow: hidden; 
	
}
.menu li ul.level2{
	display: none;
}
.menu li ul.level2 li a{
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	/*border-bottom: 1px solid #ddd; */
	font-size: 16px;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	
}
.pro-show-center{
	width: 100%;
	margin-bottom: 2%;
}
.pro-show-center .pro-tt{width: 100%;border-bottom: 2px solid #1170D2;height: 40px;
    line-height: 40px;margin-bottom: 2%;}
.pro-show-center .pro-tt h3{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1170D2;
    padding: 0 20px;
    font-size: 18px;
}
.pro-show-center .pro-tt a{
	float:right;
	font-size: 15px;
    color: #666666;
}

.pro-show li{
	float: left;
	width: 23.5%;
	margin-right:2%; margin-bottom:2%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.ipro-nav{margin: 20px 0;text-align: center;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.ipro-nav a{display: inline-block;padding: 10px 16px;background: #333;font-size: 15px;font-weight: bold;color: #fff;transition: .3s;}
.ipro-nav a:hover{background: #1170D2;}
.pro-show li:nth-child(4n){margin-right: 0;}
.pro-show li img{ width:100%;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.pro-text{
	line-height: 55px;
	color: #333;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
img{max-width: 100%;}
.pro-show li:hover {
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.05);
	        box-shadow: 0px 10px 15px rgba(0,0,0,.05);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	     transform: translate3d(0, -5px, 0);
}
.pro-show li .pro-text:hover {
	color: #1170D2;
}

.pro-text a{
	float: right;
	display: inline-block;
	background: #347fcc;
	width: 98px;
	line-height: 30px;
	color: white;
	font-size: 14px;
	border-radius: 14px;
	margin-top: 17px;
	text-align: center;
}
.pro-more{
	background: #1170D2;
	width: 522px;
	line-height: 58px;
	border-radius: 33px;
	padding: 4px 0 4px 6px;
	margin: 16px auto 0 auto;
}
.pro-more div:first-child{
	background: white;
	border-radius: 29px;
}
.pro-more a{
	color: #262626;
	font-size: 16px;
	text-align: center;
	display: block;
}
.pro-more p{
	color: white;
	font-size: 18px;
}
.pro-more span{
	font-size: 30px;
	font-weight: bold;
	font-family: arial;
}
.about{margin-top: 60px;}
.about-center{
	/*background: url(../images/about-2.jpg) no-repeat center center;*/
	-o-background-size:cover ;
	   background-size:cover ;
	padding: 30px 0 94px;
	margin-top: 18px;
}
.about-img{
	float: left;
	width: 500px;
}
.about-text{
	margin-left: 40px;
	float: left;
	width: 600px;
}
.about-text p{
	/*color: white;*/
	font-size: 18px;
	line-height: 40px;
}
.about-text{
	margin-top: 0px;
}
.about-text img{
	margin-bottom: 23px;
}
.about-more{
	width: 160px;
	border: solid 1px #1170D2;
	line-height: 45px;
	border-radius:25px ;
	float: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.about-more a{
	color: #1170D2;
	font-size: 16px;
	display: block;
	text-align: center;
}

.about-more:hover{background: #1170D2;}
.about-more:hover a{color: #fff;}

.about-tel{
	float: left;
	line-height: 45px;
	margin-left: 15px;
}
.about-tel span{
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}
.about-m{
	margin: 40px 0 0 0;
}
.case{
	margin: 86px auto 75px; width:1200px;
	
	
}
.g4{
	width: 100% !important;
	height: 382px;
}
.g4 img{
	height:292px !important;
}
.case-center{
	
	margin-top: 42px;
	
	
}
.case-center li{
	padding: 0 10px;
}

.case-text{
	border-bottom: solid 1px #d2d2d2;
	padding: 23px 0;
	line-height: 40px;
}
.case-text span{
	float: left;
	color: #666666;
	font-size: 20px;

}
.case-text a{
	float: right;
	display: inline-block;
	width: 142px;
	border: solid 1px #aaaaaa;
	border-radius: 19px;
	text-align: center;
}
.ad-title{
	text-align: center;
}
.ad-title h3{
	color: #333333;
	font-size: 45px;
	font-weight: bold;
}
.ad-title span{
	color: #1170d2;
}
.ad-title p{
	color: #848484;
	font-size: 21px;
	line-height: 50px;
}
.advantage-bg{
	background: url(../images/gz-1.jpg) no-repeat center center;
	-o-background-size:cover ;
	   background-size:cover ;
	padding: 90px 0 100px 0;
	margin-top: 20px;
}
.ad-text h3{
	color: white;
	font-size: 34px;
	margin-top: 15px;
	font-weight: bold;
}
.ad-text span{
	color: white;
	font-size: 15px;
	display: block;
	line-height: 30px;
	margin-bottom: 35px;
}
.ad-text p{
	color: white;
	font-size: 16px;
	line-height: 30px;
}
.ad-1{
	padding-bottom: 50px;
}
.advantage-center li:nth-child(2){
	margin-top: 56px;
}
.advantage-center li:nth-child(3){
	margin-top: 33px;
}
.ad-img{
	float: left;
	width: 500px;
}
.ad-img img{ width:100%}
.ad-text{
	float: left;
	width: 650px;
}
.new{
	margin: 70px auto 80px auto;
}
.new-center{
	margin-top: 50px;
}
.new-center li{
	
	float: left;
	width: 580px;
	margin: 10px;
}
.new-bg{
	background: #F5F5F5;
	padding: 14px 10px 14px 11px;
}
.new-text a{
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}
.new-text p{
	color: #666666;
	font-size: 13px;
	line-height:25px;
	margin-top: 8px;
}

.link{
	background:#2e3033;
	padding: 23px 0 31px 0;
	overflow: hidden;
}

.link a{
	color: white;
	font-size: 15px;
	margin: 0 6px;
	line-height: 22px;
}

.copyright{color: #939393;margin-top: 20px;text-align: center;}
.copyright a{color: inherit;}
/*footer*/
.footer{width: 100%;color: #fff;padding-bottom: 48px;background: #2E3033; clear:both;}
.footer .links{padding: 20px 0;font-size: 16px;border-bottom: 1px solid #1a1d21;}
.footer .links span{color: #fff;display:inline-block;}
.footer .links a{display:inline-block;font-size: 14px;color: #939393;padding-right: 10px;}
.footer .links a:hover{color: #1170d2;}
.footer .bottom {border-top: 1px solid #464a50;}
.footer .bNav{width: 600px;height: 180px;margin-top: 48px;border-right: 1px solid #1a1d21;}
.footer .di_logo img{width:111px; height:111px; -o-background-size:100%; background-size:100%;}
.footer .bNav dl{display:inline-block;float:left;width:300px;overflow:hidden;text-align:left;padding-top:10px;}
.footer .bNav dl dt{height:16px; display:block; padding-bottom:32px;}
.footer .bNav dl dt a{display:block; font-size:16px; color:#fff; line-height:16px;}
.footer .bNav dl dd{ height:14px; padding-bottom:16px; float:left; width:50%;}
.footer .bNav dl dd a{display:block;font-size:14px;color: #939393;line-height:14px;}
.footer .bNav dl dd a:hover{color: #1170d2;}
.footer .ewm{height: 180px;text-align:center;padding-left: 48px;margin-top: 48px;border-left: 1px solid #464a50;}
.footer .ewm dl{width: 140px;float:left;display:block;margin-right:30px;margin-top: 10px;height:164px;}
.footer .ewm dl:nth-child(2){margin-right:0px;}
.footer .ewm dl:first-child+dl{margin-right:0px;}
.footer .ewm dl dt{width: 140px;height: 140px;background-color:#fff;text-align:center;}
.footer .ewm dl dt img{width: 130px;height: 130px;display:inline-block;-o-background-size:100%;background-size:100%;margin-top:5px;}
.footer .ewm dl dd{font-size:14px;color: #939393;line-height:24px;padding-top: 5px;}
.footer .contact_info{width: 300px;height: 180px;padding-left: 50px;border-right: 1px solid #1a1d21;border-left: 1px solid #464a50;margin-top: 48px;}
.footer .contact_info p.p1{font-size:14px;color: #fff;line-height:14px;padding-top:10px;}
.footer .contact_info p.dh{font-size:36px;color: #1170D2;font-family:"Arial";line-height:36px;padding-top: 4px;font-weight:bold;padding-bottom:12px;}
.footer .contact_info h3{font-size:20px; padding-top:8px;}
.footer .contact_info p.tel1{font-size:14px;color: #939393;line-height:22px;width: 270px;}
.footer .contact_info i{display:block; padding-top:8px; font-size:14px; color:#fff;}
.footer .contact_info i a{display:inline-block; color:#fff; padding-right:12px;}



.city a{
	margin: 0 5px;
}
.city span{
	color: #DDDDDD;
	font-size: 14px;
}
.youhua{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	margin-top: 80px;
}
.youhua a{
	color: #FFFFFF;
	font-size: 14px;
}


.sj-pro,.sj-case{
	margin: 20px auto;
}
.sj-title{
	margin-bottom: 20px;
}
.sj-title span{
	color: black;
	font-size: 22px;
}
.sj-pro-c span,.sj-case-c span{
	color: #666666;
	font-size: 14px;
	line-height: 35px;
}
.sj-about{
	padding: 0 15px;
}
.sj-about p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.sj-new-c {
	padding: 0 15px;
}
.sj-new-c li{
	line-height: 40px;
}
.sj-new-c a{
	color: black;
	font-size: 14px;
}
.sj-new-c span{
	float: right;
	color: #666666;
	font-size: 14px;
}
.sj-footer{
	background: #404141;
	padding: 20px 15px;
	color: white;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}
.call{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background:#09ac53;
	line-height: 35px;
}
.call a{
	color: white;
	font-size: 14px;
}
@media only screen and (max-width:768px ) {
	html,.as-mainwrapper{
		padding-bottom: 30px;
	}
}