body, div, ul, ol, ul, li, ol, dl, dd, dt, form, span, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

caption, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input {
  vertical-align: middle;
}

input {
  font-size: 14px;
  margin: 0;
}

input[type="text"], input[type="password"] {
  outline-style: none;
  -webkit-appearance: none;
}

img, a img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

footer, header, menu, nav, section {
  display: block;
}

/*base End
=================================*/

/*Public Start
=================================*/
body{
  /*background: url(bg-semi.jpg) no-repeat center top;*/
}
@media all and (max-width:991px){
  body{
    /*background: url(bg_mobile-semi.jpg) no-repeat center top;
    background-size: 100% 168px;*/
  }
}
@media all and (max-width:767px){
  body{
    /*background: url(bg_mobile-semi.jpg) no-repeat center top;
    background-size: auto 168px;*/
  }
}

body, html {
  color: #444;
  overflow-x: hidden;
  font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", "微软雅黑", PingHei, STHeiti, "\5B8B\4F53", SimSun, "宋体", Arial, Helvetica,  sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 14px;
}

ul, li {
  list-style: none;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5980d1;
  text-decoration: none;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt35 {
  margin-top: 35px;
}

.pd0 {
  padding: 0;
}
.pl0 {padding-left:0;}
.pr0 {padding-right:0;}

.no-select {
  user-select: none;
  -webkit-user-select: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* see https://github.com/anselmh/object-fit */
.img-cover {
  width: 100%; /*dimensions are mandatory*/
  /*height: 35em*/; /*dimensions are mandatory*/
  object-fit: cover;
  overflow: hidden; /* Cuts off the parts of the image poking out */
}

.img-hover:hover {
  opacity: 0.8;
}

/*Public End
=================================*/

/*header Start
=================================*/

header {
  position: relative;
  /* height: 120px; */
  background-color: rgba(20, 41, 89, 0.6);
  background-color: rgba(20, 41, 89)\0/;
  filter: Alpha(opacity=89)\0/;
  border-bottom: 4px solid #862b3c;
  color: #fff;
}

.site-name{
    width: 530px;
    height: 114px;
    position: relative;
    float: left;
}

.site-name-ios{
  font-size: 30px;
  position: absolute;
  top: 24px;
  left: 114px;
}
.site-name-cas{
  position: absolute;
  font-size: 20px;
  top: 68px;
  left: 114px;
}
@media (max-width: 1199px){
  .site-name{
    width: 473px;
  }
  .site-name-ios{
    font-size: 27px;
  }
}
@media (max-width: 479px){
  .site-name{
    width: 100%;
  }
  .site-name-ios{
    font-size: 21px;
  }
  .site-name-cas{
    font-size: 16px;
  }
}
@media (max-width: 420px){
  .site-name-ios{
    font-size: 18px;
  }
  .site-name-cas{
    font-size: 14px;
  }
}

.logo {
  position: absolute;
  top: 10px;
  left: 14px;
  margin-right: 8px;
}

.header-right{
  width: 640px;
  height: 114px;
  float: right;
  font-size: 14px;
  background-color: rgba(19, 54, 132, .5);
  background-color: rgb(19, 54, 132)\0/;
  filter: Alpha(opacity=50)\0/;
}
@media (max-width: 1199px){
  .header-right {
    width: 497px;
    position: absolute;
    top: 0px;
    right: 0;
  }
}

.navbar {position: absolute;margin-bottom:0;border: none;min-height: initial;top: 120px;right: 0;}
@media (max-width: 991px){
  .navbar{
    position: static;margin: 120px 0 0;
    background-color: rgba(19, 54, 132, .5);
    background-color: rgb(19, 54, 132)\0/;
  }
}



.header-nav, .header-nav a {
  color: #4fa0ff;
}
.navbar-nav>li>a{padding:0;line-height: 34px;}

.header-nav {
  line-height: 20px;
  margin: 22px 20px;
}

.navbar-nav>.open>a,.navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover,
.navbar-nav>li>a:focus,.navbar-nav>li>a:hover {
  background: #1a58cb;
}
.navbar-nav>.dropdown.current {
  background-color: #1a58cb;
}


.dropdown-menu {
  border: none;
  border-radius: 0;
  min-width:115px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
}

.navbar-collapse {padding:0;overflow: hidden;border: none;}
nav.navbar {left:0;}
nav.navbar li.dropdown ul.dropdown-menu {
  min-width: auto;
}

nav.navbar ul.nav li.dropdown ul.dropdown-menu  > li > a {
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  color: #444;
}
@media (max-width: 1199px) {
  nav.navbar ul.nav li.dropdown ul.dropdown-menu  > li > a {
    font-size: 14px;
  }
}

nav.navbar ul.nav li.dropdown ul.dropdown-menu  > li > a:hover {
  color: #444;
  display: block;
  background-color: #e3ecff;
}

@media all and (max-width: 1199px) {
  .header-nav {
    top: 50px;
    right: 30px;
    left: auto;
  }
}
@media all and (max-width: 991px) {
  .navbar-collapse.collapse{display:none!important;}
  .navbar-collapse ul.nav li.dropdown ul.dropdown-menu {
    position: static;
    float: none;
    min-width: auto;
  }
  nav.navbar .navbar-toggle {
    display: block;
    position: static;
    /* right: 0; */
    /* float: none; */
    background-color: #dcebf6;
    border: none;
    margin: 0;
    /* top: -8px; */
    /* left: auto; */
  }
  nav.navbar .navbar-toggle .icon-bar {
    background-color: #7492ad;
  }

  nav.navbar ul.nav > li > a {
    padding: 0 12px;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }

  nav.navbar .navbar-header {
    float: none;
    /* background-color: rgba(19, 54, 132, .5); */
    text-align: center;
    /* height: 44px; */
    /* position: relative; */
    padding: 8px 15px;
  }

  nav.navbar .navbar-collapse {
    border: none;
    margin-bottom: 0;
    overflow: hidden!important;
  }

  nav.navbar .navbar-collapse.collapse {
    display: none !important;
  }

  nav.navbar .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
  }

  nav.navbar ul.navbar-nav {
    float: none !important;
    border: none;
    margin-bottom: 1em;
    position: relative;
    padding-left: 0;
    margin: 0;
  }

  nav.navbar .navbar-nav > li {
    float: none;
  }

  nav.navbar .navbar-nav > li > a {
    display: block;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
  }

  nav.navbar .navbar-nav > li.last-child > a {
    border-bottom: none;
  }
  nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a{
    width: 100%;
  }
}

.header-nav a {
  padding: 0 2px;
}

.header-nav a:hover {
  color: #444;
}

.search {
  max-width: 50%;
  height: 30px;
  background-color: rgba(27, 91, 212, .87);
  background-color: rgb(27, 91, 212)\0/;
  filter: Alpha(opacity=87)\0/;
  border-radius: 35px;
  margin: 15px 0 0;
  position: relative;
}
.navbar-header>.search{
  right: auto;
  left: 15px;
}
@media (max-width: 991px){
  .navbar-header>.search{
    right: auto;
    left: 0;
    margin: 2px 0 0 15px;
    position: absolute;
  }
}
@media (max-width: 767px){
  .navbar-header>.search{
    /* width: 417px; */
  }
}
.search input {
  background: transparent;
  border: 0 none;
  color: #fff;
  padding-left: 15px;
  width: 223px;
  /* text-indent: 2em; */
}
.search input::placeholder {
  color: aliceblue;
}
@media (max-width: 991px){
  .search input {
    width: 100%;
  }
}
.search input.icon-search {
  position: absolute;
  background: url(search-semi.png) no-repeat;
  width: 18px;
  height: 18px;
  top: 5px;
  right: 6px;
}

.navbar-collapse ul.main-nav {
  padding-left: 77px;
  margin-top: -41px;
  color: #fff;
  float: right;
}

.search-input {
  background-color: transparent;
  border: none;
  font-size: 14px;
  width: 150px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
}

.main-nav > li > a.dropdown-toggle {
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
}

@media all and (max-width: 1199px) {
  .main-nav {
    /* width: 100%; */
    padding-left: 16px;
  }

  .main-nav > li > a.dropdown-toggle {
    font-size: 14px;
    padding: 0 8px;
  }
}

.main-nav a:hover, .main-nav>li.active>a {
  border-bottom-color: #4e63b4;
}

.main-left {
  width: 288px;
}

/*footer Start
=================================*/

footer {
  background-color: #22479d;
  color: #fff;
  padding: 26px 0 30px;
}
.links-hd img{
  margin: .5em .5em 16px -15px;
}
.links-hd span{
  font-size: 27px;
  font-weight: bold;
  line-height: 34px;
  vertical-align: top;
}
.links-bd{margin: 10px 0 0 20px;}
.links-bd a{
  display: block;
  color: #7ab7ff;
  line-height: 32px;
}
.copyright{
  border-left: 1px solid white;
  padding: 0 0 0 8.7%;
  line-height: 26px;
}
.copyright img{
  margin-bottom: 1em;
}
@media (max-width:991px) {
  .links-bd a{
    display: inline-block;
    margin: 0 2em 1em 0;
    padding: 0;
  }
  .copyright{
    border: none;
    text-align: center;
    padding-left: 0;
  }
}

footer .col-sm-12 {
  /* text-align: center; */
  /* margin: 32px 0 0; */
}
footer .col-sm-12 .sydw-logo{float:none;margin: 0 0 0 20px;}

footer .col-sm-12 .txt {
  border: 0px;
  line-height: 20px;
  margin: 0px 0px 30px 0px;
  padding: 0;
  text-align: center;
  width: 100%;
}

/*footer End
=================================*/

