@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
 /* font-weight: normal;*/
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: #2f4d93;
}
.header .logo {
  padding: 27px 0;
}
.header .nav > li {
  float: left;
  width: 107px;
  line-height: 103px;
  height: 103px;
  position: relative;
}
.header .nav > li .sub {
  display: none;
  z-index: 66;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #2f4d93;
  margin: 0;
}
.header .nav > li .sub li {
  line-height: 2.2;
}
.header .nav > li .sub li:hover {
  background: #1d3772;
}
.header .nav > li .sub li a {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
}
.header .nav > li.on {
  background: #1d3772;
}
.header .nav > li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  width: 100%;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border: solid 1px #ffcc00;
}
.slideBox .hd ul li.on {
  background: #ffcc00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.yyly {
  margin: 40px auto 0;
}
.yyly_list {
  margin: 35px auto 0;
}
.yyly_list li {
  margin-bottom: 35px;
  float: left;
  margin-left: 20px;
  width: 383px;
  height: 276px;
  border: solid 1px #dddddd;
}
.yyly_list li:hover i img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
}
.yyly_list li i {
  display: block;
  width: 349px;
  height: 217px;
  overflow: hidden;
  margin: 15px 15px 0;
}
.yyly_list li i img {
  width: 349px;
  height: 217px;
  transition: .4s transform;
  -weblit-transition: .4s transform;
  -o-transition: .4s transform;
  -ms-transition: .4s transform;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.yyly_list li p {
  line-height: 3;
  text-align: center;
  color: #333;
}
.title {
  text-align: center;
}
.title h6 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2f4d93;
}
.title h5 {
  font-size: 18px;
  color: #2d2d2d;
}
.title h5 i {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 1px;
  background: #cccccc;
  margin: 0 15px;
}
.gsjj {
  width: 100%;
  background: url("../images/bj.png") no-repeat center;
  background-size: 100%;
  min-width: 1200px;
  min-height: 463px;
}
.gsjj .gsjj_con {
  position: relative;
}
.gsjj .gsjj_con .img {
  position: absolute;
  top: 104px;
  left: 0;
  width: 452px;
  height: 277px;
  z-index: 2;
  overflow: hidden;
}
.gsjj .gsjj_con .img img {
  width: 100%;
  height: 100%;
}
.gsjj .gsjj_con .texte {
  position: absolute;
  top: 78px;
  right: 0;
  width: 947px;
  height: 325px;
  background: #eceef4;
  padding: 46px 0 0 225px;
}
.gsjj .gsjj_con .texte .more {
  position: absolute;
  top: -4px;
  right: 29px;
}
.gsjj .gsjj_con .texte h5 {
  color: #2f4d93;
  font-size: 18px;
}
.gsjj .gsjj_con .texte h5 i {
  font-size: 30px;
  color: #bbc4da;
}
.gsjj .gsjj_con .texte .p {
  text-indent: 24px;
  height: 200px;
  overflow: hidden;
  font-size: 14px;
  color: #565555;
  line-height: 2;
  width: 698px;
}
.news_zx {
  margin: 40px auto;
}
.news_zx .news_zx_con {
  margin: 25px 0;
}
.news_zx .news_zx_con .news_zx_left {
  width: 493px;
  height: 312px;
}
.news_zx .news_zx_con .news_zx_left img {
  width: 100%;
  height: 100%;
}
.news_zx .news_zx_con .news_zx_right {
  width: 655px;
}
.news_zx .news_zx_con .news_zx_right li {
  margin-bottom: 20px;
}
.news_zx .news_zx_con .news_zx_right li span {
  text-align: center;
  width: 70px;
}
.news_zx .news_zx_con .news_zx_right li span i {
  display: block;
  font-size: 51px;
  font-weight: bold;
  color: #999999;
  height: 62px;
  overflow: hidden;
}
.news_zx .news_zx_con .news_zx_right li span em {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  text-align: justify;
  font-size: 14px;
  text-align-last: justify;
}
.news_zx .news_zx_con .news_zx_right li .texet_news {
  width: 575px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #dddddd;
}
.news_zx .news_zx_con .news_zx_right li .texet_news h5 a {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 2;
}
.news_zx .news_zx_con .news_zx_right li .texet_news span {
  font-size: 12px;
  color: #999;
}
.news_zx .news_zx_con .news_zx_right li .texet_news p {
  font-size: 14px;
  color: #333;
}
.list_li{
  margin-bottom:20px;
}
.list_li li {
  width: 296px;
  height: 321px;
  display: inline-block;
  vertical-align: top;
  background: #f8f8f8;
  padding: 38px 0;
  text-align: center;
}
.list_li li img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.list_li li h4 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.list_li li h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}
.list_li li i {
  margin: 15px auto;
  display: block;
  width: 150px;
  height: 1px;
  background: #999;
}
.list_li li p {
  width: 230px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.footer {
  background: #2f4d93;
  width: 100%;
}
.footer .footer_con {
  padding: 50px 0;
}
.footer .footer_con .footer_lefe h6 {
  color: #fff;
  font-size: 16px;
}
.footer .footer_con .footer_lefe h5 {
  font-size: 25px;
  line-height: 2.5;
  color: #ffcc00;
}
.footer .footer_con .footer_lefe p {
  font-size: 14px;
  color: #fff;
  line-height: 2.3;
}
.footer .footer_con .footer_lefe a {
  display: block;
  width: 90px;
  height: 30px;
  border: solid 1px #8294be;
  color: #8294be;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin: 25px 0 0;
}
.footer .footer_con .footer_middle {
  background: url("../images/footer_bj.png") no-repeat left center;
  padding-left: 80px;
  margin-left: 10px;
}
.footer .footer_con .footer_middle h6 {
  font-size: 14px;
  color: #fff;
}
.footer .footer_con .footer_middle p {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-right: 25px;
}
.footer .footer_con .footer_middle p img {
  display: block;
  margin: 30px auto 0;
  width: 130px;
  height: 130px;
}
.footer .footer_con .footer_right {
  background: url("../images/footer_bj.png") no-repeat left center;
  padding-left: 45px;
  margin-left: 10px;
  width: 400px;
}
.footer .footer_con .footer_right h6 {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.footer .footer_con .footer_right .link_list li {
  line-height: 2.2;
  float: left;
  width: 170px;
  text-align: left;
}
.footer .footer_con .footer_right .link_list li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.footer .footer_bottom {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #243164;
}
.footer .footer_bottom p {
  font-size: 14px;
  color: #fff;
}
.footer .footer_bottom p a {
  font-size: 14px;
  color: #fff;
}
.mbx {
  width: 100%;
  background: #eeeeee;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #606060;
}
.mbx img {
  vertical-align: middle;
  margin-right: 10px;
}
.mbx i {
  vertical-align: middle;
}
.mbx a {
  font-size: 12px;
  color: #606060;
}
.mbx .tab_list li {
  float: left;
  width: 120px;
  text-align: center;
}
.mbx .tab_list li a {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #333;
}
.mbx .tab_list li.on {
  background: #ef4a02;
}
.mbx .tab_list li.on a {
  color: #fff;
}
.content{
  min-height: 350px;
}
.content .content_tab {
  width: 100%;
  margin: 25px auto;
}
.content .content_tab .text {
  display: none;
  line-height: 2;
  font-size: 14px;
  color: #333;
}
.content .content_tab .text h6 {
  font-size: 20px;
  text-align: center;
  color: #434343;
  line-height: 2.5;
}
.content .content_tab .text img {
  max-width: 100%;
}
.content .content_tab .active {
  display: block;
}
.list_li_news li {
  margin-bottom: 30px;
}
.list_li_news li:hover .list_text h5 a {
  color: #ef4a02;
}
.list_li_news li .list_img {
  width: 200px;
  height: 120px;
}
.list_li_news li .list_img img {
  width: 100%;
  height: 100%;
}
.list_li_news li .list_text {
  width: 980px;
}
.list_li_news li .list_text h5 {
  font-size: 16px;
  color: #434343;
}
.list_li_news li .list_text p {
  font-size: 14px;
  color: #5a5a5a;
  text-indent: 24px;
}
.page {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #0163ae;
  margin: 0 0.3%;
  background-color: #0163ae;
  color: #fff;
  line-height: 2;
}
