/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family:  Arial,微软雅黑, Microsoft YaHei; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
html.on { overflow: hidden; height: 100%; }
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

::-webkit-scrollbar-track{background-color:#f7f7f7}
::-webkit-scrollbar{width:3px; height: 3px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

/* @font-face {
    font-family: Microsoft YaHei;
    src: url(../fonts/ses.ttf);
} */

table { margin:auto; padding: auto; }
td, tr{ padding: 5px; }
.news-con .text table p+p { margin: 0; }

.header-top{ height: 45px; line-height: 45px; background: #005ca2; overflow: hidden;}
.header-top .calendar, .header-top .address, .header-top .language, .header-top .day{ float: left; position: relative; padding-left: 32px; font-size: 1.4em; color: #fff;}
.header-top .calendar a, .header-top .address a, .header-top .language a, .header-top .day a{ color: #fff;}
.header-top .calendar i, .header-top .address i, .header-top .language i, .header-top .day i{ position: absolute; height: 18px; width: 18px; line-height: 0; left: 0; top: 50%; transform: translateY(-50%);}
.header-top .address, .header-top .day{ margin-left: 35px;}
.header-top .day .days{ font-size: 1.6rem;}

.header{ height: 120px; line-height: 120px; position: relative; z-index: 999;}
.header .logo{ float: left; width: 30%; display: flex; align-items: center;}
.header .logo .img{ width: 180px;}
.header .logo .text{ flex: 1; line-height: 28px; text-align: center; font-family: "Microsoft YaHei"; font-size: 1.8em;  font-weight: bold;}
.header .logo .text .day{ font-family: inherit; color: #005ca2;}
.header .logo .text .address{ font-family: inherit; color: #333;}
.header .pc-nav{ float: left; width: 70%;}
.header .pc-nav li{ float: left; margin-left: 5.9%; position: relative;}
.header .pc-nav li > a{ font-size: 1.6em; color: #333; padding: 18px 0; position: relative;}
.header .pc-nav li:hover > a, .header .pc-nav li.on > a{ color: #005ca2;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #005ca2; width: 0; left: 0; bottom: 0; transition: all .3s;}
.header .pc-nav li:hover > a::before, .header .pc-nav li.on > a::before{ width: 100%;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 160px; background: #fff; top: 100%; left: 50%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 0 0 6px 6px;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .nav-box dl{ margin-bottom: 0;}
.header .pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.header .pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.header .pc-nav li .nav-box dd:hover{ background: #005ca2;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}

@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0,-30px,0);
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0,-30px,0) ;
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

.header .nav-btn { height: 60px; line-height: 60px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 24px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #005ca2; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 10px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 20px }
.header .nav-active .nav-icon span:nth-child(2) { width: 26px; }
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; right: -100%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #005ca2; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: 91%;}
.nav li{ width: 100%; line-height: 50px; border-bottom: 1px solid #ccc; position: relative;}
.nav li>a { display: inline-block; width: 80%; padding-left: 30px; height: 100%; font-size: 1.4em; color: #333; }
.nav li i{ position: absolute; font-size: 1.8em; color: #333; right: 20px; top: 18px; transition: all .3s;}
.nav li.on > i, .nav li dd.on > i{ transform: rotate(90deg);}
.nav li.on > a{ color: #005ca2;}
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; position: relative;}
.nav li dd i{ top: 14px;}
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 80%; line-height: 45px; text-indent: 4em; font-size: 1.4em; color: #333; }
.nav li dd.on > a{ color: #005ca2;}
/* .nav li dd .nav-box{ display: none; }
.nav li dd .nav-box a{ border-top: 1px dashed #ccc; text-indent: 6em; }
.nav li dd .nav-box a:hover{ color: #005ca2;} */
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ height: 600px; position: relative; z-index: 0;}
.banner .swiper-container, .banner .swiper-wrapper{ width: 100%; height: 100%;}
.banner .btns{ position: absolute; bottom: 18%; left: 50%; transform: translateX(-50%);}
.banner .btns a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; text-align: center; background: #fff; font-size: 1.8em; color: #005ca2; font-weight: bold; overflow: hidden; position: relative; font-family: "Microsoft YaHei"; transition: all .3s;}
.banner .btns a:last-child{ background: #005ca2; color: #fff; margin-left: 76px;}
.banner .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.banner .btns a:hover::before{  -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.banner .swiper-button-next{ right: -50px;}
.banner .swiper-button-prev{ left: -50px;}
.banner:hover .swiper-button-next{ right: 10px;}
.banner:hover .swiper-button-prev{ left: 10px;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 36px; height: 36px; border-radius: 100%; margin-top: -18px; background: rgba(31,45,61,.23); transition: all .3s;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{ color: #fff; font-size: 1.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 5px; background: #fff; opacity: 1; margin: 0 7.5px !important; border-radius: 0; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #005ca2; width: 40px;}

@-webkit-keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}

.index-title{ text-align: center;}
.index-title .t{ font-size: 3em; font-weight: bold; color: #005ca2; line-height: 30px; font-family: "Microsoft YaHei";}
.index-title .ts{ font-size: 2em; font-weight: bold; color: #000000; line-height: 30px; font-family: "Microsoft YaHei";}
.index-title .tm{ font-size: 3em; font-weight: bold; color: #ffffff; line-height: 30px; font-family: "Microsoft YaHei";}
.index-title .p{ font-size: 1.8em; color: #999; line-height: 28px; margin-top: 10px; font-family: "Microsoft YaHei";}
.index-title .ps{ font-size: 2em; color: #000000; line-height: 28px; margin-top: 30px; font-family: "Microsoft YaHei";}


.i_profile{ margin-top: 3.6458vw; overflow: hidden;}
.i_profile .text{ font-size: 1.4em; line-height: 24px; color: #333; margin-top: 1.5625vw;}

.i_introduction{ margin: 4.1667vw 0 3.9vw; overflow: hidden;}
.i_introduction .list{ margin: 2.6vw -10px 0;}
.i_introduction .list li{ width: 25%; float: left; padding: 10px; }
.i_introduction .list li a{ display: block; border: 1px solid #dcdcdc; transition: all .3s;}
.i_introduction .list li:hover a{ box-shadow: 0 0 12px rgba(0,0,0,.35);}
.i_introduction .list li .img{ width: 100%; height: 220px; overflow: hidden; position: relative;}
.i_introduction .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i_introduction .list li:hover .img img{ transform: scale(1.1);}
.i_introduction .list li .text{ border-top: 1px solid #dcdcdc; text-align: center; padding: 15px 0;}
.i_introduction .list li .text .title{ font-size: 1.8em; font-family: "Microsoft YaHei"; color: #005ca2; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i_introduction .list li .text .sub_title{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 2px; text-transform:uppercase;}

.i-buyer{ background: #005ca2; padding: 3.125vw 0 3.9vw; overflow: hidden;}
.i-buyer .box{ margin-top: 2.34vw; display: flex;}
.i-buyer .box .img{ width: 46.15%; float: left; height: 350px; position: relative;}
.i-buyer .box .img img{ position: absolute; width: 100%; height: 100%;}
.i-buyer .box .list{ width: 53.85%; float: left; background: #ffffff; overflow: hidden; position: relative; padding: 2.1vw 0 0 ;}
.i-buyer .box .list li{ width: 33.3333%; float: left; padding: 0 5px; line-height: 38px;  text-align: center; font-size: 1.4em; color: #000000;}
.i-buyer .box .list li a{ color: #fff; width: 100%; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-buyer .box .list li a:hover{ text-decoration: underline;}
.i-buyer .swiper-pagination{ bottom: 1.5625vw;}
.i-buyer .swiper-pagination-bullet{ width: 10px; height: 10px; background: #666; opacity: 1; margin: 0 5px !important; border-radius: 100%; transition: all .3s;}
.i-buyer .swiper-pagination-bullet-active{ background: #005ca2;}

.i-guest{ padding: 4.6875vw 0 3.6458vw; overflow: hidden;}
.i-guest .box{ margin-top: 2.6vw;}
.i-guest .box .swiper-container{ padding: 0 6.3%; position: relative;}
.i-guest .box .list{ overflow: hidden;}
.i-guest .box .swiper-slide{ padding: 0 1.73%; width: 20%;}
.i-guest .box .img{ width: 100%; height: 200px; position: relative; overflow: hidden;}
.i-guest .box .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-guest .box .img:hover img{ transform: scale(1.1);}
.i-guest .box .name{ font-size: 1.6em; color: #333; text-align: center; line-height: 40px; border-bottom: 1px solid #333; font-family: Microsoft YaHei;}
.i-guest .box .text{ font-size: 1.4em; color: #333; text-align: center; line-height: 20px; margin: 10px 0; min-height: 40px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-guest .box .brand{ text-align: center; height: 50px; width: 100%;}
.i-guest .box .brand img{ height: 100%;}
.i-guest .swiper-button-next{ right: 0;}
.i-guest .swiper-button-prev{ left: 0;}
.i-guest .swiper-button-next, .i-guest .swiper-button-prev{ width: 26px; height: 46px; border-radius: 0; margin-top: -23px;}
.i-guest .swiper-button-next::after, .i-guest .swiper-button-prev::after{ display: none;}
.i-guest .swiper-button-next i, .i-guest .swiper-button-prev i{ color: #999; font-size: 7.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.i-data{ padding: 3.3854vw 0; background: url(../images/i-data-bg.jpg) no-repeat center; background-size: cover; overflow: hidden;}
.i-data .index-title .t{ color: #fff;}
.i-data .list{ margin-top: 3.125vw; overflow: hidden;}
.i-data .list li{ width: 33%; float: left; color: #fff; text-align: center;}
.i-data .list li span, .i-data .list li b{ font-size: 4em; color: #fff; font-family: Microsoft YaHei;}
.i-data .list li p{ font-size: 1.8em; text-align: center;}

.i-news{ padding: 4.6875vw 0 3.91vw; overflow: hidden;}
.i-news .box{ margin-top: 3.125vw; overflow: hidden;}
.i-news .box .list{ width: 50.8%; float: left; padding-right: 40px;}
.i-news .box .list li{ height: 50px; line-height: 50px; border-bottom: 1px solid #dcdcdc;}
.i-news .box .list li a{ font-size: 1.4em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .box .list li:hover a{ color: #005ca2;}
.i-news .box .img{ width: 49.2%; height: 400px; position: relative; overflow: hidden; float: left;}
.i-news .box .img img{ position: absolute; width: 100%; height: 100%;}

/* .i-due{ background: url(../images/i-due-bg.jpg) no-repeat center; background-size: cover; padding: 4.6875vw 0 4.1667vw; overflow: hidden;}
.i-due .box{ display: flex; align-items: center;}
.i-due .box .text{ flex: 1; width: 100%;}
.i-due .box .text .t{ font-size: 3.6em; line-height: 45px; font-weight: bold; color: #fff; width: 420px;}
.i-due .box .text .p{ font-size: 1.8em; line-height: 45px; color: #fff; margin-top: 5px;}
.i-due .box .btns{ height: 50px;}
.i-due .box .btns a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; text-align: center; background: #fff; font-size: 1.8em; color: #005ca2; font-family: "Microsoft YaHei"; overflow: hidden; position: relative; transition: all .3s;}
.i-due .box .btns a:last-child{ background: #005ca2; color: #fff; margin-left: 76px;}
.i-due .box .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.i-due .box .btns a:hover::before{  -webkit-animation: button_zk .75s; animation: button_zk .75s;} */

.i-due{ height: 310px; position: relative; z-index: 0;}
.i-due .swiper-container, .i-due .swiper-wrapper{ width: 100%; height: 100%;}
.i-due .swiper-slide > a{ display: inline-block; width: 100%; height: 100%;}
.i-due .swiper-pagination{ bottom: 1.5625vw;}
.i-due .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; opacity: 1; margin: 0 5px !important; border-radius: 100%; transition: all .3s;}
.i-due .swiper-pagination-bullet-active{ background: #005ca2;}

.i-recommend{ margin-top: 3.91vw; overflow: hidden;}
.i-recommend .box{ margin-top: 2.34vw;}
.i-recommend .box .swiper-container{ padding: 0 6.3%; position: relative;}
.i-recommend .box .list{ overflow: hidden;}
.i-recommend .box .swiper-slide{ padding: 0 1.73%; width: 20%;}
.i-recommend .box .img{ width: 100%; height: 100px; position: relative; overflow: hidden; border: 1px solid #dcdcdc;}
.i-recommend .box .swiper-slide:hover .img{ border-color: #005ca2;}
.i-recommend .box .img img{ position: absolute; width: 100%; height: 100%;}
.i-recommend .box .t{ font-size: 1.4em; color: #333; text-align: center; line-height: 40px; }
.i-recommend .box .swiper-slide:hover .t{ color: #005ca2;}
.i-recommend .swiper-button-next{ right: 0;}
.i-recommend .swiper-button-prev{ left: 0;}
.i-recommend .swiper-button-next, .i-recommend .swiper-button-prev{ width: 26px; height: 46px; border-radius: 0; margin-top: -23px;}
.i-recommend .swiper-button-next::after, .i-recommend .swiper-button-prev::after{ display: none;}
.i-recommend .swiper-button-next i, .i-recommend .swiper-button-prev i{ color: #999; font-size: 7.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.i-cooperate{ padding: 2.6vw 0; overflow: hidden;}
.i-cooperate .box{ margin-top: 2.34vw;}
.i-cooperate .box .swiper-container{ padding: 0 6.3%; position: relative;}
.i-cooperate .box .list{ overflow: hidden;}
.i-cooperate .box .swiper-slide{ padding: 0 1.73%; width: 20%;}
.i-cooperate .box .img{ width: 100%; height: 100px; position: relative; overflow: hidden; border: 1px solid #dcdcdc;}
.i-cooperate .box .swiper-slide:hover .img{ border-color: #005ca2;}
.i-cooperate .box .img img{ position: absolute; width: 100%; height: 100%;}
.i-cooperate .box .t{ font-size: 1.4em; color: #333; text-align: center; line-height: 40px; }
.i-cooperate .box .swiper-slide:hover .t{ color: #005ca2;}
.i-cooperate .swiper-button-next{ right: 0;}
.i-cooperate .swiper-button-prev{ left: 0;}
.i-cooperate .swiper-button-next, .i-cooperate .swiper-button-prev{ width: 26px; height: 46px; border-radius: 0; margin-top: -23px;}
.i-cooperate .swiper-button-next::after, .i-cooperate .swiper-button-prev::after{ display: none;}
.i-cooperate .swiper-button-next i, .i-cooperate .swiper-button-prev i{ color: #999; font-size: 7.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

/* .footer{ padding: 2.8125vw 0 1.5625vw; overflow: hidden; background: #3d3d3d;}
.footer .foot-title{ font-size: 1.8em; color: #fff; font-family: Microsoft YaHei; line-height: 20px; margin-bottom: 1.82vw;}
.foot-nav{ float: left; width: 43.08%;}
.foot-nav dl{ float: left; margin-bottom: 0; width: 20%; padding-right: 5px;}
.foot-nav dt{ font-size: 1.4em;}
.foot-nav dt a{ color: #fff; font-family: Microsoft YaHei;}
.foot-nav dd{ font-size: 1.4em; margin-top: 15px;}
.foot-nav dd a{ color: #b0b0b0;}
.foot-nav dd a:hover{ color: #fff; text-decoration: underline;}
.foot-contact{ float: left; width: 40%; padding: 0 4%;}
.foot-contact dl{ margin-bottom: 0;}
.foot-contact dd:first-child{ margin-top: 0;}
.foot-contact dd{ font-size: 1.4em; margin-top: 15px; color: #b0b0b0;}
.foot-wx{ width: 16.92%; float: left; padding-left: 2.9%;}
.foot-wx .t{ margin-top: 1.4em; color: #fff; line-height: 24px; margin-top: 10px; text-align: center;} */
.footer{ padding: 2.8125vw 0 1.5625vw; overflow: hidden; background: #3d3d3d;}
.footer .foot-title{ font-size: 1.4em; color: #fff; font-family: Microsoft YaHei; line-height: 20px; margin-bottom: 15px;  white-space: nowrap; }
.foot-nav{ float: left; width: 43.08%;}
.foot-nav dl{ float: left; margin-bottom: 0; width: 20%; padding-right: 5px;}
.foot-nav dt{ font-size: 1.4em;}
.foot-nav dt a{ color: #fff; font-family: Microsoft YaHei;}
.foot-nav dd{ font-size: 1.4em; margin-top: 15px;}
.foot-nav dd a{ color: #b0b0b0;}
.foot-nav dd a:hover{ color: #fff; text-decoration: underline;}
.foot-contact{ float: left; width: 32%; padding: 0 4%;}
.foot-contact dl{ margin-bottom: 0;}
.foot-contact dd:first-child{ margin-top: 0;}
.foot-contact dd{ font-size: 1.4em; margin-top: 15px; color: #b0b0b0;}
.foot-wx{ width: 13.92%; float: left; padding-left: 2.9%;}
.foot-wx .img{ padding: 0 8%;}
.foot-wx .t{ margin-top: 1.4em; color: #fff; line-height: 24px; margin-top: 10px; text-align: center;}

.footer-copy{ padding: 15px 0; background: #333; font-size: 1.4em; line-height: 24px; color: #fff;}
.footer-copy .fr a{ padding-left: 25px;}
.footer-copy .fr i{ position: absolute; width: 16px; left: 0; top: 50%; transform: translateY(-50%);}
.footer-copy a{ color: #fff; position: relative; display: inline-block;}

.page-ban img{width:100%; height:auto}
.page-banner{ height: 300px; position: relative; width: 100%;}
.page-banner-title{ position: absolute; font-size: 4em; font-weight: bold; color: #fff; width: 100%; text-align: center; top: 44%; transform: translateY(-50%);}
.page-banner .mbx{ position: absolute; bottom: 0; left: 0; height: 50px; line-height: 50px; background: rgba(0,0,0,.3); width: 100%; font-size: 1.4em; color: #fff;}
.page-banner .mbx a{ color: #fff;}
.page-banner .mbx a:hover{ text-decoration: underline;}

.page-main{ padding: 2.1vw 0 3.125vw; overflow: hidden;}

.page-nav{ border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; /*padding: 0 14.23%;*/}
.page-nav ul{ display: flex; flex-direction: row;}
.page-nav li{ height: 38px; line-height: 38px; width: 100%; text-align: center;}
.page-nav li a{ font-size: 1.6em; color: #333;}
.page-nav li:hover a, .page-nav li.on a{ color: #005ca2;}

.news-list{ margin-top: 2.6vw;}
.news-list ul{ margin: -17.5px; display: flex; flex-wrap: wrap;}
.news-list li{ padding: 17.5px; width: 33.33%; float: left;}
.news-list li .img{ width: 100%; height: 260px; position: relative; overflow: hidden;}
.news-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list li:hover .img img{ transform: scale(1.1);}
.news-list li .text{ background: #f8f8f8; padding: 20px;}
.news-list li:hover .text{ background: #005ca2;}
.news-list li .text .t{ font-size: 1.6em; font-weight: bold; color: #333; margin: 0; line-height: 20px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .text .p{ font-size: 1.4em; color: #999; line-height: 22px; margin-top: 10px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li .text .other{ margin-top: 10px; display: flex; line-height: 20px; font-size: 1.4em; color: #333;}
.news-list li .text .other .date{ width: 50%;}
.news-list li .text .other .more{ width: 50%; text-align: right;}
.news-list li:hover .text .t, .news-list li:hover .text .p, .news-list li:hover .text .other{ color: #fff;}

.download-list{ overflow: hidden;}
.download-list li{ display: flex; flex-wrap: wrap; height: 60px; line-height: 60px; border-bottom: 1px dashed #dcdcdc;}
.download-list li .t{ width: 75%; margin: 0; line-height: inherit; font-size: 1.6em; color: #333;}
.download-list li .t a{ color: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.download-list li .t:hover{ color: #005ca2;}
.download-list li .date{ width: 15%; font-size: 1.4em; color: #999; text-align: center;}
.download-list li .icon{ width: 10%; position: relative;}
.download-list li .icon i{ height: 60%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 0;}
.download-list li .icon i img{ height: 100%;}

.guest-list{ overflow: hidden;}
.guest-list ul{ display: flex; flex-wrap: wrap; margin: -22.5px;}
.guest-list li{ padding: 22.5px; width: 20%; float: left;}
.guest-list li .img{ width: 100%; height: 250px; position: relative; overflow: hidden;}
.guest-list li .img img{ position: absolute; width: 100%; height: 100%;}
.guest-list li .name{ font-size: 1.6em; color: #333; text-align: center; line-height: 40px; border-bottom: 1px solid #333; font-family: Microsoft YaHei;}
.guest-list li .text{ font-size: 1.4em; color: #333; text-align: center; line-height: 20px; margin: 10px 0; min-height: 40px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.guest-list li .brand{ text-align: center; height: 50px; width: 100%;}
.guest-list li .brand img{ height: 100%;}

.news-con{ padding-top: 3.385vw;}
.news-con .title{ font-size: 2.4em; font-weight: bold; color: #333; text-align: center; margin: 0; line-height: 36px;}
.news-con .bq{ text-align: center; line-height: 20px; padding: 10px 0;}
.news-con .bq span{ position: relative; padding-left: 28px; font-size: 1.4em; color: #333; display: inline-block; margin: 0 20px;}
.news-con .bq span i{ position: absolute; height: 15px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); line-height: 0;}
.news-con .bq span i img{ height: 100%;}
.news-con .text{ padding: 30px 0; font-size: 1.4em; line-height: 24px; color: #333;}
.news-con .text p+p{ margin-top: 10px;}
.news-con .text img { max-width: 100%; height: 100% !important; }

.message-box{ padding-bottom: 4.1667vw;}
.message-box .top{ height: 50px; line-height: 50px; position: relative; background: #f2f5fa; padding-left: 30px; font-size: 1.8em; color: #333;}
.message-box .top::before{ content: ""; position: absolute; width: 4px; height: 100%; left: 0; top: 50%; transform: translateY(-50%); background: #005ca2;}
.message-box .top .bz{ font-size: 1.4rem; color: #999; margin-left: 15px; padding-left: 15px; position: relative;}
.message-box .top i{ color: #f00; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.message-box .top span{ font-size: 1.4rem; color: #005ca2; margin-left: 20px;}
.message-box .xx-box{ padding-top: 40px; overflow: hidden; margin-bottom: 16px;}
.message-box .xx-box li{ width: calc( (100% - 6.2%) / 2 ); margin-right: 6.2%; height: 50px; line-height: 50px; display: flex; float: left; margin-bottom: 34px;}
.message-box .xx-box li:nth-child(2n){ margin-right: 0;}
.message-box .xx-box li label{ margin-bottom: 0; width: 18%; float: left; font-weight: normal; font-size: 1.4em; color: #333; padding-left: 10px; position: relative;}
.message-box .xx-box li label i{ color: #f00; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.message-box .xx-box li input{ width: 100%; height: 50px; border: 1px solid #e5e5e5; border-radius: 4px; padding: 0 15px; font-size: 1.4em; color: #333;}

.message-box .yd-box{ padding-top: 40px; overflow: hidden; margin-bottom: 16px;}
.message-box .yd-box li{ width: calc( (100% - 6.2%) / 2 ); margin-right: 6.2%; line-height: 50px; display: flex; float: left; margin-bottom: 34px;}
.message-box .yd-box li:last-child{ width: 100%; margin-right: 0;}
.message-box .yd-box li:nth-child(2n){ margin-right: 0;}
.message-box .yd-box li label{ margin-bottom: 0; font-weight: normal; font-size: 1.4em; color: #333; position: relative;}
.message-box .yd-box li.mj label{ width: 20%;}
.message-box .yd-box li.xq label{ width: 15%;}
.message-box .yd-box li.lj label{ width: 16%;}
.message-box .yd-box li .box{ flex: 1;}
.message-box .yd-box li .box input{ width: 100%; float: left; height: 50px; border: 1px solid #e5e5e5; border-radius: 4px; font-size: 1.4em; color: #333; padding: 0 15px; margin-right: 10%;}

.message-box .yd-box li.xq .box button{ width: calc( (100% - 40px) / 3 ); margin-left: 20px; height: 50px; line-height: 50px; background: #eee; color: #666; font-size: 1.4em; border-radius: 4px; border: none; float: left; position: relative; overflow: hidden;}
.message-box .yd-box li.xq .box b{ font-weight: normal; position: relative; z-index: 1;}
.message-box .yd-box li.xq .box button span{ display: none; position: absolute; z-index: 0; width: 48px; height: 48px; background: #00487f; border-radius: 100%; right: -15px; top: -21px;}
.message-box .yd-box li.xq .box button span i{ width: 20px; height: 20px; line-height: 15px; position: absolute; left: 10px; bottom: 5px;}
.message-box .yd-box li.xq .box button.on{ background: #005ca2; color: #fff;}
.message-box .yd-box li.xq .box button.on span{ display: block;}
.message-box .yd-box li.xq .box button:first-child{ margin-left: 0;}

.message-box .yd-box li.lj .box button{ width: calc( (100% - 100px) / 5 ); margin-left: 25px; height: 50px; line-height: 50px; background: #eee; color: #666; font-size: 1.4em; border-radius: 4px; border: none; float: left; position: relative; overflow: hidden;}
.message-box .yd-box li.lj .box b{ font-weight: normal; position: relative; z-index: 1;}
.message-box .yd-box li.lj .box button span{ display: none; position: absolute; z-index: 0; width: 48px; height: 48px; background: #00487f; border-radius: 100%; right: -15px; top: -21px;}
.message-box .yd-box li.lj .box button span i{ width: 20px; height: 20px; line-height: 15px; position: absolute; left: 10px; bottom: 5px;}
.message-box .yd-box li.lj .box button.on{ background: #005ca2; color: #fff;}
.message-box .yd-box li.lj .box button.on span{ display: block;}
.message-box .yd-box li.lj .box button:first-child{ margin-left: 0;}

.message-box .btns{ text-align: center; margin-top: 3.91vw;}
.message-box .btns input{ width: 200px; height: 50px; border: none; background: #005ca2; color: #fff; font-size: 1.6em; border: none; border-radius: 4px;}


.pager-list{ text-align:center; margin-top: 3.6458vw;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; padding:0 14px !important;  background:#f4f4f4 !important; border-radius:0 !important;}
.pager-list li a:hover{ background: #005ca2 !important; color:#fff !important; border:1px solid #005ca2;}
.pager-list li.active>*{ color:#fff !important; background:#005ca2 !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#005ca2 !important; border:1px solid #005ca2; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}


.pager{ border: 1px solid #e5e5e5; display: flex; padding: 18px 25px; margin: 2.1vw 0 0;}
.pager .prev{ width: 50%; float: left; padding-right: 10px; padding-left: 30px; position: relative;}
.pager .next{ width: 50%; float: left; padding-left: 10px; padding-right: 30px; position: relative;}
.pager .prev i{ position: absolute; color: #666; font-size: 2.8rem; left: 0; top: 50%; transform: translateY(-50%);}
.pager .prev p{ font-size: 1.4em; line-height: 20px; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .prev p a, .pager .prev p span{ color: inherit;}
.pager .next i{ position: absolute; color: #666; font-size: 2.8rem; right: 0; top: 50%; transform: translateY(-50%);}
.pager .next p{ font-size: 1.4em; line-height: 20px; color: #333; text-align: right; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .next p a, .pager .prev p span{ color: inherit;}
.pager .prev p a:hover, .pager .next p a:hover{ color: #005ca2; text-decoration: underline;}


.page-contact{ margin: 2.6vw 0;}
.page-contact .top{ font-size: 3.2em; font-family: Microsoft YaHei; line-height: 32px; text-align: center; color: #005ca2; padding-bottom: 40px; border-bottom: 2px solid #333;}
.page-contact .box{ margin-top: 35px; overflow: hidden; display: flex; align-items: center;}
.page-contact .box .img{ width: 40%; float: left; height: 340px; position: relative;}
.page-contact .box .img img{ position: absolute; width: 100%; height: 100%;}
.page-contact .box .text{ padding: 0 40px; width: 40%; float: left;}
.page-contact .box .text .t{ font-size: 2em; color: #005ca2; font-weight: bold;}
.page-contact .box .text .p{ font-size: 1.6em; color: #333; line-height: 30px; margin-top: 20px;}
.page-contact .box .btns{ width: 20%; float: left;}
.page-contact .box .btns a{ display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; background: #3d3d3d; font-size: 1.8em; color: #fff; font-weight: bold; overflow: hidden; position: relative; font-family: "Microsoft YaHei"; transition: all .3s;}
.page-contact .box .btns a:last-child{ background: #005ca2; color: #fff; margin-top: 20px;}
.page-contact .box .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.page-contact .box .btns a:hover::before{  -webkit-animation: button_zk .75s; animation: button_zk .75s;}







@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}


}
@media (max-width:1365px) and (min-width: 1200px){
.header .logo .img{ width: 160px;}
.header .pc-nav li{ margin-left: 4.9%;}

.banner{ height: 500px;}

.i_introduction .list li .img{ height: 195px;}
.i-buyer .box .img{ height: 310px;}

.foot-wx{ padding-left: .9%;}

.page-banner-title{ font-size: 3.2em;}

.news-list li .img{ height: 220px;}
.guest-list li .img{ height: 220px;}

}
@media (max-width:1199px) and (min-width:992px){
.header .logo .img{ width: 130px;}
.header .logo .text{ font-size: 1.6em;}

.header .pc-nav li{ margin-left: 4.52%;}
.header .pc-nav li > a{ font-size: 1.4em;}
.header .pc-nav li > a::before{ height: 2px;}

.banner{ height: 400px;}
.banner .btns{ bottom: 14%;}
.banner .btns a{ width: 120px; height: 45px; line-height: 45px; font-size: 1.6em;}

.index-title .t{ font-size: 2.4em;}
.index-title .p{ font-size: 1.4em; line-height: 24px; margin-top: 10px;}

.i_introduction .list li .img{ height: 150px;}
.i_introduction .list li .text .title{ font-size: 1.6em;}
.i_introduction .list li .text .sub_title{ font-size: 1.2em;}
.i_introduction .list li .text{ padding: 10px 0;}

.i-buyer .box .img{ height: 290px;}

.i-guest .box .img{ height: 150px;}
.i-guest .box .brand{ height: 35px;}

.i-data .list li span, .i-data .list li b{ font-size: 3.2em;}

.i-due{ height: 280px;}
/* .i-due .box .text .t{ font-size: 3em;}
.i-due .box .btns{ height: 45px;}
.i-due .box .btns a{ width: 120px; height: 45px; line-height: 45px; font-size: 1.6em;}
.i-due .box .btns a:last-child{ margin-left: 42px;} */

.i-recommend .box .img{ height: 80px;}
.i-cooperate .box .img{ height: 80px;}

.footer .foot-title{ font-size: 1.6em;}
.foot-contact{ width: 38%;}
.foot-wx{ width: 18.92%; padding-left: 1.7%;}

.footer-copy{ font-size: 1.2em;}

.page-banner-title{ font-size: 2.8em;}

.news-list li .img{ height: 180px;}

.guest-list li{ width: 25%;}

.message-box .xx-box li label{ width: 26%;}
.message-box .yd-box li.mj label{ width: 25%;}
.message-box .yd-box li.xq label{ width: 18%;}
.message-box .yd-box li.lj label{ width: 20%;}
.message-box .yd-box li:last-child{ display: block;}
.message-box .yd-box li .box{ width: 100%;}
}
@media (max-width:991px) and (min-width: 768px){
.header-top .calendar, .header-top .address, .header-top .language, .header-top .day{ font-size: 1.2em;}
.header{ height: 80px; line-height: 80px;}
.header .logo{ width: 42%;}
.header .logo .img{ width: 130px;}
.header .logo .text{ font-size: 1.6em;}
.header .pc-nav{ display: none;}
.header .nav-btn{ height: 80px; line-height: 80px;}
.header .nav-active{ transform: translateY(-45px);}

.nav .nav-top{ height: 80px; line-height: 80px;}

.banner{ height: 300px;}
.banner .btns{ bottom: 14%;}
.banner .btns a{ width: 100px; height: 35px; line-height: 35px; font-size: 1.4em;}
.banner .btns a:last-child{ margin-left: 20px;}

.index-title .t{ font-size: 2em; line-height: 20px;}
.index-title .p{ font-size: 1.4em; line-height: 24px; margin-top: 10px;}

.i_introduction .list li{ width: 33.3333%;}
.i_introduction .list li .img{ height: 150px;}
.i_introduction .list li .text .title{ font-size: 1.6em;}
.i_introduction .list li .text .sub_title{ font-size: 1.2em;}
.i_introduction .list li .text{ padding: 10px 0;}

.i-buyer .box .img{ height: 290px; width: 30.15%;}
.i-buyer .box .list{ width: 69.85%;}

.i-guest .box .swiper-slide{ width: 25%;}
.i-guest .box .img{ height: 150px;}
.i-guest .box .brand{ height: 35px;}
.i-guest .swiper-button-next i, .i-guest .swiper-button-prev i{ font-size: 5.4em;}

.i-data .list li span, .i-data .list li b{ font-size: 2.8em;}
.i-data .list li p{ font-size: 1.4em;}

.i-news .box .list li{ height: 40px; line-height: 40px;}
.i-news .box .list li a{ font-size: 1.2em;}
.i-news .box .img{ height: 320px;}

.i-due{ height: 240px;}
/* .i-due .box .text .t{ font-size: 2.4em; width: 280px; line-height: 35px;}
.i-due .box .text .p{ font-size: 1.4em; line-height: 24px;}
.i-due .box .btns{ height: 35px;}
.i-due .box .btns a{ width: 100px; height: 35px; line-height: 35px; font-size: 1.4em;}
.i-due .box .btns a:last-child{ margin-left: 20px;} */

.i-recommend .box .swiper-slide{ width: 25%;}
.i-recommend .box .img{ height: 80px;}
.i-recommend .swiper-button-next i, .i-recommend .swiper-button-prev i{ font-size: 5.4em;}

.i-cooperate .box .swiper-slide{ width: 25%;}
.i-cooperate .box .img{ height: 80px;}
.i-cooperate .swiper-button-next i, .i-cooperate .swiper-button-prev i{ font-size: 5.4em;}

.footer .foot-title{ font-size: 1.6em;}
.foot-nav{ width: 100%; margin-bottom: 30px;}
.foot-nav dt{ text-align: center;}
.foot-nav dd{ display: none;}
.foot-contact{ width: 70%; padding-left: 0;}
.foot-contact dd{ margin-top: 10px;}
.foot-wx{ width: 30%; padding-left: 6.7%;}
.foot-wx .img{ padding: 0 22%;}

.footer-copy{ font-size: 1.2em;}
.footer-copy .fl, .footer-copy .fr{ width: 100%; text-align: center;}

.page-banner{ height: 220px;}
.page-banner-title{ font-size: 2.4em;}

.page-nav ul{ flex-wrap: wrap; justify-content: center;}
.page-nav li{ width: 25%;}

.news-list li{ width: 50%;}
.news-list li .img{ height: 210px;}

.guest-list{ padding: 20px 0;}
.guest-list ul{ margin: -15px;}
.guest-list li{ width: 33.33%; padding: 15px;}
.guest-list li .img{ height: 240px;}
.guest-list li .brand{ height: 35px;}

.message-box{ margin-top: 20px;}
.message-box .top{ font-size: 1.4em;}
.message-box .top span{ font-size: 1.2rem;}
.message-box .xx-box li{ width: calc( (100% - 3.2%) / 2 ); margin-right: 3.2%;}
.message-box .xx-box li label{ width: 32%;}
.message-box .yd-box li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
.message-box .yd-box li:last-child{ display: block;}
.message-box .yd-box li.lj label{ width: 100%;}
.message-box .yd-box li .box{ width: 100%;}
.message-box .yd-box li.lj .box button{ width: calc( (100% - 75px) / 3 );}
.message-box .yd-box li.lj .box button:nth-child(3n-2){ margin-left: 0;}
.message-box .yd-box li.lj .box button:nth-child(-n+3){ margin-bottom: 25px;}

.pager-list{ margin-top: 40px;}

.page-contact .top{ font-size: 2.4em; line-height: 24px; padding-bottom: 30px;}
.page-contact .box .img{ width: 30%;}
.page-contact .box .text{ width: 45%; padding: 0 30px;}
.page-contact .box .btns{ width: 25%;}
}
@media (max-width: 767px){
.header-top{ height: 60px; line-height: 25px; padding: 5px 0;}
.header-top .fl, .header-top .fr{ width: 100%;}
.header-top .calendar, .header-top .address, .header-top .language, .header-top .day{ width: 50%; font-size: 1.2em; padding-left: 25px;}
.header-top .calendar i, .header-top .address i, .header-top .language i, .header-top .day i{ width: 14px; height: 14px;}
.header-top .address, .header-top .day{ margin-left: 0;}
.header-top .day .days{ font-size: 1.4rem;}

.header{ height: 60px; line-height: 60px;}
.header .logo{ width: 62%;}
.header .logo .img{ width: 90px;}
.header .logo .text{ font-size: 1.2em; line-height: 18px;}
.header .pc-nav{ display: none;}
.nav{ top: 60px;}

.banner{ height: 165px;}
.banner .btns{ bottom: 2%; width: 100%; text-align: center;}
.banner .btns a{ width: 80px; height: 30px; line-height: 30px; font-size: 1.2em;}
.banner .btns a:last-child{ margin-left: 20px;}
.banner .swiper-pagination{ display: none;}
.banner .swiper-pagination-bullet{ height: 2px;}

.index-title .t{ font-size: 1.8em; line-height: 20px;}
.index-title .p{ font-size: 1.2em; line-height: 20px; margin-top: 8px;}

.i_profile .text{ margin-top: 15px;}

.i_introduction .list{ margin: 2.6vw -5px 0;}
.i_introduction .list li{ width: 50%; padding: 5px;}
.i_introduction .list li .img{ height: 90px;}
.i_introduction .list li .text .title{ font-size: 1.4em; line-height: 20px;}
/* .i_introduction .list li .text .sub_title{ font-size: 1.2em; line-height: 20px; height: 40px; overflow: hidden; } */
.i_introduction .list li .text .sub_title{ font-size: 1.2em; line-height: 20px; }
.i_introduction .list li:nth-child(2n+1){ clear: both; }
.i_introduction .list li .text{ padding: 10px 0;}

.i-buyer{ padding: 20px 0;}
.i-buyer .box{ display: block; margin-top: 15px;}
.i-buyer .box .img{ height: 120px; width: 100%;}
.i-buyer .box .list{ width: 100%; padding: 10px 0;}
.i-buyer .box .list .swiper-container{ padding-bottom: 30px;}
.i-buyer .box .list li{ font-size: 1.2em; line-height: 28px;}
.i-buyer .box .list li{ width: 50%; float: left; padding: 0 5px; line-height: 32px;  text-align: center; font-size: 1.4em; color: #000000;}
.i-buyer .swiper-pagination-bullet{ width: 6px; height: 6px;}

.i-guest .box .swiper-container{ padding: 0;}
.i-guest .box .swiper-slide{ width: 33.33%;}
.i-guest .box .img{ height: 130px;}
.i-guest .box .name{ font-size: 1.4em; line-height: 35px;}
.i-guest .box .text{ font-size: 1.2em;}
.i-guest .box .brand{ height: 25px;}
.i-guest .swiper-button-next i, .i-guest .swiper-button-prev i{ display: none; font-size: 2.4em;}

.i-data .list li{ width: 50%;}
.i-data .list li:nth-child(-n+2){ margin-bottom: 10px;}
.i-data .list li span, .i-data .list li b{ font-size: 1.8em;}
.i-data .list li p{ font-size: 1.2em;}

.i-news .box .list{ width: 100%; padding-right: 0;}
.i-news .box .list li{ height: 42px; line-height: 42px;}
.i-news .box .list li a{ font-size: 1.2em;}
.i-news .box .img{ height: 120px; width: 100%; margin-top: 15px;}

.i-due{ height: 90px;}
/* .i-due .box{ display: block;}
.i-due .box .text{ width: 100%;}
.i-due .box .text .t{ font-size: 1.8em; width: 100%; line-height: 24px; padding: 0 16%; text-align: center;}
.i-due .box .text .p{ font-size: 1.2em; line-height: 24px; text-align: center;}
.i-due .box .btns{ height: 30px; width: 100%; text-align: center; margin-top: 20px;}
.i-due .box .btns a{ width: 80px; height: 30px; line-height: 30px; font-size: 1.2em;}
.i-due .box .btns a:last-child{ margin-left: 20px;} */

.i-recommend .box .swiper-container{ padding: 0;}
.i-recommend .box .swiper-slide{ width: 33.33%;}
.i-recommend .box .img{ height: 65px;}
.i-recommend .box .t{ font-size: 1.2em;}
.i-recommend .swiper-button-next i, .i-recommend .swiper-button-prev i{ display: none; font-size: 2.4em;}

.i-cooperate .box .swiper-container{ padding: 0;}
.i-cooperate .box .swiper-slide{ width: 33.33%;}
.i-cooperate .box .img{ height: 65px;}
.i-cooperate .box .t{ font-size: 1.2em;}
.i-cooperate .swiper-button-next i, .i-cooperate .swiper-button-prev i{ display: none; font-size: 2.4em;}

.footer .foot-title{ font-size: 1.4em; margin-bottom: 10px;}
.foot-nav{ width: 100%; margin-bottom: 30px;}
.foot-nav dt{ text-align: center; font-size: 1.2em;}
.foot-nav dd{ display: none;}
.foot-contact{ width: 52%; padding-left: 0;}
.foot-contact dd{ margin-top: 8px; font-size: 1.2em;}
.foot-wx{ width: 48%; padding-left: 6.7%;}
.foot-wx .img{ padding: 0 15%;}

.footer-copy{ font-size: 1.2em; line-height: 20px;}
.footer-copy .fl, .footer-copy .fr{ width: 100%; text-align: center;}

.page-ban img{height: 180px;}
.page-banner{ height: 115px;}
.page-banner-title{ font-size: 1.8em; top: 38%;}
.page-banner .mbx{ font-size: 1.2em; height: 45px; line-height: 45px;}

.page-main{ padding: 20px 0;}
.page-nav{ padding: 0;}
.page-nav ul{ flex-wrap: wrap; justify-content: center;}
.page-nav li{ width: 33.33%;}
.page-nav li a{ font-size: 1.4em;}

.news-list{ margin-top: 20px;}
.news-list ul{ margin: -7.5px;}
.news-list li{ width: 100%; padding: 7.5px;}
.news-list li .img{ height: 210px;}

.download-list li{ height: 50px; line-height: 50px;}
.download-list li .t{ width: 63%; font-size: 1.4em; padding-right: 5px;}
.download-list li .date{ width: 22%; font-size: 1.2em;}
.download-list li .icon{ width: 15%;}
.download-list li .icon i{ height: 50%;}

.guest-list{ padding: 0;}
.guest-list ul{ margin: -7.5px;}
.guest-list li{ width: 50%; padding: 7.5px;}
.guest-list li .img{ height: 210px;}
.guest-list li .brand{ height: 35px;}

.news-con{ padding-top: 25px;}
.news-con .title{ font-size: 1.8em; line-height: 24px;}
.news-con .bq{ padding: 15px 0 5px;}
.news-con .text{ padding: 20px 0;}

.message-box{ margin-top: 0;}
.message-box .top{ font-size: 1.4em; height: auto; line-height: 35px; padding-left: 20px;}
.message-box .top::before{ width: 2px;}
.message-box .top span{ font-size: 1.2rem; display: inline-block;}
.message-box .xx-box{ padding-top: 20px;}
.message-box .xx-box li{ width: 100%; margin-right: 0; height: auto; line-height: 45px; margin-bottom: 15px;}
.message-box .xx-box li label{ width: 32%;}
.message-box .xx-box li input{ height: 45px;}
.message-box .yd-box{ padding-top: 20px; margin-bottom: 0;}
.message-box .yd-box li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
.message-box .yd-box li:nth-child(2n){ margin-bottom: 5px;}
.message-box .yd-box li.xq label{ width: 20%;}
.message-box .yd-box li.xq .box button{ width: calc( (100% - 20px) / 3 ); margin-left: 10px;}
.message-box .yd-box li.mj label{ width: 28%;}
.message-box .yd-box li:last-child{ display: block;}
.message-box .yd-box li.lj label{ width: 100%;}
.message-box .yd-box li .box{ width: 100%;}
.message-box .yd-box li.lj .box button{ width: calc( (100% - 10px) / 2 ); margin-left: 10px; margin-top: 10px;}
.message-box .yd-box li.lj .box button:nth-child(-n+2){ margin-top: 0;}
.message-box .yd-box li.lj .box button:nth-child(2n-1){ margin-left: 0;}
.message-box .btns{ margin-top: 25px;}
.message-box .btns input{ width: 120px; height: 40px; line-height: 40px; font-size: 1.4em;}


.pager-list{ margin-top: 20px;}
.pager-list li>*{ font-size: 1.2em; padding: 0 12px !important;}

.pager{ margin: 10px 0; display: block; padding: 10px 15px;}
.pager .prev{ width: 100%; padding: 0; margin-bottom: 15px;}
.pager .prev p{ line-height: 24px;}
.pager .next{ width: 100%; padding: 0;}
.pager .next p{ line-height: 24px; text-align: left;}
.pager .prev i, .pager .next i{ display: none;}

.page-contact{ margin: 25px 0;}
.page-contact .top{ font-size: 1.8em; line-height: 20px; padding-bottom: 15px; border-bottom: 1px solid #333;}
.page-contact .box{ display: block; margin-top: 20px;}
.page-contact .box .img{ width: 100%; height: 120px;}
.page-contact .box .text{ width: 100%; padding: 15px 0;}
.page-contact .box .text .t{ font-size: 1.6em;}
.page-contact .box .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 10px;}
.page-contact .box .btns{ width: 100%; overflow: hidden;}
.page-contact .box .btns a{ width: 48%; float: left;}
.page-contact .box .btns a:last-child{ margin-top: 0; margin-left: 4%; font-size: 1.6em;}

}