@charset "UTF-8";

/* yui3 reset.css */

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 {
    margin: 0;
    padding: 0;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    overflow-y: scroll;
    min-width: 1200px;
    background: #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 禹卫书法行书简体字体 */
@font-face {
    font-family: 'ywsfxsjt';
    src: url('/gasrmzf/xhtml/css/webfonts/ywsfxsjt.eot') format('embedded-opentype'),
        url('/gasrmzf/xhtml/css/webfonts/ywsfxsjt.woff') format('woff'),
        url('/gasrmzf/xhtml/css/webfonts/ywsfxsjt.ttf') format('truetype');
}

:focus {
    outline: none;
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/**!
 * 首页
 * author: fxyue;
 * date:2020-05-09
 */

body {
    min-width: 0;
    overflow: hidden;
}

.preview {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
    padding-top: 100px;
}

/* 内容  */
.ewb-section {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 每一屏背景 */
.ewb-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.ewb-section-bg img {
    width: 100%;
    height: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/* 内容 */
.ewb-subject-info {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 1200px;
    z-index: 20;
}

.ewb-section-txt {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    height: 600px;
    top: 50%;
    margin-top: -300px;
}

.section3 {
    background: #ebebeb;
}

/* menu */
.ewb-menu-content {
    position: fixed;
    top: 50%;
    right: 53px;
    width: 46px;
    z-index: 22;
    margin-top: -175px;
    height: 351px;
}

.ewb-menu-line {
    position: absolute;
    left: 22px;
    top: -9px;
    bottom: -9px;
    width: 2px;
    background: #d9d9d9;
}

.ewb-menu-list {
    position: relative;
    z-index: 4;
}

.ewb-menu-item {
    margin-top: 15px;
}

.ewb-menu-item:first-child {
    margin-top: 0;
}

.ewb-menu-node {
    width: 46px;
    height: 46px;
    display: block;
    position: relative;
}

.ewb-menu-icon {
    width: 46px;
    height: 46px;
}

.ewb-menu-icon>img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-menu-box {
    text-align: right;
    display: none;
    position: absolute;
    left: -33px;
    width: 107px;
    top: 0;
}

.ewb-menu-box>span {
    height: 46px;
    line-height: 46px;
    color: #fff;
    display: block;
    text-align: center;
    background: url("/gasrmzf/xhtml/images/menu_node_bgh.png") no-repeat;
}

.ewb-menu-item.active .ewb-menu-icon {
    display: none;
}

.ewb-menu-item.active .ewb-menu-box {
    display: block;
}

@media (max-width:1380px) {
	.ewb-menu-content {
      right: 30px;
    }
}

/* footer */

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.ewb-com-hd {
    font-size: 0;
    text-align: center;
}

.ewb-com-tt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ewb-com-tt::before,
.ewb-com-tt::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 2px;
    top: 41px;
    background: #d7d7d7;
}

.ewb-com-tt::before {
    left: -200px;
}

.ewb-com-tt::after {
    right: -200px;
}

.ewb-com-ch {
    font-size: 34px;
    font-family: 'ywsfxsjt';
    line-height: 42px;
    height: 42px;
    color: #464646;
}

.ewb-com-en {
    color: #d7d7d7;
    font-size: 12px;
    font-weight: bold;
}

.ewb-footer .footer-copyright{color:#fff;text-align: center;padding:0;}
.ewb-footer .footer-copyright .split{margin-top:-3px;}

/* 第一屏 */
.ewb-logo {
    padding: 25px 0 0 80px;
    width: 470px;
    margin: 0 auto;
}

.ewb-logo>img {
    display: block;
    width: 390px;
}

.gzmz-header{top:0;background: rgba(0,0,0,.15);}
.gzmz-header.rgba4{background: rgba(0,0,0,.4);}
.gzmz-banner{position: relative; height:100%;}
.gzmz-banner .swiper-slide{background-size: cover; background-repeat: no-repeat; background-position: center top;}
.gzmz-banner .slide1{background-image: url(/gasrmzf/xhtml/images/gzmz_banner1.jpg);}
.gzmz-banner .slide2{background-image: url(/gasrmzf/xhtml/images/gzmz_banner2.jpg);}
.gzmz-banner .slide3{background-image: url(/gasrmzf/xhtml/images/gzmz_banner3.jpg);}
.gzmz-banner .slide4{background-image: url(/gasrmzf/xhtml/images/gzmz_banner4.jpg);}
.gzmz-banner .slide5{background-image: url(/gasrmzf/xhtml/images/gzmz_banner5.jpg);}
.gzmz-banner .swiper-extends{position: absolute; bottom: 105px; z-index: 10; left: 0; right: 0; text-align: center;}
.gzmz-banner .btn{display: inline-block; width: 30px; height: 30px; cursor: pointer; overflow: hidden; transition: .3s all;}
.gzmz-banner .btn:after{content: ''; display: block; width: 14px; height: 12px; margin:9px auto; background: url(/gasrmzf/xhtml/images/home_banner_arrow.png) no-repeat;}
.gzmz-banner .button-next:after{background-position: -14px 0;}
.gzmz-banner .button-prev{margin-right: 10px;}
.gzmz-banner .button-next{margin-left: 10px;}
.gzmz-banner .swiper-extends{line-height: 0;}
.gzmz-banner .swiper-extends > div{display: inline-block; vertical-align: middle;}
.gzmz-banner .swiper-button-disabled{opacity: .2;}
.gzmz-banner .pagination-num, .gzmz-banner .total{color: #fff; line-height: 30px; font-family:Arial;}
.gzmz-banner .total{ padding: 0 10px; opacity: .6;}
.gzmz-banner .pagination-num{position: relative; height: 30px; width: 30px; margin-right: 8px;}
.gzmz-banner .pagination-num li{position: absolute; left: 0; top: 0;  padding: 0 10px; font-weight: bold;}

.gzmz-banner .swiper-pagination-bullet{	background:none; opacity:1; width:20px; height:1px; position:relative; outline:none; vertical-align:middle;}
.gzmz-banner .swiper-pagination-bullet span{width:20px;height:1px;background:#fff;display:block;opacity: .6;}
.gzmz-banner .swiper-pagination-bullet i{background:#e7b899;height:3px;width:20px; border-radius: 3px; position:absolute;top:-1px;left: 0;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.gzmz-banner .swiper-pagination-bullet-active i{animation:middle 6s;}
@keyframes middle{
	0% {transform:scaleX(0);}
	20% {transform:scaleX(0.5);}
	100% {transform:scaleX(1);}
}


/* 第二屏---高安概况 */
.ewb-survey {
    padding-top: 70px;
}

.ewb-survey-content {
    margin-top: 36px;
}

.ewb-survey-left {
    float: left;
    width: 512px;
    height: 380px;
    padding-top: 20px;
    background: url("/gasrmzf/xhtml/images/survey_bg.png") right top no-repeat;
}

.ewb-survey-video {
    width: 489px;
    height: 340px;
}
.ewb-survey-left.multiple .ewb-survey-video{height: 350px;}

.ewb-survey-video img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-survey-right {
    margin: 0 0 0 560px;
    padding-top: 46px;
    line-height: 24px;
    text-align: justify;
}

.ewb-survey-p {
    text-indent: 28px;
    margin-right: 43px;
}

.ewb-survey-p span {
    font-weight: bold;
}

.ewb-survey-txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 22px 43px 5px 0;
}

.ewb-survey-detail {
    margin-top: 20px;
    text-indent: 0;
    height: 144px;
    overflow: hidden;
}

.ewb-survey-more {
    float: right;
    margin-top: 23px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #3d83c8;
    border-radius: 13px;
}

.ewb-survey-video .gallery-thumbs{display: none;}
.ewb-survey-left.multiple{padding-top:15px;}
.ewb-survey-left.multiple .ewb-survey-video{height: 350px;background: #fff;}
.ewb-survey-left.multiple .ewb-survey-video .gallery-top{margin-bottom: 10px;}
.ewb-survey-left.multiple .ewb-survey-video .gallery-top .swiper-slide{height: 275px;}
.ewb-survey-left.multiple .ewb-survey-video .gallery-thumbs{display: block;}
.ewb-survey-left.multiple .ewb-survey-video .gallery-thumbs .swiper-slide{height: 65px;opacity: .3;}
.ewb-survey-left.multiple .ewb-survey-video .gallery-thumbs .swiper-slide.active{opacity: 1;}




/* 第三屏---经济发展 */
.ewb-develop {
    margin-top: -10px;
}

.ewb-develop-content {
    margin-top: 28px;
}

.ewb-develop-two {
    width: 826px;
    margin: 0 auto;
}

.ewb-develop-list {
    float: left;
    width: 374px;
    height: 247px;
    position: relative;
    margin: 35px 0 0 60px;
}

.ewb-develop-wrap {
    margin: -35px 0 0 -39px;
}

.ewb-develop-top {
    height: 181px;
    position: relative;
    transition: height 0.8s;
}

.ewb-develop-top>img {
    display: block;
    width: 100%;
    height: 181px;
}

.ewb-develop-tt {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 123px;
    height: 42px;
    font-size: 18px;
    font-weight: bold;
    background: #3d83c8;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.ewb-develop-bottom {
    position: absolute;
    top: 181px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    padding: 7px 20px;
    transition: top 0.8s;
}

.ewb-develop-infor {
    padding-left: 13px;
    background: url("/gasrmzf/xhtml/images/list_img.jpg") left center no-repeat;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.ewb-develop-infor a {
    color: #333;
}


.ewb-develop-list:hover .ewb-develop-tt {
    display: none;
}


.ewb-develop-list:hover .ewb-develop-top {
    height: 0;
    overflow: hidden;
}

.ewb-develop-list:hover .ewb-develop-bottom {
    top: 0;
    padding: 11px 20px;
    background: rgba(255, 255, 255, 0.92);
}


.ewb-develop-list:hover .ewb-develop-data {
    height: 224px;
    overflow: hidden;
}

.ewb-develop-list:hover .ewb-develop-infor {
    height: 32px;
    line-height: 32px;
}


/* 第四屏---视频新闻 */
.ewb-video {
    padding-top: 12px;
}

.ewb-video-box {
    margin-top: 30px;
    height: 468px;
}

.ewb-video-left{width: calc( 100% - 215px);}
.ewb-video-left .swiper-container,
.ewb-video-left .swiper-container .swiper-slide {
    /* width: 984px; */
    width: 100%;
    height: 468px;
}

.ewb-video-left .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-video-txt {
    position: absolute;
    padding-left: 20px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.6);
}

.ewb-video-right,
.ewb-video-right .swiper-container {
    width: 200px;
    height: 468px;
}

.ewb-video-right .swiper-slide {
    width: 200px;
    height: 161px;
    padding-bottom: 15px;
    position: relative;
}

.ewb-video-right .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.ewb-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    background: url("/gasrmzf/xhtml/images/play_icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.4);

}

.ewb-video-right .ewb-video-bg {
    background-size: 28px 28px;
    background-position: 50% 59px;
}

.ewb-video-right .ewb-video-txt {
    padding: 0 10px;
    height: 30px;
    bottom: 15px;
    line-height: 30px;
    text-align: center;
}

.ewb-video-box{width: 64%;float: left;}
.ewb-calendar-box{width: 34%;float: right;height: 468px;margin-top: 30px;position: relative;}
.ewb-calendar-box .layui-laydate{font-size: 1.25em;z-index: 1;background: inherit;}
.ewb-calendar-box .layui-laydate,.ewb-calendar-box .layui-laydate-main,.ewb-calendar-box .layui-laydate-content table{border-collapse: separate;width:100%!important;}
.ewb-calendar-box .layui-laydate, .ewb-calendar-box .layui-laydate-hint{box-shadow: inherit;}
.ewb-calendar-box .layui-laydate-header{line-height: 46px;background-color: #3d83c8!important;}
.ewb-calendar-box .laydate-theme-molv .layui-laydate-content{border:none;padding-bottom: 0;}
.ewb-calendar-box .layui-laydate-content th{height: 50px;}
.ewb-calendar-box .layui-laydate-content td, .ewb-calendar-box .layui-laydate-content th{padding: 3px 5px;}
.ewb-calendar-box .layui-laydate-content .laydate-day-next,
.ewb-calendar-box .layui-laydate-content .laydate-day-prev{color:#929499;}
.ewb-calendar-box .layui-laydate-content td:hover{background: none;}
.ewb-calendar-box .layui-laydate-content td:hover p,
.ewb-calendar-box .layui-laydate-content td:hover .laydate-day-mark{background: #eaeaea;}
.ewb-calendar-box #layui-laydate1 td.layui-this{border-radius: 50%;background: none!important;}
.ewb-calendar-box .layui-laydate-content td p,
.ewb-calendar-box .laydate-day-mark{width:45px;height:45px;line-height: 45px;margin:0 auto;text-align: center;border-radius: 50%;}
.ewb-calendar-box td.layui-this p,
.ewb-calendar-box td.layui-this .laydate-day-mark{color:#3d83c8;border:1px solid #3d83c8;}
.ewb-calendar-box .layui-this:hover p,.ewb-calendar-box .layui-this:hover .laydate-day-mark{background: none!important;}
.ewb-calendar-box .laydate-day-mark{display: block;font-size: inherit;position: relative;overflow: visible;}
.ewb-calendar-box .laydate-day-mark:after{display: none;}
.ewb-calendar-box .laydate-day-mark em{position: absolute;right:-5px;top:-4px;font-style:normal;display: block;width:18px;height: 18px;background: #ff5346;color:#fff;font-size: 12px;text-align: center;line-height: 18px;border-radius: 50%;}
.calendar-tip{
  position: absolute;right:-15px;top:59px;width:419px;border-radius: 15px;z-index: 10;color:#fff;
  background: #2673e6;
  background: -webkit-linear-gradient(133deg, #4cdaf4, #2673e6 );
  background: -moz-linear-gradient(133deg, #4cdaf4, #2673e6);
  background: -o-linear-gradient(133deg, #4cdaf4, #2673e6);
  background: linear-gradient(133deg, #4cdaf4, #2673e6);
  box-shadow: 6px 6px 10px rgba(0,130,202,.43);
}
.calendar-tip:after{content:"";position: absolute;right:0;top:0;z-index: -1; width:60%;height: 60%; background: url(/gasrmzf/xhtml/images/szzy_calendar_tip_bg.png) no-repeat right top;background-size: contain;}
.calendar-tip ul{margin: 25px 20px 25px 27px;}
.calendar-tip li{position: relative;text-align: left; padding-left: 25px;position: relative;height: 40px;line-height: 40px;font-size: 0.9em;}
.calendar-tip li:before{content:"";position: absolute;left:0;top:50%;margin-top: -2.5px;border:5px solid transparent;border-left:5px solid #bddffd;}
.calendar-tip li a{display: inline-block;max-width: 100%;color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.calendar-tip li a:hover{font-weight: bold;}
.calendar-year{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;line-height: 500px; font-size: 240px;color: #ebf1ff;text-align: center; letter-spacing: -40px;text-indent: -40px;overflow: hidden; filter:alpha(opacity=40); -moz-opacity: 0.4;opacity: .4;}


/* 第五屏---历史地理 */

.ewb-map {
    padding-top: 20px;
}

.ewb-map-content {
    margin-top: 30px;
}

.ewb-map-list {
    width: 400px;
    height: 225px;
    background: #f5f5f5;
}

.ewb-map-img {
    display: block;
    height: 100%;
    width: 100%;
}

.ewb-map-node {
    padding: 27px 30px 0 20px;
}

.ewb-map-txt>span {
    float: left;
    position: relative;
    padding-left: 10px;
    line-height: 30px;
    font-weight: bold;
    color: #464646;
    font-size: 20px;
}

.ewb-map-txt>span::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 8px;
    height: 15px;
    width: 3px;
    background: #3c81c8;
}

.ewb-map-p {
    margin-top: 12px;
    line-height: 26px;
    font-size: 13px;
    text-indent: 28px;
    height: 104px;
    overflow: hidden;
}

.ewb-map-more {
    margin-top: 12px;
    float: right;
    width: 90px;
    height: 26px;
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 13px;
    border: 1px solid #d7d7d7;
}

.ewb-map-more:hover {
    background: #3c81c8;
    border: 1px solid #3c81c8;
    color: #fff;
}


/* 第六屏---高安印象 */
.ewb-impress {
    padding-top: 15px;
}

.ewb-impress-content {
    margin-top: 30px;
}

.ewb-impress-list {
    float: left;
    width: 300px;
    height: 478px;
    position: relative;
}

.ewb-impress-node {
    height: 478px;
    padding: 17px 0 0 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.impress1 {
    background-image: url("/gasrmzf/xhtml/images/impress_bg_01.jpg");
    background-color: #71a1ea;
}

.impress2 {
    background-image: url("/gasrmzf/xhtml/images/impress_bg_02.jpg");
    background-color: #27c9a5;
}

.impress3 {
    background-image: url("/gasrmzf/xhtml/images/impress_bg_03.jpg");
    background-color: #4caccb;
}

.impress4 {
    background-image: url("/gasrmzf/xhtml/images/impress_bg_04.jpg");
    background-color: #5eb2e2;
}

.ewb-impress-num {
    font-size: 106px;
    font-weight: bold;
    line-height: 100px;
}

.impress1 .ewb-impress-num {
    color: #6294df;
}

.impress2 .ewb-impress-num {
    color: #1ab895;
}

.impress3 .ewb-impress-num {
    color: #349cbe;
}

.impress4 .ewb-impress-num {
    color: #50a5d6;
}

.ewb-impress-ch {
    margin-top: 8px;
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ewb-impress-en {
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}


.ewb-impress-sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 17px 0 27px;
    background: rgba(29, 29, 29, 0.77);
    transition: opacity 0.8s;
    opacity: 0;
}

.ewb-impress-item {
    float: left;
    width: 50%;
    padding: 0 13px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("/gasrmzf/xhtml/images/list_img_01.jpg") left center no-repeat;
}

.impressAll {
    width: 100%;
}

.ewb-impress-item a {
    color: #fff;
}

.ewb-impress-list:hover .ewb-impress-sub {
    opacity: 1;
}

/* 第七屏---风光掠影 */
.ewb-view {
    padding-top: 15px;
}

.ewb-view .ewb-com-tt,
.ewb-view .ewb-com-ch,
.ewb-view .ewb-com-en {
    color: #fff;
}

.ewb-view .ewb-com-tt::before,
.ewb-view .ewb-com-tt::after {
    background: #fff;
}


.ewb-view-content {
    position: relative;
    margin: 45px 70px 0;
}

.ewb-view .swiper-container {
    width: 998px;
    margin: 0 auto;
    height: 458px;
    overflow: hidden;
}

.ewb-view .swiper-button-prev,
.ewb-view .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 48px;
    margin-top: -24px;
    background-repeat: no-repeat;
    background-size: 26px 48px;
    border: 0;
}

.ewb-view .swiper-button-prev {
    left: -70px;
    background-image: url("/gasrmzf/xhtml/images/view_icon_01.png");
}

.ewb-view .swiper-button-next {
    right: -70px;
    background-image: url("/gasrmzf/xhtml/images/view_icon_02.png");
}

.ewb-view .swiper-slide {
    width: 758px;
    height: 458px;
}

.ewb-view .swiper-slide>a,
.ewb-view .swiper-slide>a>img {
    width: 100%;
    height: 100%;
    display: block;
}

.ewb-view .swiper-slide p {
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    height: 43px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}

.ewb-view .swiper-slide a {
    color: #fff;
}

.ewb-view .swiper-slide.swiper-slide-active p {
    display: block;
}


/* footer */

.ewb-footer {
    padding: 17px 0 25px;
    line-height: 36px;
    color: #fff;
    background: #3d83c8;
}

.ewb-footer a {
    color: #fff;
}

.ewb-footer p {
    font-size: 0;
    text-align: center;
}

.ewb-footer span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}


.ewb-foot-img1,
.ewb-foot-img2 {
    display: block;
    position: absolute;
}

.ewb-foot-img1 {
    right: 352px;
    top: 30px;
}

.ewb-foot-img2 {
    right: 200px;
    top: 30px;
}



/* 2020-09-14 */

@media (min-width:1650px) {
    .ewb-subject-info {
        width: 1600px;
    }

    .ewb-develop-list {
        width: 504px;
    }

    .ewb-develop-two {
        width: auto;
        margin: 0 auto 0 283px;
    }

    .ewb-video-left,
    .ewb-video-left .swiper-container,
    .ewb-video-left .swiper-container .swiper-slide {
        /* width: 1380px; */
    }

    .ewb-map-list {
        width: 530px;
        height: 264px;
    }

    .ewb-impress-list {
        width: 400px;
    }


    .ewb-com-tt {
        height: 58px;
    }

    .ewb-com-ch {
        font-size: 95px;
        margin-top: -20px;
    }

    .ewb-com-en {
        margin-top: 30px;
    }

    .ewb-survey-video {
        width: 600px;
        height: 417px;
    }

    .ewb-survey-right {
        margin: 0 0 0 660px;
        font-size: 20px;
        line-height: 35px;
    }

    .ewb-survey-left {
        width: 630px;
        height: 459px;
        background-size: auto 100%;
    }

    .ewb-com-tt::before,
    .ewb-com-tt::after {
        top: 11px;
    }

    .ewb-survey-txt {
        font-size: 26px;
    } 

    .ewb-map-p {
        line-height: 32px;
        font-size: 18px;
        height: 135px;
    }

    
}

.ewb-title {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 20px;
}