/*全局样式*/
@charset "utf-8";
html {
  overflow-x: hidden;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
}
input:required, textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul, li, dl, dt, dd {
  list-style-type: none;
}
i {
  font-style: normal
}
.clearfix:after, .clearfix:before {
  clear: both;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1530px !important;
}
.tr5 {
  transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
}
.tr2 {
  transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bjcover {
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header {
  position: relative;
  z-index: 111;
  background: #fff;
}
header .logo {
  line-height: 124px;
  height: 124px;
  font-size: 0;
  margin-right: 14px;
}
header .logo img {
  max-height: 50%;
}
header .txt1 {
  font-size: 14px;
  color: #333;
  border-left: 1px solid #353b8f;
  padding-left: 14px;
  line-height: 24px;
  margin-top: 40px;
}
header .txt1 b {
  font-size: 18px;
  display: block;
  line-height: 28px;
}
header .txt2 {
  font-size: 14px;
  padding-left: 52px;
  background: url(../images/t1.png)no-repeat left center;
  line-height: 20px;
  margin-top: 36px;
}
header .txt2 div {
  font-family: 'Impact';
  font-size: 32px;
  color: #f66f1f;
  line-height: 36px;
}
/*pc导航*/
header nav {
  background: #353b8f;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
}
header nav:after {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../images/t4.png) repeat-x bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header nav a {
  transition: all .3s;
}
header nav ul {
  font-size: 0;
  margin: 0;
  width: calc(100% - 280px);
  float: left;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 14.222%;
  z-index: 2;
}
header nav ul > li > a {
  line-height: inherit;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 58px;
}
header nav ul > li:hover > a {
  color: #fff;
  background-color: #f66f1f;
}
header nav ul > li.active > a {
  color: #fff;
  background-color: #f66f1f;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #f66f1f;
  color: #fff;
}
header nav .ul a.active {
  background-color: #f66f1f;
  color: #fff;
}
header nav form {
  width: 230px;
  margin: 10px 0;
  line-height: 38px;
  height: 38px;
  background: #fff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  float: right;
}
header nav form input {
  padding: 0 50px 0 22px;
  width: 100%;
  line-height: 38px;
  height: 38px;
  border: 0;
  background: fixed;
}
header nav form button {
  width: 60px;
  height: 38px;
  border: 0;
  background: url(../images/t2-1.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
header nav ul > li:hover .ul {
  display: block;
}
/*banner*/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide img {
  display: block;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  transition: all .2s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f66f1f;
  width: 30px;
  border-radius: 4px;
}
.main88 {
  padding: 88px 0;
}
.main1 .zuo {
  background: #f66f1f;
  padding: 20px 0 66px;
  width: 260px;
  float: left;
}
.main1 .zuo li {
  display: block;
  position: relative;
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.main1 .zuo li:after {
  content: "";
  width: calc(60% - 5px);
  height: 100%;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all .4s;
}
.main1 .zuo li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  padding: 0 10px 0 64px;
  position: relative;
  z-index: 2;
}
.main1 .zuo li a:after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/t3.png) no-repeat;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  opacity: 0;
}
.main1 .zuo li a:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/t3-1.png) no-repeat;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  opacity: 1;
}
.main1 .zuo li:hover a {
  color: #000;
}
.main1 .zuo li:hover:after {
  width: calc(100% - 5px);
  opacity: 1;
}
.main1 .zuo li:hover a:after {
  opacity: 1;
}
.main1 .zuo li:hover a:before {
  opacity: 0;
}
.main1 .zuo li.active a {
  color: #000;
}
.main1 .zuo li.active:after {
  width: calc(100% - 5px);
  opacity: 1;
}
.main1 .zuo li.active a:after {
  opacity: 1;
}
.main1 .zuo li.active a:before {
  opacity: 0;
}
.main1 .you {
  width: calc(100% - 280px);
  float: left;
  margin-left: 20px;
}
.main1 .you .list {
  display: block;
  padding: 8px 5px;
}
.main1 .you .list .img {
  padding-top: 120%;
  background: #fff;
  position: relative;
}
.main1 .you .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 94%;
  max-height: 94%;
}
.main1 .you .list .tt {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.main1 .you .list:hover .img img{transform:scale(1.06);}
.main1 .you .list:hover .tt{color: #f66f1f;}
.sousuo {
  background: #F4F4F4;
  position: relative;
}
.sousuo:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sousuo form {
  width: 980px;
  height: 88px;
  border: 4px solid #353b8f;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  position: relative;
  max-width: 100%;
}
.sousuo form input {
  width: calc(100% - 150px);
  float: left;
  border: 0;
  border-right: 4px solid #353b8f;
  background: url(../images/t2.png) no-repeat 20px center;
  font-size: 20px;
  padding: 0 10px 0 66px;
  line-height: 80px;
  height: 80px;
}
.sousuo form button {
  width: 150px;
  border: 4px solid #fff;
  background: #353b8f;
  font-size: 22px;
  color: #fff;
  line-height: 72px;
  height: 80px;
  text-align: center;
  transition: all 0.3s;
}
.sousuo form button:hover {
  background-color: #f66f1f;
}
.main2 {
  background: #F4F4F4;
}
.main2 .zuo {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
  height: 580px;
  position: relative;
  padding-top: 70px;
  color: #fff;
}
.main2 .zuo:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 59, 143, .8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main2 .zuo .tt {
  position: relative;
  z-index: 2;
  padding: 0 30px 0 60px;
}
.main2 .zuo .tt1 {
  font-size: 0;
}
.main2 .zuo .tt1 span {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
}
.main2 .zuo .tt2 {
  font-size: 40px;
  font-weight: bold;
}
.main2 .zuo .tt2 span {
  font-size: 22px;
  padding-left: 11px;
  text-transform: uppercase;
}
.main2 .zuo .tt3 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 11px;
  height: 240px;
  overflow: hidden;
}
.main2 .zuo .tt4 {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main2 .zuo .tt4 .tt5 {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 10px);
  margin: 0 5px;
  max-width: 156px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  padding: 14px 5px;
}
.main2 .zuo .tt4 .tt6 {
  font-size: 40px;
  font-family: 'Arial';
  font-weight: bold;
  line-height: 110%;
}
.main2 .zuo .tt4 .tt7 {
  font-size: 18px;
}
.main2 .you {
  width: 50%;
  float: left;
}
.main2 .you .list {
  display: block;
  position: relative;
}
.main2 .you .list .bjcover {
  height: 280px;
}
.main2 .you .list .tt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
.main2 .you .list .tt .tt1 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 20px;
  margin-top: -70px;
}
.main2 .you .list .tt .tt2 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.main2 .you .list .tt .tt1 img {
  display: block;
  margin: 20px auto 0;
}
.main2 .you .list:hover .tt {
  opacity: 0;
}
.title {
  text-align: center;
  margin-bottom: 55px;
  color: #000
}
.title .div1 {
  font-size: 44px;
  ;
  font-weight: bold;
}
.title .div2 {
  font-size: 20px;
  margin-top: 8px;
}
.title .div3 {
  width: 84px;
  height: 4px;
  background: #fff;
  margin: 36px auto 0;
}
.title.titlebs {
  color: #fff;
}
.main3 {
  color: #fff;
  text-align: center;
}
.main3 .tt1 {
  font-size: 36px;
  line-height: 140%;
  max-width: 1150px;
  margin: 0 auto;
}
.main3 .tt2 {
  font-size: 18px;
  max-width: 780px;
  margin: 18px auto 0;
  line-height: 32px;
}
.main3 .tt3 {
  margin-top: 60px;
  font-size: 0;
}
.main3 .tt3 .tt4 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border: 1px solid #fff;
  margin: -1px 0 0 -1px;
  padding: 33px 10px;
  text-align: center;
  transition: all 0.3s;
}
.main3 .tt3 .tt4 .img {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  background: #fff;
  line-height: 64px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.main3 .tt3 .tt4 .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 66%;
  max-width: 66%;
  opacity: 1;
  transition: all 0.3s;
}
.main3 .tt3 .tt4 .img img:nth-child(2) {
  opacity: 0;
}
.main3 .tt3 .tt4 .tt5 {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  max-width: calc(100% - 64px);
  overflow: hidden;
  padding-left: 22px;
  text-align: left;
}
.main3 .tt3 .tt4 .tt6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  padding-top: 2px;
  transition: all 0.3s;
}
.main3 .tt3 .tt4 .tt7 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  transition: all 0.3s;
}
.main3 .tt3 .tt4:hover {
  background-color: #fff;
}
.main3 .tt3 .tt4:hover .img {
  background-color: #353b8f;
}
.main3 .tt3 .tt4:hover .img img:nth-child(1) {
  opacity: 0;
}
.main3 .tt3 .tt4:hover .img img:nth-child(2) {
  opacity: 1;
}
.main3 .tt3 .tt4:hover .tt6 {
  color: #353b8f;
}
.main3 .tt3 .tt4:hover .tt7 {
  color: #353b8f;
}
.main4 .list {
  display: block;
  background: #F2F2F2;
}
.main4 .list .bjcover {
  padding-top: 70%;
}
.main4 .list .tt1 {
  padding: 22px 30px;
}
.main4 .list .tt1 span {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
}
.main4 .list .tt2 {
  border-top: 1px solid #ddd;
  font-size: 15px;
  color: #000;
  padding: 0 30px;
  line-height: 66px;
}
.main4 .list:hover {
  background-color: #353b8f;
}
.main4 .list:hover .tt1 span {
  color: #fff;
}
.main4 .list:hover .tt2 {
  color: #fff;
  border-top-color: rgba(255, 255, 255, .3);
}
.main4 .list:hover .bjcover {
  transform: scale(1.06);
}
.main5 {
  background: #F2F2F2;
}
.main5 .list {
  display: block;
  line-height: 90px;
  height: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.main5 .list img {
  max-height: 96%;
  max-width: 96%;
}
.main5 .list:hover img {
  transform: scale(1.06);
}
.gd {
  display: block;
  width: 310px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background: #353b8f;
  text-align: center;
  border-radius: 44px;
  color: #fff;
  margin: 33px auto 0;
}
.gd:hover {
  background-color: #f66f1f;
  color: #fff;
}
.main66 {
  padding: 50px 0;
}
.main6 {
  color: #fff;
}
.main6 .tt1 {
  font-size: 16px;
  line-height: 30px;
  max-width: 1000px;
  margin: -11px auto 0;
  text-align: center;
}
.main6 .gd {
  background: #fff;
  color: #353b8f;
}
.main6 .gd:hover {
  background: #f66f1f;
  color: #fff;
}
.main6 .tt2 {
  margin-top: 88px;
  font-size: 0;
  text-align: center;
}
.main6 .tt3 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.main6 .tt3 .tt4 {
  font-size: 66px;
  line-height: 110%;
  font-family: Impact;
}
.main6 .tt3 .tt4 span {
  font-size: 20px;
  padding-left: 8px;
  line-height: 0;
}
.main6 .tt3 .tt5 {
  font-size: 20px;
  margin-top: 15px;
}
.main7 .box {
  max-width: 1350px;
  margin: 0 auto;
}
.main7 .list .ttbox {
  width: calc(30% + 200px);
  float: left;
}
.main7 .list .ttbox .tt {
  position: relative;
  margin-top: 33px;
}
.main7 .list .ttbox .tt:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #353b8f;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
.main7 .list .ttbox .tt .tt1 {
  border: 4px solid #353b8f;
  position: relative;
  min-height: 70px;
  padding: 4px 0 0 80px;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 5px 5px 2px #eaeaf3;
}
.main7 .list .ttbox .tt .tt1 span {
  width: 60px;
  padding-right: 4px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  font-size: 34px;
  font-family: 'Impact';
  background: #353b8f;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main7 .list .ttbox .tt .tt1 i {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.main7 .list .ttbox .tt .tt2 {
  padding: 20px 0 40px 50px;
  position: relative;
}
.main7 .list .ttbox .tt .tt2 div {
  position: relative;
  font-size: 20px;
  color: #000;
  padding-left: 36px;
  line-height: 32px;
  margin-top: 28px;
}
.main7 .list .ttbox .tt .tt2 div span {
  color: #353b8f;
  font-family: 'Arial';
  font-weight: bold;
}
.main7 .list .ttbox .tt .tt2 div:after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../images/t6.png) no-repeat;
  position: absolute;
  left: 0;
  top: 11px
}
.main7 .list .img {
  width: calc(70% - 200px);
  float: right;
  padding-left: 50px;
  text-align: right;
}
.main7 .list:nth-child(n+2) {
  margin-top: 66px;
}
.main7 .list:nth-child(even) .ttbox {
  float: right;
}
.main7 .list:nth-child(even) .img {
  float: left;
  text-align: left;
  padding-left: 0;
  padding-right: 50px;
}
.title1 {
  text-align: center;
  margin: -11px 0 44px;
  font-size: 0;
}
.title1 a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #353b8f;
  min-width: 140px;
  line-height: 42px;
  text-align: center;
  padding: 0 5px;
  border-radius: 44px;
  transition: all 0.3s;
  margin: 1px;
}
.title1 a:hover {
  color: #fff;
  background-color: #353b8f;
}
.title1 a.active {
  color: #fff;
  background-color: #353b8f;
}
.main8 .list {
  border: 1px solid #ddd;
}
.main8 .list a {
  display: block;
  position: relative;
}
.main8 .list .tt1 {
  margin: 1px;
}
.main8 .list .tt1 .bjcover {
  padding-top: 70%;
}
.main8 .list .tt1 .tt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(53, 59, 143, .8);
  padding: 15px 20px;
}
.main8 .list .tt1 .tt3 {
  font-size: 20px;
  color: #fff;
}
.main8 .list .tt1 .tt4 {
  font-size: 14px;
  color: #fff;
  font-family: 'Arial';
  padding-top: 3px;
}
.main8 .list .tt5 {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #000;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s;
}
.main8 .list .tt5:nth-last-child(1) {
  border: 0;
}
.main8 .list .tt5:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #353b8f;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main8 .list .tt5:hover {
  color: #353b8f;
}
.main8 .list .tt1:hover .bjcover {
  transform: scale(1.06);
}
/*留言*/
.main9 {
  padding: 60px 0;
}
.main9 .tt {
  width: 170px;
  float: left;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.main9 .tt span {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  line-height: 12px;
  margin-top: 8px;
}
.main9 form {
  width: calc(100% - 170px);
  float: left;
}
.main9 form input {
  line-height: 48px;
  height: 48px;
  border: 0;
  background: #fff;
  float: left;
  width: calc(30% - 47px);
  margin-right: 12px;
  padding: 0 15px;
}
.main9 form textarea {
  line-height: 48px;
  height: 48px;
  border: 0;
  background: #fff;
  float: left;
  width: calc(30% - 47px);
  max-width: calc(30% - 47px);
  margin-right: 12px;
  padding: 0 15px;
}
.main9 form button {
  line-height: 48px;
  height: 48px;
  border: 0;
  background: #f66f1f;
  float: left;
  width: calc(10% + 105px);
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.main9 form button:hover {
  opacity: .88;
}
.main9 .container-fluid {
  max-width: 1230px !important;
}
footer {
  color: #fff;
}
footer .box2 {
  border-top: 1px solid rgba(255, 255, 255, .4);
  padding: 25px 0;
  color: rgba(255, 255, 255, .8);
}
footer .box1 {
  padding: 88px 0 66px;
}
footer .box1 .list1 {
  width: calc(23% + 100px);
  float: left;
  padding-right: 20px;
}
footer .box1 .list1 .logo3 {
  margin-bottom: 10px;
  display: block;
}
footer .box1 .list1 .tt1 {
  padding-top: 10px;
  font-size: 16px;
  line-height: 40px;
}
footer .box1 .list1 .tt2 {
  font-size: 30px;
  color: #f66f1f;
  padding: 10px 0;
}
footer .box1 .list3 {
  width: 180px;
  float: right;
  text-align: center;
}
footer .box1 .list3 img {
  display: block;
  width: 100%;
  margin-bottom: 11px;
}
footer .box1 .list2 {
  width: calc(77% - 380px);
  float: left;
}
footer .box1 .list2 .ul {
  width: 25%;
  float: left;
  padding-right: 10px;
}
footer .box1 .list2 .ul a {
  display: block;
  font-size: 14px;
  display: block;
  line-height: 24px;
  padding-bottom: 16px;
  color: #fff;
}
footer .box1 .list2 .ul a:nth-child(1) {
  font-size: 18px;
  padding-bottom: 26px;
}
footer .box1 .list2 .ul a:hover {
  text-decoration: underline !important;
}
footer .box1 .list4 {
  width: 100%;
  float: left;
  padding-top: 50px;
}
footer .box1 .list4 a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  padding: 2px 20px 2px 0;
  line-height: 30px;
}
footer .box1 .list4 a:nth-child(1) {
  border-right: 0;
}
footer .box1 .list4 a:hover {
  text-decoration: underline !important;
}
.banner2 {
  padding-top: 32%;
  position: relative;
  min-height: 240px;
}
.banner2 .box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 40px 20px;
  text-align: center;
}
.banner2 .box .tt1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.banner2 .box .tt2 {
  font-size: 28px;
  color: #fff;
  font-family: 'Arial';
  text-transform: uppercase;
  padding-top: 2px;
}
.banner2 .box .tt3 {
  font-size: 28px;
  margin-top: 22px;
  color: #fff;
}
.ny {
  padding: 50px 0 88px;
}
.ny .zuo {
  width: 260px;
  float: left;
  background: #393F92;
}
.ny .zuo .top {
  background: #252962;
  padding-left: 28px;
  font-size: 26px;
  line-height: 80px;
  color: #fff;
}
.ny .zuo .top img {
  padding-right: 11px;
  position: relative;
  top: -2px;
}
.ny .zuo .ul {
  padding: 10px 0 0;
}
.ny .zuo .ul > a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-left: 66px;
  position: relative;
  line-height: 70px;
}
.ny .zuo .ul > a:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/t3-1.png) no-repeat;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.ny .zuo .ul > a:hover {
  background-color: #f66f1f;
}
.ny .zuo .ul > a.active {
  background-color: #f66f1f;
}
.ny .zuo .ul2 {
  background: #4C519D;
  padding: 15px 0;
}
.ny .zuo .ul2 a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 60px;
  position: relative;
  line-height: 42px;
}
.ny .zuo .ul2 a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.ny .zuo .ul2 a:hover {
  color: #f66f1f;
}
.ny .zuo .ul2 a.active {
  color: #f66f1f;
}
.ny .zuo .ul2 a:hover:before {
  background: #f66f1f;
}
.ny .zuo .ul2 a.active:before {
  background: #f66f1f;
}
.ny .you {
  width: calc(100% - 260px);
  float: left;
  padding-left: 50px;
}
.ny .you .top {
  font-size: 26px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 64px;
  padding: 0 25px;
  margin-bottom: 30px;
}
.nycp .list {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.nycp .list .img {
  width: calc(15% + 160px);
  float: left;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.nycp .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 86%;
}
.nycp .list .tt {
  width: calc(85% - 160px);
  float: left;
  padding: 33px 0;
}
.nycp .list .tt .tt1 {
  font-size: 30px;
  color: #000;
  transition: all 0.3s;
}
.nycp .list .tt .tt2 {
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-top: 14px;
}
.nycp .list .tt .tt3 {
  font-size: 0;
  margin-top: 24px;
}
.nycp .list .tt .tt3 a {
  display: inline-block;
  vertical-align: top;
  width: 136px;
  line-height: 38px;
  background: #E5E5E5;
  font-size: 16px;
  text-align: center;
  border-radius: 44px;
  transition: all 0.3s;
}
.nycp .list .tt .tt3 a img {
  padding-right: 6px;
  position: relative;
  top: -2px;
}
.nycp .list .tt .tt3 a:nth-child(1) {
  background-color: #353b8f;
  color: #fff;
  margin-right: 10px;
}
.nycp .list .tt .tt3 a:hover {
  background-color: #f66f1f;
  color: #fff;
}
.nycp .list:hover .tt .tt1 {
  color: #353b8f;
}
.title4 {
  background: #F4F4F4;
  padding: 18px 0;
}
.title4 .div1 {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding: 0 110px 0 30px;
  position: relative;
  color: #000;
}
.title4 .div1 > img {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.title4 .div1 a {
  color: #000;
  transition: all 0.3s;
}
.title4 .div1 a:hover {
  color: #f66f1f;
}
.title4 .div1 a:nth-last-of-type(1) {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.title4 .div1 a:nth-last-of-type(1) img {
  padding-right: 8px;
  position: relative;
  top: -1px;
}
.cpxq1 {
  background: #fff;
}
.cpxq1 .zuo {
  width: 50%;
  float: left;
  padding-top: 40px;
}
.cpxq1 .zuo .tt1 {
  font-size: 30px;
  color: #000;
  ;
}
.cpxq1 .zuo .tt2 {
  font-size: 16px;
  line-height: 38px;
  margin-top: 18px;
}
.cpxq1 .zuo .tt3 {
  font-size: 20px;
  margin-top: 30px;
}
.cpxq1 .zuo .tt4 {
  margin-top: 40px;
}
.cpxq1 .zuo .tt4 a {
  display: block;
  float: left;
  ;
  width: 136px;
  line-height: 38px;
  background: #353b8f;
  font-size: 16px;
  text-align: center;
  border-radius: 44px;
  transition: all 0.3s;
  color: #fff;
}
.cpxq1 .zuo .tt4 a > img {
  padding-right: 6px;
  position: relative;
  top: -1px;
}
.cpxq1 .zuo .tt4 span {
  display: block;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  color: #000;
  float: left;
  line-height: 38px;
}
.cpxq1 .zuo .tt4 span img {
  padding-right: 10px;
}
.cpxq1 .you {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.cpxq1 .swiper-container {
  height: 100%;
  overflow: hidden;
}
.cpxq1 .swiper-container .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}
.cpxq1 .gallery-top {
  height: 600px;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .06);
  width: calc(100% - 168px);
  float: left;
  position: relative;
}
.cpxq1 .gallery-thumbs {
  height: 440px;
  width: 120px;
  float: right;
  margin: 80px 0 80px 48px;
  position: relative;
}
.cpxq1 .gallery-thumbs .swiper-slide {
  height: 100px;
  border: 1px solid #ddd;
}
.cpxq1 .prevright {
  width: 25px;
  height: 25px;
  background: url(../images/t14.png) no-repeat;
  position: absolute;
  right: -124px;
  left: auto;
  bottom: 28px;
  margin: 0;
  top: auto;
}
.cpxq1 .nextleft {
  width: 25px;
  height: 25px;
  background: url(../images/t14.png) no-repeat;
  position: absolute;
  right: -124px;
  top: 28px;
  margin: 0;
  transform: rotate(180deg);
}
.cpxq1 .swiper-slide.swiper-slide-thumb-active {
  border-color: #f66f1f !important;
}
.cpxq2 {
  padding: 50px 0 111px;
}
.cpxq2 .zuo {
  width: calc(100% - 360px);
  float: left;
  margin-right: 20px;
  background: #fff;
}
.cpxq2 .you {
  width: 340px;
  float: right;
  background: #fff;
}
.cpxq2 .top {
  padding: 4px 30px 0;
  position: relative;
  font-size: 0;
}
.cpxq2 .top:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cpxq2 .top a {
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 0 10px;
  line-height: 70px;
  position: relative;
  border-bottom: 3px solid transparent;
  z-index: 2;
  margin-right: 18px;
}
.cpxq2 .top a:hover {
  color: #353b8f;
  border-color: #353b8f;
}
.cpxq2 .top a.active {
  color: #353b8f;
  border-color: #353b8f;
}
.cpxq2 .zuo .tt {
  font-size: 16px;
  line-height: 36px;
  padding: 26px 38px 111px;
  min-height: 444px;
  display: none;
}
.cpxq2 .zuo .tt.active {
  display: block;
}
.cpxq2 .you .list {
  display: block;
  border-bottom: 10px solid #F4F4F4;
}
.cpxq2 .you .list .img {
  padding-top: 80%;
  background: #fff;
  position: relative;
}
.cpxq2 .you .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  transition: all 0.3s;
}
.cpxq2 .you .list .tt {
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  border-top: 1px solid #eee;
}
.cpxq2 .you .list:hover .img img {
  transform: scale(1.06);
}
.cpxq2 .you .list:hover .tt {
  color: #353b8f;
}
/*内页新闻*/
.nyxw .list {
  margin-bottom: 20px;
  display: block;
  padding: 14px;
  border: 1px solid #e9e9e9;
}
.nyxw .list .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list .img .bjcover {
  height: 200px;
}
.nyxw .list .tt {
  float: left;
  width: calc(91% - 156px);
  padding-left: 22px;
}
.nyxw .list .tt1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin-top: 10px;
}
.nyxw .list .tt2 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 28px;
}
.nyxw .list .tt3 {
  color: #333333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.nyxw .list .tt4 {
  width: 96px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  color: #333333;
  line-height: 29px;
  margin-top: 14px;
  position: relative;
  padding-right: 20px;
}
.nyxw .list .tt4:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/tu29.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 1;
}
.nyxw .list .tt4:before {
  content: "";
  width: 0;
  height: 7px;
  background: url("../images/tu29-1.png") no-repeat center center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 2;
}
.nyxw .list:hover .tt4 {
  background-color: #353b8f;
  color: #fff;
  border-color: #353b8f;
}
.nyxw .list:hover .tt4:before {
  width: 10px;
  transition: all 0.3s;
  right: 20px;
}
.nyxw .list:hover .img .bjcover {
  transform: scale(1.06);
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}
.danye .topbox {
  margin-bottom: 24px;
  text-align: center;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  padding-bottom: 10px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
}
.danye .xian {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  border-bottom: 1px dashed #ccc;
}
.danye .img {
  margin: 0 auto 18px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #eee;
}
/*transition: all 0.3s;*/
/*353b8f*/
/*f66f1f*/
/*transform:scale(1.06);*/
/*媒体查询开始*/
@media (max-width:1349px) {
  header .txt1 {
    display: none;
  }
  header nav ul {
    width: calc(100% - 240px);
  }
  .main2 .zuo .tt4 .tt7 {
    font-size: 16px;
  }
  .main7 .list .ttbox .tt .tt1 {
    font-size: 24px;
  }
  .main7 .list .ttbox .tt .tt1 i {
    font-size: 12px;
  }
  .main8 .list .tt5 {
    font-size: 14px;
  }
}
@media (max-width:1199px) {
  header nav ul > li > a {
    font-size: 16px;
  }
  .main2 .zuo .tt4 .tt6 {
    font-size: 30px;
  }
  .main2 .zuo .tt4 .tt7 {
    font-size: 14px;
  }
  .main2 .zuo .tt {
    padding: 0 30px;
  }
  .main7 .list .ttbox .tt .tt1 {
    font-size: 20px;
  }
  .main7 .list .ttbox .tt .tt1 i {
    font-size: 11px;
  }
  footer .box1 .list2 {
    width: calc(77% - 280px);
  }
}
@media (max-width:991px) {
  header .logo {
    line-height: 90px;
    height: 90px;
    margin: 0;
    max-width: calc(100% - 50px);
  }
  header .logo:nth-child(2) {
    display: none;
  }
  header .txt2 {
    display: none;
  }
  /*pc导航*/
  header nav {
    display: none;
    width: 260px;
    float: none;
    padding: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
  }
  header nav .container-fluid {
    padding: 0;
  }
  header nav ul {
    width: 100%;
  }
  header nav form {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    position: relative;
    z-index: 11;
    height: 40px;
  }
  header nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  header nav ul > li:nth-last-child(1) {
    border: 0;
  }
  header nav ul > li > a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 0 5px;
    line-height: 48px;
    text-align: center;
  }
  header nav ul > li:hover > a {
    color: #353b8f;
    background: fixed;
  }
  header nav ul > li.active > a {
    color: #353b8f;
    background: fixed;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  /*移动导航按钮*/
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 32px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #353b8f;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }
  .banner .swiper-slide img {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
    position: relative;
    bottom: -4px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    ;
  }
  .main88 {
    padding: 40px 0;
  }
  .main1 .zuo {
    padding: 0;
    width: 100%;
  }
  .main1 .top {
    background: #353b8f;
    font-size: 20px;
    line-height: 56px;
    padding: 0 20px;
    position: relative;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .main1 .top i {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: inherit;
  }
  .main1 .zuo {
    display: none;
  }
  .main1 .zuo li {
    padding-left: 0;
    border-bottom: 1px solid #ddd !important;
  }
  .main1 .zuo li:after {
    display: none;
  }
  .main1 .zuo li a {
    font-size: 14px;
    line-height: 56px;
    background: #eee;
    border: 0;
    color: #000;
  }
  .main1 .zuo li a:after {
    opacity: 1;
  }
  .main1 .zuo li a:before {
    opacity: 0;
  }
  .main1 .zuo li:hover a {
    color: #fff;
    background-color: #353b8f;
  }
  .main1 .zuo li:hover a:after {
    opacity: 0;
  }
  .main1 .zuo li:hover a:before {
    opacity: 1;
  }
  .main1 .zuo li.active a {
    color: #fff;
    background-color: #353b8f;
  }
  .main1 .zuo li.active a:after {
    opacity: 0;
  }
  .main1 .zuo li.active a:before {
    opacity: 1;
  }
  .main1 .you {
    width: 100%;
    margin: 0;
  }
  .main1 .you .list {
    padding: 4px;
  }
  .sousuo form {
    height: 58px;
    border-width: 2px;
  }
  .sousuo form input {
    width: calc(100% - 90px);
    border-right-width: 2px;
    background: url(../images/t2.png) no-repeat 15px center;
    font-size: 15px;
    padding: 0 10px 0 46px;
    line-height: 54px;
    height: 54px;
    background-size: 20px !important;
  }
  .sousuo form button {
    width: 90px;
    border-width: 2px;
    font-size: 16px;
    line-height: 50px;
    height: 54px;
  }
  .main2 .zuo {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 40px 0;
  }
  .main2 .zuo .tt {
    padding: 0 20px;
  }
  .main2 .zuo .tt2 {
    font-size: 24px;
    margin-top: 6px;
  }
  .main2 .zuo .tt2 span {
    font-size: 14px;
  }
  .main2 .zuo .tt3 {
    font-size: 15px;
    line-height: 28px;
    height: auto;
    padding-bottom: 22px;
  }
  .main2 .zuo .tt4 .tt5 {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .main2 .zuo .tt4 .tt6 {
    font-size: 28px;
  }
  .main2 .zuo .tt4 .tt7 {
    font-size: 14px;
  }
  .main2 .you {
    width: 100%;
    margin-top: 20px;
  }
  .main2 .you .list .bjcover {
    height: auto;
    padding-top: 110%;
  }
  .main2 .you .list .tt .tt1 {
    padding: 10px;
    margin-top: -50px;
  }
  .main2 .you .list .tt .tt2 {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  .main2 .you .list .tt .tt1 img {
    max-width: 26px;
    margin-top: 14px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title .div1 {
    font-size: 26px;
  }
  .title .div2 {
    font-size: 15px;
    padding-top: 2px;
  }
  .title .div3 {
    width: 60px;
    height: 2px;
    margin: 20px auto 0;
  }
  .main3 .tt1 {
    font-size: 22px;
    line-height: 36px;
  }
  .main3 .tt2 {
    font-size: 15px;
    line-height: 28px;
  }
  .main3 .tt3 {
    margin-top: 40px;
  }
  .main3 .tt3 .tt4 {
    width: 50%;
    padding: 26px 5px 22px;
  }
  .main3 .tt3 .tt4 .img {
    display: block;
    margin: 0 auto 15px;
  }
  .main3 .tt3 .tt4 .tt5 {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
  }
  .main3 .tt3 .tt4 .tt6 {
    font-size: 18px;
    padding-top: 0;
    line-height: 26px;
  }
  .main4 .list .tt1 {
    padding: 11px 15px;
  }
  .main4 .list .tt1 span {
    font-size: 15px;
    line-height: 26px;
    height: auto;
    max-height: 52px;
  }
  .main4 .list .tt2 {
    font-size: 12px;
    padding: 0 15px;
    line-height: 44px;
  }
  .main5 .list {
    line-height: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .gd {
    width: 200px;
    font-size: 14px;
    line-height: 44px;
    margin-top: 28px;
  }
  .main66 {
    padding: 10px 0;
  }
  .main6 .tt1 {
    font-size: 15px;
    line-height: 30px;
  }
  .main6 .tt2 {
    margin-top: 20px;
  }
  .main6 .tt3 {
    width: 50%;
    margin-top: 30px;
  }
  .main6 .tt3 .tt4 {
    font-size: 34px;
    font-weight: normal;
  }
  .main6 .tt3 .tt4 span {
    font-size: 15px;
  }
  .main6 .tt3 .tt5 {
    font-size: 15px;
    margin-top: 4px;
  }
  .main7 .title img {
    width: 240%;
    margin-left: -70%;
    max-width: 240%;
  }
  .main7 .list .ttbox {
    width: 100%;
  }
  .main7 .list .ttbox .tt {
    margin: 0 0 25px;
  }
  .main7 .list .ttbox .tt:after {
    left: 10px;
  }
  .main7 .list .ttbox .tt .tt1 {
    border-width: 2px;
    min-height: 70px;
    padding: 8px 0 11px 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .main7 .list .ttbox .tt .tt1 span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
    padding-right: 2px;
  }
  .main7 .list .ttbox .tt .tt1 i {
    font-size: 14px;
    line-height: 18px;
    padding-top: 6px;
  }
  .main7 .list .ttbox .tt .tt2 {
    padding: 10px 0 15px 25px;
  }
  .main7 .list .ttbox .tt .tt2 div {
    font-size: 16px;
    padding-left: 28px;
    line-height: 28px;
    margin-top: 15px;
  }
  .main7 .list .img {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  .main7 .list:nth-child(n+2) {
    margin-top: 40px;
  }
  .title1 {
    margin: -6px 0 22px;
  }
  .title1 a {
    font-size: 16px;
    min-width: 120px;
    line-height: 36px;
  }
  .main8 .list .tt1 .tt2 {
    padding: 11px 15px;
  }
  .main8 .list .tt1 .tt3 {
    font-size: 16px;
  }
  .main8 .list .tt1 .tt4 {
    padding-top: 0;
  }
  .main9 .tt {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .main9 .tt span {
    display: inline;
    padding-left: 8px;
  }
  .main9 form {
    width: 100%;
    float: none;
  }
  footer .box1 {
    padding: 40px 0 30px;
  }
  footer .box1 .list1 {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
  footer .box1 .list1 .tt1 {
    line-height: 30px;
    font-size: 14px;
  }
  footer .box1 .list1 .tt2 {
    font-size: 26px;
    color: #f66f1f;
    padding: 10px 0;
  }
  footer .box1 .list3 {
    display: none;
  }
  footer .box1 .list2 {
    width: 100%;
  }
  footer .box1 .list2 .ul {
    width: 100%;
    padding: 15px 0;
  }
  footer .box1 .list2 .ul a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 4px 0;
  }
  footer .box1 .list2 .ul a:nth-child(1) {
    font-size: 18px;
    padding-bottom: 11px;
    display: block;
  }
  footer .box1 .list4 {
    padding-top: 30px;
  }
  footer .box1 .list4 a {
    font-size: 14px;
    line-height: 26px;
  }
  .banner2 .box .tt1 {
    font-size: 24px;
  }
  .banner2 .box .tt2 {
    font-size: 18px;
    padding-top: 0;
  }
  .banner2 .box .tt3 {
    font-size: 18px;
    margin-top: 16px;
  }
  .ny {
    padding: 30px 0 60px;
  }
  .ny .zuo {
    width: 100%;
    margin-bottom: 25px;
  }
  .ny .zuo .top {
    padding-left: 20px;
    font-size: 20px;
    line-height: 60px;
    position: relative;
  }
  .ny .zuo .top img {
    padding-right: 8px;
  }
  .ny .zuo .top i {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: inherit;
  }
  .ny .zuo .ul {
    padding: 0;
    display: none;
    padding-bottom: 10px;
  }
  .ny .zuo .ul > a {
    font-size: 16px;
    padding-left: 54px;
    line-height: 54px;
  }
  .ny .zuo .ul > a:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  .ny .zuo .ul > a:before {
    max-width: 18px;
    background-size: contain !important;
    max-height: 18px !important;
    top: 1px;
  }
  .ny .zuo .ul > a:before {
    left: 22px;
  }
  .ny .zuo .ul2 {
    padding: 10px 0;
    display: none;
  }
  .ny .zuo .ul2 a {
    font-size: 14px;
    padding-left: 56px;
    line-height: 40px;
  }
  .ny .you {
    width: 100%;
    padding: 0;
  }
  .ny .you .top {
    font-size: 18px;
    line-height: 40px;
    padding: 0 0 8px;
    border-top: 0;
  }
  .title4 {
    padding: 14px 0;
  }
  .title4 .div1 {
    padding: 0 0 0 24px;
  }
  .title4 .div1 a:nth-last-of-type(1) {
    display: none;
  }
  .cpxq1 .zuo {
    width: 100%;
    padding-top: 0;
  }
  .cpxq1 .zuo .tt1 {
    font-size: 20px;
  }
  .cpxq1 .zuo .tt2 {
    font-size: 15px;
    line-height: 30px;
    margin-top: 11px;
  }
  .cpxq1 .zuo .tt3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .cpxq1 .zuo .tt4 {
    margin-top: 20px;
  }
  .cpxq1 .zuo .tt4 span {
    margin-left: 10px;
    ;
  }
  .cpxq1 .zuo .tt4 span img {
    padding-right: 4px;
    max-width: 30px;
    position: relative;
    top: -2px;
  }
  .cpxq1 .you {
    width: 100%;
    padding: 30px 0 0;
  }
  .cpxq1 .swiper-container {
    height: 100%;
    overflow: hidden;
  }
  .cpxq1 .gallery-thumbs .swiper-slide {
    height: 100px;
    border: 1px solid #ddd;
  }
  .cpxq1 .swiper-container .swiper-slide a {
    padding-top: 110%;
    display: block;
  }
  .cpxq1 .swiper-container .swiper-slide img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
  }
  .cpxq1 .gallery-top {
    height: auto;
    box-shadow: 0 0 11px rgba(0, 0, 0, .02);
    width: 100%;
  }
  .cpxq1 .gallery-thumbs {
    height: auto;
    width: 100%;
    margin: 10px 0 0;
  }
  .cpxq1 .prevright {
    display: none;
  }
  .cpxq1 .nextleft {
    display: none;
  }
  .cpxq2 {
    padding: 30px 0 66px;
  }
  .cpxq2 .zuo {
    width: 100%;
    margin: 0;
  }
  .cpxq2 .you {
    display: none;
  }
  .cpxq2 .top {
    padding: 4px 15px 0;
  }
  .cpxq2 .top a {
    font-size: 20px;
    padding: 0 5px;
    line-height: 58px;
    margin-right: 5px;
  }
  .cpxq2 .zuo .tt {
    font-size: 15px;
    line-height: 30px;
    padding: 18px 20px 44px;
    min-height: 333px;
  }
}
@media (max-width:767px) {
  .nycp .list .tt .tt1 {
    font-size: 22px;
  }
  /*留言*/
  .main9 {
    padding: 40px 0;
  }
  .main9 .tt {
    font-size: 22px;
  }
  .main9 form input {
    width: 100%;
    margin-bottom: 10px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
  }
  .main9 form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 10px 15px;
    height: 92px;
  }
  .main9 form button {
    width: 100%;
    font-size: 15px;
    line-height: 44px;
    height: 44px;
  }
  /*详情页*/
  .danye {
    font-size: 15px;
    line-height: 30px;
  }
  .danye .bt {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .danye .img {
    margin: 0 auto 15px auto;
  }
  .danye .ditu {
    height: 360px;
    margin: 15px auto;
  }
  .danye .xian {
    margin-top: 10px;
  }
}
@media (max-width:600px) {
  .nycp .list {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .nycp .list .img {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .nycp .list .tt {
    width: 100%;
    padding: 20px 0 0;
  }
  .nycp .list .tt .tt1 {
    font-size: 20px;
  }
  .nycp .list .tt .tt2 {
    font-size: 14px;
    height: auto;
    max-height: 78px;
    margin-top: 11px;
  }
  .nycp .list .tt .tt3 {
    margin-top: 20px;
  }
  .nycp .list .tt .tt3 a {
    font-size: 14px;
    width: 120px;
  }
  /*内页新闻*/
  .nyxw .list {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .nyxw .list .img {
    width: 100%;
    float: none;
    margin: 15px 15px 0;
    max-width: calc(100% - 30px);
  }
  .nyxw .list .img .bjcover {
    height: auto;
    padding-top: 66%;
  }
  .nyxw .list .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding: 10px 20px 20px;
  }
  .nyxw .list .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list .tt3 {
    height: auto;
    max-height: 75px;
  }
}
@media (max-width:479px) {
  .danye .ditu {
    height: 320px;
  }
}
/*手机底部*/
@media (max-width:991px) {
  footer {
    margin-bottom: 51px;
  }
  .sjdibu {
    height: 50px;
    background: #395992;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 113;
    border-top: solid 1px #fff;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sjdibu .box1 a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 5px;
  }
  .sjdibu .box1 a span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .sjdibu .box1 a h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .sjdibu .box2 {
    position: fixed;
    left: 0;
    bottom: 51px;
    z-index: 112;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 6px 0;
    display: none;
  }
  .sjdibu .box2 img {
    max-height: 140px;
    display: block;
    margin: 0 auto;
  }
}

/*产品列表开始*/
.nycp1{margin:0 -10px;}
.nycp1 .list{display: block;width: calc(25% - 20px);margin: 0 10px 20px;float: left;border: 1px solid #ddd;}
.nycp1 .list .img{margin: 2px;}
.nycp1 .list .img .bjcover{padding-top:88%;}
.nycp1 .list .tt{padding: 0 44px 0 18px;line-height:54px;font-size:17px;font-weight: bold;color: #000;border-top: 1px solid #ddd;position: relative;}
.nycp1 .list .tt i{font-weight: normal;font-size: 24px;position: absolute;right: 15px;top:2px;line-height: inherit;}
.nycp1 .list:hover .bjcover{transform:scale(1.06);}
.nycp1 .list:hover .tt{color: #393F92;}

@media (max-width:1199px){
.nycp1 .list .tt{padding: 0 5px;text-align: center;}
.nycp1 .list .tt i{display: none;}
}
@media (max-width:767px) {
.nycp1{margin:0 -5px;}
.nycp1 .list{width: calc(50% - 12px);margin: 0 6px 12px;}
.nycp1 .list .tt{font-size: 14px;line-height:40px;font-weight: normal;}
}
/*产品列表结束*/