.carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vessel {
  max-width: 1200px;width: 98%;
  margin: auto;
  position: relative;
}
.vessel .left {
  width: 285px;
  float: left;margin-bottom: 0;
}
.vessel .left>img{
  max-width: 50%;
}
.vessel .left .btnmore {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.vessel .right {
  width: 915px;
  float: right;
}
@media only screen and (max-width: 960px) and (min-width: 200px){
    .vessel .right {
      width: 100%;
    }
    .vessel .left {
      width: 100%;
      float: left;margin-bottom: 15px
    }
}

.vessel .right .right-middle {
  width: 270px;
  float: right;
}
.vessel .right .right-middle b {
  color: #000000;
}
.vessel .right .middle-two {
  width: 50%;
  float: left;
}
.vessel .right .backhome {
  margin: 50px 0;
}
.vessel .right .backhome a {
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #bababa;
  color: #bababa;
  text-indent: 10px;
  width: 50px;
  display: block;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  background: #ffffff;
}
.top .logo {
  margin-top: 45px;
  display: block;
}
.top .column {
  margin-top: 60px;
  width: 560px;
  height: 30px;
  float: left;
}
.top .column .subcolumn ul li{
   margin-bottom: 10px;
}
.top .column .item {
  height: 15px;
  padding: 0 10px 0 7px;
  border-left: 1px solid #919191;
  float: left;
  text-align: center;
  line-height: 11px;
  position: relative;
}
.top .column .item .columnlink {
  font-weight: bolder;
}
.top .column .item .active {
  background: #000000;
  color: #ffffff;
}
.top .column .item .productcol {
  height: 13px;
  text-align: left;
  padding-right: 40px;
}
.top .column .item .projectcol {
  height: 13px;
  text-align: left;
  padding-right: 40px;
}
.top .column .item .newscol {
  height: 13px;
  text-align: left;
  padding-right: 40px;
}
.top .column .item .researchcol {
  height: 13px;
  text-align: left;
  padding-right: 40px;
}
.top .column .item .aboutcol {
  height: 13px;
  text-align: left;
  padding-right: 40px;
}
.top .column .item .subcolumn {
  position: absolute;
  width: 770px;
  top: 60px;
  left: 0px;
  padding: 20px 0;
  display: none;
  background: #ffffff;
  text-align: left;
  border: 1px solid #ededed;
}
#menu-1 .subcolumn { width: 780px;}
#menu-2 .subcolumn { width: 400px;}
#menu-3 .subcolumn { width: 0; border: none; background: none; height: 0;}
#menu-4 .subcolumn { width: 190px;}
#menu-5 .subcolumn { width: 400px;}
.top .column .item .subcolumn .arrow {
  position: absolute;
  top: -7px;
  left: 15px;
}
.top .column .item .subcolumn .title {
  font-size: 12px;
  color: #000000;
  line-height: 25px;
}
.top .column .item .subcolumn a {
  width: 185px;
  line-height: 20px;
  display: block;
}
.top .column .item .subcolumn .lastitem {
  /*width: 50px;*/
}
.top .column a {
  display: block;
}
.top .lang {
  float: left;
  width: 60px;
  margin-top: 55px;
}
.top .slogan {
  float: right;
  margin-top: 45px;
}
.top .slogan .col {
  margin-top: 20px;
}
.top .slogan .col .item {
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  margin-right: 4px;
  background: url("/en/img/sign.jpg") no-repeat;
  background-position: left;
}
.top .slogan .col .active {
  background-position: right;
}
.fullscreen {
  width: 2000px;
  height: 800px;
  margin-top: 120px;
  background: #aaaaaa;
  overflow: hidden;
}
.fullscreen .listbox {
  height: 100%;
}
.fullscreen .listbox .itembox {
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.fullscreen .listbox img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: none;
}
.fullscreen .leftcontrol {
  position: absolute;
  left: 36px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.fullscreen .rightcontrol {
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.introduction {
  margin-top: 35px;
}
.introduction .right {
  border-left: 1px solid #919191;
  padding-left: 22px;
}
.products {
  margin-top: 60px;
  margin-bottom: 50px;
}
.products .left {
  margin-top: 0;
}
.products .btnlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.products .btnlist a .btnimg {
  width: 62px;
  height: 62px;
  background: #000000;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.products .btnlist a .btnimg img {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
}
.products .btnlist a .btnimg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #bf9762;
  z-index: 1;
  display: none;
}
.products .btnlist a .btntitle {
  margin-top: 10px;
  text-align: center;
}
.products .piclist {
  width: 100%;
  margin-top: 0;
  display: flex;justify-content: space-between
}
.products .piclist a {
  flex-basis: 30%;position: relative;
}
.products .piclist a img {
  width: 100%;
  height: 100%;
}
.products .piclist a .intro img{
  width: 50%;
  height: 50%;
  margin:auto
} 
.products .piclist a .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 99;
  display: none;
}
.products .piclist a .intro {
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  position: absolute;
  z-index: 99;
  display: none;line-height: 240px;
}
.products .productpiclist img {
  margin-bottom: 30px;
}
.fixbox {
  width: 100%;
  height: 265px;
  margin-top: 53px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.fixbox .btnlist {
  height: 59px;
  margin-top: 92px;
  margin-left: -45px;
}
.fixbox .btnlist a {
  display: block;
  float: left;
  width: 120px;
}
.fixbox .btnlist a .btnimg {
  width: 59px;
  height: 59px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.fixbox .btnlist a .btnimg img {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
}
.fixbox .btnlist a .btnimg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}
.fixbox .btnlist a .btntitle {
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}
.projects {
  margin-top: 60px;
  position: relative;
}
.projects .right{
  display: flex;justify-content: space-between;
}
.projects .piclist {
  width: 50%;display: flex;justify-content: space-between;flex-wrap: wrap;
}
.projects .piclist a {
	flex-basis: 48%;position: relative;
  margin: 0 0 20px 0;
}
.projects .piclist a img {
  width: 100%;
  height: 100%;
}
.projects .piclist a .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 99;
  display: none;
}
.projects .piclist a .intro {
  width: 100%;
  bottom: 70px;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #737373;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.projects .big {
  width: 45%;justify-content: center
}
.projects .big a {
   flex-basis: 100%;
}
.projects .big a .intro {
  width: 100%;
  bottom: 180px;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #737373;
  z-index: 99;
  display: none;
}
.division {
  margin-top: 35px;
}
.inside .fixbox {
  height: 378px;
  background-position: center 120px;
  background-attachment: fixed;
}
.about {
  margin-top: 68px;
}
.about .btnlist span {
  width: 295px;
  margin-right: 15px;
  display: block;
  float: left;
}
.about .btnlist a .btnimg {
  width: 119px;
  height: 119px;
  background: #000000;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.about .btnlist a .btnimg img {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
}
.about .btnlist a .btnimg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #bf9762;
  z-index: 1;
  display: none;
}
.about .btnlist a .btntitle {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}
.about .btnlist span .btncont {
  margin-top: 30px;
  padding: 10px;
  text-align: left;
}
.about .btnlist span .btnpic {
  margin-top: 20px;
}
.about .btnlist .lastitem {
  margin-right: 0px;
}
.foot {
  height: 430px;
  margin-top: 60px;
  background: #3e3a39;
  border-top: 1px solid #9f9d9c;
  color: #ffffff;
  font-size: 12px;
}
.foot .link {
  margin-top: 40px;
}
.foot .link a {
  line-height: 25px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.foot .link a:hover {
  color: #bababa;
}
.foot .sns {
  margin-top: 60px;
}
.foot .sns a {
  margin-right: 35px;
}
.foot .address {
    height: 32px;
    line-height: 40px;
    margin-top: 5px;
}
.foot .address span {
  font-size: 16px;
}
.foot .copyright {
  margin-top: 5px;
}
.warp {
  margin-top: 120px;
}
.about .banner img {
  width: 100%;
}
.about .banner .left {
  height: 100%;
  position: relative;
}
.about .banner .left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .banner .right {
  height: 100%;
  position: relative;
}
.about .banner .right .pic1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about .banner .right .pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.about .banner .right .pic3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .title {
  margin-top: 45px;
  color: #000000;
  font-size: 14px;
  line-height: 45px;
  color: #737373;
}
.about .title .right {
  height: 55px;
  border-bottom: 1px solid #acacac;
}
.about .content {
  margin-top: 45px;
  line-height: 20px;
}
.about .content .nav a:hover {
  color: #bababa;
}
.about .content .nav .active {
  color: #bababa;
}
.about .content .section {
  margin-top: 45px;
}
.about .content .section .slogan {
  margin-left: -80px;
  width: 50px;
  float: left;
  text-align: right;
}
.about .partneritem {
  padding: 19px 0 29px 0;
  border-bottom: 1px solid #acacac;
}
.about .partneritem .cont {
  margin: 5px 0 0 0;
}
.about .partneritem .cont .pic {
  float: left;
  width: 185px;
}
.about .partneritem .cont .intro {
  float: left;
  width: 452px;
}
.about .partneritem .cont .logo {
  float: right;
  width: 88px;
}
.about .certitem {
  margin-right: 5px;
  width: 300px;
  text-align: center;
  float: left;
}
.about .smallpic .pic {
  margin-bottom: 18px;
}
.about .partners {
  margin-top: -45px;
}
.about .shopitem {
  float: left;
  width: 294px;
  height: 360px;
  margin: 0 17px 0 0;
}
.about .shopitem .cont {
  margin-top: 16px;
  line-height: 20px;
}
.about .shopmore {
  font-size: 11px;
}
.about .shopmore .codeimg {
  vertical-align: bottom;
  margin-top: 94px;
}
.about .shopmore .codeimg img {
  margin-right: 10px;
}
.about .shopmore .headquarters {
  margin: 15px 0 20px 0;
}
.about .last {
  margin-right: 0;
}
.product .banner img {
  width: 100%;
}
.product .banner .left {
  height: 100%;
  position: relative;
}
.product .banner .left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .banner .right {
  height: 100%;
  position: relative;
}
.product .banner .right .pic1 {
  position: absolute;
  top: 0;
  left: 0;
}
.product .banner .right .pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.product .banner .right .pic3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product .region {
  margin-top: 60px;
}
.product .region .list {
  float: right;
  width: 1170px;
  margin-bottom: 60px;
}
.product .region .list .item {
  margin-left: 18px;
  width: 216px;
  float: left;
}
.product .region .list .item .title {
  margin-top: 12px;
  height: 50px;
  text-align: center;
}
.product .last {
  margin-right: 0;
}
.product .introview {
  margin-top: 53px;
}
.product .introview .left {
  width: 265px;
}
.product .introview .linkleft {
  float: left;
}
.product .introview .linkright {
  float: right;
}
.product .introview .picintro {
  margin-top: 20px;
  margin-bottom: 35px;
}
.caption {
  margin-top: 40px;
  height: 70px;
}
.caption .charact {
  border-bottom: #231815 3px solid;
  width: 40px;
  float: left;
  height: 67px;
}
.caption .charact .btnimg {
  width: 40px;
  height: 40px;
  background: #000000;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.caption .charact .btnimg img {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
}
.caption .charact .btnimg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #bf9762;
  z-index: 1;
  display: none;
}
.caption .search {
  width: 217px;
  margin-top: 15px;
  float: right;
}
.caption .search .searchword {
  border: none;
  box-shadow: none;
  height: 30px;
  width: 170px;
  font-size: 18px;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: "Microsoft YaHei",΢���ź�,Arial;
}
.caption .search .searchbtn {
  width: 30px;
  height: 33px;
  border: none;
  margin: 2px 0 10px 0;
  padding: 4px 6px;
  background: url(/en/img/search.jpg) no-repeat right center;
}
.caption .navigation {
  border-bottom: #bababa 1px solid;
  float: right;
  width: 1152px;
  height: 69px;
}
.caption .navigation .select {
  width: 468px;
  padding-top: 20px;
  float: right;
}
.caption .navigation .select a {
  display: inline-block;
}
.caption .navigation .select a casket {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: #adadae 1px solid;
  margin-right: 8px;
  margin-bottom: -3px;
}
.caption .navigation .select .selected casket {
  border: #231815 1px solid;
  background: #231815;
}
.caption .navigation .select .selectall {
  width: 63px;
}
.caption .navigation .select .selectlong {
  /* width: 124px; */
  padding-right: 20px;
}
.caption .navigation .select .selectmiddle {
  width: 80px;
}
.caption .navigation .select .selectshort {
  width: 65px;
}
.caption .navigation .selectinput {
  width: 252px;
  float: right;
  padding-top: 20px;
}
.caption .navigation .selectinput select {
  width: 160px;
  height: 20px;
  margin: auto;
  padding: 0;
  font-size: 11px;
}
.caption .navigation .title {
  width: 234px;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #000000;
  line-height: 60px;
}
.research .title .left,
.research .title .right {
  height: 62px;
}
.research .region {
  margin-top: 20px;
}
.research .region .list {
  float: right;
  width: 936px;
  margin-bottom: 60px;
}
.research .region .list .item {
  margin-left: 18px;
  width: 216px;
  height: 260px;
  float: left;
}
.research .region .list .item .title {
  margin-top: 12px;
  margin-bottom: 36px;
  line-height: 14px;
  font-size: 11px;
}
.research .region .list .item .title span {
  color: #acacac;
}
.research .content .left .pic {
  float: right;
  margin-right: 21px;
}
.research .content .left .newstitle {
  font-size: 16px;
  line-height: 24px;
}
.research .content span {
  color: #acacac;
}
.research .magazine .list .item {
  width: 138px;
}
.research .magazine .list .item span {
  float: right;
}
.inside .indexbox {
  height: 265px;
}
.case {
  height: 670px;
  position: relative;
}
.case .right {
  height: 670px;
  border-bottom: 1px solid #adadad;
}
.case .carousel {
  height: 617px;
  position: relative;
}
.case .carousel .listbox .itembox {
  float: left;
}
.case .carousel .leftcontrol {
  position: absolute;
  left: 36px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.case .carousel .rightcontrol {
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.case .newstitle {
  font-size: 20px;
  position: absolute;
  color: #000000;
  width: 265px;
  line-height: 30px;
  bottom: 135px;
}
.case .producttitle {
  left: 50px;
  bottom: 50px;
  color: #000000;
  font-size: 24px;
  line-height: 25px;
  position: absolute;
  width: 210px;
}
.case .producttitleen {
  left: 50px;
  bottom: 30px;
  color: #000000;
  font-size: 30px;
  font-style: italic;
  font-weight: bolder;
  line-height: 72px;
  position: absolute;
  width: 265px;
}
.case .productlink {
  position: absolute;
  bottom: 110px;
}
.case .btnlist {
  position: absolute;
  bottom: 0;
  height: 88px;
  border-bottom: 3px solid #231815;
  width: 265px;
}
.case .btnlist a {
  display: block;
  float: left;
}
.case .btnlist a .btnimg {
  width: 39px;
  height: 39px;
  background: #000000;
  position: relative;
  overflow: hidden;
  margin: auto;
  float: left;
}
.case .btnlist a .btnimg img {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
}
.case .btnlist a .btnimg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: #bf9762;*/
  z-index: 1;
  display: none;
}
.case .btnlist a .btntitle {
  margin-top: 10px;
  margin-left: 15px;
  text-align: center;
  float: left;
  display: none;
}
.maskbox {
  filter: alpha(opacity=50);
  /*֧�� IE �����*/
  -moz-opacity: 0.50;
  /*֧�� FireFox �����*/
  opacity: 0.50;
  /*֧�� Chrome, Opera, Safari �������*/
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
}
.newscarousel .carousel {
  height: 180px;
  width: 449px;
  position: relative;
}
.newscarousel .carousel .listbox .itembox {
  float: left;
}
.newscarousel .carousel .leftcontrol {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -18px;
  display: none;
  width: 20px;
}
.newscarousel .carousel .rightcontrol {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -18px;
  display: none;
  width: 20px;
}
.newscarousel .col {
  padding-bottom: 20px;
  padding-right: 5px ;
  float: right;
}
.newscarousel .col .item {
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  margin-right: 4px;
  background: url("/en/img/sign.jpg") no-repeat;
  background-position: left;
}
.newscarousel .col .active {
  background-position: right;
}
.newscarousel #carousel2 {
  margin-right: 0;
  float: right;
}
.newscarousel #col2 {
  padding-right: 0;
}
.newscarousel .itembox{
	width: 440px;
	float: left;
	margin-bottom: 20px;
	padding-right: 15px;
}
.news-two div{
	width: 440px;
	float: left;
	padding-right: 15px;
}
.newscarousel .itembox .newspic{
	width: 200px;
	padding-right: 10px;
}
.newscarousel .itembox .newspic img{
	border: 1px solid #acacac;
}
.newscarousel .itembox .newstitle{
	width: 200px;
}
.newscarousel .itembox .newspic, .newscarousel .itembox .newstitle{
	float: left;
}
.newscarousel .pager {margin: 0 0 0 300px;}
.pager-current { padding: 6px 15px;}

.about .btnlist .btncont a{
	display: block;
}

.foot .left {
    float: left;
    margin: 25px 0 0 100px;
    width: 185px;
}
.foot .right {
  width: 915px;
  float: right;
}
.foot .left img{ margin: 25px; }

.products .frontPiclist{
	margin-top: 59px;
}

/* ��ҳ���� */
#front-search {
  max-width: 180px;width: 50%;
  border-bottom: 1px #373737 solid;
  float: right;
  margin-left: 15px;
}
.left #front-search{
  display: none
}
.right #front-search {
  display: block
}
@media only screen and (max-width: 960px) and (min-width: 200px){
  .left #front-search{
    display: block;
  }
  .right #front-search{
    display: none;
  }
}
#front-search .searchword {
  border: none;
  box-shadow: none;
  margin: 0;
  height: 30px;
  width: 130px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei",΢���ź�,Arial;
}
#front-search .searchbtn {
  width: 30px;
  height: 33px;
  border: none;
  margin: 0;
  padding: 0 6px;
  background: url(/en/img/search.jpg) no-repeat right center;
}
#product-file thead,
#product-file .file-icon
{
  display: none;
}
#product-file table{
  width: 100%;
}
#product-file table tbody tr td:nth-child(2){
  text-align: right;
}
.language-switcher-locale-url{
  margin: 0 0 10px 0;
}
.language-switcher-locale-url .zh-hans{
  border-left: solid 1px #acacac;
  padding-left: 5px;
}
.language-switcher-locale-url .en{
  padding-right: 5px;
}

@media only screen and (max-width: 640px) and (min-width: 320px){
	.products .btnlist{ display:block}
    .products .btnlist a{ width:30%; text-align:center; float:left; margin-left:2.1%; margin-bottom:3%}
	.products .btnlist a .btnimg{ width:100%; height:100%; text-align:center; vertical-align:middle; display:block; padding:20px 0}
	.products .btnlist a .btnimg img{ width:50%; height:50%; margin:auto; vertical-align:middle; position:static; display:block}
	.piclist { }
	.frontPiclist{ display:none!important}
	.products{ margin-bottom:30px}
	.projects{ margin-top:40px}
}
