@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

input {
    outline: none;
}

:hover {
    transition: 0.5s all
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #005fb5;
}

.cmain {
    color: #005fb5;
}

.bmain {
    background: #005fb5;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

body {
    font-family: "微软雅黑";
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    background: #f2f2f2;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* CSS Header */

.header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.header .topbar {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #8f8f8f;
    border-bottom: 1px #e2e2e2 solid
}

.header .topbar a {
    color: #8f8f8f;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../images/topline.png) left center no-repeat;
}

.header .topbar a:hover {
    color: #005fb5;
}

.header .weixin {
    position: relative;
}

.header .weixin .inpic {
    width: 110px;
    height: 110px;
    background: url(../images/wx_ewm.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 00px;
    top: 50px;
    opacity: 0;
    z-index: 9;
    transition: 0.5s all
}

.header .weixin:hover .inpic {
    opacity: 1;
    top: 30px
}
.topbox {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

.topbox .logo {
    margin-top: 20px;
}


.topbox .top_kh { font-size: 18px; color: #ca1c1e; line-height: 30px; }



.topbox .toptel {
    position: absolute;
    top: 20px;
    right: 0;
    color: #666666;
}
.dv { display: inline-block; vertical-align: middle;}
.m_r10 { margin-right: 10px; }


.topbox .toptel big { font-size: 25px; font-weight: bold; color: #1080d6; display: block; }

.topbox .toptel .icon_tel { display: inline-block; vertical-align: middle; margin-right: 10px;  }


.header .tophot {
    width: 1200px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    position: relative;
}

.header .tophot span {
    color: #222222;
    font-size: 16px
}

.header .tophot a {
    color: #666666;
    font-size: 15px;
    padding-right: 10px;
}

.header .tophot a:hover {
    color: #005fb5
}

.header .search {
    width: 230px;
    height: 55px;
    line-height: 56px;
    color: #999999;
    right: 0;
    top: 0px;
    border-bottom: 1px #999999 solid;
    position: absolute;
}

.header .search-btn {
    width: 35px;
    height: 55px;
    background: url(../images/search.png) right center no-repeat;
    border: none;
    position: absolute;
    right: 0px;
    top: 0
}

.header .search-text {
    line-height: 55px;
    padding-left: 10px;
    height: 55px;
    font-family: "微软雅黑";
    color: #999999;
    background: none;
    border: none;
    font-size: 15px;
}

.header .inbanner {
    width: 100%;
    height: 140px;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    background: #005fb5;
}

.header .inbanner b {
    font-size: 22px;
    color: #fff;
    padding-top: 20px;
    line-height: 50px;
    display: block;
}

.header .inbanner .left {
    width: 920px;
}

.header .inbanner .more {
    width: 152px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #003260;
    border-radius: 42px;
    background: #ffba00;
    position: absolute;
    right: 0;
    top: 50px;
    display: block;
}


.header .inbanner .more {
    width: 152px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #003260;
    border-radius: 42px;
    background: #ffba00;
    position: absolute;
    right: 0;
    top: 50px;
    display: block;
}

.header .banner {
    width: 1920px;
    height: 300px;
    background: url(../images/banner.jpg) no-repeat #d5d5d8;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

/*menu*/

#menu {
    width: 100%;
    height: 55px;
    background: #005fb5
}

#menu ul {
    width: 1200px;
    height: 55px;
    margin: 0 auto
}

#menu ul li {
    width: 14.2857%;
    height: 55px;
    text-align: center;
    float: left;
    transition: 0.4s all
}

#menu ul li:hover {
    background: #ca1c1e;
    color: #fff;
}

#menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    display: block;
}

#menu ul li a.current {
    color: #fff;
    background: #ca1c1e;
}

/* CSS Footer */

.footer {
    width: 100%;
    height: 145px;
    background: #005fb5;
}

.footer .mid {
    width: 1200px;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
    color: #fff;
    position: relative;
}

.footer .mid a {
    color: #fff
}

.footer .mid a:hover {
    color: #ca1c1e
}

.footer .mid .m {
    padding-right: 25px;
    line-height: 48px
}

.footer .mid .right {
    width: 257px;
    height: 145px;
    border-left: 1px #187eda solid;
    right: 0;
    top: 0;
    position: absolute;
}

.footer .mid .right span {
    width: 75px;
    padding-top: 43px;
    text-align: right;
    padding-left: 60px;
    display: inline-block;
}

.footer .mid .right img {
    width: 105px;
    height: 105px;
    background: #fff;
    display: block;
    margin-top: 20px;
    float: right;
}


/* CSS Main */

#wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#main {
    width: 1200px;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.intitle {
    width: 1200px;
    height: 168px;
    font-size: 15px;
    line-height: 52px;
    color: #666666;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto
}

.intitle big {
    width: 482px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    color: #222222;
    background: url(../images/title.png) bottom center no-repeat;
    margin: 0 auto;
    display: block;
}

.index01 {
    width: 1200px;
    height: 918px;
    margin: 0 auto
}

.index01 .left {
    width: 280px;
    height: 665px;
    background: #fff
}

.ptitle {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 19px;
    color: #fff
}

.ptitle span {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 25px;
    background: url(../images/line.png) center no-repeat;
    text-align: center;
    display: block;
    top: 10px;
    position: relative;
}

.index01 .right {
    width: 912px;
    height: 665px;
    overflow: hidden;
}

.inlx {
    width: 230px;
    height: 80px;
    margin: 20px auto 30px;
}

.inlx .p01 {
    padding-left: 55px;
    height: 46px;
    line-height: 26px;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    background: url(../images/i-tel.png) left center no-repeat;
}

.inlx .p01 span {
    font-size: 20px;
    color: #005fb5
}

.inlx .p02 {
    line-height: 26px;
    font-size: 20px;
    color: #005fb5;
    padding-top: 15px;
    font-weight: bold;
    padding-left: 47px;
}

.index02 {
    width: 100%;
    height: 567px;
    background: #005fb5;
}

.index02 .title {
    width: 880px;
    height: 90px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-left: 58px;
    margin: 0 auto;
}

.index02 .title big {
    font-size: 40px;
    line-height: 60px;
}

.index02 .title big span {
    color: #ffde00
}

.youshi {
    width: 1200px;
    height: 328px;
    padding-top: 45px;
    margin: 0 auto
}

.youshi li {
    width: 300px;
    height: 328px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    float: left;
    background: #16488a;
    
}

.youshi li .yspic {
    width: 300px;
    height: 199px;
    overflow: hidden;
}

.youshi li .yspic img {
    width: 300px;
    height: 199px;
    transition: 0.4s all
}

.youshi li:hover img {
    transform: scale(1.05);
}

.youshi li b {
    font-size: 20px;
    line-height: 45px;
    padding-top: 8px;
    display: block;
}

.youshi li:nth-of-type(even) {
    background: #0d3a75
}

.index03 {
    width: 100%;
    height: 457px;
    background: #fff;
}

.ntitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666666;
    font-size: 15px;
    padding-top: 37px;
    position: relative;
}

.ntitle big {
    color: #222222;
    font-size: 40px;
    float: left;
    padding-right: 31px;
}

.ntitle .more {
    color: #666666;
    right: 0;
    top: 40px;
    position: absolute;
}

.ntitle .more:hover {
    color: #589d1c
}

.index04 {
    width: 100%;
    height: 505px;
    background: #f2f2f2;
}

.index04 .mid {
    height: 273px
}

.index04 .left {
    width: 417px
}

.index04 .right {
    width: 723px
}

.index04 .right .p01 {
    line-height: 27px;
    height: 170px;
    color: #222222;
    font-size: 15px;
    padding-top: 5px;
    overflow: hidden;
}

.index04 .right .p01 span {
    color: #333333;
    font-size: 22px;
    line-height: 60px;
    display: block;
}

.index04 .right .p02 {
    width: 100%;
    line-height: 27px;
    color: #222222;
    font-size: 15px;
    padding-top: 15px
}

.index04 .right .p02 b {
    line-height: 50px;
    color: #0060b6;
    font-size: 18px;
    display: block;
}

.index04 .right .p02 a {
    color: #666666;
    font-size: 15px;
    padding-right: 18px
}

.index05 {
    width: 100%;
    height: 310px;
    background: #fff;
}

.index05 .newsbox {
    width: 560px;
    height: 135px;
    padding-top: 40px;
    overflow: hidden;
}

.index05 .newsbox .npic {
    width: 195px;
    height: 124px;
    overflow: hidden;
    float: left;
}

.index05 .newsbox .npic img {
    width: 195px;
    height: 124px;
}

.index05 .newsbox .nlist {
    width: 330px;
    height: 135px;
    float: right;
}

.index05 .newsbox .nlist li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.tpbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
}

.tpbox a {
    line-height: 43px;
    font-size: 14px;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 43px;

}

.tpbox a:hover,.tpbox a.current {
    color: #fff;
    background: #ca1c1e;
}


.tpbox span {
    color: #000;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 1px #dddddd dashed;
}


/*.tpbox{width: 280px;height:auto;padding-top: 14px;overflow: hidden;}
.tpbox li{width: 100%;height: 52px;line-height: 52px;overflow: hidden;}
.tpbox li a{padding-left: 85px;color: #333333; display: block;}
.tpbox li a:hover{background: #ca1c1e}*/

.lxbox {
    width: 100%;
    height: 178px;
}


#pro_pic .pimg {
    width: 277px;
    height: 208px;
    overflow: hidden;
    text-align: center;
}

#pro_pic .pimg img {
    max-width: 277px;
    height: 208px;
    transition: 0.4s all
}

#pro_pic .pimg:hover img {
    transform: scale(1.05);
}

#pro_pic .ptxt {
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

#pro_pic .ptxt .title {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
}

#pro_pic .ptxt .click {
    bottom: 0px;
    right: 40px;
    position: absolute;
    font-size: 14px;
    color: #999999;
}

#pro_pic .ptxt .zixun {
    font-size: 14px;
    color: #005fb5;
    text-decoration: underline;
}

#pro_pic .ptxt .zixun:hover {
    color: #ca1c1e
}


.inpiclist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.inpiclist li {
    width: 254px;
    height: 270px;
    border: 1px solid #efefef;
    float: left;
    padding: 5px; 
    margin: 5px;
}

.inpiclist li .pimg {
    width: 254px;
    height: 191px;
    overflow: hidden;
    text-align: center;
    padding: 3px; 
}

.inpiclist li .pimg img {
    max-width: 254px;
    height: 191px;
    transition: 0.4s all
}

.inpiclist li .pimg:hover img {
    transform: scale(1.05);
}

.inpiclist li .ptxt {
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
    position: relative;
}

.inpiclist li .ptxt .title {
    padding-top: 15px;
    display: block;
    text-align: center;
}

.inpiclist li .ptxt .click {
    bottom: 0px;
    right: 0px;
    position: absolute;
    font-size: 14px;
    color: #999999;
}

.inpiclist li .ptxt .zixun {
    font-size: 4px;
    color: #005fb5;
    text-decoration: underline;
}

.inpiclist li .ptxt .zixun:hover {
    color: #ca1c1e
}



/* CSS Left */

#left {
    width: 277px;
    ;
    height: auto;
    background: #fff;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
}

#left .cont {
    width: 100%;
    height: auto;
    background: #ca1c1e;
    padding-bottom: 40px
}

#left .cont p {
    width: 250px;
    height: auto;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding: 20px 0 20px 0;
    margin: 0 auto
}

#left .cont p a {
    color: #fff
}

#left .cont p a:hover {
    color: #ff0;
    text-decoration: underline;
}

#left .cont .btn {
    width: 134px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    border: 1px #fff dashed;
    border-radius: 17px;
    display: block;
    text-align: center;
    margin: 0 auto
}

#left .cont .btn:hover {
    border: 1px #589d1c solid;
    background: #589d1c;
    color: #fff
}

.newslist li {
    padding: 20px 0 20px 0;
    width: 100%;
    height: 107px;
    border-bottom: 1px dashed #d8d8d8;
    overflow: hidden
}

.newslist li .imgbox {
    width: 140px;
    height: 105px;
    border: 1px #dddddd solid;
    display: inline;
    float: left
}

.newslist li .imgbox img {
    width: 140px;
    height: 105px;
}

.newslist li .text {
    display: inline;
    float: left;
    line-height: 22px;
    margin-left: 20px;
    width: 530px;
    height: 105px;
}

.newslist li .text .tit {
    width: 100%;
    height: 30px;
}

.newslist li .text .tit a {
    color: #000;
    font-size: 16px
}

.newslist li .text .tit a:hover {
    color: #00863d;
    margin-left: 10px
}

.newslist li .text .desc {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 13px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word
}

.newslist li .text .desc a {
    font-size: 14px;
    color: #999
}

.newslist li .text .count {
    width: 100%;
    height: 22px;
    padding-top: 5px;
    overflow: hidden
}

.newslist li .text .count span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    background-image: url("../images/newslist.gif");
    background-repeat: no-repeat
}

.newslist li .text .count .hits {
    background-position: 0 -150px
}

.newslist li .text .count .update {
    background-position: 0 -168px
}

.newslist li .timebox {
    text-align: center;
    display: inline;
    float: right;
    width: 100px;
    height: 105px;
    background: #F3F3F3;
    border-radius: 6px;
}

.newslist li .timebox .day {
    color: #666;
    font-family: Georgia, serif, verdana;
    font-size: 46px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    width: 100%;
    overflow: hidden
}

.newslist li .timebox .year {
    font-size: 14px;
    color: #999
}


/* CSS 详情页 */


/* CSS 详情页 */

#cpbox01 {
    width: 100%;
    height: 260px;
}

#cp_img {
    width: 320px;
    height: 240px;
    border: 1px #ebebeb solid;
    float: left;
    text-align: center;
}

#cp_img img {
    max-width: 320px;
    height: 240px;
}

#cp_detail {
    width: 470px;
    height: 240px;
    float: right;
    overflow: hidden;
    position: relative;
}

#cp_txt {
    width: 100%;
    height: 150px;
    /* color: #666666; */
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

#cp_txt span {
    color: #005fb5;
    /* font-weight: bold; */
    padding-bottom: 15px;
    font-size: 22px;
    display: block;
}

#cp_txt b {
    display: block;
}

#cp_btn {
    width: 345px;
    height: 40px;
    left: 0;
    top: 150px;
    position: absolute;
}

#btn01 {
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #005fb5;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#btn01:hover {
    /* background: #353535; */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

#btn02 {
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #ca1c1e;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    margin-left: 23px;
}

#btn02:hover {
    background: #353535;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

#cp_lx {
    height: 44px;
    line-height: 44px;
    padding-left: 40px;
    background: url(../images/i-tel.png) left center no-repeat;
    left: 0;
    bottom: 0;
    position: absolute;
}

#cp_fx {
    width: 345px;
    height: 40px;
    left: 0;
    top: 440px;
    position: absolute;
}

#cp_lx span {
    color: #1080d6;
    font-weight: bold;
    font-size: 22px;
}

#pro_t {
    width: 100%;
    height: 44px;
    background: #f2f2f2;
    line-height: 44px;
}

#pro_t span {
    display: inline-block;
    padding: 0 10px; 
    height: 44px;
    color: #fff;
    text-align: center;
    float: left;
    background: #005fb5;
    font-size: 18px;
}

#pro_txt {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 20px;
    font-size: 15px;
    color: #333333;
    line-height: 34px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

#pro_txt table {
    width: 100%;
}

#pro_txt table td {
    padding: 0 10px;
}

#order_t {
    width: 100%;
    height: 38px;
    margin-top: 15px;
}

#order_t span {
    width: 136px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
    color: #fff;
    background: #1fa1db;
    font-size: 16px;
}

#tuijian {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

#cc {
    line-height: 2;
    margin: 20px 0px;
}


/*contact*/

.inmapbox {
    width: 870px;
    height: 302px;
    overflow: hidden;
    margin: 0 auto;
}

#allmap {
    width: 860px;
    height: 300px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 28px;
    border: 1px solid #a5a4a4;
}

.lxtext {
    width: 100%;
    height: 210px;
    text-align: center;
    margin: 0 auto;
}

.lx01 {
    line-height: 80px;
    color: #005fb5;
    text-align: center;
    font-size: 26px;
    font-weight: bold
}

.lx02 {
    font-size: 18px;
    text-align: center;
}

.lx02 span {
    font-size: 25px;
    color: #de2c31;
    font-weight: bold;
}

.lx03 {
    line-height: 20px;
    color: #898989;
    font-size: 14px;
    padding-top: 24px;
}

.lxbox {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
}

.lxbox .inlxbox {
    width: 215px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    border: 1px #e4e4e4 solid;
    margin-right: 12px;
    float: left;
}

.lxbox .inlxbox span {
    width: 38px;
    height: 60px;
    float: left;
    margin-left: 5px;
    display: block;
}

.sub {
    background: #005fb5;
    width: 105px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-family: "微软雅黑";
    transition: 0.4s all;
    display: block;
}

.sub:hover {
    background: #ca1c1e;
    color: #000
}


/*right*/

#right {
    width: 885px;
    height: auto;
    min-height: 600px;
    padding-bottom: 50px;
    background: #fff;
    float: right;
    overflow: hidden;
}

#right_title {
    width: 1200px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
}

#title_right {
    padding-left: 30px;
    background: url(../images/home.jpg) left center no-repeat;
}

#title_left {
    width: 830px;
    height: 70px;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    border-bottom: 2px #f1f1f1 solid;
}

#title_left span {
    color: #222222;
    font-size: 25px;
    line-height: 40px;
    padding-top: 15px;
    display: block;
}

#right_content {
    width: 830px;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
}

#right_bottom {
    width: 100%;
    height: 23px;
}

#indexNews {
    width: 830px;
    height: auto;
    min-height: 300px;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
}

#indexNews li {
    width: 100%;
    height: 124px;
    border-bottom: 1px #dbdbdb dashed;
    padding: 18px 0;
}

#indexNews li img {
    width: 173px;
    height: 124px;
    float: left;
    display: block;
}

#indexNews li .txt {
    width: 710px;
    height: 124px;
    line-height: 23px;
    color: #777777;
    font-size: 14px;
    float: right;
}

#indexNews li .txt span {
    font-size: 16px;
    line-height: 42px;
    color: #000;
    font-weight: bold;
    display: block;
    transition: 0.4s all
}

#indexNews li .txt span:hover {
    margin-left: 5px;
    color: #00a3ff
}

#page {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

#page a {
    min-width: 26px;
    height: 26px;
    background: #bababa;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 0 5px;

}

#page a:hover {
    background: #005fb5;
}

#page .current {
    min-width: 26px;
    height: 26px;
    color: #fff;
    background: #005fb5;
    display: inline-block;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
    display: none;
}

#newTitle {
    width: 100%;
    line-height: 60px;
    font-weight: normal;
    color: #222222;
    font-size: 22px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 0 auto;
}

#productTitle {
    width: 100%;
    height: 60px;
    color: #1f2c5c;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}

#newsInfo {
    width: 100%;
    height: 40px;
    color: #a9aaa9;
    font-size: 12px;
    border-bottom: 1px #d5d3d3 dashed;
    text-align: center;
    margin: 0 auto 20px;
}

.newsinfoleft {
    padding-left: 30px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

#infoImage img {
    max-width: 500px;
}

#newsContent {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    padding-top: 15px;
    line-height: 34px;
    font-size: 15px;
    color: #1d1d1d;
    margin: 0 auto;
}

#newsContent a {
    color: #1d1d1d;
}

#newsContent a:hover {
    color: #1462be;
}

.pbox02 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px 0
}

.pbox02 strong {
    color: #00a3ff
}

#picUL0 {
    width: 100%;
    margin: 0 auto;
}

#picUL0 li {
    width: 228px;
    height: 210px;
    margin: 0 15px 25px 10px;
    border: 1px #f2f2f2 solid;
    padding: 10px 10px;
    text-align: center;
    float: left;
}

#picUL0 li:hover {
    background: #f4f4f4;
}

#picUL0 li .pic_01 {
    width: 228px;
    height: 173px;
    overflow: hidden;
    text-align: center;
}

#picUL0 li .pic_01 img {
    max-width: 228px;
    height: 173px;
    vertical-align: middle;
    transition: 0.5s all;
    background: #fff;
}



#picUL0 li .pic_01 video {
    width: 228px !important;
    height: 173px !important;
    
}

#picUL0 li:hover img {
    transform: scale(1.08);
}

#picUL0 li .pic_02 {
    width: 228px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    color: #707070
}

#picUL {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#picUL li {
    width: 228px;
    height: 315px;
    margin: 0 15px 25px 10px;
    border: 1px #c8c8c8 solid;
    padding: 14px 14px;
    float: left;
}

#picUL li:hover {
    background: #f4f4f4;
    border: 1px #1f2c5c solid;
}

#picUL li .pic_01 {
    width: 228px;
    height: 173px;
    overflow: hidden;
}

#picUL li .pic_01 img {
    width: 228px;
    height: 173px;
    vertical-align: middle;
    transition: 0.5s all;
    background: #fff;
}

#picUL li:hover img {
    transform: scale(1.08);
}

#picUL li .pic_01 span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#picUL li .pic_02 {
    width: 228px;
    height: 108px;
    font-size: 14px;
    line-height: 21px;
    color: #707070
}

#picUL li .pic_02 a {
    color: #1a1b1d;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 16px;
    display: block;
}

.btnbox3 {
    width: 228px;
    height: 32px;
    margin: 0 auto;
    font-size: 14px;
    position: absolute;
}

.btnbox3 .btn1 {
    width: 94px;
    height: 28px;
    color: #6c6c6c;
    line-height: 28px;
    text-align: center;
    border: 2px #6c6c6c solid;
    float: left;
}

.btnbox3 .btn1:hover {
    border: 2px #de2c31 solid;
    background: #de2c31;
    color: #fff
}

.btnbox3 .btn2 {
    width: 94px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 2px #1f2c5c solid;
    background: #1f2c5c;
    color: #fff;
    float: left;
    margin-left: 18px;
}

.btnbox3 .btn2:hover {
    background: #de2c31;
    border: 2px #de2c31 solid;
    color: #fff
}

.G_tips {
    color: #666;
    width: 486px;
    border: 1px solid #dedede;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}


/*******加入*******/

.jobbox {
    width: 850px;
    height: auto;
    margin: 0 auto
}

.jobbox li {
    width: 850px;
    height: auto;
    line-height: 27px;
    font-size: 14px;
    color: #646060;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #efefef solid;
    position: relative;
}

.jobbox li span {
    line-height: 40px;
    font-size: 18px;
    color: #1f2c5c;
    font-weight: bold;
    display: block;
}

.jobbox li .more {
    color: #1f2c5c;
    line-height: 40px;
    display: block;
}

.jobbox li .more:hover {
    color: #de2c31;
}

.recruitcon {
    width: 895px;
    height: 173px;
}

.recruitpic {
    width: 132px;
    height: 153px;
    float: left;
}

.recruitconc {
    width: 470px;
    height: 143px;
    padding-left: 50px;
    padding-top: 5px;
    float: left;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.apply {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1f2c5c;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
}

.apply:hover {
    background: #de2c31;
    transition: 0.5s all;
}

.xxsmys {
    width: 895px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #1f2c5c solid;
}

.xxsmwz {
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #1f2c5c;
}


/*订单*/

.formys {
    width: 860px;
    height: auto;
    color: #555555;
    margin: 0 auto
}

.formmcys {
    width: 90px;
    float: left;
}

.cpmcys {
    width: 400px;
    height: 34px;
    border: 1px solid #d2d4d6;
    font-family: "微软雅黑";
    color: #555555;
    background: #f9f9f9;
    font-size: 14px;
}

.formbz {
    float: left;
}

.G_InputText {
    width: 400px;
    height: 30px;
    border: 1px solid #d2d4d6;
    background: #f9f9f9;
}

.G_textarea {
    width: 400px;
    height: 100px;
    border: 1px solid #dedede;
    background: #f9f9f9;
}

.G_ul {
    width: 100%;
    padding: 40px 0
}

.G_botton {

    width: 55px;

    height: 30px;

    line-height: 30px;

    border: 0;

    background: url(button.gif) no-repeat;

    cursor: pointer;
}

.borderLi {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.G_tips {



    width: 486px;

    margin: 10px auto 0 auto;

    border: 1px solid #dedede;

    padding: 7px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);

    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);

    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}


.cpfwnr {
    width: 230px;
    height: 100%;
    overflow: hidden;
}

.cpfwnr dt {
    width: 213px;
    height: 33px;
    display: block;
    padding: 0 0 0 17px;
    background: url(allbg.gif) no-repeat;
    background-position: 0 -137px;
    line-height: 33px;
    font-size: 12px;
    color: #0976b2;
}

.cpfwnr dd {
    width: 190px;
    margin: 0 auto;
    line-height: 2
}

.cpfwnr dt a {
    width: 213px;
    height: 33px;
    display: block;
    padding: 0 0 0 17px;
    background: url(a1.jpg) no-repeat;
    line-height: 33px;
    font-size: 12px;
    color: #0976b2;
}

.cpfwnr dt:hover {
    background: url(allbg.gif) no-repeat;
    background-position: 0 -102px;
    color: #fff;
}

.cpfwnr dd a {
    width: 190px;
    height: 25px;
    line-height: 25px;
    margin: 3px 0 0 0;
    color: #333;
    font-size: 12px;
}

.cpfwnr dd a:hover {
    color: #ff6c00;
}

.table th {  background: #efefef; line-height: 50px; }

.table tr:nth-child(odd) {  background: #005fb510; }

.table td {  text-align: center; line-height: 40px;}
.table td a {  font-weight: bold; color: #f00;}