@charset "utf-8";
/* CSS Document */
.index_title{margin:auto; margin-top:50px;width:95%; height:auto; overflow:hidden;}
.tt{padding:10px;font-size:28px;position: relative;text-align: center; font-weight: bold;}
.tt span{color:#000;}
.tl{ margin:auto; width:100px;height:1px;background: #ededed;}
.tc{ margin-top: 15px; text-align: center; color: #666;}

.main_bg{background:url(../images/index_about_bg.png) no-repeat; background-size: cover; height:auto; overflow:hidden;}

.center_title{margin:auto; margin-top:30px;width:95%; height:auto; overflow:hidden;}
.center_content{margin:auto; margin-top:30px;width:90%; height:auto; overflow:hidden;}
.center_content h1{ font-size:13px;}
.center_content p{ line-height: 2rem;}
.center_content li{padding:10px 0px 10px 0px;}
.center_content li i{ margin-right:10px;}
.center_map{margin:auto;margin-top:50px; margin-bottom:50px;width:95%; height:auto; overflow:hidden;}

.index_about{ display: flex; justify-content: center; align-items: center;}
.aleft{flex:1; text-align: center;}
.aleft img{max-width:80%; border-radius: 10px;}
.aright{flex:1;}

.center_feedback{margin:auto;padding:0; margin-top:50px; margin-bottom:50px;width:95%;}
.center_feedback .fe_list{clear:both;margin-top:20px;display: flex; justify-content: center;align-items: center;}
.center_feedback .fe_list ul{height:auto;overflow:hidden; flex:1;}
.center_feedback .fe_list #ft{font-weight:bolder;}
.center_feedback .fe_list #ft span{ color:#fa0000;}
.center_feedback .fe_list #fi{ margin-top:10px;width:100%;}
.center_feedback .fe_list #fi .i{ width:calc(100% - 10px); height:30px;border:#ccc 1px solid;border-radius: 5px;}
.center_feedback .fe_list #fi .s{ width:calc(100% - 10px); height:33px;border:#ccc 1px solid;border-radius: 5px;}
.center_feedback .fe_list #fe_line{display:block;float:left;width:20px; height:25px;}

.center_feedback .fe_content{ clear:both;margin-top:20px;height:auto; overflow:hidden;}
.center_feedback .fe_content #ft{font-weight:bolder;}
.center_feedback .fe_content #ft span{ color:#fa0000;}
.center_feedback .fe_content #fi{margin-top:10px;}
.center_feedback .fe_content #fi .t{width:calc(100% - 10px); height:80px;border:#ccc 1px solid;border-radius: 5px;}

.center_feedback .fe_button{ margin-top:30px;text-align:center;}
.center_feedback .fe_button .b{padding:5px 15px 5px 15px;border:none; width:150px;height:45px;text-align:center; background:#007cc3;color:#fff;cursor:pointer;border-radius:5px;}
/* .center_feedback .fe_button .b:hover{ background:#2b3b93;} */

@media screen and (max-width: 750px) {
.tt{ font-size: 16px;}

.index_about{ flex-flow: column;}
.aleft{width: 100%; margin-top: 20px;}
.aleft img{max-width:100%; border-radius: 10px;}
.aright{width: 100%;}

.center_content{ width:95%;}
.center_feedback{width:95%;}
}
