@charset "utf-8";

header{
    width: 100%;
    height: 105px;
}
.header{
    width: 1100px;
    height: 105px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.header-left{
    position: relative;
    margin-top: 30px;
    float: left;
}
.logo-right{
    float: left;
    margin-top: 10px;
}

.logo-right h3{
    color: #333;
    font-size: 18px;
    letter-spacing: 3.8px;
}
.logo-right p{
    font-size: 10px;
    font-family: Tahoma,Shruti,Schadow BT,Raavi;
    color: #999;
}
.searchBox{
    width: 166px;
    height: 22px;
    position: relative;
    float: right;
    top:50px;
    right: 0px;
    color: #c4c4c4;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}
.searchBtn{
	width: 40px;
	height: 22px;
    position: absolute;
    top: 51px;
    right: 1px;
    cursor: pointer;	
}
.language{
    position: relative;
    float: right;
    top: 50px;
    margin-right: 30px;
}
.navigation{
	margin-top: 20px;
    width: 100%;
    height: 35px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url(../images/navigation.jpg);
}
.navigationBox{
    width: 1100px;
    height: 35px;
    margin: 0 auto;
}
.navigationBox ul{
	width: 1100px; 
	height: 35px; 
	margin: 0 auto;
}
.list li{ 
	float: left; 
	position: relative;
}
.list li:hover .down{ display: block; position:absolute;z-index:2}
.list li .down{ width: 190px; background: #fff; position: absolute; top: 34px; display: none;}
.list li .down a{ width:100%; display: block; line-height: 30px; color: #999; font-size: 14px; margin:0 auto;background-image: url(../images/navigation.jpg)}
.list li .down a:hover{ color: #fff; background-image:none; background-color:#0071b5;}

.navigationBox   ul  a  {
	display: block;
	width: 100px;
	text-align: center;
	margin: 1px 45px 0px 45px;
	float: left;
	line-height: 33px;
	font-size:16px;
	font-weight:600;
}
.navigationBox  ul span {
	display: block;
	float: left;
	line-height: 32px;
	margin: 1px 0px 0px 0px;
	width: 1px;
	color: #CCCCCC;
}

.navigationBox  ul  a:hover {
	color: #FFFFFF;
	background-color: #0071B5;
}
/*.MainPicture{*/
    /*width: 100%;*/
    /*height: 546px;*/
/*}*/
.MainPicture{
    width: 1900px;
    height: 545px;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
	left: 50%;
	margin-left: -950px;
}
.MainPicture .imgs li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.MainPicture .num{
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 0;
    text-align: center;
    width: 100%;
}
.MainPicture .num li{
    width: 20px;
    height: 20px;
    background-color: #666;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
}
.MainPicture .num li.active{
    background: #0098cc;
}
.content{
    width: 100%;
	height:auto;
    margin-top: 50px;
	float: left;
}
.contentBox{
    width: 1100px;
    margin: 0 auto;
}
.news{
    width: 30%;
	height: auto;
    position: relative;
    float: left;
	margin-right:5%;
}
.newstitle{
	width: auto;
	height: 22px;
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #0073B6;
}
.more{
    width: 60px;
	height: 20px;
	float: right;
	background-color: #0072B7;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
.newsContent{
    clear: left;
    margin-top: 30px;
	border-bottom: 3px solid #0073b6;
	height:280px;
	box-shadow: 1px 5px 12px #a7a3a3;
}
.newsContent ul li{
    list-style: disc;
    line-height: 30px;
}
.newsContent ul li a{
    color: #666;
}
.newsContent ul li a:hover{
    color: #0072b7;
}
.newsContent ul li span{
    display: inline-block;
    float: right;
}
.introduction{
    width: 30%;
	height: auto;
    position: relative;
    float: left;
	margin-right:5%;
}
.introduce{
	width: auto;
	height: 22px;
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #0073B6;
}
.index_case{
	width: 30%;
	height: auto;
    position: relative;
    float: left;
}
.company{
    clear: left;
    margin-top: 30px;
    overflow: hidden;
	border-bottom: 3px solid #0073b6;
	height:280px;
	box-shadow: 1px 5px 12px #a7a3a3;
}
.company p{
    line-height: 23px;
	margin-top:20px;
}
.caselist{ 
    clear: left;
    margin-top: 30px;
    overflow: hidden;
	border-bottom: 3px solid #0073b6;
	height:280px;
	box-shadow: 1px 5px 12px #a7a3a3;
}

.footer{
	width:1900px;
	position:relative;
    border-top: 1px solid #cccccc;
	display:inline-block;
	left: 50%;
	margin-left: -950px;
}
.footBox{
/*    width: 1100px;
    height: 96px;
	margin: 0 auto;
 	margin-left: -550px;
	position:absolute;
	left:50%;
	display:inline-block;*/
}
.aotherIcon{
    width: 150px;
    height: 48px;
	display: inline-block;
	margin: 0 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.aotherIcon .icon02{
    position: relative;
    float: left;
    margin-top: 8px;
    margin-left: 7px;
    padding-left: 10px;
}
.aotherIcon .icon01{
    position: relative;
    float: left;
    margin-top: 8px;
    margin-left: 25px;
}
.address{
    margin-top: 12px;
	text-align: left;
	font-size: 10px;
	display: inline-block;
}
.address p{
	color: #666666;
	line-height: 16px;
}
.count a{
	color:#fff;
	}
.count a:hover{
	color:#0098cc;
	}

.address b {
	color: #009BDF;
	font-weight: bold;
}

.viewContent{
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.viewLeft{
    width: 180px;
    height: auto;
    float: left;
}
.left01{
	width: 180px;
	height: 40px;
	background-color: #0098cc;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 4px;
	margin: 0px 0px 20px 0px;
	text-align:center;
	font-family: "微软雅黑", Tahoma, Georgia, Arial
}
.viewContent .viewLeft a {
	display: block;
	margin: 5px 0px 0px 0px;
}

.left02, .left03{
	width: 180px;
	/*height: 30px;*/
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
._hover{
	background-color: #0098cc;
	color: #ffffff;
	}

.left02:hover{
	background-color: #0098cc;
	color: #ffffff;
}
.left02:active{
	background-color: #0098cc;
	color: #ffffff;
}
.left03:hover{
	background-color: #0098cc;
	color: #ffffff;
}
.left03:active{
	background-color: #0098cc;
	color: #ffffff;
}
.left04{
    margin-top: 20px;
}
.viewRight{
    width: 880px;
    height: auto;
    float: right;
	margin-bottom: 30px;
}
.right01{
    width: 880px;
    height: 40px;
    background-color: #0098cc;
    text-indent: 1em;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.viewP1{
    font-size: 14px;
    text-indent: 2em;
    margin-top: 20px;
    line-height: 24px;
}
.right02{
    width: 790px;
    height: auto;
    margin-top: 30px;
    margin-left: 90px;
    line-height: 30px;
    color: #333;
}
.right02 h3{
    font-size: 16px;
    font-weight: 600;
}
.right02 p{
    font-size: 14px;
}
.right02 a:hover{
    color: #0098cc;
}
.projectPicture{
    width: 280px;
    height: 190px;
    float: left;
    margin-bottom: 50px;
}
.projectPicture p{
    width: 280px;
    height: 20px;
    margin-top: 10px;
    text-align: center;
} 
.projectPicture .step p{
	width: 280px;
	height:auto;
	text-align:left; 
	margin-top:0px;
	font-size:18px;
	color:#000 !important;
	}
.projectPicture p a{
    font-size: 14px;
    line-height: 20px;
    color: #0098cc;
    font-weight: 600;
}
.projectExample{
    width: 430px;
    height: 295px;
    float: left;
    margin-bottom: 50px;
}
.projectExample p{
    width: 430px;
    height: 20px;
    margin-top: 10px;
    text-align: center;
	font-family: "微软雅黑" ,Verdana, Geneva, sans-serif
}
.projectExample p a{
    font-size: 14px;
    line-height: 20px;
    color: #0098cc;
	font-family: "微软雅黑" ,Verdana, Geneva, sans-serif
}
.newsBox{
	display:block;
    width: 880px;
    height: 140px;
    float: left;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 10px;
}

.Bnews{
    width: 880px;
    height: auto;
    position: relative;
}
.Bnews h3{
    width: 880px;
    height: 30px;
    font-size: 18px;
    color: #ff9900;
    text-align: center;
    line-height: 30px;
}
.Bnews p{
    width: 880px;
    height: auto;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 10px;
}

.newsPicture{
    width: 200px;
    height: 135px;
    float: left;
}
.newsText{
    float: left;
    width: 680px;
    height: 140px;
}
.newsText h3 {
    color: #ff9900;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}
.newsText p{
    margin-left: 15px;
    margin-top: 25px ;
    line-height: 20px;
	color: #999999;
}
.newsMore{
    float: right;
    margin-top: 40px;
    color: #999999;
}
.newsMore:hover{
    color: #0098cc;
}
.contactLeft{
    width: 535px;
    height: auto;
    float: left;
}
.contactRight{
    width: 560px;
    height: auto;
    float: left;
}
.WeChat{
    width: 535px;
    height: 50px;
    margin-top: 35px;
	margin-bottom: 20px;
}
.WeChat h2{
    font-size: 22px;
    color: #333333;
    margin-left: 0px;
}
.WeChat p{
    font-size: 14px;
    color: #333333;
    margin-left: 0px;
}
.weixin{
    width: 534px;
    height: 215px;
    margin-top: 30px;
    border-right: 1px solid #666;
}
form .backForm{
    margin-left: 0px;
    width: 455px;
    height: auto;
    margin-top: 60px
}
.backForm .name{
    width: 150px;
    height: 55px;
    float: left
}
.backForm .name input{
    width: 150px;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #666666
}
.backForm .tel{
    width: 250px;
    height: 55px;
    float: left;
    margin-left: 40px;
}
.backForm .tel input{
    width: 250px;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #666666
}
.backForm .mailbox{
    width: 250px;
    height: 55px;
    float: left;
    margin-top: 20px
}
.backForm .mailbox input{
    width: 440px;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #666666
}
.backForm .message{
    width: 440px;
    height: 55px;
    float: left;
    margin-top: 20px
}
.backForm .message textarea{
    width: 440px;
    height: 75px;
    margin-top: 5px;
    border: 1px solid #666666
}
.su{
    width: 95px;
    height: 35px;
    float: left;
    margin-left: 135px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    background-color: #ffffff;
    border: 1px solid #0098cc;
    margin-top: 90px;
    cursor: pointer;
}
.su:hover{
    background-color: #0098cc;
    color: #ffffff;
}
.re{
    width: 95px;
    height: 35px;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    background-color: #ffffff;
    border: 1px solid #0098cc;
    margin-top: 90px;
    cursor: pointer;
}
.re:hover{
    background-color: #0098cc;
    color: #ffffff;
}
.contactInformation{
    width: 500px;
    height: 245px;
    margin-left: 60px;
    margin-top: 165px;
    float: left;
}
.InformationBox1{
    float: left;
    width: 250px;
    height: 80px;
    margin-bottom: 25px;
}
.InformationBox1 img{
    /*margin-top: 2px;*/
}
.InformationBox1 span{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.InformationBox1 p{
    font-size: 14px;
}
.suggestion{
    width: 500px;
    margin-left: 0px;
    margin-top: 165px;
    float: left;
}
.suggestion h2{
    color: #333;
    font-size: 26px;
}
.suggestion p{
    font-size: 16px;
    margin-top: 20px;
}
#------------------------------- {
}

.viewContent .viewRight p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.viewContent .viewRight p a {
	color: #0098CC;
}
.viewContent .viewRight p img {
	max-width: 880px;
	margin: 28px 0px 28px 0px;
}
.viewContent .viewRight .projectStep p img{
	margin:0px 0px 0px 0px;
	}