*{margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:normal;}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
html,body{min-width: 1200px;font-family: "Microsoft YaHei";}
body{
	font-size: 14px;
	color: #2e2e2e;
	width:100%;
}

a{text-decoration: none;}
a:link {color: #2e2e2e;}
a:visited {color: #2e2e2e;}
a:hover{color: #2e2e2e;	text-decoration: none;}
a:active {color: #2e2e2e;}
p{ line-height:24px;}

.clear{clear:both;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
checkbox{border: 0px;}
ul,li{ list-style:none}
*{box-sizing:border-box;}


.nav{width:100%;height:70px;position:fixed;top:0px;left:0px;z-index:1000;background:#fff;}
.nav .wrap{width:1200px;height:70px;background:url(../images/daohang2.jpg) no-repeat center 0;margin:0 auto;}
.nav .wrap ul{position:relative;height:70px;left:280px;width:500px;}
.nav .wrap ul li{width:150px;height:70px;float:left;}
.nav .wrap ul li a{display:block;width:100%;height:70px;}
.nav .wrap ul li.link2{width:130px;}

body{overflow-x:hidden;}

.banner {height:1368px;background:url(../images/bg1.jpg) no-repeat center 0px;}
.banner .wrap{width:1200px;margin:0 auto;position:relative;}
.banner .wrap .s{position:absolute;}
.banner .wrap .s1{top:670px;left:180px;}
.banner .wrap .s2{top:-190px;left:1320px;animation:ye 3s linear  0s infinite;transform-origin:100% 0%;}
.banner .wrap .s3{top:330px;left:970px;}

@keyframes ye{
	0%{transform:rotate(0deg);}
	50%{transform:rotate(-5deg);}
	100%{transform:rotate(0deg);}
}

.box1 {height:1063px;background:url(../images/bg2.jpg) no-repeat center 0px;}
.box1 .wrap{width:1200px;margin:0 auto;position:relative;}
.box1 .wrap .s{position:absolute;}
.box1 .wrap .s1{top:345px;left:335px;}

.pro {height:1063px;background:url(../images/bg3.jpg) no-repeat center 0px;}
.pro .wrap{width:1200px;margin:0 auto;position:relative;}
.pro .wrap .s{position:absolute;}
.pro .wrap .s3{z-index:4;}

.pro1{background:url(../images/bg3.jpg) no-repeat center 0px;height:2090px;}
.pro2{background:url(../images/bg4.jpg) no-repeat center 0px;height:2181px;}
.pro3{background:url(../images/bg5.jpg) no-repeat center 0px;height:2246px;}
.pro4{background:url(../images/bg6.jpg) no-repeat center 0px;height:2044px;}
.pro5{background:url(../images/bg7.jpg) no-repeat center 0px;height:2170px;}
.pro6{background:url(../images/bg8.jpg) no-repeat center 0px;height:2003px;}

.pro1 .wrap .s1{top:0px;left:217px;}
.pro1 .wrap .s2{top:390px;left:268px;}
.pro1 .wrap .s4{top:1400px;left:0px;}
.pro1 .wrap .s3{top:967px;left:1200px;}
/* .pro1 .wrap .s5{top:345px;left:335px;} */

.pro2 .wrap .s1{top:0px;left:208px;}
.pro2 .wrap .s2{top:395px;left:268px;}
.pro2 .wrap .s4{top:1490px;left:0px;}
.pro2 .wrap .s3{top:997px;left:-322px;}

.pro3 .wrap .s1{top:0px;left:220px;}
.pro3 .wrap .s2{top:395px;left:268px;}
.pro3 .wrap .s4{top:1567px;left:0px;}
.pro3 .wrap .s3{top:1009px;left:1120px;}

.pro4 .wrap .s1{top:0px;left:220px;}
.pro4 .wrap .s2{top:395px;left:268px;}
.pro4 .wrap .s4{top:1450px;left:0px;}
.pro4 .wrap .s3{top:657px;left:-231px;}

.pro5 .wrap .s1{top:0px;left:220px;}
.pro5 .wrap .s2{top:395px;left:268px;}
.pro5 .wrap .s4{top:1542px;left:0px;}
.pro5 .wrap .s3{top:810px;left:1225px;}

.pro6 .wrap .s1{top:0px;left:220px;}
.pro6 .wrap .s2{top:395px;left:268px;}
.pro6 .wrap .s4{top:1424px;left:0px;}
.pro6 .wrap .s3{top:867px;left:-260px;}


/* 本例子css */
.slideBox{ width:1200px; height:699px; overflow:hidden;position:absolute;}
.slideBox .bd{ position:relative; height:100%; z-index:0;height:699px;}
.slideBox .bd li{ zoom:1; vertical-align:middle;height:699px;}
.slideBox .prev{top:290px;left:22px;position:absolute;}
.slideBox .next{top:290px;right:22px;position:absolute;}

.pro .slideBox{width:1188px;left:8px;}
.pro1 .slideBox{top:664px;height:662px;}
.pro2 .slideBox{top:664px;height:724px;}
.pro3 .slideBox{top:664px;height:834px;}
.pro4 .slideBox{top:654px;height:724px;}
.pro5 .slideBox{top:626px;height:834px;}
.pro6 .slideBox{top:616px;height:724px;}

.pageFooter{background:url(../images/bg9.jpg) no-repeat center 0px;height:835px;overflow:hidden;}
.pageFooter .wrap{width:1200px;margin:0 auto;position:relative;}
.pageFooter .s{position:absolute;}
.pageFooter .s1{top:0px;left:195px;}
.pageFooter .s2{top:575px;left:-362px;animation:yun 3s linear 0s infinite;}

@keyframes yun{
	0%{transform:translateX(-10px);}
	50%{transform:translateX(10px);}
	100%{transform:translateX(-10px);}
}



/**/
.brandNotice{background:#c8a882;text-align:center;}
.newFooter{padding:75px 0px 0px;background:#fff;}
.newFooter .wrap{width:1200px;margin:0 auto;}
.newFooter .left{float:left;width:700px;}
.newFooter .right{float:right;width:220px;}
.newFooter .left img{display:block;margin:0px 0px 31px 0px;}
.newFooter .fLink {margin-bottom:40px;}
.newFooter .fLink li{display:inline-block;padding:0px 10px;color:#494949;border-right:1px solid #494949;height:16px;line-height:16px;}
.newFooter .fLink li:first-child{padding-left:0px;}
.newFooter .fLink li:last-child{border-right:none;}
#openFrLink{cursor:pointer;}
.newFooter .right{/*display:flex;*/white-space:nowrap;}
.newFooter .right img{margin-right:30px;width:88px;height:105px;float:left;}
.newFooter .right .contact{font-size:18px;color:#494949;}
.newFooter .right .contact p{margin-bottom:10px;}
.newFooter .right .contact span{letter-spacing:-1px;}
.friendsLinks {padding:30px 0px;background:#4c4b49;}
.friendsLinks .wrap{width:1200px;margin:0 auto;line-height:30px;text-align: justify;}
.friendsLinks a{display:inline-block;color:#fff;margin:0 10px 0px 10px;}

.copyRight {background:#ffffff;}
.copyRight .wrap{display:flex;line-height:50px;width:1200px;margin:0 auto;padding:10px 0px;}
.copyRight img{height:50px;margin-right:10px;}
.copyRight p{flex:1;line-height:50px;font-size:14px;color:#999;}
.copyRight p a{color:#999;}

/*å®¢æœæ ·å¼ä»£ç */
.hm-t-go-top{background-color:#ffffff}
.floating_ck{position:fixed;right:20px;top:30%;font-family:"Microsoft YaHei";font-size:12px;line-height:1.5;z-index:1000;}
.floating_ck dl dd{position:relative;width:60px;height:75px;background-color:#ffffff;border-bottom:solid 0px #FFFFFF;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e9e9e8;border-bottom:solid 0px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(http://www.bailiaijia.com/images/icon0217/zxicon.png);}
.words{background-image:url(http://www.bailiaijia.com/images/icon0217/dzicon.png);}
.quote{background-image:url(http://www.bailiaijia.com/images/icon0217/kficon.png);}
.qrcord{background-image:url(http://www.bailiaijia.com/images/icon0217/erweima.png);}
.return{background-image:url(http://www.bailiaijia.com/images/icon0217/fanhui.png);}

.consult:hover{background-image:url(http://www.bailiaijia.com/images/icon0217/zxicon.png);}
.words:hover{background-image:url(http://www.bailiaijia.com/images/icon0217/dzicon.png);}
.quote:hover{background-image:url(http://www.bailiaijia.com/images/icon0217/kficon.png);}
.qrcord:hover{background-image:url(http://www.bailiaijia.com/images/icon0217/erweima.png);}
.return:hover{background-image:url(http://www.bailiaijia.com/images/icon0217/fanhui.png);}

.floating_ck dd span{color:#000000;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:75px;background-color:#F26C00;border-bottom:solid 0px #a40324;display:none;}
.floating_left a{color:#fff;line-height:75px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(http://www.bailiaijia.com/images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
