html,
      body {
        position: relative;
        height: 100%;
      }
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
tbody tr {
	text-indent:4px
}
.view .left {
  width: 485px;
  cursor: pointer;
      float: left;
}
.view .left img {
  width: 480px;
  height: auto;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #eee;
}
.view .right {
    float: right;
	margin: 40px 20px;
}
.view .right h1{
	font-size:26px;
}
.view .right h3 {
  font-size: 26px;
  margin: 10px 0px;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.view .right .info {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  line-height: 3;
  padding: 10px 0;
  overflow: hidden;
}
.view .right .info b {
  font-size: 26px;
  color: #ec1b24;
}
.view .right .t-info{
	display: flex;
}
.view .right .t-info .form {
  display: block;
  line-height: 80px;
}
.view .right .t-info .form a {
  display: inline-block;
  background-color: rgb(11, 94, 186);
  color: #fff;
  width: 80px;
  text-align: center;
  line-height: 35px;
}
.view .right .text {
  display: flex;
  padding: 10px 0;
  margin-right: 10px;
}
.view .right .text i {
  font-size: 38px;
  color: #ec1b24;
  margin: 15px 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.view .right .text h4 {
  font-size: 12px;
}
.view .right .text p {
  font-size: 22px;
  font-weight: bold;
  color: #ec1b24;
}
@media screen and (max-width: 800px){
	.view .left{
		width:65%;
	}
	.view .right{
		width:30%;
		    margin: 5px 5px;
	}
	.view .right .info{
		font-size:12px;
		    padding: 8px 0;
			    line-height:2.8;
	}
	.view .right .info b{
		font-size:16px;
	}
	.view .right .text i{
		    font-size: 24px;
	}
	.view .right .text{
		   display:none;
	}
	.view .right .text span {
		font-size:10px;
	}
	.view .right .text p{
		font-size:12px;
	}
	.view .right .t-info .form{
		    margin-top: 15px;
		   line-height:normal;
	}
	.view .right h1 {
    font-size: 16px;
}
}