body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  color: #666;
}
body, button, input, select, textarea {
  font: 14px/1 "Microsoft YaHei", "微软雅黑";
}
h1 {
  font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4, h5, h6 {
  font-size: 100%;
}
address, cite, dfn, em, var {
  font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666
}
a:hover {
  text-decoration: none;
  color: #083A81;
}
q:before, q:after {
  content: '';
}
.width100 {
  width: 100%;
  overflow: hidden;
}
.width20 {
  width: 19%;
	margin: 0 0.5%;
	float: left;
  overflow: hidden;
}

.mp0 {
  padding: 0 0rem;
  overflow: hidden;
}
.mp2 {
  padding: 0 0.2rem;
  overflow: hidden;
}
.mp5 {
  padding: 0 0.5rem;
  overflow: hidden;
}
.b10 {
  height: 10px;
  clear: both;
  overflow: hidden;
}
.b20 {
  height: 20px;
  clear: both;
  overflow: hidden;
}
.b40 {
  height: 40px;
  clear: both;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 8px;
  height: 5px
}
::-webkit-scrollbar-track {
  width: 8px;
  background-color: #f9f9f9
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #0045AA 70%, #00a5d3 30%);
  background-clip: padding-box;
  min-height: 100px
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555
}
/*clear*/
.clear {
  clear: both;
  float: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.display-pc {
  display: block;
}
.not-display-pc {
  display: none;
}
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s;
}
.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s;
}
.screen {
  width: 100%;
  padding: 0 6%;
  overflow: hidden;
}
.wrap {
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sticky-nav {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: .5s !important;
  background: #333 !important;
}
.sticky-nav .dreamit-header-menu ul li a {
  color: #fff;
}
.stiky-logo {
  display: none;
}
.sticky-nav .stiky-logo {
  display: block;
}
.sticky-nav .main-logo {
  display: none;
  width: 100%;
}
.header-area {
  position: fixed;
  width: 100%;
  background: none;
  z-index: 9999;
}
.dreamit-header-logo {
  margin: 10px 0 10px 5px;
}
.dreamit-header-menu {
  float: right;
}
.dreamit-header-menu ul {}
.dreamit-header-menu ul li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.dreamit-header-menu ul li a {
  line-height: 25px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: .3s;
  margin: 35px 0;
}
.dreamit-header-menu ul li a:hover {
  color: #fff;
}
.header-button {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.dreamit-header-menu ul li .dropdown-menu {
  min-width: 100px;
  top: 96%;
  border-top: 3px solid #083A81;
}
.dreamit-header-menu ul li .btn-group .dropdown-toggle {
  font-size: 14px;
}
.dreamit-header-menu ul li .btn-group .dropdown-toggle {
  text-decoration: none;
}
.dreamit-header-menu ul li .dropdown-menu a {
  width: 100%;
  margin: 2px 0;
}
.dreamit-header-menu ul li .dropdown-menu li {
  width: 100%;
  margin: 0;
}
.header-button a {
  font-family: 'DoHyeon', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: #083A81;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  transition: .5s;
  line-height: 90px;
}
.header-button a:hover {
  background: #fff;
  color: #213C71;
}
.menu-dg img {
  vertical-align: middle;
}
.dreamit-header-menu ul li.menu-tel a {
  font-family: 'DoHyeon', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #083A81;
  margin: 0;
  padding-right: 15px;
  vertical-align: middle;
}
.menu-tel i {
  font-size: 36px;
  vertical-align: middle;
  background: none;
  color: #083A81;
  margin-right: 5px;
}
.dreamit-header-menu ul li .btn-group .btn {
  font-size: 12px;
}
.dreamit-header-menu ul li:last-child {
  margin-left: 15px;
}


.menu-wrapper .mr0 {
  margin-right: 0;
}
.em_bar {
  background: #9B50DB none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 90px;
}
.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #cbbded;
  margin: 8px auto;
  position: relative;
  border-radius: 30px;
}
.em_bar_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0C5ADB;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}


 .slider_list:hover .owl-prev {
    left: 20px;
  }
  .slider_list .owl-prev, .owl-next {
    top: -320px;
    height: 30px;
    width: 35px;
    line-height: 30px;
  }
  .slider_list:hover .owl-next {
    right: 20px;
  }

.slider1 {
  height: 600px;
  background: url(../images/111.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.slider2 {
  height: 600px;
  background: url(../images/2222.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.slider3 {
  height: 600px;
  background: url(../images/333.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.slider4 {
  height: 600px;
  background: url(../images/444.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.slider5 {
  height: 600px;
  background: url(../images/555.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.slider-area:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.dreamit-slider-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 96, 170, 0.70);
  z-index: -1;
  border-radius: 10px;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #fff;
}
.range {
  display: flex;
  flex-wrap: wrap;
}
.dreamit-slider-content h2 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 140px;
}
.dreamit-slider-content.wten h2 {
  font-size: 90px;
}
.dreamit-slider-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  line-height: 1.4;
  color: #fff;
}
.dreamit-slider-content-inner {
  text-align: center;
}
.dreamit-slider-content-inner p {
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 3px solid #00a5d3;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}
.slider-button {
  margin-top: 20px;
}
.slider-button a {
  color: #fff;
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  font-size: 17px;
  padding: 18px 50px;
  text-transform: capitalize;
  transition: .5s;
}
.owl-carousel .owl-item .slider-button a img {
  display: inline-block;
  margin-left: 10px;
}
.slider-button a:hover {
  background: #AF0069 !important;
  color: #fff;
  border: 2px solid #AF0069 !important;
}
.slider-button .active {
  color: #fff;
  background: #AF0069 !important;
  border: 2px solid #AF0069;
  transition: .5s;
}
.slider-button .active:hover {
  background: transparent !important;
  border: 2px solid #fff !important;
}
.slider_list {
  overflow: hidden;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.owl-nav {
  position: relative;
}
.slider_list .owl-prev, .owl-next {
  position: absolute;
  top: -360px;
  height: 78px;
  width: 50px;
  line-height: 76px;
  text-align: center;
  border-radius: 2px;
  font-size: 25px;
  color: #fff;
  transition: .5s;
  padding-top: 7px;
}
.slider_list .owl-next {
  right: -58px;
}
.slider_list .owl-prev {
  left: -58px;
}
.slider_list .owl-prev:hover {
  background: #0045aa2b;
  color: #fff;
}
.slider_list .owl-next:hover {
  background: #0045aa2b;
  color: #fff;
}
.slider_list:hover .owl-prev {
  left: 40px;
}
.slider_list:hover .owl-next {
  right: 40px;
}
.owl-item .slider2 {}
.slider2 .dreamit-slider-content {}
.dreamit-slider-content .white h2 {
  color: #fff;
}
 .slider3 .dreamit-slider-content .white h2 {
  color: #002272;
}
.dreamit-slider-content .white h3 {
  color: #fff;
}
.slider2 .slider-button a {
  background: none;
}

/* Sub Menu Css */
.dreamit-header-menu ul li .sub-menu {
  opacity: 0;
  background: green;
  width: max-content;
  position: absolute;
  left: 0;
  top: 150%;
  transition: .5s;
  z-index: 22;
  overflow: hidden;
  visibility: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #00a5d3;
  padding: 10px 0;
  text-align: left;
}
.dreamit-header-menu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.dreamit-header-menu ul li .sub-menu ul li {
  display: block;
}
.dreamit-header-menu ul li .sub-menu ul li a {
  visibility: inherit;
  padding: 8px 0px;
  transition: .5s;
  display: block;
  font-size: 15px;
  color: #fff !important;
  transition: .5s;
  margin: 0;
}
.dreamit-header-menu ul li .sub-menu ul li:last-child {
  margin: 0 15px;
}
.dreamit-header-menu ul li .sub-menu ul li a:hover {
  color: #eff6ff !important;
}


.prbg{background: url(../images/cpbg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 75px 0;
    overflow: hidden;}
.prbg .left h2 {
    font-size: 36px;
    font-weight: bold;
    color: green;
    margin-bottom: 10px;
}
.prbg .left p {
    font-size: 18px;
    color: #4c4c4b;
    padding: 15px 0;
}
.prbg .left {
    /*padding-right: 15px;*/
    /*border-right: 1px solid rgba(76,76,75,0.2);*/
    margin-top: 10px;
}
.prbg .right {
    padding-left: 20px;
}
.prbg .right i{margin-right: 5px;}
.prbg .right ul li {
    width: 20%;
    margin-right: 5%;
    float: left;
    line-height: 30px;
    margin-top: 20px;

}
.prbg .right ul li a {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #4c4c4b;
    line-height: inherit;
    padding-left: 22px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    transition: all 0.3s;
}
.prbg .right ul li:hover a{background: linear-gradient(135deg, green 30%, #2d8deb);}
.prbg .right ul li:hover i{color: #fff;}
.prbg .right ul li:hover a{color: #fff;}

.pro_img_box {
    background: #fff;
    padding: 15px;
    text-align: center;
}
.pro_box {
    background: #fff;
    border-top: 1px solid #E5E5E5;
}
.pro_box .pro_name {
    font-size: 16px;
    height: 63px;
    padding: 0 15px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    line-height: 63px;
    color: #333333;
}

.ind_new_case .pro-container {
    overflow: hidden!important;
}
.ind_new_tab_box {
    position: relative;
    margin-top: 50px;
    height: 30px;
}
.ind_new_case {
    padding-top: 58px;
}
.ind_new_case .swiper-pagination-progressbar {
    height: 2px;
    background: green;
    width: 80%;
    left: 200px;
    top: 8px;

}
.ind_new_case .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ED8A33;
}
.ind_new_tab_box .swiper-button-prev, .ind_new_tab_box .swiper-button-next {
    position: relative;
    width: 25px;
    height: 17px;
    top: inherit;
    right: inherit;
    float: left;
    margin: 0;
}
.ind_new_tab_box .swiper-button-prev {
    background: url("../images/cpleft.png") no-repeat;
}
.ind_new_tab_box .swiper-button-next {
    background: url("../images/cpright.png") no-repeat;
    margin-left: 22px;
}
.ind_new_tab_box .swiper-button-prev:after, .ind_new_tab_box .swiper-button-next:after {
    display: none;
}
.ind_new_tab_box .swiper-button-prev:hover {
    background: url("../images/cplefth.png") no-repeat;
}
.ind_new_tab_box .swiper-button-next:hover {
    background: url("../images/cprighth.png") no-repeat;
}
.ind_new_case .swiper-slide a {
    display: block;
}
.ind_new_case .swiper-slide a:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-out;
}
.ind_new_case .swiper-slide a:hover .pro_name {
    color: #00377C;
}
.img100{max-width: 100%;}
.index_dian{ margin-bottom: 10px;}
.indexabout{background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 75px 0;
    overflow: hidden;}
.indexabout h1{color: #fff; font-size: 42px;margin-bottom: 10px;font-weight: bold;}
.about-p{margin-top: 20px;font-size: 16px;line-height: 42px;color: #fff;}
.about-p p{color: #fff;}
.video-index{display: block;}
.video-bg{position: relative;z-index: 0;opacity: 0.8;width: 100%;}
.video-index .play_ico{display:inline-block; width:54px; height:54px; background:url(../images/ipart10.png) no-repeat; position:absolute; left:50%; margin-left:-27px; top:50%; margin-top:-27px; transition:all 0.5s ease; z-index: 9;}
.video-index:hover .video-bg{opacity: 0.95;}
.video-index:hover .play_ico{background-position:0 -54px;}
.bor-top{border-top: 1px solid rgba(255, 255, 255, 0.1);}
.lianxi{margin-top: 20px; color: #fff;}
.lianxi i{color: #fff;margin-right: 10px;}
.lianxi span{font-size: 18px;}
.indexanli{    background: #F1F3F5;
    padding: 70px 0 75px 0;
    overflow: hidden;}
.indexanli h2 {
    font-size: 36px;
    font-weight: bold;
    color: green;margin-bottom: 10px;
}
.indexanli p {
    font-size: 18px;
    color: #4c4c4b;
    padding: 5px 0;
}

.case{background: #fff;}
.case-p{padding:5px 15px 20px 15px;}
.case-p p{line-height: 32px; color: #333; margin-bottom: 1px;}
.case-row div{color:#dfdfdf;}
.case-row i{color: #dfdfdf;}

.case:hover{box-shadow: 0px 7px 10px 5px #dfdfdf;}
.case:hover i{color: #1B73CA;}

.indexad{background: url("../images/adbg.png") no-repeat; background-size: cover;padding: 100px 0;}
.indexad h1{font-size: 42px; font-weight: bold;margin-bottom: 20px; color: #fff;}
.indexad h3{font-size: 24px;color: #fff;}

.indexnews{padding-top:75px;padding-bottom: 75px;}

.indexnews h2 {
    font-size: 36px;
    font-weight: bold;
    color: green;margin-bottom: 10px;
}
.indexnews .p9 {
    font-size: 18px;
    color: #4c4c4b;
    padding: 5px 0;
}
.toutiao h2{margin-top: 10px;}
.toutiao h2 i{background: #F44900;font-size: 24px; color: #fff;padding:9px 10px; display: block; text-align: center;}
.toutiao h2 p{font-size: 18px;line-height: 22px;}
.news-p{font-size: 14px; color: #4c4c4b;line-height: 20px;}
.indexnews dl{width: 100%;}
.indexnews dl dd{width: 100%; clear: both; margin-bottom: 20px; display: inline-block;}
.indexnews dl dd:hover .news-dl{background: #F44900;}
.indexnews dl dd .news-dl{padding: 6px 0; text-align: center; background: #1C74CA;}
.indexnews dl dd .news-dl .p1{font-size: 36px;font-weight: bold; color: #fff;}
.indexnews dl dd .news-dl .p2{font-size: 13px; color: #fff;}
.indexnews dl dd .p3{font-size: 16px;line-height: 30px;}

.footer{ background: url("../images/footbg.jpg") no-repeat;background-size: cover;}
.footup{ display: block;overflow: hidden;}
.foot_l{
    border-right: 1px solid #ECECEC2e;
    padding-bottom: 80px;}
.footlogo {
    border-bottom: 1px solid #ECECEC2e;
    padding: 40px 0 40px 0;
}

.foot_l ul {
    padding-top: 30px;
    display: block;
    overflow: hidden;
}

.foot_l ul li {
    float: left;
    width: 23%;
    padding: 0 10px;
}

.foot_l ul li h2 {
    padding-bottom: 8px;
    background: url("../images/footx.png") no-repeat bottom left;
    margin-bottom: 10px;
}

.foot_l ul li h2 a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
}

.foot_l ul li a {
    display: block;
    font-size: 14px;
    color: #c1c1c1;
    line-height: 20px;
    margin: 10px 0;
}

.foot_l ul li a:hover {
    color: #1B75CD;
}

.foot_r {
    padding-left: 50px;
    padding-top: 35px;
}

.address p {
    font-size: 14px!important;
    color: #c1c1c1;
    overflow: hidden;
    line-height: 28px;
    margin: 14px 0;
}

.address p span {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    float: left;
}

.address p strong {
    font-size: inherit;
    font-weight: 500;
    display: inline-block;
    float: left;
    max-width: 80%;
}

.footimg {
    padding-top: 50px;
}

.footimg ul {
    margin-left: -12px;
    margin-right: -12px;
}

.footimg ul li {
    max-width: 50%;
    width: 134px;
    float: left;
    padding: 0 12px;
    text-align: center;
}

.footimg p {
    font-size: 15px;
    padding-top: 5px;
    margin-top: 10px;
}

.footimg p img {
    margin-bottom: 5px;
}

.footdown {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999999;
    border-top: 1px solid #ECECEC2e;
}

.footdown a {
    color: #999999;
}

.footdown a:hover {
    color: #1B75CD;
}

.mianbaoxie {
  border-bottom: 1px solid #e3e4e4;
  line-height: 60px;
  background: #fff;
}
.main {
    margin: 70px 0 50px 0;
}

.lingyu_cont {
  position: relative;
}
.lingyu_cont::before {
  content: "";
  position: absolute;
  display: block;
  left: 66.6%;
  top: -70px;
  height: 100%;
  width: 100%;
  background: linear-gradient(#efefef, #fff);
  z-index: -1;
}
.lingyu_cont .left {
  float: left;
  width: 66.6%;
  box-sizing: border-box;
  padding-right: 70px;
}
.lingyu_cont .left .tit {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
  color: #777;
}
.lingyu_cont .left .editor_con {
  font-size: 16px;
  line-height: 2;
}
.lingyu_cont .left h1 {
  color: #083a81;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.lingyu_cont .left h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #083a81;
}
.lingyu_cont .left h3 {
  margin: 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #083a81;
}
.lingyu_cont .left img {
  max-width: 100%;
}
.right {
  padding: 10px 0;
}
.lingyu_cont .right {
  overflow: hidden;
  padding-left: 50px;
}
.lingyu_cont .right.cping_right {
  padding-left: 0;
}
.lingyu_cont .right .part2 dl {
  padding-bottom: 60px;
}
.lingyu_cont .right .part2 dl:last-child {
  padding-bottom: 0;
}
.lingyu_cont .right .part2 dt {
  border-bottom: 1px solid #c3cddd;
  color: #083a81;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.lingyu_cont .right .part2 dt i {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-style: normal;
}
.lingyu_cont .right .part2 dt i::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #e2a24a;
}
.lingyu_cont .right .part2 li {
  padding-bottom: 25px;
}
.lingyu_cont .right .part2 li:last-child {
  padding: 0;
}
.lingyu_cont .right .part2 li a {
  color: #666;
  line-height: 22px;
  display: inline-block;
}
.lingyu_cont .right .part2 li a:hover {
  color: #083a81;
}

.newText .H1 {
  font-size: 24px;
  color: #333333;
  text-align: center
}
.newTextDiv {
  border-top: 1px solid #d7d8d8;
  border-bottom: 1px solid #d7d8d8;
  padding: 9px 0;
  margin: 30px 0 40px 0;
  text-align: center;
}
.newTextDiv .H2 {
  font-size: 14px;
  color: #777777;
  margin-right: 0.83%;
  display: inline-block;
  line-height: 34px;
  letter-spacing: 0.5px;
}
.newTextCon {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.newTextCon img {
  max-width: 100%;
}
.news_listul {
  margin: 0 -25px;
}
.news_listul .li {
  float: left;
  width: 50%;
  padding: 15px 25px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.news_lista {
  display: block;
  height: 232px;
  box-sizing: border-box;
  padding: 48px 40px 40px 28px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.newstime {
  line-height: 30px;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.newstime i {
  color: #666;
  font-size: 28px;
  padding-right: 20px;
  transition: all 0.4s;
  font-style: normal;
}
.newstit {
  font-size: 20px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 22px;
}
.newsintro {
  line-height: 24px;
  color: #666;
  height: 72px;
  overflow: hidden;
  transition: all 0.4s;
}
.newsmore {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: 22px;
  height: 8px;
  background: url(../images/xw_more.png) no-repeat;
  transition: all 0.4s;
  background-position-x: right;
}
.news_lista:hover {
  background-image: linear-gradient(138deg, green, #00D900);
  color: #fff;
}
.news_lista:hover .newstime, .news_lista:hover .newstime i, .news_lista:hover .newsintro, .news_lista:hover .hqhd_msg .li_text, .news_lista:hover .hqpl_author {
  color: #fff;
}
.news_lista:hover .newsmore {
  background-position-x: 0;
}

.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  text-decoration: none;
  background: none;
  padding: 0;
  border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #999;
  background: none;
  border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
nav.for-pagination {
  text-align: center;
  margin-bottom: 50px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  float: left;
  line-height: 1.42;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin: 0 0 0 5px;
}
.pagination > li.thisclass {
  background: #083A81;
  color: #fff;
  margin-left: 0.75em;
}
.pagination > li.shouye {
  padding: 6px 12px;
  background: #fff;
  color: #999;
  border: 1px solid #ddd;
  margin-left: 0.75em;
  line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
  background-color: #334870;
  border-color: #334870;
  color: #fff;
}
nav.for-pagination .pagination li span {
  color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
  color: #999;
}
.pagination span {
  padding: 8px;
  background: #346EC2;
  margin-right: 5px;
  color: #fff;
}
.pagination span a {
  color: #fff;
}
.page-numbar a {
  margin-right: 10px;
}
.page-numbar a.page-num-current {
  color: #FCCF04;
}

.contact {
  margin-top: 80px;
  margin-bottom: 40px;
}
.tact h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tact i {
  margin-right: 20px;
}
.tact p {
  font-size: 15px;
  line-height: 24px;
}

.tuandui_list {
  margin-top: 40px;
}
.tuandui_list li {
  list-style: none;
  text-align: center;
  height: 400px;
}
.tuandui_lista {
  display: block;
  background: #F7F7F7;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid #4c4b4b00;
}
.tuanduitit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 24px;
  text-align: center;
}
.tuanduijj {
  display: inline-block;
  padding: 0 15px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 20px;
  margin: 20px auto;
}
.tuandui_lista:hover {
  background-image: linear-gradient(138deg, green, #00D900);
  color: #fff;
}
.tuandui-detail {
  background: #083A81;
  overflow: hidden;
}
.tuandui-dteail-right {
  margin: 40px;
}
.cping_right {
  overflow: hidden;
  padding-left: 70px;
}
.cping_nav .li {
  padding: 0 0 12px;
}
.cping_nav .li a {
  display: block;
  line-height: 30px;
  padding: 20px;
  border-left: 4px solid transparent;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.cping_nav .li.acitve a, .cping_nav .li a:hover {
  background-image: linear-gradient(138deg, #5394f1, #093B82);
  border-color: #e2a24a;
  color: #fff;
}
.indexabout h1 {font-size: 28px;}
.about-p {font-size: 16px;line-height: 32px;}

.map{height:600px;}




