body {
  background-color: #fff;
  min-width: 1200px;
  font-family: "";
}
.header {
  width: 100%;
}
.header .header-top {
  background: #fff;
  height: 66px;
  line-height: 66px;
}
.header .header-top .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .header-top .wrap .logo {
  float: left;
}
.header .header-top .wrap .logo a {
  margin: 0;
  display: block;
  height: 66px;
}
.header .header-top .wrap .logo a:hover .light {
  left: 270px;
}
.header .header-top .wrap .logo .light {
  cursor: pointer;
  position: absolute;
  left: -140px;
  top: 0;
  width: 157px;
  height: 70px;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-45deg);
  -o-transform: skewx(-45deg);
  -moz-transform: skewx(-45deg);
  -webkit-transform: skewx(-45deg);
  transition: 0.4s;
}
.header .header-top .wrap .rt {
  float: right;
  margin-top: 0px;
}
.header .header-top .wrap .rt .nav {
  float: left;
}
.header .header-top .wrap .rt .nav .sub-nav {
  display: inline-block;
  text-align: center;
  transition: 0.2s;
  position: relative;
  /*margin: 0 10px;*/

}
.header .header-top .wrap .rt .nav .sub-nav:hover span {
  width: 40%;
}
.header .header-top .wrap .rt .nav .sub-nav:hover a {
  color: #db0f32;
}
.header .header-top .wrap .rt .nav .sub-nav a {
  color: #1f1f1f;
  font-size: 14px;
  display: block;
  padding: 0  26px;
}
.header .header-top .wrap .rt .nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 50px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #db0f32;
  transition: width .2s;
}
.header .header-top .wrap .rt .nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 64px;
  left: 0px;
  display: none;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 {
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 0;
  height: auto;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li {
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
  height: auto;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li:hover {
  color: #db0f32;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li ul {
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li ul li {
  line-height: 36px;
  height: 36px;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li a {
  font-size: 12px;
  padding: 0;
  display: block;
  color: #fff;
}
.header .header-top .wrap .rt .nav .sub-nav .ul1 li a:hover {
  color: #db0f32;
}
.header .header-top .wrap .rt .nav .active span {
  width: 40%;
}
.header .header-top .wrap .rt .nav .active a {
  color: #db0f32;
}
.header .header-top .wrap .rt .link {
  float: right;
  color: #1f1f1f;
  margin: 0 30px;
}
.header .header-top .wrap .rt .link a {
  margin: 0 4px;
  display: inline-block;
  font-size: 12px;
  color: #1f1f1f;
}
.header .header-top .wrap .rt .link a:hover {
  color: #db0f32;
}
.main {
  clear: both;
  margin-top: -1px;
  /* flexslider */

}
.main .flexslider {
  position: relative;
  height: 900px;
  overflow: hidden;
}
.main .slides {
  position: relative;
  z-index: 1;
}
.main .slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .slides li {
  height: 900px;
  width: 100%;
}
.main .flexslider:hover .flex-prev {
  opacity: 1;
}
.main .flexslider:hover .flex-next {
  opacity: 1;
}
.main .flex-control-nav {
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.main .flex-control-nav li {
  overflow: hidden;
  display: inline-block;
  width: 42px;
  height: 2px;
  margin: 0px 4px ;
  *display: inline;
  zoom: 1;
  background: #efefef;
}
.main .flex-control-nav a {
  height: 2px;
  transform: translate(-42px, 0);
  display: block;
  overflow: hidden;
  background: #db0f32;
  cursor: pointer;
  color: transparent;
}
.main .flex-control-nav .flex-active {
  background-position: 0 0;
  background: #db0f32;
  transform: translate(0, 0);
  transition: all 4s linear;
}
.main .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 48%;
  height: 54px;
}
.main .flex-direction-nav li a {
  display: block;
  width: 32px;
  height: 54px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.main .flex-direction-nav li a.flex-prev {
  opacity: 0;
  transition: 0.4s;
  left: 40px;
  background: url(../images/prev_03.png) center center no-repeat;
}
.main .flex-direction-nav li a.flex-next {
  opacity: 0;
  transition: 0.4s;
  right: 40px;
  background: url(../images/next_03.png) center center no-repeat;
}
.main .main-con .business {
  background: #f6f6f6;
  padding: 40px 0;
}
.main .main-con .business .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .main-con .business .wrap li {
  width: 236px;
  height: 478px;
  position: relative;
  float: left;
  margin: 0px 2px;
}
.main .main-con .business .wrap li:hover .txt {
  transform: translate(0, 14px);
}
.main .main-con .business .wrap li:hover .txt h5 {
  color: #db0f32;
}
.main .main-con .business .wrap li:hover .txt p {
  color: #db0f32;
}
.main .main-con .business .wrap li .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 20%;
  transition: 0.2s;
}
.main .main-con .business .wrap li .txt h5 {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}
.main .main-con .business .wrap li .txt p {
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
.main .main-con .cooperate {
  height: 288px;
  background: #fff;
}
.main .main-con .cooperate .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .main-con .cooperate .tit {
  text-align: center;
}
.main .main-con .cooperate .tit h4 {
  font-size: 26px;
  color: #5a5a5a;
  display: inline-block;
  font-weight: 500;
  padding: 50px 0 15px;
}
.main .main-con .cooperate .tit p {
  font-size: 14px;
  color: #999;
}
.main .main-con .cooperate .picScroll-left {
  position: relative;
  margin: 10px 0 40px;
}
.main .main-con .cooperate .picScroll-left .more {
  position: absolute;
  top: 364px;
  left: 560px;
}
.main .main-con .cooperate .picScroll-left .hd .prev {
  position: absolute;
  top: 40px;
  left: 0px;
  cursor: pointer;
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
  background: url("../images/btn_07.jpg") no-repeat center;
}
.main .main-con .cooperate .picScroll-left .hd .next {
  position: absolute;
  top: 40px;
  right: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../images/btn_07.jpg") no-repeat center;
}
.main .main-con .cooperate .picScroll-left .bd {
  padding-left: 60px;
}
.main .main-con .cooperate .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.main .main-con .cooperate .picScroll-left .bd ul li {
  margin: 0 3px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.main .main-con .cooperate .picScroll-left .bd ul li {
  width: 158px;
  background: #fff;
  margin: 0 10px;
}
.main .main-con .cooperate .picScroll-left .bd ul li img {
  width: 158px;
  height: 111px;
  overflow: hidden;
}
.main .main-con .cooperate .picScroll-left .bd ul li .txt {
  border-top: 1px solid #efefef;
  height: 78px;
  margin-top: 19px;
  position: relative;
  text-align: left;
}
.main .main-con .cooperate .picScroll-left .bd ul li .txt h6 {
  line-height: 28px;
  margin-top: 14px;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}
.main .main-con .cooperate .picScroll-left .bd ul li .txt h6 span {
  display: block;
  font-size: 14px;
  color: #bebebe;
}
.main .main-con .cooperate .picScroll-left .bd ul li .txt .img {
  transition: 0.3s;
  position: absolute;
  top: 21px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: url("../images/more_05.jpg") no-repeat center;
}
.main-bottom {
  height: 527px;
  background: url("../images/main-bottom_02.jpg") no-repeat center;
}
.main-bottom .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main-bottom .txt {
  text-align: center;
}
.main-bottom .txt h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  padding: 70px 0 22px;
}
.main-bottom .txt p {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.footer .wrap {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-con {
  height: 270px;
  background: #2b2b2b;
  padding-top: 55px;
}
.footer .footer-con .list {
  padding: 0 56px;
  float: left;
  border-left: 1px solid #343434;
}
.footer .footer-con .list h6 {
  font-size: 16px;
  color: #fff;
  padding: 6px 0 20px;
  font-weight: 500;
}
.footer .footer-con .list li {
  line-height: 30px;
  font-size: 14px;
  color: #838282;
}
.footer .footer-con .list a {
  font-size: 14px;
  color: #838282;
}
.footer .footer-con .list a:hover {
  color: #db0f32;
}
.footer .footer-con .list:first-child {
  border: none;
}
.footer .footer-con .list2 li {
  padding-left: 36px;
}
.footer .footer-con .list2 li:nth-child(1) {
  background: url("../images/icon_03.jpg") no-repeat left 6px;
}
.footer .footer-con .list2 li:nth-child(2) {
  background: url("../images/icon_03.jpg") no-repeat left 6px;
}
.footer .footer-con .list2 li:nth-child(3) {
  background: url("../images/icon_08.jpg") no-repeat left 6px;
}
.footer .footer-con .code {
  text-align: center;
  float: right;
  margin: 20px 50px 0 0     ;
}
.footer .footer-con .code p {
  font-size: 12px;
  color: #838282;
  margin: 14px 0;
}
.footer .footer-bot {
  height: 52px;
  line-height: 52px;
  background: #f6f6f6;
}
.footer .footer-bot p {
  font-size: 12px;
  color: #000;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
.footer .returnTop {
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 60px;
  width: 80px;
  height: 80px;
  background: url("../images/return-top.png") no-repeat center;
}
/*ins-page-style*/
.ins-ad {
  height: 276px;
}
.about-ad {
  background: url("../images/about-ad_02.jpg") no-repeat center;
}
.business-ad {
  background: url("../images/business-ad_02.jpg") no-repeat center;
}
.news-ad {
  background: url("../images/news-ad_02.jpg") no-repeat center;
}
.contact-ad {
  background: url("../images/contact-ad_02.jpg") no-repeat center;
}
.yundan-ad {
  background: url("../images/yundan-ad_02.jpg") no-repeat center;
}
.ins-main {
  position: relative;
  padding: 34px 0 50px;
  background: #fff;
}
.ins-main .wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 450px;
}
.ins-main .wrap .ins-lf {
  width: 225px;
  float: left;
}
.ins-main .wrap .ins-lf .lf-top {
  width: 225px;
  height: 128px;
  background: url("../images/lf-top_03.jpg") no-repeat center;
}
.ins-main .wrap .ins-lf .lf-top h5 {
  display: inline-block;
  border-bottom: 1px solid #81afc4;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin: 30px 0 0 27px;
  text-align: center;
  padding-bottom: 14px;
}
.ins-main .wrap .ins-lf .lf-top p {
  font-size: 14px;
  color: #81afc4;
  padding: 10px 0 0 27px;
}
.ins-main .wrap .ins-lf .lf-con {
  clear: both;
}
.ins-main .wrap .ins-lf .lf-con .list {
  height: 48px;
  line-height: 48px;
  background: #568faa;
  border-bottom: 1px solid #81afc4;
}
.ins-main .wrap .ins-lf .lf-con .list:hover {
  background: #25617d url("../images/lit_03.jpg") no-repeat 29px 24px;
}
.ins-main .wrap .ins-lf .lf-con .list a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 42px;
}
.ins-main .wrap .ins-lf .lf-con .list2 {
  height: auto;
  line-height: 48px;
  cursor: pointer;
  font-size: 14px;
  background: #568faa;
  border-bottom: 1px solid #81afc4;
  color: #fff;
}
.ins-main .wrap .ins-lf .lf-con .list2 a {
  padding-left: 42px;
  color: #fff;
}
.ins-main .wrap .ins-lf .lf-con .list2:hover {
  background: #25617d url("../images/lit_03.jpg") no-repeat 29px 24px;
  color: #fff;
}
.ins-main .wrap .ins-lf .lf-con .list2 ul {
  display: none;
  background: #7995a3!important;
  text-align: center;
}
.ins-main .wrap .ins-lf .lf-con .list2 ul li {
  margin: 0;
  border-bottom: 1px solid #98a5ac;
  line-height: 48px;
}
.ins-main .wrap .ins-lf .lf-con .list2 ul li a {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 0;
}
.ins-main .wrap .ins-lf .lf-con .list2 ul li a:hover {
  color: #db0f32;
}
.ins-main .wrap .ins-lf .lf-con .active {
  background: #25617d url("../images/lit_03.jpg") no-repeat 29px 24px;
}
.ins-main .wrap .ins-lf .lf-con .active ul {
  display: block;
}
.ins-main .wrap .ins-rt {
  width: 900px;
  float: right;
  overflow: hidden;
  background: #fff;
  margin-right: 35px;
}
.ins-main .wrap .ins-rt .rt-nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.ins-main .wrap .ins-rt .rt-nav p {
  font-size: 14px;
  color: #999;
  padding-left: 22px;
  background: url("../images/house_03.jpg") no-repeat left 12px;
}
.ins-main .wrap .ins-rt .rt-nav p a {
  color: #999;
}
.ins-main .wrap .ins-rt .rt-nav p a:hover {
  color: #db0f32;
}
.ins-main .wrap .ins-rt .ins-about img {
  width: 893px;
  height: 350px;
  margin: 20px 0;
}
.ins-main .wrap .ins-rt .ins-about .txt p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 28px;
  text-indent: 32px;
  margin: 30px 0;
}
.ins-main .wrap .ins-rt .ins-business li {
  display: inline-block;
  position: relative;
  width: 288px;
  margin: 24px 4px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .wrap .ins-rt .ins-business li .img-box {
  width: 288px;
  height: 186px;
  overflow: hidden;
}
.ins-main .wrap .ins-rt .ins-business li .img-box img {
  transition: 0.2s;
  width: 288px;
  height: 186px;
}
.ins-main .wrap .ins-rt .ins-business li:hover .img-box img {
  transform: scale(1.1);
}
.ins-main .wrap .ins-rt .ins-business li:hover p {
  color: #db0f32;
}
.ins-main .wrap .ins-rt .ins-business li p {
  height: 50px;
  line-height: 50px;
  color: #4e4e4e;
  font-size: 14px;
}
.ins-main .wrap .ins-rt .ins-news li {
  padding: 18px 0;
  border-bottom: 1px solid #e9e9e9;
  transition: 0.2s;
  height: 219px;
}
.ins-main .wrap .ins-rt .ins-news li:hover {
  transform: translate(20px, 0);
}
.ins-main .wrap .ins-rt .ins-news li:hover .txt p {
  color: #db0f32;
}
.ins-main .wrap .ins-rt .ins-news li .content {
  background: #f2f2f2;
  height: 219px;
}
.ins-main .wrap .ins-rt .ins-news li .img-box {
  width: 274px;
  height: 219px;
  float: left;
  overflow: hidden;
}
.ins-main .wrap .ins-rt .ins-news li .img-box img {
  width: 274px;
  height: 219px;
  transition: 0.2s;
}
.ins-main .wrap .ins-rt .ins-news li .txt {
  width: 534px;
  float: left;
  margin-left: 40px;
}
.ins-main .wrap .ins-rt .ins-news li .txt h6 {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 600;
  padding: 16px 0;
}
.ins-main .wrap .ins-rt .ins-news li .txt p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 26px;
  margin: 10px 0;
}
.ins-main .wrap .ins-rt .ins-contact .map {
  margin: 30px 0 40px;
}
.ins-main .wrap .ins-rt .ins-contact .txt {
  margin-bottom: 50px;
}
.ins-main .wrap .ins-rt .ins-contact .txt p {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 26px;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit {
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px dashed #c7c7c7;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit p {
  margin: 18px 0;
  font-size: 12px;
  color: #999;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-txt {
  padding: 0 32px;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-txt p {
  font-size: 14px;
  text-indent: 28px;
  color: #444;
  line-height: 28px;
  margin: 18px 0;
}
.ins-main .wrap .ins-rt .ins-news-detail .share {
  margin: 70px 0 ;
  padding: 0 32px;
}
.ins-main .wrap .ins-rt .ins-news-detail .share .share-list a {
  margin-right: 5px;
}
.ins-main .wrap .ins-rt .ins-news-detail .share .share-list span {
  color: #666;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p {
  color: #666;
  font-size: 14px;
  margin: 30px 0;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p a {
  color: #333;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p a:hover {
  color: #db0f32;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p span {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 40px;
  height: 17px;
  vertical-align: top;
  padding-top: 2px;
  background: url(../images/newsdetails8_03.png) no-repeat 0px 0px;
}
.ins-main .wrap .ins-rt .ins-message .form-box {
  width: 650px;
  padding: 20px;
  background-color: #ededed;
  margin-top: 30px;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(1) li {
  font-size: 14px;
  color: #444;
  margin-bottom: 26px;
  float: left;
  margin-right: 36px;
  height: 56px;
  line-height: 56px;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(1) li .txt {
  width: 610px;
  height: 56px;
  padding: 0 20px;
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(2) {
  clear: both;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(2) li textarea {
  margin-bottom: 20px;
  width: 610px;
  height: 130px;
  border: none;
  padding: 20px;
  font-size: 14px;
  font-family: "";
}
.ins-main .wrap .ins-rt .ins-message .submit {
  font-size: 16px;
  color: #fff;
  background: #ef334a;
  text-align: center;
  width: 158px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  border: none;
}
.ins-main .wrap .ins-rt .ins-Waybill {
  width: 726px;
  margin: 36px 0 0 0;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box h5 {
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: #25617d;
  font-size: 18px;
  padding-left: 35px;
  border-bottom: 1px solid #546471;
  border-top: 1px solid #546471;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box h5 span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content {
  height: 280px;
  border-bottom: 1px solid #546471;
  background: #568faa;
  padding: 18px 34px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content textarea {
  width: 614px;
  height: 170px;
  border: 1px solid #546471;
  border-radius: 10px;
  padding: 20px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content .submit {
  font-size: 16px;
  color: #fff;
  background: #ef334a;
  text-align: center;
  margin: 20px 0 0 10px;
  width: 158px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  border: none;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 {
  background: #568faa;
  padding: 18px 0;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(1) li {
  font-size: 14px;
  color: #fff;
  float: left;
  margin-bottom: 25px;
  margin-left: 35px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(1) li .txt {
  height: 40px;
  color: #333;
  width: 217px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #546471;
  margin-left: 12px;
  padding: 0 10px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(1) li select {
  margin-left: 10px;
  color: #333;
  padding-left: 20px;
  width: 119px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #546471;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(3) li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  margin-left: 35px;
  vertical-align: middle;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(3) .txt {
  width: 36px;
  height: 40px;
  padding: 0 6px;
  border-radius: 4px;
  border: 1px solid #546471;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 ul:nth-child(3) .txt:nth-child(1) {
  margin-left: 14px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 p {
  font-size: 12px;
  color: #fff;
  margin-left: 120px;
  margin-top: -14px;
}
.ins-main .wrap .ins-rt .ins-Waybill .Waybill-box .content2 .submit {
  font-size: 16px;
  color: #fff;
  background: #ef334a;
  text-align: center;
  margin: 20px 0 0 36px;
  width: 158px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  border: none;
}
.ins-main .wrap .ins-rt .page-num {
  clear: both;
  border-top: 1px solid #e2e2e2;
  padding: 50px 0 40px;
  text-align: center;
  margin-top: 60px;
}
.ins-main .wrap .ins-rt .page-num span {
  border: 1px solid #568faa;
  margin: 0 2px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #568faa;
}
.ins-main .wrap .ins-rt .page-num a {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 6px 10px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
}
.ins-main .wrap .ins-rt .page-num a:hover {
  color: #fff;
  border-color: #568faa;
  background-color: #568faa;
}
.business-detail .txt img {
  margin: 20px 0 0;
}
.business-detail .txt h6 {
  font-size: 16px;
  color: #4e4e4e;
  border-bottom: 1px solid #e5e5e5;
  height: 52px;
  line-height: 52px;
  font-weight: 500;
}
.business-detail .txt p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 24px;
  text-indent: 28px;
  margin: 20px 0;
}
.business-detail .process h6 {
  height: 46px;
  line-height: 46px;
  background: url("../images/process_03.jpg") no-repeat left center;
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 500;
  padding-left: 14px;
}
