/*s2*/
.bg2 {
    background: url("../images/bg2.jpg") no-repeat center center;
    background-size: 100% 100%;
    animation: bg 16s linear 0s infinite;
}
.bg4 {
    background: url("../images/bg3.jpg") no-repeat center center;
    background-size: 100% 100%;
    animation: bg 16s linear 0s infinite;
}
@keyframes bg {
0, 100% {
background-size:100% 100%;
}
50% {
background-size:120% 120%;
}
}
.w-93 {
    width: 90%;
    margin: 0 auto;
}
/*s3*/
/*
.p-bg0 { background: url(../images/p0.jpg) no-repeat center center; background-size: cover; }
.p-bg1 { background: url(../images/p1.jpg) no-repeat center center; background-size: cover; }
.p-bg2 { background: url(../images/p2.jpg) no-repeat center center; background-size: cover; }
.p-bg3 { background: url(../images/p3.jpg) no-repeat center center; background-size: cover; }
.p-bg4 { background: url(../images/p4.jpg) no-repeat center center; background-size: cover; }
.p-bg5 { background: url(../images/p5.jpg) no-repeat center center; background-size: cover; }
*/

.s3_content .s3_li {
    width: 25%;
    height: 100vh;
    border-left: 1px solid rgba(255,255,255,0.15);
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    perspective: 2000px;
    overflow: hidden;
}

@media (min-width: 1200px) {
.s3_content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
}

@media (min-width: 721px) {
.list li .s3_on:hover {
    opacity: 1;
    transform: rotateY(0deg);
}
.s3_content .s3_li:hover .si3_d {
    opacity: 0;
}
.s3_content .s3_li:hover .info {
    opacity: 1;
    transform: rotateY(0deg);
}
}
.info {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 22.7vw;
    opacity: 0;
    transform-origin: 0% 50%;
    transform: rotateY(0deg);
    transition: all 0.3s ease 0.2s;
}
.s3_content .s3_li .si3_d {
    text-align: center;
    opacity: 1;
    transition: all 1s linear 0s;
}
.s3_content .s3_li .si3_d img {
    display: inline-block;
}
.s3_content h4 {
    font-size: 1.875vw;
    color: #FFFFFF;
    line-height: 1;
    padding: 2.5vw 0 17px;
}
.s3_content h5 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}
.s3_on {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: rotateY(-97deg);
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    right: 0;
    top: 0;
}
.s3_on img {
    width: 100%;
    height: 100vh;
}
.s3 ul.list a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.s3 ul.list a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s ease 0s;
}
.s3 ul.list a>.dis-m {
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    transition: 0.3s ease 0s;
}
.s3 i {
    display: block;
}
.s3 ul.list a>.dis-m h3 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: normal;
}
.s3 ul.list a>.dis-m span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.s3 ul.list a>.dis-m img {
    margin: 0 auto;
    max-width: 70px;
    max-height: 70px;
}
.s3, .s3 ul.list, .s3 ul.list li {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.s3 ul.list {
    display: flex;
}
.s3 ul.list li {
    float: left;
    width: 34%;
    transition: 1s ease 0s;
    border: 0.1px solid #0a2e63;
}
.s3 ul.list li:hover {
    width: 40%;
}
.s3 ul.list li .p-bg0:hover {
    background: url("../images/i1.jpg") no-repeat center;
    background-size: cover;
}
.s3 ul.list li .p-bg1:hover {
    background: url("../images/i.jpg") no-repeat center;
    background-size: cover;
}
/*
.s3 ul.list li .p-bg2:hover {
    background: url("../images/i2.jpg") no-repeat center;
    background-size: cover;
}
*/
.s3 ul.list li .p-bg3:hover {
    background: url("../images/i4.jpg") no-repeat center;
    background-size: cover;
}

.s3 ul.list li .p-bg4:hover {
    background: url("../images/i6.jpg") no-repeat center;
    background-size: cover;
}
/*
.s3 ul.list li .p-bg5:hover {
    background: url("../images/i5.jpg") no-repeat center;
    background-size: cover;
}
*/
.s3 ul.list li:hover a:after {
    opacity: 0;
}
.s3 ul.list a:hover>.dis-m {
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s ease 0.1s;
}
.s3 ul.list a .B {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url("../picture/i3-onpub.png" ) no-repeat;
    background-size: cover;
    height: 45%;
    box-sizing: border-box;
    padding: 0 7% 0 10%;
    overflow: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease 0s;
}
.s3 ul.list a:hover .B {
    transform: translate(0);
    opacity: 1;
    transition: 0.5s ease 0.3s;
}
.s3 ul.list a .B .L {
    color: #fff;
    width: 100%;
}
.s3 ul.list a .B .L img {
    max-width: 70px;
    max-height: 70px;
}
.s3 ul.list a .B h3 {
    font-size: 30px;
    margin-top: 25px;
}
.s3 ul.list a .B span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.s3 ul.list a .B .R {
    width: 62%;
    height: 70%;
    text-align: right;
}
.s3 ul.list a .B .R img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/*product_list*/
/*
.ProductList_b1 li span { display: none; }
.ProductList_b1 .PhotoList_i1 a { height: auto; max-height: none; padding-bottom: 6.5%; color: #333; }
.ProductList_b1 .PhotoList_i1 a:hover { background: #c82128; color: #293d9b; }
.ProductList_b1 .picimg { overflow: hidden; margin: 10px 10px 0; height: 10vw; max-height: 195px; box-sizing: border-box; }
.ProductList_b1 h3 { font-size: 16px; overflow: hidden; white-space: nowrap; font-weight: normal; text-overflow: ellipsis; margin: 6% 10px 0; }
.ProductList_b1 img { width: 100%; height: auto; }
*/
/*pro-detail*/
/*
.prode-box>.T { padding: 10px; font-size: 0; background: #fff; box-sizing: border-box; }
.prode-box>.T .L { width: 49%; }
.prode-box>.T .R { width: 39.5%; margin-left: 6%; }
.prode-box>.T .R h3 { font-size: 36px; color: #333; font-weight: normal; }
.prode-box>.T .R p { font-size: 14px; line-height: 2; margin-top: 5.5%; }
.prode-box .B .T { position: relative; overflow: hidden; z-index: 1; }
.prode-box .B .T:before { content: ''; position: absolute; bottom: 0; height: 4px; left: 0; width: 100%; z-index: -1; background: #c82128; }
.prode-box .B .T span { position: relative; display: inline-block; vertical-align: top; font-size: 24px; padding: 0 55px 0 36px; background: #f5f5f5; z-index: 1; color: #fff; height: 60px; line-height: 60px; }
.prode-box .B .T span:before { content: ''; position: absolute; border-style: solid; top: 0; left: 0; z-index: -1; width: calc(100% - 25px); border-width: 0 20px 60px 0; border-color: transparent transparent #c82128 transparent; }
.prode-box .B .T span:after { content: ''; position: absolute; width: 5px; height: 80px; background: #c82128; transform: rotateZ(-19deg); top: 50%; margin-top: -40px; right: 5px; }
.prode-box .B { margin-top: 5%; }
.prode-box .B .B { background: #fff; padding: 20px; }
.pro-detail { overflow: hidden; background: #1a2038; }
.pro-detail img:first-child { margin-top: 0; }
.pro-detail img { width: 89%; margin-top: 2%; max-width: 1400px; border: 4px solid #fff; }
.prode-box .back { width: 230px; display: block; margin: 0 auto; text-align: center; height: 70px; line-height: 70px; color: #fff; background: #c82128; margin-top: 5%; font-size: 18px; }
*/

/*s5*/
.s5 {
    height: 100%;
    width: 100%;
    position: relative;
    /*    background: url("../images/bg4.jpg") no-repeat center; */
    background-size: cover;
}
.s5 .T {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: calc(393px + 0%);
}
.ResTitle_a1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.ResTitle_a1 span {
    font-size: 40px;
    font-weight: bold;
}
.ResTitle_a1 em {
    display: block;
    font-size: 14px;
    margin: 10px 0 25px;
}
.ResTitle_a1:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #fff;
}
.s5 .T ul {
    padding: 10px 0 0;
    color: #fff;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.s5 .T li {
    float: left;
    width: 20%;
}
.s5 .T .img {
    position: relative;
    background: #293d9b;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 1;
}
.s5 .T img {
    max-width: 33px;
    margin: 0 auto;
    max-height: 33px;
}
.s5 .T .img:after {
    position: absolute;
    left: -10px;
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba(255,255,255,0.15);
    top: -10px;
    border-radius: 50%;
}
.s5 .T .img span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.s5 .T li p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px;
}
/*footer*/
.footer1 {
    background: #232427;
    position: unset;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footer1 .BB {
    padding: 11px 0;
    color: #fff;
    background: #232427;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #949494;
}
.footer1 .BB .w-93 {
}
.footer1 .BB a:hover {
}
.footer1 .BBL span, .footer .BBL img {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.footer1 .BBL {
    line-height: 1;
}
.footer1 .BBR {
    margin-top: 5px;
    line-height: 1;
}
.footer1 .BBR span, .footer .BBR ul {
    display: inline-block;
    vertical-align: top;
}
.footer1 .BBR li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #c29e94;
}
.footer1 .BBR li:first-child {
    border: none;
}
/*.footer .BTL { width: 81%; }*/
.MenuList_c2 ul {
    font-size: 0;
    /*    overflow: hidden; */
    text-transform: capitalize;
}
.footer1 .BBR ul {
    width: 92%;
    text-transform: capitalize;
}
.footer1 .MenuItemss li a {
    color: #fff;
}
/*.MenuList_c2>ul>li:first-child { display: none; }*/
.MenuList_c2>ul>li>a {
    position: relative;
    color: #666;
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.MenuList_c2>ul>li>a:before {
    bottom: 0;
    background: #293d9b;
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
}
.MenuList_c2>ul>li>div li {
    color: #999;
    font-size: 14px;
    margin-top: 12px;
}
.MenuList_c2>ul>li>div li a:hover:before {
}
.MenuList_c2>ul>li>div li a:before {
}
.MenuList_c2>ul>li:last-child {
    margin-right: 0;
}
.MenuList_c2>ul>li {
    width: 22%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}
.footer1 .BT {
    padding: 2% 0 2%;
    position: relative;
}
.footer1 .BTL {
    width: 87%;
}
.footer1 .BTR {
    text-align: center;
    width: 13%;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -2px 2px 4px 2px #505467;
    background: #fff;
}
.footer1 .BTR h4 {
    font-size: 18px;
    color: #293d9b;
    font-weight: bold;
    margin-bottom: 8%;
}
.footer1 .BTR img {
    width: 65%;
    margin: 0 auto;
}
.footer1 .BTR p {
    margin-top: 8%;
    font-size: 12px;
    font-family: "宋体", SimSun;
    color: #999;
    line-height: 1.5;
}
.footer1 .BTR>div {
    position: relative;
    height: 100%;
    padding: 14% 0 9%;
    z-index: 1;
}
.footer1 .BTR>div:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -23px;
    border-style: solid;
    border-color: transparent transparent #d8d8d8;
    border-width: 0 24px 24px 24px;
    left: -24px;
    z-index: -1;
}
.footer1 .BTR>div:after {
    content: '';
    height: 25px;
    background: #fff;
    width: 100%;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: -1;
}
/*home footer*/
.footer {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footer .BB {
    padding: 11px 0;
    color: #fff;
    background: #495aaa;
    overflow: hidden;
    text-align: center;
}
.footer .BB .w-93 {
}
.footer .BB a:hover {
}
.footer .BBL span, .footer .BBL img {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.footer .BBL {
    line-height: 1;
}
.footer .BBR {
    margin-top: 5px;
    line-height: 1;
}
.footer .BBR span, .footer .BBR ul {
    display: inline-block;
    vertical-align: top;
}
.footer .BBR li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #c29e94;
}
.footer .BBR li:first-child {
    border: none;
}
/*.footer .BTL { width: 81%; }*/
.MenuList_c2 ul {
    font-size: 0;
    /*    overflow: hidden; */
    text-transform: capitalize;
}
.footer .BBR ul {
    width: 92%;
    text-transform: capitalize;
}
.footer .MenuItemss li a {
    color: #575757;
}
/*.MenuList_c2>ul>li:first-child { display: none; }*/
.MenuList_c2>ul>li>a {
    position: relative;
    color: #666;
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.MenuList_c2>ul>li>a:before {
    bottom: 0;
    background: #293d9b;
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
}
.MenuList_c2>ul>li>div li {
    color: #999;
    font-size: 14px;
    margin-top: 12px;
}
.MenuList_c2>ul>li>div li a:hover:before {
}
.MenuList_c2>ul>li>div li a:before {
}
.MenuList_c2>ul>li:last-child {
    margin-right: 0;
}
.MenuList_c2>ul>li {
    width: 22%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}
.footer .BT {
    padding: 2% 0 2%;
    position: relative;
}
.footer .BTL {
    width: 87%;
}
.footer .BTR {
    text-align: center;
    width: 13%;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.08);
}
.footer .BTR h4 {
    font-size: 18px;
    color: #293d9b;
    font-weight: bold;
    margin-bottom: 8%;
}
.footer .BTR img {
    width: 65%;
    margin: 0 auto;
}
.footer .BTR p {
    margin-top: 8%;
    font-size: 12px;
    font-family: "宋体", SimSun;
    color: #999;
    line-height: 1.5;
}
.footer .BTR>div {
    position: relative;
    height: 100%;
    padding: 14% 0 9%;
    z-index: 1;
}
.footer .BTR>div:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -23px;
    border-style: solid;
    border-color: transparent transparent #eee;
    border-width: 0 24px 24px 24px;
    left: -24px;
    z-index: -1;
}
.footer .BTR>div:after {
    content: '';
    height: 25px;
    background: #fff;
    width: 100%;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: -1;
}
/*page*/
.p .footer {
    position: static;
}
.p .menu-box {
    position: absolute;
}
[class*=rid] img {
    max-width: 100%;
    margin: 0 auto;
}

/*media*/
@media screen and (max-width: 1439px) {
/*底部*/
.footer .BT {
    padding: 1% 0;
}
.ResTitle_a1 {
    margin-bottom: 10px;
}
.s5 .T {
    bottom: calc(276px + 12%) !important;
}
.s5 .T li p {
    line-height: 20px;
    margin-top: 10px;
}
.s5 .T li p span {
    font-size: 15px;
    line-height: 15px;
}
/*section5 news*/
#dowebok .section5 .imgbg .imbox {
    top: 59%;
}
#dowebok .section5 .imgbg .imbox .ul2 li .ic0 {
    width: 40px;
    height: 40px;
}
#dowebok .section5 .imgbg .imbox .ul2 li .ic0 img {
    width: 100%;
}
#dowebok .section5 .imgbg .imbox .ul2 li {
    height: 40px;
    margin: 20px 0;
    font-size: 2rem;
}
#dowebok .section5 .imgbg .imbox .ul1 .li1 .ltp a .abox {
    padding: 15px 30px;
}
/*section4 */
#dowebok .section4 .imgbg .imbox {
    top: 57%;
}
/*section2 about*/
#dowebok .section2 .imgbg .imbox {
    top: 57%;
}
/*section3 */
.s3 ul.list a .B h3 {
    font-size: 20px;
    margin-top: 15px;
}
.s3 ul.list a .B .dis-m {
    padding-bottom: 10%;
}
}

@media screen and (max-width: 1680px) {
.s5 .T {
    bottom: calc(333px + 12%);
}
}
/*about*/
.nav .w-83 {
    width: 83%;
    max-width: 1600px;
    margin: 0 auto;
}
.NavList_a1 .current {
    background: #c82128;
    color: #fff;
}
.NavList_a1 .current:before {
    background: url("../images/next.png")
}
.NavList_a1 .on {
    background: #c82128;
}
.NavList_a1 a.on:before {
    display: none;
}
.NavList_a1 a {
    text-transform: capitalize;
    width: auto;
    position: relative;
    z-index: 1;
    padding: 27px 25px;
    font-size: 16px;
    display: block;
    color: #293d9b;
    line-height: 1;
}
.NavList_a1 li {
    position: relative;
    margin-right: -5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.NavList_a1 li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    background: #eee;
    margin-top: -10px;
    right: 0;
}
#nav-bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    width: auto;
    transition: 0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
}
.NavList_a1 a.on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/nav_bg.png) no-repeat left top;
    background-size: 100% auto;
    top: 70px;
    left: 0;
}
.NavList_a1 a:before {
    background: #c82128;
}
/*company show*/
.rid>img {
    margin-top: 10px;
}
/*.rid li { font-size: 0; }*/
/*.rid li:nth-child(odd) .L, .rid-38 li:nth-child(even) .R { padding: 20px 4.5%; }*/
.rid h3 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #293d9b;
    font-weight: normal;
}
.rid p {
    line-height: 1.875;
}
.rid ul li>div {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0px 20px 10px 30px;
}
.tc {
    text-align: center;
    margin: 20px auto;
}
.rid .limg .img {
    -webkit-box-shadow: 0px 2px 8px #dddddd;
    box-shadow: 0px 2px 8px #dddddd;
}
.pagelist {
    width: 1150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#pege li {
    float: left;
    margin: 0 10px;
    color: #777777;
    background: #fff;
}
#pege li {
    padding: 0 10px;
    border: 1px solid #d2d2d2;
}
/*online message*/
.book_title {
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    margin: 30px auto;
    width: 700px;
    color: #333;
}
form {
   /* width: 1150px;
    margin: 0 auto;
    display: block;*/
}
.bok_btn {
    height: 45px;
    width: 20%;
    background: #6b3269;
    border: 0px;
    margin-bottom: 1rem;
    font-family: "寰蒋闆呴粦";
    font-size: 1.2rem;
    color: #fff;
    outline: none;
    cursor: pointer;
}
#message tr {
    margin-bottom: 30px;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
}
#message tr th {
    width: 15%;
    display: inline-block;
    float: left;
}
#message tr td {
    width: 75%;
    display: inline-block;
    float: left;
}
#message #msgLeft_senderName {
    width: 650px;
    font-size: 14px;
    color: #a5a5a5;
    height: 16px;
    height: 28px;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
}
#message #msgLeft_telephone {
    width: 650px;
    font-size: 14px;
    color: #a5a5a5;
    height: 16px;
    height: 28px;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
}
#message #msgLeft_email {
    width: 650px;
    font-size: 14px;
    color: #a5a5a5;
    height: 16px;
    height: 28px;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
}
#message #msgLeft_Txtbox {
    width: 650px;
    height: 100px;
    font-size: 14px;
    color: #a5a5a5;
    padding-left: 4px;
    font-family: Microsoft yahei;
    border: 1px solid #999;
    padding: 7px;
    border-radius: 8px;
    height: 180px;
    line-height: 40px;
}
/*contact*/
/*
.rid-53 li {
    display: table;
    text-align: center;
    background: #fff;
    width: 20%;
    float: left;
    height: 16.666vw;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.rid-53 dl {
    display: table-cell;
    vertical-align: middle;
}
.rid-53 i, .rid-53 span {
    display: block;
}
#pbpage_53 i, .rid-53 span {
    display: block;
}
.rid-53 span {
    margin-top: 3%;
    color: #c82128;
    font-size: 16px;
}
*/


/*汉堡菜单PC*/
.test .menu-icon span:after {
    transform: rotateZ(-45deg);
}
.test .menu-icon span:before {
    transform: rotateZ(45deg);
}
.test .menu-icon span {
    background: transparent !important;
}
.test .menu-icon span:before, .test .menu-icon span:after {
    bottom: 0 !important;
    top: 0 !important;
}
.menu-icon span, .menu-icon span:before, .menu-icon span:after {
    transition: 0.3s ease 0s;
    display: inline-block;
    height: 2px;
    background: #fff;
    content: '';
    width: 26px;
}
.menu-icon span:before, .menu-icon span:after {
    position: absolute;
    left: 0;
}
.menu-icon span:before {
    top: -8px;
}
.menu-icon span:after {
    bottom: -8px;
}
.menu-icon span {
    position: relative;
    margin: 0 auto;
}
.menu-i {
    cursor: pointer;
    background: #293d9b;
    overflow: hidden;
    width: 60px;
    height: 60px;
    line-height: 55px;
    float: right;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.menu-i1 {
    transition: 0.3s ease 0.8s;
    opacity: 1;
    right: 0;
}
/*---导航end------------------------------------------------------------------------------------------------------------------------*/
/*公用 class*/
.w-93 {
    width: 90%;
    margin: 0 auto;
}
.w-82 {
    width: 82%;
    margin: 0 auto;
}
.i-pro a:hover img, #NewsList_a1 li a:hover img, #NewsList_a2 li a:hover img {
    transform: scale(1.1);
}
.i-pro a:hover h3, .i-pro-btn a:hover span {
    color: #ed1b24 !important;
}
.BannerShow_b1, .BannerShow_b1 img, .BannerShow_b1 .swiper-container {
    width: 100%;
    height: 100%;
}
.page-box {
    padding: 4% 0 5.5%;
    background: #f5f5f5;
}/*--公用 class end-----------------------------------------*/
/*banner ?/
.BannerShow_b1 .swiper-pagination-bullet {
    width: 40px;
    background: #fff;
    height: 4px;
    vertical-align: bottom;
    opacity: 0.4;
    border-radius: 0;
}
.BannerShow_b1 .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 75%;
    bottom: 6%;
    left: 12.5%;
    text-align: center;
}
.BannerShow_b1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
}
.BannerShow_b1 .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.arrow-right, .arrow-left {
    transition: 0.3s ease 0s;
    cursor: pointer;
    width: 70px;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    box-sizing: border-box;
    font-size: 45px;
    margin-top: -35px;
    opacity: 0;
}
.arrow-right {
    right: -50px;
}
.arrow-left {
    left: -50px;
}
.BannerShow_b1:hover .arrow-right, .BannerShow_b1:hover .arrow-left {
    opacity: 0.5;
}
.BannerShow_b1:hover .arrow-right {
    right: 5vw;
}
.BannerShow_b1:hover .arrow-left {
    left: 5vw;
}
.BannerShow_b1 .arrow-right:hover, .BannerShow_b1 .arrow-left:hover {
    opacity: 1;
}
/*全站*/
/*a:hover { color: #293d9b; }
.logo1 { width: 50%; margin: 18% auto 9%; }
.logo1 img { display: block; width: 100%; }*/

/*s2*/
.bg2 {
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: 100% 100%;
    animation: bg 16s linear 0s infinite;
}
.bg4 {
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: 100% 100%;
    animation: bg 16s linear 0s infinite;
}
/*.section.bg2.active, .section.bg4.active { transition: 3s linear 0.5s; background-size: 120% 120%; }*/
@keyframes bg {
0, 100% {
background-size:100% 100%;
}
50% {
background-size:120% 120%;
}
}
.roll-img {
    margin-left: 5%;
}
.roll-img>ul li {
    width: 85%;
}
.roll-img>ul li img {
    width: 49.5%;
}
.roll-img>ul li:before {
    width: 49.5%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    height: 100%;
    transition: 0.3s linear 0.4s;
}
.roll-img>ul li.swiper-slide-active:before {
    background: rgba(0,0,0,0); /*transition:0.3s ease 0.2s;*/
}
.Btn {
    margin-top: 12%;
    text-align: right;
    font-size: 0;
    position: relative;
}
.Btn a {
    transition: 0.3s ease 0s;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #bbb;
    box-sizing: border-box;
    line-height: 38px;
}
.Btn a:hover {
    color: #c82128;
    border-color: #c82128;
}
.s2-tbox .B a:hover {
    color: #c82128;
}
.Btn i {
    display: block;
    font-size: 0;
    position: relative;
}
.Btn i:before, .Btn i:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease 0s;
}
.Btn i:before {
    transform: rotateZ(-45deg);
    transform-origin: right;
}
.Btn i:after {
    transform: rotateZ(45deg);
    transform-origin: left;
}
.Btn a.left i {
    transform: rotateZ(-90deg);
    margin-left: -10px;
}
.Btn a.right i {
    transform: rotateZ(90deg);
    margin-right: -10px;
}
.Btn a.left {
    margin-right: 10px;
}
.Btn:before {
    height: 1px;
    content: '';
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
    width: calc(100% - 120px);
    left: 0;
}
.Btn a:hover :before, .Btn a:hover :after {
    background: #c82128;
}
.NewsList, .NewsList ul {
    height: 100%;
    color: #fff;
}
.NewsList li {
    width: 25%;
    margin-left: -1px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}
.NewsList li:first-child {
    margin-left: 0;
}
.NewsList li:nth-child(2n+1) a {
    bottom: 1px;
}
.NewsList li:nth-child(2n+2) a {
    top: 0;
}
.NewsList a {
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    position: absolute;
    height: 50%;
    display: block;
    box-sizing: border-box;
    left: 0;
    color: #fff;
    padding: 0px 9% 10% 9%;
}
.NewsList .newimg {
    overflow: hidden;
    display: none;
}
.NewsList .data {
    border-right: none;
    text-align: left;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
}
.NewsList .data b {
    font-size: 60px;
    display: block;
    color: #631e00;
    font-weight: bold;
}
.NewsList .data span {
    display: block;
    font-size: 16px;
    color: #666;
}
.NewsList .newnr {
}
.NewsList .newnr h3 {
    transition: 0.3s ease 0s;
    font-size: 18px;
    font-weight: normal;
    max-height: 56px;
    margin-top: 25px;
    line-height: 1.6;
}
.NewsList .newnr p {
    transition: 0.3s ease 0s;
    height: 0;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 0;
    color: #ddd;
}
.ResTitle_a2 {
    line-height: 1;
}
.ResTitle_a2 br {
    display: none;
}
.ResTitle_a2:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #fff;
    margin-top: 8%;
}
.ResTitle_a2 span {
    font-size: 1.25vw;
    color: #fff;
    margin-left: 15px;
}
.ResTitle_a2 em {
    text-transform: uppercase;
    font-size: 3.125vw;
    color: #fff;
    font-weight: bold;
}
.NavList_a2 {
    line-height: 1;
    margin-top: 14%;
}
.NavList_a2 li:first-child {
    margin-left: 0;
}
.NavList_a2 li {
    display: inline-block;
    vertical-align: top;
    margin-left: 13%;
}
.NavList_a2 a {
    color: #fff;
    display: block;
    font-size: 18px;
    z-index: 1;
}
.NavList_a2 a:before {
    transition: 0.3s ease 0s;
    content: '>';
    font-family: "宋体";
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}
.NavList_a2 a.on:before, .NavList_a2 a.on {
    color: #c82128;
}
.NavList_a2 a:hover:before {
    margin-right: 5px;
}
.NavList_a2 a.on:before {
    margin-right: 10px;
}
.NewsList a>.v-align-m2 {
    height: 100%;
    font-size: 0;
}
.NewsList a>.v-align-m2:before {
    vertical-align: bottom;
    margin-left: 0;
}
.NewsList a>.v-align-m2>.dis-m {
    width: 100%;
    vertical-align: bottom;
}
.NewsList a:hover {
    padding: 0 9% 15% 9%;
    background: rgba(255,255,255,0.05);
}
.NewsList li a>.v-align-m2>.dis-m:before {
    font-size: 36px;
}
.NewsList li:nth-child(1) a>.v-align-m2>.dis-m:before {
    content: '01.';
    display: block;
}
.NewsList li:nth-child(2) a>.v-align-m2>.dis-m:before {
    content: '02.';
    display: block;
}
.NewsList li:nth-child(3) a>.v-align-m2>.dis-m:before {
    content: '03.';
    display: block;
}
.NewsList li:nth-child(4) a>.v-align-m2>.dis-m:before {
    content: '04.';
    display: block;
}
.NewsList .newnr:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}
/*s5*/

/*客服*/

/*footer*/

/*page*/
.p .footer {
    position: static;
}
.p .menu-box {
    position: absolute;
}
[class*=rid] img {
    max-width: 100%;
    margin: 0 auto;
}
/*p-T*/
.ResTitle_a3 span {
    color: #293d9b;
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
}
.ResTitle_a3 em, .ResTitle_a3 br {
    display: none;
}
.p-T {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.PosList_a1 {
    text-transform: capitalize;
    position: absolute;
    font-size: 14px;
    color: #999;
    line-height: normal;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 25px;
    background-size: 20px 20px;
    right: 0;
    bottom: 20px;
/*    z-index: 99;*/
}
.PosList_a1 b {
    color: #293d9b;
}
.ResTitle_a3 {
    text-transform: uppercase;
    padding: 10px 0 0 30px;
    position: relative;
    z-index: 1;
    width: 55%;
}
.ResTitle_a3:before, .ResTitle_a3:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: -1;
}
.ResTitle_a3:before {
    background: #293d9b;
    top: 0;
    left: 0;
}
.ResTitle_a3:after {
    background: #c82128;
    top: 7px;
    left: 7px;
}
/*p-b*/
.p-B {
    margin-top: 4%;
    font-size: 16px;
    color: #666;
}
/*rid44*/
.rid-38>img {
    margin-top: 10px;
}
.rid-38 li {
    font-size: 0;
    background: #fff;
}
.rid-38 li:nth-child(odd) .L, .rid-38 li:nth-child(even) .R {
    padding: 20px 4.5%;
}
.rid-38 h3 {
    margin-top: 30px;
    font-size: 30px;
    color: #293d9b;
    font-weight: normal;
}
.rid-38 p {
    line-height: 1.875;
}
.rid-38 ul li>div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
}
/*rid46*/
.rid-40 .PhotoList_i1 a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    font-size: 0;
}
.rid-40 .PhotoList_i1 img {
    max-width: 92%;
    max-height: 89%;
}
/*news_list*/
.news_list li {
    transition: 0.3s ease 0s;
    margin-bottom: 2%;
    line-height: normal;
    padding: 1.2% 1.2% 1.2% 5%;
    background: #fff;
    box-sizing: border-box;
}
.news_list .R {
    width: 33.5%;
    overflow: hidden;
}
.news_list .L {
    margin-right: 6%;
    width: 59.5%;
}
.n-data:before {
    margin-right: 10px;
    background: #c82128;
    content: '';
    width: 5px;
    height: 16px;
    vertical-align: bottom;
    display: inline-block;
}
.n-data {
    font-size: 14px;
    color: #666;
}
.news_list h3 {
    margin-top: 4.5%;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.news_list p {
    margin-top: 2%;
    font-size: 14px;
    color: #666;
    -webkit-line-clamp: 3;
    line-height: 1.85;
    max-height: 75px;
}
.news_list a {
    display: block;
}
.news_list .n-a {
    margin-top: 6.5%;
    width: auto;
    padding: 0 40px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #333;
    text-align: center;
    border: 1px solid #ddd;
    font-family: "微软雅黑", Microsoft YaHei;
}
.n-a span {
    display: block;
    position: relative;
}
.n-a span:before {
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    position: absolute;
    content: 'MORE';
    width: 0%;
    white-space: nowrap;
    transition: 0.3s ease 0.1s;
    overflow: hidden;
}
.n-a:hover span:before {
    width: 100%;
}
.n-a:hover {
    border-color: #c82128;
    background: #c82128;
}
.news_list h3 a:hover {
    color: #293d9b;
    font-weight: bold;
}
.news_list a:hover img {
    transform: scale(1.1);
}
.news_list li:hover {
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
}
/*rid56*/
.rid-50 img, .rid-51 img {
    margin: 0 auto;
    max-width: 100%;
}
.beat1:hover img, .beat2:hover {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: beat 0.5s 1;
}
@keyframes beat {
0%, 100% {
transform: scale(1, 1);
}
25% {
transform: scale(0.9, 1.1);
}
50% {
transform: scale(1.1, 0.9);
}
75% {
transform: scale(0.95, 1.05);
}
}
/*新增*/
.ResTitle_a4 {
    left: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    top: 50%;
    color: #fff;
    margin-top: -2.8vw;
    line-height: 1.2;
}
.ResTitle_a4 span {
    font-size: 3vw;
    font-weight: bold;
    display: block;
}
.ResTitle_a4 br {
    display: none;
}
.ResTitle_a4 em {
    display: block;
    font-size: 1.5vw;
}
.banenr {
    position: relative;
}
.w-83 {
    width: 83%;
    max-width: 1600px;
    margin: 0 auto;/*    padding-bottom: 50px;*/
}
.text {
    text-align: center;
    margin-bottom: 3%;
}
.text span {
    font-size: 18px;
    display: inline-block;
    color: #333;
    line-height: 2;
    margin: 0px 3%;
}
/*rid59*/
.rid-53 p {
    font-size: 18px;
    line-height: 1.66;
    margin: 15% auto 0;
    vertical-align: middle;
}
.rid-53 span {
    margin-top: 3%;
    color: #c82128;
    font-size: 16px;
}
.rid-53 i, .rid-53 span {
    display: block;
}
.rid-53 dl {
    display: table-cell;
}
.rid-53 dl dd {
    margin-top: 30px;
}
.cot {
    margin-top: 50px;
}
.cot i {
    padding: 30px 0px;
}
.rid-53 ul {
    overflow: hidden;
}
.rid-53 li {
    display: table-cell;
    text-align: center;
    background: #fff;
    width: 20%;
    height: 16.666vw;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.rid-53 img {
    max-width: 14.5%;
}
.rid-53 li:last-child img {
    max-width: 35.5%;
}
.rid-53 li:first-child p {
    width: 70%;
}
.rid-53 li:first-child p {
    width: 80%;
}
/*rid64*/
.rid-58 dl {
    padding-bottom: 5%;
    padding-left: 5.5%;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-top: 5%;
}
.rid-58 dl:first-child {
    margin-top: 0;
}
.rid-58 dd {
    text-align: center;
    float: left;
    width: 20%;
}
.rid-58 dd p {
    font-size: 36px;
    color: #293d9b;
    margin-top: 10px;
}
.rid-58 dt {
    float: right;
    width: 78%;
    line-height: 1.875;
}
.rid-58 dt>strong {
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 1.5%;
}
.rid-58 dt p {
    margin-bottom: 3%;
}
.rid-58 dd img {
    width: 6.2vw;
    max-width: 119px;
}
/*product_list*/
/*
.ProductList_b1 li span { display: none; }
.ProductList_b1 .PhotoList_i1 a { height: auto; max-height: none; padding-bottom: 6.5%; color: #333; }
.ProductList_b1 .PhotoList_i1 a:hover { background: #c82128; color: #293d9b; }
.ProductList_b1 .picimg { overflow: hidden; margin: 10px 10px 0; height: 10vw; max-height: 195px; box-sizing: border-box; }
.ProductList_b1 h3 { font-size: 16px; overflow: hidden; white-space: nowrap; font-weight: normal; text-overflow: ellipsis; margin: 6% 10px 0; }
.ProductList_b1 img { width: 100%; height: auto; }
*/
/*pro-detail*/
/*
.prode-box>.T {
    padding: 10px;
    font-size: 0;
    background: #fff;
    box-sizing: border-box;
}
*/
.prode-box>.T .L {
    width: 49%;
}
.prode-box>.T .R {
    width: 39.5%;
    margin-left: 6%;
/*    margin-top: 230px;*/
}
.prode-box>.T .R h3 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
}
.prode-box>.T .R p {
    font-size: 14px;
    line-height: 2;
    margin-top: 5.5%;
}
.prode-box .B .T {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.prode-box .B .T:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    width: 100%;
    z-index: -1;
    background: #c82128;
}
.prode-box .B .T span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    padding: 0 55px 0 36px;
    background: #f5f5f5;
    z-index: 1;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.prode-box .B .T span:before {
    content: '';
    position: absolute;
    border-style: solid;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 25px);
    border-width: 0 20px 60px 0;
    border-color: transparent transparent #c82128 transparent;
}
.prode-box .B .T span:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 80px;
    background: #c82128;
    transform: rotateZ(-19deg);
    top: 50%;
    margin-top: -40px;
    right: 5px;
}
.prode-box .B {
    margin-top: 5%;
    display: inline-block;
    width: 100%;
}
.prode-box .B .B {
    background: #fff;
    padding: 20px;
}
.pro-detail {
    overflow: hidden;
    background: #1a2038;
}
.pro-detail img:first-child {
    margin-top: 0;
}
.pro-detail img {
    width: 89%;
    margin-top: 2%;
    max-width: 1400px;
    border: 4px solid #fff;
}
.prode-box .back {
    width: 230px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #c82128;
    margin-top: 5%;
    font-size: 18px;
}
.mob-logo {
    display: none;
}
/*down*/
.down_load li {
    font-size: 14px;
    display: inline-block;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 3%;
    vertical-align: top;
}
.down_load a {
    font-size: 0;
    background: #fff;
    height: 6.25vw;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
}
.down_load .L {
    box-sizing: border-box;
    width: 74%;
    padding: 0 15% 0 4%;
}
.down_load .LL {
    box-sizing: border-box;
    height: 4.2vw;
    width: 4.2vw;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
}
.down_load .LL img {
    max-width: 80%;
    max-height: 80%;
}
.down_load .LR {
    width: calc(100% - 5.2vw);
    margin-left: 1vw;
}
.down_load .L p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    max-height: 50px;
    word-break: break-word;
}
.down_load .R {
    transition: 0.3s ease 0s;
    background: #999;
    height: 100%;
    width: 26%;
    text-align: center;
}
.down_load .R img {
    width: 26.5%;
}
.down_load {
    font-size: 0;
}
.down_load a:hover .R {
    background: #c82128;
}
.down_load li:nth-child(3n+1) {
    margin-left: 0;
}
@media screen (max-width: 1024px) {
 .index-quick-nav {
display: none;
}
}
#pbpage_38 img {
    margin-top: 10px;
    width: 100%;
}
#pbpage_38 li {
    font-size: 0;
    background: #fff;
}
/*#pbpage_38 li:nth-child(odd) .L, li:nth-child(even) .R { padding: 20px 4.5%; }*/
#pbpage_38 h3 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #293d9b;
    font-weight: normal;
}
#pbpage_38 p {
    line-height: 1.875;
}
#pbpage_38 ul li div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
}
#pbpage_53 p {
    font-size: 18px;
    line-height: 1.66;
    margin: 5% auto 0;
}
#pbpage_53 span {
    margin-top: 3%;
    color: #c82128;
    font-size: 16px;
}
#pbpage_53 i, .rid-53 span {
    display: block;
}
#pbpage_53 dl {
    display: table-cell;
    vertical-align: middle;
}
#pbpage_53 ul {
    overflow: hidden;
}
#pbpage_53 li {
    clear: none;
    display: table;
    text-align: center;
    background: #fff;
    width: 25%;
    float: left;
    height: 16.666vw;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
#pbpage_53 img {
    max-width: 14.5%;
    margin: 0 auto;
}
#pbpage_53 li:last-child img {
    max-width: 35.5%;
}
#pbpage_53 li:first-child p {
    width: 70%;
}
#pbpage_53 li:first-child p {
    width: 80%;
}
/*pro*/
.PhotoList_i1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.PhotoList_i1 li:nth-child(4n+1) {
    margin-left: 0;
}
.clear li {
    margin-bottom: 3%;
    float: left;
    width: 23%;
    margin-left: 1.6%;
    background: #fff;
}
.ProductList_b1 .clear a {
    height: auto;
    max-height: none;
    padding-bottom: 6.5%;
    color: #333;
}
.clear a {
    text-align: center;
    display: block;
    height: 15vw;
    max-height: 280px;
    overflow: hidden;
}
.ProductList_b1 .picimg {
    overflow: hidden;
    margin: 10px 10px 0;
    height: 12vw;
/*    max-height: 195px;*/
    box-sizing: border-box;
}
.ProductList_b1 img {
    width: 100%;
    height: auto;
}
[class*=rid] img {
    max-width: 100%;
    margin: 0 auto;
}
.clear img {
    /*    width: auto;*/
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
}
.ProductList_b1 h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
    margin: 6% 10px 0;
}
.ProductList_b1 li span {
    display: none;
}
.clear span {
    color: #333;
    font-size: 16px;
    line-height: normal;
    transition: 0.3s ease 0s;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.ProductList_b1 .clear a:hover {
    background: #293d9b;
    color: #fff;
}
/*news*/
.NewsDetail_a1 #nt {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    letter-spacing: 1px;
}
.NewsDetail_a1 #nf {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 30px;
    line-height: 20px;
}
.NewsDetail_a1 #nf em {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-top: 2px;
    margin-right: 2px;
    float: left;
}
.NewsDetail_a1 #nf span.nf_on {
    background: #e62129;
    color: #ffff00;
}
.NewsDetail_a1 #nf span {
    display: block;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
    width: 19px;
    margin-right: 4px;
    float: left;
    background: #999999;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.NewsDetail_a1 .nf1, .NewsDetail_a1 .nf1 p, .NewsDetail_a1 .nf1 span {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 16px !important;
    color: rgb(102, 102, 102) !important;
    background: none !important;
}
.NewsDetail_a1 .nf2, .NewsDetail_a1 .nf2 p, .NewsDetail_a1 .nf2 span {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 18px !important;
    color: rgb(102, 102, 102) !important;
    background: none !important;
}
.NewsDetail_a1 .nf3, .NewsDetail_a1 .nf3 p, .NewsDetail_a1 .nf3 span {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 20px !important;
    color: rgb(102, 102, 102) !important;
    background: none !important;
}
.NewsDetail_a1 .nf1, .NewsDetail_a1 .nf2, .NewsDetail_a1 .nf3 {
    padding-bottom: 20px;
}
.NewsDetail_a1 #nb {
    padding: 10px 0px;
    text-align: center;
    color: #777;
    border-top: 1px dotted #ccc;
    font-size: 14px;
}
.news_view_page1 a {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
