.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner {
  width: 100%;
  margin: 0 auto;
  height: 597px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.banner .fullSlide {
  width: 100%;
  position: relative;
  height: 100%;
  background: transparent;
}
.banner .fullSlide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .fullSlide .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .slideNav a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -136px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
.banner .fullSlide .slideNav a.next {
  right: 10%;
  background-position: -6px -137px;
}
.banner .fullSlide .slideNav a.next:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide .slideNav a.prev {
  left: 10%;
  background-position: -126px -137px;
}
.banner .fullSlide .slideNav a.prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide:hover .slideNav a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.left {
  float: left;
}
.right {
  float: right;
}
.alltitle {
  width: 200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.alltitle h3 {
  font-size: 24px;
  color: #0980f2;
  line-height: 24px;
}
.alltitle p {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 14px;
}
.product {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product .producttitle {
  width: 200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.product .producttitle h3 {
  font-size: 24px;
  color: #0980f2;
  line-height: 24px;
}
.product .producttitle p {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 14px;
}
.product .pro_view_txt {
  color: #666666;
  font-size: 18px;
}
.product .pro_view_txt > span {
  color: #cccccc;
  font-size: 12px;
}
.product .productbox {
  width: 1200px;
  margin: 0 auto;
}
.product .productbox .leftmenubox {
  width: 284px;
  height: 850px;
  float: left;
  background-color: #fff;
}
.product .productbox .leftmenubox .menutitlebox {
  width: 284px;
  height: 110px;
  padding-left: 56px;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fe7600;
  border-radius: 6px 6px 0px 0px;
}
.product .productbox .leftmenubox .menutitlebox h4 {
  margin-top: 38px;
  font-size: 30px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 13px;
}
.product .productbox .leftmenubox .menutitlebox p {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
}
.product .productbox .leftmenubox .menumain {
  width: 284px;
  height: 620px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #2a2a2a;
  border: 5px solid #fe7600;
  box-sizing: border-box;
}
.product .productbox .leftmenubox .menumain .proclass {
  width: 235px;
  margin: 0 auto;
}
.product .productbox .leftmenubox .menumain .proclass .ddbox {
  display: none;
}
.product .productbox .leftmenubox .menumain .proclass dt {
  position: relative;
  width: 100%;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 55px;
  box-sizing: border-box;
  background: url(../images/pro_ico.png) center no-repeat;
}
.product .productbox .leftmenubox .menumain .proclass dt:hover > i {
  background: url('../images/fl_ic1.png') right center no-repeat;
}
.product .productbox .leftmenubox .menumain .proclass dt > a {
  width: 159px;
  float: left;
  height: 100%;
  overflow: hidden;
  line-height: 55px;
  color: #fff;
}
.product .productbox .leftmenubox .menumain .proclass dt i {
  display: block;
  float: left;
  width: 14px;
  height: 15px;
  margin-top: 22px;
  background: url('../images/fl_ic2.png') right center no-repeat;
}
.product .productbox .leftmenubox .menumain .proclass dt::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fe7600;
}
.product .productbox .leftmenubox .menumain .proclass dt:hover::after {
  width: 100%;
}
.product .productbox .leftmenubox .menumain .proclass dd {
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #3b3b3b;
  padding-left: 16px;
  box-sizing: border-box;
  background: url(../images/fl_ic3.png) left center no-repeat;
}
.product .productbox .leftmenubox .menumain .proclass dd::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fe7600;
}
.product .productbox .leftmenubox .menumain .proclass dd a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #b0b0b0;
  line-height: 32px;
  background: url(../images/fl_ic4.png) 190px center no-repeat;
}
.product .productbox .leftmenubox .menumain .proclass dd a:hover {
  color: #fe7600;
}
.product .productbox .leftmenubox .menumain .proclass dd:hover::after {
  width: 100%;
}
.product .productbox .leftmenubox .menumain .proclass dd:hover a {
  color: #fe7600;
}
.product .productbox .rightpromain {
  width: 880px;
  float: right;
}
.product .productbox .rightpromain .tabrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
}
.product .productbox .rightpromain .tabrow .lefttabbox {
  width: 362px;
  height: 40px;
  float: left;
}
.product .productbox .rightpromain .tabrow .lefttabbox li {
  width: 150px;
  height: 40px;
  float: left;
  margin-right: 31px;
  color: #a4a4a4;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.product .productbox .rightpromain .tabrow .lefttabbox li.active {
  color: #fff;
  background-color: #0980f2;
}
.product .productbox .rightpromain .tabrow .searchbox {
  width: 225px;
  height: 40px;
  float: right;
  box-sizing: border-box;
}
.product .productbox .rightpromain .tabrow .searchbox .search-text {
  display: block;
  width: 175;
  height: 38px;
  float: left;
  line-height: 38px;
  color: #333;
  padding-left: 30px;
  box-sizing: border-box;
  background-color: transparent;
}
.product .productbox .rightpromain .tabrow .searchbox .submit-search {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  cursor: pointer;
  background: url('../images/button.png') center center no-repeat;
}
.product .productbox .rightpromain .productlist {
  position: relative;
  width: 930px;
  height: auto;
  margin-top: 20px;
}
.product .productbox .rightpromain .productlist li {
  position: relative;
  width: 273px;
  height: 240px;
  float: left;
  margin-right: 30px;
  margin-bottom: 28px;
  background-color: #fff;
  border: solid 1px #e4e4e4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product .productbox .rightpromain .productlist li:nth-child(3n) {
  margin-right: 0;
}
.product .productbox .rightpromain .productlist li:hover {
  border: solid 1px #fe7600;
}
.product .productbox .rightpromain .productlist li .imgbox {
  display: block;
  width: 240px;
  height: 180px;
  overflow: hidden;
  margin: 15px auto 0;
}
.product .productbox .rightpromain .productlist li .imgbox img {
  width: 100%;
  height: 100%;
}
.product .productbox .rightpromain .productlist li .proname {
  display: block;
  width: 240px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product .productbox .rightpromain .productlist li:hover {
  box-shadow: 0px 6px 15px 1px rgba(254, 118, 0, 0.19);
}
.product .productbox .rightpromain .productlist li:hover .proname {
  color: #fe7600;
}
.pro_fl_botm {
  width: 100%;
  height: 120px;
  padding-left: 80px;
  box-sizing: border-box;
  background: url(../images/fl_tell.png) 17px center no-repeat #fe7600;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
.pro_fl_botm > h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  margin-top: 38px;
}
.pro_fl_botm > h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.fc {
  width: 100%;
  height: 690PX;
  background: url(../images/fc_bg.jpg) center no-repeat;
}
.fc .fc_box {
  overflow: hidden;
}
.fc .fc_box .title {
  margin-top: 60px;
  text-align: center;
}
.fc .fc_box .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.fc .fc_box .title > h4 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 18px;
}
.fc .fc_box .title > h5 {
  color: #666666;
  font-size: 12px;
}
.fc .fc_box .fc_view {
  margin-top: 37px;
}
.fc .fc_box .fc_view .fc_view_list {
  width: 110%;
}
.fc .fc_box .fc_view .fc_view_list > li {
  float: left;
  width: 384px;
  height: 430px;
  margin-right: 24px;
  background-color: #ffffff;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li:hover {
  background-color: #fe7600;
}
.fc .fc_box .fc_view .fc_view_list > li:hover .fc_txt > h3 > a {
  color: #fff;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li:hover .fc_txt > h4 {
  color: #fff;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li:hover > a > img {
  border: solid 10px #ffffff;
  box-sizing: border-box;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li .fc_txt {
  width: 100%;
  height: 90px;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li .fc_txt > h3 {
  width: 100%;
  height: 50px;
  line-height: 65px;
  text-align: center;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li .fc_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fc .fc_box .fc_view .fc_view_list > li .fc_txt > h4 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li > a {
  display: block;
  width: 330px;
  height: 310px;
  margin: 0 auto;
  transition: all .5s;
}
.fc .fc_box .fc_view .fc_view_list > li > a > img {
  width: 100%;
  height: 100%;
  border: solid 10px transparent;
  box-sizing: border-box;
  transition: all .5s;
}
.case {
  margin-top: 40px;
}
.case .title {
  text-align: center;
}
.case .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.case .title > h4 {
  color: #666666;
  font-size: 18px;
}
.case .title > h5 {
  color: #666666;
  font-size: 12px;
}
.case .title > h3 {
  color: #333333;
}
.case .case_view {
  margin-top: 37px;
}
.case .case_view .case_view_list {
  width: 110%;
}
.case .case_view .case_view_list > li {
  float: left;
  width: 280px;
  height: 240px;
  margin-right: 25px;
  border: solid 1px #e4e4e4;
  margin-bottom: 30px;
  transition: all .5s;
}
.case .case_view .case_view_list > li:hover {
  border: solid 1px #fe7600;
}
.case .case_view .case_view_list > li:hover .case_txt > a {
  color: #fe7600;
}
.case .case_view .case_view_list > li > a {
  display: block;
  width: 250px;
  height: 180px;
  margin: 15px auto 0;
  transition: all .5s;
}
.case .case_view .case_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.case .case_view .case_view_list > li .case_txt {
  width: 250px;
  margin: 0 auto;
}
.case .case_view .case_view_list > li .case_txt > a {
  display: block;
  width: 100%;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 45px;
  text-align: center;
}
.case .case_view > a {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 250px;
  height: 50px;
  font-size: 14px;
  color: #666666;
  margin: 54px auto 0;
  border: solid 1px #d2d2d2;
  transition: all .5s;
}
.case .case_view > a:hover {
  background: #fe7600;
  color: #fff;
}
/* ys */
.ys_bg {
  width: 100%;
  height: 800px;
  margin: 40px auto 0 auto;
}
.ys_bg .ys_t {
  text-align: center;
}
.ys_bg .ys_t span {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}
.ys_bg .ys_t h3 {
  font-size: 28px;
  font-weight: normal;
  color: #333;
  height: 60px;
  background: url(../images/title.png) no-repeat bottom center;
}
.ys_bg .ys_box {
  width: 100%;
  height: 800px;
  margin: 40px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}
.ys_bg .ys_box .ys_nr {
  width: 1180px;
  height: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ys_bg .ys_box .ys_nr ul li {
  width: 295px;
  height: 666px;
  margin: 0 auto;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ys_bg .ys_box .ys_nr ul li .adv {
  margin: 0 auto;
}
.ys_bg .ys_box .ys_nr ul li .adv .ys_img {
  margin: 0 auto;
  padding-top: 345px;
  width: 207px;
  height: 207px;
  display: block;
  position: relative;
}
.ys_bg .ys_box .ys_nr ul li .adv .ys_img > span {
  position: absolute;
  left: 50%;
  top: 455px;
  color: #000000;
  font-size: 18px;
  transform: translate(-50%);
}
.ys_bg .ys_box .ys_nr ul li .adv .ys_text {
  padding-top: 25px;
}
.ys_bg .ys_box .ys_nr ul li .adv .ys_text h5 {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.ys_bg .ys_box .ys_nr .nr {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 205px;
  height: 800px;
  padding: 0 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ys_bg .ys_box .ys_nr ul li.on .nr {
  position: absolute;
  left: 0;
  width: 294px;
  padding-top: 156px;
  box-sizing: border-box;
  bottom: 0px;
  background: #fe7600;
  height: 800px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ys_bg .ys_box .ys_nr ul li .nr {
  display: none;
  overflow: hidden;
}
.ys_bg .ys_box .ys_nr ul li.on .nr span {
  position: absolute;
  top: 272px;
  left: 113px;
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 18px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ys_bg .ys_box .ys_nr ul li.on .nr p {
  padding-top: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  transition: all .5s;
}
/* .ys_bg .ys_box .ys_nr ul li:hover .nr{
    position: absolute;
    left: 0;
    bottom:0px;
    background: #2aa108;
    height: 922px;
} */
.ys_bg .ys_box .ys_nr ul li:hover .nr h5 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: url(../images/ys_xt.jpg) no-repeat bottom center;
  line-height: 60px;
  transition: all .5s;
}
.ys_bg .ys_box .ys_nr ul li:hover .nr p {
  padding-top: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#ab {
  height: 900px;
  margin-top: 48px;
  background: url('../images/ab_bg.jpg') left bottom no-repeat;
}
#ab .title {
  text-align: center;
}
#ab .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#ab .title > h4 {
  color: #666666;
  font-size: 18px;
}
#ab .title > h5 {
  color: #666666;
  font-size: 12px;
}
#ab .title > h3 {
  color: #333;
}
#ab .inner_ys {
  overflow: hidden;
}
#ab .inner_ys .ys_container {
  width: 618px;
  float: right;
  padding-top: 100px;
}
#ab .inner_ys .ys_container .ys_top {
  width: 618px;
  height: 175px;
  background: url('../images/ab_top.png') center center no-repeat;
  position: relative;
}
#ab .inner_ys .ys_container .ys_top .ys_line {
  width: 78px;
  height: 4px;
  background-color: #444444;
  position: absolute;
  left: 0;
  top: 94px;
}
#ab .inner_ys .ys_container .ys_top .ys_top_title {
  width: 430px;
  height: 35px;
  background: url('../images/ab_tit.png') center center no-repeat;
  position: absolute;
  top: 78px;
  left: 102px;
}
#ab .inner_ys .ys_container .ys_top .ys_top_small_title {
  font-size: 18px;
  color: #666;
  letter-spacing: 5px;
  position: absolute;
  bottom: 0;
  left: 111px;
}
#ab .inner_ys .ys_container .ys_con {
  width: 612px;
  height: 304px;
  margin-top: 87px;
}
#ab .inner_ys .ys_container .ys_con .ys_con_list {
  display: none;
}
#ab .inner_ys .ys_container .ys_con .ys_title .s1 {
  font-size: 18px;
  color: #888888;
}
#ab .inner_ys .ys_container .ys_con .ys_title .s2 {
  font-size: 12px;
  color: #cccccc;
}
#ab .inner_ys .ys_container .ys_con .ys_con_text {
  padding-top: 20px;
  width: 587px;
  height: 75px;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  line-height: 25px;
}
#ab .inner_ys .ys_container .ys_con .ys_list {
  padding-top: 75px;
}
#ab .inner_ys .ys_container .ys_con .ys_list li {
  width: 129px;
  height: 129px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  float: left;
  margin-left: 28px;
}
#ab .inner_ys .ys_container .ys_con .ys_list li:first-child {
  margin-left: 0;
}
#ab .inner_ys .ys_container .ys_con .ys_list li .img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-top: 30px;
}
#ab .inner_ys .ys_container .ys_con .ys_list li .img img {
  width: 36px;
  height: 36px;
  display: block;
}
#ab .inner_ys .ys_container .ys_con .ys_list li .ys_name {
  padding-top: 80px;
  text-align: center;
  color: #999;
  font-size: 16px;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(1) {
  background: url(../images/ab1.png) center 34px no-repeat;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(1):hover {
  background: url(../images/ab1-2.png) center 34px no-repeat #fe7600;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(1):hover .ys_name {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(1):hover .ys_name > a {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(2) {
  background: url(../images/ab2.png) center 34px no-repeat;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(2):hover {
  background: url(../images/ab2-2.png) center 34px no-repeat #fe7600;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(2):hover .ys_name {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(2):hover .ys_name > a {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(3) {
  background: url(../images/ab3.png) center 34px no-repeat;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(3):hover {
  background: url(../images/ab3-2.png) center 34px no-repeat #fe7600;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(3):hover .ys_name {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(3):hover .ys_name > a {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(4) {
  background: url(../images/ab4.png) center 34px no-repeat;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(4):hover {
  background: url(../images/ab4-2.png) center 34px no-repeat #fe7600;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(4):hover .ys_name {
  color: #fff;
}
#ab .inner_ys .ys_container .ys_con .ys_list > li:nth-child(4):hover .ys_name > a {
  color: #fff;
}
.wit {
  width: 100%;
  height: 683px;
  background: url(../images/wit_bg.jpg) center no-repeat;
}
.wit .wit_box {
  overflow: hidden;
  height: 683px;
}
.wit .wit_box .title {
  text-align: center;
  margin-top: 60px;
}
.wit .wit_box .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.wit .wit_box .title > h4 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 18px;
}
.wit .wit_box .title > h5 {
  color: #666666;
  font-size: 12px;
}
.wit .wit_box .wit_main {
  margin-top: 50px;
}
.wit .wit_box .wit_main .wit_list {
  width: 110%;
}
.wit .wit_box .wit_main .wit_list > li {
  float: left;
  width: 570px;
  height: 194px;
  background-color: #f5f7fa;
  padding: 40px 50px 0;
  margin: 0 30px;
  box-sizing: border-box;
  transition: all .5s;
}
.wit .wit_box .wit_main .wit_list > li:hover {
  background-color: #fe7600;
}
.wit .wit_box .wit_main .wit_list > li:hover .wit_txt > h3 a {
  color: #fff;
}
.wit .wit_box .wit_main .wit_list > li:hover .wit_txt > h4 {
  color: #fff;
}
.wit .wit_box .wit_main .wit_list > li > a {
  float: left;
  width: 113px;
  height: 113px;
  border-radius: 50%;
}
.wit .wit_box .wit_main .wit_list > li > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wit .wit_box .wit_main .wit_list > li > .wit_txt {
  float: left;
  width: 326px;
  margin-left: 24px;
}
.wit .wit_box .wit_main .wit_list > li > .wit_txt > h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.wit .wit_box .wit_main .wit_list > li > .wit_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wit .wit_box .wit_main .wit_list > li > .wit_txt > h4 {
  width: 100%;
  line-height: 24px;
  height: 48px;
  color: #999999;
  overflow: hidden;
  font-size: 14px;
  transition: all .5s;
}
.wit .wit_box .wit_zx {
  position: relative;
  width: 1111px;
  height: 107px;
  margin: 70px auto 0;
  color: #fff;
  line-height: 107px;
  text-align: center;
  font-size: 24px;
  border: solid 1px #ffffff;
}
.wit .wit_box .wit_zx .wit_a1,
.wit .wit_box .wit_zx .wit_a2 {
  position: absolute;
  width: 234px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  top: 85px;
  background-color: #fe7600;
}
.wit .wit_box .wit_zx .wit_a1 {
  left: 295px;
}
.wit .wit_box .wit_zx .wit_a2 {
  right: 295px;
}
/*news*/
.news {
  /* height: 685px; */
  overflow: hidden;
  margin-top: 40px;
}
.newsBox .hd {
  width: 303px;
  margin: 20px auto 0;
}
.newsBox .hd ul li {
  float: left;
  font-size: 18px;
  padding: 0 10px;
}
.newsBox .hd ul li::after {
  content: "/";
}
.newsBox .hd ul li:last-child::after {
  content: "";
}
.newsBox .hd ul li.on {
  color: #fe7600;
}
.newsBox .hd ul li.on a {
  color: #fe7600;
}
.newsLd {
  width: 110%;
  height: 400px;
}
.newstabcontent .recommend:last-child {
  margin-right: 0;
}
.newstabcontent {
  width: 1180px;
  height: auto;
  margin-top: 16px;
}
.newstabcontent .recommend {
  position: relative;
  width: 577px;
  height: 399px;
  padding: 24px 24px 24px 20px;
  overflow: hidden;
  background-color: #f9f9f9;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
}
.newstabcontent .recommend .imgbox {
  display: block;
  width: 533px;
  height: 185px;
}
.newstabcontent .recommend .imgbox img {
  width: 533px;
  height: 185px;
}
.newstabcontent .recommend .mask {
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 1;
  display: block;
  width: 533px;
  height: 185px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.newstabcontent .recommend .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.newstabcontent .recommend:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.newstabcontent .recommend .recommendname {
  font-size: 16px;
  margin-top: 28px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.newstabcontent .recommend .recommendname:hover {
  color: #fe7600;
}
.newstabcontent .recommend .recommenddesc {
  margin-top: 28px;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newstabcontent .recommend .view {
  width: 100%;
  height: 40px;
  margin-top: 29px;
}
.newstabcontent .recommend .view .view-more {
  display: block;
  float: left;
  width: 116px;
  height: 40px;
  color: #999;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #787e8a;
  box-sizing: border-box;
}
.newstabcontent .recommend .view .view-more:hover {
  color: #fff;
  border-color: #fe7600;
  background-color: #fe7600;
}
.newstabcontent .recommend .view .date {
  width: 80px;
  float: right;
  color: #999;
  line-height: 40px;
  font-style: italic;
  font-size: 24px;
  font-weight: 100;
}
.newstabcontent .newslist {
  width: 110%;
  margin-top: 29px;
}
.newstabcontent .newslist li {
  position: relative;
  width: 577px;
  height: 55px;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
  margin-right: 44px;
}
.newstabcontent .newslist li:nth-child(1),
.newstabcontent .newslist li:nth-child(2) {
  border-top: 1px solid #eee;
}
.newstabcontent .newslist li:nth-child(2n) {
  margin-right: 0px;
}
.newstabcontent .newslist li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-top: 1px dashed #fe7600;
}
.newstabcontent .newslist li a {
  position: relative;
  width: 428px;
  height: 54px;
  float: left;
  padding-left: 20px;
  line-height: 54px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.newstabcontent .newslist li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #959595;
}
.newstabcontent .newslist li .date {
  width: 120px;
  float: right;
  font-size: 14px;
  text-align: right;
  line-height: 54px;
  color: #666;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.newstabcontent .newslist li:hover a {
  color: #fe7600;
}
.newstabcontent .newslist li:hover a::before {
  background-color: #fe7600;
}
.newstabcontent .newslist li:hover::after {
  width: 100%;
}
.newstabcontent .newslist li:hover span {
  color: #fe7600;
}
.news_l_tiit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  background: url(../images/news_ico1.png) left center no-repeat;
}
.news_l_tiit a{
  color: #666666;
}
.news_l_tiit > span {
  color: #666666;
  font-size: 12px;
}
.news_l {
  float: left;
  width: 577px;
  margin-right: 40px;
}
.news_r_tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  background: url(../images/news_ico2.png) left center no-repeat;
}
.news_r_tit a{
  color: #666666;
}
.news_r_tit > span {
  color: #666666;
  font-size: 12px;
}
.news_r {
  float: left;
  width: 577px;
}
.links {
  margin-top: 20px;
}
.links span {
  float: left;
  width: 100px;
  height: 66px;
  color: #fe7600;
  line-height: 66px;
  font-size: 18px;
  background: url(../images/links_ico.png) right center no-repeat;
}
.links .links_list {
  float: left;
  line-height: 66px;
}
.links .links_list > a {
  padding: 0 20px;
}
.links .links_list > a:hover {
  color: #fe7600;
}
.inform {
  width: 100%;
  height: 124px;
  background-color: #fe7600;
}
.inform .inform_box .inform_txt {
  float: left;
  padding-left: 44px;
  margin-top: 45px;
  background: url(../images/inform_ico.png) left center no-repeat;
}
.inform .inform_box .inform_txt > h3 {
  color: #ffffff;
  font-size: 18px;
}
.inform .inform_box .inform_txt > h4 {
  color: #ffffff;
  font-size: 12px;
}
.inform .inform_box .inform_main {
  margin-left: 46px;
  vertical-align: middle;
  margin-top: 44px;
}
.inform .inform_box .inform_main > input {
  float: left;
  width: 191px;
  height: 42px;
  background: transparent;
  padding-left: 20px;
  color: #fff;
  box-sizing: border-box;
  margin-right: 20px;
  border: solid 1px #ffffff;
}
.inform .inform_box .inform_main > #content {
  float: left;
  width: 380px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  margin-right: 20px;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  border: solid 1px #ffffff;
}
.inform .inform_box .inform_main > input::-webkit-input-placeholder {
  color: #fff;
}
.inform .inform_box .inform_main > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.inform .inform_box .inform_main > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.inform .inform_box .inform_main > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.inform .inform_box .inform_main #btn {
  float: left;
  width: 164px;
  height: 43px;
  font-size: 16px;
  color: #fe7600;
  text-align: center;
  line-height: 43px;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}

