tml,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,a{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#333;outline:0;}
body {
    background-color: #FFF;
    position: relative;
	width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    overflow-x: hidden;
    max-width: 1920px;
    left: 0;
}
#luxy {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	overflow-x: hidden;
	max-width: 1920px;
}
body.body_ie {
	height: auto !important;
}
body.skrollr {
	/* overflow: hidden; */
}
img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
p{
    color: #697493;
    line-height: 24px;
    text-align: justify;
}

html{
     overflow-x: hidden;
}
strong{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    /*display: inline-block;*/
}
div,li{box-sizing: border-box;}

.content {
    width: 1200px;
    margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}


input,button{
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

/*鍗犱綅绗?/

input::-webkit-input-placeholder {  color: #958170; }
input:-moz-placeholder {  color: #958170; }
input::-moz-placeholder {  color: #958170; }
input:-ms-input-placeholder {  color: #958170; }

textarea::-webkit-input-placeholder {  color: #958170; }
textarea:-moz-placeholder {  color: #958170; }
textarea::-moz-placeholder {  color: #958170; }
textarea:-ms-input-placeholder {  color: #958170; }


/*婊氬姩鏉℃牱寮?/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}
::-webkit-scrollbar-thumb{
    background-color: #08d0bd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

@font-face {
    font-family: 'en';
    src: url('../fonts/en.eot');
    src: url('../fonts/en.otf')format('otf'),
    url('../fonts/en.eot?#iefix') format('embedded-opentype'),
    url('../fonts/en.woff') format('woff'),
    url('../fonts/en.ttf') format('truetype'),
    url('../fonts/en.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'en_light';
    src: url('../fonts/en_light.eot');
    src: url('../fonts/en_light.otf')format('otf'),
    url('../fonts/en_light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/en_light.woff') format('woff'),
    url('../fonts/en_light.ttf') format('truetype'),
    url('../fonts/en_light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* IE浣庣増鏈崌绾ф彁绀 */
.browserupgrade{display:block;position:fixed;margin:0;width:100%;max-width: 1920px;height:60px;font-size:15px;line-height:60px;z-index:1000;color:#fff;text-align:center;bottom:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8鏀寔*/}
.browserupgrade strong {display: inline-block;}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px; display: inline-block;}
.browserupgrade a:hover{color:#eee}

.mySelect {
    float: left;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-family: 'en';
    font-size: 20px;
    z-index: 100;
}
.mySelect .show {
    z-index: 1;
    position: relative;
    padding-left: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition-duration: .4s;
    color: #999;
    background-color: #ececec;
}
.mySelect .show.on,
.mySelect .show:hover {
    border-color: #08d0bd;
}
.mySelect .show:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin-top: -4.5px;
    width: 60px;
    height: 9px;
    background: url(../images/arrow_down_white.png) no-repeat center;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.con02 .content .mySelect .show:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin-top: -4.5px;
    width: 60px;
    height: 9px;
    background: url("../upload/img/2022-06-17/drop-downBox/Polygon1.png") no-repeat center;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.mySelect .show:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #bbbbbb;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.mySelect .show.on:after,
.mySelect .show:hover:after {
    background-color: #08d0bd;
}
.mySelect .show.on:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.mySelect .drapList {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    overflow: auto;
    width: 100%;
    background-color: #fff;
    border: 2px solid #08d0bd;
}
.mySelect .drapList ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 160px;
}
.mySelect .drapList li {
    padding: 0 40px;
    line-height: 50px;
    color: #58575d;
    color: rgba(88, 87, 93, .8);
    cursor: pointer;
}
.mySelect .drapList li:hover {
    background-color: #f1f1f1;
    color: #08d0bd;
}
.mySelect .drapList::-webkit-scrollbar {
    display: none;
}


.pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.pop .bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.pop .popBody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -280px;
	width: 920px;
	height: 680px;
	background-color: #fff;
	padding: 45px;
}
.pop .close {
	position: absolute;
	top: -56px;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/close.png) no-repeat center #fff;
	cursor: pointer;
	z-index: 1;
}
.pop .text .name {
    font-size: 26px;
    color: #1b2da9;
    line-height: 36px;
    margin-bottom: 5px;
}
.pop .popBody > .scroll {
    height: 580px;
    overflow-y: auto;
    padding-right: 8px;
}

.tab {
    width: 100%;
    display: inline-block;
}
.tab a {
    float: left;
    width: 592px;
    line-height: 59px;
    font-size: 18px;
    color: #232323;
    background-color: #f3f3f3;
    text-align: center;
    position: relative;
}
.tab a + a {
    float: right;
}
.tab a.on {
    color: #fff;
    background-color: #0462cc;
}
.detailed .box {
    display: block;
    margin-top: 50px;
}
.detailed .box + .box {
    display: none;
}