@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-05-19 13:55:44
 * @version $Id$
 */
.backgroundfff{background:#fff !important;padding-bottom:40px !important;}
.fontBold{font-weight: bold;}
.productServiceBox{margin:0 auto;width:1200px;padding:65px 0 0;}
.productServiceBox .psLeftImg{width:50%;}
.productServiceBox .psLeftImg img{width:100%;margin-bottom: 35px;}
.productServiceBox .psRightContent{width:50%;padding: 0px 30px 0px 40px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.psRightContent .titleBox{font-size:30px;}
.psRightContent .subTitle{font-size:14px;font-weight: bold;line-height: 30px;}
.psRightContent .cutLine{width:45px;height:5px;background: #fe921f;margin: 35px 0 10px 0;}
.psRightContent .content{line-height: 26px;font-size:14px;margin-bottom: 20px;}
.submitInforForm{padding-top: 10px;}
.submitInforForm .tips{font-size:14px;color:#fe921f;font-weight: bold;line-height: 30px;}
.submitInforForm .formInput{height:48px;line-height: 48px;background: #f3f3f3;padding: 0 20px;color:#626262;font-size: 14px;margin-top: 12px;}
.submitInforForm .lableTxt{width:15%;display: inline-block;}
.submitInforForm .formInput .inputInfor{line-height: 48px;background: #f3f3f3;color:#626262;font-size: 14px;border:0 none;width: 75%;margin-left: 15px;}
.submitInforForm .submitBtn{height:43px;line-height: 43px;text-align: center;color:#fe921f;font-weight:bold;font-size:14px;border:2px solid #ffb630;margin-top: 20px;cursor: pointer;} 

/*新增产品&服务*/
.topNav  .productService{position: relative;}
.topNav  .productService .productServiceMenu{position: absolute;top:100px;z-index:99;width:100%;height: 0;overflow:hidden;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.productService .productServiceMenu a{width:100%;height:40px;line-height: 40px;color:#fff;text-align: center;border-top:1px solid #fff;background: #434bef;display: block;font-size:14px;}
.productService .productServiceMenu a:first-child{border-top: 0 none;}
.productService .productServiceMenu a:hover{background:#2197c5;}
.headerBoxSmall .topNav .productService .productServiceMenu{position: absolute;top:69px;}