@charset "utf-8";
/* CSS Document */
*{ font-family:"微软雅黑";}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{padding:0;margin:0;color:#333;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal;}
strong{font-style:normal;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{outline:expression(this.hideFocus=true);outline:none;cursor:pointer;text-decoration:none;color:#333;}
a:hover{ color:#C00;}
img{ max-width:100%;}
input,button,select,textarea{outline:none}
.clear{zoom:1;clear:both; height:0; line-height:0; font-size:0;}
.contxt{ background:#e3e1da; border:1px solid #CCC; padding:5px;}


body{cursor:default;-webkit-text-size-adjust:none;font-size:100%;background:#FFF; overflow-x:hidden}
@media screen and (max-width:768px){
html{ font-size:26px !important}
body{ font-size:26px !important; width:100%;}
}
DIV.green-black{ width:100%; padding-top:10px; text-align:center; }
DIV.green-black A{PADDING-RIGHT: 8px;PADDING-LEFT: 8px;PADDING-BOTTOM: 2px;COLOR: #fff;MARGIN-RIGHT: 2px;PADDING-TOP: 2px;BORDER: #333 1px solid;TEXT-DECORATION: none;font-size:100%;background-color: #333;}
DIV.green-black A:hover{BORDER: #f37021 1px solid;COLOR: #fff;font-size:100%;background-color: #f37021;}
DIV.green-black A:active{BORDER: 1px solid #f37021;COLOR: #fff;font-size:100%;background-color: #f37021;}
DIV.green-black SPAN.current{PADDING-RIGHT: 8px;PADDING-LEFT: 8px;FONT-WEIGHT: bold;PADDING-BOTTOM: 2px;COLOR: #fff;MARGIN-RIGHT: 2px;PADDING-TOP: 2px;BORDER: 1px solid #f37021;font-size:100%;background-color: #f37021;}
DIV.green-black SPAN.disabled{PADDING-RIGHT: 8px;PADDING-LEFT: 8px;PADDING-BOTTOM: 2px;COLOR: #fff;MARGIN-RIGHT: 2px;PADDING-TOP: 2px;BORDER: #f37021 1px solid;font-size:100%}
::-webkit-scrollbar {width:6px;height:8px;background-color:#fff;border-radius:4px; position:relative;}
::-webkit-scrollbar-thumb {background-color:#b1b1b1;border-radius:3px;}

.fl{ float:left;}
.fr{ float:right;}
.kd{ width:89%; max-width:1200px; margin:0 auto;}
@media screen and (max-width:1368px){
.kd{ width:1200px;}
}
@media screen and (max-width:1024px){
.kd{ width:980px;}
}
@media screen and (max-width:768px){
.kd{ width:94%;}
}

@font-face{
font-family:'Captain';
font-family:'Captain';
	src:url('../fonts/captain.eot') format('eot');/*IE*/
	src:url('../fonts/captain.ttf') format('truetype');/*non-IE*/
}

@font-face{

font-family:'Alternate';
font-family:'Alternate';
	src:url('../fonts/alternate.eot') format('eot');/*IE*/
	src:url('../fonts/alternate.ttf') format('truetype');/*non-IE*/

}
.head{ width:100%; background:#fff; position:relative; z-index:99; transition:all 0.7s; top:0}
.sticky.head{ position:fixed; top:0}

.mar{ padding:8px 0; background:#a2d2f1; width:100%;}
.mar span{ color:#fff; font-size:0.875rem;}
.mar a{ color:#fff;}
.mar .quee{ width:40%; overflow:hidden;}
.mar .tlink{ font-size:0.875rem; color:#fff;}

.loneng{ width:100%; overflow:hidden; padding:2px 0;}
.name{ background:url(../images/line1.png) left center no-repeat;padding-left: 17px;margin-left: 14px; margin-top: 28px;}
.name h4{ font-size:1.875rem; color:#0285da; font-weight:bold;}
.name span{ display:inline-block; font-size:1.125rem; margin-top:5px;}


.tel{ background:url(../images/phone.png) left center no-repeat; margin-top:35px; padding-left:55px;}
.tel span{ font-size:0.875rem; color:#333;}
.tel p{ font-size:2rem; color:#0285da;font-family:'Captain';}
@media screen and (max-width:768px){
.loneng{ padding:10px 0;}
.name{ margin-top:14px; width:70%}
.name h4{ font-size:1.5rem;}
.name span{  font-size:0.875rem; margin-top:5px;}
.mar{ display:none;}
.tel{ display:none}
}


/*导航样式*/
.menu{ background:#0285da; width:100%; position:relative;  z-index:999;}
.menu{ z-index:99; display:block;  width:100%}
.menu li{ float:left; position:relative; width:12.5%; text-align:center;  background:url(../images/nav_line.png) right center no-repeat;}
.menu li:last-child{ background:none}
.mobile-inner-header .np{ display:none; position:absolute;}
.menu a{ display:inline-block; color:#000000; margin:0; font-size:1rem; text-align:center;transition:all 0.5s; position:relative;  margin:0 auto; width:80%;}
.menu a span{ position:absolute; top:0; left:0; box-sizing:border-box; width:100%; height:100%;  background:#a2d2f1; transform:scale(0,1); transition:all 0.7s}
.menu a p{ color:#fff; font-size:1rem; transition:all 0.5s; padding:22px 0;  display:block; z-index:2; position:relative}
.menu li:hover a span,.menu li.cur a span{ width:100%;transform:scale(1,1); transition:all 0.5s}
.menu li:hover a p,.menu li.cur a p{ color:#0285da;}
.menu li ul{ position:absolute; z-index:99999;display:none;background:#0285da; 
top:65px; 
left:0; 
width:150px; }
.menu li li{background:#0285da; width:100%;}
.menu li li a{ display:block; text-align:center; line-height:40px; color:#FFF;width:100%;}
.menu li li a:hover{ background:#FFF;  color:#0285da;}

@media screen and (max-width:768px){
.menu li{  width:25%;}
.menu li:last-child{ background:url(../images/nav_line.png) right center no-repeat;}
}

/*banner*/
.banner{ display:block}
.fullSlide{width:100%;position:relative;height:500px;background:#000;  }
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:500px;overflow:hidden;text-align:center; }
.fullSlide .bd li a{display:block;height:500px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:40px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:49px;height:5px;margin:3px;overflow:hidden;background:#7c7c7c;filter:alpha(opacity=100);opacity:1;line-height:999px;}
.fullSlide .hd ul .on{ background:#0285da}

@media screen and (max-width:1024px){
}
@media screen and (max-width:768px){
.banner{ display:none}
.fullSlide{ display:none;}
}


.in-key{ border-bottom:1px solid #ddd; width:100%; overflow:hidden; padding:20px 0;}
.keyword p{ font-size:0.875rem; color:#666; margin-top:12px;}


.seach-form .s-txt{ width:248px; height:40px; background:#fff; border:none; float:left; padding:5px 10px; color:#515151; box-sizing:border-box; border:1px solid #bbb}
.seach-form .s-bt{ background:url(../images/sbtn.jpg) center no-repeat; height:40px; width:40px; border:none; float:left;}
@media all and (max-width: 768px) {
.keyword p{ font-size:1rem; line-height:1.875em;}
.search{ display:none;}
}

.in-about{ padding:76px 0; width:100%; overflow:hidden;}
.ahit{ background:url(../images/about1.jpg) left top no-repeat;}
.ahit{ text-align:right; padding-bottom:20px}
.ahit p{ font-size:2.25rem; color:#0285da; font-weight:bold;}

.ab-jie{ width:100%; margin-top:16px}
.ab-jie .acon{ width:47%;}
.ab-jie .acon h3{ color:#0285da; font-size:1.875rem; font-weight:bold;}
.ab-jie .acon p{ font-size:1.125rem; color:#6d6d6d; line-height:1.875em; margin-top:30px; text-indent:2em; margin-bottom:50px;}
.acon .ab1{ display:inline-block; padding:12px 38px; border-radius:30px; background:#0285da; color:#fff; margin-right:26px;}
.acon .ab2{ display:inline-block; padding:12px 38px; border-radius:30px; background:#a2d2f1; color:#fff;}
.avid{ border-top:3px solid #0285da; width:52%;}
@media all and (max-width: 768px) {
.ab-jie .acon{ width:100%;}
.avid{  width:100%; margin-bottom:20px}
.avid img{width:100%; }
}

/*num*/
.anum{ margin-top:52px;}
.anum li{ box-sizing:border-box; padding:10px 1% 0; float:left; width:25%; background:url(../images/sxx.jpg) right center no-repeat;}
.anum li:nth-child(4){ background:none;}
.anum li h4{ display:inline-block; font-size:90px; color:#0285da;font-family:'Alternate';}
.anum li .ed{ display:inline-block;}
.anum li .ed p{ font-size:1.375rem; color:#313131; position:relative; top:-20px;}
.anum li .ed em{ font-size:1.125rem; color:#313131; position:relative; bottom:5px;}
.anum li span{ display:block; margin-top:-10px; text-transform:uppercase; color:#5968a3; font-size:0.875rem;}
@media screen and (max-width:1280px){
.anum li:nth-child(3){ padding:30px 3%;}
}
@media screen and (max-width:1024px){
.anum li{ padding:30px 2%;}
.anum li:nth-child(3){ padding:30px 2%;}
}
@media all and (max-width: 768px) {
.anum li{ width:50%; padding:30px 0%;}
.anum li .ed p{  top:0;}
}


/*危害*/
.in-adv{ padding:72px 0; width:100%; overflow:hidden; background:#fff;}
.advtit{ text-align:center;}
.advtit h4{ font-size:2.125rem; color:#2a2a2a; font-weight:bold; line-height:1em; }
.advtit h4 strong{ color:#0285da}
.advtit p{ font-size:1.25rem; color:#ddd; margin-top:10px; text-transform:uppercase;}
.advtit hr{ width:47px; height:4px; border:none; background:#0285da; margin:10px auto;}
.adul{ width:100%; margin-top:49px;}
.adul li{ cursor:pointer; float:left; width:24%; background:#0285da; padding:12px; min-height:462px; box-sizing:border-box; margin-right:1.33%;}
.adul li .adp{ width:100%; overflow:hidden;}
.adul li .adp img{ width:100%; transition:all 0.75s ease;}
.adul li:hover .adp img{ transform:scale(1.05);}
.adul li p{ margin-top:27px; color:#fff; font-size:1.625rem; font-weight:bold;}
.adul li hr{ background:#fff; border:none; width:42px; height:1px; margin:8px 0 16px;}
.adul li span{ color:#fff; font-size:1rem; line-height:1.5em;}
.adul li:nth-child(2){ background:#a2d2f1; margin-top:48px;}
.adul li:nth-child(4){ background:#a2d2f1; margin-right:0; margin-top:48px;}
@media screen and (max-width:768px){
.advtit h4{ font-size:1.875rem;}
.adul li{ width:48%; margin:0 1% 24px !important; min-height:650px;}
}


/*产品中心*/
.in-pro{ padding:70px 0 70px; width:100%; overflow:hidden; background:#a2d2f1 url(../images/probg.jpg) top center repeat; overflow:hidden;}
.chotit{ text-align:center;}

.chotit h4{ font-size:2.5rem; color:#0285da; font-weight:bold; line-height:1em; }
.chotit em{ display:inline-block; margin-top:10px; color:#fff; font-size:1.125rem;}

.prsort{ margin:20px 0; text-align:center;}
.prsort li{ box-sizing:border-box; display:inline-block; width:auto; width:12%;margin:0 1.3%;}
.prsort li a{ display:block; border:1px solid #fff; text-align:center;  padding:14px 0; transition:all 0.75s ease; }
.prsort li a p{ font-size:1.125rem; color:#fff; display:inline-block; transition:all 0.75s ease; margin-left:5px}
.prsort li a:hover{ background:#0285da}
.prsort li a:hover p{ color:#fff;}

.prlist{ width:100%; margin-top:40px;}
.prlist li{ width:31.33%; background:#fff; float:left; margin-right:36px;}
.prlist dl{ width:100%; background:#fff; float:left;}
.prlist dl:nth-child(3n){ margin-right:0;}
.prlist dl a{ display:block;}
.prlist dl dt{ width:100%; overflow:hidden;}
.prlist dl dt img{ transform:scale(1); transition:all 0.75s ease;}
.prlist dl:hover dt img{ transform:scale(1.05);}
.prlist dl dd{ position:relative;}
.prlist dl dd p{ padding:20px; color:#000000; background:#f5f5f5}
.prlist dl dd em{ position:absolute; display:inline-block; width:15%; height:100%; top:0; right:0; background:#0285da;  text-align:center; line-height:58px; color:#fff; font-size:1.25rem;}
.prgun{ position:relative; width:100%;}
.prgun span{ position:absolute; font-family:'宋体'; color:#fff; font-size:2rem;  z-index:2; background:#0285da; padding:8px 16px;}
.prgun .next{ right:-60px; top:45%;}
.prgun .prev{left:-60px; top:45%;}

.pmore{ text-align:center; margin-top:30px}
.pmore a{ display:inline-block; color:#fff; background:#0285da; padding:15px 32px; border-radius:10px; transition:all 0.5s;}
.pmore a img{ margin-bottom:-5px;}
.mprlist{ display:none}
@media screen and (max-width:768px){
.in-pro{ background-size:cover;}
.chotit em br{ display:none}
.prsort{ margin-top:20px;}
.prsort li{ width:31.33%; margin-bottom:24px; margin-right:3%;}
.prlist{ display:none}

.mprlist{}
.mprlist dl{ width:48%; background:#fff; float:left; margin:0 1% 20px !important;}

.mprlist dl a{ display:block;}
.mprlist dl dt{ width:100%; overflow:hidden;}
.mprlist dl dt img{ transform:scale(1); transition:all 0.75s ease;}
.mprlist dl:hover dt img{ transform:scale(1.05);}
.mprlist dl dd{ position:relative;}
.mprlist dl dd p{ padding:20px; color:#000000; background:#f5f5f5}
.mprlist dl dd em{ position:absolute; display:inline-block; width:20%; height:100%; top:0; right:0; background:#0285da;  text-align:center; line-height:72px; color:#fff; font-size:1.25rem;}
}

/*美洲宝优势*/
.in-ys{ background:url(../images/our_bg.jpg) top center no-repeat; padding:60px 0 50px; width:100%;}
.ystit{ text-align:center;}
.ystit h4{ font-size:2.875rem; color:#0285da;}
.ystit p i{ background:#fff; display:inline-block; width:8px; height:8px; border-radius:50%; position:relative; top:-3px}
.ystit p{ font-size:1.375rem; color:#fff;}
.ystit span{ font-size:1rem; color:#fff; display:block; margin-top:20px;}

.ysul{ width:48%;margin: 0 auto; margin-top:36px; }
.ysul li{ padding-left:85px; min-height:77px; margin-bottom:56px;}
.ysul li:nth-child(1){ background:url(../images/our_1.png) left center no-repeat;}
.ysul li:nth-child(2){ background:url(../images/our_2.png) left center no-repeat;}
.ysul li:nth-child(3){ background:url(../images/our_3.png) left center no-repeat;}
.ysul li:nth-child(4){ background:url(../images/our_4.png) left center no-repeat;}
.ysul li p{ color:#0285da; font-size:1.625rem;}
.ysul li span{ color:#fff; font-size:1rem;}
@media screen and (max-width:1024px){
.ysul{ width:56%; margin-top:76px;}
}

@media screen and (max-width:768px){
.in-ys{ background:url(../images/our_bg.jpg) left top no-repeat; background-size:cover; padding:80px 0 30px; }
.ystit span br{ display:none;}
.ysul{ width:100%; margin-top:76px;}
}

/*案例*/
.in-case{ padding:70px 0; width:100%; overflow:hidden; background:#f5f5f5}
.yytit{ text-align:center;}
.yytit span{font-size:72px; font-family:'Captain'; line-height:1em; color:#000000; opacity:0.08;}
.yytit h4{ font-weight:bold;font-size:2.25rem; color:#0285da; margin-top:-40px;}
.yytit p{ color:#1a1a1a; font-size:1.25rem;font-weight:lighter; text-transform:uppercase;}

.ygun{ margin:33px 0;}
.ysor{ position:relative;}
.ysor span{ font-family:'宋体'; font-size:1.5rem; color:#fff; background:#0285da; display:inline-block; padding:5px 12px; cursor:pointer;}
.ysor .prev{ position:absolute; left:-21px; top:43%; z-index:22}
.ysor .next{ position:absolute; right:-21px; top:43%; z-index:22}
.ysor li{ width:31.5%; margin-right:28px;  border:1px solid #ececec; float:left; background:#fff;}
.ysor li div{ width:100%; overflow:hidden;}
.ysor li div img{ width:100%; transform:scale(1);transition:all 0.7s}
.ysor li:hover div img{ width:100%; transform:scale(1.05);}
.ysor li p{ font-size:1.125rem; color:#656565;  text-align:center; padding:20px 0;}
@media screen and (max-width:768px){
.in-yy{ width:760px; overflow-x:hidden}
.ysort ul{ width:100%}
.ysor li{ width:48%;}
}

/*企业实力*/
.in-shi{ width:100%;overflow:hidden; padding-top:70px}
.stit{ text-align:center;}
.stit span{font-size:72px; font-family:'Captain'; line-height:1em; color:#000000; opacity:0.08;}
.stit h3{ font-size:2.5rem; color:#0285da; font-weight:bold;margin-top:-36px}
.stit p{ font-size:1.25rem; color:#1a1a1a; font-weight:lighter;}

#tab1{ margin-top:36px; background:url(../images/slbg.jpg) center bottom no-repeat;}
#tab1 .ix{ width:1px; height:650px; background:rgba(255,255,255,0.5); display:block; position:absolute; top:89.5px}
#tab1 .x4{ right:0}
#tab1 .x3{ right:25%;}
#tab1 .x2{ right:50%;}
#tab1 .x1{ left:25%}
#tab1 .x0{ left:0%}
#tab1 .tablist1{ text-align:center; }
#tab1 .tablist1 li{ display:block; float:left; width:25%; text-align:center; position:relative; z-index:2;}
#tab1 .tablist1 li i{ display:block; width:27px; height:27px; border-radius:50%; background:#fff; position:absolute; right:-14px; top:76px; z-index:2}
#tab1 .tablist1 li div{ width:179px; height:179px; background:#717171; border-radius:50%; display:inline-block; text-align:center; transition:all 0.7s;}
#tab1 .tablist1 li div a{ display:block; margin:8px auto; border:1px solid rgba(255,255,255,0.5); width:162px; height:162px; border-radius:50%; padding-top:32px; box-sizing:border-box;}
#tab1 .tablist1 li div a p{ color:#fff; margin-top:10px; font-size:1.25rem; }
#tab1 .tablist1 li div a img{ transform:rotateY(0); transition:all 0.7s}
#tab1 .tablist1 li:hover div,#tab1 .tablist1 li.cur div{ background:#0285da}
#tab1 .tablist1 li:hover div img{ transform:rotateY(180deg)}

#tab1 .tabCon1{width:100%; margin-top:-89.5px; min-height:650px; position:relative;}
#tab1 .tabCon1>div{ position:relative; display:none; padding:128px 50px 0 26px; box-sizing:border-box; background:rgba(0,0,0,0.5); width:25%; height:100%; position:absolute; opacity:1; }
#tab1 .tabCon1>div.dcur1{ left:0;}
#tab1 .tabCon1>div.dcur2{ left:25%;}
#tab1 .tabCon1>div.dcur3{ right:25%;}
#tab1 .tabCon1>div.dcur4{ right:0;}
#tab1 .tabCon1>div.cur{display:block; }
#tab1 .tabCon1>div span{ font-family:'DIN'; opacity:0.5; color:#fff; font-size:48px}
#tab1 .tabCon1>div h4{ font-size:2.5rem; color:#fff; font-weight:bold;}
#tab1 .tabCon1>div p{ color:#fff; font-size:1rem; margin:40px 0; line-height:1.5rem;}
#tab1 .tabCon1>div a{ display:inline-block; background:#a2d2f1; color:#fff; padding:10px 14px; border-radius:20px}
#tab1 .tabCon1>div a img{ margin-bottom:-4px}
@media screen and (max-width:768px){
#tab1{ padding:48px 0;}
#tab1 .ix{ display:none}
#tab1 .tablist1 li{ width:50%; margin-bottom:20px;}
#tab1 .tablist1 li i{ display:none}
#tab1 .tablist1 li div{ width:220px; height:220px; background:#717171; border-radius:50%; display:inline-block; text-align:center; transition:all 0.7s;}
#tab1 .tablist1 li div a{ width:204px; height:204px; padding-top:40px}
#tab1 .tabCon1{ display:none;}
}


/*新闻资讯*/
.in-news{ padding:77px 0; width:100%; overflow:hidden;}
.newtit{ text-align:center;} 
.newtit span{font-size:72px; font-family:'Captain'; line-height:1em; color:#000000; opacity:0.08;}
.newtit p{ font-size:1.25rem; color:#1c1c1c; background:url(../images/nline.jpg) center no-repeat; font-weight:lighter;}
.newtit h4{ font-size:2.5rem; color:#0285da; font-weight:bold; line-height:1em;margin-top:-36px}
.newtit hr{ width:41px; height:3px; background:#0285da; border:none; margin-top:5px}

#tab2{position:relative; margin:40px 0 15px 0; width:60%; float:left;}
#tab2 .tabList2{   white-space:nowrap; }
#tab2 .tabList2 ul{ width:auto; border-left:3px solid #0285da; padding-left:16px;}
#tab2 .tabList2 ul li{ float:left; text-align:center; cursor:pointer; transition:all 0.5s;font-size:1.25rem; color:#919191;}
#tab2 .tabList2 ul li:hover{ color:#0285da; font-weight:bold;}
#tab2 .tabList2 ul li.cur{color:#0285da; font-weight:bold;}
#tab2 .tabCon2{  margin-top:30px;  width:100%; position:relative;  border-radius:5px}
#tab2 .tabCon2 *{}
#tab2 .tabCon2>div{ display:none;}
#tab2 .tabCon2>div.cur{display:block;}
.tabCon2 dl{ width:100%; border-bottom:1px solid #d3d3d3; padding-bottom:1.5rem;}
.tabCon2 dl dt{ width:46%; float:left;}
.tabCon2 dl dt img{ width:100%;}
.tabCon2 dl dd{ width:51%; float:right;}
.tabCon2 dl dd p{ font-size:1.125rem; color:#3c3c3c; font-weight:bold;}
.tabCon2 dl dd span{ display:block; padding-left:8px; margin:16px 0 30px;}
.tabCon2 dl dd em{ display:block; margin-left:8px; width:129px; height:38px; background:#0285da; text-align:center; color:#fff; line-height:38px; }
.tabCon2 ul{ margin-top:20px;}
.tabCon2 ul li{ display:block; line-height:40px; background:url(../images/dd.jpg) left center no-repeat; padding-left:1rem;}
.tabCon2 ul li span{ float:left; color:#636363}
.tabCon2 ul li em{ float:right; color:#636363}
.tabCon2 ul li:hover span{ color:#0285da}
@media screen and (max-width: 768px){
#tab2{ width:100%;}
.tabCon2 dl dd p{ font-size:1.25rem; color:#3c3c3c; font-weight:bold;}
.tabCon2 dl dd span{ display:none}
.tabCon2 dl dd em{ margin-top:30px; font-size:1.25rem; line-height:1.5em;width:150px; height:50px;}
.tabCon2 ul li{ line-height:60px; overflow:hidden; height:60px; border-bottom:1px dashed #ddd}
.tabCon2 ul li span{ font-size:1.25rem;}
.tabCon2 ul li em{ font-size:1rem; display:none}
.sss{ display:none}
}
/*常见问题*/
.faq{ width:36%; margin:40px 0 55px 0;}
.fa-tit{border-left:3px solid #0285da;}
.fa-tit p{ float:left; font-size:1.125rem; color:#0285da; margin-left:16px; font-weight:bold;}
.fa-tit a{ float:right;}
.fa-dl dl{ border-bottom:1px dotted #c1c1c1; padding:30px 0;}
.fa-dl dl dt{ background:url(../images/as.jpg) left top no-repeat; padding-left:30px; font-size:1rem; color:#0e0e0e}
.fa-dl dl dt:hover{ color:#0285da;}
.fa-dl dl dd{ background:url(../images/qu.jpg) left top no-repeat;padding-left:30px; font-size:1rem; color:#5d5d5d; margin-top:16px; line-height:1.5em}
@media screen and (max-width: 768px){
.faq{ width:100%;}
.fa-tit p{  font-size:1.25rem; }
.fa-dl dl dt{  font-size:1.25rem;background:none; padding-left:0}
.fa-dl dl dd{ font-size:1.25rem;background:none;}
}



/*友情链接*/
.fri{ padding:10px 0; border-top:1px solid #ddd; background:#f5f5f5;}
.fritit{ border-right:1px solid #9e9e9e; padding-right:8px;}
.fritit span{ font-size:2rem; color:#0285da; text-transform:uppercase; line-height:1em;}
.fritit p{ font-size:1.125rem; color:#333;}

.frd{ height:24px; width:90%; line-height:24px; margin-top:20px;}
.frd a{ display:inline-block; padding:0 10px;  color:#333; border-right:1px solid #fff; }
@media screen and (max-width:768px){
.fri{ display:none;}
}

/*底部*/
.foot{ height:auto; width:100%; background:#0285da; position:relative;}

.f1{ height:6.3125em; width:100%; border-bottom:1px solid #8ed3ff}
.f1 li{ width:20%; text-align:center; float:left; background:url(../images/tline.png) right center no-repeat; line-height:6.3125em}
.f1 li b{ font-size:1.875em; color:#a2d2f1; font-weight:normal}
.f1 li span{ font-size:1.125em; color:#fefefe;}

.f2{ padding:37px 0;}
.f2 .fmenu{ width:55%;}
.f2 .fmenu dl{ width:17%; margin-right:3%; float:left;}
.f2 .fmenu dl:nth-child(5){ margin-right:0}
.f2 .fmenu dl dt{ color:#fff; font-size:1em; font-weight:bold; background:url(../images/fxa_06.jpg) left bottom no-repeat; height:2.2em;}
.f2 .fmenu dl dd{ margin-top:1em;}
.f2 .fmenu dl dd a{ font-size:0.875em; color:#fefefe; display:block; line-height:1.5em }
.f2 .fmenu dl dd a:hover{ color:#fff}
.f2 .fcot{ width:40%; border-left:1px solid #8ed3ff; padding-left:2%;}
.fbx{ display:inline-block; width:70%}
.fbx .ftel{ background:url(../images/ftel.png) left center no-repeat; height:45px; padding-left:45px; display:inline-block;}
.fbx .ftel p{ font-size:1em; color:#fff}
.fbx .ftel h4{ font-size:1.3125em; color:#fff}
.fbx .fcc{ margin-top:1em;}
.fbx .fcc p{ color:#fff; font-size:0.875em; line-height:1.5em;}
.fwx{ width:30%; display:inline-block; float:right; text-align:center;}
.fwx p{ color:#fff; font-size:0.875rem;}

.f3{ padding:1.625em 0; border-top:1px solid #8ed3ff;  bottom:0; width:100%;}
.f3 p{ font-size:0.875em; color:#fafafa}
.f3 a{ color:#fff}
@media screen and (max-width:768px){
.f1{ height:auto}
.f1 li{ width:50%; line-height:1.5em; padding:16px 0; }
.f1 li:nth-child(5){ width:100%;}
.f2 .fmenu{ display:none;}
.f2 .fcot{ width:100%; border-left:none}
.f3{ margin-bottom:100px;}
.f3 p{ float:none; line-height:1.5em;}
}

/*gotop*/
.cbbfixed {position: fixed;right: 20px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #000;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#f37021;}


/*浮动*/
.fudong{ display:none;}
@media screen and (max-width:768px){
.fudong{ display:block; position:fixed; bottom:0; left:0; width:100%; height:100px; background:#a2d2f1; z-index:99999}
.fudong li{ width:24.8%; text-align:center; height:80px; margin:10px 0; border-right:1px solid #c1e7ff; float:left;}
.fudong li p{ color:#fff;}
}



.mban{ display:none;}
@media all and (max-width: 768px) {
.mban{ display:block;}
.swiper-container { width: 760px; 
     height:600px; 
     margin-left: auto;
    margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1}
	

.swiper-wrapper {
	position: relative;
	width: 760px;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {transform: translate3d(0px, 0, 0)}
.swiper-container-multirow>.swiper-wrapper {flex-wrap: wrap}
.swiper-container-multirow-column>.swiper-wrapper {flex-wrap: wrap;flex-direction: column}
.swiper-container-free-mode>.swiper-wrapper {transition-timing-function: ease-out;margin: 0 auto}
.swiper-slide {flex-shrink: 0;width: 760px;height: 100%;position: relative;transition-property: transform}
.swiper-slide { background-size:100%;}
.swiper-slide-invisible-blank {visibility: hidden}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {height: auto}
.swiper-container-autoheight .swiper-wrapper {align-items: flex-start;transition-property: transform, height}
.swiper-container-css-mode>.swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {scroll-snap-align: start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {scroll-snap-type: x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {scroll-snap-type: y mandatory}
:root {--swiper-navigation-size:44px}
.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: .35;cursor: auto;pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {font-family: swiper-icons;font-size: var(--swiper-navigation-size)
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 10px;right: auto; background:url(../images/arrows.png) top; height:30px; width:17px}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 10px;left: auto; background:url(../images/arrows.png) bottom; height:30px; width:17px;}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background: #5f7185;
	opacity: .8
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#0285da
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}




.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
}

@keyframes cats{
0%{}
25%{}
50%{}
75%{}
100%{}
}

