@charset "utf-8";
/*font*/
@font-face {font-family:"Gotham-Black";src:url("font/Gotham-Black.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Gotham-Bold";src:url("font/Gotham-Bold.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Gotham-Medium";src:url("font/Gotham-Medium.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Gotham-Book";src:url("font/Gotham-Book.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Gotham-Light";src:url("font/Gotham-Light.otf");font-weight:normal;font-style:normal;}
/*global style*/
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body{font:14px/1.5em "Gotham-Book", 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:#004098;}
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;}
textarea{resize:none;outline:none;overflow:hidden;font-family:"Gotham-Book";}
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:"Gotham-Bold";}
h2{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"Gotham-Bold";}
h3{font-size:24px;line-height:26px;font-weight: normal;}
h4{font-size:14px;line-height:16px;font-weight: normal;}
/* backToTop */
.hidden{display:none;}
.bread{padding:0.5vw 0;line-height:1vw;border-bottom:1px solid #ebebeb;background-color:#fff;font-size:0.73vw;font-family:"Gotham-Light";}
.bread a:hover,.bread a:nth-last-child(1){color:#004098;}
.fl{float: left}
.fr{float: right;}
