
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both;}
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  

*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: "Arial";
    -webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Arial";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1500px;}

/*******************************

********************************/
.menu{
  height: 88px;
}
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 5.73vw;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header.index{
  box-shadow:none;
  background: transparent;
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.header.index.fixed{
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
   background:transparent;
   background-color: #fff;
}
.header .logo{
    float: left;
    overflow: hidden;
    line-height:88px;
}
.header .logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.header .logo .lg1{
  display: none;
}
.header.index .logo .lg1{
   display: inline-block;
}
.header.index .logo .lg2{
  display: none;
}
.header.index.fixed .logo .lg2{
  display: inline-block;
}
.header.index.fixed .logo .lg1{
  display: none;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
    text-transform:capitalize;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 20px;
    color:#404040;
    display: block;
	height:88px;
    line-height:100px;
	overflow:hidden;
    margin: 0 28px;
}
.header.index .nav li .v1{
  color:#fff;
}
.header.index .nav li.ok .v1:before {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #a61f25;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.header.index.fixed .nav li .v1{
  color:#404040;
}
.header .nav li.ok .v1:before {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #a61f25;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.nav li:hover .v1{
  color: #a61f25!important;
} 
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
	width:100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #a61f25;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
	padding:5px 0;
    line-height:150%;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#a61f25;
}
.header .yy{
  position: relative;
  height: 88px;
}
.header .yy .en{
  display: block;
  float: left;
  color:#404040;
  line-height: 88px;
  margin-left: 22px;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 28px;
  background: url(../images/pic9.jpg) no-repeat left center;
}
.header.index .yy .en{
  color:#fff;
  background-image: url(../images/ico2.png);
}
.header.index.fixed .yy .en{
  color:#333;
  background-image: url(../images/pic9.jpg);
}
.header .yy .yysub{
   display: none;
    position: absolute;
    top: 100%;
    left:50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #197BC6;
}
.header .yy .yysub  a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.header .yy .yysub  a:hover{
    background-color: #fff;
    color:#197BC6;
}
.header .yy:hover .yysub{
  display: block;
}
.nav .seach{
  position: relative;
 margin-left: 2.03vw;
}
.nav .seach .so{
  display: block;
  height: 88px;
  width: 30px;
  cursor: pointer;
  background:url(../images/pic7.jpg) no-repeat center;
}
.header.index .nav .seach .so{
  background-image: url(../images/so.png);
}
.header.index.fixed .nav .seach .so{
  background-image: url(../images/pic7.jpg);
}
.nav .seach .form{
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 300px;
  background-color: #fff;
  border-top: 1px solid  #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav .seach .form input{
  float: left;
  display: block;
  height: 45px;
  padding:  0 10px;
  width: calc(100% - 45px);
}
.nav .seach .form .btn{
  width: 45px;
  height: 45px;
  float: right;
  background: url(../images/seach.png) no-repeat center;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
}
.header .tel{
  position: relative;
  margin-left: 10px;
}
.header .tel .ico{
  height: 88px;
  width: 30px;
  cursor: pointer;
  background: url(../images/pic8.jpg) no-repeat;
  background-position:center 55%;
}
.header .tel:hover .phone{
    display: block;
}
.index.header .tel .ico{
  background-image: url(../images/ico1.png);
}
.header.index.fixed .tel .ico{
 background-image: url(../images/pic8.jpg);
}
.header .dm{
  padding-top: 38px;
  font-size: 14px;
  float: left;
  margin-left: 22px;
  color:#666;
}
.header .dm span{
  font-size: 16px;
  font-weight: bold;
}
.index.header .dm{
  color:#fff;
}
.index.header.fixed .dm{
    color:#333;
} 
.header .tel .phone{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px; 
  text-align: center;
  line-height: 28px;
  color:#fff;
  font-size:16px;
  background-color: #a61f25;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #1c5bc0;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.bannerbox{
  position: relative;
  z-index:10;
}
 .banner  img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 3s;
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }
.banner.swiper-container .swiper-slide.swiper-slide-active img{
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner.swiper-container .swiper-pagination {
  width: 321px;
  height: 2px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 49px;
  margin:0 auto;
  background: rgba(255, 255, 255, 0.4);
}
.banner.swiper-container .swiper-pagination-progressbar-fill{
  background: #fff;
}
.banner .swiper-slide{
  position: relative;
  height: 50.89vw;
  overflow: hidden;
}

.banner video{
  width: 100%;
  height: 102%;
  object-fit: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner .txt{
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  text-align: center;
  color:#fff;
  z-index: 2;
}
.banner .txt.t50{
  top: 39%;
}
.banner .txt .t1{
  font-size: 3.02vw;
}
.banner .txt .t2{
  font-size: 26px;
  letter-spacing: 1px;
}
.banner .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .swiper-button-prev{
  position: absolute;
  left: 3%;
  width: 66px;
  height: 66px;
  background: url(../images/ico3.png) no-repeat;
  opacity: 1!important;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}
.banner .swiper-button-next{
  position: absolute;
  right: 3%;
  width: 66px;
  height: 66px;
  background: url(../images/ico4.png) no-repeat;
  opacity: 1!important;
  transition: all 0.3s ease-out 0s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{
    transform: scale(1.2);
}
.banner .info{
  position: absolute;
  left: 12%;
  color:#fff;
  top: 28%;

}
.banner .info .t1{
  font-size: 3.13vw;
}
.banner .info  .t2{
  font-size: 24px;
}




.bannerbox .num{
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  width: 396px;
  margin:0 auto;
  color:#fff;
  z-index: 10;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}



/* å¼¹çª— */
.m-pop {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 999;
}
.m-pop .box {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
/* å¼¹çª—å†…å®¹ */

.m-pop .box .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.m-pop .box .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.m-pop .box .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.m-pop .box .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  background: url(../images/banner1.jpg) no-repeat;
  opacity:1;
}

.m-pop .box .modal .img img {
  margin: 0 auto;
}

.m-pop .box .modal .out:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.m-pop .box .modal2 {
  padding: 20px;
}

.m-pop .box .modal .img {
  max-width: 1200px;
}

/* å¼¹çª—é€‰ä¸­ */
.m-pop.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-pop.one .box .modal {
  transform: scale(1);
}
.m-pop.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-pop.one.out .box .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* å¼¹çª—åŠ¨ç”» */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}
.alltime{
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-so{
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 999;
}
.m-so.one{
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-so.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.m-so .bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.m-so .form{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin:0 auto;
}
.m-so .form input{
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 1000px;
    height: 60px;
    display: block;
    font-size: 18px;
    color:#fff;
    float: left;
}
.m-so .form input::placeholder{
    color:#fff;
}
.m-so .form .btn{
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/seach.png) no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}
.m-so .close{
    position: absolute;
    top: 60px;
    right: 60px;
    width: 64px;
    height: 64px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}


.hd-mobile{display: none;}



body.index .menu{
  height: 0;
}
/**neiye**/
.ban{
  position: relative;
}
.ban video{
  display: block;
  width: 100%;
  height: 31.98vw;
  object-fit: cover;
}
.ban img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ban.about .txt{
  margin-top: -5%;
  text-align: center;
  left: 0;
  right: 0;
}
.ban .txt{
  color:#fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban .txt.tc{
  text-align: center;
  left: 0;
  right: 0;
}
.ban .txt .tit{
  font-size: 2.86vw;
  margin-bottom: 5px;
}
.ban .txt .desc{
  font-size: 24px;
  margin-bottom: 20px;
}
.ban .txt .line{
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.newslist{
  overflow: hidden;
  padding: 3.23vw 0;
}
.newslist .nytitle{
  margin-bottom: 23px;
}
.nytitle{
  text-align: center;
  font-size: 2.86vw;
  color:#333333;
}
.ul-newtab{
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.4vw;
}
.ul-newtab li{
  display: inline-block;
  margin:0 20px;
}
.ul-newtab a{
  display: block;
  height: 50px;
  font-size: 18px;
  color:#525252;
  width: 210px;
  line-height: 48px;
  border:1px solid #e0e0e0;
}
.ul-newtab li:hover a,
.ul-newtab li.on a{
  background: #1877c0;
  color:#fff;
  border-color: #1877c0;
}
.ul-newslist{
  overflow: hidden;
 margin:-15px;
 padding: 15px;
}
.ul-newslist li{
  height: 258px;
  background-color: #fff;
  box-shadow: 0px 0px 18px 6px rgba(241,241,248,0.9400);
  margin-bottom: 32px;
}
.ul-newslist .pic{
  float: left;
  overflow: hidden;
  width: 378px;
  height: 258px;
}
.ul-newslist img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-newslist .info{
  overflow: hidden;
  padding: 45px 63px 0 0;
}

.ul-newslist .time{
  float: left;
  text-align: right;
  width: 147px;
  padding-right: 24px;
  padding-top: 2px;
  font-size: 14px;
  color:#5A5A5A;
  height: 119px;
  border-right: 1px solid #ebebeb;
}
.ul-newslist .time .y{
  font-size: 32px;
  color:#d1d1d1;
  line-height: 1.25;
}
.ul-newslist  a{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-newslist .txt{
  overflow: hidden;
  padding-left: 40px;
  transition:all .3s;
}
.ul-newslist li:hover .txt{
  padding-left: 80px;
}
.ul-newslist .tit{
  font-size: 30px;
  color:#040404;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition:all .3s;
}
.ul-newslist li:hover .tit{
  color:#1877c0;
}
.ul-newslist .desc{
  font-size: 14px;
  color:#212121;
  line-height: 1.6;
  opacity:.64;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.ul-newslist .txt .jian{
  width: 36px;
  height: 16px;
  background: url(../images/pic11.jpg) no-repeat;
}
.footer{
  background: #f7f7f7;
}
.contentus{
  overflow: hidden;
  padding: 3.23vw 0 4.58vw;
}
.ul-con{
  padding-top: 40px;
  margin:0 -11px 41px;
}
.ul-con::after {
  content: '';
  display: block;
  clear:both;
  visibility: hidden;
  width: 100%;
  height: 0;
}
.ul-con li{
  width: 25%;
  float: left;
}
.ul-con .con{
  margin:0 11px;
  text-align: center;
  overflow: hidden;
  padding: 32px 0 58px;
  box-shadow: 0px 0px 18px 6px rgba(241,241,248,0.9400);
}
.ul-con .ico{
  width: 112px;
  height: 112px;
  background: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-con .tit{
  font-size: 26px;
  color:#282828;
  margin-bottom: 13px;
}
.ul-con .desc{
  font-size: 16px;
  color:#6A6969;
}
.ul-con .i1{
  background-image: url(../images/ico39.png);
}
.ul-con .i2{
  background-image: url(../images/ico27.png);
}
.ul-con .i3{
  background-image: url(../images/ico28.png);
}
.ul-con .i4{
  background-image: url(../images/ico29.png);
}
.ul-con li:hover .i1{
  background-image: url(../images/ico26.png);
}
.ul-con li:hover .i2{
  background-image: url(../images/ico40.png);
}
.ul-con li:hover .i3{
  background-image: url(../images/ico41.png);
}
.ul-con li:hover .i4{
  background-image: url(../images/ico42.png);
}
.ul-con li:hover .ico{
  background-color:  #1877C0;
}
.proform{
  padding:3.59vw 2.29vw 2.19vw;
  background: #F7F7F7;
}
.proform .tit {
  overflow: hidden;
  margin-bottom: 38px;
   line-height: 32px;
}
.proform .tit p{
  font-size: 32px;
  float: left;
  color: #313131;
  font-weight: bold; 
}
.proform .tit span{
  font-size: 14px;
  color:#999999;
  display: block;
  float: right;
}
.proform .box{
  overflow: hidden;
}
.proform .box .inp{
  float: left;
  width: 23.5%;
  border: 1px solid #eaeaea;
  margin-right: 2%;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
  background-color: #fff;
}
.proform .box .inp .ico{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
}
.proform .box input{
  display: block;
  height: 100%;
  width: 100%;
  padding-right:  10px;
}

.proform .box .inp:last-child{
  margin-right: 0px;
}
.proform .text {
  padding-left: 60px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 14px;
  border-radius: 4px;
}
.proform .text .ico{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
}
.proform .text textarea {
    display: block;
    width: 100%;
    padding: 10px;
    resize: none; 
    height: 111px;
}
.proform .subbtn{
    background: #353535 url(../images/ico43.png) no-repeat right 20px center;
    padding: 0 28px;
    border-radius: 4px;
    color: #fff;
    line-height: 61px;
    overflow: hidden;
    width: 240px;
    cursor: pointer;
}

.caselist{
  overflow: hidden;
  padding:3.28vw 0;
}

.ul-case{
  overflow: hidden;
   margin:0 -20px;
   padding-top: 2.55vw;
}
.ul-case li{
  width: 33.33%;
  float: left;
  margin-bottom: 1.98em;
}
.ul-case a{
  display: block;
  margin:0 20px;
  overflow: hidden;
}
.ul-case .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 59%;
}
.ul-case .txt{
  background: #f5f5f5;
  padding: 1.93vw 1.77vw 2.19vw;
}
.ul-case .bge{
  background: #f5f5f5;
  padding: 30px 36px 36px;
  overflow: hidden;
}
.ul-case .txt .tit{
  font-size: 24px;
  color:#040404;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 11px;
}
.ul-case .txt .desc{
  font-size: 16px;
  color:#6A6A6A;
  line-height: 1.5;
  height: 6em;
}
.ul-case .txt .more{
  font-size: 14px;
  color:#000;
  text-transform: uppercase;
  font-weight: bold;
}
.ul-case .txt .more span{
  color:#6A6A6A;
  margin-left: 10px;
}
.ul-case.tt li{
  width: 50%;
  margin-bottom: 40px;
}

.ul-case .t1{
  font-size: 30px;
  margin-bottom: 10px;
  color:#333333;
}
.ul-case .t2{
  font-size: 18px;
  color:#333;
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.m-ab1{
  overflow: hidden;
  padding: 3.33vw 0 5.36vw;
  background: url(../images/aboutbg1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-ab1 .nytitle{
  text-align: left;
}
.m-ab1 .info{
  padding-top: 37px;
  font-size: 17px;
  color:#333333;
  line-height: 1.76;
  margin-bottom: 47px;
  text-indent: 2em;
}
.m-ab1 .info strong{
  font-weight: normal;
}
.txtimg1{
  overflow: hidden;
  background-color: #fff;
}
.txtimg1 .pic{
  width: 630px;
  height: 420px;
  float: right;
  position: relative;
  background: url(../images/pic13.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.txtimg1 .pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 102px;
  height: 103px;
  background: url(../images/ico34.png) no-repeat;
  transition:all .3s;
}
.txtimg1 .pic:hover::after{
  transform: scale(1.1, 1.1) translate(-50%,-50%);
}
.txtimg1 .txt{
  overflow: hidden;
  padding: 49px 50px 0;
}
.txtimg1 .txt .tit{
  font-size: 32px;
  font-weight: bold;
  color:#313131;
  margin-bottom: 10px;
}
.txtimg1 .txt  .desc{
  font-size: 16px;
  color:#666666;
  margin-bottom: 28px;
}
.txtimg1 .ul-num{
  padding-top: 20px;
}
.m-ab2{
  overflow: hidden;
  padding: 4.58vw 0 5.47vw;
  background: #f5f5f5;
}
.m-ab2 .txt{
  float: left;
  width: 410px;
  padding-top: 15px;
}
.m-ab2 .txt .tit{
  font-size: 24px;
  color:#333333;
  line-height: 1.38;
  font-weight: bold;
  margin-bottom: 56px;
}
.m-ab2 .txt .desc{
  font-size: 17px;
  color:#333333;
  line-height: 1.76;
}
.m-ab2 .info{
  overflow: hidden;
  margin:0 auto;
}
.m-ab2 .info .nytitle{
  height: 66px;
}
.m-ab2 .info .desc{
  font-size: 17px;
  color:#333333;
  line-height: 1.76;
  padding-top: 54px;
  margin-bottom: 2.86vw;
  transition:all .3s;
  height: 7.04em;
}
.ul-ablist1{
  overflow: hidden;
}
.ul-ablist1 li{
  width: 33.33%;
  float: left;
  cursor: pointer;
}
.ul-ablist1 li .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 58%;
}
.ul-ablist1 .tit{
  font-size: 17px;
  color:#333333;
  padding-top: 15px;
}
.ul-ablist1 li.on .tit{
  color:#197BC6;
}
.ul-ablist1 .tit span{
  display: block;
  float: right;
  margin-right: 16px;
}
.m-ab3{
  overflow: hidden;
   background: url(../images/pic17.jpg) no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
   padding: 4.06vw 0 7.81vw;
   position: relative;
}
.m-ab3::after {
  content: '';
  display: block;
  position: absolute;
  top: 15.26vw;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.m-ab3 .nytitle{
  color:#fff;
  margin-bottom: 3.33vw;
}
.swipertop{
  margin-bottom: 90px;
}
.swipertop .swiper-slide{
  text-align: center;
}
.swipertop .num{
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 30px;
  opacity:.5;
  margin-bottom: 15px;
}
.swipertop .swiper-slide-prev .num,
.swipertop .swiper-slide-next .num{
  opacity:1;
}
.swipertop .swiper-slide-active .num{
  font-size: 48px;
  opacity:1;
}
.swipertop .lin{
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin:0 auto;
  opacity:.5;
}
.swipertop .swiper-slide-prev .lin,
.swipertop .swiper-slide-next .lin{
  opacity:1;
}
.swipertop .swiper-slide-active .lin{
  background: #FFDE00;
  opacity:1;
  width: 19px;
  height: 19px;
  margin-top: -4px;
}
.swiperbom .swiper-slide{
  padding-left: 140px;
  color:#fff;
  overflow: hidden;
}
.swiperbom .year{
  float: left;
  font-weight: bold;
  font-family: Arial;
  font-size: 70px;
  margin-right: 109px;
}
.swiperbom .desc{
  overflow: hidden;
  
}
.swiperbom .desc .auto{
  height: 300px;
  overflow-y: auto;
  width: 90%;
}
.swiperbom .desc .auto::-webkit-scrollbar { width: 8px;   background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} 
.swiperbom .desc .auto::-webkit-scrollbar-track { background: none; border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} 
.swiperbom .desc .auto::-webkit-scrollbar-thumb { background: #999;border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
} 
.swiperbom .desc .auto::-webkit-scrollbar-thumb:window-inactive { 
     border: 2px solid #fff;background: none; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.swiperbom .desc p{
  font-size: 20px;
  line-height: 2.14;
  padding-left: 30px;
  max-width: 900px;

}
.swiperbom .desc p span{
  color:#fff!important;
}
.swiperbom .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: url(../images/ico35.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 20px;
  margin-top: 0;
  font-size: 0;
}
.swiperbom .swiper-button-prev::after {
  display: none;
}
.swiperbom .swiper-button-next{
  width: 50px;
  height: 50px;
  background: url(../images/ico36.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 20px;
  margin-top: 0;
  font-size: 0;
}
.swiperbom .swiper-button-next::after {
  display: none;
}
.m-ab4{
  overflow: hidden;
  background: #f5f5f5;
  padding: 4.48vw 0 5.52vw;
}
.m-ab4 .g-toptxt{
  margin-bottom: 4.79vw;
}
.g-toptxt{
  overflow: hidden;
}
.g-toptxt .nytitle{
  float: left;
  text-align: left;
  width: 21.35vw;
}
.g-toptxt .desc{
  overflow: hidden;
  font-size: 17px;
  color:#333333;
  padding-top: 8px;
  line-height: 1.76;
}
.m-scnl{
  overflow: hidden;
}
.m-scnl .first{
  float: left;
  width: 741px;
  margin-right: 20px;
}
.m-scnl .first .pic{
  position: relative;
  overflow: hidden;
  height: 530px;
}
.swiperscnl .pic{
  overflow: hidden;
  position: relative;
  height: 252.5px;
}
.m-scnl .more{
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 123, 198, .9);
  color:#fff;
  padding: 3.13vw 1.25vw 0;
  font-size: 17px;
  transition:all .3s;
}
.m-scnl .more .t2{
  font-size: 14px;
}
.m-scnl .more .t1{
  text-align: center;
  margin-bottom: 1.04vw;
}
.m-scnl .pic:hover .more{
  top: 0;
}

.m-ab5{
  padding: 5.05vw 0 2.55vw;
  overflow: hidden;
  background: url(../images/pic23.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-ab5 .g-toptxt{
  margin-bottom: 54px;
}
.m-ab5 .img img{
  display: block;
  margin:0 auto;
  max-width: 100%;
  height: auto;
}
.m-ab6{
  overflow: hidden;
  padding: 2.97vw 0 5vw;
}
.m-ab6 .nytitle{
  margin-bottom: 27px;
}
.swiperhzhb.swiper-container{
  padding: 18px;
} 
.swiperhzhb .swiper-slide{
  height: 99px;
  line-height: 99px;
  text-align: center;
  box-shadow: 0px 0px 18px 6px rgba(243,243,243,0.94);
}
.swiperhzhb .swiper-slide img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.caseform{
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  padding: 2.5vw 0 3.65vw;
}
.caseform .tit{
  font-size: 32px;
  font-weight: bold;
  color:#313131;
  margin-bottom: 2px;
}
.caseform .desc{
  font-size: 14px;
  color:#939393;
  margin-bottom: 26px;
}
.caseform .form{
  overflow: hidden;
  margin-bottom: 17px;
}
.caseform  .item{
  float: left;
  margin-right: 20px;
}
.caseform  .item p{
  font-size: 14px;
  color:#2F2F2F;
  margin-bottom: 10px;
}
.caseform  .item p span{
  color:#A94C5F;
}
.caseform  .item .inp{
  border:1px solid #e7e7e7;
  padding-left: 60px;
  position: relative;
  height: 50px;
}
.caseform  .item .inp  .ico{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center ;
  
}
.caseform  .item .inp input{
  display: block;
  height: 100%;
  color:#333;
}
.caseform .t1{
  width: 260px;
}
.caseform .t2{
  width: 690px;
}
.caseform .btn{
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  float: right;
  background: #1877C0 url(../images/ico25.png) no-repeat right 20px center;
  color:#fff;
  cursor: pointer;
  font-size: 14px;
  margin-top: 30px;
}
.caseform .pp{
  font-size: 14px;
  color:#999999;
}

.ul-case.zhry li{
  width: 25%;
}
.ul-case.zhry .pic{
  border:1px solid #eee;
  padding-top: 75%;
}
.ul-case.zhry .name{
  color:#fff;
  text-align: center;
  background: #1877C0;
  line-height: 42px;
  font-size: 15px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-case .con{
  margin:0 20px;
}





.ul-pactlist{
  overflow: hidden;
}
.ul-pactlist li{
  overflow: hidden;
  margin-bottom: 38px;
  background: #F7F7F7;
}
.ul-pactlist .pic{
  position: relative;
  width: 636px;
  height: 372px;
  float: left;
  overflow: hidden;
}
.ul-pactlist  .txt{
  overflow: hidden;
  padding: 56px 62px 0;
}
.ul-pactlist  .tit{
  font-size: 30px;
  color:#333333;
  margin-bottom: 20px;
}
.ul-pactlist .desc{
  font-size: 18px;
  color:#333333;
  line-height: 2.25;
  margin-bottom: 30px;
  display: -webkit-box;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      word-break: break-all;  
      -webkit-box-orient: vertical;  
      -webkit-line-clamp: 2;
}
.ul-pactlist .link{
  overflow: hidden;
}
.ul-pactlist .link a{
  display: block;
  width: 271px;
  height: 41px;
  float: left;
  line-height: 41px;
  padding-left: 34px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 20px;
  background: #fff url(../images/pcaticon2.png) no-repeat right 16px center;
}
.ul-pactlist .link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px; 
  width: 10px;
  height: 41px;
  background: url(../images/pcaticon1.png) no-repeat center;
}
.m-pactbox{
  padding: 60px 0;
}
.m-pactbox .nytitle{
  margin-bottom: 2.92vw;
}


.fl{float: left !important;}
.fr{float: right !important;}
.hide{display: none;}
.siteWidth{ max-width: 1200px; _width: 1200px; margin: 0 auto;}
/*rowB*/
#rowB {background: url(../images/bg.jpg) top center no-repeat; padding:70px 0;}
#rowB .siteWidth {background: url(../images/book.png) #fff no-repeat;height: 432px;}


/*光影校园*/
#BoxGyxy {width: 530px; padding: 20px 0px;}
#BoxGyxy .hd h3 {background: url(../images/sricon.png) 0 -690px no-repeat; padding-left: 50px;}

/*菁菁校园*/
#BoxJjxy {width: 530px; padding: 20px 0px;}
#BoxJjxy .hd h3 {background: url(../images/sricon.png) 0 -790px no-repeat; padding-left: 50px;}

/* box */
.box .hd{height: 49px; border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; position: relative; font-size: 18px; }
.box .hd .more{position: absolute; bottom: 15px; right: 0; color: #999; font-size: 14px; width: 26px; height: 20px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../images/more.png) no-repeat center; }
.box .hd .more a{color: #999}
.box .hd .more{-webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover{transform: rotate(360deg); background-color: #f7bc68}
.box .hd h3{background: #416eb4; position: absolute; color: #3762a4; font-weight: bold; padding: 0 25px 0px 25px; border-radius: 6px 6px 0 0}
.box .hd h3 a{color: #3762a4;}
.box .hd h3 a:hover{text-decoration: none;}

.box .hd ul{position: absolute; overflow: hidden;z-index: 2;}
.box .hd li{float: left; position: relative;margin-right: 20px;}
.box .hd li a{display: block; padding: 0 20px; font-size: 20px; font-weight:bold; height: 48px; line-height: 40px;color: #333; }
.box .hd li a:hover{text-decoration: none;}
.box .hd .on {border-bottom: 2px solid #cf1c08;}
.box .hd .on a{color: #333;}
.box .bd{overflow: hidden;}

/* boxA */
.boxA{width:530px; display:inline-block; vertical-align:top; margin:0 30px; margin-top:15px;}
.boxA .hd{height: 50px; line-height: 50px;margin-bottom: 10px; position: relative;}
.boxA .hd .more{position: absolute; bottom: 15px; right: 0; color: #999; font-size: 14px; width: 26px; height: 20px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../images/more.png) no-repeat center; }
.boxA .hd .more a{color: #999}
.boxA .hd .more{-webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.boxA .hd .more:hover{transform: rotate(360deg); background-color: #f7bc68}
.boxA .hd h3{position: absolute; color: #333; font-size: 20px; line-height: 50px; height: 50px; }
.boxA .hd h3 a{color: #333;}
.boxA .hd h3 a:hover{text-decoration: none;}
.boxA .bd{ overflow: hidden;}

.topicHasPicB .t{ border: 0; padding-bottom: 5px;margin-bottom: 5px; position: relative; overflow: hidden; zoom: 1; width: 245px; height: 200px; float: left; }
.topicHasPicB .first {margin-right: 30px;}
.topicHasPicB .t .title{ height: 30px; line-height: 30px; text-align: center;}
.topicHasPicB .t .tit{font-weight: normal; font-size: 14px;}
.topicHasPicB .pic{width: 245px; margin-right: 20px; }
.topicHasPicB .pic img{width: 100%; height: 160px;}
.topicHasPicB .pic a:hover img{border-color: #aaa;}
.topicHasPicB .con{overflow: hidden; zoom: 1;}
.topicHasPicB .n {clear: both;border:0;}
.topicHasPicB .n .tit {font-size: 16px;}

/* 头条图文信息列表_普通式 */
.topicList .t{padding-bottom: 15px; margin-bottom: 10px; border-bottom: 1px dotted #ddd;}
.topicList .t .title{font-size: 17px; padding: 0 0 5px 0; text-align: center; font-weight: bold;}
.topicList .t .tit{}
.topicList .t .tit:hover{color: #f1940e}
.topicList .t .intro{font-size: 12px; color: #818181; text-align: left; line-height: 2.2;}
.topicList .t .intro .more{color: #f1940e;}
.topicList .n{height: 40px; line-height: 40px; border-bottom: 1px dotted #ddd; overflow: hidden; padding: 0 10px 0 0;}
.topicList .n .tit{padding-left: 18px; background: url(../images/liteicon.png) no-repeat 0;}
.topicList .n .date{float: right; color: #999; margin-left: 10px;}
/* 有图片时追加的类 class="topicList topicHasPic" */
.topicHasPic .t{position: relative; overflow: hidden; zoom: 1;}
.topicHasPic .t .title{font-weight: 400; text-align: left;}
.topicHasPic .pic{width: 140px; margin-right: 20px; float: left;}
.topicHasPic .pic img{width: 100%; height: 90px;}
.topicHasPic .pic a:hover img{border-color: #aaa;}
.topicHasPic .con{overflow: hidden; zoom: 1;}



/*学校概况按钮*/
.BoxXxgkBtn {width: 1200px; height: 68px; border:1px solid #e6e6e6; clear: both; margin:40px auto 40px; background:#fff;}
.BoxXxgkBtn li {float: left; width:20%; height: 68px; line-height: 68px; padding-left: 30px; text-align: center; border-right: 1px solid #e6e6e6;}
.BoxXxgkBtn li.li5 {border:0;}
.BoxXxgkBtn li a {display: block; font-size: 18px;position: relative;}
.BoxXxgkBtn li a i { width: 32px; height: 32px; position: absolute;left: 20px; top:16px; background: url(../images/sricon.png) 0 -200px no-repeat;}
.BoxXxgkBtn li.li2 i {background-position: 0 -300px;top:18px;}
.BoxXxgkBtn li.li3 i {background-position: 0 -400px;top:16px;}
.BoxXxgkBtn li.li4 i {background-position: 0 -500px;top:22px;}
.BoxXxgkBtn li.li5 i {background-position: 0 -600px;top:22px;}
/*字体鼠标动画*/
.iconsList i {display: inline-block;transition: 0.3s;}
.iconsList li:hover i {   
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

/*#rowC*/
#rowC {clear: both; margin: 0 auto ;   width: 1200px; _width: 1200px; position: relative;}
#BoxXwgk  {width: 770px; height: 300px;margin-bottom: 20px;}

/* 通用信息列表 */
.infoList{text-align: left;}
.infoList li{height: 38px; line-height: 38px; overflow: hidden; x}
.infoList li a{padding-left: 15px; background: url(../images/liteicon.png) no-repeat 0; font-size: 16px;}
.infoList li .date{font-size: 14px; margin-left: 15px; float: right; color: #999;}
.infoList li .node{color: #f00; margin-right: 5px;}

/*图标链接*/
.TbLink {width: 400px; float: right;}
.TbLink li {border:1px solid #e0e0e0; width: 124px; height: 130px; float: left; border-radius: 4px;  margin-right: 10px; margin-bottom: 10px; background:#fff;}
.TbLink li:nth-child(3n) {margin-right: 0;}
.TbLink li a {text-align: center;width: 124px; font-size: 16px; line-height: 190px;}
.TbLink li i {background: url(../images/tblinkicon.png) no-repeat 0 0 ; width: 44px; height: 48px;  left: 36px; top: 26px; }
.TbLink li:hover i {-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}
.TbLink li.li2 i { background-position: 0 -200px;}
.TbLink li.li3 i { background-position: 0 -400px;}
.TbLink li.li4 i { background-position: 0 -600px;}
.TbLink li.li5 i { background-position: 0 -800px;}
.TbLink li.li6 i { background-position: 0 -1000px;}

.iconsListB li a{position: relative; display: block;-webkit-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out;}
.iconsListB li i{display: block; position: absolute; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}



/*校园*/
.picScroll-left{ width:1200px;  overflow:hidden; position:relative; margin:0 auto;}
		.picScroll-left .hd{ overflow:hidden;  height:30px;padding:0;  }
		.picScroll-left .hd h2{ float:left;display: block;background: url(../images/index_07.png) no-repeat left center;font-size: 20px;font-weight: bold; padding-left: 10PX;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd .pageState{ color:#999; display:block;margin-top:7px; margin-left:100px;}
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:20px 0;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:280px; height:225px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:35px; font-size:16px;}


.douban{ width:1200px; padding-top:10px;  overflow:hidden;   }
.douban .hd{ height:22px; line-height:22px;  overflow:hidden;   }
.douban .hd h2{ float:left;
    display: block;
    background: url(../images/index_07.png) no-repeat left center;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10PX;}
.douban .hd h2 a{ color:#a61f25; font-size:12px; margin-left:10px;  }
.douban .hd .next,
.douban .hd .prev{ float:right; display:block; width:18px; height:18px; background: url(../images/left_right.gif) no-repeat -6px -7px; overflow:hidden; margin-right:6px; cursor:pointer; }
.douban .hd .next{ background-position:-34px -7px; }
.douban .hd .prevStop{ background-position:-6px -40px; cursor:default; }
.douban .hd .nextStop{ background-position:-34px -40px; cursor:default; }
.douban .hd ul{ float:right; margin:6px 6px 0 0; zoom:1; }
.douban .hd ul li{ float:left; cursor:pointer; display:block; width:8px; height:8px; margin-right:4px; _display:inline; background: url(../images/switch_dot_small.jpg) no-repeat 0 0; }
.douban .hd ul li.on{ background-position:-12px 0; }

.douban .bd{ padding:12px 0 0 0;  }
.douban .bd ul{ overflow:hidden; zoom:1; }
.douban .bd ul li{ display:inline-block;width:25%; margin-right:15px;    }
.douban .bd ul li a{ display:block;}
.douban .bd ul li img{ width:100%; height:200px;}
.douban .bd ul li p{ text-align:center; line-height:30px; font-size:16px;}
@media only screen and (max-width: 1920px) {
	.nav li .v1{margin: 0 22px;}
}
@media only screen and (max-width: 1800px) {
.row1 .txt .desc{font-size: 16px;}
.row1 .txt{padding: 0 5vw;}
.row2::after{display: none;}
.swiper-pro .txt .tit{font-size: 40px;}
.m-ab3::after{top: 15.7vw;}
.nav li .v1{margin: 0 18px;}
}
@media only screen and (max-width: 1700px) {

.nav li .v1 { font-size:18px;}
.m-ab3::after{top: 16vw;}
.nav .seach{margin-left: 0;}
.nav li .v1{margin: 0 14px;}
}

@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .swiper-pro .txt .tit{font-size: 36px;}
  .swiper-pro .swiper-button-prev,.swiper-pro .swiper-button-next{bottom: 50px;}
  .row1 .txt a{height: 50px;line-height: 48px;}
  .row2 .title .cn{font-size: 32px;}
  .nav li .v1{margin: 0 14px;}
	
.ul-pactlist .desc{font-size: 16px;}
.ul-pactlist .txt{padding: 30px 30px 0;}
.ul-pactlist .tit{font-size: 28px;margin-bottom: 10px;}
.m-pactbox{padding: 50px 0;}
.ul-case.tt li{margin-bottom: 30px;}

.ban .txt .desc{font-size: 20px;}
.proform .tit p{font-size: 28px;}
.proform .tit{margin-bottom: 20px;}
.ul-con{padding-top: 20px;margin-bottom: 30px;}
.caseform .t2{width: 510px;}
.caseform .tit{font-size: 26px;}
.ul-case .txt .tit{font-size: 20px;margin-bottom: 10px;}
.ul-case .txt .desc{font-size: 14px;}
.ul-case a{margin:0 10px;}
.ul-case{margin:0 -10px;}
.ul-newslist .tit{font-size: 26px;}
.m-ab1 .info{font-size: 14px;padding-top: 25px;margin-bottom: 30px;}
.txtimg1 .txt .tit{font-size: 28px;}
.m-ab3::after{top: 16.4vw;}
.m-scnl .first{width: 600px;}
.nav li .v1 { font-size:18px;}
}
@media only screen and (max-width: 1430px) {
	
 .wp{width: 1200px;}
  .swiper-pro .txt .tit{font-size: 30px;}
  .row1 .txt .desc{font-size: 14px;}
  .ul-num p{font-size: 14px;}
  .ul-num li{padding: 0 14px;}
  .header{padding: 0 50px;}
  .nav .seach{margin-left: 0;}
  .ul-news .time{width: 94px;}
  .row5 .txt .tit{font-size: 32px;}
  .ul-hblogo img{max-width: 90%;}
  .m-news .first{width: 650px;}
  .nav li .v1{margin: 0 14px;}
  .nav li .v1 { font-size:16px;}
	
.ul-pactlist .pic{width: 560px;}
.m-pactbox{padding: 40px 0;}
.ul-case.tt li{margin-bottom: 20px;}

 .ban .txt .desc{font-size: 18px;}
  .caseform .t2{width: 410px;}
  .txtimg1 .txt .tit{font-size: 26px;}
  .m-ab1 .info{font-size: 14px;margin-bottom: 20px;padding-top: 15px;}
  .txtimg1 .txt .desc{margin-bottom: 14px;}
  .txtimg1 .pic{width: 500px;background-position: center;}
  .swiperbom .desc p{font-size: 22px;}
  .swiperbom .year{font-size: 60px;}
  .m-ab3::after{top: 16.87vw;}
}
@media only screen and (max-width: 1230px) {

 .wp{width: auto;padding: 0 15px;}
 .m-news .first{display: none;}
 .row4 .title a{width: 30px;height: 28.5px;}
 .ul-news .txt{height: 160px;padding-top: 30px;}
 .ul-news .time{padding-top: 48px;}
 .ul-news .tit{margin-bottom: 10px;}
 .row5 .txt{width: 340px;}
 .row5 .txt .tit{font-size: 28px;}
 .row4 .title a{margin-top: 10px;}
 .row4 .title{margin-bottom: 10px;}
 .swiper-pro .txt .desc{font-size: 14px;}
 .row1 .txt .en{margin-bottom: 0;}
 .row1 .txt .cn{margin-bottom: 10px;}
 .row1 .txt .desc{margin-bottom: 16px;}
 .row2 .title{top: 5vw;left: 15px;}
 .swiper-pro .swiper-button-next,.swiper-pro .swiper-button-prev{width: 28px;height: 28px;}
 .swiper-pro .swiper-button-next{left: 110px;}
 .swiper-pro .num{bottom: 30px;}
 .row5 .txt .tit{font-size: 26px;}
 .footer .tel{font-size: 28px;}
 .footer .txt span, .footer .txt a{font-size: 14px;}
 .m-pop .box .modal .out{top: -50px;right:0;}
 .m-pop .box .modal{padding: 15px;}
 
	

.logo{line-height: 60px;height: 60px;float: left;}
.logo img{display: inline-block;vertical-align: middle;max-width: 90%;max-height: 90%;}
  body{padding: 0 0 53px;}
  .menu{height: 60px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
  
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #004BB1;
      display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
	.nav li .v1{margin: 0 10px;}
	.nav li .v1 { font-size:14px;}
	
  .ban .txt .desc{font-size: 16px;}
  .proform .tit p{font-size: 24px;}
  .caseform .tit{font-size: 24px;}
  .caseform .item{margin-bottom: 15px;}
  .caseform .btn{float: none;clear: left;}
  .caseform .t2{width: calc(100% - 560px);margin-right: 0;}
  .ul-newslist .time{width: 120px;}
  .txtimg1 .txt .tit{font-size: 24px;}
  .m-ab2 .txt{width: 300px;}
  .m-ab3{padding: 40px 0;}
  .m-ab3 .nytitle{font-size: 26px;margin-bottom: 20px;}
  .swipertop .swiper-slide-active .num{font-size: 42px;}
  .m-ab3::after{top: 168px;}
  .swipertop{margin-bottom: 30px;}
  .swiperbom .desc p{font-size: 18px;}
  .swiperbom .swiper-slide{padding-left: 80px;}
  .swiperbom .year{font-size: 40px;margin-right: 40px;}
  .m-scnl .first{width:480px;}
  .m-scnl .more{font-size: 14px;}
  .swiperscnl .pic{height: 200px;}
  .m-scnl .first .pic{height: 420px;}
  .g-toptxt .desc{font-size: 14px;}
  .ban{margin-top: 0;}
  .bannerbox{margin-top: 60px;}

}
@media only screen and (max-width: 1023px) {
	.wp{width: auto;padding: 0 15px;}
  .row1 .txt{padding: 0 20px;}
  .row1 .txt a{height: 44px;line-height: 42px;}
  .ul-news .tit{font-size: 18px;font-weight: normal;}
  .row1 .txt{width: auto;float: none;margin-bottom: 14px;}
  .row1 .pic{width: 100%;height: 70vw;}
 .row1{padding: 30px 0 0;}
 .row2{padding-top: 20px;}
 .row2 .title{position: static;padding: 0 15px;}
 .row2 .title .cn{text-align: left;text-align: center;margin-bottom: 15px;font-size: 28px;}
 .swiper-pro .txt .tit{font-size: 20px;margin-bottom: 10px;}
 .ul-num .num{font-size: 22px;line-height: 26px;}
  .row2 .title .en{display: none;}
 .swiper-pro .txt{position: static;text-align: center;}
 .swiper-pro .txt .desc{margin-left: 0;text-align: center;max-width: 100%;}
 .swiper-pro .pic{width: auto;float: none;-webkit-background-size: contain;
 background-size: contain;background-position: center;}
 .swiper-pro{height: auto;}
 .swiper-pro .swiper-slide .txt .desc::after{display: none;}
  .swiper-pro .swiper-button-next, .swiper-pro .swiper-button-prev{bottom: 10px;}
  .swiper-pro .num{bottom: 10px;}
  .swiper-pro .pic img{max-width: 90%;max-height: 90%;}
  .ul-hy .con{width: 122px;height: 122px;}
  .ul-hy .con{font-size: 16px;}
  .row1 .txt .en{font-size: 30px;}
  .row1 .txt .cn{font-size: 22px;}
  .row3 .info .title{font-size: 22px;}
  .row5 .txt{width: auto;float: none;overflow: hidden;padding-top: 0;}
  .ul-hblogo {border-bottom: 1px solid #fff;border-left: 1px solid #fff;}
  .ul-hblogo li{margin-top: 0!important;border-top: 1px solid #fff;height: 70px;line-height: 70px;width: 50%;border-right: 1px solid #fff;}
  .ul-hblogo img{display: inline-block;vertical-align: middle;max-width: 60%;max-height: 60%;}
  .row5 .txt .tit{font-size: 22px;float: left;}
   .row5 .txt  a{float: left;margin-left: 30px;}
   .row5 .txt .tit{letter-spacing: 2px;}
   .banner .txt .t1{font-size: 22px;}
   .banner .info .t1{font-size: 22px;}
   .banner .info .t2{font-size: 14px;}
   .banner .txt .t2{font-size: 14px;}
   .swiper-pro .txt a{margin-left: 0;}
   .row4 .title .tit{font-size: 22px;line-height: 40px;}
   .row4 .title a{margin-top: 4px;}
   .nav li .v1{margin: 0 10px;}
   .nav li .v1 { font-size:14px;}
  .ul-pactlist .pic{width: auto;float: none;height: 0;padding-top: 58%;}
  .m-pactbox{padding: 20px 0;}
  .ul-pactlist .desc{font-size: 14px;}
  .ul-pactlist .tit{font-size: 22px;}
  .ul-pactlist .txt{padding: 15px;}
  .ul-pactlist .link a{margin-right: 0;width: 50%;background-image: none;margin-right: 0;}
  .ul-case.tt li{margin-bottom: 15px;}
  
  .ban .txt .desc{font-size: 14px;}
  .ban .txt .tit{font-size: 26px;}
  .ul-con li{width: 50%;margin-bottom: 15px;}
  .ul-con .con{padding: 25px 0;}
  .ul-con .tit{font-size: 22px;}
  .nytitle{font-size: 26px;}
  .proform .tit{line-height: 1.2;}
  .proform .tit span{float: none;}
  .proform .tit p{float: none;margin-bottom: 4px;}
  .proform .box .inp{width: auto;float: none;margin-right: 0;}
  .proform .subbtn{line-height: 48px;}
  .ul-con{margin-bottom: 10px;}
  .ul-con .tit{margin-bottom: 10px;}
  .contentus{padding: 30px 0;}
  .caseform{padding: 30px 0;}
  .newslist{padding: 30px 0;}
  .ul-case li{width: 50%;margin-bottom: 15px;}
   .caseform .item{float: none;}
   .caseform .btn{margin-top: 0;}
  .caseform .t1,.caseform .t2{width: auto;}
  .ul-newslist .pic{display: none;}
  .ul-newslist .info{padding: 20px;}
  .ul-newslist li{height: auto;}
  .ul-newslist .txt .jian{display: none;}
  .ul-newslist .tit{font-size: 22px;margin-bottom: 4px;}
  .ul-newslist .time{height: 70px;}
  .ul-newslist .desc{margin-bottom: 0;}
  .ul-newslist li{margin-bottom: 16px;}
  .ul-newtab a{width: 160px;line-height: 40px;height: 42px;font-size: 16px;}
  .txtimg1 .pic{float: none;width: auto;height: 50vw;}
  .txtimg1 .txt{padding: 25px;}
  .txtimg1 .txt .tit{font-size: 20px;margin-bottom: 4px;font-weight: normal;}
  .txtimg1 .ul-num{padding-top: 0;}
  .txtimg1 .txt .desc{font-size: 14px;margin-bottom: 10px;}
  .m-ab2 .txt{width: auto;float: none;margin-bottom: 20px;}
  .m-ab2 .txt .tit br{display: none;}
  .m-ab2 .txt .desc{font-size: 16px;}
  .m-ab2 .txt .tit{margin-bottom: 10px;}
  .m-ab2 .info .nytitle{height: auto;}
  .m-ab2 .info .desc{padding-top: 0;font-size: 14px;}
  .m-scnl .first{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
  .m-ab6{padding: 30px 0;}
   .ul-case.zhry li{width: 50%;}
}
