/* 头部css */
.navigation {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.nav {
	height: 80px;
	padding: 0 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.nav-ul ul {
	display: flex;
	justify-content: flex-start;
}

.nav-ul ul li {
	position: relative;
}

.li-a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0 15px;
	line-height: 80px;
}
.navigation.menu_fixed .li-a:hover,
.navigation.menu_fixed .li-a.active{
	color: #0096d3;
}
.li-a span {
	margin-right: 5px;
}

.li-div {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -80px;
	padding: 10px 0px;
	display: none;
	background: rgb(255, 255, 255);
}

.li-div a {
	width: 160px;
	padding: 0 10px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #333;
}
.li-div a:hover {
	color: #00a9ee;
}
.second{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: 0px;
	/*display: block !important;*/
}
.second-box{
	padding: 20px 125px;
	display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.second-item{
	width: 25%;
}
.second-item.long{
	width: 50%;
}
.second-a{
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.second-tt{
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #009ee8;
}
.second-list{
	width: 100%;
	padding: 20px 0px;
}
.second-list a{
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}
.second-list a:last-child{
	border-bottom: 1px solid transparent;
}
.second-list a i{
	color: #6b6b6b;
	transform: rotate(270deg);
}
.long .second-list{
	width: calc(50% - 25px);
}
.second-list a:hover{
	color: #ffff;
	border-radius: 5px;
	background: #009ee8;
}
.second-list a:hover i{
	color: #ffff;
}
.nav-ul ul li:last-child .li-div {
	left: auto;
	right: 0;
}

.ph_mea_cl {
	display: none;
}

.section {
	position: relative;
}

.logo-img {
	display: none;
	height: 52px;
}

.navigation.menu_fixed {
	position: fixed;
	background: #fff;
}

.navigation.menu_fixed .li-a {
	color: #333;
}

.navigation.menu_fixed .logob-img {
	display: none;
}

.navigation.menu_fixed .logo-img {
	display: block;
}
.li_but{
	line-height: 80px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
		padding-left: 25px;
}
.nav-ul ul li:last-child .li_but:first-child{
	padding-left: 15px;
}
.navigation.menu_fixed  .li_but{
	color: #333333;
}
/* 底部css */
.foor {
	background: #1d2952;
}

.foor-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 25px 150px;
	margin: 0 auto;
	color: #fff;
}

.foor-l {
	width: 28%;
}

.foor-tt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foor-tt-img {
	width: 100px;
	height: 60px;
}

.foor-tt-img img {
	max-width: 100%;
	max-height: 1005;
}

.foor-text {
	width: calc(100% - 100px);
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #8a8a8a;
}

.foor-l p {
	font-size: 14px;
	color: #e1e1e1;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.foor-img {
	display: flex;
}

.foor-img img {
	margin-right: 30px;
}

.foor-img img:last-child {
	margin-right: 0px;
}

.foor-l h6 {
	padding-top: 20px;
	font-size: 14px;
	color: #e1e1e1;
}

.foor-m {
	width: 44%;
	padding: 0px 30px;
}

.foor-m ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.foor-m ul li {
	width: 20%;
	padding-right: 20px;
}

.foor-m ul li:last-child {
	padding-right: 0px;
}

.foor-m ul li h4 {
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #8a8a8a;
}

.foor-m ul li div {
	padding-top: 10px;
}

.foor-m ul li div a {
	font-size: 14px;
	line-height: 30px;
	color: #e1e1e1;
	display: block;
}

.foor-r {
	width: 28%;
}

.foor-r h4 {
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #8a8a8a;
}

.foor-r ul {
	padding-top: 10px;
}

.foor-r ul li {
	height: 50px;
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px;
	margin-bottom: 25px;
}
.foor-r ul li:last-child{
	margin-bottom: 0px;
}
.foor-r ul li span {
	display: block;
	font-size: 14px;
	color: #e1e1e1;
	line-height: 20px;
}

.foor-r ul li span:first-child {
	padding-bottom: 10px;
	font-size: 16px;
}

.foor-span {
	font-size: 24px;
	font-weight: bold;
}

.foor-ban {
	background: #1d2952;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}

.foor-ban img {
	margin-left: 30px;
	margin-right: 10px;
}

.foor-ban br {
	display: none;
}
/* 侧边css */
.sidebar {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	width: 55px;
	background: rgba(0,0,0,0.3);
	padding: 12px 0 0 0;
	border-radius: 8px 0 0 8px;
	z-index: 999999;
}
.sidebar li {
	height: 50px;
	width: 160px;
	padding-left: 17px;
	border-radius: 8px 0 0 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sidebar li img {
	display: block;
}
/**** 首页在线客服 ****/
.sidebar li {
	overflow: visible;
}
.sidebar .im p {
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 0;
	height: 0;
	color: #fff;
	line-height: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,.6);
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	z-index: 201;
	width: 177px;
	box-sizing: border-box;
}
/* 腰封css */
.page8 {
	width: 100%;
	height: 400px;
	background-image: url(../images/liuyan.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section{
    position: relative;
}
.seek {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.seek-box {
	width: calc(100% - 520px);
}

.seek-box h4 {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 40px;
}

.seek-a {
	line-height: 46px;
	padding: 0px 40px;
	display: inline-block;
	margin-top: 40px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.seek form {
	display: inline-block;
	width: 500px;
}

.seek .form-inp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}

.form-div {
	width: 48%;
}

.form-text label,
.form-div label {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.form-div input {
	background: #fff;
	border: none;
	line-height: 36px;
	color: #333;
	width: 100%;
	display: block;
	border-radius: 5px;
	padding: 0 10px;
}

.form-text {
	padding-bottom: 15px;
}

.form-text textarea {
	background: #fff;
	border: none;
	height: 80px;
	line-height: 30px;
	color: #333;
	width: 100%;
	display: block;
	border-radius: 5px;
	padding: 10px;
}

.form-but button {
	width: 150px;
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background: #00a9ee;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0px;
}
.seek-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
}

.seek-list a {
	padding: 15px 10px;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.seek-list a img {
	width: 41px;
	height: auto;
}

.seek-list a h4 {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	letter-spacing: 0px;
}

.seek-list a h4 span {
	font-size: 12px;
}

.seek-list a:hover {
	background: #00abe8;
}
@media screen and (max-width: 1700px) {
    .foor-m {
        padding: 0px 30px;
    }
    .foor-m ul li{
      padding-right: 12px;
    }
    .page8,
    .nav{
        padding: 0 30px;
      }
      .foor-box{
        padding: 25px 30px;
      }
      .foor-r ul li{
        padding-left: 50px;
        background-size: 40px;
      }
      .seek-box a{
        font-size: 18px;
        line-height: 40px;
      }
}
@media screen and (max-width: 1600px) {
    .foor-l {
      width: 25%;
  }
  .foor-m {
    width: 47%;
  }
}
@media screen and (max-width: 1500px) {
    .li-a{
        padding: 0 10px;
      }
      .li_but{
        padding: 0 10px;
        padding-left: 25px;
      }
      .nav-ul ul li:last-child .li_but:first-child {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1366px) {
    .foor-img img{
        margin-right: 20px;
        max-width: 40%;
      }
      .foor-l p, .foor-m ul li div a {
        font-size: 12px;
      }
      .foor-m {
      padding: 0px 15px;
      }
      .foor-ban {
      font-size: 12px;
      line-height: 30px;
      }
      .foor-ban img{
        margin-left: 15px;
      }
      .foor-r ul li{
        margin-bottom: 15px;
      }
      .foor-tt-img{
        height: 50px;
      }
      .foor-text {
        line-height: 50px;
        font-size: 20px;
      }
      .foor-r h4,
      .foor-m ul li h4 {
        line-height: 50px;
        font-size: 16px;
      }
      .foor-r ul li span{
        font-size: 12px;
      }
      .foor-r ul li span:first-child {
          padding-bottom: 0px;
          font-size: 14px;
      }
}
@media screen and (max-width: 1200px) {
    .nav-ul{
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background: #323232;
        padding-top: 80px;
        height: 100vh;
        overflow: auto;
      }
      .menu_fixed .nav-ul{
        background: #fff;
      }
      .nav-logo{
        z-index: 9;
      }
      .ph_mea_cl {
        display: block;
        overflow: hidden;
        width: 28px;
        height: 100%;
        margin-left: 30px;
      }
      .nav-ul ul{
        border-top: 1px solid #fff;
        display: block;
      }
      .li-a{
        padding: 0px 15px;
        justify-content: space-between;
      }
      .li-a span{
        width: calc(100% - 30px);
      }
      .li-a img{
        width: 15px;
        height: auto;
        transform: rotate(0deg);
      }
      .li-div{
        position: static;
        margin-left: 0px;
        background: #ededed;
      }
      .li-div a{
        width: 100%;
        padding: 0 30px;
        line-height: 50px;
        text-align: left
      }
      .li-div a:hover{
        color: #00a9ee;
      }
      .navigation .expand .li-a{
        color: #fff !important;
        background: #00a9ee;
      }
      .expand .li-a img{
        transform: rotate(180deg);
      }
      .menuph {
        width: 28px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
      }
      .menuph .point {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 22px;
        margin-top: 14px;
      }
    
      .menuph .point .navbtn,
      .menuph .point .navbtn::after,
      .menuph .point .navbtn::before {
        width: 28px;
      }
    
      .menuph .navbtn {
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 1px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
      }
    
      .menuph .navbtn::after,
      .menuph .navbtn::before {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 1px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
      }
      .navigation.menu_fixed .menuph .navbtn,
      .navigation.menu_fixed .menuph .navbtn::after,
      .navigation.menu_fixed .menuph .navbtn::before {
        background: #333;
      }
      .menuph .navbtn::after {
        top: -10px;
      }
    
      .menuph .navbtn::before {
        top: 10px;
      }
    
      .menuph .point.active .navbtn {
        background: transparent;
      }
    
      .menuph .point.active .navbtn::after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
    
      .menuph .point.active .navbtn::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      .li_but{
        padding: 0 15px !important;
      }
      .second-item.long{
        width: 100%;
      }
      .second-item{
        width: 50%;
      }
      .foor-text,
      .foor-r h4,
      .foor-m ul li h4{
        font-size: 17px;
      }
      .foor-m {
        padding: 0px 10px;
    }
      .foor-m ul li{
        padding-right: 10px;
      }
      .seek .seek-box{
        width: calc(100% - 420px);
      }
      .seek form {
        width: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .page8, 
    .nav{
        padding: 0 15px;
      }
      .foor-box {
        padding: 25px 15px;
      }
      .foor-m{
        display: none;
      }
      .foor-box{
        justify-content: space-between;
      }
      .foor-l,
      .foor-r{
        width: 48%;
      }
      .page8{
        height: auto;
        text-align: center;
      }
      .seek{
        display: block;
        padding: 30px 0px;
      }
      
      .seek .seek-box{
          width: 100%;
      }
      .seek h4 {
          font-size: 24px;
          letter-spacing: 0dvw;
          line-height: 40px;
          text-align: left;
      }
      .seek-box  a{
        font-size: 14px;
        line-height: 36px;
        margin-bottom: 20px;
      }
      .seek form {
        padding-top: 30px;
      }
      .form-but{
        display: flex;
        justify-content: center;
      }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width:  860px){

}
@media screen and (max-width:  768px) {
    .sidebar{
        bottom: 0px;
        top: auto;
        width: 100%;
        left: 0px;
        height: 50px;
        background: #00a9ee;
        padding: 0px;
      }
      .sidebar ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .sidebar li{
        width: auto;
      }
      .backToTop{
        display: none;
      }
      .sidebar .im p{
        position: fixed;
          top: 0px;
          width: 100%;
          height: 100%;
          display: none;
          justify-content: center;
          align-items: center;
          border-radius: 0px;
          background: rgba(0, 0, 0, .3);
      }
      .sidebar .im p img{
        width: 180px !important;
        height: 180px !important;
      }
      .form-but button,
.seek form {
  width: 100%;
}
}
@media screen and (max-width:  640px) {
    .nav {
        padding: 0 15px;
      }
      .header {
        padding: 20px 15px 0;
      }
    .foor-l, .foor-r{
        width: 100%;
      }
      .li-a {
        line-height: 50px;
      }
      #slide-nav{
        transform: translateX(0px) !important;
      }
      .header .menu_box .menu_list .item>a {
        font-size: 16px;
        padding: 10px 5px 5px 0;
      }
      .seek h4 {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 36px;
      }
      
}
@media screen and (min-width:  768px) {
    .sidebar li:hover {
      margin-left: -105px;
      background: rgba(0,0,0,0.6);
    }
    .sidebar li.cover:hover {
      height: 300px;
    }
    .sidebar li:hover .im p {
      height: 190px;
      padding: 15px 20px;
      line-height: 30px;
      left: 0px;
    }
    
  }
.nav-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  .comps_high{
	display: flex;
	align-items: center;
	margin-left: 15px;
	cursor: pointer;
}
.comps_high img{
	width: 30px;
	height: 30px;
}
.comps_intro{
	margin-left: 6px;
}
.comps_title{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
	letter-spacing: 6px;
}
.comps_des{
    font-size: 14px;
    text-align: left;
    color: #fff;
}
.menu_fixed .comps_title,
.menu_fixed .comps_des{
	color: #666;
}
.modal{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
	display: none;
}
.modal-box{
	width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .65);
}
.close-box{
	height: 44.1666666667vw;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 62.5vw;
    background-size: contain;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(-50%) translateY(-50%);
}
.modal-close{
	position: absolute;
    top: -1.4583333333vw;
    right: -1.4583333333vw;
    width: 1.25vw;
    height: 1.25vw;
}
.modal-img{
	height: 44.1666666667vw;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 62.5vw;
    background-size: contain;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(-50%) translateY(-50%);
}