﻿    * {margin:0px;padding:0px;}
body {margin:0px;padding:0px;font-size: 14px; font-family: '微软雅黑';}
/**修改全局的滚动条**/
/**滚动条的宽度**/
::-webkit-scrollbar {width: 8px;height:8px;} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar-track {background-color: rgba(50,50,50,0.15);} /*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-thumb {background-color: rgba(50,50,50,0.35);width:4px;border: 2px solid transparent;border-radius: 10px;background-clip: padding-box;}
/**公共样式**/
.fl{float:left;}
.fr{float:right;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.w1200 {width: 1200px;margin: 0 auto;min-width: 1200px;}
.layui-btn {margin-left:10px;}
.oneLine{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
/**顶部**/
.header {z-index: 100000;width: 100%;min-width: 1200px;height: 128px;box-shadow: 1px 2px 3px #ccc;background:url('/Images/banner/banner.jpg');background-size:100% 100%;}
.tops {text-align:center;height:100%;}
.tops .logo{height:80px;font-weight:bold;font-size:32px;line-height:85px;width:100%;}
.tops .logo a{display:inline-block;cursor:pointer;float:left;
            
              }
.tops .logo .title{
              color:#002d77;
             -webkit-text-stroke: 1px black;
text-shadow:
3px 3px 0 #fff,
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
3px 3px 0 #fff; 
              }
.tops .logo .uInfo a{display:inline-block;width:540px;cursor:pointer;color:#fff;font-size:14px;width:70px;height:60px;float:right;}
.tops .logo .uInfo{display:inline-block;width:540px;cursor:pointer;color:#fff;font-size:14px;text-align:right;}
.tops .menu{line-height:40px;position:relative;overflow:hidden;margin:auto;background:rgba(0,0,0,0.5);width:1200px;border-radius:20px;}
.tops .menu .ul li{float:left;width:100px;margin-right:27px;list-style:none;}
.tops .menu .ul li a{width:100%;font-size:16px;cursor:pointer;display:inline-block;color:#fff;}
.tops .menu .ul li a:after{content:"";display:block;height:2px;width:0;background:transparent;transition:width .5s ease,background-color .5s ease}
.tops .menu .ul li a:hover:after{width:100%;}
.tops .menu .ul li a.active{height:40px;border-bottom: 2px solid rgb(255,255,0);color: rgb(255,255,0);font-weight:bold;text-shadow:2px 2px 5px #0f616d;}

