@font-face {
    font-family: "SourceHanSansCN-Regular";
        url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    font-style: normal;
    font-weight: normal;
}

/*-----------------[初始化]--------------*/
html{position: relative;overflow-x: hidden;}
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
.flex-grow-1{-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
a{color: #333;}
a:hover{color: #196167;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1500px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header.fixed{
    background-color: rgba(57,132,135,.8);
}
.header{position: fixed;left: 0;top: 0;right: 0;z-index: 109;
    padding: 0 50px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
	background: url(../images/DM_20241014200125_001.png);
}
.logo{float: left;margin-top: 32px;}
.logo img{display: block;height: 79px;}
.hdr{float: right;}
.header .top{overflow: hidden;margin-top: 26px;margin-bottom: 14px;}
.header .top a{font-size: 16px;color: #F7F7F7;float: left;
    line-height: 35px;margin-right: 25px;
}
.so{position: relative;overflow: hidden;border-radius: 18px;float: right;}
.so .inp{display: block;width: 100%;height: 35px;border: 0;
    padding: 0 50px 0 15px;font-size: 16px;color: #fff;
    background-color: rgba(125, 163, 219, .26);
}
.so .inp::-webkit-input-placeholder {color: #999;}
.so .inp::-moz-placeholder {color: #999; }
.so .inp::-ms-input-placeholder {color: #999;}
.so .btn{position: absolute;right: 0;top: 0;width: 35px;height: 35px;
    border: 0;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 17px auto;
    -ms-background-size: 17px auto;
    -moz-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
}

.nav{}
.nav li{float: left;margin-left: 48px;position: relative;}
.nav li .v1{display: block;font-size: 22px;color: #F7F7F7;padding-bottom: 32px; font-weight: 700;}
.nav .sub{position: absolute;top: 100%;left: 50%;width: 200px;display: none;
    background-color: #fff;padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub dd a{display: block;font-size: 18px;text-align: center;line-height: 45px;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 100vh;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 100%;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-arrow{position: absolute;top: 50%;margin-top: -27px;overflow: hidden;
    width: 54px;height: 54px;font-size: 0;line-height: 0;z-index: 3;text-indent: 99999px;
    border: 1px solid #fff;border-radius: 50%;cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;background-position: center;
    -o-background-size: 10px auto;
    -ms-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
}
.banner .slick-prev{left: 50px;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 50px;background-image: url(../images/arr-r.png);}

.banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 3;font-size: 0;}
.banner .slick-dots li{display: inline-block;vertical-align: middle;
    width: 36px;height: 42px;margin: 0 10px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.banner .slick-dots li button{display: block;width: 10px;height: 10px;
    font-size: 0;line-height: 0;text-indent: 999px;padding: 0;margin: 16px auto 0;
    background-color: #fff;border-radius: 50%;border: 0;cursor: pointer;
}
.banner .slick-dots li.slick-active{
    background-image: url(../images/i-02.png);
}
.banner .slick-dots li.slick-active button{display: none;}


/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{position: relative;overflow: hidden;padding-top: 37px;padding-bottom: 31px;
    border-bottom: 1px solid rgba(255,255,255,.09);
}
.fd-logo{position: absolute;left: 50%;top: 34px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-logo img{display: block;height: 121px;}
.fd-txt{float: left;}
.fd-txt .t1{font-size: 20px;font-weight: normal;margin-bottom: 6px;}
.fd-txt .txt{font-size: 16px;line-height: 2.25;}
.fd-txt .item{padding-left: 33px;
    background-position: left center;background-repeat: no-repeat;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.fd-txt .i1{background-image: url(../images/i-29.png);}
.fd-txt .i2{background-image: url(../images/i-30.png);}
.fd-txt .i3{background-image: url(../images/i-31.png);}
.fd-qr{float: right;margin-right: 73px;}
.fd-qr .qr{width: 120px;margin-bottom: 10px;}
.fd-qr .qr img{width: 100%;display: block;}
.fd-qr span{font-size: 16px;text-align: center;display: block;}
.fd-copy{text-align: center;line-height: 61px;font-size: 14px;}
.fd-copy a{color: #fff;}
/*******************************
    -------[=正文]-------
********************************/

        

          
        
        
         
         
   