* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  list-style: none;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
img {
  border: none;
  display: block;
  /*margin: 0 auto;*/
  max-width: 100%;
}
a {
  text-decoration: none;
  display: block;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
i {
  display: inline-block;
  vertical-align: middle;
}
.position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.positionY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input,
textarea {
  outline: none;
  border: none;
  resize: none;
  font-family: "微软雅黑";
  background-color: #fff;
  vertical-align: middle;
}
body {
  line-height: 1;
  font-family: "微软雅黑";
  font-size: 14px;
  background-color: #fff;
}
li {
  float: left;
  position: relative;
}
/* span {
  display: inline-block;
  vertical-align: middle;
} */
header {
  height: 120px;
  position: relative;
}
header .logo {
  line-height: 120px;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .btn_a{
  font-size: 16px;
  color: #333333;
  line-height: 118px;
  border-bottom: 2px solid transparent;
  padding: 0 40px;
}
header .nav_li_ul{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
  padding: 30px 0;

  display: none;
}
header .nav_li_ul_li{
  width: 100%;
}
header .btn_a_a{
  color: #333;
  line-height: 48px;
}
header .nav_li_ul_li_div{
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  display: none;
  background: #fff;
}
header .nav_li_ul_li_div a{
  color: #333;
  line-height: 48px;
}
header .nav_li_ul_li_div a:hover{
  color: #1d6db0;
}


header #nav_li:hover .btn_a{
  color: #1d6db0;
  border-bottom: 2px solid #1e71b6;
}
header #nav_li:hover .nav_li_ul{
  display: block;
}
header .nav_li_ul_li:hover .btn_a_a{
  color: #1d6db0;
}
header .nav_li_ul_li:hover .nav_li_ul_li_div{
  display: block;
}
/* header ul {
  
  position: relative;
}
header ul li {
  position: relative;
}
header ul li a {
  
}
header ul li a:hover {
  color: #1d6db0;
}
header ul li .btn_a {
  
}
header ul li div {
  width: 200px;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 30px;
  display: none;
}
header ul li div a {
  line-height: 48px;
}
header ul li .active{
  color: #1d6db0;
  border-bottom: 2px solid #1e71b6;
}
header ul li:hover .btn_a {
  
}
header ul li:hover div {
  display: block;
} */
header ul span {
  float: left;
  line-height: 118px;
  color: #e6e6e6;
}
header .search {
  width: 50px;
  height: 50px;
  position: relative;
  top: 35px;
  font-size: 0;
}
header .search input[type="text"] {
  width: 400px;
  height: 100%;
  padding: 0 20px;
  z-index: 99;
  position: absolute;
  right: 50px;
  display: none;
  border: 1px solid #ccc;
  font-size: 16px;
}
header .search input[type="button"] {
  background: url('../images/icon.png') no-repeat -140px -20px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
/* header .search:hover {
  background: skyblue;
} */
/* header .search:hover input[type="text"] {
  display: block;
  border: 1px solid #ccc;
} */
header .tan_btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
header .tan_btn span {
  width: 30px;
  display: block;
  border-top: 1px solid #1d6db0;
  margin: 10px 0;
}
.tan {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 80px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.tan a {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.tan a:hover {
  background-color: #1d6db0;
  color: #fff;
}
.tan .active{
  background-color: #1d6db0;
  color: #fff;
}


/* .banner .swiper-pagination {
  width: 100%;
  bottom: 40px !important;
} */
/* .banner .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin: 0 10px !important;
  background-color: rgba(255, 255, 255, 0.25);
}
.banner .swiper-pagination .swiper-pagination-bullet i{
  background-color: #fff !important;
  border-radius: 50%;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1d6db0 !important;
} */
/* .swiper-pagination-custom {
  cursor: pointer;
}
.swiper-pagination-customs {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 10px !important;
}
.swiper-pagination-customs-active {
  opacity: 1;
  background-color: #F78E00;
} */



.banner {
  position: relative;
  cursor: pointer;
  height: 849px;
}
.banner a {
  height: 100%;
  display: none;
}
.banner a:first-child {
  display: block;
}
.banner ul {
  width: 100%;
  position: absolute;
  bottom: 30px;
  font-size: 0;
}
.banner ul li {
  float: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
}
.banner ul li i{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner ul .active i{
  background-color: #1d6db0;
}










.title {
  text-align: center;
  padding-top: 80px;
}
.title p {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
.title i {
  width: 40px;
  height: 3px;
  background-color: #1d6db0;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.title1 p {
  color: #ffffff;
}
.title1 i {
  background-color: #ffffff;
}
.title2 {
  padding-top: 0;
}
/* .title3 {
  padding-top: 150px;
} */
/* .product_index {
  margin-bottom: 70px;
} */
/* .product_index ul li {
  margin-bottom: 30px;
} */
.product_index ul li .p_content {
  position: relative;
}
.product_index ul li .p_content img {
  width: 100%;
}
.product_index ul li .p_content .p_title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #cbe4fc;
  position: absolute;
  bottom: 0;
}
.product_index ul li .p_content .p_title a{
  color: #333333;
}
.product_index ul li .p_content .p_text {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 0 25px;
  padding-bottom: 20px;
}
.product_index ul li .p_content .p_text .a1 {
  background: url('../images/icon.png') no-repeat -234px -10px;
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  float: none;
}
.product_index ul li .p_content .p_text .a2 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  color: #ffffff;
}
.product_index ul li .p_content .p_text .a2:hover {
  text-decoration: underline;
}
.product_index ul li .p_content .p_text p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.product_index ul li:hover .p_title {
  display: none;
}
.product_index ul li:hover .p_text {
  display: block;
}
/* .about_index {
  height: 563px;
  position: relative;
}
.about_index .a_i_dd {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.about_index .a_i_dd .a_i_d {
  background-color: rgba(30, 113, 182, 0.85);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.4);
  padding: 60px 75px;
}
.about_index .a_i_dd .a_i_d .a_i_d_p {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  height: 72px;
  overflow: hidden;
  margin-bottom: 60px;
} */
.more {
  width: 140px;
  height: 50px;
  border: solid 1px #ffffff;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.more:hover {
  border-color: #ccc;
  color: #ccc;
}
.programme_index ul li div .img {
  width: 100%;
}
.programme_index ul li div .img:hover {
  opacity: 0.8;
}
.programme_index ul li div p {
  line-height: 60px;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}
.programme_index ul li div p .text {
  font-size: 18px;
  color: #333333;
  width: 80%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.programme_index ul li div p i {
  background: url('../images/icon.png') no-repeat -234px -104px;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.programme_index ul li div p:hover .text {
  color: #1d6db0;
}
.programme_index ul li div p:hover i {
  background: url('../images/icon.png') no-repeat -234px -70px;
}
.news_index {
  height: 563px;
}
.news_index ul li div {
  border-top: 1px solid #999999;
  padding: 0 30px;
}
.news_index ul li div .p1 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding: 30px 0 20px;
}
.news_index ul li div .p1 .a1 {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  width: 70%;
  height: 24px;
  overflow: hidden;
}
.news_index ul li div .p1 .span1 i {
  font-size: 14px;
  color: #666666;
}
.news_index ul li div .p2 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  height: 90px;
  overflow: hidden;
}
.news_index ul li div .more {
  border-color: #999;
  color: #333333;
  margin: 0;
  margin-top: 60px;
}
.news_index ul li:hover div {
  border-top: 1px solid #1d6db0;
}
.news_index ul li:hover div .p1 .a1 {
  color: #1d6db0;
}
.news_index ul li:hover div .more {
  border-color: #1d6db0;
  background-color: #1d6db0;
  color: #fff;
}
.contact_index ul {
  margin-bottom: 100px;
}
.contact_index ul .li1 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.contact_index ul .li1 .p1 {
  font-weight: bolder;
}
.contact_index ul .li1 p{
  margin-bottom: 20px;
}
.contact_index ul .li1 p span{
  margin-left: 10px;
  width: 88%;
  display: inline-block;
}
.contact_index ul .li1 i {
  width: 23px;
}
.contact_index ul .li1 .i1 {
  background: url('../images/icon.png') no-repeat -181px -20px;
  height: 16px;
}
.contact_index ul .li1 .i2 {
  background: url('../images/icon.png') no-repeat -140px -105px;
  height: 30px;
}
.contact_index ul .li1 .i3 {
  background: url('../images/icon.png') no-repeat -140px -63px;
  height: 22px;
}
.contact_index ul .li1 .i4 {
  background: url('../images/icon.png') no-repeat -138px -146px;
  height: 26px;
  position: relative;
}
.contact_index ul .li2{
  padding-top: 50px;
}
.contact_index ul .li2 p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.contact_index ul .li2 p input {
  height: 100%;
  width: 88%;
  padding-left: 20px;
  font-size: 18px;
}
.contact_index ul .li3{
  padding-top: 50px;
}
.contact_index ul .li3 p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.contact_index ul .li3 p textarea {
  display: block;
  width: 100%;
  font-family: "微软雅黑";
  line-height: 28px;
  font-size: 16px;
  padding-bottom: 5px;
}
.contact_index ul .li3 input {
  color: #1d6db0;
  border-color: #1d6db0;
  margin: 0;
  cursor: pointer;
  margin-top: 56px;
}
.contact_index ul .li3 input:hover {
  opacity: 0.8;
}
footer {
  background-color: #000000;
  padding: 50px 0;
}
footer a:hover {
  text-decoration: underline;
}
footer div {
  text-align: center;
}
footer div a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #fff;
  padding: 0 30px;
}
footer div a:first-child {
  border-left: none;
}
footer p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 40px;
}
footer p a {
  color: #ff8800;
  display: inline-block;
}
.cover {
  height: 280px;
}
.small_nav {
  border-bottom: solid 1px #dddddd;
}
.small_nav .s_nav {
  position: relative;
}
.small_nav .s_nav li {
  position: static;
}
.small_nav .s_nav li .s_nav_a {
  font-size: 18px;
  line-height: 42px;
  background-color: transparent;
  padding: 0 12px;
  color: #999999;
  margin: 20px 0;
  margin-left: 80px;
}
.small_nav .s_nav li:first-child a{
  margin-left: 0px !important;
}
.small_nav .s_nav li div {
  position: absolute;
  left: 15px;
  display: none;
}
.small_nav .s_nav li div a {
  display: inline-block;
  font-size: 16px;
  line-height: 70px;
  color: #444444;
  margin-right: 80px;
}
.small_nav .s_nav li .s_nav_a.active+div{
  display: block;
}

.small_nav .s_nav li:hover .s_nav_a {
  color: #fff;
  background-color: #1e71b6;
}
.small_nav .s_nav li .active{
  color: #fff;
  background-color: #1e71b6;
}
/* .small_nav .s_nav li:first-child div{
  display: block;
} */
.small_nav .s_nav li:hover div a:hover {
  color: #1d6db0;
}


.small_nav .s_nav li div a.active2 {
  color: #1d6db0;
}

.p_div {
  padding: 30px 0;
  
  /* margin-bottom: 40px; */
}
.p_div2{
  padding-bottom: 0;
}
.p_div .p_d_d .imgs {
  width: 30%;
}
.p_div .p_d_d .imgs img {
  width: 100%;
  margin: 0;
}
.p_div .p_d_d .p_div_d {
  width: 70%;
  padding-left: 5%;
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  padding-top: 3%;
}
.p_div .p_d_d .p_div_dd{
  padding-left: 0;
  padding-right: 5%;
}
.p_div .p_d_d .p_div_d .text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.p_div .p_d_d .p_div_d .text:hover {
  color: #1d6db0;
}
.p_div .p_d_d .p_div_d p {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.p_div1 {
  margin-top: 30px;
  background-color: rgba(30, 113, 182, 0.3);
}
.more1 {
  margin: 0;
  background-color: #1e71b6;
  border: 1px solid #1d6db0;
  margin-top: 40px;
}
.fan{
  display: none;
}
.more1:hover {
  opacity: 0.8;
  color: #fff;
  border: 1px solid #1d6db0;
}
.news .news_title {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0;
}
.news .news_title h1 {
  color: #1e71b6;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}
.news .news_content {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
  padding: 30px 0;
  margin-bottom: 50px;
}
.up_down p{
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.up_down a {
  display: inline-block;
  color: #333;
}
.up_down a:hover {
  color: #1d6db0;
}
.product h1 {
  font-size: 32px;
  color: #1e71b6;
  line-height: 120px;
  border-bottom: 1px solid #e6e6e6;
}
.product .imgs {
  padding-top: 50px;
}
.product .imgs li{
  width: 100%;
  display: none;
}
.product .imgs li:first-child {
  display: block;
}
/* .product .imgs1 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.product .imgs1 img {
  padding-top: 20px;
  float: left;
}
.product .imgs2 {
  margin-bottom: 50px;
}
.product .imgs2 li img {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
} */
/* .product p {
  font-size: 16px;
  line-height: 48px;
  color: #666;
} */
.product p i {
  width: 8px;
  height: 8px;
  background-color: #1e71b6;
  margin-right: 20px;
}
.product .on_line {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  background-color: #1e71b6;
  margin-top: 50px;
  margin-bottom: 50px;
}
.product .on_line:hover {
  background: rgba(30, 113, 182, 0.85);
}

.product .p_page a {
  display: inline-block;
  width: 30px;
  height: 6px;
  background-color: #1e71b6;
  border-radius: 3px;
  margin: 30px 10px 20px;
  cursor: pointer;
}
.product .p_page .active{
  background-color: #000;
}

.product .p_content{
  font-size: 16px;
  line-height: 36px;
  color: #454545;
  text-align: justify;
}

.product .p_content img{
  display: inline-block;
}

.product .p_nav{
  margin-bottom: 30px;
}
.product .p_nav a {
  font-size: 18px;
  color: #000000;
  float: left;
  padding: 10px 60px;
  margin-right: 3px;
  border-bottom: 1px solid transparent;
}
.product .p_nav a:hover {
  border-bottom: 1px solid #1e71b6;
}
.product .p_nav .active {
  border-bottom: 1px solid #1e71b6;
}

.product .p_contents div {
  display: none;
}
.product .p_contents div:first-child {
  display: block;
}

.programmer .p_img {
  width: 40%;
}
.programmer div {
  width: 60%;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 7%;
}
.programmer div .p_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.programmer div .p_title .a {
  color: #1e71b6;
}
.programmer div .p_title .a:hover{
  text-decoration: underline;
}
.programmer div .p_title i {
  background: url('../images/icon.png') no-repeat -234px -70px;
  width: 18px;
  height: 14px;
}
.programmer div .p_text {
  font-size: 16px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  color: #333333;
}
.programmer div .more1 {
  margin-top: 30px;
}
.programmer .div1 {
  padding-left: 7%;
  padding-right: 3%;
}
.programmer1 {
  margin-top: 50px;
}
.cover1{
  margin-bottom: 50px;
}
.programmer:nth-child(even) {
  background-color: rgba(30, 113, 182, 0.1);
}
.paging {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.pagination , .paging ul{
  text-align: center;
  margin: 0 auto;

  /*margin-left: 25%;*/
}
.paging ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 16px;
  color: #999;
  margin: 50px 10px 0;
  vertical-align: middle;
}
.paging a {
  /*display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 16px;*/
  color: #999;
  /*margin: 50px 10px 0;*/
  /*vertical-align: middle;*/
}
.paging a:hover {
  border-color: #1d6db0;
  background-color: #1d6db0;
  color: #fff;
}
.paging .active {
  border-color: #1d6db0;
  background-color: #1d6db0;
  color: #fff;
}
.paging .pageprev{
  background: url('../images/jian.png') no-repeat 5px 2px;
}
.paging .pagenext {
  background: url('../images/jian.png') no-repeat -50px 2px;
}
.paging .pageprev:hover {
  background-position: -23px 2px;
}
.paging .pagenext:hover {
  background-position: -78px 2px;
}
.about {
  margin-bottom: 50px;
}
.about h1 {
  font-size: 32px;
  line-height: 120px;
  color: #1e71b6;
}
.about .about_div {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 60px;
}
.about .about_div p{
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}
.about .about_div ul li {
  width: 50%;
}
.about .about_div ul li .divs {
  height: 213px;
  position: relative;
  /* margin-bottom: 120px; */
}
.about .about_div ul li .divs .solid {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1e71b6;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 99;
}
.about .about_div ul li .divs .solid1 {
  left: -10px;
}
.about .about_div ul li .divs .i {
  background: url('../images/icon.png') no-repeat -20px -20px;
  width: 100px;
  height: 149px;
  position: absolute;
}
.about .about_div ul li .divs .i1 {
  right: 40px;
}
.about .about_div ul li .divs .i2 {
  left: 40px;
}
.about .about_div ul li .divs span {
  font-size: 26px;
  line-height: 48px;
  color: #333333;
  position: absolute;
}
.about .about_div ul li .divs .span1 {
  top: 10px;
  right: 60px;
}
.about .about_div ul li .divs .span2 {
  top: 10px;
  left: 60px;
}
.about .about_div ul li .divs .texts {
  background-color: #e1ecf6;
  border-radius: 10px;
  width: 70%;
  padding: 0 30px;
  position: absolute;
  top: 93px;
}
.about .about_div ul li .divs .texts p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 15px 0;
  margin-bottom: 0;
}
.about .about_div ul li .divs .div1 {
  right: 145px;
}
.about .about_div ul li .divs .div2 {
  left: 145px;
}
.about .about_div ul li .divs:last-child {
  margin-bottom: 0;
}
.about .about_div ul li .div11 {
  margin-top: 200px;
}
.about .about_div ul li .div22 {
  /* margin-top: 113px; */
  margin-bottom: 200px;
}
.about .about_div ul .left {
  border-right: 5px solid #e1ecf6;
  margin-right: -5px;
}
.about .about_div ul .right {
  border-left: 5px solid #e1ecf6;
}
.about .about_div .new {
  display: none;
}
.news_list1 li {
  width: 100%;
  margin-top: 65px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.news_list1 li:hover{
  box-shadow: 0px 2px 8px 0px 
		rgba(30, 113, 182, 0.4);
}
.news_list1 li .n_imgs {
  width: 30%;
}
.news_list1 li .n_imgs img {
  width: 100%;
  border: 1px solid #eee;
}
.news_list1 li .n_divs {
  padding-left: 30px;
  width: 70%;
  color: #333333;
  /* padding-top: 30px; */
}
.news_list1 li .n_divs span {
  font-size: 24px;
}
.news_list1 li .n_divs a {
  font-size: 18px;
  color: #333333;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list1 li .n_divs a:hover{
  text-decoration: underline;
}
.news_list1 li .n_divs p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #666666;
}
.news_list1 li:hover .n_divs span {
  color: #1d6db0;
}
.news_list1 li:hover .n_divs a {
  color: #1d6db0;
}
.contact_h1 {
  font-size: 32px;
  line-height: 120px;
  color: #1e71b6;
}
.contact {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.contact ul {
  margin: 20px 0 40px;
}