/****************** Lato Font ************************/
/*Lato-Regular-400 */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-regular-400.eot'); /* IE9 Compat Modes */
    src: url('/fonts/lato-regular-400.woff') format('woff'); /* Modern Browsers */
    src: url('/fonts/lato-regular-400.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/Lato-regular-400-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-regular-400.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/*Lato-Regular-300 */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-regular-300.eot'); /* IE9 Compat Modes */
    src: url('/fonts/lato-regular-300.woff') format('woff'); /* Modern Browsers */
    src: url('/fonts/lato-regular-300.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/Lato-regular-300-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-regular-300.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/*Lato-Italic-300 */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-italic-300.eot'); /* IE9 Compat Modes */
    src: url('/fonts/lato-italic-300.woff') format('woff'); /* Modern Browsers */
    src: url('/fonts/lato-italic-300.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/lato-italic-300-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-italic-300.ttf') format('truetype'); 
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/******************* Lato Font Ends **********************/
 
 input, select, textarea, button {
     font-family: inherit;
     font-size: inherit;
 }
 
 a {
     text-decoration: none;
     color: #444;
 }
 
 body {
     font-size: 16px;
     font-family: "Microsoft YaHei", "Microsoft YaHei", "宋体";
     color: #333;     
 }
 
 body:lang(en) {
     font-size: 14px;
     font-family: "Lato", "Arial", "Verdana", "Geneva", "sans-serif", "Microsoft YaHei";
     font-weight: normal;
 }
 
 .main-container {
     min-width: 1280px;     
     min-height: 700px;
     position: relative;
 }
 
 .red-line {
     border-bottom: 4px solid #cc0033;
 }
 
 .dash-line{
     border-bottom: 1px dashed #b2b2b2;
 }
 
 .wo-shi-fen-ge-xian {
    display: block;
    height: 30px;
}
 
 .header {
     margin: 10px auto;     
     max-width: 1366px;
 }
 
 .header-logo {
     background-image: url("/images/2016/header_logo.png?v=1");
     height: 60px;
     width: 610px;
     background-repeat: no-repeat;
     margin: 16px 0 0 10px;
 }
 
 .header-logo:lang(en) {
     background-image: url("/images/2016/header_logo_en.png?v=1");
     width: 730px;
     margin-top: 0;
     height: 70px;
 }
 
 .language {
     background-image: url(/images/2016/language.png);
     background-repeat: no-repeat;
     display: inline-block;
     vertical-align: bottom;
     height: 24px;
     width: 127px;
 }
 
 .language-link {
     font-weight: bold;
     font-size: 80%;
     color: #e80000;
     position: relative;
     top: -3px;
 }
 
 .fl {
     float: left;
 }
 
 .fr {
     float: right;
 }
 
 .cf:before, .cf:after {
     content: " ";
     display: table;
 }
 
 .cf {
     clear: both;
 }
 
 .container {
     display: block;
     margin: 20px auto;
     max-width: 1366px;
          
 }
 
 .container-left {
     float: left;
     width: 280px;
     margin-right: 20px;
 }
 
 .container-right {
     margin-left: 20px;
     overflow: hidden;
     width: auto;
 }
 
 .footer {
     width: 100%;
     text-align: center;
     background-color: #f6f6f6;
     padding: 15px 0;
     line-height: 28px;
     font-size: 80%;
 }
 
 .footer ul li {
     display: inline;
     padding: 0 2px;
 }
 
 .footer .miibeian {
     font-family: "宋体";
     padding-left: 20px;
     color: #777;
 }
 
 .footer .miibeian:after {
     content: url("/images/2016/icp.png");
     vertical-align: sub;
 }
 
 .footer .copyright {
     color: #777;
 }
 
 .footer .copyright:after {
     content: url("/images/2016/relx.png");     
     position: absolute;
     right: 40px;     
 }
 
 /*fix white line at the bottom of the page*/
 #myswf, #myswf2, #userdata_el{
    display: none !important;
}
 