.col:after {  content: " ";  display: block;  clear: both;  }
.col .col1, .col .col2, .col .col3, .col .col4, .col .col5, .col .col6, .col .col7, .col .col8, .col .col9, .col .col10, .col .col11, .col .col12,
.col .col01,.col .col02,.col .col03, .col .col04, .col .col05,.col .col06,.col .col07,.col .col08,.col .col09,.col .col010
{
    float: left;
    display: inline-block;
    clear: right;
    position: relative;
    height:100%;
}
.col .col1 {  width: 8.33%  }
.col .col2 {  width: 16.66%  }
.col .col3 {  width: 25%  }
.col .col4 {  width: 33.33%  }
.col .col5 {  width: 41.67%  }
.col .col6 {  width: 50%  }
.col .col7 {  width: 58.33%  }
.col .col8 {  width: 66.66%  }
.col .col9 {  width: 75%  }
.col .col10 {  width: 83.33%  }
.col .col11 {  width: 91.66%  }
.col .col01 {  width: 10%  }
.col .col02 {  width: 20%  }
.col .col03 {  width: 30%  }
.col .col04 {  width: 40%  }
.col .col05 {  width: 50%  }
.col .col06 {  width: 60%  }
.col .col07 {  width: 70%  }
.col .col08 {  width: 80%  }
.col .col09 {  width: 90%  }
@media(max-width: 768px){
    .col .col1, .col .col2, .col .col3, .col .col4, .col .col5, .col .col6, .col .col7, .col .col8, .col .col9, .col .col10, .col .col11, .col .col12,
    .col .col01,.col .col02,.col .col03, .col .col04, .col .col05,.col .col06,.col .col07,.col .col08,.col .col09,.col .col010
    {
        display: block;
        width: 100%;
    }
}
.newstory .contents{ max-width: 1240px; }
/*å±•å°è½®æ’­å™¨*/


/*==E common */

/* ==S index.html topic zl 2017/02/22 */
.ss-container{
    max-width:1460px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 77px;
}
.ss-contain{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}
.ss-focus-topic .info-bg{position:absolute;left:0;height:100%;width:100%;opacity:0;bottom:0;opacity:0.5/* background: url() no-repeat center bottom; */}
.ss-focus-topic .info{position:absolute;left:0;width:100%;bottom: -65px;line-height: 20px; padding: 0px 20px;}
.ss-focus-topic .info .story-btn{
    margin-top: 30px;
    margin-bottom: 20px;
}
.ss-focus-topic .zl-topic-text:hover .info-bg{opacity:1}
.ss-focus-topic .zl-topic-text:hover .info{bottom:0px;}
.ss-focus-topic .info h3{font-size:16px;line-height: 1.4; height: 50px; font-weight:bold;}
.ss-focus-topic .info h4{font-size:14px;}
.ss-focus-topic .info p{ font-size:12px}
.zl-topic {
    overflow: hidden;
    position: relative;
}
.zl-topic ul li {
    width: 25%;
    float: left;
}
.zl-topic-list {
    margin: 0 10px;
    display: block;
}

.zl-topic-text {border-radius: 5px;overflow: hidden;position: relative;}
.zl-topic-text img{
    display:block;
    width:100%
}
.zl-topic-dir {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -40px;
    position: absolute;
}
.zl-topic-point {
    display: inline-block;
}
.zl-topic-point span {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 8px;
}
.zl-topic-point span.hover,
.zl-topic-point span:hover {
    background: #e50000;
}
.zl-topic-arrow {
}
.zl-topic-prev {
    background: url(../images/story/zl-topic-prev.png) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    cursor: pointer;
    transition:0.3s;
}
.zl-topic-prev:hover {
    background: url(../images/story/zl-topic-prev-hover.png) no-repeat center center;
}
.zl-topic-prev.notClick,.zl-topic-prev.notClick:hover {
    cursor: context-menu;
    display: none;
    /*background: url(../images/story/zl-topic-prev-notClick.png) no-repeat center center;*/
}
.zl-topic-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/story/zl-topic-next.png) no-repeat center center;
    cursor: pointer;
    transition:0.3s;
}
.zl-topic-next:hover {
    background: url(../images/story/zl-topic-next-hover.png) no-repeat center center;
}
.zl-topic-next.notClick,.zl-topic-next.notClick:hover {
    cursor: context-menu;
    /*background: url(../images/story/zl-topic-next-notClick.png) no-repeat center center;*/
    display: none;
}
@media(max-width: 1300px) {
    .ss-container{
        max-width:1200px;
    }
    .ss-contain{
        max-width: 840px;
    }
}
@media (max-width:768px) {
    .zl-topic-arrow{display:none;}
    .ss-contain{padding: 0 10%;}
    .ss-container{max-width:1200px;margin-top: 30px;}
    .zl-topic-list { margin: 0 0px; }
    .ss-contain .zl-topic-list .story-btn{display: none;}
    .ss-focus-topic .zl-topic-text .info{bottom:10px;}
    .ss-focus-topic .zl-topic-text:hover .info{bottom:10px;}
    .ss-focus-topic .info h3{ height: auto; }
}

.animate-ease{
    transform: translateZ(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*e:ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ¥Ã‚ÂÃ‚Â°ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/

.story{background: #f7f7f8;margin-top: 71px;position: relative;color:#666;font-size: 16px;line-height: 26px;}
.story .storySmallTitle{font-size: 24px;line-height: 75px;}
.story .storySmallTitle>span{position:relative}
.story .storySmallTitle>span:before{position:absolute;left:-142px;top:50%;width:100px;border-bottom:1px solid #fff;height:0px;content:""}
.story .storySmallTitle>span:after{position:absolute;right:-142px;top:50%;width:100px;border-bottom:1px solid #fff;height:0px;content:""}

.story .story_title{font-size: 42px;text-align: center;color: #333;line-height: 1.1; padding-bottom: 34px; letter-spacing: 2px;}
.story .story_title>span{position:relative}
.story .story_title>span:before{position:absolute;left:-142px;top:50%;width:100px;border-bottom: 2px solid #333;height:0px;content:"";}
.story .story_title>span:after{position:absolute;right:-196px;top:50%;width:100px;border-bottom: 2px solid #333;height:0px;content:"";}

.story-cando-wrap .story_title>span:after{ right: -268px; }
.story-time .story_title>span:after{ right: -136px; }
.story-new-view .story_title>span:after{ right: -138px; }

.story-banner-wrap{position: relative;color:#fff;text-align: center;}
.story-banner-wrap>img{width:100%;display: block;}
.story-banner{position:absolute;left:0;width:100%;padding-top: 16%;top:0;}
.story-banner .story-banner-title{font-size: 1.3em; line-height: 1.2;}
.story-banner .story-banner-time{font-size: 0.5555em;padding: 1em 0.5em;}
.story-banner .story-btn{text-align: center;width: 100%;padding: 0.5em;}
.story-banner .story-btn a{ cursor: pointer; display: inline-block;background-color: #e50000;text-decoration: none;text-align: center;border-radius: 50px;color: #fff;font-size: 0.5555555555555556em;padding: 12px 2.5em;}
.story-banner .story-btn a.hui{ background-color: #acbbc5; cursor: default;}

.story-btn a:hover,.story-cando ul li .box a.applybtn:hover {background-color: #990000;}
.story-btn.small-btn a{ background-color: #e50000; }
.story-btn.story-white-empty a:hover,.story-btn.small-btn a:hover{background-color: #990000;} 
.story-btn a{display: inline-block;background-color: #e50000;text-decoration: none;text-align: center;border-radius: 50px;color: #fff;font-size: 20px;padding: 12px 40px; cursor: default;}
.story-btn a.hui{ background-color: #acbbc5; cursor: default; }
.story-btn.story-btn-empty:hover a{background: #c00;color: #fff;text-decoration: none;}
.story-btn.story-btn-empty a{background: none;border:1px solid #e50000;color:#e50000;}
.story-white-empty{margin-top: 60px;}
.story-white-empty a:hover{border: 1px solid #990000;}
.story-white-empty a{background: none;border:1px solid #fff;color:#fff;}

@media(max-width: 1366px){
    .story .story_title{ font-size: 36px; padding-bottom: 40px; }
}
@media(max-width: 1240px){
    .story{ margin-top: 50px; }
}
@media(max-width: 768px){
    .story-btn a{ font-size: 14px; padding:10px 35px; border-radius: 20px; line-height: 1.4; }
    .story{ margin-top: 0; }
    .story .story_title{ font-size: 18px; padding-bottom: 20px; }
    .story .story_title>span:before{ width: 20px; left: -35px; }
    .story .story_title>span:after{ width: 20px; right: -65px; }
    .story-time .story_title>span:after,.story-new-view .story_title>span:after{ right: -34px; }
    .story-banner .story-banner-title,.story-banner .story-banner-time,.story-banner .story-btn{ display: none; }
    .story .storySmallTitle{font-size: 22px; line-height: 42px;}
    .story .storySmallTitle>span:before{ left: -122px; }
    .story .storySmallTitle>span:after{ right: -122px; }
}
@media(max-width: 460px){
    .story .storySmallTitle>span:before{ left: -66px; width: 50px; }
    .story .storySmallTitle>span:after{ right: -66px; width: 50px; }
}
/*s:ÃƒÂ¤Ã‚Â»Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¹Ã‹â€ ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ¥Ã‚Â¥Ã‚Â½ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Â¦ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹*/
.story-good-reason-wrap{position: relative;color:#fff;padding-bottom: 80px;text-align: center;background: url(../images/story/story_bannar02.jpg) no-repeat center bottom;}
.story-good-reason-wrap .boothOver{}
.story-good-reason-wrap>img{width:100%;display: block;}
.story-good-reason{left:0;width:100%;padding-top: 3%;top:0;}
.story-good-title{font-size: 42px;line-height: 60px;}
.story-good-reason-wrap .story-btn.small-btn a{font-size: 14px}
@media(max-width: 768px){
    .story-good-title{font-size: 26px; line-height: 30px;}
    .story-good-reason-wrap{background: url(../images/story/wap/story_bannar02.jpg) no-repeat center bottom; padding-bottom: 0;}
    .story-good-reason{ padding-bottom: 14%; padding-top: 6%; }

}
/*e:ÃƒÂ¤Ã‚Â»Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¹Ã‹â€ ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ¥Ã‚Â¥Ã‚Â½ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Â¦ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹*/

/*s:ÃƒÂ¥Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¤Ã‚Â½Ã¢â‚¬Â¢ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ¥Ã‚Â¥Ã‚Â½ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Â¦ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹*/
.story-how-good{ background:#ffffff!important; }
.story-how-good .story_sub_title{text-align:center; font-size: 18px; line-height: 1.6; color: #666;}
/*.story-how-good ul li>div{padding-left: 161px;margin: 40px 10px;height: 193px;position:relative;border: 1px solid #999;}*/
/*.story-how-good ul li>div>img{position:absolute;top: 50%;margin-top: -68px;left:10px;}
.story-how-good ul li>div>h4{font-size: 20px;padding-top: 37px;line-height: 40px;font-weight: 700;}
.story-how-good ul li>div>p{line-height:30px}*/
.story-how-good .text{width:73%;text-align:center;margin:0 auto;line-height:1.5;}
.story-how-good ul.col{ margin:40px -10px 44px; }
.story-how-good ul.col li{ width: 50%; padding:0 10px; }
.story-how-good ul.col li .box{ padding:30px; border: 1px solid #999;}
.story-how-good ul.col li .box:after{ clear: both; content: ""; display: table; }
.story-how-good ul.col li .box .left{ float: left; width: 25.8%; }
.story-how-good ul.col li .box .left img{ width: 100%; max-width: 136px; }
.story-how-good ul.col li .box .right{ float: left; padding:20px 0 10px 30px; width: 74.2%; }
.story-how-good ul.col li .box .right h4{ font-size: 20px; line-height:1.5; color: #666; font-weight: bold; padding-bottom: 10px;  }
.story-how-good ul.col li .box .right h4 p{ font-size: 16px; line-height: 1.5; color: #666; }
@media(max-width: 1366px){
    .story-how-good ul.col{ margin:30px -10px 32px; }
    .story-how-good ul.col li .box{ padding:24px; }
    .story-how-good ul.col li .box .left{ width: 20%; }
    .story-how-good ul.col li .box .right{ width: 80%; padding: 10px 0 10px 20px; }
}
@media(max-width: 768px){
    .story-how-good .story_sub_title{ font-size: 16px; }
    .story-how-good ul.col li{ width: 100%; padding-left: 0; padding-right: 0; }
    .story-how-good ul.col li:first-child{ margin-bottom: 20px; }
    .story-how-good ul.col{ margin: 20px 0; }
    .story-how-good ul.col li .box{ padding:20px; }
    .story-how-good ul.col li .box .left{ width: 15%; }
    .story-how-good ul.col li .box .right{ width: 85%; padding:0 0 0 20px; }
    .story-how-good ul.col li .box .right h4{ font-size: 18px; }
    .story-how-good .text{ width: 100%; text-align: left; }
}
/*e:ÃƒÂ¥Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¤Ã‚Â½Ã¢â‚¬Â¢ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ¥Ã‚Â¥Ã‚Â½ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Â¦ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹*/

/*s:ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¨ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¨Ã‚Â¿Ã¢â€žÂ¢ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/
.story-cando-wrap{padding-bottom: 77px;position: relative;background:#fff url(../images/story/story_bannar03.jpg) no-repeat center bottom;color: #fff;text-align: center;/* background: url(../images/story/story_bannar03.jpg) left top no-repeat; background-size: contain; */}
.story-cando-wrap>img{width:100%;display: block;}
.story-cando{left:0;width:100%;top:0;padding-top: 150px;}
.story-cando .story_title{color: #fff;}
.story-cando .story_title>span:before{border-bottom: 2px solid #fff;}
.story-cando .story_title>span:after{border-bottom: 2px solid #fff;}
.story-cando ul li .box{margin: 0px 10px;padding: 40px 45px 104px;color: #666;position:relative;background: #fff;}
.story-cando ul li .box h4{font-size:24px;color: #333;line-height:1.1; padding:23px 0 20px;}
.story-cando ul li .box a{text-decoration:underline;color: #666;}
.story-cando ul li .box a.applybtn{display: inline-block; background-color: #e50000;padding:13px 40px; border-radius: 50px; color: #fff; text-decoration: none; margin-top: 10px; }
.story-cando ul li .box a.applybtn.hui{  cursor: default;  background-color: #acbbc5; }
.cando-notes{font-size: 16px;line-height: 1.5;color: #fff;padding-top: 20px;text-align: right;margin: 0 10px;}
@media(max-width: 1366px){
    /*.story-cando{ padding-top: 13%; }*/
}
@media(max-width: 768px){
    .story-cando ul li .box a.applybtn{ padding:10px 35px; border-radius: 20px; line-height: 1.4; margin-top: 20px; }
    .story-cando-wrap{background: #e27757; padding-bottom: 40px;}
    .story-cando ul li .box{padding: 30px 20px;margin-top: 20px;}
    .story-cando ul li:first-child .box img{ width: 100%; max-width: 50px; }
    .story-cando ul li:last-child .box img{ width: 100%; max-width: 80px; }
    .story-cando ul li .box h4{ padding:15px 0; text-align: left; font-size: 22px; }
    .story-cando ul li .box p{ text-align: left; }
    .story-cando .story_title>span:after{ right: -98px; }
    .story-cando{ padding-top: 50px; }
}
@media(max-width: 480px){
    .story-cando .story_title>span:after{ right: -60px; }
}
/*e:ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¨ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¨Ã‚Â¿Ã¢â€žÂ¢ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/

/*s:ÃƒÂ¦Ã…Â Ã¢â‚¬Â¢ÃƒÂ§Ã‚Â¨Ã‚Â¿ÃƒÂ¦Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â­Ã‚Â¢ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ©Ã¢â‚¬â€Ã‚Â´*/
.story-time,.story-view-list{ background:#ffffff!important; }
.story-time{ padding-top: 98px; }
.story-time .story_sub_title{text-align:center}
.story-time ul li span.color1 {background: #acbbc5; margin-left: 27%;}
.story-time ul li span {
    border-radius: 8px;
    color: #fff;
    padding: 13px 90px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
.story-time ul li{
    text-align:center;
}
.story-time ul li span.color1:before,.story-time  ul li span.color2:before {
    display: block;
    content: "";
    position: absolute;
    top: 42px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 40px;
    border-bottom: 0px solid transparent;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    margin-left: -22px;
}
.story-time ul li span.color1:before{
    border-top: 20px solid #acbbc5;
}
.story-time  ul li span.color2:before {
    border-top: 20px solid #e39b00;
}
.story-time ul li span.color1:after,
.story-time ul li span.color2:after  {
    display: block;
    content: "";
    position: absolute;
    top: 66px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -5px;
}
.story-time ul li span.color1:after{ border: 2px solid #acbbc5;}
.story-time ul li span.color2:after { border: 2px solid #e39b00;}
.story-time  ul li p.color2{ color: #e39b00; padding-right: 27%;}
.story-time  ul li p.color1{ padding-left: 27%; }
.story-time  ul li p {font-size: 16px; line-height: 1.5; color: #a6a6a6; padding-top: 15px; border-top: 2px solid #e6e6e6;}
.story-time  ul li span.color2 { background: #e39b00; margin-right: 27%;}

@media(max-width: 1400px){
    .story-time{ padding-top: 40px; }
    .story-time ul li span{ font-size: 18px; }
}

@media(max-width: 768px){
    .story-time ul li span.color1{margin-left:auto;}
    .story-time  ul li p.color1{padding-left:0;}
    .story-time  ul li span.color2{margin-right: auto; margin-top: 30px;}
    .story-time  ul li p.color2{padding-right:0;}
}
/*e:ÃƒÂ¦Ã…Â Ã¢â‚¬Â¢ÃƒÂ§Ã‚Â¨Ã‚Â¿ÃƒÂ¦Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â­Ã‚Â¢ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ©Ã¢â‚¬â€Ã‚Â´*/

/*s:ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Å¾ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã‚ÂµÃ‚ÂÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹/ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â */
.story-standard{padding-bottom:80px;}
.story-view-list{padding-top:95px;}
.story-view-list.select{ padding-top: 50px; padding-bottom: 95px; }
.story-view-list .review-title>img{ position:absolute; left:0; top:0;}
.story-view-list .review-title{position: relative; line-height: 46px; padding-left: 70px;font-size: 30px; color: #ee7274; font-weight: bold; padding-bottom: 16px; border-bottom: 2px solid #e6e6e6;}
.story-view-list .decimal{ position:absolute; background: url(../images/story/story_list.jpg); width: 31px; height: 32px;line-height: 32px;text-align:center; left:0px; color: #fff; top:0;}
.story-view-list ol { margin-top:34px;}
.story-view-list li{ position:relative;padding: 4px 0 14px 45px;}
.story-view-list .text { padding-left:45px;}
@media(max-width: 1400px){
    .story-view-list{ padding-top: 68px; }
    .story-view-list.select{ padding-bottom: 68px; }
}
@media(max-width: 768px){
    .story-view-list.select{ padding-bottom: 40px; }
}
/*e:ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Å¾ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã‚ÂµÃ‚ÂÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹/ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â */


/*s:ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚ÂµÃ‚Â·ÃƒÂ¦Ã‚ÂÃ‚Â¥ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/
.story-participate-wrap{position: relative;color:#fff;padding-bottom: 120px;background: url(../images/story/story_bannar04.jpg) no-repeat center bottom;text-align: center;}
.story-participate-wrap>img{width:100%;display: block;}
.story-participate{padding-top: 123px;}
.story-participate .text1{color:#fff;font-size:28px;line-height:1.75;}
.story-participate .text2{color:#fff;font-size:28px;line-height:1.75;font-weight:bold;}
.story-participate .story-btn{margin-top:30px;}
.story-participate .open-regster2{ font-size: 16px; line-height: 1.1; color: #fff; padding:15px 50px; font-weight: bold; }
@media(max-width: 768px){
.story-participate-wrap{background: url(../images/story/wap/story_bannar04.jpg) no-repeat center bottom;}

}
@media(max-width: 480px){
    .story-participate{ padding-top: 40px; }
    .story-participate-wrap{ padding-bottom: 40px; }
}
/*e:ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚ÂµÃ‚Â·ÃƒÂ¦Ã‚ÂÃ‚Â¥ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¤Ã‚Â¸Ã…Â½*/

/*s:ÃƒÂ£Ã¢â€šÂ¬Ã…Â ICTÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ§Ã¢â‚¬Â¢Ã…â€™ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â-*/
.story-new-view{
    padding-top: 113px;
    background: #f4f0e5;
}
.story-new-view .con{
    width: 80%;
    margin: 0 auto;
}
.story-new-view p{ font-size: 16px; line-height: 1.5; text-align: center; }
.story-new-view .story-btn-empty{padding: 43px 0 97px; text-align: center;}
.story-new-view .story-btn-empty.story-btn a{ padding:14px 43px; line-height: 1; background-color: #f4f0e5; border:3px solid #e50000; color: #e50000; font-size: 16px; font-weight: bold; }
@media(max-width: 1400px){
    .story-new-view{ padding-top: 68px; }
    .story-new-view .story-btn-empty{ padding:30px 0 68px; }
}
/*s:ÃƒÂ£Ã¢â€šÂ¬Ã…Â ICTÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ§Ã¢â‚¬Â¢Ã…â€™ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â-*/
@media (max-width: 768px) {
    .story-new-view .story-btn-empty.story-btn a{ padding:10px 35px; font-size: 14px; border:2px solid #e50000; border-radius: 20px; }
    .story-new-view p{ text-align: left; }
    .story-new-view .con{ width: 100%; }
    .story-new-view{ padding-top: 40px; }
    .story-new-view .story-btn-empty{ padding-bottom: 40px; }
    .story-participate .text1{ font-size:17px;}
    .story-participate .text2{ font-size: 20px; }
    .time ul {
        padding: 90px 0px 40px;
    }
    .time ul li {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .time ul li span {
        padding: 11px 40px;
    }
    .selection .block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0;
    }
}
.selection{text-align: center;position: relative;}
.selection .title2{position: static;background-color: transparent;}
.selection .title2 h2{background-color: transparent;color: #fff;}
.selection .title2 h2:after{background: none;}
.selection .title2 h2:before{background: none;}
.selection {background: url(../images/selection-bg.jpg) no-repeat center center;}
/*.selection .pic{padding-top: 43%;position: relative;overflow: hidden;}*/
/*.selection .pic img{position: absolute;width: 100%;left: 0;top: 0;}*/
.selection .block{width: 100%;padding: 65px 90px;}
.selection ul{padding: 90px 0 40px;margin: 0 -15px;}
.selection ul li{width: 50%;float: left;}
.selection ul li span{color: #fff;font-size: 26px;text-align: center;display: inline-block;background-position: center center;background-repeat: no-repeat;width: 64px;height: 64px;background-size: 100%;line-height: 64px;position: absolute;left: 50%;top: -32px;margin-left: -32px;}
.selection ul li span.color1{background-image: url(../images/selection-number-bg1.png);}
.selection ul li span.color2{background-image: url(../images/selection-number-bg2.png);}
.selection ul li .left,.selection ul li .right{margin:0 15px;background: #fff;position: relative;}
.selection ul li p{font-size: 16px;line-height: 1.5;color: #333;padding: 60px 30px 50px;text-align: left;}
.selection strong{font-size: 16px;line-height: 30px;color: #fff;text-align: center;max-width: 730px;margin: 0 auto;display: block;font-weight: normal;}
@media (max-width: 768px) {
.selection {
	background: #b5aaa7;
}
.selection .pic {
    display: none;
}
.selection .block {
    position: static;
    padding: 30px 20px;
}
.selection ul li {
    width: 100%;
    float: none;
}
.selection ul {
    padding: 60px 0 40px;
    margin: 0 -15px;
}
}
.standard{margin-top: 0;text-align: center;position: relative;}
.standard{text-align: center;padding-top: 40px;}
.standard .con{text-align: left;}
.standard ul{margin: 0 -15px;padding: 30px 0 0 0;}
.standard ul li{float: left;width: 33.333%;}
.standard .left,.standard .center,.standard .right{margin: 0 15px;background: #f4f4f4;padding: 35px 35px 45px;}
.standard .pic{width: 22%;float: left;}
.standard .pic img{width: 100%;max-width: 83px;}
.standard .text{width: 78%;float: left;padding: 0 25px 0 30px;}
.standard h4{font-size: 24px;line-height: 30px;color: #333;font-weight: normal;margin-bottom: 15px;}
.standard p{font-size: 16px;line-height: 30px;color: #333;font-weight: normal;}
.standard p a{color: #2e88d3;}
.standard strong{text-align: right;display: block;font-size: 16px;line-height: 30px;color: #666666;font-weight: normal;padding: 10px 0;border-bottom: 1px solid #f4f4f4;}
@media (max-width: 768px) {
.standard ul li {
    float: none;
    width: 100%;
}
.standard ul {
    margin: 0;
    padding: 0 0 30px 0;
    background: #f4f4f4;
}
.standard .left, .standard .center, .standard .right {
    margin: 0;
    background: #f4f4f4;
    padding: 35px 20px 0;
}
.standard .text {
    width: 85%;
    float: left;
    padding: 0 0 0 20px;
}
.standard .pic {
    width: 15%;
    float: left;
}
}
.standard-btn{text-align: center;margin: 80px 0 50px;}
.standard-btn .tips{border:4px solid #e5e5e5;max-width: 714px;display: inline-block;padding: 5px 120px;position: relative;}
.standard-btn .tips:before{display: block;content: "";position: absolute;top: -4px;left: 4%;width: 92%;height: 4px;background: #fff;}
.standard-btn .tips:after{display: block;content: "";position: absolute;bottom: -4px;left: 4%;width: 92%;height: 4px;background: #fff;}
.standard-btn .tips p{font-size: 26px;line-height: 40px;color: #333;}
.standard-btn .tips p span{display: block;}
.standard-btn .tips a{display: inline-block;background-color: #e50000;text-decoration: none;text-align: center;border-radius: 50px;color: #fff;font-size: 20px;padding: 23px 80px;letter-spacing: 0px;margin-top: 35px;}

@media (max-width: 768px) {
.standard-btn .tips {
    padding: 5px 40px;
}
.standard-btn .tips p {
    font-size: 16px;
    line-height: 28px;
}
.standard-btn .tips p span {
    display: inline;
}
.standard-btn .tips a {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 20px;
}
.standard-btn {
    text-align: center;
    margin: 30px 0 0;
}

}
.newictmargintop{margin-top: 20px;padding-bottom: 100px;padding-top: 65px;}
.newict{text-align: center;}
.newict h2{font-size: 30px;line-height: 40px;color: #333;margin-bottom: 20px;}
.newict p{font-size: 18px;line-height: 30px;color: #333;max-width: 992px;margin: 0 auto;}
.newict a{color: #e50000;font-size: 14px;line-height: 16px;border: 1px solid #e50000;border-radius: 50px;padding: 5px 32px;margin-top: 40px;display: inline-block;}
.ict-footer{position: static;}



@media (max-width: 768px) {
    .newict h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .newictmargintop {
        margin-top: 10px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .newict p {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
    .newict a {
        margin-top: 25px;
    }
}


.story_title_color2{color: #e39b00; text-align: center;}