
/*解决IE图片缩放失真*/
img {
    -ms-interpolation-mode: bicubic;
}
.container {
	box-sizing: border-box;
}
.p60{
	padding:60px 0;
}
.pb60{
	padding-bottom:60px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img {
    border: 0;
    vertical-align: middle;
}
.wap {
    display: none
}

@media (max-width:767px) {
    .pc {
        display: none !important
    }

    .wap {
        display: block
    }

    #KFRightScreen {
        display: none !important
    }
}

.top a,
.top {
    color: #333;
    font-size: 14px;
}
.pc .top .container{
	position:relative;
}
.headerq-left {
    display: flex;
    float: left;
    height: 34px;
    margin-right: 10px;
    align-items: center;
}

.headerq-txt {
    line-height: 1;
    border-right: 1px solid #D8D8D8;
    padding-right: 10px;
    color: #000;
}

.headerq-qh-btn {
    padding-left: 10px;
    position: relative;
    color: #000;
    height:34px;
    display:flex;
    align-items: center;
}

.headerq-qh-btn .bz {
    color: #44B979;
    width: 20px;
	height:18px;
    margin-right: 3px;
}

.headerq-qh-btn::after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    transform: rotate(-135deg);
    margin-top:-3px;
    margin-left: 8px;
}

.headerq-qh-con {
    position: absolute;
    left: 0;
    top: 34px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    width: 720px;
    z-index: 22;
    padding: 20px 10px 20px 30px;
    display: none;
}

.headerq-qh-t {
    color: #000;
    margin-bottom: 5px;
}

.headerq-qh-c {
    display: flex;
    flex-wrap: wrap;
}

.headerq-qh-t-mt {
    margin-top: 20px;
}
.headerq-qh{
    margin-right:10px;
}
.headerq-qh a {
    border: 0;

}

.headerq-qh-t {
    color: #999;

    line-height: 22px;
    margin-bottom: 5px;
}

.headerq-qh-c a:not(.headerq-qh-more) {
    margin-right: 20px;
    color: #666;
    line-height: 22px;
    margin-top: 5px;
}

.headerq-qh-c a:hover {
    color: #FE6600 !important;
}

.headerq-qh-cap {
    display: flex;
    margin-bottom: 10px;
}

.headerq-qh-cap a {
    background-color: #F7F8F9;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding:0;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-right: 10px;
    border-radius: 2px;
}

.headerq-qh-c {
    display: flex;
    flex-wrap: wrap;
}

.headerq-qh:hover .headerq-qh-con {
    display: block;
}

.top.pc .w1400 {
    position: relative;
    z-index: 23;
}

.headerq-qh-cap a.active {
    background-color: #00479d;
    color: #fff;
}

.btms {
    background: #00479d url(../images/bg.png) no-repeat center bottom;
    padding: 50px 0 40px 0;
    height: 205px;
    box-sizing: border-box;
}

.btms-l {
    display: flex;
    text-align: center;
}

.btms-l li {
    margin-right: 100px;
    font-size: 16px;
}

.btms-l a {
    color: #fff;
}

.btms-l p {
    font-size: 36px;
    line-height: 1;
    margin-top: 10px;
}

.btms-r {
    color: #fff;
    text-align: center;
}

.btms .ny_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btms-r p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.btms-r a {
    background-color: #fff;
    border-radius: 4px;
    line-height: 44px;
    display: inline-block;
    color: #00AA5E;
    font-size: 18px;
    width: 350px;
    margin-top: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right
}


/*top*/
.top {
    background:#F5F5F5;
    height: 34px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
}
.top .fr{
    height: 34px;
    line-height: 34px;
}
.top .fr a {
    line-height: 14px;
    padding-right: 14px;
    margin-left: 8px;
    display: inline-block;
     color: #333;
    border-right: 1px #5B5C60 solid;
}

.top .fr a:last-child {
    border-right: 0;
    padding-right:0;
}

.top .gzh {

    position: relative;
}

.top .gzh img {
    padding-right: 8px;
    vertical-align: middle;
}

.top .gzh:hover .gzh-ewm {
    display: block;
}

.top .gzh-ewm {
    position: absolute;
    top: 20px;
    left: -15px;
    background: #fff;
    display: none;
}

.top .gzh-ewm img {
    width: 100px;
}

.head .fl img {
    float: left;
}

.headbox {
    color: #333;
}

.headbox p {
    font-size: 26px;
	margin:0;
	padding:0;
    margin-top: 6px;
    font-weight: bold;
}

.headbox p span {
    color: #00479d
}

.fl {
    float: left
}

.headbox b {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    font-weight: normal;
}

.headbox .bgo {
    display: inline-block;
    background: #FE6600;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
    font-weight: normal;
}

.ly_top {

    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.ly_top .top_logo {
    width: 500px;
    height: 120px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.ly_top .top_tel {
    float: right;
    width: 255px;
    overflow: hidden;
    margin: 32px 0;
    padding-left: 58px;
    background: url(../images/tel.png) left center no-repeat;
}

.ly_top .top_tel p {
    font-size: 14px;
    color: #999;
}

.ly_top .top_tel span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #00479d;
}

@media (max-width:1199px) {
    .ly_top {
        width: 96%;
    }
}

@media (max-width:991px) {
    .ly_top {
        height: auto;
    }

    .ly_top .top_logo {
        width: 446px;
        height: auto;
    }

    .ly_top .top_tel {
        width: 180px;
        margin: 30px 0;
    }

    .ly_top .top_tel span {
        font-size: 22px;
    }

    .ly_top .top_logo a img {
        max-width: 96%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width:767px) {
    .ly_top {
        height: auto;
    }

    .ly_top .top_tel {
        display: none;
    }

    .ly_top .top_logo {
        width: 100%;
        height: auto;
    }

    .ly_top .top_logo a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ly_top .top_logo a img {
        max-width: 96%;
        display: inline-block;
        vertical-align: top;
    }
}

/**ly_nav**/
.ly_nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #00479d;
}

.ly_nav ul li {
    /* float: left; */
    display: inline-block;
    position: relative;
  border:0;
}

.ly_nav ul li:hover .v1,
.ly_nav ul li.on .v1 {
    background:#0185D0!important
}

.ly_nav .sub li.active {
    background: #00479d;
}


.ly_nav .sub>li:hover {
    background: #00479d;
}



.navigation {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navigation li {
    float: left;
    position: relative;
    width: 11%;
  border-right:1px solid #0A2D7E!important;
}
.navigation li:first-child{
  border-left:1px solid #0A2D7E!important;
}
.navigation li a {
    display: block;
    width: 100%;
    height:60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.navigation li:hover,
.navigation li a:hover,
.navigation li a.nav_on {
    color: #fff;
    background-color:#0185D0;
}

.navigation ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
    background-color: #00479d
}

.navigation ul li {
    width: 100%;
    float: left;
    border:0!important;
    border-top: none;
    border-top: 1px solid #0050b1!important;
}

.navigation ul li:first-child {
    border-top: 0!important;
    border-left:0!important;
}

.ly_nav ul li:hover .sub {
    display: block !important;
}

.navigation ul a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    border-top: none;
}

.navigation ul a:hover {
    color: #fff;
    background-color: #0185D0;
}

.web_nav {
    display: none;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
}

.btn-menu {
    display: block;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    padding: 12px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width:1199px) {
    .navigation {
        width: 96%;
    }

    .navigation li {
        width: 11%;
    }

    .navigation li a {
        width: 100%;
    }
}

@media (max-width:767px) {
    .web_nav {
        width: 96%;
        display: block;
    }

    .navigation {
        width: 100%;
        display: none;
    }

    .navigation li {
        width: 100%;
        background: #f1f1f1;
        border-bottom: 1px solid #ffffff;
    }

    .navigation li a {
        color: #515671;
        height: 40px;
        line-height: 40px;
    }
}
.top .fl{
    height:34px;
    line-height:34px;
    font-size:14px;
}


.pagination p{margin-top:0!important}
/*浮动客服*/
.toolbar *{margin:0;padding:0;}
.toolbar{position: fixed;top: 50%;right:0;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;margin:2px 0 0 0!important;width: 80px;height: 80px;background:#00479d;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #00479d;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #00479d;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #00479d;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #00479d;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}

/* footer */
/*footer_main*/
.footer_main {
    width: 100%;
    background:#01479D;
    color: #fff;
    overflow: hidden;
}

.footer_main .footer {
    padding-top: 40px;
    padding-bottom:20px;
}

.footer_main .links {
    padding: 30px 0;
    font-size: 16px;
}

.footer_main .links span {
    color: #fff;
    display: inline-block;
}

.footer_main .links a {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    padding-right: 10px;
}

.footer_main .links a:hover {
    color:rgba(255,255,255,.8)!important;
}



.footer_main .qcode img{
    width: 130px;
    height: 130px;
    display: block;
    border: 5px solid #fff;
}

.footer_main .btel {
    width:400px;
    line-height:35px;
}

.footer_main .btel img {
    display: block;
    margin: 0 auto 8px;
    max-width: 100%;
    max-height: 60%;
}

.footer_main .btel .p1 {
    color: #fff;
}

.footer_main .btel .p2 {
    font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
    font-size: 34px;
    color: #ffffff;
    line-height: 34px;
    margin:10px 0;
}

.footer_main .btel .p3 {
    color: #fff;
    line-height: 25px;
    margin:4px 0;
}

.footer_main .botnavlist {}



.footer_main .botnavlist li {
    float: left;
    padding: 0 2.3vw;
  min-height:198px;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    border-right: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
}



.footer_main .botnavlist li:last-child {
    border: none
}



.footer_main .botnavlist li:first-child {
    padding-left: 0px;
}

.footer_main .botnavlist li a {
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 16px;
}

.footer_main .botnavlist li a:hover {
    color:rgba(255,255,255,.8)!important;
}

.footer_main .botnavlist li .drop {
    padding-top: 10px;
}

.footer_main .botnavlist li .drop a {
    display: block;
    line-height: 26px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

.footer_main .botnavlist li .drop a:hover {
    color:rgba(255,255,255,.8)!important;
}

.bottom {
 background:#0185D0;
    color: #fff;
  padding:15px 0;
    text-align: center;
}


.bottom a {
    color: #fff;
}

.bottom a:hover {
  color:rgba(255,255,255,.8)!important;
}

.footer_main .yyzz {
    padding: 0 8px;
}

.pageRemark{
display:none!important}

.big{overflow:hidden;}
.big img{display:block;width:100%;transition:.3s transform;transform:translateX(-50%);transform:translateZ(0);}
.big:hover img{transform:scale(1.2,1.2);}

.piclist ul{margin:-1%}
.piclist li{float:left;overflow:hidden;box-sizing:border-box;margin:1%;width:31.33%;background-color:#fff;}
.piclist li .big img{width:345px;height:254px;display: block;}
.piclist li a{margin:0;}
.piclist .big{position:relative;width:100%;}
.piclist .big .imWrap img{min-height:100%;}
.piclist h3{position:absolute;bottom:0;left:0;z-index:7;overflow:hidden;width:100%;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:55px;margin:0;padding:0;}
.index .piclist {padding-top:15px;}
.index .piclist li .big img{width:440px;height:325px;}



.index .news .list {
	width: 100%;
	height: 360px;
}

.news .list li {
	display: block;
	float: left;
  width:100%;
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin:0 0 25px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .news .list li{
  width: 47%;
  float:left;
height: 148px;
  margin:15px 1.2%
}
.index .news .list ul{
	margin:0 -1.2%;
}
.news .list li{
padding:0;}
.news .list li a {
	display: block;
	height: 150px;
}
.news .list li .time {
	width: 66px;
	margin-top: 40px;
	margin-left: 30px;
}
.news .list li .time .day {
	font: normal 60px "Impact";
	color: #000;
	line-height: 50px;
  margin:0 0 10px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news .list li .time .year {
	margin-top: 8px;
	font: normal 16px "arial";
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news .list li .title {
	display: block;
	
	height:123px;
	border-left:1px solid #ddd;
	width: calc(100% - 150px);
	padding-left:25px;
	padding-top:25px;
	margin-left: 14px;
}
.news .list li .title .tit {
	font-size: 20px;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news .list li .title .cont {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news .list li:hover {
	background: #1048a0;
	border: 1px solid #1048a0;
}
.news .list li:hover .time .day {
	color: #fff;
}
.news .list li:hover .time .year {
	color: #c1d4f1;
}
.news .list li:hover .title .tit {
	color: #fff;
}
.news .list li:hover .title .cont {
	color: #c1d4f1;
  text-indent:0;
}
::-webkit-scrollbar{width:10px;height:5px}
::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{background:#01479D}
@media (max-width: 768px){
.toolbar{
    display: none!important;
}
  .news .list li a{height:auto;}
  .news .list li .time{margin-top:20px;}
  .news .list li .time .day{font-size:45px;}
  .news .list li .time .year{font-size:13px;}
  .news .list li .title{padding-top:5px;    width: calc(100% - 120px);padding-left: 15px;margin-left:0;}
    .news .list li .tit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:15px 0 10px;font-size:16px!important;}
  .news .list li .title .cont{height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
  .list-1 li .img-center img{
      height:160px;
      width:100%;
  }
  .piclist li{
      width:48%;
  }
.piclist li .big img{
    width:100%;
    height:150px;
}
}