@charset "utf-8";
/* CSS Document */
@font-face{font-family: 'myfont';
    src: url('fonts/myfont.eot'); /* IE9*/
    src: url('fonts/myfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/myfont.woff') format('woff'), /* chrome、firefox */
    url('fonts/myfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('fonts/myfont.svg#handfont') format('svg'); /* iOS 4.1- */
}

body{font-size:16px; font-family:"myfont","sans-serif","Arial"; color:#333; margin:0; padding:0 }
*{margin:0; padding:0; }
ol,ul,li{list-style:none}
img{ border:none; display:block}
.clear{ clear:both;}
a{ color:#444; text-decoration:none}
a:hover{ text-decoration:none}
.hide{ display:none}
.wrap{ width:1200px; margin:auto}


/**********************************************************************nav**********************************************************************/
.nav{ overflow:hidden; height:72px; line-height:72px; background: #000;}
.nav .logo{ float:left;margin-top:24px;}
.nav .logo img{ width:96px}
.nav ul{ overflow:hidden; float:right}
.nav ul li{ float:left; padding-left:50px;}
.nav ul li a{ color: #afafaf; font-size: 17px;}
.nav ul li a:hover{color:#cfcfcf;}


/**********************************************************************bottom**********************************************************************/
.wrap_bottom{ width:1200px; margin:auto; overflow:hidden;}
.bottom{ background:#1d1e21; overflow:hidden}
.bottom .dlLeft{ padding-bottom:10px; float:left; display:block; margin:80px 80px 40px 0; width:200px;overflow:hidden}
.bottom .dlLeft dt{ font-size:18px; margin-bottom:30px; color:#fefefe; text-transform: uppercase}
.bottom .dlLeft dd a{ display:block; line-height:42px; color:#80838c; font-size:16px;}
.bottom .dlLeft dd a:hover{color:#b0b3bb;}

.bottom .dlRight{ overflow: hidden; margin-top: 84px}
.bottom .dlRight dt{ width: 360px;  background: #33353b; height: 48px; line-height: 48px; margin-bottom: 3px;}
.bottom .dlRight dt input{font-family:"myfont","sans-serif","Arial";width: 360px; height: 48px; line-height: 48px; border: none; background: none; font-size: 14px; color:#80838c; text-indent: 20px; outline: none;}
.bottom .dlRight dd{ width: 360px; background: #33353b; height: 86px; margin-bottom: 3px;}
.bottom .dlRight .inputBtn button{ height: 48px; width: 360px; line-height: 48px; background: #3bdc9a; outline: none; border: none; color: #fff; cursor: pointer;}
.bottom .dlRight .inputBtn button:hover{ background: #38eda3; }
.bottom .inputText{ font-family:"myfont","sans-serif","Arial"; overflow: hidden; border: none; background:none; width: 330px;height: 66px;margin-left:20px; margin-top: 10px; outline: none; float: left;line-height: 20px; font-size: 14px;  color: #80838c}
.jmbtn{ width: 100%; height: 48px;line-height: 48px; font-size: 14px; background: #3bdc9a; color: #fff; border: 0; outline: none; cursor: pointer;}
.jmbtn:hover{ background: #44eda8}

.jm_download_text{ position:fixed; right: 10px; bottom: 10px; width:330px; height:108px; z-index:999;text-align:center;  background:#fff; border:1px solid #aaa; border-radius:2px; font-family:"myfont","sans-serif","Arial";}
.jm_download_text p{ font-size:16px; padding-top:20px; color:#202124; padding-bottom:10px; text-align: center}
.jm_download_text span{ display:block; font-size:12px; color:#5f6368; padding:0 20px;}

.pop{ position:fixed;z-index:999; width: 400px; height: 126px; padding:20px; left:50%; margin-left: -220px; top:50%; margin-top:-83px;background:#fff; border:1px solid #aaa; border-radius:2px;-webkit-box-shadow: 0px 0px 3px #a7a7a7;-moz-box-shadow: 0px 0px 3px #a7a7a7;box-shadow: 0px 0px 3px #a7a7a7;}
.pop h3{ font-size: 20px; line-height: 20px; padding-top: 6px;}
.pop p{ font-size: 16px; line-height: 20px; margin-top: 30px;}
.pop button{  float: right; margin-top: 20px; width: 48px; height: 30px; line-height: 30px; font-size: 14px; text-align: center; background: #f9f9f9; outline: none; border: none; color: #000;border:1px solid #3b79ed; cursor: pointer;}
.pop button:hover{ background: #f1f1f1}
.popClose{ position: absolute; top:0; right:0; font-size: 24px; line-height: 24px; padding:10px; cursor: pointer;}

.bottom_p{ border-top:1px solid #37393e; line-height: 68px; }
.bottom_p p { color:#80838c; font-size:16px; text-align: center}
