@charset "utf-8";
/* 
    author:PengJin;
    date:2019-11-08;
*/

/* --banner-- */
.inpage-banner{height:230px;overflow:hidden;background-repeat:no-repeat;background-position:center;}
/* --end banner-- */

/* --crumbs-- */
.crumbs{padding:24px 0;height:30px;line-height:30px;color:#999;overflow:hidden;}
.crumbs a{position:relative;z-index:33;color:#999;}
.crumbs a:hover{color:#811d21;}
/* --end crumbs-- */

/* --case-menu-- */
.case-menu{position:relative;margin-top:-78px;height:78px;line-height:78px;overflow:hidden;}
.case-menu ul{float:right;overflow:hidden;}
.case-menu li{position:relative;float:left;margin-left:40px;font-size:15px;}
.case-menu li:after{display:none;position:absolute;left:50%;bottom:0;margin-left:-18px;width:32px;height:3px;content:"";background:#811d21;}
.case-menu li a{color:#666;}
.case-menu li:hover a,.case-menu li.cur a{color:#811d21;}
.case-menu li:hover:after,.case-menu li.cur:after{display:block;}
/* --end case-menu-- */

/* --filter-- */
.filter{margin:0 auto;width:1200px;overflow:hidden;background:#fff;}
.filter-list{position:relative;padding:18px 0;overflow:hidden;}
.filter-list:after{display:block;position:absolute;top:0;left:120px;width:1px;height:100%;content:"";background:#f0f0f0;}
.filter-list dl{padding:5px 0;overflow:hidden;}
.filter-list dt{float:left;width:120px;height:27px;line-height:27px;font-size:15px;color:#999;text-align:center;}
.filter-list dd{position:relative;padding-left:90px;overflow:hidden;}
.filter-list dd a{display:inline-block;margin:5px 20px 5px 0;padding:0 5px;height:25px;line-height:25px;font-size:15px;color:#666;border:#fff solid 1px;}
.filter-list dl dd a:first-child{position:absolute;left:30px;top:0;}
.filter-list dd a.cur,.filter-list dd a:hover{color:#811d21;border-color:#811d21;border-radius:3px;}
.funBar{padding:22px 0;height:28px;line-height:28px;overflow:hidden;border-top:#f1f1f1 solid 1px;}
.funBar .search-from{position:relative;float:right;width:320px;height:28px;border-left:#f1f1f1 solid 1px;}
.funBar .search-from input{display:block;padding:0 30px;width:200px;height:28px;font-size:15px;border:none;background:transparent;}
.funBar .search-from input::-webkit-input-placeholder{color:#999;}
.funBar .search-from button{display:block;position:absolute;right:0;top:0;width:40px;height:28px;cursor:pointer;border:none;background:url(../images/Inpage/funBar_search.png) no-repeat center;}
.funBar .search-from button:hover{background-image:url(../images/Inpage/funBar_search_cur.png);}
.funBar .order{padding-left:155px;overflow:hidden;}
.funBar .order li{float:left;margin-right:25px;font-size:15px;}
.funBar .order li a{display:block;color:#999;}
.funBar .order li a.byread{padding-right:22px;background:url(../images/Inpage/byread.png) no-repeat right center;}
.funBar .order li.cur a{color:#811d21;}
.funBar .order li.cur a.byread{background-image:url(../images/Inpage/byread_cur.png);}
/* --end filter-- */

/* --case-- */
.case{padding:30px 0;overflow:hidden;}
.case-list{width:1215px;overflow:hidden;}
.case-list .item{position:relative;float:left;margin-right:15px;margin-bottom:15px;width:390px;overflow:hidden;background:#fff;}
.case-list .pic{width:390px;height:250px;overflow:hidden;}
.case-list .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.case-list .tit{position:absolute;left:0;top:206px;padding:15px 25px;width:340px;height:15px;line-height:18px;color:#fff;overflow:hidden;background:rgba(0,0,0,0.5);}
.case-list .tit em{display:block;float:right;padding-left:22px;font-size:14px;color:#fff;font-family:"DIN Medium";background:url(../images/Inpage/read_num.png) no-repeat 0 center;}
.case-list .tit span{display:block;width:270px;font-size:18px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.case-list .text{padding:0 25px;overflow:hidden;}
.case-list .meta{padding:16px 0;height:18px;line-height:18px;overflow:hidden;}
.case-list .meta em{float:right;color:#999;}
.case-list .meta span{display:inline-block;margin-right:15px;padding-right:15px;color:#666;border-right:#d6d6d6 solid 1px;}
.case-list .meta span:last-child{border-right:none;}
.case-list .author{margin-bottom:20px;height:54px;line-height:54px;overflow:hidden;background:#f1f1f1;}
.case-list .author .avatar{float:left;width:54px;height:54px;overflow:hidden;}
.case-list .author .avatar img{display:block;width:54px;height:54px;}
.case-list .author .info{padding-left:20px;font-size:14px;overflow:hidden;}
.case-list .author .info a.btn{float:right;padding:0 20px;color:#811d21;}
.case-list .author .info a.btn:hover{color:#fff;background:#811d21;}
.case-list .author .info span{display:inline-block;margin-right:12px;color:#666;}
.case-list .author .info span a{color:#666;}
.case-list .state{margin-bottom:20px;height:54px;line-height:54px;overflow:hidden;background:#f1f1f1;}
.case-list .state span{display:block;padding:0 30px;font-size:14px;color:#666;}
.case-list .item:hover .pic img{transform:scale(1.1);}
.case-list .item:hover .tit{background-color:#811d21;}
/* --end case-- */

/* --pager-- */
.pager{clear:both;padding:40px 0 20px;text-align:center;overflow:hidden;}
.pager a{display:inline-block;margin:0 4px;padding:0 15px;height:42px;line-height:42px;color:#999;background:#fff;border:#e8e8e8 solid 1px;}
.pager a:hover,.pager a.cur{color:#fff;background:#811d21;border-color:#811d21;}
.pager .nocur a.cur{display:inline-block;margin:0 4px;padding:0 18px;height:42px;line-height:42px;color:#999;background:#fff;border:#e8e8e8 solid 1px;}
.pager .nocur a,.pager .nocur a:hover{color:#fff;background:#811d21;border-color:#811d21;}
.pager-prev,.pager-next{font-family:"宋体";font-weight:bold;}
.el-pagination.is-background .el-pager li:not(.disabled).active{background-color: #811d21;}
.el-pager li {
    margin: 0 4px;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    color: #999;
    background: #fff;
    border: #e8e8e8 solid 1px;
   font-weight: 300;
}
.pager .el-pagination.is-background .el-pager li{
        background-color: #fff;
    }
.pager .el-pagination.is-background .el-pager li:hover{
background-color: #811d21;
color:#fff;
}
.el-pagination{display: inline-block;}
.el-pager{margin-top: -12px;}
.el-pager .more::before {
        line-height: 42px;
    }
/* --end pager-- */

/* --insertForm-- */
.insertForm{float:left;clear:both;margin-bottom:15px;padding:40px 0;width:1200px;background:#fff;margin: 0 auto 15px;}
.insertForm .text{float:left;padding-left: 30px !important;padding-right: 25px !important;width:230px;height: auto !important;background:url(../images/Inpage/insertForm.png) no-repeat right center;}
.insertForm .text h3{height:36px;line-height:36px;font-weight:normal;font-size:25px;color:#333;}
.insertForm .text p{margin-top:5px;height:28px;line-height:28px;font-size:20px;color:#666;}
.insertForm .form{padding-left:20px;padding-top:4px;overflow:hidden;}
.insertForm .form ul{width:890px;}
.insertForm .form li{float:left;margin-right:8px;}
.insertForm .form li input{display:block;padding:15px 35px;height:30px;line-height:30px;font-size:16px;border:none;}
.insertForm .form li input.userName{width:136px;background:url(../images/Inpage/insertForm_userName.png) no-repeat;}
.insertForm .form li input.userPhone{width:220px;background:url(../images/Inpage/insertForm_userPhone.png) no-repeat;}
.insertForm .form li input.userTxt{width:132px;background:url(../images/Inpage/insertForm_txt.png) no-repeat;}
.insertForm .form li a{display:block;width:150px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/insertForm_submit.png) no-repeat;}
.insertForm .form li a:hover{background-image:url(../images/Inpage/insertForm_submit_cur.png)}
.case-list .insertForm{margin-left:0;}
/* --end insertForm-- */


/* --news-- */
.news{padding-bottom:50px;overflow:hidden;}
.news-list{padding:0 40px;overflow:hidden;background:#fff;}
.news-list .item{padding:50px 0;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.news-list .item:last-child{border-bottom:none;}
.news-list .pic{float:left;width:250px;height:169px;overflow:hidden;}
.news-list .pic img{display:block;width:100%;transition:all 1s;}
.news-list .text{padding-left:25px;height:169px;overflow:hidden;}
.news-list .text h3{height:25px;line-height:25px;font-size:18px;font-weight:normal;overflow:hidden;}
.news-list .text h3 a{color:#333;}
.news-list .text p{margin-top:12px;height:81px;line-height:27px;font-size:16px;color:#666;overflow:hidden;}
.news-list .text .meta{margin-top:32px;height:20px;line-height:20px;font-size:12px;overflow:hidden;}
.news-list .text .meta em{color:#ccc;}
.news-list .text .meta span{display:inline-block;color:#999;}
.news-list .text .meta span:before{display:inline-block;margin:0 10px;content:"|";}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text h3 a{color:#811d21;}
/* --end news-- */

/* --hot-case-- */
.hot-case{padding-bottom:40px;overflow:hidden;}
.hot-case .box-title{margin-bottom:30px;height:25px;line-height:25px;overflow:hidden;}
.hot-case .box-title .more{display:block;float:right;font-size:16px;color:#999;}
.hot-case .box-title .more:hover{color:#811d21;}
.hot-case .box-title span{display:block;padding-left:16px;font-size:22px;color:#333;border-left:#ed6d01 solid 3px;}
/* --end hot-case-- */

/* --stage-- */
.stage{margin:0 auto;width:1200px;height:160px;background:url(../images/Inpage/stage_bg.png) repeat-x;}
.stage .item{position:relative;float:left;padding:20px 40px;width:320px;height:120px;}
.stage .item:before{display:block;position:absolute;left:0;top:0;width:1px;height:100%;content:"";background:rgba(255,255,255,0.1);}
.stage .item dt{padding-bottom:7px;height:45px;line-height:45px;overflow:hidden;background:url(../images/Inpage/stage_dt.png) no-repeat 0 bottom;}
.stage .item dt em{display:block;float:left;font-size:28px;color:#666;font-family:"DIN Medium";}
.stage .item dt span{display:block;padding-left:28px;font-size:20px;color:#fff;overflow:hidden;}
.stage .item dd{padding-left:55px;padding-top:12px;overflow:hidden;}
.stage .item dd a{display:block;float:left;margin-right:45px;width:75px;height:26px;line-height:26px;font-size:14px;color:#999;}
.stage .item dd a:before{display:inline-block;float:right; content:">";font-family:"宋体";}
.stage .item dd a.cur,.stage .item dd a:hover{color:#ed6d01;}
.stage .item.cur{background:url(../images/Inpage/stage_cur_bg.png) repeat-x;}
.stage .item.cur:after{display:block;position:absolute;left:0;top:100%;width:100%;height:20px;content:"";background:url(../images/Inpage/stage_cur.png) no-repeat;}
.stage .item.cur dt em,.stage .item.cur dt span{color:#ed6d01;}
/* --end stage-- */

/* --case-details-- */
.case-details{margin-bottom:60px;overflow:hidden;}
.case-details .article{padding:40px;overflow:hidden;background:#fff;}
.case-details .article h1{min-height:45px;line-height:45px;font-size:24px;font-weight:normal;color:#333;}
.case-details .article h1 span{display:inline-block;margin:0 4px;}
.case-details .article .meta{height:27px;line-height:27px;font-size:14px;color:#999;overflow:hidden;}
.case-details .article .meta span{display:inline-block;margin-right:8px;}
.case-details .article .attr{margin-top:30px;overflow:hidden;}
.case-details .article .attr table{width:100%;}
.case-details .article .attr table td{padding:28px;font-size:16px;color:#999;border:#f1f1f1 solid 1px;}
.case-details .article .attr table td span{color:#333;}
.case-details .article .state{padding-top:36px;overflow:hidden;}
.case-details .article .state li{position:relative;float:left;padding-top:65px;width:20%;line-height:32px;text-align:center;font-size:14px;color:#999;overflow:hidden;background:url(../images/Inpage/state.png) no-repeat center 0;}
.case-details .article .state li:before,.case-details .article .state li:after{display:block;position:absolute;top:7px;width:44.5%;height:4px;content:"";background:#e5e5e5;}
.case-details .article .state li:before{left:0;}
.case-details .article .state li:after{right:0;}
.case-details .article .state li.ing,.case-details .article .state li.ed{color:#8d1d22;background-image:url(../images/Inpage/state_cur.png);}
.case-details .article .state li.ing:before{background:#8d1d22;}
.case-details .article .state li.ed:before,.case-details .article .state li.ed:after{background:#8d1d22;}
.case-details .article .state li:last-child.ing:after{background:#8d1d22;}

.case-details .article .idea{margin-top:45px;overflow:hidden;}
.case-details .article .idea .tit{padding-bottom:25px;border-bottom:#f1f1f1 solid 1px;}
.case-details .article .idea .tit span{display:block;padding-left:12px;font-size:20px;color:#333;border-left:#8d1d22 solid 2px;}
.case-details .article .idea .con{padding-top:25px;overflow:hidden;}
.case-details .article .idea .summary{line-height:30px;font-size:16px;color:#666;overflow:hidden;}
.case-details .article .idea .imgBox{overflow:hidden;}
.case-details .article .idea .imgBox li{position:relative;margin-top:40px;overflow:hidden;}
.case-details .article .idea .imgBox li a{display:block;position:relative;}
.case-details .article .idea .imgBox li a img{display:block;width:100%;}
.case-details .article .idea .imgBox li a p{position:absolute;left:0;bottom:0;padding:0 3%;width:94%;height:40px;line-height:40px;font-size:16px;color:#fff;background:rgba(0,0,0,0.5)}
.case-details .article .idea .imgBox li .summary{margin-top:10px;}
.site-progress{}
.site-progress .item{position:relative;margin-top:60px;}
.site-progress .box-tit{position:relative;height:32px;line-height:32px;}
.site-progress .box-tit em{display:block;position:absolute;left:-40px;top:0;width:40px;text-align:center;font-size:12px;color:#fff;font-family:"DIN Medium";background:url(../images/Inpage/site_num.png) no-repeat;}
.site-progress .box-tit span{display:block;margin-left:3px;width:114px;height:32px;line-height:32px;text-align:center;font-size:18px;color:#666;background:url(../images/Inpage/site_span.png) no-repeat;}
.site-progress .box-con{overflow:hidden;}
.site-progress .box-con .summary{margin-top:16px;padding:30px;line-height:30px;font-size:16px;color:#666;background:#f1f1f1;}
.site-progress .box-con .bigImg{position:relative;margin-top:20px;width:820px;height:525px;overflow:hidden;}
.site-progress .box-con .bigImg img{display:block;width:820px;height:525px;}
.site-progress .box-con .bigImg p{position:absolute;left:0;bottom:0;right:0;padding:0 35px;height:60px;line-height:60px;font-size:16px;color:#fff;background:rgba(0,0,0,0.5);}
.site-progress .box-con .thumb{overflow:hidden;}
.site-progress .box-con .thumb ul{width:840px;}
.site-progress .box-con .thumb li{float:left;margin-top:20px;margin-right:20px;width:260px;overflow:hidden;}
.site-progress .box-con .thumb li img{display:block;width:260px;height:165px;}
.site-progress .box-con .thumb li p{padding:0 10px;height:54px;line-height:54px;font-size:16px;color:#666;text-align:center;overflow:hidden;border:#ececec solid 1px;border-top:none;}

 .articlePager{padding:20px 40px;height:30px;line-height:30px;overflow:hidden;border-top:#ebebeb solid 1px;background:#fff;}
 .articlePager .prev{display:block;float:left;width:50%;text-align:left;font-size:15px;color:#666;}
 .articlePager .prev:before{display:inline-block;margin-right:10px;width:7px;height:12px;content:"";background:url(../images/Inpage/pager_prev.png) no-repeat;}
 .articlePager .next{display:block;float:right;width:50%;text-align:right;font-size:15px;color:#666;}
 .articlePager .next:after{display:inline-block;margin-left:10px;width:7px;height:12px;content:"";background:url(../images/Inpage/pager_next.png) no-repeat;}
 .articlePager a:hover{color:#8d1d22;}
.case-details .subBox{position:relative;margin-bottom:20px;padding:0 20px;overflow:hidden;background:#fff;}
.case-details .subBox:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#8d1d22;}
.case-details .subBox h2{padding:24px 0 16px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;border-bottom:#efefef solid 1px;}
.case-details .subBox .more{display:block;margin:0 auto;width:126px;height:41px;line-height:41px;text-align:center;color:#fff;background:url(../images/Inpage/subBox_more.png) no-repeat;}
.case-details .subBox .more:hover{background-image:url(../images/Inpage/subBox_more_cur.png)}
.case-details .byDesigner .con{padding:20px 0;overflow:hidden;}
.case-details .byDesigner .pic{position:relative;float:left;width:112px;height:112px;text-align:center;overflow:hidden;}
.case-details .byDesigner .pic img{display:block;width:112px;height:112px;transition:all 0.5s;}
.case-details .byDesigner .pic:hover img{transform:scale(1.1);}
.case-details .byDesigner .pic span{display:block;position:absolute;left:0;bottom:0;width:100%;height:30px;line-height:30px;font-size:14px;color:#fff;background:rgba(141,29,34,0.8);}
.case-details .byDesigner .text{padding-left:20px;overflow:hidden;}
.case-details .byDesigner .text h3{height:25px;line-height:25px;font-size:20px;font-weight:normal;color:#333;overflow:hidden;}
.case-details .byDesigner .text h3 a{color:#333;}
.case-details .byDesigner .text h3 a:hover{color:#8d1d22;}
.case-details .byDesigner .text p{margin-top:15px;font-size:14px;color:#666;overflow:hidden;}
.case-details .byDesigner .text p span{display:block;height:26px;line-height:26px;}
.case-details .byStore .con{padding-bottom:30px;overflow:hidden;}
.case-details .byStore .pic{width:240px;height:150px;overflow:hidden;}
.case-details .byStore .pic img{display:block;width:100%;transition:all 1s;}
.case-details .byStore .pic:hover img{transform:scale(1.1);}
.case-details .byStore .text{text-align:center;}
.case-details .byStore .text h3{display:inline-block;padding:16px;font-size:20px;font-weight:normal;color:#333;overflow:hidden;border-bottom:#f1f1f1 solid 1px;}
.case-details .byStore .text p{padding:15px 0;font-size:14px;color:#666;overflow:hidden;}
.case-details .byStore .text p span:first-child:after{display:inline-block;margin:0 8px;width:1px;height:12px;content:"";background:#efefef;}
.case-details .bySiter .con{padding-bottom:30px;overflow:hidden;}
.case-details .bySiter .pic{width:240px;height:150px;overflow:hidden;}
.case-details .bySiter .pic img{display:block;width:100%;transition:all 1s;}
.case-details .bySiter .pic:hover img{transform:scale(1.1);}
.case-details .bySiter .text{text-align:center;}
.case-details .bySiter .text h3{display:inline-block;padding:16px;font-size:20px;font-weight:normal;color:#333;overflow:hidden;border-bottom:#f1f1f1 solid 1px;}
.case-details .bySiter .text p{padding:15px 0;font-size:14px;color:#666;overflow:hidden;}
.case-details .subForm{z-index:333;top:0;padding:0 5px 5px;overflow:hidden;background:#8d1d22 url(../images/Inpage/subForm_tit.png) repeat-x 0 0;}
.case-details .subForm h2{height:70px;line-height:70px;font-size:22px;font-weight:normal;color:#fff;text-align:center;}
.case-details .subForm .con{padding:20px 15px;overflow:hidden;background:#fff;}
.case-details .subForm li{margin-bottom:10px;overflow:hidden;}
.case-details .subForm li input{display:block;padding:15px 20px;width:198px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.case-details .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.case-details .subForm li a:hover{background:#8d1d22;}
.case-details .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.case-details .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}
/* --end case-details-- */

/* --project-- */
.project{padding-bottom:50px;overflow:hidden;}
.project-list .item{margin-bottom:20px;padding:30px;overflow:hidden;background:#fff;}
.project-list .pic{float:left;width:305px;height:224px;overflow:hidden;}
.project-list .pic img{display:block;width:305px;height:224px;transition:all 1s;}
.project-list .pic:hover img{transform:scale(1.1);}
.project-list .text{padding-left:35px;overflow:hidden;}
.project-list .tit{height:52px;line-height:52px;overflow:hidden;}
.project-list .tit span{display:block;float:right;font-size:15px;color:#666;}
.project-list .tit span em{font-family:"DIN Medium";font-size:24px;color:#8d1d22;}
.project-list .tit h3{width:300px;font-weight:normal;font-size:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.project-list .tit h3 a{color:#333;}
.project-list .tit h3 a:hover{color:#8d1d22;}
.project-list .summary{height:72px;line-height:24px;font-size:14px;color:#999;overflow:hidden;}
.project-list .address{margin-top:30px;padding-left:22px;height:25px;line-height:25px;font-size:14px;color:#666;background:url(../images/Inpage/address.png) no-repeat 0 center;}
.project-list .tag{margin-top:20px;height:27px;line-height:27px;font-size:15px;color:#999;}
.project-list .tag span{display:inline-block;margin-right:10px;width:122px;height:27px;text-align:center; background:url(../images/Inpage/project_tag.png) no-repeat;}
.project .subForm{position:relative;z-index:333;top:0;margin-bottom:20px;padding:0 20px 20px;overflow:hidden;background:#fff;}
.project .subForm:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#ed6d01;}
.project .subForm h2{padding:24px 0 16px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;}
.project .subForm .con{overflow:hidden;background:#fff;}
.project .subForm li{margin-bottom:10px;overflow:hidden;}
.project .subForm li input{display:block;padding:15px 20px;width:198px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.project .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.project .subForm li a:hover{background:#8d1d22;}
.project .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.project .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}
/* --end project-- */

/* --insertForm2-- */
.insertForm2{clear:both;margin-bottom:20px;padding:30px;overflow:hidden;background:#fff;}
.insertForm2 .hd{padding-left:20px;height:40px;line-height:40px;overflow:hidden;}
.insertForm2 .hd h3{display:inline-block;font-size:25px;font-weight:normal;color:#333;vertical-align:middle;}
.insertForm2 .hd h3:after{display:inline-block;margin:0 10px;width:1px;height:22px;content:"";background:#ddd;vertical-align:middle;}
.insertForm2 .hd span{display:inline-block;font-size:18px;color:#666;vertical-align:middle;}
.insertForm2 .bd{padding-top:15px;overflow:hidden;}
.insertForm2 .bd ul{width:846px;}
.insertForm2 .bd li{float:left;margin-right:10px;}
.insertForm2 .bd li input{display:block;padding:10px 35px;height:30px;line-height:30px;font-size:16px;border:none;}
.insertForm2 .bd li input#userName{width:134px;background:url(../images/Inpage/insertForm2_userName.png) no-repeat;}
.insertForm2 .bd li input#userPhone{width:134px;background:url(../images/Inpage/insertForm2_userPhone.png) no-repeat;}
.insertForm2 .bd li input#userTxt{width:164px;background:url(../images/Inpage/insertForm2_txt.png) no-repeat;}
.insertForm2 .bd li a{display:block;width:164px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/insertForm2_submit.png) no-repeat;}
.insertForm2 .bd li a:hover{background-image:url(../images/Inpage/insertForm2_submit_cur.png)}
/* --end insertForm2-- */

/* --banner-search-- */
.banner-search{position:relative;z-index:333;margin:-194px auto 0;width:480px;height:70px;border-bottom:#fff solid 1px;}
.banner-search input{display:block;padding:20px 0;width:400px;height:30px;line-height:30px;border:none;font-size:16px;color:#fff;background:transparent;}
.banner-search input::-webkit-input-placeholder{color:#fff;}
.banner-search button{display:block;position:absolute;right:0;top:0;width:18px;height:100%;cursor:pointer;border:none;background:url(../images/Inpage/banner_search.png) no-repeat center;}
/* --end banner-search-- */

/* --project-menu-- */
.project-menu{position:relative;margin:53px auto 0;width:1200px;height:70px;line-height:70px;overflow:hidden;background:rgba(0,0,0,0.5);}
.project-menu li{float:left;width:109px;height:70px;text-align:center;font-size:18px;}
.project-menu li a{display:block;height:70px;color:#fff;border-right:rgba(255,255,255,0.15) solid 1px;}
.project-menu li:last-child a{border-right:none;}
.project-menu li.cur a,.project-menu li:hover a{background:#8d1d22;}
/* --end project-menu-- */

/* --project-info-- */
.project-info{margin:0 auto;padding:30px;width:1140px;overflow:hidden;background:#fff;}
.project-info .pic{position:relative;float:left;width:490px;height:360px;overflow:hidden;}
.project-info .pic img{display:block;width:490px;height:360px;}
.project-info .pic p{position:absolute;left:0;bottom:0;padding:15px 20px 15px 40px;width:430px;height:30px;line-height:30px;font-size:14px;color:#fff;background:rgba(0,0,0,0.5) url(../images/Inpage/address2.png) no-repeat 20px center;}
.project-info .text{padding-left:40px;overflow:hidden;}
.project-info .text .tit{height:60px;line-height:60px;overflow:hidden;}
.project-info .text .tit span{float:right;font-size:15px;color:#666;}
.project-info .text .tit span em{font-family:"DIN Medium";font-size:24px;color:#8d1d22;}
.project-info .text .tit h3{font-weight:normal;font-size:30px;color:#333;}
.project-info .text .summary{margin-top:7px;height:75px;line-height:25px;font-size:14px;color:#999;overflow:hidden;}
.project-info .text .tag{margin-top:40px;padding-bottom:28px;height:27px;line-height:27px;overflow:hidden;border-bottom:#e8e8e8 solid 1px;}
.project-info .text .tag dt{float:left;font-size:14px;color:#333;}
.project-info .text .tag dd{padding-left:25px;overflow:hidden;}
.project-info .text .tag dd span{display:inline-block;margin-right:8px;width:122px;height:27px;text-align:center;font-size:15px;color:#999;background:url(../images/Inpage/project_tag.png) no-repeat;}
.project-info .text .tips{padding-top:25px;height:25px;line-height:25px;overflow:hidden;}
.project-info .text .tips dt{float:left;padding-right:16px;font-size:16px;color:#333;border-right:#ccc solid 1px;}
.project-info .text .tips dd{padding-left:25px;font-size:16px;color:#666;overflow:hidden;}
.project-info .text .form{margin-top:20px;overflow:hidden;}
.project-info .text .form li{float:left;margin-right:10px;}
.project-info .text .form li input{display:block;padding:10px 35px;width:134px;height:30px;line-height:30px;font-size:16px;border:none;background:url(../images/Inpage/insertForm2_userName.png) no-repeat;}
.project-info .text .form li a{display:block;width:164px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/insertForm2_submit.png) no-repeat;}
.project-info .text .form li a:hover{background-image:url(../images/Inpage/insertForm2_submit_cur.png)}
/* --end project-info-- */

/* --project-details-- */
.project-details{margin:20px auto 60px;width:1200px;overflow:hidden;}
.project-details .tab-menu{z-index: 333;width:100%;overflow:hidden;background: #f1f1f1;}
.project-details .tab-menu li{position:relative;float:left;margin-right:45px;padding:25px 0;font-size:20px;color:#999;cursor:pointer;overflow:hidden;display:none;}
.project-details .tab-menu li.cur{color:#333;}
.project-details .tab-menu li:after{display:none;position:absolute;left:24px;bottom:0;width:32px;height:3px;content:"";background:#8d1d22;}
.project-details .tab-menu li.cur:after{display:block;}
.project-details .tabCon{margin-bottom:40px;padding:0 50px 50px;overflow:hidden;background:#fff;display:none;}
.project-details .tabCon:last-child{margin-bottom:0;}
.project-details .tabCon .tit{padding:30px 0;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.project-details .tabCon .tit em{float:right;font-size:15px;}
.project-details .tabCon .tit em a{color:#999;}
.project-details .tabCon .tit span{font-size:24px;color:#333;}
.project-details .tabCon .tit span a{color:#333;}
.project-details .tabCon .tit a:hover{color:#8d1d22;}

.lpal-list{overflow:hidden;}
.lpal-list .item{margin-top:40px;height:250px;overflow:hidden;}
.lpal-list .pic{float:left;width:390px;height:250px;overflow:hidden;}
.lpal-list .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.lpal-list .pic:hover img{transform:scale(1.1);}
.lpal-list .text{padding-left:40px;overflow:hidden;}
.lpal-list .text h3{height:25px;line-height:25px;font-weight:normal;font-size:18px;overflow:hidden;}
.lpal-list .text h3 a{color:#333;}
.lpal-list .text h3 a:hover{color:#8d1d22;}
.lpal-list .text .meta{margin-top:16px;font-size:14px;color:#666;overflow:hidden;}
.lpal-list .text .meta span{display:inline-block;vertical-align:middle;}
.lpal-list .text .meta span:after{display:inline-block;margin:0 20px;width:1px;height:14px;content:"";vertical-align:middle;background:#d6d6d6;}
.lpal-list .text .meta span:last-child:after{display:none;}
.lpal-list .text .imgBox{margin-top:60px;overflow:hidden;}
.lpal-list .text .imgBox ul{width:720px;}
.lpal-list .text .imgBox li{float:left;margin-right:25px;width:206px;height:132px;overflow:hidden;}
.lpal-list .text .imgBox li img{display:block;width:206px;height:132px;transition:all 1s;}
.lpal-list .text .imgBox li:hover img{transform:scale(1.1);}

.sggd-list{}
.sggd-list .item{margin-top:20px;height:250px;overflow:hidden;}
.sggd-list .pic{float:left;width:390px;height:250px;overflow:hidden;}
.sggd-list .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.sggd-list .pic:hover img{transform:scale(1.1);}
.sggd-list .text{padding-left:40px;overflow:hidden;}
.sggd-list .text .more{display:block;float:right;width:118px;height:46px;line-height:46px;text-align:center;font-size:14px;color:#666;background:url(../images/Inpage/sggd_more.png) no-repeat;}
.sggd-list .text .more:hover{color:#fff;background-image:url(../images/Inpage/sggd_more_cur.png);}
.sggd-list .text h3{height:25px;line-height:25px;font-weight:normal;font-size:18px;overflow:hidden;}
.sggd-list .text h3 a{color:#333;}
.sggd-list .text h3 a:hover{color:#8d1d22;}
.sggd-list .text .meta{margin-top:16px;font-size:14px;color:#666;overflow:hidden;}
.sggd-list .text .meta span{display:inline-block;vertical-align:middle;}
.sggd-list .text .meta span:after{display:inline-block;margin:0 20px;width:1px;height:14px;content:"";vertical-align:middle;background:#d6d6d6;}
.sggd-list .text .meta span:last-child:after{display:none;}
.sggd-list .text .state{margin-top:60px;overflow:hidden;}
.sggd-list .text .state li{position:relative;float:left;padding-top:65px;width:134px;line-height:32px;text-align:center;font-size:14px;color:#999;overflow:hidden;background:url(../images/Inpage/state.png) no-repeat center 0;}
.sggd-list .text .state li:before,.sggd-list .text .state li:after{display:block;position:absolute;top:7px;width:58px;height:4px;content:"";background:#e5e5e5;}
.sggd-list .text .state li:before{left:0;}
.sggd-list .text .state li:after{right:0;}
.sggd-list .text .state li.ing,.sggd-list .text .state li.ed{color:#8d1d22;background-image:url(../images/Inpage/state_cur.png);}
.sggd-list .text .state li.ing:before{background:#8d1d22;}
.sggd-list .text .state li.ed:before,.sggd-list .text .state li.ed:after{background:#8d1d22;}
.sggd-list .text .state li:last-child.ing:after{background:#8d1d22;}
.project-details .byStore{margin-top:40px;overflow:hidden;background:#f1f1f1;}
.project-details .byStore .pic{float:left;width:550px;height:375px;overflow:hidden;}
.project-details .byStore .pic img{display:block;width:550px;height:375px;}
.project-details .byStore .text{padding:20px 40px;overflow:hidden;}
.project-details .byStore .info{padding-bottom:20px;overflow:hidden;border-bottom:#d8d8d8 solid 1px;}
.project-details .byStore .info h2{margin-bottom:15px;padding-left:46px;height:50px;line-height:50px;font-size:24px;color:#333;font-weight:normal;overflow:hidden;background:url(../images/Inpage/byStore_icon.png) no-repeat 0 center;}
.project-details .byStore .info p{padding-left:25px;height:30px;line-height:30px;font-size:16px;color:#666;}
.project-details .byStore .info p.p1{background:url(../images/Inpage/byStore_p1.png) no-repeat 0 center;}
.project-details .byStore .info p.p2{background:url(../images/Inpage/byStore_p2.png) no-repeat 0 center;}
.project-details .byStore .form{padding-top:16px;overflow:hidden;}
.project-details .byStore .form h3{height:26px;line-height:26px;font-size:18px;font-weight:normal;color:#333;overflow:hidden;}
.project-details .byStore .form ul{padding-top:6px;overflow:hidden;}
.project-details .byStore .form li{margin-top:20px;overflow:hidden;}
.project-details .byStore .form li input{display:block;padding:15px 35px;width:155px;height:20px;line-height:20px;font-size:16px;border:none;background:url(../images/Inpage/byStore_ipt.png) no-repeat;}
.project-details .byStore .form li a{display:block;width:466px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;background:url(../images/Inpage/byStore_btn.png) no-repeat center;}
.project-details .byStore .form li a:hover{background-image:url(../images/Inpage/byStore_btn_cur.png)}
/* --end project-details-- */

/* --sggd-wrap-- */
.sggd-wrap{padding-bottom:50px;}
.sggd-wrap .item{padding:50px;overflow:hidden;background:#fff;}
.sggd-wrap .item:hover{box-shadow:0 0 20px rgba(0,0,0,0.15)}
/* --end sggd-wrap-- */

/* --insertForm3-- */
.insertForm3{clear:both;margin-top:20px;padding:40px 0;width:1200px;background:#fff;}
.insertForm3 .text{float:left;padding-left:30px;width:230px;background:url(../images/Inpage/insertForm.png) no-repeat right center;}
.insertForm3 .text h3{height:36px;line-height:36px;font-weight:normal;font-size:32px;color:#333;}
.insertForm3 .text p{margin-top:5px;height:28px;line-height:28px;font-size:16px;color:#666;}
.insertForm3 .form{padding-left:20px;padding-top:4px;overflow:hidden;}
.insertForm3 .form ul{width:890px;}
.insertForm3 .form li{float:left;margin-right:8px;}
.insertForm3 .form li input{display:block;padding:15px 35px;height:30px;line-height:30px;font-size:16px;border:none;}
.insertForm3 .form li input#userName{width:136px;background:url(../images/Inpage/insertForm_userName.png) no-repeat;}
.insertForm3 .form li input#userPhone{width:136px;background:url(../images/Inpage/insertForm_userName.png) no-repeat;}
.insertForm3 .form li input#userTxt{width:220px;background:url(../images/Inpage/insertForm_userPhone.png) no-repeat;}
.insertForm3 .form li a{display:block;width:150px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/insertForm_submit.png) no-repeat;}
.insertForm3 .form li a:hover{background-image:url(../images/Inpage/insertForm_submit_cur.png)}
/* --end insertForm3-- */

/* --relevant-- */
.relevant-news{padding-bottom:62px;overflow:hidden;}
.relevant-news .box-title{margin-bottom:30px;height:25px;line-height:25px;overflow:hidden;}
.relevant-news .box-title .more{display:block;float:right;font-size:16px;color:#999;}
.relevant-news .box-title .more:hover{color:#811d21;}
.relevant-news .box-title span{display:block;padding-left:16px;font-size:22px;color:#333;border-left:#ed6d01 solid 3px;}
.relevant-news .news-top{float:left;padding-right:38px;width:770px;height:250px;overflow:hidden;border-right:#cecece solid 1px;}
.relevant-news .news-top .pic{float:left;width:390px;height:250px;overflow:hidden;}
.relevant-news .news-top .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.relevant-news .news-top .pic:hover img{transform:scale(1.1);}
.relevant-news .news-top .text{position:relative;float:right;width:350px;height:250px;overflow:hidden;}
.relevant-news .news-top .text:after{display:block;position:absolute;left:0;bottom:0;width:40px;height:1px;content:"";background:#ccc;}
.relevant-news .news-top .text h3{height:25px;line-height:25px;font-weight:normal;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.relevant-news .news-top .text h3 a{color:#333;}
.relevant-news .news-top .text h3 a:hover{color:#8d1d22;}
.relevant-news .news-top .text em{display:block;margin-top:10px;font-size:12px;color:#ccc;font-family:"DIN Medium";}
.relevant-news .news-top .text p{margin-top:25px;height:75px;line-height:25px;font-size:15px;color:#666;overflow:hidden;}
.relevant-news .list{padding-left:36px;height:250px;overflow:hidden;}
.relevant-news .list li{margin-bottom:18px;height:25px;line-height:25px;font-size:16px;overflow:hidden;}
.relevant-news .list li a{color:#333;}
.relevant-news .list li a:hover{color:#8d1d22;}
/* --end relevant-- */

/* --designed-- */
.designed{padding:30px 0;overflow:hidden;}
.designed-list{width:1220px;overflow:hidden;}
.designed-list .item{float:left;margin-right:20px;margin-bottom:20px;padding:30px;width:530px;overflow:hidden;background:#fff;}
.designed-list .pic{float:left;width:165px;height:165px;overflow:hidden;}
.designed-list .pic img{display:block;width:165px;height:165px;}
.designed-list .pic:hover img{opacity:0.8;}
.designed-list .text{padding-left:20px;height:165px;overflow:hidden;}
.designed-list .hd{overflow:hidden;}
.designed-list .hd .more{display:block;float:right;width:118px;height:46px;line-height:46px;text-align:center;font-size:14px;color:#fff;background:url(../images/Inpage/designed_more.png) no-repeat;}
.designed-list .hd .more:hover{background-image:url(../images/Inpage/designed_more_cur.png)}
.designed-list .hd h3{height:22px;line-height:22px;font-weight:normal;font-size:20px;color:#333;}
.designed-list .hd h3 a{color:#333;}
.designed-list .hd h3 a:hover{color:#8d1d22;}
.designed-list .hd span{display:block;margin-top:8px;font-size:14px;color:#666;}
.designed-list .bd{margin-top:20px;height:100px;line-height:25px;font-size:14px;color:#666;}
.designed-list .bd p{height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.designed-list .demo{clear:both;padding-top:28px;height:105px;overflow:hidden;}
.designed-list .demo ul{width:550px;overflow:hidden;}
.designed-list .demo li{float:left;margin-right:18px;width:165px;height:105px;overflow:hidden;}
.designed-list .demo li img{display:block;width:165px;height:105px;transition:all 1s;}
.designed-list .demo li:hover img{transform:scale(1.1);}
/* --end designed-- */

/* --designed-info-- */
.designed-info{position:relative;margin:-158px auto 40px;width:1200px;height:498px;overflow:hidden;}
.designed-info .pic{float:left;padding:10px;width:478px;height:478px;overflow:hidden;background:#fff;}
.designed-info .pic img{display:block;width:478px;height:478px;}
.designed-info .text{float:right;width:702px;height:498px;overflow:hidden;}
.designed-info .hd{padding:53px 0 59px 60px;height:46px;line-height:46px;overflow:hidden;}
.designed-info .hd .crumbs2{float:right;font-size:14px;color:#fff;}
.designed-info .hd .crumbs2 a{color:#fff;}
.designed-info .hd .crumbs2 a:hover{color:#811d21;}
.designed-info .hd .tit{width:260px;overflow:hidden;}
.designed-info .hd .tit a{display:block;float:right;color:#fff;width:118px;height:46px;line-height:46px;text-align:center;font-size:14px;color:#fff;background:url(../images/Inpage/designed_btn.png) no-repeat;}
.designed-info .hd .tit a:hover{background-image:url(../images/Inpage/designed_more_cur.png);}
.designed-info .hd .tit h3{font-size:28px;font-weight:normal;color:#fff;}
.designed-info .bd{position:relative;height:340px;overflow:hidden;background:#fff;}
.designed-info .bd:before,.designed-info .bd:after{display:block;position:absolute;content:"";background:#e5e5e5;}
.designed-info .bd:before{left:50%;top:50%;margin-top:-110px;width:1px;height:220px;}
.designed-info .bd:after{left:50%;top:50%;margin-left:-290px;width:580px;height:1px;}
.designed-info .bd dl{float:left;padding:60px;width:231px;height:50px;overflow:hidden;}
.designed-info .bd dt{float:left;width:50px;height:50px;overflow:hidden;}
.designed-info .bd dt img{display:block;width:50px;height:50px;}
.designed-info .bd dd{padding-left:20px;height:50px;overflow:hidden;}
.designed-info .bd dd .p1{height:22px;line-height:22px;font-size:16px;color:#666;}
.designed-info .bd dd .p2{height:28px;line-height:28px;font-size:14px;color:#666;}
.designed-info .bd dd .p2 em{font-family:"DIN Medium";font-size:26px;color:#ed6d01;}
.designed-info .bd dd .p2 span{font-size:18px;color:#ed6d01;}
/* --end designed-info-- */

/* --designed-detailed-- */
.designed-detailed{margin:30px auto;width:1200px;overflow:hidden;}
.designed-menu{z-index:999;text-align:center;width: 1200px;background: #f1f1f1;}
.designed-menu li{position:relative;display:inline-block;margin:0 26px;height:80px;line-height:80px;}
.designed-menu li:after{position:absolute;display:none;left:50%;bottom:0;margin-left:-16px;width:32px;height:3px;content:"";background:#811d21;}
.designed-menu li a{display:block;font-size:18px;color:#666;}
.designed-menu li.cur a,.designed-menu li:hover a{color:#811d21;}
.designed-menu li.cur:after,.designed-menu li:hover:after{display:block;}
.designed-main{overflow:hidden;}
.designed-main .conBox{margin-bottom:20px;padding:30px 50px 30px;overflow:hidden;background:#fff;}
.designed-main .conBox .tit{padding-bottom:20px;height:40px;line-height:40px;overflow:hidden;border-bottom:#ddd solid 1px;}
.designed-main .conBox .tit h3{font-weight:normal;font-size:24px;color:#333;}
.designed-main .conBox .tit a{float:right;font-size:15px;color:#999;}
.designed-main .conBox .tit a:hover{color:#811d21;}
.designed-main .intro .con{margin-top:20px;padding-right:20px;height:148px;line-height:30px;font-size:15px;color:#666;overflow-y:scroll;}
.designed-main .demo-list{overflow:hidden;}
.designed-main .demo-list .item{margin-top:40px;height:250px;overflow:hidden;}
.designed-main .demo-list .bigImg{float:left;width:390px;height:250px;overflow:hidden;}
.designed-main .demo-list .bigImg img{display:block;width:390px;height:250px;transition:all 1s;}
.designed-main .demo-list .bigImg:hover img{transform:scale(1.1);}
.designed-main .demo-list .text{padding-left:40px;height:250px;overflow:hidden;}
.designed-main .demo-list .text h3{height:25px;line-height:25px;font-weight:normal;font-size:18px;color:#333;overflow:hidden;}
.designed-main .demo-list .text h3 a{color:#333;}
.designed-main .demo-list .text h3 a:hover{color:#811d21;}
.designed-main .demo-list .meta{margin-top:15px;height:18px;line-height:18px;}
.designed-main .demo-list .meta span{display:inline-block;color:#999;}
.designed-main .demo-list .meta span:after{display:inline-block;margin:0 10px;content:"|";}
.designed-main .demo-list .meta span:last-child:after{display:none;}
.designed-main .demo-list .imgBox{margin-top:60px;width:735px;overflow:hidden;}
.designed-main .demo-list .imgBox li{float:left;margin-right:25px;width:206px;height:132px;overflow:hidden;}
.designed-main .demo-list .imgBox li img{display:block;width:206px;height:132px;transition:all 1s;}
.designed-main .demo-list .imgBox li:hover img{transform:scale(1.1);}

.designed-main .sggd-list .item{margin-top:40px;overflow:hidden;}

.comm-list .item{margin-top:40px;overflow:hidden;}
.comm-list .item .pic{float:left;width:390px;height:250px;overflow:hidden;}
.comm-list .item .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.comm-list .item .pic:hover img{transform:scale(1.1);}
.comm-list .item .text{float:right;width:670px;height:249px;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.comm-list .item .text h3{margin-top:15px;height:50px;line-height:25px;font-size:20px;font-weight:normal;color:#333;overflow:hidden;}
 .comm-list .item .text h3 a{color:#333;}
 .comm-list .item .text h3 a:hover{color:#811d21;}
 .comm-list .item .text p{margin-top:28px;height:81px;line-height:27px;font-size:16px;color:#666;overflow:hidden;}

.designed-main .byStore{margin-top:40px;overflow:hidden;background:#f1f1f1;}
.designed-main .byStore .pic{float:left;width:550px;height:375px;overflow:hidden;}
.designed-main .byStore .pic img{display:block;width:550px;height:375px;}
.designed-main .byStore .text{padding:20px 40px;overflow:hidden;}
.designed-main .byStore .info{padding-bottom:20px;overflow:hidden;border-bottom:#d8d8d8 solid 1px;}
.designed-main .byStore .info h2{margin-bottom:15px;padding-left:46px;height:50px;line-height:50px;font-size:24px;color:#333;font-weight:normal;overflow:hidden;background:url(../images/Inpage/byStore_icon.png) no-repeat 0 center;}
.designed-main .byStore .info p{padding-left:25px;height:30px;line-height:30px;font-size:16px;color:#666;}
.designed-main .byStore .info p.p1{background:url(../images/Inpage/byStore_p1.png) no-repeat 0 center;}
.designed-main .byStore .info p.p2{background:url(../images/Inpage/byStore_p2.png) no-repeat 0 center;}
.designed-main .byStore .form{padding-top:16px;overflow:hidden;}
.designed-main .byStore .form h3{height:26px;line-height:26px;font-size:18px;font-weight:normal;color:#333;overflow:hidden;}
.designed-main .byStore .form ul{padding-top:6px;overflow:hidden;}
.designed-main .byStore .form li{margin-top:20px;overflow:hidden;}
.designed-main .byStore .form li input{display:block;padding:15px 35px;width:155px;height:20px;line-height:20px;font-size:16px;border:none;background:url(../images/Inpage/byStore_ipt.png) no-repeat;}
.designed-main .byStore .form li a{display:block;width:466px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;background:url(../images/Inpage/byStore_btn.png) no-repeat center;}
.designed-main .byStore .form li a:hover{background-image:url(../images/Inpage/byStore_btn_cur.png)}

.designed-main .tjsjs{margin-top:40px;}
.designed-main .tjsjs-list{width:1200px; overflow:hidden;}
.designed-main .tjsjs-list .item{position:relative;float:left;margin-top:40px;margin-right:40px;width:245px;height:245px;overflow:hidden;}
.designed-main .tjsjs-list .pic{width:245px;height:245px;overflow:hidden;}
.designed-main .tjsjs-list .pic img{display:block;width:245px;height:245px;}
.designed-main .tjsjs-list .tit{position:absolute;left:0;bottom:0;padding:0 20px;width:205px;height:40px;line-height:40px;background:rgba(0,0,0,0.5);}
.designed-main .tjsjs-list .tit span{font-size:16px;color:#fff;}
.designed-main .tjsjs-list .tit a{float:right;font-size:14px;color:#fff;}
.designed-main .tjsjs-list .tit a:hover{color:#fff;}
.designed-main .tjsjs-list .item:hover .tit{background:#8d1d22;}

/* --end designed-detailed-- */


/* --store-- */
.stores{position:relative;height:820px;overflow:hidden;background:no-repeat center 0;cursor: pointer;}
.stores-tab{height:820px;overflow:hidden;background:url(../images/Index/store_tab.png) no-repeat center 0;}
.stores-list{position:relative;float:left;margin-top:150px;margin-left:-48px;width:570px;height:675px;overflow:hidden;}
.stores-list li{position:absolute;width:176px;height:150px;line-height:150px;text-align:center;font-size:20px;cursor:pointer;transition:all 0.5s linear;}
.stores-list li.cur{color:#fff !important;background-image:url(../images/Index/store_menu_cur.png);}
.stores-list li.li1{left:130px;top:0;color:#fff;}
.stores-list li.li2{left:130px;top:150px;color:#333;}
.stores-list li.li3{left:261px;top:76px;color:#333;}
.stores-list li.li4{left:393px;top:150px;color:#fff;}
.stores-list li.li5{left:-1px;top:225px;color:#fff;}
.stores-list li.li6{left:130px;top:300px;color:#333;}
.stores-list li.li7{left:261px;top:225px;color:#fff;}
.stores-list li.li8{left:393px;top:300px;color:#fff;}
.stores-list li.li9{left:261px;top:375px;color:#333;}
.stores-list li.li10{left:130px;top:450px;color:#333;}
.stores-list li.li11{left:261px;top:525px;color:#333;}
.stores-list li.li12{left:-1px;top:76px;color:#333;}
.stores-list li.li13{left:-1px;top:375px;color:#333;}
.stores-form-wrap{float:right;margin-top:-175px;width:1010px;height:125px;}
.stores-form-wrap .tabCon{display:none;}
.stores-form-wrap .leftCon{float:left;width:238px;height:125px;text-align:center;border-right:#fff solid 1px;}
.stores-form-wrap .leftCon i{display:block;margin:20px auto 15px;width:40px;height:40px;}
.stores-form-wrap .leftCon i img{display:block;width:40px;height:40px;}
.stores-form-wrap .leftCon span{display:block;color:#fff;font-size:24px;text-align:center;}
.stores-form-wrap .leftCon span a{color:#fff;}
.stores-form-wrap .rightCon{padding-left:56px;overflow:hidden;}
.stores-form-wrap .rightCon .info{height:42px;line-height:42px;font-size:16px;color:#fff;overflow:hidden;}
.stores-form-wrap .rightCon .info i{display:inline-block;margin:0 30px;width:1px;height:16px;vertical-align:middle;background:#fff;}
.store-form{padding-left:56px;padding-top:16px;overflow:hidden;}
.store-form ul{width:724px;}
.store-form li{float:left;margin-right:10px;}
.store-form li input{display:block;padding:15px 35px;height:20px;line-height:20px;font-size:16px;border:none;}
.store-form li input.userName{width:173px;background:url(../images/Index/store_userName.png) no-repeat;}
.store-form li input.userPhone{width:203px;background:url(../images/Index/store_userPhone.png) no-repeat;}
.store-form li a.submit{display:block;width:173px;height:50px;line-height:50px;font-size:16px;color:#fff;text-indent:40px;background:url(../images/Index/store_submit.png) no-repeat;}
.store-form li a.submit:hover{background-image:url(../images/Index/store_submit_cur.png)}
/* --end store-- */

/* --aboutus-banner-- */
.aboutus-banner{position:relative;height:640px;overflow:hidden;}
.aboutus-banner .text{padding-top:90px;text-align:center;}
.aboutus-banner .text p{font-size:36px;line-height:58px;color:#fff;}
.aboutus-banner .text i{display:block;margin:32px auto 0;width:32px;height:3px;background:#ed6d01;}
.help-menu{margin:92px auto 0;width:1200px;overflow:hidden;}
.help-menu ul{width:1275px;}
.help-menu li{float:left;margin-right:75px;width:137px;height:155px;text-align:center;}
.help-menu li a{display:block;width:137px;height:155px;overflow:hidden;background:url(../images/Inpage/help_menu.png) no-repeat;}
.help-menu li i{display:block;margin:36px auto 8px;width:40px;height:40px;overflow:hidden;}
.help-menu li span{display:block;font-size:18px;color:#fff;}
.help-menu li:hover a,.help-menu li.cur a{background-image:url(../images/Inpage/help_menu_cur.png);}
/* --end aboutus-banner-- */

/* --help-- */
.help-pager-one{padding-bottom:80px;overflow:hidden;background:#fff url(../images/Inpage/aboutus_bg.jpg) no-repeat center bottom;}
.help-pager-one .crumbs{border-bottom:#ddd solid 1px;}
.help-pager-one .pic{float:left;margin-top:80px;width:600px;height:480px;overflow:hidden;}
.help-pager-one .pic img{display:block;width:600px;height:480px;}
.help-pager-one .text{float:right;margin-top:80px;width:546px;height:480px;overflow:hidden;}
.help-pager-one .text h3{position:relative;padding-bottom:32px;height:94px;line-height:47px;font-size:36px;color:#333;font-weight:normal;overflow:hidden;}
.help-pager-one .text h3:after{display:block;position:absolute;left:0;bottom:0;width:32px;height:3px;content:"";background:#ed6d01;}
.help-pager-one .text .con{padding-top:20px;line-height:26px;font-size:15px;color:#666;overflow:hidden;}
.help-pager-one .text .con p{margin-top:26px;}

.help-pager-two{padding:70px 0;overflow:hidden;background:#f1f1f1 url(../images/Inpage/intro_bg.jpg) no-repeat center 0;}
.help-pager-two .text{float:left;width:600px;line-height:26px;font-size:15px;color:#666;overflow:hidden;}
.help-pager-two .text p{margin-top:26px;}

.help-pager-three{padding-top:70px;overflow:hidden;background:url(../images/Inpage/industry_bg.jpg) no-repeat center 0;}
.help-pager-three .fwpp{background:#fff;overflow:hidden;)}
.help-pager-three .group{padding:35px 0;overflow:hidden;}
.help-pager-three .group.bgshadow{background:url(../images/Inpage/fwpp_shadow.png) no-repeat center 0;}
.help-pager-three .group h3{margin-bottom:15px;height:30px;line-height:30px;font-weight:normal;font-size:18px;color:#333;text-align:center;}
.help-pager-three .group .list1,.help-pager-three .group .list2{overflow:hidden;}
.help-pager-three .group .list1 li{position:relative;float:left;width:25%;text-align:center;}
.help-pager-three .group .list2 li{position:relative;float:left;width:20%;text-align:center;}
.help-pager-three .group .list1 li:after,.help-pager-three .group .list2 li:after{display:block;position:absolute;right:0;top:0;width:1px;height:100%;content:"";background:#eee;}
.help-pager-three .group .list1 li img,.help-pager-three .group .list2 li img{width:220px;height:105px;}
.help-pager-three .group .list1 li p,.help-pager-three .group .list2 li p{margin-top:15px;height:60px;line-height:30px;font-size:18px;color:#666;}

.help-pager-four{padding:50px 0 70px;overflow:hidden;background:url(../images/Inpage/course_bg.jpg) no-repeat center 0;}
.course-slide{position:relative;margin-top:-62px;}
.course-list{width:1230px;height:580px;overflow:hidden;}
.course-list .item{float:left;margin-right:16px;padding-right: 10px;padding-bottom:10px;width:280px;height: 432px;background:url(../images/Inpage/course_item.png) no-repeat center bottom;}
.course-list .item em{display:block;padding-bottom:70px;height:40px;line-height:40px;font-size:32px;font-family:"DIN Medium";color:#ed6d01;text-align:center;background:url(../images/Inpage/course_date.png) no-repeat center bottom;}
.course-list .item .con{padding: 9px;overflow:hidden;}
.course-list .item .text h3{height:35px;line-height:35px;font-weight:normal;font-size:20px;color:#333;}
.course-list .item .text p{margin-top: 10px;height: 90px;line-height: 23px;font-size:14px;color:#666;overflow:auto;}
.course-list .item .pic{margin-top: 15px;height: 160px;overflow:hidden;}
.course-list .item .pic img{display:block;width:100%;}
.course-slide .arrow{position:relative;margin-top:32px;height:50px;overflow:hidden;}
.course-slide .arrow:after{display:block;position:absolute;z-index:1;top:50%;left:0;width:100%;height:1px;content:"";background:#d8d8d8;}
.course-slide .prev,.course-slide .next{position:absolute;z-index:3;top:0;width:50px;height:50px;cursor:pointer;}
.course-slide .prev{left:540px;background:url(../images/Inpage/arrow_l.png) no-repeat;}
.course-slide .prev:hover{background-image:url(../images/Inpage/arrow_l_cur.png)}
.course-slide .next{right:540px;background:url(../images/Inpage/arrow_r.png) no-repeat;}
.course-slide .next:hover{background-image:url(../images/Inpage/arrow_r_cur.png)}
.course-slide .slide-group{width:1230px;}
.course-slide .slide-group .item:nth-child(1){transform:translateY(0px);}
.course-slide .slide-group .item:nth-child(2){transform:translateY(88px);}
.course-slide .slide-group .item:nth-child(3){transform:translateY(110px);}
.course-slide .slide-group .item:nth-child(4){transform:translateY(68px);}

.help-pager-five{padding:70px 0;height:560px;overflow:hidden;background:#fff url(../images/Inpage/honor_bg.jpg) no-repeat center 0;}
.help-pager-five .wrap-title{text-align:left;}
.help-pager-five .wrap-title:before{margin:0 0 20px;}
.help-pager-five .text{float:left;margin-top:50px;width:460px;font-size:16px;color:#666;line-height:32px;overflow:hidden;}
.help-pager-five .pic{float:right;margin-top:-90px;width:700px;height:460px;overflow:hidden;}
 
.help-pager-six{padding:70px 0;height:560px;overflow:hidden;background:#fff url(../images/Inpage/idea_bg.jpg) no-repeat center 0;}
.help-pager-six .wrap-title{text-align:left;}
.help-pager-six .wrap-title:before{margin:0 0 20px;}
.idea-tab{margin-top:-70px;height:460px;overflow:hidden;}
.idea-menu{position:relative;float:left;width:444px;height:460px;overflow:hidden;}
.idea-menu li{position:absolute;width:139px;height:158px;line-height:158px;text-align:center;cursor:pointer;font-size:18px;color:#fff;}
.idea-menu li.li1{left:303px;top:43px;}
.idea-menu li.li2{left:224px;top:171px;}
.idea-menu li.li3{left:77px;top:172px;}
.idea-menu li.li4{left:0px;top:303px;}
.idea-menu li.li5{left:300px;top:301px;}
.idea-menu li.cur{background:url(../images/Inpage/idea_menu_cur.png) no-repeat;}
.idea-main{float:right;width:700px;height:460px;overflow:hidden;background:#f1f1f1;}
.idea-main .item{padding:50px 70px;overflow:hidden;}
.idea-main .item h3{height:45px;line-height:45px;font-weight:normal;font-size:24px;color:#333;}
.idea-main .item .summary{margin-top:20px;height:300px;line-height:30px;font-size:16px;color:#333;overflow:hidden;}

.help-pager-seven{padding:70px 0;height:450px;overflow:hidden;background:#fff url(../images/Inpage/yuepai_bg.jpg) no-repeat center 0;}
.help-pager-seven .wrap-title{text-align:left;}
.help-pager-seven .wrap-title:before{margin:0 0 20px;}
.help-pager-seven .text{padding-top:30px;width:520px;overflow:hidden;}
.help-pager-seven .text h3{height:45px;line-height:45px;font-weight:normal;font-size:24px;color:#333;}
.help-pager-seven .text .summary{margin-top:20px;height:120px;line-height:30px;font-size:16px;color:#333;overflow:hidden;}
.help-pager-seven .text .read{display:block;margin-top:25px;width:151px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#999;background:url(../images/Inpage/yuepai_read.png) no-repeat;}
.help-pager-seven .text .read:hover{color:#fff;background-image:url(../images/Inpage/yuepai_read_cur.png)}

.help-pager-eight{padding:30px 0;overflow:hidden;background:#fff;}
.help-pager-eight .pic{text-align: center;}
/* --end help-- */

/* --lxwm-- */
.lxwm-banner{height:620px;background-repeat:no-repeat;background-position:center;}
.lxwm-banner .crumbs,.lxwm-banner .crumbs *{color:#fff;}
.lxwm-info{position:relative;z-index:33;margin:-340px auto 0;width:1200px;height:340px;overflow:hidden;background:url(../images/Inpage/lxwm_info.png) no-repeat;}
.lxwm-info .leftCon{float:left;padding:0 60px;width:380px;height:340px;line-height:1.5;overflow:hidden;}
.lxwm-info .leftCon h3{margin-top:105px;font-weight:normal;font-size:32px;color:#fff;}
.lxwm-info .leftCon p{font-size:32px;color:#fff;}
.lxwm-info .rightCon{float:right;padding:0 60px;width:580px;height:340px;}
.lxwm-info .rightCon .hd{position:relative;margin-top:65px;line-height:1.3;overflow:hidden;}
.lxwm-info .rightCon .hd dt{font-size:16px;color:#fff;}
.lxwm-info .rightCon .hd dd{font-size:30px;color:#fff;}
.lxwm-info .rightCon .hd dd em{font-family:"DIN Medium";color:#ed6d01;}
.lxwm-info .rightCon .bd{padding-top:90px;overflow:hidden;}
.lxwm-info .rightCon .bd p{padding-left:32px;line-height:32px;font-size:16px;color:#fff;background:url(../images/Inpage/lxwm_address.png) no-repeat 0 center;}

.lxwm-form{margin:0 auto 60px;padding:50px 60px;width:1080px;overflow:hidden;background:#fff;}
.lxwm-form .wrap-title{text-align:left;}
.lxwm-form .wrap-title:before{margin:0 0 20px;}
.lxwm-form .wrap-title p{font-weight:normal;font-size:16px;}
.lxwm-form .inner{overflow:hidden;}
.lxwm-form .txtBox #txtShortDesc{padding:20px 30px;width:1018px;height:200px;font-size:18px;line-height:30px;color:#999;border:#e9e9e9 solid 1px;resize:none;background:url(../images/Inpage/txtShortDesc.png) no-repeat 98% 24px;}
.lxwm-form .iptBox{position:relative;margin-top:20px;overflow:hidden;}
.lxwm-form .iptBox input{display:block;padding:20px 30px;width:468px;height:28px;line-height:28px;font-size:18px;border:#e9e9e9 solid 1px;}
.lxwm-form .iptBox input#txtContact{background:url(../images/Inpage/txtContact.png) no-repeat 96% center;}
.lxwm-form .iptBox input#txtMobile{background:url(../images/Inpage/txtMobile.png) no-repeat 96% center;}
.lxwm-form .iptBox a.submit{display:block;width:530px;height:70px;line-height:70px;text-align:center;font-size:18px;color:#fff;background:#8d1d22;}
.lxwm-form .iptBox a.submit:hover{background:#ed6d01;}
.lxwm-form .iptBox #txtVerCode~#spVerCode{position:absolute;left:378px;top:1px;width:150px;height:68px;cursor:pointer;border-left:#e9e9e9 solid 1px;background:url(../images/Inpage/loading.gif) no-repeat center;}
.lxwm-form .iptBox #txtVerCode~#spVerCode img{ width: 150px;height: 68px;}
/* --end lxwm-- */

/* --news-details-- */
.news-details{margin-bottom:60px;overflow:hidden;}
.news-details .article{padding:40px;overflow:hidden;background:#fff;}
.news-details .article h1{min-height:45px;line-height:45px;font-size:24px;font-weight:normal;color:#333;}
.news-details .article .meta{height:27px;line-height:27px;font-size:14px;color:#999;overflow:hidden;}
.news-details .article .meta span{display:inline-block;margin-right:8px;}
.news-details .article .con{margin-top:35px;padding-top:35px;overflow:hidden;border-top:#e5e5e5 solid 1px;}
.news-details .article .con p{font-size:16px;color:#666;line-height:27px;}
.news-details .article .con img{max-width:100%;}
.news-details .subForm{top:0;z-index:333;}
.news-details .subForm:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#ed6d01;}
.news-details .subForm h2{padding-top:24px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;}
.news-details .subForm small{display:block;font-size:15px;color:#666;text-align:center;}
.news-details .subForm .con{padding-top:25px;overflow:hidden;background:#fff;}
.news-details .subForm{position:relative;margin-bottom:20px;padding:0 20px 30px;overflow:hidden;background:#fff;}
.news-details .subForm li{margin-bottom:20px;overflow:hidden;}
.news-details .subForm li input{display:block;padding:15px 20px;width:198px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.news-details .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.news-details .subForm li a:hover{background:#8d1d22;}
.news-details .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.news-details .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}
/* --end news-details-- */

/* --faq-- */
.faq-wrap{margin-top:-25px;padding-bottom:50px;overflow:hidden;}
.faq-wrap .left-wrap .hd{overflow:hidden;}
.faq-wrap .left-wrap .hd img{display:block;}
.faq-wrap .left-wrap .faq-list{margin-top:20px;overflow:hidden;}
.faq-wrap .left-wrap .faq-list dl{margin-bottom:20px;padding:30px 40px;cursor:pointer;overflow:hidden;background:#fff;}
.faq-wrap .left-wrap .faq-list dt{position:relative;padding-left:58px;height:34px;line-height:34px;font-size:16px;color:#111;overflow:hidden;background:url(../images/Inpage/wen.png) no-repeat 0 center;}
.faq-wrap .left-wrap .faq-list dt:after{display:block;position:absolute;right:0;top:50%;margin-top:-5px;width:16px;height:9px;content:"";background:url(../images/Inpage/faq_on.png) no-repeat;}
.faq-wrap .left-wrap .faq-list dd{margin-top:18px;padding-left:58px;height:54px;font-size:16px;color:#666;line-height:27px;overflow:hidden;background:url(../images/Inpage/da.png) no-repeat 0 0;transition:height 1s linear;}
.faq-wrap .left-wrap .faq-list dl.cur dt:after{background-image:url(../images/Inpage/faq_off.png);}
.faq-wrap .left-wrap .faq-list dl.cur dd{height:auto !important;}
.faq-wrap .left-wrap .faq-list dl:hover dt,.faq-wrap .left-wrap .faq-list dl:hover dd{color:#8d1d22;}
.faq-wrap .right-wrap{position:relative;margin-top:12px;} 
.faq-wrap .subForm{top:0;}
.faq-wrap .subForm:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#ed6d01;}
.faq-wrap .subForm h2{padding-top:24px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;}
.faq-wrap .subForm small{display:block;font-size:15px;color:#666;text-align:center;}
.faq-wrap .subForm .con{padding-top:25px;overflow:hidden;background:#fff;}
.faq-wrap .subForm{position:relative;margin-bottom:20px;padding:0 20px 30px;overflow:hidden;background:#fff;}
.faq-wrap .subForm li{margin-bottom:20px;overflow:hidden;}
.faq-wrap .subForm li input{display:block;padding:15px 20px;width:198px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.faq-wrap .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.faq-wrap .subForm li a:hover{background:#8d1d22;}
.faq-wrap .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.faq-wrap .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}
/* --end faq-- */

/* --news center-- */
.news-pager-one{margin:0 auto;width:1200px;overflow:hidden;}
.news-pager-one .news-ad{position:relative;width:900px;height:412px;overflow:hidden;}
.news-pager-one .news-ad .bd img{display:block;width:900px;height:412px;}
.news-pager-one .news-ad .hd{position:absolute;bottom:30px;left:0;width:100%;height:10px;text-align:center;}
.news-pager-one .news-ad .hd li{display:inline-block;margin:0 10px;width:10px;height:10px;cursor:pointer;text-indent:-9999px;background:#fff;border-radius:50%;}
.news-pager-one .news-ad .hd li.cur{background:#ed6d01;}
.news-pager-one .news-menu{margin-top:20px;overflow:hidden;background:url(../images/Inpage/stage_bg.png) repeat-x;}
.news-pager-one .news-menu .item{position:relative;float:left;padding:20px 30px;width:240px;height:120px;}
.news-pager-one .news-menu .item:before{display:block;position:absolute;left:0;top:0;width:1px;height:100%;content:"";background:rgba(255,255,255,0.1);}
.news-pager-one .news-menu .item dt{padding-bottom:7px;height:45px;line-height:45px;overflow:hidden;background:url(../images/Inpage/stage_dt.png) no-repeat 0 bottom;}
.news-pager-one .news-menu .item dt em{display:block;float:left;font-size:28px;color:#666;font-family:"DIN Medium";}
.news-pager-one .news-menu .item dt span{display:block;padding-left:28px;font-size:20px;color:#fff;overflow:hidden;}
.news-pager-one .news-menu .item dt a:hover *{color:#ed6d01;}
.news-pager-one .news-menu .item dd{padding-left:55px;padding-top:12px;width:240px;overflow:hidden;}
.news-pager-one .news-menu .item dd a{display:block;float:left;margin-right:45px;width:75px;height:26px;line-height:26px;font-size:14px;color:#999;}
.news-pager-one .news-menu .item dd a:before{display:inline-block;float:right; content:">";font-family:"宋体";}
.news-pager-one .news-menu .item dd a.cur,.news-pager-one .news-menu .item dd a:hover{color:#ed6d01;}
.news-pager-one .subForm{height:382px;}
.news-pager-one .subForm:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#ed6d01;}
.news-pager-one .subForm h2{padding-top:34px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;}
.news-pager-one .subForm small{display:block;font-size:15px;color:#666;text-align:center;}
.news-pager-one .subForm .con{padding-top:30px;overflow:hidden;background:#fff;}
.news-pager-one .subForm{position:relative;margin-bottom:20px;padding:0 20px 30px;overflow:hidden;background:#fff;}
.news-pager-one .subForm li{margin-bottom:20px;overflow:hidden;}
.news-pager-one .subForm li input{display:block;padding:15px 20px;width:198px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.news-pager-one .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.news-pager-one .subForm li a:hover{background:#8d1d22;}
.news-pager-one .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.news-pager-one .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}

.news-pager-one .sub-ad{overflow:hidden;}
.news-pager-one .sub-ad:hover img{opacity:0.8;}
/* --end news center-- */

/* --news-pager-two-- */
.news-pager-two{margin:0 auto 60px;width:1200px;overflow:hidden;}
.news-pager-two .news-group{position:relative;margin-top:20px;padding:40px;overflow:hidden;background:#fff;}
.news-pager-two .news-group:after{display:block;position:absolute;left:40px;top:0;width:32px;height:3px;content:"";background:#8d1d22;}
.news-pager-two .hd{margin-bottom:35px;height:40px;line-height:40px;overflow:hidden;}
.news-pager-two .hd .menu{float:right;}
.news-pager-two .hd .menu a{display:inline-block;margin-left:26px;font-size:15px;color:#999;}
.news-pager-two .hd .menu a:hover{color:#8d1d22;}
.news-pager-two .hd h2{font-weight:normal;font-size:28px;font-weight:normal;color:#333;}
.news-pager-two .news-hot{position:relative;float:left;width:560px;height:368px;overflow:hidden;}
.news-pager-two .news-hot .pic{width:560px;height:368px;overflow:hidden;}
.news-pager-two .news-hot .pic img{display:block;width:560px;height:368px;transition:all 1s;}
.news-pager-two .news-hot .text{position:absolute;left:0;bottom:0;width:100%;height:70px;background:rgba(0,0,0,0.4);}
.news-pager-two .news-hot .date{position:relative;float:left;width:100px;height:70px;text-align:center;color:#fff;font-family:"DIN Medium";overflow:hidden;border-right:#aaa solid 1px;}
.news-pager-two .news-hot .date span{display:inline-block;padding-top:2px;font-size:38px;}
.news-pager-two .news-hot .date em{display:block;font-size:12px;}
.news-pager-two .news-hot .tit{padding:0 40px;height:70px;line-height:70px;overflow:hidden;}
.news-pager-two .news-hot .tit a{display:block;font-size:18px;color:#fff;background:url(../images/Index/news_read.png) no-repeat right center;}
.news-pager-two .news-hot:hover .pic img{transform:scale(1.1);}
.news-pager-two .news-lists{float:right;margin-top:-20px;width:520px;height:390px;overflow:hidden;}
.news-pager-two .news-lists .item{padding:22px 0;height:85px;border-bottom:#efefef solid 1px;overflow:hidden;}
.news-pager-two .news-lists .date{float:left;padding:10px 0;width:50px;font-family:"DIN Medium";color:#ccc;overflow:hidden;}
.news-pager-two .news-lists .date span{display:block;font-size:38px;}
.news-pager-two .news-lists .date em{display:block;font-size:12px;}
.news-pager-two .news-lists .text{padding-left:24px;overflow:hidden;}
.news-pager-two .news-lists .text h3{height:30px;line-height:30px;font-size:18px;font-weight:normal;overflow:hidden;}
.news-pager-two .news-lists .text h3 a{color:#111;}
.news-pager-two .news-lists .text h3 a:hover{color:#811d21;}
.news-pager-two .news-lists .text p{margin-top:5px;height:50px;line-height:25px;color:#666;overflow:hidden;}
.news-pager-two .news-lists .item:first-child .date{border-top:#efefef solid 1px;}
.news-pager-two .news-lists .item .date:hover{color:#811d21;}
.news-pager-two .faq-list{position:relative;overflow:hidden;border:#efefef solid 1px;}
.news-pager-two .faq-list:after{display:block;position:absolute;left:50%;top:0;width:1px;height:100%;content:"";background:#efefef;}
.news-pager-two .faq-list dl{float:left;padding:20px;width:519px;cursor:pointer;overflow:hidden;background:#fff;border-bottom:#efefef solid 1px;}
.news-pager-two .faq-list dt{position:relative;padding-left:58px;height:34px;line-height:34px;font-size:16px;color:#111;overflow:hidden;background:url(../images/Inpage/wen.png) no-repeat 0 center;}
.news-pager-two .faq-list dt a{color:#111;}
.news-pager-two .faq-list dt a:hover{color:#811d21;}
.news-pager-two .faq-list dt:after{display:block;position:absolute;right:0;top:50%;margin-top:-5px;width:16px;height:9px;content:"";background:url(../images/Inpage/faq_on.png) no-repeat;}
.news-pager-two .faq-list dd{margin-top:18px;padding-left:58px;height:54px;font-size:16px;color:#666;line-height:27px;overflow:hidden;background:url(../images/Inpage/da.png) no-repeat 0 0;}
.news-pager-two .faq-list dd a{color:#666;}
.news-lists .item:hover  h3 a,.news-lists .item:hover  .date{color:#811d21 !important;}
/* --end news-pager-two-- */

/* --jpgz-banner-- */
.jpgz-banner{position: relative;height:610px;overflow:hidden;background-repeat:no-repeat;background-position:center;}
.jpgz-banner .crumbs{position:absolute;left:0;bottom:0;width:100%;}
/* --end jpgz-banner-- */

/* --jpgz-wrap-- */
.jpgz-wrap{padding:50px 0;overflow:hidden;}
.jpgz-list{width:1220px;overflow:hidden;}
.jpgz-list .item{float:left;margin-right:20px;margin-bottom:20px;padding:30px;width:530px;height:270px;background:#fff;}
.jpgz-list .item .pic{float:left;width:270px;height:270px;overflow:hidden;}
.jpgz-list .item .pic img{display:block;width:270px;height:270px;}
.jpgz-list .item .text{padding-left:40px;height:270px;overflow:hidden;}
.jpgz-list .item .text h3{height:25px;line-height:25px;font-weight:normal;font-size:20px;color:#333;}
.jpgz-list .item .text h4{margin-top:12px;padding-left:20px;padding-bottom:20px;height:25px;line-height:25px;font-weight:normal;font-size:18px;color:#8d1d22;border-bottom:#e4e4e4 solid 1px;background:url(../images/Inpage/jinpai.png) no-repeat 0 4px;}
.jpgz-list .item .text .summary{margin-top:30px;line-height:24px;overflow:hidden;}
.jpgz-list .item .text .summary p{margin-top:10px;font-size:14px;color:#666;}
.jpgz-wrap .insertForm3 .form li a{background-image:url(../images/Inpage/insertForm_submit.png);}
.jpgz-wrap .insertForm3 .form li a:hover{background-image:url(../images/Inpage/insertForm_submit_cur.png);}
/* --end jpgz-wrap-- */


/* --khkb-wrap-- */
.khkb-wrap{padding:50px 0;overflow:hidden;}
.khkb-list{width:1215px;overflow:hidden;}
.khkb-list .item{float:left;margin-right:15px;margin-bottom:15px;width:390px;overflow:hidden;background:#fff;}
.khkb-list .item .pic{width:390px;height:250px;overflow:hidden;}
.khkb-list .item .pic img{display:block;width:390px;height:250px;transition:all 1s;}
.khkb-list .item .pic:hover img{transform:scale(1.1);}
.khkb-list .item .text{padding:20px 25px;overflow:hidden;}
.khkb-list .item .text h3{height:48px;line-height:24px;font-weight:normal;font-size:16px;color:#333;overflow:hidden;}
.khkb-list .item .text h3 a{color:#333;}
.khkb-list .item .text h3 a:hover{color:#811d21;}
.khkb-list .item .text p{margin-top:14px;height:66px;line-height:22px;font-size:14px;color:#666;overflow:hidden;}
.khkb-list .author{margin-top:25px;height:54px;line-height:54px;overflow:hidden;background:#f1f1f1;}
.khkb-list .author .avatar{float:left;width:54px;height:54px;overflow:hidden;}
.khkb-list .author .avatar img{display:block;width:54px;height:54px;}
.khkb-list .author .info{padding-left:20px;font-size:14px;overflow:hidden;}
.khkb-list .author .info a.btn{float:right;padding:0 20px;color:#811d21;}
.khkb-list .author .info a.btn:hover{color:#fff;background:#811d21;}
.khkb-list .author .info span{display:inline-block;margin-right:12px;color:#666;}
.khkb-list .author .info span a{color:#666;}
.khkb-wrap .insertForm3 .form li a{background-image:url(../images/Inpage/insertForm_submit.png);}
.khkb-wrap .insertForm3 .form li a:hover{background-image:url(../images/Inpage/insertForm_submit_cur.png);}
/* --end khkb-wrap-- */

/* --mfyy-- */
.mfyy{height:1030px;overflow:hidden;background:url(../images/Inpage/mfyy_bg.jpg) no-repeat center 0;}
.mfyy .inner{position:relative;margin:0 auto;width:1200px;height:1030px;overflow:hidden;}
.mfyy .form{position:absolute;top:430px;right:52px;width:422px;overflow:hidden;}
.mfyy .form h3{height:40px;line-height:40px;text-align:center;font-size:28px;color:#333;font-weight:normal;overflow:hidden;}
.mfyy .form p{text-align:center;line-height:25px;font-size:16px;color:#666;}
.mfyy .form p em{font-family:"DIN Medium";color:#8d1d22;}
.mfyy .form p.p1{margin-top:8px;}
.mfyy .form p.p2{margin-top:30px;}
.mfyy .form ul{padding-top:22px;overflow:hidden;}
.mfyy .form li{margin-bottom:10px;height:55px;line-height:55px;}
.mfyy .form li input{display:block;padding:0 30px;width:362px;height:55px;font-size:16px;border:none;background:url(../images/Inpage/mfyy_ipt.png) no-repeat;}
.mfyy .form li a{display:block;font-size:16px;color:#fff;width:422px;height:55px;line-height:55px;text-align:center;background:url(../images/Inpage/mfyy_btn.png) no-repeat;}
.mfyy .form li a:hover{background-image:url(../images/Inpage/mfyy_btn_1.png)}
/* --end mfyy-- */

/* --pzbz-info-- */
.pzbz-info{margin:0 auto;width:1200px;}
.pzbz-info .hd{padding-bottom:35px;overflow:hidden;border-bottom:#dedede solid 1px;}
.pzbz-info .hd h3{height:45px;line-height:45px;font-weight:normal;font-size:30px;color:#333;overflow:hidden;}
.pzbz-info .hd p{margin-top:25px;line-height:32px;font-size:18px;color:#666;overflow:hidden;}
.pzbz-info .bd{padding-top:20px;width:1310px;margin-left:-35px;overflow:hidden;}
.pzbz-info .bd .item{float:left;margin-top:25px;margin-right:45px;width:610px;height:310px;}
.pzbz-info .bd .pic{float:left;width:260px;height:310px;}
.pzbz-info .bd .pic img{display:block;width:260px;height:310px;}
.pzbz-info .bd .text{position:relative;float:right;width:350px;height:310px;overflow:hidden;}
.pzbz-info .bd .text:after{display:block;position:absolute;left:0;bottom:0;width:22px;height:1px;content:"";background:#c5c5c5;}
.pzbz-info .bd .text h3{margin-top:70px;height:64px;line-height:32px;font-size:24px;color:#333;font-weight:normal;}
.pzbz-info .bd .text p{margin-top:16px;height:130px;line-height:26px;font-size:15px;color:#666;overflow:hidden;}
.pzbz-process{position:relative;margin:45px auto 60px;padding:40px 50px;width:1100px;overflow:hidden;background:#fff;}
.pzbz-process:before{display:block;position:absolute;top:0;left:50%;margin-left:-16px;width:32px;height:3px;content:"";background:#ed6d01;}
.pzbz-process .box-title{margin-bottom:30px;text-align:center;line-height:1.5;overflow:hidden;}
.pzbz-process .box-title h2{font-size:26px;color:#333;font-weight:normal;}
.pzbz-process .box-title p{font-size:12px;color:#999;font-family:"DIN Medium";}
.pzbz-process .list{position:relative;padding-bottom:45px;overflow:hidden;border-bottom:#ddd solid 1px;}
.pzbz-process .list:after{display:block;position:absolute;left:0;top:15px;width:100%;height:1px;content:"";background:#e5e5e5;}
.pzbz-process .item{position:relative;z-index:3;float:left;width:157px;text-align:center;}
.pzbz-process .item span{display:block;margin:0 auto;width:31px;height:31px;line-height:31px;text-align:center;font-size:13px;color:#666;font-family:"DIN Medium";border:#e5e5e5 solid 1px;border-radius:50%;background:#fff;}
.pzbz-process .item p{padding-top:25px;font-size:16px;line-height:25px;color:#666;overflow:hidden;}
.pzbz-process .item p em{color:#8d1d22;font-family:"DIN Medium";}
.pzbz-process .more{padding-top:30px;overflow:hidden;}
.pzbz-process .more a{display:block;margin:0 auto;width:151px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/pzbz_btn.png) no-repeat center;}
.pzbz-process .more a:hover{background-image:url(../images/Inpage/pzbz_btn_cur.png)}
/* --end pzbz-info-- */

/* --jobs-- */
.jobs{padding-bottom:50px;overflow:hidden;}
.jobs-menu{height:70px;line-height:70px;overflow:hidden;background:#fff;}
.jobs-menu li{float:left;font-size:16px;color:#666;}
.jobs-menu li.post,.jobs-main .hd li.post{padding-left:60px;width:340px;}
.jobs-menu li.number,.jobs-main .hd li.number{padding-left:35px;width:232px;}
.jobs-menu li.educat,.jobs-main .hd li.educat{padding-left:35px;width:350px;}
.jobs-menu li.fun,.jobs-main .hd li.fun{width:148px;text-align:center;}
.jobs-main{margin-top:20px;overflow:hidden;}
.jobs-main .item{border-top:#f1f1f1 solid 1px;overflow:hidden;background:#fff;}
.jobs-main .item:first-child{border-top:none;}

.jobs-main .hd{height:130px;overflow:hidden;}
.jobs-main .hd li{float:left;padding:50px 0 30px;height:50px;line-height:30px;font-size:18px;color:#666;overflow:hidden;}
.jobs-main .hd li h3{font-weight:normal;font-size:24px;color:#000;}
.jobs-main .hd li em{display:block;font-size:13px;color:#666;line-height:20px;}
.jobs-main .hd li a{display:block;margin:0 auto;width:36px;height:36px;background:#fff url(../images/Inpage/jobs_btn.png) no-repeat;border-radius:50%;transition:all 0.5s;}
.jobs-main .bd{display:none;padding:0 60px 60px;overflow:hidden;border-top:#d9d9d9 solid 1px;}
.jobs-main .bd .con{margin-top:40px;overflow:hidden;}
.jobs-main .bd .con h4{margin-bottom:30px;height:28px;line-height:28px;font-size:20px;font-weight:normal;color:#333;}
.jobs-main .bd .con p{font-size:14px;color:#666;line-height:32px;}
.jobs-main .bd .jobs-email{margin-top:40px;font-size:14px;color:#000;overflow:hidden;}
.jobs-main .bd .jobs-email a{font-family:"DIN Medium";}
.jobs-main .item.cur{background:#e5e5e5;}
.jobs-main .item.cur .hd li a{transform:rotate(90deg);}
/* --end jobs-- */

/* --相册弹框-- */
.photos-pop{display:none;position:fixed;z-index:99999;left:0;top:0;width:101.2%;height:100%;background:rgba(0,0,0,0.7);display:none;}
.photos-main{padding:20px;overflow:hidden;}
.photos-box-left{float:left;margin-left:-320px;width:100%;height:100%;}
.photos-box-left .con{margin-left:320px;padding:20px;overflow:hidden;background:#fff;}
.photos-box-left .pic-title{height:40px;line-height:40px;font-size:20px;color:#666;overflow:hidden;}
.photos-box-left .pic-box{position:relative;margin:20px auto;width:100%;overflow:hidden;}
.photos-box-left .pic-box .prev,.photos-box-left .pic-box .next{position:absolute;z-index:33;top:55%;margin-top:-55px;width:50px;height:50px;cursor:pointer;}
.photos-box-left .pic-box .prev{left:0;background:#eaeaea url(../images/Inpage/photos_pop_prev.png) no-repeat center;}
.photos-box-left .pic-box .next{right:0;background:#eaeaea url(../images/Inpage/photos_pop_next.png) no-repeat center;}
.photos-box-left .pic-box .prev:hover,.photos-box-left .pic-box .next:hover{background-color:#8d1d22;}
.photos-box-left .pic-box #bigImg{margin:0 auto;overflow:hidden;background:url(../images/Inpage/loading.gif) no-repeat center;box-sizing:border-box;}
.photos-box-left .pic-box #bigImg img{display:block;margin:0 auto;}
.photos-box-left .thumb-slide{position:relative;margin:0 auto;padding:0 50px;width:100%;overflow:hidden;box-sizing:border-box;height:90px;}
.photos-box-left .thumb-slide .prev,.photos-box-left .thumb-slide .next{position:absolute;top:0;width:50px;height:100%;cursor:pointer;}
.photos-box-left .thumb-slide .prev{left:0;background:url(../images/Inpage/photos_thumb_prev.png) no-repeat 0 center;}
.photos-box-left .thumb-slide .next{right:0;background:url(../images/Inpage/photos_thumb_next.png) no-repeat right center;}
.photos-box-left .thumb-list{position:relative;overflow:hidden;}
.photos-box-left .thumb-list ul{transition:all 1s;}
.photos-box-left .thumb-list li{float:left;cursor:pointer;height:70px;margin:10px 10px;}
.photos-box-left .thumb-list li img{display:block;height:70px;box-sizing:border-box;}
.photos-box-left .thumb-list li.cur img{border:#8d1d22 solid 5px;}
.photos-box-right{position:relative;float:right;margin:0 20px;width:280px;}
.photos-box-right .close{position: fixed;right: 25px;top: 20px;z-index: 333;width: 39px;height: 39px;cursor: pointer;background: url(../images/Inpage/photos_close.png) no-repeat;}
.photos-box-right .bd{overflow:hidden;overflow-y:scroll;}
.photos-box-right .bd::-webkit-scrollbar{width:5px;height:1px}
.photos-box-right .bd::-webkit-scrollbar-thumb{background:#aaa;border-radius:100px;cursor:pointer}
.photos-box-right .bd .subBox{position:relative;margin-bottom:20px;padding:0 20px;overflow:hidden;background:#fff;}
.photos-box-right .bd .subBox:before{display:block;position:absolute;left:50%;top:0;margin-left:-13px;width:26px;height:2px;content:"";background:#8d1d22;}
.photos-box-right .bd .subBox h2{padding:24px 0 16px;height:35px;line-height:35px;font-weight:normal;font-size:22px;color:#333;text-align:center;overflow:hidden;border-bottom:#efefef solid 1px;}
.photos-box-right .con{padding:20px 0;overflow:hidden;}
.photos-box-right .byDesigner .pic{position:relative;float:left;width:112px;height:112px;text-align:center;overflow:hidden;}
.photos-box-right .byDesigner .pic img{display:block;width:112px;height:112px;transition:all 0.5s;}
.photos-box-right .byDesigner .pic:hover img{transform:scale(1.1);}
.photos-box-right .byDesigner .pic span{display:block;position:absolute;left:0;bottom:0;width:100%;height:30px;line-height:30px;font-size:14px;color:#fff;background:rgba(141,29,34,0.8);}
.photos-box-right .byDesigner .text{padding-left:20px;overflow:hidden;}
.photos-box-right .byDesigner .text h3{height:25px;line-height:25px;font-size:20px;font-weight:normal;color:#333;overflow:hidden;}
.photos-box-right .byDesigner .text p{margin-top:15px;font-size:14px;color:#666;overflow:hidden;}
.photos-box-right .byDesigner .text p span{display:block;height:26px;line-height:26px;}
.photos-box-right .byCase{overflow:hidden;}
.photos-box-right .byCase h2{border-bottom:none !important;}
.photos-box-right .byCase .con{padding:0 0 20px;}
.photos-box-right .byCase .pic{position:relative;height:147px;overflow:hidden;}
.photos-box-right .byCase .pic img{display:block;width:100%;transition:all 1s;}
.photos-box-right .byCase .pic:hover img{transform:scale(1.1);}
.photos-box-right .byCase .pic p{position:absolute;left:0;right:0;bottom:0;padding:0 20px;height:40px;line-height:40px;color:#fff;font-size:14px;color:#fff;background:rgba(0,0,0,0.5);}
.photos-box-right .byCase .meta{margin-top:12px;height:25px;line-height:25px;overflow:hidden;}
.photos-box-right .byCase .meta span{font-size:14px;color:#666;}
.photos-box-right .byCase .meta span:after{display:inline-block;margin:0 15px;width:1px;height:15px;vertical-align:middle;content:"";background:#d6d6d6;}
.photos-box-right .byCase .meta span:last-child:after{display:none;}

.photos-box-right .subForm{position:relative !important;padding:0 5px 5px;overflow:hidden;background:#8d1d22 url(../images/Inpage/subForm.jpg) no-repeat 0 0;}
.photos-box-right .subForm h2{height:70px;line-height:70px;font-size:22px;font-weight:normal;color:#fff;text-align:center;}
.photos-box-right .subForm .con{padding:20px 15px;overflow:hidden;background:#fff;}
.photos-box-right .subForm li{margin-bottom:10px;overflow:hidden;}
.photos-box-right .subForm li input{display:block;padding:15px 20px;width:193px;height:23px;line-height:23px;font-size:16px;border:#e0e0e0 solid 1px;background:#fff;}
.photos-box-right .subForm li a{display:block;height:55px;line-height:55px;font-size:16px;color:#fff;text-align:center;background:#ed6d01;}
.photos-box-right .subForm li a:hover{background:#8d1d22;}
.photos-box-right .subForm p{padding-top:10px;text-align:center;font-size:15px;color:#666;}
.photos-box-right .subForm p em{font-size:16px;color:#333;font-family:"DIN Medium";}

/* --end 相册弹框-- */

.footer{height:390px;}
.ft-partner{display:none;}


/*2019-12-12 体验中心*/

.tyzx-page-one{height:782px;overflow:hidden;background:url(../images/tyzx/pager_one_bg1.jpg) no-repeat center 0,url(../images/tyzx/pager_one_bg2.jpg) no-repeat center 350px;}
.tyzx-page-one .wrapper1200{position:relative;height:782px;}
.tyzx-page-one .zxBtn{display:block;position:absolute;right:0;bottom:0;width:182px;height:62px;line-height:62px;font-size:18px;color:#fff;text-align:center;background:url(../images/tyzx/zx_btn.png) no-repeat;}
.tyzx-page-one .zxBtn:hover{background-image:url(../images/tyzx/zx_btn_cur.png);}

.tyzx-page-two{padding-top:20px;height:410px;overflow:hidden;background:url(../images/tyzx/pager_two_bg.jpg) no-repeat center 0;}
.tyzx-page-two .text{margin:0 auto;padding-top:25px;width:700px;font-size:16px;line-height:30px;color:#333;text-align:center;animation:bounceinB 1s ease-in-out;}

.tyzx-page-three{padding-top:20px;height:830px;overflow:hidden;background:url(../images/tyzx/pager_three_bg.jpg) no-repeat center 0;}
.tyzx-page-three .item{float:left;width:300px;height:650px;text-align:center;color:#fff;overflow:hidden;background:url(../images/tyzx/three_item_bg01.png) no-repeat;}
.tyzx-page-three .item:nth-child(odd){animation:fadeinT 1s ease-in-out;background-image:url(../images/tyzx/three_item_bg01.png);}
.tyzx-page-three .item:nth-child(even){animation:fadeinB 1s ease-in-out;margin-top:50px;background-image:url(../images/tyzx/three_item_bg02.png);}
.tyzx-page-three .pic{width:300px;height:340px;overflow:hidden;}
.tyzx-page-three .pic img{display:block;width:300px;height:340px;}
.tyzx-page-three .text{padding:45px 10px;overflow:hidden;}
.tyzx-page-three .text h3{margin:0 auto;padding:9px 0;width:155px;height:60px;line-height:30px;font-size:24px;font-weight:normal;border-top:#fff solid 2px;border-bottom:#fff solid 2px;}
.tyzx-page-three .text p{margin-top:30px;height:50px;line-height:25px;font-size:16px;}
.tyzx-page-three .text em{display:block;margin-top:10px;height:20px;line-height:20px;font-size:12px;}

.tyzx-page-four{padding-top:20px;height:910px;overflow:hidden;background:url(../images/tyzx/pager_four_bg.jpg) no-repeat center 0}
.tyzx-page-four .list{padding-top:20px;overflow:hidden;}
.tyzx-page-four .item{padding:17px 0;height:164px;overflow:hidden;}
.tyzx-page-four .item:nth-child(1){animation:bounceinR 1s ease-in-out;}
.tyzx-page-four .item:nth-child(2){animation:bounceinR 2s ease-in-out;}
.tyzx-page-four .item:nth-child(3){animation:bounceinR 3s ease-in-out;}
.tyzx-page-four .pic{float:left;width:142px;height:164px;overflow:hidden;}
.tyzx-page-four .pic img{display:block;width:142px;height:164px;}
.tyzx-page-four .text{padding-left:45px;width:638px;height:164px;overflow:hidden;}
.tyzx-page-four .text h3{margin-top:16px;height:34px;line-height:34px;font-weight:normal;font-size:24px;color:#222;}
.tyzx-page-four .text em{position:relative;display:block;line-height:18px;font-size:14px;font-family:"DIN Medium";color:#999;}
.tyzx-page-four .text em:after{display:block;margin:15px 0;width:50px;height:3px;content:"";background:#ed6d01;}
.tyzx-page-four .text p{height:48px;line-height:24px;font-size:15px;color:#666;}
.tyzx-page-four .btnBox{padding-left:188px;padding-top:62px;}
.tyzx-page-four .btnBox a{display:block;width:182px;height:62px;line-height:62px;font-size:18px;color:#fff;text-align:center;background:url(../images/tyzx/zx_btn.png) no-repeat;}
.tyzx-page-four .btnBox a:hover{background-image:url(../images/tyzx/zx_btn_cur.png);}

.tyzx-page-five{height:760px;overflow:hidden;background:url(../images/tyzx/pager_five_bg.jpg) no-repeat center 0;}
.tyzx-page-five .wrap-title p{font-size:15px;color:#666;}
.tyzx-page-five .inner{overflow:hidden;}
.tyzx-page-five .pic{overflow:hidden;animation:bouncein 1s}
.tyzx-page-five .tips{padding:20px 0;min-height:50px;line-height:25px;font-size:16px;color:#666;text-align:center;overflow:hidden;border-bottom:#ebebeb solid 1px;}

.tyzx-page-six{padding:40px 0;overflow:hidden;background:#fff;}
.tyzx-page-six .inner{overflow:hidden;}
.tyzx-page-six .inner .text{float:left;width:350px;}
.tyzx-page-six .inner .text ul{padding-bottom:30px;height:150px;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.tyzx-page-six .inner .text li{height:50px;line-height:50px;font-size:24px;color:#000;}
.tyzx-page-six .inner .text li i{display:inline-block;margin:0 10px;width:1px;height:24px;vertical-align:middle;background:#ccc;}
.tyzx-page-six .inner .text p{padding-top:20px;font-family:"DIN Medium";text-transform:uppercase;font-size:12px;color:#999;}
.tyzx-page-six .inner .pic{padding-left:16px;overflow:hidden;}
.tyzx-page-six .inner .pic li{float:left;margin-left:68px;width:210px;height:300px;overflow:hidden;}
.tyzx-page-six .inner .pic li:nth-child(1){animation:fadeinB 1s ease-in-out;}
.tyzx-page-six .inner .pic li:nth-child(2){animation:fadeinB 1.5s ease-in-out;}
.tyzx-page-six .inner .pic li:nth-child(3){animation:fadeinB 2s ease-in-out;}
.tyzx-page-six .inner .pic li img{display:block;width:210px;height:300px;}
.tyzx-page-six .formBox{margin-top:58px;padding:46px 0;overflow:hidden;border-top:#e5e5e5 solid 1px;border-bottom:#e5e5e5 solid 1px;} 
.tyzx-page-six .formBox .text{float:left;width:300px;height:75px;background:url(../images/Inpage/insertForm.png) no-repeat right center;}
.tyzx-page-six .formBox .text h3{height:44px;line-height:44px;font-weight:normal;font-weight:25px;color:#333;}
.tyzx-page-six .formBox .text p{font-size:20px;color:#666;} 
.tyzx-page-six .formBox .form{float:right;padding:8px 0;width:870px;}
.tyzx-page-six .formBox .form li{float:left;margin-left:28px;}
.tyzx-page-six .formBox .form li input{display:block;padding:20px 35px;width:220px;height:20px;font-size:16px;border:none;background:url(../images/tyzx/form_ipt.png) no-repeat;}
.tyzx-page-six .formBox .form li input::-webkit-input-placeholder{color:#999;}
.tyzx-page-six .formBox .form li a{display:block;width:200px;height:60px;line-height:60px;font-size:16px;color:#fff;text-align:center;background:url(../images/tyzx/submit.png) no-repeat;}
.tyzx-page-six .formBox .form li a:hover{background-image:url(../images/tyzx/submit_cur.png)}

.tyzx-page-seven{height:705px;overflow:hidden;background:url(../images/tyzx/pager_seven_bg.jpg) no-repeat center 0;}
.tyzx-page-seven .inner{position:relative;margin-top:-85px;height:620px;overflow:hidden;background:url(../images/tyzx/seven.png) no-repeat;}
.tyzx-page-seven .item{padding:130px 45px 0;width:446px;text-align:center;overflow:hidden;}
.tyzx-page-seven .item-1{float:left;}
.tyzx-page-seven .item-2{float:right;animation:bouncein 1s}
.tyzx-page-seven .item h3{position:relative;padding-bottom:2px;height:72px;line-height:72px;font-size:36px;font-weight:normal;}
.tyzx-page-seven .item h3:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-108px;width:216px;height:2px;content:"";}
.tyzx-page-seven .item p{margin-top:40px;font-size:20px;line-height:34px;}
.tyzx-page-seven .item-1 h3{color:#333;}
.tyzx-page-seven .item-1 h3:after{background:#ccc;}
.tyzx-page-seven .item-1 p{color:#666;}
.tyzx-page-seven .item-2 h3{color:#fff;}
.tyzx-page-seven .item-2 h3:after{background:#fff;}
.tyzx-page-seven .item-2 p{color:#fff;}

.tyzx-page-eight{padding-bottom:65px;overflow:hidden;background:#811c20 url(../images/tyzx/pager_eight_bg.jpg) no-repeat center 0;}
.tyzx-page-eight .list{position:relative;height:1154px;overflow:hidden;}
.tyzx-page-eight .item{position:absolute;text-align:center;left:405px;top:352px;padding:75px 25px;width:390px;height:450px;box-sizing:border-box;}
.tyzx-page-eight .item h3{position:relative;padding-bottom:22px;height:70px;line-height:35px;font-size:26px;font-weight:normal;color:#811c20;overflow:hidden;}
.tyzx-page-eight .item h3:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-16px;width:32px;height:3px;content:"";background:#ed6d01;}
.tyzx-page-eight .item h3 strong{display:block;}
.tyzx-page-eight .item p{margin-top:22px;height:125px;line-height:25px;font-size:14px;color:#666;overflow:hidden;}
.tyzx-page-eight .item em{display:block;position:absolute;left:0;bottom:44px;width:100%;height:50px;line-height:50px;font-size:36px;color:#ccc;font-family:"DIN Medium";}
.tyzx-page-eight .list.animated .item-1{left:0;top:0;transition:all 3s;}
.tyzx-page-eight .list.animated .item-2{left:406px;top:0;transition:all 2s;}
.tyzx-page-eight .list.animated .item-3{left:205px;top:350px;transition:all 1s;}
.tyzx-page-eight .list.animated .item-4{left:609px;top:350px;transition:all 1s;}
.tyzx-page-eight .list.animated .item-5{left:0;top:703px;transition:all 3s;}
.tyzx-page-eight .list.animated .item-6{left:810px;top:703px;transition:all 3s;}
.tyzx-page-eight .list.animated .item-7{padding:0;left:810px;top:0;transition:all 3s;}
.tyzx-page-eight .list.animated .item-8{padding:0;left:406px;top:703px;transition:all 2s;}
.tyzx-page-eight .item-1,.tyzx-page-eight .item-4,.tyzx-page-eight .item-5{background:url(../images/tyzx/eight_item.png) no-repeat;}
.tyzx-page-eight .item-2,.tyzx-page-eight .item-3,.tyzx-page-eight .item-6{background:url(../images/tyzx/eight_item02.png) no-repeat;}
.tyzx-page-eight .item-2 *,.tyzx-page-eight .item-3 *,.tyzx-page-eight .item-6 *{color:#fff !important;}

.tyzx-page-nine{padding:50px 0;overflow:hidden;background:#f1f1f1;}
.tyzx-page-nine .list{overflow:hidden;}
.tyzx-page-nine .item{float:left;padding:30px;width:33.33%;height:280px;text-align:center;overflow:hidden;border-right:#dedede solid 1px;box-sizing:border-box;}
.tyzx-page-nine .item em{display:block;margin:0 auto;padding-bottom:15px;height:80px;line-height:80px;font-size:72px;color:#811c20;font-family:"DIN Medium";border-bottom:#811c20 solid 3px;}
.tyzx-page-nine .item p{margin-top:30px;height:60px;line-height:30px;font-size:26px;color:#333;}
.tyzx-page-nine .ad{margin-top:45px;height:220px;overflow:hidden;}

.tyzx-page-ten{padding:50px 0;overflow:hidden;background:#fff;}
.tyzx-page-ten .wrap-title p{font-size:18px;color:#666;}
.tyzx-page-ten .form{overflow:hidden;}
.tyzx-page-ten .form li{float:left;height:60px;}
.tyzx-page-ten .form li input{display:block;padding:20px 30px;margin-right:22px;width:415px;height:60px;font-size:16px;outline:none;border:none;background:url(../images/tyzx/form_ipt02.png) no-repeat; box-sizing:border-box;}
.tyzx-page-ten .form li input::-webkit-input-placeholder{color:#999;}
.tyzx-page-ten .form li a{display:block;width:326px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(../images/tyzx/submit2.png) no-repeat;}
.tyzx-page-ten .form li a:hover{background-image:url(../images/tyzx/submit2_cur.png);}
.tyzx-page-ten .tips{padding:20px 0;line-height:25px;text-align:center;font-size:16px;color:#666;}
.tyzx-page-ten .tips em{font-size:16px;font-family:"DIN Medium";color:#8d1d22;}
.tyzx-page-ten .ad{margin-top:20px;height:170px;overflow:hidden;}
.tyzx-page-ten .ad:hover img{opacity:0.85;}
/*end 体验中心*/

/*--store-show--*/
.store-show{margin:0 auto;padding:50px;width:1100px;height:375px;overflow:hidden;background:#fff;}
.store-show .pic{float:left;width:550px;height:375px;overflow:hidden;}
.store-show .pic img{display:block;width:550px;height:367px;}
.store-show .text{float:right;width:496px;height:375px;overflow:hidden;}
.store-show .text h2{padding-left:45px;height:38px;line-height:38px;font-weight:normal;font-size:24px;color:#333;background:url(../images/Inpage/store_bee.png) no-repeat 0 center;}
.store-show .info{margin-top:15px;padding-bottom:18px;height:84px;overflow:hidden;border-bottom:#f6f6f6 solid 1px;}
.store-show .info p{padding-left:25px;height:28px;line-height:28px;font-size:16px;color:#666;}
.store-show .info p.tel{background:url(../images/Inpage/store_tel.png) no-repeat 0 center;}
.store-show .info p.address{background:url(../images/Inpage/store_address.png) no-repeat 0 center;}
.store-show .form{padding-top:24px;overflow:hidden;}
.store-show .form h3{height:30px;line-height:30px;font-weight:normal;font-size:18px;color:#333;margin-left:5px;overflow:hidden;}
.store-show .form form{display:block;margin-top:34px;overflow:hidden;}
.store-show .iptBox{overflow:hidden;}
.store-show .iptBox input{display:block;padding:10px 35px;width:224px;height:50px;outline:none;border:none;background:url(../images/Inpage/store_ipt.png) no-repeat;box-sizing:border-box;}
.store-show .iptBox input#userName{float:left;}
.store-show .iptBox input#userPhone{float:right;}
.store-show .btnBox{margin-top:20px;overflow:hidden;}
.store-show .btnBox a{display:block;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;background:url(../images/Inpage/store_btn.png) no-repeat;}
.store-show .btnBox a:after{display:inline-block;margin-left:15px;width:21px;height:12px;content:"";background:url(../images/Inpage/store_read.png) no-repeat;}
.store-show .btnBox a:hover{background-image:url(../images/Inpage/store_btn_cur.png);}
/*--end store-show--*/


/*--store-detail--*/
.store-detail{margin:38px auto 0;width:1200px;overflow:hidden;}
.store-detail-menu{height:72px;line-height:72px;overflow:hidden;}
.store-detail-menu li{position:relative;float:left;margin-right:55px;font-size:20px;color:#999;cursor:pointer;}
.store-detail-menu li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-16px;width:0;height:2px;content:"";background:#8d1d22;}
.store-detail-menu li.cur{color:#333;}
.store-detail-menu li.cur:after{width:32px;}
.store-detail-main{overflow:hidden;}
.detail-box{margin-bottom:20px;padding:30px 50px 50px;overflow:hidden;background:#fff;}
.detail-box-hd{padding-bottom:18px;height:42px;line-height:42px;overflow:hidden;border-bottom:#f6f6f6 solid 1px;}
.detail-box-hd .more{display:block;float:right;font-size:15px;color:#999;}
.detail-box-hd h3{font-size:24px;font-weight:normal;color:#333;}
.detail-box-hd h3 a{color:#333;}
.detail-box-bd{overflow:hidden;}
.designerList{overflow:hidden;}
.designerList .item{position:relative;float:left;margin-top:30px;margin-right:30px;width:532px;height:165px;overflow:hidden;}
.designerList .item:nth-child(2n){margin-right:0;}
.designerList .pic{float:left;width:165px;height:165px;overflow:hidden;}
.designerList .pic img{display:block;width:100%;transition:all 1s;}
.designerList .text{position:relative;padding-left:20px;height:165px;overflow:hidden;}
.designerList .text h3{height:22px;line-height:22px;font-weight:normal;font-size:20px;color:#333;overflow:hidden;}
.designerList .text h3 a{color:#333;}
.designerList .text span{display:block;margin-top:6px;margin-bottom:20px;height:20px;line-height:20px;font-size:14px;color:#666;}
.designerList .text p{line-height:25px;font-size:13px;color:#666;overflow:hidden;}
.designerList .btn{position:absolute;right:0;top:0;width:120px;height:46px;line-height:46px;text-align:center;}
.designerList .btn a{display:block;width:120px;height:46px;color:#811d21;background:url(../images/Inpage/designer_btn.png) no-repeat;}
.designerList .btn a:hover{background-image:url(../images/Inpage/designer_btn_cur.png);}
/*--end store-detail--*/

/*--storeForm--*/
.storeForm{margin:0 auto 30px;padding:35px 30px 30px;width:1140px;overflow:hidden;background:#fff;}
.storeForm .text{float:left;width:280px;background: url(../images/Inpage/insertForm.png) no-repeat right center;}
.storeForm .text h3{height:36px;line-height:36px;font-weight:normal;font-size:31px;color:#333;}
.storeForm .text p{margin-top:5px;height:28px;line-height:28px;font-size:16px;color:#666;}
.storeForm .form{padding-left:10px;padding-top:4px;overflow:hidden;}
.storeForm .form li{float:left;margin-left:8px;}
.storeForm .form li input{display:block;padding:15px 35px;width:152px;height:30px;line-height:30px;font-size:16px;outline:none;border:none;background:url(../images/Inpage/storeForm_ipt.png) no-repeat;}
.storeForm .form li a{display:block;width:150px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(../images/Inpage/insertForm_submit.png) no-repeat;}
.storeForm .form li a:hover{background-image:url(../images/Inpage/insertForm_submit_cur.png)}
/*--end storeForm--*/

/*--jffx-banner 2020-03-12--*/.jffx-banner{overflow:hidden;height:760px;background-repeat:no-repeat;background-position:center;}
/*--end jffx-banner--*/

/*--jffx-title--*/
.jffx-title-box{margin-bottom:50px;text-align:center;overflow:hidden;animation:fadeinT 1s;}
.jffx-title-box .sub-title{height:25px;line-height:25px;font-size:12px;color:#999;}
.jffx-title-box .title{position:relative;line-height:1.5;overflow:hidden;}
.jffx-title-box .title h2{display:inline-block;font-weight:normal;}
.jffx-title-box .title strong{display:inline-block;vertical-align:middle;font-size:42px;color:#8d1d22;}
.jffx-title-box .title span{display:inline-block;padding:0 20px 0 8px;vertical-align:middle;font-size:36px;color:#fff;background:#000;border-radius:0 25px 25px 0;}
.jffx-title-box .title i{display:block;position:absolute;top:50%;height:1px;background:#e5e5e5;}
.jffx-title-box .title i.i1{left:0;}
.jffx-title-box .title i.i2{right:0;}
.jffx-title-box.white *{color:#fff !important;}
.jffx-title-box.white span{background:#771c20;}
.jffx-title-box.white i{opacity:0.1;}
/*--end jffx-title--*/

/*--jffx-pager-one--*/
.jffx-pager-one{padding:185px 0 50px;height:527px;overflow:hidden;background:url(../images/jffx/pager_one_bg.jpg) no-repeat center 0;}
.jffx-pager-one .con{position:relative;height:420px;}
.jffx-pager-one .con .item{position:absolute;width:250px;height:250px;font-size:28px;color:#000;text-align:center;border-radius:50%;animation:zoomIn 2s;}
.jffx-pager-one .con .item p{display:table-cell;width:250px;height:250px;line-height:1.4;vertical-align:middle;}
.jffx-pager-one .con .item strong{display:block;}
.jffx-pager-one .con .item-1{left:0;top:-24px;}
.jffx-pager-one .con .item-2{left:162px;top:98px;}
.jffx-pager-one .con .item-3{left:650px;top:2px;}
.jffx-pager-one .con .item-4{left:792px;top:140px;}
.jffx-pager-one .con .item-5{left:958px;top:-60px;}
@keyframes zoomIn{
    0%{transform:scale(0) translateY(-200px);}
    50%{transform:scale(0) translateY(200px);}
    100%{transform:scale(1) translateY(0);}
}
/*--end jffx-pager-one--*/

/*--jffx-pager-tow--*/
.jffx-pager-tow{padding:70px 0;height:540px;overflow:hidden;background:url(../images/jffx/pager_tow_bg.jpg) no-repeat center 0;}
.jffx-pager-tow .con{width:1212px;overflow:hidden;}
.jffx-pager-tow .item{position:relative;float:left;margin-top:32px;margin-right:12px;width:228px;height:392px;border:#fff solid 1px;}
.jffx-pager-tow .item:after{display:block;position:absolute;bottom:60px;left:50%;margin-left:-13px;width:26px;height:1px;content:"";background:#fff;}
.jffx-pager-tow .item .icon{position:absolute;top:-32px;left:50%;margin-left:-32px;width:65px;height:65px;background:#fff;border-radius:50%;}
.jffx-pager-tow .item .icon img{display:block;width:65px;height:65px;}
.jffx-pager-tow .item .text{padding:105px 26px 60px;text-align:center;color:#fff;}
.jffx-pager-tow .item .text h3{height:45px;line-height:45px;font-size:32px;font-weight:normal;}
.jffx-pager-tow .item .text em{display:block;height:20px;line-height:20px;font-size:12px;font-family:"DIN Medium";text-transform:uppercase;}
.jffx-pager-tow .item .text p{margin-top:30px;font-size:16px;line-height:26px;}
.jffx-pager-tow .item:nth-child(1){animation:fadeinB 1s ease-in-out;}
.jffx-pager-tow .item:nth-child(2){animation:fadeinB 1.5s ease-in-out;}
.jffx-pager-tow .item:nth-child(3){animation:fadeinB 2s ease-in-out;}
.jffx-pager-tow .item:nth-child(4){animation:fadeinB 2.5s ease-in-out;}
.jffx-pager-tow .item:nth-child(5){animation:fadeinB 3s ease-in-out;}
/*--end jffx-pager-tow--*/

/*--jffx-pager-three--*/
.jffx-pager-three{padding:70px 0 40px;overflow:hidden;background:#fdfdfd url(../images/jffx/pager_three_bg.jpg) no-repeat center;}
.reform-tab{overflow:hidden;}
.reform-menu{margin-bottom:30px;text-align:center;overflow:hidden;}
.reform-menu li{display:inline-block;margin:0 2px;width:100px;height:42px;line-height:42px;font-size:18px;cursor:pointer;border-radius:22px;}
.reform-menu li.cur{color:#fff;background:#8d1d22;}
.reform-main .item{position:relative;height:600px;}
.reform-main .bigImg{position:relative;height:546px;overflow:hidden;}
.reform-main .bigImg img{display:block;width:100%;}
.reform-main .bigImg span{display:block;position:absolute;z-index:3;top:40px;right:50px;padding-top:54px;width:108px;height:54px;font-size:18px;color:#fff;text-align:center;background:#8d1d22 url(../images/jffx/reform_big_tag.png) no-repeat center 28px;border-radius:50%;}
.reform-main .bigImg span:after,.reform-main .bigImg span:before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:"";border:#8d1d22 solid 1px;border-radius:50%;}
.reform-main .bigImg span:after{animation:wave 2s linear infinite;}
.reform-main .bigImg span:before{animation:wave 3s linear infinite;}
.reform-main .subImg{position:absolute;z-index:33;left:30px;bottom:15px;width:316px;height:198px;border:#fff solid 10px;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.2);animation:fadeinR 1s ease-in-out;}
.reform-main .subImg img{display:block;width:316px;height:198px;}
.reform-main .subImg span{display:block;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-68px;width:136px;height:40px;line-height:40px;font-size:18px;text-align:center;color:#fff;background:rgba(0,0,0,0.5)}
@keyframes wave{
    0%{transform:scale(1);opacity:0;}
    50%{transform:scale(1.5);opacity:0.5;}
    100%{transform:scale(1.75);opacity:0;}
}
/*--end jffx-pager-three--*/

/*--jffx-pager-four--*/
.jffx-pager-four{padding-top:50px;overflow:hidden;background:#fff;}
.jffx-pager-four .vsBox{padding-top:10px;overflow:hidden;}
.jffx-pager-four .group{position:relative;margin-bottom:70px;height:436px;border:#e5e5e5 solid 1px;background: url(../images/jffx/VS.png) no-repeat center;}
.jffx-pager-four .group:before{display:block;position:absolute;top:20px;left:50%;margin-left:-8px;width:16px;height:2px;content:"";background:#8d1d22;}
.jffx-pager-four .group .tit{position:absolute;left:50%;top:-14px;margin-left:-66px;width:132px;height:28px;line-height:28px;font-size:18px;text-align: center;color:#000;background:#fff;}
.jffx-pager-four .item{position:relative;width:526px;overflow:hidden;}
.jffx-pager-four .item img{display:block;width:526px;height:378px;}
.jffx-pager-four .item p{height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;}
.jffx-pager-four .item span{display:block;position:absolute;z-index:33;top:0;width:126px;height:45px;line-height:45px;text-align:center;font-size:16px;color:#000;background:#e5e5e5;}
.jffx-pager-four .item .zoom-btn{display:block;position:absolute;z-index:33;top:56px;width:86px;height:38px;text-indent:14px;line-height:38px;font-size:16px;color:#666;background:#f1f1f1 url(../images/jffx/zoom.png) no-repeat 56px center;}
.jffx-pager-four .item .zoom-btn:hover{color:#fff;background-color:#8d1d22;background-image:url(../images/jffx/zoom_cur.png);}
.jffx-pager-four .item-1{float:left;border-right:#e5e5e5 solid 1px;}
.jffx-pager-four .item-1 p{background:#000;}
.jffx-pager-four .item-1 span{left:0;}
.jffx-pager-four .item-1 a{right:0}
.jffx-pager-four .item-2{float:right;border-left:#e5e5e5 solid 1px;}
.jffx-pager-four .item-2 p{background:#8d1d22;}
.jffx-pager-four .item-2 span{right:0;}
.jffx-pager-four .item-2 a{left:0;}
/*--end jffx-pager-four--*/

/*--jffx-pager-five--*/
.jffx-pager-five{padding-top:60px;overflow:hidden;background:#f1f1f1 url(../images/jffx/pager_five_bg.png) no-repeat center 162px;}
.jffx-pager-five .con{position:relative;height:500px;overflow:hidden;}
.jffx-pager-five .item{position:absolute;width:245px;height:245px;text-align:center;animation:zoomIn 2s;}
.jffx-pager-five .item i{display:block;margin:30px auto 0;width:40px;height:40px;}
.jffx-pager-five .item i img{display:block;width:40px;height:40px;}
.jffx-pager-five .item h3{height:40px;line-height:40px;font-weight:normal;font-size:26px;color:#000;}
.jffx-pager-five .item p{margin-top:30px;line-height:30px;font-size:18px;color:#666;}
.jffx-pager-five .item-1{top:25px;left:0;}
.jffx-pager-five .item-2{top:0;left:244px;}
.jffx-pager-five .item-3{top:106px;left:530px;}
.jffx-pager-five .item-4{top:10px;left:760px;}
.jffx-pager-five .item-5{top:150px;left:970px;}
.jffx-pager-five .item-2 *,.jffx-pager-five .item-3 *,.jffx-pager-five .item-5 *{color:#fff !important;}
/*--end jffx-pager-five--*/

/*--jffx-pager-six--*/
.jffx-pager-six{padding-bottom:60px;overflow:hidden;background:#f1f1f1;}
.jffx-pager-six .step{overflow:hidden;background:url(../images/jffx/step_list.png) no-repeat 0 30px;}
.jffx-pager-six .item{float:left;width:150px;text-align:center;}
.jffx-pager-six .item i{display:block;margin:0 auto;width:70px;height:70px;background:#8d1d22;border-radius:50%;}
.jffx-pager-six .item i img{display:block;width:70px;height:70px;}
.jffx-pager-six .item p{padding-top:10px;font-size:18px;color:#333;}
/*--end jffx-pager-six--*/

/*--jffx-pager-seven--*/
.jffx-pager-seven{padding:50px 0;overflow:hidden;background:#fff;}
.jffx-pager-seven .wrap-title p{font-size:18px;color:#666;}
.jffx-pager-seven .form{overflow:hidden;}
.jffx-pager-seven .form li{float:left;height:60px;}
.jffx-pager-seven .form li input{display:block;padding:20px 30px;margin-right:22px;width:415px;height:60px;font-size:16px;outline:none;border:none;background:url(../images/tyzx/form_ipt02.png) no-repeat; box-sizing:border-box;}
.jffx-pager-seven .form li input::-webkit-input-placeholder{color:#999;}
.jffx-pager-seven .form li a{display:block;width:326px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(../images/tyzx/submit2.png) no-repeat;}
.jffx-pager-seven .form li a:hover{background-image:url(../images/tyzx/submit2_cur.png);}
.jffx-pager-seven .tips{padding:20px 0;line-height:25px;text-align:center;font-size:16px;color:#666;}
.jffx-pager-seven .tips em{font-size:16px;font-family:"DIN Medium";color:#8d1d22;}
.jffx-pager-seven .ad{margin-top:20px;height:170px;overflow:hidden;}
.jffx-pager-seven .ad:hover img{opacity:0.85;}
/*--end jffx-pager-seven--*/

/*--jffx-form--*/
.jffx-form{position:absolute;z-index:33;top:800px;left:50%;margin-left:-600px;padding:15px 80px;width:1040px;height:194px;overflow:hidden;background:#fff;border-radius:112px;box-shadow:0 10px 20px rgba(0,0,0,0.15);}
.jffx-form h2{height:50px;line-height:50px;text-align:center;font-size:24px;font-weight:normal;color:#000;}
.jffx-form .inner{padding:12px 0;overflow:hidden;}
.jffx-form li{float:left;}
.jffx-form li input{display:block;margin-right:28px;padding:20px;width:338px;height:69px;font-size:16px;border:#e0e0e0 solid 1px;border-radius:35px;box-sizing:border-box;}
.jffx-form li a{display:block;width:308px;height:69px;line-height:69px;text-align:center;font-size:16px;color:#fff;background:#ed6d01;border-radius:35px;}
.jffx-form li a:hover{background:#8d1d22;}
.jffx-form .ps{padding-top:10px;line-height:30px;font-size:16px;color:#666;text-align:center;}
.jffx-form .ps em{color:#8d1d22;font-family:"DIN Medium";}
/*--end jffx-form--*/

/*--放大图弹出层--*/
.mask{position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.ZoomPicBox{position:fixed;z-index:9999;top:50%;left:50%;margin-top:-350px;margin-left:-487px;padding:20px;width:934px;height:660px;background:#fff;border-radius:10px;}
.ZoomPicBox .close{display:block;position:absolute;z-index:33;right:-25px;top:-25px;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;font-size:24px;color:#333;background:#fff;border-radius:50%;}
.ZoomPicBox .close:hover{color:#fff;background:#92272b;}
.ZoomPicBox img{display:block;width:934px;height:660px;border-radius:10px;}
/*--end 放大图弹出层--*/
