
.banner {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	/*padding-top:120px;*/
}
.banner .container {
	height:100%;
}
.banner .contents {
	position:absolute;
	/*top:120px;*/
	left:0px;
	width:100%;
	height:100%;
}
.banner .content {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
}
.banner .contentInfo {
	display:none;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:100px;
	width:675px;
	height:200px;
	margin-top:-100px;
	z-index:1;
	text-align:left;
}
.banner .contentInfo .sub {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:17px;
	left:8px;
	width:2px;
	height:120px;
	background:#fff;
}
.banner .contentInfo .sub {
	transform-origin:left bottom;
	-moz-transform-origin:left bottom;
	-ms-transform-origin:left bottom;
	-o-transform-origin:left bottom;
	-webkit-transform-origin:left bottom;
}
.banner .contentInfo .quan {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:128px;
	left:0px;
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	-webkit-border-radius:16px;
}
.banner .contentInfo .title {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	left:32px;
	top:8px;
	line-height:50px;
	font-size:40px;
	color:#fff;
	font-family:"å¾®è½¯é›…é»‘";
}
.banner .contentInfo .info {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	left:32px;
	top:70px;
	line-height:32px;
	font-size:20px;
	color:#fff;
}
.banner .contentInfo .btn {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:146px;
	left:32px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:32px;
	width:110px;
	height:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.banner .bannerNav {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:2;
}
.banner .bannerNav .bannerNavChild {
	margin:0 10px;
	width:10px;
	height:10px;
	display:inline-block;
*display:inline;
*zoom:1;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.banner .bannerNav .bannerNavChild.on {
	background:#000;
	animation:bannerNavChildOn .2s ease-in-out 0s both;
	-moz-animation:bannerNavChildOn .2s ease-in-out 0s both;
	-webkit-animation:bannerNavChildOn .2s ease-in-out 0s both;
	-o-animation:bannerNavChildOn .2s ease-in-out 0s both;
}
.banner .bannerBg {
	width:100%;
	height:auto;
	vertical-align:middle;
}
.about {
	padding:80px 0;
	background:#fff;
}
.about .left {
	width:600px;
	height:284px;
	float:left;
}
.about .left img {
	width:100%;
	height:100%;
	vertical-align:middle;
}
.about .right {
	position:relative;
	width:524px;
	height:284px;
	float:right;
}
.about .right .title {
	font-size:20px;
	color:#2061c4;
	line-height:20px;
	padding-bottom:20px;
}
.about .right .info {
	font-size:14px;
	color:#333;
	line-height:22px;
}
.about .right .btn {
	position:absolute;
	bottom:0px;
	left:0px;
	width:122px;
	height:38px;
	border:1px solid #dcdcdc;
	line-height:38px;
	text-align:center;
	color:#999999;
	font-size:14px;
}
.about .right .btn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.about .right .btn:hover {
	background:#2061c4;
	color:#fff;
	border:1px solid #fff;
}
.news {
	padding:40px 0;
    background:#f4f7f8 url(../images/main_bg.jpg) top center no-repeat;
}
.news .container {
	height:315px;
	margin:56px auto 0 auto;
}
.news .contents {
	position:relative;
	width:1200px;
	height:415px;
	overflow:hidden;
}
.news .content {
	position:absolute;
	top:0;
	left:0;
}
.news .child {
	display:none;
	position:absolute;
	width:342px;
}
.news .child .childImg {
	width:342px;
	height:228px;
	overflow:hidden;
}
.news .child .childImg {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.news .child .childImg:hover {
	box-shadow:0px 0px 5px #000;
	-moz-box-shadow:0px 0px 5px #000;
	-ms-box-shadow:0px 0px 5px #000;
	-o-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
}
.news .child .childImg img {
	vertical-align:middle;
	width:100%;
	height:100%;
}
.news .child .childImg img {
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.news .child .childImg img:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}
.news .child .childTitle {
	line-height:30px;
	padding-top:40px;
	color:#333;
    font-size: 18px;
    text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .child .childTime {
	color:#999999;
	font-size:14px;
	line-height:40px;
}
.news .child .childInfo {
	color:#878787;
	font-size:14px;
	line-height:22px;
}
.news .navBtn {
	position:absolute;
	top:80px;
	height:70px;
	cursor:pointer;
}
.news .navBtn.leftBtn {
	left:-60px;
}
.news .navBtn.rightBtn {
	right:-60px;
}
.other {
	position:relative;
	background:#fff;
	padding:80px 0 60px 0;
	text-align:center;
}
.other .child {
	width:280px;
	display:inline-block;
    *display:inline;
    *zoom:1;
	margin-right:174px;
	vertical-align:text-top;
}
.other .child#vedioChild {
	margin-right:0px;
}
.other .child#vedioChild .childImg {
	position:relative;
	overflow:hidden;
}
.other .child .childImg {
	width:280px;
	height:280px;
	background:#EFEFEF;
	border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;
}
.other .child .childImg .childImgc {
	vertical-align:middle;
}
.other .child .childImg .childImgc {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}
.other .child .childTitle {
	margin-top:46px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:52px;
	color:#333;
	font-size:24px;
}
.other .child .childInfo {
	padding-top:26px;
	line-height:26px;
	color:#999999;
	font-size:14px;
}
.other .child#vedioChild {
	cursor:pointer;
}
.other .child#vedioChild .childImg .childImgc:hover {
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}
.other .child#vedioChild .childImg .childHide {
	border-raidus:280px;
	-moz-border-raidus:280px;
	-ms-border-raidus:280px;
	-o-border-raidus:280px;
	-webkit-border-raidus:280px;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:280px;
	background:url(../images/pruplebg.png);
}
.other .child#vedioChild .childImg .childVedio {
	position:absolute;
	top:50%;
	left:50%;
	width:76px;
	height:76px;
	margin:-38px 0 0 -38px;
}

.products {
	position:relative;
	background:#fff;
	padding:80px 0 60px 0;
	text-align:center;
}
.products .child {
	width:1200px;
	display:inline-block;
    *display:inline;
    *zoom:1;
	vertical-align:text-top;
}
.products .child .left {
    width:50%;
    min-height:320px;
 	background:#fff;
    float:left;
}
.products .child .right {
    width:50%;
    min-height:320px;
    float:left;
    background:#f7f7f7;
}
.products .child {

}
.products .child .childImg {
	width:50%;
	min-height:380px;
	background:#fff;
}
.products .child .childImg img {
	width:90%;
	min-height:380px;
}


.products .child .childTitle {
    text-align:left;
}

.products .child .childInfo {
    text-align:left;
}


.productmain .child {
	position:relative;
	float:left;
	width:288px;
	border:1px solid #e8e8e8;
	margin:10px 10px 0 0;
    background: #fff;
}



.productmain .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.productmain .child:hover {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.productmain .child .childImg {
	width:288px;
	height:288px;
	line-height:288px;
	text-align:center;
}
.productmain .child .childImg img {
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.productmain .child .childImg img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.productmain .child .childImg img:hover {
	transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	-webkit-transform:scale(1.04);
}
.productmain .child .childTitle {
	position:relative;
	height:50px;
	text-align:center;
	color: #003d97;
	background:  #eee;
	font-size: 18px;
}
.productmain .child:hover .childTitle{
	background:#003d97;
	color:#fff;
}

.productmain .child .childTitle p {
	line-height:20px;
	padding-top:14px;
}
.productmain .child .childSub {
	height:5px;
	width:250px;
	margin:0 auto;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.productmain .child .childInfo {
	height:54px;
	line-height:54px;
	text-align:center;
	color:#006FCF;
	font-size:14px;
}
.productmain .child .childInfo img, .main .about .child .childInfo span {
	vertical-align:middle;
}


.sw-container {

  width: 100%;
      padding-bottom: 20px;
  margin: 0 auto;
  padding-top: 20px;
}

.sw-container h3 {
  width: 295px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  color: #4c4c4c;
  text-align: center;
  font-weight: normal;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;

}

.hexin {background: url(../images/bg_h3.jpg) top center no-repeat;padding-top: 40px;}
.hexin .mainTitle {color:#fff;}
.hexin .main { padding: 90px 0 80px; position: relative; }
.hexin .pic { width: 53%; margin: 0 auto; }
.hexin .pic img { width: 100%; }
.hexin .item { position: absolute; }
.hexin .item h3 { color: #fff; font-size: 18px; line-height: 20px; margin: 24px 0 10px;font-weight:600; }
.hexin .item p { color: #fff; font-size: 16px; line-height: 22px; }

.hexin .item1, .hexin .item2 { width: 27%; }
.hexin .item3, .hexin .item4 { width: 23%; }
.hexin .item5, .hexin .item6 { width: 28%; }
.hexin .itemA { padding-right: 16px; }
.hexin .itemB { padding-left: 20px; }
.hexin .item1 { left: 0; top: 13.58%; }
.hexin .item2 { right: 0; top: 15.58%; }
.hexin .item3 { left: 0; top: 37.17%; }
.hexin .item4 { right: 0; top: 39.17%; }
.hexin .item5 { left: 0; top: 63.04%; }
.hexin .item6 { right: 0; top: 62.04%; }



.index_pro{ padding-bottom:20px; overflow:hidden;padding-top: 20px;}

.index_pro ul{ text-align:center;}

.index_pro ul li{ display:inline-block; width:140px; border:1px solid #ccc;  border-radius: 20px; text-align:center; line-height:40px; margin:5px 10px;}

.index_pro ul li a{font-size: 14px;color: #4c4c4c; line-height:40px;}

.index_pro ul li:hover{
         background: #e70012;
    color: #fff;
    border-radius: 20px;
    border: 1px solid;}

.index_pro ul li:hover a{color:#fff;}

.sw-container .sw-product {

  width: 100%;

  margin: 0 auto;

  overflow:hidden;

}
    .clearfix:after {
        clear: both;
        height: 0;
        content: "";
        line-height: 0;
        font-size: 0;
        display: block;
    }
.sw-container .sw-product .sw-prolist {

  width: 100%;

  background: #fff;

}

.sw-container .sw-product .sw-prolist .pro-msg {

  width: 50%;

  float: left;

  background: #d9d9d9;

  height: 407px;

}

.sw-container .sw-product .sw-prolist .pro-msg dl {

  width: 100%;

  padding-bottom: 22px;

  position: relative;

  margin-bottom: 20px;

}

.sw-container .sw-product .sw-prolist .pro-msg dl:before {

  content: "";

  display: block;

  width: 45px;

  height: 0px;

  background: #aeaeae;

  position: absolute;

  left: 0;

  bottom: 0px;

}

.sw-container .sw-product .sw-prolist .pro-msg dl dt {
  font-size: 26px;
  color: #333;
  height: 34px;
  overflow: hidden;
  padding-left:150px;
  padding-right:80px;
}

.sw-container .sw-product .sw-prolist .pro-msg dl dd {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  padding-left:150px;
  padding-right:80px;

}

.sw-container .sw-product .sw-prolist .pro-msg p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 35px;
  min-height: 70px;
  overflow: hidden;
  padding-left:150px;
  padding-right:80px;
}

.sw-container .sw-product .sw-prolist .pro-msg .read-m {
  display: block;
  padding-left: 23px;
  font-size: 14px;
  color: #9c9c9c;
  font-style: oblique;
}

.sw-container .sw-product .sw-prolist .becare2 dl dt {
  font-size: 26px;
  color: #333;
  height: 34px;
  overflow: hidden;
  padding-left:80px;
  padding-right:150px;
}
.sw-container .sw-product .sw-prolist .becare2 dl dd {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  padding-left:80px;
  padding-right:150px;

}
.sw-container .sw-product .sw-prolist .becare2 p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 35px;
  min-height: 70px;
  overflow: hidden;
  padding-left:80px;
  padding-right:150px;
}

.sw-container .sw-product .sw-prolist .pro-img {
  width: 50%;
  float: left;
  height: 407px;
}

.sw-container .sw-product .sw-prolist .pro-img a {
  display: block;
  width: 100%;
  height: 407px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sw-container .sw-product .sw-prolist .pro-img img {

  max-height: 100%;

  max-width: 100%;

}

.sw-container .sw-product .sw-prolist .becare1 img {
 float:right;
}

.sw-container .sw-product .sw-prolist:hover {
  cursor: pointer;
}

.sw-container .sw-product .sw-prolist:hover .pro-msg dl dt {

  color: #2E60A9;

}

.sw-container .sw-product .sw-prolist:hover .pro-msg .read-m {

  color: #2E60A9;


}

.sw-container .sw-news {

  width: 100%;

  margin: 0 auto;

  padding-top: 25px;

  max-width:1240px;

}

.sw-container .sw-news h4 {

  font-size: 26px;

  color: #4c4c4c;

  text-align: center;

  font-weight: normal;
  margin:0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
      width: 295px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
    padding: 20px;

}

.sw-container .sw-news .sw-nlist {

  width: 100%;
    margin: 55px 0px 0px 0px;
  overflow: hidden;

}

.sw-container .sw-news .sw-nlist ul {

  width: 1280px;

}

.sw-container .sw-news .sw-nlist ul li {
    max-width: 580px;
    width: 50%;
  float: left;
      height: 118px;
    overflow: hidden;
  margin-bottom: 45px;
}

.sw-container .sw-news .sw-nlist ul li dl {
  width: 90px;
  height: 85px;
  float: left;
  text-align: center;
  background: #2E60A9;
  padding-top: 19px;
}

.sw-container .sw-news .sw-nlist ul li dl dt {
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 4px;
}

.sw-container .sw-news .sw-nlist ul li dl dt:before {

  content: "";

  display: block;

  width: 30px;

  height: 1px;

  background: #d9d9d9;

  position: absolute;

  left: 50%;

  margin-left: -15px;

  bottom: 0;

}

.sw-container .sw-news .sw-nlist ul li dl dd {

  font-size: 14px;
  margin: 0 auto;
  color: #fff;

}

.sw-container .sw-news .sw-nlist ul li .new-msg {
    max-width: 460px;
    width: 71%;
  float: left;
  padding-left: 30px;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 {
  width: 100%;
  height: 25px;
  overflow: hidden;
  margin-bottom: 19px;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 a {

  display: block;

  font-size: 20px;

  color: #333;

}

.sw-container .sw-news .sw-nlist ul li .new-msg p {

  font-size: 14px;

  color: #808080;

  line-height: 24px;

  overflow: hidden;

}

.sw-container .sw-news .sw-nlist ul li:hover {

  cursor: pointer;

}

.sw-container .sw-news .sw-nlist ul li:hover .new-msg h5 a {

  color: #2E60A9;

}

.work {
	position:relative;
}
.work .workTitle {
    padding: 40px 0px 0px 0px;

}
.work .container {
	margin:50px auto;
	/* height:533px; */
	height: 273px;
	overflow: hidden;
}
.work .container .child {
	position:absolute;
	width:385px;
	height:257px;
}
.work .container .child .childImg {
	width: 100%;
	height: 100%;
}
.work .container .child .childFoot {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:240px;
}
.work .container .child .childRight {
	position:absolute;
	bottom:0px;
	right:0px;
}
.work .container .child .childTitle {
	color:#fff;
	font-size:20px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-left:18px;
	line-height:36px;
	width:80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index:1;
}
.work .container .child .childHide {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	background:url(../images/pruplebg.png);
}
.work .container .child .childSearchBg {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:66px;
	height:66px;
	margin:-33px 0 0 -33px;
	background:url(../images/seachbg.png);
	border-radius:66px;
	-moz-border-radius:66px;
	-ms-border-radius:66px;
	-o-border-radius:66px;
	-webkit-border-radius:66px;
	z-index:2;
}
.work .container .child .childSearch {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:24px;
	margin:-12px 0 0 -15px;
	z-index:3;
}
.work .container .child:hover .childHide {
	display:block;
}
.work .container .child:hover .childSearchBg {
	display:block;
	animation:quan .2s ease-in-out 0s both;
	-moz-animation:quan .2s ease-in-out 0s both;
	-webkit-animation:quan .2s ease-in-out 0s both;
	-o-animation:quan .2s ease-in-out 0s both;
}
@keyframes quan {
0% {
transform:scale(0);
}
100% {
transform:scale(1);
}
}
@-moz-keyframes quan {
0% {
-moz-transform:scale(0);
}
100% {
-moz-transform:scale(1);
}
}
@-webkit-keyframes quan {
0% {
-webkit-transform:scale(0);
}
100% {
-webkit-transform:scale(1);
}
}
@-o-keyframes quan {
0% {
-o-transform:scale(0);
}
100% {
-o-transform:scale(1);
}
}
.work .container .child:hover .childSearch {
	display:block;
}
.work .container .child#work1 {
	top:0px;
	left:0px;
}
.work .container .child#work2 {
	top:0px;
	left:406px;
}
.work .container .child#work3 {
	top:0px;
	left:810px;
}
.work .container .child#work4 {
	top:277px;
	left:0px;
}
.work .container .child#work5 {
	top:277px;
	left:406px;
}
.work .container .child#work6 {
	top:277px;
	left:810px;
}
@media (max-width: 639px) {


.banner {
	/*padding-top:50px;*/
}
.banner .contents {
	/*top:50px;*/
}
.banner .content {
	background-size:auto 160px;
	background-position:center 0px;
	background-attachment: inherit;
}
.banner .contentInfo {
	top:50%;
	left:0px;
	height:200px;
	width:100%;
	margin-top:-100px;
}
.banner .contentInfo .sub {
	top:47px;
	left:8px;
	width:2px;
	height:120px;
}
.banner .contentInfo .quan {
	top:98px;
	left:0px;
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	-webkit-border-radius:16px;
}
.banner .contentInfo .title {
	position:relative;
	left:32px;
	top:0px;
	line-height:30px;
	font-size:22px;
	padding-top:40px;
}
.banner .contentInfo .info {
	display:none;
	position:relative;
	left:32px;
	top:0px;
	line-height:32px;
	padding-top:10px;
	font-size:20px;
}
.banner .contentInfo .btn {
	position:relative;
	top:0;
	left:32px;
	line-height:32px;
	margin-top:6px;
	width:110px;
	height:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.banner .bannerNav {
	bottom:10px;
}
.banner .bannerNav .bannerNavChild {
	margin:0 10px;
	width:10px;
	height:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}
.banner .bannerBg {
	width:auto;
	height:160px;
}
 @keyframes sub {
0% {
height:0px;
}
100% {
height:60px;
}
}
@-moz-keyframes sub {
0% {
height:0px;
}
100% {
height:60px;
}
}
@-webkit-keyframes sub {
0% {
height:0px;
}
100% {
height:60px;
}
}
@-o-keyframes sub {
0% {
height:0px;
}
100% {
height:60px;
}
}
.about {
	padding:17px 0 25px 0;
}
.about .left {
	width:100%;
	height:auto;
	float:none;
}
.about .left img {
	width:100%;
	height:auto;
	vertical-align:middle;
}
.about .right {
	width:100%;
	height:auto;
	float:none;
}
.about .right .title {
	font-size:16px;
	line-height:20px;
	padding:17px 0 12px 0;
}
.about .right .info {
	font-size:12px;
	line-height:18px;
}
.about .right .btn {
	position:relative;
	margin-top:15px;
	width:86px;
	height:23px;
	border:1px solid #dcdcdc;
	line-height:23px;
	font-size:12px;
	border-radius:23px;
	-moz-border-radius:23px;
	-moz-border-radius:23px;
	-ms-border-radius:23px;
	-o-border-radius:23px;
	-webkit-border-radius:23px;
}
.about .right .btn:hover {
	border:1px solid #fff;
}
.news {
	padding: 1% 0 0 0;
}
.news .container {
	height:170px;
	margin:25px auto 0 auto;
}
.news .contents {
	width:209px;
	height:250px;
	margin:0 auto;
}
.news .child {
	width:209px;
}
.news .child .childImg {
	width:209px;
	height:125px;
}
.news .child .childTitle {
	line-height:20px;
	padding-top:10px;
	font-size:14px;
}
.news .child .childTime {
	font-size:12px;
	line-height:18px;
	padding-bottom:8px;
}
.news .child .childInfo {
	font-size:12px;
	line-height:16px;
}
.news .navBtn {
	top:40px;
	height:35px;
}
.news .navBtn.leftBtn {
	left:0px;
}
.news .navBtn.rightBtn {
	right:0px;
}
.other {
	padding:30px 0 0px 0;
}
.other .child {
	width:75%;
	margin:0 auto;
	display:block;
	padding-bottom:30px;
}
.other .child#vedioChild {
	margin:0 auto;
}
.other .child .childImg {
	width:100%;
	height:100%;
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
}
.other .child .childImg .childImgc {
	max-width:100%;
	max-height:100%;
}
.other .child .childTitle {
	margin-top:23px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:30px;
	font-size:14px;
}
.other .child .childInfo {
	padding-top:20px;
	line-height:20px;
	font-size:12px;
}
.other .child#vedioChild .childImg .childHide {
	border-raidus:140px;
	-moz-border-raidus:140px;
	-ms-border-raidus:140px;
	-o-border-raidus:140px;
	-webkit-border-raidus:140px;
	width:280px;
	height:280px;
}
.other .child#vedioChild .childImg .childVedio {
	width:38px;
	height:38px;
	margin:-19px 0 0 -19px;
}


.sw-container {
  width: 100%;
  margin: 0 auto;
  max-width: 639px;
  padding:  0px;
}

.hexin {padding:0;background: #dcdcdc;margin: 10% 0 0 0;}
span.pic1 { background: url(../images/icon_pic1.png); background-size: 100% 100%; }
span.pic2 { background: url(../images/icon_pic2.png); background-size: 100% 100%; }
span.pic3 { background: url(../images/icon_pic3.png); background-size: 100% 100%; }
span.pic4 { background: url(../images/icon_pic4.png); background-size: 100% 100%; }
span.pic5 { background: url(../images/icon_pic5.png); background-size: 100% 100%; }
span.pic6 { background: url(../images/icon_pic6.png); background-size: 100% 100%; }

.hexin .main {padding: 0;margin: 6% 0 0 0;}
.hexin .pic {width: 80%;display:  none;}
.hexin .item { position: relative; background: rgba(255,255,255,0.5); margin: 10px 0; border-radius: 10px; }
.hexin .item1, .hexin .item2, .hexin .item3, .hexin .item4, .hexin .item5, .hexin .item6 {
    padding: 1% 0;
    width: 100%;
    border-radius: 5px;
    height: 71px;
    margin: 0.5% 0 1% 0;
    overflow: hidden;
    background: linear-gradient(to bottom right,#006fcf,#003d97);
    margin: 0 0 2% 0;
}
.hexin .item h3 {
    margin: 0.1% 0 0 50px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
 }
.hexin .item span {position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 50%;
    margin: -15px 0 0 0;
	}
.hexin .item p {
    width: 85%;
    font-size: 14px;
    /* line-height: 18px; */
    margin: 2px 0 2px 50px;
    color: #f4f7f8;
    }

.sw-container .sw-product .sw-prolist .pro-msg {
max-height: 180px;
}
.sw-container .sw-product .sw-prolist .pro-img {
max-height: 180px;
}

.sw-container .sw-product .sw-prolist .pro-msg dl {

width: 100%;

padding-bottom: 1px;

position: relative;

margin-bottom: 1px;
}


.sw-container .sw-product .sw-prolist .pro-msg dl dt {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  font-size:16px;
}

.sw-container .sw-product .sw-prolist .pro-msg dl dd {
  overflow: hidden;
  padding-left:20px;
  padding-right: 20px;
    font-size:14px;
}

.sw-container .sw-product .sw-prolist .pro-msg p {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
    font-size:14px;
}

.sw-container .sw-news {width: 100%;margin: 0 auto;padding-top: 10px;max-width: 693px;}

.sw-container .sw-news h4 {

  font-size: 20px;

  color: #4c4c4c;

  text-align: center;

  font-weight: normal;

  margin-bottom: 25px;

}

.sw-container .sw-news .sw-nlist {width: 100%;overflow: hidden;margin: 15px 0 0 0;}

.sw-container .sw-news .sw-nlist ul {max-width: 693px;}
.sw-container .sw-news .sw-nlist ul li {
  width:100%;
  max-width: 480px;
  float: left;
  height: 20px;
  margin: 0 0 2% 2.5%;
  overflow: hidden;
  background: url(../images/li_bg.png)no-repeat left center;
  border-bottom: 1px solid #EEE;
  padding-left: 0;
  line-height: 18px;
}

.sw-container .sw-news .sw-nlist ul li dl {
    width: 75px;
    height: 75px;
    float: left;
    text-align: center;
    background: #2E60A9;
    padding: 0px 0px;
    margin:  0 0 0 0;
    display:  none;
}

.sw-container .sw-news .sw-nlist ul li dl dt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 4px;
}

.sw-container .sw-news .sw-nlist ul li dl dt:before {content: "";display: block;width: 30px;height: 1px;background: #d9d9d9;position: absolute;left: 50%;margin-left: -15px;bottom: 0;}

.sw-container .sw-news .sw-nlist ul li dl dd {

  font-size: 14px;
  margin: 0 auto;
  color: #fff;

}

.sw-container .sw-news .sw-nlist ul li .new-msg {
    max-width: 540px;
    width: 90%;
    float: left;
    padding: 0 0 0 5%;
    margin:  0 0 0 0;
    overflow:  hidden;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 {
    width: 65%;
    overflow: hidden;
    margin: 0;
    height: 20px;
}

.sw-container .sw-news .sw-nlist ul li .new-msg h5 a {
        display: block;
        font-size: 14px;
        color: #333;
        font-weight: normal;
}

.sw-container .sw-news .sw-nlist ul li .new-msg p {color: #808080;overflow: hidden;width: 62%;font-size:  12px;line-height: 18px;display:  none;}


.work {
	position:relative;
}
.work .workTitle {
	padding: 0 0 0 0;
}
.work .container {
	margin: 5% 0 5% 0;
	height: 100%;
}
.work .container .child {
	position:relative;
	width: 45%;
	height: 45%;
	margin: 0 0 3% 3%;
	float:  left;
}
.work .container .child .childImg {
	vertical-align:middle;
	width:100%;
	height:auto;
}
.work .container .child .childFoot {
	height:120px;
}
.work .container .child .childTitle {
	font-size:12px;
	padding-left:5px;
	line-height:18px;
}
.work .container .child .childSearchBg {
	width:33px;
	height:33px;
	margin:-16px 0 0 -16px;
	border-radius:33px;
	-moz-border-radius:33px;
	-ms-border-radius:33px;
	-o-border-radius:33px;
	-webkit-border-radius:33px;
}
.work .container .child .childSearch {
	width:15px;
	height:12px;
	margin:-6px 0 0 -8px;
}
.work .container .child#work1 {
	top:0px;
	left:0px;
}
.work .container .child#work2 {
	top:0px;
	left:0px;
}
.work .container .child#work3 {
	top:0px;
	left:0px;
}
.work .container .child#work4 {
	top:0px;
	left:0px;
}
.work .container .child#work5 {
	top:0px;
	left:0px;
}
.work .container .child#work6 {
	top:0px;
	left:0px;
}
}
@media (min-width: 640px) and (max-width:1023px ) {


.banner {
	/*padding-top:73px;*/
}
.banner .content {
	background-size:auto 320px;
	background-position:center 0px;
	background-attachment: inherit;
}
.banner .contents {
	/*top:73px;*/
}
.banner .contentInfo {
	top:50%;
	left:0px;
	height:200px;
	width:100%;
	margin-top:-100px;
}
.banner .contentInfo .sub {
	top:17px;
	left:8px;
	width:2px;
	height:120px;
}
.banner .contentInfo .quan {
	top:128px;
	left:0px;
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	-webkit-border-radius:16px;
}
.banner .contentInfo .title {
	position:relative;
	left:32px;
	top:0px;
	line-height:50px;
	font-size:40px;
}
.banner .contentInfo .info {
	position:relative;
	left:32px;
	top:0px;
	line-height:32px;
	padding-top:10px;
	font-size:20px;
}
.banner .contentInfo .btn {
	position:relative;
	top:0;
	left:32px;
	line-height:32px;
	margin-top:6px;
	width:110px;
	height:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.banner .bannerNav {
	bottom:10px;
}
.banner .bannerNav .bannerNavChild {
	margin:0 10px;
	width:10px;
	height:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}
.banner .bannerBg {
	width:auto;
	height:320px;
	opacity: 0;
}
.about {
	padding:34px 0 50px 0;
}
.about .left {
	width:100%;
	height:auto;
	float:none;
}
.about .left img {
	width:100%;
	height:auto;
	vertical-align:middle;
}
.about .right {
	width:100%;
	height:auto;
	float:none;
}
.about .right .title {
	font-size:25px;
	line-height:33px;
	padding:18px 0 12px 0;
}
.about .right .info {
	font-size:16px;
	line-height:28px;
}
.about .right .btn {
	position:relative;
	margin-top:20px;
	width:130px;
	height:32px;
	border:2px solid #dcdcdc;
	line-height:30px;
	font-size:16px;
	border-radius:46px;
	-moz-border-radius:46px;
	-moz-border-radius:46px;
	-ms-border-radius:46px;
	-o-border-radius:46px;
	-webkit-border-radius:46px;
}
.about .right .btn:hover {
	border:2px solid #fff;
}
.news {
	padding:36px 0;
}
.news .container {
	height:411px;
	margin:50px auto 0 auto;
}
.news .contents {
	width:418px;
	height:500px;
	margin:0 auto;
}
.news .child {
	width:418px;
}
.news .child .childImg {
	width:418px;
	height:250px;
}
.news .child .childTitle {
	line-height:28px;
	padding-top:11px;
	font-size:18px;
}
.news .child .childTime {
	font-size:17px;
	line-height:26px;
	padding-bottom:10px;
}
.news .child .childInfo {
	font-size:16px;
	line-height:26px;
}
.news .navBtn {
	top:80px;
	height:70px;
}
.news .navBtn.leftBtn {
	left:0px;
}
.news .navBtn.rightBtn {
	right:0px;
}
.other {
	padding:60px 0 0px 0;
}
.other .child {
	width:280px;
	margin:0 auto;
	display:block;
	padding-bottom:60px;
}
.other .child#vedioChild {
	margin:0 auto;
}
.other .child .childImg {
	width:280px;
	height:280px;
	border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;
}
.other .child .childImg .childImgc {
	vertical-align:middle;
}
.other .child .childImg .childImgc {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}
.other .child .childTitle {
	margin-top:46px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:52px;
	color:#333;
	font-size:25px;
}
.other .child .childInfo {
	padding-top:26px;
	line-height:26px;
	color:#999999;
	font-size:14px;
}
.other .child#vedioChild {
	cursor:pointer;
}
.other .child#vedioChild .childImg .childImgc:hover {
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}
.other .child#vedioChild .childImg .childHide {
	border-raidus:280px;
	-moz-border-raidus:280px;
	-ms-border-raidus:280px;
	-o-border-raidus:280px;
	-webkit-border-raidus:280px;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:280px;
	background:url(../images/pruplebg.png);
}
.other .child#vedioChild .childImg .childVedio {
	position:absolute;
	top:50%;
	left:50%;
	width:76px;
	height:76px;
	margin:-38px 0 0 -38px;
}

.sw-container {

  width: 100%;
  margin: 0 auto;
  min-width:640px;
  max-width: 1023px;

}
.hexin { background: url(../images/bg_h3.jpg) top center repeat-y; }
span.pic1 { background: url(../images/icon_pic1.png); background-size: 100% 100%; }
span.pic2 { background: url(../images/icon_pic2.png); background-size: 100% 100%; }
span.pic3 { background: url(../images/icon_pic3.png); background-size: 100% 100%; }
span.pic4 { background: url(../images/icon_pic4.png); background-size: 100% 100%; }
span.pic5 { background: url(../images/icon_pic5.png); background-size: 100% 100%; }
span.pic6 { background: url(../images/icon_pic6.png); background-size: 100% 100%; }

.hexin .main {padding: 20px 0;}
.hexin .pic { width: 80%; }
.hexin .item { position: relative; background: rgba(255,255,255,0.5); margin: 10px 0; border-radius: 10px; }
.hexin .item1, .hexin .item2, .hexin .item3, .hexin .item4, .hexin .item5, .hexin .item6 { padding: 10px 0 10px 70px; width: 100%; max-width: 1023px; }
.hexin .item h3 { margin: 10px 0; }
.hexin .item span { position: absolute; display: inline-block; width: 50px; height: 50px; left: 10px; top: 50%; margin-top: -25px; }
.hexin .item p {width: 95%;}
.sw-container .sw-product .sw-prolist .pro-msg {
max-height: 380px;
}
.sw-container .sw-product .sw-prolist .pro-img {
max-height: 380px;
}

.sw-container .sw-news .sw-nlist ul li  {
    width:100%;
    max-width: 1023px;
}

.work {
	position:relative;
}
.work .workTitle {
	padding:40px 0;
}
.work .container {
	margin:15px auto;
	height:auto;
}
.work .container .child {
	position:relative;
	width:385px;
	height:257px;
	margin:0 auto 35px auto;
}
.work .container .child .childFoot {
	height:240px;
}
.work .container .child .childTitle {
	font-size:20px;
	padding-left:10px;
	line-height:36px;
}
.work .container .child .childSearchBg {
	width:66px;
	height:66px;
	margin:-33px 0 0 -33px;
	border-radius:66px;
	-moz-border-radius:66px;
	-ms-border-radius:66px;
	-o-border-radius:66px;
	-webkit-border-radius:66px;
}
.work .container .child .childSearch {
	width:30px;
	height:24px;
	margin:-12px 0 0 -15px;
}
.work .container .child#work1 {
	top:0px;
	left:0px;
}
.work .container .child#work2 {
	top:0px;
	left:0px;
}
.work .container .child#work3 {
	top:0px;
	left:0px;
}
.work .container .child#work4 {
	top:0px;
	left:0px;
}
.work .container .child#work5 {
	top:0px;
	left:0px;
}
.work .container .child#work6 {
	top:0px;
	left:0px;
}
}
@media (min-width: 1024px) and (max-width:1199px ) {
.banner {
	padding-top:0px;
}
.banner .contents {
	top:0px;
}
.banner .content {
	background-size:auto 500px;
	background-position:center 0px;
	background-attachment: inherit;
}
.banner .contentInfo {
	margin-top:-100px;
}
.banner .bannerBg {
	width:auto;
	height:500px;
}
.about {
	padding:60px 0;
}
.about .left {
	width:490px;
	height:230px;
}
.about .right {
	width:450px;
	height:230px;
}
.about .right .title {
	padding-bottom:8px;
}
.news {
	padding:40px 0;
}
.news .container {
	height:340px;
	margin:56px auto 0 auto;
}
.news .contents {
	width:980px;
	height:340px;
}
.news .child {
	width:280px;
}
.news .child .childImg {
	width:280px;
	height:186px;
}
.news .child .childTitle {
	line-height:24px;
	padding-top:20px;
	font-size:20px;
}
.news .child .childTime {
	font-size:14px;
	line-height:30px;
}
.news .child .childInfo {
	font-size:12px;
	line-height:20px;
}
.news .navBtn {
	top:80px;
	height:70px;
}
.news .navBtn.leftBtn {
	left:0px;
}
.news .navBtn.rightBtn {
	right:0px;
}
.other {
	padding:60px 0 40px 0;
}
.other .child {
	width:280px;
	margin-right:65px;
}
.other .child .childImg {
	width:280px;
	height:280px;
	background:#EFEFEF;
	border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;
}
.other .child .childImg .childImgc {
	vertical-align:middle;
}
.other .child .childImg .childImgc {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}
.other .child .childTitle {
	margin-top:46px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:52px;
	color:#333;
	font-size:24px;
}
.other .child .childInfo {
	padding-top:26px;
	line-height:26px;
	color:#999999;
	font-size:14px;
}
.other .child#vedioChild {
	cursor:pointer;
}
.other .child#vedioChild .childImg .childImgc:hover {
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}
.other .child#vedioChild .childImg .childHide {
	border-raidus:280px;
	-moz-border-raidus:280px;
	-ms-border-raidus:280px;
	-o-border-raidus:280px;
	-webkit-border-raidus:280px;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:280px;
	background:url(../images/pruplebg.png);
}
.other .child#vedioChild .childImg .childVedio {
	position:absolute;
	top:50%;
	left:50%;
	width:76px;
	height:76px;
	margin:-38px 0 0 -38px;
}
.sw-container {

  width: 100%;
  margin: 0 auto;
  min-width:1024px;
  max-width: 1199px;
}
.work .workTitle {
	padding:40px 0;
}
.work .container {
	width:790px;
	margin:50px auto;
	height:814px;
}
.work .container .child#work1 {
	top:0px;
	left:0px;
}
.work .container .child#work2 {
	top:0px;
	left:406px;
}
.work .container .child#work3 {
	top:277px;
	left:0px;
}
.work .container .child#work4 {
	top:277px;
	left:406px;
}
.work .container .child#work5 {
	top:555px;
	left:0px;
}
.work .container .child#work6 {
	top:555px;
	left:406px;
}
}
@media (min-width: 1200px) and (max-width:1439px ) {
}
@media (min-width: 1440px) and (max-width:1920px ) {
}
 @keyframes scaleOpacityShow {
0% {
transform: scale(0) rotate(20deg);
opacity:0;
}
80% {
opacity:0.5;
}
100% {
transform:scale(1) rotate(0deg);
opacity:1;
}
}
@-moz-keyframes scaleOpacityShow {
0% {
-moz-transform: scale(0) rotate(20deg);
opacity:0;
}
80% {
opacity:0.5;
}
100% {
-moz-transform:scale(1) rotate(0deg);
opacity:1;
}
}
@-webkit-keyframes scaleOpacityShow {
0% {
-webkit-transform: scale(0) rotate(20deg);
opacity:0;
}
80% {
opacity:0.5;
}
100% {
-webkit-transform:scale(1) rotate(0deg);
opacity:1;
}
}
@-o-keyframes scaleOpacityShow {
0% {
-o-transform: scale(0) rotate(20deg);
opacity:0;
}
80% {
opacity:0.5;
}
100% {
-o-transform:scale(1) rotate(0deg);
opacity:1;
}
}

@media (max-width: 639px) {
.productmain .child {
    position: relative;
    float: left;
    width: 45%;
    border: 1px solid #e8e8e8;
    margin: 10px 0 0 3%;
    background: #fff;
	}
.productmain .child .childImg {
    width: 100%;
    line-height: 130px;
    text-align: center;
	height:200px;
	}
.index_pro ul li {
    border: 0px;
    border-right: 1px solid #bebebe;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    background: linear-gradient(to bottom right,#006fcf,#003d97);
    margin: 0 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.index_pro ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
}
.index_pro {
    padding-bottom:5px;
    overflow: hidden;
    padding-top:10px;
}
.index_pro ul {width: 99%;text-align: left;margin:  0 auto;}
.productmain .child .childTitle {
    height: 30px;
    text-align: center;
    background: linear-gradient(to bottom right,#f4f7f8,#ccc);
    background: #EEE;
    font-size: 13px;
}
.productmain .child .childTitle p {
    line-height:20px;
    padding: 4%;
    color: #000000;
}
.hexin .mainTitle {
    color: #000;
    border-bottom:1px solid #0053b0;
    font-size: 24px;
}
}