/* 
    author:PengJin;
    date:2019-2-16;
*/
/* --banner-- */
.banner{clear:both;position:relative;z-index:1;width:100%;height:550px;overflow:hidden;}
.banner .hd{position:absolute;left:0;bottom:40px;width:100%;height:2px;text-align:center;}
.banner .hd li{display:inline-block;*display:line;*zoom:1;margin:0 10px;width:10px;height:10px;text-indent:-9999px;cursor:pointer;border:#fff solid 1px;border-radius:50%;}
.banner .hd li.cur{border-color:#df182a;background:#df182a;}
.banner .bd,.banner .bd ul{height:550px;}
.banner .bd li{position:relative;width:100%;height:550px;}
.banner .bd li a{display:block;position:absolute;left:50%;top:0;margin-left:-960px;width:1920px;height:550px;}
.banner .prev,.banner .next{position:absolute;z-index:999;top:50%;margin-top:-30px;width:58px;height:58px;cursor:pointer;opacity:0;transition: all 1s;}
.banner .prev{left:2%;background:url(../images/Index/banner_prev.png) no-repeat;}
.banner .next{right:2%;background:url(../images/Index/banner_next.png) no-repeat;}
.banner:hover .prev,.banner:hover .next{opacity:1;}
/* --end banner-- */

/* --模块标题-- */
.wrap-title{padding-bottom:30px;line-height:1;text-align:center;overflow:hidden;animation:bounceinT 1s ease-out backwards;}
.wrap-title em{display:block;height:30px;line-height:30px;font-size:12px;color:#333;}
.wrap-title h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;color:#333;}
.wrap-title h3 a{color:#333;}
.wrap-title h3 strong{color:#df182a;}
.wrap-title.white *{color:#fff;}
/* --end 模块标题-- */

/*按钮动画*/
.btn-wave{position: relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content: '';display: block;width: 120%;height: 0;padding: 60% 0;background-color: #2828a6;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/

/* --search-- */
.search{height:75px;line-height:75px;overflow:hidden;border-bottom:#e6e6e6 solid 1px;background:#fff;}
.search .keyword{float:left;width:800px;font-size:14px;color:#666;}
.search .keyword a{display:inline-block;margin-right:14px;color:#666;}
.search .keyword a:hover{color:#d9192c;}
.search-form{position:relative;float:right;width:280px;height:75px;border-left:#e6e6e6 solid 1px;overflow:hidden;}
.search-form input{display:block;padding:0 20px;width:240px;height:75px;font-size:14px;border:0;outline:none;background:none;}
.search-form input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
.search-form button{display:block;position:absolute;right:0;top:28px;width:20px;height:20px;cursor:pointer;border:none;background:url(../images/Index/search_btn.png) no-repeat;}
/* --end search-- */

/* --product-- */
.product{padding:50px 0;overflow:hidden;background:#fff;}
.product-list{width:1210px;overflow:hidden;}
.product-list .item{float:left;margin-right:10px;margin-bottom:10px;width:291px;}
.product-list .item:nth-child(1){animation:fadeinR 0.5s ease-out backwards;}
.product-list .item:nth-child(2){animation:fadeinR 1s ease-out backwards;}
.product-list .item:nth-child(3){animation:fadeinR 1.5s ease-out backwards;}
.product-list .item:nth-child(4){animation:fadeinR 2s ease-out backwards;}
.product-list .pic{width:291px;height:196px;overflow:hidden;}
.product-list .pic img{display:block;width:291px;height:196px;transition:all 1s;}
.product-list .text{position:relative;margin-top:10px;height:38px;line-height:35px;overflow:hidden;}
.product-list .text a{display:inline-block;font-size:18px;color:#333;border-bottom:#d9192c solid 3px;}
.product-list .item:hover .pic img{transform:scale(1.1);}
.product-list .item:hover .text a{color:#d9192c;}
/* --end product-- */

/* --case-- */
.case{padding:50px 0;height:731px;overflow:hidden;background:url(../images/Index/case_bg.jpg) no-repeat center 0;}
.case-tab{overflow:hidden;}
.case-tab .tab-menu{margin-bottom:30px;text-align:center;height:41px;line-height:41px;}
.case-tab .tab-menu li{display:inline-block;width:94px;}
.case-tab .tab-menu li a{display:block;color:#fff;font-size:16px;}
.case-tab .tab-menu li.cur a{color:#333;background:#fff;}
.case-tab .first{position:relative;float:left;width:337px;height:538px;overflow:hidden;}
.case-tab .first img{display:block;width:337px;height:538px;transition:all 1s;}
.case-tab .first p{position:absolute;left:0;bottom:0;width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;text-align:center;background:rgba(0,0,0,0.8);}
.case-list{float:right;width:863px;height:538px;overflow:hidden;}
.case-list .item{position:relative;float:left;margin-left:10px;margin-bottom:10px;width:421px;height:264px;overflow:hidden;}
.case-list .item img{display:block;width:421px;height:264px;transition:all 1s;}
.case-list .item p{position:absolute;left:0;bottom:0;width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;text-align:center;background:rgba(0,0,0,0.8);}
.case-tab .first:hover img,.case-list .item:hover img{transform:scale(1.1);}
/* --end case-- */

/* --problem-- */
.problem{height:732px;overflow:hidden;background:url(../images/Index/problem_bg.png) repeat-x bottom;}
.problem .pic{margin-top:51px;}
.problem .pic img{display:block;}
.problem .text{text-align:center;color:#fff;}
.problem .text strong{display:block;font-size:22px;height:50px;line-height:50px;}
.problem .text span{display:inline-block;padding:2px 5px;font-size:14px;color:#fff;background:#100808;vertical-align:middle;}
.problem .text em{display:inline-block;margin-left:10px;font-size:22px;color:#fff;vertical-align:middle;font-family:"DIN Medium";}
/* --end problem-- */

/* --youshi-- */
.youshi{padding:50px 0;height:933px;overflow:hidden;background:url(../images/Index/youshi_bg.jpg) no-repeat center 0;}
.youshi .title{padding-bottom:30px;text-align:center;animation:bounceinT 1s ease-out backwards;}
.ys-first{height:374px;overflow:hidden;background:#fff;animation:bounceinL 1s ease-out backwards;}
.ys-first .text{position:relative;float:left;padding:35px;width:530px;height:304px;}
.ys-first .tit h3{height:45px;line-height:45px;font-size:22px;color:#333;}
.ys-first .tit h3 span{font-size:32px;color:#d9192c;font-weight:bold;}
.ys-first .tit h3 em{font-size:40px;vertical-align:middle;}
.ys-first .tit p{height:40px;line-height:40px;font-size:22px;color:#333;}
.ys-first .summary{margin-top:16px;font-size:15px;line-height:30px;height:150px;overflow:hidden;}
.ys-first .btm{position:relative;padding-top:16px;line-height:30px;font-size:12px;color:#999;}
.ys-first .btm:after{display:block;content:"";position:absolute;left:0;top:0;width:200px;height:1px;background:#ccc;}
.ys-first .text .num{position:absolute;right:35px;bottom:35px;font-size:55px;color:#e5e5e5;}
.ys-first .pic{float:right;width:600px;height:374px;overflow:hidden;}
.ys-first .pic img{display:block;width:600px;height:374px;}
.ys-list{width:1208px;overflow:hidden;animation:bounceinR 2s ease-out backwards;}
.ys-list .item{position:relative;float:left;margin-top:7px;margin-right:7px;width:295px;height:444px;overflow:hidden;background:#fff;}
.ys-list .item .pic{width:295px;height:183px;overflow:hidden;}
.ys-list .item .pic img{display:block;width:295px;height:183px;}
.ys-list .item .text{padding:25px;overflow:hidden;}
.ys-list .item .tit h3{height:45px;line-height:45px;font-size:22px;color:#333;}
.ys-list .item .tit h3 span{font-size:32px;color:#d9192c;font-weight:bold;}
.ys-list .item .tit h3 em{font-size:40px;vertical-align:middle;}
.ys-list .item .tit p{height:40px;line-height:40px;font-size:22px;color:#333;}
.ys-list .item .summary{margin-top:10px;font-size:14px;line-height:30px;height:90px;overflow:hidden;}
.ys-list .item .num{position:absolute;right:0;bottom:25px;width:40px;height:20px;line-height:25px;font-size:14px;color:#999;background:url(../images/Index/num_line.png) no-repeat right center;}
/* --end youshi-- */

/* --factory-- */
.factory{padding:50px 0;overflow:hidden;background:#fff;}
.factory .title{padding-bottom:30px;text-align:center;animation:bounceinT 1s ease-out backwards;}
.factory-tab .tab-menu{height:79px;line-height:79px;overflow:hidden;background:#232323;}
.factory-tab .tab-menu li{position:relative;float:left;width:20%;font-size:18px;color:#fff;text-align:center;cursor:pointer;border-right:#666 solid 1px;box-sizing:border-box;}
.factory-tab .tab-menu li:last-child{border-right:none;}
.factory-tab .tab-menu li.cur{background:#d9192c;border-color:#d9192c;}
.factory-tab .tab-menu li img{display:inline-block;vertical-align:middle;}
.factory-tab .tab-menu li span{display:inline-block;vertical-align:middle;}
.factory-tab .tab-menu li span:before{position:relative;top:-5px;display:inline-block;content:"";margin:0 5px;width:12px;height:1px;background:#fff;}
.factory-tab .tabCon img{display:block;width:1200px;height:530px;}
/* --end factory-- */

/* --partner-- */
.partner{padding:50px 0;overflow:hidden;background:#d9192c;}
.partner .title{padding-bottom:30px;text-align:center;animation:bounceinT 1s ease-out backwards;}
.partner-list{width:1205px;overflow:hidden;}
.partner-list li{float:left;margin-right:5px;margin-bottom:5px;width:236px;height:119px;overflow:hidden;}
.partner-list li img{display:block;width:236px;height:119px;transition:all 1s;}
.partner-list li a:hover img{transform:scale(1.1);}
.partner .more{padding-top:50px;text-align:center;overflow:hidden;}
.partner .more a{display:block;margin:0 auto;width:118px;height:44px;line-height:44px;text-align:center;font-size:14px;color:#fff;border:#fff solid 1px;border-radius:3px;}
.partner .more a:hover{color:#d9192c;background:#fff;}
/* --end partner-- */

.news-wrap{padding:50px 0;overflow:hidden;background:#fff;}
.news{float:left;width:700px;}
.news .tit{padding-bottom:8px;height:40px;line-height:40px;overflow:hidden;border-bottom:#e6e6e6 solid 1px;}
.news .tit .more{float:right;font-size:14px;color:#999;}
.news .tit .more:hover{color:#d9192c;}
.news .tit span{font-size:18px;color:#333;font-weight:bold;}
.news .tit span a{color:#333;}
.news-list{margin-top:40px;overflow:hidden;}
.news-list .item{margin-bottom:30px;overflow:hidden;}
.news-list .item .pic{float:left;width:212px;height:132px;overflow:hidden;}
.news-list .item .pic img{display:block;width:212px;height:132px;transition:all 1s;}
.news-list .item .text{padding-left:25px;height:132px;overflow:hidden;}
.news-list .item .text h3{margin-bottom:10px;height:20px;line-height:20px;font-size:18px;font-weight:normal;overflow:hidden;}
.news-list .item .text h3 a{color:#333;}
.news-list .item .text p{height:75px;line-height:25px;font-size:14px;color:#666;overflow:hidden;} 
.news-list .item .text p a{color:#666;}
.news-list .item .btm{margin-top:6px;height:20px;line-height:20px;}
.news-list .item .btm em{float:right;font-size:14px;color:#999;}
.news-list .item .btm .read{display:block;width:27px;height:20px;background:url(../images/Index/read02.png) no-repeat center;}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text h3 a{color:#d9192c;}
.news-list .item:hover .read{background-image:url(../images/Index/read02_cur.png);}
.faq{float:right;width:420px;overflow:hidden;}
.faq .tit{padding-bottom:8px;height:40px;line-height:40px;overflow:hidden;border-bottom:#e6e6e6 solid 1px;}
.faq .tit .more{float:right;font-size:14px;color:#999;}
.faq .tit .more:hover{color:#d9192c;}
.faq .tit ul{overflow:hidden;}
.faq .tit ul li{float:left;font-size:18px;}
.faq .tit ul li:after{position:relative;top:4px;display:inline-block;margin:0 20px;width:1px;height:20px;content:"";background:#ccc;}
.faq .tit ul li:last-child:after{display:none;}
.faq .tit ul li a{color:#666;}
.faq .tit ul li.cur a{font-weight:bold;color:#333;}
.faq .item{padding:28px 0;height:104px;overflow:hidden;border-bottom:#ddd dashed 1px;}
.faq .item:last-child{border-bottom:none;}
.faq .item .date{float:left;width:88px;height:102px;text-align:center;color:#4c4c4c;border:#ddd solid 1px;background:#fff;}
.faq .item .date em{display:block;margin-top:16px;height:40px;line-height:40px;font-size:26px;}
.faq .item .date span{display:block;height:22px;line-height:22px;font-size:14px;}
.faq .item .text{padding-left:20px;overflow:hidden;}
.faq .item .text h3{margin-bottom:10px;height:20px;line-height:20px;font-size:18px;font-weight:normal;overflow:hidden;}
.faq .item .text h3 a{color:#333;}
.faq .item .text p{height:75px;line-height:25px;font-size:14px;color:#666;overflow:hidden;} 
.faq .item .text p a{color:#666;}
.faq .item:hover .date{color:#fff;background:#d9192c;border-color:#d9192c;}
.faq .item:hover .text h3 a{color:#d9192c;}

.flinks{padding:15px 0;line-height:25px;border-top:#666 solid 1px;overflow:hidden;background:#232323;}
.flinks dl{font-size:14px;overflow:hidden;}
.flinks dt{float:left;}
.flinks dt a{color:#999;}
.flinks dd{overflow:hidden;}
.flinks dd a{display:inline-block;padding:0 15px;color:#999;}
.flinks dl a:hover{color:#fff;}