* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff !important;
}
a:active, 
a:hover {
  outline: 0;
  text-decoration: none!important;
}
.c_ban_box img{
  width: 100%;
  overflow: hidden;
}


/* header开始 */

	
.lf {
  float: left
}

.rg {
  float: right
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px
}

.head {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1000px;
  z-index: 9;
  background: rgba(173, 128, 31, 0.6);
  height: 70px;
  transition: all .3s
}

.logo {
  transition: all .3s;
  margin: 8px 8%;
}

.logo a {
  display: block;
  position: relative;
  overflow: hidden
}

.logo img {
  width: 100%;
  position: relative;
  z-index: 999
}

.logo .p1 {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 80%;
}

.nav {
  width: 60%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.nav ul li {
  float: left;
  width: 11.5%;
  height: 70px;
  transition: all .3s
}

.nav ul li .a1 {
  line-height: 70px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all .3s
}

.nav ul li:hover .a1 {
  color: #333;
  transition: all .3s
}

.nav ul li .div1 {
  display: none;
  background: rgba(255,255,255,0.8);
  width: 100%;
  left: 0px;
  position: absolute;
  top: 70px;
  z-index: 100
}

.nav ul li .div1 .p1 {
  width: 57.4%;
  float: right;
  height: 65px;
  line-height: 65px
}

.nav ul li .div1 .p1 a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  margin-right: 5%;
  transition: all .5s
}

.nav ul li .div1 .p1 a:hover {
  color: #000
}

.nav ul li .mad3 .p1 .pad {
  margin-left: 30%
}

.nav ul li .mad4 .p1 .pad {
  margin-left: 44%
}

.nav ul li .mad5 .p1 .pad {
  margin-left: 45%
}

.nav ul li .mad6 .p1 {
  text-align: right
}
.moblie_head,
.a_txt {
  display: none
}
.nav_pc{
  padding-right: 10%;
}
.nav ul li:first-child .div1{
  display: none!important;
}
.nav ul li:nth-child(3) .div1{
  display: none!important;
}
.nav ul li:nth-child(4) .div1{
  display: none!important;
}
.nav ul li:nth-child(8) .div1{
  display: none!important;
}
/*小于1600大于1200稍微调整下字体*/

@media screen and (max-width: 1600px) and (min-width:1200px) {
  .nav ul li .a1 {
    font-size: 14px
  }
  .nav ul li .div1 .p1 a {
    font-size: 12px
  }
  .foot_top ul {
    margin-left: 60px
  }
  .nav ul li .div1 .p1 {
    width: 58.1%
  }
}
/*移动端导航*/

@media screen and (max-width: 1024px) and (min-width: 0px) {
  .head {
    display: none
  }
  .moblie_head {
    display: block;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255);
    border-bottom: 1px solid #f5ad00;
  }
  .moblie_head .lf {
    padding-top: 7px;
    padding-left: 5%
  }
  .moblie_head .lf img {
    height: 44px
  }
  .moblie_head .rg {
    padding-right: 5%;
    padding-top: 14px
  }
  .moblie_head .rg a img {
    height: 24px;
    vertical-align: top;
    position: relative;
    top: 3px;
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%
  }
  .a_txt .div3 ul {
    padding-left: 5%;
    padding-right: 5%
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid #232530
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(/assets/image/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(/assets/image/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }
}
.cn_lang{
  display: none;
}
.en_lang{
  background: #ffff;
  border-radius: 50%;
  position: relative;
  top: 20px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  line-height: 30px;
  text-align: center;
}
/* header结束 */

.w {
  background-color: #fff;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1300px;
}
.nav_w {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1220px;
}
.nav_w form{
  position: absolute;
  top: 70px;
}
.well{
  background: none!important;
  border: none!important;
  padding: 0!important;
}
.input-group-lg>.form-control{
  height: 48px!important;
 
}
.nav_w .container-fluid {
  padding-right: 0;
  width: 100%;
  z-index: 999;
}
.nav_w  .right_search {
    position: absolute;
    right: 75px;
    top: 15px;
  }
  .nav_w  .right_search .zyflg_a:hover{
    color: rgba(173, 128, 31, 0.5)!important;
  }
.nav_w    .lan_btn{
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    padding: 1px;
    font-size: 14px;
    margin-left: 15px;
    color:#f5ad00;
}
input {
  outline: none;
}
.click {
  cursor: pointer;
}
li {
  list-style: none;
}
.bar_qy_hy a {
  color: #000;
}
.nav--prev {
  width: 0 !important;
}
.nav--next {
  width: 0 !important;
}
.jc-right svg,
.jc-left svg {
  fill: #fff !important;
}
.jc-right,
.jc-left {
  background: rgba(0, 0, 0, 0.5) !important;
}
.sea_search {
  position: relative;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1) border-box;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-color: #f5f5f5;
  text-align: center;
  background: url(/assets//image/About.jpg) center center no-repeat;
  background-size: cover;
}
.sea_search .jzys{
  color: #fff;
  width: 100%;
  margin-top: 175px;
}
.sea_search .jzys .jzys_title{
  font-size: 4rem;
  margin-bottom: 0.6rem;
}
.jzys_neirong{
  font-size: 20px;
}
.sea_search img {
  width: 100%;
  height: 100%;
}
.sea_search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -30px;
  z-index: -1;
}
.fy .pagination li a {
  color: #333!important;
  font-size: 14px!important;
}
.fy .pagination .active a{
  background: #f5ad00 !important;
  border: 1px solid #f5ad00!important;
  color: #fff!important;
}

/* 公共主题色 */
.text_color{
  color: #f5ad00!important;
}
.bac_color{
  background: #f5ad00!important;
}
/* 公共主题色 */

/* 公共样式-----登录页面-------------------开始 */
.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1001;
  display: none;
}
.login .login_box {
  position: absolute;
  width: 600px;
  height: 400px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 60px;
}
.login .login_box .close {
  position: absolute;
  font-size: 30px;
  right: 29px;
  top: 17px;
}
.login .login_box .phone_login {
  text-align: center;
}
.login .login_box .phone_login h4 {
  font-size: 20px;
  border-bottom: 2px solid #ededed;
  line-height: 40px;
  color: #7e9dc1;
}
.login .login_box .phone_login h4 span {
  display: inline-block;
  border-bottom: 2px solid #7e9dc1;
  line-height: 40px;
  padding: 0 15px;
}
.login .login_box .phone_login .login_input .phone {
  padding: 15px 50px;
}
.login .login_box .phone_login .login_input .phone p {
  width: 96%;
  height: 47px;
  background-color: #f1f3f7;
  border-radius: 30px;
  padding: 1px 14px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.login .login_box .phone_login .login_input .phone p span {
  display: inline-block;
  width: 8%;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  left: 21px;
  top: 8px;
  color: #7e9dc1;
}
.login .login_box .phone_login .login_input .phone p input {
  position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 0px 34px 34px 0px;
    vertical-align: middle;
    display: inline-block;
    width: 80%;
    border: 0;
    height: 90%;
    padding: 0px 10px;
    font-size: 14px;
    color: #000;
    border-left: 0;
    background: #f1f3f7;
    border-left: 1px solid #ccc;
}
.login .login_box .phone_login .login_input .phone p ::placeholder {
  color: #ccc;
}
.login .login_box .phone_login .login_input .phone_dxm {
  padding: 0px 50px;
}
.login .login_box .phone_login .login_input .phone_dxm p {
  width: 100%;
  height: 47px;
}
.login .login_box .phone_login .login_input .phone_dxm p .phone_left {
  display: inline-block;
  width: 65%;
  height: 100%;
  border-radius: 30px;
  background-color: #f1f3f7;
  overflow: hidden;
  position: relative;
}
.login .login_box .phone_login .login_input .phone_dxm p .phone_left span {
  display: inline-block;
  width: 8%;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  top: 8px;
  color: #7e9dc1;
}
.login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
  position: absolute;
  right: 4px;
  top: 3px;
  border-radius: 0px 34px 34px 0px;
  vertical-align: middle;
  display: inline-block;
  width: 71%;
  border: 0;
  height: 89%;
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
  border-left: 0;
  background: #f1f3f7;
  border-left: 1px solid #ccc;
}
.login .login_box .phone_login .login_input .phone_dxm p .phone_left ::placeholder {
  color: #ccc;
}
.login .login_box .phone_login .login_input .phone_dxm p .codezzc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  height: 100%;
}
.login .login_box .phone_login .login_input .phone_dxm p .phone_right {
  position: relative;
  display: inline-block;
  width: 29%;
  background-color: #f1f7ff;
  height: 47px;
  border-radius: 30px;
  color: #666;
  overflow: hidden;
  line-height: 47px;
  font-size: 12px;
  cursor: pointer;
}
.login .login_box .phone_login .login_input .login_btn button {
  height: 47px;
  border: 0;
  width: 34%;
  margin-top: 17px;
  color: #fff;
  /* background: #0076ff; */
  border-radius: 30px;
  outline: none;
  background: #7e9dc1;
  font-size: 14px;
}

.login .login_box .phone_login .login_input .login_btn span{
  padding-left: 13px;
  cursor: pointer;
  font-size: 14px;
  color: #000;

}
/* 密码登录---开始 */
.login .login_box .login_tit {
  display: flex;
  justify-content: space-between;
}
.login .login_box .login_tit  h4 {
  width: 50%;
  text-align: center;
  font-size    : 24px;
  color        : #333;
  border-bottom: 2px solid #ededed;
  line-height  : 40px;
  cursor: pointer;
  color: #666;
}
.login .login_box .login_tit  .active_h4 {
  color        : #1891ff;
  border-bottom: 2px solid #1891ff;


}
.login .login_box .password_login {
  text-align: center;
  display: none;
}
.login .login_box .password_login h4 {
  font-size: 20px;
  border-bottom: 2px solid #ededed;
  line-height: 40px;
  color: #7e9dc1;
}
.login .login_box .password_login h4 span {
  display: inline-block;
  border-bottom: 2px solid #7e9dc1;
  line-height: 40px;
  padding: 0 15px;
}
.login .login_box .password_login .login_input .phone {
  padding: 15px 50px;
}
.login .login_box .password_login .login_input .phone p {
  width: 96%;
  height: 47px;
  background-color: #f1f3f7;
  border-radius: 30px;
  padding: 1px 14px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.login .login_box .password_login .login_input .phone p span {
  display: inline-block;
  width: 8%;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  left: 21px;
  top: 8px;
  color: #7e9dc1;
}
.login .login_box .password_login .login_input .phone p input {
  position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 0px 34px 34px 0px;
    vertical-align: middle;
    display: inline-block;
    width: 80%;
    border: 0;
    height: 90%;
    padding: 0px 10px;
    font-size: 14px;
    color: #000;
    border-left: 0;
    background: #f1f3f7;
    border-left: 1px solid #ccc;
}
.login .login_box .password_login .login_input .phone p ::placeholder {
  color: #ccc;
}
.login .login_box .password_login .login_input .phone_dxm {
  padding: 0px 50px;
}
.login .login_box .password_login .login_input .phone_dxm p {
  width: 100%;
  height: 47px;
}
.login .login_box .password_login .login_input .phone_dxm p .phone_left {
  display: inline-block;
  width: 65%;
  height: 100%;
  border-radius: 30px;
  background-color: #f1f3f7;
  overflow: hidden;
  position: relative;
}
.login .login_box .password_login .login_input .phone_dxm p .phone_left span {
  display: inline-block;
  width: 8%;
  font-size: 32px;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  top: 8px;
  color: #7e9dc1;
}
.login .login_box .password_login .login_input .phone_dxm p .phone_left input {
  position: absolute;
  right: 4px;
  top: 3px;
  border-radius: 0px 34px 34px 0px;
  vertical-align: middle;
  display: inline-block;
  width: 71%;
  border: 0;
  height: 89%;
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
  border-left: 0;
  background: #f1f3f7;
  border-left: 1px solid #ccc;
}
.login .login_box .password_login .login_input .phone_dxm p .phone_left ::placeholder {
  color: #ccc;
}
.login .login_box .password_login .login_input .phone_dxm p .codezzc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  height: 100%;
}
.login .login_box .password_login .login_input .phone_dxm p .phone_right {
  position: relative;
  display: inline-block;
  width: 29%;
  background-color: #f1f7ff;
  height: 47px;
  border-radius: 30px;
  color: #666;
  overflow: hidden;
  line-height: 47px;
  font-size: 12px;
  cursor: pointer;
}
.login .login_box .password_login .login_input .login_btn button {
  height: 47px;
  border: 0;
  width: 34%;
  margin-top: 17px;
  color: #fff;
  /* background: #0076ff; */
  border-radius: 30px;
  outline: none;
  background: #7e9dc1;
  font-size: 14px;
}

.login .login_box .password_login .login_input .login_btn span{
  padding-left: 13px;
  cursor: pointer;
  font-size: 14px;
  color: #000;

}

/* 密码登录--结束 */
/* 公共样式-----登录页面-------------------------结束 */

/* 公共样式-----公共样式  头部PC--正常----------------------- */
header .head_top {
  width: 100%;
}
header .rightnav .navbar-right li .zyflg .add_more{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 15px;
  
}

header .head_top .hed_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
header .head_top .hed_flx  .head_top_left {
  display: flex;
  justify-content: space-between;
}
header .head_top .hed_flx  .head_top_left a {
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}
header .head_top .hed_flx  .head_top_left .gsmc {
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}

header .head_top .hed_flx  .head_top_left .user_zjd{
  font-size: 12px;
}
header .head_top .hed_flx .phone {
  text-align: right;
}
header .head_top .hed_flx .right {
  display: flex!important;
}
header .head_top .hed_flx .right .ind a {
  font-size: 14px;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
header .head_top .hed_flx .right .ind .my_dd a{
  color: #fff;

}
header .head_top .hed_flx .right .ind #login_c{
  padding: 0 15px;
  width: 135px;
  border-radius: 24px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #545454;
  color: #333;
  margin: 0 10px;
  font-size: 12px;
  position: relative;
  text-align: left;

}
header .head_top .hed_flx .right .ind #login_c .carico{
  font-size: 20px;
  color: #000;

}
header .head_top .hed_flx .right .ind #login_c .car_num{
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 12px;
  background: red;
  min-width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  line-height: 17px;
}
header .head_top .hed_flx .right .rigtit .zxly{
  font-size: 14px;
  color: #333;

}
header .head_top .hed_flx .right .rigtit .btn {
  border: 0;
}
header .head_top .hed_flx .right .rigtit #login_c {
  font-size: 14px;
  color: #333;
}
header .head_top .hed_flx .right .rigtit #login_c .icon-cart-full {
  font-size: 20px;
  color: #08a7e4;
}
header .navbar-header {
  margin: 0!important;
}
header .navbar-header .navbar-brand {
  padding: 0;
}
header .navbar-header .close {
  display: none;
}
header .navbar-header .close .icon-close {
  font-size: 34px;
}
header .rightnav {
  position: relative;
  margin-left: 0% !important;
}
header .rightnav .dropdownlist:hover {
  display: block;
}
header .rightnav a {
  color: #fff!important;
  font-size: 16px;
}
header .rightnav .navbar-right {
  max-width: 100%;
  line-height: 36px;
  position: relative;
  left: -25%;
  z-index: 1;
}
header .rightnav .navbar-right .active {
  color: #4F0599;
}
header .rightnav .navbar-right li {
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-size: 15px;
}
header .rightnav .navbar-right li .zyflg {
  margin: 0 26px;
  display: flex;
  align-items: center;
}
header .rightnav .navbar-right li .icodp {
  font-weight: bold;
  color: #fff;
}
header .rightnav .navbar-right li:hover {
  color: #f5ad00;
}
header .mrleft {
  left: -150px;
}
@media (min-width: 1024px) {
  header .tk_banner {
    position: absolute;
    width: 250px;
    height: auto;
    z-index: 9;
    left: -82px;
    display: none;
    text-align: center;
   
  }
  header .tk_banner .row {
    display: block;
    overflow: hidden;
    left: 0!important;
    margin: 0!important;
  }
  header .tk_banner .w {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    /* box-shadow: 0 0 33px #ccc; */
    box-shadow: none!important;
  }
  header .tk_banner .icoclose {
    display: none;
  }
  header .tk_banner .zyfwq {
    width: auto;
    position: relative;
    height: auto;
  }
  header .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 100%;
  }
  header .tk_banner .zyfwq .cpjs ul .tk .tk_list {
    height: auto;
    background-color: #fff;
    padding: 0px;
    text-align: center;
    color: #4F0599;
  }
  header .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
    width: 60px !important;
    height: 60px !important;
  }
  header .tk_banner .zyfwq .cpjs ul .tk h3 {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
  }
  header .tk_banner .zyfwq .cpjs ul .tk .tk_list h3 a{
    font-size: 14px;
    color: #333!important;
  }
  header .tk_banner .dg {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
  }
  header .tk_banner .dg .titp {
    font-size: 16px;
    font-weight: 600;
    color: #666;
  }
  header .tk_banner .dg .dgcp ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 157px;
    margin: 0;
  }
  header .tk_banner .dg .dgcp ul li {
    width: 200px;
    background-color: #f4f5f6;
    height: 160px;
    border: 1px solid #ccc;
  }
  header .tk_banner .dg .dgcp ul li .one {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  header .tk_banner .dg .dgcp ul li .dgbtn {
    background-color: #4F0599 !important;
    color: #ddd;
  }
  header .tk_banner .zyfwq_rigtit {
    position: absolute;
    top: 0;
    right: -253px;
    width: 252px;
  }
  header .tk_banner .zyfwq_rigtit img {
    width: 100%;
  }
  header .tk_banner .zyfwq_rigtit .rigtsm {
    height: auto;
    background-color: #f4f5f6;
  }
  header .tk_banner .zyfwq_rigtit .rigtsm ul {
    padding: 20px;
  }
  header .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
    font-size: 18px;
    color: #4F0599;
  }
}
/* 公共样式  头部PC--正常-------------------- */
.choose-screening-input {
  position: relative;
}


.auto-screening-prompt:hover {
  background: #cccccc;
}
.router {
  background-color: #fff;
  padding-bottom: 25px;
}
.router .w{
  background: transparent;
}

.router .breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  border-radius: 0;
}
.breadcrumb a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
/* 公共样式------底部样式---------开始 */
.footer {
  width: 100%;
  background-color: #f2f2f2;
  /* margin-top: 250px; */
  position: relative;
  top: 210px;
}
.footer .w{
  background: #333!important;
}
.footer .fot1{
  /* overflow: hidden; */
  padding-top: 60px;
  height: 400px;
}
.footer .fot1 .ico{
  margin: 10px 0;
}

.footer .fot2 {
  text-align: center;
  padding: 7px;
  font-size: 14px;
}
.footer .fot2 p{
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
.footer .fot2 p a {
  font-size: 14px;
  color: #fff;
}
.footer .leftjj p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  margin: 10px 0;
}
.footer .leftjj .sea_btn .input {
  height: 32px;
  padding: 0px 10px;
  border: 1px solid #CCC;
  font-size: 14px;
  color: #333;
}
.footer .leftjj .sea_btn .btn {
  padding: 5px 14px;
  color: #fff;
  position: relative;
  left: -5px;
  top: 0px;
  border-radius: 0;
  outline: none;
}
.footer .leftjj .ico span {
  font-size: 28px;
  cursor: pointer;
}
.footer .rightjj ul .footer_li {
  overflow: hidden;
  min-height: 220px;
}
.footer .rightjj ul li h4 a {
  color: #313131;
  font-weight: bold;
}
.footer .rightjj ul li p {
  font-size: 14px;
}
/* ============= */
.footer .rightjj ul li a{
  color: #f5ad00;
  display: block;
  padding: 10px;
}
.footer .gswh_box {
  padding: 100px 0;
}
.footer .gswh_box .gswh{
  color: #f5ad00;
  margin-bottom: 45px;
}
.footer .leftjj {
  position: relative;
  top: -200px;
}
.footer .leftjj .top .img{
  display: inline-block;
  height: 320px;
  line-height: 240px;
  text-align: center;
  padding: 40px;
    box-shadow: 0 0 5px 0 #999;
}
.footer .leftjj .top .leftimg{
  background-color: #fff;
  border-radius: 20px 0 0 0;
  width: 50%;
}
.footer .leftjj .top .rightimg{
  background-color: #f5ad00;
  margin-left: -5px;
  width: 50%;
  border-radius:  0 20px 0 0;
}
.footer .leftjj .erweima{
  margin-top: 30px;
}
.footer .leftjj .erweima .img{
  text-align: center;
  display: inline-block;
  width: 32%;
}
.footer .leftjj .erweima .img img{ 
  width: 70%;
}
.footer .leftjj .erweima .img .en_qr{ 
  display: none;
}
.footer .leftjj .erweima .xcx{
  margin-right: 0;
}
.footer .leftjj .erweima .img p{
  text-align: center;
  color: #f5ad00;
}
.footer .rightjj ul li p a {
  color: #313131;
}
/* 公共样式------底部样式---------结束 */

.btn-default:hover {
  background-color: #fff;
}
.open > .dropdown-menu {
  display: block;
  position: absolute;
  top: 43px;
  transform: translateY(-9px);
  /* width  : auto; */
  transition: transform 0.1s ease-out, opacity 2s linear;
  background: rgba(0, 0, 0, 0.5);
}
.open > .dropdown-menu li a {
  color: #fff;
}
.open > .dropdown-menu li a:hover {
  color: #333;
}
.btn-default {
  border: 0;
  box-shadow: none !important;
}
.navbar {
  margin: 0 !important;
  padding: 10px 0;
}
.navbar-default {
  border: 0;
  background-color: rgba(173, 128, 31, 0.6);
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-default .botmbor {
  border-bottom: 3px solid #4F0599;
  display: none;
}
.navbar-default .log img {
  height: 50px;
  position: relative;
  z-index: 1;
}

a {
  color: #333;
  text-decoration: none;
}
.ma5slider {
  margin: 0 !important;
}

@media (min-width: 1520px) {
  .auto-screening {
    top: 55px;
    width: 66%;
  }
 
header .head_top .hed_flx {
  height: 80px;
  line-height: 80px;
}
 
  .T {
    display: inline-block;
  }
  .mbxnav .nav_bar_box .bar_qy_hy {
    width: 35%;
  }
  .search_box .search_inp .inp_box button {
    padding: 10px 50px;
  }


  .hyxw_big_box ul li {
    width: 40% !important;
    margin: 0 60px;
  }
  .hyxw_big_box ul .first_li {
    margin-right: 238px !important;
  }
 
  .search_box .search_inp .sea_list {
    margin-top: 10px;
    left: 18%;
  }
  
  .footer {
    padding: 40px 0 0;
  }

}
@media (min-width: 980px) {
  /* 公共样式--导航下拉hover */
  .tk_banner {
    position: absolute;
    width: 602px;
    height: auto;
    z-index: 9;
    left: -257px;
    display: none;
    text-align: center;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
  }
  .tk_banner .w {
    position: absolute;
    width: 100%;
    left: 0;
    top: 4px;
    box-shadow: 0 0 33px #ccc;
  }
  .tk_banner .icoclose {
    display: none;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    height: auto;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 30%;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list {
    height: auto;
    background-color: #fff;
    padding: 15px 0px;
    margin-top: 18px;
    text-align: center;
    color: #4F0599;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
    width: 60px !important;
    height: 60px !important;
  }
  .tk_banner .zyfwq .cpjs ul .tk h3 {
    font-size: 14px;
  }
  .tk_banner .dg {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
  }
  .tk_banner .dg .titp {
    font-size: 16px;
    font-weight: 600;
    color: #666;
  }
  .tk_banner .dg .dgcp ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 157px;
    margin: 0;
  }
  .tk_banner .dg .dgcp ul li {
    width: 200px;
    background-color: #f4f5f6;
    height: 160px;
    border: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .one {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .dgbtn {
    background-color: #4F0599 !important;
    color: #ddd;
  }
  .tk_banner .zyfwq_rigtit {
    position: absolute;
    top: 0;
    right: -253px;
    width: 252px;
  }
  .tk_banner .zyfwq_rigtit img {
    width: 100%;
  }
  .tk_banner .zyfwq_rigtit .rigtsm {
    height: auto;
    background-color: #f4f5f6;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul {
    padding: 20px;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
    font-size: 18px;
    color: #4F0599;
  }
  .icoclose {
    display: none;
  }
  /* 公共样式--导航下拉hover */

 
  .T {
    display: inline-block;
  }
  .mbxnav .nav_bar_box .bar_qy_hy {
    width: 35%;
  }
  .search_box .search_inp .inp_box button {
    padding: 10px 50px;
  }
  .search_box .search_inp .sea_list {
    margin-top: 10px;
    left: 18%;
  }
  .btn-group-justified {
    width: 80%;
  }
  
  .canvas {
    height: 400px;
  }
  .checkbox {
    margin: 0 26px;
  }
  .footer {
    /* min-height: 400px; */
    position: relative;
    z-index: 990;
    background-color: #333;
  }
  .footer .rightjj ul .footer_li{
    width: 20%;
  }
  header .head_top .hed_flx {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 980px) {
 
  .login .login_box .close {
    right: 128px;
  }
  header .head_top .hed_flx{
    height: 50px;
    /* line-height: 50px; */
  }
  header .head_top .hed_flx  .head_top_left{
    width: 100%;

  }
  header .head_top .hed_flx  .head_top_left .left_ind{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .login .login_box .phone_login .login_input .phone p{
    width: 80%;
    height: 48px;
    margin: 0 auto;
  }
  .login .login_box .phone_login .login_input .phone_dxm p .phone_left{
    width: 50%;
    height: 100%;
  }
  .login .login_box .phone_login .login_input .phone p input{
    width: 80%;
    height: 90%;
  }
  .login .login_box .phone_login .login_input .phone_dxm p .phone_right{
    height: 48px;
    width: 28%;
    line-height: 48px;
  }
  .login .login_box .phone_login .login_input .phone_dxm p .phone_left input{
    width: 69%;    height: 86%;
  }
  .login .login_box .phone_login .login_input .login_btn button{
    height: 42px;
    width: 31%;
  }
  .search_box .search_inp .inp_box button {
    padding: 10px 20px;
  }
  .search_box .search_inp .sea_list {
    margin-top: 10px;
    left: 10%;
  }
 

  .bann {
    padding: 20px;
  }
  .bann img {
    width: 335px;
    height: 300px;
  }

  .check {
    text-align: left;
  }
  /* .footer {
    min-height: 650px;
  } */
  /* .footer .fot1 {
    min-height: 600px;
    border-bottom: 2px solid #fff;
  } */
  .footer .fot1{
    height: auto;
    position: relative;
    /* top: 30px; */
  }
  .footer .leftjj .top .leftimg img{
    width: 100%;
  }
  .footer .leftjj .top .rightimg img{
    width: 100%;
  }
  .footer .leftjj {
    position: relative;
    top: -96px;
  }
  .footer .leftjj .erweima .img{
    margin-right: 146px;
  }
  .footer .leftjj .erweima .gzh{
    margin: 0;
  }
  .footer .gswh_box .gswh{
    padding-left: 15px;
  }
 
}
.see_lishi {
  padding: 10px 8px;
}
.see_lishi h4 {
  font-size: 16px;
  color: #353435;
}
.see_lishi .ls_pic .ls_img .items {
  padding: 5px 0;
}
.see_lishi .ls_pic .ls_img .items a {
  display: inline-block;
  /* notice the comments between inline-block items */
  margin-right: 10px;
  width: 130px;
  height: 130px;
  /* box-shadow: 0 0 5px #ccc; */
  text-align: center;
}
.see_lishi .ls_pic .ls_img .items a img {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.see_lishi .ls_pic .ls_img .items a p {
  text-align: center;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.xgcp {
  padding: 0 8px;
}
.xgcp h4 {
  font-size: 16px;
  color: #353435;
  margin-bottom: 24px;
}
.xgcp .xg_name {
  overflow: hidden;
}
.xgcp .xg_name a {
  width: 130px;
  padding: 0;
  font-size: 14px;
  color: #013fa4;
  text-decoration: underline;
  line-height: 30px;
}
.spjszx {
  padding: 45px 8px;
}
.spjszx h4 {
  font-size: 16px;
  color: #353435;
  margin-bottom: 20px;
}
.spjszx .p1 {
  color: #999;
}
.spjszx p {
  font-size: 14px;
}
.spjszx p .sl_date {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .icodp {
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 20px;
  }

  .rightnav {
    width: 100%;
    position: absolute !important;
    right: 15px;
    top: 60px;
    background: #fff;
    /* box-shadow: 0 0 5px #ccc; */
    border: 0;
    z-index: 100005!important;
  }
  header .rightnav .navbar-right {
    width: 100% !important;
    line-height: 34px !important;
    margin: 0;
    overflow: hidden;
    left: 0;
  }
  header .rightnav .navbar-right li {
    line-height: 50px;
  }
  .zyflg {
    z-index: 101;
    display: block;
    position: relative;
    width: 100%;
    /* border-bottom: 1px solid #f7f7f7; */
    padding-left: 28px;
    margin: 0!important;
  }

  .tk_banner {
    min-width: 328px;
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
    top: 0 !important;
    right: 4px !important;
  }
  .tk_banner .w {
    position: relative;
    width: 99%;
    right: -8px;
    top: 0;
    overflow: hidden;
    text-align: left;
  }
  .tk_banner .w .icoclose {
    display: block;
    padding: 8px;
    font-size: 25px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    background: #f7f7f7;
    color: #333;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul {
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 100%;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list {
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 0px;
    text-align: center;
    color: #4F0599;
    display: flex;
    align-items: center;
    padding: 0px 55px  0 40px;
    height: 51px;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list p {
    margin-right: 15px;
    display: inline-block;
    margin: 5px 15px 0 0;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
  }
  .tk_banner .zyfwq .cpjs ul .tk h3 {
    font-size: 14px;
    margin: 0;
  }
  .tk_banner .dg {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
  }
  .tk_banner .dg .titp {
    font-size: 16px;
    font-weight: 600;
    color: #666;
  }
  .tk_banner .dg .dgcp ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 157px;
    margin: 0;
  }
  .tk_banner .dg .dgcp ul li {
    width: 200px;
    background-color: #f4f5f6;
    height: 160px;
    border: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .one {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .dgbtn {
    background-color: #4F0599 !important;
    color: #ddd;
  }
  .tk_banner .zyfwq_rigtit {
    position: absolute;
    top: 0;
    right: -253px;
    width: 252px;
  }
  .tk_banner .zyfwq_rigtit img {
    width: 100%;
  }
  .tk_banner .zyfwq_rigtit .rigtsm {
    height: auto;
    background-color: #f4f5f6;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul {
    padding: 20px;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
    font-size: 18px;
    color: #4F0599;
  }
  .tk_banner1 {
    /* min-height: 251px; */
  }
  .tk_banner2 {
    /* top: -112px; */
  }
  .tk_banner3 {
    /* top: -181px; */
    /* min-height: 291px; */
  }
  .tk_banner4 {
    /* top: -231px; */
    /* min-height: 166px; */
  }
  .tk_banner5 {
    /* top: -281px; */
    /* min-height: 302px; */
  }
}
@media (min-width: 768px) {
  .tk_banner {
    position: absolute;
    width: 421px;
    height: auto;
    z-index: 9;
    left: -282px;
    bottom: 4px;
    display: none;
    text-align: center;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
  }
  .tk_banner .w {
    position: absolute;
    width: 100%;
    left: 0;
    top: 4px;
    box-shadow: 0 0 33px #ccc;
  }
  .tk_banner .icoclose {
    display: none;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    height: auto;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 45%;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list {
    height: auto;
    background-color: #fff;
    padding: 15px 0px;
    margin-top: 18px;
    text-align: center;
    color: #4F0599;
  }
  .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
    width: 60px !important;
    height: 60px !important;
  }
  .tk_banner .zyfwq .cpjs ul .tk h3 {
    font-size: 14px;
  }
  .tk_banner .dg {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
  }
  .tk_banner .dg .titp {
    font-size: 16px;
    font-weight: 600;
    color: #666;
  }
  .tk_banner .dg .dgcp ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 157px;
    margin: 0;
  }
  .tk_banner .dg .dgcp ul li {
    width: 200px;
    background-color: #f4f5f6;
    height: 160px;
    border: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .one {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .tk_banner .dg .dgcp ul li .dgbtn {
    background-color: #4F0599 !important;
    color: #ddd;
  }
  .tk_banner .zyfwq_rigtit {
    position: absolute;
    top: 0;
    right: -253px;
    width: 252px;
  }
  .tk_banner .zyfwq_rigtit img {
    width: 100%;
  }
  .tk_banner .zyfwq_rigtit .rigtsm {
    height: auto;
    background-color: #f4f5f6;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul {
    padding: 20px;
  }
  .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
    font-size: 18px;
    color: #4F0599;
  }
}

header .wddd{
  position: relative;
  font-size: 13px;
  display: inline-block;
  color: #333;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

header .my_dd{
  position: absolute;
  top: 43px;
  left: -24px;
  z-index: 9999;
  text-align: center;
  width: 123px;
  height: 142px;
  /*padding: 10px;*/
  background: rgba(0,0,0,.5);
  border-radius: 4px;
  display: none;
}

.wddd>.my_dd>ul>li{
  margin: -5px 0;
}
.wddd>.my_dd>ul>li>.mydd_href{
  color: #fff;
}
.footer_con{
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #666;
  text-align: left;
  padding: 10px 0;
  position: absolute;
}
/* 头部 */
.head_bottom {
  background: rgba(235, 240, 245, 0.95);
}
.head_bottom {
  position: absolute;
  z-index: 999;
  /* top: 100%;
  left: 0; */
  width: 100%;
  background: #fff;
  top: 70px;
  /*display: none;*/
}
.router_box{
  background-color: #f5f5f5;
}


.head_bottomSec {
  padding: 70px 0 48px;
  display: none;
}

.menu_lis li a{
	text-transform: uppercase;
  }
.menu_lis li{
	font-size: 26px;
	width: 58%;
}
.menu_lis li a{
padding: 10px;
    padding-right: 30px;
    border-top: 1px solid #f1f1f1;
    color: #3c464b;
    font-size: 14px;
    line-height: 20px;
    display: block;
	font-weight: 300;
}
.menu_lis li a:hover{
	color:#666;
	font-weight: bold;
	text-decoration: none;
}
.menu_lis li:last-child a{
  border-bottom: 1px solid #ebebeb;
}
.menu_lis li:hover {
  background-color: #ebf0f5d1;
}
.none{
	padding: 0;
}
@media (max-width: 768px) {
  .m_cn_lang{
    display: none;
  }
  .m_en_lang{
    font-size: 22px;
    margin-right: 10px;
  }
  .footer {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    top: 30px;
  }
  .footer .fot1 {
    padding: 0;
  }
  .top{
    display: none;
  }
  .footer .leftjj .erweima {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
  }
  .footer .leftjj .erweima .img {
    text-align: center;
    display: inline-block;
    width: 33%;
    float: left;
    margin: 0!important;
  }
  .footer .gswh_box {
    display: none;
  }
  .footer .leftjj .erweima .img img {
    width: 90%;
  }
  .footer .rightjj ul li a {
    color: #f5ad00;
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }
  .footer_con {
    left: 8%;
    margin: 0;
    transform: translateX(-2%);
    color: #666;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    font-size: 14px;
  }
  .footer .w {
    background: #333!important;
    padding: 20px 0 0;
  }
  .footer .leftjj {
    position: relative;
    top: -25px;
  }
  .sea_search {
    position: relative;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1) border-box;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
    text-align: center;
    background: url(/assets//image/About.jpg) center center no-repeat;
    background-size: cover;
  }
  .c_ban_box{
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
  }
  .c_ban_box img {
    width: auto;
    overflow: hidden;
    height: 150px;
  }
}