@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansJP-Regular.otf');
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
*{box-sizing: border-box;font-family: NotoSansJP;}
input{border:none;  outline:medium;font-family: Inter;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
a:hover{
	opacity: 0.5;
}
input[type = 'submit']:hover{
	opacity: 0.5;
}
.clearFloat{
	zoom: 1;
}
.clearFloat:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	border-top: 6px solid #446AB0;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 4px 4px 0px rgba(186, 186, 186, 0.25);
}
.logo{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #080404;
}
.logo a{
	font-size: 0;
	line-height: 1;
	margin-right: 24px;
}
.logo img{
	width: 200px;
}
.header1{
	display: flex;
	align-items: center;
}
.search{
	border: 1px solid #CED4DA;
	width: 652px;
	height: 41px;
	border-radius: 2px;
	overflow: hidden;
}
.searchi{
	float: left;
	width: calc(100% - 50px);
	padding: 0 10px;
	height: 39px;
}
.searchii{
	float: left;
	width: 50px;
	height: 39px;
	background: url(../img/search.png) center no-repeat;
	background-size: 22px auto;
}
.butt{
	margin-left: 39px;
	display: flex;
	align-items: center;
}
.butt a{
	font-size: 0;
	margin-left: 25px;
	position: relative;
}
.butt a > img{
	width: 20px;
}
.butt a span{
	position: absolute;
	top: -3px;
	right: -3px;
	font-size: 0;
}
.butt a span img{
	width: 10px;
}
.main{
	overflow: hidden;
	height: 100vh;
	padding-top: 100px;
}
.left{
	float: left;
	height: calc(100vh - 100px);
	width: 200px;
	padding-bottom: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.left_d{
	overflow-x: visible;
}
.left1{
	background-color: #F5F5F5;
	padding: 2px 8px 20px;
}
.left2{
	margin-top: 10px;
	font-size: 14px;
	line-height: 22.4px;
	color: #211915;
}
.left3{
	margin-top: 6px;
}
.left3 input{
	background-color: #fff;
	width: 100%;
	height: 40px;
	padding: 0 9px;
	font-size: 14px;
}
.left4{
	margin-top: 10px;
}
.left4 input{
	height: 40px;
	width: 100%;
	background-color: #446AB0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #fff;
}
.left4 input:hover{
    opacity: 0.5;
}
.left5{
	margin-top: 8px;
}
.left5 a{
	display: block;
	height: 40px;
	width: 100%;
	background-color: #191919;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.left6{
	margin-top: 8px;
	font-size: 10px;
	line-height: 22.4px;
	text-align: center;
	text-decoration: underline;
}
.left6 a{
	color: #211915;
}
.left7{
	margin-top: 20px;
}
.left7 a{
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #446AB0;
	background-color: #ffffff;
	font-size: 14px;
	color: #446AB0;
}
.left7 a img{
	width: 14px;
	margin-right: 6px;
}
.left8{
	margin-top: 7px;
	background-color: #F5F5F5;
	padding: 12px 8px;
}
.left8a{
	font-size: 13.89px;
	line-height: 22.4px;
	color: #211915;
}
.left8a span{
	font-size: 12px;
}
.left8b{
	margin-top: 10px;
}
.left8b a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background-color: #446AB0;
	font-size: 14px;
	color: #FFFFFF;
}
.left8b a img{
	width: 28px;
	margin-right: 8px;
}
.cate{
	margin-top: 7px;
	padding: 0 12px;
	background-color: #446AB0;
	/* position: relative; */
}
.cate > a{
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 14px;
	line-height: 38px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.cate > a img{
	width: 28px;
	margin-right: 16px;
}
.cate:hover{
    background-color: #FFF5F5;
}
.cate:hover > a{
	color: #446AB0;
}
.cate a:hover{
    opacity: 1;
}
.cate1{
	display: none;
	position: absolute;
	left: 183px;
	height: calc(100% - 100px);
	bottom: 0;
	padding: 10px 0;
	border: 1px solid #E7E7E7;
	width: 185px;
	z-index: 96;
	background-color: #ffffff;
}
.cate:hover .cate1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.cate2{
	width: 100%;
	position: relative;
}
.cate2 a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px 0 15px;
	font-size: 14px;
	font-weight: 350;
	line-height: 24px;
	color: #333333;
}
.cate2 a img{
	width: 9px;
}
.cate3{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 165px;
	padding: 10px 0;
	border: 1px solid #E7E7E7;
	background-color: #ffffff;
}
.cate3 a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px 0 20px;
	font-size: 14px;
	font-weight: 350;
	line-height: 24px;
	color: #333333;
}
.cate3 a img{
	width: 9px;
}
.cate2:hover > a{
	background-color: #FFF5F5;
}
.cate2:hover > .cate3{
	display: block;
}
.cate3:hover > a{
	background-color: #FFF5F5;
}
.cate4:hover > a{
	background-color: #FFF5F5;
}
.cate4:hover > .cate3{
	display: block;
}
.nav{
	background-color: #446AB0;
	padding: 0 0 5px;
}
.nav ul li{
	list-style-type: none;
	padding: 0 12px;
}
.nav ul li:last-child{
	border-bottom: 0;
}
.nav ul li a{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 38px;
	color: #ffffff;
	height: 60px;
	border-bottom: 1px solid #ffffff;
}
.nav ul li a img{
	width: 28px;
	margin-right: 16px;
}
.nav ul li:hover{
    background-color: #FFF5F5;
    
}
.nav ul li:hover a{
    color: #446AB0;
    opacity: 1;
}
.nicon1{
    display: none;
}
.nav ul li:hover .nicon{
    display: none;
}
.nav ul li:hover .nicon1{
    display: block;
}
.cate:hover .nicon{
    display: none;
}
.cate:hover .nicon1{
    display: block;
}
.right{
	float: right;
	width: calc(100% - 200px);
	height: calc(100vh - 100px);
	overflow-y: scroll;
	scroll-behavior: smooth;
}
.banner{
	padding: 0 24px;
	font-size: 0;
}
.banner .swiper-pagination{
	height: 28px;
	width: auto !important;
	right: 25px;
	left: auto;
	bottom: 16px;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding: 0 10px;
}
.banner .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #CED4DA;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #446AB0;
}
.consum{
	margin-top: 27px;
	padding: 0 20px;
}
.consum1{
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.8px;
	letter-spacing: 0.67px;
	color: #121212;
}
.consum1 a{
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 33px;
	border: 1px solid #446AB0;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 22.5px;
	color: #446AB0;
}
.consum1 a img{
	width: 14px;
	margin-left: 11px;
}
.newhsimg{
	margin-top: 40px;
	position: relative;
}
.newhsimg .swiper{
    padding-right: 190px;
}
.newhsimg1{
    font-size: 0;
}
.newhsimg1 img{
    width: 100%;
}
.consum2{
	margin-top: 40px;
	position: relative;
}
.consum3{
	border: 1px solid #E9ECEF;
}
.consum4{
	font-size: 0;
	text-align: center;
	position: relative;
}
.consum4 span{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	font-size: 0;
}
.consum4 span img{
	width: 54px;
}
.consum5{
	padding: 12px 5px 9px;
}
.consum6{
	font-size: 16px;
	font-weight: 350;
	line-height: 25px;
	letter-spacing: 0.69px;
	color: #121212;
	height: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.consum7{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #121212;
}
.consum8{
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #BF0000;
}
.consum8 span{
	font-size: 20px;
}
.img1{
	display: none;
}
.conleft{
	position: absolute;
	left: 27px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
}
.conleft img{
	width: 8px;
}
.conleft:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.conleft:hover .img{
	display: none;
}
.conleft:hover .img1{
	display: block;
}
.conright{
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
}
.conright img{
	width: 8px;
}
.conright:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.conright:hover .img{
	display: none;
}
.conright:hover .img1{
	display: block;
}
.snews{
	padding: 0 24px;
}
.snews1{
	margin-top: 45px;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.8px;
	letter-spacing: 0.69px;
	color: #121212;
}
.snews2{
	margin-top: 32px;
}
.snews2 ul{
	overflow: hidden;
}
.snews2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 75px)/4);
	margin-right: 25px;
	margin-top: 32px;
}
.snews2 ul li:nth-child(4n){
	margin-right: 0;
}
.snews3{
	font-size: 0;
	position: relative;
}
.snews3 span{
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 25px;
	background-color: #446AB0;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.69px;
}
.snews4{
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0.69px;
	color: #7A7A7A;
}
.snews5{
	margin-top: 5px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.69px;
	color: #121212;
}
.product{
	padding: 0 24px;
}
.product1{
	margin-top: 60px;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.8px;
	letter-spacing: 0.69px;
	color: #121212;
}
.product2{
	margin-top: 9px;
}
.product2 ul{
	overflow: hidden;
}
.product2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 64px)/5);
	margin-top: 30px;
	margin-right: 16px;
	border: 1px solid #E9ECEF;
}
.product2 ul li:nth-child(5n){
	margin-right: 0;
}
.hot{
	padding: 0 24px;
	margin-top: 56px;
}
.hot1{
	background-color: #F0F1F3;
	border: 1px dashed #446AB0;
	padding: 35px 20px;
}
.hot2{
	padding: 0 72px;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.8px;
	letter-spacing: 0.69px;
	color: #121212;
}
.hot3{
	margin-top: 20px;
	padding: 0 72px;
	position: relative;
}
.hot3 .swiper{
	padding-top: 26px;
}
.hotleft{
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
	background-color: #ffffff;
}
.hotleft img{
	width: 8px;
}
.hotleft:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.hotleft:hover .img{
	display: none;
}
.hotleft:hover .img1{
	display: block;
}
.hotright{
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
	background-color: #ffffff;
}
.hotright img{
	width: 8px;
}
.hotright:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.hotright:hover .img{
	display: none;
}
.hotright:hover .img1{
	display: block;
}
.quality{
	padding: 0 24px;
	margin-top: 45px;
	margin-bottom: 60px;
}
.quality2{
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	display: flex;
	align-items: center;
}
.quality2 img{
	margin-right: 33px;
	width: 338px;
}
.quality3{
	margin-top: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.quality4{
	width: 884px;
	font-size: 13px;
	font-weight: 350;
	line-height: 25px;
	color: #000000;
}
.quality5 a{
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	padding: 0 6px 20px;
	text-align: center;
}
.quality5 a img{
	width: 11px;
	margin-left: 16px;
}
.footer{
	background-color: #F0F1F3;
	padding: 40px 95px 45px 45px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	font-size: 0;
}
.footer2 img{
	width: 246px;
}
.footer3{
	margin-top: 7px;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	color: #3c3c3c;
}
.footer4{
	margin-top: 30px;
}
.footer4 a{
	display: block;
	border: 1px solid #000000;
	width: 112px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #000000;
}
.footer5{
	margin-top: 49px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.footer6{
	margin-right: 149px;
}
.footer6 a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	color: #000000;
	margin-bottom: 12px;
}
.footer8 a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	color: #000000;
	margin-bottom: 12px;
}
.footer9{
	font-size: 0;
}
.footer9 a{
	margin-right: 40px;
}
.footer9 a:last-child{
	margin-right: 0;
}
.footer9 a img{
	width: 24px;
}
.beian{
	background-color: #446AB0;
	font-size: 12px;
	font-weight: 300;
	line-height: 98px;
	text-align: center;
	color: #ffffff;
}
.nav_m{
	display: none;
	background-color: #446AB0;
	height: 56px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9;
	top: 64px;
}
.nav_m1{
	float: left;
	width: 25%;
	height: 100%;
	border-left: 1px solid #FFFFFF;
	padding: 7px 3px 0;
}
.nav_m1:first-child{
	border-left: 0;
}
.nav_micon1{
	display: none;
}
.nav_m1>a>span{
	display: block;
	font-size: 0;
	text-align: center;
}
.nav_m1 span img{
	height: 20px;
}
.nav_m1 code{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
.nav_m1.on{
	background-color: #FFF5F5;
}
.nav_m1.on code{
	color: #446AB0;
}
.nav_m1.on .nav_micon{
	display: none;
}
.nav_m1.on .nav_micon1{
	display: inline-block;
}
.goTop{
	position: fixed;
	right: 36px;
	bottom: 20px;
	z-index: 777;
	font-size: 0;
}
.menu_mSub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 96;
	width: 100%;
	background-color: #FFFFFF;
	padding: 32px 16px;
	border-bottom: 1px solid #E3E3E3;
}
.menu_mSub1{
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
	padding-bottom: 24px;
	border-bottom: 1px solid #DFDFDF;
}
.menu_mSub3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
	padding: 0 6px;
}
.menu_mSub3 span{
	font-size: 15px;
	line-height: 33px;
	color: #1e1e1e;
}
.menu_arrow1{
	display: none;
}
.menu_mSub3{
	border-bottom: 1px solid #E3E3E3;
}
.menu_mSub4{
	display: none;
	background-color: #F7F7F7;
}
.menu_mSub6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
	padding: 0 6px 0 23px;
	border-bottom: 1px solid #E3E3E3;
}
.menu_mSub6 span{
	font-size: 14px;
	line-height: 33px;
	color: #1e1e1e;
}
.menu_mSub7{
	display: none;
}
.menu_mSub7 a{
	display: block;
	font-size: 12px;
	line-height: 33px;
	color: #1e1e1e;
	padding-left: 38px;
	border-bottom: 1px solid #E3E3E3;
}
.menu_mSub2 ul li.on .menu_mSub3{
	background-color: #FFF5F5;
}
.menu_mSub2 ul li.on .menu_mSub4{
	display: block;
}
.menu_mSub2 ul li.on .menu_mSub3 .menu_arrow{
	display: none;
}
.menu_mSub2 ul li.on .menu_mSub3 .menu_arrow1{
	display: block;
}
.menu_mSub5.on .menu_mSub6{
	background-color: #EFEFEF;
}
.menu_mSub5.on .menu_mSub7{
	display: block;
}
.search_m1{
	display: none;
}
.search_m2{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	z-index: 96;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_m1a{
	height: 100%;
	flex: 1;
}
.search_m1b{
	width: 45px;
	height: 100%;
	background: url(../img/search.png) center no-repeat;
	background-size: 24px;
}
.wap{
	display: none;
}
.inmain{
	padding: 18px 18px 40px;
}
.address{
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.address a{
	color: #545454;
}
.newLogin {
	max-width: 568px;
	margin: 50px auto 0;
}
.newLogin1{
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #1E1E1E;
}
.login_tc5{
	margin-top: 22px;
	background-color: rgba(126, 126, 126, 0.08);
	padding: 16px 32px 26px;
}
.login_tc6{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #3c3c3c;
}
.login_tc7{
	margin-top: 4px;
	position: relative;
}
.login_tc7 input{
	width: 100%;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0 16px;
}
.login_tc7 select{
	width: 100%;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0 16px;
	outline: none;
}
.login_tc7 img{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
.login_tc7 button{
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 121px;
	height: 28px;
	border: 1px solid #446AB0;
	background-color: #446AB0;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	border: none;
}
.login_tc8{
	margin-top: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #3c3c3c;
}
.login_tc9{
	margin-top: 30px;
	text-align: center;
}
.login_tc9 input{
	width: 240px;
	height: 40px;
	background-color: #446AB0;
	border: 1px solid #446AB0;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.login_tc10{
	font-size: 12px;
	font-weight: 350;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: center;
}
.login_tc10 a{
	color: #000000;
	text-decoration: underline;
}
.login_tc11{
	margin-top: 18px;
	text-align: center;
}
.login_tc11 a{
	display: inline-block;
	width: 240px;
	height: 40px;
	background-color: #1A1A1A;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.goTop{
	position: fixed;
	right: 36px;
	bottom: 20px;
	z-index: 777;
	font-size: 0;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.cancle_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #446AB0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.tips_tc2{
	background-color: #ffffff;
	padding: 26px 25px 23px;
}
.tips_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
}
.tips_tc4{
	margin-top: 19px;
	text-align: center;
}
.tips_tc4a{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #14A699;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
}
.tips_tc4b{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #E30043;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
}
.tips_tc5{
    font-size: 16px;
    line-height: 36.5px;
    text-align: center;
    color: #333333;
}
.register_tc2{
	margin-top: 48px;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	color: #1e1e1e;
}
.jgajq1{
	margin-top: 35px;
	padding-bottom: 35px;
	border-bottom: 4px dashed #446AB0;
}
.jgajq1:last-child{
	border-bottom: 0;
}
.jgajq2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jgajq3{
	width: 32%;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	padding: 10px 0;
}
.jgajq4{
	height: 178px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.jgajq4 img{
	max-height: 100%;
	transition: all .5s;
}
.jgajq3:hover .jgajq4 img{
    transform: scale(1.05);
}
.jgajq12:hover .jgajq4 img{
    transform: scale(1.05);
}
.jgajq5{
	margin-top: -20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 62px;
	color: #191919;
	text-align: center;
}
.jgajq6{
	margin-top: 20px;
}
.jgajq6{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.jgajq7{
	width: 23.7%;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	padding: 10px 0;
	height: 240px;
}
.jgajq8{
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.jgajq8 img{
	max-height: 100%;
	transition: all .5s;
}
.jgajq7:hover .jgajq8 img{
    transform: scale(1.05);
}
.jgajq16:hover .jgajq8 img{
    transform: scale(1.05);
}

.jgajq9{
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #191919;
	line-height: 62px;
	text-align: center;
}
.jgajq10{
	position: relative;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	width: 49.1%;
	height: 500px;
}
.jgajq10:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 53.4%;
	height: 52%;
	background-color: #ffffff;
}
.jgajq10 img{
	position: absolute;
	right: 21px;
	top: 16px;
	width: 399px;
	transition: all .5s;
}
.jgajq10:hover img{
    transform: scale(1.02);
}
.jgajq11{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75.4%;
	height: 240px;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px 0 50px;
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
	color: #E71218;
}
.jgajq11 img{
	width: 310px;
	margin-left: 30px;
	transition: all .5s;
}
.jgajq11:hover img{
    transform: scale(1.02);
}
.jgajq12{
	width: 49.1%;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	padding: 10px 0;
}
.jgajq13{
	position: relative;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	width: 49.1%;
	height: 500px;
}
.jgajq13:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53.4%;
	height: 52%;
	background-color: #ffffff;
}
.jgajq13 img{
	position: absolute;
	left: 21px;
	top: 16px;
	width: 399px;
	transition: all .5s;
}
.jgajq13:hover img{
    transform: scale(1.02);
}
.jgajq14{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75.4%;
	height: 240px;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px 0 50px;
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
	color: #E71218;
}
.jgajq14 img{
	width: 310px;
	margin-left: 30px;
	transition: all .5s;
}
.jgajq14:hover img{
    transform: scale(1.02);
}
.jgajq15{
	width: 49.1%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jgajq16{
	width: 48.3%;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	height: 240px;
}
.jgajq16:nth-child(3){
	margin-top: 20px;
}
.jgajq16:nth-child(4){
	margin-top: 20px;
}
.jgajq17{
	position: relative;
	background: linear-gradient(180deg, #FFFFFF 0%, #EFF1F5 100%);
	width: 49.1%;
	height: 500px;
}
.jgajq17 img{
	position: absolute;
	right: 21px;
	top: 16px;
	width: 447px;
	transition: all .5s;
}
.jgajq17:hover > img{
    transform: scale(1.02);
}
.jgajq18{
	position: absolute;
	left: 15px;
	bottom: 25px;
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
	color: #E71218;
}
.jgajq18 img{
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	display: block;
	width: 273px;
	margin-bottom: 10px;
}
.hydlsf{
	margin-top: 45px;
	border: 1px solid #000000;
}
.hydlsf1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #446AB0;
	height: 38px;
}
.hydlsf2{
	flex: 1;
	padding: 0 19px;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
}
.hydlsf3{
	width: calc(100% / 3);
	padding: 0 19px;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
}
.hydlsf4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	padding: 9px;
	background-color: #F0F1F3;
}
.hydlsf5{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hydlsf6{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 10px;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1e1e1e;
}
.hydlsf6 input{
	margin-right: 9px;
}
.hydlsf5 .hydlsf6{
	width: 50%;
}
.hydlsf7{
	width: calc(100% / 3);
	padding: 0 10px;
	border-left: 2px solid #000000;
}
.hydlsf9{
	display: none;
}
.show{
	display: block !important;
}
.hydlsf10{
	margin-top: 32px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #1e1e1e;
}
.consult5 {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 350;
	line-height: 21px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}
.consult5 a {
	font-weight: 400;
	color: #000000;
	text-decoration: underline;
	margin-left: 5px;
}
.pmess_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
.pmess_tca{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
.pmess_tc1{
	margin-top: 29px;
	border: 1px solid #000000;
	background-color: rgba(178, 178, 178, 0.08);
	padding: 23px 20px;
	height: 437px;
	overflow-y: scroll;
}
.pmess_tc1::-webkit-scrollbar {
	width: 11px;
}
.pmess_tc1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 11px rgba(216,216,216,0.11);
	background: #B0B0B0;
}
.pmess_tc1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 11px rgba(216,216,216,0.11);
	border-radius: 10px;
	background: #ECECEC;
}
.pmess_tc2{
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	color: #3c3c3c;
}
.pmess_tc3{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #3c3c3c;
	margin-bottom: 24px;
}
.login_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-height: 90%;
	overflow-y: scroll;
	max-width: 690px;
}
.login_tc1::-webkit-scrollbar {
	width: 0;
}
.login_tc1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.login_tc1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.login_tc2{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #F5F7FA;
	padding: 35px 56px 48px 66px;
	border-radius: 8px;
}
.login_close{
	position: absolute;
	right: 16px;
	top: 10px;
	font-size: 0;
}
.login_close img{
	width: 34px;
}
.login_tc3{
	font-size: 0;
	text-align: center;
}
.login_tc3 img{
	width: 167px;
}
.register_tc1{
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	color: #1e1e1e;
}
.login_tc12{
	margin-top: 30px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.login_tc12 a{
	color: #585858;
	margin: 0 20px;
}
.login_tc13{
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #626262;
}
.innerBanner{
	margin-top: 14px;
	font-size: 0;
	position: relative;
}
.innerBanner1{
	position: absolute;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
}
.innerBanner2{
	background: #446AB0;
	width: 44px;
	height: 7px;
}
.innerBanner3{
	margin-top: 12px;
	font-weight: 600;
	font-size: 34px;
	line-height: 62px;
	color: #191919;
}
.innerBanner4{
	margin-top: 5px;
	font-weight: 600;
	font-size: 26px;
	line-height: 40px;
	color: #191919;
}
.fltit{
	margin-top: 7px;
	font-weight: 600;
	font-size: 22px;
	line-height: 62px;
	color: #191919;
}
.fllist{
	margin-top: 7px;
	border-top: 1px solid #000000;
}
.fllist ul li{
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
}
.fllist1{
	height: 69px;
	background-color: #FFF5F5;
	padding: 0 63px 0 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.fllist1 img{
	width: 14px;
}
.flimg1{
	display: none;
}
.fllist2{
	display: none;
}
.fllist2 ul li{
	list-style-type: none;
	border-bottom: 1px solid #FBFBFB;
}
.fllist3{
	height: 69px;
	background-color: #FBFBFB;
	padding: 0 63px 0 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.fllist3 img{
	width: 14px;
}
.fllist4{
	display: none;
}
.fllist4 ul li{
	list-style-type: none;
	border-bottom: 1px solid #FBFBFB;
	font-size: 16px;
	line-height: 69px;
	padding: 0 63px 0 100px;
}
.fllist ul li.on .fllist1{
	background-color: #446AB0;
}
.fllist ul li.on .fllist1 a{
	color: #fff;
}
.fllist ul li.on .fllist2{
	display: block;
}
.fllist ul li.on .fllist1 .flimg{
	display: none;
}
.fllist ul li.on .fllist1 .flimg1{
	display: block;
}
.fllist2 ul li.on .fllist3{
	background-color: #FFF5F5;
}
.fllist2 ul li.on .fllist4{
	display: block;
}
.fllist2 ul li.on .fllist3 .flimg{
	display: none;
}
.fllist2 ul li.on .fllist3 .flimg1{
	display: block;
}
.fllist2 ul li:hover .fllist3{
	background-color: #FFF5F5;
}
.item{
	margin-top: 27px;
	border-bottom: 1px solid #4B5258;
	padding-bottom: 20px;
}
.item .swiper-slide {
    width: auto;
    padding-right: 20px;
}
.item a{
	display: inline-block;
	padding: 0 20px;
	line-height: 28px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.45px;
	color: #414348;
}
.item a.on{
	background: #446AB0;
	color: #ffffff;
}
.item1{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item1a{
    flex: 1;
}
.item1a a{
	display: inline-block;
	padding: 0 12px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	color: #0D0D0D;
}
.item1a a.on{
	background: #446AB0;
	color: #ffffff;
}
.item1b{
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}
.item1b a{
	display: inline-block;
	padding: 0 12px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	color: #0D0D0D;
}
.item1b a.on{
	background: #446AB0;
	color: #ffffff;
}
.item1b a:last-child{
    margin-right: 16px;
}
.page{
	margin-top: 48px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 26px;
	height: 40px;
	font-size: 15px;
	line-height: 20.02px;
	color: #BDC0C5;
}
.page a img{
	width: 9px;
}
.page a.on{
	color: #000000;
}
.proDeta1{
	margin-top: 19px;
	overflow: hidden;
}
.pro_left{
	float: left;
	width: 44.1%;
}
.proLeft1{
	font-size: 0;
}
.proLeft1>img{
	width: 100%;
}
.pro_left1{
	margin-top: 16px;
	padding: 0 40px;
	position: relative;
}
.proLeft2{
	font-size: 0;
}
.proLeft2{
	border: 1px solid #CFCFCF;
}
.swiper-slide-thumb-active .proLeft2{
	border: 1px solid #212121;
}
.proarrow{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.proarrow img{
	width: 24px;
}
.proarrow1{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.proarrow1 img{
	width: 24px;
}
.pro_right{
	float: right;
	width: 52%;
	padding-right: 44px;
}
.pro_right1{
	font-size: 26px;
	color: #333333;
	line-height: 1;
}
.pro_right2{
	margin-top: 16px;
	font-size: 16px;
	line-height: 18px;
	color: #808080;
}
.pro_right3{
	margin-top: 16px;
	font-size: 16px;
	line-height: 18px;
	color: #446AB0;
}
.pro_right3 span{
	font-size: 20px;
	color: #446AB0;
	text-decoration: line-through;
}
.pro_right4{
	margin-top: 8px;
	font-size: 18px;
	line-height: 30px;
	color: #446AB0;
}
.pro_right4 span{
	font-size: 28px;
	line-height: 45px;
}
.pro_right5{
	margin-top: 13px;
	font-size: 16px;
	line-height: 21px;
	color: #446AB0;
}
.pro_right7{
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}
.pro_right8{
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pro_right8 span{
	display: block;
	width: 112px;
	height: 58px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 11px;
	margin-right: 16px;
}
.pro_right8 code{
	display: block;
	font-size: 11.4px;
	line-height: 18px;
	color: #000000;
}
.pro_right8 span.on{
	border: 1px solid #446AB0;
}
.pro_right9{
	margin-top: 20px;
	padding: 20px 25px 25px;
	background-color: #F5F5F5;
	font-size: 20px;
	line-height: 33px;
	color: #333333;
}
.pro_right9 span{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	margin-left: 30px;
}
.pro_right9 input{
	border: 1px solid #CCCCCC;
	width: 82px;
	height: 33px;
	padding: 0 10px;
}
.pro_right9b{
	margin-top: 20px;
	font-size: 0;
}
.pro_right9b a{
	vertical-align: top;
	display: inline-block;
	width: calc((100% - 14px)/2);
	height: 52px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #446AB0;
	background-color: #446AB0;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 3px;
}
.pro_right9b input{
	margin-left: 14px;
	width: calc((100% - 14px)/2);
	height: 52px;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 1px solid #446AB0;
	color: #446AB0;
	border-radius: 3px;
}
.pro_right10{
	margin-top: 16px;
}
.pro_right10 a{
	display: block;
	border: 1px solid #446AB0;
	background: #FFF2F2;
	border-radius: 3px;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #446AB0;
}
.pro_right11{
	margin-top: 16px;
}
.pro_right11 a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #446AB0;
	border-radius: 3px;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #446AB0;
}
.pro_right11 a img{
	width: 24px;
	margin-right: 9px;
}
.provideo{
	margin-top: 40px;
	border: 1px solid #446AB0;
}
.proDeta2{
	margin-top: 40px;
	font-size: 20px;
	line-height: 33px;
	color: #333333;
	padding-bottom: 16px;
	border-bottom: 1px solid #DFDFDF;
}
.proDeta3{
	margin-top: 24px;
	font-size: 18px;
	line-height: 35px;
	color: #4B4B4B;
}
.proDeta4{
	margin-top: 34px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34.8px;
	color: #121212;
}
.proDeta5{
	margin-top: 50px;
	padding: 0 90px;
	position: relative;
}
.proDeta6{
	font-size: 0;
	background-color: #F7F7F7;
}
.proDeta7{
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proDeta8{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proDeta8 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 29px;
	background-color: #F1F1F1;
}
.proDeta8 span img{
	width: 9px;
}
.proDeta8 input{
	width: 57px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.proDeta9 a{
	display: block;
	background-color: #446AB0;
	width: 109px;
	height: 29px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	color: #fff;
}
.proDeta8 input::-webkit-outer-spin-button,
.proDeta8 input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.proDeta8 input[type='number'] {
  -moz-appearance: textfield;
}
.fspleft{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.fspleft img{
	width: 24px;
}
.fspright{
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.fspright img{
	width: 24px;
}
.bord{
	border: 1px solid #E9ECEF;
}
.pro_title{
	margin-top: 22px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
	padding-bottom: 40px;
	border-bottom: 1px solid #DFDFDF;
}
.cart{
	margin-top: 48px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
}
.cart1{
	margin-top: 50px;
}
.cart2{
}
.cart2 ul li{
	list-style-type: none;
	float: left;
	height: 234px;
	border: 1px solid #E6E6E6;
}
.c_width{
	width: 47%;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c_width1{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c_width2{
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart3{
	font-size: 0;
	margin-right: 16px;
}
.cart3 img{
	width: 205px;
	height: 205px;
}
.cart4{
	flex: 1;
}
.cart4a{
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.cart4b{
	margin-top: 32px;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
}
.cart4c{
	margin-top: 4px;
	font-size: 12px;
	line-height: 24px;
	color: #757575;
}
.cart5a{
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	text-align: center;
}
.cart5a input{
	border: 1px solid #E6E6E6;
	width: 110px;
	height: 27px;
	text-align: center;
	margin-left: 12px;
}
.cart6a{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #333;
}
.cart6a span{
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #ca001e;
}
.cart6b{
	margin-top: 24px;
	text-align: center;
}
.cart6b a{
	display: inline-block;
	border: 1px solid #E6E6E6;
	width: 112px;
	height: 33px;
	text-align: center;
	line-height: 31px;
	font-size: 12px;
	color: #333333;
}
.cart6b a img{
	vertical-align: middle;
	width: 15px;
}
.cart7{
	background-color: #F7F7F7;
	border: 1px solid #E6E6E6;
	padding: 25px;
}
.cart8a{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: right;
}
.cart8a span{
	font-size: 14px;
	font-weight: 600;
	line-height: 27px;
	color: #ca001e;
}
.cart8b{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: right;
}
.cart8b span{
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #ca001e;
}
.cart9{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart9a{
	display: block;
	width: 255px;
	height: 52px;
	font-size: 22px;
	font-weight: 600;
	line-height: 52px;
	text-align: center;
	color: #CA001E;
	border: 1px solid #CA001E;
	border-radius: 3px;
}
.cart9b{
	display: block;
	width: 255px;
	height: 52px;
	background: #CA001E;
	font-size: 22px;
	font-weight: 600;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
}
.procedure{
	margin-top: 56px;
}
.procedure_left{
	float: left;
	width: 56%;
}
.procedure_left1{
	padding: 11px 36px 15px;
	border: 1px solid #E6E6E6;
	margin-bottom: 32px;
}
.procedure_left2{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #A6A6A6;
}
.procedure_left3{
	margin-top: 19px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.procedure_left4{
	margin-top: 6px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.procedure_left5{
	text-align: right;
	margin-top: 11px;
}
.procedure_left5 a{
	display: inline-block;
	width: 70px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #AEAEAE;
	background-color: #DEDEDE;
}
.payLeft8{
	margin-top: 16px;
	border: 1px solid #E0E0E0;
}
.payLeft9{
	overflow: hidden;
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}
.pWidth{
	float: left;
	padding: 0 16px;
	width: 67%;
	border-right: 1px solid #E0E0E0;
}
.pWidth1{
	float: left;
	width: 11%;
	border-right: 1px solid #E0E0E0;
	text-align: center;
}
.pWidth2{
	float: left;
	width: 22%;
	text-align: center;
}
.payLeft3{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.payLeft4{
	margin-top: 6px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.payLeft5{
	margin-top: 11px;
	text-align: right;
}
.payLeft5 a{
	display: inline-block;
	width: 70px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #AEAEAE;
	background-color: #DEDEDE;
}
.payLeft6{
	margin-top: 18px;
}
.payLeft7{
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	color: #414141;
}
.payLeft7 img{
	margin: 0 5px 0 11px;
}
.payLeft10{
	border-top: 1px solid #E0E0E0;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.payLeft10a{
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
}
.payLeft10a img{
	width: 95px;
	height: 95px;
	border-radius: 4px;
	margin-right: 10px;
}
.payLeft10aa{
	flex: 1;
}
.payLeft10ab{
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.payLeft10ac{
	font-size: 12px;
	line-height: 24px;
	color: #5E5E5E;
}
.payLeft10b{
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.payLeft10c{
	height: 110px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.procedure_left6{
	margin-top: 18px;
}
.procedure_left6 label{
	margin-top: 6px;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #3c3c3c;
}
.procedure_left8{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #3c3c3c;
}
.procedure_left9{
	margin-top: 4px;
}
.procedure_left9 input{
	height: 28px;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 0 16px;
	border-radius: 3px;
}
.procedure_left9 select{
	height: 28px;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 0 16px;
	outline: none;
	border-radius: 3px;
}
.procedure_left10{
	margin-top: 4px;
}
.procedure_left10 input{
	height: 28px;
	width: 112px;
	border: 1px solid #CCCCCC;
	padding: 0 16px;
	border-radius: 3px;
}
.procedure_right{
	float: right;
	width: 43%;
}
.procedure_right1 {
    padding: 11px 36px 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 26px;
}
.procedure_right2{
	margin-top: 14px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #3c3c3c;
}
.procedure_right2 input{
	margin-right: 12px;
	width: 16px;
}
.procedure_right3{
	margin-top: 8px;
	padding-left: 28px;
}
.procedure_right3 input{
	width: 100%;
	height: 28px;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
}
.procedure_right4{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #545454;
}
.procedure_right5{
	font-size: 12px;
	color: #FF5252;
}
.procedure_right6{
	margin-top: 8px;
	padding-left: 28px;
}
.procedure_right6 input{
	width: 160px;
	height: 28px;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
}
.procedure_right6 a{
	font-size: 16px;
	line-height: 26px;
	color: #3c3c3c;
}
.payRight1{
	margin-top: 13px;
	height: 38px;
	border-bottom: 1px solid #A6A6A6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payRight1 span{
	font-size: 16px;
	color: #000000;
}
.payRight1 code{
	font-size: 17px;
	font-weight: 600;
	color: #333333;
}
.payRight2{
	margin-top: 13px;
	height: 38px;
	border-bottom: 1px solid #A6A6A6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payRight2 span{
	font-size: 22px;
	color: #000000;
}
.payRight2 code{
	font-size: 17px;
	font-weight: 600;
	color: #333333;
}
.payRight3{
	margin-top: 26px;
}
.payRight3 a{
	display: block;
	height: 55px;
	text-align: center;
	background-color: #CA001E;
	font-size: 16px;
	font-weight: 600;
	line-height: 55px;
	color: #ffffff;
}

.payRight3 button{
	border: none;
	display: block;
	height: 55px;
	text-align: center;
	background-color: #446AB0;
	font-size: 16px;
	font-weight: 600;
	line-height: 55px;
	color: #ffffff;
	width: 100%;
}
.procedure_right7{
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}
.procedure_right7 a{
	color: #000000;
	text-decoration: underline;
}
.newpt1{
	display: none;
}
.company{
	margin-top: 39px;
	font-size: 0;
}
.company1{
	margin-top: 46px;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
}
.company1 img{
	margin-right: 24px;
	width: 200px;
}
.company2{
	margin-top: 16px;
	font-size: 13px;
	font-weight: 350;
	line-height: 25px;
	color: #000000;
}
.company3{
	margin-top: 50px;
	background-color: #F7F7F7;
	padding: 36px 207px 68px;
}
.company4{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.company4a{
	display: block;
	width: 200px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	color: #424242;
	padding-left: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.company4b{
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #222222;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.company5{
	margin-top: 40px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
}
.company6{
	margin-top: 40px;
}
.news{
	margin-top: 40px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1E1E1E;
}
.news1{
	margin-top: 48px;
	padding-bottom: 56px;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
}
.news1 a{
	display: inline-block;
	width: 370px;
	height: 64px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	text-align: center;
	line-height: 62px;
	font-size: 24px;
	color: #1E1E1E;
	margin: 0 20px;
}
.news1 a.on{
	border: 1px solid #446AB0;
	background-color: #446AB0;
	color: #FFFFFF;
}
.news2 ul li{
	list-style-type: none;
	float: left;
	margin-top: 56px;
	width: calc((100% - 66px)/3);
	margin-right: 33px;
}
.news2 ul li:nth-child(3n){
	margin-right: 0;
}
.news3{
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.news3 img{
	transition: all .5s;
}
.news3a{
	position: absolute;
	left: 0;
	top: 0;
}
.news4{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 350;
	line-height: 18px;
	color: #666666;
}
.news4 span{
	display: inline-block;
	min-width: 67px;
	padding: 0 10px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.news5{
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.bgColor{
	background-color: #4AB9F8;
}
.bgColor1{
	background-color: #F44685;
}
.newsDeta{
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
	padding-bottom: 18px;
	border-bottom: 1px solid #DFDFDF;
}
.newsDeta1{
	margin-top: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 18px;
	line-height: 40px;
	color: #393939;
}
.newsDeta2{
	margin-top: 40px;
	padding: 0 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsDeta2 a{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #000000;
}
.consult{
	max-width: 800px;
	margin: 56px auto 0;
}
.consult1{
	font-size: 14px;
	font-weight: 350;
	line-height: 25px;
	color: #000000;
}
.consult1 span{
	color: #B40000;
}
.consult2{
	margin-top: 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #000000;
}
.consult2 span{
	color: #B40000;
}
.consult3{
	margin-top: 14px;
}
.consult3 input{
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	padding: 0 20px;
}
.consult3 textarea{
	width: 100%;
	height: 217px;
	border: 1px solid #DCDCDC;
	resize: none;
	padding: 16px 20px;
}
.consult4{
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.consult4 input{
	width: 380px;
	height: 50px;
	border: 1px solid #DCDCDC;
	padding: 0 20px;
}
.consult4 select{
	width: 380px;
	height: 50px;
	border: 1px solid #DCDCDC;
	padding: 0 20px;
	outline: none;
}
.consult5{
	margin-top: 14px;
	font-size: 14px;
	font-weight: 350;
	line-height: 21px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}
.consult5 a{
	font-weight: 400;
	color: #000000;
	text-decoration: underline;
	margin-left: 5px;
}
.consult6{
	margin-top: 24px;
	text-align: center;
}
.consult6 input{
	width: 193px;
	height: 46px;
	border: 1px solid #446AB0;
	background-color: #446AB0;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.guide{
	margin-top: 40px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
}
.guide1{
	margin-top: 48px;
	border-bottom: 1px solid #DFDFDF;
}
.guide1 .swiper{
	height: 200px;
}
.guide1 .swiper .swiper-slide{
	height: 64px;
}
.guide1 .swiper-pagination-bullet-active{
	background-color: #050505;
}
.guide2{
	height: 64px;
	border-radius: 2px;
	border: 1px solid #1E1E1E;
	font-size: 24px;
	text-align: center;
	color: #1E1E1E;
	line-height: 62px;
}
.guide2 a{
	color: #1E1E1E;
	display: block;
	height: 100%;
}
.guide2.on{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.guide2.on a{
	color: #fff;
}
.guide3{
	margin-top: 48px;
	font-size: 18px;
	line-height: 32px;
	color: #393939;
	padding-bottom: 48px;
	border-bottom: 1px solid #DFDFDF;
}
.guide3 span{
    word-break: break-all !important;
    text-wrap-mode: wrap !important;
}
.mine{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.mine a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 264px;
	height: 64px;
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	font-size: 24px;
	color: #7E878F;
	margin: 0 20px;
}
.mine a img{
	margin-right: 12px;
}
.mine_icon{
	display: none;
}
.mine a.on{
	border: 1px solid #446AB0;
	background-color: #446AB0;
	color: #FFFFFF;
}
.mine a.on .mine_icon{
	display: block;
}
.mine a.on .mine_icon1{
	display: none;
}
.order{
	margin-top: 50px;
}
.order1{
	border-top: 1px solid #E0E0E0;
	background-color: #F7F7F7;
}
.order1 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #E0E0E0;
	border-top: 0;
	height: 85px;
	background-color: #F7F7F7;
}
.o_width{
	width: 22%;
	padding: 0 36px;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
	padding-top: 15px;
}
.o_width span{
	display: block;
}
.o_width1{
	width: 50%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.o_width2{
	width: 8%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.o_width3{
	width: 20%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.order2 ul li{
	list-style-type: none;
	float: left;
	height: 256px;
	border: 1px solid #E0E0E0;
}
.oa_width{
	width: 22%;
	padding: 27px;
	text-align: center;
	font-size: 0;
}
.oa_width img{
	width: 205px;
	height: 205px;
}
.oa_width1{
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.oa_width2{
	width: 8%;
	font-size: 16px;
	font-weight: 700;
	line-height: 256px;
	text-align: center;
	color: #333333;
}
.oa_width3{
	width: 20%;
	font-size: 17px;
	font-weight: 600;
	line-height: 256px;
	text-align: center;
	color: #333333;
}
.oa_width3 span{
	font-size: 12px;
}
.order3a{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.order3b{
	margin-top: 100px;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
}
.order3c{
	margin-top: 4px;
	font-size: 12px;
	line-height: 24px;
	color: #757575;
}
.order4{
	border: 1px solid #E0E0E0;
	padding: 15px 35px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.order4a{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-right: 20px;
}
.order4b{
	flex: 1;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.order4b span{
	display: block;
}
.order4b code{
	display: block;
}
.order4c{
	margin-left: 20px;
}
.order4c span{
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	color: #000000;
	display: block;
}
.order4c code{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-align: right;
	color: #000000;
	display: block;
}
.order5{
	height: 77px;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.minebg{
	font-size: 0;
	line-height: 1;
	margin-top: 40px;
}
.artica{
	margin-top: 25px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #333;
}
.artica1{
	margin-top: 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1.5px;
	text-align: left;
	color: #000000;
}
.artica2{
	margin-top: 36px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.artica3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25.2px;
	color: #000000;
}
.protect{
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #000000;
}
.protect1{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.recordm{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #CBCBCB;
}
.recordm1{
	width: 108px;
	background-color: #F0F0F0;
	height: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 14px;
	font-weight: 600;
	color: #7D7D7D;
	border-right: 1px solid #CBCBCB;
}
.recordm2{
	flex: 1;
	height: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 12px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.recordm3{
	background-color: #F0F0F0;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #7D7D7D;
	border: 1px solid #CBCBCB;
	border-top: 0;
}
.recordm4{
	padding: 13px;
	border: 1px solid #CBCBCB;
	border-top: 0;
	display: flex;
	align-items: center;
}
.recordm4a{
	font-size: 0;
	margin-right: 15px;
}
.recordm4a img{
	width: 86px;
	height: 86px;
}
.recordm4b{
	flex: 1;
}
.recordm4c{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.recordm4d{
	margin-top: 20px;
	font-size: 12px;
	line-height: 26.4px;
	color: #333333;
}
.recordm4d code{
	font-family: inherit;
	font-weight: 600;
}
.recordm5{
	font-size: 12px;
	line-height: 26.4px;
	color: #000000;
}
.recordm6{
	flex: 1;
	font-size: 12px;
	line-height: 26.4px;
	color: #000000;
}
.record7{
	border: 1px solid #E0E0E0;
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record10{
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	color: #000000;
}
.record10 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}
.record11{
	padding: 10px 35px;
	border: 1px solid #E0E0E0;
	background-color: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m_menu{
	padding: 31px 16px;
	background-color: #FFFFFF;
}
.m_menu1{
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
	padding-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
}
.m_menu2{
	margin-top: 22px;
}
.m_menu2 ul li{
	margin-top: 10px;
	height: 42px;
	border-bottom: 1px solid #DFDFDF;
}
.m_menu2 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 33px;
	color: #1e1e1e;
}
.m_menu2 ul li a code{
	flex: 1;
}
.m_menu2 ul li a img{
	margin: 0 5px;
	max-width: 24px;
}
.m_menu3{
	margin-top: 40px;
}
.m_menu3 a{
	margin-top: 15px;
	display: block;
	font-size: 12px;
	font-weight: 350;
	line-height: 12px;
	text-align: center;
	color: #000000;
}
.m_menu4 {
    margin-top: 20px;
}
.m_menu4 a {
    display: block;
    background-color: #446AB0;
    color: #ffffff;
    font-size: 16px;
    transition: all .5s;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.hsleft{
	position: absolute;
	left: 13px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
	background-color: #ffffff;
}
.hsleft img{
	width: 8px;
}
.hsleft:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.hsleft:hover .img{
	display: none;
}
.hsleft:hover .img1{
	display: block;
}
.hsright{
	position: absolute;
	right: 13px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E9ECEF;
	background-color: #ffffff;
}
.hsright img{
	width: 8px;
}
.hsright:hover{
	background-color: #446AB0;
	border: 1px solid #446AB0;
}
.hsright:hover .img{
	display: none;
}
.hsright:hover .img1{
	display: block;
}


