|
@@ -0,0 +1,2553 @@
|
|
|
+html,
|
|
|
+body {
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: auto;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ font-family: "寰蒋闆呴粦", "microsoft yahei";
|
|
|
+ position: relative;
|
|
|
+ color: #000000;
|
|
|
+ font-size: 18px;
|
|
|
+ /*font-size: .18rem;*/
|
|
|
+}
|
|
|
+
|
|
|
+a {
|
|
|
+ text-decoration: none;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ color: #000;
|
|
|
+ display: inline-block;
|
|
|
+ transition: all .3s linear;
|
|
|
+ -webkit-transition: all .3s linear;
|
|
|
+ -moz-transition: all .3s linear;
|
|
|
+ -o-transition: all .3s linear;
|
|
|
+ -ms-transition: all .3s linear;
|
|
|
+}
|
|
|
+
|
|
|
+ul,
|
|
|
+li {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+h1,
|
|
|
+h2,
|
|
|
+h3,
|
|
|
+h4,
|
|
|
+h5,
|
|
|
+h6,
|
|
|
+p {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+img {
|
|
|
+ border: 0;
|
|
|
+}
|
|
|
+
|
|
|
+input,
|
|
|
+button,
|
|
|
+select,
|
|
|
+textarea {
|
|
|
+ font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
+ vertical-align: middle;
|
|
|
+ -webkit-user-select: auto;
|
|
|
+ border: 0;
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pClear {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.pGuidangImg {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: -50px;
|
|
|
+ top: -.5rem;
|
|
|
+ transform: rotate(25deg);
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pGuidangImg img {
|
|
|
+ width: 77px;
|
|
|
+ width: .77rem;
|
|
|
+ height: 44px;
|
|
|
+ height: .44rem;
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.pGuidangImg span {
|
|
|
+ color: #DA5857;
|
|
|
+ font-weight: 700;
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-top: .05rem;
|
|
|
+ display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 椤堕儴閾炬帴 ****/
|
|
|
+.pTop {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ left: 0;
|
|
|
+ top: 20px;
|
|
|
+ top: .2rem;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ z-index: 99999;
|
|
|
+ line-height: 30px;
|
|
|
+ line-height: .3rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop::after {
|
|
|
+ content: '';
|
|
|
+ display: table;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-left .a-link {
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-right: 30px;
|
|
|
+ margin-right: .3rem;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-left .a-link:hover {
|
|
|
+ color: #ff0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch {
|
|
|
+ float: left;
|
|
|
+ margin-right: 12px;
|
|
|
+ margin-right: .12rem;
|
|
|
+ height: 30px;
|
|
|
+ height: .3rem;
|
|
|
+ line-height: 30px;
|
|
|
+ line-height: .3rem;
|
|
|
+ border-radius: 3px;
|
|
|
+ padding: 0 5px;
|
|
|
+ padding: 0 .05rem;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.index-section01 .pTop .top-right .topSearch {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch .ipt {
|
|
|
+ float: left;
|
|
|
+ background: none;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin: 0;
|
|
|
+ display: block;
|
|
|
+ outline: none;
|
|
|
+ padding: 0;
|
|
|
+ height: 30px;
|
|
|
+ height: .3rem;
|
|
|
+ line-height: 30px;
|
|
|
+ line-height: .3rem;
|
|
|
+ font-size: 12px;
|
|
|
+ font-size: .12rem;
|
|
|
+ width: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ transition: all .3s linear;
|
|
|
+ -webkit-transition: all .3s linear;
|
|
|
+ -moz-transition: all .3s linear;
|
|
|
+ -o-transition: all .3s linear;
|
|
|
+ -ms-transition: all .3s linear;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch .ipt::placeholder {
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 12px;
|
|
|
+ font-size: .12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch .searchbtn {
|
|
|
+ float: left;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch .searchbtn span {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch .searchbtn img {
|
|
|
+ width: 20px;
|
|
|
+ width: .2rem;
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ margin-top: 6px;
|
|
|
+ margin-top: .06rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch:hover {
|
|
|
+ background-color: rgba(255, 255, 255, .2);
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .topSearch:hover .ipt {
|
|
|
+ width: 200px;
|
|
|
+ width: 2rem;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ margin: 0 .1rem 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .a-link {
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-right: 12px;
|
|
|
+ margin-right: .12rem;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-right .a-link:hover {
|
|
|
+ color: #ff0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .bmjz {
|
|
|
+ float: left;
|
|
|
+ margin-right: 12px;
|
|
|
+ margin-right: .12rem;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ top: 25px;
|
|
|
+ top: .25rem;
|
|
|
+ left: 0;
|
|
|
+ z-index: 2;
|
|
|
+ background: rgba(18, 93, 178, .9);
|
|
|
+ padding-bottom: 10px;
|
|
|
+ padding-bottom: .10rem;
|
|
|
+ box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
|
|
|
+ box-shadow: .04rem .04rem .04rem rgba(0, 0, 0, .2);
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .tit {
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: 700;
|
|
|
+ padding: 20px 0 15px 0;
|
|
|
+ padding: .20rem 0 .15rem;
|
|
|
+ display: block;
|
|
|
+ line-height: 20px;
|
|
|
+ line-height: .20rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .bmjz-ul {
|
|
|
+ padding-bottom: 12px;
|
|
|
+ padding-bottom: .12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .bmjz-ul li {
|
|
|
+ width: 16.66%;
|
|
|
+ float: left;
|
|
|
+ line-height: 32px;
|
|
|
+ line-height: .32rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .bmjz-ul li a {
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .bmjz-ul li a:hover {
|
|
|
+ color: #FF0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .line {
|
|
|
+ width: 100%;
|
|
|
+ height: 1px;
|
|
|
+ background-color: rgba(255, 255, 255, .2);
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-bmjz .bmjz-close {
|
|
|
+ position: absolute;
|
|
|
+ top: 18px;
|
|
|
+ top: .18rem;
|
|
|
+ right: 0px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .wechat {
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 12px;
|
|
|
+ margin-right: .12rem;
|
|
|
+ height: 22px;
|
|
|
+ height: .22rem;
|
|
|
+ width: 22px;
|
|
|
+ width: .22rem;
|
|
|
+ position: relative;
|
|
|
+ float: left;
|
|
|
+ background: url(2022-pTop-wechat-ico.png) center no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-top: 4px;
|
|
|
+ margin-top: .04rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-wechat {
|
|
|
+ position: absolute;
|
|
|
+ display: none;
|
|
|
+ right: 0;
|
|
|
+ width: 520px;
|
|
|
+ width: 5.2rem;
|
|
|
+ padding: 30px 20px 30px 30px;
|
|
|
+ padding: .3rem .2rem .3rem .3rem;
|
|
|
+ background-color: rgba(18, 93, 178, .9);
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-wechat img {
|
|
|
+ display: block;
|
|
|
+ width: 120px;
|
|
|
+ width: 1.2rem;
|
|
|
+ margin-right: 10px;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-wechat img:nth-child(5) {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-wechat::after {
|
|
|
+ content: "";
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop-wechat .wechat-close {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 5px;
|
|
|
+ cursor: pointer;
|
|
|
+ width: auto;
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/**** pRightMenu ****/
|
|
|
+.pRightMenu {
|
|
|
+ position: fixed;
|
|
|
+ right: 40px;
|
|
|
+ right: .4rem;
|
|
|
+ top: 260px;
|
|
|
+ top: 2.6rem;
|
|
|
+ z-index: 99999;
|
|
|
+}
|
|
|
+
|
|
|
+.pRightMenu a {
|
|
|
+ display: block;
|
|
|
+ width: 72px;
|
|
|
+ width: .72rem;
|
|
|
+ height: auto;
|
|
|
+ min-height: 52px;
|
|
|
+ min-height: .52rem;
|
|
|
+ padding: 10px 0;
|
|
|
+ padding: .1rem 0;
|
|
|
+ background-color: #0d56a7;
|
|
|
+ color: #FFFFFF;
|
|
|
+ border-radius: 5px;
|
|
|
+ margin-top: 6px;
|
|
|
+ margin-top: .06rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pRightMenu img {
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 72px;
|
|
|
+ width: .72rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pRightMenu a:hover img {
|
|
|
+ animation: xuanzhuan 1200ms ease-out infinite alternate;
|
|
|
+}
|
|
|
+
|
|
|
+.pRightMenu span {
|
|
|
+ width: 4em;
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ font-size: .14rem;
|
|
|
+ margin: 5px auto 0;
|
|
|
+ margin: .05rem auto 0;
|
|
|
+}
|
|
|
+
|
|
|
+/**** banner ****/
|
|
|
+.pBanner {
|
|
|
+ width: 100%;
|
|
|
+ height: 620px;
|
|
|
+ height: 6.2rem;
|
|
|
+ background: url(2022-pTop-bg-index.jpg) no-repeat center top #ecf5fd;
|
|
|
+ background-size: 100%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.pBanner .plogo {
|
|
|
+ width: 536px;
|
|
|
+ width: 5.36rem;
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding-top: 96px;
|
|
|
+ padding-top: .96rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch {
|
|
|
+ width: 710px;
|
|
|
+ width: 7.1rem;
|
|
|
+ height: 62px;
|
|
|
+ height: .62rem;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 65px;
|
|
|
+ margin-top: .65rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .ipt {
|
|
|
+ width: 580px;
|
|
|
+ width: 5.8rem;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ border-radius: 3px 0 0 3px;
|
|
|
+ border: 0;
|
|
|
+ outline: 0;
|
|
|
+ padding: 0 10px;
|
|
|
+ padding: 0 .1rem;
|
|
|
+ float: left;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .ipt::placeholder {
|
|
|
+ color: #b0b0b0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .ipt::-webkit-input-placeholder {
|
|
|
+ color: #b0b0b0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .ipt::-moz-placeholder {
|
|
|
+ color: #b0b0b0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .ipt::-ms-input-placeholder {
|
|
|
+ color: #b0b0b0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .searchbtn {
|
|
|
+ width: 110px;
|
|
|
+ width: 1.1rem;
|
|
|
+ height: 100%;
|
|
|
+ line-height: .62rem;
|
|
|
+ display: inline-block;
|
|
|
+ background: #125db2;
|
|
|
+ background-size: contain;
|
|
|
+ border-radius: 0 3px 3px 0;
|
|
|
+ border: 0;
|
|
|
+ outline: 0;
|
|
|
+ float: left;
|
|
|
+ text-align: center;
|
|
|
+ color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .searchbtn img {
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 瀵艰埅 ****/
|
|
|
+.pNav {
|
|
|
+ width: 100%;
|
|
|
+ height: 74px;
|
|
|
+ height: .74rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li {
|
|
|
+ float: left;
|
|
|
+ line-height: 40px;
|
|
|
+ line-height: .4rem;
|
|
|
+ padding-top: 20px;
|
|
|
+ padding-top: .2rem;
|
|
|
+ width: 12.5%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li a {
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 24px;
|
|
|
+ font-size: .24rem;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav .m-nav-current .nav-select i {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li a i {
|
|
|
+ width: 4em;
|
|
|
+ height: 2px;
|
|
|
+ background-color: #F1F193;
|
|
|
+ display: none;
|
|
|
+ margin: 0 auto;
|
|
|
+ z-index: 999;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li a i::after {
|
|
|
+ content: '';
|
|
|
+ border-right: 7px solid transparent;
|
|
|
+ border-left: 7px solid transparent;
|
|
|
+ border-top: 7px solid #F1F193;
|
|
|
+ position: absolute;
|
|
|
+ left: 45%;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li:nth-child(1) a i {
|
|
|
+ width: 2em;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li:nth-child(1) a i::after,
|
|
|
+.pNav li:nth-child(4) a i::after {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li a.nav-home i {
|
|
|
+ width: 2em;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li a.nav-home i::after {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li .nav02 {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 50px;
|
|
|
+ top: .50rem;
|
|
|
+ z-index: 99;
|
|
|
+ overflow: hidden;
|
|
|
+ text-align: center;
|
|
|
+ display: none;
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-top: .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li:nth-child(5) .nav02,
|
|
|
+.pNav li:nth-child(6) .nav02,
|
|
|
+.pNav li:nth-child(7) .nav02,
|
|
|
+.pNav li:nth-child(8) .nav02 {
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li .nav02 a {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 50px;
|
|
|
+ margin-right: .5rem;
|
|
|
+ width: auto;
|
|
|
+ font-weight: 400;
|
|
|
+ opacity: .8;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li .nav02 a:hover {
|
|
|
+ color: #f1f193;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li:hover a i {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li:hover .nav02 {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav li.active a i {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pNav .nav-rgt {
|
|
|
+ height: .8rem;
|
|
|
+ width: 50px;
|
|
|
+ display: none;
|
|
|
+ background: linear-gradient(to right, rgba(0, 83, 147, 0), rgba(0, 83, 147, 0.8));
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 鍒楄〃澶撮儴 ****/
|
|
|
+.listTop .pTop,
|
|
|
+.listTop .pTop .top-left .a-link,
|
|
|
+.listTop .pTop .top-right .a-link {
|
|
|
+ color: #023e7a;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pTop .wechat {
|
|
|
+ background-image: url(2022-pTop-wechat-ico02.png);
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pBanner {
|
|
|
+ height: 200px;
|
|
|
+ height: 2rem;
|
|
|
+ background-image: url(2022-pTop-bg-list.jpg);
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pBanner .plogo {
|
|
|
+ width: 552px;
|
|
|
+ width: 5.52rem;
|
|
|
+ padding-top: 80px;
|
|
|
+ padding-top: .8rem;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pSearch {
|
|
|
+ float: right;
|
|
|
+ margin-top: 85px;
|
|
|
+ margin-top: .85rem;
|
|
|
+ width: 476px;
|
|
|
+ width: 4.76rem;
|
|
|
+ height: 50px;
|
|
|
+ height: .5rem;
|
|
|
+}
|
|
|
+
|
|
|
+/*.listTop .pSearch .ipt {*/
|
|
|
+/* width: 346px;*/
|
|
|
+/* width: 3.46rem;*/
|
|
|
+/* font-size: 16px;*/
|
|
|
+/* font-size: .16rem;*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+.listTop .pSearch .ipt::placeholder {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pSearch .ipt::-webkit-input-placeholder {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pSearch .ipt::-moz-placeholder {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pSearch .ipt::-ms-input-placeholder {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pSearch .searchbtn {
|
|
|
+ width: 110px;
|
|
|
+ width: 1.1rem;
|
|
|
+ line-height: 50px;
|
|
|
+ line-height: .5rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav {
|
|
|
+ background: #004a93;
|
|
|
+ height: 120px;
|
|
|
+ height: 1.2rem;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav .mainWidth {
|
|
|
+ position: initial;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li {
|
|
|
+ line-height: 68px;
|
|
|
+ line-height: .68rem;
|
|
|
+ padding-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li a i::after {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li .nav02 {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ border-bottom: 1px solid #dfdfdf;
|
|
|
+ top: 70px;
|
|
|
+ top: .7rem;
|
|
|
+ height: 49px;
|
|
|
+ height: .49rem;
|
|
|
+ line-height: 49px;
|
|
|
+ line-height: .49rem;
|
|
|
+ padding-top: 0;
|
|
|
+ text-align: center !important;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li .nav02 a {
|
|
|
+ color: #004a93;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li .nav02 a:hover {
|
|
|
+ color: #ff0000;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav .m-nav-current .nav-select i,
|
|
|
+.listTop .pNav .m-nav-current .nav02-show {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop .pNav li .nav-select i,
|
|
|
+.listTop .pNav li .nav02-show {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav {
|
|
|
+ height: 70px;
|
|
|
+ height: .7rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav li .nav02 {
|
|
|
+ background: none;
|
|
|
+ border: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav li .nav02 a {
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav li .nav02 a:hover {
|
|
|
+ color: #FF0000;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav .m-nav-current .nav02-show {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav .m-nav-current .nav-select i {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav li .nav-select i,
|
|
|
+.listTop.zwyw .pNav li .nav02-show {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.zwyw .pNav li:hover .nav02 {
|
|
|
+ display: block !important;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.list .nav02 {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.list .pNav {
|
|
|
+ height: 70px;
|
|
|
+ height: .7rem !important;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.list .pNav .m-nav-current .nav-select i {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.listTop.list .pNav .m-nav-current .nav-select:hover i {
|
|
|
+ display: block !important;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 涓撻澶撮儴 ****/
|
|
|
+.ztTop .pTop,
|
|
|
+.ztTop .pTop .top-left .a-link,
|
|
|
+.ztTop .pTop .top-right .a-link {
|
|
|
+ color: rgba(255, 255, 255, .8);
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .pTop .wechat {
|
|
|
+ background-image: url(2022-pTop-wechat-ico.png);
|
|
|
+ opacity: .8;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztLogo {
|
|
|
+ float: left;
|
|
|
+ margin-top: 22px;
|
|
|
+ margin-top: .22rem;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztLogo img {
|
|
|
+ display: block;
|
|
|
+ width: 305px;
|
|
|
+ width: 3.05rem;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .yshjNav {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztNav {
|
|
|
+ float: right;
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-top: .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztNav li {
|
|
|
+ float: left;
|
|
|
+ width: 100px;
|
|
|
+ width: 1rem;
|
|
|
+ text-align: right;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-top: .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztNav li a {
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztNav li a::after {
|
|
|
+ width: 100%;
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 1px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ margin-top: 2px;
|
|
|
+ opacity: 0;
|
|
|
+ transition: all .3s linear;
|
|
|
+ -webkit-transition: all .3s linear;
|
|
|
+ -moz-transition: all .3s linear;
|
|
|
+ -o-transition: all .3s linear;
|
|
|
+ -ms-transition: all .3s linear;
|
|
|
+}
|
|
|
+
|
|
|
+.ztTop .ztNav li a:hover::after {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner {
|
|
|
+ width: auto;
|
|
|
+ height: 593px;
|
|
|
+ height: 5.93rem;
|
|
|
+ background: no-repeat center;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .mainWidth {
|
|
|
+ position: relative;
|
|
|
+ height: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .banner-img {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .banner-logo {
|
|
|
+ margin: 220px auto 80px;
|
|
|
+ margin: 2.2rem auto .8rem;
|
|
|
+ display: inline-block;
|
|
|
+ z-index: 9;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .pSearch {
|
|
|
+ margin-top: 0;
|
|
|
+ z-index: 9;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .pSearch .ipt {
|
|
|
+ background-color: rgba(255, 255, 255, .2);
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .pSearch .ipt::placeholder {
|
|
|
+ color: rgba(255, 255, 255, .8);
|
|
|
+}
|
|
|
+
|
|
|
+.zt-banner .pSearch .searchbtn {
|
|
|
+ line-height: 62px;
|
|
|
+ line-height: .62rem;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 閮ㄩ棬琛楅晣澶撮儴 ****/
|
|
|
+.bmjzTop .pTop {
|
|
|
+ top: 22px;
|
|
|
+ top: .22rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pTop,
|
|
|
+.bmjzTop .pTop .top-left .a-link,
|
|
|
+.bmjzTop .pTop .top-right .a-link {
|
|
|
+ color: #023e7a;
|
|
|
+}
|
|
|
+
|
|
|
+.pTop .top-left .gh {
|
|
|
+ background: url(2022-pTop-bmjz-gh.png) no-repeat left;
|
|
|
+ background-size: 15px auto;
|
|
|
+ background-size: .15rem auto;
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-left: .2rem;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pTop .top-left .gh {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pTop .wechat {
|
|
|
+ background-image: url(2022-pTop-wechat-ico02.png);
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner {
|
|
|
+ height: 160px;
|
|
|
+ height: 1.6rem;
|
|
|
+ background-image: url(2022-pTop-bg-bmjz.jpg);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo {
|
|
|
+ padding-top: 68px;
|
|
|
+ padding-top: .68rem;
|
|
|
+ height: 72px;
|
|
|
+ height: .72rem;
|
|
|
+ line-height: 72px;
|
|
|
+ line-height: .72rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo img {
|
|
|
+ display: block;
|
|
|
+ height: 100%;
|
|
|
+ float: left;
|
|
|
+ margin-right: 12px;
|
|
|
+ margin-right: .12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo .tit {
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+ width: calc(100% - 110px);
|
|
|
+ width: calc(100% - 1.1rem);
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo h1 {
|
|
|
+ color: #023e7a;
|
|
|
+ font-size: 34px;
|
|
|
+ font-size: .34rem;
|
|
|
+ font-weight: 700;
|
|
|
+ height: 100%;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo h1.h01 {
|
|
|
+ color: #023e7a;
|
|
|
+ top: 0;
|
|
|
+ z-index: 3;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .logo h1.h02 {
|
|
|
+ color: #FFFFFF;
|
|
|
+ top: -2px;
|
|
|
+ left: -2px;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav {
|
|
|
+ /* height: 68px;
|
|
|
+ height: .68rem; */
|
|
|
+ height: 58px;
|
|
|
+ height: .58rem;
|
|
|
+ background-color: #004a93;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav .bg {
|
|
|
+ width: 821px;
|
|
|
+ width: 8.21rem;
|
|
|
+ height: 97px;
|
|
|
+ height: .97rem;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ background: url(2022-bmjzNav-bg.png) no-repeat left;
|
|
|
+ background-size: 821px auto;
|
|
|
+ background-size: 8.21rem auto;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav .mainWidth {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav .mainWidth::after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav .navfive li {
|
|
|
+ width: 20%;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li {
|
|
|
+ float: left;
|
|
|
+ font-size: 22px;
|
|
|
+ font-size: .22rem;
|
|
|
+ font-weight: 700;
|
|
|
+ width: 25%;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li::before {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ width: 1px;
|
|
|
+ height: 24px;
|
|
|
+ height: .24rem;
|
|
|
+ background-color: rgba(255, 255, 255, .5);
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 20px;
|
|
|
+ top: .2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li:last-child:before {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li a {
|
|
|
+ line-height: 38px;
|
|
|
+ line-height: .38rem;
|
|
|
+ /* margin-top: 15px;
|
|
|
+ margin-top: .15rem; */
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-top: .1rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li a::after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ width: 2em;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ height: 2px;
|
|
|
+ opacity: 0;
|
|
|
+ margin: 0 auto;
|
|
|
+ transition: all .3s linear;
|
|
|
+ -webkit-transition: all .3s linear;
|
|
|
+ -moz-transition: all .3s linear;
|
|
|
+ -o-transition: all .3s linear;
|
|
|
+ -ms-transition: all .3s linear;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzNav li a:hover::after {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .pSearch {
|
|
|
+ bottom: 22px;
|
|
|
+ bottom: .22rem;
|
|
|
+ width: 476px;
|
|
|
+ width: 4.76rem;
|
|
|
+ height: 50px;
|
|
|
+ height: .5rem;
|
|
|
+ margin-top: 0;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 76px;
|
|
|
+ top: .76rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .pSearch .ipt {
|
|
|
+ width: 348px;
|
|
|
+ width: 3.48rem;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.bmjzTop .pBanner .pSearch .ipt::placeholder {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pSearch .searchbtn {
|
|
|
+ width: 108px;
|
|
|
+ width: 1.08rem;
|
|
|
+ line-height: .5rem;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 搴曢儴 ****/
|
|
|
+.pFoot-link {
|
|
|
+ /*width: auto;*/
|
|
|
+ /*background-color: #4f4f4f;*/
|
|
|
+ /*color: #FFFFFF;*/
|
|
|
+ /*position: relative;*/
|
|
|
+ /*z-index: 10;*/
|
|
|
+ margin-top: 0;
|
|
|
+ /*margin-top: .3rem;*/
|
|
|
+ /*border-bottom: 1px solid #8b8b8b;*/
|
|
|
+ /*height: 60px;*/
|
|
|
+ /*height: .6rem;*/
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .mainWidth {
|
|
|
+ position: initial;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li {
|
|
|
+ width: 250px;
|
|
|
+ width: 2.5rem;
|
|
|
+ padding-left: 30px;
|
|
|
+ padding-left: .3rem;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .name {
|
|
|
+ width: auto;
|
|
|
+ height: 40px;
|
|
|
+ height: .4rem;
|
|
|
+ line-height: 40px;
|
|
|
+ line-height: .4rem;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-top: .1rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline-block;
|
|
|
+ padding-right: 25px;
|
|
|
+ padding-right: .25rem;
|
|
|
+ background: url(2022-pFoot-select-ico.png) no-repeat right center;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .link-con {
|
|
|
+ width: 100%;
|
|
|
+ min-width: 1400px;
|
|
|
+ min-width: 14rem;
|
|
|
+ height: 0;
|
|
|
+ background: rgba(0, 0, 0, .5);
|
|
|
+ z-index: 11;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 60px;
|
|
|
+ bottom: .6rem;
|
|
|
+ display: block;
|
|
|
+ transition: all .3s linear;
|
|
|
+ -webkit-transition: all .3s linear;
|
|
|
+ -moz-transition: all .3s linear;
|
|
|
+ -o-transition: all .3s linear;
|
|
|
+ -ms-transition: all .3s linear;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .link-con .link-ul {
|
|
|
+ width: 1400px;
|
|
|
+ width: 14rem;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .link-con .link-ul dt {
|
|
|
+ width: 14.28%;
|
|
|
+ float: left;
|
|
|
+ height: 36px;
|
|
|
+ height: .36rem;
|
|
|
+ line-height: 36px;
|
|
|
+ line-height: .36rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .link-con .link-ul dt a {
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li .link-con .link-ul dt a:hover {
|
|
|
+ background: rgba(0, 0, 0, .3);
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-link .link-ul li.active .link-con {
|
|
|
+ display: block;
|
|
|
+ padding: 25px 0;
|
|
|
+ padding: .25rem 0;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm {
|
|
|
+ width: auto;
|
|
|
+ background-color: #4f4f4f;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding: 30px 0;
|
|
|
+ padding: .3rem 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .link {
|
|
|
+ line-height: 20px;
|
|
|
+ line-height: .2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .link a {
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .link a:hover {
|
|
|
+ color: #FF0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .link span {
|
|
|
+ margin: 0 10px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-size: .12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .msg {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .msg p {
|
|
|
+ line-height: 40px;
|
|
|
+ line-height: .4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .msg p span {
|
|
|
+ margin-right: 2em;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .msg a {
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .msg a.ga {
|
|
|
+ background: url(2022-pFoot-ico-ga.png) no-repeat left;
|
|
|
+ background-size: 18px auto;
|
|
|
+ background-size: .18rem auto;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-left: .25rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg {
|
|
|
+ margin-top: 25px;
|
|
|
+ margin-top: .25rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg img {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .dzjg {
|
|
|
+ display: inline-block;
|
|
|
+ height: 78px;
|
|
|
+ height: .78rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .dzjg img {
|
|
|
+ width: 63px;
|
|
|
+ width: .63rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .ga {
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0 25px;
|
|
|
+ margin: 0 .25rem;
|
|
|
+ height: 78px;
|
|
|
+ height: .78rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .ga img {
|
|
|
+ width: 45px;
|
|
|
+ width: .45rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .zfzc {
|
|
|
+ display: inline-block;
|
|
|
+ height: 78px;
|
|
|
+ height: .78rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pFoot-btm .btmimg .zfzc img {
|
|
|
+ margin-top: 11px !important;
|
|
|
+ width: 110px;
|
|
|
+ width: 1.1rem;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 鏍囬鏍峰紡 ****/
|
|
|
+.pHead01 {
|
|
|
+ width: auto;
|
|
|
+ font-size: 36px;
|
|
|
+ font-size: .36rem;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01::after {
|
|
|
+ content: '';
|
|
|
+ display: table;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li {
|
|
|
+ float: left;
|
|
|
+ text-align: center;
|
|
|
+ margin-right: 70px;
|
|
|
+ margin-right: .7rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 a {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ color: #676767;
|
|
|
+ line-height: 2em;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 a::after {
|
|
|
+ width: 2em;
|
|
|
+ height: 5px;
|
|
|
+ height: .05rem;
|
|
|
+ display: none;
|
|
|
+ background-color: #023e7a;
|
|
|
+ content: '';
|
|
|
+ margin: 0 auto;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li.active a {
|
|
|
+ color: #023e7a;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li.active a::after {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li .more {
|
|
|
+ width: 120px;
|
|
|
+ width: 1.2rem;
|
|
|
+ height: 40px;
|
|
|
+ height: .4rem;
|
|
|
+ line-height: 40px;
|
|
|
+ line-height: .4rem;
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: #004a93;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ font-size: .18rem;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF !important;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 18px;
|
|
|
+ top: .18rem;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li .more:hover {
|
|
|
+ background-color: #156cce;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li .more::after {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead01 li.active .more {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead02 {
|
|
|
+ width: auto;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead02 a {
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 30px;
|
|
|
+ font-size: .3rem;
|
|
|
+ line-height: 66px;
|
|
|
+ line-height: .66rem;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead02 a::after {
|
|
|
+ content: '';
|
|
|
+ width: 2em;
|
|
|
+ height: 5px;
|
|
|
+ height: .05rem;
|
|
|
+ background-color: #023e7a;
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 {
|
|
|
+ width: auto;
|
|
|
+ position: relative;
|
|
|
+ line-height: 45px;
|
|
|
+ line-height: .45rem;
|
|
|
+ height: 63px;
|
|
|
+ height: .63rem;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ margin-bottom: .3rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03::after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 span {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ color: #676767;
|
|
|
+ font-size: 36px;
|
|
|
+ font-size: .36rem;
|
|
|
+ color: #023e7a;
|
|
|
+ float: left;
|
|
|
+ margin-right: 75px;
|
|
|
+ margin-right: .75rem;
|
|
|
+ width: 12.5%;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li {
|
|
|
+ float: left;
|
|
|
+ text-align: center;
|
|
|
+ margin-right: 40px;
|
|
|
+ margin-right: .4rem;
|
|
|
+ width: 12.5%;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li a {
|
|
|
+ font-size: 22px;
|
|
|
+ font-size: .22rem;
|
|
|
+ font-weight: 700;
|
|
|
+ display: block;
|
|
|
+ height: 45px;
|
|
|
+ height: .45rem;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li a::after {
|
|
|
+ width: 2em;
|
|
|
+ height: 5px;
|
|
|
+ height: .05rem;
|
|
|
+ display: none;
|
|
|
+ background-color: #023e7a;
|
|
|
+ content: '';
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 12px;
|
|
|
+ margin-top: .12rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li.active a {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #004a93;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead03 li.active a::after {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead04 {
|
|
|
+ position: relative;
|
|
|
+ padding-left: 32px;
|
|
|
+ padding-left: .32rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead04 .tit {
|
|
|
+ font-size: 28px;
|
|
|
+ font-size: .28rem;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 38px;
|
|
|
+ line-height: .38rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead04::before {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ width: 4px;
|
|
|
+ width: .04rem;
|
|
|
+ height: 28px;
|
|
|
+ height: .28rem;
|
|
|
+ background-color: #004a93;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 7px;
|
|
|
+ top: .07rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead05 {
|
|
|
+ border-bottom: 1px solid #125db2;
|
|
|
+}
|
|
|
+
|
|
|
+.pHead05 .tit {
|
|
|
+ background-color: #125db2;
|
|
|
+ text-align: center;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 40px;
|
|
|
+ line-height: .5rem;
|
|
|
+ padding: 0 50px;
|
|
|
+ padding: 0 .5rem;
|
|
|
+ min-width: 100px;
|
|
|
+ min-width: .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 鍒楄〃鏍峰紡 ****/
|
|
|
+.pList01 {
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01 li {
|
|
|
+ line-height: 58px;
|
|
|
+ line-height: .58rem;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01::after,
|
|
|
+.pList01 li::after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01 li a {
|
|
|
+ width: 82%;
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01 li span {
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ color: #b6b6b6;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01 li a:hover {
|
|
|
+ color: #FF0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01 li::after {
|
|
|
+ content: "";
|
|
|
+ clear: both;
|
|
|
+ display: table;
|
|
|
+ line-height: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01.zc li a {
|
|
|
+ width: 70%;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01.zc li .a-btn {
|
|
|
+ float: right;
|
|
|
+ width: auto;
|
|
|
+ padding: 0 12px;
|
|
|
+ padding: 0 .12rem;
|
|
|
+ line-height: 28px;
|
|
|
+ line-height: .28rem;
|
|
|
+ border: 1px solid #a7c9ec;
|
|
|
+ border-radius: 10px;
|
|
|
+ border-radius: .1rem;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ color: #8dafd2;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-top: .15rem;
|
|
|
+}
|
|
|
+
|
|
|
+.pList01.zc li .a-btn:hover {
|
|
|
+ background-color: #a7c9ec;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 褰撳墠浣嶇疆 ****/
|
|
|
+.pLocation {
|
|
|
+ height: 54px;
|
|
|
+ height: .54rem;
|
|
|
+ line-height: 54px;
|
|
|
+ line-height: .54rem;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
+ font-size: 16px;
|
|
|
+ font-size: .16rem;
|
|
|
+ color: #7f7f7f;
|
|
|
+}
|
|
|
+
|
|
|
+.pLocation a {
|
|
|
+ color: #7f7f7f;
|
|
|
+}
|
|
|
+
|
|
|
+.pLocation a:hover {
|
|
|
+ color: #ff0000;
|
|
|
+}
|
|
|
+
|
|
|
+.pLocation span {
|
|
|
+ margin: 0 10px;
|
|
|
+ margin: 0 .1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.mainWidth {
|
|
|
+ width: 14rem;
|
|
|
+ margin: 0 auto;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+/*********** 鍒嗛〉 ***********/
|
|
|
+.pagination {
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-top: .2rem;
|
|
|
+ font-size: 14px;
|
|
|
+ font-size: .14rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination a {
|
|
|
+ width: 32px;
|
|
|
+ width: .32rem;
|
|
|
+ margin: 0 6px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 32px;
|
|
|
+ line-height: .32rem;
|
|
|
+ display: inline-block;
|
|
|
+ background: #eee;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination a:hover {
|
|
|
+ color: #fff;
|
|
|
+ background: #2760b7;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination .pn,
|
|
|
+.pagination .first-page,
|
|
|
+.pagination .last-page {
|
|
|
+ width: 78px;
|
|
|
+ width: .78rem;
|
|
|
+ display: inline-block !important;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination .cur {
|
|
|
+ background: #125db2;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+/**** 鍝嶅簲寮� ****/
|
|
|
+/*html {*/
|
|
|
+/* font-size: 100px;*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1653px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 99.57831325301205px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1643px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 98.97590361445783px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1633px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 98.37349397590361px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1623px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 97.7710843373494px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1613px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 97.16867469879518px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1603px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 96.56626506024096px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1593px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 95.96385542168675px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1583px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 95.36144578313253px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1573px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 94.75903614457831px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1563px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 94.1566265060241px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1553px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 93.55421686746988px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1543px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 92.95180722891566px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1533px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 92.34939759036145px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1523px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 91.74698795180723px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1513px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 91.14457831325301px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1503px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 90.5421686746988px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1493px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 89.93975903614458px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1483px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 89.33734939759036px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1473px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 88.73493975903614px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1463px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 88.13253012048193px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1453px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 87.53012048192771px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1443px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 86.92771084337349px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1433px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 86.32530120481928px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1423px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 85.72289156626506px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1413px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 85.12048192771084px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1403px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 84.51807228915663px;*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1393px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 83.91566265060241px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1383px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 83.31325301204819px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1373px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 82.7108433734939px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1363px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 82.10843373493976px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1353px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 81.5060240963855px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1343px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 80.9036144578313px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1333px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 80.3012048192771px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1323px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 79.6987951807229px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1313px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 79.0963855421687px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1303px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 78.4939759036145px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1293px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 77.8915662650602px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1283px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 77.2891566265060px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1273px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 76.6867469879518px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1263px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 76.0843373493976px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1253px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 75.4819277108434px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1243px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 74.8795180722891px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1233px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 74.2771084337349px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1223px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 73.6746987951807px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1213px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 73.0722891566265px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1203px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 72.4698795180723px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1193px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 71.8674698795181px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1183px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 71.2650602409638px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1173px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 70.6626506024096px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1163px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 70.0602409638554px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1153px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 69.4578313253012px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1143px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 68.8554216867470px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1133px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 68.2530120481928px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1123px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 67.6506024096386px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1113px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 67.0481927710843px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1103px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 66.4457831325301px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1093px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 65.8433734939759px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1083px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 65.2409638554217px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1073px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 64.6385542168675px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1063px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 64.0361445783132px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1053px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 63.4337349397590px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1043px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 62.8313253012048px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1033px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 62.2289156626506px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1023px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 61.6265060240964px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1013px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 61.0240963855422px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 1003px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 60.4216867469879px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 993px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 59.8192771084337px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 983px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 59.2168674698795px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 973px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 58.6144578313253px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 963px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 58.0120481927711px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 953px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 57.4096385542169px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 943px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 56.8072289156626px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 933px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 56.2048192771084px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 923px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 55.6024096385542px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 913px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 55px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 903px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 54.3975903614458px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 893px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 53.7951807228916px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 883px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 53.1927710843373px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 873px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 52.5903614457831px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 863px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 51.9879518072289px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 853px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 51.3855421686747px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 843px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 50.7831325301205px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 833px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 50.1807228915663px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 823px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 49.5783132530120px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 813px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 48.9759036144578px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 803px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 48.3734939759036px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 793px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 47.7710843373494px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 783px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 47.1686746987952px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 773px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 46.5662650602410px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 768px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 80px*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .mainWidth {*/
|
|
|
+/* width: calc(100% - 20px);*/
|
|
|
+/* padding: 0 10px;*/
|
|
|
+/* overflow-x: hidden;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pLocation {*/
|
|
|
+/* padding: .1rem 0;*/
|
|
|
+/* height: auto;*/
|
|
|
+/* line-height: .26rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop {*/
|
|
|
+/* top: 16px;*/
|
|
|
+/* top: .16rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .mainWidth {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* padding: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .top-left .a-link {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .zzJczwgk .pTop .top-left .gh,*/
|
|
|
+/* .bmjzTop .pTop .top-left .gh {*/
|
|
|
+/* display: block;*/
|
|
|
+/* margin-left: 10px;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .top-right .a-link {*/
|
|
|
+/* display: none !important;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .top-right span {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .wechat {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop .bmjz {*/
|
|
|
+/* display: block !important;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop-bmjz {*/
|
|
|
+/* width: calc(100% - 20px);*/
|
|
|
+/* padding: 0 10px;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pTop-bmjz .bmjz-ul li {*/
|
|
|
+/* width: 50%;*/
|
|
|
+/* line-height: 2em;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pRightMenu {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pBanner,*/
|
|
|
+/* .listTop .pBanner {*/
|
|
|
+/* background-size: cover;*/
|
|
|
+/* height: auto;*/
|
|
|
+/* padding-bottom: 30px;*/
|
|
|
+/* padding-bottom: .3rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pBanner .mainWidth {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* padding: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pBanner .plogo,*/
|
|
|
+/* .listTop .pBanner .plogo {*/
|
|
|
+/* width: 78%;*/
|
|
|
+/* padding-top: .65rem;*/
|
|
|
+/* float: none;*/
|
|
|
+/* margin: 0 auto;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pSearch,*/
|
|
|
+/* .listTop .pSearch,*/
|
|
|
+/* .bmjzTop .pBanner .pSearch {*/
|
|
|
+/* width: 90%;*/
|
|
|
+/* height: .5rem;*/
|
|
|
+/* margin-top: .3rem;*/
|
|
|
+/* float: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .pSearch {*/
|
|
|
+/* position: relative;*/
|
|
|
+/* margin-top: -.1rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner.pSearch {*/
|
|
|
+/* right: calc((100% - 90%) / 2);*/
|
|
|
+/* bottom: .8rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pSearch .ipt,*/
|
|
|
+/* .listTop .pSearch .ipt,*/
|
|
|
+/* .bmjzTop .pBanner .pSearch .ipt {*/
|
|
|
+/* width: calc(80% - 20px);*/
|
|
|
+/* padding: 0 10px;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pSearch .searchbtn,*/
|
|
|
+/* .listTop .pSearch .searchbtn,*/
|
|
|
+/* .bmjzTop .pBanner .pSearch .searchbtn,*/
|
|
|
+/* .zt-banner .pSearch .searchbtn {*/
|
|
|
+/* width: 20%;*/
|
|
|
+/* line-height: .5rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pSearch .searchbtn img,*/
|
|
|
+/* .listTop .searchbtn img,*/
|
|
|
+/* .bmjzTop .pBanner .pSearch .searchbtn img {*/
|
|
|
+/* height: 40%;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav {*/
|
|
|
+/* position: relative;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav .mainWidth {*/
|
|
|
+/* box-sizing: border-box;*/
|
|
|
+/* overflow-x: scroll;*/
|
|
|
+/* overflow-y: hidden;*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* padding: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav .mainWidth::-webkit-scrollbar {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav ul {*/
|
|
|
+/* width: 1000px;*/
|
|
|
+/* width: 10rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav li,*/
|
|
|
+/* .listTop .pNav li {*/
|
|
|
+/* width: auto;*/
|
|
|
+/* margin-left: 30px;*/
|
|
|
+/* margin-left: .3rem;*/
|
|
|
+/* font-weight: 700;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav li .nav02 {*/
|
|
|
+/* display: none !important;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pNav .nav-rgt {*/
|
|
|
+/* display: inline-block;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .listTop .pNav {*/
|
|
|
+/* height: 70px;*/
|
|
|
+/* height: .7rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .ztTop .ztLogo {*/
|
|
|
+/* float: none;*/
|
|
|
+/* text-align: center;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .ztTop .ztNav {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .zt-banner {*/
|
|
|
+/* height: auto;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .zt-banner .mainWidth {*/
|
|
|
+/* padding-bottom: .4rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .zt-banner .banner-logo {*/
|
|
|
+/* margin: 1.4rem auto .3rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pHead01 {*/
|
|
|
+/* font-size: .24rem;*/
|
|
|
+/* font-weight: 700;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pHead01 li {*/
|
|
|
+/* width: 33.33%;*/
|
|
|
+/* text-align: center;*/
|
|
|
+/* margin-right: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pHead01 li .more {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pList01 li {*/
|
|
|
+/* line-height: 2.5em;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pList01 li a,*/
|
|
|
+/* .pList01.zc li a {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pList01 li span {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pFoot-link {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pFoot-btm {*/
|
|
|
+/* margin-top: .2rem;*/
|
|
|
+/* padding: .2rem 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pFoot-btm .msg p span {*/
|
|
|
+/* display: block;*/
|
|
|
+/* margin-right: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pFoot-btm .btmimg {*/
|
|
|
+/* margin-top: 10px;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pagination a {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pagination .pn {*/
|
|
|
+/* display: inline-block;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav .mainWidth {*/
|
|
|
+/* overflow: initial;*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* padding: 0;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav #bmjzNavCon.navfive {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* box-sizing: border-box;*/
|
|
|
+/* overflow-x: scroll;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav .navfive::-webkit-scrollbar {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav .navfive #bmzj_host {*/
|
|
|
+/* width: 166vw;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav .bg {*/
|
|
|
+/* display: none;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzNav li {*/
|
|
|
+/* padding: 0;*/
|
|
|
+/* text-align: center;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner {*/
|
|
|
+/* height: 2.3rem;*/
|
|
|
+/* background-size: auto 100%;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .mainWidth {*/
|
|
|
+/* overflow: initial;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .logo {*/
|
|
|
+/* padding-top: .6rem;*/
|
|
|
+/* line-height: .5rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .logo img {*/
|
|
|
+/* float: none;*/
|
|
|
+/* display: block;*/
|
|
|
+/* margin: 0 auto;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .logo .tit {*/
|
|
|
+/* float: none;*/
|
|
|
+/* width: calc(100% - 20px);*/
|
|
|
+/* padding: 0 10px;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .bmjzTop .pBanner .logo h1 {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* text-align: center;*/
|
|
|
+/* font-size: .24rem;*/
|
|
|
+/* }*/
|
|
|
+
|
|
|
+/* .pGuidangImg {*/
|
|
|
+/* top: 10px;*/
|
|
|
+/* top: .1rem;*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+/*@media screen and (max-width: 320px) {*/
|
|
|
+/* html {*/
|
|
|
+/* font-size: 70px*/
|
|
|
+/* }*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+@keyframes xuanzhuan {
|
|
|
+ 0% {
|
|
|
+ transform: rotateY(0deg);
|
|
|
+ -ms-transform: rotateY(0deg);
|
|
|
+ -moz-transform: rotateY(0deg);
|
|
|
+ -webkit-transform: rotateY(0deg);
|
|
|
+ -o-transform: rotateY(0deg);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: rotateY(360deg);
|
|
|
+ -ms-transform: rotateY(360deg);
|
|
|
+ -moz-transform: rotateY(360deg);
|
|
|
+ -webkit-transform: rotateY(360deg);
|
|
|
+ -o-transform: rotateY(360deg);
|
|
|
+ }
|
|
|
+}
|