﻿* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;

}

html {
	font-size: 62.5%;
}

i,
em {
	font-style: normal;
}

html.is-screen-locked {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
}

html.fz-sm {
	font-size: 56.3%;
}

html.fz-md {
	font-size: 62.5%;
}

html.fz-lg {
	font-size: 68.8%;
}

body {
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000;
	margin: 0;
	padding: 0;
	min-width: 1px;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 2px;
	}
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	body {
		min-width: 1px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none !important;
	color: #555;
}

p {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

small {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

form {
	display: block;
	width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

img {
	display: inline-block;
	vertical-align: top;
	border: 0;
}

sup {
	font-size: 90%;
	vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {}


/**/

.wrap {
	 width:1200px;
    margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pt50 {
	padding-top: 180px;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}


/*分页*/

.page {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
	text-align: center;
}

.page div {
	display: inline-block;
}

.page a,
.page span {
	position: relative;
	float: left;
	padding: 8px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #a5cc3b;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
}

.page .current {
	background-color: #a5cc3b;
	border: 1px solid #a5cc3b;
	color: #fff;
}

.page a:first-child,
.page span:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.page a:last-child,
.page span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


/*当前位置*/

.blk {
	margin: 20px auto 20px auto;
	width: 1200px;
}

.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #ea8a1c;
	font-weight: normal;
	padding-left: 8px;
}

.plc {
	width: 1200px;
	margin: 0 auto 20px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}


/*内页栏目*/

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	width: 1200px;
	margin: 0 auto 20px;
}

.tl-fdh-02 li {
	width: 12.4%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}

.tl-fdh-02 li a {
	color: #333;
	display: block;
	width: 100%;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../img/p16-icon6.png) no-repeat bottom center #263B6E;
	border-color: #263B6E;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}

.tl-fdh-02 li .erji {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10;
}

.tl-fdh-02 li .erji li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-bottom: #fff 1px solid;
	font-size: 16px;
}

.tl-fdh-02 li .erji li a {
	color: #333;
}

.tit {
	font-size: 32px;
	text-align: center;
	margin: 25px 0;
}

.wmen {
	color: #cb2631
}

.eng i {
	color: #cb2631;
	padding: 0 15px;
}

.chi {
	margin-bottom: 7px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

.eng {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}


/*站点地图*/

.p12-sitemap-1-xml {
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	text-align: right;
}

.p12-sitemap-1-tit {
	height: 46px;
	line-height: 46px;
	color: #fff;
	clear: both;
}

.p12-sitemap-1-tit h3 {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	text-align: center;
	font-weight: normal;
	background: #75b942;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.p12-sitemap-1-tit a {
	color: #fff;
}

.p12-sitemap-1 ul {
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 40px;
}

.p12-sitemap-1 li a {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	width: 16.66%;
	font-weight: normal;
	float: left;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.p12-sitemap-1 li a:hover {
	color: #75b942;
}

.xnznr-search-1-tit {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}

.xnznr-search-1-tit h3 {
	width: 145px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: #333;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: 1px;
	font-size: 24px;
}


/*在线客服*/

.side {
	position: fixed;
	width: 78px;
	right: 0;
	top: 50%;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0
}

.side ul li {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.side ul li:hover {
	background: #2a95db;
	color: #fff
}

.side ul li:hover a {
	color: #fff
}

.side ul li i {
	height: 25px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s
}

.side ul li i.bgs1 {
	background-image: url(../img/right_pic5.png)
}

.side ul li i.bgs2 {
	background-image: url(../img/right_pic7.png)
}

.side ul li i.bgs3 {
	background-image: url(../img/right_pic2.png)
}

.side ul li i.bgs4 {
	background-image: url(../img/right_pic1.png)
}

.side ul li i.bgs5 {
	background-image: url(../img/right_pic3.png)
}

.side ul li i.bgs6 {
	background-image: url(../img/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
	background-image: url(../img/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
	background-image: url(../img/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
	background-image: url(../img/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
	background-image: url(../img/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
	background-image: url(../img/right_pic3_on.png)
}

.side ul li .sidebox {
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}

.side ul li.sidetop {
	background: #2a95db;
	color: #fff
}

.side ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
	width: 238px;
	display: none;
	color: #363636;
	text-align: center;
	padding-top: 235px;
	position: absolute;
	left: -240px;
	top: 0;
	background-image: url(../img/leftewm.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
	width: 240px;
	height: 237px;
	display: none;
	color: #fff;
	text-align: left;
	position: absolute;
	left: -240px;
	top: -79px;
	background: #f67524
}

.side ul li.sideetel .telBox dd {
	display: block;
	height: 118.5px;
	overflow: hidden;
	padding-left: 82px;
	line-height: 24px;
	font-size: 18px
}

.side ul li.sideetel .telBox dd span {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: 32px;
	font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
	background: url(../img/right_pic8.png) 28px center no-repeat;
	background-color: #2a95db
}

.side ul li.sideetel .telBox dd.bgs2 {
	background: url(../img/right_pic9.png) 28px center no-repeat
}

.side ul li:hover .son {
	display: block!important;
	animation: fadein 1s
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}



/* 内页背景 */

.nybg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
        top: 110px;
}
.nybg::after{
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.nybg_title {
    height: 250px;
    position: relative;
    z-index: 2;
}

.nybg_titletxt {
    height: 250px;
    font-size: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.nybg_titletxt p{
    color: rgba(255, 255, 255, 0.4);
}
.nybg_titletxt p::before,
.nybg_titletxt p::after{
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    background:rgba(255, 255, 255, 0.2); 
    position: relative;
    top: -20%;
    margin: 0 10px;
}

.nybg_mbx {
    height: 50px;
    background: -moz-linear-gradient(left, #a4cc37 0%, #0a5f8f 100%);
    background: -webkit-linear-gradient(left, #a4cc37 0%, #0a5f8f 100%);
    background: -o-linear-gradient(left, #a4cc37 0%, #0a5f8f 100%);
    background: -ms-linear-gradient(left, #a4cc37 0%, #0a5f8f 100%);
    background: linear-gradient(to left, #a4cc37 0%, #0a5f8f 10);
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.nybg_mbxbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nybg_mbxboxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nybg_mbxboxl i {
    font-size: 24px;
    color: rgba(255, 255, 255, .5);
}

.nybg_mbxboxl span {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-left: 10px;
}

.nybg_mbxboxr {
    margin-left: 10px;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: auto;
	color: rgba(255, 255, 255, .8);
}

.nybg_mbxboxr::-webkit-scrollbar {
    display: none;
}

.nybg_mbxboxr a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    padding: 0 10px;
    flex-shrink: 0;
}

.nybg_mbxboxr a:hover {
    color: rgba(255, 255, 255, 1);
}

.nybg_mbxboxr span {
    flex-shrink: 0;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}

@media screen and (max-width: 992px) {
    .nybg {
        height: 200px;
        top: 0px;
    }
    .nybg_title {
        height: 150px;
    }
    .nybg_titletxt {
        height: 150px;
        font-size: 24px;
    }
    .nybg_mbxboxl i{
        font-size: 20px;
    }
    .nybg_mbxboxr span{
        width: 5px;
    }
    .nybg_mbxboxl span,.nybg_mbxboxr a{
        font-size: 12px;
        margin-left: 0;
    }
    .nybg_titletxt p{
        font-size: 12px;
    }
    .nybg_titletxt p::before,
    .nybg_titletxt p::after{
        width: 40px;
        top: -4px;
    }
}
red{
    color: red;
}


/*内页列表 */

.nylist {
        margin-top: 110px;
    margin-bottom: 40px;
}

.nylist_box {
	margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.nylist_box .nylist_box_item {
    width: 180px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #e5e5e5;
    margin: 0 8px;
    font-size: 16px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nylist_box .nylist_box_item:hover {
    background-color: #75b942;
    color: #fff;
    /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
}

.nylist_box .nylist_box_item.on {
    background-color: #75b942;
    color: #fff;
    /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
}

@media screen and (max-width: 992px) {
    .nylist {
        margin-top: 40px;
    }
    .nylist_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nylist_box .nylist_box_item {
        width: 44%;
        margin-bottom: 10px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
    }
}

/* 资讯 */

.zixun {
    margin-top: 50px;
    
}

.zixunbox {
    margin-bottom: 20px;
}

.zixunbox_title {
	padding-bottom: 20px;
	 border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.zixunbox_title_l{
  font-size: 22px;
  font-weight: 600;
  color: #111;  
}
.zixunbox_title_l span {
    
    
}

.zixunbox_title_l em {
    color: #a5cc3b;
}

.zixunbox_title_l b {
    font-size: 13px;
    color: #999999;
    margin-left: 10px;
}

.zixunbox_title_r a {
    font-size: 14px;
    color: #777;
}

.zixunbox_title_r a:hover {
    color: #ff7800;
}

.zixunbox_xt {
	margin-top: 30px;
   background-color: #edf1f7;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.baisebg{
    background-color: #fff;
}

.zixunbox_xt .zixunbox_xtdw {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
    background-color: #0050a2;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.zixunbox_xt>div {
    width: 50%;
}

.zixunbox_xtl .zixunbox_xtla {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zixunbox_xtlaimg {
    width: 42%;
    overflow: hidden;
}

.zixunbox_xtlaimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.zixunbox_xtlatxt {
    width: 58%;
    padding-left: 25px;
}

.zixunbox_xtlatxth {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zixunbox_xtr {
    border-right: 1px dashed #c3c3c3;
}

.zixunbox_xtlatxtp {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.zixunbox_xtlatxtsj {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.zixunbox_xtlatxtsjs {
    font-size: 13px;
    color: #999;
}

.zixunbox_xtlatxtsjy {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #dcdcdc;
}
.zixunbox_xtlatxtsjy:hover{
    background-color: #ff7800;
    border-color: #ff7800;
}
.zixunbox_xtlatxtsjy:hover i{
    color: #fff;
}

.zixunbox_xtla {
    border-right: 1px dashed #c3c3c3;
}

.zixunbox_xtla:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zixunbox_xtla:hover .zixunbox_xtlatxth {
    color: #75b942;
}

.zixunbox_xtlatxtsjy:hover {
    color: #75b942;
}

.zixunbox_xtr {
    width: 50%;
    padding: 0 40px;
}

.zixunbox_xtr .zixunbox_xtr_item {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zixunbox_xtr .zixunbox_xtr_item:last-of-type{
    margin-bottom: 0;
}

.zixunbox_xtr .zixunbox_xtr_item:hover span {
    padding-left: 8px;
    color: #75b942;
}

.zixunbox_xtr_item span {
    width: 80%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;

}

.zixunbox_xtr_item b {
    text-align: right;
    width: 20%;
    font-size: 13px;
    color: #999;
}

@media screen and (max-width: 1200px) {
    .zixunbox_xtl .zixunbox_xtla {
        padding: 0 20px;
    }
    .zixunbox_xtlatxt {
        padding-left: 10px;
    }
    .zixunbox_xtlatxtp {
        margin-top: 6px;
    }
    .zixunbox_xtlatxtsj {
        margin-top: 0;
    }
    .zixunbox_xtr .zixunbox_xtr_item {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 992px) {
    .zixunbox_xt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .zixunbox_xt>div {
        width: 100%;
    }
    .zixunbox_xt {
        padding: 40px 0;
    }
    .zixunbox_xtr {
        margin-top: 15px;
    }
    .zixunbox_xtlatxtp {
        margin-top: 20px;
    }
    .zixunbox_xtlatxtsj {
        margin-top: 54px;
    }
    .zixunbox_xtla {
        border-right: 0;
        border-bottom: 1px dashed #c3c3c3;
    }
    .zixunbox_xtl .zixunbox_xtla {
        padding: 0 30px 15px;
    }
    .zixunbox_xtr {
        padding: 0 30px;
    }
    .zixunbox_xtr .zixunbox_xtr_item {
        margin-bottom: 10px;
    }
    .zixunbox_title_r a{
        font-size: 13px;
    }
    
}

@media screen and (max-width: 768px) {
    .zixunbox_title_l{
        font-size: 18px;
    }
    .zixunbox_title {
        padding: 0 15px;
    }

    .zixunbox_xt .zixunbox_xtdw{
        left: 15px;
    }
    .zixunbox_xtl .zixunbox_xtla {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .zixunbox_xtlaimg {
        width: 100%;
    }
    .zixunbox_xtlatxt {
        width: 100%;
    }
    .zixunbox_xtlatxt {
        margin-top: 20px;
    }
    .zixunbox_xtlatxt {
        padding-left: 0;
    }
    .zixunbox_xtlatxtp {
        margin-top: 5px;
    }
    .zixunbox_xtlatxtsj {
        margin-top: 20px;
    }
    .zixunbox_xtl .zixunbox_xtla {
        padding: 0 15px 30px;
    }
    .zixunbox_xtr {
        padding: 0 15px;
    }
    .zixunbox_xtr {
        margin-top: 30px;
    }
    .shiping_list_itemimgdw img{
        max-width: 70%;
        margin: auto;
    }
    .pages a:first-child, .pages a:last-child{
        font-weight: 100;
    }
}

/* 相册列表 */

.xclist .xclist_item {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background-color: #fff;
    margin-bottom: 50px;
}

.xclist .xclist_item:nth-child(3n) {
    margin-right: 0;
}

.xclist_itemimg {
    overflow: hidden;
    background-color: #fff;
}

.xclist_itemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xclist_itemtxt {
    padding: 18px;
    color: #333;
    text-align: center;
    
}

.xclist .xclist_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xclist .xclist_item:hover .xclist_itemtxt {
    color: #fff;
}
.xclist .xclist_item:hover{
    background-color: #a4cc37;
}

#baguetteBox-overlay .full-image figcaption {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: linear-gradient(to left, #0b92df 0%, #0050a2 10);
}

.xclist_itemimg .zhengs{
    max-height: 300px;width: auto;margin: auto;
}
.xclist_itemimg .zhengs {
    max-height: 300px;
      width: 100%;
    margin: auto;
   display: block;
   
}
@media screen and (max-width: 992px) {
    .xclist .xclist_item {
        width: 49%;
        margin-right: 2% !important;
    }
    .xclist .xclist_item:nth-child(2n) {
        margin-right: 0!important;
    }
    #baguetteBox-overlay .full-image figcaption{
        font-size: 14px;
        height: auto;
        line-height: 1.6;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 768px) {
    .xclist .xclist_item {
        margin-bottom: 20px;
    }
    .xclist_itemtxt {
        padding: 10px;
        font-size: 12px;
    }
    .xclist_itemimg .zhengs{
        max-height: 180px; ;
    }
}

/* 上下页 */

.cpxqct_sy,
.cpxqct_xy {
    margin-top: 23px;
    border: 1px solid #eeeeee;
    height: 60px;
    line-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cpxqct_xy {
    margin-top: 10px;
}

.cpxqct_sy_l,
.cpxqct_xy_l {
    width: 90%;
    padding: 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpxqct_sy_l b,
.cpxqct_xy_l b {
    font-size: 14px;
    color: #999;
}

.cpxqct_sy_l span,
.cpxqct_xy_l span {
    font-size: 14px;
    color: #333333;
}

.cpxqct_sy_l span.nolink{
    color: #777;
}

.cpxqct_sy .cpxqct_sy_r,
.cpxqct_xy .cpxqct_xy_r {
    width: 10%;
    text-align: center;
    background-color: #eeeeee;
}
.cpxqct_sy .cpxqct_sy_r:hover,
.cpxqct_xy .cpxqct_xy_r:hover{
    background-color: #a4cc37;
}

.cpxqct_sy_r i,
.cpxqct_xy_r i {
    color: #cfcfcf;
    font-size: 29px;
}

.cpxqct_sy_l:hover span,
.cpxqct_xy_l:hover span {
    color: #a4cc37;
}

.cpxqct_sy .cpxqct_sy_r:hover i,
.cpxqct_xy .cpxqct_xy_r:hover i {
    color: #fff;
}

.biaoqian {
    padding: 63px 0;
}

.biaoqian i {
    font-size: 20px;
    color: #0051a3;
    margin-right: 10px;
}

.biaoqian a {
    display: inline-block;
    padding: 0 20px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #dddddd;
    font-size: 13px;
    color: #999;
    margin: 0 1px;
}

.biaoqian a:hover {
    background: #fd7801;
    color: #fff;
    border-color: #fd7801;
}

.cpxqct_r {
    width: 30%;
}

.cpxqct_rbox {
    -webkit-transform: translateZ(0);
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cpxqct_rnav {
    padding: 20px 35px;
}

.cpxqct_rnav_itemtitle {
    cursor: pointer;
    padding: 0 22px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #333333;
}
.cpxqct_rnav_item{
    margin-bottom: 1px;
}

.fudong {
    position: fixed;
    top: 100px;
    width: 384px;
}

.cpxqct_rnav_itembox {
    /* display: none; */
}

.cpxqct_rnav_itemtitle i {
    font-size: 20px;
    color: #fff;
}

.cpxqct_rnav_itemtitle span {
    margin-left: 8px;
    font-size: 18px;
    color: #fff;
}

.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa {
    display: block;
    padding: 0 34px;
    height: 56px;
    line-height: 55px;
    border-bottom: 1px dashed #e5e5e5;
}

.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:last-child {
    border-bottom: 0;
}

.cpxqct_rnav_itemboxa span {
    font-size: 14px;
    color: #333333;
    margin-left: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cpxqct_rnav_itemboxa i {
    color: #e5e5e5;
}

.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:hover span,
.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:hover i {
    color: #ff7900;
}
