/* Fonts */
/*通用*/
*{ margin:0; padding:0;}
*, ::after, ::before {-webkit-box-sizing:border-box;box-sizing:border-box;}
body{margin:0;color:#252525; position: relative; font-family: Open Sans,PingFang SC,Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Arial,"sans-serif"; background:#FFF; font-size:15px; }
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 !important;text-shadow:none;font-weight:normal;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
ul{list-style:none;}
textarea,input,button,select{outline: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;}
/*header*/
.header{width:100%; z-index:99; position:fixed; left:0;right:0; margin:0 auto; top:0; }
.headerO{background:#FFF;box-shadow:0 3px 10px rgba(182,207,208,0.5);}
.hdlogo{ display:block;}
.hdlogo img{height:100%; display: block;}



/*
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;}
*/
/*footer*/
footer {background-color:#020c16; color:#FFF;background-image: url("../images/ftB.jpg");background-size:cover;background-position:center;background-repeat: no-repeat;}
.ftLp{width:100%;}
.ftNI{display: block;}
.ftNI img{width:100%; display: block;}
.ftNr{width:100%; flex:1;}
.ftNr h1{ font-size: 30px;}
.ftPhone{font-weight:bold;background:-webkit-linear-gradient(0, #2b8ecd, #04edbb);background:linear-gradient(0, #2b8ecd, #04edbb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}
.ftNav li h3{font-weight:bold;}
.ftNavn{ width:100%;}
.ftNava{color:#FFF; opacity:0.5; display: block;}
.ftC{border-top:1px solid rgba(255,255,255,0.1);}
.ftCP{color:#FFF;opacity: 0.22; width:100%; flex:1}
.ftCP a{color:#FFF;}
.ftCID{position: relative;}
.ftCIa{display: block;opacity:0.7;}
.ftCIa img{width:100%; display: block;}
/**/
.MenuFZN h3{white-space: nowrap;}
.ydsj{ padding-top:30px;}
@media  screen and ( min-width:1680px){
/*header*/	
.header{height:75px;padding:0 120px;}
.hdlogo{height:45px;}
.hdR{width:100%; flex:1}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:22px;width:50px;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 250px;display: none;}
.hdphoneN{height:42px;border-radius:21px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:22px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 14px; line-height:18px;}
.hdphoneN span{font-size:16px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:22px; margin:0 15px; background:#FFF;}
.hden{width:50px; line-height:30px;color:#FFF;text-align: center; display: block; font-size: 16px;}
.searchA{width:35px;height: 35px;background-image: url("../images/search.png");background-position: center;background-size: 18px;background-color: #ffb600; background-repeat: no-repeat;display: block;position: absolute;top:17px;right:10px; border-radius: 50%; overflow: hidden;}
/* .searchA:before{display:block;content:'';position: absolute;background:#ffb600;border-radius:50%;width:120px;height:120px;left:0;bottom:0;z-index:-1} */
.hd_nav,.MenuK{ display: none;}
/**/
.Menu{ display: block; margin-left:100px; }
.Menu ul{}
.MenuU li{ margin-right:64px; position: relative; top: 0;}
.MenuA{ line-height:75px;font-size:16px;color:#FFF; position: relative; display: block;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:0;bottom:14px; height:2px;background:#ffb600;transition:0.5s;left:50%;transform: translate(-50%,0);}
.MenuU li .on,.MenuU li .MenuA:hover{color:#ffb600;} 
.MenuU li .on:before,.MenuU li .MenuA:hover:before{width:100%;transition:0.5s;}
.MenuF{ min-width: 170px; width: 170px; border-radius: 10px; position:absolute;top:200%;left:50%; margin-left:-85px;background-color:#FFF;box-shadow:0 3px 10px rgba(182,207,208,0.5); visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease;}
.MenuFw{ min-width: 400px; width: 400px; margin-left: -200px;}
.MenuU li:hover .MenuF{visibility: visible; top: 100%; opacity: 1; z-index: 9999; transition: all 0.5s ease;}
.MenuFD{padding:30px 20px;}
.MenuFL{width:620px;border-right: 1px solid #bfbfbf;padding-left:95px;min-height:126px;}
.MenuFLW{width:570px;border-right: 1px solid #bfbfbf;}
.MenuPor{ margin-bottom:100px;}
.MenuPora{height: 78px;}
.MenuPora i{width:40px; height: 40px;background-position: 0 0;background-repeat: no-repeat;background-size: 100%; display: block;}
.MenuPI1{background-image: url("../images/icon/MenuU01.png")}
.MenuPI2{background-image: url("../images/icon/MenuU02.png")}
.MenuPI3{background-image: url("../images/icon/MenuU03.png")}
.MenuPora p{ margin-left: 28px; font-size: 24px;line-height:36px;width:100%; flex:1;color:#666;}
.MenuFZK{display:none;}
.MenuPor .on{}
.MenuPor .on i{background-position: 0 -40px;;}
.MenuPor .on p{font-weight:bold;color:#ffb600;}
.MenuFM{color:#333; font-size:16px;line-height:30px; display: block;}
.MenuFM:hover{color:#ffb600;text-decoration: underline;}

.MenuFL h3{color:#ffb600; font-weight:700;line-height:34px; font-size: 20px;padding:10px 0 30px;}
.MenuFLx{font-size: 14px;line-height:18px;color:#828891;}

.MenuFZ{width: 810px;}
.MenuFZW{width:140px;}
.MenuFZN{ margin-bottom: 15px;}
.MenuFZN:last-child{margin-bottom:0}
.MenuFZN h3{color:#ffb600;font-size:14px;line-height:30px; font-weight: bold;width:100%;}
.MenuFZs{ margin-top:8px;}
.MenuFZa{font-size:14px;color:#000;line-height:30px; margin-right: 20px;}
.MenuFZa:last-child{margin-right:0}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:680px;}
.MenuFEn{width: 150px;}
.MenuFEa{ font-size:14px;color:#000;line-height:40px;display: block;width:100%;}
.MenuFE .on,.MenuFEa:hover{color:#ffb600;}

.headerO .MenuA{color:#333;}
.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}

/*footer*/
footer {border-top:7px solid #ffb600;}
.ftK{ height:390px;padding-top:90px;}
.ftL{width:370px;}
.ftLp{ margin-bottom:34px;}
.ftNI{width:40px; margin-right:18px;}
.ftNp{ font-size:14px; line-height:22px; margin-bottom:6px;}
.ftNs{font-size:16px; line-height:26px;}
.ftPhone{font-size:24px; line-height:26px;}
.ftNav{width:1040px;}
.ftNav li{width:180px;}
.ftNav li:last-child{width:70px;}
.ftNav li h3{ font-size:16px;line-height:30px;}
.ftna{line-height:30px;font-size:18px;}
.ftNavn{ margin-top: 10px;}
.ftNava{ width:100%; font-size:14px; padding: 7px 0;}
.ftNava:hover{text-decoration: underline; opacity:1;}
.ftC{font-size:14px;}
.ftCW{height:75px;}
.ftCP{line-height:20px;}
.ftCP a:hover{text-decoration:underline;}
.ftCI{}
.ftCID{ margin-left: 10px;}
.ftCIa{width:37px; height: 37px;}
.ftCIa:hover{opacity:1;}
}
@media screen and (max-width:1680px ) and ( min-width:1440px){
/*header*/	
.header{height:70px;padding:0 100px;}
.hdlogo{height:45px;}
.hdR{width:100%; flex:1}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:20px;width:40px;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 220px;display: none;}
.hdphoneN{height:40px;border-radius:20px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:20px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 13px; line-height:18px;}
.hdphoneN span{font-size:15px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:20px; margin:0 12px; background:#FFF;}
.hden{width:40px; line-height:24px;color:#FFF;text-align: center; display: block; font-size: 15px;}
.searchA{width:35px;height: 35px;background-image: url("../images/search.png");background-position: center;background-size: 18px;background-color: #ffb600; background-repeat: no-repeat;display: block;position: absolute;top:17px;right:10px; border-radius: 50%; overflow: hidden;}
/* .searchA:before{display:block;content:'';position: absolute;background:#ffb600;border-radius:50%;width:110px;height:110px;left:0;bottom:0;z-index:-1} */
.hd_nav,.MenuK{ display: none;}
/**/
.Menu{ display: block; margin-left:60px; }
.Menu ul{}
.MenuU li{ margin-right:55px; position: relative; top: 0;}
.MenuA{ line-height:70px;font-size:15px;color:#FFF; position: relative; display: block;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:0;bottom:14px; height:2px;background:#ffb600;transition:0.5s;left:50%;transform: translate(-50%,0);}
.MenuU li .on,.MenuU li .MenuA:hover{color:#ffb600;} 
.MenuU li .on:before,.MenuU li .MenuA:hover:before{width:100%;transition:0.5s;}
.MenuF{ min-width: 170px; width: 170px; border-radius: 10px; position:absolute;top:200%;left:50%; margin-left:-85px;background-color:#FFF;box-shadow:0 3px 10px rgba(182,207,208,0.5); visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease;}
.MenuFw{ min-width: 400px; width: 400px; margin-left: -200px;}
.MenuU li:hover .MenuF{visibility: visible; top: 100%; opacity: 1; z-index: 9999; transition: all 0.5s ease;}
.MenuFD{padding:30px 20px;}
.MenuFL{width:540px;border-right: 1px solid #bfbfbf;padding-left:80px;min-height:110px;}
.MenuFLW{width:460px;border-right: 1px solid #bfbfbf;}
.MenuPor{ margin-bottom:80px;}
.MenuPora{height: 70px;}
.MenuPora i{width:38px; height: 38px;background-position: 0 0;background-repeat: no-repeat;background-size: 100%; display: block;}
.MenuPI1{background-image: url("../images/icon/MenuU01.png")}
.MenuPI2{background-image: url("../images/icon/MenuU02.png")}
.MenuPI3{background-image: url("../images/icon/MenuU03.png")}
.MenuPora p{ margin-left: 24px; font-size: 18px;line-height:32px;width:100%; flex:1;color:#666;}
.MenuFZK{display:none;}
.MenuPor .on{}
.MenuPor .on i{background-position: 0 -38px;;}
.MenuPor .on p{font-weight:bold;color:#ffb600;}
.MenuFM{color:#333; font-size:15px;line-height:28px; display: block;}
.MenuFM:hover{color:#ffb600;text-decoration: underline;}

.MenuFL h3{color:#ffb600; font-weight:700;line-height:30px; font-size:18px;padding:10px 0 16px;}
.MenuFLx{font-size: 14px;line-height:18px;color:#828891;}

.MenuFZ{width:720px;}
.MenuFZW{width:135px;}
.MenuFZN{ margin-bottom: 15px;}
.MenuFZN:last-child{margin-bottom:0}
.MenuFZN h3{color:#ffb600;font-size:15px;line-height:36px; font-weight: bold;width:100%;}
.MenuFZs{ margin-top:6px;}
.MenuFZa{font-size:14px;color:#000;line-height:30px; margin-right: 20px;}
.MenuFZa:last-child{margin-right:0}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:600px;}
.MenuFEn{width: 130px;}
.MenuFEa{ font-size:14px;color:#000;line-height:40px;display: block;width:100%;}
.MenuFE .on,.MenuFEa:hover{color:#ffb600;}

.headerO .MenuA{color:#333;}
.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}
/*footer*/
footer {border-top:6px solid #03f0bb;}
.ftK{ height:390px;padding-top:80px;}
.ftL{width:300px;}
.ftLp{ margin-bottom:30px;}
.ftNI{width:36px; margin-right:14px;}
.ftNp{ font-size:13px; line-height:20px; margin-bottom:5px;}
.ftNs{font-size:15px; line-height:24px;}
.ftPhone{font-size:22px; line-height:24px;}
.ftNav{width:900px;}
.ftNav li{width:150px;}
.ftNav li:last-child{width:70px;}
.ftNav li h3{ font-size:15px;line-height:26px;}
.ftna{line-height:30px;font-size:18px;}
.ftNavn{ margin-top: 10px;}
.ftNava{ width:100%; font-size:13px; padding: 7px 0;}
.ftNava:hover{text-decoration: underline; opacity:1;}
.ftC{font-size:13px;}
.ftCW{height:65px;}
.ftCP{line-height:18px;}
.ftCP a:hover{text-decoration:underline;}
.ftCI{}
.ftCID{ margin-left:9px;}
.ftCIa{width:35px; height: 35px;}
.ftCIa:hover{opacity:1;}
}
@media screen and (max-width:1440px ) and ( min-width:1280px){
/*header*/	
.header{height:60px;padding:0 80px;}
.hdlogo{height:40px;}
.hdR{width:100%; flex:1}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:18px;width:36px;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 200px;display: none;}
.hdphoneN{height:36px;border-radius:18px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:18px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 12px; line-height:18px;}
.hdphoneN span{font-size:14px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:18px; margin:0 10px; background:#FFF;}
.hden{width:36px; line-height:24px;color:#FFF;text-align: center; display: block; font-size: 14px;}
.searchA{width:35px;height: 35px;background-image: url("../images/search.png");background-position: center;background-size: 18px;background-color: #ffb600; background-repeat: no-repeat;display: block;position: absolute;top:10px;right:10px; border-radius: 50%; overflow: hidden;}
/* .searchA:before{display:block;content:'';position: absolute;background:#ffb600;border-radius:50%;width:100px;height:100px;left:0;bottom:0;z-index:-1} */
.hd_nav,.MenuK{ display: none;}
/**/
.Menu{ display: block; margin-left:30px; }
.Menu ul{}
.MenuU li{ margin-right:45px; position: relative; top: 0;}
.MenuA{ line-height:60px;font-size:14px;color:#FFF; position: relative; display: block;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:0;bottom:14px; height:2px;background:#ffb600;transition:0.5s;left:50%;transform: translate(-50%,0);}
.MenuU li .on,.MenuU li .MenuA:hover{color:#ffb600;} 
.MenuU li .on:before,.MenuU li .MenuA:hover:before{width:100%;transition:0.5s;}
.MenuF{ min-width: 170px; width: 170px; border-radius: 10px; position:absolute;top:200%;left:50%; margin-left:-85px;background-color:#FFF;box-shadow:0 3px 10px rgba(182,207,208,0.5); visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease;}
.MenuFw{ min-width: 400px; width: 400px; margin-left: -200px;}
.MenuU li:hover .MenuF{visibility: visible; top: 100%; opacity: 1; z-index: 9999; transition: all 0.5s ease;}
.MenuFD{padding:30px 20px;}
.MenuFL{width:420px;border-right: 1px solid #bfbfbf;padding-left:60px;min-height:90px;}
.MenuFLW{width:360px;border-right: 1px solid #bfbfbf;}
.MenuPor{ margin-bottom:60px;}
.MenuPora{height:54px;}
.MenuPora i{width:32px; height: 32px;background-position: 0 0;background-repeat: no-repeat;background-size: 100%; display: block;}
.MenuPI1{background-image: url("../images/icon/MenuU01.png")}
.MenuPI2{background-image: url("../images/icon/MenuU02.png")}
.MenuPI3{background-image: url("../images/icon/MenuU03.png")}
.MenuPora p{ margin-left: 20px; font-size:16px;line-height:26px;width:100%; flex:1;color:#666;}
.MenuFZK{display:none;}
.MenuPor .on{}
.MenuPor .on i{background-position: 0 -32px;;}
.MenuPor .on p{font-weight:bold;color:#ffb600;}
.MenuFM{color:#333; font-size:14px;line-height:26px; display: block;}
.MenuFM:hover{color:#ffb600;text-decoration: underline;}

.MenuFL h3{color:#ffb600; font-weight:700;line-height:28px; font-size:16px;padding:8px 0 16px;}
.MenuFLx{font-size: 13px;line-height:16px;color:#828891;}

.MenuFZ{width:620px;}
.MenuFZW{width:120px;}
.MenuFZN{ margin-bottom:15px;}
.MenuFZN:last-child{margin-bottom:0}
.MenuFZN h3{color:#ffb600;font-size:14px;line-height:32px; font-weight: bold;width:100%;}
.MenuFZs{ margin-top:6px;}
.MenuFZa{font-size:14px;color:#000;line-height:30px; margin-right: 20px;}
.MenuFZa:last-child{margin-right:0}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:500px;}
.MenuFEn{width: 110px;}
.MenuFEa{ font-size:14px;color:#000;line-height:40px;display: block;width:100%;}
.MenuFE .on,.MenuFEa:hover{color:#ffb600;}

.headerO .MenuA{color:#333;}
.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}
/*footer*/
footer {border-top:5px solid #03f0bb;}
.ftK{ height:390px;padding-top:65px;}
.ftL{width:300px;}
.ftLp{ margin-bottom:26px;}
.ftNI{width:32px; margin-right:11px;}
.ftNp{ font-size:12px; line-height:18px; margin-bottom:4px;}
.ftNs{font-size:14px; line-height:22px;}
.ftPhone{font-size:20px; line-height:22px;}
.ftNav{width:700px;}
.ftNav li{width:120px;}
.ftNav li:last-child{width:60px;}
.ftNav li h3{ font-size:14px;line-height:24px;}
.ftna{line-height:30px;font-size:18px;}
.ftNavn{ margin-top: 8px;}
.ftNava{ width:100%; font-size:12px; padding: 6px 0;}
.ftNava:hover{text-decoration: underline; opacity:1;}
.ftC{font-size:12px;}
.ftCW{height:55px;}
.ftCP{line-height:18px;}
.ftCP a:hover{text-decoration:underline;}
.ftCI{}
.ftCID{ margin-left:8px;}
.ftCIa{width:32px; height: 32px;}
.ftCIa:hover{opacity:1;}
}
@media screen and (max-width:1280px ) and ( min-width:960px){
/*header*/	
.header{height:52px;padding:0 60px;}
.hdlogo{height:35px;}
.hdR{width:100%; flex:1}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:18px;width:36px;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 200px;display: none;}
.hdphoneN{height:36px;border-radius:18px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:18px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 12px; line-height:18px;}
.hdphoneN span{font-size:14px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:18px; margin:0 10px; background:#FFF;}
.hden{width:36px; line-height:24px;color:#FFF;text-align: center; display: block; font-size: 14px;}
.searchA{width:35px;height: 35px;background-image: url("../images/search.png");background-position: center;background-size: 18px;background-color: #ffb600; background-repeat: no-repeat;display: block;position: absolute;top:6px;right:10px; border-radius: 50%; overflow: hidden;}
/* .searchA:before{display:block;content:'';position: absolute;background:#ffb600;border-radius:50%;width:80px;height:80px;left:0;bottom:0;z-index:-1} */
.hd_nav,.MenuK{ display: none;}
/**/
.Menu{ display: block; margin-left:30px; }
.Menu ul{}
.MenuU li{ margin-right:30px; position: relative; top: 0;}
.MenuA{ line-height:52px;font-size:14px;color:#FFF; position: relative; display: block;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:0;bottom:10px; height:2px;background:#ffb600;transition:0.5s;left:50%;transform: translate(-50%,0);}
.MenuU li .on,.MenuU li .MenuA:hover{color:#ffb600;} 
.MenuU li .on:before,.MenuU li .MenuA:hover:before{width:100%;transition:0.5s;}
.MenuF{ min-width: 170px; width: 170px; border-radius: 10px; position:absolute;top:200%;left:50%; margin-left:-85px;background-color:#FFF;box-shadow:0 3px 10px rgba(182,207,208,0.5); visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease;}
.MenuFw{ min-width: 400px; width: 400px; margin-left: -200px;}
.MenuU li:hover .MenuF{visibility: visible; top: 100%; opacity: 1; z-index: 9999; transition: all 0.5s ease;}
.MenuFD{padding:30px 20px;}
.MenuFL{width:350px;border-right: 1px solid #bfbfbf;padding-left:60px;min-height:80px;}
.MenuFLW{width:300px;border-right: 1px solid #bfbfbf;}
.MenuPor{ margin-bottom:50px;}
.MenuPora{height:48px;}
.MenuPora i{width:28px; height:28px;background-position: 0 0;background-repeat: no-repeat;background-size: 100%; display: block;}
.MenuPI1{background-image: url("../images/icon/MenuU01.png")}
.MenuPI2{background-image: url("../images/icon/MenuU02.png")}
.MenuPI3{background-image: url("../images/icon/MenuU03.png")}
.MenuPora p{ margin-left:18px; font-size:15px;line-height:22px;width:100%; flex:1;color:#666;}
.MenuFZK{display:none;}
.MenuPor .on{}
.MenuPor .on i{background-position: 0 -28px;}
.MenuPor .on p{font-weight:bold;color:#ffb600;}
.MenuFM{color:#333; font-size:14px;line-height:26px; display: block;}
.MenuFM:hover{color:#ffb600;text-decoration: underline;}

.MenuFL h3{color:#ffb600; font-weight:700;line-height:25px; font-size:15px;padding:5px 0 12px;}
.MenuFLx{font-size: 12px;line-height:16px;color:#828891;}

.MenuFZ{width:520px;}
.MenuFZW{width:120px;}
.MenuFZN{ margin-bottom:15px;}
.MenuFZN:last-child{margin-bottom:0}
.MenuFZN h3{color:#ffb600;font-size:13px;line-height:28px; font-weight: bold;width:100%;}
.MenuFZs{ margin-top:4px;}
.MenuFZa{font-size:14px;color:#000;line-height:30px; margin-right: 20px;}
.MenuFZa:last-child{margin-right:0}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:400px;}
.MenuFEn{width: 100px;}
.MenuFEa{ font-size:14px;color:#000;line-height:40px;display: block;width:100%;}
.MenuFE .on,.MenuFEa:hover{color:#ffb600;}

.headerO .MenuA{color:#333;}
.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}
/*footer*/
footer {border-top:4px solid #03f0bb;}
.ftK{padding-top:45px;padding-bottom:30px;}
.ftL{width:100%;display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;margin-bottom:36px;}
.ftLp{  width:auto}
.ftNI{width:32px; margin-right:11px;}
.ftNp{ font-size:12px; line-height:18px; margin-bottom:4px;}
.ftNs{font-size:14px; line-height:22px;}
.ftPhone{font-size:20px; line-height:22px;}
.ftNav{width:100%;}
.ftNav li{width:120px;}
.ftNav li:last-child{width:60px;}
.ftNav li h3{ font-size:14px;line-height:24px;}
.ftna{line-height:30px;font-size:18px;}
.ftNavn{ margin-top: 8px;}
.ftNava{ width:100%; font-size:12px; padding:5px 0;}
.ftNava:hover{text-decoration: underline; opacity:1;}
.ftC{font-size:12px;}
.ftCW{height:50px;}
.ftCP{line-height:18px;}
.ftCP a:hover{text-decoration:underline;}
.ftCI{}
.ftCID{ margin-left:8px;}
.ftCIa{width:30px; height: 30px;}
.ftCIa:hover{opacity:1;}
}
@media screen and (max-width:960px ) and ( min-width:640px){
/*header*/	
.ydsj{ padding-top:0px;}
.header{height:52px;padding:0 4%;}
.hdlogo{height:35px;}
.hdR{width:100%; flex:1}
/*header*/
.hd_nav{width:30px;height:30px; position:relative; z-index:999;margin-left: 15px;}
.hd_nav i{top:50%;margin-top:-1px;position:absolute;display:inline-block;height:3px;width:30px;border-radius:2px;background:#ffb600;}
.hd_nav:before{margin-top: -10px;}
.hd_nav:after{margin-top:10px;}
.hd_nav:before,.hd_nav:after{content: '';position:absolute;top:50%;display:inline-block;height:3px;width:30px;border-radius:2rem;background:#ffb600;transition:0.2s;}
.hd_nav.active i{display:none;}
.hd_nav.active:before{transform: rotate(45deg);}
.hd_nav.active:after{transform: rotate(-45deg);}
.hd_nav.active:before,.hd_nav.active:after{margin-top:0;background:#ffb600;}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:18px;width:36px;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 200px;display: none;}
.hdphoneN{height:36px;border-radius:18px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:18px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 12px; line-height:18px;}
.hdphoneN span{font-size:14px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:18px; margin:0 10px; background:#FFF;}
.hden{width:36px; line-height:24px;color:#FFF;text-align: center; display: block; font-size: 14px;}
.searchA{width:30px;height:30px;background-image: url("../images/search.png");background-position: center;background-size: 14px;background-repeat: no-repeat;display: block;background-color:#ffb600;border-radius:50%; margin-left: 15px;}

/**/
.MenuK{position:fixed;width:100%;height:100%;top:0;right:0;background:rgba(0,0,0,0.3);z-index:20;display:none;}
.Menu{padding-top:55px;position:fixed;width:250px;height:100%;top:0;right:0;background:#FFF;z-index:-1;display:none;}
.Menu ul{height:100%; overflow: auto;border-top:1px solid #ddd;border-left:1px solid #ddd;align-content:flex-start}
.MenuU li{width:100%;border-bottom:1px solid #ddd;}
.MenuA{ line-height:52px;font-size:14px;color:#333; position: relative; display: block;padding:0 20px;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:2px;top:50%; height:0;background:#ffb600;transition:0.5s;left:0%;transform: translate(0,-50%);}
.MenuU li .on{color:#ffb600;} 
.MenuU li .on:before{height:100%;transition:0.5s;}
.MenuF{background:#FFF;width:100%;display:none;border-top:1px solid #ddd;}
.MenuFD{}
.MenuFL{display:none}

.MenuFZ{width:100%;}
.MenuFZW{width:100%;}
.MenuFZN{border-top:1px solid #eee;}
.MenuFZN h3{color:#ffb600;font-size:12px;line-height:40px; font-weight: bold;width:100%;padding:0 20px;}
.MenuFZs{}
.MenuFZa{font-size:12px;color:#000;width:100%; display: block;padding:12px 20px;border-top:1px solid #eee;}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:100%;}
.MenuFEn{width: 100%;}
.MenuFEa{ font-size:13px;color:#999;display: block;width:100%;padding:12px 20px;border-top:1px solid #eee;}



.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}
	
/*footer*/
footer {border-top:4px solid #03f0bb;}
.ftK{padding-top:40px;padding-bottom:25px;}
.ftL{width:100%;}
.ftLp{ width:100%;margin-bottom:22px;}
.ftNI{width:30px; margin-right:10px;}
.ftNp{ font-size:12px; line-height:18px; margin-bottom:4px;}
.ftNs{font-size:14px; line-height:22px;}
.ftPhone{font-size:20px; line-height:22px;}
.ftNav{width:100%;}
.ftNav li{width:100%;padding-bottom:10px;}
.ftNav li h3{ font-size:14px;line-height:24px;}
.ftna{line-height:30px;font-size:18px;}
.ftNavn{padding:4px 0;}
.ftNava{ width:auto; font-size:12px; padding:5px 0;margin-right:18px; }
.ftC{font-size:12px;}
.ftCW{padding:8px 0;}
.ftCP{line-height:18px;margin-right:20px;}
.ftCI{}
.ftCID{ margin-left:8px;}
.ftCIa{width:30px; height: 30px;}
}
@media only screen and (max-width:640px){
/*header*/	
.header{height:0.44rem;padding:0 4%;}
.hdlogo{height:0.18rem;}
.hdR{width:100%; flex:1}
.hd_nav{width:0.2rem;height:0.2rem; position:relative; z-index:999; margin-left: 0.1rem;}
.hd_nav i{top:50%;margin-top:-0.01rem;position:absolute;display:inline-block;height:0.02rem;width:100%;border-radius:2px;background:#ffb600;}
.hd_nav:before{margin-top:-0.07rem;}
.hd_nav:after{margin-top:0.05rem;}
.hd_nav:before,.hd_nav:after{content: '';position:absolute;display:inline-block;height:3px;width:100%;border-radius:2rem;background:#ffb600;transition:0.2s; top:50%}
.hd_nav.active i{display:none;}
.hd_nav.active:before{transform: rotate(45deg);}
.hd_nav.active:after{transform: rotate(-45deg);}
.hd_nav.active:before,.hd_nav.active:after{margin-top:0;background:#ffb600;}
.hdRn{}
.hdRpho{position: relative}
.hdphonea{height:0.12rem;width:0.18rem;background-image: url("../images/icon/phone01.png");background-position: center;background-repeat: no-repeat;background-size:auto 100%;display: block;}
.hdphone{position: absolute;color:#FFF; right:10px;top:50%;transform: translate(0,-50%);width: 200px;display: none;}
.hdphoneN{height:36px;border-radius:18px; width:100%;background:linear-gradient(to bottom ,#04ecbb,#2b8ecd);}
.hdphoneN img{width:18px; display: block; margin-right: 8px;}
.hdphoneN p{ font-size: 12px; line-height:18px;}
.hdphoneN span{font-size:14px; font-weight:bold;line-height:20px;}
.hdRx{width:1px; height:0.14rem; margin:0 0.05rem; background:#FFF;}
.hden{width:0.18rem; padding: .02rem 0;color:#FFF;text-align: center; display: block; font-size:0.1rem;}
.searchA{width:0.24rem;height:0.24rem;background-image: url("../images/search.png");background-position: center;background-size:0.12rem;background-repeat: no-repeat;display: block;background-color:#ffb600;border-radius:50%; margin-left: 0.1rem;}

/**/
.MenuK{position:fixed;width:100%;height:100%;top:0;right:0;background:rgba(0,0,0,0.3);z-index:20;display:none;}
.Menu{padding-top:0.44rem;position:fixed;width:55%;height:100%;top:0;right:0;background:#FFF;z-index:-1;display:none;}
.Menu ul{height:100%; overflow: auto;border-top:0.01rem solid #ddd;border-left:0.01rem solid #ddd;align-content:flex-start}
.MenuU li{width:100%;border-bottom:0.01rem solid #ddd; position: relative; top: 0;}
.MenuA{ line-height:0.4rem;font-size:0.125rem;color:#333; position: relative; display: block;padding:0 0.15rem;}
.MenuU li .MenuA:before{display:block;content:'';position: absolute; width:0.03rem;top:50%; height:0;background:#ffb600;transition:0.5s;left:-0.01rem;transform: translate(0,-50%);}
.MenuU li .on{color:#ffb600;} 
.MenuU li .on:before{height:100%;transition:0.5s;}
.MenuF{background:#FFF;width:100%;display:none;border-top:0.01rem solid #ddd;}
.MenuFD{}
.MenuFL{display:none}

.MenuFZ{width:100%;}
.MenuFZW{width:100%;}
.MenuFZN{border-top:0.01rem solid #eee;}
.MenuFZN h3{color:#ffb600;font-size:0.11rem;line-height:0.32rem; font-weight: bold;width:100%;padding:0 0.15rem;}
.MenuFZs{}
.MenuFZa{font-size:0.11rem;color:#000;width:100%; display: block;padding:.085rem 20px;border-top:0.01rem solid #eee;}
.MenuFZa:hover{color:#ffb600;}

.MenuFE{width:100%;}
.MenuFEn{width: 100%;}
.MenuFEa{ font-size:0.115rem;color:#999;display: block;width:100%;line-height:0.32rem;padding:0 0.15rem;border-top:0.01rem solid #eee;}



.headerO .hden{color:#ffb600;}
.headerO .hdphonea{background-image: url("../images/icon/phone02.png");}
.headerO .hdRx{background:#ffb600;}
/*footer*/
footer {border-top:0.03rem solid #03f0bb;}
.ftK{padding:0.25rem 4% 0.1rem;}
.ftL{width:100%;padding-bottom:0.1rem;}
.ftLp{ width:100%;margin-bottom:0.15rem;}
.ftNI{width:0.25rem; margin-right:0.09rem;}
.ftNp{ font-size:0.1rem; line-height:0.16rem; margin-bottom:0.02rem;}
.ftNs{font-size:0.115rem; line-height:0.18rem;}
.ftPhone{font-size:0.17rem; line-height:0.18rem;}
.ftNav{width:100%;}
.ftNav li{width:100%;padding-bottom:0.1rem;}
.ftNav li h3{ font-size:0.12rem;line-height:0.18rem;}
.ftNavn{padding:0.05rem 0;justify-content:space-between;}
.ftNava{ width:32%; font-size:0.1rem;padding:.04rem 0;}
.ftC{font-size:0.1rem;padding:0 4%;}
.ftCW{padding:0.08rem 0 0.04rem;}
.ftCP{line-height:0.18rem;text-align: center;}
.ftCI{justify-content:center; width:100%;padding:0.08rem 0;}
.ftCID{ margin:0 0.05rem;}
.ftCIa{width:0.26rem; height:0.26rem;}
}

@media screen and (min-width:960px){
.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;}
}
html {font-size: 625%; /*100 ÷ 16 × 100% = 625%*/}
/*出的各分辨率媒体查询换算：*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}


.overH{overflow:auto}
.overH::-webkit-scrollbar{width:3px;height:0;}/*滚动条整体样式*/
.overH::-webkit-scrollbar-thumb{background:#1393cc; border-radius:4px}/*滚动条里面小方块*/
.overH::-webkit-scrollbar-track{background:rgba(255,255,255,0.2);}/*滚动条里面轨道*/

/*搜索*/
.modals {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2010;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.modals.fade {
    opacity: 1;
    visibility: visible;
}
.modals .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}
.modals.fade .modal-dialog {
    transform: none;
}
.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #222;
    opacity: .99;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.searchmodal .modal-header {
    border: none;
}
.searchmodal .modal-header button.close {
	border:none;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.searchmodal .modal-header button.close:before, .searchmodal .modal-header button.close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.searchmodal .modal-header button.close:before {
    transform: rotate(45deg);
}
.searchmodal .modal-header button.close:after {
    transform: rotate(-45deg);
}
.searchmodal .modal-body {
    margin: auto;
    padding: 0;
}
.searchmodal .modal-search-form .search-field {
    background-color: transparent;
    border: none;
    display: block;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    color: #fff;
    width: 100%;
}
.searchmodal .modal-search-form button {
    border: none;
    background-color: transparent;
    color: #1c5756;
    position: absolute;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: 600;
}
.searchmodal .modal-search-form button img {
	width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }
    .searchmodal .modal-header button.close {
        right: 25px;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }
    .searchmodal .modal-header button.close:before, .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }
    .searchmodal .modal-body {
        max-width: 700px;
    }
    .searchmodal .modal-search-form {
    position: relative;
	}
	.searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 6px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }
    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
    }

}
@media screen and (max-width: 767px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }
	.searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 8px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }
    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
        border-radius: 5px;
    }
    .searchmodal .modal-search-form button img{
        
    }
    .searchmodal .modal-header button.close {
        right: 0;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }
    .searchmodal .modal-header button.close:before, .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }
    .searchmodal .modal-body {
        max-width: 92%;
    }
    .searchmodal .modal-search-form {
        position: relative;
    }
}
/*
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;}
*/

@media screen and (max-width:700px ) {
/*header*/	
.ydsj{ padding-top:0px;}
}

.fl{ float:left;}
.fr{ float:right;}
.gyjqr{ width:100%; background-color:#fff; padding-top:45px; padding-bottom:45px;}
.gyjqr .section-title-middle{ margin-bottom:35px;}
.cpjs{ width:100%; height:45px; line-height:45px;border-radius: 10px; padding-left:20px; background-color:#FFFFFF; border:none;}
.cpss{ width:90%; border:none; height:30px;}
.jqrcp{ color:#019FA8; padding-bottom:25px; font-weight:bold;}
.jqrcpbt{ width:100%; height:45px; line-height:45px; background-color:#019FA8; color:#FFFFFF; font-size:16px; font-weight:bold; padding-left:10px; padding-right:10px;}
.jqrcpfsbt{ width:100%; height:80px; line-height:80px; background-color:#E8E9EB;font-size:16px;  padding-left:10px; padding-right:10px; margin-bottom:2px; margin-top:2px;}
.jqrli li{ width:100%; background-color:#F6F6F6; height:80px; line-height:80px; margin-bottom:2px;}
.jqrli li img{ height:80px;}
.jqrli li .flaticon-next{ margin-right:10px;}
.jqrli li span{ color:#019FA8;}
.jqcd{ margin-bottom:25px;}
.xztj{ width:100%; background-color:#FCFCFC;border-radius: 10px; padding:15px; overflow:hidden; margin-top:15px;}
.xztj .xztj_bt{ border-bottom:1px solid #ddd; height:35px; line-height:35px; font-weight:bold; font-size:16px; margin-bottom:10px;}
.xztj input{ height:16px; width:16px; margin-top:10px;}
.xztj li{ height:35px; line-height:35px; font-size:14px;}
.gyjqrcp { width:100%; float:left; background-color:#FFFFFF;border-radius: 10px; margin-bottom:25px; padding:15px;}
.gyjqrcp img{ width:100px; margin-right:25px;}
.gyjqrcp .bt{ color:#019FAA; font-weight:bold;}
.gyjqrcp span{  display:block; padding-top:10px;}
.gyjqrcp:hover{ background-color:#FCFCFC;}
.grs{ margin-top:49px;}

.ydkzxt{ width:100%; overflow:hidden;background-color:#F6F6F6; padding-bottom:50px; padding-top:50px;}
.ydkzxt h3,h4{ color:#019FA8;}
.ydkzxt h3{ padding-bottom:20px;}
.ydkzxt h4{ border-bottom:1px solid #019FA8; padding-bottom:20px; margin-top:20px; font-weight:bold;}
.ydkzxt  .team-img{ background-color:#FFFFFF;}
.sec{width: 100%; max-width: 100%; min-width: 100%; margin: 0 auto;overflow: hidden;box-sizing: border-box;}
.poster-list img{ width:100%;}
.poster-list .poster-txt{position: relative;overflow: hidden;transition: height 0.24s;}
.poster-list .poster-txt.xg:after{content: "";position: absolute;bottom: 0;display: block;width: 100%;height: 4rem;}
.poster-btn{ outline:none;display: block;width: 20%;line-height: 2;margin: .1rem auto;color: #666;font-size: .28rem;text-align: center; background:url(../img/jt1.png) no-repeat 3rem center; font-size:16px;}

.menu_list{width:100%;margin:0 auto;}
.menu_head{
 padding-top:15px; padding-bottom:15px;
	padding-left: 20px;
	font-size: 18px;
	color: #525252;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #eeeeee url(../img/pro_left.png) center right no-repeat;
}
.menu_list .current{background:#2b8ecd url(../img/pro_down.png) center right no-repeat; color:#FFFFFF}
.menu_body{
	line-height: 20px;
	backguound: #fff;
	
}
.menu_body a{display:block; padding-top:15px; padding-bottom:15px;padding-left:20px;color:#777777;background:#fff;text-decoration:none; border-bottom:1px solid #ddd;}
.menu_body a:hover{text-decoration:none;background:#2b8ecd; color:#FFFFFF;}

.gntd{ margin-top:20px;}
.gntd li{ width:100%; background:url(../img/ttb.jpg) no-repeat left; padding-left:10px; float:left;}

.jqr{ width:100%; background:url(../img/jqr.png) no-repeat left; margin:auto; max-width:564px;}
.jqrdb{display:block;height:45px;line-height:45px;padding-left:18px; font-size:20px;color:#ffffff;background:#2b8ecd;text-decoration:none; margin-top:20px; margin-bottom:20px;}
.ydzkjg a{ width:50%; float:left; text-align:center; height:80px; line-height:80px; display:block; background-color:#E8E9EB; font-size:26px;}
.ydzkjg a:hover{ color:#FFFFFF;background:#2b8ecd}
.ydzkjg .cur{ color:#FFFFFF;background:#2b8ecd}

.blog-details-text-content article{ min-height:250px;}
.blog-details-text-content article p{ margin: 0 !important; line-height: 32px !important;}

@media only screen and (max-width: 768px) {
	.jqr{ background:none;}
	.cpjs{ margin-bottom:10px;}
    .ward{ width: 92%; margin: auto;}
    .modal-header .close{ padding: 20px; margin: 0;}
}
	
@media only screen and (max-width: 1800px) {
.breadcrumb-section {
    padding: 89px 0px;
    position: relative;
    z-index: 1;
}
}


@media only screen and (max-width: 1600px) {
.breadcrumb-section {
    padding: 89px 0px;
    position: relative;
    z-index: 1;
}
}	


@media only screen and (max-width: 1400px) {
.breadcrumb-section {
    padding: 75px 0px;
    position: relative;
    z-index: 1;
}
}	

@media only screen and (max-width: 1200px) {
.breadcrumb-section {
    padding: 55px 0px;
    position: relative;
    z-index: 1;
}
}	

@media only screen and (max-width: 700px) {
.breadcrumb-section {
    padding: 0px !important;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.breadcrumb{ margin-bottom: 0px;}
}	

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75px;
}
.sec2 .wrapper{ padding-top:100px;}
.sec3 .wrapper{ padding-top:107px;}
.sec4 .wrapper{ padding-top:166px;}

.breadcrumb-section {
  padding:89px 0px;
  position: relative;
  z-index: 1; }
  .breadcrumb-section .background_overlay {
/*    background-color: rgba(0, 0, 0, 0.4);*/
    z-index: -1; }
  .breadcrumb-section .breadcrumb-content {
    padding-left: 45px; }
  .breadcrumb-section .breadcrumb-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px; }
    .breadcrumb-section .breadcrumb-title:before {
      top: 25px;
      content: '';
      left: -45px;
      width: 24px;
      height: 20px;
      position: absolute; }
  .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    width: 26px;
    height: 10px;
    left: -40px;
    position: absolute;
    bottom: 8px;
    background-image: url(../img/arrow3.png); }
  .breadcrumb-section .breadcrumb {
    background-color: transparent; }
    .breadcrumb-section .breadcrumb li {
      color: #fff;
      position: relative;
      padding-right: 50px; }




/*---------------------------------------------------- */
/*news area*/
/*----------------------------------------------------*/
.eltron-team-section {
  padding: 110px 0px 170px; }
  .eltron-team-section .section-title-left {
    padding-bottom: 30px; }

.team-member-box{ margin-top:30px;}
.team-member-box .team-text {
padding:20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  border: 1px dashed #ddd;
border-radius: 10px; }
  .team-member-box .team-text h3 {
    color: #222;
    font-size: 22px;
	padding-top:20px; padding-bottom:20px;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; 
	}
  .team-member-box .team-text p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .team-member-box .team-text .team-social {
    position: absolute;
    bottom: -25px;
    padding-bottom: 35px;
    opacity: 0;
    left: 0;
    right: 0;
    background-color: #2b8ecd;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .team-member-box .team-text .team-social a {
      width: 35px;
      color: #fff;
      height: 35px;
      line-height: 35px;
      border-radius: 100%;
      display: inline-block; }

.team-member-box:hover .team-social {
  opacity: 1;
  bottom: -55px; }
.team-member-box:hover .team-text{
    box-shadow: 0px 0px 10px rgba(0 , 0, 0, 0.1);
    border-color: transparent;
}
  .team-member-box:hover .team-text h3 {
    color: #ffb600; }

.about-page-team {
  padding: 0px 0px 70px; }

/* 分页 */
.ab_pages{clear:both;padding:25px 0;font-size:16px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 10px 15px;  border: 1px dashed #ddd;float: left;margin: 0 5px;font-size:14px;border-radius: 7px;}
.ab_pages ul a.page-num-current{ background:#2b8ecd; color:#FFFFFF; border: 1px solid #fff; }
.ab_pages ul a:hover{ background:#2b8ecd; color:#FFFFFF; border: 1px solid #fff; }
.ab_pages ul li.active span{ color: #555;display: block;padding: 10px 15px;border:1px solid #2b8ecd;float: left;margin: 0 5px;font-size: 14px; background: #2b8ecd; color: #FFFFFF;border-radius: 7px;}
.ab_pages ul li.disabled  span { display: none;}

