@charset "utf-8";
html{font-size:10px;}
@media screen and (min-width:480px) and (max-width:639px){html{font-size:15px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
@media screen and (min-width:800px) and (max-width:959px){html{font-size:25px}}
@media screen and (min-width:960px) and (max-width:1079px){html{font-size:30px}}
@media screen and (min-width:1080px){html{font-size:16px}}
a img,body,button,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,input,li,menu,ol,p,textarea,ul{padding:0;margin:0;border:0;}
li,ol,ul{list-style:none}
b,em,h1,h2,h3,h4,h5,h6,i{font-size:1rem;font-weight:400;font-style:normal}
body,button,input,select,textarea{-webkit-text-size-adjust:none;font:400 1.4rem/1.5 helvetica,verdana,san-serif;outline:0; border-radius:0;}
select,button,input[type=button],input[type=password],input[type=submit],input[type=text],textarea{-webkit-appearance:none;}
img,video{vertical-align:middle}
body{min-width:320px;margin:0 auto;background:#fff;-webkit-overflow-scrolling:touch;/*快速滚动和回弹，模拟原生app效果*/}
*{margin:0;padding:0;text-decoration:none;color:#333;
-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;/*iOS 浏览器横屏时会重置字体大小的问题*/
-webkit-tap-highlight-color:transparent;/*Mobile上点击链接高亮的时候设置颜色为透明*/
-webkit-touch-callout:none;/*系统默认菜单被禁用*/-webkit-user-select:none;/*webkit浏览器*/-khtml-user-select:none;/*早期浏览器*/-moz-user-select:none;/*火狐*/-ms-user-select:none;/*IE10*/user-select:none;}
input,textarea{-webkit-user-select:auto;/*webkit浏览器*/}
input::-webkit-input-speech-button{display:none}/*android 上去掉语音输入按钮*/
input::-webkit-input-placeholder{color:#aaaaaa;}/*修改输入框提示文字默认颜色*/
input:focus::-webkit-input-placeholder{color:#eeeeee;}/*修改输入框获得焦点时提示文字默认颜色*/
img{-webkit-touch-callout:none;/*长按时不触发系统的菜单*/pointer-events:none;}
/*头部logo*/
header{position:fixed;width:100%;top:0;z-index:99;}
.top{padding:0.5rem 1rem;background:url(/i/headbg.png) repeat-x;background-size:contain;height:4rem;overflow:hidden;position:relative;}
.header{padding:0.5rem 1rem;height:4rem;}
.topLogo{width:12.2rem;height:4rem; background-size:contain;float:left;}
.topMenu{display:inline-block;float:right;position:absolute;right:1rem;top:50%;margin-top:-1.1rem;}
.topMenuLink{overflow:hidden;}
.topMenuIcon{padding-bottom:0.8rem;}
.topMenuLink a{display:inline-block;font-size:1.2rem;line-height:1.2rem;float:left;}
.topMenuLink a:last-child{float:right;}
.topMenuLink a:visited{color:#333 !important;}
.topMenuIcon a{display:inline-block;margin-right:0.5rem;font-size:1.2rem;color:#000;height:1.5rem;vertical-align:middle;}
.topMenuIcon a:last-child{margin-right:0;}
.topMenuIcon a:visited{color:#333 !important;}
.topMenuIcon a img{height:2rem;width:2.2rem;margin-right:0.2rem;margin-top:-0.2rem;}
.topMenuIcon a span{color:#757575;font-size:0.8rem;}
/*导航*/
nav{padding:1rem 0 0 0.5rem;width:100%;min-height:5.8rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-size:0;}
nav div{display:inline-block;margin-bottom:1rem;padding-right:0.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
nav div a{display:inline-block;text-align:center;font-size:/*1.4*/1.25rem;line-height:2.4rem;color:#fff;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;white-space:nowrap;}
nav div a:visited{color:#fff !important;}
.navbg{/*background:url(/i/navBGEn.png) repeat-x;*/background:linear-gradient(#92969f,#7b7e84,#6a6e72);background-size:contain;}
.nav_am, .nav_an, .nav_ne, .nav_re{width:22%;}
.nav_me, .nav_ev, .nav_vi, .nav_in{width:25%;}
.nav_da{width:24%;}
.nav_st{width:28%;}
.nav_ma{width:26%;}
.nav_wr{width:34%;}
@media screen and (min-width:1025px){
.nav_am, .nav_an, .nav_ne, .nav_re {width:22%;}
.nav_me, .nav_ev, .nav_vi, .nav_in{width:25%;}
.nav_da{width:24%;}
.nav_st{width:28%;}
.nav_ma{width:26%;}
.nav_wr{width:34%;}
body{min-width:320px;margin:0 auto;background:#fff;-webkit-overflow-scrolling:touch;padding:0 20%;}
header{position:fixed;width:60%;top:0;z-index:99;}
.dropbtn{font-size:1.2rem;width:100%;line-height:2.4rem;background:linear-gradient(#92969f,#7b7e84,#6a6e72);/*background:url(/i/navBGEn.png) repeat-x;*/background-size:contain;cursor:pointer;color:white;border:none;}
.dropdown{position:relative;display:inline-block;}
.dropdown-content{background-color:#505050;padding:0;min-width:100%;display:none;position:absolute;z-index:1;}
.dropdown-content a{font-size:1.2rem;color:white;padding:0.2rem 1rem;border-bottom:0.1rem solid #808080;text-align:left;width:100%;line-height:4rem;text-decoration:none;display:block;}
.dropdown-content a:hover{background-color:#898989;opacity:1;}
.dropdown:hover .dropdown-content{display:block;}
.dropbtnon {display:block;/*background:url(/i/nav_btn_red.png) repeat-x;*/background:linear-gradient(#eb0000,#bc0000,#830909);background-size: contain;opacity: 1;}
.dropdown:hover .dropbtn{background:url(/i/navbgbtnen.png) repeat-x;background-size:contain;}
}
.dropbtn{font-size:1.4rem;width:100%;line-height:2.4rem;background:linear-gradient(#92969f,#7b7e84,#6a6e72);/*background:url(/i/navBGEn.png) repeat-x;*/background-size:contain;cursor:pointer;color:white;border:none;}
.dropdown{position:relative;display:inline-block;}
.dropdown-content{background-color:#505050;padding:0;min-width:100%;display:none;position:absolute;z-index:1;}
.dropdown-content a{font-size:1.4rem;color:white;padding:0.2rem 1rem;border-bottom:0.1rem solid #808080;text-align:left;width:100%;line-height:4rem;text-decoration:none;display:block;}
.dropdown-content a:hover{background-color:#898989;opacity:1;}
.dropdown:hover .dropdown-content{display:block;}
.dropbtnon{display:block;/*background:url(/i/nav_btn_red.png) repeat-x;*/background:linear-gradient(#eb0000,#bc0000,#830909);background-size:contain;opacity:1;}
.dropdown:hover .dropbtn{background:url(/i/navbgbtnen.png) repeat-x;background-size:contain;}
.proNav{height:4rem;background-color:#D8DBE1;position:relative;padding-right:4rem;}
.proNavPlus{display:block;height:4rem;width:4rem;position:absolute;right:0;top:0;background:url(/i/plusRed.png) no-repeat center center;background-size:33% auto;}
.proNavBox{height:4rem;line-height:4rem;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;padding-left:0.3rem;}
.proNavBox a{display:inline-block;margin-top:0.9rem;}
.proNavBox a:visited{color:#333 !important;}
.proNavBox::-webkit-scrollbar{display:none;}
.pnS{display:inline-block;width:9rem;height:2rem;line-height:2.1rem;text-align:center;background-color:#fff;font-weight: bold;font-size:1.4rem;border-radius:0.4rem;border:0.1rem solid #ccc;margin-left:0.4rem;}
.pnB{display:inline-block;width:13.5rem;height:2rem;line-height:2.1rem;text-align:center;background-color:#fff;font-weight:bold;font-size:1.4rem;border-radius:0.4rem;border:0.1rem solid #ccc;margin-left:0.4rem;}
/*产品弹出层*/
.indexProduct{position:fixed;top:0;left:0;background-color:#EBEBEB;z-index:100;width:100%;padding-bottom:4rem;overflow-y:scroll;}
.topPro{width:100%;background-color:#EBEBEB;}
.proNavTitle{height:3.5rem;line-height:3.2rem;font-size:1.6rem;font-weight:bold;background:url(/i/blocktitlebg.png) repeat-x;background-size:contain;color:#fff;padding:0 0.8rem 0 2.3rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-top:1rem;}
.proNavTitle span{float:right;line-height:3.2rem;font-size:1.6rem;color:#fff;font-weight:bold;}
.proNavTitle .hasproTit{float:left;}
.hasPro{padding:0.8rem 0.8rem 0.8rem 1.8rem;overflow:hidden;}
.hasPro a{display:none; margin:0.6rem 0 0.6rem 0.5rem;float:left;position:relative;}
.hasPro a:visited{color:#333 !important;}
.hasPro a span{position:absolute;right:-0.4rem;top:-0.4rem;width:1rem;height:1rem;border-radius:0.6rem;background:url(/i/Xwhite.png) no-repeat center center;background-size:55% auto;background-color:#999;}
.choosePro{padding-bottom:11rem;}
.choosePro section{padding: 0.8rem 0.8rem 0.8rem 1.8rem;overflow:hidden;border-bottom:0.1rem solid #ccc;}
.choosePro section:last-child{border-bottom:0;}
.choosePro h6{line-height:2.5rem;font-size:1.4rem;font-weight:bold;padding-left:0.5rem;}
.choosePro a{margin:0.6rem 0 0.6rem 0.5rem;float:left;position:relative;}
.choosePro a span{position:absolute;right:-0.4rem;top:-0.4rem;width:1rem;height:1rem;border-radius:0.6rem;background:url(/i/Rtwhite.png) no-repeat center center;background-size:60% auto;background-color:#999;}
.choosePro a:visited{color:#333 !important;}
.proArr{display:none;position:fixed;bottom:-0.1rem;right:0;width:100%;height:7rem;line-height:7rem;text-align:center;background:url(/i/slideUpBg.png) repeat-x;background-size:contain;z-index:101;}
.proArr span{display:inline-block;width:25%;height:1.8rem;margin-top:2rem;background:url(/i/upArrRed.png) no-repeat center center;background-size:30% auto;}
.backArr{display:block;position:absolute;left:0;top:1rem;height:3.5rem;width:2.3rem;background:url(/i/backArr.png) no-repeat center 40%;background-size:40% auto;z-index:101;}
/*底部*/
footer{width:100%;padding:1rem;background-color:#333;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-bottom:5.7rem;}
.footLink{line-height:1.2rem;margin:0 auto 0.5rem;text-align:center;color:#999;}
.footLink a{padding:0 0.6rem;color:#999;font-size:1.2rem;line-height:1.2rem;border-right:0.1rem solid #999;}
.footLink a:visited{color:#999 !important;}
.footLink a:last-child{border-right:none;}
.footText{text-align:center;color:#999;line-height:1.6rem;font-size:1.2rem;}
.footText span{font-size:0.8rem;color:#999;}
/*搜索页面样式*/
.searchbox{width:95%;height:3rem;margin:1rem auto;background-color:#EBEBEB;border-radius:0.5rem; position:relative;}
.searchInput{height:3rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; padding:0.5rem 4rem 0.5rem 1rem;background-color:#EBEBEB; line-height:2rem; font-size:1.6rem; border-radius:0.5rem; font-family:Arial,Helvetica,sans-serif;}
.searchbtn{height:3rem;width:3rem;position:absolute;right:0.5rem;top:0;background:url(/i/searchgraybg.png) no-repeat center center; background-size:contain;}
.searchInput::-webkit-input-placeholder{color:#aaaaaa;}
.searchInput:focus::-webkit-input-placeholder{color:#aaaaaa;}
.history{width:100%;font-size:1.6rem;line-height:2rem;min-height:4rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; padding:1rem 0;border-bottom:0.1rem solid #ccc;}
.history:last-child{border-bottom:none;}
.history a{display:block;width:95%;margin:0 auto;}
.history a:visited{color:#333 !important;}
.clearHis{width:10rem;height:2rem;margin:2rem auto;line-height:2rem;text-align:center; font-size:1.2rem; color:#ccc; border:0.1rem solid #ccc; border-radius:0.5rem;}
.ligray{background-color:#D8DBE1;}
.clearfloat{clear:both;}
.red{color:red;}
.blue{color:#03F;}
/*头部产品图标样式*/
.productIcon{height:3.8rem;width:6.232rem;line-height:3.7rem;text-align:center;position:fixed; top:0.8rem; left:50%; margin-left:-2.2rem; z-index:100;}
.productIcon:before{content:"";visibility:hidden;}
.productIcon img{display:inline-block;}
/*回到顶部样式*/
#toTop{position:fixed;bottom:13rem;right:0.8rem;width:3.5rem;height:3.5rem;background:url(/i/upArr.png) no-repeat center center;background-color:rgba(20,20,20,0.3);background-size:50% auto; z-index:99; display:none;}
/*横屏时使用的样式*/
@media all and (orientation:landscape) {
    #toTop{bottom:5rem;}
}
/*灰色弹窗*/
.grayAlert{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;background-color:rgba(255,255,255,0.9);}
.grayBox{position:fixed;width:28rem;min-height:18rem;left:50%;margin-left:-14rem;top:50%;margin-top:-9rem;background: url(/i/grayAlertbg.png) no-repeat center center;background-size:100% 100%;}
.closebtn{width:1rem;height:1rem;background:url(/i/Xblack.png) no-repeat left top;background-size:100% auto;position:absolute; right:1.2rem; top:1rem;}
.l_logo{display:block;width:12rem;height:5rem;margin:0 auto;background:url(/i/AM-LOGO.png) no-repeat center bottom;background-size:contain;}
.textVcenter{display:table;height:8rem;min-height:8rem;width:90%;margin:0 auto;text-align:center;}
.textVcenter span{display:table-cell;vertical-align:middle;font-size:1.2rem;line-height:1.4rem;word-break:break-word;}
.textTwoPart{min-height:8rem;width:90%;margin:0 auto;}
.textTwoPart h4{min-height:3rem;line-height:3rem;font-size:1.2rem;font-weight:bold;text-align:center;padding:0.4rem 0 0;}
.textTwoPart span{display:inline-block;min-height:5rem;line-height:1.4rem;font-size:1.2rem;text-align:left;word-break:break-word;padding:0.8rem 0 0.4rem;}
.onebtndiv{width:90%;height:2.5rem;line-height:2.5rem;padding:1rem 0 2rem;margin: 0 auto;}
.okbtn{width:100%;height:2.5rem;line-height:1.8rem;background:url(/i/loginRedBtn.png) no-repeat center center;background-size:100% 100%;color:#fff;font-size:1.4rem;text-align:center;}
.twobtndiv{width:90%;height:2.5rem;line-height:2.5rem;padding:1rem 0 2rem; margin: 0 auto;}
.logbtn{float:left;width:48%;height:2.5rem;line-height:1.8rem;background:url(/i/logbtn.png) no-repeat center center;background-size:100% 100%;color:#fff;font-size:1.4rem;}
.outbtn{float:right;width:45%;height:2.5rem;line-height:1.8rem;background:url(/i/outbtn.png) no-repeat center center;background-size:100% 100%;color:#fff;font-size:1.4rem;}
/*加载中样式*/
@-webkit-keyframes rotate{0% {-webkit-transform:rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform:rotate(360deg);}}  
@keyframes rotate{0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform:rotate(360deg);}} 
.loadmore{display:block;line-height:4rem;text-align:center;color:#ccc;font-size:1.4rem;}  
.loadmore span{height:2rem;width:2rem;border-radius:100%;display:inline-block;margin:1rem;border:0.2rem solid #ccc;border-bottom-color:transparent;vertical-align:middle;-webkit-animation:rotate 1.1s infinite linear;animation:rotate 1.1s infinite linear;}  
.loadover{position:relative;margin:0 1.2rem;padding:2.4rem 0;height:2rem;line-height:2rem;color:#ccc;text-align:center;}  
.loadover span{position:relative;display:inline-block;padding:0 0.6rem;height:2rem;z-index:2}  
.loadover:after{content:'';position:absolute;left:0;top:50%;width:100%;height:1px;z-index:1;display:block;}
/*选择网站版本页面*/
.chooseWeb{width:100%;position:absolute;top:50%;margin-top:-15rem;}
.chooseWeb img{height:5rem;display:block;margin:0 auto 4rem;}
.chooseWeb a{display:block;height:5.6rem;width:100%;line-height:2.8rem;font-size:1.6rem;text-align:center;margin:0 auto 3rem;padding:1rem 0;background-color:rgba(241,241,241,0.55); border-top: 0.1rem solid #ccc;border-bottom: 0.1rem solid #ccc;box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.5);}
.chooseWeb a strong{font-size:2.8rem;}
.nochoose{width:80%;height:2rem;line-height:2rem;margin:6rem auto 0;}
.nochoose label{float:right;}
.nochoose label input{margin-right:0.5rem;}
.newspro5{color:#9a5400;font-weight:bold;font-style:italic;}
.hid{display:none;}
/*标签式导航  */
@media screen and (min-width:320px) and (max-width:767px){
.menu{width:100%;}
.menu .bottom div{float:left;width:25%;text-align:center;}
.menu .bottom div a{width:100%;font-size:1rem;color:#757575;}
.menu .bottom a span{display:block;text-align:center;white-space:nowrap;margin-top:2.8rem;}	
.menu .bottom .menu04 a span{margin-left:-0.8rem;}
	}
@media screen and (min-width:768px) and (max-width:1024px){
.menu{width:100%;}
.menu .bottom div{float:left;width:25%;text-align:center;}
.menu .bottom a span{display:block;text-align:center;white-space:nowrap;margin-top:2.8rem;}	
.menu .bottom .menu04 a span{margin-left:-0.8rem;}
	}
@media screen and (min-width:1025px){
.menu{position:fixed;width:60%;bottom:0;z-index:99;}
.menu .bottom{width:100%;font-size:1rem;color:#757575;}
.menu .bottom div{float:left;width:25%;text-align:center;height:5.4rem;}	
.menu .bottom a{color:#757575;}
.menu .bottom a span{display:block;text-align:center;white-space:nowrap;margin-top:2.8rem;}	
.menu .bottom .menu04 a span{margin-left:-0.8rem;}
	}
.menu{position:fixed;bottom:0;z-index:99;}
.menu .bottom{padding:0.5rem 1rem; background:#f4f5f7;height:5.4rem; overflow:hidden;position:relative;box-sizing:border-box;}	
.menu div{font-size:1rem;}
.menu .bottom .menu01 a{background:url(/i/menu01.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;}
.menu .bottom .menu02 a{background:url(/i/menu02.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;}
.menu .bottom .menu03 a{background:url(/i/menu03.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;}
.menu .bottom .menu04 a{background:url(/i/menu04.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;}
.menuon01 a{background:url(/i/menu_red01.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;color:#fe1010;}
.menuon02 a{background:url(/i/menu_red02.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;color:#fe1010;}
.menuon03 a{background:url(/i/menu_red03.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;color:#fe1010;}
.menuon04 a{background:url(/i/menu_red04.png) no-repeat center center;display: inline-block;background-size: contain;width:2.5rem;height:2.5rem;color:#fe1010;}
.menu .bottom .menuon01 a span,.menu .bottom .menuon02 a span,.menu .bottom .menuon03 a span{display:block;color:#fe1010;white-space:nowrap;margin-top:2.8rem;}
.menu .bottom .menuon04 a span{display:block;color:#fe1010;white-space:nowrap;margin-top:2.8rem;margin-left:-0.8rem;}