﻿/*@font-face {
  font-family: 'SourceHanSansSC';  
  src: url('./font/SourceHanSansSC-Regular.otf');    
}*/
body {
  font-family: 'Microsoft YaHei';
}
.centerWidth {
  width: 1100px;
  margin: 0 auto;
}
.top {
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
}
.top a,
.top span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
}
.top span {
  margin: 0 4px;
}
.top img {
  vertical-align: middle;
  margin-left: 8px;
}
.head {
  height: 118px;
}
.head .head-c {
  height: 100%;
  background: url(en-bg1.png) 260px center no-repeat;
}
.head .logo {
  display: inline-block;
  margin-top: 40px;
}
.head .search {
  margin-top: 30px;
  width: 468px;
  height: 64px;
  line-height: 60px;
  background: url(en-bg2.png) left center no-repeat;
}
.head .search input {
  width: 320px;
  height: 60px;
  line-height: 60px;
  background: url(en-ic2.png) 20px center no-repeat;
  padding-left: 45px;
  color: #999999;
  font-size: 14px;
  padding-right: 8px;
}
.head .search button {
  width: 90px;
  height: 54px;
  background: url(en-bg3.png) left top no-repeat;
  color: #fff;
  font-size: 16px;
}
.nav {
  height: 62px;
  line-height: 62px;
  background: #015293;
}
.nav a {
  display: inline-block;
  padding: 0 45px;
  color: #fff;
  font-size: 18px;
}
.nav a.cur,
.nav a:hover {
  background: #0d5d9e;
}
/* 页码 */
.cm-page a {
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  color: #415569;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.cm-page a.cur.a:hover {
  color: #2e55a4;
}
.cm-page a:hover,
.cm-page a.cur {
  background: #20528f;
}
.cm-page .indexPage {
  width: 59px;
  border: 1px solid #e0e0e0;
}
.cm-page span.total {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 65px;
  height: 30px;
  line-height: 28px;
}
.cm-page span {
  margin: 0 9px;
  font-size: 12px;
}
.cm-page span.num {
  margin: 0;
  color: #333333;
}
/* 底部 */
.f-nav {
  background: #015293;
  padding-bottom: 20px;
}
.f-nav-l {
  width: 274px;
  padding-top: 30px;
  padding-left: 20px;
  box-sizing: border-box;
}
.f-nav-l li.tit {
  margin-bottom: 10px;
}
.f-nav-l li.tit a {
  color: #fff;
  font-size: 24px;
}
.f-nav-l li a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.foot {
  height: 296px;
  background: #084474;
  padding-top: 25px;
}
.foot .f-link-l {
  width: 1040px;
  height: 82px;
  background: #015293;
  padding: 20px 0 0 50px;
}
.foot .f-link-l .line {
  margin: 0 26px;
}
.foot .f-link-l a,
.foot .f-link-l span {
  vertical-align: top;
}
.foot .f-link-l .f-drop {
  display: inline-block;
  width: 195px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  position: relative;
}
.foot .f-link-l .f-drop .tag {
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  padding: 0 12px;
  background: url(en-ic16.png) 170px center no-repeat;
}
.foot .f-link-l .f-drop ul {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background: #fff;
  max-height: 100px;
  overflow: auto;
  display: none;
}
.foot .f-link-l .f-drop ul li {
  padding: 0 12px;
  line-height: 30px;
}
.foot .f-link-l .f-drop ul li a {
  color: #333333;
  font-size: 14px;
}
.foot .f-link-l .f-drop ul li a:hover {
  font-weight: bold;
}
.foot .f-con {
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #6186a4;
  padding-top: 44px;
  margin-top: 34px;
  line-height: 30px;
}
.foot .f-con img {
  margin-right: 2px;
  margin-top: -4px;
}
.foot .f-con .con {
  width: 1042px;
}
/* 首页 */
.index-headtp {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.index-headtp .index-htp-i {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(en-bg6.png) left bottom repeat-x;
}
.index-headtp .index-htp-i li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
/*.index-headtp .index-htp-i li a {
  display: block;
  width: 100%;
  height: 100%;
}*/
.index-headtp .index-htp-i li a img {
  /*width: 1920px;*/
  height: 580px;
  position: absolute;
  right: 50%;
  /*margin-right: -960px;*/
}
.index-headtp .index-htp-t {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: url(en-bg4.png);
}
.index-headtp .index-htp-t li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-headtp .index-htp-n {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 24px;
  right: 0;
}
.index-headtp .index-htp-n .index-htp-n2 {
  position: relative;
}
.index-headtp .index-htp-n ul {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-headtp .index-htp-n li {
  cursor: pointer;
  float: left;
  margin-left: 4px;
  height: 3px;
  width: 38px;
  background: url(en-ic3.png) center no-repeat;
}
.index-headtp .index-htp-n li.cur {
  height: 6px;
  background: url(en-ic3o.png) center no-repeat;
}
.index-wrap1 {
  margin-top: 60px;
}
.index-wrap1-c1 {
  width: 583px;
  height: 356px;
  overflow: hidden;
  position: relative;
}
.index-wrap1-c1 .index-wrap1-i {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-wrap1-c1 .index-wrap1-i li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-wrap1-c1 .index-wrap1-i li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-wrap1-c1 .index-wrap1-i li a img {
  width: 100%;
  height: 100%;
}
.index-wrap1-c1 .index-wrap1-t {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  background: url(en-bg4.png);
}
.index-wrap1-c1 .index-wrap1-t li {
  height: 50px;
  line-height: 50px;
}
.index-wrap1-c1 .index-wrap1-t li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
}
.index-wrap1-c1 .index-wrap1-n {
  position: absolute;
  bottom: 20px;
  right: 26px;
}
.index-wrap1-c1 .index-wrap1-n li {
  cursor: pointer;
  float: left;
  margin-left: 4px;
  height: 11px;
  width: 17px;
  background: url(en-ic4.png) center no-repeat;
}
.index-wrap1-c1 .index-wrap1-n li.cur {
  background: url(en-ic4o.png) center no-repeat;
}
.index-tit1 {
  height: 64px;
  line-height: 40px;
  background: url(en-bg5.png) left bottom repeat-x;
}
.index-tit1 .tit {
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
}
.index-tit1 .tit.cur {
  color: #015293;
}
.index-tit1 .line {
  margin: 0 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.index-wrap2 {
  background: #f6f6f6;
  padding-top: 44px;
  padding-bottom: 50px;
}
.index-wrap1-c2 {
  width: 486px;
  height: 356px;
  overflow: hidden;
}
.index-wrap1-c2 li {
  padding: 10px 0;
  border-bottom: 1px dashed #dbdbdb;
}
.index-wrap1-c2 li a {
  color: #333333;
}
.index-wrap1-c2 li a .tit {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-wrap1-c2 li a .con {
  line-height: 28px;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
}
.index-wrap1-c2 li a:hover {
  color: #015293;
}
.index-wrap1-c2 .more {
  margin-top: 20px;
  text-align: right;
}
.index-wrap1-c2 .more a {
  color: #c31616;
  font-size: 14px;
}
.index-wrap2-b1 {
  width: 530px;
  height: 400px;
}
.index-list li {
  padding: 14px 0;
  border-bottom: 1px dashed #d3d3d3;
}
.index-list li a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.index-list li a:hover {
  color: #015293;
}
.index-list li span {
  color: #666666;
  font-size: 14px;
}
.index-wrap2-bar1 {
  padding-top: 30px;
  margin-right: -16px;
}
.index-wrap2-bar1 a {
  display: inline-block;
  width: 166px;
  height: 146px;
  background: #fff;
  text-align: center;
  margin-bottom: 16px;
  margin-right: 16px;
}
.index-wrap2-bar1 a div {
  height: 100px;
  line-height: 80px;
  padding-top: 20px;
}
.index-wrap2-bar1 a p {
  color: #333333;
  font-size: 16px;
}
.index-wrap2-bar1 a:hover {
  font-weight: bold;
}
.index-wrap3 {
  padding-bottom: 50px;
}
.index-picbar-tab {
  position: relative;
  width: 100%;
  height: 292px;
  margin-top: 50px;
}
.index-picbar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 292px;
  background: #fff;
  z-index: 2;
}
.index-picbar-item .btn {
  position: absolute;
  top: 82px;
  cursor: pointer;
}
.index-picbar-item .btn.prev {
  left: -72px;
}
.index-picbar-item .btn.next {
  right: -72px;
}
.index-picbar-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 292px;
}
.index-picbar {
  position: absolute;
  width: 100%;
  height: 292px;
}
.index-picbar li {
  float: left;
  margin-right: 30px;
  width: 346px;
  height: 292px;
}
.index-picbar li img {
  width: 100%;
  height: 194px;
}
.index-picbar li .con {
  height: 98px;
  padding: 20px;
  background: #f1f1f1;
}
.index-picbar li .con .tit {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-picbar li .con .time {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
/* 搜索 */
.ss-main {
  padding-top: 30px;
}
.ss-main .total {
  color: #333333;
  font-size: 14px;
  padding-bottom: 14px;
}
.ss-main .total span {
  display: inline-block;
  margin-right: 12px;
}
.ss-main .total span i {
  color: #d31616;
  display: inline-block;
  margin: 0 4px;
  font-style: normal;
  font-size: 18px;
}
.ss-main .ss-con {
  width: 708px;
  padding-bottom: 40px;
}
.ss-main .ss-con .ss-list {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 40px;
}
.ss-main .ss-con .ss-list li {
  padding-top: 30px;
}
.ss-main .ss-con .ss-list li i.red {
  color: #d31616;
  font-style: normal;
}
.ss-main .ss-con .ss-list li .tit {
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
.ss-main .ss-con .ss-list li .tit span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 8px;
  background: #015293;
  float: left;
}
.ss-main .ss-con .ss-list li .tit a {
  max-width: 80%;
  font-weight: bold;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ss-main .ss-con .ss-list li .tit a:hover {
  color: #015293;
}
.ss-main .ss-con .ss-list li .con {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  margin: 12px 0;
}
.ss-main .ss-con .ss-list li .add a {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #019379;
  font-size: 14px;
  font-weight: lighter;
}
.ss-main .ss-con .ss-list li .add a:hover {
  text-decoration: underline;
}
.ss-main .ss-con .ss-list li .add span {
  float: right;
  color: #666666;
  font-size: 14px;
  font-weight: lighter;
}
.ss-main .ss-link {
  width: 366px;
  padding: 30px 25px 0;
  background: #fafafa;
}
.ss-main .ss-link .ss-tit img {
  margin-right: 10px;
  vertical-align: middle;
}
.ss-main .ss-link .ss-tit .tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.ss-main .ss-link .ss-link-l {
  margin-right: -10px;
  padding-top: 26px;
  margin-bottom: 40px;
}
.ss-main .ss-link .ss-link-l a {
  display: inline-block;
  width: 98px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 18px;
  background: #e6e6e6;
  margin-right: 10px;
  margin-bottom: 20px;
}
.ss-main .ss-link .ss-link-l a:hover {
  color: #fff;
  background: #015293;
}

.index-wrap2-img{
  height: 354px;
  padding-top: 30px;
}
.index-wrap2-img img{
  width: 100%;
  height: 308px;
}