﻿*{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	font-size: 100%;
}
@font-face {
    font-family: 'iconfont';
    src: url('IconFont/iconfont.eot');
    src: url('IconFont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('IconFont/iconfont.woff') format('woff'),
    url('IconFont/iconfont.ttf') format('truetype'),
    url('IconFont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.superrsu{
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: flex-start;
}

.superrsc{
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
}

.superrsd{
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items:flex-end;
}

.superrcu{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.superrcc{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.superrcd{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}


.superreu{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.superrec{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.superred{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}


.superrac{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.superrau{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.superrad{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}

.superrbc{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.superrbu{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.superrbd{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}



.supercsl{
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: flex-start;
}

.supercsc{
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: center;
}

.supercsr{
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: flex-end;
}

.superccl{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.superccc{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



.superccr{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}


.supercel{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.supercec{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}



.supercer{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.supercac{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.supercal{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.supercar{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
}

.supercbc{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.supercbl{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.supercbr{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}


.super_box{
	background-color: #ECEEF2;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

html,body{
    width: 100%;
    height: 100%;
	font-size: 10px;
	background-color: rgba(245,247,251,1);
}

a:visited{
	color: #13234A;
}

input {
    font-size: 14px;
    color: #A2A8B4;
    height: 40px;
    border: 1px solid #C1C4CB;
    border-radius: 20px;
    text-indent: 10px;
}


.header{
	width: 1200px;
}

.nav{
    width: 100%;
    height: 75px;
	background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	color: #fff;
}

.nav a{
    text-decoration: none;
    color: #fff;
}

.nav .bar{
    width: 800px;
}

.nav .bar .item{
	height: 72px;
	box-sizing: border-box;
	color: rgba(255, 255, 255);
	border-bottom: 3px solid transparent;
}
.nav .bar div:hover{
	border-bottom: 3px solid rgba(55, 115, 247, 1);
	font-weight: 600;
}

.nav .bar a{
    font-size: 1.6rem;
}

.nav .login{
    height: 75px;
    width: 200px;
	border-bottom: 3px solid transparent;
}

.nav .bar .selected{
	font-weight: 600;
	border-bottom: 3px solid rgba(55, 115, 247, 1);
}

.nav .log img{
	height: 60px;
}


.swiper-container {
    width: 100%;
    height: 620px;
}
.swiper-pagination {
    top:85%;
}
.swiper-pagination-bullet-active {
    background-color: #fff
}
.index-slide-box{
    width: 100%;
    height: 620px;
	background: url(../images/banner_bg.jpg) no-repeat;
	background-size: cover;
}
.news-slide-box{
    width: 100%;
    height: 620px;
	background: url(../images/banner_13.png) no-repeat;
	background-size: cover;
}
.product-slide-box{
    width: 100%;
	background: url(../images/baner-19.png) no-repeat;
	background-size: cover;
}

.aboutus-slide-box{
    width: 100%;
    height: 620px;
	background: url(../images/banner-20.png) no-repeat;
	background-size: cover;
}

.contactus-slide-box{
    width: 100%;
    height: 620px;
	background: url(../images/banner-20.png) no-repeat;
	background-size: cover;
}

.slide-box{
	width: 1200px;
	height: 620px;
}

.banner-title{
	font-size: 4rem;
	color: #FFFFFF;
	min-height: 100px;
}
.banner-description{
	font-size: 2.5rem;
	color: #FFFFFF;
	width: 1200px;
}

.row-area{
	width: 100%;
}

.row-area .area-box{
	width: 1200px;
}


.footer{
    width: 100%;
    background-color: #13234A;
	height: 500px;
}
.footer-content{
	width: 1200px;
	height: 435px;
}
.footer-custom{
	width: 1200px;
	height: 250px;
	color: #8B98BE;
	font-size: 1.4rem;
}
.footer-custom>div{
	width: 220px;
	min-height: 150px;
}
.footer-custom>div>div{
	width: 220px;
	min-height: 40px;
}
.footer-custom>div>div:first-child{
	font-weight: 600;
	color: #FFFFFF;
}
.footer-custom>div>div a{
	color: #8B98BE;
	text-decoration: none;
}
.footer-custom>div>div a:hover{
	color: #FFFFFF;
}

.footer-record{
    height: 65px;
    width: 100%;
    background-color: #0F1B3E;
    color: #8B98BE;
    font-size: 1.4rem;
}
.footer-record a{
	color: #8B98BE;
	text-decoration: none;
}
.footer-record a:hover{
	color: #FFFFFF;
}

.red_span{
	color: rgba(255,0,0,1);
}


/**申请*/
.modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: none;
}

.modal_content_box{
    width: 100%;
    margin-top: 8rem;
}
.modal_content_box
.modal_content_item{
    width: 70rem;
    height: 50rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
}
.form_row{
    width: 60rem;
    height: 7rem;
}

.yourmsg{
    font-size: 2.5rem;
    font-weight: bolder;
}

.form_header{
    width: 15rem;
    font-size: 1.75rem;
    padding-right: 2rem;
}
.input{
    width: 30rem !important;
}
.verycode{
    width: 15rem !important;
}
.try_use{
    font-size: 2rem;
    color: #FFFFFF;
    background-color: #3774F7;
    width: 50rem;
    border-radius: 5px;
    height: 4rem;
}
.img_close{
    width: 4rem;
    height: 4rem;
    margin-top: 5rem;
}

.application{
    background: url(../images/foot-aad.png) no-repeat;
    background-size: cover;
    height: 200px;
}
.application h3{
    font-size: 3.2rem;
    font-weight: 600;
    color: #FFFFFF;
}
.try-btn{
    font-size: 1.7rem;
    background-color: #3774F7;
    width: 200px;
    height: 35px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 500;
}

.img_reflesh{
    height: 2rem;
    width: 2rem;
    margin-left: .5rem;
}
.veriy_code{
    height: 3rem;
    width: 8rem;
    margin-left: 4rem;
}