/*-----------------------------------*/
/* sincol 20250903 */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-family: 微软雅黑, Arial;
	padding: 0px;
	margin: 0px;
}

:root {
    --light-primary: #f0f4ff;
    --light-secondary: #f8fbff;
    --primary-blue: #2c6fd6;
    --secondary-blue: #5a8de9;
    --accent-blue: #0077e6;
    --light-accent: #e1ecff;
    --text-primary: #1e2a3a;
    --text-secondary: #4a5568;
    --text-tertiary: #718096;
    --success: #4caf50;
    --warning: #ffc107;
    --border-light: #e2e8f0;
    --card-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    --hover-shadow: 0 12px 40px rgba(41, 128, 185, 0.15);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --glow: 0 0 15px rgba(66, 153, 225, 0.3);
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	color: #000000;
	font-family: "SFProDisplayRegular", Arial, sans-serif;
}

.main {
	padding: 15px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

a:hover {
	color: #000;
}

em {
	font-style: normal;
}

img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.iex .lbox {
	float: left;
}

.iex .rbox {
	float: right;
}

.clr {}

.clr:after {
	display: table;
	content: "";
	width: 0;
	clear: both;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.line10 {
	font-size: 0px;
	line-height: 0px;
	height: 10px;
}

.line15 {
	font-size: 0px;
	line-height: 0px;
	height: 15px;
}

.line20 {
	font-size: 0px;
	line-height: 0px;
	height: 20px;
}
.line30 {
	font-size: 0px;
	line-height: 0px;
	height: 30px;
}
.line40 {
	font-size: 0px;
	line-height: 0px;
	height: 40px;
}
.line50 {
	font-size: 0px;
	line-height: 0px;
	height: 50px;
}
.line1a {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ececec;
	font-size: 0px;
	line-height: 0px;
}


.cbody {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

/* header start  -header-  -header-  -header-  -header-  -header-  -header-  -header-  -header-  */

.header{
	margin: 0 auto;
	background-image: -moz-linear-gradient( 0deg, rgb(84,74,242) 0%, rgb(35,121,243) 50%, rgb(6,199,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(84,74,242) 0%, rgb(35,121,243) 50%, rgb(6,199,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(84,74,242) 0%, rgb(35,121,243) 50%, rgb(6,199,255) 100%);
	height: 100px;
}

.header .menubar{
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}
.header .menubar ul{
	display: flex;
}
.header .logo{
	width: 280px;
	height: 60px;
	padding-top: 21px;
}
.header .search{
	width: 250px;
	height: 45px;
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}
.header .search-inp{
	width: 240px;
	height: 45px;
	background: #cdebfe;
	font-size: 16px;
	border: none;
	border-radius: 10px;
	outline: none;
	padding-left: 10px;
}
.header .search-inp::placeholder {
    color: #8eadc9;

}
.header .search-img{
	width: 40px;
	height: 45px;
	display: block;
	position: absolute;
	background-image: url(../images/icon-search.png);
	border: none;
	background-color: initial;
	right: 5px;
	top:3px;
	cursor: pointer;

}
.header .userinfo{
	width: 145px;
	padding-top: 25px;
	color: #fff;
	text-align: right;
	font-size: 16px;
}
.header .userinfo p a{
	font-size: 14px;
	 color: #fff;
}
.header .userinfo p a:hover{
	 color: #aae5ff;
}
.header .userinfo p span{
	font-size: 12px;
	 color: #cdecfe;
	 padding: 0 5px;
}
.header .user{
	padding-top: 30px;
}
.header .user li{
	width: 60px;
	height: 45px;
	margin-left: 10px;
	text-align: center;
}
.header .user li a{
	display: block;
	width: 60px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	line-height: 45px;
}
.header .user li.on a{
	background-color: #1cc3ff;
}

.header .nav{
	width: 580px;
	padding-left: 30px;
	padding-top: 30px;
}

.header .nav li{
	padding: 0 5pa;
}
.header .nav li a{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	display: block;
	padding: 0 15px;
}
.header .nav li span{
	width: 35px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	margin: 0 auto;
	display: none;
}
.header .nav li.on{

}
.header .nav li.on a{
	font-size: 18px;
	font-weight: bold;
}
.header .nav li.on span{
	display: block;
}
.header .nav li a:hover{
	color: #afebfa;
}

/* header end */

.body-bg1{
	background-image: url("../images/body-bg1.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: 1px;
}
.body-bg3{
	background-image: url("../images/body-bg3.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    background-size: contain;
	margin-top: 1px;
	background-color: #f1f3f8;
}
.body-bg2{
	background-image: url("../images/body-bg2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    background-size: contain;
}
.banner1 {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.banner1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner2 {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.list-banner{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.list-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title1 {
	color: #0543a4;
	font-size: 24px;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	font-weight: bold;
	display: flex;
	background-color: #effafd;
	border-radius: 10px;
	background-image: url("../images/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center right;
}

.title1 span {
	height: 25px;
	background-color: #0543a4;
	width: 6px;
	display: block;
	margin-top: 17px;
	margin-right: 15px;
	border-radius: 6px;
	margin-left: 15px;

}
.footer{
	background-color: #f9fbff;
	padding: 40px 0;
	text-align: center;
	border-top: solid 1px #cddae8;
}
.footer p{
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	padding: 5px 0;
}
.footer a{
	font-size: 16px;
	color: #666666;
}
.footer a:hover{
	color: #000;
}
.footer span{
	font-size:16px;
	padding: 0 20px;
	color: #999;
}

.linkc1 a{
	color: #2d7ada;
}
.linkc1 a:hover{
	color: #1e15ba;
}
.linkc2 a{
	color: #999999;
}
.linkc2 a:hover{
	color: #2d7ada;
}

.layui-input.inpx1{
	width: 400px;
	height: 50px;
	background: #ffffff;
	font-size: 16px;
	border: none;
	border-radius: 10px;
	outline: none;
	padding-left: 10px;
	border: solid 1px #dcdcdc;
}
.layui-input.inpx1::placeholder {
    color: #999999;

}
.layui-btn.butx1{
	background-image: -moz-linear-gradient( 0deg, rgb(80,69,241) 0%, rgb(47,193,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(80,69,241) 0%, rgb(47,193,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(80,69,241) 0%, rgb(47,193,255) 100%);
  box-shadow: 0px 3px 10px 0px rgba(31, 83, 163, 0.15);
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 22px;
}
.layui-btn.butx2{
  border-radius: 0px 10px 10px 0px;
  border: none;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  background-color: #2d7ada;
  width: 130px;
  margin: 0;
}
.flexbox{
	display: flex;
	justify-content: space-between;
}
.flexbox img{
	vertical-align: middle;
}
.pathbox{
	font-size: 16px;
	line-height: 24px;
	color: #90a2b7;
}
.pathbox a{
	color: #90a2b7;
}
.pathbox a:hover{
	color: #2d7ada;
}
.pathbox span{
	color: #90a2b7;
	padding: 0 10px;
}
.resultbar1{
	line-height: 30px;
	padding: 10px 0;
	color: #90a2b7;
	font-size: 16px;
}
.list-page{
	text-align: center;
}
.list-page .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color:#2d7ada;
}
i.icon-search{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../images/home-icon-5.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.switchbar{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background-color: #f9fbff;
	border:  solid 1px #e7f1fe;
	box-sizing: border-box;
}
.switchbar a{
	color: #90a2b7;
	font-size: 16px;
	padding: 0 15px;
}
.switchbar a:hover{
	color: #2d7ada;
}
.switchbar a.on{
	color: #2d7ada;
	font-weight: bold;
}
.switchbar span{
	font-size: 14px;
	color: #d5e6f9;
}
.home-title2{
	padding-top: 10px;
}
.home-title2 dl{}
.home-title2 dt{
	color: #000000;
	font-size: 22px;
	line-height: 22px;
	border-left: solid 6px #2d7ada;
	padding-left: 10px;
}
.home-title2 dd{
	padding-left: 16px;
	padding-top: 8px;
	color: #999;
	font-size: 16px;
}
.user-search1{
	background-color: #f9f9f9;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 10px;
}
