﻿.tr {
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.ov {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*客服*/
.kf {
  transition: .8s;
  -o-transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 62px;
  border-radius: 5px;
}
.kf span {
  z-index: 1000001;
  transition: .5s;
  cursor: pointer;
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #e3e3e3;
}
.kf .zx {
  border-radius: 5px 5px 0 0;
  background: url("../images/kefu_03.png") no-repeat center #fff;
}
.kf .zx:hover {
  background: url("../images/kefu1_03.png") no-repeat center #00a4ff;
}
.kf .freetel {
  background: url("../images/kefu1_07.png") no-repeat center #fff;
}
.kf .freetel:hover {
  background: url("../images/kefu_07.png") no-repeat center #00a4ff;
}
.kf .zxlya {
  background: url("../images/kefu_14.png") no-repeat center #fff;
}
.kf .zxlya:hover {
  background: url("../images/kefu1_14.png") no-repeat center #00a4ff;
}
.kf .back_top {
  border-radius: 0 0 5px 5px ;
  border: none;
  background: url("../images/kefu_18.png") no-repeat center #fff;
}
.kf .back_top:hover {
  background: url("../images/kefu1_18.png") no-repeat center #00a4ff;
}
.kf span div {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 75px;
  padding: 20px;
  font-size: 14px;
  color: #00a4ff;
}
.kf span div input {
  text-indent: .5em;
  display: block;
  margin: 15px 0;
  line-height: 28px;
  color: #696969;
  font-size: 12px;
  width: 140px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  height: 28px;
}
.kf span div a {
  transition: .5s;
  -webkit-transition: .5s;
  display: block;
  background: #00a4ff;
  border-radius: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 26px;
}
.kf span div a:hover {
  background: #b10413;
}
.kf span div img {
  position: absolute;
  top: 27px;
  right: -9px;
}
.kf span div i {
  display: block;
  position: absolute;
  width: 15px;
  height: 200px;
  right: -15px;
  top: 0;
}
.kf .zx div,
.kf .freetel div,
.kf .zxlya div,
.kf span:nth-child(4) div {
  text-align: center;
  min-width: 100px;
  font-size: 14px;
  color: #666;
}
.kf span:nth-child(4) div {
  white-space: nowrap;
}
.kf a {
  display: block;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.kf span div,
.kf {
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.nav_center div,
.index_nav_center div,
.shou,
.zhan {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.shou {
  z-index: 1000000;
  cursor: pointer;
  width: 30px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 0 0 5px;
  right: 62px;
  background: url("../images/kefq.png") no-repeat center #fff;
  position: absolute;
}
.shou.on {
  background-image: url("../images/kefq1.png");
}
.header_bg1 {
  background: #efeef4;
}
.header_top {
  width: 1200px;
  margin: 0 auto;
}
.welc {
  line-height: 40px;
  color: #8d8d8d;
  float: left;
}
.h_topa a {
  line-height: 40px;
  color: #999;
  padding: 0 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.h_topa a:first-child:before {
  display: none;
}
.h_topa a:last-child {
  padding-right: 0;
}
.h_topa a:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  height: 12px;
  left: -1px;
  top: 50%;
  margin-top: -6px;
}
.h_topa {
  float: right;
  position:relative;
  

}
.er_top{position:absolute;padding:20px;background:#fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.3);left:56px;top:52px;
  display:none;line-height: 28px;color:#666;text-align:center;}
.er_top img{display:block;width:101px;height:101px;}
.ani_on{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block;
  animation:zoomIn 1s 1;
-webkit-animation:zoomIn 1s 1; }
@-webkit-keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
}
@keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
}


.mail_top{display:block;float: left;color:#fff;line-height: 26px;margin-right:20px;font-size:13px;color:#fff;padding-left:33px;
    background:url(../images/metop.png) no-repeat left center;}
.inp_jgw{height:30px;line-height: 36px;color:#666;padding:0 10px;}
.input_div2 label{color:#666;line-height: 36px;min-width:145px;text-align:right;display:block;padding-right:20px;float: left;}
.input_div2 input{width:267px;box-sizing:border-box;border:solid #dcdcdc 1px;height:36px;line-height: 36px;color:#999;font-size:13px;}
.input_div2{overflow: hidden;margin-bottom:15px;}
.form_jgw{padding-top:40px;width:700px;margin:0 auto;padding-bottom:40px;}
.need_icon{color:red;padding-left:20px;}
.input_div2 textarea{width:460px;height:155px;border:solid #dcdcdc 1px;padding:10px;box-sizing:border-box;color:#666;line-height: 26px;}
.sub_cen input,.sub_cen button{width:100px;height:36px;line-height: 36px;text-align:center;color:#fff;border: none;cursor:pointer;transition:.5s;}
.sub_cen input{background:#00a4ff;border-radius:15px;}
.sub_cen button{background:#17a7df;}
.sub_cen{    text-align: left;
    padding-left: 165px;}
.sub_cen input:hover,.sub_cen button:hover{text-decoration:underline;}
.ly label{line-height: 150px;}


.er_top:before{     
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    margin-left:-12px;
    z-index: 8;top: -20px;
    transition: .5s;}
.h_topa a:hover {
  color: #00a4ff;
}
.header_bg2 {
  background: #fff;
}
.header_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
}
.logo {
  float: left;
  display: block;
  width: 79px;
  height: 79px;
}
.logo img{ width:100%; height:100%}
.logofont {
  float: left;
  font-size: 14px;
  color: #3598db;
  margin-top: 4px;
  margin-left: 17px;
  font-weight: bold;
}
.logo_t {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color:#3598db
}
.hotLine {
  font-size: 15px;
  line-height: 25px;
  color: #999;
}
.header_r {
  float: right;
  padding-left: 57px;
  margin-top: 5px;
  background: url(../images/tel.png) no-repeat left center;
}
.tel {
  font-family: Arial;
  font-size: 14px;
  color: #3598db;
}
.ser {
  width: 267px;
  line-height: 28px;
  border: solid #00a4ff 1px;
  overflow: hidden;
}
.ser input[type="text"] {
  width: 182px;
  padding: 10px 10px;
  border: none;
  background: none;
  display: block;
  float: left;
  font-size: 13px;
  color: #999;
}
.ser input[type="button"] {
  width: 44px;
  border: none;
  padding: 10px 0;
  height: 39px;
  cursor: pointer;
  display: block;
  background: url(../images/zoom.png) no-repeat center #00a4ff;
  float: right;
}
.hr_input {
  float: right;
  margin-left: 20px;
}
.hr_input a {
  font-size: 12px;
  color: #888888;
  margin-right: 21px;
  line-height: 34px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.hr_input a:last-child {
  margin-right: 0;
}
.hr_input a:hover {
  color: #00a4ff;
}
.nav_bg {
  background: #26365a;
}
.nav {
  width: 1200px;
  margin: 0 auto;
}
.nav > li > a {
  line-height: 44px;
  color: #fff;
  padding: 1px 23px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nav > li {
  float: left;
  margin-right: 13px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  height: 45px;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li:last-child a {
  padding: 1px 12px;
}
.nav > li > a:hover,
.nav > .on {
  background: #3598db;
}
.slides1 a {
  display: block;
}
.slides1 img {
  display: block;
  width: 100%;
}
.banner_index {
  position: relative;
}
.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
  display: block;
  width: 55px;
  height: 55px;
  border: solid #fff 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transition: .5s;
  font-size: 0;
}
.banner_index .flex-direction-nav .flex-prev {
  left: 100px;
  background: url(../images/indexlh.png) no-repeat center;
}
.banner_index .flex-direction-nav .flex-next {
  right: 100px;
  background: url(../images/indexr.png) no-repeat center;
}
.banner_index .flex-direction-nav .flex-next:hover {
  background-color: #00a4ff;
  border-color: #00a4ff;
}
.banner_index .flex-direction-nav .flex-prev:hover {
  background-color: #00a4ff;
  border-color: #00a4ff;
}
.contbg1 {
  background: #f0f8fb;
  padding: 60px 0;
}
.cont1_inner {
  width: 1200px;
  margin: 0 auto;
}
.cont_link1 {
  display: block;
  background: url(../images/bg1.png) no-repeat 22px center #10b989;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  padding: 6px 22px 6px 61px ;
  position: relative;
}
.cont1 {
  width: 590px;
  background: #fff;
  padding-bottom: 42px;
  float: left;
  border: solid #e5e5e5 1px;
}
.a_imgl {
  width: 173px;
  height: 103px;
  overflow: hidden;
  float: left;
}
.a_imgl img {
  display: block;
  width: 173px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.con_det1 {
  display: block;
  overflow: hidden;
  padding: 20px 22px 0 22px;
  margin-bottom: 6px;
}
.a_rtit {
  line-height: 24px;
  color: #555555;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.a_rp {
  font-size: 12px;
  line-height: 23px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 8px;
}
.a_font_r {
  float: left;
  width: 343px;
  padding-left: 20px;
}
.a_time {
  font-size: 12px;
  line-height: 23px;
  color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.a_rtit2 {
  line-height: 24px;
  color: #555555;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  float: left;
}
.a_link {
  display: block;
  overflow: hidden;
  padding: 7px 0;
  margin: 0 22px;
  border-bottom: dashed 1px #d9d9d9;
}
.a_time2 {
  font-size: 12px;
  line-height: 23px;
  color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  float: right;
  line-height: 24px;
}
.con_det1:hover .a_rtit,
.a_link:hover .a_rtit2,
.a_link:hover .a_time2 {
  text-decoration: underline;
  color: #00a4ff;
}
.cont1_inner .cont1:last-child {
  float: right;
}
.cont1_inner .cont1:last-child .cont_link1 {
  background: url(../images/gg.png) no-repeat 22px center #345e9e;
}
.con_det1:hover img {
  transform: scale(1.1);
}
.contbg2 {
  background: #fff;
}
.cont2_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 60px 0;
}
.cont_tit1 {
  font-size: 24px;
  line-height: 51px;
  color: #333;
}
.tit_line {
  width: 45px;
  height: 2px;
  background: #3598db;
  margin: 5px auto 15px auto;
}
.rending {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  width: 800px;
  margin: 0 auto;
  display: none;
}
.rend_box .on1 {
  display: block;
}
.rending a {
  padding-right: 25px;
  cursor:pointer;
}
.rending span:last-child {
  padding-right: 0px;
}
.fw_tit1 {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fw_list li:hover .fw_tit1,
.fw_list .on1 .fw_tit1 {
  color: #00a4ff;
}
.fw_en {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  font-family: Arial;
}
.fw_list li img {
  width: 130px;
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fw_list li:hover img {
  transform: translateY(-10px);
}
.fw_list li {
  display: inline-block;
  min-width: 187px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fw_list {
  text-align: center;
  margin-top: 64px;
}
.contbg3 {
  background: #373a43;
}
.cont3_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.cont3_inner .cont_tit1 {
  color: #fff;
}
.det_p1 {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont3_tit1 {
  font-size: 18px;
  line-height: 51px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont3_p {
  font-size: 13px;
  line-height: 27px;
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ljsq {
  display: block;
  text-align: center;
  font-size: 13px;
  border: solid #dcdcdc 1px;
  border-radius: 5px;
  line-height: 38px;
  color: #888888;
  width: 139px;
  margin-top: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.contl {
  width: 535px;
  float: left;
  overflow: hidden;
}
.contl img {
  width: 535px;
  height:300px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.contl:hover img {
  transform: scale(1.06);
}
.cont3_r {
  float: right;
  width: 575px;
  padding: 55px 30px 30px 60px;
  background: #f0f8fb;
  height: 215px;
  text-align: left;
}
.con_b {
  overflow: hidden;
  margin-top: 35px;
  display: none;
}
.ljsq:hover {
  background: #00a4ff;
  color: #fff;
  border-color: #00a4ff;
}
.gxrd_list {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.gxrd_list li {
  color: #fff;
  line-height: 51px;
  cursor: pointer;
  text-align: center;
  padding: 5px 2%;
  width: 21%;
  background: #345e9e;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd_list li:hover,
.gxrd_list .on {
  background: #3598db;
}
.con3_box .on {
  display: block;
}
.bg31,
.contbg4 {
  background: #f0f8fb;
}
.cont4_inner {
  width: 1200px;
  margin: 0 auto;
}
.yuan1 {
  width: 67px;
  height: 67px;
  border: solid #345e9e 1px;
  border-radius: 50%;
  float: left;
}
.cont4_inner li {
  overflow: hidden;
  width: 70%;
  float: left;
  margin-bottom: 60px;
}
.cont4_inner li:hover .yuan1 {
  background-color: #345e9e;
}
.cont4_inner li:nth-of-type(2n) {
  float: right;
  width: 29%;
}
.cont4_inner {
  padding-top: 143px;
  padding-bottom: 70px;
  overflow: hidden;
  background: url(../images/bg5_03.png) no-repeat center;
}
.cont4_tit1 {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  margin-bottom: 5px;
}
.cont_inr {
  width: 254px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(40, 40, 40, 0.4);
  padding-left: 15px;
  float: left;
}
.contbg5 {
  background: url(../images/bg5.jpg) no-repeat center;
}
.cont5_inner {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
  height: 562px;
  box-sizing: border-box;
}
.cont5_tit {
  font-size: 24px;
  line-height: 51px;
  color: #fff;
}
.cont5_p1 {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.cont5_inner .tit_line {
  margin: 5px 0 15px 0;
}
.cont5_list li {
  font-size: 15px;
  line-height: 40px;
  color: #fefeff;
  border-bottom: dashed #758db5 1px;
}
.cont5_list {
  margin-top: 33px;
  width: 490px;
  overflow: hidden;
}
.cont5_list li a {
  font-size: 15px;
  line-height: 40px;
  color: #fefeff;
  display: block;
  padding-left: 20px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
      cursor: default;
}
.cont5_list li a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid #fff 1px;
  border-radius: 50%;
  left: 2px;
  top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.cont5_list li a:hover {
  color: #00a4ff;
}
.cont5_list li a:hover:before {
  border-color: #00a4ff;
}
.cont6_tit {
  font-size: 24px;
  line-height: 51px;
  color: #333;
  text-align: center;
  padding-top: 50px;
  clear: both;
}
.ys_font {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.cont_img {
  width: 348px;
  position: relative;
  height: 230px;
  float: left;
}
.img1 {
  float: left;
  height: 156px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -76px;
  width: 120px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.img2 {
  float: right;
  height: 156px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -76px;
  width: 120px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.img_cen {
  width: 167px;
  background: #fff;
  border: solid #cdd4dd 1px;
  padding: 4px;
  position: absolute;
  z-index: 3;
  height: 219px;
  top: 50%;
  margin-top: -111px;
  left: 50%;
  margin-left: -82.5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.img2:hover,
.img1:hover,
.img_cen:hover {
  transform: translateY(-10px);
}
.ys_cont1 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  background: url(../images/a.png) no-repeat right center;
}
.cont61_tit {
  font-size: 24px;
  line-height: 26px;
  color: #333333;
}
.cont6_en {
  font-size: 12px;
  line-height: 26px;
  color: #999;
  font-family: Arial;
}
.cont6_p {
  line-height: 26px;
  color: #666666;
  margin-top: 15px;
}
.more_a {
  display: block;
  width: 114px;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 13px;
  background: #3598db;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.cont6_font {
  width: 426px;
  float: left;
  padding-left: 104px;
  margin-top: 21px;
}
.ys_list {
  background: #f0f8fb;
}
.more_a:hover {
  text-decoration: underline;
}
.ys_list2 {
  background: #f0f8fb;
  background: #fff;
}
.cont_img2 {
  border: solid #cdd4dd 1px;
  background: #fff;
  width: 304px;
  height: 194px;
  padding: 4px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  float: right;
}
.cont_img2 img {
  display: block;
  width: 304px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.cont_img2:hover {
  transform: translateY(-10px);
}
.ys_list2 .cont6_font {
  margin-left: 100px;
}
.ys_list2 .ys_cont1 {
  background: url(../images/b.png) no-repeat left center;
}
.img_cen3 {
  width: 308px;
  height: 196px;
  padding: 4px;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  position: relative;
}
.img_cen3 img {
  width: 306px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid #cdd4dd 1px;
  padding: 4px;
  background: #fff;
}
.img_cen3:hover {
  transform: translateY(-10px);
}
.img_cen3 i {
  display: block;
  position: absolute;
  width: 235px;
  height: 151px;
  background: #cad9e8;
  bottom: -36px;
  left: -36px;
}
.img_cen7 {
  width: 387px;
  float: left;
  position: relative;
  height: 218px;
}
.img_7 {
  position: absolute;
  padding: 4px;
  border: solid #cdd4dd 1px;
  width: 234px;
  display: block;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.img_7:last-child {
  bottom: 0;
  right: 0;
}
.img_7:hover {
  transform: translateY(-10px);
}
.zxbg {
  background: #345e9e;
}
.zx_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 60px 0;
}
.zx_tit {
  font-size: 24px;
  line-height: 51px;
  color: #ffffff;
}
.zx_p {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.4);
}
.zx_left {
  float: left;
  width: 590px;
  height: 386px;
}
.zx_cont {
  overflow: hidden;
  text-align: left;
  margin-top: 42px;
}
.cont1 .cont_link1 {
  background-image: url(../images/bg1.png);
}
.cont_link1:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 4;
  background: url(../images/jia.png) no-repeat center;
  right: 19px;
  top: 50%;
  margin-top: -20px;
}
.newin_tit {
  line-height: 36px;
  color: #888;
  margin-top: -9px;
}
.newin_p {
  font-size: 12px;
  line-height: 23px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newin_time {
  font-size: 12px;
  line-height: 23px;
  color: #ccc;
  margin-top: 5px;
}
.newin_font {
  width: 344px;
  float: left;
  padding-left: 17px;
}
.new_aimg {
  float: left;
  width: 173px;
  overflow: hidden;
  height: 105px;
}
.new_aimg img {
  display: block;
  width: 173px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_ina {
  display: block;
  overflow: hidden;
  padding: 17px 0;
  border-bottom: dashed #dbdbdb 1px;
}
.newina_box {
  padding: 5px 20px 38px 20px;
  background: #fff;
}
.new_ina:hover img {
  transform: scale(1.04);
}
.new_ina:hover .newin_tit {
  color: #00a4ff;
}
.zx_right {
  width: 590px;
  float: right;
  height: 386px;
}
.zx_right .cont_link1 {
  background-image: url(../images/cjwt.png);
  background-color: #3598db;
}
.question {
  line-height: 41px;
  color: #555555;
  position: relative;
  padding-left: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.question:before {
  content: "Q : ";
  position: absolute;
  left: 0;
  color: #345e9e;
  font-size: 14px;
}
.answer:before {
  content: "A : ";
  position: absolute;
  left: 0;
  color: #27c79a;
  font-size: 14px;
}
.answer {
  font-size: 12px;
  line-height: 22px;
  color: #999999;
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cjwt_a {
  border-bottom: dashed 1px #dedede;
  padding-bottom: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  display: block;
}
.cjwt_a:hover {
  padding-left: 10px;
}
.cjwt_a:hover .question {
  color: #345e9e;
}
.al_a {
  display: block;
  border: solid #e5e5e5 1px;
  width: 182px;
  height: 85px;
  float: left;
  margin-right: 9px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.al_a img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.albox {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-left: 31px;
}
.al_font {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(52, 94, 158, 0.86);
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 16px 11px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.al_a:hover .al_font {
  opacity: 1;
  filter: alpha(opacity=1);
}
.al_a:nth-of-type(6n) {
  margin-bottom: 9px;
}
.al_a:last-child {
  margin-bottom: 0;
}
.al_more {
  display: block;
  width: 154px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  margin: 0 auto;
  line-height: 42px;
  border: solid #cdd4dd 1px;
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 73px;
}
.al_more:hover {
  background: #3598db;
  color: #fff;
  border-color: #3598db;
}
.footerbg {
  background: #373a43;
}
.footer_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.footer_inner li {
  width: 211px;
  box-sizing: border-box;
  float: left;
  position: relative;
  padding-left: 70px;
  padding-bottom: 60px;
}
.footer_inner li a {
  font-size: 12px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  margin-bottom: 1px;
}
.footer_inner li a:first-child {
  color: #fff;
  line-height: 51px;
  font-size: 14px;
}
.footer_inner li:before {
  content: "";
  position: absolute;
  height: 132px;
  width: 2px;
  background: url(../images/fotbg_03.png) center;
  top: 19px;
  right: 0;
}
.footer_inner li:first-child {
  padding-left: 0;
}
.footer_inner li:last-child {
  width: auto;
}
.footer_inner li:last-child:before {
  display: none;
}
.footer_inner li a:hover {
  color: #00a4ff;
}
.fa_link {
  font-size: 12px;
  line-height: 24px;
  width: 1200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  padding-bottom: 25px;
}
.fa_link a {
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.24);
  padding-right: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.fa_link a:hover {
  color: #00a4ff;
}
.footer_inner li:nth-of-type(4) {
  padding-left: 58px;
}
.last_divbg {
  background: #345e9e;
}
.last_div {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.25);
}
.last_div a {
  font-size: 12px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.last_div a:hover {
  color: #fff;
}
.nav2_box {
  position: absolute;
  z-index: 3;
  top: 44px;
  display: none;
}
.nav2 {
  position: relative;
  top: 28px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 23px 21px 23px;
  min-width: 130px;
}
.nav2 > li > a {
  line-height: 34px;
  color: #fff;
  display: block;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.15);
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.nav2 > li > a:hover {
  color: #00a4ff;
}
.nav2:before {
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.3);
  content: "";
  width: 0;
  top: -10px;
  left: 45px;
}
.on_show {
  display: block;
}
/*gxrd*/
.banner_inner {
  height: 450px;
  overflow: hidden;
  width: 100%;
}
.banner_inner a {
  display: block;
  height: 450px;
}
.gxrd1 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 70px;
  position: relative;
}
.title{
	font-size: 28px;
	position: absolute;
    width: 100%;
    top: 50px;
}
.gxrd_tit1 {
  font-size: 24px;
  line-height: 51px;
  color: #333333;
}
.iti_line {
  display: block;
  width: 45px;
  background: #dcdcdc;
  height: 2px;
  margin: 0 auto;
}
.gxrd_lit {
  font-size: 20px;
  line-height: 38px;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 50px;
}
.gxrd_en1 {
  line-height: 20px;
  color: #888888;
  font-family: Arial;
  float: left;
  padding: 0 5px;
}
.gxrd_text1 {
  font-size: 18px;
  line-height: 20px;
  color: #585858;
  float: right;
  padding: 0 5px;
}
.gxrd_ul1 li {
  border: solid #cccccc 1px;
  position: absolute;
  padding: 12px 15px 12px 30px;
}
.gxrd_ul1 {
  width: 100%;
  height: 595px;
}
.gxrd_ul1 li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background: url(../images/gxrdlibg_03.png) no-repeat center #fff;
  right: -14px;
  top: 50%;
  margin-top: -5.5px;
}
.gxrd1_center {
  width: 505px;
  height: 505px;
  background: url(../images/gxrd1bg.jpg) no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -252px;
  padding-top: 165px;
  box-sizing: border-box;
  text-align: left;
}
.gxrd_div_posi {
  position: relative;
  height: 595px;
}
.gzrd_centit {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  width: 166px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.gxrd_ul2 li {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding-left: 22px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd_ul2 li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(../images/wujiao.png) no-repeat center;
  top: 2px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd_ul2 {
  width: 166px;
  margin: 0 auto;
}
.gzrd_cenp {
  width: 166px;
  margin: 0 auto;
  margin-left: 197px;
  display: none;
}
.gxrd1_center .on2 {
  display: block;
}
.gxrd_li1 {
  top: 50px;
  left: -16px;
}
.gxrd_li2 {
  top: 146px;
  left: 81px;
}
.gxrd_li3 {
  top: 240px;
  left: 13px;
}
.gxrd_li4 {
  top: 334px;
  left: 58px;
}
.gxrd_li5 {
  top: 428px;
  left: 91px;
}
.gxrd_li6 {
  bottom: 2px;
  left: 470px;
}
.gxrd_ul1 .gxrd_li7:before,
.gxrd_ul1 .gxrd_li8:before,
.gxrd_ul1 .gxrd_li9:before,
.gxrd_ul1 .gxrd_li10:before,
.gxrd_ul1 .gxrd_li11:before {
  background: url(../images/gxrdlibgr.png) no-repeat center #fff;
  left: -14px;
  right: auto;
}
.gxrd_li7 {
  top: 50px;
  right: 84px;
}
.gxrd_li8 {
  top: 146px;
  right: 23px;
}
.gxrd_li9 {
  top: 240px;
  right: 103px;
}
.gxrd_li10 {
  top: 334px;
  right: 109px;
}
.gxrd_li11 {
  top: 428px;
  right: 205px;
}
.gxrd_ul1 li:hover,
.gxrd_ul1 .on {
  background: #3598db;
  color: #fff;
  border-color: #3598db;
}
.gxrd_ul1 li:hover:before,
.gxrd_ul1 .on:before {
  background: url(../images/gxrdcolor_03.png) no-repeat center;
  height: 12px;
}
.gxrd_ul1 li:hover .gxrd_text1,
.gxrd_ul1 li:hover .gxrd_en1,
.gxrd_ul1 .on .gxrd_text1,
.gxrd_ul1 .on .gxrd_en1 {
  color: #fff;
}
.gxrd_ul1 .gxrd_li7:hover:before,
.gxrd_ul1 .gxrd_li8:hover:before,
.gxrd_ul1 .gxrd_li9:hover:before,
.gxrd_ul1 .gxrd_li10:hover:before,
.gxrd_ul1 .gxrd_li11:hover:before,
.gxrd_ul1 .on:nth-of-type(7):before,
.gxrd_ul1 .on:nth-of-type(8):before,
.gxrd_ul1 .on:nth-of-type(9):before,
.gxrd_ul1 .on:nth-of-type(10):before,
.gxrd_ul1 .on:nth-of-type(11):before {
  background: url(../images/gxrdcolorh.png) no-repeat center;
  height: 12px;
}
.gxrd_ul1 .gxrd_li6 .gxrd_en1,
.gxrd_ul1 .gxrd_li7 .gxrd_en1,
.gxrd_ul1 .gxrd_li8 .gxrd_en1,
.gxrd_ul1 .gxrd_li9 .gxrd_en1,
.gxrd_ul1 .gxrd_li10 .gxrd_en1,
.gxrd_ul1 .gxrd_li11 .gxrd_en1 {
  float: right;
}
/*gxrd2*/
.gxrd2 {
  background: #345e9e;
}
.gxrd2_cont {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 80px 0;
  position: relative;
}
.gxrd2_cont .title{
	color: #fff;
	top: 60px;
}
.gxrd2_tit {
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  padding-bottom: 30px;
}
/*gxrd3*/
.gxrd3 {
  background: #f2f2f2;
}
.gxrd3_cont {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 40px 0;
  position: relative;
}
.gxrd3_cont .title{
	top: 60px;
}
.gxrd3_tit {
  font-size: 24px;
  line-height: 35px;
  color: #282828;
  padding-bottom: 20px;
}
.gxrd3_line {
  width: 45px;
  height: 2px;
  background: #3598db;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.gxrd3_mun {
  font-size: 36px;
  color: #3598db;
  width: 110px;
  height: 110px;
  border: solid #3598db 1px;
  border-radius: 50%;
  line-height: 110px;
  font-family: "openlight";
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd3_list_tit {
  font-size: 18px;
  line-height: 35px;
  color: #282828;
  padding-top: 22px;
}
.gxrd3_p {
  line-height: 26px;
  color: #888;
  padding-top: 4px;
}
.gxrd3_list {
  overflow: hidden;
  padding-top: 70px;
}
.gxrd3_list li {
  width: 400px;
  float: left;
  padding-bottom: 39px;
}
.gxrd3_list li:hover .gxrd3_mun {
  transform: translateY(-10px);
}
.tit{
	background: #3598db;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}
/*gxrd4*/
.gxrd4_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 40px 0;
  position: relative;
}
.gxrd4_title .title{
	top: 60px;
}
.gxrd4_content {
  text-align: center;
  background: url(../images/gxrd4_bg.png);
}
/*gxrd5*/
.gxrd5{
  position: relative;
  text-align: center;
}
.gxrd5 .title1{
	top: 70px;
}
.gxrd5 .title2{
	top: 535px;
}
.gxrd_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 74px 0 79px 0;
  text-align: center;
}
.gxrd5_tit {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  padding-bottom: 7px;
}
.gxrd5_line1 {
  display: block;
  width: 45px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-bottom: 14px;
}
.gxrd5_p1 {
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
}
.gxrd5_p1 span {
  position: relative;
  z-index: 2;
}
.gxrd5_p1 span:before,
.gxrd5_p1 span:after {
  content: "";
  position: absolute;
  width: 999px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
}
.gxrd5_p1 span:before {
  left: 107%;
}
.gxrd5_p1 span:after {
  right: 107%;
}
.gxrd_p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-top: 25px;
}
.gxrd5_list {
  overflow: hidden;
  padding-top: 60px;
}
.gxrd5_list li {
  float: left;
  width: 230px;
}
.gxrd5_list li:nth-of-type(3) {
  width: 183px;
}
.gxrd5_list li:last-child {
  width: 327px;
}
.gxrd5_img {
  width: 108px;
  height: 108px;
  margin: 0 auto;
}
.gxrd5_img img {
  display: block;
  width: 108px;
  height: 108px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd5_list li:hover img {
  transform: translateY(-10px);
}
/*gxrd6*/
.gxrd6_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 40px 0;
  position: relative;
}
.gxrd6_title .title{
	top: 60px;
}
/*gxrd7*/
.gxrd7 {
	
}
.gxrd7_cen {
  width: 1200px;
  margin: 0 auto;
  padding: 77px 0 77px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.gxrd7_cen .title{
	top: 80px;
}
.gxrd7_left {
  width: 285px;
  background: #345e9e;
  float: left;
  padding: 65px 37px 68px 37px;
  box-sizing: border-box;
  height: 426px;
}
.gxrd_tit {
  font-size: 24px;
  line-height: 57px;
  color: #fff;
}
.gxrd7_line {
  display: block;
  width: 45px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-top: 4px;
}
.gxrd7_p {
  line-height: 24px;
  color: #97aed3;
  padding-top: 17px;
  height: 125px;
}
.gxrd_change {
  float: left;
  height: 426px;
}
.gxrd_change li {
  overflow: hidden;
  display: none;
}
.gxrd_change .on1 {
  display: block;
}
.gxrd7_logo {
  width: 105px;
  height: 105px;
  margin: 0 auto;
}
.gxrd7_logo img {
  width: 105px;
  height: 105px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd7_logo img:hover {
  transform: translateY(-10px);
}
.gxrd7_center {
  float: left;
  padding: 0 7px;
  width: 599px;
}
.gxrd7_center img {
  display: block;
  width: 599px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd7_right {
  width: 302px;
  float: left;
  box-sizing: border-box;
}
.gxrd7_right li {
  font-size: 16px;
  color: #282828;
  line-height: 50px;
  padding: 17px 0;
  cursor: pointer;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/gxrd7r.png) no-repeat 35px center #fff;
  margin-bottom: 2px;
  padding-left: 67px;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gxrd7_right li:hover,
.gxrd7_right .on {
  background-color: #345e9e;
  color: #fff;
}
/*gxrd8*/
.gxrd8_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 64px 0;
  position: relative;
}
.gxrd8_title .title{
	top: 60px;
}
.gxrd8_content {
  text-align: center;
  background: #345e9e;
  position: relative;
}
.gxrd8_content .zx_button{
	display: block;
	position: absolute;
	width: 140px;
	height: 40px;
	bottom: 60px;
	right: 545px;
	cursor: pointer;
}
/*gxrd9*/
.gxrd9 {
  text-align: center;
  padding: 64px 0 0 0;
  position: relative;
}
.gxrd9 .title{
	top: 60px;
}
.gxrd9 .zx_button{
	display: block;
	position: absolute;
	width: 140px;
	height: 40px;
	bottom: 60px;
	right: 545px;
	cursor: pointer;
}
.gxrd9 .button1{
	bottom: 1225px;
	right: 875px;
}
.gxrd9 .button2{
	bottom: 810px;
	right: 875px;
}
.gxrd9 .button3{
	width: 1200px;
	height: 56px;
	bottom: 360px;
	right: 340px;
}
/*common*/
.bread {
  width: 1200px;
  margin: 0 auto;
  line-height: 35px;
  color: #999;
  padding: 10px 0;
}
.bread a {
  line-height: 35px;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.bread_line {
  border-bottom: solid #dcdcdc 1px;
}
.bread a:last-child {
  color: #5280c5;
}
.bread a:hover {
  color: #5280c5;
}
/*pingjia_page*/
.pingjia_tit {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  padding-bottom: 20px;
}
.pingjia_result {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 60px;
}
.pingjia {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 80px 0;
  text-align: center;
}
.input_mess {
  width: 100%;
  display: block;
  line-height: 48px;
  padding: 0 23px;
  border: solid #e5e5e5 1px;
  color: #666;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.sub1 {
  display: block;
  width: 251px;
  height: 45px;
  background: #3598db;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  margin-top: 65px;
}
.sub1:hover {
  text-decoration: underline;
}
/*ceshi*/
.ceshi {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 80px 0;
  text-align: left;
}
.ceshi_species {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding: 17px 24px;
  background: #f7f7f7;
}
.ceshi .pingjia_tit {
  padding-bottom: 37px;
  text-align: center;
}
.topic_div {
  border: solid #e5e5e5 1px;
  padding: 17px 26px 26px 26px;
  margin-top: 20px;
}
.topic {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 10px;
}
.topic_div p {
  font-size: 13px;
  line-height: 28px;
  color: #666;
}
.radio_divbg {
  background: #f5f5f5;
  border: dashed 1px #dcdcdc;
  padding: 8px 9px;
  font-size: 13px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.topic2 {
  line-height: 24px;
  color: #888;
}
.zenc {
  width: 70px;
  border: none;
  border-bottom: solid #d2d2d2 1px;
  color: #888;
  padding: 0 10px;
}
.topic_input {
  line-height: 28px;
  color: #888;
}
.sub2 {
  display: block;
  width: 175px;
  height: 45px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: #3598db;
  border: none;
  margin: 0 auto;
  margin-top: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.sub2:hover {
  text-decoration: underline;
}
.dxkh {
  background: #f0f8fb;
}
.dxkh_cen {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0 80px 0;
}
.dxkh_tit {
  font-size: 24px;
  line-height: 47px;
  color: #282828;
  text-align: left;
  border-bottom: solid #e5e5e5 1px;
  padding-bottom: 5px;
}
.dxkh_a1 {
  display: block;
  margin-top: 24px;
  overflow: hidden;
}
.dxkh_img {
  width: 264px;
  height: 124px;
  border: solid #e5e5e5 1px;
  overflow: hidden;
  float: left;
}
.dxkh_img img {
  display: block;
  width: 264px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.dxkh_ovh {
  overflow: hidden;
  padding-top: 26px;
}
.dxkh_tit2 {
  font-size: 16px;
  line-height: 28px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dxkh_font {
  width: 283px;
  float: left;
  padding-left: 25px;
  margin-top: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.dxkh_time {
  font-size: 12px;
  color: #b8b8b8;
  line-height: 22px;
}
.dxkh_p {
  font-size: 13px;
  line-height: 25px;
  color: #666666;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dxkh_more {
  font-size: 12px;
  font-family: Arial;
  color: #939393;
  padding-top: 11px;
}
.dxkh_a1:hover .dxkh_font {
  padding-left: 20px;
}
.dxkh_img:hover img {
  transform: scale(1.04);
}
.dxkh_ar {
  display: block;
  border-bottom: dashed #c7c7c7 1px;
  overflow: hidden;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
}
.dxkh_a {
  color: #333;
  float: left;
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.dxkh_timer {
  color: #bebebe;
  float: right;
}
.dxkh_left {
  width: 583px;
  float: left;
}
.dxkh_right{width:550px;float: right;margin-top:5px;height:294px;overflow-y: auto;padding-right:20px;}

.dxkh_right::-webkit-scrollbar {
  width: 4px;
  background: #bdc0c1;
  height: 5px;
}
.dxkh_right::-webkit-scrollbar-thumb {
  background:#3598db;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.dxkh_ar:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: solid #d3d3d3 1px;
  left: 2px;
  top: 21px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.dxkh_ar:hover:before {
  background: #00a4ff;
  border-color: #00a4ff;
}
/*jiansuo*/
.jiansuo {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 70px;
}
.jiansuo_tit {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.jians_div {
  font-size: 18px;
  line-height: 64px;
  color: #333;
  overflow: hidden;
  padding: 40px 0;
}
.sel1,
.sel2 {
  width: 515px;
  height: 45px;
  border: solid #e5e5e5 1px;
  color: #666;
  padding-left: 25px;
  padding-right: 20px;
}
.sel2 {
  width: 282px;
}
.padding_span {
  padding-left: 35px;
}
.but1 {
  width: 129px;
  background: #3598db;
  color: #fff;
  text-align: center;
  line-height: 47px;
  border: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.but1:hover {
  text-decoration: underline;
}
.table1 {
  width: 100%;
  text-align: center;
}
.table1 th {
  line-height: 45px;
  color: #333;
  background: #eeeeee;
  border: solid 1px #dcdcdc;
}
.table1 td {
  line-height: 55px;
  color: #666;
  border: solid 1px #dcdcdc;
}
.cont_common {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 75px 0;
  overflow: hidden;
}
.common_left {
  width: 250px;
  text-align: left;
  float: left;
}
.common_ltit {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}
.common_len {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.4);
  font-family: Arial;
  padding-top: 5px;
}
.common_ltop {
  padding: 30px 20px 20px 23px;
  background: #3598db;
}
.left_link {
  display: block;
  line-height: 54px;
  color: #666;
  padding-left: 33px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  border-bottom: solid #e5e5e5 1px;
}
.left_link:hover,
.left_linkbox .on {
  background: #f2f2f2;
  border-left: solid 4px #3598db;
}
.left_linkbox {
  border: solid #e5e5e5 1px;
}
.left_linkbox .left_link:last-child {
  border-bottom: none;
}
.new_a {
  display: block;
  overflow: hidden;
  border-bottom: dashed 1px #e5e5e5;
  padding-bottom: 35px;
  padding-top: 50px;
}
.new_time {
  font-size: 15px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  float: left;
}
.new_type {
  line-height: 26px;
  color: #fff;
  width: 123px;
  padding: 5px 0;
  overflow: hidden;
  margin-left: 40px;
  background: #4c5867;
  float: left;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_tit {
  font-size: 15px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_font {
  width: 735px;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.new_page {
  float: right;
  width: 885px;
}
.new_p {
  line-height: 27px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_a:hover .new_type {
  background: #3598db;
}
.new_a:hover .new_font {
  padding-right: 20px;
}
.new_page .new_a:first-child {
  padding-top: 0;
}
.paging {
  text-align: center;
  margin-top: 55px;
}
.paging .shangyi{ display:none;}
.paging a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: solid #e5e5e5 1px;
  line-height: 35px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  margin-left: 5px;
}
.paging a:hover,
.paging .on {
  background: #3598db;
  border-color: #3598db;
  color: #fff;
}
/*qywh*/
.qywh_page {
  float: right;
  width: 885px;
}
.qywh_list {
  overflow: hidden;
}
.qywh_list li {
  width: 284px;
  height: 220px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.qywh_list li img {
  width: 284px;
  display: block;
  height: 220px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.qywh_list li:hover img {
  transform: scale(1.04);
}
.list_r {
  margin-right: 0;
  margin-bottom: 10px;
}
.qywh_list li:last-child {
  margin-bottom: 0;
}
/*qrd*/
.qrd_tit {
  font-size: 24px;
  line-height: 51px;
  color: #333;
}
.qrd_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.qrd1 {
  background: #f0f8fb;
}
.qrd_list1 {
  text-align: center;
  padding-top: 70px;
}
.qrd_num1 {
    font-size: 24px;
    line-height: 58px;
    font-family: Arial;
    border-radius: 5px;
    color: #2b9bf0;
    position: absolute;
    width: 57px;
    height: 57px;
    margin: auto;
    border: solid #2b9bf0 1px;
    background: #f0f8fb;
    margin-top: -50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.qrd_list1 li {
  width: 284px;
  border: solid #2b9bf0 1px;
  box-sizing: border-box;
  padding: 20px 20px 30px 20px;
  margin-right: 16px;
  display: inline-block;
}
.qrd_list1 .mar_r {
  margin-right: 0;
  margin-bottom: 49px;
}
.qrd_list1 li:last-child {
  margin-bottom: 0;
}
.qrd_posi {
  color: #686868;
  line-height: 30px;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qrdposi_en1 {
  font-size: 12px;
  line-height: 16px;
  color: #9d9d9d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qrd_list1 li:hover .qrd_num1 {
  transform: translateY(-5px);
}
.qrd2 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.qrd2_cont {
  overflow: hidden;
  padding-top: 50px;
}


.qrd_aleft{width:284px;float: left;background:#f0f8fb;text-align:left;padding-bottom:11px;height:435px;overflow-y: auto;}

.qrd_aleft a {
  display: block;
  line-height: 40px;
  color: #333333;
  border-bottom: solid #e5e5e5 1px;
  padding-left: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qrd_aleft .on,
.qrd_aleft a:hover {
  background: #3598db;
  color: #fff;
}

.qrd_aleft a:last-child {
  border-bottom: none;
}
.qrd_ar {
  display: block;
  line-height: 50px;
  color: #333333;
  border-bottom: dashed 1px #c7c7c7;
  padding-left: 17px;
  position: relative;
  float: left;
  width: 344px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  cursor: default;
}
.qrd_aright{float: right;overflow: hidden;width:812px;text-align:left;margin-top:-15px;display:none;overflow-y: auto;height:460px;}
.qrd2_list2 .on2 {
  display: block;
}
.qrd_aright a:nth-of-type(2n) {
  margin-left: 84px;
}
.qrd_ar:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid #309df0 1px;
  left: 0;
  top: 21px;
}
.qrd_ar:hover {
  color: #309df0;
}
/*srd1*/
.srd1 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 15px;
}
.srd1 .qrd_list1 li {
  width: 357px;
}
.srd1 .qrd_num1 {
  background-color: #fff;
}
.srd2 {
  background: #f0f8fb;
}
.srd2_cont2 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.srd2_tit {
  font-size: 24px;
  line-height: 51px;
  color: #333333;
}
.srd2_line {
  display: block;
  width: 45px;
  height: 2px;
  background: #3598db;
  margin: 0 auto;
}
.srd_linet {
  position: relative;
  text-align: center;
  margin-top: 30px;
  height: 37px;
}
.srd_tit2 {
  padding: 8px 40px;
  border: solid #d2d2d2 1px;
  line-height: 37px;
  background: #f0f8fb;
  position: relative;
  z-index: 3;
  color: #666;
}
.srd_linet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  left: 0;
  top: 50%;
}
.srd_table {
  width: 588px;
  text-align: left;
  background: #fff;
  float: left;
}
.srd_table th {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  padding: 10px 20px 10px 20px;
  background: #345e9e;
}
.srd_table:first-child th {
  background: #10b989;
}
.srd_tdiv {
  overflow: hidden;
  padding-top: 40px;
}
.srd_table td {
  line-height: 45px;
  color: #686868;
  text-align: center;
  border: solid 1px #e5e5e5;
}
.srd_tdiv .srd_table:nth-of-type(2n) {
  margin-left: 24px;
  margin-bottom: 24px;
}
.srd_tdiv .srd_table:last-child {
  margin-bottom: 0;
}
.srd3 {
  height: 637px;
}
.srd3_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.srd3_tit {
  font-size: 24px;
  line-height: 51px;
  color: #fff;
}
.srd3_tline {
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  overflow: hidden;
}
.srd3_tspan {
  position: relative;
  padding: 0 20px;
  color: #fff;
}
.srd3_tspan:before,
.srd3_tspan:after {
  content: "";
  position: absolute;
  width: 999px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
}
.srd3_tspan:before {
  left: 100%;
}
.srd3_tspan:after {
  right: 100%;
}
.srd3_ul {
  width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  height: 217px;
  padding-top: 113px;
}
.srd3_ul li {
  width: 297px;
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.srd3_font {
  font-size: 16px;
  line-height: 51px;
  color: #ffffff;
  position: absolute;
  top: -83px;
  left: 56px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srd3_num i {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  width: 50px;
  position: relative;
  display: block;
  margin-top: 3px;
  margin-left: 3px;
  font-style: normal;
  height: 50px;
  background: #10b989;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
}
.srd3_num {
  width: 56px;
  height: 56px;
  border: solid #10b989 1px;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  position: relative;
}
.srd3_line2 {
  position: relative;
  height: 280px;
  box-sizing: border-box;
}
.srd3_line2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.srd3_num:after {
  content: "";
  position: absolute;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  width: 2px;
  bottom: 100%;
  left: 50%;
}
.srd3_num:before {
  content: "";
  position: absolute;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  width: 2px;
  left: 50%;
  top: -90px;
}
.srd3_ul .odd .srd3_font {
  top: auto;
  bottom: -74px;
}
.srd3_ul li:hover {
  transform: translateY(-5px);
}
.odd .srd3_num:after {
  top: 100%;
  bottom: auto;
}
.odd .srd3_num:before {
  bottom: -88px;
  top: auto;
}
.srd3_ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(255, 255, 255, 0.3);
  height: 5px;
}
.srd3_ul::-webkit-scrollbar-thumb {
  background: #10b989;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.srd4 {
  background: #345e9e;
}
.srd4_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.srd4_tit {
  font-size: 24px;
  line-height: 51px;
  color: #fff;
}
.srd4_yuan {
  width: 65px;
  height: 65px;
  border: solid #fff 1px;
  line-height: 65px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  text-align: center;
  color: #fff;
  font-size: 27px;
  border-radius: 50%;
  float: left;
}
.srd_p {
  line-height: 27px;
  color: #fff;
}
.srd4_font {
  float: left;
  padding-left: 20px;
}
.srd4_ul li {
  overflow: hidden;
  float: left;
  padding: 0 106px;
  position: relative;
}
.srd4_ul {
  text-align: left;
  overflow: hidden;
  padding-left: 141px;
  padding-top: 60px;
}
.srd4_ul li:before {
  content: "";
  position: absolute;
  height: 54px;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  left: 0;
  top: 10px;
}
.srd4_ul li:first-child:before {
  display: none;
}
.srd4_ul li:last-child {
  padding-right: 0;
}
.srd4_ul li:hover .srd4_yuan {
  transform: translateX(-10px);
}
.srd5 {
  background: #f0f8fb;
}
.srd5_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.srd5_tit {
  font-size: 24px;
  line-height: 51px;
  color: #333;
}
.srd_ltxt {
  line-height: 37px;
  color: #666666;
  background: #f0f8fb;
  position: absolute;
  left: 0;
  padding-right: 15px;
}
.srd5_font2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srd5_ul {
  margin-top: 35px;
}
.srd5_ul li {
  background: #fff;
  width: 280px;
  box-sizing: border-box;
  padding: 20px 20px 32px 20px;
  float: left;
  margin-right: 20px;
  border: solid #eeeeee 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.srd5_ul li:last-child {
  margin-right: 0;
}
.srd5_ul li:first-child .srd5_num {
  padding-top: 0;
}
.srd5_span {
  font-size: 36px;
  line-height: 50px;
  color: #2b9bf0;
  font-family: "openlight";
  padding-right: 10px;
}
.srd5_num {
  line-height: 50px;
  color: #888;
  min-height: 78px;
  padding-top: 17px;
  box-sizing: border-box;
}
.srd5_num img {
  max-width: 238px;
}
.srd5_ul li:hover {
  transform: translateY(-10px);
}
.srd6 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.srd6 .srd_ltxt,
.srd6 .srd_tit2 {
  background: #fff;
}
.srd6_ul {
  padding-top: 72px;
}
.srd6_num {
  font-size: 36px;
  line-height: 108px;
  color: #2b9bf0;
}
.srd6_yuan {
  width: 108px;
  height: 108px;
  border: solid #dedede 1px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  color: #888;
  margin-top: -57px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.srd6_ul li {
  width: 278px;
  height: 145px;
  float: left;
  border: solid #dcdcdc 1px;
  box-sizing: border-box;
  padding: 0px 20px 40px 20px;
  margin-right: 28px;
}
.srd6_font {
  line-height: 26px;
  color: #666;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srd6_ul li:last-child {
  margin-right: 0;
}
.srd6_ul li:hover .srd6_yuan {
  transform: translateY(-10px);
}
.srd7 {
  background: #3865a6;
}
.srd7_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 60px 0;
  text-align: center;
}
.srd7_img {
    width: 106px;
    height: 106px;
    border: solid #fff 1px;
    border-radius: 50%;
    line-height: 106px;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.srd7_img img {position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);}
.qrd_num1 img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.srd7_p {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
}
.srd7_ul {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.srd7_ul li {
  width: 300px;
  float: left;
  padding-top: 70px;
}
.srd7_ul li:last-child {
  padding-bottom: 20px;
}
.srd7_ul li:hover .srd7_img {
  transform: translateY(-5px);
}
.szz2 {
  background: #f0f8fb;
}
.szz2_cont2 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.szz2_tit {
  font-size: 24px;
  line-height: 51px;
  color: #333;
}
.szz_yuan {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.szz2_ul li {
  width: 240px;
  float: left;
}
.szz2_font {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 40px;
}
.szz2_ul {
  padding-top: 40px;
  padding-bottom: 70px;
}
.szz2_ul li:hover .szz_yuan {
  transform: translateY(-10px);
}
.szz_num {
  width: 46px;
  height: 46px;
  border: solid #3598db 1px;
  color: #3598db;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  background: #f0f8fb;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  font-family: "openlight";
}
.szz2_ul li:first-child .szz_num:before {
  content: "";
  position: absolute;
  width: 927px;
  height: 1px;
  background: #4ca7f2;
  top: 50%;
  left: 100%;
}
.szz2_p1 {
  font-size: 16px;
  line-height: 21px;
  color: #666;
  text-align: left;
}
.szz2_cont2 .srd_table:nth-of-type(2n) th {
  background: #10b989;
}
.szz2_cont2 .srd_table:first-child th {
  background: #345e9e;
}
.szz2_cont2 .srd_table td {
  text-align: left;
  padding-left: 20px;
}
.szz2_cont2 .srd_table tr td:first-child {
  padding: 0;
  text-align: center;
  width: 55px;
}
.szz3 {
  background: #373a43;
}
.szz3_cont,
.szz4 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 75px 0;
  text-align: center;
}
.szz3_cont .srd_ltxt,
.szz3_cont .srd_tit2 {
  background: #373a43;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.szz3_cont .srd_linet:before {
  background: rgba(255, 255, 255, 0.2);
}
.szz3_cont .qrd_num1 {
  background: #373a43;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  margin-top: -105px;
  font-size: 14px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  line-height: 137px;
}
.szz3_cont .qrd_list1 li {
  height: 200px;
  box-sizing: border-box;
  width: 385px;
  margin-right: 10px;
  border-color: rgba(255, 255, 255, 0.2);
}
.szz3_cont .qrd_list1 li:last-child {
  margin-right: 0;
}
.szz3_cont .qrd_posi {
  padding-top: 26px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.szz3_cont .qrd_list1 {
  padding-top: 130px;
}
.szz3_cont .qrdposi_en1 {
  font-family: Arial;
  color: rgba(255, 255, 255, 0.3);
}
.szz3_span {
  color: #ffffff;
  font-size: 30px;
}
.szz4 .srd_ltxt,
.szz4 .srd_tit2 {
  background: #fff;
}
.szz4 .srd5_ul li {
  width: 382px;
}
.szz5 {
  background: #f0f8fb;
}
.szz5_cont5 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
  text-align: center;
}
.szz5 .srd5_ul li:first-child .srd5_num {
  padding-top: 17px;
}
.szz5 .srd5_ul li {
  width: 386px;
}
.szz6 {
  background: #345e9e;
}
.szz6_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
  text-align: center;
}
.szz6_cont .gxrd5_p1 span {
  color: rgba(255, 255, 255, 0.5);
}
.szz6_cont .gxrd5_p1 {
  padding-top: 15px;
}
.szz6_cont .srd_table th {
  background: #10b989;
  padding: 15px 20px;
}
.szz6_cont .srd_table td:nth-of-type(2) {
  text-align: left;
  padding-left: 20px;
}
.szz6_cont .srd_table td:first-child {
  width: 55px;
}
.szz_tp {
  font-size: 14px;
  line-height: 25px;
}
/*xqlh1_page*/
.xqlh1 {
  background: #f0f8fb;
}
.xqlh1_cont1 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.xqlh1_cont1 .srd_linet:before {
  background: #dcdcdc;
}
.xqlh1_cont1 .srd_ltxt {
  color: #666;
}
.xqlh1_cont1 .srd_linet {
  margin-top: 0;
}
.xqlh1_img {
  padding-top: 20px;
}
/*xqlh2*/
.xqlh2,
.xqlh7_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.xqlh2 .srd_linet {
  margin-top: 0;
}
.xqlh2 .srd_ltxt {
  background: #fff;
}
.xqlh2_cont {
  overflow: hidden;
  padding-top: 70px;
}
.xqlh2_left {
  float: left;
  width: 551px;
  height: 324px;
  overflow: hidden;
}
.xqlh2_left img {
  display: block;
  width: 551px;
  height: 324px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.xqlh2_left:hover img {
  transform: scale(1.04);
}
.xqlh2_yuan {
  font-size: 32px;
  color: #3598db;
  font-family: "openlight";
  float: left;
  width: 86px;
  height: 86px;
  border: solid #3598db 1px;
  border-radius: 50%;
  line-height: 86px;
}
.xqlh2_right {
  float: left;
  padding-left: 47px;
}
.xqlh2_right li {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.xqlh2_tit {
  font-size: 18px;
  line-height: 35px;
  color: #282828;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xqlh_p {
  line-height: 19px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xqlh2_font {
  float: left;
  padding-left: 35px;
  text-align: left;
}
.xqlh2_right li:hover {
  transform: translateX(-10px);
}
.xqlh4 {
  background: #3764a4;
}
.xqlh4_cont {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 65px 0 70px 0;
}
.xqlht_tit {
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}
.xqlh4_cont .szz_yuan {
  height: 50px;
}
.xqlh4_cont .szz2_ul li {
  width: 300px;
}
.xqlh4_cont .szz2_ul li:first-child .szz_num:before {
  width: 890px;
  background: #fff;
}
.xqlh4_cont .szz_num {
  background: #3764a4;
  border-color: #fff;
  color: #fff;
}
.xqlh4_cont .szz2_font {
  color: #fff;
}
.xqlh4_cont .szz2_ul {
  padding-bottom: 0;
}
.xqlh5 {
  background: #f0f8fb;
}
.xqlh5_cont,
.xqlh6_cont,
.zs1_cont,
.zs2,
.zs3_cont,
.gsjj1_cont,
.gsjj3_cont,
.gsjj5_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
  text-align: center;
}
.xqlh5_cont .gxrd5_p1 span {
  color: #666;
}
.xqlh5_cont .gxrd5_p1 span:before,
.xqlh5_cont .gxrd5_p1 span:after {
  background: #e5e5e5;
}
.xqlh5_cont .szz2_ul li {
  width: 300px;
}
.xqlh5_cont .szz2_ul li:first-child .szz_num:before {
  width: 890px;
}
.xqlh5_cont .szz_num {
  background: #3598db;
  color: #fff;
}
.xqlh5_cont .szz2_font {
  color: #666;
}
.xqlh5_cont .szz_yuan {
  height: 70px;
}
.xqlh6_yuan {
  width: 106px;
  height: 106px;
  border: solid #fff 1px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.xqlh6_tit {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 3px;
}
.xqlh6_p {
  line-height: 22px;
  color: #fff;
}
.xqlh6_ul {
  overflow: hidden;
  padding-top: 46px;
}
.xqlh6_ul li {
  width: 300px;
  float: left;
  position: relative;
}
.xqlh6_ul li:before {
  content: "";
  position: absolute;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 12px;
  width: 1px;
}
.xqlh6_ul li:last-child:before {
  display: none;
}
.xqlh7 {
  background: #345e9e;
}
.xqlh6_ul li:hover .xqlh6_yuan {
  transform: translateY(-10px);
}
.xqlh7_ul {
  overflow: hidden;
  padding-top: 35px;
}
.xqlh7_ul a {
  line-height: 40px;
  color: #fff;
  float: left;
  margin-right: 17px;
  display: block;
  border: solid #fff 1px;
  border-radius: 30px;
  min-width: 132px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.xqlh7_ul a:last-child {
  margin-right: 0;
}
.xqlh7_ul a:hover {
  background: #3598db;
  border: solid #3598db 1px;
}
.zs1 {
  background: #f0f8fb;
}
.zs2_en {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.zs2_font {
  text-align: left;
}
.zs2_tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.zs2_line {
  width: 45px;
  height: 3px;
  background: #3598db;
  display: block;
  margin-top: 10px;
}
.zs3 {
  background: #345e9e;
}
.zs3_p {
  line-height: 51px;
  color: #fff;
}
.zs3_ul {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 55px;
}
.zs3_ul li {
  float: left;
  width: 230px;
}
.zs3_yuan {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.zs3_ul li:hover .zs3_yuan {
  transform: translateY(-10px);
}
.posi_box {
  background: #5380c4;
  width: 100%;
  z-index: 4;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 27px rgba(0, 0, 0, 0.1);
}
.posi_span {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.posi_span a {
  display: block;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  color: #fff;
}
.posi_span span {
  display: block;
  float: left;
}
.posi_span .on a,
.posi_span a:hover {
  background: #4674bb;
}
.gsjj1 {
  background: #f6fafc;
}
.gsjj1_cont .cont6_tit {
  padding-top: 0;
  margin-top: -10px;
}
.gsjj1_p {
  line-height: 30px;
  color: #666666;
  width: 1022px;
  margin: 0 auto;
  text-align: left;
}
.gsjj2_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}
.gsjj2_left {
  float: left;
  width: 514px;
  height: 430px;
  overflow: hidden;
}
.gsjj2_left img {
  display: block;
  width: 514px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.gsjj2_left:hover img {
  transform: scale(1.04);
}
.gsjj2_tit {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  padding-bottom: 25px;
}
.gsjj2_right {
  float: left;
  padding: 60px 30px 60px 70px;
  width: 683px;
  box-sizing: border-box;
  border: solid #dcdcdc 1px;
  height: 430px;
}
.gsjj2_p {
  line-height: 30px;
  color: #666;
  height: 240px;
  overflow-y: auto;
  padding-right: 40px;
}
.gsjj2_p::-webkit-scrollbar {
  width: 4px;
  background: #dcdcdc;
  height: 5px;
}
.gsjj2_p::-webkit-scrollbar-thumb {
  background: #10b989;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.gsjj2_limg {
  width: 70px;
  height: 75px;
  float: left;
}
.gsjj2_ul {
  padding-top: 30px;
}
.gsjj2_ul li {
  width: 580px;
  float: left;
  box-sizing: border-box;
  background: #fafafb;
  cursor: pointer;
  border: solid #eaeaea 1px;
  padding: 30px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  position: relative;
}
.gsjj2_limg {
  background: url(../images/gsjj2lh.png) no-repeat center;
}
.gsjj2_titt {
  font-size: 18px;
  line-height: 20px;
  color: #565656;
  padding-top: 18px;
}
.gsjj2_p2 {
  font-size: 13px;
  line-height: 34px;
  color: #c2c2c2;
  font-family: Arial;
}
.gsjj2_fontr {
  float: left;
  padding-left: 50px;
  text-align: left;
}
.gsjj2_ul li:last-child {
  float: right;
}
.gsjj2_ul li:last-child .gsjj2_limg {
  background: url(../images/gsjj2rh.png) no-repeat center;
}
.gsjj2_ul2 {
  background: #5380c4;
}
.gsjj2_ul2 li {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 10px 50px 10px;
  line-height: 34px;
  color: #fff;
  display: none;
}
.gsjj2_ul2 .on2 {
  display: block;
}
.gsjj2_ul .on:first-child .gsjj2_limg,
.gsjj2_ul li:first-child:hover .gsjj2_limg {
  background: url(../images/gsjj2l.png) no-repeat center;
}
.gsjj2_ul .on:last-child .gsjj2_limg,
.gsjj2_ul li:last-child:hover .gsjj2_limg {
  background: url(../images/gsjj2r.png) no-repeat center;
}
.gsjj2_ul li:before {
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fafafb;
  content: "";
  width: 0;
  bottom: -10px;
}
.honor1 {
  overflow: hidden;
}
.honor1 .lightbox {
  display: block;
  width: 345px;
  float: left;
  border: solid #eaeaea 1px;
  margin-right: 26px;
}
.honor_div {
  width: 345px;
  box-sizing: border-box;
  padding: 30px 40px;
  background: #fff;
  overflow: hidden;
}
.honor_div img {
  width: 246px;
  height: 182px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.honor_span {
  display: block;
  background: #eeeeee;
  line-height: 26px;
  padding: 12px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.holide_prev,
.holide_next {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 110px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.holide_prev {
  left: 0;
  background: url(../images/honl.png) no-repeat center;
}
.holide_prev:hover {
  background: url(../images/honlh.png) no-repeat center;
}
.honor_slidebox {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
.holide_next {
  background: url(../images/honr.png) no-repeat center;
  right: 0;
}
.holide_next:hover {
  background: url(../images/honrh.png) no-repeat center;
}
.honor1 .lightbox:hover img {
  transform: translateY(-10px);
}
.gsjj3_cont .cont6_tit {
  padding-top: 0;
  padding-bottom: 30px;
}
.gsjj5 .cont6_tit {
  padding-top: 0;
}
.company {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  padding-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.comp_mess {
  line-height: 28px;
  color: #666666;
}
.lianxi {
  overflow: hidden;
  border: solid #dcdcdc 1px;
  padding: 15px;
  margin-top: 40px;
}
.lianxi_ul {
  text-align: left;
  float: left;
  width: 390px;
  padding-left: 30px;
  box-sizing: border-box;
  height: 525px;
  overflow-y: auto;
}
.dizhi {
  width: 740px;
  float: right;
}
.lianxi_ul li {
  padding: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
  padding-top: 22px;
  cursor: pointer;
}
.lianxi_ul li:hover {
  transform: translateX(-10px);
}
.lianxi_ul li:hover .company,
.lianxi_ul .on .company {
  color: #00a4ff;
}
.lianxi_ul::-webkit-scrollbar {
  width: 4px;
  background: #999;
  height: 5px;
}
.lianxi_ul::-webkit-scrollbar-thumb {
  background: #10b989;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.dizhi li {
  display: none;
}
.dizhi .on2 {
  display: block;
}
.posi_gs {
  position: absolute;
  height: 1px;
  top: -60px;
  width: 1px;
}
.pore {
  position: relative;
}
.gsjj3_cont2 {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 70px 0;
  text-align: center;
}
.gsjj3_cont2 .cont6_tit {
  padding-top: 0;
}
.zp_posi {
  font-size: 20px;
  line-height: 34px;
  color: #666;
  background: url(../images/jia2.png) no-repeat 810px center;
  padding: 15px 40px;
  cursor: pointer;
}
.zp_num {
  font-size: 14px;
  line-height: 32px;
  color: #9ea1a2;
  padding-zp_p: 10px;
}
.zp li {
  border: solid #eaeaea 1px;
  margin-bottom: 13px;
}
.zp li:last-child {
  margin-bottom: 0;
}
.zp_tit2 {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
}
.zp_p {
  font-size: 13px;
  line-height: 32px;
  color: #999999;
  padding-bottom: 40px;
}
.zp_a {
  display: block;
  font-size: 15px;
  line-height: 32px;
  color: #1076d6;
  padding-top: 23px;
  width: 62px;
  position: relative;
}
.zp_a::before,
.zp_a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 67px;
  height: 3px;
  background: #1076d6;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.zp_a::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.zp_a:hover::after,
.zp_a:focus::after {
  top: 57%;
  opacity: 1;
}
.zp_p2 {
  font-size: 13px;
  line-height: 32px;
  color: #999999;
  padding: 30px 40px 0 40px;
  display: none;
}
.on .zp_posi {
  background: url(../images/zpbg.png) no-repeat 810px #3598db;
  color: #fff;
}
.on .zp_num {
  color: #fff;
}
.ghjj5_tit2 {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.gsjj5_year {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-family: Arial;
  padding-bottom: 5px;
}
.gsjj5_p {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}
.gsjj5_ul {
  width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  height: 290px;
  overflow-x: auto;
}
.gsjj5_ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 210px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 240px;
}
.gsjj5_yuan {
  width: 18px;
  height: 18px;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  background: #fff;
}
.gsjj5_ul li:first-child {
  width: 220px;
}
.gsjj5_line {
  position: relative;
}
.gsjj5_line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 37%;
}
.yuanli2 {
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -6px;
  border-radius: 50%;
  z-index: 4;
  background: #ffffff;
  transition: .5s;
}
.gsjj5_font {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.gsjj5_odd .gsjj5_font {
  top: 0;
  bottom: auto;
}
.yuanli2:after,
.yuanli2:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.gsjj5_ul li:hover .yuanli2:before {
  -webkit-animation: boderM 3s infinite;
  -moz-animation: boderM 3s infinite;
  animation: boderM 3s infinite;
}
.gsjj5_ul li:hover .yuanli2:after {
  -webkit-animation: boderM 3s .75s infinite;
  -moz-animation: boderM 3s .75s infinite;
  animation: boderM 3s .75s infinite;
}
@keyframes boderM {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes boderM {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gsjj5_ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(255, 255, 255, 0.3);
  height: 5px;
}
.gsjj5_ul::-webkit-scrollbar-thumb {
  background: #5380c4;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.gsjj5 {
  height: 680px;
}
.gsjj5_cont {
  padding-top: 90px;
}
.gsjj5_line {
  margin-top: 30px;
}
.gsjj6 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
}
.zs2_imgposi {
  height: 540px;
  position: relative;
  width: 1200px;
}
.zs2_listf {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.zs2_listf > div {
  padding: 10px 25px;
  position: absolute;
  right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s ;
  -ms-transition: .5s ;
  -o-transition: .5s ;
  transition: .5s ;
}
.font_ov {
  display: -webkit-box;
  max-width: 570px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zs2_listf > div:hover {
  transform: translateX(-10px);
}
.zs2_listf .zs2_li1 {
  background: #ff8c76;
}
.zs2_listf .zs2_li2 {
  background: #345e9e;
  top: 80px;
  right: 93px;
}
.zs2_listf .zs2_li3 {
  background: #3598db;
  top: 160px;
  right: 38px;
}
.zs2_listf .zs2_li4 {
  background: #27c79a;
  top: 270px;
  right: 95px;
}
.zs2_listf .zs2_li5 {
  background: #5380c4;
  top: 373px;
}
.zs2_listf > div:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  left: -21px;
  border-top: 10px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 10px solid transparent;
  top: 19px;
}
.zs2_listf .zs2_li1:before {
  border-color: transparent #f0eff5 transparent transparent;
}
.zs2_listf .zs2_li2:before {
  border-color: transparent #345e9e transparent transparent;
}
.zs2_listf .zs2_li3:before {
  border-color: transparent #3598db transparent transparent;
}
.zs2_listf .zs2_li4:before {
  border-color: transparent #27c79a transparent transparent;
}
.zs2_listf .zs2_li5:before {
  border-color: transparent #5380c4 transparent transparent;
}
.cjwt_wt {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 13px 40px 13px 40px;
  border-bottom: solid #dcdcdc 1px;
  position: relative;
  cursor: pointer;
  transition: .5s;
  background: url(../images/jia2.png) no-repeat 820px center;
}
.reason {
  box-sizing: border-box;
  background: #fff;
  padding: 30px 39px 50px 39px;
  display: none;
  color: #555555;
}
li.on .reason,
.default1 .reason {
  background: #f7f7f6;
  display: block;
}
li.on .cjwt_wt {
  background: url(../images/zpbg.png) no-repeat 820px #3598db;
  color: #fff;
}
/*newdet*/
.share div.bdsharebuttonbox {
  width: 112px;
  float: left;
}
.share p {
  float: left;
}
.share div.bdsharebuttonbox {
  width: 112px;
  float: left;
}
.share p {
  float: left;
}
.share {
  line-height: 40px;
  overflow: hidden;
}
.p_new {
  overflow: hidden;
  display: inline-block;
}
.pl {
  float: left;
}
.newsTitleBox {
  text-align: center;
}
.newsDetail {
  width: 870px;
  background-color: #f2f2f2;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsDetail .newsTitleBox {
  margin: 0 auto;
  width: 760px;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 9px;
}
.newsDetail .newsTitleBox h1 {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.newsDetail .newsTitleBox p {
  font-size: 13px;
  color: #999;
  line-height: 35px;
  text-align: center;
}
.newsDetail .newsDetails {
  padding: 20px 40px 0;
}
.newsDetail .newsDetails p {
  color: #666;
  line-height: 28px;
  text-indent: 2em;
      font-family: SimSun;
}
.newsDetail .newsDetails span {
  color: #666;
  line-height: 28px;
  text-indent: 2em;
      font-family: SimSun;
}
.newsDetail .newsDetails img {
  margin: 15px auto 15px auto;
  display: block;
}
.share .bdshare-button-style0-24 .bds_tsina {
  background: url(../images/share_03.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style0-24 .bds_qzone {
  background: url(../images/share1_05.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style0-24 .bds_sqq {
  background: url(../images/share_07.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style0-24 .bds_weixin {
  background: url(../images/share_09.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
  margin-right: 3px;
}
.share .bdshare-button-style0-24 .bds_tsina:hover {
  background: url(../images/shareh_03.png) no-repeat center;
}
.share .bdshare-button-style0-24 .bds_qzone:hover {
  background: url(../images/share_05.png) no-repeat center;
}
.share .bdshare-button-style0-24 .bds_sqq:hover {
  background: url(../images/shareh_07.png) no-repeat center;
}
.share .bdshare-button-style0-24 .bds_weixin:hover {
  background: url(../images/shareh_09.png) no-repeat center;
}
.newsDetail .detailPage {
  margin: 0 auto;
  width: 760px;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-top: 50px;
}
.newsDetail .detailPage .detailPageL,
.newsDetail .detailPage .detailPageR {
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.newsDetail .detailPage .detailPageL {
  padding-left: 29px;
  background: url(../images/L01.png) no-repeat left;
  left: 0;
}
.newsDetail .detailPage .detailPageR {
  padding-right: 29px;
  background: url(../images/R01.png) no-repeat right;
  right: 0;
}
.newsDetail .detailPage .detailPageL:hover,
.newsDetail .detailPage .detailPageR:hover {
  color: #00a4ff;
}
.newsDetail .detailPage .detailPageC {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.detailPageC a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.detailPageC a:hover {
  color: #00a4ff;
}
.newa_slidebox {
  height: 168px;
  overflow: hidden;
}
.dowload {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.download_a {
  display: block;
  padding: 18px 46px;
  color: #555;
  line-height: 32px;
  text-align: left;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  transition: .5s;
  background: #f2f2f2;
  padding-right: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download_a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/download_03.png) no-repeat center;
  transition: .5s;
}
.dowload .download_a:last-child {
  margin-bottom: 0;
}
.download_a:hover {
  background: #3598db;
  color: #fff;
}
.download_a:hover:after {
  background-image: url(../images/downloadh_03.png);
}


.qrd_aleft::-webkit-scrollbar {
  width: 4px;
  background: #f0f8fb;
  height: 5px;
}

.qrd_aleft::-webkit-scrollbar-thumb {
  background:#3598db;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}

.qrd_aright::-webkit-scrollbar {
  width: 4px;
  background: #f0f8fb;
  height: 5px;
}

.qrd_aright::-webkit-scrollbar-thumb {
  background:#3598db;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}

.srd7_img img {position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);}
.qrd_num1 img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.qrd_aleft>a:first-child{line-height: 55px;background:#3598db;color:#fff;cursor:auto;margin-bottom:11px;}
.scroll_qrd{height:368px;overflow-y: auto;}
.scroll_qrd::-webkit-scrollbar {
  width: 4px;
  background: #f0f8fb;
  height: 5px;
}
.scroll_qrd::-webkit-scrollbar-thumb {
  background:#3598db;
  width: 4px;
  background-clip: padding-box;
  height: 13px ;
  border-radius: 15px;
}
.alhide{display:none;padding-top:9px;}



.log_btn {
      background: #006fb5 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin-left: 15px;
    width: 180px;
    margin-bottom: 35px;
    margin-top: 38px;
        border: 1px solid #eee;
}
    .dtnr_le a{ color:#fff;}


#exam_paper{ margin: auto;
    width: 1200px;}
#exam_paper h2.page_title{ padding:12px 0 8px 12px; min-width:678px; max-width:888px;}
#exam_paper #func_list{ font-size:12px; font-weight:normal; float:right;}
#exam_paper #func_list li{ width:80px; height:24px; background:url(../image/tit_bg.jpg) -890px 0 no-repeat; text-align:center; margin-left:5px; float:left;}
#exam_paper #func_list li a{ display:block; width:80px; padding-top:2px; text-decoration:none;}
#exam_paper #func_list li a:hover{ color:#444;}
#exam_paper #func_list li#show_menu.menu{ position:relative;}
#exam_paper #func_list li#show_menu .menu-hd{ width:80px; height:24px;}
#exam_paper #func_list li#show_menu .menu-hd a.collapsible{ width:70px; height:22px; padding-right:10px; background:url(../image/tit_bg.jpg) -890px -60px no-repeat;}
#exam_paper #func_list li#show_menu .menu-hd a.collapsible.open{background:url(../image/tit_bg.jpg) -890px -90px no-repeat;}
#exam_paper #func_list li#show_menu .menu-bd{ width:64px; background:#eaeaea; position:absolute; top:24px; left:0; padding:8px; z-index:1000;}
#exam_paper #func_list li#show_menu .menu-bd dd a{ width:52px; border-bottom:#b4b4b4 1px dotted; padding:0 6px;}
#exam_paper #func_list li#show_menu .menu-bd dd a:hover{ color:#3096a0;}

#exam_paper #func_list li#anew_menu.menu{ position:relative;}
#exam_paper #func_list li#anew_menu .menu-hd{ width:80px; height:24px;}
#exam_paper #func_list li#anew_menu .menu-hd a.collapsible{ width:80px; height:22px; background:url(../image/exam_paper_func_bg.jpg) 0 -30px no-repeat;}
#exam_paper #func_list li#anew_menu .menu-hd a.collapsible.open{background:url(../image/exam_paper_func_bg.jpg) 0 -30px no-repeat;}
#exam_paper #func_list li#anew_menu .menu-bd{ width:64px; background:#f5efdf; position:absolute; top:24px; left:0; padding:8px; z-index:1000;}
#exam_paper #func_list li#anew_menu .menu-bd dd a{ width:52px; border-bottom:#b4b4b4 1px dotted; padding:0 6px;}
#exam_paper #func_list li#anew_menu .menu-bd dd a:hover{ color:#3096a0;}

#exam_paper #func_list li#save{ position:relative;}
#exam_paper #func_list li#save #save_img{ position:absolute; top:35px; left:-15px;}

#exam_paper h1{ font-size:18px; text-align:center;}
#exam_paper h5{ font-size:12px; font-weight:normal; text-align:center; color:#666; margin:10px 0 20px 0}
#exam_paper .qu_type{ background:#efefef; padding:10px 20px; font-size:14px; color:#3096a0; margin-bottom:10px;}
#exam_paper .qu_type span{ font-size:12px; color:#444; font-weight:normal; margin-left:12px;}
#exam_paper #qu_type_btn{ height:28px; margin:0 auto; font-size:12px; line-height:30px; margin-bottom:20px;}
#exam_paper #qu_type_btn li{ width:129px; height:28px; margin:0 5px; float:left; text-align:center;}
#exam_paper #qu_type_btn li a{ display:block; width:129px; height:28px; background:url(../image/tit_bg.jpg) -130px -110px; color:#898989;}
#exam_paper #qu_type_btn li a.on{ background:url(../image/tit_bg.jpg) 0px -110px; color:#4f979f;}
#exam_paper #qu_type_next{ height:26px; text-align:center; font-size:12px; line-height:28px; margin-bottom:50px;}
#exam_paper #qu_type_next li{ width:90px; height:26px; margin:0 5px; display:inline; text-align:center;}
#exam_paper #qu_type_next li a{ display:inline-block; width:90px; height:26px; background:url(../image/tit_bg.jpg) -260px -110px; }
#exam_paper #qu_type_next li a:hover{ color:#f18e1e;}
#exam_paper #qu_type_next li a.no{ color:#c9c9c9;}

#exam_paper .qu_content{ border:#cecece 1px solid; padding:14px; margin-bottom:10px;}
#exam_paper .qu_content_hover{ border:#e7ba6f 1px solid; padding:14px; margin-bottom:10px;}
#exam_paper .qu_content .cz{ display:none;}
#exam_paper .qu_content_hover .cz{ display:inline;}
#exam_paper .qu_content_mark{ background:#fffef3; border:#9ad5db 1px solid; padding:14px; margin-bottom:10px;}
#exam_paper .qu_content_mark_hover{ background:#fffef3; border:#e7ba6f 1px solid; padding:14px; margin-bottom:10px;}
#exam_paper .qu_content_mark .cz{ display:none;}
#exam_paper h3{ font-size:14px; color:#814c19; font-weight:normal; margin-bottom:8px;}
#exam_paper p{ line-height:22px;}
#exam_paper .qu_content table,#exam_paper .qu_content_hover table{ border-color:#ccc; margin:0 auto;}
#exam_paper .qu_content table td,#exam_paper .qu_content_hover table td{ padding:0 10px;}

#exam_paper .qu_option{ border:#cecece 1px dashed; background:#f4f4f4; padding:6px 10px; margin-top:20px; *min-height:25px; _height:25px;}
#exam_paper .qu_option_hover{ border:#e7ba6f 1px dashed; background:#f4f4f4; padding:6px 10px; margin-top:20px; *min-height:25px; _height:25px;}
#exam_paper .option_single input,#exam_paper .option_multiple input{margin-right:5px; border:none; cursor:pointer;}

#exam_paper .option_single .option_single_a{ background:url(../image/btn_qu_option.jpg) 0 0;}
#exam_paper .option_single .option_single_a_hover{ background:url(../image/btn_qu_option.jpg) 0 -25px;}
#exam_paper .option_single .option_single_a_on{ background:url(../image/btn_qu_option.jpg) 0 -50px;}
#exam_paper .option_single .option_single_b{ background:url(../image/btn_qu_option.jpg) -65px 0;}
#exam_paper .option_single .option_single_b_hover{ background:url(../image/btn_qu_option.jpg) -65px -25px;}
#exam_paper .option_single .option_single_b_on{ background:url(../image/btn_qu_option.jpg) -65px -50px;}
#exam_paper .option_single .option_single_c{ background:url(../image/btn_qu_option.jpg) -130px 0;}
#exam_paper .option_single .option_single_c_hover{ background:url(../image/btn_qu_option.jpg) -130px -25px;}
#exam_paper .option_single .option_single_c_on{ background:url(../image/btn_qu_option.jpg) -130px -50px;}
#exam_paper .option_single .option_single_d{ background:url(../image/btn_qu_option.jpg) -195px 0;}
#exam_paper .option_single .option_single_d_hover{ background:url(../image/btn_qu_option.jpg) -195px -25px;}
#exam_paper .option_single .option_single_d_on{ background:url(../image/btn_qu_option.jpg) -195px -50px;}

#exam_paper .option_multiple .option_multiple_a{ background:url(../image/btn_qu_option.jpg) 0 -75px;}
#exam_paper .option_multiple .option_multiple_a_hover{ background:url(../image/btn_qu_option.jpg) 0 -100px;}
#exam_paper .option_multiple .option_multiple_a_on{ background:url(../image/btn_qu_option.jpg) 0 -125px;}
#exam_paper .option_multiple .option_multiple_b{ background:url(../image/btn_qu_option.jpg) -66px -75px;}
#exam_paper .option_multiple .option_multiple_b_hover{ background:url(../image/btn_qu_option.jpg) -66px -100px;}
#exam_paper .option_multiple .option_multiple_b_on{ background:url(../image/btn_qu_option.jpg) -66px -125px;}
#exam_paper .option_multiple .option_multiple_c{ background:url(../image/btn_qu_option.jpg) -131px -75px;}
#exam_paper .option_multiple .option_multiple_c_hover{ background:url(../image/btn_qu_option.jpg) -131px -100px;}
#exam_paper .option_multiple .option_multiple_c_on{ background:url(../image/btn_qu_option.jpg) -131px -125px;}
#exam_paper .option_multiple .option_multiple_d{ background:url(../image/btn_qu_option.jpg) -196px -75px;}
#exam_paper .option_multiple .option_multiple_d_hover{ background:url(../image/btn_qu_option.jpg) -196px -100px;}
#exam_paper .option_multiple .option_multiple_d_on{ background:url(../image/btn_qu_option.jpg) -196px -125px;}
#exam_paper .option_multiple .option_multiple_e{ background:url(../image/btn_qu_option.jpg) -261px -75px;}
#exam_paper .option_multiple .option_multiple_e_hover{ background:url(../image/btn_qu_option.jpg) -261px -100px;}
#exam_paper .option_multiple .option_multiple_e_on{ background:url(../image/btn_qu_option.jpg) -261px -125px;}

#exam_paper #editor,#exam_paper #amount,#exam_paper #btn_exam_paper,#exam_paper #btn_exam_paper_over{ margin:10px auto; font-size:12px;}
#exam_paper #amount,#exam_paper #btn_exam_paper,#exam_paper #btn_exam_paper_over{ text-align:center;}
#exam_paper #btn_exam_paper input{ width:144px; height:44px; background:url(../image/tit_bg.jpg) -230px -140px no-repeat; border:none; cursor:pointer;}
#exam_paper #btn_exam_paper_over input{ width:144px; height:44px; background:url(../image/tit_bg.jpg) 0 -205px no-repeat; border:none; cursor:pointer;}
#exam_paper #editor table{ background-color:#f4f4f4;}

#exam_paper .answer{ background:url(../image/tit_bg.jpg) 0 -185px no-repeat; padding-top:14px; margin-top:10px;}
#exam_paper .answer ul{ background:#fffef3; border:#9ad5db 1px solid; border-top:none; padding:25px 30px;}
#exam_paper .answer_icon_r{ width:24px; height:24px; background:url(../image/icon.gif) 0 -40px;}
#exam_paper .answer_icon_w{ width:24px; height:24px; background:url(../image/icon.gif) -30px -40px;}

#exam_paper #self_explain{ width:690px; margin:10px auto;}
#exam_paper #self_explain ul{ border:#e2e2e2 1px solid; padding:14px 20px; font-size:12px; margin-bottom:10px;}
#exam_paper #self_explain p{ background:#f5efdf; text-align:center; padding:6px 10px;}
#exam_paper #self_option input{ width:48px; height:18px; border:#85b1b5 1px solid;}
#exam_paper #self_option_btn{ text-align:center; margin-top:20px;}
#exam_paper #self_option_btn input{ width:219px; height:31px; background:url(../image/tit_bg.jpg) 0 -140px no-repeat;
 border:none; cursor:pointer; color:#fff; font-size:14px;}

#save_prompt{ width:186px; border:#cecece 1px solid; background:#f2f2f2;
 position:fixed; left:84%; top:50%; _position:absolute; _margin-top:300px;
  _top:expression(eval(document.documentElement.scrollTop));}
#save_prompt h4{ height:20px; background:url(../image/tit_bg.jpg) 0 -40px no-repeat; font-size:12px; padding:8px 0 0 10px;}
#save_prompt p{ font-size:12px; padding:10px 16px; line-height:24px;}

#calculator{ width:520px; border:#cecece 1px solid; background:#f2f2f2; position:absolute; left:34%; top:34%; _top:40%;}
#calculator h4{ height:25px; background:url(../image/tit_bg.jpg) 0 -70px; font-size:12px; padding:8px 0 0 10px;}
#calculator p{ padding:10px;}

#fenshu{ width:230px; height:115px; background:url(../image/fenshu.gif) -510px -60px no-repeat; position:absolute; left:68%; top:35%; _top:40%;}
#fenshu .n1{ width:40px; height:78px; background:url(../image/fenshu.gif) 0 -97px; float:left;}
#fenshu .n2{ width:70px; height:70px; background:url(../image/fenshu.gif) -87px 0; float:left;}
#fenshu .n3{ width:70px; height:70px; background:url(../image/fenshu.gif) -77px -96px; float:left;}
#fenshu .n4{ width:70px; height:86px; background:url(../image/fenshu.gif) -194px 0; float:left;}
#fenshu .n5{ width:77px; height:82px; background:url(../image/fenshu.gif) -172px -91px; float:left;}
#fenshu .n6{ width:61px; height:80px; background:url(../image/fenshu.gif) -298px 0; float:left;}
#fenshu .n7{ width:57px; height:74px; background:url(../image/fenshu.gif) -402px 0; float:left;}
#fenshu .n8{ width:70px; height:83px; background:url(../image/fenshu.gif) -270px -270px; float:left;}
#fenshu .n9{ width:68px; height:86px; background:url(../image/fenshu.gif) -364px -89px; float:left;}
#fenshu .n0{ width:64px; height:78px; background:url(../image/fenshu.gif) 0 0; float:left;}
#fenshu .ndot{ width:75px; height:70px; background:url(../image/fenshu.gif) -470px 0; float:left;}

#exam_refer{ clear:both; width:520px; border:#cecece 1px solid; background:#f2f2f2;font-size:12px;}
#exam_refer h4{ height:25px; background:url(../image/tit_bg.jpg) 0 -70px; font-size:12px; padding:8px 0 0 10px;}
#exam_refer ul{ padding:20px; font-weight:normal;}
#exam_refer #btn_conf,#exam_refer #btn_canc{ width:57px; height:25px; background:url(../image/tit_bg.jpg) -890px -120px no-repeat; border:none; cursor:pointer; margin:0 5px; color:#fff;}
#exam_refer #btn_canc{ background:url(../image/tit_bg.jpg) -890px -145px no-repeat; color:#868585;}

.float_div1{}
.float_div2{position:fixed;_position:absolute;top:0;z-index:300;}

#tixingmulu{ line-height:24px;}
#tixingmulu p{ margin-left:30px;}
#tixingmulu tr td{ border-bottom:#d9d9d9 1px solid; padding:20px;}
#tixingmulu h3{ background:#efefef; padding:10px; margin-bottom:20px; font-size:14px;}
#tixingmulu .enter_btn{ display:inline-block;  width:114px; height:36px; background:url(../image/btn_login.jpg) -141px -36px;}

#data_area{ border:#e7ba6f 1px solid;}
#data_area .hd{ border-bottom:#e7ba6f 1px solid; padding:6px 10px;}
#data_area .hd a{ text-decoration:none;}
#data_area .bd{ height:180px; padding:20px;overflow-x:hidden;overflow-y:auto;}
#data_que ul{ height:27px; border-bottom:#9ad5db 1px solid;}
#data_que ul li{ width:61px; height:26px; border:#d0d0d0 1px solid; border-bottom:none; float:left; margin-right:6px;}
#data_que ul li.up{ border:#9ad5db 1px solid; border-bottom:#fffef3 1px solid; background:#fffef3; float:left; margin-right:6px;}
#data_que ul li a{ display:block; width:61px; height:26px; text-align:center; line-height:30px; cursor:pointer;}
#data_que .conbox{ border:#9ad5db 1px solid; border-top:none; background:#fffef3; padding:20px 30px; margin-bottom:50px;}
#data_que .conbox .cz_menu{ background:#d8ebf3; padding:8px 10px;}
#data_que .conbox .cz_menu a{ text-decoration:none;}
#data_que .conbox .d_textarea{ border:#d8ebf3 1px solid; background:#f9f9f8; overflow-x:hidden;overflow-y:auto; padding:20px; height:150px;}
.icon_copy{ display:inline-block; width:20px; height:21px; background:url(../image/icon.gif) -100px -350px; margin:0 4px 0 14px;}
.icon_cut{ display:inline-block; width:18px; height:21px; background:url(../image/icon.gif) -141px -350px; margin:0 4px 0 14px;}
.icon_affix{ display:inline-block; width:20px; height:21px; background:url(../image/icon.gif) -100px -350px; margin:0 4px 0 14px;}
.icon_mark{ display:inline-block; width:20px; height:20px; background:url(../image/icon.gif) -60px -350px; margin:0 4px 0 14px;}
.icon_mark_c{ display:inline-block; width:20px; height:20px; background:url(../image/icon.gif) -80px -350px; margin:0 4px 0 14px;}
.icon_zoomin{ display:inline-block; width:20px; height:20px; background:url(../image/icon.gif) -18px -375px; margin:0 4px 0 14px;}
.icon_zoomout{ display:inline-block; width:20px; height:20px; background:url(../image/icon.gif) -38px -375px; margin:0 4px 0 14px;}
.icon_formula{ display:inline-block; width:22px; height:20px; background:url(../image/icon.gif) -159px -350px; margin:0 4px 0 14px;}
.icon_input{ display:inline-block; width:16px; height:16px; background:url(../image/icon.gif) -182px -352px; margin:0 4px 0 14px;}
.icon_calculator{ display:inline-block; width:20px; height:20px; background:url(../image/icon.gif) -20px -350px; margin:0 4px 0 14px;}


/*.lvbiao{ width:758px; background:#f7f7f7; border:#62b9c2 2px solid; color:#444; padding:16px;}*/
.lvbiao{ width:758px; background:#f7f7f7; color:#444; padding:16px;}
.lvbiao h4{ font-size:14px;}
.lvbiao a{ color:#1b818c; font-size:14px; font-weight:normal; cursor:pointer;}
.lvbiao h5{ color:#444; font-size:14px; text-align:left; margin:10px 0 10px;}
.lvbiao table{ border:#dedede 1px solid; text-align:center; line-height:26px;font-size:12px;}
.lvbiao table th{ border:#dedede 1px solid; background:#62b9c2; color:#fff; font-weight:normal;}
.lvbiao table td{ border:#dedede 1px solid; padding:0 2px;}
.lvbiao table .bg_blue{ background:#e9f3f4;}
.lvbiao .lvbiao_close{ display:block; width:77px; height:29px; line-height:30px; margin:16px auto; background:url(../image/lvbiao_close_btn.jpg) no-repeat; text-align:center; font-weight:bold; text-decoration:none;}

.xiazsd{    text-decoration: underline;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    color: red;
    font-size: 18px;
    cursor: pointer;}
    
    #kecheng h2 {
    margin-top: 6px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    padding-top: 1px;
    padding-bottom: 5px;
    position:relative;
}
#kecheng h2:after{content:"";position:absolute;width:6px;height:6px;background:#ccc;border-radius:50px;left:0;top:9px;}
#kecheng ul li a {
    margin: 0px;
    padding-left: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    position:relative;
     -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
#kecheng ul li a:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;left:8px;top:8px;background:#999; -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;}
#kecheng {
    float: left;
    margin-top: 0px;
    margin-bottom: 6px;
    padding: 0px;
    font-size: 12px;
    color: #333333;
    width:800px;
    padding-bottom:10px;
}
#kecheng ul li{
    line-height: 35px;
    border-bottom: dashed #eee 1px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;}
#kecheng ul li:hover {
  

    border-color: #3598db;
}
#kecheng ul li:hover a{color:#3598db;}
#kecheng ul li:hover a:before{background:#3598db;}


.tc{position:fixed;width:204px;height:90px;right:0;bottom:490px;
  background:url(../images/fixedr.jpg) no-repeat center rgba(56,101,166,.5);z-index:30;display:none;}
.tc_tit{font-size:18px;line-height: 34px;color:#fff;text-align:center;padding-top: 9px}
.tc_a{display:block;width:100px;height:30px;line-height: 30px;border-radius:20px;border:solid #fff 1px;text-align:center;margin:0 auto;color:#fff;margin-top:5px;transition:.5s;}
.tc_a:hover{background:#3865a6;border-color:#3865a6;}


.detailPageqq a{display: block;margin-bottom: 10px;}
.detailPageqq a span{
	display: inline-block;
	width: 55px;
	height: 30px;
	background: #1780c8;
	font-size: 14px;
	color: white;
	text-align: center;line-height: 30px;
}
.guanlis a{ display:block;margin: 8px 18px;
    color: #666;}
.guanlis span{
    text-indent: 18px;
    display: block;
    margin: 12px 0;
    }
.guanlis {  border: solid #e5e5e5 1px;margin-top: 15px;}
.guanlis a:hover{ color: #3598db;}
.guanlis2 {
    min-height: 200px;
    border-top: 2px solid red;
    display: flow-root;
}
.guanlis2 a{
    /* background-color: red; */
    color: red;
    display: block;
    padding: 3px 10px;
    border: 1px solid #9E9E9E;
    border-radius: 10px;
    font-weight: bold;
    float: left;
    margin: 5px 5px;
}
.guanlis2 .hong{    color: red;}
.guanlis2 .hei{    color: black;}
.guanlis2 span{
    text-align: center;
    border-bottom: 1px solid #9E9E9E;
    /* padding-bottom: 5px; */
    margin: auto;
    line-height: 32px;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-indent: 0px;
}