/*footer*/
.contact_us{width:100%;height:690px;background: linear-gradient(70deg, #776CFB, #4DC0FA);}
.contact_us .contact_main{width:1200px;margin:0 auto;overflow: hidden;}
.contact_main h2{color:#fff;}
.contact_box .box{width:50%;float: left;height:160px;color:#fff;overflow: hidden;padding:10px 0 0 30px;}
.contact_box .box img{width:54px;height:54px;display:inline-block;}
.contact_box .box .box_r{margin-left:18px;}
.contact_box .box .box_r h4{font-size:18px;font-weight: bold; padding: 16px 0 10px 0;}
.contact_box .box .box_r ul li{line-height:26px;font-size:14px;}
.contact_main h2{margin-top:69px;margin-bottom:30px;}

.footer{background-color: #776CFB;height:60px; line-height: 60px;  width:100%; text-align: center;}
.footer .foot{width:1200px;margin:0 auto;font-size: 14px;color:#fff; }
.footer .foot span{display: inline-block;}
.footer .foot .f2{margin-left:80px;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #c8c8c8;
}










