/* common css */

.w {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
}


/* è¦æ³¨æ„è¡¨å•å…ƒç´ å¹¶ä¸ç»§æ‰¿çˆ¶çº§ font çš„é—®é¢˜ */

body,
select,
textarea {
    font: 14px yahei, arial, sans-serif;
}

input,
select,
textarea {
    border: none;
}


/* åŽ»æŽ‰ table cell çš„è¾¹è·å¹¶è®©å…¶è¾¹é‡åˆ */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ie bugï¼šth ä¸ç»§æ‰¿ text-align */

th {
    text-align: inherit;
}


/* åŽ»é™¤é»˜è®¤è¾¹æ¡† */

fieldset,
img {
    border: none;
}


/* ie6 7 8(q) bug æ˜¾ç¤ºä¸ºè¡Œå†…è¡¨çŽ° */

iframe {
    display: block;
}


/* åŽ»æŽ‰ firefox ä¸‹æ­¤å…ƒç´ çš„è¾¹æ¡† */

abbr,
acronym {
    border: none;
    font-variant: normal;
}


/* ä¸€è‡´çš„ del æ ·å¼ */

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}


/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ ‡è¯†ï¼Œli ä¼šç»§æ‰¿ */

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

/* å¯¹é½æ˜¯æŽ’ç‰ˆæœ€é‡è¦çš„å› ç´ ï¼Œåˆ«è®©ä»€ä¹ˆéƒ½å±…ä¸­ */

caption,
th {
    text-align: left;
}


/* æ¥è‡ªyahooï¼Œè®©æ ‡é¢˜éƒ½è‡ªå®šä¹‰ï¼Œé€‚åº”å¤šä¸ªç³»ç»Ÿåº”ç”¨ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}


/* ç»Ÿä¸€ä¸Šæ ‡å’Œä¸‹æ ‡ */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* é»˜è®¤ä¸æ˜¾ç¤ºä¸‹åˆ’çº¿ï¼Œä¿æŒé¡µé¢ç®€æ´ */

ins,
a {
    text-decoration: none;
    color: inherit;
}


/* åŽ»é™¤ ie6 & ie7 ç„¦ç‚¹ç‚¹çŠ¶çº¿ */

a:focus,
*:focus {
    outline: none;
}


/* æ¸…é™¤æµ®åŠ¨ */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex_ar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_ce {
    display: flex;
    justify-content: center;
    align-items: center;
}

html,
body {
    scroll-behavior: smooth;
}

i.loc {
    background: url(../images/icon_loc.png) no-repeat;
    width: 13px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -3px;
}

span.b004ea2 {
    color: #004ea2;
    font-weight: 700;
}

/* header css */
.header {
    width: 100%;
    height: 132px;
    line-height: 132px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

.header .logo {
    padding-top: 10px;
    box-sizing: border-box;
    height: 103px;
}

.header .nav {
    width: 785px;
    margin-left: 60px;
}

.header .nav li {
    position: relative;
    color: #333;
    font-size: 18px;
}

.header .nav li a {
    display: inline-block;
    height: 132px;
}

.header .nav li.on a {
    color: #0162b1;
}

.header .nav li .sub {
    z-index: 999;
    display: none;
    position: absolute;
    left: 0px;
    top: 132px;
    width: 90px;
    line-height: 40px;
    background-color: #ededed;
}

.header .nav li .sub li {
    text-align: center;
}

.header .nav li .sub li:last-child {
    border-bottom: none;
}

.header .nav li .sub a {
    height: 100%;
    border-bottom: none;
    font-size: 14px;
    color: #666;
}

.header .nav li .sub a:hover {
    color: #0162b1;
}

.header .link a {
    font-size: 18px;
    color: #fff;
    background-color: #217fc4;
    width: 20px;
    height: 20px;
    padding: 5px;
}

/* banner css */
.swiper-container {
    width: 100%;
    height: 650px;
    position: fixed;
    margin-top: 132px;
    left: 0;
    top: 0;
}

.swiper-slide {
    box-sizing: border-box;
    background-size: cover;
    padding: 0 0 0 50%;
}

.swiper-slide p {
    /* width: 700px; */
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    font-weight: 700;
    text-shadow: 2px 2px #333;
}

.swiper-slide p:nth-child(1) {
    text-align: left;
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 250px;
    padding: 5px 15px;
    background-color: #0162b1;
    display: inline-block;
    text-shadow: none;
}

/* z_index_page css */
.z_index_page {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-top: 782px;
}

/* about css */
.z_about_num {
    width: 50%;
    float: left;
    background: #6E7BBD;
}

.z_about_num li {
    width: 300px;
    height: 300px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.z_about_num li h3 {
    font-size: 4.16666vw;
    line-height: 4.16666vw;
    font-family: DBOzoneX;
}

.z_index_page {
    position: relative;
    z-index: 2;
    background: #fff;
}

.z_about_num li:nth-child(2) {
    color: #252525;
}

.z_about_num li .h4 {
    margin: 1.5vw 0;
}

.z_about_num li em {
    display: inline-block;
    width: 26px;
    height: 3px;
    background: #FFFFFF;
}

.z_about_num li:nth-child(2) em {
    background: #252525;
}

.z_index_video {
    width: 50%;
    height: 600px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.z_index_video::before {
    content: "";
    display: block;
    z-index: 2;
    transition-delay: 1s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #4169E1;
    transition: ease 2s;
    position: absolute;
    left: 0;
    top: 0;
}

.z_index_video.animated::before {
    opacity: 0;
}

.z_index_video .warp {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;

}

.z_index_video .tit {
    font-size: 30px;
    line-height: 2.5vw;
    font-weight: bold;
    color: #FFFFFF;
}

.z_index_video .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.z_index_video .line {
    display: block;
    width: 26px;
    height: 3px;
    background: #FFFFFF;
    margin: 30px auto;
}

.z_more_btn {
    display: inline-block;
    min-width: 144px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    height: 44px;
    z-index: 1;
    line-height: 44px;
    background: #217fc4;
    font-size: 16px;
}

/* product css */
.z_index_product {
    width: 100%;
    height: 721px;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
    overflow: hidden;
}

.z_product_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1.1, 1.1);
    transition: ease 3s;
}

.z_index_product.animated .z_product_bg {
    transform: scale(1, 1);
}

.z_product_bg .imgbg {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.1, 1.1);
    background-attachment: fixed;
}

.z_product_bg .imgbg.active {
    transform: scale(1, 1);
    opacity: 1;
}

.z_product_con {
    color: #fff;
    position: absolute;
    left: 0;
    top: 490px;
}

.z_product_con .z_index_tit {
    color: #fff;
}

.z_index_tit .en {
    font-size: 2.6vw;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.6vw;
}

.z_product_con .z_index_tit .line {
    display: block;
    width: 7.8125vw;
    height: 2px;
    background: #FFFFFF;
    margin: 20px 0;
}

.z_index_tit h3 {
    margin-top: 10px;
    font-size: 1.5625vw;
    font-weight: bold;
}

.z_product_con .z_more_btn {
    margin-top: 20px;
}

.z_product_class {
    position: absolute;
    top: 0;
    left: 0vw;
}

.z_product_class li {
    width: 240px;
    float: left;
    height: 240px;
    z-index: 1;
    background: #217fc4;
    transition: ease 1s;
    position: relative;
}

.z_product_class li::before {
    content: "";
    display: block;
    opacity: 0;
    width: 0%;
    height: 0%;
    transition: ease .8s;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    z-index: -1;
}

.z_product_class li::after {
    content: "";
    display: block;
    opacity: 0;
    width: 0%;
    height: 0%;
    transition: ease .8s;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    z-index: -1;
}

.z_product_class li.active::before,
.z_product_class li.active::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.z_product_class li.active {
    background: rgba(0, 0, 0, 0.3) !important;
}

.z_product_class li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    color: #fff;
}

.z_product_class li .cn {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 60px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.z_product_class li .en {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}

.z_product_class li .add {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/add.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.z_product_class li:nth-child(1) {
    width: 480px;
    margin-right: 33.32vw;
    background: #9ebb7d;
}

.z_product_class li:nth-child(3) {
    background: #619fbf;
}

.z_product_class li:nth-child(2) {
    margin-left: 480px;
    background-color: #df8f7a;
}

.z_product_class li:nth-child(4) {
    width: 480px;
    background: #b28850;
    margin-left: 722px;
}

/* news css */
.z_index_news {
    background: url(../images/ibg07.png) repeat #f0f0f0;
    position: relative;
}

.z_news_flwarp {
    width: 300px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
}

.z_news_frwarp {
    width: 900px;
    float: right;
}

.z_news_flwarp .warp {
    height: 100%;
    padding: 60px 55px;
    box-sizing: border-box;
    position: relative;
}

.z_news_flwarp .z_news_nav {
    position: absolute;
    left: 80px;
    top: 307px;
}

.z_news_nav a {
    display: block;
    width: 158px;
    margin-bottom: 20px;
    height: 44px;
    border: 1px solid #666;
    line-height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
}

.z_news_nav a .iconfont {
    float: right;
    color: #217fc4;
}

.z_news_nav a.active,
.z_news_nav a:hover {
    background: #217fc4;
    color: #fff;
    border-color: #217fc4;
}

.z_news_nav a:hover .iconfont,
.z_news_nav a.active .iconfont {
    color: #fff;
}

.z_news_frwarp li {
    width: 33.3%;
    float: left;
    border-left: 1px solid #DCDCDC;
    transition: ease .5s;
}

.z_news_frwarp li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
    font-size: 16px;
}

.z_news_frwarp li:last-child {
    border-right: 1px solid #DCDCDC;
}

.z_news_frwarp li .day {
    font-size: 50px;
    color: #333;
    line-height: 85px;
    margin-left: -10px;
    margin-bottom: 56px;
    font-weight: 700;
}

.z_news_frwarp li .time {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.z_news_frwarp li .tit {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
    height: 56px;
    margin: 15px 0;
}

.z_news_frwarp li .imgbox {
    height: 160px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.z_news_frwarp li .desc {
    font-weight: 400;
    color: #666;
    line-height: 30px;
    height: 60px;
    margin: 2vw 0;
}

.z_news_frwarp li .more {
    color: #217fc4;
}

.z_news_frwarp li .more .iconfont {
    margin-left: 10px;
}

.z_news_frwarp li:hover .day,
.z_news_frwarp li:hover .tit {
    color: #217fc4;
}

.z_news_frwarp li:hover {
    background: #fff;
}

.z_news_child {
    display: none;
    overflow: hidden;
}

.z_news_child ul {
    display: flex;
    height: 680px;
}

.z_news_child.active {
    display: block;
}

.z_index_btmwrp {
    padding: 0 8.33333vw;
    padding-top: 60px;
    box-sizing: border-box;
}

.z_hz_tit .en {
    font-size: 24px;
    font-family: Raleway;
    font-weight: bold;
    color: #323232;
}

.z_hz_tit h3 {
    font-size: 20px;
    font-weight: bold;
    color: #626262;
}

.z_hz_swiper {
    width: 100%;
    overflow: hidden;
}

.z_hz_swiper li {
    height: 150px;
    overflow: hidden
}

.z_hz_swiper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.z_hz_swiper li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: ease 1s;
}

.z_hz_swiper li:hover img {
    transform: scale(1.1, 1.1);
}

/* footer css */
.z_footer {
    width: 100%;
    background: #0162b2;
    position: relative;
    z-index: 1;
    padding: 55px 0;
    box-sizing: border-box;
}

.z_footer .link {
    color: #fff;
    margin-bottom: 35px;
}

.z_footer .text {
    font-size: 16px;
    color: #6fafe4;
    line-height: 32px;
    width: 68%;
}

.z_footer .qrcode {
    color: #fff;
    text-align: center;
}

/* subbanner css */
.sub_banner {
    margin-top: 132px;
    position: relative;
    width: 100%;
    font-size: 0;
}

.sub_banner p {
    position: absolute;
    top: 40%;
    color: #fff;
    width: 1200px;
    font-size: 30px;
    font-weight: 700;
    left: 50%;
    margin-left: -600px;
}

.sub_banner p span {
    font-size: 18px;
    font-weight: normal;
}

/* subloc css */
.sub_loc {
    width: 100%;
    height: 55px;
    line-height: 55px;
    box-shadow: 0 0 3px 5px #efefef;
}

.sub_loc ul {
    padding-left: 150px;
}

.sub_loc p {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #888;
}

.sub_loc ul li {
    width: 180px;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 100%;
}

.sub_loc ul li.on {
    background-color: #004ea2;
    color: #fff;
}

.about01 {
    /* background: #004ea2; */
    height: 520px;
}

.about01 .img {
    width: 760px;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.about01 .img img {
    transition: all .5s;
}

.about01 .text {
    width: 440px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    background-color: #004ea2;
    padding: 35px;
    height: 100%;
}

.about01 .text h5 {
    font-size: 28px;
    font-weight: 700;
}

.about01 .text .line {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 20px 0 28px 0;
}

.about01 .text p {
    line-height: 32px;
    text-indent: 2em;
}

.about01:hover .img img {
    transform: scale(1.3);
    transition: all .5s;
}

.about_num {
    background-color: #fff;
    height: 225px;
    box-sizing: border-box;
    padding-top: 75px;
    font-size: 16px;
    color: #666;
    box-shadow: 0 3px 5px #efefef;
}

.about_num ul li {
    text-align: center;
}

.about_num h5 {
    display: inline-block;
    font-size: 48px;
    color: #26609d;
    font-weight: 700;
    margin-bottom: 10px;
}

.about02 {
    padding-top: 95px;
    background-color: #f5f5f8;
    font-size: 16px;
    color: #666;
    padding-bottom: 95px;
}

.about02 .text {
    line-height: 32px;
    text-indent: 2em;
    width: 580px;
    text-align: justify;
}

.com_tit {
    text-align: center;
    padding: 58px 0;
}

.com_tit h4 {
    color: #0254a8;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.com_tit .line {
    width: 40px;
    height: 4px;
    background: url(../images/icon_line.png);
    margin: 15px auto 15px auto;
}

.detail_con {
    padding: 0 0 50px 0;
}

/* news_list css */
.news_list {
    padding-bottom: 40px;
}

.news_list ul li {
    width: 100%;
    padding: 30px 0;
}

.news_list ul li .time {
    width: 115px;
    height: 145px;
    border-radius: 10px;
}

.news_list ul li .time .dd {
    font-size: 36px;
    height: 93px;
    color: #186aab;
    background-color: #f7f8fa;
}

.news_list ul li .time .yymm {
    background-color: #186aab;
    color: #fff;
    font-size: 18px;
    height: 52px;
}

.news_list ul li .txt {
    width: 815px;
}

.news_list ul li .txt h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.news_list ul li .txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: justify;
    margin-bottom: 10px;
}

.news_list ul li .img {
    width: 230px;
}

.news_list ul li:hover {
    background: #f7f8fa;
    box-shadow: 0 0 5px 5px rgb(69 77 93 / 10%);
}

.news_list ul li:hover .dd {
    background: #fff;
}

.news_list ul li:hover .txt,
.news_list ul li:hover h6 {
    color: #0162b1;
}

/* list_con css */
.list_con {
    padding: 60px 0;
}

.newscon {
    color: #666;
}

.newscon .contop {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.newscon .text {
    padding-top: 30px;
    line-height: 24px;
    text-align: justify;
}

.newscon .contop h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.newscon .contop span {
    margin-right: 40px;
}

.newscon .contop span:last-child {
    margin-right: 0;
}

span.calendar {
    background: url(../images/icon_ca.png) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;

}

/* img_list css */
.img_list {
    padding-bottom: 40px;
}

.img_list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.img_list ul li {
    width: 381px;
    height: 286px;
    margin-bottom: 45px;
}

.img_list ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img_list ul li {
    position: relative;
}

.img_list ul li .img img {
    transition: all 0.5s;
}

.img_list ul li .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: none;
    text-align: center;
    padding-top: 116px;
    box-sizing: border-box;
}

.img_list ul li:hover .shadow {
    display: block;
}

.img_list ul li:hover .img img {
    transition: all 0.5s;
    transform: scale(1.2);
}

.img_list ul li .shadow p {
    font-size: 16px;
    padding: 15px 0;
}

.img_list ul li .shadow .line {
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
    width: 40px;
    animation: widthLength 1s;
}

@keyframes widthLength {
    from {
        width: 100px;
    }

    to {
        width: 40px;
    }
}

.detail_con {
    padding-bottom: 40px;
}

.news_list .swiper-container {
    width: 100%;
    height: 474px;
    position: static;
    margin-top: 0;
    margin-bottom: 40px;
}

.news_list .swiper-slide {
    padding: 0;
    background-color: #004ea2;
    height: 473px;
}

.news_list .swiper-slide img {
    width: 820px;
}

.news_list .swiper-slide .text {
    width: 380px;
    padding-left: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.news_list .swiper-slide .text h4 {
    font-weight: 700;
    font-size: 30px;
}

.news_list .swiper-slide .text h4 .fLarge {
    font-size: 60px;
}

.news_list .swiper-slide .text .line {
    width: 60px;
    height: 5px;
    background-color: #fff;
    margin: 10px 0 20px;
}

/* exh_list css */
.exh_list {
    padding-bottom: 40px;
}

.exh_list li {
    width: 50%;
    float: left;
}

.exh_list li:nth-child(3n+3) {
    margin-right: 0;
}

.exh_list li .imgbox {
    height: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.exh_list li .imgbox:before {
    content: "";
    display: block;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: url(../images/casebg.png) no-repeat bottom center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 1s;
    opacity: 0;
}

.exh_list li .imgbox .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease .4s;
}

.exh_list li .infobox {
    height: 80px;
    z-index: 1;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
    padding-right: 100px;
    box-sizing: border-box;
}

.exh_list li .infobox:before {
    content: "";
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 0;
}

.index_case_list li .infobox:after {
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: inherit;
    filter: blur(20px);

}

.exh_list li h3 {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.exh_list li h4 {
    color: #717171;
    position: relative;
    z-index: 2;
}

.exh_list li:hover .imgbg {
    transform: scale(1.1, 1.1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.exh_list li:hover .imgbox:before {
    opacity: 1;
}

/* exh_list0725 */
.exh_list0725 {
    padding-bottom: 40px;
}

.exh_list0725 ul li {
    width: 600px;
    height: 600px;
    float: left;
    transition: all .5s;
    font-size: 0;
}

.exh_list0725 ul li a {
    position: absolute;
    width: 600px;
    height: 600px;
    display: block;
}

.exh_list0725 ul li .shadow {
    opacity: 0;
    position: relative;
    top: -600px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s;
    padding-top: 400px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 100px;
    font-size: 16px;
}

.exh_list0725 ul li .shadow h4 {
    font-size: 28px;
    margin-bottom: 40px;
}

.exh_list0725 ul li .img {
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.exh_list0725 ul li:hover .shadow {
    opacity: 1;
    transition: all .5s;
}

/* exh_con css */
.exh_con {
    margin-top: 132px;
    padding: 88px 0 40px;
    background: url(../images/exhBg.jpg) repeat;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 100%;
}

.exh_line {
    background: url(../images/exh_line.jpg) no-repeat;
    width: 170px;
    height: 12px;
    margin-bottom: 35px;
    animation: scrollBad 5s linear infinite;
}

.exh_con .tit .name {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    display: inline-block;
    border-bottom: 2px solid #00a17e;
}

.exh_con .tit .desc {
    font-size: 16px;
    margin-top: 30px;
    width: 270px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
    height: 100px;
}

.exh_con_page {
    width: 60%;
    top: 190px;
    right: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9;
    position: relative;
    float: right;
}

.exh_con_page::before {
    width: 100%;
    height: 12px;
    background: url(../images/exh_con_line.jpg);
    display: block;
    content: "";
}

.exh_con_page .con {
    padding: 50px 6vw 320px 60px;
    line-height: 32px;
    font-size: 16px;
}

@keyframes scrollBad {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -170px 0;
    }
}
/*弹出层*/
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-top: -240px;
  margin-left: -400px;
  color: #fff;
  display: none;
}

.pop a {
  font-size: 20px;
  display: block;
  text-align: right;
}

.remark {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
/* slide bar css */
.sideBar {
  width: 200px;
  position: fixed;
  bottom: 100px;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
}

.sideBarTop {
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 15px;
}

.sideBarBot img {
  display: block;
  height: 400px;
  width: 200px;
}

.clsosfloat {
  position: absolute;
  top: -18px;
  left: 40px;
}