@import "../css/reset.css";
body {
  background-color: RGB(246, 246, 246);
}

.center {
  width: 1000px;
  margin: 0 auto;
}

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mt20 {
  margin-top: 20px;
}

.crumb {
  margin: 20px 0;
  font-size: 14px;
  color: #666666;
}

.header {
  background: url(../images/header.jpg) center 0 no-repeat;
  height: 145px;
  position: relative;
}
.header .center {
  position: relative;
}
.header .center .logo {
  width: 188px;
  height: 96px;
  display: table-cell;
  vertical-align: middle;
}
.header .center .logo img {
  width: 100%;
  height: 39px;
}
.header .center .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 96px;
  line-height: 120px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.header .center .right .search_bar {
  border: 5px solid RGBA(111, 163, 239, 0.8);
  background-color: RGB(69, 123, 204);
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.header .center .right .search_bar .box {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.header .center .right .search_bar .box input {
  box-sizing: border-box;
  width: 188px;
  height: 28px;
  line-height: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 12px;
  float: left;
  border: 0;
  margin: 3px 2px 2px 2px;
}
.header .center .right .search_bar .box input::-moz-placeholder {
  color: #457bcc;
  font-size: 12px;
}
.header .center .right .search_bar .box input:-ms-input-placeholder {
  color: #457bcc;
  font-size: 12px;
}
.header .center .right .search_bar .box input::placeholder {
  color: #457bcc;
  font-size: 12px;
}
.header .center .right .search_bar .box .btn {
  float: right;
  cursor: pointer;
  width: 38px;
  height: 100%;
  background: url(../images/icon/search_icon.png) center center no-repeat #457BCC;
}
.header .menus {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.header .menus .center:before {
  position: absolute;
  left: -17px;
  bottom: 0;
  content: "";
  width: 17px;
  height: 24px;
  z-index: 2;
  background: url(../images/icon/menu_left_icon.png) center right no-repeat;
}
.header .menus .center:after {
  position: absolute;
  right: -17px;
  bottom: 0;
  content: "";
  width: 17px;
  height: 24px;
  z-index: 2;
  background: url(../images/icon/menu_right_icon.png) center left no-repeat;
}
.header .menus .center ul.top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: RGB(69, 123, 204);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2;
}
.header .menus .center ul.top li {
  width: 115px;
  height: 48px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid RGB(61, 108, 179);
  border-left: 1px solid RGB(90, 152, 241);
  /* &:last-child{
     border-right:0;
   }*/
}
.header .menus .center ul.top li:nth-of-type(1):hover {
  border-top-left-radius: 5px;
}
.header .menus .center ul.top li:hover {
  background-color: RGBA(43, 77, 128, 0.5);
}
.header .menus .center ul.top li:first-child {
  border-left: 0;
}
.header .menus .center ul.top li a {
  display: inline-block;
  font-size: 14px;
  color: white;
}
.header .menus .center ul.top li.on {
  position: relative;
}
.header .menus .center ul.top li.on:after {
  position: absolute;
  display: block;
  margin-top: 5px;
  content: "";
  width: 24px;
  text-align: center;
  left: 50%;
  height: 2px;
  background-color: #ffffff;
  margin-left: -12px;
}
.header .menus .center ul.top li.has-child {
  position: relative;
}
.header .menus .center ul.top li.has-child:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  content: "";
  background: url(../images/icon/down_icon.png) center center no-repeat;
}
.header .menus .center ul.top li.has-child .child {
  display: none;
  top: 48px;
  position: absolute;
  text-align: center;
  background-color: RGB(69, 123, 204);
}
.header .menus .center ul.top li.has-child .child a {
  width: 115px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: white;
  border-top: 1px solid RGB(61, 108, 179);
  border-bottom: 1px solid RGB(90, 152, 241);
}
.header .menus .center ul.top li.has-child .child a:hover {
  background-color: RGBA(43, 77, 128, 0.5);
}
.header .menus .center ul.top li.has-child .child a:last-child {
  border-bottom: 0;
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  height: 24px;
  background-color: RGB(69, 123, 204);
}

.main {
  margin-top: 20px;
}
.main .tabs {
  background-color: #ffffff;
}
.main .tabs .tabs_head {
  padding: 18px 20px;
  border-bottom: 1px solid RGB(234, 237, 243);
  position: relative;
}
.main .tabs .tabs_head .title {
  font-size: 16px;
  color: #457bcc;
  font-weight: bold;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.main .tabs .tabs_head .tabs_name {
  color: #333333;
  font-size: 14px;
  display: inline-block;
}
.main .tabs .tabs_head .tabs_name .tab_name {
  cursor: pointer;
  margin-left: 32px;
  display: inline-block;
}
.main .tabs .tabs_head .tabs_name .tab_name:hover {
  color: RGB(69, 123, 204);
}
.main .tabs .tabs_head .tabs_name .tab_name.on {
  padding: 5px;
  background-color: RGB(69, 123, 204);
  color: #ffffff;
}
.main .tabs .tabs_head .tabs_name.split {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid RGB(224, 227, 233);
}
.main .tabs .tabs_head .tabs_name.split .tab_name {
  margin-left: 0;
}
.main .tabs .tabs_head .more {
  color: #666666;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: auto !important;
}
.main .tabs .tabs_content {
  padding: 10px 20px;
}
.main .tabs .tabs_content .tab_content {
  display: none;
}
.main .tabs .tabs_content .tab_content.on {
  display: block;
}
.main .tabs .tabs_content a {
  color: #333333;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  display: block;
}
.main .tabs .tabs_content a :hover {
  color: RGB(69, 123, 204);
}
.main .tabs .tabs_content .line1 {
  width: 520px;
  display: inline-block;
}
.main .tabs .tabs_content .time {
  float: right;
}
.main .area1 {
  overflow: hidden;
}
.main .area1 .left_area {
  float: left;
  width: 660px;
  margin-right: 20px;
}
.main .area1 .left_area .focusBox {
  position: relative;
  width: 660px;
  height: 306px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
}
.main .area1 .left_area .focusBox .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .area1 .left_area .focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 36px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}
.main .area1 .left_area .focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}
.main .area1 .left_area .focusBox .txt li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}
.main .area1 .left_area .focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  /*font-weight: bold;*/
  text-decoration: none;
}
.main .area1 .left_area .focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  right: 8px;
}
.main .area1 .left_area .focusBox .num li {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.main .area1 .left_area .focusBox .num li a, .main .area1 .left_area .focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  text-decoration: none;
  background-color: #ffffff;
}
.main .area1 .left_area .focusBox .num li span {
  z-index: 1;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.main .area1 .left_area .focusBox .num li.on a, .main .area1 .left_area .focusBox .num a:hover {
  background: RGB(94, 155, 242);
}
.main .area1 .right_area {
  float: right;
}
.main .area1 .right_area .tabs {
  width: 320px;
}
.main .area1 .right_area .tabs .line1 {
  width: 280px !important;
}
.main .area2 a {
  width: 180px !important;
  height: 152px !important;
  margin-right: 15px;
  float: left;
}
.main .area2 a img {
  width: 100%;
  height: 100%;
}
.main .area2 a:last-child {
  margin-right: 0;
}
.main .area2 .tabs_content {
  overflow: hidden;
}
.main .flink {
  padding: 10px 0;
  background-color: #ffffff;
}
.main .flink a {
  display: inline-block;
  margin-left: 20px;
}
.main .flink a img {
  width: 140px;
  height: 48px;
}

.scene {
  background-color: #ffffff;
}
.scene .tabs .tabs_head {
  position: relative;
  text-align: center;
  margin: 30px auto;
}
.scene .tabs .tabs_head .tab_name {
  cursor: pointer;
  margin-left: 32px;
  display: inline-block;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.scene .tabs .tabs_head .tab_name.on {
  color: #457bcc;
  position: relative;
}
.scene .tabs .tabs_head .tab_name.on:after {
  position: absolute;
  display: block;
  margin-top: 5px;
  content: "";
  width: 30px;
  text-align: center;
  left: 50%;
  height: 2px;
  background-color: #457bcc;
  margin-left: -15px;
}
.scene .tabs .tabs_content .tab_content {
  display: none;
}
.scene .tabs .tabs_content .tab_content.on {
  display: block;
}
.scene .tabs .tabs_content a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.scene .tabs .tabs_content a:nth-of-type(4n) {
  margin-right: 0;
}
.scene .tabs .tabs_content a img {
  width: 232px;
  height: 200px;
}

.news_list {
  background-color: #ffffff;
}
.news_list .container {
  overflow: hidden;
}
.news_list .container .cates {
  float: left;
  width: 200px;
  margin-right: 25px;
}
.news_list .container .cates :hover {
  background-color: RGB(69, 123, 204);
  color: #ffffff;
}
.news_list .container .cates li:last-child a {
  border-bottom: 0;
}
.news_list .container .cates a {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 60px;
  border-bottom: 1px solid RGB(252, 252, 252);
  background-color: RGB(243, 243, 243);
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.news_list .container .cates a.on {
  background-color: RGB(69, 123, 204);
  color: #ffffff;
}
.news_list .container h3 {
  color: #333333;
  font-size: 32px;
  padding-bottom: 18px;
}
.news_list .container .list {
  float: left;
  width: 775px;
}
.news_list .container .list .news {
  border-top: 1px solid RGB(233, 236, 242);
  padding: 30px 30px 30px 0;
  overflow: hidden;
  position: relative;
}
.news_list .container .list .news .left {
  float: left;
  width: 550px;
  margin-right: 98px;
}
.news_list .container .list .news .left .title {
  color: #333333;
  font-size: 16px;
}
.news_list .container .list .news .left .title:hover {
  color: RGB(69, 123, 204);
}
.news_list .container .list .news .left .desc {
  margin: 20px 0;
  line-height: 1.5;
  color: #999999;
  min-height: 63px;
  font-size: 14px;
}
.news_list .container .list .news .left .other {
  color: #999999;
  font-size: 14px;
}
.news_list .container .list .news .left .other span {
  margin-right: 12px;
}
.news_list .container .list .news .view {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  display: inline-block;
  width: 95px;
  height: 35px;
  line-height: 35px;
  background-color: RGB(69, 123, 204);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.news_list .container .pic_list {
  float: left;
  width: 775px;
}
.news_list .container .pic_list h3 {
  border-bottom: 1px solid RGB(233, 236, 242);
  margin-bottom: 30px;
}
.news_list .container .pic_list .news {
  width: 245px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 20px;
}
.news_list .container .pic_list .news:nth-of-type(3n) {
  margin-right: 0;
}
.news_list .container .pic_list .news img {
  width: 245px;
  height: 180px;
  display: block;
}
.news_list .container .pic_list .news .title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333333;
}
.news_list .container .pic_list .news .desc {
  color: #999999;
  font-size: 12px;
  line-height: 1.5;
}
.news_list .container .news_info {
  float: left;
  width: 775px;
}
.news_list .container .news_info h3 {
  border-bottom: 1px solid RGB(233, 236, 242);
  margin-bottom: 30px;
}
.news_list .container .news_info .title {
  color: #333333;
  font-size: 22px;
  margin-bottom: 30px;
}
.news_list .container .news_info .other {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: RGB(243, 243, 243);
  padding: 0 20px;
  box-sizing: border-box;
}
.news_list .container .news_info .other span {
  font-size: 14px;
  color: #999999;
  margin-right: 30px;
}
.news_list .container .news_info .content {
  padding: 30px 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
.news_list .container .news_info .content img {
  max-width: 100%;
}

.search_result {
  background-color: #ffffff;
}
.search_result .news {
  border-bottom: 1px solid RGB(233, 236, 242);
  padding: 30px 30px 30px 0;
  overflow: hidden;
  position: relative;
}
.search_result .news:last-child {
  border-bottom: 0;
}
.search_result .news .title {
  color: #333333;
  font-size: 16px;
}
.search_result .news .title:hover {
  color: RGB(69, 123, 204);
}
.search_result .news .desc {
  margin: 20px 0;
  line-height: 1.5;
  color: #999999;
  min-height: 42px;
  font-size: 14px;
}
.search_result .news .other {
  color: #999999;
  font-size: 14px;
}
.search_result .news .other span {
  margin-right: 12px;
}

.footer {
  line-height: 2;
  margin-top: 20px;
  background-color: RGB(69, 123, 204);
  font-size: 14px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #333333;
}
.footer .center {
  height: 114px;
  position: relative;
}
.footer .left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  width: 200px;
  z-index: 2;
}
.footer .copyright {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
  text-align: center;
  width: 100%;
  z-index: 1;
}