/* 清除内外边距 */
*{ margin: 0; padding: 0;}

/* 重置文本格式元素 */
a {text-decoration: none; }
a:hover {text-decoration: none;}
li{ list-style: none; }
b{font-weight: normal;}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both; height: 0; visibility: hidden;}
.clearfix{clear: both; zoom: 1; display: block; height: 0; line-height: 0; font-size: 0;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;  }
.commWidth{
    width: 1200px;
    margin: 0 auto;
}
body{
    background: #ff272d;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 641px;
    min-width: 1200px;
    margin: 0 auto;
    background: url("../img/banner.jpg") center no-repeat;
}
.subsidyBox{
    margin-top: 30px;
}
.title-box{
    margin: 0 auto;
}
.title01{
    width: 511px;
    height: 61px;
    background: url("../img/title01.png") no-repeat;
}
.borderSame{
    border: 5px solid #ffefcb;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    box-shadow:rgba(154, 0, 5, 0.2) 0px 0px 30px inset;
}
.subsidyComm{
    padding: 48px 34px 53px;
    margin-top: 50px;
}
.subsidyItem li{
    width: 366px;
    height: 208px;
    background: url("../img/subsidy-bg.png") no-repeat;
    float: left;
    position: relative;
}
.subsidyItem li .comm{
    margin: 33px 0 0 30px;
}
.subsidyItem li .comm .left{
    width: 85px;
    height: 85px;
}
.subsidyItem li .comm .left img{
    width: 100%;
    height: 100%;
}
.subsidyItem li .comm h2{
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
}
.subsidyItem li .comm h3{
    font-size: 14px;
    color: #ff1000;
    line-height: 16px;
    margin: 10px 0 20px;
}
.subsidyItem li .comm h3 b{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: baseline;
}
.subsidyItem li .comm h3 span{
    font-size: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 4px;
}

.subsidyItem li .comm .right{
    margin-left: 40px;
    width: 190px;
}
.subsidyItem li.center{
    margin: 0 12px;
}
.subsidyItem li .bottom{
    position: absolute;
    bottom: 17px;
    height:40px;
    line-height: 40px;
    left: 30px;
    font-size: 14px;
    color: #ffe8d6;
}
.subsidyBtn{
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.consultBtn{
    background: #e91507;
    background: -moz-linear-gradient(left,  #ff4649 0%, #e91507 100%);
    background: -webkit-linear-gradient(left,  #ff4649 0%,#e91507 100%);
    background: -o-linear-gradient(left,  #ff4649 0%,#e91507 100%);
    background: -ms-linear-gradient(left,  #ff4649 0%,#e91507 100%);
    background: linear-gradient(to right,  #ff4649 0%,#e91507 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4649', endColorstr='#e91507',GradientType=0 );
    box-shadow: 0 4px 7px rgba(127,8,0,0.25);
}
.consultBtn:hover{
    background: #d61406;
    background: -moz-linear-gradient(left,  #f04144 0%, #d61406 100%);
    background: -webkit-linear-gradient(left,  #f04144 0%,#d61406 100%);
    background: -o-linear-gradient(left,  #f04144 0%,#d61406 100%);
    background: -ms-linear-gradient(left,  #f04144 0%,#d61406 100%);
    background: linear-gradient(to right,  #f04144 0%,#d61406 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04144', endColorstr='#d61406',GradientType=0 );
    box-shadow: 0 4px 7px rgba(127,8,0,0.25);
}
.consultBtn span{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 13px;
    color: #fff;
}
.consultBtn i{
    background: url("../img/tringle-icon01.png") no-repeat;
    width: 16px;
    height: 10px;
    display: inline-block;
}
.consultBtn:hover{
    cursor: pointer;
}
.consultBtn:hover i{
    animation: two-left-right 0.6s ease infinite 60ms alternate;
}
@keyframes two-left-right {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
}

/*申请条件*/
.chooseBox{
    margin-top: 60px;
}
.title02{
    width: 879px;
    height: 62px;
    background: url("../img/title02.png") no-repeat;
}
.chooseComm{
    padding: 50px 44px;
    margin-top: 36px;
}
.chooseItems .left{
    width: 347px;
    height: 225px;
    margin-right: 62px;
}
.chooseItems .left img{
    width: 100%;
    height: 100%;
}
.chooseItems .right{
    width: 692px;
}
.chooseItems .right p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    background: url("../img/choose-icon.png") no-repeat;
    text-indent: 49px;
    margin-bottom: 20px;
}
.chooseItems .right p.first{
    margin-top: 9px;
}
.chooseCouBtn{
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}
.chooseCouBtn span{
    padding-left: 27px;
    font-size: 22px;
}
/*申请流程*/
.processBox{
    margin-top: 63px;
}
.title03{
    width: 776px;
    height: 62px;
    background: url("../img/title03.png") no-repeat;
}
.processComm{
    padding: 51px 44px 83px;
    position: relative;
}
.processComm .process-img{
    width: 1099px;
    height:215px;
    background: url("../img/process-img.png") no-repeat;
}
.processComm p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    position: absolute;
}
.processComm p.first{
    top: 268px;
    left: 32px;
}
.processComm p.second{
    top: 78px;
    left: 90px;
    width: 566px;
    text-align: center;
}
.processComm p.third{
    top: 268px;
    left: 490px;
}
.processComm p.four{
    top: 78px;
    left: 710px;
    width: 200px;
    text-align: center;
}
.processComm p.five{
    top: 268px;
    left: 919px;
}
.comprehensiveBox{
    margin-top: 64px;
    padding-bottom: 130px;
}
/*规则*/
.ruleBox,.enclosureBox{
    width: 570px;
}
.title04{
    width: 475px;
    height: 62px;
    background: url("../img/title04.png") no-repeat;
}
.title05{
    width: 388px;
    height: 61px;
    margin-top: 1px;
    background: url("../img/title05.png") no-repeat;
}
.ruleComm .rule-itmes{
    padding: 50px 44px 50px;
    height: 242px;
}
.rule-itmes .rule-list li{
    margin-bottom: 10px;
}
.rule-itmes .rule-list li .left{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.rule-itmes .rule-list li i{
    width: 30px;
    height: 30px;
    display: inline-block;
}
.rule-itmes .rule-list li i.first{
    background: url("../img/count01.png") no-repeat;
}
.rule-itmes .rule-list li i.second{
    background: url("../img/count02.png") no-repeat;
}
.rule-itmes .rule-list li i.third{
    background: url("../img/count03.png") no-repeat;
}
.rule-itmes .rule-list li i.four{
    background: url("../img/count04.png") no-repeat;
}
.rule-itmes .rule-list li .right{
    width: 414px;
}
.rule-itmes .rule-list li .right p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 2px;
}
.ruleCouBtn{
    margin-top: 26px;
}
.downLoad-itmes{
    padding: 58px 44px 60px;
    height: 224px;
}
.downLoad-itmes .downLoad-list li{
    margin-bottom: 28px;
}
.downLoad-itmes .downLoad-list .left{
    width: 280px;
}
.downLoad-itmes .downLoad-list .left p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.downLoad-itmes .downLoad-list li .first p{
    line-height: 30px;
}
.downLoad-itmes .downLoad-list .right{
    width: 110px;
}
.downLoad-itmes .downLoad-list .right .download-btn{
    width: 110px;
    height:30px;
    line-height:30px;
    font-size: 18px;
    color: #b25400;
    display: inline-block;
    background: #e91507;
    background: -moz-linear-gradient(top,  #ffefcb 0%, #ffb36f 100%);
    background: -webkit-linear-gradient(top,  #ffefcb 0%,#ffb36f 100%);
    background: -o-linear-gradient(top,  #ffefcb 0%,#ffb36f 100%);
    background: -ms-linear-gradient(top,  #ffefcb 0%,#ffb36f 100%);
    background: linear-gradient(to bottom,  #ffefcb 0%,#ffb36f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefcb', endColorstr='#ffb36f',GradientType=0 );
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -mo-zborder-radius: 3px;
    text-indent: 9px;
    position: relative;
}
.downLoad-itmes .downLoad-list .right .download-btn:hover{
    background: #ffe099;
    background: -moz-linear-gradient(top,  #ffe099 0%, #ffa04c 100%);
    background: -webkit-linear-gradient(top,  #ffe099 0%,#ffa04c 100%);
    background: -o-linear-gradient(top,  #ffe099 0%,#ffa04c 100%);
    background: -ms-linear-gradient(top,  #ffe099 0%,#ffa04c 100%);
    background: linear-gradient(to bottom,  #ffe099 0%,#ffa04c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe099', endColorstr='#ffa04c',GradientType=0 );
}
.downLoad-itmes .downLoad-list .right .download-btn i{
    background: url("../img/download.png") no-repeat;
    width: 16px;
    height:15px;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 8px;
}
.downLoad-itmes .ruleCouBtn{
    margin-top: 70px;
}
.ruleComm {
    margin-top: 30px;
}
.choose-second-title p{
    font-size: 14px;
    color: #ffefcb;
    line-height: 14px;
    margin-top: 2px;
    text-align: center;
}

.chooseCouBtn i{
    margin-left: 5px;
}
.chhose-btns{
    margin-top: 39px;
}