/* 头 */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
 background-color: #fff;
}

.index-header-top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index-header-top-nav>li {
    height: 98px;
    line-height: 98px;
    position: relative;
    text-align: center;

}

.index-header-top-nav>li>a {
    color: #333;
    font-size: 16px;
    display: inline;
    padding: 2px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
}
.index-header-top-nav>li{
    color: #333;
    font-size: 16px;
    display: inline;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
    width: 110px;
}
nav>.nav-list {
    width: 100%;
    height: 320px;
    background-color: #0d265c;
    position: absolute;
    top:90px;
    left:0;
    box-sizing: border-box;
    padding:30px 300px;
    display: none;
}
nav>.nav-list h3 {
    margin-bottom: 20px;
    font-size: 32px;
	color: #fcc900;
}
nav>.nav-list>div>img{
   margin-left: 20px;
}
nav>.nav-list ul{
    width: 600px;
    flex-wrap: wrap;
  }
nav>.nav-list ul li{
  margin:0 30px;
  font-size: 16px;
   margin-bottom: 30px;
	color: #fcc900;
}
nav>.nav-list ul li a{
    color: #fcc900;
  }

/* 脚 */
.foot-baoming {
    width: 100%;
    height: 89px;
    background-color: #b50005;
}
.foot-baoming label{
    margin-right: 5px;
}

/* footer > .foot-list {
    width: 100%;
    height: 565px;
    background-image: url('../images/foot.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;Ff
    position: relative;
} */

.foot-baoming > .bm-list {
    width: 1200px;
    font-size: 20px;
    color: #ffffff;
}

.foot-baoming > .bm-list  div {
    font-size: 20px;
}

.foot-baoming > .bm-list  input {
    width: 205px;
    height: 50px;
    padding: 0px 10px;
    border: solid 1px #f5c712;
    color: #b50005;

    font-size: 18px;
}

.foot-baoming> .bm-list  select {
    width: 205px;
    height: 50px;
    padding: 0px 10px;
    border: solid 1px #f5c712;
    color: #b50005;

    font-size: 18px;
}

.foot-baoming > .bm-list  select > option {
    color: #ffffff;
    background-color: #0d265c;
}

.foot-baoming > .bm-list > .btn {
    width: 151px;
	height: 50px;
    border: solid 1px #f5c712;
   background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #b50005;

}

::-webkit-input-placeholder {
    color: #ffffff;
}
/* footer > .foot-list{
    width:1200px
}
footer > .foot-list > div {
    color: #fff;
    margin-right: 100px;

}

footer > .foot-list > .logo {
    width: 163px;
    height: 191px;
}

footer > .foot-list > .code {
    width: 190px;
    height: 188px;
}

footer > .foot-list > div > h4 {
    font-size: 24px;
    margin-bottom: 40px;
}

footer > .foot-list > div > p {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}

footer > .foot-list > img {
    margin-right: 30px;
} */

.foot-list > .foot-bz {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 8%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}
.foot-list > .foot-bz>div>a {
    font-size: 14px;
    color: #fff;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
form,
input,
textarea,
article,
section,
img,
li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, simsun, sans-serif;
}

.logo_left{
    margin-right: 30px;
}
a {
    text-decoration: none;

}

ul li {
    list-style-type: none;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-y {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-y-around {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}

.flex-y-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.flex-y-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page ul {
    padding: 0;
    min-width: 450px;
    margin:0 auto;
}

.page ul::after {
    content: '';
    display: block;
    clear: both;
}

.page ul li {
    float: left;
    width: auto;
    margin: 0 5px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #eeeeee;
    color: #999999;

    list-style: none;
}

/* .page ul .radius{
   border-radius: 16px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   -ms-border-radius: 16px;
   -o-border-radius: 16px;
} */
.page a {
    color: #aaa;
    font-family: "微软雅黑";
    padding: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-left: none;
}

/* .page ul li:first-child a{
    border-left: 1px solid #ccc;
} */

.page ul li a:hover {
    background-color: #b50005;

}

.page ul li a:hover {
    color: #fff;
}

.page .disabled a:hover {
    background-color: white;
    cursor: not-allowed;
    color: #aaa;
}

.page .active a {
    background-color: #b50005;
    color: #fff;

}

/* 修改轮播样式 */
/* main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

main .swiper-pagination-bullet-active {
    opacity: 1;
    width: 15px;
    border-radius: 30%;
    background: #fff;
} */


.share_list {
    position: fixed;
    bottom: 10px;
    z-index: 10000;
    right: 20px;
}

.share_box > li {
    margin-bottom: 10px;
    position: relative;
    background-color: #acacab;
    border-radius: 50%;
    width: 64px;
    height: 64px;

    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_box > li img {
    width: 30px;
    height: 36px;
}

.share_box > li:nth-of-type(2) > img:nth-last-of-type(1) {
    width: 95px;
    height: 95px;
    position: absolute;
    left: -110px;
    top: -25px;
    display: none
}

.share_box > li:nth-last-of-type(2):hover > div {
    display: flex
}

.share_box > li:nth-of-type(2):hover img {
    display: inline-block
}

.share_box > li:nth-last-of-type(2) div {
    background-color: #0d265c;
    width: 206px;
    height: 65px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    display: none
}

.share_box > li:nth-last-of-type(2) div > p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;

}

.share_box > li:nth-last-of-type(2) > img {
    width: 35px;
    height: 36px;
}

.share_box > li:nth-last-of-type(1) {
    /* margin-top: 100px; */
    cursor: pointer;
}
.bread-nav {
    margin: 30px 0;
    color: #999;
    margin-left: 15%;
}
.bread-nav a {
    color: #999;
    font-size: 16px;
}
.share_box>.share-img:hover img{
    display: block;
}

main{
    margin-top: 90px;
}
body{
    min-width: 1000px;
}
.index-header-top-nav>.mark_show{
    color: #b50005;
}
.index-header-top-nav>.mark_show>a{
    color: #b50005;
}
.second-ul{
    display: none;
}
.second-ul>li{
    width: 100%;
    height:60px;
    text-align: center;
    line-height: 60px;
    background:rgba(181,0,5,.5);

}
.second-ul>li>a{
    color: #ffffff;
    font-size: 16px;
}
.index-header-top-nav>li:hover .second-ul{
    display: block;
}
.foot-center ul{
    margin-top: 30px;
}
.foot-center ul>li{
    width: 280px;
	height: 36px;
	background-color: #b50005;
    border-radius: 18px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.foot-center ul>li>img{
   position: absolute;
   left:1%;
   top:50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   width: 30px;
   height: 30px;
}
.foot-center-item>img{
    width: 149px;
    height: 149px;
    margin-bottom: 25px;
}
.foot-center-item>h5{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.foot-center>div>.red-logo{
    width:177px;
    height: 152px;
    margin-right: 30px;
}
.foot-list h4{
    font-size: 20px;
	letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;

}
.foot-left>ul a{
    font-size: 14px;
	color: #ffffff;
}
.foot-left>ul{
    margin-top: 40px;
    padding-right: 30px;

}
.foot-left>ul>li{
    margin-bottom:30px ;
}
.foot-list>.foot-left{
    width:200px;
    border-right:3px solid rgba(255,255,255,.6);
}
.foot-list>.foot-center{
    margin:0 100px;
}
.foot-list>.foot-right{
  padding-left: 50px;
  border-left:3px solid rgba(255,255,255,.6);
}
.foot-background {
    width: 100%;
    height: 1080px;
    background-image: url('../images/foot-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
}
.foot-right>h4{
    text-align: left;
    margin-bottom: 20px;
}
.foot-right>div{
    width:240px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
