/* CSS Document */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/24px '微软雅黑', Arial, '宋体', HELVETICA;
  color: #000;
}

body {
  background-image: url(../image/bodybg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #EFF3FF;
}

img {
  border: 0;
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border: none;
  resize: none;
  outline: none;
  height: 25px;
  padding: 0 4px;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
  transition: 0.2s;
}

a:hover {
  color: #5095d2;
}

.head-iner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
}

.width100 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.width1200 {
  width: 1200px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.left {
  display: block;
  float: left;
}

.form-right {
  display: flex;
  float: right;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.form-right a {
  color: #fff;
}

.right {
  display: block;
  float: right;
}

.header {
  height: 80px;
  overflow: hidden;
  background-color: #ffffff00;
}

.logo {
  width: 132px;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.text a {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.tel {
  height: 80px;
  line-height: 80px;
  color: #40ac34;
  font-size: 18px;
  margin-left: 45%;
  font-weight: bold;
}

.smallnav {
  /* margin-top: 33px; */
  display: flex;
}

.smallnav div {
  margin-left: 10px;
}

.smallnav li {
  float: left;
  padding: 0px 18px;
  border-right: 1px solid #c5c5c5;
  height: 18px;
  line-height: 18px;
  color: #c5c5c5;
}

.smallnav li a {
  color: #fff;
}

.nav {
  height: 40px;
  /* background-color: #ffffff; */
  width: 100%;
  background-image: url(../image/navbg.jpg);
}

.nav ul {
  display: flex;
  justify-content: space-between;
}

.nav li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 11.1%;
  text-align: center;
}

.nav li a {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
}

.nav li a:hover {
  /* background-color: #0786E5; */
  color: #e9d415;
}

.banner {
  height: 65vh;
  position: relative;
  border-bottom: 7px solid #d0d0d0;
  width: 100%;
}

.banner .bd {
  position: relative;
}

.banner .bd li {
  width: 100%;
  height: 600px;
}

.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 6px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 9999px;
}

.banner .hd ul .on {
  background-color: #d0d0d0;
}

.advicess {
  height: 320px;
  overflow: hidden;
}

.advicess li {
  width: 33.32%;
  float: left;
  height: 320px;
  display: block;
}

.advicess li a {
  width: 100%;
  float: left;
  height: 320px;
  background: center center no-repeat;
}

.advicess li a.ad1 {
  background-image: url(../image/ad1.jpg);
}

.advicess li a.ad1:hover {
  background-image: url(../image/ad1_hover.jpg);
}

.advicess li a.ad2 {
  background-image: url(../image/ad2.jpg);
}

.advicess li a.ad2:hover {
  background-image: url(../image/ad2_hover.jpg);
}

.advicess li a.ad3 {
  background-image: url(../image/ad3.jpg);
}

.advicess li a.ad3:hover {
  background-image: url(../image/ad3_hover.jpg);
}

.indexabout {
  background-color: #fff;
  padding: 70px 0px;
}

.aboutus {
  overflow: hidden;
}

.title1 a {
  font-size: 30px;
  color: #0786E5;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 210px;
  margin: 0 auto;
  display: block;
}

.title2 {
  display: block;
  width: 200px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  color: #cdcdcd;
  margin: 0 auto;
}

.about {
  display: flex;
  margin: 36px 0px;
}

.about .about_left p {
  font-size: 16px;
  line-height: 30px;
}

.about_left {
  margin-right: 20px;
  width: 50%;
}

.img_right {
  padding-left: 30px;
  padding: 10px;
  width: 50%;
  height: 60%;
}

.img_right img {
  margin-left: 30%;
  width: 50%;

}

.more {
  width: 192px;
  height: 60px;
  line-height: 60px;
  background: #fff4cc;
  display: block;
  border: 2px solid #d0d0d0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}

.more:hover {
  border: 2px solid #0786E5;
  background: #d2f5ce;
  color: #000;
}

.news {
  /* background: url(../image/background.jpg) left top no-repeat; */
  max-height: 1160px;
  /* padding-top: 20px; */
  padding: 10px 0 20px 0;
}

.slideTxtBox {
  overflow: hidden;
}

.slideTxtBox .hd {
  padding-left: 29%;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 28px;
}

.slideTxtBox .hd ul {}

.slideTxtBox .hd ul li {
  float: left;
  display: block;
  width: 18%;
  height: 43px;
  line-height: 43px;
  background-color: #fff;
  text-align: center;
  margin-right: 20px;
}

.slideTxtBox .hd ul li a {
  font-size: 16px;
}

.slideTxtBox .hd ul li.on {
  background-color: #0786e5;
}

.slideTxtBox .hd ul li.on a {
  color: #ffffff;
}

.slideTxtBox .bd ul {}

.i_news {
  width: 297px;
  /* height: 370px; */
  margin-right: 20px;
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.i_news p {
  width: 100%;
  overflow: hidden;
  display: block;
}

.i_news img {
  transform: scale(1);
  transition: all 0.5s;
}

.i_news :hover img {
  transform: scale(1.2);
}

.tit1 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.tit2 {
  color: #7c7c7c;
  line-height: 22px;
  font-size: 13px;
}

.tit3 {
  height: 56px;
  line-height: 56px;
  margin-top: auto;
}

.tit3 a {
  text-decoration: underline;
}

.news {
  display: flex;
  align-items: stretch;
}

.i_news_rt {
  padding: 12px;
  background-color: #fff;
  /* width: 492px; */
  /* height: 370px; */
  border: 1px solid #ccc;
  /* margin-left: auto; */
}

.i_news_top {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  padding: 15px 0px;
}

.i_news_top .left {
  width: 80px;
  text-align: center;
}

.i_news_top .left span {
  width: 100%;
  display: block;
}

.tit4 {
  font-size: 40px;
  color: #7a7a7a;
  height: 40px;
  line-height: 40px;
}

.tit5 {
  font-size: 12px;
  color: #bfbfbf;
  height: 22px;
  line-height: 22px;
}

.i_news_top .right {
  text-align: left;
  width: calc(100% - 80px);
}

.tit6 {
  font-size: 16px;
}

.tit7 {
  font-size: 13px;
  line-height: 20px;
  color: #929292;
}

.i_news_ul {
  margin: 20px 0 10px 0;
}

.i_news_ul li {
  height: 32px;
  line-height: 32px;
  width: 100%;
  overflow: hidden;
}

.i_news_ul li a {
  display: block;
  background: url(../image/arr1.png) left center no-repeat;
  padding-left: 20px;
  color: #868686;
  /* width: 270px; */
}

.i_news_ul li span {
  display: block;
  width: 80px;
  font-size: 12px;
  line-height: 32px;
  color: #868686;
}

.hdong {
  margin-top: 90px;
}

.focusBox {
  position: relative;
  height: 472px;
  overflow: hidden;
  width: 1200px;
}

.focusBox .pic img {
  width: 1200px;
  height: 472px;
  display: block;
}

.focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 25px;
  right: 40%;
  z-index: 3
}

.focusBox .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 45px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #d0d0d0;
  margin-left: 7px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease
}

.focusBox .hd .on {
  background: #fff;
}

.advantage {
  background-color: #fff;
  overflow: hidden;
}

.advantage .title1 {
  padding: 110px 0px 60px 0px;
  background-color: #fff;
}

.advantage .title1 a {
  width: 100%;
}

.link {
  background-color: #f4f4f4;
}

.link .width1200 {
  background: url(../image/friendlylink.jpg) left top no-repeat;
  height: 272px;
}

.link .width1200 a {
  display: block;
  width: 50%;
  height: 272px;
  line-height: 99999px;
}

.footer {
  background-color: #0786E5;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

.footer .right a {
  padding: 0px 10px;
  color: #fff;
}

.footer a {
  color: #fff;
}


/*分页样式*/
.pagination {
  padding: 25px 0 15px;
  text-align: center;
  overflow: hidden;
}

.pagination a {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  text-align: center;
  color: #333;
  border: 1px solid #e3e3e3;
  background: #fff;
  margin: 0 4px;
}

.pagination a.a1 {
  line-height: 30px;
  height: 30px;
  margin-top: 0;
  padding: 0 12px;
}

.pagination a:hover {
  text-decoration: none;
  color: #000;
  background: #f1f1f1;
}

.pagination span {
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  text-align: center;
  color: #fff;
  border: 1px solid #0786E5;
  background: #0786E5;
}