body{
	font-size:12px;
	background: url(../images/body-bg.jpg) repeat;
	font-family:"微软雅黑";
	min-width:1700px;
	overflow-x:hidden;
}

/*头部样式*/
.head{
	width:100%;
}

/*顶部样式*/
.head .headTop{
	width:100%;
	height:33px;
	background:url(../images/top-bg.jpg) repeat-x;
}
.head .headTop .headBox{
	width:1100px;
	height:30px;
	margin:0 auto;
}
.head .headTop .headBox p{
	width: 240px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #424141;
	overflow:hidden;
}
.head .headTop .headBox .headBox-right{
	width: 235px;
    height: 30px;
    line-height: 30px;
    color: #424141;
}
.head .headTop .headBox .headBox-right span{
	max-width:55px;
	max-height:30px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
	overflow:hidden;
    
	
}
.head .headTop .headBox .headBox-right span a{
	color: #424141;
}
.head .headTop .headBox .headBox-right span a:hover{
	color:#08a2fb;
}
.head .headTop .headBox .headBox-right span a:active{
	color:#666;
}
.head .headTop .headBox .headBox-right span img{
	vertical-align:center;
	margin-top:3px;
}
/*顶部logo样式*/
.head .headLogo{
	width: 100%;
    height: 170px;
    overflow: hidden;
    background: url('../images/head-bg.jpg') no-repeat center;
	margin:0 auto;
}
.head .headLogo .logoBox{
	width: 1100px;
    margin: 0 auto;
	overflow:hidden
}
.head .headLogo .logoBox img.logo{
	margin-left: 15px;
   
    margin-top: 29px;
    float: left;
}
.head .headLogo .logoBox .phone{
	max-width: 400px;
	height: 109px;
	float: right;
	margin-top: 13px;
	padding-top: 18px;
	text-align: center;
	padding-right: 5px;
}
.head .headLogo .logoBox .phone p{
	font-family: "微软雅黑";
    font-size: 22px;
    color: #eb3807;
    letter-spacing: -3px;
    font-weight: bold;
}
.head .headLogo .logoBox .phone p a{
	color: #eb3807;
}
/*导航样式*/
.nav{
	width: 1900px;
    height: 108px;
    
    background: url(../images/nav-bg1.png) no-repeat;
	/*background-position:-140px 0;*/
	margin:-60px auto 0;
	position: relative;
	left: 50%;
	margin-left: -950px;

	
}
.nav .navBox{
	width: 1100px;
    height: 108px;
    margin: 0 auto;
	/*margin-left:270px;*/
}
.nav .navBox .home{
	display:block;
	width: 62px;
    height: 25px;
	line-height: 25px;
    margin-left: 29px;
    margin-top: 45px;
    float: left;
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#0584cd;
	overflow:hidden;
}

.nav .navBox ul{
    float: right;
    width: 980px;
}
.nav .navBox ul li{
    float: left;
	border-right:1px solid #fff;
	margin-top:40px;
	height:30px;
    font-size: 15px;
    font-family: "微软雅黑";
    line-height: 30px;
	width:100px;
	text-align:center;
	position:relative;
}
.nav .navBox ul li div{
	position:absolute;
	left:50%;
	margin-left:-65px;
	top:40px;
	z-index:99999;
	width:130px;
	background:#0584cd;
	text-align:center;
	padding:0 5px;
	display:none;
}
.nav .navBox ul li div a{
	width:100%;
	max-width:100%;
	max-width:130px;
	max-height:30px;
	overflow:hidden;
}
.nav .navBox ul li:last-child{
	margin-right:0;
	border:none;
}
.nav .navBox ul li a{
	display:inline-block;
	max-width:75px;
	max-height:30px;
	color: #FFF;
    font-size: 15px;
	overflow:hidden;
}
.nav .navBox a:hover,
.nav .navBox ul a:hover{
	font-weight: bold;
}
.nav .navBox ul a.current{
	font-weight: bold;
}
/*banner样式*/
.banner {  width: 1920px;  height:368px; overflow: hidden; position: relative; margin-left: -960px; left: 50%; }
.banner .slick-prev,.banner .slick-next { display: none !important;}
.banner .slick-dots { position: absolute;  bottom: 0px; display: block; margin: 0 auto;height: 15px; margin-left: -30px; left: 50%; }
.banner .slick-dots li { height: 10px; width: 10px; background: #ccc; display: block;  float: left; margin: 0 5px; border-radius: 10px; cursor: pointer}
.banner .slick-dots button { display: none !important;}
.banner .slick-active { background:#0783c9 !important }

/*热门关注样式*/
.content{
	width: 1100px;
    height: auto;
    margin: 0 auto;
}
.content .contentNav{
	margin-top:15px;
	overflow:hidden
}
.content .contentNav .navPic{
	float:left;
	overflow:hidden;
}
.content .contentNav .navPic h2{
	width: 104px;
	height: 33px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 33px;
	float: left;
	overflow: hidden;
}
.content .contentNav .navPic .hot{
	float: left;
    width: 114px;
    height: 37px;
}
.content .contentNav .navPic p{
	float: left;
    font-size: 12px;

    
    line-height: 37px;
    margin-left: 14px;
	
}
.content .contentNav .navPic p a{
	display:inline-block;
	height:24px;
	max-width:100px;
	color:#3f3e3e;
	overflow:hidden;
}
.content .contentNav .navPic p a:hover{
	color:#08a2fb;
}
.content .contentMain{
	margin-top:18px;
	overflow:hidden;
}
.content .contentMain .contentLeft{
	width: 238px;
    float: left;
	border-bottom:1px solid #c7c7c7;
}
.content .contentMain .contentLeft h2{
	/*font-family: "微软雅黑";*/
	background: #0783C9;
	height: 70px;
	font-size: 25px;
	text-align: center;
	line-height: 70px;
	border-top-left-radius: 15px;
	overflow: hidden;
}
.content .contentMain .contentLeft h2 a{
	color: #fff;
}
.content .contentMain .contentLeft .lie1{
	padding-top: 10px;
	padding-bottom: 5px;
    text-align: center;
	max-width:500px;
	overflow:hidden;
}
.content .contentMain .contentLeft .no{
	padding:5px 19px;
	background:#fff;
	border-left:1px solid #c7c7c7;		
	border-right:1px solid #c7c7c7;
	width:237px;
}
.content .contentMain .contentLeft .lie1 a{
	display:block;
	width:300px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	font-family:"微软雅黑";
	color:#fff;
	background:#0783c9;
	position:relative;
	max-width:200px;
	overflow:hidden;
	padding-right: 35px;
	padding-left: 20px;
}
.content .contentMain .contentLeft .lie1 a img{
	position:absolute;
	top:50%;
	margin-top:-12.5px;
	right:12px;
}
.content .contentMain .contentLeft .lie1:hover{
	font-weight: bold;
}
.content .contentMain .contentLeft ul{
	width: 237px;
	padding-top: 3px;
	background: #fff;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.content .contentMain .contentLeft ul li{
	line-height: 30px;
    text-align: center;
    background: url(../images/lie-x.jpg) bottom no-repeat;
	max-width:225px;
	overflow:hidden;
	padding:0 20px;
	height: 30px;
}
.content .contentMain .contentLeft ul li:last-child { background:none }
.content .contentMain .contentLeft ul li a{

    font-size: 12px;
    color: #323131;
	
}
.content .contentMain .contentLeft ul li a:hover{
	color:#08a2fb;
}

.content .contentMain .contentLeft .lie2{
	padding-top: 10px;
    text-align: center;
}
.content .contentMain .contentLeft .lie3{
	padding-top:4px;
	text-align:center;
}
/*右边banner*/
.content .contentMain .contentRight .bannerBox{
	width: 832px;
    height: 458px;

} 
.content .contentMain .contentRight .bannerBox .hotBanner{
	position: relative;
    overflow: hidden;
    width: 832px;
    height: 458px;
}
.content .contentMain .contentRight .bannerBox .hotBanner ul li{
	
	display:none;

}
.content .contentMain .contentRight .bannerBox .hotBanner ul li a{
	position:relative;
	display:block;
	width:100%;
	height:458px;
}
/*左右按钮*/
.content .contentMain .contentRight .bannerBox .btn{
	position:absolute;
	width:100%;
	height:41px;
	top:50%;
	margin-top:-20px;

}
.content .contentMain .contentRight .bannerBox .btn span{
	background: url('../images/ico1.png') no-repeat;
    display: block;
	width: 41px;
    height: 41px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.content .contentMain .contentRight .bannerBox .btn span:hover{
	 filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.content .contentMain .contentRight .bannerBox .btn span.left{
	background-position: -2px -2px;
	margin-left:10px;
}
.content .contentMain .contentRight .bannerBox .btn span.right{
	background-position: -2px -49px;
	margin-right:10px;
}

/*底部按钮*/
.content .contentMain .contentRight .bannerBox .hotTab{
	position:absolute;
	height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 0;
    z-index: 2;
}
.content .contentMain .contentRight .bannerBox .hotTab span{
	width: 12px;
    height: 12px;
    line-height: 12px;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 14px;
    cursor: pointer;
    
    text-indent: -9999px;
	background: url('../images/ico1.png') no-repeat;
	background-position: -24px -126px;
}
.content .contentMain .contentRight .bannerBox .hotTab span.hover{
	background-position: -10px -126px;
}

/*咨询*/
.content .contentMain .contentRight .ask{
	margin-top: 18px;
    background: url('../images/gg.jpg') no-repeat;
    width: 832px;
    height: 141px;
	position:relative
}
.content .contentMain .contentRight .ask a{
	position:absolute;
	bottom:20px;
	right:210px;
}
.order{
	position:relative;
}
.order p{
	position:absolute;
	top: 130px;
    left: 328px;
}
.order span{
	position:absolute;

	color:#0c83ca;
	font-size:25px;
}
.order span.sp1{
	top:195px;
	left:97px;;
}
.order span.sp2{
	top: 392px;
    left: 148px;
}
.order span.sp3{
	top: 377px;
    left: 423px;
}
.order span.sp5{
	top: 195px;
    right: 95px;
}
.order span.sp4{
	top: 393px;
    right: 47px;
}
.dingz{
	position:static;
	display:block;
	margin:0 auto;
	vertical-align:middle;
}
/*优势样式*/
.advantage{
	width: 100%;
    height: auto;
    margin-top: 20px;
}
.advantage b{
	display:block;
	width: 100%;
    text-align: center;
    background: #0783ca;
	padding:10px
}
.advantage b p{
	color:#fff;
	font-size:45px;
	font-family:"微软雅黑";
	font-weight:normal;
}
.advantage b p span{
	display:inline-block;
	background:#fff;
	color:red;
	border-radius:50%;
	height:60px;
	width:60px;
}
.advantage b  i{
	display:block;
	color:#fff;
	font-size:16px;
	font-style:normal;
	margin-top:-6px;
}
.advantage .advMain{
	width:1090px;
	height:750px;
	margin:0 auto;
	/*background:url('../images/mainMid.png');*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	overflow:hidden;
}
.advantage .advMain .advLeft{
	width:500px;
}
.advantage .advMain  .article{
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	margin-top:-9px;
	border:1px solid #d6d6d6;
	max-height:220px;
	overflow:auto;
	position:relative;
	
}
.advantage .advMain .hh1{position:relative}
.advantage .advMain .hh1 .head{
	position:absolute;
	top:39px;
	left:63px;;
	font-weight:600;
	font-size:30px;
	color:#4b534b;
	height: 33px;
}
.advantage .advMain .hh1 .head2{
	font-weight:600;
	font-size:30px;
	color:#4b534b;
	top:-60px;
	left:60px;
	height: 33px;
}
.advantage .advMain .hh1 .head3{
	top:167px;
	left:97px;
}
.advantage .advMain .hh1 .head4{
	top:33px;
}
.advantage .advMain  p{
	padding-left:15px;
	position:relative;
	line-height:30px;
	max-width: 440px;
	overflow: hidden;
}
.advantage .advMain .article  p{
	background: url(../images/arrow.png) no-repeat 0px 10px;
}

.advantage .advMain  p i{
	position:absolute;
	top:5px;
	left:0;
}
.advantage .advMain .advLeft .margin{
	margin-top:-45px;
	width:520px;
}

.advantage .advMain .advRight{
	width:500px;
}
.advantage .advMain .advRight .last{
	padding-left:270px;
	position:relative;
	height:200px;
}
.advantage .advMain .advRight .last img{
	position:absolute;
	left:0;
	top:0;
}
.advantage .advMain .advRight .last {
	border:none;
	margin-top:10px;
}
.advantage .advMain .advRight .last i{
	top:10px;
}

/*案例样式*/
.case{
	width: 1098px;

    margin: 0 auto;
    border: 1px solid #d5d5d4;
    margin-top: 20px;
	overflow:hidden;
	padding-bottom:20px;
}

.case .classic{
	width: 503px;
    margin-left: 28px;
    float: left;
}
.case .casetop{
	margin-top: 30px;
    height: 38px;
    border-bottom: 2px solid #0783ca;
	overflow:hidden;
	background: url(../images/titlebg.png) no-repeat 0px 3px;
}
.case .casetop .caseTitle{
	display:inline-block;
	font-size:20px;
	font-family:"微软雅黑";
	color:#0783ca;
	font-weight:600;
	margin-left: 10px;
	height: 38px;
	overflow: hidden;
	line-height: 30px;
	max-width: 415px;
}
.case  .casetop .more{
	width: 60px;
    height: 25px;
    float: right;
}	
.case  .casetop i img{
	vertical-align:middle;
	margin-top:-5px;
}
.case  .an1{
	margin-top:15px;
	overflow:hidden;
}
.case  .an1 a{
	display:block;
	width: 180px;
    height: 115px;
	float:left;
	position:relative;
	
    
}
.case  .an1 img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
    
}
.case .an1 .wenzi{
	margin-left: 28px;
    float: right;
    width: 288px;
}
.case  .an1 .wenzi h3{
	font-family: "微软雅黑";
    font-size: 16px;
    color: #474545;
    font-weight: normal;
    margin-top: 10px;
	max-width:290px;
	max-height:22px;
	overflow:hidden;
}
.case  .an1 .wenzi p{
	margin-top: 16px;
    line-height: 24px;
	max-height:75px;
	overflow:hidden;
}
.case  .an1 .wenzi a{
	width:288px;
	color: #474545;
	max-height:67px;
	
	overflow:hidden;
}
.case  .an1 .wenzi a:hover{
	color:#08a2fb;
}
.case  ul{
	margin-top:20px;
	width:501px;
	overflow:hidden;
}
.case   ul li {
    background: url('../images/icon.png') no-repeat 2px center;
    line-height: 28px;
    text-indent: 15px;
    font-size: 14px;
	max-width:400px;
	max-height:28px;
	overflow:hidden;
	
}
.case   ul li span{
	float: right;
    margin-right: 10px;
    color: #5f5f5f;
 
    font-size: 14px;
}
.case  ul li a{
	display:block;
	color: #1b1b1b;
    max-width:400px;
	max-height:28px;
	overflow:hidden;
    margin-left: 8px;
}
.case  ul li a:hover{
	color:#08a2fb;
}

.case .news{
	width: 503px;
    margin-right: 28px;
    float: right;
}

/*图片样式*/
.details{
	width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.details img{
    /*width: 1100px;*/
    /*height: 142px;*/
}

/*走进一恒样式*/
.join{
	width: 100%;
    height: 388px;
   
}
.join .joinMain{
	width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-top: 24px;
	overflow:hidden;
	position:relative;
	background: url(../images/material/zoujin.png) left 30px no-repeat;
}
.join .joinMain p.zhendao{
	position: absolute;
	top: 35px;
	font-size: 22px;
	color: #08a2fb;
	text-align: center;
	width: 240px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	font-size: 25px;
}
.join .joinMain .title{
	font-family:"微软雅黑";
	font-size:20px;
	text-align:center;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	border-bottom:1px solid #d2d2d2;
	color:#0e7ec6;
	font-weight:bold;
	max-width:200px;
	overflow:hidden;
}
.join .joinMain .wenh {
    width: 220px;
    height: auto;
    float: left;
    margin-left: 5px;
	margin-top: 55px;
	
	
}
.join .joinMain .wenh1{
	width: 220px;
    height: auto;
    float: left;
    margin-left: 70px;
	margin-top: 55px;
}
.join .joinMain .wenh2{
	width: 220px;
    height: auto;
    float: right;
    margin-right: 5px;
	margin-top: 55px;
}
.join .joinMain .center{
	width:204px;
	height:135px;
	position:relative;
}
.join .joinMain .wimg{
	 position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.join .joinMain .wwenz{
	width: 210px;
    margin-top: 15px;
    line-height: 20px;
    color: #4b4c4b;
	max-height:60px;
	overflow:hidden;
}

/*快速通道样式*/
.fast{
	width: 100%;
    background: #0783ca;
    margin-top: 20px;
	overflow:hidden;;
}
.fast .fastMain{
	width: 1060px;
    
    margin: 0 auto;
    padding-top: 18px;
	overflow:hidden;
}
.fast .fastMain h2{
	position: absolute;
	top: 15px;
	left: 530px;
	font-size: 27px;
	width: 200px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
}
.fast .fastMain .mainLeft{
	width: 750px;
    height: auto;
    float: left;
    
	overflow:hidden;
}
.fast .fastMain .mainLeft .title{
	border-bottom: 1px solid #54a9da;
    width: 718px;
    line-height: 35px;
    
    padding-top: 10px;
	overflow:hidden;
}
.fast .fastMain .mainLeft .title .span1{
	font-family: "微软雅黑";
    color: #FFF;
    font-size: 18px;
    float: left;
    width: 92px;
}
.fast .fastMain .mainLeft .title p{
	color: #FFF;
    line-height: 22px;
    width: 624px;
    float: right;
}
.fast .fastMain .mainLeft .title p a{
	
	height:24px;
	font-size: 14px;
	line-height:35px;
	max-width:100px;
	overflow:hidden;
    color: #FFF;
}
.fast .fastMain .mainLeft .title p a:hover{
	color:yellow;
}
.fast .fastMain .mainLeft .title p .span2 a{
	color: #faec07;
    font-size: 14px;
    margin-left: 50px;
}
.fast .fastMain .ks3{
	border-bottom: 1px solid #54a9da;
    width: 718px;
    line-height: 35px;
    padding-top: 5px;
	float:left;
}

.fast .fastMain .ks3 .span1 {
    font-family: "微软雅黑";
    color: #FFF;
    font-size: 18px;
    float: left;
    width: 92px;
}
.fast .fastMain .ks3 p{
	color: #FFF;
    line-height: 35px;
    width: 624px;
    float: right;
}
.fast .fastMain .ks3 p .ksa {
	
	height:24px;
	max-width:115px;
    font-size: 14px;
    color: #FFF;
	overflow:hidden;
}
.fast .fastMain .ks3 p .ksa:hover{
	color:yellow;
}
.fast .fastMain .ks3  p .span2 a {
    color: #faec07;
    font-size: 14px;
    margin-left: 50px;
}
.fast .fastMain .ks4{
	width: 718px;
    line-height: 35px;
    /*padding-top: 130px;*/
	float: left;
}
.fast .fastMain .ks4 .span1 {
    font-family: "微软雅黑";
    color: #FFF;
    font-size: 18px;
    float: left;
    width: 92px;
}

.fast .fastMain .ks4 p {
    color: #FFF;
    line-height: 35px;
    width: 624px;
    float: right;
}
.fast .fastMain .ks4 p .ksa {
	
	max-width:100px;
	height:24px;
	overflow:hidden;
    font-size: 14px;
    color: #FFF;
}
.fast .fastMain .ks4 p .ksa:hover{
	color:yellow;
}
.fast .fastMain .ks4 p .span2 a {
    color: #faec07;
    font-size: 14px;
    margin-left: 50px;
}
.fast  {
	position:relative;
}
.fast  .mainRight{
	width: 310px;
    height: auto;
    position:absolute;
	right:255px;
	top:85px;
	background: url('../images/td-x.png') left no-repeat;
	padding-left:30px;
}
@media (max-width:1500px) {
	.fast  .mainRight{
		right:100px;
	}
}
@media (max-width:1200px) {
	.fast  .mainRight{
		right:50px;
	}
}
@media (max-width:1200px) {
	.fast  .mainRight{
		right:30px;
	}
}
.fast .fastMain .mainRight .tdimg1{
	width: 236px;
    height: 88px;
    padding-top: 37px;
    padding-left: 41px;
}
.fast  .mainRight .call span{
	display:block;
	color:#fff;
	font-size:14px;
	margin:-40px 0 10px 65px;
}
.fast  .mainRight .call p{
	font-size:22px;
	color:#ffc600;
	padding:0;
	margin-left:50px;
	font-weight:600;
}
.fast  .mainRight .call p a{
	color:#ffc600;
}
.fast  .mainRight p{
	padding-left: 60px;
    padding-top: 30px;
}

.fast  .mainRight p img{
	width: 100px;
    height: 32px;
    padding-left: 9px;
}
/*底部样式*/
.footer{
	width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
	overflow:hidden;
}
.footer img{
	
    float: left;
    padding-bottom: 20px;
}
.footer .footp{
	font-size: 12px;
    color: #4b4a4a;
    margin-top: 12px;
	float: left;
    margin-left: 60px;
    line-height: 26px;
	width:580px;
}
.footer p a{
	display:inline-block;
	height:19px;
	max-width:70px;
	overflow:hidden;
	color:#4b4a4a;
}
.footer p a:hover{
	color:#08a2fb;
}
.footer div.company{
	float: left;
    margin-left: 60px;
    font-size: 12px;
    color: #888888;
    line-height: 26px;
}
.footer div.company a{
	font-size: 12px;
	color: #888888;
}