
@font-face {
    font-family: "bold";
    src: url('../font/方正兰亭黑Pro_GB18030\ Bold.otf');
}
@font-face {
    font-family: "demiBold";
    src: url('../font/方正兰亭黑Pro_GB18030\ DemiBold.otf');
}
@font-face {
    font-family: "extraBold";
    src: url('../font/方正兰亭黑Pro_GB18030\ ExtraBold.otf');
}
/* 极细 */
@font-face {
    font-family: "extraLight";
    src: url('../font/方正兰亭黑Pro_GB18030\ ExtraLight.otf');
}
@font-face {
    font-family: "light";
    src: url('../font/方正兰亭黑Pro_GB18030\ Light.otf');
}
/* 超细黑 */
@font-face {
    font-family: "fzltcxhjw";
    src: url('../font/FZLTCXHJW.TTF');
}
@font-face {
    font-family: "fzltxhjw";
    src: url('../font/FZLTXHJW.TTF');
}
@font-face {
    font-family: "fzltxihjw";
    src: url('../font/FZLTXIHJW.TTF');
}
/* 英文 */
@font-face {
    font-family: "ufontsLight";
    src: url('../font/ufonts.com_futura-t-light.ttf');
}
@font-face {
    font-family: "ufontsMedium";
    src: url('../font/ufonts.com_futura-t-medium\ \(1\).ttf');
}

.light {
    font-family: "light";
}
.extraLight {
    font-family: "extraLight";
}
.extraMainLight {
    font-family: "fzltcxhjw";
}
.englistLight{
    font-family: "fzltcxhjw";
    letter-spacing:1px;
}
.publicEnligy{
    font-family: "ufontsLight";
}

/* scroll down */
.toButtom{
    text-align: center;
    position: absolute;
    top: 46.5vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1vw;
    cursor: pointer;
    background: url(../img/jiantou2.png) no-repeat bottom center;
    background-size: 1vw 1vw;
    z-index: 7;
    display: block;
}
.toButtom:hover {
    color: #ab7e5c;
    background: url(../img/jiantou2-1.png) no-repeat bottom center;
    background-size: 1vw 1vw;
}
.toButtom>p{
    margin-bottom:10px;
}

/* banner title */
.banner_title {
    position: absolute;
    top: 20vw;
    left: 17.5%;
    color: #fff;
    z-index: 12;
}
.banner_title h1 {
    font-size: 3.6vw;
    font-weight: normal;
    margin: 0;
}
.banner_title p {
    font-size: 2vw;
}

/* 标题 */
.tittle>h1{
    font-size: 2vw;
    font-weight: normal;
    margin: 0;
  }
  .tittle>p{
    margin: 5px 0 17px 0;
    font-weight: normal;
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #fff;
  }
  .tittle>h3{
      font-size: 1vw;
      font-weight: normal;
  }
  .about_content .tittle>p {
    background-color: #ab7e5c;
  }

/* header */
*{margin:0;padding:0;list-style-type:none;}
body{
    width: 100%;
    background-color: #233455;
    overflow-x: hidden;
    font-family: "fzltcxhjw";
    font-weight: 1;
    letter-spacing:2px;
    color: #fff;
}
.c-nav .shownav{
	display: inline-block;
}
.c-nav .hiden{
	display: none;
}
/* 导航栏 */
.c-nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1D2E4B;
    opacity: 0.64;     
    padding: 10px 0;
    z-index: 99999;
    font-family: "fzltcxhjw";
    line-height: 1.42857143;
    margin: 0!important;
}
.c-nav .navFlex{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
    color: white;
    
}
.c-nav .logo {
    display: block;
}
.c-nav .contain{
    margin: 0 3vw;
}
.flexItem {
    margin: 0!important;
}
.c-nav ul{
	list-style: none;
	margin-bottom: 0px;
}
.c-nav ul li{
	padding: 28px 15px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px solid #1D2E4B;
	font-family: "fzltcxhjw";
}
.c-nav ul li a{
    color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-family: "fzltcxhjw";
}
.selected {
    border-bottom: 2px solid #ab7e5c!important;
}
.c-nav ul li:hover>a,.c-nav ul li:hover .icon{
    color: #ab7e5c;
}
.c-nav ul li:hover .icon{
    color: #ab7e5c;
    background: url(../img/jiantou-1.png) no-repeat right center;
    background-size: 12px 10px;
}
.c-nav .btnImg{
	height: 20px;
	width: 25px;
	padding: 3px 8px 3px 8px;
	box-sizing: content-box;
    border: 1px solid transparent;
    cursor: pointer;
}
.dropdown .dropdownTWO{
    min-width: 230px;
}
.dropdownTWO>a{
    display: block;
    width: 46%;
    height: 50px;
    line-height: 50px;
    margin: 0 1%;
    float: left;
    text-align: center;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}
.dropdownTWO>a::before {
    content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px #ab7e5c;
}
.dropdownTWO>a:before {
    left: 0;
    bottom: -2px;
}
.dropdownTWO>a:hover:before {
	width: 100%;
}
.dropdownTWO>a:before {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.dropdown_line {
    margin-left: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.icon {
    margin-left: 8px;
    padding-right: 20px;
    background: url(../img/jiantou.png) no-repeat right center;
    background-size: 12px 10px;
}
.dropdown-content {
    width: 12vw;
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding-top: 1vw;
    background-color: #1D2E4B;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-bottom: 12px;
}
.dropdown-content p{
    line-height: 30px;
    text-align: center;
    margin-left: 2vw;
    cursor: pointer;
}
.dropdown img{
    display: inline-block;
    width: 12px;
    height: 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.navigation-link li{
    display: block;
    margin: 0 10px;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}
.navigation-link li:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px #ab7e5c;
}
.navigation-link li:nth-child(4):before,.navigation-link li:last-child:before {
    border-bottom: none;
}
.navigation-link li:before {
    left: 0;
    bottom: -2px;
}
.navigation-link li:hover:before {
	width: 100%;
}
.navigation-link li:nth-child(2):hover:before {
    width: 100%;
    /* border-bottom: none; */
}
.navigation-link li:before {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}


@media screen and (max-width:1200px){
	.c-nav ul li{
        padding: 20px 5px;
    }
    .dropdown {
        background: none;
        display: block;
    }
    .dropdown:hover .dropdown-content{
        display: block;
    }
    .dropdown-content {
        width: 12vw;
        display: none;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        padding-top: 1vw;
        background-color: #1D2E4B;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding-bottom: 12px;
    }
    .dropdown-content p{
        line-height: 30px;
        text-align: center;
        margin-left: 2vw;
        cursor: pointer;
    }
    .dropdown img{
        display: inline-block;
        width: 12px;
        height: 10px;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
}
@media screen and (max-width:992px){
	.c-nav ul li{
		/* margin-left: 10px; */
    }
}

@media screen and (max-width:1024px){
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .dropdownTWO>a:hover:before {
        width: 0;
    }
    .navigation-link li::before {
        border-bottom: none;
    }
    .c-nav ul li.selected {
        border-bottom: none!important;
    }
    .dropdown .selected {
        border-bottom: none!important;
    }
	.c-nav{
		background-color: #1D2E4B;
		padding: 10px 0px 10px 0px;
		opacity: 0.9;
	}
	.c-nav .navFlex{
		flex-wrap:wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .logo{
        width: 100px;
	}
	.c-nav ul li{
		/* padding-top: 10px; */
		margin-left: 0px;
        display: block;
        margin: 0 30px 0 20px;
        text-align: left;
        padding: 0 0;
    }
    .c-nav ul li p {
        padding: 10px 0;
        border-bottom: 2px solid #ab7e5c;
    }
    .c-nav ul li a {
        padding-bottom: 0;
    }
    .c-nav ul li>a {
        display: block;
        padding: 10px 0;
        border-bottom: 2px solid #ab7e5c;
    }
	.c-nav .hiden{
		display: block;
	}
    .c-nav .shownav{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
    }
    .dropdown span {
        margin-left: 0;
    }
    .icon {
        margin-left: 0;
    }
    .dropdown-content {
        width: 100%;
        display: none;
        position: relative;
        left: 0%;
        top: 0%;
        transform: translateX(-0%);
        padding-top: 1vw;
        background-color: #1D2E4B;
        box-shadow: none;
        padding-bottom: 0;
    }
    .c-nav ul li .dropdownTWO > a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 1%;
        margin-left: 10px;
        float: none;
        text-align: left;
        position: relative;
        text-decoration: none;
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out;
        border-bottom: none;
    }
    .toButtom{
        display:none;
    }
}
/* 底部logo */
@media screen and (max-width:1024px){
    .indexLogo {
        width: 84%;
        margin: 0 auto;
    }
    .indexLogo  img{
        width: 50%;
    }
    /* scroll down */
    .toButtom{
        text-align: center;
        position: absolute;
        top: 52vw;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0;
        background: url(../img/jiantou2.png) no-repeat bottom center;
        background-size: 10px 10px;
        font-size: 10px;
    }
    .toButtom>p{
        margin-bottom:10px;
    }
    .banner_title {
        position: absolute;
        top: 20vw;
        left: 17.5%;
        color: #fff;
        z-index: 12;
    }
    .banner_title h1 {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
    }
    .banner_title p {
        font-size: 12px;
    }
    /* 标题 */
    .tittle {
        /* margin-top: 20px; */
    }
    .tittle>h1{
        font-size: 20px;
        font-weight: normal;
        margin: 0;
    }
    .tittle>p{
        margin: 5px 0 10px 0;
        font-weight: normal;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
    }
    .tittle>h3{
        font-size: 16px;
        font-weight: normal;
    }
    .about_content .tittle>p {
        background-color: #ab7e5c;
    }
}


/* footer */
footer{
    width:100%;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    color:#fff;
}
.footerD{
    width: 65%;
    margin:15px auto;
}
footer>img{
    width: 100%;
    object-fit: cover;
    height: 1px;
}
.indexLogo{
    width: 65%;
    margin:15px auto;
}
.footList{
    display: -webkit-flex; /* Safari */
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: justify;
    flex-wrap: wrap;
    margin:40px;
    /* align-items:flex-end; */
    font-size: 1vw;
  }
  .footList li:nth-child(1) img {
      margin-top: 40px;
  }
  .footList li{
      flex-direction:row;
	  flex-wrap: nowrap;
	  margin-top:20px;
  }
  .footerBeian{
	text-align: center;
    padding:20px 0;
    width: 100%;
    background-color: #2f3031;
  }
  .footerBeian p{
      padding:0 15px;
      line-height: 30px;
      font-size: 1vw;
  }
  .footListTittle{
	  margin-bottom: 20px;
	  
  }
  .footerAddress p{
   margin-bottom: 16px;
  }
  .footlistAddress{
      margin-bottom: 75px;
  }
  .indexList>a{
    display:block;
    width: 15%;
    height: 60px;
    line-height: 60px;
    /* text-align: center; */
    /* border-bottom: 1px solid #fff; */
    color: #fff;
  }
  @media screen and (max-width:1024px){
	footer{
        margin-top: 0;
    }
    .footerD {
        width: 80%;
        margin: 15px auto;
    }
    .footList{
		margin:0;
        font-size: 14px;
        margin-bottom: 30px;
	}
	.footerBeian{
		font-size: 14px;
    } 
    .footerBeian p{
        font-size: 14px;
    }
    .footerAddress p {
       line-height: 18px;
    }
    .indexList>a{
        width: 28%;
    }
    .footlistAddress {
        margin-bottom: 35px;
    }
  }
  /* 底部logo */
@media screen and (max-width:1024px){
    /* scroll down */
    .toButtom{
        text-align: center;
        position: absolute;
        top: 52vw;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0;
        background: url(img/jiantou2.png) no-repeat bottom center;
        background-size: 10px 10px;
        font-size: 10px;
    }
    .toButtom>p{
        margin-bottom:10px;
    }
    .banner_title {
        position: absolute;
        top: 28vw;
        left: 17.5%;
        color: #fff;
        z-index: 12;
    }
    .banner_title h1 {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
    }
    .banner_title p {
        font-size: 12px;
    }
    /* 标题 */
    .tittle>h1{
        font-size: 20px;
        font-weight: normal;
        margin: 0;
    }
    .tittle>p{
        margin: 5px 0 10px 0;
        font-weight: normal;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
    }
    .tittle>h3{
        font-size: 16px;
        font-weight: normal;
    }
   
    .about_content .tittle>p {
        background-color: #ab7e5c;
    }
}
@media screen and (max-width:360px){
    .indexList>a {
        width: 41%;
    }
    .footerD {
        width: 65%;
        margin: 15px auto;
    }
    .footerAddress p {
        line-height: 25px;
    }
    .footerBeian p{
        font-size: 12px;
    }
}

/* loading css */
.loadingbox {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #233455;
    z-index: 99;
}
#load {
    position:absolute;
    width:600px;
    height:36px;
    left:50%;
    top:40%;
    margin-left:-300px;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
  }
  
  #load div {
    position:absolute;
    width:20px;
    height:36px;
    opacity:0;
    font-family:Helvetica, Arial, sans-serif;
    animation:move 2s linear infinite;
    -o-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -webkit-animation:move 2s linear infinite;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    color:#35C4F0;
  }
  
  #load div:nth-child(2) {
    animation-delay:0.2s;
    -o-animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
  }
  #load div:nth-child(3) {
    animation-delay:0.4s;
    -o-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
  }
  #load div:nth-child(4) {
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
  }
  #load div:nth-child(5) {
    animation-delay:0.8s;
    -o-animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
  }
  #load div:nth-child(6) {
    animation-delay:1s;
    -o-animation-delay:1s;
    -moz-animation-delay:1s;
    -webkit-animation-delay:1s;
  }
  #load div:nth-child(7) {
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
  }
  
  @keyframes move {
    0% {
      left:0;
      opacity:0;
    }
      35% {
          left: 41%; 
          -moz-transform:rotate(0deg);
          -webkit-transform:rotate(0deg);
          -o-transform:rotate(0deg);
          transform:rotate(0deg);
          opacity:1;
      }
      65% {
          left:59%; 
          -moz-transform:rotate(0deg); 
          -webkit-transform:rotate(0deg); 
          -o-transform:rotate(0deg);
          transform:rotate(0deg); 
          opacity:1;
      }
      100% {
          left:100%; 
          -moz-transform:rotate(-180deg); 
          -webkit-transform:rotate(-180deg); 
          -o-transform:rotate(-180deg); 
          transform:rotate(-180deg);
          opacity:0;
      }
  }
  
  @-moz-keyframes move {
      0% {
          left:0; 
          opacity:0;
      }
      35% {
          left:41%; 
          -moz-transform:rotate(0deg); 
          transform:rotate(0deg);
          opacity:1;
      }
      65% {
          left:59%; 
          -moz-transform:rotate(0deg); 
          transform:rotate(0deg);
          opacity:1;
      }
      100% {
          left:100%; 
          -moz-transform:rotate(-180deg); 
          transform:rotate(-180deg);
          opacity:0;
      }
  }
  
  @-webkit-keyframes move {
      0% {
          left:0; 
          opacity:0;
      }
      35% {
          left:41%; 
          -webkit-transform:rotate(0deg); 
          transform:rotate(0deg); 
          opacity:1;
      }
      65% {
          left:59%; 
          -webkit-transform:rotate(0deg); 
          transform:rotate(0deg); 
          opacity:1;
      }
      100% {
          left:100%;
          -webkit-transform:rotate(-180deg); 
          transform:rotate(-180deg); 
          opacity:0;
      }
  }
  
  @-o-keyframes move {
      0% {
          left:0; 
          opacity:0;
      }
      35% {
          left:41%; 
          -o-transform:rotate(0deg); 
          transform:rotate(0deg); 
          opacity:1;
      }
      65% {
          left:59%; 
          -o-transform:rotate(0deg); 
          transform:rotate(0deg); 
          opacity:1;
      }
      100% {
          left:100%; 
          -o-transform:rotate(-180deg); 
          transform:rotate(-180deg); 
          opacity:0;
      }
  }