

/* banner */
.banner,
.banner .list,
.banner img {
  height: 550px;
}
.banner * {
  transition: none;
}
.banner {
  width: 100%;
  min-width: 1000px;
  z-index: 10;
  position: relative;
}
.banner .list {
  width: 100%;
}
.banner .list li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner .tip {
  width: 1200px;
  height: 13px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 30px;
  z-index: 10;
}
.banner .tip span {
  width: 50px;
  height: 5px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  background: #666666;
  vertical-align: top;
}
.banner .tip span.cur {
  background: #f7121c;
}
.banner .prev,
.banner .next {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  transition: none;
}
.banner .prev {
  left: 5%;
  background-position: 2px 2px;
}
.banner .prev:hover {
  background-position: 2px -47px;
}
.banner .next {
  right: 5%;
  background-position: -53px 2px;
}
.banner .next:hover {
  background-position: -53px -47px;
}
/*main css*/
/*indexTit*/
.indexTit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
  color: #333333;
}
.indexTit .more {
  float: right;
  width: 58px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-position: -252px -46px;
}
.indexTit .more:hover {
  background-color: #0f6eb7;
  background-position: -252px 4px;
}
.indexTit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  height: 43px;
  border-bottom: 3px solid #656565;
  font-size: 18px;
}
.indexTit span {
  width: 165px;
  height: 43px;
  display: block;
  padding-left: 5px;
  float: left;
  margin-left: 2px;
  border-bottom: 3px solid #0f6eb7;
  font-family: arial;
}
.iyewu {
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
  padding-top: 30px;
}
.iyewu .indexTit {
  margin-bottom: 18px;
}
.iyewu .prev,
.iyewu .next {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 200px;
  cursor: pointer;
}
.iyewu .prev {
  left: -50px;
  background-position: -109px 0;
}
.iyewu .prev:hover {
  background-position: -109px -32px;
}
.iyewu .next {
  right: -50px;
  background-position: -145px 0;
}
.iyewu .next:hover {
  background-position: -145px -32px;
}
.iyewu .iyewuCon {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.iyewu .iyewuCon .tempWrap {
  overflow: visible !important;
}
.iyewu .iyewuCon .list {
  width: 300%;
  position: relative;
  transition: none;
  overflow: visible !important;
}
.iyewu .iyewuCon .item {
  width: 390px;
  height: 210px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.iyewu .iyewuCon .item a {
  display: block;
  width: 100%;
}
.iyewu .iyewuCon .item img {
  width: 265px;
  height: 210px;
  display: block;
  float: right;
}
.iyewu .iyewuCon .item .txt {
  width: 115px;
  height: 210px;
  line-height: 24px;
  padding-right: 10px;
  float: left;
  color: #fff;
  background: #444444;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
}
.iyewu .iyewuCon .item .txt h3 {
  padding-top: 25px;
}
.iyewu .iyewuCon .item .txt h3 span {
  display: block;
}
.iyewu .iyewuCon .item .txt .en {
  font-size: 12px;
  display: block;
  line-height: 16px;
  padding-left: 20px;
  font-family: Arial;
  text-transform: uppercase;
}
.iyewu .iyewuCon .item .txt .more {
  width: 58px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-position: -252px 4px;
}
.iyewu .iyewuCon .item:hover .txt {
  height: 230px;
  background: #0f6eb7;
}
.iyewu .iyewuCon .item:hover .txt h3 {
  padding-top: 45px;
}
.iyewu .iyewuCon .item:hover .txt .more {
  background-color: #fff;
  background-position: -252px -21px;
}
.iyewu .iyewuCon .item:hover img {
  -webkit-filter: brightness(120%);
  filters: brightness(120%);
}
.icase {
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.icase .list {
  width: 300%;
  margin-left: 4px;
}
.icase .item {
  width: 280px;
  height: 376px;
  overflow: hidden;
  margin-right: 24px;
  float: left;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.icase .item .img {
  width: 280px;
  height: 175px;
  display: block;
  overflow: hidden;
  position: relative;
}
.icase .item .img img {
  width: 280px;
  height: 175px;
  display: block;
}
.icase .item .img span {
  width: 46px;
  height: 40px;
  position: absolute;
  right: 23px;
  bottom: -40px;
  background-color: #0f6eb7;
  background-position: -104px -140px;
  z-index: 10;
}
.icase .item .img:after {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #fff;
  content: '';
  display: none\0;
  display: block\9\0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .4s;
}
.icase .item .more {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  background: #0f6eb7;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.icase .item .more s {
  width: 42px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background-position: -108px -67px;
}
.icase .item .txt {
  padding: 20px 18px 0;
  display: block;
}
.icase .item .txt h3 {
  font-size: 16px;
  line-height: 36px;
}
.icase .item .txt p {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  color: #333333;
}
.icase .item .txt .b {
  padding: 65px 0 20px;
  font-size: 12px;
  font-family: arial;
  color: #4b4b4b;
}
.icase .item .txt .b .p1 {
  margin-right: 15px;
}
.icase .item .txt .b .p1 s {
  width: 16px;
  height: 18px;
  margin-right: 5px;
  background-position: -150px -70px;
}
.icase .item .txt .b .p2 s {
  width: 20px;
  height: 18px;
  margin-right: 4px;
  background-position: -178px -70px;
}
.icase .item:hover .img {
  height: 160px;
}
.icase .item:hover .img img {
  transform: scale(1.06);
}
.icase .item:hover .img span {
  bottom: 0;
}
.icase .item:hover .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icase .item:hover .more {
  bottom: 0;
}
.icase .item:hover .txt {
  padding-top: 12px;
}
.icase .item:hover .txt .b {
  padding-top: 45px;
}
.invest {
  padding-top: 30px;
  margin-bottom: 100px;
}
.invest .title {
  width: 100%;
  text-align: center;
  line-height: 52px;
  margin-bottom: 38px;
}
.invest .title .en {
  font-size: 32px;
  font-family: arial;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.invest .title h3 {
  font-size: 24px;
  position: relative;
}
.invest .title h3 .line {
  width: 40px;
  height: 3px;
  display: block;
  background: #0f6eb7;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -3px;
}
.invest .item {
  width: 225px;
  margin-left: 97px;
  text-align: center;
  display: block;
  float: left;
}
.invest .item:first-child {
  margin-left: 0;
}
.invest .item h3 {
  font-size: 24px;
  color: #333;
}
.invest .item p {
  line-height: 24px;
  color: #333;
}
.invest .item .bg {
  width: 116px;
  height: 91px;
  padding-top: 25px;
  margin: 20px auto 20px;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.invest .item .bg span {
  width: 60px;
  height: 60px;
  border: 3px solid #0f6eb7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: url(../images/v-ico.png) no-repeat 13px 13px;
}
.invest .item.a1:hover .bg span {
  background-position: 13px -39px;
}
.invest .item.a2 .bg span {
  background-position: -52px 12px;
}
.invest .item.a2:hover .bg span {
  background-position: -52px -39px;
}
.invest .item.a3 .bg span {
  background-position: -115px 12px;
}
.invest .item.a3:hover .bg span {
  background-position: -115px -39px;
}
.invest .item.a4 .bg span {
  background-position: -176px 12px;
}
.invest .item.a4:hover .bg span {
  background-position: -176px -39px;
}
.invest .item.a5 .bg span {
  background-position: -240px 15px;
}
.invest .item.a5:hover .bg span {
  background-position: -240px -39px;
}
.invest .item:hover .bg {
  border-color: #0f6eb7;
  background: #0f6eb7;
}
.invest .item:hover .bg span {
  border-color: #fff;
}
.icase2 {
  width: 100%;
  height: 368px;
  margin-bottom: 60px;
  background: url(../images/icasebg.jpg) no-repeat center bottom;
  color: #fff;
}
.icase2 .title .en {
  font-size: 48px;
  font-family: arial;
  line-height: 48px;
  padding-top: 43px;
  display: block;
  text-transform: uppercase;
}
.icase2 .title h3 {
  font-size: 24px;
}
.icase2 .title .line {
  width: 45px;
  height: 3px;
  display: block;
  background: #fff;
  margin-top: 18px;
}
.icase2 .icaseCon {
  width: 990px;
}
.icase2 .item {
  width: 200px;
  margin-left: 36px;
  float: left;
}
.icase2 .item a {
  display: block;
}
.icase2 .item .img {
  width: 100%;
  height: 270px;
  position: relative;
  padding-top: 35px;
  top: -35px;
  overflow: hidden;
  background: #fff;
}
.icase2 .item .img img {
  width: 100%;
  height: 270px;
  position: absolute;
  left: 0;
  top: 35px;
}
.icase2 .item .img .more {
  width: 100%;
  height: 35px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 10;
}
.icase2 .item .img .more s {
  float: right;
  width: 58px;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-position: -252px -22px;
}
.icase2 .item .txt {
  top: -35px;
  position: relative;
}
.icase2 .item h3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding-top: 6px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.icase2 .item .time {
  font-size: 12px;
  font-family: arial;
  color: #fff;
}
.icase2 .item .time .day {
  font-size: 36px;
  line-height: 45px;
}
.icase2 .item:hover .img img {
  top: 0;
}
.icase2 .item:hover .img .more {
  bottom: 0;
}
.inews {
  margin-bottom: 70px;
}
.inews-left {
  width: 560px;
  overflow: hidden;
  position: relative;
}
.inews-left .img {
  width: 560px;
  height: 120px;
  display: block;
  margin-bottom: 60px;
}
.inews-left .hd {
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 135px;
  z-index: 10;
}
.inews-left .hd ul {
  width: 100%;
  height: 10px;
}
.inews-left .hd li {
  width: 10px;
  height: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 5px;
  background: #ededed;
}
.inews-left .hd li.on {
  background: #0f6eb7;
  width: 35px;
}
.inews-left .list {
  width: 500%;
  transition: none;
}
.inews-left li {
  width: 560px;
  float: left;
}
.inews-left li a {
  display: block;
}
.inews-left li h3 {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 10px;
}
.inews-left li h3 .time {
  font-size: 14px;
  font-family: Arial;
}
.inews-left li .txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #555;
}
.inews-left li:hover img {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}
.inews-left li:hover h3 {
  color: #0f6eb7;
}
.inews-right {
  width: 550px;
  padding-top: 14px;
}
.inews-right .title {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.inews-right .title .more {
  width: 28px;
  height: 28px;
  display: block;
  background-position: -194px -92px;
}
.inews-right .title .more:hover {
  margin-top: -4px;
}
.inews-right .title h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
  margin-right: 10px;
  cursor: pointer;
}
.inews-right .title h3:hover,
.inews-right .title h3.hover {
  background: #0f6eb7;
  color: #fff;
}
.inews-right .con {
  overflow: hidden;
  position: relative;
  height: 192px;
  padding-left: 10px;
  margin-left: -5px;
}
.inews-right .con .tline,
.inews-right .con .bline {
  width: 19px;
  height: 16px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0px;
  z-index: 11;
}
.inews-right .con .tline {
  top: 0;
}
.inews-right .con .bline {
  bottom: 0;
}
.inews-right .list {
  line-height: 48px;
  height: 192px;
  border-left: 1px solid #cecece;
}
.inews-right .list li {
  position: relative;
}
.inews-right .list li a {
  padding-left: 15px;
  display: block;
}
.inews-right .list li .time {
  font-family: arial;
}
.inews-right .list li s {
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  *margin-top: -24px;
  background-position: -256px -94px;
  z-index: 10;
}
.inews-right .list li:hover {
  padding-left: 5px;
}
.inews-right .list li:hover s {
  background-position: -232px -94px;
}
.inews-right .list.list1.addc {
  margin-top: -192px;
  *top: -192px;
  *position: relative;
}
.inews-right .list.list2.addc {
  *top: -192px;
  *position: relative;
}
.ilink {
  position: relative;
  z-index: 99;
  height: 70px;
  padding-bottom: 10px;
}
.ilink .prev,
.ilink .next {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.ilink .prev {
  left: 0;
  background-position: -185px 0;
}
.ilink .prev:hover {
  background-position: -185px -34px;
}
.ilink .next {
  right: 0;
  background-position: -220px 0;
}
.ilink .next:hover {
  background-position: -220px -34px;
}
.ilink .ilinkCon {
  width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}
.ilink .ilinkCon .list {
  width: 300%;
  transition: none;
}
.ilink .ilinkCon li {
  width: 248px;
  height: 58px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
.ilink .ilinkCon li img {
  height: 58px;
  display: block;
}
.ilink .ilinkCon li a {
  display: block;
}
.ilink .ilinkCon li:hover {
  border-color: #0f6eb7;
}

/********toolbar1*********/
.toolbar1 {
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 999;
  border: 1px solid #f6f6f6;
}
.toolbar1 dd {
  width: 40px;
  height: 40px;
  border-top: 1px solid #f6f6f6;
  position: relative;
}
.toolbar1 dd i {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
.toolbar1 dd i .icon {
  width: 35px;
  height: 35px;
  display: block;
  margin: 11px auto 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}
.toolbar1 dd:first-child {
  border-top: 0;
}
.toolbar1 dd.item1 i .icon {
  background-position: 2px 2px;
}
.toolbar1 dd.item2 i .icon {
  background-position: 2px -36px;
}
.toolbar1 dd.item3 i .icon {
  background-position: 2px -72px;
}
.toolbar1 dd.return-top {
  display: none;
}
.toolbar1 dd.return-top i .icon {
  background-position: 2px -108px;
}
.toolbar1 dd .pop {
  position: absolute;
  right: 90px;
  top: -45px;
  background: #0f6eb7;
  display: none;
}
.toolbar1 dd .pop-code {
  width: 90px;
  padding: 10px 10px 0;
}
.toolbar1 dd .pop-code img {
  width: 90px;
  height: 90px;
  display: block;
}
.toolbar1 dd .pop-code h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f2e8e1;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar1 dd .zx {
  width: 190px;
  position: absolute;
  right: -210px;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}
.toolbar1 dd .zx .title {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background: #444;
}
.toolbar1 dd .zx .title s {
  width: 16px;
  height: 16px;
  margin-top: 20px;
  cursor: pointer;
  background-position: -284px -94px;
}
.toolbar1 dd .zx .qq {
  padding: 0 30px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 12px;
  background: #e5e5e5;
}
.toolbar1 dd .zx .qq s {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background-position: -162px -145px;
}
.toolbar1 dd .zx .ztel {
  padding: 20px 30px;
  line-height: 22px;
  font-size: 12px;
  background: #fff;
}
.toolbar1 dd .zx .ztel s {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background-position: -190px -145px;
}
.toolbar1 dd .zx .ztel strong {
  display: block;
  font-size: 14px;
}
.toolbar1 dd:hover i {
  background: #f3f3f3;
}
/***********category  css*************/
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
}
.location .sitepath {
  color: #333333;
  /* width: 50%; */
}
.location .sitepath s {
  width: 15px;
  height: 18px;
  background-position: -226px -130px;
  margin-right: 6px;
}
.location .sitepath a {
  color: #333333;
}
.location .sitepath a:hover {
  color: #0f6eb7;
}
.location .btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-top: 12px;
  padding: 0 12px;
  background: #0f6eb7;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.location .btn:hover {
  padding: 0 25px;
}
.location.scrollDown {
  position: fixed;
  top: 80px;
}
.location.aboutLocation .menu {
  text-align: center;
}
.location.aboutLocation .menu a {
  width: auto;
  padding: 0 18px;
  margin: 0 10px;
}
.menu {
  /* height: 50px; */
  /* line-height: 50px; */
  width: 100%;
  /* padding: 20px 0; */
  text-align: center;
}
.menu.menu-m {
  height: 0;
  margin: 0;
}
.menu a {
  width: 320px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-left: 30px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: inline-block;
}
.menu a s {
  width: 22px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/add-ico.png) no-repeat 0 0;
}
.menu a:hover,
.menu a.hover {
  background: #0f6eb7;
  color: #fff;
}
.menu a:hover s,
.menu a.hover s {
  background-position: 0 -39px;
}
.menu.scrollDown {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}
/*nybanner*/
.nybanner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
.erwmImg img {
  width: 90px;
  height: 90px;
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
.cateDes {
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}
.cateDes p {
  color: #0f6eb7;
}
.wrapper {
  /* padding: 40px 0 70px; */ width:100%
}
.wrapper .cateTit {
  text-align: center;
  color: #373737;
  margin-bottom: 30px;
}
.wrapper .cateTit h3 {
  font-size: 30px;
}
.wrapper .cateTit .en {
  font-family: arial;
  display: block;
}
.wrapper .recomTit {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
  margin: 50px auto 40px;
  color: #333333;
}
.wrapper .recomTit .more {
  float: right;
  width: 58px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-position: -252px -46px;
}
.wrapper .recomTit .more:hover {
  background-color: #0f6eb7;
  background-position: -252px 4px;
}
.wrapper .recomTit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  height: 43px;
  border-bottom: 3px solid #0f6eb7;
  font-size: 18px;
}
.wrapper .iyewu {
  height: 230px;
}
.wrapper .iyewu .prev,
.wrapper .iyewu .next {
  top: 110px;
}
.wrapper .iyewu .iyewuCon {
  top: 0;
}
.pictureList {
  overflow: hidden;
}
.pictureList .list {
  width: 110%;
}
.pictureList .item {
  width: 378px;
  float: left;
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-top: 264px;
  border: 1px solid #bbb5b5;
}
.pictureList .item img {
  width: 376px;
  height: 264px;
  display: block;
  position: absolute;
  top: 1px;
  z-index: 10;
}
.pictureList .item h3 {
  margin: 0 15px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #404040;
  border-bottom: 1px solid #d0c8c8;
}
.pictureList .item .more {
  margin: 0 15px;
  height: 55px;
  line-height: 55px;
  font-size: 12px;
  color: #333333;
  font-family: arial;
}
.pictureList .item .more .ico {
  width: 32px;
  height: 16px;
  float: right;
  margin-top: 20px;
  background-position: -268px -154px;
}
.pictureList .item:hover img {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}
.pictureList .item:hover h3 {
  color: #0f6eb7;
}
.pictureList .item:hover .more {
  color: #0f6eb7;
}
.pictureList .item:hover .more .ico {
  background-position: -227px -154px;
}
/*aboutPage*/
.aboutPage .item3 {
  margin-bottom: 10px;
}
.aboutPage .item3 .img {
  width: 600px;
  height: 330px;
  display: block;
}
.aboutPage .item3 .txt {
  width: 499px;
  height: 238px;
  text-align: center;
  color: #373737;
  padding: 90px 50px 0;
  border: 1px solid #ebebeb;
  border-right: 0px;
}
.aboutPage .item3 .txt h3 {
  font-size: 24px;
}
.aboutPage .item3 .txt .line {
  width: 45px;
  height: 2px;
  display: block;
  margin: 24px auto 20px;
  background: #0f6eb7;
}
.aboutPage .item3.item2 .txt {
  border-left: 0;
  border-right: 1px solid #ebebeb;
}
.showBusiness .txtcon {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.showBusiness table,
.showBusiness td,
.showBusiness tr {
  border: 0px;
}
.showBusiness td {
  vertical-align: top;
}
.showBusiness .extend img {
  max-width: 100%;
}
.newsPage .item {
  margin-top: 80px;
  display: block;
  width: 100%;
  height: 158px;
}
.newsPage .item img {
  width: 260px;
  height: 155px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 16px;
  color: #333333;
  padding: 5px 0 10px;
}
.newsPage .item .txt {
  color: #747474;
  line-height: 24px;
  height: 48px;
  padding-right: 70px;
  overflow: hidden;
}
.newsPage .item .click {
  font-size: 12px;
  font-family: arial;
  margin-top: 30px;
  color: #7e7e7e;
}
.newsPage .item .click .ico {
  width: 25px;
  height: 18px;
  margin-right: 6px;
  background-position: -253px -130px;
}
.newsPage .item .time {
  width: 260px;
  height: 100px;
  border-left: 1px solid #d9d9d9;
  text-align: right;
  font-family: arial;
  font-size: 24px;
  color: #afafaf;
}
.newsPage .item .time .day {
  width: 130px;
  height: 100px;
  margin-top: 0px;
  text-align: center;
}
.newsPage .item .time .day span {
  width: 100px;
  height: 30px;
  display: block;
  line-height: 30px;
  background: #c8c8c8;
  font-size: 20px;
  color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newsPage .item .time .day strong {
  width: 100px;
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 68px;
  color: #6d6d6d;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.newsPage .item .time .ico {
  width: 18px;
  height: 30px;
  display: block;
  margin: 30px 0 0 36px;
  background-position: -282px -121px;
}
.newsPage .item:first-child {
  margin-top: 40px;
}
.newsPage .item:hover h3 {
  color: #0f6eb7;
  text-indent: 5px;
}
.newsPage .item:hover .time .day span {
  background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
  background: #0f6eb7;
  color: #fff;
}
/*Talent*/
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*showNews*/
.shareNew {
  padding-bottom: 20px;
}
.showNews .title {
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}
.msgPage {
  overflow: hidden;
  width: 1050px;
  margin: 0 auto;
}
.msgPage .list {
  width: 110%;
  padding-top: 30px;
}
.msgPage .con {
  margin-bottom: 40px;
}
.msgPage .title {
  font-size: 16px;
  margin-bottom: 45px;
}
.msgPage p {
  color: #666;
  padding-left: 60px;
}
.msgPage .t {
  *vertical-align: top;
  width: 200px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.msgPage .red {
  color: red;
  margin-right: 5px;
}
.msgPage .txt {
  width: 193px;
  height: 33px;
  padding-left: 5px;
  border: 1px solid #cccccc;
  background: none;
  outline: none;
}
.msgPage .txt.t816 {
  width: 811px;
}
.msgPage .txt.t168 {
  width: 163px;
}
.msgPage .txt.t1010 {
  width: 1010px;
}
.msgPage textarea {
  width: 811px;
  height: 200px;
  border: 1px solid #ccc;
  background: none;
  resize: none;
  outline: none;
  overflow: hidden;
}
.msgPage .word-btn {
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin-top: 2px;
  text-align: center;
  background: #0f6eb7;
  color: #fff;
  display: block;
}
.msgPage .word-btn:hover {
  background: #333;
}
.msgPage .radio {
  margin-right: 20px;
}
.msgPage .radio input {
  vertical-align: middle;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.msgPage .item {
  margin-bottom: 20px;
  margin-right: 38px;
  line-height: 33px;
}
.msgPage .item2 {
  margin-bottom: 20px;
  margin-right: 38px;
  line-height: 33px;
}
.msgPage .item3 .t {
  width: 107px;
}
.msgPage .itemsub {
  width: 1020px;
  height: 45px;
  line-height: 45px;
  padding: 30px 0;
}
.msgPage .itemsub .btn {
  width: 275px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  margin-left: 15px;
  background: #0f6eb7;
}
.msgPage .itemsub .btn:hover {
  background: #d22b2b;
}
.msgPage .itemsub .btn.reset {
  background: #474747;
}
.msgPage .itemsub .btn.reset:hover {
  background: #666;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0 20px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #0f6eb7;
}
/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  color: #666666;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin-left: 20px;
}
.pager ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 28px;
  margin-left: 7px;
  padding: 0 10px;

  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #999999;
  border: 1px solid #c9c9c9;
  text-decoration: none;
  float: left;
  background: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.pager ul a.current,
.pager ul a:hover {
  background-color: #0f6eb7;
  border-color: #0f6eb7;
  color: #fff;
}
.guidePage .content {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #018be3 url(../images/indexbg.jpg) no-repeat center bottom;
  overflow: hidden;
  background-size: cover;
}
.guidePage .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guidePage .img {
  position: relative;
  z-index: 2;
}
.guidePage .img.img1 {
  padding-top: 40px;
}
.guidePage .img.img1 img {
  height: 180px;
}
.guidePage .img.img2 {
  margin: 40px auto 50px;
  height: 35px;
}
.guidePage .img img {
  display: block;
  margin: 0 auto;
}
.guidePage .guide_nav {
  text-align: center;
  position: relative;
  z-index: 10;
}
.guidePage .guide_nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 260px;
  height: 95px;
  margin: 0 10px;
  background-position: center 140%;
}
.guidePage .guide_nav li a {
  display: block;
  width: 100%;
}
.guidePage .guide_nav li img {
  display: block;
  width: 250px;
  margin: 0 auto;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.guidePage .guide_nav li:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
  margin-top: -5px;
}
.guidePage .guide_copy {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  font-size: 12px;
  color: #c1c1c1;
  background: url(../images/block5.png) repeat 0 0;
}
.guidePage .guide_copy a {
  color: #c1c1c1;
}
.guidePage .guide_copy a:hover {
  color: #fff;
}
.guidePage .guide_txt {
  width: 900px;
  height: 200px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -450px;
  bottom: 0;
  z-index: 100;
  color: #c1c1c1;
  color: #fff;
  font-size: 16px;
}
.guidePage .guide_txt h3 {
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1560px) {
  .guidePage .img.img1 {
    padding-top: 30px;
  }
  .guidePage .img.img1 img {
    height: 180px;
  }
  .guidePage .img.img2 {
    margin: 30px auto 50px;
  }
  .guidePage .img.img2 img {
    height: 35px;
  }
  .guidePage .guide_txt {
    height: 150px;
  }
  .guidePage .guide_txt h3 {
    margin-bottom: 5px;
  }
  .guidePage .guide_txt .txt {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .guidePage .img.img1 {
    padding-top: 30px;
  }
  .guidePage .img.img1 img {
    height: 140px;
  }
  .guidePage .img.img2 {
    margin: 40px auto 60px;
  }
  .guidePage .img.img2 img {
    height: 35px;
  }
  .guidePage .guide_txt {
    height: 150px;
  }
  .guidePage .guide_txt h3 {
    margin-bottom: 5px;
  }
  .guidePage .guide_txt .txt {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .guidePage .img.img1 {
    padding-top: 30px;
  }
  .guidePage .img.img1 img {
    height: 140px;
  }
  .guidePage .img.img2 {
    margin: 30px auto 30px;
  }
  .guidePage .img.img2 img {
    height: 35px;
  }
  .guidePage .guide_txt {
    height: 140px;
  }
  .guidePage .guide_txt h3 {
    margin-bottom: 5px;
  }
  .guidePage .guide_txt .txt {
    font-size: 14px;
  }
}
@keyframes Swing2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Swing2 {
  0% {
    -webkit-transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
  }
  100% {

    -webkit-transform: rotate(15deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 14%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #0f6eb7 ;
  color: #fff;
}
/*hvr-float-shadow*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: "transform, opacity";
  transition-property: "transform, opacity";
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(44%);
  bottom: 0;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  transition: all .3s;
}
.hvr-bubble-bottom.hover:before,
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  border-width: 6px 6px 0 6px;
  border-color: #363232 transparent transparent transparent;
}
/* none From Center */
.hvr-none-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-none-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background: #61b32e;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-none-from-center:hover:before,
.hvr-none-from-center.hover:before,
.hvr-none-from-center:focus:before,
.hvr-none-from-center:active:before {
  left: 0;
  right: 0;
}
.hvr-none-from-center:hover,
.hvr-none-from-center.hover {
  *height: 77px;
  *border-bottom: 3px solid #61b32e;
  *line-height: 77px;
}
/* none From Center2 */
.hvr-none-from-center2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-none-from-center2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0f6eb7;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-none-from-center2:hover:before,
.hvr-none-from-center2.hover:before,
.hvr-none-from-center2:focus:before,
.hvr-none-from-center2:active:before {
  left: 0;
  right: 0;
}
.hvr-none-from-center2:hover,
.hvr-none-from-center2.hover {
  *height: 47px !important;
  *border-bottom: 3px solid #0f6eb7;
  *line-height: 50px !important;
}
/****************photoLayer***********/
.photoLayerCon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 111;
}
.photoLayerCon .p-ico {
  background: url(../images/player-ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.photoLayer {
  width: 760px;
  height: 670px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -335px;
  z-index: 111;
}
.photoLayer .close {
  right: -40px;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  cursor: pointer;
  transition: all .3s;
}
.photoLayer .close:hover {
  transform: rotate(90deg);
}
.photoLayer .list {
  transition: none;
}
/*bigimg*/
.photoLayer .prev,
.photoLayer .next {
  width: 17px;
  height: 29px;
  top: 50%;
  margin-top: -15px;
  display: block;
  cursor: pointer;
}
.photoLayer .prev {
  left: -33px;
  background-position: -35px 0;
}
.photoLayer .next {
  right: -33px;
  background-position: -61px 0;
}
.photoLayer .bigimg {
  position: relative;
  width: 667px;
  margin: 0 auto;
}
.photoLayer .bigimg h1 {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  height: 24px;
  padding: 10px 0 13px;
}
.photoLayer .bigimg .list {
  margin-bottom: 18px;
}
.photoLayer .bigimg .txtcon {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin: 2px 0 10px 0;
  left: 0;
  bottom: -54px;
  *bottom: 0;
  background: #fff;
  padding: 10px 0;
  transition: none;
}
.photoLayer .bigimg .txt {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
/*.photoLayer .bigimg .txt{ color: #999999;  font-size: 14px; line-height: 20px; height: 42px; overflow: hidden; margin: 2px 0 10px 0; }*/
.photoLayer .bigimg .list a,
.photoLayer .bigimg .list img {
  width: 667px;
  height: 500px;
  display: block;
}
/*.bigimg .prev:hover, .banner .next:hover {opacity:0.6; filter:Alpha(opacity=60)  opacity:1; filter:Alpha(opacity=100); }*/
/*smalling*/
.smallimg {
  width: 667px;
  height: 78px;
  margin: 0px auto;
  position: relative;
}
.smallimg .smallimg_c {
  width: 667px;
  height: 78px;
  *position: relative;
  margin: 0px auto;
  overflow: hidden;
}
.smallimg .list {
  position: relative;
  width: 1000%;
}
.smallimg .list li {
  width: 100px;
  height: 75px;
  border: 1px solid #f1f1f1;
  float: left;
  margin-right: 11px;
}
.smallimg .list li.cur {
  border-color: #FE7E19;
}
.smallimg .list li a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.smallimg .list img {
  display: block;
  width: 100px;
  height: 75px;
}
/* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ¨Ã¢â‚¬â„¢Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Â°Ã‹â€  */
.dialog-layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=90);
}
.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
}
.location .sitepath {
  color: #333333;
  /* width: 50%; */
}
.location .sitepath s {
  width: 15px;
  height: 18px;
  background-position: -226px -130px;
  margin-right: 6px;
}
.location .sitepath a {
  color: #333333;
}
.location .sitepath a:hover {
  color: #0f6eb7;
}
.location .btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-top: 12px;
  padding: 0 12px;
  background: #0f6eb7;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.location .btn:hover {
  padding: 0 25px;
}
.location.scrollDown {
  position: fixed;
  top: 80px;
}
.location.aboutLocation .menu {
  text-align: center;
}
.location.aboutLocation .menu a {
  width: auto;
  padding: 0 18px;
  margin: 0 10px;
}
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}



#contactcontent{width: 100%;}
/* .addressout{width: 100%;background: #f2f2f2;padding: 70px 0 63px;} */
/* .addressout .address{width: 1200px;margin: 0 auto;} */
/* .addressout .address .usa{background: #fff;width: 540px;height: 310px;padding-left: 45px;display: inline-block;} */
/* .addressout .address .usa:last-child{float: right;} */
/* .addressout .address .usa .name{font-size: 28px;font-style: italic;color: #222222;padding: 50px 0 40px;} */
/* .addressout .address .usa .same{font-size: 16px;color: #222222;padding-bottom: 20px;line-height: 25px;} */
/* .addressout .address .usa .same.email a{color: #368ad8;text-decoration: none;} */
/* .addressout .address .usa .same .img{float: left;width: 18px;height: 25px;margin-right: 15px;} */
#contactcontent .touch{width: 1200px;margin: 0 auto;padding: 80px 0 105px;}
#contactcontent .touch h1{font-family: 'BankGothic';font-size: 32px;text-transform: uppercase;color: #222222;text-align: center;}
#contactcontent .touch .shayu{text-align: center;padding: 20px 0 22px;}
#contactcontent .touch p{line-height: 22px;color: #999999;width: 650px;margin: 0 auto;text-align: center;}
#contactcontent .touch form{width: 800px;margin: 0 auto;}
#contactcontent .touch input{width: 365px;height: 42px;background: #f7f7f7;border: none;padding:0 12px;color: #999999;font-size: 16px;margin: 41px 0 24px;border: 1px solid transparent;outline: 0;}
#contactcontent .touch input::-webkit-input-placeholder,#contactcontent .touch textarea::-webkit-input-placeholder{color: #999999;} 
#contactcontent .touch input:-moz-placeholder,#contactcontent .touch textarea:-moz-placeholder{color: #999999;} 
#contactcontent .touch input::-moz-placeholder,#contactcontent .touch textarea::-moz-placeholder{color: #999999;} 
#contactcontent .touch input:-ms-input-placeholder,#contactcontent .touch textarea:-ms-input-placeholder{color: #999999;} 
#contactcontent .touch input:nth-child(2){float: right;}
#contactcontent .touch textarea{width:776px;height: 150px;border: none;background: #f7f7f7;line-height: 28px;padding: 0 12px;font-size: 16px;padding-top: 10px;border: 1px solid transparent;}
#contactcontent .send{text-align: center;margin-top: 40px;}
#contactcontent .send .submit_btn{display: inline-block;width: 527px;height: 46px;text-align: center;line-height: 46px;border:1px solid #378ad8;border-radius: 4px;color: #378ad8;font-size: 18px;text-transform: uppercase;font-family:'Whitney-Medium';background: #fff;cursor: pointer;}
@media screen and (max-width:1280px){
	#contactcontent .touch{width: 980px;margin: 0 auto;min-width: 980px;}
}




		/* -- å½“å‰ä½ç½® -- */
.topadcs{width:100%;overflow:hidden;text-align:center;margin: 0px auto 0px;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:380px;}







