@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#333;}
a {text-decoration: none; color:#000;}
a:hover {color: #005bac;text-decoration: none !important;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.6s ease;}

/*right nav*/
.right-nav{position: fixed;right: 0;top:30%;width: 105px;height: 105px;background: #d80213;z-index: 99;text-align: center;line-height: 105px;cursor: pointer;}
.right-nav-menu{position: fixed;right: 0;top:0;height: 100%;bottom: 0;z-index: 999;background: #000;width: 400px;transition: all 0.3s;display: none;}
.right-nav-menu ul{margin-top: 35%;}
.right-nav-menu ul li{width: 100%;text-align: center;font-size: 18px;font-weight: bold;line-height: 40px;margin-bottom: 20px;}
.right-nav-menu ul li a{color: #fff;position: relative;}
.right-nav-menu ul li a::after{content: "";position: absolute;height: 2px;background: #fff;bottom: -10px;transition: all 0.5s;width: 100%;left:0;opacity: 0;}
.right-nav-menu ul li a:hover::after {opacity: 1;}
.right-nav-menu-gb{width: 30px;margin-top: 20px;margin-left: 30px;cursor: pointer;}
.right-nav-menu-gb img{width: 100%;}

/*banner*/
#wap-banner{display: none;}
.fullSlide {width: 100%; position: relative;overflow: hidden;height: 850px;background: #fff;}
.fullSlide .bd {position: relative;z-index: 0;}
.fullSlide .bd ul {width: 100% !important;height: 850px;}
.fullSlide .bd li {width: 100% !important;height: 850px;overflow: hidden;}
.fullSlide .bd li img{width: 100%;height: 100%;}
.fullSlide .bd li video{width: 100%;margin-top: -96px;}
.fullSlide .hd {
    width: 30px;
	position: absolute;
	z-index: 30;
	bottom: 60px;
    left: auto;
    line-height: 30px;
    text-align: center;
    right: 40px;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 25px;
    margin: 4px;
    background: url(/skin/images/index_02.png) no-repeat;
	background-position: 4px 6px;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
}
.fullSlide .hd ul li.on{background-position: 4px -19px;}
.banner-btn{position: absolute;bottom: 30px;width: 100%;text-align: center;}
.banner-btn-img{
	animation-name: banner-btn-img;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: banner-btn-img;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: banner-btn-img;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: banner-btn-img;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: banner-btn-img;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
@keyframes banner-btn-img {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-1.px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
/*banner-end*/

/*index*/
/*按钮*/
.custom-btn {
	width: 145px;
	height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	line-height: 42px;
	font-size: 16px;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.btn-15 {background:#c4070e;border: none;z-index: 1;}
.btn-15:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #000;
	background-image: linear-gradient(to right, #000 , #000);
	transition: all 0.3s ease;	
}
.btn-15:hover {color: #fff;}
.btn-15:hover:after {left: 0; width: 100%;}
.btn-15:active {top: 2px;}
.custom-btn:hover{box-shadow: 0px 0px 15px rgba(0,0,0, 0.8);}
/*按钮 end*/

/*首页标题*/
.index-bt{text-align: left;padding: 45px 0 40px;}
.index-bt h2{font-size: 36px;color: #000000;}

.slideGroup .index-bt{float: left;}
.slideGroup .parHd{float: right;margin-top: 80px;}
.slideGroup .parHd li{float: left;margin-left: 40px;}
.slideGroup .parHd li a{font-size: 16px;color: #333;transition: all 0.3s;}
.slideGroup .parHd li.on a{color: #e60012;font-size: 20px;line-height: 20px;}
.slideGroup .parHd li:hover a{color: #e60012;font-size: 20px;line-height: 20px;}
.slideGroup .synews-title{width: 80%;float: left;}
.slideGroup .synews-title-1{font-size: 14px;color: #7a7d80;}
.slideGroup .synews-title h3{font-size: 24px;color: #333333;margin-bottom: 20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.slideGroup .synews-title-a1{font-size: 14px;color: #07345d;}
.slideGroup .synews-title-a2{color: #7a7d80;font-size: 16px;}
.slideGroup .synews-title-a2:hover{color: #E60012;}
.slideGroup .sPrev, .slideGroup .sNext{
    float: right;
    display: block;
    width: 42px;
    height: 42px;
    background: url(/skin/images/index_04.png) no-repeat -62px -2px;
    overflow: hidden;
    margin-left:20px;
    cursor: pointer;
}
.slideGroup .sNext{background-position: -2px -2px;}
.slideGroup .sPrev:hover{background-position: -62px -52px;}
.slideGroup .sNext:hover{background-position: -2px -52px;}
.slideGroup .parBd .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.slideGroup .parBd .slideBox .tempWrap{width: 100% !important;}
.slideGroup .parBd {width: 100%;border-bottom: 1px solid #ebebeb;}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.slideGroup .parBd ul li{float: left;margin-right: 65px;overflow: hidden;margin-top: 30px;width: 510px;}
.slideGroup .parBd ul li figure{width: 100%;overflow: hidden;margin-top: 20px;}
.slideGroup .parBd ul li figure img{width: 100%;transition: all 0.5s;}
.slideGroup .parBd ul li:hover figure img{transform: scale(1.05);}
.slideGroup .parBd ul li h3{font-size: 20px;text-align: justify;margin-bottom: 25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
margin-top: 25px;}
.slideGroup .parBd ul li .synews-span{display: block;width: 90px;height: 2px;background: #0f487c;margin-top: 30px;opacity: 0;transition: 0.5s;}
.slideGroup .parBd ul li:hover .synews-span{opacity: 1;}
.synews-more{text-align: center;margin-top: 40px;}
.synews-more a{font-size: 18px;color: #0f487c;font-weight: bold;}
.synews-more a:hover{color: #E60012;}

.syabout{width: 100%;background:url(/skin/images/index_07.jpg) no-repeat;margin-top:60px;padding-bottom: 110px;background-size: 100% auto;}
.syabout .index-bt h2{color: #fff;}
.syabout-text p{font-size: 16px;color: #e5e5e5;text-align: justify;text-indent: 2em;line-height: 32px;}
.syabout-ul{width: 100%;font-size: 14px;margin-top: 90px;}
.syabout-ul li{float: left;margin-right: 11%;}
.syabout-ul li span{display: block;width: 150px;height:56px;background: url(/skin/images/index_09.png) no-repeat;color: #fff;line-height: 56px;text-indent: 65px;}
.syabout-ul li .syabout-ico1{background-position: 0 0;}
.syabout-ul li .syabout-ico2{background-position: -198px 0;}
.syabout-ul li .syabout-ico3{background-position: -398px 0;}
.syabout-ul li .syabout-ico4{background-position: -588px 0;}
.syabout-ul li:hover span{color: #E60012;}
.syabout-ul li:last-child{float: right;margin-right: 0;}
.syabout-r{margin-top: 100px;position: relative;text-align: center;}
.syabout-r .syabout-r-bj{width: 380px;height: 400px;background: rgba(255,255,255,0.15);position: absolute;top: 38px; left: 97px;}
.syabout-r .syabout-r-img{width: 380px;height: 400px;overflow: hidden;margin: 0 auto;z-index: 99;position: absolute;left: auto;right: 126px;}
.syabout-r .syabout-r-img img{width: 100%;transition: all 0.5s;}
.syabout-r .syabout-r-img:hover img{transform: scale(1.05);}

.wm-bj{width: 100%;background: url(/skin/images/index_08.jpg) no-repeat center;background-size: 100% auto;position: relative;height: 810px;}
.wm-bj-ul1{margin-top: 70px;}
.wm-bj-ul1 li{text-align: center;margin-top: 30px;line-height: 70px;}
.wm-bj-ul1 li img{vertical-align: middle;opacity: 0.5;transition: all 0.5s;}
.wm-bj-ul1 li:hover img{opacity: 1;}
.wm-bj-ul2{margin-top: 160px;}
.wm-bj-ul2 li:nth-child(1){text-align: left;}
.wm-bj-ul2 li:nth-child(2){text-align: right;}
.wm-bj-ul2 li:nth-child(1) figure{padding-left: 100px;}
.wm-bj-ul2 li:nth-child(2) figure{padding-right: 100px;}
.wm-bj-ul3{margin-top: 160px;}

.syfw-bj{width: 100%;background: url(/skin/images/index_09.jpg) no-repeat center;background-size: 100% auto;}
.www360buy{width: 100%;margin-top: 80px;float: right;}
.www360buy .hd{overflow: hidden;}
.www360buy .hd li{float: left;width: 142px;height: 52px;line-height: 50px;text-align: center;background: #e8eaf0;font-size: 18px;color: #333;border-radius: 30px;margin-right: 20px;
transition: all 0.3s;}
.www360buy .hd li a{display: inline-block;width: 100%;height:100%;color: #333;transition: all 0.3s;}
.www360buy .hd li.on a{color:#fff;}
.www360buy .hd li.on,.www360buy .hd li:hover{background: #E60012;color: #fff;}
.www360buy .bd{margin-top: 20px;}
.www360buy .lh {overflow: hidden;}
.www360buy .lh .lh-li {width: 360px;height: 423px;background: url(/skin/images/index_20.png) no-repeat;padding: 20px;}
.fw-form{width: 100%;border-radius: 30px;border: 1px solid #7a8090;height: 38px;padding: 0 15px;margin-top: 15px;}
.fw-form button{background: url(/skin/images/index_21.png) no-repeat center;width: 20px;height: 35px;border: none;}
.fw-form input{border: none;background: none;height: 38px;float: right;width: 75%;width: 88%; line-height: 38pc;}
.fw-province{width: 100%;background: url(/skin/images/index_07.png) no-repeat left center;font-size: 18px;color: #d80213;padding-left: 28px; margin-top: 20px;}
.www360buy .sideMenu{width: 100%;padding-left: 24px;margin-top: 25px;}
.www360buy .sideMenu h3 {color: #333;font-size: 16px; cursor: pointer;}
.www360buy .sideMenu h3 em {
    float: right;
    display: block;
    width: 17px;
    height: 14px;
    background: url(/skin/images/index_22.png) 0px 6px no-repeat;
    cursor: pointer;
}
.www360buy .sideMenu h3.on em {background-position: 0px -21px;}
.www360buy .sideMenu ul li{font-size: 12px;color: #222;line-height: 25px;}
.www360buy .lh #lh-li-2{margin-left: 160px;}
.www360buy .lh #lh-li-3{background: url(/skin/images/index_23.png) no-repeat;float: right; margin-right: 84px;}
.index-3-dt{width: 100%;height: 100%;position: relative;margin: 50px auto;}
.index-3-dt img{width: 100%;}
.wangdian1 {position: absolute;top: 16%;left: 77%;}
.wangdian2 {position: absolute;top: 25%;left: 76%;}
.wangdian3 {position: absolute;top: 32%;left: 73%;}
.wangdian4 {position: absolute;top: 28%;left: 63%;}
.wangdian5 {position: absolute;top: 37%;left: 62.5%;}
.wangdian6 {position: absolute;top: 41%;left: 62%;}
.wangdian7 {position: absolute;top: 47%;left: 66%;}
.wangdian8 {position: absolute;top: 56%;left: 69%;}
.wangdian9 {position: absolute;top: 54%;left: 59%;}
.wangdian10 {position: absolute;top: 51%;left: 44%;}
.wangdian11 {position: absolute;top: 64%;left: 42%;}
.wangdian12 {position: absolute;top: 65%;left: 50%;}
.wangdian13 {position: absolute;top: 63%;left: 56%;}
.wangdian14 {position: absolute;top: 72%;left: 63%;}
.wangdian15 {position: absolute;top: 67%;left: 70%;}
.wangdian16 {position: absolute;top: 83%;left: 51%;}
.wangdian17 {position: absolute;top: 56%;left: 51%;}
.wangdian18 {position: absolute;top: 80%;left: 68%;}
.wangdian19 {position: absolute;top: 84%;left: 60%;}
.wangdian20 {position: absolute;top: 74%;left: 48%;}
.wangdian21 {position: absolute;top: 60%;left: 65%;}
.wangdian22 {position: absolute;top: 71%;left: 57%;}
.wangdian23 {position: absolute;top: 40%;left: 64%;}
.wangdian24 {position: absolute;top: 61.5%;left: 72%;}
.wangdian25 {position: absolute;top: 85.5%;left: 61%;}
.wangdian26 {position: absolute;top: 42%;left: 47.6%;}
@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.area-box .dot {
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #d80213;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	top: -11px;
	left: -11px;
	height: 30px;
	width: 30px;
	border: 1px solid #d80213;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px #d80213, 0 0 10px #d80213 inset;
	-moz-box-shadow: 0 0 4px #2a90d0, 0 0 10px #d80213 inset;
	box-shadow: 0 0 4px #d80213, 0 0 10px #d80213 inset;
	opacity: 0.2;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.syshzr-ul{margin-bottom: 40px;}
.syshzr-div{width: 100%;background: #fff;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);text-align: justify;margin-bottom: 30px;}
.syshzr-div figure{width: 100%;overflow: hidden;}
.syshzr-div figure img{width: 100%;height: auto;transition: all 0.5s;}
.syshzr-div:hover figure img{transform: scale(1.05);}
.syshzr-div h3{font-size: 20px;font-weight: bold;padding: 0 25px;}
.syshzr-div p{font-size: 14px;color: #7a7d80;padding: 0 25px;margin-top: 15px;}
.syshzr-btn{padding:20px 25px 40px;}
.syshzr-btn time{float: left;font-size: 14px;color: #7a7d80;}
.syshzr-btn time span{display: inline-block;margin-right: 15px;}
.syshzr-btn em{display: inline-block;float: right;width: 38px;height: 38px;background: url(/skin/images/index_08.png) no-repeat;overflow: hidden;
background-position: -37px 0;transition: all 0.3s;}
.syshzr-div:hover .syshzr-btn em{background-position: 2px 0;}

/*footer*/
.footer-big{width: 100%;background: #2a2a2a;padding: 0 30px 20px;}
.footer-nav li{margin-top: 40px;float: left;margin-right: 8%;}
.footer-nav li h3{font-size: 16px;color: #fff;margin-bottom: 30px;}
.footer-nav li h3 a{color: #fff;}
.footer-nav li p{ line-height:30px;}
.footer-nav li p a{font-size: 14px;color: #9a9a9a;}
.footer-r{width: 100%;float: right;}
.footer-btn{}
.footer-btn li{float: right;width: 100px;height: 35px;background: #353535;text-align: center;line-height: 35px;margin-right: 15px; margin-left: 5px;
margin-top: 50px;}
.footer-btn li a{color: #5c5c5c;font-size: 14px;}
.footer-btn li:hover a{color: #fff;}
.footer-r-text{font-size: 16px;font-weight: bold;text-align: right;margin-top: 20px;padding-right: 15px;}
.footer-r-text a{color: #9a9a9a;display: block;line-height: 2;}
.footer-bq{margin-top: 30px;}
.footer-bq-l{float: left;font-size: 14px;color: #9a9a9a;padding-top: 30px;}
.footer-bq-l a{color: #9a9a9a;display: inline-block;margin-left: 5px;}
.footer-bq-r{float: right;font-size: 14px;color: #9a9a9a;position: relative;padding-top: 30px;padding-right: 15px;}
.footer-bq-link li{float: right;margin-left: 25px;}
.footer-bq-link li a{display: inline-block;color: #9a9a9a;}
.footer-bq-l a:hover,.footer-bq-link li a:hover{color: #fff;}
.footer-bq-r::after{position: absolute;width: 252px;height: 1px;background: #353535;right: 15px; top: 0;content: "";}

/*内页*/
/*top*/
#header .top-nav{background: #fff;border-bottom: none;box-shadow: 0 0 15px rgba(0,0,0,0.18);}
#header .top-nav h1.logo{background-position: 0 -52px !important;}
#header .top-nav .nav h3 a{color: #1f2024;}
#header .top-nav .nav .active a,#header .top-nav .nav .m:hover a{color: #e60012;}
.ny-banner{width: 100%;height: 580px;margin-top: 90px;background-size: 100% auto;}
.ny-container{width: 1400px;margin: 0 auto;}

/*abotu*/
.about-jj{width: 100%;position: relative;margin-top: 80px;}
.about-jj .about-1{background: #f7f7f7;position: absolute;right: 0;top: 0;width: 65%;height: 100%;}
.about-jj-l{}
.about-jj-l h3{font-size: 36px;color: #1f2024;}
.about-jj-l span{display:block;width: 60px;height: 4px;background: #E60012;margin-top: 20px;}
.about-jj-text{width: 90%;text-align: justify;margin-top: 40px;}
.about-jj-text p{font-size: 14px;color: #333;line-height: 28px;margin-bottom: 30px;}
.about-jj-r{overflow: hidden;width: 100%;}
.about-jj-r img{width: 100%;transition: all 0.5s;}
.about-jj-r:hover img{transform: scale(1.05);}

.about-2{width: 100%;margin-top: 80px;position: relative;}
.csr-l{width: 43%;overflow: hidden;float: left;margin-top: 77px;}
.csr-l img{width: 100%;}
.csr-r{width: 57%;float: right;background: url(/skin/images/about_03.jpg) no-repeat right;height: 789px;}
.about-2 .ny-container{position: relative;}
.csr-text{position: absolute;width: 100%;top: 0;text-align: justify;}
.csr-text .col-sm-6{float: right;}
.csr-text-p h3{font-size: 36px;color: #fff;margin-top: 70px;}
.csr-text-p span{display: block;width: 60px;height: 4px;background: #fff;margin-top: 20px;}
.csr-text-p1{margin-top: 40px;}
.csr-text-p1 p{font-size: 14px;color: #fff;line-height: 30px;margin-bottom: 20px;}

.qywh h3{font-size: 36px;color: #1f2024;margin-top: 60px;}
.qywh span{display: block;width: 60px;height: 4px;background: #e60012;margin-top: 20px;}
.whul-1{margin-top: 20px;}
.whul-1 .whul-1-div{width: 100%;position: relative;overflow: hidden;color: #808080;text-align: justify;margin-top: 30px;}
.whul-1 .whul-1-div figure{width: 100%;overflow: hidden;}
.whul-1 .whul-1-div figure img{width: 100%;transition: all 0.5s;}
.whul-1 .whul-1-div:hover figure img{transform: scale(1.05);}
.whul-1 .whul-1-div .whul-1-text{position: absolute;width: 263px;height: 272px;background: rgba(255,255,255,0.9);top: 80px;left: 60px;padding: 50px 30px 0;}
.whul-1 .whul-1-div .whul-1-text span{display: block;}
.whul-1 .whul-1-div .whul-1-text h4{font-size: 24px;margin-top:22px;}
.whul-1 .whul-1-div .whul-1-text p{font-size: 14px;line-height: 25px;letter-spacing: 1.5px;}
.whul-2{margin-bottom: 80px;}
.whul-2 .whul-2-div{width: 100%;position: relative;background: #f0f0f0;padding: 40px 30px 0px;color: #4e4e4e;overflow: hidden;margin-top: 30px;
transition: all 0.5s;}
.whul-2 .whul-2-div::after{content: "";position: absolute;width: 100%;height: 100%;background: #E60012;left: 0;bottom: -100%;transition: all 0.5s;}
.whul-2 .whul-2-div span{display: block;width: 53px;height: 53px;background: url(/skin/images/about_07.png) no-repeat;transition: all 0.5s;z-index: 9;}
.whul-2 .whul-2-div h4{font-size: 24px;margin-top: 20px;transition: all 0.5s;}
.whul-2 .whul-2-div p{font-size: 14px;line-height: 30px;letter-spacing: 1.5px;transition: all 0.5s;height: 170px;margin-top: 20px;}
.whul-2 .whul-2-div .whul-2-ico1{background-position: 0 0;}
.whul-2 .whul-2-div .whul-2-ico2{background-position: -82px 0;}
.whul-2 .whul-2-div .whul-2-ico3{background-position: -167px 0;}
.whul-2 .whul-2-div .whul-2-ico4{background-position: -238px 0;}
.whul-2 .whul-2-div:hover .whul-2-ico1{background-position: 0 -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico2{background-position: -82px -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico3{background-position: -167px -79px;}
.whul-2 .whul-2-div:hover .whul-2-ico4{background-position: -238px -79px;}
.whul-2 .whul-2-div:hover{background:none;}
.whul-2 .whul-2-div:hover::after{bottom: 0;z-index: -1;}
.whul-2 .whul-2-div:hover h4,.whul-2 .whul-2-div:hover p{color: #fff;}

/*党建工会*/
.djgh-ul{width: 100%;margin-top: 50px;margin-bottom: 50px;}
.djgh-ul li:nth-child(1) .djgh-ul-div{border-top: 1px solid #e6e6e6;}
.djgh-ul .djgh-ul-div{width: 100%;border-bottom: 1px solid #e6e6e6;padding: 40px 0;}
.djgh-ul .djgh-ul-div figure{width: 32%;overflow: hidden;float: left;}
.djgh-ul .djgh-ul-div figure img{width: 100%;transition: all 0.5s;}
.djgh-ul .djgh-ul-div:hover figure img{transform: scale(1.05);}
.djgh-ul .djgh-ul-div .djgh-text{float: right;width: 65%;text-align: justify;}
.djgh-ul .djgh-ul-div .djgh-text h3{
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	font-size: 24px;
	margin-top: 30px;
}
.djgh-ul .djgh-ul-div .djgh-text time{display: block;font-size: 16px;color: #7a7d80;margin: 15px 0 10px;}
.djgh-ul .djgh-ul-div .djgh-text p{font-size: 16px;color: #7a7d80;line-height: 30px;}
.djgh-ul .djgh-ul-div .djgh-text span{font-size: 16px;color: #005bac;display: block;margin-top: 30px;}

/*自有品牌*/
.zypp-banner{width: 100%;margin-top: 90px;}
.zypp-banner img{width: 100%;}
.zypp-menu{width: 100%;margin-top: 90px;}
.zypp-menu ul{margin: 0;}
.zypp-menu ul li{width: 100%;}
.zypp-menu ul li .col-lg-6{padding: 0;}
.zypp-menu ul li figure{width: 100%;overflow: hidden;}
.zypp-menu ul li figure img{width: 100%;transition: all 0.5s;}
.zypp-menu ul li:hover figure img{transform: scale(1.05);}
.zypp-menu ul li:nth-child(2n) .col-lg-6,.zypp-menu ul li:nth-child(2n) .col-lg-4{float: right;}
.zypp-menu .zypp-menu-text{width: 100%;margin-top: 110px;padding-left: 50px;text-align: justify;}
.zypp-menu ul li:nth-child(2n) .zypp-menu-text{padding-left: 0;padding-right: 50px;}
.zypp-menu .zypp-menu-text span img{max-width: 100%;}
.zypp-menu .zypp-menu-text h3{font-size: 36px;color: #1f2024;margin: 30px 0 20px;}
.zypp-menu .zypp-menu-text p{font-size: 16px;color: #6d6f71;line-height: 30px;}
.zypp-menu .zypp-menu-text a,
.zypp-menu ul li:nth-child(2n) .zypp-menu-text a:hover
{display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;border-radius: 5px;transition: all 0.5s;
background: #e3101d;margin-top: 50px;border: 1px solid #E3101D;}
.zypp-menu ul li:nth-child(2n) .zypp-menu-text a,
.zypp-menu .zypp-menu-text a:hover{background: #fff;color: #E3101D;border: 1px solid #E3101D;}


/*新闻*/
.news-tj{width: 100%;background: #f2f2f2;margin-top: 90px;}
.news-tj figure{width: 50%;float: left;overflow: hidden;}
.news-tj figure img{width: 100%;transition: all 0.5s;}
.news-tj:hover figure img{transform: scale(1.05);}
.news-tj .news-tj-text{width: 45%;float: right;padding-right: 50px;}
.news-tj .news-tj-text time{display: block;margin-top: 70px;}
.news-tj .news-tj-text time span{display: inline-block;color: #7a7d80;}
.news-tj .news-tj-text time .time-l{float: left;font-size: 24px;font-weight: bold;}
.news-tj .news-tj-text time .time-r{float: right;font-size: 18px;line-height: 35px;}
.news-tj .news-tj-text h3{font-size: 20px;margin: 30px 0 20px;}
.news-tj .news-tj-text p{font-size: 14px;color: #7a7d80;line-height: 30px;}
.news-tj .news-tj-text .news-tj-more{color: #005bac;font-size: 16px;margin-top: 45px;display: block;}
.xwlb-ul{width: 100%;margin-top: 50px;}
.xwlb-ul .xwlb-ul-div{width: 100%;background: #f2f2f2;overflow: hidden;position: relative;transition: all 0.5s;margin-bottom: 30px;}
.xwlb-ul .xwlb-ul-div::after{content: "";position: absolute;width: 100%;height: 100%;transition: all 0.8s;left: 0;bottom: -100%;background: #e3101d;
z-index: -1;}
.xwlb-ul .xwlb-ul-div figure{width: 100%;overflow: hidden;z-index: 99;}
.xwlb-ul .xwlb-ul-div figure img{width: 100%;transition: all 0.5s;}
.xwlb-ul .xwlb-ul-div:hover figure img{transform: scale(1.05);}
.xwlb-ul .xwlb-ul-div .gsxw-text{width: 100%;padding: 0 30px;}
.xwlb-ul .xwlb-ul-div .gsxw-text h3{font-size: 20px;line-height: 30px;height:60px; overflow:hidden;transition: all 0.5s;}
.xwlb-ul .xwlb-ul-div .gsxw-text time{display: block;width: 100%;margin-top: 20px;margin-bottom: 30px;}
.xwlb-ul .xwlb-ul-div .gsxw-text time span{display: inline-block;color: #7a7d80;transition: all 0.5s;}
.xwlb-ul .xwlb-ul-div .gsxw-text time .time-l{font-size: 18px;font-weight: bold;float: left;}
.xwlb-ul .xwlb-ul-div .gsxw-text time .time-r{font-size: 18px;font-weight: 400;float: right;}
.xwlb-ul .xwlb-ul-div:hover{background: none;}
.xwlb-ul .xwlb-ul-div:hover::after{bottom: 0;}
.xwlb-ul .xwlb-ul-div:hover h3,.xwlb-ul .xwlb-ul-div:hover time span{color: #fff;}

/*分页*/
.fenye{text-align: center;}
.page-status,.page-index,.page-last{display: none;}
.fenye span a{display: inline-block; color: #000; padding: 7px 14px; margin: 20px 4px 50px; background: #f2f2f2;}
.fenye .page-num-current,.fenye span a:hover{background: #e3101d;color: #fff;}

/*详情*/
.news-xq{width: 100%;background: #fff;margin-top: 200px;}
.news-xq .news-xq-title{text-align: center;border-bottom: 1px solid #ededed;}
.news-xq .news-xq-title h3{font-size: 36px;color: #1f2024;}
.news-xq .news-xq-title span{font-size: 16px; color: #7a7d80;display: inline-block;margin:30px;}
.news-xq .news-xq-menu {margin-top: 50px;border-bottom: 1px solid #ededed;padding-bottom: 50px;}.news-xq-menu * {white-space: inherit !important;}
.news-xq .news-xq-menu p{text-align: justify;font-size: 18px;color: #555555;line-height: 30px;width: 100%;word-break: break-all;}
.news-xq .news-xq-menu ol,.news-xq .news-xq-menu ul{width: 100%;}
.news-xq .news-xq-menu img{display: block;margin: 0 auto;max-width: 100%;height: auto !important;}
.news-xq .news-xq-fh{text-align: center;}
.news-xq .news-xq-fh a{display: inline-block;width: 120px;height: 40px;line-height: 40px;color: #fff;background: #e3101d; margin-top: 50px;
box-shadow: 0px 6px 20px rgba(227,16,29,0.3); }
.news-xq .news-xq-gxq{width: 100%;margin-top: 50px;}
.news-xq .news-xq-gxq h4{font-size: 24px;color: #1f2024;}
.news-xq .news-xq-gxq div{width: 48%;background: #fff;border: 1px solid #e5e5e5;position: relative;float: left; padding: 30px;margin: 30px 0 80px;}
.news-xq .news-xq-gxq div::after{position: absolute;width: 100%;content: "";height: 3px;background: #454545;left: 0;top: 0;transition: all 0.5s;}
.news-xq .news-xq-gxq div span{font-size: 18px;color: #1f2024;display: block;margin-bottom: 15px;}
.news-xq .news-xq-gxq div p{color: #7a7d80;font-size: 16px;margin: 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-xq .news-xq-gxq div p a{color: #7a7d80;}
.news-xq .news-xq-gxq .news-xq-pre{}
.news-xq .news-xq-gxq .news-xq-nest{float: right;}
.news-xq .news-xq-gxq div:hover::after{background: #E3101D;}

/*资产招标公告*/
.zbgg{width: 100%;background: #f6f6f6;padding: 80px 0;}
.zbgg-bs{width: 100%;background: #fff;padding: 50px 60px 20px;color: #1f2024;}
.zbgg-bs h2{font-size: 36px;}
.zbgg-ul{margin: 40px 0;}
.zbgg-ul li{width: 100%;position: relative;background: #eeeeee;padding: 23px 35px;transition: all 0.5s;margin-top: 30px;}
.zbgg-ul li time{display: inline-block;font-size:16px;float: left;border-right: 1px solid #1F2024;margin-right: 35px;padding-right: 35px;line-height: 40px;
transition: all 0.5s}
.zbgg-ul li h3{font-size: 16px;float: left;margin:0;line-height: 40px;transition: all 0.5s}
.zbgg-ul li span{display: inline-block;width: 110px;height: 40px;text-align: center;border-radius: 5px;border: 1px solid #1F2024;font-size: 14px;
line-height: 40px;float: right;transition: all 0.5s}
.zbgg-ul li:hover{background: #E3101D;}
.zbgg-ul li:hover time,.zbgg-ul li:hover h3,.zbgg-ul li:hover span{color: #fff;}
.zbgg-ul li:hover time{border-right: #fff 1px solid;}
.zbgg-ul li:hover span{border: #fff 1px solid;}

.banner_zp{position: relative;margin-top: 90px;}
.banner_zp .login {
    top: 50%;
    left: 30px;
    margin-top: -140px;
    padding: 20px;
    width: 310px;
    height: 280px;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}
.banner_zp .login-title-wumart {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.banner_zp .form-item-wumart {
    margin-bottom: 20px;
    height: 30px;
}
.banner_zp .form-item-wumart input[type="text"] {
  width: 95%;
  border: 1px solid #dedede;
  background: #fff;
  color: #adadad;
}

.banner_zp .verification-code input[type="text"] {
  float: left;
  margin-right: 10px;
  width: 45%;
}
.banner_zp .verification-code-img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.banner_zp .login-vcode-replace-wumart {
  float: left;
  cursor: pointer;
  line-height: 30px;
  font-size: 12px;
}
.banner_zp .verification-code-img img {
  width: 100%;
  height: 100%;
}
.banner_zp .button-login {
  width: 100%;
  height: 100%;
  background: #3c84c4;
  color: #fff;
  text-align: center;
}
.banner_zp .assist-info {
  color: #333;
  font-size: 12px;
}
.banner_zp .errorWm {
  font-size: 14px;
  color: #ee7800;
  margin-top: 5px;
}
.banner_zp .imgCodeError {
  position: relative;
}
.banner_zp .imgCodeError .errorWm {
  margin-top: -20px;
  position: absolute;
}
.banner_zp .form-item-wumart input {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  color: #adadad;
  height: 28px;
  padding-left: 10px;
}
.banner_zp .zp_banner_img{width: 100%;}

.ny_zhaobiao{margin-top: 50px;}
.ny_zb_l{width: 100%;}
.ny_zb_sx {width: 100%;text-align: center;}
.ny_zb_sx li a.all,.ny_zb_sx li a:nth-child(1){display: none;}
.ny_zb_sx li a{background: #eee;display: inline-block;line-height: 50px;font-size: 20px;color: #333;margin: 0 -2px;}
.ny_zb_sx li a:hover,.ny_zb_sx li a.on{background: #999;color: #fff;}
.ny_zb_sx li .ny_zb_sx_a1{width: 40%;}
.ny_zb_sx li .ny_zb_sx_a2{width: 20%;}
.ny_zb_ul{margin-top: 20px;margin-bottom: 20px;}
.ny_zb_ul li{width: 100%;border-bottom: 1px solid #eee;text-align: left;line-height: 50px;}
.ny_zb_ul li span{display: inline-block;width: 23%;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_zb_ul li:nth-child(1) span{font-size: 18px;}
.ny_zb_ul li span.sp_1{width: 50%;font-size: 18px;}
.ny_zb_r{width: 100%;}
.ny_zb_r .xz_sc{width: 100%;background: #4f82c1;}
.ny_zb_r .xz_sc a{
	display: inline-block;
    width: 100%;
    background: url(/skin/images/shouce.png) no-repeat 50px center;
    color: #fff;
    font-size: 18px;
    padding-left: 123px;
    line-height: 95px;
}
.yjfk{width: 100%;background: #dab25b;margin-top: 10px;}
.yjfk a{
	display: inline-block;
	width: 100%;
	background: url(/skin/images/youxiang.png) no-repeat 55px center;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	padding: 15px 0 15px 123px;
}
.zb_gg{width: 100%;border: 1px solid #eaeaea;margin: 10px 0 50px;padding: 0 15px;}
.zb_gg h3{font-size: 25px;color: #333;}
.zb_gg p{font-size: 14px;color: #666;line-height: 30px;line-height: 25px;text-align: justify;}
.zb_gg p span{color: #e3101d;}


/*全国商业网点*/
.sywd{width: 100%;background: url(/skin/images/banner-6.jpg) no-repeat center;padding-top: 30px;margin-top: 90px;text-align: center;padding-bottom: 60px;}
.sywd h2{font-size: 36px;color: #fff;margin: 0;line-height: 80px;}
.sywd span{display: block;background: #E3101D;margin:10px auto;width: 60px;height: 4px;}
.syed-menu .index-3-dt{margin: 0;}
.syed-menu .index-3-dt img{max-width: 100%;margin: 0 auto;width: auto;}
/*.syed-menu .index-3-dt .wangdian1{top: 15%;left: 66%;}*/
/*.syed-menu .index-3-dt .wangdian2{top: 25%;left: 65%;}*/
/*.syed-menu .index-3-dt .wangdian3{top: 31%;left: 63%;}*/
/*.syed-menu .index-3-dt .wangdian4{top: 26%;left: 57%;}*/
/*.syed-menu .index-3-dt .wangdian5{top: 36%;left: 57.3%;}*/
/*.syed-menu .index-3-dt .wangdian6{top: 41%;left: 56.5%;}*/
/*.syed-menu .index-3-dt .wangdian7{top: 47%;left: 59%;}*/
/*.syed-menu .index-3-dt .wangdian8{top: 55%;left: 61%;}*/
/*.syed-menu .index-3-dt .wangdian9{top: 53%;left: 55%;}*/
/*.syed-menu .index-3-dt .wangdian10{top: 50%;left: 47%;}*/
/*.syed-menu .index-3-dt .wangdian11{top: 62%;left: 45%;}*/
/*.syed-menu .index-3-dt .wangdian12{top: 64%;left: 49.8%;}*/
/*.syed-menu .index-3-dt .wangdian13{top: 61.5%;left: 53.8%;}*/
/*.syed-menu .index-3-dt .wangdian14{top: 71%;left: 57.3%;}*/
/*.syed-menu .index-3-dt .wangdian15{top: 66%;left: 61.5%;}*/
/*.syed-menu .index-3-dt .wangdian16{top: 82%;left: 50.7%;}*/
.outBox {width: 100%;color: #1f2024;}
.outBox .hd { position: relative;}
.outBox .hd h2{float: left;font-size: 18px;width:5%;margin-top: 7px;}
.outBox .hd ul {float: left;text-align: left;width:95%;}
.outBox .hd ul li{display: inline-block;margin-left: 15px; margin-bottom: 30px;cursor: pointer;font-size: 14px;padding: 5px 10px;}
.outBox .hd ul li.on,.outBox .hd ul li:hover{background: #E3101D;border-radius: 5px;color: #fff;}
.outBox .hd ul li.on a{color: #fff;}
.outBox .hd ul li:hover a{color: #fff;}
.inBox {padding: 15px 0;}
.inBox .inHd {border-bottom: 1px solid #dadada;}
.inBox .inHd ul {
    overflow: hidden;
    zoom: 1;
	float: left;
	margin: 0;
}
.inBox .inHd ul li {
    height: 55px;
    width: 90px;
    text-align: center;
    float: left;
    cursor: pointer;
	font-size: 16px;
	margin-right: 15px;
	line-height: 45px;
}
.inBox .inHd ul li.on {
    border-bottom: 2px solid #E3101D;
    color: #E3101D;
}
.inHd-ss{float: right;width: 270px;height: 40px;background: #f2f2f2;}
.inHd-ss input{width: 90%;float: left;height: 100%;text-indent: 1em;border: none;background: none;}
.inHd-ss button{width: 10%;float: right;background: url(/skin/images/index_21.png) no-repeat center;height: 100%;border: none; }
.inBox .inBd ul {zoom: 1;overflow: hidden;}
.inBox .inBd li {overflow: hidden;zoom: 1;}
.inBox .inBd li .inBd-div{width: 50%; display: inline-block;border-bottom: 1px solid #eee;padding: 30px 0;}
.inBox .inBd li .inBd-div h3{background: url(/skin/images/index_29.png) no-repeat left;font-size: 24px;padding-left: 32px;margin-bottom: 20px;}
.inBox .inBd li .inBd-div p{font-size: 14px;padding-left: 32px;}

/*人才招聘*/
#jop .sideMenu{width: 100%;color: #1f2024;margin: 80px 0 50px;}
#jop .sideMenu h3{width: 100%;padding: 45px 50px 30px;margin-bottom: 0;background: #F2F2F2;}
#jop .sideMenu h3 strong{font-size: 18px;background: url(/skin/images/index_27.png) no-repeat left;float: left;width: 100%;padding-left: 20px;}
#jop .sideMenu h3 em {
    float: right;
    display: block;
    width: 84px;
    height: 13px;
    background: url(/skin/images/index_28.png) 0px -33px no-repeat;
    cursor: pointer;
	margin-right: 23px;
	margin-top: 30px;
}
#jop .sideMenu h3 p{width: 90%;font-size: 14px;float: left;margin-top: 30px;padding-left: 10px;}
#jop .sideMenu h3 p span{display: inline-block;width: 24%;}
#jop .sideMenu ul{width: 100%;width: 100%;padding: 0px 70px 60px;box-shadow: 0px 11px 15px rgba(0,0,0,0.15);margin-top: -9px;display: none;}
#jop .sideMenu ul li{border-top: 1px solid #e6e6e6;padding-top: 30px;}
#jop .sideMenu ul li a{display: block;background: url(/skin/images/index_26.png) no-repeat left;font-size: 18px;font-weight: bold;color: #005bac;
padding-left: 31px;margin-top: 50px;}
#jop .sideMenu h3.no{box-shadow: 0 -11px 15px rgba(0,0,0,0.15);background: #fff;}
#jop .sideMenu h3.no em{background-position: 0px -5px;}
#jop .sideMenu h3:nth-of-type(even){background: #fff;}

.jop-img{text-align: center;margin: 50px auto;}
.jop-img img{max-width: 100%;}

/*联系我们*/
.lxwm-bj{width: 100%;background: url(/skin/images/index_21.jpg) no-repeat right;padding: 130px 0 120px;}
.lxwm-1{width: 100%;color: #1f2024;}
.lxwm-1 h2{font-size: 36px;}
.lxwm-1 span{display: block;width: 30px;height: 2px;background: #e3101d;margin: 20px 0 30px;}
.lxwm-ul li{font-size: 16px;line-height: 40px; padding-left: 33px;}
.lxwm-ul li:nth-child(1),.lxwm-ul li:nth-child(2){background: url(/skin/images/index_30.png) no-repeat left;}
.lxwm-ul li:nth-child(3){background: url(/skin/images/index_31.png) no-repeat left;}
.lxwm-ul li:nth-child(4){background: url(/skin/images/index_32.png) no-repeat 0px 13px;}
.lxwm-ul li a{display: inline-block;color: #e3101d;margin-left: 10px; text-decoration: underline;}
.lxwm-api{width: 100%;height: 600px;}
.lxwm-api a{display: block;width: 100%;height: 100%;}

/*购卡意向单*/
.gkyxd{width: 100%;border-top: 1px solid #e1e1e1;margin-top: 90px;}
.gkyxd-m{width: 580px;margin: 0 auto;text-align: center;}
.gkyxd-m h2{font-size: 30px;text-align: center;margin-top: 50px;}
.gkyxd-m .form-horizontal{margin-top: 50px;}
.gkyxd-m .table-bordered th{text-align: center;border: 1px solid #e1e1e1;}
.gkyxd-m .form-horizontal input{border: none;width: 100%;background: none;}
.gkyxd-m .table-bordered{border-collapse: collapse;table-layout: fixed;margin-bottom: 0;}
.gkyxd-m .table-bordered td{width: 120px;border: 1px solid #e1e1e1;}
.gkyxd-m .gkyxd-kp{background: rgba(51,122,183, 0.1);}
.gkyxd-m .gkyxd-tj{
	width: 100%;
    margin-top: 15px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid rgba(51,122,183, 0.2);
    background: rgba(51,122,183, 0.1);
    color: #000;
}
.gkyxd-m .gkyxd-tj:hover{background: rgba(51,122,183, 1);color: #fff;}
.gkyxd-text{width: 100%;text-align: left;padding:2px 15px;background: rgba(51,122,183, 0.1);border: 1px solid rgba(51,122,183, 0.2);margin: 20px 0 80px;}
.gkyxd-text p{font-size: 14px;color: #000;line-height: 25px;text-align: justify;margin: 10px 0;}

@media (min-width: 1200px){
	.container { width: 88%;}
}

@media screen and (max-width:1800px){
	.syabout-ul li { margin-right: 9%;}
	.fullSlide .bd li video{margin-top: -90px;}
	.wm-bj,.syfw-bj,.syabout{background-size: 100% 100%;}
	.slideGroup .parBd ul li{margin-right: 34px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 810px;}

}

@media screen and (max-width:1700px){
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 765px;}

}

@media screen and (max-width:1660px){
	.syabout-ul li { margin-right: 7%;}
	.www360buy .hd li{width: 130px;}
	.slideGroup .parBd ul li {
	    margin-right: 30px;
	    width: 33%;
	}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 725px;}
	
	/*内页*/
	.zypp-menu .zypp-menu-text{margin-top: 75px;}
}

@media screen and (max-width:1560px){
	.syabout-ul li {margin-right: 6%;}
	.slideGroup .parBd ul li {
	    width: 32%;
	}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 720px;}
	.fullSlide .bd li video {
	    margin-top: -78px;
	}
	.www360buy .lh .lh-li{background-size: 100% auto;width: 260px;}
	.www360buy .lh .lh-li img{width: 100%; height: auto !important;}
	.www360buy .lh #lh-li-3{background-size: 100% auto;width: 260px;margin-right: 35px;}
}

@media screen and (max-width:1500px){
	.syabout-ul li { margin-right: 4%;}
	.www360buy .hd li{margin-right: 10px;}
	.index-3-dt{margin: 120px auto 50px;}
	.syabout-r .syabout-r-img{right: 74px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 690px;}
	.footer-nav li{margin-right: 6%;}
	
	/*内页*/
	.zypp-menu .zypp-menu-text{margin-top: 50px;}	
}
@media screen and (max-width:1440px){
	.ny-container{width: 90%;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 650px;}
	.www360buy .hd li {
	    width: 120px;
	}
	.www360buy .lh .lh-li,.www360buy .lh #lh-li-3 {
	    width: 230px;
	}

}

@media screen and (max-width:1400px){

	.syabout-ul li { margin-right: 3%;}
	.www360buy .hd li {width: 115px;}
	.footer-nav li h3 { font-size: 14px;}
	.syabout-r .syabout-r-img { right: 34px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 630px;}
	
	/*内页*/
	.csr-text .col-sm-6{width: 55%;}
	.csr-text-p h3{margin-top: 35px;}
	.csr-l{ margin-top: 180px;}
	.whul-2 .whul-2-div p{height: 230px;}
	.lxwm-bj{background-size: auto 100%;}
}

@media screen and (max-width:1350px){
	.inBox .inBd li .inBd-div{ width: 100%; }
	.syabout-ul li { margin-right: 2%;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 600px;}
	.www360buy .lh .lh-li,.www360buy .lh #lh-li-3 {
	    width: 210px;
	}
	
	/*内页*/
	.news-tj .news-tj-text time{margin-top: 45px;}
	.djgh-ul .djgh-ul-div .djgh-text h3{margin-top: 10px;}
	.zypp-menu .zypp-menu-text h3 {margin: 20px 0 15px;font-size: 30px;}
	.zypp-menu .zypp-menu-text a, .zypp-menu ul li:nth-child(2n) .zypp-menu-text a:hover{margin-top: 20px;}
	.zypp-menu .zypp-menu-text {margin-top: 40px;}

}

@media screen and (max-width:1300px){
	.syabout-ul li { margin-right: 1%;}
	.syabout-ul li span{width: 145px;}
	.syabout-ul li:last-child{float: left;}
	.www360buy .hd li { width: 100px;}
	.fullSlide,.fullSlide .bd ul,.fullSlide .bd li{height: 580px;}
	.www360buy .lh .lh-li, .www360buy .lh #lh-li-3 {
	    width: 190px;
	}
	
	/*内页*/
	#jop .sideMenu h3 p{width: 88%;}
	.outBox .hd h2{width: 8%;}
	.outBox .hd ul{width: 92%;}
	.outBox .hd ul li{margin-left: 9px;}

}

@media screen and (max-width:1200px){
	#wap-banner{display: block;}
	#pc-banner{display: none;}
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:920px;}
	.syabout-ul{margin-top: 20px;}
	.syabout-ul li { margin-right: 3%;}
	.syabout-r{display: none;}
	.wm-bj, .syfw-bj, .syabout {background-size: auto 100%;}
	.wm-bj-ul2 li:nth-child(1) figure {padding-left: 0px;}
	.wm-bj-ul2 li:nth-child(2) figure {padding-right: 0px;}
	.wm-bj{height: 650px;}
	.wm-bj-ul1 {margin-top: 25px;}
	.wm-bj-ul2 {margin-top: 105px;}
	.wm-bj-ul3 {margin-top: 100px;}
	.wm-bj-ul1 li img{width: 50%;}
	.www360buy .hd li {width: 130px; margin-right: 20px;}
	.www360buy{margin-top: 0;}
	.footer-btn li{float: left;}
	.footer-r-text{text-align: left;}
	.footer-bq-r{float: left;margin-top: 20px;}
	.footer-bq-r::after{right: auto;left: 0;}
	.footer-bq-link li { margin-left: 0; margin-right: 25px;}
	.right-nav{width: 85px;height: 85px;line-height: 85px;}
	.right-nav-menu ul { margin-top: 20%;}
	.right-nav-menu-gb {width: 20px;}
	.www360buy .lh .lh-li, .www360buy .lh #lh-li-3 {
	    width: 265px;
	}
	.www360buy .lh #lh-li-3{margin-right: auto;float: left; margin-left: 16%;}

	
	/*内页*/
	.ny-banner,.zypp-banner{margin-top: 60px;}
	.csr-l {margin-top: 0px;width: 100%; float: inherit;}
	.csr-r{width: 100%;background-size: 100% 100%;}
	.csr-text .col-sm-6 { width: 100%;}
	.about-jj-text { width: 95%;}
	.news-tj figure { width: 35%;}
	.news-tj .news-tj-text { width: 63%;}
	.news-tj .news-tj-text time {margin-top: 15px;}
	.news-tj .news-tj-text h3 {font-size: 18px; margin: 10px 0;}
	.news-tj .news-tj-text p{line-height: 25px;}
	.news-tj .news-tj-text .news-tj-more{margin-top: 20px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text h3 {font-size: 18px;}
	.news-xq .news-xq-title h3 { font-size: 25px;}
	.djgh-ul .djgh-ul-div figure,.djgh-ul .djgh-ul-div .djgh-text { width: 100%;}
	.djgh-ul .djgh-ul-div .djgh-text h3 {margin-top: 25px;}
	.zypp-menu .zypp-menu-text,.zypp-menu ul li:nth-child(2n) .zypp-menu-text{padding: 15px;margin-top: 10px; margin-bottom: 20px;}
	.zbgg-ul li time{width: 100%;border: none;}
	#jop .sideMenu h3{padding: 25px 20px;}
	#jop .sideMenu h3 p {width: 100%;margin-bottom: 0;margin-top: 15px; padding-left: 20px;}
	#jop .sideMenu h3 p span{width: 48%;margin-bottom: 15px;}
	#jop .sideMenu h3 em{float: left;background-position: -47px -33px;margin-top: 0;width: 108px}
	#jop .sideMenu h3.no em {background-position: 20px -5px;}
	#jop .sideMenu ul{padding: 0px 38px 60px;}
	
	.gkyxd{margin-top: 60px;}
	
}

@media screen and (max-width:910px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:700px;}
	
	.news-tj figure { width: 100%;}
	.news-tj .news-tj-text { width: 100%; padding: 0 30px 25px;}
	.news-tj .news-tj-text h3{line-height: 30px;}
	.outBox .hd h2 {
	    width: 10%;
	}
	.outBox .hd ul {
	    width: 89%;
	}
}

@media screen and (max-width:760px){
	.container{width: 92%;}
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:580px;}
	.footer-big{padding: 2px 0 20px;}
	.wm-bj-ul1 li{float: left;width: 25%;}
	.wm-bj-ul1 li img {width: 100%;}
	.wm-bj-ul2 {margin-top: 38px;}
	.wm-bj-ul3 {margin-top: 44px;}
	.wm-bj {height: 510px;}
	.wm-bj-ul2 li:nth-child(2){float: right;}
	.wm-bj-ul1 li:nth-child(4) img{width: 50%;}
	.synews-title{width: 70%;}
	.douban .bd ul li{width: 46%;}
	.syabout-ul li {margin-right: 0; width: 50%; margin-bottom: 60px;}
	.syabout{padding-bottom: 15px;}
	.footer-nav{display: none;}
	.footer-bq-r{padding-right: 0px;}
	.footer-bq-link li { margin-right: 15px;float: left;margin-top: 15px;}
	.footer-bq-link li:last-child{margin-top: -50px;}
	.footer-r-text{font-size: 16px;}
	.footer-btn li{margin-top: 20px;}
	.slideGroup .synews-title { width: 74%;}
	.slideGroup .synews-title h3{font-size: 18px;}
	.slideGroup .sPrev, .slideGroup .sNext{margin-top: 26px;}
	.slideGroup .parBd ul li h3 {font-size: 16px;}
	.slideGroup .synews-title-a2{font-size: 14px;}
	
	/*内页*/
	.ny-banner{height: 300px;background-size:auto 100% !important;}
	.about-jj-l h3,.csr-text-p h3,.qywh h3{font-size: 30px;}
	.about-jj-l span,.csr-text-p span,.qywh span{width: 50px;height: 3px;}
	.whul-2 .whul-2-div p {height: auto;margin-bottom: 15px;}
	.csr-text{width: 107%;}
	.djgh-ul .djgh-ul-div .djgh-text h3{font-size: 18px;margin-top: 20px;}
	.zbgg-bs h2 {
	    font-size: 30px;
	}
	.zbgg{padding: 50px 0;}
	.zbgg-bs{padding: 10px 15px 20px;}
	.zbgg-ul li h3{width: 100%;}
	.zbgg-ul li span{float: left;margin-top: 15px;}
	.zbgg-ul li:hover time{border: none;}
	
	.ny_zb_ul li span{font-size: 14px;width: 26%;}
	.ny_zb_ul li span.sp_1 {
	    width: 46%;
	    font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}
	.ny_zb_ul li:nth-child(1) span{font-size: 16px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text{padding: 0 10px;}
	.xwlb-ul .xwlb-ul-div .gsxw-text h3 {
	    font-size: 16px;
	    line-height: 25px;
	    margin-top: 10px;
		height: 50px;
	}
	.ny_zb_sx li a{font-size: 16px;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 23%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 38%;
	}
}

@media screen and (max-width:640px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:470px;}
	.right-nav {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.douban .synews-title h3,.douban .bd ul li h3{font-size: 18px;line-height: 25px;}
	.wm-bj { height: 460px;	}
	.slideGroup .synews-title {
	    width: 55%;
	}
	.slideGroup .parBd ul li {
	    width: 100%;
	}
	
	/*内页*/
	.csr-r{height: 940px;}
	.whul-1 .whul-1-div .whul-1-text{width: 80%;top: 25px;left: 25px;height: auto;padding-bottom: 30px;}
	.whul-1 .whul-1-div .whul-1-text h4,.whul-2 .whul-2-div h4{font-size: 22px;}
	.news-xq{margin-top: 110px;}
	.news-xq .news-xq-title h3 {font-size: 16px;}
	.news-xq .news-xq-title span{font-size: 14px;margin: 25px 15px;}
	.news-xq .news-xq-gxq div{width: 100%;}
	.news-xq .news-xq-gxq div{margin-bottom: 0;}
	.news-xq .news-xq-gxq .news-xq-nest{margin-bottom: 80px;}
	.inBox .inHd ul li{margin-right: 0;}
	.inHd-ss{width: 40%;}
	.outBox{padding-top: 15px;}
	.outBox .hd h2,.outBox .hd ul {width: 100%;}
	.outBox .hd ul{margin-top: 15px;}
	.outBox .hd ul li {
	    margin-right: 10px;
	    margin-left: 0;
		margin-bottom: 20px;
	}
	.ny_zb_ul li span:nth-child(3){width: 25%;}
	.ny_zb_ul li span {width: 46%;}
	.ny_zb_ul li span.sp_1 { width: 37%;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 34%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 33%;
	}
	.ny_zb_ul li span:nth-child(4){width: 19%;}
	
	.gkyxd-m{width: 90%;}
	.gkyxd-m .table-bordered th,.gkyxd-m .table-bordered td{padding: 8px 2px;}
}

@media screen and (max-width:510px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:400px;}
	.inHd-ss {
	    width: 100%;
	    margin-top: 25px;
	}
}

@media screen and (max-width:480px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:360px;}
	.syshzr-div h3{font-size: 18px;}
	.index-bt h2 {font-size: 30px;}
	.index-bt {padding: 30px 0;}
	.www360buy .hd li {width: 26%}
	.www360buy .lh #lh-li-2 {margin-left: 76px;}
	.www360buy .lh #lh-li-3{margin-right: 30px;}
	.index-3-dt {margin: 30px auto 20px;}
	.notice .tab-hd { margin-top: 50px;}
	.synews-title { width: 100%;}
	.douban .bd ul li { width: 100%;}
	.wm-bj-ul1 {margin-top: 7px;}
	.wm-bj-ul2 {margin-top: 16px;}
	.wm-bj-ul3 {margin-top: 10px;}
	.wm-bj {height: 360px;}
	.footer-btn li{margin-right: 10px; margin-left: 0px;}
	.right-nav-menu{width: 65%;}
	.right-nav-menu ul li{font-size: 16px;line-height: 30px;}
	.fullSlide .hd{bottom: 10px;right: 10px;}
	.banner-btn{bottom: 10px;}
	.slideGroup .parHd{margin-top: 56px;}
	.slideGroup .parHd li{margin-left: 15px;}

	/*内页*/
	.csr-text-p1 {margin-top: 20px;}
	.csr-text-p1 p{margin-bottom: 5px;}
	.csr-r {height: 1000px;}
	.whul-1 .whul-1-div .whul-1-text{padding-top: 30px;}
	.news-xq .news-xq-title span{margin: 10px 0px;}
	.news-xq .news-xq-title{padding-bottom: 20px;}
}

@media screen and (max-width:430px){
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:330px;}
	.ny_zb_sx li .ny_zb_sx_a2 {
	    width: 38%;
	}
	.ny_zb_sx li .ny_zb_sx_a1 {
	    width: 31%;
	}
	.ny_zb_ul li span:nth-child(4) {
	    width: 23%;
	}
	.ny_zb_ul li span:nth-child(3) {
	    width: 38%;
	}
	.ny_zb_ul li span:nth-child(2) {
	    width: 38%;
	}
	.ny_zb_ul li a{display: block;height: 45px;}
	.ny_zb_ul li{line-height: 45px;height: 45px;}
	.ny_zb_ul li span{font-size: 14px !important;}
}

@media screen and (max-width:378px){
	.container {width: 90%;}
	.fullSlide, .fullSlide .bd ul, .fullSlide .bd li{height:260px;}
	.www360buy .lh .lh-li { width: 100%;background-size: 100%;}
	.www360buy .lh #lh-li-2 {margin-left: 0;}
	.www360buy .lh #lh-li-3 {margin-right: 0;background-size: 100%;}
	.notice .tab-hd .tab-nav li{margin-left: 15px;}
	
	.csr-r {height: 1080px;}
	.whul-1 .whul-1-div .whul-1-text{width: 90%;left: 15px;}
}