﻿@import url("move.css");
.w960 {
	width: 960px;
	margin: 0px auto;
}

.w960 * {
	color: #333;
	margin: 10px 0px;
}

.w960 h3 {
	margin-top: 30px;
}

.sp-title{
	margin-left: 90px;
}

.w960>.linkbox{
    width: 15%;
    vertical-align: top;
    display: inline-block;
    margin-left: 90px;
}
* {
  transition: 0.4s background-color, color;
}
html {
  font-size: 100px;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 0.14rem;
  color: #444;
}
ul,
ol {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}
a:hover {
  color: #1aa0e6;
}
img {
  max-width: 100%;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.title {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: 0.15rem;
}
.title .h2 {
  color: #1aa0e6;
  font-weight: 600;
}
.title .small {
  color: #c4c4c4;
  font-size: 1em;
}
/*.more {
  text-align: center;
  margin-top: 0.25rem;
  color: #888888;
  font-size: 0.16rem;
}*/

.cpys,
.about,
.gycp_yycj,
/*.news */{
  padding: 0.6rem 0;
}

.header {
  padding: 0.15rem 0;
}
.header .tell {
  line-height: 0.84rem;
  text-align: right;
}
.header .tell span {
  display: inline-block;
  color: #aaa;
  font-size: 0.16rem;
  line-height: 1.4;
  padding: 5px;
  padding-left: 0.4rem;
  background: url(../img/tell.png) no-repeat 0 center/.35rem;
}
.header .tell strong {
  color: #333;
  font-size: 0.18rem;
  vertical-align: top;
}

/*.nav {
  background: #444;
  text-align: center;
  font-size: 0;
  color: #fff;
}
.nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.nav ul {
  z-index: 99;
}
.nav .first-nav>li {
  display: inline-block;
  font-size: 0.16rem;
  width: 14.285%;
  line-height: 0.5rem;
  position: relative;
}
.nav li.active {
  background: #1aa0e6;
}
.nav li:hover {
  background: #1aa0e6 !important;
}
.nav li:hover ul {
  display: block;
}
.nav li.active.bgNone {
  background: none;
}
.nav li a {
  width: 100%;
}
.nav li:hover a {
  color: #fff;
}*/
/*.nav .two-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #444;
}
.nav .two-nav li {
  font-size: 0.12rem;
  line-height: 0.38rem;
}*/



.banner {
  overflow: hidden;
}

.cpys {
  background: url(../img/cpys-bg.jpg);
  overflow: hidden;
}
.cpys .row > div {
  padding: 0.1rem;
}
.cpys .row .item {
  padding: 0.25rem;
  border: 2px solid #e9e9e9;
  position: relative;
  text-transform: uppercase;
}
.cpys .row .item i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  pointer-events: none;
  z-index: 4;
}

.cpys .row a {
  width: 100%;
  position: relative;
  z-index: 10;
}
.cpys .img {
  float: left;
  overflow: hidden;
}
.cpys .img img {
  width: 0.8rem;
  height: 0.8rem;
}

.cpys.active.on .img img {
  animation: 0.7s cpys_icon linear forwards;
  -webkit-animation: 0.7s cpys_icon linear forwards;
}
.cpys.active.on .row .item i {
  animation: 1s cpys linear forwards;
  -webkit-animation: 1s cpys linear forwards;
}
.cpys .text {
  overflow: hidden;
  text-align: center;
}
.cpys .text p.h4 span {
  display: inline-block;
  border-bottom: 2px solid #1aa0e6;
  padding: 0 0.8em 0.15rem;
}
.cpys .row .item:hover {
  border-color: #1aa0e6;
}

.about {
  background: #f6f6f6;
}
.about .title {
  text-align: left;
  margin-bottom: -0.3rem;
}
.about .title .h2 {
  color: #444;
}
.about .title .small {
  color: #1aa0e6;
}

.about .text {
  overflow: hidden;
  padding: 0.4rem 0.15rem;
  font-size: 1.2em;
  line-height: 1.7;
  text-indent: 2em;
  text-align: justify;
  transition: 1.5s;
  position: relative;
  left: -120%;
  opacity: 0;
}
.about.on .text {
  left: 0;
  opacity: 1;
}

.gycp_yycj {
  background: url(../img/cpgy-bg.jpg);
}
.gycp_yycj h5 {
  text-align: center;
}
.gycp {
  margin-bottom: 0.6rem;
}
.yycj .content {
  position: relative;
  left: -100%;
  opacity: 0;
  transition: 1.5s;
}
.yycj.on .content {
  left: 0;
  opacity: 1;
}
.gycp_yycj li {
  margin-bottom: 0.4rem;
}
.gycp li div {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.gycp_yycj li div:hover {
  border-color: #1aa0e6;
}
.gycp_yycj li span a {
  width: 100%;
  overflow: hidden;
  border: 2px solid #1aa0e6;
}
.gycp_yycj img {
  width: 100%;
  max-width: none;
  transition: 0.5s;
  margin: 0;
  height: 100%;
}
.gycp_yycj li span a:hover img {
  width: 120%;
  height: 120%;
  margin-top: -10%;
  margin-left: -10%;
}

.gycp .gycp_nav {
  text-align: center;
  margin: 0 0 .4rem;
}
.gycp .gycp_nav span a {
  display: inline-block;
  color: #337ab7;
  border: 1px solid;
  border-radius: .18rem;
  padding: .1rem .25rem;
  margin: 0 .15rem .2rem;
}

.gycp .gycp_nav span.active a {
  color: #fff;
  background: #337ab7;
}
.gycp ul {
  display: none;
}
.gycp ul.active {
  display: block;
}

.qywh .content {
  overflow: hidden;
}
.qywh ul {
  width: 100%;
  white-space: nowrap;
  position: relative;
  left: 0;
}
.qywh li {
  display: inline-block;
  width: 25%;
  padding: 0 .15rem;
}




.ad {
  background: url(../img/ad-bg.jpg) no-repeat center/100% 100%;
  min-height: 3rem;
  padding: 0.4rem 0;
  text-align: center;
  color: #fff;
}
.ad .container {
  opacity: 0;
  transition: 0.5s;
}
.ad .container h3 {
  font-weight: bolder;
  margin-bottom: .5rem;
}
.ad .item {
  width: 20%;
  min-height: 240px;
  float: left;
  padding: .1rem;
  transition: .3s;
}
.ad .item:hover {
  box-shadow: 0 0 15px;
  margin: -8px 0 0;
}
.ad .item h4 {
  line-height: 1.5;
  min-height: 3em;
  color: #fdfb0a;
  font-weight: bold;
}
.ad .item p {
  text-align: justify;
  color: #f3f3f3;
  position: relative;
}
.ad .item p i {
  font-style: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 1.5s .4s;
  pointer-events: none;
  background: #34aae8;
}
.ad.on .item p i {
  height: 0%;
}
.ad.on .container {
  opacity: 1;
}

/*.news {
  background: url(../img/news-bg.jpg);
  opacity: 0;
  transition: 1s;
}
.news.on {
  opacity: 1;
}
.news .news-item {
  margin-bottom: 0.5rem;
}
.news li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #dbd4cd;
}
.news li span {
  float: left;
  font-size: 0.14rem;
  text-align: center;
  background: #1aa0e6;
  color: #fff;
  padding: 0.07rem;
}
.news li span b {
  font-size: 0.26rem;
}
.news li h3 {
  overflow: hidden;
  margin: 0;
  padding: 0 0.2rem;
  font-weight: 100;
  line-height: inherit;
  font-size: 0.2rem;
  color: #666;
}
.news li h3 a {
  text-decoration: none;
}*/

/*.contact {
  padding: 0.5rem 0;
  font-size: 0.16rem;
  background: #434343;
  color: #fff;
}*/
.contact span {
  line-height: 2.2;
}
.contact span:after {
  content: "*";
  font-size: 1.6em;
  color: #f00;
  line-height: initial;
  vertical-align: bottom;
  margin-left: 0.2em;
  display: inline-block;
}
.contact input,
.contact textarea {
  width: 100%;
  height: 2.5em;
  color: #000;
  border-radius: 3px;
  padding: 2px 3px;
  border: none;
  outline: none;
  resize: none;
}
.contact form {
  padding: 0.35rem 0 0;
}
.contact form > div {
  margin-top: 0.25rem;
}
.contact input[type="submit"] {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0.07rem 0.75rem;
  background: #1aa0e6;
  color: #fff;
  border: none;
  margin-top: 0.25rem;
  margin-left: 15px;
  border-radius: 3px;
}
.contact .links {
  margin: 0.25rem 0 0;
  clear: both;
}
.contact .links a {
  display: inline;
}

footer {
  color: #eee;
  text-align: center;
}
footer .foot {
  background: #2b2b2b;
  padding: 0.4rem 0 .25rem;
}
.footer-nav ul {
  border-bottom: 1px solid #666;
  font-size: 0;
}
.footer-nav li {
  display: inline-block;
  font-size: 0.16rem;
  width: 16.6666%;
  line-height: 0.55rem;
}
footer .row {
  padding: 0.4rem 0 0;
}
footer .row>p.foot-text {
  margin: 0 .2rem .4rem;
}
footer .row>div {
  margin: 0 0 0.4rem;
}
footer .row .content p.qq {
  margin: 0 0 .45rem;
}
footer .row .content p.qq span {
  margin: 0 .08rem;
  padding-left: 1.5em;
  background: url(../img/qq.png) no-repeat 0/auto 100%;
}
footer .row .content p:not(.h4) {
  color: #aaa;
}

footer .copy-right {
  background: #222;
  line-height: 0.7rem;
  color: #aaa;
}

.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #222;
  color: #fff;
  z-index: 90;
}
.menu span {
  display: block;
  width: 25%;
  border-right: 1px solid #aaa;
  float: left;
}
.menu span.active {
    background: #1aa0e6;
}

/* lg  大于等于1200 */
@media (min-width: 1200px) {
}

/* md  960——1200*/
@media only screen and (max-width: 1200px) {
  html {
    font-size: 90px;
  }
  .header .tell strong {
    display: block;
  }
}

/* sm 760——960*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 75px;
  }
  .ad .item h4 {
    min-height: 4.5em;
  }
  
}

/* xs 小于760*/
@media only screen and (max-width: 760px) {
  html {
    font-size: 50px;
  }
  h5,
  .h5 {
    margin: 7px 0 0;
  }
  .title .h2 {
      font-size: 22px;
  }

  .header .tell,
  .header .logo {
    padding: 0 5px;
  }
  /*.nav {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: calc(100% - 35px);
    z-index: 99;
    background: #222;
    border-bottom: 1px solid #aaa;
    transition: .6s;
  }
  .nav .first-nav>li {
    display: block;
    line-height: 300%;
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #aaa;
  }
  .nav .two-nav {
    display: none !important;
  }
  .nav-logo {
      margin-top: 40px;
  }
  .nav-logo img {
    background: #eee;
    padding: 7px;
    width: 85%;
  }
  .nav.active {
    left: -100%;
  }
  .nav.active_xs {
    left: 0 !important;
  }*/
  .qywh li {
    width: 50%;
  }
  .ad .item {
    width: 80%;
    margin: 0 auto;
    min-height: auto;
    padding: .4rem .2rem;
    float: none;

  }
  .ad .item h4 {
    min-height: auto;
  }
  .cpys .img img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .contact textarea {
    height: 2rem;
  }
  footer {
    padding-bottom: 35px;
  }
  footer img {
    width: 80%;
  }
  footer .footer-logo img {
    max-width: 5rem;
  }
}



/* 内页 */

.neiye {

	margin: 50px 0 20px;

}

.neiye .left {

	

}

.neiye .left>div {

	margin-bottom: 15px;

}

.neiye .left .text li {

	font-family: "宋体";

}

.leftNav a {

	display: block;

	padding: 7px 0;

	text-align: center;

	color: #1aa0e6;

	border-bottom: 1px solid;

	font-size: 0.1rem;

}

.leftNav li.active a,.leftNav li:hover a {

	color: #fff;

	background: #1aa0e6;

}

.neiye .tit {

	font-size: .1rem;

	font-weight: 600;

	border-bottom: 1px solid #ccc;

	margin-bottom: 15px;

  padding: .05rem;

	color: #fff;

	background: #1aa0e6;

}

.neiye .item {

	margin: 10px 0;

	text-align: center;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.neiye .item a {

	display: block;

	border: 1px solid #ccc;

	overflow: hidden;

}

.neiye .item a div {

	width: 100%;

	overflow: hidden;

}

.neiye .item img {

	width: 100%;

	height: 100%;

	transition: .3s;

	position: relative;

	max-width: none;

}

.neiye .item p {

	margin: 0;

	padding: 6px;

}

.neiye .itemBox .item a:hover img {

	width: 120%;

	height: 120% !important;

	margin-top: -10%;

	margin-left: -10%;

}





.neiye .item:hover a {

	border: 1px solid #1aa0e6;

	text-decoration: none;

}

.neiye .item:hover img {

}



.neiye .item:hover p {

	color: #fff;

	background: #1aa0e6;

}



.neiye .tit2 {

	text-align: center;

	font-size: 1.5em;

	font-weight: 600;

	color: #f00;

}

.neiye .date {

	text-align: center;

	font-size: 0.8em;

}



.neiye .center .box {

	margin: 10px 0 15px;

	padding-bottom: 15px;

	border-bottom: 1px solid #ccc;

}

#MyContent a,#MyContent img,.neiye img  {

	max-width: 100%;

}

#MyContent img {

	border: 1px solid #ccc;

}

.articleList {

  margin: .18rem 0 0;
  padding: .1rem ;
  border: 1px solid transparent;

}

.articleList a {

  width: 100%;
  
  color: inherit !important;

	border: 1px solid transparent;

}

.articleList:hover {

    border: 1px dashed #ccc;
    background: rgba(249, 249, 249, 0.65);
    color: #1aa0e6;
    box-shadow: 0 0 15px #1aa0e6;

}
.articleList img {
  max-height: 1.2rem;
}

.dltags {

	margin-top: 0;

    margin-bottom: 20px;

    background: #f7f7f7;

    padding: 5px;

    box-shadow: 5px 5px 5px #aaa;

    border: 1px solid #ccc;

}

.dltags dd>h3>a {

	color: #01a244;

}

.dltags dd u a {

	font-weight: 400;

    color: #337ab7;

    padding: 3px 12px;

}

.dltags dd>em {

	color: #ff2a2a;

}





#fenye {

	clear: both;

}

#fenye a {

	font-size: 1.2rem;

	margin: 15px 2px;

	padding: 0 6px;

	background: #ccc;

	color: #fff;

	

}
.arcCenten {
	font-size: 14px;
}



/* 分页 */

.dede_pages {

	clear: both;

}

.pagelist {

	text-align: right;

}

.pagelist li {

	display: inline-block;

	margin: 0 3px;

	text-align: center;

}

.pagelist li a {

	min-width: 1.3em;

	padding: 2px 4px;

	background: #f5f5f5;

	border: 1px solid #ccc;

	border-radius: 3px;

	text-align: center;

	color: #012c55;

}
.place {

	float: right;


	font-size: 20px;

}
.place a{color: #fff;}
@media (max-width: 768px){.place{display: none;}}