@charset "utf-8";
/* CSS Document */

/* index.html */
.banner {
    height: 720px;
    background: url("../images/banner.jpg") no-repeat center;
    border-bottom: 5px solid #fcd846;
}
.banner .warp h3 {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
    -o-text-shadow: 1px 3px 1px #000;
    -webkit-text-shadow: 1px 3px 1px #000;
    color: #fff;
}
.banner .warp h3 > em { color: #e60d2e;}
.banner .warp span {
    display: table;
    height: 42px;
    margin: 0 auto;
    margin-top: 32px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: 21px;
    -o-border-radius: 21px;
    -webkit-border-radius: 21px;
    background: #e60d2e;
    color: #fff;
}
.banner .warp span > i {
    display: block;
    line-height: 42px;
    float: left;
}
.banner .warp span > em {
    font-family: ThEs;
    line-height: 42px;
    margin-left: 16px;
    font-size: 28px;
}

.index_part_1 {
    padding: 66px 0 29px 0;
    overflow: hidden;
}
.index_part_1 .warp .list_tit {
    width: 100%;
    margin-bottom: 30px;
}
.index_part_1 .warp .list_tit i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.index_part_1 .warp .list_tit span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.index_part_1 .warp .list_tit p {
    float: left;
    display: block;
    margin-top: 26px;
    margin-left: 20px;
    font-size: 14px;
    color: #bdbdbd;
}

.index_part_1 .warp .list_title {
    border-left: 2px solid #fde584;
    background: #f8f8f8;
}
.index_part_1 .warp .list_title ul {
    position: relative;
}
.index_part_1 .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.index_part_1 .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.index_part_1 .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.index_part_1 .warp .slideTxtBox {
    width: 990px;
}
.index_part_1 .warp .slideTxtBox .hd {
    line-height: 40px;
    position:relative;
}
.index_part_1 .warp .slideTxtBox .hd a {
    position: absolute;
    display: inline-block;
    padding:0 36px;
    margin-top: -66px;
    margin-left: 689px;
    cursor:pointer;
    font-size: 14px;
    color: #666;
}
.index_part_1 .warp .slideTxtBox .hd a:hover {
    background: #fcd846;
    color: #fff;
}
.index_part_1 .warp .slideTxtBox .hd ul{
    float: left;
    position: absolute;
    left: 20px;
    top: -66px;
    margin-left: 276px;
    height: 40px;
}
.index_part_1 .warp .slideTxtBox .hd ul li{
    float:left;
    width: 130px;
    border-right: 1px solid #fff;
    text-align: center;
    cursor:pointer;
    font-size: 14px;
    color: #666;
}
.index_part_1 .warp .slideTxtBox .hd ul li:hover {
    background:#fcd846;
    color: #fff;
}
.index_part_1 .warp .slideTxtBox .hd ul li.on{
    height:47px;
    font-size: 14px;
    background: url("../images/on_img.png") no-repeat center top;
    color: #fff;
}
.index_part_1 .warp .slideTxtBox .bd ul {  zoom:1;  }
.index_part_1 .warp .slideTxtBox .bd li {
    float: left;
    width: 270px;
    height: 300px;
    margin-left: 58px;
    margin-bottom: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff ;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #f8f8f8;
}
.index_part_1 .warp .slideTxtBox .bd li:hover { border: 1px solid #e60d2e}
.index_part_1 .warp .slideTxtBox .bd li img {
    display: block;
    width: 270px;
    height: 243px;
}
.index_part_1 .warp .slideTxtBox .bd li a > span {
    display: block;
    height: 57px;
    padding-left: 17px;
    line-height: 57px;
    font-size: 14px;
    color: #000;
}
.index_part_1 .warp .slideTxtBox .bd li a > span > i {
    display: inline-block;
    float: right;
    margin-right: 21px;
    font-size: 16px;
    color: #cfcfcf;
}



.index_part_2 {
    height: 420px;
    background: url("../images/index_part_2.jpg") no-repeat center;
}
.index_part_2 .warp .index_js {
    width: 1000px;
    height: 260px;
    margin: 0 auto;
    padding-top: 108px;
}
.index_part_2 .warp .index_js img {
    display: block;
    float: left;
    width: 339px;
    height: 260px;
}
.index_part_2 .warp .index_js .index_text {
    float: right;
    width: 661px;
    height: 260px;
    background: #f6a702;
    color: #fff;
}
.index_part_2 .warp .index_js .index_text .index_text_nav {
    padding-top: 5px;
    padding-left: 17px;
    border-bottom: 1px solid #f4cd7b;
}
.index_part_2 .warp .index_js .index_text .index_text_nav h3 {
    font-size: 26px;
    line-height: 70px;
}
.index_part_2 .warp .index_js .index_text .index_text_nav h3 > span {
    display: inline-block;
    margin-left: 32px;
    font-size: 14px;
}
.index_part_2 .warp .index_js .index_text .index_text_nav i {
    position: absolute;
    width: 5px;
    height: 5px;
    margin-left: -23px;
    margin-top: -5px;
    border-radius: 5px;
    border: 3px solid #fff;
    background: #f6a702;
}
.index_part_2 .warp .index_js .index_text p {
    display: block;
    margin-top: 21px;
    padding-left: 17px;
    padding-right: 32px;
    text-align: justify;
    line-height: 28px;
}

.index_part_3 {
    padding-top: 70px;
    padding-bottom: 60px;
    background: #f8f8f8;
}
.index_part_3 .warp ul {
    margin-top: 42px;
}
.index_part_3 .warp ul li {
    float: left;
    width: 385px;
    margin: 0 7px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
    cursor: pointer;
}
.index_part_3 .warp ul li img {
    display: block;
    width: 385px;
    height: 244px;
}
.index_part_3 .warp ul li:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 5px 15px #e5e5e5;
    -moz-box-shadow: 0px 5px 15px #e5e5e5;
    box-shadow: 0px 5px 15px #e5e5e5;
}
.index_part_3 .warp ul li h3 {
    display: block;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    color: #000;
}
.index_part_3 .warp ul li:hover h3 {
    background: #ffbc00;
    color: #fff;
}
.index_part_3 .warp .more {
    display: table;
    font-family: Arial;
    height: 46px;
    margin: 51px auto 0 auto;
    padding: 0 70px;
    line-height: 46px;
    border: 1px solid #ccc;
    color: #9d9d9d;
}
.index_part_3 .warp .more:hover {
    border: 1px solid #fff;
    background: #e60d2e;
    color: #fff;

}
.index_part_4 {
    height: 414px;
    padding-top: 65px;
    background: url("../images/index_part_4.jpg") no-repeat center;
}
.index_part_4 .warp .index_title .index_pic {
    margin-top: 59px;
}
.index_part_4 .warp .index_title .index_pic a {
    display: block;
    float: left;
}
.index_part_4 .warp .index_title .index_pic .a1 img {
    width: 300px;
    margin-right: 75px;
}
.index_part_4 .warp .index_title .index_pic .a2 img {
    width: 155px;
    margin-right: 68px;
}
.index_part_4 .warp .index_title .index_pic .a3 img {
    width: 155px;
}

.index_part_5 {
    padding-top: 71px;
    padding-bottom: 62px;
}
.index_tit .tit_fl ,.index_tit .tit_fr {
    display: inline-block;
    width: 370px;
    height: 1px;
    margin-top: 26.5px;
    background: #e3e2e2;
}
.index_tit h3 {
    display: block;
    width: 460px;
    height: 53px;
    text-align: center;
    font-size: 26px;
    color: #000;
}
.index_tit h3 > span {
    display: inline-block;
    margin-left: 19px;
    font-size: 14px;
    color: #bdbdbd;
}
.index_tit h3 .line_fl {
    display: inline-block;
    width: 37px;
    height: 35px;
    border-top: 3px solid #fdd683;
    border-left: 3px solid #fdd683;

}
.index_tit h3 .line_fr {
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-bottom: -15px;
    border-right: 2px solid #fdd683;
    border-bottom: 2px solid #fdd683;
}
.index_part_5 .warp .news_list {
    margin-top: 57px;
}
.index_part_5 .warp .news_list li {
    float: left;
    display: block;
    width: 600px;
    margin-bottom: 40px;
}
.index_part_5 .warp .news_list li img {
    float: left;
    display: block;
    width: 266px;
    height: 176px;
}
.index_part_5 .warp .news_list_right {
    width: 270px;
    margin-right: 40px;
}
.index_part_5 .warp .news_list_right h3 {
    width: 270px;
    margin: 10px auto 5px auto;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}
.index_part_5 .warp .news_list_right span {
    display: block;
    padding-bottom: 17px;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    color: #ccc;
}
.index_part_5 .warp .news_list_right p {
    display: block;
    width: 270px;
    margin-top: 20px;
    text-align: justify;
    line-height: 21px;
    font-size: 13px;
}
.index_part_5 .warp .news_list_right a {
    color: #666;
}
.index_part_5 .warp .news_list_right a:hover {
    color: #e60d2e;
}
.index_part_5 .warp .more {
    display: table;
    font-family: Arial;
    height: 46px;
    margin: 24px auto 0 auto;
    padding: 0 70px;
    line-height: 46px;
    border: 1px solid #ccc;
    color: #9d9d9d;
}
.index_part_5 .warp .more:hover {
    border: 1px solid #fff;
    background: #e60d2e;
    color: #fff;
}

/* about.html */
.about_bg {
    padding: 100px 0 350px 0;
    overflow: hidden;
    background: url("../images/about_bg.jpg") no-repeat center bottom;
}
.about_bg .warp .about_left img {
    display: block;
    width: 398px;
    height: 348px;
}
.about_bg .warp .about_right {
    width: 754px;
    min-height: 725px;
}
.about_bg .warp .about_right .hd {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 20px;
    position: absolute;
    margin-top: 22px;
    font-size: 14px;
    margin-left: 230px;
    color: #666;
}
.about_bg .warp .about_right .hd ul{
    height:30px;
}
.about_bg .warp .about_right .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    margin: 0 17px;
}
.about_bg .warp .about_right .hd ul li.on{
    height:30px;
    border-radius: 4px;
    background:#fcd846;
    color: #fff;
    -moz-box-shadow:2px 2px 5px #333;
    -webkit-box-shadow:2px 2px 5px #333;
    box-shadow:2px 2px 5px #333;
}
.about_bg .warp .about_right .bd ul {
    padding: 0 0 14px 0;
    zoom:1;
}
.about_bg .warp .about_right .bd ul li h3 {
    width: 754px;
    margin-bottom: 50px;
}
.about_bg .warp .about_right .bd ul li h3 i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.about_bg .warp .about_right .bd ul li h3 span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.about_bg .warp .about_right .bd ul .lygk p {
    display: block;
    margin-bottom: 25px;
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    font-size: 14px;
    color: #666;
}
.about_bg .warp .about_right .bd ul .zzjg img {
    display: block;
    width: 686px;
    height: 270px;
    margin: 100px auto;
}
.about_bg .warp .about_right .bd ul .zjly .zjly_list_box {
    position: relative;
    width: 754px;
    padding-top: 10px;
    overflow: hidden;
}
.about_bg .warp .about_right .bd ul .zjly .zjly_list_box .zjly_list {
    float: left;
    width: 330px;
    margin: 0 18px;
    margin-bottom: 10px;
    -moz-box-shadow:5px 5px 5px #666;
    -webkit-box-shadow:5px 5px 5px #666;
    box-shadow:5px 5px 5px #666;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.about_bg .warp .about_right .bd ul .zjly .zjly_list_box .zjly_list:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.about_bg .warp .about_right .bd ul .zjly .zjly_list_box .zjly_list img {
    display: block;
    width: 330px;
    height: 249px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.about_bg .warp .about_right .bd ul .zjly .zjly_list_box .zjly_list em {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.about_bg .warp .about_right .bd ul .qywh P {
    display: block;
    margin-bottom: 25px;
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    font-size: 14px;
    color: #666;
}

/* example.html */
.example_bg {
    padding-top: 70px;
    padding-bottom: 30px;
    overflow: hidden;
    background: #f1f1f1;
}
.example_bg .warp h3 {
    width: 100%;
    margin-bottom: 30px;
}
.example_bg .warp .example_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.example_bg .warp .example_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.example_bg .warp ul {
    padding-bottom: 34px;
}
.example_bg .warp ul li {
    float: left;
    width: 385px;
    margin: 0 7px;
    text-align: center;
}
.example_bg .warp ul li .view {
    width: 365px;
    height: 223px;
    display: inline;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
}
.example_bg .warp ul li:hover .view {
    box-shadow:none;
    border: 10px solid #fbcb0b;
}
.example_bg .warp ul li .view-first img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.example_bg .warp ul li .view-first img {
    width: 365px;
    height: 223px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.example_bg .warp ul li:hover .view-first img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.example_bg .warp ul li span {
    display: block;
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    color: #666;
}
.example_bg .warp ul li:hover span {
    background: #fbcb0b;
    color: #fff ;
}
.example_bg .warp .box {
    width: 800px;
    height: 34px;
}
.example_bg .warp .page {
    width: 600px;
}

/* products.html */
.product_bg {
    padding-top: 57px;
    padding-bottom: 80px;
    overflow: hidden;
}
.product_bg .warp .list_title {
    background: #f8f8f8;
}
.product_bg .warp .list_title ul {
    position: relative;
}
.product_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.product_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.product_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.product_bg .warp .product_list_box {
    width: 935px;
}
.product_bg .warp .product_list_box .product_list {
    width: 100%;
    margin-bottom: 20px;
}
.product_bg .warp .product_list_box .product_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.product_bg .warp .product_list_box .product_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.product_bg .warp .product_list_box ul {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}
.product_bg .warp .product_list_box ul li {
    float: left;
    width: 270px;
    height: 300px;
    margin: 10px 19px;
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}
.product_bg .warp .product_list_box ul li:hover {
    border: 1px solid #e60d2e
}
.product_bg .warp .product_list_box ul li img {
    display: block;
    width: 270px;
    height: 243px;
}
.product_bg .warp .product_list_box ul li a > span {
    display: block;
    height: 57px;
    padding-left: 17px;
    line-height: 57px;
    font-size: 14px;
    color: #000;
}
.product_bg .warp .product_list_box ul li a > span > i {
    display: inline-block;
    float: right;
    margin-right: 21px;
    font-size: 16px;
    color: #cfcfcf;
}
.product_bg .warp .product_list_box .box {
    width: 800px;
    height: 34px;
}
.product_bg .warp .product_list_box .page {
    width: 600px;
}

/** news.html **/
.news_bg {
    padding-top: 57px;
    padding-bottom: 80px;
    overflow: hidden;
}
.news_bg .warp .list_title {
    background: #f8f8f8;
}
.news_bg .warp .list_title ul {
    position: relative;
}
.news_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.news_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.news_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.news_bg .warp .news_list_box {
    width: 935px;
}
.news_bg .warp .news_list_box .news_list {
    width: 100%;
    margin-bottom: 20px;
}
.news_bg .warp .news_list_box .news_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.news_bg .warp .news_list_box .news_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.news_bg .warp .news_list_box .news_show {
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}
.news_bg .warp .news_list_box .news_show .new_show_list {
    float: left;
    width: 899px;
    padding: 20px 0;
    margin-left: 28px;
    border-bottom: 1px dotted #c8c6c6;
    border-bottom-style: dashed;
}
.news_bg .warp .news_list_box .news_show .new_show_list:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #eaeaea;
}
.news_bg .warp .news_list_box .news_show .new_show_list img {
    display: block;
    float: left;
    width: 218px;
    height: 122px;
}
.news_bg .warp .news_list_box .news_show .new_show_list h3 ,
.news_bg .warp .news_list_box .news_show .new_show_list p ,
.news_bg .warp .news_list_box .news_show .new_show_list span {
    display: block;
    float: left;
    width: 643px;
    padding-left: 16px;
}
.news_bg .warp .news_list_box .news_show .new_show_list h3 {
    font-size: 16px;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}
.news_bg .warp .news_list_box .news_show .new_show_list p {
    margin-top: 7px;
    text-align: justify;
    line-height: 21px;
    font-size: 13px;
    color: #666;
}
.news_bg .warp .news_list_box .news_show .new_show_list span {
    line-height: 28px;
    font-size: 12px;
    color: #ccc;
}

.news_bg .warp .news_list_box .box {
    width: 800px;
    height: 34px;
}
.news_bg .warp .news_list_box .page {
    width: 600px;
}

/** service.html **/
.service_bg {
    padding-top: 57px;
    padding-bottom: 80px;
    overflow: hidden;
}
.service_bg .warp .list_title {
    background: #f8f8f8;
}
.service_bg .warp .list_title ul {
    position: relative;
}
.service_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.service_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.service_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.service_bg .warp .service_list_box {
    width: 935px;
}
.service_bg .warp .service_list_box .service_list {
    width: 100%;
}
.service_bg .warp .service_list_box .service_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.service_bg .warp .service_list_box .service_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.service_bg .warp .service_list_box .service_show {
    float: left;
    overflow: hidden;
    margin-left: 27px;
    margin-bottom: 20px;
}
.service_bg .warp .service_list_box .service_show span {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}
.service_bg .warp .service_list_box .service_show p {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;

}
.service_bg .warp .service_list_box .service_show img {
    display: block;
    width: 390px;
    margin:  20px auto 0 auto;
}


/** job.html **/
.job_bg {
    padding-top: 57px;
    padding-bottom: 80px;
    overflow: hidden;
}
.job_bg .warp .list_title {
    background: #f8f8f8;
}
.job_bg .warp .list_title ul {
    position: relative;
}
.job_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.job_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #333;
}
.job_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.job_bg .warp .job_list_box {
    width: 935px;
}
.job_bg .warp .job_list_box .job_list {
    width: 100%;
    margin-bottom: 27px;
}
.job_bg .warp .job_list_box .job_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.job_bg .warp .job_list_box .job_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.job_bg .warp .job_list_box .job_show {
    float: left;
    overflow: hidden;
    margin-left: 27px;
    margin-bottom: 20px;
}
.job_bg .warp .job_list_box .job_show span {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}
.job_bg .warp .job_list_box .job_show p {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.job_bg .warp .job_list_box .job_show em {
    line-height: 40px;
}


/** contact.html **/
.contact_bg {
    padding-top: 57px;
    padding-bottom: 80px;
    overflow: hidden;
}
.contact_bg .warp .list_title {
    background: #f8f8f8;
}
.contact_bg .warp .list_title ul {
    position: relative;
}
.contact_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.contact_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.contact_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.contact_bg .warp .contact_list_box {
    width: 935px;
}
.contact_bg .warp .contact_list_box .contact_list {
    width: 100%;
    margin-bottom: 27px;
}
.contact_bg .warp .contact_list_box .contact_list i {
    float: left;
    display: block;
    width: 36px;
    height: 34px;
    border-top: 2px solid #ffd885;
    border-left: 2px solid #ffd885;
}
.contact_bg .warp .contact_list_box .contact_list span {
    float: left;
    display: block;
    margin-top: 18px;
    margin-left: -7px;
    font-size: 26px;
    color: #000;
}
.contact_bg .warp .contact_list_box .contact_show {
    float: left;
    overflow: hidden;
    margin-left: 80px;
}
.contact_bg .warp .contact_list_box .contact_show p {
    display: block;
    width: 250px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
.contact_bg .warp .contact_list_box .map  {
    display: block;
    margin-top: 13px;
    margin-left: 46px;
}

/** newsDetail.html **/
.news_detail_img {
    height: 300px;
}
.news_detail_img img {
    width: 100%;
    min-width: 1200px;
    height: 300px;
}
.detail_nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc ;
}
.detail_nav .warp .con {
    font-size: 16px;
    padding-left: 32px;
    background: url("../images/weizhi.png") no-repeat;
    background-position: 0 13px;
    color: #666;
}
.detail_nav .warp .con a {
    font-size: 14px;
    color: #666;
}
.detail_nav .warp .con a:hover { color: #e60d2e;}
.detail_content .warp .detail_content_left {
    width: 870px;
}
.detail_content {
    padding-top: 20px;
}
.detail_content .warp .detail_content_left h3 {
    line-height: 30px;
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}
.detail_content .warp .detail_content_left .single-meta {
    overflow: hidden;
    padding: 0 20px;
}
.detail_content .warp .detail_content_left .single-meta .time,
.detail_content .warp .detail_content_left .single-meta .author {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    line-height: 36px;
    color: #666;
}
.detail_content .warp .detail_content_left .detail_content_text {
    margin: 20px auto;
    padding: 0 20px;
}
.detail_content .warp .detail_content_left .detail_content_text p {
    padding-bottom: 15px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    color: #666;
}
.detail_content .warp .detail_content_left .detail_content_text .next_text {
    margin-top: 50px;
}
.detail_content .warp .detail_content_left .detail_content_text .next_text span {
    display: inline-block;
    font-weight: bold;
    color: #666;
}
.detail_content .warp .detail_content_left .detail_content_text .next_text a {
    padding-right: 20px;
    text-decoration: underline;
    color: #666;
}
.detail_content .warp .detail_content_left .detail_content_text .next_text a:hover {
    text-decoration: none;
    color: #ff001e;
}

.detail_content .warp .detail_content_right {
    width: 300px;
}
.detail_content .warp .detail_content_right .sidebar {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #dcdcdc;
}
.detail_content .warp .detail_content_right .sidebar h3 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    font-size: 20px;
    font-weight: bold;
    color: #31424e;
    margin-bottom: 20px;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_list {
}
.detail_content .warp .detail_content_right .sidebar .sidebar_list li {
    width: 258px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_list li a {
    color: #666;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_list li a:hover {
    color: #ff001e;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp {}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp li {
    margin-bottom: 10px;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp li img {
    display: block;
    width: 228px;
    height: 171px;
    margin: 0 auto;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp li span {
    display: block;
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 14px;
}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp li a { color: #666;}
.detail_content .warp .detail_content_right .sidebar .sidebar_cp li a:hover { color: #ff001e;}

/** productDetail.html **/
.product_detail_bg {
    overflow: hidden;
}
.product_detail_bg .warp .product_detail_menu {
    height: 57px;
}
.product_detail_bg .warp .product_detail_menu p {
    padding-right: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 57px;
    color: #666;
}
.product_detail_bg .warp .product_detail_menu p a {
    color: #666;
}
.product_detail_bg .warp .list_title {
    background: #f8f8f8;
}
.product_detail_bg .warp .list_title ul {
    position: relative;
}
.product_detail_bg .warp .list_title ul li {
    width: 208px;
    height: 54px;
    line-height: 54px;
}
.product_detail_bg .warp .list_title ul li a {
    display: block;
    height: 54px;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}
.product_detail_bg .warp .list_title ul li a:hover {
    padding-left: 45px;
    transition: 300ms all;
    font-weight: bold;
    background: #eaeaea;
    color: #000;
}
.product_detail_bg .warp .product_detail_box {
    width: 900px;
    margin-right: 20px;
    padding-bottom: 35px;
}
.product_detail_bg .warp .product_detail_box .product_detail_img {
    display: block;
    width: 900px;
    height: 383px;
    margin-bottom: 51px;
    background: url("../uploads/pic_1.jpg") no-repeat center;
}
.product_detail_bg .warp .product_detail_box h3 {
    display: block;
    margin: 0 25px;
    font-size: 20px;
}
.product_detail_bg .warp .product_detail_box .product_detail_list {
    margin: 53px 0;
    padding: 0 25px;
}
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_left ,
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_right {
    width: 318px;
    min-height: 56px;
    padding-left: 105px;

}

.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_left {
    background: url("../images/mrp.png") no-repeat;
}
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_left span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #959595;
}
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_right {
    background: url("../images/inv.png") no-repeat;
}
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_right span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #959595;
}
.product_detail_bg .warp .product_detail_box .product_detail_list .product_detail_list_right ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #959595;
}
.product_detail_bg .warp .product_detail_box > p {
    padding: 0 25px;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #333;
}
.product_detail_bg .warp .product_detail_box .h3_style {
    padding: 35px 0;
    border-top:1px solid #f8f8f8;
}
.product_detail_bg .warp .product_detail_box .list_box {
    overflow: hidden;
}
.product_detail_bg .warp .product_detail_box .list_box li {
    float: left;
    width: 250px;
    margin: 0 15px;
    border: 10px solid #f8f8f8;
}
.product_detail_bg .warp .product_detail_box .list_box li img {
    display: block;
    width: 250px;
    height: 213px;
}
.product_detail_bg .warp .product_detail_box .list_box li span {
    display: block;
    text-align: center;
    padding-top: 10px;
    background: #f8f8f8;
    color: #333;
}
.product_detail_bg .warp .product_detail_box .list_box li:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 10px solid #fbcb0b;
}
.product_detail_bg .warp .product_detail_box .list_box li:hover span {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #fbcb0b;
    color: #fff;
}