/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, Sora, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, 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, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
u { text-decoration: underline!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
/* input, button, textarea, select { font-size:100%; outline:none; resize:none;   font-family: -apple-system, BlinkMacSystemFont, Sora, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance: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; }


input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #666666;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #666666;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #666666;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #666666;} */


/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*LAYOUT*/
.w1200 {
	width: 100%;
	max-width: 1340px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}
.w1280 {
	width: 100%;
	max-width: 1420px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}

.pc-block { display: block;}
.mb-block { display: none;}
.page-wrap{ padding-top: 64px; position: relative; }

@media (max-width:999px) {
	.page-wrap{ padding-top: 1.4rem; }
	.pc-block { display: none;}
	.mb-block { display: block;}
	
	.w1200 {
		padding: 0 15px;
	}
	.w1280 {
		padding: 0 24px;
	}

}
@media (max-width:641px) {
	.w1280 {
		padding: 0 16px;
	}

}

.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}

.b-shadow{
	-o-box-shadow:0 0 15px rgba(0,0,0,.05); 
	-ms-box-shadow:0 0 15px rgba(0,0,0,.05);
	-moz-box-shadow:0 0 15px rgba(0,0,0,.05);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.05);
	box-shadow:0 0 15px rgba(0,0,0,.05);
}
@font-face {
	font-family:"MINIONPRO";
	src: url(../fonts/MINIONPRO-MEDIUM.OTF);
}



/* ========== */
/* = FOOTER = */
/* ========== */
.footer{ right:0; background: #020A1A;}
.footer .foot-logo{ max-width: 125px;}
.footer .content{ padding: 80px 0 50px 0;  display: flex; flex-flow: wrap; align-items:stretch; justify-content:space-between;}
.footer .footer-each{ width: 70%; display: flex; flex-flow: wrap; align-items:flex-start; justify-content:space-between;}
.footer .footer-each li a{ display: block; color: #ffffff; line-height:48px;}
.footer .footer-each li a:hover{ color:#0764E9;}
.footer .footer-each li span{ margin-bottom: 13px; display:block; font-weight: 600;color:#ffffff;font-size: 20px;line-height: 28px;}
.footer .footer-each li span a{ color:#ffffff;}
.footer .footer-each li span a:hover{ color:#0764E9;}
.foot-text{ margin-bottom: 30px;color: #cccccc; }
.foot-text a{color: #cccccc; line-height: 26px;}
.foot-text a:hover{color: #FFFFFF;} 


.friendlink{ padding-left: 10px; padding-bottom: 30px; }
.friendlink span{ font-weight: 600;  color:rgba(255,255,255,.5); }
.friendlink a{ color:rgba(255,255,255,.5);}
.friendlink a:hover;{ color:rgba(255,255,255,.8);}




.float-img{ position: fixed; bottom:2%; right:2%; max-width: 25%; z-index: 998;}
.fixed-sub{ position: fixed; z-index: 999; top:50%; right:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 999;}
.fixed-sub a{ display: block; height: 75px; width: 75px; cursor: pointer; text-align: center; margin-bottom: 1px; background: #eaeaea; padding-top: 14px; color: #36353a; position: relative;}
.fixed-sub a p{  margin-top: 2px; font-size: 12px; }
.fixed-sub a:first-child{ border-radius: 5px 5px 0 0;}
.fixed-sub a:last-child{ border-radius: 0 0 5px 5px;}
.fixed-sub a span{ display: inline-block; width: 30px; height: 30px; background-size: cover;}
.fixed-sub a .ico-01{ background-image: url(../images/2022/fixed_sub1.png);}
.fixed-sub a .ico-02{ background-image: url(../images/2022/fixed_sub2.svg);}
.fixed-sub a .ico-03{ background-image: url(../images/2022/fixed_sub3.png);}
.fixed-sub a .ico-04{ background-image: url(../images/2022/fixed_sub4.png);}
.fixed-sub a:hover{ background: #04d182; color: #FFFFFF;}
.fixed-sub a:hover .ico-01{ background-image: url(../images/2022/fixed_sub1h.png);}
.fixed-sub a:hover .ico-02{ background-image: url(../images/2022/fixed_sub2h.svg);}
.fixed-sub a:hover .ico-03{ background-image: url(../images/2022/fixed_sub3h.png);}
.fixed-sub a:hover .ico-04{ background-image: url(../images/2022/fixed_sub4h.png);}
.fixed-sub a .erweima{ display:none; position: absolute; top:0; right:76px; width: 120px; border-radius: 4px; overflow: hidden; -webkit-box-shadow:0 0 15px rgba(0,0,0,.05); box-shadow:0 0 15px rgba(0,0,0,.05);}
.fixed-sub a .tel{ position: absolute; top:0; right:0; height: 75px; width: 250px;background: #04d182; color: #FFFFFF; border-radius: 5px 0 0 5px;  display: flex; flex-flow: wrap; align-items:center; justify-content:flex-start; padding: 12px; transform: translateX(100%); -webkit-transform: translateX(100%);}
.fixed-sub a .tel div:nth-child(2){ line-height: 45px; font-size: 20px; color: #ffffff; margin-left: 15px; padding-left: 15px; border-left: 1px solid #FFFFFF;}
.fixed-sub a .tel .ico-03{ background-image: url(../images/2022/fixed_sub3h.png);}
.fixed-sub a:hover .tel{  transform: translateX(0%); -webkit-transform: translateX(0%);}
.fixed-sub a:hover .erweima{  display: block;}


/* @media (max-width:999px) {

	.header{ height: 1.4rem;}
	.header .logo-01 img,
	.header .logo-02 img{ height: 1.4rem;}
	.header .nav{ display: none;}
	.mb-nav-ico{ display:block;}
	
	.footer .content{ padding: 1.2rem 0;}
	.footer ul{ width: 100%; }
	.footer ul li{ margin-top: 0.666666rem; width:46%;} 
	.footer ul li a{ font-size: 0.34rem; line-height: 0.9rem;}
	.footer ul li span{ margin-bottom:0.266666rem; padding-bottom:0.266666rem;}
	.foot-text a{ font-size: 0.34rem; line-height: 0.6rem;}
	.copyright{ font-size: 0.34rem; line-height: 0.6rem;}
	.copyright .left img{ height:0.5rem;}
	.copyright .right{ float:right;}
	.copyright .right a{font-size: 0.32rem;}
	
} */


/* ========== */
/* = public home-tit= */
/* ========== */
.home-tit{ font-size: 28px; color: #36353a; letter-spacing: 10px; text-align: center;}
.home-more{ display:block; width: 250px; height: 62px; line-height: 62px; background: #FFFFFF; color: #7cb92f; text-align: center; letter-spacing: 2px;  border-radius:5px; }
.home-more-green{ background: #7cb92f; color: #FFFFFF;-moz-box-shadow:0 10px 10px rgba(124,185,47,.5); -webkit-box-shadow:0 10px 10px rgba(124,185,47,.5); box-shadow:0 10px 10px rgba(124,185,47,.5);}


/* ========== */
/* = MESSAGE-BOX= */
/* ========== */
.message-box{ padding: 60px 50px; }
.message-box .content{ margin:55px auto 0; max-width: 1200px;}
.message-box .in{ margin-top: 45px; float: left; width: 33.333333333%; padding:0 20px;}
.message-box .in span{ display: block; color: #333333; letter-spacing:2px;}
.message-box .in span i{ color: #cc0000; font-style: normal; font-weight: bold; }
.message-box .in input,
.message-box .in select{ margin-top: 15px; width: 100%; height:46px; padding:10px; border: 1px solid #e5e5e5; background: #ffffff; border-radius: 3px; color: #333;}
.message-box .in p{ font-size: 12px; margin-top:8px; color: #888; }
.message-box .row:nth-child(1) .in{ margin-top: 0;}
.message-box .home-more{ margin: 55px auto 0;}


.ui-multiselect.mySelect{  margin-top: 15px; cursor:pointer;}
.ui-multiselect.mySelect .ui-multiselect-menu { padding: 0;}
.ui-multiselect.mySelect .ui-multiselect-checkboxes li { padding: 5px;}
.ui-multiselect.mySelect {
	border: 1px solid #333;
	height: 46px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	background: #fff;
	overflow: hidden;
}
.ui-multiselect.mySelect{position: relative;border: 1px solid #e1e1e1;padding: 0 25px 0 10px; height: 46px; line-height: 44px; font-size: 14px;color: #444;background: #fff;overflow: hidden;}
.ui-multiselect.mySelect .ui-icon{position: absolute;top: 3px;right: 10px;height: 100%;}
.ui-multiselect.mySelect.ui-state-active .ui-icon,
.ui-multiselect.mySelect .ui-button:active .ui-icon{}
.ui-icon-triangle-1-s{background-position: 0 0;}
.ui-multiselect.mySelect span:nth-child(2){display: block;color: #444;float: left;}
.ui-multiselect.mySelect .ui-multiselect-checkboxes label{padding-left: 5px;}
.ui-multiselect-checkboxes label input{-webkit-appearance: checkbox;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    color: #2b2b2b;
}

/*.ui-multiselect-checkboxes label.active{ background: #d8e4c8; }*/


@media (max-width:999px) {
	.home-tit{ font-size:0.5rem; font-weight: bold; letter-spacing: 0;}
	.home-more{ width: 160px; height: 50px; line-height:50px; letter-spacing:1px;}
	
	/* ========== */
	/* = MESSAGE-BOX= */
	/* ========== */	
	.message-box{ padding: 1.5rem 0;}
	.message-box .content{ margin-top:20px;}
	.message-box .in,
	.message-box .row:nth-child(1) .in{ width: 100%; margin-top: 0.6rem; }
	.message-box .home-more{ margin-top:50px;}
}



/* ========== */
/* = 404 = */
/* ========== */
.main-404{  padding: 10% 0; text-align: center;}
.main-404 img{ margin-bottom: 40px;}
.main-404 .p1{ margin-bottom: 10px;}


/* ========== */
/* = xz-bottom-message = */
/* ========== */
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel {width: calc(100% + 30px);}
.xz-bottom-message{ padding: 5% 5% 3%; color: #fff; background-image: url(../images/xz_bottom_message.jpg); text-align: center;}
.xz-bottom-message .tit{ font-size: 43px; letter-spacing: 4px; font-weight:bold;}
.xz-bottom-message .tit span{ padding-top: 30px; display: inline-block; position: relative; }
.xz-bottom-message .tit span:before{ content: ""; position: absolute; top:0; left:0; width: 60px; height: 5px; border-radius: 3px; background: #74ba03;}
.xz-bottom-message .des{ margin-top: 30px; font-size: 22px; letter-spacing:3px;}
.xz-bottom-message .des span{ color: #8be201; }
.xz-bottom-message .button{ display: inline-block; margin-top:4%; padding: 0 40px; line-height: 52px; border-radius:26px; font-size: 22px; color: #FFFFFF; background: #73b904; text-align: center; -webkit-box-shadow:0 4px 15px rgba(0,0,0,.1); box-shadow:0 4px 15px rgba(0,0,0,.1); letter-spacing: 3px;}

@media (max-width:999px){

	/* ========== */
	/* = xz-bottom-message = */
	/* ========== */
	.xz-bottom-message{ padding:2rem 0.4rem;}
	.xz-bottom-message .tit{ font-size: 0.52rem; letter-spacing: 0.02rem;}
	.xz-bottom-message .tit span{ padding-top: 0.34rem; }
	.xz-bottom-message .tit span:before{ width: 0.6rem;}
	.xz-bottom-message .des{ margin-top: 0.3rem; font-size: 0.36rem; letter-spacing:0.02rem;}
	.xz-bottom-message .button{ padding: 0 0.5rem; line-height: 1.2rem; border-radius:0.6rem; font-size: 0.4rem; letter-spacing: 0.03rem;}


}