/* Fonts */
/*通用*/
*{ margin:0; padding:0;}
html{}
body{margin:0;color:#101010; position: relative;font-family: PingFangSC-Regular, sans-serif, "Arial"; min-width:1200px;}
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:Arial, Helvetica, sans-serif;}
a{color:#6c6c6c;text-decoration:none;}
img{border:none; display: block;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}

.flex{display:-webkit-box;display: -ms-flexbox;display:flex;flex-wrap:wrap;align-items:flex-start;}
.flexC{display:-webkit-box;display: -ms-flexbox;display:flex;align-items:center; flex-wrap:wrap;}
.fl-bet{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;}
.fl-cen{-webkit-box-pack: center;-ms-flex-pack: center;justify-content:center;}
.fl-end{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:flex-end;}
.Huans {-webkit-box-sizing:border-box;box-sizing:border-box;}
.wark{margin:0 auto;width:1280px;}

/*header*/
.header{width:100%;background:#FFF; z-index:999; position:sticky; left:0;right:0; margin:0 auto; top:0;min-width:1200px;}
.headk{height:69px; position: relative;}
.hdlogo{}
.hdlogo img{height:44px;}
.hdlogoN{ /*text-align: center;*/ padding:0 15px}
.hdlogoN h3{ color:#101010; font-size:18px; line-height:18px; font-weight:700; margin-bottom:5px;}
.hdlogoN p{ font-size: 14px; line-height:18px;}
.Menu{}
.Menu ul{}
.Menu ul li{padding:0 25px;}
.MenuA{color:#101010;line-height:69px;font-size:16px;position: relative;}
.MenuA:before{display:block;content:'';position: absolute; background:#017cc2; bottom:0; left:0;right:0; margin:0 auto; width:0; height:3px; border-radius:3px;transition:0.5s;}
.Menu ul li .on,.Menu ul li .menuO,.Menu ul li .MenuA:hover{ color:#017cc2;}
.Menu ul li .on:before,.Menu ul li .menuO:before,.Menu ul li .MenuA:hover:before{width:90%;transition:0.5s;}
.NavK{position:absolute;top:100%;background:rgba(255,255,255,1); display:none;box-shadow:0 2px 8px rgba(0,0,0,0.1);right:0; z-index:99; width:1100px;}
.NavU{padding:30px 0;}
.NavH{color:#101010; font-size:18px; line-height:50px; text-align: center; width:240px; height:200px; border-right:1px solid #ddd;}
.NavB{padding:0 35px; width:100%; flex:1;}
.NavN{ margin-right:50px;}
.NavC{width:100%;border-bottom:1px solid #ddd;color:#101010; font-size:18px; line-height:38px;}
.NavKa{color:#101010;display: block; font-size: 16px; line-height:36px;}
.NavN .NavNo{ color:#0fa1d6;}

.Navjj .NavN{margin-left:100px;}

/*footer*/
footer { color:#FFF;background:#20272A;}
.ftK{padding:50px 0;}
.ftN{ max-width:270px;}
.ftH{ font-size: 18px; line-height:38px; margin-top: 5px;}
.ftM{width:166px; margin-top:35px;}
.ftM img{width:100%; display: block;}
.ftD{ font-size:14px; color:#FFF; line-height:32px;}
.ftDa{color:#FFF; display: block;}
.ftDp{line-height:26px; margin-top:10px;}
.ftC{ background:#6C6C6C;line-height:20px; padding-top:20px; padding-bottom:20px;}
.ftCN{font-size:12px; line-height:22px;}
.ftCN p{width:100%; display: block;}
.ftCN a{ color:#224c8d;}
.ftCN a:hover{text-decoration:underline;}


@media only screen and (max-width:1440px){
}



.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);}
.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;}



/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

transform: translate(-50%,-50%);left:50%;top:50%;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/

