@charset "utf-8";
.cnavwrap{}
.cnav{width: 100%;list-style: none;box-sizing:border-box;margin-left: -5px;margin-right: -5px;overflow: hidden;margin-bottom: 35px;}
.cnav > li{width: 25%;float: left;list-style: none;padding: 5px;box-sizing:border-box;}
.cnav > li:nth-child(1),.cnav > li:nth-child(2),.cnav > li:nth-child(3),.cnav > li:nth-child(4){margin-top: -5px;}
.cnav > li > a{padding: 10px 0;display: block;box-sizing:border-box;border:1px solid #ccc;color:#333;background: #fff;}
.cnav > li.current > a,.cnav > li > a:hover,.cnav > li > a:active,.cnav > li > a:focus{background: #F08200;border:1px solid #F08200;text-decoration: none;color:#fff;}
.cnav > li:nth-child(5),.cnav > li:nth-child(9),.cnav > li:nth-child(13),.cnav > li:nth-child(17){clear: both;}
.faq-tit{position: relative;font-size: 16px;line-height: 1;padding: 15px;background: #FEF2F1;text-align: left;border-top: 3px solid #F49B95;color: #D1584F;border-bottom: 1px solid #F49B95;margin-bottom: 20px;}
.faq-box-q{display: table;width: 100%;}
.faq-box-q:before{display: table-cell;width: 50px;content:"Q";background: #EABA4C;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;color: #fff;font-size: 20px;text-align: center;vertical-align: middle;font-weight: bold;}
.faq-box-q > div{text-align: left;display: table-cell;background: #F9F2E0;padding: 10px;border-bottom: 1px solid #ccc;border-left: 1px solid #fff;}
.faq-box-a{display: table;width: 100%;margin-bottom: 20px;}
.faq-box-a:before{border-top: 1px solid #fff;display: table-cell;width: 50px;content:"A";background: #F49B95;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;color: #fff;font-size: 20px;text-align: center;vertical-align: middle;font-weight: bold;}
.faq-box-a > div{border-top: 1px solid #fff;text-align: left;display: table-cell;background: #FEF2F1;padding: 10px;border-bottom: 1px solid #ccc;border-left: 1px solid #fff;}
.faqbtn{display: block;width: 150px;font-size: 14px;line-height: 14px;padding: 10px;position: absolute;top: 50%;margin-top: -17px;background: #F49B95;right: 15px;text-align: center;color: #fff !important;}
.faqbtn:hover,.btn:active{text-decoration: none !important;background: #D1584F;}