﻿body {
    font-family: microsoft yahei, open sans, sans-serif;
    font-size: 14px;
    color: #333
}
input, select, textarea {
    font-family: 微软雅黑, open sans, sans-serif;
    font-size: 1em
}
.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative
}
img, a {
    border: 0
}
ul, li {
    list-style: none
}
* {
    margin: 0;
    padding: 0
}
.flt {
    float: left
}
.frt {
    float: right
}
.clear {
    clear: both
}
.clear:after, .clear:before {
    content: '';
    clear: both;
    display: table
}
img {
    max-width: 100%
}
.img {
    overflow: hidden;
    position: relative
}
/*
.img:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg)
}*/
h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.2em
}
p {
    line-height: 32px;
    color: #666
}
*, *:after, *:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}
.modal, .fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}
.fp_modal {
    display: table
}
.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0,0,0,.7)
}
.fp_modal .cell {
    display: table-cell;
    vertical-align: middle
}
.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative
}
.modal_cont .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/close.png) no-repeat center center #ccc;
    border-radius: 100%;
    cursor: pointer
}
.modal_cont .box {
    padding: 45px
}
.header {
    border-bottom: 1px solid rgba(255,255,255,.2);
	 background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}
.header.fixed .logo {
    padding: 0.2rem 0
}
.header.fixed .menu ul li a {
    line-height: 60px;
	
}
.header.fixed .menu ul li li a {
    line-height: 35px
}
.header.fixed {
    background: rgba(255,255,255,.9);
	box-shadow: rgba(0, 0, 0, 0.118) 0px 1px 3px;
}
.head {
    line-height: 42px;
    border-bottom: 1px solid #eee
}
.logo {
    padding: 20px 0;
    line-height: 28px;
    font-size: 16px
}
.logo span {
    display: inline-block;
    position: relative;
    color: #071954;
    padding-left: 53px;
    margin-left: 20px;
    border-left: 1px solid #675e58;
    background: url(../img/icon1.png) no-repeat 20px center
}
.logo img {
    vertical-align: middle;
    height: 60px
}
.menu ul li {
    position: relative;
    float: left;
    margin: 11px 30px;
    font-size: 14px
}
.fixed .menu ul li {
    position: relative;
    float: left;
    margin: 10px 40px;
    font-size: 14px
}
.menu ul li .drop {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 142px;
    left: 50%;
    margin-left: -71px;
    padding-top: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}
.menu ul li .drop ul {
    background: #fff;
    margin: 0 auto;
    padding: 10px 0
}
.menu ul li .drop ul li a {
    line-height: 42px;
    color: #000
}
.menu ul li .drop ul li a:after {
    display: none
}
.menu ul li .drop ul li {
    float: none;
    margin: 0 auto;
    text-align: center
}
.menu ul li .drop ul li.on a, .menu ul li .drop ul a:hover {
    color: #071954
}
.menu ul li a {
    line-height: 80px;
    display: block;
    color: #000;
    position: relative;
	font-size: 18px;
}
.menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 3px;
    bottom: -1px;
    background: #071954
}
.menu ul li.on a:after, .menu ul li a:hover:after {
    width: 100%
}
.menu ul li a:hover, .menu ul li.on a {
    color: #071954
}
.menu ul {
    margin: 0 -40px
}
.banner .item {
    position: relative;
    font-family: Arial
}
.banner .item .text {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 24px
}
.banner .text h2 {
    font-size: 2em;
    margin-bottom: 1em
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    border-radius: 0;
    margin: 0 5px;
    opacity: .5;
    background: #071954
}
.owl-theme .owl-dots {
    margin-bottom: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #071954;
    opacity: 1;
    width: 28px
}
ul:after {
    content: '';
    display: block;
    clear: both
}
.banner .img1 {
    overflow: hidden;
	text-align: center;
}
.team_list ul li {
    width: 50%;
    float: left
}
.team_list {
    margin-bottom: 20px
}
.team_list a {
    overflow: hidden;
    display: block;
    margin: 20px;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.063) 0px 0px 30px 0px;
}
.team_list .text {

    padding: 20px 0;
    text-align: center;
    border-bottom: 0
}
.team_list p {
    color: #000;
	padding: 20px 50px;
	font-weight: 300;
}
.team_list h3 {
    font-size: 22px;
	padding-top: 10px;

}
.team_list .text2 {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #071954;
    border-top: 0;
    padding: 30px 0;
    border-bottom: 0
}
.team_list .text2 label {
    display: block;
    margin: 10px auto;
    margin-bottom: 15px;
    width: 35px;
    height: 3px;
    background: #071954
}
.team_list .text2 h3 {
    color: #071954
}
.team_list .text2 p {
    width: 90%;
    margin: 0 auto;
    line-height: 26px;
    color: #666
}
.team_list ul {
    margin: 0 -20px
}
.team_list a:hover {
    border-bottom-color: #071954;
	
}
.team_list a:hover .text2 {
    bottom: 0
}
.team_list img {
    display: block
}
.team_list .img {
    position: relative
}
.team_list .img span {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 14px;
    height: 89px
}
.center {
    text-align: center
}

.news_list ul li {
    margin-top: 24px
}
.news_list ul li:first-child {
    margin-top: 0
}
.news_list ul li .img {
    height: 210px;
    overflow: hidden;
    float: left;
    width: 280px
}
.news_list ul li:after {
    content: '';
    display: block
}
.news_list ul li .text {
    overflow: hidden;
    border-left: 0;
    height: 130px;
    padding: 30px
}
.news_list ul li .text .time {
    color: #071954
}
.news_list ul li .text h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 5px
}
.news_list ul li .text p {
    color: #666;
    height: 64px;
    overflow: hidden
}
.news_list ul li a:hover .text h3, .news_list ul li a:hover .text p {
    color: #071954
}
.page {
    overflow: hidden;
    position: relative;
    padding: 82px 0
}
.page .bg_fff {
    position: absolute;
    left: 0;
    right: 0;
    height: 25%;
    background: #fff;
    bottom: 0
}
.page .bg_000 {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    bottom: 0;
    opacity: .4
}
.page.on {
    background: #faf9f7;
}
.page_tit {
    text-align: center;
    margin-bottom: 40px
}
.page_tit h3 {
    font-size: 32px;
    font-weight: 400
}
.page_tit label {
    display: block;
    margin: 15px auto;
    width: 44px;
    height: 3px;
    background: #007eff
}
.page_tit p {
    margin-top: 20px;
    font-size: 18px
}
.about_img {
    float: right;
    margin-left: 85px
}
.about_txt {
    overflow: hidden
}
.about_txt h3 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 45px;
    padding-top: 20px
}
.about_txt .text {
}
.btn a {
    display: inline-block;
    text-align: center;
    width: 122px;
    line-height: 38px;
    color: #fff;
    background: #071954
}
.btn a:hover {
    background: #bc8b43
}
.full {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1001
}
.full li a {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: rgba(0,0,0,.5);
    z-index: 1
}
.full li a:hover span, .full li a:hover label {
    background-color: #071954!important
}
.full li:last-child a {
    border-bottom: 0
}
.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
    z-index: 2
}
.full li a label {
    display: block;
    width: 100px;
    white-space: nowrap;
    padding: 0 20px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%
}
.full li a:hover label {
    left: -120px
}
.full li a .lbl_img {
    padding: 10px;
    height: auto;
    line-height: normal
}
.full li a span.span1 {
    background-image: url(../img/full1.png)
}
.full li a span.span2 {
    background-image: url(../img/full2.png)
}
.full li a span.span3 {
    background-image: url(../img/full3.png)
}
.full li a span.span4 {
    background-image: url(../img/full4.png)
}
.service_list ul li {
    position: relative;
    z-index: 10;
    width: 20%;
    float: left
}
.service_list ul li a {

    display: block;
    margin: 10px;

    text-align: center;
    position: relative
}
.service_list ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;

    z-index: -1
}

.service_list ul {
    margin: -25px
}
.service_list .img {
    height: 167px
}
.service_list .img.img1 {
    background: url(../img/icon2.png) no-repeat center center
}
.service_list .img.img2 {
    background: url(../img/icon3.png) no-repeat center center
}
.service_list .img.img3 {
    background: url(../img/icon4.png) no-repeat center center
}
.service_list .img.img4 {
    background: url(../img/icon5.png) no-repeat center center
}
.service_list .img.img5 {
    background: url(../img/icon6.png) no-repeat center center
}
.service_list .img.img6 {
    background: url(../img/icon7.png) no-repeat center center
}



.service_list p {
    line-height: 22px;
    height: 66px;
    overflow: hidden;

    margin: 20px auto;
    width: 80%
}
.service_list .text {
    padding-bottom: 20px
}
.footer {
    background: #474747;
}




.page3 {
    padding: 100px 0;
    clear: both;
    background: url(../img/home-strive-bg.jpg) no-repeat center center;
}
.banner_txt {
    color: #fff;
	padding-left: 50%;
}
.banner_txt .span_tit {
    width: 90px;
    height: 117px;
    border: 4px solid #fff;
    display: block;
    float: left;
    text-align: center;
    font-size: 28px;
    padding-top: 20px;
    margin-right: 30px
}
.banner_txt .span_tit label {
    display: block;
    height: 40px;
    background: url(../img/icon8.png) no-repeat center center
}
.banner_txt .text {
    overflow: hidden
}
.banner_txt .text h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 75px
}

.banner_txt .text .boxs{ margin-bottom: 40px; padding-left: 86px;}
.banner_txt .text .boxs .b_img{ margin-right:20px; float: left; height: 150px;}
.banner_txt .text .boxs h4{ margin-bottom: 10px; font-size: 16px; color: #FFF; }
.banner_txt .text .boxs p {
    font-size: 14px;
    color: #fff; 
}
.b_img1{ background: url(../img/noun_Health_2005151@2x-1.png) left 10px no-repeat;}
.b_img2{ background: url(../img/noun_Security_222206@2x-1.png) left 10px no-repeat;}
.b_img3{ background: url(../img/noun_Tag_2518407@2x-1.png) left 10px no-repeat;}

.page4 {

	margin-top: 120px;
	margin-bottom: 80px;
    clear: both;
    background: url(../img/Group-775@2x.jpg) top center no-repeat;
	background-size: auto 100%;
	height: 700px;
	

}

.page4 .txt4{ width:50%; float: left; /*background: url(../img/Group-11.png) top right no-repeat;
	background-size:100%;*/padding:60px 0; }

.page4 .txt4 .img4{width:600px; float: right;}
.page4 .txt4 .title4{  margin-top: 54px; width:600px; float: right;
    margin-bottom: 20px; align-items: center; font-size: 28px;}
.page4 .txt4 .smtext{ line-height:40px; margin-top: 20px; font-size: 16px; width:580px; margin-right: 20px; float: right;}

.page4 .txt4  .smtext a{ padding:4px 25px; float: left; margin: 20px 0 40px; font-size: 16px; display: block; background: #071954; color: #FFF;}
.page4 .txt4  .smtext a:hover{ background: #304178;}


.pagesize {
    text-align: center;
    padding: 70px 0
}
.pagesize a {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 16px;
    padding: 0 10px;
    margin: 5px;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    color: #666
}
.pagesize a:hover, .pagesize a.on {
    background-color: #071954;
    border-color: #071954;
    color: #fff
}
.pagesize a.prev {
    background-image: url(../img/cur5.png)
}
.pagesize a.next {
    background-image: url(../img/cur6.png)
}
.pagesize a.prev:hover {
    background-image: url(../img/cur1.png)
}
.pagesize a.next:hover {
    background-image: url(../img/cur2.png)
}
.foot {
    padding:30px 0 0;
	border-bottom: 1px solid #FFF;
}


.ibanner{ position: absolute; width: 100%; z-index: 999; top: 40%;  color: #FFF; text-align: center;}
.ibanner .i-title{font-size: 42px; }
.ibanner .i-ftitle{ line-height: 50px; font-size: 30px; color: #FFF; padding: 30px 180px 0;}

.foot .f_about{ width:35%; height: 330px; overflow: hidden; border-right:1px solid #FFF; float: left;}
.foot .f_about .about_txt{ padding:30px 15px 0 0; font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_about .about_txt .imgs{ width:100%; text-align: left; margin-bottom: 30px;}


.foot .f_nav{ width:20%; height: 330px; border-right:1px solid #FFF; float: left;}
.foot .f_nav .nav_txt{padding:30px 15px 0 50px;font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_nav .nav_txt h4{ font-size: 24px; margin-bottom: 20px;}
.foot .f_nav .nav_txt ul{}
.foot .f_nav .nav_txt ul li{ font-size: 14px; padding:5px 0;}
.foot .f_nav .nav_txt ul li a{ color:#FFF;}
.foot .f_nav .nav_txt ul li a:hover{ text-decoration: underline;}

.foot .f_contact{ width:25%; height: 330px; border-right:1px solid #FFF; float: left;}
.foot .f_contact .contact_txt{padding:30px 20px;font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_contact .contact_txt h4{ font-size: 24px; margin-bottom: 20px;}
.foot .f_contact .contact_txt .c_address{ line-height: 28px; font-size: 14px; color: #FFF; background: url("../img/address.png") left center no-repeat; padding-left: 50px; margin-bottom: 20px;}
.foot .f_contact .contact_txt .c_email{ line-height: 28px; font-size: 14px; color: #FFF; background: url("../img/email.png") left center no-repeat; padding-left: 50px; margin-bottom: 20px;}
.foot .f_contact .contact_txt .c_tel{ line-height: 28px; font-size: 14px; color: #FFF; background: url("../img/tel.png") left center no-repeat; padding-left: 50px; margin-bottom: 20px;}

.foot .f_link{  height: 330px;  float: left;}
.foot .f_link .link_txt{padding:30px 20px;font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_link .link_txt h4{ font-size: 24px; margin-bottom: 20px;}
.foot .f_link .link_txt ul{ padding-top: 10px;}
.foot .f_link .link_txt ul li{ text-align: center; margin-bottom: 10px;}

.in_nav{ background: rgba(255,255,255,.85); box-shadow: 0 0 15px rgb(0 0 0 / 12%); height: 90px; margin-top: -90px; border-radius: 25px;}
.in_nav .nav_box{ padding:30px 50px; line-height: 30px;}
.in_nav .nav_box h3{ font-size:24px; color: #000; float:left;}
.in_nav .nav_box ul{ float:right; }
.in_nav .nav_box ul li{ float:left; padding: 0 20px; font-size: 20px;}
.in_nav .nav_box ul li a{ color:#000;}
.in_nav .nav_box ul li a:hover{ color:#071954;}
.in_nav .nav_box ul li .on{color:#071954; border-bottom:3px solid #071954; padding-bottom: 30px;}

.in_newstext{ margin: 70px 0 50px;  font-size:16px; color: #333; line-height: 35px;}

.about_yw{background: url(../img/tl-bg.jpg) top center no-repeat; background-size: 100%; padding: 175px 0 30px;}
.about_yw .yw_top{ padding: 10px 0; width: 1000px; margin: auto;}
.about_yw .yw_top .tab p{float: left; width: 160px; height: 160px; border-radius: 50%;
    border: 1px solid #dbe9f4;
    text-align: center;}
.about_yw .yw_top .tab p i {
    display: block;
    height: 50px;
	margin-top: 35px;
}

.about_yw .yw_top .tab p i img {
    width: auto;
    vertical-align: middle;
}

.about_yw .yw_top .tab p span {
    font-size: 24px;
    margin-top: 10px;
    display: block;
}

.about_yw .yw_top .tab p + p {
    margin-left: 47px;
}

.about_yw .yw_top .youshi{ width: 902px; margin: 60px auto 20px}
.about_yw .yw_top .youshi dl{}
.about_yw .yw_top .youshi dl dd{ width:200px; float: left; height: 160px; margin-bottom: 30px; text-align: center;border-bottom: 1px solid #dbe9f4; font-size: 24px; color: #666;}
.about_yw .yw_top .youshi dl dd .nr{ padding-top: 20px}
.about_yw .yw_top .youshi dl dd .nr p{margin-bottom: 10px;}
.f14{font-size:14px; text-align: left;}
.about_yw .yw_top .youshi dl dd .nr p span{    font-size:45px;
    font-weight: 700; 
    color: #071954;}
.about_yw .yw_top .youshi dl dt{height: 120px;
    width: 1px;
    margin: 0 75px;
    background: #dbe9f4;
    float: left;}



.about_rz{ padding: 30px 0;}
.about_rz ul{}
.about_rz ul li{}
.about_rz ul li:nth-child(2n):before{display: block;
    width: 50%;
    height: 330px;
	position: absolute;
    background: #f4f5f9;
    content: '';}
.about_rz ul li .wrap .w_box{ width: 50%; height: 330px; float: left; overflow: hidden;}
.about_rz ul li .w_box_img{ width: 50%; height: 330px; float: left; overflow: hidden;}
.about_rz ul li:nth-child(2n) .w_box_img{ width: 50%; height: 330px; float: right; overflow: hidden;}
.about_rz ul li .wrap .w_box_img img{ width: 100%; height: 100%; transition: all 0.5s ease;}
.about_rz ul li .wrap .w_box_img img:hover{    transform: scale(1.1);  -webkit-transform: scale(1.1);}
.about_rz ul li .txt{  box-sizing: border-box; padding: 20px 0 20px 50px;}
.about_rz ul li:nth-child(2n) .txt{  box-sizing: border-box; padding: 20px 50px 20px 0;}
.about_rz ul li .wrap .w_box .txt h5 { font-size:36px; float: left;color: #333; border-bottom: 2px solid #004098; padding: 0px 0 10px; margin-bottom: 20px;}
.about_rz ul li .smtext{ font-size: 16px;  float: left; width: 100%; height: 200px; color: #666; line-height: 30px; overflow-x: hidden; overflow-y: auto;}


.nr_txt{ }
.nr_txt dl{ margin-bottom: 50px;}
.nr_txt dl dt{ line-height: 50px; font-size: 36px; 
	text-align: center;
    color: #333;
    margin-bottom: 20px;}
.nr_txt dl dt span{border-bottom: 2px solid #004098; padding: 0 0px 8px;}

.nr_txt dl dd{ padding: 15px 0;font-size: 16px; color: #666; line-height: 30px; text-align: justify;}
.nr_txt dl img{ width: 100%; height: auto;}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
::-webkit-scrollbar {
    width: 9px;
    height: 9px
}
/*定义滚动条轨道*/ 
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*定义滑块 内阴影+圆角*/ 
::-webkit-scrollbar-thumb {
    background-color: #DDD;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*荣誉资质*/
.cp_query{ width:100%; padding-top:30px; font-size: 14px; line-height: 26px;}
 .cp_query ul{ width:100%;}
 .cp_query ul li{ width:23%;   margin:10px 1%; float:left; background:#FFF;border-bottom: 1px solid #dfdfdf; }
 .cp_query ul li a{ display:block; width:100%; overflow:hidden;}
 .cp_query ul li img{ width:100%;  height:240px;  transform: translateZ(0px);transition: transform 0.3s ease 0s;}
 .cp_query ul li a:hover img{transform: scale(1.05, 1.05);transition: transform 0.6s ease 0s;}
 .cp_query ul li p{ font-size:16px;text-align:center;  color: #444;line-height:50px;text-align: center; height:50px;  overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}


/*新闻资讯*/
.i_news{}
.i_news ul{ padding: 70px 0;}
.i_news ul li{ width: 384px; float: left; margin-right: 24px; margin-bottom: 25px;}
.i_news ul li:nth-child(3n){ margin-right: 0;}
.i_news ul li .pic{ width:100%; height: 240px; overflow: hidden;}
.i_news ul li .pic img{ width: 100%; height: 100%; transition: all 0.5s ease;}
.i_news ul li .pic img:hover{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.i_news ul li .newstxt{border: 1px solid #f4f5f9; text-align: center; padding:0 60px 20px 60px;}
.i_news ul li a:hover .newstime, .i_news ul li a:hover .smtext{ color: #004098; }
.i_news ul li a:hover .newstxt  span{ background:#004098; color: #FFF;}
.i_news ul li .newstxt .newstime{ height:40px; line-height: 40px;  position: absolute; width: 200px; margin: -20px 32px 0; background: #FFF;}
.i_news ul li .newstxt .smtext{ padding: 20px 0; line-height: 30px; font-size: 14px;}
.i_news ul li .newstxt  span{ padding:10px 30px; height: 32px; border-radius: 20px;  border: 1px solid #999; line-height: 32px; text-align: center; margin: 20px auto 0;}

/*合作伙伴*/
.cooperation{ background: #FFF; padding:20px;}
.cooperation ul{ border-left:1px solid #F0F0F0;}
.cooperation ul li{ width:230px; height:140px; float: left; border-right: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0; overflow: hidden; border-bottom: 1px solid #F0F0F0;}
.cooperation ul li img{ width:100%; height:100%;transition: all 0.5s ease;}
.cooperation ul li img:hover{ transform: scale(1.2);
    -webkit-transform: scale(1.2);}


.f_logo {
    float: left;
    padding-top: 40px;
    margin-right: 40px;
    text-align: center
}
.f_logo h3 {
    margin-top: 20px;
    color: #fff
}
.address {
    border-left: 1px solid #fff;
    float: left;
    color: #fff;
    padding: 10px 0;
    padding-left: 40px
}
.address p, .address h3 {
    color: #fff;
    line-height: 24px
}
.address h3 {
    font-size: 22px
}
.address p {
    min-height: 24px
}
.ewm {
    float: right;
    width: 125px;
    text-align: center;
    color: #fff
}
.ewm span {
    display: block;
    margin-top: 15px
}
.copyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #303030;
    line-height: 30px;
    padding: 17px 0
}
.copyright a {
    color: #fff
}
.copyright a:hover {
    color: #999
}
.his_list {
    padding-top: 20px;
    position: relative
}
.his_list .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #071954
}
.his_list ul li {
    text-align: right;
    margin: 20px 0;
    width: 50%;
    padding-right: 50%;
    clear: both;
    position: relative
}
.his_list ul li i {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #071954;
    border: 4px solid #fff
}
.his_list ul li i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 60px;
    height: 1px;
    background: #d3d3d3;
    top: 4px
}
.his_list ul li:nth-child(2n) i:after {
    margin-left: 20px
}
.his_list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left
}
.his_list ul li:nth-child(2n) .text {
    padding-left: 100px;
    padding-right: 0
}
.his_list ul li .text {
    padding: 0 100px;
    padding-left: 0;
    line-height: 28px;
    color: #000
}
.his_list ul li .text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}
.ry_list {
    margin: 0 auto
}
.ry_list li {
    width: 25%;
    float: left;
    margin: 14px 0%;
    text-align: center;
    line-height: 40px
}
.ry_list li h3 {
    margin-top: 20px;
    font-size: 18px
}
.ry_list li .img {
    border: 1px solid #efefef;
    margin: 0 14px
}
.ry_list li:nth-child(4n+1) {
    clear: both
}
.ry_list li .img img {
    display: block
}
.zp_p_list {
    margin: 0 auto;
    line-height: 28px;
    color: #4c4c4c
}
.zp_p_list a {
    color: #be9a78
}
.bold {
    font-weight: 700
}
.zp_p_list .list {
    color: #666
}
.zp_p_list .list:last-child {
    border-bottom: 0
}
.zp_p_list .list h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    line-height: 40px
}
.zp_p_list .box {
    padding: 0 20px
}
.zp_p_list .box .list {
    padding: 20px 0
}
.zp_p_list .text h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 4px solid #071954;
    height: 16px;
    margin: 10px 0;
    line-height: 16px
}
.zp_p_list .title {
    border-bottom: 1px solid #e7e3e2;
    cursor: pointer;
    line-height: 78px;
    background: url(../img/icon12.png) no-repeat 98% center;
    padding: 0 20px
}
.zp_p_list .title span {
    display: inline-block;
    margin-right: 75px;
    color: #666
}
.zp_p_list .title span.span1 {
    font-size: 22px;
    color: #000
}
.zp_p_list .box {
    display: none;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
    background: url(../img/icon12-1.png) no-repeat 98% center
}
.news_details .d_text {
    background: #f6f6f6;
    padding: 38px
}
.news_details .d_text h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px
}
.news_details .d_text .tit {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 20px
}
.news_details .d_text h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600
}
.news_details .d_text .text {
}
.news_details .d_text .text p {
    margin-bottom: 15px
}
.news_details {
    padding-left: 320px;
    position: relative
}
.news_details.product {
    padding-left: 300px
}
.news_details .news_list, .pro_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px
}
.pro_menu {
    width: 260px
}
.news_details .news_list .text {
    height: auto;
    border: 0;
    padding: 15px 0
}
.news_details .news_list .img {
    float: none
}
.news_details .news_list li {
    margin: 0
}
.txt_cur {
    padding-top: 10px;
    color: #ccc;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px
}
.txt_cur a {
    color: #999;
    display: inline-block;
    padding: 0 20px
}
.txt_cur a:hover {
    color: #071954
}
.txt_cur a:last-child {
    padding-right: 0
}
.pro_menu .tit {
    display: none
}
.pro_menu ul li {
    line-height: 52px;
    border-bottom: 1px solid #fff
}
.pro_menu ul li a {
    display: block;
    padding: 0 20px;
    background: url(../img/cur4.png) no-repeat 95% center #f6f6f6
}
.pro_menu ul li.on a, .pro_menu ul li a:hover {
    background: url(../img/cur2.png) no-repeat 95% center #071954
}
.pro_menu ul li.on a span, .pro_menu ul li a:hover span {
    color: #fff
}
.pro_menu ul li.on a span:after, .pro_menu ul li a:hover span:after {
    background: #fff
}
.pro_menu ul li span {
    display: block;
    padding-left: 26px;
    position: relative;
    color: #666
}
.pro_menu ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px
}
.contact_list li {
    width: 33.333%;
    float: left;
    text-align: center
}
.contact_list li .img {
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255,255,255,.05);
    border: 1px solid #071954;
    margin: 0 auto;
    margin-bottom: 20px
}
.contact_list {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: -30px
}
.contact_list li .img img {
    vertical-align: middle
}
.contact_list li .text p, .contact_list li .text h3 {
    color: #ecb564
}
.contact_list li .text h3 {
    font-size: 22px;
    line-height: 40px
}
.contact_list li .text p {
    max-width: 145px;
    margin: 0 auto
}
.foot_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(206,167,110,.6)
}
.page_banner {
    text-align: center;
    line-height: 510px;
    padding-top: 100px;
    background: url(../img/bg1.jpg) no-repeat top center;
    background-attachment: fixed
}
.page_banner img {
    vertical-align: middle
}
.page_banner.page_banner1 {
    background: 0 0;
    line-height: 430px
}







@media only screen and (max-width:1600px) {
.banner .item .text {
    font-size: 22px
}
}

@media only screen and (max-width:1200px) {
.banner .item .text {
    font-size: 20px
}
.banner img {
    width: 120%;
    margin-left: -10%;
    max-width: initial
}
.about_img {
    margin-left: 30px;
    width: 50%
}
.about_txt .text {
    height: 400px
}
.service_list ul li a {
    margin: 10px
}
.service_list ul {
    margin: -10px
}
.team_list a {
    margin: 10px
}
.team_list ul {
    margin: -10px
}
.menu ul li {
    margin: 0 30px
}
}

@media only screen and (max-width:1000px) {
.banner .item .text {
    font-size: 18px
}
.banner img {
    width: 150%;
    margin-left: -25%
}
}

@media only screen and (max-width:1024px) {
.menu {
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: #fff
}
.menu ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0
}
.menu ul li a {
    line-height: 60px;
    font-size: 18px
}
.menu ul {
    padding-top: 60px
}
.header .logo {
    position: relative;
    z-index: 1001;
    line-height: 40px
}
.menu_wrap {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/menu.png) no-repeat center center #071954;
    background-size: 15px auto;
    right: 20px
}
.h_menu .menu_wrap {
    background: url(../img/menu-1.png) no-repeat center center #071954;
    background-size: 25px auto
}
.h_menu .menu {
    left: 0;
    overflow-y: auto
}
.menu ul {
    margin: 0
}
.menu ul li a {
    color: #333
}
.menu ul li .drop {
    position: initial;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none
}
.menu ul li .drop ul {
    padding: 0
}
.menu ul li .drop ul a {
    padding-left: 30px;
    text-align: left;
    line-height: 45px
}
.header.fixed .menu ul li li a {
    line-height: 45px
}
.header {
    height: auto;
}
.wrap {
	width: 100%;
    padding: 0;
}
.header .logo {
    padding: 0.3rem 0
}
.about_txt .text {
    height: auto;
    margin-bottom: 20px
}
.page {
    padding: 40px 0
}
.foot {
    padding: 40px 0
}
}

@media only screen and (max-width:900px) {
.about_img {
    width: 100%;
    margin: 0 auto;
    float: none
}
.full {
    
}
	

	
}

@media only screen and (max-width:750px) {
	
.banner_txt {
    color: #fff;
	padding-left: 0;
}	
	
.ibanner {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 4rem;
    color: #FFF;
    text-align: center;
}
.ibanner .i-title{font-size: 20px; }
.ibanner .i-ftitle{ padding:5px 5px 0; font-size: 14px; color: #FFF; line-height: 30px;}
	

	

.page4 {

	margin-top: 250px;
	margin-bottom: 80px;
    clear: both;
    background: url(../img/Group-775@2x.jpg) top right no-repeat;
	background-size: auto 100%;
	height: 600px;
	

}

.page4 .txt4{ width:100%; float: left; background: url(../img/Group-11.png) top right repeat-y;
	background-size:100%; margin-top: -200px; padding:60px 0; }

.page4 .txt4 .img4{width: 94%; margin: 0 3% 0 3%;}
.page4 .txt4 .title4{  margin-top: 54px; width: 94%; margin: 20px 3% 20px 3%;
    margin-bottom: 20px; align-items: center; font-size: 18px;}
.page4 .txt4 .smtext{ line-height:30px; font-size: 14px; width: 94%; margin: 0 3% 0 3%;}	
	
.foot .f_about{ width:100%; height: auto; overflow: hidden; border-right:none; float: left;}
.foot .f_about .about_txt{ padding:20px 15px; font-size: 14px; color: #FFF; line-height: 30px;}



.foot .f_nav{ width:100%; height: auto; border-right:none; float: left;}
.foot .f_nav .nav_txt{padding:20px 15px;font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_nav .nav_txt h4{ font-size: 24px; margin-bottom: 20px;}
.foot .f_nav .nav_txt ul{}
.foot .f_nav .nav_txt ul li{ font-size: 14px; padding:5px 0; float: left; width: 33%;}


.foot .f_contact{ width:100%; height:auto; border-right:none; float: left;}
.foot .f_contact .contact_txt{padding:30px 20px;font-size: 14px; color: #FFF; line-height: 30px;}


.foot .f_link{ width: 100%; height:auto;  float: left;}
.foot .f_link .link_txt{padding:20px 20px 0;font-size: 14px; color: #FFF; line-height: 30px;}
.foot .f_link .link_txt h4{ font-size: 24px; margin-bottom: 20px;}
.foot .f_link .link_txt ul{}
.foot .f_link .link_txt ul li{ text-align: center; margin-bottom: 10px; float: left; width: 33.3333%; }

	
.about_yw{background: url(../img/tl-bg.jpg) top center no-repeat; background-size: 100%; padding: 75px 0 0px;}
.about_yw .yw_top{ padding: 10px 0; width: 100%; margin: auto;}
.about_yw .yw_top .tab p{float: left; width: 2.8rem; height: 2.8rem; border-radius: 50%;
    border: 1px solid #dbe9f4;
    text-align: center;}
.about_yw .yw_top .tab p i {
    display: block;
    height: 25px;
	margin-top: 0.25rem;
}

.about_yw .yw_top .tab p i img {
    width: 30%;
    vertical-align: middle;
}

.about_yw .yw_top .tab p span {
    font-size: 12px;
    margin-top: 0px;
    display: block;
}

.about_yw .yw_top .tab p + p {
    margin-left: 0.35rem;
}

.about_yw .yw_top .youshi{ width: 100%; margin: 40px auto 20px}
.about_yw .yw_top .youshi dl{}
.about_yw .yw_top .youshi dl dd{ width:4.5rem; float: left; height: 120px; margin-bottom: 30px; text-align: center;border-bottom: 1px solid #dbe9f4; font-size: 14px; color: #666;}
.about_yw .yw_top .youshi dl dd .nr{ padding-top: 10px}
.about_yw .yw_top .youshi dl dd .nr p{margin-bottom: 10px;}
.about_yw .yw_top .youshi dl dd .nr p span{ font-size:25px;
    font-weight: 700; 
    color: #071954;}
.about_yw .yw_top .youshi dl dt{height: 120px;
    width: 1px;
    margin: 0 0.55rem;
    background: #dbe9f4;
    float: left;}



.about_rz{ padding: 0 0 30px;}
.about_rz ul{}
.about_rz ul li{}
.about_rz ul li:nth-child(2n):before{display: none;
    width: 50%;
    height: 330px;
	position: absolute;
    background: #f4f5f9;
    content: '';}
.about_rz ul li .wrap .w_box{ width: 100%; height: auto; float: left; overflow: hidden;}
.about_rz ul li .w_box_img{ width: 100%; height: auto; float: left; overflow: hidden;}
.about_rz ul li:nth-child(2n) .w_box_img{ width: 100%; height: auto; float: right; overflow: hidden;}
.about_rz ul li .wrap .w_box_img img{ width: 100%; height: 100%; transition: all 0.5s ease;}
.about_rz ul li .wrap .w_box_img img:hover{    transform: scale(1.1);  -webkit-transform: scale(1.1);}
.about_rz ul li .txt{  box-sizing: border-box; padding: 10px;}
.about_rz ul li:nth-child(2n) .txt{  box-sizing: border-box; padding: 10px;}
.about_rz ul li .wrap .w_box .txt h5 { font-size:36px; float: left;color: #333; border-bottom: 2px solid #004098; padding: 10px 0 20px;}
.about_rz ul li .smtext{ font-size: 16px;  float: left; width: 100%; color: #666; line-height: 30px; padding: 20px 0; height: auto;}	
	
	

	
	

.in_nav{ background-color: #fff; box-shadow: 0 0 15px rgb(0 0 0 / 12%); height: 80px; margin-top: -30px; border-radius: 15px;}
.in_nav .nav_box{ padding:10px; line-height: 30px;}
.in_nav .nav_box h3{ font-size:24px; color: #000; float:left; margin-top: 15px;}
.in_nav .nav_box ul{ float:right; width: 70%; display: none;}
.in_nav .nav_box ul li{ float:left; padding: 0 1rem; font-size: 16px;}
.in_nav .nav_box ul li a{ color:#000;}
.in_nav .nav_box ul li a:hover{ color:#071954;}
.in_nav .nav_box ul li .on{color:#071954; border-bottom:2px solid #071954; padding-bottom: 4px;}

.in_newstext{ margin: 70px 0 50px;  font-size:16px; color: #333; line-height: 35px; padding:0 0.5rem;}	

.cp_query ul li{width: 48%;}
.cp_query ul li img{height: 150px;}	
	
/*新闻资讯*/
.i_news{}
.i_news ul{ padding: 40px 0;}
.i_news ul li{ width: 16rem; float: left; margin-right: 0; margin-bottom: 25px;}
.i_news ul li:nth-child(3n){ margin-right: 0;}
.i_news ul li .pic{ width:100%; height: 240px; overflow: hidden;}
.i_news ul li .pic img{ width: 100%; height: 100%; transition: all 0.5s ease;}
.i_news ul li .pic img:hover{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.i_news ul li .newstxt{border: 1px solid #f4f5f9; text-align: center; padding:0 2.5rem 20px 2.5rem;}
.i_news ul li a:hover .newstime, .i_news ul li a:hover .smtext{ color: #004098; }
.i_news ul li a:hover .newstxt  span{ background:#004098; color: #FFF;}
.i_news ul li .newstxt .newstime{ height:60px; line-height: 60px;  position: absolute; width: 8rem; margin: -30px 1.5rem 0; background: #FFF;}
.i_news ul li .newstxt .smtext{ padding: 20px 0; line-height: 30px; font-size: 14px;}
.i_news ul li .newstxt  span{ padding:10px 30px; height: 32px; border-radius: 20px;  border: 1px solid #999; line-height: 32px; text-align: center; margin: 20px auto 0;}

/*合作伙伴*/
.cooperation{ background: #FFF; padding:0.5rem;}
.cooperation ul{ border-left:1px solid #F0F0F0;}
.cooperation ul li{ width:7.4rem; height:4.5rem; float: left; border-right: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0; overflow: hidden; border-bottom: 1px solid #F0F0F0;}
.cooperation ul li img{ width:100%; height:100%;transition: all 0.5s ease;}
.cooperation ul li img:hover{ transform: scale(1.2);
    -webkit-transform: scale(1.2);}	
	
	
	
.logo img {
    height: 1.8rem!important;
}
.logo span {
    margin-left: 10px;
    padding-left: 10px;
    background: 0 0
}
.header .logo {
    padding: 0.3rem 10px
}
.owl-theme .owl-dots {
    margin-bottom: 15px
}
.service_list ul li {
    width: 50%
}
.service_list .img {
    height: 100px
}
.banner_txt .text p {
    font-size: 14px;
    line-height: 25px
}
.team_list ul li {
    width: 100%
}
.team_list a {
    margin: 5px;
    padding-bottom: 10px
}
.team_list .text {
    padding: 11px 0
}
.team_list .text2 {
    bottom: -150%
}
.team_list .text2>p {
    height: 125px;
    overflow: hidden
}
.team_list .text2 {
    padding: 15px 0
}
.team_list ul {
    margin: 0
}
.news_list ul li .img {
    width: 110px;
    height: 82px
}
.news_list ul li .text {
    padding: 10px;
    border: 0;
    height: auto
}
.news_list ul li .text h3 {
    margin: 0 auto;
    margin-bottom: 5px
}
.news_list ul li .text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto
}
.foot {
    padding: 20px 0
}
.f_logo {
    float: none;
    padding-top: 0;
    text-align: center;
    margin: 0 auto
}
.address p {
    min-height: 5px
}
.address {
    padding-left: 0;
    border-left: 0;
    text-align: center;
    float: none
}
.ewm {
    float: none;
    text-align: center;
    clear: both;
    margin: 0 auto
}
.news_list ul li .text .time {
    display: none
}
.page_banner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
    line-height: normal
}
.about_txt h3 {
    font-size: 26px
}
.his_list ul li {
    width: auto!important;
    padding: 0!important;
    text-align: left!important;
    padding-left: 20px!important
}
.his_list .line {
    left: 5px;
    margin-left: 0
}
.his_list ul li i {
    left: 5px;
    top: 5px
}
.his_list ul li i:after {
    display: none
}
.zp_p_list .title span.span1 {
    font-size: 18px
}
.zp_p_list .title {
    line-height: 50px
}
.zp_p_list .box .list {
    padding: 10px 0
}
.his_list ul li .text {
    padding: 0!important
}
.ry_list li {
    width: 50%
}
.ry_list li:nth-child(2n+1) {
    clear: both
}
.news_details .news_list, .pro_menu {
    position: initial;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 10px
}
.pro_menu.on ul {
    display: block
}
.news_details, .news_details.product {
    padding-left: 0
}
.pro_menu .tit {
    display: block;
    font-size: 18px;
    line-height: 50px;
    background: #f1f2f3 url(../img/cur6-1.png) no-repeat 95% center;
    padding: 0 15px
}
.pro_menu ul li {
    line-height: 40px
}
.pro_menu ul {
    display: none
}
.news_details .d_text {
    padding: 15px
}
.news_details .news_list li {
    width: 30.333%;
    float: left;
    margin: 0 1.5%
}
.news_details .news_list ul li .text h3 {
    font-size: 14px
}
.news_details .news_list .img {
    width: 100%
}
.page_banner.page_banner1 {
    line-height: initial
}
.contact_list li {
    width: 100%
}
.contact_list li .img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: left;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7)
}
.contact_list {
    width: 100%;
    margin: 0 auto
}
.contact_list .text {
    overflow: hidden;
    text-align: left;
    padding-top: 5px
}
.contact_list li .text p {
    text-align: left;
    max-width: initial
}
.contact_list li .text h3 {
    font-size: 20px
}
.pagesize a {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 2px
}
.pagesize {
    padding: 40px 0
}
.page {
    padding: 20px 0
}
}
.about_txt div {
    line-height: 32px;
    color: #666
}
.news_details .d_text {
    min-height: 300px
}
.news_details .d_text .text div {
    line-height: 32px;
    color: #666
}
.news_details .d_text .text {
    line-height: 32px;
    color: #666
}
.dede_pages {
    height: 28px;
    padding: 20px 0;
    font-size: 12px;
    text-align: center
}
.dede_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}
.dede_pages ul li {
    float: left;
    font-family: microsoft yahei;
    margin: 0 2px;
    padding: 0 10px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}
.dede_pages ul li a {
    float: left;
    color: #555;
    display: block
}
.dede_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}
.dede_pages ul li:hover a {
    color: #fff
}
.dede_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}
.dede_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid
}
.dede_pages ul li.thisclass a {
    color: #fff
}
.dede_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}
.dede_pages strong {
    font-weight: 400
}
#maximg img {
    max-width: 100%!important;
    height: auto!important
}
