@import url(css/font_2765311_ytgz2cpaupg.css);
/*common*/
* {
  padding: 0;
  margin: 0;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: "Microsoft YaHei", Arial;
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.index-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.index-title-wrap.green .title:after {
  background-color: #369d47;
}
.index-title-wrap.green .more-link:hover {
  color: #369d47;
}
.index-title-wrap.white {
  border-color: #fff;
}
.index-title-wrap.white .title {
  color: #fff;
}
.index-title-wrap.white .title:after {
  background-color: #fff;
}
.index-title-wrap.white .more-link {
  color: #fff;
}
.index-title-wrap.white .more-link:hover {
  color: #fff;
}
.index-title-wrap .title {
  flex: 1;
  position: relative;
  padding-bottom: 15px;
  color: #333;
  font-size: 24px;
}
.index-title-wrap .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  background-color: #1f8bcb;
}
.index-title-wrap .more-link {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
}
.index-title-wrap .more-link:hover {
  color: #1f8bcb;
}
.index-title-wrap .more-link .iconfont {
  font-size: 18px;
}
/*badoopager*/
#badoopager {
  text-align: center;
}
#badoopager a {
  display: inline-block;
  margin: 0 4px;
  padding: 0 15px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  color: #666;
  cursor: pointer;
}
#badoopager a.active {
  color: #fff;
  background-color: #369d47;
  border-color: transparent;
}
/*breadcrumb*/
.breadcrumb {
  margin: 0;
  padding: 28px 0 18px;
  color: #999;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #d2d2d2;
}
.breadcrumb.no-line {
  border-color: transparent;
}
.breadcrumb a {
  padding: 0 6px;
  color: #222;
}
.breadcrumb a:first-child {
  padding-left: 0;
}
/*around*/
.around-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
  border-top: 1px solid #dcdcdc;
}
.around-wrap .around {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 60px;
}
.around-wrap .around .item {
  color: #666;
  font-size: 15px;
}
.around-wrap .around .item:first-child {
  padding-bottom: 10px;
}
.around-wrap .around .item a {
  color: #666;
}
.around-wrap .around .item a:hover {
  color: #369d47;
}
.around-wrap .back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 46px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.around-wrap .back-btn:hover {
  color: #369d47;
}
.around-wrap .back-btn .iconfont {
  margin-top: 2px;
  margin-right: 10px;
  font-size: 18px;
}
/*index*/
.navbar-style {
	background-color: #6161a9;
}
.navbar-style .dropdown-menu {
  left: -30px;
  width: 180px;
  margin: 0;
  padding: 0 0 10px;
  border-radius: 0;
}
.navbar-style .dropdown-menu .dropdown-item {
  line-height: 50px;
  padding: 0;
  text-align: center;
}
.navbar-style .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.navbar-style .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #1f8bcb;
}
.navbar-style .navbar {
  max-width: 1200px;
  min-height: 60px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.navbar-style .navbar .nav-item {
	padding: 0 21px;
	cursor: pointer;
}
.navbar-style .navbar .nav-item .dropdown-toggle::after {
  transition: all 0.3s ease;
}
.navbar-style .navbar .nav-item.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.navbar-style .navbar .nav-item .nav-link {
	font-size: 16px;
	line-height: 44px;
	color: #fff;
}
.navbar-style .navbar .custom-link {
  display: none;
  padding-right: 15px;
}
.navbar-style .navbar .custom-link a {
  margin: 0 3px;
  color: #fff;
  font-size: 15px;
}
.header {
  padding: 20px 0;
}
.header .logo {
  display: inline-block;
}
.header .search-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.header .search-wrap .search-box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
	color: #333;
	border: 1px solid #6161a9;
}
.header .search-wrap .search-box input {
	flex: 1;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	outline: none;
}
.header .search-wrap .search-box button {
	width: 74px;
	height: 46px;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #6161a9;
}
.header .hot-search {
  display: flex;
  align-items: center;
  margin: 0;
}
.header .hot-search dt {
  font-weight: 500;
}
.header .hot-search dd {
  margin: 0 10px 0 0;
}
.header .hot-search dd:last-child {
  margin: 0;
}
.header .hot-search a,
.header .hot-search span {
  color: #333;
  font-size: 15px;
}
.header .hot-search a:hover {
  color: #1f8bcb;
}
#banner .banner-silde {
  display: flex;
  justify-content: center;
}
#banner a {
  display: block;
  max-width: 1920px;
  overflow: hidden;
}
#banner a img {
  width: 100%;
}
.column-wrap {
  margin-bottom: 30px;
}
.column-wrap .news-list-wrap {
  display: flex;
  justify-content: space-between;
}
.column-wrap .news-list-wrap .tabloid {
  width: 385px;
}
.column-wrap .news-list-wrap .tabloid .first-item {
  position: relative;
  display: block;
  width: 100%;
  height: 286px;
  overflow: hidden;
}
.column-wrap .news-list-wrap .tabloid .first-item img {
  width: 100%;
}
.column-wrap .news-list-wrap .tabloid .first-item .title {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px 0 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
.column-wrap .news-list-wrap .tabloid .first-item .title .text {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-wrap .news-list-wrap .tabloid .first-item .title .date {
  font-size: 14px;
}
.column-wrap .news-list-wrap .list {
  flex: 1;
  padding-left: 25px;
}
.column-wrap .news-list-wrap .list a {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.column-wrap .news-list-wrap .list a.green:hover .info-wrap .title {
  color: #369d47;
}
.column-wrap .news-list-wrap .list a:first-child {
  padding-top: 0;
}
.column-wrap .news-list-wrap .list a:hover .info-wrap .title {
  color: #1f8bcb;
}
.column-wrap .news-list-wrap .list a .info-wrap {
  flex: 1;
  padding-right: 30px;
}
.column-wrap .news-list-wrap .list a .info-wrap .title {
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.column-wrap .news-list-wrap .list a .info-wrap .date {
  color: #666;
  font-size: 14px;
}
.column-wrap .news-list-wrap .list a .img {
  width: 100px;
  height: 65px;
  overflow: hidden;
}
.column-wrap .news-list-wrap .list a .img img {
  width: 100%;
}
.column-wrap .column-list .item {
  margin-bottom: 20px;
}
.column-wrap .column-list .item:hover a .title {
  color: #1f8bcb;
}
.column-wrap .column-list .item:last-child {
  margin-bottom: 0;
}
.column-wrap .column-list .item a {
  display: flex;
}
.column-wrap .column-list .item a .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
}
.column-wrap .column-list .item a .date .day {
  height: 24px;
  margin-bottom: 8px;
  color: #666;
  font-size: 24px;
}
.column-wrap .column-list .item a .date .year {
  color: #666;
  font-size: 14px;
}
.column-wrap .column-list .item a .title {
	flex: 1;
	margin: 4px 0;
	padding-left: 15px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-one {
  padding: 0 0 16px;
  background-color: #f9f9f9;
}
.section-one .shortcut-menu {
  position: relative;
  top: -55px;
  z-index: 9;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.section-one .shortcut-menu li {
	position: relative;
	width: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
  /*            .loop(@counter) when (@counter<=5) {
    .loop(@counter+1);

    &:nth-child(@{counter}) {
        &:hover {
            img {
                @imgUrl: "/Content/sanyuan/img/icon@{counter}-b.png";
                content: url('@{imgUrl}');
            }
        }
    }
}

.loop(1);*/
}
.section-one .shortcut-menu li:last-child:after {
  display: none;
}
.section-one .shortcut-menu li:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  height: 66%;
  transform: translateY(-50%);
  background-color: #e5e5e5;
}
.section-one .shortcut-menu li.active {
  background-color: #1f8bcb;
}
.section-one .shortcut-menu li.active a {
  color: #fff;
}
.section-one .shortcut-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 120px;
	color: #fff;
	font-size: 14px;
}
.section-one .shortcut-menu li a img {
  margin-bottom: 10px;
}
.section-two {
  padding: 50px 0 35px;
}
.section-two .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-two .list .item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-two .list .item:hover > .title {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.section-two .list .item:hover .sort-wrap {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.section-two .list .item > .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.section-two .list .item > .title .text {
  position: absolute;
  left: 50%;
}
.section-two .list .item > .title .text.center {
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-two .list .item > .title .text.bottom {
  bottom: 25px;
  transform: translateX(-50%);
}
.section-two .list .item .sort-wrap {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 38px 0;
  background-color: rgba(31, 139, 203, 0.6);
}
.section-two .list .item .sort-wrap > .title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.section-two .list .item .sort-wrap > .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background-color: #fff;
}
.section-two .list .item .sort-wrap > .title a {
  color: #fff;
  font-size: 24px;
}
.section-two .list .item .sort-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.section-two .list .item .sort-wrap ul li {
  width: 33.3%;
  margin-bottom: 24px;
}
.section-two .list .item .sort-wrap ul li:hover a {
  color: #fff;
}
.section-two .list .item .sort-wrap ul li a {
  display: inline-block;
  max-width: 95%;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-three {
	padding: 50px 0 55px;
	background-size: cover;
	background-image: url(../images/docbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.section-three .expert-slide {
  width: 180px;
  margin: 0 24px 80px 0;
}
.section-three .expert-slide:last-child {
  margin-right: 0;
}
.section-three .expert-slide .item {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
}
.section-three .expert-slide .item:hover .title-wrap .title {
  color: #369d47;
}
.section-three .expert-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.section-three .expert-slide .item .img img {
  width: 100%;
}
.section-three .expert-slide .item .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 15px;
}
.section-three .expert-slide .item .title-wrap .title {
  color: #1f8bcb;
  font-size: 18px;
  font-weight: bold;
}
.section-three .expert-slide .item .title-wrap .label {
  width: 70px;
  height: 22px;
  line-height: 22px;
  color: #bcbcbc;
  font-size: 14px;
  text-align: center;
  background-color: #f9f9f9;
}
.section-three .expert-slide .item .synopsis {
  min-height: 42px;
  color: #333;
  font-size: 14px;
}
.section-three .expert-slide .item .synopsis span:first-child {
  color: #666;
}
.section-three .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.section-three .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
  border-radius: 8px;
}
.section-four {
  padding: 50px 0 55px;
  background-color: #f8f8f8;
}
.section-four .video {
  width: 385px;
  height: 286px;
}
.section-four .video .video-js {
  width: 100%;
  height: 100%;
}
.section-four .video .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  border-radius: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  transform: translate(-50%, -50%);
}
.section-four .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  font-size: 40px;
  transform: translate(-50%, -50%);
}
.section-five {
  padding: 50px 0 20px;
}
.section-five .equipment-item {
	display: block;
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
}
.section-five .equipment-item:hover .text {
  color: #369d47;
}
.section-five .equipment-item .img {
  width: 100%;
  overflow: hidden;
}
.section-five .equipment-item .img img {
  width: 100%;
}
.section-five .equipment-item .text {
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*page-banner*/
.page-banner {
  max-width: 1920px;
  height: 300px;
  margin: 0 auto;
  color: #fff;
  background: url("/images/page-banenr.jpg") no-repeat center;
  background-size: cover;
}
.page-banner .title {
  padding-top: 125px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
/*page-sub-nav*/
.page-sub-nav {
  border-bottom: 1px solid #d2d2d2;
}
.page-sub-nav ul {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.page-sub-nav ul li {
  margin-right: 20px;
}
.page-sub-nav ul li.active a {
  color: #1f8bcb;
  font-weight: bold;
  border-bottom: 4px solid #1f8bcb;
}
.page-sub-nav ul li:hover a {
  color: #1f8bcb;
  font-weight: bold;
}
.page-sub-nav ul li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 14px;
  color: #333;
}
/*about*/
.about {
  padding: 60px 0 75px;
}
.about .img {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}
.about .img img {
  width: 100%;
}
.about .info-wrap .title {
  padding-bottom: 25px;
  color: #1f8bcb;
  font-size: 30px;
  text-align: center;
}
.about .info-wrap .content {
  color: #666;
  font-size: 16px;
}
.about .info-wrap .content p {
  margin: 0;
}
/*environment*/
.environment {
  padding: 45px 0 60px;
}
.environment-item {
  display: block;
  margin-bottom: 45px;
  border-bottom: 1px solid #dcdcdc;
}
.environment-item:hover .title {
  color: #1f8bcb;
}
.environment-item.honor .img {
  height: 183px;
}
.environment-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 256px;
  overflow: hidden;
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
}
.environment-item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.environment-item .title {
  position: relative;
  padding: 14px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.environment-item .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #1f8bcb;
  transition: all 0.3s ease 0s;
}
/*notice*/
.notice {
  padding: 30px 0 65px;
}
.notice .notice-list {
  padding-bottom: 50px;
}
.notice .notice-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 55px;
  border-bottom: 1px dashed #d2d2d2;
}
.notice .notice-list .item.tag:before {
  display: none;
}
.notice .notice-list .item:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0a0a0;
}
.notice .notice-list .item .tag {
  margin-right: 30px;
  color: #444;
  font-size: 16px;
}
.notice .notice-list .item .tag:hover {
  color: #1f8bcb;
}
.notice .notice-list .item .tag + .title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #d12614;
}
.notice .notice-list .item .title {
  flex: 1;
  padding: 0 30px 0 6px;
  color: #444;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice .notice-list .item .title:hover {
  color: #1f8bcb;
}
.notice .notice-list .item .date {
  color: #999;
  font-size: 14px;
}
/*skill*/
.skill {
  padding: 10px 0 75px;
}
.skill .list {
  padding-bottom: 60px;
}
.skill .list .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 210px;
  border-bottom: 1px dashed #d2d2d2;
}
.skill .list .item:hover .info-wrap h6 {
  color: #1f8bcb;
}
.skill .list .item .img {
  width: 220px;
  height: 150px;
  overflow: hidden;
}
.skill .list .item .img img {
  width: 100%;
  height: 100%;
}
.skill .list .item .info-wrap {
  flex: 1;
  padding-left: 30px;
}
.skill .list .item .info-wrap h6 {
  width: 90%;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skill .list .item .info-wrap .date {
  padding: 20px 0;
  color: #999;
  font-size: 14px;
}
.skill .list .item .info-wrap .content {
  margin: 0;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*route*/
.route {
  padding: 70px 0 80px;
}
.route .content {
  padding-bottom: 30px;
  color: #333;
  font-size: 16px;
}
.route .content p {
  margin-bottom: 0;
}
.route .map {
  width: 100%;
  height: 438px;
}
.route .map .map-title {
  display: inline-block;
  padding-bottom: 12px;
  color: #1f8bcb;
  font-size: 16px;
}
.route .map .map-info {
  line-height: 20px;
  margin: 0;
  font-size: 13px;
  color: #000;
}
/*occupation-list*/
.occupation-wrap {
  padding: 24px 20px 0;
  border: 1px solid #d2d2d2;
  margin-bottom: 45px;
}
.occupation-wrap .occupation-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
}
.occupation-wrap .occupation-list dt {
  margin-right: 10px;
  color: #999;
}
.occupation-wrap .occupation-list dd {
  flex: 1;
  margin: 0;
  overflow-x: auto;
}
.occupation-wrap .occupation-list dd .link-wrap {
  display: flex;
  white-space: nowrap;
}
.occupation-wrap .occupation-list dd .link-wrap .link {
  display: inline-block;
  margin-right: 20px;
  padding: 0 14px;
  color: #222;
  cursor: pointer;
}
.occupation-wrap .occupation-list dd .link-wrap .link.active,
.occupation-wrap .occupation-list dd .link-wrap .link:hover {
  color: #1f8bcb;
}
.occupation-wrap .occupation-list dd .sort-wrap {
  display: none;
}
.occupation-wrap .occupation-list dd .sort-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  padding: 20px 20px 5px;
  background-color: #f5f5f5;
}
.occupation-wrap .occupation-list dd .sort-wrap ul:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 148px;
  border-bottom: solid 16px #f5f5f5;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.occupation-wrap .occupation-list dd .sort-wrap ul li {
  margin-bottom: 15px;
  padding: 0 15px;
}
.occupation-wrap .occupation-list dd .sort-wrap ul li.active a,
.occupation-wrap .occupation-list dd .sort-wrap ul li:hover a {
  color: #1f8bcb;
}
.occupation-wrap .occupation-list dd .sort-wrap ul li a {
  color: #333;
}
/*expert*/
.expert {
  padding: 40px 0 70px;
}
.expert .item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d2d2d2;
}
.expert .item:hover {
  border-color: #1f8bcb;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.expert .item .img {
  width: 114px;
  overflow: hidden;
}
.expert .item .img img {
  width: 100%;
  height: 100%;
}
.expert .item .info-wrap {
  flex: 1;
  padding-left: 20px;
}
.expert .item .info-wrap .title-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
}
.expert .item .info-wrap .title-wrap .title {
  margin-right: 20px;
  color: #1f8bcb;
  font-size: 18px;
  font-weight: bold;
}
.expert .item .info-wrap .title-wrap .label {
  width: 70px;
  height: 22px;
  line-height: 22px;
  color: #bcbcbc;
  font-size: 14px;
  text-align: center;
  background-color: #f9f9f9;
}
.expert .item .info-wrap .synopsis {
  color: #333;
  font-size: 14px;
}
.expert .item .info-wrap .synopsis span:first-child {
  color: #666;
}
.expert .item .info-wrap hr {
  margin: 12px 0 16px;
}
.expert #badoopager {
  padding-top: 30px;
}
/*department*/
.department {
  padding: 50px 0 85px;
}
.department .sub-nav {
  display: flex;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  border: 1px solid #d2d2d2;
}
.department .sub-nav li {
  width: 33.3%;
}
.department .sub-nav li.active a {
  color: #fff;
  background-color: #1f8bcb;
}
.department .sub-nav li a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.department .department-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d2d2d2;
}
.department .department-item:hover {
  border-color: transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.department .department-item .title {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0 20px;
  color: #1f8bcb;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
}
.department .department-item .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #1f8bcb;
}
.department .department-item .content {
  color: #666;
  font-size: 14px;
}
.department .info-wrap .content {
  color: #666;
  font-size: 16px;
}
.department .info-wrap .content p {
  margin: 0;
}
.department #badoopager {
  padding-top: 30px;
}
/*footer*/
.footer {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.footer .foot-nav {
  position: relative;
  margin-bottom: 0;
}
.footer .foot-nav.line:after {
  content: '';
  position: absolute;
  right: 65px;
  top: 15px;
  width: 1px;
  height: 160px;
  background-color: #e5e5e5;
}
.footer .foot-nav dt {
  padding-bottom: 18px;
  font-weight: 500;
}
.footer .foot-nav dt .link {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  color: #444;
  font-size: 20px;
  font-weight: bold;
}
.footer .foot-nav dt .link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #369d47;
}
.footer .foot-nav dd {
  display: flex;
  margin: 0;
  padding-bottom: 6px;
  font-size: 16px;
}
.footer .foot-nav dd:last-child {
  padding-bottom: 0;
}
.footer .foot-nav dd ul {
  margin-right: 60px;
}
.footer .foot-nav dd ul:last-child {
  margin-right: 0;
}
.footer .foot-nav dd ul li {
  padding-bottom: 6px;
}
.footer .foot-nav dd ul li .link:hover {
  color: #369d47;
}
.footer .foot-nav dd ul li .link,
.footer .foot-nav dd .link {
	color: #444;
	font-size: 14px;
}
.footer .foot-nav dd .tel {
  color: #369d47;
  font-size: 30px;
  font-family: Impact;
}
.footer .foot-code-wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-code-wrap .foot-code {
  color: #444;
  font-size: 14px;
  text-align: center;
}
.footer .foot-code-wrap .foot-code img {
  width: 120px;
  margin-bottom: 10px;
}
.copyright {
	padding: 15px 0;
	background-color: #6161a9;
}
.copyright .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.copyright .list .item {
	display: flex;
	align-items: center;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.copyright .list .item select {
  min-width: 220px;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.copyright .list .item select option {
  color: #333;
  background-color: #fff;
}
.copyright .list .item:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.copyright .list .item:nth-child(3),
.copyright .list .item:nth-child(4) {
  padding-right: 20px;
}
.copyright .list a:hover {
  color: #fff;
}
/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1024px) {
  .navbar-style .navbar .nav-item {
    padding: 0 3px;
  }
  /*index*/
  .column-wrap.column {
    margin-bottom: 0;
  }
  .column-wrap .news-list-wrap .list a {
    padding: 17px 0;
  }
  .column-wrap .column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column-wrap .column-list .item {
    width: 48.5%;
  }
  .section-two .list .item:first-child,
  .section-two .list .item:nth-child(3) {
    width: 30%;
  }
  .section-two .list .item:nth-child(2) {
    width: 35%;
  }
  .section-two .list .item:nth-child(4),
  .section-two .list .item:nth-child(5) {
    width: 49%;
  }
  .section-three .expert-slide {
    width: 214px;
  }
  .section-four .video {
    width: 100%;
    height: 300px;
  }
  /*environment*/
  .environment-item.honor .img {
    height: 193px;
  }
  .environment-item .img {
    height: 195px;
  }
  /*footer*/
  .footer .foot-nav.line:after {
    display: none;
  }
  .copyright .list {
    flex-wrap: wrap;
  }
  .copyright .list .item:first-child {
    width: 100%;
  }
  .copyright .list .item:nth-child(2) {
    flex: unset;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
  /*product*/
  .product-center .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-style .navbar-brand img {
    height: 32px;
  }
  .navbar-style .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    max-height: 90vh;
    z-index: 10000000;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  }
  .navbar-style .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    overflow: hidden;
  }
  .navbar-style .dropdown-menu .dropdown-item {
    display: inline-block;
    width: 101px;
    line-height: 36px;
    margin-bottom: 6px;
    padding: 0;
    color: #666;
    font-size: 14px;
    border: none;
    clear: unset;
    background-color: #eff5ff;
  }
  .navbar-style .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #1f8bcb;
  }
  .navbar-style .navbar .nav-item {
    position: relative;
    padding: 0 10px;
    text-align: center;
  }
  .navbar-style .navbar .nav-item.active,
  .navbar-style .navbar .nav-item:hover {
    background-color: transparent;
  }
  .navbar-style .navbar .nav-item.active .nav-link,
  .navbar-style .navbar .nav-item:hover .nav-link {
    color: #1f8bcb;
    border: none;
  }
  .navbar-style .navbar .nav-item .nav-link {
    color: #333;
  }
  .navbar-style .navbar .custom-link {
    display: block;
  }
  /*badoopager*/
  #badoopager a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    padding: 0 8px;
    font-size: 14px;
  }
  /*index*/
  .header .logo {
    width: 100%;
  }
  .header .logo img {
    width: 100%;
  }
  .column-wrap .news-list-wrap .list a {
    padding: 10px 0;
  }
  .column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column-list .item {
    width: 48.5%;
  }
  .section-two .list .item:hover > .title {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .section-two .list .item:first-child,
  .section-two .list .item:nth-child(2),
  .section-two .list .item:nth-child(3) {
    width: 31.2%;
  }
  .section-two .list .item:nth-child(4),
  .section-two .list .item:nth-child(5) {
    width: 48.5%;
  }
  .section-two .list .item .sort-wrap {
    display: none;
  }
  /*environment*/
  .environment-item.honor .img {
    height: 180px;
  }
  .environment-item .img {
    height: 222px;
  }
  /*footer*/
  .footer .foot-nav {
    margin-bottom: 20px;
  }
  .footer .foot-code-wrap {
    justify-content: flex-start;
  }
  .copyright .list .item {
    justify-content: center !important;
    width: 100%;
    padding-right: 0 !important;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /*around*/
  .around-wrap {
    flex-direction: column;
  }
  .around-wrap .around {
    width: 100%;
    padding: 0;
  }
  .around-wrap .back-btn {
    width: 100%;
    margin-top: 30px;
  }
  /*index*/
  .header .logo {
    margin-bottom: 15px;
  }
  .header .search-wrap {
    align-items: flex-start;
  }
  .navbar-style .navbar {
    min-height: 50px;
  }
  .navbar-style .navbar-collapse {
    top: 50px;
  }
  .column-wrap.column {
    margin-bottom: 30px;
  }
  .column-wrap .news-list-wrap {
    flex-wrap: wrap;
  }
  .column-wrap .news-list-wrap .tabloid {
    width: 100%;
  }
  .column-wrap .news-list-wrap .tabloid .first-item {
    height: auto;
    margin-bottom: 20px;
  }
  .column-wrap .news-list-wrap .list {
    padding-left: 0;
  }
  .column-wrap .column-list .item {
    width: 100%;
  }
  .section-one .shortcut-menu {
    top: 0;
    margin: 30px 0;
  }
  .section-one .shortcut-menu li {
    height: 90px;
  }
  .section-one .shortcut-menu li a {
    height: 80px;
    font-size: 14px;
  }
  .section-one .shortcut-menu li a img {
    margin-bottom: 0;
    transform: scale(0.6);
  }
  .section-two .list .item {
    width: 100% !important;
    height: 116px;
  }
  .section-two .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-two .list .item > .title .text.bottom {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .section-three .expert-slide {
    width: 180px;
  }
  .section-four .video {
    height: 286px;
  }
  .section-five .col-lg-3:nth-child(odd) {
    padding-right: 10px;
  }
  .section-five .col-lg-3:nth-child(even) {
    padding-left: 10px;
  }
  /*page-banner*/
  .page-banner {
    height: 200px;
  }
  .page-banner .title {
    padding-top: 85px;
    font-size: 30px;
  }
  /*about*/
  .about {
    padding: 50px 0;
  }
  /*environment*/
  .environment {
    padding: 50px 0;
  }
  .environment .col-lg-4:nth-child(odd) {
    padding-right: 10px;
  }
  .environment .col-lg-4:nth-child(even) {
    padding-left: 10px;
  }
  .environment-item.honor .img {
    height: 104px;
  }
  .environment-item .img {
    height: 110px;
  }
  /*skill*/
  .skill {
    padding: 50px 0;
  }
  .skill .list .item {
    flex-wrap: wrap;
    height: auto;
    padding: 25px 0;
  }
  .skill .list .item:first-child {
    padding-top: 0;
  }
  .skill .list .item .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .skill .list .item .info-wrap {
    padding-left: 0;
  }
  .skill .list .item .info-wrap .date {
    padding: 15px 0;
  }
  /*route*/
  .route {
    padding: 50px 0;
  }
  .route .map {
    width: 100%;
    height: 250px;
  }
  /*occupation-list*/
  .occupation-wrap .occupation-list dd .sort-wrap ul li {
    width: 100%;
    padding: 0;
  }
  /*expert*/
  .expert {
    padding: 50px 0;
  }
  /*department*/
  .department {
    padding: 50px 0;
  }
  /*footer*/
  .footer .foot-nav dd ul {
    width: 33.3%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */
