h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden
}

.container02 {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #0095db;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}


/* 常量设置 */

.wrap {
    width: 1305px;
    margin-right: auto;
    margin-left: auto;
}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


/*对ie8设置最小宽度，防止页面错乱*/


/*for ie8*/

body {
    min-width: 1240px\9;
    overflow-x: auto;
}


/*for ie9+*/

@media all and (min-width:0) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }
}

a {
    color: inherit;
}

a:hover {
    color: #0074ba;
}

::-moz-selection {
    color: #fff;
    background: #0074ba;
}

::selection {
    color: #fff;
    background: #0074ba;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/* 网站样式 */


/* 公共部分 */


/* 头部 */

.head_top ul {
    padding-top: 7px;
}

.head_top ul li {
    float: right;
    font-size: 12px;
    color: #444444;
    line-height: 24px;
}

.head_top ul li.li1 {
    margin-left: 30px;
    position: relative;
}

.head_top ul li.li1:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: url(../images/header_top01.jpg) no-repeat center;
    left: -14px;
    top: 8px;
}

.head_top ul li.li2 .num {
    font-size: 16px;
    color: #ce1421;
}

.head_bott {
    position: relative;
}

.head_bott .head_lang {
    float: right;
    margin-right: 25px;
    height: 70px;
}

.head_bott .head_lang .icon {
    background: url(../images/head_lang.png) no-repeat center;
    width: 36px;
    height: 70px;
    display: inline-block;
}

.head_bott .head_lang a {
    vertical-align: top;
    font-size: 16px;
    color: #0074ba;
    font-family: Arial;
    line-height: 70px;
}


/* 头部搜索样式 */

.head_bott .logo {
    float: left;
    position: relative;
    top: 5px;
}

.head_bott .head_search {
    float: right;
}

.head_bott .head_search .btn-search {
    cursor: pointer;
    display: block;
    float: right;
}

.head_bott .head_search .icon {
    width: 26px;
    height: 70px;
    float: right;
    background: url(../images/head_search.png) no-repeat center;
    line-height: 70px;
    display: block;
}

.head_bott .head_search .search {
    display: none;
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px #dcdcdc solid;
}

.head_bott .head_search .search .search_btn {
    cursor: pointer;
    float: left;
    width: 66px;
    text-align: center;
    margin-left: 20%;
}

.head_bott .head_search .search .search_btn .icon {
    width: 66px;
    height: 70px;
    background: url(../images/search_close.png) no-repeat center;
}

.head_bott .search .inp {
    float: left;
    border: none;
    vertical-align: top;
    width: 60%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 5px;
    margin-top: 20px;
    border-left: 1px solid #e4e4e4;
    font-size: 16px;
}

.head_bott .search .search_close {
    cursor: pointer;
    float: right;
    border: none;
    line-height: 70px;
    height: 70px;
    background: none;
    margin-top: 0;
    outline: none;
}

.mobile_key {
    display: none;
}


/* 头部吸顶样式 */

.head_top {
    transition: all .5s ease;
    height: 32px;
}

.head_bott .logo {
    transition: height .5s ease;
}

.nv {
    position: relative;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 10px -10px #c7c2c2;
    padding: 10px 0;
    height: 70px;
}


.nv.fixed {
    position: fixed;
}

.nv.fixed .head_top {
    height: 0;
    overflow: hidden;
}




/* 导航 */

.nav {
    width: 68%;
    float: left;
    margin-left: 9%;
}

.nav>ul>li {
    float: left;
    ;
    font-size: 16px;
    color: #1f1f1f;
    text-align: center;
    padding: 0 3%;
    line-height: 70px;
}

.nav>ul>li a {
    color: #1f1f1f;
    display: block;
    height: 100%;
}

.nav>ul>li a:hover {
    color: #0074ba;
}

.nav .inner_box {
    display: none;
    z-index: 4;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-bottom: 2%;
    background: url(../images/nav.jpg) repeat center center;
    text-align: left;
}

.nav .inner_box .sec_list {
    float: left;
    width: 17.5%;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .inner_box .sec_list .second_nav a {
    position: relative;
    padding-left: 9%;
    padding-right: 33%;
}

.nav .inner_box .btn_more {
    position: relative;
    z-index: 1
}

.nav .inner_box .btn_more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #0074ba;
    height: 100%;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
    z-index: -1;
}

.nav .inner_box .btn_more:hover:after {
    content: '';
    background: #0074ba;
    width: 100%;
}

.nav .inner_box .img_infor {
    float: left;
    width: 53%;
    padding-left: 7%;
}

.nav .inner_box .img_infor .txt {
    line-height: 30px;
}

.nav .inner_box .img_infor .txt span {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    font-size: 14px;
}

.nav .inner_box .img_infor .btn_more {
    width: 160px;
    color: #0074ba;
    height: 36px;
    border: 1px solid #0074ba;
    display: block;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.nav .inner_box .img_infor .btn_more:hover {
    color: #fff;
}

.nav .inner_box {
    height: 260px!important
}

.nav li.solu_li .inner_box {
    height: 340px!important
}
.nav .on a{
	color: #00479D;
	font-weight: bold;
}

/* 二级菜单 */

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 150px;
	left: 0;
}
.nav .on .dropdown-menu a{
	color: #1f1f1f;
	font-weight: normal;
}
.nav li:hover .dropdown-menu {
    display: block;
}
.nav .dropdown-menu li{
	line-height: 40px;
	font-size: 15px;
}
.nav .dropdown-menu li:hover{
	background: #00479D;
}
.nav .dropdown-menu li:hover a{
	color: #fff;
}
.banner {
    max-height: 1000px;
}

.banner img {
    width: 100%;
    display: block;
}
.banner_index .txt{
	position: absolute;
	height: 700px;
	width: 100%;
	z-index: 9999;
	text-align: center;
	color: #FFFFFF;
	top: 25%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 48px;
	height: 48px;
}
.banner .swiper-button-prev{
	background: url(../images/arrowleft.png);
}
.banner .swiper-button-next{
	background: url(../images/arrowright.png);
}
.banner_index .txt h1{
	font-size: 50px;
}
.banner_index .txt h2{
	font-size: 40px;
	margin: 10px 0;
}
.banner_index .txt p{
	font-size: 18px;
	line-height: 40px;
}
.ipart01 {
    background: #0a589e;
    padding-top: 42px;
}

.ipart01 .infor .tit {
    font-size: 40px;
    color: #FFFFFF;text-align: left;
}
.ipart01 .infor .tit a{
	border-bottom: 6px #a0caf0 solid;
	padding-bottom: 10px;
}
.ipart01 .infor .con {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    width: 64%;
    margin: 20px 0;
}

.ipart01 .infor .more {
    display: block;
    float: right;
    width: 10%;
    text-align: center;
}

.ipart01 .infor .more span {
    display: block;
    color: #FFFFFF;
}

.ipart01 .content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ipart01 .content .bg img {
    width: 100%;
    height: 100%;
    display: none;
}

.ipart01 .bg {
    height: 630px;
}

.ipart01 .content .tab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.ipart01 .content .tab .wrap {
    height: 100%;
}

.ipart01 .content .tab .tab_list {
    height: 100%;
}

.ipart01 .content .tab .tab_list .item {
    display: none;
    text-align: center;
    height: 630px;
    position: relative;
    overflow: hidden;
}

.ipart01 .content .tab .tab_list .owl-item .item {
    display: block;
}

.ipart01 .content .tab .tab_list .item .con {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 1;
    transition: .5s ease;
}

.ipart01 .content .tab .tab_list .item .con .text {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    transition: .5s ease;
    /*min-height:64px;*/
    padding: 0 30px;
}

.ipart01 .content .tab .tab_list .item .con .jiahao {
    display: none;
    width: 59px;
    height: 59px;
    background: url(../images/ipart_jiahao.png) no-repeat center;
    margin: 60px auto;
}

.ipart01 .content .tab .tab_list .item a {
    display: block;
}

.ipart01 .content .tab .tab_list .item .cover {
    position: absolute;
    top: 100%;
    background: url(../images/ipart01_bg.png);
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.ipart01 .content .tab .tab_list .item.cur .con {
    height: 100%;
    bottom: 0;
}

.ipart01 .content .tab .tab_list .item.cur .con .icon {
    margin-top: 215px;
}

.ipart01 .content .tab .tab_list.owl-carousel .owl-item .item .con .icon img {
    width: auto;
    margin: 0 auto;
}

.ipart01 .content .tab .tab_list .item.cur .con .text {
    color: #fff;
    padding: 0 30px;
}

.ipart01 .content .tab .tab_list .item.cur .con .jiahao {
    display: block;
}

.ipart01 .content .tab .tab_list .item.cur .cover {
    position: absolute;
    top: 0;
    background: url(../images/ipart01_bg.png);
    width: 100%;
    height: 100%;
}

.ipart01 .owl-carousel .owl-nav .owl-next,
.ipart01 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    font-size: 0;
    top: 50%;
    margin-top: -30px;
}

.ipart01 .owl-carousel .owl-nav>div {
    width: 38px;
    height: 104px;
    background: url(../images/news_jt.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.ipart01 .owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background-position: 0 0;
}

.ipart01 .owl-carousel .owl-nav .owl-next {
    right: -50px;
    background-position: -38px 0px;
}

.ipart01 .owl-carousel .owl-nav>div:hover {
    background: url(../images/news_jt_hover.png) no-repeat;
}

.ipart01 .owl-carousel .owl-nav .owl-prev:hove {
    left: -50px;
    background-position: 0 0;
}

.ipart01 .owl-carousel .owl-nav .owl-next:hover {
    right: -50px;
    background-position: -38px 0px;
}

.ipart02 {
    background: #0a589e;
    padding-top: 42px;
    position: relative;
}

.ipart02 .infor {
    width: 100%;
    overflow: hidden;
}

.ipart02 .infor .tit {
    font-size: 40px;
    color: #FFFFFF;
    padding-bottom: 60px;
    float: left;
}

.ipart02 .main {
    position: relative;
    width: 95%;
    margin: 0 auto;
    border-top: 1px #2e699b solid;
}

.ipart02 .swiper-slide {
    padding: 30px 20px;
    width: 20%;
    border-right: 1px #2e699b solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ipart02 .swiper-slide img {
    width: 100%;
    height: 160px;
}

.ipart02 .swiper-slide:hover {
    background: #024071;
}

.ipart02 .swiper-slide .date {
    color: #b1dcff;
    padding: 24px 0;
    font-size: 14px;
}

.ipart02 .swiper-slide .title a {
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 20px;
}

.ipart02 .swiper-slide .detail {
    color: #B1DCFF;
    line-height: 30px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ipart02 .swiper-slide .more a {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    display: block;
}

.ipart02 .page {
    width: 10%;
    float: right;
    position: relative;
	height:60px;
}

.ipart02 .swiper-button-next,
.ipart02 .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 40px;
    background: #3a6b96;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.ipart02 .swiper-button-next:hover,
.ipart02 .swiper-button-prev:hover {
    background: #d81e06;
}

.ipart03 {
    background: url(../images/bg_10.jpg) no-repeat center;
}

.ipart03 {
    overflow: hidden;
}
.ipart03 .card {
    margin-top: 120px;
}
.ipart03 h1 {
    margin: 146px 0 20px 0;
    color: #fff;
    font-size: 40px;
}

.ipart03 .detail {
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 60px;
	font-size: 17px;
	
}
.ipart03 .more{
	width: 100px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.ipart03 .more img{
	display: block;
	margin: 10px auto;
}
.ipart03 .item {
    float: left;
    position: relative;
    height: 137px;
    width: 25%;
    padding: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.ipart03 .item img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
    width: 100%;
}

.ipart03 .item img:hover {
    transform: scale(1.2);
}

.ipart03 .item p {
    position: relative;
    z-index: 9;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.ipart03 .item span {
    position: absolute;
    z-index: 9;
    color: #FFFFFF;
    font-size: 14px;
    bottom: 20px;
    left: 26px;
}

.ipart04 {
    background: #0a589e;
    overflow: hidden;
    padding-bottom: 100px;
}

.ipart04 h1 {
    margin: 80px 0 20px 0;
    color: #fff;
    font-size: 40px;
}
.ipart04 .shuoming{
	font-size: 18px;
	color: #70ace1;
	margin-bottom: 50px;
}

.ipart04 li {
    width: 17.4%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    overflow: hidden;
    border: 10px #1f5280 solid;
    margin-left: -10px;
    margin-top: -10px;
}

.ipart04 li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.ipart04 li:hover {
    border: 10px #174569 solid;
    position: relative;
    z-index: 99;
}

.ipart04 li img:hover {
    transform: scale(1.2);
}
.ipart04 .swiper-container{
	padding-bottom: 60px;
}
.ipart04 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #FFFFFF;
}
.foot {
    padding: 75px 0 50px 0;
    background: #0a589e;
    border-top: 1px#5485b0 solid;
    overflow: hidden;
}

.foot .foot-logo {
    color: #FFFFFF;
    width: 30%;
    float: left;
}

.foot .foot-logo p {
    margin-top: 30px;
}

.foot-nav {
    width: 40%;
    float: left;
}

.foot-nav ul {
    float: left;
    margin-right: 9%;
}

.foot-nav li {
    color: #bee0fe;
    line-height: 30px;
}

.foot-nav p {
    font-size: 18px;
    font-weight: bold;
    color: #bee0fe;
    margin-bottom: 16px;
}

.foot .erweima {
    width: 15%;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #bee0fe;
    font-weight: bold;
}

.foot .erweima p {
    margin-top: 10px;
}

.copyright {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #bee0fe;
    background: #02335e;
    border-top: 1px #576977 solid;
}

.xc_banner {
    background-size: cover;
    padding: 30px 0 50px;
    color: #fff;
    position: relative;
    height: 145px;
}

.xc_banner .xc_banner_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    max-width: none;
    width: 1920px;
    height: 280px;
    z-index: 1;
}

.xc_banner .wrap {
    position: relative;
    z-index: 2;
}

.xc_banner.has_banner {
    height: 150px;
    overflow: hidden;
}


/*.xc_banner.has_banner .r{display:none;}*/

.xc_banner .l {
    width: 70%;
}

.xc_banner a:hover {
    color: #fff;
}

.xc_banner .root_channel {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
	margin-top: 30px;
}

.xc_banner .sec_channel a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 20px;
    margin-right: 4%;
    position: relative;
    line-height: 50px;
}

.xc_banner .sec_channel a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 5px;
    height: 3px;
    background: #fff;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.xc_banner .sec_channel a:hover,
.xc_banner .sec_channel a.cur {
    font-weight: bold;
}

.xc_banner .sec_channel a:hover:after,
.xc_banner .sec_channel a.cur:after {
    width: 100%;
}

.xc_banner .r {
    position: relative;
}

.xc_banner .slogan {
    line-height: 45px;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.xc_banner .r:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #4184be;
    top: 20px;
    left: -10px;
    z-index: 0;
}

.xc_banner .en {
    font-family: Impact;
    font-size: 54px;
    text-align: right;
    text-transform: uppercase;
    line-height: 1;
}

.channel_content {
    min-height: 400px;
}

.emergency-part1 {
    padding: 95px 0;
    background: #f2f5fa;
    overflow: hidden;
}

.product-cloumn {
    text-align: center;
    font-size: 32px;
}

.emergency-part1 ul {
    margin: 75px 0 0 -33px;
}

.product-list li {
    float: left;
    background: #fff;
    text-align: center;
    width: 295px;
    height: 280px;
    margin-left: 33px;
    overflow: hidden;
}

.product-list li:before {
    content: "";
    display: block;
    margin: 40px auto 30px;
    width: 65px;
    height: 74px;
    background: url("../images/icons.png") no-repeat;
}

.product-list li h4 {
    font-size: 22px;
    margin: 0 0 15px;
}

.product-list li p {
    color: #666666;
    line-height: 28px;
    margin: 0 50px;
}

.emergency-part1 .item1::before {
    background-position: -312px 0;
}

.emergency-part2 {
    padding: 95px 0 0;
    color: #fff;
    height: 965px;
    background: url("../images/bg1.jpg") center top #071226 no-repeat;
    overflow: hidden
}

.emergency-part2 .product-cloumn {
    margin: 0 0 78px;
}

.emergency-part2 dl {
    float: left;
    width: 625px;
    margin: 0 0 30px;
    background: #fff;
}

.emergency-part2 dl:nth-child(odd) {
    margin-left: 30px;
}

.emergency-part2 dt {
    height: 87px;
    position: relative;
    padding: 33px 10px 0 160px;
    color: #fff;
    background: url("../images/title.jpg") center top no-repeat;
}

.emergency-part2 dt:before {
    content: "";
    position: absolute;
    left: 48px;
    top: 23px;
    width: 65px;
    height: 74px;
    background: url("../images/icons.png") no-repeat;
}

.emergency-part2 dt h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}

.emergency-part2 dd {
    padding: 15px 20px 0;
    height: 255px;
    overflow: hidden
}

.emergency-part2 dd p {
    margin: 0 0 20px;
    padding-left: 15px;
    color: #666666;
    background: url("../images/ico.png") left 7px no-repeat;
    overflow: hidden
}

.emergency-part2 dd span {
    display: block;
    color: #333333;
    margin: 0 0 5px;
}

.emergency-part2 .item1:before {
    background-position: -78px -84px
}

.emergency-part2 .item2:before {
    background-position: -156px -84px
}

.emergency-part2 .item3:before {
    background-position: -234px -84px
}

.emergency-part2 .item4:before {
    background-position: -312px -84px
}

.emergency-part3 {
    padding: 95px 0;
    overflow: hidden
}

.emergency-part3 h4 {
    font-weight: 600;
    color: #333;
    margin: 0 0 5px;
    font-size: 18px;
}

.emergency-part3 dl {
    margin: 75px 0 30px;
    border: 1px solid #ddd;
    overflow: hidden
}

.emergency-part3 dt {
    float: left;
    width: 170px;
    line-height: 28px;
    color: #666;
    position: relative;
    padding: 40px 0 0 160px;
    overflow: hidden
}

.emergency-part3 dt:before {
    content: "";
    width: 65px;
    height: 74px;
    position: absolute;
    left: 45px;
    top: 47px;
    background: url("../images/icons.png") -390px -84px no-repeat;
}

.emergency-part3 dd {
    float: right;
    background: #f7f7f7;
    width: 889px;
    height: 168px;
}

.emergency-part3 dd p {
    float: left;
    margin: 42px 0 0 55px;
    line-height: 24px;
    padding-left: 15px;
    width: 210px;
    color: #666666;
    background: url("../images/ico.png") left 7px no-repeat;
    overflow: hidden
}

.emergency-part3 dd span {
    display: block;
    color: #333333;
    font-size: 16px;
    margin: 0 0 5px;
}

.emergency-part3 ul {
    margin-left: -30px;
    overflow: hidden
}

.emergency-part3 li {
    border: 1px solid #ddd;
    position: relative;
    line-height: 28px;
    color: #666;
    padding: 40px 20px 0 160px;
    width: 442px;
    height: 118px;
    float: left;
    margin-left: 30px;
}

.emergency-part3 li:before {
    content: "";
    width: 65px;
    height: 74px;
    position: absolute;
    left: 45px;
    top: 42px;
    background: url("../images/icons.png") no-repeat;
}

.emergency-part3 .item1:before {
    background-position: 0 -168px;
}

.emergency-part3 .item2:before {
    background-position: -78px -168px;
}


/*服务流程*/

.product-process {
    padding: 95px 0;
    background: #f2f5fa;
    overflow: hidden
}

.product-process ul {
    margin: 75px 0 0;
    padding: 160px 0 0;
    background: url("../images/process.png") center top no-repeat;
    overflow: hidden
}

.product-process li {
    float: left;
    width: 240px;
    margin: 0 40px;
    text-align: center;
    line-height: 28px;
    color: #666666;
}

.product-process h4 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #333;
}

.emergency-part1 .item2:before {
    background-position: -390px 0;
}

.emergency-part1 .item3:before {
    background-position: 0 -84px;
}

.emergency-part1 .item4:before {
    background-position: 0 0;
}

.case_01 {
    background: url(../images/case_03.jpg) no-repeat center;
    padding-bottom: 50px;
}

.case_01 h1,
.case_02 h1 {
    padding: 48px 0;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.case_01 .left {
    float: left;
    width: 22%;
	margin-right: 3%;
}

.case_01 a {
    display: block;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.22);
}

.case_01 .left a {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    margin-bottom: 20px;
}

.case_01 .left img {
    width: 100%;
    max-height: 180px;
    display: inline-block;
    vertical-align: middle;
}

.case_01 .center {
    width: 55%;
    float: left;
}

.case_01 .center a {
    float: left;
    width: 47%;
    margin-left: 20px;
    height: 380px;
    line-height: 380px;
    text-align: center;
}

.case_01 .center img {
    width: 100%;
    max-height: 380px;
    display: inline-block;
    vertical-align: middle;
}

.case_02 {
    background: url(../images/case_04.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.case_02 h1 {
    color: #fff;
}

.case-tit {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 12%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px #FFFFFF solid;
    margin-right: 2%;
    cursor: pointer;
}

.case-wrap {
    margin-bottom: 30px;
}

.case-wrap .cur {
    background: #106eb8;
    border: 1px #106eb8 solid;
}

.case-titwrap li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.case-titwrap li img {
    width: 100%;
    height: 110px;
}

.box-hidden {
    display: none;
}

.case_02 .more {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ffffff solid;
    margin: auto;
}

.case-item {
    overflow: hidden;
}

.tit {
    font-size: 30px;
    text-align: center;
    margin: 35px 0;
    line-height: 28px;
}

.chi {
    margin-bottom: 5px;
    color: #333;
}

.eng {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}

.tit p {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    margin: 30px 0;
}

.contact .section {
    margin-bottom: 40px;
    overflow: hidden;
}

.yunu-contact-text {
    float: left;
    width: 40%;
    margin: 0;
    background-color: #f2f2f2;
}

.yunu-contact-text dt {
    font-size: 26px;
    text-align: center;
    background-color: #0087d5;
    color: #fff;
    line-height: 100px;
}

.yunu-contact-text dd {
    padding: 30px 0 30px 100px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: no-repeat 30px center;
}

.yunu-contact-text dd.i1 {
    background-image: url(../images/contact_08.png)
}

.yunu-contact-text dd.i2 {
    background-image: url(../images/contact_11.png)
}

.yunu-contact-text dd.i3 {
    background-image: url(../images/contact_14.png)
}

.yunu-contact-map {
    height: 373px;
    float: right;
    width: 60%;
}

.yunu-contact-map img {
    height: 100%;
}

.ws-web-product_advantage_title {
    padding-top: 60px;
    text-align: center;
    font-size: 32px;
    color: rgba(0, 0, 0, .85);
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ws-web-product_advantage_item {
    display: inline-block;
    width: calc(50% - 56px);
    margin-bottom: 33px;
    vertical-align: top;
}

.ws-web-product_advantage_item:nth-child(odd) {
    margin-right: 50px
}

.ws-web-product_advantage_item:nth-child(2n) {
    margin-left: 56px
}

.ws-web-product_advantage_item .advantage_img {
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(173, 190, 204, .35)
}

.ws-web-product_advantage_item .advantage_img img {
    width: 50px;
    height: 50px;
    margin-bottom: -11px
}

.ws-web-product_advantage_item .advantage_content {
    width: calc(100% - 124px);
    display: inline-block;
    text-align: left;
    padding-left: 24px
}

.ws-web-product_advantage_item .advantage_content h3.item_title {
    margin: 12px 0 8px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: rgba(0, 0, 0, .85);
    line-height: 30px;
    font-weight: 500
}

.advantage_content p.item_des {
    margin: 0 0 8px;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    line-height: 21px;
    word-break: break-word;
    height: 63px;
    overflow: hidden
}

.ws-web-product_advantage_item .advantage_img {
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(173, 190, 204, .35);
    float: left;
}

.aqjg_02 {
    background: #192754 url(../images/product3.png) no-repeat top;
    background-size: 100% auto;
    padding-bottom: 70px;
}

.accordion li {
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .15);
    background: url(../images/20211025152715.png) right 30px no-repeat;
    background-color: #FFFFFF;
}

.accordion .link {
    height: 50px;
    line-height: 50px;
    padding: 16px 32px;
    width: 90%;
}

.accordion .link span {
    margin-left: 70px;
    font-size: 16px;
}

.accordion .item1 {
    background: url(../images/1587880635155.png) no-repeat 32px;
}

.accordion .item2 {
    background: url(../images/1587880864296.png) no-repeat 32px;
}

.accordion li.open .link {
    color: #FFFFFF;
    background: url(../images/1589962235550.png) no-repeat 32px;
    background-color: #2a49c3;
}

.accordion .open {
    background: url(../images/20211025152746.jpg) right 30px no-repeat;
    background-color: #2a49c3;
}

.accordion .submenu {
    background-color: #f7fafe;
    padding: 20px 20px 20px 32px;
    line-height: 21px;
}

.submenu {
    display: none;
}

.sliders__item {
    float: left;
    width: 30.3%;
    height: 369px;
    box-shadow: 0 2px 8px 0 rgba(173, 190, 204, .35);
    border-radius: 2px;
    margin-right: 3%;
}

.sliders__list {
    margin-right: -3%;
}

.sliders__image {
    width: 100%;
    height: 230px;
}

.sliders__text-area {
    padding: 30px;
}

.sliders__title {
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .85);
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sliders__description {
    height: 63px;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    overflow: hidden;
    line-height: 21px;
    margin-top: 12px;
    word-break: break-word;
}

.aqjg_03 {
    padding-bottom: 60px;
}

.aqpx_01 .train-box {
    height: 200px;
    background: url(../images/63afcffb48ee748aae0d2bcaf9d425cc.png) right / auto 100% no-repeat;
}

div#aqzx {
    background: url(/static/default/skin/images/aqzxtt.png) right / auto 100% no-repeat;
}

div#aqjg {
    background: url(/static/default/skin/images/aqjgtt.png) right / auto 100% no-repeat;
}

div#yjxy {
    background: url(/static/default/skin/images/yjxytt.png) right / auto 100% no-repeat;
}

div#rjcs {
    background: url(/static/default/skin/images/rjcstt.png) right / auto 100% no-repeat;
}

.aqpx_01 .third-title {
    height: 33px;
    color: #1a1b20;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.aqpx_01 .train-content {
    padding: 40px 0
}

.aqpx_01 .train-box .desc {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    width: 900px;
    margin-top: 20px;
}

.aqpx_01 .detail-box {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.aqpx_01 .detail-item {
    width: 45%;
}

.aqpx_01 .detail-box img {
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
}

.aqpx_01 .detail-box .detail-title {
    height: 28px;
    margin: 20px 0 10px;
    color: #1a1b20;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.aqpx_01 .detail-box .desc {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.aqpx_01 .detail-box .main-box {
    margin-top: 30px;
    color: #1a1b20;
}

.aqjg_04 img {
    width: 100%;
}

.aqpx_02 {
    background: url(../images/20211026172030.png) no-repeat center;
    height: 450px;
    margin-top: 50px;
}

.aqpx_02 h1 {
    color: #FFFFFF;
    letter-spacing: 9.4px;
    font-size: 40px;
    margin-top: 140px;
    margin-bottom: 20px;
}

.aqpx_02 p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    max-width: 685px;
    line-height: 180%;
}

.aqpx_02 button {
    width: 151px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    font-size: 16px;
    background: #FFFFFF;
    color: #29AFE8;
    line-height: 40px;
    margin-top: 50px;
    padding: 0;
}

.aqpx_03 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.aqpx_03 h2 {
    text-align: center;
    color: #070B4A;
    font-size: 24px;
    padding-bottom: 50px;
}

.service_main_section_four_cards {
    height: 320px;
    overflow: hidden;
    opacity: 1;
}

.service_main_section_four_cards section {
    float: left;
    text-align: center;
    cursor: pointer;
    min-width: 170px;
    position: relative;
    overflow: hidden;
    transition: all .1s;
    background-position: center center;
}

.aqpx_03 section {
    width: 20%;
    height: 320px;
    margin-right: 0;
    padding: 0;
    background-position: center center;
}

.service_main_section_four_cards section:first-child {
    background-image: url("../images/1-1.png");
}

.service_main_section_four_cards .focus_card:first-child {
    background-image: url("../images/1-2.png");
}

.service_main_section_four_cards section:nth-child(2) {
    background-image: url("../images/2-1.png");
}

.service_main_section_four_cards .focus_card:nth-child(2) {
    background-image: url("../images/2-2.png");
}

.service_main_section_four_cards section:nth-child(3) {
    background-image: url("../images/3-1.png");
}

.service_main_section_four_cards .focus_card:nth-child(3) {
    background-image: url("../images/3-2.png");
}

.service_main_section_four_cards section:nth-child(4) {
    background-image: url("../images/4-1.png");
}

.service_main_section_four_cards .focus_card:nth-child(4) {
    background-image: url("../images/4-2.png");
}

.service_main_section_four_cards section:last-child {
    background-image: url("../images/5-1.png");
}

.service_main_section_four_cards .focus_card:last-child {
    background-image: url("../images/5-2.png");
}

.service_main_section_four_cards section div:nth-child(1) {
    width: 100%;
    height: 319px;
}

.service_main_section_four_cards section>div:nth-child(1) p span {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 88px 45px 40px;
}

.service_main_section_four_cards section>div:nth-child(1) h4 {
    color: #FFFFFF;
    font-size: 16px;
}

.service_main_section_four_cards .focus_card>div:nth-child(1) h4::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.service_main_section_four_cards section>div:nth-child(2) {
    width: 40%;
    height: 104px;
    opacity: 0;
    position: absolute;
}

.service_main_section_four_cards .focus_card {
    width: 40%;
    height: 320px;
    min-height: 100%;
    box-shadow: 2px 2px 13px 0px rgba(51, 164, 217, 0.15);
    overflow: inherit;
}

.service_main_section_four_cards .focus_card div:nth-child(1) p span {
    margin: 24px 0 14px;
}

.service_main_section_four_cards .focus_card div:nth-child(2) h5 {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 0 20px;
}

.service_main_section_four_cards .focus_card div:nth-child(2) p {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 200%;
    padding: 0 24px;
}

.service_main_section_four_cards .focus_card div {
    width: 100% !important;
    top: 195px;
    display: block;
    transition: all .06s;
    opacity: 1 !important;
}

.service_main_section_four_cards .focus_card div img {
    margin-top: 30px;
}

.qa-1 {
    padding: 40px 80px;
    background-color: #f8f8fb;
    margin-bottom: 40px;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.qa-1-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
    text-indent: 32px;
}

.qa-1-content {
    display: flex;
    align-items: center;
}

.qa-1-desc {
    font-size: 16px;
    color: #333333;
    flex-grow: 1;
    text-indent: 32px;
    line-height: 2;
    margin-bottom: 36px;
}

.qa-1-content div:nth-of-type(2n+1) {
    margin-right: 80px;
}

.fxpg_01 {
    margin: 50px 0;
}

.assessment-part1 {
    padding: 95px 0;
    background: #f2f5fa;
    overflow: hidden;
}

.product-cloumn {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}

.assessment-part1 .product-cloumn {
    margin-bottom: 30px;
}

.assessment-part1 ul {
    margin: 75px 0 0 -40px;
    overflow: hidden;
}

.assessment-part1 h4 {
    font-weight: normal;
}

.assessment-part1 .item1:before {
    background-position: 0 -337px
}

.assessment-part1 .item2:before {
    background-position: -77px -337px
}

.assessment-part1 .item3:before {
    background-position: -154px -337px
}

.assessment-part1 .item4:before {
    background-position: -230px -337px
}

.assessment-part1 li {
    width: 290px;
    height: 310px;
}

.assessment-part1 li p {
    text-align: justify;
    margin: 0 35px;
}

.assessment-part2 {
    padding: 95px 0 0;
    color: #fff;
    height: 875px;
    background: url("../images/bg1.jpg") center top #090514 no-repeat;
    overflow: hidden;
}

.assessment-part2 dl {
    margin: 75px 0 0;
    overflow: hidden
}

.assessment-part2 dt {
    float: left;
    width: 245px;
    height: 480px;
    padding: 180px 15px 0 30px;
    background: url("../images/s-bg1.jpg") center top no-repeat;
}

.assessment-part2 dt h4 {
    color: #fff;
}

.assessment-part2 dt p {
    margin-right: 15px;
}

.assessment-part2 dd {
    float: right;
    width: 990px;
    color: #666666;
    overflow: hidden
}

.assessment-part2 dd div {
    width: 230px;
    height: 270px;
    padding: 40px 30px 0;
    float: left;
    margin: 0 0 40px 40px;
}

.assessment-part2 h4 {
    font-size: 22px;
    line-height: 38px;
    margin: 0 0 12px;
    color: #333333;
}

.assessment-part2 p {
    line-height: 26px;
}

.assessment-part2 dt:before,
.assessment-part2 dd div:before {
    content: "";
    display: block;
    width: 66px;
    height: 75px;
    margin: 0 0 32px;
    background: url("../images/icons.png") no-repeat;
}

.assessment-part2 dt:before {
    background-position: -312px -252px
}

.assessment-part2 .item1 {
    background: url("../images/s-bg2.jpg") center top no-repeat;
}

.assessment-part2 .item1:before {
    background-position: -306px -336px
}

.assessment-part2 .item2 {
    background: url("../images/s-bg3.jpg") center top no-repeat;
}

.assessment-part2 .item2:before {
    background-position: -382px -336px
}

.assessment-part2 .item3 {
    background: url("../images/s-bg4.jpg") center top no-repeat;
}

.assessment-part2 .item3:before {
    background-position: 0 -421px
}

.assessment-part2 .item4 {
    background: url("../images/s-bg5.jpg") center top no-repeat;
}

.assessment-part2 .item4:before {
    background-position: -76px -421px
}

.assessment-part2 .item5 {
    background: url("../images/s-bg6.jpg") center top no-repeat;
}

.assessment-part2 .item5:before {
    background-position: -154px -421px
}

.assessment-part2 .item6 {
    background: url("../images/s-bg7.jpg") center top no-repeat;
}

.assessment-part2 .item6:before {
    background-position: -230px -421px
}

.news-xq {
    margin-top: 20px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}
.news-xq .xq img {
    max-width: 100%;
}
.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #0782c8;
    color: #fff;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list li {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newsList .list .date {
    float: left;
    width: 12%;
    margin-top: 30px;
}

.newsList .list .date span {
    font-size: 26px;
    margin: 10px 0 20px 0;
}

.newsList .list .arrow {
    width: 40px;
    height: 40px;
    background: url(../images/news_09.jpg) 100% 100%;
    margin-top: 20px;
}

.newsList .list .txt {
    float: left;
    width: 55%;
}

.newsList .list li a {
    display: block;
}

.newsList .list .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.newsList .list .detail {
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .list .img {
    float: right;
    width: 24%;
}

.newsList .list .img img {
    width: 100%;
    height: 166px;
}

.newsList .list li:hover .arrow {
    background: url(../images/news1_05.jpg) 100% 100%;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0782c8
}

.evaluation-part1 {
    padding: 95px 0 10px;
    background: #f2f5fa;
    overflow: hidden
}

.evaluation-part1 ul {
    margin: 75px 0 0 -30px;
    color: #666666;
    line-height: 24px;
    overflow: hidden
}

.evaluation-part1 li {
    background: #fff;
    float: left;
    margin-left: 30px;
    width: 630px;
    /* height: 155px; */
    padding: 25px 40px 25px 35px;
	margin-bottom: 30px;
}

.evaluation-part1 li h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
}
.fwxq h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
}


.fwxq h5 {
    font-size: 14px;
    margin-top: 5px
}

.evaluation-part1 li a {
    color: #015bfe;
    text-decoration: underline !important;
}

.evaluation-part1 li a {
    color: #015bfe;
    text-decoration: underline !important;
}

.evaluation-part2 {
    padding: 95px 0 100px;
    overflow: hidden
}

.evaluation-part2 .process {
    margin: 75px 0 75px 28px;
    font-size: 16px;
    overflow: hidden
}

.evaluation-part2 .process li {
    float: left;
    width: 270px;
    text-align: center;
    cursor: pointer
}

.evaluation-part2 .process li:after {
    content: "";
    float: right;
    width: 130px;
    height: 3px;
    margin-top: 68px;
    background: url("../images/line.png") center no-repeat;
}

.evaluation-part2 .process li:last-child {
    width: 140px;
}

.evaluation-part2 .process li:last-child:after {
    width: 0
}

.evaluation-part2 .process p {
    float: left;
    width: 140px;
    padding-top: 165px;
    overflow: hidden
}

.evaluation-part2 .process .item1 p {
    background: url("../images/step1.png") center top no-repeat;
}

.evaluation-part2 .process .item2 p {
    background: url("../images/step2.png") center top no-repeat;
}

.evaluation-part2 .process .item3 p {
    background: url("../images/step3.png") center top no-repeat;
}

.evaluation-part2 .process .item4 p {
    background: url("../images/step4.png") center top no-repeat;
}

.evaluation-part2 .process .item5 p {
    background: url("../images/step5.png") center top no-repeat;
}

.evaluation-part2 .process li:hover p,
.evaluation-part2 .process .active p {
    color: #015bfe
}

.evaluation-part2 .process .item1.active p {
    background: url("../images/step1-a.png") center top no-repeat;
}

.evaluation-part2 .process .item2.active p {
    background: url("../images/step2-a.png") center top no-repeat;
}

.evaluation-part2 .process .item3.active p {
    background: url("../images/step3-a.png") center top no-repeat;
}

.evaluation-part2 .process .item4.active p {
    background: url("../images/step4-a.png") center top no-repeat;
}

.evaluation-part2 .process .item5.active p {
    background: url("../images/step5-a.png") center top no-repeat;
}

.evaluation-part2 .main {
    display: none;
    border: 1px solid #ddd;
    overflow: hidden
}

.evaluation-part2 .main dt {
    background: #e9edf3;
    height: 79px;
    font-size: 22px;
    line-height: 79px;
    padding: 0 40px;
}

.evaluation-part2 .main dt:before {
    content: "";
    float: left;
    width: 27px;
    height: 79px;
    margin-right: 20px;
    background: url("../images/ico1.png") center no-repeat;
}

.evaluation-part2 .main dd {
    padding: 28px 40px 10px;
    height: 134px;
    overflow: hidden
}

.evaluation-part2 .main dd span {
    color: #666666;
}

.evaluation-part2 .main dd p {
    margin-bottom: 20px;
    font-size: 16px;
}

.evaluation-part2 .main dd p:before {
    content: "";
    width: 20px;
    margin-right: 12px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icons1.png") no-repeat
}

.evaluation-part2 .main dd .item1:before {
    background-position: -19px 4px;
}

.evaluation-part2 .main dd .item2:before {
    background-position: -41px 5px;
}

.evaluation-part2 .main dd .item3:before {
    background-position: -63px 3px;
}

.dengji {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/56.jpg) no-repeat center;
    background-size: 100%;
}

.dengji .row {
    margin-right: -15px;
    margin-left: -15px;
}

.dengji .col-md-12 {
    width: 100%;
}

.dengji .col-md-2 {
    width: 16.66666667%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
}

.dengji h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    color: #ffffff;
}

.dengji h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    color: #ffffff;
}

.dengji h6 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.dengji-1 p,
.dengji-2 p,
.dengji-3 p,
.dengji-4 p,
.dengji-5 p {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
}

.dengji-1,
.dengji-2,
.dengji-3,
.dengji-4,
.dengji-5 {
    margin: 0 1.66%;
    border-radius: 5px;
    background-color: #ffffff;
    min-height: 240px;
}

.dengji-1,
.dengji-2,
.dengji-3,
.dengji-4,
.dengji-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.dengji-1 h6 {
    background-color: #32ccfc;
    line-height: 50px;
}

.dengji-2 h6 {
    background-color: #39eda3;
    line-height: 50px;
}

.dengji-3 h6 {
    background-color: #fcbe48;
    line-height: 50px;
}

.dengji-4 h6 {
    background-color: #ff9041;
    line-height: 50px;
}

.dengji-5 h6 {
    background-color: #ff5341;
    line-height: 50px;
}

.evaluation-part6 {
    padding: 95px 0 100px;
    overflow: hidden
}
.evaluation-part6 h4{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}
.evaluation-part6 dl {
    float: left;
    margin: 75px 40px 0 0;
    width: 610px;
}

.evaluation-part6 dl:last-child {
    margin-right: 0;
}

.evaluation-part6 dt {
    text-align: center;
    color: #fff;
    line-height: 100px;
    font-size: 22px;
    background: url("../images/title1.jpg") center repeat-x;
}

.evaluation-part6 dd {
    border: 1px solid #ddd;
    height: 96px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
    border-top: none;
    padding: 25px 28px;
    overflow: hidden
}

.bg-1 {
    height: 1000px;
    background-image: url(../images/bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.bg-blue {
    background-color: rgba(16, 110, 184, 0.7);
    padding: 40px 100px;
    display: flex;
}

.text-left {
    flex-grow: 1;
    margin-right: 200px;
}

.text-left-title {
    font-size: 20px;
    font-weight: 600px;
    color: white;
    margin-bottom: 20px;
}

.text-left-desc {
    font-size: 16px;
    color: white;
    text-indent: 32px;
    line-height: 32px;
}

.no-bg {
    padding: 80px 100px;
    display: flex;
    justify-content: space-between;
}

.text-right {
    width: 60%;
}

.text-right-title {
    font-size: 20px;
    font-weight: 600px;
    margin-bottom: 20px;
}

.text-right-desc {
    font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
}

.qa-2-answer {
    border-radius: 12px;
    border: 2px solid #4968de;
    display: flex;
    width: 46%;
    margin: 0 auto;
}

.qa-2-answer-content {
    color: #333333;
    font-size: 18px;
    flex-grow: 1;
    padding: 10px 20px;
}

.qa-2-answer-button {
    font-size: 18px;
    background-color: #4968de;
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    margin-right: -2px;
}

.bg-lblue {
    background-image: linear-gradient(180deg, #6699ff, #66ccff);
    height: 400px;
    position: relative;
}

.div-2-left-pic {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.div-2-right-text {
    position: absolute;
    top: 25%;
    right: 20%;
    width: 600px;
}

.div-2-right-title {
    font-size: 36px;
    color: white;
    margin-bottom: 20px;
}

.div-2-right-desc {
    font-size: 18px;
    color: white;
    line-height: 32px;
}

.permeation-part1 {
    padding: 95px 0 80px;
    background: #f2f5fa;
    overflow: hidden
}

.permeation-part1 .product-cloumn {
    margin: 0 0 75px;
}

.permeation-part1 .left {
    float: left;
    width: 30%;
    height: 460px;
    background: #fff;
}

.permeation-part1 .left dt {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    height: 145px;
    position: relative;
    padding: 65px 30px 0 130px;
    background: url("../images/title2.jpg") center top no-repeat;
}

.permeation-part1 .left dt:before {
    content: "";
    width: 66px;
    height: 75px;
    position: absolute;
    left: 40px;
    top: 65px;
}

.permeation-part1 .left dd {
    padding: 30px 40px 0;
    overflow: hidden
}

.permeation-part1 .left p {
    margin: 0 0 30px;
    line-height: 28px;
    color: #666;
}

.permeation-part1 .right {
    float: right;
    width: 68%;
    overflow: hidden
}

.permeation-part1 .right li {
    height: 100px;
    color: #666;
    position: relative;
    padding: 40px 10px 0 140px;
    margin: 0 0 20px;
}

.permeation-part1 .right li:before {
    content: "";
    width: 66px;
    height: 75px;
    position: absolute;
    left: 40px;
    top: 35px;
}

.permeation-part1 .right h4 {
    color: #333;
    font-size: 22px;
    margin: 0 0 14px;
}

.permeation-part1 .left dt:before,
.permeation-part1 .right li:before {
    background: url("../images/icons.png") no-repeat;
}

.permeation-part1 .left dt:before {
    background-position: 0 -679px;
}

.permeation-part1 .right .item1:before {
    background-position: -76px -679px;
}

.permeation-part1 .right .item2:before {
    background-position: -154px -679px;
}

.permeation-part1 .right .item3:before {
    background-position: -230px -679px;
}

.permeation-part1 .item1 {
    background: url("../images/f-bg1.jpg") left top no-repeat;
}

.permeation-part1 .item2 {
    background: url("../images/f-bg2.jpg") left top no-repeat;
}

.permeation-part1 .item3 {
    background: url("../images/f-bg3.jpg") left top no-repeat;
}

.permeation-part2 {
    padding: 95px 0 0;
    height: 925px;
    background: url("../images/bg1.jpg") center top #05040c no-repeat;
    min-width: 1280px;
    overflow: hidden
}

.permeation-part2 .product-cloumn {
    color: #fff;
}

.permeation-part2 .balance-table td {
    padding: 11px 0;
}

.permeation-part2 .tb-shadow {
    height: 639px;
}

.qywh_01 {
    background: url(../images/culture1_1.jpg) no-repeat center;
    height: 618px;
    overflow: hidden;
}

.qywh_01 .qy_title {
    margin: 50px 0;
    overflow: hidden;
}

.qywh_01 .qy_title h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.qywh_01 .qy_title .en {
    font-size: 20px;
    color: #fff;
}

.qywh_01 .qy_title .left {
    float: left;
}

.qywh_01 .qy_title .right {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-left: 150px;
    margin-top: 40px;
}

.brand02 li {
    width: 15.8%;
    margin-right: 1%;
    float: left;
    position: relative;
    cursor: pointer;
}

.brand02 .content li .left {
    width: 100%;
    background-color: #fff;
}

.brand02 .content li .left .box {
    display: block;
    padding: 36% 5%;
    text-align: center;
    border: 3px transparent solid;
}

.brand02 .content li .left .t {
    font-size: 20px;
    margin-top: 15%;
}

.brand02 .content li .right {
    left: 24.29%;
    width: 73%;
    position: absolute;
    padding-left: 20px;
    top: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.brand02 .content li .right .pd_con {
    background: url(../images/qybg_05.jpg) center top no-repeat;
    background-size: cover;
    height: 100%;
}

.brand02 .content li .right .pd_con:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 13px transparent solid;
    border-bottom: 13px transparent solid;
    border-right: 16px #1379c4 solid;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -13px;
}

.brand02 .content li .right .pd {
    color: #fff;
    padding: 2% 10%;
    display: block;
}

.brand02 .content li .right .tit {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.brand02 .content li .right .tit:after {
    content: '';
    height: 2px;
    width: 37px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brand02 .content li .right .con {
    line-height: 25px;
    height: 75px;
    overflow: auto;
    padding-right: 5px;
}

.brand02 ::-webkit-scrollbar-track-piece {
    background: #fff;
}


/*凹槽颜色*/

.brand02 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/*滚动条宽高*/

.brand02 ::-webkit-scrollbar-thumb {
    background: #d5a133;
    ;
    background-clip: padding-box;
    min-height: 10px;
}


/*滚动条设置*/

.brand02 ::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.brand02 .content li.hover {
    width: 65%;
}

.brand02 .content {
    width: 100%;
}

.brand02 .content li.hover .left {
    width: 24.29%;
}

.brand02 .content li.hover .right {
    opacity: 1;
    transition: all 0.5s ease;
}

.qywh_02 .qy_title {
    margin: 50px 0;
    overflow: hidden;
}

.qywh_02 .qy_title h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.qywh_02 .qy_title .en {
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
}

.qywh_02 .content .right {
    width: 49.5%;
    float: right;
}

.qywh_02 .content .right .right_top {
    margin-bottom: 15px;
    overflow: hidden;
}

.qywh_02 .content .right .right_top .right_top_l {
    width: 49%;
    float: left;
    cursor: pointer;
}

.qywh_02 .content .rect-1003 {
    padding-bottom: 75%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.qywh_02 .content .right .right_top .right_top_ .intro {
    background: #00479d;
    text-align: center;
}

.qywh_02 .content .rect-4752 {
    padding-bottom: 43.7%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_top .right_top_ .intro .box {
    padding: 40px 47px;
}

.qywh_02 .content .right .right_top .right_top_ .intro {
    text-align: center;
}

.qywh_02 .content .right .right_top .right_top_ .intro .t {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.qywh_02 .content .right .right_top .right_top_r {
    width: 49%;
    float: right;
    cursor: pointer;
}

.qywh_02 .content .rect-4788 {
    padding-bottom: 47.88%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_bott .intro {
    background: #00a1e9;
    text-align: center;
}

.qywh_02 .content .rect-2197 {
    padding-bottom: 21.4%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_bott .intro .box {
    padding-top: 57px;
}

.qywh_02 .content .right .right_bott .intro {
    text-align: center;
}

.qywh_02 .content .right .right_bott .intro .box .t {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.qywh_02 .content .left {
    width: 49.5%;
    float: left;
}

.qywh_02 .content .left .left_top {
    margin-bottom: 15px;
    cursor: pointer;
}

.qywh_02 .content .rect-7050 {
    padding-bottom: 58%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_bott_l {
    width: 49%;
    float: left;
    cursor: pointer;
}

.qywh_02 .content .rect-6933 {
    padding-bottom: 69%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_bott_r {
    width: 49%;
    float: right;
    cursor: pointer;
}

.qywh_02 .content .rect-6933 {
    padding-bottom: 69%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_more {
    background: #facd00;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.qywh_02 .content .rect-3322 {
    padding-bottom: 33.22%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_more .box {
    padding-top: 86px;
    text-align: center;
}

.qywh_02 .content .left .left_more .box .intro {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.qywh_02 .content .left .left_more .box .intro .t {
    display: inline-block;
}

.qywh_02 .content .left .left_more .box .intro .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/know4_4.png) no-repeat center;
    margin-left: 25px;
    transition: all 0.5s ease;
}

.qywh_02 .content .left .left_more:hover .box .intro .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.qywh_02 {
    overflow: hidden;
    margin-bottom: 40px;
}

.fzlc {
    background: url(../images/culture02_bg.jpg) no-repeat;
    overflow: hidden;
    background-size: cover;
}

.fzlc .infor {
    color: #fff;
    text-align: center;
}

.fzlc .infor .tit {
    font-size: 36px;
    font-weight: lighter;
    color: #fff;
}

.fzlc .infor .con {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 35px;
}

.history .swiper-slide {
    width: 22%;
    background: url(../images/white.png);
}

.history {
    position: relative;
}

.history .swiper-button-prev {
    left: -40px;
}

.history .contents {
    padding: 40px 30px 40px 40px;
}

.history .swiper-slide:hover .banner-title1 {
    color: #063b91;
}

.history .contents .banner-title1 {
    font-size: 28px;
    color: #333;
}

.history .banner-detail {
    font-size: 14px;
    height: 180px;
    overflow: hidden;
    color: #606060;
    line-height: 30px;
}

.fzlc .history_dots {
    width: 98%;
    margin: 25px auto 0;
}

.history_dots .lin {
    width: 100%;
    height: 7px;
    background: #c7c7c7;
    position: relative;
}

.history_dots .text {
    position: relative;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

.fzlc {
    padding-bottom: 50px;
}

.ryzz {
    background: url(../images/culture03_bg.jpg) no-repeat center;
    padding: 60px 0;
    overflow: hidden;
}

.ryzz .left {
    width: 23.5%;
}

.ryzz .left img {
    width: 100%;
}

.ryzz .right {
    float: right;
    width: 71%;
}

.ryzz .right ul {
    margin-right: -3%;
}

.ryzz .right li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    height: 210px;
    position: relative;
    margin-bottom: 3%;
}

.ryzz .right .zhezhao {
    /* display: none; */
    background: url(../images/asda_06.png);
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
	line-height: 50px;
}

.ryzz .right .img {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* .ryzz .right li:hover .zhezhao {
    display: block;
}
 */
.ryzz .right .zhezhao img {
    margin: 24% auto 4% auto;
}

.ryzz .right .bt {
    margin-bottom: 20px;
}

.ryzz .right .bt h1 {
    font-size: 36px;
    font-weight: bold;
    color: #07447a;
    margin-bottom: 10px;
}

.ryzz .right .bt p {
    font-size: 16px;
	line-height: 30px;color: #585858;
}

.aboutus-01 {
    background: url(../images/aboutus_02.jpg) no-repeat;
    padding: 60px 0;
}

.aboutus-01 .left {
    width: 50%;
}

.aboutus-01 .left .en {
    font-size: 52px;
    color: #106eb8;
    font-weight: bold;
}

.aboutus-01 .left h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 6px 0 10px 0;
}

.aboutus-01 .left .detail {
    font-size: 16px;
    line-height: 30px;
	text-indent:2em
}

.aboutus-01 .right {
    width: 44.6%;
}

.aboutus-01 .right img {
    width: 100%;
}

.aboutus-02 {
    background: url(../images/aboutus_10.jpg) no-repeat center;
}

.aboutus-02 .container {
    position: relative;
    height: 670px;
}

.aboutus-02 h1 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 50px 0;
}

.aboutus-02 .box1 .item {
    width: 33.33%;
    text-align: center;
    float: left;
    color: #fff;
}

.aboutus-02 .box1 .number,
.aboutus-02 .box1 p {
    font-size: 18px;
}

.aboutus-02 .box1 .number span {
    font-size: 72px;
    font-weight: bold;
    margin-right: 10px;
}

.aboutus-02 .box2 {
    background: url(../images/aboutus_13.png);
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
}

.aboutus-02 .box2 p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    padding: 30px;
	text-indent:2em
}

.aboutus-03 {
    padding: 60px 0;
}

.aboutus-03 .container {
    background: #f7f7f7;
    padding: 40px 0;
}

.about-wrap {
    width: 29%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    border-right: 1px #b3b3b3 solid;
}

.about-wrap .cur {
    font-size: 20px;
    color: #3b69a4;
    font-weight: bold;
}

.about-tit {
    cursor: pointer;
}

.about-item {
    width: 70%;
    float: right;
}
p.shuoming {
    font-size: 18px;
    color: #70ace1;
    margin-top: 50px;
    text-align: center;
}
.about-item p {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 48px;
	text-indent:2em
}

.banner_index .swiper-slide {
				position: relative;
			}
			
.banner_index .swiper-slide img {
				width: 100%;
			}

.banner_index .swiper-slide video {
                vertical-align: top;
				position: absolute;
				width: 100%;
				left: 0px;
				top: 50%;
				transform: translateY(-48%);
				object-fit: cover;
			}
.bannersj_index .swiper-slide {
				position: relative;
			}
			
.bannersj_index .swiper-slide img {
				width: 100%;display: block;
			}

.bannersj_index .swiper-slide video {
				position: absolute;
				width: 100%;
				left: 0px;
				top: 50%;
				transform: translateY(-50%);
				object-fit: cover;
			}
			.gongGao {
			    width: 1300px;
			    margin: auto;
			}
			.gongGao_list {
			    padding: 25px 15px;
			    border-bottom: 1px #eee solid;
			}
			.gongGao_time {
			    float: left;
			    width: 7%;
			    padding-top: 14px;
			    padding-bottom: 14px;
			    text-align: center;
			    background: #ececec;
			    font-size: 16px;
			}
			.gongGao_time strong {
			    font-size: 30px;
			    color: #1285ff;
			}
			.gongGao_time span {
			    font-size: 16px;
			    color: #767676;
			}
			.gongGao_info {
			    float: right;
			    width: 90%;
			}
			 .gongGao_list h6 {
			    font-size: 18px;
			    color: #262626;
			    margin-bottom: 15px;
			}
			 .gongGao_list p {
			    font-size: 14px;
			    color: #6d6d6d;
			    line-height: 24px;
			}
			
			
