html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.banner a img {
  width: 100%;
}

/* @font-face {  
  font-family: 'sy';  
  src: url('/statics/css/fonts/sy_r.TTF') format('truetype');  
} */
body,html{
  font-family: "sy";
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header {
  border-bottom: 1px solid #dedede;
}
.header .content {
  height: 99px;
}
.header .content .logo {
  border-right: 1px solid #dedede;
  float: left;
}
.header .content .logo a {
  display: block;
  width: 150px;
  height: 99px;
  text-align: center;
  line-height: 99px;
}
.header .content .logo a img{
  width: 115px;
}
.header .content .word {
  float: left;
  height: 99px;
  line-height: 99px;
  padding-left: 40px;
}
.header .content .word h5 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.header .content .word h5 i {
  color: #3b7e9b;
}
.header .content .tel {
  position: relative;
  float: right;
  width: 300px;
  height: 99px;
  background: url(/statics/images/yjd_img/tel.png) no-repeat left 30px center;
  padding: 25px 0 5px 100px;
  border-left: 1px solid #dedede;
}
.header .content .tel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 24px;
  background: #3b7e9b;
  transform: translateY(-50%);
}
.header .content .tel h5 {
  font-size: 14px;
  color: #3b7e9b;
  line-height: 1.5;
}
.header .content .tel h6 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.nav .content ul li {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-left: 1px solid #dedede;
}
.nav .content ul li:first-child {
  border-left: 0 solid #000;
}
.nav .content ul li.active a,
.nav .content ul li:hover a {
  color: #3b7e9b;
  font-weight: bold;
}
.nav .content ul li.active a::after,
.nav .content ul li:hover a::after {
  width: 100%;
}
.nav .content ul li a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.nav .content ul li a::after {
  transition: all .5s linear;
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #3b7e9b;
  transform: translateX(-50%);
}
.banner .slide .swiper-container .swiper-wrapper .slide a {
  display: block;
}
.banner .slide .swiper-container .swiper-wrapper .slide a img {
  width: 100%;
}
.banner .slide .swiper-container .swiper-button-next {
  right: 10%;
}
.banner .slide .swiper-container .swiper-button-prev {
  left: 10%;
}
.banner .slide .swiper-container .swiper-button-next,
.banner .slide .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #3b7e9b;
  background-image: none;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 1;
  transition: all .5s linear;
}
.banner .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.banner .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.banner .slide .swiper-container .swiper-button-next i,
.banner .slide .swiper-container .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
.banner .slide .swiper-container .box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0 3px;
}
.banner .slide .swiper-container .box .swiper-pagination {
  position: static;
  height: 20px;
  line-height: 20px;
}
.banner .slide .swiper-container .box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 1;
}
.banner .slide .swiper-container .box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #52b0d8;
}
.search {
  border-bottom: 1px solid #dedede;
}
.search .content {
  height: 60px;
}
.search .content .hot {
  float: left;
  line-height: 60px;
}
.search .content .hot span {
  font-size: 16px;
  color: #3b7e9b;
  font-weight: bold;
}
.search .content .hot a {
  margin-right: 10px;
  font-size: 16px;
  color: #333333;
}
.search .content .hot a:hover {
  color: #3b7e9b;
}
.search .content .form {
  float: right;
}
.search .content .form form {
  width: 344px;
}
.search .content .form form .txt {
  display: block;
  float: left;
  width: 284px;
  height: 60px;
  border-left: 1px solid #dedede;
  padding-left: 10px;
}
.search .content .form form .sub {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  background: #3b7e9b url(/statics/images/yjd_img/search.png) no-repeat center;
}

.index .title {
  padding: 50px 0 40px;
  text-align: center;
}
.index .title h5 {
  font-size: 30px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .title h6 {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.index .title div {
  text-align: center;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
.index .title div span {
  display: inline-block;
  width: 22px;
  height: 2px;
}
.index .title div span:first-child {
  background: #3b7e9b;
}
.index .title div span:last-child {
  background: #52b0d8;
}
.index .item1 {
  /* background: url(/statics/images/yjd_img/item1_bg.jpg) no-repeat center; */
  background: #fbfbfb;
}
.index .item1 .content {
  height: 427px;
  /* padding-top: 62px; */
}
.index .item1 .content .center {
  height: 417px;
  /* background-color: #ffffff; */
  border-radius: 5px;
  padding: 50px 90px 0;
  position: relative;
}
.index .item1 .content .center .pic {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.index .item1 .content .center .pic .logo {
  margin-bottom: 48px;
}
.index .item1 .content .center .list h5 {
  font-size: 24px;
  line-height: 30px;
  color: #3b7e9b;
}
.index .item1 .content .center .list h6 {
  font-size: 10px;
  color: #999999;
}
.index .item1 .content .center .list ul {
  margin-top: 30px;
}
.index .item1 .content .center .list ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #333;
  padding-left: 30px;
  background: url(/statics/images/yjd_img/item1_icon.png) no-repeat left center;
}
.index .item1 .content .center .list ul li a:hover {
  color: #52b0d8;
}
.index .item1 .content .center .list_left {
  float: left;
}
.index .item1 .content .center .list_right {
  float: right;
}
.index .item2 {
  background: #fff;
}
.index .item2 .content {
  /* height: 1000px; */
}
.index .item2 .content .list_nav ul {
  text-align: center;
}
.index .item2 .content .list_nav ul li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 50px;
  font-size: 18px;
  color: #999999;
}
.index .item2 .content .list_nav ul li::after {
  display: none;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 1px;
  background: #40819e;
}
.index .item2 .content .list_nav ul li:hover,
.index .item2 .content .list_nav ul li.active {
  color: #40819e;
}
.index .item2 .content .list_nav ul li:hover::after,
.index .item2 .content .list_nav ul li.active::after {
  display: block;
}

.index .item2 .content .slide:first-child {
  display: block;
} 
.index .item2 .content .slide {
  display: none;
} 

.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide{
  margin: 35px  0;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide{
  margin-bottom: 40px;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  border-bottom: 1px solid #40819e;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word p {
  font-weight: bold;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  overflow: hidden;
  height: 235px;
  text-align: center;
  line-height: 235px;
  background: #3b7e9b;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic span{
  font-size: 36px;
  color: #fff;
  /* font-weight: bold; */
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all .5s linear;
}


.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item2 .content .slide .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .item2 .content .slide .arrow a {
  display: inline-block;
  width: 222px;
  height: 60px;
  background: url(/statics/images/yjd_img/more_bg.png) no-repeat center;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all .5s linear;
  margin: 0 10px;
}
.index .item2 .content .slide .arrow a:hover {
  background: url(/statics/images/yjd_img/more_bg_c.png) no-repeat center;
  color: #fff;
}
.index .item2 .content .slide .arrow .swiper-button-next,
.index .item2 .content .slide .arrow .swiper-button-prev {
  position: static;
  width: 52px;
  height: 60px;
  opacity: 1;
  transition: all .5s linear;
  display: inline-block;
  outline: none;
  margin: 0;
}
.index .item2 .content .slide .arrow .swiper-button-next {
  background: url(/statics/images/yjd_img/arrow_right_c.png) no-repeat center;
}
.index .item2 .content .slide .arrow .swiper-button-next.swiper-button-disabled {
  background: url(/statics/images/yjd_img/arrow_right.png) no-repeat center;
}
.index .item2 .content .slide .arrow .swiper-button-prev {
  background: url(/statics/images/yjd_img/arrow_left_c.png) no-repeat center;
}
.index .item2 .content .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: url(/statics/images/yjd_img/arrow_left.png) no-repeat center;
}
.index .item3 {
  background: url(/statics/images/yjd_img/item3_bg.jpg) no-repeat center;
}
.index .item3 .content {
  height: 696px;
}
.index .item3 .content .center .pic {
  height: 421px;
  width: 590px;
  float: left;
  padding: 25px;
  background: url(/statics/images/yjd_img/item3_img_bg.png) no-repeat right center;
}
.index .item3 .content .center .pic img {
  width: 100%;
  height: 370px;
}
.index .item3 .content .center .word {
  float: left;
  width: 588px;
  padding-left: 36px;
}
.index .item3 .content .center .word h4 {
  font-size: 24px;
  line-height: 1;
  color: #40819e;
  margin-top: 60px;
}
.index .item3 .content .center .word h5 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  margin-top: 5px;
}
.index .item3 .content .center .word p {
  font-size: 14px;
  color: #333333;
  margin: 40px 0 80px;
}
.index .item3 .content .center .word a {
  display: block;
  width: 133px;
  height: 40px;
  background-color: #40819e;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  transition: all .5s linear;
}
.index .item3 .content .center .word a:hover {
  transform: translateY(-10px);
}
.index .item4 .content {
  padding-bottom: 40px;
}
.index .item4 .content .list_nav ul {
  text-align: center;
}
.index .item4 .content .list_nav ul li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 50px;
  font-size: 18px;
  color: #999999;
}
.index .item4 .content .list_nav ul li::after {
  display: none;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 1px;
  background: #40819e;
}
.index .item4 .content .list_nav ul li:hover,
.index .item4 .content .list_nav ul li.active {
  color: #40819e;
}
.index .item4 .content .list_nav ul li:hover::after,
.index .item4 .content .list_nav ul li.active::after {
  display: block;
}
.index .item4 .content .slide {
  display: none;
}
.index .item4 .content .slide:first-child {
  display: block;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide{
  margin: 40px  0;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide{
  /* padding: 0 19px;
  margin-bottom: 40px; */
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 28px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  border: solid 1px #40819e;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  overflow: hidden;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all .5s linear;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  position: relative;
  height: 180px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 25px;
  max-height: 25px;
  margin: 20px 0;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 14px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word .data {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  font-size: 14px;
  color: #999999;
}
.index .item4 .content .slide .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .item4 .content .slide .arrow a {
  display: inline-block;
  width: 222px;
  height: 60px;
  background: url(/statics/images/yjd_img/more_bg.png) no-repeat center;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all .5s linear;
  margin: 0 10px;
}
.index .item4 .content .slide .arrow a:hover {
  background: url(/statics/images/yjd_img/more_bg_c.png) no-repeat center;
  color: #fff;
}
.index .item4 .content .slide .arrow .swiper-button-next,
.index .item4 .content .slide .arrow .swiper-button-prev {
  position: static;
  width: 52px;
  height: 60px;
  opacity: 1;
  transition: all .5s linear;
  display: inline-block;
  outline: none;
  margin: 0;
}
.index .item4 .content .slide .arrow .swiper-button-next {
  background: url(/statics/images/yjd_img/arrow_right_c.png) no-repeat center;
}
.index .item4 .content .slide .arrow .swiper-button-next.swiper-button-disabled {
  background: url(/statics/images/yjd_img/arrow_right.png) no-repeat center;
}
.index .item4 .content .slide .arrow .swiper-button-prev {
  background: url(/statics/images/yjd_img/arrow_left_c.png) no-repeat center;
}
.index .item4 .content .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: url(/statics/images/yjd_img/arrow_left.png) no-repeat center;
}
.friend_link {
  background: #f1f1f1;
}
.friend_link .content {
  height: 84px;
}
.friend_link .content .left {
  float: left;
  width: 1000px;
  padding-top: 30px;
}
.friend_link .content .left span {
  font-size: 14px;
  color: #52b0d8;
  font-weight: bold;
}
.friend_link .content .left a {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  border-right: 1px solid #dedede;
}
.friend_link .content .left a:last-of-type {
  border-right: 0 solid #000;
}
.friend_link .content .left a:hover {
  color: #52b0d8;
}
.friend_link .content .right {
  float: right;
}
.friend_link .content .right a {
  display: block;
  width: 200px;
  height: 84px;
  background: #40819e;
  text-align: center;
  line-height: 84px;
  font-size: 14px;
  color: #ffffff;
}
.friend_link .content .right a span {
  margin: 0 12px;
}
.friend_link .content .right a img {
  position: relative;
  top: -3px;
  margin: 0 12px;
}
.footer {
  background: #3b7e9b;
}
.footer .content {
  height: 411px;
}
.footer .content .foot_nav {
  padding: 50px 0;
  overflow: hidden;
}
.footer .content .foot_nav ul {
  float: left;
}
.footer .content .foot_nav ul li {
  position: relative;
  float: left;
  margin-right: 150px;
}
.footer .content .foot_nav ul li::after {
  position: absolute;
  content: "";
  right: -75px;
  top: 0;
  height: 200px;
  width: 1px;
  background: #4390a9;
}
.footer .content .foot_nav ul li:last-child {
  margin-right: 0;
}
.footer .content .foot_nav ul li:last-child::after {
  display: none;
}
.footer .content .foot_nav ul li h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .content .foot_nav ul li a {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  color: #fff;
  max-width: 228px;
}
.footer .content .foot_nav ul li a:hover {
  color: #52b0d8;
}
.footer .content .foot_nav ul li a.tel {
  font-size: 30px;
  color: #fff;
}
.footer .content .foot_nav .qrcode {
  float: right;

}
.footer .content .foot_nav .qrcode img{
  width: 172px;
}
.footer .content .foot_nav .qrcode h5 {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #52b0d8;
  border-top: 1px solid #95a5c5;
  font-size: 14px;
  color: #fff;
}
.footer .content .copyright {
  border-top: 1px solid #4390a9;
  height: 80px;
  line-height: 80px;
}
.footer .content .copyright a {
  font-size: 14px;
  color: #fff;
  float: left;
}
.footer .content .copyright a:hover {
  color: #52b0d8;
}
.footer .content .copyright a:last-child {
  float: right;
}
