@charset "gb2312";


/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px; cursor:default; color:#333;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration: underline; color: #2979c3;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}


.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both; height: 0px; line-height: 0px;}

body{ background: url(2017tj_bg.png) no-repeat center top #f0f0f0; background-attachment: fixed;}

.cbody{ background-image: url(2017tj_bg2.png);}

.top{ background:rgba(0,0,0,0.2); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000); height: 30px; line-height: 30px; overflow: hidden;}
.top-cont{ width: 1140px; margin: 0 auto;}
.top-cont .unit{ float: left; font-size: 12px; color: #fff;}
.top-cont .unit a{ float: left; color: #fff; background: no-repeat left center; padding-left: 25px; margin-right: 30px;}
.top-cont .unit .unit01{ background-image: url(2017tj_top_icon01.png);}
.top-cont .unit .unit02{ background-image: url(2017tj_top_icon02.png);}
.top-cont .unit .unit03{ background-image: url(2017tj_top_icon03.png);}
.top-cont .unit .unit04{ background-image: url(2017tj_top_icon04.png);}

.top-cont .func{ float: right; font-size: 12px; color: #fff;}
.top-cont .func a{ background: url(2017tj_top_li.png) no-repeat left center; color: #fff; padding-left: 8px;}
.top-cont .func a:first-child{ background: none;}

.top-cont .weather{ float: right;}

.header{ width: 1140px; margin: 0 auto; padding: 30px 0;}
.header .logo{ text-align: center;}
.search{ width: 440px; height: 40px; margin: 15px auto 0;}
.search input[type="text"]{ float: left; border: 0; width: 345px; height: 40px; background-color: #fff; font-size: 12px; color: #999; line-height: 40px; padding: 0 15px; cursor: text; outline: none;}
.search input[type="button"]{ float: left; border: 0; width: 65px; height: 40px; background-color: #c00; color: #fff; text-align: center; outline: none; cursor: pointer;}
.search p{ float: left; color: #fff; line-height: 24px; padding-top: 10px;}
.search p a{ color: #fff; font-size: 12px;}

.nav{ width: 1140px; height: 50px; background-color: #434b62; line-height: 50px; margin: 0 auto; font-size: 0px;}
.nav li{ display: inline-block; *display:inline; zoom: 1; width: 102px; border-left: 1px solid #686e80; text-align: center; font-size: 18px;}
.nav li:first-child{ width: 110px; border: 0;}
.nav li a{ display: block; width: 100%; height: 100%; color: #fff;}
.nav li.current a,.nav li a:hover{ text-decoration: none; background-color: #2979c3;}

.link{ background-color: #f0f0f0; height: 40px; line-height: 40px; font-size: 0px; text-align: center;}
.link li{ display: inline-block; *display:inline; zoom: 1; background: url(2017tj_link.png) no-repeat left center; padding: 0 20px;}
.link li:first-child{ background: none;}

.footer{ background-color: #2979c3; padding: 20px 0;}
.footer .footer-top{ text-align: center;}
.footer .footer-top img{ vertical-align: middle;}
.footer p{ color: #fff; font-size: 14px; line-height: 24px; text-align: center; padding-top: 5px;}


/* hvr-grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* .hvr-outline-out */
.hvr-outline-out { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative;}
.hvr-outline-out:before { content: ''; position: absolute; border: #e1e1e1 solid 1px; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;
 -webkit-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; border-radius: 50%;}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before { top: -6px; right: -6px; bottom: -6px; left: -6px;}


@media screen and (max-width: 1140px){
	.Hj-EasyRead-Container,.znwd-btn,.top-cont .func{ display: none !important;}
	.top-cont,.header,.nav{ width: 100%;}
	.nav li{ width: 9.09%; box-sizing: border-box;}
	.nav li:first-child{ width: 9.1%;}
}

@media screen and (max-width: 800px){
	.search{ display: none;}
	.header{ min-height: inherit; padding: 30px 0;}
	.header .logo{ float: none; text-align: center; margin: 0;}
}

@media screen and (max-width: 720px){
	.top,.link,.footer-top{ display: none;}
	.footer{ padding: 15px 2%;}
	.footer p{ font-size: 12px;}
}

@media screen and (max-width: 600px){
	.nav{ height: 80px; overflow: hidden;}
	.nav li{ width: 16.6%; float: left; height:40px; line-height:40px;}
	.nav li:first-child,.nav li:nth-child(7){ width: 17%; border-left: 0;}
	.nav li:first-child,.nav li:nth-child(2),.nav li:nth-child(3),.nav li:nth-child(4),.nav li:nth-child(5),.nav li:nth-child(6){ border-bottom: 1px solid #686e80}
}

@media screen and (max-width: 480px){
	.header .logo img{ width: 70%; height: auto;}
	.nav li{ font-size: 16px;}
}

