@font-face{
    font-family:Source Han Serif SC;
    src:url("../font/SourceHanSerifCN-Regular-1.otf")
}/*思源宋体*/
.mt50 {margin-top: 50px;}
.fl {float: left;}
.fr {float: right;}
.clr {clear: both;}
.main_com {width: 100%;margin: 0 auto;position: relative;min-width:1170px;}
.main_comc {width: 1170px;margin: 0 auto;font-family: "Source Han Serif SC";}
.main_comc div, .main_comc li, .main_comc p{
    outline: none;
    box-sizing: border-box;
}

.indent{
    text-indent:2em
}
.sencondtitle{
    color: #c30d23;
    font-weight: 700;
}
.classify_bg{
    width: 100%;
    height: auto;
    background: url(/index/img/classify.png) center no-repeat;
    min-width:1170px;background-size: 100% auto;
}
.classify_bg::after {
    padding-bottom:18%;
    content: "";
    display: block;
}
/*标题*/
.indextitle {text-align: center;margin-bottom: 10px;}
.indextitle .indext {font-size: 36px;color: #c30d23;}
.indextitle .indexb {font-size: 18px;color: #848484;margin: 12px 0 40px;text-transform: uppercase;font-family: Calibri;}
.indextitle .indexline {width: 100%;height: 1px;background: #c0c0c0;position: relative;}
.indextitle .indexline::after {width: 11.66%;height: 2px;position: absolute;left: 44.17%;bottom: -1px;background: #b69b64;content: " ";}
.bg-box_article p {font-size: 16px;color: #333333;line-height: 2;text-indent: 2em;margin-bottom: 20px;}

/*案例*/
.demo{margin-top: 20px}
.demo li{ border-bottom:2px solid #b69b64;width:23%; float:left; display:inline-block; margin-right:2.66%; margin-bottom:5%;}
.demo li:nth-child(4n){ margin-right:0;}
.demo li .imgs img{ width:100%; display:block;height: 180px}
.demo li .txts{ transition:all .3s; padding:10px; text-align:center;}
.demo li .txts b{ font-size:18px; color:#333; font-weight:normal; display:block;white-space:nowrap; text-overflow:ellipsis;overflow:hidden;}
.demo li .txts span{ font-size:14px; color:#bbbaba; margin-top:8px; display:block;}
.demo li:hover .txts{ background:#b69b64}
.demo li:hover .txts b,.demo li:hover .txts span{ color:#fff}

/*分类*/
.kexingxingfenlei{ max-width:950px; margin:0 auto;}
.purpose_tit h2{color:#fff; font-size:18px; line-height:32px;}
.kexingxingfenlei p{ font-size:16px; color:#595957; line-height:32px; position:relative; padding-left:50px;}
.kexingxingfenlei p span{ display:inline-block;padding-right:20px;}
.kexingxingfenlei p strong{ font-weight:bold; position:absolute; left:0;}
.kexingxingfenlei td{ border-bottom:1px dashed #a0a0a0;border-left:1px dashed #a0a0a0; padding:5px 15px 5px 30px; background:#eeeeee;}
.kexingxingfenlei td.purpose_tit{ text-align:center; width:320px; background:#b69b64;  border-bottom:2px solid #fff; padding:10px;}


/*框架*/
.accordion .link {cursor: pointer;display: block;padding:11px 10px; color: #595957;font-size: 18px;position: relative;
    -webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;background:#e6e6e6;margin-top:10px;}
.accordion li{cursor: pointer;}
.accordion li.open .link,.accordion li:hover .link {color: #fff;background:#b69b64;}
.con_box {display: none;margin-bottom:20px;}
.con_box h2 { margin:10px 0; padding:0 15px;font-weight:bold;font-size:14px; color:#000}
.con_box .con-wrap p {padding:0 15px;text-indent:2em;font-size:14px;line-height:30px;}
.con_box table tr th{border: 1px solid #cdcdcd;padding: 10px 30px;text-align: center;background: #e6e6e6;}
.con_box table tr td {border: 1px solid #cdcdcd;padding: 10px 30px;text-align: center;}
.con_box table {width:100% !important;border-collapse: collapse;font-size: 16px;color: #616161;margin-bottom: 40px;}


.key_content{width:1000px;margin:0px auto 0;}
.key_content ul{margin-top:24px;}
.key_content ul li{width:250px;height:50px;border:1px solid #ef0000;text-align:center;line-height:50px;font-size:16px;color:#ef0000;margin-bottom:39px;position:relative;}
.key_content ul:nth-of-type(1){float:left;}
.key_content ul:nth-of-type(2){float:right;}
.key_content ul:nth-of-type(1) li:nth-of-type(1):before,.key_content ul:nth-of-type(1) li:nth-of-type(4):before{
    content:"";width:122px;height:1px;background:#c1bcb9;position:absolute;right:-123px;top:26px;}
.key_content ul:nth-of-type(1) li:nth-of-type(2):before,.key_content ul:nth-of-type(1) li:nth-of-type(3):before{
    content:"";width:66px;height:1px;background:#c1bcb9;position:absolute;right:-67px;top:26px;}
.key_content ul:nth-of-type(1) li:nth-of-type(1):after,.key_content ul:nth-of-type(1) li:nth-of-type(4):after{
    content:"";width:10px;height:10px;border-radius:50%;background:#f95401;position:absolute;right:-126px;top:21px;}
.key_content ul:nth-of-type(1) li:nth-of-type(2):after,.key_content ul:nth-of-type(1) li:nth-of-type(3):after{
    content:"";width:10px;height:10px;border-radius:50%;background:#f95401;position:absolute;right:-74px;top:21px;}
.key_content ul:nth-of-type(2) li:nth-of-type(1):before,.key_content ul:nth-of-type(2) li:nth-of-type(4):before{
    content:"";width:122px;height:1px;background:#c1bcb9;position:absolute;left:-123px;top:26px;}
.key_content ul:nth-of-type(2) li:nth-of-type(2):before,.key_content ul:nth-of-type(2) li:nth-of-type(3):before{
    content:"";width:66px;height:1px;background:#c1bcb9;position:absolute;left:-67px;top:26px;}
.key_content ul:nth-of-type(2) li:nth-of-type(1):after,.key_content ul:nth-of-type(2) li:nth-of-type(4):after{
    content:"";width:10px;height:10px;border-radius:50%;background:#f95401;position:absolute;left:-126px;top:21px;}
.key_content ul:nth-of-type(2) li:nth-of-type(2):after,.key_content ul:nth-of-type(2) li:nth-of-type(3):after{
    content:"";width:10px;height:10px;border-radius:50%;background:#f95401;position:absolute;left:-74px;top:21px;}
.key_content .inner_circle{width:368px;height:368px;border-radius:50%;border:1px solid #ddd;margin:0 auto;}
.key_content .inner_circle div{width:340px;height:340px;background:url(/index/img/keyan.png);margin:14px;
    color:#fff;font-size:26px;font-weight:bold;box-sizing:border-box;padding-top:140px;line-height:1.5;text-align:center;}

.problems ul:nth-of-type(1){float:left;text-align:right;}
.problems ul:nth-of-type(2){float:right;text-align:left;}
.problems ul:nth-of-type(1) li{padding-right:60px;}
.problems ul:nth-of-type(2) li{padding-left:60px;}
.problems ul:nth-of-type(1) li span{position:absolute;left:44px;top:20px;}
.problems ul:nth-of-type(2) li span{position:absolute;right:44px;top:20px;}
.problems ul:nth-of-type(1) li:nth-of-type(1):before,.problems ul:nth-of-type(1) li:nth-of-type(3):before{
    content:"";width:70px;height:1px;background:#ddd;position:absolute;right:-70px;top:55px;}
.problems ul:nth-of-type(1) li:nth-of-type(2):before{
    content:"";width:16px;height:1px;background:#ddd;position:absolute;right:-16px;top:55px;}
.problems ul:nth-of-type(1) li:nth-of-type(1):before,.problems ul:nth-of-type(1) li:nth-of-type(3):before{
    content:"";width:70px;height:1px;background:#ddd;position:absolute;right:-70px;top:55px;}
.problems ul:nth-of-type(1) li:nth-of-type(2):before{
    content:"";width:16px;height:1px;background:#ddd;position:absolute;right:-16px;top:55px;}
.problems ul:nth-of-type(1) li:nth-of-type(1):after,.problems ul:nth-of-type(1) li:nth-of-type(3):after{
    content:"";width:24px;height:24px;background:#ddd;border-radius:50%;position:absolute;right:-94px;top:43px;}
.problems ul:nth-of-type(1) li:nth-of-type(2):after{
    content:"";width:24px;height:24px;background:#ddd;border-radius:50%;position:absolute;right:-38px;top:43px;}
.problems ul:nth-of-type(2) li:nth-of-type(1):before,.problems ul:nth-of-type(2) li:nth-of-type(3):before{
    content:"";width:70px;height:1px;background:#ddd;position:absolute;left:-70px;top:55px;}
.problems ul:nth-of-type(2) li:nth-of-type(2):before{
    content:"";width:16px;height:1px;background:#ddd;position:absolute;left:-16px;top:55px;}
.problems ul:nth-of-type(2) li:nth-of-type(1):after,.problems ul:nth-of-type(2) li:nth-of-type(3):after{
    content:"";width:24px;height:24px;background:#ddd;border-radius:50%;position:absolute;left:-94px;top:43px;}
.problems ul:nth-of-type(2) li:nth-of-type(2):after{
    content:"";width:24px;height:24px;background:#ddd;border-radius:50%;position:absolute;left:-38px;top:43px;}
.problems ul:nth-of-type(1) li:nth-of-type(1):before,.problems ul:nth-of-type(2) li:nth-of-type(1):before{background:#efc59b;}
.problems ul:nth-of-type(1) li:nth-of-type(2):before,.problems ul:nth-of-type(2) li:nth-of-type(2):before{background:#ece3d7;}
.problems ul:nth-of-type(1) li:nth-of-type(3):before,.problems ul:nth-of-type(2) li:nth-of-type(3):before{background:#d5aa7f;}
.problems ul:nth-of-type(1) li:nth-of-type(1):after,.problems ul:nth-of-type(2) li:nth-of-type(1):after{background:#e08b38;}
.problems ul:nth-of-type(1) li:nth-of-type(2):after,.problems ul:nth-of-type(2) li:nth-of-type(2):after{background:#a07436;}
.problems ul:nth-of-type(1) li:nth-of-type(3):after,.problems ul:nth-of-type(2) li:nth-of-type(3):after{background:#ac5500;}
.problems ul li{width:372px;height:110px;margin-top:48px;box-sizing:border-box;position:relative;}
.problems ul li h4{font-size:22px;padding-top:22px;}
.problems ul li p{font-size:16px;padding-top:8px;}
.problems .center_img{text-align:center;}
.problems .center_img img{margin-top:118px}

/*公司优势*/
.youshiimg { position:relative;}
.youshiimg img{ max-width:100%; margin:0 auto; display:block; width:29%;}
.youshiimg p{ display:block; position:absolute; font-size:16px; color:#050501;font-weight: lighter;line-height:22px;}
.youshiimg p:nth-child(1){ width:40%; left:0; text-align:right; top:10px;}
.youshiimg p:nth-child(2){ width:36%; left:0; text-align:right; top:28%;}
.youshiimg p:nth-child(3){ width:36%; left:0; text-align:right; top:59%;}
.youshiimg p:nth-child(4){ width:40%; left:0; text-align:right; top:83%;}
.youshiimg p:nth-child(5){ width:40%; right:0; text-align:left; top:13px;}
.youshiimg p:nth-child(6){ width:36%; right:0; text-align:left; top:35%;}
.youshiimg p:nth-child(7){ width:38%; right:0; text-align:left; top:65%;}
.youshiimg p:nth-child(8){ width:44%; right:0; text-align:left; top:88%;}


/*稳评流程*/
.wweipingimg { position:relative;}
.wweipingimg img{ max-width:100%; margin:0 auto; display:block; width:20%;}
.wweipingimg p{ display:block; position:absolute; font-size:16px; color:#050501;font-weight: lighter;line-height:22px;}
.wweipingimg p:nth-child(1){ width:36%; left:0; text-align:right; top:30px;}
.wweipingimg p:nth-child(2){ width:36%; right:0; text-align:left; top:95px;}
.wweipingimg p:nth-child(3){ width:36%; left:0; text-align:right; top:190px;}
.wweipingimg p:nth-child(4){ width:36%; right:0; text-align:left; top:265px;}
.wweipingimg p:nth-child(5){ width:36%; left:0; text-align:right; top:370px;}


.hezuo2{ position:relative; max-width:1150px; margin:0 auto;}
.hezuo2 img{ max-width:100%;}
.hezuo2 .hezuo2span{ position:absolute; width:100%; left:0; top:0;}
.hezuo2 .hezuo3span{ position:absolute; width:100%; left:0; top:0;}
.hezuo2span span{ display:inline-block; width:16.66%; float:left; font-size:22px; color:#fff; text-align:center; line-height:104px;}
.hezuo3span span{ display:inline-block; width:20%; float:left; font-size:22px; color:#fff; text-align:center; line-height:104px;}

.hezuoliuchengbox{ padding:0 25px;}
.hezuoliuchengtop{ position:relative;}

.hezuoliuchengtop img{ width:100%;}
.hezuoliuchengtop .spanli{ display:block; position:absolute; top:0; width:100%;}
.hezuoliuchengtop .spanli span{ font-size:22px; color:#fff; line-height:50px; width:25%; float:left; display:inline-block; text-align:center;}
.hezuoliuchengbot li{ width:25%; float:left; display:inline-block; padding:0 10px;}
.hezuoliuchengbot{ padding:10px 0;}
.hezuoliuchengbot li p{ font-size:16px; line-height:28px; padding-left:15px; background:url(/index/img/dianxin.png) no-repeat left 10px; margin:2px 0;}
.hezuoliuchengbot li span{ display:none;}
.hezuoliuchengbot2 li{ width:16.66%;}
.hezuoliuchengbot3 li{ width:20%;}

.chengnuotit{ padding:20px 0; position:relative;}
.chengnuotit img{ position:absolute; left:135px; top:0; height:100%;}
.chengnuotxt{ background:#e4e4e4; padding-left:300px; padding-right:20px; padding-top:15px; padding-bottom:15px;}
.chengnuotxt p{ font-size:18px; color:#a2120f; line-height:30px;}

.touzijiazhifyzq{ padding:50px 0; position:relative;}
.touzijiazhifyzq img{ position:absolute; right:40px; top:0;}
.feiyongzhouqi{ padding:30px; background:#e6e6e6; padding-right:365px; padding-left:60px;}
.feiyongzhouqi p{ font-size:18px; color:#595957; line-height:30px;}


.jienengyiju{ max-width:980px; margin:20px auto;}
.jienengyiju li{ padding-top:5px; height:90px; position:relative;font-size:16px; color:#050501;background:#eaeaea;border-radius:100px; line-height:26px; padding-left:100px; margin-bottom:23px; padding-right:70px;}
.jienengyiju li i{ position:absolute; left:0; top:0; height:100%; width:90px; background:#b69b64; line-height:90px; display:block; text-align:center; color:#fff; font-size:56px; font-style:normal; border-radius:100px; }
.pgflb img,.jnbgsclc img{ display:block; max-width:100%; margin:0 auto;}
.gzjdtit{ font-size:30px; color:#c30d23; margin:30px auto; text-align:center;}
.ziliaoqingdan{ padding:25px 10px; background:#e7e7e7; margin-top:30px;}
.ziliaoqingdan span{ color:#bc1b17; font-size:16px; display:block; margin-bottom:10px;}
.ziliaoqingdan p{ display:inline-block; min-width:370px; float:left; font-size:16px; line-height:2; color:#595957; padding-left:20px;}


.pinggu_table{ padding:30px;}
.fxpgbox table{ text-align:center !important; width:100%;}
.fxpgbox th{ background:#b69b64; font-size:20px; color:#fff;text-align:center; height:50px; font-weight:normal;border-left:5px solid #fff;}
.fxpgbox tr th:nth-child(1){ width:340px;}
.fxpgbox tr td{ font-size:16px; color:#595957; padding:10px 20px; line-height:30px; border-left:5px solid #fff; background:#e6e6e6;}
.fxpgbox tr:nth-child(2n) td{ background:#fff;}

.fengxianmudi .mudifengx_le{ position:relative;width:47.5%; background-color:#e6e6e6;}
.fengxianmudi .mudifx_box{ width:24.5%; height:100%; top:0; background-size:cover; background-position:center; background-repeat:no-repeat; position:absolute; left:0;}
.fengxianmudi .txts { min-height:260px; width:75.5%; float:right; padding:25px 20px 45px;}
.fengxianmudi .txts span{ display:block; font-size:18px; color:#c30d23; font-weight:bold; margin-bottom:10px;}
.fengxianmudi .txts p{ font-size:16px; color:#595957; line-height:2;}
.fengxianmudi .mudifengx_le.ri p{ text-indent:2em;}

.fengxianpgnr{ max-width:1143px; margin:0 auto;}
.fengxianpgnr img{ display:block; width:100%;}
.fengxianpgnr p{ display:inline-block; width:12.5%; padding:20px 5px; font-size:18px; color:#050501; float:left; line-height:24px;}

.zhuan-top p{ font-size:16px; color:#333333; line-height:30px; padding-bottom:30px; text-indent:32px;}
.zhuan-cont{ padding:30px 100px; overflow:hidden;}
.zhuan-box{ margin-left:-10px; margin-right:-10px;}
.zhuan-box li{ width:33.33%; float:left;}
.zhuan-one{ padding:0 10px;}
.zhuan-zi{border-top: 3px solid #c30d23;overflow: hidden;padding: 27px 25px;margin-top: 25px;}
.zhuan-zi img{ max-width:100%; display:block; margin:0 auto;}
.zhuan-zi p{font-size: 22px;color: #595957;line-height: 30px;text-align: center;padding-top: 15px; letter-spacing:-2px;}
.zhuan-text span{display: block;width: 100%;height: 10px;background: #d4d4d4;border-radius: 10px;}
.zhuan-zi2{border-top: 3px solid #b69b64; margin-top: 0;padding: 27px 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)}
.sj-lan img{ max-width:100%; display:block; margin:0 auto;}
.shou-financing{ padding:0; overflow:hidden;}
.finan-tit{ border-bottom: 1px dashed #b69b64;overflow: hidden;padding-bottom: 10px;}
.finan-tit h5{    font-size: 24px;color: #3c3c3b; font-weight:bold;}
.finan-zi{    padding-top: 30px;}
.finan-zi p{font-size: 18px;color: #595957;line-height: 30px;text-indent: 32px;}
.finan-text{    padding: 0 40px;overflow: hidden;}
.finan-one{ margin-top:25px;}
.sou-tit{font-size: 18px;color: #b69b64;font-weight: bold;padding-bottom: 13px;}
.sou-cont p{ font-size: 16px;color: #595957;line-height: 30px;padding-left: 5em;text-indent: -5em;}
.sou-cont .sou-te{padding-left: 7em;text-indent: -7em;}
.hui-bg{ background:#ededed; padding:28px 0; overflow:hidden; margin:30px 0;}
.finan-text2 p{padding-left: 0;text-indent:0;}
.finan-text2 .te-bie{padding-left: 5em;text-indent: -5em; padding-bottom:25px;}
.pb50{ padding-bottom:50px;}
.hua-tai{ padding-top:0; padding-bottom:0; overflow:visible;}
.hua-top{ margin-top:-20px; font-size:16px;}
.hua-bottom{ overflow:hidden; width:788px; margin:0 auto;}
.champ-cont{ margin-left:-50px; margin-right:-50px;}
.champ-cont li{ width:50%; float:left; margin-top:60px;}
.champ-box{ padding:0 50px;}
.left-icon{ width:63px; float:left;}
.left-icon img{ max-width:100%; display:block; margin:0 auto;}
.right-text{ margin-left:80px;}
.right-text h5{ font-size:20px; color:#c30d23; font-weight:normal;}
.right-text p{ font-size:16px; color:#7d7d7d; padding-top:5px; letter-spacing:-1px; line-height:24px;}
.partners{ margin-top:70px; padding-bottom:20px; overflow:hidden; cursor:pointer;}
.partners li{ width:33.33%; float:left; background:url(../images/xian.jpg) no-repeat left; padding:10px 0; height:110px;}
.part-img img{ max-width:100%; display:block; margin:0 auto;}
.part-text{ font-size:26px; text-align:center; color:#595957; padding-top:15px; font-weight:normal;}
.xian-tiao{ background:url(../images/xian.jpg) no-repeat right;width:4px; height:110px; position:absolute; right:0;}
.anli{ width:930px; margin:0 auto;}
.proce-cont{margin:30px 20px 0 20px; overflow:hidden;}
.proce-box li{ width:16.66%; float:left;}


.bgzxfuwubox{ position:relative;}
.bgzxfuwubox .bac_w,.bac_w2{ position:absolute;}
.bgzxfuwubox .bac_w { width:10px; height:23px; background:#fff; top:0; left:50%; margin-left:-5px; z-index:2;}
.bgzxfuwubox .bac_w2{ width:20px; height:45px;background:#fff; bottom:0; left:50%; margin-left:-12px; z-index:2;}
.bgzxfuwubox .bac_w2 i{ display:block; width:20px; height:9px; background:#b69b64; display:block; margin:0 auto; margin-top:10px;}

.bgzxfuwubox2 .txts{ padding-top:26px;}
.bgzxfuwubox2 .bgzxli .txts p{ font-size:16px;display: inline-block;}

.gzjdtit{ font-size:30px; color:#c30d23; margin:30px auto; text-align:center;}
.gzjdjbz p{ font-size:16px; line-height:36px; color:#333333;}
.gzjdjbz p strong{ display:inline-block; font-size:18px; color:#fff; padding:2px 20px; font-weight:normal; margin:20px 0; line-height:2; background:#b69b64;}


.bgzxli .txts b{ font-size:18px; color:#333; margin-bottom:10px; display:block; text-align:right; line-height:1.6}
.bgzxli .txts p{ font-size:14px; line-height:24px;text-align: left;display:inline-block;padding-left:7px;}
.bgzxli.bgzxli2 .txts p{padding-left:0;}
.bgzxli.bgzxli2 .txts{ width:calc(100% - 145px); float:right;}
.bgzxli{padding-right:40px; text-align:right; border-right:4px solid #b69b64; width:50%; position:relative; height:100px; }
.bgzxli>b{ position:absolute; top:20px; right:0; height:40px; background:#fff; width:20px; text-align:center; margin-right:-12px; display:block; color:#c30d23; font-size:30px; font-family:Arial, Helvetica, sans-serif;line-height:40px;}
.bgzxli.bgzxli2>b{ right:inherit; left:0; margin-left:-12px; margin-right:0; }
.bgzxli.bgzxli2{ text-align:left; padding-left:40px; border-left:4px solid #b69b64; border-right:none; float:right; margin-right:4px;padding-right:0;}
.bgzxli.bgzxli2 .txts b{ text-align:left;}
.bgzxli.bgzxli2 .imgs{ float:left; margin-right:20px;}
.bgzxli .imgs{ float:right; margin-left:20px; margin-right:0;background-image:url(/index/img/binggou_08.png); background-position: right center; padding-right:45px; background-repeat:no-repeat;}
.bgzxli .txts{width:calc(100% - 143px)}
.bgzxli.bgzxli2 .imgs{background-image:url(/index/img/binggou_16.png); margin-left:0; background-position: left center; padding-left:45px; padding-right:0; background-repeat:no-repeat;}


/*pinggu*/
.xmtx{ text-align:center; font-size:18px; color:#c30d23; margin:30px auto;font-weight:bold;}
.xiangmupinggutixian li{ line-height:50px; font-size:16px; color:#2e2e2e; width:50%; float:left; padding-right:20px; background-position:left center; padding-left:50px; background-repeat:no-repeat; margin:10px 0;}
.xiangmupinggutixian li:nth-child(2n){ padding-right:0;}
.xiangmupinggutixian li:nth-child(1){ background-image:url(/index/img/tz1.png);}
.xiangmupinggutixian li:nth-child(2){ background-image:url(/index/img/tz3.png);}
.xiangmupinggutixian li:nth-child(3){ background-image:url(/index/img/tz4.png);}
.xiangmupinggutixian li:nth-child(4){ background-image:url(/index/img/tz5.png);}
.xiangmupinggutixian li:nth-child(5){ background-image:url(/index/img/tz8.png);}
.xiangmupinggutxt{ margin:20px auto; background:#e5e5e5; font-size:16px; color:#4a3801; line-height:2; padding:15px 20px;}

.xmpgneirong p{ padding:10px 0;width:48%; float:left; background:#eeeeee; font-size:16px; position:relative; padding-left:25px; color:#333333; margin-bottom:10px; border-radius:5px; }
.xmpgneirong p:nth-child(2n){ float:right;}
.xmpgneirong p:nth-child(2n)::before{ background:#c30d23;}
.xmpgneirong p::before{ width:12px; left:0; top:0; display:block; height:100%; background:#b69b64; content:""; height:100%; position:absolute;border-radius:3px;}

.xmpgneirong p:nth-child(15){ width:100%; float:left;}
.xmpgneirong p:nth-child(16){ width:100%; float:left;}
.xmpgneirong p:nth-child(17){ width:100%; float:left;}
.xmpgneirong p:nth-child(18){ width:100%; float:left;}
.xmpgneirong p:nth-child(19){ width:100%; float:left;}

.youshiimg2{ padding-top:10px; margin-bottom:100px;}
.youshiimg2 p { line-height:24px;}
.youshiimg2 p:nth-child(1){ width:45%; left:0; text-align:right; top:0;}
.youshiimg2 p:nth-child(2){ width:35%; left:0; text-align:right; top:19%;}
.youshiimg2 p:nth-child(3){ width:35%; left:0; text-align:right; top:48%;}
.youshiimg2 p:nth-child(4){ width:35%; left:0; text-align:right; top:77%;}
.youshiimg2 p:nth-child(5){ width:46%; left:0; text-align:right; top:93%;}
.youshiimg2 p:nth-child(6){ width:45%; right:0; text-align:left; top:0;}
.youshiimg2 p:nth-child(7){ width:35%; right:0; text-align:left; top:16%;}
.youshiimg2 p:nth-child(8){ width:35%; right:0; text-align:left; top:48%;}
.youshiimg2 p:nth-child(9){ width:35%; right:0; text-align:left; top:75%;}
.youshiimg2 p:nth-child(10){ width:45%; right:0; text-align:left; top:95%;}

/*绩效评价*/
.xmhmdjzy{ padding:0 40px;}
.xmhmdjzy .imgs{ width:45.7%; float:left;}
.xmhmdjzy .imgs img{ width:100%;}
.xmhmdjzy .txts{ width:50%; float:right;}
.xmhmdjzy .txts b{ font-size:24px; color:#5a3f06;}
.xmhmdjzy .txts .line{ width:125px; height:2px; background:#5a3f06; margin-top:20px; margin-bottom:10px;}
.mudixmh{ margin-bottom:40px;}
.xmhmdjzy .txts p{ padding-left:35px; background-image:url(/index/img/dui.png); background-position:left center; background-size:22px auto; background-repeat:no-repeat; line-height:24px; font-size:18px; color:#424242; margin-top:15px; width:50%; float:left; display:inline-block;}
.pingjiatit{ min-width:350px; width:350px; margin-bottom:20px; background:#b69b64; padding:3px; padding-left:35px; position:relative;}
.pingjiatit span{ display:block; font-weight:bold; line-height:35px; padding-left:20px; color:#c30d23; font-size:18px; background:#fff; height:35px;}
.pingjiatit i{ width:35px; text-align:center; display:block; position:absolute; left:0; top:0; line-height:39px; font-size:36px; color:#fff; font-weight:bold; font-style:normal;}
.pingjialis{ width:48%; float:left; padding-bottom:30px;}
.pingjialis p{ font-size:16px; line-height:30px; color:#333;}
.pingjialis p span{ display:inline-block; margin-right:60px;}
.pingjialis p span:last-child{ margin:0;}
.pingjialis:nth-child(2n){ float:right;}
.pingjialis:nth-child(2n+1){ clear:left;}

.xiangmuhouziliao{ max-width:880px; margin:0 auto;}
.xiangmuhouziliao .ziliaoone{ position:relative; max-width:690px; padding-left:90px; height:90px; padding-top:10px; margin-bottom:40px;}
.xiangmuhouziliao .ziliaoone i{ display:block; width:90px; height:90px; border-radius:100px; position:absolute; left:0; top:0; background:#b69b64; text-align:center; line-height:90px; font-size:48px; color:#fff; font-style:normal;}
.ziliaoone b{ display:block; padding-left:30px; border-bottom:1px solid #b69b64; padding-bottom:10px; margin-bottom:10px; color:#593c01; font-size:26px; font-weight:normal;}
.ziliaoone p{ display:block; padding-left:30px; font-size:18px; color:#595957;}
.xiangmuhouziliao .ziliaoone2{ margin-left:60px;}
.xiangmuhouziliao .ziliaoone2 i{ background:#a2803a;}
.xiangmuhouziliao .ziliaoone3 i{ background:#785610;}
.xiangmuhouziliao .ziliaoone3{ margin-left:120px;}


.chanyeguihuafuwu .fuwuli{ width:31.33%; margin:1%; float:left;}
.chanyeguihuafuwu .fuwuli span{ padding:10px 15px; border-radius:5px; display:inline-block; color:#fff; background:#b69b64; font-size:22px;}
.chanyeguihuafuwu .fuwuli p{ min-height:210px; border-radius:10px;background:#ededed; padding:30px; display:block; font-size:16px; line-height:30px; color:#333333;}
.chanyeguihuamulu{ padding:0 15px;}
.guihuali{ margin-bottom:40px;}
.chanyeguihuamulu .guihuale{ width:31%; padding: 5px 15px; line-height:30px; font-size:20px; color:#fff; background:#b69b64;}
.chanyeguihuamulu .guihuari{ width:67%; background-image:url(/index/img/chanyeguihua_05.jpg); background-repeat:no-repeat; background-position:left 10px; padding-left:40px;}
.chanyeguihuamulu .guihuari .guihuari_ri { background:#e5e5e5;padding: 5px 15px;}
.chanyeguihuamulu .guihuari .guihuari_ri  p{line-height:30px; font-size:16px; color:#595957; font-style:normal;}
.chanyeguihuamulu .guihuari .guihuari_ri  p span{ display:inline-block; margin-right:40px; font-style:normal;}
.chanyeguihuamulu .guihuari .guihuari_ri  p em{ display:inline-block; width:215px; font-weight:normal; font-style:normal;}
.chanyeguihuamulu .guihuari .guihuari_ri  p i{ display:inline-block; min-width:120px; font-weight:normal; font-style:normal; font-size:14px;}
.chanyeguihuamulu .guihuari .guihuari_ri  p i:last-child{ margin-right:0;}
