@charset "utf-8";
/* CSS Document */

*{padding:0px;margin:0px;}
::selection{background:#202020;color:#fff;}
::-moz-selection{background:#202020;color:#fff;}

::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background:rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);}

body{text-align:center;font-size:15px;font-family:'微软雅黑','黑体';}
ul,ol,li{list-style-type:none;}
img{border:none;}
a{color:#555;text-decoration:none;}
a:hover{color:#017CDC;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.line{margin-top:25%;}
.red{color:red;}

header{width:100%;height:130px;position:relative;}
.content{width:100%;max-width:1200px;margin:0px auto;position:relative;}
.h_bg{width:100%;height:100px;background:#222338;position:absolute;}
.h_logo{height:130px;max-width:50%;position:relative;}
.h_icon{height:130px;text-align:left;}
.h_icon img{height:80%;position:relative;top:20px;}
.h_l_img{height:100px;position:relative;}
.h_l_img p{display:inline-block;padding-top:40px;float:left;}
.h_l_img p a{display:inline-block;margin:0px 25px;height:60px;}
.h_l_img p a img{height:90%;}
.h_l_img p span{display:inline-block;width:auto;height:60px;line-height:30px;font-size:14px;color:#fff;padding-top:20px;}
.h_nav1{height:100px;}
.h_nav1 ul{height:60px;padding-top:40px;}
.h_nav1 ul li{float:left;padding:0px 15px;line-height:60px;font-size:16px;}
.h_nav1 ul li a{color:#fff;}
.h_nav1 ul li a:hover{color:#fc6;}
.h_nav1 ul li img{max-height:22px;padding:19px 0px;}

.h_nav2{display:none;line-height:40px;position:relative;}
.h_nav2>a{font-size:2em;display:inline-block;height:45px;padding:0px 20px;color:#fff;margin-top:50px;}
.h_nav2 ul{width:100%;min-width:140px;position:absolute;z-index:2;background:#222338;display:none;border-top:1px solid #fff;padding:5px 0px;right:0px;}
.h_nav2 ul li{width:100%;padding:0px 30px;text-align:left;position:relative;}
.h_nav2 ul li img{max-height:22px;position:absolute;top:9px;}
.h_nav2 ul li a{width:100%;padding:0px;text-align:center;color:#fff;}
.h_nav2 ul li a span{padding-left:25px;}



center{width:100%;padding:20px 0px;}

.c1{margin:20px 0px;padding:0px 10px;box-sizing:border-box;}
.c1_left{width:48%;}
.c1_left p{padding:10px 0px;text-align:left;}
.c1_left p b{font-size:38px;line-height:40px;}
.c1_left p span{font-size:34px;line-height:40px;}
.c1_left p i{font-size:24px;line-height:40px;font-style:normal;}
.c1_left p a{display:inline-block;font-size:22px;line-height:50px;padding:0px 60px;color:#fff;background:#0074ec;border-radius:8px;margin:10px 0px;}

.c1_right{width:48%;min-height:385px;position:relative;overflow:hidden;margin:0px;}
.c1_right ul{display:flex;flex-flow:row wrap;justify-content:space-between;align-content:flex-start;}
.c1_right ul li{width:49%;flex:none;margin:5px 0px;height:170px;border-radius:8px;overflow:hidden;position:relative;transition:0.3s ease;}
.c1_right ul li a{display:inline-block;width:100%;height:100%;}
.c1_right ul li a b{display:inline-block;width:100%;height:100%;background:#333;background-size:cover;background-position:center;}
.c1_right ul li i{display:inline-block;position:absolute;top:10px;left:10px;border-radius:4px;background:rgba(10,10,10,0.5);color:#fff;font-style:normal;line-height:25px;padding:0px 10px;transition:0.3s ease;}
.c1_right ul li p{position:absolute;bottom:0;background:rgba(10,10,10,0.7);display:flex;flex-flow:row nowrap;justify-content:space-between;line-height:30px;width:100%;box-sizing:border-box;padding:0px 8px;color:#fff;transition: 0.3s ease;}
.c1_right ul li p strong{white-space:nowrap;text-align:left;flex:auto;overflow:hidden;text-overflow:ellipsis;font-weight:normal;}
.c1_right ul li p span{flex:none;position:relative;padding-left:25px;}
.c1_right ul li:hover{margin:0px 0px 10px;}
.c1_right ul li:hover p{background:rgba(0,116,236,0.8);transition:0.3s ease;}
.c1_right ul li:hover i{background:rgba(0,116,236,0.6);transition:0.3s ease;}
.c1_right ul li p span img{max-height:22px;position:absolute;top:5px;left:0px;}


.slider{width:100%;height:100%;position:absolute;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.sliderli{position:absolute;width:1000%;height:100%;}
.sliderli ul{float:left;width:10%;padding-right:1px;height:100%;border-radius:8px;overflow:hidden;}
.sliderli ul a {display:inline-block;width:100%;}
.sliderli ul img {width:100%;}


.indicator-container {position:absolute;width:100%;height:25px;line-height:25px;bottom:0;left:0%;margin:0px;text-align:center;border-radius:0px 0px 8px 8px;}
.indicator {display:inline-block;width:12px;height:12px;border-radius:100%;background:#ccc;cursor:pointer;margin:8px 5px 5px;}
.indicator.active {background:#0074ec;}





.c2,.c3{margin:30px 0px;}
.c_title{padding:10px 0px;border-bottom:1px solid #ccc;}
.c_title p{line-height:40px;font-size:20px;text-align:left;padding:0px 10px}
.c_title p a{padding:0px 15px;font-size:18px;}
.c_title p img{max-height:40px;position:relative;top:10px;}
.c_list{padding:20px 5px;}
.c_list ul{display:flex;flex-flow:row wrap;justify-content:space-between;}
.c_list ul li{width:24%;flex:none;margin:10px 0px;height:160px;border-radius:8px;overflow:hidden;position:relative;transition:0.3s ease;}
.c_list ul li a{display:inline-block;width:100%;height:100%;}
.c_list ul li a b{display:inline-block;width:100%;height:100%;background:#333;background-size:cover;background-position:center;}
.c_list ul li i{display:inline-block;position:absolute;top:10px;left:10px;border-radius:4px;background:rgba(10,10,10,0.5);color:#fff;font-style:normal;line-height:25px;padding:0px 10px;transition:0.3s ease;}
.c_list ul li p{position:absolute;bottom:0;background:rgba(10,10,10,0.7);display:flex;flex-flow:row nowrap;justify-content:space-between;line-height:30px;width:100%;box-sizing:border-box;padding:0px 8px;color:#fff;transition: 0.3s ease;}
.c_list ul li p strong{white-space:nowrap;text-align:left;flex:auto;overflow:hidden;text-overflow:ellipsis;font-weight:normal;}
.c_list ul li p span{position:relative;flex:none;padding-left:25px;}
.c_list ul li p span img{max-height:22px;position:absolute;top:5px;left:0px;}
.c_list ul li:hover{margin:5px 0px 15px;}
.c_list ul li:hover p{background:rgba(0,116,236,0.8);transition:0.3s ease;}
.c_list ul li:hover i{background:rgba(0,116,236,0.6);transition:0.3s ease;}
.c_list>p{line-height:70px;text-align:left;font-size:1.1em;}

.c_list2 ul li{width:23%;height:180px;margin:20px 0px;}
.c_list2 ul li:hover{margin:15px 0px 25px;}

.c_list ul li.after{height:0px;padding:0px;margin:0px;}

.c_listkey ul li{width:32%;height:220px;margin:15px 0px;}
.c_listkey ul li:hover{margin:10px 0px 20px;}

.c_class ul li{width:24%;height:120px;margin:15px 0px;}

.c_listnice ul li{width:32%;height:240px;margin:15px 0px;}
.c_listnice ul li:hover{margin:10px 0px 20px;}
.c_listlinks{padding:20px 5px;}
.c_listlinks ul{display:flex;flex-flow:row wrap;justify-content:space-between;}
.c_listlinks ul li{width:19%;flex:none;margin:10px 0px;height:auto;border-radius:8px;overflow:hidden;position:relative;box-shadow:0px 0px 3px #999;transition:0.3s ease;}
.c_listlinks ul li:hover{box-shadow:0px 4px 7px #333;margin:5px 0px 15px;}
.c_li_info{padding:10px;overflow:hidden;}
.c_li_info a{padding-bottom:5px;display:block;}
.c_li_info_left{width:50px;height:50px;margin:5px;border-radius:50%;overflow:hidden;}
.c_li_info_left img{width:100%;}
.c_li_info_right{width:calc(100% - 70px);}
.c_li_info_right p{line-height:30px;height:30px;text-align:left;}
.c_li_info_right p b{display:inline-block;font-size:15px;width:100%;height:30px;overflow:hidden;}
.c_li_info_right p span{display:inline-block;font-size:13px;width:100%;height:30px;overflow:hidden;}
.c_li_info_bt{border-top:1px solid #ccc;}
.c_li_info_bt p{line-height:30px;text-align:left;}
.c_li_info_bt p span{font-size:12px;padding:0px 5px;color:#777;}
.c_li_info_bt p a{float:right;}
.c_li_info_bt p img{width:20px;float:left;margin-top:7px;}
.c_listlinks ul li:hover .c_li_info_bt p span{color:#333;}
.c_listlinks ul li.after{height:0px;padding:0px;margin:0px;box-shadow:none;}


.c_link{width:100%;}
.c_link p{padding:30px 0px 20px;}
.c_link p a{display:inline-block;font-size:22px;line-height:50px;padding:0px 60px;color:#fff;background:#0074ec;border-radius:8px;}



.c_list_li{padding:20px 5px;}
.c_list_li>p{line-height:70px;text-align:left;font-size:1.1em;}
.c_list_li ul{text-align:left;background:#f7f7f7;padding:15px;border-radius:5px;}
.c_list_li ul p{line-height:30px;margin:0px 0px 10px;}
.c_list_li ul p b{display:inline-block;padding-right:10px;}
.c_list_li ul p span{display:inline-block;padding:3px 0px;}
.c_list_li ul p span a{display:inline-block;padding:0px 15px;margin:0px 5px;border:1px solid #ccc;border-radius:5px;background:#f4f4f4;}
.c_list_li ul p span a.active{border:1px solid #0074ec;background:#0074ec;color:#fff;}

.mybox{position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:#fff;}
.mynav{width:100%;max-width:520px;height:340px;margin:0px auto;background:#f3f4f5;position:absolute;left:50%;top:50%;margin-left:-260px;margin-top:-220px;border-radius:20px;position:relative;box-shadow:1px 1px 4px #666;}


.c_nav_info{padding:20px;}
.c_nav_info>p{position:absolute;line-height:40px;bottom:10px;right:25px;}
.c_nav_info>p a{display:inline-block;padding:0px 40px;color:#fff;background:#0074ec;border-radius:8px;margin:10px 0px;font-size:16px;box-shadow:1px 1px 3px #999;}
.c_nav_info>p a:hover{box-shadow:1px 1px 4px #333;}
.c_nav_info_left{width:60px;height:60px;margin:5px;border-radius:50%;overflow:hidden;}
.c_nav_info_left img{width:100%;}
.c_nav_info_right{width:calc(100% - 100px);}
.c_nav_info_right p{line-height:30px;text-align:left;}
.c_nav_info_right p b{display:inline-block;font-size:15px;width:100%;height:30px;overflow:hidden;}
.c_nav_info_right p span{display:inline-block;font-size:13px;width:100%;}



.c4{margin:20px 0px;padding:0px 10px;box-sizing:border-box;}
.c4_left{width:60%;margin:10px 0px;}
.c4_top{width:100%;height:auto;max-height:280px;overflow:hidden;position:relative;}
.c4_top img{width:100%;}
.c4_top i{display:inline-block;position:absolute;top:10px;left:10px;border-radius:4px;background:rgba(10,10,10,0.6);color:#fff;font-style:normal;line-height:30px;padding:0px 10px;transition:0.3s ease;}
.c4_title{line-height:1.5em;margin:15px 0px;font-size:20px;text-align:left;}
.c4_infor{text-align:left;line-height:30px;border-bottom:1px solid #ccc;margin:5px 0px;}
.c4_infor p{float:left;height:100%;padding-right:10px;}
.c4_infor p strong{display:inline-block;height:26px;width:26px;overflow:hidden;border-radius:50%;margin:2px;box-shadow:1px 1px 5px #eee;}
.c4_infor p strong img{height:100%;}
.c4_infor p span{display:inline-block;height:26px;line-height:26px;margin:2px;}
.c4_date{text-align:left;line-height:40px;}
.c4_content{padding:10px 0px;text-align:left;}
.c4_content p{line-height:30px;margin:10px 0px;}
.c4_content p strong{display:inline-block;position:relative;flex:none;padding-left:25px;font-size:20px;}
.c4_content p strong img{max-height:22px;position:absolute;top:5px;left:0px;}
.c4_content p.copycenter{text-align:center;}
.c4_content p>a{display:inline-block;line-height:28px;padding:0px 15px;border:1px solid #ccc;border-radius:5px;}
.c4_content p.copycenter>a{display:inline-block;line-height:35px;padding:0px 25px;background:#07c160;border-radius:30px;color:#fff;border:none;}


.c4_right{width:38%;height:100vh;margin:10px 0px;overflow-y:scroll;}
.c4_right img{width:100%;}


.gjz{padding:15px 25px;border-radius:5px;background:#f6f6f6;}
.gjz p textarea{width: 100%;height: 120px;padding: 5px 10px;line-height: 20px;box-sizing: border-box;border:1px solid #ccc; resize: none; border-radius: 4px;}
.gjz p .bt3{background:#0074ec;color:#fff;line-height:30px;}

.tsc{padding:15px 25px;border-radius:5px;background:#f6f3f9;border:1px solid #ccc;}
.tsc p>a{display:inline-block;line-height:35px;padding:0px 25px;border:1px solid #15c377;border-radius:5px;background:#15c377;color:#fff;}

.c4_good{text-align:center;margin:30px 0px 50px;}
.c4_good p{line-height:40px;height:40px;}
.c4_good p a{margin:0px 30px;}
.c4_good p a img{max-height:100%;}
.c4_good p a.xuanzhuan img{transform:rotate(180deg);}


.canvasbox{width:100%;height:100%;margin:0px;padding:0px;position:relative;}
.myCanvas{position:absolute;top:-170px;left:0px;bottom:-20px;right:0px;z-index:-1;}
.c5{margin:20px 0px;padding:0px 10px;box-sizing:border-box;}
.c5_title{margin:30px 0px;}
.c5_title p{text-align:center;line-height:60px;font-size:36px;}
.c5_title span{color:#068fff;}
.c5_list{padding:30px 0px;}
.c5_li{padding:10px 0px 40px;}
.c5_li ul{display:flex;flex-flow:row wrap;justify-content:center;overflow:hidden;}
.c5_li ul li{width:20%;margin:10px;border-radius:8px;}
.c5_li ul li p{line-height:40px;}
.c5_li ul li p img{border-radius:8px;max-width:100%;}
.c5_li ul.c5li{height:0px;}
.c5_li ul.c5li li p{opacity:0;font-size:18px;}
.c5_li ul.c5li li p img{opacity:0;}
.c5_li ul.c5li li:nth-child(1) p{transition:opacity 0.6s ease 0s;}
.c5_li ul.c5li li:nth-child(1) p img{transition:opacity 0.8s ease 0.5s;}
.c5_li ul.c5li li:nth-child(2) p{transition:opacity 0.6s ease 0.8s;}
.c5_li ul.c5li li:nth-child(2) p img{transition:opacity 0.8s ease 1.3s;}
.c5_li ul.c5li li:nth-child(3) p{transition:opacity 0.6s ease 1.6s;}
.c5_li ul.c5li li:nth-child(3) p img{transition:opacity 0.8s ease 2.1s;}
.c5_li ul.c5li li:nth-child(4) p{transition:opacity 0.6s ease 2.4s;}
.c5_li ul.c5li li:nth-child(4) p img{transition:opacity 0.8s ease 2.9s;}
.c5_li ul.c5li2{height:auto;}
.c5_li ul.c5li2 li p{opacity:1;}
.c5_li ul.c5li2 li p img{opacity:1;}
.c5_bottom{padding:20px 0px 60px;}
.c5_bottom p a{display:inline-block;font-size:18px;line-height:50px;padding:0px 60px;color:#fff;background:#068fff;}
.cl22_title{font-size:36px;line-height:120px;}
.cl11_text{font-size:12px;line-height:50px;text-align:right;color:#999;padding:0px 7%;}


/**cart**/
.c_cart_bg{background:#f4f4f4;padding:10px 0px;}
.c_cart{padding:40px 0px;}
.c_cart>ul>li{margin:20px 0px;background:#fff;padding:10px 30px;}
.c_cart>ul>p{text-align:left;line-height:50px;font-size:18px;}
.c_cart_top p{line-height:60px;text-align:left;}
.c_cart_top p.c_cart_line{border-bottom:1px solid #eee;}
.c_cart_top p.c_cart_line i{display:inline-block;padding:0px 10px;color:#999;}
.c_cart_top p.c_cart_img{padding:20px 0px;line-height:100px;min-height:100px;}
.c_cart_top p.c_cart_center{text-align:center;}
.c_cart_top p b{font-size:18px;}
.c_cart_top p.c_cart_img img{max-height:100px;float:left;}
.c_cart_top p span{font-size:20px;}
.c_cart_top p span em{font-size:24px;font-style:normal;color:red;}
.c_cart>ul>li.c_cart_top_li{;padding:10px;}
.c_cart_top iframe{width:100%;max-width:820px;height:480px;}
.c_cart_cont{padding:30px 0px 20px;}
.c_cart_cont ul{display:flex;justify-content:space-around;flex-flow:row wrap;}
.c_cart_cont ul li{flex:none;}
.c_cart_cont ul li span,.c_cart_cont ul li a{display:inline-block;width:40px;height:40px;border-radius:50%;overflow:hidden;box-shadow:0px 0px 1px #ccc;background:#f4f4f4;font-size:12px;line-height:20px;}
.c_cart_cont ul li a:hover{box-shadow:0px 0px 4px #666;}
.c_cart_cont ul li img{width:100%;}






/**user**/
.user{padding:20px 0px;}
.u_header{padding:10px 0px;width:200px;float:left;}
.u_header p{padding:10px 0px;}
.u_header p img{border-radius:50%;max-width:100px;}
.u_info{padding:10px 0px;width:calc(100% - 200px);float:right;}
.u_info ul{width:100%;border-bottom:1px solid #eee;display:flex;justify-content:space-between;flex-flow:row wrap;}
.u_info ul li{display:inline-block;width:43%;padding:0 3%;line-height:40px;background:#f5f6f7;text-align:left;margin-top:1px;}
.u_info ul li:hover{background:#f8f9f10;}
.u_info p{line-height:40px;text-align:left;padding:0 3%;background:#f5f6f7;margin-top:1px;}
.fanyi{padding:0px 10px;}
.f_top{line-height:30px;text-align:left;}
.f_list{padding:10px 0px;text-align:left;}
.f_list ul li{line-height:25px;padding:12px 0px;}
.f_list ul li p{padding:5px 10px;background:#f3f3f3;}
.f_list ul li p.cn{background:#F0FFFF;}
.f_list ul li p.en{background:#F5F5DC;}

.page{padding:20px 10px;}
.page a,.page span{display:inline-block;padding:0px 12px;line-height:30px;border:#999 1px solid;border-radius:5px;margin:0px 5px;}
.page span{border:#ccc 1px solid;}



.loginbox{display:none;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(100,100,100,0.5);z-index:999;}
.logincont{width:90%;max-width:750px;max-height:90%;position:relative;margin:5% auto 1%;background:#fff;padding:0px 20px 10px;border-radius:10px;box-sizing:border-box;text-align:center;overflow-y:auto;}
.logincont p{line-height:40px;font-size:1.3em;border-bottom:1px solid #ccc;padding:20px 0px;}
.logincont p a{display:block;position:absolute;right:25px;top:15px;font-size:1.8em;font-weight:normal;color:#999;text-decoration:none;}
.logincont p a.copy_title{display:inline-block;font-size:0.8em;line-height:30px;padding:0px 20px;margin:20px 0px;left:25px;right:auto;top:5px;background:#07c160;border-radius:30px;color:#fff;}
.logincont ul{padding:20px 0px;}
.logincont ul li{padding:30px 0px;}
.logincont ul li.ll_l{text-align:left;padding:0px 0px 10px;color:#999;line-height:1.5em;font-size:12px;}
.logincont ul li.ll_l2{text-align:left;padding:0px 0px 10px;}
.logincont ul li.ll_l2 b{border-bottom:1px solid #999;}
.logincont ul li img{width:auto;max-width:480px;}
.logincont ul li input{width:100%;max-width:580px;border-radius:30px;text-align:center;line-height:40px;border:1px solid #07c160;}
.logincont ul li a{line-height:40px;font-size:1.2em;display:inline-block;background:#07c160;padding:0px 50px;border-radius:30px;color:#fff;}
.logincont ul li a.wx{background:#07c160;}
.logincont ul li a.qq{background:#3aadf2;}

.c2{margin:20px 0px 40px;padding:0px 15px;box-sizing:border-box;}
.page-title{margin:20px 0px;font-size:1.75rem;}
.c2 .markdown{color:#666;}
.markdown p{line-height:2;margin:30px 0;}
.markdown ol,.markdown ol li{list-style-type:decimal;}
.markdown ul,.markdown ul li{list-style-type:square;}


footer{width:100%;position:relative;}
.f_bg{width:100%;height:100%;background:#222338;position:absolute;}
.f_copy{height:auto;padding:15px 0px;}
.f_copy p{color:#fff;line-height:30px;}
.f_copy p span{display:inline-block;padding:0px 5px;}
.f_copy p a{display:inline-block;padding:0px 5px;color:#ccc;}
.f_copy p a:hover{color:#fff;}

.c_avatar{float:left;width:400%;white-space:nowrap;}
.c_avatar ul{width:30%;display:flex;flex-flow:row wrap;justify-content:space-between;}
.c_avatar ul li{width:10%;padding:0px 2px;overflow:hidden;position:relative;box-sizing:border-box;}
.c_avatar ul li a{display:inline-block;}
.c_avatar ul li a img{width:100%;float:left;}

.logincont2{width:90%;max-width:750px;position:relative;margin:5% auto;background:#fff;padding:0px 20px 20px;border-radius:10px;box-sizing:border-box;text-align:center;}
.logincont2 ul li img{width:100%;max-width:480px;}

#demo{background:#FFF;overflow:hidden;width:85%;}
#demo1 {float:left;}
#demo2 {float:left;}

/**轮换图**/

.clear{clear:both;height:0px!important;}
#banner{overflow:hidden;width:100%;height:auto;position:relative;float:left;margin-bottom:0px;background:#fff;}
#tab>img:not(:first-child){display:none;}
.lunbo_btn{height:15px;width:100%;margin:0px auto;margin-top:-40px;position:absolute;z-index:3;text-align:center;}
.lunbo_btn span{width:14px;height:14px;display:inline-block;background-color:#b4b5b7;border-radius:50%;margin:0px 2px;cursor:pointer;}
.lunbo_btn span.hover{background-color:#ffb23c;}
.arrow{display:none;width:30px;height:60px;background:rgba(10,10,10,0.4);position:absolute;top:50%;margin-top:-30px;z-index:9;}
.arrow span{display:block;width:10px;height:10px;border-bottom:2px solid #fff;border-left:2px solid #fff;}
.slider_left{margin:25px 0 0 10px;transform:rotate(45deg);}
.prve{left:0;}
.next{right:0;}
.slider_right{margin:25px 0 0 5px;transform:rotate(-135deg);}
.arrow:hover{background:rgba(10,10,10,0.8);}
#banner:hover .arrow{display:block;}

.c_cart_box{padding:10px 0px;}
.c_cart_box p{line-height:30px;}
.c_cart_box p span{font-size:14px;}
.c_cart_box p span i{font-size:22px;font-style:normal;}
.c_cart_center{text-align:center;padding:40px 0px;}
.c_bt{display:inline-block;line-height:50px;padding:0px 60px;background:#0074ec;color:#fff;font-size:22px;border-radius:8px;}
.c_bt:hover{color:#fff;box-shadow:1px 1px 5px #333;}
.c_cart_top p.c_cart_img2{padding:20px 0px;text-align:center;}
.c_cart_top p.c_cart_img2 img{max-height:auto;max-width:100%;margin:0px auto;}


.ban{width:100%;height:auto;overflow:hidden;margin-bottom:45px;}
.ban2{width:100%;height:auto;overflow:hidden;}
.goodsBox1{display:none;}
.goodsBox1 .goodsImg ul li a,.goodsBox2 .goodsImg ul li a{height:100px;}
@media screen and (max-width:767px) {
	.goodsBox2{display:none;}
	.goodsBox1{display:block;}
	.goodsImg ul li{width:31%;margin-right:2%;}
	.goodsInfo .goodsColor li{width: 24%;}
	#banner{width:130%;margin-left:-15%;}
	
}
@media screen and (max-width:992px) {
	.goodsImg .goodsImgBig{padding-top: 100%;}
	.goodsBox2 .goodsImg ul li{width: 30%;}
}




@media screen and (max-width:480px) {
	.h_logo{max-width:850%;}
	.h_nav1{display:none;}
	.h_nav2{display:block;}
	.h_l_img p a{margin:15px 25px 0px;height:50px;}
	.h_l_img p:last-child{display:none;}
	.c1_left,.c1_right,.c4_left,.c4_right{width:100%;}
	.c1_left p a{width:100%;box-sizing:border-box;text-align:center;}
	.c_list ul li{width:100%;}
	.c_class ul li{height:120px;}
	.f_copy p{font-size:0.5em}
	.u_header{width:100%;}
	.u_info{width:100%;}
	.u_info ul li{width:100%;margin-right:0;}
	.logincont p a{line-height:30px;padding:0px;right:5px;}
	.c_title p{font-size:18px;}
	.c_title p img{max-height:30px;}
	.c5_li ul li{width:42%;box-sizing:border-box;}
	.c_cart_cont ul li{width:20%;padding:5px 0px;}
	.c_listlinks ul li{width:48%;}
}

