.banner-wapper {
  width: 100%;
  height: 600px;
  background-size: cover;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.search-wapper {
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.search-wapper span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  float: left;
}

.search-wapper ul {
  float: left;
  margin: 0;
}

.search-wapper ul a {
  float: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #808080;
  margin-right: 15px;
}

.search-wapper .input {
  height: 38px;
  width: 238px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.search-wapper .search-button {
  height: 38px;
  line-height: 38px;
  width: 75px;
  background-color: #05273d;
}

.search-wapper .search-div .input-group {
  padding: 10px 0;
  width: 300px;
}

.search-wapper .input-group-addon {
  width: 75px;
  background-color: #05273d;
  cursor: pointer;
}

.card {
  margin-bottom: 52px;
  margin-top: 35px;
  text-align: center;
  padding: 0 10px;
}

.card .card-in {
  box-shadow: 3px 4px 24px 0px rgba(9, 16, 35, 0.1);
  display: inline-block;
  margin-top: -110px;
  width: 80%;
  height: 250px;
  background: #fff;
  text-align: center;
}

.card .img1 {
  width: 100%;
  height: 261px;
  box-shadow: 3px 4px 24px 0px rgba(9, 16, 35, 0.1);
}

.card .img2 {
  margin: -50px auto 23px;
  display: block;
  width: 91px;
  height: 91px;
  line-height: 91px;
  border-radius: 100px;
  background-color: #05273d;
}

.card .p1 {
  margin-bottom: 15px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.card .p2 {
  margin: auto;
  height: 52px;
  width: 80%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #666666;
}

.card button {
  border-radius: 20px;
  background: #fff;
  margin-top: 36px;
  width: 109px;
  height: 31px;
  border: solid 1px #05273d;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #05273d;
}

.card button:hover {
  background: #05273d;
  color: #fff;
}

.cardList {
  margin-top: 38px;
}

.cardList .carList-wapper {
  padding-top: 33px;
}

.cardList .carList-wapper {
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(9, 16, 35, 0.1);
  border-radius: 6px;
  text-align: center;
}

.cardList span {
  width: 81px;
  padding-top: 12px;
  margin: auto;
  height: 81px;
  text-align: center;
  display: block;
  border-radius: 100px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffe9a5;
  background-color: #05273d;
}

.cardList .p1 {
  margin-top: 26px;
  margin-bottom: 0;
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #05273d;
}

.cardList .p2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.product {}

.product .product-button {
  margin-top: 48px;
  text-align: center;
}

.product .product-button .product-act,
.product .product-button button:hover {
  background-color: #05273d;
  color: #fff;
}

.product button {
  border: none;
  border-radius: 20px;
  width: 154px;
  height: 42px;
  background-color: #fff;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 20px;
}

.product .product-item {
  margin-top: 24px;
  padding: 0 10px;
}

.product .product-itemInner {
  height: 333px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(9, 16, 35, 0.1);

}

.product img:hover {
  transform: scale(2);
}

.product img {
  transition: all 1s;
  height: 280px;
  width: 100%;
}

.product p {
  margin-top: 10px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.process {
  text-align: center;
  margin-top: 50px !important;
}

.process img {
  width: 95%;
  margin: auto;
}

.process .col-md-2 {
  margin-top: 22px;
  text-align: center;
}

.process p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.process span {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.news {
  margin-top: 50px !important;
}

.news .news-box {
  border: 1px solid #ccc;
  height: 240px;
  padding: 0;
}

.news .news-box img {
  width: 100%;
  height: 100%;
}

.news .s1 {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: sticky;
  margin-right: 25px;
}

.news .s1::after {
  content: '';
  display: block;
  transform: rotate(45deg);
  position: absolute;
  height: 30px;
  width: 30px;
  top: -3px;
  left: -11px;
  background-color: #05273d;
  z-index: -1;
}

.news-wapper {

  background: url(../images/newsbg.jpg);
}

.news {
  background: #fff;
}

.news .s2 {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.news .s3 {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.news p {
  margin-top: 23px;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.news .news-text {
  padding: 30px;
}

.news a {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.news .news-box p a{
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.question {
  background: url(../images/questionbg.jpg);
  background-size: cover;
}

.question-in {
  text-align: center;
  position: relative;
}

.question-in img {
  width: 50%;
  margin-top: 60px;
}

.question-in .s {
  position: absolute;
}

.question-in .s p {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-top:-20px;
  color: #05273d;
}

.question-in .s span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.question-in .s1 {
  top: 105px;
  left: 205px;
}

.question-in .s2 {
  top: 305px;
  left: 130px;
}

.question-in .s3 {
  top: 515px;
  left: 180px;
}

.question-in .s4 {
  top: 515px;
  right: 120px;
}

.question-in .s5 {
  top: 305px;
  right: 110px;
}

.question-in .s6 {
  top: 105px;
  right: 100px;
}

.jiagong {
  background-color: #eeeeee;
  background-image: url(../images/bg1.jpg);
  background-size: 100% 89%;
  background-repeat: no-repeat;
}

/*轮播图*/

/*slider*/
.slider {
  margin-top: 50px !important;
}

.slider .slider-l {

  border: 1px solid #ccc;
}

.slider .slider-l .li {
  height: 101px;
  padding: 27px 39px;
  border-bottom: 1px solid #ccc;
}

.slider .slider-l .li:hover,
.slider .slider-l .act {
  background-color: #05273d;
}

.slider .slider-l .li:hover .title,
.slider .slider-l .act .title {
  color: #ffe9a4;
}

.slider .slider-l .li:hover .tip,
.slider .slider-l .act .tip {
  color: #fff;
}

.slider .slider-l .li:last-child {
  border: none
}

.slider .slider-l .img {
  display: block;
  height: 40px;
  width: 40px;
}

.slider .slider-l .li:hover .img1,
.slider .slider-l .act .img1 {
  background: url(../images/s1off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img2,
.slider .slider-l .act .img2 {
  background: url(../images/s2off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img3,
.slider .slider-l .act .img3 {
  background: url(../images/s3off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img4,
.slider .slider-l .act .img4 {
  background: url(../images/s4off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img5,
.slider .slider-l .act .img5 {
  background: url(../images/s5off.png) no-repeat 100%;
}

.slider .slider-l .img1 {
  background: url(../images/s1on.png) no-repeat 100%;
}

.slider .slider-l .img2 {
  background: url(../images/s2on.png) no-repeat 100%;
}

.slider .slider-l .img3 {
  background: url(../images/s3on.png) no-repeat 100%;
}

.slider .slider-l .img4 {
  background: url(../images/s4on.png) no-repeat 100%;
}

.slider .slider-l .img5 {
  background: url(../images/s5on.png) no-repeat 100%;
}


.slider .slider-l .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}


.slider .slider-l .tip {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  text-align: left;
}

.slider .slider-r .text {
  background-color: #05273d;
  padding: 25px 40px;
}

.slider .slider-r img {
  width: 100%;
}

.slider .slider-r .text span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffe9a5;
}

.slider .slider-r .text p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.slider .slider-r .t4 {}



/*link*/
.link {}

.link .img {
  overflow: hidden;
  background-position-x: 22%;
  background-size: cover;
  height: 410px;

}

.link .img1 {
  background-image: url(../images/link1.jpg);
}

.link .img2 {
  background-image: url(../images/link2.jpg);
}

.link .img3 {
  background-image: url(../images/link3.jpg);
}

.link .img4 {
  background-image: url(../images/link4.jpg);
}

.link .img-wapper {
  height: 100%;
  transition: background .8s;
  text-align: center;
  background: #00000070;
  position: relative;
  cursor: pointer;
}

.link .img-wapper .base {
  position: absolute;
  top: 35%;
  width: 100%;
  transition: top .8s;
}

.link .img-wapper .base p {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fefefe;
  margin-top: 20px;
}

.link .img-wapper .act .text {
  height: 150px;
}



.link .img-wapper .act {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  padding: 10px;
  bottom: -250px;
  transition: bottom .8s;
}


.link .activeCard {
  margin-top: 50px !important;
}


.link .img-wapper:hover .act {
  bottom: 10px;
}

.link .img-wapper:hover .base {
  top: 18%;
}


.link .img-wapper:hover {
  background: #05273d;
}

.link .img-wapper .to {
  width: 40px;
  height: 40px;
}


/*customize*/

.customize {}

.customize .control {
  text-align: center;
  padding: 10px;
}

.customize .ul {
  height: 470px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.customize .ul ul {
  top: 0;
  position: absolute;
  width: 100%;
  /* transition: top .5s; */
}



.customize li.act,
.customize li:hover {
  background-color: #05273d;
  color: #fff;
}

.customize li {

  height: 67px;
  padding: 0 24px;
  line-height: 67px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  font-size:18px;
}

.customize .customize-r {

  margin-top: 42px;
}

.customize .customize-r p {
  height: 52px;
  line-height: 52px;
  background-color: #000000;
  opacity: 0.54;
  text-align: center;
  margin-top: -52px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  ;
}


.customize .customize-r img {
  width: 100%;
}

.customizecon{
  display:none;
}