@charset "UTF-8";

#wrapper {
  width: 85%;
  margin: 20px auto;
  height: auto;
}

#wrapper .banner_bar {
  width: 100%;
}

#wrapper .banner_bar .banner_left {
  width: 71%;
  background: #ffffff;
}

#wrapper .banner_bar .banner_left .slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#wrapper .banner_bar .banner_left .slideBox .hd {
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 5px;
  z-index: 1;
}

#wrapper .banner_bar .banner_left .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

#wrapper .banner_bar .banner_left .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
}

#wrapper .banner_bar .banner_left .slideBox .hd ul li.on {
  background: #ffffff;
}

#wrapper .banner_bar .banner_left .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

#wrapper .banner_bar .banner_left .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

#wrapper .banner_bar .banner_left .slideBox .bd img {
  width: 100%;
}

#wrapper .banner_bar .banner_left .slideBox .prev,
#wrapper .banner_bar .banner_left .slideBox .next {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}

#wrapper .banner_bar .banner_left .slideBox .next {
  left: auto;
  right: 1%;
  background-position: 8px 5px;
}

#wrapper .banner_bar .banner_left .slideBox .prev:hover,
#wrapper .banner_bar .banner_left .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#wrapper .banner_bar .banner_right {
  width: 26.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #f95260 0%, #fe8c6d 100%);
  border-image-slice: 1;
}

#wrapper .banner_bar .banner_right .banner_r_tit {
  height: 60px;
  background-image: linear-gradient(-88deg, #f95260 0%, #fe8c6d 100%), linear-gradient(#cc1712, #cc1712);
  background-blend-mode: normal, normal;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
  text-indent: 4.5%;
}

#wrapper .banner_bar .banner_right ul {
  border-left: 1px dashed #cccccc;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#wrapper .banner_bar .banner_right ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-top: 18px;
  cursor: pointer;
}


#wrapper .banner_bar .banner_right ul li i {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
  left: -4.5px;
  top: 50%;
  margin-top: -4px;
}

#wrapper .banner_bar .banner_right ul li span {
  font-size: 18px;
  color: #333333;
  margin-left: 4.5%;
  float: left;
}

#wrapper .banner_bar .banner_right ul li a {
  float: right;
  margin-right: 8.5%;
  padding: 0 20px;
  border: solid 1px #ff0000;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#wrapper .banner_bar .banner_right ul li:hover a {
  background: #ff0000;
  color: #ffffff;
  transform: translateX(4%);
  -ms-transform: translateX(4%);
  -moz-transform: translateX(4%);
  -webkit-transform: translateX(4%);
  -o-transform: translateX(4%);
}

#wrapper .banner_bar .banner_right ul li i,
#wrapper .banner_bar .banner_right ul li span,
#wrapper .banner_bar .banner_right ul li a {
  display: inline-block;
}

#wrapper .main_points {
  width: 100%;
  margin-top: 12px;
}

#wrapper .main_points .points_left {
  width: 71%;
}

#wrapper .main_points .points_left .read {
  width: 42%;
  background-color: #ffffff;
  float: left;
}

#wrapper .main_points .points_left .read .read_title {
  border-bottom: solid 1px #e5e5e5;
}

#wrapper .main_points .points_left .read .read_title span {
  font-size: 24px;
  line-height: 50px;
  margin-left: 5%;
  display: inline-block;
  border-bottom: 3px solid #1e68a2;
}

#wrapper .main_points .points_left .read div {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

#wrapper .main_points .points_left .read div a:first-child {
  width: 41.45%;
}

#wrapper .main_points .points_left .read div p {
  width: 54%;
  height: 60px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

#wrapper .main_points .points_left .read div a:nth-child(3) {
  position: absolute;
  line-height: 16px;
  font-size: 16px;
  color: #ff1130;
  bottom: 0;
  right: 0;
}

#wrapper .main_points .points_left .read div a:nth-child(3):hover {
  text-decoration: underline;
}

#wrapper .main_points .points_left .read ul {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

#wrapper .main_points .points_left .read ul li {
  margin-top: 25px;
}

#wrapper .main_points .points_left .read ul li a {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

#wrapper .main_points .points_left .read ul li a span {
  display: inline;
  color: #ff1130;
}

#wrapper .main_points .points_left .read ul li a:hover {
  color: #ff1130;
}

#wrapper .main_points .points_left .impor_news {
  width: 55.3%;
  float: right;
  background: #ffffff;
}

#wrapper .main_points .points_left .impor_news .impor_tit {
  width: 91.77%;
  margin: 0 auto;
  text-align: center;
  border: dashed 2px #ff0000;
  color: #ff0000;
  font-weight: bold;
  margin-top: 28px;
  line-height: 50px;
  font-size: 24px;
}

#wrapper .main_points .points_left .impor_news .impor_ul1 {
  padding: 0 4.115%;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

#wrapper .main_points .points_left .impor_news .impor_ul1 li {
  width: 33.3333%;
  float: left;
  text-align: center;
}

#wrapper .main_points .points_left .impor_news .impor_ul1 li a {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-top: 22px;
}

#wrapper .main_points .points_left .impor_news .impor_ul1 li a:hover {
  color: #ff1130;
  text-decoration: underline;
}

#wrapper .main_points .points_left .impor_news .impor_tit2 {
  width: 91.77%;
  margin: 0 auto;
  text-align: center;
  color: #ff0000;
  margin-top: 26px;
  line-height: 20px;
  font-size: 20px;
}

#wrapper .main_points .points_left .impor_news .impor_ul2 {
  padding: 0 4.115%;
  padding-bottom: 10px;
}

#wrapper .main_points .points_left .impor_news .impor_ul2 li {
  width: 50%;
  float: left;
  text-align: center;
}

#wrapper .main_points .points_left .impor_news .impor_ul2 li a {
  font-size: 20px;
  color: #ff1130;
  line-height: 20px;
  margin-top: 25px;
}

#wrapper .main_points .points_left .impor_news .impor_ul1:last-child {
  padding-bottom: 25px;
  border: none;
}

#wrapper .main_points .points_right {
  width: 26.5%;
  background: #ffffff;
}

#wrapper .main_points .points_right .submenu {
  width: 100%;
  background-color: #ffffff;
  margin-top: 22px;
}

#wrapper .main_points .points_right .submenu li {
  width: 33.33333%;
  text-align: center;
  float: left;
  padding-top: 12px;
}

#wrapper .main_points .points_right .submenu li i {
  color: #1e68a2;
  font-size: 32px;
  line-height: 32px;
}

#wrapper .main_points .points_right .submenu li span {
  color: #1e68a2;
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 14px;
}

#wrapper .main_points .points_right .submenu li:hover {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}

#wrapper .main_points .points_right .submenu li:hover i,
#wrapper .main_points .points_right .submenu li:hover span {
  color: #ff1231;
}

#wrapper .hot_cont {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
}

#wrapper .hot_cont .hot_cont_fl {
  width: 71%;
  padding: 10px 0 30px 1.5%;
}

#wrapper .hot_cont .hot_cont_fl .hot_pic {
  width: 100%;
  margin-top: 20px;
}

#wrapper .hot_cont .hot_cont_fl .hot_pic li {
  float: left;
  width: 32%;
}

#wrapper .hot_cont .hot_cont_fl .hot_pic li a {
  width: 100%;
}

#wrapper .hot_cont .hot_cont_fl .hot_pic li:nth-child(2) {
  margin: 0 2%;
}

#wrapper .hot_cont .hot_cont_fl .hot_pic li:last-child {
  float: right;
}

#wrapper .hot_cont .hot_cont_fl .major_tab {
  width: 100%;
  margin-top: 20px;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li {
  text-indent: 5%;
  height: 100px;
  border: 1px solid #cccccc;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span {
  float: left;
  font-size: 16px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span a {
  line-height: 16px;
  font-size: 16px;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:first-child {
  width: 18%;
  border-right: 1px solid #cccccc;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:first-child a:first-child {
  width: 100%;
  color: #333333;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:first-child a:nth-child(2) {
  width: 100%;
  margin-top: 20px;
  color: #c00011;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(2) {
  width: 28%;
  position: relative;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(2) a:first-child {
  width: 100%;
  color: #c00011;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(2) a:nth-child(2) {
  color: #333333;
  width: 200%;
  display: inline;
  position: absolute;
  top: 60px;
  left: 0;
  text-indent: 2.5%;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3) a:first-child {
  color: #333333;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3) a:nth-child(2) {
  margin-top: 20px;
  color: #ff1130;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(4),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(5),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(6),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) {
  text-indent: 0;
  text-align: center;
  padding-top: 24px;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(4),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(5),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(6),
#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) {
  line-height: 16px;
  width: 10.8%;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(4) {
  cursor: pointer;
  position: relative;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(4) div {
  display: none;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(4) div p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  padding: 0 8px;
  background-color: #eeeeee;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(6) {
  font-size: 18px;
  color: #cc1712;
  line-height: 18px;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) input {
  display: none;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) input+label {
  background-color: white;
  border-radius: 0px;
  border: 1px solid #d3d3d3;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 20%;
  float: left;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) input:checked+label:after {
  content: '\2714';
  color: white;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) input:checked+label {
  background-color: #eee;
  background: #2783fb;
  border-color: #2783fb;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) i {
  width: 40%;
  line-height: 22px;
  display: block;
  float: left;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) a {
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #cc1712;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li a:hover {
  color: #ff1130 !important;
  text-decoration: underline;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) {
  height: 50px;
  border: 1px solid #cccccc;
  background-color: #e5e5e5;
  color: #333333;
  line-height: 50px;
  border-bottom: none;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span {
  padding: 0;
  line-height: 50px;
  color: #333333;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:first-child,
#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(2),
#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(3) {
  border-right: none;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(4) {
  cursor: inherit;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(4),
#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(5),
#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(6),
#wrapper .hot_cont .hot_cont_fl .major_tab li:nth-child(1) span:nth-child(7) {
  text-align: center;
  text-indent: 0;
}

#wrapper .hot_cont .hot_cont_fl .major_tab li:last-child {
  border-bottom: 1px solid #cccccc;
}

#wrapper .hot_cont .contrast {
  width: 85%;
  height: 120px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  bottom: 0;
  z-index: 1;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1e68a2;
}

#wrapper .hot_cont .contrast .contrast_tit {
  width: 8%;
  height: 100%;
  background: #1e68a2;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  padding-top: 25px;
}

#wrapper .hot_cont .contrast .closeBox {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#wrapper .hot_cont .contrast .closeBox img {
  width: 100%;
}

#wrapper .hot_cont .contrast ul {
  width: 82%;
  height: 100%;
}

#wrapper .hot_cont .contrast ul li {
  float: left;
  width: 25%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
}

#wrapper .hot_cont .contrast ul li i {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #c3c3c3;
  background: #eeeeee;
  font-size: 30px;
  margin-top: 35px;
  margin-left: 12%;
}

#wrapper .hot_cont .contrast ul li span {
  font-size: 26px;
  line-height: 50px;
  margin-top: 35px;
  text-indent: 15px;
}

#wrapper .hot_cont .contrast ul li .closeBox {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
}

#wrapper .hot_cont .contrast ul li:hover {
  border: 1px solid #dd3635;
  color: #ff1130;
}

#wrapper .hot_cont .contrast ul li:hover .closeBox {
  color: #ff1130;
}

#wrapper .hot_cont .contrast .contrast_clear {
  width: 10%;
  height: 100%;
}

#wrapper .hot_cont .contrast .contrast_clear a:first-child {
  width: 100px;
  height: 36px;
  background-color: #fc9e28;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 26px;
}

#wrapper .hot_cont .contrast .contrast_clear a:nth-child(2) {
  color: #dd3635;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 16px;
}

#wrapper .hot_cont .hot_cont_fr {
  width: 26.5%;
}

#wrapper .hot_cont .hot_cont_fr .tool_box {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding-top: 20px;
}

#wrapper .hot_cont .hot_cont_fr .tool_box .cont_tit {
  margin-top: 0;
}

#wrapper .hot_cont .hot_cont_fr .tool_box ul {
  width: 92%;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 20px;
}

#wrapper .hot_cont .hot_cont_fr .tool_box ul li {
  float: left;
  width: 30.4%;
  margin-top: 10px;
}

#wrapper .hot_cont .hot_cont_fr .tool_box ul li a {
  width: 100%;
  height: 54px;
  background-color: rgba(30, 104, 162, 0.1);
  text-align: center;
  line-height: 54px;
  color: #1e68a2;
  font-size: 20px;
}

#wrapper .hot_cont .hot_cont_fr .tool_box ul li:nth-child(2),
#wrapper .hot_cont .hot_cont_fr .tool_box ul li:nth-child(5),
#wrapper .hot_cont .hot_cont_fr .tool_box ul li:nth-child(8) {
  margin: 0 4.4%;
  margin-top: 10px;
}

#wrapper .hot_cont .hot_cont_fr .tool_msg {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#wrapper .hot_cont .hot_cont_fr .tool_msg .cont_tit {
  margin-top: 10px;
  margin-bottom: 10px;
}

#wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
  width: 92%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 45px;
  color: #333333;
}

#wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt span {
  display: inline;
  font-size: 18px;
  color: #ff0000;
}

#wrapper .hot_cont .hot_cont_fr .tool_img {
  width: 100%;
  margin-top: 26px;
}

#wrapper .on_job_box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
  padding-bottom: 20px;
}

#wrapper .on_job_box .on_job_left {
  width: 63%;
  margin-left: 1.5%;
  padding-top: 10px;
}

#wrapper .on_job_box .on_job_left .cont_tit {
  margin-left: 0;
}

#wrapper .on_job_box .on_job_left ul {
  width: 40%;
  padding-bottom: 10px;
}

#wrapper .on_job_box .on_job_left ul li {
  width: 100%;
  line-height: 18px;
  margin-top: 28px;
}

#wrapper .on_job_box .on_job_left ul li span {
  color: #cc1712;
}

#wrapper .on_job_box .on_job_left ul li a {
  color: #333333;
}

#wrapper .on_job_box .on_job_left ul li img {
  display: inline-block;
  float: left;
  margin-right: 2%;
}

#wrapper .on_job_box .on_job_left ul li a,
#wrapper .on_job_box .on_job_left ul li span {
  display: inline;
  font-size: 16px;
}

#wrapper .on_job_box .on_job_left ul li a:hover {
  color: #cc1712;
  text-decoration: underline;
}

#wrapper .on_job_box .on_job_right {
  width: 29.5%;
  margin-right: 1.5%;
}

#wrapper .on_job_box .on_job_right .slideTxtBox {
  width: 100%;
}

#wrapper .on_job_box .on_job_right .cont_tit {
  margin-left: 0;
  font-size: 30px;
  line-height: 30px;
  color: #1e68a2;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .hd ul {
  width: 40%;
  float: right;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .hd ul li {
  font-size: 16px;
  color: #999999;
  float: right;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 5px;
  cursor: pointer;
  margin-left: 5%;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .hd ul li.on {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .bd ul {
  width: 100%;
  zoom: 1;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .bd li {
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
  margin-top: 10px;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .bd li a {
  margin-top: 20px;
  width: 100%;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .bd li span {
  display: inline;
  font-size: 18px;
  color: #ff0000;
}

#wrapper .on_job_box .on_job_right .slideTxtBox .bd li img {
  width: 100%;
  margin: 0 auto;
}

#wrapper .summary_bottom {
  width: 100%;
  margin-top: 20px;
}

#wrapper .summary_bottom .sidebar_a {
  width: 71%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}

#wrapper .summary_bottom .sidebar_a .paper_list {
  width: 97%;
  margin: 0 auto;
}

#wrapper .summary_bottom .sidebar_a .paper_list li {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

#wrapper .summary_bottom .sidebar_a .paper_list li .paper_img {
  width: 27.3%;
}

#wrapper .summary_bottom .sidebar_a .paper_list li div {
  width: 71.5%;
  position: relative;
}

#wrapper .summary_bottom .sidebar_a .paper_list li div span {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

#wrapper .summary_bottom .sidebar_a .paper_list li div a {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

#wrapper .summary_bottom .sidebar_a .paper_list li div a:hover {
  color: #cc1712;
  text-decoration: underline;
}

#wrapper .summary_bottom .sidebar_a .paper_list li div p {
  height: 60px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 30px;
}

#wrapper .summary_bottom .sidebar_a .paper_list li .no_img {
  width: 100%;
}

#wrapper .summary_bottom .sidebar_a .paper_list li:last-child {
  border: none;
}

#wrapper .summary_bottom .sidebar_b {
  width: 26.5%;
}

#wrapper .summary_bottom .sidebar_b .cont_tit {
  margin-top: 0;
  margin-left: 0;
}

#wrapper .summary_bottom .sidebar_b form {
  padding: 20px 4.5%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}

#wrapper .summary_bottom .sidebar_b form p {
  margin-top: 15px;
}

#wrapper .summary_bottom .sidebar_b form p span,
#wrapper .summary_bottom .sidebar_b form p input {
  float: left;
}

#wrapper .summary_bottom .sidebar_b form p span {
  width: 20%;
  font-size: 18px;
  color: #999999;
  line-height: 40px;
}

#wrapper .summary_bottom .sidebar_b form p input {
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  text-indent: 15px;
  font-size: 18px;
}

#wrapper .summary_bottom .sidebar_b form p textarea {
  width: 80%;
  height: 130px;
  font-size: 18px;
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15px;
  line-height: 30px;
}

#wrapper .summary_bottom .sidebar_b form .tj {
  width: 100%;
  height: 54px;
  background-color: #cc1712;
  font-size: 24px;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 20px;
}

#wrapper .summary_bottom .sidebar_b .er_code {
  width: 90.8%;
  padding: 4.6%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  margin-top: 20px;
}

#wrapper .summary_bottom .sidebar_b .er_code li {
  width: 50%;
  float: left;
}

#wrapper .summary_bottom .sidebar_b .er_code li i {
  width: 77.1%;
  margin: 0 auto;
  display: block;
}

#wrapper .summary_bottom .sidebar_b .er_code li img {
  width: 100%;
}

#wrapper .summary_bottom .sidebar_b .er_code li p {
  font-size: 18px;
  color: #c00011;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}

#wrapper .summary_bottom .sidebar_b .er_code li a {
  width: 95%;
  height: 54px;
  background: rgba(192, 0, 17, 0.1);
  font-size: 24px;
  color: #c00011;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

#wrapper .summary_bottom .sidebar_b .er_code li a:hover {
  background-color: #c00011;
  color: #ffffff;
}

.cont_tit {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 4.39%;
}

.our_title {
  font-size: 30px;
  line-height: 30px;
  color: #1e68a2;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
  margin-top: 20px;
}

.our_title span {
  float: left;
}

.our_title a {
  float: right;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
}

.our_title a:hover {
  color: #ff1130;
  text-decoration: underline;
}

/*响应式代码*/
@media screen and (max-width: 2560px) {
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    font-size: 18px;
    line-height: 47px;
  }
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt span {
    font-size: 20px;
  }

}

@media screen and (max-width: 1920px) {
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 40px;
  }

}

@media screen and (max-width: 1857px) {
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 43px;
    font-size: 16px;
  }#wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt span {
    font-size: 18px;
  }

}
@media screen and (max-width: 1800px) {
  #wrapper .banner_bar .banner_right ul li {
    margin-top: 10px;
  }

  #wrapper .main_points .points_left .impor_news .impor_tit {
    margin-top: 15px;
  }

  #wrapper .main_points .points_right .cont_tit {
    margin-top: 18px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 39px;
  }

  #wrapper .on_job_box .on_job_left ul li {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1700px) {
  #wrapper .banner_bar .banner_right ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #wrapper .banner_bar .banner_right .banner_r_tit {
    height: 46px;
    line-height: 46px;
  }

  #wrapper .main_points .points_left .impor_news .impor_ul1:last-child {
    padding-bottom: 20px;
  }

  #wrapper .main_points .points_right .submenu {
    margin-top: 18px;
  }

  #wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3) a:first-child {
    font-size: 15px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_box ul li a {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1600px) {
  #wrapper .summary_bottom .sidebar_a .paper_list li div p {
    margin-top: 12px;
  }

  #wrapper .main_points .points_left .impor_news .impor_tit {
    font-size: 22px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 36px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_img {
    margin-top: 12px;
  }

  #wrapper .hot_cont .contrast {
    width: 90%;
  }
}

@media screen and (max-width: 1561px) {
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 32px;
  }

  #wrapper .banner_bar .banner_right ul li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439px) {
  #wrapper .banner_bar .banner_right ul li a {
    margin-right: 5.5%;
    padding: 0 12px;
    font-size: 15px;
    line-height: 26px;
  }

  #wrapper .banner_bar .banner_right ul li {
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
  }

  #wrapper .banner_bar .banner_right ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1366px) {
  #wrapper .summary_bottom .sidebar_b form p span {
    width: 21%;
    font-size: 14px;
    line-height: 30px;
  }

  #wrapper .summary_bottom .sidebar_b form p input {
    width: 79%;
    height: 30px;
    font-size: 14px;
  }

  #wrapper .summary_bottom .sidebar_b form p textarea {
    width: 79%;
    font-size: 14px;
  }

  #wrapper .summary_bottom .sidebar_b form .tj {
    font-size: 20px;
  }

  #wrapper .main_points .points_left .read div p {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  #wrapper .main_points .points_left .impor_news .impor_ul1 li a {
    font-size: 16px;
    line-height: 18px;
    margin-top: 18px;
  }

  #wrapper .main_points .points_left .read div a:nth-child(3) {
    line-height: 14px;
    font-size: 14px;
  }

  #wrapper .main_points .points_left .read .read_title span {
    font-size: 22px;
    line-height: 46px;
  }

  #wrapper .main_points .points_left .read ul li a {
    font-size: 16px;
  }

  #wrapper .main_points .points_left .impor_news .impor_tit {
    line-height: 42px;
    font-size: 20px;
  }

  #wrapper .main_points .points_left .impor_news .impor_ul2 li a {
    font-size: 18px;
    line-height: 18px;
  }

  .cont_tit {
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
  }

  #wrapper .main_points .points_right .submenu li i {
    color: #1e68a2;
    font-size: 28px;
    line-height: 28px;
  }

  #wrapper .main_points .points_right .submenu li span {
    color: #1e68a2;
    font-size: 16px;
    line-height: 16px;
  }

  #wrapper .main_points .points_right .submenu {
    margin-top: 16px;
  }

  .our_title {
    font-size: 26px;
    line-height: 26px;
    color: #1e68a2;
    margin-top: 15px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_msg {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_box ul li a {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    line-height: 30px;
  }

  #wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) input+label {
    margin-left: 10%;
  }

  #wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) a {
    font-size: 16px;
  }

  #wrapper .on_job_box .on_job_right .slideTxtBox .bd li {
    line-height: 32px;
  }
}

@media screen and (max-width: 1280px) {
  #wrapper {
    width: 98%;
  }

  #wrapper .hot_cont .contrast {
    width: 98%;
  }

  #wrapper .hot_cont .contrast ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    margin-left: 8%;
  }

  #wrapper .hot_cont .contrast ul li span {
    font-size: 20px;
  }

  #wrapper .hot_cont .contrast .contrast_clear a:first-child {
    width: 80px;
    height: 30px;
    background-color: #fc9e28;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 29px;
  }

  #wrapper .summary_bottom .sidebar_b .er_code li a {
    width: 90%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-top: 15px;
  }

  #wrapper .summary_bottom .sidebar_b .er_code li p {
    margin-top: 14px;
  }

  #wrapper .summary_bottom .sidebar_a .paper_list li div p {
    height: 60px;
    font-size: 16px;
    line-height: 28px;
  }

  #wrapper .summary_bottom .sidebar_a .paper_list li div a {
    font-size: 20px;
    line-height: 20px;
  }

  #wrapper .summary_bottom .sidebar_a .paper_list li div span {
    display: none;
  }
}

@media screen and (max-width: 1110px) {

  #wrapper .hot_cont .hot_cont_fl .major_tab li span,
  #wrapper .hot_cont .hot_cont_fl .major_tab li span a,
  #wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(3) a:first-child,
  #wrapper .banner_bar .banner_right ul li span {
    font-size: 14px;
  }

  #wrapper .hot_cont .hot_cont_fl .major_tab li span:nth-child(7) a,
  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt {
    font-size: 15px;
  }

  #wrapper .hot_cont .hot_cont_fr .tool_msg .tool_txt span {
    font-size: 16px;
  }

  #wrapper .banner_bar .banner_right ul li a {
    margin-right: 5.5%;
    padding: 0 6px;
    font-size: 14px;
    line-height: 20px;
  }

  #wrapper .main_points .points_left .impor_news .impor_tit {
    line-height: 42px;
    font-size: 18px;
  }

  #wrapper .banner_bar .banner_right ul li {
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
  }

  #wrapper .main_points .points_left .read div p {
    height: 44px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}