@charset "utf-8";
/* CSS Document */

/* banner开始 */
.shutter {
  overflow: hidden;
  width: 100%;
  height: 603px;
  position: relative;
  margin: 0 auto;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {
}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -49px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
/* banner结束*/

.wrap {
  width: 100%;
}

/* about开始 */
.about {
  width: 100%;
  position: relative;
}
.about_ti {
  text-align: center;
  width: 100%;
  padding-top: 26px;
  margin-bottom: 34px;
}
.about_ti h1 {
  font-size: 25px;
  line-height: 50px;
  color: #484848;
}
.about_con {
  width: 100%;
  height: 410px;
}
.about_ti i {
  display: block;
  width: 44px;
  height: 1px;
  margin: 0 auto;
  background-color: #cacaca;
}
.about_ti span {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #676767;
}
.about_wrap {
  position: relative;
  width: 100%;
  height: 410px;
  background-color: #f7f8f8;
  margin-top: 59px;
  padding-top: 60px;
  padding-left: 30px;
  box-sizing: border-box;
}
.about_l {
  width: 580px;
  height: 350px;
}
.about_l p {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 28px;
  margin-bottom: 18px;
}
.about_wrap .ab_btn {
  display: block;
  width: 83px;
  height: 29px;
  background-color: #2265af;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 14px;
}
.about_r {
  position: absolute;
  top: -25px;
  right: 38px;
  width: 555px;
  height: 406px;
  overflow: hidden;
}
/* about结束 */

/* brand开始 */
.category {
  width: 100%;
  height: 606px;
}
.category .cate_con {
  width: 96%;
  margin: 0 auto;
}
.category .cate_con .mgr {
  margin-right: 50px;
}
.category .cate_con ul li {
  width: 356px;
  float: left;
}
.category .cate_item {
  position: relative;
  background: url(../images/cate.png) no-repeat center center;
  transition: all 0.8s;
}
.category .cate_item span {
  font-size: 34px;
  font-family: "HelveticaNeue-BoldCond";
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
}
.category .cate_item span {
  position: absolute;
  top: 6px;
  right: 81px;
}
.category .cate_item img {
  margin-top: 36px;
  transition: ease 0.8s;
  transform: translate3d(0, 0, 0);
}
.category .cate_item {
  width: 358px;
  height: 338px;
}
.category .cate_con ul li:hover .cate_item {
  background: url(../images/cate_hover.png) no-repeat center center;
}
.category .cate_con ul li:hover .cate_item img {
  transform: translate3d(0, 20px, 0);
}
.category .cate_txt {
  text-align: center;
  margin-top: 25px;
}
.category .cate_txt h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #676767;
}
.category .cate_txt p {
  font-size: 14px;
  color: #5e5e5e;
}

/* brand结束 */

/* display开始 */
.display {
  width: 100%;
  height: 485px;
  background: url(../images/dis_bg.jpg) no-repeat center bottom;
}
.display_ti h1 {
  padding: 35px 0;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
}
.box1 {
  width: 1250x;
  position: relative;
}
.box1 .leftLoop {
  width: 1250px;
  overflow: hidden;
}
.box1 .leftLoop .hd {
}
.prev {
  display: block;
  position: absolute;
  left: -60px;
  top: 140px;
  width: 45px;
  height: 45px;
  background: url(../images/prev.png) no-repeat;
  cursor: pointer;
}
.next {
  display: block;
  position: absolute;
  right: -60px;
  top: 140px;
  width: 45px;
  height: 45px;
  background: url(../images/next.png) no-repeat;
  cursor: pointer;
}
.box1 .bd {
  height: 100%;
}
.bd ul {
  height: 100%;
}
.box1 .bd ul li {
  width: 293px;
  height: 312px;
  float: left;
  margin-right: 19px;
}
.dis_pic {
  width: 293px;
  height: 261px;
  position: relative;
  overflow: hidden;
}
.dis_pic img {
  width: 293px;
  height: 261px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dis_pic i {
  position: absolute;
  left: 44%;
  top: 80%;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
  background: url(../images/more.png) no-repeat center;
  transition: all 0.5s ease 0s;
}
.dis_pic:hover img {
  webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.dis_pic:hover:before {
  width: 100%;
  left: 0;
  opacity: 0.5;
}
.dis_pic:hover i {
  top: 46%;
  opacity: 1;
  transition-delay: 0.5s;
}
.dis_pic img {
  width: 100%;
}
.dis_txt {
  width: 293;
  height: 51px;
  line-height: 51px;
  background-color: #a7a7a7;
  font-size: 16px;
  text-align: center;
}
.dis_txt a {
  font-size: 16px;
  color: #fff;
}
/* display结束 */

/* advantage开始 */
.advantage {
  width: 100%;
  height: 1061px;
  background: url(../images/adv_bg.jpg) no-repeat center top;
}
.triangle {
  position: relative;
  left: -1px;
  top: 7px;
  width: 327px;
  height: 338px;
}
.trian_txt {
  position: absolute;
  top: 92px;
  left: 31px;
  color: #fff;
}
.trian_txt span {
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
}
.trian_txt h3 {
  font-size: 22px;
}
.trian_txt p {
  font-size: 15px;
}
.adv_l_t {
  padding-left: 100px;
  width: 846px;
}
.adv_l_t dl {
  width: 44%;
  margin-right: 6%;
  margin-bottom: 32px;
  float: left;
}
.adv_l_t dt {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #0063af;
}
.adv_l_t dd {
  font-size: 14px;
  color: #676767;
}
.adv_l_b {
  margin-top: 8px;
  margin-left: 36px;
}
.adv_r {
  margin-top: 261px;
  padding-right: 24px;
}
/* advantage结束 */

/* contact开始 */
.contact {
  width: 100%;
  min-height: 226px;
  background: url(../images/cont_bg.jpg) no-repeat center top;
}
.contact .cont_list {
  padding-top: 46px;
  text-align: center;
}
.contact .cont_list ul li {
  float: left;
  width: 23%;
  margin: 0 5%;
}
.contact .cont_list ul li img {
  margin-bottom: 10px;
}
.contact .cont_list ul li span {
  display: block;
  font-family: "HelveticaNeue-BoldCond";
  font-weight: bold;
  color: #818181;
  font-size: 24px;
}
/* contact结束 */

/* solution开始 */
.solution {
  width: 100%;
  height: 479px;
}
.sol_item {
  position: relative;
  width: 712px;
  height: 479px;
  overflow: hidden;
}
.sol_item .sol_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
  z-index: 100;
}
.sol_item .sol_txt p {
  padding-left: 56px;
  padding-top: 24px;
  font-size: 14px;
  color: #fff;
}
.solution .tab {
  width: 508px;
  height: 392px;
  padding-left: 70px;
  padding-top: 86px;
  margin-top: 48px;
  background-color: #ececec;
  border-radius: 0 18px 18px 0;
}
.solution .tab h3 {
  font-size: 25px;
  color: #484848;
  margin-bottom: 32px;
}
.solution ul li {
  float: left;
  width: 100px;
  margin-right: 32px;
  margin-bottom: 34px;
}
.solution .tab a {
  display: block;
  padding-left: 12px;
  background: url(../images/sol_arrow.png) no-repeat left center;
  font-size: 16px;
  color: #676767;
}
.solution .tab .on a {
  color: #0063af;
}
/* solution结束 */

/* message开始 */
.message {
  width: 100%;
  height: 259px;
  background: url(../images/index_msg_bg.jpg) no-repeat center center;
  margin-top: 44px;
}
.msg_ti {
  width: 204px;
  margin-top: 78px;
  color: #fff;
}
.msg_ti h1 {
  font-size: 25px;
}
.msg_ti span {
  font-size: 15px;
}
.form_col_1 {
  margin-right: 16px;
}
.msg_con {
  margin-top: 38px;
  margin-left: 10px;
}
.form_item input {
  font-size: 18px;
  color: #fff;
  padding: 0 24px;
}
.form_item textarea {
  font-size: 18px;
  color: #fff;
  font-family: "微软雅黑";
  padding: 24px 24px;
}
.msg_con .input_1 {
  width: 260px;
  height: 66px;
  margin-bottom: 12px;
  background-color: rgba(61, 146, 28, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C840961f,endColorstr=#C840961f);
}
.msg_con .input_2 {
  width: 528px;
  height: 144px;
  margin-bottom: 12px;
  background-color: rgba(61, 146, 28, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C840961f,endColorstr=#C840961f);
}
.form_con {
  margin-bottom: 6px;
}
.form_btn {
  margin-left: 276px;
}
.form_btn .tijiao {
  width: 106px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(61, 146, 28, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C840961f,endColorstr=#C840961f);
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/* message结束 */

/* news开始 */
.news {
  width: 100%;
  height: 612px;
  background-color: #5b656f;
}
.news_wrap a,
.news_wrap span {
  font-size: 15px;
}
.news_item,
.cont_item {
  overflow: hidden;
}
.news_con,
.cont_con {
  margin-right: 18px;
}
.news_con .news_list {
  width: 392px;
  height: 204px;
  padding: 15px 0;
  background-color: #ebebeb;
}
.news_con .news_list ul li {
  width: 100%;
  height: 34px;
}
.news_con .news_list ul li a {
  display: block;
  width: 100%;
  line-height: 34px;
  padding-left: 30px;
  box-sizing: border-box;
}
.cont_con .cont_list {
  width: 392px;
  height: 204px;
  padding: 15px 0;
  background-color: #ebebeb;
}
.cont_con .cont_list ul li {
  width: 100%;
  height: 34px;
}
.cont_con .cont_list ul li span {
  display: block;
  width: 100%;
  line-height: 34px;
  padding-left: 30px;
  box-sizing: border-box;
}
.loop_con {
  position: relative;
  width: 400px;
  height: 418px;
  background-color: #ebebeb;
}
.sub_box {
  width: 60%;
  height: 418px;
  margin: 0 auto;
  padding-top: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.sub_leftLoop {
  width: 100%;
  height: 378px;
}
.sub_picList li {
  width: 100%;
  float: left;
  margin-right: 20px;
}
.sub_prev {
  display: block;
  position: absolute;
  left: 28px;
  top: 172px;
  width: 20px;
  height: 40px;
  background: url(../images/sub_prev.png) no-repeat center center;
  cursor: pointer;
}
.sub_next {
  display: block;
  position: absolute;
  right: 28px;
  top: 172px;
  width: 20px;
  height: 40px;
  background: url(../images/sub_next.png) no-repeat center center;
  cursor: pointer;
}

/* news结束 */

/* foot开始 */
.foot {
  width: 100%;
  height: 139px;
  color: #fff !important;
  background: url(../images/foot_bg.jpg) repeat-x;
}
.foot a {
  color: #fff;
}
.foot .foot_con_t {
  padding-top: 12px;
  height: 63px;
  color: #fff;
}
.foot .foot_cont,
.foot .foot_tech {
  line-height: 24px;
}
.foot .foot_con_b {
  padding-top: 14px;
  height: 62px;
}
.foot_con_b span {
  margin-right: 10px;
}
.foot_con_b a {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  color: #fff;
  border-right: 1px solid #959699;
}
/* foot结束 */
