/*通用*/

*{ margin:0; padding:0;}
html{}
body{margin:0;color:#252525; background-color:#FFF; background-repeat:no-repeat; font-size:14px;background-attachment: fixed; position: relative; font-family: "Microsoft YaHei"}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none; font-weight: normal;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
textarea,input,button,select{outline:none;-webkit-appearance:none; font-family:"Microsoft YaHei";}
a{color:#6c6c6c;text-decoration:none;}
img{border:none; display: block;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}
/*****************
-------首页-------
*****************/
/*header*/
.header{width:100%; background:#f4f4f4; z-index:10;}
.headK{display: -webkit-box;display: -ms-flexbox;display:flex;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1200px; margin:0 auto; height:80px;}
.hdlogo{width:116px;display: block;}
.hdlogo img{width:116px;}
/*导航*/
.Menu{ display: block; margin-left:55px;}
.Menu ul{display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;align-items:center;flex-wrap:wrap}
.MenuA{ line-height:55px;font-size:20px; color:#525252; position: relative; padding:0 58px; display: block; font-family: "SimHei"}
.MenuA:before{display: block;content:' ';position: absolute;left:0;top:16px;width:1px; height:25px; background: #525252;}
.Menu ul li:last-child .MenuA{ padding-right:40px;}
.Menu ul li:first-child .MenuA:before{display:none;}
.Menu ul li .MenuA:hover ,.Menu ul li .on{ color:#ff7500;}
/*foot*/
.foot{color:#FFF;background:#1b1f28;}
.ftK{display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:flex-end;width:1200px; margin:0 auto; padding-top:195px; padding-bottom:60px;}
.ftN{width:600px; font-size:16px; line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;}
.ftN p{ padding:5px 0; margin-right:30px;}
.ftM{width:340px;display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;}
.ftMa{ width:131px;}
.ftMa img{width:100%;}
.ftMa p{ font-size:14px; line-height:30px; text-align: center;}
.ftC{width:1200px; margin:0 auto; text-align:center; font-size:16px;height:60px; line-height:60px; border-top:1px solid rgba(255,255,255,0.1);}
.ftC{color:#ff4e00;}
.ftC a{color:#ff4e00;}
.ftC a:hover{color:#ff4e00;}
/*注解*/
.Indann{height:100px; background: #edf1f4; position: relative;}
.IndannD{width:1180px; padding:0 10px; height: 192px; position: absolute; z-index: 1; color:#FFF; border-radius: 4px;top:0;right:0;left:0; margin: 0 auto; background:#00a0e9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-around;align-items:center;}
.IndannN{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;}
.IndannN i{width:40px; height: 40px; background:rgba(255,255,255,0.1); display: block; border-radius:50%; margin-right: 14px;}
.IndannP{ line-height:24px;}
.IndannP h4{ font-size:16px; margin-top:10px;}
.IndannP p{ font-size:14px;}
/*客服*/
.Kef{ width: 50px; background: rgba(0,0,0,0.45); border-radius:5px; position: fixed; z-index:9; bottom:10%;right:10px; overflow: hidden;}
.KefA{ padding:11px 0 20px; display: block; line-height:20px; position: relative;}
.KefA p{ color:#FFF; font-size: 14px; text-align: center;}
.KefI{width:26px; display: block; margin: 0 auto 6px;}
.KefA:before{display: block;content:' ';position: absolute;left:5px;bottom:0;width:40px; height:1px; background: #b7bfce;}
.Kef li:last-child .KefA:before{display:none;}
.KefA:hover{background:#ee5b29;}


.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(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform: rotate(180deg);}
.Run1 img{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 img{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;}


