/* 菜单 */
.pro_tit {
    background: #FFf;
    padding: 60px 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    overflow-y: auto;
    margin-bottom: 60px;
}

.pro_tit>span {
    font-size: 30px;
    color: #000000;
    display: inline-block;
    margin-right: 80px;
    cursor: pointer;
}

.pro_tit span.on {
    color: #0f3793;
}

.pro_list>ul>li {
    float: left;
    transition: all 0.4s;
    background: #FFF;
    padding-bottom: 30px;
    margin: 0 1.86% 30px 0;
    width: 23.6%;
}

.pro_list>ul>li:nth-child(4n) {
    margin-right: 0;
}

.pro_tetx p {
    font-size: 24px;
    color: #262626;
    margin: 27px 0;
    text-align: center;
}

.pro_tetx a {
    font-size: 14px;
    color: #aeaeae;
    border-width: 1px;
    border-color: rgb(210, 210, 210);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 99px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.pro_list>ul>li:hover {
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.pro_list>ul>li:hover a {
    background: #0f3793;
    border: 1px solid #0f3793;
    color: #FFF;
}

.pro_pic {
    overflow: hidden;
}

.pro_more {
    border-width: 1px;
    border-color: rgb(15, 55, 147);
    border-style: solid;
    width: 159px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #0f3793;
    margin: 0 auto;
    transition: all 0.4s;
    cursor: pointer;
}

.pro_more:hover {
    background: #0f3793;
    color: #FFF;
}

/* 动态 */
.dyna_list>ul>li {
    width: 31.1%;
    margin-right: 3.35%;
}

.dyna_list>ul>li:nth-child(4n) {
    margin-right: 3.35%;
}

.dyna_list>ul>li:nth-child(3n) {
    margin-right: 0;
}

.synn_jia {
    padding: 26px 38px;
}

.synn_jia h1 {
    font-size: 16px;
    color: #aeaeae;
}

.synn_jia h2 {
    font-size: 24px;
    line-height: 34px;
    color: #393939;
    margin: 26px 0 35px;
    transition: all 0.4s;
    height: 105px;
}

.synn_jia a {
    font-size: 14px;
    color: #0f3793;
    padding-top: 15px;
    border-top: 2px solid #0f3793;
}

.dyna_list>ul>li:hover a {
    background: transparent;
    border: transparent;
    border-top: 2px solid #0f3793;
    color: #0f3793;
}

/* 动态详情 */
.equipage_con {
    padding: 30px 0;
    background: #f2f2f2;
}

.equipage_con .equipa_menu {
    background: transparent;
    font-size: 14px;
}

.equipa_menu a {
    color: #7d7d7d;
}

.equipa_menu span {
    color: #282828;
}

.equipa_menu i {
    margin: 0 4px;
    color: #7d7d7d;
}

.equipa_menu a.on {
    color: #0f3793;
}

.plapage_data {
    background: #FFF;
    padding: 60px 180px 80px;
}

.plapage_data h1 {
    font-size: 34px;
    color: #000000;
    text-align: center;
}

.plapage_data>h3 {
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    padding: 30px 0 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.plapage_data p {
    font-size: 16px;
    color: #464545;
    line-height: 30px;
    margin-bottom: 30px;
}

.newpages h4 {
    font-size: 14px;
    color: #6f6f6f;
    text-align: center;
    margin: 20px 0 35px;
}

.capa_one {
    margin-top: 20px;
    background: #FFF;
    padding: 60px 90px;
}

.capa_prev {
    width: 80%;
}

.capa_prev p {
    margin-bottom: 20px;
    font-size: 16px;
}

.capa_prev p:last-child {
    margin-bottom: 0;
}

.capa_prev p em {
    color: #b0b0b0;
}

.capa_prev p a {
    color: #000000;
    width: 80%;
}

.capa_prev p>* {
    display: inline-block;
    vertical-align: text-top;
}

.ca_return a {
    width: 149px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s;
    margin-top: 8px;
    border: 1px solid #0f3793;
    color: #0f3793;
}

.ca_return a:hover {
    background: #0f3793;
    color: #FFF;
}

.dy_pic {
    overflow: hidden;
    margin: 10px 0 25px;
}

.dy_pic img {
    margin-right: 4%;
    width: 47.4%;
}

.dy_pic img:nth-child(2n) {
    margin-right: 0;
}

/* 产品详情 */
.propage_c {
    background: #FFf;
}

.pro_dai {
    padding-top: 50px;
}

.pro_dai>div {
    float: left;
    width: 50%;
}

.pro_jian h1 {
    font-size: 40px;
    color: #333333;
}

.pro_jian {
    padding: 120px 0 0 11%;
}

.pro_jian h2 {
    font-size: 24px;
    color: #878787;
    margin: 18px 0 22px;
}

.pro_jian>p {
    font-size: 16px;
    color: #878787;
    line-height: 28px;
}

.pro_jian>p em {
    color: #333333;
}

.pr_gong {
    margin-top: 25px;
    padding-top: 26px;
    border-top: 1px solid #d9d9d9;
}

.pr_gong h3 {
    font-size: 24px;
    color: #333333;
}

.pr_gong a {
    font-size: 16px;
    color: #ffffff;
    background-color: rgb(15, 55, 147);
    width: 251px;
    height: 57px;
    line-height: 57px;
    text-align: center;
}

.pr_gong p {
    font-size: 15px;
    margin: 25px 0 50px;
}

.pr_gong p>* {
    font-size: 16px;
    color: #333333;
}

.pr_gong p span {
    width: 33.33%;
    line-height: 35px;
    display: inline-block;
}

.pr_gong p span i {
    color: rgb(15, 55, 147);
    font-weight: bold;
    margin-right: 7px;
}

/* 轮播图 */
/* 本例子css */
.prod_lu .w3cFocus {
    width: 100%;
    position: relative;
}

.prod_lu .w3cFocusIn .bd {
    position: relative;
}

.prod_lu .w3cFocus .prev,
.w3cFocus .next {
    position: absolute;
    display: block;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 32px;
    background: url("../images/jqs.png")no-repeat;
    background-size: 100% 100%;
}

.prod_lu .w3cFocus .next {
    left: auto;
    right: 40px;
    transform: rotate(180deg);
}

.prod_lu .w3cFocusIn {
    width: 100%;
    position: relative;
    margin: 0 auto;
	/* overflow: hidden; */
}

.prod_lu .w3cFocusIn .bd li {
    vertical-align: middle;
}

.prod_lu .w3cFocusIn .bd li img {
    width: 100%;
    height: 100%;
    display: block;
}

.prod_lu .w3cFocusIn .hd {
    position: absolute;
    left: -130px;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
}

.prod_lu .w3cFocusIn .hd ul {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    vertical-align: middle;
    zoom: 1;
}

.prod_lu .w3cFocusIn .hd ul li {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.prod_lu .w3cFocusIn .hd ul li img {
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
    display: block;
}

.prod_lu .w3cFocusIn .hd ul li.on img {
    border: 1px solid #0f3793;
}
/* 2020.10.13 */
.game163 .smallImg li{
    text-align: center;
}
.game163 .smallImg img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
}