﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{ margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
html {
  scroll-behavior: smooth;
}
/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #009fe8; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden;}
.nr {width: 1400px; margin: 0 auto; }
@media (max-width: 1440px){
	.nr { width:1200px}
}
@media (max-width: 1200px){
    .nr { width:92%}
}
.header{ width:100%; border-top:3px solid #2ea27b }
.header .h_1{ width:100%; box-sizing:border-box; height:130px}
.header .h_1 .nr{ height:100%; }
.header .logo{ float:left; height:100%;display:flex;align-items: center;}
.header .logo a{ height:100%; display:flex; align-items: center; }
.header .logo img{  display:block;  height:96px}
.header .menu{ display:none}
.header .sea{ display:none}
.header .rt{ float:right; height:100%}
.header .rt .aitem{ display:flex;align-items: center; float:left; height:100%; margin-left:25px}
.header .rt .aitem{ display:flex;align-items: center; float:left; height:100%; margin-left:25px}
.header .rt .aitem a{ font-size:16px; color:#333333; display:flex;align-items: center;  height:100%; }
.header .rt .aitem a span{ display:flex;align-items: center;  height:100%; padding:0 8px}
.header .rt .aitem a .i1{ display:block; background:url(g_03.png) center center no-repeat; width:13px; height:100%; background-size:100%}
.header .rt .aitem a .i2{ display:block; background:url(g_04.png) center center no-repeat; width:13px; height:100%; background-size:100%}
.header .rt .form{ display:flex;align-items: center; float:left; height:100%; margin-left:25px}
.header .rt .form .item{ height:32px; width:125px; position:relative}
.header .rt .form .item .inp1{ width:100%; height:100%; box-sizing:border-box;  border:1px solid #cccccc; border-radius:25px; padding:0 40px 0 16px; color:#333}
.header .rt .form .item .inp1::placeholder{ appearance:none; -webkit-appearance:none; opacity:1; font-size:14px; color:#333}
.header .rt .form .item .inp2{ background:url(g_01.png) center center no-repeat; width:36px; height:100%; position:absolute; right:0; top:0; z-index:2; cursor:pointer; background-size:16px}
.header .h_2{ background:#3b907d;}
.header .nav{ }
.header .nav .alist{  height:60px; display:flex}
.header .nav .alist>li{ position:relative;  height:100%; width:calc(100% / 11)}
.header .nav .alist>li>a{ font-size:18px; font-weight:bold; height:100%; color:#fff; display:flex;align-items: center;  transition:all 0.5s; position:relative; box-sizing:border-box; justify-content: center;}
.header .nav .alist>li.on>a,.header .nav .alist>li:hover>a{ background:#24574c }
.header .nav .alist>li .xl{ position:absolute; width:120px; left:calc(50% - 60px); top:100%; background:rgba(255,255,255,0.8); box-shadow:0 0 10px rgba(0,0,0,0.1); z-index:9; display:none}
.header .nav .alist>li .xl a{ display:block; line-height:40px; color:#333; text-align:center; font-size:14px}
.header .nav .alist>li .xl a:hover{ background:#24574c; color:#fff}
.header .nav .alist>li:hover .xl{ display:block}
@media (max-width:1440px) {
	.header .h_1{ }
	.header .logo img{ height:70px}
	.header .rt .aitem a{ font-size:14px; }
	.header .rt .aitem a .i1{ width:11px; }
	.header .rt .aitem a .i2{ width:11px; }
	.header .rt .form .item{ height:30px; }
	.header .nav .alist{  height:55px; }
	.header .nav .alist>li>a{ font-size:16px; }
	
	


}
@media (max-width:1200px) {
	.header .h_1{ height:60px}
	.header .menu{ display:block; float:right; background:url(g_01x_2.png) center center no-repeat; background-size:100%; width:22px; height:100%; margin-left:15px}
	.header .sea{ display:block; float:right; background:url(g_01.png) center center no-repeat; background-size:100%; width:21px; height:100%; margin-left:15px}
	.header .rt .form{ display:none}
	.header{ height:60px}
	.header .nav{ display:none}
	.header .logo img{ height:42px}
	
	.header .rt .aitem a{ font-size:12px}
	.header .rt .aitem a span{ padding:0 0}
	.header .rt .aitem a .i1{ width:0; }
	.header .rt .aitem a .i2{ width:0; }
	
}
@media (max-width:750px) {
	

	.header .logo img.img1{ height:36px}
	.header .logo img.img2{ display:none}
	.header .rt .aitem{ margin-left:10px; display:none}
}





.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; font-family:"sy" }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}
.slide_nav li.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #666;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(o_ico_18.gif) 15px center no-repeat;}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}

.link{ width:100%; background:#2ea27b; border-bottom:1px solid rgba(255,255,255,0.2)}
.link .ibd{ display:flex; flex-wrap: wrap;}
.link .ibd .item{ width:25%; box-sizing:border-box; border-right:1px solid rgba(255,255,255,0.2); position:relative}
.link .ibd .item:last-child{ border:0}
.link .ibd .item .title{ font-size:18px; color:#fff; text-align:center; padding:15px 0; cursor:pointer}
.link .ibd .item:hover .title{ background:#29916e}
.link .ibd .item.on .title{ background:#29916e}
.link .ibd .item ul{ width:100%; text-align:center; position:absolute; left:0; bottom:100%; background:#2ea27b; z-index:99; display:none}
.link .ibd .item ul li a{ display:block; text-align:center; border-bottom:1px solid rgba(255,255,255,0.2); font-size:16px; color:#fff; padding:15px 5px; box-sizing:border-box}
.link .ibd .item ul li a:hover{ background:#29916e}
@media (max-width:1440px) {
	.link .ibd .item .title{ font-size:16px; }
	.link .ibd .item ul li a{ font-size:14px; }
}
@media (max-width:1200px) {
	.link .ibd .item .title{ font-size:14px; }
	.link .ibd .item ul li a{ font-size:12px; }
}
@media (max-width:750px) {
	.link .ibd .item{ width:50%}
	.link .ibd .item:nth-child(2n){ border:0}
	.link .ibd .item:nth-child(3),.link .ibd .item:nth-child(4){ border-top:1px solid rgba(255,255,255,0.2);}
	.link .ibd .item .title{ font-size:14px; }
	.link .ibd .item ul li a{ font-size:12px; }
}

.footer{ width:100%; color:#fff; background:#2ea27b}
.footer .ft01{ padding:30px 0 50px;  }
.footer .ft01 .nr{ position:relative}
.footer .ft01 dl{ float:left; margin-right:50px; position:relative; text-align:center; width:90px; }
.footer .ft01 dl dt a{ display:block;  padding:20px 0; font-size:18px; color:#fff;  border-bottom:2px solid #fff; text-align:center; margin:0 auto}
.footer .ft01 dl dt{ margin-bottom:20px}
.footer .ft01 dl dd a{ display:block; line-height:25px; font-size:14px; color:rgba(255,255,255,0.8);}
.footer .ft01 dl dd a:hover{ color:#fff; text-decoration:underline}
.footer .ft01 .rt{ float:right}
.footer .ft01 .rt .ewm{ display:flex; justify-content: end;}
.footer .ft01 .rt .ewm .item{ margin-left:18px; width:115px }
.footer .ft01 .rt .ewm .title{ padding:20px 0; font-size:18px; color:#fff; text-align:center; }
.footer .ft01 .rt .ewm .item{ width:134px; text-align:center; }
.footer .ft01 .rt .ewm .pic{ width:100%; margin:0 auto}
.footer .ft01 .rt .ewm .pic img{ width:100%}
.footer .ft01 .rt .ewm .tt{ padding:20px 0; font-size:18px; color:#fff;  border-bottom:2px solid #fff; text-align:center; margin-bottom:28px}


.footer .ft01 .rt .case{ box-sizing: border-box; margin-top:30px; font-size:14px; line-height:2}
.footer .ft01 .rt .case .li{ margin-bottom: 4px}
.footer .ft01 .rt .case .li .h{ color: #f0f0f0}
.footer .ft01 .rt .case .li .p{ color: #ffffff;font-family: arial}
.footer .ft01 .rt .case .add01{ color: #ffffff; padding-left: 33px;background: url(pic-39.png) no-repeat left center;}
.footer .ft01 .rt .case .add{ color: #ffffff; padding-left: 33px;background: url(pic-40.png) no-repeat left 4px; background-size:16px}
.footer .ft01 .rt .case-a{}
.footer .ft01 .rt .case-a .li{padding-left: 38px;}
.footer .ft01 .rt .case-a .li:nth-child(1){background: url(pic-38.png) no-repeat left 8px; background-size:16px}
.footer .ft01 .rt .case-a .li:nth-child(2){background: url(pic-38.png) no-repeat left 8px; background-size:16px}
.footer .ft01 .rt .case-a .li:nth-child(3){background: url(pic-38.png) no-repeat left 8px; background-size:16px}
.footer .ft01 .rt .case-a .li:nth-child(4){background: url(pic-38.png) no-repeat left 8px; background-size:16px}
.footer .ft01 .rt .case-a .li:nth-child(5){background: url(pic-38.png) no-repeat left 8px; background-size:16px}
.footer .ft01 .rt .case-b{}



.footer .ft02{ border-top:1px solid rgba(255,255,255,0.2); padding:20px 0; font-size:16px; color:#fff}
.footer .ft02 a{ color:#fff}
.footer .ft02 a:hover{ text-decoration:underline}
.footer .ft02 .lt{ float:left}
.footer .ft02 .rt{ float:right}
@media all and (max-width:1440px){
	.footer .ft01 dl{ margin-right:40px}
	.footer .ft01 dl dt a{ font-size:16px}
	.footer .ft01 dl dd a{ font-size:12px}
	.footer .ft02{ font-size:14px}
	.footer .ft01 .rt .ewm{}
	.footer .ft01 .rt .ewm .item{ width:115px}
	.footer .ft01 .rt .ewm .title{ font-size:16px; }
	.footer .ft01 .rt .ewm .tt{ font-size:16px; }
	.footer .ft01 .rt .case{ font-size:12px; }
	
	.footer .ft01 .rt .case-a .li:nth-child(1){background: url(pic-38.png) no-repeat left 6px; background-size:14px}
	.footer .ft01 .rt .case-a .li:nth-child(2){background: url(pic-38.png) no-repeat left 6px; background-size:14px}
	.footer .ft01 .rt .case-a .li:nth-child(3){background: url(pic-38.png) no-repeat left 6px; background-size:14px}
	.footer .ft01 .rt .case-a .li:nth-child(4){background: url(pic-38.png) no-repeat left 6px; background-size:14px}
	.footer .ft01 .rt .case-a .li:nth-child(5){background: url(pic-38.png) no-repeat left 6px; background-size:14px}
	.footer .ft01 .rt .case .add{  background: url(pic-40.png) no-repeat left 4px; background-size:14px}

	
}
@media all and (max-width:1200px){
	.footer .ft01{ padding:10px 0 30px}
	.footer .ft01 .nr:before{ width:0}
	.footer .ft01 dl{ display:none}
	.footer .ft01 .rt{ width:100%; margin:0; text-align:center}
	.footer .ft01 .rt .ewm .item{  text-align:center; margin:0 20px 0 0}
	.footer .ft01 .rt .ewm .tt{ text-align:center}
	.footer .ft02{ font-size:14px}
	.footer .ft01 .rt{ float:none; width:fit-content; }
	.footer .ft01 .rt .ewm{ margin:0; justify-content: flex-start;}
	.footer .ft01 .rt .ewm .title{ padding:0; font-size:14px; margin-right:5px; margin-bottom:15px}
	.footer .ft01 .rt .ewm .title img{ height:16px}
	.footer .ft02 .lt,.footer .ft02 .rt{ width:100%; text-align:center; line-height:2; font-size:12px}
	.footer .ft01 .rt .case{ text-align:left}
}

.default{ background:url(p6.jpg) top center no-repeat; background-size:cover; padding:50px 0 0 0; box-sizing:border-box; min-height:100vh;}
.default01{}
.default01 img{ height:98px}
.default02 .nr{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap;}
.default02 .nr .lt{ display:flex; flex-wrap: wrap; justify-content: space-between; width:450px; margin-left:50px}
.default02 .nr .lt .item{ width:178px; margin:30px 0; position:relative; top:0}
.default02 .nr .lt .item a{ display:block; position:relative}
.default02 .nr .lt .item a .pic{ width:100%}
.default02 .nr .lt .item a .pic img{ width:100%}
.default02 .nr .lt .item a .cont{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:2; text-align:center}
.default02 .nr .lt .item a .cont .ico img{ height:50px}
.default02 .nr .lt .item a .cont .title{ font-size:16px; color:#fff}
.default02 .nr .rt{ width:755px}
.default02 .nr .rt .swipers{ width:100%; overflow:hidden}
.default02 .nr .rt img{ width:100%}
.default03{ width:100%; margin-top:50px;  z-index:2; border-top:3px solid #3b907d; padding:30px 0; font-size:16px; color:#333333; text-align:center; position:fixed; left:0; bottom:0}
.default02 .nr .lt .item:hover a{ margin-top:-20%; transition:all 0.5s}
.default02 .nr .lt .item:hover a .cont .ico img{  transition:all 0.5s; transform:rotate(360deg)}
.default03 a{ color:#333}
@media all and (max-width:1600px){
	.default03{ position:relative}
}
@media all and (max-width:1440px){
	.default{ padding:30px 0 0 0; }
	.default01 img{ height:70px}
	.default02 .nr .lt{ width:400px; margin-left:0}
	.default02 .nr .lt .item{ width:140px; margin:20px 0}
	.default02 .nr .lt .item a .cont .ico img{ height:40px}
	.default02 .nr .rt{ width:500px}
	.default02 .nr .rt img{ width:100%}
	.default03{ font-size:14px; padding:20px 0}
}
@media all and (max-width:1200px){
	.default{ padding:20px 0 0 0; }
	.default01 img{ height:50px}
	.default02{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%);}
	.default02 .nr .lt{ width:40%; margin-left:0}
	.default02 .nr .lt .item{ width:120px; margin:20px 0}
	.default02 .nr .lt .item a .cont .ico img{ height:36px}
	.default02 .nr .lt .item a .cont .title{ font-size:14px}
	.default02 .nr .rt{ width:55%}
	.default02 .nr .rt img{ width:100%}
	.default03{ font-size:12px; padding:15px 0; position:fixed}
}
@media all and (max-width:750px){
	.default{ padding:20px 0 0 0; }
	.default01 img{ height:40px}
	.default02{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%);}
	.default02 .nr .lt{ width:100%; margin-left:0; box-sizing:border-box; padding:0 10%}
	.default02 .nr .lt .item{ width:100px; margin:10px 0}
	.default02 .nr .lt .item a .cont .ico img{ height:30px}
	.default02 .nr .lt .item a .cont .title{ font-size:12px}
	.default02 .nr .rt{ width:100%}
	.default02 .nr .rt img{ width:100%}
	.default03{ font-size:12px; padding:15px 0; position:fixed}
}



.wbox{float:left; border:1px solid #d5dce7; border-right:none; background:#f1f3f8;}
.wbox li{width:80px; padding: 4px 10px; text-align:center; float:left;  border-right:1px solid #d5dce7;}		

.wbox li.w1 p.t1{font-size:12px; line-height:18px; padding-bottom:2px;}
.wbox img{display:inline-block; width:100%}
.wbox .txt{line-height:18px; font-size:12px; color:#044fa1;}
.wbox .txt p.t1{font-weight:bold; padding-bottom:7px; font-size:24px; line-height:29px;}

.wbox .txt p.t12{padding-bottom:7px; font-size:12px; line-height:20px;}
.wbox .txt p.t1 span{color:#2acc54;}
.wbox .txt p.t2{border-bottom:1px solid #044fa1; border-top:1px solid #044fa1; letter-spacing:0.5em;}
@media all and (max-width:1200px){
	.wbox{ display:none}
}





















































































