* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
}

.header-top {
    padding: 25px 0;
    width: 1400px;
    margin: 0 auto;
    height: 80px;
}

.top-left figure img,
.top-left figure figcaption {
    float: left;
}

.top-left figure figcaption {
    padding-left: 10px;
}

.top-left figure figcaption h1,
.top-left figure figcaption h2 {
    padding-top: 3px;
    font-size: 28px;
    color: #000;
    letter-spacing: 3px;
    line-height: 48px;
}

.top-left figure figcaption p,
.top-left figure figcaption p {
    font-size: 15px;
    color: #333;
    letter-spacing: 2px;
}

.search {
    float: left;
    margin-left: 200px;
    padding-top: 10px;
}

.search p {
    font-size: 18px;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    line-height: 31px;
}

.t {
    float: left;
    width: 232px;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    height: 24px;
    border: #da1010 2px solid;
    padding-left: 14px;
    padding-right: 5px;
    outline: none;
}

.suo {
    width: 50px;
    height: 28px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #da1010;
} 

.top-right {
    padding-top: 10px;
    float: right;
}

.top-right figure img,
.top-right figure figcaption {
    float: left;
}

.top-right figure figcaption span {
    display: block;
}

.top-right figure figcaption {
    padding-left: 10px;
}

.top-right figure figcaption span:first-child {
    font-size: 16px;
    color: #000;
}

.top-right figure figcaption span:last-child {
    font-size: 34px;
    color: #da1010;
    font-weight: bold;
}

.p-nav {
    background: #0082d0;
}

.p-nav > ul {
    width: 1400px;
    margin: 0 auto;
    height: 60px;
}

.p-nav > ul > li {
    float: left;
    width: 140px;
    text-align: center;
}

.p-nav > ul > li > a {
    display: block;
    font-size: 18px;
    color: #fff; 
    line-height: 60px; 
}

.p-nav > ul > li > a:hover {
    background: #da1010;
}

.nav_menu3 {
    position: relative;
}

.nav_menu3 ul {
    position: absolute;
    top: 60px;
    width: 800px;
    z-index: 1000;
    background: #fff;
    padding: 10px 0 20px 0;
    display: table;
}

.nav_menu3 ul li {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    width: 120px;
    font-size: 16px;
    color: #000;
}

.nav_menu3 ul li figure img {
    width: 70px;
    height: 47px;
    display: block;
    margin: 0 auto;
}

.nav_menu3 ul li figure figcaption {
    padding-top: 5px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.nav_menu3 ul li figcaption:hover {
    color: #da1010;
}

#playBox { 
    position: relative; 
    width: 100%; 
    height: 700px;
    background:#333; 
    overflow:hidden;
}

.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}

.oUlplay li { 
    float:left;
    position: relative;
}

.oUlplay li div {
    position: absolute;
    left: 100px;
    top: 200px;
}

.oUlplay li img {
    width: 100%;
    display: block;
}

.smalltitle {
    width: 100%; 
    height: 15px; 
    position: absolute; 
    bottom: 25px;
    z-index: 10;
}

.smalltitle ul { 
    display: table;
    margin: 0 auto;
}

.smalltitle ul li { 
    float: left; 
    width: 15px; 
    height: 15px; 
    margin: 0 10px; 
    border-radius: 15px; 
    background:#ffffff; 
    overflow: hidden;
    display: inline;
    zoom:1;
}

#playBox .smalltitle .thistitle { 
    background:#005aff;
}

.marquee-box {
    width: 100%;
    height: 40px;
    background: #fafafa;
}

.marquee {
    width: 1400px;
    margin: 0 auto;
}

.marquee figure,
.marquee figure img,
.marquee figure figcaption {
    float: left;
}

.marquee figure img {
    padding-top: 7px;
    width: 28px;
    display: block;
}

.marquee figure figcaption {
    padding-left: 5px;
    font-size: 18px;
    color: #ff9913;
    line-height: 40px;
}

.marquee marquee {
    width: 1260px;
    float: right;
    font-size: 16px;
    color: #ff1e00;
    line-height: 40px;
}

.content-top {
    padding: 30px 0;
    width: 100%;
    background: #eee;
}

.content-topbox {
    padding: 20px 0;
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    display: table;
}

.about {
    padding-left: 10px;
    width: 650px;
    float: left;
}

.about-tab {
    overflow: hidden;
    background: #fff;
    display: block;
    border-bottom: 1px solid #c6c6c6;
}

.about-tab h3 {
    float: left;
    padding: 0 10px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: #0082d0; 
}

.about-tab a {
    float: right;
    font-size: 16px;
    color: #da1010;
    line-height: 40px;
}

.about-content video {
    width: 650px;
    height: 369px;
}

.about-content p {
    padding-top: 5px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.news {
    padding: 0 10px;
    width: 650px;
    float: right;
}

.news-tab {
    overflow: hidden;
    background: #fff;
    display: block;
    border-bottom: 1px solid #c6c6c6;
}

.news-tab ul li {
    float: left;
    padding: 0 10px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.news-tab a {
    float: right;
    font-size: 16px;
    color: #da1010;
    line-height: 40px;
}

.aui-current {
    color: #fff;
    background: #0082d0;
}

.news-content ul li {
    margin-top: 20px;
    border-bottom: 1px dashed #eee;
}

.news-content ul li a h2 {
    padding: 5px 0;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 30px;
}

.news-content ul li a h2:hover {
    color: #da1010;
}

.news-content ul li p {
    padding: 5px 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news-content ul li time {
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    display: block;
}

.product {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.title h3 {
    font-size: 24px;
    text-align: center;
    line-height: 48px;
}

.tabox {
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
}

.hd {
    overflow: hidden;
}

.hd ul li h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.hd li {
    position:relative;
    float:left;
    margin-left: 5px;
    width: 170px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    cursor: default;
    background: #e8e8e8;
}

.hd li:first-child {
    margin-left: 0;
}

.hd li h3:hover {
    background: #0082d0;
    color: #fff;
}

.lh {
    overflow:hidden;
}

.lh li {
    margin-top: 40px;
    margin-left: 18px;
    float: left;
}

.lh li img {
    width: 320px;
    height: 241px;
    border: 4px solid #eaeaea;
}

.lh li a h2 {
    height: 30px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.lh li a h2:hover {
    color: #0082d0;
}

.more {
    margin-top: 60px;
}

.more a {
    width: 150px;
    height: 30px;
    font-size: 18px;
    color: #da1010;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border: 2px solid #da1010;
    border-radius: 4px;
}

.more a:hover {
    background: #da1010;
    color: #fff;
}

.lianxi {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 40px;
    background: #eee;
}

.contact-bg {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    display: table;
}

.contact-bg p {
    font-size: 20px;
    color: #da1010;
    font-weight: bold;
    text-align: center;
}

.contact-bg ul li {
    float: left;
    width: 280px;
    margin-top: 40px;
    margin-left: 70px;
}

.contact-bg ul li span:first-child {
    width: 70px;
    padding-right: 30px;
}

.contact-bg ul li span {
    float: left;
    font-size: 16px;
    color: #000;
    display: block;
}

.shadow-img {
    position: absolute;
    left: 50%;
    bottom: -51px;
    margin-left: -544px;
}

.cont {
    position: relative;
    width: 1400px;
    height: 170px;
    margin: 0 auto;
}

.cont1 {
    display: table;
}

.bj {
    position: absolute;
    bottom: -51px;
    left: 140px;
}
  
.bd1 ul li {
    float: left;
    width: 350px;
    padding-top: 50px;
    margin-left: 20px;
}

.bd11 ul li {
    float: left;
    width: 330px;
    padding-top: 50px;
    margin-left: 20px;
}

.head-img {
    float: left;
    width: 82px;
    height: 82px;
    margin-right: 6px;
    border-radius: 82px;
}

.info {
    float: left;
    padding-left: 10px;
    margin-top: 12px;
  }

.name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.lx {
    height: 30px;
}

.lx span {
    line-height: 30px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
  
.lx img {
    padding-left: 5px;
    vertical-align: middle;
}

.lx a {
    position: relative;
    display: block;
    float: left;
}

.code {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -62px;
    width: 90px;
    height: 90px;
    padding: 4px;
    background: #fff;
}

.tuijian {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}


.tuiajian-box ul {
    display: table;
}

.tuiajian-box ul li  {
    float: left;
    width: 320px;
    height: 290px;
    margin-left: 15px;
    margin-top: 30px;
	overflow: hidden;
}

.tuiajian-box ul li figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
}

.tuiajian-box ul li a h2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 40px;
    padding-top: 5px;
}

.tuiajian-box ul li a > h2:hover {
    color: #da1010;
}

.tuiajian-box ul li figure img {
    position: relative;
    width: 320px;
    height: 241px;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tuiajian-box ul li figure figcaption {
    position: absolute;
	top: 40px;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tuiajian-box ul li figure figcaption::before,
.tuiajian-box ul li figure figcaption::after {
	pointer-events: none;
}


.tuiajian-box ul li figure figcaption h2 {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    display: none;
}

.tuiajian-box ul li figure p {
    padding: 5px 10px 0 10px;
	letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
}

.tuiajian-box ul li figure {
	background: #0082d0;
}

.tuiajian-box ul li figure:hover figcaption h2 {
    display: block;
}

.tuiajian-box ul li figure:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tuiajian-box ul li figure figcaption:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tuiajian-box ul li figure figcaption h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
	-webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.tuiajian-box ul li figure p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.tuiajian-box ul li figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.honor {
    margin-top: 40px;
    padding: 20px 0;
    width: 100%;
    background: #eee;
}

.box-lanrenzhijia {
    position: relative;
	width: 1400px;
    height: 169px;
    margin: 20px auto;
    background:url(../images/bg01.gif) no-repeat;
}

.ashow2 {
    float: left;
	width: 1400px;
	margin-left: 65px;
}

.list_02 li {
	padding-right: 16px! important;
	float: left;
	overflow: hidden;
	width: 300px;
	height: 167px;
}

.list_02 li  img {
    width: 300px;
    display: block;
}

.al {
	background: url(../images/btn02.gif) no-repeat 0px 0;
	left: 20px;
    top: 67px;
	position: absolute;
	overflow: hidden;
	width: 20px;
	cursor: pointer;
	line-height: 200px;
	height: 40px
}

.ar {
	background: url(../images/btn01.gif) no-repeat 0px 0;
    right: 33px;
    top: 67px;
	position: absolute;
	overflow: hidden;
	width: 20px;
	cursor: pointer;
	line-height: 200px;
	height: 40px
}

.link {
    padding-top: 40px;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.link-box {
    margin-top: 10px;
}

.link-box ul li {
    float: left;
    margin-top: 30px;
    width: 276px;
    text-align: center;
    border-right: 1px solid #000;
}

.link-box ul li a {
    font-size: 16px;
    color: #333;
}

.link-box ul li a:hover {
    color: #da1010;
}

.footer {
    margin-top: 50px;
    width: 100%;
    height: 350px;
    background: #eee;
}

.footer-box {
    width: 1400px;
    margin: 0 auto;
}

.footer-left,
.footer-center {
    float: left;
}

.footer-right {
    float: right;
}

.footer-left h4,
.footer-center h4,
.footer-right h4 {
    padding: 30px 0 10px 0;
    font-size: 16px;
    color: #333;
}

.footer-left ul li a,
.footer-center ul li a {
    font-size: 14px;
    color: #343434;
    line-height: 30px;
}

.footer-left ul li a:hover,
.footer-center ul li a:hover {
    color: #da1010;
} 

.footer-center {
    margin-left: 260px;
    width: 605px;
}

.footer-center ul li {
    width: 180px;
    float: left;
}

.footer-center ul li:nth-of-type(3n) {
    margin-left: 60px;
}

.footer-right ul li {
    font-size: 14px;
    color: #343434;
    line-height: 28px;
}

.footer-right figure {
    margin-top: 10px;
    float: left;
}

.footer-right figure:last-child {
    margin-left: 50px;
}

.footer-right figure img {
    width: 90px;
    display: block;
}

.footer-right figure figcaption {
    font-size: 14px;
    color: #343434;
    line-height: 28px;
    text-align: center;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom ul li {
    font-size: 14px;
    color: #343434;
    text-align: center;
    line-height: 28px;
}

.footer-bottom ul li a {
    font-size: 14px;
    color: #343434;
    text-align: center;
    line-height: 28px;
    display: block;
}

.product-center {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}

.product-left {
    float: right;
    width: 1070px;
}

.weizhi {
    width: 1070px;
    height: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.weizhi a {
    float: left;
    font-size: 16px;
    color: #333;
    padding: 0 5px;
}

.weizhi a:hover {
    color: #da1010;
}

.weizhi span {
    float: left;
    display: block;
}

.weizhi h3 {
    float: left;
    padding: 0 5px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.weizhi h1 {
    float: left;
    padding-left: 10px;
    font-size: 16px;
}

.product-box {
    display: table;
}

.product-box ul li {
    float: left;
    margin-left: 24px;
    margin-top: 30px;
}

.product-box ul li > a figure img {
    width: 320px;
    height: 241px;
    border: 2px solid #eaeaea;
}

.product-box ul li h2 {
    width: 320px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-box ul li h2:hover {
    color: #da1010;
}

.p-lianxi {
    padding-top: 14px;
    height: 30px;
}

.p-lianxi a {
    padding-left: 50px;
    float: left;
    display: block;
}

.p-lianxi a figure img,
.p-lianxi a figure figcaption {
    float: left;
}

.p-lianxi a figure img {
    width: 26px;
    display: block;
}

.p-lianxi a figure figcaption {
    padding-left: 5px;
    font-size: 14px;
    color: #343434;
    line-height: 30px;
}

.p-right {
    float: left;
    padding-bottom: 20px;
    width: 280px;
    background: #0082d0;
}

.cpfl h4 {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
    line-height: 36px;
    border-bottom: 1px solid #fff;
}

.p-lian {
    margin-top: 20px;
}

.p-lian h4 {
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
    line-height: 36px;
    border-top: 1px solid #fff;
}

.p-lian ul li {
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.jj-box {
    width: 1400px;
    margin: 0 auto;
}

.jj-box > p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


.jianjie {
    margin-top: 30px;
}

.jianjie h3 {
    padding-top: 20px;
    font-size: 20px;
    color: #0082d0;
    line-height: 40px;
}

.jianjie h4 {
    margin-top: 20px;
    font-size: 16px;
    color: #da1010;
    line-height: 40px;
}

.jianjie p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.contact {
    width: 1400px;
    margin: 0 auto;
}

.contact > p {
    padding-top: 40px;
    font-size: 20px;
    color: #da1010;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.news-box ul li {
    margin-top: 10px;
    height: 150px;
    border-bottom: 1px dashed #eaeaea;
}

.news-left {
    float: left;
    width: 885px;
}

.news-left h2 {
    padding: 5px 0;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 36px;
    display: block;
}

.news-left p {
    height: 58px;
    font-size: 14px;
    color: #343434;
    line-height: 24px;
}

.news-left > a:last-child {
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background: #c6c6c6;
    display: inline-block;
}

.news-left > a:last-child:hover {
    background: #da1010;
}

.news-time {
    margin-top: 30px;
    float: right;
    width: 80px;
    height: 80px;
    background: #0082d0;
}

.news-time time {
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.news-content h1 {
    padding: 20px  0;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.biaoqian {
    display: table;
    margin: 0 auto;
}

.biaoqian time,
.biaoqian span {
    float: left;
    font-size: 16px;
    color: #666;
}

.biaoqian time {
    padding-right: 30px;
}

.biaoqian a {
    padding-right: 5px;
    font-size: 16px;
    color: #666;
}

.zhaiyao {
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    background: #e8e8e8;
    line-height: 28px;
}

.contents p {
    padding-top: 20px;
    font-size: 16px;
    color: #000;
    text-indent: 40px;
    line-height: 32px;
}

.contents img {
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}

.product-gs {
    margin-top: 20px;
    display: table;
}

.product-gs > figure,
.gs-right {
    float: left;
}

.gs-right {
    padding-left: 30px;
    width: 716px;
}

.product-gs > figure img {
    width: 320px;
    height: 241px;
    display: block;
    border: 2px solid #eaeaea;
}

.gs-right h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 48px;
}

.gs-right div {
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}

.gs-right div a {
    padding-right: 5px;
    font-size: 16px;
    color: #333;
}

.gs-right p {
    margin-top: 15px;
    padding: 5px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    background: #e8e8e8;
}

.gs-right > a {
    float: left;
    padding: 10px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    background: #0082d0;
    border-radius: 2px;
}

.gs-right > a:hover {
    background: #da1010;
}

.product-content {
    display: table;
}

.product-tj {
    margin-top: 30px;
}

.product-tj h3 {
    padding: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #0082d0;
    display: inline-block;
}

.product-tj span {
    height: 1px;
    background: #0082d0;
    display: block;
}

.box-lanrenzhijia1 {
    position: relative;
	width: 1070px;
    margin: 20px auto;
    background:url(../images/bg01.gif) no-repeat;
}

.ashow21 {
    float: left;
    margin-left: 40px;
}

.list_021 li {
	padding-right: 16px! important;
	float: left;
	overflow: hidden;
	width: 235px;
	height: 229px;
}

.list_021 li a img {
    width: 235px;
    height: 180px;
    display: block;
    border: 1px solid #c6c6c6;
}

.list_021 li a h2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 41px;
    font-weight: normal;
}

.al1 {
	background: url(../images/btn02.gif) no-repeat 0px 0;
    left: 5px;
    top: 76px;
	position: absolute;
	overflow: hidden;
	width: 20px;
	cursor: pointer;
	line-height: 200px;
	height: 40px
}

.ar1 {
	background: url(../images/btn01.gif) no-repeat 0px 0;
    right: 5px;
    top: 76px;
	position: absolute;
	overflow: hidden;
	width: 20px;
	cursor: pointer;
	line-height: 200px;
	height: 40px
}

.product-xq {
    margin-top: 40px;
}

.product-xq > h3 {
    padding: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #0082d0;
    display: inline-block;
}

.product-xq > span {
    margin-bottom: 10px;
    height: 1px;
    background: #0082d0;
    display: block;
}

.p-xq h3 {
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.p-xq p {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.p-xq table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.p-xq table tr td {
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
}

.p-xq img {
    display: block;
    margin: 0 auto;
}

.honor-box {
    margin-top: 20px;
}

.honor-box > figure figcaption {
    padding: 20px 0; 
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.honor-box img {
    display: block;
    margin: 0 auto;
}

.honor-box img:first-child {
    width: 750px;
    display: block;
    margin: 0 auto;
    float: none;
}

.honor-box img:nth-child(2) {
    width: 750px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    float: none;
}

.honor-box img {
    margin-top: 50px;
    float: left;
    width: 520px;
    display: block;
}

.honor-box img:nth-child(3),
.honor-box img:nth-child(4),
.honor-box img:nth-child(5),
.honor-box img:nth-child(6){
    margin-left: 15px;    
    margin-top: 40px;
}

.diu {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.diu figure img {
    display: block;
    margin: 0 auto;
}

.diu figure figcaption {
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    text-align: center; 
    line-height: 36px;
}

.diu figure figcaption a {
    color: #da1010;
}

.context {
    width: 1070px;
    margin-top: 50px;
}

.context ul li:first-child {
    float: left;
}

.context ul li:last-child {
    float: right;
}

.context ul li a {
    font-size: 16px;
    color: #343434;
}

.context ul li a:hover {
    color: #da1010;
}

.weizhi-s {
    width: 1070px;
    height: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.weizhi-s span,
.weizhi-s h1 {
    float: left;
    font-size: 16px;
}

.weizhi-s h1 {
    padding: 2px 5px;
    color: #da1010;
}

.yb_conct{
    position:fixed;
    z-index:9999999;
    top:300px;
    right:-100px;
    cursor:pointer;
    transition:all .3s ease;
}
.yb_bar ul li{
    width:150px;
    height:53px;
    font-size: 14px;
    line-height: 50px;
    color:#fff;
    text-indent:54px;
    margin-bottom:3px;
    border-radius:3px;
    transition:all .5s ease;
    overflow:hidden;
}
.yb_bar .yb_top{
    background:#0082d0 url(../images/rightbar.png) no-repeat 0 0;
}
.yb_bar .yb_phone{
    background:#0082d0 url(../images/rightbar.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ{
    text-indent:0;background:#0082d0 url(../images/rightbar.png) no-repeat 0 -113px;
}

.hd_qr{
    width: 125px;
    height: auto;
    display: block;
    padding:5px 29px 25px 13px;
}
.yb_QQ a{
    display:block;
    text-indent:54px;
    width:100%;
    height:100%;
    color:#fff;
}

.p-item h3 a {
    margin-top: 15px;
    padding: 5px 0 5px 70px;
    font-size: 18px;
    color:#fff;
    height: 30px;
    line-height: 30px;
    background: url(../images/zfx.png) 45px 13px no-repeat;
    background-size: 5%;
    display: block;
}

.p-item .active {
    border:none;
}

.sub-item > a {
    margin-top: 9px;
    padding: 5px 0 5px 70px; 
    height: 30px;
    font-size: 16px;
    color:#fff; 
    line-height: 30px;
    display: block;
}

.sub-item li a {
    margin-top: 9px;
    padding: 5px 0 5px 70px; 
    height: 30px;
    font-size: 16px;
    color:#fff; 
    line-height: 30px;
    display: block;
}

.sub-item li a:hover,
.sub-item > a:hover {
    background: #da1010;
}

.pagination { 
    float:left; 
    width:100%; 
    height: 60px; 
    line-height: 60px;
    text-align:center; 
    border: none;
    margin-top:20px;
}

.pagefy {
     width: 100%;  
}

.pagefy a {    
    border: 1px solid #cfcfcf; 
    cursor: pointer;
    display: inline-block; 
    height: 20px; 
    line-height: 20px; 
    color:#666;
    padding: 5px 10px; 
    text-align: center; 
    margin-top: 20px; 
    margin-right: 5px;
}

.pagination .pagefy .current { 
    background-color: #0B71C6; 
    color: #fff;
}

.pagination .pagefy a:hover {
    background-color: #0B71C6; 
    color: #fff;
}

.zuoyou {
    margin-top: 40px;
    height: 30px;
}

.top1 {
    float: left;
}

.boot1 {
    float: right;
}

.top1 a,
.boot1 a {
    font-size: 15px;
    color: #000;
}

.top1 a:hover,
.boot1 a:hover {
    color: #f00;
}

.shili {
    width: 1400px;
    margin: 0 auto;
}

.shili h3 {
    margin: 40px 0;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.zhant {
    position: relative;
    height: 820px;
}

.zhant > figure,
.zhant b,
.zhant ul {
    position: absolute;
}

.zhant b {
    left: 100px;
    top: 140px;
    padding: 20px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 5px;
    display: block;
    border: 5px solid #fff;
    z-index: 100;
}

.zhant > figure:nth-child(3) {
    left: 620px;
}

.zhant ul {
    top: 400px;
}

.zhant ul li {
    float: left;
}

.zhant ul li:nth-child(2) {
    margin: 0 25px;
}

.chej {
    position: relative;
    height: 1230px;
}

.chej > figure,
.chej b,
.chej ul {
    position: absolute;
}

.chej b {
    left: 100px;
    top: 140px;
    padding: 20px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 5px;
    display: block;
    border: 5px solid #fff;
    z-index: 100;
}

.chej > figure:nth-child(3) {
    left: 610px;
}

.chej ul:nth-child(4) {
    top: 410px;
}

.chej ul:nth-child(4) li {
    float: left;
}

.chej ul:nth-child(4) li:last-child {
    margin-left: 20px;
}

.chej ul:nth-child(5) {
    top: 852px;
}

.chej ul:nth-child(5) li {
    float: left;
}

.chej ul:nth-child(5) li:nth-child(2) {
    margin: 0 25px;
}