BODY {FONT: 14px/1.8em Microsoft YaHei;color:#4a4949;}
* {	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
A {	COLOR: #4a4949; TEXT-DECORATION: none}
A:hover {COLOR: #4bc0bf; TEXT-DECORATION: none}
.clear {CLEAR: both; MARGIN-TOP: -1px; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px}
IMG {BORDER: 0px; }
UL {LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none}
LI {LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none}
h2{FONT-FAMILY: "Microsoft YaHei";}
h3{FONT-FAMILY: "Microsoft YaHei";}
h4{FONT-FAMILY: "Microsoft YaHei";}
h6{color:#fff;height:0px;}
/*整体布局声明*/

/*内页网页整体页面*/
.top01{height:35px;}
.top01 .yuyan{padding:6px 25px 0 0;height:25px;float:right;width:300px;}
.top01 .yuyan img{padding-left:5px;}
.top01 .search {WIDTH: 260px; height:30px;float:right;padding-top:2px;}
.top01 .searchInput {border:1px #588ff2 solid;border-right:none;PADDING:6px 0 6px 5px; WIDTH:200px; LINE-HEIGHT: 16px;HEIGHT: 16px;vertical-align:middle;}
.top01 .searchBtn {BACKGROUND: url(../images/search.png) no-repeat; WIDTH:35px;HEIGHT:30px;CURSOR: pointer; BORDER:none;vertical-align:middle;}
@media screen and (min-width:1000px){
#navigation {z-index:9999;position:absolute;left:0;width:100%;height:137px;background:url(../images/nav_bg01.png);}
#navigation .logo{float:left;display:block;width:287px;height:87px;padding:10px 0 0 30px;}
#navigation .clearfix:after{content:".";height:0;clear:both;visibility:hidden;}
#navigation .nav{height:102px; line-height:102px; position:relative; z-index:2;width:945px;float:right;}
#navigation .nav a{ color:#010101;}
#navigation .nav .nLi{ float:left;  position:relative; display:inline;}
#navigation .nav .nLi h3{float:left;text-align:center;font-size:16px;font-weight:500;}
#navigation .nav .nLi h3 a{ display:block;padding:0 25px 0 25px;}
#navigation .nav .sub{ display:none; width:114px;left:0; top:102px;  position:absolute; background:#00acc2;  line-height:26px;font-size:12px;padding:5px 0;  }
#navigation .nav .sub li{ zoom:1;}
#navigation .nav .sub a{ display:block; padding:0 10px;color:#fff;}
#navigation .nav .sub a:hover{ background:#000; color:#ff0;}
#navigation .nav .on h3 a{background:#00acc2;color:#fff;}
}
@media screen and (max-width:1050px){#navigation{display:none;}}
@media screen and (max-width:1050px){.top01{display:none;}}
@media screen and (max-width:1050px){
#navigation_m{width:100%;height:60px;z-index:9999;position:absolute; bottom:top;left:0;}
#navigation_m .logo .logo_link img{width:127px; height:44px;padding:8px 0 0 8px;float:left;}
#navigation_m .search {WIDTH: 190px; height:30px;float:right;padding:12px 45px 0 0;}
#navigation_m .searchInput {border:1px #588ff2 solid;border-right:none;PADDING:6px 0 6px 5px; WIDTH:130px; LINE-HEIGHT: 16px;HEIGHT: 16px;vertical-align:middle;}
#navigation_m .searchBtn {BACKGROUND: url(../images/search.png) no-repeat; WIDTH:35px;HEIGHT:30px;CURSOR: pointer; BORDER:none;vertical-align:middle;}
}
@media screen and (max-width:1050px){
#navigation_m_index{width:100%;height:60px;z-index:9999;position:absolute; bottom:top;left:0;}
#navigation_m_index .logo .logo_link img{width:127px; height:44px;padding:8px 0 0 8px;float:left;}
#navigation_m_index .search {WIDTH: 190px; height:30px;float:right;padding:12px 45px 0 0;}
#navigation_m_index .searchInput {border:1px #588ff2 solid;border-right:none;PADDING:6px 0 6px 5px; WIDTH:130px; LINE-HEIGHT: 16px;HEIGHT: 16px;vertical-align:middle;}
#navigation_m_index .searchBtn {BACKGROUND: url(../images/search.png) no-repeat; WIDTH:35px;HEIGHT:30px;CURSOR: pointer; BORDER:none;vertical-align:middle;}
}
@media screen and (min-width:1000px) {
#navigation_m{display:none;}
}
@media screen and (min-width:1000px) {
#navigation_m_index{display:none;}
}
@media screen and (min-width:1050px) {
.moblie_head{display:none;}
}
/*导航条*/
.banner{ min-width:1000px;height:861px; background:url(../images/banner.jpg) no-repeat center top;}
@media screen and (min-width:1000px) {
.slideshow{
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
}
@media screen and (max-width:1000px) {
.slideshow{
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
}
.slideshow-item{
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0;
    animation: slideanim 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img{
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img{
    animation-delay: 20s;
}

.slideshow-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 31s infinite;
}

.slideshow-item-text{
    max-width:95%;
    position: absolute;
    top:40%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    padding: 10rem 5rem;
    font-family: 'Raleway', sans-serif;
}

.slideshow-item-text h5{
    font-size:30px;
    letter-spacing: 3px;
}

.slideshow-item-text p{
    font-weight:900;
    font-size:20px;
    margin-top: 1.5rem;
}

@keyframes slideanim{
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes zoom{
    100%{
        transform: scale(1.3);
    }
}

@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width:95%;
    }
}

@media screen and (max-width: 768px){
    .slideshow-item-text{
        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 456px){
    .slideshow-item-text{
        max-width: 100%;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }

    .slideshow-item-text h5{
        font-size: 2rem;
    }

    .slideshow-item-text p{
        font-size: 1rem;
    }
}
.slideshow .biaoyu{position: absolute;top:40%;width:90%;margin-left:5%;color:#fff;}
.slideshow .biaoyu h2{font:34px/40px 微软雅黑;font-weight:bold;}
.slideshow .biaoyu h3{font:18px/40px 微软雅黑;}

@media screen and (min-width:1050px) {
	.slideshow .xinwen{
    position: absolute;
    top:85%;
	left:50%;
	margin-left: -480px;
    transform: translateY(-50%);
    background:#fff;
	width:960px;	
	height:45px;
	border-radius:10px;}
	.newstars { width:98%; line-height:35px;height:35px;padding:5px 0 0 0; overflow: hidden; }
	.list_newstars ul { position: absolute; top: 0px; }
	.list_newstars li { overflow: hidden;width:800px;}
	.list_newstars li span{width:95px;float:left;border-right:2px #5e5e5e solid;line-height:24px;margin:5px 0 0 0;}
    .list_newstars li h2{font:14px/15px 微软雅黑;float:left;background:#4bc0bf;color:#fff;padding:5px 8px 5px 8px;margin:5px 20px 0 20px;}
	.list_newstars a:hover li h2{background:#5e5e5e;}
	.list_newstars li h3{font:14px/35px 微软雅黑;float:left;overflow: hidden;width:50%;}
}
@media screen and (max-width:1050px) {
	.slideshow .xinwen{
    position: absolute;
    top:85%;
    transform: translateY(-50%);
    background:#fff;
	width:90%;
	margin-left:5%;
	height:70px;
	border-radius:10px;}
	.newstars { width:95%; line-height:35px;height:70px;padding:5px 0 0 0; overflow: hidden; }
	.list_newstars ul { position: absolute; top: 0px; }
	.list_newstars li { overflow: hidden;width:800px;}
	.list_newstars li span{font:12px/15px 微软雅黑;width:75px;float:left;border-right:2px #5e5e5e solid;line-height:21px;margin:5px 0 0 0;}
    .list_newstars li h2{font:12px/15px 微软雅黑;float:left;background:#4bc0bf;color:#fff;padding:3px 8px 3px 8px;margin:5px 20px 0 15px;}
	.list_newstars a:hover li h2{background:#5e5e5e;}
	.list_newstars li h3{font:10px/35px 微软雅黑;float:left;overflow: hidden;width:100%;}
}
@media screen and (min-width:1050px) {
.top02{height:118px;border-bottom:35px #eeeeee solid;}
}
@media screen and (max-width:1050px) and (min-width:690px) {
.top02{height:63px;border-bottom:35px #eeeeee solid;}
}
@media screen and (max-width:690px) {
.top02{height:63px;border-bottom:35px #eeeeee solid;}
}
@media screen and (min-width:1050px){
.row1 {padding-top:45px;background:#f9f9f9;}
.row1 .fenlei{padding:25px 0 10px 0;text-align:center;}
.row1 .fenlei a{DISPLAY: inline-block;padding:10px 22px 10px 22px;margin:0 20px 10px 20px;font:16px/25px 微软雅黑;border-radius:5px;border:1px #eeeeee solid;}
.row1 .fenlei .shover{background:#4bc0bf;color:#fff;}
.row1 .fenlei a:hover{background:#4bc0bf;color:#fff;box-shadow: 2px 2px 5px #5dbb7d;border-radius:5px;border:1px #4bc0bf solid;}
.row1 ul{padding-top:15px;}

.row1 .more a{display:block;margin:40px auto;width:140px;height:45px;color:#fff;background:#00acc2;font:16px/45px 微软雅黑;text-align:center;}
.row1 .more a:hover{background:#ffae00;border-radius:10px;}
.tabBar{ width:1320px;}
	.tabBar .hd ul{ z-index:5; position:relative;  zoom:1;background:url(../images/row1_bg01.jpg);height:95px;}
	.tabBar .hd li{ float:left; font:16px/25px 微软雅黑;padding:26px 32px 26px 32px;margin:0 20px 0 20px;cursor:pointer;}
	.tabBar .hd li.on{background:#00acc2;color:#fff;}
	.tabBar .hd li.on span{ font-weight:bold; color:#c00;  }
	.tabBar .bd{}
	.tabBar .bd .conWrap{ width:1320px;  }
	.tabBar .bd .conWrap li{width:296px;height:270px;float:left;margin:0 0 20px 25px;background:#fff;}
	.tabBar .bd .conWrap  ul a li h3{display:block;font:16px/25px 微软雅黑;text-align:center;height:25px;}
	.tabBar .bd .conWrap  ul a li h6{color:#fff;height:1px;overflow:hidden;}
	.tabBar .bd .conWrap  ul a:hover li{box-shadow: 2px 2px 5px #f3f3f3;background:#00acc2;color:#fff;}
	.tabBar .bd .conWrap  ul a li img{object-fit:cover;width:286px;max-height:215px;padding:5px 5px 0 5px;}
	.tabBar .bd p{ padding-bottom:10px  }
}
@media screen and (max-width:1050px){
.row1 {padding-top:25px;}
.row1 ul{padding-top:20px;}
.row1 ul a li{width:45%;float:left;border:1px #eeeeee solid;margin:0 5px 10px 5px;text-align:center;}
.row1 ul a li h3{display:block;font:16px/25px 微软雅黑;text-align:center;}
.row1 ul a:hover li{border-radius:5px;border:1px #4bc0bf solid;box-shadow: 2px 2px 5px #f3f3f3;}
.row1 ul a li img{width:150px;height:113px;padding:10px 10px 0 10px;}
.row1 .more a{display:block;margin:40px auto;width:140px;height:45px;color:#fff;background:#4bc0bf;font:16px/45px 微软雅黑;text-align:center;}
.row1 .more a:hover{background:#ffae00;border-radius:10px;}
.tabBar{}
	.tabBar .hd ul{ z-index:5; position:relative;  zoom:1;display: -webkit-box;overflow-x: scroll;-webkit-overflow-scrolling:touch;}
	.tabBar .hd li{ float:left; font:16px/25px 微软雅黑;padding:10px 22px 10px 22px;margin:0 20px 10px 20px;cursor:pointer;border-radius:5px;border:1px #eeeeee solid;}
	.tabBar .hd li.on{background:#4bc0bf;color:#fff;}
	.tabBar .hd li.on span{ font-weight:bold; color:#c00;  }
	.tabBar .bd{}
	.tabBar .bd .conWrap{}
	.tabBar .bd .conWrap li{width:45%;float:left;border:1px #eeeeee solid;margin:0 5px 10px 5px;text-align:center;}
	.tabBar .bd .conWrap  ul a li h3{display:block;font:16px/25px 微软雅黑;text-align:center;}
	.tabBar .bd .conWrap  ul a:hover li{border-radius:5px;border:1px #4bc0bf solid;box-shadow: 2px 2px 5px #f3f3f3;}
	.tabBar .bd .conWrap  ul a li img{object-fit:cover;width:150px;max-height:113px;padding:10px 10px 0 10px;}
}
@media screen and (min-width:1050px) {
.row2{height:280px;background:url(../images/row2_bg01.jpg) no-repeat center bottom;}
}
@media screen and (max-width:1050px){
.row2{height:560px;background:url(../images/row2_bg01m.jpg) no-repeat center top;}
}
@media screen and (min-width:1050px) {
.row4 {height:600px;background:url(../images/row4_bg01.png) repeat-x left top;padding-top:108px;}
.row4 .cont{width:1200px;margin:0 auto;background:#fff;height:600px;}
.row4 .col1{width:523px;padding:40px 30px 0 0;float:right;}
.row4 .col1 h2{font:36px/38px 微软雅黑;}
.row4 .col1 h3{font:12px/25px 微软雅黑;padding-bottom:30px;}
.row4 .col1 a{color:#fff;padding:10px 60px 10px 60px;background:#00acc2;}
.row4 .col1 a:hover{color:#4bc0bf;padding:10px 60px 10px 60px;background:#ffae00;border-radius:10px;color:#fff;}
.row4 .col2{width:569px;height:470px;float:left;BACKGROUND: url(../images/row4_bg02.jpg) no-repeat left top;margin:-52px 0 0 20px;}
}

@media screen and (max-width:1050px) {
.row4 {margin:20px auto;width:346px;}
.row4 .col1{padding:20px;background:#4bc0bf;color:#fff;}
.row4 .col1 h2{font:36px/38px 微软雅黑;}
.row4 .col1 h3{font:12px/25px 微软雅黑;}
.row4 .col1 a{color:#fff;padding:10px 60px 10px 60px;border:1px #fff solid;border-radius:10px;}
.row4 .col1 a:hover{color:#4bc0bf;padding:10px 60px 10px 60px;border:1px #fff solid;background:#fff;border-radius:10px;}
.row4 .col2{width:346px;height:23px;}
}
@media screen and (min-width:1050px) {
.row5 {text-align:center;padding-top:30px;height:780px;width:1200px;margin:0 auto;}
.row5 .title{height:125px;padding-top:30px;text-align:}
.row5 .title h2{color:#000;font-size:24px;line-height:36px;}
.row5 .title h3{display:block;color:#ececeb;font-size:30px;line-height:36px;}
.row5 .col1{width:350px;height:430px;float:left;BACKGROUND: url(../images/row5_bg01.jpg) no-repeat center top;}
.row5 .col2{width:800px;float:right;}
.row5 .col2 ul li{width:827px;height:90px;margin:20px 0 0 0;}
.row5 .col2 ul li .riqi{width:84px;height:65px;float:left;background:#00acc2;color:#fff;}
.row5 .col2 ul li .riqi .ri{font:20px/35px 微软雅黑;display:block;}
.row5 .col2 ul li .riqi .nianyue{font:16px/25px 微软雅黑;display:block;}
.row5 .col2 ul li .neirong{width:700px;float:right;text-align:left;}
.row5 .col2 ul li .neirong h2{font:16px/25px 微软雅黑;font-weight:bold;}
.row5 .more a{display:block;margin:360px auto;width:140px;height:45px;color:#fff;background:#00acc2;font:18px/35px 微软雅黑;text-align:center;}
.row5 .more a:hover{background:#ffae00;border-radius:10px;}
}
@media screen and (max-width:1050px) {
.row5 {text-align:center;width:96%;margin:0 auto;}
.row5 .title{height:105px;padding-top:30px;text-align:}
.row5 .title h2{color:#000;font-size:24px;line-height:36px;}
.row5 .title h3{display:block;color:#ececeb;font-size:30px;line-height:36px;}
.row5 .col1{display:none;}
.row5 .riqi{display:none;}
.row5 ul li{border-bottom:1px #eeeeee solid;margin:20px 0 0 0;text-align:left;}
.row5 ul li h2{font:16px/25px 微软雅黑;font-weight:bold;}
}
@media screen and (min-width:1050px) {
.row6{height:544px;BACKGROUND:url(../images/row6_bg01.jpg) no-repeat center top;}
}
@media screen and (max-width:1050px) {
.row6{height:1683px;BACKGROUND:url(../images/row6_bg01m.png) no-repeat center top;}
}
@media screen and (min-width:1050px) {
.row8{BACKGROUND:#515151;}
.row8 .row02{width:1200px;margin:0 auto;height:304px;}
.row8 .row02 .col1{width:400px;height:100px;padding-top:45px;float:left;color:#fff;margin-left:95px;}
.row8 .row02 .col2{width:200px;padding-top:25px;float:left;}
.row8 .row02 .col2 h2{font:18px/35px 微软雅黑;color:#fff;border-bottom:1px #fff solid;}
.row8 .row02 .col2 .lanmu{width:100px;float:left;}
.row8 .row02 .col2 .lanmu a{color:#fff;}
.row8 .row02 .col2 .lanmu .dalei{font:16px/35px 微软雅黑;}
.row8 .row02 .col3{width:320px;height:120px;padding-top:15px;float:right;}
.row8 .row02 .col3 h3{font:18px/35px 微软雅黑;color:#fff;}
}
@media screen and (max-width:1050px){
.row8{BACKGROUND:#515151;}
.row8 .row02{}
.row8 .row02 .col1{width:90%;margin:0 auto;padding-top:25px;color:#fff;clear:both;}
.row8 .row02 .col2{width:90%;margin:0 auto;padding-top:25px;}
.row8 .row02 .col2 h2{font:18px/35px 微软雅黑;color:#fff;border-bottom:1px #fff solid;}
.row8 .row02 .col2 .lanmu{width:50%;float:left;text-align:center;}
.row8 .row02 .col2 .lanmu a{color:#fff;}
.row8 .row02 .col2 .lanmu .dalei{font:16px/35px 微软雅黑;}
.row8 .row02 .col3{width:310px;margin:0 auto;padding-top:25px;padding-bottom:35px;}
.row8 .row02 .col3 h3{font:18px/35px 微软雅黑;color:#fff;}
}
@media screen and (min-width:1050px) {
.searchlist{width:1003px;margin:0 auto;}

}
@media screen and (max-width:1050px){
.searchlist{width:96%;margin:0 auto;}

}
.title01{font:28px/100px Microsoft YaHei;height:100px;text-indent:95px;color:#fff;BACKGROUND: url(../images/title_bg01.png);}
.title02{height:35px;line-height:35px;}
.title02 h2{font:20px/35px Microsoft YaHei;float:left;color:#656565;}
.title03{height:50px;border-bottom:1px #004bb0 solid;}
.title03 h3{font:30px/50px Microsoft YaHei;text-indent:10px;float:left;color:#004bb0;}
.title03 a{float:right;display:block;background:url(../images/more01.png) no-repeat;width:81px;height:30px;margin:10px 10px 0 0;color:#fff;}
.title04{height:120px;padding-top:40px;text-align:center;background:url(../images/title_bg01.png) no-repeat center center;}
.title04 h2{line-height:42px;font-size:35px;font-weight:500;color:#415168;}
.title04 h3{line-height:44px;font-size:14px;font-weight:bold;color:#E50F0D;}
.title04 h4{line-height:38px;font-size:16px;font-weight:bold;color:#777E90;}
.more01{float:right;display:block;background:url(../images/more01.png) no-repeat;width:81px;height:30px;margin:10px 0 0 0;color:#fff;}
.more02{display:block;background:#E50F0F;width:135px;height:45px;margin:40px 0 0 490px;text-align:center;font:18px/45px Microsoft YaHei;color:#fff;}
.cont01{background:#004bb0;height:470px;}
.cont01 li{line-height:60px;font-size:16px;padding-left:30px;border-bottom:1px #4d81c8 solid;font-weight:bold;}
.cont01 li a{color:#fff;display:block;}
.cont01 li a:hover{color:#fffc00;} 
.cont02{padding:5px;}
.cont02 img{width:153px;height:123px;float:left;padding:0 10px 20px 0;}
.cont02 span{display:block;}
.cont03{padding:5px;margin-bottom:10px;}
.cont03 li{line-height:37px;border-bottom:1px #A0A0A0 dashed;padding-left:10px;}

@media screen and (min-width:1050px) {
.copyright{height:45px;line-height:45px;background:#515151;color:#fff;border-top:1px #878282 solid;text-align:center;}
.copyright .cont{width:1050px;margin:0 auto;}
}
@media screen and (max-width:1050px) {
.copyright{height:45px;line-height:45px;background:#515151;color:#fff;border-top:1px #878282 solid;text-align:center;}
.copyright .cont{width:1050px;margin:0 auto;}
}

/*底部版权*/

@media screen and (min-width:1050px) {
#main_in {MARGIN: 10px auto 10px; WIDTH: 1050px;}
.is01{margin:0 auto;padding-top:85px;}
.is01 img{float:left;width:377px;height:196px;}
.is01 .zhengwen{float:right;width:780px;}
.is02{margin:0 auto;padding-top:85px;}
.is02 img{float:right;width:377px;height:196px;}
.is02 .zhengwen{float:left;width:780px;}
}
@media screen and (max-width:1050px) {
#main_in {padding:5px;}
strong{display:block;color:#104799;margin-bottom:20px;font-size:24px;line-height:50px;border-bottom:1px #104799 solid;text-indent:10px;}
.is01{margin:0 auto;padding-top:25px;}
.is01 img{width:100%;}
.is01 .zhengwen{}
.is02{margin:0 auto;padding-top:85px;}
.is02 img{width:100%;}
.is02 .zhengwen{}
}
@media screen and (min-width:1050px) {
/*内页内容区域*/
#sidebar {WIDTH: 257px; FLOAT: left;}
/*内页侧列表*/
#left_title01{FONT:20px/47px Microsoft YaHei;text-align:center;background:#4195eb;color:#fff;font-weight:bold;}
#left_sort {background:#f4f4f4;}
#left_sort LI A {display:block;height:32px;FONT:16px/30px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:10px;}
#left_sort LI A:hover {color:#4195eb;}
#left_sort .erjifenlei A {display:block;height:25px;FONT:14px/25px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:20px;}
#left_cont01{padding:5px 5px 155px 5px;margin-bottom:10px;background:url(../images/left_bg01.png) #ececec no-repeat left bottom ;}
/*内页侧列表分类*/
#main_cont{WIDTH: 820px; FLOAT: right}
/*内页右侧内容区域*/
#position{BORDER-BOTTOM: #CBCBCB 2px solid; LINE-HEIGHT: 32px; COLOR: #6a6a6a}
#position SPAN {FLOAT: right}
#position SPAN A {PADDING-BOTTOM: 0px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: inline-block; PADDING-TOP: 0px}
#position H2 {FONT-SIZE: 14px;}
#position{BORDER-BOTTOM: #989898 1px solid;height:70px;margin-bottom:20px;}
#position H2 {FONT-SIZE: 24px;color:#00349f;background:url(../images/arrow01.png) no-repeat 180px center;width:260px; LINE-HEIGHT: 32px; }
#position H3 {FONT-SIZE: 24px;color:#989898;width:260px; LINE-HEIGHT: 32px;padding-left:20px;font-weight:500;}
#position2{border-bottom:1px #E4E4E4 solid;text-align:center;}
#position2 a{padding:10px 30px 10px 30px;background:#fff;color:#5A5A5A;margin-left:10px;font:14px/50px 宋体;border:1px #E5E5E5 solid;}
#position2 .xiaolei a{padding:5px 10px 5px 10px;background:#4bc0bf;color:#fff;margin-left:10px;font:12px/30px 宋体;border:1px #E5E5E5 solid;}
#position2 .shover{background:#4bc0bf;color:#fff;}
#position2 a:hover{background:#4bc0bf;color:#fff;}
.nei_title{height:80px;padding:10px 0 25px 0;text-align:center;background:url(../images/title_bg02.png) no-repeat center 90px;}
.nei_title H2{font:20px/32px 微软雅黑;}
.nei_title H3{font:35px/42px 微软雅黑;font-weight:bold;COLOR:#4bc0bf;}
/*内页当前位置*/
}
@media screen and (max-width:1050px) {
/*内页内容区域*/
#sidebar {WIDTH: 257px; FLOAT: left;}
/*内页侧列表*/
#left_title01{FONT:20px/47px Microsoft YaHei;text-align:center;background:#4195eb;color:#fff;font-weight:bold;}
#left_sort {background:#f4f4f4;}
#left_sort LI A {display:block;height:32px;FONT:16px/30px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:10px;}
#left_sort LI A:hover {color:#4195eb;}
#left_sort .erjifenlei A {display:block;height:25px;FONT:14px/25px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:20px;}
#left_cont01{padding:5px 5px 155px 5px;margin-bottom:10px;background:url(../images/left_bg01.png) #ececec no-repeat left bottom ;}
/*内页侧列表分类*/
#main_cont{WIDTH: 820px; FLOAT: right}
/*内页右侧内容区域*/
#position{BORDER-BOTTOM: #CBCBCB 2px solid; LINE-HEIGHT: 32px; COLOR: #6a6a6a}
#position SPAN {FLOAT: right}
#position SPAN A {PADDING-BOTTOM: 0px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: inline-block; PADDING-TOP: 0px}
#position H2 {FONT-SIZE: 14px;}
#position{BORDER-BOTTOM: #989898 1px solid;height:70px;margin-bottom:20px;}
#position H2 {FONT-SIZE: 24px;color:#00349f;background:url(../images/arrow01.png) no-repeat 180px center;width:260px; LINE-HEIGHT: 32px; }
#position H3 {FONT-SIZE: 24px;color:#989898;width:260px; LINE-HEIGHT: 32px;padding-left:20px;font-weight:500;}
#position2{border-bottom:1px #E4E4E4 solid;text-align:center;}
#position2 a{padding:6px 10px 6px 10px;background:#fff;color:#5A5A5A;margin-left:10px;font:14px/30px 宋体;border:1px #E5E5E5 solid;display:block;float:left;}
#position2 .xiaolei a{padding:5px 10px 5px 10px;background:#4bc0bf;color:#fff;margin-left:10px;font:12px/30px 宋体;border:1px #E5E5E5 solid;}
#position2 .shover{background:#4bc0bf;color:#fff;}
#position2 a:hover{background:#4bc0bf;color:#fff;}
.nei_title{height:80px;padding:10px 0 25px 0;text-align:center;background:url(../images/title_bg02.png) no-repeat center 90px;}
.nei_title H2{font:20px/32px 微软雅黑;}
.nei_title H3{font:35px/42px 微软雅黑;font-weight:bold;COLOR:#4bc0bf;}
/*内页当前位置*/
}

@media screen and (min-width:1050px) {
#title_wrap {TEXT-ALIGN: center; MARGIN: 20px 0px 0px;HEIGHT: 45px}
#title {LINE-HEIGHT: 18px; MARGIN: 18px 20px 8px; FONT-FAMILY: "Microsoft YaHei"; FONT-SIZE: 18px; FONT-WEIGHT: normal}
}
@media screen and (max-width:1050px) {
#title_wrap {TEXT-ALIGN: left; MARGIN:20px 0px 0px 0px;HEIGHT: 45px}
#title {LINE-HEIGHT: 18px; MARGIN:18px 0 0 6px; FONT-FAMILY: "Microsoft YaHei"; FONT-SIZE: 18px; FONT-WEIGHT: normal}
}
/*文章内容页标题*/
#info SPAN {MARGIN: 0px 6px}
#info SPAN A {PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; DISPLAY: inline-block; PADDING-TOP: 0px}
#info SPAN A:hover {BACKGROUND: #254383; COLOR: #fff; TEXT-DECORATION: none}
/*文章内容页发布日期和点击次数*/
@media screen and (min-width:1050px) {
#c_txt {}
#c_txt P {MARGIN: 15px 0px}
}
#shipinv{text-align:center;}
@media screen and (max-width:1050px) {
#c_txt {padding:10px;}
#c_txt img{width:80%;}
#c_txt P {MARGIN: 15px 0px}
#c_txt P img{width:80%;}
}
/*单页和产品页内容区域*/
#prev_next {PADDING-BOTTOM: 15px;PADDING-LEFT: 20px; PADDING-RIGHT: 20px; PADDING-TOP: 15px}
/*文章和产品中的上一页下一页*/
@media screen and (min-width:1050px) {
#text_list {MARGIN: 20px 0 0 0px}
#text_list LI {margin:0 0 20px 20px;background:#F4F4F4;padding:12px;height:178px;}
#text_list LI img{width:230px;height:172px;border:1px #E5E5E5 solid;float:left;margin-right:35px;}
#text_list LI .riqi{width:80px;height:161px;padding:40px 20px 0 0;float:right;text-align:center;}
#text_list LI .riqi .ri{font:60px/80px 微软雅黑;border-bottom:2px #7F7F7F solid;display:block;}
#text_list LI .riqi .nianyue{font:16px/40px 微软雅黑;display:block;color:#7F7F7F;}
#text_list LI .neirong{width:540px;float:left;color:#535353;}
#text_list LI .neirong h2{color:#1D1D1D;}
#text_list LI .chakan{display:block;width:112px;height:40px;font:16px/40px 微软雅黑;border:1px #E0E0E0 solid;background:#fff;text-align:center;margin-top:20px;}
#text_list LI h2{font:16px/45px 微软雅黑;font-weight:bold;}
}
@media screen and (max-width:1050px) {
#text_list {MARGIN: 20px 0 0 0px}
#text_list LI {margin:0 0 20px 0;background:#F4F4F4;padding:12px;}
#text_list LI img{width:125px;height:82px;border:1px #E5E5E5 solid;float:left;margin-right:15px;}
#text_list LI .riqi{padding:40px 20px 0 0; display:none;}
#text_list LI .riqi .ri{font:16px/80px 微软雅黑;}
#text_list LI .riqi .nianyue{font:16px/40px 微软雅黑;color:#7F7F7F;}
#text_list LI .neirong{width:200px;color:#535353;}
#text_list LI .neirong h2{color:#1D1D1D;}
#text_list LI .chakan{display:block;width:112px;height:40px;font:16px/40px 微软雅黑;border:1px #E0E0E0 solid;background:#fff;text-align:center;margin-top:20px;}
#text_list LI h2{font:14px/25px 微软雅黑;font-weight:bold;}
}
/*文章列表页文章列表*/
@media screen and (min-width:1050px) {
#img_list {	MARGIN: 20px 0px 20px 0px;}
#img_list LI {TEXT-ALIGN: center; LINE-HEIGHT:25px; WIDTH:312px; FLOAT: left; HEIGHT: 280px;margin:0 12px 20px 12px;background:#4bc0bf;}
#img_list LI a{color:#fff;}
#img_list LI a h6{color:#fff;height:1px;overflow:hidden;}
#img_list LI img{object-fit:cover;width:312px;max-height:234px;}

#img_list2 {	MARGIN: 0px 0px 20px 0px;}
#img_list2 LI {TEXT-ALIGN: center; LINE-HEIGHT: 20px; WIDTH:259px; FLOAT: left; HEIGHT: 210px;padding-top:10px;background:#ececec;margin-top:10px;margin-left:10px;}
#img_list2 LI SPAN {MARGIN: 0px auto; WIDTH: 219px; DISPLAY: block; HEIGHT: 174px;}
#img_list2 LI .product_name{WIDTH: 239px;display:block;line-height:15px;}
}
@media screen and (max-width:1050px) {
#img_list {	MARGIN: 20px 0px 20px 0px;}
#img_list LI {TEXT-ALIGN: center; LINE-HEIGHT: 32px; WIDTH:314px;HEIGHT: 260px;margin:0 auto 20px;background:#E3E3E3;}
#img_list LI a h6{color:#fff;height:1px;overflow:hidden;}
#img_list LI img{width:312px;height:200px;border:1px #E3E3E3 solid;}

#img_list2 {	MARGIN: 0px 0px 20px 0px;}
#img_list2 LI {TEXT-ALIGN: center; LINE-HEIGHT: 20px; WIDTH:259px; FLOAT: left; HEIGHT: 210px;padding-top:10px;background:#ececec;margin-top:10px;margin-left:10px;}
#img_list2 LI SPAN {MARGIN: 0px auto; WIDTH: 219px; DISPLAY: block; HEIGHT: 174px;}
#img_list2 LI .product_name{WIDTH: 239px;display:block;line-height:15px;}
}
/*产品列表页列表*/
.pageNavi {TEXT-ALIGN:center; margin-BOTTOM: 20px;margin-left:7px; LINE-HEIGHT: 20px; WIDTH: 98%; COLOR: #069}
.wp-pagenavi {MARGIN: 0px auto; CLEAR: both}
.wp-pagenavi B {FLOAT: right; COLOR: #254383; FONT-WEIGHT: normal}
.wp-pagenavi EM {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #e4e4e4; COLOR: #666; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #e6e6e6 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi SPAN {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #e4e4e4; COLOR: #666; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi A {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #00acc2; COLOR: #fff; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi EM {COLOR: #999}
.wp-pagenavi SPAN {	COLOR: #999}
.wp-pagenavi SPAN {	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BACKGROUND: #fff; COLOR: #333333; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; font-size:13px}
.wp-pagenavi A:hover {BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BACKGROUND: #4bc0bf; COLOR: #000; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; TEXT-DECORATION: none}
/*分页效果*/
.backToTop{display:block;width:50px; height:50px; background:url(../images/gotop.png) no-repeat #969696 center center; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
a.backToTop:hover{display:block;width:50px; height:50px; background:url(../images/gotop.png) no-repeat #000 center center;}
/*返回顶部*/
/* 轮播图1 */
	.focusBox { position: relative; padding-top:5px;width: 204px; height: 100px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 204px; height: 100px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }
	
/* 轮播图2  */	
	.TB-focus{padding-left:32px;width:200px; height:141px;position:relative;  overflow:hidden; }
	.TB-focus .hd { position:absolute; right:5px; bottom:5px; z-index:1; padding-left:2px; }
	.TB-focus .hd li { color:#f60; cursor:pointer; margin-left:3px; width:18px; height:18px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); border:1px solid #d8d8d8; margin-left:-1px; }
	.TB-focus .hd li.on { background:#f60; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }
/* 风琴菜单  */	
.sideMenu{background:#fff;padding:0 0 10px 0;}
.sideMenu h3 a{background:url(../images/arrow01.png) no-repeat 185px 15px;line-height:35px;display:block;height:35px;text-indent:10px;border-bottom:1px #4580EC solid;font-weight:normal;}
.sideMenu ul{ display:none;}
.sideMenu ul li{FONT: 12px/25px Microsoft YaHei;border-bottom:1px #cccccc dashed;text-indent:30px;}
/* 滚动图片1 */
.layA{width:665px;overflow:hidden;}
.layA .slide{ width:1730px; overflow:hidden;}
.layA ul{ overflow:hidden; zoom:1;}
.layA li{ width:151px;text-align:center;padding:5px;margin:0 5px 0 5px;display:inline;height:110px; float:left; line-height:20px;border:1px #D7D7D7 solid;}
.layA li img{ display:block; width:151px;height:93px; }
/* 滚动图片2 */
.layB{width:1020px;overflow:hidden;}
.layB .slide{ width:1850px; overflow:hidden;}
.layB ul{ overflow:hidden; zoom:1;}
.layB li{ width:163px;text-align:center;padding:4px;margin:0 6px 0 6px;display:inline;height:140px; float:left; line-height:20px;border:1px #D7D7D7 solid;}
.layB li img{ display:block; width:163px;height:123px; }
/* 滚动图片3 */
.layC{width:1110px;overflow:hidden;}
.layC ul{ overflow:hidden; zoom:1; }
.layC ul li{ width:171px; float:left; margin:0 5px;  display:inline;text-align:center;}
.layC ul li img{ width:165px; height:138px;border:1px #ececec solid;padding:3px;}
/* 左右箭头图片滚动 */
button{
  margin:20px auto 0;
  background:#ff6600;
  color:#fff;
  border:none;
  position:relative;
  height:50px;
  font-size:16px;
  padding:12px 66px 12px 66px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  border-radius:10px;
}
button:hover{
  background:#fff;
  color:#ff6600;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ff6600;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

		/*右侧悬浮菜单*/
.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-187px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:240px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#4bc0bf url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#4bc0bf url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{background:#4bc0bf url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#4bc0bf url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
@media screen and (max-width: 1050px) {
			.yb_conct{
				display: none;
			}
			
		}
