@charset "utf-8";
.container {
    position: relative;
    padding-top: 0;
}

.wrap .sidebar {
    float: left;
    width: 211px;
}

.wrap .main {
}

.wrapBt {
    height: 0;
    background: none;
    overflow: hidden;
    clear: both;
}

/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.leftTitle b {
    display: block;
    font-size: 29px;
    line-height: 29px;
    color: #999999;
}

.leftTitle b em {
    color: #0172c0;
}

.leftTitle span {
    display: block;
    width: 56px;
    height: 3px;
    background: #0eade3;
    margin: 30px auto 0;
}

/* 二级、三级菜单 */
.menu {
    margin-bottom: 70px;
}

.menu dl dt {
    margin-bottom: 8px;
}

.menu dl dt a {
    display: block;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #cfcfcf;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.menu dl dt a:hover, .menu dl dt .current {
    border-bottom: 1px solid #3c74cf;
    background: #3c74cf;
    color: #fff;
    text-decoration: none;
}

.menu dl dd {
    padding: 5px 0 5px 55px;
    border-bottom: 1px solid #eee;
    background: url(o_ico_18.gif) no-repeat 45px 13px;
    font-size: 14px;
    text-align: left;
}

.menu dl dd a:hover, .menu dl dd .current {
    color: #32a237;
    text-decoration: none;
}

/* 面包屑 */
.location {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    line-height: 46px;
}

.location h3 {
    float: left;
    height: 44px;
    color: #000;
    font-weight: 100;
}

.breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.breadcrumbs a {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs .u-home {
    padding-left: 20px;
    background: url(o_ico_03.gif) no-repeat 0 center;
}

/* 内容模式 */
.article {
    padding: 20px 0 40px;
    line-height: 2;
    font-size: 14px;
    word-wrap: break-word;
}

.article .hd {
    padding: 0 0 20px;
    text-align: center;
}

.article .hd h1 {
    color: #000;
    font-size: 20px;
}

.article .hd .titBar {
    color: #797979;
    font-size: 12px;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

/* 头部新闻 */
.hotNews {
    float: left;
    width: 572px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 56px;
}

.hotNews:last-child {
    margin-right: 0;
}

.hotNews .pic img {
    width: 100%;
    height: 100%;
}

.hotNews dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    line-height: 22px;
}

.hotNews dl dt {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.hotNews dl dt a {
}

.hotNews dl .i {
    min-height: 110px;
    font-size: 14px;
    color: #999;
}

.hotNews dl .m {
    width: 84px;
    height: 24px;
    margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-align: center;
}

.hotNews dl .m a {
    display: block;
    color: #333;
}

.hotNews dl .m a:hover {
    background: #666;
    color: #fff;
}

/* 新闻列表 */
.news {
    padding: 0 0 40px;
}

.newsTable th {
    border: 1px solid #fff;
    background: #c8cacb;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newsTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #dcd9d4;
    line-height: 20px;
}

.list {
    padding: 0 0 40px;
}

.list li {
    padding: 7px 0;
    border-bottom: 1px dashed #e0e0e0;
    background: url(o_ico_11.gif) no-repeat 2px 13px;
    line-height: 20px;
    clear: both;
}

.list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.list li a {
    padding-left: 15px;
}

.list li a:hover {
    text-decoration: underline;
}

/* 图文新闻 */
.pothoItem {
    margin: 0 0 40px;
}

.pothoItem .item {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.pothoItem .item .pic {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #e7e7e7;
}

.pothoItem .item .pic img {
    width: 200px;
    height: 150px;
}

.pothoItem .item dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    line-height: 20px;
}

.pothoItem .item dl dt {
    font-size: 16px;
    line-height: 32px;
}

.pothoItem .item dl .d, .pothoItem .item dl .m {
    display: none;
}

.pothoItem .item dl .i {
    padding: 5px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

/* 图片列表 */
.pic-item-list {
    margin: 0 0 20px;
}

.pic-item-list .pic-item {
    display: block;
    float: left;
    width: 130px;
    margin-bottom: 10px;
    padding: 0;
}

.pic-item-list .list-pic {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #919090;
    line-height: 100px;
    text-align: center;
}

.pic-item-list dl {
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
}

.piList {
    padding: 0 0 20px;
    overflow: hidden;
}

.piList .pic-item-list {
    margin: 0;
    padding: 0;
}

.piList .pic-item {
    position: relative;
    width: 230px;
    margin: 0 12px 12px 0;
    padding: 0;
    display: inline;
}

.piList .pic-item:nth-child(5n) {
    margin-right: 0;
}

.piList .list-pic {
    display: block;
    width: 230px;
    height: 172px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    line-height: 148px;
}

.piList .list-pic img {
    width: 230px;
    height: 172px;
}

.piList dl {
    padding: 4px 5px;
    line-height: 20px;
}

.piList dl dt {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 分页 */
.page {
    padding: 0 0 40px;
    line-height: 24px;
    text-align: center;
}

.page a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 8px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #333;
    vertical-align: top;
}

.page a:hover, .page .current {
    border: 1px solid #3c74cf;
    background: #3c74cf;
    color: #fff;
}

.hrTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.hrTop li {
    padding-left: 16px;
    background: url(ico_05.gif) no-repeat 0 8px;
    font-weight: bold;
    line-height: 24px;
}

.hrTable .hrTableTh {
    height: 32px;
    background: #666;
    color: #fff;
}

.hrTable .hrTableTh th:first-child {
    text-align: left;
}

.hrTable td:first-child {
    text-align: left;
}

.hrTable th {
    color: #fff;
    background: #3c74cf;
    padding: 10px 12px;
    font-size: 16px;
}

.hrTable td {
    padding: 12px;
    font-size: 14px;
}

.hrTable tr:nth-child(odd) {
    background: #f2f6fa;
}

.hrTable .bg td {
    background: #eee;
}

.hr {
    position: relative;
    padding: 20px 0 35px;
}

.hr h3 {
    padding-left: 0;
    border-bottom: 1px dotted #ccc;
    color: #2eb7ad;
    font-size: 20px;
    line-height: 55px;
}

.hr h3 s {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.hr h3 .off {
    background: url(hr_down.gif) no-repeat center;
}

.hr h3 .on {
    background: url(hr_up.gif) no-repeat center;
}

.hrItem {
    margin-bottom: 5px;
}

.hrItem .title {
    border-bottom: 1px dotted #ccc;
    color: #999;
    font-weight: bold;
    line-height: 36px;
}

.hrItem .title span {
    float: right;
    font-weight: 100;
}

.hrItem .title span a {
    color: #88000c;
}

.hrItem .con {
    margin-bottom: 10px;
    padding: 15px 0;
    line-height: 24px;
}

.hrItem .con h4 {
    font-size: 14px;
    line-height: 36px;
}

.hrItem .apply {
    width: 95px;
    height: 25px;
    padding: 0;
    background: #01286f;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.hrItem .apply a {
    color: #fff;
}

.hr-list {
    margin-bottom: 5px;
    padding: 5px 0 15px;
    border-bottom: 1px dotted #777;
}

.hr-list .title {
    color: #3c74cf;
    font-size: 24px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.hr-list .title span {
    float: right;
    font-weight: 100;
}

.hr-list .info {
    font-size: 16px;
    padding: 20px 0;
}

.hr-list .apply {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/* 新闻列表 */
.message {
    padding: 0 0 30px;
}

.message-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #ddd;
}

.message-list .m-title {
    padding: 0;
    color: #32a237;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.message-list .m-title span {
    float: right;
    color: #01286f;
    font-size: 12px;
    font-weight: 100;
}

.message-list .m-info {
    padding: 5px 0;
    line-height: 24px;
}

.message-list .r-title {
    padding: 0;
    line-height: 20px;
}

.message-list .r-info {
    padding: 5px 0;
    line-height: 24px;
}

/* 人才招聘 */
.form-panel {
    padding: 0 0 30px;
}

.form-panel h4 {
    margin-bottom: 10px;
    padding: 0 20px;
    background: #666;
    color: #fff;
    line-height: 30px;
}

.form-panel .tips {
    padding: 10px 0 10px 100px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.form-panel .field {
    clear: both;
}

.form-panel li.field label {
    display: block;
    float: left;
    width: 100px;
    line-height: 24px;
    text-align: right;
}

.form-panel .input {
    padding: 5px 0;
    zoom: 1;
}

.form-panel .field:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.form-panel .text {
    height: 20px;
    padding: 2px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .textarea {
    width: 450px;
    height: 100px;
    padding: 1px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .submit-field {
    padding: 0 10px 20px 100px;
    _padding: 0 10px 20px 100px;
    clear: both;
}

.form-panel .submit-field input {
    margin-right: 10px;
}

.form-panel .submit-field .btn-submit, .form-panel .submit-field .btn-reset {
    width: 93px;
    height: 29px;
    border: none;
    background: #666;
    color: #fff;
    cursor: pointer;
}

/* 产品详细页 */
.m-detail {
    margin-bottom: 30px;
}

.m-detail .m-property {
    float: left;
    width: 100%;
}

.m-detail .property {
    margin-left: 350px;
}

.m-detail .property h1 {
    font-weight: 100;
    font-size: 18px;
    line-height: 34px;
}

.m-detail .property .m-i-a {
    margin-bottom: 8px;
    padding: 8px 0 15px;
    border-bottom: 1px dotted #d9d9d9;
    color: #888;
    font-size: 14px;
    line-height: 25px;
}

.m-detail .gallery {
    position: relative;
    float: left;
    width: 350px;
    margin-left: -100%;
}

.m-detail .gallery .bigPic {
    width: 300px;
    height: 224px;
}

.product-detail {
    border: 1px solid #e5e5e5;
}

.product-detail .hd {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.product-detail .hd h2 {
    float: left;
    width: 136px;
    height: 46px;
    margin: -2px 0 -1px;
    border-top: 2px solid #0058af;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    font-size: 22px;
    font-weight: 100;
    line-height: 46px;
    text-align: center;
}

.product-detail .bd {
    padding: 25px;
    line-height: 28px;
    font-size: 14px;
}

.back-to {
    position: fixed;
    bottom: 110px;
    right: 50%;
    margin-right: -620px;
    display: none;
    z-index: 999;
}

.back-to .back-top {
    display: block;
    width: 60px;
    height: 60px;
    background: url(top.png) no-repeat;
    outline: 0 none;
    text-indent: -9999em;
    overflow: hidden;
}

.back-to .back-top:hover {
    background-position: 0 0;
}

.new-news li {
    padding-bottom: 30px;
    border-bottom: 1px dashed #999999;
    margin-bottom: 30px;
}

.new-news .date {
    float: left;
    width: 60px;
    margin-right: 30px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.new-news .date span {
    display: block;
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    color: #999999;
}

.new-news .date em {
    display: block;
}

.new-news h2 a {
    font-size: 16px;
    font-weight: normal;
}

.new-news p {
    font-size: 16px;
}

.left-a-title {
    margin-bottom: 30px;
    font-weight: normal;
}

.left-a-title span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #666666;
}

.left-a-title em {
    display: block;
    margin: 5px 0;
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
}

.left-a-title i {
    display: block;
    width: 25px;
    height: 2px;
    background: #0172c0;
}

.about {
    padding: 60px 0;
}

.left-about {
    float: left;
    width: 654px;
    margin-left: 15px;
}

.left-a-c {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

.right-about {
    position: relative;
    float: right;
    width: 473px;
}

.right-about img {
    width: 100%;
}

.right-about h1 {
    position: absolute;
    bottom: 34px;
    left: -55px;
    width: 141px;
    height: 43px;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    background: #00bde6;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
}

.slide-guo {
    position: relative;
    z-index: 0;
    padding: 60px 0;
    background: #edf5fb url(abor.png) top center no-repeat;
}

.slide-guo .hd0 {
    overflow: hidden;
}

.slide-guo .hd0 li {
    float: left;
    width: 330px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
}

.slide-guo .hd0 li:hover {
    z-index: 999;
}

.slide-guo .hd0 li:hover img {
    transition: 2s ease-in-out;
    transform: scale(1.2);
}

.slide-guo .hd0 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.slide-guo .hd0 .tempWrap {
    margin: 0 auto;
}

.slide-guo .hd0 .le {
    display: block;
    width: 330px;
    /*height: 310px;*/
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    top: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 200px;
}

.slide-guo .hd0 .ri {
    display: block;
    width: 330px;
    height: 310px;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    top: 0;
    font-size: 18px;
    right: 0;
    color: #ffffff;
    text-align: center;
    line-height: 200px;
}

.slide-guo .bd .prev, .slide-guo .bd .next {
    display: block;
    position: absolute;
    width: 18px;
    height: 35px;
    bottom: 160px;
    left: 50%;
    margin-left: -9px;
    z-index: 99;
    font-size: 0;
}

.slide-guo .bd .next {
    margin-left: 582px;
}

.slide-guo .bd .prev {
    margin-left: -600px;
}

.slide-guo .bd li h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.slide-guo .bd li h2 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #e90000;
}

.slide-guo .bd li div {
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.slide-guo .bd li:hover {
}

.s-g-c {
    min-height: 200px;
    text-align: justify;
    width: 1200px;
}

.leader {
    padding: 40px 0;
}

.bg-leader {
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 108px;
    margin-left: -960px;
}

.left-leader {
    float: left;
    width: 242px;
    margin-left: 65px;
}

.right-leader {
    float: right;
    width: 800px;
    margin-right: 65px;
}

.r-l-title {
    margin: 50px 0 70px;
}

.r-l-title span {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    color: #ffffff;
}

.r-l-title em {
    font-size: 14px;
    color: #ffffff;
}

.r-l-con {
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.leader {
    margin-bottom: 40px;
}

.leader-con {
    width: 1080px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.chain {
    margin-top: 20px;
}

.chain ul li {
    float: left;
    width: 250px;
    margin: 0 25px;
    text-align: center;
    transition: 0.2s linear 0s;
}

.chain ul li:hover {
    margin-top: -5px;
    color: #0082d1;
}

.chain ul li dl {
    text-align: center;
}

.chain ul li dl dd.i {
    line-height: 24px;
    margin-top: 12px;
    height: 72px;
}

.chain ul li dl dd.m {
    font-size: 14px;
    line-height: 24px;
}

.chain ul li .pic {
    height: 70px;
    overflow: hidden;
}

.chain ul li .pic img {
    position: relative;
    top: 0;
    transition-duration: .5s;
}

.chain ul li:hover .pic img {
    top: -70px;
}

.history {
    padding: 100px 0 0;
    margin-bottom: 150px;
}

.history li {
    display: table;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.history li h2 {
    display: table-cell;
    position: relative;
    width: 277px;
    font-weight: normal;
    padding-right: 52px;
    background: url(cicle.png) right top 20px no-repeat;
}

.history li h2 span {
    display: block;
    position: absolute;
    right: 52px;
    width: 277px;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #666666;
    color: #0172c0;
}

.history li h2 em {
    display: block;
    position: relative;
    top: 35px;
    text-align: right;
    font-size: 20px;
    color: #0172c0;
}

.history li .his-con {
    display: table-cell;
    width: 290px;
    text-align: left;
    padding-left: 32px;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}

.history li:nth-child(2n) .his-con {
    text-align: right;
    padding-left: 0;
    padding-right: 62px;
    background: url(cicle.png) right 5px top 20px no-repeat;
}

.history li:nth-child(2n) h2 {
    background: none;
}

.history li:nth-child(2n) span {
    left: 27px;
}

.history li:nth-child(2n) em {
    margin-right: 232px;
}

.line-history {
    position: absolute;
    top: 0;
    left: -9px;
    right: 0;
    width: 62px;
    height: 100%;
    margin: 0 auto;
    z-index: 0;
}

.line-history .line {
    position: relative;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: #666666;
}

.hot-three h2 {
    float: left;
    margin-right: 42px;
}

.hot-t {
    float: right;
    width: 750px;
}

.hot-t li {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #e6e6e6;
}

.hot-t h3 {
    float: left;
    font-weight: normal;
    text-align: center;
    margin-right: 15px;
}

.hot-t h3 span {
    display: block;
    font-size: 62px;
    line-height: 62px;
    color: #999;
}

.hot-t h3 em {
    font-size: 14px;
    color: #999999;
}

.hot-t h4 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 18px;
}

.hot-t p {
    font-size: 14px;
}

.hot-t-list {
    position: relative;
    padding: 20px 0;
    height: 520px;
    overflow: hidden;
    margin-bottom: 50px;
    z-index: 2;
}

.hot-t-list li {
    display: table;
    font-size: 14px;
    margin-bottom: 30px;
}

.hot-t-list li span {
    display: table-cell;
    font-size: 14px;
    padding-right: 34px;
    padding-left: 28px;
}

.hot-t-list li i {
    position: absolute;
    left: 127px;
    margin-top: -2px;
}

.hot-t-list li div {
    display: table-cell;
    padding-left: 34px;
}

.hot-t-list li div h2 {
    font-weight: normal;
    margin-bottom: 10px;
}

.line-hot {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #999999;
    left: 133px;
    top: 0;
    z-index: 0;
}

.honor-list li {
    float: left;
    width: 250px;
    padding: 12px;
    margin-right: 32px;
    margin-bottom: 32px;
    border: 1px solid #e4e4e4;
}

.honor-list li:nth-child(4n) {
    margin-right: 0;
}

.honor-list li img {
    width: 100%;
}

.honor-title {
    margin-bottom: 32px;
    font-weight: normal;
}

.honor-title span {
    font-size: 24px;
    color: #0172c0;
}

.honor-title em {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.ca {
    position: relative;
    top: -35px;
}
.ca li {
    float: left;
    width: 170px;
    font-size: 16px;
}
.ca li:hover a {  color: #ff0000;  }
.ca li dl {
    display: none;
    padding-top: 10px;
}
.ca li:hover dl {
    display: block;
    position: absolute;
}
.ca li dt {
    float: left;
    width: 170px;
    font-size: 14px;
}