/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;padding: 0 10px;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #990099;
    --main-color2: #f60;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position:relative;padding: 50px 0 10px;}
.headList{display: flex;justify-content: space-between;align-items: center; position:relative; width:100%}
.headList .logo{}
.headList .logo img{max-height: 65px;width: auto;}
.logoTxt{font-size: 18px;color: #000;}
.logoTxt strong{font-size: 26px;font-weight: normal;}

.header .search{width: 300px;height: 35px;border-radius: 0;position: relative;overflow: hidden;background: #fff;border: 1px solid #333;border-radius: 30px;}
.header .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;}
.header .search button{width: 35px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: transparent;color: #333;font-size: 16px;}

.hRight{display: flex;flex-direction: column;align-items: flex-end;}

.headLink{margin-top: 20px;}
.headLink a{display: inline-block;margin-left: 10px;font-size: 16px;color: #333;}
.headLink a:hover{color: #0e6c9c;text-decoration: underline;}

/*menu*/
.menu{height:80px;margin-top: 10px;}
.menu ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menu>ul>li{ float:left; position:relative;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;float: left\0;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 999;transform: translateX(-50%);min-width: 180px;}
.menu ul li dl dd{ line-height:45px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color: var(--main-color2);}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 10px;}
a.menu_hover{color: #c00;}
a.menu_hover em{color: #333;}

.menu>ul>li>span>a{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 80px;position: relative;color: #333;font-size: 14px;}
.menu>ul>li>span>a em{display: block;margin-bottom: 5px;font-size: 16px;white-space: nowrap;}
.menu>ul>li>span>a:after{position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #666666;content: "";transition: 0.3s;}
.menu>ul>li>span>a:hover,
.menu>ul>li>span>a.menu_hover,
.menu>ul>li.cur>span>a{color: #c00;}
.menu>ul>li>span>a:hover em,
.menu>ul>li>span>a.menu_hover em,
.menu>ul>li.cur>span>a em{color: #333;}
.menu>ul>li>span>a:hover:after,
.menu>ul>li>span>a.menu_hover:after,
.menu>ul>li.cur>span>a:after{height: 3px;background: #c00;bottom: -0.1px;}

.language{width: 120px;position: relative;}
.langTab{width: 100%;height: 30px;line-height: 30px;text-align: center;border: 1px solid #ddd;border-radius: 30px;padding: 0 10px;box-sizing: border-box;}
.langTab a{display: flex;justify-content: space-between;align-items: center;color: #333;font-size: 15px;}
.langTab .icon{line-height: 30px;display: inline-block;}
.langTab .icon img{width: 20px;margin-right: 5px;display: inline-block;vertical-align: text-bottom;}
.langTab i{padding-left: 5px;}
.langTab.active i:before{content: "\f106";}
.langPanel{position: absolute;top: 40px;right: 0px;width: 100%;background: #fff;z-index: 9;box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);height: 0;opacity: 0;visibility: hidden;transition: 0.3s;}
.langPanel.active{height: auto;opacity: 1;visibility: visible;}
.langPanel ul li{height: 40px;color: #555;font-size: 15px;padding: 0 6px;box-sizing: border-box;border-bottom: 1px solid #ebebeb;line-height: 40px;}
.langPanel ul li a{color: #555;}
.langPanel .icon img{width: 20px;margin: 0 5px;vertical-align: middle;}
.langPanel ul li:hover{background: #f0f0f0;}
.langPanel ul li:hover a{color: #5c8ae6;}

.header .language{position:absolute; top: -35px; right:0;}
.sp_header1 .language{float: right; width:60px; margin-top:20px;}
.sp_header1 .langTab .txt{display:none;}
.sp_header1 .langPanel{width:120px; left:50%; transform:translateX(-50%); right:auto;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:45px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.m_header .headLink{float: right;height: 70px;margin-right: 0;align-items: center;margin-top: 0;display: flex;}


/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{color: #000;font-weight: bold;font-size: 32px;}
.iTxt{font-size: 24px;color: #333;}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.tongtu,
.banner{width: 100%;position: relative;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.banner .part{display: block;width: 100%;height: 100%;}
.banner .img{overflow: hidden;width: 100%;height: 100%;}
.banner .img img{object-fit: cover;width: 100%;height: 100%;}
.banner .imgTop{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;z-index: 9;}
.banner .imgTop .t1{color: #000;font-weight: bold;font-size: 2vw;}
.banner .imgTop .t2{color: var(--main-color2);font-size: 3.2vw;font-style: italic;font-weight: bold;margin-top: 2vw;}
.banner .imgTop .t3{color: var(--main-color2);font-size: 2vw;margin-top: 2vw;font-weight: bold;}
.banMore{text-align: right;margin-top: 2vw;}
.banMore a{position: relative;text-align: center;display: inline-block;padding: 13px 20px;background: var(--main-color);font-size: 14px;color: #fff;border-radius: 5px;min-width: 280px;}

.tongtu .img{overflow: hidden;width: 100%;height: 100%;}
.tongtu .img img{object-fit: cover;width: 100%;height: 100%;}

.tongtuTop{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;z-index: 9;}
.tongtuTop .t1{color: #ce3d6d;font-weight: bold;font-size: 2vw;}
.tongtuTop .t2{color: var(--main-color2);font-size: 2.8vw;font-style: italic;font-weight: normal;margin: 1vw 0;}
.tongtuTop .t3{color: #000;font-size: 1.6vw;margin-top: 2w;font-weight: normal;}


.index1{width: 100%;background: #003;padding: 80px 0 35px;}
.i1Tit{color: #000;font-weight: bold;font-size: 32px;}
.i1Tit span{display: inline-block;border-bottom: 1px solid #fff;}
.i1List{width: 100%;}
.i1List ul li{width: 46%;margin-bottom: 50px;}
.i1List .part{display: block;display: flex;justify-content: space-between;flex-wrap: wrap;}
.i1List .part .icon{width: 100px;text-align: center;margin-right: 20px;}
.i1List .part .icon img{width: auto;max-width: 100%;}
.i1List .part .desc{flex: 1;}
.i1List .part h3{font-size: 20px;color: #fff;font-weight: bold;}
.i1List .part .txt{margin-top: 10px;font-size: 15px;color: #fff;}

.index2{width: 100%;padding: 80px 0;background: #f0f0f069;}
.i2Top{width: 100%;}
.i2Links a{display: inline-block;margin-left: 30px;}
.i2Links a img{width: 36px;}

.i2List{width: 100%;position: relative;overflow: hidden;}
.i2List .swiper-pagination-bullet{background: rgba(255,255,255,0.6);}
.i2List .swiper-pagination-bullet-active{background: #fff;}

.index3{width: 100%;background: #fff;padding: 80px 0;}
.i3Warp{width: 100%;}
.i3Tab{width: 100%;}
.i3Tab ul{display: flex;flex-wrap: wrap;border: 1px solid #aeadad;background: #fff;}
.i3Tab ul li{width: 25%;border-right: 1px solid #aeadad;padding: 10px;text-align: center;font-size: 16px;color: #333;transition: 0.3s;}
.i3Tab ul li a{color: #333;display: block;}
.i3Tab ul li:last-child{border-right: none;}
.i3Tab ul li:hover,
.i3Tab ul li.on{background: #fc0;}

.i3Panel{width: 100%;}
.i3Table{width: 100%;font-size: 16px;color: #000;}
table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
.i3Table table{border: 1px solid #aeadad;}
table tr th,
table tr td{padding: 12px 10px;}

table tr{border-bottom: 0;background: #fff;}

.i3Table table tr.first-tr{background: #003;color: #f90;font-weight: normal;font-size: 16px;}
.i3Table table tr.first-tr th{height: 54px;font-weight: normal;}
.i3Table table tr td{text-align: center;}
.i3Table table tr:nth-child(2n){background: #eee;}

.i3More a{width: 35px;height: 35px;border-radius: 50%;text-align: center;background: #666;color: #fff;border-radius: 50%;display: block;margin: 0 auto;font-size: 16px;}
.i3More a i{vertical-align: middle;margin-top: 5px;}

.index4{width: 100%;padding: 80px 0;background: #f0f0f069;}
.i4List{width: 100%;}
.i4List ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.i4List ul li:nth-child(3n){margin-right: 0;}
.i4List .part{display: block;width: 100%;position: relative;height: 100%;overflow: hidden;}
.i4List .part .img{width: 100%;height: 100%;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .imgTop{width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 20px;background: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);transition: 0.3s;}
.i4List .part .t1{color: #fff;font-size: 18px;font-weight: bold;} 
.i4List .part  .more{position: absolute;left: 0;bottom: 0;padding: 20px;font-size: 16px;color: #fff;width: 100%;}
.i4List .part  .more i{display: inline-block;margin-left: 10px;font-size: 20px;}

.i4List .part:hover .img img{transform: scale(1.1);}
.i4List .part:hover .imgTop{background: transparent;}
.i4List .part:hover .t1{color: var(--main-color2);}

.index5{width: 100%;margin: 80px 0;}
.i5Tit{font-size: 26px;color: #333;margin-bottom: 20px;}
.i5List{width: 100%;}
.i5List ul li:nth-child(1),
.i5List ul li:nth-child(2){width: calc(50% - 10px);margin-bottom: 20px;}
.i5List ul li{width: 100%;}
.i5List .part{display: block;width: 100%;padding: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;border: 1px solid #aeadad;}
.i5List .part .img{width: 50%;}
.i5List .part .img img{width: 100%;}
.i5List .part .desc{width: 45%;display: flex;flex-direction: column;}
.i5List .part .t1{font-size: 24px;color: #000;font-weight: bold;}
.i5List .part .t2{margin-top: 10px;font-size: 20px;color: #333;}
.i5List .part .txt{color: #333;font-size: 14px;margin-top:  5px;}
.i5List .part .more{margin-top: auto;}
.i5List .part .more a{font-size: 16px;color: #000;}

.i5Item2 .i5List ul li:nth-child(1),
.i5Item2 .i5List ul li:nth-child(2){width: 100%;}

.index6{width: 100%;margin: 80px 0;}
.i6List{width: 100%;}
.i6List ul li{width: calc(25% - 45px);margin-right: 60px;margin-bottom: 20px;}
.i6List ul li:nth-child(4n){margin-right: 0;}
.i6List .imgBox{width: 100%;height: 95px;border: 1px solid #aeadad;padding: 10px;display: flex;justify-content: center;align-items: center;}
.i6List .imgBox img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.footer{background: #363636;padding: 80px 0;color: #bcbcbc;font-size: 16px;}
.footer .line{width: 100%;height: 1px;background: #666;margin-bottom: 20px;}
.fLogo{text-align: center;margin-bottom: 20px;}
.fLogo img{width: auto;height: auto;max-height: 65px;}
.footer .cop{text-align: center;}
.footer .fLinks{}
.fEwm .img{margin-left:20px;}
.fEwm .img img{width:100%; max-width:110px;}
.fLinks a{display: inline-block;margin-left: 20px;}
.fLinks a img{width: 25px;}
.fMenu{width: 100%;margin: 50px 0;}
.fMenu dl{padding: 0 20px;width: auto;}
.fMenu dt{font-size: 16px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.fMenu dt a{color: #fff;}
.fMenu ul li{margin: 10px 0;}
.fMenu a{font-size: 16px;color: #999;display: block;}
.fMenu a:hover{color: #fff;}

.innerTxt{font-size: 16px;color: #000;}
.innerTxt img{max-width: 100%;width: auto;}

.about1{width: 100%;margin: 80px 0;}
.abo1Img{margin-top: 5vw;}
.abo1Img .img{width: 32%;}
.abo1Img .img img{width: 100%;height: 100%;object-fit: cover;}

.about2{width: 100%;margin: 80px 0;}
.abo2Img{width: 100%;}
.abo2Img img{width: 100%;}

.about3{width: 100%;margin: 80px 0;}
.abo3List{width: 100%;}
.abo3List ul li{width: calc(33.3% - 40px);margin-right: 60px;}
.abo3List ul li:nth-child(3n){margin-right: 0;}
.abo3List .part{display: block;width: 100%;}
.abo3List .part .t1{color: #000;font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.abo3List .part .img{width: 100%;margin-bottom: 15px;}
.abo3List .part .img img{width: 100%;}
.abo3List .part .txt{font-size: 16px;color: #000;}

.abo3Btm{width: 100%;display: flex;justify-content: center;}
.abo3Btm .box{border: 1px solid #aeadad;border-radius: 8px;padding: 1.6vw 2.6vw;font-size: 1.6vw;color: #000;display: inline-block;align-items: center;}
.abo3Btm .box a{display: inline-block;margin-left: 2vw;background: #cc0000;color: #fff;padding: 10px 20px;border-radius: 5px;font-size: 1vw;vertical-align: middle;}
.abo3Btm .box a:hover{background: var(--main-color);}

.register{width: 100%;margin: 80px 0;}
.registerForm{width: 100%;font-size: 16px;color: #000;}
.registerForm .item{margin-bottom: 50px;}
.registerForm .item .title{font-size: 24px;font-weight: bold;color: var(--main-color2);margin-bottom: 35px;}
.registerForm .row{margin-bottom: 35px;align-items: center;}
.registerForm .tit{width: 185px;margin-right: 5px;font-size: 16px;color: #333;line-height: 48px;}
.registerForm .tit em{color: #f00;}
.registerForm .input{width: 395px;margin-right: 35px;}
.registerForm .input input{width: 100%;height: 48px;border: 1px solid #aeadad;padding: 0 10px;box-sizing: border-box;font-size: 16px; flex:1;}
.registerForm .qh{margin-right:10px !important; font-size:16px; color:#333;width: 70px !important; flex: none !important;}
.registerForm .input.qhInput input{margin:0;}
.radioSelect input{vertical-align:middle;}
.radioSelect .layui-form-radio{ margin-top:0px;}

.registerBtm .btn1,
.registerBtm .btn2{display: flex;width: 120px;height: 45px;border: 1px solid #ddd;color: #333;font-size: 16px;cursor: pointer;border-radius: 3px;justify-content: center;align-items: center;margin-right: 20px;}
.registerBtm .btn1 a{color: #333;display: flex;justify-content: center;align-items: center;display: none;width: 100%;height: 100%;}

.registerBtm .btn1:hover,
.registerBtm .btn2:hover{border: 1px solid var(--main-color);color: var(--main-color);}
.registerBtm .btn1:hover a{color: var(--main-color);}

.registerItem1.on .registerBtm .btn1 span{display: none;}
.registerItem1.on .registerBtm .btn1 a{display: block;display: flex;justify-content: center;align-items: center;}
.registerItem2.on .registerBtm .btn1 span{display: none;}
.registerItem2.on .registerBtm .btn1 a{display: block;display: flex;justify-content: center;align-items: center;}
.registerItem3.on .registerBtm .btn1 span{display: none;}
.registerItem3.on .registerBtm .btn1 a{display: block;display: flex;justify-content: center;align-items: center;}

.registerItem2,
.registerItem3,
.registerItem4{display: none;}

.registerForm .row .tip{line-height: 48px;font-size: 14px;color: #333;}

.yzmBtn{display: inline-block;padding: 5px 20px;border: 1px solid #000;font-size: 14px;color: #000;border-radius: 5px;vertical-align: middle;}

.registerForm .name li{width: 460px;display: flex;align-items: center;margin-bottom: 35px;}
.registerForm .name .input{flex: 1;width: 100%;}

.registerForm .radio{line-height: 34px;}
.registerForm .radio label{display: inline-block;margin-right: 35px;}
.registerForm .radio input{margin: 0;margin-right: 10px;}
.registerForm .radio .layui-form-radio{margin: 0;padding: 0;}

.registerForm .box{margin-bottom: 35px;}
.registerForm .title2{width: 100%;font-weight: bold;font-size: 20px;color: #333;margin-bottom: 20px;}
.registerForm .textarea textarea{max-width: 990px;height: 225px;border: 1px solid #aeadad;}

.registerForm .warp{display: block;width: 100%;margin: 20px 0;position: relative;}
.registerForm input{width: 16px;height: 16px;margin-right: 10px;}



.registerForm .price{font-size: 18px;margin-bottom: 20px;}
.registerForm .price strong{font-weight: bold;color: var(--main-color2);font-size: 24px;}
.registerForm .txt{font-size: 18px;margin-bottom: 20px;color: #333;}
.form_payment{margin: 50px 0;}
.form_payment ul{max-width: 800px;}
.form_payment ul li{width: 160px;}
.form_payment ul li img{width: 100%;}

.paymentBtn a{display: inline-block;padding: 12px 20px;background: var(--main-color2);color: #fff;font-size: 18px;border-radius: 5px;margin-right: 20px;}
.paymentBtn .txt{margin: 0;}

.formInfo{width: 100%;border: 1px solid var(--main-color2);padding: 2% 5%;font-size: 18px;color: #333;margin-top: 50px;}

.formBtm{font-size: 3vw;color: #000;margin-top: 50px;max-width: 860px;}
.formBtm a{display: inline-block;padding: 12px 20px;border: 1px solid #333;border-radius: 5px;font-size: 1vw;vertical-align: middle;width: 180px;text-align: center;}

.brand1{width: 100%;}
.brand2{margin: 80px 0;}

.agent{width: 100%;margin: 80px 0;}
.agent2{width: 100%;margin: 80px 0;}

.agent2Form .tit{width: 150px;line-height: 45px;font-size: 16px;color: #000;}
.agent2Form .row{display: flex;flex-wrap: wrap;margin-bottom: 25px;}
.agent2Form .row .input{flex: 1;width: 100%;max-width: 440px;display: flex;justify-content: space-between;}
.agent2Form .input input,
.agent2Form .input select{width: 100%;height: 45px;border: 1px solid #000;padding: 0 10px;}

.agent2Form .name input{width: 48%;}
.agent2Form .phone input:nth-child(1){width: 36%;}
.agent2Form .phone input:nth-child(2){width: 60%;}
.agent2Form .downFile{margin-top: 50px;display: flex;align-items: center;}
.agent2Form .downFile .btn{display: block;width: 360px;height: 48px;border: 1px solid #000;border-radius: 5px;text-align: center;font-size: 16px;color: #000;line-height: 48px;background: transparent;position: relative;margin-right: 50px;}

.agent2Form .upload input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.agent2Form .formBtn{margin-top: 50px;}
.agent2Form .formBtn button{width: 160px;height: 48px;background: var(--main-color2);border: none;border-radius: 40px;text-align: center;font-size: 16px;color: #fff;}
.agent2Form .tip{font-size: 16px;color: var(--main-color2);}
.agent2Form .txt{font-size: 16px;color: #333;}

.certificate{width: 100%;margin: 80px 0;}
.certificate .iTit{font-weight: normal;}
.queryWarp{width: 100%;}
.queryWarp .tit{width: 320px;line-height: 45px;font-size: 16px;color: #000;}
.queryWarp .row{margin-bottom: 25px;}
.queryWarp .input{width:360px;}
.queryWarp .input input,
.queryWarp .input select{width: 100%;height: 45px;border: 1px solid #aeadad;padding: 0 10px;}
.queryWarp .formBtn button{margin-left: 20px;height: 45px;width: 120px;font-size: 16px;}
.queryWarp .formBtn button.layui-btn{background: var(--main-color2);}

.qh_phone_warp .tit{width:calc(320px - 80px);}
.qh_phone_warp .qh_phone{width: 60px;height: 45px;text-align: center;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #333;margin-right: 20px;}
.qh_phone_warp .qh_phone input{width: 60px;height: 45px;border: 1px solid #aeadad;}

.queryResult{width: 100%;}
.queryResult .tit{font-size: 18px;color: #000;margin-bottom: 20px;font-weight: bold;}
.queryResult .box{margin-top: 35px;}
.queryResult .box i{color: var(--main-color2);font-size: 22px;vertical-align: middle;margin-right: 20px;}
.queryResult .box .txt{flex: 1;font-size: 16px;color: #333;line-height: 1.6;}
.queryResult .box .txt p{padding: 0;line-break: 1.6;}
.queryResult .box .name{margin-top: 15px;}

.certificateLine{width: 100%;margin: 50px 0;height: 1px;background: #aeadad;}

.queryWarp .name input{width: 48%;}

.formBtn2 button{width: 250px;height: 60px;background: var(--main-color2);border-radius: 5px;font-size: 22px;}
.form_payment_tip{color: var(--main-color2);font-size: 18px;margin-bottom: 35px;}

.account{width: 100%;margin: 60px 0;}
.accountTop{width: 100%;}

.accountMenu{width: 260px;height: 45px;border: 1px solid #ddd;position: relative;}
.accountMenu dl dt{width: 100%;padding: 0 10px;display: flex;justify-content: space-between;align-items: center;height: 45px;font-size: 16px;color: #000;background: #ff944d;cursor: pointer;}
.accountMenu dl dt i{font-size: 20px;}
.accountMenu dl dt.on i:before{content: "\f106";}
.accountMenu dl dd{position: absolute;top: 45px;left: 0;width: 100%;border: 1px solid #ddd;box-shadow: var(--main-shadow);display: none;background: #fff;}
.accountMenu dl dd.on{display: block;}
.accountMenu dl dd a{display: block;padding: 10px;font-size: 16px;color: #222;}
.accountMenu dl dd a:hover{background: #ddd;}

.accountTop .btn a{display: inline-block;font-size: 16px;color: #666;line-height: 45px;}
.accountTop .btn a:hover{color: var(--main-color);}

.accountWarp{width: 100%;margin-top: 50px;padding: 30px;background: #d9d9d94a;border: 1px solid #AEADAD;font-size: 16px;color: #333;min-height: 300px;}
.accountWarp img{max-width: 100%;}

.school{width: 100%;margin: 80px 0;}
.school .innerTxt{min-height: 300px;}
.schoolLine{margin: 35px 0;position: relative;width: 100%;height: 2px;background: #666;}
.schoolLine:after{position: absolute;left: 50%;transform: translateX(-50%);color: #666;font-size: 46px;content: "\f0d7";font-family: "fontawesome";bottom: -28px;}

.schoolItem .title1{font-size: 28px;font-weight: bold;color: #FF5722;}
.schoolItem .title2{font-size: 22px;color: #000;margin-bottom: 20px;margin-top: 10px;}
.schoolItem .i5List .part .desc{width: 50%;}
.schoolItem .i5List .part .img{width: 45%;}

.course{width: 100%;margin: 80px 0;}
.courseMenu{width: 100%;margin-bottom: 35px;}
.courseMenu ul li{width: 33.3%;border: 1px solid #aeadad;}
.courseMenu a{display: block;width: 100%;padding: 6px;text-align: center;font-size: 16px;color: #000;}
.courseMenu ul li.on a{background: #41c7db;color: #000;}
.courseMenu ul li a:hover{background: #41c7db;color: #000;}

.courseDesc{padding: 80px 0;}
.courseBtm{width: 100%;padding-top: 50px;}
.courseBtm .txt{font-size: 16px;color: #000;flex: 1;}
.courseBtm a{display: inline-block;padding: 10px 25px;border-radius: 30px;color: #fff;font-size: 16px;background: var(--main-color2);}

.contestant{width: 100%;margin: 80px 0;}
.contestant .i3Table{max-height: 515px;overflow: hidden;}
.contestant .i3Table.active{max-height: none;}

.contestant .i3More.active a{background: #fc0;}
.contestant .i3More.active i{margin-top: 12px;}
.contestant .i3More.active i:before{content: "\f0de";}

.contestant .i3Panel .item{position: relative;padding-bottom: 50px;}
.contestant .i3Panel .i3More{position: absolute;left: 0;bottom: 0;width: 100%;}

.contestant2{margin: 80px 0;}
.contestant2Tit{color: #000;font-size: 32px;}
.contestant2 .i5List ul li{width: 100% !important;}
.contestant3{margin: 80px 0;}

.iMore a{display: inline-block;padding: 10px 20px;color: #333;font-size: 16px;background: #f2f2f2;}
.iMore a:hover{background: var(--main-color);color: #fff;}
.contestant2Top .iMore{margin-top:20px;}

.track1{width: 100%;margin: 80px 0;}
.applyBtn{width: 100%;text-align: center;}
.applyBtn a{display: block;width: 245px;height: 50px;background: var(--main-color2);border-radius: 5px;text-align: center;line-height: 50px;font-size: 14px;color: #fff;text-align: center;margin: 0 auto;}
.applyBtn a:hover{color: #fff;}

.applyBtn .icon{width: 32px;height: 32px;border-radius: 50%;text-align: center;background: #666;color: #fff;border-radius: 50%;display: block;margin: 0 auto;font-size: 16px;margin: 10px auto;}
.applyBtn .icon i{vertical-align: middle;margin-top: 5px;}

.track1Warp{width: 100%;margin-top: 50px;}
.track1Box{width: 100%;}
.trackForm1{width: 100%;}
.track1Box .tipTxt{font-size: 16px;color: #FF5722;margin-bottom: 20px;}
.trackForm1 .title{font-size: 16px;color: #000;margin-bottom: 20px;}
.track1Box .layui-btn{background: var(--main-color2);margin-bottom: 0;}
.track1Box .layui-btn-container .layui-btn{margin-bottom: 0;}
.track1Box .layui-btn-normal{background: transparent;width: auto;height: auto;color: #000;margin-bottom: 0;}
.track1Box .layui-btn-normal:hover{color: var(--main-color2);}
.track1Box .layui-btn-normal img{width: 80px;margin-right: 20px;vertical-align: middle;}

.formBtn3{margin-top: 50px;margin-bottom: 50px;}
.formBtn3 button{display: block;width: 245px;height: 50px;background: var(--main-color2);border-radius: 5px;text-align: center;line-height: 50px;font-size: 14px;color: #fff;text-align: center;margin: 0 auto;border: none;}

.submitTip{font-size: 16px;color: #000;text-align: center;}

.track1Box2 .iTit{max-width: 720px;margin-bottom: 50px;}

.login{width: 100%;height: 100vh;}
.login .Warp{width: 100%;height: 100%;position: relative;}
.login .loginBg{width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.login .loginBg img{width: 100%;height: 100%;object-fit: cover;}
.login .box{display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.loginWarp{width: 100%;max-width: 1100px;display: flex;justify-content: space-between;overflow: hidden;}
.loginWarp .left{width: 65%;background: var(--main-color2);padding: 35px;box-sizing: border-box;display: flex;justify-content: center;flex-direction: column;}
.loginWarp .left .t1{font-size: 28px;color: #fff;font-weight: bold;width: 100%;line-height: 1;height: auto;margin: 0 auto;text-align: center;}
.loginWarp .left .t1::after{ content: ""; display: inline-block; width: 100%; }
.loginWarp .left .t2{font-size: 16px;color: #333;margin-top: 10px;}
.loginWarp .right{width: 45%;background: #fff;padding: 35px;box-sizing: border-box;font-size: 16px;color: #333;}
.loginWarp .right .t1{color: #333;font-size: 28px;margin-bottom: 20px;}
.loginWarp .right ul li{padding: 15px 0;display: flex;justify-content: space-between;border-bottom: 1px solid #ddd;flex-wrap: wrap;}
.loginWarp .right ul li:last-child{border-bottom: none;}
.loginWarp .right .tit{font-size: 16px;color: #333;margin-right: 10px;width: 90px;line-height: 38px;}
.loginWarp .right .input{flex: 1;display: flex;justify-content: space-between;}
.loginWarp .right input{width: 100%;height: 38px;position: relative;background: #eeeeee;padding: 0 10px;box-sizing: border-box;font-size: 15px;color: #333;outline: none;border-radius: 5px;flex: 1;}
.loginWarp .right input:focus{border: 1px solid #49aaee;}
input.inputCheck{width: 20px !important;height: 20px !important;border: 2px solid #000;vertical-align: middle;}
.loginWarp .right button{width: 100%;height: 38px;text-align: center;background: var(--main-color2);color: #fff;border-radius: 5px;border: none;font-size: 16px;text-align: center;}
.loginWarp .right button:hover{opacity: 0.8;}
.loginWarp .yzm{position: relative;}
.loginWarp .yzm .yzmImg{position: relative;width: 100px;height: 38px;margin-left: 10px;display: block;}
.loginWarp .yzm .yzmImg img{width: 100%;height: 100%;}
.loginWarp .tip{width: 100%;margin-bottom: 15px;}
.loginWarp .tip a{text-decoration: underline;}

.inside{padding: 80px 0;}

.coursePay{border: 1px solid #ddd;padding: 20px;display: none;margin-top: 20px;}
.coursePay.active{display: block;}
.coursePay .tip{font-size: 18px;color: var(--main-color);margin-bottom: 20px;text-align: center;}
.coursePay .list{width: 100%;}
.coursePay .list ul li{width: 33%;padding: 10px 20px;display: flex;justify-content: center;}
.coursePay .list .part{display: block;}
.coursePay .list .part img{width: 100%;max-width: 180px;}
.successTip{width: 100%;padding: 20px;border: 1px solid #ddd;font-size: 16px;color: #333;text-align: center;margin-top: 20px;display: none;}







@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu>ul>li>span>a em{font-size: 14px;}
.menu a{padding: 0 5px;}
.logoTxt{font-size: 16px;}
.logoTxt strong{font-size: 24px;}
.i1Tit{font-size: 28px;}
.iTit{font-size: 28px;}



}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.sp_logo1 img{max-height: 40px;}
.headLink a{font-size: 14px;}
.hHei{height: 70px;}
.banMore a{min-width:auto;padding: 5px 10px;font-size: 14px;}
.banner .imgTop .t1{font-size: 14px;}
.banner .imgTop .t2{font-size: 16px;}
.banner .imgTop .t3{font-size: 14px;}
.i1Tit{font-size: 24px;}
.i1List .part .txt{font-size: 14px;}
.i1List ul li{width: 100%;margin-bottom: 20px;}
.i1List .part .icon{width: 80px;margin-right: 20px;}
.iTit{font-size: 24px;}
.i2Links{margin-top: 20px;}
.i2Links a{margin-left: 0;margin-right: 20px;}
.i3Tab ul li{width: 50%;font-size: 14px;border-bottom: 1px solid #aeadad;}
.i3Table{font-size: 12px;}
table tr th, table tr td{padding: 5px;}
.i4List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.i5Tit{font-size: 20px;}
.i5List ul li:nth-child(1), .i5List ul li:nth-child(2){width: 100%;}
.i5List .part{padding: 10px;}
.i5List .part .desc{width: 100%;margin-bottom: 20px;}
.i5List .part .img{width: 100%;}
.i5List .part .t1{font-size: 20px;}
.i5List .part .t2{font-size: 16px;}
.i6List ul li{width: 50%;padding: 5px;margin: 0;}
.footer .fLinks{margin-top: 20px;justify-content: center;}
.fLinks a{margin: 5px;}
.fMenu dl{width: 50%;padding: 0 10px;margin: 10px 0;}
.fMenu a{font-size: 14px;}
.abo1Img .img{width: 100%;margin: 10px 0;}
.iTxt{font-size: 20px;}
.abo3List ul li{width: 100%;margin: 10px 0;}
.abo3Btm .box{padding: 15px;font-size: 16px;}
.abo3Btm .box a{padding: 8px 10px;font-size: 16px;}
.accountMenu{width: 220px;}
.accountWarp{padding: 20px;}
.innerTxt{font-size: 14px;}
.agent2Form .row{margin-bottom: 10px;}
.agent2Form .tit{width: 100%;margin-bottom: 10px;}
.agent2Form .downFile{flex-wrap: wrap;}
.agent2Form .downFile .btn{width: 100%;margin-bottom: 10px;margin-right: 0;}
.form_payment ul li{width: 33.3%;padding: 0 10px;}
.paymentBtn a{font-size: 16px;display: block;margin: 10px auto;}
.agent2Form .txt{font-size: 14px;}
.queryWarp .formBtn button{width: 100%;margin: 20px 0;}
.queryWarp .tit{width: 100%;margin-bottom: 10px;}
.queryWarp .row{margin-bottom: 10px;}
.certificateLine{margin: 20px 0;}
.courseBtm .txt{width: 100%;margin-bottom: 20px;flex: auto;}
.courseBtm .btn{width: 100%;}
.courseDesc{padding: 60px 0;}
.courseMenu a{font-size: 14px;}
.schoolLine{margin: 20px 0;}
.loginWarp{flex-wrap: wrap;}
.loginWarp .left{width: 100%;padding: 20px;}
.loginWarp .right{width: 100%;padding: 20px;font-size: 14px;}
.loginWarp .right ul li{padding: 8px 0;}
.loginWarp .left .t1{font-size: 20px;margin: 0;}
.loginWarp .right .t1{font-size: 20px;margin-bottom: 10px;}
.registerForm .tit{width: 100%;line-height: 1.6;}
.registerForm .input{width: 100%;margin: 10px 0;}
.registerForm .row .tip{line-height: 1.6;}
.registerForm .name li{width: 100%;flex-wrap: wrap;margin-bottom: 10px;}
.registerForm .row{margin-bottom: 10px;}
.registerForm .title2{font-size: 16px;}
.registerForm .textarea textarea{height: 180px;}
.registerForm .txt{font-size: 14px;}
.formBtm{font-size: 18px;}
.formBtm a{margin-top: 10px;}
.schoolItem .i5List .part .desc{width: 100%;}
.schoolItem .i5List .part .img{width: 100%;}
.schoolItem .title1{font-size: 24px;}
.schoolItem .title2{font-size: 16px;}
.track1Box .layui-btn-normal img{width: 60px;}
.track1Box2 .iTit{margin: 20px 0;}
.registerForm .item .title{font-size: 18px;margin-bottom: 15px;}

.qh_phone_warp .tit{width: 100%;}
.qh_phone_warp .qh_phone{}
.qh_phone_warp .input{flex:1; max-width:360px}
.queryWarp .input{max-width:100%;}
.fEwm .img{margin-left:0; margin-right:20px;}
.contestant2Top{display:block;}
.contestant2Top .left{ width:100%; text-align:center;}
.contestant2Top .iMore{text-align:center;}
.contestant .i3Table{overflow: auto;}
}
