@charset "utf-8";
/*font*/
@font-face {font-family:"Poppins-Regular";src:url("font/Poppins-Regular.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-Semibold";src:url("font/Poppins-SemiBold_0.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-Bold";src:url("font/Poppins-Bold_0.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Times-New-Roman";src:url("font/timesbd.ttf");font-weight:normal;font-style:normal;}

/*global style*/
ul,li,p,span,em,i,div,img,h1,h2,h3,h4,a,input,textarea,body{padding:0px;margin:0px;border:none;}
body{font:14px/1.5em Arial, "Poppins-Regular";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:#ff8a00;}
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:"Poppins-Regular";}
input[type="submit"]{cursor:pointer;}
p{line-height:25px;}
h1{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"OpenSans-Semibold";}
h2{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"OpenSans-Semibold";}
h3{font-size:24px;color:#333;line-height:26px;font-weight:normal;}
h4{font-size:14px;color:#333;line-height:16px;font-weight:normal;}
/* backToTop */
.hidden{display:none;}
.bread{padding:1.04vw 0;line-height: 1.56vw;font-size: 0.83vw;color: #444444;}
.bread a:first-child{padding-left: 1.56vw;background: url("/images/icon-add2.png") left center no-repeat;background-size: 0.73vw;}
.bread a,.bread span{color:#444444;}
.bread a:hover,.bread a:nth-last-child(1){color:#ff6a00;}

input[type=button]{
  -webkit-appearance:none;
  outline:none
}
input[type=submit]{
  -webkit-appearance:none;
  outline:none
}
input[type=input]{
  -webkit-appearance:none;
  outline:none
}