@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
@font-face{
  src: url(../fonts/HelveticaInserat.ttf);
}
@font-face{
  font-family: 'FuturistCondensed';
  src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/FuturistCondensed Regular.woff') format('woff'), /* chrome、firefox */
  url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
body{
  font-family:"Microsoft YaHei";
  min-width:280px;
  color:#444;
  overflow-x:hidden;
  word-break:break-all;
}
.iconfont{
  font-family: 'iconfont';
}
li{
  list-style:none;
}
i,em{
  font-style:normal;
}
.last{
  margin-right:0 !important;
}
.tHide{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.blockFull{
  display: block;
  width:100%;
  height:100%;
  position:relative;
}
.relative{
  position: relative;
}
a {
  color: #222;
}
a:hover{
  color: #e72e35;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6,ul,li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
}
.container {
  width: 1200px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.cl1{
  color: red;
}
.cl2{
  color: #999;
}
/*-header-*/
.header {
  clear: both;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 4px 0 #999;
}
/*-banner-*/
.banner {
  clear: both;
  padding-top: 66px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .slick-dots {
  height: 37px;
  bottom: 0;
  background: url(../images/dotsbg.png);
}
.banner .slick-dots li {
  margin-top: 15px;
}
.banner .slick-dots li button {
  background: url(../images/dots.png) no-repeat center;
  width: 36px;
  height: 7px;
}
.banner .slick-dots li.slick-active button {
  background: url(../images/dotsactive.png) no-repeat center;
  width: 36px;
  height: 7px;
}

.logo {
  margin: 10px 30px;
}
.logo img {
  height: 46px;
  display: block;
}
.nav {
  position: relative;
  z-index: 2;
}
.nav ul li {
  float: left;
  line-height: 66px;
  border-right: 1px solid #e9e9e9;
  position: relative;
}
.nav ul li a {
  padding: 24.1px 20px;
  transition: 0.3s;
  color: #222;
}
.nav ul li:hover a {
  color: #fff;
  background: #e72e35;
}
.nav ul li:hover ul li a {
  background: #fff;
  color: #444;
}
.nav ul li ul {
  width: 180%;
  position: absolute;
  padding: 10px 0;
  background: #fff;
  display: none;
}
.nav ul li ul li {
  float: none;
  font-size: 13px;
  line-height: 30px;
  border-right: 0;
}
.nav ul li ul li a {
  padding: 0;
  display: block;
  padding-left: 10px;
  font-size: 12px;
}
.nav ul li ul li a:hover {
  background: #e72e35;
  color: #fff;
}
.nav ul li.active a {
  color: #fff;
  background: #e72e35; 
}
.nav ul li:last-child {
  border-right: 0;
}
.language{
  margin-top: 20px;
  margin-right: 30px;
  overflow: hidden;
  padding-right: 1px;
  padding-bottom: 1px;
}
.language a{
  float: left;
  color: #999;
  display: block;
  font-size: 12px;
  box-shadow: 1px 1px 0 #e9e9e9;
  padding: 5px 6px;
  margin-left: 3px;
}
.language a:hover{
  color: #e72e35;
}
/*首页产品展示*/
.sypro{
  padding-bottom: 80px;
}
.sytit-wrap {
  text-align: center;
}
.sytit-wrap p {
  line-height: 30px;
  font-size: 13px;
  color: #555;
  margin-top: 20px;
}
.sytit-wrap p a{
  margin: 0 5px;
}
.sytit {
  background: url(../images/sybg1.png) no-repeat center;
  margin-top: 70px;
}
.sytit .sytitwrap {
  position: relative;
  top: -15px;
}
.sytit h3 {
  font-family: "黑体";
  font-size: 30px;
  color: #222;
  font-weight: 600;
}
.sytit b {
  font-family: "HelveticaInserat";
  font-size: 24px;
  color: #7c7c7c;
  font-weight: 100;
}
.sypro .syprocon ul{
  margin: 20px 0 0 0;
}
.sypro .syprocon ul li {
  width: 315px;
  height: 520px;
  position: relative;
  float: left;
  margin: 50px 112px 0 0;
}
.sypro .syprocon ul li .syprotxt {
  text-align: center;
  position: absolute;
  top: 0;
}
.sypro .syprocon ul li .syprotxt h3 {
  font-size: 22px;
  transition: 0.3s;
}
.sypro .syprocon ul li .syprotxt span {
  width: 56px;
  height: 2px;
  background: #e72e35;
  display: inline-block;
}
.sypro .syprocon ul li .syprotxt p {
  line-height: 20px !important;
  margin: 15px 0;
  color: #555;
}
.sypro .syprocon ul li .pic {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 360px;
}
.sypro .syprocon ul li .pic img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.sypro .syprocon ul li:hover img {
  transform: scale(1.2);
}
.sypro .syprocon ul li:hover h3 {
  color: #e72e35;
}
.sypro .syprocon ul li:nth-child(2) .syprotxt,.sypro .syprocon ul li:nth-child(5) .syprotxt {
  bottom: 0;
  top: auto;
}
.sypro .syprocon ul li:nth-child(2) .pic,.sypro .syprocon ul li:nth-child(5) .pic {
  top: 0;
}
.symore{
  width: 135px;
  height: 39px;
  display: block;
  border: 1px solid #e72e35;
  color: #e72e35;
  text-align: center;
  line-height: 39px;
  border-radius: 20px;
  margin: 40px auto 0;
  transition: 0.3s;
}
.symore:hover {
  background: #e72e35;
  color: #fff;
}
/*首页关于我们*/
.syabout {
  height: 576px;
  background: #eee;
}
.syabout .syaredbg {
  width: 91.71%;
  height: 428px;
  background: #e72e35;
  float: right;
  margin-top: 84px;
  position: relative;
}
.syabout .syaredbg .syawhitebg{
  width: 113.328%;
  height: 92.29%;
  background: #fff;
  position: relative;
  left: -17%;
  top: -20px;
}
.syabout .syaredbg .syawhitebg .syaleft{
  border: 10px solid #fbe6e6;
  width: 44.162%;
  height: 75.7%;
  margin: 47px 0 0 50px;
}
.syabout .syaredbg .syawhitebg .syaleft .pic{
  width: 100%;
  height: 100%;
}
.syabout .syaredbg .syawhitebg .syaleft .pic:after{
  padding-bottom: 75%;
}
.syabout .syaredbg .syawhitebg .syaright{
  width: 46.382%;
  margin: 50px 25px 0 0;
}
.syabout .syaredbg .syawhitebg .syaright h3{
  font-family: "FuturistCondensed";
  font-size: 34px;
  color: #333;
}
.syabout .syaredbg .syawhitebg .syaright b{
  font-size: 22px;
  color: #333;
  display: block;
}
.syabout .syaredbg .syawhitebg .syaright span {
  width: 51px;
  height: 2px;
  background: #e72e35;
  display: inline-block;
}
.syabout .syaredbg .syawhitebg .syaright p {
  line-height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
}
.syabout .syaredbg .syawhitebg .syaright a {
  display: inline-block;
  width: 134px;
  height: 34px;
  border: 1px solid #e72e35;
  line-height: 34px;
  text-align: center;
  color: #e72e35;
  margin: 25px 0 0;
  transition: 0.3s;
  float: right;
}
.syabout .syaredbg .syawhitebg .syaright a:hover {
  background: #e72e35;
  color: #fff;
}
/*首页新闻资讯*/
.synews .list1 {
  margin: 50px 0;
}
.synews .list1 li .pic {
  width: 50%;
}
.synews .list1 li .pic img {
  transition: 0.3s;
}
.synews .list1 li .pic:after {
  padding-bottom: 66.6%;
}
.synews .list1 li .syntxt {
  text-align: center;
  width: 50%;
  padding: 0 2.5%;
}
.synews .list1 li .syntxt span {
  display: block;
  margin-top: 7%;
}
.synews .list1 li .syntxt a.ntit {
  font-size: 24px;
  color: #333;
  margin: 10px 0;
  display: inline-block;
  transition: 0.3s;
  max-height: 102px;
  overflow: hidden;
}
.synews .list1 li .syntxt p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  margin-top: 10px;
}
.synews .list1 li:hover a.ntit {
  color: #e72e35;
}
.synews .list1 li:hover img {
  transform: scale(1.2);
}
.synews .list2{
  margin-bottom: 50px;
  overflow: hidden;
}
.synews .list2 li{
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

/*首页合作客户*/
.sypartner{
  background: #eee;
  padding-bottom: 60px;
}
.syptnpic{
  margin: 20px 0 0 0;
  overflow: hidden;
}
.syptnpic li{
  float: left;
  margin: 2.6% 2.6% 0 0;
  border: 1px solid #e6e6e6;
  width: 14.5%;
  height: 100px;
  background: #fff;
  text-align: center;
}
.syptnpic li:nth-child(6n){
  margin-right: 0;
}
.syptnpic li i{
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.syptnpic li img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/*友情链接*/
.link .container {
  padding: 10px 15px 15px;
}
.link .container span {
  width: 55px;
  height: 8px;
  display: inline-block;
  background: url(../images/linkbg.jpg) no-repeat center;
}
.link .container p {
  margin-top: -5px;
}
.link .container p em {
  color: #333;
  margin-right: 20px;
}
.link .container p a {
  font-size: 12px;
}
.link .container p i {
  margin: 0 0.8%;
}

/*底部开始*/
.footer{
  background: #292929;
  padding-top: 40px;
}
.footer .container dl {
  float:left;
  width: 13%;
  margin-right: 1.5%;
  text-align: center;
}
.footer .container dl:last-child{
  margin-right: 0;
}
.footer dl dt {
  margin: 10px 0 15px 0;
}
.footer dl dd{
  line-height: 14px;
  margin: 10px 0;
}
.footer dl dt a {
  color: #bbb;
  font-size: 13px;
}
.footer dl dd a {
  color: #ababab;
  font-size: 12px;
  transition: 0.3s;
}
.footer dl a:hover {
  color: #fff;
}

.copy {
  line-height: 50px;
  border-top: 1px solid #363636;
  margin-top: 10px;
}
.copy p {
  margin-bottom: 0;
  font-size: 12px;
  color: #ababab;
}
.copy p a {
  color: #ababab;
  transition: 0.3s;
}
.copy p a:hover {
  color: #fff;
}
.copy p span {
  display: inline-block;
  line-height: 16px;
  background: url(../images/icon_mobile.png) left top no-repeat;
  padding-left: 16px;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.copy p span em {
  width: 135px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -67.5px;
  display: none;
}
.copy p span:hover em {
  display: block;
}
.copy .pull-left em {
  color: #e72e35;
  margin-right: 2px;
}
.copy p .wechat{
  background: url(../images/icon_wechat.png) left top no-repeat;
  padding-left: 19px;
}

/*返回顶部*/
#returnTop {
  _display: none;
  position: fixed;
  _position: absolute;
  z-index: 999;
  right: 20px;
  bottom: -200px;
  _bottom: auto;
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../images/Top.png);
  _background-image: url(../images/Top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: bottom 0.9s;
  -webkit-transition: bottom 0.9s;
  -moz-transition: bottom 0.9s;
  -o-transition: bottom 0.9s;
}
#returnTop:hover {
  background-position: 0 -44px;
}

/*左下角浮动窗口*/
.floatadv{
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 196px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  z-index: 999;
}
.floatadv .dvtop{
  height: 15px;
  position: relative;
}
.floatadv .dvtop .gb{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ccc;
}
.floatadv .dvtop .gb:hover{
  color: #999;
}
.floatadv .dvtxt{
  padding: 0 12px;
}
.floatadv .dvtxt h4{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  line-height: 20px;
}
.floatadv .dvtxt p{
  line-height: 24px;
  margin: 8px 0;
  font-size: 13px;
}
.floatadv .dvtxt a{
  font-size: 12px;
  margin-right: 3px;
}


/*内页开始*/
.container2{
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0 15px;
}
/*副导航*/
.vicenav {
  position: relative;
  top: -69px;
}
.vicenavwrap .menu {
  padding-left: 0;
  text-align: center;
}
.vicenavwrap .menu .slick-track{
  margin: 0 auto;
}
.vicenavwrap .menu a{
  background: url(../images/mbxbg.jpg) bottom;
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-right: 1px solid #e1dfdc;
  font-weight: 600;
  color: #333;
}
.vicenavwrap .menu a:hover {
  background: #e72e35;
  color: #fff;
}
.vicenavwrap .menu a.cur {
  background: #e72e35;
  color: #fff;
}
.vicenavwrap .menu .slick-slide:last-child a{
  border-right: 0;
}

/*面包屑导航*/
.mbx{
  margin: -50px auto 0;
  width: 1070px;
  max-width: 100%;
}
.mbx2{
  margin: 30px auto 0;
}
.mbx em {
  color: #e72e35;
}

/*关于我们*/
.nycontainer{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
}
.arttit{
  text-align: center;
  border-bottom: 1px dotted #bebebe;
  margin-bottom: 30px;
}
.arttit h1{
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
.arttit .date{
  line-height: 45px;
  font-size: 12px;
  color: #777;
}
.artdet h2,.artdet h3,.artdet h4{
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.artdet h2{
  font-size: 24px;
  margin-top: 40px;
}
.artdet h3{
  font-size: 18px;
  margin-top: 30px;
}
.artdet h4{
  font-size: 16px;
}
.artdet p{
  line-height: 30px;
}
.artdet p a{
  text-decoration: underline;
}
.artdet p img{
  display: block;
  max-width: 100%;
  margin:0 auto;
}
.artdet p .tpsm{
  display: block;
  text-align: center; 
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.artdet .movie {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
.artdet .movie video{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
  }

/*产品服务*/
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.pro ul li {
  width: 23.739%;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  margin: 0 1.68% 5% 0;
  float: left;
}
.pro ul li .pic {
  width: 100%;
}
.pro ul li .pic img {
  transition: 0.3s;
}
.pro ul li .pic:after {
  padding-bottom: 113.4%;
}
.pro ul li .pic .probg {
  width: 89.371%;
  height: 88.03%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pro ul li .protxt {
  width: 100%;
  background: #f9f2f2;
  padding: 18px 0 10px 18px;
  transition: 0.3s;
}
.pro ul li .protxt a {
  font-weight: bold;
  font-size: 16px;
}
.pro ul li .protxt p {
  font-size: 12px;
  color: #999;
  line-height: 25px;
}
.pro ul li:hover img {
  transform: scale(1.3);
}
.pro ul li:hover .protxt {
  background: #e72e35;
}
.pro ul li:hover .protxt a{
  color: #fff;
}
.pro ul li:hover .protxt p{
  color: #eee;
}
.pro ul li:nth-child(4n) {
  margin-right: 0;
}

.prev-next {
  float: left;
  margin-top: 30px;
}
.prev-next a {
  display: block;
  color: #777;
  padding: 6px 0;
  transition: 0.3s;
}
.prev-next a b {
  color: #555;
  float: left;
  display: block;
  margin-right: 4px;
}
.prev-next .prev b{
  letter-spacing: 0.5px;
}
.prev-next a:hover {
  color: #e72e35;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}

/*合作客户*/
.nyptnpic{
  overflow: hidden;
}
.nyptnpic li{
  float: left;
  margin: 1% 2% 1% 0;
  border: 1px solid #f0f0f0;
  width: 18.4%;
  height: 108px;
  text-align: center;
}
.nyptnpic li:nth-child(5n){
  margin-right: 0;
}
.nyptnpic li i{
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.nyptnpic li img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/*新闻资讯*/
.newsfirst {
  margin-bottom: 10px;
}
.nleft {
  width: 34.206%;
}
.nleft .pic {
  width: 100%;
}
.nleft .pic:after {
  padding-bottom: 67%;
}
.nleft .pic img{
  transition: 0.3s;
}
.nleft .pic:hover img{
  transform: scale(1.2);
}
.nright {
  width: 62%;
}
.nright .newstit {
  padding: 10px 0 10px 25px;
  background: #ffac00 url(../images/newsbg.jpg) no-repeat 95% center;
  color: #fff;
}
.nright .newstit span {
  font-size: 22px;
  display: block;
}
.nright .newstit em {
  font-size: 12px;
  font-family: arial;
}
.nright .newscon {
  padding-top: 30px;
  border: 1px solid #d6d6d6;
}
.nright .newscon .date {
  font-family: arial;
  color: #999;
  padding: 2% 0 8% 3%;
}
.nright .newscon .date span {
  font-size: 39px;
  display: block;
  text-align: center;
}
.nright .newscon .date em {
  font-size: 12px;
}
.nright .newscon .newfirstcon {
  width: 83%;
  margin-left: 4%;
}
.nright .newscon .newfirstcon a {
  height: 45px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  transition: 0.3s;
}
.nright .newscon:hover a {
  color: #e72e35;
}
.nright .newscon .newfirstcon p{
  margin-top: 11px;
}
.news ul{
  overflow: hidden;
}
.news ul li {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 20px;
}
.news ul li .newleft {
  position: relative;
  width: 17.01%;
}
.news ul li .newleft .pic {
  width: 100%;
}
.news ul li .newleft .pic:after {
  padding-bottom: 67%;
}
.news ul li .newleft .pic img {
  transition: 0.3s;
}
.news ul li .newleft .date {
  width: 37px;
  color: #fff;
  position: absolute;
  right: -18.5px;
  top: 46%;
  margin-top: -22px;
}
.news ul li .newleft .date span {
  display: block;
  background: #e72e35;
  height: 36px;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
}
.news ul li .newleft .date em {
  font-family: arial;
  font-size: 10px;
  background: #a1000d;
  display: block;
  text-align: center;
}
.news ul li .newright {
  width: 79%;
  padding: 25px 20px 0 0;
}
.news ul li .newright a.newscontit {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  height: 22px;
  overflow: hidden;
  transition: 0.3s;
}
.news ul li .newright p {
  height: 40px;
  overflow: hidden;
}
.news ul li:hover a.newscontit {
  color: #e72e35;
}
.news ul li:hover img {
  transform: scale(1.2);
}
.news .pic img{
  width: 100%;
  height: 100%;
}

/*联系我们*/
#allmap,#allmap2{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#allmap img,#allmap2 img{
  width: 100%;
  max-width: 1068px;
}
.contactwrap ul {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
}
.contactwrap ul li {
  float: left;
  font-size: 12px;
  margin-right: 2%;
  padding: 8px 0;
  font-family: arial;
}
.contactwrap ul li span {
  color: #e72e35;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e72e35;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.contactwrap ul li a {
  font-family: arial;
}
.contactwrap ul li:last-child {
  margin-right: 0;
}
.BMap_bubble_title{
  font-weight: bold;
}
.BMap_bubble_content{
  font-size: 12px;
}
/*在线留言*/
.message p {
  text-align: center;
}
.message .messagecon {
  width: 86%;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 20px 0 7% 5%;
}
.message .messagecon ul {
  width: 43.02%;
  float: left;
  margin-right: 6%;
}
.message .messagecon ul li span {
  display: block;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;
  line-height: 35px;
  border: 1px solid #e6e6e6;
}
.message .messagecon ul li input:focus {
  border: 1px solid #e72e35;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 395px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #e72e35;
}
.message .messagecon ul li.li4 {
  margin-top: 35px;
}
.message .messagecon ul li.li4 input {
  width: 38%;
  float: left;
  padding-left: 5px;
  color: #333;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}
.message .messagecon ul.phonemessage {
  width: 95%;
  display: none;
}
.message .messagecon ul.phonemessage textarea {
  margin-bottom: 35px;
}
.message .sub {
  width: 86%;
  margin: 0 auto;
  text-align: right;
}
.message .sub input {
  height: 45px;
  width: 20%;
  background: #575757;
  border: 0;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #e72e35;
}

/*人才招聘*/
.job ul li {
  border-bottom: 1px solid #cecece;
}
.job ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
}
.job ul li .jobtit span {
  width: 100px;
  height: 49px;
  background: url(../images/jobbg1_en.png) no-repeat center;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.job ul li .jobtit span b {
  font-family: arial;
  font-size: 18px;
}
.job ul li .jobtit span.zhiwei {
  width: 90%;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}
.job ul li .jobtit span.zhiwei b {
  font-size: 14px;
}
.job ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #e72e35;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 101px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #faf2db;
  padding: 25px 3% 30px 40px;
  display: none;
}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
  margin: 15px 0 10px 0;
}
.job ul li .jobcon .joblxfs{
  line-height: 30px;
}
.job ul li.active {
  border-bottom: 0;
}
.job ul li.active .jobtit {
  background: #e72e35 url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;
}
.job ul li.active .jobtit i {
  display: block;
}
.job ul li.active .jobtit span.zhiwei {
  color: #fff;
}
.job ul li.active .jobcon {
  display: block;
}
.job ul li.active .jobcon b{
  display: block;
  margin-bottom: 10px;
}

/*站点地图*/
.mapwrap {
  margin: 0 auto;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #e72e35;
}
.mapwrap dl:hover dt a {
  color: #e72e35;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 13%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #e72e35;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #e72e35;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 87%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #e72e35;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 10px 0 20px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #e72e35;
  color: #fff;
}

/*slick*/
.slick-slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}
.slick-list {
  position:relative;
  overflow:hidden;
  display:block;
  margin:0;
  padding:0;
  z-index:1;
}
.slick-list:focus {
  outline:none;
}
.slick-list.dragging {
  cursor:pointer;
  cursor:hand;
}
.slick-slider .slick-track {
  -webkit-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
.slick-track {
  position:relative;
  left:0;
  top:0;
  display:block;
}
.slick-track:before,.slick-track:after {
  content:"";
  display:table;
}
.slick-track:after {
  clear:both;
}
.slick-loading .slick-track {
  visibility:hidden;
}
.slick-slide {
  float:left;
  height:100%;
  min-height:1px;
  display:none;
}
[dir="rtl"] .slick-slide {
  float:right;
}
.slick-slide.slick-loading img {
  display:none;
}
.slick-slide.dragging img {
  pointer-events:none;
}
.slick-initialized .slick-slide {
  display:block;
}
.slick-loading .slick-slide {
  visibility:hidden;
}
.slick-vertical .slick-slide {
  display:block;
  height:auto;
  border:1px solid transparent;
}
.slick-prev,.slick-next {
  position:absolute;
  display:block;
  height:31px;
  width:31px;
  line-height:0;
  font-size:0;
  cursor:pointer;
  background:transparent;
  color:transparent;
  top:50%;
  margin-top:-16px;
  padding:0;
  border:none;
  outline:none;
  z-index:3;
}
.slick-prev {
  left:-25px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  transform: rotate(45deg);
}
.slick-next {
  right:-25px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  transform: rotate(-45deg);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-dots {
  position:absolute;
  bottom:20px;
  height:auto;
  list-style:none;
  display:block;
  text-align:center;
  padding:0;
  width:100%;
  line-height:0;
  z-index:2;
}
.slick-dots li {
  position:relative;
  display:inline-block;
  margin:0 3px;
  padding:0;
  cursor:pointer;
}
.slick-dots li button {
  border:0;
  display:block;
  height:10px;
  width:10px;
  padding:0;
  margin:0;
  outline:none;
  line-height:0;
  font-size:0;
  cursor:pointer;
  background:#fff;
  border-radius:10px;
}
.slick-dots li.slick-active button {
  background:#fbca4f;
}

/*******************/
@media (max-width: 1440px) {
  .synews .list1 li .syntxt span{
    margin-top: 5%;
  }
  .symore{
    margin: 30px auto 0;
  }
}
@media (max-width: 1366px) {
  .logo img{
    height:36px;
  }
  .nav ul li {
    line-height:56px;
  }
  .nav ul li a {
    padding: 19px 16px;
  }
  .language{
    margin-top:14px;
  }
  .banner{
    padding-top: 56px;
  }
  .vicenav{
    top: -59px;
  }
  .vicenavwrap .menu a{
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1280px) {
  .container{
    width: 100%;
  }
  .sypro .syprocon {
    text-align: center;
  }
  .sypro .syprocon ul li {
    margin-right: 1%;
    float: none;
    display: inline-block;
    width: 310px;
  }
  .syabout .syaredbg{
    width: 89%;
  }
}
@media (max-width: 1136px) {
  .logo {
    margin:10px 20px;
  }
  .nav ul li a {
    padding:19px 10px;
  }
  .language{
    margin-right:20px;
  }
  .syabout .syaredbg{
    width: 90%;
  }

  .synews .list1 li .syntxt a.ntit{
    font-size: 22px;
  }
  .mbx .mbxwrap {
    padding-left: 15px;
  }
  .nright .newscon .date {
    padding: 2.6% 0 8.1% 3%;
  }
}
@media (max-width: 1024px) {
  .logo {
    margin:10px 15px;
  }
  .nav ul li a {
    padding:20px 10px;
    font-size: 12px;
  }
  .language{
    margin-right:15px;
  }

  .nright .newscon{
    padding-top: 25px;
  }
  .nright .newscon .date {
    padding: 2% 0 7.6% 3%;
  }
}
@media (max-width: 991px) {
  .header{
    position:unset;
    background-color: #f8f8f8;
  }
  .logo {
    margin:15px;
    float: none !important;
  }
  .logo img{
    margin: 0 auto;
  }
  .banner{
    padding-top: 0;
  }
  .sypro .syprocon {
    text-align: center;
  }
  .sypro .syprocon ul li {
    margin-right: 1%;
    float: none;
    display: inline-block;
    width: 32%;
    height: 428px;
  }
  .sypro .syprocon ul li .pic {
    height: 272px;
  }
 
  .syabout .syaredbg .syawhitebg .syaright {
    width: 45.382%;
    margin-right: 10px;
  }
  .synews .list1 li .syntxt a.detailed {
    margin-top: 0;
  }
  .synews .list1 li .syntxt a.ntit {
    font-size: 18px;
  }
  .synews .list1 li .syntxt span {
    margin-top: 7%;
  }
  .symore{
    margin: 15px auto 0;
  }

  .vicenav {
    top: -49px;
  }
  .vicenav .vicenavwrap .menu a {
    height: 35px;
    line-height: 35px;
  }
  .mbx {
    margin-top: -30px;
  }
  .mbx2{
    margin-top: 18px;
  }
  .message .messagecon {
    width: 100%;
  }

  .nleft {
    display: none;
  }
  .nright {
    width: 100%;
  }
  .nright .newscon {
    padding-top: 2px;
  }
  .nright .newscon .date {
    padding: 3.5% 0 3% 2%;
  }
  .nright .newscon .newfirstcon a {
    margin-top: 20px;
  }
  .news ul li .newright {
    padding-top: 8px;
  }
  .slick-prev,.slick-next {
    height:21px;
    width:21px;
    margin-top:-12px;
  }
  .slick-prev {
    left:-16px;
  }
  [dir="rtl"] .slick-prev {
    right:-16px;
  }
  .slick-next {
    right:-16px;
  }
  [dir="rtl"] .slick-next {
    left:-16px;
  }
}
@media (max-width: 768px) {
  .mapwrap dt {
    width: 18%;
  }
  .mapwrap dd {
    width: 82%;
  }
  .sypro .syprocon ul li .syprotxt p {
    margin: 0;
  }

  .syabout .syaredbg .syawhitebg .syaright p {
    line-height: 22px;
    font-size: 12px;
  }
  .synews .list1 li .syntxt span {
    margin-top:4%;
  }
  .synews .list1 li .syntxt a.ntit {
    font-size: 16px;
    font-weight: bold;
    height: auto;
  }
  .synews .list1 li .syntxt p {
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .nav,.language {
    display: none;
  }
  /**.banner .slick-slide img {
    height: 22rem;
  }**/
  .banner .slick-dots {
    height: 30px;
  }
  .banner .slick-dots li{
    margin-top: 12px;
  }
  .phone-nav {
    top: 5px !important;
  }
  .sytit-wrap p {
    line-height: 24px;
    margin-top: 10px;
  }
  .sytit-wrap .sytit h3 {
    font-size: 25px;
  }
  .sypro .syprocon ul {
    margin-top: 30px;
  }
  .sypro .syprocon ul li {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 490px;
  }
  .sypro .syprocon ul li .syprotxt {
    top: 0 !important;
    width: 100%;
  }
  .sypro .syprocon ul li .syprotxt p {
    margin:15px 0;
  }
  .sypro .syprocon ul li .pic {
    bottom: 0 !important;
    top: auto !important;
    height: 360px;
  }
  .syabout {
    height: auto;
    padding-bottom: 40px;
  }
  .syabout .syaredbg {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 40px;
  }
  .syabout .syaredbg .syawhitebg {
    width: 100%;
    position: static;
  }
  .syabout .syaredbg .syawhitebg .pic {
    width: 100% !important;
    margin: 0 !important;
  }
  .syabout .syaredbg .syawhitebg .syaleft {
    width: 100%;
    margin: 0;
  }
  .syabout .syaredbg .syawhitebg .syaright {
    width: 100%;
    margin: 50px 0 0;
    text-align: center;
  }
  .syabout .syaredbg .syawhitebg .syaright p{
    text-align: left;
  }
  .synews .list1{
    margin: 50px 0 10px 0;
  }
  .synews .list1 li .pic {
    width: 100%;
  }
  .synews .list1 li .syntxt {
    width: 100%;
    padding-bottom: 30px;
  }
  .synews .list1 li .syntxt span {
    margin-top: 25px;
  }
  .synews .list1 li .syntxt a.ntit {
    margin-bottom: 0;
  }
  .synews .list2 li{
    width: 100%;
  }

  .copy {
    text-align: center;
  }
  .copy p {
    float: none !important;
    line-height: 25px;
    margin: 20px 0;
  }
  .vicenav {
    top: -14px;
  }
  .vicenav .vicenavwrap .menu a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
  }
  .mbx {
    margin-top: -15px;
  }
  .mbx2{
    margin-top: 10px;
  }
  .nycontainer {
    padding: 30px 15px;
  }
  .artdet h2 {
    padding: 18px 0 15px 0;
  }
  .artdet h3 {
    padding: 15px 0 10px 0;
  }
  .artdet p {
    line-height: 24px;
  }
  .nynewwrap ul li {
    width: 100%;
  }
  .contactwrap ul li {
    margin-right: 0;
    width: 100%;
  }
  .message .messagecon {
    width: 100%;
  }
  .message .messagecon ul {
    display: none;
  }
  .message .messagecon ul.phonemessage{
    display: block;
  }
  .job ul li .jobtit span.zhiwei{
    width: 85%;
  }

  .pro ul {
    text-align: center;
  }
  .pro ul li {
    width: 47%;
    margin: 0 3% 3.6% 0;
    display: inline-block;
    float: none;
  }
  .pro ul li:nth-child(3),.pro ul li:nth-child(4n){
    margin: 0 3% 3.6% 0;
   }
   .pro ul li:nth-child(2n){
    margin-right: 0;
   }
  .pro ul li .protxt {
    padding: 10px 0 5px 10px;
    text-align: left;
  }

  .nleft {
    display: none;
  }
  .nright {
    width: 100%;
  }
  .nright .newscon {
    padding-top: 2px;
  }
  .nright .newscon .date {
    padding: 7.5% 0 3.3% 1%;
    width: 23%;
    text-align: center;
  }
  .nright .newscon .newfirstcon {
    width: 70%;
  }
  .nright .newscon .newfirstcon a{
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
  }
  .nright .newscon .newfirstcon p{
    line-height: 20px;
  }
  .news ul li .newleft {
    width: 25.01%;
  }
  .news ul li .newright {
    width: 65%;
  }
  .news ul li .newright p{
    line-height: 20px;
  }
  .nyptnpic li {
    width: 32%;
    height:90px;
  }
  .nyptnpic li:nth-child(5n){
    margin-right: 2%;
  }
  .nyptnpic li:nth-child(3n){
    margin-right: 0;
  }
  .syptnpic li{
    width: 23.5%;
    height: 70px;
    margin: 2% 2% 0 0; 
  }
  .syptnpic li:nth-child(6n){
    margin-right:2%;
  }
  .syptnpic li:nth-child(4n){
    margin-right: 0;
  } 
}
@media (max-width: 640px) {
  .mapwrap dt {
    width: 28%;
  }
  .mapwrap dd {
    width: 72%;
  }
}
@media (max-width: 480px) {
  .logo {
    margin:10px 15px;
  }
  .footer{
    padding: 0;
  }
  .footer .container dl{
    display: none;
  }
  .copy{
    margin-top: 0;
  }
  .message .sub {
    width: 100%;
  }
  .message .sub input {
    width: 45%;
  }
  .job ul li .jobtit span.zhiwei{
    width: 50%;
  }
  .sypro .syprocon ul li .pic {
    height: 335px;
  }
  .nright .newscon .date {
    width: 23%;
  }
  .nright .newscon .newfirstcon {
    width: 70%;
  }
  .news ul li .newleft {
    width: 33.01%;
  }
  .news ul li .newleft .pic:after {
    padding-bottom: 100%;
  }
  .news ul li .newright {
    width: 60%;
    padding:10px 0 0 0;
  }
  .news ul li .newright a.newscontit {
    height: 45px;
  }
  .vicenavwrap .menu div ul {
    width: 225%;
    margin-left: -15%;
  }
  .pro ul li {
    border-radius: 0;
  }
}
@media (max-width: 400px) {
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}

/*-phone-nav-*/
.phone-nav {
  position: fixed;
  font-size: 24px;
  right: 15px;
  line-height: 50px;
  display: none;
  color: #e72e35;
  top: 7px;
  z-index: 9;
}
.phone-nav:hover {
  color: #333;
}
@media (max-width: 991px) {
  .phone-nav {
    display: block;
  }
  .nav,.language,#returnTop{
    display: none;
  }
  .floatadv{
    position: unset;
    border:0;
    border-bottom: 1px solid #eee;
    border-radius:0;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
