@font-face {
  font-family: DINCONDENSEDC;
  src: url('../images/font/DINCONDENSEDC.OTF');
}
.se1 img,
.se4 img {
  display: block;
  width: 100%;
}
.se1 .pagination,
.se4 .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.se1 .swiper-pagination-switch,
.se4 .swiper-pagination-switch {
  display: inline-block;
  width: 63px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.se1 .swiper-active-switch,
.se4 .swiper-active-switch {
  background: #e15a3b;
}
#swiper-container1 .item1 img {
  opacity: 0.5;
  transition: 2s ease;
}
#swiper-container1 .swiper-slide-active img {
  opacity: 1;
  transition: 2s ease;      
}
.se2 {
  background: url("../images/se2bg.jpg") no-repeat center top -60px;
}
.se2 .title-box {
  padding-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 20px;
}
.se2 .title-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se2 .title-box span {
  font-size: 14px;
  color: #888;
}
.se2 .write-box {
  padding-top: 150px;
  padding-bottom: 100px;
}
.se2 .write-box h3 {
  font-size: 24px;
  color: #201f22;
  padding-bottom: 10px;
  font-weight: normal;
}
.se2 .write-box p {
  font-size: 18px;
  color: #888;
  line-height: 24px;
}
.se2 .bot-box {
  height: 240px;
  overflow: hidden;
}
.se2 .bot-box .icon {
  float: left;
  margin-top: 10px;
}
.se2 .bot-box ul {
  float: right;
}
.se2 .bot-box ul li {
  width: 248px;
  height: 76px;
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-left: 37px;
}
.se2 .bot-box ul li .img-box {
  width: 115px;
  height: 76px;
  float: left;
  position: relative;
}
.se2 .bot-box ul li .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.se2 .bot-box ul li .img-box .nc {
  display: block;
}
.se2 .bot-box ul li .img-box .ac {
  display: none;
}
.se2 .bot-box ul li span {
  float: left;
  display: block;
  text-align: center;
  line-height: 76px;
  color: #666;
  padding-left: 21px;
}
.se2 .bot-box ul li .border {
  float: left;
  width: 1px;
  height: 28px;
  margin-top: 24px;
  background: #d7d7d7;
}
.se2 .bot-box ul li:hover {
  background: #e15a3b;
}
.se2 .bot-box ul li:hover .img-box .nc {
  display: none;
}
.se2 .bot-box ul li:hover .img-box .ac {
  display: block;
}
.se2 .bot-box ul li:hover span {
  color: #fff;
}
.se3 {
  background: url("../images/se3bg.jpg") no-repeat center / cover;
}
.se3 .title-box {
  padding-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.se3 .title-box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.se3 .title-box span {
  font-size: 14px;
  color: #888;
}
.se3 .content-box {
  height: 337px;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.se3 .content-box .se3cimg {
  display: block;
  float: left;
  height: 337px;
  width: 512px;
}
.se3 .content-box .write-box {
  width: 500px;
  float: left;
  margin-left: 122px;
}
.se3 .content-box .write-box h3 {
  font-size: 30px;
  color: #28272a;
  padding-bottom: 24px;
  font-weight: normal;
}
.se3 .content-box .write-box p {
  color: #666;
  line-height: 24px;
  padding-bottom: 24px;
}
.se3 .content-box .write-box ul {
  overflow: hidden;
}
.se3 .content-box .write-box ul li {
  float: left;
  width: 90px;
  text-align: center;
  margin-right: 20px;
}
.se3 .content-box .write-box ul li .img-box {
  width: 90px;
  height: 75px;
  position: relative;
}
.se3 .content-box .write-box ul li .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.se3 .content-box .write-box ul li span {
  color: #666;
}
.se3 .se3bgg {
  position: absolute;
  left: 30px;
  top: 140px;
  z-index: 1;
}
.se3 .bot-box {
  width: 100%;
  height: 144px;
  background: #fff;
  margin-top: 40px;
}
.se3 .bot-box .box {
  overflow: hidden;
}
.se3 .bot-box .box ul {
  overflow: hidden;
}
.se3 .bot-box .box ul li {
  width: 400px;
  float: left;
  overflow: hidden;
  line-height: 144px;
}
.se3 .bot-box .box ul li h3 {
  float: left;
  font-size: 50px;
  font-weight: normal;
  color: #e15a3b;
  font-family: DINCONDENSEDC;
}
.se3 .bot-box .box ul li .border {
  float: left;
  width: 1px;
  height: 35px;
  background: #c8c8c8;
  margin: 52px 30px 0 20px;
}
.se3 .bot-box .box ul li dl {
  margin-top: 46px;
}
.se3 .bot-box .box ul li dl dd {
  font-size: 18px;
  line-height: 24px;
  color: #888;
}
.se4 .item1 {
  position: relative;
}
.se4 .item1 .box {
  position: absolute;
  top: 200px;
  left: 48%;
  margin-left: -600px;
}
#swiper-container2 .item1 {
  opacity: 0.5;
  transition: 2s ease;
}
#swiper-container2 .swiper-slide-active {
  opacity: 1;
  transition: 2s ease;      
}
.se4 .item1 .box .content-box {
  width: 580px;
  padding: 40px 58px;
  float: right;
  background: #fff;
  background: rgba(105, 105, 105, 0.3);
}
.se4 .item1 .box .content-box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 20px;
}
.se4 .item1 .box .content-box p {
  color: #fff;
  line-height: 30px;
}
.se5 {
  background: url("../images/se5bg.jpg") no-repeat center / cover;
}
.se5 .title-box {
  overflow: hidden;
  padding-top: 90px;
}
.se5 .title-box .left-box {
  float: left;
}
.se5 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se5 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se5 .title-box p {
  float: right;
  width: 530px;
  color: #666;
  margin-right: 140px;
  line-height: 24px;
}
.se5 .ul-list {
  overflow: hidden;
  padding: 50px 0;
}
.se5 .ul-list li {
  width: 230px;
  float: left;
  height: 192px;
  position: relative;
  text-align: center;
  background: #f2f2f2;
  margin-right: 10px;
  margin-bottom: 20px;
}
.se5 .ul-list li .img-box {
  width: 230px;
  margin-top: 20px;
  height: 110px;
  position: relative;
}
.se5 .ul-list li .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.se5 .ul-list li span {
  color: #666;
  font-size: 18px;
  display: block;
  padding: 0 20px;
}
.se5 .ul-list li .cover-box {
  width: 230px;
  height: 192px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e37055;
  display: none;
}
.se5 .ul-list li .cover-box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 20px 14px 14px 14px;
  color: #fefefe;
}
.se5 .ul-list li .cover-box p {
  padding: 0 16px 8px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
}
.se5 .ul-list li .cover-box .more-a {
  width: 92px;
  height: 30px;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  line-height: 30px;
  text-align: center;
  color: #fefefe;
  font-size: 12px;
}
.se5 .ul-list li:hover .cover-box {
  display: block;
}
.se5 .limore-a {
  display: block;
  width: 180px;
  height: 50px;
  background: #e15a3b;
  border-radius: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.se6 {
  background: #f8f8f8;
}
.se6 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 80px;
}
.se6 .title-box .left-box {
  float: left;
}
.se6 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se6 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se6 .title-box p {
  float: right;
  width: 530px;
  color: #666;
  line-height: 24px;
}
.se6 .content-box {
  padding-top: 50px;
}
.se6 .content-box .left-box {
  width: 554px;
  float: left;
  background: #fff;
  height: 360px;
  padding-left: 46px;
}
.se6 .content-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  padding-top: 50px;
  padding-bottom: 40px;
}
.se6 .content-box .left-box p {
  color: #888;
  line-height: 24px;
  padding-bottom: 40px;
  padding-right: 24px;
}
.se6 .content-box .left-box .more-a {
  background: #e15a3b;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.se6 .ul-list {
  height: 120px;
  background: #fff;
  margin-top: 50px;
}
.se6 .ul-list ul {
  overflow: hidden;
}
.se6 .ul-list ul li {
  width: 700px;
  float: left;
  overflow: hidden;
}
.se6 .ul-list ul li .img-box {
  width: 110px;
  height: 120px;
  position: relative;
  float: left;
}
.se6 .ul-list ul li .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.se6 .ul-list ul li .border {
  width: 1px;
  height: 35px;
  background: #bababa;
  float: left;
  margin-top: 43px;
  margin-right: 16px;
}
.se6 .ul-list ul li dl {
  padding-top: 36px;
  float: left;
}
.se6 .ul-list ul li dl dd {
  font-size: 20px;
  line-height: 24px;
  color: #888;
}
.se6 .ul-list ul .li2 {
  width: 500px;
}
.se6 .ul-list ul .li2 h3 {
  font-size: 46px;
  line-height: 120px;
  color: #e15a3b;
  float: right;
  font-weight: normal;
  font-family: DINCONDENSEDC;
}
.se6 .ul-list ul .li2 .border {
  float: right;
}
.se6 .ul-list ul .li2 .img-box {
  float: right;
}
.se7 {
  background: url("../images/se7bg.jpg") no-repeat center / cover;
}
.se7 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 80px;
}
.se7 .title-box .left-box {
  float: left;
}
.se7 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  padding-top: 10px;
}
.se7 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se7 .title-box p {
  float: right;
  width: 700px;
  color: #666;
  line-height: 24px;
}
.se7 .ul-list {
  padding-top: 80px;
}
.se7 .ul-list ul {
  overflow: hidden;
  width: 1220px;
  padding-bottom: 80px;
}
.se7 .ul-list ul li {
  width: 387px;
  float: left;
  margin-right: 19px;
  height: 254px;
  position: relative;
}
.se7 .ul-list ul li img {
  display: block;
  width: 387px;
  height: 254px;
  position: relative;
  z-index: 1;
}
.se7 .ul-list ul li .cover-box {
  width: 387px;
  height: 254px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.se7 .ul-list ul li .cover-box p {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 20px;
}
.se7 .ul-list .more-a {
  background: #e15a3b;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.se8 {
  background: url("../images/se8bg.jpg") no-repeat center / cover;
}
.se8 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 80px;
}
.se8 .title-box .left-box {
  float: left;
}
.se8 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se8 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se8 .title-box p {
  float: right;
  width: 700px;
  color: #666;
  line-height: 24px;
}
.se8 .swiper-box {
  width: 1200px;
  height: 404px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}
.se8 .swiper-box .sw-box {
  width: 1200px;
  height: 380px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}
.se8 .swiper-box .sw-box .left-box {
  width: 326px;
  height: 289px;
  background: #fff;
  float: left;
  margin-top: 60px;
  margin-left: 70px;
}
.se8 .swiper-box .sw-box .left-box img {
  display: block;
  width: 326px;
  height: 229px;
}
.se8 .swiper-box .sw-box .write-box {
  float: right;
  width: 690px;
  margin-right: 70px;
  margin-top: 60px;
}
.se8 .swiper-box .sw-box .write-box h3 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  padding-bottom: 30px;
}
.se8 .swiper-box .sw-box .write-box p {
  font-size: 14px;
  line-height: 30px;
  color: #888;
}
.se8 .swiper-box .sw-box .write-box p span {
  font-size: 18px;
  color: #333;
}
.se8 .swiper-box .sw-box .write-box h4 {
  padding-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.se8 .swiper-box .sw-box .icon-box {
  width: 99px;
  height: 99px;
  display: block;
  position: absolute;
  top: 24px;
  right: 32px;
  text-align: right;
}
.se8 .swiper-box .sw-box .icon-box span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  width: 40px;
  height: 50px;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: 4px;
}
.se8 .swiper-box #swiper-container3 {
  height: 460px;
}
.se8 .swiper-box .prevnext {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 1200px;
  z-index: 10;
}
.se8 .swiper-box .prevnext .btn {
  display: block;
  width: 30px;
  height: 72px;
  background: #d1d1d1;
  border-radius: 5px;
  line-height: 72px;
  text-align: center;
  font-size: 22px;
  color: #201f22;
}
.se8 .swiper-box .prevnext .btn:hover {
  background: #e15a3b;
  color: #fff;
}
.se8 .swiper-box .prevnext .prev {
  left: 22px;
  position: absolute;
  z-index: 10;
}
.se8 .swiper-box .prevnext .next {
  right: 22px;
  position: absolute;
  z-index: 10;
}
.se8 .swiper-box .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
}
.se8 .swiper-box .swiper-pagination-switch {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #6f6f6f;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 80%;
  vertical-align: middle;
  position: relative;
}
.se8 .swiper-box .swiper-active-switch::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  margin: 0;
  top: -7px;
  left: -7px;
  border: #6f6f6f 2px solid;
  background: transparent;
  transition: .3s ease;
}
.se9 {
  background: #fff;
}
.se9 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 80px;
}
.se9 .title-box .left-box {
  float: left;
}
.se9 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se9 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se9 .title-box p {
  float: right;
  width: 700px;
  color: #666;
  line-height: 24px;
}
.se9 .ul-list {
  width: 1200px;
  overflow: hidden;
  padding-top: 80px;
}
.se9 .ul-list ul {
  width: 1230px;
  overflow: hidden;
  padding-bottom: 80px;
}
.se9 .ul-list ul li {
  width: 378px;
  float: left;
  margin-right: 32px;
  padding-bottom: 40px;
}
.se9 .ul-list ul li img {
  display: block;
  width: 378px;
  height: 240px;
  padding-bottom: 20px;
}
.se9 .ul-list ul li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding: 0 20px 12px 20px;
}
.se9 .ul-list ul li p {
  padding: 0 20px 20px 20px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.se9 .ul-list ul li .bot-box {
  overflow: hidden;
  display: none;
  border-top: 1px solid #bebebe;
  padding: 10px 20px;
  height: 20px;
}
.se9 .ul-list ul li .bot-box p {
  font-size: 16px;
  float: left;
  padding-bottom: 0;
}
.se9 .ul-list ul li .bot-box .icon {
  width: 16px;
  height: 17px;
  background: url("../images/se9icon1.png") no-repeat;
  float: right;
}
.se9 .ul-list ul li:hover {
  padding-bottom: 0;
}
.se9 .ul-list ul li:hover .bot-box {
  display: block;
}
.se9 .ul-list ul li:hover h3 {
  color: #e15a3b;
}
.se9 .ul-list .more-a {
  background: #e15a3b;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.se10 {
  background: url("../images/se10bg.jpg") no-repeat;
}
.se10 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 80px;
}
.se10 .title-box .left-box {
  float: left;
}
.se10 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se10 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se10 .title-box p {
  float: right;
  width: 700px;
  color: #666;
  line-height: 24px;
  text-align: right;
}
.se10 .swiper-box {
  padding-top: 36px;
}
.se10 #swiper-container4 {
  height: 520px;
}
.se10 .sw-box {
  height: 376px;
  width: 1200px;
  position: relative;
  margin-top:50px;
}
.se10 .sw-box .content-box {
  position: relative;
  z-index: 2;
}
.se10 .sw-box .content-box img {
  float: left;
  display: block;
  margin-left: 70px;
  width: 450px;
  height: 290px;
}
.se10 .sw-box .content-box .write-box {
  width: 535px;
  margin-right: 75px;
  float: right;
  padding-top: 50px;
  text-align: right;
}
.se10 .sw-box .content-box .write-box h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  padding-bottom: 24px;
  text-align: left;
}
.se10 .sw-box .content-box .write-box p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: left;
}
.se10 .sw-box .content-box .write-box span {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
  text-align: left;
}
.se10 .sw-box .content-box .write-box .more-a {
  display: inline-block;
  background: #e15a3b;
  width: 180px;
  height: 50px;
  border-radius: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.se10 .sw-box .bg {
  background: #fff;
  width: 1200px;
  height: 397px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.se10 .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
}
.se10 .swiper-pagination-switch {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #6f6f6f;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 80%;
  vertical-align: middle;
  position: relative;
  transition: .3s ease;
}
.se10 .swiper-visible-switch::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  margin: 0;
  top: -7px;
  left: -7px;
  border: #6f6f6f 2px solid;
  background: transparent;
  transition: .3s ease;
}
.se11 .title-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 80px;
}
.se11 .title-box .left-box {
  float: left;
}
.se11 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se11 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se11 .title-box p {
  float: right;
  width: 700px;
  color: #666;
  line-height: 24px;
}
.se11 .content-box {
  padding-top: 50px;
}
.se11 .content-box .top-box {
  position: relative;
  height: 425px;
  width: 1200px;
  margin-bottom: 40px;
}
.se11 .content-box .top-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 607px;
  height: 405px;
}
.se11 .content-box .top-box .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 667px;
  height: 425px;
  z-index: 1;
}
.se11 .content-box .top-box .video-box:hover {
  z-index: 3;
}
.se11 .content-box .more-a {
  background: #e15a3b;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.se12 {
  background: url("../images/se12bg.jpg") no-repeat;
}
.se12 .title-box {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 80px;
}
.se12 .title-box .left-box {
  float: left;
}
.se12 .title-box .left-box h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.se12 .title-box .left-box span {
  font-size: 14px;
  color: #888;
}
.se12 .mid-box {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.se12 .mid-box .left-box {
  width: 600px;
  float: left;
}
.se12 .mid-box .left-box h3 {
  font-size: 24px;
  color: #201f22;
  font-weight: normal;
  padding-bottom: 20px;
}
.se12 .mid-box .left-box dl dd {
  line-height: 30px;
}
.se12 .mid-box .left-box dl dd span {
  font-size: 14px;
  color: #888;
  margin-right: 40px;
}
.se12 .mid-box .right-box {
  width: 600px;
  float: right;
  overflow: hidden;
}
.se12 .mid-box .right-box .img-box {
  width: 110px;
  text-align: center;
  float: right;
  margin-right: 30px;
}
.se12 .mid-box .right-box .img-box img {
  display: block;
  width: 110px;
  height: 110px;
  padding-bottom: 10px;
}
.se12 .mid-box .right-box .img-box span {
  font-size: 14px;
  color: #333;
}
.se12 .mid-box .right-box .right-img {
  height: 34px;
  overflow: hidden;
  float: right;
  margin-top: 45px;
  margin-left: 20px;
}
.se12 .mid-box .right-box .right-img img {
  display: block;
  width: 34px;
  height: 34px;
  float: right;
  margin-left: 16px;
}
.se12 .form-box h3 {
  font-size: 26px;
  color: #201f22;
  font-weight: normal;
  padding-bottom: 20px;
}
.se12 .form-box .input-box {
  width: 1240px;
  overflow: hidden;
  padding-bottom: 20px;
}
.se12 .form-box .input-box .input {
  width: 542px;
  height: 50px;
  border: 0;
  background: #fff;
  padding: 0 24px;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.se12 .form-box textarea {
  width: 1145px;
  height: 100px;
  padding: 10px 30px;
  font-size: 14px;
  margin-bottom: 20px;
  resize: none;
  border: 0;
}
.se12 .form-box .submit {
  width: 180px;
  height: 50px;
  background: #e15a3b;
  border-radius: 24px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.sefooter {
  background: #fff;
  height: auto !important;
}
.sefooter .friend {
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0;
}
.sefooter .friend p {
  line-height: 40px;
  font-size: 18px;
}
.sefooter .friend p a {
  font-size: 14px;
  color: #a0a0a0;
  margin-left: 20px;
}
.sefooter .bot-box {
  overflow: hidden;
  height: 100px;
}
.sefooter .bot-box p,
.sefooter .bot-box span {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 100px;
}
.sefooter .bot-box p {
  float: left;
}
.sefooter .bot-box span {
  float: right;
}

@media screen and (min-width:1601px) {
  .se2 {
    background: url(../images/se2bg.jpg) no-repeat center top;
  }
  .se2 .write-box {
    padding-top: 200px;
    padding-bottom: 170px;
  }
  .se3 .se3bgg {
    top: 160px;
  }
  .se3 .content-box {
    padding-top: 70px;
  }
  .se5 .title-box {
    padding-top: 70px;
  }
  .se5 .ul-list {
    padding: 90px 0;
  }
  .se6 .ul-list {
    margin-top: 80px;
  }
  .se6 .content-box {
    padding-top: 80px;
  }
  .se11 .content-box {
    padding-top: 80px;
  }
  .se11 .content-box .top-box {
    margin-bottom: 80px;
  }
  .se12 .title-box {
    padding-top: 60px;
  }
  .se12 .mid-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
