
@font-face{
     font-family: 'st_Regular'; 
     src: url('../fonts/SourceHanSansCN-Regular.eot');
     src:url('../fonts/SourceHanSansCN-Regular.otf') format('otf'),
         url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
           url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
         url('../fonts/SourceHanSansCN-Regular.svg') format('svg');


}
/*@font-face{
     font-family: 'st_Bold'; 
     src: url('../fonts/SourceHanSerifCN-Bold-2.eot');
     src:url('../fonts/SourceHanSerifCN-Bold-2.otf') format('otf'),
         url('../fonts/SourceHanSerifCN-Bold-2.ttf') format('truetype'),
          url('../fonts/SourceHanSerifCN-Bold-2.woff') format('woff'),
         url('../fonts/SourceHanSerifCN-Bold-2.svg') format('svg');
}*/
@font-face{
     font-family: 'st_Light'; 
     src: url('../fonts/SourceHanSerifCN-Light-5.eot');
     src:url('../fonts/SourceHanSerifCN-Light-5.otf') format('otf'),
         url('../fonts/SourceHanSerifCN-Light-5.ttf') format('truetype'),
          url('../fonts/SourceHanSerifCN-Light-5.woff') format('truetype'),
         url('../fonts/SourceHanSerifCN-Light-5.svg') format('svg');
}
/*@font-face{
     font-family: 'st_Medium'; 
     src: url('../fonts/SourceHanSerifCN-Medium-6.eot');
     src:url('../fonts/SourceHanSerifCN-Medium-6.otf') format('otf'),
         url('../fonts/SourceHanSerifCN-Medium-6.ttf') format('truetype'),
          url('../fonts/SourceHanSerifCN-Medium-6.woff') format('truetype'),
         url('../fonts/SourceHanSerifCN-Medium-6.svg') format('svg');
}
*/
.f-Regular{font-family: 'Regular';}
.f-Light{font-family: 'st_Light';}
/*.f-Bold{font-family: 'st_Bold';}
.f-Medium{font-family: 'st_Medium';}*/
/*全局公用样式*/
* { padding: 0px; margin: 0px; font-family:'st_Light',"SimSun",Arial,sans-serif;box-sizing: -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust:none;
/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/} 
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0;max-width: 100%;} 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal} 
ol,li,ul{ list-style:none;}
em,i { font-style:normal;}
body{ font-size:12px; color:#4d4948;}
a{ color:#000; text-decoration:none; outline:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} 
img,input{ border: 0 none; vertical-align:middle;}
input:focus { outline:none;}

.clear { width:100%; height:0px; clear:both; font-size:0px; line-height:0px; zoom: 1; overflow:hidden;}
.clear:before,.clear:after { content:""; display:table;}
.clear:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}


a:hover, a:active {
text-decoration: none;
color: #0C75BA;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.info-contentBox .bring-Bigpotato li,.tiger-fly-camp-list ul .text h5,.page a,.news-list li h5,.news-list li .text span,.news-list li figure img, .cl-teamwork .main>ul>li h5, .cl-teamwork .main>ul>li img, .hurry-sale  .menuThree li a,.hurry-sale .list li,.hurry-sale .list .text h5,.coatch-video .main ul li h5{ transition-duration: .3s; }
.info-contentBox .bring-Bigpotato li:hover,.tiger-fly-camp-list ul li:hover .text h5,.news-list ul li:hover .text  h5,.cl-teamwork .main>ul>li .texts:hover h5,.hurry-sale .list li:hover .text h5,.coatch-video .main ul li:hover h5{
color: #c4261d;
}
/*文字排版、颜色*/
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:16px}
.f20{font-size:20px}
.f24{font-size:24px}
.f25{ font-size: 25px; }
.f28{ font-size: 28px; }
.fb{font-weight:bold}
.fn{font-weight:normal}

.lh180{line-height:180%}
.lh200{line-height:200%}
.c0{ color: #000; }
/*定位*/
.tl{text-align:left}
.tr{text-align:right}
.tc{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.pr{position:relative} 
.pa{position:absolute}
.zoom{zoom:1} 
.none{display:none}
.c3{color: #333333}
.no_mg { margin:0!important;}
.no_pd { padding:0!important;}
.no_bd { border:none!important;}
.no_bg { background:none!important;}
.pdleft_no{padding-left: 0!important;}
.main {
    max-width:1280px;
    margin:0 auto;
    overflow:hidden;
}
.text1_hide{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text_many_hide{
   overflow: hidden;
display: -webkit-box!important;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

/*
    :-moz-placeholder { 
    color: #fff; opacity:1; 
}

::-moz-placeholder { 
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
*/