body,
ul,
li,
a,
p,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #313131;
	text-decoration: none;
	font-family: "microsoft yahei";
}


li {
	list-style: none;
}

.clear{clear:both;}
.clear:after,.clear:before{content:"";display:table;}
.clear:after{clear:both;}/*清除浮动的核心属性*/

.public-clear {
	display: block;
}

.public-clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}



.container {
	position: absolute;
	width: 100%;
}

.header {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	background-color: rgba(255,255,255,0.96);
	z-index: 2;
}

.header-wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	height: 80px;
}

.logo {
	display: block;
	width: 188px;
	height: 48px;
	background: url(../images/logo-pc.png) no-repeat;
	background-size: 100%;
	margin-top: 16px;
	float: left;
}

.column {
	width: 992px;
	height: 80px;
	float: right;
}

.column ul {
	float: right;
	line-height: 69px;
	margin-top: 9px;
}

.column ul li {
	float: left;
	padding: 0 24px;
	transition:.2s;
}


.cloumn ul li.current{
	order-bottom: 3px solid #0478BB;
	position: relative;
	bottom: 0px;
}

.column ul li:hover a{
	color: #0478BB;
}

.cloumn ul li.current a{
	color: #0478BB;
}

.column ul li a{
	display: block;
}

.bottom {
	width: 100%;
	background: #2b2b2b;
}

.bottom-wrap {
	min-height: 280px;
	margin: 0 auto;
	min-width: 1200px;
	width: 1200px;
	padding-top: 70px;
}

.bottom-wrap ul li {
	width: 380px;
}

.bottom-wrap ul li h3 {
	font-size: 20px;
	font-weight: normal;
}

.bottom-wrap ul li p,
h3 {
	color: #c8c8c8;
}

.bottom-wrap ul li p {
	margin-top: 24px;
	line-height: 32px;
}

.bottom-wrap ul li img {
	width: 138px;
	height: 138px;
}

.bottom-wrap ul li {
	float: left;
	margin-right: 90px;
}

.bottom-wrap ul .b-right {
	float: right;
	width: 138px;
	margin: 0;
}

.bottom-wrap ul .b-right p {
	line-height: 0;
	text-align: center;
	margin-top: 10px
}

.b-last {
	min-width: 1200px;
	text-align: center;
	color: #c8c8c8;
	padding:16px 0;
	line-height: 28px;
	background: #232323;
	font-size: 16px;
}

.b-last a {
	color: #c8c8c8;
}

.b-last a:hover {
	border-bottom: 1px solid #c8c8c8;
}

.b-last span{display:inline-block;}

.page{    width: auto;
    height: 28px;
    text-align: center;
	margin-top: 50px;
}
.page a{width: 28px;
    height: 28px;
    display: block;
    border: 0;}
.page-frist, .pagePrev, .pageNo, .pageNext, .page-last{    
	display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 10%;
    vertical-align: middle;
    line-height: 28px;
    *display: inline;
    *zoom: 1;
    margin: 0 7px;}
	
.pageNo.current{background: #0478BB; color: #FFFFFF;}
.pageNo.current a{color:#fff;}
.icon-pf{background: url(../images/jt_ico_03.png) no-repeat -7px 0px;}
.icon-pp{background: url(../images/jt_ico_03.png) no-repeat -5px -54px;}
.icon-pn{background: url(../images/jt_ico_03.png) no-repeat -5px -83px;}
.icon-pl{background: url(../images/jt_ico_03.png) no-repeat -5px -26px;}
.icon-pf:hover{background: url(../images/jt_ico_03.png) no-repeat -34px 0px;}
.icon-pp:hover{background: url(../images/jt_ico_03.png) no-repeat -29px -54px;}
.icon-pn:hover{background: url(../images/jt_ico_03.png) no-repeat -29px -83px;}
.icon-pl:hover{background: url(../images/jt_ico_03.png) no-repeat -32px -26px;}

.b-right .ewm_img{
	width: 138px;
	height: 138px;
	background: url(../images/ewm.jpg) no-repeat  center;
	display: block;
	background-size: cover;
	margin-top: 24px;
}
.base-dz li a .all-p-z{
	display: block;
    width: 366px;
    height:230px;
    position: absolute;
    transition-duration: 0.2s;
    top:60px;
}

.base-dz li a:hover .all-p-z{
    top:0px;
    background: #000000c7;
}
.base-dz li{
	overflow: hidden;
}

.base-dz li a p{
	width:366px;
	position: absolute;
	top: 150px;
	z-index: 1;
	color: #ffffff00;
	font-size: 20px;
	transition-duration: 0.25s;
}

.base-dz li a:hover p{
	top: 100px;
	color: #fff;
}

        .DH{
            position: relative;
            text-decoration: none;
        }
        .DH:before{
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            height: 3px;
            width: 100%;
            background: #4285f4;
            transform: scale(0);
            transition: all 0.5s;
        }
        .DH:hover:before{
            transform: scale(1);
        }
		
.ty-more a{
	transition-duration: 0.2s;
    display: block;
    width: 180px;
    height: 40px;
    border: 1px solid #0478BB;
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    color: #0478BB;
}

.ty-more a:hover{
	background: #0478BB;
    color: #FFFFFF;
}

#nav_click{display:none;position: fixed;top: 0;right: 0;width: 54px;padding:10px;}
#navBgWrapBlack{background: rgba(0,0,0,.4);position: fixed;top: 0;right: 0;left: 0;bottom: 0;display:none;}
#navWapMenu{position: fixed;top: 0;bottom: 0;right: 0;width: 250px;background: #424242;right: -250px;}
#navWapMenu li{text-align: center;color:#fff;border-bottom: 1px solid #4e4e4e;}
#navWapMenu li a{color:#fff;font-size: 16px;line-height: 1.5em;display:block;padding:15px 0;}
#returnWapMenu{background: url(../images/arr_back.png) no-repeat center left 10px;background-size: auto 24px;}

@media (max-width: 750px) {
    .header-wrap{min-width: 100%;width: 100%;}
    .column{display:none;}
    .bottom-wrap{width: 100%;min-width: 100%;text-align: center;}
	.b-last{min-width: 100%;font-size: 12px;line-height: 18px;}
	.bottom-wrap ul li p{font-size: 12px;}
	.b-last a{font-size: 12px;}
	.bottom-wrap ul .b-right{float: none;width:auto;}
	.bottom-wrap ul li h3{display:none;}
	.bottom-wrap ul li{float: none;margin:0 15px;width:auto;}
	.bottom_intros{display:none;}
    .b-right .ewm_img{margin:5px auto;}
	#nav_click{display:block;}
	#navWapMenu{display:block;}
	.ab-1-r img{width: 100%;}
.logo {
	background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 55px;
    margin: 14px 0 0 8px;}
