.tdu {
  text-decoration: underline;
}
body {
  position: relative;
}
.a_hover:hover {
  text-decoration: underline;
  color: #0045b8;
}
.a_hover_color:hover {
  color: #0045b8;
}
.page {
  line-height: 1.5;
  color: #0045b8;
  font-size: 18px;
}
.page .page-item {
  display: inline-block;
  /*padding: 5px 10px;*/
  /*border: 1px solid #0045b8;*/
  /*margin: 2px;*/
  /*color: #0045b8;*/
  /*margin-top: 10px;*/
}
.page .page-item a {
  color: #0045b8;
}
.page span{
    display: inline-block;
    margin-right: 10px;
    padding: 0px 8px 0px 8px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    min-width: 32px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: center;
    background-color: #FFF;
    overflow: hidden;
}
.page .page-item.active span {
  background: #0045b8;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #0045b8;
}
.main_color2 {
  color: #0045b8;
}
.main_bg_color {
  background-color: #0045b8;
}
.main_bg_color2 {
  background-color: #0045b8;
}
.index_header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  left: 0;
  top: 0;
}
.index_nav .item {
  float: left;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
.index_nav .btn {
  float: left;
  width: 130px;
  height: 130px;
  background-color: #11348b;
  background-image: url("../images/nrb.png");
  background-repeat: no-repeat;
  background-position: center;
}
.index_nav .btn:after {
  content: '';
  width: 1px;
  height: 46px;
  background-color: #fff;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -23px;
}
.banner {
  position: relative;
  min-width: 1300px;
}
.banner .owl-dots .owl-dot {
  width: 70px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.banner .owl-dots .owl-dot.active {
  background-color: #42fdff;
}
.index_n .item1 .img {
  background-image: url(../images/io1.png);
}
.index_n .item2 .img {
  background-image: url(../images/io2.png);
}
.index_n .item3 .img {
  background-image: url(../images/io3.png);
}
.index_n .item4 .img {
  background-image: url(../images/io4.png);
}
.index_n .item5 .img {
  background-image: url(../images/io5.png);
}
.index_n .item .img {
  width: 77px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: center;
}
.index_n .item .tit {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_n .item:hover .tit {
  color: #275dd2;
}
.index_bg1 {
  background-color: #f2f4fa;
  background-image: url("../images/itbg2.png"), url("../images/itbg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  -o-background-size: contain, cover;
     background-size: contain, cover;
}
.index_fw .item {
  background-color: #fff;
  -webkit-box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
          box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
  width: 477px;
  height: 310px;
  margin-bottom: 30px;
}
.index_fw .item .img {
  height: 152px;
  line-height: 152px;
  text-align: center;
}
.index_fw .item .img img {
  vertical-align: bottom;
}
.index_fw .item .tit {
  font-size: 23px;
  color: #222;
  text-align: center;
  margin-top: 37px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_fw .item .tit:hover {
  color: #275dd2;
}
.index_fw .item .desc {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
}
.index_fw .item:nth-child(n+4) {
  width: 734px;
}
.ccddefb {
  color: #cddefb;
}
.index_sz_t {
  background-image: url("../images/tgbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  height: 320px;
}
.index_sz_t img {
  vertical-align: top;
}
.index_sz_t .btn {
  color: #cddefb;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
}
.index_sz_t .btn a {
  color: #cddefb;
}
.index_bg2 {
  background-color: #f2f4fa;
  position: relative;
  padding-top: 1px;
}
.index_bg2 .index_sz {
  margin-top: -60px;
}
.index_sz_tit .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 1px solid #e5e8f0;
}
.index_sz_tit .item a {
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sz_tit .item:hover,
.index_sz_tit .item.hover {
  border-bottom: 1px solid #2865d1;
}
.index_sz_tit .item:hover a,
.index_sz_tit .item.hover a {
  color: #2865d1;
}
.index_sz_wrap {
  position: relative;
}
.index_sz_wrap .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
.index_sz_wrap .item.hover {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.index_sz_wrap .item .top {
  background-image: url("../images/sz.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #eff1f5;
}
.bdr1ceff1f5 {
  border-right: 1px solid #eff1f5;
}
.index_fa_l {
  width: 756px;
}
.index_fa_l .item {
  margin-right: 24px;
  margin-bottom: 24px;
  width: 354px;
  height: 254px;
  background-color: #f6f8fc;
  float: left;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_fa_l .item .img {
  height: 134px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_fa_l .item .tit {
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #222;
  margin-top: 30px;
}
.index_fa_l .item:hover,
.index_fa_l .item.hover {
  background-image: url("../images/f1bg.jpg");
}
.index_fa_l .item:hover .tit,
.index_fa_l .item.hover .tit {
  color: #fff;
}
.index_fa_l .item1 .img {
  background-image: url(../images/j1.png);
}
.index_fa_l .item2 .img {
  background-image: url(../images/j2.png);
}
.index_fa_l .item3 .img {
  background-image: url(../images/j3.png);
}
.index_fa_l .item4 .img {
  background-image: url(../images/j4.png);
}
.index_fa_l .item1:hover .img,
.index_fa_l .item1.hover .img {
  background-image: url(../images/j1_h.png);
}
.index_fa_l .item2:hover .img,
.index_fa_l .item2.hover .img {
  background-image: url(../images/j2_h.png);
}
.index_fa_l .item3:hover .img,
.index_fa_l .item3.hover .img {
  background-image: url(../images/j3_h.png);
}
.index_fa_l .item4:hover .img,
.index_fa_l .item4.hover .img {
  background-image: url(../images/j4_h.png);
}
.index_fa_r {
  width: 737px;
  height: 532px;
  overflow: hidden;
  position: relative;
}
.index_fa_r .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
.index_fa_r .item.hover {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.index_fa_r .item .info {
  position: absolute;
  background-color: rgba(21,72,168,0.81);
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 26px;
  height: 128px;
  padding-top: 32px;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #fff;
}
.index_fa_r .item .info .tit {
  font-size: 25px;
}
.index_fa_r .item .info .desc {
  font-size: 14px;
  margin-top: 12px;
}
.index_fa_r .item .info .more {
  font-size: 16px;
  margin-top: 25px;
}
.index_bg3 {
  background-color: #fbfcfe;
  background-image: url("../images/inbg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -o-background-size: cover;
     background-size: cover;
}
.index_news .item {
  width: 692px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.index_news .item .more {
  color: #2a66d0;
}
.index_news .item .tit,
.index_news .item .desc,
.index_news .item .date {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_news .item:hover .tit,
.index_news .item:hover .desc,
.index_news .item:hover .date {
  color: #2a66d0;
}
.index_news .top {
  border-bottom: 1px solid #d7dae1;
}
.index_news .top .item {
  background-color: #fff;
  padding: 20px;
  border: none;
}
.index_news .top .item:nth-child(2n) {
  float: right;
}
.index_news .bottom .item {
  border-bottom: 1px solid #edeef3;
}
.index_news .bottom .item:nth-child(2n) {
  float: right;
}
.index_bg4 {
  background-image: url("../images/khbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index_kehu .wrapper {
  margin-right: -130px;
}
.index_kehu .item {
  float: left;
  width: 220px;
  text-align: center;
  margin-right: 36px;
  margin-bottom: 15px;
}
.index_kehu .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  font-size: 0;
}
.index_kehu .btn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  background-color: #2462e8;
}
.index_kehu .btn a {
  color: #fff;
}
.index_kehu .btn2 {
  background-color: #fff;
  border: 1px solid #ff8f58;
  color: #ff8f58;
}
.index_kehu .btn2 a {
  color: #ff8f58;
}
.index_lx {
  background-image: url("../images/lx.jpg");
  height: 176px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2663ea;
}
.cc6d8ff {
  color: #c6d8ff;
}
.footer {
  background-color: #101e2d;
  color: #aab1b9;
}
.footer a {
  color: #aab1b9;
}
.footer .flogo {
  border-right: 1px solid #283b4d;
}
.footer .flogo .btn {
  background-color: #2462e8;
}
.footer .item {
  min-width: 250px;
  float: left;
}
.index_link {
  line-height: 60px;
  font-size: 18px;
  border-top: 1px solid #283b4d;
  border-bottom: 1px solid #283b4d;
}
.footer_b {
  background-color: #101e2d;
  color: #aab1b9;
}
.footer_b a {
  color: #aab1b9;
}
.bg {
  background-color: #f8f8f9;
}
.crumb .w {
  border-bottom: 1px solid #a2b2d3;
}
.case_list .wrapper {
  margin-right: -100px;
}
.case_list .item {
  background-color: #fff;
  float: left;
  width: 440px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px;
  -webkit-box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
          box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
          -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top:0;
}
.case_list .item:hover{
    top:-20px;
}
.fangan_list .item {
  background-color: #fff;
  height: 434px;
  -webkit-box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
          box-shadow: 7.193px 6.947px 32px 0px rgba(180,187,208,0.32);
  margin-bottom: 50px;
}
.fangan_list .item .img {
  width: 749px;
  height: 434px;
}
.fangan_list .item .more {
  color: #0967d7;
}
.bgcdadee7 {
  background-color: #dadee7;
}
.bgcf1f3f7 {
  background: #f1f3f7;
}
.fuwu_page_bg {
  background-image: url("../images/cabg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.fuwu_page_zj .item {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255,255,255,0.5);
  width: 455px;
  height: 296px;
  border: 10px solid rgba(255,255,255,0);
  margin-bottom: 30px;
}
.fuwu_page_zj .item:hover {
  border: 10px solid rgba(255,255,255,0.5);
}
.vab {
  vertical-align: bottom;
}
.fuwu_page_two .item {
  width: 25%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 427px;
  border-right: 1px solid #e7ebef;
}
.fuwu_page_two .item:last-child {
  border: none;
}
.news_list .item {
  float: left;
  background-color: #fff;
  margin-bottom: 35px;
  width: 689px;
  height: 217px;
  padding: 10px;
}
.news_list .item .more {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background-color: #247589;
  float: right;
}
.news_list .item:nth-child(2n) {
  float: right;
}
.join_page_tit {
  text-shadow: 0px 2px 2px rgba(85,69,176,0.3);
}
.join_page_one .item {
  width: 392px;
  height: 220px;
  background-repeat: no-repeat;
}
.join_page_one .item .tit {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-top: 158px;
  line-height: 60px;
  letter-spacing: 5px;
}
.join_page_one .item:nth-child(1) {
  background-image: url("../images/j1.png");
}
.join_page_one .item:nth-child(2) {
  background-image: url("../images/j2.png");
}
.join_page_one .item:nth-child(3) {
  background-image: url("../images/j3.png");
}
.join_page_m {
  background-image: url("../images/jm.jpg");
  height: 666px;
  background-position: center;
  background-repeat: no-repeat;
}
.join_page_m .item {
  color: #fff;
  font-size: 16px;
  width: 560px;
  margin-top: 17px;
}
.join_page_m .item .tit {
  margin-bottom: 10px;
}
.join_page_m .item input {
  height: 44px;
  background-color: #fff;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  text-indent: 10px;
}
.join_page_m .item button {
  width: 260px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eb6912), to(#ffb155));
  background-image: -webkit-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: -moz-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: -o-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: linear-gradient(0deg, #eb6912 0%, #ffb155 100%);
}
.join_page_m .item textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 90px;
}
.join_page_m .item .captcha_txt {
  position: absolute;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  margin-top: -13px;
  background-color: #ffecb3;
  right: 10px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.message_page_bg {
  background-image: url("../images/mbg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: -40px;
}
.message_page .item {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-size: 14px;
}
.message_page .item .tit {
  margin-bottom: 10px;
}
.message_page .item input {
  height: 44px;
  background-color: #fff;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  text-indent: 10px;
}
.message_page .item button {
  width: 260px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eb6912), to(#ffb155));
  background-image: -webkit-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: -moz-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: -o-linear-gradient(bottom, #eb6912 0%, #ffb155 100%);
  background-image: linear-gradient(0deg, #eb6912 0%, #ffb155 100%);
}
.message_page .item textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 90px;
}
.message_page .item .captcha_txt {
  position: absolute;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  margin-top: -13px;
  background-color: #ffecb3;
  right: 10px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.c5f6479 {
  color: #5f6479;
}
.bgc5f6479 {
  background-color: #5f6479;
}
.bgimm3 {
  background-image: url("../images/m3.png");
  background-repeat: no-repeat;
  background-position: center;
}
.bgimm4 {
  background-image: url("../images/m4.png");
  background-repeat: no-repeat;
  background-position: center;
}
.bgc222222 {
  background-color: #222;
}
.vab {
  vertical-align: bottom;
}
.about_page_one .item {
  width: 280px;
  height: 330px;
  background-color: #fff;
}
.img_list .item{
    width:312px;
}
.index_pro_left {
  background-color: #247589;
}
.index_pro_left .lx_wrap {
  font-size: 14px;
  line-height: 2;
}
.index_pro_left .lx_wrap span span {
  display: inline-block;
  color: #666;
  font-weight: bold;
}
.index_pro_left_wrap .item {
  margin-bottom: 24px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #3e8abf;
}
.index_pro_left_wrap .item:last-child {
  margin-bottom: 0;
}
.index_pro_left_wrap .item a {
  color: #fff;
  display: block;
  padding-left: 15px;
}
.index_pro_left_wrap .item a:hover {
  text-decoration: underline;
}