/*home*/ .top{ /* display: flex; padding: 0 50px; justify-content: space-between; flex-flow: row nowrap;*/ height: 30px; line-height: 30px; /*border-bottom: 1px solid #eee;*/ /*background: #fdfdfd;*/ text-align: right; } /*#015ea2*/ .top img{ height: 20px; margin-left: 20px; } .top a{color:#333;font-size:14px;} .logo{ } .logo img{ display: block; width: 400px; } .search{ display: flex; padding: 0; justify-content: space-between; flex-flow: row nowrap; } .srch form{ display: flex; margin-top: 20px; margin-bottom: 30px; } .srch input{ width: 350px; height: 30px; line-height: 30px; text-indent: 15px; border:2px solid #015ea2; } .serbtn{ margin-right: 10px; } .serbtn img{ display: block; height: 25px; margin-top: 5px; } .otherserch,.serbtn{ color: #fff !important; background: #015ea2; text-align: center; height: 34px; line-height: 34px; display: block; padding: 0 10px; } /*#015ea2*/ .nav{ background: #013f6b; padding: 0px; display: flex; height: 34px; color: #fff; } .navl{ width: 250px; position: relative; background: #015ea2; padding: 0 10px; box-sizing:border-box; } .navl .pdcat{ line-height: 34px; font-weight: 600; } /*dfeef8*/ .pdcatlist{ position: absolute; top: 34px; left: 0px; /*border: 1px solid #eee;*/ background: #dfeef8; z-index: 999; width: 250px; height: 450px; overflow: hidden; } .ul2hide{ display: none; } .navl .ul2{ width: 230px; display: flex; flex-wrap: wrap; padding: 10px; } .navl .ul2 li{ line-height: 30px; padding: 0 10px; width: 100%; box-sizing:border-box; } .navl a{ color: #fff; } .navl .ul2 a{ color: #333; width: 100%; display: block; } .ul2 li:hover{ background: #015ea2; } .ul2 li a:hover{ color: #fff; } .navr{ flex:1; } .navr ul{ /*display: flex;*/ } .navr .ul1{ line-height: 34px; /*display: flex; justify-content: space-around;*/ } .navr .ul1 a{ color: #fff; font-weight: 600; } .navr .ul1>li{ position: relative; float: left; /*width: 100px;*/ text-align: center; list-style: none; padding: 0 40px; border-right: 1px solid #fff; width: 120px; } /*.navr .ul2{ display: none; position: absolute; top: 30px; left: 0; background: #fff; border: 1px solid #eee; width: 200px; padding: 10px; } .navr .ul2 li{ line-height: 30px; padding: 0 10px; box-sizing:border-box; } .navr .ul2 a{ color: #333; }*/ .banner{ height: 450px; overflow: hidden; } .banner img{ display: block; width: 950px; margin-left: 250px; } .candan{ width: 20px; margin-left: 70px; } .path{ color: #015ea2; font-size: 12px; line-height: 40px; } .pagett{ background: #015ea2; color: #fff; font-size: 20px; font-weight: bold; line-height: 40px; text-indent: 20px; } .foot{ background: #eee; margin-top: 30px; padding: 10px 0; } .foot_nav p{ text-align: center; } .foot_nav p span{ margin: 0 20px; } .copy{ text-align: center; } /*-----------------------------*/ .dropdown { position: relative; display: inline-block; } .dropdown:hover .dp_list { display: block; } .dp_list{ display: none; position: absolute; background-color: #013f6b; width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 9999; padding: 0px 0px; margin-left: -40px; } .dp_list ul{ width: 200px; float: left; padding: 0px; } .dp_list ul li{ width: 200px; height: auto; line-height: 10px; list-style: none; margin: 0px 0px 0px 0px; padding: 10px 0px; float: none; color: #868582; border-top: 1px solid #eeeeee; } .dp_list ul li a{ color: #0883c6; line-height: 20px; font-weight: bold; font-size: 12px; list-style-type: none; font-family: Arial, Helvetica, sans-serif; border-right: 0px; } .dp_list ul li a:hover{ color: #80bdff; } .nabla { width: 0px; height: 0px; border-top: 8px solid #ffffff; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: 15px; margin-left: 10px; } .page li{ display: inline-block; padding: 0 15px; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; font-size: 12px; border: 1px solid #e2e2e2; } .page .active{ background-color: #015ea2; } .active span{ color: #fff; }