html{height: 100%;}
BODY { PADDING: 0px; MARGIN: 0px;font-family: "微软雅黑","univers-57",Helvetica,Arial,sans-serif;
    background-color: ;
	height: 100%;
  }
a{text-decoration:none;}
ul,li,h3{margin: 0;padding: 0;list-style-type: none;}

.___Page_Black_Width{margin:auto;width: 70%;}
#header-black{height: 70px;}/**非首页占位，解决position:fixed的层叠问题**/



#D-1{position: fixed;width: 100%;z-index: 99;}
#D-1 .Box{display: flex;justify-content: space-between;height: 70px;}	
#D-1 .Box .left{flex-basis: 20%;display: flex;padding-left: 5%;}
#D-1 .Box .left .logo{color: #053F69;flex-basis: 65%;margin:0 5% 0 0;display: flex;align-items: center;background-size: contain;background-position: center;background-repeat: no-repeat;}
#D-1 .Box .left .logo a{display: inline-block; text-indent: -9999px;width: 100%;height: 100%;font-size: 28px;}
#D-1 .Box .right{flex-grow: 1;max-width: 950px;display: flex;justify-content: flex-end;padding-right: 5%;}
#D-1 .Box .right .tab-box{flex-grow: 1;display: flex;justify-content: space-around;}
#D-1 .Box .right .tab{display: flex;align-items: center;padding: 0;}
#D-1 .Box .right .tab:hover a::first-letter{color: rgb(31, 154, 254);}
#D-1 .Box .right .tab a{color: #000; font-size: 18px;}
#D-1 .Box .right .tab a:hover{animation: 1s jello;}
#D-1 .Box .right .leng{display: flex;align-items: center;padding: 0 15px;}
#D-1 .Box .right .leng a{display: block;padding: 5px 10px;;border: 1px solid #0094DB;border-radius:50%;color: #0094DB;}
#D-1 .Box .right .member{display: flex;}
#D-1 .Box .right .member div{display: flex;align-items: center;padding: 0 15px;}
#D-1 .Box .right .member .login{}
#D-1 .Box .right .member .reg{}
#D-1 .Box .open{display: none;}

#D-2{height: 100%;overflow: hidden;}
#D-2 .Box{height: 100%;background-image: url(/_SUN/images/index/2.png), url(/_SUN/images/index/1.jpg);background-size: 23.5%, cover;background-position: left top, center;background-repeat: no-repeat;animation: zoom 1.5s infinite alternate;}
@keyframes zoom{
    from {}
    to {background-size: 24.5%, cover;}
}
/*
#D-2 .Box::before{content: "";display: block;position: absolute;top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;background-image: -webkit-gradient(linear,left top,left bottom,color-stop(40%,hsla(0,0%,100%,0)),to(rgba(0,0,0,.6)));background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 40%,rgba(0,0,0,.6));background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 40%,rgba(0,0,0,.6));}
*/
#D-2 .Box .container{width: 70%;margin: auto;position: absolute;bottom: 40%;left: 0;right: 0;z-index: 2;}
#D-2 .Box .container .wenan{margin-bottom: 25px;}
#D-2 .Box .container .wenan h1{font-size: 50px;margin: 0;font-weight:500;color: #484848; animation: 1s zoomInDown;}
#D-2 .Box .container .wenan p:last-child{font-size: 18px;margin: 8px 0 0 0 ;color: #484848;line-height: 30px;letter-spacing: 1.2px;}
#D-2 .Box .container .buy{width: 336px;height: 58px;margin: 35px 0 0 0;display: flex;justify-content:space-between;align-items: center;background: url(/_SUN/images/Page_product_show/buy.png) no-repeat;background-size: cover;}
#D-2 .Box .container .buy:hover{background: url(https://gw.alicdn.com/tfs/TB16d.1ykPoK1RjSZKbXXX1IXXa-665-115.png_336x336.jpg);background-size: cover;}
#D-2 .Box .container .buy div:first-child{font-size: 30px;margin-left: 15px;color: #fff;}
#D-2 .Box .container .buy div:first-child i{font-size: 14px;}
#D-2 .Box .container .buy div:last-child{margin-right: 25px;color: #fff;font-size: 18px;}
#D-2 .Box .container .search{position: relative;display: inline-block;width: 30%;border-radius: 10px;box-shadow: 0px 3px 5px #555;padding: 5px 50px 5px 10px;background: #fff;display: none;}
#D-2 .Box .container .search input{width: calc(100% - 5px);height: 40px;border: none;}
#D-2 .Box .container .search button{width: 40px;height: 40px;border: #F4A460 solid 0px;background: #fff;position: absolute;right: 5px;}


#D-3{}
#D-3 .Box{width: 80%;margin: 50px auto 0 auto;}
#D-3 .Box .tab{}
#D-3 .Box .tab ul{display: flex;border-width: 0 20px 2px 20px ;border-style: solid;border-color: transparent;border-bottom-color:#e9e9e9;position: relative;}
#D-3 .Box .tab li{margin-left: 20px;}
#D-3 .Box .tab li:first-child{margin-left: 0;}
#D-3 .Box .tab li h3{font-size: 22px;font-weight: 500;padding: 10px 0;}
#D-3 .Box .tab .gif{min-width: 30px;height: 100%;position: absolute;border-bottom: 2px solid #3897AB;margin: 0;    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1);left: 0;}
#D-3 .Box .list ul{display: none;flex-wrap: wrap;margin-top: 20px;}
#D-3 .Box .list .current{display: flex;}
#D-3 .Box .list li{padding: 10px;box-sizing: border-box;flex-grow: 1;position: relative;}
#D-3 .Box .list li:nth-child(-n+3){flex-basis: 33.3333%;}
#D-3 .Box .list li .bg{padding-top: 100%;width: 100%;background-size: contain;background-repeat: no-repeat;background-position:right ;position: relative;}
#D-3 .Box .list li:nth-child(-n+3) .bg{padding-top: 50%;}
#D-3 .Box .list li .bg::before{content: "";display: block;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.4))); 
    background-image: -o-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.4));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.4));
    position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
#D-3 .Box .list li .bg:hover::before{background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.2));}
#D-3 .Box .list li .bg .a{width: 100%;height: 100%;position: absolute;top:0;z-index: 2;color: #fff;font-weight: 600;}
#D-3 .Box .list li .bg .a .title{position: absolute;bottom: 15px;left:10px;}
#D-3 .Box .list li .bg .a .title h3{font-weight: 500;font-size: 26px;}
#D-3 .Box .list ul:nth-child(2) li{flex-basis: 25%;}
#D-3 .Box .list ul:nth-child(2) li:nth-child(-n+3) .bg{padding-top: 100%;}
#D-3 .Box .list ul:nth-child(3) li:nth-child(-n+3) .bg{padding-top: 35%;background-size: 45%, cover;background-position:left, 300px;}
#D-3 .Box .list ul:nth-child(4) li:nth-child(-n+3) .bg{padding-top: 80%;}
#D-3 .Box .list ul:nth-child(5) li{flex-basis: 25%;}
#D-3 .Box .list ul:nth-child(5) li:nth-child(-n+3) .bg{padding-top: 100%;background-color: #D0ECED;}



#D-4{}
#D-4 .Box{margin-top: 50px;}
#D-4 .Box .title{}
#D-4 .Box .title h3{text-align: center;font-size: 32px;font-weight: 500;}
#D-4 .Box .list ul{display: flex;flex-wrap: wrap;justify-content: center;width: 80%;margin: auto;}
#D-4 .Box .list li{flex-basis: 40%;display: flex;margin: 55px 15px 35px 15px;}
#D-4 .Box .list li:hover{box-shadow: 5px 5px 7px rgba(123,123,123,.2);}
#D-4 .Box .list li .left{min-width: 25%;background-position: center;background-repeat: no-repeat;}
#D-4 .Box .list li:first-child .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/1.png);background-size: 50%;}
#D-4 .Box .list li:first-child:hover .left{background-image: url(/_SUN/images/index/D4/1-1.png);}
#D-4 .Box .list li:nth-child(2) .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/2.png);background-size: 50%;}
#D-4 .Box .list li:nth-child(2):hover .left{background-image: url(/_SUN/images/index/D4/2-1.png);}
#D-4 .Box .list li:nth-child(3) .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/3.png);background-size: 50%;}
#D-4 .Box .list li:nth-child(3):hover .left{background-image: url(/_SUN/images/index/D4/3-1.png);}
#D-4 .Box .list li:nth-child(4) .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/4.png);background-size: 50%;}
#D-4 .Box .list li:nth-child(4):hover .left{background-image: url(/_SUN/images/index/D4/4-1.png);}
#D-4 .Box .list li:nth-child(5) .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/5.png);background-size: 50%;}
#D-4 .Box .list li:nth-child(5):hover .left{background-image: url(/_SUN/images/index/D4/5-1.png);}
#D-4 .Box .list li:last-child .left{flex-basis: 25%;background-image: url(/_SUN/images/index/D4/6.png);background-size: 50%;}
#D-4 .Box .list li:last-child:hover .left{background-image: url(/_SUN/images/index/D4/6-1.png);}
#D-4 .Box .list li .right{flex-grow: 1;border-left:2px solid #69B9E1;padding-left: 20px;color: #555555;}
#D-4 .Box .list li .right h4{margin: 15px 0;font-size: 22px;font-weight: 500;color: #222222;}
#D-4 .Box .list li .right div:nth-child(2){padding: 0 10px 10px 0;}
#D-4 .Box .go{text-align: center;margin-top: 50px;}
#D-4 .Box .go a{background: #69B9E1;border-radius: 5px;color: #fff;padding: 15px 30px;font-size: 22px;}
#D-4 .Box .go a:hover{background: #439BD6;}


#D-5{}
#D-5 .Box{margin-top: 100px;}
#D-5 .Box .title{}
#D-5 .Box .title h3{text-align: center;font-size: 32px;font-weight: 500;}
#D-5 .Box .list ul{display: flex;margin:50px auto 0 auto;justify-content: center;}
#D-5 .Box .list li{flex-basis: 25%;background-color: #e5e5e5;margin-right: 35px;position: relative;}
#D-5 .Box .list li::before{content: '';position: absolute;width: 100%;height: 100%;background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(240,237,234,.0),rgba(240,237,234,.99) 75%)}
#D-5 .Box .list li:last-child{margin-right: 0;}
#D-5 .Box .list li img{display: block;}
#D-5 .Box .list li .con{width: 100%;position: absolute;bottom: 10px;text-align: center;}
#D-5 .Box .list li .con h4{font-size: 24px;margin: 15px 0;font-weight: normal;}
#D-5 .Box .list li .con p{color: #555555;}


#D-6{}
#D-6 .Box{margin-top: 100px;}
#D-6 .Box .title{}
#D-6 .Box .title h3{text-align: center;font-size: 32px;font-weight: 500;}
#D-6 .Box .list ul{display: flex;flex-direction: column;width: 80%;margin: auto;}
#D-6 .Box .list li{display: flex;justify-content: center;}
#D-6 .Box .list li .left{flex-basis: 30%;display: flex;align-items: center;}
#D-6 .Box .list li .left .number{position: relative;min-width: 80px;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;font-size: 42px;color: red;}
#D-6 .Box .list li .left .number i{margin: auto;top:0;bottom: 0;position: absolute;width: 100%;padding-top: 100%;background-color: #FDEFEF;border-radius: 50%;z-index: -1;}
#D-6 .Box .list li .left .con{margin-left: 35px;}
#D-6 .Box .list li .left .con h4{font-size: 24px;margin: 15px 0;font-weight: normal;}
#D-6 .Box .list li .left .con p{color: #555555;}
#D-6 .Box .list li .right{margin-left: 25px;flex-basis: 35%;}


#D-7{background-color: #FBFBFB;padding:50px 0 100px 0;}
#D-7 .Box{}
#D-7 .Box .title{margin-bottom: 50px;}
#D-7 .Box .title h3{text-align: center;font-size: 32px;font-weight: 500;}
#D-7 .Box .list ul{display: flex;margin: auto;justify-content: center;}
#D-7 .Box .list li{flex-basis: 19%;background-color: #fff;margin-right: 25px;box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);padding: 10px;box-sizing: border-box;overflow: hidden;}
#D-7 .Box .list li:last-child{margin-right: 0;}
#D-7 .Box .list li:hover{box-shadow: 0 1px 10px 0 rgb(0 0 0 / 32%), 0 0 0 1px rgb(0 0 0 / 16%);}
#D-7 .Box .list li .space{width: 100%;padding-top: 60%;background-repeat:no-repeat;background-size: 35%;background-position: center 100%;}
#D-7 .Box .list li .con{text-align: center;}
#D-7 .Box .list li .con h4{font-size: 24px;margin: 15px 0 0 0;padding-bottom: 15px;font-weight: normal;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;position: relative;}
#D-7 .Box .list li .con h4:before{content: "";position:absolute;width: 30%;height: 2px;bottom: 0px;left: 0;right: 0;background-color: crimson;margin: auto;transition:all 1s;}
#D-7 .Box .list li:hover .con h4:before{width: 50%;}
#D-7 .Box .list li .con p{color: #555555;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;max-height: 99px;/*为了兼容火狐*/}


#D-8{padding:150px 0 0px 0;}
#D-8 .Box{}
#D-8 .Box .title{margin-bottom: 50px;}
#D-8 .Box .title h3{text-align: center;font-size: 32px;font-weight: 500;position: relative;}
#D-8 .Box .title h3:before {content: "";display: block;height: 2px;width: 50%;margin: auto;left: 0;right: 0;background-color: hsla(0,0%,82.4%,.5);position: absolute;top: -150%;transform: translateY(-50%);}
#D-8 .Box .title p{text-align: center;color: #888;}
#D-8 .Box .title h3 .ico{background: url(/_SUN/images/index/D8/1.png) no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: -270%;left: 0;right: 0;margin: auto;}
#D-8 .Box .list ul{display: flex;margin: auto;justify-content: center;}
#D-8 .Box .list li{flex-basis: 25%;margin-right: 25px;box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);padding: 10px;box-sizing: border-box;background-color: #fff;}
#D-8 .Box .list li:last-child{margin-right: 0;}
#D-8 .Box .list li:hover{box-shadow: 0 1px 10px 0 rgb(0 0 0 / 32%), 0 0 0 1px rgb(0 0 0 / 16%);}
#D-8 .Box .list li .space{width: 100%;padding-top: 60%;background-repeat:no-repeat;background-size: cover;background-position:top center;background-color: #e5e5e5;}

#D-8 .Box .list li .con{}
#D-8 .Box .list li .con h4{font-size: 24px;margin: 10px 0;font-weight: normal;}
#D-8 .Box .list li .con span{color: #54CBB8;font-size: 12px;}
#D-8 .Box .list li .con p{color: #888;margin: 0;font-size: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;line-height: 20px;max-height: 99px;/*为了兼容火狐*/}


#D-9{padding:150px 0 0px 0;}
#D-9 .Box{height: 40vw;background-image: url(/_SUN/images/index/D9/bg.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;overflow: hidden;}
#D-9 .Box:before {content: ""; display: block; position: absolute;top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;background-image: -webkit-gradient(linear,left top,left bottom,color-stop(40%,hsla(0,0%,100%,0)),to(rgba(0,0,0,.6)));background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 40%,rgba(0,0,0,.6));background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 40%,rgba(0,0,0,.6));}
#D-9 .Box .title{margin-top: 15%;margin-left: 15%;position: relative;z-index: 2;}
#D-9 .Box .title h3{font-size: 42px;font-weight: 500;}
#D-9 .Box .title .go{margin-top: 50px;}
#D-9 .Box .title .go a{background: #ED494E;border-radius: 5px;color: #fff;padding: 15px 50px;font-size: 22px;}
#D-9 .Box .title .go a:hover{background: #F0686B;}



#Block-5{background: #f2f2f2;}
/*首页-品牌列表*/
#brand{padding-bottom: 100px;}
#brand .class{text-align: center;padding: 50px 0;}
#brand .class h2{font-size: 42px;font-weight: 500;color: transparent;background: linear-gradient(to right, #03d6b0, #13b3d7);display: inline-block;	
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;}
#brand ul{margin: 0 5%;display: flex;flex-wrap: wrap;}
#brand li{width: calc((100% - 35px)/8);height: 5vw;margin:5px 5px 0 0;border: 1px solid #f2f2f2;box-sizing: border-box;background: #fff;}
#brand li:nth-child(8n){margin-right: 0;}
#brand li img{width: 60%;}
#brand li a:hover img{animation:1s flipInY;}
#brand li a{height: 100%;display: flex;align-items: center;justify-content: center;}



#D-12{background-color: #FBFBFB;padding: 80px 0;}
#D-12 .Box{display: flex;width: 80%;margin: auto;}
#D-12 .Box .left{flex-basis: 40%;padding: 40px;background-color: #fff;box-sizing: border-box;overflow: hidden;}
#D-12 .Box .left h3{font-size: 32px;font-weight: 500;color: #484848;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
#D-12 .Box .left p{line-height: 30px;}
#D-12 .Box .left .go{margin: 50px 0 30px 0;}
#D-12 .Box .left .go a{border:2px solid #ED494E;border-radius: 5px;color: #ED494E;padding: 15px 50px;font-size: 22px;box-sizing: border-box;}
#D-12 .Box .left .go a:hover{background: #ED494E;color: #fff;}
#D-12 .Box .right{flex-basis: 60%;background-color: aquamarine;background-size: cover;background-repeat: no-repeat;background-position: right;}
#D-12 .Box .right img{display: block;width: 100%;}




/*-----首页-文章板块------*/
#D-11{background: #ffffff;}
#i-article{overflow: hidden;width: 80%;margin: auto;}
#i-article #i-a-box{margin-top: 100px;display: flex;flex-wrap: wrap;}
#i-article #i-a-box .i-a-nav{width: 100%;}
#i-article #i-a-box .i-a-nav ul{display: flex;justify-content:space-between;flex-wrap: wrap;padding: 0;margin: 5px;}
#i-article #i-a-box .i-a-nav li{list-style-type: none;background: #fff;width: calc((100% - 500px)/6);text-align: center;line-height: 45px;border-radius: 8px;overflow: hidden;border: 1px solid #3D6198;}
#i-article #i-a-box .i-a-nav li a{display: block;color: #333;}
#i-article #i-a-box .i-a-nav li a:hover{background:#3D6198 ;color: #fff;}
#i-article #i-a-box .i-a-list{width: calc((100% - 20px)/3);margin: 50px 10px 0 0px;}
#i-article #i-a-box .i-a-list:last-child{margin-right: 0;}
#i-article #i-a-box .i-a-list h5{font-size: 22px;font-weight: 400;margin:0;padding-left: 10px;position: relative;}
#i-article #i-a-box .i-a-list h5:before{content:'';width: 5px;height: 15px;background: red;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
#i-article #i-a-box .i-a-list ul{height: 531px;display: flex;flex-direction: column;padding: 10px 0 0 0;border-radius: 10px;background: #fff;overflow: hidden;}
#i-article #i-a-box .i-a-list li{list-style-type: none;margin: 5px;border-bottom: 1px dashed #e3e3e3;padding-bottom: 15px;}
#i-article #i-a-box .i-a-list li:last-child{border-bottom: none;}
#i-article #i-a-box .i-a-list li:hover{background: ;}
#i-article #i-a-box .i-a-list li a{display: flex;height: 100%;align-items: center;}
#i-article #i-a-box .i-a-list li .i-a-l-img{width: 90px;height:90px;display: none;align-items: center;overflow: hidden;}
#i-article #i-a-box .i-a-list li:first-child .i-a-l-img{display: flex;}/*首位图片展开*/
#i-article #i-a-box .i-a-list li .i-a-l-img img{width: 100%;display: block;}
#i-article #i-a-box .i-a-list li .i-a-l-con{flex: 1;margin: 0 5px;overflow: hidden;}
#i-article #i-a-box .i-a-list li .i-a-l-con b{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin: 5px 0;color: #333;font-weight: normal;font-size: 18px;}
#i-article #i-a-box .i-a-list li .i-a-l-con p{display: none;margin: 0;font-size: 13px;color: #999;overflow : hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#i-article #i-a-box .i-a-list li:first-child .i-a-l-con p{display: -webkit-box;}



/******************/
/**
/二级页/三级页
/**
/******************/

/*/////////////////---【产品详细页】---///////////////////////*/
#P-Show___block-1{position: relative;background:#F2F2F2 ;}
#P-Show___block-1 .b1-bg{max-width: 1920px;margin: auto;}
#P-Show___block-1 .b1-p-title{position: absolute;left: 0;right: 0;bottom: 15%;text-align: center;font-size: 42px;text-shadow: 1.5px 2px 2px #777;}
#P-Show___block-1 .b1-product-img{width: 90%;max-height:920px;margin: auto;position: absolute;left: 0;right: 0;bottom: 21%;text-align: center;}
#P-Show___block-1 .b1-product-img img{margin: auto;}
#P-Show___block-1 .b1-product-img .b1-tips-1{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:20%;left: 25%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .b1-product-img .b1-tips-2{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:45%;left: 20%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .b1-product-img .b1-tips-3{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:70%;left: 25%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .b1-product-img .b1-tips-4{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:20%;right: 25%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .b1-product-img .b1-tips-5{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:45%;right: 20%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .b1-product-img .b1-tips-6{width: 50px ;height: 50px;display: flex;align-items: center;animation: 1s pulse infinite;
position: absolute;top:70%;right: 25%;background: #fff;border-radius: 50%;}
#P-Show___block-1 .Deg180{transform: rotate(180deg);} /*2D旋转180度*/
#P-Show___block-1 .b1-product-img .b1-line{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
#P-Show___block-1 .b1-product-img .b1-line div{width: 5%;height: 1px;border-bottom: 1px dashed #fff;position: absolute;box-sizing: border-box;}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-1{top:calc(20% + 25px);right: calc(75%);}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-2{top:calc(45% + 25px);right: calc(80% - 0px);}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-3{top:calc(70% + 25px);right: calc(75% - 0px);}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-4{top:calc(20% + 25px);left: calc(75% - 0px);}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-5{top:calc(45% + 25px);left: calc(80% - 0px);}
#P-Show___block-1 .b1-product-img .b1-line .b1-l-6{top:calc(70% + 25px);left: calc(75% - 0px)}
#P-Show___block-1 .b1-product-img .b1-tab{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
#P-Show___block-1 .b1-product-img .b1-tab div{position: absolute;width: auto;font-size: 18px;height: 50px;display: flex;align-items: center;color: #333;text-shadow: 1.5px 2px 2px #fff;font-weight: bold;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t1{top:calc(20% + 0px);right: 80%;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t2{top:calc(45% + 0px);right: 85%;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t3{top:calc(70% + 0px);right: 80%;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t4{top:calc(20% + 0px);left: 80%;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t5{top:calc(45% + 0px);left: 85%;}
#P-Show___block-1 .b1-product-img .b1-tab .b1-t6{top:calc(70% + 0px);left: 80%}

#P-Show___block-2{background:#F2F2F2 ;overflow: auto;}
#P-Show___block-2 .path{background: #fff;color: #999;overflow: auto; padding-left: 20px;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);margin-top: 20px;}
#P-Show___block-2 .path ul{margin: 0;padding: 0;}
#P-Show___block-2 .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#P-Show___block-2 .path li a{color: #999;}
#P-Show___block-2 .Box{display: flex;flex-wrap: wrap;justify-content: space-between;}
#P-Show___block-2 .cate_nav{order: 1;width: 25%;}
#P-Show___block-2 .cate_nav ul{margin: 25px 0 0 0;padding: 0px 0 0px 0;list-style-type: none ;overflow: auto;}
#P-Show___block-2 .cate_nav li{margin-bottom: 20px;text-align: center;overflow:  hidden;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);background:#fff ;}
#P-Show___block-2 .cate_nav li a{display: block;color: #666;line-height: 55px;font-size: 18px;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
#P-Show___block-2 .cate_nav li:hover{background: #4C9BFF;}
#P-Show___block-2 .cate_nav li:hover a{color: #fff;text-shadow: 0px -1px 3px black;}


#P-Show___block-2 .block-p1{width: 70%;margin-top: 25px;}
#P-Show___block-2 .block-p1 .p-info{background: #fff;display: flex;box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);border-radius: 10px;overflow: hidden;}
#P-Show___block-2 .block-p1 .p-info .left{width: 50%;box-sizing: border-box;padding: 10px;}
#P-Show___block-2 .block-p1 .p-info .left .product_img{margin: 0px auto 0 auto;width: 350px;height: 350px;background-size: contain;background-repeat: no-repeat;background-position: center;}
#P-Show___block-2 .block-p1 .p-info .right{ width: 50%;}
#P-Show___block-2 .block-p1 .p-info .right .title{margin-top: 15px;}
#P-Show___block-2 .block-p1 .p-info .right .title h2{font-weight: normal;color: #000;margin:0px;}
#P-Show___block-2 .block-p1 .p-info .right .price{margin-top: 20px;padding: 15px;background: url(data:image/png;base64,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) no-repeat;}
#P-Show___block-2 .block-p1 .p-info .right .price div:last-child{font-size: 36px;color: orangered;margin-top: 15px;}
#P-Show___block-2 .block-p1 .p-info .right .price div:last-child span{position: relative;}
#P-Show___block-2 .block-p1 .p-info .right .price div:last-child span::before{content: '';position: absolute;right: -50px;top:8px;width: 46px;height: 22px;background: url(/_SUN/images/Page_product_show/ckj.png) no-repeat;background-size: cover;}
#P-Show___block-2 .block-p1 .p-info .right .price div:last-child i{font-style: normal;font-size: 22px;display: inline-block;vertical-align: top;}
#P-Show___block-2 .block-p1 .p-info .right .price div:first-child{color: #666;}
#P-Show___block-2 .block-p1 .p-info .right .price div:first-child span{text-decoration:line-through}
#P-Show___block-2 .block-p1 .p-info .right .buy{width: 336px;height: 58px;margin: 35px auto;display: flex;justify-content:space-between;align-items: center;background: url(/_SUN/images/Page_product_show/buy.png) no-repeat;background-size: cover;}
#P-Show___block-2 .block-p1 .p-info .right .buy:hover{background: url(https://gw.alicdn.com/tfs/TB16d.1ykPoK1RjSZKbXXX1IXXa-665-115.png_336x336.jpg);background-size: cover;}
#P-Show___block-2 .block-p1 .p-info .right .buy div:first-child{font-size: 30px;margin-left: 15px;color: #fff;}
#P-Show___block-2 .block-p1 .p-info .right .buy div:first-child i{font-size: 14px;}
#P-Show___block-2 .block-p1 .p-info .right .buy div:last-child{margin-right: 25px;color: #fff;font-size: 18px;}
#P-Show___block-2 .block-p1 .p-content{margin-top: 30px;background-color: #fff;box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);border-radius: 10px;padding:50px;position: relative;}
#P-Show___block-2 .block-p1 .p-content div:first-child{writing-mode:vertical-lr;position: absolute;left: -35px;top:35px;width: 25px;background: #0069EA;text-align: center;color: #fff;padding: 10px 5px;}
#P-Show___block-2 .block-p1 .p-content div:first-child::before{content: '';position: absolute;bottom:-20px;left:0px;border-width: 0px 35px 20px 0px;border-color: red #0056BF transparent transparent;border-style: solid }
#P-Show___block-2 .block-p1 .p-content div:last-child img{width: 100%;}
#P-Show___block-2 .block-p1 .p-content .con{min-height: 200px;}
#P-Show___block-2 .block-p1 .p-content .con h3{border-bottom:2px solid #439BD6;text-indent: 15px;line-height: 45px;font-weight: 600px;font-family: 幼圆;font-size: 20px;}
#P-Show___block-2 .block-p1 .p-content .con h3::before{content: "◈ ";color:#439BD6 ;}
#P-Show___block-2 .block-p1 .last_Next{width: calc(100% - 40px);padding: 10px 20px;margin: 30px 0 50px 0;border-radius: 10px;background: #fff;}
#P-Show___block-2 .block-p1 .last_Next a{color: #000;}




/*/////////////////---【产品总汇页】---///////////////////////*/
#P-List{background-image: url(/_SUN/images/Page_product/11.jpg);background-size:contain;background-position:top center;background-repeat: no-repeat;}
#P-List .Banner{height: 300px;}
#P-List___B1{}
#P-List___B1 .path{background: rgba(255,255,255,0.65);color: #666;overflow: auto;text-indent: 20px;border-top-left-radius: 10px;border-top-right-radius: 10px;margin-top: 20px;}
#P-List___B1 .path ul{margin: 0;padding: 0;}
#P-List___B1 .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#P-List___B1 .path li a{color: #666;}
#P-List___B1 .cate_nav{background: rgba(255,255,255,0.65);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top:1px dashed #e3e3e3;}
#P-List___B1 .cate_nav ul{margin:0px 0 30px 0;padding: 40px 0 40px 0;list-style-type: none ;overflow: auto;}
#P-List___B1 .cate_nav li{width: calc((100% - 120px)/6);height: 40px;float: left;margin: 5px 10px;text-align: center;overflow:  hidden;border-radius: 5px;border: 1px solid #e3e3e3;box-sizing: border-box;}
#P-List___B1 .cate_nav li a{display: block;height: 100%;line-height: 37px;color: #000;text-shadow: 0px -1px 3px#fff;}
#P-List___B1 .cate_nav li:hover{background: #4C9BFF;}
#P-List___B1 .cate_nav li:hover a{color: #fff;text-shadow: 0px -1px 3px black;}
#P-List___B2{}
#P-List___B2 .list{}
#P-List___B2 .list ul{margin: 0;display: flex;flex-wrap: wrap;}
#P-List___B2 .list li{width: 25%;padding-top: 25%;margin:0;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;box-sizing: border-box;background:#F7F7F7 ;overflow: hidden;position: relative;}
#P-List___B2 .list li a{position: absolute;width: 100%;height: 100%;top:0;}
#P-List___B2 .list li:hover .img{animation: 1s pulse;}
#P-List___B2 .list .img{position: absolute;height: 70%;width: 70%;right: 0;bottom: 0;background-size: contain;background-repeat: no-repeat;background-position: right bottom;}
#P-List___B2 .list .title{font-size: 28px;color: #222222;text-indent: 7%;margin-top: 7%;}
#P-List___B2 .list .price{color: rgba(0, 0, 0, 0.5);text-indent: 7%;}
#P-List___B2 .list .Other{color: rgba(0, 0, 0, 0.5);background-color: #F7F7F7;border: 1px #ddd solid;width: 70px;height: 26px;-webkit-border-radius: 17px;-moz-border-radius: 17px;border-radius: 17px;text-align: center;line-height: 26px;font-size: 12px;position: absolute;bottom: 7%;left: 7%;}



/*/////////////////---【产品栏目页】---///////////////////////*/
#P-Cate-List{background-image: url(/_SUN/images/Page_product_cate/1.jpg);background-size:contain;background-position:top center;background-repeat: no-repeat;}
#P-Cate-List .Banner{height: 300px;position: relative;}
#P-Cate-List___B1{}
#P-Cate-List___B1 .path{background: rgba(255,255,255,0.65);color: #666;overflow: auto;text-indent: 20px;border-top-left-radius: 10px;border-top-right-radius: 10px;margin-top: 20px;}
#P-Cate-List___B1 .path ul{margin: 0;padding: 0;}
#P-Cate-List___B1 .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#P-Cate-List___B1 .path li a{color: #666;}
#P-Cate-List___B1 .cate_nav{background:rgba(255,255,255,0.65) ;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top:1px dashed #e3e3e3;}
#P-Cate-List___B1 .cate_nav ul{margin:0px 0 30px 0;padding: 40px 0 40px 0;list-style-type: none ;overflow: auto;}
#P-Cate-List___B1 .cate_nav li{width: calc((100% - 120px)/6);height: 40px;float: left;margin: 5px 10px;text-align: center;overflow:  hidden;border-radius: 5px;border: 1px solid #e3e3e3;box-sizing: border-box;}
#P-Cate-List___B1 .cate_nav li a{display: block;height: 100%;line-height: 37px;color: #000;text-shadow: 0px -1px 3px#fff;}
#P-Cate-List___B1 .cate_nav li:hover{background: #4C9BFF;}
#P-Cate-List___B1 .cate_nav li:hover a{color: #fff;text-shadow: 0px -1px 3px black;}
#P-Cate-List___B2{}
#P-Cate-List___B2 .cate-title{text-align: center;margin-bottom: 50px;}
#P-Cate-List___B2 .cate-title h3{font-size: 38px;font-weight: 500;}
#P-Cate-List___B2 .cate-title span{display: block;color: rgba(0, 0, 0, 0.5);max-width:65% ;margin: auto;}
#P-Cate-List___B2 .list ul{margin: 0;display: flex;flex-wrap: wrap;}
#P-Cate-List___B2 .list li{width: 25%;padding-top: 25%;margin:0;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;box-sizing: border-box;background:#F7F7F7 ;overflow: hidden;position: relative;}
#P-Cate-List___B2 .list li a{position: absolute;width: 100%;height: 100%;top:0;}
#P-Cate-List___B2 .list li:hover .img{animation: 1s pulse;}
#P-Cate-List___B2 .list .img{position: absolute;height: 70%;width: 70%;right: 0;bottom: 0;background-size: contain;background-repeat: no-repeat;background-position: right bottom;}
#P-Cate-List___B2 .list .title{font-size: 28px;color: #222222;text-indent: 7%;margin-top: 7%;}
#P-Cate-List___B2 .list .price{color: rgba(0, 0, 0, 0.5);text-indent: 7%;}
#P-Cate-List___B2 .list .Other{color: rgba(0, 0, 0, 0.5);background-color: #F7F7F7;border: 1px #ddd solid;width: 70px;height: 26px;-webkit-border-radius: 17px;-moz-border-radius: 17px;border-radius: 17px;text-align: center;line-height: 26px;font-size: 12px;position: absolute;bottom: 7%;left: 7%;}




/*---------------资讯/动态 页---------------*/
#article {background:#F2F2F2 ;overflow: auto;}
#article .path{background: #fff;color: #999;overflow: auto;margin: 20px 0;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);padding-left: 20px;}
#article .path ul{margin: 0;padding: 0;}
#article .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#article .path li a{color: #999;}
#article .Box{display: flex;flex-wrap: wrap;justify-content: space-between;}
#article .left{min-height: 290px;width:73%;}
#article .left .content{background:#fff ;min-height: 290px;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);overflow: hidden;}
#article .left .content .cate_title{border-bottom: double 1px #DDDDDD;height: 60px;}
#article .left .content .cate_title h2{text-indent: 40px;font-weight: normal;font-size: 22px;background: url(/luegao/img/v.png) no-repeat 70px 45px;height: 61px;margin: 0px;padding: 0px;line-height: 55px;}
#article .left .content .article_title{border-bottom: double 1px #DDDDDD;padding: 20px 20px;}
#article .left .content .article_title h2{font-weight: normal;font-size: 22px;margin: 0px;padding: 0px;;}
#article .left .content ul{margin: 0;padding: 15px;}
#article .left .content li{list-style-type: none;min-height:80px ;display: table;margin-bottom: 15px;width: 100%;border-bottom: 1px solid #e3e3e3;padding-bottom: 5px;}
#article .left .content li .index_img{display: table-cell;width: 150px;background-size: cover;background-repeat: no-repeat;}
#article .left .content li .title{color: #000;font-size: 18px;margin-bottom: 7px;}
#article .left .content li .description{color: #999;font-size: 14px;}
#article .left .content li a{color:#666}
#article .left .content li .cate-time{color: #999;margin-top: 10px;font-size: 14px;}
#article .left .content .show{padding: 0 20px 10px 20px;font-size: ;color: #333;}
#article .left .content .show img{max-width: 100%;}
#article .left .content .show .info-tag{border: dashed 1px #d3d3d3;width: 500px;margin: 0 auto;padding: 10px;border-radius: 10px;font-size: 14px}
#article .left .last_Next{background: #FFF;line-height: 25px;font-size: 14px;padding: 5px 10px;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);margin: 10px 0;}
#article .left .more{overflow: auto;margin-bottom: 30px;}
#article .left .more h3{border-bottom:1px solid #053F69 ;margin: 0;color:#053F69;line-height: 45px;font-size: 18px;font-weight: normal;margin-bottom: 5px;text-indent: 25px;}
#article .left .more h3:before{content: " ";background: #053F69;height: 3px;width: 70px;position: absolute;margin-top: 35px;}
#article .left .more ul{margin: 0;padding: 0 10px;}
#article .left .more li{text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
#article .left .more li:before{content: ' ';height: 0px;width:0px;display: inline-block;border-width:  4px 0px 4px 4px;border-style:solid;border-color:transparent #053F69 ;}
#article .left .more li a{color: #666;font-size: 14px;}
#article .left .more li a:hover{color: #053F69}
#article .left .more .m-left{float: left;width: 49%;background: #FFF;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);min-height: 315px;}
#article .left .more .m-right{float: right;width: 49%;background: #FFF;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);min-height: 315px;}
#article .left .page{text-align: center;background: #fff;color: #999;overflow: auto;margin: 20px 0;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);line-height: 35px;}
#article .left .page a{background: #e3e3e3;display: inline-block;padding:0 10px;margin-top: 15px;color: #666;}
#article .left .page a:hover{background: #053F69;color: #fff;text-shadow: 0px -1px 3px black;}
#article .right{width: 290px;}
#article .right .cate ul{margin: 0;padding: 0;}
#article .right .cate li{list-style-type: none;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);line-height: 55px;margin-bottom:20px ;text-align: center;font-size: 18px;background: #FFFFFF url(/luegao/img/v2.png) no-repeat 250px 22px;}
#article .right .cate li a{color: #666;}



/*---------------资讯/动态 详细页---------------*/
#article_show {background:#F2F2F2 ;overflow: auto;}
#article_show .path{background: #fff;color: #999;overflow: auto;margin: 20px 0;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);padding-left: 20px;}
#article_show .path ul{margin: 0;padding: 0;}
#article_show .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#article_show .path li a{color: #999;}
#article_show .Box{display: flex;flex-wrap: wrap;justify-content: space-between;}
#article_show .left{min-height: 290px;width:73%;}
#article_show .left .content{background:#fff ;min-height: 290px;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);overflow: hidden;}
#article_show .left .content .article_title{border-bottom: double 1px #DDDDDD;padding: 20px 20px;}
#article_show .left .content .article_title h2{font-weight: normal;font-size: 22px;margin: 0px;padding: 0px;;}

#article_show .left .content .show{padding: 0 20px 10px 20px;font-size: ;color: #333;}
#article_show .left .content .show img{max-width: 100%;}
#article_show .left .content .show li{list-style-type:square;padding: 8px 0;border-bottom: 1px dotted #ddd;}
#article_show .left .content .show .info-tag{border: dashed 1px #d3d3d3;width: 500px;margin: 0 auto;padding: 10px;border-radius: 10px;font-size: 14px}
#article_show .left .last_Next{background: #FFF;line-height: 25px;font-size: 14px;padding: 5px 10px;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);margin: 10px 0;}
#article_show .left .more{overflow: auto;margin-bottom: 30px;}
#article_show .left .more h3{border-bottom:1px solid #053F69 ;margin: 0;color:#053F69;line-height: 45px;font-size: 18px;font-weight: normal;margin-bottom: 5px;text-indent: 25px;}
#article_show .left .more h3:before{content: " ";background: #053F69;height: 3px;width: 70px;position: absolute;margin-top: 35px;}
#article_show .left .more ul{margin: 0;padding: 0 10px;}
#article_show .left .more li{text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
#article_show .left .more li:before{content: ' ';height: 0px;width:0px;display: inline-block;border-width:  4px 0px 4px 4px;border-style:solid;border-color:transparent #053F69 ;}
#article_show .left .more li a{color: #666;font-size: 14px;}
#article_show .left .more li a:hover{color: #053F69}
#article_show .left .more .m-left{float: left;width: 49%;background: #FFF;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);min-height: 315px;}
#article_show .left .more .m-right{float: right;width: 49%;background: #FFF;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);min-height: 315px;}
#article_show .right{width: 290px;}
#article_show .right .cate ul{margin: 0;padding: 0;}
#article_show .right .cate li{list-style-type: none;border-radius: 10px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);line-height: 55px;margin-bottom:20px ;text-align: center;font-size: 18px;background: #FFFFFF url(/luegao/img/v2.png) no-repeat 250px 22px;}
#article_show .right .cate li a{color: #666;}





/*/[单页]////////////////---【关于我们-页】---///////////////////////*/
#about{background:#F2F2F2 ;padding-bottom: 35px;}
#about .show{overflow: auto;}
#about .cate{background:#fff url(/_SUN/images/Page_about/11.jpg) no-repeat;background-size: cover;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);height:350px ;position: relative;}
#about .cate .Box{background-color: rgba(255,255,255,0.99);position: absolute;bottom: 0;width: 100%;}
#about .cate .cate-list{display: flex;justify-content:space-between;align-items:flex-end;}
#about .cate .cate-list h3{margin: 0 0 0 15px;text-align: center;color: #053F69;line-height: 55px;font-size: 30px;font-weight: normal;}
#about .cate .cate-list ul{padding: 0;margin: 0;display: flex;justify-content: center;}
#about .cate .cate-list li{padding: 0 15px;margin: 0;list-style-type: none;line-height: 45px;color: #053F69;min-width: 100px;text-align: center;}
#about .cate .cate-list li:hover{background: #053F69;color: #fff;text-shadow: -3px 2px 3px black;}
#about .cate .cate-list .Current{background: #053F69;color: #fff;text-shadow: -3px 2px 3px black;position: relative;}
#about .cate .cate-list .Current:after{content: '';border-width: 15px 15px 0 15px;border-style:solid;border-color: #053F69 transparent;bottom: -15px;left: calc(50% - 15px);position: absolute;}
#about .content-box{min-height: 400px;}
#about .content-box .H3{}
#about .content-box .con{background: #fff;padding: 50px 150px;}
#about .content-box .con p{line-height: 35px;}




/*/////////////////---【关于我们-分类内页-】---///////////////////////*/
#about-cate{background:#F2F2F2 ;padding-bottom: 35px;}
#about-cate .path{background: #fff;color: #999;overflow: auto;margin: 20px 0;padding-left:20px ;}
#about-cate .path ul{margin: 0;padding: 0;}
#about-cate .path li{list-style-type: none;line-height: 30px;float: left;margin:15px 5px ;}
#about-cate .path li a{color: #999;}
#about-cate .show{overflow: auto;}
#about-cate .cate{background:#fff url(/_SUN/images/Page_about/2.jpg) no-repeat;background-size: cover;box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);height:350px ;position: relative;}
#about-cate .cate .Box{background-color: rgba(255,255,255,0.99);position: absolute;bottom: 0;width: 100%;}
#about-cate .cate .cate-list{display: flex;justify-content:space-between;align-items:flex-end;}
#about-cate .cate .cate-list h3{margin: 0 0 0 15px;text-align: center;color: #053F69;line-height: 55px;font-size: 30px;font-weight: normal;}
#about-cate .cate .cate-list ul{padding: 0;margin: 0;display: flex;justify-content: center;}
#about-cate .cate .cate-list li{padding: 0 15px;margin: 0;list-style-type: none;line-height: 45px;color: #053F69;min-width: 100px;text-align: center;}
#about-cate .cate .cate-list li:hover{background: #053F69;color: #fff;text-shadow: -3px 2px 3px black;}
#about-cate .cate .cate-list .Current{background: #053F69;color: #fff;text-shadow: -3px 2px 3px black;position: relative;}
#about-cate .cate .cate-list .Current:after{content: '';border-width: 15px 15px 0 15px;border-style:solid;border-color: #053F69 transparent;bottom: -15px;left: calc(50% - 15px);position: absolute;}
#about-cate .content-box{min-height: 400px;}
#about-cate .content-box .H3{}
#about-cate .content-box .con{background: #fff;padding: 50px 150px;}
#about-cate .content-box .con p{line-height: 35px;}




/*-[单页]----联系我们------*/
#Contact-us{height: 100%;background-image: url(/_SUN/images/Page_contactus/1.jpg);overflow: hidden;background-repeat: no-repeat;background-size: cover;}
#Contact-us .c-box{margin-top: 260px;display: flex;flex-wrap: wrap;min-height: 500px;perspective:1000;-webkit-perspective:1000 ;}
#Contact-us .c-box .c-left{width: 30%;padding:0 0 0 45px ;box-sizing: border-box;background:rgba(0,148,219,.85);box-shadow:-20px 0 20px rgba(0,0,0,.2) inset;transition: all 0.65s ease 0s;
    transform: rotateY(-76.6deg);
    transform-origin: right center;}
#Contact-us .c-box .c-left .top h3{color: #fff;font-size: 35px;font-weight: 300;margin: 20px 5px;}
#Contact-us .c-box .c-left .top span{color: #FFFEFB;}
#Contact-us .c-box .c-left ul{padding: 0;}
#Contact-us .c-box .c-left li{list-style-type: none;display: flex;align-items: center;height: 50px;margin-bottom: 5px;}
#Contact-us .c-box .c-left li div:first-child{width:40px;flex-shrink: 0;}
#Contact-us .c-box .c-right{width: 70%;background: rgba(255,255,255,.90);position: relative;}
#Contact-us .c-box .c-right .r1{text-align: center;margin: 60px 0 20px 0;font-size: 22px;color: #DA0502;font-weight: 600;}
#Contact-us .c-box .c-right .r2{text-align: center;line-height: 35px;}
#Contact-us .c-box .c-right .r3{text-align: center;font-size: 12px;color: #999;margin-top: 35px;}
#Contact-us .c-box .c-right .r4{text-align: center;font-size: 12px;color: #999;margin: 45px auto 0 auto;letter-spacing: 3px;position: relative;width: 40%;}
#Contact-us .c-box .c-right .r4:after{content: '';position: absolute;top:0;bottom: 0;left: 0;margin: auto;width: 100px;height: 1px;background: #e9e9e9;}
#Contact-us .c-box .c-right .r4:before{content: '';position: absolute;top:0;bottom: 0;right: 0;margin: auto;width: 100px;height: 1px;background: #e9e9e9;}
#Contact-us .c-box .c-right .post-demand{display: flex;width: 550px;margin:65px auto 0 auto;}
#Contact-us .c-box .c-right .post-demand div:nth-child(1){width: 30%;}
#Contact-us .c-box .c-right .post-demand div:nth-child(1) input{height: 35px;width: 150px;border:1px solid #e9e9e9;text-indent: 10px;}
#Contact-us .c-box .c-right .post-demand div:nth-child(1) input:nth-child(1){margin-bottom:15px ;}
#Contact-us .c-box .c-right .post-demand div:nth-child(2){width: 38%;}
#Contact-us .c-box .c-right .post-demand div:nth-child(2) textarea{height: 100%;width: 95%;box-sizing: border-box ;border:1px solid #e9e9e9;text-indent: 10px;}
#Contact-us .c-box .c-right .post-demand div:nth-child(3){width:32%;}
#Contact-us .c-box .c-right .post-demand div:nth-child(3) input{width: 50%;height: 35px;vertical-align: top;border:1px solid #e9e9e9;text-indent: 10px;padding: 0;}
#Contact-us .c-box .c-right .post-demand div:nth-child(3) img{height: 40px;width: 45%;}
#Contact-us .c-box .c-right .post-demand div:nth-child(3) button{height: 40px;width: 100%;margin-top: 13px;border:1px solid #0094DB;background: none;}
#Contact-us .c-box .c-right .post-demand div:nth-child(3) button:hover{background:#0094DB ;color: #fff;cursor: pointer;}
#Contact-us .c-box .c-right .r5{width:100%;height: 100%;position: absolute;top: 0;display: none;}
#Contact-us .c-box .c-right .r5 #map{width:100%;height: 100%;}
















/*/////////////////////////////////////////////////////////////////////////////////*/



.w1000{width: 1350px;margin: 0 auto;}
	/****************** 移动端自适应 *******************************/
	@media screen and (min-width: 1000px) and (max-width: 1280px){ .w1000{width: 1170px;margin: 0 auto;}}

.aa{position: fixed;z-index: 999;background: #222;width: 250px;height: 600px;right: 0;color: aliceblue;padding: 10px;display: none;}

#Block-1{width: 100%;height: 50%;position: fixed;top: 0;transition: 0.15s linear;z-index: 2;}
#Bg{background: url(/_losogo/images/bg.jpg) no-repeat;background-size: cover;background-attachment: fixed;position: fixed;top:0;bottom: 0;width: 100%;z-index: -100;}
/*首页-搜索*/
#search{height: 100%;}
#search .logo{color: #fff;font-size: 48px;font-family:helvetica;text-shadow: 0px 3px 5px #555;}
#search .scroll_dark{opacity: 0;height: 100%;width: 100%;background: #222222;position: absolute;top: 0;z-index: -1;transition: 0.25s linear;}
#search .input-block{width: 50%;position: absolute;top:30%;left: 0;right: 0;margin: auto;}
#search .input-block input{width: 70%;height: 50px;border-radius: 10px;box-shadow: 0px 3px 5px #555;border: none;}
#search .input-block button{width: 15%;height: 50px;border-radius: 10px;border: #F4A460 solid 1px;}









/**-------底部-------**/
.foot-1{background: linear-gradient(to right,#1c86a0,#1c68b0);overflow: auto;}
.foot-1 .f-block{display: flex;justify-content: space-between;margin: 20px 5%;}
.foot-1 .f-block .foot-1-d{}
.foot-1 .f-block .foot-1-d:nth-child(2){display: flex;flex-wrap: wrap;align-content: space-between;}
.foot-1 .f-block .foot-1-d:nth-child(2) ul{margin: 0;padding: 0;display: flex;flex-wrap: wrap;width: 30%;text-align: center;}
.foot-1 .f-block .foot-1-d:nth-child(2) li{width: calc(50% - 60px);margin-bottom: 10px;list-style-type: none;font-size: 14px;padding: 3px 30px;}
.foot-1 .f-block .foot-1-d:nth-child(2) li a:hover{color: #fff;}
.foot-1 .f-block .foot-1-d:nth-child(2) li a{position:relative ;}
.foot-1 .f-block .foot-1-d:nth-child(2) li a::before{content: "";background-color: orange;width: 10px;height: 2px;position: absolute;left: 0px;right: 0;bottom: -3px;margin: auto;}
.foot-1 .f-block .foot-1-d:nth-child(2) li a:hover::before{width: 100%;transition: 0.4s ease-in-out;background-color: #004080;}
.foot-1 .f-block .foot-1-d:nth-child(2) .about_description{width: 65%;color:#CFDDDD ;font-size: 14px;text-indent: 30px;letter-spacing: 1.3px;}
.foot-1 .f-block .foot-1-d:nth-child(2) .copyright{width: 100%;color: #999999;text-align: center;}
.foot-1 .f-block .foot-1-d:last-child{}
.foot-1 a{color: #CFDDDD;}
.foot-1 h4{margin: 0;font-weight: normal;line-height: 55px;color: #fff;}











/*阿里图标*/
@font-face {
  font-family: 'iconfont';  /* project id 1524720 */
  src: url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.eot');
  src: url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.woff') format('woff'),
  url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1524720_mi6kvx4v6m.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:26px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}