@charset "utf-8";
/* index */
/* CSS Document */
html{background: #eaeaea;}
body{font-family: "微软雅黑";font-size: 14px;max-width: 900px;margin: 0 auto;background: #fff;}
a{color: #2F08F4;}
.banner{width: 900px;margin:10px auto;}
.center{width: 660px;margin:0 auto;padding: 20px 120px;}
.center h2{font-size: 22px;line-height: 80px;color: #000;border-bottom: 1px solid #ff99b3;margin-bottom: 20px;}
.center h3{font-size: 16px;line-height: 60px;color: #333;font-weight: bold;text-indent: 2em;}
.center h4{font-size: 14px;line-height: 26px;color: #666;font-weight: bold;margin-top: 20px;}
.center p{font-size: 14px;text-indent: 2em;line-height: 26px;color: #666;margin: 10px 0;}
.center p span{color: #000;font-size:16px ;}
.center p strong{font-size: 16px;font-weight: bold;color: #000;}
.center p b{font-size: 16px;font-weight: bold;color: #000;}
.center ul li{font-size: 14px;text-indent: 2em;line-height: 26px;color: #666;margin: 10px 0;}
.center p button{color: #f00;}
.center h4 b{font-size: 16px;font-weight: bold;color: #ff99b3;}

.footer{margin: 10px auto;text-align: center;background: #eaeaea;}


/* blank */
.content{width: 660px;margin:0 auto;padding-bottom:20px;}
.content .line01 p{text-align:center;line-height: 40px;}
.content .line01 b{text-align:center;line-height: 40px;}
.content .line01 p i{text-align:center;text-indent: 2em;line-height: 30px;font-size: 18px;}
.content .line01 h1{font-size: 24px;line-height: 40px;color: #000;font-weight: bold;text-align: center;padding: 10px 0;}
.content .line02{width: 660px;overflow: hidden;}
.content h4{font-size:16px;line-height: 30px;color: #000;padding: 10px 0;}
.content .line02 textarea{width: 640px;height:216px;resize:none;}


.content .sp{margin-right: 18px;}
.content .txt{border: 0;border-bottom: 1px solid #000;outline: none;}

.content .line05 div{width:100%;height: 40px;line-height: 40px;}
.content .line05 .p_l{float: left;width: 50%;}
.content .line05 .p_r{float: right;width: 50%;}
.content .line05 button{float: right;width: 50px;height: 30px;border-radius:5px;background: #FBD894;outline: none;}



/* 模态框 */

.modal{width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;display: none;}
.modal .container{width: 40%;padding:2%;background: #fff;position: absolute;left: 50%;top: 200px;margin-left: -22%;border-radius:10px;}

.modal .container h4{font-size: 16px;}
.modal .container p{font-size: 16px;margin-top: 20px;}




