@charset "utf-8";
/*样式*/
/*css初始化*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  /*清除浮动*/
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a {
  color: #333333;
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

input,
button {
  border: 0; /*所有表单边框为0*/
  box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
  outline: none; /*获得焦点不显示边框颜色 */
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.flx {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

/*css初始化结束*/
body {
  background-color: #f6fcff; /*整个页面背景色*/
  margin: 0 auto;
  font-size: 16px;
  font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
  line-height: 180%;
}
.clear {
  height: 20px;
  clear: both;
}
header {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 100;
}
/* 头图切换 */
.flash {
  width: 100%;
  height: 812px;
  overflow: hidden;
  position: relative;
}

.flash li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 812px;
}

.date,
.hy {
  font-size: 14px;
  color: #ffffff;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

.title {
  margin-top: 140px;
  margin-left: 20px;
}
.navbar {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  background-color: #1570a9;
  border-radius: 10px 10px 0 0;
  margin-top: 103px;
  padding: 0 45px;
  box-sizing: border-box;
}
.nav {
  width: 660px;
  line-height: 60px;
}
.nav ul {
   display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.nav li {
  flex: auto;
}
.nav li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.nav li a:hover {
 text-decoration: underline;
}
.search {
  width: 220px;
}
.searchbox {
  width: 216px;
  line-height: 23px;
  border: 1px solid #8f8e8c;
  background-color: #fff;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 15px;
}

.searchbox button {
  width: 39px;
  height: 23px;
  background: url(../images/sousuo_2.jpg) no-repeat;
  position: absolute;
  top: -1px;
  right: 0;
}
/*input 标签设置 focus 鼠标聚焦样式 边框样式用Outline设定*/
input[type="text"] {
  line-height: 23px;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="text"]:focus {
  outline: 0;
}
input[type="image"] {
  vertical-align: middle;
}

/* 第一部分 */
.wrap {
  width: 100%;
  position: absolute;
  top: 450px;
  z-index: 100;
}
.mid {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 2px 2px rgba(229, 229, 220, 0.2);
}
.newscot {
  width: 490px;
}
.newstt {
  width: 100%;
  height: 87px;
  padding-top: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #c2c5cc;
}
.dtlg {
  width: 164px;
  height: 57px;
}
.dtmore {
  width: 60px;
  color: #868a93;
  font-size: 16px;
}
.dtmore:hover {
  color: #ab2000;
}
.newlist {
  padding: 20px 0 0 10px;
  box-sizing: border-box;
}
.newlist li a,
.tabCon li a,
.clCon li a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.newlist li a:hover,
.tabCon li a:hover,
.clCon li a:hover{
  color: #1485cc;
}
.tabCon li a {
  line-height: 34px;
}

.newlist li a::before,
.tabCon li a::before {
  content: "\2022";
  font-size: 18px;
  color: #ab2000;
  margin-right: 10px;
}

.jg {
  width: 280px;
}
.jgtt {
  height: 60px;
  padding-left: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #007dbf;
}
.jgtt a,
.lm-title span a {
  display: block;
  line-height: 59px;
  font-size: 22px;
  color: #12151c;
  font-weight: bold;
}
.jgcot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding-top: 15px;
  box-sizing: border-box;
}
.jgcot li {
  width: 131px;
  height: 90px;
  margin-bottom: 10px;
}
.jgcot li:first-child {
  background: url(../images/lbk1.png) no-repeat;
}
.jgcot li:nth-child(2) {
  background: url(../images/lbk2.png) no-repeat;
}
.jgcot li:nth-child(3) {
  background: url(../images/lbk3.png) no-repeat;
}
.jgcot li:nth-child(4) {
  background: url(../images/lbk4.png) no-repeat;
}
.jgcot li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.jgcot li a span {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
.jw {
  width: 840px;
}

.tabPane {
  display: none;
  padding-left: 10px;
}
.tabPane li {
  line-height: 36px;
}
.tabCon .active,
.clCon .active {
  display: block;
}
.tapbutton,
.clbutton {
  display: flex;
  justify-content: space-between;
}
.lm-title {
  height: 59px;
  border-bottom: 1px solid #007dbf;
  display: flex;
  justify-content: space-between;
}
.cl-title {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.lm-title span img {
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 10px;
  float: left;
  margin-top: 20px;
}
.lm-title span a {
  float: left;
}
.cl-title span a {
  font-size: 22px;
  font-weight: bold;
  color: #12151c;
}
.tabCon {
  clear: both;
  padding-top: 10px;
  box-sizing: border-box;
}
.clCon {
  clear: both;
  padding-top: 20px;
  box-sizing: border-box;
}
.clbutton .cl_title a {
  display: block;
  color: #666666;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
}
.clbutton .cl_title:last-child a {
  margin-right: 0;
}
.tapbutton .lanmu_title a {
  line-height: 59px;
  display: block;
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.lanmu_title a::after {
  content: "\007C";
  font-size: 18px;
  margin: 0 10px;
}
.lanmu_title:last-child a:after {
  content: "";
}
.clbutton .active a {
  background: url(../images/urderline.png) no-repeat;
  background-position: 0 46px;
}
.tapbutton .active a {
  color: #ab2000;
  text-align: center;
}
.tapbutton .active a::after {
  color: #666666;
}

.tabCon li,
.clCon li {
  position: relative;
}

.tabCon li span,
.clCon li span {
  position: absolute;
  top: 0;
  right: 5px;
  color: #c2c5cc;
  font-size: 16px;
}
.service {
  width: 100%;
  height: 394px;
  background: url(../images/serbk.png) no-repeat;
}
.serbg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serlg {
  margin-top: 35px;
}
.sercot {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 60px;
  box-sizing: border-box;
}
.sercot li {
  width: 148px;
  height: 160px;
  border-radius: 8px;
  border: 1px solid #d2eefd;
  box-shadow: 2px 1px rgba(229, 229, 220, 0.2);
  background-color: #fff;
  padding-top: 30px;
  box-sizing: border-box;
}
.sercot li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sercot li a img {
  display: inline-block;
  height: 45px;
}
.sercot li a span {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  margin-top: 30px;
}
.sercot li:hover img {
  transform: rotateY(360deg);
  transition-property: transform;
  transition-duration: 4s;
}
.sercot li :hover span {
  color: #007dbf;
}
.bcloumn {
  width: 100%;
  height: 464px;
  background: url(../images/bcloumn.png) no-repeat;
}
.bcot {
  width: 1200px;
  padding: 40px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cloumn {
  width: 560px;
  height: 380px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(210, 210, 210, 0.4);
  padding: 0 16px 0 20px;
  box-sizing: border-box;
}

footer {
  width: 100%;
  height: auto;
  background-color: #1570a9;
  position: relative;
}
.linkcot {
  display: flex;
  flex-direction: column;
}
.linkcot ul {
  height: 60px;
  border-bottom: 1px solid rgba(226, 244, 253, 0.6);
}
.linkcot ul li {
  line-height: 60px;
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.linkcot ul li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  float: left;
  margin-left: 20px;
  font-weight: normal;
}
.fotcot {
  padding:26px 20px 60px 20px;
  box-sizing: border-box;
}
.inset li {
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
}
.media {
  width: 440px;

}
.media li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media li a img {
  display: inline-block;
  width: 95px;
}
.media li a span {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 8px;
}
.copyright{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}