﻿.header_down {
 background:#1D304F;
}
.header_w{
 width: 92%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 30px 0;
 box-sizing: border-box;
}
.header_search {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 margin-bottom: 10px;
}
.logo_eng img{
 width: 100%;
}
.time {
 font-size: 12px;
 margin-right: 30px;
 color: rgba(255,255,255,0.7);
}
.header-btn {
 display: flex;
 align-items: center;
 font-size: 12px;
 margin-right: 20px;
 color: rgba(255,255,255,0.7);
}
.header-btn a {
 display: flex;
 align-items: center;
 font-size: 12px;
 margin-right: 20px;
 color: rgba(255,255,255,0.7);
}
.header-btn a img {
 margin-right: 10px;
}
.search_box {
 width: 200px;
 height: 30px;
 border: 1px solid rgba(255,255,255,0.7);
 box-sizing: border-box;
 border-radius: 20px;
 position: relative;
}
input:focus{
 outline: none;
}
input#search {
 border: none;
 width: 100%;
 height: 30px;
 padding: 0 20px;
 box-sizing: border-box;
 outline: none;
 display: block;
 border: none;
 background: none;
 color: rgba(255,255,255,0.7);
}
input#search::-webkit-input-placeholder{
 color: rgba(255,255,255,0.7);
}
input#search::-moz-placeholder{ 
 color: rgba(255,255,255,0.7); 
}
input#search:-ms-input-placeholder{  
 color: rgba(255,255,255,0.7); 
}
.search_box .lines {
 width: 1px;
 height: 10px;
 background: rgba(255,255,255,0.7);
 position: absolute;
 right: 31px;
 top: 50%;
 margin-top: -5px;
}
input.searchBtn {
 width: 30px;
 height: 30px;
 position: absolute;
 right: 0;
 top: 0;
 background: url(/Sites/Uploaded/UserUpLoad/20210429/20210429152659.png) no-repeat center center;
 border: none;
 outline: none;
}  
div.sy_nav {
 width: 100%;
 margin: 0 auto;
}
div.sy_nav li.sy1_li a.sy1_tit,div.sy_nav  .nav_ks_list li a {
 color: #fff;
 font-size: 16px;
 font-weight: bold;
}
div.sy_nav li.sy1_li a.sy1_tit:hover,div.sy_nav  .nav_ks_list li a:hover {
 color: #fff;
 transform: scale(1);
 text-decoration: underline;
}
div.sy_nav li.sy1_li,div.sy_nav .nav_ks_list li {
 margin:0 5px;
}
div.sy_nav .sy2_ul {
 background: #1D304F;
 left: 50%;
 transform: translate(-50%, 0);
}
div.sy_nav li.sy2_li a.sy2_tit,div.sy_nav  li.sy3_li a.sy3_tit {
 text-align: center;
}
@media screen and (min-width:1440px) and (max-width:1680px){
 .logo_eng {
 width: 30%;
 }
 div.sy_nav li.sy1_li, div.sy_nav .nav_ks_list li {
 margin: 0;
 padding: 0 10px;
 }
 div.sy_nav li.sy1_li a.sy1_tit, div.sy_nav .nav_ks_list li a {
 font-size: 16px;
 }
}
@media screen and (min-width:768px) and (max-width:1440px){
 .logo_eng {
 width: 30%;
 }
 div.sy_nav li.sy1_li, div.sy_nav .nav_ks_list li {
 margin: 0;
 padding: 0 10px;
 }
 div.sy_nav li.sy1_li a.sy1_tit, div.sy_nav .nav_ks_list li a {
 font-size: 14px;
 }
}
@media screen and (max-width:768px){
 .time{margin:0}
 .sub_tit{flex-direction:column;justify-content:center;align-items:center}
 .header_w {
 width: 100%;
 display: block;
 padding: 20px;
 box-sizing: border-box;
 }
 .logo_eng img {
 width: 70%;
 }
 .header_search {
 display: block;
 margin-bottom: 0;
 margin-top: 10px;
 }
 .search_box{
 display: none;
 }
}  
