h1,
h2,
h3,
h4,
h5,
h6{
  margin-top: 0;
  margin-bottom: 0;
}
html,
body {
  margin: 0;
  background: #fff;
  color: #000000;
}
button,
input,
textarea {
  -webkit-user-select: auto;
  /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul,li{
    padding:0;margin:0;list-style:none
}

h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
    margin-bottom: 14px;
}
h3{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}
h4{
    font-size: 14px;
    /* margin-bottom: 8px; */
    line-height: 31px;
    font-weight: 500;
}
.common-width{
    width: 60%;
    margin: auto;
}

/*button.index-btn{
	margin-top:20px;
}*/

.index-btn {
    width: 228px;
	height: 52px;
    box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 0.5);
    text-align: center;
    line-height: 52px;
    background: #ff6633;
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}
.index-btn:focus, .index-btn:active, .index-btn:hover{
    background: #cc6633;
}
.padding-18{
    padding-left: 18px;
    padding-right: 18px;
}
.hr2{
    width: 1030px;
    /* color: #979797; */
	border-color: #eee;
    margin: 0 auto;
    border-bottom: 0;
}


header img{
    width:100%;
    vertical-align: top;
}

/* index-outline */
.index-outline{
    padding:38px 0 26px;
    text-align: center;
}
.index-outline-textbox{
  
	width:90%;
	margin:0 auto;
}
.index-outline h3{
    text-align: left;
}
.index-outline hr{
    margin-top: 36px;
    margin-bottom: 30px;
    width: 1028px;
    /* color: #979797; */
	border-color: #eee;
    /* margin: 0 auto; */
    border-bottom: 0;
}
.index-outline-img{
    width: 750px;
    /* height: 394px; */
}
/* -end of- index-outline */


/* index-introduce */
.index-introduce{
    background-image: url('./img/Group 91.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 52px;
    padding-bottom: 52px;
}
.index-introduce-text{
    width: 50%;
    color: #fff;
	text-align:left;
}
/* -end of- index-introduce */


/* index-process */
.index-process{
    /* padding-top: 50px; */
    padding-bottom: 50px;
}
.index-process img{
    width: 100%;
    text-align: center;
    /* width: 850px; */
    margin: 0 auto;
    display: block;
}
/* -end of- index-process */


/* index-instance */
.index-instance{
    text-align: center;
}
.index-instance-title{
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 38px;
}
.index-instance ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-left: 14px;
    padding-right: 14px; */
}
.index-instance ul li{
    width: 320px;
    /*height: 262px;*/
    border: 1px solid #b1b1b1;
    padding: 26px 19px 18px;
    font-weight: bold;
    margin-bottom: 50px;
}
.index-instance ul img{
    height: 113px;
}
.index-instance ul li h3{
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
}
.index-instance ul li p{
    font-size:16px;
    text-align: left;
    font-weight: normal;
}
/* -end of- index-instance */


.btn-inquiry{
    text-align: right;
    margin-top: -18px;
}
.btn-inquiry-bottom{
    margin-top: 32px;
    margin-bottom: 82px;
}

/* index-list */
.index-list{
    margin-top: -14px;
}
.index-list h1{
    margin-bottom: 22px;
}
.index-list table{
    /* width: 1164px; */
    border-color:#7f7f7f;
    border-style: solid;
    border-width: 0 0 1px 1px;
    margin: auto;
    border-collapse:collapse; 
    border-spacing:0;
    font-size: 14px;
    font-weight: bold;
}
.index-list table th,td{
    border-color:#7f7f7f;
    border-style: solid;
    border-width: 1px 1px 0 0;
}
.index-list table th{
    font-size: 24px;
    text-align: center;
}
.index-list table td:nth-child(2),td:nth-child(3){
    padding: 2px 5px;
}
.index-list .jptab td{
	border:1px solid #000;
}
.index-list table td{
    height: 73px;
    position: relative;
    line-height: 1.5em;
}
.index-list table td img{
    vertical-align: middle;
    padding-left: 16px;
}
/* .index-list table td img:focus,
.index-list table td img:active,
.index-list table td img:hover{

} */
/* -end of- index-list */