html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #666;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    user-select: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

.bgf2 {
    background-color: #f2f2f2;
}
.spBtn{
    height: 70px;
}
.zwnr {
    line-height: 200%;
}
.zwnr img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.zwnr li{ list-style:disc; list-style-position:inside}
.zwnr li p{ display:inline-block; margin:0; padding:0}
.area1200 {
    width: 1200px;
    margin: 0 auto;
}
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
#header>.area1200 {
    position: relative;
}
#header .logo {
    position: absolute;
    left: 0;
    top: 17px;
    width: 380px;
    height: 50px;
    z-index: 10;
}
#header .logo a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: url('../img/logo.png') 50% no-repeat;
    overflow: hidden;
    text-indent: -1000px;
}
#header .btn_search {
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 40px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#header .btn_search:hover {
    cursor: pointer;
    background-color: #f00;
    border-color: #f00;
}
.btn_search_ic {
    background: url('../img/ic_search.svg') 50% no-repeat;
    background-size: 60%;
}
.btn_search_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 40px;
    height: 34px;
    border-radius: 5px;
    z-index: 10;
    background: #f00 url('../img/ic_close.svg') 50% no-repeat;
    background-size: 60%;
    border: 1px solid #f00;
}
.btn_search_close:hover {
    cursor: pointer;
}
.searchbox {
    position: absolute;
    right: 0;
    top: 84px;
    height: 50px;
    background-color: #f00;
    width: 300px;
    z-index: 11;
    display: none;
}

.searchbox input {
    display: block;
    float: left;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.searchbox input::-webkit-input-placeholder {
    color: #fff;
}

.searchbox input::-moz-placeholder {
    color: #fff;
}

.searchbox input:-moz-placeholder {
    color: #fff;
}

.searchbox input:-ms-input-placeholder {
    color: #fff;
}

.searchbox a {
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    background: #a60000 url(../img/ic_search.svg) 50% no-repeat;
    background-size: 55%;
}


/* 头部导航菜单样式 */
.naviBar {
    height: 84px;
    margin-left: 580px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    position: relative;
    z-index: 2;
}

.nav .nLi {
    float: left;
    position: relative;
}

.nav .nLi h3 {
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
}

.nav .nLi h3 a {
    font-size: 16px;
    display: block;
    height: 84px;
    line-height: 84px;
    color: #fff;
    -webkit-transition: none ;-o-transition: none ;transition: none ;
}

.nav .sub {
    display: none;
    position: absolute;
    width: 170px;
    margin-left: -85px;
    left: 50%;
    top: 64px;
}

.nav .subp {
    display: none;
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 64px;
}

.nav .sub ul {
    background: #f00;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
}

.nav .sub li {
    zoom: 1;
    text-align: center;
}

.nav .sub a {
    display: block;
    margin: 0 15px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.nav .sub a:hover {
    background-color: #000;;
    border-radius: 5px;
}

.nav .on h3 a {
    font-weight: bold;
}

.icUP {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f00 transparent;
    margin: 0 auto;
}

/* 首页切换图 */
.flexsliderBOX {
    overflow: hidden;
    min-height: 300px;
    background: #f2f2f2 url('../img/loader.gif') 50% no-repeat;
}
.homeTitle {
    padding: 45px 0;
    text-align: center;
}
.homeTitle>h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: normal;
    color: #000;
}
.homeTitle>span {
    display: block;
}
.homeTitle_cf,
.homeTitle_cf > h3 {
    color: #fff;
}
.homeTitle>span>a {
    display: inline-block;
    margin-left: 20px;
    color: #f00;
}
.homeTitle>span>a:hover {
    text-decoration: underline;
}
.homeTitle>.aLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homeTitle>.aLink i {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ddd;
    margin: 0 15px;
}
.homeTitle>.aLink a {
    display: block;
    font-size: 16px;
    position: relative;
}
.homeTitle>.aLink a span {
    display: block;
    width: 0%;
    height: 2px;
    background-color: #f00;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.homeTitle>.aLink a:hover span {
    width: 100%;
}
.homeTitle>.aLink a.on{
    color: #f00;
}
.homeTitle>.aLink a.on span{
    width: 100%;
}
.hpshow {
    overflow: hidden;
}
.hpshow>li {
    float: left;
    margin-right: 15px;
    width: 390px;
}
.hpshow>li:nth-child(3n+3) {
    margin-right: 0;
}
.hpshow>li a,
.hpshow>li img {
    display: block;
}
.hpshow>li i {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hpshow>li i span {
    display: block;
    position: absolute;
    background-color: #f00;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hpshow>li i span:first-child {
    left: -1px;
    top: 0;
    width: 1px;
    height: 0%;
}
.hpshow>li i span:nth-child(2) {
    right: 0px;
    top: -1px;
    height: 1px;
    width: 0%;
}
.hpshow>li i span:nth-child(3) {
    right: -1px;
    top: 0px;
    width: 1px;
    height: 0%;
}
.hpshow>li i span:nth-child(4) {
    left: 0px;
    bottom: -1px;
    height: 1px;
    width: 0%;
}
.hpshow>li:hover i span:first-child,
.hpshow>li:hover i span:nth-child(3) {
    height: 100%;
}
.hpshow>li:hover i span:nth-child(2),
.hpshow>li:hover i span:nth-child(4) {
    width: 100%;
}
.hpshow>li h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hAbout {
    margin-top: 50px;
	position:relative;
}
.hAbout .hAboutBG{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 478px;
	background: url('../img/homeAboutBG.jpg') center top no-repeat;
	background-size: cover;
	z-index:1;
	}
.hAbout .homeTitle{
	position: relative;
	z-index:2;
	}
.hAbout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	z-index:2;
	position: relative;
}

.hAbout ul>li {
    width: 288px;
    height: 450px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hAbout ul li:first-child {
    width: 336px;
    height: 450px;
    background: #b41601 url('../img/haboutbg.jpg') bottom center no-repeat;
    padding: 50px 20px;
    color: #fff;
}

.hAbout ul li:first-child>h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

@-webkit-keyframes hAboutIC {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hAboutIC {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hAbout ul li:first-child>h3>span {
    display: block;
    width: 6px;
    height: 20px;
    margin-left: 10px;
    background-color: #fff;
    -webkit-animation: hAboutIC 1s infinite;
    animation: hAboutIC 1s infinite;
}

.hAbout ul li:first-child>a {
    display: block;
    margin-top: 15px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.hAbout ul li:first-child>a i {
    display: block;
    position: absolute;
    top: 5px;
    right: 25px;
    height: 30px;
    width: 50px;
    background: url('../img/ic_face_right.svg') right 50% no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.hAbout ul li:first-child>a:hover i {
    right: 10px;
}

.hAbout ul li>a {
    display: block;
}

.hAbout ul li>a>div {
    width: 100%;
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hAbout ul li>a>div>h3 {
    font-weight: normal;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.hAbout ul li>a>div>h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.hAbout ul li>a>i {
    display: block;
    width: 100%;
    height: 225px;
}

.hAbout ul li:nth-child(2)>a>i {
    background: url('../img/ic_honor.jpg') 50% no-repeat;
}

.hAbout ul li:nth-child(3)>a>i {
    background: url('../img/ic_history.jpg') 50% no-repeat;
}

.hAbout ul li:nth-child(4)>a>i {
    background: url('../img/ic_parter.jpg') 50% no-repeat;
}

.hAbout ul li:nth-child(2):hover {
    margin-top: -15px;
}

.hAbout ul li:nth-child(3):hover {
    margin-top: -15px;
}

.hAbout ul li:nth-child(4):hover {
    margin-top: -15px;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/ic_face.png") 50% no-repeat;
}
.picScroll-left .hd .next{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.picScroll-left .hd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.picScroll-left .hd ul li {
    width: 12px;
    height: 12px;
    background-color: #666;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
}
.picScroll-left .hd ul li:hover {
    background-color: #000;
}
.picScroll-left .hd ul li.on {
    background-color: #f00;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    margin-right: 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 390px;
}
.picScroll-left .bd ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.picScroll-left .bd ul li a i {
    width: 390px;
    height: 260px;
    display: block;
    position: relative
}
.picScroll-left .bd ul li a .mask {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 390px;
    height: 215px;
    z-index: 1;
    display: none;
}
.picScroll-left .bd ul li a .ic_zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 215px;
    z-index: 2;
    background: url(../img/ic_zoom.png) no-repeat 50%;
    display: none;
}
.picScroll-left .bd ul li img {
	display: block;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.picScroll-left .bd ul li i:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.picScroll-left .bd ul li h3{
    margin: 0;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.picScroll-left .bd ul li a:hover h3{
    background-color: rgba(255,0,0,0.8);
}
.caselist{
    overflow: hidden;
}
.caselist > li{
    float: left;
    margin-right: 15px;
    width: 390px;
    margin-bottom: 15px;
}
.caselist > li:nth-child(3n+3){
    margin-right: 0;
}
.caselist > li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.caselist > li a i {
    width: 390px;
    height: 260px;
    display: block;
    position: relative
}
.caselist > li a .mask {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 390px;
    height: 215px;
    z-index: 1;
    display: none;
}
.caselist > li a .ic_zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 215px;
    z-index: 2;
    background: url(../img/ic_zoom.png) no-repeat 50%;
    display: none;
}
.caselist > li img {
	display: block;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.caselist > li i:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.caselist > li h3{
    text-align: center;
    margin: 0;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.caselist > li a:hover h3{
    background-color: rgba(255,0,0,0.8);
}


.newlist li{
    margin-bottom: 25px;
    overflow: hidden;
}
.newlist li .newsPic{
    float: left;
    width: 300px;
    height: 170px;
    margin-right:25px;
}

.newlist li .newsPic a{
    display: block;
    position: relative;
    overflow: hidden;
}
.newlist li .newsPic a img{
	display: block;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.newlist li .newsPic a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.newlist li .newsPic a .mask {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 300px;
    height: 170px;
    z-index: 1;
    display: none;
}
.newlist li .newsPic a .ic_zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 170px;
    z-index: 2;
    background: url(../img/ic_zoom.png) no-repeat 50%;
    display: none;
}

.newlist li .newsZW{
    float: left;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 50px;
}
.picYes{
    width: 875px;
    height: 170px;    
}
.newlist li .newsZW > h3{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
.newlist li .newsZW > h3 a{
    color: #000;
}
.newlist li .newsZW > h3 a:hover{
    color: #f00;
}

.newlist li .newsZW > .newsIntro{
    line-height: 160%;
}
.newlist li .newsZW > .newsUpdate{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
    margin-top: 10px;
}
.newlist li .newsZW > .newsUpdate i{
    display: block;
    width: 15px;
    height: 15px;
    background: url('../img/ic_time.svg') left 50% no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.cncdz{
    background:#f2f2f2 url('../img/cncdzbg.jpg') top center no-repeat;
    background-size: cover;
    margin-top: 65px;
}

.cncdzTel{
    width: 300px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: -10px;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cncdzTel img{
    display: block;
    height: 25px;
    margin-right: 10px;
}
.cnclc{
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.cnclc > li{
    float: left;
    width: 200px;
    padding: 80px 0;
}
.cnclc > li > img{
    display: block;
    margin: 0 auto;
    height: 100px;
}
.cnclc > li > span{
    display: block;
    margin-top: 25px;
}
#footer{
    background-color: #000;
    padding: 50px 0;
}
#footer .area1200{
    overflow: hidden;
    color: #ccc;
}
#footer a{
    color: #ddd;
}
#footer a:hover{
    color: #fff;
}
#footer .footer_left{
    float: left;
}
#footer .footer_left > i{
    display: block;
    width: 199px;
    height: 104px;
    background: url('../img/footer_logo.png') 50% no-repeat;
}
#footer .footer_left > span{
    display: block;
    padding-top: 10px;
}
#footer .footer_right{
    float: right;
    text-align: right;
}
#footer .footer_right span{
    display: block;
    padding-top: 10px;
}
#footer .footer_right .ewmGZH > p{
    display: inline-block;
    margin:0;
    padding: 0;  
}
#footer .footer_right .ewmGZH > img{
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    margin-left:5px;
    width: 90px;
    height: 90px;
}
.rightkf {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 9999;
    color: #f00;
}

.rightkf .kfic {
    width: 50px;
}

.rightkf .kfic a {
    display: block;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #fff;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.rightkf .kfic a.icqq {
    background: #b5b5b5 url(../img/ic_qq.png) 50% no-repeat;
}

.rightkf .kfic a.ictel {
    background: #b5b5b5 url(../img/ic_tel.png) 50% 12px no-repeat;
}

.rightkf .kfic a.icwx {
    background: #b5b5b5 url(../img/ic_wx.png) 50% no-repeat;
}
.rightkf .kfic a.icwxgzh {
    background: #b5b5b5 url(../img/ic_wxgzh.png) 50% no-repeat;
}
.rightkf .kfic a.icgotop {
    background: #666 url(../img/ic_gotop.png) 50% no-repeat;
}

.rightkf .kfic a:hover {
    background-color: #f00;
}

.rightkf .wxcode {
    position: absolute;
    bottom: 1px;
    right: 62px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px 0 10px;
    width: 110px;
    background-color: #FFF;
    display: none;
}

.rightkf .wxcode img {
    display: block;
}

.rightkf .wxcode span {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.rightkf .wxcode .wxcode_face {
    position: absolute;
    right: -8px;
    bottom: 115px;
}

.rightkf .wxgzh {
    position: absolute;
    bottom: 1px;
    right: 62px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px 0 10px;
    width: 110px;
    background-color: #FFF;
    display: none;
}

.rightkf .wxgzh img {
    display: block;
}

.rightkf .wxgzh span {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.rightkf .wxgzh .wxgzh_face {
    position: absolute;
    right: -8px;
    bottom: 65px;
}

.rightkf .fw_tel * {
    margin: 0;
    padding: 0;
}

.rightkf .fw_tel {
    position: absolute;
    bottom: 132px;
    right: 62px;
    border: 1px solid #d9d9d9;
    padding: 15px;
    width: 150px;
    background-color: #FFF;
    text-align: center;
    display: none;
}

.rightkf .fw_tel p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.rightkf .fw_tel .kf_face {
    position: absolute;
    right: -8px;
    bottom: 35px
}

.rightkf .fw_qq * {
    margin: 0;
    padding: 0;
}

.rightkf .fw_qq {
    position: absolute;
    top: 0;
    right: 62px;
    border: 1px solid #d9d9d9;
    padding: 15px;
    width: 150px;
    background-color: #FFF;
    display: none;
}

.rightkf .fw_qq i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    -ms-box-shadow: 0 0 6px #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 15px;
    background: url(../img/qq-tencent.png) 50% no-repeat;
    background-size: 70%;
}

.rightkf .fw_qq h3 {
    float: left;
    margin-top: 5px;
}

.rightkf .fw_qq .kf_face {
    position: absolute;
    right: -8px;
    top: 20px
}
.banbox {    
    background: #f2f2f2 url('../img/loader.gif') 50% no-repeat;
}
.ban_about {
    height: 334px;
    background: url('../img/ban_about.jpg') 50% no-repeat
}
.ban_history {
    height: 334px;
    background: url('../img/ban_history.jpg') 50% no-repeat
}
.ban_honor {
    height: 334px;
    background: url('../img/ban_honor.jpg') 50% no-repeat
}
.ban_brand {
    height: 334px;
    background: url('../img/ban_brand.jpg') 50% no-repeat
}
.ban_products {
    height: 334px;
    background: url('../img/ban_products.jpg') 50% no-repeat
}
.ban_case {
    height: 334px;
    background: url('../img/ban_case.jpg') 50% no-repeat
}
.ban_news {
    height: 334px;
    background: url('../img/ban_news.jpg') 50% no-repeat
}
.ban_contact {
    height: 334px;
    background: url('../img/ban_contact.jpg') 50% no-repeat
}
.ban_job {
    height: 334px;
    background: url('../img/ban_job.jpg') 50% no-repeat
}
@media (min-width: 1903px) {
    .ban_about {
        background-size: cover;
    }
    .ban_history {
        background-size: cover;
    }
    .ban_honor {
        background-size: cover;
    }
    .ban_brand {
        background-size: cover;
    }
    .ban_products {
        background-size: cover;
    }
    .ban_case {
        background-size: cover;
    }
    .ban_news {
        background-size: cover;
    }
    .ban_contact {
        background-size: cover;
    }
    .ban_job {
        background-size: cover;
    }
}
.line{
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
}
.aboutHeader{
    background: url('../img/loader.gif') 50% no-repeat;
}
.aboutHeader .aboutPic{
    height: 400px;
    background: url('../img/picAbout.jpg') 50% no-repeat;
    position: relative;
}
.zwAbout .bgf2{
    padding: 20px 30px;
}
.picHistory {
    display: block;
    height: 220px;
    background: url('../img/picHistory.jpg') top center no-repeat;
    position: relative;
}
.picHistory>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #333;
    overflow: hidden;
    color: #fff;
}

.picHistory>div>span {
    display: block;
    float: left;
    font-weight: bold;

}

.picHistory>div>span:first-child {
    background-color: #f00;
    width: 160px;
}

.picHistory>div>span:last-child {
    width: 1040px;
}

.historyTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    margin-top: 5px;
}

.historyTable td {
    border: 1px solid #ddd;
    padding: 20px 0;
}

.historyTable>tbody>tr>td:first-child {
    text-align: center;
    width: 158px;
    font-size: 16px;
    color: #f00;
}

.historyTable>tbody>tr>td:last-child {
    line-height: 220%;
    padding-left: 20px;
    padding-right: 20px;
}

.historyTable>tbody>tr {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.historyTable>tbody>tr:hover {
    background: #f2f2f2;
}
.brandlist{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    margin-top: 20px; 
    text-align: center;
}
.brandlist td {
    border: 1px solid #ddd;
    width: 20%;
}
.brandlist td img{
	display: inline-block;
	width: 220px;
	height: 180px;
	}
.honorList>div {
    margin: 0;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.honorList>div>a {
    display: block;
    width: 263px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 20px;
}
.honorList>div>a:hover {
    border-color: #f00;
}
.honorList>div>a:last-child {
    margin-right: 0;
}
.honorList>div>a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 370px;
    overflow: hidden;
}
.honorList span {
    display: block;
    padding-top: 10px;
}
.honorList img {
    display: block;
    width: 100%;
    margin: auto;
}
.contact_map {
    float: right;
    width: 660px;
    height: 338px;
}

.contact_info {
    float: left;
    width: 500px;
}

.contact_info>h3 {
    color: #333;
    font-size: 16px;
    margin: 0;
    padding-top: 30px;
}

.contact_info>p {
    line-height: 180%;
    margin: 0;
    padding-top: 10px;
}

.c_ewm {
    width: 110px;
}

.c_ewm img {
    width: 110px;
    display: block;
}

.c_ewm span {
    text-align: center;
    background-color: #333;
    color: #fff;
    display: block;
    padding: 3px 0;
}
.job_css{
    margin-top: 15px;
}
.job_css .job_menu {
    background-color: #2c3241;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.job_css .job_menu span,
.job_css li .job_title span {
    display: block;
    float: left;
    width: 15%;
}

.job_css .job_menu span.w20,
.job_css li .job_title span.w20 {
    width: 20%;
}

.job_css li .job_title {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.job_css li:hover .job_title {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}

.job_css li .job_nr {
    background-color: #f9f9f9;
    padding: 30px;
    line-height: 180%;
}
.job_css li .job_nr p{
	margin:0;
	padding: 0;
	}
.nyDetail{
	padding-top: 140px;
	}
.nyDetail .nyDetailBox{
	background-color: #fff;
	border: 1px solid #ddd;
	}
.nyDetail .nyDetail_zw{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	}
.nyDetailTitle{
	color: #f00;
	text-align: center;
	border-bottom: 2px solid #f00;
	margin-bottom: 25px;
	}	
.nyDetailTitle > h3{
	line-height: 140%;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight:normal;
	}
.nyDetailTitle > span{
	display: block;
	padding:15px 0;
	color: #999;
	}
.searchNote{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #999;
	}
.searchNoteTitle{
	margin: 0;
	padding: 0;
	color: #000;
	}
.searchNote .zwnr{
	padding: 15px;
	}
.pnIntro{
	overflow: hidden;
	}
.pnIntro > img{
	display: block;
	width: 380px;
	margin-right: 20px;
	float: left;
	}
.pnIntro > .pnIntrozw{
	float: left;
	width: 600px;
	}
.pnIntro > .pnIntrozw > h3{
	color: #000;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}
.pnIntro > .pnIntrozw > a{	
	margin-top: 15px;
	background-color: #000;
    color: #fff;	
    border-radius: 5px;
    width: 250px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.pnIntro > .pnIntrozw > a:hover{
        background-color: #f00;
    }
.pnIntro > .pnIntrozw > a img{
    display: block;
    height: 30px;
    margin-right: 15px;
}
.pnContentTitle{
    margin: 30px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 50px;
}
.pnContentTitle > span{
    display: block;
    color: #000;
    position: absolute;
    left: 15px;
    bottom:-1px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0 20px;
    font-size: 16px;
}
.np{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dashed #999;
	}
.np > span{
	display: block;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
.np a{
	color: #f00;
	}
.np a:hover{
	text-decoration:underline;
    }
.searchList li{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.searchList li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchList li img{
    display: block;
    height: 50px;
    margin-right: 15px;
}
.searchList li:hover{
    border-color: #f00;
}
.scott {
    height: 30px;
    text-align: right;
	margin-top: 35px;
}

.scott a,
.scott span {
    display: inline-block;
}

.scott a {
    BORDER: #cccccc 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    color: #888;
}

.scott a:hover {
    border: #f00 1px solid;
    background-color: #f00;
    COLOR: #fff;
}

.scott span.current {
    BORDER: #f00; 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    background-color: #f00;;
    COLOR: #ffffff;
}

.scott span.disabled {
    BORDER: #cccccc 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    BACKGROUND-COLOR: #fff;
    COLOR: #999999;
}
.contact_other>ul {
    padding-bottom: 15px;
    overflow: auto;
}

.contact_other>ul>li {
    float: left;
    width: 50%;
}

.contact_other>ul>li>h3 {
    color: #454545;
    font-size: 16px;
    padding-bottom: 8px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.contact_other>ul>li>div {
    line-height: 180%;
}