/*通用*/
*{ margin:0; padding:0;}
body{font:14px "microsoft yahei", Arial, Helvetica, sans-serif;color:#333; background:#FFF; min-width:1200px; }
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
/*textarea,input{outline:none;-webkit-appearance:none; font-family:"微软雅黑";}*/
textarea,input{outline:none; font-family:"微软雅黑";}
select{-webkit-appearance:none;outline:none;font-family:"微软雅黑";}
input[type="reset"],input[type="button"],input[type="submit"]{cursor:pointer;overflow:visible;}
.fl{ float:left;}
.fr{ float:right}
a{color:#6c6c6c;text-decoration:none;}
img{border:none; display: block;}
.clear:before, .clear:after{content: ' ';display:block;height:0;clear:both;overflow:hidden;}
.dk{ width:1200px; margin:0 auto;}

.Run{transition:All 0.6s ease-in-out;-webkit-transition:All 0.6s ease-in-out;-moz-transition:All 0.6s ease-in-out;-o-transition:All 0.6s ease-in-out;}
.Run:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform: rotate(360deg);}

.Run1{transition:All 0.6s ease-in-out;-webkit-transition:All 0.6s ease-in-out;-moz-transition:All 0.6s ease-in-out;-o-transition:All 0.6s ease-in-out;}
.Run1:hover{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform: rotateY(180deg);}

.Mover{transition:0.5s;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.Mover:hover{transition:0.5s;ransform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.enlarge img{ width:100%;transition:0.5s;}
.enlarge:hover img{-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05); transition:0.5s;}
.IndSupA{ width:100%;transition:0.5s;}
.IndSupA:hover{-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05); transition:0.5s;}
/*top*/
.top{ height:50px; background:#2d2d2d;}
.toplogo{ line-height:50px; color:#FFF; font-size:24px;}
.topBut{ width:83px; text-align: center; height: 30px; margin-top: 10px; display: block; border-radius: 3px; color:#FFF; font-size: 14px; background: #ff5400; line-height:30px;}
.topTel{ color:#FFF; font-size: 16px; font-weight: 600; padding-left: 30px; line-height:30px; margin-left:23px; margin-top: 10px; background-image: url("../images/icon/topPhone.png"); background-position: left center; background-repeat: no-repeat;}
.topAdd{ font-size:14px; line-height:30px; margin-top: 10px; margin-left:30px; padding-left:20px; background-image: url("../images/icon/topAdd.png"); background-repeat: no-repeat; background-position: left center;}
.topAdd a{ display: block; color:#FFF; margin-right: 20px;}
.topAdd a:hover{ color:#ff5400;}
/**/
.FuDAdd{position: fixed; top:240px;left:5px; z-index: 9}
.FuDAddN{width:78px; background:#ffe6d9; border: 1px solid #fff; }
.FuDAddN a{ color:#9b6244; font-size:14px; text-align: center; height:44px; line-height:44px; display: block; border-top:1px solid #FFF;}
.FuDAddN a span{ display:inline-block; position: relative;}
.FuDAddN a:first-child{ border-top:none;}
.FuDAddN a.on,.FuDAddN a:hover{ background:#ff5400; color:#FFF;}
/*.FuDAddN a.on span i{width:14px; height:14px; background-size:14px; display: block; background-position: center; background-repeat: no-repeat; background-image: url("../images/icon/topAdd.png"); position: absolute;top:15px; left:-15px;}*/
a.FuDAddC{border: 1px solid #fff; background-color:rgba(0,0,0,0.2);width:25px; height:25px;background-image: url(../images/icon/close.png); background-size: 25px;  position:absolute; top:-26px; left:0; background-position: 0 0;}
a.FuDAddO{background-position: 0 -25px;}
/*header*/
.header{height:130px;width:1200px; margin:20px auto}
.hdDK{width:1200px; margin:0 auto;}
.hdlogo{ width:270px;display:block; margin-top:30px;}
.hdlogo img{width:270px;}
.hdM{width:106px; height:106px; font-size: 14px; color:#000; line-height:25px; text-align: center;}
.hdM img{width:106px;}
.search{width:570px; margin-left:115px; margin-top: 36px;}
.searchK{width:568px; height:50px; border:1px solid #e5e5e5;}
.searchS{width:90px;line-height:50px;height:50px; padding:0 10px; font-size:16px; border: none; border-right:1px solid #e5e5e5; color:#666; background-image: url("../images/icon/Sel.png"); background-repeat: no-repeat; background-position:70px center; background-size:10px;}
.searchA{ line-height:50px; text-align: center; color:#FFF; font-size:16px; display: block;width:84px; background:#ff7800;}
.searchI{width:330px; margin-left: 15px; height: 50px; line-height:50px; padding-left: 22px; background-image: url("../images/icon/search.png"); background-position:left center; background-repeat: no-repeat; border:none; font-size:14px;}
.searchKey{ font-size:12px; padding-top:5px;}
.searchKey a{ color:#747474; display: block; margin-right:25px; line-height:30px;}
.searchKey a:hover{ color:#000;}
/*menu*/
.menuN{ height: 46px; background:#ff5400;}
.menu{width:1200px; margin: 0 auto;}
.menu li{position:relative;display:block; text-align:center; float:left; margin-right: 6px;}
.menu a.menu_a{color:#FFF;text-align:center;display:block;line-height:46px; height:46px;font-size:16px;position: relative;text-align: center; padding:0 30px;}
.menu a.menu_a i{ width:0; height:5px; display: block;background:#ffae00;position:absolute;bottom:-5px;left:0;right:0; margin: 0 auto;}
.menu a.menu_a em{ display: block; position: absolute;bottom:-5px;left:100%; width:0;height:0;}
.menu a.menu_aon i,a.menu_a:hover i{width:100%;}
.menu a.menu_aon em,.menu a.menu_a:hover em{border-width:5px 5px 0 0;border-color: #ff7800 transparent transparent transparent;border-style:solid;}
.menu a.menu_aon,.menu a.menu_a:hover{ background:#ffae00;}


/*footer*/
.foot{padding:25px 0; background:#232c48; font-size:12px; color:#FFF; line-height:22px; text-align: center;}
.ftNav{ color:#94a0c5;}
.ftNav a{color:#94a0c5;}
.ftNav a:hover{color:#FFF;}
.footC span{ padding-left: 23px; display: inline-block; background-image: url("../images/icon/ftGH.png"); background-position: left center; background-repeat: no-repeat;}


/********分页*******/
.page{font-size:14px; padding:50px 0 50px;height:30px; color:#333px;}
.page a{ border-radius:2px; text-align:center;color:#000;display:block; margin-right:10px; border:1px solid #d2d2d2;width:28px; height: 28px; line-height:28px; float: left;}
.pageI{border-radius:3px;text-align:center;color:#333;display:block; border:1px solid #d2d2d2;width:50px;height:28px; line-height:28px; margin:0 5px; float: left;}
.page p{color:#999; margin:0 5px; float: left; line-height:30px;}

a.pageQ{border-radius:3px;text-align:center;color:#333;display:block; border:1px solid #d2d2d2;width:48px;height:28px; line-height:28px; margin:0 5px;}
.page a:hover{background:#f70000; color:#fff;border:1px solid #f70000;}
@media only screen and (max-width:1679px) {

}


@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@keyframes Updown{
	from{margin-top:10px;}
	to{margin-top:0px;}
}
@-webkit-keyframes Updown{
	from{margin-top:10px;}
	to{margin-top:0px;}
}

@-webkit-keyframes scale-three2{
0% {transform:scale(1);opacity:1;transition:1.5s;}
100% {transform:scale(1.2);opacity:0;transition:1.5s;}
}





