﻿@charset "utf-8";
/* CSS Document */
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,input,form,dl,dd,span,strong,p,em{margin:0 auto; padding:0;}
img{ border:0;}
ul, li{ list-style-type:none;}
a{transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;}
a,a:hover{ text-decoration:none; color:#3f3f3f;}
body{ font-size:14px; color:#232323; overflow-x:hidden;}
html, body, title, head, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, font, span, div{font-family: '思源黑体';}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.hiddle{display:none;}
input,textarea{outline:none;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
i,em{ font-style:normal;}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,
*:after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
/*head star*/

.logo{ float:left; width:180px; padding:15px;}
.logo span{ font-size:30px; line-height:65px;}

.right_div { float:right; width:284px; position:relative;}
.top_rightt{  float:right;}
.right_div{ width:220px; padding:0px 25px; height:38px; line-height:38px; text-align:center;  margin-top:15px; border-radius:2px; font-size:16px; border:solid 1px #d0d0d0;position:relative; top:0px;transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; cursor:pointer;}
.right_div a{color:#fff;}

.right_div i{ float:left;}
.right_div em{ float:right;}
.right_div:hover{ position:relative; top:4px; }
.right_div:hover a{ text-decoration:underline;}



.dic_nav{    background:rgba(255, 255, 255, 0.8);}
.logo img{ width:auto;}
header {position: relative; height: 70px;  z-index: 9900; position: fixed; width:100%;}
.nav{ width:100%; margin:0px auto;padding:0px;}
/*head end*/


/*foot star*/
.foot{ background:#3c3c3c; padding:15px 0px; position:absolute; width:100%; left:0px; bottom:0px; z-index:999; color:#fff;}
.foot_con{ max-width:1400px; margin:0px auto;}
.foot_con span{ float:left;}
.foot_con a{ float:right; color:#fff;}
/*foot end*/
#rtt {width:50px; height:50px; cursor:pointer; text-align:center; line-height:50px; background:#686869; position:fixed; right:50px; bottom:50px; border-radius: 5px; z-index:9999999; display:none;}
#rtt i{ font-size:30px; color:#fff;}