@charset "utf-8";
/* 主体 */
.container {
    margin: 27px auto;
}

.container a {
    color: #666;
}

/*.wrap { position:relative; width:1200px; min-height:460px; _height:460px; margin:0 auto; margin-top:22px; }*/
.wrap .sidebar {
    float: left;
    width: 216px;
    margin-right: 7px;
    background: #fff url(../images/ui.png) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/ui.png*/ bottom center no-repeat;
}

.wrap .main {
    background: #fff;
}

.wrapBt {
    height: 0;
    background: none;
    overflow: hidden;
    clear: both;
}

/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    background: #0260ae;
    padding-top: 22px;
    padding-bottom: 22px;
}

.leftTitle span {
    display: block;
    margin-left: 18px;
    height: 45px;
    padding-left: 15px;
}

.leftTitle i, .leftTitle s {
    display: block;
    color: #fff;
    font-weight: normal;
    font-style: normal;
}

.leftTitle i {
    font-size: 20px;
    line-height: 20px;
}

.leftTitle s {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* 二级、三级菜单 */
.menu {
    width: 214px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.menu dl {
    margin-top: 16px;
    padding-bottom: 10px;
}

.menu dl dt {
    padding: 0 10px;
}

.menu dl dt a {
    display: block;
    width: 175px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    background: url(../images/as.png) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/as.png*/ left 8px center no-repeat;
    padding-left: 19px;
}

.menu dl dt a:hover, .menu dl dt .current {
    background: #0260ae url(../images/se.png) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/se.png*/ left 8px center no-repeat;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #daa136;
    border-top: none;
}

.menu dl dt:last-child a {
    border-bottom: 0;
}

.menu dl dd {
    padding: 5px 0 5px 55px;
    border-bottom: 1px solid #eee;
    background: url(../images/o_ico_18.gif) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/o_ico_18.gif*/ no-repeat 45px 13px;
    font-size: 14px;
    text-align: left;
}

.menu dl dd a:hover, .menu dl dd .current {
    color: #2eb7ad;
    text-decoration: none;
}

.phone {
    width: 140px;
    height: 40px;
    background: url(../images/ico3.jpg) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/ico3.jpg*/ 7px 0 no-repeat;
    padding-left: 53px;
}

.phone em, .phone span {
    display: block;
    color: #cb2317;
}

.phone em {
    font-size: 14px;
}

.phone span {
    font-size: 17px;
}

.sidebar .pic img {
    width: 100%;
}

.de h2 {
    margin-bottom: 20px;
}

/* 面包屑 */
.location {
    position: relative;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e2e2e2;
}
.location p{

}
.location h3 {
    float: left;
    height: 44px;
    color: #0260ae;
    font-weight: bold;
    font-size: 22px;
}

.breadcrumbs {
    margin: 0 auto;
    padding: 0 10px;
}

.breadcrumbs a {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}

.location i {
    background: #e4e4e4;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    top: 45px;
    z-index: 0;
}

/* 内容模式 */
.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;
    font-weight: normal;
}

.article .hd .titBar {
    color: #797979;
    font-size: 12px;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}
.article .ft a.b{
    font-weight: bold;
}
.detail_pic{
    text-align: center;
}
/* 头部新闻 */
.hotNews {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-top: 25px;
}

.hotNews .pic {
    float: left;
    width: 200px;
    padding: 4px;
    border: 1px solid #e4e4e4;
    margin-right: 22px;
}

.hotNews .pic img {
    width: 100%;
    height: 100%;
}

.hotNews dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    line-height: 22px;
}

.hotNews dl dt {
    margin-bottom: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.hotNews dl dt a {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hotNews dl dd {
    color: #333;
    font-size: 14px;
}

/* 新闻列表 */
.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 7px 0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 20px;
    clear: both;
}
.list li .title{
    background: url(../images/asd.png)   left 3px center no-repeat;
    padding-left: 10px;

}
.list li p{
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    margin-top: 8px;
}
.list li span {
    float: right;
    font-size: 14px;
    color: #333;
}

.list li a {
    display: block;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 图文新闻 */
.pothoItem {
    margin: 25px 0 20px;
}

.pothoItem .item {
    padding: 20px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.pothoItem .item .pic {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 25px;
    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;
    color: #000000;
}

.pothoItem .item dl .d, .pothoItem .item dl .m {
}

.pothoItem .item dl .i {
    padding: 5px 0 0;
    color: #000;
    font-size: 12px;
    line-height: 25px;
}

.pothoItem .item dl .line {
    width: 37px;
    height: 2px;
    background: #dfdede;
}

.pothoItem .item dl .date {
    color: #727272;
}

.pothoItem .item dl .m a {
    display: block;
    width: 81px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #444444;
    border: 1px solid #c6c5c5;
    margin-top: 20px;
}

.pothoItem .item:hover {
    background: #f3f2f2;
}

.pothoItem .item:hover .m a {
    background: #e77600;
    color: #fff;
    border-color: #e77600;
}

/* 图片列表 */
.pic-item-list {
    margin: 0 0 20px;
    position: relative;
}

.pic-item-list .list-pic {
    display: block;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #919090;
    text-align: center;
}

.pic-item-list dl {
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
}

.piList {
    padding: 25px 0 20px;
    overflow: hidden;
    position: relative;
}

.piList .pic-item-list {
    margin: 0;
    padding: 0;
}

.piList .pic-item {
    position: relative;
    float: left;
    width: 255px;
    margin: 0 17px 23px 0;
    padding: 15px;
    display: inline;
    border: 1px solid #e2e2e2;
    z-index: 0;
}

.piList .li1 {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #0260ae;
}


.piList .list-pic {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.piList .list-pic img {
    width: 100%;
}

.piList dl {
    line-height: 16px;
    padding-top: 15px;
}

.piList dl dt {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*   链接   */

.links ul li {
    width: 107px;
    height: 118px;
    margin-bottom: 6px;
}

.links ul li a {
    display: block;
    height: 28px;
    padding-top: 90px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}


/* 分页 */
.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 #0260ae;
    background: #0260ae;
    color: #fff;
}

/* 人才招聘 */
.hrTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.hrTop li {
    padding-left: 16px;
    font-weight: bold;
    line-height: 24px;
}

.hrTable .hrTableTh {
    height: 32px;
    background: #666;
    color: #fff;
}

.hrTable th {
    color: #fff;
    font-weight: normal;
}

.hrTable td {
    padding: 0 8px;
}

.hrTable .bg td {
    background: #eee;
}

.hr {
    position: relative;
    padding: 0 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(../images/hr_down.gif) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/hr_down.gif*/ no-repeat center;
}

.hr h3 .on {
    background: url(../images/hr_up.gif) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/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 5px 15px;
    border-bottom: 1px dotted #777;
}

.hr-list .title {
    padding: 0;
    color: #3A7FCA;
    font-weight: bold;
    line-height: 20px;
}

.hr-list .title span {
    float: right;
    font-weight: 100;
}

.hr-list .info {
    padding: 5px 0;
    line-height: 24px;
}

.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: #2eb7ad;
    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: 25px 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;
}

.notice h2 {
    background: url(../images/ti.png) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/ti.png*/ center no-repeat;
    height: 31px;
    line-height: 31px;
    padding-left: 36px;
    width: 180px;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}

.notice ul {
    padding: 0 8px;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.notice ul li {
    background: url(../images/o_ico_18.gif) /*tpa=http://170030.websitetemplate.cn/template/default/index/images/o_ico_18.gif*/ left center no-repeat;
    padding: 8px 0 8px 15px;
}

.pagination-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #f4b02f none repeat scroll 0 0;
    border-color: #f4b02f;
    color: #fff;
}

.pagination-inner li:hover {
    background: #f4b02f none repeat scroll 0 0;
    border-color: #f4b02f;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.pagination-inner {
    text-align: center;
}