.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w180 {
  width: 180px;
}

.w235 {
  width: 235px;
}

.w370 {
  width: 370px;
}

em {
  font-style: normal !important;
}

.over {
  overflow: hidden;
}

body {
  color: #333;
  background-color: #fff;
}

.header {
  color: white;
  font-size: 16px;
  line-height: 48px;
  background-color: #2b2b2b;
}

.header .top-nav .for-us {
  position: relative;
  float: left;
  min-width: 149px;
  margin-right: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.header .top-nav .for-us p {
  color: rgba(255, 255, 255, 0.7);
}

.header .top-nav .for-us i {
  font-size: 16px;
  margin-left: 5px;
}

.header .top-nav .for-us ul {
  display: none;
  position: absolute;
  width: 169px;
  height: 149px;
  margin-left: -10px;
  padding: 0 10px;
  background: #3f3f3f;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  z-index: 9999;
}

.header .top-nav .for-us ul li {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.header .top-nav .for-us ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.header .top-nav .for-us ul li a:hover {
  color: white;
}

.header .top-nav .for-us:hover {
  margin-right: 20px;
  margin-left: 0;
  padding: 0 10px;
  background: #3f3f3f;
}

.header .top-nav .for-us:hover ul {
  display: block;
}

.header .top-nav>ul li {
  float: left;
  margin-right: 20px;
}

.header .top-nav>ul li:last-child {
  margin-right: 0;
}

.header .top-nav>ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 48px;
}

.header .top-nav>ul li a:hover {
  color: white;
  font-weight: bold;
}

.header .top-nav .login {
  float: right;
}

.header .top-nav .login i {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.7);
}

.header .top-nav .login2 {
  float: right;
}

.header .top-nav .login a,
.header .top-nav .login2 a {
  color: rgba(255, 255, 255, 0.7);
}

.header .top-nav .login a:hover,
.header .top-nav .login2 a:hover {
  color: #fff;
  font-weight: bold;
}

.header .nav-list {
  background: url(../images/nav_image_bg.png) no-repeat white;
  background-size: 100% 100%;
}

.header .nav-list .head {
  margin-bottom: 40px;
}

.header .nav-list .head h1 {
  float: left;
  width: 130px;
  height: 70px;
  margin-top: 20px;
  background: url(../images/nva_image_logo.png) no-repeat;
  background-size: 100% 100%;
}

.header .nav-list .head .big-nav {
  float: left;
  line-height: 1;
  margin: 74px 72px 0 25px;
}

.header .nav-list .head .big-nav a {
  float: left;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  margin-right: 25px;
}

.header .nav-list .head .big-nav a:last-child {
  margin-right: 0;
}

.header .nav-list .head .big-nav a:hover {
  color: #537FCE;
}

.header .nav-list .head .search {
  float: right;
  width: 239px;
  margin-top: 56px;
  background: #FFFFFF;
  border: 1px solid #F8F8F8;
  border-radius: 4px;
  box-sizing: border-box;
}

.header .nav-list .head .search form {
  height: 34px;
  line-height: 34px;
}

.header .nav-list .head .search form input {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  margin-top: -3px;
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-text-fill-color: rgba(51, 51, 51, 0.5) !important;
}

.header .nav-list .head .search form input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: rgba(51, 51, 51, 0.5);
}

.header .nav-list .head .search form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: rgba(51, 51, 51, 0.5);
}

.header .nav-list .head .search form input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: rgba(51, 51, 51, 0.5);
}

.header .nav-list .head .search form input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: rgba(51, 51, 51, 0.5);
}

.header .nav-list .head .search form i {
  float: right;
  color: #333;
  margin-right: 10px;
  cursor: pointer;
}

.header .nav-list .list {
  padding-bottom: 60px;
}

.header .nav-list .list>ul>li {
  float: left;
  width: 185px;
  text-align: right;
  box-sizing: border-box;
}

.header .nav-list .list>ul>li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-top: 11px;
  background-color: rgba(21, 21, 21, 0.2);
}

.header .nav-list .list>ul>li ol li {
  float: left;
  width: 80px;
  text-align: left;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}

.header .nav-list .list>ul>li ol li a {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
}

.header .nav-list .list>ul>li ol li a:hover {
  color: #537FCE;
}

.header .nav-list .list>ul>li ol li:nth-child(3n) {
  margin-right: 0;
}

.header .nav-list .list>ul>li:nth-child(1) ol li {
  width: 42px;
}

.header .nav-list .list>ul>li:nth-child(2) {
  width: 317px;
  padding-left: 18px;
}

.header .nav-list .list>ul>li:nth-child(3) {
  width: 498px;
  padding-left: 18px;
}

.header .nav-list .list>ul>li:nth-child(3)::after {
  display: none;
}

.header .nav-list .list>ul>li:nth-child(3) ol li:nth-child(3n) {
  margin-right: 20px;
}

.header .nav-list .list>ul>li:nth-child(3) ol li:nth-child(5n) {
  margin-right: 0;
}

.header .nav-list .list .ad_box {
  margin: 0 auto;
  width: 990px;
  height: 40px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 0 5px;
}

.header .nav-list .list .ad_box ul li {
  float: left;
  width: 198px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}

.content {
  margin-top: -40px;
}

.content>.clearfix>div {
  margin-right: 20px;
}

.content>.clearfix>div:last-child {
  margin-right: 0;
}

.content .banner {
  position: relative;
}

.content .banner .swiper-container-img {
  width: 370px;
  height: 296px;
  border-radius: 10px;
}

.content .banner .swiper-container-img a:hover {
  color: #fff;
}

.content .banner .swiper-container-img img {
  width: 100%;
  height: 240px;
  transition: 0.2s;
  object-fit: cover;
}

.content .banner .swiper-slide:hover img {
  transform: scale(1.2);
}

.content .banner .swiper-container-img .text {
  width: 100%;
  height: 56px;
  text-align: center;
  padding-top: 12px;
  background-image: linear-gradient(270deg, #9DD2F1 0%, #88B8DB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, enabled='true', startColorstr=#9DD2F1, endColorstr=#88B8DB);
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  box-sizing: border-box;
}

.content .banner .swiper-container-img .text p {
  width: 350px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
}

.content .banner .pagination-img {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 6px;
}

.content .banner .pagination-img .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  margin-left: 10px;
  cursor: pointer;
}

.content .banner .pagination-img .swiper-pagination-switch:first-child {
  margin-left: 0;
}

.content .banner .pagination-img .swiper-active-switch {
  width: 14px;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.content .banner>a {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  top: 105px;
}

.content .banner>a.arrow-left {
  left: 0;
}

.content .banner>a.arrow-right {
  right: 0;
}

.content .banner:hover>a {
  display: block;
}

.content .image-text-title {
  border-top: 1px solid #eee;
  margin: 30px 0 20px;
}

.content .image-text-title span {
  display: block;
  width: 48px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
  margin-top: -1px;
  border-top: 2px solid #72ADD9;
}

.content .image-text {
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.content .image-text:hover img {
  transform: scale(1.2);
}

.content .image-text.w180 img {
  height: 166px;
  transition: 0.2s;
  object-fit: cover;
}

.content .image-text.w370 img {
  height: 176px;
  transition: 0.2s;
  object-fit: cover;
}

.content .image-text p {
  width: 96%;
  height: 47px;
  font-size: 14px;
  color: #333333;
  line-height: 47px;
  margin: 0 auto;
}

.content .image-text:hover p {
  color: #436FBF;
}

.content .image-text.w235 img {
  height: 176px;
  transition: 0.2s;
  object-fit: cover;
}

.content .image-text.w235 p {
  height: 53px;
  line-height: 21px;
  margin-top: 6px;
}

.content .ad {
  width: 100%;
  height: 95px;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.content .ad img {
  display: block;
  width: 100%;
  height: 100%;
}

.content .video {
  width: auto;
}

.content .video li {
  float: left;
  margin-right: 10px;
}

.content .video li:nth-child(2n) {
  margin-right: 0;
}

.content .video li .image-text.w180 {
  height: 188px;
}

.content .video li .image-text.w180 img {
  height: 144px;
  transition: 0.2s;
  object-fit: cover;
}

.content .swiper-image-text {
  height: 270px;
  margin-bottom: 30px;
}

.content .swiper-image-text .pagination-image-text {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
  bottom: -5px;
}

.content .swiper-image-text .pagination-image-text .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: rgba(148, 187, 255, 0.4);
  margin-left: 10px;
  cursor: pointer;
}

.content .swiper-image-text .pagination-image-text .swiper-pagination-switch:first-child {
  margin-left: 0;
}

.content .swiper-image-text .pagination-image-text .swiper-active-switch {
  width: 14px;
  background-color: #94BBFF;
}

.content>.prev,
.content>.next {
  display: none;
}

.content .image-text-list {
  padding-top: 20px;
  padding-bottom: 5px;
}

.content .image-text-list li {
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}

.content .image-text-list li i {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px;
  margin-right: 11px;
  background-color: #8FA4CA;
}

.content .image-text-list li a {
  float: left;
  width: 268px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content .image-text-list li a:hover {
  color: #436fbf;
}

.content .phone {
  width: 370px;
  margin-top: 30px;
}

.content .s-img-text li {
  float: left;
  margin-right: 10px;
}

.content .s-img-text li:nth-child(2n) {
  margin-right: 0;
}

.content .s-img-text li:nth-child(3) {
  margin-top: 24px;
}

.content .s-img-text li:nth-child(4) {
  margin-top: 24px;
}

.content .tab01 {
  width: 370px;
}

.content .tab01>ul {
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  background-image: linear-gradient(270deg, #9FC4DF, #92C7EE);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, enabled='true', startColorstr=#9FC4DF, endColorstr=#92C7EE);
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.content .tab01>ul li {
  float: left;
  width: 72px;
  margin-right: 40px;
  cursor: pointer;
}

.content .tab01>ul li:last-child {
  margin-right: 0;
}

.content .tab01>ul li .here {
  font-size: 18px;
  font-weight: bold;
}

.content .tab01Cont {
  width: 370px;
}

.content .tab01Cont a {
  line-height: 1;
  color: #333;
}

.content .tab01Cont .list3 {
  padding: 15px 10px;
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  border-radius: 10px;
  margin-bottom: 15px;
}

.content .tab01Cont .list3:first-child {
  border-radius: 0 0 10px 10px;
}

.content .tab01Cont .list3 li {
  margin-bottom: 20px;
}

.content .tab01Cont .list3 li.first{
  margin-bottom: 18px;
}

.content .tab01Cont .list3 li a {
  display: block;
  height: 17px;
  line-height: 18px;
  font-size: 16px;
  overflow: hidden;
}

.content .tab01Cont .list3 li a:hover {
  color: #436FBF;
}

.content .tab01Cont .list3 li.first a {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #537FCE;
}

.content .tab01Cont .list3 li.first a:hover {
  color: #0045C1;
}

.content .tab01Cont .list3 li:last-child {
  margin-bottom: 0;
}

.content .tab01Cont.other {
  padding: 15px 10px;
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}

.content .tab01Cont.other .list3 {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
}

.content .tab01Cont.other .list3:last-child {
  margin-bottom: 0;
}

.content .big-title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.content .big-title .name {
  position: relative;
  height: 38px;
  padding-right: 20px;
}

.content .big-title .name p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.content .big-title .name p:last-child {
  font-size: 28px;
  color: #d9e0eb;
  padding: 0 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  top: 0;
  z-index: 8;
  background-color: #F9FBFF;
}

.content .big-title .name::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #E5E6EA;
}

.content .big-title .route {
  line-height: 1;
  margin-top: 20px;
}

.content .big-title .route a {
  font-size: 14px;
  color: #8A8A8A;
}

.content .big-title .route a::before {
  content: '/';
  color: #8A8A8A !important;
  margin: 0 4px;
}

.content .big-title .route a:hover {
  color: #537FCE;
}

.content .big-title .route a:first-child::before {
  content: '';
  margin: 0;
}

.content .recommend ul>li {
  float: left;
  width: 320px;
  height: 427px;
  margin-right: 20px;
  padding: 15px 10px 0;
  background-color: white;
  background: url(../images/week_imange_bg.png) no-repeat bottom;
  background-size: 100%;
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}

.content .recommend ul>li:nth-child(2) {
  background: url(../images/pm_image_bg.png) no-repeat bottom;
  background-size: 100%;
}

.content .recommend ul>li:last-child {
  margin-right: 0;
  background: url(../images/shike_image_bg.png) no-repeat bottom;
  background-size: 100%;
}

.content .recommend ul>li p {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

.content .recommend ul>li ol li {
  line-height: 12px;
}

.content .recommend ul>li ol li i {
  float: left;
  width: 14px;
  font-size: 12px;
  color: #33333333;
  margin-right: 8px;
}

.content .recommend ul>li ol li:nth-child(1)>i {
  color: #FF7D7D;
}

.content .recommend ul>li ol li:nth-child(2)>i {
  color: #FF977D;
}

.content .recommend ul>li ol li:nth-child(3)>i {
  color: #FFD17D;
}

.content .recommend ul>li ol li a {
  float: left;
  width: 277px;
  height: 12px;
  font-size: 12px;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.content .recommend ul>li ol li a:hover {
  color: #436FBF;
}

.content .rank-list ul>li {
  width: 220px;
  height: auto;
  padding: 12px 0 0;
  background: none !important;
  box-shadow: none;
  border-radius: 0;
}

.content .rank-list ul>li>.title p {
  float: left;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.502);
  line-height: 16px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content .rank-list ul>li>.title p:first-child {
  margin-right: 8px;
}

.content .rank-list ul>li>.title p.bright {
  position: relative;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.content .rank-list ul>li>.title p.bright:after {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgb(182 214 238);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.content .rank-list ul>li ol li a {
  width: 197px;
}

.content .rank-list ul>li ol li a span {
  float: left;
  width: 75%;
  height: 12px;
}

.content .rank-list ul>li ol li a i {
  float: right;
  width: 48px;
  color: #333;
}

.content .rank-list ul>li ol li a:hover i {
  color: #436FBF;
}

.content .fr>a>img {
  display: block;
  width: 220px;
}

.content .fr>a:nth-of-type(2) img {
  margin-top: 20px;
}

.content .fr .chanpin {
  position: relative;
  width: 220px;
  margin-top: 20px;
}

.content .fr .chanpin:nth-of-type(2) {
  margin-top: 20px;
}

.content .fr .chanpin:nth-of-type(2) li:nth-child(2) a:nth-child(1) {
  display: none;
}

.content .fr .chanpin:nth-of-type(2) li:nth-child(2) a:nth-child(2) .img-txt {
  display: block;
}

.content .fr .chanpin:nth-of-type(2) li:hover a:nth-child(1) {
  display: none;
}

.content .fr .chanpin:nth-of-type(2) li:hover a:nth-child(2) .img-txt {
  display: block;
}

.content .fr .chanpin:nth-of-type(2) li .img-txt .fr p {
  padding-top: 3px;
}

.content .fr .chanpin:nth-of-type(3) {
  margin-top: 10px;
}

.content .fr .chanpin a {
  color: #333;
}

.content .fr .chanpin a:hover {
  color: #436FBF;
}

.content .fr .chanpin>li div.title {
  height: 18px;
  line-height: 18px;
}

.content .fr .chanpin>li div.title .fl {
  width: 72px;
  position: relative;
}

.content .fr .chanpin>li div.title .fl p {
  position: absolute;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  z-index: 2;
}

.content .fr .chanpin>li div.title .fl i {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #b6d6ee;
  border-radius: 0 5px 5px 0;
  top: 5px;
  left: -20px;
  z-index: 0;
}

.content .fr .chanpin>li div.title a {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.4);
}

.content .fr .chanpin>li div.title a:hover {
  color: #436FBF;
}

.content .fr .chanpin>li div.title a::after {
  content: '\e65f';
  font-family: "iconfont" !important;
  margin-left: 4px;
}

.content .fr .chanpin>li li.title {
  margin-top: 20px;
  margin-bottom: 0;
}

.content .fr .chanpin>li li.title>i {
  width: 15px;
  height: 10px;
  background: url(../images/library_image_decorate.png) no-repeat;
  background-size: 100%;
  margin-top: 2px;
  margin-right: 5px;
}

.content .fr .chanpin>li li.title p {
  font-size: 14px;
  line-height: 14px;
}

/* 手机 手机薅羊毛 */
/* .content .fr .chanpin > li li.title p i { */

/* 手机 手机薅羊毛 END */

.content .fr .chanpin>li li {
  line-height: 0;
  margin-bottom: 10px;
}

.content .fr .chanpin>li li a {
  display: inline-block;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  margin: 0 auto;
  margin-top: 15px;
  margin-right: 15px;
}

.content .fr .chanpin>li li.title a {
  font-size: 14px;
  color: #333;
  margin-top: 0;
  margin-right: 0;
}

.content .fr .chanpin>li li.title strong {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.4);
  margin: 0 5px;
  vertical-align: middle;
}

.content .fr .chanpin>li li a.title {
  margin-top: 0;
}

.content .fr .chanpin>li li a:hover {
  color: #436FBF;
}

.content .fr .chanpin:nth-of-type(2)>li {
  padding-bottom: 20px;
}

.content .fr .chanpin>li .txt {
  display: block;
  color: #333;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .fr .chanpin>li .txt:hover {
  color: #436FBF;
}

.content .fr .chanpin>li .img-txt {
  display: none;
}

.content .fr .chanpin>li .img-txt .clearfix {
  height: 50px;
  overflow: hidden;
}

.content .fr .chanpin>li .img-txt img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.content .fr .chanpin>li .img-txt .fr {
  width: 165px;
  height: 55px;
  overflow: hidden;
}

.content .fr .chanpin>li .img-txt .fr p {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.content .fr .chanpin>li .img-txt .fr span {
  display: inherit;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 1;
}

.content .fr .chanpin>li .img-txt .my-time {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  height: 11px;
  line-height: 11px;
  margin-top: 5px;
}

.content .fr .chanpin>li .service-logo li {
  position: relative;
  float: left;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 62px;
  margin-right: 3px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 2px rgba(119, 151, 207, 0.25);
  border-radius: 5px;
}

.content .fr .chanpin>li .service-logo li:last-child {
  margin-right: 0;
}

.content .fr .chanpin>li .service-logo li a {
  margin: 0 auto;
}

.content .fr .chanpin>li .service-logo li i {
  font-size: 36px;
  color: #D0D0D0;
  vertical-align: middle;
}

.content .fr .chanpin>li .service-logo li div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.1;
  padding: 8px 5px;
  top: 0;
  right: 0;
  background-color: rgba(139, 184, 231, 0.8);
  border-radius: 5px;
  box-sizing: border-box;
}

.content .fr .chanpin>li .service-logo li:hover {
  cursor: pointer;
  z-index: 9;
}

.content .fr .chanpin>li .service-logo li:hover div {
  display: block;
}

.content .fr .chanpin .details:nth-child(2) {
  margin-top: 10px;
}

.content .fr .chanpin .details>ol {
  position: relative;
  padding: 0 0 0 20px;
  border: 1px solid #D6D6D6;
  border-left: 1px solid white;
  border-radius: 0 10px 10px 0;
  margin-bottom: -10px;
  margin-left: -21px;
  z-index: 99;
  background-color: white;
  box-shadow: 1px 2px 2px 0px #d6d6d6;
}

.content .fr .chanpin .details>ol li.title {
  margin-top: 10px;
}

.content .fr .chanpin .details>div {
  display: block !important;
  height: 380px;
  padding: 20px 10px 0 20px;
  position: absolute;
  left: -608px;
  top: 28px;
  z-index: 9;
  border: 1px solid #EAEAEA;
  border-radius: 10px 0 10px 10px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: -2px 2px 2px 0px #d6d6d6;
}

.content .fr .chanpin .details>div ul>li {
  margin-bottom: 15px;
}

/* 特色手机 */
.content .fr .chanpin .details>div ul>li>a {
  float: left;
  width: 81px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 0;
}

.content .fr .chanpin .details>div ul>li .details-list {
  float: left;
  width: 460px;
  border-bottom: 1px solid #EAEAEA;
}

.content .fr .chanpin .details>div ul>li .details-list ol em {
  float: left;
  width: 100px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.content .fr .chanpin .details>div ul>li .details-list em:nth-child(4n) {
  margin-right: 0;
}

.content .fr .chanpin .details>div ul>li .details-list em a {
  font-size: 14px;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
}

.content .fr .chanpin .details>div ul>li .details-list em a:hover {
  color: #436FBF;
}

.content .fr .chanpin .details>div ul>li:last-child .details-list {
  border: none;
}

.content .fr .chanpin .details>div ul>li a:hover {
  color: #436FBF;
}

.content .photos-of li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.content .photos-of li:nth-child(4n) {
  margin-right: 0;
}

.footer {
  margin-top: 10px;
}

.footer .foot-nav {
  padding-top: 30px;
  background-color: #FAFAFA;
}

.footer .foot-nav ul>li {
  line-height: 1;
  padding-bottom: 30px;
}

.footer .foot-nav ul>li span {
  float: left;
  color: #333;
  font-size: 14px;
  width: 70px;
}

.footer .foot-nav ul>li ol li {
  float: left;
  margin-left: 20px;
}

.footer .foot-nav ul>li ol li a {
  color: #333;
  font-size: 14px;
}

.footer .foot-nav ul>li ol li a:hover {
  color: #436FBF;
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.702);
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
  background-color: #6095C3;
}

.footer .copyright .about-us {
  margin-bottom: 20px;
  line-height: 1;
}

.footer .copyright .about-us a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-right: 25px;
}

.footer .copyright .about-us a:last-child {
  margin-right: 0;
}

.footer .copyright .about-us a:hover {
  color: white;
}

.footer .copyright p {
  margin-bottom: 20px;
  line-height: 1;
}

.footer .copyright p a {
  color: rgba(255, 255, 255, 0.702);
  margin-left: 25px;
}

.footer .copyright p a:first-child {
  margin-left: 0;
}

.footer .copyright p a:hover {
  color: white;
}

.footer .copyright p:nth-of-type(1) a {
  margin: 0 25px;
}

.footer .copyright p:nth-of-type(2) span {
  margin-left: 25px;
}

.footer .copyright p:last-child {
  margin-bottom: 25px;
}

.footer .copyright ul {
  width: 422px;
  margin: 0 auto 20px;
}

.footer .copyright ul li {
  float: left;
}

.footer .copyright ul li img {
  width: 124px;
  height: 47px;
  object-fit: contain;
}

.footer .copyright ul li:nth-child(2) {
  margin: 0 25px;
}

.footer .copyright img {
  display: block;
  width: 130px;
  height: 70px;
  margin: 0 auto;
}

#calendar_contain {
  background-color: #fff;
  padding-bottom: 10px;
}

#calendar {
  width: 350px;
  color: rgba(51, 51, 51, 0.5);
  margin: 0 auto;
  padding-bottom: 9px;
}

#calendar th {
  height: 44px;
  line-height: 44px;
}

#calendar th p img {
  display: none;
}

#calendar th p:nth-child(1)::before {
  color: rgba(0, 0, 0, 0.5);
  content: '\e663';
  font-family: "iconfont" !important;
}

#calendar th p:nth-child(2) {
  float: none !important;
  display: inline-block;
}

#calendar th p:nth-child(3)::before {
  color: rgba(0, 0, 0, 0.5);
  content: '\e664';
  font-family: "iconfont" !important;
}

#calendar tr {
  height: 29px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 12px;
}

#calendar tr td div.has {
  width: 20px;
  height: 20px;
  color: #333;
  line-height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.1);
}

#calendar tr td div.current {
  color: #fff;
  background: #72ADD9;
}

#calendar tr:nth-child(2) {
  height: 37px;
}

.shijianzhou {
  background: #F9FBFF;
  height: 181px;
  overflow-y: auto;
  box-shadow: 0 2px 4px 0px rgba(119, 151, 207, 0.25);
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
}

.shijianzhou ul li::after {
  display: table;
  clear: both;
  content: '';
}

.shijianzhou ul li span {
  display: inline-block;
  min-width: 54px;
  font-size: 12px;
  color: #436FBF;
  line-height: 1;
  margin-left: 8px;
  margin-right: 13px;
}

.shijianzhou ul li span::before {
  content: '\e669';
  font-family: "iconfont" !important;
  color: #436FBF;
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
}

.shijianzhou ul li a {
  font-size: 12px;
  margin: 12px 0 10px 0;
}

.shijianzhou ul li p {
  float: right;
}

.shijianzhou ul li p a {
  margin: 0;
}

.shijianzhou ul li p a:hover {
  color: #436FBF;
}

.shijianzhou ul li img {
  float: right;
  width: 256px;
  margin-right: 34px;
  margin-bottom: 5px;
}

.shijianzhou::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 33%;
}

.shijianzhou::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #3333304d;
}

.shijianzhou::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background-color: transparent;
}