* {margin: 0;padding: 0;box-sizing: border-box;}
html{color: #092C3F;font-size: 14px;overflow-y: scroll;}
body{max-width: 1920px;min-width: 1100px;margin: 0 auto;}
a{text-decoration: none;}
ol, ul {list-style: none;margin: 0;padding: 0;}
input, button, select, textarea{outline:none;}
textarea{resize:none;}
img {max-width: 100%;}
.flex_box{display: flex;}
/* 头部 */
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 1000;transition: all .5s;}
.header.fixed_cls{background-color: #FFFFFF;box-shadow: 0 5px 20px #d7e3fa;}
.header .header_inner{display: flex;justify-content: space-between;align-items: center;max-width: 1200px;min-width: 1100px;margin: 0 auto;padding: 20px 30px;}
.header .left{display: flex;align-items: center;}
.header .logo{margin-right: 62px;}
.header .left .item{position: relative;margin:0 20px;padding: 15px 0;display: inline-block;color: #092C3F;}
.header .left .item.selected::after{content: '';position: absolute;left: 0%;bottom: 0;width: 100%;height: 3px;background: linear-gradient(135deg, #35C3FF 0%, #1890FF 100%);border-radius: 1px;}
.header .left .item .link{color: #092C3F;}
.header .left .menu_list{display: none;position: absolute;width: 120px;padding: 10px 0;left: 50%; transform:translateX(-50%);top: 40px;background: #FFFFFF;box-shadow: 0px 4px 9px 2px rgba(9, 44, 63, 0.1);border-radius: 5px;z-index: 999;}
.header .left .menu_list_wrap:hover .menu_list{display: block;}
.header .left .menu_list p{padding: 8px 15px;text-align: center;}
.header .left .menu_list .link{display: block;}
.header .left .menu_list .link:hover{background-color: #F7F7F7;color: #1890FF;}
.header .right a{display: inline-block;color: #092C3F;}
.header .right .split{margin: 0 5px;}
/* 内容区 */
.main_title{font-size: 30px;line-height: 45px;}
.sub_text{margin-top: 20px;color: #687277;line-height: 25px;font-size: 14px;}
.top_text_btn{display: block;padding: 21px 0;text-align: center;border-radius: 5px;background: linear-gradient(82deg, #6582FF 0%, #00C5FF 100%);color: #FFFFFF;box-shadow: 0px 0px 20px #afdeff;}
.text_btn{display: block;padding: 20px 0;text-align: center;border-radius: 5px;border: 1px solid #9db6ff;background-color: #FFFFFF;color: #1890FF;}
.text_btn:hover{background: linear-gradient(82deg, #6582FF 0%, #00C5FF 100%);color: #FFFFFF;border: none;padding: 21px 0;box-shadow: 0px 0px 20px #afdeff;}
/* 底部 */
.footer_container{padding: 75px 0 120px;background: url(../images/index/bg4.png) left top no-repeat;background-size: 100% 100%;}
.footer_container .title{text-align: center;font-size: 34px;color: #4790fe;}
.footer_container .btn{display: block;width: 180px;margin: 30px auto 0;padding: 18px 0;background-color: #092C3F;color: #FFFFFF;text-align: center;border-radius: 10px;}
.footer{margin-top: 100px;}
.footer .company_logo_box_wrap{padding: 25px 0;background: linear-gradient(90deg, #2865FF 0%, #0CBDFF 100%);}
.footer .company_logo_box{max-width: 1200px;margin: 0 auto;overflow: hidden;}
.company_logo_box .logo_list{width: 100%; overflow: hidden;transition: all .2s;}
.company_logo_box .logo_list .txt{position: relative; display: flex; flex-wrap:wrap; justify-content: space-around;align-items: center;}
.company_logo_box .logo_list .txt li{list-style:none; margin:15px; text-align:center;}
.company_logo_box .logo_list .txt li img{max-width: inherit; height:30px;}

.bottom_link_wrap{padding: 75px 0;background: url(../images/bottom.png) left top no-repeat;background-size: 100% 100%;}
.bottom_link_box{max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
.bottom_link_box .icon_box{display: flex;margin-top: 30px;}
.bottom_link_box .icon_box .img_box{position: relative;width: 32px;height: 32px;margin-right: 10px;cursor: pointer;}
.bottom_link_box .icon_box .img_box .qrcode_box{display: none;position: absolute;width: 100px;height: 100px;left: -33px;top: -105px;border-radius: 5px;overflow: hidden;z-index: 10;}
.bottom_link_box .icon_box .qrcode:hover .qrcode_box{display: block;}

.bottom_txt_box .title{margin-bottom: 30px;}
.bottom_txt_box .title a{color: #FFFFFF;font-size: 16px;}
.bottom_txt_box .text{color: #9BA5B6;margin-bottom: 12px;}
.bottom_txt_box .text a{color: #9BA5B6;}
.bottom_txt_box .text:last-child{margin-bottom: 0;}

.footer .company_info_wrap{padding: 18px 0;background-color: #08172F;}
.company_info_wrap .company_info_box{max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;color: #9BA5B6;font-size: 12px;}
.company_info_wrap .company_info_box a{display:inline-block;color: #9BA5B6; margin-left:10px;}


.header-bream{display: none;}

@media screen and (max-width: 1000px) {
	
	html{font-size: .8rem;}
	body{max-width: 100%;min-width: 100%;overflow:hidden;}
	.header{height:60px;background-color: #FFFFFF;box-shadow: 0 0px 0px #d7e3fa;}
	.header .header_inner{max-width: 100%;min-width: 100%;padding: 15px 10px;}
	.header .logo{height:30px;margin-right: 0px;}
	.header .right{margin-right:50px;}
	
	.nav{display:none;transition: all 0.7s ease 0s;}
	.nav.on{display:block;position:absolute;top:60px;left:0;width:100%;height:100vh;overflow:hidden;background: linear-gradient(
135deg, #35C3FF 0%, #1890FF 100%);border-top: 1px solid #e5e5e5;padding:1rem 1.5rem;}
	.nav.on .item{display:block;margin-right:0;font-size:1.25rem;border-bottom:rgba(255,255,255,.45) solid 1px;padding:1.15rem 0;color:#fff;}
	.nav.on .item:last-child{border-bottom:0;}
	.nav.on .item.selected{}
	.nav.on .item.selected::after{background:none !important; left:inherit !important; border-radius:0 !important; border-width:1.5px !important;}
	
	.nav.on .item .link{color:#fff; display: block;}
	
	.nav.on .item.menu_list_wrap::after{content:'';position:absolute;right:1rem;top:1.5rem;width:.5rem;height:.5rem; border-left:rgba(255,255,255,.85) solid 1.5px;border-bottom:rgba(255,255,255,.85) solid 1.5px; transform: rotate(-45deg);}
	.nav.on .menu_list{background:none;position: relative;width: 100%;padding: 10px 0 0 0;top: inherit;box-shadow: 0px 0px 0px 0px rgba(9, 44, 63, 0.1);border-radius: 0px;display:none !important;}
	.nav.on .menu_list.on{display: block !important;}
	.nav.on .menu_list p{padding: 8px 0;font-size:1rem;text-align: left;color:rgba(255,255,255,.85);}

	.header-bream {display:block;width: 26px;height: 24px;position: absolute;top:18px;right:13px;padding-top: 11px;cursor: pointer;}
	.header-bream span {display: block;height: 2px;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;background-color: #000;border-radius: 2px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
	.header-bream::before,
	.header-bream:after {content: " ";position: absolute;left: 0;right: 0;height: 2px;background-color: #000;border-radius: 2px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
	.header-bream::before {top: 2px;}
	.header-bream::after {bottom: 2px;}
	.header-bream.on span {filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;}
	.header-bream.on::before {top: 11px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
	.header-bream.on::after {bottom: 11px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
	
	/* 内容区 */
	.main_title{font-size: 1.5rem;line-height: 1.5; text-align:center;}
	.sub_text{margin-top: 1rem;line-height: 1.5;font-size: 1rem;}
	.top_text_btn{padding: 1.25rem 0;}
	.text_btn{padding: 1.25rem 0;}
	.text_btn:hover{padding: 1.25rem 0;}
	
	/* 底部 */
	.footer_container{padding: 2rem 0 4rem;}
	.footer_container .title{font-size: 2rem;}
	.footer_container .btn{display: block;width: 50%;margin: 1.5rem auto 0;padding: 1rem 0;border-radius: 5rem;}
	.footer{margin-top: 1rem;}
	.footer .company_logo_box_wrap{padding: 1.5rem 0;}
	.footer .company_logo_box{max-width: 100%;}
	.company_logo_box img{max-width: none;height:10px;margin:0;}
	.company_logo_box .scrollbox{white-space: inherit;}
	.company_logo_box .scrollbox .txt,
	.company_logo_box .scrollbox .txt-clone {display: flex;flex-wrap:wrap;}
	
	.company_logo_box .logo_list .txt li{margin: 1rem;}
	.company_logo_box .logo_list .txt li img{max-width: inherit; height:15px;}
	.company_logo_box .logo_list .txt li:nth-child(n+13) img{height:25px;}
	
	.bottom_link_wrap{padding: 2rem 0;background-color:#06204A;background-position:center center;background-size: auto 50%;}
	.bottom_link_box{max-width: 100%;flex-wrap:wrap;padding:0 1.5rem;}
	.bottom_link_box>div:nth-child(1){width:100%;text-align:center;margin-bottom:2rem;}
	.img_logo img{height:35px;max-width:none;}

	.bottom_link_box .icon_box{margin-top: 1rem;padding:0 4rem;}
	.bottom_link_box .icon_box .img_box{width: 25%;height: auto;}
	.bottom_link_box .icon_box .img_box img{height:40px;max-width:none;}
	.bottom_link_box .icon_box .img_box .qrcode_box{width: 120px;height: 120px;left: -36px;top: -133px;}
	.bottom_link_box .icon_box .img_box .qrcode_box img{width:100%;height:100% !important;}
	
	.bottom_txt_box{margin-bottom:2rem;}
	.bottom_txt_box:nth-child(4){display:none;}
	.bottom_txt_box .title{margin-bottom: .5rem;}
	.bottom_txt_box .title a{font-size: 1rem;}
	.bottom_txt_box .text{margin-bottom: .5rem;font-size:.8rem;}
	.bottom_txt_box .text a{color: #9BA5B6;}
	.company_info_wrap .company_info_box{display:block;font-size: .8rem;text-align:center;}
	.company_info_wrap .company_info_box a{margin-left:0px; margin-top:5px;}
}