@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "iconfont"; /* Project id 2615342 */
  src: url('../fonts/iconfont.woff2?t=1623857743578') format('woff2'),
       url('../fonts/iconfont.woff?t=1623857743578') format('woff'),
       url('../fonts/iconfont.ttf?t=1623857743578') format('truetype');
}
a{outline: none;}

a:active{outline:none;star:expression(this.onFocus=this.blur());}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* @font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('../fonts/Alibaba-PuHuiTi-Regular.woff2') format('woff2'),
       url('../fonts/Alibaba-PuHuiTi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化渲染行为 */


/* 按需添加其他字重（如 Bold） */



.family_Alibaba_PuHuiTi{font-family: 'Alibaba PuHuiTi bold';}

@font-face {  
    font-family:"family_DIN";
  src:  url('../fonts/DINCond-Black2.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINCond-Black2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINCond-Black2.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DINCond-Black2.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DINCond-Black2.svg#svgFontName') format('svg'); /* Legacy iOS */
  
font-stretch: condensed;
font-style: oblique;
font-weight: bold;
}
.family_DIN{ font-family:"family_DIN"}





body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
img { border:0; vertical-align: middle; max-width:100%}
li { vertical-align: middle;}
s {text-decoration: none;}
ol, ul, li { list-style:none;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
input, button, select, textarea, a { outline:none;}
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit;}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a { background: transparent; text-decoration: none; color: #4c4c4c; transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;color: #1B4E98;}
body { color: #242933; font-family:'Alibaba-PuHuiTi-Regular', sans-serif,"PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";word-break:break-all;word-wrap: break-word;
word-break: normal;font-size: 0.16rem; background-color: #F5F7FA;}
.o8 { filter:alpha(opacity=100); opacity:1; transition:all 0.25s ease-out 0s; -webkit-transition:all 0.25s ease-out 0s;}
.o8:hover { filter:alpha(opacity=80); opacity:0.8;}
div,p{max-height: 10000rem;}
::selection {color:#fff; background-color: #061034;} ::-moz-selection {color:#fff; background-color: #061034;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; }
textarea { -webkit-appearance: none;}

/*自定义常用配制*/
.titile_shows{position: relative;
font-weight: bold;
color: #333; font-size: 40px; line-height: 1; margin-bottom: 30px; text-align: left;}
.titile_shows span{ position: relative}
.titile_shows span::after {
  left: 0%;
  position: absolute;
  bottom: -30px;
  content: " ";
  width: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  height:3px;
  background-color: #219ec4;
}
.text_center{ text-align: center}

.titile_homes{position: relative;
font-weight: bold;
color: #333; font-size: 40px; line-height: 1; margin-bottom: 30px; text-align: center;}
.titile_homes span{ position: relative}
.titile_homes span::after {
  left: 50%;
  position: absolute;
  bottom: -30px;
  content: " ";
  width: 40px; margin-left: -20px;
  -webkit-transition: .3s;
  transition: .3s;
  height:3px;
  background-color: #1B4E98;
}

.titile_homes_fff{position: relative;
font-weight: bold;
color: #ffffff; font-size: 40px; line-height: 1; margin-bottom: 30px; text-align: center;}
.titile_homes_fff span{ position: relative}
.titile_homes_fff span::after {
  left: 50%;
  position: absolute;
  bottom: -30px;
  content: " ";
  width: 40px; margin-left: -20px;
  -webkit-transition: .3s;
  transition: .3s;
  height:3px;
  background-color: #ffffff;
}
.titile_in_show{line-height: 1; font-weight: bolder; font-size: 0.5rem;color: #333;margin-bottom: 0.4rem;font-family: ITCAvantGardePro-Bold,arail ,sans-serif;}
/*.titile_in_show::first-letter{ color: #e21320;}*/
.titile_in_show span{color: #e21320;}
.descipe_in{  font-size: 0.18rem; line-height: 1.8; color: #444;}
.padding-bottom1{ padding-bottom: 1rem}
.back_in_logo{ background: url("../images/logo_backs.png") right bottom no-repeat; background-size:36% auto;}
.backfafbfc{background-color: #fafbfc}

.float_none{}
.home_titile{ line-height: 1; text-align: center}
.home_titile h3{ color: #1f1f1f; font-size: 30px; margin-top:25px;}
.home_titile h3 span{  position: relative}
.home_titile h3 span22::before {
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: 0;
  width:40px;
  height:2px; margin-top: -1px;
  background-color: #1B4E98;
}
.home_titile p{ color: #cbcbcb; font-size:80px;text-transform: capitalize;font-family: 'Swiss721BTBlackCondensed';}

.home_titile2{ line-height: 1;color: #132c58;  }
.home_titile2 h3{ font-size: 30px; margin-bottom: 20px;}
.home_titile2 h3 span{  position: relative}
.home_titile2 h3 span::before {
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: 0;
  width:40px;
  height:2px; margin-top: -1px;
  background-color: #1B4E98;
}
.home_titile2 p{ font-size:60px;text-transform: uppercase;font-family: 'Swiss721BTBlackCondensed';}

.in_titile{ text-align:center; color:#ffffff; padding-bottom:50px; font-weight:bold}
.in_titile span{ position:relative}
.in_titile span::before {
    content: '';
    position: absolute;
    left:120%;
    top: 50%;
    z-index: 0;
    width:177px;
    height:3px;
    margin-top: -2px; background:url(../images/in_titile_02.png) center center no-repeat;
}
.in_titile span::after {
    content: '';
    position: absolute;
    right:120%;
    top: 50%;
    z-index: 0;
    width:177px;
    height:3px;
    margin-top: -2px; background:url(../images/in_titile_01.png) center center no-repeat;
}

.in_titile2{ text-align:center; color:#132c58; padding-bottom:50px; font-weight:bold}
.in_titile2 span{ position:relative}
.in_titile2 span::before {
    content: '';
    position: absolute;
    left:120%;
    top: 50%;
    z-index: 0;
    width:177px;
    height:3px;
    margin-top: -2px; background:url(../images/in_titile_02.png) center center no-repeat;
}
.in_titile2 span::after {
    content: '';
    position: absolute;
    right:120%;
    top: 50%;
    z-index: 0;
    width:177px;
    height:3px;
    margin-top: -2px; background:url(../images/in_titile_01.png) center center no-repeat;
}

.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.line2{overflow:hidden;
text-overflow:ellipsis;
line-clamp:2; 
display:-webkit-box;
text-overflow:-o-ellipsis-lastline;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}

.line3{overflow:hidden;
text-overflow:ellipsis;
line-clamp:3; 
display:-webkit-box;
text-overflow:-o-ellipsis-lastline;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}

.line4{overflow:hidden;
text-overflow:ellipsis;
line-clamp:4; 
display:-webkit-box;
text-overflow:-o-ellipsis-lastline;
-webkit-line-clamp:4;
-webkit-box-orient:vertical;}

.line5{overflow:hidden;
text-overflow:ellipsis;
line-clamp:5; 
display:-webkit-box;
text-overflow:-o-ellipsis-lastline;
-webkit-line-clamp:5;
-webkit-box-orient:vertical;}

.l { float:left; }.r { float:right; }
.w { width:100%; }.h { height: 100%; }.full{ width: 100%; height: 100%;}
.cer,.cer0,.cer1,.cer2,.cer3{ max-width:1200px; margin:0 auto;}

.titile_all{ position:relative;}
.titile_all span.en{position: absolute;
  left: 0;
  top: -0.3rem;
  font-size: 0.6rem;
  font-family: "family_DIN";
  color: rgba(191, 142, 68, 0.1);text-transform: uppercase;}
.titile_all span.cn{ position:relative; z-index:10; font-size:0.36rem; color:#bf8e44; font-weight:bold;}

.titile_all span.cn::after {
    content: '';
    position: absolute;
    left:0%;
    bottom:-0.2rem;
    z-index: 0;
    width:50px;
    height:4px; background-color:#bf8e44; z-index:1
}

.titile_show002{ position: relative; font-size:0.4rem; padding-left: 0.2rem; margin-bottom: 0.4rem;line-height: 1;font-weight: bold; }
.titile_show002::after {
    content: '';
    position: absolute;
    left:0%;
    bottom:5%;
    z-index: 0;
    width:4px;
    height:90%; background-color:#E60012; z-index:1
}

.descipe_show002{ font-size:0.2rem; margin-top:0.15rem; line-height:1.8;}

.titile_all .positons_now { position:absolute; right:0; top:50%; margin-top:-0.15rem; text-align: left; font-size:0.16rem; color: #666;align-items: center;display: flex;}
.titile_all .positons_now svg{ height:0.16rem; width:auto; display: inline-block; margin-right: 0.05rem;} 
.titile_all .positons_now a{color: #1B4E98;padding: 0 0.08rem;}
.titile_all .positons_now a.crumb{color: #666;}
.positons_now { 
position: absolute;
top: 50%;
right: 0.3rem;
width: auto;
z-index: 20;
margin-top: -0.1rem;color:rgba(44,52,78,0.6);  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;}
.positons_now svg {
  height: 0.16rem;
  width: auto;
  display: inline-block;
  margin-right: 0.05rem;
}
.positons_now  a{color:rgba(44,52,78,0.6)}
.positons_now  a:hover{ color:rgba(44,52,78,0.9)}
.positons_now_newinfo { 
z-index: 20;
margin-top: -0.1rem;color:rgba(44,52,78,0.6);  display: flex;
  align-items: center; margin-bottom: 0.3rem; margin-top: 0rem;}
.positons_now_newinfo svg {
  height: 0.16rem;
  width: auto;
  display: inline-block;
  margin-right: 0.05rem;
}
.positons_now_newinfo  a{color:rgba(44,52,78,0.6)}
.positons_now_newinfo  a:hover{ color:rgba(44,52,78,0.9)}
.cer1{ padding: 0 10px;}
.cer2{ padding: 0 20px;}
.cer3{ padding: 0 30px;}
.cer{ padding: 0 5%;}
.cer5{ max-width: 1536px; margin:0 auto;}
.cer6{ max-width: 1536px; margin:0 auto; padding: 0 10px;}
.cer7{ max-width: 1536px; margin:0 auto; padding: 0 20px;}
.cer8{ width:90%;max-width: 1440px; margin:0 auto; }
.cer9{ padding: 0 5%;}
.cer10{ max-width: 1344px; margin:0 auto; padding: 0 30px;}
.cer11{ max-width: 1152px; margin:0 auto; padding: 0 30px;}
@media screen and (max-width:1400px){
	.cer9{ padding-right: 0;}
	.cer8{margin:0 auto;}
	.positons_now{}
}
@media screen and (max-width:1023px){
	.cer9{ padding-right: 0;}
}
@media screen and (max-width:600px){
	.cer3,.cer8,.cer10,.cer11{ padding: 0 5%;}
}
.b { font-weight:bold } .n{ font-weight: normal;}
.tc { text-align:center }.tr { text-align:right }.tl { text-align:left }
.posr { position:relative }
.maxw{ max-width: 100%;}.divpicw img{ max-width: 100%;}
.ikong{ display: inline-block; width: 14px;}
.vam{ display: inline-block; width: 0; height: 100%; vertical-align: middle;}
.h10{ width: 100%; height: 10px;}.h20{ width: 100%; height: 20px;}.h30{ width: 100%; height: 30px;}
.h40{ width: 100%; height: 40px;}.h50{ width: 100%; height: 50px;}.h60{ width: 100%; height: 60px;}
.h70{ width: 100%; height: 70px;}.h80{ width: 100%; height: 80px;}.h90{ width: 100%; height: 90px;}
.h100{ width: 100%; height: 100px;}.h110{ width: 100%; height: 110px;}.h120{ width: 100%; height: 120px;}
.disn { display:none }.disb { display:block }.dib{display: inline-block;}.vh{ visibility: hidden;}
.ov { overflow:hidden }.cup { cursor:pointer }
.clearfloat { clear:both; height:0; font-size: 0px; line-height: 0px; overflow:hidden; visibility:hidden; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }
.clearfix { *zoom:1;}
.op70 { filter:alpha(opacity=70); opacity:0.7;}

a.aftl{position: relative;}
a.aftl::after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; 
   border-bottom: 1px solid #fff; -webkit-transition: .3s; transition: .3s;}
a.aftl:hover::after{ width: 100%; left:0; transition: width 0.3s; -webkit-transition: width 0.3s;}

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


/*font-style*/
.t12{ font-size: 12px;}.t14{ font-size: 14px;}.t16{ font-size: 16px;}.t18{ font-size: 18px;}.t20{ font-size: 20px;}
.t22{ font-size: 22px;}.t24{ font-size: 24px;}.t26{ font-size: 26px;}.t28{ font-size: 28px;}
.t30{ font-size: 30px;}.t32{ font-size: 32px;}.t34{ font-size:34px;}.t36{ font-size: 36px;}
.home_titile.float_none{ float: none}
.ti1 { text-indent:1em;}.ti2 { text-indent:2em; }.ti3 { text-indent:3em; }
.lh1{ line-height: 1em;}.lh1-5{ line-height: 1.5em;}.lh30{ line-height: 30px;}
.lh2{ line-height: 2em;}.lh2-5{ line-height: 2.5em;}.lh3{ line-height: 3em;}
.fontya { font-family:Microsoft YaHei,'微软雅黑';}.fontsong { font-family:simsun,'宋体';}
.ell { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.ttc { text-transform:capitalize; }.ttl { text-transform:lowercase; }.ttu { text-transform:uppercase;}
.c3 { color:#333 }.c6 { color:#666 }.c9 { color:#999 }.ca{ color: #aaa;} .cf{ color: #fff;}
.ora{ color: #f70;}.red{ color: #f00;} .blue{ color: #0096ff;}.c4{color: #444;}.c8{color: #888;}
.yel{ color: #ffa800;}.lblue{ color: #bfdefb;}.green{ color: #3c2;}
.picw img,.pagecon img{ max-width: 100%;}
.limitwh,.limited{ max-width: 100%; max-height: 100%;}
.limitwh2{ max-width: 90%; max-height: 90%;}
.pagecon div,.pagecon p,.pagecon span{ font-size: 26px!important; line-height: 36px!important;}

.bsb{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.yj4{ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}
.yj2{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.shadow6{ box-shadow: 0 0px 6px 0  #d9d9d9;}
.guodu{ transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s;}
.guodu2{ transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}
.poa,.poa1{ position: absolute; width: 100%; height: 100%; left: 0; top:0; z-index: 1;}
.poa2{ position: absolute; width: 100%; height: 100%; right: 0; top:0; z-index: 1;}
.poa3{ position: absolute; width: 100%; height: 100%; left: 0; bottom:0; z-index: 1;}
.poa4{ position: absolute; width: 100%; height: 100%; right: 0; bottom:0; z-index: 1;}
.rotate90{-moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); transform: rotate(90deg);}

.pic101,.pic102,.pic104{ overflow: hidden;}
.pic102 img,.pic104 img,.pic101 img{ -webkit-transition: 0.5s; -moz-transition: 0.5s;
	-ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
li:hover .pic101 img{ -webkit-transform: scale(1.01); -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);  -o-transform: scale(1.01); transform: scale(1.01);}
li:hover .pic102 img{ -webkit-transform: scale(1.02); -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);  -o-transform: scale(1.02); transform: scale(1.02);}
li:hover .pic104 img{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}
.item:hover .pic104 img{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}
@media screen and (max-width:380px) {}
 
img.scale104{ -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition:  .5s;}
img.scale104:hover{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}

.btn{ padding: 0; cursor: pointer; text-align: center; border: none; color:#fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;
 	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
.btn2{ padding: 0; cursor: pointer; text-align: center; border: none; 
 	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
img.tw{ position: relative; margin-top: -3px;}


 
 


div.pageList{ padding:0px; text-align: center;}
div.pageList ul.l{ display: none;}
div.pageList ul{ font-size: 0;}
div.pageList ul li { display: inline-block; height: 40px;}
div.pageList ul li a{ display: inline-block; font-size: 14px; color: #333; line-height: 38px; height: 38px;
 	min-width: 28px; padding: 0 5px; margin: 0 5px; border: 1px solid #ccc; background-color: #fff;
 	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius:50%;}
div.pageList ul li:hover a{ border-color: #1B4E98; color: #1B4E98;}
div.pageList ul li a.selected{ background-color: #1B4E98; border-color: #1B4E98; color: #fff;}
div.pageList a.first,div.pageList a.last,div.pageList a.prev,div.pageList a.next{ font-family: "simsun";}

div.pageList a.first{ background: url('../images/k1.png') center no-repeat;}
div.pageList a.prev{ background: url('../images/k2.png') center no-repeat;}
div.pageList a.next{ background: url('../images/k3.png') center no-repeat;}
div.pageList a.last{ background: url('../images/k4.png') center no-repeat;}

div.pageList a.first:hover{ background-color: #1373c0; background-image: url('../images/k1h.png');}
div.pageList a.prev:hover{ background-color: #1373c0; background-image: url('../images/k2h.png');}
div.pageList a.next:hover{ background-color: #1373c0; background-image: url('../images/k3h.png');}
div.pageList a.last:hover{ background-color: #1373c0; background-image: url('../images/k4h.png');}

div.pageList  span{ display: inline-block; font-size: 13px; color: #333; line-height:30px; height:30px;
 	min-width: 28px; padding: 0 5px; margin: 0 5px; border: 1px solid #ccc; background-color: #fff;
 	-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
div.pageList  a{ display: inline-block; font-size: 13px; color: #333; line-height:30px; height:30px;
 	min-width: 28px; padding: 0 5px; margin: 0 5px; border: 1px solid #ccc; background-color: #fff;
 	-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
div.pageList  a:hover{ display: inline-block; font-size: 13px; color: #fff; line-height:30px; height:30px;
 	min-width: 28px; padding: 0 5px; margin: 0 5px; border: 1px solid #333; background-color: #333;
 	-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
div.pageList  .current{ display: inline-block; font-size: 13px; color: #fff; line-height:30px; height:30px;
 	min-width: 28px; padding: 0 5px; margin: 0 5px; border: 1px solid #333; background-color: #333;
 	-moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}


.listbtnout{ padding: 0; display: none;}
.listmore{ display: block; width: 260px; height: 50px; margin: 0 auto; position: relative; overflow: hidden;
	background-color: #fff; font-size: 18px; color: #1B4E98; line-height: 50px; text-align: center;
	-moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius:25px; border: 1px solid #1B4E98;}
.listmore span{ position: relative; z-index: 2;}
.btn-circle-hover{ position: absolute; z-index: 0; pointer-events: none; border-radius: 50%; 
	background-color: rgba(243,151,0,0.3); transform: translate(-50%, -50%);
	width: 0; height: 0; opacity: 0; transition: width .8s, height .8s, opacity .8s;}

@media screen and (max-width:750px){
	div.pageList{ }
	.listbtnout{ display: block;}
}

/*表单验证相关*/
.Validform_checktip{ font-size: 14px; line-height:24px; height:24px; overflow:hidden; color:#999;}
.Validform_right{ color:#71b83d; padding-left:20px; background:url(../images/right.png) no-repeat left center;}
.Validform_wrong{ color:#d30315; padding-left:20px; white-space:nowrap; background:url(../images/error.png) no-repeat left center;}
.Validform_loading{ padding-left:20px; background:url(../images/onLoad.gif) no-repeat left center;}
.Validform_error{ }
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px;
 -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute;
  top:0px; right:50px; z-index:99999; display:none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff;
 position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute;
 right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.v{ position:relative;}i.v{ display:inline-block; }
.v span.Validform_checktip{ position:absolute; left:0; top:100%; z-index: 1; font-style: normal;}
.v p.message{ position: absolute; left:31px; top:100%; height: 40px; line-height: 40px; 
	font-size: 16px; color: #f00; font-weight: bold;}
i.v2{ position:relative; display:inline-block;}
i.v2 span.Validform_checktip{ font-style: normal; margin-left: 20px; line-height: 36px;}

/* banner */
#banner{ width: 350px; height: 438px; position: absolute; z-index: 1; top: 50%; left:50%;
	  margin-top: -240px; padding: 0 100px 40px;}
#banner .hd{ height:10px; overflow:hidden; position:absolute; left:50%; margin-left: -30px; bottom:20px; z-index:1; }
#banner .hd ul{ overflow:hidden; zoom:1; float:left;}
#banner .hd ul li{ float:left; margin-right:10px; width:10px; height:10px; cursor:pointer; 
		background: url(../images/dot02.png) center; opacity: 0.3;}
#banner .hd ul li.on{ opacity: 0.7;}
#banner .bd{ position:relative; z-index:0; width: 350px; height: 438px; overflow: hidden;}
#banner .bd li{ zoom:1;}

/* 下面是前/后按钮代码 */
#banner .prev,#banner .next{ position:absolute; top:50%; margin-top:-26px; display:block; width:52px; height:52px;}
#banner .prev{ left: 0;  background:url(../images/xiaoyu1.png) center no-repeat;} 
#banner .next{ right:0;  background:url(../images/dayu1.png) center no-repeat;}
#banner .prev:hover{ background-image: url(../images/xiaoyu1h.png)}
#banner .next:hover{ background-image: url(../images/dayu1h.png)}



.newban .flex-direction-nav a{ width:38px;height:38px; display:block; font-size: 0;
	position:absolute; top: 50%; z-index: 4; border-radius: 50%; border: 1px solid #fff;
	background-position: center; background-repeat: no-repeat; margin-top: -20px;}
.newban .flex-direction-nav a.flex-prev{ left:5%; background-image: url('../images/lt1.png');}
.newban .flex-direction-nav a.flex-next{ right:5%;background-image: url('../images/gt1.png');}
.newban .flex-direction-nav a:hover{ background-color: #fdd900; border-color: #fdd900}
.newban .flex-direction-nav a.flex-prev:hover{ background-image: url('../images/lt1h.png');}
.newban .flex-direction-nav a.flex-next:hover{ background-image: url('../images/gt1h.png');}


/*.newban .flex-direction-nav a{width:40px;height:80px;margin-top:-40px;display:block;
	font-size: 38px; color: #bfbfbf; line-height: 80px; text-align: center; font-family: 'simsun';
	position:absolute; top:50%; z-index: 4; background-color: rgba(0,0,0,0.2);}
.newban .flex-direction-nav a.flex-prev{ left:5%;}
.newban .flex-direction-nav a.flex-next{ right:5%;}
.newban .flex-direction-nav a:hover{ background-color: #fdd900; color: #fff;}*/

/* .newban .flex-control-paging{ padding: 10px 0; height: 10px; font-size: 0;
	position: absolute; bottom: 40px; left: 40px; z-index: 3;width: 100%; text-align: center;}
.newban .flex-control-paging li{display: inline-block; *display:inline; *zoom:1;
	overflow:hidden; width: 10px; height: 10px; margin: 0 10px;}
.newban .flex-control-paging li a{ width:10px; height:10px; display: block; cursor:pointer;
	background-color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;}
.newban .flex-control-paging li a.flex-active{ background-color: #d0252e;} */

.newban .flex-control-paging{ width: 100%; height: 3px; font-size: 0; text-align: center;
	position: absolute; bottom: 38px; left:0; z-index: 3;}
.newban .flex-control-paging li{display: inline-block; *display:inline; *zoom:1;
	overflow:hidden; width: 50px; height: 3px; margin: 0 10px;}
.newban .flex-control-paging li a{ width:50px; height:3px; display: block; cursor:pointer;
	background-color: #e3e3e3; position: relative;}
.newban .flex-control-paging li a:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 1;
	width: 0; height: 3px; background-color: #c02020;}
.newban .flex-control-paging li.ac a:before{
	-webkit-transition: linear 5s; -moz-transition: linear 5s; -ms-transition: linear 5s;
	-o-transition: linear 5s; transition: linear 5s; width: 100%;}



.newban{ position:relative; width: 100%; height: 0; padding-bottom: 33.33%; overflow: hidden; z-index: 1;}

.flexslider{ position: absolute; width: 100%; height: 100%; z-index: 1;}
.flexslider .flex-viewport{ height: 100%;}
.flexslider .slides{ overflow: hidden; height: 100%; font-size: 0;}
.flexslider .slides li{ height: 100%; display: none; -webkit-backface-visibility:hidden; position: relative; overflow: hidden;}
.flexslider .slides li .wrap{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden;}
.flexslider .slides .wrap>img{ width: 100%; height: 100%; object-fit:cover; object-position: center;}
.vd{ position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 0;
	background-color: #000; object-fit:cover; object-position:50% 100%;}
.vdppp{ position: absolute; z-index: 0; top:0; left:0; width: 100%; height: 100%; object-fit:cover; display: none;}
@media screen and (max-width:1023px){
	.vd{ display: none;}
	.vdppp{ display: block;}
}
@media screen and (max-width:750px){
	.newban{ padding-bottom: 0; height: 250px;}
}

/*.flexslider li .wrap:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 2;
	width: 0; height: 2px; background-color: #00946f;}
.flexslider li.ac .wrap:before{ transition: linear 6s; width: 100%;}*/

.flexslider .slides .wrap>img {-webkit-transition: -webkit-transform 1s ease-in; transition: transform 1s ease-in;
	transform:scale(1.04); -webkit-transform:scale(1.04);}
.flexslider .slides .ac .wrap>img {
	-webkit-transition: -webkit-transform 5s ease-in; transition: transform 5s ease-in;
	transform:scale(1); -webkit-transform:scale(1);}


.btt3{ position: absolute; top:50%; left:166px; width: 341px; height: 300px; z-index: 1; display: none;
	background: url('../images/btt1.png') center no-repeat; margin-top: -130px;}
.btt4{ position: absolute; top:50%; left:528px; width: 290px; height: 109px; z-index: 2; display: none;
	background: url('../images/btt2.png') center no-repeat; margin-top: 43px;}

.btt1{ position: absolute; top:50%; left:10%; z-index: 2; margin-top: -110px; font-family: "Microsoft JhengHei";}
.btt1 .cn{ font-size: 60px; line-height: 84px; color: #fff; font-weight: bold;}
.btt1 .cn span{ display: block;}
.btt1 .cn i{ font-style: normal; color: #fdd900;}
.btt1 .txt{ font-size: 24px; line-height: 34px; color: #fff; font-weight: bold; letter-spacing: 5px; margin-top: 16px;}


.btt2{ position: absolute; top:50%; left:50%; max-width: 1440px; z-index: 2;
	margin-top: -120px; margin-left: -720px; color: #fff;}
.btt2 h4{ font-size: 56px; line-height: 76px;}
.btt2 h4 em{ display: block;}
.btt2 .hx{ max-width: 710px; height: 1px; margin: 28px 0 46px; background-color: #fff;}
.btt2 h5{ font-size: 22px; line-height: 44px; letter-spacing: 6px;}

.btt2 .banbtn{ display: block; width: 164px; height: 54px; overflow: hidden; position: relative;
	font-size: 16px; color: #fff; line-height: 54px; text-align: center; border-radius: 27px;
	background-image: linear-gradient( to top, #f5b301, #ffd94a); margin-top: 42px;}
.btt2 .banbtn span{ position: relative; z-index: 2; display: inline-block; padding-right: 40px;
	background: url('../images/jtr1.png') right no-repeat; letter-spacing: 2px;}
.btt2 .banbtn:hover{ box-shadow: 0 0 10px 0 #ffd94a;} 

@media screen and (max-width:1200px){
	.newban .flex-direction-nav a.flex-prev{ left:1%;}
	.newban .flex-direction-nav a.flex-next{ right:1%;}

	.btt1{ left: 5%; max-width: 90%; margin-top: -86px;}
	.btt1 .cn{ font-size: 40px; line-height: 60px;}
	.newban .flex-control-paging{ left: 5%;}
}
@media screen and (max-width:750px){
	.btt1{ width: 90%; margin-top: -62px; text-align: center;}
	.btt1 .cn{ font-size: 30px; line-height: 40px;}
	.btt1 .txt{ font-size: 18px; line-height: 28px;}

	/*.newban{ height: 0!important; padding-bottom: 100%;}
	.flexslider{ position: absolute;}*/
	.newban .flex-control-paging{ width: 90%; text-align: center;}
	/*.btt1,.btt2,.btt3{ display: none;}*/ 
}




.btt1,.btt2,.btt3,.btt21,.btt31{ transition-duration: 1.2s; -moz-transition-duration: 1.2s;
	 -webkit-transition-duration: 1.2s; -o-transition-duration: 1.2s;}
.btt12{ position: absolute; top:50%; left:50%; width: 560px; height: 50px; z-index: 1;  margin-left: -250px;;
	text-align: center; font-size: 18px; color: #fff; line-height: 50px; margin-top: -35px;
	background-color: #016b45; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius:25px;}
.btt32{ position: absolute; top:50%; left:50%; width: 1112px; height: 41px; z-index: 1;
	background: url('../images/btt32.png') center no-repeat; margin-left: -556px; margin-top: -70px;}


/*.ac .finu, .ac .find{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
    -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.ac .finl, .ac .finr{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
    -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.ac .findsc05{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);
    -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);
    transform:translateY(0) scale(1, 1); opacity: 1;}
.ac .scl05,.ac .scl01{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}
.ac .finrsc05, .ac .finlsc05{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);
    -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);
    transform:translateX(0) scale(1, 1); opacity: 1;}*/

.find-1{ -webkit-transform:translateY(60px); -moz-transform:translateY(60px); opacity: 0;
    -o-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px);}
.finu-1{ -webkit-transform:translateY(-60px); -moz-transform:translateY(-60px); opacity: 0;
    -o-transform:translateY(-60px); -ms-transform:translateY(-60px); transform:translateY(-60px);}
.finl-1{ -webkit-transform:translateX(-60px); -moz-transform:translateX(-60px); opacity: 0;
    -o-transform:translateX(-60px); -ms-transform:translateX(-60px); transform:translateX(-60px);}
.finr-1{ -webkit-transform:translateX(60px); -moz-transform:translateX(60px); opacity: 0;
    -o-transform:translateX(60px); -ms-transform:translateX(60px); transform:translateX(60px);}

.scl01-1{ -webkit-transform:scale(0.1, 0.1); -o-transform:scale(0.1, 0.1); transform:scale(0.1, 0.1);
  -moz-transform:scale(0.1, 0.1); -ms-transform:scale(0.1, 0.1); opacity: 0;}
.scl05-1{ -webkit-transform:scale(0.5, 0.5); -o-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);
  -moz-transform:scale(0.5, 0.5); -ms-transform:scale(0.5, 0.5); opacity: 0;}
.scl09-1{ -webkit-transform:scale(0.8, 0.8); -o-transform:scale(0.8, 0.8); transform:scale(0.8, 0.8);
  -moz-transform:scale(0.8, 0.8); -ms-transform:scale(0.8, 0.8); opacity: 0;}
.findsc05-1{ -webkit-transform:translateY(60px) scale(0.5, 0.5); -moz-transform:translateY(60px) scale(0.5, 0.5);
    -o-transform:translateY(60px) scale(0.5, 0.5); -ms-transform:translateY(60px) scale(0.5, 0.5);
    transform:translateY(60px) scale(0.5, 0.5); opacity: 0;}
.finusc05-1{ -webkit-transform:translateY(-60px) scale(0.5, 0.5); -moz-transform:translateY(-60px) scale(0.5, 0.5);
    -o-transform:translateY(-60px) scale(0.5, 0.5); -ms-transform:translateY(-60px) scale(0.5, 0.5);
    transform:translateY(-60px) scale(0.5, 0.5); opacity: 0;}
.finlsc05-1{ -webkit-transform:translateX(-60px) scale(0.5, 0.5); -moz-transform:translateX(-60px) scale(0.5, 0.5);
    -o-transform:translateX(-60px) scale(0.5, 0.5); -ms-transform:translateX(-60px) scale(0.5, 0.5);
    transform:translateX(-60px) scale(0.5, 0.5); opacity: 0;}
.finrsc05-1{ -webkit-transform:translateX(60px) scale(0.5, 0.5); -moz-transform:translateX(60px) scale(0.5, 0.5);
    -o-transform:translateX(60px) scale(0.5, 0.5); -ms-transform:translateX(60px) scale(0.5, 0.5);
    transform:translateX(60px) scale(0.5, 0.5); opacity: 0;}
.op05-1{ opacity: 0.5;}

.ac .finu-1, .ac .find-1{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
    -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.ac .finl-1, .ac .finr-1{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
    -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.ac .finusc05-1,.ac .findsc05-1{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);
    -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);
    transform:translateY(0) scale(1, 1); opacity: 1;}
.ac .scl05-1,.ac .scl01-1,.ac .scl09-1{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}
.ac .finrsc05-1, .ac .finlsc05-1{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);
    -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);
    transform:translateX(0) scale(1, 1); opacity: 1;}
.ac .op05-1{ opacity: 1;}


.bantxt2{ position: absolute; bottom: 96px; left: 0; width: 100px; height: 30px; z-index: 2; display: none;
	color: #fff; line-height: 30px; font-size: 0; text-align: center; font-family: "Helvetica";}
.bantxt2 *{ display: inline-block; vertical-align: middle;}
.bantxt2 span{ font-size: 16px;}
.bantxt2 i{ font-size: 16px; font-style: normal; margin: 0 4px 0 2px;}






html,body{ height: 100%;}
body.locked{ overflow: hidden;}
.all{ width: 100%; min-width: 480px; min-height: 100%; overflow: hidden; position: relative; }
.allfirst{ height: 100%;}



/* 头部 */
.head{ width: 100%; min-width: 480px; height: 0.8rem; line-height:0.8rem; position: fixed; z-index: 60; top:0;  height 0.4s,opacity 0.4s; transition: height 0.4s,opacity 0.4s; background-color: rgba(39, 73, 157, 0.98);backdrop-filter: blur(8px);
	/* box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);*/}
.head>.cer9{ position: relative; z-index: 7; height: 100%; padding: 0;width:90%;max-width: 1440px; margin:0 auto;}
.headin{ width: 100%; height: 100%; position: relative;}
.head .logo{ height: 100%; font-size: 0; position: absolute; left: 0%; top:0rem; z-index: 4;}
.head .logo img{ max-height:0.46rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.head .logo img.logo_img{  display: inline-block}
.head .logo img.logo_hover{  display: none}
.head.mini .logo img.logo_img{  display: none}
.head.mini .logo img.logo_hover{  display: inline-block}
.head.mini .logo img{ max-height:0.40rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}

.head.mini .logo img{}

.headshadow{ width: 100%; height: 0px;}

.head.mini{ height:  0.7rem; line-height:  0.7rem; background: none; background-color: rgba(39, 73, 157, 0.98);backdrop-filter: blur(8px);}
.head.mini.back_no{ background:none;box-shadow:none}
.head.disappear{ opacity: 0;}
@media screen and (max-width:640px){
	.head{ height: 66px; line-height: 66px;}
	.headshadow{ height: 0px;}
}


.headright{ position: absolute; right:20px; top:0; height: 100%; z-index: 4;
	font-size: 0; text-align: center;}
.headright a{ display: inline-block; vertical-align: top; height: 100%;}
.headright a.tophezuo{ padding-left:25px;
	font-size: 14px; color: #ffffff; margin-right: 20px;}
.headright a.toplogin{ padding-left:25px;
	font-size: 14px; color: #ffffff;}

.head.mini .headright a.tophezuo{color: #162e5a; }
.head.mini .headright a.toplogin{color: #162e5a;}

.buy_titile_show{ text-align:center; color:#333; font-size: 0.42rem; font-weight:bold; padding-bottom:0.7rem; padding-top:0.4rem;}
.buy_titile_show span{ position:relative}
.buy_titile_show span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom:-0.25rem;
  z-index: 0;
  width: 50px;
  height: 4px;
  background-color: #1B4E98;
  z-index: 1; margin-left:-25px;
}
.online_buy{position: relative;
  z-index: 10;}
.online_buy ul{ text-align:center; padding-bottom:0.2rem;}
.online_buy ul li{ display:inline-block; vertical-align:top; width:20.6%; margin-left:2%; margin-right:2%; margin-bottom:0.5rem;}
.online_buy ul li .online_buy_logo{ padding-bottom:0.3rem; text-align:center;}
.online_buy ul li .online_buy_logo img{ height:0.9rem; width:auto}
.online_buy ul li .online_buy_font .online_buy_name{ font-size:0.28rem; font-weight:bold; padding-bottom:0.4rem;}
.online_buy ul li .online_buy_font .buy_link a{ position:relative; font-size:0.16rem; color:#999; display:inline-block; border:#999 1px solid; padding:0.12rem 0.3rem; margin:0px auto; border-radius: 0.4rem; overflow:hidden}
.online_buy ul li .online_buy_font .buy_link a span{ position:relative ; z-index:2; color:#999;}
.online_buy ul li .online_buy_font .buy_link a:hover span{ color:#fff;}
.online_buy ul li .online_buy_font .buy_link a:hover{border:#bf8e44 1px solid; color:#fff;}
.online_buy ul li .online_buy_font .buy_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #27499D;
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
   border-radius: 0.4rem;
}
.online_buy ul li .online_buy_font .buy_link a:hover::after {
    transform: scaleX(1);
    transform-origin: left; border-radius: 0.4rem;color:#fff;
  }
  
.qudao_buy{ position:relative; z-index:10;}
.qudao_buy .qudao_buy_img{ padding-bottom:0.5rem;}
.qudao_buy .qudao_buy_img .pc{ display:block;}
.qudao_buy .qudao_buy_img .pc img{ width:100%;}
.qudao_buy .qudao_buy_img .mobile{ display:none}
@media screen and (max-width:750px){
.qudao_buy .qudao_buy_img .pc{ display:none;}
.qudao_buy .qudao_buy_img .mobile{ display:block}
.qudao_buy .qudao_buy_img .mobile img{ width:100%;}
.online_buy ul li{ width:45%;}
}

.center_show{ display:inline; margin:0px auto;}
.hezuo_fonts{ text-align:center;align-items: center;color:#bf8e44; font-weight:bold; font-size:0.5rem;font-family: "family_DIN";}
.hezuo_fonts img{
  height: 0.5rem;
  width: auto;
  display: inline-block;
  margin-right: 0.15rem;
}


.headright a.glass{ width: 30px; background: url('../images/glass.png') center no-repeat;}
.headright a.topewm{ width: 16px; background: url('../images/sewm.png') center no-repeat; margin-left: 14px; position: relative;}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}

a.tbtn.topewm:after{ content: ''; position: absolute; left: 50%; bottom:5px; z-index: 0;
	width: 0; height: 0; margin-left: -4px; border: 4px solid transparent;}
a.tbtn.topewm:hover:after{ border-top-color: #fff;}
.topewm .bigewm{ position: absolute; width: 100px; height: 100px; top: 100%; 
	right: 0; z-index: 1; display: none; line-height: 100px;
	background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}


.topsouout{ padding:15px 0; background-color: rgba(0,0,0,0.5); position: absolute; display: none;
	  z-index: 5; width: 100%; right:0; top:100%; font-size: 16px; line-height: 40px; height: 40px;}
.topsouout .topsou{ position: relative; width: 580px; padding-right: 110px; height:100%;
	background-color: #fff; margin: 0 auto; overflow:hidden;}
.topsou input.shuru{ width: 100%; height:100%; background-color:#fff; border:none; color:#666; text-indent:20px;}
.topsou input.anniu{ position:absolute; top:0; right:0; z-index:2; width:110px; height:100%; border:none; cursor:pointer;
	background-color: #00a1e9; color: #fff; text-align: center; -webkit-transition: .3s; transition: .3s;}
.topsou input.anniu:hover{ background-color: rgba(0,161,233,0.8);}
@media screen and (max-width:750px){
	.topsouout .topsou{ width: 64%; padding-right: 16%;}
	.topsou input.anniu{ width: 20%;}
}

.center_in_back{ background:#fff url("../images/center_backs_in.png") center top no-repeat; background-size:100% auto}
.back_img2{ background: url("../images/Dzimu.png") left 20% no-repeat; background-size:30% auto}
.nav{ position: absolute; right:20%; top:0; z-index: 3; height: 100%; width: auto}
.nav>li{ float: right; height: 100%; position: relative; z-index: 1;}
.nav>li:first-child{ margin-right: 0rem}
.nav>li>a{ display: block; width:1.4rem; height: 100%; position: relative;
	font-size: 0.18rem; font-weight: normal;color: #fff; text-align: center;}
.nav > li > a:hover{font-size: 0.19rem;}
.nav>li:hover>a,.nav>li.on>a{ color: #fff; }
.nav>li>a:after{ left:0%; position: absolute; content: " "; width:0;-webkit-transition: .3s;
  transition: .3s;
  height: 2px;
	bottom:10%;background-color: #fff}
.nav>li:hover>a:after,.nav>li.on>a:after{  width: 100%;-webkit-transition: .3s;
	transition: .3s;}

.head.mini .nav>li>a{ color: #fff;}
.head.mini .nav>li:hover>a,.head.mini .nav>li.on>a {
    color: #fff;
   
}

@media screen and (max-width:1640px){
	
	
}
@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1280px){
	
	
}
@media screen and (max-width:1000px){
	.nav{ right: 0;}
	.headright{ display: none;}
}
@media screen and (max-width:1100px){
	 
}






dl.navtwo{  width: 100%; display: none; position: absolute; top: 100%; left:0%; z-index: 1; padding-top:0px;
	-webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s; 
	-o-transition: top 0.3s; transition: top 0.3s; 
	-webkit-transform: translate(0%, 0); transform: translate(0%, 0);background-color: rgba(255, 255, 255, 0.9);backdrop-filter: blur(8px);box-shadow: 0 6px 13px 0 rgba(69,69,69,0.05);}


.top_pro_link{color:#fff;line-height: 2.6;}
.top_pro_link .pro_erji{ padding:0.1rem 0;}
.top_pro_link .top_pro_link_one{ font-size:0.18rem; background-color:#27499D;color:#fff; padding-left:0.12rem; text-align:left}
.top_pro_link .top_pro_link_one a{ color:#fff;}
.top_pro_link .top_pro_link_two{ font-size:0.16rem;line-height:2; color:#666; padding-left:0.12rem; }
.top_pro_link .top_pro_link_two a{}


dl.navtwo .inner{ position:relative; width:100%; height:100%;}
/*dl.navtwo .inner:before{ position: absolute; left:-1500%; top:-0%; content: " "; width:3000%;background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 6px 13px 0 rgba(69,69,69,0.06); height: 110%; z-index: 1;}*/



dl.navtwo.on{ top:100%;}
/*dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}*/
dl.navtwo .inner{font-size: 0;}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px; 
	background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}

dl.navtwo dd{ position:relative; z-index:3; height: 0.5rem; line-height: 0.5rem; text-align:center; -webkit-transition: .3s; transition: .3s; width:100%; display:block; vertical-align: top;}
dl.navtwo dd>a{ display: block; height: 100%; font-size:0.16rem; color: #333; white-space: nowrap;
	padding: 0px; overflow: hidden;  }
dl.navtwo dd:hover{ background-color:#27499d; color:#fff;}
dl.navtwo dd:hover>a{ color:#fff;font-size:0.17rem;}

dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none;
	border-bottom: 1px solid #da251d; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit-transition: width 0.3s;}

dl.navtwo .navtwo_width{ padding-top: 0.45rem; padding-bottom: 0.45rem; padding-left: 2%; padding-right: 2%}
dl.navtwo .navtwo_width .navtwo_left{ float: left; width: 65%; line-height: 1}
dl.navtwo .navtwo_width .navtwo_left .navtwo_titile{ border-bottom: #000 1px solid; padding-bottom: 0.1rem; line-height: 1; font-size: 0.2rem; margin-bottom: 0.1rem; display: inline-block;font-weight: bold;}


dl.navtwo .navtwo_width .navtwo_left .navtwo_lists ul li{ display: inline-block; vertical-align: top; width:48%; padding-bottom: 0.2rem;}
dl.navtwo .navtwo_width .navtwo_left .navtwo_lists ul li h3{ border-bottom: #000 1px solid; padding-bottom: 0.1rem; line-height: 1; font-size: 0.2rem; margin-bottom: 0.1rem; display: inline-block;font-weight: bold;}
dl.navtwo .navtwo_width .navtwo_left .navtwo_lists ul li .navtwo_font{}
dl.navtwo .navtwo_width .navtwo_left .navtwo_lists ul li .navtwo_font p{ line-height: 36px; margin: 0px 0;}

dl.navtwo .navtwo_width .navtwo_right{ float: right; width:26%; background-position: center center; background-repeat: no-repeat; background-size:  cover; border-radius: 0.15rem;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); height: 2.2rem;}


/* 手机导航 */
.navsjout{ width: 100%; opacity: 0; overflow: auto; position: fixed; top:0; bottom: 0; left:-100%; z-index: 55;
	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;
	-o-transition: 0.4s; transition: 0.4s; background-color: #333;}
.navsjout.on{ opacity: 1; left:0;}

.navsj{ width: 100%; -webkit-overflow-scrolling : touch; background-color: #333;
	position: absolute; top:100px; left:0;}
.navsj>li{ position: relative;}
.navsj>li>a{ display: block; height: 80px; text-align: center; line-height: 80px; 
	font-size: 18px; color: #fff; position: relative;}
.navsj>li>a:after{ content: ''; position: absolute; left: 30px; right:30px; bottom:0; z-index: 0;
	height: 1px; background-color: #666;}

.navsjtwo{ width: 100%; overflow: hidden; display: none; padding: 10px 0; background-color: #f1f1f1;}
.navsjtwo>li{ width: 100%; border-bottom: 1px solid #fff;}
.navsjtwo>li>a{ display: block; line-height: 70px; font-size: 16px; color: #432a23;
	position: relative; z-index: 1; background-color: #ada; text-align: center;
	background: url('../images/nav-jtr1.png') 73% center no-repeat;background-size:9px auto;}


.navsjtwo .navtwo_left{padding: 10px;}
.navsjtwo .navtwo_left .navtwo_lists ul li{}
.navsjtwo .navtwo_left .navtwo_titile{ font-size: 20px; font-weight: bold; padding: 10px 0; border-bottom:#ccc 1px solid;}
.navsjtwo .navtwo_left .navtwo_titile i{position: initial;
    right: initial;
    top: initial;
    z-index: 1;
    width: initial;
    height: initial;
    display: initial;
    cursor: pointer;
    background: none;
    background-size: auto;}
.navsjtwo .navtwo_left .inner{padding: 10px;}
.navsjtwo .navtwo_left .inner dd{ font-size: 16px; padding: 8px 0}

.navsjtwo .navtwo_left .navtwo_lists ul li h3{ font-size: 20px; font-weight: bold; padding: 10px 0; border-bottom:#ccc 1px solid;}
.navsjtwo .navtwo_left .navtwo_lists ul li .navtwo_font{padding: 10px;}
.navsjtwo .navtwo_left .navtwo_lists ul li .navtwo_font p{ font-size: 16px; padding: 8px 0}
.navsjtwo .navtwo_left .navtwo_lists ul li h3 i{position: initial;
    right: initial;
    top: initial;
    z-index: 1;
    width: initial;
    height: initial;
    display: initial;
    cursor: pointer;
    background: none;
    background-size: auto;}



.navsj li i{ position: absolute; right: 22%; top:0; z-index: 1; width: 80px; height: 80px;
	display: block; cursor: pointer; background: url('../images/nav-jtd1.png') center no-repeat;background-size: 15px auto;}
.navsj li.on i{-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); transform: rotate(180deg);}

.navsj,.navsj li i{ -moz-transition: 0.3s; -ms-transition: 0.3s;
	-webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}



#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; 
	background-color: rgba(0,0,0,0.6); cursor: pointer;}

.navbtn{position: absolute; right:0; top:0; z-index: 20; width: 90px; height: 100%; display: none;
	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;
	-o-transition: 0.4s; transition: 0.4s;}

.head .navbtn s{ position: absolute; left: 25%; display: block; width: 50%; height: 3%; background-color: #fff;
	-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.head.on .navbtn s{background-color: #333;}
.navbtn>s:nth-child(1){top: 32%;}
.navbtn>s:nth-child(2){top: 48%; width: 40%; transform: rotate(0deg) scale(1,1);}
.navbtn>s:nth-child(3){top: 64%;}
.navbtn.on s:nth-child(1){ top:48%; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}
.navbtn.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}
.navbtn.on s:nth-child(3) { top:48%; -webkit-transform: rotate(225deg); transform: rotate(225deg);}
.head  .serch_btns a {
	color: #ffffff;}
.head.on  .serch_btns a {
	color: #333;}
.head.mini .edite{ color:#333}
@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
.edite {
	position: absolute; top:0px; right:3%; color: #ffffff; z-index: 10}
.head.on .edite{ color:#333}
.head .serch_btns {
	position: absolute; top:0px; right:0%; font-size: 0.2rem; }
.head  .serch_btns a {
	color: #ffffff;}
.head.mini .serch_btns {
	 }
.head.mini .serch_btns a {
	color: #ffffff;}

.head .phone_top {
	position: absolute; top:0px; right:4%; font-size: 0.2rem; font-family: "family_DIN";
  color: #fff;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.head .phone_top .phone_top_icon{ display: inline-blockin; margin-right: 0.1rem;}
.head .phone_top .number_phone{font-size: 0.22rem;}


.search_content{ position: fixed; left:0; top:0; right:0; bottom:0; z-index:20000; height:100%; width:100%;background: rgba(0,0,0,0.7); display:none}
.search_input{ position:fixed; top:50%; left:30%; width:40%; margin-top:-33px; z-index:20001; font-size:16px;display:none }
.search_input .input_area{ float:left; width:70%; background-color:#FFFFFF; height:66px; line-height:66px; text-indent:15px; border:0; color:#666666; font-size:14px;}
.search_input .input_submits{ float:left; width:30%; background-color:#27499D; height:66px; line-height:66px; border:0; color:#FFFFFF; font-weight:bold;font-size:14px;}

@media screen and (max-width:1400px){
	.edite {
  position: absolute; top:0px; right:0%; color: #ffffff;
}
	.edite {
	position: absolute; top:0px; right:5%; color: #ffffff;}

.head .serch_btns {
	 }
.head  .serch_btns a {
	color: #ffffff;}
.head.mini .serch_btns {
	}
.head.mini .serch_btns a {
	color: #1B4E98;}
	
}
@media screen and (max-width:1023px){
	.nav{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}
}
@media screen and (max-width:640px){
	.navbtn{ width: 66px;}
}

.head .edite span {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  height: 66px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer; padding-right: 10px; margin-right: -10px;
}
.head.on .edite span{ color:#333;}
.head.mini .edite span{height: 66px;  color: #333;}
.edite span img {
  display: inline-block;
  height: 20px;
}
.edite span b {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
.edite span b i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size:8px;
  font-style: normal;
}
.edite:hover .edite__down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.edite__down {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 70%;
  width: 120px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  pointer-events: none;
}
.edite__wrap {
  position: relative;
  padding: 16px 0;
  z-index: 5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.edite__wrap:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.edite__wrap p {
  text-align: center;
  margin-bottom: 12px; line-height: 2
}
.edite__wrap p:last-child {
  margin-bottom: 0;
}
.edite__wrap p a {
  display: inline-block;
  color: #4872c4;
  font-size: 14px;
  min-width: 69px;
}
.edite__wrap p a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.edite__wrap p a:hover {
  color: #e97d3c;
}


@media screen and (max-width:640px){
.edite {
  position: absolute; top:-13px; right:80px; color: #ffffff;
}
	.head.mini .edite span {
    height: 66px;
    color: #333;
    font-size: 16px;
}
	.edite span b i{ color: #fff;}
	
	
.head.mini	.edite {
  position: absolute; top:0px; right:80px; color: #333;
}
.head.on .edite span b i{ color: #333;}	
	
}

/*底部版权信息样式*/
.bottom_contact{ background:#bf8e44 url("../images/back_img01.jpg") center center no-repeat; background-size: cover; padding: 30px 0;    line-height:2;}
.bottom_contact .left_font{ float: left; font-size:30px; font-weight: bold; color: #ffffff;}
.bottom_contact .left_font span{color: #ffc926;}
.bottom_contact .right_btn{ float: right; background: url("../images/more_icon2.png") right center no-repeat; padding-right: 66px; text-align: right; background-size: 36px auto;margin-top: 14px;}
.bottom_contact .right_btn a{}
.bottom_contact .right_btn a span{ font-size: 18px; font-weight: bold; color: #ffffff; padding-bottom: 8px; border-bottom: #fff 1px solid;display: inline-block; line-height: 30px}
.bottom_contact .right_btn a:hover{ padding-right:10px; color: #ffffff; }

.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bottom_kouhao{ text-align:center; margin-top:1.1rem;}
.bottom_kouhao img{ height:0.7rem;}

.bottom{ position:relative;
  height: auto;
  background: #27499d   url(../images/bottom_back.png) center center no-repeat; background-size: cover; 
    background-size: auto;
  background-size: cover;
}

.foot-bg{ position: relative;}


.foot-content {padding:0.8rem 0 0.6rem;}
.panel:not(:first-child){width:25%;}
/*.foot-content .panel:last-child{width: 360px; margin-left: 100px;}*/
@media screen and (max-width:1470px){
.foot-content .panel:last-child{}
.panel:not(:last-child) {
    width: 150px;
}	

	.foot-content .panel a {
    color: #fff;
    font-size: 13px;
}
	.QRcode-group .QR img {
    width: 120px;
    height: 120px;
}
.headright a.toplogin{ padding-left:15px;}
	}
@media screen and (max-width:1360px){
.foot-content .panel:last-child{margin-left:0px;}
.panel:not(:last-child) {
    width: 120px;
}	
.bottom_contact .left_font {
    font-size:22px;
}
	}
	@media screen and (max-width:1230px){
.foot-content .panel:last-child{margin-left:0px;}
.panel:not(:last-child) {
    width: 112px;
}	
	}
@media screen and (max-width:640px){
	.foot-content .item {
    float: none;
    width: 100%;
}
	
.foot-content .panel:last-child{margin-left: 0px;}
	.QRcode-group {
    position: relative;
    float: none;
    text-align: center;
}
	.foot-content{ padding-bottom: 0;}
	.foot-content {
    padding: 40px 0 20px;
}
	.head .logo img {
    max-height: 30px;
}
}

.bottom_links{ padding-bottom:0.15rem;}

.bottom_links ul li{ display:inline-block; margin-right:0.1rem;}
.bottom_links ul li.tits{ margin-right:0.06rem; font-weight:bold}

.foot-content .panel h2{font-size:0.16rem; position: relative;color: #fff;margin-bottom: 10px; padding-right: 0.2rem;font-weight: bold}
.foot-content .panel h2 a{ color: #fff}
.foot-content .panel h2 a:hover{font-size:0.17rem;}
.foot-content .panel h2:after{content: '';width:20px;margin-top: 13px; display: block;height: 2px;background: #fff; display: none}
.foot-content .panel{float: right; text-align: left; width:19%}
.foot-content .panel .navtwo_left{ padding-right:0.1rem}
.foot-content .panel .navtwo_left .navtwo_titile{ font-size: 0.18rem; color: #fff; padding-bottom: 10px; padding-top:10px;  margin-bottom:5px; display: none}
.foot-content .panel .navtwo_left .navtwo_lists ul li h3{ font-size: 0.18rem; color: #fff; padding-bottom: 10px; padding-top:10px;  margin-bottom:5px; display: none}
.foot-content .panel .navtwo_left .inner{}
.foot-content .panel .navtwo_left .inner dd a{ display: block;font-size: 0.16rem;color: rgba(102,102,102,0.9); padding: 6px 0;}

.foot-content .panel .navtwo_left .navtwo_lists ul li .navtwo_font p a{ display: block;font-size: 14px;color: rgba(255,255,255,0.6); padding: 6px 0;}
/*.foot-content .panel:first-child{width:19%}*/
@media screen and (max-width:1200px){

	
}
.foot-content .panel li{line-height:2.6;  padding-right: 0.2rem; font-size: 0.14rem; color: #a7abb6;}
.foot-content .panel a{color: #fff;}
.foot-content .panel a:hover{color: #fff;font-size: 0.15rem;}
.foot-content .contact .iconfont{display: inline-block;vertical-align: middle;margin-right:10px;}

.bottom_pro_link{color:#fff;line-height: 2.6;}
.bottom_pro_link .bottom_pro_link_one{ font-size:0.16rem; }
.bottom_pro_link .bottom_pro_link_two{ font-size:0.14rem;line-height:2;}



.complain-skin .layui-layer-content{color: #666 !important;}
.foot-content .item { float: right; width:70%;}
.QRcode-group{position: relative;float: left;text-align: left; width:26%;}
.QRcode-group .bottom_logo{ background: url("../images/logo_bottoms.png") left center no-repeat; width:100%; height: 0.5rem; background-size:auto 100% ; margin-bottom: 0.3rem;}
.QRcode-group .compant_name{ position: relative; font-size: 0.20rem; color: #fff; line-height: 1; margin-bottom: 0.5rem; font-weight: bold}
.QRcode-group .compant_name::after {
  left: 0%;
  position: absolute;
  bottom:-0.2rem;
  content: " ";
  width:16px; height: 2px;
  background-color: #1B4E98;
  -webkit-transition: .3s;
  transition: .3s;
}
.QRcode-group  .bottom_con{ font-size: 0.15rem;}
.QRcode-group  .bottom_con ul li{ margin-bottom: 0.2rem; line-height:1.7;color:#fff}
.QRcode-group  .bottom_con ul li .iconfont{ display: inline-block; width:6%;vertical-align: top;}
.QRcode-group  .bottom_con ul li div{ display: inline-block; width: 92%;vertical-align: top;transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
.QRcode-group  .bottom_con ul li:hover div{font-size: 0.16rem;transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}

.blogroll{padding: 10px 0;border-top: 1px solid #354a6d; padding-bottom: 30px;}
.blogroll h3{font-size: 16px;color: #fff;margin-bottom: 5px;}
.blogroll .groupLink{padding-bottom: 3px;}
.blogroll .groupLink, .blogroll .groupLink a{color: #aaabae;}
.blogroll .groupLink a{position: relative;display: inline-block;}
.blogroll .groupLink a:after{content: '';vertical-align: middle; display: inline-block; margin:-3px 8px 0; width: 1px;height: 12px;background: #aaabae;}
.blogroll .groupLink a:last-child:after{display: none;}
.blogroll .groupLink a:hover{color: #1B4E98;}
.copyright{ padding: 0.24rem 0;color: #fff;text-align: center; font-size: 0.14rem;border-top: 1px solid rgba(255, 255, 255, 0.15);}
.copyright a{color: #fff;}
.copyright a:hover{ text-decoration:underline}
.copyright .copyright_left{ float: left;}
.copyright .copyright_right{ float: right;}

.waiting{ width: 124px; height: 124px; background: url('../images/waiting.gif') center; display: none;
	position: absolute; left:50%; margin-left: -62px; z-index: 2; top:50%; margin-top: -62px;}
#totop2{ position: fixed; padding-right: 34px; height: 32px; left:50%; cursor: pointer; margin-left: 610px;
	z-index: 1; bottom: 100px; background: #40698f url('../images/jtu1.png') 80px no-repeat;}
#totop2 span{ display: block; width: 74px; background-color: #94acc2; text-indent: 16px;
	line-height: 32px; color: #fff; font-size: 12px;}
#totop2:hover span{ background-color: #40698f;}


.msgbg{ width: 100%; height: 100%; position: fixed; z-index: 150; left:0; top:0;
	 background-color: rgba(0,0,0,0.8); display: none; overflow: hidden; }
.msg{ width: 40%; height: 280px; position: absolute; z-index: 1; background-color: #fff; font-family: 'Microsoft Yahei';
	left:30%; top:-50%; margin-top: -160px; border: 5px solid #016b45; padding: 20px;}
.msgtxt{ font-size: 28px; color: #36467a; line-height: 40px; text-align: center;
	margin: 40px 0 0; height: 120px; overflow: hidden;}
.msgbg.on .msg{ top:50%;}
.msg input{ width: 200px; height: 50px; display: block; background-color: #016b45;
	font-size: 24px; margin: 0 auto;}
.msgclose{ width: 41px; height: 41px; position: absolute; top:-20px; right: -20px; z-index: 1;
	cursor: pointer; background: url('../images/close.png') center no-repeat;}
	
	
	#loadMoreBtn{ text-align:center;  margin-top: 0.3rem;padding-top: 0.2rem;}
#loadMoreBtn a:hover{
  transform: translateY(-10px);
}
#loadMoreBtn a{ display:inline-block;border: #242933 1px solid;border-radius: 0.4rem;
  padding: 0.16rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242933;
  font-size: 0.16rem;
  width: 1.3rem;margin: 0px auto;transition: transform 0.3s ease;}
#loadMoreBtn a img {
  height: 0.16rem;
  margin-left: 0.1rem;
}
#noMoreText{color: #242933;
  font-size: 0.16rem; display:none;text-align: center; margin-top: 0.5rem;}


@media screen and (max-width: 768px)
{
	.head .phone_top{ display: none}
.home_titile {
    line-height: 1;
    float: none;
    width: auto;
}
	.home_titile h3{font-size:24px;}
	.home_titile p{font-size:50px;}
	
	.bottom_contact .left_font {
    float: none;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
	.bottom_contact .right_btn {
    float: none;
}
	.foot-content .panel {
    float: left;
    width: 50%; height:110px;
}
	.panel:not(:last-child) {
    width: 50%;
}
	.QRcode-group {
    position: relative;
    float: none;
    text-align: center;
}
	.in_titile2 span::before {
    content: '';
    position: absolute;
    left: 120%;
    top: 50%;
    z-index: 0;
    width: 100px;
    height: 3px;
    margin-top: -2px;
    background: url(../images/in_titile_02.png) center right no-repeat;
}
	.in_titile2 span::after {
    content: '';
    position: absolute;
    right: 120%;
    top: 50%;
    z-index: 0;
    width: 100px;
    height: 3px;
    margin-top: -2px;
    background: url(../images/in_titile_01.png) center left no-repeat;
}
	.in_titile span::after {
    content: '';
    position: absolute;
    right: 120%;
    top: 50%;
    z-index: 0;
    width: 100px;
    height: 3px;
    margin-top: -2px;
    background: url(../images/in_titile_01.png) center left no-repeat;
}
	.in_titile span::before {
    content: '';
    position: absolute;
    left: 120%;
    top: 50%;
    z-index: 0;
    width: 100px;
    height: 3px;
    margin-top: -2px;
    background: url(../images/in_titile_02.png) center right no-repeat;
}
	.home_titile2 h3 { font-size: 24px;}
	.home_titile2 p{ font-size:50px;}
	.QRcode-group{ display: block; border: 0;width: auto; text-align: left; margin-bottom: 0.3rem}
	.foot-content .item {
    float: none;
    width: auto; display: none
}
	
}


.suspend-right{position: fixed;top:50%;right:0;z-index: 666; margin-top:-1.5rem;background-color: #fff;
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.05);
  border-radius: 0.1rem 0 0 0.1rem;padding-top:0.1rem; padding-bottom:0.1rem}
.suspend-right .tab{ position:relative;width: 0.7rem;margin-bottom: 0.2rem;text-align: center; }
.suspend-right .tab .icon_width{ width:0.28rem; margin:0px  auto; margin-bottom:0.08rem;}
.suspend-right .tab .icon_width .tab_font{ font-size:0.14rem; color:#444; line-height:1.2}

.suspend-right .tab .iconfont { color:#ffffff; font-size:26px;}

.suspend-right .tab .icon{display: block;width: 0.6rem;height: 0.6rem;background: url(../images/icon_g5.png) no-repeat 17.5px center; border-radius: 50%}
.suspend-right .tab .wechat{background-position:17.5px center;}
.suspend-right .tab .tel{background-position:-95px center;}
.suspend-right .tab .qq{background-position:-207px center;}
.suspend-right .tab .help{background-position:-319px center;}
.suspend-right .slideTab{position: absolute;right: 90px;top: 0px; background: #1B4E98;box-shadow: 0 0 10px rgba(0,0,0,.1);transition:all .3s;padding: 15px;text-align: center;white-space: nowrap;min-width: 140px; display: flex;visibility: hidden;opacity: 0; align-items:center; flex-flow:wrap; line-height:1; min-height:36px}
.suspend-right .slideTab:after{content: '';display: block; border-left: 7px solid #1B4E98;   border-bottom: 7px solid transparent;  border-top: 7px solid transparent;position: absolute;right: -7px;top:50%; margin-top:-4px; }
.suspend-right .slideTab h3{width: 100%;font-size: 16px;color: #fff;}
.suspend-right .slideTab a{color: #fff;display: block;}
.suspend-right .slideTab img{display: block;margin:0 auto 7px;}
.suspend-right .slideTab .contact h3{margin-bottom: 10px;padding: 0 10px;line-height:20px;text-align: left;}
.suspend-right .slideTab .contact h3:last-child{margin-bottom: 0px;}
.suspend-right .tab:hover .slideTab{visibility: visible;opacity: 1;right: 70px;}

#backToTop:hover{}


@media screen and (max-width:768px){
	  .head .serch_btns {
    position: absolute;
    top: 0px;
    right: 150px;
    font-size: 20px;
  }
  .edite {
    position: absolute;
    top:2px;
    right: 80px;
    color: #ffffff;
  }
  .edite span b {
  font-size: 16px;
}
	.titile_homes{ font-size: 36px;}
	.positons_now{ text-align: left;    padding-left: 0%; display: none}
	
	.nav{ right: 0;}
	.headright{ display: inline; right:80px;}
	.headright a.tophezuo{ padding-left:0;}
	.headright a.toplogin{ padding-left:0}
	.suspend-right{position: fixed;
    top: initial;
    right: 0px;
    z-index: 666;
    bottom: 20px;}
	.suspend-right .tab{ display:none;}
	.suspend-right #backToTop{ display:block}
	.QRcode-group .bottom_con ul li div{ font-size:13px;}
	.search_input {
  left: 10%;
  width: 80%;}
  .search_input .input_area{ font-size:16px;}
  .search_input .input_submits{ font-size:18px;}
  .copyright{ padding:15px;}
	.copyright .copyright_left {
  float: none;
}
	.copyright .copyright_right {
  float: none;
  padding-top: 10px;
  display: block;
}
  
}
