html,
body {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 16px;
}
#mainContent{
	margin-top:-92px;
	float: left;
	width: 100%;
	height: 2px;
	opacity:0;
}
#tContent{
	float: left;
	width: 100%;
	height: 2px;
	opacity:0;
}
.main-header-title div:last-child{
	text-transform:uppercase;
}
.public-title-search {
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
.public-title{
	position:relative;
}
.public-title .public-title-span{
	width: 172px;
    font-size: 50px;
    font-weight: bold;
    color: #EFF3F4;
}
.public-title .public-title-span2{
	width: 172px;
    font-size: 20px;
    font-weight: bold;
    position:absolute;
    color: #182548;
    text-align: center;
    line-height: 75px;
	top:0;
}
.public-search {
	height: 35px;
    float: left;
    padding-right: 0px;
    margin-top: 20px;
}
.public-search input{
	width: calc(100% - 70px);
    height: 35px;
    float: left;
    padding-right: 0px;
    border: 1px solid #12659F;
    padding-left: 10px;
    padding-right: 10px;
}
.public-search input:focus{
	outline:none;
}
.public-search button {
	width: 70px;
    height: 35px;
    float: left;
    background: #0e1216;
    cursor: pointer;
    border: none;
    padding: 0px;
}
.public-search button img {
	width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: 2.5px;
    float: left;
}
.isHidden{
	display:none !important;
}
.isShow{
	display:block !important;
}
.isFlex{
	display:flex !important;
}
.scroll_bar_width{
  height : 50px ;
  overflow : scroll ;
  position : absolute ;
  top : -9999px ;
  width : 50px ;
}
.pc-hidden select{
    padding-left: 4px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}
#toHeader{
	position:absolute;
	top:12%;
	width:20px;
	height:20px;
}
.lianjie-item{
  width: 100%;
  background:#f5f5f5;
  bottom: 0;
  transform: translateY(100%);
  display:none;
  z-index:9999;
}
.p{
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
	background:#003a7c
}
.p a{
	color:#ffffff;
	font-size:12px;
}
.sbtn{
  border: 1px solid white;
  color: white;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.sbtn:hover{
  background: #F49455;
  border-color: #F49455;
}
.p:last-child{
  border-bottom: none;
}
.p:hover{
  background:  #0665d1;
}
.p:hover a{
	text-decoration:none;
}
img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.img_anima {
  overflow: hidden;
}

.img_anima img:hover {
  animation: imgAnima 10s forwards;
}

@keyframes imgAnima {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.3);
  }
}

.removepad {
  padding-left: 0px;
  padding-right: 0px;
}

.header {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.header-left {
  flex: 0 0 170px;
  height: 60px;
  margin-left: 54px;
}

.header-center {
  width: calc(100% - 450px);
  height: 100%;
}

.header-center-list {
  height: 100%;
  text-align:right;
}

.header-center-list ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
}

.header-center-list ul li {
  list-style: none;
  height: 100%;
  display: inline-block;
}

.header-center-list ul li:hover .header-center-list-body {
  border-bottom: 3px solid #F49455;
}

.header-center-list ul li a {
  color: black;
}

.header-center-list-body {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid white;
}

.header-center-list-body2 {
  display: none;
  width: 100%;
  box-shadow: 2px 3px 7px rgba(102, 102, 102, .3);
}

.header-center-list-body2 div {
  list-style: none;
  width: 100%;
  height: 50px;
  /* float: left; */
  overflow: hidden;
  background: rgba(255,255,255,0.7);
  text-align: center;
  line-height: 50px;
}

.header-center-list-body2 div:hover {
  border: none;
}

.header-center-list-body2 div a {
  color: black;
  text-decoration: none;
  display: block;
}

.header-center-list-body2 div a:hover {
  color: #F49455;
  background: #F49455;
  color: white;
}

.header-center-list-div {
	box-sizing:content-box;
	padding:0 10px;
  height: 100%;
  margin: 0 auto;
}

.header-center-list-active {
  border-bottom: 3px solid #F49455;
}

.header-center-list-left {
  width: 100px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 60px;
}
html[lang=en] .header-center-list-left{
	width:160px;
}
.header-center-list-right {
  width: 10px;
  height: 100%;
  float: left;
  line-height: 60px;
  margin-left: 5px;
}

.header-center-list-right img {
  width: 10px;
  height: 8px;
}

.header-right {
  height: 30px;
  margin-right: 54px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
/*----------- search tool ------------*/
.header-right-search {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.searchBtn{
  width: 16px;
  height: 16px;
  
}
.close{
  display: none;
}
.in_search{
  opacity: 0;
  width: 16px;
  height: 16px;
}
.header-right-search .header-right-search-input{
  margin-right: 26px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-right: 10px;
}
.header-right-search .header-right-search-input form{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-right-search .header-right-search-input form button{
  border: none;
  background: none;
  padding: 0px;
  width: 16px;
  height: 30px;
  position: relative;
}
.header-right-search .header-right-search-input form button img{
  position: absolute;
  left: 0;
  top: 7px;
}
.header-right-search .header-right-search-input form button:focus{
  border: none;
  outline: none;
}
.header-right-search input{
  border: none;
  padding: 0px;
  outline: none;
  width: 0px;
  height: 30px;
  text-indent: 10px;
  font-size: 12px;
}
input::-webkit-input-placeholder {
  color: #A0A0A2;
}

/*----------- search end---------- */

.header-right-checkout {
  color: #A0A0A2;
}

.header-right-checkout span {
  cursor: pointer;
}

.header-right-cd {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

.header-right-active {
  color: black;
}

.headerlist-none {
  width: calc(100% -60px);
  overflow: auto;
  position: fixed;
  z-index: 9998;
  background: url('../../img/commit/bg_list.png') no-repeat;
  background-color: white;
  padding: 20px 30px 20px 30px;
  display: none;
  padding-top: 58px;
  background-size:100% 100%;
}

.headerlist-none-div {
  width: 100%;
  line-height: 50px;
  text-indent: 10px;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #b2b2b2;
  color: #333;
  font-size: 16px;
}

.headerlist-none-div>a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.headerlist-none-div img {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.headerlist-none-div-list {
  width: 100%;
  text-indent: 40px;
  display: none;
}

.headerlist-none-div-list div {
  margin-left: 20px;
  position: relative;
}

.headerlist-none-div-list div::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 10px;
  top: 24px;
}

.headerlist-none-div-list a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font: normal;
}

.headerlist-right-search {
  width: 100%;
  padding-top: 15px;
  float: left;
  z-index: 9998;
}

.headerlist-right-search-input {
  width: calc(100% - 6px);
  height: 32px;
  float: left;
}

.headerlist-right-search-input input {
  width: 100%;
  height: 36px;
  float: left;
  border: 2px solid #A0A0A2;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 42px;
}

.headerlist-right-search-input input:focus {
  outline: none;
  border: 2px solid #A0A0A2;
}

.headerlist-right-search img {
  width: 20px;
  height: 20px;
  margin-left: -35px;
  margin-top: 8px;
  position: absolute;
  z-index: 9998;
}

.main {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 60px;
}

/* bottom */
.bottom {
  width: 100%;
  float: left;
  padding: 3%;
  background: #0B294D;
  overflow: hidden;
  color: #A2ACB8;
}

.bottom-left {
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
  /* background: yellow; */
}

.bottom-left-tab {
  width: 100%;
  float: left;
  display: flex;
}

.bottom-left-tab a {
  flex: 1;
  color: #A2ACB8;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 0 10px 0px;
}

.bottom-left-list {
  width: 100%;
  float: left;
}


.bottom-left-list div {
  float: left;
}

.bottom-left-listtop {
  margin-top: 30px;
}

.bottom-right {
  overflow: hidden;
  float: left;
}

.bottom-right-link {
  width: 100%;
  position: relative;
  z-index: 99;
}

.bottom-right-link div {
  float: left;
  min-height: 10px;
  overflow: hidden;
}

.bottom-right-link-div {
  background: #031F3F;
  padding: 15px 0 !important;
  cursor: pointer;

}

.bottom-right-link-div img {
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

.bottom-span {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  display: none;
}

.bottom-img {
  display: none;
}

.bottom-span2 {
  font-size: 90px;
  font-weight: bold;
  text-align: right;
}



.bottom .col-lg-4,
.bottom .col-lg-12,
.bottom .col-lg-6 {
  padding: 0 !important;
}

.bottom .col-lg-3 {
  padding: 0;
}

.bottom-left-list.contact div {
  display: inline-block;
  width: max-content;
  margin-right: 10px;
}

.introduce-main-bottom-view .col-lg-6 {
  padding: 0 !important;
}

.main-header-img {
  width: 100%;
  overflow: hidden;
  float: left;
}

.main-header-img img {
  width: 100%;
  height: 100%;
}

.main-header-img img:nth-child(2) {
  display: none;
}

.main-header-title {
  width: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
}

.main-header-title div {
  width: 100%;
  font-size: 50px;
  color: white;
  text-align: center;
}

.main-header-scrollmore {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-top: -145px;
}

.main-header-scrollmore-img {
  width: 24px;
  height: 32px;
  margin: 0 auto;
}

.main-header-scrollmore-img img {
  width: 24px;
  height: 32px;
  animation: 2s linear infinite roateY;
  cursor: pointer;
}

.main-header-scrollmore-titile {
  width: 100%;
  font-size: 20px;
  color: white;
  text-align: center;
}

.main-nav {
  width: 80%;
  overflow: hidden;
  display: flex;
  background: white;
  float: left;
  margin-left: 10%;
  margin-top: -31px;
}

.main-nav a {
  flex: 1;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #7B7B7B;
  text-decoration: none;
}
@media screen and (min-width:0\0) {  
    .main-nav a {
		float:left;
	}
} 

.main-nav a::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-top: 25px;
  background: #B3B3B3;
  float: right;
}

.main-nav a:last-child::before {
  width: 0px;
}

.main-nav-active {
  border-bottom: 2px solid #F49455;
  color: black !important;
}
.main-nav div{
	border-bottom:2px solid #ffffff;
}
.main-nav div:hover {
  border-bottom: 2px solid #F49455;
  color: black !important;
}

/* links */
.links:not([title="index"]) {
  width: 100%;
  overflow: hidden;
  float: left;
  display: none;
}

.links-span {
  width: 100%;
  font-size: 100px;
  font-weight: bold;
  float: left;
  color: #EFF3F4;
  text-align: center;
}

.links-span2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  float: left;
  color: #182548;
  text-align: center;
  margin-top: -100px;
}

.links-list {
  width: 100%;
  height: 150px;
  float: left;
}

.links-list .swiper-container4 {
  width: 90%;
  height: 100px;
  margin-left: 5%;
  overflow: hidden;
}

.links-list .swiper-container4 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bottom .erwma {
  display: none;
}

.pagin a {
  font-family: 'Microsoft Yahei', sans-serif;
  font-weight: 400;
  color: #666;
  background: none;
}

.pagin a:hover,
.pagin a:active {
  color: #F49455;
  border-color: #F49455;
}


@keyframes roateY {
  to {
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 1140px) {
  .header {
    height: 80px;
  }
  .header-center-list-left {
	  width:70px;
  }
  .header-left {
    margin-top: 7px;
  }

  .header-left {
    margin-left: 0px;
  }

  .header-center-list {
    width: 100%;
    height: 100px;
    margin-left: 0%;
    margin-right: 0%;
    float: left;
  }

  .header-center {
    width: calc(100% - 342px);
  }

  .header-center-list-body {
    height: 75px;
  }

  .header-center-list-left {
    line-height: 75px;
  }

  .header-center-list-right {
    line-height: 75px;
  }

  .header-right {
    margin-right: 20px;
  }

  .main {
    margin-top: 80px;
  }
}

@media screen and (max-width: 992px) {
  /* .main-header-img {
    height: 390px;
  } */

  /* .main-header-img {
    transform: scale(1.6);
  } */
  .main-header-img{
	  min-height:auto
  }
  .public-title-search{
	  display:none !important;
  }
	.jtyw-main-news-main-btn {
        display: block;
    }
	.common-main-right-main-fenye {
		display:none;
	}
  .header-center {
    display: none;
  }
  .header-right-search{
    display: none;
  }
  .header-right-checkout {
    display: none;
  }
  .header-right-cd {
    display: block;
  }

  .bottom-left-tab a {
    padding: 10px 0 10px 10px;
  }

  .bottom-span {
    display: block;
  }

  .bottom-contact,
  .bottom-contact2 {
    position: relative;
  }
  .bottom-contact {
	  color:#0B294D;
  }

  .bottom-img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    right: 0;
  }

  .bottom-span2 {
    display: none;
  }

  .bottom-img2 {
    display: none;
  }

  .main-header-title div {
    font-size: 22px;
  }

  .main-header-img img:nth-child(1) {
    display: none;
  }

  .main-header-img img:nth-child(2) {
    display: block;
  }

  .main-nav {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    /* display: block; */
    border-bottom: 1px solid #EDEDED;
    /* overflow: auto; */
    overflow-x: scroll;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    width: 25%;
    float: left;
    line-height: 50px;
    text-align: center;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .main-header-scrollmore {
    display: none;
  }

  .main-nav a::before {
    margin-top: 17px;
    display: none;
  }

  .main-nav-active {
    border-bottom: 1px solid #F49455;
    color: black !important;
  }

  .main-nav div:hover {
    border-bottom: 1px solid #F49455;
    color: black !important;
  }

  /* links */
  .links-span {
    font-size: 50px;
  }

  .links-span2 {
    font-size: 16px;
    margin-top: -50px;
  }
}

@media screen and (min-width: 721px) {
  .phone-hidden {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .pc-hidden {
    display: none;
  }
  .bottom-contact {
	color:#0B294D;
  }
  .header {
    height: 58px;
  }

  .header-left {
    width: 120px;
    margin-top: 0px;
  }

  .header-center {
    display: none;
  }

  .header-right {
    margin-top: 0px;
  }
  .header-right-checkout {
    display: none;
  }

  .header-right-cd {
    width: 20px;
    display: block;
  }

  .main {
    margin-top: 58px;
  }

  .bottom {
    text-align: center;
  }

  .bottom-left-tab {
    display: none;
  }

  .bottom-left-listtop {
    margin-top: 0;
  }

  .bottom-left-list div {
    line-height: 2;

  }

  .bottom-left-list {
    text-align: center;
    line-height: 2.5;
  }

  .bottom-left-list.contact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .bottom .erwma {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bottom .erwma img {
    width: 20%;
    height: 20%;
  }
  .bottom-img img{
    width: 50%;
  }
  .swiper-container h2 p {
	  margin-top:0px !important;
  }
  .main-header-title {
	  top:35% !important;
  }
  .main-header-img {
	 height:auto !important;
  }
  .main-header-img img{
	  height:50vh !important;
	  object-fit:cover;
  }
  .lxwm-main-left{
	  height:244px !important;
  }
  .lxwm-main-right{
	  margin-top:20px !important;
  }
  .jtyw-main-tetui {
	  max-height:100% !important;
  }
  .headerlist-none{
	  max-height:100% !important;
	  height:100% !important;
  }
}
}

