@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;  
}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
select{
    vertical-align:middle;
}

.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
body{
    font-size:16px;
    color:#333333;
    line-height: 1.5;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 1200px;
	word-break: break-all;
}
.wrapfix{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


/* common end */




/* header-start */
.szr_header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
	background: #ffffff;
}
.szr_header .wrapfix{
	width: 1440px;
	padding: 21px 0;
	box-sizing: border-box;
	height: 80px;
}
.szr_header .logo{
    width: 500px;
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	line-height: 38px;
}
.szr_header .logo img{
    display: block;
	height: 38px;
	margin-right: 20px;
}
.szr_header .logo span{
	padding-left: 22px;
	position: relative;
}
.szr_header .logo span:before{
	content: '';
	width: 2px;
	height: 32px;
	background: #999999;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
}

@media screen and (max-width:1600px){
	.szr_header .wrapfix{
		width: 1200px;
	}
}

/* header-end */


/* footer-start */
.szr_footer{
	background: #ffffff;
	color: #666666;
}
.szr_footer .wrapfix{
	width: 1440px;
}
.foot_topbox{
	padding: 100px 0 60px;
}
.foot_topbox .wrapfix{
	display: flex;
	justify-content: space-between;
}
.foot_lt_item{
	width: 303px;
}
.foot_lt_item .logo img{
	display: block;
	width: 303px;
}
.ft_qrcode{
	margin-top: 30px;
}
.ft_qrcode .pic{
	width: 101px;
	height: 101px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #ffffff;
}
.ft_qrcode .pic img{
	display: block;
	width: 100%;
	height: 100%;
}

.foot_link_wrap{
	display: flex;
	flex-direction: row;
}
.foot_link{
	padding-top: 10px;
	padding-left: 100px;
}
.foot_link:first-child{
	padding-left: 0 !important;
}
.foot_link h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #333333;
}
.foot_link .list a{
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.foot_link .list a:hover{
	color: #1061FF;
}
.szr_footer .copy_box{
	padding: 70px 0;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #E8E8E8;
}
.szr_footer .copy_box a{
	color: #999999;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.szr_footer .copy_box a:hover{
	color: #333333;
}
@media screen and (max-width:1600px){
	.szr_footer .wrapfix{
		width: 1200px;
	}
	.foot_link{
		padding-left: 80px;
	}
}
@media screen and (max-width:1600px){
	.szr_footer .wrapfix{
		width: 1200px;
	}
	.foot_link{
		padding-left: 60px;
	}
}

/* footer-end */


/* index-start */
.szr_section{
	padding-top: 80px;
}

.szr_banner{
	height: 520px;
	position: relative;
	background: url(../images/banner_bg.jpg) repeat-y center;
	background-size: 100% auto;
}
.szr_banner .window img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.szr_banner .window{
	height: 520px;
	overflow: hidden;
}
.szr_banner .window video,
.szr_banner .window img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.szr_ban_title{
	width: 100%;
	color: #ffffff;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 50;
}
.szr_ban_title h2{
	width: 520px;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	margin-bottom: 20px;
}
.szr_ban_title p{
	width: 520px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.szr_ban_title .btn{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 154px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 4px;
	background: linear-gradient(90deg, #1061FF 0%, #5A92FF 100%);
}
.szr_ban_title .btn:hover{
	background: linear-gradient(90deg, #1061FF 0%, #1061FF 100%);
}
.szr_codebox{
	box-sizing: border-box;
	width: 302px;
	height: 302px;
	border-radius: 10px;
	padding: 60px 20px 0;
	background: #FFF;
	box-shadow: 0px 0px 30.21277px 0px rgba(174, 178, 186, 0.36);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -161px 0 0 -161px;
	z-index: 100;
}
.szr_codebox .close{
	width: 28px;
	height: 28px;
	background: url(../images/szr_close.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 50;
}
.szr_codebox .pic_box{
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto 16px;
}
.szr_codebox .pic_box .img{
	height: 160px;
}
.szr_codebox .pic_box .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.szr_codebox .pic_box .logo{
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 4px;
	background: #FFF;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	z-index: 10;
}
.szr_codebox .pic_box .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.szr_codebox .tit{
	text-align: center;
}
.szr_codebox .tit img{
	display: block;
	margin: 0 auto;
	height: 23px;
}
.szr_module_01{
	padding: 52px 0 80px;
}
.szr_ydlist{
	display: flex;
	justify-content: space-between;
}
.szr_ydlist li{
	padding: 0 40px;
}
.szr_ydlist li .icon{
	width: 120px;
	height: 120px;
	margin: 0 auto 13px;
}
.szr_ydlist li .icon img{
	display: block;
	width: 100%;
}
.szr_ydlist li h5{
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
.szr_ydlist li p{
	width: 260px;
	margin: 13px auto 0;
	font-size: 18px;
	line-height: 30px;
	color: rgba(51, 51, 51, 0.6);
}
.szr_module_02{
	overflow: hidden;
}
.szr_module_02 img{
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*-- add 20231204 --*/
.pro_banner_box.protocol {
    height: 240px;
    background: #0339C8;
	position: relative;
}
.pro_banner_box .pro_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.pro_banner_box .wrapfix {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px
}
.pro_banner_box.protocol .pro_banner_tit {
    padding-top: 90px;
    max-width: 100%;
    text-align: center;
	color: #fff;
}

.pro_banner_box.protocol .pro_banner_tit h4 {
    font-size: 32px;
    line-height: 45px;
	font-weight: normal;
}

.ys_protocol_page {
    background: #ffffff;
    padding: 40px 0 50px;
}

.ys_protocol_box {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
}

.ys_protocol_box p {
    margin: 25px 0;
}

.ys_protocol_title {
    margin: 45px 0 25px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.ys_pt_subtitle {
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.ys_pt_table {
    width: 100%;
    margin: 25px 0;
}

.ys_pt_table th {
    background: #D1DEFF;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border: 0 none;
    vertical-align: middle;
}

.ys_pt_table td {
    text-align: left;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.5;
    border: 0 none;
    vertical-align: middle;
}

.ys_pt_table tr.td_bg td {
    background: #F9F9F9;
}

.ys_pt_table th:first-child,.ys_pt_table td:first-child {
    padding-left: 30px;
}

.ys_pt_table td.b_border {
    border-bottom: 1px solid #F0EFEF;
}

.ys_pt_table td.l_border {
    border-left: 1px solid #F0EFEF;
}

