@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  width: 100%;

  height: auto;
  width: auto\9;
  /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Han Sans CN", "noto sans";
  color: #555;
  background-color: #fff;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;

}

a:hover {
  text-decoration: none;
}

.m_top50 {
  margin-top: 30px;
}

.camera_pag {
  position: relative;
  bottom: -65px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


.camera_wrap .camera_pag .camera_pag_ul {

  position: absolute;

  bottom: 0px;
  left: calc(50% - 26px);
}

/* 导航，头部*/
.navs {


  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffffff;
  width: 100%;

}

.bg_blue span {
  color: #ffffff;
}

.bg_blue {
  background: #153d9f
}

.nav_top {

  text-align: right;
  line-height: 45px;

}

.nav_top span: {
  font-size: 13px;


}

.nav_top span:nth-child(3) a {
  color: #ffffff;
  padding: 5px 10px;
}

.nav_top span:nth-child(3) a:hover {
  color: #ffffff;

  border-bottom: 1px solid #ffffff;
}

.nav_top span:nth-child(2),
.nav_top span:nth-child(3) a:nth-child(2) {
  color: #ffffff;
}

.nav_top span:nth-child(3) a:nth-child(1) {

  border-bottom: 1px solid #ffffff;

}

.nav_bootom {

  border-top: 1px solid #e5e5e5;
}

.nav_a>img {

  padding: 12px 0;
}

.nav_a {

  height: 100%;
}

.nav_ul>li:hover {
  border-bottom: 4px solid #6fbd48;

}

.nav_ul>li:hover .nav_2 {
  display: block;

}

.nav_ul>li:hover>a {
  text-decoration: block;


}

.nav_ul,
.nav_a {
  float: left;
}

.nav_ul {
  text-align: right;
  width: 81%;
}

.nav_ul>li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  line-height: 80px;

}

.nav_ul li a {
  font-size: 16px;
  color: #000000;

}

.nav_br {
  border-bottom: 4px solid #6fbd48;
}

.nav_bootom .nav_br>a {
  color: #6fbd48;
}

/* 底部 */
footer {
  clear: both;
  margin-top: 50px;


}

.footer_top {

  background: #153d9f;
  padding-bottom: 30px;
}

.footer_ul {
  width: 100%;
  margin-top: 40px;
  /* overflow: hidden; */
}

.footer_ul li {
  width: 24%;
  float: left;
  height: 157px;
  border-right: 1px solid #ffffff;
  padding: 0 10px;
  display: inline-block;

}

.footer_ul li h3 {
  font-size: 16px;
  color: #ffffff;

}

.footer_ul li a {
  display: block;
  font-size: 14px;
  color: #494949;
  padding-top: 15px;

}

.footer_ul li:nth-child(1) {
  width: 22%;
  color: #ffffff;
  font-size: 19px;
  line-height: 157px;
  padding-left: 15;
  padding: 0px;
}

.footer_ul li:nth-child(4) img {
  width: 50%;

  margin: auto;

  margin-top: 15px;

}

.footer_ul li:nth-child(3) p {

  padding-top: 5px;
  color: #ffffff;
  font-size: 12px;

}

.footer_ul li:nth-child(2) {
  width: 38%;
  padding: 0 15px;
}

.footer_ul li:nth-child(2) a {

  padding-bottom: 80px;

}

.foot_liu {
  float: right;
  width: 60%;
  margin-top: 45px;
}

.foot_liu textarea {
  width: 80%;
  resize: none
}

.foot_liu button {
  width: 15%;
}

.footer_ul li:nth-child(4) {
  padding: 0;
  width: 16%;
  position: relative;
  border: none;
  text-align: center;

}

.footer_ul li:nth-child(4)>p {
  margin-top: 28px;
  font-size: 14px;
  color: #ffffff;
}

.foot_xing input::-webkit-input-placeholder,
.foot_liu textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}

.foot_liu button {
  background: #ffffff;
  border: none;
  color: #153d9f;
  float: right;
  height: 85px;
  padding: 0 8px;
}

.foot_xing {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.foot_xing input {
  width: 130px;
  padding: 15px 0;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}

.foot_liu textarea {
  color: #fff;
  background: transparent;
  padding: 1px solid #ffffff;
  padding: 10px;
  float: left;
  height: 85px;
}


.foot_xing input:focus {
  border: none;
}

.footer_bot {

  background: #0d2f82;
  font-size: 14px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.footer_bot a {
  color: #ffffff;
}

/* home内容 轮播图 */
.home_con_bg {
  clear: both;
  margin: auto;
  width: 1300px;


  margin-top: 80px;

}

.home_con_head {
  cursor: pointer;
}

.progressbar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4px;
  background: rgb(134, 131, 131);

}

.jin {
  width: 0%;
  height: 4px;
  background: #95CA0D;
  height: 100%;

}

.swiper-scrollbar {
  background: rgba(229, 224, 224, 0.1) !important;
}

.home_content {
  margin-top: 40px;
}

.home_content_title {
  margin-top: 10px;

}

.home_content_title p {
  color: #000000;
  font-size: 21px;

  float: left;
}

.home_content_title span {
  color: #8c8c8c;
  font-size: 13px;
}

.home_content_title a {
  color: #004c97;
  font-size: 12px;
  float: right;
  padding: 5px 0;
}

.home_content_con {
  clear: both;
}

.home_content_con p:nth-child(1) {
  padding-top: 30px;
}

.home_content_con p:nth-child(2) {
  margin-top: 15px;
}

.home_content_bot_head {
  width: 60%;
  margin: auto;
  text-align: center;

}

.home_ps p:nth-child(2) {
  color: #000000;
  font-size: 18px;
  margin-top: 10px;


}

.nav_ul>li:nth-child(5) .nav_2 {
  display: none !important;

}


.home_ps {
  text-align: center;
}

.home_ps p:nth-child(3) {
  color: #000000;
  font-size: 14px;
  margin-top: 15px;

}

.home_content_bot .col-md-4 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.home_content_con_img {
  clear: both;
  margin-bottom: 60px;
}

.home_con_bgbox {
  border: 1px solid #e2e2e2;
  margin-top: 30px;
}

.home_con_bgbox_p1 {
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
  padding-left: 20px;

}

.home_con_bgbox_p2 {
  font-size: 14px;
  color: #4a4a4a;
  padding: 15px 20px 20px 20px;
  /**padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 20px;**/
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;

}

.bg_box img {
  z-index: -1;
}

.bg_box div:nth-child(1) {
  background: rgba(8, 118, 195, 0.6);
  z-index: 99;

}

.home_con_bgboxs {
  width: 100%;
  background: rgba(8, 118, 195, 0.6);
  top: 0;
}

.bg_box .iconfont {
  font-size: 50px;

  color: #ffffff;


}

.home_con_bgbox a:hover {
  text-decoration: none;


}

.home_con_bgbox a:hover .home_box_2 {
  background: #56ae00;


}

.bg_box {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8, 118, 195, 0.6);
  text-align: center;

}

.bg_box span {
  position: absolute;
  top: 30%;
  left: 45%;

}

.home_con_bgbox a:hover .bg_box {
  display: block;
}

.pro_car_bot a:hover .bg_box {
  display: block;
}

.home_con_bgbox a:hover .home_box_2 p {
  color: #ffffff;
}

.pro_car_bot a:hover .pro_car {
  color: #ffffff;
  background: #303a3b;

}

.pro_con_bg {
  clear: both;
  width: 1550px;
  margin: auto;
  margin-top: 80px;

}

.img_wen {
  left: 16%;
  top: 40%
}

.img_wen p:nth-child(1) {
  color: #ffffff;
  font-size: 30px;

}

.img_wen p:nth-child(2) {
  color: #ffffff;
  font-size: 15px;
  padding-top: 10px;

}

.pro_position {
  padding: 20px 0;
}

.pro_position,
.pro_position>a {
  color: #000000;
  font-size: 14px;
}

.pro_nav_top {
  background: #f2f2f2;
}

.pro_nav_top li {
  width: 5%;

  display: inline-block;
  line-height: 65px;
  text-align: center;

  font-size: 16px;
  color: #000000;
}

.pro_nav_top li a {

  color: #000000;
}

.pro_nav_top li:nth-child(1) {
  width: 15%;
  height: 100%;
  display: inline-block;
  font-size: 21px;
  padding-left: 20px;
  text-align: left;
}

.pro_color {
  background: #6fbd48;
}

.pro_nav_top .pro_color a,
.pro_nav_left .pro_color a,
.new_nav_top .pro_color a {
  color: #ffffff;
}

.pro_nav_top li:hover {
  background: #6fbd48;
}

.pro_nav_top li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.pro_folat_left {
  width: 20%;
}

.pro_nav_left {
  background: #f2f2f2;
  padding: 25px 0;


}

.pro_nav_left li {

  line-height: 2;
  margin-top: 10px;

}

.li_ru {

  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;

}

.pro_nav_left li a {
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;



}

.pro_nav_left li:nth-child(1) {
  margin: 0;
}

.pro_content_con {
  margin-top: 25px;
}

.pro_nav_left li:nth-child(1) {
  color: #000000;
  font-size: 17px;
  padding-left: 30px;

}

.pro_nav_left li:nth-child(1):hover {
  background: #f2f2f2;
}

.pro_color .li_ru {
  background: #ffffff;
}

.pro_nav_left li:hover {
  background: #6fbd48;
}

.pro_nav_left li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.pro_nav_left li:hover a .li_ru {
  background: #ffffff;

}

.pro_nav_left_img {

  margin-bottom: 15px;
}

.pro_wen_title p:nth-child(1) {
  font-size: 20px;
  color: rgb(0, 0, 0);

}

.pro_wen_title p:nth-child(2) {
  font-size: 15px;
  color: #000000;
  line-height: 2;
  margin-top: 15px;

}

.pro_con_title_wen {
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-left: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.pro_car {
  font-size: 18px;
  color: #000000;
  padding: 15px 0;
  text-align: center;
}

.pro_car_bot {
  margin-top: 25px;
  padding-left: 30px;

}

.page {

  text-align: center;
  margin-bottom: 50px;
  line-height: 30px;
}

.page_ul {
  margin-top: 30px;


}

.page_ul li {
  width: 5%;
  border: 1px solid #ededed;
  text-align: center;

  float: left;
  position: relative;
  left: 30%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page_ul li:last-child {
  width: 9%;
}

.page_ul li a {
  color: #777777
}

.page_ul_color {

  background: #0e90d2;
  border: 1px solid #0e90d2
}

.page_ul .page_ul_color a {
  color: #ffffff;

}

.page_ul li:hover {
  background: #0e90d2;
  border: 1px solid #0e90d2
}

.page_ul li:hover a {
  color: #ffffff;
  text-decoration: none;

}

.pro_xiang {
  font-size: 15px;
  color: #000000;
  margin-top: 20px;
  padding-left: 30px;
  line-height: 2;
}

.tr th,
td,
th {
  text-align: center;


}

.tr,
thead,
tbody,
tr,
th,
td {
  border: 1px solid #000000;

}

.tr {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.tr thead tr th:nth-child(1),
.tr thead tr th:nth-child(3) {
  width: 20%;
}

.tr thead tr th:nth-child(2) {
  width: 25%;
}

/* 右侧悬浮 */

.rightfix {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 50px;

  border-right: none;
  z-index: 2;

  background: transparent;
}

.fix_ul li {
  font-size: 12px;
  color: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.fix_ul li i {
  font-size: 40px;
  color: #fff;
}

.fix_ul li:nth-child(3) {
  background: #faae17;
}

.fix_ul li:nth-child(4) {
  background: #13bc13;
}

.fix_ul li:nth-child(1) {
  background: #1ac635;
}

.fix_ul li:nth-child(2) {
  background: #1f7cf3;
}

.right_div {
	font-size: 16px;
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 10px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  min-width: 200px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  display: block;
  right: 50px;
}

.fix_ul li:hover {
  background: #153d9f;
}

.fix_ul li:hover i {
  color: #fff;
}

/* 新闻导航*/
.new_nav_top {
  background: #f2f2f2;
  margin-bottom: 20px;
}

.new_content_con {
  margin: 0;
}

.new_nav_top li {
  width: 10%;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.new_nav_top li:hover {
  background: #6fbd48;
}

.new_nav_top li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.new_nav_top li:nth-child(1) {
  width: 15%;
  height: 100%;
  display: inline-block;
  font-size: 21px;
  padding-left: 20px;
  text-align: left;
}

.new_nav_top li a {
  color: #000000;
}

.new_img {
  width: 20%;
  float: left;
}

.new_wen {
  width: 80%;
  float: left;

}

.new_data {
  text-align: center;
  background: #f2f2f2;
  width: 10%;
  float: left;
  padding: 10px;
  margin-left: 30px;
}

.new_data p:nth-child(1) {
  font-size: 25px;
  color: #656565;

}

.new_con {
  width: 80%;
  float: left;
  margin-left: 15px;
}

.new_data p:nth-child(2) {
  font-size: 13px;
  color: #000000;
  padding: 2px 0;

}

.new_con p:nth-child(1) {
  color: #000000;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;


}

.new_con p:nth-child(2) {
  color: #515151;
  font-size: 14px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.new_con_wen:nth-child(1) {
  margin-top: 0px;

}

.new_con_wen {
  margin-top: 15px;
}


.new_con_wen:hover .new_data {
  background: #6fbd48;


}

.new_con_wen:hover .new_data p {
  color: #FFFFFF;
}

.new_con_wen:hover .new_con p {
  color: #6fbd48;
}

.about_wen p:nth-child(1) {
  font-size: 20px;
  color: #000000;
}

.about_wen p,
.about_wens {
  font-size: 15px;
  margin-top: 15px;
  line-height: 2.1;

}

.concat_wen {
  font-size: 14px;
  color: #000000;
  line-height: 2;
}

.concat_top_wen {
  padding-left: 45px;
}

.concat_img {
  margin: 30px 0;
}

.home_img_wen {
  width: 30%;
  top: 35%;
  left: 11%;
  color: #ffffff;
}

.home_img_wen p:nth-child(1) {
  display: none;

}

.home_img_wen p:nth-child(2) {
  font-size: 43px;
  font-weight: bold;
  text-shadow: 0.5px 0.866px 1px rgb(0, 0, 0);
}

.home_img_wen p:nth-child(3) {
  font-size: 16px;
  text-shadow: 0.5px 0.866px 1px rgb(0, 0, 0);
  line-height: 1.875;
}


.pro_img_wen {
  top: 30%;
  width: 30%;
  right: 5%;
}

.pro_img_wen p:nth-child(1) {
  font-size: 30px;
  color: #000000;

}

.pro_img_wen p:nth-child(2) {
  font-size: 18px;
  color: #000000;
  margin-top: 10px;

}

.img_color p {
  color: #000000 !important;

}

.newditail {
  font-size: 16px;
  color: #c6c4c4;
}

/* 留言*/
.contact_con p:nth-child(1) {
  color: #5a5a5a;
  font-size: 23px;
}

.contact_name p {
  font-size: 15px;
  color: #7a7a7a;
  margin: 5px 0;
}

.contact_name input {
  width: 100%;
  height: 37px;
  border: 1px solid #f3f3f3;
  text-indent: 25px;
}

.message {

  padding-top: 10px;
  padding-right: 30px;
}

.message>p {
  font-size: 15px;
  color: #7a7a7a;
}

.message textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #f3f3f3;
  margin-top: 10px;
  padding: 10px 10px;
  resize: none;
}

.message>div {
  margin-top: 22px;
  text-align: center;
}

.zhiwei {

  padding: 10px 15px;

  background: #ebebeb;

}

.zhiwei:hover {
  background: #153d9f;

}

.zhiwei:hover h3 {
  color: #fff;
}

.zhiwei:hover p {
  color: #fff;
}

.zhiwei h3 {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: bold;
  line-height: 30px;

}

.zhiwei p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 30px;
  padding-left: 100px;
}


.message>div button:nth-child(1) {
  margin-right: 65px;
}

.message>div button {
  color: #ffffff;
  background: #313131;
  font-size: 14px;
  width: 88px;
  height: 35px;
  border: none;
}

.contact_con p {
  padding-top: 5px;

}

.mobile-foot {
  display: none;
}

.navcon {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #6fbd48 !important;
}

.pro_nav_left_img p {
  top: 35%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  left: 6%;
}

.pro_content_con .pro_nav_left_img {
  margin-top: 15px;
}

.nav_2 {

  width: 100%;
  background: #ffffff;
  color: #6fbd48;
  display: none;
  left: 0;
  border-top: 4px solid #6fbd4f;
  box-shadow: 0px 2px 10px #888888;

}

.nav_2 li {
  text-align: center;

  line-height: 30px;
}

.nav_2>li>a {
  color: #000000;
  font-size: 14px;
}

.nav_2>li>a:hover {
  color: #6fbd48;
}

.janli {
  color: #7b7b7b;
  line-height: 2;
}

.janli h3 {
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 15px;
}

.janli p {
  font-size: 14px;
  color: #909191;
  margin-bottom: 10px;
}

.janli span {
  font-weight: bold;
}

.janli a {
  color: #909191;
}

.jian {

  font-size: 16px;
  color: #000000;
  padding: 9px 42px;

  margin-top: 40px;
}

.zhiwei:hover a {
  text-decoration: none;


}

.title {
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.title>h3 {
  text-align: left;
  padding-bottom: 0;
  line-height: 40px;
  margin: 0;
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  color: #6fbd48;
  font-size: 24px;
  overflow: hidden;
  word-break: break-all;
  font-weight: bold;
  padding-top: 0;
}

.con_ml20px {
  margin-left: 20px;
}

.apply_con p {
  line-height: 2em;
  margin-top: 0em;
  text-indent: 0em;
  margin-bottom: 0em;
  letter-spacing: 0em;
}

.apply_con p>span {
  font-size: 16px;
}

.concat_wen p span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #5e616d;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  margin-top: 10px;
}

.concat_wen p span>i {
  color: #5e616d;
}

.db {
  display: block;
}

.sjj_nav {
  display: none;
}

.sp_header {
  height: 50px;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sp_logo {
  padding: 10px;
  float: left;
  height: 50px
}

.sp_logo img {
  max-height: 30px;
  width: 60%
}

.sp_nav {
  width: 50px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 15px
}

.sp_nav span {
  display: block;
  background: #6fbd48;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 10px
}

.sp_nav span:nth-of-type(3) {
  top: 20px
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: relative;
  z-index: 9;
  width: 100%;
  height: calc(100% - 104px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #6fbd48;
  transform: rotate(0deg);
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #666;
  width: 80%
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

.new_content_con .col-md-9 .new_data .row {
  margin: 0px;
}

.zhaopin {
  margin-left: 15px;
  margin-bottom: 20px;
}

.xingq {
  padding: 15px;
  display: none;
  border: 1px solid #eeeeee;

}

@media(max-width:1700px) {
  .home_img_wen {
    width: 50%;

  }

}

@media(max-width:1500px) {

  .home_con_bg,
  .pro_con_bg {
    width: 100%;

  }
}

@media(max-width:1300px) {
  .home_con_bg {

    width: 100%;
  }
}

@media(max-width:1200px) {
  .footer_ul li:nth-child(3) p {
    font-size: 12px;

  }

  .new_con p:nth-child(2) {
    padding-top: 5px;
  }

  .new_con {
    width: 75%;

  }

  .pro_position {
    padding-left: 10px;
  }

  .home_img_wen p:nth-child(2) {
    font-size: 25px;

  }

  .nav_ul {

    width: 72%;
  }

  .nav_ul>li {
    width: 15%;

  }

  .pro_nav_left li a {
    font-size: 12px;
  }

  .page_ul li:last-child {
    width: 10%;

  }

  .new_con p:nth-child(1) {
    padding-top: 0;
  }
}

/* 小于770px */
@media(max-width:1000px) {
  .footer_ul li:nth-child(1) {
    width: 19%;

    font-size: 12px;

  }

  .footer_ul li:nth-child(4) {

    width: 15%;
  }


  .foot_liu button {
    padding: 0px 5px;
  }

  .footer_ul li {
    padding: 0px 10px;
    width: 28%;
  }

  .foot_xing input {
    width: 88px;
  }

  .apply_con p>span {
    font-size: 14px;
  }

  .home_ps p:nth-child(3) {
    padding: 0 10px;
  }

  .pro_nav_left_img img {
    padding: 0 5px;
  }

  .footer_top {
    padding-left: 15px;
  }

  .pro_nav_top li:nth-child(1) {
    width: 18%;
  }

  .pro_content_con .pro_nav_left_img {
    display: none;
  }

  .m_top {
    margin-top: 10px;
  }

  .home_img_wen {
    width: 65%;
    top: 20%;
    left: 11%;

  }

  .home_img_wen p:nth-child(1) {
    width: 10%;

  }

  .home_img_wen p:nth-child(2) {
    font-size: 18px;

  }

  .home_img_wen p:nth-child(3) {
    font-size: 14px;
  }

  .pro_img_wen {
    width: 40%;

  }

  .pro_img_wen p:nth-child(1) {
    font-size: 20px;


  }

  .pro_img_wen p:nth-child(2) {
    font-size: 16px;
  }
}



@media(max-width:770px) {
  .rightfix {
    display: none;
  }

  .home_con_bg {
    width: 100%;

  }

  .new_con p:nth-child(2) {
    padding-top: 8px;


  }

  .new_data {
    width: 15%;
  }

  .content_mp50 {

    margin-bottom: 52px;

  }

  .pro_nav_left_img p {
    left: 10%;
  }

  .mobile-foot {
    display: block;
    background: #6fbd48;
    padding: 8px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

  }

  .mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 73%;
    padding: 0 15px;
    margin: 0 41px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    padding: 0px;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

  .new_nav_top li a,
  .pro_nav_top li a {
    font-size: 14px;
  }

  .new_nav_top li:first-child a,
  .pro_nav_top li:first-child a,
  .new_nav_top li:first-child {
    font-size: 16px;

  }

  .pro_nav_top li {
    line-height: 40px;
  }

  .new_nav_top li {
    line-height: 40px;
  }

  .pro_nav_left_img img {
    padding: 0 15px;
  }

  .img-responsive {
    padding: 5px;
  }

  .message>div {
    margin-top: 15px;
  }

  .message>div button:nth-child(1) {
    margin: 0;
  }

  .message>div button {
    font-size: 13px;
    width: 50px;
    height: 30px;
  }

  .contact_name input {
    height: 30px;
  }

  .contact_con p:nth-child(1) {
    font-size: 18px;
  }

  .m_top {
    margin-top: 10px;
  }

  .navcon {
    display: block;
  }

  .sjj_nav>ul>li:hover a {
    color: #6fbd48;

  }

  .home_con_bg,
  .pro_con_bg {
    margin-top: 0px;
  }

  .navaa a {
    float: left;
  }

  footer,
  .navs {
    display: none;
  }

  .home_ps p:nth-child(3) {
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
    padding: 0 5px;
  }

  .navbar-default .navbar-nav>.nav_color>a {
    color: #6fbd48;
  }

  .snav_2 {
    display: none;
  }

  .navbar-default .navbar-nav>.nav_color>a:hover .snav_2 {
    display: block;
    background: red;

  }

  .navbar-header a {
    float: left;
    padding: 5px;
  }

  .navbar-header {
    clear: both;
    float: right;
  }

  .navbar-default {
    background: #ffffff;
    border: none;
  }

  .navbar-toggle {
    float: right;
    display: block;
  }

  .collapse {
    clear: both;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .navbar-nav li:hover a {
    color: #6fbd48;
    text-decoration: none;
  }

  .pro_car_bot {
    padding-left: 0px;
  }

  .pro_con_title_wen {
    margin-left: 0px;
  }

  .nav_ul li {
    width: 16%;
  }

  .home_content_con_img .col-md-4:nth-child(2n+1) {
    padding-right: 7.5px;
  }

  .home_content_con_img .col-md-4:nth-child(2n) {
    padding-left: 7.5px;
  }

  .pro_car_bot .col-md-4:nth-child(2n) {
    padding-left: 7.5px;
  }

  .pro_car_bot .col-md-4:nth-child(2n+1) {
    padding-right: 7.5px;
  }

  .pro_content_con .col-md-4:nth-child(2n+1) {
    padding-right: 7.5px;
  }

  .pro_content_con .col-md-4:nth-child(2n) {
    padding-left: 7.5px;
  }

  .home_img_wen p:nth-child(1) {
    width: 10%;

  }

  .home_img_wen p:nth-child(2) {
    font-size: 16px;

  }

  .home_img_wen p:nth-child(3) {
    font-size: 12px;
  }

  .pro_nav_top li:nth-child(1) {
    width: 25%;

    font-size: 16px;

  }

  .pro_nav_top li {
    width: 15%;
    font-size: 14px;

  }

  .new_nav_top li:nth-child(1) {
    width: 30%;
  }

  .new_nav_top li {
    width: 20%;

  }

  .page_ul li:last-child {
    width: 15%;

  }

  .img_wen {
    left: 10%;
    top: 20%
  }

  .img_wen p:nth-child(1) {
    color: #ffffff;
    font-size: 18px;

  }

  .img_wen p:nth-child(2) {
    color: #ffffff;
    font-size: 12px;
    padding: 0;

  }

  .pro_img_wen {
    top: 20%;
    width: 45%;
    right: 3%;
  }

  .pro_img_wen p:nth-child(1) {
    font-size: 14px;


  }

  .pro_img_wen p:nth-child(2) {
    font-size: 12px;
    margin: 0;


  }

  .pro_content_con .pro_nav_left_img {
    display: none;
  }

  .pro_con_title_wen {
    font-size: 16px;
  }

  .pro_car {
    font-size: 14px;
  }
}

@media(max-width: 600px) {}

@media(max-width: 480px) {
  .zhaopin {
    margin: 0;
  }

  .zhiwei p {
    padding-left: 15px;
  }

  .zhiwei a p:nth-child(2),
  .zhiwei a p:nth-child(3) {
    display: none;
  }

  .zhiwei {
    width: 100%;
  }

  .new_content_con .col-md-9 .new_data .row {
    padding: 0 15px;
    margin: 0;
  }

  .home_con_bg {
    width: 100%;
  }

  .con_ml20px {
    margin-left: 0;
  }

  .page_ul li {
    left: 10%;
    width: 8%;
    font-size: 12px;
  }

  .page_ul li:last-child {
    width: 20%;

  }

  .bg_box .iconfont {
    font-size: 25px;
  }

  .pro_nav_left li {
    margin: 0;
  }

  .pro_content_con {
    margin-top: 10px;
  }

  .pro_nav_left {

    padding: 15px 0;
  }

  .pro_nav_left li:nth-child(1) a {
    font-size: 15px;
  }

  .navcon {
    display: block;
  }

  .margin0 {
    margin: 3px !important;
  }

  .p_left10 {
    padding-left: 10px !important;
  }

  .m_top10 {
    margin-top: 10px !important;
  }

  .m_bot10 {
    margin-bottom: 10px !important;
  }

  .p_top10 {
    padding-top: 10px !important;
  }

  .p_top5 {
    padding-top: 5px !important;
  }

  .p_bot10 {
    padding-bottom: 10px !important;
  }

  .text16 {
    font-size: 16px !important;
  }

  .text14 {
    font-size: 14px !important;
  }

  .text12 {
    font-size: 12px !important;
  }

  .home_con_bgbox_p1 {
    padding-top: 5px;

    font-size: 14px;
    padding-left: 10px
  }

  .home_con_bgbox_p2 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
    padding-left: 10px;
    height: 57px;

  }

  .nav_top span:nth-child(3) a:nth-child(1) {

    padding: 2px 5px;
  }

  .home_img_wen,
  .pro_img_wen,
  .img_wen {
    display: none;

  }

  .pro_con_bg,
  .home_con_bg {
    margin-top: 0px;
  }

  .pro_con_title_wen {
    margin-left: 0px;
  }

  .pro_xiang {
    padding-left: 0px;
  }

  .pro_car_bot {
    padding-left: 0px;
  }

  .pro_position {
    padding: 10px;
  }

  .concat_top_wen {
    padding: 0 30px;
  }

  .new_nav_top li:nth-child(1),
  .pro_nav_top li:nth-child(1) {

    width: 30%;
  }


  .new_con p:nth-child(2) {

    font-size: 12px;
    padding-top: 5px;
  }

  .new_con p:nth-child(1) {
    font-size: 14px;
  }

  .new_data {
    width: 26%;
    margin-left: 15px;
  }

  .new_data p:nth-child(1) {
    font-size: 16px;
  }

  .new_data p:nth-child(2) {
    font-size: 12px;
  }

  .new_con {
    width: 65%;
  }

}

#back_to_camera {

  background: rgba(255, 255, 255, .9);

  clear: both;


  display: block;

  height: 40px;

  line-height: 40px;

  padding: 20px;

  position: relative;

  z-index: 1;

}

.fluid_container {

  bottom: 0;

  height: 100%;
  width: 100%;
  left: 0;

  position: relative;

  right: 0;

  top: 0;

  z-index: 0;

}

#camera_wrap_4 {

  bottom: 0;

  height: 100%;

  left: 0;
  width: 100%;

  margin-bottom: 0 !important;

  position: relative;
  ;

  right: 0;

  top: 0;

}

.camera_bar {

  z-index: 2;

}



.camera_overlayer {

  opacity: .1;

}

.camera_bar_cont {
  background-color: #ffff !important;
}

#pie_0 {
  background-color: #2eb82c !important;
}

.mb50 {
  margin-bottom: 50px !important;
}


#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 10px
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #0060ad;
}

#page li:hover a {
  color: #0060ad
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #0060ad;
  background-color: #0060ad;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

#page .thisclass {
  background-color: #0060ad;
  color: #FFFFFF
}

.about_wen p>img {
  max-width: 45% !important;
}