body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: "Source Han Sans CN", "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#000; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { color:#ff0000; text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.on {
	color:#ff0000;
}

/* =====================底部样式 */
.foot {
    background-color: #1b2028;
    color: #fff;
  }
  
  .foot_list_head {
    width: 108px;
    margin-top: 71px;
    /* height: 24px; */
    font-size: 18px;
    margin-right: 52px;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 19px;
    border-bottom: 1px solid #373b42;
    margin-bottom: 20px;
  }
  .foot_list_body ul li {
    height: 19px;
    font-size: 14px;
    margin-bottom: 14px;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #93959a;
    line-height: 36px;
  }
  .foot_list_body ul li a {
    color: #93959a;
  }
  .foot_list_body ul li a:hover {
    color: #ff0000;
  }
  .foot_phone {
    margin-top: 71px;
    width: 100%;
  }
  .foot_phone_head {
	margin-bottom: 17px;
    height: 24px;
    padding-bottom: 19px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 24px;
    border-bottom: 1px solid #373b42;
  }
  .foot_phone_body {
    justify-content: space-between;
  }
  
  .foot_phone_left {
    height: 72px;
    font-size: 30px;
    font-family: Impact-, Impact;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
  }
  .foot_phone_lefe_text {
    height: 19px;
    font-size: 14px;
    margin-top: 7px;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    line-height: 19px;
  }
  .foot_arrow {
    margin-left: 8px;
  }
  .foot_phone_left_eng {
    height: 33px;
    font-size: 14px;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    line-height: 33px;
  }
  .foot_fot {
    text-align: center;
    margin-top: 83px;
    line-height: 56px;
    height: 56px;
    color: #93959a;
    background-color: #0f1318;
  }
  .foot_fot a{
    display: inline-block;
    height: 16px;
    color: #93959a;
    padding-left: 10px;
  }
 
  .foot_phone_right img:hover{
    transform:scale(1)
  }

  .fixed {
    position: fixed;
    right: -63px;
    top: 53%;
    z-index: 99999;
  
    line-height: 50px;

  }
  

  .fixed>a{
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 13px;
    color: #fff;
    width: 100px;
    height: 40px;
    margin-top: 2px;
    padding-right: 10px;
    background-color: #01aff3;
  } 
  .fixed>a:hover{
    color: #fff;
    transform: translateX(-63px);
  }
  .fixed img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .weixinimg {
    display:none;
    position: absolute;
    width: 130px !important;
    height: 130px !important;
    left: -130px;
    top: -15px;
  }
  .weixin:hover .weixinimg {
    display: block;
  }
  .weixinimg:hover{
    transform:scale(1)
  }
  #newBridge .nb-icon-base-1 .nb-icon-inner-wrap{
    width: 100px !important;
  }
  #newBridge .newicon-left-center, #newBridge .newicon-right-center{
    width: 100px !important;
  }
  .head_img {
    height: 72px;
    line-height: 85px;
    margin-left: 19px;
    padding-top: 8px;
  }







