@charset "utf-8";
/*基本样式*/
*{margin:0px;padding:0px;border:0px;box-sizing:border-box;font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;}

ul,li{list-style:none;}
a{text-decoration:none; outline:none;cursor: pointer;}
a:hover{text-decoration:none;color:#0161EE;}
em{font-style: normal;}
table{border-collapse: collapse;border-spacing: 0;border: 0;}
input,select{font-size:inherit;vertical-align:middle;outline: none;}
img {
    max-width: 100%;
    border: none;
}
input, select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}
/*公共样式*/
.f_left{float: left;}
.f_right{float: right;}
.clear{clear:both;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: ""; height:0; clear:both; visibility: hidden;}
.none{display:none;}
.text_align_c{text-align: center;}
section:after {display: table; content: ""; height:0; clear:both; visibility: hidden;}


h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}

q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */

/* link */

.clear{ clear:both;}
input[type=button], input[type=submit], input[type=file], input[type=reset], button { cursor: pointer; -webkit-appearance: none; } 


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969799;
    font-size: 14px;
  }
input:-ms-input-placeholder { /* IE 10+ */
    color: #969799;
    font-size: 14px;
  }
input:-moz-placeholder { /* Firefox 18- */
    color: #969799;
    opacity: 1;
    font-size: 14px;
  }
input::-moz-placeholder { /* Firefox 19+ */
   color: #969799;
   opacity: 1;
   font-size: 14px;
}

.input.change{border:1px solid red!important}
.input.change::-webkit-input-placeholder {
   color: red;
}
.select.change{border:1px solid red!important;color: red!important;}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969799;
  }
input:-ms-input-placeholder { /* IE 10+ */
    color: #969799;
  }
input:-moz-placeholder { /* Firefox 18- */
    color: #969799;
    opacity: 1;
  }
input::-moz-placeholder { /* Firefox 19+ */
   color: #969799;
   opacity: 1;
}







.tr6{
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.text-align-center{text-align: center!important}
.text-align-left{text-align: left!important}
.text-align-right{text-align: right!important}
.bghui{background-color: #f8fafd}
.bglhui{background-color: #F2F6FA}



.flex{display: flex}
.flex-between{display: flex;flex-direction: row;justify-content: space-between;}
.flex-between-wrap{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}


.btn{display: block;line-height: 48px; height: 48px; text-align: center;font-size: 14px;}
.btn img{width: 18px;margin-left: 5px;}
.btn-blue{width: 188px;height: 48px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color:#fff;font-size: 16px;margin:50 auto 0 auto;}
.btn-blue-left{width: 188px;height: 48px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color:#fff;font-size: 16px;margin:50 0 0 0;}

.btn-white{width: 188px;height: 48px;background:#FFFFFF;;border-radius: 4px;color:#005ADB;font-size: 16px;margin:50 auto 0 auto;}
.btn-white-left{width: 188px;height: 48px;background:#FFFFFF;;border-radius: 4px;color:#005ADB;font-size: 16px;margin:50 0 0 0;}


.btn-blue:hover{background: linear-gradient(90deg, #4b80f9 0%, #4b80f9 100%);color:#fff;}
.btn-blue-left:hover{background: linear-gradient(90deg, #4b80f9 0%, #4b80f9 100%);color:#fff;}
.btn-white:hover{background: linear-gradient(90deg, #4b80f9 0%, #4b80f9 100%);color:#fff;}
.btn-white-left:hover{background: linear-gradient(90deg, #4b80f9 0%, #4b80f9 100%);color:#fff;}


.btn-blue i{width: 18px;height:10px;margin-left: 5px;background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-blue:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}
.btn-blue-left i{width: 18px;height:10px;margin-left: 5px;background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-blue-left:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}

.btn-white i{width: 18px;height:10px;margin-left: 5px;background:url("../images/btn_jt_blue.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-white:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}
.btn-white-left i{width: 18px;height:10px;margin-left: 5px;background:url("../images/btn_jt_blue.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-white-left:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}







.section{padding:100px 0;}
.section-title{text-align: center;padding: 0px 0 42px 0;}
.section-title h3{font-size:36px;color:#000;line-height: 50px;font-weight: 600}
.section-title p{font-size:16px;color:#666666;line-height:22px;padding-top:10px;padding-bottom:20px;font-weight: 400}

.pl40{padding-left:40px;}
.pr40{padding-right:40px;}
.h50{height:50px;clear:both}
.pt38{padding-top:38px;}
.pd50{padding:50px 0!important}
.bghuijb{background: linear-gradient(180deg, #F8FAFD 0%, #FFFFFF 100%);}


/* 头部 */
.header{
width: 100%;
height: 67px;
position: fixed;
z-index: 10;
}
.wrap{width: 1200px;margin:0 auto;}

.wrap-center{text-align:center;width:auto}
.wrap-center img{display:inline-block}

.header .logo{width: 96px;height: 43px;float:left;margin-top: 12px}
.header .logo img{width: 100px;}
.header .logofw{ width: 148px;float:left;margin:20px 0px 0px 12px;}
.header .logofw img{ width: 100%;}
.header .menu{ float:left;margin-left: 22px;}
.header .menu .nav{ float: left;font-size: 14px; margin: 0 12px;line-height: 67px;position: relative;font-weight:bold}
.header .menu .nav a{color: #fff;position: relative;padding-right:15px;}
.header .menu .nav a.cur{border-bottom:1px solid #0099d6;padding-bottom: 10px;}
.header .menu .nav em{background:url("../images/icon_xjt_white.png") center center;background-size:100% 100%;width: 9px;height: 5px;position: absolute;right:0px;top:5px;}
.header .buttons{float:right;margin-top: 16px;}
.header .buttons .top-btn-login{font-size: 14px;width: 88px;height: 32px;line-height:32px;text-align: center;display: inline-block;color:#fff;font-weight:bold}
.header .buttons .top-btn-register{width: 88px;height: 32px;line-height:32px;background: linear-gradient(270deg, #3152FF 0%, #2A94FF 100%);box-shadow: 0px 3px 6px 0px rgba(48, 88, 255, 0.3);
border-radius: 3px;text-align: center;display: inline-block;color:#fff;font-size: 14px;cursor: pointer;font-weight:bold}
.header .buttons .top-btn-register a{color: #Fff}




.header.active{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom:1px solid #EBEDF0;
}
.header.active .logo1{display: none;}
.header.active .logo2{display: block;}




.header.active .menu .nav a{color:#292B30;}
.header.active .menu .nav.select a{color:#0073F8;}
.header.active .buttons .top-btn-login{color:#333;}
.header.active .menu .nav em{background:url("../images/icon_xjt.png") center center;background-size:100% 100%;}





.header.active .menu.show{
    padding-top: 55px;
}
.header.active .menu.show .nav{
      margin: 0;
      opacity: 1;
      margin-bottom: 10px;
}
.header.active .menu.show .nav a{
  color: #666;
  display: block;
  padding-left: 40px;

} 
.header.active .menu.show .nav a.cur,.header.active .nav.show li a:hover{
    background: #e1e1e1;
    color: #000;
}

.header .buttons .top-tel{display: inline;}
.header .buttons .top-tel img{ height:15px;padding-right:5px;}


.nav-down{position:relative;z-index: 9;margin-top: 67px;box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
border-radius: 6px;border: 1px solid #E8EAED;}
.nav-down .item h3{font-size: 14px;font-weight: 400;color: #969799;line-height: 20px;}
.nav-down .item li{margin-top:24px;padding:0px;}
.nav-down .item li a{display: flex;padding:0!important;}
.nav-down .item li i{width: 36px;height: 36px;background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);border-radius: 7px;margin-right:8px;display: inline-flex;flex-direction: column;justify-content: center;align-items: center;}
.nav-down .item li i img{width: 60%;}
.nav-down .item li p{font-size:14px;font-weight:400;color: #969799;line-height: 18px;}
.nav-down .item li span{font-size:14px;font-weight:600;color: #323232;display: block;}







.cpyfw{width: 847px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:32px;display: none}
.cpyfw .line{height:324px;width: 1px;background-color:#EEEEEE}
.cpyfw .item{width: 30.333%;}
.cpyfw .item ul{position: relative;}
.cpyfw .item:nth-child(3){border-right:0;}
.cpyfw .item:nth-child(1) li:nth-child(1) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}
.cpyfw .item:nth-child(1) li:nth-child(2) i{background: linear-gradient(180deg, #DF4544 0%, #D50203 100%);}
.cpyfw .item:nth-child(1) li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.cpyfw .item:nth-child(1) li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(1) li:nth-child(5) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}

.cpyfw .item:nth-child(3) li:nth-child(1) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(3) li:nth-child(2) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}
.cpyfw .item:nth-child(3) li:nth-child(3) i{background: linear-gradient(180deg, #DF4443 0%, #D50203 100%);}
.cpyfw .item:nth-child(3) li:nth-child(4) i{background: linear-gradient(180deg, #2C9EFF 0%, #0C58CD 100%);}
.cpyfw .item:nth-child(3) li:nth-child(5) i{background: linear-gradient(180deg, #6A77F2 0%, #414EE8 100%);}

.cpyfw .item:nth-child(5) li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.cpyfw .item:nth-child(5) li:nth-child(2) i{background: linear-gradient(180deg, #63BE73 0%, #2FA642 100%);}
.cpyfw .item:nth-child(5) li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.cpyfw .item:nth-child(5) li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(5) li:nth-child(5) i{background: linear-gradient(180deg, #E64B73 0%, #D43D60 100%);}



.hyal{width: 268px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:27px 24px;display:none;}
.hyal .item li:nth-child(1){margin-top:0px;}
.hyal .item li:nth-child(1) i{background: linear-gradient(180deg, #FFAA1E 0%, #FF720D 100%);}
.hyal .item li:nth-child(2) i{background: linear-gradient(180deg, #DF4443 0%, #D50203 100%);}
.hyal .item li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.hyal .item li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}



.akxy{width: 170px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:24px;display:none;}
.akxy .item li i{width:24px;height:24px;}
.akxy .item li p{line-height: 24px;}
.akxy .item li:nth-child(1){margin-top:0px;}
.akxy .item li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.akxy .item li:nth-child(2) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}


.gyak{width: 170px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:24px;display:none;}
.gyak .item li i{width:24px;height:24px;}
.gyak .item li p{line-height: 24px;}
.gyak .item li:nth-child(1){margin-top:0px;}
.gyak .item li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.gyak .item li:nth-child(2) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}




.logo2{ display:none}
/* 头部结束 */




/* 底部 */
.footer {
    width: 100%;
    height: auto;
    padding:50px 0 0px 0;
    background-color: #06060C;
    font-size: 14px;
    overflow: hidden;
    font-weight:600

}
.footer .flogo{line-height:50px;font-size: 18px;color:#fff;text-align: left}
.footer .flogo img{margin-right: 10px;display: inline-block;vertical-align: middle;}
.footer .summary-info{color:#60606D;font-size: 14px;line-height: 36px;}
.footer .lxfs p{line-height: 28px;}
.footer .lxfs p span{font-size: 16px;color:#fff;font-weight: 600}
.footer .flxfs .ewm{padding:6px;width: 88px;border-radius: 5px;background-color: #fff;margin-right: 20px;}
.footer .fshejiao{position: relative;}
.footer .fshejiao a i{ width:18px;height:15px;}
.footer .fshejiao a.weixin i{ width:18px;height:15px; background:url("../images/icon_weixin.png") no-repeat;background-size:cover}
.footer .fshejiao a.sina i{ width:18px;height:18px; background:url("../images/icon_sina.png") no-repeat;background-size:cover}
.footer .fshejiao a.zhihu i{ width:18px;height:18px; background:url("../images/icon_zhihu.png") no-repeat;background-size:cover}
.footer .fshejiao a.so i{ width:18px;height:18px; background:url("../images/icon_so.png") no-repeat;background-size:cover}

.footer .fshejiao a.weixin:hover i{ width:18px;height:15px; background:url("../images/icon_weixin2.png") no-repeat;background-size:cover}
.footer .fshejiao a.sina:hover i{ width:18px;height:18px; background:url("../images/icon_sina2.png") no-repeat;background-size:cover}
.footer .fshejiao a.zhihu:hover i{ width:18px;height:18px; background:url("../images/icon_zhihu2.png") no-repeat;background-size:cover}
.footer .fshejiao a.so:hover i{ width:18px;height:18px; background:url("../images/icon_so2.png") no-repeat;background-size:cover}




.footer .tcewm{display:none;position: absolute;padding:6px;width: 88px;border-radius: 5px;background-color: #fff;top:-100px;}



.footer .fshejiao a{margin-right:10px;width: 32px;height: 32px;border: 1px solid #515155;border-radius: 50%;display: inline-flex; flex-direction: column;align-items: center;justify-content: center;}
.footer .fshejiao a img{width: 20px;}
.footer .fshejiao a img:hover{opacity: 0.7;}
.footer .h20{ height:20px;}




.footer .super-nav{width: 50%;}
.footer .super-nav .title{font-size:16px;color:#fff;line-height: 26px;margin-bottom: 20px;}
.footer .super-nav li a{font-size:14px;color:#60606D;line-height: 46px;}
.footer .super-nav li a:hover{color:#B5B5B6}

.footer .friendlink{border-top:1px solid #2E3442;border-bottom:1px solid #2E3442;padding:20px 0; width: 100%;color:#60606D;margin-top: 20px;}
.footer .friendlink a{color:#60606D;padding-right:10px}
.footer .friendlink a:hover{color:#B5B5B6}



.footer .copyright{height: 36px;font-size: 14px;font-weight: 500;color: #60606D;line-height: 36px;margin:20px 0;}
.footer .copyright a{color: #60606D;}



.kefu{position: fixed;top:30%;right:10px; z-index: 999;}

.kefu ul li a{display:flex; flex-direction: column;align-items: center;justify-content: center;margin-bottom: 10px; font-size: 12px; width: 64px;height: 64px;background: linear-gradient(180deg, #F5F6F9 0%, #FFFFFF 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);border-radius: 8px;border: 2px solid #0152D9;}

.kefu ul li a:hover{border:2px solid #0152D9;}
.kefu ul li i{width: 100%;height: 24px;display: block;margin:8px auto;}
.kefu ul li:hover{box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;}
.kefu ul li:nth-child(1) i{background:url("../images/r_icon1_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(2) i{background:url("../images/r_icon2_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(3) i{background:url("../images/r_icon3_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(4) i{background:url("../images/r_icon4_hover.png") center center no-repeat;background-size: auto 100%}



.kefu ul li:nth-child(1):hover i{background:url("../images/r_icon1_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(2):hover i{background:url("../images/r_icon2_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(3):hover i{background:url("../images/r_icon3_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(4):hover i{background:url("../images/r_icon4_hover.png") center center no-repeat;background-size: auto 100%}

.kefu ul li a{color:#000000;}
.kefu ul li:hover a{color:#0152D9;}








.tcbox{}
.tcbox .tc{display: none;position: absolute;top:0;right:84px; width: 293px;background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);border-radius: 6px;border: 2px solid #FFFFFF;padding:24px 24px;}

.tcbox .tcwx .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tcwx .s2{font-size: 14px;line-height: 20px;margin-bottom: 40px;}
.tcbox .tcwx .s3{color: #323233;line-height: 25px;font-size: 18px;text-align: center;margin:33px 0 0px 0px}
.tcbox .tcwx img{ width: 186px }


.tcbox .tc.select{display: block;}



.tcbox .tctel .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tctel .s1 span{font-size: 14px;line-height: 20px;color: #000000;}
.tcbox .tctel .s2{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tctel .s3{font-size: 16px;line-height: 33px;color: #000000;margin-top: 20px;}
.tcbox .tctel .s4{font-size: 14px;line-height: 20px;color:#323233; font-weight: 200}
.tcbox .tctel form input{width: 100%;height: 36px;line-height:36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 10px;text-indent: 1em;color:#757575}
.tcbox .tctel .btn-dhzx{width: 105px;height: 36px;line-height:36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color: #fff;margin: 24px auto 0px 0px;font-size:14px}





.tcbox .tcyuyue .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tcyuyue .s2{font-size: 16px;line-height: 20px;color: #000000;margin-top: 5px;}
.tcbox .tcyuyue form .input{width: 100%;height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 13px;margin-bottom:7px;text-indent: 10px;color:#757575;}
.tcbox .tcyuyue form select{width: 100%;height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 13px;margin-bottom:7px;color:#969799;font-size:14px;}

.tcbox .tcyuyue form select .hide{display: none}
.tcbox .tcyuyue .btn-yyys{width: 100%;height: 36px;line-height:36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color: #fff;margin: 60px auto 0px 0px;font-size:14px;}
.tcbox .tcyuyue .btn-yyys img {width: 18px;margin-left: 5px;}
.tcbox .tcyuyue .s3{font-size: 14px;line-height: 14px;color: #000000;margin-top: 5px;text-align: left;color: #757575;margin-top: 10px;}
.tcbox .tcyuyue .s3 a{color:#3271FF;}
.tcbox .tcyuyue .yhxy{border: 1px solid #CFCFCF;background-color:#fff;-moz-appearance: button;-webkit-appearance: button;margin-right: 5px;float:left;width: 16px;height: 16px;}


.ewmtc{display:none;width: 407px;position: fixed;left:50%;top:50%;margin-left: -203px;margin-top: -159px;z-index: 999;background-color: #fff;border-radius: 12px;text-align: center;overflow: hidden;box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);}
.ewmtc .tchead{background: linear-gradient(180deg, #368DFB 0%, #2529D3 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);height: 118px;color:#Fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ewmtc .tchead p{line-height: 34px;font-size: 24px;}
.ewmtc .tccontent{padding:47px 0px 0px 0;}
.ewmtc .tccontent p{margin:33px auto 33px auto;}
.ewmtc .close{position: absolute;cursor: pointer;right: 10px;top: 10px;width: 25px;height: 25px;text-align: center;}


.zhucetc{display:none;width: 407px;position: fixed;left:50%;top:50%;margin-left: -203px;margin-top: -210px;z-index: 999;background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);border-radius: 12px;overflow: hidden;box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);padding-top:40px;padding-bottom:40px;border:2px solid #fff}
.zhucetc .tchead{line-height: 30px;font-size: 28px;text-align: center;}
.zhucetc .tchead p{line-height: 34px;font-size: 24px;}
.zhucetc .tccontent{padding:40px 28px 0px 28px;}
.zhucetc .tccontent p{margin:10px auto;}
.zhucetc .close{position: absolute;cursor: pointer;right: 10px;top: 10px;width: 25px;height: 25px;text-align: center;}

.zhucetc .tccontent .item{margin-bottom: 20px;position:relative;}
.zhucetc .tccontent .item .name{width:80px;line-height: 36px;color: #333333;}
.zhucetc .tccontent .input{height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0; width: calc(100% - 72px);padding:0 10px;}

.zhucetc .tccontent .btn-zhuce{background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;height: 44px; line-height:44px;width: 100%;color:#fff;margin-top: 25px;margin-bottom:16px;}
.zhucetc .tccontent .btn-zhuce i{ width:16px;}
.zhucetc .tccontent .s3{font-size: 14px;line-height: 14px;color: #000000;margin-top: 5px;text-align: left;color: #757575;margin-top: 10px;}
.zhucetc .tccontent .s3 a{color:#3271FF;}
.zhucetc .tccontent .yhxy{border: 1px solid #CFCFCF;background-color:#fff;-moz-appearance: button;-webkit-appearance: button;margin-right: 5px;float:left;width: 16px;height: 16px;}

.captchacode{position:absolute;font-size:14px;color:#165BD5;right:10px;top:7px;}


.s3red{color:red;font-size: 12px;padding-left:22px;}
.hide{display:none;}




/* 底部客服结束 */




/* 内页头部 */
.nybanner{width: 100%;height: 550px;background: #04043F;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center}
.nybanner h3{font-size: 42px;font-weight: 500;color: #FFFFFF;line-height: 66px;margin-bottom:8px;}
.nybanner p{font-size: 20px;font-weight: 500;color: #fff;line-height: 36px;}
.nybanner .btn-qdhz{width: 188px;height: 48px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color:#fff;font-size: 16px;margin:50 auto 0 auto;}
/* 内页头部结束 */



.fenye{ text-align:center; margin-top:10px; margin-bottom:10px;color:#B3B3B3 ;}
.fenye li{display:inline-block;padding:2px 4px;border:1px solid #B3B3B3 ;color:#B3B3B3;font-size: 14px;margin:5px 2px;height: 25px; } 
.fenye li a,.fenye li span{ color:#B3B3B3;font-size: 14px;}




.position{font-size: 14px;color:#bbbfc4;line-height: 14px;padding:50px 0 0px 0;}
.position img{vertical-align: middle;width: 14px;height:14px;margin-right: 5px;}
.position a{color:#bbbfc4;line-height: 14px;}