

/* CSS Document */



/*===========================header=============================*/

#header,
#nav ul li h3,
.top_menu {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header {
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding-top: 2rem;
  z-index: 998;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

/* #header:before{ content: ""; display: block; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); position: absolute; left: 0; bottom: 0;}  */

#header .m {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: inherit;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header .fr {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

#logo {}

#logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

#logo img {
  width: 17rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#logo img.img02 {
  display: none;
}

#nav {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

#nav ul {
  display: flex;
  flex-grow: 1;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  flex-grow: 1;
  text-align: center;
  padding: 0 5px;
}

#nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 0;
}

#nav ul li h3 {
  font-size: 1.125rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  line-height: 5rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

#nav ul li h3:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: .375rem;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  background: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

#nav ul li .sub {

  position: absolute;

  top: 100%;

  min-width: 100%;

  left: 50%;

  z-index: 10000;

  display: none;

  background: #fff;
  overflow: hidden;

  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);

  line-height: 20px;

  letter-spacing: -.02em;

  white-space: nowrap;

  text-align: center;

  border-radius: 4px;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

}

#nav ul li .sub .box {
  text-align: center;
}

#nav ul li .sub a {
  padding: 0;
  line-height: 2.5;
  color: #333;
  transition: .2s;
  font-size: .875rem;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

#nav ul li .sub a+a {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}

#nav ul li .sub a:hover {
  background: #5684b4;
  color: #fff;
}

#nav ul li.nav_pro {
  position: static;
}

#nav ul li .sub.sub_pro {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2.5rem 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

#nav ul li .sub.sub_pro .box {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}

#nav ul li .sub.sub_pro .hd {
  width: 300px;
  padding-right: 3rem;
}

#nav ul li .sub.sub_pro .hd .li.on a,
#nav ul li .sub.sub_pro .hd .li:hover a {
  background: #eee;
}

#nav ul li .sub.sub_pro .hd .li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 1.5rem;
}

#nav ul li .sub.sub_pro .hd .li img {
  max-width: 24px;
  margin-right: 1rem;
  display: block;
}

#nav ul li .sub.sub_pro .hd .li h4 {
  font-size: 1.2rem;
  color: #333 !important;
}



.sub.sub_pro ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1 !important;
}

.sub.sub_pro ul li {
  flex-grow: 1 !important;
  text-align: left !important;
}

.sub.sub_pro ul li a {
  background: none !important;
}

.sub.sub_pro ul li h5 {
  font-size: 1.2rem;
  line-height: 1.25rem;
  letter-spacing: -.02em;
  font-weight: 600;
  color: rgba(0, 0, 0, .85);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.sub.sub_pro ul li span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  height: 16px;
  overflow: hidden;
  letter-spacing: -.02em;
  color: rgba(0, 0, 0, .65);
}

.sub.sub_pro ul li .pic {
  overflow: hidden;
  background: #eee;
  width: 150px;
  height: 112.5px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.sub.sub_pro ul li .pic img {
  width: 100%;
  height: 100%;
}

.sub.sub_pro ul li:hover .pic {
  background: #f9f9f9;
}

.sub.sub_pro ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sub.sub_pro ul li:hover h5 {
  color: #5684b4;
}



.sub.sub_pro ul li .img {
  background: #eee;
  width: 150px;
  height: 200px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.sub.sub_pro ul li .img img {}

.sub.sub_pro ul li:hover .img {
  background: #f9f9f9;
}

.sub.sub_pro ul li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.top_menu {
  float: left;
}

.top_menu .ico {
  float: left;
  margin-left: 1.5rem;
}

/*语言切换*/

.top_menu #yuyanBtn {
  position: relative;
  height: 100%;
}

.top_menu #yuyanBtn .dt {
  height: 100%;
  display: flex;
  align-items: center;
}

.top_menu #yuyanBtn i {
  display: inline-block;
  width: 9px;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}

.top_menu #yuyanBtn i svg {
  display: block;
}

.top_menu #yuyanBtn .dd {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  border-radius: 5px;
  z-index: 10000;
  transform: translateY(-20px);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.top_menu #yuyanBtn:hover .dd {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top_menu #yuyanBtn .dd .box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.top_menu #yuyanBtn .dd:before {

  content: "";

  position: absolute;

  top: -3px;

  right: 50%;
  margin-right: -10px;

  height: 20px;

  width: 20px;

  background-color: #FFFFFF;

  border: 1px solid #bbb;

  z-index: -1;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

}

.top_menu #yuyanBtn .dt a {
  display: block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.125rem;
  font-family: BarlowCondensed-Regular;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.top_menu #yuyanBtn .dd a {
  display: block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #333;
}

.top_menu #yuyanBtn .dd a:hover {
  background: #5684b4;
  color: #fff;
}

/*搜索*/

#searchBtn {
  height: 100%;
  display: flex;
  align-items: center;
}

#searchBtn a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: #5684b4;
  transition: .3s;
  overflow: hidden;
}

#searchBtn svg path {
  fill: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}



.top_menu .ico a {
  font-size: 14px;
  color: #fff;
  font-family: arial;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
}

.top_menu .icon {
  fill: #626262;
  vertical-align: middle;
}


.wap_yuyan {
  float: right;
  font-size: 1.125rem;
  color: #666;
  margin-right: 4rem;
}

.wap_yuyan a {
  display: block;
  line-height: 4.5rem;
  width: 2rem;
  text-align: center;
}

#header:hover {
  background: rgba(35, 37, 38, .98);
}

/* #header:hover{ background: rgba(35,37,38,.9);} */

/* #header:hover #logo img.img01{ display: none;}

#header:hover #logo img.img02{ display: block;}

#header:hover #nav ul li h3{ color: #333;}

#header:hover #nav ul li.on h3,#header:hover #nav ul li:hover h3{ color: #4eade2 !important;}

#header:hover .top_btnbox>div a svg path{ fill:#333}

#header:hover #nav ul li h3:before{ background: #4eade2;}

#header:hover #nav ul li h3:after{ border-bottom: 5px solid #4eade2;}

#header:hover .top_menu #yuyanBtn .dt a{ background: rgba(64, 76, 99, 0.941);} */



#header.xg {
  background: rgba(35, 37, 38, .98);
  padding-top: 0;
}

#header.xg #nav ul li h3 {
  line-height: 5rem;
}

#header.xg #logo img {
  width: 15rem;
}

/* #header.xg #logo img.img01{ display: none;}

#header.xg #logo img.img02{ display: block;}

#header.xg #nav ul li h3{ color: #333;}

#header.xg #nav ul li.on h3,#header.xg #nav ul li:hover h3{ color: #4eade2 !important;}

#header.xg .top_btnbox>div a svg path{ fill:#333}

#header.xg #nav ul li h3:before{ background: #4eade2;}

#header.xg #nav ul li h3:after{ border-bottom: 5px solid #4eade2;}

#header.xg .top_menu #yuyanBtn .dt a{ background: rgba(64, 76, 99, 0.941);}  */



#header.ny {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* #header.ny #logo img.img01{ display: none;}

#header.ny #logo img.img02{ display: block;}

#header.ny #nav ul li h3{ color: #333;}

#header.ny #nav ul li.on h3,#header.xg #nav ul li:hover h3{ color: #4eade2 !important;}

#header.ny .top_btnbox>div a svg path{ fill:#333}

#header.ny #nav ul li h3:before{ background: #4eade2;}

#header.ny #nav ul li h3:after{ border-bottom: 5px solid #4eade2;}

#header.ny .top_menu #yuyanBtn .dt a{ background: rgba(64, 76, 99, 0.941);} */



.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.tc[name=tc_search] {
  opacity: 1;
}

.tc.act {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.tc-box {

  box-sizing: border-box;
  z-index: 999;

  display: block;

  position: relative;



}

/*.tc.act .tc-box{ -webkit-animation-name: anim-open-2; animation-name: anim-open-2; transform:scale(1);}*/

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  right: 30px;
  top: 30px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: .5s;
}

#tc_search {
  width: 100%;
  padding: 3rem;
  background: #5684b4;
  position: relative;
  transform: translateY(-100%);
  transition: .5s .5s ease-out;
  z-index: 1;
  overflow: hidden;
}

.act #tc_search {
  transform: translateY(0);
  transition: .5s ease-in;
}

/*弹窗内容样式*/

#tc_search form {
  height: 5rem;
  position: relative;
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}

#tc_search form:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  transition: .5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.act #tc_search form:after {
  width: 100%;
  transition: ease-in-out .5s .5s;
}

#tc_search #keyword {
  width: 90%;
  height: 5rem;
  font-size: 2rem;
  color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

#tc_search .btn_blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 5rem;
  border: 0;
  line-height: 4.25rem;
  background: url(../image/seach_white.svg) center center no-repeat;
  background-size: 1.8rem;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

#tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

#tc_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

#tc_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

#tc_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  c color: #fff;
  color: rgba(255, 255, 255, .7);
}

#tc_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */

#tc_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */

#tc_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

#tc_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

#tc_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

#tc_search .draw_h:before {
  border: 1px solid rgba(255, 255, 255, .3);
}

#tc_search .draw_h:hover svg.drawcircle circle {
  stroke: #fff;
}

#tc_search .draw_h img {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  transition: .3s;
  width: 16px;
}

/***********************/





/*手机导航开始*/

#m_header {
  display: none;
  height: 4.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0s 1.5s;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .m {
  position: relative;
  height: 100%;
}

.m_user {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-right: 4rem;
  color: #999;
}

.m_user a {
  display: inline-block;
  margin: 0 .625rem;
  color: #666;
}

.m_user a svg {
  width: 16px;
}

.m_user a:hover {
  color: #ff0000;
}

.m_user a:hover svg path {
  fill: #ff0000;
}

#m_logo {
  transition: 0s 1.5s;
  height: 100%;
  visibility: visible;
  float: left;
}

#m_logo img {
  display: block;
  max-height: 60%;
}

/*导航按钮开始*/

/*导航按钮开始*/

#nav_btn_box {
  height: 100%;
  z-index: 9999999;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 0;
  top: 0;
  display: none;
}

#nav_btn_box .m {
  height: 100%;
  display: flex;
  align-items: center;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #a0a0a0;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  padding-bottom: 4px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,

#nav_btn .point:hover .navbtn::after,

#nav_btn .point:hover .navbtn::before {
  width: 1.75rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 21px;
  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: #333; */
}

#nav_btn .navbtn::after,

#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 3px;
  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: #999;
}

.ny #nav_btn .navbtn::after,

.ny #nav_btn .navbtn::before {
  background: #999;
}

#nav_btn .navbtn::after {
  top: -5px;
}

#nav_btn .navbtn::before {
  top: 5px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

/*导航按钮结束*/

.m_nav_list {
  /* flex-direction:column; */
  /* justify-content: flex-start; */
  width: 100%;
  /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {

  z-index: -1;

  position: fixed;

  background: #f7f7f7;

  width: 100%;

  height: 100vh;

  right: 0;

  top: 0;

  display: none;

  padding: 50px 0;

  overflow: hidden;

  pointer-events: none;

  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  display: block;

  overflow: auto;

  visibility: hidden;

  opacity: 0;

}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

#m_nav>ul>li {
  width: 80%;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {}

#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #3d3d3d;
  padding: 0;
  font-size: 1.25rem;
  float: left;
  font-weight: bold;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 16px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
}

/*三级导航 开始*/

#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: .875rem;
  opacity: .8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}



/*顶部搜索*/

.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 80px;
  display: block;
}

.wap_search form {
  height: 3rem;
  border-radius: 25px;
  background: rgb(255 255 255);
  border: 1px solid #4eade2;
  position: relative;
  width: 23rem;
  margin: 20px auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.wap_search .input {
  font-size: 1.0625rem;
  color: #646464;
  height: 3rem;
  line-height: 3rem;
  padding-left: 1.5rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: -1px;
  right: -1px;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border: 0;
  background: url(../image/seach_white.svg) center no-repeat #4eade2;
  background-size: 1.5rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #999;
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */



/*首页banner*/

#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

.linebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.linebox div {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

#banner .banner_slider {
  margin: 0;
}

#banner li {
  position: relative;
}

#banner li .img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  z-index: 8;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

@-webkit-keyframes bgscale {

  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

}

@keyframes bgscale {

  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

}

#banner .slick-active .img {
  animation: bgscale 7.2s linear forwards;
  -webkit-animation: bgscale 7.2s linear forwards;
}

#banner .m {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 11.25rem;
}

#banner li.slick-current {
  z-index: 999;
}

#banner .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#banner .pic {
  margin: 0 auto;
  margin-top: 6rem;
  color: #fff;
  text-align: center;
  margin-top: 0rem;
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

#banner .pic img {
  display: inline-block;
  max-width: 90%;
  transition: 1s;
  transform: scale(.5);
}

#banner li.slick-current {
  z-index: 999;
}

#banner .slick-current .pic {
  opacity: 1;
  animation: enter 1.3s ease forwards;
  -webkit-animation: enter 1.3s ease forwards;
}

#banner .slick-current .pic img {
  transform: scale(1);
}

#banner .txt {
  color: #fff;
  opacity: 0;
  transition: 1s;
  transform: scale(.5);
  max-width: 100%;
}

#banner .txt p {
  font-size: 10px;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
}

#banner .txt h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

#banner .txt h4 {
  font-size: 1.875rem;
  font-weight: 100;
}

#banner .slickdotbox {}

#banner .slick-current .txt {
  opacity: 1;
  transform: scale(1);
  animation: enter 1.3s ease forwards;
  -webkit-animation: enter 1.3s ease forwards;
}

#banner .slick-dots {
  bottom: 40px;
}

#banner .slick-dots li {
  margin: 0 2.5px;
  display: inline-block;
  width: auto;
}

#banner .slick-dots li button {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

#banner .slick-dots li button:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, .6);
  box-sizing: border-box;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#banner .slick-dots li.slick-active button:before {
  background: rgba(255, 255, 255, 1);
  width: 40px;
}

#banner .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  transform: translate(0, 0);
  opacity: .4;

  display: block;
  width: 3rem;
  height: 3rem;
  background-size: contain !important;
}

#banner .slick-prev {
  left: 55px;
  background: url(../image/banner_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#banner .slick-next {
  right: 55px;
  background: url(../image/banner_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

#banner .slick-arrow:hover {
  opacity: 1;
}

@-webkit-keyframes enter {

  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

}

@keyframes enter {

  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

}



@-webkit-keyframes anim-out-pseudo {

  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }

}

@-moz-keyframes anim-out-pseudo {

  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }

}

@-ms-keyframes anim-out-pseudo {

  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }

}

@keyframes anim-out-pseudo {

  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }

}

@-webkit-keyframes anim-out {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }

}

@-moz-keyframes anim-out {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }

}

@-ms-keyframes anim-out {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }

}

@keyframes anim-out {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }

}







.s_tt {
  text-align: center;
  margin-bottom: 4.125rem;
}

.s_tt h3 {
  font-size: 2.125rem;
  color: #040404;
  font-weight: bold;
  margin-bottom: .5rem;
}

.s_tt h4 {
  font-size: 1.125rem;
  color: rgba(4, 4, 4, .6);
}

.s_tt p {
  font-size: 1.125rem;
  color: rgba(4, 4, 4, .6);
}

.s_yewu {
  padding-top: 6rem;
  width: 100%;
  overflow: hidden;
}

.s_yewu .relative {
  position: relative;
}

.s_yewu .bd {
  background: #fbfaff;
  position: relative;
}

.s_yewu .bd .left {
  height: 53rem;
  padding-bottom: 330px;
}

.s_yewu .bd .right {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}

.s_yewu .bd .right * {
  height: 100%;
}

.s_yewu .hd {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}

.s_yewu .hd ul {
  width: 980px;
  max-width: 100%;
  border-radius: 1.125rem 0 1.125rem 0;
  overflow: hidden;
  -webkit-border-radius: 1.125rem 0 1.125rem 0;
  -moz-border-radius: 1.125rem 0 1.125rem 0;
  -ms-border-radius: 1.125rem 0 1.125rem 0;
  -o-border-radius: 1.125rem 0 1.125rem 0;
}

.s_yewu .hd ul li {}

.s_yewu .hd ul li a {
  text-align: center;
  height: 195px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.s_yewu .hd ul li .ico {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 1rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.s_yewu .hd ul li .ico img {
  max-width: 29px;
  height: auto;
  max-height: inherit;
}

.s_yewu .hd ul li h5 {
  font-size: 1.25rem;
  color: #1b1b1b;
}

.s_yewu .hd ul li span {
  font-size: 1.125rem;
  color: #1b1b1b;
  opacity: .3;
  font-family: BarlowCondensed-Thin;
  text-transform: capitalize;
}

.s_yewu .hd ul li .arr {
  display: block;
  width: 12px;
  height: 0;
  opacity: 0;
  background: url(../image/s_yewu_arr.png) center bottom no-repeat;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.s_yewu .hd ul li.slick-current a {
  background: #404c63;
}

.s_yewu .hd ul li.slick-current a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/4554c6dc88127c0.png) center no-repeat;
}


.s_yewu .hd ul li.slick-current .ico {
  opacity: 0;
  margin-top: -1.75rem;
}

.s_yewu .hd ul li.slick-current h5 {
  color: #fff;
}

.s_yewu .hd ul li.slick-current span {
  color: #fff;
}

.s_yewu .hd ul li.slick-current .arr {
  opacity: 1;
  height: 2.25rem;
}



.s_yewu_slide1 {
  width: 50%;
}

.s_yewu .bd .txt {
  padding-right: 6.25rem;
  height: 37rem;
  padding-top: 4.375rem;
}

.s_yewu .bd .txt .tt {}

.s_yewu .bd .txt .tt h3 {
  font-size: 1.75rem;
  color: #000000;
  display: inline-block;
}

.s_yewu .bd .txt .tt .fenshi {
  display: inline-block;
  margin-left: 1.5rem;
}

.s_yewu .bd .txt .tt .fenshi span {
  font-size: 1.875rem;
  font-family: BarlowCondensed-Bold;
  color: #000000;
}

.s_yewu .bd .txt .tt .fenshi {
  font-size: 1.375rem;
  color: #8b8b8b;
  font-family: BarlowCondensed-Regular;
}

.s_yewu .bd .txt .tt i {
  display: block;
  width: 30px;
  height: 3px;
  background: #5684b4;
  margin: 2.25rem 0 2.5rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.s_yewu .bd .txt .con {
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #3e3e3e;
}

.s_yewu .bd .btn_xq {
  margin-top: 6.75rem;
}

.btn_xq {

  width: 8rem;

  height: 2.5rem;

  line-height: 2.5rem;

  display: block;

  text-align: center;

  font-size: .9375rem;

  color: #7a7a7a;

  border-radius: 20px;

  position: relative;

  z-index: 0;

  overflow: hidden;

  transition: all ease 600ms;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -ms-border-radius: 20px;

  -o-border-radius: 20px;

}



.btn_xq:before {

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  display: block;

  height: 100%;

  width: 100%;

  border-radius: 20px;

  box-sizing: border-box;

  border: 1px solid #d7dddf;

  transition: all ease 600ms;

  z-index: -1;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -ms-border-radius: 20px;

  -o-border-radius: 20px;

}



.btn_xq:hover:before {

  border: 1px solid #5684b4;

}



.btn_xq:after {

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  display: block;

  height: 100%;

  width: 0;

  background: #5684b4;

  transition: all ease 600ms;

  z-index: -1;

}



.btn_xq:hover:after {

  width: 100%;

  left: 0;

  right: auto;

}



.btn_xq:hover {

  color: #fff;

}



.s_about {
  background: url(../image/s_about_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 8.375rem;
  padding-bottom: 13rem;
  width: 100%;
  overflow: hidden;
}

.s_about .tt {
  text-align: center;
  color: #fff;
  margin-bottom: 2.375rem;
}

.s_about .tt h3 {
  font-size: 1.75rem;
  margin-bottom: 2.375rem;
}

.s_about .tt i {
  display: block;
  width: 1.875rem;
  height: 3px;
  background: #fff;
  margin: 0 auto;
}

.s_about .con {
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #fff;
  opacity: .9;
  width: 936px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.s_about .btn_xq {
  color: #fff;
  margin: 0 auto;
  margin-top: 4rem;
}

.s_shuzi {
  margin-top: 5.625rem;
}

.s_shuzi ul {
  display: flex;
  width: 100%;
}

.s_shuzi ul li {
  color: #fff;
  font-size: 0;
  text-align: center;
  flex-grow: 1;
  position: relative;
}

.s_shuzi ul li+li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  height: calc(100% - 1rem);
  width: 1px;
  background: #fff;
}

.s_shuzi ul li span {
  font-size: 2.5rem;
  font-family: BarlowCondensed-Bold;
  color: #fff;
}

.s_shuzi ul li i {
  font-size: .875rem;
  margin-left: .5rem;
}

.s_shuzi ul li i font {
  font-size: 1.5rem;
  font-family: BarlowCondensed-Bold;
}

.s_shuzi ul li p {
  font-size: 1.2rem;
  margin-top: .5rem;
}



.s_coop {
  background: #fbfaff;
  width: 100%;
  overflow: hidden;
}

.s_coop {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}

.s_coop ul {
  margin: 0 -1.625rem;
}

.s_coop ul li {
  width: 16.666%;
  float: left;
  text-align: center;
  padding: 0 .5rem;
  margin: 1.5rem 0;
}

.s_coop ul li a {
  display: inline-block;
  position: relative;
}

.s_coop ul li .imgbox {
  position: relative;
}

.s_coop ul li .imgbox img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.s_coop ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_coop ul li .pic img {
  mix-blend-mode: multiply;
}

.s_coop ul li h5 {
  font-size: 1.2rem;
  color: #3e3e3e;
  margin-top: 1.375rem;
}

.s_coop ul li:hover h5 {
  color: #0082c6;
}

.s_coop ul li:hover .imgbox>img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
}



.s_coop .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

.s_coop .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

.s_coop .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

.s_coop .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

.s_coop .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}



.s_tantou {
  height: 16.5rem;
  background: url(../image/tantou_bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.s_tantou .m {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s_tantou h3 {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: .625rem;
  line-height: 1.3;
}

.s_tantou span {
  display: block;
  font-size: 1.125rem;
  font-family: BarlowCondensed-Light;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: .5rem;
  margin-bottom: 2rem;
}

.s_tantou i {
  display: block;
}

.s_tantou i img {
  animation: rotate 2s 3s infinite ease-in-out;
  -webkit-animation: rotate 2s 3s infinite ease-in-out;
}









@-webkit-keyframes rotate {

  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }

}

@keyframes rotate {

  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }

}





#s_news {
  width: 100%;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6.25rem;
  width: 100%;
  overflow: hidden;
}

#s_news .s_tt {
  float: left;
  text-align: left;
  margin-bottom: 0;
}

#s_news .hd {
  padding-right: 4.5rem;
  overflow: hidden;
  margin-bottom: 3.625rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#s_news .hd ul {
  text-align: left;
  float: right;
  width: 25rem;
}

#s_news .hd .slick-track {
  margin-right: 0;
}

#s_news .hd ul li {
  float: left;
  padding: 0 .5rem;
  text-align: center;
}

#s_news .hd ul li a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
  font-size: .9375rem;
  color: #434444;
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#s_news .hd ul li a:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e2e8;
  border-radius: 2rem;
}

#s_news .hd ul li a:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #5684b4;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#s_news .hd ul li.slick-current a {
  color: #fff;
}

#s_news .hd ul li.slick-current a:before {
  border: 1px solid #5684b4;
}

#s_news .hd ul li.slick-current a:after {
  width: 100%;
}

#s_news .bd>.slick-list {
  overflow: visible;
}

#s_news .bd ul {
  margin: 0 -1rem;
}

#s_news .bd ul li {
  padding: 0 1rem;
}

#s_news .bd ul li .img {}

#s_news .bd ul li .img img {}

#s_news .bd ul li .txt {
  background: #fbfaff;
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 1;
}

#s_news .bd ul li .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #5684b4;
  z-index: -1;
}

#s_news .bd ul li .txt h4 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  height: 4.5rem;
  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

#s_news .bd ul li .txt .time {
  font-size: .9375rem;
  color: #9c9c9c;
  font-family: BarlowCondensed-Regular;
}

#s_news .bd ul li .txt .btn_xq2 {
  font-size: .9375rem;
  color: #5a5a5a;
}

#s_news .bd ul li .txt .btn_xq2 svg {
  width: 1.125rem;
  margin-left: .25rem;
}

#s_news .bd ul li:hover .txt:before {
  height: 100%;
}

#s_news .bd ul li:hover .txt h4 {
  color: #fff;
}

#s_news .bd ul li:hover .txt p {
  color: #fff;
  color: rgba(255, 255, 255, .63);
}

#s_news .bd ul li:hover .txt .time {
  color: #fff;
}

#s_news .bd ul li:hover .txt .btn_xq2 svg path {
  fill: #fff;
}

#s_news .bd ul li:hover .txt .btn_xq2 {
  color: rgba(255, 255, 255, .5);
}



#s_news .bd .btn_r {
  position: absolute;
  right: 0;
  top: -6.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #e1e3e9;
  font-family: simsun;
  border-radius: 50%;
  transition: .3s;
  width: 2.5rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#s_news .bd .btn_r:hover {
  background: url(http://www.lyncon.cn/static/style/pc/images/btn_r_on.png) left center no-repeat;
}



#s_news .bd ul li .txt:before,

#s_news .bd ul li .txt h4,

#s_news .bd ul li .txt p,

#s_news .bd ul li .txt .time,

#s_news .bd ul li .txt .btn_xq2,
path {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}



.arrow_anim {

  display: block;

  position: relative;

  overflow: hidden;

}



.arrow_anim:before {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  background: url(../image/news_arr.png) center no-repeat;

  position: absolute;

  left: -100%;

  top: 0;

  background-size: 1.25rem;

  transition: .5s;

}



.arrow_anim:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  background: url(../image/news_arr.png) center no-repeat;

  position: absolute;

  left: 0;

  top: 0;

  background-size: 1.25rem;

  transition: .5s;

}



.arrow_anim:hover:before {

  left: 0;

}



.arrow_anim:hover:after {

  left: 100%;

}



.s_tantou2 {
  height: 10.3125rem;
  background: url(../image/tantou2_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.s_tantou2 .m {
  height: 100%;
  display: flex;
  align-items: center;
}

.s_tantou2 .m>img {
  width: 6.6875rem;
  margin-bottom: 2rem;
}

.s_tantou2 .m .tt {
  margin-left: 2.125rem;
  margin-right: 12.5rem;
}

.s_tantou2 .m .tt h3 {
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5rem;
}

.s_tantou2 .m .tt span {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: .25rem;
  font-family: BarlowCondensed-Regular;
}

.s_tantou2 .btn_xq {
  color: #fff;
  padding: 0 3.5rem;
  width: auto;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.s_tantou2 .btn_xq:before {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}



#foot {
  background: #424242;
  color: #fff;
  padding-top: 3.5rem;
  width: 100%;
  overflow: hidden;
}

#foot .m {
  display: flex;
  justify-content: space-between;
}

#foot .left {
  flex-grow: .8;
}

#foot .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#foot .tt {
  margin-bottom: 2.5rem;
}

#foot .tt h3 {
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}

#foot .tt i {
  display: block;
  width: 30px;
  height: 1px;
  background: #5684b4;
}

.foot_nav {
  display: flex;
  flex-grow: 1;
  max-width: 934px;
  justify-content: space-between;
}

.foot_nav dl {}

.foot_nav dt {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.foot_nav dd {
  font-size: .9375rem;
  line-height: 2.25rem;
  color: rgba(255, 255, 255, 0.5);
}

.foot_nav dd a:hover {
  color: #fff;
}

.foot_lianxi {
  font-size: .9375rem;
  line-height: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.foot_ewm {
  display: flex;
  align-items: center;
  margin-top: 1.75rem;
  margin-left: 3px;
}

.foot_ewm .pic {
  position: relative;
  padding: 10px;
}

.foot_ewm .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 100%;
  height: 100%;
  border: 1px solid #686868;
}

.foot_ewm .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #686868;
}

.foot_ewm .pic img {
  display: block;
  width: 98px;
}

.foot_ewm p {
  width: 1rem;
  font-size: .9375rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1.25rem;
}



.copyright {
  display: flex;
  justify-content: space-between;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3rem;
  line-height: 1.5;
  padding-bottom: 1.125rem;
}

.foot_link {
  position: relative;
}

.foot_link .dt {
  height: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  z-index: 1;
  background: #373737;
  padding-left: 2.25rem;
  cursor: pointer;
  font-size: .8125rem;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem 0 0 0;
  -webkit-border-radius: 1.25rem 0 0 0;
  -moz-border-radius: 1.25rem 0 0 0;
  -ms-border-radius: 1.25rem 0 0 0;
  -o-border-radius: 1.25rem 0 0 0;
}

.foot_link .dt:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  position: absolute;
  left: 100%;
  background: #373737;
  top: 0;
}

.foot_link .dt i {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #9b9b9b;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  margin-top: -5px;
}

.foot_link .dt.on i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-top: 0;
}

.foot_link .dd {
  padding: 20px 30px;
  color: #fff;
  font-size: .875rem;
  line-height: 1.875rem;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: none;
  border-radius: 0 1.25rem 0;
  -webkit-border-radius: 0 1.25rem 0;
  -moz-border-radius: 0 1.25rem 0;
  -ms-border-radius: 0 1.25rem 0;
  -o-border-radius: 0 1.25rem 0;
}

.foot_link .dd a {
  display: block;
  font-size: .8125rem;
  color: rgba(255, 255, 255, 0.5);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.foot_link .dd a:hover {
  color: #fff;
}





.arrow_anim2 {

  display: block;

  opacity: .2;

  transition: .5s;

  width: 2rem;

  height: 2rem;

  border-radius: 50%;

  position: relative;

  overflow: hidden;

  border: 2px solid #fff;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

}



.arrow_anim2:before {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  background: url(../image/bn_nav_ico.png) center no-repeat;
  background-size: 1.9375rem;

  position: absolute;

  left: -100%;

  top: 0;

  background-size: 2.5rem;

  transition: .5s;

}



.arrow_anim2:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  background: url(../image/bn_nav_ico.png) center no-repeat;
  background-size: 1.9375rem;

  position: absolute;

  left: 0;

  top: 0;

  background-size: 2.5rem;

  transition: .5s;

}

.arrow_anim2:hover {
  opacity: 1;
}

.arrow_anim2:hover:before {

  left: 0;

}



.arrow_anim2:hover:after {

  left: 100%;

}



.banner_nav {
  margin-top: -9.25rem;
  position: relative;
  z-index: 99;
  color: #fff;
}

.banner_nav ul {}

.banner_nav ul li {
  padding: 0 2.5rem;
  height: 9.25rem;
  width: 25%;
  padding-top: 1.75rem;
  float: left;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  cursor: pointer;
}

.banner_nav ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.625rem;
  position: relative;
}

.banner_nav ul li .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner_nav ul li .box:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.banner_nav ul li .tt {
  display: flex;
  align-items: center;
}

.banner_nav ul li .tt i {
  font-size: 2.5rem;
  font-family: BarlowCondensed-Regular;
  margin-right: 1rem;
}

.banner_nav ul li .tt h4 {
  font-size: 1.2rem;
}

.banner_nav ul li .tt span {
  font-size: .875rem;
  opacity: .5;
}

.banner_nav ul li .ico {
  flex-shrink: 0;
}

.banner_nav ul li.slick-current {
  padding-top: 0 !important;
}

.banner_nav ul li.slick-current .box:after {
  width: 100%;
  left: 0;
  right: auto;
}



.online_q {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 9999;
  transition: .5s;
  -webkit-transition: .5s;
}

.online_q .btn2 {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.online_q .btn2.btn_ss {
  height: 27px;
  background: #9fa5b1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.ssbox {
  display: none;
}

.online_q .btn2.btn_ss svg {
  width: 20px;
}

.online_q .btn2.btn_ss.on svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.online_q .btn-top {
  padding: 0;
  transition: .5s;
  overflow: hidden;
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
}

.online_q .btn2 span {
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  float: left;
  text-align: center;
  width: 4rem;
  height: 4rem;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  background: #404c63;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.online_q .btn2:hover span {
  background: #5684b4;
}

.online_q .open.pic {
  position: absolute;
  background: #ddd;
  width: 100px;
  height: 100px;
  right: 80px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden;
}

.online_q .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 4.5rem;
  visibility: visible;
}

.online_q .open.phone {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  z-index: 0;
  background: #eee;
  color: #5684b4;
  font-family: arial;
  font-size: 18px;
  transition: width 0s;
  -webkit-transition: width 0s;
  text-align: center;
  width: 150px;
}

.online_q .btn2:hover .open.phone {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  visibility: visible;
}

.btn-tel a {
  display: block;
  width: 4rem;
  white-space: nowrap;
  position: absolute;
  right: 0;
  transition: .5s;
  -webkit-transition: .5s;
  overflow: hidden;
}

.btn-tel:hover a {
  width: 205px;
}

.online_q .btn-02.btn-tel:hover span {
  background: url(http://www.lyncon.cn/static/style/pc/images/piaofu_tel.png) center no-repeat #fff;
  border: 2px solid #037ccf;
}

.online_q .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #ddd;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}



#n_banner {
  height: 50rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#n_banner .img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover !important;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  animation: bgscale 7.2s linear forwards;
  -webkit-animation: bgscale 7.2s linear forwards;
}

#n_banner .m {
  height: 100%;
  display: flex;
  align-items: center;
}

#n_banner .tt {
  color: #fff;
  margin-bottom: 2.5rem;
}

#n_banner .tt h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

#n_banner .tt p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.txt_en {
  position: absolute;
  left: 0;
  bottom: -3rem;
  font-size: 14.8125rem;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  z-index: 2;
}

/*内页导航*/

.n_nav_box {
  position: relative;
  z-index: 2;
  margin-top: -4.375rem;
}

.n_nav_box .m {
  display: flex;
  justify-content: space-between;
}

.n_nav {
  float: left;
  font-size: 0;
}

.n_nav::-webkit-scrollbar {
  display: none;
}

.n_nav a {
  font-size: 1.2rem;
  line-height: 4.375rem;
  color: #fff;
  display: inline-block;
  padding: 0 2.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.n_nav a h4 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
}

.n_nav a h4:before {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background: #5684b4;
  position: absolute;
  top: 100%;
  left: 0;
  transition: .5s;
  z-index: -1;
  opacity: 0;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
}

.n_nav a:hover h4:before {
  width: 100%;
  opacity: 1;
}

.n_nav a.on h4:before {
  width: 100% !important;
  opacity: 1 !important;
}

.n_nav a:hover,
.n_nav a.on {
  color: #fff;
}



.n_position {
  text-align: right;
  float: right;
  font-size: 0;
  height: 4rem;
  line-height: 4rem;
  color: #a6a6a6;
  background: url(../image/home_ico.png) left center no-repeat;
  padding-left: 1.25rem;
}

.n_position a {
  font-size: .875rem;
  color: #fff;
  position: relative;
  transition: .2s;
}

.n_position i {
  font-size: .875rem;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  font-family: arial;
  position: relative;
  top: -1px;
}

.n_position span {
  font-size: .875rem;
  color: #5684b4;
}

.n_position a:hover {
  color: #5684b4;
}



#s_yewu01 {
  background: #fbfaff;
  padding: 4rem 0;
}

#s_yewu01 .m {
  display: flex;
}

#s_yewu01 .tt {
  flex-shrink: 0;
  min-width: 32%;
  margin-right: 20px;
}

#s_yewu01 .tt p {
  font-size: 1.875rem;
  color: #5684b4;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

#s_yewu01 .tt h3 {
  font-size: 1.875rem;
  color: #1a1a1a;
  font-weight: bold;
}

#s_yewu01 .txt {
  font-size: 1.2rem;
  color: #646464;
  line-height: 1.875rem;
}



#n_yewu02 {
  padding: 4.375rem 0;
  position: relative;
}
#n_yewu02 #md {
  position: absolute;
  top: -15rem;
}
#n_yewu02 ul {
  margin: 0 -1.6875rem;
  margin-top: -4.375rem;
}

#n_yewu02 ul li {
  margin-top: 0rem;
}

#n_yewu02 ul li a {
  display: flex;
}

#n_yewu02 ul li .img {
  flex-shrink: 0;
  margin: 0 1.6875rem;
  width: 42.7%;
}

#n_yewu02 ul li .img img {}

#n_yewu02 ul li .txt {
  margin: 0 1.6875rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  flex-grow: 1;
}

#n_yewu02 ul li .txt h5 {
  font-size: 1.5rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 1.75rem;
}

#n_yewu02 ul li .txt p {
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #2d2d2d;
  margin-bottom: 3rem;
}

#n_yewu02 ul li .txt .btn_xq {}



#n_yewu02 ul li .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: .625rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;

  background-image: -moz-linear-gradient(0deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);

  background-image: -webkit-linear-gradient(0deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);

  background-image: -ms-linear-gradient(0deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#n_yewu02 ul li .txt:after {
  content: "";
  display: block;
  width: 100%;
  height: .625rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: .5s;

  background-image: -moz-linear-gradient(0deg, #fbfefc 0%, #7fd4ad 43%);

  background-image: -webkit-linear-gradient(0deg, #fbfefc 0%, #7fd4ad 43%);

  background-image: -ms-linear-gradient(0deg, #fbfefc 0%, #7fd4ad 43%);

  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;

}

#n_yewu02 ul li:hover .txt:after {
  opacity: 1;
}

#n_yewu02 ul li:nth-child(even) a {
  flex-direction: row-reverse;
}

#n_yewu02 ul li:nth-child(even) .txt:before {

  background-image: -moz-linear-gradient(180deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);

  background-image: -webkit-linear-gradient(180deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);

  background-image: -ms-linear-gradient(180deg, rgb(254, 254, 254) 0%, #9fa5b1 43%);
}





#n_yewu02 ul li:nth-child(even) .txt:after {

  background-image: -moz-linear-gradient(180deg, #fbfefc 0%, #7fd4ad 43%);

  background-image: -webkit-linear-gradient(180deg, #fbfefc 0%, #7fd4ad 43%);

  background-image: -ms-linear-gradient(180deg, #fbfefc 0%, #7fd4ad 43%);
}



#n_yewu_xq {}

#n_yewu_xq .tt {
  text-align: center;
  margin-bottom: 2rem;
}

#n_yewu_xq .tt h3 {
  font-size: 1.875rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#n_yewu_xq .tt i {
  display: block;
  width: 28px;
  height: 3px;
  background: #404c63;
  margin: 0 auto;
}





.ar_article {
  font-size: .9375rem;
  color: #1e1e1f;
  line-height: 2.125rem;
  text-align: justify;
}

.ar_article p {
  font-size: .9375rem;
  color: #1e1e1f;
  line-height: 2.125rem;
  padding-bottom: 1.75rem;
}

.ar_article p:last-child {
  padding-bottom: 0;
}

.ar_article strong {
  font-weight: bold;
}

.ar_article td,
.ar_article th {
  padding: 15px;
  border: 1px solid #c6c5c5;
  font-size: 1rem !important;
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif !important;
}

.ar_article td *,
.ar_article th * {
  font-size: 0.95rem !important;
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif !important;
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}

.ar_article img {
  max-width: 100%;
}

.ar_article a {
  color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6 {
  font-weight: bold;
}

.ar_article ul li,

.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 2rem;
}

.ar_article ul li p,

.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}

.ar_article ul,

.ar_article ol {
  margin-bottom: 15px;
}



#n_yewu_xq02 {}

#n_yewu_xq02 .innerbox {
  padding: 4rem 0;
  border-top: 1px solid #e5e5e5;
}



#n_yewu02.n_fuwu ul li .txt p {
  margin-bottom: 0 !important;
}



#n_use {
  padding: 4.625rem 0;
}

#n_use ul {
  margin-top: -2.5rem;
  overflow: hidden;
}

#n_use ul li {
  padding: 0 1rem;
  width: 33.333%;
  float: left;
  margin-top: 2.5rem;
}

#n_use ul li .img {
  position: relative;
}

#n_use ul li .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.6%;
}

#n_use ul li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#n_use ul li .txt {
  background: #fbfaff;
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 1;
}

#n_use ul li .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #5684b4;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_use ul li .txt h5 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #000000;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_use ul li .txt h4 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #000000;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  height: 4.5rem;
}

#n_use ul li .txt .time {
  font-size: .9375rem;
  color: #9c9c9c;
  font-family: BarlowCondensed-Regular;
}

#n_use ul li .txt p {
  font-size: .9375rem;
  color: #6e6e6e;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: justify;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_use ul li .txt .btn_xq2 {
  font-size: .9375rem;
  color: #5a5a5a;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_use ul li .txt .btn_xq2 svg {
  width: 1.125rem;
  margin-left: .25rem;
}

#n_use ul li:hover .txt:before {
  height: 100%;
}

#n_use ul li:hover .txt h5,
#n_use ul li:hover .txt h4 {
  color: #fff;
}

#n_use ul li:hover .txt p {
  color: #fff;
  color: rgba(255, 255, 255, .63);
}

#n_use ul li:hover .txt .time {
  color: #fff;
}

#n_use ul li:hover .txt .btn_xq2 svg path {
  fill: #fff;
}

#n_use ul li:hover .txt .btn_xq2 {
  color: rgba(255, 255, 255, .5);
}

#n_use ul li a {
  display: flex;
  flex-direction: column;
}

#n_use ul li:nth-child(3n+2) a {
  flex-direction: column-reverse;
}

#n_use.n_hudong ul li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



/*====翻页====*/

.j_pages {
  padding: 0;
  overflow: hidden;
  margin: 4rem 0;
}

.j_pages .box {
  display: inherit;
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.j_pages a {
  padding: 0px .5rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  display: inline-block;
  margin: 0 .25rem;
  color: #66635f;
  background: #fbfaff;
  font-size: 0.875rem;
  box-sizing: border-box;
  min-width: 2.1875rem;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  border-radius: 3px;
}

.j_pages a.m_bnt {
  padding: 0 1rem
}

.j_pages a font {
  font-size: 14px;
  font-family: SimSun;
  color: #666666
}

.j_pages .on,
.j_pages a:hover {
  color: #fff;
  background: #5684b4;
}

.j_pages span {
  margin: 0 5px;
}

.j_pages span a {
  padding: 0 1rem;
}



#n_about {
  padding-top: 7.625rem;
  padding-bottom: 15rem;
  background: url(../image/n_about_bg.jpg) center bottom no-repeat;
}

#certify {
  width: 33.625rem;
  position: relative;
  margin-bottom: 2rem;
}

#certify:before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}

#certify .li {}

#certify .li img {
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



.swiper-cards .swiper-slide {
  transform-origin: center center !important;
}

#n_about {}

#n_about .m {
  display: flex;
  align-items: center;
}

#n_about .left {
  margin-right: 7.25rem;
}

#n_about .right {}

#n_about .right .tt1 {
  font-size: 1.25rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 5.375rem;
  line-height: 1.5;
}

#n_about .right .tt2 {
  font-size: 1.375rem;
  color: #5684b4;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

#n_about .right .con {
  font-size: 1.2rem;
  line-height: 1.875rem;
}



#n_news {
  padding: 4.625rem 0;
}

#n_news ul {
  margin-top: -2.5rem;
}

#n_news ul li {
  position: relative;
}

#n_news ul li a {
  display: flex;
  padding: 2.5rem 0;
}

#n_news ul li .img {
  flex-shrink: 0;
  width: 22.25rem;
  height: 15.25rem;
  margin-right: 3.125rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#n_news ul li .img img {}

#n_news ul li .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3px;
}

#n_news ul li .txt .time {
  font-size: .9375rem;
  color: #9c9c9c;
  font-family: BarlowCondensed-Regular;
}

#n_news ul li .txt h5 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #000000;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

#n_news ul li .txt p {
  font-size: .9375rem;
  color: #6e6e6e;
  line-height: 1.875rem;
  margin-bottom: 2rem;
  text-align: justify;
}

#n_news ul li .txt .btn_xq2 {
  font-size: .9375rem;
  color: #5a5a5a;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_news ul li .txt .btn_xq2 svg {
  width: 1.125rem;
  margin-left: .25rem;
}

#n_news ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: 1;
}

#n_news ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #5684b4;
  z-index: 2;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}



#n_news ul li .txt h5,
#n_news ul li .txt .btn_xq2,
#n_news ul li .txt .btn_xq2 svg path {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_news ul li:hover .txt h5 {
  color: #5684b4;
  font-weight: bold;
}

#n_news ul li:hover .txt .btn_xq2 svg path {
  fill: #5684b4;
}

#n_news ul li:hover .txt .btn_xq2 {
  color: #5684b4;
}

#n_news ul li:hover:after {
  width: 100%;
}





.ar_title {
  margin-bottom: 2.6875rem;
  position: relative;
  padding-bottom: 13px;
}

.ar_title h3 {
  font-size: 1.625rem;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.ar_title .time {
  font-size: .875rem;
  color: #1b1b1b;
  font-family: arial;
  border-bottom: 3px solid #f3f3f3;
  padding-bottom: .75rem;
  background: url(http://www.lyncon.cn/static/style/pc/images/time.png) left top no-repeat;
  line-height: 1rem;
  padding-left: 1.25rem;
}

.ar_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #d1d8de;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ar_title:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  background: #5684b4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}



#n_news_xq {
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}

#n_news_xq .m {
  display: flex;
  align-items: flex-start;
}

#n_news_xq .left_con {
  float: left;
  padding-right: 4rem;
  width: 70%;
}

#n_news_xq .right_con {
  width: 29.6%;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.ar_fot {
  margin-top: 20px;
  border-top: 2px solid #e0e3e7;
  padding-top: 30px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ar_fot h5 {
  line-height: 2.25rem;
}

.ar_fot h5 a {
  font-size: .9375rem;
  color: #707076;
  transition: .3s;
}

.ar_fot h5 b {
  font-size: .9375rem;
  color: #707076;
  font-weight: normal;
}

.ar_fot h5 a:hover {
  color: #5684b4;
}

.btn_goback {
  display: block;
  width: 9.6875rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  background: #404c63;
  color: #fff;
  font-size: .9375rem;
  transition: .3s;
}

.btn_goback svg {
  margin-right: .625rem;
  width: 1.5rem;
  height: 1.5rem;
}

/*==============分享插件=====================*/

.shart_box2 {}

.through {
  position: relative;
  text-align: center;
}

.through span {

  display: inline-block;

  background: #fff;

  padding: 0 5px;

}

.through:after {

  content: "";

  display: block;

  width: 100%;

  height: 1px;

  background: #e8e8e8;

  position: absolute;

  top: 50%;

  left: 0;

  z-index: -1;

}

#j_shart_s_240 {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 25px;
}

#j_shart_s_240 .fx {
  position: relative;
  top: 2px;
  cursor: pointer;
}

#j_shart_s_240 a {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
  border-radius: 50%;
  background: #f0f0f3;
  display: block;
  float: left;
  position: relative;
}

#j_shart_s_240 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: auto 25px !important;
}

#j_shart_s_240 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  z-index: 1;
  border: 1px solid #b4b4b4;
}

#j_shart_s_240 a:hover:after {
  transform: scale(1);
}

#j_shart_s_240 .bds_qzone:before {
  background: url(http://www.lyncon.cn/static/style/pc/images/share_qzone.png) center no-repeat;
}

#j_shart_s_240 .bds_tsina:before {
  background: url(http://www.lyncon.cn/static/style/pc/images/share_sina.png) center no-repeat;
}

#j_shart_s_240 .bds_weixin:before {
  background: url(http://www.lyncon.cn/static/style/pc/images/share_weixin.png) center no-repeat;
}

#j_shart_s_240 .bds_sqq:before {
  background: url(http://www.lyncon.cn/static/style/pc/images/share_qq.png) center no-repeat;
  background-size: auto 20px !important;
}

#j_shart_s_240 .bds_count:hover {
  font-size: 12px;
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}

.laiyuan {
  font-size: 15px;
  color: #757575;
  margin-bottom: 2rem;
}

.laiyuan span+span {
  margin-left: 1.5rem;
}

#n_news_xq .riqi {
  font-weight: bold;
  margin-bottom: 26px;
}

#n_news_xq .riqi p {
  font-size: 3.125rem;
  color: #404c63;
}

#n_news_xq .riqi i {
  display: block;
  width: 24px;
  height: 3px;
  background: #5684b4;
  margin-bottom: 13px;
  margin-top: 7px;
}

#n_news_xq .riqi span {
  font-size: .875rem;
  color: #181818;
}

.news_tuijian {
  background: #fbfaff;
  padding: 2.5rem;
}

.news_tuijian .tt {
  font-size: 1.25rem;
  color: #393838;
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 3.125rem;
}

.news_tuijian ul {
  padding-top: 1.75rem;
}

.news_tuijian ul li {}

.news_tuijian ul li+li {
  margin-top: 1.5rem;
}

.news_tuijian ul li h5 {
  font-size: 1.2rem;
  color: #5d5d5d;
  white-space: normal;
  margin-bottom: .5rem;
  white-space: normal;
  line-height: 1.375rem;
}

.news_tuijian ul li span {
  font-size: .875rem;
  color: #929394;
  font-family: arial;
}

.news_tuijian ul li:hover h5 {
  color: #5684b4;
}





.social-share * {
  box-sizing: content-box;
}

.social-share .social-share-icon {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: transparent;
  display: block;
  float: left;
  position: relative;
}

.social-share .qrcode img {
  display: block;
}

.social-share .icon-wechat .wechat-qrcode {
  left: -77px !important;
}



.gz_tt {
  display: flex;
  align-items: flex-start;
  padding: 2.375rem .5rem 2.375rem 1.5rem;
}

.gz_tt img {
  margin-right: 16px;
  width: 2.5rem;
}

.gz_tt h5 {
  font-size: 2.25rem;
  color: #838489;
  font-weight: lighter;
}

.gz_tt span {
  font-size: 1.5rem;
  color: #404c63;
  opacity: .3;
  text-transform: uppercase;
}

.gz_tt p {
  font-size: 1.2rem;
  color: #838489;
  margin-top: 5px;
}



.gzbox {
  display: flex;
  align-items: center;
  background: #fbfaff;
  padding: 1.125rem 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.gzbox .ewm {
  width: 6.125rem;
  height: 6.125rem;
  margin: 0 1.125rem;
}





.n_contact .fl01 {
  padding: 5.375rem 0;
  position: relative
}



/* #miso_map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #e4e4e4 2px solid
} */



.n_contact .fl01 .w1200 {
}

.n_contact .fl01 .w1200 .box {
  width: 100%;
  border-radius: .625rem;
  background: rgba(255, 255, 255, .95);
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.n_contact .fl01 .w1200 .box .top {
  height: 8.375rem;
  background: #48546a;
  display: flex;
  align-items: center;
  ;
  justify-content: space-between;
  padding: 0 3.125rem
}

.n_contact .fl01 .w1200 .box .top h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin: 1rem 0 0
}

.n_contact .fl01 .w1200 .box .top h4 {
  font-size: 1.2rem;
  color: #fff;
  margin: .5rem 0 0
}

.n_contact .fl01 .w1200 .box .miso_hd {
  padding: 1.75rem 0 2.25rem;
  border: 1px solid rgba(0, 0, 0, .1);
}

.n_contact .fl01 .w1200 .box .miso_hd .list_box_11{padding: 1.25rem 3.125rem;}

.n_contact .fl01 .w1200 .box .miso_hd  .lxbox{
  float: left;
  width: 33.33%;
  height:12.5rem;
  padding: 0 1rem;
}



.list_box_11 li a {
  display: block;
  
  position: relative
}

/* .list_box_11 li a:before{ content:""; position:absolute; left:0; bottom:1.25rem; width:5px; background:#11c7c9; height:0; transition:.5s} */

.list_box_11 li a h5 {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: .75rem;
  transition: .5s
}

.list_box_11 li a p {
  font-size: .9375rem;
  color: #848484;
  line-height: 24px;
}



/* .list_box_11 li.on a:before{ height:calc(100% - 2.5rem); top:1.25rem} */

.list_box_11 li.on a h5 {
  color: #5684b4
}



.n_contact .fl01 .w1200 .box .miso_hd .ewm {
  padding: 0 3.725rem;
  display: flex;
  align-items: center;
  margin: 1rem 0 0
}

.n_contact .fl01 .w1200 .box .miso_hd .ewm .img img {
  width: 7.5rem;
  height: 7.5rem;
  border: #e5e5e5 1px solid
}

.n_contact .fl01 .w1200 .box .miso_hd .ewm .con {
  padding: 0 0 0 1.375rem
}

.n_contact .fl01 .w1200 .box .miso_hd .ewm .con h5 {
  font-size: 1.125rem;
  color: #5684b4
}

.n_contact .fl01 .w1200 .box .miso_hd .ewm .con h6 {
  font-size: 12px;
  color: #999999;
  margin: .5rem 0 0
}



.maplistscroll {
  overflow: auto;
  margin-right: 2rem;
}

.maplistscroll.maplistscroll::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: #F5F5F5;
}

.maplistscroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.maplistscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #5684b4;
}



#n_hezuo {
  padding: 4.75rem 0;
}

#n_hezuo .hd {
  text-align: center;
  margin-bottom: 3.5rem;
}

#n_hezuo .hd ul {}

#n_hezuo .hd ul li {}



.form_fuwu {
  width: 100%;
}

.form_fuwu .row {
  display: flex;
}

.form_fuwu .groupbox {
  display: flex;
  padding: .9375rem;
  width: 33.333%;
}

.form_fuwu .groupbox .group {
  border: 1px solid #ededed;
  display: flex;
  padding: 0 1.625rem;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.form_fuwu .groupbox .group .span {
  white-space: nowrap;
  line-height: 3.9375rem;
  font-size: 1.125rem;
  color: #a3a3a3;
}

.form_fuwu .groupbox .group .yzm {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  height: 100%;
  object-fit: none;
}

.form_fuwu .groupbox .group .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: none;
}

.form_fuwu input {
  height: 3.9375rem;
  width: 100%;
  color: #262626;
  font-size: 1.125rem;
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu .btnbox {
  width: calc(100% - 345px);
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu textarea {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  padding-top: 1.125rem;
  color: #262626;
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
}

.form_fuwu .btn_tijiao {
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;

  display: block;

  width: 13.4375rem;

  height: 3.9375rem;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;
  font-size: 1.125rem;

  border-radius: 4px;

  background: #404c63;
  border: 0;

  color: #fff;

  transition: .3s;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

}



#n_hezuo {}

#n_hezuo .hd {}

#n_hezuo .hd ul {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

#n_hezuo .hd ul li {
  font-size: 1.625rem;
  color: rgba(64, 76, 99, 0.6);
  line-height: 3rem;
  position: relative;
  padding-bottom: 2rem;
}

#n_hezuo .hd ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #5684b4;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  margin-left: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#n_hezuo .hd ul li.slick-current {
  font-size: 2.5rem;
  color: #404c63;
  font-weight: bold;
}

#n_hezuo .hd ul li.slick-current:before {
  opacity: 1;
}



.n_tt {
  text-align: center;
  margin-bottom: 3.5rem;
}

.n_tt h3 {
  font-size: 2.5rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 1rem;
}

.n_tt p {
  font-size: 1.25rem;
  color: #4e4e4e;
  line-height: 1.5;
  opacity: .6;
}



#n_shouhou {
  padding: 4.375rem 0;
  border-top: 1px solid #e5e5e5;
}

#n_shouhou .m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#n_shouhou .n_tt {
  text-align: left;
  margin-bottom: 0;
  margin-right: 3rem;
}

#n_shouhou ul {
  display: flex;
  width: 926px;
  justify-content: space-between;
}

#n_shouhou ul li {
  display: flex;
  align-items: center;
}

#n_shouhou ul li+li {
  margin-left: 1rem;
}

#n_shouhou ul li img {
  margin-right: .875rem;
  width: 2.9375rem;
}

#n_shouhou ul li h5 {
  font-size: 1.25rem;
  color: #404c63;
  margin-bottom: .5rem;
}

#n_shouhou ul li p {
  font-size: 1.25rem;
  color: #5684b4;
}



#n_pro {
  padding: 4.625rem 0 0;
  position: relative;
}
#n_pro #md {
  position: absolute;
  top: -15rem;
}
#n_pro .hd {
  margin-bottom: 3rem;
}

#n_pro .hd ul {
  margin: 0 -2.5rem;
  margin-top: -1.5rem;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

#n_pro .hd ul li {
  float: left;
  font-size: 1.1rem;
  color: #181818;
  margin: 0 2.5rem;
  margin-top: 1.5rem;
}

#n_pro .hd ul li.on {
  font-size: 1.75rem;
  color: #5684b4;
}



#n_pro .bd {}

#n_pro .bd ul {
  margin: -1.25rem -1.5rem;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

#n_pro .bd ul li {
  width: 50%;
  float: left;
  padding: 1.25rem 1.5rem;
}

#n_pro .bd ul li a {
  border: 1px solid #fbfaff;
  display: block;
  display: flex;
  background: #fbfaff;
  overflow: hidden;
}

#n_pro .bd ul li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.875rem;
  position: relative;
  z-index: 1;
  width: 40%;
  flex-shrink: 0;
}

#n_pro .bd ul li .txt:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: -2;
  transition: .5s;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_pro .bd ul li .txt h5 {
  font-size: 1.5rem;
  color: #404040;
  margin-bottom: 1.75rem;
  -webkit-line-clamp: 2;
  line-height: 2.25rem;
  height: 4.5rem;
  overflow: hidden;
}

#n_pro .bd ul li .txt p {
  font-size: .875rem;
  color: #404040;
  line-height: 1.5rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#n_pro .bd ul li .btn_more {
  display: block;
  width: 115px;
  height: 35px;
  line-height: 35px;
  font-size: .75rem;
  text-align: center;
  text-transform: uppercase;
  background: #404c63;
  border-radius: 5px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#n_pro .bd ul li .pic {
  height: 418px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
}

#n_pro .bd ul li .pic img {
  width: 295px;
  max-width: 80%;
}



#n_pro .bd ul li .txt:after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  right: 130%;
  top: 0;
  background: #00408e;
  z-index: -1;
  transition: .5s;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_pro .bd ul li:hover .txt:after {
  right: 0;
}



#n_pro .bd ul li .txt h5,
#n_pro .bd ul li .txt p,
#n_pro .bd ul li .btn_more {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_pro .bd ul li:hover .txt h5 {
  color: #fff;
}

#n_pro .bd ul li:hover .txt p {
  color: #fff;
}

#n_pro .bd ul li:hover .btn_more {
  background: #5684b4;
}



#yy_gaishu {
  padding: 4.25rem 0;
}

#yy_gaishu .con {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}



.n_tt2 {
  text-align: center;
  margin-bottom: 2rem;
}

.n_tt2 h3 {
  font-size: 1.875rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 5px;
}

.n_tt2 p {
  font-size: 1.25rem;
  color: #404c63;
  opacity: .4;
  text-transform: uppercase;
}



.pro_tt {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}

.pro_tt i {
  display: block;
  width: 3px;
  height: 1.75rem;
  background: #5684b4;
}

.pro_tt h3 {
  font-size: 1.875rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 5px;
  margin: 0 1.25rem;
}

.pro_tt span {
  font-size: 1.25rem;
  color: #404c63;
  opacity: .4;
  text-transform: uppercase;
}



#yy_youshi {
  padding: 4.25rem 0;
  background: #fbfaff;
}

#yy_youshi ul {
  overflow: hidden;
  width: 100%;
}

#yy_youshi ul li {
  text-align: center;
  padding: 0 1.875rem;
}

#yy_youshi ul li a {
  display: block;
  padding: 1.875rem;
  max-width: 244px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 127px 127px 0 0;
  -webkit-border-radius: 127px 127px 0 0;
  -moz-border-radius: 127px 127px 0 0;
  -ms-border-radius: 127px 127px 0 0;
  -o-border-radius: 127px 127px 0 0;
}

#yy_youshi ul li .ico {
  position: relative;
  border: 1px solid #ececec;
  margin-bottom: 3rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#yy_youshi ul li .ico .hezi {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

#yy_youshi ul li h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 3rem;
  color: #000000;
  white-space: normal;
  overflow: visible;
  -webkit-line-clamp: inherit;
}

.ico .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico_tag img {
  transition: .5s;
  max-width: 50%;
  max-height: 50%;
}

.ico_tag .img01 {
  display: block;
  opacity: 1;
}

.ico_tag .img02 {
  display: none;
  opacity: 0;
}

#yy_youshi ul li a,
#yy_youshi ul li .ico img,
#yy_youshi ul li h5,
#yy_youshi ul li .ico,
#peitao_pro ul li .tag:before {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#yy_youshi ul li:hover a {
  background: #404c63;
}

#yy_youshi ul li:hover .ico {
  border: 1px solid #70798a;
}

li:hover .ico_tag .img01 {
  display: none;
  opacity: 0;
}

li:hover .ico_tag .img02 {
  display: block;
  opacity: 1;
}

#yy_youshi ul li:hover h5 {
  color: #fff;
}



#yy_youshi .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 40%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#yy_youshi .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#yy_youshi .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#yy_youshi .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#yy_youshi .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}

#peitao_pro.yy_cj ul li .img {
  background: none;
}

#peitao_pro.yy_cj ul li .img img {
  width: 100%;
  height: 100%;
}

#peitao_pro.yy_cj .img_db .hezi {
  padding-top: 53.8%;
}


#peitao_pro {
  padding: 4.25rem 0;
  background: #fbfaff;
}

#peitao_pro ul {
  margin: 0 -1.625rem;
}

#peitao_pro ul li {
  padding: 0 1.625rem;
}

#peitao_pro ul li .img {
  background: url(../image/peitao_pro_bg.jpg) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#peitao_pro ul li .img img {
  width: auto;
  height: auto;
}

#peitao_pro ul li .tag {
  position: absolute;
  z-index: 2;
  min-width: 10.4375rem;
  padding: 0 2rem;
  height: 3.5625rem;
  line-height: 3.5625rem;
  background: #404c63;
  left: 0;
  top: 3.25rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border-radius: 0 1.875rem 1.875rem 0;
  -webkit-border-radius: 0 1.875rem 1.875rem 0;
  -moz-border-radius: 0 1.875rem 1.875rem 0;
  -ms-border-radius: 0 1.875rem 1.875rem 0;
  -o-border-radius: 0 1.875rem 1.875rem 0;
}

#peitao_pro ul li .tag:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: #5684b4;
}

#peitao_pro ul li .txt {
  padding-top: 3.625rem;
}

#peitao_pro ul li h5 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1.875rem;
  -webkit-line-clamp: inherit;
  line-height: 1.5;
}

#peitao_pro ul li p {
  font-size: 1.2rem;
  color: #202020;
  line-height: 1.875rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#peitao_pro ul li .btn_xq2 {
  font-size: .9375rem;
  color: #5a5a5a;
  margin-top: 3rem;
}

#peitao_pro ul li .btn_xq2 svg {
  width: 1.125rem;
  margin-left: .25rem;
}

#peitao_pro ul li .btn_xq2,
#peitao_pro ul li .btn_xq2 svg path,
#peitao_pro ul li h5 {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#peitao_pro .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 30%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#peitao_pro .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#peitao_pro .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#peitao_pro .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#peitao_pro .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}

.img_db {
  position: relative;
}

.img_db .hezi {
  width: 100%;
  height: 0;
  padding-top: 65.57%;
}

.img_db .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



#peitao_pro ul li:hover .tag:before {
  width: 100%;
}

#peitao_pro ul li:hover h5 {
  color: #5684b4;
}

#peitao_pro ul li .btn_xq2:hover {
  color: #5684b4;
}

#peitao_pro ul li .btn_xq2:hover svg path {
  fill: #5684b4;
}



#peizhi_shebei {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#peizhi_shebei ul.shebei_slide {
  margin: 0 -1rem;
  padding-bottom: 2rem;
}

#peizhi_shebei ul.shebei_slide li {
  padding: 0 1rem;
}

#peizhi_shebei ul li a {}

#peizhi_shebei ul li .img_db .hezi {
  padding-top: 100%;
}

#peizhi_shebei ul li .img_db {
  max-width: 14.875rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  background: #fbfaff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#peizhi_shebei ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#peizhi_shebei ul li .img img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

#peizhi_shebei ul li h5 {
  text-align: center;
  font-size: 1.25rem;
  color: #404c63;
  font-weight: bold;
  white-space: normal;
  display: block;
  padding: 0 10px;
  line-height: 1.3;
}





#peizhi_shebei .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 40%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#peizhi_shebei .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#peizhi_shebei .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#peizhi_shebei .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#peizhi_shebei .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}



#pro_xq {
  padding: 4.625rem 0;
}

#pro_xq .m {
  display: flex;
}

#pro_xq .m .img_db {
  width: 679px;
  max-width: 45%;
  flex-shrink: 0;
  position: relative;
  margin-right: 3.25rem;
}

#pro_xq .img {
  background: url(../image/peitao_pro_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pro_xq .img img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

#pro_xq .txt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ecedef;
}

#pro_xq .txt .tt {
  margin-bottom: 4.625rem;
}

#pro_xq .txt .tt h5 {
  font-size: 1.2rem;
  margin-bottom: 1.85rem;
}

#pro_xq .txt .tt .tag {
  font-size: 1.875rem;
  color: #404c63;
  font-weight: bold;
  margin-bottom: 1rem;
}

#pro_xq .txt .tt p {
  font-size: 1.2rem;
  color: #646464;
  line-height: 1.5;
}

#pro_xq ul {
  display: flex;
}

#pro_xq ul li {
  text-align: center;
}

#pro_xq ul li+li {
  margin-left: 4.625rem;
}

#pro_xq ul li .ico {
  margin-bottom: 1.125rem;
}

#pro_xq ul li .ico img {}

#pro_xq ul li p {
  line-height: 1.45rem
}



#texing_youshi {
  padding-bottom: 6.625rem;
}

#texing_youshi ul {}

#texing_youshi ul li {}

#texing_youshi ul li .box {
  position: relative;
  max-width: 192px;
  margin: 0 auto;
  background: #404c63;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#texing_youshi ul li .box .hezi {
  padding-top: 115.1%;
}

#texing_youshi ul li .box .txt {
  padding: 0 1.5rem;
}

#texing_youshi ul li .box .shuzi {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 4.875rem;
  color: rgba(255, 255, 255, 0.1);
}

#texing_youshi ul li .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/poly01.png) center no-repeat;
  background-size: 100% 100% !important;
}

#texing_youshi ul li:hover .box {
  background: #5684b4;
}

#texing_youshi ul li:hover .box:before {
  background: url(../image/poly02.png) center no-repeat;
}

#texing_youshi ul li .box,
#texing_youshi ul li .box:before {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}



.n_tt3 {
  text-align: center;
  margin-bottom: 3.125rem;
}

.n_tt3 h3 {
  font-size: 1.875rem;
  color: #404c63;
}

.n_tt3 i {
  display: block;
  width: 10.1875rem;
  height: 10px;
  margin: 0 auto;
  margin-top: -10px;
  background: linear-gradient(0deg, #e3f6ed 0%, #56c792 50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



#texing_youshi .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 40%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#texing_youshi .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#texing_youshi .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#texing_youshi .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#texing_youshi .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}



#xn_canshu {
  background: #fbfaff;
  padding-top: 6.625rem;
}

#xn_canshu ul {}

#xn_canshu ul li:nth-child(1) .box {
  border-left: 1px solid #e1e1e5;
}

#xn_canshu ul li {
  text-align: center;
  position: relative;
  border-left: 0;
}

#xn_canshu ul li .box {
  padding: 10rem 0 6rem;
  border: 1px solid #e1e1e5;
  border-left: 0;
  position: relative;
  z-index: 1;
}

#xn_canshu ul li .ico {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../image/canshu_border.png) center no-repeat;
  background-size: contain !important;
}

#xn_canshu ul li .ico img {}

#xn_canshu ul li .txt {
  padding: 0 15px;
}

#xn_canshu ul li h5 {
  font-size: 1.125rem;
  color: #404c63;
  margin-bottom: 8px;
}

#xn_canshu ul li p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 4.5rem;
  color: #404c63;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#xn_canshu ul li .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #404c63;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#xn_canshu ul li:hover .box:before {
  height: 100%;
}

#xn_canshu ul li:hover .ico {
  background: url(../image/canshu_border2.png) center no-repeat;
}

#xn_canshu ul li:hover h5 {
  color: #fff;
}

#xn_canshu ul li:hover p {
  color: #fff;
}

#xn_canshu ul li h5,
#xn_canshu ul li p,
#xn_canshu ul li .ico {
  transition: .5s;
}





#yy_changjing {
  padding-top: 5.625rem;
  padding-bottom: 6.125rem;
}

#yy_changjing ul {}

#yy_changjing ul li {
  padding: 0 1.25rem;
}

#yy_changjing ul li .box {
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#yy_changjing ul li .img {}

#yy_changjing ul li .img img {}

#yy_changjing ul li h5 {
  height: 5.625rem;
  line-height: 5.625rem;
  text-align: center;
  font-size: 1.15rem;
  background: #fbfaff;
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#yy_changjing ul li h5:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #5684b4;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#yy_changjing .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 40%;
  opacity: 1;
  margin-top: 15px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#yy_changjing .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#yy_changjing .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#yy_changjing .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#yy_changjing .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}



#yy_changjing ul li:hover h5:before {
  height: 100%;
}

#yy_changjing ul li:hover h5 {
  color: #fff;
}





.n_shuzi {
  margin-top: 3rem;
  margin-right: 20rem;
}

.n_shuzi ul {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 -4rem;
}

.n_shuzi ul li {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: inline-block;
  text-align: center;
}

.n_shuzi ul li+li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100px;
  background: #dcdcdc;
  left: 0;
  top: 0;
}

.n_shuzi ul li .box {
  text-align: center;
}

.n_shuzi ul li p span {
  font-family: BarlowCondensed-Bold;
  color: #404c63;
  font-size: 2.5rem;
  margin-bottom: .8rem;
  text-transform: uppercase;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s
}

.n_shuzi ul li p font {
  font-family: BarlowCondensed-Bold;
  color: #404c63;
  font-size: 1.5rem;
  margin-left: .75rem;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s
}

.n_shuzi ul li h5 {
  font-size: 1.2rem;
  color: #413f3f;
  margin-top: .8125rem;
  white-space: normal;
  line-height: 1.5;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  display: block;
}

.n_shuzi ul li i {
  font-size: .8745rem;
  color: #404c63;
  font-weight: normal;
}



#n_guanyu .innerbox {
  padding-right: 211px;
  background: url(../image/n_guanyu_bg.jpg) right top no-repeat;
  position: relative;
  padding-bottom: 4rem;
}

#n_guanyu .tt {
  margin-bottom: 2.5rem;
}

#n_guanyu .tt span {
  font-size: 1.75rem;
  color: #404c63;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}

#n_guanyu .tt h3 {
  font-size: 1.75rem;
  color: #000000;
  font-weight: bold;
}

#n_guanyu .con {
  font-size: 1.0625rem;
  line-height: 2.25rem;
  padding-right: 35px;
  color: #4b4949;
  margin-bottom: 2.25rem;
}



.n_gg {
  text-align: right;
  background: rgba(64, 76, 99, 0.77);
  padding: 175px 30px 66px 54px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.n_gg h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #fff;
}

.n_gg p {
  font-size: .8125rem;
  color: #ffffff;
  line-height: 1.125rem;
  opacity: .4;
}



#n_wenhua {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: #fbfaff;
}

#n_wenhua ul {
  overflow: hidden;
  margin: -5px;
}

#n_wenhua ul li {
  width: 20%;
  float: left;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  -o-transition: .5s ease-out;
}

#n_wenhua ul li .box {
  height: 36rem;
  position: relative;
  z-index: 1;
  padding: 3.125rem;
  background-size: 918px 100% !important;
}

#n_wenhua ul li .ico {
  margin-bottom: 1.375rem;
  width: 2rem;
  height: 2rem;
  margin-top: 20rem;
  transition: .5s;
}

#n_wenhua ul li .ico img {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

#n_wenhua ul li .ico img.img02 {
  display: none;
}

#n_wenhua ul li h3 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 4.75rem;
}

#n_wenhua ul li span {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 8px;
}

#n_wenhua ul li p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: .5s;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
  opacity: 0;
}

#n_wenhua ul li i {
  display: block;
  width: 34px;
  height: 33px;
  position: absolute;
  background: url(../image/yinhao.png) center no-repeat;
  background-size: contain;
  right: -3rem;
  border-bottom: -1.625rem;
}

#n_wenhua ul li.on {
  width: 60%;
}

#n_wenhua ul li.on .ico {
  margin-top: 0;
}

#n_wenhua ul li.on p {
  color: #fff;
  opacity: 1;
}



#n_ruyu {
  padding-top: 4.625rem;
  padding-bottom: 2rem;
  background: url(../image/n_rongyu_bg.jpg) center no-repeat;
  background-size: cover;
}

#n_ruyu .hd {
  margin-bottom: 3.5rem;
}

#n_ruyu .hd ul {
  width: 520px;
  margin: 0 auto;
  max-width: 100%;
}

#n_ruyu .hd ul li {
  text-align: center;
  font-size: 1.25rem;
  color: #464646;
  position: relative;
  padding-bottom: 1rem;
}

#n_ruyu .hd ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #5684b4;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  margin-left: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#n_ruyu .hd ul li.slick-current {
  color: #5684b4;
}

#n_ruyu .hd ul li.slick-current:before {
  opacity: 1;
}





#n_ruyu .bd>.slick-list {
  overflow: visible;
}

#n_ruyu .bd ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

#n_ruyu .bd ul li {
  padding: 0 1.25rem;
  margin-bottom: 3rem;
  width: 25%;
}

#n_ruyu .bd ul li .box {
  position: relative;
  background: url(../image/rongyu_bg01.png) center no-repeat;
  background-size: 100% 100% !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_ruyu .bd ul li .box .hezi {
  padding-top: 40.8%;
  height: 0;
}

#n_ruyu .bd ul li .box .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  padding-top: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #3d4043;
  line-height: 1.5;
}

#n_ruyu .bd ul li .box .txt p {}

#n_ruyu .bd ul li:hover .box {
  background: url(../image/rongyu_bg02.png) center no-repeat;
  background-size: 100% 100% !important;
}

#n_ruyu .bd ul li:hover .box .txt {
  color: #fff;
}

#n_ruyu .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 40%;
  opacity: 1;
  margin-top: 45px;

  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-size: contain !important;
}

#n_ruyu .slick-prev {
  left: -6.25rem;
  background: url(../image/s_coop_left.png) left center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_ruyu .slick-next {
  right: -6.25rem;
  background: url(../image/s_coop_right.png) right center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_ruyu .slick-prev:hover {
  background: url(../image/s_coop_left_on.png) left center no-repeat;
}

#n_ruyu .slick-next:hover {
  background: url(../image/s_coop_right_on.png) right center no-repeat;
}







#n_buju {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#n_buju .n_tt {
  text-align: left;
  margin-bottom: 2rem;
}

#n_buju .n_tt h3 {
  color: #fff;
}

#n_buju .left {
  position: absolute;
  z-index: 9;
  padding: 4.75rem 0;
  width: 100%;
}

#n_buju .right {}

#n_buju .right .pic {}

#n_buju .right .pic img {
  object-fit: cover;
  height: 680px;
  width: 100%;
}

#n_buju .hd {}

#n_buju .hd .slidebox {
  height: 100%;
  width: 600px;
  max-width: 100%;
  height: 526px;
  background: rgba(64, 76, 99, 0.8);
  padding: 4.375rem 1.875rem;
  border-radius: 3rem 0 3rem;
}

#n_buju .hd ul li {}

#n_buju .hd ul li .box {}

#n_buju .hd ul li .box .tt {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  color: #fff;
}

#n_buju .hd ul li .box .con {
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  overflow: hidden;
  -webkit-line-clamp: 100;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#n_buju .slick_arrow_right {
  margin-top: 2.5rem;
}

#n_buju .slick_arrow_right .slick-arrow {
  opacity: .3;

  z-index: 99;

  float: left;

  display: block;

  font-size: 0;

  cursor: pointer;

  width: 2.3125rem;

  height: 2.3125rem;
  background-size: contain !important;
  margin-right: 1.25rem;

  transition: .5s;

  -webkit-transition: .5s;

  -moz-transition: .5s;

  -ms-transition: .5s;

  -o-transition: .5s;

}

#n_buju .slick_arrow_right .slick-arrow:hover {
  opacity: 1;
}

#n_buju .slick_arrow_right .slick-prev2 {
  background: url(../image/buju_left.png) center no-repeat;
}

#n_buju .slick_arrow_right .slick-next2 {
  background: url(../image/buju_right.png) center no-repeat;
}





.n_licheng {
  padding-top: 10.25rem;
  padding-bottom: 17rem;
  background: url(../image/licheng_bg.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.n_licheng .n_tt {
  text-align: left;
  margin-bottom: 1rem;
}

.n_licheng .hd {
  overflow: hidden;
  width: 100%;
}

.n_licheng .hd .tt {
  float: left;
}

.n_licheng .hd .tt span {
  font-size: 2rem;
  color: #71c32b;
  font-family: Roboto-Light;
}

.n_licheng .hd .tt h3 {
  font-size: 1.625rem;
  color: #434343;
  margin-top: .75rem;
}

.n_licheng .hd .arrowbox {
  font-size: 0;
}

.n_licheng .slick-arrow {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.n_licheng .slick-prev2 {
  background: url(../image/s_coop_left.png) center no-repeat;
  background-size: contain !important;
  margin-right: 10px;
}

.n_licheng .slick-next2 {
  background: url(../image/s_coop_right.png) center no-repeat;
  background-size: contain !important;
}

.n_licheng .slick-prev2:hover {
  background: url(../image/s_coop_left_on.png) center no-repeat;
}

.n_licheng .slick-next2:hover {
  background: url(../image/s_coop_right_on.png) center no-repeat;
}

.n_licheng .bd {
  position: relative;
}

.licheng_slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.licheng_slide .m {
  height: 100%;
}

.licheng_slide ul {
  height: 100%;
}

.licheng_slide ul li {
  float: left;
  width: 20%;
  position: relative;
  height: 100%;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt {
  position: absolute;
  padding-left: 24px;
}

.licheng_slide ul li .txt .year {
  font-size: 1.5rem;
  margin-bottom: 7px;
  color: #373737;
  font-family: "Barlow Condensed Medium";
  opacity: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt .con {
  font-size: .9375rem;
  line-height: 1.625rem;
  max-height: 11rem;
  padding-right: 1rem;
  overflow: auto;
  color: #626262;
  width: 25rem;
  opacity: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: #F5F5F5;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #5684b4;
}

.licheng_slide ul li .txt:before {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: .5rem;
  border: 2px solid #404c63;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
  bottom: 40%;
  padding-bottom: 4rem;
}

.licheng_slide ul li:nth-child(2) .txt {
  top: 56%;
  padding-top: 6.5rem;
}

.licheng_slide ul li:nth-child(3) .txt {
  bottom: 37%;
  padding-bottom: 3rem;
}

.licheng_slide ul li:nth-child(4) .txt {
  top: 67%;
  padding-top: 6.5rem;
}

.licheng_slide ul li:nth-child(5) .txt {
  bottom: 42%;
  padding-bottom: 14rem;
}

.licheng_slide ul li .txt .con p {
  font-size: 1.2rem;
  line-height: 1.875rem;
  padding-left: 22px;
  position: relative;
}

.licheng_slide ul li .txt .con p:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #626262;
  position: absolute;
  left: 0;
  top: .75rem;
}

.licheng_slide ul li:nth-child(even) .txt:before {
  top: 7rem;
}

.licheng_slide ul li:nth-child(even) .txt:after {
  height: 6rem;
}

.licheng_slide ul li .txt:hover:before {
  border: 2px solid #5684b4;
}

.licheng_slide .slick-list,
.licheng_slide .slick-track {
  height: 100%;
  overflow: visible;
}

.n_licheng ul.slick-current li .year {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.n_licheng ul.slick-current li .con {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.licheng_line {
  width: 100%;
}

.mask_lc {

  display: block;

  width: 100%;

  height: 160%;

  position: absolute;

  left: 0;

  top: 0;

  ​background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);

  background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #fff));

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 10%);

  filter: ;

  progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);

  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);

}

.mask_lc.aos-animate {
  opacity: 1 !important;
}

.mask_lc[aos^=fade][aos^=fade] {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  left: 0;
}

.mask_lc[aos^=fade][aos^=fade].aos-animate {
  opacity: 1;
  left: 100%;
}

/* .licheng_slide ul li:nth-child(odd) .txt:hover .con{ padding-bottom: 1rem;} */

/* .licheng_slide ul li .txt:hover .year{ margin-top: -1rem;} */



.licheng_slide_wap {
  display: none;
}

.licheng_slide_wap ul {}

.licheng_slide_wap ul li {
  position: relative;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt {
  padding-left: 24px;
  position: relative;
}

.licheng_slide_wap ul li .txt .year {
  font-size: 1.5rem;
  margin-bottom: 7px;
  color: #373737;
  font-family: "Barlow Condensed Medium";
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt .con {
  font-size: .9375rem;
  line-height: 1.625rem;
  padding-bottom: 2rem;
  color: #626262;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 1rem;
  border: 2px solid #71c32b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide_wap ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}



.licheng_slide_wap ul li .txt .con p {
  font-size: 1.2rem;
  line-height: 1.875rem;
  padding-left: 15px;
  position: relative;
}

.licheng_slide_wap ul li .txt .con p:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #626262;
  position: absolute;
  left: 0;
  top: .75rem;
}



#n_join {
  padding: 4.5rem 0;
}

#n_join .flex {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

#n_join .left {
  flex-shrink: 0;
  margin-right: 8rem;
  margin-left: -4rem;
  width: 33.75rem;
}

#n_join .right .con {
  font-size: 1.2rem;
  line-height: 1.875rem;
  color: #4b4b4b;
}

#n_join .pic {
  position: relative;
  z-index: 1;
}

#n_join .pic img {
  mix-blend-mode: multiply;
}

#n_join .pic .dot {
  position: absolute;
  left: -56px;
  bottom: -36px;
  z-index: -1;
}



#n_tantou {
  background: url(../image/n_tantoubg.jpg) center top no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

#n_tantou .m>div {
  max-width: 1010px;
}

#n_tantou h3 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

#n_tantou p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.875rem;
}



#n_fuli {
  padding: 4.375rem 0;
}

#n_fuli ul {
  display: flex;
  flex-flow: wrap;
  margin: -.9375rem;
}

#n_fuli ul li {
  width: 14.28%;
  text-align: center;
  padding: .9375rem;
}

#n_fuli ul li .box {
  border: 1px solid #d9dbe0;
  border-radius: 5px;
  padding: 3.125rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#n_fuli ul li .box .ico_tag {
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 auto;
}

#n_fuli ul li .box .ico_tag img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#n_fuli ul li .box h5 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #4b4b4b;
  transition: .5s;
}

#n_fuli ul li .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #404c63;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_fuli ul li:hover .box:before {
  height: 100%;
}

#n_fuli ul li:hover .box h5 {
  color: #fff;
}





.filter label {
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 15px;
  color: #323233;
}

.filter label i {
  font-size: 10px;
  font-style: normal;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  color: #fff;
  border: #485369 1px solid;
  vertical-align: middle;
  margin: -2px 5px 1px 0px;
  color: #7d7d7d;
  position: relative;
}

.filter label i:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
}

.filter input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.filter input[type="radio"]+i {
  border-radius: 50%;
}

.filter input[type="checkbox"]:checked+i,
input[type="radio"]:checked+i:before {
  background: #5684b4;
}

.filter input[type="checkbox"]:checked+i,
input[type="radio"]:checked+i {
  border: #5684b4 1px solid;
}

.filter input[type="checkbox"]:disabled+i,
input[type="radio"]:disabled+i {
  border-color: #ccc;
}

.filter input[type="checkbox"]:checked:disabled+i,
input[type="radio"]:checked:disabled+i {
  background: #ccc;
}



#n_pin {
  padding: 4.375rem 0;
  background: url(../image/pin_bg.jpg) center bottom no-repeat;
  background-size: cover;
}

#n_pin .n_tt {
  text-align: left;
}

#n_pin .m {
  display: flex;
}

#n_pin .left {
  flex-shrink: 0;
  width: 17rem;
}

#n_pin .right {
  flex-grow: 1;
  padding-left: 6rem;
  width: calc(100% - 17rem);
}

.filter {
  position: relative;
  max-width: 272px;
}

.filter dl {
  margin-bottom: 2.5rem;
}

.filter dt {
  font-size: 1.375rem;
  color: #464646;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.filter dd {
  font-size: 1.125rem;
  color: #464646;
  line-height: 2.5rem;
}

.filter dd.on {
  color: #5684b4;
}

.filter:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e3dfdf;
  position: absolute;
  top: 0;
  right: 0;
}

.filter:after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background: #5684b4;
  position: absolute;
  top: 0;
  right: -1px;
}





.rctbox {
  margin-bottom: 3rem
}

.rctbox .item {
  background: #fff;

  margin-bottom: 1rem;

  border-radius: 10px;

  padding: 2.125rem 3rem 2rem;

  transition: .5s;

  cursor: pointer;

}

.rctbox .item.on {
  box-shadow: 0px 15px 55.46px 3.54px rgba(6, 0, 1, 0.11);
}

.rctbox .item .before {

  display: flex;

  align-items: center;

}

.weui-cell__bd {

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  flex: 1;

}

.rctbox .item .h1 {
  padding-left: 2.625rem;
  background: url(../image/pin.png) left center no-repeat;

  font-size: 1.25rem;

  color: #333333;

  margin-bottom: .875rem;

}

.rctbox .item.on .h1 {
  font-weight: bold;
}

.rctbox .item .h2 {

  font-size: .14rem;

  color: #999;

  display: flex;

  max-width: 78rem;

  flex-flow: wrap;

}

.rctbox .item .h2 span {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
}

.rctbox .item .btn1 {

  display: flex;

  align-items: center;

  font-size: 1.2rem;

  color: #0097f0;

  cursor: pointer;

  min-width: 6rem;

  text-align: right;

  justify-content: flex-end;

}

.rctbox .item .btn1 img {

  width: .6875rem;

  margin-left: .5rem;

}

.rctbox .item .btn1 span:nth-child(2) {

  display: none;

}

.rctbox .item .btn1.on span:nth-child(1) {

  display: none;

}

.rctbox .item .btn1.on span:nth-child(2) {

  display: block;

}

.rctbox .item .after {

  padding: 0;

  display: none;

  padding: 1rem 0 1rem;

  margin-top: 1rem;

}

.rctbox .item .after .h4 {
  font-size: 1.125rem;
  color: #5684b4;
  font-weight: bold;
  margin-bottom: 5px;
}

.rctbox .item .ar_article p {
  font-size: 1.2rem;
  color: #949494;
  line-height: 2.125rem;
  margin-bottom: 0 !important;
}



.rctform {
  width: 1160px;
  max-width: 90%;
  background: url(../image/form_bg.jpg) center no-repeat #fff;
  background-size: cover;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000005;
  padding: 4rem 3rem 4rem;
  display: none;
  transform: translateX(-50%) translateY(-50%);
}

.rctform .title {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.5rem;
}

.rctform .title span {
  color: #219ff1;
  margin: 0 .05rem;
}

.rctform .input1 {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}

.rctform .input1 .txt1 {
  font-size: 1.125rem;
  color: #000000;
  width: 3.5rem;
  white-space: nowrap;
}

.rctform .input1 input {
  height: 3.125rem;
  font-size: 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 1.125rem;
  width: 100%;
  color: #444;
}

.rctform .input1 select {
  height: 3.125rem;
  font-size: 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 1.125rem;
  width: 100%;
  color: #000;
}

.rctform .input1 .file1 {
  text-align: center;
  position: relative;
  width: 7.5rem;
  height: 3.125rem;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #000;
  line-height: 3rem;
}

.rctform .input1 .file1 input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0
}

.rctform .tips3 {
  padding-left: 3.875rem;
  font-size: .875rem;
  color: #bababa;
  margin-top: -.375rem;
  line-height: 1.5;
}

.rctform .btn1 {
  font-size: 1.125rem;
  color: #fff;
  height: 3.75rem;
  border-radius: 1.875rem;
  background: #219ff1;
  width: 100%;
  margin: 2rem 0 0;
}

.rctform .input1 input::placeholder {
  color: #bababa
}

.rctform .input1 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(http://www.lyncon.cn/static/style/pc/images/down2.png) no-repeat 95% center;
  background-size: .6875rem auto;
}

.rctform .filename {
  font-size: .14rem;
  color: #bababa;
  margin-left: .15rem
}

.rctform .close1 {
  font-size: 1.25rem;
  color: #bababa;
  top: .75rem;
  right: .75rem;
  display: block;
  position: absolute;
  line-height: 1;
  cursor: pointer;
  font-family: Arial;
}

.catertitle .cn {
  font-size: .24rem;
  line-height: 1;
  color: #333;
  margin-bottom: .06rem;
}

.catertitle .en {
  font-size: .26rem;
  line-height: .36rem;
  color: #D60A17;
}

.cater1 {
  padding: .6rem 0;
  display: flex;
  align-items: center;
}

.cater1 .imgbox {
  max-width: 47%;
}

.cater1 .txtbox {
  padding: 0 13.5vw 0 8vw
}

.cater1 .catertitle .cn {
  font-size: .2rem;
}

.cater1 .h1 {
  font-size: .16rem;
  color: #D60A17;
  margin: 3vw 0 .2rem
}

.cater1 p {
  font-size: .14rem;
  color: #444;
  line-height: 2.35
}

.cater2 {
  position: relative;
}

.cater2:before {
  content: "";
  height: 5.85rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #d60a17
}

.cater2 .catertitle .cn {
  color: #fff
}

.cater2 .catertitle .en {
  color: #fff
}

.cater2 .catertitle {
  margin-right: 3vw
}

.cater2 .title2 {
  font-size: .19rem;
  line-height: 1.857;
  color: #fff;
  opacity: .6
}

.cater2-1 {
  display: flex;
  align-items: center;
  padding: .66rem 0 .58rem;
  position: relative;
  z-index: 3
}

.cater2-2 {
  display: flex;
  align-items: center;
  box-shadow: 0px .12rem .16rem 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: .06rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 5.4rem
}

.cater2-2 .imgbox {
  width: 50%;
  height: 100%;
}

.cater2-2 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cater2-2 .itembox {
  width: 50%;
  height: 100%;
}

.cater2-2 .item {
  padding: 0 3.5vw;
  display: flex;
  align-items: center;
  height: 25%;
  transition: all .3s
}

.cater2-2 .item img {
  width: .6rem;
  margin-right: 2.3vw;
}

.cater2-2 .item .h1 {
  font-size: .16rem;
  color: #333;
  line-height: 1;
  margin-bottom: .1rem;
}

.cater2-2 .item p {
  font-size: 12px;
  color: #333;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cater2-2 .item:not(:last-child) {
  border-bottom: 1px solid #EDEDED
}

.cater2-2 .item.on {
  background: rgba(214, 10, 23, 0.03);
}

.cater2-2 .swiper-container {
  height: 100%;
}

.cater3 {
  padding: 1.13rem 0 1.77rem;
}

.cater3 .cater3box {
  display: flex;
  align-items: center;
}

.cater3 .item {
  width: 41.875%;
}

.cater3 .item .box1 {
  position: relative;
}

.cater3 .catertitle {
  margin-bottom: .6rem;
  text-align: center;
}

.cater3 .item2 {
  font-size: 4.5vw;
  color: #D60A17;
  text-align: center;
  font-family: "DIN";
  margin-top: 5vw
}

.cater3 .item1 .box1 {
  background: url(http://www.lyncon.cn/static/style/pc/images/fealeft.jpg);
  background-size: cover;
  background-position: center;
  border-radius: .06rem;
}

.cater3 .item3 .box1 {
  background: url(http://www.lyncon.cn/static/style/pc/images/fearight.jpg);
  background-size: cover;
  background-position: center;
  border-radius: .06rem;
}

.cater3 .item .box1:after {
  content: "";
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  bottom: 2.5vw;
  left: 2.5vw;
  opacity: .9;
  border-radius: .06rem
}

.cater3 .item1 .box1:after {
  background: #242222
}

.cater3 .item3 .box1:after {
  background: #D60A17;
  opacity: .85
}

.cater3 .box1 p {
  font-size: .16rem;
  color: #fff;
  line-height: .54rem;
  z-index: 5;
  text-align: center;
}

.cater3 .box1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cater3 .item3 .box1 p span {
  font-size: .24rem
}

@media (max-width: 1200px) {
  .cater3 .item {
    width: 43%;
  }

  .cater3 .item3 .box1 p span {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .cater3 .item {
    width: 45%;
  }

  .cater3 .item3 .box1 p span {
    font-size: 12px
  }
}

@media (max-width: 767px) {
  .rctform {
    width: auto;
    left: 15px;
    right: 15px;
    margin-left: 0;
    padding: 44px 20px;
    transform: translateX(0) translateY(-50%);
    height: auto;
  }

  .rctform .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .rctform .input1 .txt1 {
    font-size: 13px;
    width: 42px;
  }

  .rctform .input1 input {
    font-size: 13px;
    height: 36px;
  }

  .rctform .input1 select {
    font-size: 13px;
    height: 36px
  }

  .rctform .input1 .file1 {
    width: 80px;
    line-height: 36px;
    height: 36px;
    font-size: 13px
  }

  .rctform .btn1 {
    font-size: 13px;
    margin: 1rem 0 0;
  }

  .rctform .filename {
    font-size: 12px;
  }

  .rctform .tips3 {
    padding-left: 0
  }

  .cater1 {
    padding: .6rem 15px;
    display: block;
  }

  .cater1 .imgbox {
    max-width: 100%
  }

  .cater1 .txtbox {
    padding: .3rem 0 0
  }

  .cater1 p {
    font-size: 12px;
    line-height: 2
  }

  .cater1 .h1 {
    font-size: 13px;
    margin: .3rem 0 .2rem
  }

  .catertitle .cn {
    font-size: 14px;
    margin-bottom: .1rem
  }

  .catertitle .en {
    font-size: 18px
  }

  .cater1 .catertitle .cn {
    font-size: 14px;
    margin-bottom: .1rem
  }

  .cater2-1 {
    padding: .6rem 0 .4rem
  }

  .cater2-1 {
    display: block;
  }

  .cater2 .title2 {
    font-size: 12px;
  }

  .cater2 .catertitle {
    margin-bottom: .3rem
  }

  .cater3 .cater3box {
    display: block;
  }

  .cater3 .item {
    width: 100%
  }

  .cater3 .catertitle {
    margin-bottom: .3rem
  }

  .cater3 .item2 {
    font-size: 8vw;
    margin: .3rem 0
  }

  .cater3 .item .box1:after {
    left: 5vw;
    top: 5vw;
    right: 5vw;
    bottom: 5vw;
  }

  .cater3 .box1 p {
    font-size: 12px
  }

  .cater3 {
    padding: .6rem 0
  }

  .cater2-2 {
    height: auto;
    display: block;
  }

  .cater2-2 .item {
    padding: 15px 20px
  }

  .cater2-2 .item .h1 {
    font-size: 13px
  }

  .cater2-2 .item p {
    font-size: 12px
  }

  .cater2-2 .imgbox {
    height: 60vw;
    width: 100%
  }

  .cater2-2 .itembox {
    width: 100%
  }

  .cater2-2 .item img {
    margin-right: 15px
  }
}

.input2 {
  border-bottom: 1px solid #EBEBEB;
  margin-top: 0.65vw !important;
  margin-bottom: 0.65vw;
}

.item-form {
  display: flex;
  align-items: center;
}

.item-form em {
  color: #D60A17;
}



.btn2 {
  background: #404c63;
  width: 13.75rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .5s
}

.btn2:hover {
  opacity: .8
}

.mask {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 100000;

  background: rgba(0, 0, 0, .5);

  display: none;

}

.form_fuwu .n_tt {
  text-align: left;
  margin-bottom: 2rem;
}

.form_fuwu .groupbox .group.shangchuan {
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rctform .form_fuwu .row {
  margin: 0 -.9375rem;
}

.form_fuwu input {
  background: none;
}

.fenye {
  text-align: center;
}

.fenye a {
  font-size: 1.25rem;
  color: #404c63;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

.fenye a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #404c63;
  transition: .5s;
  margin: 0 5px;
  margin-bottom: .375rem;
}

.fenye a.on {
  font-size: 1.875rem;
  color: #5684b4;
}

.fenye a.on:after {
  width: 2rem;
}