@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
ul{list-style-type:none;}
li{ list-style:none;line-height: 35px;}
img{border:0px;}
a{text-decoration:none!important; font-size: 12px;}
.clear{clear: both;}
.left{float:left;}
.right{float:right;}
body{ font-family: "'Microsoft YaHei";color:#444;font-size:14px;font-family:'Microsoft YaHei' !important;overflow-x:hidden; }
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.hidden{display:none;}
p,h1,h2,h3,h4,h5,h6{margin:0;}
ul{margin-bottom: 0;}
@media screen and (max-width:765px){
   .nopadding{padding:0;}
}

/*header css*/
.header{padding:25px 0;}
.span-logo img{vertical-align: middle;float: left;max-width: 100%;}
.span-phone{float: right;background: url(../Image/he_tel.png) left center no-repeat;line-height: 25px; color: #827e7e;font-size: 16px;padding-left: 50px;margin-top: 10px;}
.span-phone span{color: #323232;font-size: 28px;font-weight: bolder;}
.nav{background: #323232;}
.nav li{float: left;text-align: center;}
.nav ul{display: flex;}
.nav li{flex: 1; line-height: 60px;transition: all .4s;position: relative;}
.nav li a{display: block;color: #fff;font-size: 16px;transition: all .4s;}
.nav li a:hover{background: #f33d3d;}
.nav li.active a{background: #f33d3d;}
.nav-fix{position: fixed;left: 0;top:0;right: 0;box-shadow: 0 4px 6px rgba(0,0,0,0.2);z-index: 9999;}
.nav-fix li{line-height: 45px;}
.nav li .navson{
  display: none;
  position: absolute;
  left: 50%;top:65px;
  margin-left: -80px;
  z-index: 100000;
  padding-top: 10px;
  width: 160px;
}
.nav li .navson>a{
  color: #fff!important;
  width: 100%!important;
  background: rgba(0,0,0,.5);!important;
  line-height: 40px!important;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.nav li .navson a:first-of-type:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,.5);
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.nav li .navson>a:hover{
  background: #bc0000!important;
}
.menu{width: 35px;position: absolute;z-index: 1000;right: 15px;top:50%;transform:translateY(-50%);}
.menu .menu_button{width: 100%;cursor: pointer}
.menu .menu_button .line{float: right;width: 35px;height: 3px;background: #323232;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button .line:nth-child(1){margin-top:0;}
.menu .menu_button .line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button .line:nth-child(3){transition-delay:0.1s;margin-bottom: 0;}
.menu .menu_button.on .line:nth-child(1){transform:translateY(13px) rotate(45deg);-webkit-transform:translateY(13px) rotate(45deg);}
.menu .menu_button.on .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.menu .menu_button.on .line:nth-child(3){transform:translateY(3px) rotate(-45deg);-webkit-transform:translateY(3px) rotate(-45deg);}
.mobile_nav{position: fixed;left: 0;right:0;background: #f2f2f2; z-index: 999;transition:.5s;transform: translateY(-736px);opacity: 0;top:-20px;transition-timing-function:cubic-bezier(0.26, 0.46, 0.3, 1.23);}
.open{transform:translateY(0px);opacity: 1;top:70px;}
.mobile_nav li{padding:10px 30px;width:100vw;box-sizing: border-box;}
.mobile_nav li a{display: block;width: 100%;height: 100%;position: relative;text-align: center; color: #666666;line-height: 40px;font-size:16px;}
.mobile_nav li:not(:last-child) a{border-bottom: solid 1px #999999;}
.mobile_nav li .son{background: #333;}
.show1 {z-index: 100000;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1; }
.hide1 {-webkit-transform: scale(0) !important;-ms-transform: scale(0) !important;transform: scale(0) !important;opacity: 0 !important; }
#owl-demo {width: 100%; margin-left: auto; margin-right: auto;}
#owl-demo .item{ display: block;}
#owl-demo img { display: block; width: 100%;}
.banner .owl-theme .owl-controls{position: absolute;left: 50%;bottom:10px;margin-left: -35px;}
@media screen and (max-width:765px){
   .header{padding:15px 0;}
   .span-logo{padding-right: 0;padding-left: 0;}
   .span-logo img{max-height: 50px;}
}

/*index css*/
.red{color: #f33d3d;}
.white{color: #fff;}
.black{color: #000;}
.wrap_tit{text-align: center;line-height: 35px;margin-bottom: 2%;}
.wrap_tit span{text-transform: uppercase;font-size: 40px;font-weight: bold;}
.wrap_tit p{width: 30%;margin:0 auto; font-size: 24px;position: relative;}
.wrap_tit p:before{content: '';width: 30%;height: 1px;background: #d9d9d9;position: absolute;top:50%;left: 0;}
.wrap_tit p:after{content: '';width: 30%;height: 1px;background: #d9d9d9;position: absolute;top:50%;right: 0;}
#wrap_01{background: url(../Image/wrap_01_bg.jpg) center no-repeat;padding:50px 0;}
.left_tit{padding:10% 0;background: url(../Image/left_tit_bg.jpg) center;}
.left_tit p{line-height: 25px;color: rgba(255,255,255,.5);font-size: 12px;text-transform: uppercase;text-align: center;}
.left_tit p span{color: #fff;font-size: 24px;}
.left_lis{border:solid 1px #e5e5e5;border-top:none;background: #fff;}
.left_lis li{width: 92%;margin:0 auto;padding:15px 0;border-bottom: solid 1px #f6f5fa;}
.left_lis li a{display: block;text-indent: 30px; font-size: 14px;transition: all .4s;}
.left_lis li .left_father{background: url(../Image/left_ico.png) left 8px no-repeat;color: #282828;}
.left_lis li .left_father p:first-of-type{font-size: 14px;}
.left_lis li .left_father p{line-height: 26px;}
.left_search{width: 92%;border:solid 1px #e5e5e5;line-height: 40px;margin:10% auto;}
.left_search .key{width: 85%;line-height: 40px;text-indent: 15px;color: #808080;font-size: 14px;border:none;background: none;outline: none;}
.left_search .sub{width: 15%;line-height: 40px;background: url(../Image/search.png) center no-repeat;border:none;outline: none;}
.left_tel{background: #f0eff5 url(../Image/left_tel_bg.png) left bottom no-repeat;padding:15% 0;}
.left_tel p{text-align: right;padding-right: 5%;line-height: 26px;font-size: 16px;color: #4c4d4e;}
.left_tel p span{color: #d40000;font-size: 22px;}
._01_wrap_hot{border:solid 1px #e5e5e5;position: relative;background: #fff;}
._01_hot_tit{background: #f33d3d;display: block;line-height: 30px;color: #fff;font-size: 18px;padding:1% 2%;position: absolute;left: 0;top:0;z-index: 2;}
._01_hot_tit i{font-size: 24px;font-style: normal;}
.hot_pro{background: #fff;}
._hot_img{overflow: hidden;padding:0;}
._hot_img img{width: 100%;}
._hot_con{padding:30px;}
._hot_con h4{line-height: 30px;padding-bottom: 10px; border-bottom: solid 1px #cccccc;color: #272129;font-size: 20px;font-weight: bold;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
._hot_con p{line-height: 30px;color: #8f8f8f;font-size: 13px;margin:20px 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
._hot_con span{display: block;width: 33%;line-height: 35px;color: #fff;background: #f33d3d;font-size: 14px;text-align: center;transition: all .4s;}
._hot_con span:hover{background: #323232;}
._hot_con span i{padding-right: 10px;}
._01_wrap_pro .item{margin-top: 10px;padding:0 5px;}
._01_wrap_pro .item a{display: block;background: #fff;border:solid 1px #e5e5e5;}
._01_wrap_pro .item a .img{width: 100%;height: 0;padding-bottom: 75%;position: relative;overflow: hidden;border-bottom:solid 1px #e5e5e5;}
._01_wrap_pro .item a .img img{max-width: 100%;max-height: 100%;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
._01_wrap_pro ._pro_name{background: #f9f9f9;padding:10px;text-align: center; margin-top: 2px;transition: all .4s;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
._01_wrap_pro ._pro_name p{font-weight: normal; line-height: 25px;color: #201c19;font-size: 14px;text-transform: uppercase;}
._01_wrap_pro a:hover ._pro_name{background: #f33d3d;margin-top: 2px;}
._01_wrap_pro a:hover ._pro_name p{color: #fff;}
#wrap_02{background: url(../Image/wrap_02_bg.jpg) center no-repeat;background-attachment: fixed;padding:50px 0;}
#wrap_02 .wrap_tit p{width: 50%;font-size: 24px!important;}
#wrap_02 .wrap_tit p:before,#wrap_02 .wrap_tit p:after{background: rgba(255,255,255,.6);}
._02_intro p{color: rgba(255,255,255,.9);font-size: 14px;line-height: 30px;margin-bottom: 15px;display: -webkit-box;overflow: hidden;-webkit-line-clamp:7;-webkit-box-orient:vertical;}
._02_intro a{line-height: 40px;text-align: center;display: inline-block;padding:0 20px; color: #ffffff;font-size: 14px;background:#f33d3d;transition: all .4s;}
._02_intro a:hover{background: #bc0000;color: #fff;}
#wrap_03{margin:2% auto;}
._03_wrap_tit{line-height: 25px;text-indent: 20px;font-size: 22px;color: #000;position: relative;}
._03_wrap_tit:before{width: 5px;height: 100%;background: #f33d3d;content: '';position: absolute;left: 0;top:0;}
._03_wrap_more{text-align: right; color: #ababab;font-size: 14px;transition: all .4s;position: absolute;right: 0;top:0;}
._03_wrap_more:hover{color: #f33d3d;}
._03_fengcai{margin-top: 2%;}
._03_fengcai h4{line-height: 40px;text-align: center;font-size: 14px;color: #333;position: relative;}
._03_fengcai h4:after{width: 100%;height: 1px;content: '';position: absolute;left: 0;bottom:0;background: #e5e5e5;z-index: 1;}
._03_fengcai h4:before{width: 0;height: 1px;content: '';position: absolute;left: 50%;bottom:0;background: #e5e5e5;z-index: 2;transition: all .4s;}
._03_fengcai a:hover h4:before{width: 100%;background: #f33d3d;left: 0;}
#wrap_04{margin:0 auto;}
#wrap_04 .container{padding-left: 0;padding-right: 0;}
#wrap_04 .wrap_tit p{width: 45%;margin:0 auto; font-size: 24px;position: relative;}
._04_arrow{display: block;width: 33px;height: 20px;position: relative;margin: 2% auto;overflow: hidden;}
._04_arrow i{display: inline-block;width: 33px;height: 10px;position: absolute;left: 0;}
._04_arrow .i1 {background: url(../Image/ico_13.png) no-repeat center;top: 0;animation: 2s linear 0s infinite running icotop;}
._04_arrow .i2 {background: url(../Image/ico_14.png) no-repeat center;top: 12px;animation: 2s linear 0s infinite running icotop;}
@keyframes icotop {
  0% {
    transform: translate(0, -150%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 150%);
  }
}
._04_lis li{margin-bottom: 3%;}
._04_item_a,._04_item_b{padding-left: 0;padding-right: 0;}
._04_item_a ._04_limg{right: 0;top:0;}
._04_item_a ._04_rimg{left: 0;top:0;}
._04_item_a p{padding-left: 12%;}
._04_item_a p._item_p1{padding-top:35%;line-height: 35px;color: #fff;font-size: 18px;z-index: 1;position: relative;}
._04_item_a p._item_p1 span{font-size: 48px;}
._04_item_a p._item_p2{padding-top: 40%;z-index: 1;position: relative;}
._04_item_a p._item_p2 a{font-size: 16px;color: #fff;}
._04_item_a p._item_p2 i{font-size: 18px;color: #db211e;padding-right: 8px;}
._04_item_b{border:solid 1px #e5e5e5;margin-left: -1px;padding-bottom: 6%;}
._04_item_b ._04_img{width: 100%;display: block;overflow: hidden;}
._04_item_b ._04_img img{width: 100%;transition: transform 1s ease 0s;}
._04_item_b:hover ._04_img img{transform: scale(1.05,1.05);}
._04_item_b ._04_img i{line-height: 35px;width: 15%;font-style: normal; text-align: center;color: #fff;font-size: 30px;position: absolute;right:0;bottom: 0;z-index: 1;}
._04_item_b ._04_img i.red_bg{background: rgba(187,2,2,.8);}
._04_item_b ._04_img i.blue_bg{background: rgba(25,64,119,.8);}
._04_item_b h4{padding:6% 8% 3% 8%;color: #07080a;font-size: 22px;font-weight: bold;}
._04_item_b p{padding:0 8%; color: #282828;font-size: 16px;line-height: 24px;}
#wrap_05{padding:4% 0;background: #f9f9f9;}
._05_case .case_li{margin-bottom: 30px;padding-bottom: 10px;}
._05_case a{display: block;-moz-box-shadow:4px 4px 4px rgba(0,0,0,.1); -webkit-box-shadow:4px 4px 4px rgba(0,0,0,.1); box-shadow:4px 4px 4px rgba(0,0,0,.1);}
._05_case h4{line-height: 60px;background: #fff url(../Image/case_arrow.png) 90% center no-repeat;text-align: center;font-size: 16px;color: #2a2a2a;font-weight: bold;}
#wrap_06{margin:4% auto;}
._06_hot{background: #f9f9f9;transition: all .4s;padding-bottom: 10%;}
._06_hot img{width: 100%;}
._06_hot h4{width: 90%; color: #363636;font-size: 16px;line-height: 26px;font-weight: bold; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0 auto;margin-top: 3%;}
._06_hot p{width: 90%; color: #555555;font-size: 14px;line-height: 26px;margin:0 auto;margin-top: 3%;}
._06_hot ._06_hot_more{width: 90%;margin:0 auto;margin-top: 8%;}
._06_hot ._06_hot_more span{display: block;width: 35%;line-height: 30px;color: #fff;background: #f33d3d;font-size: 14px;text-align: center;transition: all .4s;}
._06_hot ._06_hot_more span i{padding-right: 10px;}
._06_lis li{padding:5% 3%;border-bottom: solid 1px #e5e5e5; transition: all .4s;}
._06_lis li .news_date{width: 25%;text-align: center;font-size: 28px;color: #404040;line-height: 30px;vertical-align: middle;}
._06_lis li .news_date span{font-size: 18px;color: #bbbbbb;}
._06_lis li .news_capital{width: 70%;font-size: 25px;color: #363636;line-height: 40px;vertical-align: middle;}
._06_lis li .news_capital h4{color: #363636;font-size: 15px;line-height: 30px;padding-bottom: 2%; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
._06_lis li .news_capital p{color: #7e7e7f;font-size: 12px;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
._06_lis li:hover{background: #fff;}
._06_lis li:hover .news_date span{color: #ba0400;}
._06_lis li:hover{-moz-box-shadow:4px 4px 4px rgba(0,0,0,.1); -webkit-box-shadow:4px 4px 4px rgba(0,0,0,.1); box-shadow:4px 4px 4px rgba(0,0,0,.1);}
._06_message_tit{line-height: 40px;border-bottom: solid 1px #e5e5e5;background: url(../Image/qa_tit.png) left center no-repeat;text-indent: 40px;color: #36292b;font-size: 16px;font-weight: bold;position: relative;}
._06_message_tit a{text-align: right;font-weight: normal; position: absolute;right: 0;top:0;color: #cdcbcb;font-size: 14px;text-transform: uppercase;}
._06_message_tit a:hover{color: #ba0400;}

._06_message_form .online-form input {display: block;width: 100%;padding: 0 9px;height: 40px;line-height: 40px;border: 1px solid #323232;background: none;margin-top: 10px;font-size: 14px;color: #666;border-radius: 5px;}
._06_message_form .online-form input.code {width: 150px;float: left;}
._06_message_form .online-form a {display: block;}
._06_message_form .online-form a.code {float: left;height: 42px;max-width: 100px;line-height: 42px;font-size: 0;text-align: center;margin-left:15px;margin-top: 10px;}
._06_message_form .online-form a.code img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
._06_message_form .online-form textarea {display: block;font-size: 14px;color: #666;width: 100%;border: 1px solid #323232;background: none;height: 120px;margin-top: 10px;line-height: 30px;padding: 5px 9px;border-radius: 5px;}
._06_message_form .online-form .btn-box {float: left;width: 100%;overflow: hidden;margin-top: 10px;}
._06_message_form .online-form .btn-box a{display: inline-block;padding:0 30px; height: 40px;line-height: 40px;text-align: center;border-radius: 5px;color: #fff;background: #f33d3d;border:none;}
._06_message_form .online-form .btn-box a:hover {background: #333;}


.pro_bm{background: url(../Image/form_bg.jpg) center no-repeat;padding:100px 0;}
.pro_bm .box{width: 80%;background: rgba(2,86,172,.5);padding:30px 0;margin:0 auto;}
.pro_bm .box .p_b_l{text-align: right;color: #fff;font-size: 16px;line-height: 40px;}
.pro_bm .box .p_b_r a{display: inline-block;padding:0 30px;color: #fff;background: #bc0000;line-height: 40px;}
@media screen and (max-width:765px){
#wrap_01{padding:30px 0;background: none;}
.wrap_tit{margin-bottom: 30px;}
.wrap_tit p{width: 90%}
.wrap_tit span{font-size: 20px;}
.left_fenlei{padding-left: 0;padding-right:0;}
._hot_con h4{text-align: center;}
._hot_con span{width: 40%;margin:0 auto;margin-top: 15px;}
._02_intro a{width: 40%;display: block;margin:0 auto;margin-bottom: 30px;}
#wrap_02 img{max-width: 100%;}
#wrap_02 .wrap_tit p{width: 100%;}
._04_item_b{margin-bottom: 2%;background: #fafafa;margin-left: 0;}
._04_lis li{padding:10px;}
._05_case .case_li{margin-bottom: 0;}
._06_hot ._06_hot_more span{margin:0 auto;}
._06_lis li:first-child{margin-top: 3%;}
._06_qa_tit{margin-top: 30px;margin-bottom: 10px;}
}

/*footer css*/
#footer{background: #252323;padding-top: 3%;padding-bottom: 1%;}
#footer h4{color: #fff;font-size: 16px;display: block;margin-bottom: 3%; text-indent: 15px;position: relative;line-height: 20px;}
#footer h4:after{width: 3px;height: 100%;background: #f33d3d;content: '';position: absolute;left: 0;top:0;}
#footer dl dt{line-height: 35px;color: rgba(255,255,255,.6);font-size: 14px;font-weight: normal;}
#footer dl dt i{margin-right: 10px;}
#footer p{line-height: 35px;color: #fff;font-size: 14px;}
#footer p a{color: rgba(255,255,255,.6);font-size: 14px;width: 34%;float: left;}
#footer p a:hover{color: #f33d3d;}
#footer ul{padding-top: 3%;}
#footer li{width: 40%;float: left;margin-right: 10%;text-align: center;line-height: 35px;color: rgba(255,255,255,.6);font-size: 14px;}
#footer li img{width: 100%;}
#copyright{background: #252323;border-top:solid 1px rgba(255,255,255,.1);line-height: 50px;text-align: center;color: rgba(255,255,255,.6);font-size: 12px;}
#copyright a{color: rgba(255,255,255,.6);font-size: 12px;}
#copyright a:hover{color: #fff;}
.mobile_footer{ width: 100%; height: 60px; background: #262932; left: 0px; bottom:0px; position: fixed; float: left;z-index: 999;}
.mobile_footer a{ color:#fff; display: block; width: 25%; height: 100%;float: left; line-height:80px; text-align: center;font-size: 100%;font-family: "微软雅黑";}
.f1{ width:100%; background:url(../Image/footer_home.png) no-repeat  center 20%; background-size: 20px; height:100%; float:left;  text-align:center;}
.f2{width:100%;background:url(../Image/footer_tel.png) no-repeat center 20%; background-size: 20px;  height:100%; float:left;text-align:center;}
.f3{width:100%;background:url(../Image/footer_tel.png) no-repeat center 20%;  background-size: 20px; height:100%; float:left;text-align:center;}
.f4{width:100%;background:url(../Image/footer_map.png) no-repeat center 20%;  background-size: 20px; height:100%; float:left;text-align:center;}
.f5{width:100%;background:url(../Image/footer_top.png) no-repeat center 20%;  background-size: 20px; height:100%; float:left;text-align:center;}
@media screen and (max-width:765px){
   #footer{margin-bottom: 60px;padding:40px 0;}
}

/*zy_header css*/
.zy_banner{width: 100%;margin:0 auto;}
.zy_banner img{width: 100%;}

/*zy css*/
#wrap{margin:2% auto;}
.zy_right{border:solid 1px #dbdbdb;padding-left: 0;padding-right: 0;}
@media screen and (max-width:765px){
   .zy_right{margin-top: 3%;}
}
._zy_tit{padding:0 2%; line-height: 50px;font-size: 18px;font-weight: bold; color: #323232;background: #ebebeb;position: relative;border-bottom:solid 1px #dbdbdb;}
#zy_position{float: right; font-size: 14px;color: #333;font-weight: normal;}
#zy_position a{font-size: 14px;color: #333;}
#zy_position a:hover{text-decoration: underline;}
#zy_position i{padding-right: 5px;}
._zy_con{line-height: 35px;color: #575757;font-size: 14px;padding:2% 3%;}
._zy_con img{max-width: 100%;}
._zy_page{padding:0 3%;line-height: 35px;color: #575757;font-size: 14px;}
._zy_page a{color: #575757;font-size: 14px;}
._zy_page a:hover{color: #bc0000;}/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 30px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 36px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #323232;
  background: #323232;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 14px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 14px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/*contact css*/
#contact_01{padding:3%;margin-bottom: 3%;}
#contact_01 li{line-height: 40px;color: #666666;border-bottom: solid 1px #f6f5fa;text-indent: 10px; font-size: 16px;font-weight: normal;}
#contact_01 li i{color: #666666;padding-right: 10px;font-style: normal;}
#contact_02{padding:3%;}
#contact_02 p{line-height: 30px;font-size: 14px;color: #898989;text-align: center;}
#contact_02 i{background: #c6c6c6;width: 72px;height: 1px;display: block;margin:9px auto 0;}

/*news css*/
.news_lis li{padding:2% 3%;margin-bottom: 3%;background: #fafafa;-moz-box-shadow:4px 4px 4px rgba(0,0,0,.1); -webkit-box-shadow:4px 4px 4px rgba(0,0,0,.1); box-shadow:4px 4px 4px rgba(0,0,0,.1);transition: all .4s;}
.news_lis li .n_date{width: 20%;text-align: center;font-size: 28px;color: #363636;line-height: 35px;vertical-align: middle;padding: 2% 0;}
.news_lis li .n_date span{font-size: 18px;color: #bc0000;}
.news_lis li .n_capital{width: 70%;font-size: 28px;color: #363636;line-height: 40px;vertical-align: middle;}
.news_lis li .n_capital h4{color: #363636;font-size: 16px;line-height: 30px;padding-bottom: 2%; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news_lis li .n_capital p{color: #555555;font-size: 14px;line-height: 30px;}
.news_lis li:hover{background: #bc0000;}
.news_lis li:hover .n_capital h4{text-decoration: underline;}
.news_lis li:hover .n_capital h4,.news_lis li:hover .n_capital p,.news_lis li:hover .n_date span,.news_lis li:hover .n_date{color: #fff;}

/*custom css*/
#picUL li{margin-top: 20px;padding:0px 10px;}
#picUL .item{border:solid 1px #f2f2f2;border-bottom:solid 4px #f2f2f2;}
#picUL .item .img{width: 100%;margin:0 auto;overflow: hidden;width: 100%;height: 0;padding-bottom: 75%;overflow: hidden;position: relative;}
#picUL .item .img img{max-width: 100%;max-height: 100%;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%); transition: all .5s;}
#picUL .item:hover .img img{max-width: 90%;max-height: 90%;}
#picUL .item .title{width: 90%;line-height: 40px;text-align: center; color: #666666;font-size: 16px; margin:0 auto;margin-top: 2%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#picUL .item:hover{-moz-box-shadow: 0px 0px 10px #cccccc; -webkit-box-shadow: 0px 0px 10px #cccccc; box-shadow: 0px 0px 10px #cccccc;}

/*jlfc css*/
#jlfc_list li{margin-top: 20px;padding:0px 10px;}
#jlfc_list .item{border:solid 1px #f2f2f2;border-bottom:solid 4px #f2f2f2;padding:30px 20px;text-align: center;box-shadow: 0 0 15px rgba(0, 0, 0, 0);border-bottom: #DDDDDD solid 1px;transition: all .4s;}
#jlfc_list .item .img{width: 90%;margin:0 auto;overflow: hidden;}
#jlfc_list .item .img img{width: 100%;transition: transform 1s ease 0s;}
#jlfc_list .item:hover .img img{transform: scale(1.10,1.10);}
#jlfc_list .item .title{padding:0 20px; line-height: 40px;color: #1d79d9;font-size: 16px;font-weight: bolder;margin-top: 10px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#jlfc_list .item .subtitle{padding:0 20px;color: #666666;font-size: 14px;line-height: 25px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#jlfc_list .item span{display: inline-block;padding:0 20px;color: #fff;line-height: 30px;margin-top: 10px;background: #d40000;}
#jlfc_list .item:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);background: #FFFFFF;transform: translateY(-15px);}


/*product css*/
.product_img ._p_img{padding-left: 0;padding-right: 0;}
.product_img ._p_img img{width: 100%;padding:5px;border:solid 1px #f6f5fa;}
.product_img ._p_con{padding-right: 0;}
@media screen and (max-width:765px){
   .product_img ._p_con{padding-left: 0;}
}
.product_img ._p_con h4{color: #000;font-size: 22px;line-height: 50px;}
.product_img ._p_con p{line-height: 35px;color: #575757;padding:3% 0;}
.product_img ._p_con .p_qq{width: 40%;line-height: 40px;text-align: center;display: block;color: #fff;font-size: 14px;background: #bc0000;transition: all .4s;}
.product_img ._p_con .p_qq:hover{background: #ff9012;}
.product_img ._p_con span{line-height: 60px;color: #ff0000;font-size: 20px;}
.product_btn{border-top:solid 1px #ccc;padding:10px 0;line-height: 30px;color: #333;font-size: 14px;margin:0 auto;}
.product_btn a{color: #575757;font-size: 14px;}
.product_btn a:hover{color: #e6820c;}
.product_nav{border-bottom: solid 1px #dedede; line-height: 50px;margin:0 auto;margin-top: 2%;position: relative;}
.product_nav span{border-bottom: solid 1px #bc0000;padding:0 15px; display: inline-block; line-height: 50px;color: #333333;font-size: 20px;padding:0 10px;position: relative;bottom: -2px;}
.product_details{color:#333;font-size: 14px;line-height: 35px;padding-top: 20px;}
.product_details img{max-width: 100%;}
.pro_xgcp img{width: 100%;}
.pro_xgcp h4{display: block; text-align: center;line-height: 30px;color: #282828;font-size: 14px;margin-top: 10px;}

/*news css*/
#news_Title{text-align: center;font-size: 16px;font-weight: bold;color: #323232;margin-top: 3%;}
#news_Capital{text-align: center;font-size: 12px;color: #a3a3a3;margin-top: 2%;padding-bottom: 10px;border-bottom: 1px solid #eee;}
#news_Img{width: 80%; margin:2% auto;text-align: center;}
#news_Img img{max-width: 100%;}


   .left_fenlei_mobile{background: #323232;}
   ._left_mt{line-height: 54px;color: #fff;font-size: 18px;padding:0 2%;}
   ._left_mt a{display: block;color: #fff;font-size: 18px;}
   ._left_mt i{padding-right: 6px;}
   ._left_mt i:nth-of-type(2){font-size: 28px;line-height: 54px;transition: all .4s;float: right;}
   ._left_mt.show i:nth-of-type(2){transform: rotate(90deg);}
   ._left_mf{height: 0;visibility: hidden;overflow: hidden;transform: translate3d(0,100%,0);transition: transform .2s;}
   ._left_mf.show{visibility: visible;transform: translate3d(0,0,0);height: auto;}
   ._left_mf li{width: 100%;margin:0 auto;}
   ._left_mf li a{display: block;text-indent: 50px; border-bottom: solid 1px rgba(255,255,255,.1);font-size: 16px;transition: all .4s;}
   ._left_mf li .left_father{background: url(../Image/left_ico_mobile.png) 15px center no-repeat;color: #fff;line-height: 45px;}
   ._left_mf li .left_cur{font-weight: bold;}
   ._left_mf li p .left_son{background: url(../Image/left_ico_1_mobile.png) 50px center no-repeat;text-indent: 70px;color: #fff;line-height: 40px;}

   @media screen and (max-width:765px){
   .product_lis .pro_li h4{text-align: center;}
   #wrap_03{margin-top: 30px;}
   ._03_fengcai{margin-top: 30px;}
   #wrap_04 .wrap_tit p{width: 100%;}
   #wrap_04 .wrap_tit p:before,#wrap_04 .wrap_tit p:after{width: 20%;}
   .news_lis li .n_date{font-size: 16px;}
   .news_lis li .n_capital p{overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
   .news_lis li{padding-top:15px;padding-bottom: 15px;}
   #custom_01>div{padding:5px;}
}