@charset "UTF-8";
/*****sidebar*****/
.sidebar {
  width: 100%;
  background: #F0F0F0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.sidebar .ul1 .li1 {
  position: relative;
  float: left;
  padding: 10px 0;
}
.sidebar .ul1 .li1:first-child > a.home {
  width: 65px;
  background: url('../img/home.png') no-repeat center center;
}
.sidebar .ul1 .li1:last-child {
  overflow: hidden;
}
.sidebar .ul1 .li1:last-child:hover {
  overflow: visible;
}
.sidebar .ul1 .li1:last-child:hover > a img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sidebar .ul1 .li1:last-child:hover .ul2 {
  /* older safari/Chrome browsers */
  -webkit-opacity: 1;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1;
  /* IE9 + etc...modern browsers */
  opacity: 1;
  /* IE 4-9 */
  filter: alpha(opacity=100);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  top: 54px;
}
.sidebar .ul1 .li1:last-child > a {
  position: relative;
}
.sidebar .ul1 .li1:last-child > a > img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .ul1 .li1 > a {
  display: block;
  height: 14px;
  line-height: 14px;
  padding: 10px 30px;
  font-size: 16px;
  border-right: 2px solid #cecece;
}
.sidebar .ul1 .li1 .ul2 {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  top: 74px;
  width: 250px;
  border: 1px solid #cecece;
  background: white;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
}
.sidebar .ul1 .li1 .ul2 .li2 {
  float: left;
}
.sidebar .ul1 .li1 .ul2 .li2 > a {
  display: block;
  padding: 0 30px;
  line-height: 2;
}
.sidebar .ul1 .li1 .ul2 .li2 > a:hover {
  color: #0188aa;
}
/*****public*****/
.tit {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 40px;
  text-indent: 20px;
  padding: 40px 0;
  color: #666;
  background: url('../img/tit.png') no-repeat center center;
}
.tit2 {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 40px;
  text-indent: 20px;
  padding: 40px 0;
  color: #666;
  background: url('../img/tit2.png') no-repeat center center;
}
.tit3 {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 40px;
  text-indent: 20px;
  padding: 40px 0;
  color: #666;
  background: url('../img/tit3.png') no-repeat center center;
}
.tit4 {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 40px;
  text-indent: 20px;
  padding: 40px 0;
  color: #666;
  background: url('../img/tit4.png') no-repeat center center;
}
.tit5 {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 40px;
  text-indent: 20px;
  padding: 40px 0;
  color: #666;
  background: url('../img/tit5.png') no-repeat center center;
}
.news-none {
  width: 302px;
  height: 207px;
  line-height: 207px;
  font-size: 22px;
  color: #e1e1e1;
  text-align: center;
}
/*****分页器*****/
#pagevt {
  position: absolute;
  left: 50%;
  height: 32px;
  bottom: 0;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#pagevt .btn > a,
#pagevt .btn > span {
  display: block;
  width: 60px;
  height: 30px;
  border: 1px solid #0188aa;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  color: #0188aa;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pagevt .btn > a:hover,
#pagevt .btn > span:hover {
  background: #0188aa;
  color: white;
}
#pagevt .num > a,
#pagevt .num > span {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #0188aa;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  color: #0188aa;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pagevt .num > a:hover,
#pagevt .num > span:hover {
  background: #0188aa;
  color: white;
}
#pagevt .num > span.current {
  background: #DFDFDF;
  border: 1px solid #DFDFDF;
  color: white;
}
#pagevt .btn > span.current {
  background: #DFDFDF;
  border: 1px solid #DFDFDF;
  color: white;
}
/*****分页器信息*****/
#pagetext {
  position: absolute;
  height: 32px;
  line-height: 32px;
  bottom: 70px;
  color: #666;
  font-size: 14px;
}
/*****上下页*****/
.plist {
  padding: 0 40px;
}
.plist > a {
  color: #666;
}
.plist > a:hover {
  text-decoration: underline;
  color: #0188aa;
}
/*****banner*****/
/*****about*****/
#about #about-8 .content .des {
  width: 620px;
}
#about #about-8 .content .des > p {
  padding-bottom: 5px;
  color: #0070c7;
  font-size: 26px;
}
#about #about-10 .develop {
  width: 100%;
  height: 1000px;
  background: #F3F3F3;
}
#about #about-10 .develop .h{
  position: relative;
}
#about #about-10 .develop .ul1 .li1 {
  float: left;
 
}
#about #about-10 .develop .ul1 .li1 > a {
  position: relative;
  display: block;
  height: 150px;
  line-height: 150px;
  padding: 0 60px;
  font-size: 14px;
  color: #666;
}
#about #about-10 .develop .ul1 .li1 > a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#about #about-10 .develop .ul1 .li1 > a.hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#about #about-10 .develop .ul1 .li1 > a i {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 118px;
  height: 2px;
  background: #267ccb;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#about #about-10 .develop .ul1 .li1 .hide {
  display: none;
  position: absolute;
  width: 1106px;
  top: 150px;
  left: 50%;
  margin-left: -503px;
}
#about #about-10 .develop .ul1 .li1 .hide.none {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
}
#about #about-10 .develop .ul1 .li1 .hide .ul2 .li2 {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
#about #about-10 .develop .ul1 .li1 .hide .ul2 .li2 span:nth-child(1) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 60px;
}
#about #about-10 .develop .ul1 .li1 .hide .ul2 .li2 span:nth-child(2) {
  font-size: 14px;
  color: #333;
}
/*****about-en*****/
#about-en #about-46 .content .des {
  width: 620px;
}
#about-en #about-46 .content .des > p {
  padding-bottom: 5px;
  color: #0070c7;
  font-size: 26px;
}
#about-en #about-48 .develop {
  width: 100%;
  height: 1000px;
  background: #F3F3F3;
}
#about-en #about-48 .develop .h{
  position: relative;
}
#about-en #about-48 .develop .ul1 .li1 {
  float: left;
}
#about-en #about-48 .develop .ul1 .li1 > a {
  position: relative;
  display: block;
  height: 150px;
  line-height: 150px;
  padding: 0 33px;
  font-size: 14px;
  color: #666;
}
#about-en #about-48 .develop .ul1 .li1 > a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#about-en #about-48 .develop .ul1 .li1 > a.hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#about-en #about-48 .develop .ul1 .li1 > a i {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: block;
  width: 170px;
  margin-left: -85px;
  height: 2px;
  background: #267ccb;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#about-en #about-48 .develop .ul1 .li1 .hide {
  display: none;
  position: absolute;
  width: 1106px;
  top: 150px;
  left: 50%;
  margin-left: -503px;
}
#about-en #about-48 .develop .ul1 .li1 .hide.none {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
}
#about-en #about-48 .develop .ul1 .li1 .hide .ul2 .li2 {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
#about-en #about-48 .develop .ul1 .li1 .hide .ul2 .li2 span:nth-child(1) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 60px;
}
#about-en #about-48 .develop .ul1 .li1 .hide .ul2 .li2 span:nth-child(2) {
  font-size: 14px;
  color: #333;
}
/*****荣誉*****/
#img_list .content {
  margin-bottom: 50px;
}
#img_list #jq22 {
  padding-bottom: 50px;
}
#img_list #jq22 li {
  float: left;
  width: 350px;
  height: 370px;
  background: url('../img/honor-bg.png') no-repeat 0 100%;
  margin-right: 75px;
  margin-bottom: 100px;
  cursor: pointer;
}
#img_list #jq22 li:nth-child(3n) {
  margin-right: 0;
}
#img_list #jq22 li > img {
  margin: 0 auto;
}
/*****news*****/
#news .show {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  width: 100%;
  background: url('../img/line.jpg') no-repeat 0 100%;
}
#news .show .des {
  width: 570px;
}
#news .show .des p:nth-child(1) {
  font-size: 24px;
  color: #333;
  padding: 15px 0;
}
#news .show .des p:nth-child(2) {
  font-size: 16px;
  color: #666;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 50px;
}
#news .show .des p:nth-child(3) {
  font-size: 16px;
  color: #666;
}
#news ul {
  margin-bottom: 100px;
}
#news ul li {
  float: left;
  margin-bottom: 120px;
}
#news ul li:nth-child(n) {
  float: left;
}
#news ul li:nth-child(2n) {
  float: right;
}
#news ul li > a {
  display: block;
  width: 580px;
}
#news ul li > a:hover .text p:nth-child(3) {
  text-decoration: underline;
}
#news ul li > a .pic {
  border: 1px solid #e1e1e1;
  width: 302px;
  height: 207px;
}
#news ul li > a .text {
  position: relative;
  width: 250px;
  height: 207px;
}
#news ul li > a .text p:nth-child(1) {
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #333;
}
#news ul li > a .text p:nth-child(2) {
  position: absolute;
  bottom: 35px;
  font-size: 12px;
  color: #999;
}
#news ul li > a .text p:nth-child(3) {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: #999;
}
/*****news_read*****/
#news_read {
  margin-bottom: 100px;
}
#news_read .main {
  margin-top: 100px;
}
#news_read .main .p1 {
  text-align: center;
  color: #666;
  font-size: 26px;
  margin-bottom: 20px;
}
#news_read .main .p2 {
  text-align: center;
  margin-bottom: 20px;
}
#news_read .main .p2 > span {
  font-size: 12px;
  color: #666;
  margin-right: 30px;
}
#news_read .line2 {
  width: 100%;
  height: 4px;
  background: url('../img/line2.png');
}
#news_read .line {
  width: 100%;
  height: 22px;
  background: url('../img/line.jpg') no-repeat center center;
  margin-bottom: 20px;
}
#news_read .content {
  padding: 50px 0;
}
#news_read .content img {
  margin: 20px auto;
  max-width: 800px;
}
/*****product*****/
#product {
  margin-bottom: 100px;
}
#product .content ul {
  padding: 40px 0;
}
#product .content ul li {
  float: left;
  margin-right: 27px;
  margin-bottom: 100px;
}
#product .content ul li:nth-child(3n) {
  margin-right: 0;
}
#product .content ul li > a {
  position: relative;
  display: block;
  width: 382px;
  height: 336px;
  overflow: hidden;
}
#product .content ul li > a:hover .wrap > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#product .content ul li > a:hover > p {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#product .content ul li > a:hover .hide {
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#cce0e0e0', endColorstr='#cce0e0e0');
  background-color: rgba(224, 224, 224, 0.8);
}
:root #product .content ul li > a:hover .hide {
  /*
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
        */
  filter: none;
}
#product .content ul li > a:hover .hide p:nth-child(1) {
  right: 50px;
}
#product .content ul li > a:hover .hide p:nth-child(2) {
  left: 30px;
  bottom: 30px;
}
#product .content ul li > a > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: white;
  font-size: 20px;
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99333333', endColorstr='#99333333');
  background-color: rgba(51, 51, 51, 0.6);
  /* older safari/Chrome browsers */
  -webkit-opacity: 1;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1;
  /* IE9 + etc...modern browsers */
  opacity: 1;
  /* IE 4-9 */
  filter: alpha(opacity=100);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
:root #product .content ul li > a > p {
  /*
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
        */
  filter: none;
}
#product .content ul li > a .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#product .content ul li > a .wrap > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#product .content ul li > a .hide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 382px;
  height: 336px;
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00e0e0e0', endColorstr='#00e0e0e0');
  background-color: rgba(224, 224, 224, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
}
:root #product .content ul li > a .hide {
  /*
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
        */
  filter: none;
}
#product .content ul li > a .hide p:nth-child(1) {
  position: absolute;
  width: 100%;
  top: 50px;
  right: -382px;
  font-size: 24px;
  color: #666;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#product .content ul li > a .hide p:nth-child(2) {
  position: absolute;
  bottom: -46px;
  left: -46px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  background: #0188AA;
  font-size: 30px;
  color: white;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*****product_read*****/
#product_read .content {
  padding-bottom: 50px;
}
#product_read .content img {
  max-width: 1200px;
  margin: 20px auto;
}
/*****job*****/
#job .content {
  padding: 50px 0;
}
#job .content ul li {
  float: left;
  border: 1px solid #F0F0F0;
  width: 337px;
  height: 452px;
  margin-right: 90px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#job .content ul li:hover {
  background: #0188AA;
}
#job .content ul li:hover > p {
  color: white;
}
#job .content ul li:hover .warp > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#job .content ul li .warp {
  width: 337px;
  height: 202px;
  overflow: hidden;
}
#job .content ul li .warp > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#job .content ul li:nth-child(3) {
  margin-right: 0;
}
#job .content ul li:nth-child(4) {
  margin-left: 220px;
  margin-right: 80px;
}
#job .content ul li:nth-child(5) {
  margin-right: 220px;
}
#job .content ul li .p1 {
  padding: 40px 0;
  font-size: 18px;
  color: #333;
  text-indent: 10px;
}
#job .content ul li .p2 {
  padding: 40px 10px;
  font-size: 14px;
  color: #666;
}
/*****culture*****/
#culture #cul-29 {
  margin-bottom: 50px;
}
#culture #cul-29 .wrap {
  width: 100%;
  height: 260px;
}
#culture #cul-29 .wrap ul {
  position: relative;
  width: 600px;
  height: 260px;
  margin: 0 auto;
}
#culture #cul-29 .wrap ul li {
  float: left;
  width: 300px;
  height: 130px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#culture #cul-29 .wrap ul li:hover:nth-child(1),
#culture #cul-29 .wrap ul li:hover:nth-child(4) {
  background: #0188AA;
}
#culture #cul-29 .wrap ul li:hover:nth-child(2),
#culture #cul-29 .wrap ul li:hover:nth-child(3) {
  background: #0188AA;
}
#culture #cul-29 .wrap ul li:hover > p {
  color: white;
}
#culture #cul-29 .wrap ul li:nth-child(1),
#culture #cul-29 .wrap ul li:nth-child(4) {
  background: #E6E6E6;
}
#culture #cul-29 .wrap ul li:nth-child(2),
#culture #cul-29 .wrap ul li:nth-child(3) {
  background: #eee;
}
#culture #cul-29 .wrap ul li.pic {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  display: block;
  width: 86px;
  height: 86px;
  background: url('../img/cir.png');
}
#culture #cul-29 .wrap ul li .p1 {
  font-size: 26px;
  color: #333;
  padding: 15px 0;
  text-align: center;
}
#culture #cul-29 .wrap ul li .p2 {
  font-size: 12px;
  color: #333;
  padding: 0 30px;
  text-align: center;
}
#culture #cul-30 {
  margin-bottom: 60px;
}
#culture #cul-30 .line3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 50px;
  color: #16a1be;
  font-size: 30px;
  background: url('../img/line3.png') no-repeat center center;
}
#culture #cul-30 .line3 span {
  margin-left: 570px;
}
#culture #cul-31 {
  margin-bottom: 60px;
}
#culture #cul-31 .line4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 100px;
  color: #16a1be;
  font-size: 30px;
  background: url('../img/line4.png') no-repeat center center;
}
#culture #cul-31 .line4 span {
  margin-left: 570px;
}
/*****culture*****/
#culture-en #cul-72 {
  margin-bottom: 50px;
}
#culture-en #cul-72 .wrap {
  width: 100%;
  height: 260px;
}
#culture-en #cul-72 .wrap ul {
  position: relative;
  width: 600px;
  height: 260px;
  margin: 0 auto;
}
#culture-en #cul-72 .wrap ul li {
  float: left;
  width: 300px;
  height: 130px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#culture-en #cul-72 .wrap ul li:hover:nth-child(1),
#culture-en #cul-72 .wrap ul li:hover:nth-child(4) {
  background: #0188AA;
}
#culture-en #cul-72 .wrap ul li:hover:nth-child(2),
#culture-en #cul-72 .wrap ul li:hover:nth-child(3) {
  background: #0188AA;
}
#culture-en #cul-72 .wrap ul li:hover > p {
  color: white;
}
#culture-en #cul-72 .wrap ul li:nth-child(1),
#culture-en #cul-72 .wrap ul li:nth-child(4) {
  background: #E6E6E6;
}
#culture-en #cul-72 .wrap ul li:nth-child(2),
#culture-en #cul-72 .wrap ul li:nth-child(3) {
  background: #eee;
}
#culture-en #cul-72 .wrap ul li.pic {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  display: block;
  width: 86px;
  height: 86px;
  background: url('../img/cir.png');
}
#culture-en #cul-72 .wrap ul li .p1 {
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  text-align: center;
}
#culture-en #cul-72 .wrap ul li .p2 {
  font-size: 12px;
  color: #333;
  padding: 0 30px;
  text-align: center;
}
#culture-en #cul-73 {
  margin-bottom: 60px;
}
#culture-en #cul-73 .line3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 50px;
  color: #16a1be;
  font-size: 30px;
  background: url('../img/line3.png') no-repeat center center;
}
#culture-en #cul-73 .line3 span {
  margin-left: 570px;
}
#culture-en #cul-74 {
  margin-bottom: 60px;
}
#culture-en #cul-74 .line4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 100px;
  color: #16a1be;
  font-size: 30px;
  background: url('../img/line4.png') no-repeat center center;
}
#culture-en #cul-74 .line4 span {
  margin-left: 570px;
}
/*****contact*****/
#contact .content {
  padding: 50px 0;
  padding-left: 100px;
}
/*****message*****/
#message .main {
  padding: 60px 0;
}
#message .main .form-list {
  position: relative;
  padding-bottom: 30px;
}
#message .main .form-list label {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
#message .main .form-list ul {
  margin-bottom: 30px;
}
#message .main .form-list ul li {
  float: left;
  margin-right: 56px;
}
#message .main .form-list ul li > input[type="text"] {
  outline: none;
  border: none;
  width: 570px;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#message .main .form-list ul li:last-child {
  margin-right: 0;
}
#message .main .form-list textarea {
  outline: none;
  border: none;
  border: 1px solid #ccc;
  min-width: 100%;
  height: 230px;
  line-height: 2;
  font-size: 14px;
  color: #666;
  text-indent: 10px;
}
#message .main .form-list > p {
  padding: 30px 0;
  font-size: 14px;
  color: #666;
}
#message .main .form-list button.submit {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -140px;
  border: none;
  outline: none;
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: white;
  background: #16a1be;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#message .main .form-list button.submit:hover {
  -webkit-box-shadow: 0px 3px 5px #999;
  -moz-box-shadow: 0px 3px 5px #999;
  box-shadow: 0px 3px 5px #999;
}
/*****download*****/
#download {
  padding-bottom: 100px;
}
#download .content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
#download .content ul li {
  position: relative;
  width: 100%;
  height: 207px;
  margin-bottom: 35px;
}
#download .content ul li:hover .wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#download .content ul li .wrap {
  width: 307px;
  height: 207px;
  margin-right: 30px;
  overflow: hidden;
}
#download .content ul li .wrap img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
#download .content ul li .des p:nth-child(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
#download .content ul li .des p:nth-child(2) {
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
}
#download .content ul li .des p:nth-child(3) {
  font-size: 14px;
  color: #999;
}
#download .content ul li .check {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 90px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #16a1be;
  -webkit-box-shadow: 0 2px 5px #16a1be;
  -moz-box-shadow: 0 2px 5px #16a1be;
  box-shadow: 0 2px 5px #16a1be;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#download .content ul li .check:hover {
  -webkit-box-shadow: 0 0px 5px #16a1be;
  -moz-box-shadow: 0 0px 5px #16a1be;
  box-shadow: 0 0px 5px #16a1be;
}
