﻿* {
    box-sizing: border-box;
    outline: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}
div,
p,
span,
i,
em {
    white-space: inherit !important;
}
a {
    color: #666;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #2A5F97;
}
ol,
ul {
    list-style: none;
}
img {
    border: 0;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none;
}
input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    color: #ca8189;
    outline: none;
}
html {
    font-size: 100px;
}
@media (max-width: 1600px) {
    html {
        font-size: 80px !important;
    }
}
@media (max-width: 1450px) {
    html {
        font-size: 75px !important;
    }
}
@media (max-width: 1400px) {
    html {
        font-size: 72px !important;
    }
}
@media (max-width: 1300px) {
    html {
        font-size: 68px !important;
    }
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
/*清楚浮动*/
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
/*图片垂直水平居中*/
.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.hid {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: 0.75s;
}
@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp2 {
    animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp3 {
    animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown3 {
    animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
    from {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown2 {
    animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft2 {
    animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight2 {
    animation-name: fadeInRight2;
}
.scrollArrow {
    animation-name: scrollArrow;
}
.scrollArrow1 {
    animation-name: scrollArrow1;
}
@keyframes bmove1 {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scrollArrow {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scrollArrow1 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes xuanzhuan {
    from {
        transform: rotate(0);
    }
    to {
        opacity: 1;
        transform: rotate(180deg);
    }
}
.xuanzhuan {
    animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
    from {
        transform: rotate(0);
    }
    to {
        opacity: 1;
        transform: rotate(-180deg);
    }
}
.xuanzhuan {
    animation-name: xuanzhuan2;
}
body {
    overflow-x: hidden;
    color: #666;
    background: #fff;
    margin: 0 auto;
    font-size: 0.16rem;
    position: relative;
    line-height: 1.5;
    font-family: "微软雅黑", "arial";
}
@media screen and (min-width: 1024px)
{.sjdlb{display:none;} }
@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    height: 0px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.container {
    max-width: 14.4rem;
    width: 100%;
    margin: 0 auto;
}

.nyBrandBox {
    padding: 60px 0;
	overflow: hidden;
}
.nyLeft {
    float: left;
    width: 220px;
}
.nyLeft .nyLinkT a {
    display: block;
    position: relative;
    height: 91px;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    overflow: hidden;
    border-radius: 6px;
}
.nyLeft .nyLinkT a.nyLink1 {
    background: url(../image/nylink1.jpg) center center no-repeat;
    background-size: cover;
}
.nyLeft .nyLinkT a i.ico1 {
    background: url(../image/czsq.png) center center no-repeat;
    background-size: contain;
}
.nyLeft .nyLinkT a i {
    width: 45px;
    height: 100%;
    float: left;
    margin-left: 28px;
}
.nyLeft .nyLinkT a .t1 {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-left: 79px;
    padding-top: 24px;
}
.nyLeft .nyLinkT a .t2 {
    display: block;
    font-size: 16px;
    padding-left: 79px;
    margin-top: 12px;
}
.nyLeft .nyLinkT a.nyLink2 {
    background: url(../image/nylink2.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 10px;
}
.nyLeft .nyLinkT a i.ico2 {
    background: url(../image/gzbm.png) center center no-repeat;
    background-size: contain;
}
.nyLeft .nyLNav {
    background: url(../image/nynav.jpg) center 0 no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
}
.nyLeft .nyLNav h4 {
    border-bottom: 1px #fff solid;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 38px 0 38px;
}
.nyLeft .nyLNav ul {
    padding: 0 12px 40px;
}
.nyLeft .nyLNav ul li {
    border-bottom: dashed 1px #f29673;
}
.nyLeft .nyLNav ul li a {
    line-height: 60px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
}
.nyLeft .nyLewm {
    margin-top: 10px;
    background: url(../image/nylx.jpg) center 0 no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 38px;
    border-radius: 6px;
}
.nyLeft .nyLewm .tit {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 38px 0 20px;
}
.nyLeft .nyLewm img {
    width: 159px;
    height: 159px;
    margin: auto;
    margin-top: 10px;
}
.nyRight {
    margin-left: 270px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #f8f8f8;
    margin-bottom: 20px;
    overflow: hidden;
}
.nyRight .nyRightTit {
    margin: 10px 25px;
    border-bottom: 1px dashed #dedede;
    padding: 15px 0;
    line-height: 16px;
	height: 50px;
}
.nyRight .nyRightTit .right {
    display: inline-block;
}
.right {
    float: right;
}
.nyRight .nyRightTit span {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #082cbe;
}
.nyRight .nyRightList {
    margin: 20px 17px;
}

.nyRight .nyRightList td {border: 1px solid #767676;}
.nyLeft .nyLNav ul li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.picc{height:500px ;}

.picc img{height: 100%;
    width: 100%;
    padding-top: 127px;}

.dhlbj{background: #0f53b6;}
.czpptp li {width: 147px;
    float: left;
    margin: 5px 6px;
    border: solid 1px #bdb9b966;}


.czpptp{overflow: hidden;
	margin-bottom: 40px;}

.nyRight .nyRightList2{margin:20px 17px}
.nyRight .nyRightList2 ul:after{content:"";display:block;clear:both;font-size:0;line-height:0}
.nyRight .nyRightList2 ul li{float:left;width:50%;padding:20px 7px}
.nyRight .nyRightList2 ul li .item{transition:0.5s}
.nyRight .nyRightList2 ul li .item:after{content:"";display:block;clear:both;font-size:0;line-height:0}
.nyRight .nyRightList2 ul li .item .pic{display:block;width:100%;padding-top:56%;height:0;position:relative;overflow:hidden}
.nyRight .nyRightList2 ul li .item .pic img{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;max-width:100%;max-height:100%}
.nyRight .nyRightList2 ul li .item .bt{margin-left:0;transition:0.3s;height:40px;line-height:40px;border-bottom:1px solid #dedede;margin:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nyRight .nyRightList2 ul li .item .bt:before{display:inline-block;content:"|";margin-left:1%;margin-right:3%;color:#0e2d9d;-webkit-transition:0.5s;transition:0.5s;font-weight:bold}
.nyRight .nyRightList2 ul li .item:hover{box-shadow:0 0 15px rgba(0,0,0,0.2)}
.nyRight .nyRightList2 ul li .item:hover .bt{border-color:transparent;color:#e72510;margin:0 10px}
.nyRight .nyRightList2 ul li .item:hover .bt:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}


.pager{padding-left:0;margin:28px 0;list-style:none;text-align:center}

.pager li{display:inline}

.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}

.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}

.pager .next>a,.pager .next>span{float:right}

.pager .previous>a,.pager .previous>span{float:left}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}

.news_list_right {
    width: 100%;
    padding: 12px 30px 0;
    background: #fff;
}

.xwlbys {
    border: 1px solid #eaeaea;
    padding: 8px 8px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
    display: block;
    width: 100%;
}

.xwztys {
    float: left;
    width: 23%;
    height: 148px;
    margin-right: 2%;
}

.xwztys a img {
    width: 100%;
    height: 100%;
}

.yqlj{overflow:hidden;padding: 10px 0;}
.yqlj li{list-style-type: none;float:left; margin: 0px 5px;}
.yqljbt{float: left;}


.mbxys {
    line-height: 10px;
    margin-top: 6px;
}

.xwywys img {
    height: 10px;
    margin-right: 4px;
}
.xwywys {
    float: left;
    width: 74%;
}
.xwbtys {
    font-size: 18px;
    line-height: 2.4;
    margin-top: 0;
    font-weight: bold;
}

.wzmsys {
    color: #737373;
    line-height: 22px;
	margin-top: 10px;
}
.timeNum{    margin: 0px 10px;
    color: #f00;}
.activitiesd {
    overflow: hidden;
}
.activitiesd .dtitle {
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
}
.activitiesd .dtitle h1 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activitiesd .dtitle span {
    line-height: 24px;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    color: #adadad;
    margin-bottom: 10px;
    display: block;
}
.activitiesd .demo {
    line-height: 30px;
    font-size: 14px;
    padding: 20px 30px;
}
.a_news_info_sx {
    border-top: 1px solid #e5e5e5;
    padding: 20px 50px;
}
.a_news_info_sx ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}


@media (max-width: 1024px) {

.news_list_right {
    padding: 0;
}
	.mbxys {
    line-height: 16px;
    margin-top: 6px;
}
	.xwlbys {
    border: 1px solid #eaeaea;
    padding: 8px 8px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
	.xwztys {
    float: none;
    width: 100%;
    height: 100%;
}
	.nyBrandBox img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
}
	.xwywys {
    float: none;
    width: 100%;
}
	.xwbtys {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
    font-weight: bold;
}
	.mbxys img {
    height: 16px!important
}
	
    .nyBrandBox {
    padding: 20px 15px;
}
	.a_news_info_sx {
    border-top: 1px solid #e5e5e5;
    padding: 17px 3px;
}
	.activitiesd .demo {
    line-height: 30px;
    font-size: 14px;
    padding: 12px 3px;
}
	.nyRight .nyRightList2 ul li{width:100%;clear:both}
.nyRight .nyRightList2 ul li .item .pic{display:block;width:30%;float:left;padding-top:20%;height:0;position:relative;overflow:hidden}
.nyRight .nyRightList2 ul li .item .pic img{width:100%}
.nyRight .nyRightList2 ul li .item .telt{margin-left:20px;float:left;width:63%}
.czpptp li {
    width: 26%;
    float: left;
    margin: 3.4%;
    border: solid 1px #bdb9b966;
}


.czpptp{overflow: hidden;
	margin-bottom: 0px;}
.nyLeft {
    width: 100%;
}
.nyLeft .nyLinkT a {
    float: left;
    width: 48%;
    height: 60px;
}
.nyLeft .nyLinkT a i {
    width: 30px;
    margin-left: 15px;
}
.nyLeft .nyLinkT a .t1 {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 10px;
}
.nyLeft .nyLinkT a .t2 {
    font-size: 13px;
    padding-left: 55px;
    margin-top: 6px;
}
.nyLeft .nyLinkT a.nyLink2 {
    margin-top: 0;
    margin-left: 4%;
}
.nyLeft .nyLNav h4 {
    display: none;
}
.nyLeft .nyLNav ul {
    padding: 8px 0;
}
.nyLeft .nyLNav ul li {
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.nyLeft .nyLNav ul li a {
    display: block;
    line-height: 26px;
    font-size: 15px;
}
.nyLeft .nyLewm {
    display: none;
}
.nyRight {
    width: 100%;
    margin-left: 0;
    border: none;
}
.nyRight .nyRightTit {
    margin: 10px 0;
	border-bottom: 1px dashed #dedede;
    padding: 15px 0;
    line-height: 16px;
    height: 82px;
}
.nyRight .nyRightList {
    margin: 0 0;
}
	.nyLinkT{overflow: hidden;}
	.nyRight .nyRightTit .right {
    float: none;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
	.nyRight .nyRightTit span:before {
    display: inline-block;
    content: "|";
    font-weight: bold;
    color: #e72510;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: top;
    padding: 0 10px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
	.picc {
    height: 224px;
}
	.picc img{height: 100%;
    width: 100%;
    padding-top: 0px;}
.pcdlb{display:none;}
}
























@media (max-width: 1200px) {
    .container {
        padding: 0 50px;
    }
}
@media (max-width: 1024px) {
    .container {
        max-width: 640px !important;
        padding: 15px 20px;
    }
}
@media (max-width: 640px) {
    .container {
        width: 100%;
    }
}
.dw {
    top: -1rem;
    z-index: -1;
    position: absolute;
}
.button {
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 0.48rem;
    padding: 0 0.1rem;
    line-height: 0.48rem;
    min-width: 1.8rem;
    border-radius: 0.3rem;
    background: linear-gradient(to right, #2A5F97, #7684DC);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.button a {
    z-index: 2;
    color: #fff;
    display: block;
    position: relative;
}
.button span {
    float: right;
    display: inline-block;
}
.button img {
    margin-bottom: 0.03rem;
    vertical-align: middle;
    max-height: 0.24rem;
}
@media (max-width: 1023px) {
    .button {
        font-size: 14px;
    }
}
.button:hover::before {
    transform: scale(1.05);
}
.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}
.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}
@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.circle {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    text-align: center;
    line-height: 0.7rem;
    z-index: 2;
    margin: auto;
    border-radius: 50%;
    background: transparent;
}
.circle i {
    display: inline-block;
    text-align: center;
    z-index: 5;
    position: relative;
    border-radius: 0.02rem;
    border-left: solid 0.12rem #0862bb;
    border-top: solid 0.08rem transparent;
    border-bottom: solid 0.08rem transparent;
}
.circle:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 2s ease-out 0s infinite;
    background: linear-gradient(to right, #ffffff, #ffffff);
}
.circle:before {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    animation: ripple 2s ease-out 1s infinite;
}
.navPhoneBtn {
    margin-top: 0.2rem;
    display: inline-block;
    cursor: pointer;
    float: right;
    text-align: right;
    display: none;
}
.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    background: #fff;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 20px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
    transform: rotate(0);
    transition: width .5s ease;
}
.navPhoneBtn span:last-child {
    margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
    opacity: 1;
    transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .navPhoneBtn {
        display: block;
    }
}
.header {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.15); */
    transition: all 500ms ease;
    /* background: #0f53b6; */
}
.header .container {
    display: flex;
    position: relative;
    justify-content: flex-end;
    max-width: 16rem;
}
.header .leftbox {
    left: 0;
    top: 0.16rem;
    position: absolute;
    display: flex;
}
.header .logo img {
    max-height: 1rem;
    transition: all 500ms ease;
}
.header .logo:hover img {
    transform: scale(0.9);
}
.header .logo i {
    font-style: normal;
}
.header .logo .img2 {
    display: none;
}
.header .linfo {
    color: #fff;
    position: relative;
    margin-left: 0.17rem;
    padding-left: 0.12rem;
}
.header .linfo:before {
    left: 0;
    content: "";
    width: 1px;
    top: 0.06rem;
    height: 0.5rem;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
}
.header .linfo:after {
    content: "";
    top: 50%;
    left: 0;
    z-index: 2;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    position: absolute;
    margin-left: -0.03rem;
    background: #5c6881;
}
.header .linfo span {
    display: block;
    font-size: 0.14rem;
}
.header .linfo span:first-child {
    line-height: 0.32rem;
    letter-spacing: 0.027rem;
    font-size: 0.24rem;
}
.header .linfo span:first-child em {
    display: inline-block;
    vertical-align: top;
    font-size: 0.32rem;
}
.header .linfo em {
    font-style: normal;
    font-family: "Roboto";
}
.header .nav ul {
    display: flex;
}
.header .nav li {
    margin-left: 0.2rem;
    padding: 0 0.2rem;
    position: relative;
    height: 0.99rem;
    padding-top: 0.35rem;
    font-size: 0.18rem;
}
.header .nav li>a {
    color: #fff;
}
.header .nav li:after {
    content: "";
    height: 0.03rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transition: all 500ms ease;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.header .nav li .subnav {
    left: 50%;
    width: 1.7rem;
    font-size: 0.16rem;
    transform: translateX(-50%);
    display: none;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    top: 1rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
}
.header .nav li .subnav a {
    color: #333;
    display: block;
    text-align: center;
    padding: 0.1rem 0;
}
.header .nav li .subnav a:hover {
    color: #2A5F97;
}
.header .nav li .subnav-2 {
    padding: 0.4rem;
    overflow: hidden;
    width: 6.56rem;
}
.header .nav li .subnav-2 .item {
    width: 50%;
    float: left;
    padding: 0 0.4rem;
}
.header .nav li .subnav-2 a {
    text-align: left;
}
.header .nav li .subnav-2 h3 {
    color: #333;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #dbdde1;
}
.header .nav li:hover:after,
.header .nav .active:after {
    left: 0;
    width: 100%;
}
.header .language {
    padding-left: 0.15rem;
    margin-top: 0.4rem;
    margin-left: 0.15rem;
    position: relative;
}
.header .language:before {
    content: "";
    width: 1px;
    top: 0.02rem;
    left: 0;
    position: absolute;
    display: none;
    height: 0.2rem;
    background: #525d74;
}
.header .language em {
    font-style: normal;
}
.header .language img {
    width: auto;
    margin-top: 0.03rem;
    max-height: 0.19rem;
}
.header .language i {
    margin-top: 0.07rem;
    width: 0.08rem;
    height: 0.08rem;
    vertical-align: top;
    margin-left: 0.1rem;
    display: inline-block;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(45deg);
}
.header .language .limg2 {
    display: none;
}
.header .language .drop {
    left: 33%;
    display: none;
    width: 1.3rem;
    top: 0.3rem;
    text-align: center;
    padding: 0.2rem 0;
    position: absolute;
    border-radius: 0.1rem;
    line-height: 0.3rem;
    transform: translateX(-40%);
    text-transform: initial;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
    content: "";
    top: -0.06rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    position: absolute;
    border-left: solid 0.08rem transparent;
    border-right: solid 0.08rem transparent;
    border-bottom: solid 0.08rem #ffffff;
}
.header .language .drop a {
    color: #666;
    display: block;
    margin: 0.1rem 0;
    font-size: 0.16rem;
    line-height: 0.3rem;
    position: relative;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    transition: color 500ms ease;
}
.header .language .drop a:hover {
    color: #2A5F97;
}
.header .language .drop a:hover:before {
    background: #2A5F97;
}
.header .language:hover .drop {
    display: block;
}
@media (max-width: 1024px) {
    .header {
        top: 0;
        height: 60px;
        width: 100%;
        z-index: 99;
        position: fixed;
        background: #222;
        border-bottom: 0;
        padding: 0 0px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .header .container {
        max-width: 640px;
        position: relative;
    }
    .header .nav {
        display: none;
    }
    .header .header-search {
        display: none;
    }
    .header .linfo {
        margin-left: 0;
    }
    .header .logo img {
        max-height: 30px;
    }
    .header .leftbox {
        left: 20px;
        top: 10px;
    }
    .header .language {
        display: none;
    }
    .header .linfo span:first-child {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 20px;
    }
    .header .linfo span {
        font-size: 12px;
    }
}
.header-2,
.fixed {
    top: auto;
    left: auto;
    position: relative;
}
.header-2 .nav li>a,
.fixed .nav li>a {
    color: #333;
}
.header-2 .linfo,
.fixed .linfo {
    color: #666666;
}
.header-2 .linfo span:first-child,
.fixed .linfo span:first-child {
    color: #333;
}
.header-2 .linfo:before,
.fixed .linfo:before,
.header-2 .linfo:after,
.fixed .linfo:after {
    background: #b2b2b2;
}
.header-2 .logo .img1,
.fixed .logo .img1 {
    display: none;
}
.header-2 .logo .img2,
.fixed .logo .img2 {
    display: inline-block;
}
.header-2 .language:before,
.fixed .language:before {
    background: #cccccc;
}
.header-2 .language .limg1,
.fixed .language .limg1 {
    display: none;
}
.header-2 .language .limg2,
.fixed .language .limg2 {
    display: inline-block;
}
.header-2 .language i,
.fixed .language i {
    border-color: #999999;
}
.header-2 .header-search .simg1,
.fixed .header-search .simg1 {
    display: none;
}
.header-2 .header-search .simg2,
.fixed .header-search .simg2 {
    /* display: inline-block; */
}
@media (max-width: 1024px) {
    .header-2 .linfo,
    .fixed .linfo {
        color: #fff;
    }
    .header-2 .linfo span:first-child,
    .fixed .linfo span:first-child {
        color: #fff;
    }
    .header-2 .linfo:before,
    .fixed .linfo:before,
    .header-2 .linfo:after,
    .fixed .linfo:after {
        background: rgba(255, 255, 255, 0.5);
    }
    .header-2 .logo .img1,
    .fixed .logo .img1 {
        display: inline-block;
    }
    .header-2 .logo .img2,
    .fixed .logo .img2 {
        display: none;
    }
}
.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    background: #fff;
    /* */
}
.header-search {
    margin-left: 1.3rem;
    margin-top: 0.42rem;
}
.header-search img {
    vertical-align: middle;
    max-height: 0.19rem;
    margin-bottom: 0.03rem;
}
.header-search .simg2 {
    display: none;
}
.header .header-search .search {
    z-index: 9;
    position: relative;
}
.header-search .search .btn-search-max {
    z-index: 2;
    -webkit-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    position: relative;
}
.header-search .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle;
}
.header-search .search .search-main {
    top: 0px;
    right: -20px;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 20px;
    position: absolute;
}
@media (max-width: 640px) {
    .header-search .search .search-main {
        right: -140px;
        width: 280px;
    }
}
.header-search .search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    height: 42px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 42px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #ffffff;
}
.header-search .search-container .btn {
    top: 0;
    right: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: #2A5F97;
}
.header-search #search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer;
}
@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}
.banner {
    width: 100%;
    height: 100%;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 9;
}
.banner .swiper-container {
    height: 100%;
}
.banner .swiper-slide {
    width: 100% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.banner img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.banner .pc {
    display: block;
}
.banner .pc img {
    width: auto;
    height: auto;
    max-height: initial;
    max-width: initial;
    width: 100%;
    object-fit: cover;
}
.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .qiehuan {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.banner .qiehuan .hezi {
    z-index: 10;
    right: -8.2rem;
    margin: 0 auto;
    width: 100%;
    height: 1.2rem;
    position: relative;
    max-width: 3rem;
    background: rgba(255, 255, 255, 0.9);
}
.banner .swiper-slide-active .t1 {
    animation: 2s fadeInUp2 ease;
}
.banner .swiper-slide-active .t2 {
    animation: 2s fadeInDown2 ease;
}
.banner .swiper-slide-active .t3 {
    animation: 2s scrollArrow ease;
}
.banner .swiper-pagination {
    height: 0.2rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.45rem;
    left: 0;
    z-index: 9;
    font-size: 0.2rem;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: inline-block;
    float: left;
    border: none;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.05rem;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/prev.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    font-size: 0rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    color: #fff;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/prev-h.png) no-repeat center center;
    background-size: cover;
}
.banner .swiper-button-prev {
    margin-left: 0.3rem;
    margin-right: 0.2rem;
}
.banner .swiper-button-next {
    float: right;
    margin-right: 0.3rem;
    transform: rotate(180deg);
}
.banner .swiper-pagination-current {
    color: #7684DC;
}
.banner .text {
    width: 100%;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner .container {
    padding-left: 1rem;
}
.banner .t1 {
    font-family: "Roboto";
    font-size: 0.48rem;
    line-height: 0.5rem;
}
.banner .t2 {
    padding-top: 0.1rem;
    letter-spacing: 0.07rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    font-weight: 700;
}
.banner .t2 span {
    font-size: 0.8rem;
}
.banner .t3 {
    padding-left: 0.3rem;
    margin-top: 0.4rem;
    margin-left: 0.55rem;
    position: relative;
}
.banner .t3 span {
    display: block;
    font-size: 0.24rem;
    line-height: 0.34rem;
}
.banner .t3 span:first-child {
    font-size: 0.34rem;
    line-height: 0.4rem;
}
.banner .t3 span:last-child {
    font-family: "Roboto";
}
.banner .t3:before {
    left: 0;
    top: 0rem;
    content: "";
    width: 0.04rem;
    height: 0.7rem;
    position: absolute;
    background: #fff;
}
.banner .btnDiv {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: -0.4rem;
    color: #fff;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner .btnDiv .container {
    position: relative;
}
.banner .btnDiv ul {
    width: 100%;
    display: flex;
    list-style: none;
    padding-left: 0.6rem;
    padding-right: 1.5rem;
    justify-content: space-between;
}
.banner .btnDiv ul li {
    width: 29%;
}
.banner .btnDiv ul li .box {
    display: flex;
    align-items: center;
    height: 1.1rem;
    background: #fff;
    justify-content: center;
    border-radius: 0.2rem;
    transition: all 500ms ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.banner .btnDiv ul li .icon {
    margin-top: 0.04rem;
    display: inline-block;
    margin-right: 0.2rem;
    max-width: 0.5rem;
    position: relative;
}
/* .banner .btnDiv ul li .icon:before {
    top: 0;
    left: -0.1rem;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #7684DC;
    position: absolute;
} */
.banner .btnDiv ul li .icon:after {
    top: 0.06rem;
    left: -0.02rem;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #e5eaf4;
    position: absolute;
}
.banner .btnDiv ul li .icon i {
    z-index: 1;
    position: relative;
    font-style: normal;
    display: inline-block;
}
.banner .btnDiv ul li .icon img {
    max-height: 0.51rem;
}
.banner .btnDiv ul li .icon .ic2 {
    top: 0;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 500ms ease;
}
.banner .btnDiv ul li .tit {
    color: #333;
    font-size: 0.24rem;
}
.banner .btnDiv ul .active .box {
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.banner .btnDiv ul .active .icon:after {
    background: rgba(255, 255, 255, 0.1);
}
.banner .btnDiv ul .active .icon .ic1 {
    opacity: 0;
}
.banner .btnDiv ul .active .icon .ic2 {
    transform: scale(1);
}
.banner .btnDiv ul .active .tit {
    color: #fff;
}
@media (max-width: 1024px) {
    .banner {
        margin-top: 60px;
    }
    .banner .container {
        padding-left: 0;
        text-align: center;
    }
    .banner .btnDiv {
        display: none;
    }
    .banner .qiehuan .hezi {
        right: 0;
        height: 30px;
    }
    .banner .swiper-pagination {
        bottom: 5px;
        font-size: 16px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 20px;
        height: 20px;
        margin-top: -5px;
    }
}
@media (max-width: 640px) {
    .banner .t1 {
        font-size: 16px;
        line-height: 24px;
    }
    .banner .t2 {
        padding-top: 0;
        font-size: 24px;
        line-height: 30px;
    }
    .banner .t2 span {
        font-size: 30px;
    }
    .banner .t3 {
        display: none;
    }
}
.index-title {
       color: #333;
    text-align: center;
    line-height: 1rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.index-title img {
    margin-top: -0.22rem;
    position: relative;
    max-height: 0.38rem;
}
@media (max-width: 640px) {
    .index-title {
        font-size: 20px;
        line-height: 40px;
    }
    .index-title img {
        max-height: 38px;
    }
}
.index-about {
    overflow: hidden;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
    background-repeat: repeat;
    background-position: top center;
}
.index-about .index-title {
    text-align: left;
}
.index-about .list {
    display: flex;
    justify-content: space-between;
}
.index-about .lefttext {
    width: 47%;
    padding-top: 0.1rem;
    line-height: 0.32rem;
    text-align: justify;
}
.index-about .lefttext .text p {
    padding-top: 0.3rem;
}
.index-about .lefttext .button {
    margin-top: 0.6rem;
}
.index-about .rightbox {
    width: 47%;
    position: relative;
}
.index-about .rightbox .pic {
    z-index: 2;
    margin-left: -0.3rem;
    position: relative;
}
/*.index-about .rightbox:after {
    top: 0.3rem;
    right: 0rem;
    width: 100%;
    height: 97.5%;
       height: 97.5%; 
    content: "";
    border-radius: 0.2rem;
    position: absolute;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}     */
.index-about .numlist {
    padding-top: 1rem;
}
.index-about .numlist ul {
    display: flex;
    flex-wrap: wrap;
    width: 113%;
}
.index-about .numlist li {
    width: 25%;
    font-size: 0.18rem;
}
.index-about .numlist li .item {
    display: flex;
    align-items: center;
}
.index-about .numlist li .icon {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 50%;
    margin-top: 0.06rem;
    border: solid 0.02rem #ffffff;
    box-shadow: 0 0 0.1rem rgba(0, 23, 83, 0.1);
    background: linear-gradient(to right, #f5f7fb, #ffffff, #f5f7fb);
}
.index-about .numlist li .icon img {
    transition: all 500ms ease;
        padding: 8px;
}
.index-about .numlist li .text {
    padding-left: 0.15rem;
}
.index-about .numlist li .counter {
    font-size: 0.48rem;
    font-family: "Roboto";
    line-height: 0.5rem;
    font-weight: 700;
    background: linear-gradient(to right, #2A5F97, #7684DC);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
}
.index-about .numlist li i {
    vertical-align: top;
    font-style: normal;
    display: inline-block;
}
.index-about .numlist li em {
    margin-left: -0.12rem;
    font-style: normal;
    font-size: 0.14rem;
    display: inline-block;
}
.index-about .numlist li font {
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 0.5rem;
    background: linear-gradient(to right, #2A5F97, #7684DC);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
}
.index-about .numlist li:hover .icon img {
    transform: scale(1.1);
}
@media (max-width: 1024px) {
    .scrollArrow{text-align: center;}
    .index-about {
        padding: 0px 0;
    }
    .index-about .list {
        display: block;
    }
    .index-about .lefttext,
    .index-about .rightbox {
        width: 100%;
        float: none;
    }
    .index-about .rightbox {
        margin-top: 30px;
    }
    .index-about .rightbox .pic {
        margin-left: 0;
    }
    .index-about .numlist {
        padding-top: 30px;
    }
    .index-about .numlist ul {
        width: 100%;
    }
    .index-about .numlist li {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 1024px) {
    .index-about .numlist li {
        font-size: 14px;
    }
    .index-about .numlist li .counter {
        font-size: 24px;
        line-height: 30px;
    }
    .index-about .numlist li font {
        font-size: 24px;
        line-height: 30px;
    }
}
.index-xlzl {
    padding: 1rem 0;
}
.index-xlzl .container {
    max-width: 16rem;
    padding: 0 0.8rem;
}
.index-xlzl .list {
    position: relative;
    margin-top: 0.6rem;
}
.index-xlzl .list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-xlzl .pic {
    border-radius: 0.2rem;
}
.index-xlzl .pic img {
    border-radius: 0.2rem;
}
.index-xlzl .item {
    position: relative;
}
.index-xlzl .item-1 {
    width: 56%;
    margin-bottom: 0.3rem;
}
.index-xlzl .item-2 {
    width: 41.9%;
}
.index-xlzl .item-3 {
    width: 41.9%;
}
.index-xlzl .item-4 {
    width: 56.4%;
}
.index-xlzl .text {
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4rem;
    position: absolute;
}
.index-xlzl .tit {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.index-xlzl .time {
    font-size: 0.14rem;
    margin-top: 0.15rem;
}
.index-xlzl .time img {
    margin-right: 0.05rem;
    max-height: 0.15rem;
    vertical-align: middle;
    margin-bottom: 0.02rem;
}
.index-xlzl .time span {
    padding-right: 0.2rem;
    display: inline-block;
}
.index-xlzl .more {
    display: none;
    padding-top: 0.1rem;
}
.index-xlzl .swiper-button-prev,
.index-xlzl .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    transition: all 500ms ease;
    border: solid 1px #9b9b9b;
}
.index-xlzl .swiper-button-prev:after,
.index-xlzl .swiper-button-next:after {
    color: #9f9f9f;
    font-size: 0.18rem;
}
.index-xlzl .swiper-button-prev:hover,
.index-xlzl .swiper-button-next:hover {
    border-color: #fff;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.index-xlzl .swiper-button-prev:hover:after,
.index-xlzl .swiper-button-next:hover:after {
    color: #fff;
}
.index-xlzl .swiper-button-prev {
    left: -1rem;
}
.index-xlzl .swiper-button-next {
    right: -1rem;
}
@media (max-width: 1024px) {
    .index-xlzl .container {
        padding: 0 20px;
    }
    .index-xlzl .time {
        font-size: 12px;
    }
    .index-xlzl .time img {
        max-height: 15px;
        margin-right: 5px;
    }
    .index-xlzl .text {
        padding: 15px;
        bottom: 20px;
    }
    .index-xlzl .swiper-button-prev {
        left: auto;
        right: 50px;
    }
    .index-xlzl .swiper-button-next {
        right: 0;
    }
    .index-xlzl .swiper-button-prev,
    .index-xlzl .swiper-button-next {
        top: -1.1rem;
        margin-top: 0;
    }
}
@media (max-width: 580px) {
    .index-xlzl .item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 420px) {
    .index-xlzl .text {
        padding-left: 0;
        padding-right: 0;
        color: #333;
        left: auto;
        bottom: auto;
        position: relative;
    }
    .index-xlzl .time img {
        display: none;
    }
}
.index-tqhy {
    padding-bottom: 1rem;
}
.index-tqhy .list {
    margin-top: 0.5rem;
}
.index-tqhy .item {
    overflow: hidden;
    position: relative;
}
.index-tqhy .text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: rgba(0, 53, 146, 0.8);
    transition: all 700ms ease;
    transform: scale(1.1);
}
.index-tqhy .pic {
    overflow: hidden;
    position: relative;
}
.index-tqhy .pic:after {
    content: "";
    display: block;
    padding-bottom: 57.8125%;
}
.index-tqhy .pic img {
    transition: all 700ms ease;
}
.index-tqhy .tit {
    height: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.index-tqhy .txt {
    opacity: 0.7;
    font-size: 0.14rem;
    transition: opacity 500ms ease;
}
.index-tqhy .circle {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.index-tqhy .arrow {
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 0.4rem;
    background: rgba(255, 255, 255, 0.8);
}
.index-tqhy .arrow img {
    z-index: 3;
    max-height: 0.4rem;
    position: relative;
}
.index-tqhy .qiehuan {
    display: none;
    margin: 0 auto;
    text-align: center;
    max-width: 14.4rem;
    margin-top: 0.6rem;
}
.index-tqhy .swiper-button-prev,
.index-tqhy .swiper-button-next {
    top: auto;
    line-height: 0.4rem;
    display: inline-block;
    margin-top: auto;
    position: relative;
}
.index-tqhy .swiper-button-prev:after,
.index-tqhy .swiper-button-next:after {
    color: #999999;
    font-size: 0.2rem;
}
.index-tqhy .shubiao {
    margin: 0 0.15rem;
    vertical-align: top;
    display: inline-block;
}
.index-tqhy .shubiao img {
    max-height: 0.4rem;
}
.index-tqhy .swiper-pagination {
    top: auto;
    height: 2px;
    margin-top: 0.2rem;
    position: relative;
}
.index-tqhy .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px !important;
    background: #7684DC;
}
.index-tqhy .tigs {
    margin-top: 0.2rem;
    font-size: 0.14rem;
}
@media (min-width: 1025px) {
    .index-tqhy .item:hover .text {
        opacity: 1;
        transform: scale(1);
    }
    .index-tqhy .item:hover .pic img {
        transform: scale(1.1);
    }
}
@media (max-width: 1024px) {
    .index-tqhy .qiehuan {
        display: block;
    }
}
.index-news {
    padding:0.3rem 0 0.8rem 0;
}
.index-news .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.21rem;
    margin-top: 0.6rem;
}
.index-news .item {
    width: 33.333%;
    padding: 0 0.21rem;
}
.index-news .item a {
    display: block;
    position: relative;
    background: #f5f7fb;
    border-radius: 0.2rem;
}
.index-news .item .tag {
    top: 0;
    z-index: 2;
    left: 0.3rem;
    position: absolute;
    height: 0.42rem;
    color: #fff;
    text-align: center;
    min-width: 1.3rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.42rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.index-news .item .pic {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.index-news .item .pic img {
    transition: all 700ms ease;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    height: 100%;
}
.index-news .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 66.37168142%;
}
.index-news .item .txtbox {
    padding: 0.3rem;
    padding-bottom: 0.6rem;
}
.index-news .item .tit {
    color: #333333;
    font-size: 0.18rem;
    height: 0.3rem;
    font-weight: 700;
    transition: color 500ms ease;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.index-news .item .time {
    color: #999;
    margin-top: 0.1rem;
    font-family: "Roboto";
}
.index-news .item .time img {
    margin-right: 0.05rem;
    vertical-align: middle;
    max-height: 0.14rem;
    margin-bottom: 0.06rem;
}
.index-news .item .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
    height: 0.56rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
}
.index-news a:hover .pic img {
    transform: scale(1.1);
}
.index-news a:hover .tit {
    color: #2A5F97;
}
.index-news .bg {
    position: relative;
    min-height: 100%;
    background: #f5f7fb;
    border-radius: 0.2rem;
}
.index-news .bg ul {
    padding-top: 0.4rem;
}
.index-news .bg ul li {
    padding: 0 0.3rem;
    padding-top: 0.3rem;
}
.index-news .bg ul li .time {
    margin-top: 0;
    position: relative;
}
.index-news .bg ul li .time:before {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    display: inline-block;
    margin-right: 0.05rem;
    transition: background-image 500ms ease;
    background: url(../image/news-icon-1.png) no-repeat top left;
    background-size: cover;
}
.index-news .bg ul li:hover .time:before {
    background: url(http://www.cczzexpo.com/static/addons/cms/images/news-icon-2.png) no-repeat top left;
    background-size: cover;
}
@media (max-width: 1024px) {
    .index-news .item {
        width: 50%;
    }
    .index-news .item .txtbox {
        padding: 20px;
    }
    .index-news .item .tit {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .index-news .item .time img {
        max-height: 14px;
        margin-right: 5px;
    }
    .index-news .item .txt {
        height: 48px;
        line-height: 24px;
        overflow: hidden;
    }
    .index-news .item:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .index-news .item:last-child .bg {
        padding-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .index-news .list {
        margin-top: 0;
    }
    .index-news .item {
        width: 100%;
        margin-top: 20px;
    }
}
.index-czpp {
    padding: 0.3rem 0 0.5rem 0;
    background: #f5f7fb;
}
.index-czpp .list {
    margin-top: 0.6rem;
    position: relative;
}
.index-czpp .list:before {
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    z-index: 2;
    background: #f5f7fb;
}
.index-czpp .item {
    position: relative;
    transition: all 500ms ease;
    border: solid 1px #dce3f0;
    border-right-color: #f5f7fb;
}
.index-czpp .item:before,
.index-czpp .item:after {
    top: -1px;
    z-index: 1;
    content: "";
    left: -0.1rem;
    width: 0.2rem;
    height: 0.12rem;
    position: absolute;
    display: none;
    /* background: url(http://www.cczzexpo.com/static/addons/cms/images/dot-3.jpg) no-repeat center center; */
    background-size: cover;
}
.index-czpp .item:after {
    top: auto;
    bottom: -1px;
    display: none;
    transform: rotate(180deg);
}
.index-czpp .item .pic {
    position: relative;
}
.index-czpp .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 55.55555556%;
}
.index-czpp .item .dot,
.index-czpp .item .dot-2 {
    top: -1px;
    z-index: 1;
    right: -0.1rem;
    width: 0.2rem;
    height: 0.12rem;
    position: absolute;
    /* background: url(../images/dot-2.jpg) no-repeat center center; */
    background-size: cover;
}
.index-czpp .item .dot-2 {
    top: auto;
    bottom: -0.01rem;
    transform: rotate(180deg);
}
.index-czpp .item:hover {
    z-index: 10;
    position: relative;
    border-color: #2A5F97;
}
.index-czpp .item:hover:before,
.index-czpp .item:hover:after {
    display: block;
}
.index-czpp .item:hover .dot,
.index-czpp .item:hover .dot-2 {
    background: url(http://www.cczzexpo.com/static/addons/cms/images/dot-3.jpg) no-repeat center center;
    background-size: cover;
}
.index-hzpp {
    padding:0.1rem 0;
}
.index-hzpp .container {
    position: relative;
}
.index-hzpp .list {
    padding: 0 0.3rem;
}
.index-hzpp li {
    text-align: center;
    margin: 0.6rem 0;
    padding: 0.1rem;
    transition: all 500ms ease;
}
.index-hzpp li .pic {
    position: relative;
    border: 1px solid #dce3f0;
    margin-bottom: 0.2rem;
}
.index-hzpp li .pic:nth-child(2n) {
    margin-bottom: 0;
}
.index-hzpp li .pic:after {
    content: "";
    display: block;
    padding-bottom: 46.66666667%;
}
.index-hzpp li:hover {
    /* box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); */
}
.index-hzpp .swiper-container {
    overflow: hidden;
}
.index-hzpp .swiper-button-prev {
    left: 0;
}
.index-hzpp .swiper-button-next {
    right: 0;
}
.index-hzpp .swiper-button-prev,
.index-hzpp .swiper-button-next {
    margin-top: 0rem;
}
.index-hzpp .swiper-button-prev:after,
.index-hzpp .swiper-button-next:after {
    color: #666;
    font-weight: 700;
    font-size: 0.18rem;
}
@media (max-width: 1024px) {
    .index-hzpp .swiper-container {
        overflow: hidden;
    }
}
.footer {
    background: #000d14;
    font-size: 0.14rem;
}
.footer .list .container {
    display: flex;
    flex-wrap: wrap;
}
.footer .leftbox {
    width: 60%;
}
.footer .leftbox .top {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    line-height: 0.5rem;
    border-bottom: solid 1px #1a262c;
}
.footer .leftbox .logo img {
    max-height: 0.51rem;
    transition: all 500ms ease;
}
.footer .leftbox .logo:hover img {
    transform: scale(0.9);
}
.footer .leftbox .linfo {
    color: #fff;
    font-size: 0.24rem;
    position: relative;
    margin-left: 0.17rem;
    padding-left: 0.18rem;
}
.footer .leftbox .linfo:before {
    left: 0;
    content: "";
    width: 1px;
    top: 0.06rem;
    height: 0.5rem;
    position: absolute;
    z-index: 1;
    background: #ffffff;
}
.footer .leftbox .linfo:after {
    content: "";
    top: 50%;
    left: 0;
    z-index: 2;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    position: absolute;
    margin-left: -0.03rem;
    background: #fff;
}
.footer .leftbox .drop {
    padding-top: 0.45rem;
}
.footer .leftbox .drop ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .leftbox .drop li {
    width: 25%;
    min-height: 2.5rem;
    padding-left: 0.55rem;
    padding-right: 0.1rem;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .leftbox .drop li h3 {
    position: relative;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
}
.footer .leftbox .drop li h3 a {
    color: #fff;
    font-weight: 700;
    font-size: 0.18rem;
}
.footer .leftbox .drop li h3:after {
    bottom: 0;
    left: 0;
    content: "";
    width: 0.62rem;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}
.footer .leftbox .drop li h3:before {
    bottom: 0;
    left: 0;
    content: "";
    width: 0.26rem;
    height: 2px;
    position: absolute;
    /* background: linear-gradient(to right, #2A5F97, #7684DC); */
    background: #fff;
}
.footer .leftbox .drop li a {
    display: block;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.1rem;
    transition: color 500ms ease;
}
.footer .leftbox .drop li a:hover {
    color: #fff;
}
.footer .leftbox .drop li:first-child {
    border-left: 0;
    padding-left: 0;
}
.footer .rightbox {
    width: 40%;
    color: #fff;
    font-size: 0.16rem;
    padding-left: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0.7rem;
    border-left: solid 1px #1a262c;
}
.footer .rightbox .wxbox {
    margin: 0 -0.1rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.2rem;
}
.footer .rightbox .wxbox li {
    padding: 0 0.05rem;
    text-align: center;
}
.footer .rightbox .wxbox li .item {
    width: 100%;
    max-width: 2.5rem;
    padding: 0.08rem;
    padding-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.1rem;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    /* background-image: linear-gradient(to right, #222222, #222222), linear-gradient(90deg, #2A5F97, #7684DC); */
}
.footer .rightbox .wxbox li .tag {
    font-size: 0.12rem;
    margin-top: 0.05rem;
}
.footer .rightbox .wxbox li .tigs {
    display: inline-block;
    font-size: 0.14rem;
    min-width: 0.8rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    /* background: linear-gradient(to right, #2A5F97, #7684DC); */
}
.footer img{max-width: 50%;}
.footer .rightbox .t1 {
    margin-top: 0.1rem;
    line-height: 0.4rem;
    padding-left: 0.44rem;
    font-size: 0.15rem;
    font-weight: 500;
    position: relative;
    font-family: "Roboto";
}
.footer .rightbox .t1 img {
    left: 0;
    top: 0.03rem;
    position: absolute;
    border-radius: 50%;
    max-height: 0.35rem;
    /* border: solid 0.03rem #ffffff; */
}
.footer .rightbox .t1 a {
    color: #fff;
}
.footer .rightbox .t2 {
    padding-top: 0.3rem;
}
.footer .rightbox .t3 {
    padding-top: 0.05rem;
}
.footer .copy {
    text-align: center;
    padding: 0.2rem 0;
    color: rgba(255, 255, 255, 0.4);
    border-top: solid 1px #1a262c;
}
@media (max-width: 1024px) {
    .footer {
        font-size: 14px;
    }
    .footer .list .container {
        display: block;
    }
    .footer .leftbox {
        display: none;
    }
    .footer .rightbox {
        width: 100%;
        float: none;
        border-left: 0;
        padding-left: 0;
        font-size: 14px;
        padding-bottom: 0.1rem;
    padding-top: 0.3rem;
    }
    .footer .rightbox .t1 {
        padding-left: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .footer .rightbox .t1 img {
        top: 5px;
        max-height: 34px;
        position: absolute;
    }
    .footer .rightbox .wxbox li {
        width: 100%;
    }
    .footer .rightbox .wxbox li .item {
        padding: 5px;
        max-width: 100%;
        min-height: 100%;
    }
    .footer .rightbox .wxbox li .tag {
        font-size: 12px;
    }
    .footer .rightbox .wxbox li .tigs {
        font-size: 14px;
    }
}
.inside-banner {
    position: relative;
}
.inside-banner .pic img {
    width: 100%;
}
@media (max-width: 1024px) {
    .inside-banner {
        margin-top: 60px;
    }
}
.inside-current {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.14rem;
    text-align: right;
    margin-top: -1rem;
    position: relative;
    height: 0.3rem;
    line-height: 0.3rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inside-current a {
    color: rgba(255, 255, 255, 0.7);
}
.inside-current a:hover {
    color: #ffffff;
}
.inside-current span {
    color: #ffffff;
}
.inside-current img {
    margin-bottom: 0.03rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    max-height: 0.17rem;
}
@media (max-width: 1024px) {
    .inside-current {
        text-align: left;
        border-bottom: solid 1px #ddd;
        color: #666;
        margin-top: 0;
        font-size: 14px;
        height: 40px;
        line-height: 30px;
    }
    .inside-current a {
        color: #999;
    }
    .inside-current img {
        max-height: 17px;
    }
    .inside-current span {
        color: #2A5F97;
    }
}
.inside-menu {
    z-index: 1;
    margin-top: 0rem;
    height: 0.7rem;
    line-height: 0.7rem;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}
.inside-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-menu li {
    width: 33.333%;
    font-size: 0.2rem;
    text-align: center;
    position: relative;
}
.inside-menu li:before {
    top: 0;
    left: 0%;
    content: "";
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 700ms linear;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-menu li:after {
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.3rem;
    position: absolute;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
}
.inside-menu li a {
    z-index: 2;
    display: block;
    color: #fff;
    position: relative;
}
.inside-menu li:first-child:after {
    display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
    font-weight: 700;
}
.inside-menu li:hover:before,
.inside-menu .cur:before {
    width: 100%;
    opacity: 1;
    left: 0;
}
@media (max-width: 1024px) {
    .inside-menu {
        display: none;
    }
}
.inside-menu-2 li {
    width: 50%;
}
.inside-menu-3 li {
    width: 20%;
}
.inside-news {
    background: #f7f9fc;
    padding-top: 0.3rem;
    padding-bottom: 1rem;
}
.inside-news li:first-child {
    border-top: 0;
}
.inside-news li {
    padding: 0.4rem 0;
    border-top: solid 1px #eef2f8;
}
.inside-news li .item {
    display: flex;
    justify-content: space-between;
}
.inside-news li .pic {
    border-radius: 0.2rem;
    width: 37.3%;
    overflow: hidden;
    position: relative;
}
.inside-news li .pic:after {
    content: "";
    display: block;
    padding-bottom: 66.35338346%;
}
.inside-news li .pic img {
    border-radius: 0.2rem;
    transition: all 700ms ease;
}
.inside-news li .text {
    width: 58.5%;
    padding-top: 0.4rem;
}
.inside-news li .tit {
    color: #333;
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.3rem;
    transition: color 500ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inside-news li .time {
    font-family: "Roboto";
    margin-top: 0.2rem;
    position: relative;
}
.inside-news li .time:before {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    display: inline-block;
    margin-right: 0.05rem;
    transition: background-image 500ms ease;
    background: url(../image/news-icon-1.png) no-repeat top left;
    background-size: cover;
}
.inside-news li .txt {
    color: #999;
    margin-top: 0.2rem;
    height: 0.56rem;
    margin-top: 0.15rem;
    line-height: 0.28rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.inside-news li .button {
    margin-top: 0.5rem;
}
.inside-news li .button img {
    margin-left: 0.1rem;
}
.inside-news li:hover .pic img {
    transform: scale(1.1);
}
.inside-news li:hover .tit {
    color: #2A5F97;
}
.inside-news li:hover .time:before {
    background: url(http://www.cczzexpo.com/static/addons/cms/images/news-icon-2.png) no-repeat top left;
    background-size: cover;
}
.inside-news li:hover .button::before {
    transform: scale(1.05);
}
.inside-news li:hover .button::before {
    animation: shine 1.5s ease-out infinite;
}
@media (max-width: 1024px) {
    .inside-news li .text {
        padding-top: 0;
    }
    .inside-news li .time {
        margin-top: 0;
    }
    .inside-news li .time:before {
        width: 14px;
        height: 14px;
        vertical-align: top;
        margin-top: 3px;
        margin-right: 5px;
    }
    .inside-news li .tit {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
    .inside-news li .txt {
        height: 48px;
        line-height: 24px;
    }
    .inside-news li .button {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .inside-news li .item {
        display: block;
    }
    .inside-news li .pic {
        width: 100%;
    }
    .inside-news li .text {
        width: 100%;
        padding-top: 20px;
    }
}
.inside-activity {
    padding: 1rem 0;
}
.inside-activity .container {
    overflow: hidden;
    max-width: 14.8rem;
}
.inside-activity .list {
    margin: 0 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 15px;
}
.inside-activity .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-activity .list li {
    width: 48.5%;
    padding-top: 0.4rem;
}
.inside-activity .list li .item {
    overflow: hidden;
    position: relative;
    min-height: 5rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0, 36, 100, 0.1);
}
.inside-activity .list li .time {
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 1rem;
    height: 0.9rem;
    position: absolute;
    font-family: "Roboto";
    padding-top: 0.05rem;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.1rem;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-activity .list li .time span {
    display: block;
}
.inside-activity .list li .time span:first-child {
    font-size: 0.54rem;
    line-height: 0.54rem;
}
.inside-activity .list li .pic {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.inside-activity .list li .pic img {
    transition: all 700ms ease;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.inside-activity .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 57.71428571%;
}
.inside-activity .list li .arrow {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    right: 1rem;
    border: solid 0.04rem #ffffff;
    position: absolute;
    margin-top: -0.6rem;
    transition: all 500ms ease;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-activity .list li .arrow img {
    max-height: 0.56rem;
}
.inside-activity .list li .txtbox {
    position: relative;
    padding: 0.3rem;
    background: #fff;
    transition: all 500ms ease;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.inside-activity .list li .tit {
    color: #333;
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.3rem;
    transition: color 500ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inside-activity .list li .txt {
    color: #666;
    display: none;
    height: 0.56rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
    overflow: hidden;
}
.inside-activity .list .swiper-container {
    overflow: inherit;
}
@media (min-width: 1025px) {
    .inside-activity li:hover .pic img {
        transform: scale(1.1);
    }
    .inside-activity li:hover .txtbox {
        height: 0.95rem;
        transform: translateY(-0.65rem);
    }
    .inside-activity li:hover .tit {
        color: #2A5F97;
    }
    .inside-activity li:hover .txt {
        display: block;
    }
    .inside-activity li:hover .arrow {
        transform: rotate(360deg);
    }
}
@media (max-width: 1024px) {
    .inside-activity .list li .item {
        min-height: auto;
    }
    .inside-activity .list li .tit {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .inside-activity .list li {
        width: 100%;
    }
}
.inside-activityshow {
    padding-bottom: 1rem;
    padding-top: 0.2rem;
    background: #f5f7fb;
}
.inside-activityshow h1 {
    color: #333;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.36rem;
    padding: 0.6rem 0;
}
.inside-activityshow .inside-current {
    color: #999;
    margin-top: auto;
    text-align: left;
}
.inside-activityshow .inside-current a {
    color: #999;
}
.inside-activityshow .inside-current span {
    color: #2A5F97;
}
.inside-activityshow .bg {
    background: #fff;
    margin-top: 0.3rem;
    line-height: 0.32rem;
    padding: 0.3rem 1rem;
    padding-bottom: 1rem;
    font-size: 0.20rem;
}
.inside-activityshow .bg h2.h2 {
    font-size: 0.26rem;
    text-align: center;
    color: #000;
}
.inside-activityshow .bg .time {
    font-family: "Roboto";
}
.inside-activityshow .bg .bt {
    color: #333;
    font-weight: 700;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    position: relative;
}
.inside-activityshow .bg .bt:after {
    content: "";
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    width: 1.96rem;
    background: #2A5F97;
}
.inside-activityshow .tigs {
    margin-top: 0.2rem;
    background: #eff4ff;
    padding: 0.5rem 0.9rem;
}
.inside-activityshow .inside-activity {
    padding-bottom: 0;
}
.inside-activityshow .inside-activity ul {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    margin-bottom: 0.2rem;
}
.inside-activityshow .inside-activity li .item {
    background-color: #fff;
}
@media (max-width: 1024px) {
    .inside-activityshow .bg {
        padding: 40px 20px;
        line-height: 24px;
        font-size: 16px;
    }
    .inside-activityshow .tigs {
        padding: 20px;
    }
    .inside-activityshow .bg h2.h2 {
        font-size: 20px;
        text-align: center;
        color: #000;
    }
}
.inside-exhibition {
    padding: 1rem 0;
}
.inside-exhibition .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 0.3rem;
    justify-content: space-between;
    box-shadow: 0 0 0.2rem rgba(0, 36, 100, 0.09);
}
.inside-exhibition .list .pic {
    width: 50.5%;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.inside-exhibition .list .pic img {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.inside-exhibition .list .txtbox {
    width: 49.5%;
    padding: 0.6rem;
}
.inside-exhibition .list .tit {
    color: #333;
    font-size: 0.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inside-exhibition .list .txt {
    margin-top: 0.3rem;
    line-height: 0.26rem;
    height: 1.8rem;
    overflow-y: auto;
}
.inside-exhibition .list .txt p {
    margin-top: 0.3rem;
}
.inside-exhibition .list .txt p:first-child {
    margin-top: 0;
}
.inside-exhibition .list .btnbox {
    padding-left: 0;
    margin-top: 0.4rem;
}
.inside-exhibition .list .btnbox a {
    display: block;
    text-align: center;
}
.inside-exhibition .list .btnbox em {
    font-style: normal;
    font-family: "宋体";
    font-weight: 700;
}
.inside-exhibition .list .button {
    background: #e6e6e6;
}
.inside-exhibition .list .button a {
    color: #666;
}
.inside-exhibition .list .button:hover {
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exhibition .list .button:hover a {
    color: #fff;
}
.inside-exhibition .list .button:nth-child(2) {
    margin-left: 0.15rem;
}
.inside-exhibition .list-2 {
    padding-top: 0.2rem;
}
.inside-exhibition .list-2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-exhibition .list-2 li {
    width: 48.8%;
    padding-top: 0.4rem;
}
.inside-exhibition .list-2 li .item {
    overflow: hidden;
    position: relative;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0, 36, 100, 0.1);
}
.inside-exhibition .list-2 li .pic {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.inside-exhibition .list-2 li .pic img {
    transition: all 700ms ease;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.inside-exhibition .list-2 li .pic:after {
    content: "";
    display: block;
    padding-bottom: 69.14285714%;
}
.inside-exhibition .list-2 li .txtbox {
    position: relative;
    padding: 0.3rem;
    background: #fff;
    transition: all 500ms ease;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.inside-exhibition .list-2 li .tit,
.inside-exhibition .list-2 li .t1 {
    color: #333;
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.3rem;
    transition: color 500ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inside-exhibition .list-2 li .tit a {
    color: #333;
}
.inside-exhibition .list-2 li .t2 {
    margin-top: 0.1rem;
    line-height: 0.3rem;
    height: 1.2rem;
    /*overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;*/
    overflow-y: auto;
}
.inside-exhibition .list-2 li .txthover {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    text-align: justify;
    opacity: 0;
    transform: translateY(0.2rem);
    padding-bottom: 0.4rem;
    padding-right: 0.4rem;
    position: absolute;
    background: #fff;
    transition: all 500ms ease;
}
.inside-exhibition .list-2 li .btnbox {
    padding-left: 0;
    margin-top: 0.35rem;
}
.inside-exhibition .list-2 li .btnbox a {
    display: block;
    text-align: center;
}
.inside-exhibition .list-2 li .btnbox em {
    font-style: normal;
    font-family: "宋体";
    font-weight: 700;
}
.inside-exhibition .list-2 li .button {
    background: #e6e6e6;
}
.inside-exhibition .list-2 li .button a {
    color: #666;
}
.inside-exhibition .list-2 li .button:hover {
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exhibition .list-2 li .button:hover a {
    color: #fff;
}
.inside-exhibition .list-2 li .button:nth-child(2) {
    margin-left: 0.15rem;
}
@media (min-width: 1025px) {
    .inside-exhibition .list-2 li:hover .pic img {
        transform: scale(1.1);
    }
    .inside-exhibition .list-2 li:hover .txtbox {
        opacity: 0;
    }
    .inside-exhibition .list-2 li:hover .txthover {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1024px) {
    .inside-exhibition .list {
        display: block;
    }
    .inside-exhibition .list .pic {
        width: 100%;
    }
    .inside-exhibition .list .txtbox {
        width: 100%;
        padding: 30px;
    }
    .inside-exhibition .button {
        min-width: 110px;
    }
}
@media (max-width: 480px) {
    .inside-exhibition .list-2 li {
        width: 100%;
    }
    .inside-exhibition .list-2 li .tit {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
}
.inside-exhibition-1 {
    padding: 1rem 0;
}
.inside-exhibition-1 .container {
    overflow: hidden;
    max-width: 16rem;
}
.inside-exhibition-show {
    padding: 1rem 0;
}
.inside-exhibition-show .tu {
    text-align: center;
    margin-top: 0.6rem;
}
.inside-exshow-1 {
    z-index: 10;
    position: relative;
    padding-top: 1rem;
}
.inside-exshow-1 .container {
    position: relative;
}
.inside-exshow-1 .index-title {
    text-align: left;
}
.inside-exshow-1 .leftbox {
    width: 54%;
    text-align: justify;
    line-height: 0.32rem;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}
.inside-exshow-1 .leftbox .title {
    color: #2A5F97;
    font-size: 0.28rem;
    padding-top: 0.5rem;
}
.inside-exshow-1 .leftbox .text {
    padding-top: 0.3rem;
}
.inside-exshow-1 .rightbox {
    width: 40%;
    color: #fff;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0.7rem 0.8rem;
    position: absolute;
    background-image: url(http://www.cczzexpo.com/static/addons/cms/images/ex-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-exshow-1 .rightbox h1 {
    font-weight: normal;
    font-size: 0.4rem;
    line-height: 0.5rem;
}
.inside-exshow-1 .rightbox .f20 {
    font-size: 0.2rem;
    font-family: "Roboto";
}
.inside-exshow-1 .rightbox .time,
.inside-exshow-1 .rightbox .add {
    padding-left: 0.2rem;
    position: relative;
    margin-top: 0.15rem;
    font-size: 0.14rem;
}
.inside-exshow-1 .rightbox .time img,
.inside-exshow-1 .rightbox .add img {
    left: 0;
    top: 0.04rem;
    position: absolute;
    max-height: 0.15rem;
}
.inside-exshow-1 .numlist li {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    padding: 0.3rem 0 0.2rem 0;
}
.inside-exshow-1 .numlist li:first-child {
    border-top: 0;
}
.inside-exshow-1 .numlist .item {
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.18rem;
    display: flex;
    align-items: center;
}
.inside-exshow-1 .numlist .item .icon {
    width: 0.41rem;
    height: 0.41rem;
}
.inside-exshow-1 .numlist .item .icon img {
    max-height: 0.41rem;
}
.inside-exshow-1 .numlist .item i {
    color: #fff;
    vertical-align: top;
    font-style: normal;
    display: inline-block;
}
.inside-exshow-1 .numlist .item em {
    color: #fff;
    margin-left: -0.12rem;
    font-style: normal;
    font-size: 0.14rem;
    display: inline-block;
}
.inside-exshow-1 .numlist .item font {
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 0.5rem;
    color: #fff;
}
.inside-exshow-1 .numlist .item .counter {
    color: #fff;
    font-size: 0.48rem;
    line-height: 0.5rem;
    font-family: "Roboto";
    font-weight: 700;
}
.inside-exshow-1 .numlist .item .text {
    width: 90%;
    padding-left: 0.4rem;
}
.inside-exshow-1 .numlist .item .text-3 {
    display: flex;
}
.inside-exshow-1 .numlist .item .text-3 div:nth-child(2),
.inside-exshow-1 .numlist .item .text-3 div:nth-child(4) {
    color: #fff;
    line-height: 0.5rem;
    padding: 0 0.1rem;
}
.inside-exshow-1 .numlist .item .hezi {
    width: 100%;
    display: flex;
    padding-right: 0.4rem;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .inside-exshow-1 .leftbox {
        width: 100%;
        line-height: 26px;
        padding-top: 0;
        padding-bottom: 30px;
        overflow: hidden;
    }
    .inside-exshow-1 .rightbox {
        top: auto;
        right: auto;
        width: 100%;
        position: relative;
    }
    .inside-exshow-1 .rightbox .time,
    .inside-exshow-1 .rightbox .add {
        padding-left: 20px;
        font-size: 14px;
    }
    .inside-exshow-1 .rightbox .time img,
    .inside-exshow-1 .rightbox .add img {
        top: 4px;
        max-height: 15px;
    }
}
@media (max-width: 480px) {
    .inside-exshow-1 .rightbox {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inside-exshow-1 .numlist .item .text {
        padding-left: 20px;
    }
}
.inside-exshow-2 .btnDiv ul li .box {
    box-shadow: 0.1rem 0 0.2rem rgba(0, 53, 146, 0.13);
}
@media (max-width: 1024px) {
    .inside-exshow-2 .btnDiv {
        display: block;
    }
    .inside-exshow-2 .btnDiv ul {
        justify-content: center;
        max-width: 640px;
        padding-left: 0;
        padding-right: 0;
    }
    .inside-exshow-2 .btnDiv ul li {
        width: 32%;
        padding: 0 5px;
    }
}
@media (max-width: 640px) {
    .banner .container {
        padding-right: 0;
    }
    .inside-exshow-2 .btnDiv ul li {
        width: auto;
        padding: 0 5px;
    }
    /*.inside-exshow-2 .btnDiv ul li .icon {
        display: none;
    }
    .inside-exshow-2 .btnDiv ul li .box {
        height: 60px;
		padding: 0 8px;
    }*/
}
.inside-exshow-3 {
    padding-bottom: 1rem;
    padding-top: 1.6rem;
}
.inside-exshow-3 .text {
    text-align: center;
    font-size: 0.18rem;
}
.inside-exshow-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.2rem;
}
.inside-exshow-3 li {
    width: 48.5%;
    margin-top: 0.4rem;
}
.inside-exshow-3 li .item {
    display: flex;
    min-height: 100%;
    padding: 0.5rem;
    min-height: 2.9rem;
    border-radius: 0.1rem;
    transition: all 500ms ease;
    box-shadow: 0rem 0 0.2rem rgba(0, 53, 146, 0.1);
}
.inside-exshow-3 li .icon {
    margin-top: 0.04rem;
    display: inline-block;
    margin-right: 0.2rem;
    max-width: 0.51rem;
    position: relative;
}
.inside-exshow-3 li .icon:before {
    top: 0;
    left: -0.1rem;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #7684DC;
    position: absolute;
}
.inside-exshow-3 li .icon:after {
    top: 0.1rem;
    left: -0.1rem;
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #e5eaf4;
    position: absolute;
}
.inside-exshow-3 li .icon i {
    z-index: 1;
    position: relative;
    font-style: normal;
    display: inline-block;
}
.inside-exshow-3 li .icon img {
    max-height: 0.51rem;
}
.inside-exshow-3 li .icon .ic2 {
    top: 0;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 500ms ease;
}
.inside-exshow-3 li .txtbox {
    width: 89%;
    padding-left: 0.1rem;
    text-align: justify;
}
.inside-exshow-3 li .tit {
    color: #333;
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 0.34rem;
}
.inside-exshow-3 li .tag {
    color: #333;
    font-size: 0.24rem;
    line-height: 0.34rem;
}
.inside-exshow-3 li .txt {
    line-height: 0.28rem;
    margin-top: 0.15rem;
}
.inside-exshow-3 li:hover .icon:after {
    background: rgba(255, 255, 255, 0.1);
}
.inside-exshow-3 li:hover .icon .ic1 {
    opacity: 0;
}
.inside-exshow-3 li:hover .icon .ic2 {
    transform: scale(1);
}
.inside-exshow-3 li:hover .item {
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exshow-3 li:hover .tit,
.inside-exshow-3 li:hover .tag,
.inside-exshow-3 li:hover .txt {
    color: #fff;
}
.inside-exshow-3 li:hover .txt {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
    .inside-exshow-3 {
        padding-top: 0.6rem;
    }
    .inside-exshow-3 .text {
        font-size: 14px;
    }
    .inside-exshow-3 li {
        width: 100%;
    }
    .inside-exshow-3 li .tit {
        font-size: 16px;
        line-height: 30px;
    }
    .inside-exshow-3 li .tag {
        font-size: 15px;
        line-height: 30px;
    }
    .inside-exshow-3 li .item {
        min-height: 100%;
    }
    .inside-exshow-3 li .txt {
        line-height: 24px;
    }
}
.inside-exshow-4 {
    text-align: center;
    padding: 1.2rem 0 1rem 0;
    background: #f5f7fb;
}
.inside-exshow-4 .container {
    max-width: 15rem;
}
.inside-exshow-4 .tu {
    margin-top: 0.4rem;
}
.inside-exshow-4 .ph {
    display: none;
}
.inside-exshow-5 {
    padding: 1.2rem 0 1rem 0;
}
.inside-exshow-5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.6rem;
}
.inside-exshow-5 li {
    width: 32%;
}
.inside-exshow-5 li .icon {
    width: 1.21rem;
    height: 1.21rem;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exshow-5 li .icon img {
    max-height: 1.21rem;
    transition: all 500ms ease;
}
.inside-exshow-5 li .tit {
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 0.24rem;
    padding: 0.25rem 0 0.35rem 0;
    border-bottom: solid 1px #d9d9d9;
}
.inside-exshow-5 li .txt {
    line-height: 0.28rem;
    padding-top: 0.1rem;
}
.inside-exshow-5 li .txt p {
    padding-left: 0.16rem;
    position: relative;
    margin-top: 0.1rem;
}
.inside-exshow-5 li .txt p:before {
    top: 0.1rem;
    left: 0;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exshow-5 li:hover .icon img {
    transform: scale(0.95);
}
@media (max-width: 420px) {
    .inside-exshow-5 ul {
        padding-top: 0;
    }
    .inside-exshow-5 li {
        width: 100%;
        padding-top: 30px;
    }
}
.inside-exshow-6 {
    position: relative;
}
.inside-exshow-6 .txtbox {
    z-index: 3;
    top: 1.26rem;
    left: 0;
    width: 100%;
    position: absolute;
}
.inside-exshow-6 .item {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0.2rem 0.15rem 0.05rem rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0.3rem;
    border-radius: 0.1rem;
    max-width: 3.6rem;
    background: #fff;
    position: relative;
    left: 1.9rem;
}
.inside-exshow-6 .item:after {
    content: "";
    bottom: -0.13rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-top: solid 0.15rem #ffffff;
    border-left: solid 0.15rem transparent;
    border-right: solid 0.15rem transparent;
}
.inside-exshow-6 .t1 {
    color: #2A5F97;
    font-size: 0.2rem;
    font-weight: 700;
    padding-bottom: 0.1rem;
    border-bottom: solid 1px #e5e5e5;
}
.inside-exshow-6 .t2 {
    padding-top: 0.1rem;
}
@media (max-width: 800px) {
    .inside-exshow-6 {
        padding-bottom: 40px;
    }
    .inside-exshow-6 .txtbox {
        top: auto;
        left: auto;
        position: relative;
    }
    .inside-exshow-6 .item {
        max-width: 100%;
        left: auto;
    }
    .inside-exshow-6 .item:after {
        top: -10px;
        bottom: auto;
        border-top: none;
        border-bottom: solid 0.15rem #ffffff;
    }
}
.inside-exshow-7 {
    overflow: hidden;
    padding-top: 1.2rem;
}
.inside-exshow-7 .tabnav {
    padding-top: 0.6rem;
    border-bottom: solid 1px #d9d9d9;
}
.inside-exshow-7 .tabnav ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
.inside-exshow-7 .tabnav li {
    color: #333;
    cursor: pointer;
    padding: 0 0.15rem;
    font-size: 0.18rem;
    padding-bottom: 0.15rem;
    position: relative;
}
.inside-exshow-7 .tabnav li:after {
    left: 50%;
    content: "";
    height: 2px;
    bottom: -1px;
    width: 0%;
    opacity: 0;
    position: absolute;
    transition: all 500ms ease;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-exshow-7 .tabnav li:before {
    content: "";
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    border-left: solid 0.07rem transparent;
    border-right: solid 0.07rem transparent;
    border-bottom: solid 0.07rem #7684DC;
}
.inside-exshow-7 .tabnav .cur:after,
.inside-exshow-7 .tabnav .cur:before {
    opacity: 1;
}
.inside-exshow-7 .tabnav .cur:after {
    left: 0;
    width: 100%;
}
.inside-exshow-7 .tabbox {
    margin-top: 0.4rem;
}
.inside-exshow-7 .tabcot {
    display: none;
    overflow: hidden;
    border-radius: 0.2rem;
    background: #f2f5f9;
    justify-content: space-between;
}
.inside-exshow-7 .tabcot .pic {
    width: 50.5%;
    float: left;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.inside-exshow-7 .tabcot .pic img {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.inside-exshow-7 .tabcot .txtbox {
    width: 49.5%;
    float: right;
    padding: 0.6rem;
    line-height: 0.32rem;
    max-height: 4rem;
    overflow-y: auto;
}
.inside-exshow-7 .tabcot .tit {
    color: #333;
    line-height: 0.5rem;
    font-size: 0.32rem;
    font-weight: 700;
}
.inside-exshow-7 .tabcot .tit span {
    color: #fff;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 0.5rem;
    font-family: "Roboto";
    font-weight: 700;
    margin-right: 0.2rem;
    position: relative;
}
.inside-exshow-7 .tabcot .tit span:after {
    content: "";
    top: 0;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/arrow-5.png) no-repeat center center;
    background-size: cover;
}
.inside-exshow-7 .tabcot .tit span i {
    z-index: 2;
    position: relative;
    font-style: normal;
    display: inline-block;
}
.inside-exshow-7 .tabcot .tag {
    color: #333;
    font-size: 0.24rem;
    margin-top: 0.3rem;
}
.inside-exshow-7 .tabcot .txt {
    margin-top: 0.15rem;
}
.inside-exshow-7 .tabcot-2 {
    display: none;
}
.inside-exshow-7 .tabbox-2 {
    padding-bottom: 0.1rem;
    margin-top: 0.4rem;
}
.inside-exshow-7 .tabbox-2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 112%;
}
.inside-exshow-7 .tabbox-2 li {
    margin-top: 0.4rem;
    width: 33.333%;
}
.inside-exshow-7 .tabbox-2 li .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inside-exshow-7 .tabbox-2 li .leftpic {
    display: flex;
    height: 1.06rem;
    justify-content: space-between;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0, 42, 154, 0.1);
    width: 30%;
}
.inside-exshow-7 .tabbox-2 li .leftpic .logo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1rem;
    text-align: center;
}
.inside-exshow-7 .tabbox-2 li .leftpic .logo:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.inside-exshow-7 .tabbox-2 li .leftpic .name {
    color: #fff;
    height: 100%;
    width: 0.4rem;
    font-weight: 700;
    font-size: 0.2rem;
    position: relative;
    text-align: center;
    line-height: 0.28rem;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    background: linear-gradient(to bottom, #7684DC, #2A5F97);
}
.inside-exshow-7 .tabbox-2 li .leftpic .name span {
    top: 50%;
    left: 0;
    padding: 0 0.1rem;
    position: absolute;
    transform: translateY(-50%);
}
.inside-exshow-7 .tabbox-2 li .text {
    width: 70%;
    color: #333;
    padding-left: 0.2rem;
}
.inside-exshow-7 .tabbox-2 li .t1 {
    padding-left: 0.2rem;
    position: relative;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/dot-4.png) no-repeat 0px 6px;
}
.inside-exshow-7 .show {
    display: block;
}
.inside-exshow-7 .show .pic {
    animation: 700ms fadeInLeft2 ease;
}
.inside-exshow-7 .show .txtbox {
    animation: 700ms fadeInRight2 ease;
}
@media (max-width: 1024px) {
    .inside-exshow-7 .tabnav li {
        padding: 0 10px;
        padding-bottom: 10px;
        font-size: 14px;
        margin-bottom: 10px;
        width: 50%;
        text-align: center;
    }
    .inside-exshow-7 .tabnav li:last-child {
        width: 100%;
    }
    .inside-exshow-7 .tabcot .pic {
        width: 100%;
        float: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .inside-exshow-7 .tabcot .txtbox {
        width: 100%;
        float: none;
        line-height: 24px;
        padding: 30px;
    }
    .inside-exshow-7 .tabbox-2 ul {
        width: 100%;
    }
    .inside-exshow-7 .tabbox-2 li {
        width: 100%;
    }
    .inside-exshow-7 .tabbox-2 li .t1 {
        padding-left: 20px;
    }
}
.inside-contact {
    overflow: hidden;
    padding: 1rem 0;
    background-color: #f3f7fa;
}
.inside-contact .container {
    position: relative;
}
.inside-contact .leftbox {
    width: 52%;
    line-height: 0.32rem;
}
.inside-contact .leftbox h1 {
    color: #333;
    font-size: 0.4rem;
    line-height: 0.5rem;
    font-weight: normal;
}
.inside-contact .leftbox .item {
    padding-top: 0.5rem;
}
.inside-contact .leftbox .t1 {
    color: #333;
    font-size: 0.24rem;
    font-weight: 700;
    padding-bottom: 0.1rem;
}
.inside-contact .leftbox .item-2 {
    overflow: hidden;
}
.inside-contact .leftbox .item-2 p:first-child {
    width: 100%;
}
.inside-contact .leftbox .item-2 p {
    width: 50%;
    float: left;
}
.inside-contact .rightbox {
    width: 48%;
    top: 0;
    right: 0;
    position: absolute;
}
.inside-contact .ditu {
    width: 135%;
    position: relative;
}
.inside-contact .circle {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    transform: translate(10%, -66%);
}
.inside-contact .circle:before {
    background: rgba(0, 53, 146, 0.1);
    background: #2A5F97;
}
.inside-contact .circle:after {
    background: #2A5F97;
}
.inside-contact .logo {
    top: 50%;
    left: 50%;
    z-index: 4;
    position: absolute;
    transform: translate(40%, -75%);
}
.inside-contact .logo img {
    max-height: 0.93rem;
}
@media (max-width: 1024px) {
    .inside-contact .leftbox {
        width: 100%;
        line-height: 24px;
    }
    .inside-contact .rightbox {
        top: auto;
        right: auto;
        margin-top: 30px;
        position: relative;
        width: 100%;
    }
    .inside-contact .rightbox .ditu {
        width: 100%;
    }
}
.inside-contact-2 {
    line-height: 0.28rem;
    height: 6.3rem;
    padding-top: 1.9rem;
    background: linear-gradient(to bottom, #ffffff, #e9f4fd);
}
.inside-contact-2 .container {
    height: 100%;
    position: relative;
}
.inside-contact-2 .pic {
    right: 0;
    bottom: -0.3rem;
    position: absolute;
}
.inside-contact-2 .t1 {
    color: #333;
    line-height: 0.5rem;
    font-size: 0.4rem;
}
.inside-contact-2 .t2 {
    font-size: 0.18rem;
    max-width: 5.4rem;
    margin-top: 0.5rem;
}
.inside-contact-2 .button {
    margin-top: 0.6rem;
}
@media (max-width: 1024px) {
    .inside-contact-2 {
        line-height: 24px;
        height: auto;
        text-align: center;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .inside-contact-2 .pic {
        display: none;
    }
    .inside-contact-2 .t1 {
        font-size: 30px;
        line-height: 40px;
    }
    .inside-contact-2 .t2 {
        font-size: 16px;
        max-width: 100%;
    }
}
.inside-cgxz {
    background: #f7f9fc;
    padding: 0.7rem 0 1rem 0;
}
.inside-cgxz .list {
    background: #fff;
    padding: 1rem;
}
.inside-cgxz .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    padding-top: 0.2rem;
}
.inside-cgxz .list li {
    width: 50%;
    padding: 0 0.2rem;
    padding-top: 0.4rem;
}
.inside-cgxz .list li .item {
    min-height: 100%;
    line-height: 0.32rem;
    border-radius: 0.2rem;
    transition: all 500ms ease;
    box-shadow: 0 0 0.2rem rgba(0, 30, 83, 0.1);
}
.inside-cgxz .list li .tit {
    color: #fff;
    padding: 0 0.4rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    font-weight: 700;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-cgxz .list li .tit img {
    vertical-align: middle;
    max-height: 0.37rem;
    margin-right: 0.05rem;
    margin-bottom: 0.02rem;
}
.inside-cgxz .list li .txt {
    padding: 0 0.4rem;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
}
.inside-cgxz .list li .wx {
    display: flex;
    line-height: 0.22rem;
    font-size: 0.14rem;
    align-items: center;
    margin-top: 0.3rem;
}
.inside-cgxz .list li .wx img {
    margin-right: 0.1rem;
    max-height: 1.21rem;
}
.inside-cgxz .list li .button {
    margin-top: 0.35rem;
}
.inside-cgxz .list li:hover .item {
    background: #f8f8f8;
    box-shadow: none;
}
@media (max-width: 1024px) {
    .inside-cgxz .list {
        padding: 0;
        background: transparent;
    }
    .inside-cgxz .list li {
        width: 100%;
    }
    .inside-cgxz .list li .item {
        line-height: 24px;
    }
    .inside-cgxz .list li .wx {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 480px) {
    .inside-cgxz .list li .tit {
        padding: 0 10px;
        font-size: 15px;
    }
}
.inside-yydj {
    font-size: 0.18rem;
    text-align: center;
    padding: 1rem 0;
    line-height: 0.32rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-yydj .text {
    line-height: 0.4rem;
    padding: 0 1.3rem;
    margin-top: 0.5rem;
}
.inside-yydj .text-2 {
    line-height: 0.4rem;
    margin-top: 0.5rem;
}
.inside-yydj .text-4 {
    padding-top: 0.5rem;
}
.inside-yydj .text-4 .f20 {
    font-size: 0.2rem;
}
.inside-yydj .text-4 .icon {
    margin: 0.1rem auto;
    height: 0.7rem;
    width: 100%;
    max-width: 0.7rem;
    border-radius: 50%;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-yydj .bt {
    color: #2A5F97;
    font-weight: 700;
    font-size: 0.24rem;
    padding-top: 0.5rem;
}
.inside-yydj ul {
    display: flex;
    flex-wrap: wrap;
}
.inside-yydj li {
    width: 16.66666667%;
    color: #333;
    position: relative;
    margin-top: 0.5rem;
}
.inside-yydj li:before {
    left: -5%;
    top: 22%;
    content: "";
    width: 0.36rem;
    height: 0.26rem;
    position: absolute;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/arrow-3.png) no-repeat center center;
    background-size: cover;
    animation: 2s scrollArrow ease;
}
.inside-yydj li .icon {
    width: 100%;
    max-width: 1.02rem;
    height: 1.02rem;
    margin: 0 auto;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/arrow-6.png) no-repeat center center;
    background-size: cover;
}
.inside-yydj li .icon img {
    max-height: 1.01rem;
    transition: all 500ms ease;
}
.inside-yydj li .tit {
    margin-top: 0.2rem;
}
.inside-yydj li:first-child:before {
    display: none;
}
.inside-yydj li:hover .icon img {
    transform: scale(1.1);
}
.inside-yydj .button {
    font-weight: 700;
    font-size: 0.24rem;
    border-radius: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    min-width: 3rem;
    margin-top: 0.55rem;
}
.inside-yydj .button img {
    margin-left: 0.1rem;
    max-height: 0.25rem;
}
.inside-yydj .ewm {
    font-size: 0.16rem;
    margin-top: 0.5rem;
    text-align: center;
}
.inside-yydj .ewm .tu {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    max-width: 2.01rem;
    border: solid 1px #2A5F97;
}
.inside-yydj .ewm .tu img {
    max-height: 2.01rem;
}
@media (max-width: 1024px) {
    .inside-yydj {
        font-size: 15px;
    }
    .inside-yydj .text {
        padding: 0;
        line-height: 24px;
    }
    .inside-yydj .ewm {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .inside-yydj li {
        width: 50% !important;
    }
    .inside-yydj li:before {
        display: none;
    }
}
.inside-yydj-2 .text {
    padding: 0 2.7rem;
}
.inside-yydj-2 ul {
    padding: 0 1.2rem;
}
.inside-yydj-2 li {
    width: 33.33333333%;
}
@media (max-width: 1024px) {
    .inside-yydj-2 .text {
        padding-left: 0;
        padding-right: 0;
    }
    .inside-yydj-2 ul {
        padding: 0;
    }
}
.inside-zhld {
    padding: 1rem 0;
}
.inside-zhld .list {
    margin-top: 0.6rem;
}
.inside-zhld li .pic {
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.inside-zhld li .pic img {
    transition: all 700ms ease;
    border-radius: 0.2rem;
}
.inside-zhld li .pic:after {
    content: "";
    display: block;
    padding-bottom: 70.58823529%;
}
.inside-zhld li .pic2 {
    z-index: 2;
    position: relative;
    margin-top: -0.55rem;
}
.inside-zhld li .pic2 img {
    max-height: 0.79rem;
}
.inside-zhld li .txt {
    line-height: 0.28rem;
    margin-top: 0.1rem;
    text-align: justify;
}
.inside-zhld li:hover .pic img {
    transform: scale(1.1);
}
.inside-bdsq {
    padding: 1rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-bdsq .bg {
    padding: 1rem;
    background: #fff;
    border-radius: 0.4rem;
    box-shadow: 0 0 0.3rem rgba(0, 26, 71, 0.1);
}
.inside-bdsq .text {
    padding: 0.5rem 0;
    line-height: 0.32rem;
    text-align: center;
}
.inside-bdsq .text span {
    color: #2A5F97;
}
.inside-bdsq .tel {
    text-align: center;
}
.inside-bdsq .tel span {
    padding-left: 0.2rem;
}
.inside-bdsq .list {
    padding-top: 0.2rem;
}
.inside-bdsq .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-bdsq .list li {
    width: 49%;
    position: relative;
    margin-top: 0.4rem;
}
.inside-bdsq .list li em {
    color: #ff0000;
    font-style: normal;
}
.inside-bdsq .list li .name {
    color: #333;
    font-size: 0.18rem;
}
.inside-bdsq .list li .name span {
    color: #999;
    font-size: 0.14rem;
}
.inside-bdsq .list li .iinput,
.inside-bdsq .list li .itextarea {
    border: 0;
    width: 100%;
    color: #999;
    font-family: "微软雅黑";
    font-size: 0.16rem;
    line-height: 0.5rem;
    background: transparent;
    border-bottom: solid 1px #d4dcea;
    transition: all 500ms ease;
}
.inside-bdsq .list li .iinput:focus,
.inside-bdsq .list li .itextarea:focus {
    border-color: #2A5F97;
}
.inside-bdsq .list li .itextarea {
    height: 0.6rem;
}
.inside-bdsq .list li .code {
    right: 0;
    top: 0.35rem;
    position: absolute;
}
.inside-bdsq .list li .code img {
    max-height: 0.36rem;
}
.inside-bdsq .list li:last-child {
    margin-top: 0.6rem;
}
.inside-bdsq .list .li1 {
    width: 100%;
}
.inside-bdsq .list .btnbox {
    text-align: center;
}
.inside-bdsq .list .btn1,
.inside-bdsq .list .btn2 {
    border: 0;
    color: #666;
    background: #e8f0ff;
    margin: 0 0.16rem;
    font-size: 0.16rem;
    line-height: 0.46rem;
    border-radius: 0.3rem;
    height: 0.46rem;
    min-width: 1.8rem;
    display: inline-block;
}
.inside-bdsq .list .btn1 {
    color: #fff;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
@media (max-width: 640px) {
    .inside-bdsq .bg {
        padding: 40px 30px;
    }
    .inside-bdsq .list ul {
        display: block;
    }
    .inside-bdsq .list li {
        width: 100% !important;
    }
    .inside-bdsq .list li .name {
        font-size: 16px;
    }
    .inside-bdsq .list li .name span {
        font-size: 12px;
    }
    .inside-bdsq .list li .iinput,
    .inside-bdsq .list li .itextarea {
        font-size: 15px;
        line-height: 50px;
    }
    .inside-bdsq .list .btn1,
    .inside-bdsq .list .btn2 {
        margin: 0;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        min-width: 130px;
        border-radius: 30px;
    }
}
.inside-hzmt {
    padding: 1.2rem 0 1rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-hzmt .tabnav {
    margin-top: 0.6rem;
}
.inside-hzmt .tabnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inside-hzmt .tabnav li {
    width: 13%;
    cursor: pointer;
    padding: 0 0.1rem;
}
.inside-hzmt .tabnav li span {
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 0.18rem;
    color: #333333;
    border-radius: 0.3rem;
    line-height: 0.54rem;
    height: 0.54rem;
    display: block;
    transition: all 500ms ease;
}
.inside-hzmt .tabnav .cur span {
    color: #fff;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-hzmt .tabbox {
    padding-top: 0.8rem;
}
.inside-hzmt .tabcot {
    display: none;
}
.inside-hzmt .tabcot ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 0 -0.13rem;
    margin-top: -0.54rem;
    max-width: 2.3rem;
    transition: all 500ms ease;
    background: url(../image/hzmt-bg.png) no-repeat top left;
    padding-top: 0.09rem;
    height: 2.35rem;
    background-size: cover;
}
.inside-hzmt .tabcot ul li .pic {
    margin: 0.35rem;
    overflow: hidden;
    position: relative;
}
.inside-hzmt .tabcot ul li .pic img {
    transition: all 700ms ease;
}
.inside-hzmt .tabcot ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 94%;
}
@media (max-width: 640px) {
    .inside-hzmt .tabcot ul li .pic:after {
        padding-bottom: 50%;
    }
}
@media (min-width: 1025px) {
    .inside-hzmt .tabcot ul li:hover {
        background: url(http://www.cczzexpo.com/static/addons/cms/images/hzmt-bg-h.png) no-repeat top left;
        background-size: cover;
    }
    .inside-hzmt .tabcot ul li:hover .pic img {
        transform: scale(1.05);
    }
}
.inside-hzmt .tabcot ul li:nth-child(13n - 5) {
    margin-left: 0.96rem;
}
.inside-hzmt .tabcot ul .last {
    float: none;
    margin-left: 0 !important;
    margin: 0 auto !important;
}
.inside-hzmt .show {
    display: block;
}
@media (max-width: 1024px) {
    .inside-hzmt .tabnav {
        margin-top: 20px;
    }
    .inside-hzmt .tabnav li {
        width: 20%;
    }
    .inside-hzmt .tabnav li span {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .inside-hzmt .tabbox {
        padding-top: 30px;
    }
    .inside-hzmt .tabcot ul {
        display: flex;
        flex-wrap: wrap;
    }
    .inside-hzmt .tabcot ul li {
        width: 25%;
        margin: 0;
        padding: 10px;
        height: auto;
        background: transparent;
    }
    .inside-hzmt .tabcot ul li .pic {
        margin: 0;
        background: #fff;
    }
    .inside-hzmt .tabcot ul li .pic:after {
        padding-bottom: 50%;
    }
    .inside-hzmt .tabcot ul li:nth-child(13n - 5) {
        margin-left: 0;
    }
}
@media (max-width: 420px) {
    .inside-hzmt .tabnav ul {
        justify-content: flex-start;
    }
    .inside-hzmt .tabnav li {
        margin-top: 10px;
        width: 33.333%;
    }
    .inside-hzmt .tabcot ul li {
        width: 33.333%;
    }
}
.inside-czsq {
    padding: 1rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-czsq .index-title {
    line-height: 0.6rem;
}
.inside-czsq .warp {
    margin: 0 auto;
    margin-top: 0.7rem;
    position: relative;
    max-width: 4.9rem;
    min-height: 5.5rem;
}
.inside-czsq .item {
    width: 100%;
    max-width: 3rem;
    position: absolute;
}
.inside-czsq .item .tu {
    cursor: pointer;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.16rem;
    vertical-align: middle;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-czsq .item .tu img {
    vertical-align: middle;
    max-height: 1.03rem;
}
.inside-czsq .item .dot {
    margin-left: 0.1rem;
    position: relative;
}
.inside-czsq .item .dot em {
    content: "";
    z-index: 3;
    font-style: normal;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0.02rem;
    vertical-align: middle;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-czsq .item .dot .circle {
    display: inline-block;
    position: relative;
}
.inside-czsq .item .dot .circle:before {
    background: rgba(0, 42, 154, 0.5);
}
.inside-czsq .item .dot .circle:after {
    background: rgba(0, 42, 154, 0.5);
}
.inside-czsq .item .dot .add {
    z-index: 3;
    top: -0.15rem;
    left: 0.2rem;
    position: absolute;
    transform: scale(0);
    transition: all 500ms ease;
}
.inside-czsq .item .dot .add img {
    max-height: 0.34rem;
}
.inside-czsq .item .nr {
    top: -0.1rem;
    left: -2.9rem;
    background: #fff;
    width: 2.7rem;
    position: absolute;
    display: none;
    box-shadow: 0.12rem 0.15rem 0.05rem rgba(0, 0, 0, 0.05);
    padding: 0.2rem 0.3rem;
    border-radius: 0.1rem;
}
.inside-czsq .item .nr:after {
    content: "";
    top: 50%;
    right: -0.1rem;
    transform: translateY(-50%);
    position: absolute;
    border-left: solid 0.12rem #ffffff;
    border-top: solid 0.12rem transparent;
    border-bottom: solid 0.12rem transparent;
}
.inside-czsq .item .nr .t1 {
    color: #2A5F97;
    font-weight: 700;
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 0.1rem;
}
.inside-czsq .item .nr .t2 {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    position: relative;
}
.inside-czsq .item .nr .t2 img {
    top: 0.04rem;
    left: 0;
    position: absolute;
    max-height: 0.15rem;
}
.inside-czsq .item:hover .nr {
    display: block;
}
.inside-czsq .item:hover .dot .add {
    transform: scale(1);
}
.inside-czsq .item-1 {
    top: 0;
    left: 0.7rem;
}
.inside-czsq .item-2,
.inside-czsq .item-4 {
    top: 1.3rem;
    left: 3.4rem;
}
.inside-czsq .item-2 .dot,
.inside-czsq .item-4 .dot {
    margin-left: 0;
    margin-right: 0.1rem;
}
.inside-czsq .item-2 .nr,
.inside-czsq .item-4 .nr {
    left: auto;
    right: -2rem;
}
.inside-czsq .item-2 .nr:after,
.inside-czsq .item-4 .nr:after {
    right: auto;
    left: -0.1rem;
    border-left: transparent;
    border-right: solid 0.12rem #ffffff;
}
.inside-czsq .item-3 {
    top: 2.45rem;
    left: 1.2rem;
}
.inside-czsq .item-4 {
    top: 3.8rem;
    left: 1rem;
}
.inside-czsq .cur .nr {
    display: block;
}
.inside-czsq .cur .dot .add {
    transform: scale(1);
}
.inside-czsq .btnbox {
    text-align: center;
}
.inside-czsq .button {
    margin: 0 0.1rem;
    font-weight: 700;
    font-size: 0.24rem;
    border-radius: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    min-width: 3rem;
    margin-top: 0.55rem;
}
.inside-czsq .button img {
    margin-left: 0.1rem;
    max-height: 0.25rem;
}
@media (max-width: 1024px) {
    .inside-czsq .item .nr {
        left: -240px;
        width: 240px;
    }
    .inside-czsq .item .nr .t1 {
        font-size: 16px;
    }
    .inside-czsq .item .nr .t2 {
        font-size: 14px;
        padding-left: 20px;
    }
    .inside-czsq .item .nr .t2 img {
        top: 4px;
        max-height: 15px;
    }
    .inside-czsq .item-2 .nr,
    .inside-czsq .item-4 .nr {
        left: auto;
        right: -180px;
    }
}
@media (max-width: 700px) {
    .inside-czsq .warp {
        max-width: 500px;
        min-height: 100%;
    }
    .inside-czsq .item {
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        position: relative;
    }
    .inside-czsq .item .tu {
        z-index: 3;
        margin: 0 auto;
        position: relative;
    }
    .inside-czsq .item .dot {
        display: none;
    }
    .inside-czsq .item .nr {
        width: 100%;
        text-align: left;
        padding-top: 50px;
        padding: 30px;
        margin-top: -30px;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        position: relative;
        display: block;
    }
    .inside-czsq .item .nr:after {
        display: none;
    }
}
.inside-czsq-2 {
    padding: 0.7rem 0 0.9rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-czsq-2 h1 {
    color: #333;
    font-size: 0.3rem;
    line-height: 0.4rem;
}
.inside-czsq-2 ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.4rem;
    justify-content: space-between;
}
.inside-czsq-2 li {
    padding-left: 0.7rem;
    position: relative;
}
.inside-czsq-2 li .icon {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 0.61rem;
    height: 0.61rem;
    border-radius: 50%;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-czsq-2 li .icon img {
    max-height: 0.61rem;
    transition: all 500ms ease;
}
.inside-czsq-2 li .f22 {
    color: #333;
    font-size: 0.22rem;
    font-family: "Roboto";
}
.inside-czsq-2 li .text {
    padding-top: 0.02rem;
}
.inside-czsq-2 li:hover .icon img {
    transform: scale(1.1);
}
@media (max-width: 1024px) {
    .inside-czsq-2 li {
        margin-top: 15px;
    }
}
.inside-company {
    padding: 1rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-company .container {
    position: relative;
}
.inside-company .dian {
    top: -0.9rem;
    left: -1rem;
    position: absolute;
}
.inside-company .dian img {
    max-height: 1.45rem;
}
.inside-company .dian-2 {
    right: -0.5rem;
    margin-top: -0.72rem;
    position: relative;
    text-align: right;
}
.inside-company .dian-2 img {
    max-height: 1.45rem;
}
.inside-company .en {
    font-size: 0.28rem;
    font-weight: 700;
    padding-left: 0.45rem;
    background: linear-gradient(to right, #2A5F97, #7684DC, #7684DC);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
}
.inside-company .en:nth-child(3) {
    padding-top: 0.05rem;
    padding-left: 1.9rem;
}
.inside-company .tag {
    color: #333;
    z-index: 3;
    position: relative;
    font-weight: 700;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: right;
    letter-spacing: 0.05rem;
}
.inside-company .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inside-company .list .index-title {
    text-align: left;
}
.inside-company .list .lefttext {
    width: 48%;
}
.inside-company .list .txt {
    padding-top: 0.2rem;
    line-height: 0.32rem;
}
.inside-company .list .txt p {
    padding-top: 0.3rem;
}
.inside-company .list .picbox {
    width: 47.7%;
}
@media (max-width: 1024px) {
    .inside-company .dian {
        left: 0;
    }
    .inside-company .list {
        display: block;
    }
    .inside-company .list .lefttext {
        width: 100%;
    }
    .inside-company .list .txt {
        line-height: 24px;
    }
    .inside-company .list .picbox {
        width: 100%;
        margin-top: 30px;
    }
    .inside-company .en {
        padding-left: 0;
    }
    .inside-company .en:nth-child(3) {
        padding-left: 0;
    }
    .inside-company .tag {
        letter-spacing: 0px;
    }
}
.inside-fzlc {
    position: relative;
    padding: 1rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.inside-fzlc .list {
    padding-left: 0.7rem;
    padding-top: 0.6rem;
    position: relative;
    height: 8rem;
}
.inside-fzlc .list .swiper-container {
    overflow: inherit;
}
.inside-fzlc .list .item-first {
    margin-left: -70%;
    position: relative;
}
.inside-fzlc .list .item {
    padding-bottom: 0.65rem;
    padding-right: 0.7rem;
    position: relative;
    padding-left: 0.25rem;
}
.inside-fzlc .list .item:before {
    top: 0;
    left: 0.07rem;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #bdcbe5;
}
.inside-fzlc .list .item:after {
    top: 0;
    left: 0rem;
    content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background: url(http://www.cczzexpo.com/static/addons/cms/images/dot-4.png) no-repeat;
    background-size: cover;
}
.inside-fzlc .list .hezi {
    width: 300% !important;
}
.inside-fzlc .list .year {
    margin-top: -0.15rem;
    position: relative;
    font-weight: 700;
    font-size: 0.28rem;
    color: #2A5F97;
    font-family: "Roboto";
}
.inside-fzlc .list .tit {
    padding-left: 0.15rem;
    position: relative;
}
.inside-fzlc .list .tit:before {
    top: 0.1rem;
    left: 0;
    content: "";
    width: 0.04rem;
    height: 0.04rem;
    position: absolute;
    background: #2A5F97;
}
.inside-fzlc .list .tu {
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
    max-width: 1.18rem;
    border: solid 1px #c1cfe8;
}
.inside-fzlc .list .item-jj {
    margin-top: 1.25rem;
}
.inside-fzlc .list .item-jj-2 {
    margin-top: 1.01rem;
}
.inside-fzlc .list .item-1,
.inside-fzlc .list .item-2,
.inside-fzlc .list .item-3,
.inside-fzlc .list .item-4 {
    top: 3.82rem;
}
.inside-fzlc .list .item-1:before,
.inside-fzlc .list .item-2:before,
.inside-fzlc .list .item-3:before,
.inside-fzlc .list .item-4:before {
    height: 0.82rem;
}
.inside-fzlc .list .item-1:after,
.inside-fzlc .list .item-2:after,
.inside-fzlc .list .item-3:after,
.inside-fzlc .list .item-4:after {
    top: auto;
    top: 0.82rem;
}
.inside-fzlc .list .item-1 .year,
.inside-fzlc .list .item-2 .year,
.inside-fzlc .list .item-3 .year,
.inside-fzlc .list .item-4 .year {
    margin-top: 0.7rem;
}
.inside-fzlc .list .item-1 {
    position: absolute;
}
.inside-fzlc .list .item-2 {
    position: absolute;
}
.inside-fzlc .list .item-3 {
    position: absolute;
}
.inside-fzlc .list .item-4 {
    position: absolute;
}
.inside-fzlc .tag {
    top: 54.5%;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.28rem;
    font-style: normal;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(to right, #003790, #005279, #007f52, #00973e);
}
.inside-fzlc .tag:after {
    top: 50%;
    right: 0;
    content: "";
    width: 0.9rem;
    height: 1.04rem;
    position: absolute;
    transform: translateY(-50%);
    background: url(http://www.cczzexpo.com/static/addons/cms/images/company-icon.png) no-repeat;
    background-size: cover;
}
.inside-fzlc .swiper-button-prev,
.inside-fzlc .swiper-button-next {
    margin-top: 0rem;
}
.inside-fzlc .swiper-button-prev:after,
.inside-fzlc .swiper-button-next:after {
    color: #fff;
    font-size: 0.18rem;
}
@media (max-width: 1600px) {
    .inside-fzlc .swiper-button-prev,
    .inside-fzlc .swiper-button-next {
        margin-top: -0.05rem;
    }
}
@media (max-width: 1300px) {
    .inside-fzlc .swiper-button-prev,
    .inside-fzlc .swiper-button-next {
        margin-top: -0.1rem;
    }
}
@media (max-width: 1024px) {
    .inside-fzlc .list {
        height: auto;
        padding-left: 0;
    }
    .inside-fzlc .list .swiper-container {
        overflow: hidden;
    }
    .inside-fzlc .list .hezi {
        width: 100% !important;
    }
    .inside-fzlc .list .year {
        margin-top: 0;
    }
    .inside-fzlc .list .item {
        padding-bottom: 0;
        margin-top: auto !important;
        margin-left: 0 !important;
        top: auto !important;
        position: relative !important;
    }
    .inside-fzlc .tag {
        top: 0;
        height: 40px;
        line-height: 40px;
        transform: translate(0);
        position: relative;
    }
}
@media (max-width: 480px) {
    .inside-fzlc .tag {
        font-size: 12px;
        text-align: left;
        padding: 0 10px;
    }
    .inside-fzlc .swiper-button-prev,
    .inside-fzlc .swiper-button-prev {
        display: none;
    }
}
#certify {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.6rem;
    position: relative;
}
#certify .swiper-container {
    overflow: inherit;
}
#certify .pic {
    position: relative;
    border-radius: 0.35rem;
}
#certify .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    border-radius: 0.35rem;
    background: rgba(0, 28, 76, 0.7);
    transition: all 500ms ease;
}
#certify .pic img {
    border-radius: 0.35rem;
}
@media (max-width: 1024px) {
    #certify .pic {
        border-radius: 0;
    }
    #certify .pic img {
        border-radius: 0;
    }
}
@media (max-width: 1800px) {
    #certify {
        margin-left: -1.1rem;
    }
}
@media (max-width: 1700px) {
    #certify {
        margin-left: 0rem;
    }
}
#certify .swiper-slide {
    width: 810px;
    background: #fff;
    border-radius: 0.35rem;
}
@media (max-width: 1800px) {
    #certify .swiper-slide {
        width: 750px;
    }
}
@media (max-width: 1700px) {
    #certify .swiper-slide {
        width: 690px;
    }
}
@media (max-width: 1024px) {
    #certify .swiper-slide {
        border-radius: 0;
        background: transparent;
        width: auto;
        height: auto;
    }
    #certify .swiper-slide img {
        border-radius: 0;
    }
}
#certify .swiper-slide-active .pic:after {
    opacity: 0;
}
#certify .swiper-slide img {
    display: block;
    border-radius: 0.35rem;
}
#certify .swiper-button-prev {
    left: 0.5rem;
}
@media (max-width: 1800px) {
    #certify .swiper-button-prev {
        left: 2.1rem;
        z-index: 999;
    }
}
@media (max-width: 1700px) {
    #certify .swiper-button-prev {
        left: 0.4rem;
        z-index: 999;
    }
}
#certify .swiper-button-next {
    right: 0.4rem;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
    color: #fff;
    font-size: 0.2rem;
}
.inside-page {
    font-size: 0.14rem;
    text-align: center;
    padding-top: 0.5rem;
}
.inside-page a {
    width: 0.4rem;
    height: 0.4rem;
    color: #999;
    text-align: center;
    line-height: 0.38rem;
    border-radius: 100%;
    margin: 0 0.05rem;
    display: inline-block;
    border: solid 1px #d8e0ec;
}
.inside-page a:hover,
.inside-page .cur {
    color: #fff;
    border-width: 0;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.inside-page .prev,
.inside-page .next {
    width: 1.06rem;
    position: relative;
    border-radius: 30px;
}
.inside-page .prev:before {
    content: "<";
    margin-right: 0.06rem;
    font-family: "宋体";
    display: inline-block;
    font-weight: 700;
}
.inside-page .next:after {
    content: ">";
    margin-left: 0.06rem;
    font-family: "宋体";
    display: inline-block;
    font-weight: 700;
}
.inside-tag {
    margin-top: 0.4rem;
}
.inside-tag strong {
    color: #333;
    font-size: 0.18rem;
}
.inside-tag a {
    color: #666;
    padding: 0 0.15rem;
    display: inline-block;
    text-align: center;
    line-height: 0.38rem;
    position: relative;
}
.inside-tag a:after {
    top: 0.12rem;
    right: 0;
    position: absolute;
    content: "";
    width: 1px;
    height: 0.15rem;
    background: #e5e7e8;
}
.inside-tag a:last-child:after {
    display: none;
}
.inside-tag a:hover {
    color: #2A5F97;
}
@media (max-width: 1024px) {
    .inside-tag strong {
        font-size: 16px;
    }
    .inside-tag a {
        line-height: 30px;
    }
}
.inside-pagelist {
    margin-top: 0.1rem;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.inside-pagelist li {
    padding-left: 0.2rem;
    height: 0.66rem;
    line-height: 0.65rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    border-top: solid 1px #e2e2e4;
}
.inside-pagelist li span {
    display: inline-block;
    position: relative;
}
.inside-pagelist li span:after {
    content: "";
    vertical-align: middle;
    margin: 0 0.2rem;
    margin-bottom: 0.04rem;
    display: inline-block;
    border-bottom: solid 0.06rem #222222;
    border-left: solid 0.05rem transparent;
    border-right: solid 0.05rem transparent;
}
.inside-pagelist li:first-child {
    border-top: none;
}
.inside-pagelist li:last-child span:after {
    border-bottom: 0;
    border-top: solid 0.06rem #222222;
    border-left: solid 0.05rem transparent;
    border-right: solid 0.05rem transparent;
}
@media (max-width: 1024px) {
    .inside-pagelist {
        margin-top: 40px;
    }
}
.inside-xg-news {
    padding-bottom: 0;
    margin-top: 1rem;
}
.inside-xg-news .item a {
    background: #fff;
}
.inside-fanhui {
    margin-top: 0.4rem;
    text-align: right;
}
.inside-fanhui a {
    color: #666;
    padding: 0 0.3rem;
    display: inline-block;
    background: #f8faff;
    line-height: 0.4rem;
    transition: all 500ms ease;
}
.inside-fanhui a:hover {
    color: #fff;
    background: #2A5F97;
}
@media (max-width: 1024px) {
    .inside-fanhui a {
        line-height: 40px;
        padding: 0 20px;
    }
}
.navM .transparent {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}
.navM .navMCon {
    background-color: #fff;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: auto;
    left: -100%;
    transition: all .5s;
}
.navM .navMWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.navM.open .transparent {
    display: block;
}
.navM.open .closeBtn {
    display: block;
}
.navM.open .navMCon {
    left: 0;
}
.navM .closeBtn {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2A5F97;
    color: #fff;
    position: absolute;
    z-index: 999;
    right: -40px;
    top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.navM .closeBtn:before {
    width: 15px;
    height: 1px;
}
.navM .closeBtn:after {
    width: 1px;
    height: 15px;
}
.navM .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none;
}
.navM .navMWrap>.list .title {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    position: relative;
}
.navM .navMWrap>.list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.navM .navMWrap>.list .title .icon:after {
    content: "";
    margin: auto;
    height: 8px;
    width: 8px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
}
.navM .navMWrap>.list .has .title .icon {
    display: block;
}
.navM .navMWrap>.list .active .title .icon {
    transform: rotate(135deg);
}
.navM .child {
    padding: 10px 0px 20px 0px;
    display: none;
    position: relative;
}
.navM .child a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    transition: all .5s;
    position: relative;
}
.navM .child a:hover {
    color: #000;
}
.navM .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    height: 56px;
    border-bottom: #f3f3f3 1px solid;
    position: relative;
}
.navM .mSearch .btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 10px;
    margin-top: 0;
    right: 0px;
    background: #ccc;
}
.navM .mSearch .btn img {
    max-height: 20px;
    margin-top: 4px;
    vertical-align: middle;
}
.navM .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box !important;
    color: #333;
    appearance: none;
    transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    opacity: 1;
    width: 100%;
    padding: 5px 30px 5px 15px;
    border-radius: 2px;
    font-size: 16px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0;
}
.navM .other {
    padding: 10px;
}
.navM .languageBtn {
    padding: 10px 0;
}
.navM .languageBtn a {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ccc solid;
    margin-right: -1px;
    background: #2A5F97;
}
.inside-contact-2 img {
    max-height: 5.5rem;
}
@media(max-width:1024px) {
    .inside-exhibition .list-2 li .txtbox {
        display: none;
    }
    .inside-exhibition .list-2 li .t2 {}
    .inside-exhibition .list-2 li .txthover {
        top: auto;
        bottom: auto;
        left: auto;
        opacity: 1;
        position: relative;
        transform: translate(0);
    }
}
@media(max-width:640px) {
    .inside-contact .leftbox .item-2 p {
        width: 100%;
    }
}
.index-czpp li {
    margin-left: -1px !important;
}
.index-czpp li:hover {
    margin-left: 1px !important;
}
@font-face {
    font-family: "Montserrat";
    src: url("http://www.cczzexpo.com/static/addons/cms/other/Montserrat-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
.banner .t1 {
    font-weight: 700;
    font-size: 0.72rem;
    line-height: 0.8rem;
    font-family: "Montserrat";
    text-shadow: 0 0 1px #000;
}
.banner .t1 img {
    max-height: 0.76rem;
}
.banner .t10 {
    font-size: 0.32rem;
    line-height: 0.4rem;
    padding-top: 0.05rem;
    font-family: "Montserrat";
    text-shadow: 0 0 1px #000;
}
.banner .t2 {
    padding-top: 0.25rem;
    font-size: 0.48rem;
    line-height: 0.6rem;
    letter-spacing: 1px;
    text-shadow: 0 0 2px #000;
    padding-bottom: 0.6rem;
}
.banner .t2 span {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 10rem/100;
    vertical-align: middle;
    display: inline-block;
}
.banner .button img {
    margin-top: 0.16rem;
}
.banner .swiper-slide-active .t10 {
    animation: 2s fadeInUp2 ease;
}
.banner .button {
    animation: 2s fadeInUp2 ease;
}
@media(min-width:1025px) {
    .index-xlzl .item:hover .more {
        display: block;
    }
}
@media(max-width:640px) {
    .banner .t10 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .banner .t1 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner .t1 img {
        max-height: 30px;
    }
    .banner .t2 {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
    .banner .button {
        display: none;
    }
}
.index-xlzl .more img {
    max-height: 0.12rem;
    vertical-align: middle;
}
@media(max-width:440px) {
    .footer .rightbox .wxbox li .tag {
        font-size: 10px;
    }
}
.banner .ph {
    display: none;
}
@media (max-width: 1024px) {

    .banner .ph {
        display: block;
    }
    .banner .text {
        top: 65%;
    }
}
.index-news .button {
    display: none;
}
.index-xlzl-ph {
    display: none;
}
@media (max-width: 1024px) {
    .index-xlzl-ph .item-3 {
        width: 48.3%;
    }
    .index-tqhy .list {
        margin: 0 -10px;
        margin-top: 30px;
    }
    .index-tqhy .list li {
        padding: 0 10px;
    }
    .index-tqhy .list li .item {
        margin-bottom: 20px;
    }
    .index-tqhy .list li .pic {
        border-radius: 10px;
    }
    .index-tqhy .text {
        opacity: 1;
        top: auto;
        left: auto;
        color: #333;
        margin-top: 20px;
        position: relative;
        transform: translate(0);
        background-color: #fff;
    }
    .index-tqhy .arrow {
        display: none;
    }
    .index-news {
        text-align: center;
            padding: 0.2rem 0 0 0;
    }
    .index-news .list {
        text-align: left;
    }
    .index-news .button {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        margin-top: 40px;
    }
    .index-news .item:last-child {
        display: none;
    }
    .index-xlzl {
        display: none;
    }
    .index-xlzl-ph {
        display: block;
    }
    .banner .qiehuan {
        display: none;
    }
    .banner .btnDiv {
        bottom: auto;
        left: auto;
        transform: translate(0);
        display: block;
        position: relative;
    }
    .banner .btnDiv .container {
        padding: 0 !important;
    }
    .banner .btnDiv ul li .box {
        border-radius: 0;
    }
    .banner .btnDiv ul {
        padding: 0;
        justify-content: space-between;
    }
    .banner .btnDiv ul li {
        width: 33.333%;
    }
    .banner .btnDiv ul li .icon {
        margin-right: 0;
        margin-top: 10px;
    }
    .banner .btnDiv ul li .box {
        display: block;
        text-align: center;
    }
    .banner .btnDiv ul li .tit {
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .inside-exshow-4 .tu.pc {
        display: none;
    }
    .inside-exshow-4 .tu.ph {
        display: block;
    }
}
.inside-exshow-1 .leftbox .button {
    float: right;
}
@media (max-width: 1024px) {
    .inside-exshow-1 .leftbox .button {
        margin-top: 10px;
    }
}
.zhbt {
    font-size: 0.3rem;
    color: #fff;
}
.header .logo i {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 700;
}
.fixed .logo i {
    font-size: 0.3rem;
    color: #0e51b2;
    font-weight: 700;
}
.right-menu ul li {
    padding: 10px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ddd;
}
.right-menu ul li.cur {
    color: #fff;
    background: linear-gradient(to right, #2A5F97, #7684DC);
}
.right-menu ul li.cur a{color: #fff;}
.right-menu ul li a {
    font-size: 0.2rem;
}

