﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html *{padding:0;margin:0;}
.nav *{text-decoration:none;}
.nav * a:visited{/* 鼠标经过时的红色背景，可自定义 */ font-size: 14px; color:#333333;font-weight:bold;font-family: 'Montserrat', sans-serif;}
.nav * a:link{/* 鼠标经过时的红色背景，可自定义 */font-size: 14px; color:#333333;font-weight:bold;font-family: 'Montserrat', sans-serif;}
.nav * a:hover{color:#333333;font-size: 14px; text-decoration:none;font-weight:bold;font-family: 'Montserrat', sans-serif;}/* 鼠标经过时的红色背景，可自定义 */

.menu{list-style:none;height:40px;width:100px;z-index:10000;}
.nav{list-style:none;height:40px;width:100px;margin:0 auto;font-family: 'Montserrat', sans-serif;text-transform:uppercase;}
.nav li{text-align:center;width:100px;float:left;border-left:0px solid #fff;border-right:0px solid #fff;border-top:0px solid #fff;border-bottom:0px solid #fff;position:relative;z-index:10000;font-family: 'Montserrat', sans-serif;text-transform:uppercase;}
.nav li a{color:#fff;height:38px;line-height:38px;padding:0 20px;blr:expression(this.onFocus=this.close());blr:expression(this.onFocus=this.blur());display:inline-block;font-family: 'Montserrat', sans-serif;text-transform:uppercase;}
.nav li a:focus{-moz-outline-style: none;font-family: 'Montserrat', sans-serif;text-transform:uppercase;}

/*.nav li:hover{background: #e72419;}  鼠标移开，菜单的背景色不变 */

.nav li .sub-nav{position:absolute;top:40px;left:-30px;list-style:none;background-color:#e72419;display:none;color:#000000;}
.nav li .sub-nav li{text-align:center;clear:left;width:150px;height:35px;line-height:35px;position:relative;font-size: 14px;color:#000000;}
.nav li .sub-nav li a{height:34px;line-height:34px;width:150px;padding:0;display:inline-block;font-size: 14px;color:#000000;}
.nav li .sub-nav li a:hover{height:34px;line-height:34px;width:150px;padding:0;display:inline-block;color:#000000;font-size: 14px; text-decoration:underline;}


.nav li .sub-nav8{position:absolute;top:38px;left:-30px;list-style:none;background-color:#e72419;display:none;color:#000000;}
.nav li .sub-nav8 li{text-align:center;clear:left;width:190px;height:35px;line-height:35px;position:relative;font-size: 12px;color:#000000;}
.nav li .sub-nav8 li a{height:34px;line-height:34px;width:188px;padding:0;display:inline-block;font-size: 12px;color:#000000;}
.nav li .sub-nav8 li a:hover{height:34px;line-height:34px;width:188px;padding:0;display:inline-block;color:#000000;font-size: 12px; text-decoration:underline;}