body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #666;
}
body, button, input, select, textarea {
    font: 14px/1 "Microsoft YaHei", "微软雅黑";
}
h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
    font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
    list-style: none;
}
/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666
}
.pagination{width: 100%; font-size: 14px;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}
.range {    display: flex;    flex-wrap: wrap;}
a:hover {
    text-decoration: none;
    color: #ca3214
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
    content: '';
}
.width100 {
    width: 100%;
    overflow: hidden;
}
.mp0 {
    padding: 0 0rem;
    overflow: hidden;
}
.mp2 {
    padding: 0 0.2rem;
    overflow: hidden;
}
.mp5 {
    padding: 0 0.5rem;
    overflow: hidden;
}
.b10 {
    height: 10px;
    clear: both;
    overflow: hidden;
}
.b20 {
    height: 20px;
    clear: both;
    overflow: hidden;
}
.b40 {
    height: 40px;
    clear: both;
    overflow: hidden;
}
/*clear*/
.clear {
    clear: both;
    float: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.display-pc {  display: block; }

.not-display-pc {  display: none; }
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }






h1.title {
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}
.header-top {
    padding: 15px 0;
    background: #fbfbfb;
}
.header-top-right a{display: inline-block;padding: 0 5px;}
.header-top-right a:first-child{border-right: 1px solid #ccc; font-weight: bold; color: #f40000;}

.header { position:relative; background:#0075c4 url("../images/header.jpg") center; overflow:initial; z-index:99; }


	/* 导航固定 */
#topNav.nav_fixed { position:fixed; top:0; left:0; right:0; width:100%; z-index:99; }
/* 通栏模式 */
#topNav { background:#eee; line-height:52px; }
#topNav .nav>ul>li { height:52px; line-height:52px; }
#topNav .nav>ul>li>a { color:#fff; }
#topNav .nav>ul>li>a:hover,
#topNav .nav>ul>li>a.current { background:#ca0500 url("../images/navc0.jpg") center top; color:#fff; z-index:99; }

/* 左右模式 */
.header #topNav { min-height:90px; background:none; line-height:90px; }
.header #topNav .nav { width:auto; height:auto!important; }
.header #topNav .nav>ul>li { width:auto!important; height:auto!important; line-height:90px; }
.header #topNav .nav>ul>li>a { padding-left:20px; padding-right:20px; border-radius:0; color:#fff; }
.header #topNav .nav>ul>li>a:hover,
.header #topNav .nav>ul>li>a.current { background:#ca0500 url("../images/navc0.jpg") center top; font-weight:bold; color:#fff; }

	/* 下拉固定模式 */
.header #topNav.nav_fixed { min-height:72px; box-shadow:0 3px 3px rgba(0, 0, 0, .1); background:#fff; z-index:99; }
.header #topNav.nav_fixed .nav { width:1200px; padding-top:0; }
.header #topNav.nav_fixed .nav>ul { text-align:center; }
.header #topNav.nav_fixed .nav>ul>li { float:none; display:inline-block; vertical-align:top; }

	/* 下拉菜单 */
.nav>ul>li .shownav { top:90px; width:140px; left:50%; margin-left:-15px; padding:0; background:#ca0500; box-shadow:0 3px 3px rgba(0, 0, 0, .1); opacity:0; transition:all 0.3s ease-in-out; }
.nav>ul>li .shownav a { margin:0; border-bottom:1px solid #E4312C; color:#fff; }
.nav>ul>li .shownav a:hover { border-bottom-color:#E4312C; background:#E4312C; color:#fff; }
.nav>ul>li:hover .shownav { opacity:1; }

	/* 头部固定模式 */
.header.nav_fixed { position:fixed; top:0; left:0; right:0; width:100%; box-shadow:0 3px 3px rgba(0, 0, 0, .1); z-index:99; } 


#topNav { position:relative; font-size:16px; line-height:52px; text-align:center; z-index:99; }

.nav {}
.nav>ul>li.line { position:relative; width:2px; overflow:hidden; }
.nav>ul>li { position:relative; float:left; width:148px; height:52px; }
.nav>ul>li a { position:relative; display:block; color:#fff; transition:0s; }
.nav>ul>li .shownav { position:absolute; left:0; top:90px; visibility:hidden; font-size:14px; line-height:24px; z-index:99; }
.nav>ul>li .shownav a { padding:8px 10px; line-height:24px; text-align:center; }
.nav>ul>li:hover .shownav { visibility:visible; }
.nav>ul::after{display:block;content:"";clear:both}

.indexnav-bg{background: #F0F7FC;padding: 60px 0 40px 0;}
.indexnav{display: block; overflow: hidden;}
.indexnav .dh-img {display: block;overflow: hidden; }
.indexnav .dh-img img{transition: all 0.6s ease;}
.indexnav .dh-p{width: 100%;line-height: 42px;font-size: 16px; font-weight: bold; color: #333; text-align: center; background: #fff;}
.indexnav:hover .dh-img img{transform: scale(1.1);}
.indexnav:hover{box-shadow: 0 0 5px rgba(0,0,0,0.2);}

.title {
    padding: 3px 6px 1px 0;
    border: 1px solid #ddd;
    background: none;
    margin-bottom: 26px;
    overflow: hidden;
}
.title .title_more {display: inline-block; padding-left:13px; border-left:5px solid #E3332D; font-size:24px; font-weight:bold; line-height:34px; }
.title .title_more,.title .title_more a { color:#000; }
.title .more {display: inline-block; float:right; padding-right:28px; background:url(../images/more.png) no-repeat right 50%; font-size:14px; line-height:34px; margin-top: 2px; }
.title .more a { line-height:34px; }
.title_more i{font-style: normal; float: left;}
.title_more a{display: inline-block; font-size: 15px;padding: 3px 10px;float: left; font-weight: 500;}
.title_more a:first-child{margin-left: 30px;}

.yw-cp{display: block; overflow: hidden; border: 1px solid #e7e7e7;}
.yw-cp .yw-cp-img {display: block;overflow: hidden; }
.yw-cp .yw-cp-img img{transition: all 1s ease;}
.yw-cp .yw-cp-p{width: 100%;line-height: 42px;font-size: 16px; font-weight: bold; color: #333; text-align: center; background: #fff;transition: all 0.5s ease;}
.yw-cp:hover .yw-cp-img img{transform: scale(1.1);}
.yw-cp:hover{box-shadow: 0 0 5px rgba(0,0,0,0.2); border: 1px solid #0170be;}
.yw-cp:hover .yw-cp-p{ background: #0170be;color: #fff;}


.indexanli{background: #E7E7E7;padding: 60px 0 100px 0;}
.indexanli h2 a{ display: block; line-height: 40px;font-size: 32px;font-weight: bold; color: #222;}


.zyq .swiper-slide {
    width: 280px;
text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin:0 8px;
}
.zyq .swiper-slide img{width: 100%;}
.zyq .swiper-slide a p{line-height: 20px; height: 40px; font-size: 13px; overflow: hidden; color: #fff; background: #0069B0; padding: 10px 0;}
.zyq .swiper-button-next, .zyq .swiper-button-prev {
  height: 46px;
  width: 58px;
  background-color: #fff;
  text-align: center;
  background-image: none;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.zyq .swiper-button-next img, .zyq .swiper-button-prev img {
  height: 5px;
}
.zyq .swiper-button-next:hover, .zyq .swiper-button-prev:hover {
  background-color: #0176C6;
}
.zyq .swiper-button-next {
  right: 0;
}
.zyq .swiper-button-prev {
  left: 0;
}
.zyq .swiper-button-next:after, .zyq .swiper-button-prev:after {
  content: '';
}

.about-bg{padding: 50px 0; background: url("../images/about-bg.jpg") no-repeat; background-size: cover;}

.u-tt { position:relative; margin-bottom:45px; padding:27px 10px 0; font-size:28px; font-weight:bold; line-height:45px; }
.u-tt a { position:relative; display: inline-block; color: #fff; z-index: 2; }
.u-tt::after { position:absolute; left:0; top:0; display:block; color:#3275c0; font-size:90px; line-height:72px; content:"ABOUT"; z-index:1; }
.u-more { margin-top:23px; }
.u-des,.u-more { margin-left:10px; color: #fff;font-size: 15px; line-height: 28px;}
.u-more a { border:1px solid #fff; color:#fff; }
.u-more a:hover { border:1px solid #09c07d; background:#09c07d; color:#fff; }
.u-more a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    vertical-align: top;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0 26px;
}

.news_center_list_title {
	font-size: 16px;
	color: #333;
	margin: 25px 0;
}

.news_center_list {
	margin-left: 60px;
}
.news_center_list_img {
	overflow: hidden;
}
.news_center_list_img img {
	width: 100%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.news_center_list_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_center_list ul li a {
	display: block;
	color: #767676;
	font-size: 14px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/ntou.png) left center no-repeat;
	padding: 3px 0 3px 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.news_center_list ul li a .text {
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_center_list ul li a .time {
	float: right;
	width: 20%;
	text-align: right;
}
.news_center_list ul li a:hover {
	color: #333;
	text-indent: 5px;
}
.youshi{padding: 60px 0;}
.youshi h2 a {
    display: block;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #222;
}
.indexchanpin h2 a {
    display: block;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.indexnews h2 a {
    display: block;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.floor_3_main .floor_3_1 {
	padding: 10px 0 10px 0;
}
.floor_3_main dl {
	width: 1200px;
	height: 300px;
	position: relative;
	z-index: 1;
}
.floor_3_main dl dt {
	float: left;
	width: 600px;
	height: 300px;
}
.floor_3_main dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.floor_3_main dl dd {
	float: left;
	width: 570px;
	margin-left: 30px;
}
.floor_3_main dl dd h3 {
	display: block;
	padding-top: 25px;
    overflow: hidden;
}
.floor_3_main dl dd h3::after{clear: both;}
.floor_3_main dl dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/icon1.jpg) center center no-repeat;
}
.floor_3_main dl dd h3 span {
	display: block;
	float: left;
	margin-left: 18px;
	width: 400px;
	font-size: 30px;
	color: #333;
	line-height: 38px;
}
.floor_3_main dl dd h3 b {
	display: block;
	float: left;
	margin-left: 18px;
	width: 400px;
	font-size: 30px;
	color: #0176C6;
	line-height: 38px;
}
.floor_3_main dl dd p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 22px;
}
.floor_3_main dl dd a {
	display: block;
	position: relative;
	width: 198px;
	height: 44px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #434343;
	z-index: 10
}
.floor_3_main dl dd a:hover {
	background-color: #3945D5;
	border: #3945D5 solid 1px;
	color: #fff;
	position: relative;
}
.floor_3_main dl.dl2 dd, .floor_3_main dl.dl4 dd {
	float: left;
}
.floor_3_main dl.dl2 dt, .floor_3_main dl.dl4 dt {
	float: right;
}
.floor_3_main dl.dl2 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/icon2.jpg) center center no-repeat;
}
.floor_3_main dl.dl3 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/icon3.jpg) center center no-repeat;
}
.floor_3_main dl.dl4 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/icon4.jpg) center center no-repeat;
}


.floor_3_main dl.dl5 dd {
	float: right;
}
.floor_3_main dl.dl5 dt {
	float: left;
}
.floor_3_main dl.dl5 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/icon5.jpg) center center no-repeat;
}

.h5hot{ text-transform: uppercase;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #0083ff 32.5%, #00f2aa 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.floor_3_1 dl dt{overflow: hidden;}
.floor_3_1 dl dt img{transition: all 0.6s ease;}
.floor_3_1 dl:hover dt img{transform: scale(1.1);}

.mianbaoxie{border-bottom: 1px solid #e3e4e4; line-height: 60px;}
.cp-tit{ width: 100%; background: url("../images/left-top.jpg") center no-repeat; background-size: cover;}
.cp-tit h3{line-height: 36px; margin-left: 20px; font-size: 30px; font-weight: bold;color: #fff; padding: 40px 0;}
.left-dl{ border: 1px solid #e3e4e4;}
.left-dl dd{line-height: 46px; font-size: 16px;padding-left: 20px; border-bottom: 1px solid #e3e4e4;}
.left-dl dd:last-child{border: none;}
.left-bottom{width: 100%; background: url("../images/left-bot.jpg") center no-repeat; background-size: cover; height: 239px;}
.left-bottom p{
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    padding-top: 106px;
    display: block;}

.tel400 {
    font-family: "Impact";
    line-height: 55px;
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-size: 33px;
    color: #FFF;
}
.left-lianxi{border: 1px solid #e3e4e4;}
.left-lianxi-tit h3{padding: 20px;color: #fff;font-size: 20px; width: 100%; background: url("../images/left-tit.jpg") center no-repeat; background-size: cover;}
.left-lianxi p{ margin: 0 20px; line-height: 26px;}
.left-lianxi p img{text-align: center;}

.newText .H1{font-size:24px; color:#333333; text-align: center}
.newTextDiv{border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; padding:9px 0; margin: 30px 0 40px 0; text-align: center;}
.newTextDiv .H2{font-size:14px; color:#777777; margin-right:0.83%; display: inline-block; line-height: 34px; letter-spacing: 0.5px;}
.newTextCon{font-size:14px; line-height: 30px; color:#333333; }
.newTextCon img{max-width: 100%;}

.xinwen-list{}
.xinwen-list dl dd{ display: block;padding: 30px 0; border-bottom: 1px solid #e3e4e4; overflow: hidden;}
.xinwen-list dl dd .time{width:9.76%; float:left; position: relative; padding-top:10px;}
.xinwen-list dl dd .time::after{width:30px; height: 2px; content: ""; background-color:#d9d9d9; position: absolute; top:22px; right:0;}
.xinwen-list dl dd .time .H4{font-size:44px; font-family: Arial; font-weight: bold; color:#1A7BBE; line-height: 40px; }
.xinwen-list dl dd .time .H5{font-size:16px; color:#999999;font-family: Arial; margin: 12px 0;}
.xinwen-list dl dd .time .ico{width:24px; height: 12px; line-height: 0; display: block;}
.xinwen-list dl dd .text{width:87%; float:left; margin-left:2.4%;}
.xinwen-list dl dd .text .H4{font-size:18px; color:#333333; padding:14px 0 23px 0;}
.xinwen-list dl dd .text .p{font-size:14px; color:#999999; line-height: 26px; height:78px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.xinwen-list dl dd .list:hover .H4{color:#1A7BBE;}

.chanpin-list{background: #F5F5F5;padding: 20px;}
.chanpin-list ul{width: 100%;}
.chanpin-list .list{float:left; width:31.76%; margin:0 2.36% 30px 0; background-color:#fff;}
.chanpin-list .list:nth-child(3n){margin-right:0;}
.chanpin-list .box .img{width:100%; padding-bottom:100%; position: relative; overflow: hidden;}
.chanpin-list .box .img img{width:100%; height: 100%; position: absolute;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.chanpin-list .box .text{border:1px solid #e7e7e7; padding:30px 15px;}
.chanpin-list .box .text .H4{font-size:16px; color:#282d28; height: 18px;line-height: 18px; overflow: hidden;}
.chanpin-list .box .text .line{width:68px; height: 2px; display: block; background-color:#1A7BBE; margin: 20px 0; position: relative;}
.chanpin-list .box .text .line::after{width:25px; height: 2px; background-color:#afafaf; position: absolute; top:0; left:76px; content: "";}
.chanpin-list .box .text .more{font-size:12px; color:#666666; font-family: Arial; text-transform: uppercase;}
.chanpin-list .list:hover .img img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.chanpin-list .list:hover .H4{color:#1A7BBE;}



.pro{ padding:60px 0; background:url(../images/pro_bg.png) no-repeat center 0; margin-top:-2px;}
.pro_l{ width:270px;}
.pro_l h3{ height:125px; background:#0069B0 url(../images/pro_t.png) no-repeat center 70px ; font-size:24px; text-align:center; line-height:76px;}
.pro_l h3 a{ color:#fff;display: block;}
.pro_cat{ border:1px solid #0069B0; padding:30px 22px;}
.pro_cat h4{ font-size:16px;}
.pro_cat h4 a{ display:block; height:37px; line-height:37px; background:url(../images/pro_bg2.png) no-repeat; padding-left:56px; color:#fff;}
.pro_cat h4 a:hover{background:url(../images/pro_bg1.png) no-repeat; }
.pro_cat p{ padding:12px 0;}
.pro_cat p span{ display:inline-block;font-size:14px; height:30px; line-height:30px; padding-left:24px; background:url(../images/pro_icon.png) no-repeat 6px center; min-width:5em; _width:5em;_white-space:nowrap;_overflow:visible; margin-right:0.5em; margin-top: 9px;}
.pro_cat p span a{ color:#666;font-size: 15px;}




.width30 {
    width: 30%;
    float: left;
    background: url("../images/nab_bg.jpg") no-repeat;
    background-size: cover;
}
.width70 {
    width: 70%;
    float: left;
}
.bgfff {
    background: #fff;
    overflow: hidden;
}
.width30 h3 {
    text-align: right;
    font-size: 35px;
    line-height: 50px;
    padding: 60px 30px 60px 0;
    color: #fff;
}
.f9 {
    background: #f9f9f9;
    padding: 30px 0;
}
.f6 {
    background: #f6f6f6;
    padding: 30px 0;
}
.con_body h3 {
    font-size: 16px;
    line-height: 2.2em;
}
.con_body p {
    line-height: 42px;
    font-size: 16px;
}
/*footer*/

.wrap-footer {
	background: #333333;
}
.footer {
	position: relative;
	color: #fff;
}
.footer a {
	color: #b6b6b6;
}
.footer .f_left {
	width: 180px;
	height: 290px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_left dl dt {
	padding-top: 22px;
	margin-bottom: 10px;
}
.footer .f_left dl dt img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.footer .f_left dl dd.dd1 {
	font-size: 14px;
	color: #333;
}
.footer .f_left dl dd.dd2 {
	font-size: 13px;
	width: 125px;
	margin: 8px auto 8px auto;
	height: 9px;
	position: relative;
	border-bottom: 1px solid #999999;
}
.footer .f_left dl dd.dd2 i {
	display: block;
	width: 70px;
	margin: 0 auto;
	background: #fff;
	color: #333;
}
.footer .f_left dl dd.dd3 {
	font-size: 20px;
	color: #0069B0;
	font-weight: bold;
}
.footer .f_top {
	margin-left: 180px;
	height: 50px;
	border-bottom: 1px solid #545454;
	padding-left: 40px;
}
.footer .f_top ul.top_ul li {
	float: left;
	width: 105px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.footer .f_top ul.top_ul li:first-child {
	padding-left: 0;
}
.footer .f_top ul.top_ul li:hover a {
	color: #fff;
}
.footer .f_bot {
	margin-left: 180px;
	padding: 32px 0 0 40px;
	overflow: hidden;
}
.footer .f_bot ul.bot_ul1 {
	padding: 0 33px 0 33px;
	border-left: 1px solid #545454;
	float: left;
	height: 190px;
}
.footer .f_bot ul.bot_ul1:first-child {
	padding-left: 0;
	border-left: none;
}
.footer .f_bot ul.bot_ul1 li {
	line-height: 28px;
	font-size: 13px;
	position: relative;
	color: #b6b6b6;
}
.footer .f_bot ul.bot_ul1 li i {
	display: block;
	height: 18px;
	width: 3px;
	background: #fff;
	position: absolute;
	left: -19px;
	top: 0;
}
.footer .f_bot ul.bot_ul1 li:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
}
.footer .f_bot ul.bot_ul1 li:first-child a {
	color: #fff;
}
.footer .f_bot ul.bot_ul1 li:hover a {
	color: #fff;
}
.f_icp {
	text-align: center;
	line-height: 30px;
	background: #0069B0;
	color: #fff;
	font-size: 13px;
}
.f_icp p{color: #fff;}
.f_icp a {
	color: #fff;
}
.f_icp img {
	position: relative;
	top: 5px;
	left: 5px;
}


.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    background: none;
    padding: 0;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #999;
    background:none;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
nav.for-pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
display: inline;
    float: left;
    line-height: 1.42;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin: 0 0 0 5px;
}
.pagination>li.thisclass {
    background: #ff8400;
    color: #fff;
    margin-left: 0.75em;
}
.pagination>li.shouye {
    padding: 6px 12px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    margin-left: 0.75em;
    line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    color: #999;
}



.title_h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    border-bottom: 1px solid #3e3e3e;
}
.body_dl {
    width: 100%;
    overflow: hidden;
}
.body_dl p {
    line-height: 48px;
    font-size: 14px;
    text-align: center;
}
.body_dl img {
    border: 1px solid #f1f1f1;
    width: 100%;
}
.body_dl a:hover img {
    border: 1px solid #ca3214;
}
.body_dl a:hover p {
    color: #ca3214;
}
.news_dl {
    width: 100%;
    overflow: hidden;
}
.news_dl div {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px dashed #f1f1f1;
}
/*******************************************************************************************************************************************************************************/





@media (max-width: 1920px) {
  .display-pc{display: block;}
  .display-600 {display: none; }
}




@media (max-width: 1000px) {
  .display-pc {display: none; }
  .display-600 {display: block; }
  .not-display-pc{display: block;}
  .not-display-600 {display: none; }
  
.indexnav-bg{padding: 20px 0 20px 0;}
    .indexnav{margin-bottom: 20px;}  
    .title_more a{width: 50%;float: left;}
    .indexanli{padding: 20px 0 30px 0;}
    
    .floor_3_main dl{width: 100%; height: auto;}
    .floor_3_main dl dt{width: 100%; height: auto;}
    .floor_3_main dl dd {width: 96%; margin: 0 2%;}
    .floor_3_main dl dd h3 i{width: 20%;}
    .floor_3_main dl dd h3 span{width: 73%; font-size: 20px;}
    .floor_3_main dl dd h3 b{width: 73%;font-size: 20px;}
    .floor_3_main dl dd p{font-size: 15px;}
    .floor_3_main dl dd a{margin-bottom: 10px;}
    .about-bg{padding: 30px 0;}
    .about-bg .container{padding: 0;}
.youshi {
    padding: 20px 0;
}
    .u-tt{font-size: 24px;}
    .u-more{margin-bottom: 10px;}
.news_center_list {
    margin-left: 0px;
}
    
    
.wap-nav{ padding: 0; margin: 0;}
.wap-nav h4{ text-align: center; font-size: 18px;line-height: 26px; height: 26px;}
	.wap-nav h4 a{display: block;}	
	.wap-nav p {width: 100%; margin-bottom: 10px;}
	.wap-nav p span{width: 48%; margin: 5px 1%;float: left; line-height: 32px; padding: 0 10px; border: 1px solid #f1f1f1;}	
	.wap-nav p span a{font-size: 14px;}
    

.sub-menu-w {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  padding-bottom: 40px;
  display: none;
}
.sub-menu-w .btn-close {
  width: 56px;
  height: 56px;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-menu-w .btn-close img {
  width: 12px;
}
.sub-menu-w .menu-w {
  padding: 65px 40px 0;
}
.sub-menu-w .menu-w .menu-l {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sub-menu-w .menu-w .menu-l .mtt, .sub-menu-w .menu-w .menu-l .mtt a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  padding: 9px 0;
}
.sub-menu-w .menu-w .menu-l:last-child {
  border-bottom: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu {
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
  padding: 8px 0;
  display: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 16px;
  padding: 5px 0;
}
    
.topbar {
    height: 56px;
}

.topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 56px;
  background-color: #fff;
}
.topbar .logo-w .logo-ww {
  width: 100%;
  height: 56px;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
.topbar .logo-w .logo-ww img {
  height: 30px;
    margin-left: 10px;
}
.topbar .logo-w.ylw {
  background-color: #fff;
}
.topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #333;
}
.topbar .navs-w .menu-opener {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topbar .navs-w .menu-opener img {
  width: 14px;
}
.topbar .navs-w .phone {
  width: auto;
  height: 56px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar .navs-w .phone img {
  width: 19px;
  margin-right: 10px;
}
.topbar .navs-w .phone span {
  font-weight: bold;
  font-size: 21px;
}
.topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 25px;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.topbar .menu-w .menu-ww .menus {
  padding-right: 35px;
}
.topbar .menu-w .menu-ww .menus .item {
  padding: 0 22px;
  line-height: 56px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 56px;
  float: left;
}
.topbar .menu-w .menu-ww .menus .item:after {
  content: ' ';
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.topbar .menu-w .menu-ww .menus .item.active:after, .topbar .menu-w .menu-ww .menus .item:hover:after {
  opacity: 1;
}
.topbar .menu-w .menu-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.topbar .menu-w .menu-ww .close-w img {
  height: 10px;
}
.topbar .menu-w.active {
  opacity: 1;
  width: calc(100% - 196px);
}
	
.pagination>li {padding: 1px 7px;}
.chanpin-list {
    background: #F5F5F5;
    padding: 20px 10px;
}
	.chanpin-list .list {width: 47.5%;}
.chanpin-list .list:nth-child(3n) {
    margin-right: 2.36%;
}

	
	.title .more{display: none;}
	.title_more a{font-size: 13px;    line-height: 20px;}
	.yw-cp .yw-cp-p{font-size: 15px;font-weight: 500; height: 42px; overflow: hidden;}
	
.body_dl p {line-height: 20px; height: 20px;overflow: hidden; margin-bottom: 10px;}
	.pagination{width: 100%;font-size: 12px;}
.pagination span{padding: 4px 2px; background: #2F3237; margin-right: 3px; color: #fff;font-size: 12px;}
.pagination span a{color: #fff;font-size: 12px;}
.page-numbar a{ margin-right: 5px;font-size: 12px;}
.page-numbar a.page-num-current{color: #FCCF04;font-size: 12px;}
.range {    display: flex;    flex-wrap: wrap;}
	
	
	
	
    
}
