* {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-family:'Microsoft YaHei';
 */ box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
body,
html {
  width: 100%;
  color: #333333;
}
body {
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
ul,
li {
  list-style: none;
}
body {
  background: #f5f5f5;
}
i,
em {
  font-style: normal;
}
img {
  border: 0 none;
  vertical-align: top;
}
input,
button {
  border: 0 none;
  outline-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
ul li :hover a {
  color: #235b98;
}
a:hover {
  color: #235b98;
}
.headerList ul .heder_sel .nav_hover li:hover{
  background-color: #f7f7f7;
}
.headerList ul .heder_sel .nav_hover li:hover a{
  color:  #235b98;
}
body ul li span {
  font-size: 14px;
  color: #333333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.hidden{
  display: none;
}
.show{
  display: block;
}
.header {
  width: 100%;
  height: 84px;
  background-color: #fff;
  position: relative;
  padding-left: 2%;
  *padding-left: 0;
  z-index: 1001;
}
.header .wap_content {
  display: none;
}
.header .wap_content .wap_1 > li ul {
  padding: 0 1.2rem;
}
.header .wap_content .wap_1 > li ul li {
  padding: 0;
}
.header .wap_content .wap_1 > li ul li a {
  height: .7rem;
  line-height: .7rem;
  font-size: .3rem;
  color: #333333;
}
.header .wap_content .wap_1 > li ul li a:hover {
  color: #235b98;
}
.header .wap_content .wap_1 > li > a {
  padding: 0 .8rem;
  height: .9rem;
  line-height: .9rem;
  font-size: .34rem;
  border-bottom: 1px solid #ccc;
  display: block;
  background: url(../image/wap_down_03.png) no-repeat 90% 50%;
  background-size: .3rem .2rem;
}
.wap_Input{
  display: none;
 position: absolute;
 width: 100%;
 z-index: 100000;
 top: 1.1rem;
 left: 0;
 background-color: rgba(250, 250, 250, 0.911);
}
.wap_InputBox{
  width:80%;
  margin:15px auto;
  position: relative;
}
.wap_InputBox .wap_InputA{
   display: block;
   width:40px;
   height:40px;
   position: absolute;
   top:0;
   right: 0;
   background:url(../image/header_fangdajing_03.png) no-repeat right center; 
}
.wap_Input .wap_InputSearch{
  font-size: .24rem;
  color:#333333;;
  display: block;
   width:100%;
   height:40px;
   border-radius: 20px;
   border:1px solid #eee;
   padding-right: 40px;
   padding-left:20px;
   background:#fff;
}
.header .header_logo {
  width: 28.7%;
  height: 100%;
  *padding-left:22px;
  /* background-size: 656px  53px;
  background: url(logo_1_03.png) no-repeat 100% center; */
}
body .header .header_logo img{
  width: 100%;
  padding-top: 24px;
}
.header .headerList {
  padding-left: 2%;
  height: 100%;
  z-index: 1000;
  width: 57%;
}
.header .headerList ul {
  height: 100%;
  z-index: 900;
}
.header .headerList ul .headerList_first {
  margin-right: 34px;
}
.header .headerList ul .heder_sel,
.header .headerList ul .noness {
  *line-height: 70px;
}
.header .headerList ul li {
  padding: 0 15px;
  float: left;
  line-height: 80px;
  border-top: 4px solid #fff;
  position: relative;
  z-index: 800;
  cursor: pointer;
  color: #6c6c6c;
}
.header .headerList ul li a {
  display: block;
  font-size: 16px;
}
.header .headerList ul li span {
  width: 10px;
  height: 7px;
  margin-top: 38px;
  margin-left: 5px;
  float: right;
  *float: "";
  *display: inline-block;
  background: url(../image/bot_icon_03.png) no-repeat 100% 100%;
}
body .header .headerList ul li span {
*margin-top:-12px;
  *background-position: 100% -100%;
}
.header .headerList ul li .nones {
  background: none;
}
.header .headerList ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  /* width: 100%; */
  overflow: hidden;
  background:#fff;
  z-index: 100;
  height: auto;
  *width: 80%;
}
.header .headerList ul li ul li {
  padding:0 15px;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  height: 49px;
   width: 100%; 
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  background: #fff;
  border-top: none;
}
#boreder_top{
  border-top: 1px solid #17609c;
  height:0 !important;
}
#border_bottom {
  border-bottom: 2px solid #17609c;
  height:0 !important;
}

.header .headerList ul li ul li a {
  color: #6c6c6c;
  word-break: keep-all;
    white-space: nowrap;
}

.header .headerList ul .active {
  border-top: 4px solid #17609c;
}
.header .headerList_wap {
  display: none;
}
.header .headerBtn {
  width: 40px;
  height: 100%;
  margin-right: 8%;
  position: relative;
}
.header .headerBtn input {
  margin-top: 30px;
  width: 145px;
  padding-left: 8px;
  height: 31px;
  line-height: 31px;
  padding-right: 25px;
  /* cursor: pointer; */
  font-size: 14px;
  color:#c7c3cd;
  border: 1px solid #bbcfea;
  border-top: 0;
  border-bottom: 0;
  /* background: url(../image/header_fangdajing_03.png) no-repeat 100% 100%; */
}
.header .headerBtn a{
  background: url(../image/header_fangdajing_03.png) no-repeat 100% 100%;
  background-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 116px;
  top: 25px;
}
.footer {
  margin-top: 54px;
  height: 120px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.footer .footer_c {
  height: 120px;
  padding-top: 18px;
  width: 1200px;
  margin: 0 auto;
}
.footer .footer_c .footer_left {
  width: 128px;
  height: 100%;
  background: url(../image/footer_icon_06.png) no-repeat;
}
.footer .footer_c .footer_moudle {
  width: 970px;
  height: 100%;
}
.footer .footer_c .footer_moudle ul {
  width: 100%;
  height: 26px;
  clear: both;
}
.footer .footer_c .footer_moudle ul li a {
  float: left;
  height: 100%;
}
.footer .footer_c .footer_moudle ul li span {
  width: 2px;
  height: 14px;
  float: left;
  margin: 0px 26px;
  vertical-align: baseline;
}
.footer .footer_c .footer_moudle ul .footer_ani a {
  display: inline-block;
}
.footer .footer_c .footer_moudle ul .footer_ani1 a {
  display: inline-block;
  padding-left: 0;
}
.footer .footer_c .footer_moudle ul .footer_ani4 a {
  border: none;
}
.footer .footer_c .footer_moudle ul .footer_ani4 span {
  width: 0px;
  height: 14px;
}
.footer .footer_c .footer_moudle p {
  height: 36px;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer_c .footer_moudle p span {
  display: inline-block;
  margin: 0 20px;
  width: 2px;
}
.footer .footer_c .footer_right {
  width: 100px;
  height: 100%;
  background: url(../image/footer_icon_03.png) no-repeat 100% -50%;
  *background: url(../image/footer_icon_03.png) no-repeat 100% 0%;
}
.footer .footer_wap {
  display: none;
}
.top_banner{
  width: 100%;
  height: 194px;
  margin: 0 auto;
}
.top_banner_con{
  font-size: 46px;
  color: white;
  line-height: 194px;
  padding-left: 74px;
  width: 1200px;
  height: 194px;
  margin: 0 auto;
}
.con{
  width: 1200px;
  /* height: 501px; */
  margin: 40px auto 15px;
  background-color: #fefefe;
  border-top: 2px solid #3675a9;
  border-bottom: 1px solid #e6e6e6;
}
.con_title{
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 34px 0px 22px;
  color: #205b9b;
  font-size: 16px;
  font-weight: bold;

}

.con_title div{
  font-size: 12px;
  color: #b8b8b8;
  font-weight:400;
  padding-left: 20px;
  background: url(../image/home_1000_2018.1.8.png) center no-repeat;
  background-position: 5px;
}
.con_title div a{
  color: #b8b8b8;
  font-size: 12px;
}
.con_title div a:hover {
  color: #235b98;
}
.con_title{
  height: 52px;
  line-height: 52px;
}
.con_title span{
  font-size: 20px;
}
.con_title div a{
  font-size: 14px;
}
.con_title div{
  font-size: 14px;
  background: url(../image/home_1200_2018.1.8.png) no-repeat 1px 18px;
}
.con_conent{
  padding-bottom:65px; 
}
#fanye{
  margin: 0 auto;
  width: 360px;
  height: 110px;
  padding-top: 41px;
}
#fanye a{
margin: 0 4px;
display: block;
width: 70px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
color: #a6a6a6;
background: url(../image/fy_big_1200_2018.1.8.png);
}
#fanye ul li{
width: 33px;
height: 25px;
line-height: 25px;
text-align: center;
color: #a6a6a6;
}
#fanye ul li a{
width: 23px;
height: 25px;
background: url(../image/fy_smal_1200_2018.1.8.png);
text-align: center;
}
#fanye ul li .cur{
background: url(../image/fy_smal1_1200_2018.1.8.png);
color: #ffffff;
}  
.gzdt table{
    width:100%;
    height:100%;
}
.gzdt table tr{
    width:100%;
    height:100%;
}
.gzdt table tr td{
    width:100%;
    height:100%;
    vertical-align:middle;
}
@media screen and (min-width: 1000px) {
.hidden_pc{
  display: none;
}
}
@media screen and (max-width: 1440px) {
  .header .headerBtn input {
    margin-top: 28px;
    width: 136px;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
    padding-right: 25px;
    /* cursor: pointer; */
    font-size: 14px;
    color:#c7c3cd;
    border: 1px solid #bbcfea;
    border-top: 0;
    border-bottom: 0;
    /* background: url(../image/header_fangdajing_03.png) no-repeat 100% 100%; */
  }
  .header .headerBtn a{
    background: url(../image/header_fangdajing_03.png) no-repeat 100% 100%;
    background-size: 25px;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 110px;
    top: 25px;
  }
  #fanye{
    margin: 0 auto;
    width: 310px;
    height: 92px;
    padding-top: 34px;
}
#fanye a{
  display: block;
  width: 59px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  background: url(../image/fy_big_1000_2018.1.8.png);
}
#fanye ul li{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 4px;
  color: #a6a6a6;
}
#fanye ul li a{
  width: 22px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: url(../image/fy_smal_1000_2018.1.8.png) no-repeat;
}
#fanye ul li .cur{
  background: url(../image/fy_smal1_1000_2018.1.8.png) no-repeat;
  color: white;
}
#fanye ul li .cur a{
  color: white;
}  
  .con_title span{
    font-size: 16px;
  }
  .con_title div{
    font-size: 12px;
    color: #b8b8b8;
    font-weight:400;
    padding-left: 20px;
    background: url(../image/home_1000_2018.1.8.png) center no-repeat;
    background-position: 5px;
  }
  .con_title div a{
    color: #b8b8b8;
    font-size: 12px;
  }
  .con_title div a:hover {
    color: #235b98;
  }
  .con{
    width: 1000px;
    /* height: 501px; */
    margin: 34px auto 15px;
    background-color: #fefefe;
    border-top: 2px solid #3675a9;
    border-bottom: 1px solid #e6e6e6;
  }
  .con_title{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 34px 0px 22px;
    color: #205b9b;
    font-size: 16px;
    font-weight: bold;
  }
  .top_banner{
    width: 100%;
    margin: 0 auto;
    height: 162px;
  }
  .top_banner_con{
    font-size: 38px;
    color: white;
    line-height: 162px;
    padding-left: 68px;
    width: 1000px;
    height: 162px;
    margin: 0 auto;
  }
  body .header {
    height: 70px;
    padding-left: 2%;
    *padding-left: 0px;
  }
  body .header .header_logo {
    width: 24.7%;
    *padding-left:3px;
    /* background-size: 547px auto;
    background: url(logo_1_05_03.png) no-repeat 100% center; */
  }
  body .header .header_logo img{
    width: 100%;
    padding-top: 24px;
    *padding-left: 10px;
  }
  body .header .headerList {
    padding-left: 2%;
    width: 61%;
  }
  body .header .headerList ul {
    /* width: 100%; */
  }
  body .header .headerList ul .heder_sel {
    *line-height: 70px;
  }
  body .header .headerList ul .headerList_first {
    margin-right: 0;
  }
  body .header .headerList ul li {
    padding: 0 1.5%;
    font-size: 14px;
    line-height: 70px;
  }
  body .header .headerList ul li a {
    font-size: 12px;
  }
  body .header .headerList ul li span {
    margin-top: 32px;
	*margin-top:-12px;
    *background-position: 100% -100%;
  }
  body .header .headerList ul li ul {
    top: 66px;
    *width: 90%;
    overflow: hidden;
    background: #fff;
  }
  body .header .headerBtn {
    width: 127px;
    margin-right: 1%;
  }
  .link_modu {
    width: 1000px;
    height: auto;
  }
  .link_modu h5 {
    height: 75px;
    padding-top: 34px;
    *padding-top: 0;
    line-height: 40px;
    *line-height: 75px;
	margin-bottom:10px;
  }
  .link_modu h5 span {
    line-height: 40px;
    *line-height: 75px;
    width: 60px;
    *width: 66px;
    font-size: 15px;
  }
  .link_modu ul {
    height:auto;
	overflow:hidden;
  }
  .link_modu ul li {
    margin-right: 37px;
    *margin-right: 32px;
    font-size: 12px;
    line-height:36px;
  }
  .link_modu ul li a {
    font-size: 12px;
  }
  .footer {
    height: 100px;
  }
  .footer .footer_c {
    height: 100px;
    padding-top: 15px;
    width: 1000px;
  }
  .footer .footer_c .footer_left {
    width: 105px;
    background-size: 50px 56px;
  }
  .footer .footer_c .footer_moudle {
    width: 808px;
  }
  .footer .footer_c .footer_moudle ul {
    height: 20px;
    clear: both;
  }
  .footer .footer_c .footer_moudle ul li a {
    font-size: 12px;
  }
  .footer .footer_c .footer_moudle p {
    clear: both;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .footer .footer_c .footer_right {
    width: 83px;
    background-size: 82px 82px;
    background: url(../image/footer_icon_05.png) no-repeat 100% 0%;
  }
}
@media screen and (max-width: 1000px) {
  .hidden_wap{
    display: none;
  }
  body .footer{
    margin-top: 0px;
  }
  body {
    background: #f5f5f5;
  }
  body .header {
    height: 1.1rem;
  }
  body .header .wap_content {
    position: absolute;
    width: 100%;
    z-index: 100000;
    top: 1.1rem;
    left: 0;
    background-color: rgba(250, 250, 250, 0.911);
  }
  body .header .headerList,
  body .header .headerBtn {
    display: none;
  }
  body .header .headerList_wap {
    display: block;
    width: 1.29rem;
    height: 100%;
    margin-left: .32rem;
  }
  body .header .headerList_wap input {
    height: 100%;
    width: .6rem;
  }
  body .header .headerList_wap .btns1 {
    background: url(../image/header_icon_03.png) no-repeat 100% 100%;
    background-size: .6rem 1rem;
  }
  body .header .headerList_wap .btns2 {
    background: url(../image/header_icon_05.png) no-repeat 100% 100%;
    background-size: 0.5rem 1rem;
  }
  body .header .header_logo {
    width: 5.02rem;
    margin: 0 .3rem 0 0;
    background: url(../image/wap_header_03.png) no-repeat 100% 100%;
    background-size: 5.02rem 1.06rem;
  }
  body .header .header_logo img {
    display: none;
  }
  body .link_modu {
    display: none;
  }

  body .top_banner{
    width: 100%;
    margin: 0 auto;
    height: 0.76rem;
    background-size: 100%
  }
  .con_conent{
    padding: 0.3rem 0.3rem;
  }
  .top_banner_con{
        font-size: .28rem;
    color: white;
    line-height: 0.76rem;
    padding-left: 0.68rem;
    width: 100%;
    height: 0.76rem;
    margin: 0 auto;
  }
  .con_title_wap div{
    font-size: 0.38rem;
    color: #b8b8b8;
    font-weight:400;
    padding-left: 20px;
    background-position: 5px;
  }
  .con_title_wap div a{
    color: #b8b8b8;
    font-size: 0.38rem;
  }
  .con_title_wap div{
    height: 0.66rem;
    line-height: 0.66rem;
  }
  .con{
    margin: 0;
    width: 100%;
  }
  .con_title{
    height: 0.96rem; 
    line-height: 0.96rem;
    border-bottom: 2px solid #e6e6e6;
  }
  .con_title span{
    font-size: 0.38rem;
  }

  body .con .con_conent{
    padding-bottom: 0.4rem; 
  }
  body .footer {
    height: 0rem;
    border: none;
  }
  body .footer .footer_c {
    display: none;
  }
  body .footer .footer_wap {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    display: block;
    border-top: 1px solid #e6e6e6;
  }
  body .footer .footer_wap p {
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
    color: #999999;
    text-align: center;
  }
}