﻿@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";
  overflow-x: hidden;
}
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;
}
.body {
  min-width: 1200px;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.top {
  background: url("../images/top_bj.png") no-repeat center;
  height: 38px;
}
.top .con p .top_text {
  margin-right: 170px;
}
.top .con p span {
  font-family: "Adobe 黑体 Std R";
  font-size: 16px;
  letter-spacing: 11px;
  color: #fff;
  line-height: 38px;
}
.top .con p a {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  margin-left: 10px;
  position: relative;
}
.top .con p a span{
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  background: #228ad2;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  width: 157px;
  text-align: center;
  letter-spacing: 2px;
}
.top .con p a span {
  margin: 0 auto;
}
.top .con p a img {
  vertical-align: middle;
  margin: 0 5px;
}
.logo_con {
  padding: 29px 0;
}
.logo_con .logo_right_img {
  vertical-align: middle;
  margin: 0 0 0 78px;
}
.logo_con .logo_right {
  width: 350px;
  padding-top: 25px;
}
.logo_con .logo_right .logo_tel {
  display: inline-block;
  vertical-align: middle;
}
.logo_con .logo_right .logo_tel i {
  display: block;
  font-size: 15px;
  color: #464240;
  line-height: 1.2;
}
.logo_con .logo_right .logo_tel i font {
  font-size: 21px;
  color: #ea4c15;
}
.logo_con .logo_right img {
  vertical-align: middle;
}
.nav_con {
  background: #228ad2;
  width: 100%;
}
.nav_con .nav li {
  width: 120px;
  float: left;
}
.nav_con .nav li a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  width: 116px;
}
.nav_con .nav li i {
  display: inline-block;
  vertical-align: middle;
  color: #60abdf;
}
.banner {
  /* 本例子css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
.banner .i_body1_3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .i_body1_3 .hd {
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.banner .i_body1_3 .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.banner .i_body1_3 .hd ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.banner .i_body1_3 .hd ul li.on {
  background: #f45f2b;
  color: #fff;
}
.banner .i_body1_3 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .i_body1_3 .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 389px;
}
.banner .i_body1_3 .bd img {
  width: 100%;
  display: block;
}
.banner .i_body1_3 .prev,
.banner .i_body1_3 .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;
}
.banner .i_body1_3 .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.banner .i_body1_3 .prev:hover,
.banner .i_body1_3 .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.banner .i_body1_3 .prevStop {
  display: none;
}
.banner .i_body1_3 .nextStop {
  display: none;
}
.ln_list {
  margin: 19px auto;
}
.ln_list li {
  float: left;
  width: 125px;
  height: 45px;
  line-height: 45px;
  background: #399de3;
  margin-left: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ln_list li:hover {
  background: #66aee0;
}
.ln_list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.index_banner{
  width: 438px;
}
.index_top .index_banner .index_banner_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index_top .index_banner .index_banner_img .hd {
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 14px;
  z-index: 1;
  width: 100%;
}
.index_top .index_banner .index_banner_img .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: right;
}
.index_top .index_banner .index_banner_img .hd ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.index_top .index_banner .index_banner_img .hd ul li.on {
  background: #f45f2b;
  color: #fff;
}
.index_top .index_banner .index_banner_img .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index_top .index_banner .index_banner_img .bd li {
  width: 438px;
  zoom: 1;
  vertical-align: middle;
  height: 350px;
  position: relative;
}
.index_top .index_banner .index_banner_img .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  background: #292929;
  line-height: 52px;
  padding-left: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_top .index_banner .index_banner_img .bd img {
  width: 100%;
  display: block;
}
.index_top .index_news {
  margin: 0 24px;
  width: 402px;
  border: solid 1px #e4e4e4;
  height: 350px;
}
.index_top .index_news h3 {
  background: #fcfcfc;
  border-bottom: solid 1px #e4e4e4;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.index_top .index_news h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.index_top .index_news .index_news_top {
  margin: 20px 18px;
}
.index_top .index_news .index_news_top .index_news_top_img {
  width: 87px;
  height: 70px;
}
.index_top .index_news .index_news_top .index_news_top_img img {
  width: 100%;
  height: 100%;
}
.index_top .index_news .index_news_top .index_news_top_text {
  width: 260px;
}
.index_top .index_news .index_news_top .index_news_top_text h4 {
  color: #636262;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_top .index_news .index_news_top .index_news_top_text h4:hover {
  color: #399de3;
}
.index_top .index_news .index_news_top .index_news_top_text p {
  font-size: 14px;
  color: #636262;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_top .index_news .index_news_list {
  margin: 20px 18px 0;
  border-top: dashed 1px #e4e4e4;
  padding-top: 10px;
}
.index_top .index_news .index_news_list li {
  background: url("../images/icon.png") no-repeat left center;
}
.index_top .index_news .index_news_list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  color: #636262;
  padding-left: 20px;
  line-height: 2.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_top .index_news .index_news_list li a:hover {
  color: #399de3;
}
.index_top .index_zl {
  width: 310px;
  border: solid 1px #e4e4e4;
  height: 350px;
}
.index_top .index_zl h3 {
  background: #fcfcfc;
  border-bottom: solid 1px #e4e4e4;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.index_top .index_zl h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.index_top .index_zl .index_zl_list {
  margin: 20px 16px 0 0;
}
.index_top .index_zl .index_zl_list li {
  width: 130px;
  height: 50px;
  float: left;
  border: solid 1px #e4e4e4;
  text-align: center;
  margin-left: 17px;
  margin-bottom: 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_top .index_zl .index_zl_list li:hover {
  border: solid 1px #399de3;
}
.index_top .index_zl .index_zl_list li img {
  width: 109px;
  height: 39px;
  display: block;
  margin: 5px auto;
}
.gg_banner {
  margin: 18px auto;
}
.gg_banner .gg_banner_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gg_banner .gg_banner_img .hd {
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.gg_banner .gg_banner_img .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.gg_banner .gg_banner_img .hd ul li {
  float: left;
  margin-right: 2px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #959595;
  cursor: pointer;
  font-size: 12px;
  border-radius: 50%;
}
.gg_banner .gg_banner_img .hd ul li.on {
  background: #296fb5;
  color: #fff;
}
.gg_banner .gg_banner_img .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.gg_banner .gg_banner_img .bd li {
  zoom: 1;
  vertical-align: middle;
}
.gg_banner .gg_banner_img .bd img {
  width: 100%;
  display: block;
}
.title {
  border: solid 1px #e4e4e4;
}
.title h3 {
  background: #fcfcfc;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.title h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.tjjx_list {
  margin: 18px auto;
}
.tjjx_list li {
  float: left;
  border: solid 1px #e4e4e4;
  width: 283px;
  margin-left: 22px;
}
.tjjx_list li .tjjx_list_img {
  width: 218px;
  height: 223px;
  overflow: hidden;
  display: block;
  margin: 39px auto;
}
.tjjx_list li .tjjx_list_img img {
  width: 100%;
  height: 100%;
}
.tjjx_list li .tjjx_list_text {
  background: #228ad2;
  padding-bottom: 11px;
}
.tjjx_list li .tjjx_list_text h4 {
  line-height: 2.5;
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.tjjx_list li .tjjx_list_text p {
  text-align: center;
}
.tjjx_list li .tjjx_list_text p .pic_btn {
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  width: 116px;
  height: 32px;
  border: solid 1px #fff;
  border-radius: 25px;
  color: #fff;
}
.tjjx_list li .tjjx_list_text p .pic_btn.on {
  margin-left: 18px;
  background: #fff;
  color: #296fb5;
}
.pic_list {
  margin-bottom: 0;
}
.pic_list li {
  margin-bottom: 25px;
}
.index_zj {
  border: solid 1px #e4e4e4;
}
.index_zj h3 {
  border-bottom: solid 1px #e4e4e4;
  background: #fcfcfc;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.index_zj h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.index_zj .index_zj_con .index_zj_con_left {
  width: 823px;
  border-right: dashed 1px #e4e4e4;
  padding: 13px;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_img {
  width: 166px;
  height: 208px;
  overflow: hidden;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_img img {
  width: 100%;
  height: 100%;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_text {
  width: 585px;
  margin-right: 20px;
  text-align: justify;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_text a h4:hover,
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_text a p:hover {
  color: #228ad2;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_text h4 {
  font-size: 18px;
  color: #3f3d3d;
  font-weight: bold;
  line-height: 3;
}
.index_zj .index_zj_con .index_zj_con_left .index_zj_con_left_text p {
  font-size: 14px;
  color: #636262;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_zj .index_zj_con .index_zj_con_right {
  width: 344px;
}
.index_zj .index_zj_con .index_zj_con_right .index_zj_con_right_list {
  padding: 30px 60px 0;
}
.index_zj .index_zj_con .index_zj_con_right .index_zj_con_right_list li {
  float: left;
  width: 50%;
  text-align: left;
  background: url("../images/icon_a.png") no-repeat left center;
  padding-left: 25px;
  line-height: 2.5;
}
.index_zj .index_zj_con .index_zj_con_right .index_zj_con_right_list li a {
  display: block;
}
.index_zj .index_zj_con .index_zj_con_right .index_zj_con_right_list li a:hover {
  color: #228ad2;
}
.index_sy .index_sy_left {
  float: left;
  width: 586px;
  border: solid 1px #e4e4e4;
}
.index_sy .index_sy_left + .index_sy_left{
  float: right;
}
.index_sy .index_sy_left h3 {
  background: #fcfcfc;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
  border-bottom: solid 1px #e4e4e4;
}
.index_sy .index_sy_left h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.index_sy .index_sy_left .index_sy_left_con {
  margin: 15px;
}
.index_sy .index_sy_left .index_sy_left_con .index_sy_left_img {
  width: 183px;
  height: 127px;
  overflow: hidden;
}
.index_sy .index_sy_left .index_sy_left_con .index_sy_left_img img {
  width: 100%;
  height: 100%;
}
.index_sy .index_sy_left .index_sy_left_con .index_sy_left_text {
  width: 347px;
  text-align: justify;
  line-height: 1.92;
  font-size: 14px;
  color: #636262;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_sy .index_sy_left .index_sy_left_con .index_sy_left_text a:hover {
  color: #228ad2;
}
.index_sy .index_sy_left .index_sy_left_list {
  margin: 0 15px;
  padding: 15px 0;
  border-top: dashed 1px #e4e4e4;
}
.index_sy .index_sy_left .index_sy_left_list li {
  float: left;
  width: 20%;
  text-align: left;
  padding-left: 25px;
  background: url("../images/icon_a.png") no-repeat left center;
}
.index_sy .index_sy_left .index_sy_left_list li a {
  display: block;
}
.index_sy .index_sy_left .index_sy_left_list li a:hover {
  color: #228ad2;
}
.index_sy .index_sy_right {
  width: 586px;
  border: solid 1px #e4e4e4;
}
.index_sy .index_sy_right h3 {
  border-bottom: solid 1px #e4e4e4;
  background: #fcfcfc;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.index_sy .index_sy_right h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.index_sy .index_sy_right .index_sy_left_con {
  margin: 15px;
}
.index_sy .index_sy_right .index_sy_left_con .index_sy_left_img {
  width: 183px;
  height: 127px;
  overflow: hidden;
}
.index_sy .index_sy_right .index_sy_left_con .index_sy_left_img img {
  width: 100%;
  height: 100%;
}
.index_sy .index_sy_right .index_sy_left_con .index_sy_left_text {
  width: 347px;
  text-align: justify;
  line-height: 1.92;
  font-size: 14px;
  color: #636262;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_sy .index_sy_right .index_sy_left_con .index_sy_left_text a:hover {
  color: #228ad2;
}
.index_sy .index_sy_right .index_sy_left_list {
  margin: 0 15px;
  padding: 15px 0;
  border-top: dashed 1px #e4e4e4;
}
.index_sy .index_sy_right .index_sy_left_list li {
  float: left;
  width: 20%;
  text-align: left;
  padding-left: 25px;
  background: url("../images/icon_a.png") no-repeat left center;
}
.index_sy .index_sy_right .index_sy_left_list li a {
  display: block;
}
.index_sy .index_sy_right .index_sy_left_list li a:hover {
  color: #228ad2;
}
.index_list > li {
  height: 116px;
  overflow: hidden;
  float: left;
  border: solid 1px #e4e4e4;
  margin-left: 21px;
}
.index_list .index_list1 {
  width: 285px;
  padding: 15px 0 0;
}
.index_list .index_list1 p {
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
  color: #464240;
}
.index_list .index_list1 p font {
  font-size: 20px;
  color: #ea4c15;
}
.index_list .index_list2 {
  width: 280px;
  border: none;
  padding-right:20px;
}
.index_list .index_list2 .index_list_lb {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index_list .index_list2 .index_list_lb .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.index_list .index_list2 .index_list_lb .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  margin-right:20px;
}
.index_list .index_list2 .index_list_lb .hd ul li {
  float: left;
  margin-right: 2px;
  margin-left: 0;
  color: #fff;
  width: 16px;
  height: 16px;
  border: none;
  line-height: 16px;
  text-align: center;
  background: #959595;
  cursor: pointer;
  font-size: 12px;
  border-radius: 50%;
}
.index_list .index_list2 .index_list_lb .hd ul li.on {
  background: #296fb5;
  color: #fff;
}
.index_list .index_list2 .index_list_lb .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index_list .index_list2 .index_list_lb .bd li {
  zoom: 1;
  vertical-align: middle;
}
.index_list .index_list2 .index_list_lb .bd img {
  width: 280px;
  display: block;
}
.index_list .index_list3 {
  width: 270px;
  padding: 8px;
}
.index_list .index_list3 img {
  width: 253px;
  height: 103px;
}
.index_list .index_list4 {
  width: 320px;
  padding: 8px 0 8px 8px;
}
.index_list .index_list4 img {
  width: 101px;
  height: 103px;
}
.index_list .index_list4 .index_list4_text {
  width: 200px;
  float: right;
}
.index_list .index_list4 .index_list4_text h3 {
  font-size: 18px;
  line-height: 1.3;
}
.index_list .index_list4 .index_list4_text p {
  text-align: left;
  line-height: 2;
  font-size: 12px;
  color: #464240;
}
.index_list .index_list4 .index_list4_text p font {
  font-size: 13px;
  color: #ea4c15;
}
.index_list_li {
  margin: 18px auto;
}
.index_list_li li {
  float: left;
  width: 225px;
  height: 72px;
  margin-left: 18px;
  border: solid 1px #e4e4e4;
  font-size: 17px;
  color: #464240;
  padding: 18px 0;
  font-weight: bold;
}
.index_list_li li img {
  vertical-align: middle;
  margin: 0 25px;
}
.yq_link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3f3d3d;
}
.yq_link span i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.yq_link li {
  display: inline-block;
  vertical-align: middle;
}
.yq_link li a {
  display: block;
  padding: 0 10px;
}
.footer {
  width: 100%;
  margin-top: 18px;
  background: #228ad2;
}
.footer .footer_con {
  padding: 25px 0;
}
.footer .footer_con .footer_nav {
  border-bottom: solid 1px #439bd9;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer .footer_con .footer_nav a {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.footer .footer_con p {
  line-height: 2;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.footer .footer_con p a {
  font-size: 14px;
  color: #ffffff;
}
.info_con {
  margin-top: 25px;
}
.info_con .nav_left {
  width: 256px;
}
.info_con .nav_left h3 {
  background: #228ad2 url("../images/icon_left.png") no-repeat left 50px center;
  height: 72px;
  color: #fff;
  text-align: left;
  border-radius: 5px 5px 0 0;
  padding: 19px 0 0 82px;
}
.info_con .nav_left h3 span {
  line-height: 1;
  display: block;
  font-size: 18px;
}
.info_con .nav_left h3 i {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
}
.info_con .nav_left .nav_left_list {
  border: solid 1px #e4e4e4;
  border-top: none;
  border-bottom: none;
}
.info_con .nav_left .nav_left_list > li {
  background: url("../images/icon_bj.png") no-repeat left 75px top 20px;
}
.info_con .nav_left .nav_left_list > li.on {
  background: #f6f5f5 url("../images/iocn_bj1.png") no-repeat left 75px top 20px;
}
.info_con .nav_left .nav_left_list > li.on > a {
  border-left: solid 4px #ea4c15;
}
.info_con .nav_left .nav_left_list > li > a {
  border-bottom: solid 1px #e4e4e4;
  display: block;
  padding-left: 100px;
  font-size: 14px;
  color: #636262;
  line-height: 49px;
}
.info_con .nav_left .nav_left_list .nav_left_list_li {
  background: #fff;
  border-bottom: solid 1px #e4e4e4;
  padding: 10px 0;
}
.info_con .nav_left .nav_left_list .nav_left_list_li li a {
  padding-left: 102px;
  display: block;
  line-height: 2;
}
.info_con .nav_left .nav_left_text {
  border: solid 1px #e4e4e4;
  margin-top: 20px;
  padding: 20px 0;
}
.info_con .nav_left .nav_left_text img {
  display: block;
  margin: 0 auto 30px;
}
.info_con .nav_left .nav_left_text p {
  text-align: center;
  font-size: 14px;
  color: #464240;
}
.info_con .nav_left .nav_left_text p font {
  font-size: 18px;
  color: #ea4c15;
}
.info_con .message_right {
  width: 917px;
}
.info_con .message_right h3 {
  border: solid 1px #e4e4e4;
  background: #fcfcfc;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3d3d;
}
.info_con .message_right h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 17px;
  background: #228ad2;
  margin-right: 10px;
}
.info_con .message_right .msg_top {
  width: 100%;
  border: solid 1px #e4e4e4;
  margin: 17px auto;
  padding: 8px 34px 8px 8px;
}
.info_con .message_right .msg_top .msh_top_img {
  width: 200px;
  height: 232px;
  overflow: hidden;
}
.info_con .message_right .msg_top .msh_top_img img {
  width: 100%;
  height: 100%;
}
.info_con .message_right .msg_top .msg_top_text {
  width: 646px;
}
.info_con .message_right .msg_top .msg_top_text h4 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0;
}
.info_con .message_right .msg_top .msg_top_text p {
  font-size: 14px;
  color: #636262;
  line-height: 2;
}
.info_con .message_right .mag_info h4 {
  border-bottom: solid 1px #e4e4e4;
}
.info_con .message_right .mag_info h4 span {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 133px;
  height: 42px;
  line-height: 42px;
  background: #228ad2;
  border-radius: 5px 5px 0 0;
}
.info_con .message_right .mag_info .mag_info_text {
  padding: 15px 0;
  line-height: 2;
  font-size: 14px;
  color: #636262;
}
.info_con .message_right .mag_info .mag_info_text img {
  max-width: 100%;
}
.info_pic_list li {
  width: 215px;
  float: left;
  margin-left: 17px;
  margin-top: 18px;
}
.info_pic_list li:hover p {
  color: #399de3;
}
.info_pic_list li:hover .info_pic_list_img {
  box-shadow: 0 0 5px #dbdbdb;
}
.info_pic_list li .info_pic_list_img {
  display: block;
  width: 215px;
  height: 233px;
  border: solid 1px #e4e4e4;
}
.info_pic_list li .info_pic_list_img img {
  display: block;
  margin: 5px auto;
  width: 203px;
  height: 221px;
}
.info_pic_list li p {
  text-align: center;
  font-size: 14px;
  color: #636262;
  line-height: 2.5;
}
.tl_pic_top {
  margin: 17px auto;
}
.tl_pic_top .tl_pic_top_img {
  width: 350px;
  height: 377px;
  border: solid 1px #e4e4e4;
}
.tl_pic_top .tl_pic_top_img img {
  width: 329px;
  height: 357px;
  display: block;
  margin: 9.5px auto;
}
.tl_pic_top .tl_pic_top_text {
  height: 377px;
  width: 520px;
  position: relative;
}
.tl_pic_top .tl_pic_top_text h4 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 30px 0;
}
.tl_pic_top .tl_pic_top_text p {
  font-size: 14px;
  color: #636262;
  line-height: 2.2;
}
.tl_pic_top .tl_pic_top_text p span {
  margin-right: 53px;
}
.tl_pic_top .tl_pic_top_text .zx_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 133px;
  height: 45px;
  line-height: 45px;
  background: #ea4c15;
  border-radius: 5px;
}
.page {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 1.2%;
  text-align: center;
  border: solid 1px #dadada;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fff;
}
.page span {
  display: inline-block;
  padding: 0 1.2%;
  text-align: center;
  border: solid 1px #228ad2;
  margin: 0 0.3%;
  background-color: #228ad2;
  color: #fff;
  line-height: 2;
}
.tl_info {
  border: solid 1px #e4e4e4;
  border-top: none;
  padding: 40px;
}
.tl_info img {
  max-width: 100%;
}
.tl_info h5 {
  text-align: center;
  font-size: 18px;
  color: #636262;
  font-weight: bold;
}
.tl_info .title_info {
  text-align: center;
  padding: 20px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 14px;
  margin-bottom: 30px;
  color: #999;
}
.tl_info .title_info span {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
.tl_info .title_info div {
  display: inline-block;
  vertical-align: middle;
}
.news_info {
  border: solid 1px #e4e4e4;
  border-top: none;
  padding: 35px 36px 15px 15px;
}
.news_info .news_top .news_top_img {
  width: 244px;
  height: 197px;
}
.news_info .news_top .news_top_img img {
  width: 100%;
  height: 100%;
}
.news_info .news_top .news_top_text {
  width: 588px;
}
.news_info .news_top .news_top_text:hover h4 {
  color: #399de3;
}
.news_info .news_top .news_top_text:hover i {
  border: solid 1px #399de3;
  color: #399de3;
}
.news_info .news_top .news_top_text h4 {
  font-size: 18px;
  color: #636262;
  margin-bottom: 25px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info .news_top .news_top_text p {
  font-size: 14px;
  color: #acacac;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_info .news_top .news_top_text i {
  display: block;
  width: 148px;
  height: 44px;
  border-radius: 25px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #636262;
  margin-top: 20px;
}
.news_info .news_info_list {
  margin-top: 35px;
  border-top: dashed 1px #e4e4e4;
}
.news_info .news_info_list li {
  background: url("../images/icon.png") no-repeat left center;
}
.news_info .news_info_list li:hover a {
  color: #399de3;
}
.news_info .news_info_list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  border-bottom: dashed 1px #e4e4e4;
  line-height: 3;
  padding-left: 25px;
  font-size: 14px;
  color: #636262;
}
.pages_li {
  margin-top: 25px;
  padding-top: 10px;
  border-top: solid 1px #e6e6e6;
}
.pages_li li {
  line-height: 2.5;
}
.pages_li li a {
  vertical-align: middle;
  font-size: 14px;
  color: #636262;
}
.yp_list li {
  width: 100%;
  border: solid 1px #e4e4e4;
  margin-top: 15px;
}
.yp_list li:hover {
  border: solid 1px #399de3;
}
.yp_list li:hover .yp_list_img {
  border-right: solid 1px #399de3;
}
.yp_list li:hover .yp_text h5 {
  color: #399de3;
}
.yp_list li .yp_list_img {
  width: 370px;
  border-right: solid 1px #e4e4e4;
}
.yp_list li .yp_list_img img {
  width: 344px;
  height: 246px;
  display: block;
  margin: 8px auto;
}
.yp_list li .yp_text {
  width: 520px;
}
.yp_list li .yp_text h5 {
  font-size: 18px;
  color: #3f3d3d;
  font-weight: bold;
  line-height: 2;
  margin: 25px 0;
}
.yp_list li .yp_text p {
  font-size: 14px;
  color: #3f3d3d;
  line-height: 2;
}
.bm_con {
  padding: 30px;
  border: solid 1px #e4e4e4;
  border-top: none;
}
.bm_con img {
  max-width: 100%;
}
.bm_con .bm_con_list {
  margin: 40px auto 0;
  width: 640px;
}
.bm_con .bm_con_list li {
  margin-bottom: 25px;
  position: relative;
}
.bm_con .bm_con_list li .yzm {
  position: absolute;
  top: 1px;
  right: 75px;
  height: 44px;
}
.bm_con .bm_con_list li label {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: right;
  font-size: 16px;
  color: #636262;
  font-weight: normal;
}
.bm_con .bm_con_list li input {
  background: #fafafa;
  border: solid 1px #e1e1e1;
  width: 443px;
  height: 46px;
  padding-left: 10px;
  border-radius: 5px;
}
.bm_con .bm_con_list li textarea {
  background: #fafafa;
  border: solid 1px #e1e1e1;
  width: 443px;
  height: 150px;
  padding-left: 10px;
  border-radius: 5px;
  padding-top: 10px;
  resize: none;
}
.bm_con .bm_con_list li .tj_btn {
  width: 133px;
  height: 45px;
  background: #ea4c15;
  font-size: 16px;
  color: #fff;
  padding-left: 0;
}
.zl_list li {
  float: left;
  border: solid 1px #e4e4e4;
  width: 214px;
  height: 74px;
  margin: 23px 0 0 20px;
}
.zl_list li img {
  width: 175px;
  height: 63px;
  display: block;
  margin: 5px auto;
}
.zj_team li {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #e4e4e4;
  padding: 8px 34px 8px 8px;
}
.zj_team li .msh_top_img {
  width: 200px;
  height: 232px;
  overflow: hidden;
}
.zj_team li .msh_top_img img {
  width: 100%;
  height: 100%;
}
.zj_team li .msg_top_text {
  width: 646px;
}
.zj_team li .msg_top_text h4 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0;
}
.zj_team li .msg_top_text p {
  font-size: 14px;
  color: #636262;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zj_team li .msg_top_text p font {
  font-size: 14px;
  color: #636262;
  font-weight: bold;
}
.zj_team li .msg_top_text a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 39px;
  line-height: 39px;
  margin-top: 25px;
  border-radius: 5px;
  transition: all 0.5s;
}
.zj_team li .msg_top_text .xq_a {
  width: 114px;
  background: #ea4c15;
}
.zj_team li .msg_top_text .xq_a:hover {
  background: rgba(234, 76, 21, 0.7);
}
.zj_team li .msg_top_text .xq_tel {
  margin-left: 8px;
  width: 170px;
  background: #258bd3;
}
.zj_team li .msg_top_text .xq_tel:hover {
  background: rgba(37, 139, 211, 0.7);
}
.zj_team li .msg_top_text .xq_tel img {
  vertical-align: middle;
  margin: 0 5px;
}
.zz_list li {
  float: left;
  width: 295px;
  margin-left: 12px;
  margin-top: 15px;
}
.zz_list li .zz_list_img {
  display: block ;
  width: 295px;
  height: 201px;
  border: solid 1px #e4e4e4;
}
.zz_list li .zz_list_img img {
  width: 248px;
  height: 178px;
  display: block;
  margin: 11px auto;
}
.zz_list li p {
  text-align: center;
  font-size: 14px;
  color: #636262;
  line-height: 3;
}

/*
浮动窗口
*/
.x_fd_ck {
  position: absolute;
  top: 10%;
  left: 82px;
}
.fd_ck {
  width: 179px;
  height: 527px;
  background: url("../images/x_fc_bj.png") no-repeat;
  padding-top: 50px;
  color: #fff;
  text-align: center;
}
.fd_ck .x_stop {
  position: absolute;
  top: -8px;
  right: 0;
  cursor: pointer;
}
.fd_ck img {
  display: block;
  margin: 0 auto 20px;
}
.fd_ck .x_zx {
  position: relative;
}
.fd_ck .x_zx .ewm {
  display: none;
  position: absolute;
  top: 0;
  left: 90%;
  width: 100px;
  height: 100px;
}
.fd_ck .x_zx .ewm img {
  width: 100%;
  height: 100%;
}
.fd_ck .x_zx a {
  display: block;
  background: #ea4c15;
  margin: 2px auto;
  width: 141px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.fd_ck h5 {
  line-height: 2.5;
  font-size: 17px;
}
.fd_ck .x_tel {
  font-size: 25px;
  font-family: myfont;
  font-weight: bold;
}
.fd_ck .x_gz {
  font-size: 14px;
}
.fd_ck .fx_top {
  cursor: pointer;
  display: block;
  margin: 10px auto;
  width: 115px;
  height: 39px;
  background: #66aee0;
  font-size: 16px;
  line-height: 39px;
}
@font-face {
  font-family: myfont;
  src: url(../images/impact.ttf);
}
.x_pic {
  margin-top: 20px;
  width: 170px;
}
.x_pic img {
  max-width: 100%;
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .x_fd_ck {
    position: absolute;
    left: 0;
  }
}
