@charset "utf-8";

/**/

.w {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*===============================================header================================================*/

.header-top {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: rgba(0, 0, 0, .78);
    border-bottom: 1px solid #bfbfbf;
}

.header-top a {
    color: rgba(0, 0, 0, .78);
    display: inline-block;
    padding: 0 8px;
}

.header-top a:last-child {
    padding-right: 0;
}

.header-con {
    padding-top: 15px;
}

.header-con .logo {
    width: 256px;
    height: 120px;
}

.header-con .logo a {
    display: block;
    height: 100%;
}

.header-con .logo img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.fixDiv .header-con {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    top: 0;
    left: 0;
    z-index: 99999;
    padding-top: 0;
}

.fixDiv .header-con .logo {
    display: none;
}

.fixDiv .header-con .nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.fixDiv .header-con .nav .list {
    top: 80px;
}


/*=================导航=================*/

.nav {
    width: 944px;
    height: 120px;
    line-height: 120px;
    float: right;
}

.nav>ul {
    display: flex;
}

.nav>ul>li {
    flex: 1;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    background-color: #c58c45;
    color: #fff;
}

.nav>ul>li:hover .list {
    display: block;
}

.nav>ul>li .list {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    display: none;
}

.nav>ul>li .list a {
    display: block;
    text-align: center;
    color: #333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.nav>ul>li .list a:hover {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}


/**/

.i-content {
    line-height: 1;
}

.i-content img {
    display: block;
}

.i-content * {
    box-sizing: border-box;
}


/*.i-seaarch*/

.i-search {
    padding: 24px 0 84px;
}

.i-search .w {
    position: relative;
}

.i-search-hd {
    width: 410px;
    text-align: center;
}

.i-search-hd h3 {
    font-size: 22px;
    color: #c58c45;
    font-weight: bold;
}

.i-search-hd p {
    display: inline-block;
    font-size: 16px;
    color: rgba(0, 0, 0, .82);
    margin-top: 10px;
}

.i-search-hd p:before,
.i-search-hd p:after {
    content: "";
    width: 106px;
    height: 1px;
    background-color: #a2a2a2;
    display: inline-block;
    vertical-align: middle;
}

.i-search-hd p:before {
    margin-right: 17px;
}

.i-search-hd p:after {
    margin-left: 17px;
}

.i-search-bd {
    width: 385px;
    margin-left: 105px;
}

.i-search-bd p a,
.i-search-bd p {
    font-size: 12px;
    color: rgba(0, 0, 0, .82);
    height: 12px;
    overflow: hidden;
    margin-bottom: 9px;
}

.i-search-bd .search-key {
    width: 261px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    font-size: 12px;
    padding-left: 8px;
    color: #999;
}

.i-search-bd .search-button {
    width: 17px;
    height: 28px;
    border: none;
    background: none;
    background: url('/Template/Home/Default/Public/image/search_btn.png') no-repeat center;
    margin-left: -27px;
    cursor: pointer;
}

.i-search-ft {
    position: absolute;
    top: -92px;
    right: 0;
    width: 272px;
    padding: 55px 0 34px 22px;
    background: #c58c45 url('../image/search_tel.png') no-repeat 205px top;
    color: #fff;
}

.i-search-ft p {
    font-size: 24px;
    font-weight: bold;
}

.i-search-ft span {
    margin-top: 12px;
    display: block;
    font-weight: bold;
}


/*our*/

.i-our-hd {
    width: 705px;
    padding-bottom: 16px;
    background: url('/Template/Home/Default/Public/image/our_bg.jpg') no-repeat right 58px;
}

.i-our-hd .item-hd {
    display: inline-block;
    margin-top: 96px;
    width: 209px;
    height: 176px;
    position: relative;
    background: url('/Template/Home/Default/Public/image/our.jpg') no-repeat center;
}

.i-our-hd .item-hd:after {
    content: "";
    border-left: 15px solid #c58c45;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    z-index: 999;
}

.i-our-hd .item-bd {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 496px;
    height: 298px;
    background: url('/Template/Home/Default/Public/image/our_bg2.png') no-repeat right top;
    padding: 37px 41px 0;
    position: relative;
}

.i-our-hd .item-bd h4 {
    width: 195px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 16px;
    background: url('/Template/Home/Default/Public/image/our_titbg.png') no-repeat center;
}

.i-our-hd .item-bd .text {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: justify;
    margin: 15px 0 20px;
}

.i-our-hd .item-bd p {
    font-size: 24px;
    color: #c58c45;
    font-weight: bold;
}

.i-our-bd {
    width: 495px;
    position: relative;
}

.i-our-bd:after {
    content: "";
    border-right: 12px solid #c58c45;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -12px;
    top: 21px;
    z-index: 999;
}

.i-our-bd .tit {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #c58c45 url('../image/our_titbg2.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}


/**/

.box-tit {
    padding: 73px 0 38px;
}

.box-tit h3 {
    color: #c58c45;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 61px;
    height: 61px;
    background: url('/Template/Home/Default/Public/image/box-tit.png') no-repeat center;
}

.i-item-con {
    background: url('/Template/Home/Default/Public/image/item_bg.jpg') no-repeat top left;
    background-size: 100% 698px;
}

.i-item-con ul li .item-hd {
    width: 705px;
}

.i-item-con ul li .item-hd img {
    display: block;
}

.i-item-con ul li:first-child {
    margin-bottom: 54px;
}

.i-item-con ul li .item-bd {
    width: 495px;
    background: #fff;
    padding: 79px 57px;
    height: 478px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.i-item-con ul li .item-bd h2 {
    color: #48291e;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    background: url('/Template/Home/Default/Public/image/item_h2bg.png') no-repeat left center;
}

.i-item-con ul li .item-bd p {
    font-size: 12px;
    line-height: 28px;
    color: #000;
    height: 196px;
    overflow: hidden;
    margin: 35px 0 25px;
    text-align: justify;
}

.i-item-more {
    display: block;
    width: 123px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #c58c45;
}

.i-item-more:hover {
    color: #c58c45;
    background: none;
    border: 1px solid #c58c45;
}

.i-item-ico {
    margin-top: -5px;
    width: 15px;
    height: 15px;
    background: url('/Template/Home/Default/Public/image/item_ico.png') no-repeat center;
}


/*case*/

.i-case-con {
    padding: 52px 0;
    background: url('/Template/Home/Default/Public/image/case_bg.jpg') no-repeat center;
}

.i-case-hd {
    width: 785px;
  	height:462px;
    position: relative;
}

.i-case-hd img {
    display: block;
}

.i-case-hd ul li h5 {
    height: 77px;
    line-height: 77px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: rgba(84, 50, 36, .5);
    padding: 0 120px;
}

.i-case-hd .hd {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 999;
}

.i-case-hd .hd ul li {
    display: inline-block;
    width: 31px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0 2px;
    cursor: pointer;
    background-color: #b1a49e;
}

.i-case-hd .hd ul li.on {
    color: #fff;
    background-color: #c58c45;
}

.i-case-bd {
    width: 415px;
}

.i-case-bd .item-hd {
    padding-left: 80px;
}

.i-case-bd .line {
    width: 66px;
    height: 3px;
    background-color: #c58c45;
    margin: 33px 0 32px;
}

.i-case-bd h3 {
    color: #49291d;
    font-size: 24px;
    font-weight: bold;
}

.i-case-bd p {
    font-size: 12px;
    color: rgba(0, 0, 0, .53);
    text-transform: uppercase;
    margin-top: 12px;
}

.i-case-list {
    height: 114px;
    margin-top: 34px;
    overflow: hidden;
}

.i-case-list li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 27px;
  	width:100px;
  	height:26px;
  	
}
.i-case-list li:nth-of-type(3n){
	margin-right:0;
}

.i-case-list li a {
    display: block;
    padding-bottom: 7px;
    font-size: 16px;
    color: #000;
   	overflow: hidden;
    height:26px;
    line-height:26px;
    border-bottom: 3px solid transparent;
}

.i-case-list li:first-child a,
.i-case-list li a:hover {
    border-bottom-color: #c58c45;
    color: #c58c45;
}

.i-case-bd .item-bd {
    width: 100%;
    background-color: #c58c45;
    color: #fff;
    padding: 37px 0 43px 80px;
}

.i-case-bd .item-bd h5 {
    font-size: 30px;
}

.i-case-bd .item-bd p {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 18px 0 16px;
}

.i-case-bd .item-bd a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.i-case-bd .item-bd a i {
    display: inline-block;
    width: 44px;
    height: 18px;
    vertical-align: top;
    background: url('/Template/Home/Default/Public/image/case_jt.png') no-repeat center;
    margin-left: 6px;
    transition: all .4s;
}

.i-case-bd .item-bd a:hover i {
    margin-left: 16px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*product*/

.i-product {
    margin-top: 87px;
}

.i-product .w {
    /* padding: 0 30px 0 20px; */
}

.i-pro-hd {
    width: 209px;
}

.i-pro-hd h3 {
    font-size: 30px;
    color: #49291d;
    margin-top: 5px;
    font-weight: bold;
}

.i-pro-hd p {
    font-size: 12px;
    margin: 8px 0 26px;
    text-transform: uppercase;
    color: #000;
}

.i-pro-hd .line {
    width: 59px;
    height: 4px;
    background-color: #c58c45;
    margin-bottom: 57px;
}

.i-pro-more {
    width: 209px;
    padding: 134px 0 50px;
    background: #c58c45 url('../image/pro_logo.png') no-repeat center 55px;
}

.i-pro-more a {
    display: block;
    width: 119px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #c58c45;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}

.i-pro-more a:hover {
    color: #48291e;
}

.i-pro-bd {
    width: 966px;
    position: relative;
}

.i-pro-bd .hd ul {
    height: 68px;
    overflow: hidden;
}

.i-pro-bd .hd ul li {
    width: 193px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
}

.i-pro-bd .hd ul li>a {
    display: block;
    margin-top: 17px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #c58c45 url('../image/pro_libg.png') no-repeat right center;
}


.i-pro-bd .hd ul li>a:hover,
.i-pro-bd .hd ul li.on>a {
    margin-top: 0;
    height: 68px;
    background: #48291e url('../image/pro_onbg.png') no-repeat center;
    line-height: 68px;
}

.i-pro-bd .hd ul li.on .i-pro-item {
    display: block;
}

.i-pro-item {
    padding-left: 45px;
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 966px;
    left: 0;
    top: 68px;
    background-color: #f0eeee;
    display: none;
    z-index: 999;
}

.i-pro-item a {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    display: inline-block;
}

.i-pro-item a:hover {
    color: #c58c45;
}

.i-pro-item a:after {
    content: "-";
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    margin: 0 9px;
    display: inline-block;
}

.i-pro-item a:last-child:after {
    content: "";
}

.i-pro-bd .bd {
    margin-top: 74px;
}

.i-pro-bd .bd ul li {
    position: relative;
    float: left;
}

.i-pro-bd .bd ul li.li1 {
    margin-right: 11px;
}

.i-pro-bd .bd ul li:nth-of-type(3) {
    margin-top: 12px;
}

.i-pro-bd .bd ul li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.i-pro-bd .bd ul li img {
    transition: all .6s;
}

.i-pro-bd .bd ul li:hover img {
    transform: scale(1.1);
}

.i-pro-bd .bd ul li:hover h5 {
    color: #c58c45;
}

.i-pro-bd .bd ul li .i-pro-img {
    width: 408px;
    overflow: hidden;
}

.i-pro-bd .bd ul li.li1 .i-pro-img {
    width: 545px;
    overflow: hidden;
}


/*team*/

.i-team {
    margin-top: 80px;
    padding: 26px 0;
    background: linear-gradient(to left, #c58c45 50%, #fff 50%);
}

.i-team-con {
    background: url('/Template/Home/Default/Public/image/team_bg.jpg') no-repeat center;
}

.i-team-hd {
    width: 600px;
    background-color: #fff;
    margin-top: 40px;
    padding: 73px 40px 10px;
    text-align: center;
    color: #000;
}

.i-team-hd h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 37px 0 12px;
}

.i-team-hd p {
    font-size: 12px;
    text-transform: uppercase;
}

.i-team-bd {
    width: 515px;
    margin-right: 28px;
    color: #fff;
    margin-top: 105px;
}

.i-team-bd h3 {
    font-size: 30px;
    font-weight: bold;
}

.i-team-bd .line {
    width: 168px;
    height: 6px;
    background-color: #c58c45;
    margin: 38px 0 35px;
}

.i-team-bd .text {
    font-size: 18px;
    line-height: 38px;
}

.i-team-more {
    display: block;
    width: 176px;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #c58c45;
    margin-top: 30px;
}

.i-team-more:hover {
    color: #48291e;
}


/*superiority*/

.i-sup-tit p {
    font-size: 18px;
    color: #48291e;
    margin-top: 14px;
    text-align: center;
}

.i-sup-con {
    background: url('/Template/Home/Default/Public/image/sup_bg.jpg') no-repeat center top;
}

.i-sup-con ul li .item-hd,
.i-sup-con ul li .item-bd {
    width: 50%;
}

.i-sup-con ul li .item-hd {
    background-color: #fff;
    position: relative;
    padding: 58px 0 0 91px;
    height: 359px;
}

.i-sup-con ul li .item-hd:after {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 30px solid #fff;
    position: absolute;
    top: calc(50% - 8px);
    left: -30px;
}

.i-sup-con ul li:nth-of-type(2) .item-hd:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #c58c45;
    border-right: none;
    position: absolute;
    top: calc(50% - 8px);
    left: auto;
    right: -30px;
}

.i-sup-con ul li:nth-of-type(2) .item-hd {
    background-color: #f4f3f3;
}

.i-sup-con ul li .xh {
    width: 51px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #c58c45;
    display: inline-block;
}

.i-sup-con ul li .text {
    width: 420px;
    display: inline-block;
    margin-left: 26px;
    vertical-align: top;
}

.i-sup-con ul li .text h3 {
    font-size: 24px;
    color: #c58c45;
    font-weight: bold;
}

.i-sup-con ul li .text h4 {
    font-size: 18px;
    color: #48291e;
    margin: 8px 0;
}

.i-sup-con ul li .text p {
    color: rgba(0, 0, 0, .88);
    font-size: 14px;
    padding-left: 23px;
    line-height: 36px;
    background: url('/Template/Home/Default/Public/image/sup_ico.png') no-repeat left center;
}

.i-sup-more {
    width: 133px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #c58c45;
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.i-sup-more:hover {
    border: 1px solid #c58c45;
    color: #c58c45;
    background-color: #fff;
}


/*about*/

.i-about {
    height: 768px;
    background: url('/Template/Home/Default/Public/image/about_bg.jpg') no-repeat center;
    background-size: auto;
}

.i-about-tit {
    width: 580px;
    padding-left: 20px;
}

.i-about-tit h2 {
    margin-top: 42px;
    font-size: 32px;
    font-weight: bold;
    color: rgba(0, 0, 0, .73);
    font-family: -webkit-pictograph;
}

.i-about-tit h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 15px 0 35px;
}

.i-about-tit h4 {
    font-size: 36px;
    font-weight: bold;
    color: #c58c45;
}

.i-about-desc {
    font-size: 14px;
    color: #000;
    line-height: 32px;
    height: 256px;
    margin-top: 145px;
    overflow: hidden;
}

.i-about-more {
    width: 136px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    color: #c58c45;
    display: block;
    border: 1px solid #c58c45;
    margin: 42px 0 76px;
}

.i-about-more:hover {
    background-color: #c58c45;
    color: #fff;
}

.i-about-list {
    text-align: right;
}

.i-about-con {
    width: 620px;
}

.i-about-list li {
    width: 96px;
    height: 113px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    margin: 0 30px;
}

.i-about-list li:last-child {
    margin-right: 0;
}

.i-about-list li:nth-of-type(1) {
    background: url('/Template/Home/Default/Public/image/about_ico1.png') no-repeat center 18px;
}

.i-about-list li:nth-of-type(2) {
    background: url('/Template/Home/Default/Public/image/about_ico2.png') no-repeat center 18px;
}

.i-about-list li:nth-of-type(3) {
    background: url('/Template/Home/Default/Public/image/about_ico3.png') no-repeat center 18px;
}

.i-about-list li:nth-of-type(4) {
    background: url('/Template/Home/Default/Public/image/about_ico4.png') no-repeat center 18px;
}

.i-about-list li p {
    padding-top: 73px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.i-about-list li:hover p {
    color: #48291e;
}


/*news*/

.i-news {
    margin-bottom: 60px;
}

.i-news-tit {
    margin: 80px 0 50px;
}

.i-news-tit h3 {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.i-news-tit h3 span {
    font-size: 22px;
    color: #c58c45;
    text-transform: uppercase;
}

.i-news-con ul li {
    display: inline-block;
    width: 580px;
    margin: 0 10px 30px;
    padding: 12px 0 8px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.i-news-date {
    width: 78px;
    margin-right: 10px;
    text-align: center;
    color: #c58c45;
}

.i-news-date p {
    font-size: 28px;
    margin-bottom: 8px;
}

.i-news-date span {
    font-size: 14px;
}

.i-news-text {
    width: 490px;
}

.i-news-con ul li:hover .i-news-text h5 {
    color: #c58c45;
}

.i-news-text h5 {
    font-size: 16px;
    color: #34495e;
    margin: 5px 0 8px;
}

.i-news-text p {
    font-size: 14px;
    color: #999;
}


/*contact*/

.i-contact {
    background-color: #c58c45;
    height: 76px;
    line-height: 76px;
}

.i-contact .w {
    position: relative;
}

.i-contact a {
    display: inline-block;
    width: 162px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.i-contact a:hover {
    color: #4d2d22;
}

.i-contact h3 {
    margin-left: 134px;
    display: inline-block;
    padding-left: 68px;
    font-size: 36px;
    font-weight: bold;
    vertical-align: -5px;
    height: 76px;
    color: #fff;
    background: url('/Template/Home/Default/Public/image/tel.png') no-repeat left center;
}

.i-contact h3 span {
    font-size: 18px;
    margin-right: 20px;
    font-weight: normal;
    vertical-align: 5px;
}

.i-contact-kf {
    width: 109px;
    height: 126px;
    background: url('/Template/Home/Default/Public/image/kf.png') no-repeat center;
    position: absolute;
    right: 264px;
    bottom: 2px;
}


/*=============footer================*/

.footer {
    background: url('/Template/Home/Default/Public/image/footer_bg.jpg') no-repeat center top;
    padding-bottom: 40px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-logo {
    height: 100px;
    background: url('/Template/Home/Default/Public/image/footer_logo.png') no-repeat center bottom;
}

.footer-con>p {
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
    margin-top: 15px;
    text-align: center;
}

.footer-list {
    margin-top: 25px;
}

.footer-list li {
    padding-left: 48px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.footer-list li img {
    width: 89px;
    height: 89px;
    display: block;
}

.footer-list li.code {
    width: 105px;
    height: 121px;
    background: url('/Template/Home/Default/Public/image/code_bg.png') no-repeat center;
    padding: 8px !important;
}

.footer-list li.code p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.footer-list li:nth-of-type(1) {
    padding-left: 35px;
    width: 276px;
    background: url('/Template/Home/Default/Public/image/footer_ico1.png') no-repeat left center;
}

.footer-list li:nth-of-type(2) {
    width: 200px;
    padding-left: 48px;
    background: url('/Template/Home/Default/Public/image/footer_ico2.png') no-repeat left center;
}

.footer-list li:nth-of-type(3) {
    width: 105px;
    margin-right: 78px;
    padding: 0;
}

.footer-list li:nth-of-type(4) {
    width: 105px;
    margin-right: 55px;
    padding: 0;
}

.footer-list li:nth-of-type(5) {
    width: 186px;
    padding-left: 35px;
    background: url('/Template/Home/Default/Public/image/footer_ico3.png') no-repeat left center;
}

.footer-list li:nth-of-type(6) {
    width: 172px;
    padding-left: 48px;
    background: url('/Template/Home/Default/Public/image/footer_ico4.png') no-repeat left center;
}

.copyroght {
    margin-top: 20px;
}

.copyroght img {
    margin-left: 5px;
}

.copyroght a,
.copyroght p {
    font-size: 12px;
    color: rgba(255, 255, 255, .74);
    display: inline-block;
}

.link {
    margin: 8px 0;
    font-size: 12px;
}

.link,
.link a {
    color: rgba(255, 255, 255, .74);
}

.footer-nav {
    margin-top: 20px;
}

.footer-nav ul {
    border-top: 1px solid rgba(255, 255, 255, .74);
    padding-top: 25px;
    display: flex;
}

.footer-nav li {
    flex: 1 1 auto;
}

.footer-nav li a {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    justify-content: center;
}


/*=============首页================*/

#s_main_box {
    margin: 60px 0;
    background: url(/Template/Home/Default/Public/image/bg_s_content.png) center 227px no-repeat;
}

#s_main_box .floor {
    position: relative;
}

#s_main_box .main_box {
    position: relative;
}

.s_title {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.s_title img {
    display: block;
    margin: 0 auto;
}

.s_title h1 {
    font-size: 19px;
    color: #fff;
    display: block;
}

.s_title strong {
    font-size: 28px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.s_title p {
    font-size: 12px;
    line-height: 24px;
    color: #c0c0c0;
    display: block;
}

.s_more {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    width: 170px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    display: block;
    background: #c58c45;
}

.s_more:hover {
    background: #2f699b;
    border-radius: 3px;
    color: #fff;
}

#s_main_box .f2 .s_more {
    background: #ff6f4e;
}

#s_main_box .f3 .s_more {
    background: #c58c45;
}

.j_parallax {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
}


/*===================关于================*/

#s_about {
    padding: 60px 0;
    background: #f2f2f2;
    height: 645px;
}

#s_about .bg_box {
    position: absolute;
    left: 50%;
    top: 0;
    height: 765px;
    width: 50%;
}

#s_about .main_box {
    position: relative;
}

#s_about .pic {
    margin-top: 90px;
    background: #fff;
    padding: 11px 11px 11px 0;
}

#s_about .content {
    background: #fff;
    height: 645px;
}

#s_about .content h1 {
    padding: 32px 0 20px;
    display: block;
    font-size: 18px;
    color: #000000;
}

#s_about .text_box {
    width: 505px;
}

#s_about .ar_article {
    color: #7d7b7b;
    height: 70px;
    overflow: hidden;
}

#s_about .ar_article p {
    color: #7d7b7b;
    line-height: 24px;
    font-size: 14px;
}

#s_about .more {
    position: relative;
    margin-top: 40px;
    text-align: center;
    width: 170px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    display: block;
    background: #c58c45;
}

#s_about .more:hover {
    background: #2f699b;
    border-radius: 3px;
}


/*===================新闻资讯================*/

#s_main_box .f2 {
    margin-top: 80px;
}

#s_news {
    position: relative;
}

#s_news ul {
    margin: 0 -50px;
    overflow: hidden;
}

#s_news li {
    width: 335px;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 49px;
}

#s_news li a {
    display: block;
}

#s_news li .pic_box {
    position: relative;
    width: 335px;
    height: 160px;
    overflow: hidden;
}

#s_news li .pic_box span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    width: 90px;
    height: 40px;
    line-height: 40px;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

#s_news li img {
    width: 335px;
    height: 160px;
    display: block;
}

#s_news li .text_box {
    position: relative;
    padding-top: 28px;
}

#s_news li h5 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3c3c3c;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

#s_news li i {
    position: relative;
    margin: 20px 0;
    display: block;
    height: 1px;
    width: 55px;
    background: #dcdcdd;
}

#s_news li p {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a2;
}

#s_news li span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #5c5c5d;
}

#s_news li img:hover {}

#s_news li h1 a:hover {
    color: #ff6f4e;
}


/*===================产品系列================*/

#s_main_box .f3 {
    margin-top: 80px;
}

#s_main_box .f3 .s_more {
    margin-top: 55px;
}

#s_pro_type .content {}

#s_pro_type ul {
    margin-right: -6px;
}

#s_pro_type li {
    display: block;
    margin-right: 6px;
    width: 295px;
    height: 295px;
    overflow: hidden;
    float: left;
    position: relative;
}

#s_pro_type li a {
    display: block;
    position: relative;
    height: 295px;
}

#s_pro_type li .pic_box {
    position: relative;
    display: block;
}

#s_pro_type li .pic_box img {
    width: 295px;
    height: 295px;
    display: block;
}

#s_pro_type li .text_box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 3;
}

#s_pro_type li .text_box h5,
#s_pro_type li .text_box i {
    position: relative;
    z-index: 6;
}

#s_pro_type li .text_box span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 5;
}

#s_pro_type li .text_box h5 {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}

#s_pro_type li .text_box i {
    display: block;
    background: #fff;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 30px;
}

#s_pro_type li.li1 .text_box,
#s_pro_type li.li1 .text_box span {
    top: auto;
    bottom: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2004785', endColorstr='#B2004785');
    background: rgba(0, 71, 133, 0.7);
}

#s_pro_type li.li2 .text_box,
#s_pro_type li.li2 .text_box span {
    top: 0;
    bottom: auto;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2F48000', endColorstr='#B2F48000');
    background: rgba(244, 128, 0, 0.7);
}

#s_pro_type li.li3 .text_box,
#s_pro_type li.li3 .text_box span {
    top: auto;
    bottom: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2004785', endColorstr='#B2004785');
    background: rgba(0, 71, 133, 0.7);
}

#s_pro_type li.li4 .text_box,
#s_pro_type li.li4 .text_box span {
    top: 0;
    bottom: auto;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2F48000', endColorstr='#B2F48000');
    background: rgba(244, 128, 0, 0.7);
}

#s_pro_type li .text_box a.more:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

#s_pro_type li:hover .text_box span {
    height: 0px;
}


/*===================首页加盟商================*/

#s_main_box .f4 {
    margin-top: 80px;
    overflow: hidden;
    height: 605;
    background: url(/Template/Home/Default/Public/image/bg_f3.jpg) center top no-repeat;
    overflow: visible;
}

#s_main_box .f4 .s_more {
    background: #fff;
    color: #3e3c3e;
    margin-top: 60px;
}

#s_main_box .f4 .j_parallax {
    background-image: url(/Template/Home/Default/Public/image/bg_f3_sjc.jpg);
    height: 605px;
}

#s_fangan .content {
    color: #fff;
    text-align: center;
}

#s_fangan .s_title {
    padding-top: 75px;
}

#s_fangan .content dl {
    margin: 0 -28px 0px -30px;
}

#s_fangan .content dd {
    text-align: center;
    color: #fff;
    float: left;
    width: 190px;
    margin: 0 28px;
}

#s_fangan .content dd a {
    display: block;
}

#s_fangan .content dd img {
    display: block;
    margin: 0 auto 25px auto;
}

#s_fangan .content dd h5 {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

#s_fangan .content dd span {
    font-size: 12px;
    display: block;
    color: #fff;
}

#s_fangan .content dd:hover {
    margin-top: -5px;
}


/*===================首页加盟商================*/

#s_main_box .f5 {
    margin-top: 80px;
}

#s_case ul {
    margin: -17px;
}

#s_case li {
    float: left;
    display: block;
    width: 377px;
    height: 420px;
    margin: 17px;
    position: relative;
}

#s_case li a {
    display: block;
    position: relative;
}

#s_case li .pic_box {
    width: 375px;
    height: 375px;
    overflow: hidden;
    border: 1px solid #dcdddd;
}

#s_case li img {
    display: block;
    width: 375px;
    height: 375px;
}

#s_case li h5 {
    position: absolute;
    left: 20px;
    bottom: -35px;
    text-align: center;
    width: 335px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    background: #c58c45;
}

#s_case li h1:hover {
    background: #c58c45;
}

#s_case li .text_box {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 375px;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8C000000', endColorstr='#8C000000');
    background: rgba(0, 0, 0, 0.55);
}

#s_case li .text_box strong {
    padding-top: 160px;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    text-align: center;
}

#s_case li .text_box p {
    display: block;
    height: 72px;
    padding: 0 30px;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

#s_case li a:hover .text_box {
    opacity: 1;
    filter: alpha(opacity=100);
}

#s_case li a:hover .text_box strong {
    padding-top: 130px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

#s_case li a:hover .text_box strong:hover {
    color: #c58c45;
}


/*===================首页快捷链接================*/

#s_link {
    border-top: 1px solid #ebebec;
    padding-top: 50px;
    margin-top: 80px;
}

#s_link img {
    display: block;
    margin: 0 auto;
}


/*===================首页联系================*/

#gotop_box {
    height: 65px;
}

#gotop_box a {
    display: block;
    background: url(/Template/Home/Default/Public/image/bnt_gotop.png) center no-repeat #ebebeb;
    height: 65px;
}

#gotop_box a:hover {
    background: url(/Template/Home/Default/Public/image/bnt_gotop_hover.png) center no-repeat #c58c45;
}


/*=======================================内页========================================*/

.n_main_box {}

.n_main_box .main_box {
    position: relative;
}

.n_banner {
    display: block;
    width: 100%;
    height: 380px;
}

.n_up_box {
    position: relative;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
}

.n_un_box {
    background: url(/Template/Home/Default/Public/image/bg_n_content.png) center 126px no-repeat;
    padding: 0 0 50px;
}

.position {
    position: absolute;
    line-height: 56px;
    height: 56px;
    right: 0px;
    top: 0px;
    color: #8a8c8e;
    background: url(/Template/Home/Default/Public/image/icon_home.png) left center no-repeat;
    padding-left: 22px;
}

.position span,
.position a,
.position i {
    font-size: 12px;
    color: #8a8c8e;
}

.position em {
    font-size: 12px;
    color: #10578e;
    font-style: normal;
}

.position a:hover {
    color: #10578e;
}

.n_nav {
    position: relative;
    width: 800px;
    overflow-y: scroll;
    height: 56px;
}

.n_nav a {
    display: inline-block;
    position: relative;
    margin-right: 45px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    float: left;
    color: #555555;
}

.n_nav i {
    display: block;
    background: #c58c45;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 4;
    height: 0px;
    width: 100%;
}

.n_nav a:hover i {
    height: 2px;
}

.n_nav a:hover {
    color: #c58c45;
}

.n_nav .on i {
    height: 2px;
}

.n_nav a.on {
    color: #c58c45;
}

.n_content {
    min-height: 400px;
}

.n_title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
}

.n_title strong {
    display: block;
    color: #c58c45;
    text-align: center;
    margin-bottom: 3px;
    font-size: 22px;
    font-weight: bold;
}

.n_title span {
    display: block;
    color: #65696c;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


/*=================二级导航==================*/

#n_sub_nav {
    display: inherit;
    text-align: center;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
}

#n_sub_nav a {
    display: inline-block;
    margin: 0 10px;
    background: url(/Template/Home/Default/Public/image/bg_sub_nav.png) center top no-repeat;
    color: #2d2d2d;
    font-size: 18px;
    width: 190px;
    height: 55px;
    line-height: 45px;
}

#n_sub_nav a.on {
    background: url(/Template/Home/Default/Public/image/bg_sub_nav_on.png) center top no-repeat;
    color: #fff;
}

#n_sub_nav a:hover {
    background: url(/Template/Home/Default/Public/image/bg_sub_nav_on.png) center top no-repeat;
    color: #fff;
}


/*==================产品二级导航=================*/

#n_nav_pro {
    background: #f3f3f3;
    border-bottom: 1px solid #d0d0d0;
}

#n_nav_pro a {
    display: block;
    float: left;
    width: 240px;
    height: 145px;
    padding-top: 35px;
}

#n_nav_pro a .pic_box {
    height: 50px;
    margin-bottom: 10px;
}

#n_nav_pro a strong {
    color: #000000;
    font-size: 17px;
    text-align: center;
    display: block;
}

#n_nav_pro a i {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    height: 11px;
    width: 100%;
    margin-top: 12px;
    background: url(/Template/Home/Default/Public/image/icon_pro_jt.png) center center no-repeat;
}

#n_nav_pro a:hover {
    background: #c7c7c7;
}

#n_nav_pro a:hover i {
    margin-top: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#n_nav_pro a.on {
    background: #c7c7c7;
}

#n_nav_pro a.on i {
    margin-top: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#n_nav_pro a.li1 .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type1.png) center no-repeat;
}

#n_nav_pro a.li2 .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type2.png) center no-repeat;
}

#n_nav_pro a.li3 .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type3.png) center no-repeat;
}

#n_nav_pro a.li4 .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type4.png) center no-repeat;
}

#n_nav_pro a.li5 .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type5.png) center no-repeat;
}

#n_nav_pro a.li1:hover .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type1_on.png) center no-repeat;
}

#n_nav_pro a.li2:hover .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type2_on.png) center no-repeat;
}

#n_nav_pro a.li3:hover .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type3_on.png) center no-repeat;
}

#n_nav_pro a.li4:hover .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type4_on.png) center no-repeat;
}

#n_nav_pro a.li5:hover .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type5_on.png) center no-repeat;
}

#n_nav_pro a.li1.on .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type1_on.png) center no-repeat;
}

#n_nav_pro a.li2.on .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type2_on.png) center no-repeat;
}

#n_nav_pro a.li3.on .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type3_on.png) center no-repeat;
}

#n_nav_pro a.li4.on .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type4_on.png) center no-repeat;
}

#n_nav_pro a.li5.on .pic_box {
    background: url(/Template/Home/Default/Public/image/icon_pro_type5_on.png) center no-repeat;
}


/*==============产品中心=====================*/

#n_pro_type {}

#n_pro_type li {
    float: left;
    margin: 0 21px 21px 0;
    width: 386px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

#n_pro_type li:nth-child(3n) {
    margin-right: 0;
}

#n_pro_type li .pic_box {
    width: 585px;
    height: 340px;
    overflow: hidden;
}

#n_pro_type li .text_box {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8C000000', endColorstr='#8C000000');
    background: rgba(0, 0, 0, 0.55);
}

#n_pro_type li .text_box h1 {
    padding-top: 130px;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
}

#n_pro_type li .text_box .logo_box {
    display: block;
    height: 42px;
    background: url(/Template/Home/Default/Public/image/logo_pro.png) center no-repeat;
}

#n_pro_type li a:hover .text_box {
    opacity: 1;
    filter: alpha(opacity=100);
}

#n_pro_type li a:hover .text_box h1 {
    padding-top: 90px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

#n_pro_type li a:hover .text_box h1:hover {
    color: #c58c45;
}

#n_pro_type .more {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 3px;
    text-align: center;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    display: block;
    background: #757473;
}

#n_pro_type .more:hover {
    background: #c58c45;
    color: #fff;
}


/*==============产品详情=====================*/

.n_product_show {}

.n_product_show .up_box .title h1 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #444444;
}

.n_product_show .un_box {
    padding-top: 30px;
}

.n_product_show .un_box .title {
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    position: relative;
}

.n_product_show .un_box .title .hd strong {
    background: #777777;
    display: block;
    float: left;
    cursor: pointer;
    border-right: 1px solid #e8e8e8;
    font-size: 16px;
    color: #fff;
    width: 125px;
    text-align: center;
}

.n_product_show .un_box .title .hd strong.on {
    background: #c58c45;
}

.n_product_show .un_box .pro_ar_box {
    margin-bottom: 60px;
}

.n_product_show .un_box .pro_ar_box .content {
    padding: 30px 0;
}

.j_photo {
    width: 790px;
    position: relative;
    margin: 25px auto 40px auto;
}

.j_photo .big_box {
    width: 790px;
    height: 465px;
    position: relative;
    overflow: hidden;
}

.j_photo .big_box ul {
    position: absolute;
    left: 0;
    top: 0;
}

.j_photo .big_box ul li {
    width: 790px;
    height: 465px;
}

.j_photo .big_box ul li img {
    width: 790px;
    height: 465px;
}

.j_photo .prev {
    float: left;
    cursor: pointer;
}

.j_photo .small_box {
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 30px;
}

.j_photo .min_pic {
    width: 745px;
    margin: 0 auto;
    position: relative;
    height: 90px;
    overflow: hidden;
}

.j_photo .min_pic ul {
    margin-right: -15px;
}

.j_photo .min_pic ul li {
    width: 142px;
    height: 90px;
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.j_photo .min_pic ul li img {
    width: 140px;
    height: 82px;
    padding-top: 7px;
}

.j_photo .small_box i {
    display: none;
    height: 104px;
    width: 143px;
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 9;
    background: url(/Template/Home/Default/Public/image/mark_j_photle.png) center bottom no-repeat;
}

.j_photo .min_pic ul li.on i {
    display: block;
}

.j_photo .min_prev {
    position: absolute;
    top: 0%;
    left: 0px;
    cursor: pointer;
}

.j_photo .min_next {
    position: absolute;
    top: 0%;
    right: 0px;
    cursor: pointer;
}

.j_photo .small_box .tc_bnt {
    height: 82px;
    top: 10px;
    text-align: center;
    font-family: "SimSun";
    display: block;
    font-size: 24px;
    line-height: 82px;
    color: #848687;
}

.j_photo .small_box .tc_bnt:hover {
    color: #c58c45;
}

.j_photo .big_prev {
    position: absolute;
    top: 165px;
    left: -70px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.j_photo .big_next {
    position: absolute;
    top: 165px;
    right: -70px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.j_photo .big_box:hover .big_prev {
    left: 0px;
}

.j_photo .big_box:hover .big_next {
    right: 0px;
}


/*==============产品列表====================*/

#n_por_list {}

#n_por_list ul {
    margin: -15px;
}

#n_por_list li {
    float: left;
    position: relative;
    width: 380px;
    background: #959493;
    display: block;
    margin: 15px 14px;
}

#n_por_list li a {
    display: block;
    overflow: hidden;
}

#n_por_list li img {
    width: 380px;
    height: 205px;
    display: block;
}

#n_por_list li span {
    width: 320px;
    padding: 0px 40px 0 20px;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(/Template/Home/Default/Public/image/icon_more_sd.png) 355px center no-repeat;
}

#n_por_list li:hover span {
    background: url(/Template/Home/Default/Public/image/icon_more_sd.png) 355px center no-repeat;
}

#n_por_list li:hover {
    background: #c58c45;
}


/*==============经典案例=====================*/

#n_case ul {
    margin: -12px;
}

#n_case li {
    float: left;
    display: block;
    width: 282px;
    height: 311px;
    margin: 12px;
    position: relative;
}

#n_case li a {
    display: block;
    position: relative;
}

#n_case li .pic_box {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #dcdddd;
}

#n_case li img {
    display: block;
    width: 280px;
    height: 280px;
}

#n_case li h1 {
    position: absolute;
    left: 20px;
    bottom: -23px;
    text-align: center;
    width: 240px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #c58c45;
}

#n_case li h1:hover {
    background: #c58c45;
}


/*==============合作伙伴=====================*/

#n_partners {}

#n_partners ul {
    margin: -30px -18px;
}

#n_partners li {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 30px 17px;
    width: 172px;
}

#n_partners li a {
    display: block;
}

#n_partners li img {
    height: 170px;
    overflow: ;
    width: 170px;
    display: block;
    border: 1px solid #e0e0e0;
}

#n_partners li span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #797979;
    text-align: center;
}

#n_partners li:hover img {
    border: 1px solid #c58c45;
}

#n_partners li:hover span {
    color: #c58c45;
}


/*==================大事记=================*/

#n_dsj {
    margin-bottom: 50px;
    background: url(/Template/Home/Default/Public/image/bg_dsj.png) center top repeat-y;
}

#n_dsj dl {
    margin-top: -3px;
    position: relative;
    display: block;
    background: url(/Template/Home/Default/Public/image/bg_dsj_first.png) center top no-repeat;
}

#n_dsj dd {
    display: block;
    width: 100%;
    height: 175px;
    position: relative;
}

#n_dsj dd .pic_box {
    position: absolute;
    top: 0;
    left: 150px;
}

#n_dsj dd .pic_box img {
    width: 270px;
    height: 120px;
    box-shadow: 1.5px 2.598px 3px 0px #ccc;
    display: block;
    border: 1px solid rgb( 231, 233, 235);
}

#n_dsj dd .text_box {
    width: 530px;
    position: absolute;
    right: 0;
    top: 0;
}

#n_dsj dd .text_box .box {
    position: relative;
}

#n_dsj dd .text_box h1 {
    position: absolute;
    top: 0;
    left: -190px;
    display: block;
}

#n_dsj dd .text_box h1 strong {
    font-size: 32px;
    color: #c58c45;
}

#n_dsj dd .text_box p {
    padding-top: 2px;
    text-align: left;
    height: 100px;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #555555;
}

#n_dsj dd.left_box {
    background: url(/Template/Home/Default/Public/image/bg_dsj_li_right.png) 586px 5px no-repeat;
}

#n_dsj dd.left_box .box {
    text-align: right;
}

#n_dsj dd.right_box {
    background: url(/Template/Home/Default/Public/image/bg_dsj_li_left.png) 559px 5px no-repeat;
}

#n_dsj dd.right_box .box {
    text-align: left;
}

#n_dsj dd.right_box .pic_box {
    left: auto;
    right: 150px;
}

#n_dsj dd.right_box .text_box {
    right: auto;
    left: 0;
}

#n_dsj dd.right_box .text_box h1 {
    left: auto;
    right: -190px;
}

#n_dsj dd .text_box h1 strong {
    position: relative;
    display: inline-block;
}

#n_dsj dd .text_box h1 strong::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    color: #c58c45;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

#n_dsj dd:hover .text_box h1 strong::before,
#n_dsj dd:focus .text_box h1 strong::before {
    max-width: 100%;
}

#n_dsj dd:hover .pic_box {
    top: 10px;
}

#n_dsj dd.right_box .text_box p {
    text-align: right;
}

#n_dsj dd.first {
    padding-top: 110px;
    background: url(/Template/Home/Default/Public/image/bg_dsj_li_right.png) 586px 115px no-repeat;
}

#n_dsj dd.first .pic_box {
    top: 110px;
}

#n_dsj dd.first:hover .pic_box {
    top: 120px;
}

#n_dsj dd.first .text_box {
    top: 110px;
}

#n_dsj dt {
    display: block;
    height: 50px;
    background: url(/Template/Home/Default/Public/image/bg_dsj_last.png) center top no-repeat !important;
}


/*==================产品优势=====================*/

#n_ys {
    margin: 0 auto;
}

#n_ys ul {
    margin: -15px -8px;
}

#n_ys li {
    width: 290px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 15px 8px;
}

#n_ys li a {
    display: block;
}

#n_ys li .pic_box {
    position: relative;
    width: 290px;
    height: 235px;
    overflow: hidden;
}

#n_ys li img {
    width: 290px;
    height: 235px;
    display: block;
}

#n_ys li .text_box {
    position: relative;
    padding: 19px 20px 20px;
}

#n_ys li .mark {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    width: 26px;
    height: 26px;
    display: block;
    background: url(/Template/Home/Default/Public/image/mark_jt.png) center no-repeat;
}

#n_ys li h1 strong {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
    font-size: 20px;
    display: block;
}

#n_ys li span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #bfbfbf;
}

#n_ys li p {
    margin: 15px 0 10px 0;
    height: 78px;
    overflow: hidden;
    color: #787878;
    font-size: 16px;
    line-height: 26px;
}

#n_ys li:hover {
    border: 1px solid #c58c45;
}

#n_ys li:hover .mark {
    right: 15px
}

#n_ys li:hover strong {
    color: #323232;
}

#n_ys .left li .text_box {
    padding: 25px 45px 20px 45px;
}

#n_ys .left li {
    width: 590px;
}

#n_ys .left li a {
    display: block;
}

#n_ys .left li .pic_box {
    position: relative;
    width: 590px;
    height: 480px;
    overflow: hidden;
}

#n_ys .left li img {
    width: 590px;
    height: 480px;
    display: block;
}

#n_ys .left li .mark {
    top: 37px;
    margin-top: 0;
    right: 50px;
}

#n_ys .left li:hover .mark {
    right: 40px;
}

#n_ys .right {
    width: 600px;
}

#n_ys .right {}


/*===企业荣誉资质===*/

#n_zizhi {
    overflow: hidden;
}

#n_zizhi ul {
    margin: 0 -25px -50px -25px;
    overflow: hidden;
}

#n_zizhi li {
    float: left;
    width: 260px;
    margin: 0 25px;
    margin-bottom: 50px;
    display: block;
}

#n_zizhi li a {
    display: block;
}

#n_zizhi li .pic_box {
    width: 240px;
    height: 330px;
    display: table;
    overflow: hidden;
    border: 10px solid #dfdfdf;
}

#n_zizhi li .pic_box .box {
    display: table-cell;
    vertical-align: middle;
}

#n_zizhi li img {
    width: 240px;
    max-height: 330px;
    display: block;
}

#n_zizhi li span {
    display: block;
    padding-top: 17px;
    font-size: 14px;
    color: #555555;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#n_zizhi li:hover .pic_box {}

#n_zizhi li:hover span {
    color: #c58c45;
}


/*==================大事记=================*/

#timeline {
    height: 350px;
    overflow: hidden;
    margin: 30px auto;
    position: relative;
    background: url(/Template/Home/Default/Public/image/time_line.png) 13px 45px repeat-x
}

#dates {
    width: 1100px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 150px;
    height: 52px;
    font-size: 24px;
    text-align: center;
    background: url(/Template/Home/Default/Public/image/biggerdot.png) center bottom no-repeat
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #696969;
    font-size: 14px;
}

#dates .selected {
    font-weight: bold;
    font-size: 16px;
    color: #10578e;
}

#issues {
    width: 1100px;
    height: 350px;
    overflow: hidden
}

#issues li {
    width: 1100px;
    height: 350px;
    list-style: none;
    float: left
}

#issues li img {
    float: left;
    margin: 30px 30px 0px 0px
}

#issues li h1 {
    color: #10578e;
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

#issues li .text_box {}

#issues li p {}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0
}

#grad_left {
    left: 0;
    background: url(/Template/Home/Default/Public/image/grad_left.png) repeat-y
}

#grad_right {
    right: 0;
    background: url(/Template/Home/Default/Public/image/grad_right.png) repeat-y
}

#next,
#prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 38px;
    width: 26px;
    height: 26px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

#prev:hover {
    background-image: url(/Template/Home/Default/Public/image/prev.png)
}

#next:hover {
    background-image: url(/Template/Home/Default/Public/image/next.png)
}

#next {
    right: -1px;
    background-image: url(/Template/Home/Default/Public/image/next.png)
}

#prev {
    left: 0;
    background-image: url(/Template/Home/Default/Public/image/prev.png)
}


/*==============新闻中心=====================*/

.n_news {
    overflow: hidden;
}

.n_news ul {
    margin-right: -50px;
    margin-top: 30px;
    height: 465px;
    overflow: hidden;
}

.n_news li {
    display: block;
    height: 65px;
    padding: 45px 30px;
    float: left;
    width: 514px;
    border-bottom: 1px solid #edecec;
}

.n_news li.odd {
    border-left: 1px solid #edecec;
}

.n_news li .box {
    padding: 0 0px 0px 70px;
    position: relative;
    margin-right: 25px;
}

.n_news li a {
    display: block;
    font-size: 14px;
    color: #585757;
    margin-bottom: 13px;
}

.n_news li p {
    line-height: 20px;
    font-size: 12px;
    color: #a2a4a6;
}

.n_news li a:hover {
    color: #0c608f;
}

.n_news .date_box {
    position: absolute;
    left: 0px;
    top: -5px;
    text-align: center;
    width: 45px;
}

.n_news .date_box strong {
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e2e2;
    display: block;
    font-size: 30px;
    color: #a8a8a8;
}

.n_news .date_box span {
    font-size: 15px;
    color: #a8a8a8;
    margin-top: 9px;
    display: block;
    text-transform: uppercase;
}

.n_st_news .title {
    position: relative;
    height: 25px;
    line-height: 25px;
    margin-bottom: 30px;
}

.n_st_news .title h1 {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
}

.n_st_news .title a.more {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #676769;
    font-size: 12px;
    text-align: center;
}


/*==============新闻资讯=====================*/

#n_news {
    overflow: hidden;
}

#n_news ul {
    margin: -18px;
}

#n_news li {
    width: 375px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #f9f9fa;
    float: left;
    margin: 18px;
    padding-bottom: 40px;
}

#n_news li a {
    display: block;
}

#n_news li .pic_box {
    position: relative;
    background: #000;
}

#n_news li img {
    width: 375px;
    height: 200px;
    display: block;
}

#n_news li .text_box {
    position: relative;
    padding: 25px;
}

#n_news li h1 a {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

#n_news li p {
    height: 96px;
    font-size: 12px;
    line-height: 24px;
    color: #777777;
}

#n_news li span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #5c5c5d;
}

#n_news .fot_box {
    position: relative;
    height: 12px;
    line-height: 14px;
    padding: 0 25px;
}

#n_news .fot_box span {
    color: #a1a1a1;
    font-size: 12px;
}

#n_news .fot_box a {
    display: block;
    color: #a1a1a1;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 0;
    background: url(/Template/Home/Default/Public/image/icon_more_jt.png) right center no-repeat;
    padding-right: 30px;
}

#n_news li img:hover {
    opacity: 0.5;
    alpha(opacity=50);
}

#n_news li:hover {
    box-shadow: 0 0 5px #aaa;
}

#n_news li h1 a:hover {
    color: #c58c45;
    text-decoration: none;
}

#n_news li .fot_box a:hover {
    background: url(/Template/Home/Default/Public/image/icon_more_jt_hover.png) right center no-repeat;
}

#n_news li:hover .fot_box span {}


/*==============新闻详情=====================*/

.n_article {
    margin-bottom: 20px;
}

.n_article .ar_title {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
}

.n_article .ar_title {
    padding: 0 0 0px 0;
    position: relative;
}

.n_article .ar_title h1 {
    font-size: 24px;
    margin: 30px 0;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #555555;
}

.n_article .ar_title h2 {
    font-size: 12px;
    display: block;
    background: #eff0f4;
    height: 40px;
    padding: 0 20px;
    color: #999999;
    line-height: 40px;
    text-align: center;
}

.n_article .ar_title h2 a {
    color: #999;
}

.n_article .ar_article {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 400px;
}

#ar_fot {
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 30px;
}

#ar_fot h1 {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #777777;
    font-weight: bold;
}

#ar_fot h1 a {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}

#ar_fot h1 a:hover {
    color: #c58c45;
}

#ar_fot .bnt_box {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -90px;
    background: #fff;
    width: 180px;
}

#ar_fot .bnt_back {
    color: #fff;
    background: #c58c45;
    margin: 0 auto;
    width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#ar_fot .bnt_back:hover {
    background: #c58c45;
}

.shart_box {
    position: absolute;
    right: 10px;
    top: 61px;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    padding-left: 60px;
    position: relative;
}

#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #a3a0a9;
}

#j_shart_s_24 .bds_qzone {
    background: url(/Template/Home/Default/Public/image/shart.png) center -224px no-repeat;
}

#j_shart_s_24 .bds_tsina {
    background: url(/Template/Home/Default/Public/image/shart.png) center -311px no-repeat;
}

#j_shart_s_24 .bds_tqq {
    background: url(/Template/Home/Default/Public/image/shart.png) center -195px no-repeat;
}

#j_shart_s_24 .bds_renren {
    background: url(/Template/Home/Default/Public/image/shart.png) center -340px no-repeat;
}

#j_shart_s_24 .bds_weixin {
    background: url(/Template/Home/Default/Public/image/shart.png) center -253px no-repeat;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}


/*==============客户案例=====================*/

.n_case li {
    display: block;
    border: 1px solid #e1e2e3;
    height: 133px;
    overflow: hidden;
    margin-bottom: 50px;
}

.n_case li .fl {
    width: 440px;
    height: 135px;
    overflow: hidden;
}

.n_case li .fl img {
    width: 440px;
    height: 135px;
    margin-top: -1px;
    margin-left: -1px;
    position: relative;
    z-index: 2;
}

.n_case li .fl img:hover {
    -moz-transform: scale(1.051);
    -o-moz-transform: scale(1.051);
    -o-moz-transform: scale(1.051);
    -webkit-moz-transform: scale(1.051);
    transform: scale(1.051);
}

.n_case li .fr {
    width: 350px;
    height: 70px;
    padding-top: 30px;
    padding-right: 10px;
    overflow: hidden;
}

.n_case li .fr h1 {
    display: block;
    padding-bottom: 5px;
}

.n_case li .fr h1 a {
    font-size: 15px;
    color: #3d3d3e;
    margin-bottom: 5px;
    display: block;
}

.n_case li .fr h1 a:hover {
    color: #ec3c2f;
}

.n_case li .fr strong {
    display: block;
    margin: 10px auto;
    color: #56595b;
}

.n_case li .fr strong span {
    color: #aeb0b1;
}

.n_case li .fr p {
    line-height: 22px;
    color: #7f8083;
    font-size: 12px;
}

.n_zxyp .article {
    margin-top: 15px;
}


/*==============合理化建议=====================*/

.n_zhiwei {
    background: url(/Template/Home/Default/Public/image/pic_hlhjy.jpg) right 0px no-repeat;
}

.n_form {
    width: 602px;
}

.n_form h1 {
    color: #8e8e8e;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 30px;
}

.n_form .content {}

.n_form form {
    margin-right: -10px;
}

.n_form .text {
    width: 259px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    background: none;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #b3b3b3;
    margin: 0 10px 20px 0;
    float: left;
}

.n_form textarea {
    display: block;
    height: 160px;
    resize: none;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #c1c1c1;
    width: 560px;
    padding: 10px 15px;
    font-size: 13px;
    color: #b3b3b3;
    line-height: 20px;
}

.n_form .text:focus {
    border: 1px solid #89bbe1;
}

.n_form textarea:focus {
    border: 1px solid #89bbe1;
}

.n_form .submit {
    background: #10578e;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px !important;
    border: 0;
    border-radius: 2px;
    height: 36px !important;
    color: #fff;
    line-height: 34px !important;
    width: 100px;
}

.n_form .submit:hover {
    color: #fff;
    border-radius: 3px;
}

.n_form .file_box {
    position: relative;
    padding-left: 60px;
    line-height: 28px;
    font-size: 14px;
}

.n_form .file_box .box {
    position: relative;
}

.n_form .file_box strong {
    position: absolute;
    left: 0;
    top: 3px;
    color: #727272;
}

.n_form .file_box .bnt_file {
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    width: 85px;
    cursor: pointer;
    margin-left: 5px;
    background: #a9a9a9;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.n_form .file_box #jianli {
    width: 80px !important;
    height: 28px !important;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0) position: absolute;
    left: 95px;
    top: 3px;
}

.n_form .file_box #jianli:hover .bnt_file {
    background: #10578e;
    color: #fff;
}

.yzm_box {
    width: 592px;
    position: relative;
    padding: 0 !important;
    margin-left: 0;
    border: none;
    margin-top: 21px;
    margin-bottom: 20px;
}

.yzm_box input {
    font-size: 14px;
    height: 30px;
    color: #666;
    width: 255px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    padding-left: 10px;
}

.yzm {
    position: absolute;
    left: 180px;
    height: 30px;
    top: 0;
}

.yzm a {
    position: absolute;
    color: #adada6;
    right: -90px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    top: 0;
}

.yzm_box .submit {
    position: absolute;
    right: 0;
    top: 0;
}


/*=============联系方式=====================*/

#contact_content {
    margin-top: -15px;
    position: relative;
    width: 100%;
    height: 900px;
    background: url(/Template/Home/Default/Public/image/bg_contact.jpg) center top no-repeat;
}

#contact_content video {
    min-height: 900px;
}

#contact_content .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#contact_content .content {
    width: 100%;
    position: absolute;
    top: 130px;
    z-index: 9;
}

#contact_content .left {
    width: 410px;
    background: #fefefe;
}

.left_content {
    padding: 60px 30px;
}

#contact_content .left .box {
    width: 320px;
    width: 320px;
    background: #fff;
    padding: 40px 20px;
}

#contact_content .left .qy_info {
    display: block;
    border-bottom: 1px dotted #c2c2c2;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

#contact_content .left .qy_info h1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    display: block;
}

#contact_content .left .qy_info h2 {
    font-size: 12x;
    color: #666666;
    display: block;
    margin-top: 5px;
}

#contact_content .left .qy_info p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
}

#contact_content .left dd {
    margin: 20px auto;
    display: block;
    position: relative;
}

#contact_content .left dd {
    line-height: 30px;
    position: relative;
    padding-left: 45px;
}

#contact_content .left dd .mark {
    position: absolute;
    left: 0;
    top: 3px;
}

#contact_content .left dd .color,
a {
    font-size: 12px;
}

#contact_content .left dd a:hover {
    text-decoration: underline;
}

#contact_content .left dd h2 {
    font-weight: bold;
    color: #666666;
    font-size: 18px;
    margin-bottom: 3px;
    display: block;
}

#contact_content .left dd h4 {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

#contact_content .left dd h4 a {
    color: #666666;
}

#contact_content .left dd h4 a:hover {
    color: #f6972e;
}

#contact_content .left dd a {
    display: inline-block;
    margin-right: 20px;
    line-height: 27px;
    height: 27px;
    color: #666;
    font-size: 14px;
}

#contact_content .left dd a img {
    vertical-align: middle;
}

#contact_content .left dd a:hover {
    text-decoration: none;
}

#contact_content .right {
    width: 600px;
    padding: 60px 40px;
    overflow: hidden;
    background: url(/Template/Home/Default/Public/image/pic_map_sx.png) 290px 38px no-repeat #fff;
}

#contact_content .right .box {
    height: 540px;
}

#contact_content .right .up {
    margin-bottom: 35px;
    position: relative;
}

#contact_content .right .up {}

#contact_content .right .up h1 {
    color: #666666;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#contact_content .right .up h3 {
    font-size: 12px;
    color: #666666;
}

#contact_content .right .un {
    width: 250px;
}

#contact_content .right .un .ar_article {
    font-size: 13px;
}

#contact_content .right .un .ar_article p {
    font-size: 13px;
}

#contact_content .right .ewm_box {
    margin-top: 50px;
    text-align: center;
    width: 120px;
}

#contact_content .right .ewm_box img {
    display: block;
    width: 120px;
    height: 120px;
}

#contact_content .right .ewm_box span {
    font-size: 12px;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.page {
    margin-bottom: 40px;
}

.page .box {
    display: inherit;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.page a,
.page span {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #dedede;
    margin: 0 2px;
    color: #555555;
    font-size: 12px;
}

.page .on {
    background: #c58c45;
    color: #fff !important;
    border: 1px solid #c58c45;
}

.page a font {
    font-size: 14px;
    font-family: "SimSun";
    color: rgb( 68, 68, 68);
}

.page span {
    background: #c58c45;
    color: #fff !important;
    border: 1px solid #c58c45;
}

.page a:hover {
    background: #c58c45;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #c58c45;
}

.page a:hover font {
    color: #fff;
}

.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}


/************
***单页样式***
*************/

.mtb20 {
    margin: 20px auto;
}

img {
    max-width: 100%;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input,
.table_form textarea {
    line-height: 28px;
    width: 100%;
}

.table_form input,
.table_form textarea {
    background: #fff;
    border: 1px solid #ddd;
}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #fff
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    vertical-align: top;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.table_form .button {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #888;
    cursor: pointer;
    border: none;
}

.table_form .button1 {
    background: #c58c45;
}

.xg-tit {
    line-height: 44px;
    color: #c58c45;
    font-size: 22px;
    margin: 20px 0 10px;
}

.xg-img {
    display: flex;
}

.xg-img li {
    flex: 1;
    margin-right: 20px;
}

.xg-img li a {
    color: #666;
    font-size: 12px;
}

.xg-img li:last-child {
    margin-right: 0;
}

.xg-news li {
    display: flex;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.xg-news li a {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.xg-news li span {
    font-size: 13px;
    color: #999;
}

.xg-keyword a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #333;
}

.page_detail {
    padding: 20px;
}

.page_detail h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.page_detail .title_desc {
    font-size: 14px;
    text-align: center;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.page_detail .title_desc em {
    padding: 0 0 0 10px;
}

.page_detail .title_desc a {
    display: inline-block;
    padding: 0 3px;
    color: #999;
}

.page__img {
    text-align: center;
    margin: 20px auto;
}

.page__img img {
    margin: auto;
}

.page__content {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    color: #333;
}

.page__content p {
    margin-bottom: 10px;
}

.page__turn {
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 0;
}

.page__turn p {
    line-height: 20px;
    padding: 3px 10px;
    font-size: 14px;
}<!--0.00029087066650391-->