@charset "utf-8";
*{margin:0; padding:0; list-style:none; text-decoration:none;box-sizing: border-box}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
i,em{font-style:normal;}
input, select{vertical-align:middle; font-family:"宋体";}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none; }
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666 !important;}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.dpn{display: none}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{zoom:1; _height:1px;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.red{color:#FF0000;}
body {
  width: 100%;
  margin: 0 auto;
  font-family: "microsoft yahei";
  position: relative;
}
/************************/
.banner {
  width: 100%;
  height: 700px;
  background: url("../images/banner.png") top center;
}
.banner .bannertext {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.banner .bannertext a {
  float: right;
  margin: 35px 20px;
  font-size: 36px;
  color: #ffffff;
}
/***********************/
.container {
  width: 1000px;
  margin: 0 auto;
}
.container .title {
  width: 1000px;
  height: 160px;
  padding: 40px 0;
  font-size: 26px;
  line-height: 2;
}
.container .title .line1 {
  padding-left: 2em;
}
.container .title span {
  padding: 10px 0;
  border-bottom: 1px dashed #B6B2AC;
}
/***********************/
.title_blue {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background: #ff9966;
}
.title_blue .title_text {
  height: 60px;
  margin-left: 30px;
  line-height: 1.8;
  padding-left: 10px;
  color: #ffffff;
  background: #00A1E9;
  border-left: 10px solid #ffffff;
}
.title_blue .title_text span {
  margin-left: 15px;
  font-size: 28px;
}
/***********************/
.btn {
  display: block;
  width: 100px;
  height: 40px;
  color: #B6B2AC;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin: 30px auto;
  border: 1px solid #B6B2AC;
}
.btn:hover {
  background: #eee!important;
}
/***********************/
.mulu {
  width: 100%;
  height: auto;
}
.mulu .mulu_table {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #D4D1CC;
}
.mulu .mulu_table .mulu_item {
  width: 100%;
  height: 50px;
  font-size: 22px;
  line-height: 2.2;
}
.mulu .mulu_table .mulu_item .pc_img {
  float: left;
  margin: 7px 10px;
}
.mulu .mulu_table .mulu_item .m_img {
  display: none!important;
}
.mulu .mulu_table .mulu_item span {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
}
.mulu .mulu_table .mulu_item:hover {
  background: #eee;
}
.mulu .mulu_table .mulu_item + .mulu_item {
  border-top: 1px solid #D4D1CC;
}
.details {
  height: auto;
}
.details .details_center {
  width: 100%;
  height: auto;
  margin: 30px 0;
  border: 1px solid #cccccc;
  border-radius: 10px;
  position: relative;
}
.details .details_center .zhejiao {
  width: 35px;
  height: 40px;
  background: url("../images/zhejiao.jpg") no-repeat;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.details .details_center .details_text {
  padding: 20px 25px;
  width: 100%;
  height: auto;
  line-height: 0;
}
.details .details_center .details_text li {
  width: 100%;
  float: left;
  text-indent: 2em;
  line-height: 1.7;
  font-size: 22px;
}
.details .details_bottom {
  width: 100%;
  height: 50px;
  color: #008AC0;
  background: #E6F8FF;
  border: 1px dashed #00A1E9;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}
.details .details_bottom a {
  color: #008AC0;
  margin-right: 50px;
}
.details .details_bottom a:hover {
  text-decoration: underline;
}
/***********************/
.tool_box {
  width: 100%;
}
.tool_box .tool_con {
  width: 100%;
  height: 240px;
  margin: 30px 0;
  padding: 20px 0;
  background: #E6F8FF;
  display: flex;
}
.tool_box .tool_con .tool_item {
  display: block;
  width: 250px;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #D6DAD7;
}
.tool_box .tool_con .tool_item .pc_img {
  display: inline-block;
}
.tool_box .tool_con .tool_item .m_img {
  display: none;
}
.tool_box .tool_con .tool_item span {
  display: block;
  margin-top: 10px;
  font-size: 22px;
}
.tool_box .tool_con .tool_item:hover {
  color: #00A1E9  ;
}
.tool_box .tool_con .tool_item:nth-child(1) {
  border-left: none;
}
/***********************/
.scroll_nav {
  width: 160px;
  height: 485px;
  position: fixed;
  z-index: 999;
  top: 7.3%;
  left: 88%;
  padding-top: 10px;
  background: #ffffff;
  border-bottom: 2px solid #00A1E9;
  text-align: center;
  overflow: hidden;
}
.scroll_nav .nav_img {
  width: 160px;
  height: 50px;
  background: url("../images/scroll_nav.png") no-repeat top center;
}
.scroll_nav .nav_down {
  width: 160px;
  height: 40px;
  margin-top: 5px;
  background: url("../images/nav_down.png") no-repeat top center;
  background-size: 25% 50%;
}
.scroll_nav .nav_top {
  width: 160px;
  height: 40px;
  margin-top: 5px;
  background: url("../images/nav_top.png") no-repeat top center;
  background-size: 25% 50%;
}
.scroll_nav .nav_con {
  width: 180px;
  height: 392px;
  border-top: 2px solid #00A1E9;
  overflow: auto;
}
.scroll_nav .nav_con .nav_item {
  display: block;
  padding: 5px 0;
  height: 55px;
  font-size: 16px;
  transition: 50ms;
}
.scroll_nav .nav_con .nav_item .nav_i_top i {
  display: inline-block;
  width: 35px;
  height: 6px;
  border-top: 1px solid #333;
}
.scroll_nav .nav_con .nav_item .nav_i_top span {
  display: inline-block;
  width: 45px;
}
.scroll_nav .nav_con .nav_item + .nav_item {
  border-top: 1px solid #F0EFED;
}
.scroll_nav .nav_con .nav_active {
  background: #00A1E9;
  color: #ffffff;
}
.scroll_nav .nav_con .nav_active i {
  border-top: 1px solid #fff!important;
}
/***********************/
.footer {
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}
.footer .foot_con {
  margin: 0 auto;
  width: 1000px;
  height: 70px;
  display: flex;
  border: 1px solid #DCD9D4;
}
.footer .foot_con .foot_item {
  width: 333px;
  height: 70px;
  padding: 10px 50px;
  text-align: center;
  font-size: 20px;
  color: #686662;
  line-height: 2.5;
}
.footer .foot_con .foot_item .pc_img {
  display: inline-block;
}
.footer .foot_con .foot_item .m_img {
  display: none;
}
.footer .foot_con .foot_item img {
  float: left;
}
.footer .foot_con .foot_item:hover {
  text-decoration: underline;
}
#footer {
  width: 100%;
  height: 130px;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 0 0 ;
  background: #00A1E9;
  color: #fff;
  line-height: 2;
}
#footer a {
  color: #fff;
}
