@charset 'utf-8';
.cll {
  color: #0480da;
}
.i-banner ul li {
  height:580px;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: auto 100%;*/
}
.i-banner:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.i-banner:hover .owl-controls .owl-buttons .owl-prev {
  left: 5%;
}
.i-banner:hover .owl-controls .owl-buttons .owl-next {
  right: 5%;
}
.i-banner .owl-controls .owl-buttons div {
  width: .25rem;
  height: .46rem;
  margin-top: -0.23rem;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i-banner .owl-controls .owl-buttons .owl-prev {
  left: 4%;
  background-image: url(../images/banner_l.png);
}
.i-banner .owl-controls .owl-buttons .owl-next {
  right: 4%;
  background-image: url(../images/banner_r.png);
}
.i-banner .owl-pagination {
  bottom: .3rem;
}
.i-banner .owl-controls .owl-page span {
  width: 48px;
  height: 5px;
  border-radius: inherit;
  margin: 0 6px;
  background: #fff;
}
.i-banner .owl-controls .owl-page.active span,
.i-banner .owl-controls .owl-page:hover span {
  background: #fff;
  background: #0480da;
}
@media (max-width: 1024px) {
  .i-banner ul li {
    height: 4rem;
  }
}
@media (max-width: 750px) {
  .i-banner ul li {
    height: inherit;
    background-image: none !important;
  }
  .i-banner ul li img {
    display: block;
  }
  .i-banner .owl-pagination {
    text-align: inherit;
    bottom: .2rem;
    right: inherit;
  }
  .i-banner .owl-pagination .owl-page span {
    width: 20px;
    height: 2px;
  }
}
.mauto1,
.mauto2 {
  margin: 0 auto;
}
.mauto1 {
  max-width: 1270px;
}
.mauto2 {
  margin: 0 auto;
  max-width: 1440px;
}
.mauto1:before,
.mauto1:after,
.mauto2:before,
.mauto2:after {
  display: table;
  content: " ";
}
.mauto2:after,
.mauto1:after {
  clear: both;
}
/************************* Header  *************************/
.header {
  height: 98px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .logo {
  line-height: 98px;
}
.header .nav ul li {
  position: relative;
  float: left;
  height: 98px;
}
.header .nav ul li:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.header .nav ul li h2 > a {
  font-size: 16px;
  padding: 55px 20px 0 20px;
}
.header .nav ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  border-top: 3px solid #0b2267;
  filter: alpha(opacity=0);
  opacity: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -moz-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -o-transition: opacity .5s ease 0s, transform .5s ease 0s;
  transition: opacity .5s ease 0s, transform .5s ease 0s;
}
.header .nav ul li.cur::before,
.header .nav ul li:hover::before {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header .nav ul li:hover .sub-nav {
  top: 98px;
  opacity: 1;
  visibility: visible;
}
.header .nav ul li .sub-nav {
  z-index: 999;
  position: absolute;
  top: 130px;
  left: 0%;
  margin-left: -68px;
  width: 240px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom:10px;
}
.header .nav ul li .sub-nav a {
  display: block;
  min-height: 20px;
  line-height: 20px;
  padding:8px;
}
.header .nav ul li .sub-nav a:hover {
  color: #fff;
  background: #0051a2;
}
.header .language a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  background: #b0b0b0;
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .language a:hover {
  color: #fff;
  background: #0051a2;
}
.about{min-height:260px;}
/************************* Footer *************************/
.footer {
  color: #fff;
  background: #3a3a3a;
}
.footer.footers {
  margin-top: -35px;
}
.footer .foot-link {
  padding-left: 30px;
  border-right: 1px solid #959595;
}
.footer .mauto {
  padding: .45rem 0 .7rem 0;
}
.footer dl {
  float: left;
  margin-right: 45px;
}
.footer dl dt {
  color: #fff;
}
.footer dl dd {
  padding-top: 15px;
}
.footer dl dd a {
  color: #959595;
  font-size: 12px;
  font-family: '宋体';
}
.footer dl:first-child {
  margin-left: 0;
}
.footer .img {
  width: 129px;
  height: 129px;
  margin: 0 auto;
}
.footer .foot-r {
  color: #959595;
}
.footer .bdsharebuttonbox {
  float: left;
}
.footer .bdsharebuttonbox a {
  display: inline-block;
  float: none;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  vertical-align: middle;
}
.footer .bdsharebuttonbox .a1 {
  background: url(../images/foot_a1.png) no-repeat center;
}
.footer .bdsharebuttonbox .a2 {
  background: url(../images/foot_a2.png) no-repeat center;
}
.footer .bdsharebuttonbox .a3 {
  background: url(../images/foot_a3.png) no-repeat center;
}
.footer .bdsharebuttonbox .a4 {
  background: url(../images/foot_a4.png) no-repeat center;
}
.footer .bdsharebuttonbox .a5 {
  background: url(../images/foot_a5.png) no-repeat center;
}
.footer .bdsharebuttonbox .a6 {
  background: url(../images/foot_a6.png) no-repeat center;
}
.footer .bdsharebuttonbox .a7 {
  background: url(../images/foot_a7.png) no-repeat center;
}
.footer .bdsharebuttonbox .a8 {
  background: url(../images/foot_a8.png) no-repeat center;
}
.footer .copright {
  background: #1a1a1a;
  height: 55px;
  line-height: 55px;
  font-size: 12px;
  font-family: '宋体';
}
/************************* Iindex *************************/
.i-main .link a {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 .25rem;
}
.i-main .link a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 3px;
  background: #0b2267;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-main .link a:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.i-main .link a:hover::after {
  width: 100%;
}
.i-main .i-pro {
  background: #f8f8f8;
  padding-top: .4rem;
  padding-bottom: .6rem;
}
.i-main .i-pro:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.i-main .i-pro:hover .owl-controls .owl-buttons .owl-prev {
  
}
.i-main .i-pro:hover .owl-controls .owl-buttons .owl-next {
  /*right: -27px;*/
}
.i-main .i-pro ul {
  margin-left: -15px;
}
.i-main .i-pro ul li {
  padding-left: 32px;
}
.i-main .i-pro ul li:hover h3 {
  color: #0480da;
}
.i-main .i-pro ul li .imgs {
  height: 355px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.i-main .i-pro ul li .txt {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
}
.i-main .i-pro ul li .po-auto {
  max-width: 95%;
  max-height: 95%;
}
.i-main .i-pro .owl-pagination {
  display: none;
  /*bottom: -7%;*/
}
.i-main .i-pro .owl-controls .owl-page.active span,
.i-main .i-pro .owl-controls.clickable .owl-page:hover span {
  background: #0480da;
}
.i-main .i-pro .owl-controls .owl-buttons div {
  width: 56px;
  height: 56px;
  margin-top: -28px;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i-main .i-pro .owl-controls .owl-buttons .owl-prev {
  left: 5px;
  background: rgba(4, 128, 218, 0.8) url(../images/pro_l_icon.png) no-repeat center;
}
.i-main .i-pro .owl-controls .owl-buttons .owl-next {
  right: -27px;
  background: rgba(4, 128, 218, 0.8) url(../images/pro_r_icon.png) no-repeat center;
}
.i-main .i-news {
  padding-top: .55rem;
  padding-bottom: .5rem;
}
.i-main .i-news .con-l {
  width: 565px;
  background: #f8f8f8;
  padding: .35rem .6rem .2rem .6rem;
}
.i-main .i-news .con-l .date {
  font-size: 24px;
  color: #9e9e9e;
}
.i-main .i-news .con-l h3 {
  color: #0480da;
}
.i-main .i-news .con-l .txt {
  position: relative;
  height: 48px;
  line-height: 24px;
}
.i-main .i-news .con-l .txt::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #d3d3d3;
}
.i-main .i-news .con-l .img {
  width: 440px;
  height: 255px;
  border: 1px solid #000;
}
.i-main .i-news .con-l .icon {
  width: 140px;
  height: 37px;
  border-bottom: 1px solid #233876;
  background: #fff url(../images/news-icon.png) no-repeat center;
}
.i-main .i-news .con-r {
  width: calc(100% - 565px);
  padding-left: 55px;
}
.i-main .i-news .con-r .item {
  border-top: 1px solid #e5e5e5;
  padding: .43rem 0 .4rem 0;
}
.i-main .i-news .con-r .item:hover {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.i-main .i-news .con-r .item:hover h3 {
  color: #0480da;
}
.i-main .i-news .con-r .item:hover h3::after {
  background: #0480da;
}
.i-main .i-news .con-r .els {
  position: relative;
  width: 70%;
  height: 30px;
  line-height: 30px;
  color: #555;
}
.i-main .i-news .con-r .els::after {
  position: absolute;
  content: '';
  left: .3rem;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  background: #666;
  border-radius: 50%;
}
.i-main .i-news .con-r .date {
  font-size: 24px;
  color: #9f9f9f;
}
.i-main .i-news .con-r .imgs {
  width: 90px;
  height: 50px;
}
.i-main .i-news .con-r .txt {
  padding-top: 3px;
  width: calc(100% - 90px);
  padding-left: 10px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.i-main .i-about {
  padding-top: .85rem;
  padding-bottom: 1.6rem;
  background: #f8f8f8;
}
.i-main .i-about h3 {
  font-size: 18px;
  color: #0480da;
}
.i-main .i-about .txt-2 {
  line-height: 24px;
  height: 120px;
}
.i-main .i-about .more {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #233876;
  background: #fff;
  margin-top:18px;
}
.i-main .i-about .img {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.i-foot {
  max-width: 1170px;
  text-align: center;
  background: #fff;
  padding-top: .6rem;
  padding-bottom: .6rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-95px);
  -o-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  -webkit-transform: translateY(-95px);
  transform: translateY(-95px);
}
.i-foot .rel {
  display: table;
  margin: 0 auto;
}
.i-foot .rel h3 {
  font-size: 54px;
  color: #555;
}
.i-foot .rel .txt {
  font-family: '宋体';
  padding-top: 5px;
}
.i-foot .rel .abs {
  top: 0;
  right: -20px;
  color: #999;
  font-size: 14px;
}
.i-foot h3 {
  font-size: 20px;
}
/************************* 内页banner *************************/
.banner {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
/************************* Main-内页 *************************/
.main {
  background: #f6f6f6;
}
.main .main-head {
  height: 70px;
  background: #fff;
}
.main .main-menu a {
  height: 38px;
  line-height: 38px;
  padding: 0 25px;
  margin-top: 15px;
}
.main .main-menu a:hover,
.main .main-menu a.cur {
  background: #0480da;
  color: #fff;
}
.main .main-home {
  line-height: 70px;
  background: url(../images/main-home.png) no-repeat left 49%;
  padding-left: 17px;
  color: #888;
  font-size: 13px;
}
.main .about .about-l {
  width: 460px;
  text-align: center;
}
.main .about .about-r {
  width: calc(100% - 460px);
}
.main .about .about-b {
  border-top: 1px solid #ddd;
}
.main .pt60 {
  padding-top: .6rem;
}
.main .pb60 {
  padding-bottom: .6rem;
}
.main .event {
  position: relative;
  padding-top: .6rem;
}
.main .event .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e7e8ea;
}
.main .event .top {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: #f6f6f6 url(../images/event_icon.png) no-repeat center;
}
.main .event ul {
  margin-bottom: 40px;
  padding-top: .3rem;
}
.main .event ul li {
  position: relative;
  overflow: hidden;
  line-height: 24px;
  padding-top: 0px;
  padding: .35rem 0 .5rem 0;
}
.main .event ul li.even .date {
  float: right;
  text-align: left;
  padding: 0 0 0 45px;
}
.main .event ul li.even .txt {
  float: left;
  text-align: right;
  padding: 0 45px 0 0;
}
.main .event ul li.even .txt .p {
  float: right;
}
.main .event ul li:hover {
  background: #2e9ded;
  transition: 300ms ease 0ms;
  -webkit-transition: 300ms ease 0ms;
}
.main .event ul li:hover .txt .p {
  border-color: transparent;
}
.main .event ul li:hover .date,
.main .event ul li:hover .txt {
  color: #fff;
}
.main .event ul li:hover::after {
  background: #fff;
}
.main .event ul li::after {
  content: ' ';
  width: 11px;
  height: 11px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 300ms ease 0ms;
  margin-left: -5px;
  margin-top: -6px;
}
.main .event ul .date {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  font-size: 20px;
  color: #0480da;
  transition: 300ms ease 0ms;
  line-height: 31px;
}
.main .event ul .txt {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 31px;
}
.main .event ul .txt .p {
  width: 455px;
  border-bottom: 1px solid #e7e8ea;
  transition: 300ms ease 0ms;
}
@media (max-width: 900px) {
  .main .event {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main .event .top {
    text-align: center;
    width: calc(20% + 16px);
    height: 40px;
    background-position: right center;
    background-size: 40px 40px;
  }
  .main .event .top .left,
  .main .event .top .right {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .main .event .top .left {
    margin-bottom: 20px;
  }
  .main .event .line {
    left: 20%;
  }
  .main .event ul li .date {
    width: 20%;
  }
  .main .event ul li .txt {
    width: 80%;
  }
  .main .event ul li .txt .p {
    width: 90%;
  }
  .main .event ul li::after {
    position: absolute;
    left: 20%;
    top: 50px;
    margin-left: -8px;
  }
  .main .event ul li.even .date {
    float: left;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .main .event ul li.even .txt {
    float: right;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .main .event ul li.even .txt .p {
    float: none;
  }
}
@media (max-width: 750px) {
  .main .path-img {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .main .event ul li {
    padding-top: 20px;
  }
  .main .event .top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .main .event ul li .date {
    padding-right: 10px !important;
  }
  .main .event ul li .date em {
    display: block;
  }
  .main .event ul li .txt {
    padding-left: 15px !important;
  }
  .main .event ul li .txt .p {
    width: 95%;
    padding-bottom: 15px;
  }
}
.main .news-list ul {
  margin-left: -30px;
}
.main .news-list li {
  height: 420px;
  overflow: hidden;
  padding-left: 30px;
  margin-bottom: .3rem;
}
.main .news-list a:hover .info {
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.main .news-list a:hover .more {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.main .news-list .info {
  position: relative;
  z-index: 1;
  padding: 0 .2rem;
  background: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main .news-list .img {
  width: 100%;
  height: 230px;
}
.main .news-list .date {
  color: #aaa;
  font-size: 26px;
}
.main .news-list .txt {
  font-size: 13px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.main .news-list .more {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 90px;
  height: 32px;
  line-height: 30px;
  color: #0480da;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0480da;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main .news-info .con-l {
  width: 75%;
}
.main .news-info .con-l h3 {
  border-bottom: 1px solid #e5e5e5;
}
.main .news-info .con-l h3 span {
  color: #aaa;
}
.main .news-info .con-r {
  width: 25%;
  padding-left: 4.111%;
}
.main .news-info .con-r .tt1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0480da;
  color: #fff;
}
.main .news-info .con-r ul li {
  margin-bottom: 15px;
}
.main .news-info .con-r ul .img {
  height: 162px;
}
.main .news-info .con-r ul h3 {
  height: 45px;
  line-height: 45px;
  color: #555;
}
.main .pr-tt1 {
  border-bottom: 1px solid #e5e5e5;
}
.main .pr-tt1 strong {
  font-size: 26px;
  font-weight: normal;
}
.main .pr-tt1 span {
  font-size: 15px;
  color:#a5a5a5;
}
.main .pro-list ul {
  margin-left: -40px;
}
.main .pro-list li {
  padding-left: 40px;
  margin-bottom: .25rem;
}
.main .pro-list li:hover h3 {
  color: #0480da;
}
.main .pro-list li:hover .imgs {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.main .pro-list .imgs {
  height: 240px;
}
.main .pro-list .els2 {
  height: 50px;
}
.main .pro-info .tt1 strong {
  font-size: 18px;
  font-weight:normal;
}
.main .pro-info .tt1 span {
  color: #a5a5a5;
}
.main .pro-info .pic {
  position: relative;
  height: 680px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.main .pro-info .pr-menu {
  width: 300px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  padding: .2rem 0;
}
.main .pro-info .pr-menu a {
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  padding:0 .3rem;
  -webkit-transition: inherit;
  -ms-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.main .pro-info .pr-menu a::after,
.main .pro-info .pr-menu a::before {
  position: absolute;
  content: '';
}
.main .pro-info .pr-menu a::after {
  left: .2rem;
  top: 50%;
  margin-top: -2px;
  border-left: 3px solid #aaaaaa;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.main .pro-info .pr-menu a::before {
  display: none;
  left: -10px;
  bottom: -7px;
  width: 10px;
  height: 52px;
  background: #0480da url(../images/news-con.jpg) no-repeat bottom center;
}
.main .pro-info .pr-menu a.cur,
.main .pro-info .pr-menu a:hover {
  background: #0480da;
  color: #fff;
}
.main .pro-info .pr-menu a.cur::after,
.main .pro-info .pr-menu a:hover::after {
  display: none;
}
.main .pro-info .pr-menu a.cur::before,
.main .pro-info .pr-menu a:hover::before {
  display: block;
}
.main .pro-info .pr-con {
  width: calc(100% - 300px);
  padding-left: .5rem;
}
.main .pro-info .pr-con .tab-head li {
  float: left;
  padding: 0 .4rem;
  text-align: center;
  color: #fff;
  background: #b2b2b2;
  font-size: 17px;
  line-height: 38px;
  margin-right: 6px;
  cursor: pointer;
}
.main .pro-info .pr-con .tab-head li.cur {
  background: #0480da;
}
.main .pro-info .pr-con .tab-body li {
  display: none;
}
.main .pro-info .pr-con .tab-body li.cur {
  margin-top: .25rem;
  display: block;
}
.main .marketing .tt1 {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 1px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}
.main .marketing .row {
  margin-left: -50px;
}
.main .marketing .row .col-lg-4 {
  padding-left: 50px;
}
.main .marketing .row1 .col-lg-4 {
  margin-bottom: 1.1rem;
}
.main .marketing .row2 .col-lg-4 {
  margin-bottom: .5rem;
}
.main .c5 {
  color: #555;
}
.main .contact .tt1 strong {
  font-size: 26px;
  font-weight:normal;
}
.main .contact .tt1 span {
  color: #a5a5a5;
}
.main .contact .add {
  width: 650px;
  height: 4.2rem;
  background: #ccc;
}
.main .contact .add img {
  max-width: inherit;
}
.main .contact .txt {
  width: calc(100% - 650px);
  padding-left: 50px;
}
.main .contact .tt2 {
  border-bottom: 1px solid #e5e5e5;
  margin: .88rem 0 .45rem 0;
}
.main .contact form .text,
.main .contact form textarea {
  background: #fff;
  border: 1px solid transparent;
}
.main .contact form .text:focus,
.main .contact form textarea:focus {
  border-color: #0480da;
}
.main .contact form .row {
  margin-left: -40px;
}
.main .contact form .row .col-lg-4 {
  padding-left: 40px;
}
.main .contact form .text {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: .2rem;
  margin-bottom: .3rem;
}
.main .contact form textarea {
  width: 100%;
  height: 1.6rem;
  padding: .2rem;
  font-size: 14px;
}
.main .contact form .btn {
  padding-top: .6rem;
}
.main .contact form .btn input {
  width: 280px;
  height: 56px;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #0480da;
  background: transparent;
  cursor: pointer;
}
.page {
  position: relative;
  padding: 25px 0 .1rem 0;
  border-top: 1px solid #ddd;
}
.page div {
  padding-bottom: .15rem;
  color: #666;
}
.page .els {
  width: 70%;
}
.page strong {
  font-weight: bold;
  color: #0480da;
}
.in-page {
  line-height: .3rem;
  color: #888;
}
.in-page a {
  padding: 0 .15rem;
  border: 1px solid #ccc;
}
.in-page a:hover {
  color: #0480da;
  border-color: #0480da;
}
.edit {
  overflow: hidden;
  color:#666;
  line-height: 30px !important;
  font-size: 14px !important;
}
.edit p,
.edit span,
.edit em,
.edit strong {
  line-height: 30px !important;
}
.imgs {
  background: url(../images/loading.gif) no-repeat center;
}
.fix-bar {
  z-index: 11;
  position: fixed;
  right: 2%;
  bottom: 20%;
}
.items {
  width: 55px;
  height: 55px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.items P {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  background: #1a1a1a;
  line-height: 55px;
  white-space: nowrap;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
  border-bottom: 1px solid #fff;
}
.items P a {
  color: #fff;
}
.items P span {
  display: inline-block;
  width: 55px;
  text-align: center;
}
.items P i {
  display: inline-block;
  width: 100px;
  text-align: center;
}
.items:hover P {
  width: 220px;
  background: #1a7bca;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}
.items:hover .go-top {
  background: #1a7bca url(../images/fix_bar8.png) no-repeat center center;
  background: red;
}
.search-fix .txt {
  width: 75%;
  height: 30px;
  padding: 0 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.search-fix:hover .txt {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-fix:hover P {
  width: 250px;
  background: #1a7bca;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}
.fix-share a {
  float: none !important;
  font-size: 12px;
  padding-left: 0 !important;
  width: 23%;
  line-height: inherit !important;
  height: 54px !important;
  margin: 0 1px !important;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.fix-share p i {
  text-align: left;
}
.fix-share:hover a {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.fix-share:hover p {
  width: 200px;
}
.fix-share:hover i {
  width: 100%;
}
.go-top {
  cursor: pointer;
  background: #1a1a1a url(../images/fix_bar8.png) no-repeat center center;
  height: 55px;
  width: 55px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.tt1 strong{font-weight:normal;}