@charset "utf-8";
*{margin:0;padding:0}
html{overflow-x:hidden;font-size:13.3333333333vw}
body{width:100%;min-width:320px;min-height:100vh;margin:0 auto;font-family:Source Han Sans CN,sans-serif; background:#fff;overflow-x:hidden;text-align:left;position:relative;font-size:16px;color:#000; padding-top:0; }
img{border:none}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;outline:none;}
input,select,textarea{font-family:Source Han Sans CN,sans-serif; font-size:16px;outline:0;margin:0;padding:0}
input[type=button],input[type=date],input[type=number],input[type=reset],input[type=search],input[type=submit],input[type=text],input[type=time]{-webkit-appearance:none}
select{-webkit-appearance:none}
textarea{-webkit-appearance:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
ol,ul{padding:0;list-style-type:none}
em{font-style:normal}
input.sub,label{border:none;cursor:pointer}
input,textarea{font-family:Source Han Sans CN,sans-serif; outline:0;margin:0;padding:0}
table{border-collapse:collapse}
td,th{padding:0}
*{box-sizing:border-box}
.clear { clear:both;}
i{ font-style:normal;}
.wrap{width:1600px;position:relative;max-width:100%;margin:0 auto}
/*自定义*/
/*header*/
.header {height:130px; }
.header .wrap { height:100%; display:flex; align-items: center; justify-content: space-between;}
.header .h-left { float:left;display:flex; align-items: center; justify-content: space-between; }
.header .logo{float:left; height:75px;  }
.header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.header .logo img{ max-width:100%; max-height:100%; vertical-align:middle; }
.header .h-info { float:left;  color:#757575; font-size:18px; line-height:1.5; padding:0 25px; position:relative; margin-left:25px; }
.header .h-info::before{content:""; position:absolute; left:0; top:50%; margin-top:-20px; width:1px; height:40px; background-color:#000000; }
.header .h-info::after{content:""; position:absolute; right:0; top:50%; margin-top:-20px; width:1px; height:40px; background-color:#000000; }
.header .h-tel { float:left; background:url(../images/h-tel.png) no-repeat left center; background-size:37px 37px; padding-left:47px;  color:#616060; font-size:16px; line-height:1.2;  margin-left:25px; }
.header .h-tel h3 { font-size:22px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }
.header .auth-buttons { float:right; }
.header .login-btn { display:inline-block; min-width:80px; height:36px; border:#2c55b2 solid 1px; background-color:#ffffff;  text-align:center; color:#616060; font-size:18px; line-height:34px; border-radius:5px; padding:0 15px; }
.header .login-btn:hover { background-color:#d5ddf0; }
.header .signup-btn { display:inline-block; min-width:80px; height:36px; border:#2c55b2 solid 1px; background-color:#2c55b2; text-align:center; color:#ffffff; font-size:18px; line-height:34px; border-radius:5px; margin-left:10px; padding:0 15px;  }
.header .signup-btn:hover {  background-color:#5677c1; }
/*nav*/
.nav { height:60px; background-color:#1b4196; overflow: hidden;}
.nav ul li { float:left; color:#ffffff; font-size:18px; line-height:60px; position:relative; } 
.nav ul li a { display:block; color:#ffffff;  position:relative; padding:0 30px;  }
.nav ul li a::after{content:""; position:absolute; left:0; top:50%; margin-top:-8px; width:1px; height:16px; background-color:#ffffff; }
.nav ul li:first-child a::after { display:none; }
.nav ul li:hover { background-color:#da353d;  }
.nav ul li.active { background-color:#da353d; }
.nav ul li .sub { position: absolute;width:100%;left:0; text-align:center; top:60px;z-index:30000; }
.nav ul li .sub ul { display:block; }
.nav ul li .sub ul li { float:left; min-width:auto; width:100%; line-height:45px; position:relative;text-align:center;  margin:0; padding:0; font-size:15px; font-weight:normal;  background-color:#1b4196;}
.nav ul li .sub ul li a { color:#ffffff; }
.nav ul li .sub ul li a::after { display:none; }
.nav ul li .sub ul li:hover { background-color:#da353d;  color:#ffffff;}
.nav ul li .sub ul li:hover a { color:#ffffff;}
/*header2*/
.header2{height:60px;position:fixed;background:#ffffff;z-index:22;top:0;width:100%; display:none; }
.header2 .main-wrap{height:60px;padding:0 3%;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.header2 .logo{width:120px; height:40px;margin-top:10px;overflow:hidden;  float: left; display: inline;}
.header2 .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: left;}
.header2 .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header2 .auth-buttons { float:right; margin-top:15px; margin-right:10px; }
.header2 .login-btn { display:inline-block; min-width:60px; height:30px; border:#2c55b2 solid 1px; background-color:#ffffff;  text-align:center; color:#616060; font-size:15px; line-height:28px; border-radius:5px; padding:0 3px; }
.header2 .login-btn:hover {  background-color:#d5ddf0;  }
.header2 .signup-btn { display:inline-block; min-width:60px; height:30px; border:#2c55b2 solid 1px; background-color:#2c55b2; text-align:center; color:#ffffff; font-size:15px; line-height:28px; border-radius:5px; margin-left:3px; padding:0 3px; }
.header2 .signup-btn:hover {  background-color:#5677c1; }
.header2 .auth-buttons { color:#616060; font-size:15px; line-height:28px; }
.header2 .nav-btn{width:25px;height:16px;position:relative;cursor:pointer;margin-top:22px; float: right; display: inline;}
.header2 .nav-btn .zi { width:20px; color:#1b4196; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:50%;height:2px;border-radius:2px;background-color:#1b4196;position:absolute;left:50%;margin-left:-15px}
.header2 .nav-btn .line1{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}
.header2 .nav-btn.active .line1{top:0}
.header2 .nav-btn.hover .line{background:#1b4196}
.header2 .nav-btn .line2{top:7px}
.header2 .nav-btn .line3{bottom:0;-webkit-transform-origin:1px center;-ms-transform-origin:1px center;transform-origin:1px center}
.header2 .sub-menu{width:100%;padding:0 3%;display:none;position:absolute;left:0;top:70px;z-index:2;overflow-y:auto}
.header2 .sub-menu ul{width:100%;overflow-y:auto;height:calc(100vh - 55px - 1.5rem)}
.header2 .js-m-3{opacity:0;-webkit-transform:translate(30px,0);-ms-transform:translate(30px,0);transform:translate(30px,0);-webkit-transition:all .8s ease;transition:all .8s ease}
.header2 .js-m-3.animate{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.header2 .sub-menu li{border-bottom:1px solid #555;font-size:16px;padding:0 20px}
.header2 .sub-menu .tit{display:inline-block;text-decoration:none;width:80%;line-height:50px;color:#fff;position:relative;box-sizing:border-box}
.header2 .sub-menu .sub-tit.on{background-color:#e9e9e9}
.header2 .sub-menu .sec-list{line-height:40px; padding-bottom:10px; display:none}
.header2 .sub-menu .jt{position:relative;display:inline-block;width:10%;height:50px;text-align:center;background:0 0;float:right}
.header2 .sub-menu .jt:after{content:'';display:block;width:26px;height:26px;background:url(../images/mobile_nav_jia.png) no-repeat center;background-size:17px auto;position:absolute;right:3%;top:10px}
.header2 .sub-menu .jt.jtRote:after{background:url(../images/mobile_nav_jian.png) no-repeat center;background-size:20px auto}
.header2 .sub-menu .sec-list p{background:url(../images/mobile_nav_dian.png) no-repeat left center;background-size:3px auto;font-size:14px}
.header2 .sub-menu .sec-list a{padding-left:5%;color:#cccccc;display:block}
.header2 .sub-menu .sec-list a:active{color:#37a3dc}
.header2 .icon-close:before{content:"\e6d3"}
.search-bg{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:20; background-color:rgba(55,55,55,.95); display:none; } 
.header-wrap { display:none;}
/* nav_zzc */
.nav_zzc{display: none;background: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99990;}
.nav_menu {  width:0; position:fixed;  right:0; top:0; height: 100%;z-index: 99999;overflow: scroll;background: #fff;}
.nav_menu .nav_menu_top{width: 100%; height:50px;}
.nav_menu .nav_menu_btn{display: block;width:25px;position: absolute;top:16px;right:20px;}
.nav_menu .nav_menu_btn img{display: block;width:25px; }
.nav_menu ul{overflow:hidden; width:100%;overflow: scroll;height: 80%;}
.nav_menu li{ width:100%; overflow:hidden; background:url(../images/nav_icon01.png) no-repeat 89% center;height:50px;border-bottom: 1px solid #eaeaea;}
.nav_menu li a{ color:#333333;font-size:14px;display: block;height:50px;line-height:50px;box-sizing: border-box;padding-left: 6%;}
/*分页*/
.pagination{padding-left:0;margin:40px 0;border-radius:4px;text-align:center;width:100%}
ul.pagination{display:inline-block;width:auto}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#791cb5;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#791cb5;border-color:#791cb5}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
/*i-firstscreen*/
.i-firstscreen { background:url(../images/firstscreen-bg.jpg) no-repeat center center; background-size:cover; padding-top:40px; padding-bottom:40px; }
.i-firstscreen-left { float:left; width:50%; margin-top:30px; }
.i-firstscreen-con { color:#555353; font-size:22px; line-height:2; margin-bottom:50px; }
.i-firstscreen-con h3 { color:#000000; font-size:75px; line-height:1.3; font-weight:normal; }
.i-firstscreen-con h4 { color:#000000; font-size:57px; line-height:1.3; font-weight:normal; margin-bottom:20px; }
.i-download ul li { float:left; width:23.5%; height:180px;    border: #ffffff solid 1px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background: linear-gradient(135deg, #f7fafe 0%, #feffff 100%); text-align:center; }
.i-download ul li:nth-child(4n+2) { margin-left:2%;}
.i-download ul li:nth-child(4n+3) { margin-left:2%;}
.i-download ul li:nth-child(4n+4) { margin-left:2%}
.i-download ul li .con { padding-top:20px; }
.i-download ul li .con .pic { width:90px; height:90px; margin:0 auto;}
.i-download ul li .con .pic img { width: 100%;height: 100%; object-fit: contain; }
.i-download ul li .con .tit { color:#111111; font-size:18px; line-height:2; margin-top:15px; }
.i-download ul li .over { display:none; padding-top:15px; }
.i-download ul li .over .pic { width:110px; height:110px; margin:0 auto;}
.i-download ul li .over .pic img { width: 100%;height: 100%; object-fit: contain; }
.i-download ul li .over .tit { color:#111111; font-size:18px; line-height:2; margin-top:5px; }
.i-download ul li:hover { border:#2c55b2 solid 1px; }
.i-download ul li:hover .con { display:none; }
.i-download ul li:hover .over { display:block; }
.i-firstscreen-right { float:right; width:39%; background-color:rgba(255, 255, 255, 0.5); border:#f4f5f8 solid 1px; border-radius:10px; padding:10px 30px 20px 30px; }
/*i-public*/
.i-public { height:auto; }
.i-public .con { float:left; }
.i-public .con .tit {  color:#000000; font-size:46px; line-height:1.5; }
.i-public .con .des { color:#838080; font-size:20px; line-height:1.5; margin-top:5px; }
.i-public .more { float:right; width:230px; height:60px; background-color:#FFF; border:#e5e5e5 solid 1px; text-align:center; border-radius:30px; color:#8b8888; font-size:20px; line-height:58px; margin-top:30px; }
.i-public .more i { display:inline-block; width:19px; height:19px; background:url(../images/public-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:26px; }
.i-public .more a { display:block; color:#8b8888; }
.i-public .more:hover { border:#2c55b2 solid 1px; }
.i-public .more:hover a { color:#2c55b2; }
/*i-main*/
.i-main { padding-top:50px; padding-bottom:60px; }
.i-main.gray { background-color:#fafafa; }
.i-main-box { padding-top:10px; }
.i-main-left { float:left; width:65%; margin-top:20px; }
.i-main-left ul li { float:left; width:48.5%; }
.i-main-left ul li:nth-child(even) { margin-left:3%; }
.i-main-left ul li .pic { display:none; }
.i-main-left ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.i-main-left ul li .con { height:auto; }
.i-main-left ul li .con .tit { color:#000000; font-size:16px; line-height:2.8; background:url(../images/dot.png) no-repeat left center; padding-left:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.i-main-left ul li .con .tit img { height:20px; vertical-align:middle; margin-left:10px; transform: translateY(-1px);}
.i-main-left ul li .con .des { display:none; }
.i-main-left ul li .con .date { display:none; }
.i-main-left ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.i-main-left ul li:hover .con .tit { color:#da353d; }
.i-main-left ul li:nth-child(1),.i-main-left ul li:nth-child(2) { height:276px; position:relative; overflow:hidden; border-radius:10px; }
.i-main-left ul li:nth-child(1) .pic ,.i-main-left ul li:nth-child(2) .pic { width:100%; height:100%; display:block; }
.i-main-left ul li:nth-child(1) .con,.i-main-left ul li:nth-child(2) .con { position:absolute; top:0; left:0; width:100%; height:100%; padding:177px 20px 0 20px;background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%); }
.i-main-left ul li:nth-child(1) .con .tit ,.i-main-left ul li:nth-child(2) .con .tit{ color:#ffffff; font-size:24px; line-height:1.5; background-image:none;  padding-left:0; }
.i-main-left ul li:nth-child(1) .con .date ,.i-main-left ul li:nth-child(2) .con .date{ display:block; color:#cfcdcd; font-size:16px; line-height:1.5; margin-top:6px; }
.i-main-left ul li:nth-child(1):hover .con .tit,.i-main-left ul li:nth-child(2):hover .con .tit  { color:#ffffff; }
.i-main-left ul li:nth-child(3),.i-main-left ul li:nth-child(4)  { border-bottom:#eeeeee solid 1px; padding-bottom:30px; margin-top:30px; margin-bottom:10px; }
.i-main-left ul li:nth-child(3) .pic , .i-main-left ul li:nth-child(4) .pic{ float:left; width:174px; height:96px; overflow:hidden; border-radius:10px; display:block; }
.i-main-left ul li:nth-child(3) .pic img,.i-main-left ul li:nth-child(4) .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.i-main-left ul li:nth-child(3) .con ,.i-main-left ul li:nth-child(4) .con { float:right; width:calc(100% - 174px - 20px);  } 
.i-main-left ul li:nth-child(3) .con .tit , .i-main-left ul li:nth-child(4) .con .tit{ color:#000000; font-size:20px; line-height:1.5; background-image:none;  padding-left:0; margin-top:5px; }
.i-main-left ul li:nth-child(3) .con .des , .i-main-left ul li:nth-child(4) .con .des{ display:block;  color:#898989; font-size:16px; line-height:1.6; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:7px; }
.i-main-left ul li:nth-child(3):hover .con .tit , .i-main-left ul li:nth-child(4):hover .con .tit { color:#da353d; }
/*i-main-right*/
.i-main-right { float:right; width:32%; }
.i-main-right-ban { border-bottom:#c9c9c9 solid 1px; padding-left:5px;  color:#000000; font-size:30px; line-height:3; }
.i-main-right-list { height:auto; }
.i-main-right-list ul li { height:auto; }
.i-main-right-list ul li .tit { color:#000000; font-size:16px; line-height:2.8; background:url(../images/dot.png) no-repeat left center; padding-left:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.i-main-right-list ul li .tit img { height:20px; vertical-align:middle; margin-left:10px; transform: translateY(-1px);}
.i-main-right-list ul li .des { color:#898989; font-size:16px; line-height:2; display:none; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:4px; }
.i-main-right-list ul li:first-child { border-bottom:#eeeeee solid 1px; padding:15px 5px 20px 5px; margin-bottom:10px; }
.i-main-right-list ul li:first-child .tit {  font-size:20px; line-height:2; background-image:none; padding-left:0; }
.i-main-right-list ul li:first-child .des { display: -webkit-box; }
.i-main-right-list ul li:hover .tit { color:#da353d; }
/*i-slogan*/
.i-slogan { width:100%; }
.i-slogan img { width:100%; display:block; }
/*i-case-list*/
.i-case-list { padding-top:20px; }
.i-case-list ul li { float:left; width:32%; margin-top:20px; }
.i-case-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-case-list ul li:nth-child(3n+3) { margin-left:2%;}
.i-case-list ul li .pic { height:275px; border-radius:10px; overflow:hidden; }
.i-case-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s; }
.i-case-list ul li .tit { color:#000000; font-size:18px; line-height:3.6; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center; }
.i-case-list ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.i-case-list ul li:hover .tit { color:#da353d; }
/*i-course-list*/
.i-course-list { height:auto; }
.i-course-list ul li { float:left; width:32%; margin-top:50px; }
.i-course-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-course-list ul li:nth-child(3n+3) { margin-left:2%;}
.i-course-list ul li .pic { height:275px; border-radius:10px; overflow:hidden; }
.i-course-list.n-course-list ul li .pic { height:220px; }
.i-course-list.n-course-list.v-course-list ul li { width:23.5%; } 
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+2) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+3) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+2) { margin-left:2%;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+3) { margin-left:2%;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+4) { margin-left:2%;}
.i-course-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s; }
.i-course-list ul li .con { padding:0 10px; }
.i-course-list ul li .tit { color:#222222; font-size:18px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:18px; }
.i-course-list ul li .des { color:#8b8c8c; font-size:16px; line-height:1.5; margin-top:12px; }
.i-course-list ul li .more { margin-top:30px; }
.i-course-list ul li .more-left { float:left; color:#8b8c8c; font-size:16px; line-height:36px;  }
.i-course-list ul li .more-left i { display:inline-block; width:27px; height:27px; background:url(../images/hot.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.i-course-list ul li .more-right { float:right; min-width:100px; height:36px; border:#eeeeee solid 1px; border-radius:18px; text-align:center; color:#285dbc; font-size:16px; line-height:34px; padding:0 20px; }
.i-course-list ul li .more-right:hover { background-color:#285dbc; color:#ffffff; }
.i-course-list ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.i-course-list ul li:hover .tit { color:#da353d; }
.i-course-list.n-course-list.v-course-list ul li.active .pic { border:#da353d solid 1px; }
.i-course-list.n-course-list.v-course-list ul li.active .tit { color:#da353d; } 
.i-course-list.n-course-list.v-course-list ul li.active .des { color:#da353d; } 
/*i-mall-list*/
.i-mall-list { height:auto; }
.i-mall-list ul li { float:left; width:23.5%; margin-top:50px; }
.i-mall-list ul li:nth-child(4n+2) { margin-left:2%;}
.i-mall-list ul li:nth-child(4n+3) { margin-left:2%;}
.i-mall-list ul li:nth-child(4n+4) { margin-left:2%;}
.i-mall-list ul li .pic { height:390px; border-radius:10px; overflow:hidden; border:#eeeeee solid 1px; background-color:#eeeeee; }
.i-mall-list ul li .pic img { width: 100%;height: 100%; object-fit: contain; transition: 0.5s; }
.i-mall-list ul li .con { padding:0 5px;}
.i-mall-list ul li .tit { color:#222222; font-size:18px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:18px; }
.i-mall-list ul li .more { margin-top:10px; }
.i-mall-list ul li .more-left { float:left;  color:#da353d; font-size:26px; line-height:40px; }
.i-mall-list ul li .more-mid { float:left; color:#a3a1a1; font-size:18px; line-height:40px; text-decoration: line-through; }
.i-mall-list ul li .more-right { float:right;  color:#a3a1a1; font-size:18px; line-height:40px; }
.i-mall-list ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.i-mall-list ul li:hover .tit { color:#da353d; }
/*f-contact*/
.f-contact { background:url(../images/contact-bg.jpg) no-repeat top center; background-size:cover; padding-top:70px; padding-bottom:70px; }
.f-contact-left { float:left; width:calc(100% - 187px - 100px); }
.f-contact-left .tit { color:#333333; font-size:34px; line-height:1.5; }
.f-contact-left .des { color:#8b8e94; font-size:16px; line-height:1.5; margin-top:30px; }
.f-contact-left .form {display:flex; align-items: center; justify-content: space-between; margin-top:34px; }
.f-contact-left .form form { width:100%; display:flex; align-items: center; justify-content: space-between;}
.f-contact-left .form input[type=text] { width:25%; height:60px;color:#000000; font-size:16px; border:none; background-color:#FFF; border-radius:10px; vertical-align:middle; padding-left:20px; }
.f-contact-left .form button { width:22%; height:60px; text-align:center; background-color:#2c55b2; color:#ffffff; font-size:16px; border-radius:10px; vertical-align:middle; cursor:pointer; border:none;}
.f-contact-right { float:right; width:187px; height:187px; background:url(../images/contact-pic.png) no-repeat center center; background-size:100% 100%; }
/*footer*/
.footer { background-color:#e3ebff; }
.footer a:hover { color:#da353d; }
.footer-box { background-color:#FFF; border-top-left-radius:90px; border-top-right-radius:90px; }
.f-top { padding:80px 0; }
.f-top-left { float:left; width:31%; color:#000000; font-size:70px; line-height:1.5; }
.f-top-right { float:right; width:52%; }
.f-mid { border-top:#e5e5e5 solid 1px; color:#666666; font-size:16px; line-height:2; padding:60px 0 30px 0;  display: flex; justify-content: space-between; align-items: flex-start; }
.f-mid dl { height:auto; }
.f-mid dl dt { color:#000000; font-size:18px; margin-bottom:5px; font-weight:bold; }
.f-mid dl dd { max-width:150px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.f-text { color:#111111;  max-width: 300px; }
.f-text h3 { font-size:22px; font-weight:normal; }
.f-text img { max-width:100px; }
.f-copy { border-top:#e5e5e5 solid 1px; color:#666666; font-size:16px; line-height:2; padding:30px 0; }
.f-copy a:hover { color:#666666; }
.f-copy-left { float:left; }
.f-copy-right { float:right; }
/*n-position*/
.n-position { border-bottom:#eeeeee solid 1px; color:#111111; font-size:18px; line-height:70px; }
.n-position a:hover { color:#da353d; }
/*n-main*/
.n-main { min-height:600px; padding-bottom:30px; }
.n-main-left { float:left; width:72%; }
.n-main-right { float:right; width:24%; background-color:#FFF; border:#f7f7f7 solid 1px; margin-top:30px; padding-bottom:10px; }
.n-right-ban { color:#494848; font-size:28px; line-height:3.2; padding-left:25px; }
.n-right-list { padding:0 20px; }
.n-right-list ul li { height:auto; }
.n-right-list ul li .pic { display:none; height:auto; overflow:hidden; border-radius:15px; margin-bottom:15px;  }
.n-right-list ul li .pic img { display:block; width:100%; transition: 0.5s; }
.n-right-list ul li .tit { color:#000000; font-size:16px; line-height:2.8; background:url(../images/dot.png) no-repeat left center; padding-left:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.n-right-list ul li .tit img { height:20px; vertical-align:middle; margin-left:10px; transform: translateY(-1px);}
.n-right-list ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.n-right-list ul li:hover .tit { color:#da353d; }
.n-right-list ul li:first-child { border-bottom:#eeeeee solid 1px; padding-bottom:20px; }
.n-right-list ul li:first-child .pic { display:block; }
.n-right-list ul li:first-child .tit { color:#000000; font-size:19px; line-height:1.6; background-image:none; padding-left:0; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  white-space: normal; }
.n-right-list ul li:first-child:hover .tit { color:#da353d; }
/*n-newshow*/
.n-newshow { margin-top:40px; }
.n-tit { font-size:36px; line-height:1.6; color:#474646; }
.n-des { font-size:16px; line-height:43px; color:#8d8a8a;  border-bottom:#7d7d7d solid 2px; padding-bottom:10px; margin-bottom:20px; margin-top:10px; }
.n-des img { width:20px; height:20px; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.n-des span { float:right; color:#000000; }
.n-show { font-size:18px; line-height:2; color:#222222; min-height:300px; }
.n-show img { max-width:100%; }
.n-other { padding:20px 0; line-height:2; border-top:#eeeeee solid 1px; font-size:18px; line-height:2; color:#111111;}
.n-other a:hover { color:#da353d; }
/*register-bg*/
.register-bg { background: #1a1a1a url(../images/register-bg.jpg) no-repeat center center; background-size: cover; min-height: 100vh;}
.register-footer { text-align:center; color:#a4a3a3; font-size:16px; line-height:2; padding:40px 0; }
.register-box { background-color: #ffffff;  border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding:0 50px 50px 50px; }
/*register-header*/
.register-header {height:130px; }
.register-header .wrap { height:100%; display:flex; align-items: center; justify-content: space-between;}
.register-header .h-left { float:left;display:flex; align-items: center; justify-content: space-between; }
.register-header .logo{float:left; height:75px;  }
.register-header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.register-header .logo img{ max-width:100%; max-height:100%; vertical-align:middle; }
.register-header .h-info { float:left;  color:#f1f1f2; font-size:18px; line-height:1.5; padding:0 25px; position:relative; margin-left:25px; }
.register-header .h-info::before{content:""; position:absolute; left:0; top:50%; margin-top:-20px; width:1px; height:40px; background-color:#ffffff; }
.register-header .h-info::after{content:""; position:absolute; right:0; top:50%; margin-top:-20px; width:1px; height:40px; background-color:#ffffff; }
.register-header .h-tel { float:left; background:url(../images/h-tel-white.png) no-repeat left center; background-size:37px 37px; padding-left:47px;  color:#ffffff; font-size:16px; line-height:1.2;  margin-left:25px; }
.register-header .h-tel h3 { font-size:22px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }
.register-header-right { float:right;  color:#ffffff; font-size:20px; line-height:1.5;  }
.register-header-right a { text-decoration:underline; }
.register-right { float:right; width:45%; padding-top:60px; }
/*切换*/
.public-form .tab-container{ margin-top:30px; }
.public-form .tab{ float:left; width:auto; cursor:pointer; color:#7a7a7a; font-size:20px; line-height:55px;  transition: font-size 0.3s ease; margin-right:15px; }
.public-form .tab.active{ color:#000000; font-size:30px; }
/*表单*/
.public-form .form-container{ margin-top:15px; }
.public-form .form-group{margin-bottom:20px;position:relative}
/*下拉*/
.public-form .form-select { width:100%; }
.public-form .form-select .layui-input { width:100%; height:55px; border:#e5e5e5 solid 1px; border-radius:5px;  color:#403f3f; font-size:16px; line-height:55px; background-color:#FFF; padding-left:20px;}
.public-form .form-control{width:100%;height:55px; border:#e5e5e5 solid 1px; border-radius:5px;  color:#403f3f; font-size:16px; line-height:55px; background-color:#FFF; transition:border-color .3s; padding-left:20px;}
/*验证码*/
.public-form .code-group{display:flex;gap:10px}
.public-form .code-group .form-control{flex:2}
.public-form .send-code-btn{flex:1;padding:0 10px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:16px;color:#666;transition:all .3s}
.public-form .send-code-btn:hover{background-color:#eee}
.public-form .send-code-btn:disabled{cursor:not-allowed;opacity:.6}
/*按钮*/
.public-form .submit-btn{width:100%; height:55px; background-color:#2c55b2;color:#fff;border:none;border-radius:5px;font-size:19px;font-weight:500;cursor:pointer;transition:background-color .3s}
.public-form .submit-btn:hover{ background-color:#5677c1; }
/*切换功能*/
.public-form .form-account,.form-phone{display:none}
.public-form .form-account.active,.form-phone.active{display:block;}
/*阅读同意*/
.public-form .agreement-section{margin:26px 0;font-size:16px;color:#666;text-align:left}
.public-form .agreement-link{color:#2c55b2;text-decoration:none;transition:color .3s; margin-left:-20px; }
.public-form .agreement-link:hover{  text-decoration:underline}
/*other-container*/
.other-container { margin-top:30px; }
.other-container .ban { background:url(../images/register-line.jpg) repeat-x center center; text-align:center; }
.other-container .ban span { display:inline-block; padding:0 15px; background-color:#FFF; color:#868181; font-size:18px; line-height:1.5;  }
.other-container .list { margin-top:15px; }
.other-container .list ul { display: flex;  align-items: center; justify-content: center; }
.other-container .list ul li { width:60px; height:60px; margin:0 8px; position:relative; }
.other-container .list ul li img { width: 100%;height: 100%; object-fit: contain; }
.other-container .list ul li .top { width:100%; height:100%;  border:#f6f6f6 solid 1px; cursor:pointer; border-radius:50%;}
.other-container .list ul li .bot { display:none; position:absolute; top:60px; left:50%; margin-left:-50px; width:100px; height:100px; z-index:333; }
.other-container .list ul li:hover .top { background-color:#d5ddf0; }
.other-container .list ul li:hover .bot { display:block; }
/*n-pro-left*/
.n-pro-left { float:left; width:24%; border:#eeeeee solid 1px; padding:20px 15px; margin-top:30px; }
.n-pro-left-search { width:100%; height:50px; border:#dcdcdc solid 1px; border-radius:5px; }
.n-pro-left-search input[type=text] { margin-left:15px; width:calc(100% - 15px - 60px - 10px);  height:48px;color:#000000; font-size:16px; border:none; vertical-align:middle;  }
.n-pro-left-search input[type=submit] { width:60px; text-align:center; height:36px; background: #eeeeee url(../images/n-left-search.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; border-radius:5px; }
/*category-container*/
.category-container{ margin-top:20px; }
.category-menu,.sub-category{list-style:none;padding-left:0;margin:0}
.category-item{ height:auto;}
.category-title{display:block;cursor:pointer;transition:all .3s}
.sub-category{display:none;}
/* 一级分类 */
.category-menu > .category-item > .category-title { color:#000000; font-size:20px; line-height:1.3; padding:20px 20px 20px 30px; background:url(../images/left-jia.png) no-repeat left center; border-bottom:#eeeeee solid 1px;}
.category-menu > .category-item > .category-title.active { background:url(../images/left-jian.png) no-repeat left center;  }
.category-menu > .category-item > .category-title:hover { color:#da353d; }
.category-item:last-child .category-title { border-bottom:none; }
/* 二级分类 */
.category-menu .sub-category > .category-item > .category-title { color:#000000; font-size:18px; line-height:1.3; padding:18px 20px 18px 40px; background:url(../images/left-jia.png) no-repeat 10px center; }
.category-menu .sub-category > .category-item > .category-title.active { background:url(../images/left-jian.png) no-repeat 10px center;}
.category-menu .sub-category > .category-item > .category-title:hover { color:#da353d; }
/* 三级分类 */
.category-menu .sub-category .sub-category > .category-item > .category-title { color:#000000; font-size:18px; line-height:1.3; padding:16px 20px 16px 50px; background:url(../images/left-jia.png) no-repeat 20px center; }
.category-menu .sub-category .sub-category > .category-item > .category-title.active { background:url(../images/left-jian.png) no-repeat 20px center;}
.category-menu .sub-category .sub-category > .category-item > .category-title:hover { color:#da353d; }
/*四级内容*/
.category-menu .sub-category .sub-category .sub-category > .category-item > .category-title {color:#313030; font-size:18px; line-height:1.3; padding:14px 20px 14px 60px; background:url(../images/dot.png) no-repeat 50px center; }
.category-menu .sub-category .sub-category .sub-category > .category-item > .category-title:hover { background-color:#fafafa; color:#da353d;  }
/*右侧*/
.n-pro-right { float:right; width:74%;  }
.n-pro-right-ban {margin-top:35px; border-bottom:#eeeeee solid 1px; padding-bottom:20px; display:flex; align-items: center; justify-content: space-between; }
.n-pro-right-ban .con {  width:calc(100% - 100px - 250px); }
.n-pro-right-ban .con .tit { color:#000000; font-size:26px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.n-pro-right-ban .con .tit span { display:inline-block; color:#000000; background-color:#eeeeee; font-size:14px; padding:0 10px; border-top-right-radius:5px; border-bottom-left-radius:5px; vertical-align:middle; margin-left:5px; }
.n-pro-right-ban .con .tit span.red {color:#fe0303; background-color:#ffe5e5; }
.n-pro-right-ban .con .des { color:#898989; font-size:16px; line-height:1.5;  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:12px; }
.n-pro-right-ban .pic { width:100px; text-align:center;  color:#898989; font-size:16px; line-height:2; }
.n-pro-right-ban .pic img { max-width:100%; }
.n-pro-right-ban .more { width:auto; height:60px; border:#1b4196 solid 1px;  text-align:center;  color:#1b4196; font-size:18px; line-height:58px;  border-radius:30px; }
.n-pro-right-ban .more i { display:inline-block; width:19px; height:19px; background:url(../images/public-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:15px; transform: translateY(-2px); }
.n-pro-right-ban .more a { display:block;  color:#1b4196; padding:0 40px;}
.n-pro-right-ban .more:hover { background-color:#d5ddf0;  }
.n-pro-right-list { margin-top:25px; }
.n-pro-right-list ul li { margin-top:16px; }
.n-pro-right-list ul li .tit { float:left; width:64%;  color:#000000; font-size:18px; line-height:35px; background:url(../images/dot.png) no-repeat left center; padding-left:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.i-main-right-list ul li .tit img { height:20px; vertical-align:middle; margin-left:10px; transform: translateY(-1px);}
.n-pro-right-list ul li .date { float:right;  color:#989696; font-size:16px; line-height:35px; }
.n-pro-right-list ul li .more { float:right; width:100px; height:35px; border:#eeeeee solid 1px; border-radius:5px; text-align:center; color:#989696; font-size:16px; line-height:33px; margin-left:30px; }
.n-pro-right-list ul li .more a { display:block; color:#989696;  }
.n-pro-right-list ul li .more i { display:inline-block; width:20px; height:20px; background:url(../images/see.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:6px; transform: translateY(-2px); }
.n-pro-right-list ul li .more i.lock {background:url(../images/lock.png) no-repeat center center; background-size:100% 100%; }
.n-pro-right-list ul li .more:hover { border:#1b4196 solid 1px; color:#1b4196; background-color:#d5ddf0; }
.n-pro-right-list ul li .more:hover a { color:#1b4196; }
/*n-case-list*/
.n-case-list { height:auto;}
.n-case-list ul li { float:left; width:23.5%; margin-top:20px; }
.n-case-list ul li:nth-child(4n+2) { margin-left:2%;}
.n-case-list ul li:nth-child(4n+3) { margin-left:2%;}
.n-case-list ul li:nth-child(4n+4) { margin-left:2%;}
.n-case-list ul li .pic { height:160px; border-radius:10px; overflow:hidden; }
.n-case-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s; }
.n-case-list ul li .tit { color:#000000; font-size:16px; line-height:3.6; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center; }
.n-case-list ul li:hover .pic img { transform: scale(1.05);transition: 0.5s; }
.n-case-list ul li:hover .tit { color:#da353d; }
/*member-bg*/
.member-bg { background:url(../images/member-bg.jpg) no-repeat top center; background-size:cover; min-height:100vh; }
.member-h-right { float:right; }
.member-h-right ul li { float:left; margin-left:40px; position:relative;  color:#403f3f; font-size:16px; line-height:50px; }
.member-h-right ul li::after{content:""; position:absolute; left:-20px; top:50%; margin-top:-8px; width:2px; height:16px; background-color:#d2d2d2; }
.member-h-right ul li i { display:inline-block; width:8px; height:8px; background-color:#ef0303; border-radius:50%; position:absolute; left:13px; top:13px; }
.member-h-right ul li:first-child::after { display:none;}
.member-h-right ul li img { width:20px; height:20px; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.member-h-right ul li:hover { color:#ed3d3e; }
.member-footer { }
.member-footer .f-top-left { color:#ffffff;  text-shadow: 0 0 1px #ccc; }
.member-footer .register-footer{ color:#ffffff; text-shadow: 0 0 1px #ccc; }
/*n-catelist*/
.n-catelist { height:auto; padding-bottom:50px; }
.n-catelist ul li { float:left; width:23.5%; height:150px;border: #ffffff solid 1px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); background: linear-gradient(135deg, #f7fafe 0%, #feffff 100%); margin-top:40px; }
.n-catelist ul li a { display:block;  padding:35px 20px 0 35px;}
.n-catelist ul li:nth-child(4n+2) { margin-left:2%;}
.n-catelist ul li:nth-child(4n+3) { margin-left:2%;}
.n-catelist ul li:nth-child(4n+4) { margin-left:2%;}
.n-catelist ul li .tit { color:#2e2d2d; font-size:22px; line-height:1.5; }
.n-catelist ul li .des { color:#979797; font-size:16px; line-height:1.5; margin-top:20px; }
.n-catelist ul li .des span { display:block; float:right; width:20px; height:20px; background:url(../images/more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; transform: translateY(-2px); }
.n-catelist ul li .des span.lock {  background:url(../images/lock.png) no-repeat center center; background-size:100% 100%;}
.n-catelist ul li:hover { background: linear-gradient(135deg, #0244d6 0%, #1a429a 100%);  }
.n-catelist ul li:hover .tit { color:#ffffff; }
.n-catelist ul li:hover .des { color:#ffffff; }
.n-catelist ul li:hover .des span { background:url(../images/more-white.png) no-repeat center center; background-size:100% 100%; }
.n-catelist ul li:hover .des span.lock {  background:url(../images/lock-white.png) no-repeat center center; background-size:100% 100%;}
/*n-catetop*/
.n-catetop { border-bottom: #eeeeee solid 1px;}
.n-catetop-left { float:left; width:24%; margin-top:50px; }
.n-catetop-right { float:right; width:74%; }
.n-catetop-right .n-pro-right-ban {  border-bottom: none; }
/*n-cateback*/
.n-cateback { width:300px; height:70px; border:#dcdcdc solid 1px; border-radius:5px; text-align:center;  color:#a2a1a1; font-size:20px; line-height:68px; margin:0 auto; margin-top:60px; margin-bottom:60px; }
.n-cateback i { display:inline-block; width:20px; height:20px; background:url(../images/back.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:15px; transform: translateY(-2px); }
.n-cateback a { display:block;  color:#a2a1a1;  }
.n-cateback:hover{ border:#1b4196 solid 1px; color:#1b4196; background-color:#d5ddf0; }
.n-cateback:hover a { color:#1b4196; }
/*n-video-top*/
.n-video-top { margin-top:20px; }
.n-video-top .pic { float:left; width:48%; height:430px; background-color:#eeeeee;  border-radius:5px; border:#eeeeee solid 1px; }
.n-video-top .pic img { width: 100%;height: 100%; object-fit: contain; }
.n-video-top .piclist{ float:left; width:48%; height:430px; background-color:#eeeeee;  border-radius:5px; border:#eeeeee solid 1px; position:relative; }
.n-video-top .piclist .swiper{width:100%;height:100%}
.n-video-top .piclist .swiper-slide{display:flex;justify-content:center;align-items:center}
.n-video-top .piclist .swiper-slide img{ width: 100%;height: 100%; object-fit: contain; }
.n-video-top .piclist .swiper-pagination-bullet { background: #ffffff; opacity:0.5; }
.n-video-top .piclist .swiper-pagination-bullet-active { background-color:#ffffff; opacity:1;  }
.n-video-top .con { float:right; width:49%; }
.n-video-top .con .tit {  color:#242222; font-size:30px; line-height:1.5; margin-top:20px; }
.n-video-top .con .des { color:#8b8c8c; font-size:18px; line-height:1.5; margin-top:20px; }
.n-video-top .con .more {  margin-top:50px; border-top:#eeeeee solid 1px; padding-top:50px; }
.n-video-top .con .more-left { float:left; }
.n-video-top .con .more-left a { display:inline-block; width:auto; padding:0 40px; color:#000000; font-size:18px; line-height:48px; border:#1b4196 solid 1px;border-radius:5px; margin-right:10px; }
.n-video-top .con .more-left a:hover { background-color:#d1d9ea; }
.n-video-top .con .more-left a.blue { background-color:#1b4196; color:#FFF; }
.n-video-top .con .more-left a.blue:hover { background-color:#4967ab; }
.n-video-top .con .more-right { float:right; width:55px; color:#000000; font-size:18px; line-height:1.5; text-align:center; }
.collection i,.n-video-top .con .more-right i { display:block; width:27px; height:27px; background:url(../images/collection1.png) no-repeat center center; background-size:100% 100%; margin:0 auto; }
.n-video-top .con .more-right .blue { color:#1b4196; }
.collection .blue i,.n-video-top .con .more-right .blue i { background:url(../images/collection2.png) no-repeat center center; background-size:100% 100%; }
/*n-video-bot*/
.n-video-bot { margin-top:80px; }
.n-video-bot-left { float:left; width:68.5%; }
.n-video-bot-left-ban { border-bottom:#eeeeee solid 1px;  }
.n-video-bot-left-ban ul li { float:left; color:#020000; font-size:24px; line-height:2.9; position:relative; margin-left:50px; cursor:pointer; }
.n-video-bot-left-ban ul li.active { color:#1b4196; }
.n-video-bot-left-ban ul li.active::after{content:""; position:absolute; left:0; bottom:0; width:100%; height:3px; background-color:#1b4196; }
.n-video-bot-left-show { color:#494949; font-size:18px; line-height:2; padding:30px; }
.n-video-bot-left-show img { max-width:100%; }
.n-video-bot-left-li { display:none; }
.n-video-bot-right { float:right; width:28%; }
.n-video-bot-right-ban { border-bottom:#eeeeee solid 1px; color:#020000; font-size:24px; line-height:2.9; position:relative; padding-left:34px; }
.n-video-bot-right-ban::after{content:""; position:absolute; left:15px; top:50%; margin-top:-10px; width:11px; height:20px; background-color:#1b4196; }
.n-video-bot-right-con { margin-top:20px; }
.n-video-bot-right-con .pic { width:100%;  }
.n-video-bot-right-con .pic img { width:100%; }
.n-video-bot-right-con .con { color:#494949; font-size:16px; line-height:2; padding:10px; margin-top:5px; }
.n-video-bot-right-con .con p { margin-bottom:5px; }
.n-video-bot-left-list { height:auto; }
.n-video-bot-left-list ul li { border-bottom:#eeeeee solid 1px; padding:45px 40px 45px 15px; }
.n-video-bot-left-list ul li .nob { float:left; width:80px; text-align:center; color:#000000; font-size:30px; line-height:1.5; margin-top:7px; }
.n-video-bot-left-list ul li .con { float:left; width:calc(100% - 80px - 48px - 80px); }
.n-video-bot-left-list ul li .con .tit { color:#494949; font-size:20px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-video-bot-left-list ul li .con .des { color:#8b8c8c; font-size:18px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:5px; }
.n-video-bot-left-list ul li .con .des i { display:inline-block; width:18px; height:18px; background:url(../images/video-time.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; }
.n-video-bot-left-list ul li .con .des span { display:inline-block; background-color:#fdf5f5; color:#da353d; padding:3px 10px; border-radius:10px; color:#da353d; font-size:16px; margin-left:10px; }
.n-video-bot-left-list ul li .more { float:right; width:48px; height:48px; }
.n-video-bot-left-list ul li .more img { width:100%; height:100%; }
/*n-video-play*/
.n-video-play { margin-top:30px; }
.n-video-play .pic { width:100%; }
.n-video-play .pic img { width:100%;  border-radius: 10px;}
.n-video-play .pic video { width:100%; border-radius: 10px;}
.n-video-play .con { padding:20px 30px; }
.n-video-play .con .tit { color:#000000; font-size:30px; line-height:1.5; }
.n-video-play .con .des { color:#000000; font-size:18px; line-height:1.5;  margin-top:15px; }
.n-video-play .con .des i { display:inline-block; width:18px; height:18px; background:url(../images/video-time.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; transform: translateY(-2px);}
/*n-place*/
.n-place { height:auto; padding-bottom:40px; }
.n-place-ban {  color:#000000; font-size:24px; line-height:1.5; margin-top:20px; }
.n-place-list {background:#FFF;  margin-top:15px; display:flex; align-items: flex-start; justify-content: space-between;  border:#eeeeee solid 1px; }
.n-place-list dl { width:auto;  flex-grow: 1;  }
.n-place-list dl dt { color: #101010; font-size:18px; line-height: 50px; border-bottom:#eeeeee solid 1px; font-weight: normal; background-color: #f5f5f6;  text-align:center; }
.n-place-list dl dd  { color: #111111; font-size:18px;  line-height:50px;   text-align:center; }
.n-place-list .red { color: #da353d; font-size:26px;  line-height:50px; font-weight:bold; }
/*n-place-balance*/
.n-place-balance { margin-top:15px; }
.n-place-balance-left { float:left; }
.n-place-balance-left .red { color: #da353d; }
.n-place-balance-left i { display:inline-block; width:18px; height:18px; background:url(../images/balance-icon1.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; transform: translateY(-2px);  }
.n-place-balance-right { float:right; }
.n-place-balance-right .red { color: #da353d; font-size:26px; font-weight:bold; }
.n-place-balance input[type=checkbox]{ display:none;}
.n-place-balance label { display:block; color:#000000; font-size:18px; line-height:65px;  border:1px solid #eeeeee;   cursor:pointer;  padding:0 30px;}
.n-place-balance input[type="checkbox"]:checked+label { border:1px solid #1b4196; }
.n-place-balance input[type="checkbox"]:checked+label  .n-place-balance-left i { background:url(../images/balance-icon2.png) no-repeat center center; background-size:100% 100%;  }
/*n-place-con*/
.n-place-con { color:#000000; font-size:18px; line-height:60px;  margin-top:15px; padding-right:30px;  }
.n-place-con-left { float:left; }
.n-place-con-left input[type=radio]{ display:none;}
.n-place-con-left label { display:inline-block; width:200px; color:#757575; font-size:20px; line-height:60px;  text-align:center; border:#eeeeee solid 1px; cursor:pointer; margin-left:20px; border-radius:5px; position:relative; }
.n-place-con-left label i { display:inline-block; width:34px; height:34px; vertical-align:middle; margin-right:10px; transform: translateY(-2px); }
.n-place-con-left label i.wx { background:url(../images/pay-wx.png) no-repeat center center; background-size:100% 100%; }
.n-place-con-left label i.ali { background:url(../images/pay-ali.png) no-repeat center center; background-size:100% 100%; }
.n-place-con-left input[type="radio"]:checked+label {border:#1b4196 solid 1px; color:#000000;  }
.n-place-con-left input[type="radio"]:checked+label::after{content:""; position:absolute; right:0; top:0; width:42px; height:38px; background:url(../images/pay-check.png) no-repeat center center; background-size:100% 100%;  }
.n-place-con-right { float:right; }
.n-place-con-right .red { color: #da353d; font-size:26px; font-weight:bold; }
.n-place-bottom { border-top:#eeeeee solid 1px;  margin-top:30px; padding-top:30px; padding-bottom:30px; }
.n-place-bottom .text { float:right; color:#000000; font-size:26px; line-height:60px; font-weight:bold; }
.n-place-bottom .text .red { color: #da353d; } 
.n-place-bottom .submit { display:block; float:right; width:200px; height:60px; background-color:#1b4196; text-align:center; border-radius:5px; color:#ffffff; font-size:20px; line-height:60px; cursor:pointer; margin-left:50px; border:none; }
.n-place-ewm { text-align:center; color:#000000; font-size:18px; line-height:60px; }
.n-place-ewm img { max-width:200px; }
/*n-column*/
.n-column { margin-top:30px; padding-bottom:30px; }
.n-column input[type=radio]{ display:none;}
.n-column label { display:inline-block; width:30%; height:220px; border:#eeeeee solid 1px;  cursor:pointer; margin-left:2%; border-radius:5px; text-align:center; padding-top:15px; background-color:#FFF; }
.n-column label .tit { color:#101010; font-size:22px; line-height:1.5; }
.n-column label .price { color:#da353d; font-size:45px; line-height:1.5; }
.n-column label .price-gray { color:#999999; font-size:18px; line-height:1.5; text-decoration: line-through;}
.n-column label .info { display:inline-block; width:190px; color:#ffffff; font-size:18px; line-height:2; background-color:#1b4196;  border-radius:5px; margin-top:10px;  }
.n-column input[type="radio"]:checked+label {border:#1b4196 solid 1px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.n-column .submit { display:block; width:200px; height:60px; background-color:#1b4196; text-align:center; border-radius:5px; color:#ffffff; font-size:20px; line-height:60px; cursor:pointer; margin:0 auto; margin-top:30px; border:none; }
.n-column-con { color:#383737; font-size:18px; line-height:2; padding:0 2%; margin-top:30px; }
.n-column-con h3 { color:#000000; font-size:26px; line-height:2; font-weight:normal; }
.n-column-con > div { display: none;}
#option1:checked ~ .n-column-con > div:nth-child(1),
#option2:checked ~ .n-column-con > div:nth-child(2),
#option3:checked ~ .n-column-con > div:nth-child(3) {
    display: block;
}
/*popup*/
.popup { width:500px; background-color:#FFF; padding:20px 30px 30px 30px; text-align:center; }
.popup .con { color:#000000; font-size:18px; line-height:1.5; margin-top:20px; }
.popup .con img { height:70px; }
.popup .info { color:#fe2222; font-size:16px; line-height:1.5; margin-top:10px; }
.popup .more { margin-top:20px; }
.popup .more a { display:inline-block; padding:0 50px; color:#ffffff; font-size:16px; line-height:45px; background-color:#285dbc; border-radius:5px; text-align:center; border:#285dbc solid 1px;   }
.popup .more a:hover {  background-color:#5677c1; }
.popup .more a:nth-child(2) { background-color:#FFF; border:#285dbc solid 1px;  color:#285dbc;}
.popup .more a:nth-child(2):hover {  background-color:#d5ddf0; }
/*member-main*/
.member-main { height:auto; }
.member-left { float:left;  width:240px;  background-color:#FFF; border-radius:10px;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); min-height:800px; padding:10px; }
/*member-left-sub*/
.member-left-sub { height:auto; }
.member-left-sub ul li { color:#000000; font-size:18px; line-height:60px; background-color:#fafafa; border-radius:5px; margin-top:15px; padding-left:20px; background:#fafafa url(../images/member-left-sub1.png) no-repeat calc(100% - 25px) center; }
.member-left-sub ul li a { display:block; color:#000000;  }
.member-left-sub ul li:hover { background-color:#285dbc; color:#FFF; background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 25px) center;}
.member-left-sub ul li:hover a { color:#FFF; }
.member-left-sub ul li.active { background-color:#285dbc; color:#FFF;  background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 25px) center;}
.member-left-sub ul li.active a { color:#FFF; }
/*member-right*/
.member-right { float:right; width:calc(100% - 240px - 15px); background-color:#FFF; border-radius:10px;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  min-height:800px; padding:0 40px 30px 40px; }
.member-right-ban { height:auto; border-bottom:#eeeeee solid 1px; }
.member-right-ban .tit { float:left; color:#202020; font-size:22px; line-height:80px; }
.member-right-ban .more { float:right; color:#949191; font-size:16px; line-height:80px; }
/*n-form*/
.n-form { height:auto; }
.n-form.mt { margin-top:30px; }
.n-form ul li { margin-top:10px; border:#eaeaea solid 1px; color:#232323; font-size:17px; line-height:50px; background-color:#FFF; position:relative; }
.n-form ul li::after{content:""; position:absolute; left:180px; top:0; width:1px; height:100%; background-color:#eaeaea; }
.n-form ul li .n-left { float:left; width:160px; text-align:right; line-height: inherit; }
.n-form ul li .n-left i { color:#eb2829; font-style:normal; }
.n-form ul li .n-right { float:right; width:calc(100% - 160px - 50px); }
.n-form ul li .n-right .flex { display: flex; flex-direction: row;justify-content: space-between;}
.n-form ul li .n-right .flex .n-input { flex: 2; }    
.n-form ul li .n-right .n-code-btn{flex:1;padding:0 10px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px;color:#666;transition:all .3s}
.n-form ul li .n-right .n-code-btn:hover{background-color:#eee}
.n-form ul li .n-right .n-code-btn:disabled{cursor:not-allowed;opacity:.6}
/*表单*/
.n-form .text { line-height:30px; padding:10px 5px 10px 0;  }
.n-form .gray { color:#a7a6a6; }
.n-form .red { color:#eb3031; }
.n-form .edit { position:absolute; right:20px; top:0; color:#adacac; text-decoration:underline; }
.n-form .edit i { display:inline-block; width:18px; height:18px; background:url(../images/edit.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; }
/*输入框*/
.n-form .n-input { width:100%; height:50px;color:#232323; font-size:17px; border:none; }
.n-form .n-input:disabled { background-color:#FFF; }
/*选择日期*/
.n-form .n-select-nobg { width:100%; height:50px;color:#232323; font-size:17px; border:none;}
/*下拉框*/
.n-form .n-select { width:100%;}
.n-form .n-select .layui-input {  width:100%; height:50px;color:#232323; font-size:17px;border:none; padding-left:0; }
/*复选框*/
.n-form .layui-form-checkbox>div { font-size:17px; margin-top:-2px; }
/*单选框*/
.n-form .layui-form-radio { margin-top:-2px; }
.n-form .layui-form-radio>* { font-size:17px;margin-top:-2px; }
/*文本域*/
.n-form .n-textarea { width:100%; height:200px;color:#232323; font-size:17px; line-height:50px; border:none; }
/*阅读同意*/
.order-bottom {padding:25px 180px 80px 180px;  }
.order-bottom .n-prompt { color:#000000; font-size:17px; line-height:2.5; }
.order-bottom .n-agreement-section{margin:16px 0;font-size:17px;color:#403f3f;text-align:center;}
.order-bottom .layui-form-checkbox[lay-skin=primary]>div {font-size:17px; margin-top:-2px; }
.order-bottom .n-agreement-link{ display:inline-block; color:#285dbc;text-decoration:none;transition:color .3s; margin-left:-20px;  }
.order-bottom .n-agreement-link:hover{ color:#5677c1; text-decoration:underline}
/*提交按钮*/
.n-submit-btn { width:100%; height:55px; background-color:#285dbc; text-align:center; border-radius:5px; border:none;  color:#ffffff; font-size:17px; line-height:55px; margin-top:15px; cursor:pointer; }
.n-submit-btn:hover {  background-color:#5677c1; }
.m-submit-btn { display:block; width:400px; margin:0 auto; height:55px; background-color:#285dbc; text-align:center; border-radius:5px; border:none;  color:#ffffff; font-size:17px; line-height:55px; margin-top:15px; cursor:pointer; }
.m-submit-btn:hover {  background-color:#5677c1; }
/*上传图片*/
.n-imagephoto { padding-top:20px;  }
.n-imagephoto dl dd { float:left; width:120px; text-align:center; margin-right:20px; }
.n-imagephoto dl dd button { border:none; width:100%; height:120px; display:block; }
.n-imagephoto dl dd button img { width: 100%;height: 100%; object-fit: contain; }
/*m-bell*/
.m-bell { color:#000000; font-size:16px; line-height:1.5; padding-top:20px; }
.m-bell i { display:inline-block; width:20px; height:20px; background:url(../images/bell.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.mt20 { margin-top:20px; }
/*m-balance*/
.m-balance { height:170px; background:url(../images/m-balance-bg.jpg) no-repeat center center; background-size:cover; margin-top:20px; border-radius:10px;  display:flex; align-items: center; justify-content: space-between; padding:0 60px 0 50px; }
.m-balance .tit { color:#4b4b4b; font-size:18px; line-height:45px; }
.m-balance .tit span { color:#ed3d3e; font-size:50px; font-weight:bold; vertical-align:middle; }
.m-balance .more { width:160px; height:45px; background-color:#ffffff; border:#ed4041 solid 1px; border-radius:5px; text-align:center; color:#ed3d3e; font-size:18px; line-height:43px; }
.m-balance .more a { display:block; }
.m-balance .more i { display:inline-block; width:25px; height:25px; background:url(../images/rmb-icon.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; transform: translateY(-1px);  }
.m-balance .more:hover { background-color:#fccdcd; }
/*m-sub*/
.m-sub { margin-top:20px; }
.m-sub ul li { float:left; color:#000000; font-size:22px; line-height:2.3; margin-left:60px; position:relative; }
.m-sub ul li.active { color:#ef0303; }
.m-sub ul li.active::after{ content:""; position:absolute; left:50%; margin-left:-19px; bottom:0; width:38px; height:3px; background-color:#ef0303; }
.m-sub ul li:hover { color:#ef0303; }
/*m-points*/
.m-points { background-color:#fafafa; border-radius:10px; margin-top:30px; padding:40px 0; }
.m-points ul li { float:left; width:25%; text-align:center; position:relative; }
.m-points ul li::after{content:""; position:absolute; left:0; top:0; width:1px; height:100%; background-color:#eeeeee; }
.m-points ul li:first-child::after { display:none; }
.m-points ul li .tit { color:#565555; font-size:16px; line-height:1.5; }
.m-points ul li .nob { color:#ef0303; font-size:30px; line-height:36px; margin-top:10px; }
.m-points ul li .more { width:126px; margin:0 auto; height:36px;  border-radius:5px; border:#f37879 solid 1px; text-align:center; color:#ef0303; font-size:16px; line-height:34px;  margin-top:10px; }
.m-points ul li .more i { display:inline-block; width:16px; height:16px; background:url(../images/rmb-icon.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.m-points ul li .more i.points { background:url(../images/points-icon.png) no-repeat center center; background-size:100% 100%; }
.m-points ul li .more a { display:block;  color:#ef0303; }
.m-points ul li .more:hover { background-color:#fbd3d3; }
/*m-newlist*/
.m-newlist { height:auto; }
.m-newlist ul li { border-bottom: #eeeeee solid 1px; padding:30px 0; }
.m-newlist ul li .tit { color:#474646; font-size:22px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-newlist ul li .des { color:#949191; font-size:18px; line-height:2.3; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.m-newlist ul li .date {  color:#8d8a8a; font-size:16px; line-height:1.5; margin-top:10px; }
.m-newlist ul li .date i { display:inline-block; width:16px; height:16px; background:url(../images/d-date.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px;  }
.m-newlist ul li:hover .tit { color:#ef0303; }
/*p-recharge*/
.p-recharge { text-align:left; }
.p-recharge .ban { color:#565555; font-size:24px; line-height:1.5; }
.p-recharge .input{margin-top:20px;}
.p-recharge .input input[type=text] { width:100%;  height:60px;color:#757575; font-size:20px; border:#dddddd solid 1px;  border-radius:5px; padding-left:20px; }
.p-recharge .radio {margin-top:20px;}
.p-recharge .radio input[type=radio]{ display:none;}
.p-recharge .radio label { display:inline-block; width:180px; color:#757575; font-size:20px; line-height:60px;  text-align:center; border:#dddddd solid 1px; cursor:pointer; margin-left:20px; border-radius:5px; position:relative; }
.p-recharge .radio label i { display:inline-block; width:34px; height:34px; vertical-align:middle; margin-right:10px; transform: translateY(-2px); }
.p-recharge .radio label i.wx { background:url(../images/pay-wx.png) no-repeat center center; background-size:100% 100%; }
.p-recharge .radio label i.ali { background:url(../images/pay-ali.png) no-repeat center center; background-size:100% 100%; }
.p-recharge .radio input[type="radio"]:checked+label {border:#1b4196 solid 1px; color:#000000;  }
.p-recharge .radio input[type="radio"]:checked+label::after{content:""; position:absolute; right:0; top:0; width:42px; height:38px; background:url(../images/pay-check.png) no-repeat center center; background-size:100% 100%;  }
.p-recharge .ewm { text-align:center; color:#111111; font-size:16px; line-height:2; margin-top:20px; }
.p-recharge .ewm img { max-width:200px; margin: 0 auto; }
/*m-order-list*/
.m-order-list { height:auto; padding-top:30px; }
.m-order-list ul li { height:auto; }
.m-order-list ul li .del {text-decoration: line-through;}
.m-order-top { background-color:#fafafa; padding:0 30px; display:flex; align-items: center; justify-content: space-between; color:#403f3f; font-size:18px; line-height:60px;  }
.m-order-top .red { color:#fd2222; }
.m-order-top .green { color:#429335; }
.m-order-top .gray { color:#c8c8c8; }
.m-order-bot { padding:10px 30px 30px 30px; border-top:#fafafa solid 1px; }
.m-order-bot a { display:inline-block; padding:0 30px; background-color:#fafafa; border-radius:5px; color:#000000; font-size:18px; line-height:40px; margin-top:20px; margin-right:20px;  }
.m-order-bot a.red { background-color:#fdf2f3; color:#ef0303; }
.m-order-bot a:hover { color:#ef0303; }
.m-order-mid { padding:30px 30px;  color:#000000; font-size:18px; line-height:2; }
.m-order-mid-left { float:left;  width:calc(100% - 240px - 30px);  }
.m-order-mid-left .pic { float:left; width:120px; height:120px; background-color:#eeeeee; border-radius:5px; overflow:hidden; margin-right:30px; }
.m-order-mid-left .pic img { width: 100%;height: 100%; object-fit: contain; }
.m-order-mid-left .con { float:left;  width:calc(100% - 120px - 30px - 120px - 30px); }
.m-order-mid-left .con .tit { color:#403f3f; font-size:20px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:5px; }
.m-order-mid-left .con .des { color:#7b7a7a; font-size:18px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:5px; }
.m-order-mid-left .con .cate { color:#285dbc; font-size:18px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:5px; }
.m-order-mid-left .con .cate i { display:inline-block; width:14px; height:14px; background:url(../images/order-cate.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:10px; }
.m-order-mid-left .con .cate:hover i {  background:url(../images/order-cate2.png) no-repeat center center; background-size:100% 100%; }
.m-order-mid-left .price { float:right; width:120px; text-align:right;  }
.m-order-mid-right { float:right; width:240px; text-align:right; }
/*m-subtype*/
.m-subtype { margin-top:30px; }
.m-subtype ul li { float:left; color:#000000; font-size:18px; line-height:50px; margin-left:20px;  background-color:#fafafa; border-radius:5px; }
.m-subtype ul li a { display:block; padding:0 40px;color:#000000;  }
.m-subtype ul li.active { background-color:#fdf2f3; color:#ef0303; }
.m-subtype ul li.active a { color:#ef0303; }
.m-subtype ul li:hover { color:#ef0303; }
.m-subtype ul li:hover a { color:#ef0303; }
/*member-left-top*/
.member-left-top { padding:5px; }
.member-left-top .pic { float:left; width:64px; height:64px; border-radius:50%; overflow:hidden; }
.member-left-top .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.member-left-top .con { float:right; width:calc(100% - 64px - 15px);  color:#403f3f; font-size:18px; line-height:64px;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
/*n-table*/
.n-table { width:100%; margin-top:30px; }
.n-table table {border-collapse: collapse; }
.n-table table tr { border-bottom:#fafafa solid 1px;  }
.n-table table tr th { min-width:90px; max-width:300px; font-weight: normal; color:#403f3f; font-size:18px; line-height:1.5; text-align:center; padding:10px; background-color:#fafafa; }
.n-table table tr td {min-width:90px; max-width:300px; color:#979696; font-size:16px; line-height:1.5;  text-align:center; padding:10px; }
.n-table .red { color:#ef0303; }
.n-table .blue { color:#285dbc; }
.n-table .gray { color:#dcdcdc; }
.n-table .green { color:#429335; }
.n-table a { text-decoration:underline; }


@media (max-width:1750px){
.wrap{width:83%}
/*header1750*/
.header {height:100px; }
.header .logo{ height:70px; }
.header .h-info { font-size:16px; padding:0 20px; margin-left:20px; }
.header .h-info::before{ margin-top:-15px; height:30px; }
.header .h-info::after{ margin-top:-15px; height:30px; }
.header .h-tel { background-size:30px 30px; padding-left:40px; font-size:15px; margin-left:20px;  }
.header .h-tel h3 { font-size:19px; }
.header .login-btn { min-width:60px; height:31px; font-size:16px; line-height:29px; padding:0 10px; }
.header .signup-btn { min-width:60px; height:31px; font-size:16px; line-height:29px; margin-left:8px; padding:0 10px;  }
/*nav1750*/
.nav { height:50px; }
.nav ul li { font-size:16px; line-height:50px; } 
.nav ul li a { padding:0 25px;  }
.nav ul li a::after{ margin-top:-7px; height:14px; }
.nav ul li .sub { top:50px;}
/*i-firstscreen1750*/
.i-firstscreen { padding-top:35px; padding-bottom:35px; }
.i-firstscreen-left { margin-top:25px; }
.i-firstscreen-con { font-size:19px; margin-bottom:40px; }
.i-firstscreen-con h3 { font-size:59px; }
.i-firstscreen-con h4 { font-size:44px; margin-bottom:15px; }
.i-download ul li { height:150px; border-radius: 8px; }
.i-download ul li .con { padding-top:15px; }
.i-download ul li .con .pic { width:80px; height:80px;}
.i-download ul li .con .tit { font-size:16px; margin-top:10px; }
.i-download ul li .over { padding-top:10px; }
.i-download ul li .over .pic { width:100px; height:100px;}
.i-download ul li .over .tit { font-size:16px; margin-top:0; }
.i-firstscreen-right { border-radius:8px; padding:5px 25px 15px 25px; }
/*i-public1750*/
.i-public .con .tit { font-size:36px; }
.i-public .con .des { font-size:18px; margin-top:4px; }
.i-public .more { width:180px; height:50px; border-radius:25px; font-size:18px; line-height:48px; margin-top:25px; }
.i-public .more i { width:17px; height:17px; margin-left:21px; }
/*i-main1750*/
.i-main { padding-top:40px; padding-bottom:50px; }
.i-main-box { padding-top:8px; }
.i-main-left { margin-top:15px; }
.i-main-left ul li .con .tit { font-size:15px; line-height:2.6; }
.i-main-left ul li .con .tit img { height:18px; margin-left:8px;}
.i-main-left ul li .con .des { display:none; }
.i-main-left ul li .con .date { display:none; }
.i-main-left ul li:nth-child(1),.i-main-left ul li:nth-child(2) { height:220px; border-radius:8px; }
.i-main-left ul li:nth-child(1) .con,.i-main-left ul li:nth-child(2) .con { padding:140px 15px 0 15px; }
.i-main-left ul li:nth-child(1) .con .tit ,.i-main-left ul li:nth-child(2) .con .tit{ font-size:20px; }
.i-main-left ul li:nth-child(1) .con .date ,.i-main-left ul li:nth-child(2) .con .date{ font-size:15px;  margin-top:5px; }
.i-main-left ul li:nth-child(3),.i-main-left ul li:nth-child(4)  { padding-bottom:28px; margin-top:28px; margin-bottom:8px; }
.i-main-left ul li:nth-child(3) .pic , .i-main-left ul li:nth-child(4) .pic{ width:136px; height:86px; border-radius:8px; }
.i-main-left ul li:nth-child(3) .con ,.i-main-left ul li:nth-child(4) .con { width:calc(100% - 136px - 18px);  } 
.i-main-left ul li:nth-child(3) .con .tit , .i-main-left ul li:nth-child(4) .con .tit{ font-size:18px; margin-top:2px; }
.i-main-left ul li:nth-child(3) .con .des , .i-main-left ul li:nth-child(4) .con .des{ font-size:15px; line-height:1.4; margin-top:4px; }
/*i-main-right1750*/
.i-main-right-ban { font-size:22px; line-height:2.8; }
.i-main-right-list ul li .tit {font-size:15px; line-height:2.6; }
.i-main-right-list ul li .tit img { height:18px;  margin-left:8px; }
.i-main-right-list ul li .des { font-size:15px; margin-top:2px; }
.i-main-right-list ul li:first-child { padding:10px 5px 15px 5px; margin-bottom:5px; }
.i-main-right-list ul li:first-child .tit {  font-size:18px;}
/*i-case-list1750*/
.i-case-list { padding-top:15px; }
.i-case-list ul li { margin-top:15px; }
.i-case-list ul li .pic { height:215px; border-radius:8px; }
.i-case-list ul li .tit { font-size:16px; line-height:3.4; }
/*i-course-list1750*/
.i-course-list ul li { margin-top:40px; }
.i-course-list ul li .pic { height:215px; border-radius:8px; }
.i-course-list.n-course-list ul li .pic { height:170px; }
.i-course-list ul li .con { padding:0 8px; }
.i-course-list ul li .tit { font-size:16px; margin-top:16px; }
.i-course-list ul li .des { font-size:15px; margin-top:10px; }
.i-course-list ul li .more { margin-top:25px; }
.i-course-list ul li .more-left { font-size:15px; line-height:29px; }
.i-course-list ul li .more-left i { width:25px; height:25px; margin-right:4px; transform: translateY(-1px); }
.i-course-list ul li .more-right { min-width:80px; height:31px; border-radius:16px; font-size:15px; line-height:29px; padding:0 15px; }
/*i-mall-list1750*/
.i-mall-list ul li { margin-top:40px; }
.i-mall-list ul li .pic { height:300px; border-radius:8px; }
.i-mall-list ul li .con { padding:0 3px;}
.i-mall-list ul li .tit { font-size:16px; margin-top:16px; }
.i-mall-list ul li .more { margin-top:8px; }
.i-mall-list ul li .more-left { font-size:20px; line-height:30px; }
.i-mall-list ul li .more-mid { font-size:16px; line-height:30px; }
.i-mall-list ul li .more-right { font-size:16px; line-height:30px; }
/*f-contact1750*/
.f-contact { padding-top:50px; padding-bottom:50px; }
.f-contact-left { width:calc(100% - 150px - 80px); }
.f-contact-left .tit { font-size:26px; }
.f-contact-left .des { font-size:15px; margin-top:25px; }
.f-contact-left .form { margin-top:29px; }
.f-contact-left .form input[type=text] { height:50px; font-size:15px; border-radius:8px; padding-left:15px; }
.f-contact-left .form button { height:50px; font-size:15px; border-radius:8px; }
.f-contact-right { width:150px; height:150px; }
/*footer1750*/
.footer-box { border-top-left-radius:70px; border-top-right-radius:70px; }
.f-top { padding:60px 0; }
.f-top-left { font-size:55px; }
.f-mid { font-size:15px; padding:50px 0 25px 0; }
.f-mid dl dt { font-size:16px; margin-bottom:4px; }
.f-text h3 { font-size:19px; }
.f-copy { font-size:15px; padding:25px 0; }
/*n-position1750*/
.n-position { font-size:16px; line-height:60px; }
/*n-main1750*/
.n-main { min-height:500px; }
.n-main-right { margin-top:25px; padding-bottom:8px; }
.n-right-ban { font-size:22px; padding-left:20px; }
.n-right-list { padding:0 15px; }
.n-right-list ul li .pic { border-radius:10px; margin-bottom:10px;  }
.n-right-list ul li .tit {font-size:15px; line-height:2.6; }
.n-right-list ul li .tit img { height:18px;  margin-left:8px; }
.n-right-list ul li:first-child { padding-bottom:15px; }
.n-right-list ul li:first-child .tit { font-size:17px;}
/*n-newshow1750*/
.n-newshow { margin-top:35px; }
.n-tit { font-size:30px; }
.n-des { font-size:15px; line-height:41px; padding-bottom:5px; margin-bottom:15px; margin-top:5px; }
.n-des img { width:18px; height:18px; transform: translateY(-1px); }
.n-show { font-size:16px; }
.n-other  { font-size:16px; }
/*register-bg1750*/
.register-footer { font-size:15px; padding:30px 0; }
.register-box { padding:0 40px 40px 40px; }
/*register-header1750*/
.register-header {height:100px; }
.register-header .logo{ height:70px; }
.register-header .h-info { font-size:16px; padding:0 20px; margin-left:20px; }
.register-header .h-info::before{ margin-top:-15px; height:30px; }
.register-header .h-info::after{ margin-top:-15px; height:30px; }
.register-header .h-tel { background-size:30px 30px; padding-left:40px; font-size:15px; margin-left:20px;  }
.register-header .h-tel h3 { font-size:19px; }
.register-header-right { font-size:18px; }
.register-right { padding-top:50px; }
/*切换1750*/
.public-form .tab-container{ margin-top:25px; }
.public-form .tab{ font-size:18px; line-height:50px; margin-right:13px; }
.public-form .tab.active{ font-size:24px; }
/*表单1750*/
.public-form .form-container{ margin-top:13px; }
.public-form .form-group{margin-bottom:18px;}
/*下拉1750*/
.public-form .form-select .layui-input { height:50px; font-size:15px; line-height:50px; padding-left:15px;}
.public-form .form-control{height:50px; font-size:15px; line-height:50px; padding-left:15px;}
/*验证码1750*/
.public-form .send-code-btn{ font-size:15px;}
.public-form .agreement-section{margin:16px 0;font-size:15px;}
/*按钮1750*/
.public-form .submit-btn{ height:50px; font-size:17px;}
/*other-container1750*/
.other-container { margin-top:25px; }
.other-container .ban span { padding:0 13px; font-size:16px; }
.other-container .list { margin-top:13px; }
.other-container .list ul li { width:55px; height:55px; }
.other-container .list ul li .bot { top:55px; }
/*n-pro-left1750*/
.n-pro-left { padding:15px 10px; margin-top:25px; }
.n-pro-left-search { height:45px; }
.n-pro-left-search input[type=text] { margin-left:10px; width:calc(100% - 10px - 50px - 10px);  height:43px; font-size:15px; }
.n-pro-left-search input[type=submit] { width:50px; height:31px; }
/*category-container1750*/
.category-container{ margin-top:15px; }
/* 一级分类1750 */
.category-menu > .category-item > .category-title { font-size:18px; padding:15px 15px 15px 25px; }
/* 二级分类1750 */
.category-menu .sub-category > .category-item > .category-title { font-size:16px; padding:13px 15px 13px 35px; background:url(../images/left-jia.png) no-repeat 5px center; }
.category-menu .sub-category > .category-item > .category-title.active { background:url(../images/left-jian.png) no-repeat 5px center;}
/* 三级分类1750 */
.category-menu .sub-category .sub-category > .category-item > .category-title { font-size:16px; padding:11px 15px 11px 45px; background:url(../images/left-jia.png) no-repeat 15px center; }
.category-menu .sub-category .sub-category > .category-item > .category-title.active { background:url(../images/left-jian.png) no-repeat 15px center;}
/*四级内容1750*/
.category-menu .sub-category .sub-category .sub-category > .category-item > .category-title {font-size:16px; padding:9px 15px 9px 55px; background:url(../images/dot.png) no-repeat 45px center; }
/*右侧1750*/
.n-pro-right-ban {margin-top:30px; padding-bottom:15px; }
.n-pro-right-ban .con { width:calc(100% - 100px - 200px); }
.n-pro-right-ban .con .tit { font-size:21px;  }
.n-pro-right-ban .con .des { font-size:15px; margin-top:10px; }
.n-pro-right-ban .pic { font-size:15px; }
.n-pro-right-ban .more { height:50px; font-size:16px; line-height:48px;  border-radius:25px; }
.n-pro-right-ban .more i { width:17px; height:17px; margin-left:10px; transform: translateY(-1px); }
.n-pro-right-ban .more a { padding:0 30px;}
.n-pro-right-list { margin-top:20px; }
.n-pro-right-list ul li { margin-top:11px; }
.n-pro-right-list ul li .tit { font-size:16px; width:59%; }
.i-main-right-list ul li .tit img { height:18px; margin-left:8px; }
.n-pro-right-list ul li .date { font-size:15px; }
.n-pro-right-list ul li .more { font-size:15px;  margin-left:25px; }
.n-pro-right-list ul li .more i { width:18px; height:18px; margin-right:5px; transform: translateY(-1px); }
/*n-case-list1750*/
.n-case-list ul li {margin-top:15px; }
.n-case-list ul li .pic { height:130px; border-radius:8px;}
.n-case-list ul li .tit { font-size:15px; line-height:3.4; }
/*member-bg1750*/
.member-h-right ul li { margin-left:30px; font-size:15px; line-height:35px; }
.member-h-right ul li::after{ margin-top:-7px; height:14px; }
.member-h-right ul li i { width:6px; height:6px; left:12px; top:12px; }
.member-h-right ul li img { width:16px; height:16px; }
/*n-catelist1750*/
.n-catelist { padding-bottom:45px; }
.n-catelist ul li { height:120px; border-radius: 8px; margin-top:30px; }
.n-catelist ul li a { padding:25px 15px 0 25px;}
.n-catelist ul li .tit { font-size:18px; }
.n-catelist ul li .des { font-size:15px; margin-top:15px; }
.n-catelist ul li .des span { width:18px; height:18px; transform: translateY(-1px); }
/*n-catetop1750*/
.n-catetop-left { margin-top:40px; }
/*n-cateback1750*/
.n-cateback { width:250px; height:60px; font-size:18px; line-height:58px; margin-top:50px; margin-bottom:50px; }
.n-cateback i { width:18px; height:18px; margin-right:10px; transform: translateY(-1px); }
/*n-video-top1750*/
.n-video-top { margin-top:15px; }
.n-video-top .pic { height:330px;}
.n-video-top .piclist{ height:330px; }
.n-video-top .con .tit {  font-size:24px; margin-top:15px; }
.n-video-top .con .des { font-size:16px; margin-top:15px; }
.n-video-top .con .more {  margin-top:45px; padding-top:45px; }
.n-video-top .con .more-left a { padding:0 35px; font-size:16px; line-height:43px; margin-right:8px; }
.n-video-top .con .more-right { font-size:16px; }
.n-video-top .con .more-right i { width:25px; height:25px; }
/*n-video-bot1750*/
.n-video-bot { margin-top:60px; }
.n-video-bot-left-ban ul li { font-size:20px; margin-left:40px; }
.n-video-bot-left-ban ul li.active::after{ height:2px; }
.n-video-bot-left-show { font-size:16px; padding:25px; }
.n-video-bot-right-ban {  font-size:20px; padding-left:27px; }
.n-video-bot-right-ban::after{ left:12px; margin-top:-8px; width:9px; height:16px;  }
.n-video-bot-right-con { margin-top:18px; }
.n-video-bot-right-con .con { font-size:15px; padding:5px; margin-top:4px; }
.n-video-bot-right-con .con p { margin-bottom:4px; }
.n-video-bot-left-list ul li { padding:40px 35px 40px 10px; }
.n-video-bot-left-list ul li .nob { width:70px; font-size:24px; margin-top:5px; }
.n-video-bot-left-list ul li .con { width:calc(100% - 70px - 43px - 70px); }
.n-video-bot-left-list ul li .con .tit { font-size:18px; }
.n-video-bot-left-list ul li .con .des { font-size:16px; margin-top:4px; }
.n-video-bot-left-list ul li .con .des i { width:16px; height:16px; margin-right:8px; }
.n-video-bot-left-list ul li .con .des span { padding:2px 8px; border-radius:8px;  font-size:15px; margin-left:8px; }
.n-video-bot-left-list ul li .more { width:43px; height:43px; margin-top:3px; }
/*n-video-play1750*/
.n-video-play { margin-top:25px; }
.n-video-play .con { padding:15px 25px; }
.n-video-play .con .tit { font-size:24px; }
.n-video-play .con .des { font-size:16px;  margin-top:13px; }
.n-video-play .con .des i { width:16px; height:16px;  margin-right:8px; transform: translateY(-1px);}
/*n-place1750*/
.n-place { padding-bottom:35px; }
.n-place-ban {  font-size:20px; margin-top:15px; }
.n-place-list { margin-top:10px; }
.n-place-list dl dt { font-size:16px; line-height: 45px; }
.n-place-list dl dd  { font-size:16px;  line-height:45px; }
.n-place-list .red { font-size:20px;  line-height:45px; }
/*n-place-balance1750*/
.n-place-balance { margin-top:10px; }
.n-place-balance-left i { width:16px; height:16px; margin-right:8px; transform: translateY(-1px);  }
.n-place-balance-right .red { font-size:20px;  }
.n-place-balance label { font-size:16px; line-height:55px;  padding:0 25px;}
/*n-place-con1750*/
.n-place-con { font-size:16px; line-height:50px;  margin-top:10px; padding-right:25px;  }
.n-place-con-left label { width:160px; font-size:18px; line-height:50px;  margin-left:15px; }
.n-place-con-left label i { width:32px; height:32px; margin-right:8px; transform: translateY(-1px); }
.n-place-con-left input[type="radio"]:checked+label::after{ width:37px; height:33px; }
.n-place-con-right .red { font-size:20px; }
.n-place-bottom {  margin-top:25px; padding-top:25px; padding-bottom:25px; }
.n-place-bottom .text { font-size:20px; line-height:50px; }
.n-place-bottom .submit { width:160px; height:50px; font-size:18px; line-height:50px; margin-left:45px; }
.n-place-ewm { font-size:16px; line-height:50px; }
/*n-column1750*/
.n-column { margin-top:25px; padding-bottom:25px; }
.n-column label { height:180px;  padding-top:13px; }
.n-column label .tit { font-size:19px; }
.n-column label .price { font-size:35px; }
.n-column label .price-gray { font-size:16px; }
.n-column label .info { width:150px; font-size:16px; margin-top:8px;  }
.n-column .submit { width:160px; height:50px; font-size:18px; line-height:50px; margin-top:25px;}
.n-column-con { font-size:16px;  margin-top:25px; }
.n-column-con h3 { font-size:20px; }
/*member-main1750*/
.member-left { width:190px;  border-radius:8px;  min-height:700px; padding:8px; }
/*member-left-sub1750*/
.member-left-sub ul li { font-size:16px; line-height:50px; margin-top:10px; padding-left:15px; background:#fafafa url(../images/member-left-sub1.png) no-repeat calc(100% - 20px) center; background-size:12px 12px;}
.member-left-sub ul li:hover {background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 20px) center; background-size:12px 12px; }
.member-left-sub ul li.active { background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 20px) center; background-size:12px 12px; }
/*member-right1750*/
.member-right { width:calc(100% - 190px - 15px);  border-radius:8px;  min-height:700px; padding:0 30px 30px 30px; }
.member-right-ban .tit { font-size:19px; line-height:70px; }
.member-right-ban .more { font-size:15px; line-height:70px; }
.n-form.mt { margin-top:25px; }
.n-form ul li { margin-top:8px; font-size:16px; line-height:45px; }
.n-form ul li::after{ left:130px; }
.n-form ul li .n-left { width:120px; }
.n-form ul li .n-right { width:calc(100% - 130px - 20px); }
/*表单1750*/
.n-form .text { line-height:25px; }
.n-form .edit { right:15px; }
.n-form .edit i { width:16px; height:16px; }
/*输入框1750*/
.n-form .n-input { height:45px; font-size:16px; }
/*选择日期1750*/
.n-form .n-select-nobg { height:45px; font-size:16px; }
/*下拉框1750*/
.n-form .n-select .layui-input { height:45px; font-size:16px; }
/*复选框1750*/
.n-form .layui-form-checkbox>div { font-size:16px; }
/*单选框1750*/
.n-form .layui-form-radio>* { font-size:16px; }
/*文本域1750*/
.n-form .n-textarea { height:120px; font-size:16px; line-height:45px;}
/*阅读同意1750*/
.order-bottom {padding:20px 150px 70px 150px;  }
.order-bottom .n-prompt { font-size:16px; }
.order-bottom .n-agreement-section{font-size:16px;}
.order-bottom .layui-form-checkbox[lay-skin=primary]>div {font-size:16px; }
/*提交按钮1750*/
.n-submit-btn { height:45px; font-size:16px; line-height:45px; margin-top:13px; }
.m-submit-btn { width:350px; height:45px; font-size:16px; line-height:45px; margin-top:13px; }
/*上传图片1750*/
.n-imagephoto { padding-top:15px;  }
.n-imagephoto dl dd { width:110px; margin-right:15px; }
.n-imagephoto dl dd button { height:110px; }
/*m-bell1750*/
.m-bell { font-size:15px; padding-top:15px; }
.m-bell i { width:18px; height:18px;margin-right:4px; transform: translateY(-1px); }
/*m-balance1750*/
.m-balance { height:130px; margin-top:15px; border-radius:8px;  padding:0 50px 0 40px; }
.m-balance .tit { font-size:16px; line-height:40px; }
.m-balance .tit span { font-size:39px; }
.m-balance .more { width:130px; height:40px; font-size:16px; line-height:38px; }
.m-balance .more i { width:23px; height:23px; margin-right:8px; }
/*m-sub1750*/
.m-sub { margin-top:15px; }
.m-sub ul li { font-size:19px;  margin-left:50px; }
.m-sub ul li.active::after{ height:2px; }
/*m-points1750*/
.m-points { margin-top:25px; padding:30px 0; }
.m-points ul li .tit { font-size:15px; }
.m-points ul li .nob { font-size:24px; line-height:31px; margin-top:8px; }
.m-points ul li .more { width:110px; height:31px;  font-size:15px; line-height:29px;  margin-top:8px; }
.m-points ul li .more i { width:14px; height:14px; }
/*m-newlist1750*/
.m-newlist ul li { padding:25px 0; }
.m-newlist ul li .tit  { font-size:19px; }
.m-newlist ul li .des { font-size:15px; margin-top:8px;}
.m-newlist ul li .date{ font-size:15px; margin-top:8px; }
.m-newlist ul li .date i { width:14px; height:14px; }
/*p-recharge1750*/
.p-recharge .ban { font-size:19px; }
.p-recharge .input{margin-top:15px;}
.p-recharge .input input[type=text] {  height:50px; font-size:18px; padding-left:15px; }
.p-recharge .radio {margin-top:15px;}
.p-recharge .radio label { width:150px; font-size:18px; line-height:50px; margin-left:15px; }
.p-recharge .radio label i { width:32px; height:32px; margin-right:8px; transform: translateY(-1px);  }
.p-recharge .radio input[type="radio"]:checked+label::after{ width:37px; height:33px; }
.p-recharge .ewm { font-size:15px; margin-top:15px; }
/*m-order-list1750*/
.m-order-list { padding-top:25px; }
.m-order-top { padding:0 25px; font-size:16px; line-height:50px;  }
.m-order-bot { padding:10px 25px 25px 25px; }
.m-order-bot a { padding:0 25px; font-size:16px; line-height:35px; margin-top:15px; margin-right:15px;  }
.m-order-mid { padding:25px 25px; font-size:16px; }
.m-order-mid-left {  width:calc(100% - 200px - 25px);  }
.m-order-mid-left .pic { width:100px; height:100px; margin-right:25px; }
.m-order-mid-left .con { width:calc(100% - 100px - 25px - 100px - 25px); }
.m-order-mid-left .con .tit { font-size:18px; }
.m-order-mid-left .con .des { font-size:16px; }
.m-order-mid-left .con .cate { font-size:16px; }
.m-order-mid-left .con .cate i {width:12px; height:12px;margin-left:8px; }
.m-order-mid-left .con .cate:hover i {  background:url(../images/order-cate2.png) no-repeat center center; background-size:100% 100%; }
.m-order-mid-left .price { width:100px; }
.m-order-mid-right { width:200px;}
/*m-subtype1750*/
.m-subtype { margin-top:25px; }
.m-subtype ul li { font-size:16px; line-height:40px; margin-left:15px; }
.m-subtype ul li a { padding:0 30px; }
/*member-left-top1750*/
.member-left-top { padding:4px; }
.member-left-top .pic { width:44px; height:44px;  }
.member-left-top .con { width:calc(100% - 44px - 10px);  font-size:16px; line-height:44px; }
/*n-table1750*/
.n-table { margin-top:25px; }
.n-table table tr th { font-size:16px;  padding:10px 8px; }
.n-table table tr td { font-size:15px; padding:10px 8px; }


}

@media (max-width:1600px){
/*nav1600*/
.nav ul li a { padding:0 20px;  }
}

@media (max-width:1500px){
/*nav1500*/
.nav ul li a { padding:0 17px;  }
}

@media (max-width:1400px){
/*header1400*/
.header {height:80px; }
.header .logo{ height:60px; }
.header .h-info { font-size:15px; padding:0 15px; margin-left:15px; }
.header .h-info::before{ margin-top:-13px; height:26px; }
.header .h-info::after{ margin-top:-13px; height:26px; }
.header .h-tel { background-size:24px 24px; padding-left:30px; margin-left:15px;  }
.header .h-tel h3 { font-size:17px; }
/*nav1400*/
.nav { height:40px; }
.nav ul li { font-size:15px; line-height:40px; } 
.nav ul li a { padding:0 16px;  }
.nav ul li a::after{ margin-top:-6px; height:12px; }
.nav ul li .sub { top:40px;}
/*i-firstscreen1400*/
.i-firstscreen { padding-top:30px; padding-bottom:30px; }
.i-firstscreen-left { margin-top:20px; }
.i-firstscreen-con { font-size:16px; margin-bottom:35px; }
.i-firstscreen-con h3 { font-size:47px; }
.i-firstscreen-con h4 { font-size:35px; margin-bottom:10px; }
.i-download ul li { border-radius:5px; }
.i-firstscreen-right { border-radius:5px; }
/*i-public1400*/
.i-public .con .tit { font-size:28px; }
.i-public .con .des { font-size:16px; margin-top:3px; }
.i-public .more { width:160px; height:40px; border-radius:20px; font-size:16px; line-height:38px; margin-top:20px; }
.i-public .more i { width:15px; height:15px; margin-left:16px; }
/*i-main1400*/
.i-main { padding-top:35px; padding-bottom:45px; }
.i-main-left ul li:nth-child(1), .i-main-left ul li:nth-child(2) { height: 213px; border-radius:5px; }
.i-main-left ul li:nth-child(1) .con,.i-main-left ul li:nth-child(2) .con { padding:145px 10px 0 10px; }
.i-main-left ul li:nth-child(1) .con .tit ,.i-main-left ul li:nth-child(2) .con .tit{ font-size:18px; }
.i-main-left ul li:nth-child(3) .pic , .i-main-left ul li:nth-child(4) .pic{ width:126px;  border-radius:5px; }
.i-main-left ul li:nth-child(3) .con ,.i-main-left ul li:nth-child(4) .con { width:calc(100% - 126px - 18px);  } 
.i-main-left ul li:nth-child(3) .con .tit , .i-main-left ul li:nth-child(4) .con .tit{ font-size:17px; }
/*i-main-right1400*/
.i-main-right-ban { font-size:20px; }
.i-main-right-list ul li:first-child .tit {  font-size:17px;}
/*i-case-list1400*/
.i-case-list ul li .pic { height:190px; border-radius:5px; }
.i-case-list ul li .tit { font-size:15px; line-height:3.2; }
/*i-course-list1400*/
.i-course-list ul li { margin-top:30px; }
.i-course-list ul li .pic { height:190px; border-radius:5px; }
.i-course-list.n-course-list ul li .pic { height:150px; }
.i-course-list ul li .con { padding:0 6px; }
.i-course-list ul li .tit { font-size:15px; margin-top:14px; }
.i-course-list ul li .des { margin-top:8px; }
/*i-mall-list1400*/
.i-mall-list ul li { margin-top:30px; }
.i-mall-list ul li .pic { height:260px; border-radius:5px; }
.i-mall-list ul li .con { padding:0 2px;}
.i-mall-list ul li .tit { font-size:15px; margin-top:14px; }
.i-mall-list ul li .more { margin-top:6px; }
.i-mall-list ul li .more-left { font-size:18px; line-height:26px; }
.i-mall-list ul li .more-mid { font-size:15px; line-height:26px; }
.i-mall-list ul li .more-right { font-size:15px; line-height:26px; }
/*f-contact1400*/
.f-contact { padding-top:40px; padding-bottom:40px; }
.f-contact-left { width:calc(100% - 130px - 60px); }
.f-contact-left .tit { font-size:23px; }
.f-contact-left .des { margin-top:20px; }
.f-contact-left .form { margin-top:24px; }
.f-contact-left .form input[type=text] { height:45px; border-radius:5px; padding-left:10px; }
.f-contact-left .form button { height:45px; border-radius:5px; }
.f-contact-right { width:130px; height:130px; }
/*footer1400*/
.footer-box { border-top-left-radius:50px; border-top-right-radius:50px; }
.f-top { padding:50px 0; }
.f-top-left { font-size:46px; }
.f-mid { padding:20px 0 20px 0;  flex-wrap: wrap; }
.f-mid dl { flex: 0 0 25%;margin-top:20px; }
.f-mid dl dt { font-size:15px; margin-bottom:3px; }
.f-text h3 { font-size:17px; }
.f-copy { padding:20px 0; }
/*n-position1400*/
.n-position { font-size:15px; line-height:50px; }
/*n-main1400*/
.n-main { min-height:400px; }
.n-main-right { margin-top:20px; padding-bottom:6px; }
.n-right-ban { font-size:19px; padding-left:15px; }
.n-right-list { padding:0 10px; }
.n-right-list ul li .pic { border-radius:5px; }
.n-right-list ul li:first-child .tit { font-size:16px;}
/*n-newshow1400*/
.n-newshow { margin-top:30px; }
.n-tit { font-size:24px; }
.n-des { padding-bottom:0; margin-bottom:10px; margin-top:0; }
/*register-bg1400*/
.register-box { padding:0 30px 30px 30px; }
/*register-header1400*/
.register-header {height:80px; }
.register-header .logo{ height:60px; }
.register-header .h-info { font-size:15px; padding:0 15px; margin-left:15px; }
.register-header .h-info::before{ margin-top:-13px; height:26px; }
.register-header .h-info::after{ margin-top:-13px; height:26px; }
.register-header .h-tel { background-size:24px 24px; padding-left:30px; margin-left:15px;  }
.register-header .h-tel h3 { font-size:17px; }
.register-header-right { font-size:16px; }
.register-right { padding-top:40px; }
/*切换1400*/
.public-form .tab-container{ margin-top:20px; }
.public-form .tab{ font-size:16px; line-height:45px; margin-right:11px; }
.public-form .tab.active{ font-size:20px; }
/*表单1400*/
.public-form .form-container{ margin-top:11px; }
.public-form .form-group{margin-bottom:16px;}
/*下拉1400*/
.public-form .form-select .layui-input { height:45px; line-height:45px; padding-left:10px;}
.public-form .form-control{height:45px; line-height:45px; padding-left:10px;}
/*按钮1400*/
.public-form .submit-btn{ height:45px; font-size:16px;}
/*other-container1400*/
.other-container { margin-top:20px; }
.other-container .ban span { padding:0 11px; }
.other-container .list { margin-top:11px; }
.other-container .list ul li { width:50px; height:50px; }
.other-container .list ul li .bot { top:50px; }
/*n-pro1400*/
.n-pro-right-ban .con {width:calc(100% - 100px - 150px); }
.n-pro-right-ban .con .tit { font-size: 18px;}
.n-pro-right-ban .more { height:40px; font-size:15px; line-height:38px;  border-radius:20px; }
.n-pro-right-ban .more i { width:15px; height:15px; margin-left:5px; }
.n-pro-right-ban .more a { padding:0 20px;}
.n-pro-right-list ul li .tit { width:54%;  }
/*n-case-list1400*/
.n-case-list ul li .pic { height:110px; border-radius:5px;}
/*n-catelist1400*/
.n-catelist { padding-bottom:40px; }
.n-catelist ul li { height:100px; border-radius: 5px; margin-top:25px; }
.n-catelist ul li a { padding:20px 10px 0 15px;}
.n-catelist ul li .tit { font-size:17px; }
.n-catelist ul li .des { margin-top:10px; }
/*n-catetop1400*/
.n-catetop-left { margin-top:35px; }
/*n-cateback1400*/
.n-cateback { width:200px; height:50px; font-size:16px; line-height:48px; margin-top:40px; margin-bottom:40px; }
.n-cateback i { width:16px; height:16px; margin-right:5px; }
/*n-video-top1400*/
.n-video-top { margin-top:10px; }
.n-video-top .pic { height:270px;}
.n-video-top .piclist{ height:270px; }
.n-video-top .con .tit {  font-size:19px; margin-top:10px; }
.n-video-top .con .des { font-size:15px; margin-top:10px; }
.n-video-top .con .more {  margin-top:40px; padding-top:40px; }
.n-video-top .con .more-left a { padding:0 30px; font-size:15px; line-height:38px; margin-right:6px; }
.n-video-top .con .more-right { font-size:14px; }
.n-video-top .con .more-right i { width:23px; height:23px; }
/*n-video-bot1400*/
.n-video-bot { margin-top:40px; }
.n-video-bot-left-ban ul li { font-size:18px; margin-left:30px; }
.n-video-bot-left-show { padding:20px; }
.n-video-bot-right-ban {  font-size:18px; padding-left:22px; }
.n-video-bot-right-ban::after{ left:9px; margin-top:-6px; width:6px; height:12px;  }
.n-video-bot-right-con { margin-top:16px; }
.n-video-bot-left-list ul li { padding:35px 30px 35px 5px; }
.n-video-bot-left-list ul li .nob { width:50px; font-size:19px; margin-top:3px; }
.n-video-bot-left-list ul li .con { width:calc(100% - 50px - 38px - 50px); }
.n-video-bot-left-list ul li .con .tit { font-size:16px; }
.n-video-bot-left-list ul li .con .des { font-size:15px; margin-top:3px; }
.n-video-bot-left-list ul li .con .des i { width:14px; height:14px; margin-right:6px; }
.n-video-bot-left-list ul li .con .des span { padding:1px 6px; border-radius:6px;  font-size:14px; margin-left:6px; }
.n-video-bot-left-list ul li .more { width:38px; height:38px; margin-top:3px; }
/*n-video-play1400*/
.n-video-play { margin-top:20px; }
.n-video-play .con { padding:10px 20px; }
.n-video-play .con .tit { font-size:22px; }
.n-video-play .con .des { margin-top:11px; }
.n-video-play .con .des i { width:14px; height:14px;  margin-right:6px; }
/*n-place1400*/
.n-place { padding-bottom:30px; }
.n-place-ban {  font-size:18px; }
.n-place-list dl dt { font-size:15px; line-height: 40px; }
.n-place-list dl dd  { font-size:15px;  line-height:40px; }
.n-place-list .red { font-size:18px;  line-height:40px; }
/*n-place-balance1400*/
.n-place-balance-right .red { font-size:18px;  }
.n-place-balance label { font-size:15px;   padding:0 20px;}
/*n-place-con1400*/
.n-place-con { font-size:15px; line-height:45px;  padding-right:20px;  }
.n-place-con-left label { width:140px; font-size:16px; line-height:45px;  margin-left:10px; }
.n-place-con-left label i { width:30px; height:30px; margin-right:5px; }
.n-place-con-left input[type="radio"]:checked+label::after{ width:32px; height:28px; }
.n-place-con-right .red { font-size:18px; }
.n-place-bottom .text { font-size:18px; line-height:45px; }
.n-place-bottom .submit { width:140px; height:45px; font-size:16px; line-height:45px; margin-left:40px; }
.n-place-ewm { font-size:15px; line-height:45px; }
/*n-column1400*/
.n-column { margin-top:20px; padding-bottom:20px; }
.n-column label { height:160px;  padding-top:11px; }
.n-column label .tit { font-size:16px; }
.n-column label .price { font-size:30px; }
.n-column label .price-gray { font-size:15px; }
.n-column label .info { width:130px; font-size:15px; margin-top:6px;  }
.n-column .submit { width:140px; height:45px; font-size:16px; line-height:45px; margin-top:20px;}
.n-column-con { font-size:15px;  margin-top:20px; }
.n-column-con h3 { font-size:18px; }
/*member-main1400*/
.member-left { border-radius:5px;  min-height:600px; padding:5px; }
.member-right { border-radius:5px;  min-height:600px;  padding:0 20px 30px 20px;  }
.member-right-ban .tit { font-size:17px; line-height:60px; }
.member-right-ban .more { line-height:60px; }
/*member-left-sub1400*/
.member-left-sub ul li { font-size:15px; line-height:40px; margin-top:5px; padding-left:10px; background:#fafafa url(../images/member-left-sub1.png) no-repeat calc(100% - 15px) center;background-size:10px 10px;  }
.member-left-sub ul li:hover {background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 15px) center; background-size:10px 10px;  }
.member-left-sub ul li.active { background:#285dbc url(../images/member-left-sub2.png) no-repeat calc(100% - 15px) center; background-size:10px 10px;  }
.n-form.mt { margin-top:20px; }
.n-form ul li { margin-top:6px; font-size:15px; line-height:40px; }
.n-form ul li::after{ left:120px; }
.n-form ul li .n-left { width:110px; }
.n-form ul li .n-right { width:calc(100% - 120px - 18px); }
/*表单1400*/
.n-form .text { line-height:20px; }
.n-form .edit { right:10px; }
.n-form .edit i { width:14px; height:14px; }
/*输入框1400*/
.n-form .n-input  { height:40px; font-size:15px; }
/*选择日期1400*/
.n-form .n-select-nobg { height:40px; font-size:15px; }
/*下拉框1400*/
.n-form .n-select .layui-input{ height:40px; font-size:15px; }
/*复选框1400*/
.n-form .layui-form-checkbox>div { font-size:15px; }
/*单选框1400*/
.n-form .layui-form-radio>* { font-size:15px; }
/*文本域1400*/
.n-form .n-textarea { height:105px; font-size:15px; line-height:40px;}
/*阅读同意1400*/
.order-bottom {padding:15px 138px 60px 138px;  }
.order-bottom .n-prompt { font-size:15px; }
.order-bottom .n-agreement-section{font-size:15px}
.order-bottom .layui-form-checkbox[lay-skin=primary]>div {font-size:15px; }
/*提交按钮1400*/
.n-submit-btn { height:40px; font-size:15px; line-height:40px; margin-top:11px; }
.m-submit-btn { width:300px; height:40px; font-size:15px; line-height:40px; margin-top:11px; }
/*上传图片1400*/
.n-imagephoto { padding-top:10px;  }
.n-imagephoto dl dd { width:100px; margin-right:10px; }
.n-imagephoto dl dd button { height:100px; }
/*m-balance1400*/
.m-balance { height:100px; margin-top:10px; border-radius:5px;  padding:0 40px 0 30px; }
.m-balance .tit { font-size:15px; line-height:35px; }
.m-balance .tit span { font-size:31px; }
.m-balance .more { width:110px; height:35px; font-size:15px; line-height:33px; }
.m-balance .more i { width:21px; height:21px; margin-right:5px; }
/*m-sub1400*/
.m-sub { margin-top:10px; }
.m-sub ul li { font-size:17px;  margin-left:40px; }
/*m-points1400*/
.m-points { margin-top:20px; padding:20px 0; }
.m-points ul li .nob { font-size:20px; margin-top:6px; }
.m-points ul li .more { margin-top:6px; }
.m-points ul li .more i { width:12px; height:12px; }
/*m-newlist1400*/
.m-newlist ul li { padding:20px 0; }
.m-newlist ul li .tit  { font-size:16px;  }
.m-newlist ul li .des { margin-top:6px;}
.m-newlist ul li .date{  margin-top:6px; }
.m-newlist ul li .date i {width:12px; height:12px;}
/*p-recharge1400*/
.p-recharge .ban { font-size:17px; }
.p-recharge .input input[type=text] {  height:45px; font-size:16px; padding-left:10px; }
.p-recharge .radio label { width:130px; font-size:16px; line-height:45px; margin-left:10px; }
.p-recharge .radio label i  { width:30px; height:30px; margin-right:5px; }
.p-recharge .radio input[type="radio"]:checked+label::after{ width:32px; height:28px; }
/*m-order-list1400*/
.m-order-list { padding-top:20px; }
.m-order-top { padding:0 20px; font-size:15px; line-height:40px;  }
.m-order-bot { padding:10px 20px 20px 20px; }
.m-order-bot a { padding:0 20px; font-size:15px; line-height:30px; margin-top:10px; margin-right:10px;  }
.m-order-mid { padding:20px 20px; font-size:15px; }
.m-order-mid-left {  width:calc(100% - 170px - 20px);  }
.m-order-mid-left .pic { width:80px; height:80px; margin-right:20px; }
.m-order-mid-left .con { width:calc(100% - 80px - 20px - 80px - 20px); }
.m-order-mid-left .con .tit { font-size:16px; }
.m-order-mid-left .con .des { font-size:15px; }
.m-order-mid-left .con .cate { font-size:15px; }
.m-order-mid-left .con .cate i {width:10px; height:10px;margin-left:5px; }
.m-order-mid-left .price { width:80px; }
.m-order-mid-right { width:170px;}
/*m-subtype1400*/
.m-subtype { margin-top:20px; }
.m-subtype ul li { font-size:15px; line-height:35px; margin-left:10px; }
.m-subtype ul li a { padding:0 20px; }
/*member-left-top1400*/
.member-left-top { padding:3px; }
.member-left-top .pic { width:34px; height:34px;  }
.member-left-top .con { width:calc(100% - 34px - 5px);  font-size:15px; line-height:34px; }
/*n-table1400*/
.n-table { margin-top:20px; }
.n-table table tr th { font-size:15px;  padding:10px 5px; }
.n-table table tr td {  padding:10px 5px;  }

}

@media (max-width:1300px){
/*nav1300*/
.nav ul li a { padding:0 12px;  }
}


@media (max-width:1200px){
.wrap{width:94%}

}

@media (max-width:1100px){
/*nav1100*/
.nav ul li a { padding:0 7px;  }
}


@media (max-width:992px){
/*header992*/
.welcome { display:none;}
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
/*i-firstscreen992*/
.i-firstscreen-left { float:none; width:100%; margin-top:0; }
.i-firstscreen-con h3 { font-size: 39px; }
.i-firstscreen-con h4 { font-size: 29px; }
.i-firstscreen-right { float:none; width:100%; margin-top:30px; }
/*i-public992*/
.i-public .con .tit { font-size: 24px; }
/*i-main992*/
.i-main-left { float:none; width:100%; }
.i-main-right { float:none; width:100%; margin-top:30px;  }
/*i-case-list992*/
.i-case-list ul li .pic { height:160px; }
/*i-case-list992*/
.i-course-list ul li .pic { height:160px; }
/*i-mall-list992*/
.i-mall-list ul li .pic { height: 180px; }
.i-mall-list ul li .more-right { float:none; width:100%; clear: both;}
/*footer992*/
.footer-box { border-top-left-radius: 30px; border-top-right-radius: 30px; }
.f-top { padding:40px 0; }
.f-top-left { float:none; width:100%;font-size: 36px;}
.f-top-right { float:none; width:100%; margin-top:30px; }
.f-mid dl { flex: 0 0 33%; }
.f-mid dl:last-child { flex: 0 0 66%; }
.f-copy-left { float: none;}
.f-copy-right { float: none;}
/*n-main992*/
.n-main-left { float:none; width:100%; }
.n-main-right { float:none; width:100%; }
/*register-bg992*/
.register-box { padding:0 20px 30px 20px; }
.register-box .i-firstscreen-left { display:none; }
/*register-header992*/
.register-header {height:60px; }
.register-header .logo{ height:40px; }
.register-header .h-info { display:none; }
.register-header .h-tel { display:none; }
.register-header-right { font-size:15px; }
.register-right { float:none; width:100%; padding-top:1px; }
/*n-pro992*/
.n-pro-left { float: none; width: 100%; margin-top:30px; }
.n-pro-right { float: none; width: 100%; }
.n-pro-right-ban .con {width:calc(100% - 100px - 100px); }
.n-pro-right-ban .more a { padding:0 10px;}
/*n-catelist992*/
.n-catelist ul li { width:48.5%; }
.n-catelist ul li:nth-child(4n+2) { margin-left:0;}
.n-catelist ul li:nth-child(4n+3) { margin-left:0;}
.n-catelist ul li:nth-child(4n+4) { margin-left:0;}
.n-catelist ul li:nth-child(even) { margin-left:3%; }
/*n-catetop992*/
.n-catelist { padding-bottom: 30px;}
.n-catetop-left {float: none; width: 100%;  margin-top:5px; }
.n-catetop-right {float: none; width: 100%;  }
/*n-cateback992*/
.n-cateback { width:150px; height:45px; font-size:15px; line-height:43px; margin-top:30px; margin-bottom:30px; }
/*n-video-play992*/
.n-video-play { margin-top:15px; }
.n-video-play .con { padding:10px 15px; }
.n-video-play .con .tit { font-size:20px; }
.i-course-list.n-course-list.v-course-list ul li { width:32%; } 
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+2) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+3) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(4n+4) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+3) { margin-left:2%;}
/*member-main992*/
.member-left { float:none; width:100%; margin-top:20px; min-height:auto; display:none; }
.member-right {float:none; width:100%;  min-height:200px; margin-top:20px; padding:0 10px 30px 10px; }
.member-right-ban .tit { font-size:16px; line-height:50px; }
.member-right-ban .more { line-height:50px; display:none; }

}

@media (max-width:767px){
.wrap{width:80%}
/*i-firstscreen767*/
.i-firstscreen-con { margin-bottom:5px; }
.i-firstscreen-con h3 { font-size: 34px; }
.i-firstscreen-con h4 { font-size: 26px; }
.i-download ul li { width:48.5%; margin-top:20px; }
.i-download ul li:nth-child(4n+2) { margin-left:0;}
.i-download ul li:nth-child(4n+3) { margin-left:0;}
.i-download ul li:nth-child(4n+4) { margin-left:0;}
.i-download ul li:nth-child(even) { margin-left:3%; }
.i-firstscreen-right { padding: 5px 15px 15px 15px; }
/*i-public767*/
.i-public .con { float:none; }
.i-public .con .tit { font-size: 22px; }
.i-public .more { float:none; }
/*i-main767*/
.i-main-left { margin-top:0; }
.i-main-left ul li { float:none; width:100%; }
.i-main-left ul li:nth-child(even) { margin-left:0; }
.i-main-left ul li:nth-child(1), .i-main-left ul li:nth-child(2) { margin-top:15px; }
.i-main-left ul li:nth-child(3), .i-main-left ul li:nth-child(4) {padding-bottom: 20px;margin-top: 20px; margin-bottom: 5px;}
/*i-case767*/
.i-case-list ul li { float:none; width:100%; }
.i-case-list ul li:nth-child(3n+2) { margin-left:0;}
.i-case-list ul li:nth-child(3n+3) { margin-left:0;}
.i-case-list ul li .pic { height: 190px; }
/*i-course767*/
.i-course-list ul li { float:none; width:100%; }
.i-course-list ul li:nth-child(3n+2) { margin-left:0;}
.i-course-list ul li:nth-child(3n+3) { margin-left:0;}
.i-course-list ul li .pic { height: 190px; }
.i-course-list.n-course-list ul li .pic { height:190px; }
/*i-mall767*/
.i-mall-list ul li { width:48.5%; margin-top:20px; }
.i-mall-list ul li:nth-child(4n+2) { margin-left:0;}
.i-mall-list ul li:nth-child(4n+3) { margin-left:0;}
.i-mall-list ul li:nth-child(4n+4) { margin-left:0;}
.i-mall-list ul li:nth-child(even) { margin-left:3%;}
.i-mall-list ul li .pic { height:190px; }
/*f-contact767*/
.f-contact-left { float:none; width:100%; }
.f-contact-right { display:none; }
.f-contact-left .tit { font-size: 21px; }
.f-contact-left .des { margin-top: 15px; }
.f-contact-left .form { margin-top: 0; display:block; }
.f-contact-left .form form { display:block; }
.f-contact-left .form input[type=text] { width:100%; margin-top:19px; }
.f-contact-left .form button { width:100%; margin-top:19px; }
/*footer767*/
.footer-box { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.f-top { padding: 25px 0; }
.f-top-left { font-size: 22px; }
.f-top-right { margin-top: 0;}
.f-mid dl { flex: 0 0 50%;}
/*n-newshow767*/
.n-newshow { margin-top:25px; }
.n-tit { font-size:20px; }
.n-des { border-bottom: #7d7d7d solid 1px; }
/*register-bg767*/
.register-box { padding:0 10px 30px 10px; }
/*n-pro767*/
.n-pro-right-ban .con {width:calc(100% - 100px - 50px); }
.n-pro-right-list ul li .tit { float:none;width: 100%; }
.n-pro-right-list ul li .date{ float:none;width: 100%;}
/*n-case767*/
.n-case-list ul li { float:none; width:100%; }
.n-case-list ul li:nth-child(4n+2) { margin-left:0;}
.n-case-list ul li:nth-child(4n+3) { margin-left:0;}
.n-case-list ul li:nth-child(4n+4) { margin-left:0;}
.n-case-list ul li .pic { height: 190px; }
/*n-catelist767*/
.n-catelist ul li { float:none; width:100%; }
.n-catelist ul li:nth-child(even) { margin-left:0; }
/*n-video-top767*/
.n-video-top .piclist { float:none; width:100%; height: 220px;  }
.n-video-top .con { float:none; width:100%; margin-top:10px;  }
.n-video-top .con .tit { font-size:18px; }
.n-video-top .con .more { margin-top: 20px;  padding-top: 20px; }
.n-video-top .con .more-left a { padding: 0 20px; }
.n-video-top .con .more-right i { width: 21px; height: 21px; }
.n-video-bot-left { float:none; width:100%;  }
.n-video-bot-left-ban ul li { font-size: 17px; margin-left: 15px; }
.n-video-bot-left-show { padding:10px 5px; }
.n-video-bot-left-list ul li { padding: 15px 5px 15px 0; }
.n-video-bot-left-list ul li .nob { width:40px; }
.n-video-bot-left-list ul li .con {  width: calc(100% - 40px - 33px - 40px); }
.n-video-bot-left-list ul li .con .des i {  margin-right: 0;}
.n-video-bot-left-list ul li .con .des span { padding: 1px 1px;  margin-left: 1px; }
.n-video-bot-left-list ul li .more { width: 33px; height: 33px; }
.n-video-bot-right { float:none; width:100%;  }
.n-video-bot-right-ban { font-size: 17px; padding-left: 15px; }
.n-video-bot-right-ban::after { left: 5px; width: 3px; }
/*n-video-play767*/
.n-video-play { margin-top:10px; }
.n-video-play .con { padding:10px 10px; }
.n-video-play .con .tit { font-size:18px; }
.n-video-play .con .des { font-size: 15px;  margin-top: 11px; }
.i-course-list.n-course-list.v-course-list ul li { float:none; width:100%; } 
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+2) { margin-left:0;}
.i-course-list.n-course-list.v-course-list ul li:nth-child(3n+3) { margin-left:0;}
/*n-place767*/
.n-place-list { display:block; border-bottom:none; }
.n-place-list dl {display:flex;  align-items: stretch; width: 100%; border-bottom:#eeeeee solid 1px; }
.n-place-list dl dt{ width: 30%; flex-shrink: 0; text-align:left; padding-left:10px; }
.n-place-list dl dd{ flex-grow: 1;  text-align:left; padding-left:10px; }
.n-place-ban { font-size: 17px; }
.n-place-balance label { padding: 0 10px; line-height:45px; }
.n-place-con {padding-right: 10px; }
.n-place-con-left label { margin-left:5px; }
.n-place-bottom .submit { margin-left:30px; }
/*n-column767*/
.n-column label {  height:125px;  padding-top:9px; width:31%; margin-left:1%; }
.n-column label .tit { font-size:15px; }
.n-column label .price { font-size:20px; }
.n-column label .price-gray { font-size:12px; }
.n-column label .info { width:80%; font-size:12px; margin-top:6px;  }
.n-column-con h3 { font-size: 17px; }
/*popup767*/
.popup { width:300px; padding:10px 15px 20px 15px; }
.popup .con { font-size:16px; line-height:2; margin-top:8px; }
.popup .con img { height:50px; }
.popup .info { font-size:15px; margin-top:5px; }
.popup .more { margin-top:8px; }
.popup .more a { padding:0 25px; font-size:15px; line-height:40px;  }
/*m-balance767*/
.m-balance { height:80px;  padding:0 10px 0 10px; }
.m-balance .tit span { font-size:24px; }
/*m-sub767*/
.m-sub ul li { font-size:16px;  margin-left:30px; }
/*m-points767*/
.m-points { margin-top:10px; padding:0 0 20px 0; }
.m-points ul li { width:50%; margin-top:20px; }
.m-points ul li .nob { font-size:18px; margin-top:4px; }
.m-points ul li .more { margin-top:4px; }
/*p-recharge767*/
.p-recharge .input input[type=text] {  padding-left:5px; }
.p-recharge .radio label { margin-left:5px; width:125px; }
/*m-order-list767*/
.m-order-list { padding-top:10px; }
.m-order-list ul li { margin-top:10px; }
.m-order-top { padding:0 10px; }
.m-order-bot { padding:5px 10px 10px 10px; }
.m-order-bot a { padding:0 5px; margin-right:5px; margin-top:5px; }
.m-order-mid { padding:10px 10px;  }
.m-order-mid-left { float:none; width:100%;}
.m-order-mid-left .pic { width:60px; height:60px; margin-right:10px; }
.m-order-mid-left .con { width:calc(100% - 60px - 10px - 60px - 10px);  }
.m-order-mid-left .price { width:60px; }
.m-order-mid-right { float:none; width:100%; border-top:#fafafa solid 1px; padding-top:10px; margin-top:10px;}
/*m-subtype767*/
.m-subtype { margin-top:20px; }
.m-subtype ul li { margin-left:5px; }
.m-subtype ul li a { padding:0 10px; }
/*n-table767*/
.n-table { overflow-x: auto !important; margin-top:20px; }
.n-table table { width:auto;  }


}

@media (max-width:500px){
.wrap{width:94%}


}

