<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*统一的样式*/

*{margin:0;padding:0;list-style:none;box-sizing: border-box} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none;  max-width: 100%;vertical-align: bottom}

table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none; color: inherit; transition: 0s;}  /*清除超链接的下划线*/
a:hover{text-decoration:none;}
.clear{clear: both;}  /*清除浮动*/
.layout{max-width:1400px; margin-left: auto; margin-right: auto;}
.center{max-width:1300px; margin-left: auto; margin-right: auto;}
.clearfix:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
/*统一的样式*/
body {
    margin: 0px auto;
    font-size: 16px;
    font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    min-width: 320px;
    background-color: #0b1933;
    color: #fff;
}
@keyframes liu{
    10% {transform: scale(1);}
    100% {transform: scale(1.2);}
}

/*-------------------------------------首页样式开始------------------------------------------------------------*/
.bbb{display: none;}
/*---移动端------*/
.h-top&gt;div figure{display: none;}
.nav-btn-open span { width: 0 !important; }
.nav-btn-open span::before { top: 0 !important; transform: rotate(45deg); }
.nav-btn-open span::after { top: 0 !important; transform: rotate(-45deg);left:0;width: 40px!important; }
.search-btn { display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 14px 20px; margin: 0; background: #0b3775; line-height: 56px; font-size: 16px; color: #fff; text-align: center; cursor: pointer;font-weight: normal; }
.search-btn i { margin-left: 10px; }
.pub_search2 { width: 100%; margin: 0 auto; min-width: 175px; max-width: 248px; position: relative; display: inline-block; height: 40px; line-height: 40px; }
.pub_search2 input { background: #fff; vertical-align: top; box-sizing: border-box; width: 100%; height: 100%; line-height: 46px; padding: 0 50px 0 20px; border: 1px solid #DCDCDC;font-size: 16px; color: #505050;outline: none; transition: 0.4s; }
.pub_search2 input::-webkit-input-placeholder{font-size: 16px; color: #505050;}
.pub_search2 input:focus { box-shadow: 0 0 10px #999; }
.pub_search2 button { width: 35px; height:35px; outline: none; border: none; cursor: pointer; position: absolute;  top: 4px; right: 10px;background-color: transparent; }
.nav-btn { position: relative; cursor: pointer; transition: 0.6s;z-index: 100;width: 40px;height: 100%; }
.nav-btn span { position: absolute; top: 50%; left:0; display: block; width: 100%; height: 4px; margin-top: -1px; background: #f7e7c6; transition: .2s ease; }
.nav-btn span::before { content: ''; position: absolute; top: -10px; left: 0; width: 40px; height: 4px;  background: #f7e7c6; transition: transform .2s ease, top .2s ease; }
.nav-btn span::after { position: absolute; top: 10px; right: 0; width: 20px; height: 4px; content: '';  background: #f7e7c6; transition: transform .2s ease, top .2s ease; }
.mobile-nav-box { position: fixed; top: 65px; left: 0; z-index: 999999; width: 100%; height: 100%; background: #f5f5f5; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); display: none; }
.mobile-menu-nav { overflow-y: scroll; height: 100%; pointer-events: auto;padding: 0 35px;}
.mobile-second-nav{border-bottom: 1px solid #cecece;padding: 10px;display: none;}
.mobile-menu-nav ul li dl dd {border-bottom: 1px solid #f2f2f2;height: 40px; line-height: 40px; margin: 0; font-size: 16px; color: #747474; letter-spacing: 1px; cursor: pointer; transition: .3s;padding-left: 30px;position: relative; }
.mobile-menu-nav ul li dl dd::after{position: absolute;content: "";width: 5px;height: 5px;background: #747474;border-radius: 50%;left:10px;top:43%;}
.mobile-menu-nav ul li dl dd a {display: block;width: 100%;height: 100%;}
.mobile-menu-nav ul li .tit {border-bottom: 1px solid #cecece; position: relative; display: flex;justify-content: space-between;align-items: center; height: 56px; line-height: 56px; overflow: hidden; font-size: 16px; color: #383f47; font-weight: normal; letter-spacing: 1px; cursor: pointer; transition: .5s;padding: 0 10px; }
.mobile-menu-nav ul li .tit span{display: block;line-height: 56px;}
.mobile-menu-nav ul li .tit b{display: block;width: 18px;height: 2px;background: #717171;position: relative;}
.mobile-menu-nav ul li .tit b::before{position: absolute;content: '';width: 2px;height: 16px;top:-7px;left:7.5px;background: #717171;}
.mobile-menu-nav ul li .tit a {display: block;width: 100%;height: 100%;}
.mobile-menu-nav ul li .tit:hover{color: #ffffff;background: #f5c769;border-bottom: 1px solid #f5c769;}
.mobile-menu-nav ul li .tit:hover b{background: #ffffff;}
.mobile-menu-nav ul li .tit:hover b::before{background: #ffffff;}
.mobile-menu-nav ul li .tit.active { color: #ffffff;background: #f5c769;border-bottom: 1px solid #f5c769; }
.mobile-menu-nav ul li .tit.active b{background: #ffffff;}
.mobile-menu-nav ul li .tit.active b::before{width: 0;}
.mobile-menu-nav ul li.li_act .tit{ color: #ffffff;background: #f5c769;border-bottom: 1px solid #f5c769;}
.mobile-menu-nav ul li.li_act .tit b::before{width: 0;}
.mobile-menu-nav ul li.li_act .tit b{background: #ffffff;}
/*---------------------------搜索----------------------------------------------------------*/
.mobile-search{display: none;width: 100%;position: fixed;top:0;left:0;background: rgba(0,0,0, .9);height: 100%;z-index: 99999;}
.mobile-search section{padding: 0 5%;display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 100%;}
.mobile-search section .p1{font-size: 30px;color: #ffffff;text-transform: uppercase;text-align: center;font-weight: bold;line-height: 1em;margin: 10px 0 1rem 0;}
.mobile-search section form{width: 100%;}
.pin{position: relative;width: 100%;height: 100%;}
.pin&gt;p{position: absolute;right: 0;top:10%;}
.mobile-search section form select{width: 100%;height: 60px; color: #cfcfcf;font-size: 24px;border: none;outline: none;background: transparent;}
.mobile-search section form select option{background: #2e2e2e;border: 1px solid #4f4f4f;}
.mobile-search section form&gt;input{width: 100%;height: 60px;border-bottom:1px solid #4f4f4f; color: #cfcfcf;font-size: 24px;background: transparent;border-top:1px solid #4f4f4f;border-right: none;border-left: none;}
.mobile-search section form&gt;input::-webkit-input-placeholder{color: #cfcfcf;font-size: 24px;}
.mobile-search section form&gt;button{width: 100%;height: 60px;line-height: 60px;text-align: center;text-transform: uppercase;background: #f1bc4f;color: #ffffff;outline: none;border: none;margin-top: 20px;font-size: 24px;}
.mobile-search section .p-close{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;margin-top:1rem;font-size: 24px;color: #cfcfcf;}
.pin-word li {line-height: 60px;border-bottom:1px solid #4f4f4f;font-size: 24px;color: #cfcfcf;padding-left: 20px;}
.pin-word li:last-of-type{border-bottom: none;}

.h-top{width: 100%;padding: 17px 0;background: #0b1933;}
.h-top&gt;div{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.h-top&gt;div&gt;a:nth-of-type(2){display: none;}
.h-top&gt;div .h-top-ph{padding-left: 45px;}
.h-top&gt;div .h-top-ph b {display: block;font-size: 18px;color: #f7e7c6;font-weight: normal;margin-bottom: 5px;}
.h-top&gt;div .h-top-ph p {position: relative;}
.h-top&gt;div .h-top-ph p span {display: block;font-size: 20px;color: #f7e7c6;}
.h-top&gt;div .h-top-ph p::before{position: absolute;content: '';background: url(../images/pc-phone.png)no-repeat;width: 44px;height: 44px;top:5px;left:-50px;}
.h-nav{width: 100%;height: 65px;background: #0c1f42;}
.h-nav ul {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: row;}
.h-nav ul li {margin-right:55px;line-height: 65px;font-size: 16px;color: #f5c769;}
.h-nav ul li:last-of-type{margin-right: 0;}
.h-nav ul li a{padding: 0 5px;display: block;position: relative;}
.h-nav ul li a::after{width: 0;height: 1px;background: #f5c769;left:50%;bottom:0;position: absolute;content: '';transition: .5s;}
.h-nav ul li:hover a::after{width: 100%;margin-left: -50%;}
.h-nav ul li.li_act a::after{width: 100%;margin-left: -50%;}
.in-banner .swiper-box1 .swiper-pagination-bullet {outline: none;background-color: #535353;opacity: 1;}
.in-banner .swiper-box1 .swiper-pagination-bullet-active {background-color: #f7e7c6;border: none;}
.in-key{width: 100%;background: #f7e7c6;padding:11px 0;}
.in-key&gt;div{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-key&gt;div dl{display: flex;font-size: 16px;color: #333333;}
.in-key&gt;div dl dd{padding: 0 15px;border-right: 1px solid #333333;transition: .5s;}
.in-key&gt;div dl dd:last-of-type{border-right: none;}
.in-key&gt;div dl dd:hover{color:#f1bc4f; }
.in-key&gt;div form{width: 41%;height: 37px;position: relative;}
.in-key&gt;div form::before{position: absolute;content: '';width: 23px;height: 22px;background: url(../images/search.png)no-repeat;top:8px;left:10px;}
.in-key&gt;div form input {width: 100%;height: 100%;border: 1px solid #707070;background: transparent;outline: none;padding-left: 45px;}
.in-key&gt;div form button{position: absolute;top:0;right: 0;width: 72px;height: 100%;background: #272d4f;font-size: 14px;color: #f5c768;border: none;outline: none;letter-spacing: 2px;}
.in1{width: 100%;background: #0c1f42;}
.in1 ul {width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: row;height: 180px;}
.in1 ul li {height: 100%;margin-right: 175px;}
.in1 ul li:last-of-type{margin-right: 0;}
.in1 ul li a{display: block;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;}
.in1 ul li a b{font-size: 50px;color: #f7e7c6;text-transform: uppercase;font-weight: normal;animation: liu 1.5s infinite;transition: .5s;}
.in1 ul li a span{font-size: 18px;color: #f7e7c6;text-transform: uppercase;}
.in1 ul li a h5 {font-size: 18px;color: #f7e7c6;font-weight: normal;margin-top: 5px;}
.in1 ul li:hover a b{color: #f1bc4f;transform: rotateY(360deg);transition: .6s;}
.in2{width: 100%;background: #0b1933;padding-bottom: 2%;}
.in2&gt;div{width: 100%;display: flex;justify-content: space-between;}
.in2-left{width: 58%;}
.in2-right{width: 40%;}
.swiper-in2{padding-bottom: 50px !important;}
.in2-left&gt;h2{font-size: 36px;color: #f7e7c6;font-weight: normal;text-align: center;margin-top: 4%;}
.in2-left&gt;span{font-size: 18px;color: #f7e7c6;display: block;text-align: center;}
.in2-left .in2-lb{margin-top: 3%;}
.in2-left .in2-lb ul li a{display: block;width: 100%;height: 100%;}
.in2-left .in2-lb ul li a&gt;div{position: relative;padding: 35% 0;width: 100%;overflow: hidden;}
.in2-left .in2-lb ul li a&gt;div img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.in2-left .in2-lb ul li a p{font-size: 18px;margin-top: 10px;text-align: center;color: #f7e7c6;}
.in2-left .swiper-pagination-bullet {outline: none;background-color: #535353;opacity: 1;}
.in2-left .swiper-pagination-bullet-active {background-color: #f7e7c6;border: none;}
.in2-left .in2-lb ul li:hover a img{transform: scale(1.1);}
.in2-left .in2-lb ul li a&gt;div::after{position: absolute;content: '';width: 100%;height: 100%;top:0;left: 0;z-index: 5;background: rgba(0, 0, 0, .5);opacity: 0;transition: .5s;}
.in2-left .in2-lb ul li:hover a&gt;div::after{opacity: 1;}
.in3{width: 100%;background: url(../images/in3-bg.png)no-repeat center center;background-size: cover;padding: 4% 0 6% 0;}
.in-top h5 {font-size: 36px;color: #f7e7c6;font-weight: normal;text-align: center;}
.in-top h3 {font-size: 36px;color: #f7e7c6;font-weight: normal;text-align: center;}
.in-top p{text-align: center;font-size: 16px;color: #f7e7c6;text-transform: uppercase;}
.in3&gt;div{width: 100%;padding: 0 9%;}
.in3&gt;div&gt;p {font-size:14px;color: #f5c768;text-align: center;line-height: 2em;margin: 3% 0;}
.in3&gt;div dl{width:100%;display: flex;justify-content: space-around;align-items: center;}
.in3&gt;div dl dd{width: 148px;height: 148px;border: 1px solid #fff;border-radius: 50%;}
.in3&gt;div dl dd a{display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.in3&gt;div dl dd a span {font-size: 18px;color: #ffffff;display: block;margin-top: 10px;}
.in3&gt;div dl dd:hover a img{transform: rotateY(360deg);transition: .6s;}
.in4{width: 100%;background: url(../images/in4-bg.png)no-repeat center center;background-size: cover;padding: 4% 0;}
.in4&gt;div{width: 100%;}
.in4&gt;div figure{width: 100%;display: flex;justify-content: center;align-items: center;padding: 0 10%;}
.in4&gt;div ul{margin-top: 4%;display: flex;flex-wrap: wrap;}
.in4&gt;div ul li {float: left;background: url(../images/in4-bg1.png)no-repeat;background-size: 100% 100%;width:2.6rem;height: 2.6rem;cursor: pointer;}
.in4&gt;div ul li&gt;div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.in4&gt;div ul li:nth-of-type(5){margin-left: 1.3rem;margin-top: -1.3rem;}
.in4&gt;div ul .in-f4{margin-top: -1.3rem;}
.in4&gt;div ul li span {font-size: 16px;color:#333333;display: block;margin-top: 10px;}
.in4&gt;div ul li:hover img {transform: rotateZ(360deg);transition: .6s;}
.in5{width: 100%;background: url(../images/in5-bg.png)no-repeat center center;background-size:cover;padding: 4% 0;}
.in5&gt;div{width: 100%;padding: 0 9%;}
.in5&gt;div ul {margin-top: 4%;}
/* .in5&gt;div ul li {float: left;width: 30%;margin-right: 4.5%;margin-bottom: 4.5%;} */
.in5&gt;div ul li:nth-of-type(3n+3){margin-right: 0;}
.in5&gt;div ul li a{display: block;width: 100%;height: 100%;position: relative;padding: 36% 0;overflow: hidden;}
.in5&gt;div ul li a img {position: absolute;content: '';width: 100%;height: 100%;top:0;left:0;object-fit: cover;transition: .5s;}
.in5&gt;div ul li a p{position: absolute;bottom: 0;left:0;padding: 8px 0;width: 100%;font-size: 14px;color: #f1bc4f;text-align: center;background: rgba(0, 0, 0, .4);transition: .5s;}
.in5&gt;div ul li:hover a p{bottom:5px;}
.in5&gt;div ul li:hover a img{transform: scale(1.1);}
.in6{width: 100%;background: url(../images/in6-bg.png)no-repeat center center;background-size:cover;padding: 4% 0;}
.in6&gt;div ul {margin-top: 4%;}
/* .in6&gt;div ul li {float: left;width: 48%;margin-right: 4%;margin-bottom: 4%;} */
/* .in6&gt;div ul li:nth-of-type(2n+2){margin-right: 0;} */
.news-ul li a{display: flex;}
.in6-left{width:30%;height: 100%;position: relative;padding: 14% 0;overflow: hidden;}
.in6-left img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.in6-right{width: 70%;background: #f7e7c6;padding: 5% 4%;}
.in6-right h5 {font-size: 18px;color: #333333;font-weight: normal;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;transition: .5s;}
.in6-right p{font-size: 14px;color: #5d5c5c;line-height: 1.5em;width: 100%;height: 40px;overflow: hidden;margin: 16px 0 40px 0;}
.in6-right span{width: 60px;height: 25px;border: 1px solid #5d5c5c;color: #333333;font-size: 14px;text-align: center;line-height: 25px;border-radius: 10px;display: block;transition: .5s;}
.news-ul li:hover .in6-left img{transform: scale(.95);}
.news-ul li:hover .in6-right h5{color: #f1bc4f;}
.news-ul li:hover .in6-right span{border: 1px solid #f1bc4f;}
.foot{width: 100%;background: #0b1933;padding-top: 25px;}
.foot-top{width: 100%;border-top:1px solid #3a4250;border-bottom:1px solid #3a4250;padding: 15px 9%;display: flex;justify-content: space-between;align-items: center;}
.foot-top&gt;a {display: block;}
.foot-top dl{padding: 2% 7%;border-left:1px solid #3a4250;}
.foot-top dl dd {font-size: 14px;color: #ffffff;line-height: 2.5em;padding-left: 25px;position: relative;}
.foot-top dl dd:nth-of-type(1)::before{position: absolute;top:10px;left:0;background: url(../images/foot-img1.png)no-repeat;content: '';width: 12px;height:16px;}
.foot-top dl dd:nth-of-type(2)::before{position: absolute;top:8px;left:0;background: url(../images/foot-img2.png)no-repeat;content: '';width: 19px;height:19px;}
.foot-top dl dd:nth-of-type(3)::before{position: absolute;top:8px;left:0;background: url(../images/foot-img3.png)no-repeat;content: '';width: 18px;height:18px;}
.foot-top dl dd:nth-of-type(4)::before{position: absolute;top:8px;left:0;background: url(../images/foot-img4.png)no-repeat;content: '';width: 17px;height:17px;}
.foot-bottom{width: 100%;padding: 1%;display: flex;justify-content: center;align-items: center;flex-direction: row;}
.foot-bottom p{font-size: 14px;color: #adadad;margin-right: 25px;}
.foot-bottom p:last-of-type{margin-right: 0;}
.foot-top dl dd a{display: inline-block;margin-right: 15px;}
.foot a:hover{color: #f1bc4f;}
.in2-ph{display: none;}
.pagination-in6{display: none;}
.load-nav{width: 100%;background: #272d4f;height: 48px;}
.load-nav&gt;div {display: flex;align-items: center;justify-content: space-between;width: 100%;height: 100%;}
.load-nav&gt;div dl{display: flex;}
.load-nav&gt;div dl dd{font-size: 14px;color: #f7e7c6;transition: .5s;}
.load-nav&gt;div dl dd span {display: inline-block;padding: 0 10px;}
.load-nav&gt;div dl dd:last-of-type span{display: none;}
.load-nav&gt;div dl dd:hover{color: #f5c768;}
.load-nav&gt;div form{width: 290px;height: 30px;position: relative;}
.load-nav&gt;div form input{width: 100%;height: 100%;background: transparent;border: 1px solid #e5e5e5;border-radius: 20px;outline: none;padding-left: 20px;font-size: 14px;color: #f1bc4f;}
.load-nav&gt;div form input::-webkit-input-placeholder{font-size: 14px;color: #f1bc4f;}
.load-nav&gt;div form button{position: absolute;top:5px;right: 20px;background: transparent;outline: none;border: none;}
.ny-top h5 {font-size: 36px;color: #f7e7c6;text-align: center;font-weight: normal;}
.ny-top span{font-size: 16px;display: block;text-align: center;}
.ny-top{margin-bottom: 3%;color: #f7e7c6;}
.about-box1{width: 100%;background:#0b1933;padding: 3% 0;}
.about-box1 .ab1-con{width: 100%;display: flex;justify-content: space-between;}
.ab1-left{width: 35%;}
.ab1-left img {width: 100%;}
.ab1-center{width: 45%;padding: 0 5%;}
.ab1-right{width: 20%;padding-left: 5%;position: relative;padding: 4% 0;}
.ab1-center p{font-size: 14px;color: #f5c768;line-height: 2.5em;text-align: justify;}
.ab1-right::before{position: absolute;content: '';background: url(../images/about-img2.png)no-repeat;top:0;left:0;width: 18px;height: 100%;background-size: 100% 100%;}
.ab1-right ul{display: flex;justify-content: space-between;align-items: center;flex-direction: column;height: 100%;}
.ab1-right ul li {width: 145px;height: 145px;border: 1px solid #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;cursor: pointer;}
.ab1-right ul li span {font-size: 18px;color: #ffffff;display: block;margin-top: 10px;}
.ab1-right ul li:hover img {transform: rotateY(360deg);transition: .6s;}
.about-box2{width: 100%;background: #1a213d;padding: 2% 0;}
.ab2-con ul {width: 100%;display: flex;justify-content: space-between;}
.ab2-con ul li {width: 49%;position: relative;padding: 15.5% 0;overflow: hidden;cursor: pointer;}
.ab2-con ul li&gt;img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.ab2-con ul li&gt;div{position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.ab2-con ul li&gt;div p {font-size: 16px;color: #f5c768;display: block;margin-top: 10px;transition: .5s;}
.ab2-con ul li:hover&gt;img {transform: scale(1.1);}
.ab2-con ul li:hover&gt;div p{margin-top: 15px;}
/*----------------------------视频------------------------------------------------------*/
.video-tc{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);

}
.video-box-show {
    visibility: visible;
    opacity: 1;
    transition: all 0.51s cubic-bezier(0.23, 1, 0.32, 1);
}
.video-dw {
    position: relative;
    width: 100%;
    max-width: 760px;
}
.video-contain{
    width: 760px;
    height: 500px;
    overflow: hidden;
}
.video-dw figure{
    width: 100%;
    max-width: 760px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    display: none;



}

.video-dw figure iframe{
    width: 760px;
    height: 500px;
}
.video-close{
    position: absolute;
    top: -40px;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    background: #dcaf67;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.video-close i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.video-big{position: fixed;top: 0;left: 0;z-index: 99;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;width: 100%;height: 100%;padding: 0px 10px;background: rgba(255, 255, 255, 0.5);visibility: hidden;opacity: 0;transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);}
.video-big .ab-video{position: relative;display: none; width: 100%;max-width: 760px;}
.video-big-show {visibility: visible;opacity: 1;transition: all 0.51s cubic-bezier(0.23, 1, 0.32, 1);}
.video-big .ab-video iframe{width: 760px;height:500px;vertical-align: top;box-sizing: border-box;color: #fff;background-color: #000;position: relative;}
.back1{
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    color: #dcaf67;
    letter-spacing: 2px;
    border: 1px solid #dcaf67;
    background: #fff;
    margin-left: 1.75%;
}
.pro-box&gt;div&gt; h1 {
    font-size: 20px;
    color: #dcaf67;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 30px 0 ;
}
.contact-box1{margin: 2% 0;width: 100%;}
.contact-box1 figure{width: 100%;background: #272d4f;margin-bottom: 10px;padding: 3%;}
.contact-box1 .ct1 h5 {font-size: 20px;color: #f5c769;text-align: center;margin-bottom:20px; }
.contact-box1 .ct1 p {font-size: 16px;color: #f7e7c6;text-align: center;margin-bottom:20px;}
.contact-box1 .ct1&gt;div {width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.contact-box1 .ct1&gt;div span {font-size: 16px;color: #f7e7c6;display: block;margin-top: 5px;}
.contact-box1 .ct1 p a{margin-right: 10px;}
.contact-box1 .ct2 h5 {font-size: 30px;text-align: center;color: #f5c769;}
.contact-box1 .ct2 p {font-size: 14px;color: #f5c769;text-align: center;}
.contact-box1 .ct2 form {margin-top: 3%;}
.contact-box1 .ct2 form .f1{width: 100%;display: flex;justify-content: space-between;}
.contact-box1 .ct2 form .f1 input{width: 30%;height: 42px;outline: none;background: transparent;border: 1px solid #e5e5e5;padding-left: 2%;font-size: 14px;color: #f7e7c6;}
.contact-box1 .ct2 form .f1 input::-webkit-input-placeholder{font-size: 14px;color: #f7e7c6;}
.contact-box1 .ct2 form textarea{width: 100%;height: 345px;outline: none;background: transparent;border: 1px solid #e5e5e5;padding: 2%;margin: 3% 0;}
.contact-box1 .ct2 form textarea::-webkit-input-placeholder{font-size: 14px;color: #f7e7c6;}
.contact-box1 .ct2 form .form_btn{display: flex;justify-content: center;align-items: center;}
.contact-box1 .ct2 form .form_btn input {width: 120px;height: 40px;background: #f5c769;font-size: 14px;color: #333333;text-align: center;border: none;}
.tow-nav{width: 100%;}
.tow-nav ul{display: flex;flex-wrap: wrap;padding: 12px 0;}
.tow-nav ul li {padding: 0 10px;border-right: 1px solid #fff;font-size: 14px;color: #f7e7c6;transition: .5s;}
.tow-nav ul li:first-of-type{padding-left: 0;}
.tow-nav ul li:last-of-type{border-right: none;}
.tow-nav ul li:hover{color: #f5c768;}
.tow-nav ul li.active{color: #f5c768;}
.case-box1{width: 100%;margin-bottom: 3%;}
.case-box1&gt;div{width: 100%;background: #272d4f;padding: 2%;}
.case-box1&gt;div .case-ul li {float: left;width: 32%;margin-right: 2%;margin-bottom: 2%;}
.case-box1&gt;div .case-ul li a{display: block;width: 100%;height: 100%;}
.case-box1&gt;div .case-ul li:nth-of-type(3n+3){margin-right:0;}
.case-box1&gt;div .case-ul li a .case-img {width: 100%;position: relative;padding: 38% 0;overflow: hidden;border: 1px solid #ddd;}
.case-box1&gt;div .case-ul li a .case-img&gt;img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.case-box1&gt;div .case-ul li a p{font-size: 14px;color: #fff;text-align: center;margin-top: 10px;}
.case-box1&gt;div .case-ul li a .case-hover{position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;z-index: 55;opacity: 0;transition: .5s;}
.case-box1&gt;div .case-ul li a .case-hover span {color: #ffffff;font-size: 14px;display: block;margin-top: 10px;}
.case-box1&gt;div .case-ul li a .case-img::after{position: absolute;content: '';width: 100%;height: 100%;top:0;left:0;background: rgba(0, 0, 0, .4);opacity: 0;transition: .5s;}
.case-box1&gt;div .case-ul li:hover a .case-img::after{opacity: 1;}
.case-box1&gt;div .case-ul li:hover a .case-hover{opacity: 1;}
.case-box1&gt;div .case-ul li:hover a .case-img&gt;img {transform: scale(1.1);}
.fenye {
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f1bc4f;
}
.fenye ul {
    display: flex;
 
}
.fenye ul li {
    margin-right:15px;
    width: 30px;
    height: 30px;
    border:1px solid #f7e7c6 ;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1bc4f;
    font-size: 16px;
    transition: .3s;
  
}

.fenye ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fenye select {
    color: #f1bc4f;
    width: 55px;
    background-color: transparent;
    border: 1px solid #f7e7c6;
    height: 30px;
    outline: none;
   
}
.news-box1{margin:3% 0;}
.new2-ul li{float: left;margin-right: 2%;width: 49%;margin-bottom: 4%;}
.new2-ul li:nth-of-type(2n+2){margin-right: 0;}
.new-view-box1&gt;div{width: 100%;}
.new-view-box1&gt;div figure{width: 100%;background: #272d4f;padding: 3% 2%;}
.new-view-box1&gt;div figure h2 {font-size: 30px;color: #f1bc4f;text-align: center;font-weight: normal;}
.new-view-box1&gt;div figure dl{display: flex;justify-content: center;align-items: center;flex-direction: row;font-size: 16px;color: #f7e7c6;margin-top: 1%;}
.new-view-box1&gt;div figure dl dd{margin-right: 20px;}
.new-view-box1&gt;div figure dl dd:last-of-type{margin-right: 0;}
.new-view-box1&gt;div figure .nv-con{margin-top: 2%;border-top:1px solid #707070;padding-top:2%;}
.new-view-box1&gt;div figure .nv-con p{font-size: 16px;color: #f7e7c6;}
.new-view-box1{margin: 3% 0;}
.nv-sx{padding: 2%;}
.nv-sx p{font-size: 16px;color: #f7e7c6;margin-top: 5px;}
.nv-sx .nv-back{width: 100%;display: flex;justify-content: center;align-items: center;}
.nv-sx .nv-back a{width: 145px;height: 45px;background: #f1bc4f;font-size: 16px;color: #f7e7c6;line-height: 45px;text-align: center;display: block;}
.three-nav{width: 100%;background: #272d4f;}
.three-nav ul{display: flex;flex-wrap: wrap;padding: 12px 0;}
.three-nav ul li {font-size: 14px;color: #f1bc4f;transition: .5s;margin-right: 20px;position: relative;padding-bottom: 10px;}
.three-nav ul li::before{position: absolute;background: url(../images/jian.png)no-repeat;bottom:0;left:37%;width: 13px;height: 7px;content: '';opacity: 0;}
.three-nav ul li.active::before{opacity: 1;}
.pro-box1{margin:3% 0;}
.pro-box1&gt;div{padding: 2%;background: #272d4f;}
.pro-ul{width: 100%;}
.pro-ul li a&gt;div:after {content: ""; position: absolute; left: -400px; top: 0; width: 400px; height: 100%; overflow: hidden; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); transform: skewx(-25deg); transition: 0s;}
.pro-ul li a&gt;div:hover:after {left: 400px; width: 400px; transition: .6s;}
.pro-ul li {width: 23.5%;margin-right: 2%;margin-bottom: 4%;float: left;position: relative;overflow: hidden;}
.pro-ul li:nth-of-type(4n+4){margin-right: 0;}
.pro-ul li a{display: block;width: 100%;height: 100%;}
.pro-ul li:hover a&gt;div img {transform: scale(1.1);}
.pro-ul li a&gt;div{position: relative;padding: 35% 0;overflow: hidden;width: 100%;}
.pro-ul li a&gt;div&gt;img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.pro-ul li a&gt;div&gt;p{position: absolute;width: 100%;height: 100%;top:0;left:0;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, .4);opacity: 0;transition: .5s;}
.pro-ul li:hover a&gt;div&gt;p{opacity: 1;}
.pro-ul li a&gt;span{display: block;width: 100%;padding: 6px 0;background: #0b1933;font-size: 14px;color: #f7e7c6;text-align: center;text-transform: uppercase;}
.pro-view-box1{width: 100%;margin: 3% 0;}
.pro-view-box1&gt;div .pv-con{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.pro-view-box1 .pv-left{width: 58%;border: 1px solid #ddd;}
.pro-view-box1 .pv-left ul li a {width: 100%;height: 100%;position: relative;padding: 34% 0;overflow: hidden;display: block;}
.pro-view-box1 .pv-left ul li a img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: contain;}
.pro-view-box1 .pv-right{width:38%;}
.pv-right .pv-summary{padding-bottom: 20px;border-bottom:1px solid #f7e7c6;line-height: 1.8em;}
.pv-right .pv-summary {font-size: 14px;color: #f1bc4f;}
.pv-rexian{margin: 20px 0;padding-right: 3%;}
.pv-rexian a{display: flex;width: 100%;height: 35px;}
.pv-rexian a span:nth-of-type(1) {width:60%;background: #f1bc4f;font-size: 16px;color: #333333;line-height: 35px;display: inline-block;text-align: center;}
.pv-rexian a span:nth-of-type(2) {width:40%;background: #313131;font-size: 16px;color: #f7e7c6;line-height: 35px;display: inline-block;text-align: center;}
.bdshare-button-style0-16 .bds_more{font-size: 16px !important;color: #f7e7c6 !important;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{background-image: url(../images/fx.png) !important;padding-left: 27px !important;}
.pv-sx{padding-top: 2%;}
.pv-sx p{font-size: 16px;color: #f7e7c6;margin-bottom: 5px;}
.pv-back{margin-top: 2%;width: 100%;display: flex;justify-content: center;align-items: center;}
.pv-back a{display: block;width: 145px;height: 35px;background: #f1bc4f;line-height: 35px;text-align: center;font-size: 16px;color: #333333;}
.pv-sx p a:hover{color: #f5c768;}
.pv2-back{display: none;}
.fen-p{display: none;}
.pd-ul{display: none;}
.back1 {
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    color: #f1bc4f;
    letter-spacing: 2px;
    border: 1px solid #f1bc4f;
    background: transparent;
    margin-left: 1.75%;
}
.pro-box1 h1 {
    font-size: 20px;
    color: #f1bc4f;
    height: 31px;
    line-height: 31px;
    text-align: center;
    
}
.ab .pro-ul{margin-top: 3%;}
.pv-lr{margin-top: 2%;}
.pv-lr article {padding-bottom: 20px;border-bottom: 1px solid #3a4250;}
.pv-lr article span {font-size: 30px;color: #fff;text-transform: uppercase;display: block;text-align: center;}
.pv-lr article h5 {font-size: 20px;color: #fff;text-align: center;letter-spacing: 2px;}
.pv-lr .lr-word{padding: 2% 0;border-bottom: 1px solid #3a4250;}
.pv-lr .lr-word p{font-size: 14px;color:#f7e7c6;}
.in-banner ul li img {width: 100%;}
.fix{position: fixed;right: 1%;top:45%;z-index: 10000;}
.fix ul li {width: 65px;height: 65px;background-color: #f1bc4f;display: flex;justify-content: center;align-items: center;flex-direction: column;transition: .5s;position: relative;cursor: pointer;margin-bottom: 1px;}
.fix ul li a {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.fix ul li p {font-size: 14px;color: #ffffff;margin-top: 5px;}
.fix ul .phone:hover .fix_te{opacity: 1;pointer-events: auto;transform: scale(1);}
.phone{position: relative;}
.phone .fix_te{position: absolute;top:0;right: 65px;height: 204px;line-height:65px;opacity: 0;transition: .5s;width: 200px;text-align: center;background: #fff;;color: #000;border:3px solid #f1bc4f;pointer-events: none;transform: scale(0);}
.back-fix{font-size: 30px;}
.phone dl dd{line-height: 65px;border-bottom: 1px solid #ddd;}
.phone dl dd:last-of-type{border-bottom: none;}
.wei-us { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; z-index: 999;display: none;}
.wei-content .wei_close { font-style: normal; line-height: 22px; color: #f1bc4f; display: block; position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; font-size: 30px; text-align: center; border-radius: 18px; border: 2px solid #f1bc4f; background: white; cursor: pointer; }
.wei-content {
    max-width: 100%;
    position: fixed;
    top:14%;
    left: 25%;
    box-sizing: border-box;
    width: 50%;
    padding: 5% 3%;
    background: #f6f6f6;
    box-shadow: 0 0 5px #cccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.wei-content h5{font-size: 24px;color: #f1bc4f;text-align: center;margin-bottom: 10px;}
.wei-content p{font-size: 20px;color: #000000;}
.wei-content form{margin-top: 3%;width: 100%;}
.wei-content form .f1 input {width: 100%;height: 40px;margin-bottom: 20px;border:1px solid #ddd;outline: none;padding-left: 3%;background: transparent;}
.wei-content form .f1 input::-webkit-input-placeholder{font-size: 14px;color: #000;}
.wei-content form textarea{width: 100%;resize: none;height: 150px;border: 1px solid #ddd;background: transparent;padding: 3%;}
.wei-content form textarea::-webkit-input-placeholder{font-size: 14px;color: #000;}
.wei-content form .form_btn{width: 100%;display: flex;justify-content: center;align-items: center;}
.wei-content form .form_btn input{width: 100px;height: 40px;background: #f1bc4f;outline: none;outline: none;color: #fff;font-size: 16px;border:none;margin-top: 3%;}





</pre></body></html>