@charset "UTF-8";
/*CSS Document*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #666666;
    background: #fff;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

img, a img {
    border: none;
}

a {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

div, ul, dl, dd, dt, li, td, tr, table, p, span, h1, h2, h3, h4, h5, h6, form {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    word-wrap: break-word;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
}

textarea {
    resize: none;
}

section {
    width: 100%;
}

div {
    margin: 0 auto;
}

header, footer, nav, section, article, menu, aside {
    display: block;
    position: relative;
}

.clear {
    clear: both;
}

/*公用头部*/
.common_header {
    height: 160px;
}

.header_topbg {
    width: 100%;
    height: 40px;
    background: #eee;
    min-width: 1200px;
}

.header_topbg .w1200 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.header_topbg .w1200 a {
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.header_topbg .w1200 .left {
    float: left;
}

.header_topbg .w1200 .right {
    float: right;
}

.header_topbg .w1200 .right .shoucang {
    background: url(../images/icon_shoucang.png) no-repeat center left;
    padding-left: 20px;
    text-decoration: none;
    float: left;
}

.header_topbg .w1200 .right .oa {
    margin-left: 30px;
    margin-top: 7px;
    float: left;
}

.header_w1200 {
    width: 1200px;
    height: 65px;
    margin-top: 28px;
}

.header_w1200 .header_logo {
    width: 207px;
    height: 65px;
    float: left
}

.header_w1200 .header_nav {
    width: 840px;
    height: 65px;
    float: right;
}

.header_w1200 .header_nav ul li {
    float: left;
}

.header_w1200 .header_nav ul li > a {
    display: block;
    width: 120px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

.header_w1200 .header_nav ul li a:hover {
    background: url(../images/navbg.png);
    color: #333;
}

/*首页banner*/

#solid {
    width: 100%;
    height: 380px;
    clear: both;
    position: relative;
}

#solid ul li a img {
    width: 100%
}

#solid .solid0, #solid .solid1, #solid .solid2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 380px;
    display: none;
}

#solid .solid0 {
    background: #ddd;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#solid ul li {
    position: absolute;

    top: 0px;
    width: 100%;
    height: 380px;

    display: none;
    cursor: pointer;
}

#solid #btt {

    height: 55px;
    top: 330px;
    position: relative;

}

#solid #btt span {
    position: absolute;
    top: 15px;
    left: 45%;
    display: block;
    width: 30px;
    height: 8px;
    margin: 0 15px;
    text-align: center;
    background: #3d3d3d;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
    opacity: 0.7; /*其他，透明度50%*/
}

/*引导页*/
.flash {
    width: 1003px;
    height: 622px;
}

/*首页*/
.index_main {
    width: 1160px;
    height: 620px;
    margin-top: 30px;
}

.index_main .index_main_top {
    width: 1160px;
    height: 340px;
}

/*首页视频*/
.index_main .index_main_top .index_main_top1 {
    width: 300px;
    height: 340px;
    float: left;
}

.index_main .index_main_top .index_main_top1 .index_main_top1_title {
    width: 300px;
    height: 58px;
    border-bottom: 1px solid #eee;
}

.index_main .index_main_top .index_main_top1 .index_main_top1_title .gssp {
    width: 120px;
    height: 58px;
    border-bottom: 1px solid #999;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 58px;
}

.index_main .index_main_top .index_main_top1 .index_main_top1_title span a {
    float: right;
    line-height: 62px;
    text-decoration: none;
    color: #999;
}

.index_main_top1_video {
    width: 300px;
    height: 260px;
    margin-top: 30px;
}

/*首页新闻*/
.index_main .index_main_top .index_news {
    width: 480px;
    height: 340px;
    margin-left: 20px;
    float: left;
}

.index_main .index_main_top .index_news_title {
    width: 480px;
    height: 32px;
    background: #fafafa;
    margin-top: 20px;
}

.index_main .index_main_top .index_news_title a {
    display: block;
    width: 100px;
    height: 32px;
    float: left;
    line-height: 32px;
    color: #666;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.index_main .index_main_top .index_news_title a:hover, a.current {
    background: #eee;
}

.index_news_content {
    width: 480px;
    height: 260px;
    margin-top: 32px;
}

.index_news_content .index_news_content1 {
    width: 480px;
    height: 260px;
    display: none;
    position: relative;
}

.index_news_content .index_news_content1 a.more {
    position: absolute;
    top: -57px;
    right: 10px;
    text-decoration: none;
    color: #999;
}

.index_news_content .index_news_content1 .dt_img {
    width: 140px;
    height: 100px;
    border: 1px solid #e2e2e2;
    float: left;
    padding: 3px;
}

.index_news_content .index_news_content1 .dt_img img {
    width: 132px;
    height: 92px;
}

.index_news_content .index_news_content1 .dt_title {
    width: 330px;
    height: 100px;
    float: right;
    margin-top: 5px;
}

.index_news_content .index_news_content1 dl dt a {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.index_news_content .index_news_content1 dl dt p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.index_news_content .index_news_content1 dl dd {
    width: 480px;
    height: 38px;
    background: url(../images/news_bg.jpg) repeat-x bottom;
}

.index_news_content .index_news_content1 dl dd.last {
    width: 480px;
    height: 38px;
    background: none;
}

.index_news_content .index_news_content1 dl dd a {
    font-size: 14px;
    color: #999;
    line-height: 38px;
    display: block;
    width: 360px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_content .index_news_content1 dl dd span {
    font-size: 14px;
    color: #999;
    line-height: 38px;
    float: right;
}

.index_news_content .index_news_content1 .news_dt {
    width: 480px;
    height: 100px;
}

/*资质幻灯*/
.bannerbox {
    width: 340px;
    height: 270px;
    overflow: hidden;
    margin-top: 20px;
}

#focus {
    width: 340px;
    height: 270px;
    clear: both;
    overflow: hidden;
    position: relative;
    float: left;
}

#focus ul {
    width: 370px;
    height: 270px;
    float: left;
    position: absolute;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#focus ul li {
    float: left;
    width: 340px;
    height: 270px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 0px;
}

#focus .preNext {
    width: 20px;
    height: 270px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    opacity: 1 !important;
}

#focus .pre {
    left: 0;
    background: url(../images/sprite.png) no-repeat left center;
}

#focus .next {
    right: 0;
    background: url(../images/sprite1.png) no-repeat right center;
}

.index_main .index_main_top .index_main_top3 {
    width: 340px;
    height: 340px;
    float: right;
}

.index_main .index_main_top .index_main_top3 .index_main_top3_title {
    width: 340px;
    height: 58px;
    border-bottom: 1px solid #eee;
}

.index_main .index_main_top .index_main_top3 .index_main_top3_title .gssp {
    width: 120px;
    height: 58px;
    border-bottom: 1px solid #999;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 58px;
}

.index_main .index_main_top .index_main_top3 .index_main_top3_title span a {
    float: right;
    line-height: 62px;
    text-decoration: none;
    color: #999;
}

.index_main_top1_video {
    width: 300px;
    height: 260px;
    margin-top: 30px;
}

.index_main .index_main_bottom {
    width: 1160px;
    height: 240px;
    margin-top: 20px;
}

.index_main .index_main_bottom .index_main_bottom_title {
    width: 1160px;
    height: 58px;
    border-bottom: 1px solid #eee;
}

.index_main .index_main_bottom .index_main_bottom_title .gssp {
    width: 120px;
    height: 58px;
    border-bottom: 1px solid #999;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 58px;
}

.index_main .index_main_bottom .index_main_bottom_title span a {
    float: right;
    line-height: 62px;
    text-decoration: none;
    color: #999;
}

.index_main_top1_video {
    width: 300px;
    height: 260px;
    margin-top: 30px;
}

.wrap {
    position: relative;
    width: 1200px;
    height: 180px;
    overflow: hidden;
    margin-top: 15px;
}

.wrap ul {
    overflow: hidden;
    clear: both;
}

.wrap li {
    list-style: none;
    width: 200px;
    height: 180px;
    margin: 0 25px 0 5px;
    text-align: center;
}

.wrap li a img {
    width: 200px;
    height: 130px;
}

.wrap li a span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 42px;
    text-decoration: none;
}

/*内页banner*/
.sub_banner {
    width: 100%;
    height: 200px;
}

.sub_banner img {
    width: 100%
}

/*公用底部*/
.common_footer {
    font-size: 12px;
    width: 100%;
    height: 90px;
    background: #eee;
    min-width: 1200px;
    text-align: center;
    line-height: 24px;
    color: #999;
}

.common_footer .p1 {
    padding-top: 20px;
}

/*内页共用*/
.contant {
    width: 1200px;
    height: auto;
    margin: 25px auto 80px auto;
}

.contant .sub_nav {
    width: 240px;
    height: auto;
    float: left;
}

.contant .sub_nav ul li a {
    display: block;
    width: 240px;
    height: 40px;
    background: #fafafa;
    text-align: center;
    line-height: 40px;
    color: #666;
    text-decoration: none;
    margin-top: 4px;
    font-size: 14px;
}

.contant .sub_nav ul li a:hover, .contant .sub_nav ul li a.li_hover {
    background: #ddd;
    color: #fff;
}

.contant .sub_nav a img {
    margin-top: 10px;
}

.contant .sub_contant {
    width: 920px;
    height: auto;
    float: right;
}

.contant .sub_contant .title_bg {
    width: 920px;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
}

.contant .sub_contant .title_bg .title_right {
    background: url(../images/Bread_bg.html) no-repeat left center;
    float: right;
    line-height: 60px;
    padding-left: 20px;
}

.contant .sub_contant .title_bg .title_right a {
    text-decoration: none;
    font-size: 14px;
    color: #999;
}

/*翻页*/
.page_num {
    float: right;
    margin-top: 40px;
}

.page_num a {
    text-decoration: none;
    display: block;
    padding: 4px 10px;
    border: 1px solid #999;
    float: left;
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}

.page_num a:hover {
    border: 1px solid #ddd;
    background: #ddd;
    color: #fff;
}

/*上一篇，下一篇*/
.page_down {
    float: right;
    margin-top: 40px;
    color: #666;
    font-size: 14px;
}

.page_down span {
    margin-left: 20px;
}

.page_down a, .page_num_down a {
    color: #999;
}

/*公司介绍*/
.contant .sub_contant .contant_main_about {
    padding: 20px 0px;
}

.contant .sub_contant .title_bg .title_left {
    width: 110px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999;
    float: left;
    color: #666;
    font-size: 18px;
}

/*公司资质*/
.contant .sub_contant .contant_main_yyzz {
    margin-top: 20px
}

.contant .sub_contant .contant_main_yyzz li {
    width: 220px;
    height: 200px;
    background: url(../images/zizhi_bg.jpg) no-repeat;
    padding: 10px;
    float: left;
    margin-top: 20px;
}

.contant .sub_contant .contant_main_yyzz li img {
    width: 200px;
    height: 130px;
}

.contant .sub_contant .contant_main_yyzz li p {
    font-size: 14px;
    color: #666;
    line-height: 60px;
    text-align: center;
}

.contant .sub_contant .contant_main_yyzz .li_style {
    margin-left: 13px;
}

/*案列展示*/
.contant .sub_contant .contant_main_case {
    margin-top: 20px
}

.contant .sub_contant .contant_main_case li {
    width: 220px;
    height: 200px;
    background: url(../images/case_bg.jpg) no-repeat;
    float: left;
    margin-top: 20px;
}

.contant .sub_contant .contant_main_case li img {
    width: 220px;
    height: 150px;
    background: #000;
}

.contant .sub_contant .contant_main_case li img:hover {
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
}

.contant .sub_contant .contant_main_case li p {
    font-size: 14px;
    color: #666;
    line-height: 50px;
    text-align: center;
}

.contant .sub_contant .contant_main_case .li_style {
    margin-left: 13px;
}

/*新闻动态*/
.contant .sub_contant .contant_main_news {
    margin-top: 20px
}

.contant .sub_contant .contant_main_news li {
    width: 920px;
    height: 150px;
    background: url(../images/news_li_bg.jpg) no-repeat bottom;
    padding-left: 10px;
}

.contant .sub_contant .contant_main_news .news_img {
    width: 150px;
    height: 100px;
    float: left;
    margin-top: 20px;
}

.contant .sub_contant .contant_main_news .news_title {
    margin-top: 20px;
    float: right;
    width: 750px;
}

.contant .sub_contant .contant_main_news .news_title .news_title_h1 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.contant .sub_contant .contant_main_news .news_title p span {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.contant .sub_contant .contant_main_news .news_title .news_title_h2 {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 5px;
}

/*新闻详情*/
.contant .sub_contant .title_bg_news {
    width: 920px;
    height: 100px;
    border-bottom: 1px solid #e2e2e2;
}

.contant .sub_contant .title_bg_news .title_h1 {
    font-size: 18px;
    color: #666;
    padding-top: 24px;
}

.news_title .news_title_h1 a {
    display: block;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contant .sub_contant .title_bg_news .title_h2 {
    font-size: 14px;
    color: #999;
    padding-top: 16px;
}

.contant .sub_contant .title_bg_news .title_h2 span {
    margin-left: 10px;
}

/*人才招聘*/
.contant .sub_contant .contant_main_recruit {
    margin-top: 20px
}

.contant .sub_contant .contant_main_recruit {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 40px;
}

.contant .sub_contant .contant_main_recruit .recruit_title {
    width: 920px;
    height: 40px;
}

.contant .sub_contant .contant_main_recruit .recruit_title li {
    float: left;
}

.contant .sub_contant .contant_main_recruit .recruit_title .zpzw {
    width: 280px;
    background: url(../images/zpzw.png) no-repeat 90px 12px;
}

.contant .sub_contant .contant_main_recruit .recruit_title .zprs {
    width: 240px;
    background: url(../images/zprs.png) no-repeat 70px 10px;
}

.contant .sub_contant .contant_main_recruit .recruit_title .jzsj {
    width: 240px;
    background: url(../images/jzsj.png) no-repeat 70px 12px;
}

.contant .sub_contant .contant_main_recruit .recruit_title .ckxq {
    width: 160px;
    background: url(../images/ckxq.png) no-repeat 28px 13px;
}

.contant .sub_contant .contant_main_recruit .recruit_list {
    width: 920px;
    height: 36px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 36px;
}

/*白色底*/
.contant .sub_contant .contant_main_recruit .recruit_list li {
    float: left;
}

.contant .sub_contant .contant_main_recruit .recruit_list li a {
    text-decoration: none;
}

.contant .sub_contant .contant_main_recruit .recruit_list .zpzw {
    width: 280px;
}

.contant .sub_contant .contant_main_recruit .recruit_list .zprs {
    width: 240px;
}

.contant .sub_contant .contant_main_recruit .recruit_list .jzsj {
    width: 240px;
}

.contant .sub_contant .contant_main_recruit .recruit_list .ckxq {
    width: 160px;
}

/*灰色底*/
.contant .sub_contant .contant_main_recruit .recruit_list_gray {
    width: 920px;
    height: 36px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 36px;
    background: #fafafa;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray li {
    float: left;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray li a {
    text-decoration: none;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray .zpzw {
    width: 280px;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray .zprs {
    width: 240px;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray .jzsj {
    width: 240px;
}

.contant .sub_contant .contant_main_recruit .recruit_list_gray .ckxq {
    width: 160px;
}

/*招聘详情*/
.contant .sub_contant .contant_main_hrxq {
    margin-top: 20px
}

/*联系我们*/
.contant_contact {
    width: 1140px;
    height: 480px;
    margin: 50px auto 80px auto;
}

.contant_contact .contact_left {
    width: 360px;
    height: 480px;
    background: #fafafa;
    float: left;
    padding: 10px;
}

.contant_contact .contact_left .left_title, .contant_contact .contact_left .left_note {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 30px;
}

.contant_contact .contact_left .left_note {
    margin-top: 15px;
}

.contant_contact .contact_left .left {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.contant_contact .contact_left input, textarea {
    background: #fff;
    border-radius: 17px;
    border: 1px solid #ddd;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    font-family: "microsoft yahei";
    line-height: 35px;
}

.contant_contact .contact_right {
    width: 760px;
    height: 480px;
    background: #eee;
    float: right;
}

.contant_contact .contact_left .left_shuru {
    width: 340px;
    height: 35px;
    margin-top: 13px;
}

.contant_contact .contact_left .left_shuru1 {
    width: 340px;
    height: 100px;
    margin-top: 13px;
}

.contant_contact .contact_left .left_btn {
    width: 340px;
    height: 35px;
    margin-top: 13px;
    background: #fea304;
    color: #fff;
    border-color: #fea304;
    margin-top: 20px;
}

/*案列详情*/

#tbody {
    width: 920px;
    height: 640px;
    background: #fafafa;
    padding: 10px;
    text-align: left;
    color: red;
}

#mainbody {
    width: 900px;
}

#mainphoto {
    cursor: pointer;
    display: block;
}

#goleft {
    float: left;
    clear: left;
    margin: 10px 5px 0 0px;
}

#goright {
    float: right;
    clear: right;
    margin: 10px 0px 0px 5px;
}

#photos {
    width: 840px;
    height: 90px;
    line-height: 54px;
    margin: 10px 0;
    overflow: hidden;
}

#showArea img {
    display: block;
    float: left;
    margin: 0px 5px;
    cursor: pointer;
}

.txt_1 {
    font: bold 24px Verdana, Tahoma;
    color: #fff;
}

.contant .sub_contant .contant_main_case1 {
    margin-top: 10px
}

.contant .sub_contant .title_bg_case {
    width: 920px;
    height: 100px;
}

.contant .sub_contant .title_bg_case .title_h1 {
    font-size: 24px;
    color: #666;
    padding-top: 40px;
}