@charset "utf-8";

/*font*/

@font-face {font-family:"Montserrat-Bold";src:url("font/Montserrat-Bold.otf");font-weight:normal;font-style:normal;}

@font-face {font-family:"Montserrat-Medium";src:url("font/Montserrat-Medium.otf");font-weight:normal;font-style:normal;}

@font-face {font-family:"Montserrat-Regular";src:url("font/Montserrat-Regular.otf");font-weight:normal;font-style:normal;}

@font-face {font-family:"Montserrat-Light";src:url("font/Montserrat-Light.otf");font-weight:normal;font-style:normal;}

/*global style*/

ul,li,p,span,em,i,div,img,h1,h2,h3,h4,a,.object,input,textarea,body{padding:0px;margin:0px;border:none;}

body{font:14px/1.5em "Montserrat-Light", Arial;color:#666;overflow-x:hidden;background:#fff;margin:0;}

table{ border-collapse:collapse;}

em,i{font-style:normal;}

a{color:#333;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}

a:hover{color:#2da832;}

ul,li{list-style:none;}

img{vertical-align:top;}

.clear{clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}

.clearm:after{clear:both;display:block;height:0;visibility:hidden;content:" ";}

.clearm{*zoom:1;}

input{outline:none;vertical-align:middle;font-family:"Montserrat-Light";}

textarea{resize:none;outline:none;overflow:hidden;font-family:"Montserrat-Light";}

input.submit,input.reset{cursor:pointer;}

.text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}

p{line-height:25px;}

h1{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"Montserrat-Bold";}

h2{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"Montserrat-Bold";}

h3{font-size:24px;color:#333;line-height:26px;font-weight:normal;font-family:"Montserrat-Medium";}

h4{font-size:14px;color:#333;line-height:16px;font-weight:normal;}

/* backToTop */

.hidden{display:none;}

.bread{padding:15px 0;line-height:30px;background-color:#e8e8e8;font-size:0.73vw;}

.bread a,.bread span{color:#777;}

.bread a:hover,.bread a:nth-last-child(1){color:#2da832;}

