/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: "Microsoft YaHei";
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0.1em;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 16px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}


.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 34px 0;
}
.navE{
     font-size: 12px;
}
.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 20px;
     color: #000;
     font-size: 20px;
     line-height: 22px;
     text-transform: uppercase;
     border-right: 1px solid #333 ;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #0d4493;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #0d4493;
}

/* .navbar-expand-md .navbar-nav { */
     /* padding-right: 10px; */
/* } */

.header_information {
     /* background-color: #00aeef; */
     padding: 0 0;
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     height: 86px;
     margin-top: -20px;
     right: 0;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 20px;
     color: #292e39;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #000;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: rgba(202,202,202,0.8);
     padding: 26px 0px;
     position: relative;
     z-index: 2;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
     /* float: right; */
}
.logoclass{
     height: 46px;
     min-width: 156px;
}


/** banner section **/

.relative {
     position: absolute;
     top: 44%;
     transform: translateY(-33%);
     padding: 0;
     bottom: auto;
     right: 20%;
     left: 20%;
     text-align: justify;
     text-align-last: justify;
     text-justify: distribute;
}

.banner_main {
     position: relative;
     top: -100px;
}

.carousel-indicators .active {
     background: #0d4493;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fafcfd;
     border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

.carousel-indicators {
     bottom: 50px;
}

.carousel-item img {
     width: 100%;
}


.carousel-caption h1 {
     color:#ffffff;
     font-size: 65px;
     line-height: 80px;
     padding-bottom: 35px;
     font-family: "Microsoft YaHei";
     /* font-weight: bold; */
}
.carousel-caption h2{
     font-size: 33px;
     color: #ffffff;
}

.carousel-caption span {
     color: #6dbcf1;
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding-bottom: 20px;
}

.carousel-caption a {
     font-size: 17px;
     background-color: #00aeef;
     color: #fff;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-top: 50px;
     border-radius: 30px;
}

.carousel-caption a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}

.videoclass{
     width: 100%;
     margin-top: -122px;
}
/** banner section **/

.titlepage {
     text-align: center;
     margin-bottom: 13px;
     font-weight: bold;
     font-size: 24px;
}

.titlepage h2 {
     font-size: 46px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     background: #00a8e7;
     display: block;
     height: 10px;
     width: 90px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #7a7a7a;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #00aaea solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: #00aaea;
     color: #fff !important;
     transition: ease-in all 0.5s;
}






/** about section **/


.box {
     background-image: url(../images/blue_new.png);
     height: 620px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.about {
     /* background: url(../images/ab_bg.png); */
     /* background-repeat: no-repeat;
     background-size: 100% 100%; */
     padding: 100px 0 0 0;
}

.about .titlepage {
     /* text-align: left; */
     padding: 0;
     font-size: 20px;
     text-align: center;
     line-height: 60px;
}

/* .about .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
} */

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}
.abouttext{
     position: relative;
     padding: 100px 0 100px 20px;
     color: #ffffff;
     height: 620px;
     width: 100%;
}

.textwidth{
     width: 60%;
     text-align: justify;
     font-size: 20px;
     line-height: 2em;
     text-indent: 2em;
}
.textwidth2{
     width: 60%;
     font-size: 20px;
}
.textwidth3{
 font-size: 20px;
 text-align: justify;
 line-height: 2em;
 text-indent: 2em;
}
.texttitle{
     font-size: 38px;
     font-weight: bold;
}

.blocknum{
     background-image: url(../images/gdsrmyy2.jpg);
     padding: 0;
     background-size: 72% 106%;
     background-position-x: right;
     background-repeat: no-repeat;
     height: 620px;
}
.textbutton{
     font-size: 20px;
     line-height: 80px;
     margin-left: -4px;
}
.textbutton a{
     color: #fff;

}

.textbutton .on{
     border-radius: 20px;
     /* padding: 2px 2px 2px 8px; */
}
.textbutton .on:hover{
     background-color: #2763b9;
     
}
.morebutton{
     display: inline-block;
     float: right;
     line-height: 80px;
     font-size: 20px;
     text-decoration:underline;
}
.morebutton a{
     color: white;

}

/* two */
.blocknum2{
     margin-top: 20px;
     background-image: url(../images/jdbzt2.jpg);
     padding: 0;
     background-size: 68% 100%;
     background-position-x: left;
     background-repeat: no-repeat;
     height: 620px;
}
.box2 {
     float: right;
     background-image: url(../images/blue_new2.png);
     height: 620px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
.abouttext2{
     position: relative;
     padding: 100px 20px 100px 0;
     color: #ffffff;
     height: 620px;
     float: right;
     width: 60%;

}

/* 数字文博 */
.about2{
     text-indent: 2em;
     font-size: 20px;
     padding: 0px 16px;
     text-align: justify;
     color: #000;
}
.wbblock{
     background-color: #e2e5ea;
     padding: 60px 20px;
}
.wbtitle{
     text-align: center;
     font-size: 20px;
     line-height: 40px;
     font-weight: bold;
     color: #000;
}
.wbmorebutton{

          position: absolute;
          right: 15px;
          text-decoration: underline;
          bottom: 0;
          font-size: 20px;

}
.imgblock{
     text-align: center;
}
.imageclass1{
     height: 310px;
     background-image: url(../images/gft.png);
     background-size: 102% 70%;
     background-position: bottom;
    background-repeat: no-repeat;
}
.imageclass2{
     height: 310px;
     background-image: url(../images/sjgl.png);
     background-size: 100% 86%;
     background-position: bottom;
    background-repeat: no-repeat;
}
.imageclass3{
     height: 310px;
     background-image: url(../images/xxhdjx.png);
     background-size: 108% 88%;
     background-position: bottom;
    background-repeat: no-repeat;
}
/* 元宇宙 */
.yyzblock{
     height: 700px;
     background-image: url(../images/jdbyyz.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100% ;
}
.yyzleft{
     text-align: center;
     padding-top: 150px;
 }
 .yyzbutton{
     line-height: 100px;
     font-size: 24px;
     color: white;
 }
 .yyzbutton span{
padding: 6px;
color: white;
 }
 .yyzbutton span:hover{
     color: #000000;
     background-color: #ffebd4;
 }
.yyzright{
    text-indent: 2em;
}
.yyztext{
     font-size: 20px;
     color: white;
     line-height: 2em;
     text-align: justify;
     text-indent: 2em;
}
/*DCT*/
.Dct{
     background-image: url(../images/Dc/Digitalculturaltourism.jpg);
}
.yyzblock{
     height: 700px;
     background-repeat: no-repeat;
     background-size: 100% 100% ;
}
.yyzleft{
     text-align: center;
     padding-top: 150px;
}
.yyzbutton{
     line-height: 100px;
     font-size: 24px;
     color: white;
}
.yyzbutton span{
     padding: 6px;
     color: white;
}
.yyzbutton span:hover{
     color: #000000;
     background-color: #ffebd4;
}
.yyzright{
     text-indent: 2em;

}
.dctright{
     background-color: pink;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
}
.dcttext{
     font-size: 20px;
     color: white;
     width: 60%;
     text-align: justify;
     display: block;
     margin-left: 100px;
}
.yyztext{
     /* display: block;
     font-size: 20px;
     color: white;
     line-height: 2em;
     text-align: justify;
     text-indent: 2em; */
}



/* 证书 */
.gywm{
     font-size: 20px;
     text-align: left;
     text-indent: 2em;
     color: #000;
     margin-top: 20px;
     text-align: justify;
}
.zstitle{
     font-size: 38px;
     color: #000;
     line-height: 1em;
}
.zsul{
     font-size: 20px;
     margin-left: 20px;
     color: #000;
     line-height: 2em;
     margin-top: 20px;
}
.zsli{
     list-style: disc;
     margin-bottom: 20px;
}
.bignum{
     font-size: 38px;
}
.scroll{
     display: none;
     width: 32px;
     height: 40px;
     position: fixed;
     right: 40px;
     bottom: 20px;
     background-image: url(../images/top_move.png);
     background-repeat: no-repeat;
     cursor: pointer;
}
.zstext,.zsimg{
     background-color: #e2e5ea;

     padding-top: 40px;
}


/* 合作伙伴 */
.partnerblock{
     height: 500px;
}
/* 常规 */
.partnerimg{
     height: 100px;
     text-align: center;
     padding: 20px 10px;
}
/* 扁 */
.partnerimg1{
     height: 100px;
     text-align: center;
     padding: 30px 10px;
}
/* 高 */
.partnerimg2{
     height: 100px;
     text-align: center;
     padding: 10px 10px;
}
.partnerimg3{
     height: 100px;
     text-align: center;
     padding: 30px 30px;

}
.logoimg{
     height: 100%;

}
/** end about section **/

/** contact section **/

.contact {
     /* background: #042431; */
     /* margin-top: 90px; */
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: rgb(0, 0, 0);
     font-size: 20px;
}

.contactimg{
     vertical-align: middle;
     margin-right: 10px;
     height: 22px;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: transparent;
     color: #f9fcfd;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #fff solid 1px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #f9fcfd;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 180px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin-top: 30px;
}

.main_form .send_btn:hover {
     background-color: #00aeef;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #f9fcfd;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #042431;
     text-align: center;
     margin-top: 100px;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top: 20px;
}

.footer h3 {
     color: #fff;
     font-weight: 500;
     font-size: 20px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer_form {
     display: flex;
     border-bottom: #4d636c solid 1px;
     align-items: center;
     justify-content: center;
}

.enter {
     border: inherit;
     width: 71%;
     background: transparent;
     color: #4d636c;
     font-size: 18px;
     font-weight: normal;
     border-bottom: initial;
}

.submit {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #4d636c;
     padding: 5px 0px;
     margin-bottom: 5px;
     max-width: 150px;
     width: 100%;
     display: block;
     border-radius: 30px;
}

.submit:hover {
     background-color: #00aeef;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.cont li {
     color: #8a9397;
     font-size: 14px;
     line-height: 32px;
     text-align: left;
}
.copyright {
     padding: 20px 0px;
}

.copyright p {
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: rgb(204, 204, 204);
}


/** end footer **/


/** inner page css **/



.ourwork {
     margin: 0px 0 60px 0;
}

.our_box {
     margin-bottom: 30px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}




/* 数字化建设 */
.topimage{
     height: 500px;
     padding: 0;
     position: relative;
     top: -100px;
     width: 100%;
}
.lefttext{
     height: 720px;
     padding: 100px 70px;
     color: #000;
     background-color: #e2e5ea;
     margin-bottom: 80px;
}
.moreanli{
     text-align: center;

     font-size: 20px;
     margin-top: 90px;
}
.moreanli .more{
     padding: 5px 10px;
     background-color: #9b9b9b;
     color: white;
}
.moreanli .more:hover{
     background-color: #0d4494;
}
.rightimage{
   height: 800px;
   /* border-top: 4px solid #e2e5ea;
   border-right: 4px solid #e2e5ea;
   border-bottom: 4px solid #e2e5ea; */

}
.imageblock{
     height: 400px;
     display: inline-block;

     
}
.colimage1{
     width: 90%;
     height: 80%;
     margin-left: 5%;

     background-image: url(../images/szh/ysg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.colimage2{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/yps.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

.colimage3{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/gdsrmyy2.jpg);
     background-repeat: no-repeat;
     background-size: 100% 110%;
}
.colimage4{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/5gzhjd.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.colimage5{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/kjzx.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.colimage6{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/cyzx.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.colimage7{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/ywglzx.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.colimage8{
     width: 90%;
     height: 80%;
     margin-left: 5%;
     background-image: url(../images/szh/djxczd.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

/* logo设计 */
.leftlogo{
     height: auto;
     padding: 100px 70px;
     color: #000;
     background-color: #e2e5ea;

}
.imageblocklogo{
     line-height: 170px;
     text-align: center;
}
.szhblock3 {
     padding-top: 0;
     margin-top: 100px;
 }
.xflogo{
     width: 270px;
     height: 106px;
   
}
.rylogo{
  width: 170px;
  height: 170px;
}
.imagename{
     /* width: 100%; */
     height: 20%;
     text-align: center;
     font-size: 20px;
     line-height: 2em;
     color: #000;
     font-weight: bold;
}
.szhtitle{
     font-size: 40px;
     line-height: 3em;
     font-weight: bold;
}
.szhtext{
     font-size: 20px;
     line-height: 2em;
     text-align: justify;
     text-indent: 2em;
}
.szhblock{
     padding-top: 0;
}
.szhblock2{
     padding-top: 32px;
     margin-top: 100px;

}



/* 数字文博 */

.wbtopimage{
     height: 500px;
     padding: 0;
     position: relative;
     top: -100px;
     width: 100%;
}
.szwbtitle h2{
     font-size: 40px;
     font-weight: bold;
}
.szhbhblock1,.szhbhblock2,.szhbhblock3,.szhbhblock4{
     height: 500px;
}
.szhbhblock{
     background-image: url(../images/szwb/wwewszh.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.szhbhblock1{
     background-color: rgba(248,248,248,0.8);
     padding: 40px;
     color: #000;

}
.szhbhblock2{
     background-image: url(../images/szwb/swmx.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.szhbhblock2text{
 float: right;
 writing-mode:vertical-rl;
 height: 100%;
 text-align: center;
 font-size: 16px;
 color: #000;
}
.szhbhblock3text{
     float: right;
     writing-mode:vertical-rl;
     height: 100%;
     text-align: center;
     font-size: 20px;
     color: white;
     margin-right: 30px;
    }
.szhbhblock3{
     background-image: url(../images/szwb/hls.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.szhbhblock4{
     background-color: rgba(248,248,248,0.8);
     padding: 40px;
     color: #000;
}
.szhbhblocktitle{
     text-align: center;
     font-size: 24px;
     font-weight: bold;

}

.szhbhblocksmall{
     font-size: 20px;
     line-height: 2em;
     font-weight: bold;
}
.szhglblock1{
     background-image: url(../images/szwb/hc.jpg);
     background-repeat: no-repeat;
     background-size: 100% 85%;
     background-position: bottom;
     padding: 0 50px;
}
.szhbhblocktrtext{
     font-size: 20px;
     text-indent: 2em;
     line-height: 2em;


}
/* 数字化管理 */
.szhglblock{
     padding: 40px 0;
     background-color: #f6f6f6;
}
.szhgltitle{
     font-size: 20px;
     text-align: center;
     color: #000;
     font-weight: bold;
     line-height: 1em;
     margin-top: 1em;
}
.szhgltext{
     font-size: 20px;
     color: #000;
     text-indent: 2em;
     text-align: justify;
}


/* 数字化展示 */
.szhzsblock{
     background-color: #f6f6f6;
}
.szhzsblock1,.szhzsblock2,.szhzsblock3{
     height: 400px;
}
.szhzsblock4,.szhzsblock5{
     margin-top: 30px;
     height: 330px;
}
.szhzsimg{
     width: 100%;
     height: 100%;
}
.szhzsblock1{
     padding: 50px;
}
.szhzsblocktext{
color: #000;
font-size: 20px;
line-height: 2em;
text-align: justify;
text-indent: 2em;
}
.szhzsblock3{
     padding: 30px 50px 30px 50px;
     font-size: 20px;
     color: #000;

}
.szhzsblock3 li{
     list-style: disc;
     margin-bottom: 30px;
}     
.szhzsmore{
     text-align: center;
     font-size: 20px;
     margin-top: 132px; 
}
.szhzsmore .more{
     background-color: #9b9b9b;
     padding: 5px 10px;
     color: white;
}
.szhzsmore .more:hover{
     background-color: #0d4494;
}

/* 线上主题传播 */
.xsztcbblock{
     height: 1200px;
     background-color: #f6f6f6;
}
.xsztcbblock1,.xsztcbblock4,.xsztcbblock5{
     background-color: rgba(248,248,248,0.8);
     padding: 0 50px;
     text-align: justify;
}
.xsztcbblock2{
     background-image: url(../images/szwb/jby.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.xsztcbblock3{
     background-image: url(../images/szwb/hzbwgbqb.png);
     background-repeat: no-repeat;
     background-size: 100% 101%;
}
.xsztcbblock6{
     background-image: url(../images/szwb/hzbwgxszt.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;

}
.xsztcbblocktitle{
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 15%;
    font-weight: bold;
}
.xsztcbblocktext{
     font-size: 20px;
     line-height: 2em;
     text-align: justify;
     color: #000;
     text-indent: 2em;
}

/* 元宇宙探索 */

.yyztopimage{
     height: 500px;
     padding: 0;
     position: relative;
     top: -100px;
     width: 100%;
}
.title2{
     font-size: 22px;
     line-height: 5em;
     color: #000;
     font-weight: bold;
}
.title3{
     font-size: 20px;
     color: #000;
     padding-bottom: 1em;
}
.yyzimage1{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/yyzhy2.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.smalltext{
     position: absolute;
     bottom: 20%;
     font-size: 20px;
}
.yyzimage2{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/xscjg2.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyzimage3{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/qc.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyzimage4{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/3dszzc.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyztextblock{
     position: relative;
     top: 46%;
     color: white;
     font-size: 40px;
     padding: 20px;
     width: 100%;
     height: 100%;   
}
.yyzblock1title{
     margin-top: 190px;
}
.yyzimage1:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.yyzimage2:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.yyzimage3:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.yyzimage4:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
@keyframes myfirst
{

	100% {top:0;}
}
.yyzblock2{
     height: 380px;

}
.yyzblock2img{
     width: 100%;
     height: 90%;
}
.yyzblock2title{
     font-size: 20px;
     color: #000;
     text-align: center;
     line-height:3em;
     font-weight: bold;
}
.yyzbg{
     background-color: #e2e5ea;
}
.yyzmore{
     position: absolute;
     right: 15px;
     font-weight: normal;
}

/* 飞行影院详情 */

.centens{
   color: white;
}
.centens .h1{
     font-size:40px;
     /* font-weight: bolder; */

}
.centens .span{
     /* font-weight: 400; */
     font-size: 22px;
     /* color: red; */
}
.yyztopimage{
     background-image: url(../images/Dc/xiangqingbig.jpg);
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
@media (max-width: 575px){
     .centens .h1{
          font-size: 20px;
     }
     .centens .span{
          font-size: 15px;
     }
}

.yyztopimage{
     height: 500px;
     padding: 0;
     position: relative;
     top: -100px;
     width: 100%;
}
.title2{
     font-size: 22px;
     line-height: 5em;
     color: #000;
     font-weight: bold;
}
.title3{
     font-size: 20px;
     color: #000;
     padding-bottom: 1em;
}
.ffyyimage1{
     height: 527px;
     width: 100%;
     background-image: url(../images/Dc/01.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.smalltext{
     position: absolute;
     bottom: 20%;
     font-size: 20px;
}
.ffyyimage2{
     height: 527px;
     width: 100%;
     background-image: url(../images/Dc/02.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyzimage3{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/qc.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyzimage4{
     height: 527px;
     width: 100%;
     background-image: url(../images/yyz/3dszzc.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     overflow: hidden;
}
.yyztextblock{
     position: relative;
     top: 46%;
     color: white;
     font-size: 40px;
     padding: 20px;
     width: 100%;
     height: 100%;   
}
.yyzblock1title{
     margin-top: 190px;
}
.ffyyimage1:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.ffyyimage2:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.yyzimage3:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
.yyzimage4:hover .yyztextblock{
     animation: myfirst .5s;
            /* 让样式在动画结束后维持在结束位置 */
     animation-fill-mode: forwards;
     background-image: url(../images/yyz/blue.png);
}
@keyframes myfirst
{

	100% {top:0;}
}
.yyzblock2{
     height: 380px;

}
.yyzblock2img{
     width: 100%;
     height: 90%;
}
.yyzblock2title{
     font-size: 20px;
     color: #000;
     text-align: center;
     line-height:3em;
     font-weight: bold;
}
.yyzbg{
     background-color: #e2e5ea;
}
.yyzmore{
     position: absolute;
     right: 15px;
     font-weight: normal;
}
/* 历史背景 */
.lsbj {
     text-align: center;
     margin-top: 10px;
     color: #000;
}






.fxyya{
     display: inline-block !important;
     line-height: normal;
}