@charset "utf-8";
/* CSS Document */
body {
  padding-top: 80px;
  overflow-x: hidden;
}
.container {
  width: 1230px;
}
.header {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header .logo {
  top: 20px;
  left: 15px;
  z-index: 2;
}
.header .header_fdj {
  position: absolute;
  right: 85px;
  top: 30px;
  width: 22px;
  height: 22px;
}
.header .header_fdj img {
  cursor: pointer;
}
.header .header_fdj .header_fdj1 {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  width: 360px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 30px;
  display: none;
}
.header .header_fdj .header_fdj1 .btn1 {
  width: 50px;
  height: 50px;
  background: url(../images/fdj2.png) no-repeat center center;
  border: 0;
  position: relative;
  top: -1px;
}
.header .header_fdj .header_fdj1 .cont {
  margin-right: 52px;
  background: url(../images/shuxian1.jpg) no-repeat right center;
}
.header .header_fdj .header_fdj1 .cont .inp1 {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: none;
  border: 0;
  position: relative;
  top: -1px;
}
.header .header_lang {
  position: absolute;
  top: 30px;
  right: 15px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.header .header_lang a {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .header_lang a.on,
.header .header_lang a:hover {
  color: #ea5520;
}
.header .index_nav {
  right: 120px;
  top: 0px;
}
.header .index_nav > ul {
  text-align: center;
  font-size: 0;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 80px;
  position: relative;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 80px;
  font-weight: bold;
  padding-left: 18px;
  padding-right: 18px;
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  color: #fff;
  background: #ea5520;
}
.header .index_nav > ul > li .xl {
  width: 120px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -60px;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
  overflow: hidden;
}
.header .index_nav > ul > li .xl li {
  border-top: solid 1px #fff;
}
.header .index_nav > ul > li .xl li:nth-child(1) {
  border-top: 0;
}
.header .index_nav > ul > li .xl li.huangtiao {
  content: '';
  width: 3px;
  height: 51px;
  background: #f8cb00;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
  margin-top: -1px;
}
.header .index_nav > ul > li .xl li a {
  color: #ffffff;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .index_nav > ul > li .xl li a:hover {
  color: #f8cb00;
  background: rgba(0, 0, 0, 0.6);
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hsbtm {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.menu_close {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 11;
  display: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.banner {
  width: 100%;
}
.banner .prev {
  width: 42px;
  height: 42px;
  background: url(../images/jiantou1.png) no-repeat center center;
  top: 50%;
  margin-top: -21px;
  left: 50%;
  margin-left: -650px;
  cursor: pointer;
  opacity: 0.7;
  z-index: 2;
}
.banner .prev:hover {
  opacity: 1;
}
.banner .next {
  width: 42px;
  height: 42px;
  background: url(../images/jiantou2.png) no-repeat center center;
  top: 50%;
  margin-top: -21px;
  right: 50%;
  margin-right: -650px;
  cursor: pointer;
  opacity: 0.7;
  z-index: 2;
}
.banner .next:hover {
  opacity: 1;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  background: #fff;
}
.banner #owl-demo1 .item {
  display: block;
}
.banner #owl-demo1 .item img {
  width: 100%;
}
.pcshow {
  display: block!important;
}
.mobileshow {
  display: none!important;
}
.index_main1 {
  padding: 40px 0;
}
.index_main1 .m1_left {
  width: 670px;
}
.index_main1 .m1_left .pic {
  width: 204px;
  height: 132px;
  overflow: hidden;
}
.index_main1 .m1_left .pic img {
  width: 100%;
}
.index_main1 .m1_left .cont {
  margin-left: 225px;
}
.index_main1 .m1_left .cont .tit a {
  color: #ea5520;
  font-size: 20px;
  font-weight: bold;
}
.index_main1 .m1_left .cont .date {
  color: #cccccc;
  font-size: 18px;
}
.index_main1 .m1_left .cont .note {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.index_main1 .m1_right {
  width: 460px;
}
.index_main1 .m1_right .xxk {
  height: 30px;
  border-bottom: solid 2px #e0e1e4;
}
.index_main1 .m1_right .xxk .xxk1 {
  color: #3e3a39;
  font-size: 16px;
  height: 30px;
  margin-right: 25px;
  font-weight: bold;
}
.index_main1 .m1_right .xxk .xxk1.on {
  border-bottom: solid 2px #ea5520;
}
.index_main1 .m1_right .m1_more {
  right: 0;
  top: 0;
  line-height: 26px;
}
.index_main1 .m1_right .m1_more a {
  color: #999999;
}
.index_main1 .m1_right .m1_more a:nth-child(2) {
  display: none;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul {
  padding-top: 5px;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li {
  line-height: 24px;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .date {
  color: #ea5520;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .tit a {
  color: #ea5520;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li .date {
  color: #999999;
  font-size: 14px;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit {
  margin-left: 90px;
}
.index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit a {
  color: #999999;
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_main2 {
  background: #f3f3f3;
  padding: 30px 0;
}
.index_main2 .item {
  width: 33.33%;
  height: 172px;
  position: relative;
}
.index_main2 .item:nth-child(2) .item_btm {
  background: rgba(234, 85, 32, 0.8);
}
.index_main2 .item .item_btm {
  background: rgba(122, 123, 133, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_main2 .item .item_abs {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  padding-left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main2 .item .item_abs .icon {
  width: 50px;
  height: 50px;
}
.index_main2 .item .item_abs .cont {
  margin-left: 60px;
}
.index_main2 .item .item_abs .cont .tit {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.index_main2 .item .item_abs .cont .tit1 {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
  text-transform: uppercase;
}
.footer {
  background: #ffffff;
  padding: 50px 0;
  /*border-bottom: solid 20px #ea5520;*/
  border-top: solid 2px #ea5520;
}
.footer .footer_left {
  width: 680px;
}
.footer .footer_left .footer_link a {
  color: #3e3a39;
  font-size: 14px;
  margin-right: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .footer_left .footer_link a:hover {
  color: #ea5520;
}
.footer .footer_left .footer_share {
  margin-top: 5px;
}
.footer .copyRight {
  margin-top: -2px;
  width: 380px;
  color: #3e3a39;
  font-size: 14px;
  line-height: 26px;
}
.ejbanner {
  height: 200px;
  background: url(../images/ejbanner.jpg) no-repeat center center;
}
.ejbanner img {
  width: 100%;
}
.ejbanner .container {
  height: 100%;
}
.ejbanner .ej_abs {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ejbanner .ej_abs .tit {
  color: #ffffff;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
}
.ejbanner .ej_abs .tit1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
}
.word_orange {
  color: #ea5520;
}
.result_main {
  padding-bottom: 160px;
}
.result_main .result_tit {
  padding: 24px 0;
  line-height: 30px;
  color: #999999;
  font-size: 16px;
  border-bottom: solid 1px #eeeeee;
}
.result_main .cont ul li {
  border-bottom: solid 1px #eeeeee;
  padding: 25px 0;
}
.result_main .cont ul li .tit a {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.result_main .cont ul li .note {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.breadCrumb {
  border-bottom: solid 1px #eee;
  line-height: 78px;
  color: #4d4a50;
  font-size: 16px;
  height: 79px;
}
.breadCrumb .bleft a {
  color: #4d4a50;
  font-size: 16px;
}
.breadCrumb .bleft a:hover {
  color: #ea5520;
}
.breadCrumb .bright {
  line-height: 76px;
}
.breadCrumb .bright a {
  color: #4d4a50;
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
  border-bottom: solid 2px #fff;
}
.breadCrumb .bright a:hover,
.breadCrumb .bright a.on {
  border-bottom: solid 2px #ea5520;
}
.about_main .ej_pic {
  width: 350px;
  position: relative;
}
.about_main .ej_pic .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 3;
}
.about_main .ej_pic .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ea5520;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.about_main .about_m img{
  max-width:100%;
}
.about_main .ej_pic .owl-dots .owl-dot.active {
  opacity: 1;
}
.about_main .about_m {
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.about_main .about_m .tit {
  color: #333333;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.about_main .about_m .cont {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.about_main .about_m1 {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
}
.about_main .about_m1 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.about_main .about_m1 .row .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.about_main .about_m1 .row .col-xs-12 .item {
  margin-top: 32px;
}
.about_main .about_m1 .row .col-xs-12 .item .pic {
  display: block;
}
.about_main .about_m1 .row .col-xs-12 .item .tit {
  padding-top: 10px;
  text-align: center;
}
.about_main .about_m1 .row .col-xs-12 .item .tit a {
  color: #333333;
  font-size: 14px;
}
.about_main .about_m2 {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 15px;
}
.about_main .about_m2 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.about_main .about_m2 .row .col-xs-6 {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.about_main .about_m2 .row .col-xs-6 .item:hover .pic .pic_abs {
  opacity: 1;
}
.about_main .about_m2 .row .col-xs-6 .pic {
  border: solid 1px #eee;
}
.about_main .about_m2 .row .col-xs-6 .pic .pic_abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 85, 32, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_main .about_m2 .row .col-xs-6 .pic .pic_abs span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.about_main .about_m2 .row .col-xs-6 .tit {
  padding-top: 10px;
  text-align: center;
  height: 30px;
  line-height: 20px;
  overflow: hidden;
}
.about_main .about_m2 .row .col-xs-6 .tit a {
  color: #333333;
  font-size: 14px;
}
.ej_m {
  border-right: solid 1px #eee;
  min-height: 500px;
  overflow: hidden;
}
.pro_details {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.pro_details .pro_top .pic {
  width: 400px;
  border: solid 1px #eee;
}
.pro_details .pro_top .pic img {
  width: 100%;
}
.pro_details .pro_top .cont {
  margin-left: 430px;
}
.pro_details .pro_top .cont .tit {
  color: #333333;
  font-size: 20px;
}
.pro_details .pro_top .cont .note {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.pro_details .pro_bot {
  padding-top: 70px;
}
.pro_details .pro_bot .pic img {
  max-width: 100%;
}
.pro_details .pro_bot .table {
  padding-top: 40px;
  overflow-x: auto;
  line-height: 30px;
}
.pro_details .pro_bot .table p {
  padding-bottom: 0!important;
  margin-bottom: 0;
}
.pro_details1 {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.pro_details1 .tit {
  color: #333333;
  font-size: 18px;
}
.pro_details1 .note {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.pro_details1 .pic img {
  width: 100%;
}
.news_list {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.news_list .news_top .pic {
  width: 387px;
}
.news_list .news_top .cont {
  margin-right: 420px;
}
.news_list .news_top .cont .date {
  color: #ea5520;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 28px;
}
.news_list .news_top .cont .tit {
  padding-top: 8px;
  padding-bottom: 8px;
}
.news_list .news_top .cont .tit a {
  color: #333333;
  font-size: 20px;
}
.news_list .news_top .cont .note {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.news_list .news_top .cont .more {
  margin-top: 10px;
}
.news_list .news_top .cont .more a {
  display: block;
  background-color: #ea5520;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}
.news_list .news_bot {
  padding-top: 30px;
}
.news_list .news_bot ul {
  border-top: solid 1px #eee;
  padding-bottom: 30px;
}
.news_list .news_bot ul li {
  padding: 25px 0;
  border-bottom: solid 1px #eee;
}
.news_list .news_bot ul li .date {
  background-color: #ececec;
  width: 90px;
  height: 90px;
  padding-top: 15px;
}
.news_list .news_bot ul li .date .day {
  color: #ea5520;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
}
.news_list .news_bot ul li .date .year {
  color: #333333;
  font-size: 14px;
}
.news_list .news_bot ul li .cont {
  margin-left: 110px;
}
.news_list .news_bot ul li .cont .tit {
  line-height: 20px;
}
.news_list .news_bot ul li .cont .tit a {
  color: #333333;
  font-size: 20px;
}
.news_list .news_bot ul li .cont .note {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.pages a {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 58px;
  color: #333;
}
.pages a:hover,
.pages a.on {
  border: solid 1px #ddd;
  color: #ea5520;
}
.news_details {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.news_details .date {
  color: #ea5520;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 28px;
}
.news_details .tit {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
  font-size: 20px;
}
.news_details .note a {
  color: #999999;
  font-size: 12px;
  margin-right: 15px;
}
.news_details .cont {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
}
.news_details .cont img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}
.news_details .fanye div {
  max-width: 50%;
}
.news_details .fanye div a {
  color: #999999;
  font-size: 12px;
}
.news_details .fanye div a:hover {
  color: #ea5520;
}
.join_m {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.join_m .join_tit {
  line-height: 60px;
  background: #ea5520;
  padding-left: 60px;
  color: #ffffff;
  font-size: 16px;
}
.join_m .join_tit .sp1 {
  width: 30%;
}
.join_m .join_tit .sp2 {
  width: 25%;
}
.join_m .join_tit .sp3 {
  width: 25%;
}
.join_m .join_tit .sp4 {
  width: 20%;
}
.join_m .join_tit .sp5 {
  margin-left: -25px;
}
.join_m .join_cont a {
  display: block;
  padding-left: 60px;
  color: #333333;
  font-size: 14px;
  background: #eeeeee;
  line-height: 60px;
}
.join_m .join_cont a:nth-child(2n) {
  background: #fff;
}
.join_m .join_cont a .sp1 {
  width: 30%;
}
.join_m .join_cont a .sp2 {
  width: 25%;
}
.join_m .join_cont a .sp3 {
  width: 25%;
}
.join_m .join_cont a .sp4 {
  width: 20%;
}
.join_m .join_cont1 {
  background: #eeeeee;
  border-bottom: solid 1px #fff;
  padding: 25px 35px;
}
.join_m .join_cont1 .tit {
  color: #131313;
  font-size: 18px;
  line-height: 18px;
}
.join_m .join_cont1 .tit .shuxian {
  margin-right: 10px;
  width: 4px;
  height: 18px;
  background: #ea5520;
}
.join_m .join_cont1 .note {
  margin-top: 10px;
  color: #474747;
  font-size: 14px;
  line-height: 28px;
}
.join_m .join_bot {
  background: #eeeeee;
  padding: 38px 60px;
}
.join_m .join_bot .logo {
  width: 110px;
}
.join_m .join_bot .logo img {
  width: 100%;
}
.join_m .join_bot .cont {
  margin-left: 140px;
}
.join_m .join_bot .cont .tit1 {
  color: #ea5520;
  font-size: 20px;
  line-height: 20px;
}
.join_m .join_bot .cont .note1 {
  color: #333333;
  margin-top: 3px;
  font-size: 16px;
}
.contact_m {
  padding-bottom: 50px;
  margin-right: 350px;
  padding-right: 25px;
  padding-top: 30px;
}
.contact_m .contact_top {
  padding-top: 105px;
}
.contact_m .contact_top .c_left {
  width: 445px;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}
.contact_m .contact_top .c_right {
  margin-left: 445px;
}
.contact_m .contact_top .c_right .ewm {
  width: 120px;
  border-right: solid 1px #fff;
}
.contact_m .contact_top .c_right .ewm img {
  width: 100%;
  display: block;
}
.contact_m .contact_top .c_right .cont {
  margin-left: 130px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
}
.contact_m .contact_bot {
  padding: 30px 15px;
  background: #ea5520;
  margin-top: 100px;
}
.contact_m .contact_bot .icon {
  width: 120px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #fff;
}
.contact_m .contact_bot .icon img {
  width: 100%;
}
.contact_m .contact_bot .cont {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: -5px;
  text-align: left;
}
