/* banner S */
.fullSlide {
  width: 100%;
  position: relative;
  height: 590px;
  overflow: hidden;
}
.fullSlide .bd {
  height: 590px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 590px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 590px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  height: 40px;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 58px;
  height: 15px;
  margin: 7px;
  border: 1px solid #fff;
  overflow: hidden;
  line-height: 99px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullSlide .hd ul .on {
  border: 1px solid #fff;
  background: #05437c;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.fullSlide .prev,
.fullSlide .next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.fullSlide .prev {
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  left: 10%;
}
.fullSlide .next {
  background-position: -6px -137px;
  right: 10%;
}
.tit {
  text-align: center;
}
.tit > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #131313;
  text-align: center;
}
.tit > span {
  display: block;
  width: 77px;
  height: 1px;
  background: #d2d2d2;
  margin: 15px auto;
}
.tit > h4 {
  color: #999999;
  font-size: 16px;
}
.tit2 {
  text-align: center;
}
.tit2 > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.tit2 > span {
  display: block;
  width: 77px;
  height: 1px;
  background: #d2d2d2;
  margin: 15px auto;
}
.tit2 > h4 {
  color: #ffffff;
  font-size: 16px;
}
.hot_news {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fbfbfb;
}
.hot_news .hot_box .hot_tit {
  padding-left: 26px;
  font-size: 16px;
  color: #999999;
  background: url(../images/hot_ico.png) left center no-repeat;
}
.hot_news .hot_box .hot_tit > span {
  font-size: 12px;
}
.hot_news .hot_box .hot_main {
  width: 970px;
  margin-left: 20px;
}
.hot_news .hot_box .hot_main .hot_list {
  width: 970px;
}
.hot_news .hot_box .hot_main .hot_list > li {
  float: left;
  width: 430px;
  margin-left: 50px;
  color: #999999;
}
.hot_news .hot_box .hot_main .hot_list > li > a {
  float: left;
  width: 350px;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
  box-sizing: border-box;
  background: url(../images/hot_ico2.png) left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot_news .hot_box .hot_main .hot_list > li > span {
  float: right;
  font-size: 12px;
}
.solve {
  margin-top: 50px;
}
.solve .solve_view {
  position: relative;
  width: 1092px;
  margin: 45px auto 0;
}
.solve .solve_view .solve_list li {
  position: relative;
  float: left;
  width: 304px;
  height: 410px;
  margin: 0 30px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #bfbfbf;
  z-index: 1;
}
.solve .solve_view .solve_list li::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 0;
  left: 0;
  border-left: 1px solid #ff8606;
  border-right: 1px solid #ff8606;
  transition: all .5s;
  z-index: -1;
}
.solve .solve_view .solve_list li::before {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  left: 0;
  height: 100%;
  border-top: 1px solid #ff8606;
  border-bottom: 1px solid #ff8606;
  transition: all .5s;
  z-index: -1;
}
.solve .solve_view .solve_list li:hover {
  border: solid 1px #ff8606;
}
.solve .solve_view .solve_list li:hover::after {
  height: 100%;
}
.solve .solve_view .solve_list li:hover::before {
  width: 100%;
}
.solve .solve_view .solve_list li:hover h3 a {
  color: #ff8606;
}
.solve .solve_view .solve_list li > a {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 33px auto 0;
}
.solve .solve_view .solve_list li > a > img {
  width: 100%;
  height: 100%;
  border: solid 2px #cccccc;
  box-sizing: border-box;
  border-radius: 50%;
}
.solve .solve_view .solve_list li > h3 {
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 8px;
}
.solve .solve_view .solve_list li > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solve .solve_view .solve_list li > h4 {
  width: 100%;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
}
.solve .solve_view .solve_list li > h5 {
  width: 224px;
  margin: 0 auto;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
}
.solve .solve_view .solve_1,
.solve .solve_view .solve_2 {
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 65px;
  top: 150px;
}
.solve .solve_view .solve_1 {
  left: -66px;
  background: url(../images/solve1.png) center no-repeat;
}
.solve .solve_view .solve_2 {
  right: -66px;
  background: url(../images/solve2.png) center no-repeat;
}
.case {
  width: 100%;
  height: 756px;
  margin-top: 65px;
  padding-top: 60px;
  box-sizing: border-box;
  background: url(../images/case_bg.jpg) center no-repeat;
}
.case .case_menu {
  margin-top: 40px;
}
.case .case_menu .case_menu_list {
  text-align: center;
}
.case .case_menu .case_menu_list > li {
  display: inline-block;
  width: 168px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px;
  border: solid 1px #ffffff;
}
.case .case_menu .case_menu_list > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #eaeaea;
  font-size: 14px;
  background: url(../images/case_ico1.png) 20px center no-repeat;
}
.case .case_view {
  padding: 0 25px;
  margin-top: 45px;
}
.case .case_view .case_view_list > li {
  float: left;
  width: 353px;
  height: 398px;
  background-color: #f5f7fa;
  cursor: url(../images/mouse.png), default;
  transition: all .5s;
}
.case .case_view .case_view_list > li:hover {
  background: #ff8606;
  box-shadow: 0px 0px 51px 0px rgba(11, 2, 5, 0.21);
}
.case .case_view .case_view_list > li:hover .case_txt > a {
  color: #fff;
}
.case .case_view .case_view_list > li > a {
  display: block;
  width: 100%;
  height: 285px;
  cursor: url(../images/mouse.png), default;
}
.case .case_view .case_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.case .case_view .case_view_list > li .case_txt {
  width: 100%;
  height: 113px;
  line-height: 113px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  cursor: url(../images/mouse.png), default;
}
.case .case_view .case_view_list > li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about {
  margin-top: 55px;
}
.about .ab_main {
  margin-top: 85px;
}
.about .ab_main .ab_txt > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.about .ab_main .ab_txt > span {
  display: block;
  width: 56px;
  height: 4px;
  background: #666666;
  margin-bottom: 25px;
}
.about .ab_main .ab_txt > h4 {
  width: 504px;
  height: 150px;
  overflow: hidden;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 60px;
}
.about .ab_main .ab_txt > i {
  display: inline-block;
  width: 183px;
  height: 45px;
  line-height: 45px;
  padding-left: 54px;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 27px;
  color: #fefefe;
  background: url(../images/ab_ico.png) 20px center no-repeat #294da0;
}
.about .ab_main .ab_txt > a {
  display: inline-block;
  width: 183px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fefefe;
  font-size: 14px;
  background-color: #ff8606;
}
.about .ab_main .ab_view {
  width: 696px;
  height: 427px;
  padding-top: 17px;
  box-sizing: border-box;
  background: url(../images/ab_viewbg.jpg) center no-repeat;
}
.about .ab_main .ab_view > img {
  display: block;
  width: 550px;
  height: 331px;
  margin-left: 68px;
}
.about .aboutTime {
  border-top: 1px #f6f6f6 solid;
  padding: 48px 0;
  height: 72px;
  background-color: #fbfbfb;
}
.about .aboutTime ul {
  width: 1180px;
  margin: 0 auto;
}
.about .aboutTime ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #666;
  transition: all .5s;
}
.about .aboutTime ul li:hover {
  transform: translateY(-5px);
}
.about .aboutTime ul li:before {
  content: "";
  width: 1px;
  background: #dcdcdc;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about .aboutTime ul li:first-child:before {
  display: none;
}
.about .aboutTime ul li span {
  display: block;
}
.about .aboutTime ul li span b {
  color: #fe7701;
  font-size: 48px;
  font-weight: normal;
  position: relative;
  line-height: 48px;
  display: inline-block;
}
.about .aboutTime ul li span b:after {
  content: "+";
  position: absolute;
  font-size: 14px;
  right: -12px;
  top: 0;
  line-height: 14px;
}
.about .aboutTime ul li p {
  line-height: 1;
  margin-top: 10px;
}
.honer {
  width: 100%;
  height: 610px;
  padding-top: 55px;
  box-sizing: border-box;
  background: url(../images/honer_bg.jpg) center no-repeat;
}
.honer .honer_view {
  position: relative;
  width: 1056px;
  margin: 40px auto 0;
}
.honer .honer_view .honer_view_list > li {
  float: left;
  width: 238px;
  margin-right: 40px;
  transition: all .5s;
}
.honer .honer_view .honer_view_list > li:hover>a{
  background: url(../images/honer_on.png) center no-repeat;
}
.honer .honer_view .honer_view_list > li:hover .honer_txt {
  color: #fe7701;
}
.honer .honer_view .honer_view_list > li:hover .honer_txt a {
  color: #fe7701;
}
.honer .honer_view .honer_view_list > li > a {
  display: block;
  width: 238px;
  height: 330px;
  overflow: hidden;
}
.honer .honer_view .honer_view_list > li > a > img {
  display: block;
  margin: 20px auto 0;
  width: 210px;
  height: 290px;
}
.honer .honer_view .honer_view_list > li .honer_txt {
  width: 100%;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.honer .honer_view .honer_view_list > li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honer .honer_view .honer1,
.honer .honer_view .honer2 {
  position: absolute;
  top: 134px;
  width: 27px;
  height: 47px;
  cursor: pointer;
}
.honer .honer_view .honer1 {
  left: -76px;
  background: url(../images/honer1.png) center no-repeat;
}
.honer .honer_view .honer2 {
  right: -76px;
  background: url(../images/honer2.png) center no-repeat;
}
.ys {
  width: 100%;
  height: 845px;
  margin-top: 70px;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_box .ys_tit {
  text-align: center;
}
.ys .ys_box .ys_tit > h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.ys .ys_box .ys_tit > h3 > span {
  font-size: 32px;
}
.ys .ys_box .ys_tit > h4 {
  color: #5c5c5c;
  font-size: 12px;
}
.ys .ys_box .ys_tit > h5 {
  font-size: 18px;
  color: #5c5c5c;
  margin-top: 20px;
}
.ys .ys_box .ys_tit > h5 > span {
  font-weight: bold;
}
.ys .ys_box .ys_tit > h5 > a {
  display: inline-block;
  width: 138px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  border-radius: 17px;
  border: solid 1px #d2d2d2;
  margin-left: 30px;
}
.ys .ys_box .ys_tit > h5 > a:hover {
  border: solid 1px #ff8606;
  background-color: #ff8606;
  color: #fff;
}
.ys .ys_box .ys_main {
  margin-top: 95px;
}
.ys .ys_box .ys_main .ys_list > li {
  position: relative;
  float: left;
  width: 450px;
  height: 217px;
  padding-top: 48px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 220px;
  margin-bottom: 130px;
  border: solid 1px #e8e8e8;
  transition: all .5s;
}
.ys .ys_box .ys_main .ys_list > li:hover {
  background-color: #ff8606;
  box-shadow: 0px 0px 20px 0px rgba(255, 134, 6, 0.65);
  border: solid 1px #ff8606;
}
.ys .ys_box .ys_main .ys_list > li.on{
  background-color: #ff8606;
  box-shadow: 0px 0px 20px 0px rgba(255, 134, 6, 0.65);
  border: solid 1px #ff8606;
}
.ys .ys_box .ys_main .ys_list > li.on h3{
  color: #fff;
}
.ys .ys_box .ys_main .ys_list > li.on span{
  background: #fff;
}
.ys .ys_box .ys_main .ys_list > li.on h4{
  color: #fff;
}
.ys .ys_box .ys_main .ys_list > li.on .ys_ico{
  transform: rotateX(360deg);
  box-shadow: 0px 0px 20px 0px rgba(255, 134, 6, 0.65);
}
.ys .ys_box .ys_main .ys_list > li:hover > h3 {
  color: #fff;
}
.ys .ys_box .ys_main .ys_list > li:hover span {
  background: #fff;
}
.ys .ys_box .ys_main .ys_list > li:hover h4 {
  color: #fff;
}
.ys .ys_box .ys_main .ys_list > li:hover .ys_ico {
  transform: rotateX(360deg);
  box-shadow: 0px 0px 20px 0px rgba(255, 134, 6, 0.65);
}
.ys .ys_box .ys_main .ys_list > li > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  transition: all .5s;
}
.ys .ys_box .ys_main .ys_list > li > span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #a0a0a0;
  margin: 15px auto 15px;
  transition: all .5s;
}
.ys .ys_box .ys_main .ys_list > li > h4 {
  width: 390px;
  line-height: 28px;
  color: #999999;
  font-size: 14px;
  margin: 0 auto;
  transition: all .5s;
}
.ys .ys_box .ys_main .ys_list > li .ys_ico {
  position: absolute;
  top: -64px;
  left: 187px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 0px 16px 0px rgba(11, 2, 5, 0.1);
  transition: all .5s;
}
.ys .ys_box .ys_main .ys_list > li .ys_ico1 {
  background: url(../images/ys_ico1.png) center no-repeat #ffffff;
}
.ys .ys_box .ys_main .ys_list > li .ys_ico2 {
  background: url(../images/ys_ico2.png) center no-repeat #ffffff;
}
.ys .ys_box .ys_main .ys_list > li .ys_ico3 {
  background: url(../images/ys_ico3.png) center no-repeat #ffffff;
}
.ys .ys_box .ys_main .ys_list > li .ys_ico4 {
  background: url(../images/ys_ico4.png) center no-repeat #ffffff;
}
.ys .ys_box .ys_main .ys_list > li:nth-child(2n) {
  margin-right: 0;
}
.inform {
  width: 100%;
  height: 277px;
  background: url(../images/inform_bg.jpg) center no-repeat;
}
.inform .inform_box .inform_txt {
  margin-top: 60px;
}
.inform .inform_box .inform_txt > h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 100;
}
.inform .inform_box .inform_txt > h3 > span {
  position: relative;
  margin-right: 25px;
  font-weight: bold;
}
.inform .inform_box .inform_txt > h3 > span::after {
  content: "+";
  position: absolute;
  top: -20px;
  right: -26px;
  font-weight: 100;
}
.inform .inform_box .inform_txt h4 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 100;
}
.inform .inform_box .inform_txt h5 {
  color: #ffffff;
  font-size: 16px;
  padding-left: 38px;
  margin-top: 35px;
  background: url(../images/in-tell.png) left center no-repeat;
}
.inform .inform_box .inform_txt h5 a {
  display: inline-block;
  width: 131px;
  height: 37px;
  color: #666666;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #ffffff;
  margin-left: 30px;
}
.inform .inform_box .inform_txt h5 a:hover {
  background-color: #ff8606;
  border: solid 1px #ff8606;
  color: #fff;
  transform: scale(1.1);
}
.inform .inform_box .inform_main .inputs {
  width: 220px;
  margin-top: 70px;
  margin-right: 20px;
}
.inform .inform_box .inform_main .inputs > input {
  width: 220px;
  height: 40px;
  padding-left: 35px;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  margin-bottom: 15px;
  background: transparent;
  color: #fff;
}
.inform .inform_box .inform_main #userName {
  background: url(../images/in1.png) 12px center no-repeat;
}
.inform .inform_box .inform_main #userPhone {
  background: url(../images/in2.png) 12px center no-repeat;
}
.inform .inform_box .inform_main input::-webkit-input-placeholder,
.inform .inform_box .inform_main textarea::-webkit-input-placeholder {
  color: #fff;
}
.inform .inform_box .inform_main input:-moz-placeholder,
.inform .inform_box .inform_main textarea:-moz-placeholder {
  color: #fff;
}
.inform .inform_box .inform_main input::-moz-placeholder,
.inform .inform_box .inform_main textarea::-moz-placeholder {
  color: #fff;
}
.inform .inform_box .inform_main input:-ms-input-placeholder,
.inform .inform_box .inform_main textarea:-ms-input-placeholder {
  color: #fff;
}
.inform .inform_box .inform_main textarea {
  float: left;
  width: 220px;
  height: 95px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 70px;
  background: transparent;
  color: #fff;
  border: solid 1px #ffffff;
}
.inform .inform_box .inform_main #btn {
  display: block;
  width: 131px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  margin: 20px auto 0;
  cursor: pointer;
  background: transparent;
}
.fc {
  margin-top: 50px;
}
.fc .fc_view {
  margin-top: 68px;
}
.fc .fc_view .fc_view_list > li {
  position: relative;
  float: left;
  width: 380px;
  height: 186px;
  margin-right: 30px;
  padding: 45px 23px 0;
  box-sizing: border-box;
  background-color: #f9f9f9;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li:hover {
  background-color: #ff8606;
}
.fc .fc_view .fc_view_list > li:hover a {
  top: -45px;
}
.fc .fc_view .fc_view_list > li:hover > h3 {
  color: #ffffff;
}
.fc .fc_view .fc_view_list > li:hover > h3 > a {
  color: #ffffff;
}
.fc .fc_view .fc_view_list > li:hover h4 {
  color: #ffffff;
}
.fc .fc_view .fc_view_list > li > a {
  position: absolute;
  right: 35px;
  top: -32px;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.fc .fc_view .fc_view_list > li > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 4px #fbfbfb;
}
.fc .fc_view .fc_view_list > li > h3 {
  width: 100%;
  height: 18px;
  line-height: 18px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 25px;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.fc .fc_view .fc_view_list > li > h4 {
  width: 100%;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li > h4 span {
  margin-right: 25px;
}
.fc .fc_view .fc_view_list > li:nth-last-child(1) {
  margin-right: 0;
}
.part {
  margin-top: 53px;
}
.part .part_view {
  margin-top: 53px;
}
.part .part_view .part_view_list > li {
  float: left;
  width: 220px;
  margin-right: 25px;
  transition: all .5s;
}
.part .part_view .part_view_list > li:hover {
  transform: translateY(-8px);
}
.part .part_view .part_view_list > li:hover .part_txt a {
  color: #ff8606;
}
.part .part_view .part_view_list > li > a {
  display: block;
  width: 100%;
  height: 110px;
}
.part .part_view .part_view_list > li > a > img {
  width: 100%;
  height: 100%;
  border: solid 1px #eeeeee;
}
.part .part_view .part_view_list > li .part_txt {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.part .part_view .part_view_list > li .part_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mbanner {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  background: url(../images/mbanner.jpg) center no-repeat;
}
.mbanner .m_box {
  overflow: hidden;
  text-align: center;
}
.mbanner .m_box > h3 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 64px;
  color: #fefefe;
  margin-bottom: 20px;
}
.mbanner .m_box h4 {
  color: #fefefe;
  font-size: 24px;
  margin-bottom: 45px;
}
.mbanner .m_box h5 {
  color: #ffffff;
  font-size: 18px;
}
.mbanner .m_box h5 span {
  margin-right: 35px;
}
.mbanner .m_box h5 a {
  display: inline-block;
  width: 131px;
  height: 37px;
  color: #666666;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #ffffff;
  margin-left: 45px;
}
.mbanner .m_box h5 a:hover {
  background: #ff8606;
  color: #fff;
  border: solid 1px #ff8606;
}
.news {
  margin-top: 45px;
}
.news .news_main {
  margin-top: 30px;
}
.news .news_main .news_left {
  width: 683px;
}
.news .news_main .news_left .news_l_tit {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eeeeee;
}
.news .news_main .news_left .news_l_tit > h4 {
  background: url(../images/news_ico1.png) left center no-repeat;
  padding-left: 30px;
  font-size: 18px;
  color: #666666;
}
.news .news_main .news_left .news_l_tit > h4 span {
  color: #cccccc;
  font-size: 12px;
}
.news .news_main .news_left .news_l_tit a {
  float: right;
  color: #dbdbdb;
  font-size: 12px;
}
.news .news_main .news_left .news_l_main {
  margin-top: 12px;
}
.news .news_main .news_left .news_l_main .news_l_list > li {
  width: 684px;
  height: 161px;
  border: solid 1px #eeeeee;
  margin-bottom: 28px;
}
.news .news_main .news_left .news_l_main .news_l_list > li > a {
  float: left;
  width: 239px;
  height: 161px;
}
.news .news_main .news_left .news_l_main .news_l_list > li > a > img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_left .news_l_main .news_l_list > li .news_l_txt {
  float: left;
  width: 350px;
  margin-left: 37px;
}
.news .news_main .news_left .news_l_main .news_l_list > li .news_l_txt > a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
}
.news .news_main .news_left .news_l_main .news_l_list > li .news_l_txt > a:hover {
  transform: translate(8px);
  color: #ff8606;
}
.news .news_main .news_left .news_l_main .news_l_list > li .news_l_txt span {
  color: #666666;
  font-size: 12px;
}
.news .news_main .news_left .news_l_main .news_l_list > li .news_l_txt h4 {
  color: #999999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
}
.news .news_main .news_right {
  width: 476px;
}
.news .news_main .news_right .news_r_tit {
  width: 476px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eeeeee;
}
.news .news_main .news_right .news_r_tit > h4 {
  background: url(../images/news_ico2.png) left center no-repeat;
  padding-left: 30px;
  font-size: 18px;
  color: #666666;
}
.news .news_main .news_right .news_r_tit > h4 span {
  color: #cccccc;
  font-size: 12px;
}
.news .news_main .news_right .news_r_tit a {
  float: right;
  color: #dbdbdb;
  font-size: 12px;
}
.news .news_main .news_right .news_r_main .news_r_list > li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #cccccc;
}
.news .news_main .news_right .news_r_main .news_r_list > li:hover a {
  transform: translate(8px);
  color: #ff8606;
}
.news .news_main .news_right .news_r_main .news_r_list > li:hover span {
  color: #ff8606;
}
.news .news_main .news_right .news_r_main .news_r_list > li > a {
  float: left;
  width: 370px;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/news_ico3.png) left center no-repeat;
}
.news .news_main .news_right .news_r_main .news_r_list > li span {
  float: right;
  font-size: 14px;
  color: #666666;
  transition: all .5s;
}
.links {
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin-top: 30px;
  border-bottom: 1px solid #6f89d2;
  background: #294da0;
}
.links .links_box > span {
  width: 112px;
  height: 100%;
  color: #abb5d3;
  text-align: center;
  font-size: 16px;
}
.links .links_box > span i {
  margin-left: 15px;
}
.links .links_box > .links_list > a {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 26px;
  font-size: 14px;
  color: #abb5d3;
  margin-left: 30px;
}
.links .links_box > .links_list > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #abb5d3;
  top: 0;
  left: 0;
  transition: all .3s;
}
.links .links_box > .links_list > a::before {
  position: absolute;
  height: 1px;
  background: #abb5d3;
  content: "";
  width: 0;
  bottom: 0;
  right: 0;
  transition: all .3s;
}
.links .links_box > .links_list > a:hover::after {
  width: 100%;
}
.links .links_box > .links_list > a:hover::before {
  width: 100%;
}
