/* CSS Document */
.help-wrap{background:url("../images/help/mainbg.png")no-repeat;background-position: center center;background-size:cover; background-attachment:fixed;}
.help-wrap .menu-sub ul{border-bottom: 2px solid #DDD;}
.help-wrap .menu-sub ul li{height:42px; line-height:42px;float:left; display:inline;width:20%;}
.help-wrap .menu-sub ul li a,.contact-wrap ul .online-chat a{background: #d6d6d6;color: #999999;border:0;}
.help-wrap .menu-sub ul li a{height:42px; color: #999999;display:block; font-size:16px; text-align:center;font-weight:bold;}
.help-wrap .menu-sub ul li a:hover{background:#eeeeee;}
.help-wrap .menu-sub ul .current a,.help-wrap .menu-sub ul .current a:hover{
  background: rgb(255,200,104); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,200,104,1) 1%, rgba(255,174,90,1) 50%, rgba(255,158,81,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,200,104,1) 1%,rgba(255,174,90,1) 50%,rgba(255,158,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,200,104,1) 1%,rgba(255,174,90,1) 50%,rgba(255,158,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc868', endColorstr='#ff9e51',GradientType=0 ); /* IE6-9 */
  border-width: 0;font-weight: bold;color: #fff;border-bottom:2px solid #ffbb61;}
.help-wrap .menu-sub ul li a:after {display:block;content: '';border-bottom: solid 2px #ffbb61; transform: scaleX(0); transition: all 250ms ease 0s;}
.help-wrap .menu-sub ul li a:hover:after{transform: scaleX(1); }

.help-wrap .area-main{padding:15px 0; font-size:13px; color:#000;background:url("../d11_images/help/bg.png")no-repeat, url("../images/help/bg.png")no-repeat;background-position: center center;min-height: 723px;background-attachment: fixed;}
.help-wrap .area-main ol li{list-style-type:decimal; line-height:24px; margin-left:20px; *margin-left:25px; padding:15px 10px;}
.help-wrap .area-main .title{background: -moz-linear-gradient(left, rgba(255,152,78,1) 0%, rgba(255,195,116,0.62) 56%, rgba(255,255,255,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,152,78,1) 0%,rgba(255,195,116,0.62) 56%,rgba(255,255,255,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,152,78,1) 0%,rgba(255,195,116,0.62) 56%,rgba(255,255,255,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff984e', endColorstr='#54ffffff',GradientType=1 ); /* IE6-9 */color: #fff;padding: 10px 0px 10px 20px;max-width: 170px;font-weight: bold;font-size: 20px;}
/*.help-wrap .area-main h2{font:24px/1.5 "Microsoft YaHei"; color:#c1392b;}
.help-wrap .area-main p{padding:12px 0; line-height:24px;}
.help-wrap .area-main h3{margin-top:30px; cursor:pointer; font-size:14px; color:#c1392b;}
.help-wrap .area-main .child,#faqs p{font-size:12px;}
.help-wrap .area-main ul.child li{line-height:24px; background:url(../images/arrow_r.png) no-repeat 0 -76px; padding:10px 0 10px 15px; list-style-type:none; margin:0;}
.help-wrap .area-main ol.child li{padding:10px 0 10px 10px;}
.help-wrap .area-main h4{padding:40px 0 10px}
.help-wrap .area-main .answer{display:none; padding:0 30px; background:#f8f8f8;}
.help-wrap .area-main .answer a{text-decoration:underline;}*/
#faqs h3{background:#f8f8f8 url(../images/icons.png) no-repeat right -178px; height:42px; line-height:42px; margin-top:6px; padding-left:30px; color:#686868;}
#faqs h3:hover{background-position:right -223px; color:#000;}
#faqs h3.current,#faqs h3.current:hover{background-position:right -268px; color:#000;}

.help-wrap .help-content{padding:20px 40px;}
.help-wrap .help-content .help-item{position: relative;width: 100%;height: auto;}
.help-wrap .help-content .help-item > a{display: block;padding: 9px 15px;text-decoration: none; color: #555;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;font-size:16px;}
.help-wrap .help-content .help-item > a i{float: left;margin-top:2px;}
.help-wrap .help-content .help-item > a.active{color: #ff8b47;}
.help-wrap .help-content .help-item .content{font-size: 14px;color: #666666;display:none;padding:0 0 0 40px;}
.help-wrap .help-content .help-item .content p{color: #333;margin:0 0 10px 17px;}
.help-wrap .help-content .help-item .content h5{margin:10px 0;font-weight: bold;color: #333333;font-size: 16px;}
.help-wrap .help-content .help-item li{list-style:none; padding:0 0 5px 20px; color:#333;}

.help-wrap .ico-arrowup,.help-wrap .ico-arrowdown{background:url("../images/help/ico_arrow.png")no-repeat;width:16px;height:16px;display:block;margin-right:10px;}
.help-wrap .ico-arrowdown{background-position:0 3px;}
.help-wrap .ico-arrowup{background-position:0 -12px;}
.help-wrap .privacy-content{margin:40px 60px;}
.help-wrap .privacy-content p{margin:0 0 10px 0;font-size:14px;}

/* 联系我们 */
.contact-wrap ul li{margin:45px 0;}
.contact-wrap ul li i{background:url(../images/contact.png) no-repeat; width:60px; height:60px; float:left;}
.contact-wrap ul .tel i{background-position:0 -100px;}
.contact-wrap ul .email i{background-position:0 -207px;}
.contact-wrap ul li div{margin-left:74px; *margin-top:-20px;}
.help-wrap .contact-wrap ul li div h4{font:20px/1 "Microsoft YaHei"; padding:0;}
.contact-wrap ul li p{text-indent:0;}
.contact-wrap ul .online-chat a{background-position:0 -389px; height:30px; text-align:center; display:block; width:150px; color:#fff; font:16px/30px "Microsoft YaHei"; cursor:pointer;}
.contact-wrap ul .online-chat a:hover{background-position:0 -424px;}
.contact-wrap ul .email a{text-decoration:underline; font-size:16px;}

/* page宽为1200px 样式 */
@media screen and (min-width:1200px){
    .help-wrap .layout{width:1200px;background: #FFF none repeat scroll 0% 0%;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);min-width: 320px;}
    .help-wrap .menu-sub ul li a{width:240px;}
}

/* fc 风采 */
.mod-fc{background:#eee; }
.mod-fc .content{color:#555;}
.mod-fc .menu-sub, .mod-fc .submenu{display: none;}
.mod-fc .content .layout{width:1042px;}
.mod-fc .main-con{width:785px;}
@media screen and (min-width:1440px) {
.mod-fc .content .layout{width:1258px;}
.mod-fc .main-con{width:1000px;}
}
@media (min-width:1320px) {
.mod-fc .content .layout{width:1190px;}
.mod-fc .main-con{width:935px;}
}

.mod-fc .slide-menue-box{float:left; bottom:0; position:fixed; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; top:79px; width:242px;}
.mod-fc .main-con{float:right; background-color:#fff; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; overflow:hidden;}
.mod-fc .main-con .main{height:100%; margin-bottom:100px;}

.mod-fc .slide-menue{overflow-y:scroll; overflow-x:hidden; height:100%; -ms-overflow-style:none; overflow:-moz-scrollbars-none;}
.mod-fc .slide-menue::-webkit-scrollbar {display:none;width:0 !important;}
.mod-fc .slide-menue .slide-sub-menue span{display:block; position:absolute; padding-left:24px; line-height:78px; font-size:13px; height:50px;}
.mod-fc .slide-sub-menue a{height:50px;border-left:3px solid #f6f6f6;padding-right:20px;padding-left:36px; display:inline-block; width:206px; position:absolute; text-indent:-17px; color:#b9b9b9;}
.mod-fc .slide-sub-menue a:hover{background-color:#FFF3EC; color:#FF8B47 !important; display:inline-block; width:250px; position:absolute;}
.mod-fc .slide-menue .slide-menue-item{position:relative; background:#ffffff;}
.mod-fc .slide-menue a.cur{border-left-color:#FF8B47 !important; background-color:#FFF3EC; color:#FF8B47; display:inline-block; width:250px; position:absolute;}
.mod-fc .subA{height:20px !important;}
.mod-fc .sub{height:30px !important; font-size:12px; line-height:18px !important; margin-top:-30px; width:240px; margin-left:10px;}
.mod-fc .sub a{text-indent:-26px !important; height:20px;}
.mod-fc .sub a.cur{border-left-color:#f6f6f6 !important;}
.mod-fc .parLi{height:70px !important;}
.mod-fc .parLi a{height:70px !important;}
.mod-fc .slide-menue .slide-sub-menue li img{position:absolute; margin-left:195px; margin-top:19px; width:16px; height:10px; -webkit-transition:-webkit-transform 0.3s ease-out; -moz-transition:-moz-transform 0.3s ease-out; transition:transform 0.3s ease-out;}
.mod-fc .imgSub {opacity:1; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}
.mod-fc .slide-menue .slide-main-logo img{width:100%; height:auto;}
.mod-fc .slide-menue .slide-main-menue .slide-menue-icon{display:block; float:left; position:absolute; margin-left:220px; margin-top:16px; width:16px; margin-right:10px;}
.mod-fc .slide-menue .slide-sub-menue li{height:50px; line-height:50px;}
.mod-fc .rocket{width:50px; height:50px; cursor:pointer; position:fixed; bottom:5%; z-index:100; right:10%; display:none;}
.mod-fc .main span{display:block; width:90%; margin:30px auto; text-indent:36px; line-height:30px; font-size:18px; font-family:黑体; margin-bottom:80px; color:#494949;}
.mod-fc .main .top{width:100%;}
.mod-fc .main img{width:90%; margin:0 auto; height:auto; display:block; vertical-align:middle;}
.mod-fc .main p{font-size:30px; text-align:center; font-family:黑体; font-weight:700; margin-top:120px; margin-bottom:50px;}
.mod-fc .content hr{height:0;}
.mod-fc .content .linkShow + span{clear:both;}