.bx-wrapper .bx-viewport {
            border:0;
            box-shadow:none; 
            position: static !important;           
        }
        .bxslider li{left:0;width: 100% !important;list-style-type: none;padding:0px;margin:0px}
        .aa2 {
            margin:0px;
            width: 100% !important;
			padding:0px;
        }
		#navbar {
			background-color: #358ee8;
		 }
		/* 头部二级菜单 */
		#navbar .mi .ss{
            position: relative;
        }

        #navbar .mi{
            width:calc(100% / 10);
        }
        
        #navbar .mi .ss .yyl{
            display: none;
            position: absolute;
            top: 0px;
            left: 164px;  /* font-size: 20px left: 200px */
            background: #3d8ff3;
        }
		#navbar .mi .ss .yy{
            display: none;
            position: absolute;
            top: 0px;
            left: 140px;
            background: #3d8ff3;
        }
        #navbar .mi .ss:hover .yy{
            display: block;
        }
        #navbar .mi .ss .yy a{
            font-weight: normal;
        }

		#navbar .mi .ss:hover .yyl{
            display: block;
        }
        #navbar .mi .ss .yyl a{
            font-weight: normal;
        }
        #navbar a {
            width:120px;
            font-size: 20px;
			white-space:nowrap;
        }
        #navbar .mi .cc .ss a{
            /*width: max-content; //ie无效*/
			 width:auto;
			 white-space: nowrap;
             font-size: 16px;
        }

        .focusInp{
            vertical-align: top;
            height: 40px;
            margin-right: -5px;
            width: 100%;
            border-radius: 5px;
            border:2px solid #0140da;
            padding: 0 40px 0 12px;
            box-sizing: border-box;
        }
        .focusInp:focus{
            outline: 1px solid #0140da;
        }
        .logoImgsyl{
            position: absolute;
            top: 50%;
            left: 245px;
            height: 100px;
            transform: translate(0%, -50%);
            width: 600px;
            object-fit: contain;
        }
		#navbar .cc{
			border: none;
			background-color: #fff;
            width: auto;
            min-width: 140px;
		}
		#navbar .cc a{
			color: #004187;
            margin: 0 auto;
            font-weight: normal;
		}
		#navbar .mi .ss .yy{
			background: #fff;

		}
		#navbar .mi .ss .yyl{
			background: #fff;

		}

        .right_tabber{
            position:absolute;
            right: -139px;
            top: 0;
            width: 140px;
            height: 48px;
            line-height: 48px;
            text-align:center;
            color: #fff;
            font-size: 20px;
            font-family: '微软雅黑';
            font-weight: bold;
            cursor:pointer;
            user-select: none;
        }
        .right_tabber:hover + .rightSelect{
            display: block;
        }
        .rightSelect:hover {
            display: block;
        }
        .rightSelect{
            display: none;
            position: absolute;
            top: 0;
            right: -139px;
            background: #fff;
            margin-top: 48px;
            width: 140px;
            z-index: 999;
        }
        .rightSelect .selectOption{
            height: 32px;
            line-height: 32px;
            text-align:center;
            color: #004187;
            font-family: '微软雅黑';
            font-size: 16px;
        }
        .rightSelect .selectOption:hover{
            cursor: pointer;
            background: #2876d4;
            color: #fff;
        }
        /*.right_tabber .rightSelect{
            display: none;
        }*/