* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.pado {
    margin-top: 3rem;
    line-height: 31px;
}

.pado div {}

.pado div a {}

.cerSearchimg {
    margin-top: 3rem;
}

.cerSearchimg a {
    display: block;
    width: 41%;
    margin: auto;
    text-align: center;
    color: #333;
}

.cerSearchimg a img {}

.cerSearchimg a span {
    margin-top: 27px;
    display: block;
    font-size: 16px;
}

.m-nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a {
    display: block;
}

.m-nav li .tit {
    font-size: 1.36rem;
    line-height: 1.46rem;
    padding: 1rem;
    color: #2c2c2c;
    border-bottom: 1px solid #e5e5e5;
}

.m-nav li .tit:before {
    content: "";
    position: absolute;
    right: 1.3rem;
    width: 1.42rem;
    height: 1.42rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
}

.m-nav li.on1 .tit:before {
    background-image: url("../image/m-nav-jia.png");
}

.m-nav li.on2 .tit:before {
    background-image: url("../image/m-nav-jian.png");
}

.m-nav li .navson {
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

.m-nav li .navson a {
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}

.m-nav {
    display: none;
}


/*缓存*/


/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */


/*}*/

.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: 0.77s;
    animation-delay: 0.77s;
    -webkit-animation-duration: 1.26s;
    animation-duration: 1.26s;
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
    -webkit-animation-duration: 0.43s;
    animation-duration: 0.43s;
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
    -webkit-animation-duration: 0.73s;
    animation-duration: 0.73s;
}

.line-scale-party>div {
    background-color: #7aba1e;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}


/*end*/


/*头部*/


/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/

.listheader {
    width: 100%;
    z-index: 10;
}

.listheaders {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    position: relative;
}

.listheaderLeft {
    float: left;
    line-height: 100px;
}

.listheaderLeft a {}

.listheaderLeft a img {}

.listheaderpk {
    float: right;
    line-height: 100px;
    margin: 0 12px;
}

.listheaderpk img {
    cursor: pointer;
}

.listheaderRight {
    position: relative;
    float: right;
    margin: auto;
    height: 100px;
}

.nas {
    margin: 0;
    text-align: right;
    font-size: 0;
    height: 100px;
}

.nas>li {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 105px;
    text-align: center;
}

.nas>li>a {
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    color: #333333;
    text-align: center;
    position: relative;
    border-top: 2px solid #fff;
    padding-top: 7px;
    margin-top: 31px;
    transition: all 0.3s;
}

.nas>li>a img {
    margin-left: 0.4rem;
}

.navs {
    transition: 0.3s linear;
}

.nas>li:hover>a {
    border-top: 2px solid #010101;
}


/*.nas>li:last-child>a{
    border: 0;
}*/


/*.nas>li:hover>a{
    color: #1663a6;
}*/


/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/


/**/

.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}

.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s, top 0.3s;
}

header .nav-btn span.line1,
header .nav-btn span.line3,
header .nav-btn span.line3 {
    left: 15px;
}

header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}

header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2 {
    left: 12px;
}

header .nav-btn.hover span.line0 {
    top: 0;
}

header .nav-btn.hover span.line1 {
    top: 0;
    left: 24px;
}

header .nav-btn.hover span.line3 {
    top: 24px;
    left: 0;
}

header .nav-btn.hover span.line4 {
    top: 24px;
    left: 24px;
}

.headerphone {
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}

.headerphone img {
    margin-left: 2.5rem;
    margin-right: 1rem;
}

.clear {
    clear: both;
}

.fr {
    float: right;
    display: inline;
}

.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}

.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}

.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}

.search {}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    z-index: 10;
    right: 9%;
    background: #000;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
}

.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}


/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/

.nas>li .more {
    position: absolute;
    top: 62px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}

.nas>li .more a {
    display: block;
    color: #333;
    text-align: center;
    font-size: 13px;
    height: 41px;
    line-height: 41px;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover {
    color: #000;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active {
    background: #000;
}

.allcenter {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.allcentera {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    position: relative;
    height: 149px;
    overflow: hidden;
}

.allcentera span {
    line-height: 149px;
    font-size: 19px;
    color: #000000;
    float: left;
}

.allcentera div {
    display: table;
    float: right;
    color: #666666;
    height: 100%;
}

.allcentera div p {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 29px;
}

.allcenterb {
    max-width: 1306px;
    padding: 50px;
    background: #fff;
    margin: auto;
    position: relative;
}

.allcenterc {
    max-width: 1306px;
    padding: 50px;
    background: #fff;
    margin: auto;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.allcentercLeft {
    float: left;
    width: 49%;
    overflow: hidden;
    position: relative;
}

.allcentercLefts {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.allcentercLeft .allcentercLeftimg {
    float: left;
    width: 44%;
    overflow: hidden;
}

.allcentercLeft .allcentercLeftimg img {
    width: 100%;
}

.allcentercLeft .allcentercLefttext {
    position: absolute;
    right: 0;
    display: table;
    height: 100%;
    width: 50%;
}

.allcentercLeft .allcentercLefttext div {
    display: table-cell;
    vertical-align: middle;
}

.allcentercLeft .allcentercLefttext div span {
    display: block;
    font-size: 18px;
    color: #000000;
}

.allcentercLeft .allcentercLefttext div i {
    width: 23px;
    display: block;
    height: 2px;
    background: #000000;
    margin-top: 14px;
    margin-bottom: 11px;
}

.allcentercLeft .allcentercLefttext div label {
    color: #666666;
    font-weight: 400;
    margin-bottom: 20px;
}

.allcentercLeft .allcentercLefttext div p {
    font-size: 15px;
    color: #333333;
}

.allcentercLeft .allcentercLefttext div p img {
    margin-right: 7px;
}

.allcentercLeftbottom {
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    color: #666666;
    line-height: 28px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.allcenterccenter {
    float: left;
    width: 21%;
    margin-left: 1%;
}

.allcentercRight {
    float: right;
    width: 27%;
    overflow: hidden;
}

.allcentercRight img {
    width: 100%;
}

.allcentercRight div {
    background: #f5f5f5;
    padding: 22px 36px;
    overflow: hidden;
    /*writing-mode: vertical-rl;*/
    width: 100%;
    height: 212px;
    line-height: 24px;
    /*    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;*/
    writing-mode: vertical-rl;
}

.allcentercimg {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.allcenterd {
    max-width: 1306px;
    padding: 50px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.allTop {
    width: 100%;
    overflow: hidden;
    margin-bottom: 47px;
}

.allTop .allTopLeft {
    float: left;
}

.allTop .allTopLeft span {
    display: block;
    font-size: 16px;
    color: #000000;
}

.allTop .allTopLeft i {
    width: 23px;
    display: block;
    height: 2px;
    background: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.allTop .allTopLeft div {
    color: #666666;
    font-weight: 400;
}

.allTop .allTopRight {
    float: right;
    margin-top: 19px;
}

.allTop .allTopRight a {
    color: #666666;
}

.allTop .allTopRight a img {
    margin-right: 8px;
}

.allcenterds {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allcenterds a {
    display: block;
    width: 31%;
    overflow: hidden;
    margin-bottom: 30px;
}

.allcenterds a .allcenterdsimg {
    width: 100%;
    overflow: hidden;
}

.allcenterds a .allcenterdsimg img {
    width: 100%;
    transition: all 0.3s;
}

.allcenterds a .allcenterdstext {
    padding: 0 20px;
    border: 1px solid #eeeeee;
    padding-top: 23px;
    padding-bottom: 13px;
    overflow: hidden;
}

.allcenterds a .allcenterdstext span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.allcenterds a .allcenterdstext p {
    font-size: 14px;
    color: #666666;
    margin: 12px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.allcenterds a .allcenterdstext div {
    text-align: right;
    overflow: hidden;
}

.allcenterds a .allcenterdstext div label {
    float: left;
    margin: 0;
    font-weight: 400;
    color: #999999;
}

.allcenterds a .allcenterdstext div img {}

.allcenterds a:hover .allcenterdsimg img {
    transform: scale(1.1);
}

.allcentere {
    max-width: 1306px;
    padding: 50px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 47px;
}

.allcentereTop {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}

.allcentereTop .allcentereTopLeft {
    float: left;
}

.allcentereTop .allcentereTopLeft span {
    display: block;
    font-size: 16px;
    color: #000000;
}

.allcentereTop .allcentereTopLeft i {
    width: 23px;
    display: block;
    height: 2px;
    background: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.allcentereTop .allcentereTopLeft div {
    color: #666666;
    font-weight: 400;
}

.allcentereTop .allcentereTopRight {
    float: right;
    margin-top: 19px;
}

.allcentereTop .allcentereTopRight a {
    color: #666666;
}

.allcentereTop .allcentereTopRight a img {
    margin-right: 8px;
}

.allcenteres {
    overflow: hidden;
    width: 100%;
}

.allcenteres a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.allcenteres a .newLeft {
    float: left;
    height: 90px;
    background: #f0f0f0;
    text-align: center;
    line-height: 90px;
    color: #999999;
    font-size: 36px;
    width: 8%;
    transition: all 0.3s;
}

.allcenteres a .newCenter {
    float: left;
    width: 84%;
    padding: 9px 23px;
}

.allcenteres a .newCenter div {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s;
}

.allcenteres a .newCenter div span {
    font-size: 46px;
    float: left;
    height: auto;
    line-height: 15px;
    margin-right: 11px;
    font-weight: 400;
}

.allcenteres a .newCenter p {
    margin: 0;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.allcenteres a .newRight {
    float: right;
    margin-right: 1%;
    color: #666666;
    padding-top: 14px;
    width: 7%;
}

.allcenteres a .newRight div {
    margin-bottom: 16px;
}

.allcenteres a .newRight img {}

.allcenteres a:hover {
    background: #f0f0f0;
}

.allcenteres a:hover .newLeft {
    background: #222222;
    color: #fff;
}

.allcenteres a:hover .newCenter div {
    font-weight: 700;
}

.allcenteres a:hover .newCenter div span {
    font-weight: 400;
}

.bottom {
    line-height: 39px;
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.bottom a {
    color: #666666;
}

.crumbs {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.crumbs,
.crumbs a {
    height: 50px;
    color: #999999;
    line-height: 50px;
    font-size: 12px;
}

.crumbs em {
    padding: 0 5px;
    font-family: "Simsun";
    font-style: normal;
    font-weight: normal;
}

.crumbs span {
    color: #333333;
}

.worksFilter {
    border-bottom: 30px solid #f4f4f4;
    background: #ffffff;
    overflow: hidden;
    max-width: 1306px;
    margin: auto;
    position: relative;
}

.worksFilter li {
    line-height: 30px;
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
    overflow: hidden;
    clear: both;
}

.worksFilter li span {
    width: 70px;
    color: #999999;
    float: left;
}

.worksFilter li a {
    margin-left: 38px;
    padding: 0 1px;
    color: #333;
    white-space: nowrap;
    *zoom: 1;
}

.worksFilter li a.on {
    background: #000;
    color: #fff;
}

.worksFilter li a:hover {
    background: #000;
    color: #fff;
}

.listpro {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    position: relative;
}

.listpro a {
    display: block;
    width: 32%;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    background: #fff;
    margin-right: 2%;
}

.listpro a .listproimg {
    width: 100%;
    overflow: hidden;
}

.listpro a .listproimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpro a .listprotext {
    padding: 0 20px;
    border: 1px solid #eeeeee;
    padding-top: 23px;
    padding-bottom: 13px;
    overflow: hidden;
    height: 160px
}

.listpro a .listprotext span {
    font-size: 16px;
    color: #000000;
    display: block;
    text-align: center;
}

.listpro a .listprotext p {
    font-size: 14px;
    color: #666666;
    margin: 12px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    height: 56px;
}

.listpro a .listprotext div {
    text-align: right;
    overflow: hidden;
}

.listpro a .listprotext div label {
    float: left;
    margin: 0;
    font-weight: 400;
    color: #999999;
}

.listpro a .listprotext div img {}

.listpro a:hover .listproimg img {
    transform: scale(1.1);
}

.listpro a:nth-child(3n) {
    margin-right: 0;
}

.listjainjies {
    max-width: 1326px;
    margin: auto;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.listjainjie {
    margin-bottom: 4rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.listjainjieLeft {
    float: left;
    width: 30%;
    background: #fff;
    min-height: 800px;
}

.listjainjieLeft>img {
    width: 100%;
}

.sideMenu {
    padding: 0 20px;
    width: 100%;
    background: #ffffff;
}

.sideMenu li a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding-top: 3px;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
}

.sideMenu li.curr a {
    border-bottom: 1px solid #999999;
    color: #333333;
    font-weight: bold;
}

.listjainjieRight {
    float: right;
    width: 70%;
    border-left: 30px solid #f4f4f4;
    background: #fff;
    overflow: hidden;
}

.listjainjieRight .perTxt {
    height: auto;
    float: none;
    padding: 15px 30px 0px;
    overflow: visible;
    border: none;
}

.listjainjieRight .perTxt h3 {
    overflow: hidden;
    clear: both;
    margin: 0;
}

.listjainjieRight .perTxt h3 span {
    line-height: 50px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}

.listjainjieRight .perTxt h3 img {
    float: left;
    margin: 19px 10px 0 0;
}

.listjainjieRight .perTxt p {
    line-height: 30px;
}

.listjainjieRight .perTxt p em,
.listjainjieRight .perTxt p i {
    display: inline-block;
    *dispvlay: inline;
    *zoom: 1;
    width: 72px;
    color: #999999;
    font-style: normal;
}

.listjainjieRight .perTxt p i {
    width: 226px;
    padding-right: 20px;
    vertical-align: top;
    font-style: normal;
    color: #000000;
}

.listjainjieRight .perBrief,
.fold,
.unfold {
    color: #333333;
    line-height: 24px;
    font-size: 14px;
    padding: 0px;
}

.fold,
.unfold {
    background: url(../image/gms_spr.png) 1px -492px no-repeat;
    padding: 0 10px;
    background-position: 36px -805px;
    font-size: 12px;
}

.perBriefAll {
    display: none;
}

.listjainjieRight .perTxt h4 {
    padding-top: 38px;
    line-height: 64px;
    margin: 0;
    font-weight: 700;
}

.lh30List li,
.lh30List li a {
    color: #333333;
    line-height: 28px;
}

.awardCol strong {
    font-weight: normal;
    padding-right: 10px;
}

.awardCol a {
    text-decoration: underline;
}

.year {
    border-left: 1px solid #e6e6e6;
    font-size: 12px;
    color: #000000;
}

.year dt {
    background: url(../image/gms_spr.png) 1px -492px no-repeat;
    margin-left: -4px;
    height: 42px;
    line-height: 42px;
    padding-top: 5px;
    background-position: -19px -820px;
    _background-position: -19px -821px;
    padding-left: 27px;
}

.year dd {
    padding-bottom: 15px;
    color: #333333;
}

.year dd p {
    color: #333333;
    padding-left: 23px;
    padding-bottom: 10px;
    line-height: 20px;
}

.newsList {
    max-width: 1326px;
    margin: auto;
    padding: 0 10px;
    position: relative;
    background: #ffffff;
    font-size: 12px;
    padding: 0 20px 20px;
    overflow: hidden;
    margin-bottom: 4rem;
    min-height: 380px;
}

.newsList dl {
    border-top: 1px solid #f4f4f4;
    margin-top: -1px;
    padding: 20px 10px 26px;
    margin: 0;
}

.newsList dt a {
    color: #000;
    font-weight: 700;
}

.newsList dt {
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
}

.newsList dt a:hover {
    text-decoration: underline;
}

.newsList dd {
    color: #999999;
    line-height: 20px;
}

.newsList dd a {
    color: #000000;
}

.newsList dd a:hover {
    text-decoration: underline;
}

.certificate {
    max-width: 1326px;
    margin: auto;
    padding: 0 10px;
    padding-bottom: 200px;
    min-height: 570px;
    border-top: 1px solid #e6e6e6;
}

.cerSearch {
    max-width: 958px;
    padding-top: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.cerInput {
    width: 83%;
    height: 60px;
    padding: 14px 28px;
    color: #bbbbbb;
    border: 1px solid #e6e6e6;
    float: left;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 30px;
}

.cerSBtn {
    width: 17%;
    height: 60px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    background: #555555;
    float: right;
    cursor: pointer;
    font-size: 18px;
    cursor: default;
    border: 0;
}

.worksWrap {
    max-width: 1326px;
    margin: auto;
    min-height: 540px;
    _overflow: visible;
    padding: 0 10px;
    margin-bottom: 40px;
}

.worksTitle {
    border-top: 1px solid #e6e6e6;
    padding: 26px 0;
    overflow: hidden;
}

.worksTitle h1 {
    font-size: 24px;
    line-height: 30px;
    float: left;
    font-weight: normal;
    margin: 0px;
}

.worksDetail {
    background: #ffffff;
    overflow: hidden;
}


/* 作品详情页 */

.worksDetailLeft {
    float: left;
    background: #ccc;
    width: 70%;
    overflow: hidden;
    position: relative;
}

.worksDetailLeftimg img {
    width: 100%;
    margin: auto;
    display: block;
}

.worksDetailLeftsmall {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 18px;
    height: 102px;
    overflow: hidden;
}

.worksDetailLeftsmall div {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    background: #000000;
}

.worksDetailLeftsmall div.cur span {
    opacity: 1;
}

.worksDetailLeftsmall div img {
    width: 100%;
    height: 100%;
}

.worksDetailLeftsmall div span {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    opacity: 0;
}

.worksDetailRight {
    float: right;
    width: 30%;
    padding: 20px 20px 20px 30px;
    overflow: hidden;
}

.priceNote {
    line-height: 32px;
    color: #999999;
    padding-bottom: 15px;
}

.priceNote span {
    color: #000000;
}

.priceNote i {
    font-style: normal;
}

.worksDetailRight .show2title {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.worksDetailRight .show2text {
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}


/*.worksPic {
	position: relative;
	float: left;
	width: 670px;
	height: 670px;
}

.worksBig {
	width: 670px;
	height: 670px;
	overflow: hidden;
}

.worksDetail .imgWrap {
	width: 670px;
	height: 670px;
	float: none;
}

.worksDetail .imgWrap .imgCell {
	width: 670px;
	height: 670px;
	line-height: 670px;
	font-size: 670px;
}

.worksDetail .imgWrap img {
	max-width: 670px;
	max-height: 670px;
}

.worksSmall,
.worksShade {
	position: absolute;
	left: 0;
	top: 568px;
	width: 652px;
	padding: 10px 0 10px 18px;
	height: 82px;
	overflow: hidden;
}

.worksShade {
	background: #000000;
	filter: alpha(opacity=30)\9;
	opacity: 0.3;
	_background: none;
}

.worksSmall li {
	width: 80px;
	height: 80px;
	padding: 1px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 10px;
	background: #000000;
}

.worksSmall li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #000000;
	background: #000000;
	filter: alpha(opacity=30)\9;
	opacity: 0.3;
	z-index: 2;
	_background: none;
}

.worksSmall li a:hover,
.worksSmall li.curr a {
	background: none;
	border-color: #cccccc;
	filter: alpha(opacity=100)\9;
	opacity: 1;
}

.worksDetail .worksSmall .imgWrap {
	width: 80px;
	height: 80px;
	float: none;
	position: relative;
	background: #000000;
}

.worksDetail .worksSmall .imgWrap .imgCell {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
}

.worksDetail .worksSmall .imgWrap img {
	max-width: 80px;
	max-height: 80px;
}

.priceTxt {
	width: 260px;
	height: 650px;
	padding: 20px 20px 0 30px;
	float: left;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.priceNote {
	line-height: 32px;
	color: #999999;
	padding-bottom: 15px;
}

.priceNote span {
	color: #000000;
}

.proPrice {
	line-height: 54px;
	font-size: 20px;
	color: #cc0000;
}

.soldPri {
	color: #666666;
}*/