@charset "utf-8";
/* CSS Document */
/*  CSS Document 
 * ver：2.0
*/

/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0;color: #333; margin:0; font:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{*zoom:1; clear:both;}
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
.fl {float:left;}
.fr {float:right;}
@font-face{
	font-family: 'Aleo-Regular';
	src : url('../img/Aleo-Regular.otf');
}
@font-face{
	font-family: 'Aleo-Bold';
	src : url('../img/Aleo-Bold.otf');
}
@font-face{
	font-family: 'Impact';
	src : url('../img/Impact.ttf');
}
body{overflow-x: hidden;}
/*top*/


.ConBox404 {
    background: url(../img/404bg.jpg) no-repeat center/cover;
    height: 980px;
    width: 100%;
}
.ConBox-Con {
    width: 700px;
    margin: 0 auto;
    padding-top: 190px;
}
.ConBox-Con h1 {
    text-align: center;
    font-size: 32px;
    color: #999;
    font-weight: 400;
}

.ConBox-Con p {
    font-size: 24px;
    color: #999;
    text-align: center;
    padding-top: 370px;
}
.ConBox-Con ul {
    padding-top: 30px;
}

.ConBox-Con ul li:first-child {
    margin-left: 0;
}
.ConBox-Con ul li {
    width: 155px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-left: 16px;
    -webkit-box-shadow: 0 12px 50px rgba(0,0,0,.1);
    box-shadow: 0 12px 50px rgba(0,0,0,.1);
}

.ConBox-Con ul li a {
    display: block;
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.ConBox-Con ul li.li04 {
    background: #008ba4;
}
.ConBox-Con ul li.li04 a {
    color: #fff;
}


.header {padding:0;position:fixed;left:0;top:0;right:0;z-index:100;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;background: #fff; background-size:2px 100%; border-bottom:1px solid rgba(255,255,255,0.2);}
.logo {margin-top:10px;float:left;height:80px;line-height:80px;font-size:0;overflow:hidden;margin-left: 5%;}
.logo img {display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.hd-r {float:right;visibility: visible !important; background: #229bb3;padding-right: 5%;}
.nav {float:left}
.nav>ul>li {float:left;position:relative}
.nav>ul>li>.b_t{position:relative;overflow:hidden;}
.nav>ul>li>.b_t>.v1 {padding:0 30px;display:block;font-size:17px;color:#fff;height:60px;line-height:50px;position:relative;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.nav>ul>li>.b_t:after {display:block;content:'';position:absolute;left:50%;bottom:0;width:40%;height:3px;background:#126f82;margin-left:-20%;z-index:12;opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transition:.5s;-o-transition:.5s;transition:.5s;z-index:99;}
.nav>ul>li:hover>.b_t>.v1{color:#fff;}
.nav>ul>li:hover>.b_t:after {opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
.nav>ul>li>.b_t.navon>.v1{color:#fff;}
.nav>ul>li>.b_t.navon:after {opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
.nav>ul>li>.b_t>.v1:before{content:attr(data-title);position:absolute;top:0;left:0;z-index:9;transform:translateY(100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;}
.nav>ul>li:hover>.b_t>.v1{transform: translateY(-100%);}
.f-tel{float: right;}
.f-tel span {
    font-size: 20px;
    font-weight: 600;
	color: #fff;
}

.f-tel span i{letter-spacing:.5px;display:inline-block;vertical-align:bottom;-webkit-animation-name:fontSizeUp1;animation-name:fontSizeUp1;-webkit-animation-duration:5.5s;animation-duration:5.5s;-webkit-animation-timing-function:steps(1,end);animation-timing-function:steps(1,end);-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 75%;transform-origin:50% 75%}
.f-tel span i:nth-of-type(1){-webkit-animation-delay:0s;animation-delay:0s}
.f-tel span i:nth-of-type(2){-webkit-animation-delay:.5s;animation-delay:.5s}
.f-tel span i:nth-of-type(3){-webkit-animation-delay:1s;animation-delay:1s}
.f-tel span i:nth-of-type(4){-webkit-animation-delay:1.5s;animation-delay:1.5s}
.f-tel span i:nth-of-type(5){-webkit-animation-delay:2s;animation-delay:2s}
.f-tel span i:nth-of-type(6){-webkit-animation-delay:2.5s;animation-delay:2.5s}
.f-tel span i:nth-of-type(7){-webkit-animation-delay:3s;animation-delay:3s}
.f-tel span i:nth-of-type(8){-webkit-animation-delay:3.5s;animation-delay:3.5s}
.f-tel span i:nth-of-type(9){-webkit-animation-delay:4s;animation-delay:4s}
.f-tel span i:nth-of-type(10){-webkit-animation-delay:4.5s;animation-delay:4.5s}
.f-tel span i:nth-of-type(11){-webkit-animation-delay:5s;animation-delay:5s}
@-webkit-keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.2) translateY(2%);
            transform: scale(1.2) translateY(2%);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.2) translateY(2%);
            transform: scale(1.2) translateY(2%);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.right_fix {
  position: fixed;
  right: 0;
  width: 110px;
  top: 30%;
  z-index: 8999;
  margin-top: -185px;
  padding-top: 175px;
  animation: infinite move1  5s ease;
}
.right_fix:hover ,.right_fix:hover:before{animation-play-state: paused;-webkit-animation-play-state: paused;}
.right_fix:before{
	
	position: absolute;
	    left: -22px;
	    top: 0;
	    content: "";
	    width: 110px;
	    height: 171px;
	  
  background: url('../img/fiexd.png') top center no-repeat;
  animation: move2 5s infinite alternate ease-in-out;
  transform-origin: center bottom;	
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  66% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  66% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move1 {
  0% {
    transform: translateY(0) translateZ(0);
  }
  50% {
    transform: translateY(20px) translateZ(0);
  }
  100% {
    transform: translateY(0) translateZ(0);
  }
}


.right_fix > a {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
      border-radius: 4px;
      background: rgba(79,140,197,.9);
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.right_fix > a:hover::after {
  width: 100%;
}
.right_fix > a:hover > div {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: visible;
  opacity: 1;
}
.right_fix > a:hover > div::after {
  width: 100%;
}
.right_fix > a:hover > div > div {
  width: 100%;
}
.right_fix > a:After {
  position: absolute;
  content: '';
  width: 0px;
  right: 0;
  height: 100%;
  background-color: #FBA22E;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  top: 0;
}
.right_fix > a p,
.right_fix > a i {
  color: #fff;
}
.right_fix > a p {
  font-size: 12px;
  position: relative;
  z-index: 12;
}
.right_fix > a p:nth-of-type(1) {
  padding-top: 8px;
}
.right_fix > a > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 70px;
  white-space: nowrap;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  padding: 0 12px 0 12px;
  background-color: #FBA22E;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 12;
  visibility: hidden;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
}
.right_fix > a > div img{
  max-width: 140px;;
}
.right_fix > a i {
  font-size: 32px;
  margin-top: 12px;
}





.hd-so { margin-left:25px;float:right;width:134px;height:40px; line-height:30px; color:#333; font-size:15px;background-color: #f9f7f7; border-radius: 20px; cursor:pointer; padding:5px 15px 5px 5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.hd-en { display:block; margin-left:12px;float:right;width:auto;height:40px; line-height:40px; color:#fff; font-size:15px;cursor:pointer; padding:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.hd-en i,.hd-so i{font-size: 18px;}
.box-sub {position:absolute;left:-34px;top:100%;width:200px; height: auto!important;background-color:#f8f8f8;z-index:10;display:none}
.box-sub .pic {float:right;width:386px;padding:25px 0;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.box-sub .pic img {display:block;width:100%}
.snav {padding:25px;min-height:170px;background-color:#555;overflow:hidden}
.snav li {border-bottom:1px solid #7a7676;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.snav a {padding-left:14px;display:inline-block;vertical-align:middle;font-size:14px;color:#fff;line-height:38px;background-repeat:no-repeat;background-position:left center;background-image:url(../img/icon-next.png)}
.snav a:hover {color:#fdb21c;background-image:url(../img/icon-next2.png)}
.nav>ul>li.n5 .box-sub,.nav>ul>li.n6 .box-sub,.nav>ul>li.n7 .box-sub, .nav>ul>li.n8 .box-sub {right:-34px;left:auto}
.nav>ul>li.n5 .box-sub:before,.nav>ul>li.n6 .box-sub:before,.nav>ul>li.n7 .box-sub:before, .nav>ul>li.n8 .box-sub:before {right:38px;left:auto}
.hd-so-pop {padding:30px 0;position:fixed;left:0;top:106px;right:0;background-color:#f8f8f8;z-index:10;display:none;}
.hd-so-pop .so-inner {width:962px;margin:0 auto}
.so-search {position:relative;height:46px;overflow:hidden}
.so-search input {outline:0;border:none}
.so-search .input {padding:0 200px 0 34px;display:block;width:100%;height:46px;line-height:46px;background-color:#fff;font-size:14px;color:#333}
.so-search .submit {padding-left:8px;position:absolute;display:block;right:0;top:0;height:46px;line-height:46px;font-size:16px;color:#fff;background-color:#004d9f;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.so-search .submit .icon {margin:0 10px 0 0;font-size:24px;display:inline-block;vertical-align:middle;width:58px;height:auto;position:relative}
/* .so-search .submit .icon:after {content:'';position:absolute;right:0;top:50%;width:1px;height:16px;background-color:#e47780;margin-top:-8px}
*/.so-search .submit:hover {opacity:.8;filter:alpha(opacity=80);filter:alpha(Opacity=80);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'}
.hdDown .header{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}
/*.hdDown .logo{margin-top:15px;height:60px;line-height:60px}*/
.hdDown .nav>ul>li>.b_t>.v1{ line-height: 40px; height: 50px;}
.hdDown .hd-so{ color:#999;}
.hdDown .hd-en{ color:#999;}
.hdDown .hd-so-pop{top:90px}
.hdDown .nav>ul>li>.b_t>.v1{color:#fff;}
.hdDown .nav>ul>li>.b_t.navon>.v1{color:#fff;}
/*.hdDown .logo{background:url(../img/logo2.png) center center no-repeat;background-size: contain;visibility: visible !important;}
.hdDown .logo img{opacity:0;}*/
.hcover{display:none;}
.menu_open{display:none;}
.subopen { display: none; }
.listtagclass{width: 100%;height: 40px;line-height: 40px;display: flex;flex-direction: row;margin-bottom: 20px;align-items: center;justify-content: center;}
.listtagclass a{padding-left: 20px;padding-right: 20px;margin-left: 20px;margin-right: 20px;display: block;background-color: #4f8cc5; border-radius: 20px;color: #fff;}
.listtagclass a:hover{background-color: #ffdc36; color: #000;}
.article .post p img{margin-bottom: 10px;}
.article .post2 p{text-align: center;}
.article .post2 p img{margin-bottom: 10px;}

.proCon img{margin-bottom: 10px;}

.pictitle{font-size: 26px;font-weight: bold;color: #000;background-color: #ccc;width: 100%;line-height: 60px; border-radius: 30px; padding-left: 30px;margin-left: auto;margin-right: auto;}
.bottom-contact {
    text-align: center;
	margin-top: 15px;margin-bottom: 20px;
}
.bottom-contact .tel,
.bottom-contact .qq,.bottom-contact .onzx{display: inline; _display: inline; display: inline-block; padding-left: 50px; text-align: left; color: #747474; height: 50px; overflow: hidden; margin: 0 20px; padding: 0px 0px 0px 50px; cursor: pointer; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.bottom-contact .tel{background-image: url(../img/phone2.png); background-repeat: no-repeat; background-position: 10px center; font-size: 16px;}
.bottom-contact .tel p{font-size: 24px; font-weight: bold; position: relative;}
.bottom-contact .tel p span{display: block; width: 0; position: absolute; left: 0; top: 0; font-size: 24px; color: #f00; white-space: nowrap; overflow: hidden; -webkit-transition: all .8s ease-out; transition: all .8s ease-out;}
.bottom-contact .tel:hover p span{width: 100%;}
.bottom-contact .qq{background-image: url(../img/qq.png); background-repeat: no-repeat; background-position: left center; line-height: 25px;}
.bottom-contact .qq p{font-size: 24px; font-weight: bold; position: relative;}
.bottom-contact .qq p span{display: block; width: 0; position: absolute; left: 0; top: 0; font-size: 24px; color: #f00; white-space: nowrap; overflow: hidden; -webkit-transition: all .8s ease-out; transition: all .8s ease-out;}

.bottom-contact .tel:hover{background-position: 10px 15px;}
.bottom-contact .qq:hover{background-position: left 15px;}
.bottom-contact .onzx img{height:50px; width: 133px;}
.ul_prodinfos{margin-top: 20px;padding:6px 15px;/*overflow:hidden;*/zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;position: relative;height: 120px;}
.ul_prodinfos li{padding:5px 0 10px;font-size: 16px;}
.ul_prodinfos li .hottel{font-size: 24px;color: #008CD7;}
.ul_prodinfos li .propar{float: left; width: 160px;height: 50px; color: #fff;background-color:#008CD7;margin-right: 20px;line-height: 50px;text-align: center;}
.ul_prodinfos li .propar a{color: #fff;border-radius: 25px;width: 160px;height: 50px;display: block;}
.ul_prodinfos li .propar .imgbox {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.ul_prodinfos li .propar:hover .imgbox {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.ul_prodinfos li .imgbox {
	width: 160px;
	position: relative;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	color: #ec6900;
	padding: 10px;
	top:-180px;
	left: 0px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.ul_prodinfos li .imgbox img {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}
.ul_prodinfos li .imgbox p {
	font-size: 16px;
	line-height: 20px;
}
.ul_prodinfos li .imgbox p b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.probox_top{width:100%;height: auto; margin-left: auto; margin-right: auto;overflow: hidden;}
.in_tit {
    text-align: center;
    color: #2d2d2d;
    font-size: 48px;
    font-weight: bolder;
	padding-top: 35px;
	width: 100%;
}

.in_tit i {
    color: #4f8cc5;
	font-style: normal;
    font-weight: bolder;
}
.insubcon{
	width: 60%;
    float: left;
	text-align: center;
}
.bigprodh{margin-top: 30px;}
.bigprodh2{margin-top:20px;}
.in_subtit{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    margin-top:20px;
    margin-bottom: 40px;
	width: 100%;
	}
.in_subtit_l {
    background: url(../img/in_tit_lbg.png) right center no-repeat;
    height: 24px;
	width: 20%;
    float: left;
}

.in_subtit_r {
    background: url(../img/in_tit_rbg.png) left center no-repeat;
    height: 24px;
	width: 20%;
	float: left;
}

.in_service{width: 100%;display: flex;flex-direction:row;margin-top: 40px;margin-bottom: 40px;}
.in_service .item{padding:0;flex: 1;}
.in_service .item dl{padding:40px 0;margin-bottom: 0; border-radius:10px;border:dashed 1px transparent;transition: all .4s;cursor: pointer;}
.in_service .item dl dt{position: relative;padding-top: 15px;}
.in_service .item dl dt:after{font-size: 120px;font-weight: bolder;font-family:'Arial';color: #eff1f4; font-style:italic;position: absolute;left: 0;top:0;width: 100%;text-align: center;height: 100%;line-height: 100%;}
.in_service .item:nth-of-type(1) dl dt:after{content: '01';}
.in_service .item:nth-of-type(2) dl dt:after{content: '02';}
.in_service .item:nth-of-type(3) dl dt:after{content: '03';}
.in_service .item:nth-of-type(4) dl dt:after{content: '04';}
.in_service .item:nth-of-type(5) dl dt:after{content: '05';}
.in_service .item:nth-of-type(6) dl dt:after{content: '06';}
.in_service .item dl dt span{display: block; width: 50px;height: 50px;margin:0 auto;position: relative;z-index: 2;}
.in_service .item dl dt span img{width: 50px;}

.in_service .item dl dt h4{font-weight: bolder;color: #3e3e3e;font-size: 30px;line-height: 30px;text-align: center;margin-top:10px;position: relative;z-index: 2;}
.in_service .item dl dt i{display: block;width:11px;height: 11px;border-radius: 100%; background: #bbbbbb;margin:0 auto;margin-top: 15px; position: relative;z-index: 2;}
.in_service .item dl dt i:after{width: 200px;height: 1px;background: #bbb;content:'';position: absolute;left: 0;top:6px;}
.in_service .item dl dt i:before{width: 200px;height: 1px;background: #bbb;content:'';position: absolute;right: 0;top:6px;}
.in_service .item dl dd p{padding:15px;text-align: center;color: #838383;font-size: 16px;line-height: 30px;}
.in_service .item:nth-of-type(1) dl dt i:before{background: none;}
.in_service .item:nth-of-type(6) dl dt i:after{background: none;}
.in_service .item dl:hover{background: #fff;border-color: #be2e03;-moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;transition: all .4s;}
.morebtn{width: 100%;height: auto;overflow: hidden;text-align: center;}
.morebtn a{width: 30%;margin-left: auto;margin-right: auto;font-size: 20px; display: block;background-color: #4f8cc5; border-radius: 30px;color: #fff;line-height: 60px;}
.morebtn a:hover{background-color: #ffdc36; color: #000;}
.left_wenzi{width: 900px;margin-left: auto;margin-right: auto;text-align: left;}
@keyframes xuanzhuan{
      0%{ transform:rotate(0deg);}
      25%{ transform:rotate(90deg);}
      50%{ transform:rotate(180deg);}
      75%{ transform:rotate(270deg);}
      100%{ transform:rotate(360deg);}
}
.ly_head { width:100%; height:40px; line-height:40px; color:#fff; font-size:14px; text-align:right; padding-top: 6px;}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.nav>ul>li>.b_t>.v1 { font-size:16px; padding:0 25px;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.nav>ul>li>.b_t>.v1 { font-size:16px; padding:0 20px;}
}
@media screen and (min-width:1201px) and (max-width:1359px) {
	.nav>ul>li>.b_t>.v1{  font-size:16px; padding: 0 8px;}
	.header {padding:0 60px;}
}

@media screen and (min-width:1080px) and (max-width:1200px) {
	.nav>ul>li>.b_t>.v1{  font-size:16px; padding: 0 6px;}
	.header {padding:0 30px;}
}
@media screen and (max-width:1200px) and (min-width:768px){
	.logo{margin-top:10px;}
	.hdDown .logo{margin-top:17px;}
	.header{ padding: 0 40px 10px 40px; border-bottom: 1px solid rgba(255,255,255,0.3);}
	.ly_nav { width:auto;position:relative;}
	.ly_head {display: none;width:100%;}
	.nav>ul>li>.b_t>.v1{  font-size:16px; padding: 0 6px;}
	.menu_open { display: block; float: right; width: 80px; height: 80px; padding: 20px 0; position: absolute; top:0; right:110px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 2px; background-color: #008CD7; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#004d9f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	.hd-so { width: 0; height: 80px; font-size: 0; padding:0 40px 0 0; background-position:center center; margin: 0 10px;}
	.hd-en { width: 0; height: 80px; font-size: 0; padding:0 40px 0 0; background-position:center center; margin: 0 10px;}
	.hdDown .menu_open i { background-color:#004d9f;}
	.hdDown .menu_open:hover, .hdDown .menu_open:active { background-color:#004d9f;}
	.hdDown .menu_open:hover i, .hdDown .menu_open:active i { background-color:#fff;}	
	.hdDown .hd-so{height:80px}
	.hdDown .hd-so-pop{top:80px}
	.hd-so,.hd-en{margin-top: -20px;}
	.hd-en i, .hd-so i{font-size: 30px;}
	.footmenu{width: 100%;}
	
	.hdDown .nav>ul>li>.b_t>.v1{color:rgba(255,255,255,.5);}
	.nav>ul>li>.b_t>.v1 {line-height:80px;display:block;margin:0;height:80px;line-height:80px;color:rgba(255,255,255,1);font-size:18px;text-align:left;padding:0 60px 0 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;opacity:1;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
	.nav>ul>li>.b_t.navon>.v1 {color:#fff;}
	.hdDown .nav>ul>li>.b_t.navon>.v1 {color:#fff;}
	.nav>ul>li>.b_t>.v1:hover{color:#fff;}
	.nav {display:none;width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:100;overflow:hidden;background-color:#008CD7;}
	.hcover {display:none;width:50%;height:100%;background:rgba(0,0,0,.7);position:fixed;right:-50%;top:0;z-index:150;}
	.nav>ul>li {width:100%;}
	.nav>ul>li>.b_t>.v1:before{display:none;}
	.nav>ul>li:hover>.b_t>.v1 {transform: translateY(0);}
	.nav>ul>li>.b_t:after {width:30px;height:2px;left:30px;margin:0;}
	.nav>ul>li:after {content:'';display:block;width:100%;border-bottom:1px solid rgba(255,255,255,0.1);}
	.nav>ul>li>.b_t i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav>ul>li>.b_t i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	
	.box-sub {display:none;width:50%;height:100%;margin:0;box-shadow:none;background-color:rgba(11, 152, 165,0.99);border-radius:0;opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);position:fixed;left:-50%;top:0;z-index: 999;}
	.box-sub .pic{display:none;}
	.snav{background:none;padding:0;}
	.subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 80px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;background:none;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
	.nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;background:none;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	.snav li{border-bottom:none;}
	.snav a:hover{background:none;}
	
	.hd-so-pop{top:80px;}
}
@media screen and (max-width:767px) {
	
	.logo{margin-top:10px;height:40px;line-height:40px;}
	.hdDown .logo{margin-top:10px;height:40px;line-height:40px;}
	.header{  padding: 0 20px; background-color: rgba(255,255,255,0);border-bottom: 1px solid rgba(255,255,255,0.3);}
	.ly_nav { width:auto;animation-name:none!important;}
	.menu_open { display: block; float: right; width: 45px; height: 60px; padding: 10px 0; position: absolute; top:0; right:100px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 1px; background-color: #fff; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#004d9f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	.hd-so { width: 0; height: 60px; font-size: 0; padding:0 40px 0 0; background-position:center center; margin: 0;}
	.hd-en { width: 0; height: 60px; font-size: 0; padding:0 40px 0 0; background-position:center center; margin: 0;}
	.hdDown .menu_open i { background-color:#004d9f;}
	.hdDown .menu_open:hover, .hdDown .menu_open:active { background-color:#004d9f;}
	.hdDown .menu_open:hover i, .hdDown .menu_open:active i { background-color:#fff;}
	.hdDown .hd-so{height:60px}
	.hdDown .hd-so-pop{top:60px}
	
	.hdDown .nav>ul>li>.b_t>.v1{color:rgba(255,255,255,.5);}
	.nav>ul>li>.b_t>.v1 {line-height:80px;display:block;margin:0;height:80px;line-height:80px;color:rgba(255,255,255,.5);font-size:16px;text-align:left;padding:0 60px 0 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;opacity:1;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
	.nav>ul>li>.b_t.navon>.v1 {color:#fff;}
	.hdDown .nav>ul>li>.b_t.navon>.v1 {color:#fff;}
	.nav>ul>li>.b_t>.v1:hover{color:#fff;}
	
	.ly_head { width:100%;display:none;}
	
	.nav {display:none;width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:100;overflow:hidden;background-color:#004d9f;}
	.hcover {display:none;width:50%;height:100%;background:rgba(0,0,0,.7);position:fixed;right:-50%;top:0;z-index:99;}
	.nav>ul>li {width:100%;}
	.nav>ul>li>.b_t>.v1:before{display:none;}
	.nav>ul>li:hover>.b_t>.v1 {transform: translateY(0);}
	.nav>ul>li>.b_t:after {width:30px;height:2px;left:30px;margin:0;}
	.nav>ul>li:after {content:'';display:block;width:100%;border-bottom:1px solid rgba(255,255,255,0.1);}
	.nav>ul>li>.b_t i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav>ul>li>.b_t i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	
	.box-sub {display:none;width:50%;height:100%;margin:0;box-shadow:none;background-color:rgba(11, 152, 165,0.99);border-radius:0;opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);position:fixed;left:-50%;top:0;z-index: 999;}
	.box-sub .pic{display:none;}
	.snav{background:none;padding:0;}
	.subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 80px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;background:none;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
	.nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;background:none;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	.snav li{border-bottom:none;}
	.snav a:hover{background:none;}
	
	.hd-so-pop{top:60px;padding: 32px 0 30px;}
	.hd-so-pop .so-inner{width:92%;}
}
@media screen and (max-width:320px) {
	.menu_open { right:60px;}
	.header{  padding: 0 10px;}
	.hd-so { width: 0; height: 60px; font-size: 0; padding:0 32px 0 0; background-position:center center; margin: 0;}
	.hd-en { width: 0; height: 60px; font-size: 0; padding:0 32px 0 0; background-position:center center; margin: 0;}
}

/* banner 开始 */
.bannerHome{margin-top: 90px;margin-bottom: -15px;}
.bannerHome .swiper-horizontal>.swiper-pagination-bullets,.bannerHome .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 30px;}
/* banner 结束 */

.ba_text1 { width:100%; text-align: center; overflow:hidden;position: absolute;top:30%;}
.ba_text1 p { width:80%; overflow:hidden; line-height:60px; color:#fff; font-size:58px; font-weight:bold; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); letter-spacing:4px; margin:0 auto; padding:0;}
.ba_text1 em { display:block; width:60px; height:5px; overflow:hidden; margin:30px auto; padding:0; background-color:#fff;}
.ba_text1 span { display:block; width:80%; overflow:hidden; line-height:30px; color:#fff; font-size:18px; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); margin:0 auto; padding:0;}
.ba_text1 a { display:block; width:220px; height:60px; overflow:hidden; line-height:58px; color:#fff; font-size:18px; text-align:center; text-shadow:0 2px 4px rgba(0,0,0,0.1); border:1px solid #fff; border-radius:30px; margin:80px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a img { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a:hover { width:240px;}
.ba_text1 a:hover img { margin:-4px 0 0 20px;}

.ba_scroll { width:60px; overflow:hidden; margin:0 0 0 -30px; padding:0; position:absolute; left:50%; bottom:10px; z-index:99;cursor:pointer;}
.ba_scroll span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ba_scroll p { width:24px; height:36px; overflow:hidden; margin:5px auto 0; padding:0; border:1px solid #fff; border-radius:12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ba_scroll p i { display:block; width:1px; height:12px; overflow:hidden; background-color:#fff; margin:12px auto; padding:0; animation-name: scrollTip; animation-duration: 1s; animation-iteration-count: infinite;}

/**search start**/
@media screen and (min-width:1201px) {
	.pco_search { width:100%; height:40px; margin:0 auto; padding:10px 0; background-color:#008cd7;}
	.pco_search_mid { width:1200px; height:40px; overflow:hidden; margin:0 auto; padding:0 0 0 40px; background:url(../img/search_tb1.png) 0 0 no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_search_mid .hot_search { height:40px; line-height:40px; color:#fff; font-size:16px; font-weight:bold; float:left;}
	.hot_search a, .hot_search span { color:#fff; font-weight:normal;}
	.hot_search a:hover { color:#fff;}
	
	.pco_form { width:330px; height:40px; overflow:hidden; margin:66px 0 0; padding:0; float:right;}
	.pco_form .pco_ipt { width:270px; height:40px; overflow:hidden; margin:0; padding:0; border-left:1px solid #e5e5e5; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; border-radius:4px 0 0 4px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_ipt input { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#666; font-size:14px; background-color:#fff; margin:0; padding:0 14px; border:none; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_form .pco_btn { width:60px; height:40px; overflow:hidden; margin:0; padding:0; float:right;}
	.pco_btn input { display:block; width:100%; height:40px; overflow:hidden; margin:0; padding:0; border-radius:0 4px 4px 0; background:#004d9f url(../img/search_tb.png) center center no-repeat; border:none; outline:none; cursor:pointer;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_search { width:100%; overflow:hidden; margin:0 auto; padding:10px 30px; background-color:#008cd7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_search_mid { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0 0 0 40px; background:url(../img/search_tb1.png) 0 0 no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_search_mid .hot_search { width:100%; height:40px; line-height:40px; color:#fff; font-size:16px; font-weight:bold; float:left;}
	.hot_search a, .hot_search span { color:#fff; font-weight:normal;}
	.hot_search a:hover { color:#fff;}
	
	.pco_form { width:32%; height:40px; overflow:hidden; margin:66px 0 0; padding:0; float:right;}
	.pco_form .pco_ipt { width:80%; height:40px; overflow:hidden; margin:0; padding:0; border-left:1px solid #e5e5e5; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; border-radius:4px 0 0 4px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_ipt input { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#666; font-size:14px; background-color:#fff; margin:0; padding:0 14px; border:none; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_form .pco_btn { width:20%; height:40px; overflow:hidden; margin:0; padding:0; float:right;}
	.pco_btn input { display:block; width:100%; height:40px; overflow:hidden; margin:0; padding:0; border-radius:0 4px 4px 0; background:#004d9f url(../img/search_tb.png) center center no-repeat; border:none; outline:none; cursor:pointer;}
}
@media screen and (max-width:1080px) {
	.pco_search { width:100%; margin:0 auto; padding:4px 16px 4px 0; background-color:#008cd7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_search_mid { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 36px; background:url(../img/search_tb1.png) 0 0 no-repeat; background-size:36px 36px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_search_mid .hot_search { width:100%; line-height:24px; color:#fff; font-size:16px; font-weight:bold; text-align:justify; margin:6px auto;}
	.hot_search a, .hot_search span { color:#fff; font-weight:normal;}
	.hot_search a:hover, .hot_search a:active { color:#fff;}
	
	.pco_form { width:100%; height:44px; overflow:hidden; margin:0; padding:0; display: none;}
	.pco_form .pco_ipt { width:82%; height:44px; overflow:hidden; margin:0; padding:0; float:left;}
	.pco_ipt input { display:block; width:100%; height:44px; overflow:hidden; line-height:44px; color:#666; font-size:14px; background-color:#f0f0f0; border-radius:24px 0 0 24px; margin:0; padding:0 16px; border:none; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_form .pco_btn { width:18%; height:44px; overflow:hidden; margin:0; padding:0; float:right;}
	.pco_btn input { display:block; width:100%; height:44px; overflow:hidden; margin:0; padding:0; border-radius:0 24px 24px 0; background:#008cd7 url(../img/search_tb.png) center center no-repeat; border:none; outline:none; cursor:pointer;}
}
@media screen and (max-width:750px) {

}
/**search end**/

/*关于我们*/
.aboutHome{width: 100%;margin: 0;background: url(../img/abouthomebg.jpg) repeat-x;overflow: hidden;padding: 80px 0;}
.home-tit{margin: 20px auto;width: 100%; text-align: center;}
.home-tit h2{
	line-height: 40px; font-size: 32px;font-weight: bold;color: #000;width: 100%;overflow: hidden;
}	
.home-tit span{
	width: 100%;overflow: hidden;height: auto;font-size: 20px;line-height: 30px;
}

.home-tit i{margin-top: 10px; margin-bottom: 10px; display:block;width: 100px;overflow:hidden;margin-left: auto;margin-right: auto;height: 3px; background-color: #4f8cc5;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.home-tit:hover i { width:150px;}
.home-tit .decwz{width: 70%;margin-left: auto;margin-right: auto; text-align: center;font-size: 16px;}

.yx-tit{width: 100%;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.yx-tit h3{
	line-height: 40px; font-size: 30px;font-weight: bold;
}	


.abouttd{width: 100%;height: auto;overflow: hidden;line-height: 40px;}
.abouttd .abouttd_imgl{float: left;width: 32px; margin-right: 15px;}
.abouttd .abouttd_imgr{float: right;width: 32px;margin-left: 15px;}
.abouttdlist{width: 100%;display: flex;flex-direction: row;margin-top: 50px;}
.abouttdlist .tdlistl h3{font-size: 30px;font-weight: bold;line-height: 45px;margin-bottom:40px;}
.abouttdlist .tdlistl {margin-right: 10%;line-height: 30px;}
.abouttdlist .tdlistl img{border-radius: 15px;}

.abouttdlist2{width: 100%;display: flex;flex-direction: row;margin-top: 50px;}
.abouttdlist2 .tdlistr h3{font-size: 30px;font-weight: bold;line-height: 45px;margin-bottom:40px;}
.abouttdlist2 .tdlistr {margin-left: 10%;line-height: 30px;}
.abouttdlist2 .tdlistr img{border-radius: 15px;}


.pptitle{padding: 15px 30px;width: 300px; text-align: center; line-height: 40px;background-color: #ddd;border-radius: 20px;margin-top: 20px;margin-bottom: 20px;margin-left: auto;margin-right: auto;}
.pptitle h1{font-size: 30px;}
.pplistbox{width: 100%;height: auto;display: flex;flex-direction: row;}
.pplist{border: 1px solid #ddd;margin-right:2%;margin-left:2%; padding:20px;box-sizing: border-box;flex: 1;}

.pplist h2{
	font-size: 20px;font-weight: bold;line-height: 40px;
}
.pplist h3{
	font-size: 18px;line-height: 40px;
}
.pplist p{
	font-size: 16px;line-height: 30px;
}


.aboutpro{
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	overflow: hidden;
	}
.aboutpro .abimg {
    flex: 1;
    margin: 0;
	overflow: hidden;
	justify-content: center;
	text-align: center;
}

.aboutpro .abimg  a:hover img{  animation: xuanzhuan 0.35s 1;}

.aboutpro .abwz {
    flex: 1;
    margin: 0;
}
.aboutpro .abwz .item {
    width:32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}
.aboutpro .abwz .item:nth-child(3n){margin-right: 0px;}
.aboutpro .abwz  .item a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.aboutpro .abwz  .item img {
    transition: all 0.35s ease;
	max-width: 100%;
}
.aboutpro .abwz  .item a:hover img {
	 -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);
}

.aboutpro .abwz  .item h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}


.aboutystitle{ width: 100%;height: auto;overflow: hidden;margin-top: 30px;margin-bottom: 30px;}
.aboutystitle h3{line-height: 40px; font-size: 30px;font-weight: bold;}

.aboutys_nr{
	width: 100%;height: auto;overflow: hidden;
}
.aboutys_nr li{float: left;margin-right: 2%;width: 32%; background-color: #ddd; padding: 20px; box-sizing: border-box; margin-bottom: 30px; min-height:220px;}
.aboutys_nr li:nth-child(3n){margin-right:0;}
.aboutys_nr li h4{
	line-height:30px; font-size: 20px;font-weight: bold;
	margin-bottom: 20px;
}
.aboutys_nr li p{
	line-height:30px; font-size:16px;
}
.index_about_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.index_about_num {
    position: relative;
    top: -120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height:200px;
}
.about_num_img {
    width: 52%;
}
.about_num_img img{max-width: 100%;}
.about_bb{position: absolute;
    right: 0px;
    bottom: -30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 46%;
    text-align: center;
}
.about_bb  .dung{font-size: 14px; width: 100%;overflow: hidden;display: flex;line-height:40px;}
.about_bb  .dung>div{display: flex;flex-direction:column; justify-content: space-between;}
.about_bb  .dung .count{font-size:50px;font-weight: bold; color:#008cd7; line-height: 60px;}
.about_bb  .dung dd{line-height:20px;font-weight: bold;font-size: 18px; }

.about_bb .xoan{font-size: 20px;line-height: 40px; width: 100%;}



.rightabout-pic{width:52%;margin-top: 15px;}
.rightabout-pic img{width: 100%; border-radius: 15px;}


.leftabout-con{width:40%;text-align: justify;font-size: 16px;color: #333;line-height: 2;}
.viewMore{width: 170px; line-height: 45px;background: #008cd7;text-align: center;}
a:hover .viewMore{width: 180px;transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}

.indeprobox{width: 100%;height:950px;overflow: hidden; background-color: #fff;}
.indeprobox .proimgbox{float: left;width: 23%;margin-right:1%;margin-left:1%; margin-bottom: 20px;height: 300px;}
.indeprobox .proimgbox .proimg{width:100%;height:auto; overflow:hidden;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.indeprobox .proimgbox a{ display:block; width:100%; height:100%; overflow:hidden;}
.indeprobox .proimgbox a .proimg img{max-width:100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.indeprobox .proimgbox a:hover .proimg img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.indeprobox .proimgbox  p{line-height: 30px;text-align: center;}
.indeprobox .proimgbox i { display:block; width:30px; height:2px; overflow:hidden;     margin:10px auto; padding:0; background-color:#c45e47; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.indeprobox .proimgbox a:hover i { width:60px;}

/*应用领域*/
.application{height:auto;margin: 0;overflow: hidden;background: #00b8e1;}
.applyWord{position: absolute;z-index: 1;width: 100%;text-align: left;left:35px;top:30px;text-shadow: 5px 5px 5px #333;}
.applyWord i{margin-right: 10px;font-size: 30px;}
.leftapplication{float:left;width: 18%;height:auto;color: #fff;padding: 60px 2%;}
.leftapplication span{font-size: 30px;}
.leftapplication p{font-size: 16px; text-align:justify;margin-top: 30px;color: #fff;}
.rightapp{width: 80% !important;float:left;}
@media (max-width: 1540px) {
	.leftapplication span{font-size: 24px;}
}
@media (max-width: 1376px) {
	.leftapplication span{font-size: 20px;}
	.leftapplication{width: 19%;padding: 30px 2%;}
	
}
@media (max-width: 1130px) {
	.leftapplication{width: 100%;}
	.rightapp{width:100% !important;}
	.leftabout-pic{width: 100%;}
	.rightabout-con{width: 100%;}
	.insubcon{
		width: 100%;
	}
}

/*产品中心*/
.product-home{width: 100%;height:auto;overflow: hidden;}
.product-home .prohome{width: 100%;height: auto;}
.pro-tit{top: 70px; overflow: hidden; width: 100%; height: auto; margin-bottom: 30px;}
.pro-prev{width:60px;position: relative;left: 25px;}
.pro-prev i,.pro-next i{font-size: 60px;color: #008cd7;}
.pro-next{width:60px;position: relative;right: 25px;}
.prohome .swiper-horizontal>.swiper-pagination-bullets,.prohome .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 20px;}
.product-home .pro-name{position: absolute; bottom: 50px; right:20%;font-size: 32px; color: #fff;font-weight: bold;}
/*产品中心结束*/
/*服务中心*/
.service{
	border-bottom:1px #008cd7 dashed;
	margin-bottom:50px;
	padding-bottom:50px;
	overflow: hidden;
}
.service img{width: 100%;}
.service p{font-size: 16px;}
/*服务中心结束*/
/*企业环境*/
.workshop{background: url(../img/atbg.png) repeat-x; padding-top: 60px;overflow: hidden;height: auto;margin-top: 50px;}
.workshop ul li{float: left;width: 23.5%;margin-right: 2%;border: 2px solid #fff;overflow: hidden;margin-bottom: 30px;}
.workshop ul li:nth-child(4n){margin-right: 0;}
.workshop ul li img{width: 100%;}
.workshop ul li .cjtitle{text-align: center;font-size: 14px; line-height: 40px;}
/*企业环境结束*/

/*企业文化*/
.culture{width: 100%; height: auto;}
.culture img{width: 100%;}
/*企业文化结束*/

/*新闻中心*/
.news-home{width: 100%;height:auto;overflow: hidden;padding:60px 0; text-align: center;}
.new-tab{overflow: hidden;width: 100%;}
.new-tab ul{position: relative; left: 50%;margin-left: -200px;}
.new-tab ul li{float: left; width: auto; padding: 0 25px; background: #999;text-align: center; border-radius: 8px;margin:0 10px;line-height: 40px; color: #fff;font-size: 16px; }
.new-tab ul li:hover{background: #008cd7;}
.new-tab ul li a{color: #fff;}
.news-pic{border-radius:0 15px 0 0;width: 100%;overflow: hidden;}
.daynews{position: absolute;top: 0;z-index:1;left: 0;background: #008cd7;box-shadow:3px 2px 4px #333;width: 70px;line-height: 70px;color:#fff;font-size:32px;text-align: center;}
.yearnews{position: absolute;top: 70px;z-index:1;left: 0;background: #f8f8f8;box-shadow:3px 2px 4px #333;width: 70px;line-height: 30px;color:#333;font-size:16px;text-align: center;}
.news-pic img{width: 100%;}
.newsTitle{padding:0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-align: center;font-size: 16px; line-height: 50px;color:#333;background: #f2f2f2;}
.newslist ul li:hover .newsTitle{background: #008CD7; color: #fff;}
.newslist .swiper-horizontal>.swiper-pagination-bullets,.newslist .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
/*新闻中心*/
/*荣誉资质*/
.honorslist_all {
	padding-top: 75px;
	overflow: hidden;
}

.honorslist {
	/*  width: 20.5%;*/
	width: 19%;
	float: left;
	margin-right: 6%;
}

.honorslist:nth-of-type(4n) {
	margin-right: 0;
}

.honorslist .honortitle {
	color: #00a0e9;
	line-height: 40px;
}

.honorslist .honortitle span {
	position: relative;
	padding: 12px 0 10px;
	font-size: 18px;
	font-weight: 700;
}

.honorslist .honortitle span:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #00a0e9;
	left: 0;
}

.honorslist li {
	border-bottom: 1px solid #e7e8e8;
}

.honorslist li:first-of-type {
	border-top: 1px solid #e7e8e8;
}

.honorslist li .img_con {
	display: none;
}

.honorslist li h3 {
	line-height: 20px;
	padding: 15px 0;
	/* font-weight: 600; */
	cursor: pointer;
	/* text-align: center; */
	width: 100%;
}
.z_read-more {
	color: #fff;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(#018cd7, #52b7ed);
	background: -webkit-linear-gradient(#018cd7, #52b7ed);
	background: -o-linear-gradient(#018cd7, #52b7ed);
	background: -moz-linear-gradient(#018cd7, #52b7ed);
	background: linear-gradient(#018cd7, #52b7ed);
	width: 108px;
	text-align: center;
	margin-top: 50px;
margin-left:46%;
	
} 
.z_read-more:hover {
	cursor: pointer;
	opacity: .8;
}

/*荣誉资质结束*/
/*foot*/
.foot{width: 100%;height:auto;padding: 60px 0 30px 0;background: #262626;overflow: hidden;}
.footmenu{width: 52%;margin-right: 2%;float: left;font-size: 14px;border-right:1px solid #3171b2;margin-bottom: 20px;}
.footmenu ul{width: 100%;height: auto;overflow: hidden;line-height: 30px;color: #fff;display: flex;flex-direction: row;justify-content: space-between;justify-items: center;}
.footmenu ul h2{font-size: 28px;font-weight: bold;color: #fff;}
.footmenu ul h2:nth-child(2){margin-bottom: 30px;}
.footercon{color: #fff;line-height: 30px;margin-top: 30px;}
.footerwei{width:30%;float:right;text-align: center;margin-top: 45px;}
.footerwei img{max-width: 150px;width: 100%;}
.footerwei p{line-height: 30px;color: #fff;}
.footmenu ul li>a{color: #fff;font-weight: bold;font-size: 16px;}
.footmenu ul li>p>a{color: #fff;font-weight:normal;}
.footmenu ul li p{line-height: 2;width: 100%;}
.footmenu ul li{color: #fff;font-size: 14px;float: left;width: auto;width:25%;}
.footadd img{width: 100%;margin-bottom: 20px;}
.footadd{width: 45%;float: left;font-size: 14px; color: #fff;}

.copyright{clear:both;overflow:hidden;line-height: 60px;text-align: center;font-size: 14px;color: #fff; width: 100%; border-top:1px solid #3171b2;border-bottom:1px solid #3171b2;}
.copyright a{color: #fff;}
/*foot结束*/


/*首页产品展示*/
.pro_title { width:100%; height:auto; margin:0 auto; padding:0;/* background-color:#fff; box-shadow:0 6px 20px rgba(0,0,0,0.1);*/}
.pro_title .pro_top { width:320px; height:60px; overflow:hidden; margin:0 auto 20px; padding:0; background: url(../img/pro_titbg.png) center top no-repeat; background-size:100% 100%;}
.pro_top em { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:rgba(255,255,255,0.08); font-size:30px; font-family:Arial; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.pro_top p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:30px; text-align:center; margin:-40px auto 0; padding:0;}


.tab_img {display: block;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;}


/*企业环境*/
.honor-list li {
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.honor-list li:nth-child(4n){margin-right: 0;}
.honor-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.honor-list li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
} 
.fancybox-opened .fancybox-title {
	display: none;
}

.fatitle_yz{font-size: 22px;font-weight: bold; background: #4f8cc5;
	line-height:40px;color: #fff;padding:10px;width: 350px;
	margin-bottom: 20px;margin-top: 20px;border-radius: 25px;
}
.fatitle_td{border-radius:15px; margin-bottom: 30px; float: left;min-height: 230px; width: 44%;margin-left:3%;margin-right: 3%; padding: 20px;box-sizing: border-box;background: #4f8cc5;color: #fff;}
.fatitle_td:nth-child(5){min-height: 290px; }
.fatitle_td h3{color: #fff;font-size: 22px;line-height:40px;font-width:bold;}
.fatitle_td p{color: #fff;font-size:16px;line-height:35px;}

.fatitle_lc{margin-bottom: 30px; float: left; width: 44%;margin-left:3%;margin-right: 3%; padding: 20px;box-sizing: border-box;background: #4f8cc5;color: #fff;display: flex;flex-direction: row;justify-content: space-between;}
.fatitle_lc h3{color: #fff;font-size: 22px;line-height:40px;font-width:bold;}
.fatitle_lc p{color: #fff;font-size:16px;line-height:30px;}
.fatitle_lc .fatitle_tag{margin-top: 20px;}
.fatitle_lc .fatitle_con{width:83%;}
.fatitle_lc:nth-child(3),.fatitle_lc:nth-child(5),.fatitle_lc:nth-child(7){border-bottom-right-radius:70px ;border-top-right-radius:70px ;text-align: left; }
.fatitle_lc:nth-child(2),.fatitle_lc:nth-child(4),.fatitle_lc:nth-child(6){border-bottom-left-radius:70px ;border-top-left-radius:70px ;text-align: right; }


.fatitle_lc:nth-child(2) .fatitle_tag{display: block;width: 69px;height: 69px;float: right; background: url(../img/prolist_3_ico.png) no-repeat top center;}
.fatitle_lc:nth-child(3) .fatitle_tag{display: block;width: 69px;height: 69px;float: left;  background: url(../img/prolist_3_ico.png) no-repeat center -207px;}
.fatitle_lc:nth-child(4) .fatitle_tag{display: block;width: 69px;height: 69px;float: left;  background: url(../img/prolist_3_ico.png) no-repeat center -69px;}
.fatitle_lc:nth-child(5) .fatitle_tag{display: block;width: 69px;height: 69px;float: left;  background: url(../img/prolist_3_ico.png) no-repeat center -276px;}
.fatitle_lc:nth-child(6) .fatitle_tag{display: block;width: 69px;height: 69px;float: left;  background: url(../img/prolist_3_ico.png) no-repeat center -138px;}
.fatitle_lc:nth-child(7) .fatitle_tag{display: block;width: 69px;height: 69px;float: left;  background: url(../img/prolist_3_ico.png) no-repeat center  -345px;}

.topnr{width: 100%;font-size: 16px;margin-bottom: 30px;}
.fannr{margin-bottom: 30px; float: left; width: 44%;margin-left:3%;margin-right: 3%; padding: 20px;box-sizing: border-box;background: #4f8cc5;color: #fff;display: flex;flex-direction: row;justify-content: space-between; border-radius: 10px;}
.fannr h2{color: #fff;font-size: 22px;line-height:40px;font-width:bold;}
.fannr p{color: #fff;font-size:16px;line-height:30px;}
.fannr .fannrno{font-size: 50px;color: #fff;font-weight: bold;line-height:80px;padding-top: 30px;}
.fannr:nth-child(7){min-height:290px;}


.bannerword{position: absolute;left: 10%; top: 20%;color: #fff;}
.bannerword h3{font-size: 32px;color: #fff;}
.bannerword h4{font-size: 24px;color: #fff;}
#service li{
  width:30%;margin:0 1.5%;float:left;padding:20px;border-sizing:border-box;
  background: #f2f2f2;
  }
  
#service li img{width:100%;}
#service li p{text-align:center;font-size:18px;font-weight:bold;margin-top:20px;margin-bottom:25px;}

.video-fl-box{width: 100%;overflow: hidden;height: auto;background: #282828;}
.video-fl-box .video_left{float: left;width:75%;overflow: hidden;}

.palyVideo{ background:black;object-fit: fill;max-width: 100%;}
.video-fl-box .video-fl-list{width:25%;height:604px;float: left;}
.videp-top {
    width:90%;
    height: 34px;
    line-height: 30px;
    background: url(../img/video-fl1.jpg)no-repeat left bottom;
    color: #c6c6c6;
    font-size: 14px;
    padding-left: 20px;
    background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.si-be {
    height: 790px;
	overflow: hidden; outline: none;
}
.video-project {
    width: 90%;
    height: 110px;
    background: #0c0c0c;
    margin: 2% 0 0 2%;
    padding: 2% 2%;
    display: flex;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	}
.video-project-img {
    width: 150px;
    border: 2px solid black;
	position: relative;
}
.video-titie {
    margin-left: 10px;
	display: inline-block;
}
.video-titie p {
    color: white;
    font-size: 14px;
}

.footzz{width: 100%;height: auto;overflow: hidden;display: flex;flex-direction: row;margin-bottom: 30px;margin-top: 15px;}
.footzz .footli{flex: 1;margin-left:20px;margin-right:20px;  display: flex;flex-direction: column; justify-content: center;align-items: center;text-align: center;}
.footzz .footli h3{font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: black;}
.footzz .footli p{font-size: 14px;}
.footzz .footli .footliimg{margin-bottom: 10px;height:80px;width:80px;}
.footzz .footli:nth-child(1) .footliimg{background:url(../img/ico1.png)}
.footzz .footli:nth-child(1) .footliimg:hover{background:url(../img/icored1.png)}
.footzz .footli:nth-child(2) .footliimg{background:url(../img/ico2.png);background-size: 100%;}
.footzz .footli:nth-child(2) .footliimg:hover{background:url(../img/icored2.png)}
.footzz .footli:nth-child(3) .footliimg{background:url(../img/ico3.png)}
.footzz .footli:nth-child(3) .footliimg:hover{background:url(../img/icored3.png)}
.footzz .footli:nth-child(4) .footliimg{background:url(../img/ico4.png)}
.footzz .footli:nth-child(4) .footliimg:hover{background:url(../img/icored4.png)}


.main-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	padding-top: 40px;
}
.proview{overflow: hidden;background: #fff;}
.productList{
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 40px auto;
}

.productList .leftPart{
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-top: 27px;
}

.productList .rightPart{
	width: 80%;
	float: left;
}

.productList .proview{
	background: #fff;
	width: calc(100%-80px);
	margin-bottom: 30px;
	overflow: hidden;
	padding: 40px;
	clear: both;
}
.prolist-pic{margin:0 2% -5px 0; width:48%;height:auto; float: left;}
.prolist-pic img{width: 100%;}
.proItem{
	/*width: calc(100%-500px);*/
	width: 49%;
	float: left;
	padding-right: 1%;

}
.proItem p{	line-height: 30px;}
.proItem span{
	font-weight: bold;
}
.proItem .protitle{
	font-size: 30px;
	font-weight: bold;
	color: #0a1734;
}
.fenLine{
	width: 150px;
	height: 4px;
	background: #008cd7;
	margin: 10px auto 30px 0;
	float: left;
}
.proItem  .itemTitle{
	margin-top: 45px;
	font-size: 24px;
	margin-bottom: 20px;
}
.proDetail{
	margin-top: 30px;
	height:auto;
	/*overflow: hidden;*/
	background: #fff;
	/*margin-bottom: 30px;*/
	float: left;
	width: 75%;
}
.rightpush{
	width: 21%;
	float: right;
	margin: 30px 0 0 2%;
	background: #fff;
	padding: 0 1%;
}
.rightpush img{
	width: 100%;
}
.padding-large{margin-bottom: 30px;}
.proDetail .bottomLine{
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}
.proDetail .detailItem{
	width: 180px;
	text-align: center;
	background: #008CD7;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.proDetail .proCon{
	padding: 30px;
	line-height: 1.5em;
	font-size: 14px;
	text-align: center;
}
/*.proDetail .proCon table,.newslist table{border:#ccc 1px solid; border-width:0 0 1px 1px ; width:99.5%!important;}
.proDetail .proCon td,.proDetail .proCon th,.newslist td,.newslist th{border:#ccc 1px solid; border-width:1px 1px 0 0; padding:5px 0 5px 5px;word-wrap:break-word; word-break:break-all; width:auto!important; text-align:center!important;}*/
.proDetail .proCon img{max-width: 100%;height: auto;}
.proDetail .proCon table{width:100% !important; border-collapse:collapse; border:0px none; border-top:1px solid #ccc !important; border-left:1px solid #ccc !important; border-spacing:0; table-layout:fixed;}
.proDetail .proCon table tr{height:auto !important;}
.proDetail .proCon table td{ height:auto !important; border:0px none !important; line-height:1.5; padding:5px !important; text-align:center; border-right:1px solid #ccc !important; border-bottom:1px solid #ccc !important; word-wrap:break-word; word-break:break-all; width:auto!important;}
.proDetail .proCon table td p{display:block; margin:0;}
.proDetail .proCon table td span{display:inline-block; margin:0;}
.proDetail .proCon table tr{transition:all .2s;}
.proDetail .proCon table tr:hover{background:#e7f1fc;}
.pushtitle{margin-top: 10px;text-align: center;}
.pushtitle2{margin-top: 15px;}
.backtoPro{
	/*margin-top: -30px;
    margin-right: -30px;*/
	width: 50px;
	height: 50px;
	background: #008CD7;
	text-align: center;
	line-height: 50px;
	
}
.backtoPro a,.backtoPro:hover a,.backtoPro a:hover{
	color: #fff;
}
.backtoPro a i{
	font-size: 25px;
}

.backtoPro:hover{background: #004d9f;color: #d8262c;}


/**pro_show**/
.pro_tablist { width:100%; background-color:#eaeaea; }
@media screen and (min-width:1201px) {
	.pro_show { width:1200px; height:auto; margin:60px auto; padding:0;}
	
	.ly_title { width:1200px; overflow:hidden; margin:0 auto 30px; padding:0;}
	.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto; padding:0; color:#004d9f; font-size:32px; text-align:center;}
	.ly_title p span { color:#22a243;}
	.ly_title img { display:block; width:40px; height:3px; margin:8px auto 10px; padding:0;}
	.ly_title em { display:block; width:100%; height:17px; overflow:hidden; line-height:17px; margin:0 auto; padding:0; color:#aaa; font-size:14px; font-style:normal; text-align:center;}
	
	.pro_tab { width:1200px; height:40px; overflow:hidden; margin:0 auto 40px; padding:0; border-bottom:1px solid #eaeaea;}
	.pro_tab ul li { width:auto!important; margin:0 20px; float:left;}
	.pro_tab ul li a { display:inline-block; height:24px; line-height:24px ; color:#333; font-size:16px; margin:0; padding:0 0 16px; position:relative;}
	.pro_tab ul li a em { display:none; width:100%; height:2px; overflow:hidden; margin:0; padding:0; background-color:#22a243; position:absolute; left:0; bottom:0;}
	.pro_tab ul li a:hover, .pro_tab ul li a.protab_on { color:#22a243; font-weight:bold;}
	.pro_tab ul li a:hover em, .pro_tab ul li a.protab_on em { display:block;}
	
	.wrapper01 { position:relative; width:1200px; height:40px; margin:0 auto 40px; padding:0; border-bottom:1px solid #eaeaea;}
	.wrapper01 .scroller { position:absolute;}
	.wrapper01 .scroller li { height: 40px; color:#333; float: left; line-height: 40px; font-size: 16px; text-align: center; margin:0; padding:0 20px; }
	.wrapper01 .scroller li a { color:#333;}
	.wrapper01 .scroller li.cur a { color:#22a243; font-weight:bold;}
	
	.pro_tablist .wrapper01 { position:relative; width:90%; height:60px;  margin:5px auto 0 auto; padding:0; border:none;}
	.pro_tablist .wrapper01 .scroller{ position:absolute;width: 1620px;left:0;transition:all 3s;}
	.pro_tablist .wrapper01 .scroller li { height: 60px; color:#333; float: left; line-height: 60px; font-size: 16px; text-align: center; margin:0; padding:0 20px;}
	.pro_tablist .wrapper01 .scroller li a { color:#333;}
	.pro_tablist .wrapper01 .scroller li:hover, .pro_tablist .wrapper01 .scroller li.cur { background-color:#0c5baf;}
	.pro_tablist .wrapper01 .scroller li:hover a, .pro_tablist .wrapper01 .scroller li.cur a { color:#fff; font-weight:normal;}

	.pro_tablist .wrapper01 .scroller li .sub-menu{background: #00b8e1;overflow: hidden;z-index: 111;position: relative; display: none;}
	.pro_tablist .wrapper01 .scroller li:hover .sub-menu{display: block;}
	.pro_tablist .wrapper01 .scroller li .sub-menu li{width: 100%;line-height: 35px;height: 35px;clear: both;font-size: 14px;}
	.pro_tablist .wrapper01 .scroller li .sub-menu li:hover{ background: #059abb;}
	.pro_tablist .wrapper01 .scroller li .sub-menu li a{color: #fff;}
	
	.pro_list { width:1200px; height:auto; margin:30px auto 0; padding:0;}
	.pro_list ul li { width:285px; margin:0 20px 20px 0; padding:0; background-color:#fff; border:1px solid #eaeaea; float:left; box-sizing:border-box;}
	.pro_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pro_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:none;}
	.pro_list ul li .pro_img { width:100%; height:284px; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid #eaeaea; box-sizing:border-box; position:relative;}
	.pro_list ul li:hover .pro_img { border-bottom:0px solid #22a243;}
	.pro_list ul li .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list ul li .pro_img a.promask { display:none; width:100%; height:100%; overflow:hidden; line-height:380px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0; position:absolute; left:0; top:0; z-index:1; background:rgba(12,47,85,0.6) url(../images/check.png) center center no-repeat;}
	.pro_list ul li:hover .pro_img a.promask { display:block;}
	.pro_list ul li .pro_text { width:100%; height:60px; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list ul li .pro_text a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 48px 0 20px; box-sizing:border-box; position:relative;}
	.pro_list ul li .pro_text a em { display:block; width:24px; height:24px; overflow:hidden; margin:0; background:url(../images/jt_01.png) 0 0 no-repeat; position:absolute; top:18px; right:20px;}
	.pro_list ul li:hover .pro_text a { color:#004d9f;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_05.png) 0 0 no-repeat;}
	
	.pro_more { width:48px; height:48px; overflow:hidden; margin:20px auto 0; padding:0;}
	.pro_more a { display:block; width:48px; height:48px; overflow:hidden; background:#f5f5f5 url(../images/more_tb1.png) center center no-repeat; border-radius:2px;}
	.pro_more a:hover { background:#22a243 url(../images/more_tb2.png) center center no-repeat;}
	
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.h_products_in { width:94%;}
	.pro_show { width:100%; height:auto; margin:60px auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	.ly_title { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
	.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto; padding:0; color:#004d9f; font-size:36px; text-align:center;}
	.ly_title p span { color:#22a243;}
	.ly_title img { display:block; width:40px; height:3px; margin:8px auto 10px; padding:0;}
	.ly_title em { display:block; width:100%; height:17px; overflow:hidden; line-height:17px; margin:0 auto; padding:0; color:#aaa; font-size:14px; font-style:normal; text-align:center;}
	
	.pro_tab { width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0; border-bottom:1px solid #eaeaea;}
	.pro_tab ul li { width:auto!important; margin:0 20px; float:left;}
	.pro_tab ul li a { display:inline-block; height:24px; line-height:24px ; color:#333; font-size:16px; margin:0; padding:0 0 16px; position:relative;}
	.pro_tab ul li a em { display:none; width:100%; height:2px; overflow:hidden; margin:0; padding:0; background-color:#22a243; position:absolute; left:0; bottom:0;}
	.pro_tab ul li a:hover, .pro_tab ul li a.protab_on { color:#22a243; font-weight:bold;}
	.pro_tab ul li a:hover em, .pro_tab ul li a.protab_on em { display:block;}
	
	.wrapper01 { position:relative; width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0; border-bottom:1px solid #eaeaea;}
	.wrapper01 .scroller { position:absolute;}
	.wrapper01 .scroller li { height: 40px; color:#333; float: left; line-height: 40px; font-size: 16px; text-align: center; margin:0; padding:0 20px; border-right:1px dotted #e7e7e7;}
	.wrapper01 .scroller li a { color:#333;}
	.wrapper01 .scroller li.cur a { color:#22a243; font-weight:bold;}
	
	.pro_tablist .wrapper01 { position:relative; width:100%; height:60px; overflow:hidden; margin:-60px auto 0; padding:0; background-color:#fff; border:none;}
	.pro_tablist .wrapper01 .scroller { position:absolute;}
	.pro_tablist .wrapper01 .scroller li { height: 60px; color:#333; float: left; line-height: 60px; font-size: 16px; text-align: center; margin:0; padding:0 20px;}
	.pro_tablist .wrapper01 .scroller li a { color:#333;}
	.pro_tablist .wrapper01 .scroller li:hover, .pro_tablist .wrapper01 .scroller li.cur { background-color:#0c5baf;}
	.pro_tablist .wrapper01 .scroller li:hover a, .pro_tablist .wrapper01 .scroller li.cur a { color:#fff; font-weight:normal;}
	
	.pro_list { width:100%; height:auto; margin:20px auto 0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_list ul li { width:23.5%; margin:0 2% 20px 0; padding:0; background-color:#fff; border:1px solid #eaeaea; float:left; box-sizing:border-box;}
	.pro_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pro_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:none;}
	.pro_list ul li .pro_img { width:100%; height:244px; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid #eaeaea; box-sizing:border-box; position:relative;}
	.pro_list ul li:hover .pro_img { border-bottom:0px solid #22a243;}
	.pro_list ul li .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list ul li .pro_img a.promask { display:none; width:100%; height:100%; overflow:hidden; line-height:380px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0; position:absolute; left:0; top:0; z-index:1; background:rgba(12,47,85,0.6) url(../images/check.png) center center no-repeat;}
	.pro_list ul li:hover .pro_img a.promask { display:block;}
	.pro_list ul li .pro_text { width:100%; height:60px; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list ul li .pro_text a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 48px 0 20px; box-sizing:border-box; position:relative;}
	.pro_list ul li .pro_text a em { display:block; width:24px; height:24px; overflow:hidden; margin:0; background:url(../images/jt_01.png) 0 0 no-repeat; position:absolute; top:18px; right:20px;}
	.pro_list ul li:hover .pro_text a { color:#004d9f;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_05.png) 0 0 no-repeat;}
	
	.pro_more { width:48px; height:48px; overflow:hidden; margin:20px auto 0; padding:0;}
	.pro_more a { display:block; width:48px; height:48px; overflow:hidden; background:#f5f5f5 url(../images/more_tb1.png) center center no-repeat; border-radius:2px;}
	.pro_more a:hover { background:#22a243 url(../images/more_tb2.png) center center no-repeat;}
	
}
@media screen and (max-width:1080px) {
	.h_products_in { width:94%;}
	.pro_title { margin:0 auto 20px;}
	.pro_show { width:100%; height:auto; margin:30px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	.ly_title { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.ly_title p { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto; padding:0; color:#004d9f; font-size:28px; text-align:center;}
	.ly_title p span { color:#22a243;}
	.ly_title img { display:block; width:40px; height:3px; margin:8px auto 10px; padding:0;}
	.ly_title em { display:block; width:100%; height:17px; overflow:hidden; line-height:17px; margin:0 auto; padding:0; color:#aaa; font-size:14px; font-style:normal; text-align:center;}
	
	.pro_tab { width:100%; height:40px; overflow:hidden; margin:0 auto 40px; padding:0; border-bottom:1px solid #eaeaea;}
	.pro_tab ul li { width:auto!important; margin:0 20px; float:left;}
	.pro_tab ul li a { display:inline-block; height:24px; line-height:24px ; color:#333; font-size:16px; margin:0; padding:0 0 16px; position:relative;}
	.pro_tab ul li a em { display:none; width:100%; height:2px; overflow:hidden; margin:0; padding:0; background-color:#22a243; position:absolute; left:0; bottom:0;}
	.pro_tab ul li a:hover, .pro_tab ul li a.protab_on { color:#22a243; font-weight:bold;}
	.pro_tab ul li a:hover em, .pro_tab ul li a.protab_on em { display:block;}
	
	.proDetail .proCon img{width: 100% !important; max-height:400px; height: auto !important;}
	
	.wrapper01 { position:relative; width:100%; height:40px; overflow:hidden; margin:0 auto 30px; padding:0; border-bottom:1px solid #eaeaea;}
	.wrapper01 .scroller { position:absolute;}
	.wrapper01 .scroller li { height: 40px; color:#333; float: left; line-height: 40px; font-size: 16px; text-align: center; margin:0; padding:0 16px; border-right:1px dotted #e7e7e7;}
	.wrapper01 .scroller li a { color:#333;}
	.wrapper01 .scroller li.cur a { color:#22a243; font-weight:bold;}
	
	.pro_tablist .wrapper01 { position:relative; width:100%; height:48px; overflow:hidden; margin:0 auto 0; padding:0; background-color:#fff; border:none;}
	.pro_tablist .wrapper01 .scroller { position:absolute;}
	.pro_tablist .wrapper01 .scroller li { height: 48px; color:#333; float: left; line-height: 48px; font-size: 14px; text-align: center; margin:0; padding:0 16px;}
	.pro_tablist .wrapper01 .scroller li a { color:#333;}
	.pro_tablist .wrapper01 .scroller li:hover, .pro_tablist .wrapper01 .scroller li.cur { background-color:#0c5baf;}
	.pro_tablist .wrapper01 .scroller li:hover a, .pro_tablist .wrapper01 .scroller li.cur a { color:#fff; font-weight:normal;}
	
	.pro_list { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_list ul li { width:48%; margin:0 4% 20px 0; padding:0; background-color:#fff; border:1px solid #eaeaea; float:left; box-sizing:border-box;}
	.pro_list ul li:nth-child(4n+4) { margin:0 4% 20px 0;}
	.pro_list ul li:nth-child(2n+2) { margin:0 0 20px 0;}
	.pro_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:none;}
	.pro_list ul li .pro_img { width:100%; height:180px; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid #eaeaea; box-sizing:border-box; position:relative;}
	.pro_list ul li:hover .pro_img { border-bottom:0px solid #22a243;}
	.pro_list ul li .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list ul li .pro_img a.promask { display:none; width:100%; height:100%; overflow:hidden; line-height:260px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0; position:absolute; left:0; top:0; z-index:1; background:rgba(12,47,85,0.6) url(../images/check.png) center center no-repeat;}
	.pro_list ul li:hover .pro_img a.promask { display:block;}
	.pro_list ul li .pro_text { width:100%; height:60px; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list ul li .pro_text a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 48px 0 20px; box-sizing:border-box; position:relative;}
	.pro_list ul li .pro_text a em { display:block; width:24px; height:24px; overflow:hidden; margin:0; background:url(../images/jt_01.png) 0 0 no-repeat; position:absolute; top:18px; right:20px;}
	.pro_list ul li:hover .pro_text a { color:#004d9f;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_05.png) 0 0 no-repeat;}
	
	.pro_more { width:48px; height:48px; overflow:hidden; margin:10px auto 0; padding:0;}
	.pro_more a { display:block; width:48px; height:48px; overflow:hidden; background:#f5f5f5 url(../images/more_tb1.png) center center no-repeat; border-radius:2px;}
	.pro_more a:hover { background:#22a243 url(../images/more_tb2.png) center center no-repeat;}
	
}
@media screen and (max-width:750px) {
	.pro_show { width:100%; height:auto; margin:30px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_title { margin:0 auto 20px;}
	.pro_title .pro_top { margin:0 auto 20px; height:50px;}
	.pro_top p { font-size:24px;height: 50px; line-height:50px;}
	.syFocusThumb { height:50px;}
	.pagination { height:50px;}
	.holder I { height:50px; line-height:32px;}
		
}
@media screen and (max-width:320px) {
	.pro_title .pro_top { width:100%;}
}
/**pro_show**/

/**pco_data**/
@media screen and (min-width:1201px) {
	
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_data { width:100%; overflow:hidden; margin:0 auto; padding:32px 30px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_data ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pco_data ul li { width:16.666666%; margin:0; padding:0; float:left;}
	.pco_data ul li p { width:100%; height:72px; overflow:hidden; line-height:72px; color:#004d9f; font-size:64px; font-family:"Aleo-Bold"; text-align:center; margin:0 auto 4px; padding:0; position:relative;}
	.pco_data ul li p span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#008cd7; border-radius:50%; position:absolute; top:0; right:50%; margin:0 -70px 0 0;}
	.pco_data ul li font { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#262626; font-size:16px; text-align:center; margin:0 auto; padding:0;}
}
@media screen and (max-width:1080px) {
	.pco_data { width:100%; overflow:hidden; margin:0 auto; padding:32px 16px 0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_data ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pco_data ul li { width:50%; margin:0 0 40px; padding:0; float:left;}
	.pco_data ul li p { width:100%; height:72px; overflow:hidden; line-height:72px; color:#004d9f; font-size:64px; font-family:"Aleo-Bold"; text-align:center; margin:0 auto 4px; padding:0; position:relative;}
	.pco_data ul li p span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#008cd7; border-radius:50%; position:absolute; top:0; right:50%; margin:0 -70px 0 0;}
	.pco_data ul li font { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#262626; font-size:16px; text-align:center; margin:0 auto; padding:0;}
}
@media screen and (max-width:750px) {
}

/**pco_course**/
@media screen and (min-width:1201px) {
	.pco_course { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background: url(../img/course_bg.jpg) center top no-repeat; background-size:cover;}

	.course_list { width:1200px; height:360px; overflow:hidden; margin:0 auto; padding:0; background:url(../img/line.jpg) center center no-repeat;}
	.course_list ul { margin:0;}
	.course_list ul li { width:300px!important; height:360px; overflow:hidden; margin:0 -100px 0 0; padding:230px 20px 20px; background:url(../img/course_bg02.png) center bottom no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.course_list ul li:nth-child(2n+2) { background:url(../img/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../img/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../img/course_bg1.png) center top no-repeat;}
	.course_list ul li p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:24px; margin:0 auto 10px; padding:0;}
	.course_list ul li p em { font-family:"Aleo-Bold"; font-size:32px; font-style:normal;}
	.course_list ul li span { display:block; width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
	.course_list ul li:hover p, .course_list ul li:hover span { color:#fff;}
	
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_course { width:100%; overflow:hidden; margin:0 auto; padding:60px 30px; background: url(../img/course_bg.jpg) center top no-repeat; background-size:cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.course_list { width:100%; height:360px; overflow:hidden; margin:0 auto; padding:0; background:url(../img/line.jpg) center center no-repeat;}
	.course_list ul { margin:0;}
	.course_list ul li { width:300px!important; height:360px; overflow:hidden; margin:0 -100px 0 0; padding:230px 20px 20px; background:url(../img/course_bg02.png) center bottom no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.course_list ul li:nth-child(2n+2) { background:url(../img/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../img/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../img/course_bg1.png) center top no-repeat;}
	.course_list ul li p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:24px; margin:0 auto 10px; padding:0;}
	.course_list ul li p em { font-family:"Aleo-Bold"; font-size:32px; font-style:normal;}
	.course_list ul li span { display:block; width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
	.course_list ul li:hover p, .course_list ul li:hover span { color:#fff;}
}
@media screen and (max-width:1080px) {
	.pco_course { width:100%; overflow:hidden; margin:0 auto; padding:40px 16px; background: url(../img/course_bg.jpg) center top no-repeat; background-size:cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.course_list { width:100%; height:360px; overflow:hidden; margin:0 auto; padding:0; background:url(../img/line.jpg) center center no-repeat;}
	.course_list ul { margin:0;}
	.course_list ul li { width:300px!important; height:360px; overflow:hidden; margin:0 -120px 0 0; padding:230px 20px 20px; background:url(../img/course_bg02.png) center bottom no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.course_list ul li:nth-child(2n+2) { background:url(../img/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../img/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../img/course_bg1.png) center top no-repeat;}
	.course_list ul li p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:24px; margin:0 auto 10px; padding:0;}
	.course_list ul li p em { font-family:"Aleo-Bold"; font-size:32px; font-style:normal;}
	.course_list ul li span { display:block; width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
	.course_list ul li:hover p, .course_list ul li:hover span { color:#fff;}
}
@media screen and (max-width:750px) {
}

/**pco_news**/
@media screen and (min-width:1201px) {
	.pco_news { width:100%; overflow:hidden; margin:0 auto; padding:60px 0;}
	.pconw_main { width:1200px; height:auto; margin:0 auto; padding:0;}
	.pconw_main .pconw_l, .pconw_main .pconw_r { width:50%; height:400px; margin:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_main .pconw_l { padding:0 20px 0 0; float:left;}
	.pconw_l .pconw_l_img { width:100%; height:260px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.pconw_l_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
	.pconw_l_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pconw_l .pconw_l_text { width:100%; height:140px; overflow:hidden; margin:0 auto; padding:20px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; margin:0 auto 10px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_l_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.pconw_l:hover .pconw_l_text { background-color:#004d9f;}
	.pconw_l:hover .pconw_l_text a { color:#fff;}
	.pconw_l:hover .pconw_l_text a span { color:rgba(255, 255, 255, 0.6);}
	.pconw_l:hover .pconw_l_text p { color:rgba(255, 255, 255, 0.6);}
	
	.pconw_main .pconw_r { padding:0 0 0 20px; float:right;}
	.pconw_r ul li { width:100%; height:133px; overflow:hidden; margin:0 auto; padding:14px 0; border-bottom:1px dashed #ddd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; margin:0 auto 8px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_r ul li a:hover { color:#004d9f;}
	.pconw_r ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_news { width:100%; overflow:hidden; margin:0 auto; padding:60px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_main { width:100%; height:auto; margin:0 auto; padding:0;}
	.pconw_main .pconw_l, .pconw_main .pconw_r { width:50%; height:400px; margin:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_main .pconw_l { padding:0 16px 0 0; float:left;}
	.pconw_l .pconw_l_img { width:100%; height:260px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.pconw_l_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
	.pconw_l_img a img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pconw_l .pconw_l_text { width:100%; height:140px; overflow:hidden; margin:0 auto; padding:20px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; margin:0 auto 10px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_l_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.pconw_l:hover .pconw_l_text { background-color:#004d9f;}
	.pconw_l:hover .pconw_l_text a { color:#fff;}
	.pconw_l:hover .pconw_l_text a span { color:rgba(255, 255, 255, 0.6);}
	.pconw_l:hover .pconw_l_text p { color:rgba(255, 255, 255, 0.6);}
	
	.pconw_main .pconw_r { padding:0 0 0 16px; float:right;}
	.pconw_r ul li { width:100%; height:133px; overflow:hidden; margin:0 auto; padding:14px 0; border-bottom:1px dashed #ddd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; margin:0 auto 8px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_r ul li a:hover { color:#004d9f;}
	.pconw_r ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	
}
@media screen and (max-width:1080px) {
	.pco_news { width:100%; overflow:hidden; margin:32px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_main { width:100%; height:auto; margin:0 auto; padding:0;}
	.pconw_main .pconw_l, .pconw_main .pconw_r { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_main .pconw_l { margin:0 auto 16px;}
	.pconw_l .pconw_l_img { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.pconw_l_img a { display:block; width:100%; overflow:hidden; margin:0; padding:0;}
	.pconw_l_img a img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pconw_l .pconw_l_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:16px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:18px; margin:0 auto 4px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_l_text a span { display:inline-block; width:80px; height:32px; line-height:32px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_l_text p { width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.pconw_l:hover .pconw_l_text, .pconw_l:active .pconw_l_text { background-color:#004d9f;}
	.pconw_l:hover .pconw_l_text a, .pconw_l:active .pconw_l_text a { color:#fff;}
	.pconw_l:hover .pconw_l_text a span, .pconw_l:active .pconw_l_text a span { color:rgba(255, 255, 255, 0.6);}
	.pconw_l:hover .pconw_l_text p, .pconw_l:active .pconw_l_text p { color:rgba(255, 255, 255, 0.6);}
	
	.pconw_main .pconw_r {}
	.pconw_r ul li { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:16px 0; border-bottom:1px dashed #ddd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:18px; margin:0 auto 4px; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pconw_r ul li a span { display:inline-block; width:80px; height:32px; line-height:32px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.pconw_r ul li a:hover, .pconw_r ul li a:active { color:#004d9f;}
	.pconw_r ul li p { width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
}
@media screen and (max-width:750px) {
}

/**pco_info**/
@media screen and (min-width:1201px) {
	.pco_info { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff;}
	.pco_info ul { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	.pco_info ul li { width:32%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
	.pco_info ul li:last-child { margin:0;}
	.pco_info ul li .info_tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:22px; margin:0 auto; padding:0 20px; background-color:#004d9f; border-radius:10px 10px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_tit a { display:block; width:96px; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:14px; text-align:center; background-color:#fff; border-radius:18px; margin:11px 0; padding:0; float:right;}
	.info_tit a:hover { color:#00bc58; font-weight:bold;}
	
	.pco_info ul li .info_list { width:100%; overflow:hidden; margin:0 auto; padding:10px 19px 9px; border:1px solid #eaeaea; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
	.info_list dl dd a { display:block; width:100%; height:40px; line-height:40px; color:#333; font-size:14px; margin:0 auto; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.info_list dl dd a:hover, .info_list dl dd a:hover span { color:#004d9f;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_info { width:100%; overflow:hidden; margin:0 auto; padding:60px 30px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_info ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pco_info ul li { width:32%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
	.pco_info ul li:last-child { margin:0;}
	.pco_info ul li .info_tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:22px; margin:0 auto; padding:0 20px; background-color:#004d9f; border-radius:10px 10px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_tit a { display:block; width:96px; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:14px; text-align:center; background-color:#fff; border-radius:18px; margin:11px 0; padding:0; float:right;}
	.info_tit a:hover { color:#00bc58; font-weight:bold;}
	
	.pco_info ul li .info_list { width:100%; overflow:hidden; margin:0 auto; padding:10px 15px 9px; border:1px solid #eaeaea; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
	.info_list dl dd a { display:block; width:100%; height:40px; line-height:40px; color:#333; font-size:14px; margin:0 auto; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.info_list dl dd a:hover, .info_list dl dd a:hover span { color:#004d9f;}
}
@media screen and (max-width:1080px) {
	.pco_info { width:100%; overflow:hidden; margin:0 auto; padding:32px 16px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_info ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pco_info ul li { width:100%; overflow:hidden; margin:0 auto 16px; padding:0;}
	.pco_info ul li:last-child { margin:0 auto;}
	.pco_info ul li .info_tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:22px; margin:0 auto; padding:0 16px; background-color:#004d9f; border-radius:10px 10px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_tit a { display:block; width:96px; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:14px; text-align:center; background-color:#fff; border-radius:18px; margin:11px 0; padding:0; float:right;}
	.info_tit a:hover, .info_tit a:active { color:#00bc58; font-weight:bold;}
	
	.pco_info ul li .info_list { width:100%; overflow:hidden; margin:0 auto; padding:10px 15px 9px; border:1px solid #eaeaea; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
	.info_list dl dd a { display:block; width:100%; height:40px; line-height:40px; color:#333; font-size:16px; margin:0 auto; padding:0 80px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.info_list dl dd a span { display:inline-block; width:80px; height:40px; line-height:40px; color:#999; font-size:14px; text-align:right; position:absolute; top:0; right:0;}
	.info_list dl dd a:hover, .info_list dl dd a:hover span, .info_list dl dd a:active, .info_list dl dd a:active span { color:#004d9f;}
}
@media screen and (max-width:750px) {
}

/**pco_foot**/
@media screen and (min-width:1201px) {
	.pco_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#262626;}
	.pco_lisks { width:100%; overflow:hidden; margin:0 auto 40px; padding:30px 0; border-bottom:1px solid rgba(255, 255, 255, 0.1);}
	.pco_lisks p { width:1200px; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 auto; padding:0;}
	.pco_lisks p a { display:inline-block; color:#888; margin:0 20px 0 0;}
	.pco_lisks p a:hover { color:#fff;}
	
	.ft_main { width:1200px; overflow:hidden; margin:0 auto 20px; padding:0;}
	.ft_main ul { float:left;}
	.ft_main ul li { float:left; margin:0 80px 0 0; padding:0;}
	.ft_main ul li p { color:#fff; font-size:22px; margin:0 0 12px;}
	.ft_main ul li a { display:block; height:32px; line-height:32px; color:#888; font-size:14px;}
	.ft_main ul li a:hover { color:#fff;}
	.ft_main .ft_ewm { width:140px; overflow:hidden; margin:0; padding:0; float:right;}
	.ft_ewm p { width:120px; height:120px; overflow:hidden; margin:0 auto 10px; padding:10px; background-color:#fff;}
	.ft_ewm p img { display:block; width:120px; height:120px; margin:0 auto; padding:0;}
	.ft_ewm span { display:block; wdith:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ft_main .ft_copy { width:100%; height:40px; overflow:hidden; line-height:40px; color:#888; font-size:14px; margin:20px auto 0; padding:0;}
	.ft_copy a { color:#888;}
	.ft_copy a:hover { color:#fff;}
	.ft_copy p { display:inline-block; height:40px; line-height:40px; color:#888; font-size:14px; float:right;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#262626;}
	.pco_lisks { width:100%; overflow:hidden; margin:0 auto 40px; padding:30px; border-bottom:1px solid rgba(255, 255, 255, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_lisks p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 auto; padding:0;}
	.pco_lisks p a { display:inline-block; color:#888; margin:0 20px 0 0;}
	.pco_lisks p a:hover { color:#fff;}
	
	.ft_main { width:100%; overflow:hidden; margin:0 auto 20px; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft_main ul { float:left;}
	.ft_main ul li { float:left; margin:0 80px 0 0; padding:0;}
	.ft_main ul li p { color:#fff; font-size:22px; margin:0 0 12px;}
	.ft_main ul li a { display:block; height:32px; line-height:32px; color:#888; font-size:14px;}
	.ft_main ul li a:hover { color:#fff;}
	.ft_main .ft_ewm { width:140px; overflow:hidden; margin:0; padding:0; float:right;}
	.ft_ewm p { width:120px; height:120px; overflow:hidden; margin:0 auto 10px; padding:10px; background-color:#fff;}
	.ft_ewm p img { display:block; width:120px; height:120px; margin:0 auto; padding:0;}
	.ft_ewm span { display:block; wdith:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ft_main .ft_copy { width:100%; height:40px; overflow:hidden; line-height:40px; color:#888; font-size:14px; margin:20px auto 0; padding:0;}
	.ft_copy a { color:#888;}
	.ft_copy a:hover { color:#fff;}
	.ft_copy p { display:inline-block; height:40px; line-height:40px; color:#888; font-size:14px; float:right;}

}
@media screen and (max-width:1080px) {
	.pco_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#262626;}
	.pco_lisks { width:100%; overflow:hidden; margin:0 auto 24px; padding:16px; border-bottom:1px solid rgba(255, 255, 255, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_lisks p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:14px; margin:0 auto; padding:0;}
	.pco_lisks p a { display:inline-block; color:#888; margin:0 16px 0 0;}
	.pco_lisks p a:hover { color:#fff;}
	
	.ft_main { width:100%; overflow:hidden; margin:0 auto 16px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft_main ul { width:100%;}
	.ft_main ul li { float:left; width:50%; margin:0 0 16px; padding:0;}
	.ft_main ul li p { width:100%; color:#fff; font-size:18px; text-align:center; margin:0 0 12px;}
	.ft_main ul li a { display:block; width:100%; height:40px; line-height:40px; color:#888; font-size:14px; text-align:center;}
	.ft_main ul li a:hover { color:#fff;}
	.ft_main .ft_ewm { width:140px; overflow:hidden; margin:0 auto; padding:0;}
	.ft_ewm p { width:120px; height:120px; overflow:hidden; margin:0 auto 10px; padding:10px; background-color:#fff;}
	.ft_ewm p img { display:block; width:120px; height:120px; margin:0 auto; padding:0;}
	.ft_ewm span { display:block; wdith:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ft_main .ft_copy { width:100%; overflow:hidden; line-height:40px; color:#888; font-size:14px; text-align:center; margin:16px auto 0; padding:0;}
	.ft_copy a { color:#888;}
	.ft_copy a:hover { color:#fff;}
	.ft_copy p { display:inline-block; height:40px; line-height:40px; color:#888; font-size:14px; text-align:center;}
}
@media screen and (max-width:750px) {
}

/**news**/
@media screen and (min-width:1201px) {
	.ny_banner { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_banner img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.pco_pos { width:auto; height:60px; margin-bottom: :40px; padding:0;float: right;}
	.pco_pos p { width:auto; height:60px; overflow:hidden; line-height:60px; color:#999; font-size:14px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p a { color:#666;}
	.pco_pos p a:hover { color:#004d9f;}
	.pco_pos p span { color:#999;}
	.pco_pos p i{font-size: 25px; color: #008cd7;float: left;margin-right: 5px;}
	
	.pco_tab { width:1200px; overflow:hidden; margin:0 auto 44px; padding:0;}
	.pco_tab ul { text-align:center;}
	.pco_tab ul li { display:inline-block; height:50px; overflow:hidden; margin:0 8px 16px; padding:0;}
	.pco_tab ul li a { display:block; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:16px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:25px; margin:0; padding:0 24px;}
	.pco_tab ul li a:hover, .pco_tab ul li a.pco_tabon { color:#fff; background-color:#004d9f; border:1px solid #004d9f;}
	
	.nw_list { width:1200px; height:auto; margin:40px auto; padding:0;}
	.nw_list ul li { width:49%; height:140px; margin:0 2% 0 0; padding:20px 20px 20px 180px; border-bottom:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li:nth-child(2n+2) { margin:0;}
	.nw_list ul li:hover { background-color:#fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:none;}
	.nw_list ul li a { display:block; width:100%; height:100%; position:absolute; left:0; top:0; right:0; bottom:0;}
	.nw_list ul li .nw_time { width:120px; height:100px; overflow:hidden; margin:0; padding:0; background-color:#aaa; position:absolute; left:20px; top:20px;}
	.nw_list ul li:hover .nw_time { background-color:#004d9f;}
	.nw_time em { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:48px; font-style:normal; text-align:center; margin:14px auto 0; padding:0;}
	.nw_time font { display:block; width:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.nw_list ul li .nw_text { width:100%; height:100px; overflow:hidden; margin:0; padding:0;}
	.nw_list ul li .nw_text p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:22px; margin:0 0 10px; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
	.nw_list ul li .nw_text span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.nw_list ul li:hover .nw_text p { color:#004d9f;}
	
	.pco_page { width:1200px; height:48px; overflow:hidden; color:#999; font-size:14px; margin:40px auto; padding:0; text-align:center;}
	.pco_page a { display:inline-block; width:48px; height:48px; overflow:hidden; line-height:46px; color:#999; font-size:16px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; vertical-align:middle; margin:0 6px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a.pg_prev { background:#fff url(../img/prev01.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a.pg_next { background:#fff url(../img/next02.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a:hover, .pco_page a.pnnum1 { background-color:#008cd7; border:1px solid #008cd7; color:#fff;}
	.pco_page a.pg_prev:hover { background:#008cd7 url(../img/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page a.pg_next:hover { background:#008cd7 url(../img/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page span { display:inline-block; width:56px; height:56px; overflow:hidden; line-height:56px; color:#999; font-size:18px; text-align:center; border-radius:50%; margin:0; padding:0;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ny_banner { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_banner img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.pco_pos { width:auto; height:60px; margin:0 auto 30px; padding:0 30px; background-color:#f5f5f5;float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#999; font-size:14px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p a { color:#666;}
	.pco_pos p a:hover { color:#004d9f;}
	.pco_pos p span { color:#999;}
	.pco_pos p img { display:block; width:40px; height:40px; margin:10px 10px 10px 0; padding:0; float:left;}
	
	.pco_tab { width:100%; overflow:hidden; margin:0 auto 44px; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul { text-align:center;}
	.pco_tab ul li { display:inline-block; height:50px; overflow:hidden; margin:0 8px 16px; padding:0;}
	.pco_tab ul li a { display:block; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:16px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:25px; margin:0; padding:0 20px;}
	.pco_tab ul li a:hover, .pco_tab ul li a.pco_tabon { color:#fff; background-color:#004d9f; border:1px solid #004d9f;}
	
	.nw_list { width:100%; height:auto; margin:40px auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li { width:100%; height:140px; margin:0 auto; padding:20px 20px 20px 180px; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li:hover { background-color:#fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:none;}
	.nw_list ul li a { display:block; width:100%; height:100%; position:absolute; left:0; top:0; right:0; bottom:0;}
	.nw_list ul li .nw_time { width:120px; height:100px; overflow:hidden; margin:0; padding:0; background-color:#aaa; position:absolute; left:20px; top:20px;}
	.nw_list ul li:hover .nw_time { background-color:#004d9f;}
	.nw_time em { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:48px; font-style:normal; text-align:center; margin:14px auto 0; padding:0;}
	.nw_time font { display:block; width:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.nw_list ul li .nw_text { width:100%; height:100px; overflow:hidden; margin:0; padding:0;}
	.nw_list ul li .nw_text p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:22px; margin:0 0 10px; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
	.nw_list ul li .nw_text span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.nw_list ul li:hover .nw_text p { color:#004d9f;}
	
	.pco_page { width:100%; height:56px; overflow:hidden; margin:40px auto; padding:0 30px; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a { display:inline-block; width:56px; height:56px; overflow:hidden; line-height:54px; color:#999; font-size:18px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; margin:0 6px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a.pg_prev { background:#fff url(../img/prev01.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a.pg_next { background:#fff url(../img/next02.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a:hover, .pco_page a.pnnum1 { background-color:#008cd7; border:1px solid #008cd7; color:#fff;}
	.pco_page a.pg_prev:hover { background:#008cd7 url(../img/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page a.pg_next:hover { background:#008cd7 url(../img/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page span { display:inline-block; width:56px; height:56px; overflow:hidden; line-height:56px; color:#999; font-size:18px; text-align:center; border-radius:50%; margin:0; padding:0;}
}
@media screen and (max-width:1080px) {
	.ny_banner { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_banner img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.pco_pos {float:right;margin:0 auto 30px; padding:0 16px; background-color:#f5f5f5;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#999; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p a { color:#666;}
	.pco_pos p a:hover { color:#004d9f;}
	.pco_pos p span { color:#999;}
	.pco_pos p img { display:inline-block; width:40px; height:40px; margin:10px 8px 10px 0; padding:0; vertical-align:middle;}
	
	.pco_tab { width:100%; overflow:hidden; margin:0 auto 32px; padding:0 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul { text-align:center;}
	.pco_tab ul li { display:inline-block; width:21%; height:44px; overflow:hidden; margin:0 1% 8px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul li a { display:block; width:100%; height:44px; overflow:hidden; line-height:42px; color:#333; font-size:16px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul li a:hover, .pco_tab ul li a:active, .pco_tab ul li a.pco_tabon { color:#fff; background-color:#004d9f; border:1px solid #004d9f;}
	
	.nw_list { width:100%; height:auto; margin:16px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li { width:100%; height:140px; margin:0 auto; padding:16px 16px 16px 180px; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li:hover { background-color:#fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:none;}
	.nw_list ul li a { display:block; width:100%; height:100%; position:absolute; left:0; top:0; right:0; bottom:0;}
	.nw_list ul li .nw_time { width:120px; height:100px; overflow:hidden; margin:0; padding:0; background-color:#aaa; position:absolute; left:16px; top:16px;}
	.nw_list ul li:hover .nw_time, .nw_list ul li:active .nw_time { background-color:#004d9f;}
	.nw_time em { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:48px; font-style:normal; text-align:center; margin:14px auto 0; padding:0;}
	.nw_time font { display:block; width:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.nw_list ul li .nw_text { width:100%; height:100px; overflow:hidden; margin:0; padding:0;}
	.nw_list ul li .nw_text p { width:100%; height:36px; overflow:hidden; line-height:36px; color:#262626; font-size:22px; margin:0 0 10px; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
	.nw_list ul li .nw_text span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.nw_list ul li:hover .nw_text p, .nw_list ul li:active .nw_text p { color:#004d9f;}
	
	.pco_page { width:100%; height:48px; overflow:hidden; font-size:0; margin:24px auto; padding:0 16px; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a { display:none; width:48px; height:48px; overflow:hidden; line-height:46px; color:#999; font-size:18px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; margin:0 6px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a.pg_prev { display:inline-block; background:#fff url(../img/prev01.png) center center no-repeat; background-size:40px 40px; float:left;}
	.pco_page a.pg_next { display:inline-block; background:#fff url(../img/next02.png) center center no-repeat; background-size:40px 40px; float:right;}
	.pco_page a:hover, .pco_page a.pnnum1 .pco_page a:active { background-color:#008cd7; border:1px solid #008cd7; color:#fff;}
	.pco_page a.pg_prev:hover, .pco_page a.pg_prev:active { background:#008cd7 url(../img/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page a.pg_next:hover, .pco_page a.pg_next:active { background:#008cd7 url(../img/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #008cd7;}
	.pco_page span { display:none; width:56px; height:56px; overflow:hidden; line-height:56px; color:#999; font-size:18px; text-align:center; border-radius:50%; margin:0; padding:0;}
}
@media screen and (max-width:750px) {
	.ny_banner { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_banner img { display:block; width:100%; overflow:hidden; margin:0; padding:0;}
	
	.pro_tablist .wrapper01 .scroller{position:initial;}
	.pco_pos { width:100%;clear: both; height:48px; margin:0 auto 16px; padding:0 16px; background-color:#ffffff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p { width:100%; height:48px; overflow:hidden; line-height:48px; color:#999; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_pos p a { color:#666;}
	.pco_pos p a:hover { color:#004d9f;}
	.pco_pos p span { color:#999;}
	.pco_pos p i{font-size: 25px; color: #008cd7;}
	
	.pco_tab { width:100%; overflow:hidden; margin:0 auto 8px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul { text-align:center;}
	.pco_tab ul li { display:inline-block; width:45%; height:44px; overflow:hidden; margin:0 2% 8px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul li a { display:block; width:100%; height:44px; overflow:hidden; line-height:44px; color:#333; font-size:16px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_tab ul li a:hover, .pco_tab ul li a:active, .pco_tab ul li a.pco_tabon { color:#fff; background-color:#004d9f; border:1px solid #004d9f;}
	
	.nw_list { width:100%; height:auto; margin:0 auto 16px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li { width:100%; height:100px; margin:0 auto; padding:10px 10px 10px 120px; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_list ul li:hover { background-color:#fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:none;}
	.nw_list ul li a { display:block; width:100%; height:100%; position:absolute; left:0; top:0; right:0; bottom:0;}
	.nw_list ul li .nw_time { width:100px; height:80px; overflow:hidden; margin:0; padding:0; background-color:#aaa; position:absolute; left:10px; top:10px;}
	.nw_list ul li:hover .nw_time, .nw_list ul li:active .nw_time { background-color:#004d9f;}
	.nw_time em { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:44px; font-style:normal; text-align:center; margin:6px auto 0; padding:0;}
	.nw_time font { display:block; width:100%; overflow:hidden; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.nw_list ul li .nw_text { width:100%; height:80px; overflow:hidden; margin:0; padding:0;}
	.nw_list ul li .nw_text p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#262626; font-size:18px; margin:0 0 4px; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
	.nw_list ul li .nw_text span { display:block; width:100%; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.nw_list ul li:hover .nw_text p, .nw_list ul li:active .nw_text p { color:#004d9f;}
}


/**honor_list**/
@media screen and (min-width:1201px) {
	.honor_list { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
	.honor_list ul li { width:285px!important; overflow:hidden; margin:0 20px 20px 0; padding:0; float:left;}
	.honor_list ul li:nth-child(4n+4) { margin:0 0 20px 0;}
	.honor_list ul li .hnr_img1 { width:100%; height:380px; overflow:hidden; margin:0 auto 10px; padding:10px; background-color:#fff; border:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hnr_img1 img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; left:0;}
	.honor_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.honor_list { width:100%; overflow:hidden; margin:0 auto 60px; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.honor_list ul { width:100%;}
	.honor_list ul li { width:31%!important; overflow:hidden; margin:0 3.5% 20px 0; padding:0; float:left;}
	.honor_list ul li:nth-child(3n+3) { margin:0 0 20px 0;}
	.honor_list ul li .hnr_img1 { width:285px; height:380px; overflow:hidden; margin:0 auto 10px; padding:10px; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hnr_img1 img { display:block; width:265px; height:360px; margin:0 auto; padding:0;}
	.honor_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
}
@media screen and (max-width:1080px) {
	.honor_list { width:100%; overflow:hidden; margin:0 auto 16px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.honor_list ul { width:100%;}
	.honor_list ul li { width:49%!important; overflow:hidden; margin:0 2% 16px 0; padding:0; float:left;}
	.honor_list ul li:nth-child(2n+2) { margin:0 0 16px 0;}
	.honor_list ul li .hnr_img1 { width:100%; height:240px; overflow:hidden; margin:0 auto 10px; padding:8px; background-color:#fff; border:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hnr_img1 img { display:block; max-width:100%; max-height:100%; margin: auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
	.honor_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
}
@media screen and (max-width:750px) {
}

/**pco_cf_list**/
@media screen and (min-width:1201px) {
	.pco_cf { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff;}
	.pco_cf_list { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	
	.pco_cf_list ul li { width:285px!important; overflow:hidden; margin:0 20px 0 0; padding:0; float:left;}
	.pco_cf_list ul li .cf_img { width:285px; height:200px; overflow:hidden; margin:0 auto 10px; padding:9px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.cf_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.cf_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_cf_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
	.pco_cf_list ul li p a { color:#333;}
	.pco_cf_list ul li p a:hover { color:#008cd7;}
	
	.pic_list { width:1200px; overflow:hidden; margin:0 auto; padding:0;}	
	.pic_list ul li { width:23.5%!important; overflow:hidden; margin:0 2% 20px 0; padding:0; float:left;}
	.pic_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pic_list ul li .pic_img { width:100%; height:200px; overflow:hidden; margin:0 auto 10px; padding:9px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
	
	.pic1_list { width:1200px; height:auto; margin:0 auto; padding:0;}	
	.pic1_list ul li { width:23.5%!important; height:auto; margin:0 2% 20px 0; padding:0; float:left;}
	.pic1_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pic1_list ul li a { display:block; width:100%; height:auto; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a .pic1_img, .pic1_list ul li a div { width:100%; height:200px; overflow:hidden; margin:0 auto; padding:8px; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_img em, .pic1_list ul li a div em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic1_img em img, .pic1_list ul li a div em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic1_list ul li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0 auto; padding:0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a p span { display:inline-block; color:#999; font-size:14px; float:right;}
	.pic1_list ul li a:hover { border:1px solid #fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1);}
	.pic1_list ul li a:hover .pic1_img { border-bottom:1px solid #008cd7;}
	.pic1_list ul li a:hover p { color:#008cd7;}
	
	.xgpro { width:880px; overflow:hidden; margin:0 auto 30px;}
	.xgpro ul li { width:205px!important;}
	.xgpro ul li .cf_img { width:205px; height:205px; overflow:hidden;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_cf { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff;}
	.pco_cf_list { width:100%; overflow:hidden; margin:0 auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_cf_list ul { width:100%;}
	.pco_cf_list ul li { width:285px!important; overflow:hidden; margin:0 20px 0 0; padding:0; float:left;}
	.pco_cf_list ul li .cf_img { width:285px; height:200px; overflow:hidden; margin:0 auto 10px; padding:9px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.cf_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.cf_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_cf_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
	.pco_cf_list ul li p a { color:#333;}
	.pco_cf_list ul li p a:hover { color:#008cd7;}
	
	.pic_list { width:100%; overflow:hidden; margin:0 auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}	
	.pic_list ul li { width:32%!important; overflow:hidden; margin:0 2% 20px 0; padding:0; float:left;}
	.pic_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pic_list ul li .pic_img { width:100%; height:240px; overflow:hidden; margin:0 auto 10px; padding:9px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
	
	.pic1_list { width:100%; overflow:hidden; margin:0 auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}	
	.pic1_list ul li { width:32%!important; overflow:hidden; margin:0 2% 20px 0; padding:0; float:left;}
	.pic1_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pic1_list ul li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a .pic1_img, .pic1_list ul li a div { width:100%; height:240px; overflow:hidden; margin:0 auto; padding:8px; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_img em, .pic1_list ul li a div em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic1_img em img, .pic1_list ul li a div em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic1_list ul li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0 auto; padding:0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a p span { display:inline-block; color:#999; font-size:14px; float:right;}
	.pic1_list ul li a:hover { border:1px solid #fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1);}
	.pic1_list ul li a:hover .pic1_img { border-bottom:1px solid #008cd7;}
	.pic1_list ul li a:hover p { color:#008cd7;}
	
	.xgpro { width:100%; overflow:hidden; margin:0 auto 30px;}
	.xgpro ul li { width:205px!important;}
	.xgpro ul li .cf_img { width:205px; height:205px; overflow:hidden;}
}
@media screen and (max-width:1080px) {
	.pco_cf { width:100%; overflow:hidden; margin:0 auto; padding:32px 0; background-color:#fff;}
	.pco_cf_list { width:100%; overflow:hidden; margin:0 auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_cf_list ul { width:100%;}
	.pco_cf_list ul li { width:285px!important; overflow:hidden; margin:0 16px 0 0; padding:0; float:left;}
	.pco_cf_list ul li .cf_img { width:285px; height:200px; overflow:hidden; margin:0 auto 10px; padding:7px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.cf_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.cf_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_cf_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.pco_cf_list ul li p a { color:#333;}
	.pco_cf_list ul li p a:hover { color:#008cd7;}
	
	.pic_list { width:100%; overflow:hidden; margin:0 auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}	
	.pic_list ul li { width:48%!important; overflow:hidden; margin:0 4% 16px 0; padding:0; float:left;}
	.pic_list ul li:nth-child(2n+2) { margin:0 0 16px;}
	.pic_list ul li .pic_img { width:100%; height:140px; overflow:hidden; margin:0 auto 10px; padding:4px; border:1px solid #eaeaea; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic_img em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic_img em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic_list ul li p { width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.pic1_list { width:100%; height:auto; margin:0 auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}	
	.pic1_list ul li { width:48%!important; height:auto; margin:0 4% 16px 0; padding:0; float:left;}
	.pic1_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.pic1_list ul li a { display:block; width:100%; height:auto; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a .pic1_img, .pic1_list ul li a div { width:100%; height:140px; overflow:hidden; margin:0 auto; padding:8px; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_img em, .pic1_list ul li a div em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic1_img em img, .pic1_list ul li a div em img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pic1_list ul li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; margin:0 auto; padding:0 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pic1_list ul li a p span { display:inline-block; color:#999; font-size:14px; float:right;}
	.pic1_list ul li a:hover, .pic1_list ul li a:active { border:1px solid #fff; box-shadow:0 8px 16px rgba(0, 0, 0, 0.1);}
	.pic1_list ul li a:hover .pic1_img, .pic1_list ul li a:active .pic1_img { border-bottom:1px solid #008cd7;}
	.pic1_list ul li a:hover p, .pic1_list ul li a:active p { color:#008cd7;}
	
	.xgpro { width:880px; overflow:hidden; margin:0 auto 30px;}
	.xgpro ul li { width:205px!important;}
	.xgpro ul li .cf_img { width:205px; height:205px; overflow:hidden;}
}
@media screen and (max-width:750px) {
}

/**pco_case_list**/
@media screen and (min-width:1201px) {
	.pco_case { width:100%; overflow:hidden; margin:40px auto; padding:0;}
	.pco_case_list { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	.pco_case_list ul li { width:23.5%; height:200px; overflow:hidden; margin:0 2% 20px 0; padding:0; border:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pco_case_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_case_list ul li a { display:none; width:100%; height:100%; line-height:32px; color:#fff; font-size:16px; text-align:center; margin:0; padding:60px 0; background-color:rgba(34, 162, 67, 0.9); position:absolute; left:0; top:0; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li a em { display:block; width:48px; height:48px; overflow:hidden; margin:0 auto 10px; padding:0; background:url(../img/check_tb.png) 0 0 no-repeat; background-size:48px 48px;}
	.pco_case_list ul li:hover a { display:block;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_case { width:100%; overflow:hidden; margin:40px auto; padding:0;}
	.pco_case_list { width:100%; overflow:hidden; margin:0 auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li { width:32%; height:200px; overflow:hidden; margin:0 2% 20px 0; padding:0; border:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pco_case_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_case_list ul li a { display:none; width:100%; height:100%; line-height:32px; color:#fff; font-size:16px; text-align:center; margin:0; padding:60px 0; background-color:rgba(34, 162, 67, 0.9); position:absolute; left:0; top:0; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li a em { display:block; width:48px; height:48px; overflow:hidden; margin:0 auto 10px; padding:0; background:url(../img/check_tb.png) 0 0 no-repeat; background-size:48px 48px;}
	.pco_case_list ul li:hover a { display:block;}
}
@media screen and (max-width:1080px) {
	.pco_case { width:100%; overflow:hidden; margin:30px auto; padding:0;}
	.pco_case_list { width:100%; overflow:hidden; margin:0 auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li { width:49%; height:140px; overflow:hidden; margin:0 2% 16px 0; padding:0; border:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li:nth-child(2n+2) { margin:0 0 16px;}
	.pco_case_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pco_case_list ul li a { display:none; width:100%; height:100%; line-height:32px; color:#fff; font-size:16px; text-align:center; margin:0; padding:30px 0; background-color:rgba(34, 162, 67, 0.9); position:absolute; left:0; top:0; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_case_list ul li a em { display:block; width:48px; height:48px; overflow:hidden; margin:0 auto 10px; padding:0; background:url(../img/check_tb.png) 0 0 no-repeat; background-size:48px 48px;}
	.pco_case_list ul li:active a, .pco_case_list ul li:hover a { display:block;}
}
@media screen and (max-width:750px) {
}


.caseLeft{float: left;/*width: 69%;*/width: 100%;font-size: 16px;}
.caseLeft h2{font-size: 32px;margin-bottom: 30px;}
.caseLeft p{font-size: 16px;}

.caseright{float: right;width: 25%;}
.caseright img{width: 100%;}
/* 下载列表 */
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#008CD7;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
/*.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}*/
.normal-list li.dot .smalltag{width:16px;height: auto;left:30px;position:absolute;top:30px;}
.new-both{margin-bottom:30px;height:auto;overflow: hidden;}
.newstopleft{float: left; width: 40%; height: 100%; overflow: hidden;}
.newstopleft img{max-width: 100%;}
.newstopright{float:right; width: 60%; height: 100%; overflow: hidden; background-color: #fff;}
.newstopright .new-text a{padding:30px;line-height:35px; color:#18202b;display:block;}
.newstopright .new-text a:hover{padding:30px;line-height:35px;background-color:#18202b ;color: #fff;}
.newstopright .new-text p:nth-child(1){font-size:18px;font-weight: bold;}
.newstopright .new-text a:hover p{color: #fff;}
.list-news2{width: 100%;height: auto; overflow: hidden;}
.list-news2 span{float: right;}
.list-news2 a{line-height: 40px;display: block;background:url(../img/newsico.png)no-repeat left center; padding-left: 30px;border-bottom: 1px dashed #afafaf;}
.list-news2 a:hover{background-color:#e5ecf4 ;color: #2c3844;}
/* 下载详细页begin */
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
/* 下载详细页end */

/**新闻详情**/
@media screen and (min-width:1201px) {
	.abus_main { width:75%; overflow:hidden; margin:0 auto; padding:0;font-size: 16px;text-align: justify;}
	.news_detail { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
	.news_detail .new_title { width:100%; overflow:hidden; line-height:40px; color:#262626; font-size:24px; text-align:justify; margin:0 auto; padding:0;}
	.news_detail .news_detail_tips { width:100%; overflow:hidden; line-height:40px; color:#999; font-size:14px; margin:0 auto; padding:0;}
	.news_detail .news_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.news_con p, .news_con div, .news_con span { display:block; width:100%; overflow:hidden; line-height:30px; color:#565656!important; font-size:16px!important; margin:0 auto 10px; padding:0;}
	.news_con span { margin:0 auto;}
	.news_con img { display:block; max-width:100%!important; height:auto!important; overflow:hidden; margin:0 auto; padding:0;}
	
	.nw_prevnext { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.nw_prevnext ul li { width:50%; height:60px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#262626; font-size:18px; text-align:right; white-space:nowrap; text-overflow:ellipsis; background-color:#fff; margin:0; padding:0 40px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li:nth-child(1) a { text-align:left; padding:0 40px;}
	.nw_prevnext ul li a:hover { background-color:#008cd7!important; color:#fff; }
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.abus_main { width:90%; overflow:hidden; margin:0 auto; padding:0;}
	.news_detail { width:100%; overflow:hidden; margin:0 auto 40px; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_detail .new_title { width:100%; overflow:hidden; line-height:40px; color:#262626; font-size:24px; text-align:justify; margin:0 auto; padding:0;}
	.news_detail .news_detail_tips { width:100%; overflow:hidden; line-height:40px; color:#999; font-size:14px; margin:0 auto; padding:0;}
	.news_detail .news_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.news_con p, .news_con div, .news_con span { display:block; width:100%; overflow:hidden; line-height:30px; color:#565656!important; font-size:16px!important; margin:0 auto 10px; padding:0;}
	.news_con span { margin:0 auto;}
	.news_con img { display:block; max-width:100%!important; height:auto!important; overflow:hidden; margin:0 auto; padding:0;}
	
	.news_con iframe { max-width:100%!important; height:auto!important;}
	
	.nw_prevnext { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.nw_prevnext ul li { width:50%; height:60px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#262626; font-size:18px; text-align:right; white-space:nowrap; text-overflow:ellipsis; background-color:#fff; margin:0; padding:0 40px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li:nth-child(1) a { text-align:left; padding:0 40px;}
	.nw_prevnext ul li a:hover { background-color:#008cd7!important; color:#fff;}
}
@media screen and (max-width:1080px) {
	.abus_main { width:90%; overflow:hidden; margin:0 auto; padding:0;}
	.news_detail { width:100%; overflow:hidden; margin:0 auto 24px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_detail .new_title { width:100%; overflow:hidden; line-height:28px; color:#262626; font-size:18px; text-align:justify; margin:0 auto; padding:0;}
	.news_detail .news_detail_tips { width:100%; overflow:hidden; line-height:28px; color:#999; font-size:14px; margin:0 auto; padding:0;}
	.news_detail .news_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.news_con p, .news_con div, .news_con span { display:block; width:100%; overflow:hidden; line-height:24px; color:#565656!important; font-size:14px!important; margin:0 auto 10px; padding:0;}
	.news_con span { margin:0 auto;}
	.news_con img { display:block; max-width:100%!important; height:auto!important; overflow:hidden; margin:0 auto; padding:0;}
	
	.news_con iframe { max-width:100%!important; height:auto!important;}
	
	.nw_prevnext { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.nw_prevnext ul li { width:100%; height:48px; overflow:hidden; margin:0 auto 16px; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#262626; font-size:14px; text-align:left; white-space:nowrap; text-overflow:ellipsis; background-color:#fff; margin:0; padding:0 16px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nw_prevnext ul li:nth-child(1) a { text-align:left; padding:0 16px}
	.nw_prevnext ul li a:hover, .nw_prevnext ul li a:active { background-color:#008cd7!important; color:#fff;}
}
@media screen and (max-width:750px) {
}

/**ny_contact**/
@media screen and (min-width:1201px) {
	.ny_contact { width:1200px; overflow:hidden; margin:0 auto 40px; padding:0;}
	.ny_contact ul { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li { width:25%; height:440px; overflow:hidden; margin:0; padding:40px 0 20px; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li .ctb { width:100px; height:100px; overflow:hidden; margin:0 auto 20px; padding:0; background-color:rgba(9, 180, 139, 0.9); border-radius:50%;}
	.ny_contact ul li .ctb img { display:block; width:60px; height:60px; margin:20px auto; padding:0;}
	.ny_contact ul li p { width:100%; overflow:hidden; line-height:24px; margin:0 auto; padding:0 20px; color:#666; font-size:15px; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li p b { display:block; width:100%; color:#333; font-size:14px;}
	.ny_contact ul li p span { display:block; width:100%;}
	
	.ly_map { width:100%; height: 480px; overflow: hidden; margin: 40px auto 0; padding: 10px; background-color:#fff; border: 1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.lx_list { width:1200px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd { width:25%; height:370px; overflow:hidden; margin:0; padding:19px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd:last-child { border-right:0;}
	.lx_list dl dd b { display:block; width:100%; overflow:hidden; margin:10px auto; padding:0; color:#333; font-size:14px;}
	.lx_list dl dd p { width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; margin:0 auto 10px; padding:0;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ny_contact { width:100%; overflow:hidden; margin:0 auto 40px; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}	
	.ny_contact ul { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li { width:50%; height:440px; overflow:hidden; margin:0; padding:40px 0 20px; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li .ctb { width:100px; height:100px; overflow:hidden; margin:0 auto 20px; padding:0; background-color:rgba(9, 180, 139, 0.9); border-radius:50%;}
	.ny_contact ul li .ctb img { display:block; width:60px; height:60px; margin:20px auto; padding:0;}
	.ny_contact ul li p { width:100%; overflow:hidden; line-height:24px; margin:0 auto; padding:0 20px; color:#666; font-size:15px; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li p b { display:block; width:100%; color:#333; font-size:14px;}
	.ny_contact ul li p span { display:block; width:100%;}
	
	.ly_map { width:100%; height: 320px; overflow: hidden; margin: 20px auto 0; padding: 10px; background-color:#fff; border: 1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.lx_list { width:100%; overflow:hidden; margin:0 auto; padding:0; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd { width:25%; height:370px; overflow:hidden; margin:0; padding:19px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd:last-child { border-right:0;}
	.lx_list dl dd b { display:block; width:100%; overflow:hidden; margin:10px auto; padding:0; color:#333; font-size:14px;}
	.lx_list dl dd p { width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; margin:0 auto 10px; padding:0;}
}
@media screen and (max-width:1080px) {
	.ly_map { width:100%; height: 240px; overflow: hidden; margin: 16px auto 0; padding: 8px; background-color:#fff; border: 1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ny_contact { width:100%; overflow:hidden; margin:0 auto 40px; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li { width:100%; overflow:hidden; margin:0; padding:20px 0; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li .ctb { width:60px; height:60px; overflow:hidden; margin:0 auto 16px; padding:0; background-color:rgba(9, 180, 139, 0.9); border-radius:50%;}
	.ny_contact ul li .ctb img { display:block; width:36px; height:36px; margin:12px auto; padding:0;}
	.ny_contact ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0 16px; color:#666; font-size:16px; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_contact ul li p b { display:block; width:100%; color:#333; font-size:14px;}
	.ny_contact ul li p span { display:block; width:100%;}
	
	.lx_list { width:100%; overflow:hidden; margin:0 auto; padding:0; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd { width:100%; height:auto; overflow:hidden; margin:0; padding:19px; border-bottom:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.lx_list dl dd:last-child { border-bottom:0;}
	.lx_list dl dd b { display:block; width:100%; overflow:hidden; margin:10px auto; padding:0; color:#333; font-size:14px;}
	.lx_list dl dd p { width:100%; overflow:hidden; line-height:24px; color:#666; font-size:14px; margin:0 auto; padding:5px 0;}
}

/**nymain**/
@media screen and (min-width:1200px) {
	.nymain { width:1200px; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.nymain .ny_l { width:285px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.nymain .ny_r { width:875px; overflow: hidden; margin: 0; padding: 0; float: right;}
}
@media screen and (min-width:1081px) and (max-width:1199px) {
	.nymain { width:96%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.nymain .ny_l { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.nymain .ny_r { width:74%; overflow: hidden; margin: 0; padding: 0; float: right;}
}
@media screen and (min-width:1081px) {
	.ny_tab { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.ny_tab ul li { display: inline-block; margin: 0 10px;}
	.ny_tab ul li a { display:inline-block; width:120px; height: 38px; line-height: 38px; color: #333; font-size: 14px; text-align: center; margin: 0; padding: 0; border: 1px solid #eaeaea;}
	.ny_tab ul li a:hover, .ny_tab ul li a.tab_on, .ny_tab ul li.tabActive a { color:#fff; background-color: #004d9f; border: 1px solid #004d9f;}
	
	.prodetail_tab { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0; border-radius:4px 4px 0 0;}
	.prodetail_tab ul li { display: inline-block; height: 40px; line-height: 40px; text-align: center; background-color:#f0f0f0; border:1px solid #dfdfdf; border-radius:4px; margin: 0 0 10px 10px; padding: 0 2%; cursor: pointer; float:left;}
	.prodetail_tab ul li a { color: #333; font-size: 16px;}
	.prodetail_tab ul li.tabActive, .prodetail_tab ul li:hover { background-color: #008cd7; border:1px solid #008cd7;}
	.prodetail_tab ul li.tabActive a, .prodetail_tab ul li:hover a { color:#fff;}
	
	.pro_menu { width:100%; overflow: hidden; margin: 0 0 20px; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 20px; margin: 0 auto; padding: 0 20px; background-color: #004d9f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 12px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit img { display:none;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #004d9f;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../img/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../img/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../img/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#004d9f;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; overflow: hidden; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #004d9f;}
	.pro_list2 ul li p a:hover { color: #004d9f;}
	
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; margin: 0 auto; padding: 10px 20px; background-color: #004d9f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;}
	.ny_lnew ol li a:hover { color:#004d9f;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #004d9f; border-radius: 50%; float: left;}
}
@media screen and (max-width:1080px) {
	.nymain { width:94%; overflow: hidden; margin: 0 auto 30px; padding: 0;}
	.nymain .ny_l { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;}
	.nymain .ny_r { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ny_tab, .prodetail_tab { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;}
	.ny_tab ul li { display: inline-block; width:31%; margin: 0 3.5% 30px 0; float: left;}
	.ny_tab ul li:nth-child(3n+3) { margin:0 0 0.24rem;}
	.ny_tab ul li a { display:inline-block; width:100%; height: 0.6rem; line-height: 0.6rem; color: #333; font-size: 0.26rem; text-align: center; margin: 0; padding: 0; background-color: #f5f5f5; border: 1px solid #eaeaea;}
	.ny_tab ul li a:active, .ny_tab ul li a.tab_on { color:#fff; background-color: #004d9f; border: 1px solid #004d9f;}
	
	.prodetail_tab { width:100%; overflow: hidden; margin: 0 auto 16px; padding: 0; border-radius:4px 4px 0 0;}
	.prodetail_tab ul li { display: block; width:32%; height: 40px; line-height: 40px; text-align: center; background-color:#f0f0f0; border:1px solid #dfdfdf; border-radius:4px; margin: 0 2% 8px 0; padding: 0; cursor: pointer; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.prodetail_tab ul li:nth-child(3n+3) { margin:0 0 8px;}
	.prodetail_tab ul li a { display:block; width:100%; height:40px; color: #333; font-size: 14px;}
	.prodetail_tab ul li.tabActive, .prodetail_tab ul li:hover { background-color: #008cd7; border:1px solid #008cd7;}
	.prodetail_tab ul li.tabActive a, .prodetail_tab ul li:hover a { color:#fff;}
	
	.pro_menu { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.pro_menu .pro_menu_tit { width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0 0.24rem; background-color: #004d9f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}	
	.pro_menu_tit span { display: inline-block; font-size: 0.24rem; font-style: italic; margin: 0 0 0 0.1rem;}
	.pro_menu_tit img { display:block; width: 0.4rem; height: 0.4rem; margin: 0; padding: 0.2rem; position: absolute; top: 0; right: 0;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 0; border-right: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box; display: none;}
	.pro_menu ul.dropdown li { border-bottom: 0.01rem solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.26rem; text-decoration: none; margin: 0; padding:0 0.24rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #004d9f;}
	.pro_menu ul.dropdown li p { width:0.8rem; height: 0.8rem; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../img/jt1.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../img/jt01.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../img/jt02.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 0.48rem; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#004d9f;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 3rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 2.2rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list2 ul li .pro_img a:active { border: 0.01rem solid #004d9f;}
	.pro_list2 ul li p a:active { color: #004d9f;}
	
	/**隐藏模块**/
	.ly_no { display:none;}
}

/**prodetail**/
@media screen and (min-width:1200px) {
	.pro_detail_main { width:1200px; overflow: hidden; margin: 0 auto 40px; padding: 0; position: relative;}
	.proshow_left { width:880px; overflow:hidden; margin:0; padding:0; float:left;}
	.proshow_right { width:280px; overflow:hidden; margin:0; padding:0; float:right;}
	
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.proshow_left { width:70%; overflow:hidden; margin:0; padding:0; float:left;}
	.proshow_right { width:26%; overflow:hidden; margin:0; padding:0; float:right;}
}
@media screen and (min-width:1081px) {
	
	.pro_detail_main { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:45%; height: 440px; overflow: hidden; margin: 0; padding: 0; border: 1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:50%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #0c5baf; font-size: 28px; font-weight:bold; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto; padding: 0;}
	.pro_detail_text ul li { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text ul li span { display:block; width:100%; color:#333; font-size:16px;}
	.pro_detail_text ul li p { width:100%; height:144px; overflow:hidden; line-height:24px; color: #333; font-size: 14px; text-indent:2em; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
	.pro_detail_text .pro_detail_btn { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_btn a { display:block; width: 48%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color:#ff7200; border-radius: 4px; margin: 0 0 16px; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 16px 0;}
	.pro_detail_btn a:hover, .pro_detail_btn a:active { background-color:#008cd7;}
	.pro_detail_share { width:100%; height:40px; overflow:hidden; margin:10px auto 0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display:none;}
	.pro_detail_share a { display:inline-block; height:40px; line-height:40px; color:#666; font-size:14px; margin:0 10% 0 0; padding:0; float:left;}
	.pro_detail_share a img { display:block; width:40px; height:40px; margin:0 10px 0 0; float:left;}
	.pro_detail_share a:last-child { margin:0;}
	
	.pro_detail_img_main .swiper-container { width: 100%; height: 100%;}
	.pro_detail_img_main .swiper-slide { width:100%!important; height:100%!important; text-align: center;}
	.pro_detail_img_main .swiper-slide .part { width:100%; height: 100%; position: relative;}
	.pro_detail_img_main .swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right:0; bottom:0;}
	.swiper-pagination-bullet { width: 16px; height: 16px; box-sizing: border-box; background-color:#008cd7;}
	.pro_detail_img_main .swiper-pagination-bullet { background-color:rgba(0, 0, 0, 0.5); margin:0 4px;}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #255abe;}
	.swiper-pagination {position: relative; bottom:20px;}
	
	.pro_con { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_con .pro_con_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; margin:0 auto; padding:0;}
	.pro_con_tit em { display:block; width:8px; height:8px; overflow:hidden; margin:16px 12px 16px 0; padding:0; background-color:#004d9f; float:left;}
	.pro_con p { width:100%; overflow: hidden; line-height: 24px!important; color: #333!important; font-size: 14px!important; text-align: justify; margin: 0 auto 20px; padding: 0 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_con p img { display:block; max-width:60%!important; max-width:100%; height:auto!important;}
	
	.pro_con table { display:block; width:100%!important; overflow:hidden; border: none!important; margin:0!important; padding:0!important;}
	.pro_con table p { margin:0!important; padding:0!important; word-wrap:break-word}
	.pro_con span { color:#333!important; font-size:14px!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;}
	
	.pro_prevnext { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_prevnext ul li { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.pro_prevnext ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:46px; color:#333; font-size:16px; text-overflow:ellipsis; white-space: nowrap; margin:0; padding:0 19px; border:1px solid #eaeaea; border-radius:4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_prevnext ul li a:hover { background-color:#f5f5f5;}
	
	.proshow_menu { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.proshow_tit { width:100%; height:100px; overflow:hidden; margin:0 auto; padding:12px 20px; background-color:#0c5baf; border-radius:4px 4px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.proshow_tit em { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; font-weight:bold; font-style:normal; margin:0 auto; padding:0;}
	.proshow_tit span { display:block; width:100%; overflow:hidden; color:#fff; font-size:24px; margin:0 auto; padding:0;}
	.promenu_list, .promenu_contact { width:100%; overflow:hidden; margin:0 auto; padding:10px 0; border-left:1px solid #eaeaea; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; border-radius:0 0 4px 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.Collapsing { width: 100%; height: 50px; line-height: 50px;color:#333; font-size:14px; font-weight:bold; text-indent:10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #eaeaea; margin:0; padding:0 20px; background:url(../img/promenu_jt1.png) 20px 22px no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	.coll_body { display: none; border-bottom: 1px solid #eaeaea;}
	.coll_body a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#666; font-size:13px; text-indent:20px; margin:0; padding:0 20px; white-space: nowrap; text-overflow: ellipsis; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.coll_body a:hover { color:#008cd7; text-decoration:underline;}
	.current { color:#008cd7; border-left:4px solid #008cd7; border-bottom:none; background:#f8f8f8 url(../img/promenu_jt2.png) 20px 22px no-repeat;}
	
	.promenu_contact { padding:20px;}
	.promenu_contact img { display:block; width:52px; height:52px; overflow:hidden; margin:0 10px 0 0; padding:0; float:left;}
	.promenu_contact em { display:inline-block; color:#0c5baf; font-size:14px; font-style:normal;}
	.promenu_contact span { display:inline-block; color:#0c5baf; font-size:24px;}
}
@media screen and (max-width:1080px) {
	.proshow_left { width:100%; overflow:hidden; margin:0; padding:0;}
	.proshow_right { width:100%; overflow:hidden; margin:0; padding:0; display:none;}
	
	.pro_detail_main { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;}
	.pro_detail_main .pro_detail_img { width:100%; height: 386px; overflow: hidden; margin: 0 auto 30px; padding: 0; border: 1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_img_main img { display:block; max-width: 100%; overflow: hidden; margin:0 auto; padding: 0;}
	
	.pro_detail_main .pro_detail_text { width:100%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.pro_detail_text h1 { width:100%; overflow: hidden; color: #0c5baf; font-size: 28px; font-weight:bold; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto; padding: 0;}
	.pro_detail_text ul li { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text ul li span { display:block; width:100%; color:#333; font-size:16px;}
	.pro_detail_text ul li p { width:100%; overflow:hidden; line-height:24px; color: #333; font-size: 14px; text-indent:2em; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
	.pro_detail_text .pro_detail_btn { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_btn a { display:block; width: 48%; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-size: 16px; text-align: center; background-color:#ff7200; border-radius: 4px; margin: 0 0 16px; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 16px 0;}
	.pro_detail_btn a:hover, .pro_detail_btn a:active { background-color:#008cd7;}
	.pro_detail_share { width:100%; height:40px; overflow:hidden; margin:10px auto 0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display:none;}
	.pro_detail_share a { display:inline-block; height:40px; line-height:40px; color:#666; font-size:14px; margin:0 10% 0 0; padding:0; float:left;}
	.pro_detail_share a img { display:block; width:40px; height:40px; margin:0 10px 0 0; float:left;}
	.pro_detail_share a:last-child { margin:0;}
	
	.pro_detail_img_main .swiper-container { width: 100%; height: 100%;}
	.pro_detail_img_main .swiper-slide { width:100%!important; height:100%!important; text-align: center;}
	.pro_detail_img_main .swiper-slide .part { width:100%; height: 100%; position: relative;}
	.pro_detail_img_main .swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right:0; bottom:0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color:#f0f0f0;}
	.pro_detail_img_main .swiper-pagination-bullet { background-color:rgba(0, 0, 0, 0.5); margin:0 4px;}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #255abe;}
	.swiper-pagination { bottom:10px;}
	
	.pro_con { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_con .pro_con_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; margin:0 auto; padding:0;}
	.pro_con_tit em { display:block; width:8px; height:8px; overflow:hidden; margin:16px 8px 16px 0; padding:0; background-color:#004d9f; float:left;}
	.pro_con p { width:100%; overflow: hidden; line-height: 24px!important; color: #333!important; font-size: 14px!important; text-align: justify; margin: 0 auto 16px; padding: 0 0 0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_con p img { display:block; max-width:80%!important; max-width:100%; height:auto!important;}
	
	.pro_con table { display:block; width:100%!important; overflow-x:scroll; border: none!important; margin:0!important; padding:0!important;}
	.pro_con table p { margin:0!important; padding:0!important; word-wrap:break-word}
	.pro_con span { color:#333!important; font-size:14px!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;}
	
	.pro_prevnext { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_prevnext ul li { width:100%; overflow:hidden; margin:0 auto 16px; padding:0;}
	.pro_prevnext ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:46px; color:#333; font-size:16px; text-overflow:ellipsis; white-space: nowrap; margin:0; padding:0 15px; border:1px solid #eaeaea; border-radius:4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_prevnext ul li a:hover { background-color:#f5f5f5;}
	
	.proshow_menu { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.proshow_tit { width:100%; height:100px; overflow:hidden; margin:0 auto; padding:12px 20px; background-color:#0c5baf; border-radius:4px 4px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.proshow_tit em { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; font-weight:bold; font-style:normal; margin:0 auto; padding:0;}
	.proshow_tit span { display:block; width:100%; overflow:hidden; color:#fff; font-size:24px; margin:0 auto; padding:0;}
	.promenu_list, .promenu_contact { width:100%; overflow:hidden; margin:0 auto; padding:10px 0; border-left:1px solid #eaeaea; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; border-radius:0 0 4px 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.Collapsing { width: 100%; height: 50px; line-height: 50px; color:#333; font-size:14px; font-weight:bold; text-indent:10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #eaeaea; margin:0; padding:0 20px; background:url(../img/promenu_jt1.png) 20px 22px no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.coll_body { display: none; border-bottom: 1px solid #eaeaea;}
	.coll_body a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#666; font-size:13px; text-indent:20px; margin:0; padding:0 20px; white-space: nowrap; text-overflow: ellipsis; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.coll_body a:hover { color:#008cd7; text-decoration:underline;}
	.current { color:#008cd7; border-left:4px solid #008cd7; border-bottom:none; background:#f8f8f8 url(../img/promenu_jt2.png) 20px 22px no-repeat;}
	
	.promenu_contact { padding:20px;}
	.promenu_contact img { display:block; width:52px; height:52px; overflow:hidden; margin:0 10px 0 0; padding:0; float:left;}
	.promenu_contact em { display:inline-block; color:#0c5baf; font-size:14px; font-style:normal;}
	.promenu_contact span { display:block; color:#0c5baf; font-size:24px;}
}


/**pro_form**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.pro_form { width:100%; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.fm_tit { width:100%; overflow:hidden; margin:0 auto 20px; padding:0; color:#333; font-size:24px;}
	.pro_form ul { border:none;}
	.pro_form ul li { width:100%; height:auto; overflow: hidden; margin: 0 auto 20px; padding: 0; border:none;}
	.pro_form ul li p { width:7%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_form ul li .pro_fmipt { width:93%; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; border-radius: 2px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_form ul li .pro_fmbtn { width:93%; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:48%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 4% 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half p { width:14.5%;}
	.pro_form ul li .fm_half .pro_fmipt { width:85.5%;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1080px) {
	.pro_form { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.fm_tit { width:100%; overflow:hidden; margin:0 auto 20px; padding:0; color:#333; font-size:24px;}
	.pro_form ul { border:none;}
	.pro_form ul li { width:100%; height:auto; overflow: hidden; margin: 0 auto 20px; padding: 0; border:none;}
	.pro_form ul li p { width:14%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_form ul li .pro_fmipt { width:86%; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; border-radius: 2px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_form ul li .pro_fmbtn { width:86%; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:48%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 4% 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:100%; margin: 0 auto 20px;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half p { width:20%;}
	.pro_form ul li .fm_half .pro_fmipt { width:80%;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
}

/**右侧悬浮**/
	.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
	.suspension-box{position:relative;float:right;}
	.suspension .a{display:block;width:44px;height:44px;background-color:#004d9f;margin-bottom:4px;cursor:pointer;outline:none;}
	.suspension .a.active,
	.suspension .a:hover{background:#007deb;}
	.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../img/side_icon.png);background-repeat:no-repeat;}
	/* .suspension .a-service .i{background-position:0 0;} */
	.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../img/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
	.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../img/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
	.suspension .a-qrcode .i{background-position:-44px 0;}
	.suspension .a-cart .i{background-position:-88px 0;}
	.suspension .a-top .i{background-position:-132px 0;}
	.suspension .a-top{background:#008cd7;display:none;}
	.suspension .a-top:hover{background:#07bd8a;}
	.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:50px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
	.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../img/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
	.suspension .d-service{top:0;}
	.suspension .d-service-phone{top:34px;}
	.suspension .d-qrcode{top:78px;}
	.suspension .d .inner-box{padding:15px 22px;}
	.suspension .d-service-item{padding:0;}
	.suspension .d-service .d-service-item{border-bottom:none;}
	.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left; text-align: center;}
	.suspension .d-service-item .circle i{font-size: 25px;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../img/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
	.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
	.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../img/side_con_icon02.png) no-repeat center center;display:block;}
	.suspension .d-service-item h3{float:left;width:112px;line-height:44px;color:#666;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text {float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
	.suspension .d-service-item .text p { height:44px; line-height: 22px; color: #666; font-size: 14px;}
	.suspension .d-service-intro{padding-top:10px;}
	.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
	.suspension .d-service-intro i{background:url(../img/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
	.suspension .d-qrcode{text-align:center;width: 200px;}
	.suspension .d-qrcode .inner-box{padding:10px 0;}
	.suspension .d-qrcode p{font-size:14px;color:#93959c; margin: 10px 0 0;}


@media screen and (min-width:1200px) {
	.down_list { width:1200px; overflow:hidden; margin:30px auto; padding:20px 0; background-color:#fff;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.down_list { width:100%; overflow:hidden; margin:30px auto; padding:20px 30px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
}
@media screen and (min-width:1081px) {
}
@media screen and (max-width:1080px) {
	.down_list { width:100%; overflow:hidden; margin:30px auto; padding:16px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
}
.down_list ul li{border-bottom:1px solid #dedede;padding-bottom:20px;margin-bottom:10px;overflow:hidden;}
.down_list ul li .pic{width:20%;float:left;height:160px;}
.down_list ul li .pic a{display:block;width:100%;height:160px;text-align:center;}
.down_list ul li .pic a img {vertical-align:middle;max-width:100%;max-height:100%;transition: transform .6s;}
.down_list ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.down_list ul li .wz{float:right;width:78%;}
.down_list ul li a.tlt{display:block;font-size:22px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;color:#333;height:42px;line-height:42px;}
.down_list ul li .others span{display:inline-block;color:#999;font-size:12px;padding:5px 0 10px;margin-right:10px;height:21px;line-height:21px;vertical-align:middle;}
.down_list ul li .others span i{padding-right:5px;color:#555;font-size:20px;vertical-align:top;}
.down_list ul li .others span.time i{font-size:12px;}
.down_list ul li .desc{margin: 0 0 10px 0;height:52px;overflow:hidden;font-size:15px;color:#555;line-height:26px;}
.down_list ul li p.more{text-align:right;float:right;}
.down_list ul li p.more a{color: #0978c9;font-size:16px;display:block;width:36px;height:36px;background:url(../img/list_circle.png) no-repeat left top;overflow:hidden;}
.down_list ul li:hover p.more a{background-position: left bottom;}
.down_list ul li p.more_down{text-align:left;float:left;}
.down_list ul li p.more_down a{color: #999;font-size:16px;display:block; width:100px; height:30px;overflow:hidden; line-height:30px; border-radius:2px; border:1px solid #999; text-align:center;}
.down_list ul li:hover p.more_down a{background:#0978c9; color:#fff;}
.down_list ul li:hover a.tlt{color: #0978c9;}
.down_list ul li:hover  .pic a img{transform: scale(1.1); }

@media (max-width:880px) {

.down_list ul li a.tlt{font-size:18px;height: 30px;line-height: 30px;}

.down_list ul li .pic{width:100%;}
.down_list ul li .wz{width:100%;}

.suspension .a-service,.suspension .a-qrcode, .suspension .d-service-phone,.suspension .a span{ display:none !important;}
.suspension .a,.suspension .a:hover{border-radius: 50px; background-image: linear-gradient(to top right, red, yellow); opacity: 0.9; margin-bottom: 15px;}
.suspension .a-service-phone .i{background-image: url(../img/suspension-bgxin.png);background-position: 5px 2px;width: 45px;height: 45px; margin:0;}
.suspension .a-top .i{background-position: -132px 0;}
.suspension .a-top,.suspension .a-top:hover{background-image: linear-gradient(to top right, #34ad6a, yellow);}
}
@media (max-width:767px) {

}

/*产品分类*/
.syFocusThumb .prev{ display:inline-block;vertical-align:middle;width:10%;height:60px;background-repeat:no-repeat;background-color:#fff; background-image:url(../img/pre.png);background-position:center center;background-size:initial;border-right: 1px solid #f1f1f1;}
.syFocusThumb .next{ display:inline-block;vertical-align:middle;width:10%;height:60px;background-repeat:no-repeat;background-color:#fff;background-image:url(../img/next.png);background-position:center center;background-size:initial;border-left: 1px solid #f1f1f1;}
.syFocusThumb{POSITION: relative; WIDTH:100%; height:60px; margin:0 auto;padding-top:7px; border-top:3px solid #004d9f; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.pagination{display: inline-flex;}
.pagination li{padding: 0 5px;}
/*.pagination {POSITION: absolute; TEXT-ALIGN: left;CLEAR: both; TOP: 7px; LEFT: 0px;width:100%;height:60px;margin-bottom:0;box-shadow: 0px 0px 0px 0px #eaeaea;overflow: hidden;}*/
.thumbWrap {POSITION: absolute; WIDTH:98%; OVERFLOW: hidden; TOP: 0; LEFT:1%;}
.holder {WIDTH: 4000px}
.holder I {CURSOR: pointer;font-style:normal;display:inline-block;height:60px;line-height:50px;white-space:nowrap;font-size:16px;text-align:center;cursor:pointer;position:relative;background:#fff;padding:0 24px; vertical-align:top;margin:0;/*-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;*/}
.holder I em { display:block; width:1px; height:15px; overflow:hidden; margin:0; padding:0; background-color:#eaeaea; position:absolute; top:18px; right:0;}

.prev {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; LEFT: 0}
.next {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; RIGHT: 0;}
.pagination I.selected{ background:#fff url(../img/proline.png) center bottom no-repeat;}
.pagination I.selected a{ color:#008cd7; font-weight:bold;}
.sliderwrapper{ width:100%;padding-left:5px; text-align:left;}
.toc{ }
.toc a{color:#515671;}
.contentdiv {font-size:0;margin:0 10px;}
.contentdiv:first-child{display:none !important;}
.contentdiv  a {text-align:center;border-radius:2px; display:inline-block;vertical-align:top; padding: 8px 2%;color: #76838f;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;height:22px;line-height:22px;font-size:16px;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;background:#f1f1f1;margin:10px 5px 0 0;}
.contentdiv a:hover {background: #afafaf;color:#fff;}

/*屏幕电脑*/
@media (max-width:1199px) {
.ny_products .pro_bd ul li{width:47%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 4%;}
.ny_products .pro_bd ul li:nth-child(6n) {margin-right: 0;}

}
	
/*小屏幕*/
@media (max-width:880px) {

}

/*手机*/
@media (max-width:767px) {


}

@media (max-width:320px) {
	.flickerplate{height:180px;}
	}


/*小屏幕*/
@media (max-width:1024px){
.proleft{ width:100%;}	
.content2_right{ width:100%;}
}



.wgdetail_main { width:1000px!important; overflow:hidden; margin:0 auto!important; padding:0!important;}
.wgdetail_main .wg_pt1 { width:1000px!important; overflow:hidden; margin:0 auto!important; padding:0!important;}
.wg_pt1_fl { width:500px!important; height:245px; overflow:hidden; margin:0!important; padding:0!important; background:url(../img/part1_img1.png) 0 0 no-repeat; float:left;}
.wg_pt1_fl p { width:100%; height:80px; overflow:hidden; line-height:60px; color:#0068c0!important; font-size:48px!important; font-weight:bold!important; margin:0 auto!important; padding:20px 0 0 90px!important; box-sizing:border-box;}
.wg_pt1_fr { width:500px!important; height:auto; overflow:hidden; margin:0!important; padding:0 0 0 40px!important; box-sizing:border-box; float:right;}
.wg_pt1_fr b { display:block; width:100%!important; height:40px!important; overflow:hidden; line-height:40px!important; color:#333!important; font-size:32px!important; font-weight:bold!important; margin:0 auto 20px!important; padding:0!important;}
.wg_pt1_fr p { width:100%!important; overflow:hidden; line-height:32px!important; color:#666!important; font-size:16px!important; text-align:justify!important; margin:0!important; padding:0 0 0 20px!important; box-sizing:border-box; position:relative;}
.wg_pt1_fr p em { display:block; width:4px!important; height:16px!important; overflow:hidden; background-color:#0068c0!important; margin:0!important; padding:0!important; position:absolute; left:0; top:8px;}

.wg_pt1 ul { margin-top:30px;}
.wg_pt1 ul li { width:20%!important; height:auto!important; overflow:hidden; margin:0!important; padding:0!important; font-size:16px!important; text-align:center; float:left;}
.wg_pt1 ul li p { width:80px!important; height:80px!important; overflow:hidden; line-height:80px!important; color:#fff!important; font-size:32px!important; text-align:center!important; margin:0 auto 20px!important; padding:0!important; background:url(../img/part1_img2.png) center center no-repeat!important;}
.wg_pt1 ul li span { display:block!important; width:100%!important; height:20px!important; overflow:hidden; line-height:20px!important; color:#333!important; font-size:16px!important; text-align:center!important; margin:0 auto!important; padding:0!important;}

.wgdetail_main .wg_pt2 { width:1000px!important; overflow:hidden; margin:60px auto 0!important; padding:0!important;}
.wg_pt2 img { display:block!important; width:100%!important; height:auto!important; overflow:hidden; margin:0 auto 40px!important; padding:0!important;}

.wgdetail_main .wg_pt3 { width:1000px!important; overflow:hidden; margin:40px auto 0!important; padding:0!important;}
.wg_pt3 .wg_title1 { width:100%!important; height:48px!important; overflow:hidden; line-height:48px!important; color:#333!important; font-size:40px!important; font-weight:bold!important; text-align:center!important; margin:0 auto 40px!important; padding:0!important;}
.wg_pt3 .wg_pt3_list { width:1000px!important; overflow:hidden; margin:40px auto 0!important; padding:0!important;}
.wg_pt3 .wg_pt3_list .wg_title2 { width:100%!important; overflow:hidden; margin:0 0 20px!important; padding:0!important;}
.wg_title2 p { display:inline-block; width:auto!important; height:48px!important; overflow:hidden; line-height:48px!important; color:#fff!important; font-size:24px!important; font-weight:bold!important; margin:0!important; padding:0 20px!important; background-color:#0068c0!important; border-radius:6px!important;}
.wg_pt3_list .wg_pt3_img { width:500px!important; overflow:hidden!important; margin:0!important; padding:0!important;}
.wg_pt3_img img { display:block!important; width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.wg_pt3_list .wg_pt3_text { width:500px!important; overflow:hidden!important; margin:0!important; padding:0 0 0 40px!important; box-sizing:border-box;}
.wg_pt3_list .wg_pt4_text { padding:0 40px 0 0!important;}
.wg_pt3_text ul li { width:100%!important; overflow:hidden; margin:0 auto 10px!important; padding:10px 0!important; border-bottom:1px dashed #eaeaea;}
.wg_pt3_text ul li b { display:block!important; width:100%!important; height:30px!important; overflow:hidden; line-height:30px!important; color:#333!important; font-size:24px!important; font-weight:normal!important; margin:0 auto 10px!important; padding:0!important;}
.wg_pt3_text ul li p { display:block!important; width:100%!important; height:auto!important; overflow:hidden; line-height:32px!important; color:#666!important; font-size:16px!important; margin:0 auto!important; padding:0 0 0 20px!important; box-sizing:border-box; position:relative;}
.wg_pt3_text ul li p em { display:block; width:4px!important; height:16px!important; overflow:hidden; background-color:#0068c0!important; margin:0!important; padding:0!important; position:absolute; left:0; top:8px;}


@media (max-width:767px) {
	.adcon { overflow-x:scroll!important;}
}
.pro_list  li span { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 8px 0 20px; box-sizing: border-box; position: relative;}	
.pro_list  li span img  { display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin: -2px 4px 0 0; padding: 0;}


/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; min-height: 480px; overflow:hidden; margin:40px auto; padding:0;}
.ly_NyProducts .lyNyPro_main { width:auto; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left { width:22%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_main .lyNyPro_right { width:76%; height:auto; margin:0; padding:0; float:right;}

.lyNyPro_right .lyNyPro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyPro_list ul li { width:23%; height:auto; margin:0 2% 20px 0; padding:15px 15px 20px; background-color:#f5f5f5; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyNyPro_list ul li:nth-child(4n) { margin:0 0 20px;}
.lyNyPro_list ul li:hover { background-color:#fff; box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.lyNyPro_list ul li .lyIdxPro_img { width:100%;height:230px; overflow:hidden; margin:0 auto; padding:0; background-color:#f5f5f5; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyNyPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyNyPro_list ul li .lyIdxPro_img a img.idxPro_img { display:block; max-width:100%; /*max-height:100%;*/ margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyPro_list ul li:hover .lyIdxPro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyPro_list ul li .lyIdxPro_name { width:100%; height:auto; overflow:hidden; margin:5px auto 0; padding:0;font-weight: bold;}
.lyNyPro_list ul li .lyIdxPro_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyIdxClas_name{width:100%; height:auto;padding:0;font-size: 15px;}
.lyIdxClas_name span{float: right;font-size: 12px;}

.lyNyPro_list ul li:hover .lyIdxPro_name a { color:#008cd7;}
.lyNyPro_list ul li i { display:block; width:30px; height:2px; overflow:hidden; margin:0 0 15px; padding:0; background-color:#008cd7; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyPro_list ul li:hover i { width:60px;}
.lyNyPro_list ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyNyPro_list ul li .lyIdxPro_btn { width:50%; height:40px; overflow:hidden; margin:15px auto 0; padding:0;}
.lyNyPro_list ul li .lyIdxPro_btn a { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#666; font-size:14px; text-align:center; border:1px solid #eee; background-color:#fff; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyNyPro_list ul li:hover .lyIdxPro_btn a { color:#fff; background-color:#008cd7; border:1px solid #008cd7;}
.lyNyPro_list ul li:hover .lyIdxPro_btn a:nth-child(2) { color:#fff; background-color:#008cd7; border:1px solid #008cd7;}

.lyNyPro_right .pco_page { width:100%; margin:20px auto 0;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProducts { width:90%; padding:0 5%;}
	.ly_NyProducts .lyNyPro_main { width:100%;}
	.lyNyPro_list ul li .lyIdxPro_img { height:200px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProducts { width:96%; margin:40px auto; padding:0 2%;}
	.ly_NyProducts .lyNyPro_main { width:100%;}
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto 20px;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
	.lyNyPro_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyPro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyPro_list ul li .lyIdxPro_img { height:220px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProducts { width:96%; margin:40px auto; padding:0 2%;}
	.ly_NyProducts .lyNyPro_main { width:100%;}
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto 20px;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
	.lyNyPro_list ul li { width:32%; margin:0 2% 20px 0;}
	.lyNyPro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyPro_list ul li .lyIdxPro_img { height:190px;}
}
@media (max-width: 767px) {
	.ly_NyProducts { width:94%; margin:20px auto; padding:0 3%;}
	.ly_NyProducts .lyNyPro_main { width:100%;}
	.lyNyPro_main .lyNyPro_left { width:100%; margin:0 auto 20px;}
	.lyNyPro_main .lyNyPro_right { width:100%; margin:0 auto;}
	.lyNyPro_list ul li { width:48%; margin:0 4% 20px 0; padding:10px;}
	.lyNyPro_list ul li:nth-child(3n+3) { margin:0 4% 20px 0;}
	.lyNyPro_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyPro_list ul li .lyIdxPro_img { height:140px;}
	.lyNyPro_list ul li i { margin:0 0 10px;}
	.lyNyPro_list ul li .lyIdxPro_btn { margin:10px auto 0;}
	.lyNyPro_right .pco_page { margin:0 auto;}
}
@media (max-width: 320px) {
	.lyNyPro_list ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.lyNyPro_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.lyNyPro_list ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.lyNyPro_list ul li .lyIdxPro_img {height: 200px;}
}


/*内页-产品中心 结束*/
	
#newBridge { display:none!important;}
.bannerIn{margin-top: 90px;}

