﻿
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #262626;font-size: 15px;text-transform: capitalize;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #262626;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color: #00923f;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;  }
.width80{width: 80%;margin:0 auto; }
.header ,.footer { width:100%; margin:0 auto;  }
.auto{margin: 0 auto}

/*header*/
header{text-align: center;padding: 0 0}
header img{display: block;margin: 20px auto}

/*article*/
article{background: #59b5de;padding: 40px 0;}
article .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.search{background: #fff;padding: 40px;box-sizing: border-box;;width: 48%}
.search .tit{font-size: 24px;color: #333;padding-left: 40px;position: relative;}
.search .tit:after{content: '';position: absolute;left: 0;width: 20px;height: 4px;background: #e0c381;left: 0;top: 50%;transform: translateY(-50%);}
.search form{padding: 20px 0}
.search form input{width: 100%;padding:0 20px ;border: 1px solid #ebebeb;line-height: 3;box-sizing: border-box;margin: 10px 0}
.search form .searchbtn{text-align: center;margin-top: 20px}
.search form [type="submit"]{background:#e0c381;padding: 0 50px;border-radius: 30px;border:none; color: #fff;line-height: 2.5;font-size: 18px;margin: 0 auto;display: inline-block;}

/*footer*/
footer{line-height: 3;color: #999;padding: 30px 0}


/*result*/
.result{background: #fff;box-sizing: border-box;padding: 20px;position: relative;}
/* .result table{border-collapse:collapse;width: 100% ;margin-top: 30px}
.result  table td{border: 1px solid #ebebeb;padding-left: 20px;line-height: 3;height: 80px}
.result  table .hui{color: #999;width: 10%;text-align: right;}
.result  table .pic{padding-left: 0;padding: 20px;box-sizing: border-box;} */
.result .return{padding: 0 30px;line-height: 2;position: absolute;right: 90px;background: #59b5de;color: #fff;top: 50px;}
.result .return01{padding: 0 30px;line-height: 2;position: absolute;right: 190px;background: #59b5de;color: #fff;top: 50px;}

/* hcho */
.hcho{background: url(../images/bg.jpg) no-repeat top;width: 1024px;height: 1380px;margin: 80px auto 0;box-sizing: border-box;padding: 60px;position: relative;}
.hcho h1{font-size: 30px;line-height: 2;text-align: center;margin-top: 50px;}
.hcho .d1{margin-left: 40px;font-size: 14px;line-height: 1.8;padding-top: 30px;}
.des{margin-top: 50px;margin-left: 40px;}
.des .left{float: left;width: 550px;}
.des .left img{max-width: 550px;}
.des .right{float: right;width: 280px;margin-right: 20px;}
.des .right h2{text-align: left;border-bottom: 2px solid #000;line-height: 2;}
.des table{border-collapse:collapse;width: 100% ;text-align: left;}
.des  table td{line-height: 1.5;width: 33.3333%;padding-left: 10px}
.des02 {margin-top: 50px;margin-left: 40px;border-top: 2px double #000;border-bottom: 2px double #000;width: 90%;padding-bottom: 20px;}
.des02 table{border-collapse:collapse;width: 60% ;text-align: left;}
.des02 table td{line-height: 1.5;width: 10%;padding-left: 30px}
.des02 table tr:first-child td{line-height: 2;}
.bottom{position: absolute;bottom: 60px;right: 70px;}
.bottom h4{font-size: 30px;color: blue;font-weight: normal;text-align: right;}
.bottom h5{font-size: 30px;color: blue;font-weight: normal;text-align: right;}


.hcho01{width: 1024px;height: 1380px;margin: 80px auto 0;box-sizing: border-box;position: relative;}
.hcho01 img{max-width: 100%;}