@charset "gb2312";
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  line-height: 25px;
  overflow-x: hidden;
}
img {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.pt10 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cl {
  clear: both;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.yellow {
  color: #FF0
}
h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0060c8;
}
#header {
  width: 100%;
  display: block;
  background: #fff;
}
.mheader {
  display: none;
}
.top {
  height: 28px;
  background: #3e4147;
}
.top ul {
  float: right;
}
.top li {
  display: inline-block;
  background: url(../images/china.jpg) left center no-repeat;
  padding-left: 35px;
  margin: 0 5px;
}
.top li:last-child {
  background: url("../images/english.jpg") left center no-repeat;
}
.top li a {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.head {
  width: 1400px;
  margin: 0 auto;
}
.nav li {
  text-align: center;
  display: inline-block;
  padding: 0px 16px;
  position: relative;
}
.nav li a {
  color: #000;
  line-height: 45px;
  font-size: 16px;
  display: block;
  padding: 5px;
  transition: all 0.6s;
}
.nav li a:hover {
  color: #0066c5;
  font-weight: bold;
}
.nav li ul {
  position: absolute;
  z-index: 99;
  background: url(../images/nav-libg.jpg) top center no-repeat;
  padding-top: 4px;
  margin-top: -7px;
  display: none;
}
.nav li ul li {
    background: #0066c5;
    margin: 3px 0;
    display: block;
    padding: 0 0;
}
.nav li ul li a {
    color: #fff;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
}
.nav li:hover ul {
  display: block;
}
.nav li ul li a:hover {
  color: #898989;
}
.banner {
  width: 100%;
  display: block;
  position: relative;
}
.blue {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}
.about {
  height: 843px;
  background: url("../images/about-bg.jpg") center center no-repeat;
  background-size: cover;
}
.about_con {
  width: 1200px;
  margin: 0 auto;
  max-width: 1450px;
}
.about_con p {
  color: #262626;
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
  text-shadow: 2px 2px 2px #fff;
}
.more {
  width: 230px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 50px;
  border: solid 1px #7d7d7d;
  text-align: center;
  display: block;
  margin: 30px auto 0;
  border-radius: 20px;
}
.more:hover {
  color: #bc0202;
  font-weight: bold;
}
.case {
  background: #d9f2fb;
}
.case_con {
  width: 1400px;
  margin: 0 auto;
}
.case ul {
  padding-bottom: 20px;
}
.case li {
  width: 31.3%;
  float: left;
  position: relative;
  margin: 0 1% 2%;
}
.case li a {
  display: block;
  text-align: center;
}
.case li img {
  width: 100%;
}
.case_name {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0,0,0,0.3);
  bottom: 0;
  color: #fff;
  display: none;
}
.news ul {
  width: 1400px;
  margin: 0 auto;
}
.newsbox li {
    width: 44%;
    float: left;
    margin: 0px 2% 40px;
    background: #f7f7f7;
    padding-top: 15px;
    padding-right: 15px;
}
.news li a {
  display: block;
}
.news_time {
  width: 100px;
  height: 60px;
  background: #0060c8;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0;
}
.news_time p {
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
}
.news_con {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 15px;
}
.news_tit {
  font-size: 18px;
  color: #0060c8;
  font-weight: 600;
}
.news_font {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 10px 0;
}
.news_more {
  width: 120px;
  height: 30px;
  background: #0060c8;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: right;
  font-size: 14px;
}
.honor {
  background: url("../images/honor-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.honor_con {
  width: 1400px;
  margin: 0 auto;
}
.honor ul {
  padding: 30px 0 50px;
}
.honor li {
  width: 31.3%;
  float: left;
  position: relative;
  margin: 0 1% 2%;
}
.honor li a {
  display: block;
  text-align: center;
}
.honor li img {
  width: 100%;
}
.footer {
  background: #0060c8;
}
.text {
  width: 1200px;
  margin: 0 auto;
}
.footer_top p {
  float: right;
  font-size: 18px;
  padding-top: 52px;
}
.footer_font {
  float: left;
  margin: 30px 3%;
  width: 74%;
}
.footer_font p {
  line-height: 40px;
  font-size: 16px;
}
.footer_font span {
  padding-left: 150px;
}
.footer a, .footer .text {
  color: #fff;
}
.saoma {
  width: 17%;
  display: inline-block;
  margin: 30px 3% 10px 0;
}
.saoma p {
  text-align: center;
  line-height: 40px;
}
.bottom {
  background: #003f84;
}
.bottom p {
  color: #a3b0c8;
  padding: 10px 0;
}
.bottom p a {
  color: #a3b0c8;
}
/*动画效果*/
.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.name:after {
  content2: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
}
.box {
  position: relative;
  overflow: hidden;
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 2;
  width: 96%;
  left: 2%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all .3s ease-in-out;
}
.box:hover:before {
  transition: all .3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
.box img:after {
  content2: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card:before {
  content2: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008E6B;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 120px);
  height: calc(100% - 95px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: .7;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.vintage h2 {
  top: 55%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  top: 50%;
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -12px, 0);
}
/*动画效果结束*/

/*子页*/
.page_nav {
  width: 1400px;
  margin: 40px auto 0;
  text-align: center;
}
.page_nav .notouch.gray {
  display: inline-block;
  margin: 0 5px;
  border: #ddd solid 1px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
}
.page_nav a {
  display: inline-block;
  margin: 0 5px;
  border: #ddd solid 1px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.page_nav a:hover, .page_nav .notouch.gray:hover, .page_nav .notouch:hover {
  background: #0060c8;
  color: #fff;
  border: #0060c8 solid 1px;
}
.page_nav .notouch {
  display: inline-block;
  margin: 0 5px;
  border: #ddd solid 1px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
}
p.blue {
  background: #5684ca !important;
  color: #fff !important;
}
.page_nav li img {
  margin-left: 15px;
  vertical-align: middle;
}
.second li a {
  font-size: 15px;
  color: #000;
  line-height: 40px;
  padding-left: 50px;
  display: block;
  margin: 0 10px;
}
.page_nav li a span {
  padding: 0 8px;
  color: #014cb1;
}
.page_nav li a:hover {
  background: #fff;
}
.main {
  width: 100%;
  margin-bottom: 80px;
}
.sub_name {
  font-size: 34px;
  text-align: center;
  color: #0060c8;
  width: 320px;
  margin: 35px auto;
  border-bottom: solid 2px #43385f;
  padding-bottom: 20px;
}
.sub_blue a {
  color: #0060c8;
}
.content {
  width: 1200px;
  margin: 0 auto;
  min-height: 300px;
}
.content p {
  line-height: 40px;
  color: #707070;
  font-size: 16px;
}
.content1 p img {
  margin: 5% auto;
}
.content p span {
  font-size: 16px !important;
}
.sub_tit {
  font-size: 18px;
}
.sub_proimg {
  max-width: 90%;
  margin: 36px auto 0;
  display: block;
}
.wodecon {
  margin: 40px auto;
}
.wodecon p {
  text-indent: 2em;
}
center a {
  padding: 5px 30px;
  background: #0060c8;
  color: #fff;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
}
center a:hover {
  background: #343434;
  color: yellow;
}
.sub_nav {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.sub_nav li {
  display: inline-block;
  color: #666;
}
.sub_nav li a {
  padding: 0 20px;
}
.video {
  text-align: center;
}
.video video {
  width: 50%;
}
.sub_newsbox li {
  background: #f7f7f7;
  padding: 25px;
  margin: 20px 0;
}
.sub_newsbox li:hover {
  border: 1px solid #efefef;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .08);
}
.sub_newsbox li a {
  color: #707070;
  display: block;
  font-size: 16px;
}
.sub_newsbox li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.sub_newsbox li span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #014cb1;
}
.sub_newsbox_font {
  font-weight: 500;
  margin-top: 25px;
  text-indent: 2em;
  line-height: 35px;
  font-size: 14px;
}
.subview_title {
  font-size: 18px;
  text-align: center;
  padding: 40px 0;
  color: #0060c8;
}
.fenbu {
  position: absolute;
  top: 34px;
  right: 0;
  width: 480px;
}
.wodecon video {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #d0d0d0;
  height: auto;
}
