@charset "UTF-8";
/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #666;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #0082ce;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

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

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

dt {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flexd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wh {
  width: 1400px;
  margin: 0 auto;
}
.wh1000 {
  width: 1100px;
  margin: 0 auto;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800% !important;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800% !important;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

/*头部样式*/
.top1 {
  height: 34px;
  background: url(../images/head.png) no-repeat center;
  color: #a0a0a0;
  line-height: 34px;
  overflow: hidden;
  font-size: 14px;
}

.top2 {
  height: 140px;
  overflow: hidden;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  float: left;
  line-height: 140px;
}

.top2 .k2 {
  margin-top: 43px;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  background: url(../images/tel.png) no-repeat right center;
  padding-right: 70px;
  font-family: 'Arial';
  margin-left: 20px;
  font-weight: 600;
}

.topLink {
  color: #fff;
}

.topLink a {
  color: #fff;
}

.logowz {
  margin-top: 35px;
}

/* 导航样式 */
#menu {
  background-color: #0082ce;
  position: relative;
  z-index: 9999;
}

.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  position: relative;
  width: 200px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  line-height: 65px;
  height: 65px;
  text-align: center;
}

.x-menu > li > a:hover {
  background-color: #0067a7;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 65px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

.x-sub-menu > li > a:hover {
  background: #0082ce;
  color: #fff;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/*首页banner样式*/
.banner {
  position: relative;
  height: 680px;
  overflow: hidden;
}

.banner .slider {
  width: 100% !important;
  height: 830px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.banner .slider-main li {
  width: 100%;
  height: 100%;
}

.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 5%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/l1.png) 50% 50% no-repeat;
  /*transition: all 0.5s linear;*/
  cursor: pointer;
  display: none;
}

.banner .osSlider-main:hover .slider-btn-prev {
  left: 5%;
}

.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/r1.png) 50% 50% no-repeat;
  /*transition: all 0.5s linear;*/
  cursor: pointer;
  display: none;
}

.banner .osSlider-main:hover .slider-btn-next {
  right: 5%;
  cursor: pointer;
}

.banner .osSlider-main .slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
  text-align: center;
  z-index: 25;
  font-size: 0;
  display: none;
}

.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.banner .osSlider-main .slider-nav li.active {
  background-color: #00538a;
  border-color: #00538a;
}

.search {
  background: #f6f6f6;
}

.search h3 {
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 78px;
}

.search h3 span a {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-left: 15px;
}

.search h3 span a:hover {
  color: #0067a7;
}

.sch {
  float: right;
  padding: 14px 0;
}

.sch #formsearch {
  width: 395px;
  background: #fff;
  border-radius: 30px;
  border: solid 1px #ddd;
  line-height: 45px;
  height: 45px;
}

.sch #formsearch input {
  border: none;
  background: none;
  outline: none;
}

.sch #formsearch #keyword {
  width: 335px;
  float: left;
  padding-left: 20px;
  line-height: 45px;
}

.sch #formsearch #s_btn {
  width: 50px;
  background: url(../images/sou.png) no-repeat center;
  float: right;
  line-height: 45px;
}

/**/
.title {
  text-align: center;
}

.title h3 {
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.title h3 span {
  color: #0067a7;
}

.title p {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
}

.pro-index {
  margin-top: 60px;
}

.psort {
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.psort li {
  width: 200px;
  height: 54px;
  background: #eaeaea;
  margin: 0 15px;
}

.psort li a {
  display: block;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}

.psort li.cur {
  background: #0067a7;
}

.psort li.cur a {
  color: #fff;
}


.tt11{
  display: none;
}

.plist1 {
  margin: 0 -16px;
}

.plist1 li {
  float: left;
  width: 325px;
  margin: 0 16px;
  margin-bottom: 45px;
}

.plist1 li .img1 {
  border: 1px solid #e5e5e5;
}

.plist1 li .img1 img {
  width: 324px;
  height: 324px;
}

.plist1 li .wz {
  background: #e4e4e4;
  margin-top: 10px;
  line-height: 58px;
  text-align: center;
  color: #444444;
  font-size: 17px;
}

.plist1 li:hover .wz {
  background: #0067a7;
  color: #fff;
}

/* 质量 */
.w1240 {
  width: 1240px;
  margin: 0 auto;
}

.quality {
  background: url(../images/bj1.jpg) no-repeat top center;
  padding-top: 60px;
  height: 748px;
  margin-top: 50px;
  background-attachment: fixed;
}

.quality .title h3 {
  color: #fff;
}

.quality .title p {
  color: #fff;
  opacity: 1;
}

.qua-list {
  margin-top: 50px;
}

.qua-con:first-child {
  margin-left: 0;
}

.qua-con {
  float: left;
  border: solid 6px #fff;
  border-bottom: none;
  margin-left: 29px;
  width: 23.23%;
}

.qua-con .qua-img {
  overflow: hidden;
}

.qua-con .qua-img img {
  max-width: 100%;
}

.qua-con h3 {
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  line-height: 65px;
}

.qua-text {
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.qua-text p {
  font-size: 22px;
  font-weight: 300;
}

.qua-text h4 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
}

.qua-text h4 span {
  font-weight: 500;
}

.qua-text h5 p {
  font-size: 18px;
  line-height: 42px;
  width: 396px;
  background: #0082ce;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

/*案例*/
.case-index {
  margin-top: 50px;
  padding: 0 20px;
}

.case-index .csort {
  border-bottom: 2px solid #0067a7;
  height: 84px;
  background: #f7f7f7;
  margin-top: 45px;
}

.case-index .csort li {
  position: relative;
  width: 210px;
}

.case-index .csort li a {
  display: block;
  line-height: 84px;
  color: #666666;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.case-index .csort li + li {
  background: url(../images/tt2.jpg) no-repeat left center;
}

.case-index .csort li:last-child {
  width: 310px;
}

.case-index .csort li.cur::before {
  content: '';
  position: absolute;
  background: url(../images/tt2h.png) no-repeat top center;
  top: -10px;
  left: 0;
  width: 210px;
  height: 92px;
  z-index: 0;
}

.case-index .csort li.cur a {
  color: #fff;
}

.case-index .csort li.cur:last-child::before {
  background: #00538a;
  width: 100%;
}

.tt22{
  display: none;
}

.case-wrap {
  margin-top: 30px;
}

.case-wrap .clist1 {
  width: 820px;
  float: left;
}

.case-wrap .clist1 li .img1 img {
  width: 820px;
  height: 426px;
}

.case-wrap .clist1 li .wz {
  background: #f7f7f7;
  height: 80px;
  padding: 0 30px;
}

.case-wrap .clist1 li .wz .wz1 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}

.case-wrap .clist1 li .wz .wz2 {
  margin-top: 5px;
}

.case-wrap .clist1 li .wz .wz2 .ww1 {
  color: #888888;
  font-size: 12px;
}

.case-wrap .clist1 li .wz .wz2 .ww2 {
  color: #1d2087;
  text-transform: uppercase;
}

.case-wrap .clist2 {
  width: 513px;
  float: right;
}

.case-wrap .clist2 li {
  position: relative;
  margin-bottom: 27px;
}

.case-wrap .clist2 li .img1 img {
  width: 513px;
  height: 240px;
}

.case-wrap .clist2 li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

/*reason*/
.w1490 {
  width: 1490px;
  margin: 0 auto;
}

.reason {
  padding-top: 40px;
  padding-bottom: 88px;
  background: #f1f1f1;
  margin-top: 53px;
}

.ron-show {
  margin-top: 45px;
  position: relative;
}

.ron-cfn {
  float: left;
  border-right: solid 2px #ddd;
  background: #fff;
}

.ron-cfn ul li {
  display: block;
  padding-top: 15px;
  width: 245px;
  height: 149.5px;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all .5s ease;
  text-align: center;
}

.ron-cfn ul li .img {
  height: 60px;
  line-height: 60px;
}

.ron-cfn ul li .img2 {
  display: none;
}

.ron-cfn ul li.cur .img1 {
  display: none;
}

.ron-cfn ul li.cur .img2 {
  display: inline-block;
}

.ron-cfn ul li + li {
  border-top: solid 1px #ddd;
}

.ron-cfn ul li h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 0px;
  font-weight: 600;
}

.ron-cfn ul li h3 span {
  display: block;
  font-size: 13px;
  opacity: .5;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Arial;
}

.ron-cfn ul li.cur {
  background: #0067a7;
}

.ron-cfn ul li.cur h3 {
  color: #fff;
}

.ron-list {
  position: absolute;
  width: 1336px;
  height: 100%;
  top: 0;
  left: 248px;
}

.ron-con {
  display: none;
}

.ron-exp {
  float: left;
  padding-left: 50px;
  background: #fff;
  padding-top: 60px;
  padding-right: 55px;
  padding-bottom: 59px;
  width: 578px;
  height: 598px;
}

.ron-exp h3 {
  font-size: 34px;
  color: #333;
  position: relative;
  font-weight: 500;
}

.ron-exp h3::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 65px;
  background: #ddd;
  left: 0;
  bottom: -30px;
}

.ron-exp h3 span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  opacity: .5;
  font-weight: 500;
}

.ron-exp .con {
  font-size: 15px;
  color: #888;
  line-height: 2;
  margin-top: 75px;
  height: 170px;
}

.ron-exp .con p:last-child {
  margin-top: 20px;
}

.ron-exp .p1 {
  font-size: 16px;
  color: #999;
  padding-left: 45px;
  background: url(../images/tel2.png) no-repeat left center;
  line-height: 26px;
  margin-top: 95px;
}

.ron-tel {
  margin-top: 15px;
}

.ron-tel .tel {
  float: left;
  line-height: 48px;
}

.ron-tel .tel p {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.ron-tel .tel p strong {
  color: #0067a7;
  font-size: 28px;
  font-family: "Arial";
}

.ron-tel a {
  float: right;
  display: block;
  width: 135px;
  line-height: 48px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: url(../images/tel3.png) no-repeat 20px center #0067a7;
  padding-left: 35px;
  border-radius: 4px;
}

.ron-tel a:hover {
  background: url(../images/tel3.png) no-repeat 20px center #333;
}

.ron-img {
  float: left;
  overflow: hidden;
  width: 676px;
  height: 598px;
}

/*.ron-img img{*/
/*    max-width: 100%;*/
/*}*/
/* åˆä½œæµç¨‹ */
.tech {
  /* background: url(../images/tech.png)no-repeat bottom center; */
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.tech-con {
  position: relative;
  z-index: 3;
}

.tech-list {
  margin-top: 40px;
}

.tech-list ul li:first-child {
  margin-left: 0;
}

.tech-list ul li {
  cursor: pointer;
  float: left;
  border: solid 1px #ddd;
  text-align: center;
  padding-top: 30px;
  width: 140px;
  height: 170px;
  position: relative;
  margin-left: 37px;
}

.tech-list ul li .tech-img img {
  max-width: 100%;
}

.tech-list ul li .tech-img .img2 {
  display: none;
}

.tech-list ul li:hover .tech-img .img2 {
  display: block;
}

.tech-list ul li:hover .tech-img .img1 {
  display: none;
}

.tech-list ul li h3 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.tech-list ul li p {
  font-size: 12px;
  color: #aeaeae;
  margin-top: 5px;
  font-family: Arial;
  text-transform: uppercase;
}

.tech-list ul li span {
  position: absolute;
  width: 40px;
  color: #999;
  background: #eeeeee;
  line-height: 24px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 600;
  text-align: center;
  display: block;
  bottom: -12px;
  left: 34%;
}

.tech-list ul li:hover span {
  background: #0067a7;
  color: #fff;
}

.tech-list ul li:hover h3 {
  color: #0067a7;
}

.tech-list ul li:hover {
  border: solid 1px #0067a7;
}

/*about*/
.ab-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  height: 1446px;
  overflow: hidden;
  padding-top: 60px;
}

.ab-bg .ab-index .title h3 {
  color: #fff;
}

.ab-bg .ab-index .title p {
  color: #fff;
}

.x-about-img {
  padding: 10px;
  background-color: #fff;
  position: relative;
  margin-top: 55px;
}

.x-about-img img {
  max-width: 100%;
}

.vt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 26px;
}

.vt img {
  margin-bottom: 20px;
}

.aw {
  padding: 0 20px;
}

.x-about-box h3 {
  color: #333333;
  font: 600 24px/66px "Microsoft yahei";
}

.x-about-box p {
  color: #666666;
  font: 400 16px/32px "Microsoft yahei";
}

.x-company {
  margin-top: 60px;
  margin-bottom: 88px;
}

.x-company-sort {
  position: relative;
  margin-bottom: 40px;
}

.x-company-sort li {
  float: left;
  height: 36px;
  margin-right: 20px;
  position: relative;
  width: 160px;
}

.x-company-sort li a {
  color: #333;
  font: 600 18px/36px "Microsoft yahei";
  padding-left: 32px;
}

.x-company-sort li a img {
  position: absolute;
  left: 0;
  top: 6px;
}

.x-company-sort li a:hover {
  color: #0082ce;
}

.x-company-more {
  position: absolute;
  top: 6px;
  right: 0;
  width: 86px;
  background: url(../images/more.png) no-repeat right center;
  transition: all 0.8s;
}

.x-company-more a {
  color: #0082ce;
  font: 400 14px/22px "Microsoft yahei";
  text-decoration: underline;
}

.x-company-more:hover {
  background: url(../images/more.png) no-repeat 62px center;
}

.x-company-more:hover a {
  text-decoration: none;
}

/*滚动*/
.x-product-list1 {
  position: relative;
}

.x-product-list1 li {
  float: left;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
}

.x-product-list1 li img {
  width: 290px;
  height: auto;
}

.x-product-list1 ul li h3 {
  position: absolute;
  text-align: center;
  color: #333333;
  font: 400 16px/46px "Microsoft yahei";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.8s;
}

.x-product-list1 li:hover h3 {
  transition: all 0.8s;
  bottom: 0;
}

.x-product-list1 li:hover h3 {
  color: #fff;
}

.lpre,
.lnex {
  width: 30px;
  height: 59px;
  display: block;
  position: absolute;
  margin-top: -50px;
  top: 51%;
  cursor: pointer;
}

.lpre {
  left: 0;
  background: url(../images/hz_l.png) no-repeat;
}

.lnex {
  right: 0;
  background: url(../images/hz_r.png) no-repeat;
}

#o_demo {
  overflow: hidden;
  margin: 0 auto;
}

#o_indemo {
  float: left;
  width: 800%;
}

#o_demo1 {
  float: left;
}

#o_demo2 {
  float: left;
}

/**/
.x-news {
  padding: 40px 0;
  background: #f3f3f3;
  padding-bottom: 120px;
}

.x-news-box {
  margin-top: 65px;
}

.x-news-left {
  width: 850px;
}

.x-news-left-list {
  width: 391px;
  float: left;
}

.x-news-left-list li {
  list-style-type: none;
}

.x-news-left-list li .img {
  display: block;
  overflow: hidden;
}

.x-news-left-list li .date {
  display: none;
  color: #999999;
  font: 400 14px/24px "Microsoft yahei";
}

.x-news-left-list li .img {
  position: relative;
}

.x-news-left-list li .img img {
    width: 391px;
    height: 242px;
  position: relative;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.x-news-left-list li .img .tt {
  background-color: #0067a7;
  width: 100px;
  font: 400 14px/43px "Microsoft yahei";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.x-news-left-list li h3 {
  color: #333333;
  font: 400 16px/50px "Microsoft yahei";
  margin-top: 10px;
}

.x-news-left-list li p {
  color: #888888;
  font: 400 14px/24px "Microsoft yahei";
}

.x-news-left-list li + li {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 30px;
}

.x-news-left-list li + li .date {
  display: block;
}

.x-news-left-list li + li .img {
  display: none;
}

.x-news-left-list li + li .tt {
  display: none;
}

.x-news-left-list li + li p {
  display: none;
}

.x-news-left-list li + li h3 {
  margin-top: 0px;
}

.x-news-left-list li:hover h3 {
  color: #0067a7;
}

.x-news-left-list li:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.x-news-right {
  width: 490px;
}

.x-news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed;
}

.x-news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.x-news-list li a:hover {
  color: #0067a7;
}

.x-news-list li span {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.newsttz {
  display: none;
}

.newstabz li {
  border: 1px solid #e5e5e5;
  float: left;
  width: 245px;
  text-align: center;
  position: relative;
  background: #fff;
}

.newstabz li::before {
  content: "";
  background-color: #0067a7;
  display: block;
  width: 80px;
  height: 3px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  opacity: 0;
  position: absolute;
}

.newstabz li a {
  color: #333;
  font: 600 20px/58px "Microsoft yahei";
}

.newstabz li.cur a {
  color: #0067a7;
}

.newstabz li.cur::before {
  opacity: 1;
}

.news-right-list1 li {
  list-style-type: none;
  margin-top: 20px;
}

.news-right-list1 li h3 {
  position: relative;
  color: #333333;
  font: 400 16px/28px "Microsoft yahei";
}

.news-right-list1 li .date {
  color: #999999;
  font: 400 14px/28px "Airal";
}

.news-right-list1 li p {
  color: #999;
  font: 400 14px/28px "Airal";
}

.news-right-list1 li:hover h3 {
  color: #0067a7;
}

/* åº•éƒ¨ */
.foot {
  padding: 0 50px;
  background: url(../images/foot.jpg) no-repeat center bottom #f3f3f3;
}

.footed {
  background: #333;
  padding-top: 50px;
  padding-bottom: 70px;
}

.ft-cfn {
  float: left;
  width: 610px;
}

.ft-cfn dl {
  float: left;
  margin-left: 9.6vw;
}

.ft-cfn dl:first-child {
  margin-left: 0;
}

.ft-cfn dl dt {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.ft-cfn dl dd a {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 2;
}

.ft-cfn dl dd a:hover {
  color: #0067a7;
}

.ft-con {
  float: right;
  width: 375px;
}

.ft-con h3 {
  color: #fff;
  font-size: 30px;
  font-family: Arial;
}

.ft-con .text {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
  margin-top: 15px;
}

.ft-tact {
  margin-top: 40px;
}

.ft-tact span:first-child {
  margin-left: 0;
  background: url(../images/pp1.png) no-repeat center;
  position: relative;
}

.ft-tact span {
  float: left;
  display: block;
  height: 46px;
  width: 46px;
  margin-left: 20px;
  cursor: pointer;
}

.ft-tact span a {
  display: block;
  height: 46px;
  width: 46px;
}

.ft-tact span:nth-child(2) {
  background: url(../images/pp2.png) no-repeat center;
  position: relative;
}

.ft-tact span:nth-child(3) a {
  background: url(../images/pp3.png) no-repeat center;
}

.ft-tact span:nth-child(4) a {
  background: url(../images/pp4.png) no-repeat center;
}

.ft-tact span:nth-child(4) a:hover,
.ft-tact span:nth-child(3) a:hover {
  opacity: .5;
}

.ft-tact span:first-child p {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: -105px;
  left: -30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft-tact span:nth-child(2) p {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: -105px;
  left: -30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft-tact span:first-child p img,
.ft-tact span:nth-child(2) p img {
  max-width:100%; height:auto !important;width:auto !important;
}

.ft-tact span:first-child:hover p,
.ft-tact span:nth-child(2):hover p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer {
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

.footer a {
  color: #fff;
}

/* 友情链接 */
.link {
  background: #333;
  padding: 20px 0;
  border-bottom: solid 1px #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ft-link {
  overflow: hidden;
}

.link span {
  font-size: 17px;
  background: url(../images/link.png) no-repeat left center;
  color: #fff;
  padding-left: 35px;
  line-height: 24px;
  display: inline-block;
  float: left;
}

.ft-link a {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-left: 15px;
}

.ft-link a:hover {
  color: #0067a7;
}
