/* 重置样式 */
*,body,html{
    padding:0;
    margin:0;
    font-family: '微软雅黑';
}
body,html{
    font-size: 12px;
    font-family: '微软雅黑';
}
a,li,ol,ul{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
img{
    border: none;
    display: block;
}
/* 头部样式 */
.main-header{
    height: 90px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header .logo-block{
    width: 166px;
    height: 60px;
}
.main-header .logo-block img{
    width: 100%;
}
.main-header .nav-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-header .nav-list li{
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100px;
    height: 40px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 18px;
}
.main-header .nav-list li.active{
    color: #fff;
    background: #2580d5;
}
.main-header .login-block,.main-header .layout-block{
    color: #2d5bbe;
    font-size: 14px;
    cursor: pointer;
}
.main-header .login-block a{
    color: #2d5bbe;
}
/* 页面内容样式 */
.main{
    width:100%;
    height:100%;
    position: relative;
}
.main *{
    box-sizing: border-box;
}
.main .banner-box{
    width: 100%;
    position: relative;
}
.main .banner-box img{
    width: 100%;
}
.main .banner-box .banner-txt{
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    top:100px;
    left:0;
    right:0;
    bottom:0;
    padding-left: 95px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}
.main .content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.main .content .title{}
.main .content img{
    display: block;
    width: 100%;
}
.main .content .list{
    width: 100%;
}
.main .content .list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .content .list li.bg-dfebff{
    background: #dfebff;
}
.main .content .wh-50{
    width: 50%;
    box-sizing: border-box;
}
.main .content .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .content .flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main .content .flex-column{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.main .content .s-list{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .content .s-list li{
    width: 370px;
    height: 336px;
    position: relative;
    overflow: hidden;
}
.main .content .s-list li .txt-cont{
    color: #fff;
    font-size: 12px;
    background: rgba(0,120,255,.5);
    padding: 18px 30px 20px 30px;
    box-sizing: border-box;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 148px;
}
.main .content .s-list li .txt-cont:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0,120,255,.5);
    position: absolute;
    left:45px;
    top:-20px;
}
.main .content .hr{
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 10px 0;
}
.main .content .plf-20{
    padding-left: 20px;
}
.main .content .s-title{
    font-size: 18px;
    color: #404040;
    padding-bottom: 10px;
    padding-top: 40px;
    border-bottom: 1px solid #a5a5a5;
}
.main .content #container{
    width: 1010px;
    height: 550px;
    margin-left: 95px;
}
.main .content .title-list{
    width:100%;
    box-sizing: border-box;
    padding-left: 17px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d2d2d2;
}
.main .content .title-list li{
    font-size: 18px;
    margin-right: 65px;
    cursor: pointer;
}
.main .content .title-list li.active{
    color: #0687ff;
}
.main .content .content-list{
    padding-top: 90px;
    padding-left: 40px;
    box-sizing: border-box;
}
.main .content .content-list .ct-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main .content .content-list .ct-list li{
    width: 496px;
    color: #404040;
    font-size: 14px;
}
.main .content .content-list .ct-list li .img{
    width: 496px;
    height: 207px;
    overflow: hidden;
}
.main .content .content-list .ct-list li .h{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.main .content .content-list .ct-list li .t{
    padding: 0 40px;
    margin-top: 30px;
    height: 60px;
}
.main .content .content-list .ct-list li .tc{
    padding: 0 40px;
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.main .content .btn-block-bg{
    background: #0078ff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
.main .content .btn-block-br{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    color: #0078ff;
    font-size: 18px;
    box-sizing: border-box;
    border:3px solid #0078ff;
    border-radius: 3px;
}
.main .content .title-list-center{
    width:100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}
.main .content .title-list-center li{
    width: 180px;
    height: 65px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 30px;
}
.main .content .title-list-center li.active{
    background: #406cf3;
    color: #fff;
}
.main .content .content-list-space{
    width: 100%;
    padding: 40px 20px 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .content .content-list-space li{
    width: 360px;
    color: #404040;
}
.main .content .content-list-space li .img{
    width: 360px;
    height: 240px;
    overflow: hidden;
}
.main .content .content-list-space li .txt-ct{
    padding: 24px 15px 0 18px;
    box-sizing: border-box;
}
.main .content .content-list-back{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
}
.main .content .content-list-back li{
    width: 33.3333%;
    height: 100px;
    margin-bottom: 50px;
}
.main .content .content-list-back li img{
    width: 352px;
    height: 100px;
    padding: 10px;
}
.main .content .content-list-partner{
    width:100%;
    box-sizing: border-box;
    padding: 53px 5px 0 5px;
    display: flex;
    justify-content: space-between;
}
.main .content .content-list-partner li{
    width: 576px;
}
.main .content .content-list-partner li .img{
    width: 576px;
    height: 255px;
    overflow: hidden;
}
.main .content .content-list-partner li .simg{
    width: 230px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}
.main .content .content-list-new{
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.main .content .content-list-new .left{
    width: 576px;
    background: #f5f5f5;
    border-radius: 5px;
    padding-bottom: 35px;
}
.main .content .content-list-new .left .img{
    width: 576px;
    height: 426px;
    overflow: hidden;
}
.main .content .content-list-new .text-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #404040;
    height: 78px;
    margin-top: 17px;
}
.main .content .content-list-new .text-block .t-left{
    width: 110px;
    height: 78px;
    border-right: 1px solid #406cf3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.main .content .content-list-new .text-block .t-right{
    margin-left: 25px;
    height: 78px;
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-wrap: wrap;
}
.main .content .content-list-new .right{
    margin-left: 20px;
    width: calc(100% - 596px);
}
.main .content .content-list-new .right .item{
    width: 100%;
    height: 136px;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 3px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.main .content .content-list-new .right .item .t-left{
    width: 110px;
    height: 78px;
    border-right: 1px solid #406cf3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.main .content .content-list-new .right .item .t-right{
    margin-left: 25px;
    height: 78px;
    font-size: 18px;
    width: 430px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .content .content-list-new .item .t-right .t-right-h{
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 底部样式 */
.footer-block{
    background: #414141;
    width:100%;
}
.footer-block *{
    box-sizing: border-box;
}
.footer-block .footer-content{
    width: 1200px;
    margin: 0 auto;
    background: url('../images/footer_bg_img.jpg') no-repeat center center;
    background-size: cover;
    height: 266px;
    padding-top: 40px;
    position: relative;
}
.footer-block .footer-content .txt{
    color: #fff;
    font-size: 24px;
}
.footer-block .footer-content .hr{
    width: 80px;
    height: 5px;
    background: #fff;
    margin-top: 30px;
}
.footer-block .footer-content .copy-block{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
/* 注册/登录样式 */
.mask-block{
    background: rgba(0,50,202,.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 99;
}
.mask-block .login-regist-block{
    width: 1049px;
    height: 554px;
    background: url('../images/loginRes_bg.png') no-repeat center center;
    background-size: cover;
    margin-top: 8%;
    padding-top: 40px;
    padding-right: 45px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.mask-block .login-regist-block .btn-close{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
}
.mask-block .login-regist-block .btn-close img{
    width: 20px;
    height: 20px;
}
.mask-block .login-regist-block .title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0032ca;
}
.mask-block .login-regist-block .content{
    display: flex;
    justify-content: flex-end;
    margin-top: 55px;
}
.mask-block .login-regist-block .login-regist-content{
    width: 432px;
    overflow: hidden;
    box-sizing: border-box;
}
.mask-block .login-regist-block .login-regist-content .h-txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.mask-block .login-regist-block .login-regist-content .input-block{
    width: 430px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background: #f5f5f5;
    height: 40px;
    margin-bottom: 10px;
}
.mask-block .login-regist-block .login-regist-content .input-block-special{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
}
.mask-block .login-regist-block .login-regist-content .btn-send{
    width: 162px;
    height: 40px;
    background: #0078ff;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask-block .login-regist-block .login-regist-content .input-block:last-child{
    margin-bottom:0px;
}
.mask-block .login-regist-block .login-regist-content .input-block input{
    border: none;
    width: 100%;
    height: 40px;
    background: none;
    box-sizing: border-box;
    padding-left: 15px;
    outline:none;
}
.mask-block .login-regist-block .login-regist-content .checkbox-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-top: 17px;
}
.mask-block .login-regist-block .login-regist-content .btn-submit{
    background: #1451ca;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 17px;
    width:100%;
}
/* checkbox样式修改 */
.tui-checkbox:checked {
	background:#1673ff;
    border-color:#1673ff;
}
.tui-checkbox {
	width:18px;
	height:18px;
	background-color:#ffffff;
	border:solid 1px #5d5d5d;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:0.8rem;
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
	vertical-align:top;
	cursor:default;
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
	outline: none;
}
.tui-checkbox:checked::after {
	content:'';
	top:4px;
	left:3px;
	position:absolute;
	background:transparent;
	border:#fff solid 2px;
	border-top:none;
	border-right:none;
	height:4px;
	width:8px;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.dialogProto{
    padding: 0 4px;
    color: #4c8bf0;
}