/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  width: 100%;
  transition: all 0.3s;
}

.avatar:hover img {
  transform: scale(1.1);

}

.dot1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dot3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dot4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/



.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;

}

.header_center {

  position: relative;

}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 30px;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 18px;
  line-height: 40px;
  color: #666;
}

.logo_tu img {

  margin-right: 10px;
}

.header_phone {
  display: flex;
  align-items: center;
}

.header_phone img {
  margin-left: 10px;
}

.header_phone p {
  color: #333;
  font-size: 15px;
  padding-left: 10px;
  text-align: left;

}

.header_phone b {
  color: #0054A7;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  display: block;
  padding-left: 10px;

}

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 70px;
  background: #f1f1f1;


}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #dedede;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 70px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}

.nav-menu ul li::before {
  content: " | ";

  position: absolute;
  top: 35%;
  color: rgba(0, 0, 0, .2);
  left: 0;
  font-weight: normal;
}

.nav-menu ul li:first-child:before {
  content: "  ";
}
.nav-menu a {
  display: block;
  color: #333;
  padding: 0 5px;
  height: 70px;
  line-height: 70px;
  transition: 0.3s;
  font-size: 18px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  background: #0054A7;



}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(28,80,156, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 0;
  font-size: 16px;

  text-transform: none;
  color: #fff;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {

  background: #fff;
  color: #FFA300;


}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}


.nav-menu .drop-down ul li::before {
  content: "  ";
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}



#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #fff;
  background: #0054A7;


}

#header.header-scrolled .nav-menu .drop-down ul a {
  color: #fff;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #FFA300;
  background: #F1F1F1;

}



#header.header-scrolled .nav-menu li a:hover {
  color: #fff;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #0054A7;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #dedede;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #0A4BA0;
}

.mobile-nav .drop-down ul ul {
  background: #dedede;
}

.mobile-nav .drop-down ul ul li a {
  color: #333;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #0054A7;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #0054A7;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}


#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #0054A7;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}


/*首页banner图 end*/

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #0054A7;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}
.bottom_nav_item img { filter: brightness(100);}
.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #1A76D3;
  border-left: 1px solid #034D95;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}
/*  */
.main_title {
  text-align: center;
  margin-bottom: 30px;
}

.main_title div {
  font-size: 50px;
  color: #333333;
  line-height: 60px;
}

.main_title div b {
  color: #0054A7;
}

.main_title p {
  font-size: 18px;
  color: #505050;
  line-height: 65px;
}
.pad-80 { padding: 80px 0;}

/* 产品 */

.product-box {

  margin-top: 30px;
}

.pro-fr {
  width:100%;
}

.pro_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_list a {

  align-items: center;
  justify-content: space-between;
 flex: 1;
  background: #f1f1f1;
  padding: 15px;
  margin:8px;
  text-align: center;
  font-size: 16px;


}
.pro_list a:hover { background: #0054A7; color: #fff;}
.pro_con { margin-top: 30px; display: flex; flex-wrap: wrap;}
.pro_con a { display: block; float: left; width: calc(25% - 20px); margin:10px; padding: 10px; background: #f5f5f5; border: 1px solid #f2f4f5;}
.pro_con span { display: block; overflow: hidden; }
.pro_con p{ padding: 10px 15px; background: #f5f5f5; }
.pro_con .cp_tit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center; 
    color: #333;
    padding-top: 20px;
}
.pro_con .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_con a:hover { box-shadow: 0 0 20px #dedede; background: #0054A7;}
.pro_con a:hover p { color: #fff; background: #0054A7;}


/* 案例 */
.anli { background: url(../images/bg.jpg) no-repeat top; }
.service_box {
  box-shadow: 0 22px 65px rgba(0, 0, 0, .15);
  background: #FFF;
  padding: 30PX;
  position: relative;
}

.service_fl {
  width: 25%;
  background: #0054A7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  color: #fff;
 
}
.service_fl a { writing-mode: vertical-rl;color: #fff; display: block; margin-top: 30px; border: 1px solid #fff;  padding:8px 10px;}
.service_fl a:hover { background: #FFA300;}
.service_fl b{  writing-mode: vertical-rl;
  font-size: 50px;}
.Solution {

  width: 100%;
  

}

.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -17%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#sol_top .swiper-slide {
  position: relative;
}

#sol_top .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 
}
#sol_top .swiper-slide a {  position: relative;}


#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#sol_top .swiper-slide .product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999;



}

#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  display: block;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px 0;
}

.Solution img {
  width: 100%;
}


.Solution .swiper-button-prev {
  left: 150px;
  top: 42%;


}

.Solution .swiper-button-next {
  right: 150px;
  top: 42%;
}

.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;

  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #0054A7;
}

#sol_bot {


  width: 100%;
}

.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}


.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}

.Solution .swiper-container-thumbs .swiper-slide {

  font-size: 18px;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  display: flex;
  align-items: center;

}


.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 16px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; padding: 0 10px; text-align: center;
}


.Solution .swiper-container-thumbs .swiper-slide-thumb-active p {
  background: rgba(24,90,178, .7) !important;
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
/*  */
/* 图标 */
.pad-60 { padding: 60px 0;}
.zyzs-list-box {
  background:url(../images/tobg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.tit { text-align: center; margin: 30px 0; font-size: 16px; line-height: 32px;}
.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zyzs {
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  margin: 10px;
  padding: 40px 20px;
  box-shadow: 5px 9px 20px 0px rgba(9,20,65,0.05);

}
.zyzs:last-child { border-right: none;}
.zyzs:hover {
  background: #0054A7;
  color: #fff;
}
.zyzs:hover img { filter: brightness(100);}
.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  transition: all 0.5s;
  border-radius: 50%;
}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}


.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zyzs-content b i{ font-weight: normal; font-size: 18px; margin-left: 5px;}
.zyzs-content b {
  color: #0054A7;
  text-align: center;
  margin: 15px 0;
  font-size: 50px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.zyzs:hover b,.zyzs:hover p { color: #fff;}
/*简介*/
.about {

  position: relative;
  background: url(../images/abbg.jpg) no-repeat;
  background-size: cover;


}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fr {
  width: 49%;
  padding-right: 3%;
}

.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 30px;
  color: #333;
  font-size: 16px;
  text-align: justify;

}

.about_fr .ab_txt span {
  color: #333;
}


.about_fl {
  width: 55%;
  overflow: hidden;
  padding-left: 3%;


}



.more {

  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #0054A7;

  margin-top: 45px;
  box-shadow: 0 0 10px #0054A7;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background: #F58D1D;
  border: 1px solid #FFBC74;
  box-shadow: 0 0 10px #FFBC74;

}

.more2 {

  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #666;
  font-family: Arial;
  text-align: center;
  width: 160px;
  border: 1px solid #dedede;
  margin-top: 45px;

  position: relative;
  transition: all .3s;
}

.more2:hover {
  background: #F58D1D;
  border: 1px solid #FFBC74;
  box-shadow: 0 0 10px #FFBC74;

}
/*优势*/

.yyfa {
  
	width: 100%;
  height: 100%;
	position: relative;
	overflow: hidden;
}
.tab-bg { background: rgba(0,0,0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
	top:0;
	left:0;
  z-index: 2;
 }
.yyfa .tab {
	overflow: hidden;
	position: absolute;

	top:0;
	right:0%;
  display: flex;
 height: 680px;
 width: 30%;
  z-index: 3;
  justify-content: space-between;
	overflow: hidden;
  flex-direction: column;

}

.team-box {
	position: relative;

}
.team-box .team-content {
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: #fff;
	font-weight: bold;
  letter-spacing:5px;
	font-size:40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	padding-bottom: 10px;
	
}
.team-content  .title2 {
	color: #fff;
	font-family: 'MontserratUltraLight';
	font-size: 36px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {text-transform: capitalize;}

.yyfa .tab a {
	color: #fff;
	text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-left: 1px solid rgba(255, 255, 255, .5);
  height: 100%;
  display: block;
}

.yyfa .tab a.on .team-content .title ,.yyfa .tab a.on .team-content .title2{ color: #fff;}
.yyfa .tab a.on {    background:#0054A7; }

.yyfa .co {
	overflow: hidden;
  position: relative;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 680px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: cover;background-position:center; }
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size:cover;background-position:center;}
.yyfa .co li:nth-child(4){ background:url("../images/ys4.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa_list{margin: 0 auto; padding-top:50px;}
.ys_txt { width: 40%; position: relative; z-index: 3; }
.ys_txt b { display: block; font-size: 46px; color: #fff; margin-top: 30px; margin-bottom: 8px;}
.ys_txt span { display: block; text-transform: capitalize; line-height: 40px; color: rgba(255,255,255,.8); font-size: 20px; text-transform: uppercase;}
.ys_txt p { margin: 10px 0; color: #fff; line-height: 38px; font-size: 20px;}


/*新闻*/
.news-bg { margin: 70px 0; background: url(../images/n_bg.jpg) no-repeat center; background-size: 100%;}
.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  margin-top: 20px;

}
.news_left {
  flex: 2;
  margin: 10px 0;
  background: #f1f1f1;
}

.news_left  a {
  display: block;

}

.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.news_left a:hover b , .news_left a:hover .newscon p{ color: #0054A7;}
.news_left img{ transition: all 0.3s ;}
.news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }

.news-cont { padding: 20px; }
.news-cont  b {
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
  display: block;

}
.news-cont  p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
#news-list {  flex: 3; margin-right: 20px;}
    
#news-list a { padding: 20px; display:flex; align-items:center; justify-content: center; margin: 10px 0; border: 1px solid #dedede; }
#news-list a:hover { background: #0054A7;}
.day {
  color: #666;
  flex: 1;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}
.newscon {
  flex: 4;
  padding-left: 40px;
  border-left: 1px solid #dedede;
}

.news-more{
    margin-top: 30px;
    transition: all .3s;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}

#news-list a:hover .day span { color: #fff;}
#news-list a:hover .newscon b,#news-list a:hover .newscon p,#news-list a:hover .day p { color: #fff;}
#news-list a:hover .news-more { padding-left: 30px;}
/* 留言 */
.jiam { background:url(../images/lybg.jpg) no-repeat ; background-size: cover; position: relative; z-index: 2;}
.jiam .container { display: flex; justify-content: space-between; }
.jm_fl { width: 39%;}
.jiameng  { margin-left: 5%; width:100%;align-items: center;  display: flex; flex-wrap: wrap; justify-content:space-between;}
.jiameng input[type=text] {
  width: calc(50% - 10px);
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: #fff;
  margin: 5px;
  outline: none;
  border-radius: 4px;
padding-left: 35px;
  box-sizing: border-box;
}
.jiameng input[type=submit] {
  width: 120px;
  background-color: #F58D1D;
  color: #fff;
  padding: 12px 20px;
  margin: 14px auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.jiameng .uname{  background:rgba(255, 255, 255, .4) url(../images/fl-renyuan.png) no-repeat;
  background-position: 3px;
  padding-left: 10px;}
  .jiameng .uphone{  background:rgba(255, 255, 255, .4) url(../images/dianhua.png) no-repeat;
    background-position: 3px;
    padding-left: 10px;}
    .jiameng .uaddress{  background:rgba(255, 255, 255, .4) url(../images/dizhi.png) no-repeat;
      background-position: 3px;
      padding-left: 10px;}
      .jiameng .biaoti{  background:rgba(255, 255, 255, .4) url(../images/a-zu1687.png) no-repeat;
        background-position: 3px;
        padding-left: 10px;}
.jiameng input::placeholder { color: #fff;}
.forminator-textarea::placeholder { color: #fff;}
.forminator-textarea {
  width:calc(100% - 10px);
  display: inline-block;
  border: none;
  color: #fff;
  padding-top: 10px;
  margin: 5px;
  outline: none;
  border-radius: 4px;
  padding-left: 5px;
  box-sizing: border-box;
  background:rgba(255, 255, 255, .4) url(../images/a-zu1687.png) no-repeat top;
  background-position:6px 6px;
  padding-left: 35px;

}
/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #0054A7;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}

.scroll .active {
  transform: scale(1);
}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;

}

.foot {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 14%
}
.foot .ft-nav .ft-nav-list dl:first-child {
  width: 22%
}
.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 58%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}



.foot .ft-nav .ft-nav-list dl:last-child dd p {
  
  margin: 10px;
}

.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 50%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
}

/* .foot .ft-nav .ft-nav-list dl:nth-child(2) dd p:last-child {
  width: 100%;
} */

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #FFA300
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;


}

.copyright .container {
 
  align-items: center;
  justify-content: space-between;
}


.copyright a {
  color: #fff;
}