/* Fonts */
/*currency*/
*{ margin:0; padding:0;}
html{}
body{margin:0;color:#333; position: relative; font-family:"microsoft yahei", Arial, Helvetica; min-width:1280px; font-size:14px; background:#fff;word-wrap:break-word;}
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:#333;text-decoration:none;}
img{border:none; display: block;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}
button{border: none;background-color: transparent;}
/*滚动条整体粗细样式*/
::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 8px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.9) !important;
    /* 颜色 */
    /* background:#b6b6b6!important; */
    /* 线性渐变背景 */
    background-image: linear-gradient(45deg, #353f4b 25%,#353f4b 25%, #353f4b 25%, #353f4b 50%,#353f4b 50%, #353f4b 75%, #353f4b 75%, #353f4b 100%)!important;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
    border-radius: 0px !important;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.9) !important;
    background: #eee !important;
}

.Huans{-webkit-box-sizing: border-box;box-sizing: border-box;}
.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;}
.flexE{display:-webkit-box;display: -ms-flexbox;display:flex;align-items:flex-end; 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;}
.ward{margin:0 auto;width: 88%;}
.clamp{display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

/**header**/
.header{width: 100%;background-color: #fff;position: fixed;left: 0;right: 0;margin:0 auto;top: 0;z-index: 999;box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);min-width: 1280px;}
.hd_wraper{height: 90px;}
.header .logo{width: 240px;}
.header .logo img{width: 100%;}
.header .menu{margin-left: auto;}
.header .menu li{margin: 0 30px;}
.header .menu li .menuA{display: block;height: 54px;line-height: 54px;font-size: 20px;position: relative;transition: 0.5s;-webkit-transition: 0.5s;}
.header .menu li .menuA:before{display: block;content: '';position: absolute;left: 0;right:0;bottom: 0;margin:0 auto;width: 0;height: 3px;background-color: #ffc468;transition: 0.5s;-webkit-transition: 0.5s;}
.header .menu li .menuA.active:before,.header .menu li .menuA:hover:before{width: 100%;transition: 0.5s;-webkit-transition: 0.5s;}
.UnSignInBar_button-outer{margin-left: 30px;margin-right: 0;}
.UnSignInBar_button-outer .sele_a{height: 34px;width: 34px;border-radius: 50%;background-color: #426ef3; margin-right: 20px;}
.UnSignInBar_button-outer .sele_a:last-child{margin-right: 0;}
.UnSignInBar_button-outer .sele_a span{color: #fff;margin:0 auto;font-size: 20px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.UnSignInBar_button-outer .sele_a:hover{background-color: #003fff;}
.UnSignInBar_button-outer .sele_a:hover span{transition: all 0.3s;-webkit-transition: all 0.3s;transform: rotateY(360deg);-webkit-transform: rotateY(360deg);}

/**footer**/
.ft_t{height: 148px;background-size: cover;background-image: url(../images/pic/ft_bg.jpg);background-repeat: no-repeat;background-position: center;}
.ft_t h2{font-size: 30px;color: #000;font-weight: bold;}
.ft_t span{font-size: 24px;padding-left: 22px;font-weight: 500;}
.ft_t .ft_go_a{width: 180px;height: 58px;background-color: #2b55ef;color: #fff;margin-left: 60px;font-size: 20px;-webkit-transition:0.5s;transition:0.5s;}
.ft_t .ft_go_a img{height: 8px;margin-left: 14px;-webkit-transition:0.5s;transition:0.5s;}
.ft_t .ft_go_a:hover img{-webkit-transition:0.5s;transition:0.5s;transform:translate(10px,0);-webkit-transform:translate(10px,0);-moz-transform:translate(10px,0);-o-transform:translate(10px,0);-ms-transform:translate(10px,0);}
.footer .copy{height: 54px;line-height: 54px; background-color: #222;text-align: center;font-size: 16px;color: #8e8e8e;}
.footer .copy a{color: #8e8e8e;}

@media screen and (max-width:1679px ) and ( min-width:1440px){
.hd_wraper{height: 80px;}
.header .logo{width: 200px;}
.header .menu li{margin: 0 24px;}
.header .menu li .menuA {height: 44px;line-height: 44px;font-size: 18px;}
.UnSignInBar_button-outer{margin-left: 24px;}
.UnSignInBar_button-outer .sele_a{height: 30px;width: 30px; margin-right: 18px;}
.UnSignInBar_button-outer .sele_a span{font-size: 18px;}
.ft_t{height: 118px;}
.ft_t h2{font-size: 24px;}
.ft_t span{font-size: 18px;}
.ft_t .ft_go_a{width: 150px;height: 48px;font-size: 18px;}
.ft_t .ft_go_a img{height: 7px;}
.footer .copy{height: 44px;line-height: 44px;font-size: 14px;}
}

@media screen and (max-width:1439px ) and ( min-width:1280px){
.hd_wraper{height: 70px;}
.header .logo{width: 160px;}
.header .menu li{margin: 0 20px;}
.header .menu li .menuA {height: 34px;line-height: 34px;font-size: 16px;}
.UnSignInBar_button-outer{margin-left: 20px;}
.UnSignInBar_button-outer .sele_a{height: 28px;width: 28px; margin-right: 16px;}
.UnSignInBar_button-outer .sele_a span{font-size: 16px;}
.ft_t{height: 98px;}
.ft_t h2{font-size: 22px;}
.ft_t span{font-size: 16px;}
.ft_t .ft_go_a{width: 140px;height: 40px;font-size: 16px;}
.ft_t .ft_go_a img{height: 7px;}
.footer .copy{height: 34px;line-height: 34px;font-size: 12px;}
}
@media only screen and (max-width:1280px){
.hd_wraper{height: 70px;}
.header .logo{width: 140px;}
.header .menu li{margin: 0 20px;}
.header .menu li .menuA {height: 34px;line-height: 34px;font-size: 16px;}
.UnSignInBar_button-outer{margin-left: 20px;}
.UnSignInBar_button-outer .sele_a{height: 28px;width: 28px; margin-right: 16px;}
.UnSignInBar_button-outer .sele_a span{font-size: 16px;}
.ft_t{height: 98px;}
.ft_t h2{font-size: 22px;}
.ft_t span{font-size: 16px;}
.ft_t .ft_go_a{width: 140px;height: 40px;font-size: 16px;}
.ft_t .ft_go_a img{height: 7px;}
.footer .copy{height: 34px;line-height: 34px;font-size: 12px;}
}







/*
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;

left:0;top:50%;transform: translate(0,-50%);

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/





.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;transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.Mover_l{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_l:hover{transition:0.5s;transform:translate(-10px,0);-webkit-transform:translate(-10px,0);-moz-transform:translate(-10px,0);-o-transform:translate(-10px,0);-ms-transform:translate(-10px,0);}
.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;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/