.pc_nav{
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    top:30px;
    padding: 20px 0;
    box-sizing: border-box;
    transition: all 0.8s;
    background:rgba(255,255,255,.8);
  }
  .pc_nav:hover{
    background-color:#fff;
  }
  .scroll_nav{
    background-color:#fff;
    box-shadow: 2px 5px 5px rgb(0 0 0 / 20%);
    padding: 0;
  }
  .pc_nav_box{
    width: 100%;
    height: 70px;
    position: relative;
    overflow:hidden;
  }
  .scroll_nav>.pc_nav_box{
  }
  .pc_nav:hover>.pc_nav_box{
  }
  .pc_nav_box .logo{
    width: 240px;
  }
  .pc_nav_box.logo>a{
    width: 100%;
  }
  .pc_nav_box .logo>a>img{
    width: 100%;
    margin-top: 5px;
  }
  .pc_nav_box.logo1>a{
    width: 100%;
  }
  .pc_nav_box .logo1>a>img{
    width: 100%;
    margin-top: 5px;
  }
  .pc_nav_box ul{
    width: 60%;
    margin-right: 15%;
  }
  .pc_nav_box ul>li{
    width: 12%;
    text-align:center;
  }
  .pc_nav:hover .pc_nav_box ul li a{
    color: #333;
  }
  .pc_nav_box ul li a{
  
    line-height: 70px;
    position: relative;
  }
  .pc_nav_box ul li a:after{
    content:"";
    width: 0;
    position: absolute;
    height: 2px;
    background-color:#e70012;
    bottom: 10px;
    left: 15%;
    transition: all 0.5s;
  }
  .pc_nav_box ul li a:hover:after{
    width: 70%;
  }
  .scroll_dh{
    color: #333!important;
  }
  .top_r{
    position: absolute;
    top:0;
    right: 0;
    width: 16%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
  }
  .top_r_box{
    width: 60%;
    height: 70px;
    background: #fafafa;
    position: relative;
    
  }
  .top_r_box>a{
    position: absolute;
    top: 50%;
    left: 40%;
    line-height: 20px;
    width: 100%;
    text-align:center;
    transform: translate(-50%,-50%);
    z-index: 99;
    color: #333;

  }
  .top_r_box>i{
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #fafafa;
  }
  .top_r_box1{
    width: 40%;
    height: 70px;
    background: #e70012;
    position: relative;
  }
  .top_r_box1>a{
    position: absolute;
    top: 50%;
    left: 40%;
    line-height: 20px;
    width: 100%;
    text-align:center;
    transform: translate(-50%,-50%);
    z-index: 999;
    color: #fff;
  }
  .top_r_box1>i{
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    width: 80px;
    height: 80px;
    transform: rotate(-60deg);
    transform-origin: top right;
    background: #e70012;
    z-index: 99;
  }
  /*二级栏*/
  .pc_2nav{
    width: 100%;
    background-color:#fafafa;
    position: relative;
  }
  .pc_2nav_bj{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color:#aaabab;
  }
  .pc_2nav>.cont>dl{
    width: 100%;
    padding:30px;
    box-sizing: border-box;
  }
  .pc_2nav>.cont>dl:after {
    display:block;
    content:"";
    width: 30%;
    height:0px;
    }
  .pc_2nav>.cont>dl>dd{
    width: 30%;
    margin-top: 40px;
    font-size: 14px;

    position: relative;
  }
  .pc_2nav>.cont>dl>dd:first-child{
    margin-top: 20px;
  }
  .pc_2nav>.cont>dl>dd:nth-child(2){
    margin-top: 20px;
  }
  .pc_2nav>.cont>dl>dd:nth-child(3){
    margin-top: 20px;
  }
  .pc_nav_dd_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#e70012;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.8s;
  }
  .pc_2nav>.cont>dl>dd>a:hover>.pc_nav_dd_bj{
    width: 100%;
  }
  .pc_2nav>.cont>dl>dd>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    z-index: 9;
  }
  .pc_2nav>.cont>dl>dd>a:hover{
    color: #fff;
    font-weight: bold;
  }
  .pc_2nav>.cont>dl>dd>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(/uploads/image/ttimages/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>.cont>dl>dd>a:hover>em:last-child{
    background-image: url(/uploads/image/ttimages/ico_b.png);
    background-size: 100%;
  }

  .pc_2nav>.cont>dl>dd>ul{
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
  }
  .pc_2nav>.cont>dl>dd>ul>li{
    width: 50%;
    float: left;
    margin-top: 20px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
  }
  .pc_2nav>.cont>dl>dd>ul>li>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .pc_2nav>.cont>dl>dd>ul>li:hover>a{
    color: #fff;
    font-weight: bold;
  }
  .pc_nav_li_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#e70012;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 0.6s;
  }
  .pc_2nav>.cont>dl>dd>ul>li:hover>a>.pc_nav_li_bj{
    width: 100%;
  }
  .pc_2nav>.cont>dl>dd>ul>li>a>em{
    position: relative;
    z-index: 9;
  }
  .pc_2nav>.cont>dl>dd>ul>li>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(/uploads/image/ttimages/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>.cont>dl>dd>ul>li:hover>a>em:last-child{
    background-image: url(/uploads/image/ttimages/ico_b.png);
    background-size: 100%;
  }
  /*banner区域*/
  .banner{
    width: 100%;
    height: 920px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
  .banner_gd{
    width: 100%;
    height: 100%;
  }
  .banner_box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner_info{
    position: absolute;
    width: 45%;
    top: 53%;
    left: -10%;
    transform: translatey(-50%);
    z-index: 99;
    color: #fff;
    text-align: left;
    opacity: 0;
  }
  .banner_info>h3{
    font-weight: bold;
    text-shadow: 5px 5px  5px  rgba(0,0,0,.3);
  }
  .banner_info>p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .banner_info>ul{
    width: 70%;
    margin-top:30px;
  }
  .banner_info>ul>li{
    width: 90px;
    height: 90px;
    border:3px solid #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    box-shadow:5px 6px 6px rgba(0,0,0,.2);
  }
  .banner_info>ul>li>p{
    font-size: 22px;
    margin-top: 15px;
    font-weight: bold;
    text-shadow: 5px 5px  5px  rgba(0,0,0,.3);
  }
  .banner_box>img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      background-repeat: no-repeat;
  }
/*首页关于*/
  .inx_01{
    width: 100%;
    margin-top: 960px;
    padding:60px 0;
    background-color:#fff;
    position: relative;
    z-index: 99;
    background-image: url(/uploads/image/ttimages/bj-0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .inx_01_l{
    width: 50%;
  }
  .inx_01_l>h3{
    font-weight: bold;
    margin-bottom: 40px;
  }
  .inx_01_l>h3>i{
    color: #e70012;
    font-weight: bold;
  }
  .inx_01_l>p{
    color: #7b7b7b;
    line-height: 30px;
    font-size: 15px;
    text-indent: 2rem;
  }
  .inx_01_l>a{
    width: 130px;
    margin-top: 40px;
    line-height: 30px;
    color: #e70012;
    padding:10px 15px;
    border:1px solid #e70012;
    position: relative;
  }
  .inx_01_l>a:after{
      position: absolute;
      content:"";
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color:#e70012;
      transition: all 0.6s;
  }
  .inx_01_l>a>em:last-child{
    width: 20px;
    height: 20px;
    background-image: url(/uploads/image/ttimages/more.png);
    background-size: 100% 100%;
    margin-top: 5px;
  }
  .inx_01_l>a:hover{
    color: #fff;
    border:none;
  }
  .inx_01_l>a:hover:after{
    width: 100%;
  }
  .inx_01_l>a:hover>em:last-child{
    background-image: ;
  }
  .inx_01_l>ul{
    margin-top: 60px;
  }
  .inx_01_l>ul>li{

  }
  .inx_01_l>ul>li>h2{
    color: #333;
    position: relative;
  }
  .inx_01_l>ul>li>h2:before{
    width: 120px;
    height: 10px;
    background-color: #dcdcdc;
    position: absolute;
    content:"";
    bottom: 6px;
    left: 10px;
    z-index: -1;
  }
  .inx_01_l>ul>li:nth-child(2)>h2:before{
    width: 80px;
  }
  .inx_01_l>ul>li:nth-child(4)>h2:before{
    width: 80px;
  }
  .inx_01_l>ul>li>p{
    margin-top: 20px;
  }
  .inx_01_l>ul>li>h2>em{
    font-size: 13px;
    color: #7b7b7b;
    position: absolute;
    top: 0;
    
  }
  .inx_01_r{
    width: 46%;
  }
  .img_box_show{
    width: 100%;
  }
  .img_box_show>img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
  }
  /*首页入口*/
  .inx_02{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 99;
  }
  .inx_02_l{
    width: 40%;
    padding:60px 60px 60px 10%;
    box-sizing: border-box;
    background-image: url(/uploads/image/ttimages/bj-2.jpg);
    background-size: cover;
    color: #fff; 
  }
  .inx_02_l>h4{
    position: relative;
  }
  .inx_02_l>h4:after{
    position: absolute;
    content:"";
    width: 40px;
    height: 3px;
    background:#e70012;
    left: 0;
    top: 40px;
  }
  .inx_02_l>p{
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
  }
  .inx_02_l>ul{
  }
  .inx_02_l>ul>li{
    width: 46%;
    margin-top: 20px;
    padding:5px 10px;
    line-height: 30px;
    box-sizing: border-box;
    border-bottom:1px solid rgba(255,255,255,.5);
    position: relative;
  }
  .bj_active{
    width: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e70012;
    z-index: 0;
    transition: all 0.8s;
  }
  .inx_02_l>ul>li:hover>.bj_active{
    width: 100%;
  }
  .inx_02_l>ul>li>a{
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 9;
  }
  .inx_02_l>ul>li>a>em:last-child{
    width: 8px;
    height: 13px;
    background-image: url(/uploads/image/ttimages/dail.png);
    background-size: 100% 100%;
    display: block;
    margin-top: 8px;
  }
  .inx_02_r{
    width: 60%;
  }
  .inx_02_r>ul{
    width: 100%;
    height: 100%;
    background-image: url(/uploads/image/ttimages/bj-1.jpg);
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: bottom;
  }
  .inx_02_r>ul>li{
    width: 33.3%;
    height: 100%;
  }
  .inx_02_r>ul>li>a{
    height: 100%;
  }
  .inx_02_r>ul>li>a>.img_box{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    border-right:2px solid #fff;
  }
  .inx_02_r>ul>li>a>.line{
    width: 80px;
    height: 1%;
    background-color: #e70012;
    transition: all 0.8s;
  }
  .inx_02_r>ul>li:hover .line{
    width: 100%;
  }
  .inx_02_box{
    width: 100%;
    height: 49%;
    padding:30px;
    box-sizing: border-box;
    border-right: 2px solid rgba(0,0,0,.1);
  }
  .inx_02_box>p{
    color: #e70012;
  }
  .inx_02_box>em{
    width: 20px;
    height: 20px;
    background-image: url(/uploads/image/ttimages/more.png);
    display: block;
    background-size: 100% 100%;
    margin-top: 20%;
  }
  /*产品系列*/
  .inx_03{
    width: 100%;
    padding:60px 0;
    background-image: url(/uploads/image/ttimages/bj-3.png);
    background-attachment:fixed;
    background-color: #fff;
    background-size: cover;
    position: relative;
    z-index:100;
    color: #fff;
  }
  .inx_03>.cont{
    position: relative;
   overflow:inherit;
  }
  .inx_03>.cont>h3{
    font-weight: bold;
  }
  .sy_coop_top{
		width: 100%;
		color: #fff;
		margin-top: 60px;
	}
	.sy_coop_info{
		width: 33.3%;
		padding:  60px;
		box-sizing: border-box;
		border-right: 1px dashed rgba(255,255,255,.6);
		border-bottom: 1px dashed rgba(255,255,255,.6);
	}
	.sy_coop_info:nth-child(3),.sy_coop_info:last-child{
		border-right: none;
	}
	.sy_coop_info:nth-child(4),.sy_coop_info:nth-child(5),.sy_coop_info:last-child{
		border-bottom: none;
		padding-bottom: 20px;
	}
	.sy_coop_info>h4{
		font-weight: bold;
		color: #fff;
		line-height: 40px;
	}
	.sy_coop_info>h4>em{
		width: 40px;
		height: 40px;
		display: block;
		float: left;
		background-size: 100% 100%;
		margin-right: 20px;
	}
	.sy_coop_info>.img_box{
		width: 100%;
	}
	.sy_coop_info>.img_box>img{
		width: 80%;
		margin:0 auto;
	}
	.pp{
		background-image: url(/uploads/image/ttimages/pp.png);
	}
	.ys{
		background-image: url(/uploads/image/ttimages/ys.png);
	}
	.yy1{
		background-image: url(/uploads/image/ttimages/yy1.png);
	}
	.td{
		background-image: url(/uploads/image/ttimages/td.png);
	}
	.lt{
		background-image: url(/uploads/image/ttimages/lt.png);
	}
	.gy{
		background-image: url(/uploads/image/ttimages/gy.png);
	}
	.sy_coop_info>p{
		font-size: 14px;
		margin-top: 30px;
		line-height: 30px;
		text-align: justify;
	}
	.sy_coop_info>a{
		color: #fff;
		width: 150px;
		line-height: 50px;
		background-color: rgba(0,0,0,.3);
		font-size: 14px;
		margin-top: 60px;
	}
	.yj{
		width: 30px;
		height: 30px;
		display: block;
		margin-top:10px;
		background-size: 100% 100%;
		background-image: url(/uploads/image/ttimages/yj.png);
		margin-left: 10px;
	}
  /*案例展示*/
  .inx_04{
    width: 100%;
    padding:50px 0;
    background-image:url(/uploads/image/ttimages/bj-5.jpg);
    background-size: cover;
    background-color: #fff;
    position: relative;
    z-index: 99;
  }
  .inx_04_top{
  	padding-bottom: 20px;
  	box-sizing: border-box;
  	border-bottom: 1px solid #eee;
  }
  .inx_04_tit{
  	width: 25%;
  }
  .inx_04_tit>h3{
    font-weight: bold;
    margin-bottom: 20px;
  }
  .inx_04_tit>h3>i{
    color: #e70012;
    font-weight: bold;
  }
  .inx_04_tit>p{
  	font-size: 14px;
  	color: #7b7b7b;
  }
  .inx_04_top>ul{
  	padding-top: 50px;
  	box-sizing: border-box;
  }
  .inx_04_top>ul>li{
    position: relative;
    text-indent:40px;
    line-height: 30px;
    font-size: 17px;
  }
  .inx_04_top>ul>li>a{
    color: #7b7b7b;
  }
  .inx_04_top>ul>li:before{
    content:"";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-image: url(/uploads/image/ttimages/pro-all.png);
    background-size: 100% 100%;
  }
  .inx_04_list>ul{
    width: 100%;
    margin-top: 30px;
  }
  .inx_04_list>ul>li{
    width: auto;
    max-width: 320px;
    padding:20px;
    box-sizing: border-box;
    
  }
  .inx_04_list>ul>li>a{
  	padding:20px;
    box-sizing: border-box;
  	background-color:#fff;
  	box-shadow:1px 2px 5px 5px rgb(0 0 0 / 10%);
  }
  .inx_04_list>ul>li .img_box{
    height: 240px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
  }
  .inx_04_list>ul>li p{
    width: 100%;
    margin-top: 20px;
    line-height: 36px;
    height: 72px;
    font-size: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center;
  }





  /*服务体系*/
  .inx_05{
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 99;
    background-color: #fff;
  }
  .inx_05_l{
    width: 28%;
    padding:120px 10% 120px 10%;
    background-image: ;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border-right:2px solid #fff;
  }
  .inx_05_l>p{
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .inx_05_l>h4{
    font-weight: bold;
  }
  .inx_05_l>ul{
    margin-top: 40px;
  }
  .inx_05_l>ul>li{
    margin:0 auto;
    margin-top: 30px;
  }
  .inx_05_l>ul>li>a{
    width: 130px;
    line-height: 30px;
    color: #fff;
    padding:10px 15px;
    border:1px solid #fff;
  }
  .inx_05_l>ul>li>a>em:last-child{
    width: 20px;
    height: 20px;
    background-image: ;
    background-size: 100% 100%;
    margin-top: 5px;
  }
  .inx_05_con{
    width: 36%;
    margin-right: auto;
  }
  .inx_05_con>.img_box{
    height: 50%;
    box-sizing: border-box;
    border-right:2px solid #fff;
  }
  .inx_05_con>.img_box:first-child{
    border-bottom: 2px solid #fff;
  }
  .inx_05_r{
    width: 36%;
  }
  .inx_05_r>.img_box{
    height: 100%;
  }

  .inx_06_1{
    width: 100%;
    padding:40px 0 60px 0;
    background-color: #fafafa;
    position: relative;
    z-index: 100;
   /* background-image: url(/uploads/image/ttimages/bj-0.jpg);*/
    background-size: 10% 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
  .inx_06-1-l{
    width: 25%;
    padding:20px;
    background-color: #fff;
    /*background-image: ;*/
    background-size:100% 100%;
    box-sizing: border-box;
  }
  .inx_06-1-l>h3{
    margin-bottom:15px;
    position: relative;
    font-weight: bold;
  }
  .inx_06-1-l>h3:after{
    content:"";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 150px;
    top: 5px;
    border:2px solid #e70012;
    border-radius: 50%;
  }
  .inx_06-1-l>h3>i{
    color: #e70012;
    font-weight: bold;
  }
  .inx_06-1-l>em{
    width: 100%;
    height: 2px;
    background-color:#333;
    display: block;
  }
  .inx_06-1-l>ul{
    margin-top:60px;
  }
  .inx_06-1-l>ul>li{
    margin-top:20px;
  }
  .inx_06-1-l>ul>li>a{
    line-height: 40px;
    width: 20%;
    position: relative;
  }
  .inx_06-1-l>ul>li:first-child>.active:after{
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 5px;
    border:1px solid #e70012;
    border-radius: 50%;
  }
  .inx_06-1-l>a{
    margin-top:140px;
  }
  .inx_06-1-l>ul>li:first-child>a{
    color: #e70012;
    border-bottom: 1px solid #e70012;
  }
  .inx_06_1_r{
    width: 72%;
  }
  .inx_06_1_r>ul{
    width: 100%;
  }
  .inx_06_1_r>ul>li{
    width: 31%;
  }
  .inx_06_1_r>ul>li h3{
    font-weight: bold;
  }
  .inx_06_1_r>ul>li em{
    font-size: 14px;
    color: #7b7b7b;
  }
  .inx_06_1_r>ul>li h5{
    margin:15px 0;
    font-size: 16px;
  }
  .inx_06_1_r>ul>li .img_box{
    height: 240px;
  }
  .inx_06_1_r>ul>li p{
    font-size: 14px;
    color: #7b7b7b;
    margin-top:15px;
  }
  .inx_06_1_r>ul>li i{
    margin-top:10px;
    display: block;
    font-size: 13px;
    font-weight: lighter;
  }

  /*新闻推荐*/
  .inx_06{
    width: 100%;
    padding: 60px 0;
    height: 360px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    background-image: ;
    background-repeat: no-repeat;
  }
  .inx_06_l{
    width: 45%;  
  }
  .inx_06_l>ul>li{
    padding:5px;
    box-sizing: border-box;
  }
  .inx_06_l>ul>li>span{
    margin-top: 40px;
  }
  .news_type>a:first-child{
    color: #e70012;
    border-bottom: 2px solid #e70012;
  }
  .news_type>a:hover{
    color: #e70012;
    border-bottom: 2px solid #e70012;
  }
  .inx_06_l>ul>li>h4{
    font-weight: bold;
    margin-top: 40px;
  }
  .inx_06_l>ul>li>p{
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #7b7b7b;
  }
  .inx_06_l>ul>li>a{
    width: 130px;
    margin-top: 40px;
    line-height: 30px;
    color: #e70012;
    padding:10px 15px;
    border:1px solid #e70012;
  }
  .inx_06_l>ul>li>a>em:last-child{
    width: 20px;
    height: 20px;
    background-image: url(/uploads/image/ttimages/more.png);
    background-size: 100% 100%;
    margin-top: 5px;
  }
  .inx_06_r{
    width: 50%;
  }
  .inx_06_r>ul>li>a>.img_box{
    height: 480px;
  }
  .inx_07{
    width: 100%;
    position: relative;
    z-index: 99;
    padding:40px 0;
    background-color: #fff;
    background-image: ;
    background-size: cover;
  }
  .inx-07-l{
    color: #fff;
    width: 20%;
  }
  .inx-07-l>h4{
    font-weight: bold;
  }
  .inx-07-l>h3{
    margin-top:10px;
  }
  .inx-07-l>p{
    font-weight: lighter;
    margin-top: 20px;
  }
  .inx-07-r{
    width: 75%;
    position: relative;
  }
  .inx-07-r>form{
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
  .inx-07-r>form>p{
    line-height: 40px;
    width: 28%;
    font-size: 14px;
    font-weight: lighter;
  }
  .inx-07-r>form>p>input{
    height: 40px;
    width: 70%;
  }
  .inx-07-r>form>button{
    width: 10%;
    height: 46px;
    background-color: #fff;
    border:none;
    cursor: pointer;
  }

  .news_prv{
    width: 50px;
    height: 50px;
    position:absolute;
    z-index: 99;
    background-image: url(/uploads/image/ttimages/prv.png);
    background-size: 100% 100%;
    right: 16%;
    bottom: 40px;
    cursor: pointer;
  }
  .news_next{
    width: 50px;
    height: 50px;
    position:absolute;
    z-index: 99;
    background-image: url(/uploads/image/ttimages/next.png);
    background-size: 100% 100%;
    right: 12%;
    bottom: 40px;
    cursor: pointer;
  }
  .footer{
    width: 100%;
    padding:40px 0;
    background-image: ;
    background-color:#e70012;
    background-size: cover;
    position: relative;
    z-index: 99;
    color: #333;
  }
  .footer_top_l{
    width: 70%;
    padding:15px 10px;
    box-sizing: border-box;
    border:1px solid #fff;
  }
  .footer_top_l>a{
    width: 30%;
  }
  .footer_top_l>a>img{
    float: left;
    width: 5%;
    margin-top: 10px;
  }
  .footer_top_l>a>p{
    line-height: 30px;
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
  }
  .footer_top_r{
    width: 30%;
    padding:15px 10px;
    box-sizing: border-box;
    border:1px solid #fff;
    border-left: none;
  }
  .footer_top_r>a{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
  }
  .footer_cent{
    margin-top: 30px;
  }
  .footer_cent_l{
    width: 70%;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  .footer_cent_l>dl a{
    color: #fff;
    font-weight: lighter;
  }
  .footer_cent_l>dl>dt>a{
    font-size: 15px;
  }
  .footer_cent_l>dl>dt{
    height: 30px;
    position: relative;
  }
  .footer_cent_l>dl>dt:after{
    position: absolute;
    content:"";
    width: 30px;
    height: 1px;
    background-color:#fff;
    left: 0;
    bottom: 0;
  }
  .footer_cent_l>dl>dd{
    margin-top: 15px;
  }
  .footer_cent_l>dl>dd>a{
    font-size: 14px;
  }
  .footer_cent_r{
    width: 30%;
    padding-left: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
  }
  .footer_cent_r_l{
    width: 100%;
    position: relative;
  }
  .footer_cent_r_l>img{
    position: absolute;
    width: 30%;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
  }
  
  .footer_bq{
    width: 100%;
    line-height: 50px;
    background-color: #e70012;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 99;
  }
  .footer_bq>a{
    color: #fff;
    margin:0 10px;
  }
  .tisi{width: 100%;position: fixed;background-color: rgb(0 0 0 / 0%);left: 0;top: 0;z-index: 99999;display: flex;align-items: center;background-color: #f5f5f5;padding: 10px  30px;height: 30px;box-sizing: border-box;color: red;}
.tisi .box{width: 100%;}
.tisi p{display: flex;align-items: center;justify-content: center;width: 100%;}
.tisi p svg{margin-right: 15px;}
/*关于我们==============================================*/
	.ab_01{
		width: 100%;
		background-size: auto 100%;
		background-position:center right;
		background-image: url(/uploads/image/ttimages/ab_bj1.jpg);
		background-repeat: no-repeat;
	}
	.ab_01_box{
		width: 100%;
		padding: 100px 0 100px 0 ;
		position: relative;
	}
	.ab_01_tit{
		width: 100%;
		position: relative;
	}
	.ab_01_tit>h1{
		font-size: 90px;
		color: #dfe6e3;
		font-weight: lighter;
	}
	.ab_01_tit>h2{
		position: absolute;
		bottom: 0;
		left: 0;
		color: #d0121b;
		font-size: 30px;
	}
	.ab_01_box>p{
		margin-top:40px;
		font-size: 14px;
		line-height: 30px;
		width: 50%;
		color: #666;
		text-indent: 2rem;
		text-align: justify;
	}
	.ab_01_box>p:nth-child(3){
		margin-top:30px;
	}
	.ab_01_box>a{
		width: 120px;
		line-height: 40px;
		text-align:center;
		border:2px solid #d0121b;
		margin-top:40px;
	}
	.ab_01_box>ul{
		width: 40%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.ab_01_box>ul>li{
		width: 33.3%;
		text-align: center;
		padding: 50px 0;
		background:#df8329;
		color: #fff;
	}
	.ab_01_box>ul>li:first-child{
		background:#eccc78;
	}
	.ab_01_box>ul>li:last-child{
		background:#c83d3a;
	}
	.ab_01_box>ul>li>p{
		margin-top:10px;
	}
/*组织架构*/
	.ab_02{
		width: 100%;
		background-size: cover;
		background-position:center;
		background-image: url(/uploads/image/ttimages/bj_9_1.jpg);
		color: #fff;
		padding-bottom: 60px;
	}
	.ab_02 h4{
		width: 20%;
		background-color: #d0121b;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
		text-align: center;
		box-shadow: 2px 5px 5px rgb(0 0 0 / 20%);
	}
	.ab_02 p{
		width: 50%;
		line-height: 36px;
		font-size: 14px;
		text-align: justify;
		text-indent: 2rem;
		color: #333;
		margin-top:30px;
	}

	
/*新创股份*/
	.ab_03{
		width: 100%;
		position: relative;
	}
	.ab_03>.cont{
		padding: 120px 0;
	}
	.ab_03>.cont>h3{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.ab_03>.cont>h3>em{
		font-size: 22px;
		color: #d0121b;
	}
	.ab_03>.cont>p{
		width: 50%;
		font-size: 14px;
		text-align:justify;
		text-indent: 2rem;
		line-height: 30px;
		color: #7b7b7b;
		margin-top:20px;
	}
	.ab_03>.cont>a{
		width: 120px;
		line-height: 40px;
		text-align:center;
		border:2px solid #d0121b;
		margin-top:60px;
	}
	.ab_03_box{
		width: 40%;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		z-index: 9;
	}
	.ab_03_box>.img_box{
		width: 100%;
		height: 100%;
	}
/*发展战略*/
	.ab_04{
		width: 100%;
		background-size: cover;
		background-position: center;
		background-image:;
		background-attachment: fixed;
		position: relative;
		color: #fff;
		padding: 80px 0;
	}
	.ab_04_bj{
		position: absolute;
		width: 60%;
		height: 100%;
		background:rgba(0,0,0,.4);
		top: 0;
		left: 0;
		z-index: 0;
	}
	.ab_04>.cont{
		position: relative;
		z-index: 99;
	}
	.ab_04_l{
		width: 55%;
	}
	.ab_04_l>h3{
		font-size: 30px;
	}
	.ab_04_l>h3>em{
		font-size: 22px;
		color: #fff;
	}
	.ab_04_l>p{
		margin-top: 40px;
		font-size: 14px;
	}
	.ab_04_l>ul{
		margin-top:60px;
		background-image: ;
		background-repeat: no-repeat;
		background-position: right;
		background-size: 40%;
	}
	.ab_04_l>ul>li{
		padding-bottom: 40px;
		padding-left: 40px;
		position: relative;
		border-left: 1px solid rgba(255,255,255,.3)
	}
	.ab_04_l>ul>li:before{
		content:"";
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color:#fff;
		left: -5px;
		top: 20%;
		transform: translatey(-50%);
	}
	.ab_04_l>ul>li>h4{
		font-size: 22px;
	}
	.ab_04_l>ul>li>p{
		font-size: 14px;
	}
	.ab_04_r>dl{
		margin-top:48%;
	}
	.ab_04_r>dl>dt{
		font-size: 22px;
		font-weight: bold;
	}
	.ab_04_r dd{
		padding: 20px 0 20px 100px;
		position: relative;
	}
	.ab_04_r dd:before{
		position: absolute;
		content:"";
		width: 40px;
		height: 2px;
		background-color: #fff;
		top: 50%;
		left: 30px;
		transform: translatey(-50%);
	}
/*先进设备*/
	.ab_06{
		width: 100%;
		padding-bottom: 60px;
	}
	.ab_06 h3{
		font-size: 30px;
	}
	.ab_06 h3>em{
		font-size: 22px;
		color: #d0121b;
	}
	.ab_06_box{
		margin-top:40px;
	}
	.ab_06_info{
		width: 50%;
		font-size: 14px;
	}
	.ab_06_info>p{
		text-indent: 2rem;
		margin-top: 20px;
		line-height: 30px;
		text-align: justify;
	}
	.ab_06_box>.img_box{
		width: 40%;
		height: 360px;
	}
	
/*新闻列表区===============================*/
	.news_box{
    width: 100%;
    padding:10px 0 40px 0;
    min-height: 100px;
    background-image: ;
    background-position:center;
    background-size:cover;
  }
  .news_box ul{
    width: 100%;
  }
  .news_box ul:after {
        display:block;
        content:"";
        width: 32%;
        height:0px;
    }
  .news_box ul>li{
    width: 32%;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    box-shadow:1px 2px 5px 5px rgb(0 0 0 / 5%);
    margin-top: 40px;
  }
  .news_box ul>li:hover{
  	box-shadow:1px 2px 5px 5px rgb(0 0 0 / 20%);
  }
  .news_box ul>li>a{
    width: 100%;
    height:100%;
  }
  .news_box ul>li>a>em{
    font-size: 13px;
    color: #b2b2b4;
  }
  .news_box ul>li>a>h5{
    text-align: left;
    font-size: 1rem;
    color: #222225;
    margin-top: 1.1rem;
    margin-bottom: 1.175rem;
    line-height: 1.4;
    height: 1.4rem;
  }
  .news_box ul>li:hover i{
    width: 20%;
  }
  .news_box ul>li>a>i{
    display: block;
    width: 15px;
    height: 3px;
    background: #d0121b;
    transition:all 0.8s;
  }
  .news_box ul>li>a>.img_box{
    width: 100%;
    height: 240px;
    margin-top: 20px;
  }
  .news_box ul>li>a>p{
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-top: 20px;
  }
  .news_box ul>li>a>h6{
    font-size: 14px;
    color: #868686;
    margin-top: 20px;
  }
/*服务列表区====================================*/
	.sevice_list{
		width: 100%;
		padding:20px 0 40px 0;
		/*background-image: ;
	    background-position:center;
	    background-size:cover;*/
	    background-color: #fafafa;
	}
	.sevice_list ul{
		width: 100%;
		overflow:hidden;
		padding-bottom:20px;
	}
	.sevice_list ul:after {
        display:block;
        content:"";
        width: 31%;
        height:0px;
    }
	.sevice_list ul>li{
		float: left;
		width: 31%;
		margin-top: 40px;
		box-shadow:1px 2px 5px 5px rgb(0 0 0 / 5%);
	}
	.sevice_list ul>li>a{
		
	}
	.sevice_list ul>li .img_box{
		height: 300px;
		background:#fff;
	    background-position: center;
	    background-size: cover;
	    position: relative;
	    padding:10px;
	    box-sizing: border-box;
	}
	.sevice_list ul>li .img_box>img{
		width: 80%;
		margin:0 auto;
	}
	.pro_info{
		padding: 20px;
		box-sizing: border-box;
		background-color: #fff;
	}
	.pro_info>h4{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 40px;
		height: 80px;
		border-bottom: 1px solid rgba(0,0,0,.05)
	}
	.sevice_list ul>li:hover em{
		color: #fff;
	}
	.pro_info>em{
		font-size: 14px;
		width: 120px;
		line-height: 36px;
		border:1px solid #d0121b;
		text-align: center;
		display: block;
		margin:0 auto;
		margin-top: 30px;
		position: relative;
		z-index: 99;
		transition: all 0.6s;
	}
	.pro_info>em>i{
		width: 0;
		height: 100%;
		position: absolute;
		background-color: #d0121b;
		display: block;
		top: 0;
		left: 0;
		z-index: -1;
		transition: all 0.6s;
	}
	.sevice_list ul>li:hover em>i{
		width: 100%;
	}
/*产品介绍*/
	.pro_inner{
    width: 100%;
    padding: 60px 0;
  }
  .pro_inner>.cont{
    overflow: hidden;
  }
  .pro_inner>.cont>.pro_pic_box{
    width: 45%;
  }
  .pro_pic_box>.img_box{
	width: 100%;
	height: 460px;
	border:1px solid rgba(0,0,0,.2);
  }
  .pro_pic_box>.img_box>img{
  	width: 80%;
    margin: 0 auto;
  }
  .pro_pic_box>ul{
  	width: 100%;
  	margin-top: 10px;
  }
  .pro_pic_box>ul>li{
  	width: 18%;
  	border:1px solid rgba(0,0,0,.2);
  	box-sizing: border-box;
  	float: left;
  	margin-left: 1%;
  }
  .pro_pic_box>ul>.active{
  	border:1px solid #e70012;
  }
  .pro_pic_box>ul>li>a{
  	width: 100%;
  	height: 110px;
  }
  .pro_pic_box>ul>li>a>img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
  }
  .pro_js{
    width: 50%;
    height: 460px;
  }
  .pro_js>h2{
    width: 100%;
    font-size: 36px;
    height: 120px;
    margin-top:10%;
    border-bottom: 1px solid #e8e8e8;
  }
  .pro_js>p{
    width: 45%;
    margin-top:30px;
    font-size: 20px;
    line-height:55px;
    float: left;
    position: relative;
    text-indent: 18%;
  }
  .pro_js>p>img{
    width: 15%;
    position: absolute;
    left: 0;
    top: 50%;

    transform: translatey(-50%);
  }
  .pro_js>a{
    width: 20%;
    margin-top:100px;
    font-size: 16px;
    line-height:50px;
    float: left;
    text-align: center;
    color: #fff;
    display: block;
    background: #e70012;
    margin-right:10px;
  }
  .pro_js>a:last-child{
  background: #333;
  }
  .pro_ms{
    width: 100%;
    margin-top:30px;
  }
  .pro_ms>h2{
    width: 100%;
    line-height:60px;
    background-color: #e70012;
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .pro_ms>p{
    margin-top:40px;
  }
/*荣誉=====================================*/
	.ry_01{
    width: 100%;
    padding: 40px 0;
    background-color:#f2f3f5;
  }
  .ry_01>.cont>h3{
    font-size: 32px;
    font-weight: bold;
    text-align:center;
  }
  .ry_01>.cont>p:nth-child(2){
    margin-top: 20px;
    text-align:center;
  }
  .ry_01>.cont>p:nth-child(3){
    font-size: 14px;
    margin-top: 10px;
    color: #bcbcbc;
    text-align:center;
  }
  .ry_01>.cont>ul{
    margin-top: 30px;
  }
  .ry_01>.cont>ul:after {
        display:block;
        content:"";
        width: 30%;
        height:0px;
    }
  .ry_01>.cont>ul>li{
    width: 30%;
    margin-top: 30px;
  }
  .ry_01>.cont>ul>li>p{
    width: 100%;
    line-height: 40px;
    color: #7b7b7b;
    position: relative;
  }
  .ry_01>.cont>ul>li>p:after{
    position: absolute;
    content:"";
    bottom:0;
    left: 0;
    width: 5%;
    height: 2px;
    z-index: 9;
    background-color:#e70012;
  }
  .ry_01>.cont>ul>li>.img_box{
    width: 100%;
    height: 320px;
    margin-top: 20px;
    background-color:#fff;
    position: relative;
  }
  .ry_01>.cont>ul>li>.img_box>img{
    width: 90%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
	
/*招商加盟=================================*/
	.coop_box{
    width: 100%;
    height: 100%;
    background-color:#fafafa;
    background-image: url(/uploads/image/ttimages/zs-bj.jpg);
    background-size:100% 100%;
    padding:60px 0;
    box-sizing: border-box;
  }
  .coop_info{
    width: 100%;
    background-color:rgba(255,255,255,.6);
    padding: 60px;
    box-sizing: border-box;
  }
  .coop_info>p{
    width: 100%;
    margin-top: 20px;
    line-height: 24px;
    color: #7b7b7b;
    font-size: 14px;
  }
  .coop_info>form{
    width: 100%;
    margin-top:60px;
  }
  .coop_info>form>ul{
    width: 100%;
  }
  .coop_info>form>ul>li{
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #333;
    background-color:#fff;
  }
  .coop_info>form>ul>li:last-child{
    width: 100%;
    margin-top: 40px;
  }
  .coop_info button{
    width: 80px;
    height: 30px;
    margin:0 auto;
    display: block;
    margin-top: 40px;
  }
  .ly_name{
    width: 20%;
    color: #7b7b7b;
    font-size: 14px;
  }
  .coop_info>form>ul>li>input{
    border:none;
    width: 70%;
  }
  .coop_info>form>ul>li:last-child>.ly_name{
    width: 100%;
  }
  .coop_info>form>ul>li:last-child>input{
    width: 100%;
    line-height: 20px;
    height: 200px;
  }
/*投诉与建议*/
	.cat_01{
		width: 100%;
		background-image:url(/uploads/image/ttimages/kf.jpg);
		background-position: right;
		background-repeat: no-repeat;
		background-size:auto 100%;
		background-color:#fafafa;
	}
	.cat_01_box{
		width: 50%;
	}
	.cat_01_box>h4>em {
	    font-size: 22px;
	    color: #d0121b;
	}
	.cat_01 form{
		margin-top: 60px;
	}
	.cat_01 form>p{
		width: 100%;
		margin-top:30px;
		line-height: 40px;
		color: #7b7b7b;
		font-size: 14px;
		overflow: hidden;
	}
	.cat_01 form>p>input{
		width: 60%;
		height: 40px;
		border:1px solid rgba(0,0,0,.2);
		text-indent: 2rem;
	}
	.cat_01_box>form>p>em{
		float: left;
		display: block;
	}
	.cat_01_box>form>p>textarea{
		float: left;
		width: 85%;
		height: 110px;
   		padding: 5px;
   		box-sizing: border-box;
		font: 14px arial, helvetica, sans-serif;
		outline: none;
		border:1px solid rgba(0,0,0,.2);
		text-indent: 20px;
		padding: 10px;
		box-sizing: border-box;
	}
	.cat_01_box>form>button{
		width: 120px;
		height: 40px;
		margin-top: 40px;
		margin-left: 9%;
	}
	.cat_02{
		width: 100%;
		padding-top: 20px;
		position: relative;
	}
	.zxdt_box{
	    width: 100%;
	    background-color:#ccc; 
	  }
	  .zxdt{
	    width: 100%;
	    background-color:#fff;
	  }
	  .bddt_box{
	    width: 100%;
	  }
	  .bddt{
	    width: 100%;
	    height: 660px;
	    margin:0 auto;
	  }
	  .cat_02_info{
	  	width: 80%;
	  	position: absolute;
	  	bottom: 5%;
	  	left: 50%;
	  	transform: translatex(-50%);
	  	z-index: 99;
	  }
	  .cat_02_info>ul{
	  	box-shadow: 
	  }
	  .cat_02_info>ul>li{
	  	width: 360px;
	  	padding:50px;
		box-sizing: border-box;
	  }
	  .col1{
	  	background-color:#fff;
	  }
	  .col2{
	  	background-color:#df8329;
	  	color: #fff;
	  }
	  .col3{
	  	background-color:#c83d3a;
	  	color: #fff;
	  }
	  .cat_02_info>ul>li>em{
	  	width: 64px;
	  	height: 64px;
	  	background-size:100%;
	  	background-position: center;
	  	background-repeat: no-repeat;
	  	margin:0 auto;
	  	display: block;
	  }
	  .c1{
	  	background-image:url(/uploads/image/ttimages/c1.png);
	  }
	  .c2{
	  	background-image:url(/uploads/image/ttimages/c2.png);
	  }
	  .c3{
	  	background-image:url(/uploads/image/ttimages/c3.png);
	  }
	  .cat_02_info>ul>li>p{
	  	margin-top: 15px;
	  	line-height: 30px;
	  	text-align: center;
	  }
	  /*新闻详情*/
  .news_inner{
    width: 100%;
    padding: 60px 0;
  }
  .news_inner img{
    margin: 0 auto;
  }
  .news_inner>.cont>.ym_tit{
    margin-bottom: 30px;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
  }
  .news_inner>.cont>p:nth-child(2){
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .news_inner>.cont>span{
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #6f7173;
  }
  .news_inner>.cont>span img{
    max-width: 100% !important;
    height: auto!important;
  }
  .news_inner>.cont>div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner>.cont>div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner>.cont>div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner>.cont>div>em>a{
    color: #333;
    display: inline-block;
  }
  .news_inner>.cont>div>em>a:hover{
    color: #00478b;
  }

   /*自适应头部*/
  .m_header{
      display: none;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
      position: fixed;
      top: 0px;
      left: 0;
      z-index: 9999;
    }
    
    .m_logo{
      width: 160px;
    }
    .m_logo img{
      width: 100%;
      display: block;
    }
    .m_nav{
      display: flex;
      align-items:center;
      position: relative;
    }
    .m_nav>button{
      background-color: #fff;
      border:none;
      width: 30px;
      height: 20px;
      position: relative;
    }
    .m_close{
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translatey(-50%);
      z-index: 99;
      display: none;
    }
    .m_nav em{
      width: 30px;
      height: 4px;
      background-color: #e70012;
      display: block;
      position: absolute;
    }
    .m_ht1{
      left: 0;
      top: 0;
      transition: all 0.8s;
    }
    .m_ht2{
      left: 0;
      top: 8px;
    }
    .m_ht3{
      left: 0;
      bottom:0;
      transition: all 0.8s;
    }
        .m_htl_an{
          -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 7px;
      }
      .m_ht3_an{
          -moz-transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
        top: 7px;
      }
      .m_nav_box{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.6);
        z-index: 999;
        left: 100%;
        opacity: 0;
        top: 41px;
      }
      .m_nav_list{
        width: 80%;
        height: 100%;
        background-color: #f7f7f7;
        margin-left:auto;
        background-color: #e70012;
        overflow:auto;
        padding:10px;
        box-sizing: border-box;
      }
    .m_nav_list>dl{
      width: 100%;
      line-height: 40px;
      overflow:hidden;
    }
    .m_nav_list>dl>dt{
      background-color: #e70012;
      position: relative;
      box-sizing: border-box;
    }
    .m_nav_list>dl>dt:after{
      position: absolute;
      width: 20px;
      height: 1px;
      background:#fff;
      content:"";
      bottom: 0;
      left: 0;
    }
    .m_nav_list>dl>dt>a{
      color: #fff;
      font-size: 14px;
    }
    .m_nav_list>dl>dd{
      width: 32%;
      float: left;
      box-sizing: border-box;
    }
    .m_nav_list>dl>dd>a{
      color: #fff;
      font-size: 14px;
      padding-right: 10px;
      box-sizing: border-box;
    }
    .mb_nav_m{
    	display: none;
    }
 /*自适应*/
  	@media (max-width: 1680px) {
  		.sevice_list ul>li .img_box{
  			height: 280px;
  		}
  		.sy_data ul>li{
  			width: 22%;
  		}
  		.sy_data ul>li h4>p{
  			font-size: 20px;
  		}
  		.sy_sevice_sel>h4{
  			font-size: 20px;
  		}
  		.sy_sevice_sel_2>h4{
  			font-size: 20px;
  		}
  		.sy_sevice_sel_2{
  			padding:0 10px;
  		}
  		.sy_about_info>ul>li:after{
  			right: -180%;
  		}
  		.mb_nav ul>li{
  			margin-right: 20px;
  			padding-right: 20px;
  		}
  		.ab_02 h4{
  			width: 30%;
  		}
  	}
  /*特大屏显示*/
    @media (max-width: 1500px) {
    	.coop_03_tap{
    		top: 80%;
    	}
    	.coop_02 ul{
    		margin-top: 30px;
    	}
    	.sy_about>.cont>p{
    		width: 100%;
    	}
		.sy_ly_info>h4{
			font-size: 18px;
		}
		.sy_ly_info{
			width: 40%;
		}
		.sy_ly form{
			width: 57%;
		}
		.sy_ly form>p>input{
			width: 60%;
		}
		.sy_data_tit>h2{
			font-size: 30px;
		}
		.sy_data_tit>h3{
			font-size: 28px;
		}
		.sy_data_tit>h4{
			font-size: 18px;
		}
    }

  /*大屏显示*/
    @media (max-width: 1440px) {
      .inx_06-1-l>ul>li>a{
        width: 35%;
      }


    	.coop_03_tap>em{
    		width: 30px;
    		height: 30px;
    	}
    	.coop_03{
    		padding-top:180px;
    	}
    	.coop_02 ul>li .img_box{
    		height: 260px;
    	}
    	.coop_03_tap{
    		top: auto;
    		bottom: 30px;
    	}
    	.coop_01_info>p{
    		width: 100%;
    	}
		
		.sy_pro_info>dl>dd>a{
			margin-right: 0;
		}
		.sevice_list ul>li .img_box{
  			height: 220px;
  		}

    	.ab_02_tit>h3{
    		font-size: 26px;
    		margin-top:40px;
    	}
    	.ab_02_tit>h3>em{
    		font-size: 18px;
    	}
    	.sy_about_info{
    		width: 60%;
    	}
    	.sy_about_info>ul>li:after{
    		width: 100%;
    		right: -150%;
    	}
    	.sy_sevice_sel_2>h4{
  			font-size: 18px;
  		}
		.sy_ly_info>h4{
			font-size: 16px;
		}
		.sy_ly form>p{
			margin-top: 5px;
			font-size: 14px;
		}
		.sy_ly form>button{
			margin-top: 3px;
		}
		.sy_data ul>li{
			width: 23%;
		}
		.sy_data ul{
			margin-top: 80px;
		}
		.sy_data ul>li h4>p{
			font-size: 16px;
		}
		.sy_data ul>li h4>p:last-child{
			font-size: 24px;
		}
		.sy_data ul>li>.data_top>em{
			width: 40%;
			height: 80px;
		}
		.sy_sevice_sel_2>i{
			width: 30px;
			height: 30px;
		}
		.sy_sevice_box{
			height: 600px;
		}
		.sy_sevice_pic>li>.img_box{
			height: 600px;
		}
		.sy_sevice_info{
			width: 80%;
		}
		.sy_sevice_info>p{
			font-size: 14px;
		}
		.sy_fwlc_info>ul>li:after{
			display: none;
		}
		.mb_nav{
			display: none;
		}
		.mb_nav_m{
			display: block;
		}
		.ab_01_box>p{
			width: 100%;
		}
		.ab_01_box>ul{
			width: 60%;
		}
		.ab_01_box{
			padding: 80px 0 160px 0;
		}
		.ab_05 dl{
			width: 65%;
		}
		.sy_coop_info>h4{
			font-size: 17px;
		}
		.sy_coop_info{
			padding:40px;
		}
    }

  /*中屏显示*/
    @media (max-width: 1200px) {
      .inx_06-1-l>ul>li>a{
        width: 45%;
      }


      
      .pc_nav_box .logo{
        width: 160px;
      }
      .pc_nav_box ul{
        width: 65%;
        margin-right: 10%;
      }
      .pc_nav_box ul li a{
        font-size: 12px;
      }
      .top_r_box>a{
        font-size: 12px;
      }
      .top_r_box1>a{
        font-size: 12px;
      }
      /*banner*/
      .banner{
        height: 600px;
        overflow:hidden;
      }
      .banner_info{
        width: 60%;
      }
      .banner_info>h2{
        font-size: 24px;
      }
      .inx_01{
        margin-top: 600px;
      }
      .banner_info>ul{
        width: 50%;
        margin-top: 20px;
      }
      .banner_info>ul>li{
        width: 50px;
        height: 50px;
        border:2px solid #fff;
      }
      .banner_info>ul>li>p{
        font-size: 14px;
        line-height: 20px;
        font-weight: lighter;
        margin-top: 5px;
      }



    		.cat_02_info{
    		width: 100%;
    		bottom: 0;
    		left: 0;
    		transform: translate(0);
    	}
    	.cat_02_info>ul>li{
    		width: 33.3%;
    	}
    	h2{
    			font-size: 28px;
    		}
			h3{
				font-size: 24px;
			}
			h4{
				font-size: 20px;
			}
			.sy_ab_info>h3{
				margin-bottom:20px;
			}
			.banner_info>h2{
				font-size: 36px;
			}
			.banner_info>p{
				font-size: 16px;
			}
			.sy_pro_info>dl{
				width: 60%;
				font-size: 14px;
			}
			.sy_xw{
				padding-top:360px;
			}
		  .sy_coop_info{
			 padding:20px;
		  }
    	.ab_05 dl{
    		width: 80%;
    	}
    	.ab_02_tit{
    		width: 100%;
    	}
    	.ab_02_tit>p{
    		margin-top: 20px;
    	}
    	.ab_02_pic{
    		width: 100%;
    	}
    	.sy_sevice_box{
    		display: none;
    	}
    	.sy_sevice_box_m{
    		display: block;
    	}
		.head_nav>.cont>ul>li>a{
			font-size: 14px;
		}
		.sy_ly_info{
			width: 30%;
		}
		.sy_ly_info>h4{
			display: none;
		}
		.sy_ly_info>h3{
			width: 90%;
		}
		.sy_ly form{
			width: 100%;
		}
		.sy_ly{
    		padding: 10px 0;
    	}
    	.sy_data_tit{
    		width: 100%;
    	}
    	.sy_data_info{
    		width: 100%;
    	}
    	.sy_data ul>li h4>p{
    		font-size: 14px;
    	}
    	.sy_yqsb_info{
    		width: 100%;
    	}
    	.sy_yqsb_pic{
    		display: none;
    	}
    	.sy_yqsb_info>ul{
    		width: 100%;
    	}
    	.sy_contact_info{
    		width: 100%;
    	}
    	.sy_hzhb_box{
    		display: none;
    	}
    	.sy_none{
    		display: none;
    	}
    	.news_box ul>li{
    		width: 48%;
    	}
    }

  /*小屏显示*/
    @media (max-width: 920px){
      /*banner*/
      .banner_info{
        width: 80%;
        text-align: center;
      }
      .banner_info>h2{
        font-size: 17px;
      }
      .banner_info>p{
        font-size: 13px;
      }
      .banner_info>ul{
        margin:0 auto;
        margin-top: 20px;
      }
      .inx_01{
        padding: 20px 0;
      }
      .inx_01_r{
        width: 100%;
        margin-top: 10px;
      }
      .inx_01_l{
        width: 100%;
      }
      .inx_01_l>a{
        width: 100px;
        font-size: 13px;
        padding:5px 8px;
        position: relative;
        margin:0 auto;
        margin-top: 20px;
      }

      .inx_01_l>a>em:last-child{
        width: 12px;
        height: 12px;
        margin-top: 9px;
      }
      .inx_01_l>ul>li>h2:before{
        height: 4px;
        width: 30px;
      }
      .inx_01_l>ul>li:nth-child(2)>h2:before{
        width: 50px;
      }
      .inx_01_l>ul>li:nth-child(4)>h2:before{
        width: 50px;
      }
      .inx_01_l>ul>li{
        width: 23%;
      }
      .inx_02_l{
        width: 100%;
      }
      .inx_02_r{
        display: none;
      }






    	.coop_03_info>ul>li{
    		padding: 20px 20px 80px 20px;
    	}
    	.coop_03_tap{
    		left: 20px;
    	}
    	.coop_03_info{
    		width: 100%;
    	}
    	.coop_03_box>.img_box{
    		display: none;
    	}
    	.coop_01{
    		padding:20px 0;
    	}
    	.coop_01_info{
    		padding: 10px 0;
    	}
    	.coop_01_info>p{
    		width: 100%;
    	}
    	.coop_01_bj{
    		display: none;
    	}
    	.coop_01_info{
    		width: 100%;
    	}
    	.coop_01_pic>.img_box{
    		height: 400px;
    	}
    	.coop_01_pic{
    		width: 100%;
    		margin-top: 20px;
    	}
    	.coop_01{
    		height: 100%;
    	}
    	.sevice_list ul>li{
    		width: 48%;
    	}
		.sy_ab_pic{
			width: 35%;
		}
		.sy_ab_pic>.img_box{
			height: 320px;
		}
		.sy_ab_info{
			width: 60%;
			margin:0 2%;
			box-sizing: border-box;
		}
		.sy_ab_top{
			margin-top:40px;
		}
		.sy_ab_info>p:last-child{
			display: none;
		}
		
		.sy_coop{
			padding-top:180px;
		}
		.sy_coop_box{
			width: 100%;
			padding:0 0 20px 0;
		}
		.sy_coop_lc>ul>li>em{
			width: 60px;
			height: 60px;
		}
		.sy_coop_lx>p{
			margin-top: 20px;
			font-size: 12px;
		}
		.sy_coop_lx>a{
			margin-top: 20px;
		}
		.sy_coop_lc{
			margin-top:20px;
		}
		.sy_xw{
			padding-top:140px;
		}
    .ab_03_box{
    		display: none;
    	}
    	.ab_03>.cont{
    		padding: 20px 0;
    	}
    	.ab_03>.cont>p{
    		width: 100%;
    	}
    	.ab_02_tit>h3{
    		margin-top: 10px;
    	}
    	.ab_01_box{
			padding: 40px 0 200px 0;
		}
    	.ab_01_box>ul{
    		width: 110%;
    		left: -5%;
    	}
    	.sy_yqsb_box{
    		margin-top: 20px;
    	}
    	.sy_yqsb_info>p{
    		font-size: 14px;
    	}
    	.cont{
    		width: 96%;
    	}
    	.pc_header{
    		display: none;
    	}
    	
    	.sy_tit>h3{
    		font-size: 24px;
    	}
    	.sy_tit>h4{
    		font-size: 18px;
    	}
    	.sy_news_box>ul>li{
    		width: 50%;
    	}
    	.sy_news_box>ul>li:nth-child(3){
    		display: none;
    	}
    	.ab_04_r{
    		display: none;
    	}
    	.ab_04_bj{
    		width: 100%;
    	}
    	.ab_04_l{
    		width: 100%;
    	}
    	.ab_05{
    		padding:60px 0;
    	}
    	.coop_pic{
    		display: none;
    	}
    	.coop_02{
    		height: 100%;
    	}
    	.coop_02_info{
    		width: 100%;
    		text-align: center;
    	}
    	.coop_02 h4{
    		padding-top: 20px;
    		text-align: center;
    	}
    	.coop_02_top{
    		margin-top: 0;
    	}
    	.coop_02_info>h4{
    		margin-bottom: 5px;
    	}
		.coop_02_info>p{
			margin-top: 20px;
		}
		.coop_02_info>a{
    		width: 120px;
    		height: 30px;
    		line-height: 30px;
    		font-size: 13px;
    		margin:0 auto;
    		margin-top: 20px;
    	}
    	.coop_03{
    		padding-top:40px;
    	}
    	.coop_03>.cont>h4{
    		margin-bottom: 5px;
    		text-align: center;
    	}
    	.coop_03>.cont>h3{
    		text-align: center;
    	}
    	.pc_nav{
        	display: none;
      	}
      	.m_header{
      		display: block;
      	}
    }
    @media (max-width: 768px){
      .inx_06_1{
        padding-top: 0;
      }
      .inx_06-1-l{
        display: none;
      }
      .inx_06_1_r{
        width: 100%;
      }
      .inx_06_1_r>ul>li{
        width: 100%;
        margin-top: 20px;
      }
      .footer_nav{
        display: none;
      }
      .footer_tel{
        width: 100%;
        text-align: center;
      }
      .footer_tel>a{
        margin:0 auto;
        margin-top: 20px;
        width: 100px;
        line-height: 30px;
        font-size: 13px;
      }
      .footer_tel>h3{
        font-size: 17px;
        margin-bottom:0;
      }
      .footer_bq{
        line-height: 24px;
      }
      .footer_top_l>a{
        width: 40%;
      }
      .coop_box{
        padding:20px 0;
      }
      .coop_info{
        padding:10px;
      }
      .coop_info>form>ul>li{
        width: 100%;
        margin-top: 10px;
      }



    	.cat_01_box>h4>em{
    		font-size: 16px;
    	}
    	.bddt{
    		height: 320px;
    	}
    	.cat_02_info{
    		position: relative;
    	}
    	.cat_02_info>ul>li{
    		width: 100%;
    		padding:20px 15px;
    	}
    	.cat_02_info>ul>li>em{
    		width: 40px;
    		height: 40px;
    	}
    	.cat_01_box>h4{
    		font-size: 22px;
    	}
    	.cat_01 form>p>input{
    		width: 75%;
    	}
    	.cat_01_box>form>p>textarea{
    		width: 75%;
    	}
    	.cat_01_box{
    		width: 100%;
    	}
    	.cat_01_box>form>button{
    		margin:0 auto;
    		margin-top: 20px;
    		display: block;
    	}
    	.coop_03_info>ul>li>p{
    		margin-top: 30px;
    	}
    	.coop_03_info>ul>li>em{
    		font-size: 48px;
    	}
    	.coop_03_info>a{
    		width: 120px;
    		height: 30px;
    		line-height: 30px;
    		font-size: 13px;
    		margin:0 auto;
    		margin-top: 20px;
    	}
    	.coop_02 ul>li{
    		width: 48%;
    	}
    	.coop_02 ul>li:last-child{
    		display: none;
    	}
    	.coop_02 ul>li .img_box{
    		height: 120px;
    	}
    	.coop_01_pic>.img_box{
    		height: 240px;
    	}
    	.coop_01_info>h4{
    		text-align: center;
    		margin-bottom: 5px;
    	}
    	.coop_01_info>h3{
    		text-align: center;
    		margin-bottom: 10px;
    	}
    	.coop_01_info>a{
    		width: 120px;
    		height: 30px;
    		line-height: 30px;
    		font-size: 13px;
    		margin:0 auto;
    		margin-top: 20px;
    	}
    	.sy_coop_info>.img_box>img{
    		width: 85%;
    	}
    	.sy_coop_info{
    		width: 50%;
    	}
    	.sy_coop_info:nth-child(3){
    		border-right: 1px dashed rgba(255,255,255,.6);
    	}
    	.sy_coop_info:nth-child(4){
    		border-right: none;
    		border-bottom: 1px dashed rgba(255,255,255,.6);
    	}
    	.sy_coop_info:nth-child(2){
    		border-right: none;
    	}
    	h4{
    		font-size: 14px;
    	}
    	.sy_ab_bottom>.cont>ul>li>p{
    		margin-top: 10px;
    		font-size: 13px;
    	}
    	h3{
    		font-size: 17px;
    	}
    	.sy_pro_box>dl>dd{
    		margin:10px 0;
    		padding:0 5px;
    	}
		.xfc{
			display: none;
		}
		.padding{
			padding: 20px 0;
		}
		.sy_ab_pic{
			display: none;
		}
		.sy_ab_info{
			width: 100%;
			text-align:center;
		}
		.sy_ab_pic_m{
			display: block;
		}
		.sy_ab_bj{
			display: none;
		}
		.sy_ab_info>p{
			margin-top: 10px;
			font-size: 13px;
		}
		.sy_ab_top{
			margin-top: 20px;
		}
		.sy_ab_bottom>.cont{
			padding-left:0;
		}
		.sy_ab_bottom>.cont>ul>li{
			width: 50%;
		}
		.sy_pro{
			padding-top:40px;
		}
		.sy_pro_r{
			display: none;
		}
		.sy_pro_con{
			width: 70%;
		}
		.sy_pro_box>dl{
			width: 30%;
		}
		.sy_pro_con{
			height: 420px;
		}
		.sy_pro_box>dl{
			padding:80px 0 60px 0;
		}
		.sy_pro_tit{
			padding:40px 20px;
		}
		.sy_pro_info>dl{
			padding:10px;
			width: 90%;
		}
		.sy_pro_box>dl>dd>a{
			font-size: 12px;
			line-height: 26px;
		}
		.sy_pro_box>dl>.sel:before{
			display: none;
		}
		.sy_pro_box>p{
			width: 60px;
			line-height: 60px;
			font-size: 24px;
		}
		.sy_pro_tit>em{
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			bottom: -20px;
		}
		.sy_pro_tit>h4{
			font-size: 14px;
			line-height: 24px;
		}
		.sy_pro_info>dl>dd{
			font-size: 12px;
		}
		.sy_pro{
			height: 500px;
		}
		.sy_coop{
			padding-top:100px;
		}
		.sy_coop_info>a{
			width: 120px;
			margin:0 auto;
			font-size: 12px;
			line-height: 30px;
			margin-top: 20px;
		}
		.yj{
			width: 20px;
			height: 20px;
			margin-top: 5px;
		}
		.sy_coop_lx>a{
			font-size: 12px;
			width: 120px;
			line-height: 30px;
		}
		.sy_coop_lc>ul{
			width: 100%;
		}
		.sy_coop_lx{
			display: none;
		}
		.sy_coop_lx>h3{
			line-height: 30px;
		}
		.sy_coop_lc>ul>li{
			padding: 10px 0;
		}
		.sy_coop_lc>ul>li>em{
			width: 50px;
			height: 50px;
		}
		.sy_coop_lc>ul>li>p{
			font-size: 12px;
			margin-top: 10px;
		}
		.sy_coop_lx_m{
			display: block;
		}
		.sy_xw{
			padding-top:160px;
		}
		.sy_xw_l{
			width: 100%;
			padding: 20px;
		}
		.sy_xw_r{
			width: 100%;
			padding:20px 20px 60px 20px;
		}
		.sy_xw_r>ul>li .img_box{
			height: 240px;
		}
		.sy_xw{
			padding-bottom:60px;
		}
		.sy_xw_l>a{
			width: 120px;
			line-height: 30px;
			font-size: 12px;
		}
		.sy_xw_r>a{
			width: 120px;
			line-height: 30px;
			font-size: 12px;
		}
		.sy_xw_r>ul>li h4{
			font-size: 16px;
		}
		.sy_xw_r>ul>li p{
			font-size: 13px;
		}
    	.news_box ul>li{
    		width: 100%;
		}
    	.ab_05 dl{
    		width: 100%;
    	}
    	.ab_05 dl>dd{
    		width: 48%;
    	}
    	.ab_05 dl>dd>p{
    		font-size: 14px;
    	}
    	.ab_04{
    		padding: 20px 0;
    	}
    	.ab_03>.cont>p{
    		margin-top: 10px;
    	}
    	.ab_03>.cont>a{
    		margin:0 auto;
    		margin-top: 20px;
    	}
    	.ab_01_box{
			padding: 20px 0 140px 0;
		}
    	.ab_01_tit>h1{
    		font-size: 48px;
    	}
    	.ab_01_box>ul h2{
    		font-size: 22px;
    	}
    	.ab_01_box>ul>li>p{
    		font-size: 14px;
    	}
    	.ab_01_box>ul>li{
    		padding: 20px 0;
    	}
    	.footer_bottom{
    		margin-top: 0;
    	}
    	.footer_nav{
    		display: none;
    	}
    	.footer_contact{
    		width: 100%;
    	}
    	.footer_contact>ul{
    		width: 60%;
    	}
    	.footer_ewm{
    		width: 40%;
    	}
    	.footer_ewm>.img_box{
    		width: 80%;
    	}
    	.sy_contact{
    		padding-top: 30px;
    	}
    	.sy_contact_info>ul>li{
    		font-size: 14px;
    	}
    	.sy_news_box>ul>li{
    		width: 100%;
    	}
    	.sy_news_box>ul>li:nth-child(2){
    		display: none;
    	}
    	.sy_fwlc_info>ul>li>em{
    		width: 60px;
    		height: 60px;
    	}
    	.sy_fwlc_info>p>a{
    		width: 80px;
    		height: 30px;
    		line-height: 30px;
    		margin-left: auto;
    	}
    	.sy_fwlc_info>p{
    		font-size: 12px;
    	}
    	.sy_fwlc_info>ul>li>p{
    		font-size: 12px;
    		font-weight: normal;
    	}
    	.sy_case_box{
    		display: none;
    	}
    	.sy_case_box1{
    		display: block;
    		margin-top: 20px;
    	}
    	.sy_about>.cont>p{
    		margin-top:20px;
    		font-size: 14px;
    		text-align:justify;
    	}
    	.sy_about>.cont>a{
    		margin-top: 20px;
    	}
    	.sy_about_info>ul>li:after{
    		width: 20px;
    		right: -80%;
    	}
    	.sy_about_info>ul>li em{
    		width: 30px;
    		height: 30px;
    		margin:0 auto;
    	}
    	.sy_about_info{
    		padding: 5px 20px; 
    		margin-top: 30px;
    		margin-bottom: 20px;
    	}
    	.sy_about_info{
    		width: 90%;
    	}
    	.sy_yqsb_info>h4{
    		font-size: 18px;
    	}
    	.sy_yqsb_info>h5{
    		font-size: 14px;
    	}
    	.sy_yqsb_info>ul>li{
    		font-size: 14px;
    		text-align:center;
    	}
    	.sy_yqsb_info>ul>li>em{
    		width: 60px;
    		height: 60px;
    		margin:0 auto;
    	}
    	.sy_yqsb_info>a{
    		margin:0 auto;
    		margin-top: 20px;
    	}
		.sy_data ul{
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.sy_data ul>li{
			width: 25%;
		}
		.sy_data ul>li>.data_top>em{
    		width: 100%;
    		height: 60px;
    		background-size:60%;
    	}
    	.sy_data ul>li>.data_top>h4{
    		width: 100%;
    		text-align:center;
    	}
    	.sy_data ul>li h4>p:last-child{
    		font-size: 17px;
    	}
    	.sy_sevice_box_m>ul>li{
    		width: 32%;
    		margin-top: 15px;
    	}
    	.sy_xw_l>h3{
    		font-size: 18px;
    		margin-top: 20px;
    	}
    	.sy_xw_l>p{
    		font-size: 13px;
    		margin-top: 10px;
    	}
    	.sy_xw_l>a{
    		margin-top: 20px;
    	}
    	.sy_xw_l>h4{
    		font-size: 17px;
    	}
    	.ab_01_tit>h2{
    		font-size: 22px;
    	}
    	.ab_01_box>p{
    		font-size: 13px;
    		margin-top: 20px;
    	}
    	.ab_01_box>a{
    		width: 80px;
    		line-height: 30px;
    		height: 30px;
    		font-size: 13px;
    	}
    	.ab_02 h4{
    		font-size: 14px;
    		margin-left: -2%;
    	}
    	.ab_03>.cont>h3{
    		font-size: 22px;
    		margin-bottom: 20px;
    	}
    	.ab_03>.cont>h3>em{
    		font-size: 16px;
    	}
    	.ab_04_l>h3{
    		font-size: 22px;
    	}
    	.ab_04_l>h3>em{
    		font-size: 16px;
    	}
    	.ab_06 h3{
    		font-size: 22px;
    	}
    	.ab_06 h3>em{
    		font-size: 16px;
    	}
    	.ab_04_l>p{
    		margin-top: 20px;
    	}
    	.ab_04_l>ul{
    		margin-top: 20px;
    	}
    	.ab_04_l>ul>li{
    		padding-bottom: 20px;
    		padding-left: 20px;
    	}
    	.ab_06_info{
    		width: 100%;
    	}
    	.ab_06_info>p{
    		margin-top: 10px;
    	}
    	.ab_06_box{
    		margin-top: 10px;
    	}
    	.ab_06_box>.img_box{
    		width: 100%;
    		margin-top:10px;
    		height: 220px;
    	}
    	.sy_pro_pic>li{
    		padding:10px;
    	}
    	.sy_pro_pic>li>dl>dd{
    		width: 48%;
    	}
    	.sy_pro_pic>li>dl>dd>a>.img_box{
    		height: 80px;
    	}
    	.sy_pro_pic>li>dl>dd:nth-child(5),.sy_pro_pic>li>dl>dd:nth-child(6){
    		display: none;
    	}
    	.sy_pro_pic>li>dl>dd>a>p{
    		font-size: 12px;
    	}
    	.pro_inner>.cont>.pro_pic_box{
    		width: 100%;
    	}
    	.pro_pic_box>.img_box{
    		height: 240px;
    	}
    	.pro_js{
    		width: 100%;
    	}
    	.pro_js>h2{
    		font-size: 17px;
    		height: 60px;
    	}
    	.pro_js>p{
    		width: 100%;
    	}
    	.pro_js>a{
    		width: 30%;
    		margin-top: 40px;
    		line-height: 30px;
    		font-size: 14px;
    	}
    	.pro_js>p>img{
    		width: 8%;
    	}
    	.pro_js{
    		height: 360px;
    	}
    	.ry_01>.cont>ul>li{
    		width: 100%;
    	}
    	.sb{
    		display: none;
    	}
    	.pro_ms>h2{
    		line-height: 30px;
    		font-size: 17px;
    	}
    	.cat_01{
    		background-image: none;
    	}
    	.ab_01{
    		background-image: none;
    	}
    	.ab_01_box>a{
    		margin:0 auto;
    		margin-top: 30px;
    	}
    	.ab_02 p{
    		width: 100%;
    	}

    }
  /*超小屏显示*/
    @media (max-width: 648px){
    	.news_box ul>li>a>.img_box{
    		height: 200px;
    	}
    	.sy_ab_pic_m>.img_box{
    		height: 240px;
    	}
    	.sy_ly{
    		display: none;
    	}
    	.padding{
    		padding: 20px 0;
    	}
    	.m_sy_sev .img_box{
    		height: 300px;
    	}
    	.ico_box>em{
    		width: 50px;
    		height: 50px;
    	}
    	.sy_sevice_box_m{
    		margin-top: 20px;
    	}
    	.sy_coop_info>h4{
    		font-size: 15px;
    	}
    	.sy_coop_info>h4>em{
    		width: 30px;
    		height: 30px;
    		margin-top: 5px;
    		margin-right: 5px;
    	}
    	.sy_coop_top{
    		margin-top: 30px;
    	}
    	.sy_coop_info{
    		padding:10px;
    	}
    	.sy_coop_info>p{
    		font-size: 13px;
    		margin-top: 10px;
    	}
    	.sy_coop_info>.img_box>img{
    		width: 90%;
    	}
    	.sy_coop_box>h4{
    		width: 100%;
    	}
    	.ny_banner{
    		height: 240px;
    	}
    	.ab_02 h4{
    		width: 45%;
    		padding:10px;
    	}
    	.sevice_list ul>li{
    		width: 100%;
    		margin-top: 20px;
    	}
    	.pro_info>em{
    		margin-top: 15px;
    	}




      .banner_info>ul{
        width: 90%;
      }
      .inx_01_l>h3{
        text-align:center;
        margin-bottom: 20px;
      }
      .inx_01_l>ul{
        margin-top: 20px;
      }
      .inx_01_l>ul>li>p{
        margin-top: 10px;
        font-size: 12px;
      }
      .inx_02_l>ul>li>a{
        font-size: 12px;
      }
      .inx_02_l{
        padding:20px;
      }
      .inx_04{
        padding:20px 0;
      }
      .inx_04_tit{
        width: 50%;
      }
      .inx_04_top>ul{
        padding-top: 10px;
      }
      .inx_04_tit>h3{
        margin-bottom: 5px;
      }
      .inx_04_top>ul>li>a{
        font-size: 12px;
        line-height: 20px;
      }
      .inx_04_top>ul>li{
        text-indent:25px;
      }
      .inx_04_top>ul>li:before{
        width: 20px;
        height: 20px;
      }
      .inx_03{
        padding:20px 0;
      }
      .inx_04_list>ul>li p{
        line-height: 24px;
        height: 48px;
      }
      .footer_top_l{
        padding:5px;
      }
      .footer_top_r{
        padding:5px;
      }
      .footer_top_l>a>img{
        width: 15%;
      }
      .footer_top_r>a{
        font-size: 13px;
      }
      .footer_cent_l{
        padding-right:0;
        border-right:none;
        width: 100%;
      }
      .footer_cent_l>dl>dt>a{
        font-size: 13px;
      }
      .footer_cent_l>dl>dd>a{
        font-size: 12px;
      }
      .footer_cent_r{
        display: none;
      }
      .tisi{display: none;}
    }
