﻿@charset "utf-8";

/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;
    overflow-x: hidden;
    /*设置字体*/
    font-size: 12px;
    line-height: 24px;

    font-family:

        Arial, "微软雅黑", "宋体";
    color: #333;

    /*设置宽度*/
    width: 100%;

    /* max-width: 1200px; */
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

ul,
li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
}

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #ed181f;
}

.Texthide {
    display: none;
}

/*清除浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
/*清除浮动*/
/*初始化样式*/

/*页面公用结构*/
.contain {
    background: #f4f1ef;
   width: 100%;
}



.mainContent {
    width: 100%;
    float: right;
    padding: 0 20px;
    max-width: 920px;
}

.mainContent .content {
    padding: 35px 0 60px 0;
    min-height: auto;
}
.mainContent .content .form_table {
    width: 100%;
}

.singlePage {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}

.wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

/*页面公用结构*/

/*current*/
.current {
    padding-top: 26px;
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: right;
}

.current span {
    color: #ed181f;
}

.current .Lanmu {
    float: left;
}

/*current*/

/*pages*/
.pages {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.pages a {
    padding: 0 16px 0 15px;
    background: url(../images/line_gray_1.jpg) no-repeat right center;
}

.pages .a_end {
    background: none;
}

.pages .num {
    font-style: normal;
}

.pages .num a.a_cur {
    color: #ed181f;
}

.pages .p_cur,
.pages .p_count,
.pages .p_total,
.pages .p_jump {
    display: none;
}

/*pages end*/

/*top*/
.netop {
    text-align: center;
}
.top {
    width: 95%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    margin: auto;
}

.top .logo {
    display: block;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}

.top .logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
}

.top .Tico {
    float: left;
    width: 100%;
    max-width: 130px;
    height: auto;
    padding-top: 30px;
}

.top .Tico img {
    width: auto;
    height: auto;
    max-width: 130px;
}

.top .mainNav {
    float: left;
}

.top .mainNav li {
    float: left;
    margin-right: 2.5rem;
}

.top .mainNav li .navA {
    display: block;
    line-height: 120px;
    font-size: 14px;
    color: #000;
}

.top .mainNav li .navA:hover,
.top .mainNav li.onnav .navA {
    color: #ed181f;
    background: url(../images/line_nav.jpg)no-repeat center 82px;
}

.top .searchBtn {
    float: right;
    cursor: pointer;
    margin-top: 0;
    width: 35px;
    height: 35px;
    background: url(../images/btn_search.png) no-repeat center;
}
.top .neiyeaa {
    margin-top: 35px;
}
.top .searchBox {
    position: absolute;
    width: 200px;
    height: 35px;
    right: 0;
    top: 120px;
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    z-index: 999;
    display: none;
}

.top .searchBox .searchTxt {
    height: 35px;
    line-height: 35px;
    width: 170px;
    color: #CCC;
    font-size: 14px;
    padding-left: 5px;
}

.top .searchBox .goSearch {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.indexToper {
    background: #f3f0ed;
    text-align: center;
    width: 100%;
}

.indexTop {
    height: 100%;
    margin: 0 auto;
    width: 95%;
    position: relative;
    max-width: 1200px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
}

.indexTop .mainNav {
    float: left;
}

.indexTop .mainNav li {
    float: left;
    margin-right: 60px;
}

.indexTop .mainNav li .navA {
    display: block;
    line-height: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.indexTop .mainNav li .navA:hover {
    color: #ed181f;
    background: url(../images/line_nav.jpg)no-repeat center 72px;
}

.indexTop .searchBtn {
    float: right;
    cursor: pointer;
    margin-top: 35px;
    width: 35px;
    height: 35px;
    background: url(../images/btn_search.png) no-repeat center;
}

.indexTop .searchBox {
    position: absolute;
    width: 200px;
    height: 35px;
    right: 0;
    top: 100px;
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    z-index: 999;
    display: none;
}

.indexTop .searchBox .searchTxt {
    height: 35px;
    line-height: 35px;
    width: 170px;
    color: #000;
    font-size: 14px;
    padding-left: 5px;
}

.indexTop .searchBox .goSearch {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/*top*/

/*bottom*/
.bottom {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.bottomNav {
    padding-top: 65px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.bottomNav dl {
    float: left;
    margin-right: 67px;
}

.bottomNav dl.last {
    margin-right: 0;
}

.bottomNav dt {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}

.bottomNav dd {
    line-height: 30px;
}

.bottomNav dd a {
    padding-left: 10px;
    background: url(../images/list_gray.png) no-repeat left center;
}

.bottomNav dd a:hover {
    background: url(../images/list_red.png) no-repeat left center;
}

.bottom .logo_b {
    display: block;
    width: 308px;
    height: 112px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.bottomLinks {
    width: 100%;
    padding: 23px 0 18px;
    text-align: center;
    color: #b5b4b4;
}

.bottomLinks a {
    color: #b5b4b4;
}

.bottomLinks a:hover {
    color: #ed181f;
}

.bottomLinks span {
    padding: 0 5px;
}

.copyright {
    color: #b5b4b4;
    text-align: center;
    padding-bottom: 60px;
}

/*bottom*/

/*sidebar*/
.sidebar {
    max-width: 214px;
    float: left;
    width: 100%;
}

.sidebar .menu {
    position: relative;
    top: -64px;
}

.sidebar .menuName {
    height: auto;
    padding-bottom: 37px;
    text-align: center;
    margin-bottom: 14px;
    background: #fe0000 url(../images//line_red_3.jpg) no-repeat center 78px;
}

.sidebar .menuName span {
    display: block;
    width: 155px;
    margin: 0 auto;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 44px;
}

.sidebar .menuList {
    background: #fff;
    min-height: 500px;
}

.sidebar .menuList li {
    /*  height: 60px; */
    border-bottom: 1px solid #e3e3e3;
}

.sidebar .menuList li.last {
    border-bottom: 0;
}

.sidebar .menuList li>a {
    display: block;
    padding-left: 26px;
    font-size: 14px;
    line-height: 60px;
}

.sidebar .menuList li.onmenu>a,
.sidebar .menuList li:hover>a {
    background: #e3e3e3;
    color: #ed181f;
}

.sidebar .menuList li dt a {
    line-height: 40px;
    display: block;
    padding-left: 36px;
}

.sidebar .menuList li dt.onsubmenu a,
.sidebar .menuList li dt:hover a {
    color: #ed181f;
}

.sidebar .menu_2 .menuName {
    background-position: center 89px;
}

.sidebar .menu_2 .menuName span {
    padding-top: 33px;
}

/*sidebar*/

/*banner*/
.homeBan {
    height: auto;
    position: relative;
}
.homeBan .bd ul{
	
}
.homeBan .bd li 
{text-align: center;
        background: #000;
    height: auto;
overflow: hidden;
}
.homeBan .bd li video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.homeBan .bd li a {
    display: block;
    height: auto;
    padding-bottom:30.73%;
   background:no-repeat center center;
	background-size:cover;
}

.homeBan .bd li .moa{
    display: none;
}

.homeBan .hd {
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 28px;
    left: 0;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
.homeBan .bd li a img {
    width: 100%;
}

.homeBan .hd ul {
    width: 100%;
    margin: 0 auto;
}

.homeBan .hd ul li {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
    line-height: 999px;
    background: url("../images/hdbg.png");
	background: #e0e0e0;
    border-radius: 50%;
}

.homeBan .hd ul .on {
    background: url("../images/hdbg_on.png") no-repeat;
}

.homeBan .prev,
.homeBan .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url("../images/slider-arrow.png") no-repeat;
    /*filter:alpha(opacity=50);opacity:0.5;*/
}

.homeBan .prev {
    background-position: -176px 5px;
}

.homeBan .next {
    left: auto;
    right: 3%;
    background-position: -60px 5px;
}

.homeBan .prev:hover {
    background-position: -116px 5px;
}

.homeBan .next:hover {
    background-position: 0px 5px;
}

.homeBan .prevStop {
    display: none;
}

.homeBan .nextStop {
    display: none;
}

@media only screen and (max-width:768px){
	.homeBan .bd li a {padding-bottom:65.105%;}
}
.banner {
    height: auto;
    min-width: 100%;
    padding-bottom: 260px;
    /* background-position-x: 88% !important; */
}

/*banner*/

/*index*/
.indexLogoBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 79px;
    padding-top: 86px;
}

.indexLogo {
    display: block;
    max-width: 216px;
    height: auto;
    width: 100%;
}
.indexLogo img {
    width: 100%;
}
.homeExhi {
    height: auto;
    padding-top: 65px;
    width:95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 40px;
}

.homeExhi .title {
    height: auto;
    float: left;
    background: url(../images/line_red_1.png) no-repeat 0 105px;
    width: 50%;
    max-width: 240px;
}
.homeExhi .xinwen {
    width: 50%;
    display: flex;
}
.homeExhi .title .h1 {
    font-size: 28px;
    padding-bottom: 15px;
}

.homeExhi .title .h3 {
    font-size: 18px;
    font-weight: normal;
}

.homeExhi .list {
    float: left;
    width: 50%;
    max-width: 376px;
}

.homeExhi .list li {
    padding-left: 10px;
    background: url(../images/dot_1.png) no-repeat left center;
    padding-bottom: 5px;
}

.homeExhi .list li a {
    font-size: 16px;
}

.homeExhi .newsTop {
    /* float: left; */
    width: 50%;
    display: flex;
}

.homeExhi .newsTop .date {
    float: left;
    width: 43px;
    height: 60px;
    margin-right: 1px;
    background: #ed181f;
    color: #fff;
    text-align: center;
}

.homeExhi .newsTop .date em {
    font-size: 28px;
    font-style: normal;
    display: block;
    padding-top: 10px;
}

.homeExhi .newsTop .date span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.homeExhi .newsTop .pic {
    display: block;
    margin-right: 30px;
    float: left;
    height: 139px;
}

.homeExhi .newsTop .pic img {
    max-height: 139px;
    width: 100%;
    max-width: 210px;
    height: auto;
}

.homeExhi .newsTop .txtBox {
    float: left;
    width: 50%;
    max-width: 300px;
}

.homeExhi .newsTop .txtBox .tit {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.homeExhi .newsTop .txtBox .txt {
    font-size: 14px;
    padding-bottom: 26px;
}

.homeExhi .newsTop .txtBox .more {
    display: block;
    width: 119px;
    height: 29px;
    background: url(../images/btn_more.png) no-repeat center;
}

.homePro .proTab {
    width: auto;
    max-width: 1200px;
    height: 100%;
    max-height: 280px;
    margin: 0 auto;
    overflow: hidden;
}

.homePro .proTab li {
    float: left;
    width: 33.3%;
    height: auto;
    padding-bottom: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    background: url(../images/line_red_2.png) no-repeat center 186px;
}
.homePro .homeProList .wrap {
    width: 95% !important;
    max-width: 1200px;
    height: auto !important;
flex-wrap:wrap;
}

.homePro .homeProList .wrap .clearfix {
    width: 100% !important;
    position: relative !important;
}
.homePro .proTab li i {
    display: block;
    width: 103px;
    height: 103px;
    padding-top: 60px;
    margin: 0 auto;
}

.homePro .proTab li span {
    font-size: 18px;
    display: inline-block;
    padding-top: 40px;
    text-transform: uppercase;
}

.homePro .proTab li.li1 i {
    background: url(../images/ico_mobile.png) no-repeat center 60px;
}

.homePro .proTab li.li1.on i,
.homePro .proTab li.li1:hover i {
    background: url(../images/ico_mobileHover.png) no-repeat center 60px;
}

.homePro .proTab li.li2 i {
    background: url(../images/ico_pc.png) no-repeat center 60px;
}

.homePro .proTab li.li2.on i,
.homePro .proTab li.li2:hover i {
    background: url(../images/ico_pcHover.png) no-repeat center 60px;
}

.homePro .proTab li.li3 i {
    background: url(../images/ico_gaming.png) no-repeat center 60px;
}

.homePro .proTab li.li3.on i,
.homePro .proTab li.li3:hover i {
    background: url(../images/ico_gamingHover.png) no-repeat center 60px;
}

.homePro .proTab li.on,
.homePro .proTab li:hover {
    background-color: #f3f0ed;
}

.homePro .homeProList {
    padding: 70px 0;
    position: relative;
}
.homePro .homeProList:before {
    content: '';
    position: absolute;
    width: 100%;
    max-height: 190px;
    height: 100%;
    top: 0;
    background: #f3f0ed;
}
.homePro .homeProList .wrap {
    background: #fff;
}

.homePro .homeProList li {
    float: left;
    width: 33%;
    height: auto;
    border: 1px solid #f3f0ed;
}

.homePro .homeProList li a {
    display: block;
    height: 398px;
    border: 5px solid transparent;
    background-size: contain !important;
}

.homePro .homeProList li .h1 {
    padding: 40px 0 0 0px;
    font-size: 23px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/line_red_4.jpg) no-repeat center bottom;
    padding-bottom: 14px
}

.homePro .homeProList li .h3 {
    padding: 12px 0 0 40px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #969696;
    text-transform: uppercase;
}

.homePro .homeProList li:hover a {
    border: 5px solid red;
    height: 398px;
}

.homePro .homeProList li a:hover .h1 {
    color: #ed181f;
}

.homePro .homeProList li a:hover .h3 {
    color: #f68689;
}

/*index*/


/* honor */
.honorList li {
    float: left;
    width: auto;
    margin: 0 35px 38px 0;
    cursor: pointer;
}

/* .honorList li.last {
    margin-right: 0;
} */

.honorList li img {
    display: block;
    height: auto;
    padding-bottom: 13px;
    width: 100%;
}

.honorList li span {
    display: block;
    height: 49px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #ed181f;
    font-size: 14px;
    line-height: 49px;
    background: #fff;
}

/* 弹出层 */
.alertBox {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
}

.alertBox img {
    display: block;
    position: absolute;
    /* left: 50%; top: 50%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.alertBox .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    background: #000;
    cursor: pointer;
}

/* 弹出层 */
/* honor */


/* mobile_pro */
.proList li {
    position: relative;
    float: left;
    width: 21%;
    height: auto;
    margin: 0 25px 25px 0;
    position: relative;
    border: 4px solid transparent;
}

/* .proList li.last {
    margin-right: 0;
} */

.proList li>a {
    display: block;
    height: 311px;
}

.proList li span {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 15px;
    text-align: center;
    padding-bottom: 14px;
    background: url(../images/line_red_4.jpg) no-repeat center bottom;
}

.proList li a.more {
    display: none;
    position: absolute;
    width: 39px;
    height: 39px;
    bottom: 0;
    right: 0;
    background: url(../images/btn_add.png) no-repeat center;
}

.proList li:hover {
    border: 4px solid red;

}

.proList li:hover span {
    top: 26px;
}

/* mobile_pro */


/* mobile_info */
.mainContent .content .columnName {
    font-size: 25px;
    line-height: 25px;
    color: #6e6e6e;
    margin-bottom: 28px;
    padding-left: 16px;
    background: url(../images/line_red_5.jpg) no-repeat left center;
}

.proPic {
    margin-bottom: 33px;
    display: flex;
}

.proPic .proBig {
    float: left;
    max-width: 720px;
    height: auto;
    width: 100%;
    padding-right: 20px;
}

.proPic .proBig li {
    max-width: 720px;
    height: auto;
    width: 100%;
}

.proPic .proBig li img {
    max-width: 720px;
    width: 100%;
    height: auto;
}

.proPic .proList {
    float: right;
    width: 100%;
    max-width: 186px;
    position: relative;
    display: inline-block;
    display: inline-block;
    overflow: hidden;
}

.proPic .proList .btn {
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 186px;
    height: 25px;
    z-index: 99;
}

.proPic .proList .prev {
    top: 0;
    background: url(../images/btn_prev.jpg) no-repeat center;
    z-index: 99;
}

.proPic .proList .prev:hover {
    top: 0;
    background: url(../images/btn_prevHover.jpg) no-repeat center;
}

.proPic .proList .next {
    bottom: 0;
    background: url(../images/btn_next.jpg) no-repeat center;
}

.proPic .proList .next:hover {
    bottom: 0;
    background: url(../images/btn_nextHover.jpg) no-repeat center;
}

.proPic .proList .list {
    position: absolute;
    max-width: 186px;
    width: 100%;
    height: 315px;
    left: 0px;
    top: 43px;
}

.proPic .proList .list li {
    max-width: 184px;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.proPic .proList .list li.on {
    border: 1px solid #ed181f;
}

.proPic .proList .list li img {
    width: 184px;
    height: 91px;
    /*  height: 97px; */
}

.proTxt .tabBox {
    background: #fff;
}

.proTxt .tabBox li {
    float: left;
    /* width: 171px;*/
    width: 131px;
    padding: 0 20px;
    overflow: hidden;
    height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 49px;
    color: #6e6e6e;
    cursor: pointer;
}

.proTxt .tabBox li:hover,
.proTxt .tabBox li.on {
    color: #fff;
    background: #fe0000;
}

.proTxt .contBox .box {
    padding: 30px 0;
}

.proTxt .contBox .box p {
    margin: 0;
}

/* mobile_info */


/* news */
.newsList li {
    display: flex;
    height: auto;
    margin-bottom: 38px;
    background: #fff;
}

.newsList li .pic {
    display: block;
    float: left;
    height: auto;
    margin-right: 40px;
}

.newsList li .pic img {
    width: 100%;
    max-width: 228px;
    height: auto;
}

.newsList li .txtBox {
    max-width: 652px;
    float: left;
    width: 100%;
    padding-top: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.newsList li .txtBox .tit {
    font-weight: bold;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

.newsList li .txtBox .txt {
    font-size: 14px;
    width: 100%;
}

.newsList li .txtBox .date {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 100px;
    padding-right: 10px;
    right: 0;
    top: 0;
    border-left: 1px solid #e4e4e4;
}

.newsList li .txtBox .rig {
    padding-right: 20px;
}

.newsList li .txtBox .date em {
    font-style: normal;
    display: block;
    font-size: 30px;
}

.newsList li .txtBox .date span {
    display: block;
    font-size: 16px;
    padding-top: 8px;
    text-transform: uppercase;
}

.newsInfo .info_title {
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
}

.newsInfo .info_time {
    font-size: 14px;
    text-align: center;
    color: #A1A1A1;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.newsInfo .service_pic {
    padding: 10px 0;
    text-align: center;
}

.newsInfo .service_pic img {
    width: 560px;
    height: 456px;
}

.newsInfo .info_txt {
    padding: 10px 0px;
    font-size: 14px;
}
.newsInfo .info_txt img {
    width: 100%;
    height: auto;
}
.newsInfo .info_txt {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
}

.newsInfo .info_back {
    color: #999999;
    padding: 10px;
    text-align: center;
}

.newsInfo .info_back a {
    padding: 0px 3px;
}

.newsInfo .info_back .back {
    color: #725600;
    font-size: 14px;
}

.newsInfo .PrevNextBox .h1 {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
}

.newsInfo .PrevNextBox a {}

.newsInfo .PrevNextBox a.none {
    cursor: default;
}

.newsInfo .PrevNextBox a.none:hover {
    color: #ccc;
}

/* news */


/* download */
.downList li {
    height: 49px;
    border: 1px solid #f2f4f3;
    margin-bottom: 5px;
    padding: 0 18px;
    background: #fff;
}

.downList li .txt {
    padding-left: 8px;
    font-size: 14px;
    line-height: 49px;
    background: url(../images/dot_1.png) no-repeat left center;
}

.downList li .btn {
    display: block;
    float: right;
    width: 126px;
    height: 30px;
    margin-top: 9px;
    background: url(../images/btn_dl.png) no-repeat center;
}

.downList li .btn span {
    display: inline-block;
    padding-left: 40px;
    line-height: 30px;
    color: #fff;
}

.downList li:hover {
    border-bottom: 1px solid #ed181f;
}

.downList li:hover .txt {
    color: #ed181f;
}

.downList li:hover .btn {
    background-image: url(../images/btn_dlHover.png);
}

/* download */


/* message */
.messageForm td {
    height: 48px;
}

.messageForm .td1 {
    /* max-width: 240px; */
    width: 27%;
    text-align: right;
    font-size: 14px;
    padding-right: 25px;
}

.messageForm .td2 {
    /* max-width: 655px; */
    width: 64%;
    /* display: flex; */
    flex-wrap: wrap;
    display: flex;
}

.messageForm .text {
    vertical-align: middle;
    font-size: 14px;
    max-width: 365px;
    width: 90%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ececec;
    padding-left: 10px;
}

.messageForm .td2 span {
    padding-left: 17px;
    color: #fe0000;
    font-size: 14px;
}

.messageForm .tr1 td {
    height: 216px;
}

.messageForm textarea {
    max-width: 460px;
    height: 180px;
    width: 100%;
    padding: 10px;
    background: #fff;
    resize: none;
}

.messageForm .tr2 .td2 {
    padding-top: 32px;
    height: 35px;
}

.messageForm .btn {
    width: 124px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
}

.messageForm .submit {
    background: #fe0000;
    color: #fff;
    margin-right: 18px;
}

.messageForm .reset {
    background: #fff;
    color: #333;
}

/* message */


/* imap */
.mapBox {
    width: 700px;
    height: 350px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    margin: 30px auto 0;
    background: #fff;
}
.mainContent .content #dituContent {
    width: 97% !important;
    max-width: 700px;
}
/* imap */


/* links */
.linksList ul li {
    text-align: center;
    width: 180px;
    float: left;
    overflow: hidden;
    padding: 0 25px 15px 25px;
}

.linksList ul .pic {
    width: 180px;
    height: 75px;
}

.linksList ul .pic a {
    width: 176px;
    height: 71px;
    border: solid 1px #e0e0e0;
    padding: 1px;
    display: block;
    overflow: hidden;
}

.linksList ul .pic a:hover {
    border: 1px solid #B70000;
}

.linksList ul .pic img {
    width: 176px;
    height: 71px;
}

.linksList ul .h1 {
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
}

.linksList ul .h1 a {
    padding: 0 3px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

/* links */


/*sitemap*/
.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}

/* {width:100%;height: 100%;background:url(../images/shadow.png) repeat;display: none;cursor: pointer;}
.proList li:hover .shadow{display: block;position: absolute;}
.proList li:hover span{position: relative;z-index:9;color: white;} */
.shadow {
    display: none;
}

.sidebar .menuList li dl {
    display: none;
}

.newsInfo p {
    margin: 0;
}

.e {
    border: 1px red solid !important;
}

#download ul {
    width: 102%;
    overflow: hidden;
}

#download li {
    float: left;
    width: 31.333%;
    padding: 0 2% 2% 0;
}

#download .pic {
    background-color: #fff;
    border: 4px solid #f9f9f9;
    margin-bottom: 10px;
}

#download .pic i {
    display: block;
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 100%;
}

#download h2 {
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

#download .intro,
#download .btn {
    font-size: 14px;
    line-height: 1.875em;
    color: #888;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#download .btn {
    color: #fe0000;
}

#download .intro {
    height: 1.875em;
}

/* 导航 */
.moo{
    display: none;
}
.moa{
    display: none; 
}
@media screen and (max-width: 1240px) {
    .homeExhi .title {
        width: 20%;
    }
    .homeExhi .list {
        width: auto;
        max-width: initial;
    }
}





@media screen and (max-width: 1070px) {
    .top .mainNav li {
        margin-right: 1rem;
    }
    .messageForm .text {
        width: 80%;
    }
}




@media screen and (max-width: 970px) {
    .indexTop .mainNav li {
        margin-right: 10px;
    }
    .top .mainNav li {
        float: inherit;
    }
    .top .mainNav li .navA {
        display: block;
        line-height: 2;
    
    }
    .top .mainNav .clearfix {
        position: fixed;
        right: -100%;
        background: #fff;
        padding: 80px 40px;
        height: 100vh;
        z-index: 9;
        transition: all 0.5s;
    }
    .top .mainNav .chu {
        right: 0;
        top: 0;
    }
    .top .mainNav .open-menu {
        position: absolute;
        right: 0;
        top: 30%;
        /* transform: translateY(-50%); */
        width: 30px;
        transition: 0.3s;
        z-index: 9;
    }
    .top .mainNav .open-menu i {
        height: 2px;
        background: #000;
        display: block;
        margin: 6px 0;
        transition: 0.3s;
    }
    .top .mainNav .open-menu.on {
        top: 35%;
        margin-right: 10px;
    }
     .top .mainNav .open-menu.on i:nth-child(1) {
        transform: rotate(45deg) translateY(0px) translateX(0px);
    }
     .top .mainNav .open-menu.on i {
        background: #e72431;
    }
     .top .mainNav .open-menu.on i {
        transform: rotate(-45deg) translateY(-13px) translateX(9px);
    }
     .top .mainNav .open-menu.on i:nth-child(2) {
        opacity: 0;
    }
    .top .neiyeaa {
        margin-right: 50px;
        margin-top: 0px;
    }
    .top .neiyeaa .mainNav .open-menu.on {
        margin-right: 10px;
    }
    .top .Tico img{
        display: none;
    }
    .top .Tico {
        padding-top: 0;
    }
    .top {
        display: flex;
        align-items: center;
        padding: 10px 0;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {

    .indexTop .open-menu {
        position: absolute;
        right: 0;
        top: 30%;
        /* transform: translateY(-50%); */
        width: 30px;
        transition: 0.3s;
    }

    .indexTop .searchBtn {
        position: relative;
        right: 55px;
        margin-top: 10px;
    }

    .indexTop .open-menu i {
        height: 2px;
        background: #000;
        display: block;
        margin: 6px 0;
        transition: 0.3s;
    }

    .indexTop .open-menu.on {
        top: 50%;
        margin-right: 10px;
    }

    .indexTop .open-menu.on i:nth-child(1) {
        transform: rotate(45deg) translateY(0px) translateX(0px)
    }

    .indexTop .open-menu.on i:nth-child(2) {
        opacity: 0;
    }

    .indexTop .open-menu.on i {
        transform: rotate(-45deg) translateY(-13px) translateX(9px)
    }

    .indexTop .open-menu.on i {
        background: #e72431;
    }

    .indexTop .mainNav li .navA {
        line-height: 2;
    }

    .indexTop .mainNav li {
        float: inherit;
    }

    .indexTop .mainNav {
        position: absolute;
        right: -16px;
        background: #f3f0ed;
        padding: 85px 45px;
        height: 100vh;
        transform: translateX(100%);
        transition: all 0.3s;
    }

    .indexTop .chu {
        transform: translateX(0%);
    }

    .indexTop .searchBox {
        top: 50px;
    }
    .homeBan {
    margin-bottom:40px;
}
    .homeExhi {
        padding-top: 0px;
        display: block;
    }
    .homeExhi .xinwen {
        display: block;
        width: 100%;
    }
    .homeExhi .title {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .homeExhi .list {
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
        float: none;
    }
    .homeExhi .newsTop {
        width: 100%;
        display: block;
    }
    .homeExhi .newsTop .ledd{
        position: relative
    }
    .homeExhi .newsTop .pic{
        margin-right: 0;
        float: none;
        height: auto;
    }
    .homeExhi .newsTop .pic img{
        max-height: 100%;
        max-width: 100%;
    }
    .homeExhi .newsTop .txtBox{
        float: none;
        width: 100%;
        max-width: auto;
    }
    .homeExhi .newsTop .date {
        width: 60px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .homePro .proTab li{padding-bottom: 0;}
    .homePro .proTab li i {
      width: 30px;
        height: 30px;
        padding-top: 23px;
        background: url(../images/ico_mobileHover.png) no-repeat center 20px !important;
        background-size: contain !important;
    }
    .homePro .proTab li span {
        font-size: 14px;
        padding: 13px 20px 20px;
    }
    .homePro .proTab {
        max-height: 100%;
    }
    .homePro .homeProList{
        padding: 30px 0;
    }
    .homePro .homeProList li {
        width: 49%;
    }
    .homePro .homeProList li a {
        height: 150px;
        background-position: center bottom -12px!important;
    }
    .homePro .homeProList li:hover a {
        height: 150px;
    }
    .homePro .homeProList li .h1 {
        font-size: 16px;
        line-height: 2;
        padding:15px 0 0 0;
    }
    
    .bottomNav {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 0;
    }
    .bottomNav dl {
        float: none;
        padding-right: 0;
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #f5f5f5;
    }
    .bottomNav dl:nth-child(2n+2) {
        padding-right: 0px;
     
    }
    .bottomNav dt {
        background: url(../images/list_gray.png) no-repeat right 20px center;
    }
    .bottomNav .bottomlist{
        display: none;
        background: #f5f5f5;padding: 20px;
    }
    .wrap {
        display: block;
    }
    .sidebar {
        max-width: inherit;
        
    }
    .sidebar .menuName {
        padding-bottom: 33px;
    }
    .sidebar .menuList {
        min-height: auto;
    }
    .mainContent {
        padding: 0;
    }
    .singlePage {
        text-align: left;
      
    }
    .top .logo img {
        max-width: 85px;
    }
    .top .logo {
        height: auto;
        margin-top: 0;
        
    }
  
    .honorList li:nth-child(2n+2){
margin-right: 0;
    }
    .honorList li {
        width: 44%;
    }
    .proList li {
        width: 44%;
    }
    .proList li:nth-child(2n+2){
        margin-right: 0;
    }
    .proPic .proBig {
        width: 60%;
    }
    .proPic .proList {
        width: 40%;
    }
    .proPic .proList .list {
        top: 25px;
    }
    .proPic .proList .list li{
        width: 98%;
    }
    .proPic .proList .list li img {
        width: 100%;
        height: auto;
    }
    .newsList li {
        display: block;
    }
    .newsList li .pic img {
        max-width: inherit;
    }
    .newsList li .pic {
        margin-bottom: 10px;
        width: 100%;
    }
    .newsList li .txtBox {
        padding: 0px;
    }
    .newsList li .txtBox .rig {
        padding: 20px;
    }
    .newsList li .txtBox .txt{
        display:-webkit-box;
        overflow:hidden;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        text-overflow:ellipsis;
      
    }

    .mainContent .content #download li {
        width: 48%;
    }
    .messageForm .td2{
        width: 100%;
    }
    .messageForm .text {
        width: 70%;
    }
    .indexLogo {
        max-width: 120px;
    }
    .mainContent .content .singlePage span {
        font-size: 18px !important;
        line-height: 1.8;
    }
    .current {
        text-align: left;
    }
    .moo{
        display: block;
    }
    .pcc{
        display: none;
    }
    .moa{
        display: block; 
        background-size: contain !important;
    }
    .pca{
        display: none!important;
    }
    .homeBan .bd li .moa {
        display: block;
    }
}


.mainContent .content .singlePage img {
    max-width: 100%;
}






/*Banner002826 */
.Banner002826{position: relative; z-index: 1;}

.Banner002826 li.slick-slide{position: relative;}
.Banner002826 li.slick-slide img{display: block;width: 100%;}
.Banner002826 li.slick-slide video{position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%);min-height: 100%; min-width: 100%;}
@media(min-width:1025px){
.Banner002826  li.slick-slide img.wap{display: none;}
}
@media(max-width:1024px){
.Banner002826  li.slick-slide img.pc{display: none;}
.Banner002826  li.slick-slide video{left: -100%;top: 100%; opacity: 0;}
.Banner002826  li.slick-slide .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/Banner002826_play.png) no-repeat center center;background-size: auto 50px; z-index: 20;}
.Banner002826  li.video-show .open-video{left: -100%;opacity: 0; transform: translateX(-100%);}
.Banner002826  li.video-show video{left: 50%; top: 50%; opacity: 1;}
}
.slick-slider {position: relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.slick-list:focus {outline: none}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, 
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track {position: relative; top: 0; left: 0; display: block;}
.slick-track:before, 
.slick-track:after{display: table; content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide{ display: none; float: left; min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.slick-slide .slick-loading img { display: none;}
.slick-slide .dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow .slick-hidden { display: none;}

.Banner002826 .slick-dots{position: absolute; left: 50%; transform: translate(-50%,0); bottom: 5%;overflow: hidden; z-index: 10;}
.Banner002826 .slick-dots li{float: left; width: 18px; height: 18px;position: relative; border-radius: 50%;border: 2px solid #fff; cursor: pointer;}
.Banner002826 .slick-dots li:not(:last-child){margin-right: 10px;}
.Banner002826 .slick-dots li:before{position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border-radius: 50%;background: #fff; transition: 0.3s;content: '';}
.Banner002826 .slick-dots li.slick-active:before{transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);}
.Banner002826 .slick-dots li button{display: none;}
@media(max-width:640px){
.Banner002826 .slick-dots li{width: 10px; height: 10px;}
.Banner002826 .slick-dots li:not(:last-child){margin-right: 4px;}
}




/* 2022/6/9 */
.proTxt .tabBox{
    background: transparent;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 186px;
    position: relative;
}
.proTxt .tabBox li{
    position: relative;
    font-size: 16px;
    width: auto;
    margin-right: 20px;
        padding: 0;
}
.proTxt .tabBox li::before{
    content: '';
    width: 100%;
    height: 4px;
    background: #fe0000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.proTxt .tabBox li:hover, .proTxt .tabBox li.on{
    color: #333333;
    background: transparent;
}
.proTxt .tabBox li:hover::before, .proTxt .tabBox li.on::before{
    opacity: 1;
}
.proTxt .tabBox .anniu{
    font-size: 16px;
    color: #ffffff;
    width: 186px;
    height: 49px;
    line-height: 49px;
    background: #fe0000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
}
.proTxt .tabBox .anniu i{
    width: 30px;
    height: 25px;
    background-image: url(../images/xz_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 12px;
}
/* 弹框表单 */
.bdtk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.bdtk .rq{
    width: 900px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}
.bdtk .rq .esc{
    width: 20px;
    height: 20px;
    background-image: url(../images/xz_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    transition: all .5s;
}
.bdtk .rq .esc:hover{
    transform: rotate(180deg);
}
.bdtk .p{
    border-bottom: 1px solid #ebedee;
    margin: 0;
}
.bdtk .p span{
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 2px solid #fe0000;
    display: inline-block;
    box-sizing: border-box;
}
.bdtk .div{
    width: 100%;
    padding-top: 3%;
    box-sizing: border-box;
}
.bdtk .div1{
    width: 100%;
    position: relative;
    padding-left: 72px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.bdtk .div2{
    width: 100%;
    display: flex;
    align-items: center;
}
.bdtk .div2 .lef{
    width: 150px;
    height: 100px;
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}
.bdtk .div2 .lef img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bdtk .div2 .rig{
    padding-left: 15px;
    padding-right: 220px;
    position: relative;
    box-sizing: border-box;
}
.bdtk .div2 .rig .p1{
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.bdtk .div2 .rig .p2{
    font-size: 14px;
    color: #999999;
    margin: 0;
}
.bdtk .div2 .rig input{
    width: 200px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    color: #aaaaaa;
    padding: 0 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.bdtk .div1 .title{
    font-size: 14px;
    color: #666666;
    width: 72px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.bdtk .div1 .title i{
    color: #ff0000;
    display: inline-block;
    margin-right: 5px;
}
.bdtk .div1 .inp{
    width: 360px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    color: #aaaaaa;
    padding: 0 18px;
    display: block;
    box-sizing: border-box;
}
.bdtk .div1 textarea{
    width: 100%;
    height: 160px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    color: #aaaaaa;
    padding: 14px 18px;
    font-family: Arial,"微软雅黑","宋体";
    box-sizing: border-box;
}
.bdtk .div1 .ig{
    width: 100px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.bdtk .div1 .ig img{
    width: 100%;
}
.bdtk .div1 .ig input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.bdtk .div1 .ts{
    font-size: 14px;
    color: #aaaaaa;
    margin: 0;
}
.bdtk .div1 button{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff0000;
    border: none;
    cursor: pointer;
}


.ty_anniu{
    width: 50px;
    height: 50px;
    background-image: url(../images/xz_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 998;
    right: 40px;
    bottom: 30%;
    cursor: pointer;
}
@media(max-width:991px){
    .ty_anniu {
        right: 0px;
        bottom: 10%;
    }
    .bdtk .rq {
        width: 95%;
        padding: 14px;
    }
    .bdtk .p span {
        padding-bottom: 5px;
    }
    .bdtk .rq .esc {
        width: 14px;
        height: 14px;
        top: 15px;
        right: 15px;
    }
    .bdtk .div1 .inp 
    {
         width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .bdtk .div1 .title {
        font-size: 14px;
        width: 72px;
        line-height: 40px;
    }
    .bdtk .div1 textarea {
        height: 100px;
        font-size: 14px;
        padding: 10px 10px;
    }
    .bdtk .div1 .ig {
        width: 90px;
    }
    .bdtk .div1 .ts {
        font-size: 12px;
    }
    .bdtk .div1 button {
        font-size: 14px;
        width: 110px;
        height: 40px;
        line-height: 40px;
    }
    .bdtk .div2 {
        flex-wrap: wrap;
    }
    .bdtk .div2 .rig {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        line-height: 18px;
        margin-top: 10px;
    }
    .bdtk .div2 .rig input {
        width: 200px;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        position: static;
        transform: translateY(-0%);
        box-sizing: border-box;
        display: block;
        margin-top: 10px;
    }
    .bdtk .div1 {
        margin-bottom: 10px;
    }
    .bdtk .div2 .lef {
    width: 110px;
    height: 70px;
}
    
}