body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0; }

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px "Microsoft YaHei",BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

ul,
ol,
li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

  img {
    vertical-align: middle;
    border: 0; }
  
button,
input,
textarea {
font-size: 100%;
vertical-align: middle;
outline: none;
border-radius: 0;
-webkit-appearance: none; }
    
html {
    font-size: 100px; } 

.head{
    border-bottom: 1px solid #dadada;
}
.header{
    display: block;
    overflow: hidden;
    padding: 8px 0;
}
.pad_hid{
  padding: 0px;
}
.logo{
    display: block;
}
.logo img{
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.tel_phone{
    float: right;
}

.form_search{
  border: 1px solid #dadada;
  height: 42px;
  padding: 6px 8px;
  margin-bottom: 20px;
}
.input_search{
  width: 65%;
  height: 30px;
  outline: none;
  border: none;
  font-size: 13px;
}
.search{
  display: inline-block;
  float: right;
  line-height: 20px;
  width: 45px;
  height: 30px;
  background: url(../images/search.png) no-repeat center;
}

/* main */
.main{
  /*margin: 60px 0;*/

}
.main_left{
  display: block;
}
#input_search{
}
.nav{
  font-size: 15px;
  border: 1px solid #f1f1f1;
}
.nav ul.warp{
  padding: 15px 25px;
}
.nav ul.warp li{
  position: relative;
  /* padding-left:14px; */
  line-height: 40px;
}
.nav ul.warp li a{
  display: block;
  text-decoration:dashed;
}
.nav ul.warp li a .title{
  vertical-align: middle;
}
.nav ul.warp li a .icon{
  margin-right: 7px;
}
ul.warp li a .arrow{
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #000;
  border-bottom: 6px solid transparent;
  transition: all 0.2s;
}

ul.warp li.warp_li a:hover{
  color: #2f97de !important;
}
/* ul.warp li.warp_li a:hover .arrow{
  transform: rotate(90deg);
  transform-origin:center;
  
} */
.nav_level li a:hover .unarrow{
  background: url(../images/arrow.png) no-repeat 0px -14px;
}

.nav_level{
  display: none;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
.nav_level li{
  line-height: 30px !important;
}
.main_right{
  /* overflow: hidden; */
}
.main_right .title_h1{
  position: relative;
  z-index: 1;
  margin-left: 15px;
  height: 42px;
  margin-bottom: 20px;
}
.main_right .title_h1 .titleText{
  position: absolute;
  top:8px;
  left: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  
}
.main_right .title_h1::after{
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #7bcff5;
}
.main_right .content{
  overflow: hidden;
  padding: 25px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  text-indent: 30px;
  line-height: 35px;
}

ul.nav_level li a .unarrow{
  position: absolute;
  top: 9px;;
  right:5px;
  width: 7px;
  height: 14px;
  background: url(../images/arrow.png) no-repeat 0 0;
}

/* 首页产品 */
.product{
}
.product ul.cp{
  overflow: hidden;
  padding: 0px;
}
.product ul.cp li{
  padding-right: 8px;
  padding-left: 0px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.product ul.cp li a{
  display: block;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 6px 10px;
}
.product ul.cp .cp_title{
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.product ul.cp .cp_pro{
  padding: 10px 0 5px;
  overflow: hidden;
  display: flex;
}
.product ul.cp .cp_img{
  display: block;
  flex: 2;
}
.product ul.cp .cp_des{
  flex: 2;
  line-height: 20px;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}

/* footer */
.footer{
  background: #435669;
}

.footer_warp{
  color: white;
  line-height: 30px;
  text-align: center;
  padding: 20px 0;
}

.example-image{
    width: 100%;
}


.right_new{
    line-height: 35px;
}