
html {
    font-family:"微软雅黑";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
    text-decoration:none;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@font-face {
    font-family: 'hemi';
    src:url('hemi.eot');
    src:url('hemi.eot?#iefix') format('embedded-opentype');
    src:url('hemi.ttf') ;
    /*src:url('hemi.eot'); */
    /*src:url('hemi.eot?#iefix')format('embedded-opentype'),url('hemi.ttf');*/
}

@font-face {
    font-family: 'ysbth';
    src:url('ysbth.eot'); 
    src:url('ysbth.ttf');
}
/*头部*/

.header {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 30px;
    border-radius: 10px;
    padding: 0 25px;
    box-sizing: border-box;
    width: 1600px;
    left: calc(50% - 800px);
}

.header .logo {
    width: 100px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.header .logo img {
    max-width: 100%;
}

.header .l-d {
    float: right;
    position: relative;
    width: 120px;
    line-height: 75px;
    /*margin-left: 50px;*/
    margin-right: 10px;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.header .l-d a{
 
    font-size: 16px;
    color: #333333;
}
.header .l-d a.this{
    color: #e70c1d;
}

/*.header .l-d .t {*/
/*    float: right;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 28px;*/
/*    border-bottom: 1px solid #e60012;*/
/*    box-sizing: border-box;*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*}*/

/*.header .l-d .t i.iconfont {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -6px;*/
/*    font-size: 30px;*/
/*    color: #cccccc;*/
/*}*/

/*.header .l-d .t span {*/
/*    display: none;*/
/*}*/

/*.header .l-d img {*/
/*    float: left;*/
/*    margin-right: 18px;*/
/*    width: 25px;*/
/*}*/

/*.header .l-d .b {*/
/*    position: absolute;*/
/*    top: 72px;*/
/*    left: -19%;*/
/*    width: 138%;*/
/*    display: none;*/
/*    opacity: 0;*/
/*}*/

/*.header .l-d .b.show {*/
/*    display: block;*/
/*    opacity: 1;*/
/*}*/

/*.header .l-d .b:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 9px solid transparent;*/
/*    border-right: 9px solid transparent;*/
/*    border-bottom: 10px solid #fff;*/
/*    position: absolute;*/
/*    left: calc(50% - 9px);*/
/*    top: -10px;*/
/*}*/

/*.header .l-d .b a {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    overflow: hidden;*/
/*    padding-left: 28px;*/
/*    box-sizing: border-box;*/
/*    background: #fff;*/
/*}*/

/*.header .l-d .b a:hover {*/
/*    background: #f0f0f0;*/
/*}*/

/*.header .l-d .b a:nth-child(1) {*/
/*    border-radius: 10px 10px 0 0;*/
/*}*/

/*.header .l-d .b a:nth-child(4) {*/
/*    border-radius: 0 0 10px 10px;*/
/*}*/

/*.header .l-d .b a img {*/
/*    margin-top: 17px;*/
/*}*/

.header .nav {
    float: right;
        margin-right: 10%;
}

.header .nav li {
    margin-top: 28px;
    float: left;
    position: relative;
    padding-bottom: 28px;
}

.header .nav li .n {
    display: block;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-right: 1px solid #e60012;
    padding: 0 45px;
}

.header .nav li:last-child a.n {
    border-right: 0;
}

.header .nav li .n-d {
    position: absolute;
    left: -21%;
    top: 46px;
    background: #fff;
    width: 142%;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    z-index: 9999;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    border-top: 3px solid #da0011;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.header .nav li .n-d a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.header .nav li .n-d a:hover {
    background: #ececec;
}

.header .nav li:hover .n-d {
    display: block;
    opacity: 1;
}

.header.f {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.rg {
    display: none;
    float: left;
    width: 24px;
    height: 24px;

}

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 {
    position: absolute;
    left: 70%;
    top: 0%;
    z-index: 999999;
    width: 25%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 .iconfont {
    color: #fff;
    font-size: 40px;
}

.a_txt .div3 {
    position: absolute;
    width: 70%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -50%;
    padding: 30px 30px 0;
    overflow-y: auto;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
    box-sizing: border-box;
}

.a_txt .div3 .d1 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.a_txt .div3 .d1 img {
    float: left;
    width: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.a_txt .div3 ul {
    width: 100%;
    margin-bottom: 10px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.a_txt .div3 ul li:last-child {
    border-bottom: 0;
}

.a_txt .div3 ul li a {
    display: block;
    font-size: 13px;
    color: #999999;
}

.a_txt .div3 ul li a.n {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.a_txt .div3 ul li .n-box a {
    margin-bottom: 12px;
}

.a_txt .div3 ul li .n-box a i {
    font-weight: bold;
}

.a_txt2 .div3 ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.a_txt2 .div3 ul li a {
    color: #333;
}

.a_txt2 .div3 ul li img {
    float: left;
    margin-right: 10px;
}

.a_txt2 .div3 ul li {
    font-size: 15px;
    font-weight: bold;
}

.i-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.i-banner img {
    width: 100%;
    position: relative;
    /*left: calc(50% - 960px);*/
}

.i-banner img.pc {
}

.i-banner img.wap {
    display: none;
}

.i-banner .swiper-slide {
    overflow: hidden;
}

.i-banner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.i-banner .text .d1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 50px;
}

.i-banner .text .d2 {
    font-size: 24px;
    letter-spacing: 20px;
}

.i-banner .text .d2 p:nth-child(1) {
    margin-bottom: 24px;
}

.i-banner .swiper-button-next:after, .i-banner .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}

.i-banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.i-banner .swiper-pagination .swiper-pagination-bullet-active {
}

.i-footer ul {
    width: 100%;
    background: #fff;
    margin-top: -80px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);

}

.i-footer ul li {
    width: calc(100% / 3);
    height: 134px;
    line-height: 134px;
    float: left;
    padding: 0 2.2%;
    box-sizing: border-box;
    position: relative;

}

.i-footer ul li a {
    display: block;
    overflow: hidden;
}

.i-footer ul li p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-right: 12px;
}

.i-footer ul li span {
    font-size: 16px;
}

.i-footer ul li i.iconfont {
    content: '';
    display: block;
    position: absolute;
    right: 6.4%;
    top: 0;
    font-size: 40px;
    color: #999999;
}

.i-footer li:nth-child(2) {
    background: #eeeeee;
}

.i-footer li:nth-child(3) {
    background: #dbdbdb;
    float: right;
}

/*.i-footer li:nth-child(3) a {*/
/*    color: #fff;*/
/*}*/

/*.i-footer li:nth-child(3) i.iconfont {*/
/*    color: #fff;*/

/*}*/

.i-footer ul li:hover i.iconfont {
    transform: translateX(12px);
}

.i-footer .d1 {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}

.i-footer .d1 span {
    font-weight: bold;
}

.i-footer .d1 .btn a {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.i-footer .d1 a:last-child i {
    display: none;
}

.i-footer .d1 .btn .iconfont {
    color: #d0d0d0;
    font-size: 26px;
    font-weight: normal;
}

.i-footer .d1 .btn .b {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 160%;
    left: calc(50% - 65px);
    width: 120px;
    height: 120px;
    padding: 6px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    display: none;
    opacity: 0;
}

.i-footer .d1 .btn .b:after {
    content: '';
    display: block;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
}

.i-footer .d1 .btn a.ma:hover .b {
    display: block;
    opacity: 1;
}

.i-footer .d1 .btn a.ma:hover span.iconfont {
    color: #459c36;
}
.i-footer .d1 .btn a:nth-child(2):hover span.iconfont {
    color: #0076b4;
}
.i-footer .d1 .btn .b img {
    width: 100%;
}

.i-footer .d2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e7e9ec;
    margin-top: 20px;
    color: #999999;
}

.i-footer .d2 a {
    color: #999;
}

.a-bg {
    width: 100%;
    background: #e7e9ec url(../images/a-bg1.jpg) center top no-repeat;
    background-size: cover;
}

.a-bg2 {
    width: 100%;
    background: #e7e9ec url(../images/a-bg2.jpg) center top no-repeat;
    background-size: 100%;
}
.a-bg3 {
    width: 100%;
    background: #e7e9ec url(../images/a-bg3.jpg) center top no-repeat;
    background-size: 100%;
}
.a-box {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 238px 0 138px;
}

.type {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.type .left {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

.type .right a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #8b929c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-left: 6px;
}

.type .right a.this {
    background: #d90919;
}

.a-d1 {
    width: 100%;
    overflow: hidden;
}

.a-d1 img {
    width: 100%;
}

.a-d1 img.wap {
    display: none;
}

.a-d2 {
    width: 100%;
    margin-top: -35px;
    position: relative;
    z-index: 10;
    padding: 120px 0 110px;
}

.a-d2:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c60313;
    border-radius: 20px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 10px);
    top: 0px;
    z-index: 1;
}

.a-d2:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 70px);
    background: #bbbbbb;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 2;
}

.a-d2 .c {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #c60313;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 10;
}

.a-d2 li {
    width: 46.5%;
    background: #fff;
    border-radius: 10px;
    padding: 25px 48px 15px;
    float: right;
    box-sizing: border-box;
    margin-left: 10%;
    position: relative;
}

 
.a-d2 li:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #aaaaaa;
    position: absolute;
    left: -8.14%;
    top: 50px;
    z-index: 20;
}

.a-d2 li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -12px;
    top: 45px;
    z-index: 20;
}

.a-d2 li:nth-child(2n) {
    float: left;
    margin-left: 0%;
    margin-right: 10%;
}

.a-d2 li:nth-child(2n):after {
    left: auto;
    right: -8.5%;
}

.a-d2 li:nth-child(2n):before {
    border-right: 0px solid #fff;
    border-left: 12px solid #fff;
    position: absolute;
    left: auto;
    right: -12px;
}

.a-d2 li .d1 {
    font-family: 'hemi';
    font-size: 36px;
    color: #c60313;
}

.a-d2 li .d2 {
    font-family: 'hemi';
    font-size: 16px;
    line-height: 32px;
}

.a-d2 li .d2 p {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.a-d2 li .d2 p:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 14px;
}

.a-d2 .m {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0;
    color: #c60313;
    font-size: 50px;
    z-index: 999999999;
    cursor: pointer;
}

.s-t {
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.s-t p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.s-t span {
    display: block;
    line-height: 50px;
    font-size: 60px;
    font-weight: bold;
    opacity: .1;
    text-transform: uppercase;
}

.a-d3 .box {
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.a-d3 .box .d1 {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}

.a-d3 .box .d2 {
    overflow: hidden;
    margin: 50px auto;

}

.a-d3 .box .d2 img {
    width: 100%;
}

.a-d3 .box .d2 ul {
    background: url(../images/a3.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    border-radius: 0 0 10px 10px;
    color: #fff;
        position: relative;
        overflow: hidden;
        padding-bottom: 40px;
}

.a-d3 .box .d2 ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 35px;
}

.a-d3 .box .d2 ul li p {
    font-size: 48px;
    font-family: 'hemi';
    margin-bottom: 5px;
}

.a-d3 .box .d2 ul li span {
    color: #eee;
}
.a-d3 .box .d2 .time{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: right;
}

.a-d4 .box {
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.a-d4 .dt {
    width: 100%;
    margin-bottom: 90px;
}

.a-d4 .dt img {
    max-width: 100%;
    margin: 0 auto;
}

.a-d4 .list {
    width: 100%;
}

.a-d4 .list:nth-child(2) {
    margin-bottom: 65px;
}

.a-d4 .list .t-d {
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 18px;
    font-size: 24px;
    color: #c60313;
    background: url(../images/a5.png) no-repeat;
    padding-left: 95px;
    box-sizing: border-box;
    font-weight: bold;
}

.a-d4 .list li .t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-right: 75px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.a-d4 .list li .t i {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 30px;
    text-align: center;
    color: #333;
}

.a-d4 .list li.show .t i {
    transform: rotate(180deg);
}

.a-d4 .list li .t .num {
    width: 60px;
    float: left;
    font-family: 'hemi';
    font-size: 30px;
    color: #b0b3b6;
}

.a-d4 .list li .t .text {
    width: calc(100% - 185px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
}

.a-d4 .list li .t .text span {
    color: #c60313;
    font-size: 16px;
}

.a-d4 .list li .t .btn {
    width: 112px;
    height: 30px;
    border-radius: 30px;
    background: #c60313;
    color: #fff;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.a-d4 .list li .t .btn2 {
    width: 112px;
    height: 30px;
    border-radius: 30px;
    background: #999999;
    color: #fff;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.a-d4 .list li .t .btn img {
    margin-right: 5px;
}

.a-d4 .list li .t .btn2 img {
    margin-right: 5px;
}

.a-d4 .list li .b {
    padding: 10px 60px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
    display: none;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
    border-bottom: 1px solid #eee;
}

.a-d4 .list li .img {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    display:none;
}

.a-d4 .list li .img.show {
    opacity: 1;
    z-index: 99999;
    display:block;
}

.a-d4 .list li .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.a-d4 .list li .img-box {
    width: 830px;
    height: auto;
    background: #fff;
    position: absolute;
    left: calc(50% - 415px);
    top: 20%;
    padding: 45px 40px;
    box-sizing: border-box;
    z-index: 20;
    max-width: 100%;
}

.a-d4 .list li .img-box .t-d2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

.a-d4 .list li .img-box .swiper-container {
    width: 640px;
    max-width: 90%;
}

.a-d4 .list li .img-box img {
    max-width: 100%;
}

.a-d4 .list li .swiper-button-next {
    right: 0;
}

.a-d4 .list li .swiper-button-prev {
    left: 0;
}

.a-d4 .list li .swiper-button-next:after, .a-d4 .list li .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
    color: #999;
}

.a-d5 .box {
    width: 100%;
    margin-bottom: 90px;
}

.a-d5 .box li {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff url(../images/fuerda.png) right 112% no-repeat;
    background-size: 50%;
}
.a-d5 .box li .img{
    width: 50%;
    float: left;
}
.a-d5 .box li .img img{
    width: 100%;
}
.a-d5 .box li .text{
    width: 50%;
    height: 100%;
    float: right;
    padding: 0 90px;
    box-sizing: border-box;

}
.a-d5 .box li:nth-child(2){
    margin-top: 60px;
    background: #fff  url(../images/fuerda.png) left 112% no-repeat;
    background-size: 50%;
}
.a-d5 .box li:nth-child(2) .img{
    float: right;
}
.a-d5 .box li:nth-child(2) .text{
    float: left;
}
.a-d5 .box li .text .d1{
    height: 120px;
    font-size: 36px;
    font-weight: bold;
    padding-top: 84px;
    border-left: 1px solid #d90919;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.a-d5 .box li .text .d2{
    font-size: 24px;
    margin-bottom: 18px;
}
.a-d5 .box li .text .d2 i{
    font-weight: bold;
    color: #d9d9d9;
}
.a-d5 .box li .text .d3{
    font-size: 16px;
    line-height: 32px;
}
.a-d6 .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: relative;
}

.a-d6 .swiper-slide .l_img {
    padding-bottom: 42.5%;
    margin-bottom: 30px;
}
.a-d6 .swiper-slide .l_img img{
    width: 100%;
}

.a-d6 .swiper-slide .d1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
}

.a-d6 .swiper-slide .d1 i {
    color: #d90919;
    font-size: 36px;
    margin-right: 20px;
    float: left;
    font-family: 'hemi';
}

.a-d6 .swiper-slide .d2 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-indent: 2em;
    text-align: left;
}

.a-d6 .swiper-button-next, .a-d6 .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-image: linear-gradient(140deg, #9b9ea2 0%, #efefef 100%);
    border-radius: 44px;
    left: 24px;
}

.a-d6 .swiper-button-next {
    left: auto;
    right: 24px;
}

.a-d6 .swiper-button-next:after, .a-d6 .swiper-button-prev:after {
    color: #fff;
    font-size: 24px;

}
.a-d6 .swiper-button-next:hover, .a-d6 .swiper-button-prev:hover{
       background: linear-gradient(to left top, #c60313, #660008);
}


.a-d7 .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.a-d7 .box img {
    width: 100%;
    margin-bottom: 35px;
}

.a-d8 .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 85px;
}

.a-d8 .box li {
    width: 23.4%;
    float: left;
    margin-right: 2.1%;
    position: relative;
    background: #fff;
    margin-bottom: 28px;
}

.a-d8 .box li:nth-child(4n) {
    margin-right: 0;
}

.a-d8 .box li .l_img {
    padding-bottom: 58.4%;
}

.a-d8 .box li .l_img img {
    max-width: 100%;
    max-height: 100%;
}

.a-d8 .box li .h {
    position: absolute;
    left: calc(50% - 108px);
    bottom: 100%;
    width: 216px;
    height: auto;
    background: url(../images/a17.png) center top no-repeat;
    background-size: 100%;
    padding: 28px 24px 0;
    box-sizing: border-box;
    min-height: 198px;
    display: none;
    opacity: 0;
}

.a-d8 .box li .h .d1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.a-d8 .box li .h .d2 {
    margin-bottom: 10px;
}

.a-d8 .box li .h .d2 p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    width: 100%;
}

.a-d8 .box li .h .d2 p:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #d90919;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}

.a-d8 .box li:hover {
    box-shadow: 0px 0px 35px rgba(215, 0, 0, 0.14);
    z-index: 99;
}

.a-d8 .box li:hover .h {
    display: block;
    opacity: 1;
}

.a-d9 .box {
    margin-bottom: 0;
}

.a-d10 .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 90px 95px;
    box-sizing: border-box;

}
.a-d10 .box li{
    margin-bottom: 75px;
    width: 100%;
    border:6px solid #d90919;
    box-sizing: border-box;
    padding: 75px 65px 65px;
    position: relative;
}

.a-d10 .box li:last-child{
    margin-bottom: 0;
}
.a-d10 .box li .d1{
    border-bottom: 5px solid #dbdbdb;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    color: #7a7a7a;
    text-transform: uppercase;
    font-family: 'ysbth';
}
.a-d10 .box li .d1 span{
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: bold;
    color: #d90919;
}

.a-d10 .box li .d1 i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 6px;
    position: relative;
    top: -8px;
}
.a-d10 .box li .d2 p{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 28px;
}

.a-d10 .box li .d2 p:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid  #e70c1d;
    position: absolute;
    left: 0;
    top: 4px;
}
.a-d10 .box li .d2 p:last-child{
    margin-bottom: 0;
}
.a-d10 .box li .d3{
    background: #fff;
    font-size: 72px;
    color:#333333;
    font-family: 'ysbth';
    position:absolute;
    left: 65px;
    top: -36px;
}
.a-d10 .box li .d4{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.n-bg {
    background: #e7e9ec url(../images/n-bg.jpg) center top no-repeat;
    background-size: 100%;
}

.n-list li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
}

.n-list li .l_img {
    width: 30%;
    float: left;
    padding-bottom: 19.5%;
}

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

.n-list li .text {
    width: 70%;
    float: right;
    padding: 55px 50px 0;
    box-sizing: border-box;
}

.n-list li .text .d1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
 
    line-height: 24px;
}

.n-list li .text .d2 {
    margin-bottom: 30px;
    font-size: 16px;
}

.n-list li .text .d2 i {
    float: left;
    margin-right: 8px;
    color: #bebebe;
    font-size: 20px;
    position: relative;
    top: -1px;
}

.n-list li .text .d3 {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-list li .d4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 124px;
    height: 34px;
    line-height: 34px;
    background: #6a6a6a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.n-list li .d4 i {
    font-size: 24px;
    margin-left: 12px;
    display: inline-block;
}

.n-list li:hover .l_img img {
    transform: scale(1.1);
}

.n-list li:hover .d4 {
    background: #d90919;
}

.n-list li:hover .d4 i {
    transform: translateX(10px);
}

.n-list ul {
    padding-bottom: 15px;
}

.n-list .m {
    width: 204px;
    height: 50px;
    margin: 0 auto;
    background: #dcdcdc;
    color: #666;
    border-bottom: 2px solid #d90919;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.n-show {
    width: 100%;
    padding: 100px 65px 70px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.n-show .b {
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 18px;
}

.n-show .b .iconfont {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.show1 {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 80px;
    padding-bottom: 48px;
}

.show1 .d1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
}

.show1 .d2 {
    font-size: 16px;
}

.show1 .d2 i {
    font-size: 20px;
    color: #c5c5c5;
    position: relative;
    top: 2px;
}
.show2{
    font-size: 16px;
    line-height: 30px;
}
.show2 img {
    width: 677px;
    max-width: 100%;
    display: inline-block;
}
.show2 p {
    margin-bottom: 15px;
}
.show3 {
    overflow: hidden;
    margin-top: 70px;
}

.show3 a {
    width: 48.5%;
    float: left;
    height: 66px;
    line-height: 66px;
    border-bottom: 3px solid #d90919;
    box-sizing: border-box;
    padding: 0 20px;
    background: #ebebeb;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show3 a span {
    font-weight: bold;
}

.show3 a:nth-child(2) {
    float: right;
}

.c-bg {
    background: #e7e9ec url(../images/c-bg.jpg) center top no-repeat;
    background-size: 100%;
}

.c-bg .t {
    text-align: center;
    margin-bottom: 45px;
}

.c-bg .t p {
    font-size: 42px;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: bold;
}

.c-bg .box {
    width: 100%;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
}

.c-bg .box .map {
    width: 100%;
    height: 540px;
    margin-bottom: 20px;
}

.c-bg dl {
    overflow: hidden;
}

.c-bg dl dt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 65px;
}

.c-bg dl dt span {
    font-weight: bold;
}

.c-bg dl dt .iconfont {
    color: #e60012;
    font-size: 30px;
    position: relative;
    top: 4px;
}

.c-bg dl dd P{
    width: 49%;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    float: left;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 50px;
    background: #eee;
}

.c-bg dl dd strong{
    font-size: 16px;
    font-weight: bold;
}

.c-bg dl dd p:nth-child(1) {
    margin-bottom: 12px;
}

.c-bg dl dd p:nth-child(2) {
    float: right;
    margin-bottom: 12px;
}

.c-bg dl dd p:nth-child(4) {
    float: right;
}

.c-bg dl dd p:hover {
    background: #d90919;
    color: #fff;
}

.c-bg dl dd p:hover strong {
    color: #fff;
}
.c-bg dl dd p:hover  a{
        color: #fff;
}


.t-bg {
    background: #e7e9ec url(../images/t-bg.jpg) center top no-repeat;
    background-size: 100%;
}

.t-d1 .box {
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 80px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.t-d1 .box .text {
    text-align: center;
    margin-bottom: 40px;
}

.t-d1 .box .text .d2 {
    font-size: 16px;
    line-height: 32px;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}
.t-d1 .box .text2{
    width: 780px;
    max-width: 100%;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.t-d1 .box .text3{
    width: 100%;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.t-d1 .box .text3 .d1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.t-d1 .box .text3 .d2{
    font-size: 16px;
    line-height: 32px;
}
.fg {
    width: 100%;
    height: 40px;
    background: url(../images/fg.png) center no-repeat;
    background-size: auto 100%;
}

.t-d1 .fg {
    margin: 65px auto;
}

.t-d5 .fg {
    margin: 65px auto;
}
.t-d1 li{
    width: 48%;
    float: left;
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.t-d1 li:nth-child(-n+2){
    margin-top: 0;
}
.t-d1 li:nth-child(2n){
    float: right;
}
.t-d1 li .l_img {
    width: 100%;
    padding-bottom: 63.6%;
    margin-bottom: 20px;
}
.t-d1 li .c{
    width: 416px;
    height: auto;
    /*min-height: 150px;*/
    /*background: url(../images/jc-bg2.png) center top no-repeat;*/
    /*background-size: 100% 100%;*/
    background: #f0f2f5;
    border: 1px solid #cdd2d8;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 208px);
    bottom: 80%;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    text-align:left;
    padding: 25px 30px;
}
.t-d1 li .c::after{
    content: '';
    display: block;
    clear: both;
    width: 18px;
    height: 15px;
    background: url(../images/jc-bg2.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: calc(50% - 9px);
    top: 100%;
}
.t-d1 li:hover .c{
    opacity: 1;
}


.t-f{
    position: fixed;
    left: 60px;
    top: 20%;
    z-index: 99;
    width: 120px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.t-f li{
    border-bottom: 1px solid #eaeaea;
}
.t-f li:last-child{
    border-bottom: 0;
}
.t-f .t{
    width: 100%;
    /*border-bottom: 1px solid #eaeaea;*/
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
}
.t-f .t.active{
    color:#d90919;
}
.t-f  .box a{
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}
.t-f .box a.active{
        color:#d90919;
}
.type .right a.b {
    width: 110px;
}

 

.t-d2 .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 65px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.t-d2 li {
    width: 49%;
    float: left;
}

.t-d2 li .l_img {
    padding-bottom: 56.5%;
    background: #000;
}

.t-d2 li .l_img video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.t-d2 li:nth-child(2n) {
    float: right;
}

.t-d2 li .text {
    width: 100%;
    padding: 42px 24px;
    box-sizing: border-box;
}

.t-d2 li .text .d1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.t-d2 li .text .d2 {
    font-size: 16px;
    line-height: 32px;
}

.t-d2 li .text .d2 b {
}

.t-d2 .fg {
    margin: 15px auto 65px;
}

.t-d2 li.li2 {
    width: 100%;
    float: none;
}

.t-d2 li.li2 .l_img {
    padding-bottom: 0;
    height: auto;
}

.t-d2 li.li2 .l_img img {
    position: relative;
}

.t-d2 li.li2 .l_img video {
    position: relative;
}

.t-d3{
    width: 100%;
    background: #fff;
    padding: 65px 95px;
    box-sizing: border-box;
    margin-bottom: 90px;
    border-radius: 10px;
    
}
.t-d3 .text{
    width: 880px;
    margin: 0 auto 80px;
    max-width: 100%;
    text-align: center;
}

.t-d3 .text p{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.t-d3 .text span{
    font-size: 16px;
    line-height: 32px;
}
.t-d3 ul li{
    float: left;
    width: 48.5%;
    margin-bottom: 60px;
}

.t-d3 ul li:nth-child(2n){
    float: right;
}
.t-d3 ul li:nth-child(n+5){
    margin-bottom: 0;
}
.t-d3 ul li .t-d{
    margin-bottom: 15px;
    position: relative;
}
.t-d3 ul li .t-d .d1{
    font-size: 78px;
    line-height: 80px;
    opacity: .1;

}
.t-d3 ul li .t-d .d2:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position:absolute;
    left: 6px;
    top: calc(50% - 3px);
    background: #e70c1d;
}

.t-d3 ul li .t-d .d2{
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    padding-left: 18px;
}
.t-d3 ul li .l_img{
    padding-bottom: 58%;
}
.t-d3 ul li .l_img img{
    width: 100%;
}

.type .right2 a {
    background: #333333;
}

.t-d4 .box{
    width: 100%;
    padding: 85px 95px;
    background: #fff;
    box-sizing: border-box;
}
.t-d4 .box li{
    width: 100%;
    padding-bottom: 160px;
    position: relative;
}
.t-d4 .box li:last-child{
    padding-bottom: 0;
}
.t-d4 .box li:last-child:before{
   display: none;
}
.t-d4 .box li:after{
    content: '';
    display: block;
    clear: both;
}
.t-d4 .box li .img{
    float: left;
    width: 47.5%;
}
.t-d4 .box li .img img{
    width: 100%;
}
.t-d4 .box li .text{
    float: right;
    width: 47.5%;
}
.t-d4 .box li .text .d1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.t-d4 .box li .text .d2{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}

.t-d4 .box li .text .d3{
    font-size: 16px;
    line-height: 32px;
}
.t-d4 .box li.li2 .img{
    float: right;
}
.t-d4 .box li.li2 .text{
    float: left;
}
.t-d4 .box li.li4 .img{
    float: right;
}
.t-d4 .box li.li4 .text{
    float: left;
}
.t-d4 .box li.li6 .img{
    float: right;
}
.t-d4 .box li.li6 .text{
    float: left;
}
.t-d4 .box li .img2{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.t-d4 .box li .img2:hover img{
   transform: scale(1.4);
}
.t-d4 .box li .img1:hover img{
   transform: scale(1.1);
}


.t-d4 .box li.li2 .img2{
    width: 50%;
    float: left;
}
.t-d4 .box li.li4 .img2{
    width: 33.33333%;
    float: left;
}
.t-d4 .box li:before{
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/fg.png) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
}

.t-d5 .box {
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 80px 95px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.t-d5 li{
    width: 100%;
    overflow: hidden;
}
.t-d5 li .img-d{
    float: left;
    width: 49%;
}
.t-d5 li .img-d img{
    width: 100%;
}
.t-d5 .box li .text-d{
    float: right;
    width: 49%;
    text-align: left;
    padding-top: 5px;
}
.t-d5 .box li .text-d .d1{
    font-size: 30px;
    color: #d90919;
    margin-bottom: 25px;
}

.t-d5 .box li .text-d .d2{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}


.t-d5 li:nth-child(4) .img-d{
    float: right;
}
.t-d5 li:nth-child(4) .text-d{
    float: left;
}


.t-d5 li.li3 .img-d{
    float: right;
}
.t-d5 li.li3 .text-d{
    float: left;
}
.t-d5 li:nth-child(4){
    margin-bottom: 100px;
}

.t-d5 .box li.li2{
    float: left;
    width: 32.3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.1);
}
.t-d5 .box li.li2:nth-child(6){
    margin: 0 1.5%;
}
.t-d5 .box li.li2 .d1{
    width: 100%;
    padding: 0 40px;
    line-height:  105px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
}
.t-d5 .box li.li2 .d1 .img{
    float: right;
    width:50px;
    height: 105px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.t-d5 .box li.li2 .d1 .img img{
    max-width: 100%;
}
.t-d5 .box li.li2 .d2{
    width: 100%;
    height: 245px;
    padding: 35px 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
}

.p-bg {
    width: 100%;
    background: #e7e9ec url(../images/p-bg.jpg) center top no-repeat;
    background-size: 100%;
}

.p-d1 .img {
    position: relative;
}

.p-d1 .img img {
    width: 100%;
}

.p-d1 .img p {
    position: absolute;
    left: 95px;
    bottom: 65px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.p-d1 .text {
    margin-top: -30px;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    padding: 40px 95px;
    box-sizing: border-box;
}

.p-d1 .text .d1 {
    font-size: 18px;
    font-weight: bold;
    color: #d90919;
    margin-bottom: 20px;
}

.p-d1 .text .d2 {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.p-d2 {
    width: 100%;
    background: #e7e9ec;
}

.p-d2 .box {
    width: 100%;
    height: auto;
    background: url(../images/p2.jpg) center no-repeat;
    background-size: cover;
    padding: 85px 0 95px;
}

.p-d2 .box .w {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.p-d2 .box a {
    width: 32%;
    height: 62px;
    float: left;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8c929b;
    color: #fff;
    margin-right: 2%;
    font-size: 18px;
}

.p-d2 .box a:nth-child(3n) {
    margin-right: 0;
}

.p-d2 .box a:hover {
    background: #d90919;
}

.p-d2 .box a:this {
    background: #d90919;
}

.p-left {
    width: 338px;
    background: #838b95;
    border-radius: 10px;
    padding: 28px 0 15px;
    box-sizing: border-box;
    float: left;
}

.p-left .title {
    width: calc(100% - 60px);
    border-bottom: 3px solid #dfe0e4;
    padding-bottom: 20px;
    font-size: 24px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.p-left li a {
    display: block;
}

.p-left li .a1 {
    width: 100%;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

.p-left li .a2 {
    width: 100%;
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.p-left li .a2  a{
    color: #fff;
}
.p-left li .a2 i.iconfont {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
      color: #fff;
}

.p-left li .a2.show {
    background: #626c77;
}

.p-left li .a2.show i {
    transform: rotate(180deg);
}

.p-left li .n3 {
    display: none;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.p-left li .a3 {
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}
.p-left li .a3.active{
    background: #c60313;
}
.p-left li .a1:hover{
    color: #fff;
    background: #c60313;
}
.p-left li .a2:hover{
    color: #fff;
    background: #c60313;
}
.p-left li .a3:hover{
    color: #fff;
    background: #c60313;
}

.p-right {
    width: calc(100% - 360px);
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 40px 56px 55px;
    box-sizing: border-box;
}

.p-right .title {
    width: 100%;
    margin-bottom: 60px;
}
.p-right .title:after{
    content: '';
    display: block;
    clear: both;
}
.p-right .title span {
    float: left;
    font-size: 36px;
    font-weight: bold;
}

.p-right .title a {
    float: right;
    width: 70px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    color: #fff;
    margin-top: 5px;
}

.p-right li {
    width: 32%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 30px;
}

.p-right li .l_img {
    padding-bottom: 80%;
    margin-bottom: 20px;
}

.p-right li p {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-right li:nth-child(3n) {
    margin-right: 0;
}

.p-right li:hover .l_img {
    box-shadow: 0px 0px 16px rgba(198, 3, 19, .2);
}

.p-right li:hover p {
    color: #c60313;
}

.p-list, .p-show {
    width: 100%;
    overflow: hidden;
}

.p-show .p-right2 {
    padding: 50px;
    box-sizing: border-box;
}

.p-right2 .title2 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
}

.p-right2 .l_img {
    padding-bottom: 80%;
}

.p-right2 .l_img img {
    width: 90%;
    max-width: 800px;
}

.p-right2 .swiper-button-next, .p-right2 .swiper-button-prev {
    width: 40px;
    height: 66px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #999999;
}

.p-right2 .swiper-button-next:after, .p-right2 .swiper-button-prev:after {
    color: #999;
    font-weight: bold;
    font-size: 20px;
}

.p-right2 .swiper-button-next:hover, .p-right2 .swiper-button-prev:hover {
    background: #c60313;
    border: 1px solid #c60313;
}

.p-right2 .swiper-button-next:hover:after, .p-right2 .swiper-button-prev:hover:after {
    color: #fff;
}

.p-right2 .np {
    width: 100%;
    position: relative;
    padding-right: 85px;
    box-sizing: border-box;
}

.p-right2 .np a {
    width: 100%;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-right2 .np a:nth-child(1) {
    margin-bottom: 20px;
}

.p-right2 .np a.b {
    width: 70px;
    height: 26px;
    background: #333;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**/

.page {
    text-align: center;
    margin-top: 60px;
}

.page a {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 23px;
    border-radius: 3px;
    color: #999;
    text-align: center;
    margin: 0 4px;
    font-size: 16px;
    font-family: al;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 0 7px;
}

.page a.page-num-current {
    background: #c60313;
    color: #fff;
    border: 1px solid #c60313;
}

.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #dddddd;
    padding-top: 50px;
    background-color: #fff;
    background-image: url(../images/foot_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45%;
}

.footer .f-d {
    position: relative;
}

.footer .f-d .top {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 48px;
    color: #ccc;
    cursor: pointer;
}

.footer .f-d {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.footer .nav {
    width: 100%;
    overflow: hidden;
}

.footer dl {
    width: 20%;
    float: left;
}

.footer dl dt {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer dl dd a {
    color: #666666;
    padding: 4px 0;
    display: block;
}

.footer .bq {
    border-top: 1px solid #dedede;
    height: 68px;
    line-height: 67px;
    text-align: center;
    margin-top: 45px;
}

.sc-type{
    width: 100%;
    overflow: hidden;
     border-radius: 10px 10px 0 0;
}

.sc-type a{
    float: left;
    width: 25%;
    height:50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #8b929c;
    font-size: 18px;
   
}
.sc-type a.this{
    background: #d90919;
}

.hx-box{
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.hx-l{
    width: 415px;
    float: left;
    padding: 50px 80px 50px 60px;
    box-sizing: border-box;
}
.hx-l .t-d{
    font-size: 24px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.hx-l .c-d li{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.hx-l .c-d li .n1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.hx-l .c-d li dl{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.hx-l .c-d li dd{
    margin-bottom: 30px;
}
.hx-l .c-d li dd:last-child{
    margin-bottom: 0;
}
.hx-l .c-d li dd .n2{
    font-size: 16px;
    position: relative;

    cursor: pointer;
}

.hx-l .c-d li dd .n2:after{
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    position:absolute;
    right: 0;
    top: 0;
    background: url(../images/arr-d-r.png) center no-repeat;
    background-size: 100%;
}

.hx-l .c-d li dd .n3{
    margin-top: 30px;
    /*display: none;*/
        transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}
.hx-l .c-d li:nth-child(1) dd:nth-child(1) .n3{
    /*display: none;*/
}
.hx-l .c-d li dd .n3 a{
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-left: 30px;
    color: #666;
    box-sizing: border-box;
    font-size: 16px;
}
.hx-l .c-d li dd .n3 a:last-child{
    margin-bottom: 0;
}
.hx-l .c-d li dd .n3 a:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    border: 1px solid  #cdcdcd;
    box-sizing: border-box;
}

.hx-l .c-d li dd .n3 a.this:after{
    border: 1px solid  #d90919;
    background: #d90919;
}


.hx-r{
    width: calc(100% - 415px);
    float: right;
    padding: 42px 60px 60px 0;
    box-sizing: border-box;
}

.hx-r .t-d{
    margin-bottom: 40px;
}

.hx-r .t-d .d1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hx-r .t-d .d2{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 35px;
}

.hx-r .t-d .d3{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e7e9ec;
    font-size: 24px;
    text-align: center;
}
.hx-r .list li{
    margin-bottom: 30px;
}
.hx-r .list li .text-d{
    margin-bottom: 20px;
}
.hx-r .list li .text-d .d1{
    font-size: 20px;
    font-weight: bold;
    color: #d90919;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.hx-r .list li .text-d .d1:after{
    content: '';
    display: block;
    width: 8px;
    height: 20px;
    position:absolute;
    left: 0;
    top: 0;
    background: #333333;
}

.hx-r .list li .text-d .d2{
    font-size: 16px;
    line-height: 32px;
}
.hx-r .list li .text-d .d2 span{
    font-weight: bold;
}
.hx-r .list li .img-d{
    width: 100%;
    overflow:hidden;
}
.hx-r .list li .img-d .img{
    float: left;
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 15px;
}
.hx-r .list li .img-d .img:nth-child(3n){
    margin-right: 0;
}
.hx-r .list li .img-d .l_img{
     padding-bottom: 80.2%;
    margin-bottom: 5px;
}
.hx-r .list li .img-d .l_img:hover img{
       transform: scale(1.2);
}
.hx-r .list li .img-d p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    /*padding-right: 20px;*/
}
/*.hx-r .list li .img-d p:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 20px;*/
/*    height: 24px;*/
/*    background: url(../images/arr-r-9.png) right center no-repeat;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top:0;*/

/*}*/
@media screen and (min-width: 300px) {
    .container {
        width: 94%;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1280px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1460px) {
    .container {
        width: 1440px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1620px) {
    .container {
        width: 1600px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1620px) {
    .header {
        width: 94%;
        left: 3%;
    }
    .t-f {
        width: 90px;
        left: 5px;
        border-radius: 8px;
            top: 42%;
    }
    .t-f .t {
        padding: 15px 0;
        font-size: 14px;
        
    }
    .t-f .box a {
          font-size: 12px;
          line-height: 16px;
        margin: 0 auto 10px;
    }
    .header .nav {
        margin-right: 8%;
    }
}

@media screen and (max-width: 1440px) {

    .header .logo {
        width: 100px;
        height: 70px;
    }

    .header .nav li .n {
        font-size: 15px;
        padding: 0 30px;
    }

    .header .nav li {
        /*margin-top: 26px;*/
        /*padding-bottom: 26px;*/
    }

    

    .header .nav li .n-d {
        top: 44px;
    }

 
    .i-footer ul li {
        height: 110px;
        line-height: 110px;
    }

    .i-footer .d1 {
        font-size: 14px;
    }

    .i-footer .d1 .btn .iconfont {
        font-size: 20px;
    }

    .i-footer ul li p {
        font-size: 20px;
    }

    .i-footer ul li i.iconfont {
        font-size: 30px;
    }

    .type {
        margin-bottom: 30px;
    }

    .type .left {
        font-size: 32px;
    }

    .type .right a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-left: 5px;
    }

    .a-box {
        padding: 180px 0 100px;
    }

    .s-t {
        margin-bottom: 0;
    }

    .s-t span {
        line-height: 50px;
        font-size: 50px;
    }

    .s-t p {
        font-size: 24px;
    }

    .a-d3 .box {
        padding: 40px 60px;
        margin-bottom: 40px;
    }

    .a-d3 .box .d2 ul {
        height: 110px;
    }

    .a-d3 .box .d2 ul li {
        padding-top: 26px;
    }

    .a-d3 .box .d2 ul li p {
        font-size: 35px;
    }

    .a-d3 .box .d2 ul li span {
        font-size: 13px;
    }

    .a-d4 .box {
        padding: 40px 60px;
    }

    .a-d4 .list li .t .text {
        font-size: 16px;
    }

    .a-d4 .list li .t {
        padding-right: 50px;
    }

    .a-d4 .dt {
        margin-bottom: 60px;
    }

    .a-d2 li .d2 {
        font-size: 14px;
        line-height: 28px;
    }

    .a-d2 li .d1 {
        font-size: 30px;
    }
 
    .a-d6 .box {
        padding: 40px 60px ;
        margin-bottom: 40px;
    }

    .a-d6 .swiper-button-next, .a-d6 .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 10px;
    }

    .a-d6 .swiper-button-next {
        left: auto;
        right: 10px;
    }

    .a-d7 .box {
        padding: 40px 60px;
        margin-bottom: 0;
    }

    .a-d8 .box {
        padding: 40px 60px;
        margin-bottom: 40px;
    }

    .c-bg .box {
        padding: 40px;
    }

    .c-bg .box .map {
        width: 100%;
        height: 450px;
    }

    .c-bg .t p {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .n-list li .text {
        padding: 40px 40px 0;
    }

    .n-show {
        width: 100%;
        padding: 60px 40px 40px;
    }

    .n-show .b {
        left: 40px;
        top: 20px;
        font-size: 16px;
    }

    .n-show .b .iconfont {
        font-size: 20px;
        top: 2px;
    }

    .show1 {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .show1 .d1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .show3 {
        overflow: hidden;
        margin-top: 40px;
    }

    .show3 a {
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }

    .p-d1 .img p {
        left: 50px;
        bottom: 50px;
        font-size: 30px;
    }

    .p-d1 .text {
        padding: 30px 50px;
    }

    .p-d2 .box {
        width: 100%;
        height: auto;
        background: url(../images/p2.jpg) center no-repeat;
        background-size: cover;
        padding: 50px 0;
    }

    .p-d2 .box a {
        height: 45px;
        font-size: 16px;
    }

    .p-left {
        width: 280px;
        padding: 20px 0 10px;
    }

    .p-left .title {
        width: calc(100% - 40px);
        padding-bottom: 15px;
        font-size: 20px;
    }

    .p-left li .a1 {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        padding: 0 20px;
    }

    .p-left li .a2 {
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }

    .p-left li .a3 {
        line-height: 35px;
        font-size: 13px;
        padding: 0 20px;
    }

    .p-left li .a2 i.iconfont {
        font-size: 24px;
    }

    .p-right {
        width: calc(100% - 300px);
        border-radius: 10px;
        padding: 40px;
    }

    .p-right .title {
        margin-bottom: 30px;
    }

    .p-right .title span {
        font-size: 26px;
    }

    .p-right .title a {
        height: 24px;
        margin-top: 0px;
    }

    .p-right li p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .t-d1 .box {
        padding: 40px 60px;
    }
    .t-d5.box {
        padding: 40px 60px;
    }
    

    .t-d1 .box ul li .d2 {
        font-size: 15px;
    }

  

    .t-d1 .fg {
        margin: 40px auto;
    }
     .t-d5 .fg {
        margin: 40px auto;
    }
    .t-d1 li {
        margin-top: 40px;
    }
    .t-d1 li .l_img {
        margin-bottom: 15px;
    }
    .t-d2 .box {
        padding: 40px 60px 40px;
    }
    
    .t-d2 li .text {
        width: 100%;
        padding: 30px 16px;
    }
    .t-d2 li .text .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .t-d2 li .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .a-d2 li:after {
        left: -8.31%;
    }
    .a-d2 li:nth-child(2n):after {
        right: -8.6%;
    }
    .a-d5 .box li .text {
        padding: 0 60px;
    }
    .a-d5 .box li .text .d1{
        height: 90px;
        font-size: 30px;
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .a-d5 .box {
        margin-bottom: 60px;
    }
    .a-d10 .box {
        padding: 60px 65px; 
    }
    .a-d10 .box li {
        margin-bottom: 60px;
        padding: 55px 45px 45px;
    }
    .a-d10 .box li .d1 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .a-d10 .box li .d1 span {
        font-size: 30px;
    }
    .a-d10 .box li .d1 i {
        top: -5px;
        margin-left: 4px;
    }
    .a-d10 .box li .d4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .a-d10 .box li .d2 p {
        padding-left: 15px;
        font-size: 14px;
        margin-bottom:  15px;
    }
    .a-d10 .box li .d2 p:after {
        width: 6px;
        height: 6px;
        top: 3px;
    }
    .a-d10 .box li .d3 {
        font-size: 60px;
        left: 45px;
        top: -30px;
    }
    .header .l-d {
        margin-left: 20px;
    }
    .t-d3 {
        padding: 45px 55px;
        margin-bottom: 60px;
    }
    .t-d3 .text p {
        font-size: 30px;
        margin-bottom: 20px;
    }
       .t-d3 .text {
        margin: 0 auto 50px;
    }
    .sc-type a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .t-d1 li .c {
    font-size: 13px;
    }
      .t-d1 .box .text2 {
          margin: 0 auto 40px;
    }
    .t-d1 .box .text3 .d1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .t-d1 .box .text3 .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .t-d4 .box li .text .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .t-d4 .box li .text .d2 {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
     .t-d4 .box li .text .d3 {
        font-size: 14px;
        line-height: 28px;
    }
    .t-d4 .box li {
        padding-bottom: 120px;
    }
    .t-d4 .box li:before {
        bottom: 40px;
    }
    .t-d4 .box {
        padding: 40px 60px;
    }
    .t-d5 .box {
        padding: 40px 60px;
    }
    .t-d5 .box li .text-d .d1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .t-d5 .box li .text-d .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .t-d5 li:nth-child(4) {
        margin-bottom: 60px;
    }
    .t-d5 .box li.li2 .d1 {
        padding: 0 20px;
        line-height: 80px;
        font-size: 20px;
    }
    .t-d5 .box li.li2 .d1 .img {
        width: 35px;
        height: 80px;
    }
    .t-d5 .box li.li2 .d2 {
        height: 195px;
        padding: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .hx-l {
        width: 340px;
        float: left;
        padding: 40px 50px 40px 40px;
        box-sizing: border-box;
    }
    .hx-r {
         width: calc(100% - 340px);
         padding: 40px 50px 40px 0;
    }
    .hx-l .t-d {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .hx-l .c-d li .n1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hx-l .c-d li dd {
        margin-bottom: 20px;
    }
    .hx-l .c-d li dd .n2 {
        font-size: 14px;
    }
    .hx-l .c-d li dd .n3 a {
         margin-bottom: 20px;
         padding-left: 30px;
         font-size: 14px;
    }
    .hx-l .c-d li dd .n3 {
        margin-top: 20px;
    }
    .hx-l .c-d li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .hx-r .t-d .d1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .hx-r .t-d .d2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .hx-r .t-d .d3 {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .hx-r .t-d {
        margin-bottom: 30px;
    }
    .hx-r .list li .img-d .img {
        margin-bottom: 25px;
    }
    .hx-r .list li .text-d .d1 {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        padding-left: 15px;
    }
    .hx-r .list li .text-d .d1:after {
        width: 6px;
        height: 18px;
    }
    .hx-r .list li .text-d .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .hx-r .list li .text-d {
        margin-bottom: 10px;
    }   
    .hx-r .list li .img-d p {
          font-size: 14px;
         line-height: 20px;
         height: 40px;
    }

}

@media screen and (max-width: 1220px) {
    .header {
        padding: 0 15px;
    }

    .header .l-d {
        /*margin-left: 20px;*/
    }

    /*.i-banner img {*/
    /*    width: 1400px;*/
    /*    left: calc(50% - 700px);*/
    /*}*/

    .header .nav li .n {
        font-size: 14px;
        padding: 0 25px;
    }

    .a-box {
        padding: 150px 0 80px;
    }

    .a-d8 .box {
        padding: 40px;
    }

    .n-list li .text {
        padding: 30px 30px 0;
    }
    .a-d5 .box li .text .d2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .a-d5 .box li .text .d3 {
        font-size: 14px;
        line-height: 24px;
    }
    .a-d5 .box li .text .d1 {
        margin-bottom: 40px;
    }
    .header .nav {
        margin-right: 6%;
    }
}

@media screen and (max-width: 1020px) {
   .header.f .container {
    width: 100%;
}
    .header {
        width: 100%;
        left: 0%;
        top: 0;
        border-radius: 0;
    }

    .header .nav {
        display: none;
    }

    .rg {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

    .header .logo {
        width: 50px;
        height: 60px;
        position: absolute;
        left: calc(50% - 25px);
        top: 0;
    }
 .header .l-d {

    line-height: 60px;
    height: 60px;
}
    
 

    /*.i-banner img {*/
    /*    width: 1200px;*/
    /*    left: calc(50% - 600px);*/
    /*}*/

    .i-footer ul {
        margin-top: 25px;
    }

    .a-d4 .list li .img-box {
        width: 90%;
        left: 5%;
        top: 20%;
        padding: 20px 15px;
    }

    .n-list li .text {
        padding: 20px 20px 0;
    }

    .p-left {
        width: 100%;
        padding: 20px 0 10px;
        margin-bottom: 30px;
    }

    .p-right {
        width: 100%;
        padding: 20px;
    }

    .p-right li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .p-right li:nth-child(2n) {
        float: right;
    }
      .i-banner img.pc {
        display: none;
    }

    .i-banner img.wap {
        display: block;
        width: 100%;
        left: 0;
        margin-top: 60px;
    }
    .hx-l {
        width: 300px;
        float: left;
        padding: 40px 30px 40px 20px;
        box-sizing: border-box;
    }
    .hx-r {
        width: calc(100% - 300px);
         padding: 42px 40px 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 0 10px;
    }

    .header.f .container {
        width: 100%;
    }

  
    .i-footer ul {
        margin-top: -65px;
    }

    .i-footer ul li {
        height: 125px;
        text-align: center;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .i-footer ul li p {
        font-size: 16px;
        width: 100%;
        margin-bottom: 8px;
    }

    .i-footer ul li span {
        display: block;
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .i-footer ul li i.iconfont {
        width: 100%;
        position: static;
    }

    .i-footer .d1 .fk {
        width: 100%;
        float: none;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .i-footer .d1 .btn {
        width: 100%;
        float: none;
        text-align: center;
    }

    .i-footer .d1 .btn a {
        margin: 0 10px;
    }

    .i-footer .d1 .btn .iconfont {
        font-size: 30px;
    }

    .i-footer .d2 {
        width: 100%;
        height: auto;
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
        padding: 5px 0;
    }

    .i-footer .d2 .left {
        width: auto;
        float: none;
        display: inline;
    }

    .i-footer .d2 .right {
        width: auto;
        float: none;
        display: inline;
    }

    .a-box {
        padding: 100px 0 40px;
    }

    .type {
        margin-bottom: 30px;
    }

    .type .left {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    .type .right {
        width: 100%;
    }

    .type .right a {
        width: 48%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;;
    }

    .type .right a:nth-child(2n) {
        float: right;
    }

    .type .right a:nth-child(-n+2) {
        margin-bottom: 10px;
    }

    .s-t {
        text-align: center;
        position: relative;
        padding: 0;
        margin-bottom: 15px;
    }

    .s-t p {
        font-size: 17px;
        line-height: 18px;
    }
    .s-t2 p{
        position: static;
    }
    .s-t span {
        display: block;
        line-height: 30px;
        font-size: 24px;
        font-weight: bold;
        opacity: .1;
        text-transform: uppercase;
    }

    .a-d3 .box {
        padding: 20px 25px;
        margin-bottom: 30px;
    }

    .a-d3 .box .d1 {
        font-size: 14px;
        line-height: 28px;
        text-indent: 2em;
        text-align: justify;
    }

    .a-d3 .box .d1 br {
        display: none;
    }

    .a-d3 .box .d2 {
        margin: 30px auto;
    }

    .a-d3 .box .d2 ul {
        height: auto;
    }

    .a-d3 .box .d2 ul li {
        width: 50%;
        padding: 0;
        margin: 20px 0;
    }

    .a-d3 .box .d2 ul li p {
        font-size: 24px;
    }

    .a-d3 .box .d2 ul li span {
        font-size: 12px;
    }

    .a-d3 .box .d2 ul li:nth-child(-n+2) {
        margin-bottom: 0;
    }

    .a-d4 .box {
        padding: 20px 30px;
    }

    .a-d4 .dt {
        margin-bottom: 25px;
    }

    .a-d4 .list .t-d {
        font-size: 15px;
        padding-left: 45px;
        background: url(../images/a5.png) 0 2px no-repeat;
        background-size: 40px auto;
        padding-bottom: 0.1rem;
    }

    .a-d4 .list li .t {
        height: auto;
        line-height: 1;
        padding-right: 30px;
        padding: 15px 20px 15px 0;
    }

    .a-d4 .list li .t .num {
        width: 30px;
        font-size: 16px;
    }

    .a-d4 .list li .t .text {
        width: calc(100% - 30px);
        margin-bottom: 5px;
        font-size: 14px;
    }

    .a-d4 .list li .t .text span {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .a-d4 .list li .t .text span u {
        display: none;
    }

    .a-d4 .list li .t .text em {
        display: block;
    }

    .a-d4 .list li .t .btn2, .a-d4 .list li .t .btn {
        width: 90px;
        height: 24px;
        margin-top: 0;
        font-size: 12px;
        float: none;
        margin-left: 30px;
    }

    .a-d4 .list li .t .btn img, .a-d4 .list li .t .btn2 img {
        width: 14px;
    }

    .a-d4 .list:nth-child(2) {
        margin-bottom: 32px;
    }

    .a-d4 .list li .t i {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .a-d4 .list li .b {
        padding: 10px 0 10px 30px;
        font-size: 14px;
        line-height: 24px;
    }

    .footer {
        width: 100%;
        height: 105px;
        padding-top: 55px;
        background-image: url(../images/foot_bg.jpg);
        background-position: 50px bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        box-sizing: border-box;
    }

    .footer .nav {
        display: none;
    }

    .footer .bq {
        border-top: 0;
        height: auto;
        text-align: center;
        margin-top: 0px;
        font-size: 12px;
        line-height: 20px;
        color: #999;
    }

    .footer a {
        color: #999;
    }

    .footer .f-d .top {
        font-size: 30px;
        width: .3rem;
        left: calc(50% - 15px);
        top: -40px;
    }

    .a-d1 img.pc {
        display: none;
    }

    .a-d1 img.wap {
        display: block;
    }

    .a-d2 {
        margin-top: 20px;
        padding: 50px 0;
    }

    .a-d2:after {

        left: 0;
    }

    .a-d2:before {

        left: 10px;
    }

    .a-d2 .c {
        left: 10px;
    }

    .a-d2 li {
        width: calc(100% - 40px);
        padding: 15px;
        float: right !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

   .a-d2 li:after {
       left: -35px;
    }

    .a-d2 li .d1 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .a-d2 li .d2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .a-d2 li:nth-child(2n) {
        margin-left: 0%;
        margin-right: 10%;
    }

    .a-d2 li .d2 p:after {
        top: 8px;
    }

    .a-d2 li:nth-child(2n):before {
        border-right: 12px solid #fff;
        border-left: 0px solid #fff;
        position: absolute;
        left: -12px;
        right: 0px;
    }

    .a-d2 li:nth-child(2n):after {
        left: -35px;
        right: auto;
    }

    .a-d2 .m {
        width: 30px;
        height: 30px;
        position: absolute;
        left: calc(50% - 15px);
        bottom: 0;
        color: #c60313;
        font-size: 30px;
        cursor: pointer;
    }

    .a-d4 .list li .img-box {
        top: 30%;
    }

    .a-d4 .list li .img-box {
        padding: 16px 10px;
    }

    .a-d4 .list li .img-box .t-d2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .a-d4 .list li .swiper-button-prev {
        left: -10px;
    }

    .a-d4 .list li .swiper-button-next {
        right: -10px;
    }

    .a-d4 .list li .swiper-button-next:after, .a-d4 .list li .swiper-button-prev:after {
        font-size: 16px;
    }
 
 
    .a-d6 .box {
        padding: 20px 40px;
        margin-bottom: 20px;
    }

    .a-d6 .swiper-slide .d1 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .a-d6 .swiper-slide .d1 i {
        font-size: 22px;
        margin-right: 10px;
    }

    .a-d6 .swiper-slide .d2 {
        font-size: 14px;
        line-height: 24px;
    }

    .a-d7 .box img {
        margin-bottom: 10px;
    }

    .a-d7 .box {
        padding: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .a-d8 .box {
        padding: 20px 10px;
    }

    .a-d8 .box li {
        width: 50%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .a-d8 .box li .h {
        left: -10%;
        width: 120%;
        padding: 20px 15px 0;
        min-height: 198px;
        background: url(../images/a17.png) center top no-repeat;
        background-size: 100% 100%;
    }

    .c-bg .box {
        padding: 20px;
    }

    .c-bg dl dt {
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .c-bg dl dt .iconfont {
        font-size: 20px;
        top: 1px;
    }

    .c-bg dl dd p{
        width: 100%;
        display: block;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .c-bg dl dd p strong {
        font-size: 13px;
    }

    .c-bg .box .map {
        width: 100%;
        height: 300px;
    }

    .c-bg .t {
        margin-bottom: 20px;
    }

    .c-bg .t p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .c-bg .t p span {
        font-size: 12px;
    }

    .n-list li .text {
        width: 100%;
        float: none;
        padding: 15px 15px 0;
    }

    .n-list li .l_img {
        width: 100%;
        float: none;
        padding-bottom: 65.5%;
    }

    .n-list li .text .d3 {
        display: none;
    }

    .n-list li .text .d1 {
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 20px;
    }

    .n-list li .text .d2 {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .n-list li .text .d2 i {
        margin-right: 4px;
        font-size: 13px;
        top: 1px;
    }

    .n-list li .d4 {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .n-list .m {
        width: 130px;
        height: 35px;
    }

    .type .left {
        width: 100%;
    }

    .n-show {
        width: 100%;
        padding: 35px 15px 20px;
    }

    .show1 {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .show1 .d1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .show1 .d2 {
        font-size: 12px;
    }

    .show1 .d2 i {
        font-size: 14px;
        top: 0px;
    }

    .show2 {
        font-size: 12px;
        line-height: 24px;
    }

    .show3 {
        margin-top: 20px;
    }

    .show3 a {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .show3 a:nth-child(1) {
        margin-bottom: 10px;
    }

    .n-show .b {
        left: 15px;
        top: 10px;
        font-size: 12px;
    }

    .n-show .b .iconfont {
        font-size: 15px;
        top: 2px;
    }

    .p-d1 .img p {
        left: 15px;
        bottom: 40px;
        font-size: 18px;
    }

    .p-d1 .text {
        padding: 20px 15px;
    }

    .p-d1 .text .d1 {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .p-d1 .text .d2 {
        font-size: 12px;
        line-height: 24px;
    }

    .p-d2 .box {
        padding: 20px 0;
    }

    .p-d2 .box a {
        width: 100%;
        height: 34px;
        float: none;
        margin-right: 0%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .p-right .title {
        margin-bottom: 20px;
    }

    .p-right .title span {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .p-right .title a {
        display: none;
    }

    .p-right li {
        margin-bottom: 15px;
        width: 100%;
    }

    .page {
        text-align: center;
        margin-top: 20px;
    }

    .page a {
        height: 20px;
        line-height: 18px;
        margin: 0 2px;
        font-size: 12px;
        padding: 0 5px;
    }

    .p-left .title {
        padding-bottom: 10px;
        font-size: 18px;
        padding-left: 0;
    }

    .p-left li .a1 {
        font-size: 14px;
    }

    .p-left li .a2 {
        line-height: 30px;
        font-size: 12px;
    }

    .p-left li .a3 {
        line-height: 30px;
        font-size: 12px;
    }

    .p-show .p-right2 {
        padding: 20px 10px;
    }

    .p-right2 .title2 {
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 24px;
    }

    .p-right2 .swiper-button-next, .p-right2 .swiper-button-prev {
        width: 18px;
        height: 36px;
        left: 0;
    }

    .p-right2 .swiper-button-next {
        left: auto;
        right: 0;
    }

    .p-right2 .swiper-button-next:after, .p-right2 .swiper-button-prev:after {
        font-size: 12px;
    }

    .p-right2 .np {
        padding-right: 0;
        margin-top: 20px;
    }

    .p-right2 .np a {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .p-right2 .np a.b {
        width: 60px;
        height: 20px;
        position: static;
    }

    .t-d1 .box {
        padding: 20px;
    }
 

    .t-d1 .fg {
        margin: 20px auto;
    }
    .t-d5 .fg {
        margin: 20px auto;
    }
    .t-d2 .box {
        padding: 20px ;
    }
    .t-d2 li {
        width: 100%;
        float: left;
    }
    .t-d2 li .text {
        width: 100%;
        padding: 20px 0px;
    }
    .t-d2 li .text .d1 {
        font-size:16px;
        margin-bottom:5px;
    }
    .t-d2 li .text .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .t-d2 .fg {
        margin: 10px auto 30px;
    }
    .fg {
        height: 30px;
        background-size: auto 100%;
    }
    .a-d6 .swiper-button-next, .a-d6 .swiper-button-prev{
        width: 30px;
        height: 30px;
        left: 5px;
    }
    .a-d6 .swiper-button-next {
         left: auto;
         right: 5px;
    }
    .a-d6 .swiper-button-next:after, .a-d6 .swiper-button-prev:after {
    font-size: 20px;
    }
    .a-d5 .box li .img {
        width: 100%;
    }
    .a-d5 .box li .text {
        width: 100%;
        padding: 0 20px 20px;
    }
    .a-d5 .box li .text .d1 {
        height: 50px;
        font-size: 20px;
        padding-top: 30px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .a-d5 .box li .text .d2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .a-d5 .box {
        margin-bottom: 30px;
    }
    .a-d10 .box {
        padding: 30px 20px;
    }

    .a-d10 .box li {
        border: 2px solid #d90919;
        margin-bottom: 30px;
        padding: 25px 15px 20px;
    }
    .a-d10 .box li .d1 {
        border-bottom: 2px solid #dbdbdb;
        padding-bottom: 8px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .a-d10 .box li .d1 i {
        width: 4px;
        height: 4px;
        top: -4px;
    }
    .a-d10 .box li .d1 span {
        font-size: 20px;
    }
    .a-d10 .box li .d3 {
        font-size: 40px;
        left: 20px;
        top: -20px;
    }
    .a-d10 .box li .d2 p {
        padding-left: 15px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .a-d10 .box li .d2 p:after {
        width: 6px;
        height: 6px;
        top: 5px;
    }
    .a-d10 .box li .d4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .a-d5 .box li {
        background: #fff url(../images/fuerda.png) center 106% no-repeat;
        background-size: 100%;
    }
  .a-d5 .box li:nth-child(2) {
        background: #fff url(../images/fuerda.png) center 106% no-repeat;
        background-size: 100%;
        margin-top: 30px;
    }
    .header .l-d{
        width: 90px;
        margin-right: 0;
    }
    .header .l-d a{
        font-size: 13px;
    }
    .t-d3 {
        padding: 20px 25px;
        margin-bottom: 30px;
    }
    .t-d3 .text p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .t-d3 .text span {
        font-size: 12px;
        line-height: 20px;
    }
    .t-d3 .text {
        width: 880px;
        margin: 0 auto 30px;
    }
    .t-d3 ul li {
        margin-bottom: 20px;
    }
    .t-d3 ul li .t-d {
        margin-bottom: 10px;
    }
    .t-d3 ul li .t-d .d2 {
        line-height: 50px;
        font-size: 12px;
        padding-left: 18px;
    }
    .t-d3 ul li .t-d .d1 {
        font-size: 50px;
        line-height: 50px;
    }
    .t-f{
        
   
    }
    .t-f {
        left: 0;
        width: 75px;
        background: rgba(255,255,255,.4);
        top: 42%;
    }
    .t-f .t {
        padding: 8px 0;
        font-size: 12px;
    }
    .sc-type a {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .t-d1 .box .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .t-d1 .box .text {
        margin-bottom: 0px;
    }

    .t-d1 li {
        margin-top: 20px;
        font-size: 12px;
    }
    .t-d1 li .l_img {
        margin-bottom: 5px;
    }
    .t-d1 li .c {
        width: 100%;
        /*height: auto;*/
        /*min-height: 60px;*/
        /*max-height: 80px;*/
        /*overflow-y: auto;*/
        left: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 8px ;
    }
    .t-d1 li .c::after{
 
    width: 10px;
    height: 12px;
    left: calc(50% - 5px);
    top: 97%;
}
    
    .t-d1 .box .text2 {
        font-size: 14px;
        line-height: 24px;
          margin: 0 auto 20px;
    }
    .t-d1 .box .text3 .d1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .t-d1 .box .text3 .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .t-d4 .box li{
       padding-bottom: 70px;
    }
    .t-d4 .box {
        padding: 20px;
    }
    .t-d4 .box li .img{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .t-d4 .box li .text{
         width: 100%;
    }
    .t-d4 .box li .text .d1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .t-d4 .box li .text .d2 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .t-d4 .box li .text .d3 {
        font-size: 12px;
        line-height: 20px;
    }
    .t-d4 .box li:before {
        height: 30px;
        bottom: 20px;
    }
    .t-d5 .box {
        padding: 20px;
    }
    .t-d5 li .img-d {
        width: 100%;
        margin-bottom: 15px;
    }
    .t-d5 .box li .text-d {
        width: 100%;
        padding-top: 5px;
    }
    .t-d5 .box li .text-d .d1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .t-d5 .box li .text-d .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .t-d5 li:nth-child(4) {
        margin-bottom: 30px;
    }
    .t-d5 .box li.li2 {
        width: 100%;
    }
    .t-d5 .box li.li2:nth-child(6) {
        margin: 15px 0;
    }
    .t-d5 .box li.li2 .d1 {
        padding: 0 15px;
        line-height: 50px;
        font-size: 16px;
    }
    .t-d5 .box li.li2 .d1 .img {
        width: 20px;
        height: 50px;
    }
    .t-d5 .box li.li2 .d2 {
        height: auto;
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .hx-l {
         width: 100%;
         padding: 20px;
        box-sizing: border-box;
    }
    .hx-l .t-d {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .hx-l .c-d li .n1 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .hx-l .c-d li dd .n2 {
        font-size: 12px;
    }
    .hx-l .c-d li dd .n3 {
        margin-top: 12px;
    }
    .hx-l .c-d li dd .n3 a {
        margin-bottom: 12px;
        padding-left: 20px;
        font-size: 12px;
    }
    .hx-r {
         width: 100%;
         padding: 0 20px 20px;
    }
    .hx-r .t-d {
        margin-bottom: 20px;
    }
    .hx-r .t-d .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hx-r .t-d .d2 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .hx-r .t-d .d3 {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .hx-r .list li .text-d .d1{
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 4px;
    }
    .hx-r .list li .text-d .d1:after {
        width: 5px;
        height: 16px;
    }
    .hx-r .list li .text-d .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .hx-r .list li .img-d .img {
        width:  48.5%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .hx-r .list li .img-d .img:nth-child(2n){
        float: right;
    }
    .hx-r .list li .img-d p {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }
    /*.hx-r .list li .img-d p:after {*/
    /*    width: 20px;*/
    /*    height: 18px;*/
    /*    background: url(../images/arr-r-9.png) right center no-repeat;*/
    /*    background-size: auto 12px;*/
    /*}*/
    .show2 p {
        margin-bottom: 10px;
    }
    .wap-hx-a{
        display: block !important;
        overflow: hidden;
    }
    
    .wap-hx-a a{
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 14px;
        border: 1px solid  #cdcdcd;
        color: #999999;
        font-size: 14px;
        border-radius: 5px;
        text-align: center;
        line-height: 30px;
        height: 32px;
        box-sizing: border-box;
    }
     .wap-hx-a a.active {
         color: #fff;
         background: #d90919;
          border: 1px solid  #d90919;
     }
    .wap-hx-a a:nth-child(3n){
        margin-right: 0;
    }
    .t-f{
        display: none;
    }
    .a-d3 .box .d2 ul {
        padding-bottom: 30px;
    }
    .a-d3 .box .d2 .time{
        height: 30px;
         line-height: 30px;
     
         font-size: 12px;
    }
}
