﻿html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
}

.block {
    position: relative;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*相关*/

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.five_c {
    background-color: #2842c4;
}

.nav li a:after,
.three_li ul {
    background-color: #3253dc;
}

.two_c li:hover div,
.four_c li:hover .four1,
.four_c li.on .four1,
.five,
.banner .hd li.on:before,
.four_n li:after {
    background: #3253dc;
}

.nav>ul>li>ul>li>a,
.four2 a.more,
.one h2,
.one_c a.more,
.nav li li li a:hover {
    color: #3253dc;
}

.three_li ul li {
    border-left: 1px solid #2d4bc6;
}

.four1:before {
    border-right: 7px solid #3253dc;
}

.module_c li:hover h3 {
    color: #016be2;
}

.page_xw {
    border-bottom: 4px solid #ad2e23;
}

.tip h3:before {
    background: #fe0000;
}

.tip_r a:hover {
    color: #273fc2;
}

.product li h3:hover {
    color: #1983d9;
}

.pading span.current,
.pading a:hover {
    color: #273fc2;
}

.product_content h3 {
    background: #0081bd;
}

.product_content h3:before {
    border-top: 7px solid #0081bd;
}

.article li h3:before {
    background: #2aa6df;
}

.article li:first-child a.more {
    color: #1983d9;
}


/*头部*/

body {
    padding-top: 90px;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.logo {
    height: 90px;
    line-height: 90px;
}

.logo img {
    display: inline-block;
    max-height: 90px;
    vertical-align: middle;
}


/**/

.ss {
    position: relative;
    width: 30px;
    height: 90px;
    margin-left: 30px;
}

.show {
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvMTAucG5n&b=29) no-repeat center;
    background-size: 25px;
    width: 30px;
    height: 30px;
    margin-top: 30px;
}

.hide {
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvY2xvc2UucG5n&b=29) no-repeat center;
    background-size: 25px;
    width: 30px;
    height: 30px;
    margin-top: 30px;
    display: none;
}

.search {
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    overflow: hidden;
    border: 15px solid #fff;
    display: none;
    transition: all 0.3s;
}

.search input {
    width: 100%;
    height: 40px;
    border: 1px solid #000000;
    font-size: 14px;
    background-color: #ffffff;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
    color: #666;
}

.search a.searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvMTAucG5n&b=29) no-repeat center;
    background-size: 25px;
}


/**/

.nav li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

.nav li:hover ul {
    transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
}

.nav li ul {
    position: absolute;
    width: 3000px;
    background: #f3f5f6;
    left: calc(50% - 1500px);
    text-align: center;
    padding-bottom: 20px;
    transform-origin: top;
    transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.nav li a {
    display: block;
    line-height: 90px;
    font-size: 16px;
    color: #555;
    position: relative;
}

.nav>ul>li>a:hover:after,
.nav>ul>li>a.cur:after {
    display: block;
}

.nav li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    z-index: 10;
    display: none;
}

.nav li ul li ul {
    position: relative;
    width: auto;
    left: auto;
}

.nav li ul li ul li {
    display: block;
}

.nav>ul>li>ul>li>a {
    font-size: 22px;
    line-height: 56px;
    margin-top: 20px;
}

.nav li li li a {
    font-size: 14px;
    line-height: 30px;
}

.nav li li li {
    margin: 0;
}


/**/

.banner {
    position: relative;
}

.banner .bd li img {
    width: 100%;
    display: block;
}

.banner .hd {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    font-size: 0px;
    width: 70px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.banner .hd li:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 3s;
}

.banner .hd li.on:before {
    width: 100%;
}

span.prev_b {
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvcHJldi5wbmc%3D&b=29) no-repeat center;
    display: block;
    top: calc(50% - 25px);
    left: 30px;
    z-index: 4;
    cursor: pointer;
}

span.next_b {
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvbmV4dC5wbmc%3D&b=29) no-repeat center;
    display: block;
    top: calc(50% - 25px);
    right: 30px;
    z-index: 4;
    cursor: pointer;
}


/**/

.one {
    padding: 50px 0;
}

.one h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.one_c {
    line-height: 30px;
    font-size: 16px;
    color: #777777;
    padding-top: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.one_c a.more {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 80px;
    margin: 30px auto 20px;
}


/**/

.two {
    padding-bottom: 30px;
}

.title h2 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 34px;
}

ul.two_c {
    margin-top: 50px;
}

.two_c li {
    width: 58%;
    margin-left: 1.8%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.two_c li:nth-child(1) {
    width: 40.2%;
    margin-left: 0;
}

.two_c li img {
    width: 100%;
    height: 315px;
    display: block;
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}

.two_c li:hover img {
    transform: scale(1.1);
}

.two_c li:nth-child(1) img {
    height: 650px;
}

.two_c li div {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px 30px;
    color: #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.two_c li div h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.two_c li div p {
    overflow: hidden;
    margin-top: 0;
    line-height: 28px;
    max-height: 0px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.two_c li:hover div p {
    margin-top: 10px;
    max-height: 90px;
}


/**/

.three {
    padding-bottom: 50px;
}

.three_c {
    margin-top: 50px;
}

.three_li {
    width: 33.2%;
    float: left;
    position: relative;
    margin-left: 0.1%;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.three_c:hover .three_li:hover {
    width: 49%;
}

.three_c:hover .three_li {
    width: 25.3%;
}

.three_li:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    background: rgba(0, 0, 0, .4);
}

.three_li:hover:before {
    opacity: 1;
}

.three_li_img {
    width: 100%;
    height: 510px;
    overflow: hidden;
}

.three_li_img img {
    width: auto;
    max-width: none;
    height: 510px;
    min-width: 100%;
}

.three_li ul {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
    display: none;
    z-index: 2;
}

.three_li:hover ul {
    display: block;
}

.three_li ul li {
    width: 16.66%;
    margin: 20px 0 25px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.three_li ul li:first-child {
    border-left: 0;
}

.three_li:nth-child(3) ul li {
    width: 25%;
}

.three_li ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.three_li ul li img {
    width: auto;
    display: block;
    margin: auto;
}

.three_text {
    position: absolute;
    top: 55px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 95px);
    color: #fff;
    z-index: 2;
}

.three_li:hover .three_text {
    height: auto;
    padding-bottom: 20px;
}

.three_text a.more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
}

.three_li:hover .three_text h3 {
    padding-bottom: 0;
}

.three_text h3 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}

.three_text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}

.three_li:hover .three_text h3:after {
    display: none;
}

.three_li:hover .three_text p {
    display: block;
}

.three_text p {
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 0 30px;
    display: none;
}


/**/

.four {
    padding-bottom: 50px;
}

.four .title {
    margin-bottom: 50px;
}

.four_m {
    padding-left: 535px;
    position: relative;
}

.four_n {
    border-bottom: 1px solid #dde6ed;
    position: relative;
}

.four_n li {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
    color: #333333;
    font-weight: bold;
    float: left;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}

.four_n li:after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.four_n li.cur:after {
    display: block;
}

.four_n a.more {
    float: right;
    color: #555;
    line-height: 30px;
}

.four_c {
    margin-top: 10px;
}

.four1 {
    padding: 15px 0;
    line-height: 20px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    position: relative;
}

.four1 span {
    font-size: 14px;
    color: #999;
    display: block;
}

.four1 p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four1:before {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: calc(50% - 7px);
    left: -7px;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.four2 {
    background: #f3f3f3;
    width: 480px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.four2 img {
    width: 100%;
    display: block;
}

.four2 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 50px 35px 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.four2 p {
    line-height: 26px;
    color: #666666;
    margin: 0 35px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.four2 a.more {
    display: inline-block;
    margin: 0 35px 50px;
}

.four_c li:hover .four1,
.four_c li.on .four1 {
    padding: 15px;
}

.four_c li:hover .four2,
.four_c li.on .four2 {
    display: block;
}

.four_c li:hover .four1 p,
.four_c li:hover .four1 span,
.four_c li.on .four1 p,
.four_c li.on .four1 span {
    color: #fff;
}

.four_c li:hover .four1:before,
.four_c li.on .four1:before {
    opacity: 1;
}


/**/

.five {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
}

.five #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    min-height: 600px;
}

.five .w1400 {
    position: relative;
}

.map img {
    width: 100%;
    display: block;
}

.map {
    max-width: 621px;
    position: relative;
}

.five_t {
    position: absolute;
    right: 35.5%;
    top: 160px;
    color: #ffffff;
}

.five_t h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
}

.five_t p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
}

.five_c {
    position: absolute;
    top: -50px;
    right: 0;
    width: 31.4%;
    height: calc(100% + 100px);
    padding: 0 30px 0 55px;
    color: #ffffff;
    box-sizing: border-box;
}

.five_c ul {
    margin-top: 50px;
}

.five_c li {
    margin-bottom: 40px;
}

.five_c li h4 {
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
}

.five_c li p {
    margin-top: 10px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}


/**/

.bottom {
    padding: 50px 0;
    background: #ecf0f1;
}

.bottom_logo {
    width: 30%;
    float: left;
}

.bottom ul {
    width: 10%;
    float: left;
}

.bottom ul h4 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.bottom ul li {
    color: #8d8e8f;
    margin-top: 10px;
    line-height: 16px;
}

.ewm {
    width: 10%;
    float: left;
    text-align: center;
}

.ewm img {
    max-width: 110px;
}


/**/

.footer .w1400 {
    border-top: 1px solid #d8ddde;
    padding-top: 20px;
}

.footer {
    background: #ecf0f1;
    padding: 0 0 50px;
}


/*自定义*/

.module {
    margin-top: 10px;
}

.module_c li {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 10px;
}

.module_c li:nth-child(3n) {
    margin-right: 0;
}

.module_c li:hover {
    background: #f7f7f7;
}

.module_img {
    overflow: hidden;
}

.module_c li img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    width: 100%;
    display: block;
}

.module_c li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_c li h3 {
    line-height: 35px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 15px 10px 10px;
}

.module_c li p {
    font-size: 13px;
    color: #646464;
    line-height: 26px;
    padding: 0 10px;
    height: 78px;
    overflow: hidden;
}


/*内页*/

.page_l {
    width: 253px;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvaW5zaWRlcGFnZWJnLmpwZw%3D%3D&b=29) repeat-y 0 0;
}

.page_n {
    margin: -55px 0 0 0;
    padding: 0 0 40px 0;
}

.page_n h3 {
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvbGVmdG1lbnVoMS5wbmc%3D&b=29) no-repeat 0 0;
    margin-left: -2px;
    height: 100px;
    padding: 0 0 0 20px;
    text-align: center;
    line-height: 100px;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
}

.page_n li a {
    display: block;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvbGVmdG1lbnUuanBn&b=29) no-repeat 0 -50px;
    padding: 0 50px 0 0;
    height: 49px;
    text-align: right;
    color: #2f2f2f;
    line-height: 46px;
    font-size: 15px;
}

.page_n>ul {
    padding: 0 0 0 3px;
}

.page_n li a:hover,
.page_n li a.cur {
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvbGVmdG1lbnUuanBn&b=29) no-repeat 0 -1px;
    color: #fff;
}

.page_n li ul {
    display: none;
}

.page_n li:hover ul {
    display: block;
}


/**/

.page_ss {
    margin: 0 23px 0 25px;
    zoom: 1;
}

.page_ss h3 {
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
}

.page_ss input {
    width: 100%;
    height: 30px;
    background: #fff url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvaW5wdXRiZy5qcGc%3D&b=29) repeat-x 0 0;
    border: 1px solid #bebdbd;
    padding: 5px;
    margin: 0 0 5px 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    line-height: 20px;
}

a.ss_Btn {
    display: block;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    width: 60px;
    font-size: 13px;
}


/**/

.page_xw {
    margin: 0 23px 30px 25px;
    padding: 30px 0 22px 0;
}

.page_xw h3 {
    font-size: 13px;
    color: #434343;
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
}

.page_xw li a {
    color: #434343;
    line-height: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
}

.page_xw a.more {
    display: block;
    width: 50px;
    height: 20px;
    background: #acacac;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 20px;
}


/**/

.page_lx {
    margin: 0 23px 30px 25px;
}

.page_lx img {
    display: block;
    margin-bottom: 10px;
}


/**/

.page_r {
    width: calc(100% - 300px);
    padding: 20px 0 50px 0;
}

.tip {
    height: 40px;
    border-bottom: 1px solid #dcdddd;
    position: relative;
    margin-bottom: 30px;
}

.tip h3 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    float: left;
}

.tip h3:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fe0000;
    display: inline-block;
    margin: 0 10px 0 5px;
}

.tip_r {
    color: #999;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.product li {
    border-bottom: 1px dashed #dee0e2;
    padding-bottom: 25px;
    margin-bottom: 22px;
    overflow: hidden;
}

.product_img {
    float: left;
    width: 225px;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 30px;
}

.product_img img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.product_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product_text {
    float: right;
    width: calc(100% - 262px);
}

.product li h3 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
}

.product li p {
    margin: 12px 0 35px 0;
    font-size: 14px;
    line-height: 24px;
    color: #8e8e8e;
    height: 76px;
    overflow: hidden;
}

.product li a.more {
    display: block;
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvYmcucG5n&b=29) no-repeat center;
    font-size: 13px;
    color: #666;
}

.pading {
    text-align: right;
    padding: 10px 0;
}

.pading a,
.pading span {
    display: inline-block;
    padding: 0 5px;
}


/**/

.product_imgs .bd li {
    width: 260px;
    margin: 0 0 2px 0;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.product_imgs .bd li img {
    width: 100%;
    display: block;
}

.product_imgs .hd li {
    width: 74px;
    margin: 0 2px;
    text-align: center;
    cursor: pointer;
}

.product_imgs .hd li img {
    width: 72px;
    border: 1px solid #e5e5e5;
    display: block;
}

.product_imgs .hd li.on img {
    border: 1px solid #ff0000;
}

.product_imgs .hd {
    position: relative;
}

.tempWrap {
    margin: auto;
}

.product_imgs .hd span.sprev,
.product_imgs .hd span.snext {
    text-align: center;
    width: 10px;
    height: 100%;
    line-height: 50px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-family: "simsun";
    box-sizing: border-box;
}

.product_imgs .hd span.snext {
    right: 0;
}

.product_imgs .hd span.sprev:hover,
.product_imgs .hd span.snext:hover {
    color: #ff0000;
}

.product_desc {
    width: calc(100% - 300px);
}

.product_desc h2 {
    line-height: 30px;
    font-size: 20px;
    color: #353535;
    font-weight: bold;
}

.product_desc p {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 24px;
    margin: 15px 0 20px 0;
}

.product_content {
    background: #f8f8f8;
    padding: 35px 25px;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 25px;
    margin: 60px 0 20px 0;
    position: relative;
}

.product_content h3 {
    width: 143px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 0;
}

.product_content h3:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
}


/**/

.article li {
    line-height: 34px;
    border-bottom: 1px dotted #c7c7c7;
    padding-right: 80px;
    font-size: 13px;
    color: #bfbfbf;
    position: relative;
    overflow: hidden;
}

.article li img {
    display: none;
}

.article li p {
    display: none;
}

.article li a.more {
    display: none;
}

.article li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article li span {
    position: absolute;
    top: 0;
    right: 0;
}

.article li h3:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 4px 5px;
}

.article li:first-child img {
    width: 243px;
    display: block;
    float: left;
    margin-right: 20px;
}

.article li:first-child {
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-right: 0;
}

.article li:first-child h3 {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.article li:first-child h3:before {
    display: none;
}

.article li:first-child p {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    line-height: 25px;
    color: #8e8e8e;
    height: 100px;
    overflow: hidden;
}

.article li:first-child span {
    display: inline-block;
    line-height: 18px;
    background: url(browse.php?u=Oi8vc3RhdGljMi5mdWhhaTM2MC5jb20vbjIwMDkyMy9pbWFnZXMvdC5qcGc%3D&b=29) no-repeat left center;
    color: #a3a3a3;
    padding: 0 0 0 25px;
    position: relative;
}

.article li:first-child a.more {
    display: inline-block;
}

.article_title p.info {
    text-align: center;
    padding: 10px 0 15px 0;
    border-bottom: 1px dotted #989898;
    margin: 0 0 30px 0;
    color: #656565;
    line-height: 20px;
}

.article_title h2 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.page_content {
    font-size: 13px;
    color: #777;
    line-height: 26px;
}

/**/

.interlink {
	background:#ecf0f1;
}
.interlink__inner {
	width:1400px;
	margin:auto;
	color:#000;
	overflow:hidden;
	border-top:1px solid #d8ddde;
	padding:10px 0;
}
.interlink__title {
	width:100px;
	font-size:16px;
	background:url(browse.php?u=Oi8vaW1nMDEuZnVoYWkzNjAuY29tLy0tNDcvNDc0MzIvMjAyMTA2LzIwMjEwNjAyMTYzMjAxOTcyOS5wbmc%3D&b=29) no-repeat right;
	float:left
}
.interlink__list {
	width:1290px;
	float:right;
}
a.interlink__item {
	color:#000;
	margin:0px 10px;
	font-size:15px;
}
a.interlink__item:hover {
	color:#3253dc
}
