/*样式重置*/
*{
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.por{position: relative}
.fr{float:right;}
.fl{float:left}
.mr10{margin-right: 10px}
.mr20{margin-right: 20px}
.mr30{margin-right: 30px}

/*页面样式*/
body{
     background: #fff url("image/body_bg.gif") repeat-x;
     font-size: 12px;
 }
.w1000{
    width: 1000px;
    margin: 0 auto;
}
#top{
    height: 90px;
}
#top .logo{
    width: 190px;
    height: 90px;
    padding-top: 14px;
}
#top .top-info{
    height: 50px;
    vertical-align: bottom;
}
#top .top-info ul li{
    display: inline-block;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    color: #909090;

}
#top .home{
    display: inline-block;
    padding-left: 30px;
    background: url("image/bg_home.gif") no-repeat 0px 3px;
}
#top .add{
    display: inline-block;
    padding-left: 30px;
    background: url("image/+.gif") no-repeat 0px 6px;
}
#top .top-info ul li strong{
    font-size: 25px;
    font-weight: bold;
    color: red;
    margin-right: 10px;
}
#top .top-btn {
    width: 792px;
    height: 40px;
    font-size: 0;
}
#top .top-btn a{
    display: inline-block;
    width: 88px;
    height: 40px;
    background: white;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#top .topul{
    position: absolute;
    width: 100px;
    display: none;
    top: 40px;
    left: 0px;
    z-index: 99;
    background: #404040;
}
#top .topul li{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
#top .top-btn a:hover{
    background-color:red;
    color: #fff;
}

/*header*/
#header{
    border-top: 2px solid #0059b5;
    height: 438px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#header ul{
    width: 5760px;
    height: 436px;
    position: absolute;
    left: 0px;
    top:0px;
}
#header ul li{
    display: inline;
    width: 1920px;
    height: 436px;
    float: left;
}
#header .circle-group{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
#header .circle-group .circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 30px;
    border-radius: 100%;
    background-color:white;
}
#header .circle-group .circle:hover{
    background-color: red;
}

/*content*/
/*content-1*/
#content .c-header{
    text-align: center;
    padding-top: 30px;
    line-height: 1.5;
}
#content .c-header h2{
    font-size: 25px;
}
#content .c-header h2 span{
    color:#909090;
}
#content .c-s-main{
    display: flex;
    justify-content:space-between;
    margin-top: 20px;
}
#content .c-service-item{
    width: 270px;
    height: 320px;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
}
#content .c-service-item:nth-of-type(1){
    background-color: #fde07d;
}
#content .c-service-item:nth-of-type(2){
    background-color: #7292fa;
}
#content .c-service-item:nth-of-type(3){
    background-color: #fba96c;
}
#content .c-service-item .img-wrapper{
    margin: 30px auto 30px;
    width: 250px;
    height: 130px;
    background:transparent;
    border-bottom: 1px dashed #909090;
}
#content .c-service{
    text-align: center;
    padding-top: 30px;
    line-height: 1.5;
}
#content .c-service h2{
    font-size: 25px;
}
#content .c-service h2 span{
    color:#909090;
}
#content .c-s-main{
    display: flex;
    justify-content:space-between;
    margin-top: 20px;
}
#content .c-service-item{
    width: 270px;
    height: 320px;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
}
#content .c-service-item:nth-of-type(1){
    background-color: #fde07d;
}
#content .c-service-item:nth-of-type(2){
    background-color: #7292fa;
}
#content .c-service-item:nth-of-type(3){
    background-color: #fba96c;
}
#content .c-service-item .img-wrapper{
    margin: 30px auto 30px;
    width: 250px;
    height: 130px;
    background:transparent;
    border-bottom: 1px dashed #909090;
}


/*content-2*/
#content .c-case-item{
    width: 300px;
    height: 388px;
    padding: 20px 10px 20px 10px ;
    box-shadow:#909090 0px 0px 2px 1px;
    position: relative;
    text-align: left;
}
#content .c-case-item h3{
    display: block;
    text-align: left;
    border-bottom: 1px solid #909090;
}
#content .c-case-item .img-wrapper{
    margin: 30px auto 30px;
    width: 271px;
    height: 126px;
}
#content  .case-btn{
    display: block;
    width: 76px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    border-radius: 8px;
    background-color: #64b9fa;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: center;
}


/*content-3*/
#content .c-item-3{
    width: 450px;
    height: 380px;
    /*background-color: #909090;*/
    margin-top: 30px;
}
#content .c-item-header{
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;

}
#content .c-item-header h3{
    font-size: 20px;
}
#content .c-item-header h3 span{
    color: #ff4a4a;
}
#content .c-item-header p{
    font-size: 16px;
    vertical-align:bottom;
}
.arrow{
    display: inline-block;
    width: 55px;
    height: 26px;
    background: transparent url("image/arrow.jpg") no-repeat right center;
    margin-top: 2px;
}
#content .firstnew{
    height: 132px;
    overflow:hidden;
    word-break:break-all;
    line-height: 22px;
    border-bottom: 1px solid #000;

}
#content .firstnew img{
    display: block;
    margin:10px 20px 10px 0;
}
#content #c-new ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
#content #c-new ul li{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: white url("image/libefore.jpg") no-repeat 3px 5px ;
    font-size: 18px;
}
#content #c-job table{
    width: 100%;
    height: 320px;
    text-align: center;
    font-size: 20px;
}
#content #c-job table td{
    vertical-align: middle;
}
#content #c-job table tr:nth-child(odd){
    background-color: rgb(240,240,240);
}
#content #c-job table tr:nth-child(even){
    background-color: rgb(250,250,250);
}


/*content-4*/
#content #c-company{
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    height: 400px;
    position: relative;
}
#content #c-company h2{
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
}
#content #c-company h2 span{
    color:#909090;
}
#content  #c-company .c-com-item{
    width: 184px;
    height: 140px;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content  #c-company .c-com-1{
    box-shadow: #909090 0px 0px 2px 1px;
    display: block;
    margin-bottom: 10px;
}
#content  .c-conpany-btn{
    display: block;
    width: 76px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    border-radius: 8px;
    background-color: #64b9fa;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: center;
}

#content nav a{
    color: #000000;
    display: inline-block;
    margin:0px  10px 10px 10px;
}
#content nav a:hover{
    color: blue;
}
#content nav a span{
    font-size: 18px;
    color: #ff4a4a;
    font-weight: bold;
}


/*footer*/
#footer{
    background: rgb(0,89,181) url("image/bg-2.jpg") no-repeat  ;
    width: 100%;
    height: 313px;
    color: white;
}
#footer .cover{
    height: 38px;
    line-height: 38px;
    background: rgba(64, 64, 64, 0.73);
}
#footer .nav{
    display: flex;
    justify-content: space-around;
}
#footer .nav a{
    color: white;
}
#footer p{
    display: block;
    margin:20px auto 20px;
    line-height: 30px;
}
#footer .erweima{
    width: 120px;
    height: 140px;
    line-height: 20px;
    text-align: center;
    margin-left: 200px;
}
#footer .erweima img{
    width: 120px;
    height: 120px;
}
#footer .info{
    width: 300px;
    height: 130px;
    border-radius: 12px;
    background: #003e7e;
    line-height: 30px;
    padding: 10px;
    margin-right: 200px;
}
#footer .website-info{
    display: block;
    height: 20px;
    line-height: 40px;
    text-align: center;
}