﻿/*公共样式*/
.hTitle{font-size:30px;color:#333;text-align:center;margin-bottom:40px;}
.hTitle span{display:block;color:#888888;font-size:14px;}
.head-top{height:45px;line-height:45px;background:#f5f5f5;border-bottom:1px solid #dedede;font-size:14px;}
.head-top .link{border-right:1px solid #dedede;}
.head-top .link a{display:block;float:left;border-left:1px solid #dedede;padding:0 20px;}
.head-top .link a:hover{color:#c50153;}
.head-top .link span{font-size:20px;color:#c50153;font-family:Arial;vertical-align:-3px;}

/* 头部*/
.head-logo{width:100%;height:120px;overflow:hidden;}
.head-logo h1{height:120px;padding-top:27px;}
.head-logo .dwy{padding-left:20px;font-weight:bold;font-size:20px;color:#c50153;padding-top:35px;}
.head-logo .dwy span{display:block;font-size:12px;font-weight:normal;color:#666;letter-spacing:1.3px;}
.head-topR{height:120px;}
.head-menu a{font-size:16px;color:#666666;margin-left:35px;display:block;height:120px;line-height:120px;float:left;}
.head-menu a:hover,.head-menu a.current{color:#c50153;}

/* 导航*/
.head-nav{background:#bd0150;height:5px;line-height:5px;}
.head-nav .wrap{position:relative;}
.head-nav ul{width:1200px;}
.head-nav ul li{float:left;position:relative;font-size:14px;color:#fff;}
.head-nav ul li a{display:block;color:#fff;padding:0 50px;}
.head-nav ul li:hover{background:#000;}
.head-nav li .menu2{position:absolute;z-index:555;width:150px;background:#bd0150;display:none;overflow:hidden;}
.head-nav ul li .menu2 a{width:150px;font-size:12px;display:block;height:40px;color:#fff;text-align:center;padding-left:0;line-height:40px;border-bottom:1px solid #a50045;transition:all .3s;}
.head-nav li .menu2 a:hover{background:#a50045;}
.head-nav .search{width:43px;height:43px;position:absolute;right:0;top:16px;transition:all 0.5s;overflow:hidden;background:#333333;}
.head-nav .search .btn{display:block;width:43px;height:43px;cursor:pointer;position:absolute;right:0;z-index:3;background:url(../images/shousuo.png) no-repeat right;background-size:100% 100%;}
.head-nav .search .btn i{display:block;width:43px;height:43px;}
.head-nav .search .txt{width:302px;height:33px;line-height:33px;border:none;border:none;position:absolute;left:5px;top:5px;position:absolute;z-index:1;text-indent:12px;font-size:12px;color:#999;background:#fff;}
.head-nav .search:hover{width:350px;}

/*动画*/
.zSlide{position:relative;overflow:hidden;width:100%;}
.zSlide .hd{height:10px;z-index:1;overflow:hidden;position:absolute;left:50%;bottom:20px;transform:translateX(-50%);z-index:1;}
.zSlide .hd ul{text-align:center;padding-top:5px;}
.zSlide .hd ul li{cursor:pointer;float:left;margin-right:5px;width:30px;height:10px;line-height:14px;text-align:center;background:#fff;}
.zSlide .hd ul .on{background:#bd0150;color:#fff;}
.zSlide .bd{position:relative;z-index:0;}
.zSlide .bd li img{width:100%;vertical-align:top;}
.zSlide .prev,.zSlide .next{display:block;width:40px;height:60px;position:absolute;z-index:2;top:50%;margin-top:-20px;}
.zSlide .prev{background:url(../images/banner-pn.png) no-repeat left bottom;left:5%;}
.zSlide .next{background:url(../images/banner-pn.png) no-repeat right bottom;right:5%;}
.prodbg{background:url(../images/case_bg.jpg);overflow:hidden;padding:20px 0;}

/*  特点 */
.feature{overflow:hidden;padding:40px 0;}
.feature li{float:left;width:299px;text-align:center;border-right:1px dotted #c6c6c6;}
.feature li i{display:inline-block;background:url('../images/feature.png') no-repeat;width:54px;height:50px;transition:all .5s;top:0;position:relative;}
.feature li h4{padding-top:15px;color:#333;font-size:22px;position:relative;}
.feature li h4 span{display:block;font-size:12px;opacity:.5;font-family:Arial;}
.feature li:nth-child(2) i{background-position:-54px 0;}
.feature li:nth-child(3) i{background-position:-108px 0;}
.feature li:nth-child(4) i{background-position:-162px 0;}
.feature li:nth-child(4){border:none;}
.feature li h4::after{content:"";position:absolute;left:50%;top:2px;height:0px;margin-left:-15px;background:#bd0150;transition:0.3s;width:30px;}
.feature li:hover h4::after{height:1px;}
.feature li:hover i{top:-8px}

/*最新产品*/
.product{width:1202px;margin:0 auto;padding-top:20px;overflow:hidden;}
/*.proMain{overflow:hidden;padding:1px 0 0 1px;}
.proMain li{float:left;border:1px solid #d9d9d9;width:399px;margin-left:-1px;margin-top:-1px;transition:all .45s;position:relative;z-index:2;background:#fff;}
.proMain li::after{content:"";position:absolute;right:12%;top:30%;width:310px;height:162px;background:url('../images/pro_mark.png') no-repeat;z-index:-1;transform:scale(0);transition:all .3s;}
.proMain li a{display:block;overflow:hidden;}
.proMain li img{width:399px;height:326px;transition:all .5s;}
.proMain li h3{position:absolute;left:45px;top:40px;font-size:26px;color:#333;transition:all .4s;}
.proMain li h3 span{display:block;opacity:.5;font-size:12px;font-family:Arial;margin-bottom:20px;}
.proMain li h3 i{display:inline-block;width:21px;height:21px;background:url('../images/arr_pro.png') no-repeat -21px center;transition:all .3s;}
.proMain li.big{width:599px;}
.proMain li.big img{width:599px;height:400px;}
.proMain li.big h3{top:75px;}
.proMain li:hover{background:#bd0150;border:1px solid #bd0150;}
.proMain li:hover h3{color:#fff;}
.proMain li:hover h3 i{background-position:0 0;}
.proMain li:hover img{margin-left:-10px;}
.proMain li:hover::after{transform:scale(1);}*/
.prodtj ul li{width:23.5%;float:left;margin-right:2%;margin-top:40px;}
.prodtj ul li .pic{display:block;border:1px solid #ebebeb;overflow: hidden;background:#fff;}
.prodtj ul li .pic img{width:100%;height:100%;display: block;}
.prodtj ul li h4{font-size:18px;padding-top:25px;}
.prodtj ul li .wz{line-height:20px;color:#999;font-size:12px;padding-top:10px;}
.prodtj ul li .mo{display: block;width:100px;height:30px;line-height:28px;text-align:center;border:1px solid #ebebeb;font-size:12px;margin-top:15px;color:#999;background:#fff;}
.prodtj ul li:nth-child(4n){margin-right:0;}
.prodtj ul li:hover .mo{background:#bd0150;border-color:#bd0150;color:#fff;}
/*经典案例*/
.home-exam{padding:60px 0;overflow:hidden;}
.home-examMian{position:relative;}
.home-examMian li{width:390px;height:276px;background:#000;position:relative;float:left;}
.home-examMian li a{display:block;width:100%;height:100%;overflow:hidden;}
.home-examMian li img{position:relative;width:100%;height:100%;}
.home-examMian li .cover{position:absolute;z-index:10;left:0;right:0;top:0px;bottom:0;color:#fff;text-align:center;}
.home-examMian li .cover p{font-size:12px;opacity:0;transition:all .6s;transform:scale(0);-ms-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0);-moz-transform:scale(0);width:100%;}
.home-examMian li:hover .cover p{opacity:1;transform:scale(1.0);-ms-transform:scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);-moz-transform:scale(1.0);}
.home-examMian li .cover span{font-size:20px;display:block;padding-bottom:10px;margin-bottom:10px;border-bottom:2px solid #fff;}
.home-examMian li .cover:before{content:"";position:absolute;width:0;left:50%;top:10px;border-top:1px solid #fff;border-bottom:1px solid #fff;transition:all .8s;}
.home-examMian li:hover .cover:before{left:10px;top:10px;width:370px;}
.home-examMian li .cover:after{content:"";position:absolute;top:50%;left:10px;height:0px;border-left:1px solid #fff;border-right:1px solid #fff;transition:all .8s;}
.home-examMian li:hover .cover:after{left:10px;top:10px;width:369px;}
.home-examMian li:nth-child(1){float:left;margin-right:15px;}
.home-examMian li:nth-child(1) .cover{padding:110px 60px;}
.home-examMian li:nth-child(2){float:left;height:567px;}
.home-examMian li:nth-child(2) .cover{padding:230px 60px;}
.home-examMian li:nth-child(3){float:right;margin-bottom:15px;}
.home-examMian li:nth-child(3) .cover{padding:110px 60px;}
.home-examMian li:nth-child(4){position:absolute;left:0;top:291px;}
.home-examMian li:nth-child(4) .cover{padding:110px 60px;}
.home-examMian li:nth-child(5){float:right;}
.home-examMian li:nth-child(5) .cover{padding:110px 60px;}
.home-examMian li:hover img{opacity:0.5;filter:alpha(opacity=50);}
.home-examMian li:nth-child(1) .cover:before,.home-examMian li:nth-child(5) .cover:before{height:254px;}
.home-examMian li:nth-child(3) .cover:before,.home-examMian li:nth-child(4) .cover:before{height:254px;}
.home-examMian li:nth-child(2) .cover:before{height:545px;}
.home-examMian li:nth-child(1):hover .cover:after,.home-examMian li:nth-child(5):hover .cover:after{height:254px;}
.home-examMian li:nth-child(3):hover .cover:after,.home-examMian li:nth-child(4):hover .cover:after{height:254px;}
.home-examMian li:nth-child(2):hover .cover:after{height:547px;}
.home-examMian li:nth-child(2) a img{width:782px;height:567px;}
.home-examMian li:nth-child(2) img{position:relative;top:50%;margin-top:-284px;left:50%;margin-left:-391px;}

/*优势介绍*/
.home-ys{padding:60px 0;background:url(../images/head-ys-bg.jpg) no-repeat center center;overflow:hidden;background-size:100% 100%;}
.home-ys .hTitle,.home-ys .hTitle span{color:#fff;}
.home-ysMain{background:#fff;overflow:hidden;}
.home-ysBox{width:1210px;}
.home-ysMain dl{width:240px;height:145px;padding:55px 30px 0 130px;float:left;border-right:1px solid #dadada;border-bottom:1px solid #dadada;position:relative;}
.home-ysMain dt{font-size:24px;color:#444444;margin-bottom:20px;}
.home-ysMain dd{line-height:24px;}
.home-ysMain dl:after{content:"";position:absolute;width:60px;height:60px;border:1px solid #444444;border-radius:50%;background:url(../images/home-ys-ico.png) no-repeat;left:50px;top:60px;transition:all .3s;}
.home-ysMain dl:hover:after{background:url(../images/home-ys-ico.png) no-repeat #bd0150;border-color:#bd0150;}
.home-ysMain dl:nth-child(2):after{background-position:-58px 0;}
.home-ysMain dl:nth-child(3):after{background-position:-120px 0;}
.home-ysMain dl:nth-child(4):after{background-position:-180px 0;}
.home-ysMain dl:nth-child(5):after{background-position:-240px 0;}
.home-ysMain dl:nth-child(6):after{background-position:-300px 0;}
.home-ysMain dl:nth-child(1):hover:after{background-position:0 -60px;}
.home-ysMain dl:nth-child(2):hover:after{background-position:-58px -60px;}
.home-ysMain dl:nth-child(3):hover:after{background-position:-120px -60px;}
.home-ysMain dl:nth-child(4):hover:after{background-position:-180px -60px;}
.home-ysMain dl:nth-child(5):hover:after{background-position:-240px -60px;}
.home-ysMain dl:nth-child(6):hover:after{background-position:-300px -60px;}
.home-ysMain dl:hover dt{color:#bd0150;}

/*  关于我们 */
.zAbout{padding:60px 0;overflow:hidden;}
.aboutL{width:590px;}
.aboutL .hTitle{text-align:left;}
.aboutL .tie{margin:35px 0 20px 0;font-size:26px;color:#333;}
.aboutL .font{height:250px;}
.aboutL .txt{height:125px;margin-bottom:15px;line-height:26px;}
.aboutL .more{display:inline-block;width:34px;height:7px;background:url('../images/arr_about.png') no-repeat -34px 0;}
.aboutL .more:hover{background-position:0 0;}
.strength{overflow:hidden;}
.strength li{float:left;font-size:14px;padding-right:41px;}
.strength li strong{display:inline-block;font-size:46px;font-family:Arial;line-height:40px;color:#bd0150;position:relative;}
.strength li strong::after{content:"+";position:absolute;right:-15px;top:-10px;font-size:14px;}
.strength li:nth-child(1) strong::after{content:"年";}
.strength li p{font-size:12px;}
.strength li:last-child{margin-right:0;}
.aboutR{width:570px;height:425px;overflow:hidden;}
.aboutR iframe{width:570px;height:425px;}

/*新闻*/
.home-news{background:url(../images/case_bg.jpg);overflow:hidden;padding:60px 0;}
.home-news .news_tie{font-size:24px;color:#fff;margin-bottom:20px;font-weight:normal;}
.home-news .news_tie a{float:right;display:block;width:15px;height:15px;line-height:12px;text-align:center;border:1px solid #fff;color:#fff;font-size:12px;}
.home-news .news_tie_ri{font-size:24px;color:#333;margin-bottom:20px;font-weight:normal;}
.home-news .news_tie_ri a{float:right;display:block;width:15px;height:15px;line-height:15px;text-align:center;border:1px solid #bd0150;color:#bd0150;font-size:12px;}
.home-news .hot_news{width:345px;height:461px;float:left;background:url(../images/hn_bg.jpg)no-repeat;padding:30px 25px;}
.home-news .hot_news li .pic{width:350px;height:239px;overflow:hidden;}
.home-news .hot_news li .pic img{width:100%;max-height:239px;transition:0.5s all}
.home-news .hot_news li h4{font-weight:normal;font-size:16px;color:#333;margin:30px 0 20px 0}
.home-news .hot_news li p{font-size:14px;color:#888;margin-bottom:40px;}
.home-news .hot_news li span{font-size:12px;color:#888;position:relative;display:block;text-align:right;}
.home-news .hot_news li span:after{content:'';position:absolute;display:block;width:100px;height:1px;background:#cccccc;left:0;top:14px;}
.home-news .hot_news li:hover .pic .Img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.news .hot_news li:hover h4{color:#bd0150}
.home-news .right_news{width:780px;float:right;}
.home-news .right_news .nefl{height:185px;background:#fff;margin-bottom:30px;padding:30px 25px;}
.home-news .right_news .news_box li{float:left;width:47%;padding-right:40px;}
.home-news .right_news .news_box li:nth-child(3){padding-right:0;}
.home-news .right_news .news_box li h4{font-weight:normal;font-size:16px;color:#333;margin:10px 0 20px 0}
.home-news .right_news .news_box li p{font-size:14px;color:#888;margin-bottom:30px;}
.home-news .right_news .news_box li span{font-size:12px;color:#888;position:relative;display:block;text-align:right;}
.home-news .right_news .news_box li span:after{content:'';position:absolute;display:block;width:100px;height:1px;background:#cccccc;left:0;top:9px;}
.home-news .right_news .news_box li:hover h4{color:#bd0150}
.home-news .right_news .faq{margin-bottom:0;}
.home-news .right_news .faq ul{float:right;width:55%;}
.home-news .right_news .faq ul li{margin-bottom:6px;position:relative;}
.home-news .right_news .faq ul li h4{font-size:14px;color:#666;font-weight:normal;}
.home-news .right_news .faq ul li:hover h4{color:#bd0150}
.home-serve{overflow:hidden;padding:40px 0;}
.home-serve ul{width:1250px;}
.home-serve li{width:380px;float:left;overflow:hidden;margin-right:30px;padding-top:10px;}
.home-serve li i{display:block;width:120px;height:120px;margin-right:20px;border:1px solid #9e9e9e;border-radius:50%;background:url(../images/home-serve-ico.png) no-repeat;float:left;transition:transform .6s;}
.home-serve li p{margin-left:-130px;font-size:13px;line-height:22px;}
.home-serve li p span{display:block;color:#000000;font-size:18px;margin-bottom:10px;}
.home-serve li:nth-child(2) i{background-position:-120px 0;}
.home-serve li:nth-child(3) i{background-position:-240px 0;}
.home-serve li:hover i{background:url(../images/home-serve-ico.png) no-repeat #c50153;border-color:#c50153;transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);-o-transform:translateY(-10px);-moz-transform:translateY(-10px);}
.home-serve li:nth-child(1):hover i{background-position:0 -120px;}
.home-serve li:nth-child(2):hover i{background-position:-120px -120px;}
.home-serve li:nth-child(3):hover i{background-position:-240px -120px;}

/*底部*/
.zFooter{background:#222;overflow:hidden;}
.footContact{overflow:hidden;width:620px;border-right:1px solid #2f2f2f;padding:60px 0 45px;}
.footEwm{width:540px;padding-top:50px;}
.footEwm .ewm{width:204px;color:#999999;float:right;}
.footEwm .ewm p{width:200px;height:100px;border:2px solid #fff;margin-bottom:15px;}
.footEwm .ewm p span{float:right;font-size:12px;margin:27px 10px 0 0;}
.footContact dt{font-size:18px;color:#fff;margin-bottom:20px;}
.footContact dl{float:left;margin-right:50px;}
.footContact dl.last{margin-right:0}
.footContact dd{font-size:14px;color:#999999;margin-bottom:10px;}
.footContact dd a{color:#999999;}
.footEwm .adrr{text-align:left;font-size:14px;float:left;color:#999;line-height:30px;}
.footEwm .adrr b{font-size:14px;color:#fff;font-weight:600;}
.footEwm .adrr span{font-size:34px;font-weight:bold;color:#fff;display:block;padding-bottom:10px;}
.footBot{height:70px;line-height:70px;border-top:1px solid #2f2f2f;font-size:14px;background:#1e1e1e;color:#999999;}
.footBot a{float:right;margin-left:15px;color:#999999;}
.footBot a:hover,.footContact dd a:hover{color:#fff;}

/*内页*/

/*pageBanner*/
.pageBanner{height:350px;position:relative;overflow:hidden;}
.pageBanner img{position:relative;left:50%;margin-left:-960px;width:1920px;height:350px;}
.listWrapper{overflow:hidden;padding-bottom:95px;padding-top:30px;}

/*内页共用*/
.listWrapper{overflow:hidden;padding-bottom:50px;padding-top:30px;}
.listBanner{width:1920px;position:relative;left:50%;margin-left:-960px;height:300px;}
.listLeft{width:250px;float:left;overflow:hidden;}

/* 内页留言样式*/
#contactlb{width:900px;font-size:16px;font-weight:bold;color:#333;font-family:"微软雅黑";font-weight:normal;margin-bottom:40px;}
#contactlb span{font-weight:normal;font-size:13px;font-family:Arial;display:block;color:#999;}
#leavetable{margin-top:35px;}
#leavetable tr{height:40px;}
.contactFont{overflow:hidden;margin-top:30px;}
.contactnr{width:600px;margin:0 auto;}

/*面包屑*/
.breadCrumb{background:rgba(0,0,0,.4);height:50px;width:1200px;margin:-50px auto 0;position:relative;z-index:10;}
.breadCrumb p{height:50px;line-height:50px;margin-left:20px;padding-left:20px;background:url(../images/dzicon.png) no-repeat left center;font-size:14px;color:#fff;}
.breadCrumb p a{color:#fff;}

/*内页导航*/
.aboutMenu{width:1200px;text-align:center;padding:40px 0 0;margin:0 auto;overflow:hidden;}
.aboutMenu ul{width:100%;text-align:center;}
.aboutMenu li{display:inline-block;font-size:16px;color:#333;background:#fff;border:1px solid #e5e5e5;border-radius:25px;height:48px;line-height:48px;padding:0 30px;margin:0 10px;text-align:center;}
.aboutMenu li a{color:#333;display:block;}
.aboutMenu li:hover,.aboutMenu li.current{background:#bd0150;border-color:#bd0150}
.aboutMenu li:hover a,.aboutMenu li.current a{color:#fff;}

/*内页主体*/
.pageMain{background:#f5f5f5;overflow:hidden;padding-bottom:20px;}
.mainBox{
	background: #fff;
	margin-top: 40px;
	padding: 20px 15px;
	min-height: 300px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.mainBox p{padding-bottom:15px;line-height:30px;}
.aboutVideo{overflow:hidden;margin-top:40px;overflow:hidden;}
.aboutVideo iframe{width:100%;height:600px;}
.mainBox .qywh li{overflow:hidden;padding:25px 0;}
.mainBox .qywh li img{float:left;padding-right:30px;width:196px;}
.mainBox .qywh li p{float:left;width:800px;font-size:16px;padding-top:45px;}
.mainBox .qywh li p span{display:block;font-size:24px;font-weight:bold;color:#bd0150;padding-bottom:15px;}

/*联系我们*/
.mainCont{margin-top:40px;overflow:hidden;}
.mainCont .contL{width:455px;height:496px;padding:54px 70px 0 75px;overflow:hidden;background:#fff;}
.mainCont .contL h3{font-size:24px;color:#bd0150;margin-bottom:42px;font-weight:bold;}
.mainCont .contL .box{width:100%;}
.mainCont .contL .box li{height:71px;border-bottom:1px solid #e5e5e5;overflow:hidden;}
.mainCont .contL .box li:first-child{border-top:1px solid #e5e5e5;}
.mainCont .contL .box li img{display:block;margin-top:18px;float:left;}
.mainCont .contL .box li p{float:left;margin-top:26px;width:402px;float:right;padding-top:0;line-height:20px;font-size:16px;}
.mainCont .contL .box p span{color:#666666;}
.mainCont .contL .box p em{color:#333;font-style:normal;}
.mainCont .contR{width:598px;height:548px;border:1px solid #ddd;position:relative;}
#dituContent{width:598px;height:548px;overflow:hidden;border:none;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content div{line-height:19px;}
.contLsc{overflow:hidden;}
.contLsc p{width:336px;height:180px;margin-top:36px;background:#fff;margin-left:36px;overflow:hidden;float:left;padding:20px;font-size:15px;color:#333;line-height:30px;}
.contLsc p.p1,.contLsc p.p4,.contLsc p.p7{margin-left:0;}
.conFeed{background:url(../images/lybg.jpg) no-repeat;height:520px;margin-top:35px;position:relative;}
.conFeed .title{position:absolute;left:85px;top:70px;font-size:24px;font-weight:bold;color:#bd0150;}
.conFeed .title span{display:block;font-weight:normal;color:#999;font-size:16px;}
.conFeed .feed{padding-left:615px;width:500px;padding-top:49px;overflow:hidden;}
.conFeed .feed .input1{width:408px;height:38px;line-height:38px;border:1px solid #e5e5e5;padding:10px 70px 10px 20px;font-size:14px;display:block;margin-bottom:20px;background:url(../images/ly1.png) no-repeat 455px center;}
.conFeed .feed .input2{background:url(../images/ly2.png) no-repeat 455px center;}
.conFeed .feed .input3{background:url(../images/ly3.png) no-repeat 455px center;}
.conFeed .feed textarea{width:408px;height:80px;padding:10px 70px 10px 20px;line-height:20px;display:block;overflow:hidden;margin-bottom:20px;background:url(../images/ly4.png) no-repeat 455px 10px;border:1px solid #e5e5e5;font-size:14px;}
.conFeed .feed .button{display:block;height:60px;text-align:center;width:100%;font-size:22px;color:#fff;line-height:60px;background:#bd0150;}

/*图片样式*/
.picList{width:100%;overflow:hidden;}
.picList ul{width:1190px;}
.picList li{float:left;width:368px;margin-bottom:20px;margin-right:22px;}
.picList li a{width:364px;background:#eee;display:block;overflow:hidden;border:2px solid #eee;}
.picList li a img{width:100%;height:100%;}
.picList li .tit{text-align:center;font-size:15px;line-height:40px;}
.picList li:hover a{border-color:#bd0150;background:#bd0150;}
.picList li:hover .tit{color:#bd0150}
.picList1 li{float:left;width:271px;}
.picList1 li a{width:267px;}

/*新闻样式*/
.newsList{width:100%;margin-top:40px;padding-bottom:30px;}
.newsList ul{width:100%;}
.newsList li{width:100%;padding-top:39px;height:192px;border:1px solid #dfdfdf;border-top:none;background:#fff;position:relative;}
.newsList li:first-child{border-top:1px solid #dfdfdf;}
.newsList li .pic{width:220px;height:152px;float:left;margin-left:40px;overflow:hidden;}
.newsList li .pic img{display:block;transform:scale(1);transition:all 2s ease-out;width:220px;height:152px;}
.newsList li:hover .pic img{transform:scale(1.2);}
.newsList li .wz{width:875px;height:142px;position:relative;margin-left:28px;float:left;margin-top:10px;}
.newsList li .wz h3{font-size:20px;font-weight:normal;width:650px;line-height:26px;}
.newsList li .wz h3 a{color:#333;}
.newsList li .wz p{font-size:14px;color:#666666;line-height:24px;margin-top:17px;overflow:hidden;}
.newsList li .wz .sp1{display:block;font-family:arial;height:26px;line-height:26px;position:absolute;padding-left:24px;}
.newsList li .wz .rq{top:0;right:50px;}
.newsList li .wz .readNum{top:0;right:4px;background:url(../images/newsList_icon02.png) no-repeat left center;}
.newsList li .wz a.more{display:block;width:36px;height:36px;background:url(../images/list_circle.png) no-repeat left top;overflow:hidden;position:absolute;right:0;bottom:0;}
.newsList li:hover .wz a.more{background-position:left bottom;}
.newsList li:hover .wz h3 a{color:#bd0150;}
.newsList li:hover{box-shadow:0 0 10px 6px #eeeeee;z-index:99;}

/* 新闻详情页 */
.mainNew{width:100%;padding-top:40px;}
.mainNew .article{position:relative;width:890px;background:#fff;}
.mainNew .article .conBox{padding:30px 30px 0;overflow:hidden;}
.mainNew .article .title{overflow:hidden;}
.mainNew .article .title h1{font-size:22px;color:#333333;font-weight:normal;margin-bottom:16px;}
.mainNew .article .title .share{width:100%;height:24px;}
.mainNew .article .title .share p{float:left;overflow:hidden;margin-top:4px;}
.mainNew .article .title .share p span{display:block;font-size:12px;color:#999999;padding:0 8px;border-left:1px dotted #b6b6b6;float:left;}
.mainNew .article .title .share p span:first-child{padding-left:0;border-left:none;}
.mainNew .article .title .share ul{float:right;}
.mainNew .article .title .share li{margin-left:7px;width:24px;height:24px;float:left;}
.mainNew .article .title .share li img{display:block;}
.mainNew .article .title i{width:100%;display:block;height:1px;background:#e7e7e7;margin-top:18px;}
.mainNew .article .box{margin:30px 0;overflow:hidden;min-height:400px;}
.mainNew .article .box img{max-width:100%;}
.mainNew .article .box  p{width:100%;word-spacing:10px;line-height:30px;font-size:14px;color:#333333;padding-bottom:15px;}
.mainNew .article .box  p a{color:#bd0150;}
.mainNew .article .conText{width:100%;border-top:1px solid #e7e7e7;background:#fff;height:70px;}
.mainNew .article .conText p{width:445px;float:left;height:70px;line-height:70px;}
.mainNew .article .conText p a{font-size:13px;display:block;}
.mainNew .article .conText p.prevNews a{margin-left:30px;padding-left:20px;background:url(../images/npl_icon.png) no-repeat left center;}
.mainNew .article .conText p.NextNews a{margin-right:30px;padding-right:20px;text-align:right;background:url(../images/npr_icon.png) no-repeat right center;}
.mainNew .article .conText p.prevNews a:hover{background:url(../images/npl_icon_h.png) no-repeat left center;}
.mainNew .article .conText p.NextNews a:hover{background:url(../images/npr_icon_h.png) no-repeat right center;}
.mainNew .article .conText p.NextNews{border-left:1px solid #e7e7e7;width:444px;}
.mainNew .article .conText p a:hover{color:#bd0150;}
.mainNew .article .backNewsList{width:58px;height:101px;display:block;position:absolute;left:-58px;top:0;cursor:pointer;}

/*右侧最新新闻*/
.mainNew .hotNews{width:300px;float:right;overflow:hidden;}
.mainNew .hotNews .box{padding:30px 28px 18px;background:#fff;margin-top:10px;}
.mainNew .hotNews .box:first-child{margin-top:0;}
.mainNew .hotNews .box .top{height:40px;border-bottom:1px solid #e7e7e7;}
.mainNew .hotNews .box .top h3{font-size:18px;color:#333333;font-weight:normal;float:left;}
.mainNew .hotNews .box .top h3 em{font-weight:bold;color:#bd0150;font-style:normal;}
.mainNew .hotNews .box .top h3 i{width:72px;height:1px;background:#bd0150;position:relative;display:block;top:16px;}
.mainNew .hotNews .box .top a.more{display:block;width:21px;height:21px;float:right;margin-top:4px;}
.mainNew .hotNews .box ul{padding-top:18px;}
.mainNew .hotNews .box1 li{font-size:14px;margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mainNew .hotNews .box1 li a{color:#333333;}
.mainNew .hotNews .box1 li:hover a{color:#bd0150;}
.mainNew .hotNews .box2 li{font-size:14px;margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mainNew .hotNews .box2 li a{color:#333333;}
.mainNew .hotNews .box2 li:hover a{color:#bd0150;}
.mainNew .hotNews .sidebar{width:300px;overflow:hidden;}
.mainNew .hotNews .sidebar .top{width:300px;height:70px;background:url(../images/mu_icon.png) no-repeat 238px center #bd0150;}
.mainNew .hotNews .sidebar h3{padding:20px 0 0 26px;font-size:24px;font-weight:normal;}
.mainNew .hotNews .sidebar h3 a{display:block;color:#fff;}
.mainNew .hotNews .sidebar h3 em{font-weight:bold;color:#fff;}
.mainNew .hotNews .sidebar h3 span{font-size:10px;color:#fff;font-family:arial;margin-left:6px;position:relative;top:2px;}
.mainNew .hotNews .sidebar .mu{padding:26px;background:#fff;overflow:hidden;}
.mainNew .hotNews .sidebar .mu li a{display:block;font-size:14px;color:#666666;height:50px;line-height:50px;background:url(../images/mu_icon_jt.png) no-repeat 200px center;text-indent:25px;border:1px solid #eaeaea;border-top:none;}
.mainNew .hotNews .sidebar .mu li:first-child a{border-top:1px solid #eaeaea;}
.mainNew .hotNews .sidebar .mu li a:hover,.mainNew .hotNews .sidebar .mu li a.cur{color:#bd0150;background:url(../images/mu_icon_jth.png) no-repeat 200px center;font-weight:bold;}

/*相关标题*/
.mub01Top{width:100%;height:42px;border-bottom:1px solid #eaeaea;}
.mub01Top h3{font-size:20px;color:#333333;float:left;}
.mub01Top h3 em{color:#bd0150;font-weight:bold;font-style:normal;}
.mub01Top h3 i{display:block;width:24px;height:1px;background:#bd0150;position:relative;top:16px;}
.mub01Top a.more{display:block;font-size:14px;color:#666666;float:right;margin-right:6px;line-height:34px;}
.mub01Top a.more:hover{color:#bd0150;}

/* 相关新闻 */
.relatedNews{width:100%;padding-top:40px;overflow:hidden;}
.relatedNews .box{padding:30px 0;background:#fff;overflow:hidden;}
.relatedNews .box dl{float:left;margin-left:40px;width:578px;padding-right:40px;border-right:1px dotted #b2b2b2;}
.relatedNews .box dt{width:220px;height:152px;float:left;}
.relatedNews .box dt img{display:block;width:220px;height:152px;}
.relatedNews .box dd{width:330px;float:right;height:152px;position:relative;}
.relatedNews .box dd h3{font-size:16px;font-weight:normal;}
.relatedNews .box dd h3 a{color:#000000;width:330px;display:block;padding-top:10px;}
.relatedNews .box dd p{line-height:24px;color:#666666;font-size:13px;margin-top:20px;height:74px;overflow:hidden;}
.relatedNews .box dd p a{color:#666666;}
.relatedNews .box dd span{display:block;font-size:13px;color:#999999;position:absolute;bottom:15px;left:0;}
.relatedNews .box dd a.more{display:block;width:36px;height:36px;background:url(../images/list_circle.png) no-repeat left top;overflow:hidden;position:absolute;right:6px;bottom:0;}
.relatedNews .box dl:hover dd a.more{background-position:left bottom;}
.relatedNews .box dl:hover dd h3 a{color:#bd0150;}
.relatedNews .box ul{width:474px;float:right;margin-right:40px;}
.relatedNews .box li{overflow:hidden;line-height:30px;font-size:13px;}
.relatedNews .box li a{display:block;color:#333333;width:320px;float:left;}
.relatedNews .box li a:hover{color:#bd0150;}
.relatedNews .box li span{display:block;color:#999999;font-family:arial;float:right;}

/* 相关产品 */
.relatedProduct{width:100%;margin-top:40px;overflow:hidden;}
.relatedProduct .box{width:100%;padding-top:20px;overflow:hidden;}
.relatedProduct .box li{float:left;width:290px;margin-left:13px;text-align:center;}
.relatedProduct .box li:first-child{margin-left:0;}
.relatedProduct .box li h4{font-size:14px;color:#333333;margin-top:15px;}
.relatedProduct .box li span{display:block;width:290px;height:230px;overflow:hidden;position:relative;}
.relatedProduct .box li a{display:block;}
.relatedProduct .box li img{display:block;width:100%;height:100%;}
.relatedProduct .box li:hover h4{color:#bd0150;}

/*产品列表*/
.prodBox{padding-top:40px;overflow:hidden;}
.prodBox .sidebar{width:300px;overflow:hidden;}
.prodBox .sidebar .top{width:300px;height:70px;background:url(../images/mu_icon.png) no-repeat 244px center #bd0150;}
.prodBox .sidebar h3{padding:20px 0 0 26px;font-size:24px;font-weight:normal;}
.prodBox .sidebar h3 a{display:block;color:#fff;text-decoration:none;}
.prodBox .sidebar h3 em{color:#fff;font-style:normal;}
.prodBox .sidebar h3 span{font-size:10px;color:#fff;font-family:arial;margin-left:6px;position:relative;top:2px;}
.prodBox .sidebar .box1{padding:26px;background:#fff;overflow:hidden;}
.prodBox .sidebar .box1 li a{display:block;font-size:14px;color:#666666;height:50px;line-height:50px;background:url(../images/mu_icon_jt.png) no-repeat 200px center;text-indent:25px;border:1px solid #eaeaea;border-top:none;}
.prodBox .sidebar .box1 li:first-child a{border-top:1px solid #eaeaea;}
.prodBox .sidebar .box1 li a:hover,.prodBox .sidebar .box1 li.cur a{color:#bd0150;background:url(../images/mu_icon_jth.png) no-repeat 200px center;font-weight:bold;}
.prodBox .sidebar .box2{margin-top:20px;background:#fff;margin-bottom:20px;}
.prodBox .sidebar .box2 .phone{background:url(../images/ltel_icon.png) no-repeat 32px center;padding-left:86px;padding-top:25px;padding-bottom:20px;border-bottom:1px solid #eaeaea;}
.prodBox .sidebar .box2 .phone span{display:block;font-size:14px;color:#333333;}
.prodBox .sidebar .box2 .phone p{font-size:24px;color:#bd0150;font-family:arial;}
.prodBox .sidebar .intro{padding:28px 28px 24px;}
.prodBox .sidebar .intro p{font-size:14px;color:#333333;margin-bottom:8px;line-height:20px;}
.prodBox .sidebar .intro p em{font-size:14px;color:#333;font-family:arial;font-style:normal;}
.prodBox .boxList{width:870px;overflow:hidden;}
.prodBox .boxList ul{width:105%;}
.prodBox .boxList li{width:428px;height:480px;margin-right:15px;float:left;margin-bottom:15px;background:#fff;overflow:hidden;}
.prodBox .boxList li .pImg{display:block;width:428px;height:317px;overflow:hidden;}
.prodBox .boxList li .pImg img{display:block;width:100%;height:100%;}
.prodBox .boxList li h5{font-size:16px;text-align:center;padding:30px 0;overflow:hidden;}
.prodBox .boxList li .btn{overflow:hidden;width:281px;height:42px;margin:0 auto;}
.prodBox .boxList li .btn a{display:block;height:40px;line-height:40px;text-align:center;float:left;font-size:14px;border:1px solid #eaeaea;}
.prodBox .boxList li .btn a i{display:inline-block;width:7px;height:12px;background:url(../images/cp_jt.png) no-repeat center;margin-left:8px;position:relative;top:2px;}
.prodBox .boxList li .btn a.zx{width:139px;border-right:none;border-radius:21px 0 0 21px;}
.prodBox .boxList li .btn a.me{width:138px;border-radius:0 21px 21px 0;}
.prodBox .boxList li .btn a:hover{color:#fff;}
.prodBox .boxList li:hover h5{color:#bd0150;}
.prodBox .boxList li .btn a.zx:hover{background:#bd0150;color:#fff;border-color:#bd0150;}
.prodBox .boxList li .btn a.me:hover{background:#bd0150;color:#fff;border-color:#bd0150;}
.prodBox .boxList li .btn a:hover i{background:url(../images/cp_jth.png) no-repeat center;}

/*产品详情页*/
.proDetailsIntro{width:100%;padding-top:40px;padding-bottom:90px;background:#f5f5f5;overflow:hidden;}
.proDetailsIntro .conL{width:600px;float:left;position:relative;}
.proDetailsIntro .conL a{display:block;width:44px;height:44px;position:absolute;z-index:9;cursor:pointer;overflow:hidden;top:50%;margin-top:-22px;}
.proDetailsIntro .conL a.prev{left:0;}
.proDetailsIntro .conL a.next{right:0;}
.proDetailsIntro .conL .hd{width:100%;height:10px;text-align:center;position:absolute;left:46%;bottom:24px;}
.proDetailsIntro .conL .hd li{display:inline-block;width:10px;height:10px;overflow:hidden;position:relative;background:#333;margin-left:16px;cursor:pointer;border-radius:50%;font-size:0;text-indent:22222em;}
.proDetailsIntro .conL .hd li.on{background:#bd0150;}
.proDetailsIntro .conL .hd li:first-child{margin-left:0;}
.proDetailsIntro .conL .bd{width:600px;height:445px;position:relative;overflow:hidden;}
.proDetailsIntro .conL .bd li{float:left;width:600px;}
.proDetailsIntro .conL .bd li img{display:block;width:600px;height:445px;}
.proDetailsIntro .conR{float:right;padding-top:20px;width:541px;height:445px;position:relative;}
.proDetailsIntro .conR h3{font-size:24px;color:#333333;font-weight:normal;}
.proDetailsIntro .conR i{display:block;width:541px;height:2px;margin:28px 0 32px 0;}
.proDetailsIntro .conR h4{font-size:14px;color:#333333;font-weight:normal;margin:46px 0 26px;}
.proDetailsIntro .conR p{font-size:14px;color:#666666;line-height:28px;}
.proDetailsIntro .conR .box{width:100%;position:absolute;bottom:20px;left:0;}
.proDetailsIntro .conR .box .zx{display:block;width:197px;height:60px;float:left;font-size:22px;color:#fff;line-height:60px;background:#bd0150;text-align:center;text-decoration:none;border-radius:30px;}
.proDetailsIntro .conR .box .zx img{position:relative;top:0;margin-left:8px;}
.proDetailsIntro .conR .box .phone{float:left;padding-left:56px;background:url(../images/ltel_icon.png) no-repeat left center;margin-left:46px;margin-top:6px;}
.proDetailsIntro .conR .box .phone span{display:block;font-size:14px;color:#333333}
.proDetailsIntro .conR .box .phone em{display:block;font-size:24px;color:#bd0150;font-family:arial;font-style:normal;}
.proDetailsCanS{width:100%;background:#fff;}
.proDetailsCanS .wrap{position:relative;}
.proDetailsCanS .hd{width:100%;height:60px;position:absolute;top:-60px;}
.proDetailsCanS .hd li{float:left;width:33.333333%;border-left:1px solid #eaeaea;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:#333;cursor:pointer;box-sizing:border-box;}
.proDetailsCanS .hd li.on{background:#bd0150;}
.proDetailsCanS .bd{width:100%;background:#fff;overflow:hidden;}
.proDetailsCanS .bd .box{width:100%;padding:30px 0;overflow:hidden;line-height:30px;font-size:14px;color:#333333;}
.proDetailsCanS .bd .box p{width:100%;white-space:normal;word-spacing:10px;padding-bottom:15px;}

/*产品留言*/
.proDetailsLy{width:100%;margin-top:40px;}
.proDetailsLy .box{padding:40px 40px 0 20px;background:#fff;height:420px;}
.proDetailsLy .box .box1{width:100%;}
.proDetailsLy .box .box1 .Input{width:548px;height:58px;border:1px solid #e0e0e0;float:left;margin-bottom:20px;margin-left:20px;}
.proDetailsLy .box .box1 .Input span{width:130px;float:left;display:block;border-right:1px solid #e0e0e0;line-height:58px;font-size:16px;color:#999999;text-indent:22px;}
.proDetailsLy .box .box1 input{width:344px;padding-left:22px;padding-right:51px;font-size:16px;color:#333333;line-height:58px;outline:none;border:none;}
.proDetailsLy .box .box1 p.input{width:344px;padding-left:22px;padding-right:51px;font-size:16px;color:#333333;line-height:58px;outline:none;border:none;margin-left:131px;}
.proDetailsLy .box .box1 .Input1 p.input{background:url(../images/ly0.png) no-repeat 372px center;}
.proDetailsLy .box .box1 .Input2 input{background:url(../images/ly1.png) no-repeat 372px center;}
.proDetailsLy .box .box1 .Input3 input{background:url(../images/ly2.png) no-repeat 372px center;}
.proDetailsLy .box .box1 .Input4 input{background:url(../images/ly3.png) no-repeat 372px center;}
.proDetailsLy .box .box1 textarea{text-indent:22px;width:1067px;height:120px;border:1px solid #e0e0e0;margin-left:20px;padding-top:18px;font-size:16px;color:#999999;outline:none;resize:none;background:url(../images/ly4.png) no-repeat 1072px 18px;padding-right:51px;}
.proDetailsLy .box .box2{margin:30px auto 0;width:524px;overflow:hidden;}
.proDetailsLy .box .box2 a,.proDetailsLy .box .box2 button{display:block;width:240px;height:52px;line-height:52px;text-align:center;float:left;font-size:18px;border:1px solid #eaeaea;border-radius:27px;margin:0 10px;background:#fff;cursor:pointer;}
.proDetailsLy .box .box2 a i,.proDetailsLy .box .box2 button i{display:inline-block;width:7px;height:12px;background:url(../images/cp_jt.png) no-repeat center;margin-left:20px;position:relative;top:2px;}
.proDetailsLy .box .box2 a:hover,.proDetailsLy .box .box2 button:hover{background:#bd0150;color:#fff;border-color:#bd0150;}
.proDetailsLy .box .box2 a:hover i,.proDetailsLy .box .box2 button:hover i{background:url(../images/cp_jth.png) no-repeat center;}
#dituContent{width:100%;}
.paCont{padding:10px 0;overflow: hidden;margin:10px 0;background:#fff;}
.paCont li{width:338px;float:left;border-right:1px solid #d4d4d4;text-align:center;padding:10px;overflow: hidden;}
.paCont li:last-child{border-right:0;}
.paCont li img{display:inline-block;}
.paCont li p{line-height:20px;padding-top:30px;}
.paCont li p span{display:block;font-size:20px;padding-bottom:15px;}
