@charset "utf-8";
*{
    margin:0;
    padding:0;
}

ul{
    list-style-type: none;
}
.container_fluid{
    width:100%;
}
.container{
    width:1100px;
    margin:0 auto;
}
.myclear{
    clear: both;
}

/*top start*/
.header_top{
    width:100%;
    height:33px;
    background:#f4f4f4;
    border-bottom: 2px solid #dddee0;
}
.top_left{
    float: left;
    height:33px;
    color:#103061;
    line-height: 33px;
    font-size: 13px;
    padding-left:10px;
}
.top_right{
    float:right;
    height:33px;
    line-height: 33px;
    font-size: 13px;
}
.top_right a{
    text-decoration:none;
    color:#103061;
}
.top_right span{
    color:#103061;
}

/*logo start*/
.logobox{
    height: 80px;
    width:100%;
}
.logo{
    float: left;
    height: 80px;
    line-height: 80px;
}

.phone{
    float:right;
    line-height: 80px;
}
.phone .hotline{
    color:#454545;
    font-size: 15px;
    background-image: url(../img/tel.png);
    background-position:left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.phone .tel{
    color:#034f9d;
    font-size: 20px;
}

/*nav start*/

a{
    text-decoration:none;
    cursor: pointer;
}

/*设置二级导航样式*/
.mynav{
    background-image: url(../img/nav.jpg);
    height:45px;
}
.nav {
    width:100%;
    height: 45px;
    padding-left: 10px;
    background-image: url(../img/nav.jpg);
}
.nav ul{
position: relative;
z-index: 99999;
}
.nav ul li {
    width: 115px;
    height: 45px;
    float: left;
    position: relative;
}
.nav ul li a{
    font-size: 14px;
    font-family: "微软雅黑";
}
.nav ul .line{
    width:5px;
    background:url(../img/line.jpg) no-repeat ;
    height:45px;
}
.nav ul li a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.nav ul li a:hover {
    background-color:#193c8a;
}

/*设置一级导航样式*/
.nav ul li ul{
    display:none;
    z-index: 9999;
}
.nav a{
    color:#fff;
}
.nav ul li:hover ul{
    display:block;
    width:110px;
    position:absolute;
    top:45px;
    left:5px;
    background-color:#359ad9;
}
.nav ul li:hover ul li a{
    display:block;
    width:96px;
    height:26px;
    line-height:26px;
    text-align:center;
}
.nav ul li:hover ul li a:hover{
    background-color:#1942a7;
}

/*设置三级导航样式*/
.nav ul li:hover ul li ul {
    display:none;
}
.nav ul li:hover ul li:hover ul{
    display:block;
    width:110px;
    position:absolute;
    top:0px;
    left:100px;
    background-color:#359ad9;
}
.nav ul li:hover ul li:hover ul li {
    width:100px;
    height:45px;
}
.nav ul li:hover ul li:hover ul li a {
    display:block;
    width:96px;
    height:26px;
    line-height:26px;
    text-align:center;
}
.nav ul li:hover ul li:hover ul li a:hover {
    background-color:#1942a7;
}

/*busnav start*/
.busnav{
    background-image: url("../img/nav2.jpg");
    height:41px;
}
.busbox{
    line-height: 41px;
    overflow: hidden;
}
.busnavleft{
    float:left;
}
.busnavleft .title{
    font-size: 14px;
    color:#000;
}
.bustitle{
    color:#666666;
    font-size: 14px;
}
.busnavright{
    float:right;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.search{
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius:15px 0px 0px 15px;
/*
    border:1px solid #d4d4d4;
    height: 27px;
    width: 170px;
    padding-left: 19px;
    padding-right: 20px;
    background-color: #fff;*/
    border-right: none;

    border: none;
    color: #333;
    outline: none;
    border:1px solid #d4d4d4;
    border-right: none;
    width: 170px;
    height:27px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 15px;
    float: left;
}
.search_btn{
    -moz-border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius:0px 15px 15px 0px;
    background: #fff;
    color: #333;
    height: 29px;
    outline: none;
    border:1px solid #d4d4d4;
    border-left: none;
    float: left;
    padding-right: 10px;
    cursor: pointer;
}

.search_btn img{
    height: 28px;
}


/*内容 start*/
.center_header_top_box{
    margin-top: 40px;
    overflow: hidden;
}
.center_left{
    width:338px;
    float:left;
    margin-right:40px;
}
.center_center{
    width:388px;
    float:left;
    margin-right:40px;
}
.center_right{
    width:288px;
    float: left;
}
.center_left_title{
    height: 32px;
    line-height: 32px;
    border:1px solid #e0e0e0;
    background: #f9f8f8;
}
.title_left{
    float:left;
    background: url(../img/title.jpg) no-repeat;
    width: 120px;
    color:#fff;
    font-size: 15px;
    padding-left:20px;
    font-family: "微软雅黑";
}
.title_right{
    float:right;
    padding-right: 10px;
    line-height: 100%;
    display: block;
}
.title_right img{
    padding-top: 5px;
}
.left_content img{
    padding-top: 5px;
}
.left_content p{
    margin-top: 25px;
    color:#333333;
    line-height: 25px;
    font-size: 13px;
}
.left_bottom{
    margin-top: 33px;
}
.left_bottom ul li{
    color:#016b9e;
    font-size: 13px;
    float: left;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: #eaeaea solid 1px;
}
.left_bottom ul li a{
    color:#016b9e;
    font-size: 13px;
}
.left_bottom ul li:hover{
    background: url(../img/bt.png) repeat-x;
}
.information_title{
    margin-top: 6px;
    height: 26px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}
.information_title ul li{
    float: left;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    width: 112px;
}
.information_title ul li a{
    color: #000;
    font-size: 13px;

}
.information_title ul li a:hover{
 color:#e83723;
}
.information_title_content{
    margin-top: 27px;
}
.information_title_content ul li{
    height: 31px;
    border-bottom: 1px dashed #cccccc;
    line-height: 31px;
    font-size: 13px;
    color:#333333;
    padding-left: 19px;
    background: url(../img/sprite.png) -5px -462px no-repeat;
}
.information_title_content ul li a{
    color:#333333;
}
.information_title_content ul li a:hover{
    color:#004a87;
    font-weight: bold;
}

/*维修服务*/
.service{
    margin-top: 11px;
}
.servicelist .icon1{
    background: url(../img/sprite.png) 0px 8px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon2{
    background: url(../img/sprite.png) 0px -55px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon3{
    background: url(../img/sprite.png) 0px -114px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon4{
    background: url(../img/sprite.png) 0px -175px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon5{
    background: url(../img/sprite.png) 0px -234px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon6{
    background: url(../img/sprite.png) 0px -296px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}
.servicelist .icon7{
     background: url(../img/sprite.png) 0px -354px no-repeat;
     height: 100%;
     width:60px;
     float: left;
 }

.servicelist .icon8{
    background: url(../img/sprite.png) 0px -501px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}

.servicelist .icon9{
    background: url(../img/sprite.png) 0px -560px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}

.servicelist .icon10{
    background: url(../img/sprite.png) 0px -618px no-repeat;
    height: 100%;
    width:60px;
    float: left;
}

.list_icon_right{
    float: left;
    width: 56px;
    height: 100%;
    background: url(../img/sprite.png) 0px -406px no-repeat;
}

.servicelist{
    width:100%;
    height: 59px;
    text-align: center;
    line-height: 59px;
    background: url(../img/servicebg.jpg);
    font-size: 14px;
    color:#666666;
}
.servicelist a{
    color:#666666;
    font-weight: bold;
}
.list_title{
    float: left;
    width: 170px;
}
.list_title a{
    color:#666666;
    font-weight: bold;
}

.solid{
    margin-top: 20px;
    border:1px solid #e9eaea;
}

/*合作伙伴*/
.center_left_title_hz{
    height: 32px;
    line-height: 32px;
    background: #f9f8f8;
    margin-bottom: 24px;
}
.title_left_hz{
    font-size: 18px;
    color:#007cbd;
    font-family: "微软雅黑";
}

/*视频之窗*/
.video ul{
    width: 322px;
}
.video ul li{
    float: left;
    margin-right: 17px;

}
.video ul li img{
    width: 128px;
    padding: 3px;
    height: 91px;
    border: 1px solid #ccc;
}
.video ul li p{
    font-size: 13px;
    color:#333333;
    margin: 15px 0px;
    text-align: center;
}

/*title图片*/
.my_title_img{
    border:1px solid #b1dbfa;
    margin-bottom: 43px;
    margin-top: 44px;
}

/*产品中心*/
.producttitle ul li{
    width: 275px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    font-weight: bold;
    color:#666666;
    cursor:pointer;
}
.producttitle ul li a{
    display: block;
    width: 275px;
    height: 45px;
}
.producttitle ul li:hover{
    background: #2294f5;
    color:#fff;
}

.productlist{
    margin-top: 30px;
    overflow: hidden;
}
.productlist ul{
 width: 1117px;
}
.productlist ul li{
    width: 259px;
    border:1px solid #dedede;
    float: left;
    margin-right: 17px;
    margin-bottom:18px;
}
.productlist ul li img{
    padding: 4px;
    width: 251px;
    height: 193px;
}
.productlist ul li p{
    text-align: center;
    font-size: 14px;
    margin:18px 0px;
    color:#333333;
}

/*维修案例*/
.maintenance{
    margin-top: 30px;
}
.maintenance ul{
    width: 1118px;
    overflow: hidden;
}
.maintenance ul li{
    width: 259px;
    float: left;
    margin-right: 18px;
    border:1px solid #dedede;
}
.maintenance ul li img{
    padding: 4px;
}
.main_title{
    color:#0b6daa;
    padding: 10px 0px 18px 40px;
    background: url(../img/sprite.png) 3px -682px no-repeat;
}
.fd,.pj{
    padding-left: 40px;
    font-size: 13px;
    color:#666666;
    margin-bottom: 10px;
}
.fd span,.pj span{
    color:#000000;
}

/*数控技术整合服务*/
.my_sj_title{

}
.team ul{
    overflow: hidden;
    width: 315px;
}
.team ul li{
    float: left;
    width: 147px;
    margin-right: 10px;
}

.team ul li img{
    border:1px solid #ccc;
    height: 116px;
}

.team .void_title{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.team .void_title a{
    color:#333333;
    font-size: 13px;
}

/*友情链接*/
.friendly{
    margin-top: 62px;
}
.friend_title{
    color:#007cbd;
    font-family: "微软雅黑";
    font-size: 16px;
}
.friendly_content{
    height: 79px;
    border:1px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.friendly_content ul{
    overflow: hidden;
}
.friendly_content ul li{
    width: 125px;
    height: 63px;
    padding: 9px 27px;
    float: left;

}
.friendly_content ul li img{
    border:solid 1px #ccc;
    width: 148px;
    height: 63px;
}

/*footer*/
.footer{
    margin-top: 30px;
    border-top: 2px solid #f99c19;
    background: #004a87;
}
.footer .footerbox{
    margin-top:40px;
}
.footer  ul{
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.footer  ul li{
    font-size: 13px;
    color:#fff;
    float: left;
    width: 74px;
    padding-left: 13px;
    border-right: 1px solid #fff;
    text-align: center;
}
.footer  ul li a{
    font-size: 13px;
    color:#fff;
}

.footerbox .p1{
    margin-top: 27px;
    text-align: center;
    color:#cee6fa;
    font-size: 13px;
}
.footerbox .p2{
    margin-top: 5px;
    text-align: center;
    color:#cee6fa;
    font-size: 13px;
    padding-bottom: 24px;
}



