img{
  max-width: 100%;
}
*{
  box-sizing: border-box;
}
.bg-color {
  background: #fff;
}
.top_bar {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  background: #eeeeee;
  color:#666666;
}
.top_bar .tb-left {
  float: left;
  height: 34px;
  overflow: hidden;

}
.top_bar .tb-left a {
  font-size: 13px;
  color: #b70c0c;
}
.top_bar .tb-left a:hover {
  color: #f81616;
}
.top_bar .tb-rig {
  float: right;
}
.top_bar .tb-rig ul li {
  position: relative;
  float: left;
  font-size: 13px;
}
.top_bar .tb-rig ul li > a {
  color: #666666;
  padding: 0px 22px;
}
.top_bar .tb-rig ul li > a:hover {
  color: #E90000;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  top: 40px;
  padding: 10px 0 8px;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(246, 246, 247, 0.95) !important;
  filter: alpha(opacity=95);
  background: #f6f6f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list ul li {
  float: none;
  line-height: 32px;
}
.top_bar .tb-rig ul li .drop-list ul li a {
  display: block;
  text-align: center;
  padding: 0;
}
.top_bar .tb-rig ul li.drop-down:hover > a {
  color: #268ae7;
}
.top_bar .tb-rig ul li.drop-down:hover .drop-list {
  display: block;
}
.head {
  height: 130px;
  background: #fff;
}
.head .logo{
  margin-top: 40px;
  overflow: hidden;
  width: 70%;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
}
.head .logo .logo_right_text{
  padding: 0 0 0 1%;
  margin-left: 1%;
  border-left: 1px solid #DDDDDD;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 240px;
}
.head .logo .logo_right_text strong{
  color: #E90000;
}
.head .logo .logo_right_text p:last-child{
  font-weight: bold;
}
.head_group{
  margin-top: 20px;
}
.head_group img{
  margin:40px 10px 0 0;
}
.head_group p.t{
  font-size: 14px;
  color: #7E7E7E;
  font-weight: normal;
}
.head_group p{
  font-size: 24px;
  color:#E90000;
  font-weight: bold;
  line-height: 26px; 
}

.nav-bar{
  background: #282828;
}
.nav-bar ul li a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.nav-bar ul li{
  width: calc(100%/7);
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
}
.nav-bar ul li.active,
.nav-bar ul li:hover{
  background: #E90000;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
  color: #E90000;
}

/*首页开始*/
.glo_title {
  padding: 65px 0 30px 0;
}
.glo_title h3{
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin:0 auto;
}
.glo_title span{
  color: #E90000;
}
.glo_title p{
  font-size: 16px;
  color: #919191;
}
.glo_title h3:before{
  content: '';
  display: inline-block;
  width: 150px;
  height: 0px;
  border-bottom: 1px solid #F0F0F0;
  left: -160px;
  position: absolute;
  top: 27px;
}
.glo_title h3:after{
  content: '';
  display: inline-block;
  width: 150px;
  height: 0px;
  border-bottom: 1px solid #F0F0F0;
  right: -160px;
  position: absolute;
  top: 27px;
}


/*产品*/
.protype{
  width: 100%;
  background: #F1F1F1;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.protype ul li{
  padding: 0 20px;
  border-bottom: 2px solid #F1F1F1;
  margin: 0 5px 0 5px;
  transition: all .5s ease;
  height: 48px;
} 
.protype ul li.hit,
.protype ul li:hover{
  border-bottom: 2px solid #E90000;
}
.product_index .panes{
  margin: 30px auto 30px auto;
}
.product_index .panes .pane{
  display: none;
}
.product_index .panes .pane ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.product_index .panes .pane ul li:nth-child(3n){
  margin-right: 0px;
}
.product_index .panes .pane ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.product_index .panes .pane ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.product_index .panes .pane ul li:hover .title{
  background: #E90000;
}
.product_index .panes .pane ul li:hover a{
  color: #fff;
}
.product_index .panes .pane .more{
  width: 200px;
  height: 50px;
  line-height: 50px;
  border:1px solid #F0F0F0;
  margin:20px auto 0 auto;
}
.product_index .panes .pane .more:hover{
  background: #E90000;
  border-radius: 10px;
  color: #fff;
  border:1px solid #E90000;
}

/*公司优势*/
.adv{
  background: url(../images/jj.jpg) no-repeat center top;
}
.adv .glo_title h3,
.adv .glo_title p{
  color: #fff;
}
.adv .advbox .inners .inner{
  height: 370px;
  display: none;
}
.adv .advbox .inners .inner .img{
  width: 600px;
  border:6px solid #fff;
}
.adv .advbox .inners .inner .text{
  width: 530px;
  color: #fff;
  display: flex;
  align-items: center;
}
.adv .advbox .inners .inner .text .title .num{
  font-size: 30px;
  font-weight: bold;
  background: #E90000;
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.adv .advbox .inners .inner .text .title .t{
  margin-left: 15px;
}
.adv .advbox .inners .inner .text .title .t h3{
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
}
.adv .advbox .inners .inner .text .title .t p{
  text-transform: uppercase;
  font-size: 12px;
}
.adv .advbox .inners .inner .text .content{
  font-size: 16px;
  line-height: 26px;
  margin:30px 0 40px;
}
.adv .advbox .inners .inner .text .ttel{
  width: 100%;
  border:1px solid #7D7D7D;
  font-size: 16px;
  color: #E90000;
  padding: 10px 0;
  border-radius: 40px;
}
.adv .advbox .inners .inner .text .ttel b{
  font-size: 24px;
}
.adv .advbox .advtype{
  background: #E90000;
  color: #fff;
  margin-top: 40px;
}
.adv .advbox .advtype ul li{
  width: 25%;
  border-right: 1px solid rgba(255,255,255,.5);
  height: 200px;
  background: #E90000;
  border-bottom: 5px solid #E90000;
  padding: 40px 40px 0px 40px;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
}
.adv .advbox .advtype ul li h3{
  font-size: 24px;
  line-height: 24px;
  margin:20px 0 10px 0;
}
.adv .advbox .advtype ul li p{
  text-transform: uppercase;
  font-size: 12px;
}
.adv .advbox .advtype ul li .num{
  position: absolute;
  font-size: 72px;
  color: rgba(255,255,255,.3);
  right: 10px;
  top: -10px;
}
.adv .advbox .advtype ul li.hit,
.adv .advbox .advtype ul li:hover{
  border-bottom: 5px solid #000;
}


/*流程*/
.company_index{
  background: #fff;
  background-image: linear-gradient(to bottom,#F6F6F6 0%,#F6F6F6 60%,#fff 60%,#fff 100%);
  margin-top: 70px;
}
.company_index .com_box{
  background: #fff;
  padding: 30px 30px 0 30px;
}
.company_index .com_box .inner .img{
  width: 540px;
  height: 327px;
}
.company_index .com_box .inner .text{
  width: 560px;
}
.company_index .com_box .inner .text h3{
  font-size: 24px;
  margin-top: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.company_index .com_box .inner .text h3 span{
  color: #E90000;
}
.company_index .com_box .inner .text{
  font-size: 16px;
  line-height: 26px;
  color: #595959;
}
.company_index .com_box .more{
  width: 200px;
  height: 50px;
  background: #E90000;
  line-height: 50px;
  border:1px solid #F0F0F0;
  margin:30px 0 0 0;
  color: #fff;
}
.company_index .com_box .more:hover{
  border-radius: 10px;
  border:1px solid #E90000;
}
.company_index .com_box .case h4{
  font-size: 24px;
  margin:30px 0 15px 0;
}
.company_index .com_box .case{
  box-shadow: 0px 15px 10px -15px #cecece;
  padding-bottom: 30px;
}
.company_index .com_box .case .title{
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  background: #ededed;
}
.company_index .com_box .case .cici{
  height: 185px;
}
.company_index .com_box .case a:hover img{
  transform: scale(1.1);
}

/*新闻*/
.news_index{
  margin-bottom: 70px;
}
.news_index img{
  transition: all .5s ease;
}
.news_index .inner{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}
.news_index .inner .inner_f{
  width: 600px;
  padding-right: 20px;
}
.news_index .inner .inner_f .img{
  width: 170px;
  height: 120px;
}
.news_index .inner .inner_f .text{
  width: 380px;
  padding-top: 5px;
}
.news_index .inner .inner_f h3{
  font-size: 18px;
  font-weight: bold;
}
.news_index .inner .inner_f span{
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin:5px 0;
}
.news_index .inner .inner_f .content{
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
.news_index .inner .inner_f a:hover img{
  transform: scale(1.1);
}
.news_index .inner .inner_f a:hover{
  color: #E90000;
}
.news_index .list{
  padding: 15px 10px;
  border-bottom: 1px solid #eeeeee;
}
.news_index .list .list_inner{
  width: 50%;
  padding-right: 15px;
  font-size: 16px;
}
.news_index .list .list_inner span{
  display: inline-block;
  width: 0px;
  height: 0px;
  border:2px solid #E90000;
  float: left;
  margin:10px 10px 0 0;
}
.news_index .list .list_inner .content{
  width: 560px;
}
.news_index .list .list_inner .content .title{
  width: 400px;
  transition: all .5s ease;
}
.news_index .list .list_inner .content .time{
  width: 120px;
  text-align: center;
}
.news_index .list .list_inner .content .title:hover{
  color: #E90000;
}


/*footer*/
.footer{
  width: 100%;
  background: url(../images/tbg.jpg) repeat;
  padding: 40px 0 0 0;
}
.footer .tp ul li{
  padding: 15px 15px;
}
.footer .tp ul li a{
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
}
.footer .link h3{
  font-size: 24px;
}
.footer .link p{
  font-size: 12px;
}
.footer .tp{
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 15px;
  color: #fff;
}
.footer .detail{
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer .detail,
.footer .detail a{
  color: #A9AAAA;
}
.footer .detail .add{
  line-height: 26px;
}

.footer .tp ul li a:hover,
.footer a:hover{
  color: #E90000;
}

.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer .bottom{
  color: #A9AAAA;
  padding: 15px 0;
}
.footer .bottom a{
  color: #A9AAAA;
}
.footer .bottom a:hover{
  color: #E90000;
}
.footer .bottom .foot-l div{
  margin-right: 20px;
}



/*内页开始*/
.in_banner{
  height: 390px;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.in_banner p{
  font-size: 20px;
}
.in_banner h3{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin:3px 0 10px 0;
}
.in_banner h4{
  font-size: 20px;
}
.in_banner span{
  font-size: 14px;
  margin-top: 30px;
  display: block;
}
.in_banner span a{
  color: #fff;
}

.com_inner {
  background: #F1F1F1;
  padding: 50px 0;
}
.com_inner .in_inner{
  background: #fff;
}
.com_inner .in_inner.comp{
  padding: 40px;
}

.com_inner .in_inner.comp h3{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.com_inner .in_inner.comp h3 span{
  color: #E90000;
}


/*产品*/
.pro-sider{
  height: 50px;
  background: #F1F1F1;
  line-height: 50px;
}
.pro-sider a{
  display: inline-block;
  padding: 0 40px;
  transition: all .5s ease;
}
.pro-sider a:hover,
.pro-sider a.active{
  background: #E90000;
  color: #fff;
}
.com_inner.pro{
  background: #fff;
}
.com_inner.pro .in_inner ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.com_inner.pro .in_inner ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.pro .in_inner ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.com_inner.pro .in_inner ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.com_inner.pro .in_inner ul li:hover .title{
  background: #E90000;
}
.com_inner.pro .in_inner ul li:hover a{
  color: #fff;
}

.com_inner.pro .proinfo .img{
  width: 600px;
}
.com_inner.pro .proinfo .text{
  width: 540px;
  display: flex;
  align-items: center;
}
.com_inner.pro .proinfo .text h3{
  font-size: 30px;
}
.com_inner.pro .proinfo .text span{
  display: inline-block;
  width: 50px;
  border:1px solid #E90000;
  margin:15px 0 10px 0;
}
.com_inner.pro .proinfo .text  .content{
  line-height: 26px;
}
.com_inner.pro .proinfo .text h4{
  font-size: 16px;
}
.com_inner.pro .proinfo .text h4 span{
  font-size: 24px;
  color: #E90000;
  border:none;
  font-weight: bold;
}
.com_inner.pro .proinfo .text .sub{
  width: 400px;
  margin-top: 30px;
}
.com_inner.pro .proinfo .text .sub a{
  display: inline-block;
  width: 200px;
  background: #E5E5E5;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #555;
}
.com_inner.pro .proinfo .text .sub a.submit{
  background: #E90000;
  color: #fff;
}
.com_inner.pro .proinfo .text .sub a:hover{
  font-weight: bold;
}
.com_inner.pro .info_content{
  margin-top: 40px;
}
.com_inner.pro .info_content .content{
  width: 860px;
}
.com_inner.pro .info_content .other{
  width: 300px;
  border:1px solid #F3F3F3;
  padding: 15px;
  height: 100%;
}
.com_inner.pro .info_content .content .title{
  width: 100%;
  background: #F3F3F3;
  height: 45px;line-height: 45px;
}
.com_inner.pro .info_content .content .title span{
  display: inline-block;
  width: 200px;
  text-align: center;
  background: #E90000;
  color: #fff;
}
.com_inner.pro .info_content .content .box{
  padding: 30px 0 0 0;
}
.com_inner.pro .info_content .content .box img{
  margin:0 auto;
}
.com_inner.pro .info_content .other h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.pro .info_content .other .ot{
  margin-bottom: 10px;
}
.com_inner.pro .info_content .other .ot .cici{
  max-height: 200px;
}
.com_inner.pro .info_content .other .ot p{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #F3F3F3;
  transition: all .5s ease;
}
.com_inner.pro .info_content .other .ot:hover p{
  background: #E90000;
  color: #fff;
}
.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #E90000;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px 0 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  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: #E90000;
  background: #E90000;
}
.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: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  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;
}


/*新闻*/
.com_inner.news{
  background: #fff;
}
.com_inner.news .in_inner .de-news-list li{
  padding: 20px;
  border:1px solid #F3F3F3;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .img.cici{
  width: 310px;
  height: 220px;
}
.com_inner.news .in_inner .de-news-list li a .box{
  width: 800px;
  display: flex;
  align-items: center;
}
.com_inner.news .in_inner .de-news-list li a .box h4{
  font-size: 22px;
  margin-bottom: 10px;
}
.com_inner.news .in_inner .de-news-list li a .box .content{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .box  .time{
  color: #E90000
}
.com_inner.news .in_inner .de-news-list li:hover h4{
  color: #E90000;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}


/*联系*/
.com_inner.contact{
  background: #fff;  
  padding-top: 0px;                 
}
#dituContent img{
  max-width: none;
}
.com_inner.contact .de-contact{
  background: #F3F3F3;
}
.com_inner.contact .de-contact .contact-list{
  width: 600px;
  padding: 50px;
}
.com_inner.contact .de-contact .contact-list h3{
  font-size: 24px;
  color: #E90000;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.contact .de-contact .contact-list p{
  line-height: 36px;
  font-size: 16px;
}
.com_inner.contact .de-contact .contact-list p:hover a{
  color: #E90000;
}
.com_inner.contact .de-contact .contact-map{
  width: 600px;
}
.com_inner.contact .de-contact .contact-map #dituContent{
  width: 100%;
  height: 370px;
}

.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #da0000;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #da0000;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #E90000;
  border:none;
  color: #fff;
  cursor: pointer;
}

















