@charset "utf-8";
@import url("reveal.css");

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  color: #666;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
  background: #fff;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

p {
  text-align: justify;
  text-justify: distribute;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

form {
  margin: 0;
}

.clear {
  clear: both;
}

.clear-20 {
  clear: both;
  height: 20px;
}

.clear-40 {
  clear: both;
  height: 40px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*公共样式*/
.main {
  width: 100%;
}

.m1200 {
  width: 1200px;
  margin: 0 auto;
}

.m930 {
  width: 930px;
}

.m250 {
  width: 250px;
}

.blank {
  background: #444;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.top-bar {
  height: 35px;
  color: #DFDFDF;
  line-height: 35px;
}

.header {
  background: url(../images/logo-bg.png) top center;
}

.logo {
  text-align: center;
  height: 113px;
  padding: 18px 0;
}

.main-bg {
  background: url(../images/main-bg.gif) top center;
}

.am-radius {
  border-radius: 2px;
}

.am-round {
  border-radius: 1000px;
}

.box-shadow {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=3);
  /*ie*/
  -moz-box-shadow: 2px 2px 10px #909090;
  /*firefox*/
  -webkit-box-shadow: 2px 2px 10px #909090;
  /*safari或chrome*/
  box-shadow: 2px 2px 10px #909090;
  /*opera或ie9*/
}

/*顶部搜索*/
/*.search {
	float: right;
}
.search input.inp_srh, .search input.btn_srh {
	border: none;
	background: #fff;
	height: 35px;
	line-height: 35px;
	float: left;

}
.search input.inp_srh {
	outline: none;
	width: 150px;
	padding: 0 5px;
	font-size:12px;
}
.search input.btn_srh {
	background: #FF4D4D url(../images/search.png) 10px 8px no-repeat;
	background-size:20px;
	color: #FFF;
	font-size: 12px;
	width: 40px;
	cursor: pointer;
}*/



.sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 35px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 300px;
  height: 35px;
  margin: 0;
  z-index: 10;
  font-family: inherit;
  font-size: 12px;
  color: #2c3e50;
  padding-left: 10px;
}

.sb-search-select {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background: #fff;
  text-align: center;
  width: 90px;
  height: 35px;
  margin: 0;
  z-index: 10;
  font-family: inherit;
  font-size: 12px;
  color: #2c3e50;
  padding-left: 10px;
  border-right: 1px solid #ccc;

}

.sb-search-select option {
  height: 35px;
  color: #2c3e50;
  line-height: 35px;
  background: #f0f0f0;
}

.sb-search-input::-webkit-input-placeholder {
  color: #ccc;
}

.sb-search-input:-moz-placeholder {
  color: #ccc;
}

.sb-search-input::-moz-placeholder {
  color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
  color: #ccc;
}

.sb-icon-search,
.sb-search-submit {
  width: 50px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 99999999999;
}

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #FF4D4D;
  background: #FF4D4D url(../images/search.png) center center no-repeat;
  background-size: 20px;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 400px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #FF4D4D url(../images/search.png) center center no-repeat;
  background-size: 20px;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/*顶部工具条*/
.topNav {
  position: absolute;
  z-index: 1;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  top: 0;
  right: 60px;
  z-index: 9;
}

.topNav-width {
  width: auto;
  margin: 0 auto;
}

.topNav h3 {
  font-weight: normal;
  font-size: 100%;
}

.topNav dl {
  zoom: 1;
}

.topNav .tnLeft {
  float: left;
}

.topNav .tnRight {
  float: right;
}

.topNav dd {
  width: 101px;
  float: left;
  position: relative;
}

.topNav dd h3 {
  float: left;
}

.topNav dd h3 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #D3D3D3;
}

.topNav dd h3 a i {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0 0 0 5px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  line-height: 13px;
  background: url(../images/icon.png) 0 -61px no-repeat;
}

.topNav dd h3 a:hover,
.topNav dd.on h3 a {
  color: #fff;
  background: #3D3D3D;
}

.topNav .welcome {
  padding-right: 15px;
  color: #FF8400;
}

.topNav .welcome a {
  color: #FF8400;
}

.topNav dd ul {
  display: none;
  /*默认隐藏*/
  position: absolute;
  width: 200px;
  top: 35px;
  left: 0;
  border: 1px solid #e7e7e7;
  border-top: 0;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.topNav dd ul li {
  line-height: 31px;
  border-bottom: 1px solid #efefef;
}

.topNav dd ul li a {
  display: block;
  color: #333;
  padding: 0 15px;
}

.topNav dd ul li a:hover {
  background: #f0f0f0;
  color: #E67902;
}

.topNav dd ul li a span {
  color: #FF8400;
  margin-left: 5px;
}

/*栏目标题分割*/
.big-title {
  width: 300px;
  margin: 20px auto;
  background: url(../images/big-title-bg.png) top center no-repeat;
  padding-top: 38px;
}

.big-title .ch-name {
  width: 130px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.big-title .en-name {
  width: 300px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.guang-title-t {
  width: 100%;
  float: left;
  background: url(../images/line.png) center left repeat-x;
  line-height: 40px;
}

.medium-title {
  width: 300px;
  margin: 20px auto;
  background: #fff;
}

.medium-title .ch-name {
  width: 300px;
  line-height: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.medium-title .en-name {
  width: 300px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

/*footer*/
footer {
  width: 100%;
  background: #454545;
  padding: 20px 0;
}

.ft-nav {
  width: 500px;
  margin-left: 80px;
}

.ft-nav li {
  width: 100px;
  float: left;
}

.ft-nav li h1 {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.ft-nav li a {
  width: 100%;
  line-height: 25px;
  float: left;
  color: #B6B6B6;
}

.ft-nav li a:hover {
  color: #FF4D4D;
}

.ft-contact {
  width: 250px;
  border-left: 1px solid #616161;
  padding-left: 40px;
  margin-left: 50px;
}

.ft-contact h1 {
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
}

.ft-contact h2 {
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
}

.ft-wx {
  text-align: left;
  margin-right: 80px;
}

.ft-wx img {
  max-width: 110px;
}

/*回到顶部*/
.side-pannel {
  position: fixed;
  right: 0;
  margin-left: 496px;
  z-index: 99
}

.side-bar {
  border: 1px solid #E7E7E7;
  border-bottom: none;
  bottom: 260px;
  background: #fff
}

.side-bar a {
  display: block;
  cursor: pointer;
  width: 70px;
  height: 60px;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  color: #676767;
  text-align: center
}

.side-bar a s {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.side-bar a span {
  line-height: 20px
}

.side-bar a.gotop s {
  position: absolute;
  top: 50%;
  left: 17px
}

.side-bar a.text {
  padding-top: 25px
}

.side-bar a.qr s {
  position: absolute;
  top: 50%;
  left: 18px
}

.side-bar a.qr i {
  width: 220px;
  height: 220px;
  position: absolute;
  left: -277px;
  top: 50%;
  margin-top: -120px;
  display: none;
  background-position: 0 0;
  background-image: url(../images/weixin.png);
  padding: 16px 34px 14px 15px;
}

.side-bar a.qr i img {
  width: 220px;
  height: 220px;
}

.side-bar a.qr:hover i {
  display: block
}

.side-bar a.qr i {
  background-image: url(../images/weixin.png)
}

.g-icon-top {
  height: 20px;
  width: 35px;
  margin-top: -10px;
  background-position: 0 -33px
}

.g-icon-survey1 {
  height: 23px;
  width: 26px;
  margin-top: -11px;
  background-position: 0 -53px
}

.side-bar a.survey:hover s {
  height: 23px;
  width: 26px;
  margin-top: -11px;
  background-position: -26px -53px
}

.g-icon-qq1 {
  height: 20px;
  width: 22px;
  margin-top: -10px;
  background-position: -35px -33px
}

.g-icon-weibo1 {
  height: 25px;
  width: 27px;
  margin-top: -12px;
  background-position: -72px 0
}

.g-icon-weibo2,
.side-bar a.weibo:hover s {
  height: 25px;
  width: 27px;
  margin-top: -12px;
  background-position: -72px -25px
}

.g-icon-qr1 {
  height: 33px;
  width: 36px;
  margin-top: -16px;
  background-position: -36px 0
}

.g-icon-qr2,
.side-bar a.qr:hover s {
  height: 33px;
  width: 36px;
  margin-top: -16px;
  background-position: 0 0
}

.g-icon-qq1,
.g-icon-qr1,
.g-icon-qr2,
.g-icon-survey1,
.g-icon-survey2,
.g-icon-top,
.g-icon-weibo1,
.g-icon-weibo2,
.side-bar a.qr:hover s,
.side-bar a.survey:hover s,
.side-bar a.weibo:hover s {
  background-image: url(../images/sprite.png)
}


/*more*/
.more0 {
  position: absolute;
  padding: 0 10px;
  border: 1px solid #ff0000;
  text-align: center;
  color: #ff0000;
}

.more a {
  width: 60px;
  height: 42px;
  position: absolute;
  background: #FF4D4D url(../images/slider-right-sh.png) center center no-repeat;
  display: block;
}

.more a:hover {
  background: #000 url(../images/slider-right-sh.png) center center no-repeat;
}

.more1 a {
  width: 60px;
  height: 42px;
  position: absolute;
  background: #000 url(../images/slider-right-sh.png) center center no-repeat;
  display: block;
}

.more1 a:hover {
  background: #FF4D4D url(../images/slider-right-sh.png) center center no-repeat;
}

.more2 a {
  width: auto;
  height: 60px;
  position: absolute;
  background: #FF4D4D url(../images/slider-right-sh.png) center bottom no-repeat;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
}

.more2 a:hover {
  background: #000 url(../images/slider-right-sh.png) center bottom no-repeat;
  color: #fff;
}


.nav {
  width: 879px;
  height: 39px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .s {
  float: left;
  width: 3px;
  height: 39px;
  text-align: center;
  color: #D4D4D4;
  font-size: 12px;
}

.nav .nLi h3 {
  width: 144px;
  float: left;
  text-align: center;
  line-height: 38px;
}

.nav .nLi h3 a {
  width: 144px;
  height: 39px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.nav .nLi h3 a:hover {
  color: #C73134;
  border-bottom: 2px solid #FF4D4D;
}

.nav .nLi h3 a.cur {
  border-bottom: 2px solid #FF4D4D;
}

.nav .nLi h3 h1 {
  width: 144px;
  height: auto;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 10px;
}

.nav .nLi h3 h2 {
  width: 144px;
  height: auto;
  float: left;
  text-align: center;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C2A78D;
}

.nav .sub {
  display: none;
  width: 144px;
  left: 0;
  top: 41px;
  position: absolute;
  text-align: center;
  background: #fff;
  border-bottom: none;
}

.nav .sub li {
  line-height: 30px;
  zoom: 1;
  background: #fff;
  border-bottom: 1px solid #E6E4E3;
  font-size: 100%;
}

.nav .sub a {
  display: block;
  padding: 8px 0;
  color: #666;
}

.nav .sub a:hover {
  background: #FF4D4D;
  color: #fff;
}