@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
   overflow-x: hidden;
   overflow-y: auto;
}
/*h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.2;color: inherit;}*/
ul,li{list-style: none;}
a{text-decoration: none;color:inherit;}
img{vertical-align: middle;outline: none;border: 0;}
body {
  font-family:"Microsoft Yahei", "Arial",  "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background:#fff;
}
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand { display: none;} 
iframe{border: none;vertical-align: top;}
:before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  /*border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;*/
}
/*全局样式*/
.wrapper,.wrap{
	width: 90%;
	clear:both;
	max-width: 1360px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
	/*overflow:hidden;*/
}
.wrapper2{
	width: 90%;
	clear:both;
	max-width: 1400px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.BarDivwrap{
	width:1280px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	top:10px;
}
.layout-wrap{
	width:1280px;
	margin:0 auto;
}
@media (min-width:1200px) and (max-width:1440px){
.wrapper{
	width: 90%;
	max-width: 1280px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper2{
	width:1280px;
	margin-left: auto;
	margin-right: auto;
}
.layout-wrap{
	width:1280px;
	margin:0 auto;
}
}
@media (min-width:1440px){
.layout-wrap{
	width:1360px;
	margin:0 auto;
}
.BarDivwrap{
	width:1360px;
	position:absolute;
	left:50%;
	margin-left:-680px;
	top:10px;
}
}

/********2021-6-12****************************/
@media screen and (max-width: 1440px){
	.limit{
		max-width: 1280px;
	}
}
@media screen and (max-width: 1366px){
	.limit{
		max-width: 1150px;
	}
}
@media screen and (max-width: 1280px){
	.limit{
		max-width: 85%;
	}
}
/*********************************************/
.clearfix:before,.clearfix:after,
.container:before,.container:after,
.container-middle:before,.container-middle:after{
  content: " ";display: table;
}
.clearfix:after,.container:after,.container-middle:after{
  clear: both;
}
.pull-left{float: left;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.text-align{text-align: center;}
.section{width: 100%;overflow: hidden;}
.out{overflow-y: auto;padding-right: 5px;}
.out::-webkit-scrollbar {
 width: 3px;
 background-color: #fff;
}
.out::-webkit-scrollbar-thumb {
 background-color:#ec1b24;
 border-radius: 10px;
}
/*特殊字体*/
@font-face {
	/* FrutigerNextLt-regular */
  font-family: "FrutigerNextLt-regular";
  src: url("../fonts/FrutigerNextLt-regular.eot");
  src: url("../fonts/FrutigerNextLt-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNextLt-regular.woff") format("woff"), url("../fonts/FrutigerNextLt-regular.ttf") format("truetype"), url("../fonts/FrutigerNextLt-regular.svg") format("svg")
}
@font-face {
    font-family: 'fontaw';
    src: url('../fonts/FontAwesome.eot');
    src: local('☺'), url('../fonts/FontAwesome.woff') format('woff'),
     url('../fonts/FontAwesome.ttf') format('truetype'),
      url('../fonts/FontAwesome.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	/* 藏文 */
    /*font-family: 'AkzidenzGrotesk-Cond';
    src: url('../fonts/AkzidenzGrotesk-Cond.eot');
    src: local('☺'), url('../fonts/AkzidenzGrotesk-Cond.woff') format('woff'),
     url('../fonts/AkzidenzGrotesk-Cond.ttf') format('truetype'),
      url('../fonts/AkzidenzGrotesk-Cond.svg') format('svg');
    font-weight: normal;
    font-style: normal;*/
}

@font-face {
	/* 思源宋体CN半粗体 */
    /*font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.eot');
    src: local('☺'), url('../fonts/SourceHanSerifCN-SemiBold.woff') format('woff'),
     url('../fonts/SourceHanSerifCN-SemiBold.ttf') format('truetype'),
      url('../fonts/SourceHanSerifCN-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
@font-face {
	/* SourceHanSerifCN-Medium 思源宋体CN中等 */
    /*font-family: 'SourceHanSerifCN-Medium';
    src: url('../fonts/SourceHanSerifCN-Medium.eot');
    src: local('☺'), url('../fonts/SourceHanSerifCN-Medium.woff') format('woff'),
     url('../fonts/SourceHanSerifCN-Medium.ttf') format('truetype'),
      url('../fonts/SourceHanSerifCN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;*/
}

@font-face {
	/* CENTSCHBKCYRILL-BT-ROMAN */
    font-family: 'CENTSCHBKCYRILL-BT-ROMAN';
    src: url('../fonts/CENTSCHBKCYRILL-BT-ROMAN.eot');
    src: local('☺'), url('../fonts/CENTSCHBKCYRILL-BT-ROMAN.woff') format('woff'),
     url('../fonts/CENTSCHBKCYRILL-BT-ROMAN.ttf') format('truetype'),
      url('../fonts/CENTSCHBKCYRILL-BT-ROMAN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	/* FrutigerNextLt-mediumt */
  font-family: "FrutigerNextLt-mediumt";
  src: url("../fonts/FrutigerNextLt-mediumt.eot");
  src: url("../fonts/FrutigerNextLt-mediumt.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNextLt-mediumt.woff") format("woff"), url("../fonts/FrutigerNextLt-mediumt.ttf") format("truetype"), url("../fonts/FrutigerNextLt-mediumt.svg") format("svg")
}
@font-face {
	/* FrutigerNextLt-medium */
  font-family: "FrutigerNextLt-medium";
  src: url("../fonts/FrutigerNextLt-medium.eot");
  src: url("../fonts/FrutigerNextLt-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNextLt-medium.woff") format("woff"), url("../fonts/FrutigerNextLt-medium.ttf") format("truetype"), url("../fonts/FrutigerNextLt-medium.svg") format("svg")
}
@font-face {
  font-family: "FrutigerNextLt-bold";
  src: url("../fonts/FrutigerNextLt-bold.eot");
  src: url("../fonts/FrutigerNextLt-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerNextLt-bold.woff") format("woff"), url("../fonts/FrutigerNextLt-bold.ttf") format("truetype"), url("../fonts/FrutigerNextLt-bold.svg") format("svg")
}
@font-face {
	/* DIN1451 */
  font-family: "DINMITTELSCHRIFTSTD";
  src: url("../fonts/DINMITTELSCHRIFTSTD.eot");
  src: url("../fonts/DINMITTELSCHRIFTSTD.eot?#iefix") format("embedded-opentype"),
   url("../fonts/DINMITTELSCHRIFTSTD.woff") format("woff"), 
   url("../fonts/DINMITTELSCHRIFTSTD.ttf") format("truetype"),
	url("../fonts/DINMITTELSCHRIFTSTD.svg") format("svg")
}

@font-face {
	/* 思源宋体CN粗体 */
  font-family: "SourceHanSerifCN-Bold";
  src: url("../fonts/SourceHanSerifCN-Bold.eot");
  src: url("../fonts/SourceHanSerifCN-Bold.eot?#iefix") format("embedded-opentype"),
   url("../fonts/SourceHanSerifCN-Bold.woff") format("woff"), 
   url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"),
	url("../fonts/SourceHanSerifCN-Bold.svg") format("svg")
}

@font-face {
	/* 45light */
  font-family: "hnp-lt";
  src: url("../fonts/HelveticaNeueLTPro-Lt.eot");
  src: url("../fonts/HelveticaNeueLTPro-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Lt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-Lt.svg") format("svg")
}

@font-face {
  font-family: "REDUCTO-CONDENSED-SSI-CONDENSED";
  src: url("../fonts/REDUCTO-CONDENSED-SSI-CONDENSED.eot");
  src: url("../fonts/REDUCTO-CONDENSED-SSI-CONDENSED.eot?#iefix") format("embedded-opentype"), url("../fonts/REDUCTO-CONDENSED-SSI-CONDENSED.woff") format("woff"), url("../fonts/REDUCTO-CONDENSED-SSI-CONDENSED.ttf") format("truetype"), url("../fonts/REDUCTO-CONDENSED-SSI-CONDENSED.svg") format("svg")
}

@font-face {
  font-family: "DINNEUZEITGROTESKSTD-LIGHT";
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot");
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.woff") format("woff"), url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.ttf") format("truetype"), url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.svg") format("svg")
}

@font-face {
  font-family: "DIN-REGULAR";
  src: url("../fonts/DIN-REGULAR.eot");
  src: url("../fonts/DIN-REGULAR.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-REGULAR.woff") format("woff"), url("../fonts/DIN-REGULAR.ttf") format("truetype"), url("../fonts/DIN-REGULAR.svg") format("svg")
}
@font-face {
  font-family: "DIN-Light";
  src: url("../fonts/DIN-Light.eot");
  src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"),
   url("../fonts/DIN-Light.woff") format("woff"), 
   url("../fonts/DIN-Light.ttf") format("truetype"),
	url("../fonts/DIN-Light.svg") format("svg")
}
/*@font-face {
  font-family: "OPENSANS-REGULAR";
  src: url("../fonts/OPENSANS-REGULAR.eot");
  src: url("../fonts/OPENSANS-REGULAR.eot?#iefix") format("embedded-opentype"), url("../fonts/OPENSANS-REGULAR.woff") format("woff"), url("../fonts/OPENSANS-REGULAR.ttf") format("truetype"), url("../fonts/OPENSANS-REGULAR.svg") format("svg")
}
@font-face {
    font-family: 'AkzidenzGrotesk-ExtraBoldCondAlt';
    src: url('../fonts/AkzidenzGrotesk-ExtraBoldCondAlt.eot');
    src: local('☺'), url('../fonts/AkzidenzGrotesk-ExtraBoldCondAlt.woff') format('woff'),
     url('../fonts/AkzidenzGrotesk-ExtraBoldCondAlt.ttf') format('truetype'),
      url('../fonts/AkzidenzGrotesk-ExtraBoldCondAlt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.eot");
  src: url("../fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DIN-BOLD.woff") format("woff"), 
  url("../fonts/DIN-BOLD.ttf") format("truetype"), 
  url("../fonts/DIN-BOLD.svg") format("svg")
}
/*iconfont*/
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?v=1.0'); /* IE9*/
  src: url('../fonts/iconfont.eot?v=1.0#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?v=1.0.woff') format('woff'),
  url('../fonts/iconfont.ttf?v=1.0') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?v=1.0#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face {
  font-family: "Helvetica Condensed Bold_0";
  src: url("../fonts/Helvetica Condensed Bold_0.eot");
  src: url("../fonts/Helvetica Condensed Bold_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica Condensed Bold_0.woff") format("woff"), url("../fonts/Helvetica Condensed Bold_0.ttf") format("truetype"), url("../fonts/Helvetica Condensed Bold_0.svg") format("svg")
}

.iconfont {
  font-family:"iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e701";
}

.icon-cardid:before {
  content: "\e704";
}

.icon-play2:before {
  content: "\e666";
}

.icon-right3:before {
  content: "\e715";
}

.icon-qq1:before {
  content: "\e669";
}

.icon-gou:before {
  content: "\e676";
}

.icon-back:before {
  content: "\e668";
}

.icon-skype:before {
  content: "\e684";
}

.icon-play03:before {
  content: "\e705";
}

.icon-weibo1:before {
  content: "\e670";
}

.icon-weixin1:before {
  content: "\e671";
}

.icon-time:before {
  content: "\e691";
}

.icon-eye:before {
  content: "\e710";
}

.icon-gexingdingzhi:before {
  content: "\e707";
}

.icon-nan:before {
  content: "\e698";
}

.icon-search3:before {
  content: "\e716";
}

.icon-dianzan:before {
  content: "\e711";
}

.icon-back02:before {
  content: "\e678";
}

.icon-download01:before {
  content: "\e672";
}

.icon-guge:before {
  content: "\e685";
}

.icon-birthday:before {
  content: "\e703";
}

.icon-right2:before {
  content: "\e706";
}

.icon-youjiantou:before {
  content: "\e686";
}

.icon-dengpao:before {
  content: "\e682";
}

.icon-youjiantou1:before {
  content: "\e687";
}

.icon-deng:before {
  content: "\e675";
}

.icon-nv:before {
  content: "\e699";
}

.icon-user:before {
  content: "\e680";
}

.icon-chuanzhen1:before {
  content: "\e694";
}

.icon-kefu1:before {
  content: "\e708";
}

.icon-changjianwenti:before {
  content: "\e709";
}

.icon-facebook02:before {
  content: "\e677";
}

.icon-txsp:before {
  content: "\e681";
}

.icon-youjian1:before {
  content: "\e695";
}

.icon-more:before {
  content: "\e600";
}

.icon-left:before {
  content: "\e601";
}

.icon-right:before {
  content: "\e602";
}

.icon-qq:before {
  content: "\e603";
}

.icon-weibo:before {
  content: "\e604";
}

.icon-weixin:before {
  content: "\e605";
}

.icon-down:before {
  content: "\e606";
}

.icon-address:before {
  content: "\e608";
}

.icon-renyuan:before {
  content: "\e609";
}

.icon-diqiu:before {
  content: "\e610";
}

.icon-phone:before {
  content: "\e611";
}

.icon-kefu:before {
  content: "\e612";
}

.icon-play:before {
  content: "\e613";
}

.icon-search:before {
  content: "\e614";
}

.icon-pengyouquan:before {
  content: "\e615";
}

.icon-dianhuaji:before {
  content: "\e616";
}

.icon-lvyou:before {
  content: "\e617";
}

.icon-canyin:before {
  content: "\e618";
}

.icon-lingshou:before {
  content: "\e619";
}

.icon-quanbu:before {
  content: "\e620";
}

.icon-ziyuan:before {
  content: "\e621";
}

.icon-tuandui:before {
  content: "\e622";
}

.icon-jixiao:before {
  content: "\e623";
}

.icon-renyuanqiehuan:before {
  content: "\e624";
}

.icon-zhichi:before {
  content: "\e625";
}

.icon-shichang:before {
  content: "\e626";
}

.icon-peixun:before {
  content: "\e627";
}

.icon-mubiao:before {
  content: "\e628";
}

.icon-baidu:before {
  content: "\e629";
}

.icon-kefu2:before {
  content: "\e630";
}

.icon-yunying:before {
  content: "\e631";
}

.icon-linkwan:before {
  content: "\e632";
}

.icon-fuwushang:before {
  content: "\e633";
}

.icon-dashuju:before {
  content: "\e634";
}

.icon-diannao:before {
  content: "\e635";
}

.icon-renyuan2:before {
  content: "\e636";
}

.icon-service:before {
  content: "\e637";
}

.icon-address1:before {
  content: "\e638";
}

.icon-phone2:before {
  content: "\e639";
}

.icon-email:before {
  content: "\e640";
}

.icon-url:before {
  content: "\e641";
}

.icon-close:before {
  content: "\e642";
}

.icon-download:before {
  content: "\e643";
}

.icon-gotop:before {
  content: "\e644";
}

.icon-erweima:before {
  content: "\e645";
}

.icon-unchecked:before {
  content: "\e646";
}

.icon-checked:before {
  content: "\e647";
}

.icon-jian:before {
  content: "\e648";
}

.icon-jia:before {
  content: "\e649";
}

.icon-dianhua:before {
  content: "\e650";
}

.icon-zuoji:before {
  content: "\e607";
}

.icon-dizhi:before {
  content: "\e651";
}

.icon-chuanzhen:before {
  content: "\e652";
}

.icon-youjian:before {
  content: "\e653";
}

.icon-search1:before {
  content: "\e654";
}

.icon-tengxunweibo:before {
  content: "\e655";
}

.icon-kongjian:before {
  content: "\e656";
}

.icon-dianhua1:before {
  content: "\e657";
}

.icon-dizhi1:before {
  content: "\e658";
}

.icon-youxiang:before {
  content: "\e659";
}

.icon-more2:before {
  content: "\e660";
}

.icon-youtube:before {
  content: "\e661";
}

.icon-linkedin:before {
  content: "\e662";
}

.icon-facebook:before {
  content: "\e663";
}

.icon-twitter:before {
  content: "\e664";
}

.icon-email02:before {
  content: "\e665";
}

.icon-datagrow:before {
  content: "\e667";
}

.icon-bianji:before {
  content: "\e673";
}

.icon-xinxi:before {
  content: "\e674";
}

.icon-zhankai:before {
  content: "\e679";
}

.icon-download02:before {
  content: "\e683";
}

.icon-sensor:before {
  content: "\e688";
}

.icon-citizen:before {
  content: "\e689";
}

.icon-surveillance:before {
  content: "\e690";
}

.icon-down02:before {
  content: "\e692";
}

.icon-compass:before {
  content: "\e693";
}

.icon-rili:before {
  content: "\e696";
}

.icon-coffee:before {
  content: "\e697";
}

.icon-mima:before {
  content: "\e700";
}

.icon-dianhua3:before {
  content: "\e702";
}

.icon-download03:before {
  content: "\e712";
}

.icon-next:before {
  content: "\e713";
}

.icon-prev:before {
  content: "\e714";
}