@charset "utf-8";
/* CSS Document */
/* 杭州科凌虫控科技有限公司 CSS Document 
 * ver：2.0
 * By：liuyang.
 * ICQ：1845676808
 * Date：2020/01/06
*/

/**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; margin:0; font:12px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th{font-size:13px;}
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:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
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('../images/Aleo-Regular.otf');
}
@font-face{
	font-family: 'Aleo-Bold';
	src : url('../images/Aleo-Bold.otf');
}
@font-face{
	font-family: 'Impact';
	src : url('../images/Impact.ttf');
}

/**top start**/
@media screen and (min-width:1201px) {
	.pco_top { width:100%; height:150px; margin:0 auto; padding:0; background-color:#fff; border-top:4px solid #004d9f; z-index:9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.top_mid { width:1200px; height:146px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pco_logo { height:66px; overflow:hidden; margin:40px 20px 40px 0; padding:0; float:left;}
	.pco_logo a { display:block; width:290px; height:66px; margin:0 10px 0 0; float:left;}
	.pco_logo p { float:left; height:66px; line-height:30px; color:#666; font-size:24px; display: flex; justify-content: center; align-items: center; border-left:1px solid #ddd; padding-left:14px;}
	.pco_logo p span { color:#22a243; font-weight:bold;}
	
	.pco_tel_lang { height:40px; overflow:hidden; margin:0; padding:0 10px 0 0; position:absolute; top:0; right:0;}
	.pco_lang, .pco_tel { height:40px; line-height:40px; color:#22a243; font-size:24px; font-weight:bold; margin:0 0 0 40px; float:right;}
	.pco_lang a { height:40px; line-height:40px; color:#999; font-size:14px; font-weight:normal;}
	.pco_lang a span { color:#333;}
	.pco_lang a img, .pco_tel img { display: block; width:30px; height:30px; vertical-align:middle; margin:5px 6px 5px 0; padding:0; float:left;}
	
	.tp_nav { width:100%; height:60px; margin: 0; padding: 0; background-color:#004d9f; box-sizing:border-box; position: relative;}
	.nav_ul { width:1200px; height:60px; margin:0 auto; padding:0; display: flex;}
	.nav_item { position: relative; margin:0; padding: 0; border-left:1px solid #003e7f; border-right:1px solid #1260b2; -webkit-flex:1; -ms-flex:1; -moz-flex:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nav_item:first-child { border-left:0;}
	.nav_item:last-child { border-right:0;}
	.nav_item:hover { background-color:#22a243;}
	.nav { width:100%; height: 60px; margin: 0 auto; padding: 0; position: relative;}
	
	.nav_item > a { display: block; width: 100%; height: 60px; line-height: 60px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position:relative;}
	.ny_top .nav_item > a { color:#fff}
	.nav_item:hover > a, .nav_item > a.navon { background-color:#22a243;}

	.menu_open { display: none;}
	
	.nav_item_open { width: 160%; height: auto; position: absolute; left: -30%; top: 100%; z-index: 10; background-color:#22a243; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.ny_top .nav_item_open { background-color:#fff;}
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 40px; }
	.nav_item2 a { display: block; overflow:hidden; padding: 0 10px; color: #fff; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
	.ny_top .nav_item2 a { color:#565656;}
	.nav_item2:hover a { background-color: #fff; color: #22a243;}
	.hcover { display: none;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.pco_top { width:100%; height:150px; margin:0 auto; padding:0 30px; background-color:#fff; border-top:4px solid #004d9f; z-index:9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.top_mid { width:100%; height:146px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pco_logo { height:66px; overflow:hidden; margin:40px 20px 40px 0; padding:0; float:left;}
	.pco_logo a { display:block; width:290px; height:66px; margin:0 10px 0 0; float:left;}
	.pco_logo p { float:left; height:66px; line-height:30px; color:#666; font-size:24px; display: flex; justify-content: center; align-items: center; border-left:1px solid #ddd; padding-left:14px;}
	.pco_logo p span { color:#22a243; font-weight:bold;}
	
	.pco_tel_lang { height:40px; overflow:hidden; margin:0; padding:0 10px 0 0; position:absolute; top:0; right:0;}
	.pco_lang, .pco_tel { height:40px; line-height:40px; color:#22a243; font-size:24px; font-weight:bold; margin:0 0 0 40px; float:right;}
	.pco_lang a { height:40px; line-height:40px; color:#999; font-size:14px; font-weight:normal;}
	.pco_lang a span { color:#333;}
	.pco_lang a img, .pco_tel img { display: block; width:30px; height:30px; vertical-align:middle; margin:5px 6px 5px 0; padding:0; float:left;}
	
	.tp_nav { width:100%; height:60px; margin: 0; padding: 0 30px; background-color:#004d9f; box-sizing:border-box; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nav_ul { width:100%; height:60px; margin:0 auto; padding:0; display: flex;}
	.nav_item { position: relative; margin:0; padding: 0; border-left:1px solid #003e7f; border-right:1px solid #1260b2; -webkit-flex:1; -ms-flex:1; -moz-flex:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nav_item:first-child { border-left:0;}
	.nav_item:last-child { border-right:0;}
	.nav_item:hover { background-color:#22a243;}
	.nav { width:100%; height: 60px; margin: 0 auto; padding: 0; position: relative;}
	
	.nav_item > a { display: block; width: 100%; height: 60px; line-height: 60px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position:relative;}
	.ny_top .nav_item > a { color:#fff}
	.nav_item:hover > a, .nav_item > a.navon { background-color:#22a243;}

	.menu_open { display: none;}
	
	.nav_item_open { width: 160%; height: auto; position: absolute; left: -30%; top: 100%; z-index: 10; background-color:#22a243; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.ny_top .nav_item_open { background-color:#fff;}
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 40px; }
	.nav_item2 a { display: block; overflow:hidden; padding: 0 10px; color: #fff; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
	.ny_top .nav_item2 a { color:#565656;}
	.nav_item2:hover a { background-color: #fff; color:#22a243;}
	.hcover { display: none;}
}
@media screen and (max-width:1080px) {
	.pco_top { width:100%; height:64px; margin:0 auto; padding:0 16px; background-color:#fff; border-top:4px solid #004d9f; z-index:9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.top_mid { width:100%; height:60px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pco_logo { height:40px; overflow:hidden; margin:10px 0; padding:0; float:left;}
	.pco_logo a { display:block; height:40px; margin:0 4px 0 0; float:left;}
	.pco_logo a img { display:block; height:40px;}
	.pco_logo p { float:left; width:120px; height:40px; line-height:20px; color:#666; font-size:12px; border-left:1px solid #ddd; padding-left:6px;}
	.pco_logo p span { color:#22a243; font-size:14px; font-weight:bold; display:inline-block;}
	
	.pco_tel_lang { display:none;}
	
	.menu_open { display: block; float: right; width: 44px; height: 44px; padding: 7px 0; position: absolute; top: 12px; right: 8px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { height: 2px; width: 24px; background-color: #004d9f; display: block; margin: 6px auto;}
	.menu_open:hover, .menu_open:active { background-color:#004d9f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color: #004d9f;}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; }
    .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 48px; position: relative;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a { display: block; margin: 0; font-size: 14px; line-height: 48px; color: #fff; padding: 0 48px 0 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 0.6;}
	.nav_item > a:active { background-color: #22a243; opacity: 1;}
	.nav_item > a.navon { opacity:1;}
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 48px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin:-4px 0 0 -4px; border: 1px solid rgba(255, 255, 255, 0.6); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #004d9f; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 48px; margin: 0; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; color: #fff; text-indent:20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 8px; height: 8px; 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; line-height: 48px; color: #fff; font-size:14px; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis; opacity: 0.6;}
    .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:active { background-color: #22a243; opacity: 1;}
}
@media screen and (max-width:750px) {

}
/**top end**/

/**banner start**/
@media screen and (min-width:1201px) {
.xwb_banner { width: 100%; overflow:hidden; padding: 0; margin: 0 auto; position: relative; z-index: 0;}
.swiper-button-prev { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; left: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-next { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; right: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-prev:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-button-next:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-container { width: 100%; overflow:hidden;}
.content-slide { padding: 20px; color: #fff;}
.title { font-size: 25px; margin-bottom: 10px;}
.swiper-pagination, .swiper-pagination1 { width: 100%; text-align: center; position: absolute; left: 0; bottom:10px; z-index:9;}
.xwb_banner .swiper-pagination-bullet { display: inline-block; width: 60px!important; height: 4px!important; background-color:rgba(255, 255, 255, 0.5); margin: 0 5px; vertical-align:middle; cursor: pointer; outline:none; opacity:1;}
.xwb_banner .swiper-pagination-bullet-active { width: 60px!important; height: 6px!important; background-color:#fff; border:none; opacity:1;}
.swiper-container { margin:0 auto; position:relative; overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;	/* Fix of Webkit flickering */ z-index:1;}
.swiper-wrapper {
	width:100%;	position:relative;	
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.xwb_banner .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:640px; overflow:hidden;}
.xwb_banner .swiper-slide img { display:block; width:1920px; height:640px; overflow:hidden; margin:-320px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

.tabmain .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:auto; overflow:hidden;}
.tabmain .swiper-slide img { display:block; width:100%; height:auto; overflow:hidden; margin:0!important; padding:0; position:inherit; left:0; top:0;}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y;}
.swiper-wp8-vertical { -ms-touch-action: pan-x;}
}

@media screen and (min-width:1081px) and (max-width:1200px) {
.xwb_banner { width: 100%; overflow:hidden; padding: 0; margin: 0 auto; position: relative; z-index: 0;}
.swiper-button-prev { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; left: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-next { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; right: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-prev:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-button-next:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-container { width: 100%; overflow:hidden;}
.content-slide { padding: 20px; color: #fff;}
.title { font-size: 25px; margin-bottom: 10px;}
.swiper-pagination, .swiper-pagination1 { width: 100%; text-align: center; position: absolute; left: 0; bottom:10px; z-index:9;}
.xwb_banner .swiper-pagination-bullet { display: inline-block; width: 60px!important; height: 4px!important; background-color:rgba(255, 255, 255, 0.5); margin: 0 5px; vertical-align:middle; cursor: pointer; outline:none; opacity:1;}
.xwb_banner .swiper-pagination-bullet-active { width: 60px!important; height: 6px!important; background-color:#fff; border:none; opacity:1;}
.swiper-container { margin:0 auto; position:relative; overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;	/* Fix of Webkit flickering */ z-index:1;}
.swiper-wrapper {
	width:100%;	position:relative;	
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.xwb_banner .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:540px; overflow:hidden;}
.xwb_banner .swiper-slide img { display:block; width:1620px; height:540px; overflow:hidden; margin:-270px 0 0 -810px; padding:0; position:absolute; left:50%; top:50%;}

.tabmain .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:auto; overflow:hidden;}
.tabmain .swiper-slide img { display:block; width:100%; height:auto; overflow:hidden; margin:0!important; padding:0; position:inherit; left:0; top:0;}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y;}
.swiper-wp8-vertical { -ms-touch-action: pan-x;}
}
@media screen and (max-width:1200px) {
	.swiper-button-prev { width: 60px!important; height: 60px!important; margin-top: -30px; left: 30px!important; background-size:100% 100%!important;}
	.swiper-button-next { width: 60px!important; height: 60px!important; margin-top: -30px; right: 30px!important; background-size:100% 100%!important;}
}
@media screen and (max-width:1080px) {
	.xwb_banner { width: 100%; overflow:hidden; padding: 0; margin: 0 auto; position: relative; z-index: 0;}
.swiper-button-prev { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; left: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-next { width: 80px!important; height: 80px!important; border:1px solid rgba(255, 255, 255, 0.3); border-radius:50%; margin-top: -40px; background:url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; position: absolute; right: 40px!important; bottom: 0!important; z-index:10; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-button-prev:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_l.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-button-next:hover { background:rgba(0, 0, 0, 0.2) url(../images/arrows_r.png) center center no-repeat!important; background-size:100% 100%!important; border:none;}
.swiper-container { width: 100%; overflow:hidden;}
.content-slide { padding: 20px; color: #fff;}
.title { font-size: 25px; margin-bottom: 10px;}
.swiper-pagination, .swiper-pagination1 { width: 100%; text-align: center; position: absolute; left: 0; bottom:10px; z-index:9;}
.xwb_banner .swiper-pagination-bullet { display: inline-block; width: 60px!important; height: 4px!important; background-color:rgba(255, 255, 255, 0.5); margin: 0 5px; vertical-align:middle; cursor: pointer; outline:none; opacity:1;}
.xwb_banner .swiper-pagination-bullet-active { width: 60px!important; height: 6px!important; background-color:#fff; border:none; opacity:1;}
.swiper-container { margin:0 auto; position:relative; overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;	/* Fix of Webkit flickering */ z-index:1;}
.swiper-wrapper {
	width:100%;	position:relative;	
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.xwb_banner .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:180px; overflow:hidden;}
.xwb_banner .swiper-slide img { display:block; width:540px; height:180px; overflow:hidden; margin:-90px 0 0 -270px; padding:0; position:absolute; left:50%; top:50%;}

.tabmain .swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position:relative; width:100%; height:auto; overflow:hidden;}
.tabmain .swiper-slide img { display:block; width:100%; height:auto; overflow:hidden; margin:0!important; padding:0; position:inherit; left:0; top:0;}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y;}
.swiper-wp8-vertical { -ms-touch-action: pan-x;}
	
	.swiper-pagination { bottom:10px;}
	.xwb_banner .swiper-pagination-bullet { display: inline-block; width: 32px!important; height: 2px!important; background-color:rgba(255, 255, 255, 0.5); margin: 0 2px; vertical-align:middle; cursor: pointer; outline:none; opacity:1;}
	.xwb_banner .swiper-pagination-bullet-active { width: 32px!important; height: 4px!important; background-color: #fff; border:none; opacity:1;}
	.swiper-button-prev { width: 40px!important; height: 40px!important; margin-top: -20px; left: 10px!important; background-size:100% 100%!important;}
	.swiper-button-next { width: 40px!important; height: 40px!important; margin-top: -20px; right: 10px!important; background-size:100% 100%!important;}
}
/**banner end**/

/**search start**/
@media screen and (min-width:1201px) {
	.pco_search { width:100%; height:40px; margin:0 auto; padding:10px 0; background-color:#22a243;}
	.pco_search_mid { width:1200px; height:40px; overflow:hidden; margin:0 auto; padding:0 0 0 40px; background:url(../images/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:14px; 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(../images/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:#22a243; -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(../images/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:14px; 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(../images/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:#22a243; -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(../images/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:14px; 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;}
	.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:#22a243 url(../images/search_tb.png) center center no-repeat; border:none; outline:none; cursor:pointer;}
}
@media screen and (max-width:750px) {

}
/**search end**/

/*首页产品展示*/
.h_products{width:100%;background:#ffffff;}
.h_products_in{ width:90%;max-width:1230px;margin:0 auto;padding:40px 0 10px;}
.h_products .pro_bd{margin-top:40px;}
.h_products .pro_bd ul li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#fff;position:relative;padding-bottom:40px;position:relative;overflow:hidden;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);}
.h_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.h_products .pro_bd ul li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_products .pro_bd ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products .pro_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_products .pro_bd ul li a p{width:100%;height:50px;line-height:50px;font-size:14px;text-align:center;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #1983cd;position:absolute;bottom:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:30;}
.h_products .pro_bd ul li:before{content:'';width:100%;height:100%;position:absolute;left:-100%;top:-100%;background:rgba(0,0,0,.5);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:10;}
.h_products .pro_bd ul li .ckxq{display:block;text-align:center;width:100px;height:30px;line-height:30px;font-size:12px;color:#fff;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-15px;background:#ffb440;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:20;display:none;}
.h_products .pro_bd ul li:hover p{height:60px;line-height:60px;color:#fff;background: #ffb440;}
.h_products .pro_bd ul li:hover img{margin-top:-20px;}
.h_products .pro_bd ul li:hover:before{left:0;top:0;}
.h_products .pro_bd ul li:hover .ckxq{display:block;}

/**pro_show**/
.pro_tablist { width:100%; background-color:#fff; border-bottom:1px solid #e7e7e7;}
@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 40px; 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:10px auto; 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; 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:1200px; height:60px; overflow:hidden; margin:0 auto; 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:1200px; height:auto; margin:20px 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;}
	.pro_list ul li:hover .pro_img { border-bottom:1px solid #22a243;}
	.pro_list ul li .pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pro_list ul li .pro_img a 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_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:#22a243;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_02.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) {
	.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 40px; 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:10px auto; 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 30px; -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;}
	.pro_list ul li:hover .pro_img { border-bottom:1px solid #22a243;}
	.pro_list ul li .pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pro_list ul li .pro_img a 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_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:#22a243;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_02.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) {
	.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 30px; 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:10px auto; 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 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;}
	.pro_list ul li:hover .pro_img { border-bottom:1px solid #22a243;}
	.pro_list ul li .pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.pro_list ul li .pro_img a 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_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:#22a243;}
	.pro_list ul li:hover .pro_text a em { background:url(../images/jt_02.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_show**/

/**lytab_main**/
@media screen and (min-width:1201px) {
	.lytab_main { width:100%; overflow:hidden; margin:60px auto; padding:0;}
	.lytab_list { width:100%; height:80px; margin:0 auto; padding:0; background-color:#f0f0f0;}
	.lytab_list ul { width:1200px; height:80px; margin:0 auto; padding:0;}
	.lytab_list ul li { width:25%; height:80px; line-height:80px; color:#333; font-size:24px; text-align:center; margin:0; padding:0; float:left; cursor:pointer; position:relative;}
	.lytab_list ul li em { display:none; width:24px; height:12px; overflow:hidden; margin:0 0 0 -12px; background:url(../images/jt_04.png) 0 0 no-repeat; position:absolute; left:50%; top:80px; z-index:9;}
	.lytab_list ul li.active, .lytab_list ul li:hover { background-color:#22a243; color:#fff;}
	.lytab_list ul li.active em, .lytab_list ul li:hover em { display:block;}
	.lytab_list ul li span { display:inline-block; width:80px!important; height:80px; margin:0; padding:0; vertical-align:top;}
	.lytab_list ul li span.lytab01 { background:url(../images/tab_icon01.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab02 { background:url(../images/tab_icon02.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab03 { background:url(../images/tab_icon03.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab04 { background:url(../images/tab_icon04.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab01, .lytab_list ul li.active span.lytab01 { background:url(../images/tab_icon1.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab02, .lytab_list ul li.active span.lytab02 { background:url(../images/tab_icon2.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab03, .lytab_list ul li.active span.lytab03 { background:url(../images/tab_icon3.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab04, .lytab_list ul li.active span.lytab04 { background:url(../images/tab_icon4.png) 0 0 no-repeat;}
	
	.tabmain_img { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
	.tabmain_img img { display:block; max-width:100%; overflow:hidden; margin:0; padding:0;}
	
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.lytab_main { width:100%; overflow:hidden; margin:60px auto; padding:0;}
	.lytab_list { width:100%; height:80px; margin:0 auto; padding:0; background-color:#f0f0f0;}
	.lytab_list ul { width:100%; height:80px; margin:0 auto; padding:0;}
	.lytab_list ul li { width:25%; height:80px; line-height:80px; color:#333; font-size:24px; text-align:center; margin:0; padding:0; float:left; cursor:pointer; position:relative;}
	.lytab_list ul li em { display:none; width:24px; height:12px; overflow:hidden; margin:0 0 0 -12px; background:url(../images/jt_04.png) 0 0 no-repeat; position:absolute; left:50%; top:80px; z-index:9;}
	.lytab_list ul li.active, .lytab_list ul li:hover { background-color:#22a243; color:#fff;}
	.lytab_list ul li.active em, .lytab_list ul li:hover em { display:block;}
	.lytab_list ul li span { display:inline-block; width:80px!important; height:80px; margin:0; padding:0; vertical-align:top;}
	.lytab_list ul li span.lytab01 { background:url(../images/tab_icon01.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab02 { background:url(../images/tab_icon02.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab03 { background:url(../images/tab_icon03.png) 0 0 no-repeat;}
	.lytab_list ul li span.lytab04 { background:url(../images/tab_icon04.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab01, .lytab_list ul li.active span.lytab01 { background:url(../images/tab_icon1.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab02, .lytab_list ul li.active span.lytab02 { background:url(../images/tab_icon2.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab03, .lytab_list ul li.active span.lytab03 { background:url(../images/tab_icon3.png) 0 0 no-repeat;}
	.lytab_list ul li:hover span.lytab04, .lytab_list ul li.active span.lytab04 { background:url(../images/tab_icon4.png) 0 0 no-repeat;}
	
	.tabmain_img { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.tabmain_img img { display:block; max-width:100%; overflow:hidden; margin:0; padding:0;}
	
}
@media screen and (max-width:1080px) {
	.lytab_main { width:100%; overflow:hidden; margin:30px auto; padding:0;}
	.lytab_list { width:100%; height:90px; margin:0 auto; padding:0; background-color:#f0f0f0;}
	.lytab_list ul { width:100%; height:90px; margin:0 auto; padding:0;}
	.lytab_list ul li { width:25%; height:90px; line-height:16px; color:#333; font-size:14px; text-align:center; margin:0; padding:0; float:left; cursor:pointer; position:relative;}
	.lytab_list ul li em { display:none; width:24px; height:12px; overflow:hidden; margin:0 0 0 -12px; background:url(../images/jt_04.png) 0 0 no-repeat; position:absolute; left:50%; top:90px; z-index:9;}
	.lytab_list ul li.active, .lytab_list ul li:hover { background-color:#22a243; color:#fff;}
	.lytab_list ul li.active em, .lytab_list ul li:hover em { display:block;}
	.lytab_list ul li span { display:block; width:60px!important; height:60px; margin:0 auto; padding:0;}
	.lytab_list ul li span.lytab01 { background:url(../images/tab_icon01.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li span.lytab02 { background:url(../images/tab_icon02.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li span.lytab03 { background:url(../images/tab_icon03.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li span.lytab04 { background:url(../images/tab_icon04.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li:hover span.lytab01, .lytab_list ul li.active span.lytab01 { background:url(../images/tab_icon1.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li:hover span.lytab02, .lytab_list ul li.active span.lytab02 { background:url(../images/tab_icon2.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li:hover span.lytab03, .lytab_list ul li.active span.lytab03 { background:url(../images/tab_icon3.png) 0 0 no-repeat; background-size:60px 60px;}
	.lytab_list ul li:hover span.lytab04, .lytab_list ul li.active span.lytab04 { background:url(../images/tab_icon4.png) 0 0 no-repeat; background-size:60px 60px;}
	
	.tabmain_img { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.tabmain_img img { display:block; max-width:100%; overflow:hidden; margin:0; padding:0;}
}
@media screen and (max-width:750px) {
	
}
/**lytab_main**/

/**ly_news**/
@media screen and (min-width:1201px) {
	.ly_news { width:1200px; height:auto; margin:60px auto; padding:0;}
	.ly_news .news_main { width:100%; height:auto; margin:0 auto; padding:0;}
	.news_main .news_list { width:380px; height:auto; margin:0 30px 0 0; padding:0; float:left;}
	.news_main .news_list:nth-child(3) { margin:0;}
	.news_list_tit { width:100%; height:54px; overflow:hidden; margin:0 auto 20px; padding:0; border-bottom:1px solid #eaeaea;}
	.news_list_tit span { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#333; font-size:24px; border-bottom:2px solid #22a243; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list_tit a { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#999; font-size:14px; float:right;}
	.news_list_tit a:hover { color:#22a243;}
	.news_list ul li { width:100%; height:100px; margin:0 auto 20px; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.xgnews ul li { width:48%; margin:0 4% 20px 0; float:left;}
	.xgnews ul li:nth-child(2n+2) { margin:0 0 20px;}
	.news_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:1px solid #fff;}
	.news_list ul li a { display:block; width:100%; height:100%; margin:0 auto; padding:9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_time { width:22%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#bbb; float:left;}
	.news_list ul li:hover a .lynw_time { background-color:#22a243;}
	.lynw_time b { display:block; width:100%; overflow:hidden; line-height:40px; margin:10px auto 0; padding:0; color:#fff; font-size:36px; text-align:center;}
	.lynw_time em { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; color:#fff; font-size:14px; font-style:normal; text-align:center;}	
	.news_list ul li a .lynw_text { width:74%; height:100%; overflow:hidden; margin:0; padding:4px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_text p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 10px; padding:0;}
	.news_list ul li:hover a .lynw_text p { color:#22a243;}
	.news_list ul li a .lynw_text span { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto 10px; padding:0;}
	
	.news_list ol li { width:100%; height:100px; margin:0 auto 20px; background-color:#fff; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li a { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 20px; padding:0;}
	.news_list ol li a:hover { color:#004d9f;}
	.news_list ol li a span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#004d9f; margin:0 10px 0 0; float:left;}
	.news_list ol li p { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto; padding:0 0 0 34px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li p span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#22a243; margin:0; position:absolute; left:0; top:0;}
	
	.news_list .scrolltop { width:100%; height:460px; overflow:hidden; margin:0 auto; padding:0;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ly_news { width:100%; overflow:hidden; margin:60px auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_news .news_main { width:100%; height:auto; margin:0 auto; padding:0;}
	.news_main .news_list { width:31%; height:auto; margin:0 3.5% 0 0; padding:0; float:left;}
	.news_main .news_list:nth-child(3) { margin:0;}
	.news_list_tit { width:100%; height:54px; overflow:hidden; margin:0 auto 20px; padding:0; border-bottom:1px solid #eaeaea;}
	.news_list_tit span { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#333; font-size:24px; border-bottom:2px solid #22a243; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list_tit a { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#999; font-size:14px; float:right;}
	.news_list_tit a:hover { color:#22a243;}
	.news_list ul li { width:100%; height:100px; margin:0 auto 20px; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:1px solid #fff;}
	.news_list ul li a { display:block; width:100%; height:100%; margin:0 auto; padding:9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_time { width:22%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#bbb; float:left;}
	.news_list ul li:hover a .lynw_time { background-color:#22a243;}
	.lynw_time b { display:block; width:100%; overflow:hidden; line-height:40px; margin:10px auto 0; padding:0; color:#fff; font-size:36px; text-align:center;}
	.lynw_time em { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; color:#fff; font-size:14px; font-style:normal; text-align:center;}	
	.news_list ul li a .lynw_text { width:74%; height:100%; overflow:hidden; margin:0; padding:4px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_text p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 10px; padding:0;}
	.news_list ul li:hover a .lynw_text p { color:#22a243;}
	.news_list ul li a .lynw_text span { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto 10px; padding:0;}
	
	.news_list ol li { width:100%; height:100px; margin:0 auto 20px; background-color:#fff; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li a { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 20px; padding:0;}
	.news_list ol li a:hover { color:#004d9f;}
	.news_list ol li a span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#004d9f; margin:0 10px 0 0; float:left;}
	.news_list ol li p { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto; padding:0 0 0 34px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li p span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#22a243; margin:0; position:absolute; left:0; top:0;}
	
	.news_list .scrolltop { width:100%; height:460px; overflow:hidden; margin:0 auto; padding:0;}
}
@media screen and (max-width:1080px) {
	.ly_news { width:100%; overflow:hidden; margin:30px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_news .news_main { width:100%; height:auto; margin:0 auto; padding:0;}
	.news_main .news_list { width:100%; height:auto; margin:0 auto; padding:0; float:left;}
	.news_main .news_list:nth-child(3) { margin:0;}
	.news_list_tit { width:100%; height:54px; overflow:hidden; margin:0 auto 16px; padding:0; border-bottom:1px solid #eaeaea;}
	.news_list_tit span { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#333; font-size:24px; border-bottom:2px solid #22a243; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list_tit a { display:inline-block; height:54px; overflow:hidden; line-height:54px; color:#999; font-size:14px; float:right;}
	.news_list_tit a:hover { color:#22a243;}
	.news_list ul li { width:100%; height:100px; margin:0 auto 16px; background-color:#fff; border:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li:hover { box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); border:1px solid #fff;}
	.news_list ul li a { display:block; width:100%; height:100%; margin:0 auto; padding:9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_time { width:22%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#bbb; float:left;}
	.news_list ul li:hover a .lynw_time { background-color:#22a243;}
	.lynw_time b { display:block; width:100%; overflow:hidden; line-height:40px; margin:10px auto 0; padding:0; color:#fff; font-size:36px; text-align:center;}
	.lynw_time em { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; color:#fff; font-size:14px; font-style:normal; text-align:center;}	
	.news_list ul li a .lynw_text { width:74%; height:100%; overflow:hidden; margin:0; padding:4px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ul li a .lynw_text p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 10px; padding:0;}
	.news_list ul li:hover a .lynw_text p { color:#22a243;}
	.news_list ul li a .lynw_text span { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto 10px; padding:0;}
	
	.news_list ol li { width:100%; height:100px; margin:0 auto 16px; background-color:#fff; border-bottom:1px solid #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li a { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 16px; padding:0;}
	.news_list ol li a:hover { color:#004d9f;}
	.news_list ol li a span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#004d9f; margin:0 10px 0 0; float:left;}
	.news_list ol li p { width:100%; height:44px; overflow:hidden; line-height:22px; color:#999; font-size:14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:0 auto; padding:0 0 0 34px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.news_list ol li p span { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; text-align:center; background-color:#22a243; margin:0; position:absolute; left:0; top:0;}
	
	.news_list .scrolltop { width:100%; height:448px; overflow:hidden; margin:0 auto; padding:0;}
}
@media screen and (max-width:750px) {
	
}

/**ly_hzkh**/
@media screen and (min-width:1201px) {
	.ly_hzkh { width:1200px; height:auto; margin:60px auto; padding:0;}
	.hzkh_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.hzkh_list ul li { width:224px; height:80px; overflow:hidden; margin:0 20px 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;}
	.hzkh_list ul li:nth-child(5n+5) { margin:0 0 20px;}
	.hzkh_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ly_hzkh { width:100%; overflow:hidden; margin:60px auto; padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hzkh_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.hzkh_list ul li { width:18%; height:80px; overflow:hidden; margin:0 2.5% 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;}
	.hzkh_list ul li:nth-child(5n+5) { margin:0 0 20px;}
	.hzkh_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
}
@media screen and (max-width:1080px) {
	.ly_hzkh { width:100%; overflow:hidden; margin:30px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hzkh_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.hzkh_list ul li { width:32%; height:80px; 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;}
	.hzkh_list ul li:nth-child(3n+3) { margin:0 0 16px;}
	.hzkh_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
}
@media screen and (max-width:750px) {
	.ly_hzkh { width:100%; overflow:hidden; margin:30px auto; padding:0 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.hzkh_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.hzkh_list ul li { width:48%; height:80px; overflow:hidden; margin:0 4% 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;}
	.hzkh_list ul li:nth-child(3n+3) { margin:0 4% 16px 0;}
	.hzkh_list ul li:nth-child(2n+2) { margin:0 0 16px;}	
	.hzkh_list ul li img { display:block; max-width:100%; max-height:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
}

/**ly_foot1**/
@media screen and (min-width:1201px) {
	.ly_foot1 { width:100%; height:auto; margin:60px auto 0; padding:30px 0; background-color:#0f1926;}
	.ly_foot1 .ft1_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li { float:left; margin:0; padding:0 40px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li:nth-child(1), .ft1_main ul li:nth-child(4) { width:15%;}
	.ft1_main ul li:nth-child(2) { width:28%;}
	.ft1_main ul li:nth-child(3) { width:42%;}
	.ft1_main ul li p { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#0980ff; font-size:22px; border-bottom:1px solid #fff; margin:0 0 20px; padding:0;}
	.ft1_main ul li .ft1_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li .ft1_list a { display:block; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 14px; background:url(../images/jt_03.png) left center no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li .ft1_list a:hover { color:#fff;}
	.ft1_main ul li:nth-child(1) .ft1_list a, .ft1_main ul li:nth-child(4) .ft1_list a { width:100%;}
	.ft1_main ul li:nth-child(2) .ft1_list a, .ft1_main ul li:nth-child(3) .ft1_list a { width:50%;}
	
	
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ly_foot1 { width:100%; height:auto; margin:60px auto 0; padding:30px 30px; background-color:#0f1926; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_foot1 .ft1_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li { float:left; margin:0; padding:0 30px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li:nth-child(1), .ft1_main ul li:nth-child(4) { width:15%;}
	.ft1_main ul li:nth-child(2) { width:28%;}
	.ft1_main ul li:nth-child(3) { width:42%;}
	.ft1_main ul li p { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#0980ff; font-size:22px; border-bottom:1px solid #fff; margin:0 0 20px; padding:0;}
	.ft1_main ul li .ft1_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li .ft1_list a { display:block; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 14px; background:url(../images/jt_03.png) left center no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li .ft1_list a:hover { color:#fff;}
	.ft1_main ul li:nth-child(1) .ft1_list a, .ft1_main ul li:nth-child(4) .ft1_list a { width:100%;}
	.ft1_main ul li:nth-child(2) .ft1_list a, .ft1_main ul li:nth-child(3) .ft1_list a { width:50%;}
}
@media screen and (max-width:1080px) {
	.ly_foot1 { width:100%; height:auto; margin:30px auto 0; padding:30px 16px; background-color:#0f1926; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_foot1 .ft1_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li { float:left; width:100%; margin:0 0 16px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li p { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#0980ff; font-size:22px; border-bottom:1px solid #fff; margin:0 0 16px; padding:0;}
	.ft1_main ul li .ft1_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li .ft1_list a { display:block; width:50%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 14px; background:url(../images/jt_03.png) left center no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li .ft1_list a:hover { color:#fff;}
}
@media screen and (max-width:750px) {
	.ly_foot1 { width:100%; height:auto; margin:30px auto 0; padding:30px 16px; background-color:#0f1926; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_foot1 .ft1_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li { float:left; width:100%; margin:0 0 16px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li p { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#0980ff; font-size:22px; border-bottom:1px solid #fff; margin:0 0 16px; padding:0;}
	.ft1_main ul li .ft1_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft1_main ul li .ft1_list a { display:block; width:50%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 14px; background:url(../images/jt_03.png) left center no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft1_main ul li .ft1_list a:hover { color:#fff;}
	.ft1_main ul li:nth-child(1) .ft1_list a, .ft1_main ul li:nth-child(2) .ft1_list a, .ft1_main ul li:nth-child(4) .ft1_list a { width:50%;}
	.ft1_main ul li:nth-child(3) .ft1_list a { width:100%;}
}

/**ly_foot2**/
@media screen and (min-width:1201px) {
	.ly_foot2 { width:100%; height:auto; margin:0 auto; padding:30px 0; background-color:#004d9f;}
	.ft2_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	.ft2_main .ft2_logo { width:27%; height:140px; overflow:hidden; margin:0 4% 0 0; padding:35px 4% 35px 0; border-right:1px solid rgba(255, 255, 255, 0.2); float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_logo img { display:block; width:100%; max-width:270px; overflow:hidden; margin:0; padding:0;}
	.ft2_main .ft2_text { width:69%; overflow:hidden; margin:0; padding:0; float:right;}
	.ft2_text span { display:block; width:50%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 0 8px; padding:0 20px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_text p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 0 8px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_text p a { color:#fff;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.ly_foot2 { width:100%; height:auto; margin:0 auto; padding:30px 30px; background-color:#004d9f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft2_main .ft2_logo { width:27%; height:140px; overflow:hidden; margin:0 4% 0 0; padding:35px 4% 35px 0; border-right:1px solid rgba(255, 255, 255, 0.2); float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_logo img { display:block; width:100%; max-width:270px; overflow:hidden; margin:0; padding:0;}
	.ft2_main .ft2_text { width:69%; overflow:hidden; margin:0; padding:0; float:right;}
	.ft2_text span { display:block; width:50%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 0 8px; padding:0 20px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_text p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 0 8px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_text p a { color:#fff;}
}
@media screen and (max-width:1080px) {
	.ly_foot2 { width:100%; height:auto; margin:0 auto; padding:30px 16px; background-color:#004d9f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft2_main .ft2_logo { width:100%; overflow:hidden; margin:0 0 30px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_logo img { display:block; width:100%; max-width:270px; overflow:hidden; margin:0; padding:0;}
	.ft2_main .ft2_text { width:100%; overflow:hidden; margin:0; padding:0; float:right;}
	.ft2_text span, .ft2_text p { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin:0 0 8px; padding:0 20px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ft2_text p a { color:#fff;}
}
@media screen and (max-width:750px) {
}

/**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:#22a243; 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:#22a243; 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(../images/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(../images/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(../images/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(../images/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../images/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../images/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(../images/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(../images/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(../images/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(../images/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../images/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../images/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(../images/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(../images/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(../images/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(../images/course_bg01.png) center top no-repeat; padding:20px 20px 230px;}
	.course_list ul li:hover { background:url(../images/course_bg2.png) center bottom no-repeat;}
	.course_list ul li:nth-child(2n+2):hover { background:url(../images/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:100%; height:60px; margin:0 auto 40px; padding:0; background-color:#fff; position:relative;}
	.pco_pos p { width:1200px; 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: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:56px; overflow:hidden; color:#999; font-size:14px; margin:40px auto; padding:0; text-align:center;}
	.pco_page a { display:inline-block; width:56px; height:56px; overflow:hidden; line-height:54px; color:#999; font-size:14px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; vertical-align:middle; margin:-2px 4px 0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a.pg_prev { background:#fff url(../images/prev01.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a.pg_next { background:#fff url(../images/next02.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a:hover { background-color:#22a243; border:1px solid #22a243; color:#fff;}
	.pco_page a.pg_prev:hover { background:#22a243 url(../images/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.pco_page a.pg_next:hover { background:#22a243 url(../images/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.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;}
	.pco_page table { display:inline-block;}
}
@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:100%; height:60px; margin:0 auto 30px; padding:0 30px; background-color:#fff; position:relative; -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:14px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; vertical-align:middle; margin:-2px 4px 0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.pco_page a.pg_prev { background:#fff url(../images/prev01.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a.pg_next { background:#fff url(../images/next02.png) center center no-repeat; background-size:40px 40px;}
	.pco_page a:hover { background-color:#22a243; border:1px solid #22a243; color:#fff;}
	.pco_page a.pg_prev:hover { background:#22a243 url(../images/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.pco_page a.pg_next:hover { background:#22a243 url(../images/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.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;}
	.pco_page table { display:inline-block;}
}
@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 { width:100%; height:60px; margin:0 auto 30px; padding:0 16px; background-color:#fff; position:relative; -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; 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:14px; text-align:center; background-color:#fff; border:1px solid #eaeaea; border-radius:50%; vertical-align:middle; margin:-2px 4px 0; 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(../images/prev01.png) center center no-repeat; background-size:40px 40px; float:left;}
	.pco_page a.pg_next { display:inline-block; background:#fff url(../images/next02.png) center center no-repeat; background-size:40px 40px; float:right;}
	.pco_page a:hover, .pco_page a:active { background-color:#22a243; border:1px solid #22a243; color:#fff;}
	.pco_page a.pg_prev:hover, .pco_page a.pg_prev:active { background:#22a243 url(../images/prev1.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.pco_page a.pg_next:hover, .pco_page a.pg_next:active { background:#22a243 url(../images/next2.png) center center no-repeat; background-size:40px 40px; border:1px solid #22a243;}
	.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;}
	.pco_page table { display:inline-block;}
}
@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;}
	
	.pco_pos { width:100%; height:48px; margin:0 auto 16px; padding:0 16px; background-color:#fff; 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 img { display:inline-block; width:32px; height:32px; margin:8px 10px 8px 0; padding:0; vertical-align:middle;}
	
	.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:#22a243;}
	
	.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 #22a243;}
	.pic1_list ul li a:hover p { color:#22a243;}
	
	.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:#22a243;}
	
	.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, .pic_list ul li div { 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, .pic_list ul li div em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic_img em img, .pic_list ul li div 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 #22a243;}
	.pic1_list ul li a:hover p { color:#22a243;}
	
	.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:#22a243;}
	
	.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, .pic_list ul li div { 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, .pic_list ul li div em { display:block; width:100%; height:100%; margin:0 auto; padding:0; position:relative;}
	.pic_img em img, .pic_list ul li div 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 #22a243;}
	.pic1_list ul li a:hover p, .pic1_list ul li a:active p { color:#22a243;}
	
	.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(../images/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(../images/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(../images/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) {
}

/**新闻详情**/
@media screen and (min-width:1201px) {
	.abus_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
	.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 40px; padding:0; width:inherit!important;}
	.news_con1 img { width: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:#22a243!important; color:#fff;}
}
@media screen and (min-width:1081px) and (max-width:1200px) {
	.abus_main { width:100%; 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 40px; padding:0; width:inherit!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:#22a243!important; color:#fff;}
}
@media screen and (max-width:1080px) {
	.abus_main { width:100%; 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 16px; padding:0; width:inherit!important;}
	.ny_video { 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:justify; 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:#22a243!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:520px; 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: #22a243; border:1px solid #22a243;}
	.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(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/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: inline-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; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}
	.prodetail_tab ul li.tabActive, .prodetail_tab ul li:hover { background-color: #22a243; border:1px solid #22a243;}
	.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(../images/jt1.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/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 h3 { width:100%; overflow: hidden; line-height: 36px; color: #333; font-size: 24px; 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:#22a243;}
	.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; box-sizing: border-box; background-color:rgba(255, 255, 255, 0.5);}
	.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: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 { width:100%!important; display: block; overflow:hidden; border: none!important; margin:0!important; padding:0!important;}
	.pro_con table p { margin:0; padding:0; 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(../images/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:#22a243; text-decoration:underline;}
	.current { color:#22a243; border-left:4px solid #22a243; border-bottom:none; background:#f8f8f8 url(../images/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 h3 { width:100%; overflow: hidden; line-height: 36px; color: #333; font-size: 24px; 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:#22a243;}
	.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 { width:100%!important; display: block; overflow-x: scroll; border: none!important; margin:0!important; padding:0!important;}
	.pro_con table p { margin:0; padding:0; 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(../images/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:#22a243; text-decoration:underline;}
	.current { color:#22a243; border-left:4px solid #22a243; border-bottom:none; background:#f8f8f8 url(../images/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;}
}

/**右侧悬浮**/
@media screen and (min-width:1081px) {
	.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(../images/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(../images/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(../images/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:#22a243;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(../images/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;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/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(../images/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(../images/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 (max-width:1080px) {
	.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(../images/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(../images/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(../images/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:#22a243;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(../images/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;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/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(../images/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(../images/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;}
	.suspension .a.a-service, .suspension .a.a-service-phone, .suspension .a.a-qrcode { display:none;}
}


@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(../images/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%;}
}
@media (max-width:767px) {
.adcon {
    overflow-x: scroll!important;
}
}

/*产品分类*/
.syFocusThumb .prev{ display:inline-block;vertical-align:middle;width:10%;height:40px;background-repeat:no-repeat;background-color:#fff; background-image:url(../images/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:40px;background-repeat:no-repeat;background-color:#fff;background-image:url(../images/next.png);background-position:center center;background-size:initial;border-left: 1px solid #f1f1f1;}
.syFocusThumb{POSITION: relative; WIDTH:100%; margin:20px auto;padding-top:60px;}
.pagination {POSITION: absolute; TEXT-ALIGN: left;CLEAR: both; TOP: 0; LEFT: 0px;width:100%;height:40px;margin-bottom:20px;box-shadow: 0px 0px 20px 0px #eaeaea;overflow: hidden;}
.thumbWrap {POSITION: absolute; WIDTH:80%; OVERFLOW: hidden; TOP: 0; LEFT:10%;}
.holder {WIDTH: 4000px}
.holder I {CURSOR: pointer;font-style:normal;display:inline-block;height:40px;line-height:40px;white-space:nowrap;font-size:18px;text-align:center;cursor:pointer;position:relative;padding:0 15px; vertical-align:top;border-radius:0 4px 0 4px;overflow:hidden;margin:0 2px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

.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-color:#ffb440;color:#fff; }
.pagination I.selected a{ color:#ffffff;}
.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) {

.h_products_in{padding: 20px 0 10px;}
.h_products .pro_bd{margin-top:30px;}
.h_products .pro_bd ul li{width:47%;}
.h_products .pro_bd ul li:nth-child(2n){margin-right: 0px;}
.h_products .pro_bd ul li{padding-bottom:30px;}
.h_products .pro_bd ul li a .pro_img{height:150px;}
.h_products .pro_bd ul li a p{font-size:14px;height:30px;line-height:30px;}
.h_products .pro_bd ul li a .pro_img{height:120px;}
.h_products .pro_bd ul li a span{width:88px;height:26px;}
.h_products .pro_bd ul li a span i{height:26px;}
.h_products .pro_bd ul li:hover p{height:40px;line-height:40px;}
}

@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(../images/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; text-align:center!important; 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(../images/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;}

