*{
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}
body{
  background: #F7F7F7;
  font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a{
    text-decoration: none;
    color: inherit;
}
ul{
  font-size: 0px;
}
li{
    list-style: none;
}
/* 字体 */
.f10{
  font-size: 10px;
}
.f12{
  font-size: 12px;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f22{
  font-size: 22px;
}
.f24{
  font-size: 24px;
}
.f26{
  font-size: 26px;
}
.f28{
  font-size: 28px;
}
.f30{
  font-size: 30px;
}
/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both; height:0;overflow:hidden;}

.xs-hidden{display: block !important;}
.xs-show{display: none !important;}

/* 版心 */
.content{
  width: 1400px;
  margin: 0 auto;
}

/* 移动端头部 */
.m-header{
  display: none;
}
/* 导航栏样式 */
header {
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
  z-index: 30;
}

header>a{
	color: #FFFFFF;
	line-height: 80px;
	margin-left: 55px;
  margin-right: 53px;
  padding-top: 10px;
  font-size: 10px;
}

header>a img{
	margin-top: 22px;
}

header>ul>li {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 20px;
	float: left;
	line-height: 80px;
  margin-right: 20px;
	/* text-transform: uppercase;
  letter-spacing: 2px; */
}
header>ul>li>a{
  text-align: center;
  padding: 0px 10px;
  display: block;
  width: 100%;
  height: 80px;
}
header>ul>li:hover{
  font-weight: bold;
}

header>ul .overstriking{
  font-weight: bold;
}

header>.right{
	/* margin-top: 34px; */
  margin-right: 71px;
  color: #FFFFFF;
  /* margin-left: 300px; */
  display: flex;
  align-items: center;
  font-size: 20px;
}
header>.right ul{
  display: inline-block;
}
header>.right>ul>li{
  color: #FFFFFF;
	font-size: 16px;
	margin-right: 40px;
  display: inline-block;
  height: 80px;
}
header>.right>ul>li>a{
  height: 77px;
  line-height: 80px;
  display: inline-block;
  padding: 0px 10px;
  /* float: left; */
}

header>.right span{
  margin-right: 40px;
}
header>.right .searchImg{
  margin-left: 24px;
  width: 26px;
  height: 26px;
  background: url('../img/index4.png');
  background-size: cover;
}

header>.right .language{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  position: relative;
  padding:0 24px 0 28px;
  height: 80px;
  background: url('../images/language_icon.png') no-repeat left center;
}

header .right .language::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: #fff;
  right: 0;
}


header>.right select{
	background-color:transparent;
	font-size: 16px;
	border: none;
  color: #FFFFFF;
  outline: none;
}
header>.right option{
  background-color: #A8875A;
}

header.show{
  height: 80px;
  background: #FFFFFF;
}
header.show>a>svg path{
  fill: #004386;
}
header.show>a{
  line-height: 80px;
  padding-top: 10px;
}
header.show>a span{
  color: #004386;
  font-weight: bold;
}
header.show>ul>li>a{
  text-align: center;
  padding: 0px 10px;
  display: block;
  width: 100%;
  height: 77px;
  color: #333333;
}
header.show>ul>li{
  box-sizing: border-box;
  line-height: 80px;
}
header.show>ul>li:hover>a{
  font-weight: bold;
  border-bottom: 3px solid #004386;
  color: #004386;
}
header.show .right{
  color: #333333;
}
header.show .right>ul>li:hover>a{
  font-weight: bold;
  border-bottom: 3px solid #004386;
  color: #004386;
}
header.show>.right>ul>li a{
  color: #333333;
}
header.show>.right select{
  color: #333333 !important;
}
header.show>.right .searchImg{
  content: url(../img/news1.png);
  cursor: pointer;
}

header.whitening{
  height: 80px;
  background: #FFFFFF;
}
header.whitening>a>svg path{
  fill: #004386;
}
header.whitening>a{
  line-height: 80px;
  padding-top: 10px;
}
header.whitening>a span{
  color: #004386;
  font-weight: bold;
}
header.whitening>ul>li>a{
  text-align: center;
  padding: 0px 10px;
  display: block;
  width: 100%;
  height: 77px;
  color: #333333;
}
header.whitening>ul>li{
  box-sizing: border-box;
  line-height: 80px;
}
header.whitening>ul li:hover>a{
  font-weight: bold;
  border-bottom: 3px solid #004386;
  color: #004386;
}
header.whitening .right{
  color: #333333;
}
header.whitening .right>ul>li:hover>a{
  font-weight: bold;
  border-bottom: 3px solid #004386;
  color: #004386;
}
header.whitening>.right>ul>li a{
  color: #333333;
}
header.whitening>.right select{
  color: #333333 !important;
}
header.whitening>.right .searchImg{
  background: url(../img/news1.png);
  cursor: pointer;
}

header.whitening .right .language,
header.show .right .language{
  background-image: url('../images/language_h_icon.png');
  color: #333;
}
header.whitening .right .language::after,
header.show .right .language::after{background: #333;}



/* 页脚 */
.footer{
  /* width: 100%;
  height: 610px;
  background: url(../images/footer1.png); */
  border-top: 4px solid #A8875A;
  position: relative;
}
.footer .bgcolorleft{
  width: 41%;
  height: 380px;
  background: #1F2128;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.footer .bgcolorright{
  width: 59%;
  height: 380px;
  background: #252830;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.footer .left{
  width: 518px;
  /* height: 610px; */
  padding-right: 57px;
  box-sizing: border-box;
}
.footer .right{
  width: 882px;
  /* height: 610px; */
  padding-left: 53px;
  box-sizing: border-box;
}
.footer .left>p{
font-size: 20px;
color: #A8875A;
border-bottom: 1px solid rgba(255, 255, 255, 0.24);
margin-top: 94px ;
margin-bottom: 30px;
line-height: 50px;
}
.footer .relation li{
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  height: 21px;
}
.footer .relation img{
  display: inline-block;
  margin-right: 10px;
}
.footer .relation li{
margin-bottom: 20px;
}
.footer .relation span{
  font-size: 16px;
  color: #A8875A;
  margin-right: 6px;
}
.footer .share{
margin-top: 50px;
}
.footer .share li{
margin-right: 35px;
float: left;
}
.footer .share img{
width: 125px;
}
.footer .share p{
width: 125px;
height: 56px;
line-height: 56px;
text-align: center;
color: #FFFFFF;
font-size: 14px;
}
.footer .right>p:nth-child(1){
font-weight: bold;
font-size: 26px;
color: #A8875A;
margin-top: 60px;
}
.footer .right>p:nth-child(2){
color: #999999;
font-size: 14px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.24);;
line-height: 50px;
}
.footer .right li{
/*width: 400px;*/
/*margin-right: 29px;*/
/*margin-bottom: 20px;*/
float: left;
}
.footer .right li:nth-child(7){
width: 829px;
}
/*.footer .right li:nth-child(2n){*/
/*margin-right: 0px;*/
/*}*/
.footer .right li p{
color: #A8875A;
font-size: 16px;
margin-bottom: 8px;
}
.footer .right .text{
width: 100%;
height: 25px;
background-color:transparent;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.24);
color: #A8875A;
outline: none;
}
.footer .right .submit{
  width: 150px;
  height: 40px;
  border: none;
  background: url(../images/tijiao.png)no-repeat 39px center;
  background-size: 17px 13px;
  color: #FFFFFF;
  background-color: #A8875A;
  padding-left: 15px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 27px;
  font-size: 16px;
}
.footer .right .submit:hover{
  background-color: #97784E;
}
/* .footer .right>div{
width: 150px;
height: 40px;
background: #A8875A;
margin-top: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
}
.footer .right>div img{
width: 15px;
height: 12px;
display: inline-block;
}
.footer .right>div span{
font-size: 16px;
color: #FFFFFF;
margin-left: 13px;
} */
.footer>p{
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  background: #1F2128;
  color: #8C8C8C;
  position: absolute;
  top: 380px;
  left: 0px;
}


/* 视频弹窗 */
.video-pop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 99;display: none;}
.video-pop-main{position: absolute;left: 50%;top: 50%;width: 900px;height: 506px;background: #000;margin: -253px 0 0 -450px;}
.video-pop-main .close{display: block;width: 30px;height: 30px;background: url('../img/video_close.png') no-repeat;position: absolute;right: -50px;top: 0;}
.video-pop-main .close:hover{transform:rotate(180deg);}
.video-pop-main .video video{display: block;width: 100%;height: 506px;}
.video-pop-main .prism-player{width: 100% !important;height: 506px !important;}

/* 面包屑 */
.nav{
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #E5E5E5;
}
.nav p{
  width: 200px;
  display: inline-block;
  font-size: 14px
}
.nav p a{
  color: #000000;
}
.nav .gray{
  color: #999999;
}
.nav ul{
  display: inline-block;
}
.nav li{
  font-size: 16px;
  line-height: 48px;
  color: #000000;
  display: inline-block;
  margin-left: 35px;
  position: relative;
}
.nav .underline::after{
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0px;
  content: '';
  background: #A8875A;
  z-index: -1;
}

/* 下拉框 */
.pullDown{
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.96;
  position: absolute;
  top: 80px;
  left: 0px;
  padding-top: 34px;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}
header>ul>li:nth-child(1) .pullDown{
  height: 270px;
}
header>ul>li:nth-child(2) .pullDown{
  height: 250px;
}
.pullDown .content{
  padding-left: 185px;
}
.pullDown>div>div{
  float: left;
  margin-right: 50px;
}
.pullDown p{
  margin-bottom: 15px;
  float: left;
  line-height: 21px;
}
.pullDown p img{
  display: block;
  height: 24px;
  float: left;
  margin-right: 8px;
}
.pullDown ul{
  float: left;
}
.pullDown li{
  font-size: 14px;
  color: #666666;
  margin: 0px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: normal;
}
.pullDown .caption{
  font-size: 14px;
  color: #333333;
}
.pullDown .caption:hover{
  color: #A8875A;
}
.pullDown li:nth-child(1){
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}
.pullDown li:hover{
  color: #A8875A;
}

/* 搜索弹出框 */
.searchBox{
  height: 100%;
  width: 100%;
  background: #003C78;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding-top: 34px;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}
.searchBox p{
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 50px;
}
.searchBox .search{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.searchBox .text{
  width: 80%;
  height: 92px;
  border: none;
  background: none;
  outline: none;
  font-size: 1.8229vw;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.searchBox .submit{width: 1.6146vw;height: 1.6146vw;background: url('../img/index4.png') no-repeat;background-size: 100%;border:none;cursor: pointer;}
.searchBox input::-webkit-input-placeholder{
  color: rgb(255, 255, 255);
}
.searchBox ul{
  width: 340px;
}
.searchBox li {
  font-size: 1.1458vw;
  line-height: 1.4583vw;
  margin-top: 2.5vw;
  transition: all .3s ease-in-out;
  display: inline-block;
  width: 170px;
  color: #FFFFFF;
}
.searchBox li:hover{
  color: #A8875A;
  font-weight: bold;
  transform: translateX(20px);
}
.searchBox .close{
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.searchBox .close:hover{
  transform: rotate(180deg);
}
.bannerBox{
  position: relative;
  display: inline-block;
}

/* page */
.page{width:100%;height:40px;display: flex;justify-content: center; line-height:38px;margin-bottom: 100px;text-align: center;}
.page div{float: none;margin-right: 10px;font-size: 16px;}
.page_con{display:inline-block;*display:inline;*zoom:1;}
.page a,
.page_text,
.page_btn{display:block;width:38px;height:38px;float:left;border:1px solid #d9d9d9;font-size:14px;color:#888;background:#fff;margin:0 5px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);transition: all 0.3as ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page a:hover,
.page_btn:hover{background:#f5f5f5;}
.page a.on{background:#A8875A;color:#fff;font-weight:bolder;border-color:#A8875A;}
.page a.prev,
.page a.next{width:68px;}
.page a.prev{margin-right:15px;}
.page a.non{background:#f8f8f8;border-color:#e9e9e9;color:#ababab;cursor:default;}
.page span{font-size:14px;color:#666;margin:0 5px;}
.page_text{text-align:center;color:#333;}
.page_btn{color:#666;width:68px;}

/* 右侧浮动 */
.sidebar{
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 100;
  cursor: pointer;
}
.sidebar li{
  width: 48px;
  height: 48px;
  background: #003C78;
  border-radius: 2px;
  position: relative;
  margin-bottom: 2px;
}
.sidebar li:hover{
  background: #A8875A;
}
.sidebar li .icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sidebar .WeChat>div{
  display: none;
  position: absolute;
  top: 0px;
  left: -348px;
  width: 340px;
  height: 197px;
  background: #FFFFFF;
  padding: 0px 30px;
  padding-top: 16px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.sidebar .WeChat>div::before{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -12px;
    top: 14%;
    margin-top: -6px;
}
.sidebar .WeChat>div>div{
  display: inline-block;
  width: 125px;
  height: 153px;
}
.sidebar .WeChat>div .left{
  margin-right: 30px;
}
.sidebar .WeChat>div p{
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.sidebar .tel>div{
  display: none;
  position: absolute;
  top: -20px;
  left: -278px;
  width: 270px;
  height: 88px;
  background: #FFFFFF;
  padding-left: 47px;
  padding-top: 20px;
  box-sizing: border-box;
}
.sidebar .tel>div span{
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.sidebar .tel>div p{
  font-size: 24px;
  line-height: 35px;
  color: #004386;
}
.sidebar .tel>div::before{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}

.cookie-pop{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    box-sizing: border-box;
    width: 500px;
}

.cookie-pop .info{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    text-align: center;
}

.cookie-pop .action{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.cookie-pop .action a{
    display: block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px;
    background: #666;
}
.cookie-pop .action .yes{
    background: #004386;
}

.cookie-pop .close{
    display: block;
    width: 18px;
    height:19px;
    background: url(../images/cookie_close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

