        .backtop-1.active{
            opacity:1;
            -ms-transform: translate(0, 0);
        }
        .backtop-1{
        position: fixed;
        bottom:200px;
        right: 3%;
        background-color: rgba(0, 0, 0, 0.22);
        cursor: pointer;
        height: 46px;
        padding: 0;
        margin: 0;
        width: 46px;
        z-index:11;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: 0;
        -webkit-transform: translate(0, 50px);
            -ms-transform: translate(0, 50px);
                transform: translate(0, 50px);
        ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        .backtop-1 svg {
        height: 20px;
        width: 20px;
        fill:#fff;
        -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
                animation: start-backtop-1 1.5s infinite ease-in-out;
        }
        .backtop-1.active {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
        }
        .fl2 {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
        }
        @media (max-width:767px){
        .backtop-1{
            bottom:18%;
        }
        }

        @keyframes start-backtop-1 {
        0%, 30% {
            opacity: 0;
            -webkit-transform: translate(0, 5px);
                    transform: translate(0, 5px);
        }
        40% {
            opacity: 1;
            -webkit-transform: translate(0px, 0px);
                    transform: translate(0px, 0px);
        }
        100% {
            opacity: 0;
            -webkit-transform: translate(0px, -6px);
                    transform: translate(0px, -6px);
        }
        }
        @media (max-width: 767px){
            .backtop-1 {
                bottom: 18%;
            }
        }

.layout {
  max-width: 1600px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: url(../image/header-bg.png) no-repeat left center / cover;
  height: 110px;
  line-height: 110px;
}
.header .logo {
  width: 25%;
  background-color: #fff;
  padding-right: 5%;
}
.header .logo img {
  width: 100%;
}
.header .right {
  line-height: 45px;
  text-align: center;
}
.header .right .menu {
  float: left;
  display: none;
}
.header .right .english {
  float: left;
  width: 105px;
  border-left: 1px solid #2b5f9c;
  font-size: 22px;
  color: #fff;
}
.header .right .search {
  float: left;
  width: 94px;
  border-left: 1px solid #2b5f9c;
  border-right: 1px solid #2b5f9c;
}
.header .layout .nav {
  width: 75%;
  float: right;
}
.header .layout .nav ul {
  width: 100%;
}
.header .layout .nav ul li {
  float: left;
 /* width: 18%;*/
  line-height: 65px;
  box-sizing: border-box;
  position: relative;
  padding:0 18px;
}
/*.header .layout .nav ul li:first-child{
  width: 10%;
}*/
.header .layout .nav ul li .img2 {
  display: none;
}
.header .layout .nav ul li:hover {
  background-color: #0761c9;
}
.header .layout .nav ul li:hover > a {
  color: #fff;
 font-family: "RobotoCondensedBold";
}
.header .layout .nav ul li:hover .img1 {
  display: none;
}
.header .layout .nav ul li:hover .img2 {
  display: none;
}
.header .layout .nav ul li > a {
  display: block;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding:0 10px;
   font-family: "RobotoCondensedBold";
}
.header .layout .nav ul li .dropdown {
  opacity: 0;
/*display: none;*/
height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: hidden;
}
.header .layout .nav ul li .dropdown a {
  display: block;
  border-top: 1px solid #e7e7e7 !important;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
   overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-family: "RobotoCondensedRegular";
}
.header .layout .nav ul li .dropdown a:hover {
  color: #213e84;
}
.header1 {
  background: url(/_upload/tpl/0a/02/2562/template2562/image/header-bg1.png) no-repeat center right / cover;
  height: 72px;
  line-height: 72px;
}
.header1 .layout .logo {
  display: none;
}
.header1 .layout .right {
  width: 20%;
  line-height: 72px;
  background-color: #3f3f3f;
}
.header1 .layout .right .english {
  width: 33%;
  border-left: 1px solid #5f5f5f;
  font-size: 22px;
  color: #fff;
}
.header1 .layout .right .search {
  width: 30%;
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
}
.header1 .layout .nav {
  width: 80%;
  float: left;
}
.header1 .layout .nav ul {
  width: 100%;
}
.header1 .layout .nav ul li {
  /*width: 18%;*/
  line-height: 72px;
  padding:0 18px;
}
/*.header1 .layout .nav ul li:first-child{
   width:10%;
}*/
.header1 .layout .nav ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
 font-family: "RobotoCondensedBold";
}
.header1 .layout .nav ul li  .img1 {
  display: none;
}
.header1 .layout .nav ul li a .img2 {
  display: none;
}
.header1 .layout .nav ul li .dropdown {
  top: 72px;
}
.mheader {
  display: none;
  height: 78px;
  background-color: #003f88;
  position: sticky;
  top: 0;
  z-index: 999;
}
.mheader .layout {
  line-height: 78px;
}
.mheader .layout a {
  display: block;
  width: 260px;
  height: 60px;
  float: left;
}
.mheader .layout a img {
  width: 100%;
}
.mheader .layout .mobile-icon {
  float: right;
  width: 32px;
  height: 32px;
}
.mheader .layout .mobile-icon img {
  width: 100%;
}
.mobileNav {
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.mobileNav .contentct {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 50px 0 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.mobileNav .pic-link {
  float: right;
  margin: 20px 0;
}
.mobileNav .pic-link .link a {
  display: inline-block;
  height: 27px;
  
  margin-right: 20px;
}
.mobileNav .pic-link .link .en {
  font-size: 20px;
  color: #003F88;
}
.mobileNav .pic-link .search {
  width: 22px;
  height: 23px;
  margin-right: 20px;
}
.mobileNav .pic-link .search img {
  width: 100%;
}
.mobileNav .contentct li {
  position: relative;
  line-height: 50px;
  padding: 0 40px 0 15px;
  border-bottom: 1px solid #eee;
}
.mobileNav li a {
  display: block;
  font-size: 18px;
  color: #003F88;
  font-weight: 800;
}
.mobileNav li .open {
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.mobileNav li .dropdown {
  display: none;
}
.mobileNav li .dropdown a {
  display: block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
} 

.mobileNav li .dropdown .dropdown a {
    padding-left: 27px;
    margin-left: 37px;
    background: url(../image/line.png) no-repeat left -32px center / contain;
}

.mobileNav .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mobileNav .close img {
  width: 25px;
}
/*鎼滅储妯℃€佹*/
.model-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.search-input {
  width: 100%;
  height: 0;
  position: fixed;
  text-align: center;
  top: -250px;
  opacity: 0;
  transition: all 0.8s;
  z-index: 9999;
}
.search-input input,
.search-input button {
  padding-left: 10px;
  width: 65px;
  height: 50px;
  line-height: 35px;
  border: none;
  color: #959595;
  background-color: #fff;
}
.search-input input {
  width: 25%;
  margin-left: -5px;
  font-size: 16px;
  font-family: "microsoft yahei", simsun;
}
.search-input button {
  text-align: center;
  margin-left: -5px;
}
.search-input button img {
  margin: 0 0 0 -2px;
}
@media screen and (max-width: 1600px) {
  .layout {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .header .layout .nav ul li{
   padding:0 0.8%;
  }
  .header1 .layout .nav ul li{
   padding:0 18px;
  }
}
@media screen and (max-width: 1550px){
.header1 .layout .nav ul li > a{
   font-size:22px;
}
.header .layout .nav ul li > a{
   font-size:22px;
}
}
@media screen and (max-width: 1470px){
.header1 .layout .nav ul li{
   padding:0 1%;
}
}
@media screen and (max-width: 1430px){
  .header .layout .nav ul li > a{
   font-size:20px;
}
.header1 .layout .nav ul li > a{
   font-size:22px;
}
}
@media screen and (max-width: 1370px){
 .header1 .layout .nav ul li > a{
   font-size:20px;
}

.header1 .layout .nav ul li{
   padding:0 0.8%;
}
}
@media screen and (max-width: 1320px){
 .header .layout .nav ul li{
   padding:0 0.5%;
}
.header1 .layout .nav ul li{
   padding:0 0.8%;
}
}
@media screen and (max-width: 1280px){
 .header .layout .nav ul li > a{
   font-size:18px;
}
 .header1 .layout .nav ul li > a{
   font-size:20px;
}
 .header .layout .nav ul li{
   padding:0 0.2%;
}
.header1 .layout .nav ul li{
   padding:0 0.8%;
}
}
@media screen and (max-width: 1250px){
 .header1 .layout .nav ul li > a{
   font-size:18px;
}

.header1 .layout .nav ul li{
   padding:0 0.2%;
}
}

@media screen and (max-width: 1200px) {
  .layout {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
 
}
@media screen and (max-width: 1130px){
.header .layout .nav ul li{
   padding:0 0%;
}

.header1 .layout .nav ul li{
   padding:0 0.2%;
}
}
@media screen and (max-width: 1110px) {
   .layout {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
   body{
      padding-top:0;
   }
  .header {
    display: none;
  }
  .mheader {
    display: block;
  }
}
@media screen and (max-width: 500px) {
   .layout {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
