.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.body {
  min-width: 1180px;
}
.w1180 {
  width: 1189px;
  margin: 0 auto;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #efefef;
  color: #888888;
  font-size: 16px;
  line-height: 55px;
  font-family: arial;
}
.page a:hover,
.page a.cur {
  background: #e9310f;
  color: #FFFFFF;
}
.header-top {
  border-top: 2px solid #e82503;
  background: #fcfcfc;
  height: 34px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.header-top .h-top {
  line-height: 30px;
  height: 30px;
  font-family: "宋体";
}
.header-top .h-top .top_gjc {
  float: left;
  display: table;
  max-width: 10000px;
  overflow-x: auto;
}
.header-top .h-top .top_gjc a {
  float: left;
  display: inline-block;
  color: #6b6b6b;
  margin-right: 20px;
}
.header-top .h-top .top_kj {
  float: right;
  display: table;
}
.header-top .h-top .top_kj a {
  display: inline-block;
  float: left;
  background: url(../images/icon3.png) no-repeat left center;
  padding-left: 10px;
  margin-left: 10px;
  color: #666666;
}
/*.header-top .h-top .top_kj .a1 {
  background: url(../images/icon1.png) no-repeat left center;
  padding-left: 20px;
}*/
.header-top .h-top .top_kj .a1DP{
	width: 90px;
	position: relative;
	float: left;
	height: 30px;
}
.header-top .h-top .top_kj .a1DP a{
	background: url(../images/qd_icon.png) no-repeat 67px center;
	display: block;
	width: 90px;
	height: 30px;
	color: #e82503;
}
.header-top .h-top .top_kj .a1DP:hover >a{
	background: #e82503 url(../images/qd_icon2.png) no-repeat 67px center;
	color: #fff;
}
.header-top .h-top .top_kj .a1DP:hover .dianpu{
	display: block;
}
.header-top .h-top .top_kj .a1DP .dianpu{
	position: absolute;
	left: 10px;
	top: 30px;
	width: 90px;
	background: #e82503;
	z-index: 99;
	display: none;
}
.header-top .h-top .top_kj .a1DP .dianpu a{
	color: #fff;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #f8583c;
	line-height: 28px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
  width: 90px;
  margin: 0;
}
.header-top .h-top .top_kj .a1DP .dianpu a:hover{
	text-decoration: underline;
}

.header-div {
  position: relative;
  z-index: 9;
  height: 83px;
}
.header {
  height: 83px;
}
.header .logo {
  float: left;
  display: inline-block;
  height: 45px;
  margin: 18px 0 0 0;
  width: 300px;
}
.header .nav {
  float: right;
  display: table;
}
.header .nav ul {
  margin-right: -35px;
}
.header .nav li {
  float: left;
  font-size: 16px;
}
.header .nav li > a {
  line-height: 21px;
  display: inline-block;
  color: #333333;
  margin: 31px 35px;
  position:relative; z-index:10;
}
.header .nav li:hover > a {
  color: #e9310f;
}
.header .nav li:hover .fpg {
  display: block;
}
.header .nav li.cur > a {
  color: #e9310f;
}
.header .fpg { position:absolute; left:0; top:0; width:100%; padding-top:83px; z-index:9; display:none;}
/**底部**/
.foot-box {
  width: 100%;
  background: #2c2c2c;
}
.foot-box .foot-div {
  padding: 45px 0 28px;
}
.foot-box .foot-div .foot_con {
  padding-bottom: 42px;
}
.foot-box .foot-div .foot_l {
  width: 625px;
}
.foot-box .foot-div .foot_l ul li {
  width: 140px;
  float: left;
}
.foot-box .foot-div .foot_l ul li > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
}
.foot-box .foot-div .foot_l ul li .foot_navbox {
  margin-top: 10px;
  width: 100%;
}
.foot-box .foot-div .foot_l ul li .foot_navbox a {
  display: block;
  color: #b8b8b8;
  line-height: 24px;
  font-family: "宋体";
}
.foot-box .foot-div .foot_r {
  float: right;
  width: 555px;
}
.foot-box .foot-div .foot_r .foot_guanzhu {
  width: 186px;
  float: left;
}
.foot-box .foot-div .foot_r .foot_guanzhu .gz span {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  float: left;
}
.foot-box .foot-div .foot_r .foot_guanzhu .gz div {
  display: table;
  float: left;
}
.foot-box .foot-div .foot_r .foot_guanzhu .gz div a {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  height: 20px;
  float: left;
}
.foot-box .foot-div .foot_r .foot_guanzhu .ewm {
  margin-top: 15px;
}
.foot-box .foot-div .foot_r .foot_guanzhu .ewm p {
  width: 83px;
  float: left;
}
.foot-box .foot-div .foot_r .foot_guanzhu .ewm p em {
  display: block;
  width: 83px;
  height: 83px;
  line-height: 0;
}
.foot-box .foot-div .foot_r .foot_guanzhu .ewm p span {
  text-align: center;
  display: block;
  color: #ffffff;
  margin-top: 7px;
}
.foot-box .foot-div .foot_r .foot_rx {
  padding-top: 45px;
  width: 310px;
  float: right;
  text-align: center;
}
.foot-box .foot-div .foot_r .foot_rx span {
  display: block;
  color: #FFFFFF;
  font-size: 38px;
  font-family: "MyriadPro";
}
.foot-box .foot-div .foot_r .foot_rx p {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 18px;
}
.foot-box .foot-div .foot-banquan {
  padding-top: 25px;
  border-top: 1px solid #373737;
}
.foot-box .foot-div .foot-banquan p {
  float: left;
  max-width: 50%;
  color: #a8a8a8;
  font-family: "宋体";
}
.foot-box .foot-div .foot-banquan div {
  float: right;
  max-width: 40%;
}
.foot-box .foot-div .foot-banquan div a {
  color: #a8a8a8;
  display: inline-block;
  margin-left: 10px;
}
.banner {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  height: 822px;
  position: relative;
  z-index: 1;
}
.banner ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 822px;
  display: none;
}
.banner ul li:first-child {
  display: block;
}
.banner .arrow {
  position: absolute;
  left: 0;
  bottom: 125px;
  text-align: center;
  width: 100%;
  height: 10px;
  line-height: 10px;
}
.banner .arrow a {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 5px;
}
.banner .arrow a.cur {
  border: 1px solid #e9310f;
  background: #e9310f;
}
/*.banner a.prev,
.banner a.next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -24px;
}
.banner a.prev {
  background: url(../images/prev.png) no-repeat left;
  left: 8%;
}
.banner a.next {
  background: url(../images/next.png) no-repeat right;
  right: 8%;
}*/
.home_con {
  background: url(../images/icon_bg.jpg) no-repeat center bottom;
  width: 100%;
  height: 844px;
}
.home_con .home_div {
  position: relative;
  z-index: 9;
  margin-top: -96px;
}
.home_con .home_div ul li {
  height: 255px;
  float: left;
  width: 393px;
}
.home_con .home_div ul li a {
  display: block;
}
.home_con .home_div ul .img1 {
  width: 786px;
}
.home_con2 {
  width: 100%;
  height: 756px;
  padding: 105px 0 0;
}
.home_con2 .tit {
  color: #eb3b48;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  /*font-family: arial;*/
  background: url(../images/icon6.jpg) no-repeat center bottom;
  padding-bottom: 12px;
}
.home_con2 .text {
  margin-top: 25px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.home_con2 .text span {
  color: #4f4f4f;
  font-size: 22px;
}
.home_con2 .home_text {
  width: 1050px;
  margin: 50px auto 0;
}
.home_con2 .home_text li {
  float: left;
  width: 163px;
  margin: 0 48px;
}
.home_con2 .home_text li em {
  display: block;
  width: 155px;
  height: 155px;
  line-height: 0;
  margin: 0 auto;
}
.home_con2 .home_text li p {
  margin-top: 12px;
  text-align: center;
  color: #5e5e5e;
  font-size: 16px;
}
.home_con2 .more {
  margin-top: 50px;
  text-align: center;
}
.home_con2 .more a {
  margin: 0 auto;
  display: block;
  width: 172px;
  height: 42px;
  line-height: 40px;
  color: #848484;
  font-size: 16px;
  border: 1px dotted #cbcbcb;
  background: #FFFFFF;
}
.home_con3 {
  background: url(../images/icon_bg2.jpg) no-repeat center top;
  height: 566px;
}
.home_con3 .home_div3 {
  padding: 75px 0 0;
}
.home_con3 .home_div3 h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 28px;
}
.home_con3 .home_div3 .h_t {
  margin-top: 10px;
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.home_con3 .home_div3 .home_t {
  margin-top: 68px;
  width: 100%;
  overflow: hidden;
}
.home_con3 .home_div3 .home_t ul {
  width: 110%;
}
.home_con3 .home_div3 .home_t ul li {
  margin-right: 2px;
  width: 392px;
  float: left;
  background: url(../images/icon7.png) no-repeat center bottom;
  padding-bottom: 8px;
  position: relative;
}
.home_con3 .home_div3 .home_t ul li a {
  display: block;
}
.home_con3 .home_div3 .home_t ul li a em {
  display: block;
  width: 392px;
  height: 244px;
  line-height: 0;
  position: relative;
}
.home_con3 .home_div3 .home_t ul li a em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con3 .home_div3 .home_t ul li a div {
  background: url(../images/icon8.png);
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 100%;
  padding: 180px 28px 0;
}
.home_con3 .home_div3 .home_t ul li a div h3 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_con3 .home_div3 .home_t ul li a div .d {
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nybanner {
  width: 100%;
  background: url(../images/nybanner_bg.jpg) no-repeat center top;
  height: 360px;
}
.nybanner .nybanner_con {
  text-align: center;
  padding-top: 130px;
}
.nybanner .nybanner_con .ny_tit {
  font-weight: normal;
  color: #FFF;
  font-size: 30px;
}
.nybanner .nybanner_con .text {
  margin-top: 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}
.nybanner .nybanner_con .ny_t {
  margin: 32px auto 0;
  width: 454px;
  height: 39px;
  background: #fff/*url(../images/issue_01.png) no-repeat center center*/;
}
.nybanner .nybanner_con .ny_t .ip_text {
  width: 403px;
  float: left;
  height: 39px;
  background: none;
  border: none;
  padding: 0 21px;
  color: #c3c3c3;
  font-size: 15px;
  line-height: 37px;
}
.nybanner .nybanner_con .ny_t .ip_btn {
  background: url(../images/issue_02.png) no-repeat center center;
  float: right;
  border: none;
  width: 51px;
  height: 39px;
}
.nybanner .nybanner_con .ny_b {
  margin: 10px auto 0;
  width: 454px;
  height: 39px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
}
.nybanner .nybanner_con .ny_b a {
  color: #fff;
}
.nybanner2 {
  background: url(../images/nybanner_bg2.jpg) no-repeat center top;
}
.nybanner3 {
  background: url(../images/nybanner_bg3.jpg) no-repeat center top;
  height: 200px;
}
.nybanner3 .nybanner_con {
  padding-top: 60px;
}
.nybanner3 .nybanner_con .ny_tit {
  color: #40362f;
  font-size: 35px;
}
.nybanner3 .nybanner_con .text {
  color: #40362f;
  font-size: 14px;
  margin-top: 5px;
}
.nybanner4 {
  background: url(../images/nybanner_bg4.jpg) no-repeat center top;
  height: 200px;
}
.nybanner4 .nybanner_con {
  text-align: left;
  padding-top: 60px;
}
.nybanner4 .nybanner_con .ny_tit {
  color: #40362f;
  font-size: 35px;
}
.nybanner4 .nybanner_con .text {
  color: #40362f;
  font-size: 14px;
  margin-top: 5px;
}
.jm_banner{
	background: url(../images/jm_banner.jpg) no-repeat center top;
}
.jm_banner .nybanner_con{
	padding-top: 169px;
}
.jm_banner .nybanner_con .ny_tit{
	text-align: left;
	padding-left: 103px;
	font-size: 34px;
	letter-spacing:5px;
}
.jm_banner .nybanner_con .text{
	display: none;
	text-align: left;
	padding-left: 445px;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
	letter-spacing:5px;
}
.china_banner{
	background: url(../images/china_banner.jpg) no-repeat center top;
}
.china_banner .nybanner_con{
	padding-top: 98px;
}
.china_banner .nybanner_con .ny_tit{
	text-align: left;
	padding-left: 190px;
}
.china_banner .nybanner_con .text{
	text-align: left;
	margin-left: 190px;
	width: 368px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}
.job_banner{
	background: url(../images/job_banner.jpg) no-repeat center top;
}
.job_banner .nybanner_con .ny_tit{
	text-align: left;
	padding-left: 787px;
}
.job_banner .nybanner_con .text{
	text-align: left;
	padding-left: 787px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}
.network_main_con {
  padding-bottom: 40px;
}
.network_cx {
  width: 100%;
  /*height: 122px;*/
  border-bottom: 1px solid #e9e8e8;
  background: url(../images/network_01.jpg) repeat-y center top;
}
.network_cx .network_con {
  padding-top: 43px;
  padding-bottom:23px;
}
.network_cx .network_con #sbox { width:465px; margin:0 auto;}
#search_info { padding:10px 0; text-align:center; color:#f00; display:none;}
.network_cx .network_con .shengfen {
  width: 331px;
  height: 41px;
  border: 1px solid #dbdbdb;
  float: left;
  position: relative;
  background: #fff;
}
.network_cx .network_con .shengfen .sf_nr {
  font-size: 15px;
  display: block;
  cursor: pointer;
  color: #9c9f9f;
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  background: url(../images/network_02.jpg) no-repeat right center;
}
.network_cx .network_con .shengfen .sf_xl {
  display: none;
  width: 331px;
  position: absolute;
  left: -1px;
  top: 40px;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
}
.network_cx .network_con .shengfen .sf_xl a {
  display: block;
  line-height: 20px;
}
.network_cx .network_con .shousuo {
  margin-left: 10px;
  float: left;
}
.network_cx .network_con .shousuo input {
  width: 331px;
  height: 41px;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  padding: 0 10px;
}
.network_cx .network_con .cx_btn {
  float: left;
  margin-left: 10px;
}
.network_cx .network_con .cx_btn input {
  width: 124px;
  height: 41px;
  background: #e9310f;
  border: 1px solid #e9310f;
  font-size: 16px;
  color: #ffffff;
}
.network_nr {
  margin-top: 37px;
}
.network_nr .network_left {
  width: 278px;
  height: 642px;
  max-height: 1000px;
  border: 1px solid #e6e6e6;
  overflow-y: auto;
}
.network_nr .network_left .tit {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #999999;
}
.network_nr .network_left .tit span {
  color: #008bcc;
}
.network_nr .network_left .network_list {
  border-top: 1px solid #e6e6e6;
}
.network_nr .network_left .network_list ul li {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  width: 100%;
  padding: 20px 8px 10px 20px;
}
.network_nr .network_left .network_list ul li span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: #008bcc;
  text-align: center;
  color: #FFFFFF;
  line-height: 30px;
  font-size: 16px;
  font-family: arial;
  border-radius: 50px;
}
.network_nr .network_left .network_list ul li .texr {
  float: left;
  width: 180px;
  margin-left: 20px;
}
.network_nr .network_left .network_list ul li .texr h3 {
  font-weight: normal;
  color: #333333;
  font-size: 14px;
}
.network_nr .network_left .network_list ul li .texr .t {
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
}
.network_nr .network_right {
  width: 902px;
  height: 642px;
  border: 1px solid #e6e6e6;
}
.network_nr .network_right img {
  width: 900px;
  height: 640px;
}
.menu_con {
  text-align: center;
  height: 41px;
  margin-top: -41px;
}
.menu_con span {
  display: inline-block;
  width: 161px;
  height: 41px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 41px;
  font-size: 16px;
}
.menu_con span a {
  color: #FFF;
  display: block;
}
.menu_con span.cur,
.menu_con span:hover {
  background: #e9310f;
}
.down_banner{
	background: url(../images/down_banner.jpg) no-repeat center top;
}

.down_main_con {
  padding: 0 0 90px 0;
}
.down_cx_con {
  width: 100%;
  height: 156px;
  background: url(../images/down_1.jpg) no-repeat center bottom;
}
.down_cx_con .down_cx {
  padding-top: 40px;
}
.down_cx_con .down_cx .down_cx_l {
  width: 610px;
}
.down_cx_con .down_cx .down_cx_l .tit {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div {
  margin-top: 10px;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shengfen {
  width: 233px;
  height: 41px;
  border: 1px solid #dbdbdb;
  float: left;
  position: relative;
  background: #fff;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shengfen .sf_nr {
  font-size: 15px;
  display: block;
  cursor: pointer;
  color: #9c9f9f;
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  background: url(../images/network_02.jpg) no-repeat right center;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shengfen .sf_xl {
  display: none;
  width: 233px;
  position: absolute;
  left: -1px;
  top: 40px;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shengfen .sf_xl a {
  display: block;
  line-height: 20px;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .cx_btn {
  float: left;
  margin-left: 10px;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .cx_btn input {
  width: 115px;
  height: 41px;
  background: #e9310f;
  border: 1px solid #e9310f;
  font-size: 16px;
  color: #ffffff;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shousuo {
  float: left;
}
.down_cx_con .down_cx .down_cx_l .down_cx_div .shousuo input {
  width: 290px;
  height: 41px;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  padding: 0 10px;
}
.down_cx_con .down_cx .down_cx_r {
  width: 424px;
}
.down_list {
  margin-top: 72px;
}
.down_list .down_tit {
  text-align: center;
  font-weight: normal;
  color: #444444;
  font-size: 30px;
}
.down_list .tables {
  margin-top: 42px;
  border: 1px solid #dddddd;
}
.down_list .tables tr th {
  background: #f3f3f3;
  color: #444444;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.down_list .tables tr th span {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}
.down_list .tables tr td {
  color: #959595;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px dotted #e6e6e6;
}
.down_list .tables tr td p {
  font-size: 15px;
  color: #777777;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 396px;
}
.down_list .tables tr td a {
  display: inline-block;
  background: url(../images/down_2.png) no-repeat left center;
  padding-left: 18px;
}
.down_list .tables tr:nth-child(2n-1) td {
  background: #fcfcfc;
}
.down_list .tables tr:hover td {
  color: #e9310f;
}
.down_list .tables tr:hover td p {
  color: #e9310f;
}
.down_list .tables tr:hover td a {
  color: #e9310f;
}
.repair_main_con {
  padding-bottom: 55px;
}
.repair_con {
  margin-top: 55px;
  padding: 25px 0;
  border: 1px solid #e8e6e6;
  position: relative;
}
.repair_con .repair_div {
  width: 25%;
  float: left;
  vertical-align: top;
}
.repair_con .repair_div dl {
  margin: 3px 0;
}
.repair_con .repair_div dl dt {
  float: left;
  color: #e9310f;
  font-size: 15px;
  font-family: arial;
  line-height: 24px;
}
.repair_con .repair_div dl dd {
  float: left;
  line-height: 23px;
  width: 223px;
}
.repair_con .repair_div dl dd a {
  float: left;
  margin: 0 5px;
  display: inline-block;
  color: #666666;
  font-size: 15px;
}
.repair_con .repair_div dl dd a:hover, .repair_con .repair_div dl dd a.cur {
  color: #e9310f;
}
.repair_con:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -8.5px;
  width: 17px;
  height: 16px;
  background: url(../images/repair_1.jpg) no-repeat center center;
}
.repair_nr {
  margin-top: 35px;
}
.repair_nr h3 {
  background: url(../images/repair_icon.jpg) no-repeat left center;
  padding-left: 25px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.repair_nr .repairDiv {
  margin-top: 20px;
}
.repair_nr .repairDiv .repairl {
  width: 217px;
  height: 216px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.repair_nr .repairDiv .repairl img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.repair_nr .repairDiv .repairR {
  width: 872px;
}
.repair_nr .repairDiv .repairR .tit{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 1px dotted #e8e6e6;
}
.repair_nr .repairDiv .repairR ul li {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}
.repair_nr .repairDiv .repairR ul li h4 {
  color: #444444;
  font-size: 14px;
}
.repair_nr .repairDiv .repairR ul li .t {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
.issue_banner{
	background: url(../images/issue_banner.jpg) no-repeat center top;
}
.issue_menu {
  background: url(../images/issue_03.jpg) no-repeat center top;
  width: 100%;
  height: 78px;
  text-align: center;
  padding-top: 23px;
}
.issue_menu span {
  display: inline-block;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  font-size: 17px;
}
.issue_menu span a {
  padding: 0 30px;
  color: #666666;
  display: block;
}
.issue_menu span:hover,
.issue_menu span.cur {
  background: #e9310f;
}
.issue_menu span:hover a,
.issue_menu span.cur a {
  color: #fff;
}
.issue_main_con {
  padding-top: 40px;
  padding-bottom: 60px;
}
.issue .issue_left {
  width: 910px;
}
.issue .issue_left ul {
  margin-top: -20px;
}
.issue .issue_left ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #cfcfcf;
  padding: 20px 0;
}
.issue .issue_left ul li .issue_bt {
  background: url(../images/issue_05.jpg) no-repeat left 3px;
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  padding-left: 35px;
}
.issue .issue_left ul li .issue_nr {
  margin-top: 10px;
  background: url(../images/issue_06.jpg) no-repeat left 3px;
  padding-left: 36px;
}
.issue .issue_left ul li .issue_nr dl dt {
  float: left;
  color: #777777;
  font-size: 16px;
  line-height: 30px;
}
.issue .issue_left ul li .issue_nr dl dd {
  margin-top: 4px;
  float: left;
  color: #777;
  font-size: 14px;
  width: 825px;
  line-height: 24px;
}
.issue .issue_left ul li:last-child {
  border-bottom: none;
}
.issue .issue_right {
  width: 238px;
}
.issue .issue_right img {
  width: 238px;
  height: 338px;
}
.service_banner {
  background: url(../images/service_banner.jpg) no-repeat center top;
  height: 550px;
}
.service_banner .text_con {
  padding-left: 114px;
  padding-top: 145px;
}
.service_banner .text_con h1 {
  font-weight: normal;
  color: #fff;
  font-size: 45px;
}
.service_banner .text_con h2 {
  margin-top: 22px;
  font-weight: normal;
  color: #fff;
  font-family: arial;
  font-size: 33px;
  background: url(../images/service_banner_01.png) no-repeat left center;
  line-height: 33px;
  padding-left: 40px;
}
.service_banner .text_con .text {
  width: 490px;
  margin-top: 30px;
}
.service_banner .text_con .text li {
  float: left;
  min-width: 245px;
  background: url(../images/service_banner_02.png) no-repeat left center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding-left: 12px;
}
.service_con {
  background: url(../images/service_01.jpg) no-repeat center top;
  height: 428px;
}
.service_con .service_div {
  padding-top: 69px;
}
.service_con .service_div ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.service_con .service_div ul li .img {
  display: block;
  width: 175px;
  height: 175px;
  line-height: 0;
  margin: 0 auto;
}
.service_con .service_div ul li .bt {
  margin-top: 24px;
  display: block;
  color: #ff6f54;
  font-size: 18px;
  line-height: 26px;
}
.service_con .service_div ul li .t {
  margin-top: 5px;
  color: #888888;
  font-size: 12px;
  line-height: 20px;
}
.service_con .service_div ul li .more {
  display: inline-block;
  color: #ff6f54;
  font-size: 14px;
  font-family: arial;
  margin-top: 12px;
}
.service_nenglv {
  padding-top: 62px;
  padding-bottom: 80px;
}
.service_nenglv h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
  line-height: 42px;
}
.service_nenglv .name {
  text-align: center;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.service_nenglv .service_nenglv_list {
  margin-top: 45px;
}
.service_nenglv .service_nenglv_list ul li {
  float: left;
  height: 316px;
  position: relative;
  text-align: center;
}
.service_nenglv .service_nenglv_list ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
.service_nenglv .service_nenglv_list ul li .text i {
  display: block;
  height: 49px;
  line-height: 0;
}
.service_nenglv .service_nenglv_list ul li .text h2 {
  margin-top: 15px;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
}
.service_nenglv .service_nenglv_list ul li .text .t {
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.dljm_con {
  padding: 60px 0 100px;
}
.dljm_con h1 {
  font-weight: normal;
  color: #1f1f1f;
  font-size: 26px;
  line-height: 36px;
}
.dljm_con .name {
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}
.dljm_con .dljm_div {
  margin-top: 45px;
}
.dljm_con .dljm_div .dljm_text {
  margin-bottom: 20px;
  float: left;
  width: 393px;
}
.dljm_con .dljm_div .dljm_text p {
  float: left;
  width: 135px;
  text-align: right;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
}
.dljm_con .dljm_div .dljm_text p i {
  font-style: normal;
  color: #f13715;
  font-size: 16px;
  display: inline-block;
  margin-right: 3px;
}
.dljm_con .dljm_div .dljm_text .text {
  float: left;
  display: table;
}
.dljm_con .dljm_div .dljm_text .text input {
  width: 255px;
  height: 40px;
  border: 1px solid #dedede;
  line-height: 38px;
  padding: 0 5px;
  float: left;
  background: #fcfcfc;
}
.dljm_con .dljm_div .dljm_text .text textarea {
  width: 1042px;
  height: 157px;
  border: 1px solid #dedede;
  padding: 5px;
  font-family: "微软雅黑";
  background: #fcfcfc;
  float: left;
}
.dljm_con .dljm_div .dljm_text .text .laiyuan {
  width: 340px;
  float: left;
  padding-top: 6px;
}
.dljm_con .dljm_div .dljm_text .text .laiyuan li {
  line-height: 24px;
  float: left;
  background: url(../images/dljm_icon2.jpg) no-repeat left center;
  color: #666666;
  font-size: 14px;
  margin-right: 25px;
  padding-left: 15px;
  cursor: pointer;
}
.dljm_con .dljm_div .dljm_text .text .laiyuan li.on {
  background: url(../images/dljm_icon1.jpg) no-repeat left center;
}
.dljm_con .dljm_div .dljm_text .text .ip_text {
  width: 702px;
}
.dljm_con .dljm_div .dljm_text .text .ip_text2 {
  width: 260px;
}
.dljm_con .dljm_div .dljm_text .text .yzm {
  float: left;
  width: 80px;
  height: 40px;
  margin-left: 15px;
}
.dljm_con .dljm_div .dljm_text .text .mo {
  display: inline-block;
  float: left;
  color: #999999;
  font-size: 12px;
  margin-left: 20px;
  padding-top: 20px;
}
.dljm_con .dljm_div .dljm_text2 {
  width: 100%;
}
.dljm_con .dljm_div .dljm_text3 {
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #fafafa;
}
.dljm_con .dljm_div .dljm_text3 p {
  text-align: center;
  color: #888888;
  font-size: 13px;
  line-height: 24px;
}
.dljm_con .dljm_div .dljm_text3 .tijiao {
  text-align: center;
  margin-top: 32px;
}
.dljm_con .dljm_div .dljm_text3 .tijiao .tj,
.dljm_con .dljm_div .dljm_text3 .tijiao .cz {
  border: none;
  width: 152px;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0 5px;
}
.dljm_con .dljm_div .dljm_text3 .tijiao .tj {
  background: #e9310f;
}
.dljm_con .dljm_div .dljm_text3 .tijiao .cz {
  background: #333333;
}
.yghd_con {
  margin-top: 20px;
  padding-bottom: 70px;
}
.yghd_con ul {
  padding-bottom: 50px;
}
.yghd_con ul li {
  margin-top: 70px;
  float: left;
  width: 100%;
}
.yghd_con ul li .text_con {
  float: left;
  width: 638px;
  height: 390px;
  background: url(../images/yghd_bg.jpg) no-repeat center center;
}
.yghd_con ul li .text_con .text_img {
  width: 607px;
  height: 359px;
}
.yghd_con ul li .text_con .text_img em {
  display: block;
  width: 607px;
  height: 359px;
  font-style: normal;
  line-height: 0;
  position: relative;
}
.yghd_con ul li .text_con .text_img em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yghd_con ul li .text_con .text_img button {
  width: 40px;
  height: 80px;
  border: none;
  margin-top: -40px;
  z-index: -2;
}
.yghd_con ul li .text_con .text_img .slick-prev {
  left: 0;
  background: url(../images/left.png) no-repeat center center;
}
.yghd_con ul li .text_con .text_img .slick-next {
  right: 0;
  background: url(../images/right.png) no-repeat center center;
}
.yghd_con ul li .text_con .text_img:hover button {
  z-index: 999;
}
.yghd_con ul li .text_div {
  float: right;
  width: 490px;
  height: 390px;
  background: url(../images/yghd_bg2.jpg) no-repeat center top;
  padding-top: 22px;
  text-align: right;
}
.yghd_con ul li .text_div h3 {
  color: #777777;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: arial;
}
.yghd_con ul li .text_div h2 {
  font-weight: normal;
  color: #444444;
  font-size: 22px;
  background: url(../images/yghd_icon.jpg) no-repeat right bottom;
  padding-bottom: 22px;
  margin-bottom: 8px;
}
.yghd_con ul li .text_div .t {
  color: #888888;
  font-size: 14px;
  line-height: 23px;
}
.yghd_con ul li.li2 .text_con {
  float: right;
  background: url(../images/yghd_bg3.jpg) no-repeat center center;
}
.yghd_con ul li.li2 .text_con .text_img {
  margin-left: 31px;
}
.yghd_con ul li.li2 .text_div {
  float: left;
  text-align: left;
  background: url(../images/yghd_bg4.jpg) no-repeat center top;
}
.yghd_con ul li.li2 .text_div h2 {
  background: url(../images/yghd_icon.jpg) no-repeat left bottom;
}
.zpgw_con {
  padding: 70px 0 100px;
}
.zpgw_con h1 {
  text-align: center;
  font-weight: normal;
  color: #444444;
  font-size: 30px;
}
.zpgw_con .name {
  text-align: center;
  display: block;
  color: #777777;
  font-size: 13px;
  line-height: 22px;
  margin-top: 16px;
}
.zpgw_con .tables {
  margin-bottom: 70px;
  margin-top: 52px;
  border: 1px solid #e9e9e9;
}
.zpgw_con .tables tr th {
  padding: 10px 0;
  line-height: 18px;
  font-weight: normal;
  width: 16.666666666666668%;
  background: #f3f3f3;
  color: #444444;
  font-size: 17px;
  border-bottom: 1px solid #e9e9e9;
}
.zpgw_con .tables tr th span {
  color: #999999;
  font-size: 12px;
  font-family: arial;
}
.zpgw_con .tables tr td {
  text-align: center;
  color: #666666;
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px dotted #e6e6e6;
}
.zpgw_con .tables tr td a {
  color: #666666;
  display: block;
}
.zpgw_con .tables tr td a img {
  vertical-align: bottom;
  margin-right: 6px;
}
.zpgw_con .tables tr:nth-child(2n-1) td {
  background: #fcfcfc;
}
.zpgw_con .tables tr:hover td {
  color: #e9310f;
}
.zpgw_con .tables tr:hover td a {
  color: #e9310f;
}
.tc_zhaopin {
  display: none;
  position: fixed;
  z-index: 99;
  background: url(../images/zhaopin_icon.png);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.tc_zhaopin .box {
  background: #fff;
  width: 620px;
  height: 712px;
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.tc_zhaopin .box .zhaopin_bt {
  width: 100%;
  height: 56px;
  background: #2c2c2c;
  padding: 0 40px;
}
.tc_zhaopin .box .zhaopin_bt h3 {
  display: inline-block;
  float: left;
  max-width: 80%;
  line-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.tc_zhaopin .box .zhaopin_bt .guanbi {
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
.tc_zhaopin .box .zhaopin_text {
  padding: 20px 72px 0;
}
.tc_zhaopin .box .zhaopin_text .bt {
  margin-left: -27px;
  color: #000000;
  font-size: 13px;
  line-height: 36px;
}
.tc_zhaopin .box .zhaopin_text .bt img {
  width: 17px;
  height: 12px;
  margin-right: 10px;
  margin-top: 12px;
  line-height: 0;
  vertical-align: top;
}
.tc_zhaopin .box .zhaopin_text .t {
  color: #555555;
  font-size: 13px;
  line-height: 28px;
}
.tc_zhaopin .box .zhaopin_div {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 30px 72px 36px;
}
.tc_zhaopin .box .zhaopin_div ul {
  width: 110%;
}
.tc_zhaopin .box .zhaopin_div ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.tc_zhaopin .box .zhaopin_div ul li input {
  float: left;
  width: 233px;
  height: 46px;
  border: 1px solid #d5d5d5;
  background: #FFFFFF;
  padding: 0 12px;
  font-size: 15px;
  color: #a1a1a1;
  font-family: "微软雅黑";
}
.tc_zhaopin .box .zhaopin_div ul li .ip_t {
  width: 344px;
  border-right: none;
}
.tc_zhaopin .box .zhaopin_div ul li .ip_b {
  width: 132px;
  background: #d5d5d5;
  color: #555555;
}
.tc_zhaopin .box .zhaopin_div ul li .ip_btn {
  width: 132px;
  height: 46px;
  border: none;
  background: #e9310f;
  color: #FFFFFF;
}
.tc_zhaopin .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mt20 {
  margin-top: 20px;
}
.rsnl_con {
  background: url(../images/rsnl_bg.jpg) no-repeat center top;
  height: 600px;
}
.rsnl_con .rsnl {
  padding: 92px 0 0;
}
.rsnl_con .rsnl h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 26px;
}
.rsnl_con .rsnl .name {
  width: 865px;
  margin: 12px auto 0;
  text-align: center;
  color: #686868;
  font-size: 15px;
  line-height: 26px;
}
.rsnl_con .rsnl .img {
  text-align: center;
  line-height: 0;
  margin-top: 55px;
}
.djs_con {
  background: url(../images/dsj_03.jpg) repeat-x left 210px;
}
.djs_con .djs {
  padding: 70px 0 70px;
}
.djs_con .djs h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.djs_con .djs .name {
  margin-top: 12px;
  text-align: center;
  color: #686868;
  font-size: 15px;
  line-height: 26px;
}
.djs_con .shijian {
  width: 1025px;
  margin: 50px auto 0;
}
.djs_con .shijian .text {
  width: 132px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.djs_con .shijian .text i {
  display: block;
  background: url(../images/dsj_01.jpg) no-repeat center center;
  width: 22px;
  height: 27px;
  margin: 0 auto;
}
.djs_con .shijian .text span {
  display: block;
  margin-top: 5px;
  color: #686868;
  font-size: 14px;
}
.djs_con .shijian .slick-center .text i {
  background: url(../images/dsj_02.jpg) no-repeat center center;
  width: 34px;
  height: 27px;
}
.djs_con .shijian .slick-center .text span {
  color: #000000;
  font-size: 15px;
}
.djs_con .shijian_con {
  width: 567px;
  margin: 50px auto 0;
}
.djs_con .shijian_con .text em {
  display: block;
  width: 567px;
  height: 296px;
  position: relative;
}
.djs_con .shijian_con .text em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.djs_con .shijian_con .text h4 {
  text-align: center;
  color: #e9310f;
  font-size: 35px;
  font-weight: normal;
  margin-top: 45px;
}
.djs_con .shijian_con .text .t {
  margin-top: 5px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.djs_con .shijian_con button {
  width: 62px;
  height: 62px;
  border: none;
  top: 117px;
  margin-top: 0;
}
.djs_con .shijian_con .slick-prev {
  background: url(../images/dsj_left.jpg) no-repeat center center;
  left: -180px;
}
.djs_con .shijian_con .slick-next {
  background: url(../images/dsj_right.jpg) no-repeat center center;
  right: -180px;
}
.qyry_con {
  background: url(../images/qyry_bg.jpg) no-repeat center top;
  height: 610px;
}
.qyry_con .qyry {
  padding: 95px 0 0;
}
.qyry_con .qyry .text {
  margin-top: 54px;
  width: 476px;
  float: left;
  background: url(../images/qyry_bg2.png) no-repeat left top;
  height: 297px;
  padding-left: 30px;
  padding-top: 45px;
}
.qyry_con .qyry .text h1 {
  font-weight: normal;
  color: #333333;
  font-size: 30px;
  background: url(../images/qyry_bg3.jpg) no-repeat left bottom;
  padding-bottom: 20px;
}
.qyry_con .qyry .text .t {
  margin-top: 12px;
  color: #818181;
  font-size: 15px;
  line-height: 22px;
}
.qyry_con .qyry .img {
  width: 762px;
  float: right;
  margin-right: -62px;
}
.qyry_con .qyry .img img {
  width: 762px;
  height: 418px;
}
.honor_con {
  padding: 80px 0;
}
.honor_con h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 22px;
}
.honor_con .honor_div {
  width: 1040px;
  margin: 50px auto 0;
}
.honor_con .honor_div .img {
  float: left;
  width: 176px;
  margin: 0 15px;
}
.honor_con .honor_div .img span {
  display: block;
  width: 176px;
  height: 254px;
  position: relative;
}
.honor_con .honor_div .img span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.honor_con .honor_div .img p {
  margin-top: 16px;
  text-align: center;
  color: #666666;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.honor_con .honor_div button {
  width: 62px;
  height: 62px;
  border: none;
  top: 112px;
  margin-top: 0;
}
.honor_con .honor_div .slick-prev {
  background: url(../images/dsj_left.jpg) no-repeat center center;
  left: -80px;
}
.honor_con .honor_div .slick-next {
  background: url(../images/dsj_right.jpg) no-repeat center center;
  right: -80px;
}
.news {
  padding-bottom: 100px;
}
.news_con {
  width: 1203px;
  margin: 60px auto 0;
  padding: 0 0 20px;
  position: relative;
}
.news_con .news_div {
  float: left;
  width: 378px;
  min-height: 100px;
  margin-left: 11.5px;
  margin-right: 11.5px;
}
.news_con .news_div .img img {
  max-width: 100%;
  display: block;
}
.news_con .news_div .text {
  background: #fafafa;
  border-bottom: #f4f4f4 solid 3px;
  padding: 15px 20px 28px;
}
.news_con .news_div .text .bt {
  display: block;
  color: #333333;
  font-size: 17px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .news_div .text span {
  margin: 8px 0;
  display: block;
  color: #8f8f8f;
  font-size: 13px;
  font-family: arial;
}
.news_con .news_div .text .t {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.news_con .news_div:hover .text {
  background: #e9310f;
  border-bottom: #e9310f solid 3px;
}
.news_con .news_div:hover .text .bt {
  color: #FFFFFF;
}
.news_con .news_div:hover .text span {
  color: #FFFFFF;
}
.news_con .news_div:hover .text .t {
  color: #FFFFFF;
}
.products_con {
  background: #fafafa;
  padding: 60px 0 80px;
}
.products_con .products_div ul {
  width: 110%;
}
.products_con .products_div ul li {
  margin: 0 3px 3px 0;
  float: left;
  background: #FFFFFF;
  position: relative;
}
.products_con .products_div ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.products_con .products_div ul .li1 {
  width: 588px;
  height: 447px;
}
.products_con .products_div ul .li1 .text {
  background: #FFFFFF;
  position: absolute;
  width: 588px;
  height: 447px;
  left: 0;
  top: 0;
}
.products_con .products_div ul .li1 .text .em1 {
  margin: 47px 0 0 63px;
  display: block;
  float: left;
  width: 200px;
  height: 360px;
}
.products_con .products_div ul .li1 .text .em3 {
  display: block;
  width: 480px;
  height: 250px;
  margin: 70px auto 0;
}
.products_con .products_div ul .li1 .text .t {
  padding-top: 120px;
  width: 225px;
  float: left;
  margin-left: 49px;
}
.products_con .products_div ul .li1 .text .t .tit {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.products_con .products_div ul .li1 .text .t .n {
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
  color: #888888;
  font-size: 13px;
  line-height: 20px;
}
.products_con .products_div ul .li1 .text .t span {
  display: block;
  width: 103px;
  height: 31px;
  border: 1px solid #cbcbcb;
  color: #aeaeae;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-top: 40px;
}
.products_con .products_div ul .li1 .text .t2 {
  width: 480px;
  margin: 6px auto 0;
}
.products_con .products_div ul .li1 .text .t2 .tit {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.products_con .products_div ul .li1 .text .t2 .n {
  margin-top: 5px;
  text-align: center;
  color: #888888;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.products_con .products_div ul .li1:hover .text {
  transition: all 0.2s linear 0s;
  width: 598px;
  height: 471px;
  left: -5px;
  top: -12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products_con .products_div ul .li1:hover .text .t .tit,
.products_con .products_div ul .li1:hover .text .t2 .tit {
  color: #e9310f;
  font-size: 24px;
}
.products_con .products_div ul .li2 {
  width: 293px;
  height: 447px;
}
.products_con .products_div ul .li2 .text {
  background: #FFFFFF;
  width: 293px;
  height: 447px;
  padding: 60px 28px 0;
}
.products_con .products_div ul .li2 .text .em2 {
  width: 236px;
  height: 235px;
  display: block;
  line-height: 0;
}
.products_con .products_div ul .li2 .text .t {
  margin-left: 0;
  padding-top: 32px;
}
.products_con .products_div ul .li2 .text .t .tit2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
.products_con .products_div ul .li2 .text .t .n {
  margin-top: 5px;
  text-align: center;
  color: #888888;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.products_con .products_div ul .li2:hover .text {
  transition: all 0.2s linear 0s;
  width: 303px;
  height: 471px;
  left: -5px;
  top: -12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products_con .products_div ul .li2:hover .text .t .tit2 {
  color: #e9310f;
  font-size: 24px;
}
.products2_con {
  background: #fafafa;
}
.products2_con .products_div2 {
  padding: 15px 0;
}
.products2_con .products_div2 .pro_mbx .pro_t {
  height: 32px;
  line-height: 32px;
  float: left;
  max-width: 50%;
}
.products2_con .products_div2 .pro_mbx .pro_t .img {
  display: block;
  width: 13px;
  height: 13px;
  float: left;
  margin-top: 3px;
}
.products2_con .products_div2 .pro_mbx .pro_t span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  margin: 0 15px;
}
.products2_con .products_div2 .pro_mbx .pro_t .cur {
  display: inline-block;
  height: 32px;
  border: 1px solid #dbdbdb;
  color: #666666;
  font-size: 13px;
  line-height: 30px;
  padding: 0 9px;
}
.products2_con .products_div2 .pro_mbx .pro_t .cur i {
  display: inline-block;
  width: 9px;
  height: 10px;
  margin-left: 10px;
}
.products2_con .products_div2 .pro_mbx .pro_sousuo {
  float: right;
  max-width: 50%;
}
.products2_con .products_div2 .pro_mbx .pro_sousuo .ip_t {
  float: left;
  width: 242px;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
}
.products2_con .products_div2 .pro_mbx .pro_sousuo .ip_btn {
  float: right;
  width: 80px;
  height: 34px;
  background: #e9310f;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 9px;
}
.products2_shaixuan {
  background: #f6f6f6;
  border-bottom: 2px solid #f1f1f1;
}
.products2_shaixuan .products2_div {
  padding: 20px 0;
}
.products2_shaixuan .products2_div .table_con tr td {
  padding: 10px 0;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
}
.products2_shaixuan .products2_div .table_con tr td a {
  background: url(../images/pro_bg3.png) no-repeat right 8px;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  float: left;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
}
.products2_shaixuan .products2_div .table_con tr td a:hover,
.products2_shaixuan .products2_div .table_con tr td a.cur {
  color: #e9310f;
}
.products2_shaixuan .products2_div .table_con tr td a:last-child {
  background: none;
}
.products2_nr {
  background: #fafafa;
  padding: 86px 0 70px;
}
.products2_nr .products2_box ul {
  width: 110%;
  padding-bottom: 70px;
}
.products2_nr .products2_box ul li {
  float: left;
  margin: 0 3px 3px 0;
  width: 293px;
  height: 447px;
  background: #FFFFFF;
  position: relative;
}
.products2_nr .products2_box ul li a {
  display: block;
}
.products2_nr .products2_box ul li a .text_nr {
  padding: 30px 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 293px;
  height: 447px;
  background: #FFFFFF;
}
.products2_nr .products2_box ul li a .text_nr em {
  margin: 0 auto;
  display: block;
  width: 233px;
  height: 298px;
  position: relative;
}
.products2_nr .products2_box ul li a .text_nr em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.products2_nr .products2_box ul li a .text_nr .text {
  padding-top: 16px;
}
.products2_nr .products2_box ul li a .text_nr .text h3 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.products2_nr .products2_box ul li a .text_nr .text .t {
  margin-top: 5px;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.products2_nr .products2_box ul li:hover a .text_nr {
  transition: all 0.2s linear 0s;
  width: 303px;
  height: 471px;
  top: -12px;
  left: -5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products2_nr .products2_box ul li:hover a .text_nr .text h3 {
  color: #e9310f;
  font-size: 20px;
}
.products2_nr .products2_box ul li:hover a .text_nr .text .t {
  color: #000000;
  font-size: 14px;
}
.bread {
  border-bottom: 1px solid #ececec;
  height: 63px;
  line-height: 62px;
  color: #666666;
  font-size: 13px;
}
.bread a {
  display: inline-block;
}
.bread a:hover {
  color: #e9310f;
}
.bread span {
  display: inline-block;
  color: #e9310f;
}
.pro_show {
  margin-top: 30px;
}
.pro_show .pro_show_l {
  width: 625px;
}
.pro_show .pro_show_l .pro_xt {
  width: 96px;
  float: left;
  height: 502px;
  margin-top: 26px;
}
.pro_show .pro_show_l .pro_xt span {
  border: 1px solid #ececec;
  display: block;
  width: 94px;
  height: 111px;
  position: relative;
  cursor: pointer;
  margin: 6px 0;
}
.pro_show .pro_show_l .pro_xt span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_show .pro_show_l .pro_xt span:hover {
  border: 1px solid #e9310f;
}
.pro_show .pro_show_l .pro_xt button {
  width: 96px;
  height: 25px;
  top: 0;
  margin-top: 0;
  border: none;
}
.pro_show .pro_show_l .pro_xt .slick-prev {
  background: url(../images/pro_left.jpg) no-repeat center center;
  left: 0;
  top: -26px;
}
.pro_show .pro_show_l .pro_xt .slick-next {
  background: url(../images/pro_right.jpg) no-repeat center center;
  right: 0;
  top: 502px;
}
.pro_show .pro_show_l .pro_dt {
  overflow: hidden;
  height: 553px;
  width: 468px;
  float: right;
}
.pro_show .pro_show_l .pro_dt span {
  display: block;
  width: 468px;
  height: 553px;
  position: relative;
}
.pro_show .pro_show_l .pro_dt span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_show .pro_show_r {
  padding-top: 15px;
  width: 476px;
}
.pro_show .pro_show_r h1 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
}
.pro_show .pro_show_r .text {
  margin-top: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 24px;
}
.pro_show .pro_show_r .text p {
  background: url(../images/pro_show_bg.jpg) no-repeat left 16px;
  padding-left: 15px;
  color: #666666;
  font-size: 13px;
  line-height: 34px;
}
.pro_show .pro_show_r .pro_show_dj {
  margin-top: 25px;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div {
  float: left;
  width: 180px;
  background: #e9310f url(../images/pro_show_bg4.jpg) no-repeat 114px center;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .goumai {
  width: 114px;
  line-height: 40px;
  height: 40px;
  background: url(../images/pro_show_bg2.png) no-repeat 12px center;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  padding-left: 45px;
  float: left;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .shangdian {
  float: right;
  width: 66px;
  height: 40px;
  position: relative;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .shangdian .wdcx_nr {
  padding-left: 12px;
  background: url(../images/pro_show_bg5.jpg) no-repeat 46px 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .shangdian .wdcx_xl {
  display: none;
  z-index: 999;
  position: absolute;
  left: -114px;
  text-align: right;
  top: 40px;
  width: 180px;
  background: #f6f6f6;
  padding: 15px 26px;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .shangdian .wdcx_xl a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444444;
  font-size: 13px;
  display: block;
  line-height: 26px;
}
.pro_show .pro_show_r .pro_show_dj .goumai_div .shangdian .wdcx_xl a:hover {
  color: #e9310f;
}
.pro_show .pro_show_r .pro_show_dj .mdcx_div {
  float: left;
  width: 180px;
  height: 40px;
  margin-left: 10px;
}
.pro_show .pro_show_r .pro_show_dj .mdcx_div a {
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding-left: 75px;
  background: url(../images/pro_show_bg3.png) no-repeat 50px center #444444;
}
.pro_show .pro_show_r .fx {
  margin-top: 40px;
}
.pro_show .pro_show_r .fx .fxz {
  display: inline-block;
  float: left;
  background: url(../images/fx_07.jpg) no-repeat left center;
  padding-left: 22px;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}
.pro_show .pro_show_r .fx div {
  margin-left: 10px;
  float: left;
  display: table;
}
.pro_show .pro_show_r .fx div a {
  cursor: pointer;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 4px;
}
.pro_show_con {
  margin-top: 90px;
  background: #f6f6f6;
  height: 60px;
}
.pro_show_con .pro_show_bt ul {
  border-left: 1px solid #ececec;
}
.pro_show_con .pro_show_bt li {
  cursor: pointer;
  border-top: 1px solid #f6f6f6;
  float: left;
  width: 208px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333333;
  font-size: 15px;
  border-right: 1px solid #ececec;
}
.pro_show_con .pro_show_bt li:hover,
.pro_show_con .pro_show_bt li.cur {
  color: #e9310f;
  background: #FFFFFF;
  border-top: 1px solid #e9310f;
}
.pro_show_box {
  /*padding: 0px 0 80px;*/
}
.pro_show_box .pro_text {
  display: none;
  font-size: 0;
  padding: 32px 0 80px;
}
.pro_show_box .pro_text:first-child{
	padding: 2px 0 0;
}
.pro_show_box .table_canshu tr th {
  background: #FFFFFF;
  padding: 10px 0;
  font-weight: normal;
  text-align: left;
  color: #e9310f;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
}
.pro_show_box .table_canshu tr td {
  padding: 10px 0;
  color: #888888;
  font-size: 14px;
  border-bottom: 1px dotted #ececec;
}
.pro_show_box .table_canshu tr td p {
  color: #666666;
  font-weight: bold;
  font-family: "微软雅黑";
}
.pro_show_box .table_canshu tr:nth-child(2n-1) {
  background: #fcfcfc;
}
.pro_show_box .tables_down {
  border: 1px solid #dddddd;
}
.pro_show_box .tables_down tr th {
  background: #f3f3f3;
  color: #444444;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.pro_show_box .tables_down tr th span {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
}
.pro_show_box .tables_down tr td {
  color: #959595;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px dotted #e6e6e6;
}
.pro_show_box .tables_down tr td p {
  font-size: 15px;
  color: #777777;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 396px;
}
.pro_show_box .tables_down tr td a {
  display: inline-block;
  background: url(../images/down_2.png) no-repeat left center;
  padding-left: 18px;
}
.pro_show_box .tables_down tr:nth-child(2n-1) td {
  background: #fcfcfc;
}
.pro_show_box .tables_down tr:hover td {
  color: #e9310f;
}
.pro_show_box .tables_down tr:hover td p {
  color: #e9310f;
}
.pro_show_box .tables_down tr:hover td a {
  color: #e9310f;
}
.fchz_banner {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  height: 360px;
  position: relative;
  background: url(../images/fchz_banner.jpg) no-repeat center center;
  padding-top: 136px;
}
.fchz_banner h1 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}
.fchz_banner .t {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.fchz_main_con .fchz_con {
  padding: 60px 0 50px;
}
.fchz_main_con .fchz_con h1 {
  color: #333333;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.fchz_main_con .fchz_con .fchz_div {
  margin: 40px 0 0;
  overflow: hidden;
}
.fchz_main_con .fchz_con .fchz_div ul {
  width: 110%;
}
.fchz_main_con .fchz_con .fchz_div ul li {
  width: 380px;
  height: 394px;
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
}
.fchz_main_con .fchz_con .fchz_div ul li em {
  display: block;
  width: 380px;
  height: 320px;
  position: relative;
}
.fchz_main_con .fchz_con .fchz_div ul li em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fchz_main_con .fchz_con .fchz_div ul li .text {
  padding: 24px 18px 0;
  height: 74px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
}
.fchz_main_con .fchz_con .fchz_div ul li .text h2 {
  font-weight: normal;
  color: #333333;
  font-size: 17px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fchz_main_con .fchz_con .fchz_div ul .li1 {
  width: 780px;
}
.fchz_main_con .fchz_con .fchz_div ul .li1 em {
  display: block;
  width: 780px;
  height: 394px;
  position: relative;
}
.fchz_main_con .fchz_con .fchz_div ul .li1 em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fchz_main_con .fchz_con .fchz_div ul .li1 .text1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(69, 69, 69, 0.1);
  width: 100%;
  height: 70px;
  padding: 20px 20px 0;
}
.fchz_main_con .fchz_con .fchz_div ul .li1 .text1 h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fchz_main_con .fchz_con2 {
  background: url(../images/fchz_bg.jpg) no-repeat center top;
  height: 483px;
}
.fchz_main_con .fchz_con2 .fchz_div2 {
  padding: 80px 0 0;
}
.fchz_main_con .fchz_con2 .fchz_div2 h1 {
  color: #333333;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img {
  margin-top: 50px;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img ul {
  width: 110%;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img ul li {
  margin: 0 5px 5px 0;
  float: left;
  width: 232px;
  height: 116px;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img ul li a {
  display: block;
  width: 232px;
  height: 116px;
  border: 1px solid #ebebeb;
  position: relative;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fchz_main_con .fchz_con2 .fchz_div2 .fchz_img ul li:hover a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fzlc_banner {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  height: 360px;
  position: relative;
  background: url(../images/fzlc_banner.jpg) no-repeat center center;
  padding-top: 136px;
}
.fzlc_banner h1 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}
.fzlc_banner .t {
  margin-top: 20px;
  text-align: center;
  color: #fff8f6;
  font-size: 14px;
  line-height: 22px;
}
.fzlc_con {
  margin-top: 11px;
  background: url(../images/fzlc_bg.jpg) repeat-y center 188px;
  position: relative;
  margin-bottom: 95px;
}
.fzlc_con .i1,
.fzlc_con .i2,
.fzlc_con .i3,
.fzlc_con .i4 {
  position: absolute;
  background: #fff;
}
.fzlc_con .i1 {
  left: 0;
  top: 0;
  width: 2px;
  height: 188px;
}
.fzlc_con .i2 {
  left: 0;
  top: 188px;
  width: 110px;
  height: 2px;
}
.fzlc_con .i3 {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 87px;
}
.fzlc_con .i4 {
  right: 0;
  bottom: 86px;
  width: 111px;
  height: 2px;
}
.fzlc_con ul li {
  width: 156px;
  float: left;
  margin: 69px 40px 0;
  height:207px;
  overflow:hidden;
}
.fzlc_con ul li em {
  display: block;
  width: 156px;
  height: 93px;
  position: relative;
}
.fzlc_con ul li em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fzlc_con ul li .bg {
  display: block;
  margin: 19px auto 0;
  width: 15px;
  height: 15px;
}
.fzlc_con ul li h3 {
  margin-top: 12px;
  text-align: center;
  font-weight: normal;
  color: #444444;
  font-size: 21px;
  font-family: arial;
}
.fzlc_con ul li .t {
  margin-top: 3px;
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 20px;
}
.fzlc_con ul.cright li { float:right;}
.ppls_main_con {
  padding-bottom: 78px;
}
.ppls_main_con .ppls_js {
  background: url(../images/ppls_bg.jpg) no-repeat center top;
  height: 560px;
}
.ppls_main_con .ppls_js .ppls_js_con {
  padding: 110px 0 0;
  position: relative;
  height: 560px;
}
.ppls_main_con .ppls_js .ppls_js_con h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 35px;
}
.ppls_main_con .ppls_js .ppls_js_con span {
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #ada2a3;
  font-size: 25px;
  font-family: arial;
  text-transform: uppercase;
}
.ppls_main_con .ppls_js .ppls_js_con .t {
  margin-top: 25px;
  color: #595959;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.ppls_main_con .ppls_js .ppls_js_con .more {
  position: absolute;
  left: 50%;
  bottom: 96px;
  width: 53px;
  height: 53px;
  margin-left: -26.5px;
}
.ppls_main_con .ppls_qyln {
  padding: 87px 0 95px;
}
.ppls_main_con .ppls_qyln dl dt {
  width: 583px;
}
.ppls_main_con .ppls_qyln dl dt span {
  width: 583px;
  height: 415px;
}
.ppls_main_con .ppls_qyln dl dd {
  padding-top: 18px;
  width: 548px;
}
.ppls_main_con .ppls_qyln dl dd h3 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.ppls_main_con .ppls_qyln dl dd h3 i {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  font-style: normal;
  color: #d2d2d2;
  font-size: 20px;
  font-family: arial;
}
.ppls_main_con .ppls_qyln dl dd .text {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
.ppls_main_con .ppls_qyln dl dd ul li {
  margin-top: 25px;
  float: left;
  width: 100%;
}
.ppls_main_con .ppls_qyln dl dd ul li h4 {
  color: #545454;
  font-size: 17px;
  font-weight: normal;
}
.ppls_main_con .ppls_qyln dl dd ul li h4 img {
  margin-right: 6px;
}
.ppls_main_con .ppls_qyln dl dd ul li .t {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.ppls_main_con .qyln_con {
  background: url(../images/qyry_bg4.jpg) no-repeat center top;
  height: 915px;
}
.ppls_main_con .qyln_con .qyln_div {
  padding: 118px 0 0;
}
.ppls_main_con .qyln_con .qyln_div h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 30px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text {
  position: relative;
  margin-top: 70px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text .img {
  position: absolute;
  left: 50%;
  top: 156px;
  margin-left: -134.5px;
  width: 269px;
  height: 269px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul {
  position: relative;
  width: 448px;
  margin: 0 auto;
  padding-top: 75px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li {
  margin: 0 7px 13px;
  width: 210px;
  height: 211px;
  float: left;
  position: relative;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_img {
  position: relative;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_img span,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_img em {
  display: block;
  width: 210px;
  height: 211px;
  position: absolute;
  left: 0;
  top: 0;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_img em {
  font-style: normal;
  display: none;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text {
  width: 362px;
  height: 249px;
  position: absolute;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text .bt {
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text h5 {
  font-weight: normal;
  color: #5d5d5d;
  font-size: 16px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text .t {
  color: #878787;
  font-size: 14px;
  line-height: 20px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text1 {
  left: -333px;
  top: -86px;
  padding: 8px 23px 0 28px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text2 {
  right: -333px;
  top: -86px;
  padding: 8px 23px 0 36px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text3 {
  left: -333px;
  bottom: -78px;
  padding: 70px 23px 0 28px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li .nl_text4 {
  right: -333px;
  bottom: -78px;
  padding: 70px 23px 0 36px;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_img span,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_img span {
  display: none;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_img em,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_img em {
  display: block;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_text1,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_text1 {
  background: url(../images/nl_text1.png) no-repeat center center;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_text2,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_text2 {
  background: url(../images/nl_text2.png) no-repeat center center;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_text3,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_text3 {
  background: url(../images/nl_text3.png) no-repeat center center;
}
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li:hover .nl_text4,
.ppls_main_con .qyln_con .qyln_div .qylb_text ul li.cur .nl_text4 {
  background: url(../images/nl_text4.png) no-repeat center center;
}
.ppls_main_con .jrzg_con {
  padding: 70px 0 0;
}
.ppls_main_con .jrzg_con .jrzg_bt {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
}
.ppls_main_con .jrzg_con .jrzg_bt h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 30px;
}
.ppls_main_con .jrzg_con .jrzg_bt span {
  margin-top: 5px;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: center;
}
.ppls_main_con .jrzg_con .jrzg_div {
  margin-top: 58px;
}
.ppls_main_con .jrzg_con .jrzg_div ul li {
  float: left;
  width: 590px;
}
.ppls_main_con .jrzg_con .jrzg_div ul li em {
  display: block;
  width: 295px;
  height: 210px;
  float: left;
}
.ppls_main_con .jrzg_con .jrzg_div ul li .text {
  float: left;
  position: relative;
  height: 210px;
  width: 295px;
  background: url(../images/jrzg_bg.png) no-repeat center top;
  padding: 55px 20px 0;
}
.ppls_main_con .jrzg_con .jrzg_div ul li .text h3 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 22px;
}
.ppls_main_con .jrzg_con .jrzg_div ul li .text h4 {
  margin-top: 5px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  font-size: 18px;
}
.ppls_main_con .jrzg_con .jrzg_div ul li .text .t {
  margin-top: 8px;
  text-align: center;
  color: #737373;
  font-size: 14px;
  line-height: 24px;
}
.ppls_main_con .jrzg_con .jrzg_div ul li .text:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  background: url(../images/jrzg_bg2.png) no-repeat center center;
  width: 9px;
  height: 16px;
  margin-top: -8px;
}
.ppls_main_con .jrzg_con .jrzg_div ul .ou .text:before {
  content: "";
  position: absolute;
  left: auto;
  right: -9px;
  top: 50%;
  background: url(../images/jrzg_bg3.png) no-repeat center center;
  width: 9px;
  height: 16px;
  margin-top: -8px;
}
.news2_banner {
  width: 100%;
  height: 630px;
  position: relative;
}
.news2_banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 630px;
  top: 0;
}
.news2_menu {
  background: url(../images/news2_bg2.jpg) no-repeat center top;
  height: 81px;
}
.news2_menu .news2_list {
  padding-top: 40px;
}
.news2_menu .news2_list .sx {
  max-width: 60%;
  float: left;
  margin-left: -22px;
}
.news2_menu .news2_list .sx li {
  font-size: 17px;
  float: left;
  background: url(../images/news2_bg3.png) no-repeat right 6px;
  padding: 0 22px;
}
.news2_menu .news2_list .sx li a {
  color: #666666;
  display: block;
  padding: 0 0 16px;
  position: relative;
}
.news2_menu .news2_list .sx li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(../images/news2_bg4.png) no-repeat center center;
  width: 7px;
  height: 4px;
  margin-left: -3.5px;
  display: none;
}
.news2_menu .news2_list .sx li:hover a,
.news2_menu .news2_list .sx li.cur a {
  color: #e9310f;
  border-bottom: 2px solid #e9310f;
}
.news2_menu .news2_list .sx li:hover a:before,
.news2_menu .news2_list .sx li.cur a:before {
  display: block;
}
.news2_menu .news2_list .t {
  margin-top: 10px;
  display: table;
  float: right;
  color: #999999;
}
.news2_menu .news2_list .t a {
  display: inline-block;
  color: #999999;
  text-decoration: underline;
  position: relative;
}
.news2_menu .news2_list .t a img{
	width: 83px;
	height: 83px;
	position: absolute;
	right: 0;
	top: 20px;
	display: none;
}
.news2_menu .news2_list .t a:hover {
  color: #e9310f;
}
.news2_menu .news2_list .t a:hover img{
	display: block;
}
.news2 {
  margin-top: 55px;
  overflow: hidden;
  padding-bottom: 77px;
}
.news2 ul {
  padding-bottom: 45px;
}
.news2 ul li {
  width: 590px;
  float: left;
  height: 160px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.news2 ul li .img {
  display: block;
  width: 280px;
  height: 160px;
  float: left;
  position: relative;
}
.news2 ul li .img i{
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 160px;
	background: rgba(0,0,0,.6);
	z-index: 99;
}
.news2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news2 ul li:hover .img i{
	background: none;
}
.news2 ul li .text {
  float: left;
  position: relative;
  width: 310px;
  height: 160px;
  padding: 18px 20px 0;
}
.news2 ul li .text .more {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 26px;
  height: 26px;
}
.news2 ul li .text .bt {
  display: block;
  color: #555555;
  font-size: 20px;
}
.news2 ul li .text .d{
	color: #777777;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}
.news2 ul li .text .t {
  margin-top: 16px;
  color: #555555;
  font-size: 12px;
}
.news2 ul li .text span {
  display: block;
  color: #777777;
  font-size: 12px;
  margin-top: 8px;
}
.news2 ul .bj {
  background: #f1f1f1;
}
.jcsp_video {
  width: 100%;
  height: 500px;
  position: relative;
}
.jcsp_video .img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 500px;
  margin-left: -960px;
}
.jcsp_video .text {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -590px;
  /*background: url(../images/jcsp2.png);*/
  height: 500px;
  width: 1180px;
  padding-top: 175px;
}
.jcsp_video .text .more {
  width: 95px;
  height: 95px;
  margin-left: 576px;
  display: block;
}
.jcsp_video .text h3 {
  margin-top: 15px;
  /*text-align: center;*/
 	padding-left: 514px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 26px;
}
.jcsp_video .text .t {
	padding-left: 495px;
  /*text-align: center;*/
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 5px;
}
.jcsp_con {
  margin-top: 50px;
  padding-bottom: 85px;
  overflow: hidden;
}
.jcsp_con ul {
  width: 110%;
  padding-bottom: 15px;
}
.jcsp_con ul li {
  float: left;
  width: 374px;
  margin: 0 29px 29px 0;
}
.jcsp_con ul li .img {
  position: relative;
  width: 374px;
  height: 220px;
}
.jcsp_con ul li .img em {
  position: relative;
  width: 374px;
  height: 220px;
  display: block;
}
.jcsp_con ul li .img em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jcsp_con ul li .img a {
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24.5px;
  margin-top: -24.5px;
}
.jcsp_con ul li .text {
  line-height: 52px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
  height: 55px;
  border: 1px solid #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
  border-top: none;
}
.jcsp_con ul li:hover .text {
  border-bottom: 3px solid #e9310f;
}
.mtgz_div {
  background: url(../images/mtgz_bg.jpg) no-repeat center center;
  height: 471px;
}
.mtgz_div .w1180 {
  padding-top: 41px;
}
.mtgz_div .w1180 .mtgz_l {
  width: 790px;
  height: 378px;
  overflow: hidden;
}
.mtgz_div .w1180 .mtgz_l a {
  display: block;
  width: 790px;
  height: 378px;
  position: relative;
}
.mtgz_div .w1180 .mtgz_l a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mtgz_div .w1180 .mtgz_l button {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: none;
}
.mtgz_div .w1180 .mtgz_l .slick-prev {
  background: url(../images/mtgz_l.png) no-repeat center center;
}
.mtgz_div .w1180 .mtgz_l .slick-next {
  background: url(../images/mtgz_r.png) no-repeat center center;
}
.mtgz_div .w1180 .mtgz_r {
  width: 359px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp {
  position: relative;
  width: 359px;
  height: 221px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp em {
  display: block;
  width: 359px;
  height: 221px;
  position: relative;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp .text {
  background: url(../images/mtgz3.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp .text span {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp .text h3 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 25px;
  margin-top: 15px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_sp .text h4 {
  margin-top: 6px;
  text-align: center;
  font-weight: normal;
  color: #cac9c8;
  font-size: 16px;
  /*font-family: arial;
  text-transform: uppercase;*/
}
.mtgz_div .w1180 .mtgz_r .mtgz_c {
  margin-top: 15px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_c li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_c li a {
  display: block;
  color: #555555;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/mtgz6.png) no-repeat left 9px;
  padding-left: 17px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_c li div {
  margin-top: 8px;
  color: #888888;
  font-size: 13px;
}
.mtgz_div .w1180 .mtgz_r .mtgz_c li div span {
  display: table;
  float: left;
}
.mtgz_div .w1180 .mtgz_r .mtgz_c li div em {
  font-style: normal;
  float: right;
  display: table;
}
.mtgz_con {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 80px;
}
.mtgz_con ul {
  width: 110%;
  padding-bottom: 30px;
}
.mtgz_con ul li {
  width: 280px;
  float: left;
  margin: 0 20px 20px 0;
}
.mtgz_con ul li .img {
  display: block;
  width: 280px;
  height: 200px;
  position: relative;
}
.mtgz_con ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mtgz_con ul li .img span {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #1a1a1a;
  display: inline-block;
  padding: 0 8px;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 12px;
}
.mtgz_con ul li .text {
  height: 96px;
  background: #f1f1f1;
  padding: 12px 20px 0;
}
.mtgz_con ul li .text .bt .b {
	font-weight: bold;
  display: block;
  max-width: 80%;
  float: left;
  color: #555555;
  font-size: 15px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mtgz_con ul li .text .bt .m {
  display: block;
  width: 13px;
  height: 13px;
  float: right;
  line-height: 13px;
  margin-top: 5px;
}
.mtgz_con ul li .text .t {
  color: #555555;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.nlyzr_con {
  width: 100%;
}
.nlyzr_con .nlyzr_img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  line-height: 0;
}
.nlyzr_con .nlyzr_img img {
  width: 1920px;
}
.nlyzr_con .shgy_con {
  background: #f4f4f4;
  padding: 100px 0 100px;
}
.nlyzr_con .shgy_con .w1180 h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 30px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div {
  margin-top: 42px;
  width: 110%;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li {
  float: left;
  width: 393px;
  margin-right: 1px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .img {
  position: relative;
  width: 393px;
  height: 228px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .img em {
  display: block;
  position: relative;
  width: 393px;
  height: 228px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .img em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: url(../images/shgy_icon1.png);
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .text {
  margin-top: 18px;
}
.nlyzr_con .shgy_con .w1180 .shgy_div li .text .t {
  background: url(../images/shgy_icon2.jpg) no-repeat left 11px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 22px;
  margin: 7px 0;
  padding-left: 13px;
}
.qqwl_con {
  background: url(../images/qqwl_icon1.jpg) no-repeat center top;
  height: 852px;
}
.qqwl_con .w1180 {
  padding-top: 130px;
}
.qqwl_con .w1180 h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 30px;
}
.qqwl_con .w1180 .img {
  margin-top: 30px;
  text-align: center;
}
.qqwl_div {
  background: #fdfdfd;
  padding: 75px 0;
}
.qqwl_div .qqwl_text .qqwl_bt h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 30px;
}
.qqwl_div .qqwl_text .qqwl_bt .t {
  text-align: center;
  margin-top: 10px;
  color: #939393;
  font-size: 14px;
}
.qqwl_div .qqwl_text .qqwl_nr {
  margin-top: 50px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li {
  float: left;
  width: 590px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li .img {
  display: block;
  width: 295px;
  height: 205px;
  float: left;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li .text {
  float: left;
  position: relative;
  height: 205px;
  width: 295px;
  background: url(../images/jrzg_bg.png) no-repeat center top;
  padding: 68px 20px 0;
  text-align: center;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li .text h3 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 20px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li .text a {
  display: inline-block;
  margin-top: 8px;
  text-align: center;
  color: #e9310f;
  font-size: 12px;
  line-height: 24px;
  background: url(../images/qqwl_icon2.png) no-repeat right center;
  padding-right: 18px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li .text:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  background: url(../images/qqwl_icon4.png) no-repeat center center;
  width: 11px;
  height: 21px;
  margin-top: -10.5px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li:hover .text {
  background: #e9310f;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li:hover .text h3 {
  color: #FFFFFF;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li:hover .text a {
  color: #FFFFFF;
  background: url(../images/qqwl_icon3.png) no-repeat right center;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t li:hover .text:before {
  background: url(../images/qqwl_icon5.png) no-repeat center center;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t .ou .text:before {
  content: "";
  position: absolute;
  left: auto;
  right: -9px;
  top: 50%;
  background: url(../images/qqwl_icon6.png) no-repeat center center;
  width: 11px;
  height: 21px;
  margin-top: -10.5px;
}
.qqwl_div .qqwl_text .qqwl_nr .qqwl_t .ou:hover .text:before {
  background: url(../images/qqwl_icon7.png) no-repeat center center;
}
.qqwl_div .qqwl_text .qqwl_nr button {
  width: 18px;
  height: 40px;
  margin-top: -20px;
  border: none;
}
.qqwl_div .qqwl_text .qqwl_nr .slick-prev {
  left: -68px;
  background: url(../images/qqwl_icon8.png) no-repeat center center;
}
.qqwl_div .qqwl_text .qqwl_nr .slick-next {
  right: -68px;
  background: url(../images/qqwl_icon9.png) no-repeat center center;
}

/**20160715**/
.form-group {
  width: 329px;
  height: 39px;
}
.form-group .div {
  width: 329px;
  height: 39px;
}
.form-group .div #city-picker3 {
  width: 329px;
  height: 39px;
  line-height: 39px;
  border: none;
  font-size: 15px;
}
.form-group .div .city-picker-span {
  border: none;
  width: 329px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #9c9f9f;
  padding: 0 10px;
  background: url(../images/network_02.jpg) no-repeat right center;
}
.form-group .div .city-picker-span > span {
  line-height: 40px;
}

.file_up_box { position: relative;}
.file_up_box .ufile {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8 */filter:alpha(opacity=0); /* ie5-7 */opacity: 0; /* css standard, currently it works in most modern browsers */position:absolute; right:0; top:0; width:132px !important; height:46px !important; cursor:default; display:block; overflow:hidden;}
.tc_zhaopin .box .zhaopin_div ul li .ip_b.on {background: #056097; color:#fff;}

.news_show {
  border-top: 1px solid #f5f5f5;
  background: #fdfdfd;
  padding: 60px 0 70px;
}
.news_show .left {
  width: 850px;
}
.news_show .left h1 {
  text-align: center;
  font-weight: normal;
  color: #e9310f;
  font-size: 25px;
}
.news_show .left .ly {
  margin-top: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.news_show .left .ly p {
  float: left;
  max-width: 50%;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 24px;
}
.news_show .left .ly .fx {
  float: right;
  max-width: 40%;
}
.news_show .left .ly .fx span {
  float: left;
  display: inline-block;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 24px;
}
.news_show .left .ly .fx div {
  float: left;
}
.news_show .left .ly .fx div a {
  cursor: pointer;
  margin-top: 4px;
  line-height: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.news_show .left .container {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  font-size: 15px;
  line-height: 24px;
}
.news_show .left .container .t {
  color: #898989;
  font-size: 15px;
  line-height: 26px;
}
.news_show .right {
  width: 268px;
  padding-top: 60px;
}
.news_show .right .img img {
  width: 268px;
  height: 303px;
}
.news_show .right .rmzx h3,
.news_show .right .ewm h3 {
  border-bottom: 1px solid #cbcbcb;
  font-weight: normal;
  color: #e9310f;
  font-size: 16px;
}
.news_show .right .rmzx h3 span,
.news_show .right .ewm h3 span {
  display: inline-block;
  border-bottom: 2px solid #cbcbcb;
  padding-right: 20px;
  padding-bottom: 12px;
}
.news_show .right .rmzx h3 span i,
.news_show .right .ewm h3 span i {
  margin-top: 7px;
  margin-right: 7px;
  display: block;
  width: 11px;
  height: 11px;
  border: 3px solid #e9310f;
  border-radius: 50px;
  float: left;
}
.news_show .right .rmzx {
  margin-top: 35px;
}
.news_show .right .rmzx ul li {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px dotted #dedede;
}
.news_show .right .rmzx ul li a {
  background: url(../images/newsshow_icon.png) no-repeat left 10px;
  padding-left: 15px;
  display: block;
  color: #999999;
  font-size: 13px;
  line-height: 24px;
}
.news_show .right .rmzx ul li a:hover {
  color: #e9310f;
}
.news_show .right .rmzx ul li:last-child {
  border-bottom: none;
}
.news_show .right .ewm {
  margin-top: 35px;
}
.news_show .right .ewm div {
  width: 164px;
  margin: 20px auto 0;
}
.navBox {
  /*display: none;
  position: absolute;
  left: 0;
  top: 0;*/
  width: 100%;
  background: #e84b2d;
  text-align: center;
  min-height: 46px;
  /*padding-top: 28px;*/
}
.navBox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 83px;
  background: url(../images/navbox2.png) no-repeat center center;
  width: 16px;
  height: 13px;
  margin-top: -13px;
  margin-left: 13px;
}
.navBox a {
  background: url(../images/navbox1.jpg) no-repeat left center;
  /*padding-left: 6px;*/
  padding: 0px 23px 0 6px;
  line-height: 46px;
  margin-left: -5px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  /*height: 78px;*/
}
.navBox.v1 .w1180{
	padding-left: 69px;
}
.navBox a:hover {
  text-decoration: underline;
}
.navBox.v2 .w1180 {
  padding-left: 470px;
}
.navBox.v2:before {
  margin-left: 283px;
}
.navBox.v3 {
  text-align: right;
}
.navBox.v3 .w1180 {
  padding-left: 0px;
}
.navBox.v3:before {
  margin-left: 415px;
}
.navBox.v4 {
  text-align: right;
}
.navBox.v4 .w1180 {
  padding-right: 324px;
}
.navBox.v4 .w1180 a {
  /*margin-left: 46px;*/
  margin-right: 0;
}
.navBox.v4:before {
  margin-left: 148px;
}

#pro_img{
	 	left: 50%;
    margin-left: -960px;
    position: relative;
    width: 1920px;
}
.newsDiv {
  margin-top: 30px;
  border-top: 1px solid #efefef;
  padding-top: 30px;
}
.newsDiv .nTd {
  float: left;
  width: 79px;
  height: 32px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.newsDiv .nTd:hover {
  border: 1px solid #e9310f;
  color: #e9310f;
}
.newsDiv .n_fh {
  width: 80%;
  float: left;
  display: table;
  margin-left: 10px;
}
.newsDiv .n_fh ul li {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.newsDiv .n_fh ul li .nTn {
  margin-left: 15px;
  float: left;
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 32px;
  color: #777777;
}
.newsDiv .n_fh ul li:hover .nTn {
  color: #e9310f;
}
.newsDiv .n_fh ul li:hover .nTd {
  border: 1px solid #e9310f;
  color: #e9310f
}
.qd_banner {
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 200px;
  width: 1920px;
}
.qd_con {
  margin: 61px 0 47px;
  background: url(../images/qd_bg.jpg) no-repeat center top;
  padding-top: 71px;
  height: 701px;
}
.qd_con h1 {
  text-align: center;
  color: #1f1f1f;
  font-size: 26px;
  font-weight: normal;
}
.qd_con .t {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.qd_con ul {
  width: 1180px;
  margin: 75px auto 0;
}
.qd_con ul li {
  float: left;
  width: 217px;
  text-align: center;
  margin: 0 32px 70px;
}
.qd_con ul li .img {
  margin: 0 auto;
  display: block;
  width: 217px;
  height: 60px;
  position: relative;
}
.qd_con ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qd_con ul li .bt {
  margin-top: 18px;
  display: block;
  color: #505050;
  font-size: 17px;
  font-weight: bold;
}
.qd_con2 {
  border: 1px solid #dcdcdc;
}
.qd_con2 .tit {
  background: #f4f4f4;
  border-bottom: 1px solid #dcdcdc;
  height: 62px;
  line-height: 61px;
  text-align: center;
  color: #da2706;
  font-size: 18px;
  font-weight: bold;
}
.qd_con2 .t {
  padding: 15px 118px 25px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.qd_con2 .t span {
  display: inline-block;
  margin-top: ;
  float: right;
  color: #da2706;
  font-size: 15px;
}
.qd_dianpu {
  margin-top: 50px;
  margin-bottom: 135px;
}
.qd_dianpu .slick-list ul li {
  width: 356px;
  height: 97px;
  border: 2px solid #e5e5e5;
  text-align: center;
  padding-top: 19px;
  float: left;
  margin-bottom: 15px;
  margin-right: 55px;
}
.qd_dianpu .slick-list ul li .img {
  margin: 0 auto;
  width: 251px;
  height: 30px;
  position: relative;
}
.qd_dianpu .slick-list ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qd_dianpu .slick-list ul li .t {
  color: #666666;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}
.qd_dianpu .slick-list ul li:hover {
  border: 2px solid #e41117;
}
.qd_dianpu .slick-list ul li:nth-child(3n) {
  margin-right: 0;
}
.qd_dianpu .slick-dots {
  bottom: -54px;
}
.qd_dianpu .slick-dots li button {
  width: 43px;
  height: 4px;
  background: #d2d2d2;
}
.qd_dianpu .slick-dots .slick-active button {
  background: #fa1100;
}

.yfsc_div {
  background: url(../images/yfsc_img.jpg) no-repeat center center;
  height: 799px;
  text-align: center;
  padding-top: 160px;
}
.yfsc_div h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.yfsc_div .name {
  margin-top: 5px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
.yfsc_div .t {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}
.yfsc_div2 {
  background: url(../images/yfsc_bg.jpg) no-repeat center center;
  height: 623px;
  padding-top: 110px;
}
.yfsc_div2 h3 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.yfsc_div2 .name {
  margin-top: 12px;
  text-align: center;
  color: #777777;
  font-size: 16px;
}
.yfsc_div2 ul {
  width: 1096px;
  margin: 70px auto 0;
}
.yfsc_div2 ul li {
  float: left;
  width: 190px;
  margin: 0 42px;
}
.yfsc_div2 ul li .img {
  width: 190px;
  height: 190px;
  border: 9px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.yfsc_div2 ul li .img img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yfsc_div2 ul li .t {
  margin-top: 30px;
  text-align: center;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 24px;
}
.yfsc_div3 {
  background: url(../images/yfsc_bg2.jpg) no-repeat center center;
  height: 645px;
  padding-top: 150px;
}
.yfsc_div3 .text {
  width: 533px;
  height: 259px;
  padding: 48px 50px 0;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.yfsc_div3 .text:before {
  content: "";
  position: absolute;
  left: -21px;
  top: -19px;
  width: 529px;
  height: 296px;
  background: url(../images/yfsc_bg3.png) no-repeat center center;
}
.yfsc_div3 .text h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
}
.yfsc_div3 .text .name {
  margin-top: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: arial;
  text-transform: uppercase;
  padding-bottom: 22px;
  position: relative;
}
.yfsc_div3 .text .name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 2px;
  background: rgba(168, 170, 172, 0.8);
}
.yfsc_div3 .text .t {
  margin-top: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.yfsc_div4 {
  padding: 85px 0;
}
.yfsc_div4 h3 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}
.yfsc_div4 h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35.5px;
  width: 71px;
  height: 2px;
  background: #c4c4c4;
}
.yfsc_div4 ul {
  margin-top: 45px;
}
.yfsc_div4 ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 290px;
  overflow: hidden;
}
.yfsc_div4 ul li .text {
  float: left;
  width: 470px;
  height: 290px;
  background: #f2f2f2;
  padding: 70px 60px 0;
}
.yfsc_div4 ul li .text h4 {
  text-align: center;
  color: #313131;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 16px;
  position: relative;
}
.yfsc_div4 ul li .text h4:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -22px;
  width: 44px;
  height: 2px;
  background: #cacaca;
}
.yfsc_div4 ul li .text .t {
  margin-top: 15px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.yfsc_div4 ul li .img {
  float: right;
  width: 710px;
}
.yfsc_div4 ul li:nth-child(2n) .img {
  float: left;
}
.yfsc_div4 ul li:nth-child(2n) .text {
  float: right;
}

.pinzhi_dvi {
  background: url(../images/pinzhi_bg.jpg) no-repeat center center;
  height: 626px;
  padding-top: 116px;
}
.pinzhi_dvi h1 {
  text-align: center;
  font-weight: normal;
  color: #000000;
  font-size: 36px;
}
.pinzhi_dvi .t {
  color: #000000;
  width: 820px;
  margin: 15px auto 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.pinzhi_dvi .img {
  text-align: center;
  margin-top: 60px;
}
.pinzhi_dvi2 {
  background: url(../images/pinzhi_bg2.jpg) no-repeat center center;
  height: 753px;
  padding-top: 115px;
}
.pinzhi_dvi2 h1 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 36px;
}
.pinzhi_dvi2 .t {
  color: #fff;
  margin: 15px auto 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.pinzhi_dvi2 ul {
  width: 983px;
  margin: 45px auto 0;
}
.pinzhi_dvi2 ul li {
  float: left;
  text-align: center;
  width: 405px;
}
.pinzhi_dvi2 ul li:nth-child(2) {
  width: 173px;
  margin-top: 63px;
}
.pinzhi_dvi2 ul li:nth-child(2) .img {
  width: 102px;
  height: 102px;
}
.pinzhi_dvi2 ul li .img {
  width: 246px;
  height: 246px;
  margin: 0 auto;
  position: relative;
}
.pinzhi_dvi2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pinzhi_dvi2 ul li .bt {
  color: #FFFFFF;
  font-size: 22px;
  margin-top: 25px;
}
.pinzhi_dvi2 ul li .d {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.pinzhi_dvi3 {
  background: url(../images/pinzhi_bg3.jpg) no-repeat center center;
  height: 694px;
  padding-top: 85px;
}
.pinzhi_dvi3 h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 36px;
}
.pinzhi_dvi3 .t {
  color: #666666;
  margin: 15px auto 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px dotted #cfcfcf;
  padding-bottom: 42px;
}
.pinzhi_dvi3 .w1180 {
  padding: 87px 0 0;
}
.pinzhi_dvi3 .w1180 .pz_btn {
  float: left;
  width: 367px;
  height: 318px;
  position: relative;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li span {
  display: block;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li em {
  display: none;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.cur span {
  display: none;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.cur em {
  display: block;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v1 {
  width: 238px;
  height: 51px;
  left: 50%;
  margin-left: -114px;
  top: 0;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v2 {
  width: 112px;
  height: 82px;
  right: 0;
  top: 22px;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v3 {
  width: 187px;
  height: 245px;
  left: 0;
  bottom: 2px;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v4 {
  width: 124px;
  height: 83px;
  left: 0;
  top: 22px;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v5 {
  width: 158px;
  height: 55px;
  left: 50%;
  margin-left: -69px;
  top: 56px;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v6 {
  width: 167px;
  height: 244px;
  right: 0;
  bottom: 2px;
}
.pinzhi_dvi3 .w1180 .pz_btn ul li.v7 {
  width: 159px;
  height: 203px;
  left: 50%;
  margin-left: -70px;
  bottom: 2px;
}
.pinzhi_dvi3 .w1180 .pz_con {
  float: right;
  width: 767px;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text {
  display: none;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text:first-child {
  display: block;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .text {
  width: 445px;
  float: left;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .text h3 {
  color: #e9310f;
  font-size: 26px;
  font-weight: normal;
  background: url(../images/pinzhi_icon2.png) no-repeat left center;
  padding-left: 48px;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .text .bt {
  margin-top: 20px;
  color: #444444;
  font-size: 17px;
  padding-left: 20px;
  position: relative;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .text .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #dadada;
  border-radius: 50%;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .text .d {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .img {
  float: right;
  width: 269px;
  height: 311px;
  position: relative;
}
.pinzhi_dvi3 .w1180 .pz_con .pz_text .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  border: #ebebeb solid 5px;
}
/*# sourceMappingURL=public.css.map */
