@charset "utf-8";
/*初始样式*/
body {
  color: #333;
  font-size: 14px;
}

/*网站字体颜色*/
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
img {
  border: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
}

i, em {
  font-style: normal;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* -- 页面整体布局 -- */
.pic img, .picl img, .pics img {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}

.pic img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.picl img:hover {
  -moz-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
}

.pics img:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.white, .whites {
  position: relative;
  overflow: hidden;
}

.white:after, .whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@keyframes myfirst {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

body {
  min-width: 1200px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

i, em {
  font-style: normal;
}

.text-c {
  text-align: center;
}

/*banner*/
.banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner .bd li {
  width: 100%;
}

.banner .bd li img {
  width: 100%;
}

.banner .bd li a {
  height: 100%;
}
.banner .prev {
  position: absolute;
  top: 48%;
  left: 7%;
  cursor: pointer;
}
.banner .next {
  position: absolute;
  top: 48%;
  right: 7%;
  cursor: pointer;
}
.banner .hd {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  width: 1200px;
  bottom: 60px;
  margin-left: -600px;
}

.banner .hd li {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #fff;
  margin: 2px 16px;
  display: inline-block;
  border-radius: 20px;
}

.banner .hd li.on {
  background: #EF8301;
  width: 16px;
  margin: 0 16px;
  height: 16px;
  border: 3px solid #fff;
  background: none;
  box-sizing: border-box;
}

/*banner下方的搜索条*/
.search {
  height: 80px;
  background: #F7F7F7;
}
.search .search-all {
  display: flex;
  justify-content: space-between;
  height: 80px;
  text-align: center;
}
.search .search-all .search-l p {
  font-size: 16px;
  color: #333333;
  line-height: 80px;
  position: relative;
}
.search .search-all .search-l p a {
  margin-left: 30px;
}
.search .search-all .search-r {
  margin-top: 21px;
  width: 286px;
  height: 37px;
  display: flex;
  align-items: center;
  border: 1px solid #BABABA;
  border-radius: 19px;
  line-height: 80px;
}
.search .search-all .search-r img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.search .search-all .search-r input {
  width: 230px;
  height: 15px;
  text-indent: 20px;
  border: none;
  background-color: transparent;
}

/*优势框*/
.ys-box {

}
.ys-box .ys-content {
  box-sizing: border-box;
  margin-top: -110px;
  padding: 50px 85px;
  height: 210px;
  background: #FFFFFF;
  box-shadow: 1px 1px 3px 1px rgba(159,159,159,0.25);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ys-box .ys-content .item {
  text-align: center;
}
.ys-box .ys-content .item .txt {
  display: flex;
  justify-content: center;
}
.ys-box .ys-content .item .txt h3 {
  margin-right: 7px;
  font-size: 54px;
  font-weight: 500;
  color: #333333;
  line-height: 54px;
}
.ys-box .ys-content .item .txt span {
  margin-top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background: #1364A3;
  border-radius: 50%;
}
.ys-box .ys-content .item h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.ys-box .ys-content .item h5 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 14px;
}
.ys-box .ys-content .line {
  margin-top: 30px;
  width: 1px;
  height: 66px;
  background: #E7E7E7;
}



/*我们的服务*/
.server {
  margin-top: 98px;
  margin-bottom: 99px;
}
.server .server-title {
  margin-top: 101px;
  text-align: center;
}
.server .title-t {
  display: flex;
}
.server .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.server .title-t .x-line {
  font-size: 28px;
  color: #e3e3e3;
}
.server .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
}
.server .title-t h2 .fw {
  color: #1364A3;
}
.server .server-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.server-content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.server-content .item {
  margin-top: 24px;
  text-align: center;
  width: 286px;
  height: 474px;
  background: #f8f8f8;
  cursor: pointer;
  transition: 0.5s;
  position:relative
}
.server-content .item:hover {
  box-shadow: #d4d2d2 0px 0px 10px;
}
.server-content .item.gntx-item img{
  margin: 50px 39px 28px 43px;
}
.server-content .item img {
 /* margin: 50px 39px 40px 43px;
  width: 204px;
  height: 236px;
  */
}
.server-content .item  h2 {
  margin-bottom: 28px;
  font-size: 24px;
  color: white;
  line-height: 24px;
  text-align: center;
  position:absolute;
  top:400px;
  width:100%;
  text-align:center;
}
.server-content .item p {
  height: 47px;
  font-size: 16px;
  text-align: center;
  color: #eee;
  line-height: 30px;
  position:absolute;
  text-align:center;
  top:430px;
  width:100%
}
.server-content .item.gntx-item p {
  height: 28px;
}
.server-content .item:hover h2 {
  color: #ddd;
}

.xfdz{
  margin-top:70px
}
.xfdz-one{
  width:100%
}
.xfdz-one-1{
  width:794px;
  float:left
}
.xfdz-one-1 img{
  width:100%
}
.xfdz-one-2{
  width:397px;
  float:left;
  margin-left:9px;
}
.xfdz-one-2 img{
  width:100%;
}
.xfdz-clear{
  width:100%;
  clear:both
}
.xfdz-two{
  width:100%;
  margin-top:6px
}
.xfdz-two-1{
  width:394px;
  float:left
}
.xfdz-two-1 img{
  width:100%
}
.xfdz-two-2{
  width:391px;
  float:left;
  margin-left:9px;
}
.xfdz-two-2 img{
  width:100%
}
.xfdz-two-3{
  width:397px;
  float:left;
  margin-left:9px;
}
.xfdz-two-3 img{
  width:100%
}

/*功能特性*/
.gntx {
  margin-top: 98px;
  margin-bottom: 99px;
}
.gntx .gntx-title {
  margin-top: 101px;
  text-align: center;
}
.gntx .title-t {
  display: flex;
}
.gntx .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.gntx .title-t .x-line {
  font-size: 28px;
  color: #e3e3e3;
}
.gntx .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
}
.gntx .title-t h2 .fw {
  color: #1364A3;
}
.gntx .gntx-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.gntx-content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.gntx-content .item {
  margin-top: 24px;
  text-align: center;
  width: 286px;
  height: 474px;
  background: #f8f8f8;
  cursor: pointer;
  transition: 0.5s;
}
.gntx-content .item:hover {
  box-shadow: #d4d2d2 0px 0px 10px;
}
.gntx-content .item img {
  margin: 50px 39px 30px 43px;
  width: 204px;
  height: 236px;
}
.gntx-content .item  h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.gntx-content .item p {
  margin: 0 39px;
  height: 28px;
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 30px;
}
.gntx-content .item:hover h2 {
  color: #1364a3;
}

/*定制服务*/
.make .on {
  color: #ffffff !important;
  background: url("../img/dz-bg-b.png") no-repeat !important;
}
.make {
  position: relative;
  height: 1350px;
  margin-top: 98px;
  padding-bottom: 99px;
  background: url("../img/dz-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.make .make-title {
  padding-top: 150px;
  text-align: center;
  color: #ffffff;
}
.make .title-t {
  display: flex;
  justify-content: center;
}
.make .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.make .title-t .x-line {
  font-size: 28px;
  color: #ffffff;
}
.make .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  white-space: nowrap;
}
.make .make-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}
.make .make-nav {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.make .make-nav .item {
  margin-bottom: 30px;
  width: 189px;
  height: 51px;
  margin-right: 20px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 51px;
  background: url("../img/dz-bg-w.png") no-repeat;
  cursor: pointer;
}
.make .make-nav .item:nth-child(5){
  margin-right: 0;
}
.make .make-nav .item:nth-child(10){
  margin-right: 0;
}
.make .make-content {
  padding-bottom: 83px;
  margin-top: 14px;
}
.make .make-content img {
  display: block;
  width: 1200px;
}
.make .make-content .desc {
  position: relative;
  padding: 39px 62px 43px 41px;
  background-color: #ffffff;
}
.make .make-content .desc h3 {
  margin-bottom: 18px;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.make .make-content .desc p {
  font-size: 16px;
  text-align: justify;
  color: #666666;
  line-height: 25px;
}
.make .make-content .desc p a {
  color: #1364A3;
}
.make .make-icon {
  width: 53px;
  height: 61px;
  position: absolute;
  top: 25px;
  left: 570px;
}
.make .make-icon img {
  width: 100%;
  height: 100%;
}
/*我们的优势*/
.advantage {
  margin-top: 98px;
  margin-bottom: 99px;
}
.advantage .advantage-title {
  margin-top: 101px;
  text-align: center;
}
.advantage .title-t {
  display: flex;
}
.advantage .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.advantage .title-t .x-line {
  font-size: 28px;
  color: #e3e3e3;
}
.advantage .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
}
.advantage .title-t h2 .ys {
  color: #1364A3;
}
.advantage .advantage-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.advantage .first {
  margin-top: 70px;
  display: flex;
}
.advantage .first-l img {
  margin-right: 100px;
  width: 634px;
  /*height: 453px;*/
}
.advantage .first-r {
  margin-top: 26px;
}
.advantage .first-r .item .item-t {
  display: flex;
}
.advantage .first-r .item .item-t h3 {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.advantage .first-r .item .item-t h4 {
  font-size: 24px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
}
.advantage .first-r .item .item-t img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.advantage .first-r .item .item-m {
  margin-top: 13px;
  margin-bottom: 13px;
  width: 514px;
  height: 1px;
  background: #e6e6e6;
}
.advantage .first-r .item .item-b {
  margin-bottom: 33px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}
.advantage .item .item-b span {
  color: #1364A3;
  font-weight: bold;
}
.advantage .second {
  margin-top: 70px;
  display: flex;
}
.advantage .second-r img {
  margin-top: -32px;
  margin-left: 100px;
  width: 603px;
  /*height: 592px;*/
}
.advantage .second-l {
  /*margin-top: 53px;*/
}
.advantage .second-l .item .item-t {
  display: flex;
}
.advantage .second-l .item .item-t h3 {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.advantage .second-l .item .item-t h4 {
  font-size: 24px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
}
.advantage .second-l .item .item-t img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.advantage .second-l .item .item-m {
  margin-top: 13px;
  margin-bottom: 13px;
  width: 514px;
  height: 1px;
  background: #e6e6e6;
}
.advantage .second-l .item .item-b {
  margin-bottom: 33px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}

/*合作·案例*/
.case {
  position: relative !important;
  z-index: 99 !important;
  padding-top: 101px;
  padding-bottom: 99px;
  background: url("../img/hz-bg.jpg") no-repeat;
}

.case .case-nav {
  margin-top: 70px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
}

.case .case-nav .item {
  margin-bottom: 30px;
  width: 218px;
  height: 52px;
  margin-right: 20px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 52px;
  background: white;
  cursor: pointer;
  border-radius: 26px;
  overflow:hidden
}

.case .on {
  color: #1364C9 !important;
  background: white;
  font-weight: bold;
}

.case .case-nav .item:nth-child(5){
  margin-right: 0;
}
.case .case-nav .item:nth-child(10){
  margin-right: 0;
}

.case .case-wrap {
  display: flex;
}
.case .case-title {
  text-align: center;
  color: #ffffff;
}
.case .title-t {
  display: flex;
  justify-content: center;
}
.case .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.case .title-t .x-line {
  font-size: 28px;
  color: #ffffff;
}
.case .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  white-space: nowrap;
}
.case .case-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}
/*
.case .case-nav {
  display: flex;
  justify-content: center;
}
.case .case-nav .item {
  margin: 70px 19px 40px;
  width: 120px;
  height: 39px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
*/
.case .case-content {
  /*margin-top: 70px;*/
  display: flex;
}
.case .case-l img {
  width: 749px;
  height: 578px;
}
.case .desc {

  width: 451px ;
  height: 578px !important;
  background: #FFFFFF;
  text-align: center;
}
.case .desc h3 {
  margin-top: 116px;
  margin-bottom: 39px;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.case .desc p {
  margin: 39px 46px 40px 49px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.case .desc a {
  text-align: center;
}
.case .desc a button {
  width: 152px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  outline: none;
  cursor: pointer;
}
.case .nav-b {
  position: absolute;
  right: 88px;
  bottom: 85px;
  width: 276px;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.case .nav-b img {
  cursor: pointer;
}
.case .nav-b .b-item {
  width: 11px;
  height: 11px;
  border: 1px solid #666666;
  border-radius: 50%;
}
.case .nav-b .b-item.on {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid #1364A3;
  border-radius: 50%;
}
.case .nav-b .on span {
  width: 6px;
  height: 6px;
  background: #1364A3;
  border-radius: 50%;

}
.case .nav-b .hz-left {
  margin-right: 28px;
  width: 26px;
  height: 26px;
}
.case .nav-b .hz-right {
  margin-left: 28px;
  width: 26px;
  height: 26px;
}

/*权威认证·品质保障*/
.books {
  margin-bottom: -204px;
}
.books .books-wrap .item:hover .item-b {
  background: #1364A3 !important;
  transition: 0.5s !important;
}
.books .books-title {
  margin-top: 101px;
  text-align: center;
}
.books .title-t {
  display: flex;
}
.books .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.books .title-t .x-line {
  font-size: 28px;
  color: #e3e3e3;
}
.books .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
}
.books .title-t h2 .ys {
  color: #1364A3;
}
.books .books-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.books .books-content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.books .books-content img {
  margin-top: 204px;
  width: 57px;
  height: 57px;
}
.books .books-wrap {
  margin-top: -204px;
  display: flex;
  justify-content: space-between;
}
.books .books-wrap .item {
  margin-top: -204px;
  margin-right: 17px;
  width: 340px;
}
.books .books-wrap .item img {
  margin-left: 25px;
  width: 291px;
  height: 411px;
}
.books .books-wrap .item .item-b {
  margin-top: -88px;
  width: 340px;
  height: 136px;
  background: #D4D5D7;
  text-align: center;
}
.books .books-wrap .item .item-b p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 210px;
}
.books .books-l {
  cursor: pointer;
}
.books .books-r {
  cursor: pointer;
}
/*走进·子程*/
.about {
  margin-top: 287px;
  padding-top: 101px;
  padding-bottom: 99px;
  background: url("../img/zj-bg.jpg") no-repeat;
}
.about .about-title {
  text-align: center;
  color: #ffffff;
}
.about .title-t {
  display: flex;
  justify-content: center;
}
.about .title-t .line {
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.about .title-t .x-line {
  font-size: 28px;
  color: #ffffff;
}
.about .title-t h2 {
  margin: 0px 48px;
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  white-space: nowrap;
}
.about .about-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}
.about .about-content {
  margin-top: 134px;
}
.about .about-t {
  margin-bottom: 50px;
  display: flex;
  width: 1200px;
  height: 282px;
  background: #FFFFFF;
  box-shadow: 0px 7px 12px 0px rgba(229, 229, 229, 0.3);
}
.about .about-t img {
  margin-right: 71px;
  margin-top: -64px;
  margin-left: 47px;
  width: 487px;
  height: 296px;
}
.about .about-t .desc {
  width: 530px;
}
.about .about-t .desc h3 {
  margin-top: 45px;
  margin-bottom: 20px;
  width: 420px;
  font-size: 30px;
  color: #333333;
}
.about .about-t .desc p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: justify;
}
.about .about-t .desc p a {
  color: #1364A3;
}
.about .about-b {
  display: flex;
  justify-content: space-between;
}
.about .about-b .item {
  margin: 0 10px;
}
.about .about-b .item img {
  width: 286px;
  height: 212px;
}
.about .about-b .item p {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.about .about-b .item .mask {
  display: none;
  margin-top: -247px;
  width: 286px;
  height: 212px;
  background: #1364A3;
  opacity: 0.7;
  text-align: center;
}
.about .about-b .item:hover .mask {
  display: block;
}
.about .about-b .item .mask img {
  margin-top: 89px;
  width: 34px;
  height: 34px;
}

/*新闻·资讯*/
.news {
  margin-bottom: 100px;
}
.news .on {
  background: url("../img/xw-b.png") no-repeat !important;
}
.news .on h2 {
  color: #ffffff !important;
}
.news .title-t {
  display: flex;
  text-align: center;
}
.news .title-t .line {
  margin-top: 18px;
  width: 446px;
  height: 1px;
  background-color: #e3e3e3;
}
.news .title-t .x-line {
  font-size: 28px;
  color: #e3e3e3;
}
.news .title-t h2 {
  margin: 0px 38px;
  font-size: 42px;
  line-height: 42px;
  color: #333333;
}
.news .title-t h2 .zx {
  color: #1364A3;
}
.news .news-title h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.news .news-nav {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.news .news-nav .item {
  margin: 0 5px;
  width: 161px;
  height: 40px;
  background: url("../img/xw-w.png") no-repeat;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.news .news-nav .item h2 {
  margin-left: 49px;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  text-align: center;
}
.news .news-content {
  display: flex;
}
.news .news-content .news-wrap {
  display: flex;
}
.news .news-l img {
  margin-right: 51px;
  margin-bottom: 38px;
  width: 600px;
  height: 196px;
}
.news .item {
  display: flex;
  align-items: center;
}
.news .news-wrap .item:hover h1 {
  color: #1364A3 !important;
}
.news .news-wrap .item:hover h2 {
  color: #1364A3 !important;
}
.news .news-wrap .item:hover h3 {
  color: #1364A3 !important;
}
.news .item .item-l h1 {
  width: 70px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.news .item .item-l h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
}
.news .item .item-m {
  margin-left: 20px;
  margin-right: 30px;
  width: 1px;
  height: 56px;
  background: #CECECE;
}
.news .item .item-r h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.news .item .item-r p {
  width: 424px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.news .news-r .line {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 550px;
  height: 1px;
  background: #CECECE;
}